Trace number 3488777

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? (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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488777-1307771939.opb>
0.00/0.00	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 9 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c       8 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 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.04	c   0.0s|     1 |     0 |   166 |     - | 431k|   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.00/0.05	c   0.0s|     1 |     0 |   182 |     - | 478k|   0 |  17 |  70 |  24 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   187 |     - | 486k|   0 |  19 |  70 |  24 |  70 |  24 |  16 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.05/0.06	c   0.1s|     1 |     0 |   193 |     - | 499k|   0 |  18 |  70 |  24 |  70 |  26 |  18 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.05/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.05	c   2.0s| 10000 |  4502 | 35899 |   3.6 |4110k|  56 |   - |  70 |2115 |  70 |  21 |  18 |3590 | 781 | 0.000000e+00 |      --      |    Inf 
3.89/3.91	c   3.9s| 20000 |  8180 | 70402 |   3.5 |6393k|  59 |   8 |  70 |1227 |  70 |  21 |  18 |7715 |1079 | 0.000000e+00 |      --      |    Inf 
5.59/5.67	c   5.7s| 30000 | 11768 |104697 |   3.5 |8885k|  62 |   8 |  70 |1552 |  70 |  21 |  18 |  11k|1293 | 0.000000e+00 |      --      |    Inf 
7.39/7.42	c   7.4s| 40000 | 15185 |138119 |   3.4 |  11M|  63 |   8 |  70 |1782 |  70 |  21 |  18 |  16k|1456 | 0.000000e+00 |      --      |    Inf 
9.19/9.22	c   9.2s| 50000 | 18339 |170695 |   3.4 |  13M|  63 |   8 |  70 |2068 |  70 |  21 |  18 |  20k|1592 | 0.000000e+00 |      --      |    Inf 
11.00/11.06	c  11.1s| 60000 | 21407 |204790 |   3.4 |  16M|  63 |   8 |  70 |2130 |  70 |  21 |  18 |  24k|1721 | 0.000000e+00 |      --      |    Inf 
12.79/12.85	c  12.9s| 70000 | 24580 |238366 |   3.4 |  18M|  63 |   8 |  70 |1877 |  70 |  21 |  18 |  29k|1811 | 0.000000e+00 |      --      |    Inf 
14.59/14.65	c  14.7s| 80000 | 27450 |271568 |   3.4 |  20M|  63 |   8 |  70 |2254 |  70 |  21 |  18 |  33k|1912 | 0.000000e+00 |      --      |    Inf 
16.40/16.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.40/16.50	c  16.5s| 90000 | 30384 |304778 |   3.4 |  22M|  63 |   8 |  70 |2149 |  70 |  21 |  18 |  38k|2001 | 0.000000e+00 |      --      |    Inf 
18.29/18.30	c  18.3s|100000 | 33336 |338315 |   3.4 |  25M|  63 |   8 |  70 |2469 |  70 |  21 |  18 |  43k|2089 | 0.000000e+00 |      --      |    Inf 
19.99/20.08	c  20.1s|110000 | 36516 |372454 |   3.4 |  27M|  63 |   8 |  70 |2309 |  70 |  21 |  18 |  47k|2159 | 0.000000e+00 |      --      |    Inf 
21.90/21.92	c  21.9s|120000 | 39272 |405581 |   3.4 |  29M|  63 |   8 |  70 |2256 |  70 |  21 |  18 |  52k|2224 | 0.000000e+00 |      --      |    Inf 
23.69/23.74	c  23.7s|130000 | 42170 |438758 |   3.4 |  32M|  63 |   8 |  70 |2628 |  70 |  21 |  18 |  56k|2283 | 0.000000e+00 |      --      |    Inf 
25.49/25.59	c  25.6s|140000 | 45079 |472821 |   3.4 |  34M|  63 |   - |  70 |2771 |  70 |  21 |  18 |  61k|2372 | 0.000000e+00 |      --      |    Inf 
27.29/27.39	c  27.4s|150000 | 47939 |505998 |   3.4 |  36M|  63 |   8 |  70 |2997 |  70 |  21 |  18 |  65k|2440 | 0.000000e+00 |      --      |    Inf 
29.29/29.30	c  29.3s|160000 | 50691 |539470 |   3.4 |  39M|  63 |   - |  70 |2914 |  70 |  21 |  18 |  70k|2509 | 0.000000e+00 |      --      |    Inf 
31.19/31.21	c  31.2s|170000 | 53307 |574135 |   3.4 |  41M|  63 |   - |  70 |2728 |  70 |  21 |  18 |  75k|2566 | 0.000000e+00 |      --      |    Inf 
33.09/33.11	c  33.1s|180000 | 55868 |607509 |   3.4 |  43M|  63 |   8 |  70 |2677 |  70 |  21 |  18 |  80k|2625 | 0.000000e+00 |      --      |    Inf 
34.79/34.89	c  34.9s|190000 | 59054 |641001 |   3.4 |  46M|  63 |   8 |  70 |3351 |  70 |  21 |  18 |  84k|2680 | 0.000000e+00 |      --      |    Inf 
36.69/36.79	c  36.8s|200000 | 61714 |674676 |   3.4 |  48M|  63 |   8 |  70 |2746 |  70 |  21 |  18 |  89k|2724 | 0.000000e+00 |      --      |    Inf 
38.59/38.62	c  38.6s|210000 | 64699 |708508 |   3.4 |  50M|  63 |   8 |  70 |3650 |  70 |  21 |  18 |  93k|2789 | 0.000000e+00 |      --      |    Inf 
40.50/40.51	c  40.5s|220000 | 67498 |743294 |   3.4 |  53M|  63 |   - |  70 |3305 |  70 |  21 |  18 |  98k|2850 | 0.000000e+00 |      --      |    Inf 
42.39/42.44	c  42.4s|230000 | 70059 |776952 |   3.4 |  55M|  63 |   8 |  70 |3053 |  70 |  21 |  18 | 102k|2899 | 0.000000e+00 |      --      |    Inf 
44.19/44.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.19/44.22	c  44.2s|240000 | 73064 |810252 |   3.4 |  57M|  63 |   - |  70 |3942 |  70 |  21 |  18 | 107k|2945 | 0.000000e+00 |      --      |    Inf 
45.99/46.07	c  46.1s|250000 | 75789 |844562 |   3.4 |  60M|  63 |   - |  70 |3149 |   0 |   0 |  18 | 111k|3001 | 0.000000e+00 |      --      |    Inf 
47.89/47.97	c  48.0s|260000 | 78362 |878418 |   3.4 |  62M|  63 |   - |  70 |2981 |  70 |  21 |  18 | 116k|3054 | 0.000000e+00 |      --      |    Inf 
49.80/49.82	c  49.8s|270000 | 81471 |910879 |   3.4 |  64M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 121k|3085 | 0.000000e+00 |      --      |    Inf 
51.70/51.75	c  51.7s|280000 | 84131 |944916 |   3.4 |  66M|  63 |   8 |  70 |3107 |  70 |  21 |  18 | 125k|3113 | 0.000000e+00 |      --      |    Inf 
53.59/53.60	c  53.6s|290000 | 86595 |977409 |   3.4 |  69M|  63 |   8 |  70 |3439 |  70 |  21 |  18 | 130k|3152 | 0.000000e+00 |      --      |    Inf 
55.49/55.52	c  55.5s|300000 | 89358 |  1010k|   3.4 |  71M|  63 |   8 |  70 |3442 |  70 |  21 |  18 | 135k|3206 | 0.000000e+00 |      --      |    Inf 
57.40/57.41	c  57.4s|310000 | 92217 |  1045k|   3.4 |  73M|  63 |   - |  70 |3491 |  70 |  21 |  18 | 139k|3250 | 0.000000e+00 |      --      |    Inf 
59.19/59.27	c  59.3s|320000 | 94956 |  1078k|   3.4 |  76M|  63 |   8 |  70 |3349 |  70 |  21 |  18 | 144k|3282 | 0.000000e+00 |      --      |    Inf 
61.09/61.12	c  61.1s|330000 | 97747 |  1111k|   3.4 |  78M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 148k|3317 | 0.000000e+00 |      --      |    Inf 
62.99/63.08	c  63.1s|340000 |100169 |  1145k|   3.4 |  80M|  63 |   8 |  70 |2984 |  70 |  21 |  18 | 153k|3359 | 0.000000e+00 |      --      |    Inf 
64.99/65.00	c  65.0s|350000 |102767 |  1178k|   3.4 |  82M|  63 |   8 |  70 |3202 |  70 |  21 |  18 | 158k|3398 | 0.000000e+00 |      --      |    Inf 
66.89/66.91	c  66.9s|360000 |105169 |  1212k|   3.4 |  85M|  63 |   8 |  70 |2897 |  70 |  21 |  18 | 163k|3425 | 0.000000e+00 |      --      |    Inf 
68.80/68.80	c  68.8s|370000 |107749 |  1246k|   3.4 |  87M|  63 |   8 |  70 |3364 |  70 |  21 |  18 | 167k|3464 | 0.000000e+00 |      --      |    Inf 
70.69/70.74	c  70.7s|380000 |110139 |  1280k|   3.4 |  89M|  63 |   - |  70 |3156 |  70 |  21 |  18 | 172k|3507 | 0.000000e+00 |      --      |    Inf 
72.50/72.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.50/72.58	c  72.6s|390000 |112991 |  1312k|   3.4 |  91M|  63 |   - |  70 |3478 |  70 |  21 |  18 | 177k|3545 | 0.000000e+00 |      --      |    Inf 
74.49/74.57	c  74.6s|400000 |115316 |  1345k|   3.4 |  94M|  63 |   - |  70 |3232 |  70 |  21 |  18 | 182k|3576 | 0.000000e+00 |      --      |    Inf 
76.39/76.44	c  76.4s|410000 |118072 |  1378k|   3.4 |  96M|  63 |   8 |  70 |3485 |  70 |  21 |  18 | 186k|3614 | 0.000000e+00 |      --      |    Inf 
78.29/78.38	c  78.4s|420000 |120483 |  1412k|   3.4 |  98M|  63 |   8 |  70 |3334 |  70 |  21 |  18 | 191k|3649 | 0.000000e+00 |      --      |    Inf 
80.20/80.27	c  80.3s|430000 |123171 |  1447k|   3.4 | 100M|  63 |   8 |  70 |3990 |  70 |  21 |  18 | 196k|3683 | 0.000000e+00 |      --      |    Inf 
82.20/82.21	c  82.2s|440000 |125876 |  1481k|   3.4 | 103M|  63 |   8 |  70 |3623 |  70 |  21 |  18 | 200k|3722 | 0.000000e+00 |      --      |    Inf 
84.10/84.13	c  84.1s|450000 |128568 |  1514k|   3.4 | 105M|  63 |   8 |  70 |3166 |  70 |  21 |  18 | 205k|3763 | 0.000000e+00 |      --      |    Inf 
85.89/85.90	c  85.9s|460000 |131556 |  1548k|   3.4 | 108M|  63 |   8 |  70 |4471 |  70 |  21 |  18 | 209k|3781 | 0.000000e+00 |      --      |    Inf 
87.79/87.89	c  87.9s|470000 |134062 |  1581k|   3.4 | 110M|  63 |   - |  70 |3639 |  70 |  21 |  18 | 214k|3809 | 0.000000e+00 |      --      |    Inf 
89.79/89.85	c  89.8s|480000 |136517 |  1615k|   3.4 | 112M|  63 |   8 |  70 |3142 |  70 |  21 |  18 | 219k|3845 | 0.000000e+00 |      --      |    Inf 
91.69/91.75	c  91.8s|490000 |138990 |  1648k|   3.4 | 114M|  63 |   - |  70 |3219 |  70 |  21 |  18 | 224k|3878 | 0.000000e+00 |      --      |    Inf 
93.59/93.67	c  93.7s|500000 |141513 |  1682k|   3.4 | 116M|  63 |   8 |  70 |3535 |  70 |  21 |  18 | 228k|3914 | 0.000000e+00 |      --      |    Inf 
95.50/95.60	c  95.6s|510000 |144049 |  1715k|   3.4 | 119M|  63 |   8 |  70 |3656 |  70 |  21 |  18 | 233k|3950 | 0.000000e+00 |      --      |    Inf 
97.50/97.54	c  97.5s|520000 |146682 |  1749k|   3.4 | 121M|  63 |   8 |  70 |3742 |  70 |  21 |  18 | 238k|3978 | 0.000000e+00 |      --      |    Inf 
99.29/99.36	c  99.4s|530000 |149610 |  1783k|   3.4 | 123M|  63 |   - |  70 |4215 |  70 |  21 |  18 | 242k|3996 | 0.000000e+00 |      --      |    Inf 
101.29/101.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.29/101.36	c   101s|540000 |152233 |  1817k|   3.4 | 125M|  63 |   8 |  70 |3629 |  70 |  21 |  18 | 247k|4019 | 0.000000e+00 |      --      |    Inf 
103.30/103.37	c   103s|550000 |154728 |  1850k|   3.4 | 128M|  63 |   8 |  70 |3389 |  70 |  21 |  18 | 252k|4047 | 0.000000e+00 |      --      |    Inf 
105.29/105.34	c   105s|560000 |157053 |  1884k|   3.4 | 130M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 257k|4074 | 0.000000e+00 |      --      |    Inf 
107.19/107.27	c   107s|570000 |159697 |  1918k|   3.4 | 132M|  63 |   - |  70 |3629 |   0 |   0 |  18 | 261k|4097 | 0.000000e+00 |      --      |    Inf 
109.20/109.28	c   109s|580000 |162050 |  1952k|   3.4 | 134M|  63 |   8 |  70 |3760 |  70 |  21 |  18 | 266k|4125 | 0.000000e+00 |      --      |    Inf 
111.19/111.22	c   111s|590000 |164645 |  1985k|   3.4 | 137M|  63 |   8 |  70 |3412 |  70 |  21 |  18 | 271k|4151 | 0.000000e+00 |      --      |    Inf 
113.09/113.15	c   113s|600000 |167156 |  2020k|   3.4 | 139M|  63 |   - |  70 |3304 |  70 |  21 |  18 | 276k|4175 | 0.000000e+00 |      --      |    Inf 
115.00/115.04	c   115s|610000 |169842 |  2052k|   3.4 | 141M|  63 |   8 |  70 |4125 |  70 |  21 |  18 | 280k|4198 | 0.000000e+00 |      --      |    Inf 
117.00/117.07	c   117s|620000 |172117 |  2086k|   3.4 | 144M|  63 |   8 |  70 |4068 |  70 |  21 |  18 | 285k|4228 | 0.000000e+00 |      --      |    Inf 
118.90/118.98	c   119s|630000 |174784 |  2119k|   3.4 | 146M|  63 |   8 |  70 |4310 |  70 |  21 |  18 | 290k|4255 | 0.000000e+00 |      --      |    Inf 
120.90/120.98	c   121s|640000 |177301 |  2154k|   3.4 | 148M|  63 |   - |  70 |3434 |  70 |  21 |  18 | 295k|4293 | 0.000000e+00 |      --      |    Inf 
122.89/122.94	c   123s|650000 |179754 |  2187k|   3.4 | 150M|  63 |   8 |  70 |3468 |  70 |  21 |  18 | 299k|4321 | 0.000000e+00 |      --      |    Inf 
124.79/124.89	c   125s|660000 |182113 |  2221k|   3.4 | 153M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 304k|4339 | 0.000000e+00 |      --      |    Inf 
126.80/126.81	c   127s|670000 |184665 |  2254k|   3.4 | 155M|  63 |   8 |  70 |3697 |  70 |  21 |  18 | 309k|4366 | 0.000000e+00 |      --      |    Inf 
128.70/128.79	c   129s|680000 |187090 |  2288k|   3.4 | 157M|  63 |   - |  70 |3328 |  70 |  21 |  18 | 314k|4390 | 0.000000e+00 |      --      |    Inf 
130.70/130.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.70/130.74	c   131s|690000 |189663 |  2321k|   3.4 | 159M|  63 |   8 |  70 |3685 |  70 |  21 |  18 | 318k|4415 | 0.000000e+00 |      --      |    Inf 
132.59/132.66	c   133s|700000 |192264 |  2354k|   3.4 | 162M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 323k|4438 | 0.000000e+00 |      --      |    Inf 
134.60/134.64	c   135s|710000 |194789 |  2388k|   3.4 | 164M|  63 |   - |  70 |3556 |  70 |  21 |  18 | 328k|4457 | 0.000000e+00 |      --      |    Inf 
136.59/136.61	c   137s|720000 |197160 |  2421k|   3.4 | 166M|  63 |   8 |  70 |3460 |  70 |  21 |  18 | 333k|4480 | 0.000000e+00 |      --      |    Inf 
138.39/138.49	c   138s|730000 |199794 |  2454k|   3.4 | 169M|  63 |   - |  70 |3967 |  70 |  21 |  18 | 337k|4500 | 0.000000e+00 |      --      |    Inf 
140.39/140.42	c   140s|740000 |202535 |  2488k|   3.4 | 171M|  63 |   8 |  70 |4249 |  70 |  21 |  18 | 342k|4519 | 0.000000e+00 |      --      |    Inf 
142.40/142.46	c   142s|750000 |204875 |  2523k|   3.4 | 173M|  63 |   - |  70 |3875 |  70 |  21 |  18 | 347k|4546 | 0.000000e+00 |      --      |    Inf 
144.29/144.36	c   144s|760000 |207509 |  2556k|   3.4 | 175M|  63 |   8 |  70 |4048 |  70 |  21 |  18 | 351k|4564 | 0.000000e+00 |      --      |    Inf 
146.30/146.36	c   146s|770000 |210022 |  2589k|   3.4 | 178M|  63 |   8 |  70 |3980 |  70 |  21 |  18 | 356k|4585 | 0.000000e+00 |      --      |    Inf 
148.20/148.27	c   148s|780000 |212916 |  2622k|   3.4 | 180M|  63 |   8 |  70 |4113 |  70 |  21 |  18 | 361k|4614 | 0.000000e+00 |      --      |    Inf 
150.20/150.22	c   150s|790000 |215309 |  2655k|   3.4 | 182M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 365k|4641 | 0.000000e+00 |      --      |    Inf 
152.09/152.15	c   152s|800000 |217859 |  2688k|   3.4 | 184M|  63 |   - |  70 |3690 |  70 |  21 |  18 | 370k|4665 | 0.000000e+00 |      --      |    Inf 
154.09/154.10	c   154s|810000 |220457 |  2721k|   3.4 | 187M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 375k|4688 | 0.000000e+00 |      --      |    Inf 
156.00/156.10	c   156s|820000 |223016 |  2755k|   3.4 | 189M|  63 |   8 |  70 |3942 |  70 |  21 |  18 | 379k|4703 | 0.000000e+00 |      --      |    Inf 
157.90/157.98	c   158s|830000 |225745 |  2788k|   3.4 | 192M|  63 |   8 |  70 |4330 |  70 |  21 |  18 | 384k|4723 | 0.000000e+00 |      --      |    Inf 
159.90/159.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.90/159.97	c   160s|840000 |228291 |  2821k|   3.4 | 194M|  63 |   8 |  70 |3692 |  70 |  21 |  18 | 389k|4751 | 0.000000e+00 |      --      |    Inf 
161.89/161.99	c   162s|850000 |230666 |  2855k|   3.4 | 196M|  63 |   8 |  70 |3994 |  70 |  21 |  18 | 394k|4775 | 0.000000e+00 |      --      |    Inf 
163.90/163.95	c   164s|860000 |233180 |  2888k|   3.4 | 198M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 398k|4801 | 0.000000e+00 |      --      |    Inf 
165.79/165.81	c   166s|870000 |236061 |  2922k|   3.4 | 201M|  63 |   8 |  70 |4753 |  70 |  21 |  18 | 403k|4825 | 0.000000e+00 |      --      |    Inf 
167.70/167.79	c   168s|880000 |238582 |  2955k|   3.4 | 203M|  63 |   8 |  70 |4361 |  70 |  21 |  18 | 407k|4850 | 0.000000e+00 |      --      |    Inf 
169.79/169.84	c   170s|890000 |240971 |  2988k|   3.4 | 205M|  63 |   8 |  70 |3810 |  70 |  21 |  18 | 412k|4873 | 0.000000e+00 |      --      |    Inf 
171.69/171.77	c   172s|900000 |243472 |  3022k|   3.4 | 207M|  63 |   - |  70 |3941 |  70 |  21 |  18 | 417k|4901 | 0.000000e+00 |      --      |    Inf 
173.70/173.76	c   174s|910000 |246067 |  3055k|   3.4 | 210M|  63 |   8 |  70 |3766 |  70 |  21 |  18 | 422k|4918 | 0.000000e+00 |      --      |    Inf 
175.69/175.73	c   176s|920000 |248468 |  3089k|   3.4 | 212M|  63 |   8 |  70 |4365 |  70 |  21 |  18 | 426k|4939 | 0.000000e+00 |      --      |    Inf 
177.70/177.70	c   178s|930000 |250958 |  3121k|   3.4 | 214M|  63 |   - |  70 |4124 |   0 |   0 |  18 | 431k|4951 | 0.000000e+00 |      --      |    Inf 
179.69/179.74	c   180s|940000 |253400 |  3154k|   3.4 | 216M|  63 |   - |  70 |3426 |  70 |  21 |  18 | 436k|4970 | 0.000000e+00 |      --      |    Inf 
181.70/181.77	c   182s|950000 |255714 |  3187k|   3.4 | 219M|  63 |   8 |  70 |3638 |  70 |  21 |  18 | 441k|4988 | 0.000000e+00 |      --      |    Inf 
183.70/183.73	c   184s|960000 |258247 |  3221k|   3.4 | 221M|  63 |   - |  70 |3636 |  70 |  21 |  18 | 446k|4999 | 0.000000e+00 |      --      |    Inf 
185.60/185.63	c   186s|970000 |260849 |  3253k|   3.4 | 223M|  63 |   8 |  70 |4087 |  70 |  21 |  18 | 450k|5009 | 0.000000e+00 |      --      |    Inf 
187.39/187.49	c   187s|980000 |263792 |  3287k|   3.4 | 226M|  63 |   8 |  70 |5001 |  70 |  21 |  18 | 455k|5030 | 0.000000e+00 |      --      |    Inf 
189.50/189.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.50/189.52	c   190s|990000 |266396 |  3321k|   3.4 | 228M|  63 |   - |  70 |4116 |  70 |  21 |  18 | 459k|5058 | 0.000000e+00 |      --      |    Inf 
191.40/191.46	c   191s|  1000k|268871 |  3354k|   3.4 | 230M|  63 |   8 |  70 |3984 |  70 |  21 |  18 | 464k|5074 | 0.000000e+00 |      --      |    Inf 
193.29/193.39	c   193s|  1010k|271382 |  3386k|   3.4 | 232M|  63 |   8 |  70 |4535 |  70 |  21 |  18 | 469k|5090 | 0.000000e+00 |      --      |    Inf 
195.40/195.48	c   195s|  1020k|273581 |  3418k|   3.4 | 234M|  63 |   - |  70 |3697 |  70 |  21 |  18 | 474k|5110 | 0.000000e+00 |      --      |    Inf 
197.39/197.41	c   197s|  1030k|276124 |  3452k|   3.4 | 237M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 478k|5129 | 0.000000e+00 |      --      |    Inf 
199.30/199.37	c   199s|  1040k|278515 |  3486k|   3.4 | 239M|  63 |   8 |  70 |4165 |  70 |  21 |  18 | 483k|5146 | 0.000000e+00 |      --      |    Inf 
201.40/201.44	c   201s|  1050k|280799 |  3519k|   3.4 | 241M|  63 |   - |  70 |3810 |  70 |  21 |  18 | 488k|5160 | 0.000000e+00 |      --      |    Inf 
203.29/203.40	c   203s|  1060k|283276 |  3552k|   3.4 | 243M|  63 |   - |  70 |3753 |  70 |  21 |  18 | 493k|5180 | 0.000000e+00 |      --      |    Inf 
205.30/205.33	c   205s|  1070k|285923 |  3586k|   3.4 | 246M|  63 |   8 |  70 |4317 |  70 |  21 |  18 | 497k|5199 | 0.000000e+00 |      --      |    Inf 
207.20/207.29	c   207s|  1080k|288600 |  3618k|   3.4 | 248M|  63 |   8 |  70 |4481 |  70 |  21 |  18 | 502k|5221 | 0.000000e+00 |      --      |    Inf 
209.20/209.26	c   209s|  1090k|291208 |  3652k|   3.4 | 251M|  63 |   8 |  70 |5011 |  70 |  21 |  18 | 506k|5236 | 0.000000e+00 |      --      |    Inf 
211.10/211.19	c   211s|  1100k|294029 |  3685k|   3.4 | 253M|  63 |   - |  70 |5115 |  70 |  21 |  18 | 511k|5249 | 0.000000e+00 |      --      |    Inf 
212.99/213.06	c   213s|  1110k|296971 |  3718k|   3.4 | 256M|  63 |   - |  70 |6122 |  70 |  21 |  18 | 515k|5268 | 0.000000e+00 |      --      |    Inf 
214.99/215.00	c   215s|  1120k|299823 |  3752k|   3.4 | 258M|  63 |   8 |  70 |6152 |  70 |  21 |  18 | 520k|5289 | 0.000000e+00 |      --      |    Inf 
217.00/217.03	c   217s|  1130k|302530 |  3785k|   3.4 | 260M|  63 |   - |  70 |4277 |  70 |  21 |  18 | 524k|5298 | 0.000000e+00 |      --      |    Inf 
218.99/219.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.99/219.00	c   219s|  1140k|305183 |  3818k|   3.3 | 262M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 529k|5317 | 0.000000e+00 |      --      |    Inf 
220.90/220.97	c   221s|  1150k|307795 |  3851k|   3.3 | 264M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 533k|5330 | 0.000000e+00 |      --      |    Inf 
222.79/222.88	c   223s|  1160k|310523 |  3884k|   3.3 | 267M|  63 |   - |  70 |3991 |  70 |  21 |  18 | 538k|5340 | 0.000000e+00 |      --      |    Inf 
224.80/224.80	c   225s|  1170k|313284 |  3917k|   3.3 | 269M|  63 |   8 |  70 |4611 |  70 |  21 |  18 | 542k|5346 | 0.000000e+00 |      --      |    Inf 
226.79/226.83	c   227s|  1180k|315809 |  3950k|   3.3 | 271M|  63 |   8 |  70 |4133 |  70 |  21 |  18 | 547k|5355 | 0.000000e+00 |      --      |    Inf 
228.80/228.81	c   229s|  1190k|318418 |  3983k|   3.3 | 274M|  63 |   - |  70 |4043 |  70 |  21 |  18 | 552k|5368 | 0.000000e+00 |      --      |    Inf 
230.59/230.67	c   231s|  1200k|321375 |  4015k|   3.3 | 276M|  63 |   - |  70 |4306 |  70 |  21 |  18 | 556k|5383 | 0.000000e+00 |      --      |    Inf 
232.50/232.54	c   233s|  1210k|324237 |  4047k|   3.3 | 279M|  63 |   8 |  70 |4944 |  70 |  21 |  18 | 561k|5390 | 0.000000e+00 |      --      |    Inf 
234.50/234.52	c   235s|  1220k|326898 |  4080k|   3.3 | 281M|  63 |   8 |  70 |4774 |  70 |  21 |  18 | 565k|5403 | 0.000000e+00 |      --      |    Inf 
236.50/236.58	c   237s|  1230k|329310 |  4113k|   3.3 | 283M|  63 |   - |  70 |3851 |  70 |  21 |  18 | 570k|5416 | 0.000000e+00 |      --      |    Inf 
238.60/238.66	c   239s|  1240k|331526 |  4147k|   3.3 | 285M|  63 |   - |  70 |3649 |  70 |  21 |  18 | 575k|5428 | 0.000000e+00 |      --      |    Inf 
240.60/240.68	c   241s|  1250k|333905 |  4180k|   3.3 | 287M|  63 |   8 |  70 |3891 |  70 |  21 |  18 | 580k|5435 | 0.000000e+00 |      --      |    Inf 
242.60/242.61	c   243s|  1260k|336495 |  4214k|   3.3 | 290M|  63 |   8 |  70 |4458 |  70 |  21 |  18 | 584k|5442 | 0.000000e+00 |      --      |    Inf 
244.59/244.61	c   245s|  1270k|338979 |  4247k|   3.3 | 292M|  63 |   8 |  70 |4309 |  70 |  21 |  18 | 589k|5452 | 0.000000e+00 |      --      |    Inf 
246.60/246.65	c   247s|  1280k|341359 |  4281k|   3.3 | 294M|  63 |   8 |  70 |4617 |  70 |  21 |  18 | 594k|5467 | 0.000000e+00 |      --      |    Inf 
248.61/248.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.61/248.64	c   249s|  1290k|343817 |  4313k|   3.3 | 297M|  63 |   8 |  70 |5167 |  70 |  21 |  18 | 599k|5472 | 0.000000e+00 |      --      |    Inf 
250.70/250.72	c   251s|  1300k|346161 |  4346k|   3.3 | 299M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 604k|5480 | 0.000000e+00 |      --      |    Inf 
252.60/252.65	c   253s|  1310k|348844 |  4379k|   3.3 | 301M|  63 |   8 |  70 |4380 |  70 |  21 |  18 | 608k|5495 | 0.000000e+00 |      --      |    Inf 
254.59/254.65	c   255s|  1320k|351499 |  4412k|   3.3 | 303M|  63 |   8 |  70 |4562 |  70 |  21 |  18 | 613k|5505 | 0.000000e+00 |      --      |    Inf 
256.60/256.62	c   257s|  1330k|354050 |  4445k|   3.3 | 306M|  63 |   8 |  70 |4339 |  70 |  21 |  18 | 617k|5513 | 0.000000e+00 |      --      |    Inf 
258.59/258.67	c   259s|  1340k|356303 |  4478k|   3.3 | 308M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 622k|5520 | 0.000000e+00 |      --      |    Inf 
260.60/260.66	c   261s|  1350k|358745 |  4512k|   3.3 | 310M|  63 |   - |  70 |4278 |  70 |  21 |  18 | 627k|5534 | 0.000000e+00 |      --      |    Inf 
262.49/262.57	c   263s|  1360k|361401 |  4544k|   3.3 | 312M|  63 |   - |  70 |4017 |  70 |  21 |  18 | 632k|5540 | 0.000000e+00 |      --      |    Inf 
264.50/264.59	c   265s|  1370k|363820 |  4577k|   3.3 | 314M|  63 |   8 |  70 |3510 |  70 |  21 |  18 | 637k|5552 | 0.000000e+00 |      --      |    Inf 
266.60/266.61	c   267s|  1380k|366137 |  4611k|   3.3 | 317M|  63 |   8 |  70 |3768 |  70 |  21 |  18 | 641k|5557 | 0.000000e+00 |      --      |    Inf 
268.49/268.54	c   269s|  1390k|368910 |  4644k|   3.3 | 319M|  63 |   8 |  70 |4022 |  70 |  21 |  18 | 646k|5571 | 0.000000e+00 |      --      |    Inf 
270.50/270.51	c   271s|  1400k|371399 |  4679k|   3.3 | 321M|  63 |   8 |  70 |4312 |  70 |  21 |  18 | 651k|5580 | 0.000000e+00 |      --      |    Inf 
272.40/272.47	c   272s|  1410k|373986 |  4712k|   3.3 | 324M|  63 |   8 |  70 |4790 |  70 |  21 |  18 | 655k|5590 | 0.000000e+00 |      --      |    Inf 
274.39/274.45	c   274s|  1420k|376506 |  4744k|   3.3 | 326M|  63 |   8 |  70 |6124 |  70 |  21 |  18 | 660k|5597 | 0.000000e+00 |      --      |    Inf 
276.50/276.50	c   276s|  1430k|379163 |  4777k|   3.3 | 328M|  63 |   - |  70 |4872 |  70 |  21 |  18 | 665k|5605 | 0.000000e+00 |      --      |    Inf 
278.40/278.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.40/278.44	c   278s|  1440k|382094 |  4810k|   3.3 | 331M|  63 |   8 |  70 |4980 |  70 |  21 |  18 | 669k|5622 | 0.000000e+00 |      --      |    Inf 
280.50/280.56	c   281s|  1450k|384425 |  4843k|   3.3 | 333M|  63 |   8 |  70 |4248 |  70 |  21 |  18 | 674k|5641 | 0.000000e+00 |      --      |    Inf 
282.50/282.56	c   283s|  1460k|386881 |  4877k|   3.3 | 335M|  63 |   8 |  70 |4337 |  70 |  21 |  18 | 679k|5650 | 0.000000e+00 |      --      |    Inf 
284.50/284.59	c   285s|  1470k|389378 |  4910k|   3.3 | 337M|  63 |   - |  70 |4486 |  70 |  21 |  18 | 683k|5668 | 0.000000e+00 |      --      |    Inf 
286.60/286.61	c   287s|  1480k|391835 |  4943k|   3.3 | 340M|  63 |   - |  70 |4422 |  70 |  21 |  18 | 688k|5680 | 0.000000e+00 |      --      |    Inf 
288.49/288.55	c   289s|  1490k|394571 |  4977k|   3.3 | 342M|  63 |   - |  70 |4648 |  70 |  21 |  18 | 693k|5690 | 0.000000e+00 |      --      |    Inf 
290.60/290.63	c   291s|  1500k|396919 |  5010k|   3.3 | 344M|  63 |   - |  70 |3893 |  70 |  21 |  18 | 697k|5700 | 0.000000e+00 |      --      |    Inf 
292.61/292.68	c   293s|  1510k|399241 |  5042k|   3.3 | 346M|  63 |   8 |  70 |3886 |  70 |  21 |  18 | 702k|5704 | 0.000000e+00 |      --      |    Inf 
294.60/294.63	c   295s|  1520k|401802 |  5075k|   3.3 | 349M|  63 |   8 |  70 |4660 |  70 |  21 |  18 | 707k|5714 | 0.000000e+00 |      --      |    Inf 
296.49/296.56	c   297s|  1530k|404332 |  5110k|   3.3 | 351M|  63 |   8 |  70 |4545 |  70 |  21 |  18 | 711k|5729 | 0.000000e+00 |      --      |    Inf 
298.49/298.57	c   299s|  1540k|406914 |  5143k|   3.3 | 353M|  63 |   - |  70 |4480 |  70 |  21 |  18 | 716k|5737 | 0.000000e+00 |      --      |    Inf 
300.60/300.62	c   301s|  1550k|409262 |  5175k|   3.3 | 356M|  63 |   8 |  70 |4277 |  70 |  21 |  18 | 721k|5750 | 0.000000e+00 |      --      |    Inf 
302.59/302.62	c   303s|  1560k|411842 |  5208k|   3.3 | 358M|  63 |   8 |  70 |3788 |  70 |  21 |  18 | 726k|5761 | 0.000000e+00 |      --      |    Inf 
304.60/304.65	c   305s|  1570k|414177 |  5241k|   3.3 | 360M|  63 |   8 |  70 |4126 |  70 |  21 |  18 | 730k|5770 | 0.000000e+00 |      --      |    Inf 
306.40/306.47	c   306s|  1580k|417227 |  5273k|   3.3 | 363M|  63 |   8 |  70 |5803 |  70 |  21 |  18 | 735k|5781 | 0.000000e+00 |      --      |    Inf 
308.20/308.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.20/308.25	c   308s|  1590k|421178 |  5303k|   3.3 | 366M|  63 |   - |  70 |6875 |  70 |  21 |  18 | 738k|5789 | 0.000000e+00 |      --      |    Inf 
310.11/310.16	c   310s|  1600k|424605 |  5332k|   3.3 | 368M|  63 |   - |  70 |6862 |  70 |  21 |  18 | 742k|5800 | 0.000000e+00 |      --      |    Inf 
312.30/312.31	c   312s|  1610k|427187 |  5365k|   3.3 | 370M|  63 |   - |  70 |4460 |   0 |   0 |  18 | 747k|5805 | 0.000000e+00 |      --      |    Inf 
314.30/314.34	c   314s|  1620k|429603 |  5399k|   3.3 | 372M|  63 |   - |  70 |4573 |  70 |  21 |  18 | 751k|5820 | 0.000000e+00 |      --      |    Inf 
316.30/316.34	c   316s|  1630k|432321 |  5433k|   3.3 | 375M|  63 |   8 |  70 |5277 |  70 |  21 |  18 | 756k|5832 | 0.000000e+00 |      --      |    Inf 
318.39/318.40	c   318s|  1640k|434863 |  5467k|   3.3 | 377M|  63 |   8 |  70 |4358 |  70 |  21 |  18 | 761k|5842 | 0.000000e+00 |      --      |    Inf 
320.40/320.46	c   320s|  1650k|437388 |  5500k|   3.3 | 379M|  63 |   - |  70 |4244 |  70 |  21 |  18 | 765k|5859 | 0.000000e+00 |      --      |    Inf 
322.40/322.41	c   322s|  1660k|440029 |  5533k|   3.3 | 381M|  63 |   - |  70 |4858 |  70 |  21 |  18 | 770k|5872 | 0.000000e+00 |      --      |    Inf 
324.40/324.43	c   324s|  1670k|442504 |  5566k|   3.3 | 383M|  63 |   8 |  70 |4526 |  70 |  21 |  18 | 775k|5875 | 0.000000e+00 |      --      |    Inf 
326.40/326.41	c   326s|  1680k|445148 |  5599k|   3.3 | 386M|  63 |   - |  70 |4693 |  70 |  21 |  18 | 779k|5883 | 0.000000e+00 |      --      |    Inf 
328.49/328.50	c   328s|  1690k|447582 |  5633k|   3.3 | 388M|  63 |   8 |  70 |3847 |  70 |  21 |  18 | 784k|5888 | 0.000000e+00 |      --      |    Inf 
330.50/330.59	c   331s|  1700k|449845 |  5666k|   3.3 | 390M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 789k|5898 | 0.000000e+00 |      --      |    Inf 
332.50/332.58	c   333s|  1710k|452379 |  5699k|   3.3 | 392M|  63 |   8 |  70 |4475 |  70 |  21 |  18 | 794k|5908 | 0.000000e+00 |      --      |    Inf 
334.60/334.63	c   335s|  1720k|454742 |  5732k|   3.3 | 395M|  63 |   8 |  70 |4387 |  70 |  21 |  18 | 798k|5923 | 0.000000e+00 |      --      |    Inf 
336.61/336.67	c   337s|  1730k|457159 |  5766k|   3.3 | 397M|  63 |   8 |  70 |4238 |  70 |  21 |  18 | 803k|5936 | 0.000000e+00 |      --      |    Inf 
338.60/338.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.60/338.70	c   339s|  1740k|459656 |  5799k|   3.3 | 399M|  63 |   8 |  70 |4547 |  70 |  21 |  18 | 808k|5948 | 0.000000e+00 |      --      |    Inf 
340.69/340.73	c   341s|  1750k|462210 |  5831k|   3.3 | 401M|  63 |   - |  70 |4271 |  70 |  21 |  18 | 812k|5958 | 0.000000e+00 |      --      |    Inf 
342.70/342.74	c   343s|  1760k|464674 |  5865k|   3.3 | 404M|  63 |   8 |  70 |4183 |  70 |  21 |  18 | 817k|5970 | 0.000000e+00 |      --      |    Inf 
344.80/344.84	c   345s|  1770k|466942 |  5898k|   3.3 | 406M|  63 |   8 |  70 |3931 |  70 |  21 |  18 | 822k|5982 | 0.000000e+00 |      --      |    Inf 
346.90/346.96	c   347s|  1780k|469117 |  5932k|   3.3 | 408M|  63 |   8 |  70 |4135 |  70 |  21 |  18 | 827k|5988 | 0.000000e+00 |      --      |    Inf 
348.89/348.94	c   349s|  1790k|471689 |  5965k|   3.3 | 410M|  63 |   8 |  70 |4168 |  70 |  21 |  18 | 831k|5998 | 0.000000e+00 |      --      |    Inf 
351.00/351.02	c   351s|  1800k|474083 |  5998k|   3.3 | 413M|  63 |   - |  70 |4080 |  70 |  21 |  18 | 836k|6000 | 0.000000e+00 |      --      |    Inf 
352.89/352.97	c   353s|  1810k|476765 |  6031k|   3.3 | 415M|  63 |   - |  70 |4857 |  70 |  21 |  18 | 841k|6005 | 0.000000e+00 |      --      |    Inf 
355.00/355.07	c   355s|  1820k|479036 |  6064k|   3.3 | 417M|  63 |   - |  70 |3934 |  70 |  21 |  18 | 845k|6017 | 0.000000e+00 |      --      |    Inf 
357.10/357.12	c   357s|  1830k|481352 |  6098k|   3.3 | 420M|  63 |   - |  70 |4378 |  70 |  21 |  18 | 850k|6030 | 0.000000e+00 |      --      |    Inf 
359.09/359.14	c   359s|  1840k|483823 |  6131k|   3.3 | 422M|  63 |   8 |  70 |4490 |  70 |  21 |  18 | 855k|6038 | 0.000000e+00 |      --      |    Inf 
360.89/360.96	c   361s|  1850k|486919 |  6164k|   3.3 | 425M|  63 |   8 |  70 |6032 |  70 |  21 |  18 | 859k|6046 | 0.000000e+00 |      --      |    Inf 
363.09/363.16	c   363s|  1860k|489268 |  6199k|   3.3 | 427M|  63 |   8 |  70 |4781 |  70 |  21 |  18 | 864k|6060 | 0.000000e+00 |      --      |    Inf 
365.30/365.31	c   365s|  1870k|491642 |  6230k|   3.3 | 429M|  63 |   - |  70 |4166 |  70 |  21 |  18 | 869k|6067 | 0.000000e+00 |      --      |    Inf 
367.31/367.34	c   367s|  1880k|494095 |  6264k|   3.3 | 431M|  63 |   8 |  70 |4270 |  70 |  21 |  18 | 873k|6075 | 0.000000e+00 |      --      |    Inf 
369.20/369.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.20/369.28	c   369s|  1890k|496627 |  6296k|   3.3 | 433M|  63 |   - |  70 |4630 |  70 |  21 |  18 | 878k|6088 | 0.000000e+00 |      --      |    Inf 
371.30/371.38	c   371s|  1900k|498987 |  6330k|   3.3 | 435M|  63 |   - |  70 |4054 |  70 |  21 |  18 | 883k|6101 | 0.000000e+00 |      --      |    Inf 
373.30/373.32	c   373s|  1910k|501629 |  6364k|   3.3 | 438M|  63 |   - |  70 |4835 |   0 |   0 |  18 | 887k|6116 | 0.000000e+00 |      --      |    Inf 
375.30/375.34	c   375s|  1920k|504061 |  6397k|   3.3 | 440M|  63 |   - |  70 |4955 |  70 |  21 |  18 | 892k|6128 | 0.000000e+00 |      --      |    Inf 
377.40/377.42	c   377s|  1930k|506433 |  6430k|   3.3 | 442M|  63 |   8 |  70 |4265 |  70 |  21 |  18 | 897k|6140 | 0.000000e+00 |      --      |    Inf 
379.50/379.51	c   380s|  1940k|508673 |  6462k|   3.3 | 444M|  63 |   8 |  70 |3733 |  70 |  21 |  18 | 902k|6153 | 0.000000e+00 |      --      |    Inf 
381.40/381.48	c   381s|  1950k|511096 |  6495k|   3.3 | 447M|  63 |   - |  70 |4628 |  70 |  21 |  18 | 906k|6166 | 0.000000e+00 |      --      |    Inf 
383.60/383.60	c   384s|  1960k|513369 |  6527k|   3.3 | 449M|  63 |   8 |  70 |4202 |  70 |  21 |  18 | 911k|6177 | 0.000000e+00 |      --      |    Inf 
385.60/385.63	c   386s|  1970k|515801 |  6560k|   3.3 | 451M|  63 |   8 |  70 |4029 |  70 |  21 |  18 | 916k|6187 | 0.000000e+00 |      --      |    Inf 
387.60/387.61	c   388s|  1980k|518335 |  6594k|   3.3 | 453M|  63 |   8 |  70 |4264 |  70 |  21 |  18 | 920k|6196 | 0.000000e+00 |      --      |    Inf 
389.60/389.66	c   390s|  1990k|520726 |  6627k|   3.3 | 456M|  63 |   - |  70 |4110 |  70 |  21 |  18 | 925k|6207 | 0.000000e+00 |      --      |    Inf 
391.70/391.75	c   392s|  2000k|523195 |  6659k|   3.3 | 458M|  63 |   - |  70 |3809 |  70 |  21 |  18 | 930k|6216 | 0.000000e+00 |      --      |    Inf 
393.60/393.66	c   394s|  2010k|525875 |  6692k|   3.3 | 460M|  63 |   - |  70 |4663 |  70 |  21 |  18 | 934k|6220 | 0.000000e+00 |      --      |    Inf 
395.60/395.67	c   396s|  2020k|528485 |  6725k|   3.3 | 463M|  63 |   8 |  70 |4769 |  70 |  21 |  18 | 939k|6231 | 0.000000e+00 |      --      |    Inf 
397.70/397.78	c   398s|  2030k|531017 |  6759k|   3.3 | 465M|  63 |   8 |  70 |4666 |  70 |  21 |  18 | 944k|6245 | 0.000000e+00 |      --      |    Inf 
399.80/399.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
399.80/399.87	c   400s|  2040k|533351 |  6791k|   3.3 | 467M|  63 |   - |  70 |4479 |  70 |  21 |  18 | 948k|6256 | 0.000000e+00 |      --      |    Inf 
401.90/401.91	c   402s|  2050k|535804 |  6823k|   3.3 | 469M|  63 |   8 |  70 |4213 |  70 |  21 |  18 | 953k|6264 | 0.000000e+00 |      --      |    Inf 
403.80/403.86	c   404s|  2060k|538687 |  6856k|   3.3 | 472M|  63 |   - |  70 |4923 |  70 |  21 |  18 | 958k|6274 | 0.000000e+00 |      --      |    Inf 
405.80/405.88	c   406s|  2070k|541359 |  6888k|   3.3 | 474M|  63 |   8 |  70 |4625 |  70 |  21 |  18 | 962k|6279 | 0.000000e+00 |      --      |    Inf 
407.70/407.70	c   408s|  2080k|544717 |  6921k|   3.3 | 477M|  63 |   8 |  70 |5852 |  70 |  21 |  18 | 966k|6283 | 0.000000e+00 |      --      |    Inf 
409.70/409.70	c   410s|  2090k|547450 |  6952k|   3.3 | 479M|  63 |   8 |  70 |5846 |  70 |  21 |  18 | 971k|6284 | 0.000000e+00 |      --      |    Inf 
411.70/411.73	c   412s|  2100k|550105 |  6982k|   3.3 | 482M|  63 |   - |  70 |6307 |  70 |  21 |  18 | 975k|6287 | 0.000000e+00 |      --      |    Inf 
413.70/413.76	c   414s|  2110k|552795 |  7014k|   3.3 | 484M|  63 |   - |  70 |6427 |  70 |  21 |  18 | 980k|6290 | 0.000000e+00 |      --      |    Inf 
415.70/415.78	c   416s|  2120k|555505 |  7047k|   3.3 | 486M|  63 |   - |  70 |7096 |  70 |  21 |  18 | 984k|6294 | 0.000000e+00 |      --      |    Inf 
418.01/418.05	c   418s|  2130k|558107 |  7080k|   3.3 | 488M|  63 |   8 |  70 |4743 |  70 |  21 |  18 | 989k|6302 | 0.000000e+00 |      --      |    Inf 
419.90/419.95	c   420s|  2140k|561484 |  7113k|   3.3 | 491M|  63 |   8 |  70 |4573 |  70 |  21 |  18 | 993k|6308 | 0.000000e+00 |      --      |    Inf 
421.80/421.88	c   422s|  2150k|564693 |  7146k|   3.3 | 493M|  63 |   8 |  70 |5513 |  70 |  21 |  18 | 998k|6312 | 0.000000e+00 |      --      |    Inf 
423.80/423.87	c   424s|  2160k|567777 |  7179k|   3.3 | 496M|  63 |   8 |  70 |6182 |  70 |  21 |  18 |1002k|6314 | 0.000000e+00 |      --      |    Inf 
425.80/425.87	c   426s|  2170k|571017 |  7211k|   3.3 | 498M|  63 |   - |  70 |6055 |  70 |  21 |  18 |1006k|6317 | 0.000000e+00 |      --      |    Inf 
427.90/427.91	c   428s|  2180k|573982 |  7243k|   3.3 | 500M|  63 |   8 |  70 |5855 |  70 |  21 |  18 |1011k|6319 | 0.000000e+00 |      --      |    Inf 
429.90/429.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.90/429.99	c   430s|  2190k|576633 |  7276k|   3.3 | 503M|  63 |   8 |  70 |6464 |  70 |  21 |  18 |1015k|6330 | 0.000000e+00 |      --      |    Inf 
432.00/432.09	c   432s|  2200k|579281 |  7310k|   3.3 | 505M|  63 |   8 |  70 |6891 |  70 |  21 |  18 |1020k|6335 | 0.000000e+00 |      --      |    Inf 
434.30/434.35	c   434s|  2210k|581673 |  7342k|   3.3 | 507M|  63 |   8 |  70 |4729 |  70 |  21 |  18 |1025k|6340 | 0.000000e+00 |      --      |    Inf 
436.40/436.48	c   436s|  2220k|584041 |  7376k|   3.3 | 509M|  63 |   8 |  70 |4463 |  70 |  21 |  18 |1029k|6351 | 0.000000e+00 |      --      |    Inf 
438.50/438.50	c   438s|  2230k|586646 |  7410k|   3.3 | 511M|  63 |   - |  70 |4782 |  70 |  21 |  18 |1034k|6356 | 0.000000e+00 |      --      |    Inf 
440.50/440.54	c   441s|  2240k|589184 |  7443k|   3.3 | 514M|  63 |   8 |  70 |4631 |  70 |  21 |  18 |1039k|6360 | 0.000000e+00 |      --      |    Inf 
442.40/442.47	c   442s|  2250k|592064 |  7477k|   3.3 | 516M|  63 |   8 |  70 |5367 |  70 |  21 |  18 |1043k|6363 | 0.000000e+00 |      --      |    Inf 
444.50/444.53	c   445s|  2260k|594636 |  7511k|   3.3 | 518M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |1048k|6367 | 0.000000e+00 |      --      |    Inf 
446.61/446.62	c   447s|  2270k|597206 |  7543k|   3.3 | 521M|  63 |   - |  70 |4832 |  70 |  21 |  18 |1052k|6371 | 0.000000e+00 |      --      |    Inf 
448.71/448.76	c   449s|  2280k|599651 |  7576k|   3.3 | 523M|  63 |   8 |  70 |4436 |  70 |  21 |  18 |1057k|6376 | 0.000000e+00 |      --      |    Inf 
450.80/450.84	c   451s|  2290k|602110 |  7609k|   3.3 | 525M|  63 |   8 |  70 |4376 |  70 |  21 |  18 |1062k|6379 | 0.000000e+00 |      --      |    Inf 
452.70/452.76	c   453s|  2300k|604890 |  7646k|   3.3 | 528M|  63 |   8 |  70 |5555 |  70 |  21 |  18 |1066k|6390 | 0.000000e+00 |      --      |    Inf 
454.80/454.82	c   455s|  2310k|607529 |  7680k|   3.3 | 530M|  63 |   - |  70 |4481 |  70 |  21 |  18 |1071k|6396 | 0.000000e+00 |      --      |    Inf 
456.80/456.89	c   457s|  2320k|609968 |  7712k|   3.3 | 532M|  63 |   - |  70 |3757 |  70 |  21 |  18 |1075k|6398 | 0.000000e+00 |      --      |    Inf 
458.90/458.95	c   459s|  2330k|612538 |  7745k|   3.3 | 534M|  63 |   8 |  70 |3672 |  70 |  21 |  18 |1080k|6406 | 0.000000e+00 |      --      |    Inf 
460.91/460.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
460.91/460.91	c   461s|  2340k|615105 |  7777k|   3.3 | 536M|  63 |   - |  70 |4040 |  70 |  21 |  18 |1085k|6407 | 0.000000e+00 |      --      |    Inf 
462.80/462.88	c   463s|  2350k|617826 |  7810k|   3.3 | 539M|  63 |   8 |  70 |4742 |  70 |  21 |  18 |1089k|6407 | 0.000000e+00 |      --      |    Inf 
464.80/464.85	c   465s|  2360k|620802 |  7843k|   3.3 | 542M|  63 |   8 |  70 |6429 |  70 |  21 |  18 |1094k|6409 | 0.000000e+00 |      --      |    Inf 
466.90/466.99	c   467s|  2370k|623294 |  7875k|   3.3 | 544M|  63 |   8 |  70 |6180 |  70 |  21 |  18 |1099k|6409 | 0.000000e+00 |      --      |    Inf 
469.20/469.23	c   469s|  2380k|625611 |  7908k|   3.3 | 546M|  63 |   8 |  70 |4717 |  70 |  21 |  18 |1103k|6409 | 0.000000e+00 |      --      |    Inf 
471.20/471.26	c   471s|  2390k|628139 |  7941k|   3.3 | 548M|  63 |   - |  70 |4351 |   0 |   0 |  18 |1108k|6409 | 0.000000e+00 |      --      |    Inf 
473.30/473.38	c   473s|  2400k|630475 |  7974k|   3.3 | 550M|  63 |   - |  70 |4177 |  70 |  21 |  18 |1113k|6409 | 0.000000e+00 |      --      |    Inf 
475.50/475.54	c   476s|  2410k|632728 |  8008k|   3.3 | 553M|  63 |   8 |  70 |3896 |  70 |  21 |  18 |1118k|6409 | 0.000000e+00 |      --      |    Inf 
477.60/477.61	c   478s|  2420k|635212 |  8040k|   3.3 | 555M|  63 |   8 |  70 |4049 |  70 |  21 |  18 |1122k|6409 | 0.000000e+00 |      --      |    Inf 
479.61/479.62	c   480s|  2430k|637706 |  8073k|   3.3 | 557M|  63 |   8 |  70 |4642 |  70 |  21 |  18 |1127k|6409 | 0.000000e+00 |      --      |    Inf 
481.70/481.78	c   482s|  2440k|640198 |  8106k|   3.3 | 559M|  63 |   8 |  70 |4146 |  70 |  21 |  18 |1132k|6409 | 0.000000e+00 |      --      |    Inf 
483.80/483.82	c   484s|  2450k|642690 |  8138k|   3.3 | 562M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1136k|6409 | 0.000000e+00 |      --      |    Inf 
485.80/485.81	c   486s|  2460k|645212 |  8171k|   3.3 | 564M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |1141k|6409 | 0.000000e+00 |      --      |    Inf 
487.90/487.93	c   488s|  2470k|647601 |  8204k|   3.3 | 566M|  63 |   8 |  70 |4027 |  70 |  21 |  18 |1146k|6409 | 0.000000e+00 |      --      |    Inf 
489.90/489.92	c   490s|  2480k|650197 |  8237k|   3.3 | 568M|  63 |   8 |  70 |4333 |  70 |  21 |  18 |1150k|6409 | 0.000000e+00 |      --      |    Inf 
492.00/492.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.00/492.03	c   492s|  2490k|652603 |  8271k|   3.3 | 571M|  63 |   8 |  70 |4139 |  70 |  21 |  18 |1155k|6409 | 0.000000e+00 |      --      |    Inf 
494.10/494.11	c   494s|  2500k|654915 |  8304k|   3.3 | 573M|  63 |   - |  70 |4273 |  70 |  21 |  18 |1160k|6409 | 0.000000e+00 |      --      |    Inf 
496.00/496.09	c   496s|  2510k|657737 |  8337k|   3.3 | 576M|  63 |   8 |  70 |5122 |  70 |  21 |  18 |1165k|6409 | 0.000000e+00 |      --      |    Inf 
498.20/498.22	c   498s|  2520k|660096 |  8370k|   3.3 | 578M|  63 |   - |  70 |4517 |  70 |  21 |  18 |1169k|6409 | 0.000000e+00 |      --      |    Inf 
500.20/500.27	c   500s|  2530k|662505 |  8403k|   3.3 | 580M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |1174k|6409 | 0.000000e+00 |      --      |    Inf 
502.41/502.42	c   502s|  2540k|664907 |  8437k|   3.3 | 582M|  63 |   8 |  70 |3681 |  70 |  21 |  18 |1179k|6409 | 0.000000e+00 |      --      |    Inf 
504.50/504.51	c   505s|  2550k|667402 |  8470k|   3.3 | 584M|  63 |   - |  70 |4042 |  70 |  21 |  18 |1183k|6409 | 0.000000e+00 |      --      |    Inf 
506.50/506.51	c   507s|  2560k|670154 |  8503k|   3.3 | 587M|  63 |   8 |  70 |4252 |  70 |  21 |  18 |1188k|6409 | 0.000000e+00 |      --      |    Inf 
508.50/508.59	c   509s|  2570k|672567 |  8536k|   3.3 | 589M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |1193k|6409 | 0.000000e+00 |      --      |    Inf 
510.70/510.73	c   511s|  2580k|674863 |  8569k|   3.3 | 591M|  63 |   8 |  70 |3786 |  70 |  21 |  18 |1198k|6409 | 0.000000e+00 |      --      |    Inf 
512.61/512.64	c   513s|  2590k|677513 |  8601k|   3.3 | 594M|  63 |   - |  70 |4298 |  70 |  21 |  18 |1202k|6409 | 0.000000e+00 |      --      |    Inf 
514.81/514.81	c   515s|  2600k|679554 |  8634k|   3.3 | 596M|  63 |   8 |  70 |3728 |  70 |  21 |  18 |1207k|6409 | 0.000000e+00 |      --      |    Inf 
516.80/516.84	c   517s|  2610k|682179 |  8667k|   3.3 | 598M|  63 |   8 |  70 |3941 |  70 |  21 |  18 |1212k|6409 | 0.000000e+00 |      --      |    Inf 
518.80/518.86	c   519s|  2620k|684653 |  8698k|   3.3 | 600M|  63 |   8 |  70 |3823 |  70 |  21 |  18 |1217k|6409 | 0.000000e+00 |      --      |    Inf 
520.91/520.91	c   521s|  2630k|687205 |  8731k|   3.3 | 603M|  63 |   - |  70 |4330 |  70 |  21 |  18 |1221k|6409 | 0.000000e+00 |      --      |    Inf 
523.00/523.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.00/523.02	c   523s|  2640k|689658 |  8764k|   3.3 | 605M|  63 |   8 |  70 |3775 |  70 |  21 |  18 |1226k|6411 | 0.000000e+00 |      --      |    Inf 
525.10/525.10	c   525s|  2650k|691936 |  8797k|   3.3 | 607M|  63 |   8 |  70 |3869 |  70 |  21 |  18 |1231k|6416 | 0.000000e+00 |      --      |    Inf 
527.10/527.16	c   527s|  2660k|694398 |  8831k|   3.3 | 609M|  63 |   8 |  70 |4090 |  70 |  21 |  18 |1235k|6422 | 0.000000e+00 |      --      |    Inf 
529.21/529.24	c   529s|  2670k|696644 |  8863k|   3.3 | 612M|  63 |   8 |  70 |4382 |  70 |  21 |  18 |1240k|6426 | 0.000000e+00 |      --      |    Inf 
531.21/531.25	c   531s|  2680k|699265 |  8897k|   3.3 | 614M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1245k|6429 | 0.000000e+00 |      --      |    Inf 
533.20/533.25	c   533s|  2690k|701964 |  8930k|   3.3 | 616M|  63 |   8 |  70 |4339 |  70 |  21 |  18 |1249k|6429 | 0.000000e+00 |      --      |    Inf 
535.20/535.27	c   535s|  2700k|704448 |  8961k|   3.3 | 618M|  63 |   - |  70 |4303 |  70 |  21 |  18 |1254k|6429 | 0.000000e+00 |      --      |    Inf 
537.20/537.24	c   537s|  2710k|707282 |  8995k|   3.3 | 621M|  63 |   - |  70 |4575 |  70 |  21 |  18 |1258k|6429 | 0.000000e+00 |      --      |    Inf 
539.10/539.15	c   539s|  2720k|710441 |  9028k|   3.3 | 623M|  63 |   - |  70 |5310 |  70 |  21 |  18 |1263k|6429 | 0.000000e+00 |      --      |    Inf 
541.01/541.06	c   541s|  2730k|714066 |  9061k|   3.3 | 626M|  63 |   8 |  70 |6712 |  70 |  21 |  18 |1266k|6429 | 0.000000e+00 |      --      |    Inf 
543.00/543.08	c   543s|  2740k|717404 |  9093k|   3.3 | 629M|  63 |   - |  70 |7597 |  70 |  21 |  18 |1271k|6429 | 0.000000e+00 |      --      |    Inf 
545.10/545.16	c   545s|  2750k|720685 |  9126k|   3.3 | 631M|  63 |   8 |  70 |7341 |  70 |  21 |  18 |1275k|6429 | 0.000000e+00 |      --      |    Inf 
547.30/547.30	c   547s|  2760k|723840 |  9159k|   3.3 | 633M|  63 |   8 |  70 |7508 |  70 |  21 |  18 |1279k|6431 | 0.000000e+00 |      --      |    Inf 
549.50/549.53	c   550s|  2770k|726606 |  9193k|   3.3 | 635M|  63 |   8 |  70 |5508 |  70 |  21 |  18 |1283k|6436 | 0.000000e+00 |      --      |    Inf 
551.71/551.70	c   552s|  2780k|728884 |  9226k|   3.3 | 638M|  63 |   8 |  70 |4877 |  70 |  21 |  18 |1288k|6440 | 0.000000e+00 |      --      |    Inf 
553.80/553.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
553.80/553.88	c   554s|  2790k|731386 |  9260k|   3.3 | 640M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |1293k|6448 | 0.000000e+00 |      --      |    Inf 
555.90/555.98	c   556s|  2800k|733754 |  9294k|   3.3 | 642M|  63 |   8 |  70 |4105 |  70 |  21 |  18 |1298k|6458 | 0.000000e+00 |      --      |    Inf 
558.00/558.02	c   558s|  2810k|736344 |  9326k|   3.3 | 644M|  63 |   - |  70 |4519 |  70 |  21 |  18 |1302k|6464 | 0.000000e+00 |      --      |    Inf 
560.00/560.07	c   560s|  2820k|738955 |  9359k|   3.3 | 647M|  63 |   8 |  70 |4435 |  70 |  21 |  18 |1307k|6469 | 0.000000e+00 |      --      |    Inf 
562.20/562.21	c   562s|  2830k|741438 |  9392k|   3.3 | 649M|  63 |   8 |  70 |4142 |  70 |  21 |  18 |1311k|6475 | 0.000000e+00 |      --      |    Inf 
564.30/564.36	c   564s|  2840k|743587 |  9426k|   3.3 | 651M|  63 |   - |  70 |3657 |  70 |  21 |  18 |1316k|6482 | 0.000000e+00 |      --      |    Inf 
566.31/566.39	c   566s|  2850k|746228 |  9459k|   3.3 | 653M|  63 |   - |  70 |4313 |   0 |   0 |  18 |1321k|6491 | 0.000000e+00 |      --      |    Inf 
568.51/568.57	c   569s|  2860k|748465 |  9493k|   3.3 | 656M|  63 |   - |  70 |3868 |  70 |  21 |  18 |1326k|6494 | 0.000000e+00 |      --      |    Inf 
570.60/570.69	c   571s|  2870k|750853 |  9526k|   3.3 | 658M|  63 |   8 |  70 |3908 |  70 |  21 |  18 |1331k|6497 | 0.000000e+00 |      --      |    Inf 
572.60/572.67	c   573s|  2880k|753509 |  9559k|   3.3 | 660M|  63 |   8 |  70 |4872 |  70 |  21 |  18 |1335k|6499 | 0.000000e+00 |      --      |    Inf 
574.80/574.85	c   575s|  2890k|755930 |  9591k|   3.3 | 662M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1340k|6503 | 0.000000e+00 |      --      |    Inf 
577.00/577.01	c   577s|  2900k|758260 |  9625k|   3.3 | 665M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1345k|6507 | 0.000000e+00 |      --      |    Inf 
579.00/579.05	c   579s|  2910k|760899 |  9658k|   3.3 | 667M|  63 |   - |  70 |4742 |  70 |  21 |  18 |1349k|6510 | 0.000000e+00 |      --      |    Inf 
581.10/581.15	c   581s|  2920k|763531 |  9691k|   3.3 | 669M|  63 |   - |  70 |4458 |  70 |  21 |  18 |1354k|6511 | 0.000000e+00 |      --      |    Inf 
583.21/583.30	c   583s|  2930k|765847 |  9724k|   3.3 | 671M|  63 |   - |  70 |3655 |  70 |  21 |  18 |1359k|6511 | 0.000000e+00 |      --      |    Inf 
585.21/585.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
585.21/585.27	c   585s|  2940k|768807 |  9757k|   3.3 | 674M|  63 |   8 |  70 |4394 |  70 |  21 |  18 |1363k|6515 | 0.000000e+00 |      --      |    Inf 
587.41/587.41	c   587s|  2950k|771156 |  9790k|   3.3 | 676M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1368k|6519 | 0.000000e+00 |      --      |    Inf 
589.51/589.57	c   590s|  2960k|773501 |  9822k|   3.3 | 678M|  63 |   - |  70 |4045 |  70 |  21 |  18 |1372k|6525 | 0.000000e+00 |      --      |    Inf 
591.50/591.54	c   592s|  2970k|776168 |  9855k|   3.3 | 681M|  63 |   - |  70 |5401 |  70 |  21 |  18 |1377k|6529 | 0.000000e+00 |      --      |    Inf 
593.50/593.53	c   594s|  2980k|778968 |  9888k|   3.3 | 684M|  63 |   8 |  70 |6630 |  70 |  21 |  18 |1382k|6529 | 0.000000e+00 |      --      |    Inf 
595.51/595.58	c   596s|  2990k|781896 |  9921k|   3.3 | 686M|  63 |   8 |  70 |7321 |  70 |  21 |  18 |1386k|6529 | 0.000000e+00 |      --      |    Inf 
597.61/597.61	c   598s|  3000k|784823 |  9953k|   3.3 | 689M|  63 |   - |  70 |8141 |  70 |  21 |  18 |1390k|6529 | 0.000000e+00 |      --      |    Inf 
599.90/599.99	c   600s|  3010k|787128 |  9987k|   3.3 | 690M|  63 |   - |  70 |4800 |  70 |  21 |  18 |1395k|6529 | 0.000000e+00 |      --      |    Inf 
602.10/602.19	c   602s|  3020k|789632 | 10019k|   3.3 | 692M|  63 |   8 |  70 |4195 |  70 |  21 |  18 |1400k|6529 | 0.000000e+00 |      --      |    Inf 
604.31/604.30	c   604s|  3030k|791988 | 10053k|   3.3 | 695M|  63 |   8 |  70 |3939 |  70 |  21 |  18 |1404k|6529 | 0.000000e+00 |      --      |    Inf 
606.30/606.30	c   606s|  3040k|794692 | 10085k|   3.3 | 697M|  63 |   8 |  70 |4999 |  70 |  21 |  18 |1409k|6529 | 0.000000e+00 |      --      |    Inf 
608.41/608.46	c   608s|  3050k|797338 | 10118k|   3.3 | 699M|  63 |   8 |  70 |4548 |  70 |  21 |  18 |1414k|6529 | 0.000000e+00 |      --      |    Inf 
610.50/610.58	c   611s|  3060k|799775 | 10151k|   3.3 | 702M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |1418k|6529 | 0.000000e+00 |      --      |    Inf 
612.71/612.74	c   613s|  3070k|801998 | 10184k|   3.3 | 704M|  63 |   8 |  70 |3831 |  70 |  21 |  18 |1423k|6529 | 0.000000e+00 |      --      |    Inf 
614.71/614.72	c   615s|  3080k|804592 | 10218k|   3.3 | 706M|  63 |   - |  70 |5280 |  70 |  21 |  18 |1428k|6529 | 0.000000e+00 |      --      |    Inf 
616.80/616.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.80/616.87	c   617s|  3090k|807039 | 10250k|   3.3 | 708M|  63 |   - |  70 |3984 |  70 |  21 |  18 |1432k|6529 | 0.000000e+00 |      --      |    Inf 
618.91/618.94	c   619s|  3100k|809463 | 10284k|   3.3 | 711M|  63 |   - |  70 |4259 |  70 |  21 |  18 |1437k|6529 | 0.000000e+00 |      --      |    Inf 
620.91/620.90	c   621s|  3110k|812359 | 10315k|   3.3 | 713M|  63 |   - |  70 |5166 |  70 |  21 |  18 |1441k|6529 | 0.000000e+00 |      --      |    Inf 
623.01/623.03	c   623s|  3120k|814775 | 10349k|   3.3 | 715M|  63 |   8 |  70 |4282 |  70 |  21 |  18 |1446k|6529 | 0.000000e+00 |      --      |    Inf 
625.01/625.08	c   625s|  3130k|817394 | 10382k|   3.3 | 718M|  63 |   8 |  70 |4593 |  70 |  21 |  18 |1451k|6529 | 0.000000e+00 |      --      |    Inf 
627.10/627.18	c   627s|  3140k|820022 | 10415k|   3.3 | 720M|  63 |   - |  70 |4243 |  70 |  21 |  18 |1455k|6529 | 0.000000e+00 |      --      |    Inf 
629.11/629.17	c   629s|  3150k|822868 | 10447k|   3.3 | 722M|  63 |   8 |  70 |4752 |  70 |  21 |  18 |1460k|6529 | 0.000000e+00 |      --      |    Inf 
631.31/631.32	c   631s|  3160k|825325 | 10481k|   3.3 | 725M|  63 |   - |  70 |3914 |  70 |  21 |  18 |1464k|6529 | 0.000000e+00 |      --      |    Inf 
633.41/633.42	c   633s|  3170k|827897 | 10514k|   3.3 | 727M|  63 |   8 |  70 |4274 |  70 |  21 |  18 |1469k|6529 | 0.000000e+00 |      --      |    Inf 
635.51/635.53	c   636s|  3180k|830525 | 10547k|   3.3 | 729M|  63 |   8 |  70 |4381 |  70 |  21 |  18 |1473k|6529 | 0.000000e+00 |      --      |    Inf 
637.51/637.57	c   638s|  3190k|833109 | 10580k|   3.3 | 731M|  63 |   8 |  70 |4584 |  70 |  21 |  18 |1478k|6529 | 0.000000e+00 |      --      |    Inf 
639.70/639.70	c   640s|  3200k|835482 | 10613k|   3.3 | 734M|  63 |   8 |  70 |4680 |  70 |  21 |  18 |1483k|6529 | 0.000000e+00 |      --      |    Inf 
641.81/641.84	c   642s|  3210k|837902 | 10645k|   3.3 | 736M|  63 |   8 |  70 |4327 |  70 |  21 |  18 |1488k|6529 | 0.000000e+00 |      --      |    Inf 
643.91/643.91	c   644s|  3220k|840328 | 10679k|   3.3 | 738M|  63 |   8 |  70 |3955 |  70 |  21 |  18 |1492k|6529 | 0.000000e+00 |      --      |    Inf 
646.01/646.03	c   646s|  3230k|842830 | 10711k|   3.3 | 740M|  63 |   8 |  70 |3856 |  70 |  21 |  18 |1497k|6529 | 0.000000e+00 |      --      |    Inf 
647.91/647.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
647.91/647.98	c   648s|  3240k|845509 | 10745k|   3.3 | 743M|  63 |   - |  70 |4567 |  70 |  21 |  18 |1502k|6529 | 0.000000e+00 |      --      |    Inf 
650.01/650.05	c   650s|  3250k|847969 | 10777k|   3.3 | 745M|  63 |   8 |  70 |4188 |  70 |  21 |  18 |1506k|6529 | 0.000000e+00 |      --      |    Inf 
652.10/652.18	c   652s|  3260k|850453 | 10810k|   3.3 | 747M|  63 |   8 |  70 |4177 |  70 |  21 |  18 |1511k|6529 | 0.000000e+00 |      --      |    Inf 
654.20/654.30	c   654s|  3270k|853014 | 10843k|   3.3 | 750M|  63 |   8 |  70 |4244 |  70 |  21 |  18 |1516k|6529 | 0.000000e+00 |      --      |    Inf 
656.40/656.45	c   656s|  3280k|855276 | 10876k|   3.3 | 752M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1520k|6529 | 0.000000e+00 |      --      |    Inf 
658.51/658.57	c   659s|  3290k|857656 | 10908k|   3.3 | 754M|  63 |   - |  70 |3771 |  70 |  21 |  18 |1525k|6529 | 0.000000e+00 |      --      |    Inf 
660.61/660.66	c   661s|  3300k|860076 | 10941k|   3.3 | 756M|  63 |   - |  70 |4468 |  70 |  21 |  18 |1530k|6529 | 0.000000e+00 |      --      |    Inf 
662.81/662.85	c   663s|  3310k|862267 | 10974k|   3.3 | 758M|  63 |   - |  70 |3669 |  70 |  21 |  18 |1535k|6529 | 0.000000e+00 |      --      |    Inf 
664.91/664.99	c   665s|  3320k|864745 | 11007k|   3.3 | 761M|  63 |   8 |  70 |4034 |  70 |  21 |  18 |1539k|6529 | 0.000000e+00 |      --      |    Inf 
667.00/667.08	c   667s|  3330k|867244 | 11042k|   3.3 | 763M|  63 |   - |  70 |4820 |  70 |  21 |  18 |1544k|6529 | 0.000000e+00 |      --      |    Inf 
669.20/669.20	c   669s|  3340k|869676 | 11074k|   3.3 | 765M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1549k|6529 | 0.000000e+00 |      --      |    Inf 
671.30/671.33	c   671s|  3350k|872101 | 11107k|   3.3 | 768M|  63 |   8 |  70 |4296 |  70 |  21 |  18 |1553k|6529 | 0.000000e+00 |      --      |    Inf 
673.31/673.37	c   673s|  3360k|875019 | 11139k|   3.3 | 770M|  63 |   - |  70 |4630 |  70 |  21 |  18 |1558k|6529 | 0.000000e+00 |      --      |    Inf 
675.31/675.39	c   675s|  3370k|877829 | 11172k|   3.3 | 772M|  63 |   8 |  70 |5279 |  70 |  21 |  18 |1562k|6529 | 0.000000e+00 |      --      |    Inf 
677.51/677.57	c   678s|  3380k|880385 | 11205k|   3.3 | 774M|  63 |   8 |  70 |4117 |  70 |  21 |  18 |1567k|6529 | 0.000000e+00 |      --      |    Inf 
679.71/679.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
679.71/679.77	c   680s|  3390k|882702 | 11237k|   3.3 | 777M|  63 |   - |  70 |3792 |  70 |  21 |  18 |1572k|6529 | 0.000000e+00 |      --      |    Inf 
681.81/681.90	c   682s|  3400k|885047 | 11271k|   3.3 | 779M|  63 |   8 |  70 |4273 |  70 |  21 |  18 |1576k|6529 | 0.000000e+00 |      --      |    Inf 
684.01/684.05	c   684s|  3410k|887266 | 11304k|   3.3 | 781M|  63 |   8 |  70 |3846 |  70 |  21 |  18 |1581k|6529 | 0.000000e+00 |      --      |    Inf 
686.11/686.10	c   686s|  3420k|889777 | 11336k|   3.3 | 784M|  63 |   8 |  70 |4431 |  70 |  21 |  18 |1586k|6529 | 0.000000e+00 |      --      |    Inf 
688.21/688.27	c   688s|  3430k|892068 | 11369k|   3.3 | 786M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |1591k|6529 | 0.000000e+00 |      --      |    Inf 
690.30/690.35	c   690s|  3440k|894443 | 11402k|   3.3 | 788M|  63 |   8 |  70 |4289 |  70 |  21 |  18 |1595k|6529 | 0.000000e+00 |      --      |    Inf 
692.51/692.53	c   693s|  3450k|896808 | 11435k|   3.3 | 790M|  63 |   8 |  70 |4098 |  70 |  21 |  18 |1600k|6529 | 0.000000e+00 |      --      |    Inf 
694.71/694.71	c   695s|  3460k|898993 | 11468k|   3.3 | 792M|  63 |   - |  70 |3975 |  70 |  21 |  18 |1605k|6529 | 0.000000e+00 |      --      |    Inf 
696.80/696.80	c   697s|  3470k|901339 | 11501k|   3.3 | 795M|  63 |   - |  70 |4308 |  70 |  21 |  18 |1610k|6529 | 0.000000e+00 |      --      |    Inf 
698.81/698.87	c   699s|  3480k|903913 | 11535k|   3.3 | 797M|  63 |   8 |  70 |4479 |  70 |  21 |  18 |1614k|6529 | 0.000000e+00 |      --      |    Inf 
701.01/701.02	c   701s|  3490k|906196 | 11569k|   3.3 | 799M|  63 |   - |  70 |4112 |  70 |  21 |  18 |1619k|6529 | 0.000000e+00 |      --      |    Inf 
703.01/703.06	c   703s|  3500k|908800 | 11602k|   3.3 | 802M|  63 |   - |  70 |4137 |  70 |  21 |  18 |1623k|6529 | 0.000000e+00 |      --      |    Inf 
705.20/705.20	c   705s|  3510k|911131 | 11635k|   3.3 | 804M|  63 |   8 |  70 |4134 |  70 |  21 |  18 |1628k|6529 | 0.000000e+00 |      --      |    Inf 
707.31/707.34	c   707s|  3520k|913445 | 11668k|   3.3 | 806M|  63 |   - |  70 |4337 |  70 |  21 |  18 |1633k|6529 | 0.000000e+00 |      --      |    Inf 
709.42/709.41	c   709s|  3530k|915834 | 11702k|   3.3 | 808M|  63 |   - |  70 |4076 |  70 |  21 |  18 |1638k|6529 | 0.000000e+00 |      --      |    Inf 
711.41/711.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.41/711.46	c   711s|  3540k|918361 | 11734k|   3.3 | 811M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1642k|6529 | 0.000000e+00 |      --      |    Inf 
713.50/713.51	c   714s|  3550k|921196 | 11767k|   3.3 | 813M|  63 |   - |  70 |4444 |  70 |  21 |  18 |1647k|6529 | 0.000000e+00 |      --      |    Inf 
715.61/715.64	c   716s|  3560k|923682 | 11800k|   3.3 | 815M|  63 |   8 |  70 |3751 |  70 |  21 |  18 |1651k|6529 | 0.000000e+00 |      --      |    Inf 
717.71/717.72	c   718s|  3570k|926097 | 11832k|   3.3 | 817M|  63 |   - |  70 |4316 |   0 |   0 |  18 |1656k|6529 | 0.000000e+00 |      --      |    Inf 
719.91/719.91	c   720s|  3580k|928500 | 11865k|   3.3 | 820M|  63 |   8 |  70 |4277 |  70 |  21 |  18 |1661k|6529 | 0.000000e+00 |      --      |    Inf 
721.81/721.85	c   722s|  3590k|931356 | 11900k|   3.3 | 822M|  63 |   8 |  70 |5757 |  70 |  21 |  18 |1665k|6529 | 0.000000e+00 |      --      |    Inf 
724.00/724.04	c   724s|  3600k|933840 | 11933k|   3.3 | 824M|  63 |   - |  70 |4664 |  70 |  21 |  18 |1670k|6529 | 0.000000e+00 |      --      |    Inf 
726.21/726.29	c   726s|  3610k|936083 | 11966k|   3.3 | 827M|  63 |   8 |  70 |4307 |  70 |  21 |  18 |1675k|6529 | 0.000000e+00 |      --      |    Inf 
728.41/728.42	c   728s|  3620k|938620 | 12000k|   3.3 | 829M|  63 |   - |  70 |4415 |  70 |  21 |  18 |1679k|6529 | 0.000000e+00 |      --      |    Inf 
730.50/730.50	c   730s|  3630k|941102 | 12031k|   3.3 | 831M|  63 |   8 |  70 |4152 |  70 |  21 |  18 |1684k|6529 | 0.000000e+00 |      --      |    Inf 
732.61/732.69	c   733s|  3640k|943254 | 12065k|   3.3 | 833M|  63 |   - |  70 |4022 |  70 |  21 |  18 |1689k|6529 | 0.000000e+00 |      --      |    Inf 
734.61/734.66	c   735s|  3650k|946028 | 12098k|   3.3 | 836M|  63 |   - |  70 |5185 |   0 |   0 |  18 |1693k|6529 | 0.000000e+00 |      --      |    Inf 
736.50/736.54	c   737s|  3660k|949385 | 12129k|   3.3 | 838M|  63 |   8 |  70 |6382 |  70 |  21 |  18 |1697k|6529 | 0.000000e+00 |      --      |    Inf 
738.71/738.78	c   739s|  3670k|951834 | 12163k|   3.3 | 840M|  63 |   - |  70 |4688 |  70 |  21 |  18 |1702k|6529 | 0.000000e+00 |      --      |    Inf 
740.81/740.87	c   741s|  3680k|954447 | 12195k|   3.3 | 843M|  63 |   - |  70 |5473 |  70 |  21 |  18 |1706k|6529 | 0.000000e+00 |      --      |    Inf 
742.91/742.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
742.91/742.97	c   743s|  3690k|957035 | 12227k|   3.3 | 845M|  63 |   - |  70 |4898 |  70 |  21 |  18 |1711k|6529 | 0.000000e+00 |      --      |    Inf 
745.01/745.06	c   745s|  3700k|959889 | 12260k|   3.3 | 847M|  63 |   8 |  70 |4789 |  70 |  21 |  18 |1715k|6529 | 0.000000e+00 |      --      |    Inf 
747.21/747.26	c   747s|  3710k|962272 | 12294k|   3.3 | 849M|  63 |   8 |  70 |4077 |  70 |  21 |  18 |1720k|6529 | 0.000000e+00 |      --      |    Inf 
749.21/749.22	c   749s|  3720k|965148 | 12327k|   3.3 | 852M|  63 |   - |  70 |5331 |  70 |  21 |  18 |1724k|6529 | 0.000000e+00 |      --      |    Inf 
751.32/751.35	c   751s|  3730k|968071 | 12360k|   3.3 | 854M|  63 |   - |  70 |5074 |  70 |  21 |  18 |1729k|6529 | 0.000000e+00 |      --      |    Inf 
753.41/753.48	c   753s|  3740k|970620 | 12393k|   3.3 | 857M|  63 |   - |  70 |5212 |  70 |  21 |  18 |1734k|6529 | 0.000000e+00 |      --      |    Inf 
755.51/755.58	c   756s|  3750k|973231 | 12426k|   3.3 | 859M|  63 |   8 |  70 |5440 |  70 |  21 |  18 |1738k|6529 | 0.000000e+00 |      --      |    Inf 
757.70/757.78	c   758s|  3760k|975729 | 12458k|   3.3 | 861M|  63 |   8 |  70 |4711 |  70 |  21 |  18 |1743k|6529 | 0.000000e+00 |      --      |    Inf 
759.90/759.96	c   760s|  3770k|978175 | 12491k|   3.3 | 863M|  63 |   8 |  70 |4048 |  70 |  21 |  18 |1748k|6529 | 0.000000e+00 |      --      |    Inf 
762.01/762.09	c   762s|  3780k|980552 | 12523k|   3.3 | 865M|  63 |   - |  70 |4101 |  70 |  21 |  18 |1752k|6529 | 0.000000e+00 |      --      |    Inf 
764.31/764.30	c   764s|  3790k|982801 | 12555k|   3.3 | 868M|  63 |   - |  70 |3955 |  70 |  21 |  18 |1757k|6529 | 0.000000e+00 |      --      |    Inf 
766.41/766.46	c   766s|  3800k|985009 | 12587k|   3.3 | 870M|  63 |   8 |  70 |3889 |  70 |  21 |  18 |1762k|6529 | 0.000000e+00 |      --      |    Inf 
768.51/768.57	c   769s|  3810k|987422 | 12622k|   3.3 | 872M|  63 |   8 |  70 |4096 |  70 |  21 |  18 |1767k|6529 | 0.000000e+00 |      --      |    Inf 
770.61/770.67	c   771s|  3820k|989909 | 12655k|   3.3 | 875M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |1771k|6529 | 0.000000e+00 |      --      |    Inf 
772.81/772.83	c   773s|  3830k|992192 | 12688k|   3.3 | 877M|  63 |   8 |  70 |4503 |  70 |  21 |  18 |1776k|6529 | 0.000000e+00 |      --      |    Inf 
774.91/774.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
774.91/774.95	c   775s|  3840k|994553 | 12721k|   3.3 | 879M|  63 |   - |  70 |4379 |  70 |  21 |  18 |1781k|6529 | 0.000000e+00 |      --      |    Inf 
776.90/776.98	c   777s|  3850k|997364 | 12753k|   3.3 | 881M|  63 |   8 |  70 |4972 |  70 |  21 |  18 |1785k|6529 | 0.000000e+00 |      --      |    Inf 
779.11/779.18	c   779s|  3860k|999648 | 12786k|   3.3 | 883M|  63 |   8 |  70 |4292 |  70 |  21 |  18 |1790k|6529 | 0.000000e+00 |      --      |    Inf 
781.21/781.28	c   781s|  3870k|  1002k| 12819k|   3.3 | 886M|  63 |   - |  70 |4658 |  70 |  21 |  18 |1795k|6529 | 0.000000e+00 |      --      |    Inf 
783.51/783.53	c   784s|  3880k|  1004k| 12851k|   3.3 | 888M|  63 |   - |  70 |3902 |  70 |  21 |  18 |1800k|6529 | 0.000000e+00 |      --      |    Inf 
785.51/785.58	c   786s|  3890k|  1006k| 12885k|   3.3 | 890M|  63 |   - |  70 |4338 |  70 |  21 |  18 |1804k|6529 | 0.000000e+00 |      --      |    Inf 
787.71/787.73	c   788s|  3900k|  1009k| 12917k|   3.3 | 892M|  63 |   - |  70 |4070 |  70 |  21 |  18 |1809k|6529 | 0.000000e+00 |      --      |    Inf 
789.81/789.83	c   790s|  3910k|  1011k| 12951k|   3.3 | 895M|  63 |   8 |  70 |4851 |  70 |  21 |  18 |1814k|6529 | 0.000000e+00 |      --      |    Inf 
792.01/792.09	c   792s|  3920k|  1014k| 12983k|   3.3 | 897M|  63 |   8 |  70 |4119 |  70 |  21 |  18 |1818k|6529 | 0.000000e+00 |      --      |    Inf 
794.21/794.22	c   794s|  3930k|  1016k| 13016k|   3.3 | 899M|  63 |   8 |  70 |4338 |  70 |  21 |  18 |1823k|6529 | 0.000000e+00 |      --      |    Inf 
796.10/796.10	c   796s|  3940k|  1019k| 13049k|   3.3 | 902M|  63 |   - |  70 |6432 |  70 |  21 |  18 |1827k|6529 | 0.000000e+00 |      --      |    Inf 
798.21/798.23	c   798s|  3950k|  1022k| 13080k|   3.3 | 905M|  63 |   8 |  70 |6948 |  70 |  21 |  18 |1832k|6529 | 0.000000e+00 |      --      |    Inf 
800.40/800.40	c   800s|  3960k|  1025k| 13111k|   3.3 | 907M|  63 |   8 |  70 |7563 |  70 |  21 |  18 |1836k|6529 | 0.000000e+00 |      --      |    Inf 
802.71/802.73	c   803s|  3970k|  1028k| 13143k|   3.3 | 909M|  63 |   - |  70 |5576 |  70 |  21 |  18 |1841k|6529 | 0.000000e+00 |      --      |    Inf 
804.91/804.97	c   805s|  3980k|  1030k| 13176k|   3.3 | 911M|  63 |   8 |  70 |4955 |  70 |  21 |  18 |1845k|6529 | 0.000000e+00 |      --      |    Inf 
807.11/807.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
807.11/807.12	c   807s|  3990k|  1032k| 13208k|   3.3 | 913M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |1850k|6529 | 0.000000e+00 |      --      |    Inf 
809.21/809.26	c   809s|  4000k|  1035k| 13241k|   3.3 | 916M|  63 |   8 |  70 |4398 |  70 |  21 |  18 |1855k|6529 | 0.000000e+00 |      --      |    Inf 
811.31/811.30	c   811s|  4010k|  1038k| 13276k|   3.3 | 918M|  63 |   8 |  70 |4940 |  70 |  21 |  18 |1859k|6529 | 0.000000e+00 |      --      |    Inf 
813.41/813.46	c   813s|  4020k|  1040k| 13311k|   3.3 | 920M|  63 |   8 |  70 |4727 |  70 |  21 |  18 |1864k|6529 | 0.000000e+00 |      --      |    Inf 
815.50/815.55	c   816s|  4030k|  1043k| 13344k|   3.3 | 923M|  63 |   - |  70 |5465 |  70 |  21 |  18 |1868k|6529 | 0.000000e+00 |      --      |    Inf 
817.81/817.82	c   818s|  4040k|  1045k| 13377k|   3.3 | 925M|  63 |   - |  70 |4939 |  70 |  21 |  18 |1873k|6529 | 0.000000e+00 |      --      |    Inf 
820.00/820.08	c   820s|  4050k|  1047k| 13411k|   3.3 | 927M|  63 |   8 |  70 |4043 |  70 |  21 |  18 |1878k|6529 | 0.000000e+00 |      --      |    Inf 
822.21/822.20	c   822s|  4060k|  1050k| 13443k|   3.3 | 929M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |1883k|6529 | 0.000000e+00 |      --      |    Inf 
824.30/824.32	c   824s|  4070k|  1052k| 13475k|   3.3 | 932M|  63 |   - |  70 |4722 |  70 |  21 |  18 |1887k|6529 | 0.000000e+00 |      --      |    Inf 
826.41/826.42	c   826s|  4080k|  1055k| 13509k|   3.3 | 934M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |1892k|6529 | 0.000000e+00 |      --      |    Inf 
828.40/828.46	c   828s|  4090k|  1058k| 13541k|   3.3 | 936M|  63 |   - |  70 |4801 |  70 |  21 |  18 |1896k|6529 | 0.000000e+00 |      --      |    Inf 
830.71/830.70	c   831s|  4100k|  1060k| 13574k|   3.3 | 939M|  63 |   8 |  70 |4385 |  70 |  21 |  18 |1901k|6529 | 0.000000e+00 |      --      |    Inf 
832.91/832.93	c   833s|  4110k|  1062k| 13607k|   3.3 | 941M|  63 |   - |  70 |3747 |  70 |  21 |  18 |1906k|6529 | 0.000000e+00 |      --      |    Inf 
835.01/835.03	c   835s|  4120k|  1064k| 13641k|   3.3 | 943M|  63 |   8 |  70 |4459 |  70 |  21 |  18 |1911k|6529 | 0.000000e+00 |      --      |    Inf 
837.21/837.20	c   837s|  4130k|  1067k| 13675k|   3.3 | 945M|  63 |   - |  70 |4360 |  70 |  21 |  18 |1916k|6529 | 0.000000e+00 |      --      |    Inf 
839.11/839.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
839.11/839.14	c   839s|  4140k|  1070k| 13708k|   3.3 | 948M|  63 |   8 |  70 |6116 |  70 |  21 |  18 |1920k|6529 | 0.000000e+00 |      --      |    Inf 
841.10/841.11	c   841s|  4150k|  1073k| 13741k|   3.3 | 950M|  63 |   8 |  70 |6507 |  70 |  21 |  18 |1924k|6529 | 0.000000e+00 |      --      |    Inf 
843.31/843.33	c   843s|  4160k|  1076k| 13774k|   3.3 | 952M|  63 |   8 |  70 |5317 |  70 |  21 |  18 |1929k|6529 | 0.000000e+00 |      --      |    Inf 
845.21/845.25	c   845s|  4170k|  1079k| 13808k|   3.3 | 955M|  63 |   8 |  70 |6721 |  70 |  21 |  18 |1933k|6529 | 0.000000e+00 |      --      |    Inf 
847.51/847.56	c   848s|  4180k|  1081k| 13841k|   3.3 | 957M|  63 |   8 |  70 |4772 |  70 |  21 |  18 |1937k|6529 | 0.000000e+00 |      --      |    Inf 
849.71/849.74	c   850s|  4190k|  1084k| 13875k|   3.3 | 959M|  63 |   8 |  70 |4302 |  70 |  21 |  18 |1942k|6529 | 0.000000e+00 |      --      |    Inf 
851.81/851.82	c   852s|  4200k|  1086k| 13908k|   3.3 | 962M|  63 |   8 |  70 |4869 |  70 |  21 |  18 |1947k|6529 | 0.000000e+00 |      --      |    Inf 
853.81/853.80	c   854s|  4210k|  1089k| 13941k|   3.3 | 964M|  63 |   8 |  70 |5582 |  70 |  21 |  18 |1951k|6529 | 0.000000e+00 |      --      |    Inf 
856.01/856.07	c   856s|  4220k|  1092k| 13974k|   3.3 | 966M|  63 |   - |  70 |4017 |  70 |  21 |  18 |1956k|6529 | 0.000000e+00 |      --      |    Inf 
858.11/858.17	c   858s|  4230k|  1094k| 14007k|   3.3 | 968M|  63 |   8 |  70 |4475 |  70 |  21 |  18 |1961k|6529 | 0.000000e+00 |      --      |    Inf 
860.41/860.42	c   860s|  4240k|  1097k| 14040k|   3.3 | 971M|  63 |   - |  70 |3926 |  70 |  21 |  18 |1965k|6529 | 0.000000e+00 |      --      |    Inf 
862.51/862.57	c   863s|  4250k|  1099k| 14074k|   3.3 | 973M|  63 |   8 |  70 |4069 |  70 |  21 |  18 |1970k|6529 | 0.000000e+00 |      --      |    Inf 
864.71/864.75	c   865s|  4260k|  1101k| 14108k|   3.3 | 975M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |1975k|6529 | 0.000000e+00 |      --      |    Inf 
866.91/866.90	c   867s|  4270k|  1104k| 14140k|   3.3 | 977M|  63 |   - |  70 |3525 |  70 |  21 |  18 |1980k|6529 | 0.000000e+00 |      --      |    Inf 
869.02/869.03	c   869s|  4280k|  1106k| 14173k|   3.3 | 980M|  63 |   8 |  70 |4157 |  70 |  21 |  18 |1984k|6529 | 0.000000e+00 |      --      |    Inf 
871.22/871.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.22/871.25	c   871s|  4290k|  1108k| 14205k|   3.3 | 982M|  63 |   8 |  70 |3965 |  70 |  21 |  18 |1989k|6529 | 0.000000e+00 |      --      |    Inf 
873.31/873.34	c   873s|  4300k|  1111k| 14239k|   3.3 | 984M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |1994k|6529 | 0.000000e+00 |      --      |    Inf 
875.51/875.56	c   876s|  4310k|  1113k| 14271k|   3.3 | 986M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |1999k|6529 | 0.000000e+00 |      --      |    Inf 
877.82/877.85	c   878s|  4320k|  1115k| 14304k|   3.3 | 988M|  63 |   - |  70 |4199 |  70 |  21 |  18 |2004k|6529 | 0.000000e+00 |      --      |    Inf 
879.81/879.87	c   880s|  4330k|  1118k| 14337k|   3.3 | 991M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |2008k|6529 | 0.000000e+00 |      --      |    Inf 
882.01/882.05	c   882s|  4340k|  1120k| 14369k|   3.3 | 993M|  63 |   - |  70 |4529 |  70 |  21 |  18 |2013k|6529 | 0.000000e+00 |      --      |    Inf 
884.32/884.31	c   884s|  4350k|  1123k| 14403k|   3.3 | 995M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |2017k|6529 | 0.000000e+00 |      --      |    Inf 
886.41/886.43	c   886s|  4360k|  1125k| 14437k|   3.3 | 998M|  63 |   - |  70 |4525 |  70 |  21 |  18 |2022k|6529 | 0.000000e+00 |      --      |    Inf 
888.41/888.49	c   888s|  4370k|  1128k| 14471k|   3.3 |1000M|  63 |   8 |  70 |5707 |  70 |  21 |  18 |2027k|6529 | 0.000000e+00 |      --      |    Inf 
890.71/890.75	c   891s|  4380k|  1130k| 14504k|   3.3 |1002M|  63 |   - |  70 |4726 |  70 |  21 |  18 |2032k|6529 | 0.000000e+00 |      --      |    Inf 
892.81/892.83	c   893s|  4390k|  1133k| 14538k|   3.3 |1005M|  63 |   - |  70 |5148 |  70 |  21 |  18 |2036k|6529 | 0.000000e+00 |      --      |    Inf 
895.01/895.07	c   895s|  4400k|  1135k| 14571k|   3.3 |1007M|  63 |   8 |  70 |4667 |  70 |  21 |  18 |2041k|6529 | 0.000000e+00 |      --      |    Inf 
897.11/897.19	c   897s|  4410k|  1138k| 14603k|   3.3 |1009M|  63 |   8 |  70 |4763 |  70 |  21 |  18 |2046k|6529 | 0.000000e+00 |      --      |    Inf 
899.21/899.28	c   899s|  4420k|  1140k| 14635k|   3.3 |1012M|  63 |   - |  70 |4909 |  70 |  21 |  18 |2050k|6529 | 0.000000e+00 |      --      |    Inf 
901.31/901.35	c   901s|  4430k|  1143k| 14668k|   3.3 |1014M|  63 |   - |  70 |5098 |  70 |  21 |  18 |2055k|6529 | 0.000000e+00 |      --      |    Inf 
903.61/903.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
903.61/903.67	c   904s|  4440k|  1146k| 14700k|   3.3 |1016M|  63 |   8 |  70 |3853 |  70 |  21 |  18 |2059k|6529 | 0.000000e+00 |      --      |    Inf 
905.81/905.84	c   906s|  4450k|  1148k| 14734k|   3.3 |1018M|  63 |   8 |  70 |4579 |  70 |  21 |  18 |2064k|6529 | 0.000000e+00 |      --      |    Inf 
908.01/908.00	c   908s|  4460k|  1150k| 14767k|   3.3 |1021M|  63 |   8 |  70 |4560 |  70 |  21 |  18 |2069k|6529 | 0.000000e+00 |      --      |    Inf 
910.11/910.11	c   910s|  4470k|  1153k| 14800k|   3.3 |1023M|  63 |   - |  70 |4681 |  70 |  21 |  18 |2073k|6529 | 0.000000e+00 |      --      |    Inf 
912.21/912.27	c   912s|  4480k|  1155k| 14832k|   3.3 |1025M|  63 |   - |  70 |4551 |  70 |  21 |  18 |2078k|6529 | 0.000000e+00 |      --      |    Inf 
914.41/914.48	c   914s|  4490k|  1158k| 14865k|   3.3 |1028M|  63 |   8 |  70 |4361 |  70 |  21 |  18 |2083k|6529 | 0.000000e+00 |      --      |    Inf 
916.61/916.62	c   917s|  4500k|  1160k| 14898k|   3.3 |1030M|  63 |   8 |  70 |3963 |  70 |  21 |  18 |2088k|6529 | 0.000000e+00 |      --      |    Inf 
918.71/918.79	c   919s|  4510k|  1163k| 14931k|   3.3 |1032M|  63 |   8 |  70 |4025 |  70 |  21 |  18 |2092k|6529 | 0.000000e+00 |      --      |    Inf 
920.81/920.85	c   921s|  4520k|  1165k| 14963k|   3.3 |1034M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2097k|6529 | 0.000000e+00 |      --      |    Inf 
923.01/923.00	c   923s|  4530k|  1168k| 14996k|   3.3 |1037M|  63 |   - |  70 |4223 |  70 |  21 |  18 |2101k|6529 | 0.000000e+00 |      --      |    Inf 
925.11/925.19	c   925s|  4540k|  1170k| 15029k|   3.3 |1039M|  63 |   8 |  70 |3883 |  70 |  21 |  18 |2106k|6529 | 0.000000e+00 |      --      |    Inf 
927.32/927.31	c   927s|  4550k|  1173k| 15062k|   3.3 |1041M|  63 |   - |  70 |4319 |  70 |  21 |  18 |2110k|6529 | 0.000000e+00 |      --      |    Inf 
929.42/929.46	c   929s|  4560k|  1175k| 15095k|   3.3 |1044M|  63 |   8 |  70 |4766 |  70 |  21 |  18 |2115k|6529 | 0.000000e+00 |      --      |    Inf 
931.72/931.77	c   932s|  4570k|  1178k| 15128k|   3.3 |1046M|  63 |   8 |  70 |4115 |  70 |  21 |  18 |2120k|6529 | 0.000000e+00 |      --      |    Inf 
933.81/933.90	c   934s|  4580k|  1180k| 15161k|   3.3 |1048M|  63 |   8 |  70 |4747 |  70 |  21 |  18 |2124k|6529 | 0.000000e+00 |      --      |    Inf 
936.12/936.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
936.12/936.15	c   936s|  4590k|  1182k| 15194k|   3.3 |1050M|  63 |   8 |  70 |4131 |  70 |  21 |  18 |2129k|6529 | 0.000000e+00 |      --      |    Inf 
938.21/938.26	c   938s|  4600k|  1185k| 15228k|   3.3 |1052M|  63 |   8 |  70 |4365 |  70 |  21 |  18 |2134k|6529 | 0.000000e+00 |      --      |    Inf 
940.51/940.54	c   941s|  4610k|  1187k| 15260k|   3.3 |1055M|  63 |   8 |  70 |4108 |  70 |  21 |  18 |2139k|6529 | 0.000000e+00 |      --      |    Inf 
942.72/942.75	c   943s|  4620k|  1190k| 15293k|   3.3 |1057M|  63 |   8 |  70 |4174 |  70 |  21 |  18 |2143k|6529 | 0.000000e+00 |      --      |    Inf 
944.92/944.93	c   945s|  4630k|  1192k| 15326k|   3.3 |1059M|  63 |   8 |  70 |4359 |  70 |  21 |  18 |2148k|6529 | 0.000000e+00 |      --      |    Inf 
946.91/946.95	c   947s|  4640k|  1195k| 15361k|   3.3 |1062M|  63 |   8 |  70 |5724 |  70 |  21 |  18 |2153k|6529 | 0.000000e+00 |      --      |    Inf 
949.01/949.00	c   949s|  4650k|  1198k| 15395k|   3.3 |1064M|  63 |   8 |  70 |6974 |  70 |  21 |  18 |2157k|6529 | 0.000000e+00 |      --      |    Inf 
951.01/951.08	c   951s|  4660k|  1201k| 15426k|   3.3 |1067M|  63 |   8 |  70 |7432 |  70 |  21 |  18 |2161k|6529 | 0.000000e+00 |      --      |    Inf 
953.21/953.23	c   953s|  4670k|  1204k| 15461k|   3.3 |1069M|  63 |   8 |  70 |5908 |  70 |  21 |  18 |2165k|6529 | 0.000000e+00 |      --      |    Inf 
955.31/955.32	c   955s|  4680k|  1207k| 15495k|   3.3 |1071M|  63 |   8 |  70 |6337 |  70 |  21 |  18 |2170k|6529 | 0.000000e+00 |      --      |    Inf 
957.41/957.45	c   957s|  4690k|  1210k| 15528k|   3.3 |1074M|  63 |   8 |  70 |6439 |  70 |  21 |  18 |2174k|6529 | 0.000000e+00 |      --      |    Inf 
959.51/959.59	c   960s|  4700k|  1213k| 15562k|   3.3 |1077M|  63 |   8 |  70 |6769 |  70 |  21 |  18 |2179k|6529 | 0.000000e+00 |      --      |    Inf 
961.81/961.81	c   962s|  4710k|  1216k| 15595k|   3.3 |1079M|  63 |   8 |  70 |6777 |  70 |  21 |  18 |2183k|6529 | 0.000000e+00 |      --      |    Inf 
963.91/963.91	c   964s|  4720k|  1219k| 15628k|   3.3 |1081M|  63 |   - |  70 |7197 |  70 |  21 |  18 |2187k|6529 | 0.000000e+00 |      --      |    Inf 
965.91/965.97	c   966s|  4730k|  1222k| 15660k|   3.3 |1084M|  63 |   8 |  70 |7873 |  70 |  21 |  18 |2191k|6529 | 0.000000e+00 |      --      |    Inf 
968.11/968.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
968.11/968.16	c   968s|  4740k|  1225k| 15691k|   3.3 |1086M|  63 |   8 |  70 |7436 |  70 |  21 |  18 |2196k|6529 | 0.000000e+00 |      --      |    Inf 
970.41/970.47	c   970s|  4750k|  1228k| 15725k|   3.3 |1089M|  63 |   8 |  70 |7887 |  70 |  21 |  18 |2200k|6529 | 0.000000e+00 |      --      |    Inf 
972.71/972.77	c   973s|  4760k|  1230k| 15758k|   3.3 |1091M|  63 |   8 |  70 |7786 |  70 |  21 |  18 |2205k|6529 | 0.000000e+00 |      --      |    Inf 
975.21/975.20	c   975s|  4770k|  1233k| 15790k|   3.3 |1093M|  63 |   8 |  70 |6886 |  70 |  21 |  18 |2210k|6529 | 0.000000e+00 |      --      |    Inf 
977.31/977.37	c   977s|  4780k|  1236k| 15823k|   3.3 |1096M|  63 |   - |  70 |7337 |  70 |  21 |  18 |2214k|6529 | 0.000000e+00 |      --      |    Inf 
979.61/979.61	c   980s|  4790k|  1239k| 15856k|   3.3 |1098M|  63 |   8 |  70 |7395 |  70 |  21 |  18 |2218k|6529 | 0.000000e+00 |      --      |    Inf 
981.81/981.83	c   982s|  4800k|  1242k| 15887k|   3.3 |1100M|  63 |   8 |  70 |7484 |  70 |  21 |  18 |2223k|6529 | 0.000000e+00 |      --      |    Inf 
983.92/983.96	c   984s|  4810k|  1245k| 15919k|   3.3 |1103M|  63 |   8 |  70 |7838 |  70 |  21 |  18 |2227k|6529 | 0.000000e+00 |      --      |    Inf 
986.41/986.41	c   986s|  4820k|  1247k| 15951k|   3.3 |1105M|  63 |   8 |  70 |7584 |  70 |  21 |  18 |2232k|6529 | 0.000000e+00 |      --      |    Inf 
988.71/988.75	c   989s|  4830k|  1250k| 15983k|   3.3 |1107M|  63 |   - |  70 |7698 |  70 |  21 |  18 |2236k|6529 | 0.000000e+00 |      --      |    Inf 
990.91/990.99	c   991s|  4840k|  1253k| 16016k|   3.3 |1110M|  63 |   8 |  70 |7902 |  70 |  21 |  18 |2241k|6529 | 0.000000e+00 |      --      |    Inf 
993.31/993.35	c   993s|  4850k|  1255k| 16048k|   3.3 |1112M|  63 |   - |  70 |7270 |  70 |  21 |  18 |2245k|6529 | 0.000000e+00 |      --      |    Inf 
995.71/995.78	c   996s|  4860k|  1258k| 16081k|   3.3 |1114M|  63 |   - |  70 |5419 |  70 |  21 |  18 |2250k|6529 | 0.000000e+00 |      --      |    Inf 
998.01/998.01	c   998s|  4870k|  1260k| 16115k|   3.3 |1116M|  63 |   8 |  70 |5430 |  70 |  21 |  18 |2255k|6529 | 0.000000e+00 |      --      |    Inf 
1000.31/1000.36	c  1000s|  4880k|  1262k| 16148k|   3.3 |1118M|  63 |   8 |  70 |4341 |  70 |  21 |  18 |2259k|6529 | 0.000000e+00 |      --      |    Inf 
1002.21/1002.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1002.21/1002.29	c  1002s|  4890k|  1265k| 16180k|   3.3 |1121M|  63 |   8 |  70 |5857 |  70 |  21 |  18 |2264k|6529 | 0.000000e+00 |      --      |    Inf 
1004.32/1004.32	c  1004s|  4900k|  1269k| 16212k|   3.3 |1123M|  63 |   8 |  70 |6246 |  70 |  21 |  18 |2268k|6529 | 0.000000e+00 |      --      |    Inf 
1006.52/1006.57	c  1007s|  4910k|  1271k| 16244k|   3.3 |1125M|  63 |   8 |  70 |4704 |  70 |  21 |  18 |2272k|6529 | 0.000000e+00 |      --      |    Inf 
1008.72/1008.71	c  1009s|  4920k|  1274k| 16276k|   3.3 |1128M|  63 |   - |  70 |5293 |  70 |  21 |  18 |2277k|6529 | 0.000000e+00 |      --      |    Inf 
1011.02/1011.03	c  1011s|  4930k|  1276k| 16310k|   3.3 |1130M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |2282k|6529 | 0.000000e+00 |      --      |    Inf 
1013.31/1013.34	c  1013s|  4940k|  1278k| 16343k|   3.3 |1132M|  63 |   - |  70 |4029 |  70 |  21 |  18 |2287k|6529 | 0.000000e+00 |      --      |    Inf 
1015.51/1015.51	c  1016s|  4950k|  1280k| 16377k|   3.3 |1134M|  63 |   8 |  70 |4817 |  70 |  21 |  18 |2292k|6529 | 0.000000e+00 |      --      |    Inf 
1017.81/1017.80	c  1018s|  4960k|  1283k| 16411k|   3.3 |1136M|  63 |   - |  70 |3837 |  70 |  21 |  18 |2296k|6529 | 0.000000e+00 |      --      |    Inf 
1020.01/1020.02	c  1020s|  4970k|  1285k| 16444k|   3.3 |1139M|  63 |   8 |  70 |3981 |  70 |  21 |  18 |2301k|6529 | 0.000000e+00 |      --      |    Inf 
1022.22/1022.29	c  1022s|  4980k|  1287k| 16477k|   3.3 |1141M|  63 |   - |  70 |4187 |  70 |  21 |  18 |2306k|6529 | 0.000000e+00 |      --      |    Inf 
1024.41/1024.47	c  1024s|  4990k|  1290k| 16510k|   3.3 |1143M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |2310k|6529 | 0.000000e+00 |      --      |    Inf 
1026.61/1026.61	c  1027s|  5000k|  1292k| 16543k|   3.3 |1146M|  63 |   - |  70 |4878 |  70 |  21 |  18 |2315k|6529 | 0.000000e+00 |      --      |    Inf 
1028.81/1028.84	c  1029s|  5010k|  1295k| 16576k|   3.3 |1148M|  63 |   - |  70 |4387 |  70 |  21 |  18 |2320k|6529 | 0.000000e+00 |      --      |    Inf 
1030.91/1030.97	c  1031s|  5020k|  1297k| 16609k|   3.3 |1150M|  63 |   - |  70 |4159 |  70 |  21 |  18 |2324k|6529 | 0.000000e+00 |      --      |    Inf 
1033.22/1033.20	c  1033s|  5030k|  1300k| 16642k|   3.3 |1152M|  63 |   8 |  70 |4062 |  70 |  21 |  18 |2329k|6529 | 0.000000e+00 |      --      |    Inf 
1035.41/1035.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1035.41/1035.43	c  1035s|  5040k|  1302k| 16675k|   3.3 |1154M|  63 |   8 |  70 |3806 |  70 |  21 |  18 |2334k|6529 | 0.000000e+00 |      --      |    Inf 
1037.51/1037.58	c  1038s|  5050k|  1304k| 16708k|   3.3 |1157M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |2338k|6529 | 0.000000e+00 |      --      |    Inf 
1039.82/1039.83	c  1040s|  5060k|  1307k| 16741k|   3.3 |1159M|  63 |   - |  70 |3745 |  70 |  21 |  18 |2343k|6529 | 0.000000e+00 |      --      |    Inf 
1042.02/1042.08	c  1042s|  5070k|  1309k| 16774k|   3.3 |1161M|  63 |   - |  70 |4045 |  70 |  21 |  18 |2348k|6529 | 0.000000e+00 |      --      |    Inf 
1044.31/1044.30	c  1044s|  5080k|  1311k| 16808k|   3.3 |1163M|  63 |   8 |  70 |4173 |  70 |  21 |  18 |2353k|6529 | 0.000000e+00 |      --      |    Inf 
1046.31/1046.38	c  1046s|  5090k|  1314k| 16840k|   3.3 |1166M|  63 |   8 |  70 |5014 |  70 |  21 |  18 |2358k|6529 | 0.000000e+00 |      --      |    Inf 
1048.52/1048.52	c  1049s|  5100k|  1316k| 16872k|   3.3 |1168M|  63 |   - |  70 |4779 |  70 |  21 |  18 |2362k|6529 | 0.000000e+00 |      --      |    Inf 
1050.71/1050.74	c  1051s|  5110k|  1319k| 16906k|   3.3 |1170M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |2367k|6529 | 0.000000e+00 |      --      |    Inf 
1052.92/1052.91	c  1053s|  5120k|  1321k| 16939k|   3.3 |1172M|  63 |   8 |  70 |4086 |  70 |  21 |  18 |2372k|6529 | 0.000000e+00 |      --      |    Inf 
1055.02/1055.08	c  1055s|  5130k|  1323k| 16972k|   3.3 |1175M|  63 |   - |  70 |4845 |   0 |   0 |  18 |2376k|6529 | 0.000000e+00 |      --      |    Inf 
1057.31/1057.30	c  1057s|  5140k|  1326k| 17005k|   3.3 |1177M|  63 |   - |  70 |4866 |  70 |  21 |  18 |2381k|6529 | 0.000000e+00 |      --      |    Inf 
1059.61/1059.60	c  1060s|  5150k|  1328k| 17038k|   3.3 |1179M|  63 |   - |  70 |4579 |  70 |  21 |  18 |2385k|6529 | 0.000000e+00 |      --      |    Inf 
1061.91/1061.91	c  1062s|  5160k|  1331k| 17071k|   3.3 |1182M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2390k|6529 | 0.000000e+00 |      --      |    Inf 
1063.72/1063.76	c  1064s|  5170k|  1334k| 17103k|   3.3 |1184M|  63 |   8 |  70 |5785 |  70 |  21 |  18 |2394k|6529 | 0.000000e+00 |      --      |    Inf 
1065.71/1065.74	c  1066s|  5180k|  1338k| 17134k|   3.3 |1187M|  63 |   8 |  70 |6207 |  70 |  21 |  18 |2398k|6529 | 0.000000e+00 |      --      |    Inf 
1067.92/1067.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.92/1067.98	c  1068s|  5190k|  1340k| 17165k|   3.3 |1189M|  63 |   8 |  70 |4505 |  70 |  21 |  18 |2402k|6529 | 0.000000e+00 |      --      |    Inf 
1070.22/1070.21	c  1070s|  5200k|  1343k| 17198k|   3.3 |1191M|  63 |   - |  70 |4625 |  70 |  21 |  18 |2407k|6529 | 0.000000e+00 |      --      |    Inf 
1072.32/1072.39	c  1072s|  5210k|  1345k| 17231k|   3.3 |1193M|  63 |   8 |  70 |4630 |  70 |  21 |  18 |2412k|6529 | 0.000000e+00 |      --      |    Inf 
1074.72/1074.72	c  1075s|  5220k|  1347k| 17265k|   3.3 |1196M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2416k|6529 | 0.000000e+00 |      --      |    Inf 
1076.82/1076.81	c  1077s|  5230k|  1350k| 17298k|   3.3 |1198M|  63 |   8 |  70 |5480 |  70 |  21 |  18 |2421k|6529 | 0.000000e+00 |      --      |    Inf 
1078.92/1078.94	c  1079s|  5240k|  1353k| 17332k|   3.3 |1201M|  63 |   - |  70 |6769 |   0 |   0 |  18 |2425k|6529 | 0.000000e+00 |      --      |    Inf 
1081.22/1081.27	c  1081s|  5250k|  1355k| 17364k|   3.3 |1202M|  63 |   - |  70 |4660 |  70 |  21 |  18 |2430k|6529 | 0.000000e+00 |      --      |    Inf 
1083.42/1083.48	c  1083s|  5260k|  1358k| 17397k|   3.3 |1205M|  63 |   8 |  70 |4615 |  70 |  21 |  18 |2435k|6529 | 0.000000e+00 |      --      |    Inf 
1085.62/1085.64	c  1086s|  5270k|  1361k| 17431k|   3.3 |1207M|  63 |   - |  70 |5052 |  70 |  21 |  18 |2439k|6529 | 0.000000e+00 |      --      |    Inf 
1087.92/1087.92	c  1088s|  5280k|  1363k| 17464k|   3.3 |1209M|  63 |   8 |  70 |4778 |  70 |  21 |  18 |2444k|6529 | 0.000000e+00 |      --      |    Inf 
1090.21/1090.22	c  1090s|  5290k|  1365k| 17497k|   3.3 |1211M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |2449k|6529 | 0.000000e+00 |      --      |    Inf 
1092.41/1092.42	c  1092s|  5300k|  1368k| 17531k|   3.3 |1214M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2453k|6529 | 0.000000e+00 |      --      |    Inf 
1094.61/1094.64	c  1095s|  5310k|  1370k| 17563k|   3.3 |1216M|  63 |   - |  70 |4205 |  70 |  21 |  18 |2458k|6529 | 0.000000e+00 |      --      |    Inf 
1096.91/1096.91	c  1097s|  5320k|  1373k| 17596k|   3.3 |1218M|  63 |   8 |  70 |4051 |  70 |  21 |  18 |2463k|6529 | 0.000000e+00 |      --      |    Inf 
1099.11/1099.14	c  1099s|  5330k|  1375k| 17630k|   3.3 |1221M|  63 |   - |  70 |4517 |  70 |  21 |  18 |2467k|6529 | 0.000000e+00 |      --      |    Inf 
1101.42/1101.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1101.42/1101.40	c  1101s|  5340k|  1377k| 17663k|   3.3 |1223M|  63 |   8 |  70 |3966 |  70 |  21 |  18 |2472k|6529 | 0.000000e+00 |      --      |    Inf 
1103.61/1103.61	c  1104s|  5350k|  1380k| 17696k|   3.3 |1225M|  63 |   8 |  70 |3906 |  70 |  21 |  18 |2477k|6529 | 0.000000e+00 |      --      |    Inf 
1105.92/1105.90	c  1106s|  5360k|  1382k| 17729k|   3.3 |1227M|  63 |   8 |  70 |4061 |  70 |  21 |  18 |2482k|6529 | 0.000000e+00 |      --      |    Inf 
1108.11/1108.17	c  1108s|  5370k|  1384k| 17762k|   3.3 |1229M|  63 |   - |  70 |3998 |  70 |  21 |  18 |2487k|6529 | 0.000000e+00 |      --      |    Inf 
1110.32/1110.36	c  1110s|  5380k|  1386k| 17795k|   3.3 |1232M|  63 |   8 |  70 |3909 |  70 |  21 |  18 |2491k|6529 | 0.000000e+00 |      --      |    Inf 
1112.52/1112.58	c  1113s|  5390k|  1389k| 17829k|   3.3 |1234M|  63 |   - |  70 |3682 |  70 |  21 |  18 |2496k|6529 | 0.000000e+00 |      --      |    Inf 
1114.71/1114.78	c  1115s|  5400k|  1391k| 17862k|   3.3 |1236M|  63 |   8 |  70 |3538 |  70 |  21 |  18 |2501k|6529 | 0.000000e+00 |      --      |    Inf 
1116.82/1116.88	c  1117s|  5410k|  1394k| 17895k|   3.3 |1238M|  63 |   8 |  70 |4187 |  70 |  21 |  18 |2505k|6529 | 0.000000e+00 |      --      |    Inf 
1119.11/1119.12	c  1119s|  5420k|  1396k| 17927k|   3.3 |1241M|  63 |   8 |  70 |4059 |  70 |  21 |  18 |2510k|6529 | 0.000000e+00 |      --      |    Inf 
1121.31/1121.33	c  1121s|  5430k|  1398k| 17960k|   3.3 |1243M|  63 |   8 |  70 |4168 |  70 |  21 |  18 |2515k|6529 | 0.000000e+00 |      --      |    Inf 
1123.31/1123.36	c  1123s|  5440k|  1401k| 17991k|   3.3 |1245M|  63 |   8 |  70 |5157 |  70 |  21 |  18 |2519k|6529 | 0.000000e+00 |      --      |    Inf 
1125.51/1125.55	c  1126s|  5450k|  1404k| 18024k|   3.3 |1248M|  63 |   8 |  70 |5231 |  70 |  21 |  18 |2524k|6529 | 0.000000e+00 |      --      |    Inf 
1127.81/1127.89	c  1128s|  5460k|  1406k| 18058k|   3.3 |1250M|  63 |   - |  70 |4530 |  70 |  21 |  18 |2529k|6529 | 0.000000e+00 |      --      |    Inf 
1130.12/1130.19	c  1130s|  5470k|  1408k| 18091k|   3.3 |1252M|  63 |   8 |  70 |4367 |  70 |  21 |  18 |2534k|6529 | 0.000000e+00 |      --      |    Inf 
1132.42/1132.43	c  1132s|  5480k|  1411k| 18125k|   3.3 |1254M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |2538k|6529 | 0.000000e+00 |      --      |    Inf 
1134.61/1134.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1134.61/1134.67	c  1135s|  5490k|  1413k| 18157k|   3.3 |1257M|  63 |   8 |  70 |4161 |  70 |  21 |  18 |2543k|6529 | 0.000000e+00 |      --      |    Inf 
1136.91/1136.92	c  1137s|  5500k|  1415k| 18189k|   3.3 |1259M|  63 |   - |  70 |3983 |  70 |  21 |  18 |2548k|6529 | 0.000000e+00 |      --      |    Inf 
1139.01/1139.00	c  1139s|  5510k|  1418k| 18223k|   3.3 |1261M|  63 |   8 |  70 |4871 |  70 |  21 |  18 |2552k|6529 | 0.000000e+00 |      --      |    Inf 
1141.02/1141.01	c  1141s|  5520k|  1421k| 18258k|   3.3 |1264M|  63 |   - |  70 |6346 |  70 |  21 |  18 |2557k|6529 | 0.000000e+00 |      --      |    Inf 
1143.31/1143.32	c  1143s|  5530k|  1423k| 18292k|   3.3 |1266M|  63 |   8 |  70 |4460 |  70 |  21 |  18 |2562k|6529 | 0.000000e+00 |      --      |    Inf 
1145.51/1145.53	c  1146s|  5540k|  1425k| 18325k|   3.3 |1268M|  63 |   - |  70 |4865 |  70 |  21 |  18 |2566k|6529 | 0.000000e+00 |      --      |    Inf 
1147.62/1147.69	c  1148s|  5550k|  1428k| 18358k|   3.3 |1271M|  63 |   8 |  70 |4731 |  70 |  21 |  18 |2571k|6529 | 0.000000e+00 |      --      |    Inf 
1149.82/1149.86	c  1150s|  5560k|  1431k| 18391k|   3.3 |1273M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |2575k|6529 | 0.000000e+00 |      --      |    Inf 
1152.01/1152.01	c  1152s|  5570k|  1433k| 18423k|   3.3 |1275M|  63 |   - |  70 |4870 |  70 |  21 |  18 |2580k|6529 | 0.000000e+00 |      --      |    Inf 
1154.12/1154.17	c  1154s|  5580k|  1436k| 18455k|   3.3 |1277M|  63 |   8 |  70 |4656 |  70 |  21 |  18 |2584k|6529 | 0.000000e+00 |      --      |    Inf 
1156.12/1156.18	c  1156s|  5590k|  1439k| 18487k|   3.3 |1280M|  63 |   - |  70 |5910 |  70 |  21 |  18 |2589k|6529 | 0.000000e+00 |      --      |    Inf 
1158.51/1158.56	c  1159s|  5600k|  1441k| 18520k|   3.3 |1282M|  63 |   - |  70 |4780 |  70 |  21 |  18 |2593k|6529 | 0.000000e+00 |      --      |    Inf 
1160.82/1160.88	c  1161s|  5610k|  1443k| 18553k|   3.3 |1284M|  63 |   8 |  70 |4250 |  70 |  21 |  18 |2598k|6529 | 0.000000e+00 |      --      |    Inf 
1163.12/1163.12	c  1163s|  5620k|  1446k| 18586k|   3.3 |1286M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |2603k|6529 | 0.000000e+00 |      --      |    Inf 
1165.31/1165.39	c  1165s|  5630k|  1448k| 18620k|   3.3 |1289M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |2608k|6529 | 0.000000e+00 |      --      |    Inf 
1167.61/1167.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.61/1167.64	c  1168s|  5640k|  1450k| 18653k|   3.3 |1291M|  63 |   8 |  70 |4464 |  70 |  21 |  18 |2612k|6529 | 0.000000e+00 |      --      |    Inf 
1169.72/1169.79	c  1170s|  5650k|  1453k| 18686k|   3.3 |1293M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2617k|6529 | 0.000000e+00 |      --      |    Inf 
1171.82/1171.88	c  1172s|  5660k|  1456k| 18719k|   3.3 |1296M|  63 |   - |  70 |4807 |  70 |  21 |  18 |2622k|6529 | 0.000000e+00 |      --      |    Inf 
1174.12/1174.14	c  1174s|  5670k|  1458k| 18751k|   3.3 |1298M|  63 |   - |  70 |3666 |  70 |  21 |  18 |2626k|6529 | 0.000000e+00 |      --      |    Inf 
1176.42/1176.40	c  1176s|  5680k|  1460k| 18785k|   3.3 |1300M|  63 |   8 |  70 |3666 |  70 |  21 |  18 |2631k|6529 | 0.000000e+00 |      --      |    Inf 
1178.52/1178.59	c  1179s|  5690k|  1463k| 18818k|   3.3 |1302M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |2636k|6529 | 0.000000e+00 |      --      |    Inf 
1180.72/1180.77	c  1181s|  5700k|  1465k| 18850k|   3.3 |1305M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |2640k|6529 | 0.000000e+00 |      --      |    Inf 
1182.91/1182.98	c  1183s|  5710k|  1468k| 18883k|   3.3 |1307M|  63 |   - |  70 |4131 |  70 |  21 |  18 |2645k|6529 | 0.000000e+00 |      --      |    Inf 
1185.12/1185.19	c  1185s|  5720k|  1470k| 18916k|   3.3 |1309M|  63 |   8 |  70 |4719 |  70 |  21 |  18 |2650k|6529 | 0.000000e+00 |      --      |    Inf 
1187.32/1187.38	c  1187s|  5730k|  1473k| 18948k|   3.3 |1312M|  63 |   8 |  70 |4913 |  70 |  21 |  18 |2654k|6529 | 0.000000e+00 |      --      |    Inf 
1189.52/1189.52	c  1190s|  5740k|  1475k| 18980k|   3.3 |1314M|  63 |   8 |  70 |5607 |  70 |  21 |  18 |2659k|6529 | 0.000000e+00 |      --      |    Inf 
1191.92/1191.92	c  1192s|  5750k|  1477k| 19013k|   3.3 |1316M|  63 |   - |  70 |4248 |  70 |  21 |  18 |2664k|6529 | 0.000000e+00 |      --      |    Inf 
1194.12/1194.14	c  1194s|  5760k|  1480k| 19046k|   3.3 |1318M|  63 |   - |  70 |4373 |  70 |  21 |  18 |2668k|6529 | 0.000000e+00 |      --      |    Inf 
1196.31/1196.34	c  1196s|  5770k|  1482k| 19079k|   3.3 |1320M|  63 |   - |  70 |4537 |  70 |  21 |  18 |2673k|6529 | 0.000000e+00 |      --      |    Inf 
1198.72/1198.70	c  1199s|  5780k|  1485k| 19111k|   3.3 |1323M|  63 |   - |  70 |4134 |  70 |  21 |  18 |2678k|6529 | 0.000000e+00 |      --      |    Inf 
1200.82/1200.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1200.82/1200.85	c  1201s|  5790k|  1487k| 19144k|   3.3 |1325M|  63 |   8 |  70 |4938 |  70 |  21 |  18 |2682k|6529 | 0.000000e+00 |      --      |    Inf 
1203.02/1203.05	c  1203s|  5800k|  1490k| 19176k|   3.3 |1327M|  63 |   - |  70 |4672 |  70 |  21 |  18 |2687k|6529 | 0.000000e+00 |      --      |    Inf 
1205.31/1205.36	c  1205s|  5810k|  1492k| 19210k|   3.3 |1330M|  63 |   8 |  70 |4066 |  70 |  21 |  18 |2691k|6529 | 0.000000e+00 |      --      |    Inf 
1207.51/1207.55	c  1208s|  5820k|  1494k| 19244k|   3.3 |1332M|  63 |   8 |  70 |4635 |  70 |  21 |  18 |2696k|6529 | 0.000000e+00 |      --      |    Inf 
1209.92/1209.91	c  1210s|  5830k|  1496k| 19278k|   3.3 |1334M|  63 |   - |  70 |4148 |  70 |  21 |  18 |2701k|6529 | 0.000000e+00 |      --      |    Inf 
1212.12/1212.18	c  1212s|  5840k|  1499k| 19311k|   3.3 |1336M|  63 |   8 |  70 |4466 |  70 |  21 |  18 |2706k|6529 | 0.000000e+00 |      --      |    Inf 
1214.21/1214.21	c  1214s|  5850k|  1502k| 19344k|   3.3 |1339M|  63 |   - |  70 |5540 |  70 |  21 |  18 |2710k|6529 | 0.000000e+00 |      --      |    Inf 
1216.52/1216.55	c  1217s|  5860k|  1504k| 19376k|   3.3 |1341M|  63 |   - |  70 |4758 |  70 |  21 |  18 |2715k|6529 | 0.000000e+00 |      --      |    Inf 
1218.72/1218.78	c  1219s|  5870k|  1506k| 19409k|   3.3 |1343M|  63 |   - |  70 |4596 |  70 |  21 |  18 |2719k|6529 | 0.000000e+00 |      --      |    Inf 
1221.02/1221.03	c  1221s|  5880k|  1509k| 19442k|   3.3 |1345M|  63 |   - |  70 |4839 |  70 |  21 |  18 |2724k|6529 | 0.000000e+00 |      --      |    Inf 
1223.31/1223.33	c  1223s|  5890k|  1511k| 19475k|   3.3 |1348M|  63 |   8 |  70 |4521 |  70 |  21 |  18 |2729k|6529 | 0.000000e+00 |      --      |    Inf 
1225.42/1225.41	c  1225s|  5900k|  1514k| 19508k|   3.3 |1350M|  63 |   8 |  70 |5324 |  70 |  21 |  18 |2733k|6529 | 0.000000e+00 |      --      |    Inf 
1227.52/1227.57	c  1228s|  5910k|  1517k| 19540k|   3.3 |1353M|  63 |   8 |  70 |6063 |  70 |  21 |  18 |2738k|6529 | 0.000000e+00 |      --      |    Inf 
1229.61/1229.68	c  1230s|  5920k|  1520k| 19573k|   3.3 |1355M|  63 |   8 |  70 |7119 |  70 |  21 |  18 |2742k|6529 | 0.000000e+00 |      --      |    Inf 
1232.12/1232.10	c  1232s|  5930k|  1522k| 19607k|   3.3 |1357M|  63 |   - |  70 |5536 |  70 |  21 |  18 |2747k|6529 | 0.000000e+00 |      --      |    Inf 
1234.32/1234.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1234.32/1234.35	c  1234s|  5940k|  1524k| 19640k|   3.3 |1359M|  63 |   8 |  70 |5144 |  70 |  21 |  18 |2752k|6529 | 0.000000e+00 |      --      |    Inf 
1236.62/1236.68	c  1237s|  5950k|  1527k| 19672k|   3.3 |1362M|  63 |   - |  70 |4692 |  70 |  21 |  18 |2757k|6529 | 0.000000e+00 |      --      |    Inf 
1238.92/1238.98	c  1239s|  5960k|  1529k| 19705k|   3.3 |1364M|  63 |   - |  70 |5000 |  70 |  21 |  18 |2761k|6529 | 0.000000e+00 |      --      |    Inf 
1241.11/1241.10	c  1241s|  5970k|  1532k| 19739k|   3.3 |1366M|  63 |   - |  70 |5473 |  70 |  21 |  18 |2766k|6529 | 0.000000e+00 |      --      |    Inf 
1243.42/1243.46	c  1243s|  5980k|  1534k| 19772k|   3.3 |1368M|  63 |   - |  70 |4782 |   0 |   0 |  18 |2771k|6529 | 0.000000e+00 |      --      |    Inf 
1245.52/1245.57	c  1246s|  5990k|  1537k| 19805k|   3.3 |1371M|  63 |   8 |  70 |5726 |  70 |  21 |  18 |2775k|6529 | 0.000000e+00 |      --      |    Inf 
1247.91/1247.99	c  1248s|  6000k|  1539k| 19838k|   3.3 |1373M|  63 |   8 |  70 |4254 |  70 |  21 |  18 |2780k|6529 | 0.000000e+00 |      --      |    Inf 
1250.22/1250.27	c  1250s|  6010k|  1542k| 19871k|   3.3 |1375M|  63 |   8 |  70 |4202 |  70 |  21 |  18 |2785k|6529 | 0.000000e+00 |      --      |    Inf 
1252.52/1252.50	c  1252s|  6020k|  1544k| 19904k|   3.3 |1377M|  63 |   - |  70 |4519 |  70 |  21 |  18 |2789k|6529 | 0.000000e+00 |      --      |    Inf 
1254.62/1254.63	c  1255s|  6030k|  1547k| 19936k|   3.3 |1380M|  63 |   - |  70 |5198 |  70 |  21 |  18 |2794k|6529 | 0.000000e+00 |      --      |    Inf 
1256.82/1256.85	c  1257s|  6040k|  1549k| 19970k|   3.3 |1382M|  63 |   8 |  70 |5644 |  70 |  21 |  18 |2799k|6529 | 0.000000e+00 |      --      |    Inf 
1259.02/1259.06	c  1259s|  6050k|  1552k| 20003k|   3.3 |1384M|  63 |   8 |  70 |5426 |  70 |  21 |  18 |2803k|6529 | 0.000000e+00 |      --      |    Inf 
1261.22/1261.27	c  1261s|  6060k|  1555k| 20036k|   3.3 |1387M|  63 |   - |  70 |5430 |  70 |  21 |  18 |2807k|6529 | 0.000000e+00 |      --      |    Inf 
1263.62/1263.60	c  1264s|  6070k|  1558k| 20069k|   3.3 |1389M|  63 |   - |  70 |5102 |  70 |  21 |  18 |2812k|6529 | 0.000000e+00 |      --      |    Inf 
1265.72/1265.77	c  1266s|  6080k|  1560k| 20101k|   3.3 |1391M|  63 |   8 |  70 |5180 |  70 |  21 |  18 |2817k|6529 | 0.000000e+00 |      --      |    Inf 
1268.02/1268.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.02/1268.02	c  1268s|  6090k|  1563k| 20134k|   3.3 |1393M|  63 |   8 |  70 |4551 |  70 |  21 |  18 |2821k|6529 | 0.000000e+00 |      --      |    Inf 
1270.22/1270.24	c  1270s|  6100k|  1565k| 20167k|   3.3 |1396M|  63 |   8 |  70 |4602 |  70 |  21 |  18 |2826k|6529 | 0.000000e+00 |      --      |    Inf 
1272.32/1272.35	c  1272s|  6110k|  1568k| 20199k|   3.3 |1398M|  63 |   8 |  70 |6257 |  70 |  21 |  18 |2830k|6529 | 0.000000e+00 |      --      |    Inf 
1274.82/1274.81	c  1275s|  6120k|  1570k| 20232k|   3.3 |1400M|  63 |   8 |  70 |4239 |  70 |  21 |  18 |2835k|6529 | 0.000000e+00 |      --      |    Inf 
1277.12/1277.11	c  1277s|  6130k|  1573k| 20266k|   3.3 |1402M|  63 |   8 |  70 |4423 |  70 |  21 |  18 |2840k|6529 | 0.000000e+00 |      --      |    Inf 
1279.42/1279.46	c  1279s|  6140k|  1575k| 20298k|   3.3 |1405M|  63 |   8 |  70 |4088 |  70 |  21 |  18 |2845k|6529 | 0.000000e+00 |      --      |    Inf 
1281.72/1281.71	c  1282s|  6150k|  1577k| 20331k|   3.3 |1407M|  63 |   8 |  70 |4637 |  70 |  21 |  18 |2849k|6529 | 0.000000e+00 |      --      |    Inf 
1283.92/1283.94	c  1284s|  6160k|  1580k| 20364k|   3.3 |1409M|  63 |   8 |  70 |4525 |  70 |  21 |  18 |2854k|6529 | 0.000000e+00 |      --      |    Inf 
1285.83/1285.86	c  1286s|  6170k|  1583k| 20395k|   3.3 |1412M|  63 |   8 |  70 |5961 |  70 |  21 |  18 |2858k|6529 | 0.000000e+00 |      --      |    Inf 
1288.02/1288.00	c  1288s|  6180k|  1586k| 20426k|   3.3 |1414M|  63 |   8 |  70 |5994 |  70 |  21 |  18 |2862k|6529 | 0.000000e+00 |      --      |    Inf 
1290.23/1290.28	c  1290s|  6190k|  1589k| 20459k|   3.3 |1417M|  63 |   8 |  70 |6042 |  70 |  21 |  18 |2867k|6529 | 0.000000e+00 |      --      |    Inf 
1292.42/1292.43	c  1292s|  6200k|  1591k| 20492k|   3.3 |1419M|  63 |   8 |  70 |5787 |  70 |  21 |  18 |2871k|6529 | 0.000000e+00 |      --      |    Inf 
1294.82/1294.80	c  1295s|  6210k|  1594k| 20525k|   3.3 |1421M|  63 |   - |  70 |4613 |  70 |  21 |  18 |2876k|6529 | 0.000000e+00 |      --      |    Inf 
1297.02/1297.06	c  1297s|  6220k|  1596k| 20557k|   3.3 |1423M|  63 |   - |  70 |4744 |  70 |  21 |  18 |2881k|6529 | 0.000000e+00 |      --      |    Inf 
1299.22/1299.26	c  1299s|  6230k|  1599k| 20589k|   3.3 |1426M|  63 |   8 |  70 |5208 |  70 |  21 |  18 |2885k|6529 | 0.000000e+00 |      --      |    Inf 
1301.51/1301.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1301.51/1301.55	c  1302s|  6240k|  1601k| 20622k|   3.3 |1428M|  63 |   8 |  70 |4516 |  70 |  21 |  18 |2890k|6529 | 0.000000e+00 |      --      |    Inf 
1303.82/1303.83	c  1304s|  6250k|  1604k| 20656k|   3.3 |1430M|  63 |   8 |  70 |4689 |  70 |  21 |  18 |2895k|6529 | 0.000000e+00 |      --      |    Inf 
1306.12/1306.10	c  1306s|  6260k|  1606k| 20689k|   3.3 |1432M|  63 |   - |  70 |4197 |  70 |  21 |  18 |2899k|6529 | 0.000000e+00 |      --      |    Inf 
1308.32/1308.33	c  1308s|  6270k|  1608k| 20722k|   3.3 |1434M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |2904k|6529 | 0.000000e+00 |      --      |    Inf 
1310.42/1310.48	c  1310s|  6280k|  1611k| 20755k|   3.3 |1437M|  63 |   - |  70 |4831 |  70 |  21 |  18 |2909k|6529 | 0.000000e+00 |      --      |    Inf 
1312.92/1312.90	c  1313s|  6290k|  1613k| 20788k|   3.3 |1439M|  63 |   - |  70 |3762 |  70 |  21 |  18 |2913k|6529 | 0.000000e+00 |      --      |    Inf 
1315.12/1315.12	c  1315s|  6300k|  1616k| 20819k|   3.3 |1441M|  63 |   8 |  70 |4313 |  70 |  21 |  18 |2918k|6529 | 0.000000e+00 |      --      |    Inf 
1317.22/1317.21	c  1317s|  6310k|  1618k| 20852k|   3.3 |1444M|  63 |   - |  70 |5132 |  70 |  21 |  18 |2923k|6529 | 0.000000e+00 |      --      |    Inf 
1319.42/1319.46	c  1319s|  6320k|  1621k| 20883k|   3.3 |1446M|  63 |   - |  70 |5216 |  70 |  21 |  18 |2927k|6529 | 0.000000e+00 |      --      |    Inf 
1321.81/1321.83	c  1322s|  6330k|  1623k| 20916k|   3.3 |1448M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |2932k|6529 | 0.000000e+00 |      --      |    Inf 
1324.02/1324.06	c  1324s|  6340k|  1626k| 20949k|   3.3 |1450M|  63 |   8 |  70 |5042 |  70 |  21 |  18 |2937k|6529 | 0.000000e+00 |      --      |    Inf 
1326.22/1326.27	c  1326s|  6350k|  1628k| 20983k|   3.3 |1453M|  63 |   8 |  70 |5445 |  70 |  21 |  18 |2941k|6529 | 0.000000e+00 |      --      |    Inf 
1328.52/1328.57	c  1329s|  6360k|  1631k| 21015k|   3.3 |1455M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2946k|6529 | 0.000000e+00 |      --      |    Inf 
1330.72/1330.73	c  1331s|  6370k|  1633k| 21047k|   3.3 |1457M|  63 |   8 |  70 |5271 |  70 |  21 |  18 |2950k|6529 | 0.000000e+00 |      --      |    Inf 
1332.82/1332.89	c  1333s|  6380k|  1636k| 21081k|   3.3 |1460M|  63 |   8 |  70 |6014 |  70 |  21 |  18 |2955k|6529 | 0.000000e+00 |      --      |    Inf 
1335.12/1335.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1335.12/1335.11	c  1335s|  6390k|  1639k| 21115k|   3.3 |1462M|  63 |   8 |  70 |6196 |  70 |  21 |  18 |2959k|6529 | 0.000000e+00 |      --      |    Inf 
1337.42/1337.48	c  1337s|  6400k|  1641k| 21146k|   3.3 |1464M|  63 |   8 |  70 |4921 |  70 |  21 |  18 |2964k|6529 | 0.000000e+00 |      --      |    Inf 
1339.62/1339.64	c  1340s|  6410k|  1643k| 21179k|   3.3 |1466M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |2969k|6529 | 0.000000e+00 |      --      |    Inf 
1341.82/1341.85	c  1342s|  6420k|  1646k| 21212k|   3.3 |1468M|  63 |   8 |  70 |4695 |  70 |  21 |  18 |2974k|6529 | 0.000000e+00 |      --      |    Inf 
1344.23/1344.22	c  1344s|  6430k|  1648k| 21245k|   3.3 |1470M|  63 |   8 |  70 |4083 |  70 |  21 |  18 |2978k|6529 | 0.000000e+00 |      --      |    Inf 
1346.52/1346.54	c  1347s|  6440k|  1650k| 21278k|   3.3 |1473M|  63 |   - |  70 |4042 |  70 |  21 |  18 |2983k|6529 | 0.000000e+00 |      --      |    Inf 
1348.72/1348.78	c  1349s|  6450k|  1653k| 21311k|   3.3 |1475M|  63 |   - |  70 |4122 |  70 |  21 |  18 |2988k|6529 | 0.000000e+00 |      --      |    Inf 
1350.92/1350.98	c  1351s|  6460k|  1655k| 21344k|   3.3 |1477M|  63 |   8 |  70 |4573 |  70 |  21 |  18 |2993k|6529 | 0.000000e+00 |      --      |    Inf 
1353.22/1353.26	c  1353s|  6470k|  1658k| 21377k|   3.3 |1480M|  63 |   8 |  70 |4686 |  70 |  21 |  18 |2997k|6529 | 0.000000e+00 |      --      |    Inf 
1355.42/1355.47	c  1355s|  6480k|  1660k| 21411k|   3.3 |1482M|  63 |   8 |  70 |4823 |  70 |  21 |  18 |3002k|6529 | 0.000000e+00 |      --      |    Inf 
1357.52/1357.59	c  1358s|  6490k|  1663k| 21443k|   3.3 |1485M|  63 |   8 |  70 |6451 |  70 |  21 |  18 |3006k|6529 | 0.000000e+00 |      --      |    Inf 
1359.92/1359.91	c  1360s|  6500k|  1665k| 21476k|   3.3 |1487M|  63 |   - |  70 |4744 |  70 |  21 |  18 |3011k|6529 | 0.000000e+00 |      --      |    Inf 
1362.12/1362.18	c  1362s|  6510k|  1668k| 21508k|   3.3 |1489M|  63 |   - |  70 |4522 |  70 |  21 |  18 |3016k|6529 | 0.000000e+00 |      --      |    Inf 
1364.52/1364.58	c  1365s|  6520k|  1670k| 21541k|   3.3 |1491M|  63 |   - |  70 |4435 |  70 |  21 |  18 |3021k|6529 | 0.000000e+00 |      --      |    Inf 
1366.63/1366.67	c  1367s|  6530k|  1673k| 21573k|   3.3 |1493M|  63 |   - |  70 |5414 |  70 |  21 |  18 |3025k|6529 | 0.000000e+00 |      --      |    Inf 
1368.72/1368.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1368.72/1368.78	c  1369s|  6540k|  1675k| 21605k|   3.3 |1496M|  63 |   8 |  70 |6373 |  70 |  21 |  18 |3029k|6529 | 0.000000e+00 |      --      |    Inf 
1370.92/1370.95	c  1371s|  6550k|  1678k| 21638k|   3.3 |1499M|  63 |   8 |  70 |7015 |  70 |  21 |  18 |3034k|6529 | 0.000000e+00 |      --      |    Inf 
1373.32/1373.30	c  1373s|  6560k|  1681k| 21671k|   3.3 |1501M|  63 |   8 |  70 |5959 |  70 |  21 |  18 |3038k|6529 | 0.000000e+00 |      --      |    Inf 
1375.72/1375.79	c  1376s|  6570k|  1683k| 21703k|   3.3 |1503M|  63 |   - |  70 |5048 |  70 |  21 |  18 |3043k|6529 | 0.000000e+00 |      --      |    Inf 
1378.12/1378.15	c  1378s|  6580k|  1686k| 21736k|   3.3 |1505M|  63 |   8 |  70 |4818 |  70 |  21 |  18 |3048k|6529 | 0.000000e+00 |      --      |    Inf 
1380.32/1380.35	c  1380s|  6590k|  1689k| 21771k|   3.3 |1507M|  63 |   8 |  70 |5456 |  70 |  21 |  18 |3052k|6529 | 0.000000e+00 |      --      |    Inf 
1382.52/1382.60	c  1383s|  6600k|  1691k| 21805k|   3.3 |1510M|  63 |   8 |  70 |5579 |  70 |  21 |  18 |3057k|6529 | 0.000000e+00 |      --      |    Inf 
1384.93/1384.92	c  1385s|  6610k|  1693k| 21839k|   3.3 |1512M|  63 |   8 |  70 |4899 |  70 |  21 |  18 |3062k|6529 | 0.000000e+00 |      --      |    Inf 
1387.22/1387.25	c  1387s|  6620k|  1695k| 21872k|   3.3 |1514M|  63 |   8 |  70 |4450 |  70 |  21 |  18 |3067k|6529 | 0.000000e+00 |      --      |    Inf 
1389.42/1389.44	c  1389s|  6630k|  1698k| 21905k|   3.3 |1516M|  63 |   - |  70 |4409 |  70 |  21 |  18 |3071k|6529 | 0.000000e+00 |      --      |    Inf 
1391.82/1391.80	c  1392s|  6640k|  1700k| 21938k|   3.3 |1518M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |3076k|6529 | 0.000000e+00 |      --      |    Inf 
1394.02/1394.07	c  1394s|  6650k|  1703k| 21971k|   3.3 |1520M|  63 |   8 |  70 |4172 |  70 |  21 |  18 |3081k|6529 | 0.000000e+00 |      --      |    Inf 
1396.22/1396.24	c  1396s|  6660k|  1705k| 22005k|   3.3 |1523M|  63 |   8 |  70 |5062 |  70 |  21 |  18 |3085k|6529 | 0.000000e+00 |      --      |    Inf 
1398.52/1398.53	c  1399s|  6670k|  1707k| 22038k|   3.3 |1525M|  63 |   8 |  70 |4120 |  70 |  21 |  18 |3090k|6529 | 0.000000e+00 |      --      |    Inf 
1400.82/1400.87	c  1401s|  6680k|  1710k| 22071k|   3.3 |1527M|  63 |   8 |  70 |4343 |  70 |  21 |  18 |3095k|6529 | 0.000000e+00 |      --      |    Inf 
1403.02/1403.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1403.02/1403.07	c  1403s|  6690k|  1712k| 22103k|   3.3 |1530M|  63 |   - |  70 |4986 |  70 |  21 |  18 |3100k|6529 | 0.000000e+00 |      --      |    Inf 
1405.22/1405.25	c  1405s|  6700k|  1715k| 22136k|   3.3 |1532M|  63 |   8 |  70 |5020 |  70 |  21 |  18 |3104k|6529 | 0.000000e+00 |      --      |    Inf 
1407.52/1407.55	c  1408s|  6710k|  1717k| 22169k|   3.3 |1534M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |3109k|6529 | 0.000000e+00 |      --      |    Inf 
1409.42/1409.49	c  1409s|  6720k|  1720k| 22201k|   3.3 |1537M|  63 |   8 |  70 |5818 |  70 |  21 |  18 |3113k|6529 | 0.000000e+00 |      --      |    Inf 
1411.82/1411.83	c  1412s|  6730k|  1722k| 22234k|   3.3 |1539M|  63 |   - |  70 |4668 |  70 |  21 |  18 |3118k|6529 | 0.000000e+00 |      --      |    Inf 
1414.13/1414.18	c  1414s|  6740k|  1725k| 22266k|   3.3 |1541M|  63 |   8 |  70 |4767 |  70 |  21 |  18 |3123k|6529 | 0.000000e+00 |      --      |    Inf 
1416.52/1416.54	c  1417s|  6750k|  1727k| 22300k|   3.3 |1543M|  63 |   8 |  70 |4138 |  70 |  21 |  18 |3127k|6529 | 0.000000e+00 |      --      |    Inf 
1418.83/1418.80	c  1419s|  6760k|  1730k| 22332k|   3.3 |1545M|  63 |   8 |  70 |4116 |  70 |  21 |  18 |3132k|6529 | 0.000000e+00 |      --      |    Inf 
1420.82/1420.82	c  1421s|  6770k|  1732k| 22364k|   3.3 |1548M|  63 |   8 |  70 |5713 |  70 |  21 |  18 |3136k|6529 | 0.000000e+00 |      --      |    Inf 
1423.22/1423.29	c  1423s|  6780k|  1735k| 22396k|   3.3 |1550M|  63 |   8 |  70 |4507 |  70 |  21 |  18 |3141k|6529 | 0.000000e+00 |      --      |    Inf 
1425.52/1425.53	c  1426s|  6790k|  1737k| 22429k|   3.3 |1552M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3146k|6529 | 0.000000e+00 |      --      |    Inf 
1427.73/1427.78	c  1428s|  6800k|  1740k| 22462k|   3.3 |1554M|  63 |   8 |  70 |4710 |  70 |  21 |  18 |3150k|6529 | 0.000000e+00 |      --      |    Inf 
1429.82/1429.82	c  1430s|  6810k|  1743k| 22495k|   3.3 |1557M|  63 |   8 |  70 |5673 |  70 |  21 |  18 |3155k|6529 | 0.000000e+00 |      --      |    Inf 
1432.13/1432.15	c  1432s|  6820k|  1745k| 22528k|   3.3 |1559M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |3159k|6529 | 0.000000e+00 |      --      |    Inf 
1434.52/1434.54	c  1435s|  6830k|  1747k| 22561k|   3.3 |1561M|  63 |   8 |  70 |4305 |  70 |  21 |  18 |3164k|6529 | 0.000000e+00 |      --      |    Inf 
1436.63/1436.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1436.63/1436.67	c  1437s|  6840k|  1750k| 22595k|   3.3 |1564M|  63 |   - |  70 |5277 |  70 |  21 |  18 |3169k|6529 | 0.000000e+00 |      --      |    Inf 
1439.02/1439.03	c  1439s|  6850k|  1752k| 22627k|   3.3 |1566M|  63 |   8 |  70 |4771 |  70 |  21 |  18 |3173k|6529 | 0.000000e+00 |      --      |    Inf 
1441.32/1441.31	c  1441s|  6860k|  1754k| 22659k|   3.3 |1568M|  63 |   8 |  70 |4926 |  70 |  21 |  18 |3178k|6529 | 0.000000e+00 |      --      |    Inf 
1443.52/1443.55	c  1444s|  6870k|  1757k| 22692k|   3.3 |1571M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3183k|6529 | 0.000000e+00 |      --      |    Inf 
1445.82/1445.80	c  1446s|  6880k|  1759k| 22725k|   3.3 |1573M|  63 |   8 |  70 |4739 |  70 |  21 |  18 |3187k|6529 | 0.000000e+00 |      --      |    Inf 
1448.12/1448.16	c  1448s|  6890k|  1762k| 22757k|   3.3 |1575M|  63 |   8 |  70 |4406 |  70 |  21 |  18 |3192k|6529 | 0.000000e+00 |      --      |    Inf 
1450.42/1450.41	c  1450s|  6900k|  1764k| 22789k|   3.3 |1577M|  63 |   8 |  70 |4668 |  70 |  21 |  18 |3197k|6529 | 0.000000e+00 |      --      |    Inf 
1452.72/1452.70	c  1453s|  6910k|  1767k| 22822k|   3.3 |1579M|  63 |   8 |  70 |4413 |  70 |  21 |  18 |3201k|6529 | 0.000000e+00 |      --      |    Inf 
1454.92/1455.00	c  1455s|  6920k|  1769k| 22855k|   3.3 |1582M|  63 |   - |  70 |4352 |  70 |  21 |  18 |3206k|6529 | 0.000000e+00 |      --      |    Inf 
1457.13/1457.15	c  1457s|  6930k|  1771k| 22888k|   3.3 |1584M|  63 |   - |  70 |5109 |  70 |  21 |  18 |3211k|6529 | 0.000000e+00 |      --      |    Inf 
1459.52/1459.56	c  1460s|  6940k|  1774k| 22920k|   3.3 |1586M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |3216k|6529 | 0.000000e+00 |      --      |    Inf 
1461.82/1461.83	c  1462s|  6950k|  1776k| 22952k|   3.3 |1589M|  63 |   - |  70 |4642 |  70 |  21 |  18 |3220k|6529 | 0.000000e+00 |      --      |    Inf 
1464.03/1464.03	c  1464s|  6960k|  1779k| 22986k|   3.3 |1591M|  63 |   - |  70 |4613 |  70 |  21 |  18 |3225k|6529 | 0.000000e+00 |      --      |    Inf 
1466.33/1466.36	c  1466s|  6970k|  1781k| 23018k|   3.3 |1593M|  63 |   8 |  70 |4183 |  70 |  21 |  18 |3230k|6529 | 0.000000e+00 |      --      |    Inf 
1468.43/1468.47	c  1468s|  6980k|  1784k| 23050k|   3.3 |1596M|  63 |   8 |  70 |5280 |  70 |  21 |  18 |3234k|6529 | 0.000000e+00 |      --      |    Inf 
1470.63/1470.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1470.63/1470.66	c  1471s|  6990k|  1787k| 23082k|   3.3 |1598M|  63 |   - |  70 |4847 |  70 |  21 |  18 |3239k|6529 | 0.000000e+00 |      --      |    Inf 
1472.92/1472.91	c  1473s|  7000k|  1789k| 23115k|   3.3 |1600M|  63 |   - |  70 |4497 |  70 |  21 |  18 |3243k|6529 | 0.000000e+00 |      --      |    Inf 
1475.03/1475.06	c  1475s|  7010k|  1792k| 23149k|   3.3 |1603M|  63 |   8 |  70 |5389 |  70 |  21 |  18 |3248k|6529 | 0.000000e+00 |      --      |    Inf 
1477.12/1477.20	c  1477s|  7020k|  1794k| 23181k|   3.3 |1605M|  63 |   - |  70 |5443 |  70 |  21 |  18 |3253k|6529 | 0.000000e+00 |      --      |    Inf 
1479.53/1479.52	c  1480s|  7030k|  1797k| 23213k|   3.3 |1607M|  63 |   8 |  70 |4640 |  70 |  21 |  18 |3257k|6529 | 0.000000e+00 |      --      |    Inf 
1481.82/1481.81	c  1482s|  7040k|  1799k| 23246k|   3.3 |1609M|  63 |   8 |  70 |4803 |  70 |  21 |  18 |3262k|6529 | 0.000000e+00 |      --      |    Inf 
1484.12/1484.15	c  1484s|  7050k|  1801k| 23280k|   3.3 |1611M|  63 |   8 |  70 |4535 |  70 |  21 |  18 |3267k|6529 | 0.000000e+00 |      --      |    Inf 
1486.33/1486.35	c  1486s|  7060k|  1804k| 23312k|   3.3 |1614M|  63 |   8 |  70 |4793 |  70 |  21 |  18 |3271k|6529 | 0.000000e+00 |      --      |    Inf 
1488.63/1488.66	c  1489s|  7070k|  1806k| 23344k|   3.3 |1616M|  63 |   - |  70 |5171 |  70 |  21 |  18 |3276k|6529 | 0.000000e+00 |      --      |    Inf 
1491.03/1491.01	c  1491s|  7080k|  1809k| 23376k|   3.3 |1618M|  63 |   8 |  70 |4699 |  70 |  21 |  18 |3281k|6529 | 0.000000e+00 |      --      |    Inf 
1493.33/1493.31	c  1493s|  7090k|  1811k| 23410k|   3.3 |1620M|  63 |   8 |  70 |4962 |  70 |  21 |  18 |3286k|6529 | 0.000000e+00 |      --      |    Inf 
1495.53/1495.59	c  1496s|  7100k|  1813k| 23444k|   3.3 |1623M|  63 |   8 |  70 |5496 |  70 |  21 |  18 |3290k|6529 | 0.000000e+00 |      --      |    Inf 
1498.02/1498.06	c  1498s|  7110k|  1815k| 23477k|   3.3 |1625M|  63 |   - |  70 |4363 |  70 |  21 |  18 |3295k|6529 | 0.000000e+00 |      --      |    Inf 
1500.33/1500.36	c  1500s|  7120k|  1818k| 23511k|   3.3 |1627M|  63 |   - |  70 |4400 |  70 |  21 |  18 |3300k|6529 | 0.000000e+00 |      --      |    Inf 
1502.42/1502.40	c  1502s|  7130k|  1821k| 23543k|   3.3 |1630M|  63 |   - |  70 |5383 |  70 |  21 |  18 |3304k|6529 | 0.000000e+00 |      --      |    Inf 
1504.73/1504.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1504.73/1504.78	c  1505s|  7140k|  1823k| 23575k|   3.3 |1632M|  63 |   8 |  70 |4451 |  70 |  21 |  18 |3309k|6529 | 0.000000e+00 |      --      |    Inf 
1507.03/1507.06	c  1507s|  7150k|  1825k| 23608k|   3.3 |1634M|  63 |   8 |  70 |3999 |  70 |  21 |  18 |3314k|6529 | 0.000000e+00 |      --      |    Inf 
1509.23/1509.22	c  1509s|  7160k|  1828k| 23640k|   3.3 |1636M|  63 |   - |  70 |4944 |  70 |  21 |  18 |3319k|6529 | 0.000000e+00 |      --      |    Inf 
1511.52/1511.54	c  1512s|  7170k|  1830k| 23673k|   3.3 |1638M|  63 |   - |  70 |4361 |  70 |  21 |  18 |3323k|6529 | 0.000000e+00 |      --      |    Inf 
1513.72/1513.70	c  1514s|  7180k|  1833k| 23706k|   3.3 |1641M|  63 |   - |  70 |5444 |  70 |  21 |  18 |3328k|6529 | 0.000000e+00 |      --      |    Inf 
1516.02/1516.04	c  1516s|  7190k|  1835k| 23739k|   3.3 |1643M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |3332k|6529 | 0.000000e+00 |      --      |    Inf 
1518.22/1518.23	c  1518s|  7200k|  1837k| 23772k|   3.3 |1645M|  63 |   8 |  70 |4577 |  70 |  21 |  18 |3337k|6529 | 0.000000e+00 |      --      |    Inf 
1520.52/1520.50	c  1521s|  7210k|  1840k| 23805k|   3.3 |1647M|  63 |   8 |  70 |4316 |  70 |  21 |  18 |3342k|6529 | 0.000000e+00 |      --      |    Inf 
1522.43/1522.46	c  1522s|  7220k|  1843k| 23837k|   3.3 |1650M|  63 |   8 |  70 |6020 |  70 |  21 |  18 |3346k|6529 | 0.000000e+00 |      --      |    Inf 
1524.63/1524.66	c  1525s|  7230k|  1845k| 23869k|   3.3 |1653M|  63 |   8 |  70 |6532 |  70 |  21 |  18 |3350k|6529 | 0.000000e+00 |      --      |    Inf 
1527.03/1527.04	c  1527s|  7240k|  1848k| 23901k|   3.3 |1655M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3355k|6529 | 0.000000e+00 |      --      |    Inf 
1529.42/1529.45	c  1529s|  7250k|  1850k| 23935k|   3.3 |1657M|  63 |   8 |  70 |4372 |  70 |  21 |  18 |3360k|6529 | 0.000000e+00 |      --      |    Inf 
1531.62/1531.61	c  1532s|  7260k|  1853k| 23967k|   3.3 |1659M|  63 |   8 |  70 |4639 |  70 |  21 |  18 |3364k|6529 | 0.000000e+00 |      --      |    Inf 
1534.03/1534.03	c  1534s|  7270k|  1855k| 24000k|   3.3 |1661M|  63 |   - |  70 |4099 |  70 |  21 |  18 |3369k|6529 | 0.000000e+00 |      --      |    Inf 
1536.13/1536.15	c  1536s|  7280k|  1858k| 24032k|   3.3 |1664M|  63 |   - |  70 |4821 |  70 |  21 |  18 |3373k|6529 | 0.000000e+00 |      --      |    Inf 
1538.52/1538.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1538.52/1538.53	c  1539s|  7290k|  1860k| 24064k|   3.3 |1666M|  63 |   - |  70 |4268 |  70 |  21 |  18 |3378k|6529 | 0.000000e+00 |      --      |    Inf 
1540.82/1540.82	c  1541s|  7300k|  1863k| 24096k|   3.3 |1668M|  63 |   - |  70 |4541 |  70 |  21 |  18 |3383k|6529 | 0.000000e+00 |      --      |    Inf 
1543.12/1543.13	c  1543s|  7310k|  1865k| 24129k|   3.3 |1670M|  63 |   8 |  70 |4404 |  70 |  21 |  18 |3388k|6529 | 0.000000e+00 |      --      |    Inf 
1545.32/1545.34	c  1545s|  7320k|  1867k| 24164k|   3.3 |1673M|  63 |   - |  70 |5462 |  70 |  21 |  18 |3392k|6529 | 0.000000e+00 |      --      |    Inf 
1547.53/1547.56	c  1548s|  7330k|  1870k| 24196k|   3.3 |1675M|  63 |   8 |  70 |5723 |  70 |  21 |  18 |3397k|6529 | 0.000000e+00 |      --      |    Inf 
1549.93/1549.93	c  1550s|  7340k|  1872k| 24229k|   3.3 |1677M|  63 |   8 |  70 |4561 |  70 |  21 |  18 |3402k|6529 | 0.000000e+00 |      --      |    Inf 
1552.33/1552.32	c  1552s|  7350k|  1875k| 24261k|   3.3 |1679M|  63 |   8 |  70 |4308 |  70 |  21 |  18 |3406k|6529 | 0.000000e+00 |      --      |    Inf 
1554.53/1554.56	c  1555s|  7360k|  1877k| 24294k|   3.3 |1681M|  63 |   8 |  70 |4415 |  70 |  21 |  18 |3411k|6529 | 0.000000e+00 |      --      |    Inf 
1556.83/1556.83	c  1557s|  7370k|  1879k| 24328k|   3.3 |1684M|  63 |   - |  70 |5117 |  70 |  21 |  18 |3416k|6529 | 0.000000e+00 |      --      |    Inf 
1559.22/1559.22	c  1559s|  7380k|  1882k| 24361k|   3.3 |1686M|  63 |   - |  70 |4973 |  70 |  21 |  18 |3420k|6529 | 0.000000e+00 |      --      |    Inf 
1561.53/1561.56	c  1562s|  7390k|  1884k| 24394k|   3.3 |1688M|  63 |   - |  70 |4856 |  70 |  21 |  18 |3425k|6529 | 0.000000e+00 |      --      |    Inf 
1563.82/1563.87	c  1564s|  7400k|  1886k| 24427k|   3.3 |1690M|  63 |   - |  70 |4503 |  70 |  21 |  18 |3430k|6529 | 0.000000e+00 |      --      |    Inf 
1566.12/1566.11	c  1566s|  7410k|  1889k| 24460k|   3.3 |1693M|  63 |   8 |  70 |4906 |  70 |  21 |  18 |3435k|6529 | 0.000000e+00 |      --      |    Inf 
1568.42/1568.49	c  1568s|  7420k|  1891k| 24493k|   3.3 |1695M|  63 |   8 |  70 |4522 |  70 |  21 |  18 |3440k|6529 | 0.000000e+00 |      --      |    Inf 
1570.83/1570.82	c  1571s|  7430k|  1893k| 24526k|   3.3 |1697M|  63 |   - |  70 |4506 |  70 |  21 |  18 |3444k|6529 | 0.000000e+00 |      --      |    Inf 
1573.03/1573.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.03/1573.08	c  1573s|  7440k|  1896k| 24559k|   3.3 |1699M|  63 |   - |  70 |4802 |  70 |  21 |  18 |3449k|6529 | 0.000000e+00 |      --      |    Inf 
1575.33/1575.35	c  1575s|  7450k|  1898k| 24592k|   3.3 |1702M|  63 |   - |  70 |4931 |  70 |  21 |  18 |3453k|6529 | 0.000000e+00 |      --      |    Inf 
1577.63/1577.64	c  1578s|  7460k|  1901k| 24625k|   3.3 |1704M|  63 |   - |  70 |4676 |  70 |  21 |  18 |3458k|6529 | 0.000000e+00 |      --      |    Inf 
1579.73/1579.74	c  1580s|  7470k|  1904k| 24658k|   3.3 |1706M|  63 |   - |  70 |5720 |  70 |  21 |  18 |3462k|6529 | 0.000000e+00 |      --      |    Inf 
1581.92/1581.94	c  1582s|  7480k|  1906k| 24691k|   3.3 |1709M|  63 |   8 |  70 |5417 |  70 |  21 |  18 |3467k|6529 | 0.000000e+00 |      --      |    Inf 
1584.23/1584.29	c  1584s|  7490k|  1909k| 24723k|   3.3 |1711M|  63 |   - |  70 |4956 |  70 |  21 |  18 |3472k|6529 | 0.000000e+00 |      --      |    Inf 
1586.43/1586.43	c  1586s|  7500k|  1911k| 24756k|   3.3 |1713M|  63 |   8 |  70 |5722 |  70 |  21 |  18 |3476k|6529 | 0.000000e+00 |      --      |    Inf 
1588.83/1588.82	c  1589s|  7510k|  1914k| 24788k|   3.3 |1715M|  63 |   - |  70 |4380 |  70 |  21 |  18 |3481k|6529 | 0.000000e+00 |      --      |    Inf 
1591.03/1591.05	c  1591s|  7520k|  1916k| 24821k|   3.3 |1718M|  63 |   8 |  70 |4878 |  70 |  21 |  18 |3486k|6529 | 0.000000e+00 |      --      |    Inf 
1593.33/1593.33	c  1593s|  7530k|  1918k| 24855k|   3.3 |1720M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |3490k|6529 | 0.000000e+00 |      --      |    Inf 
1595.53/1595.57	c  1596s|  7540k|  1921k| 24888k|   3.3 |1722M|  63 |   - |  70 |4809 |  70 |  21 |  18 |3495k|6529 | 0.000000e+00 |      --      |    Inf 
1597.83/1597.82	c  1598s|  7550k|  1923k| 24920k|   3.3 |1725M|  63 |   8 |  70 |5265 |  70 |  21 |  18 |3500k|6529 | 0.000000e+00 |      --      |    Inf 
1600.23/1600.23	c  1600s|  7560k|  1926k| 24954k|   3.3 |1727M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3504k|6529 | 0.000000e+00 |      --      |    Inf 
1602.52/1602.56	c  1603s|  7570k|  1928k| 24986k|   3.3 |1729M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3509k|6529 | 0.000000e+00 |      --      |    Inf 
1604.83/1604.90	c  1605s|  7580k|  1931k| 25018k|   3.3 |1731M|  63 |   8 |  70 |4109 |  70 |  21 |  18 |3514k|6529 | 0.000000e+00 |      --      |    Inf 
1607.03/1607.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1607.03/1607.02	c  1607s|  7590k|  1933k| 25051k|   3.3 |1734M|  63 |   - |  70 |5663 |  70 |  21 |  18 |3518k|6529 | 0.000000e+00 |      --      |    Inf 
1609.33/1609.35	c  1609s|  7600k|  1935k| 25084k|   3.3 |1736M|  63 |   8 |  70 |5164 |  70 |  21 |  18 |3523k|6529 | 0.000000e+00 |      --      |    Inf 
1611.83/1611.81	c  1612s|  7610k|  1938k| 25117k|   3.3 |1738M|  63 |   8 |  70 |4554 |  70 |  21 |  18 |3528k|6529 | 0.000000e+00 |      --      |    Inf 
1614.03/1614.04	c  1614s|  7620k|  1940k| 25148k|   3.3 |1740M|  63 |   8 |  70 |4701 |  70 |  21 |  18 |3532k|6529 | 0.000000e+00 |      --      |    Inf 
1616.33/1616.33	c  1616s|  7630k|  1943k| 25182k|   3.3 |1743M|  63 |   - |  70 |5314 |  70 |  21 |  18 |3537k|6529 | 0.000000e+00 |      --      |    Inf 
1618.52/1618.56	c  1619s|  7640k|  1946k| 25215k|   3.3 |1745M|  63 |   - |  70 |5797 |  70 |  21 |  18 |3541k|6529 | 0.000000e+00 |      --      |    Inf 
1620.92/1620.94	c  1621s|  7650k|  1948k| 25248k|   3.3 |1747M|  63 |   8 |  70 |4907 |  70 |  21 |  18 |3546k|6529 | 0.000000e+00 |      --      |    Inf 
1623.22/1623.26	c  1623s|  7660k|  1950k| 25283k|   3.3 |1750M|  63 |   8 |  70 |4989 |  70 |  21 |  18 |3551k|6529 | 0.000000e+00 |      --      |    Inf 
1625.62/1625.69	c  1626s|  7670k|  1953k| 25316k|   3.3 |1752M|  63 |   8 |  70 |4446 |  70 |  21 |  18 |3555k|6529 | 0.000000e+00 |      --      |    Inf 
1627.93/1627.91	c  1628s|  7680k|  1955k| 25349k|   3.3 |1754M|  63 |   8 |  70 |4335 |  70 |  21 |  18 |3560k|6529 | 0.000000e+00 |      --      |    Inf 
1630.23/1630.21	c  1630s|  7690k|  1958k| 25381k|   3.3 |1756M|  63 |   - |  70 |4305 |  70 |  21 |  18 |3565k|6529 | 0.000000e+00 |      --      |    Inf 
1632.33/1632.39	c  1632s|  7700k|  1960k| 25414k|   3.3 |1759M|  63 |   8 |  70 |4835 |  70 |  21 |  18 |3569k|6529 | 0.000000e+00 |      --      |    Inf 
1634.73/1634.73	c  1635s|  7710k|  1963k| 25447k|   3.3 |1761M|  63 |   8 |  70 |4553 |  70 |  21 |  18 |3574k|6529 | 0.000000e+00 |      --      |    Inf 
1636.73/1636.71	c  1637s|  7720k|  1966k| 25478k|   3.3 |1764M|  63 |   8 |  70 |6588 |  70 |  21 |  18 |3578k|6529 | 0.000000e+00 |      --      |    Inf 
1639.13/1639.14	c  1639s|  7730k|  1968k| 25511k|   3.3 |1765M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3583k|6529 | 0.000000e+00 |      --      |    Inf 
1641.42/1641.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1641.42/1641.47	c  1641s|  7740k|  1971k| 25544k|   3.3 |1768M|  63 |   - |  70 |4488 |  70 |  21 |  18 |3587k|6529 | 0.000000e+00 |      --      |    Inf 
1643.63/1643.69	c  1644s|  7750k|  1973k| 25577k|   3.3 |1770M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3592k|6529 | 0.000000e+00 |      --      |    Inf 
1645.93/1645.91	c  1646s|  7760k|  1975k| 25610k|   3.3 |1772M|  63 |   8 |  70 |5323 |  70 |  21 |  18 |3597k|6529 | 0.000000e+00 |      --      |    Inf 
1648.03/1648.09	c  1648s|  7770k|  1978k| 25642k|   3.3 |1775M|  63 |   8 |  70 |5946 |  70 |  21 |  18 |3601k|6529 | 0.000000e+00 |      --      |    Inf 
1650.33/1650.30	c  1650s|  7780k|  1981k| 25676k|   3.3 |1777M|  63 |   8 |  70 |5811 |  70 |  21 |  18 |3606k|6529 | 0.000000e+00 |      --      |    Inf 
1652.72/1652.78	c  1653s|  7790k|  1983k| 25709k|   3.3 |1779M|  63 |   8 |  70 |4064 |  70 |  21 |  18 |3611k|6529 | 0.000000e+00 |      --      |    Inf 
1655.03/1655.04	c  1655s|  7800k|  1986k| 25742k|   3.3 |1781M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |3615k|6529 | 0.000000e+00 |      --      |    Inf 
1657.42/1657.47	c  1657s|  7810k|  1988k| 25775k|   3.3 |1784M|  63 |   - |  70 |4656 |  70 |  21 |  18 |3620k|6529 | 0.000000e+00 |      --      |    Inf 
1659.84/1659.83	c  1660s|  7820k|  1990k| 25808k|   3.3 |1786M|  63 |   8 |  70 |4625 |  70 |  21 |  18 |3625k|6529 | 0.000000e+00 |      --      |    Inf 
1662.23/1662.20	c  1662s|  7830k|  1992k| 25840k|   3.3 |1788M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |3630k|6529 | 0.000000e+00 |      --      |    Inf 
1664.53/1664.51	c  1665s|  7840k|  1995k| 25873k|   3.3 |1790M|  63 |   8 |  70 |4678 |  70 |  21 |  18 |3634k|6529 | 0.000000e+00 |      --      |    Inf 
1666.73/1666.77	c  1667s|  7850k|  1997k| 25907k|   3.3 |1793M|  63 |   - |  70 |5127 |  70 |  21 |  18 |3639k|6529 | 0.000000e+00 |      --      |    Inf 
1669.03/1669.08	c  1669s|  7860k|  2000k| 25940k|   3.3 |1795M|  63 |   - |  70 |5085 |  70 |  21 |  18 |3643k|6529 | 0.000000e+00 |      --      |    Inf 
1671.12/1671.13	c  1671s|  7870k|  2002k| 25971k|   3.3 |1797M|  63 |   - |  70 |5968 |  70 |  21 |  18 |3648k|6529 | 0.000000e+00 |      --      |    Inf 
1673.52/1673.52	c  1674s|  7880k|  2005k| 26004k|   3.3 |1799M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |3653k|6529 | 0.000000e+00 |      --      |    Inf 
1675.82/1675.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1675.82/1675.81	c  1676s|  7890k|  2007k| 26036k|   3.3 |1802M|  63 |   - |  70 |4379 |  70 |  21 |  18 |3657k|6529 | 0.000000e+00 |      --      |    Inf 
1678.13/1678.12	c  1678s|  7900k|  2009k| 26069k|   3.3 |1804M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3662k|6529 | 0.000000e+00 |      --      |    Inf 
1680.33/1680.36	c  1680s|  7910k|  2012k| 26101k|   3.3 |1806M|  63 |   8 |  70 |4806 |  70 |  21 |  18 |3667k|6529 | 0.000000e+00 |      --      |    Inf 
1682.73/1682.73	c  1683s|  7920k|  2014k| 26134k|   3.3 |1808M|  63 |   - |  70 |4287 |  70 |  21 |  18 |3671k|6529 | 0.000000e+00 |      --      |    Inf 
1685.03/1685.05	c  1685s|  7930k|  2016k| 26167k|   3.3 |1811M|  63 |   8 |  70 |4698 |  70 |  21 |  18 |3676k|6529 | 0.000000e+00 |      --      |    Inf 
1687.13/1687.18	c  1687s|  7940k|  2019k| 26199k|   3.3 |1813M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |3681k|6529 | 0.000000e+00 |      --      |    Inf 
1689.64/1689.63	c  1690s|  7950k|  2021k| 26231k|   3.3 |1815M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |3685k|6529 | 0.000000e+00 |      --      |    Inf 
1691.83/1691.85	c  1692s|  7960k|  2024k| 26264k|   3.3 |1818M|  63 |   8 |  70 |4862 |  70 |  21 |  18 |3690k|6529 | 0.000000e+00 |      --      |    Inf 
1694.04/1694.07	c  1694s|  7970k|  2026k| 26297k|   3.3 |1820M|  63 |   - |  70 |5212 |  70 |  21 |  18 |3695k|6529 | 0.000000e+00 |      --      |    Inf 
1696.24/1696.21	c  1696s|  7980k|  2029k| 26329k|   3.3 |1822M|  63 |   - |  70 |5916 |  70 |  21 |  18 |3699k|6529 | 0.000000e+00 |      --      |    Inf 
1698.44/1698.47	c  1698s|  7990k|  2031k| 26362k|   3.3 |1825M|  63 |   8 |  70 |6454 |  70 |  21 |  18 |3704k|6529 | 0.000000e+00 |      --      |    Inf 
1700.82/1700.85	c  1701s|  8000k|  2034k| 26395k|   3.3 |1827M|  63 |   8 |  70 |4981 |  70 |  21 |  18 |3709k|6529 | 0.000000e+00 |      --      |    Inf 
1702.93/1702.92	c  1703s|  8010k|  2037k| 26428k|   3.3 |1829M|  63 |   8 |  70 |6353 |  70 |  21 |  18 |3713k|6529 | 0.000000e+00 |      --      |    Inf 
1705.13/1705.13	c  1705s|  8020k|  2040k| 26459k|   3.3 |1832M|  63 |   - |  70 |6912 |  70 |  21 |  18 |3717k|6529 | 0.000000e+00 |      --      |    Inf 
1707.33/1707.34	c  1707s|  8030k|  2043k| 26491k|   3.3 |1834M|  63 |   8 |  70 |7635 |  70 |  21 |  18 |3721k|6529 | 0.000000e+00 |      --      |    Inf 
1709.73/1709.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1709.73/1709.77	c  1710s|  8040k|  2045k| 26524k|   3.3 |1836M|  63 |   8 |  70 |6023 |  70 |  21 |  18 |3726k|6529 | 0.000000e+00 |      --      |    Inf 
1712.03/1712.03	c  1712s|  8050k|  2048k| 26556k|   3.3 |1839M|  63 |   8 |  70 |5823 |  70 |  21 |  18 |3731k|6529 | 0.000000e+00 |      --      |    Inf 
1714.42/1714.48	c  1714s|  8060k|  2050k| 26589k|   3.3 |1841M|  63 |   8 |  70 |4797 |  70 |  21 |  18 |3735k|6529 | 0.000000e+00 |      --      |    Inf 
1716.73/1716.78	c  1717s|  8070k|  2053k| 26622k|   3.3 |1843M|  63 |   - |  70 |4863 |  70 |  21 |  18 |3740k|6529 | 0.000000e+00 |      --      |    Inf 
1719.23/1719.23	c  1719s|  8080k|  2055k| 26654k|   3.3 |1845M|  63 |   8 |  70 |4245 |  70 |  21 |  18 |3745k|6529 | 0.000000e+00 |      --      |    Inf 
1721.54/1721.54	c  1722s|  8090k|  2057k| 26688k|   3.3 |1847M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3750k|6529 | 0.000000e+00 |      --      |    Inf 
1723.74/1723.72	c  1724s|  8100k|  2060k| 26719k|   3.3 |1850M|  63 |   8 |  70 |5307 |  70 |  21 |  18 |3754k|6529 | 0.000000e+00 |      --      |    Inf 
1726.03/1726.04	c  1726s|  8110k|  2062k| 26752k|   3.3 |1852M|  63 |   8 |  70 |5154 |  70 |  21 |  18 |3759k|6529 | 0.000000e+00 |      --      |    Inf 
1728.33/1728.35	c  1728s|  8120k|  2065k| 26785k|   3.3 |1854M|  63 |   8 |  70 |5507 |  70 |  21 |  18 |3764k|6529 | 0.000000e+00 |      --      |    Inf 
1730.43/1730.41	c  1730s|  8130k|  2068k| 26817k|   3.3 |1857M|  63 |   8 |  70 |6860 |  70 |  21 |  18 |3768k|6529 | 0.000000e+00 |      --      |    Inf 
1732.73/1732.73	c  1733s|  8140k|  2070k| 26851k|   3.3 |1859M|  63 |   8 |  70 |6433 |  70 |  21 |  18 |3773k|6529 | 0.000000e+00 |      --      |    Inf 
1735.22/1735.26	c  1735s|  8150k|  2072k| 26883k|   3.3 |1861M|  63 |   8 |  70 |4969 |  70 |  21 |  18 |3777k|6529 | 0.000000e+00 |      --      |    Inf 
1737.62/1737.69	c  1738s|  8160k|  2074k| 26916k|   3.3 |1863M|  63 |   - |  70 |4311 |  70 |  21 |  18 |3782k|6529 | 0.000000e+00 |      --      |    Inf 
1739.83/1739.89	c  1740s|  8170k|  2077k| 26950k|   3.3 |1865M|  63 |   - |  70 |5325 |   0 |   0 |  18 |3787k|6529 | 0.000000e+00 |      --      |    Inf 
1741.93/1741.99	c  1742s|  8180k|  2080k| 26983k|   3.3 |1868M|  63 |   8 |  70 |7151 |  70 |  21 |  18 |3791k|6529 | 0.000000e+00 |      --      |    Inf 
1744.43/1744.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1744.43/1744.44	c  1744s|  8190k|  2083k| 27015k|   3.3 |1870M|  63 |   8 |  70 |5469 |  70 |  21 |  18 |3796k|6529 | 0.000000e+00 |      --      |    Inf 
1746.63/1746.60	c  1747s|  8200k|  2085k| 27048k|   3.3 |1873M|  63 |   - |  70 |6209 |  70 |  21 |  18 |3800k|6529 | 0.000000e+00 |      --      |    Inf 
1748.82/1748.86	c  1749s|  8210k|  2088k| 27081k|   3.3 |1875M|  63 |   - |  70 |5988 |  70 |  21 |  18 |3804k|6529 | 0.000000e+00 |      --      |    Inf 
1751.43/1751.41	c  1751s|  8220k|  2090k| 27114k|   3.3 |1877M|  63 |   8 |  70 |4645 |  70 |  21 |  18 |3809k|6529 | 0.000000e+00 |      --      |    Inf 
1753.73/1753.78	c  1754s|  8230k|  2093k| 27146k|   3.3 |1879M|  63 |   - |  70 |4916 |  70 |  21 |  18 |3814k|6529 | 0.000000e+00 |      --      |    Inf 
1755.83/1755.88	c  1756s|  8240k|  2096k| 27179k|   3.3 |1882M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3818k|6529 | 0.000000e+00 |      --      |    Inf 
1758.03/1758.01	c  1758s|  8250k|  2099k| 27212k|   3.3 |1884M|  63 |   8 |  70 |6913 |  70 |  21 |  18 |3823k|6529 | 0.000000e+00 |      --      |    Inf 
1760.33/1760.37	c  1760s|  8260k|  2101k| 27244k|   3.3 |1886M|  63 |   8 |  70 |6362 |  70 |  21 |  18 |3827k|6529 | 0.000000e+00 |      --      |    Inf 
1762.73/1762.79	c  1763s|  8270k|  2104k| 27276k|   3.3 |1889M|  63 |   - |  70 |5638 |   0 |   0 |  18 |3832k|6529 | 0.000000e+00 |      --      |    Inf 
1765.23/1765.20	c  1765s|  8280k|  2106k| 27308k|   3.3 |1891M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3836k|6529 | 0.000000e+00 |      --      |    Inf 
1767.63/1767.62	c  1768s|  8290k|  2109k| 27341k|   3.3 |1893M|  63 |   8 |  70 |4583 |  70 |  21 |  18 |3841k|6529 | 0.000000e+00 |      --      |    Inf 
1769.83/1769.82	c  1770s|  8300k|  2111k| 27374k|   3.3 |1895M|  63 |   8 |  70 |5128 |  70 |  21 |  18 |3846k|6529 | 0.000000e+00 |      --      |    Inf 
1771.93/1771.91	c  1772s|  8310k|  2114k| 27407k|   3.3 |1898M|  63 |   8 |  70 |6340 |  70 |  21 |  18 |3850k|6529 | 0.000000e+00 |      --      |    Inf 
1774.33/1774.35	c  1774s|  8320k|  2117k| 27440k|   3.3 |1900M|  63 |   8 |  70 |4915 |  70 |  21 |  18 |3855k|6529 | 0.000000e+00 |      --      |    Inf 
1776.73/1776.74	c  1777s|  8330k|  2119k| 27472k|   3.3 |1902M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3860k|6529 | 0.000000e+00 |      --      |    Inf 
1778.93/1778.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1778.93/1778.91	c  1779s|  8340k|  2121k| 27505k|   3.3 |1904M|  63 |   8 |  70 |4467 |  70 |  21 |  18 |3864k|6529 | 0.000000e+00 |      --      |    Inf 
1781.13/1781.18	c  1781s|  8350k|  2124k| 27538k|   3.3 |1907M|  63 |   8 |  70 |4660 |  70 |  21 |  18 |3869k|6529 | 0.000000e+00 |      --      |    Inf 
1783.53/1783.51	c  1784s|  8360k|  2126k| 27571k|   3.3 |1909M|  63 |   - |  70 |4153 |  70 |  21 |  18 |3874k|6529 | 0.000000e+00 |      --      |    Inf 
1785.73/1785.73	c  1786s|  8370k|  2129k| 27605k|   3.3 |1911M|  63 |   8 |  70 |4352 |  70 |  21 |  18 |3878k|6529 | 0.000000e+00 |      --      |    Inf 
1787.93/1787.91	c  1788s|  8380k|  2131k| 27638k|   3.3 |1914M|  63 |   8 |  70 |5838 |  70 |  21 |  18 |3883k|6529 | 0.000000e+00 |      --      |    Inf 
1790.23/1790.22	c  1790s|  8390k|  2134k| 27670k|   3.3 |1916M|  63 |   - |  70 |5462 |  70 |  21 |  18 |3887k|6529 | 0.000000e+00 |      --      |    Inf 
1792.63/1792.65	c  1793s|  8400k|  2136k| 27703k|   3.3 |1918M|  63 |   - |  70 |4297 |  70 |  21 |  18 |3892k|6529 | 0.000000e+00 |      --      |    Inf 
1795.03/1795.05	c  1795s|  8410k|  2138k| 27735k|   3.3 |1920M|  63 |   8 |  70 |3992 |  70 |  21 |  18 |3897k|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      : 8418425
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-3488777-1307771939.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-3488777-1307771939.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   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.00          0          0          0          0          0          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    5299012          0          4          0        614       2730          0          0   10591756
1797.03/1797.00	c   linear           :          8+         7   20802010          0          2          3    3857374     178454    6695553          0          0          0
1797.03/1797.00	c   logicor          :          0+         6    8164475          0          0          0    6699717       9456    2991977          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          2          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.91       0.00       0.00      35.91       0.00       0.00       0.00
1797.03/1797.00	c   linear           :     116.15       0.00     102.82       0.00       0.00       0.00      13.33
1797.03/1797.00	c   logicor          :     235.04       0.00     221.65       0.00       0.00       0.00      13.39
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          :       3.16       3.16       0.00
1797.03/1797.00	c   rootredcost      :       3.30       3.30       0.00
1797.03/1797.00	c   pseudoobj        :       2.47       2.47       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :      17.01     187910     182081     730199       47.9         73       38.6          -
1797.03/1797.00	c   infeasible LP    :     111.06    2950262    2950167    6157706       32.7      38118       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 :          -          -          -    3109245       25.7          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -     792015       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          :       8.15    5299017          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.88    5299012        614       2730          0          0   10591756
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          2          0          0          0          0          4
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.47          0          0
1797.03/1797.00	c   crossover        :       1.66          0          0
1797.03/1797.00	c   guideddiving     :       0.15          0          0
1797.03/1797.00	c   coefdiving       :       0.14         58          0
1797.03/1797.00	c   fracdiving       :       0.15         58          0
1797.03/1797.00	c   veclendiving     :       0.15         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.13         29          0
1797.03/1797.00	c   objpscostdiving  :       0.12         30          0
1797.03/1797.00	c   rootsoldiving    :       0.14         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.02          0          0
1797.03/1797.00	c   zirounding       :      19.28          0          0
1797.03/1797.00	c   rounding         :       2.55      32659          0
1797.03/1797.00	c   shifting         :       4.10      10369          0
1797.03/1797.00	c   intshifting      :       0.09          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.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.32          0          0
1797.03/1797.00	c   trysol           :       1.71          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          :     628.07    8107732   27758426       3.42   44196.07
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   33689.48
1797.03/1797.00	c   strong branching :       0.99       6529      41320       6.33   41669.31
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            :    8418425
1797.03/1797.00	c   nodes (total)    :    8418425
1797.03/1797.00	c   nodes left       :    2140889
1797.03/1797.00	c   max depth        :         63
1797.03/1797.00	c   max depth (total):         63
1797.03/1797.00	c   backtracks       :     787130 (9.4%)
1797.03/1797.00	c   delayed cutoffs  :      32447
1797.03/1797.00	c   repropagations   :    8741006 (3027307 domain reductions, 15471 cutoffs)
1797.03/1797.00	c   avg switch length:       5.84
1797.03/1797.00	c   switching time   :     330.72
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-3488777-1307771939/watcher-3488777-1307771939 -o /tmp/evaluation-result-3488777-1307771939/solver-3488777-1307771939 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488777-1307771939.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.06 2.02 2.00 2/175 26184
/proc/meminfo: memFree=30585816/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=11972 CPUtime=0 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 1948 0 0 0 0 0 0 0 25 0 1 0 888793591 12259328 1902 33554432000 4194304 9016284 140734986319248 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26184/statm: 2993 1917 340 1178 0 1811 0

[startup+0.0629609 s]
/proc/loadavg: 2.06 2.02 2.00 2/175 26184
/proc/meminfo: memFree=30585816/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=26560 CPUtime=0.05 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 6285 0 0 0 4 1 0 0 18 0 1 0 888793591 27197440 5276 33554432000 4194304 9016284 140734986319248 18446744073709551615 6584057 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 6640 5276 678 1178 0 5458 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26560

[startup+0.100952 s]
/proc/loadavg: 2.06 2.02 2.00 2/175 26184
/proc/meminfo: memFree=30585816/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=24496 CPUtime=0.09 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 7147 0 0 0 8 1 0 0 18 0 1 0 888793591 25083904 5102 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 6124 5102 681 1178 0 4942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24496

[startup+0.300908 s]
/proc/loadavg: 2.06 2.02 2.00 2/175 26184
/proc/meminfo: memFree=30585816/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=24496 CPUtime=0.29 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 7150 0 0 0 28 1 0 0 18 0 1 0 888793591 25083904 5105 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 6124 5105 684 1178 0 4942 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24496

[startup+0.70086 s]
/proc/loadavg: 2.06 2.02 2.00 2/175 26184
/proc/meminfo: memFree=30585816/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=24496 CPUtime=0.69 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 7154 0 0 0 66 3 0 0 18 0 1 0 888793591 25083904 5109 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 6124 5109 684 1178 0 4942 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24496

[startup+1.50072 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 26185
/proc/meminfo: memFree=30566860/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=24496 CPUtime=1.49 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 7162 0 0 0 144 5 0 0 20 0 1 0 888793591 25083904 5117 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 6124 5117 684 1178 0 4942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24496

[startup+3.10045 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 26185
/proc/meminfo: memFree=30566532/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=24960 CPUtime=3.09 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 7208 0 0 0 299 10 0 0 25 0 1 0 888793591 25559040 5163 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 6240 5163 684 1178 0 5058 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24960

[startup+6.30087 s]
/proc/loadavg: 2.14 2.04 2.01 3/176 26185
/proc/meminfo: memFree=30562984/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=29748 CPUtime=6.29 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 8438 0 0 0 609 20 0 0 25 0 1 0 888793591 30461952 6393 33554432000 4194304 9016284 140734986319248 18446744073709551615 6469440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 7437 6393 684 1178 0 6255 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29748

[startup+12.7008 s]
/proc/loadavg: 2.13 2.04 2.01 3/176 26185
/proc/meminfo: memFree=30552860/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=39720 CPUtime=12.69 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 10941 0 0 0 1230 39 0 0 25 0 1 0 888793591 40673280 8896 33554432000 4194304 9016284 140734986319248 18446744073709551615 5315488 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 9930 8896 684 1178 0 8748 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39720

[startup+25.5006 s]
/proc/loadavg: 2.10 2.03 2.01 3/176 26185
/proc/meminfo: memFree=30533876/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=58260 CPUtime=25.49 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 15643 0 0 0 2468 81 0 0 25 0 1 0 888793591 59658240 13598 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 14565 13598 684 1178 0 13383 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58260

[startup+51.1011 s]
/proc/loadavg: 2.06 2.03 2.00 3/176 26187
/proc/meminfo: memFree=30499244/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=94532 CPUtime=51.09 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 24327 0 0 0 4951 158 0 0 25 0 1 0 888793591 96800768 22282 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 23633 22282 684 1178 0 22451 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94532

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 26187
/proc/meminfo: memFree=30431544/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=159736 CPUtime=102.29 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 40881 0 0 0 9911 318 0 0 25 0 1 0 888793591 163569664 38836 33554432000 4194304 9016284 140734986319248 18446744073709551615 4599175 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 39934 38836 684 1178 0 38752 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 159736

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 26198
/proc/meminfo: memFree=30361948/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=234132 CPUtime=162.3 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 58747 0 0 0 15725 505 0 0 25 0 1 0 888793591 239751168 56702 33554432000 4194304 9016284 140734986319248 18446744073709551615 7818736 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 58533 56702 684 1178 0 57351 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 234132

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 26200
/proc/meminfo: memFree=30285272/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=308336 CPUtime=222.3 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 77525 0 0 0 21548 682 0 0 25 0 1 0 888793591 315736064 75480 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 77084 75480 684 1178 0 75902 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 308336

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 26202
/proc/meminfo: memFree=30221248/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=370068 CPUtime=282.3 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 93297 0 0 0 27370 860 0 0 25 0 1 0 888793591 378949632 91252 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 92517 91252 684 1178 0 91335 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 370068

[startup+342.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/176 26241
/proc/meminfo: memFree=30208212/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=449604 CPUtime=342.3 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 111423 0 0 0 33197 1033 0 0 25 0 1 0 888793591 460394496 109378 33554432000 4194304 9016284 140734986319248 18446744073709551615 18446744073699066069 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 112401 109378 684 1178 0 111219 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 449604

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/176 26242
/proc/meminfo: memFree=30054104/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=516504 CPUtime=402.3 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 128413 0 0 0 39029 1201 0 0 25 0 1 0 888793591 528900096 126368 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 129126 126368 684 1178 0 127944 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 516504

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/176 26247
/proc/meminfo: memFree=29899264/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=585284 CPUtime=462.3 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 145833 0 0 0 44855 1375 0 0 25 0 1 0 888793591 599330816 143788 33554432000 4194304 9016284 140734986319248 18446744073709551615 4294175 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 146321 143788 684 1178 0 145139 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 585284

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 26249
/proc/meminfo: memFree=29760468/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=649556 CPUtime=522.3 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 162082 0 0 0 50682 1548 0 0 25 0 1 0 888793591 665145344 160037 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 162389 160037 684 1178 0 161207 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 649556

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 26251
/proc/meminfo: memFree=29616948/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=712764 CPUtime=582.3 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 178317 0 0 0 56512 1718 0 0 25 0 1 0 888793591 729870336 176272 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 178191 176272 684 1178 0 177009 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 712764

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26257
/proc/meminfo: memFree=29075572/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=988440 CPUtime=822.3 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 244165 0 0 0 79861 2369 0 0 25 0 1 0 888793591 1012162560 242120 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 247110 242120 684 1178 0 245928 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 988440

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26259
/proc/meminfo: memFree=28942500/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1049924 CPUtime=882.31 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 259945 0 0 0 85697 2534 0 0 25 0 1 0 888793591 1075122176 257900 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 262481 257900 684 1178 0 261299 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1049924

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26260
/proc/meminfo: memFree=28812168/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1113064 CPUtime=942.31 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 275724 0 0 0 91530 2701 0 0 25 0 1 0 888793591 1139777536 273679 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 278266 273679 684 1178 0 277084 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1113064

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26261
/proc/meminfo: memFree=28682448/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1175376 CPUtime=1002.31 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 291660 0 0 0 97368 2863 0 0 25 0 1 0 888793591 1203585024 289615 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 293844 289615 684 1178 0 292662 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1175376

[startup+1062.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/176 26263
/proc/meminfo: memFree=28560412/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1236248 CPUtime=1062.32 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 307223 0 0 0 103202 3030 0 0 25 0 1 0 888793591 1265917952 305178 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 309062 305178 684 1178 0 307880 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1236248

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 26265
/proc/meminfo: memFree=28431528/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1298064 CPUtime=1122.32 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 322629 0 0 0 109043 3189 0 0 25 0 1 0 888793591 1329217536 320584 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 324516 320584 684 1178 0 323334 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1298064

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 26267
/proc/meminfo: memFree=28303540/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1361520 CPUtime=1182.31 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 338846 0 0 0 114879 3352 0 0 25 0 1 0 888793591 1394196480 336801 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 340380 336801 684 1178 0 339198 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1361520

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 26268
/proc/meminfo: memFree=28181860/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1417784 CPUtime=1242.31 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 353291 0 0 0 120725 3506 0 0 25 0 1 0 888793591 1451810816 351246 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 354446 351246 684 1178 0 353264 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1417784

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26269
/proc/meminfo: memFree=28055472/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1478488 CPUtime=1302.33 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 368853 0 0 0 126564 3669 0 0 25 0 1 0 888793591 1513971712 366808 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 369622 366808 684 1178 0 368440 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1478488

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26271
/proc/meminfo: memFree=27932304/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1540792 CPUtime=1362.32 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 384239 0 0 0 132404 3828 0 0 25 0 1 0 888793591 1577771008 382194 33554432000 4194304 9016284 140734986319248 18446744073709551615 4347574 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 385198 382194 684 1178 0 384016 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1540792

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26273
/proc/meminfo: memFree=27811736/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1601044 CPUtime=1422.32 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 399680 0 0 0 138246 3986 0 0 25 0 1 0 888793591 1639469056 397635 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 400261 397635 684 1178 0 399079 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 1601044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26275
/proc/meminfo: memFree=27687936/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1660648 CPUtime=1482.32 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 414956 0 0 0 144086 4146 0 0 25 0 1 0 888793591 1700503552 412911 33554432000 4194304 9016284 140734986319248 18446744073709551615 4347574 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 415162 412911 684 1178 0 413980 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1660648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26277
/proc/meminfo: memFree=27569620/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1716512 CPUtime=1542.32 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 429295 0 0 0 149927 4305 0 0 25 0 1 0 888793591 1757708288 427250 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 429128 427250 684 1178 0 427946 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1716512

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/176 26277
/proc/meminfo: memFree=27450188/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1776708 CPUtime=1602.33 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 444711 0 0 0 155775 4458 0 0 25 0 1 0 888793591 1819348992 442666 33554432000 4194304 9016284 140734986319248 18446744073709551615 7877948 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 444177 442666 684 1178 0 442995 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1776708

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 26279
/proc/meminfo: memFree=27328140/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1838248 CPUtime=1662.33 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 459823 0 0 0 161625 4608 0 0 25 0 1 0 888793591 1882365952 457778 33554432000 4194304 9016284 140734986319248 18446744073709551615 4292468 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 459562 457778 684 1178 0 458380 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1838248

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 26281
/proc/meminfo: memFree=27213528/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1930208 CPUtime=1722.33 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 474962 0 0 0 167474 4759 0 0 25 0 1 0 888793591 1976532992 472917 33554432000 4194304 9016284 140734986319248 18446744073709551615 5325493 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 482552 472917 684 1178 0 481370 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1930208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26283
/proc/meminfo: memFree=27097932/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1986036 CPUtime=1782.33 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 489294 0 0 0 173332 4901 0 0 25 0 1 0 888793591 2033700864 487249 33554432000 4194304 9016284 140734986319248 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26184/statm: 496509 487249 684 1178 0 495327 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1986036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26283
/proc/meminfo: memFree=27069900/32951132 swapFree=67054616/67111528
[pid=26184] ppid=26182 vsize=1997240 CPUtime=1800.04 cores=0,2,4,6
/proc/26184/stat : 26184 (scip-2.0.1.4b_2) R 26182 26184 24772 0 -1 4202496 492185 0 0 0 175066 4938 0 0 25 0 1 0 888793591 2045173760 490140 33554432000 4194304 9016284 140734986319248 18446744073709551615 4897739 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26184/statm: 499310 490140 685 1178 0 498128 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1997240

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): 1750.66
CPU system time (s): 49.4685
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1997240

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

runsolver used 2.74958 second user time and 5.58315 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 07:58:59
IDJOB=3488777
IDBENCH=2893
IDSOLVER=1979
FILE ID=node131/3488777-1307771939
RUNJOBID= node131-1307760515-24790
PBS_JOBID= 13550872
Free space on /tmp= 74056 MiB

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

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=610647430

node131.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.830
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.66
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.830
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.75
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.830
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.83
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30586368 kB
Buffers:        274856 kB
Cached:        1683044 kB
SwapCached:       9824 kB
Active:         648948 kB
Inactive:      1466392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30586368 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           17004 kB
Writeback:          12 kB
AnonPages:      155772 kB
Mapped:          16240 kB
Slab:           184992 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   348916 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74036 MiB
End job on node131 at 2011-06-11 08:29:02