Trace number 3488779

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.15 1800.09

General information on the benchmark

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

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3488779-1307772166.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 |    46 |     - | 386k|   0 |   8 |  70 |  23 |  70 |   8 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   159 |     - | 436k|   0 |  13 |  70 |  24 |  70 |  16 |   8 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   166 |     - | 467k|   0 |  15 |  70 |  24 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.05	c   0.0s|     1 |     0 |   177 |     - | 483k|   0 |  19 |  70 |  24 |  70 |  25 |  17 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.05	c   0.1s|     1 |     0 |   183 |     - | 487k|   0 |  19 |  70 |  24 |  70 |  26 |  18 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.06	c   0.1s|     1 |     0 |   186 |     - | 492k|   0 |  21 |  70 |  24 |  70 |  28 |  20 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     2 |   186 |     - | 493k|   0 |  21 |  70 |  24 |  70 |  28 |  20 |  15 |  10 | 0.000000e+00 |      --      |    Inf 
1.69/1.74	c   1.7s| 10000 |  5588 | 30150 |   3.0 |4217k|  61 |   8 |  70 |2183 |  70 |  21 |  20 |2663 | 622 | 0.000000e+00 |      --      |    Inf 
3.30/3.35	c   3.3s| 20000 | 10536 | 60356 |   3.0 |6936k|  61 |   8 |  70 |1622 |  70 |  21 |  20 |5647 | 856 | 0.000000e+00 |      --      |    Inf 
4.79/4.87	c   4.9s| 30000 | 14962 | 91478 |   3.0 |9526k|  61 |   - |  70 |1507 |  70 |  21 |  20 |8941 |1043 | 0.000000e+00 |      --      |    Inf 
6.29/6.39	c   6.4s| 40000 | 19152 |122484 |   3.1 |  12M|  61 |   8 |  70 |1646 |  70 |  21 |  20 |  12k|1202 | 0.000000e+00 |      --      |    Inf 
7.89/7.93	c   7.9s| 50000 | 23027 |154031 |   3.1 |  14M|  62 |   - |  70 |1909 |  70 |  21 |  20 |  16k|1330 | 0.000000e+00 |      --      |    Inf 
9.39/9.48	c   9.5s| 60000 | 26752 |185885 |   3.1 |  17M|  62 |   8 |  70 |2469 |  70 |  21 |  20 |  19k|1436 | 0.000000e+00 |      --      |    Inf 
11.00/11.06	c  11.1s| 70000 | 30526 |218201 |   3.1 |  20M|  62 |   8 |  70 |2541 |  70 |  21 |  20 |  23k|1547 | 0.000000e+00 |      --      |    Inf 
12.59/12.66	c  12.7s| 80000 | 34086 |250006 |   3.1 |  22M|  62 |   8 |  70 |2226 |  70 |  21 |  20 |  27k|1638 | 0.000000e+00 |      --      |    Inf 
14.20/14.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.20/14.22	c  14.2s| 90000 | 37599 |281715 |   3.1 |  25M|  63 |   8 |  70 |2957 |  70 |  21 |  20 |  31k|1714 | 0.000000e+00 |      --      |    Inf 
15.79/15.84	c  15.8s|100000 | 41312 |313321 |   3.1 |  27M|  63 |   8 |  70 |2379 |  70 |  21 |  20 |  35k|1799 | 0.000000e+00 |      --      |    Inf 
17.39/17.43	c  17.4s|110000 | 44815 |345323 |   3.1 |  30M|  63 |   8 |  70 |2567 |  70 |  21 |  20 |  38k|1862 | 0.000000e+00 |      --      |    Inf 
18.89/18.97	c  19.0s|120000 | 48645 |376474 |   3.1 |  32M|  63 |   8 |  70 |3008 |  70 |  21 |  20 |  42k|1921 | 0.000000e+00 |      --      |    Inf 
20.49/20.55	c  20.6s|130000 | 52292 |408019 |   3.1 |  35M|  63 |   8 |  70 |3174 |  70 |  21 |  20 |  46k|1978 | 0.000000e+00 |      --      |    Inf 
22.09/22.13	c  22.1s|140000 | 56312 |439503 |   3.1 |  38M|  63 |   8 |  70 |3030 |  70 |  21 |  20 |  50k|2025 | 0.000000e+00 |      --      |    Inf 
23.69/23.71	c  23.7s|150000 | 60161 |470824 |   3.1 |  40M|  63 |   - |  70 |2848 |  70 |  21 |  20 |  53k|2058 | 0.000000e+00 |      --      |    Inf 
25.29/25.32	c  25.3s|160000 | 63686 |501931 |   3.1 |  43M|  63 |   - |  70 |3018 |  70 |  21 |  20 |  57k|2106 | 0.000000e+00 |      --      |    Inf 
26.79/26.89	c  26.9s|170000 | 67543 |533695 |   3.1 |  45M|  63 |   - |  70 |3248 |  70 |  21 |  20 |  61k|2160 | 0.000000e+00 |      --      |    Inf 
28.39/28.46	c  28.5s|180000 | 71371 |565269 |   3.1 |  48M|  63 |   8 |  70 |3491 |  70 |  21 |  20 |  65k|2194 | 0.000000e+00 |      --      |    Inf 
29.99/30.07	c  30.1s|190000 | 75075 |596686 |   3.1 |  50M|  63 |   8 |  70 |2961 |  70 |  21 |  20 |  68k|2233 | 0.000000e+00 |      --      |    Inf 
31.69/31.71	c  31.7s|200000 | 78508 |628057 |   3.1 |  53M|  63 |   8 |  70 |2744 |  70 |  21 |  20 |  72k|2274 | 0.000000e+00 |      --      |    Inf 
33.19/33.29	c  33.3s|210000 | 82132 |660364 |   3.1 |  55M|  63 |   8 |  70 |3252 |  70 |  21 |  20 |  76k|2311 | 0.000000e+00 |      --      |    Inf 
34.89/34.93	c  34.9s|220000 | 85696 |692702 |   3.1 |  58M|  63 |   8 |  70 |2865 |  70 |  21 |  20 |  80k|2339 | 0.000000e+00 |      --      |    Inf 
36.50/36.51	c  36.5s|230000 | 89328 |724891 |   3.2 |  60M|  63 |   - |  70 |2984 |  70 |  21 |  20 |  84k|2381 | 0.000000e+00 |      --      |    Inf 
38.09/38.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.09/38.15	c  38.1s|240000 | 92787 |756086 |   3.1 |  63M|  63 |   8 |  70 |3069 |  70 |  21 |  20 |  88k|2417 | 0.000000e+00 |      --      |    Inf 
39.69/39.79	c  39.8s|250000 | 96167 |787413 |   3.1 |  65M|  63 |   8 |  70 |2989 |  70 |  21 |  20 |  92k|2445 | 0.000000e+00 |      --      |    Inf 
41.29/41.33	c  41.3s|260000 |100254 |818871 |   3.1 |  68M|  63 |   - |  70 |3406 |  70 |  21 |  20 |  95k|2476 | 0.000000e+00 |      --      |    Inf 
42.90/42.94	c  42.9s|270000 |103977 |850148 |   3.1 |  71M|  63 |   8 |  70 |3211 |  70 |  21 |  20 |  99k|2504 | 0.000000e+00 |      --      |    Inf 
44.50/44.59	c  44.6s|280000 |107479 |880989 |   3.1 |  73M|  63 |   8 |  70 |2932 |  70 |  21 |  20 | 103k|2521 | 0.000000e+00 |      --      |    Inf 
46.10/46.19	c  46.2s|290000 |111133 |912214 |   3.1 |  76M|  63 |   8 |  70 |2917 |  70 |  21 |  20 | 107k|2539 | 0.000000e+00 |      --      |    Inf 
47.70/47.74	c  47.7s|300000 |115060 |944873 |   3.1 |  78M|  63 |   8 |  70 |3708 |  70 |  21 |  20 | 110k|2552 | 0.000000e+00 |      --      |    Inf 
49.30/49.40	c  49.4s|310000 |118685 |976312 |   3.1 |  81M|  63 |   8 |  70 |2961 |  70 |  21 |  20 | 114k|2565 | 0.000000e+00 |      --      |    Inf 
50.89/50.99	c  51.0s|320000 |122411 |  1007k|   3.1 |  83M|  63 |   8 |  70 |3301 |  70 |  21 |  20 | 118k|2575 | 0.000000e+00 |      --      |    Inf 
52.59/52.61	c  52.6s|330000 |126001 |  1039k|   3.1 |  86M|  63 |   8 |  70 |3316 |  70 |  21 |  20 | 122k|2584 | 0.000000e+00 |      --      |    Inf 
54.20/54.20	c  54.2s|340000 |129657 |  1071k|   3.2 |  88M|  63 |   - |  70 |3185 |  70 |  21 |  20 | 126k|2591 | 0.000000e+00 |      --      |    Inf 
55.69/55.72	c  55.7s|350000 |133826 |  1101k|   3.1 |  91M|  63 |   8 |  70 |3535 |  70 |  21 |  20 | 129k|2605 | 0.000000e+00 |      --      |    Inf 
57.29/57.34	c  57.3s|360000 |137503 |  1132k|   3.1 |  94M|  63 |   - |  70 |3287 |   0 |   0 |  20 | 133k|2613 | 0.000000e+00 |      --      |    Inf 
58.90/58.97	c  59.0s|370000 |141102 |  1164k|   3.1 |  96M|  63 |   8 |  70 |3721 |  70 |  21 |  20 | 137k|2625 | 0.000000e+00 |      --      |    Inf 
60.59/60.60	c  60.6s|380000 |144534 |  1196k|   3.1 |  99M|  63 |   8 |  70 |3585 |  70 |  21 |  20 | 141k|2634 | 0.000000e+00 |      --      |    Inf 
62.19/62.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.19/62.21	c  62.2s|390000 |148166 |  1227k|   3.1 | 101M|  63 |   8 |  70 |4107 |  70 |  21 |  20 | 145k|2654 | 0.000000e+00 |      --      |    Inf 
63.89/63.92	c  63.9s|400000 |151563 |  1259k|   3.1 | 104M|  63 |   8 |  70 |3176 |  70 |  21 |  20 | 149k|2671 | 0.000000e+00 |      --      |    Inf 
65.50/65.57	c  65.6s|410000 |155140 |  1290k|   3.1 | 106M|  63 |   8 |  70 |3335 |  70 |  21 |  20 | 152k|2692 | 0.000000e+00 |      --      |    Inf 
67.20/67.25	c  67.3s|420000 |158443 |  1321k|   3.1 | 109M|  63 |   - |  70 |3277 |  70 |  21 |  20 | 156k|2715 | 0.000000e+00 |      --      |    Inf 
68.80/68.87	c  68.9s|430000 |162086 |  1353k|   3.1 | 111M|  63 |   8 |  70 |3502 |  70 |  21 |  20 | 160k|2728 | 0.000000e+00 |      --      |    Inf 
70.40/70.49	c  70.5s|440000 |165615 |  1385k|   3.1 | 114M|  63 |   8 |  70 |4046 |  70 |  21 |  20 | 164k|2749 | 0.000000e+00 |      --      |    Inf 
72.10/72.19	c  72.2s|450000 |168885 |  1417k|   3.2 | 116M|  63 |   8 |  70 |3444 |  70 |  21 |  20 | 168k|2768 | 0.000000e+00 |      --      |    Inf 
73.79/73.85	c  73.9s|460000 |172274 |  1449k|   3.2 | 119M|  63 |   8 |  70 |3377 |  70 |  21 |  20 | 172k|2791 | 0.000000e+00 |      --      |    Inf 
75.49/75.52	c  75.5s|470000 |175664 |  1480k|   3.1 | 121M|  63 |   8 |  70 |3273 |  70 |  21 |  20 | 176k|2812 | 0.000000e+00 |      --      |    Inf 
77.09/77.13	c  77.1s|480000 |179224 |  1511k|   3.1 | 124M|  63 |   8 |  70 |3274 |  70 |  21 |  20 | 180k|2828 | 0.000000e+00 |      --      |    Inf 
78.69/78.77	c  78.8s|490000 |182632 |  1543k|   3.1 | 126M|  63 |   8 |  70 |3272 |  70 |  21 |  20 | 184k|2840 | 0.000000e+00 |      --      |    Inf 
80.30/80.39	c  80.4s|500000 |186131 |  1574k|   3.1 | 129M|  63 |   8 |  70 |3249 |  70 |  21 |  20 | 188k|2856 | 0.000000e+00 |      --      |    Inf 
82.00/82.02	c  82.0s|510000 |189731 |  1604k|   3.1 | 131M|  63 |   - |  70 |3201 |  70 |  21 |  20 | 192k|2879 | 0.000000e+00 |      --      |    Inf 
83.60/83.63	c  83.6s|520000 |193398 |  1635k|   3.1 | 134M|  63 |   8 |  70 |3518 |  70 |  21 |  20 | 195k|2894 | 0.000000e+00 |      --      |    Inf 
85.19/85.27	c  85.3s|530000 |196935 |  1666k|   3.1 | 136M|  63 |   8 |  70 |3457 |  70 |  21 |  20 | 199k|2907 | 0.000000e+00 |      --      |    Inf 
86.80/86.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.80/86.85	c  86.8s|540000 |200703 |  1697k|   3.1 | 139M|  63 |   8 |  70 |4123 |  70 |  21 |  20 | 203k|2922 | 0.000000e+00 |      --      |    Inf 
88.49/88.54	c  88.5s|550000 |204257 |  1729k|   3.1 | 141M|  63 |   - |  70 |3354 |  70 |  21 |  20 | 207k|2938 | 0.000000e+00 |      --      |    Inf 
90.20/90.21	c  90.2s|560000 |207726 |  1760k|   3.1 | 144M|  63 |   - |  70 |3246 |  70 |  21 |  20 | 211k|2953 | 0.000000e+00 |      --      |    Inf 
91.79/91.83	c  91.8s|570000 |211299 |  1791k|   3.1 | 146M|  63 |   8 |  70 |3496 |  70 |  21 |  20 | 215k|2963 | 0.000000e+00 |      --      |    Inf 
93.39/93.45	c  93.4s|580000 |214955 |  1822k|   3.1 | 149M|  63 |   - |  70 |3565 |  70 |  21 |  20 | 219k|2973 | 0.000000e+00 |      --      |    Inf 
94.99/95.08	c  95.1s|590000 |218789 |  1854k|   3.1 | 151M|  63 |   - |  70 |3414 |   0 |   0 |  20 | 222k|2989 | 0.000000e+00 |      --      |    Inf 
96.70/96.73	c  96.7s|600000 |222200 |  1885k|   3.1 | 154M|  63 |   8 |  70 |3493 |  70 |  21 |  20 | 226k|3004 | 0.000000e+00 |      --      |    Inf 
98.29/98.37	c  98.4s|610000 |225624 |  1916k|   3.1 | 157M|  63 |   - |  70 |3927 |  70 |  21 |  20 | 230k|3018 | 0.000000e+00 |      --      |    Inf 
100.00/100.09	c   100s|620000 |228832 |  1947k|   3.1 | 159M|  63 |   - |  70 |3593 |  70 |  21 |  20 | 234k|3033 | 0.000000e+00 |      --      |    Inf 
101.70/101.71	c   102s|630000 |232465 |  1979k|   3.1 | 162M|  63 |   - |  70 |4107 |  70 |  21 |  20 | 238k|3039 | 0.000000e+00 |      --      |    Inf 
103.19/103.28	c   103s|640000 |236457 |  2011k|   3.1 | 164M|  63 |   - |  70 |4549 |  70 |  21 |  20 | 242k|3048 | 0.000000e+00 |      --      |    Inf 
104.89/104.92	c   105s|650000 |240200 |  2041k|   3.1 | 167M|  63 |   8 |  70 |4235 |  70 |  21 |  20 | 246k|3061 | 0.000000e+00 |      --      |    Inf 
106.49/106.59	c   107s|660000 |243784 |  2072k|   3.1 | 169M|  63 |   8 |  70 |4231 |  70 |  21 |  20 | 249k|3076 | 0.000000e+00 |      --      |    Inf 
108.19/108.27	c   108s|670000 |247321 |  2103k|   3.1 | 172M|  63 |   - |  70 |4078 |   0 |   0 |  20 | 253k|3085 | 0.000000e+00 |      --      |    Inf 
109.90/109.99	c   110s|680000 |250707 |  2134k|   3.1 | 174M|  63 |   8 |  70 |3453 |  70 |  21 |  20 | 257k|3094 | 0.000000e+00 |      --      |    Inf 
111.59/111.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.59/111.65	c   112s|690000 |254132 |  2166k|   3.1 | 177M|  63 |   8 |  70 |3914 |  70 |  21 |  20 | 261k|3103 | 0.000000e+00 |      --      |    Inf 
113.30/113.34	c   113s|700000 |257517 |  2196k|   3.1 | 179M|  63 |   8 |  70 |3920 |  70 |  21 |  20 | 265k|3118 | 0.000000e+00 |      --      |    Inf 
114.89/114.95	c   115s|710000 |261380 |  2228k|   3.1 | 182M|  63 |   8 |  70 |4381 |  70 |  21 |  20 | 269k|3128 | 0.000000e+00 |      --      |    Inf 
116.69/116.70	c   117s|720000 |264725 |  2259k|   3.1 | 184M|  63 |   8 |  70 |3972 |  70 |  21 |  20 | 273k|3139 | 0.000000e+00 |      --      |    Inf 
118.40/118.44	c   118s|730000 |268098 |  2290k|   3.1 | 186M|  63 |   8 |  70 |3617 |  70 |  21 |  20 | 277k|3154 | 0.000000e+00 |      --      |    Inf 
120.09/120.12	c   120s|740000 |271437 |  2321k|   3.1 | 189M|  63 |   8 |  70 |3786 |  70 |  21 |  20 | 281k|3164 | 0.000000e+00 |      --      |    Inf 
121.70/121.74	c   122s|750000 |275073 |  2352k|   3.1 | 191M|  63 |   - |  70 |4212 |  70 |  21 |  20 | 285k|3176 | 0.000000e+00 |      --      |    Inf 
123.29/123.39	c   123s|760000 |278428 |  2384k|   3.1 | 194M|  63 |   8 |  70 |4816 |  70 |  21 |  20 | 289k|3190 | 0.000000e+00 |      --      |    Inf 
125.10/125.15	c   125s|770000 |281736 |  2416k|   3.1 | 196M|  63 |   8 |  70 |4304 |  70 |  21 |  20 | 293k|3202 | 0.000000e+00 |      --      |    Inf 
126.69/126.77	c   127s|780000 |285483 |  2447k|   3.1 | 199M|  63 |   8 |  70 |4356 |  70 |  21 |  20 | 297k|3209 | 0.000000e+00 |      --      |    Inf 
128.40/128.49	c   128s|790000 |288762 |  2478k|   3.1 | 201M|  63 |   - |  70 |4048 |  70 |  21 |  20 | 301k|3218 | 0.000000e+00 |      --      |    Inf 
130.10/130.18	c   130s|800000 |292198 |  2510k|   3.1 | 204M|  63 |   8 |  70 |4230 |  70 |  21 |  20 | 305k|3229 | 0.000000e+00 |      --      |    Inf 
131.80/131.88	c   132s|810000 |295367 |  2541k|   3.1 | 206M|  63 |   8 |  70 |4373 |  70 |  21 |  20 | 309k|3242 | 0.000000e+00 |      --      |    Inf 
133.59/133.63	c   134s|820000 |298514 |  2573k|   3.1 | 209M|  63 |   - |  70 |4352 |  70 |  21 |  20 | 313k|3254 | 0.000000e+00 |      --      |    Inf 
135.30/135.38	c   135s|830000 |301817 |  2604k|   3.1 | 211M|  63 |   8 |  70 |3565 |  70 |  21 |  20 | 317k|3266 | 0.000000e+00 |      --      |    Inf 
137.00/137.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
137.00/137.07	c   137s|840000 |305257 |  2635k|   3.1 | 214M|  63 |   8 |  70 |3727 |  70 |  21 |  20 | 321k|3276 | 0.000000e+00 |      --      |    Inf 
138.69/138.79	c   139s|850000 |308519 |  2666k|   3.1 | 216M|  63 |   8 |  70 |3590 |  70 |  21 |  20 | 325k|3290 | 0.000000e+00 |      --      |    Inf 
140.39/140.47	c   140s|860000 |311971 |  2697k|   3.1 | 218M|  63 |   8 |  70 |3777 |  70 |  21 |  20 | 329k|3298 | 0.000000e+00 |      --      |    Inf 
142.09/142.14	c   142s|870000 |315355 |  2728k|   3.1 | 221M|  63 |   8 |  70 |3960 |  70 |  21 |  20 | 333k|3311 | 0.000000e+00 |      --      |    Inf 
143.69/143.76	c   144s|880000 |319055 |  2758k|   3.1 | 224M|  63 |   8 |  70 |4180 |  70 |  21 |  20 | 337k|3314 | 0.000000e+00 |      --      |    Inf 
145.39/145.48	c   145s|890000 |322302 |  2789k|   3.1 | 226M|  63 |   - |  70 |3920 |  70 |  21 |  20 | 341k|3317 | 0.000000e+00 |      --      |    Inf 
147.20/147.22	c   147s|900000 |325507 |  2820k|   3.1 | 228M|  63 |   8 |  70 |4138 |  70 |  21 |  20 | 345k|3322 | 0.000000e+00 |      --      |    Inf 
148.89/148.94	c   149s|910000 |328677 |  2852k|   3.1 | 231M|  63 |   8 |  70 |4193 |  70 |  21 |  20 | 349k|3330 | 0.000000e+00 |      --      |    Inf 
150.50/150.53	c   151s|920000 |332591 |  2883k|   3.1 | 234M|  63 |   8 |  70 |4861 |  70 |  21 |  20 | 353k|3337 | 0.000000e+00 |      --      |    Inf 
152.20/152.29	c   152s|930000 |335841 |  2914k|   3.1 | 236M|  63 |   8 |  70 |3915 |  70 |  21 |  20 | 357k|3341 | 0.000000e+00 |      --      |    Inf 
153.90/153.99	c   154s|940000 |339191 |  2945k|   3.1 | 238M|  63 |   8 |  70 |3962 |  70 |  21 |  20 | 361k|3348 | 0.000000e+00 |      --      |    Inf 
155.59/155.66	c   156s|950000 |342410 |  2977k|   3.1 | 241M|  63 |   - |  70 |4627 |  70 |  21 |  20 | 365k|3354 | 0.000000e+00 |      --      |    Inf 
157.31/157.39	c   157s|960000 |345759 |  3009k|   3.1 | 243M|  63 |   8 |  70 |4173 |  70 |  21 |  20 | 369k|3366 | 0.000000e+00 |      --      |    Inf 
159.00/159.07	c   159s|970000 |349110 |  3040k|   3.1 | 246M|  63 |   8 |  70 |4438 |  70 |  21 |  20 | 373k|3373 | 0.000000e+00 |      --      |    Inf 
160.69/160.71	c   161s|980000 |352876 |  3072k|   3.1 | 248M|  63 |   8 |  70 |4512 |  70 |  21 |  20 | 377k|3379 | 0.000000e+00 |      --      |    Inf 
162.40/162.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.40/162.44	c   162s|990000 |355900 |  3103k|   3.1 | 251M|  63 |   8 |  70 |4548 |  70 |  21 |  20 | 381k|3390 | 0.000000e+00 |      --      |    Inf 
164.20/164.24	c   164s|  1000k|359049 |  3135k|   3.1 | 253M|  63 |   8 |  70 |3994 |  70 |  21 |  20 | 385k|3401 | 0.000000e+00 |      --      |    Inf 
165.89/165.95	c   166s|  1010k|362297 |  3166k|   3.1 | 256M|  63 |   8 |  70 |4097 |  70 |  21 |  20 | 389k|3412 | 0.000000e+00 |      --      |    Inf 
167.60/167.64	c   168s|  1020k|365508 |  3197k|   3.1 | 258M|  63 |   - |  70 |4394 |  70 |  21 |  20 | 394k|3422 | 0.000000e+00 |      --      |    Inf 
169.30/169.35	c   169s|  1030k|368740 |  3229k|   3.1 | 261M|  63 |   8 |  70 |4633 |  70 |  21 |  20 | 398k|3431 | 0.000000e+00 |      --      |    Inf 
171.09/171.12	c   171s|  1040k|371998 |  3260k|   3.1 | 263M|  63 |   - |  70 |4133 |  70 |  21 |  20 | 402k|3443 | 0.000000e+00 |      --      |    Inf 
172.79/172.87	c   173s|  1050k|375206 |  3291k|   3.1 | 265M|  63 |   8 |  70 |3898 |  70 |  21 |  20 | 406k|3452 | 0.000000e+00 |      --      |    Inf 
174.49/174.58	c   175s|  1060k|378454 |  3323k|   3.1 | 268M|  63 |   8 |  70 |3932 |  70 |  21 |  20 | 410k|3461 | 0.000000e+00 |      --      |    Inf 
176.30/176.34	c   176s|  1070k|381639 |  3354k|   3.1 | 270M|  63 |   - |  70 |4002 |  70 |  21 |  20 | 414k|3471 | 0.000000e+00 |      --      |    Inf 
177.89/177.99	c   178s|  1080k|385184 |  3385k|   3.1 | 273M|  63 |   - |  70 |4674 |  70 |  21 |  20 | 418k|3479 | 0.000000e+00 |      --      |    Inf 
179.70/179.73	c   180s|  1090k|388417 |  3417k|   3.1 | 275M|  63 |   8 |  70 |4955 |  70 |  21 |  20 | 422k|3479 | 0.000000e+00 |      --      |    Inf 
181.40/181.49	c   181s|  1100k|391620 |  3448k|   3.1 | 278M|  63 |   8 |  70 |4486 |  70 |  21 |  20 | 426k|3483 | 0.000000e+00 |      --      |    Inf 
183.10/183.17	c   183s|  1110k|395093 |  3479k|   3.1 | 280M|  63 |   8 |  70 |4337 |  70 |  21 |  20 | 430k|3491 | 0.000000e+00 |      --      |    Inf 
184.90/184.94	c   185s|  1120k|398367 |  3510k|   3.1 | 283M|  63 |   8 |  70 |4061 |  70 |  21 |  20 | 434k|3499 | 0.000000e+00 |      --      |    Inf 
186.69/186.70	c   187s|  1130k|401486 |  3542k|   3.1 | 285M|  63 |   8 |  70 |4244 |  70 |  21 |  20 | 438k|3511 | 0.000000e+00 |      --      |    Inf 
188.30/188.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.30/188.34	c   188s|  1140k|405243 |  3572k|   3.1 | 288M|  63 |   8 |  70 |4865 |  70 |  21 |  20 | 442k|3518 | 0.000000e+00 |      --      |    Inf 
190.10/190.14	c   190s|  1150k|408319 |  3604k|   3.1 | 290M|  63 |   8 |  70 |4104 |  70 |  21 |  20 | 446k|3524 | 0.000000e+00 |      --      |    Inf 
191.90/191.90	c   192s|  1160k|411548 |  3635k|   3.1 | 293M|  63 |   8 |  70 |4277 |  70 |  21 |  20 | 450k|3533 | 0.000000e+00 |      --      |    Inf 
193.60/193.69	c   194s|  1170k|414699 |  3666k|   3.1 | 295M|  63 |   - |  70 |4010 |  70 |  21 |  20 | 455k|3543 | 0.000000e+00 |      --      |    Inf 
195.40/195.43	c   195s|  1180k|417890 |  3698k|   3.1 | 297M|  63 |   8 |  70 |4113 |  70 |  21 |  20 | 459k|3550 | 0.000000e+00 |      --      |    Inf 
197.10/197.11	c   197s|  1190k|421111 |  3730k|   3.1 | 300M|  63 |   - |  70 |4411 |  70 |  21 |  20 | 463k|3558 | 0.000000e+00 |      --      |    Inf 
198.80/198.88	c   199s|  1200k|424409 |  3760k|   3.1 | 302M|  63 |   8 |  70 |4306 |  70 |  21 |  20 | 467k|3565 | 0.000000e+00 |      --      |    Inf 
200.60/200.63	c   201s|  1210k|427701 |  3791k|   3.1 | 305M|  63 |   - |  70 |4314 |  70 |  21 |  20 | 471k|3577 | 0.000000e+00 |      --      |    Inf 
202.30/202.38	c   202s|  1220k|430755 |  3822k|   3.1 | 307M|  63 |   - |  70 |4468 |  70 |  21 |  20 | 475k|3588 | 0.000000e+00 |      --      |    Inf 
204.00/204.05	c   204s|  1230k|434054 |  3852k|   3.1 | 310M|  63 |   - |  70 |4818 |  70 |  21 |  20 | 479k|3588 | 0.000000e+00 |      --      |    Inf 
205.70/205.79	c   206s|  1240k|437236 |  3885k|   3.1 | 312M|  63 |   8 |  70 |4777 |  70 |  21 |  20 | 483k|3588 | 0.000000e+00 |      --      |    Inf 
207.50/207.51	c   208s|  1250k|440629 |  3915k|   3.1 | 315M|  63 |   8 |  70 |4504 |  70 |  21 |  20 | 487k|3591 | 0.000000e+00 |      --      |    Inf 
209.20/209.25	c   209s|  1260k|443780 |  3947k|   3.1 | 317M|  63 |   8 |  70 |4324 |  70 |  21 |  20 | 491k|3599 | 0.000000e+00 |      --      |    Inf 
210.90/210.92	c   211s|  1270k|447125 |  3978k|   3.1 | 320M|  63 |   - |  70 |5200 |  70 |  21 |  20 | 495k|3603 | 0.000000e+00 |      --      |    Inf 
212.70/212.76	c   213s|  1280k|450243 |  4010k|   3.1 | 322M|  63 |   8 |  70 |4549 |  70 |  21 |  20 | 499k|3603 | 0.000000e+00 |      --      |    Inf 
214.50/214.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.50/214.54	c   215s|  1290k|453362 |  4040k|   3.1 | 324M|  63 |   8 |  70 |4343 |  70 |  21 |  20 | 504k|3603 | 0.000000e+00 |      --      |    Inf 
216.30/216.37	c   216s|  1300k|456338 |  4072k|   3.1 | 327M|  63 |   - |  70 |4161 |  70 |  21 |  20 | 508k|3603 | 0.000000e+00 |      --      |    Inf 
218.10/218.11	c   218s|  1310k|459645 |  4102k|   3.1 | 329M|  63 |   8 |  70 |3985 |  70 |  21 |  20 | 512k|3603 | 0.000000e+00 |      --      |    Inf 
219.80/219.87	c   220s|  1320k|462828 |  4133k|   3.1 | 332M|  63 |   - |  70 |3747 |  70 |  21 |  20 | 516k|3611 | 0.000000e+00 |      --      |    Inf 
221.50/221.59	c   222s|  1330k|466046 |  4164k|   3.1 | 334M|  63 |   8 |  70 |3922 |  70 |  21 |  20 | 520k|3618 | 0.000000e+00 |      --      |    Inf 
223.20/223.23	c   223s|  1340k|469509 |  4195k|   3.1 | 337M|  63 |   - |  70 |5059 |  70 |  21 |  20 | 524k|3626 | 0.000000e+00 |      --      |    Inf 
224.79/224.86	c   225s|  1350k|473275 |  4227k|   3.1 | 339M|  63 |   8 |  70 |4832 |  70 |  21 |  20 | 528k|3626 | 0.000000e+00 |      --      |    Inf 
226.60/226.62	c   227s|  1360k|476442 |  4257k|   3.1 | 342M|  63 |   8 |  70 |4874 |  70 |  21 |  20 | 532k|3626 | 0.000000e+00 |      --      |    Inf 
228.40/228.41	c   228s|  1370k|479706 |  4288k|   3.1 | 344M|  63 |   - |  70 |4180 |  70 |  21 |  20 | 536k|3626 | 0.000000e+00 |      --      |    Inf 
230.10/230.14	c   230s|  1380k|482981 |  4319k|   3.1 | 346M|  63 |   - |  70 |4663 |   0 |   0 |  20 | 540k|3626 | 0.000000e+00 |      --      |    Inf 
231.80/231.82	c   232s|  1390k|486511 |  4350k|   3.1 | 349M|  63 |   8 |  70 |5249 |  70 |  21 |  20 | 544k|3626 | 0.000000e+00 |      --      |    Inf 
233.40/233.49	c   233s|  1400k|490177 |  4382k|   3.1 | 352M|  63 |   - |  70 |5665 |  70 |  21 |  20 | 548k|3626 | 0.000000e+00 |      --      |    Inf 
235.20/235.27	c   235s|  1410k|493415 |  4414k|   3.1 | 354M|  63 |   - |  70 |4999 |  70 |  21 |  20 | 552k|3626 | 0.000000e+00 |      --      |    Inf 
237.00/237.04	c   237s|  1420k|496703 |  4446k|   3.1 | 356M|  63 |   8 |  70 |4519 |  70 |  21 |  20 | 556k|3626 | 0.000000e+00 |      --      |    Inf 
238.80/238.80	c   239s|  1430k|499861 |  4477k|   3.1 | 359M|  63 |   8 |  70 |4636 |  70 |  21 |  20 | 560k|3626 | 0.000000e+00 |      --      |    Inf 
240.60/240.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.60/240.66	c   241s|  1440k|502945 |  4509k|   3.1 | 361M|  63 |   8 |  70 |4180 |  70 |  21 |  20 | 564k|3626 | 0.000000e+00 |      --      |    Inf 
242.20/242.26	c   242s|  1450k|506481 |  4540k|   3.1 | 364M|  63 |   8 |  70 |5366 |  70 |  21 |  20 | 568k|3626 | 0.000000e+00 |      --      |    Inf 
243.99/244.00	c   244s|  1460k|509638 |  4572k|   3.1 | 366M|  63 |   8 |  70 |4800 |  70 |  21 |  20 | 572k|3626 | 0.000000e+00 |      --      |    Inf 
245.70/245.77	c   246s|  1470k|512944 |  4603k|   3.1 | 369M|  63 |   - |  70 |4307 |  70 |  21 |  20 | 577k|3626 | 0.000000e+00 |      --      |    Inf 
247.50/247.54	c   248s|  1480k|516027 |  4634k|   3.1 | 371M|  63 |   8 |  70 |4208 |  70 |  21 |  20 | 581k|3626 | 0.000000e+00 |      --      |    Inf 
249.00/249.06	c   249s|  1490k|520644 |  4665k|   3.1 | 374M|  63 |   8 |  70 |5574 |  70 |  21 |  20 | 584k|3626 | 0.000000e+00 |      --      |    Inf 
250.71/250.79	c   251s|  1500k|524467 |  4696k|   3.1 | 376M|  63 |   8 |  70 |4857 |  70 |  21 |  20 | 588k|3626 | 0.000000e+00 |      --      |    Inf 
252.60/252.61	c   253s|  1510k|527549 |  4727k|   3.1 | 379M|  63 |   8 |  70 |4642 |  70 |  21 |  20 | 592k|3626 | 0.000000e+00 |      --      |    Inf 
254.30/254.39	c   254s|  1520k|530608 |  4758k|   3.1 | 381M|  63 |   8 |  70 |4541 |  70 |  21 |  20 | 596k|3626 | 0.000000e+00 |      --      |    Inf 
256.10/256.15	c   256s|  1530k|533954 |  4790k|   3.1 | 384M|  63 |   8 |  70 |4678 |  70 |  21 |  20 | 600k|3626 | 0.000000e+00 |      --      |    Inf 
257.90/257.91	c   258s|  1540k|537184 |  4822k|   3.1 | 386M|  63 |   8 |  70 |4665 |  70 |  21 |  20 | 604k|3626 | 0.000000e+00 |      --      |    Inf 
259.60/259.66	c   260s|  1550k|540360 |  4853k|   3.1 | 388M|  63 |   8 |  70 |4971 |  70 |  21 |  20 | 608k|3626 | 0.000000e+00 |      --      |    Inf 
261.40/261.48	c   261s|  1560k|543463 |  4884k|   3.1 | 391M|  63 |   8 |  70 |4799 |  70 |  21 |  20 | 612k|3626 | 0.000000e+00 |      --      |    Inf 
263.30/263.31	c   263s|  1570k|546648 |  4915k|   3.1 | 393M|  63 |   - |  70 |4776 |  70 |  21 |  20 | 616k|3626 | 0.000000e+00 |      --      |    Inf 
265.11/265.11	c   265s|  1580k|549787 |  4946k|   3.1 | 396M|  63 |   8 |  70 |4856 |  70 |  21 |  20 | 621k|3626 | 0.000000e+00 |      --      |    Inf 
266.90/266.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
266.90/266.91	c   267s|  1590k|552960 |  4978k|   3.1 | 398M|  63 |   8 |  70 |5111 |  70 |  21 |  20 | 625k|3626 | 0.000000e+00 |      --      |    Inf 
268.70/268.74	c   269s|  1600k|556338 |  5009k|   3.1 | 400M|  63 |   8 |  70 |4667 |  70 |  21 |  20 | 629k|3626 | 0.000000e+00 |      --      |    Inf 
270.50/270.55	c   271s|  1610k|559335 |  5040k|   3.1 | 403M|  63 |   - |  70 |4346 |  70 |  21 |  20 | 633k|3626 | 0.000000e+00 |      --      |    Inf 
272.30/272.31	c   272s|  1620k|562577 |  5071k|   3.1 | 405M|  63 |   - |  70 |4741 |  70 |  21 |  20 | 637k|3626 | 0.000000e+00 |      --      |    Inf 
274.10/274.10	c   274s|  1630k|565915 |  5101k|   3.1 | 408M|  63 |   8 |  70 |4370 |  70 |  21 |  20 | 641k|3626 | 0.000000e+00 |      --      |    Inf 
275.70/275.77	c   276s|  1640k|569548 |  5132k|   3.1 | 410M|  63 |   8 |  70 |4849 |  70 |  21 |  20 | 645k|3626 | 0.000000e+00 |      --      |    Inf 
277.40/277.44	c   277s|  1650k|573044 |  5163k|   3.1 | 413M|  63 |   8 |  70 |5287 |  70 |  21 |  20 | 649k|3626 | 0.000000e+00 |      --      |    Inf 
279.20/279.24	c   279s|  1660k|575961 |  5195k|   3.1 | 415M|  63 |   - |  70 |5304 |  70 |  21 |  20 | 653k|3626 | 0.000000e+00 |      --      |    Inf 
281.10/281.10	c   281s|  1670k|579234 |  5226k|   3.1 | 418M|  63 |   8 |  70 |4943 |  70 |  21 |  20 | 657k|3626 | 0.000000e+00 |      --      |    Inf 
282.80/282.89	c   283s|  1680k|582531 |  5258k|   3.1 | 420M|  63 |   - |  70 |4505 |  70 |  21 |  20 | 662k|3626 | 0.000000e+00 |      --      |    Inf 
284.70/284.78	c   285s|  1690k|585427 |  5289k|   3.1 | 422M|  63 |   8 |  70 |4032 |  70 |  21 |  20 | 666k|3626 | 0.000000e+00 |      --      |    Inf 
286.50/286.58	c   287s|  1700k|588216 |  5320k|   3.1 | 425M|  63 |   8 |  70 |4213 |  70 |  21 |  20 | 670k|3626 | 0.000000e+00 |      --      |    Inf 
288.21/288.23	c   288s|  1710k|591801 |  5352k|   3.1 | 427M|  63 |   8 |  70 |5351 |  70 |  21 |  20 | 674k|3626 | 0.000000e+00 |      --      |    Inf 
289.80/289.82	c   290s|  1720k|595749 |  5382k|   3.1 | 430M|  63 |   8 |  70 |6508 |  70 |  21 |  20 | 678k|3626 | 0.000000e+00 |      --      |    Inf 
291.60/291.69	c   292s|  1730k|599006 |  5413k|   3.1 | 432M|  63 |   - |  70 |5153 |  70 |  21 |  20 | 682k|3626 | 0.000000e+00 |      --      |    Inf 
293.30/293.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.30/293.39	c   293s|  1740k|602562 |  5445k|   3.1 | 435M|  63 |   8 |  70 |6194 |  70 |  21 |  20 | 686k|3626 | 0.000000e+00 |      --      |    Inf 
295.20/295.26	c   295s|  1750k|605564 |  5476k|   3.1 | 437M|  63 |   - |  70 |5040 |  70 |  21 |  20 | 690k|3626 | 0.000000e+00 |      --      |    Inf 
297.00/297.09	c   297s|  1760k|608681 |  5507k|   3.1 | 440M|  63 |   8 |  70 |4630 |  70 |  21 |  20 | 694k|3626 | 0.000000e+00 |      --      |    Inf 
298.90/298.96	c   299s|  1770k|611644 |  5539k|   3.1 | 442M|  63 |   8 |  70 |4446 |  70 |  21 |  20 | 698k|3626 | 0.000000e+00 |      --      |    Inf 
300.70/300.79	c   301s|  1780k|614659 |  5570k|   3.1 | 445M|  63 |   - |  70 |4619 |  70 |  21 |  20 | 702k|3626 | 0.000000e+00 |      --      |    Inf 
302.51/302.59	c   303s|  1790k|618007 |  5602k|   3.1 | 447M|  63 |   8 |  70 |4920 |  70 |  21 |  20 | 706k|3626 | 0.000000e+00 |      --      |    Inf 
304.41/304.42	c   304s|  1800k|621099 |  5632k|   3.1 | 450M|  63 |   - |  70 |4679 |  70 |  21 |  20 | 710k|3626 | 0.000000e+00 |      --      |    Inf 
306.20/306.24	c   306s|  1810k|624354 |  5664k|   3.1 | 452M|  63 |   8 |  70 |4638 |  70 |  21 |  20 | 715k|3626 | 0.000000e+00 |      --      |    Inf 
308.01/308.06	c   308s|  1820k|627425 |  5696k|   3.1 | 454M|  63 |   8 |  70 |4854 |  70 |  21 |  20 | 719k|3626 | 0.000000e+00 |      --      |    Inf 
309.80/309.88	c   310s|  1830k|630558 |  5727k|   3.1 | 457M|  63 |   8 |  70 |5074 |  70 |  21 |  20 | 723k|3626 | 0.000000e+00 |      --      |    Inf 
311.60/311.65	c   312s|  1840k|633770 |  5758k|   3.1 | 459M|  63 |   8 |  70 |5262 |  70 |  21 |  20 | 727k|3626 | 0.000000e+00 |      --      |    Inf 
313.41/313.47	c   313s|  1850k|636972 |  5790k|   3.1 | 462M|  63 |   8 |  70 |5177 |  70 |  21 |  20 | 731k|3626 | 0.000000e+00 |      --      |    Inf 
315.30/315.33	c   315s|  1860k|639915 |  5821k|   3.1 | 464M|  63 |   - |  70 |4988 |  70 |  21 |  20 | 735k|3626 | 0.000000e+00 |      --      |    Inf 
317.20/317.29	c   317s|  1870k|642766 |  5854k|   3.1 | 466M|  63 |   8 |  70 |4490 |  70 |  21 |  20 | 740k|3626 | 0.000000e+00 |      --      |    Inf 
319.01/319.09	c   319s|  1880k|645956 |  5885k|   3.1 | 469M|  63 |   8 |  70 |4366 |  70 |  21 |  20 | 744k|3626 | 0.000000e+00 |      --      |    Inf 
320.80/320.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
320.80/320.89	c   321s|  1890k|649096 |  5916k|   3.1 | 471M|  63 |   - |  70 |4441 |  70 |  21 |  20 | 748k|3626 | 0.000000e+00 |      --      |    Inf 
322.70/322.73	c   323s|  1900k|652068 |  5947k|   3.1 | 474M|  63 |   8 |  70 |5006 |  70 |  21 |  20 | 752k|3627 | 0.000000e+00 |      --      |    Inf 
324.50/324.57	c   325s|  1910k|655224 |  5979k|   3.1 | 476M|  63 |   8 |  70 |4427 |  70 |  21 |  20 | 756k|3639 | 0.000000e+00 |      --      |    Inf 
326.20/326.29	c   326s|  1920k|658557 |  6011k|   3.1 | 479M|  63 |   8 |  70 |5525 |  70 |  21 |  20 | 760k|3644 | 0.000000e+00 |      --      |    Inf 
328.10/328.14	c   328s|  1930k|661761 |  6042k|   3.1 | 481M|  63 |   8 |  70 |5124 |  70 |  21 |  20 | 764k|3646 | 0.000000e+00 |      --      |    Inf 
329.90/329.96	c   330s|  1940k|664876 |  6074k|   3.1 | 484M|  63 |   8 |  70 |5446 |  70 |  21 |  20 | 769k|3646 | 0.000000e+00 |      --      |    Inf 
331.70/331.78	c   332s|  1950k|668081 |  6105k|   3.1 | 486M|  63 |   8 |  70 |5143 |  70 |  21 |  20 | 773k|3646 | 0.000000e+00 |      --      |    Inf 
333.50/333.53	c   334s|  1960k|671403 |  6135k|   3.1 | 488M|  63 |   8 |  70 |5029 |  70 |  21 |  20 | 777k|3646 | 0.000000e+00 |      --      |    Inf 
335.30/335.30	c   335s|  1970k|674575 |  6167k|   3.1 | 491M|  63 |   8 |  70 |5494 |  70 |  21 |  20 | 781k|3646 | 0.000000e+00 |      --      |    Inf 
337.10/337.12	c   337s|  1980k|677717 |  6198k|   3.1 | 493M|  63 |   - |  70 |5147 |  70 |  21 |  20 | 785k|3646 | 0.000000e+00 |      --      |    Inf 
339.00/339.01	c   339s|  1990k|680833 |  6229k|   3.1 | 496M|  63 |   8 |  70 |4262 |  70 |  21 |  20 | 789k|3646 | 0.000000e+00 |      --      |    Inf 
340.80/340.87	c   341s|  2000k|683923 |  6261k|   3.1 | 498M|  63 |   - |  70 |4011 |  70 |  21 |  20 | 793k|3647 | 0.000000e+00 |      --      |    Inf 
342.70/342.73	c   343s|  2010k|686907 |  6292k|   3.1 | 500M|  63 |   8 |  70 |4309 |  70 |  21 |  20 | 798k|3655 | 0.000000e+00 |      --      |    Inf 
344.50/344.54	c   345s|  2020k|689965 |  6323k|   3.1 | 503M|  63 |   8 |  70 |4463 |  70 |  21 |  20 | 802k|3661 | 0.000000e+00 |      --      |    Inf 
346.30/346.35	c   346s|  2030k|693170 |  6355k|   3.1 | 505M|  63 |   - |  70 |4423 |  70 |  21 |  20 | 806k|3669 | 0.000000e+00 |      --      |    Inf 
348.01/348.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.01/348.00	c   348s|  2040k|696749 |  6387k|   3.1 | 508M|  63 |   8 |  70 |5624 |  70 |  21 |  20 | 810k|3675 | 0.000000e+00 |      --      |    Inf 
349.60/349.69	c   350s|  2050k|700150 |  6418k|   3.1 | 511M|  63 |   8 |  70 |7025 |  70 |  21 |  20 | 814k|3682 | 0.000000e+00 |      --      |    Inf 
351.60/351.63	c   352s|  2060k|703001 |  6450k|   3.1 | 513M|  63 |   8 |  70 |5689 |  70 |  21 |  20 | 818k|3682 | 0.000000e+00 |      --      |    Inf 
353.20/353.29	c   353s|  2070k|706665 |  6482k|   3.1 | 516M|  63 |   8 |  70 |6498 |  70 |  21 |  20 | 822k|3682 | 0.000000e+00 |      --      |    Inf 
355.10/355.20	c   355s|  2080k|709701 |  6513k|   3.1 | 518M|  63 |   - |  70 |5465 |  70 |  21 |  20 | 826k|3682 | 0.000000e+00 |      --      |    Inf 
357.11/357.10	c   357s|  2090k|712888 |  6544k|   3.1 | 520M|  63 |   8 |  70 |5289 |  70 |  21 |  20 | 830k|3682 | 0.000000e+00 |      --      |    Inf 
358.80/358.89	c   359s|  2100k|716045 |  6576k|   3.1 | 523M|  63 |   8 |  70 |5620 |  70 |  21 |  20 | 834k|3682 | 0.000000e+00 |      --      |    Inf 
360.60/360.68	c   361s|  2110k|719346 |  6607k|   3.1 | 525M|  63 |   8 |  70 |5557 |  70 |  21 |  20 | 838k|3682 | 0.000000e+00 |      --      |    Inf 
362.50/362.53	c   363s|  2120k|722379 |  6639k|   3.1 | 528M|  63 |   - |  70 |5588 |  70 |  21 |  20 | 842k|3682 | 0.000000e+00 |      --      |    Inf 
364.40/364.42	c   364s|  2130k|725642 |  6669k|   3.1 | 530M|  63 |   8 |  70 |5207 |  70 |  21 |  20 | 847k|3682 | 0.000000e+00 |      --      |    Inf 
366.31/366.32	c   366s|  2140k|728867 |  6700k|   3.1 | 532M|  63 |   8 |  70 |4797 |  70 |  21 |  20 | 851k|3682 | 0.000000e+00 |      --      |    Inf 
367.90/367.94	c   368s|  2150k|732917 |  6731k|   3.1 | 535M|  63 |   8 |  70 |5618 |  70 |  21 |  20 | 854k|3682 | 0.000000e+00 |      --      |    Inf 
369.51/369.56	c   370s|  2160k|737096 |  6763k|   3.1 | 538M|  63 |   8 |  70 |6865 |  70 |  21 |  20 | 858k|3682 | 0.000000e+00 |      --      |    Inf 
371.30/371.32	c   371s|  2170k|741134 |  6793k|   3.1 | 541M|  63 |   8 |  70 |6545 |  70 |  21 |  20 | 861k|3682 | 0.000000e+00 |      --      |    Inf 
373.10/373.19	c   373s|  2180k|744262 |  6824k|   3.1 | 543M|  63 |   8 |  70 |5563 |  70 |  21 |  20 | 865k|3682 | 0.000000e+00 |      --      |    Inf 
375.10/375.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.10/375.10	c   375s|  2190k|747324 |  6856k|   3.1 | 545M|  63 |   - |  70 |5406 |  70 |  21 |  20 | 869k|3682 | 0.000000e+00 |      --      |    Inf 
376.80/376.83	c   377s|  2200k|750584 |  6888k|   3.1 | 548M|  63 |   8 |  70 |6148 |  70 |  21 |  20 | 873k|3682 | 0.000000e+00 |      --      |    Inf 
378.81/378.83	c   379s|  2210k|753708 |  6918k|   3.1 | 550M|  63 |   8 |  70 |5077 |  70 |  21 |  20 | 878k|3682 | 0.000000e+00 |      --      |    Inf 
380.61/380.69	c   381s|  2220k|756713 |  6950k|   3.1 | 552M|  63 |   - |  70 |5188 |   0 |   0 |  20 | 882k|3682 | 0.000000e+00 |      --      |    Inf 
382.40/382.40	c   382s|  2230k|759957 |  6982k|   3.1 | 555M|  63 |   - |  70 |5849 |  70 |  21 |  20 | 886k|3682 | 0.000000e+00 |      --      |    Inf 
384.30/384.30	c   384s|  2240k|763208 |  7012k|   3.1 | 557M|  63 |   8 |  70 |5214 |  70 |  21 |  20 | 890k|3682 | 0.000000e+00 |      --      |    Inf 
386.11/386.14	c   386s|  2250k|766317 |  7044k|   3.1 | 560M|  63 |   8 |  70 |5686 |  70 |  21 |  20 | 894k|3682 | 0.000000e+00 |      --      |    Inf 
387.90/387.97	c   388s|  2260k|769756 |  7075k|   3.1 | 562M|  63 |   8 |  70 |6260 |  70 |  21 |  20 | 898k|3682 | 0.000000e+00 |      --      |    Inf 
389.81/389.84	c   390s|  2270k|773112 |  7107k|   3.1 | 565M|  63 |   8 |  70 |5461 |  70 |  21 |  20 | 902k|3682 | 0.000000e+00 |      --      |    Inf 
391.71/391.71	c   392s|  2280k|776238 |  7138k|   3.1 | 567M|  63 |   - |  70 |4942 |  70 |  21 |  20 | 906k|3682 | 0.000000e+00 |      --      |    Inf 
393.41/393.46	c   393s|  2290k|779575 |  7170k|   3.1 | 570M|  63 |   - |  70 |5234 |  70 |  21 |  20 | 910k|3682 | 0.000000e+00 |      --      |    Inf 
395.21/395.29	c   395s|  2300k|782886 |  7201k|   3.1 | 572M|  63 |   8 |  70 |5040 |  70 |  21 |  20 | 914k|3682 | 0.000000e+00 |      --      |    Inf 
397.11/397.15	c   397s|  2310k|785915 |  7232k|   3.1 | 574M|  63 |   8 |  70 |5018 |  70 |  21 |  20 | 918k|3682 | 0.000000e+00 |      --      |    Inf 
398.81/398.84	c   399s|  2320k|789543 |  7265k|   3.1 | 577M|  63 |   - |  70 |6011 |  70 |  21 |  20 | 922k|3682 | 0.000000e+00 |      --      |    Inf 
400.80/400.83	c   401s|  2330k|792431 |  7296k|   3.1 | 579M|  63 |   - |  70 |4562 |  70 |  21 |  20 | 927k|3682 | 0.000000e+00 |      --      |    Inf 
402.70/402.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.70/402.76	c   403s|  2340k|795365 |  7326k|   3.1 | 582M|  63 |   8 |  70 |4245 |  70 |  21 |  20 | 931k|3682 | 0.000000e+00 |      --      |    Inf 
404.50/404.59	c   405s|  2350k|798440 |  7358k|   3.1 | 584M|  63 |   8 |  70 |4538 |  70 |  21 |  20 | 935k|3682 | 0.000000e+00 |      --      |    Inf 
406.31/406.30	c   406s|  2360k|802034 |  7388k|   3.1 | 587M|  63 |   8 |  70 |5464 |  70 |  21 |  20 | 939k|3682 | 0.000000e+00 |      --      |    Inf 
408.21/408.24	c   408s|  2370k|804955 |  7419k|   3.1 | 589M|  63 |   8 |  70 |5177 |  70 |  21 |  20 | 943k|3682 | 0.000000e+00 |      --      |    Inf 
410.11/410.12	c   410s|  2380k|808007 |  7449k|   3.1 | 591M|  63 |   8 |  70 |4691 |  70 |  21 |  20 | 947k|3682 | 0.000000e+00 |      --      |    Inf 
412.00/412.01	c   412s|  2390k|810971 |  7480k|   3.1 | 594M|  63 |   8 |  70 |4803 |  70 |  21 |  20 | 952k|3682 | 0.000000e+00 |      --      |    Inf 
413.80/413.83	c   414s|  2400k|814202 |  7511k|   3.1 | 596M|  63 |   - |  70 |4752 |  70 |  21 |  20 | 956k|3682 | 0.000000e+00 |      --      |    Inf 
415.71/415.73	c   416s|  2410k|817244 |  7542k|   3.1 | 598M|  63 |   - |  70 |4316 |  70 |  21 |  20 | 960k|3682 | 0.000000e+00 |      --      |    Inf 
417.50/417.57	c   418s|  2420k|820135 |  7574k|   3.1 | 601M|  63 |   - |  70 |4811 |  70 |  21 |  20 | 964k|3682 | 0.000000e+00 |      --      |    Inf 
419.41/419.45	c   419s|  2430k|823169 |  7605k|   3.1 | 603M|  63 |   - |  70 |5108 |  70 |  21 |  20 | 968k|3682 | 0.000000e+00 |      --      |    Inf 
421.31/421.31	c   421s|  2440k|826356 |  7636k|   3.1 | 606M|  63 |   8 |  70 |4906 |  70 |  21 |  20 | 972k|3682 | 0.000000e+00 |      --      |    Inf 
423.01/423.00	c   423s|  2450k|829921 |  7667k|   3.1 | 608M|  63 |   8 |  70 |5965 |  70 |  21 |  20 | 976k|3682 | 0.000000e+00 |      --      |    Inf 
424.91/424.93	c   425s|  2460k|833031 |  7698k|   3.1 | 611M|  63 |   - |  70 |5263 |  70 |  21 |  20 | 980k|3682 | 0.000000e+00 |      --      |    Inf 
426.71/426.75	c   427s|  2470k|836319 |  7730k|   3.1 | 613M|  63 |   - |  70 |5524 |  70 |  21 |  20 | 984k|3682 | 0.000000e+00 |      --      |    Inf 
428.60/428.62	c   429s|  2480k|839392 |  7760k|   3.1 | 615M|  63 |   - |  70 |4676 |  70 |  21 |  20 | 989k|3682 | 0.000000e+00 |      --      |    Inf 
430.40/430.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.40/430.49	c   430s|  2490k|842430 |  7791k|   3.1 | 618M|  63 |   8 |  70 |4384 |  70 |  21 |  20 | 993k|3682 | 0.000000e+00 |      --      |    Inf 
432.31/432.38	c   432s|  2500k|845325 |  7822k|   3.1 | 620M|  63 |   - |  70 |4687 |  70 |  21 |  20 | 997k|3682 | 0.000000e+00 |      --      |    Inf 
434.20/434.21	c   434s|  2510k|848497 |  7853k|   3.1 | 623M|  63 |   8 |  70 |4798 |  70 |  21 |  20 |1001k|3682 | 0.000000e+00 |      --      |    Inf 
436.10/436.12	c   436s|  2520k|851393 |  7884k|   3.1 | 625M|  63 |   8 |  70 |4964 |  70 |  21 |  20 |1005k|3682 | 0.000000e+00 |      --      |    Inf 
438.01/438.00	c   438s|  2530k|854332 |  7915k|   3.1 | 628M|  63 |   - |  70 |4777 |  70 |  21 |  20 |1010k|3682 | 0.000000e+00 |      --      |    Inf 
439.80/439.80	c   440s|  2540k|857613 |  7946k|   3.1 | 630M|  63 |   8 |  70 |4999 |  70 |  21 |  20 |1014k|3682 | 0.000000e+00 |      --      |    Inf 
441.70/441.73	c   442s|  2550k|860527 |  7977k|   3.1 | 632M|  63 |   8 |  70 |4616 |  70 |  21 |  20 |1018k|3682 | 0.000000e+00 |      --      |    Inf 
443.50/443.59	c   444s|  2560k|863680 |  8009k|   3.1 | 635M|  63 |   - |  70 |4955 |  70 |  21 |  20 |1022k|3682 | 0.000000e+00 |      --      |    Inf 
445.51/445.55	c   446s|  2570k|866560 |  8039k|   3.1 | 637M|  63 |   8 |  70 |4553 |  70 |  21 |  20 |1026k|3682 | 0.000000e+00 |      --      |    Inf 
447.40/447.40	c   447s|  2580k|869552 |  8071k|   3.1 | 640M|  63 |   8 |  70 |4518 |  70 |  21 |  20 |1031k|3682 | 0.000000e+00 |      --      |    Inf 
449.20/449.24	c   449s|  2590k|872742 |  8103k|   3.1 | 642M|  63 |   8 |  70 |4997 |  70 |  21 |  20 |1035k|3682 | 0.000000e+00 |      --      |    Inf 
451.01/451.08	c   451s|  2600k|875867 |  8134k|   3.1 | 645M|  63 |   - |  70 |4876 |  70 |  21 |  20 |1039k|3682 | 0.000000e+00 |      --      |    Inf 
452.91/452.91	c   453s|  2610k|879120 |  8165k|   3.1 | 647M|  63 |   8 |  70 |5373 |  70 |  21 |  20 |1043k|3682 | 0.000000e+00 |      --      |    Inf 
454.81/454.82	c   455s|  2620k|882212 |  8197k|   3.1 | 649M|  63 |   8 |  70 |5107 |  70 |  21 |  20 |1047k|3682 | 0.000000e+00 |      --      |    Inf 
456.70/456.71	c   457s|  2630k|885208 |  8228k|   3.1 | 652M|  63 |   8 |  70 |5281 |  70 |  21 |  20 |1051k|3682 | 0.000000e+00 |      --      |    Inf 
458.61/458.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
458.61/458.63	c   459s|  2640k|888112 |  8259k|   3.1 | 654M|  63 |   8 |  70 |5163 |  70 |  21 |  20 |1056k|3682 | 0.000000e+00 |      --      |    Inf 
460.50/460.58	c   461s|  2650k|890986 |  8290k|   3.1 | 657M|  63 |   8 |  70 |4708 |  70 |  21 |  20 |1060k|3682 | 0.000000e+00 |      --      |    Inf 
462.31/462.35	c   462s|  2660k|894355 |  8322k|   3.1 | 659M|  63 |   8 |  70 |5282 |  70 |  21 |  20 |1064k|3682 | 0.000000e+00 |      --      |    Inf 
464.21/464.27	c   464s|  2670k|897388 |  8353k|   3.1 | 662M|  63 |   8 |  70 |4820 |  70 |  21 |  20 |1068k|3682 | 0.000000e+00 |      --      |    Inf 
465.91/465.97	c   466s|  2680k|901024 |  8385k|   3.1 | 664M|  63 |   8 |  70 |5799 |  70 |  21 |  20 |1072k|3682 | 0.000000e+00 |      --      |    Inf 
467.80/467.86	c   468s|  2690k|904152 |  8417k|   3.1 | 667M|  63 |   - |  70 |5796 |  70 |  21 |  20 |1076k|3682 | 0.000000e+00 |      --      |    Inf 
469.71/469.73	c   470s|  2700k|907333 |  8448k|   3.1 | 669M|  63 |   - |  70 |5281 |  70 |  21 |  20 |1081k|3682 | 0.000000e+00 |      --      |    Inf 
471.60/471.62	c   472s|  2710k|910277 |  8480k|   3.1 | 671M|  63 |   - |  70 |5142 |  70 |  21 |  20 |1085k|3682 | 0.000000e+00 |      --      |    Inf 
473.41/473.44	c   473s|  2720k|913501 |  8510k|   3.1 | 674M|  63 |   8 |  70 |4908 |  70 |  21 |  20 |1089k|3682 | 0.000000e+00 |      --      |    Inf 
475.21/475.28	c   475s|  2730k|916671 |  8541k|   3.1 | 676M|  63 |   8 |  70 |5366 |  70 |  21 |  20 |1093k|3682 | 0.000000e+00 |      --      |    Inf 
477.11/477.13	c   477s|  2740k|919729 |  8572k|   3.1 | 679M|  63 |   - |  70 |5415 |  70 |  21 |  20 |1097k|3682 | 0.000000e+00 |      --      |    Inf 
478.91/478.91	c   479s|  2750k|922908 |  8604k|   3.1 | 681M|  63 |   - |  70 |5483 |  70 |  21 |  20 |1101k|3682 | 0.000000e+00 |      --      |    Inf 
480.80/480.82	c   481s|  2760k|925878 |  8635k|   3.1 | 683M|  63 |   8 |  70 |4762 |  70 |  21 |  20 |1105k|3682 | 0.000000e+00 |      --      |    Inf 
482.60/482.67	c   483s|  2770k|929126 |  8666k|   3.1 | 686M|  63 |   - |  70 |4380 |  70 |  21 |  20 |1109k|3682 | 0.000000e+00 |      --      |    Inf 
484.50/484.53	c   485s|  2780k|932055 |  8697k|   3.1 | 688M|  63 |   - |  70 |4946 |  70 |  21 |  20 |1114k|3682 | 0.000000e+00 |      --      |    Inf 
486.31/486.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
486.31/486.36	c   486s|  2790k|935442 |  8728k|   3.1 | 691M|  63 |   8 |  70 |4704 |  70 |  21 |  20 |1118k|3682 | 0.000000e+00 |      --      |    Inf 
487.90/487.95	c   488s|  2800k|939054 |  8760k|   3.1 | 694M|  63 |   8 |  70 |6412 |  70 |  21 |  20 |1121k|3682 | 0.000000e+00 |      --      |    Inf 
489.71/489.74	c   490s|  2810k|942227 |  8792k|   3.1 | 696M|  63 |   - |  70 |6442 |  70 |  21 |  20 |1125k|3682 | 0.000000e+00 |      --      |    Inf 
491.71/491.71	c   492s|  2820k|945205 |  8825k|   3.1 | 698M|  63 |   - |  70 |5763 |  70 |  21 |  20 |1130k|3682 | 0.000000e+00 |      --      |    Inf 
493.60/493.65	c   494s|  2830k|948500 |  8855k|   3.1 | 701M|  63 |   - |  70 |5204 |  70 |  21 |  20 |1133k|3682 | 0.000000e+00 |      --      |    Inf 
495.40/495.49	c   495s|  2840k|951589 |  8887k|   3.1 | 703M|  63 |   8 |  70 |5516 |  70 |  21 |  20 |1138k|3682 | 0.000000e+00 |      --      |    Inf 
497.40/497.47	c   497s|  2850k|954457 |  8918k|   3.1 | 705M|  63 |   8 |  70 |5196 |  70 |  21 |  20 |1142k|3682 | 0.000000e+00 |      --      |    Inf 
499.20/499.30	c   499s|  2860k|957618 |  8950k|   3.1 | 708M|  63 |   - |  70 |5410 |  70 |  21 |  20 |1146k|3682 | 0.000000e+00 |      --      |    Inf 
501.20/501.27	c   501s|  2870k|960479 |  8982k|   3.1 | 710M|  63 |   8 |  70 |5017 |  70 |  21 |  20 |1150k|3682 | 0.000000e+00 |      --      |    Inf 
503.11/503.15	c   503s|  2880k|963468 |  9013k|   3.1 | 713M|  63 |   8 |  70 |5249 |  70 |  21 |  20 |1155k|3682 | 0.000000e+00 |      --      |    Inf 
504.92/504.99	c   505s|  2890k|966728 |  9044k|   3.1 | 715M|  63 |   8 |  70 |5425 |  70 |  21 |  20 |1159k|3682 | 0.000000e+00 |      --      |    Inf 
506.90/506.96	c   507s|  2900k|969687 |  9075k|   3.1 | 717M|  63 |   8 |  70 |5076 |  70 |  21 |  20 |1163k|3682 | 0.000000e+00 |      --      |    Inf 
508.81/508.81	c   509s|  2910k|972763 |  9107k|   3.1 | 720M|  63 |   8 |  70 |5522 |  70 |  21 |  20 |1167k|3682 | 0.000000e+00 |      --      |    Inf 
510.51/510.59	c   511s|  2920k|976483 |  9137k|   3.1 | 722M|  63 |   - |  70 |5548 |  70 |  21 |  20 |1171k|3682 | 0.000000e+00 |      --      |    Inf 
512.31/512.34	c   512s|  2930k|980094 |  9167k|   3.1 | 725M|  63 |   8 |  70 |6261 |  70 |  21 |  20 |1175k|3682 | 0.000000e+00 |      --      |    Inf 
514.21/514.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
514.21/514.27	c   514s|  2940k|983108 |  9199k|   3.1 | 727M|  63 |   8 |  70 |5378 |  70 |  21 |  20 |1179k|3682 | 0.000000e+00 |      --      |    Inf 
516.10/516.12	c   516s|  2950k|986270 |  9230k|   3.1 | 730M|  63 |   8 |  70 |5148 |  70 |  21 |  20 |1183k|3682 | 0.000000e+00 |      --      |    Inf 
518.02/518.04	c   518s|  2960k|989163 |  9261k|   3.1 | 732M|  63 |   8 |  70 |5101 |  70 |  21 |  20 |1187k|3682 | 0.000000e+00 |      --      |    Inf 
519.80/519.86	c   520s|  2970k|992556 |  9292k|   3.1 | 735M|  63 |   8 |  70 |5838 |  70 |  21 |  20 |1191k|3682 | 0.000000e+00 |      --      |    Inf 
521.81/521.85	c   522s|  2980k|995552 |  9323k|   3.1 | 737M|  63 |   8 |  70 |5502 |  70 |  21 |  20 |1196k|3682 | 0.000000e+00 |      --      |    Inf 
523.71/523.73	c   524s|  2990k|998717 |  9354k|   3.1 | 739M|  63 |   8 |  70 |5826 |  70 |  21 |  20 |1200k|3682 | 0.000000e+00 |      --      |    Inf 
525.41/525.49	c   525s|  3000k|  1002k|  9385k|   3.1 | 742M|  63 |   - |  70 |6334 |  70 |  21 |  20 |1204k|3682 | 0.000000e+00 |      --      |    Inf 
527.40/527.45	c   527s|  3010k|  1005k|  9416k|   3.1 | 744M|  63 |   8 |  70 |5700 |  70 |  21 |  20 |1208k|3682 | 0.000000e+00 |      --      |    Inf 
529.31/529.30	c   529s|  3020k|  1008k|  9448k|   3.1 | 747M|  63 |   8 |  70 |5586 |  70 |  21 |  20 |1212k|3682 | 0.000000e+00 |      --      |    Inf 
531.21/531.23	c   531s|  3030k|  1011k|  9480k|   3.1 | 749M|  63 |   8 |  70 |4906 |  70 |  21 |  20 |1216k|3682 | 0.000000e+00 |      --      |    Inf 
533.10/533.10	c   533s|  3040k|  1014k|  9510k|   3.1 | 751M|  63 |   8 |  70 |5037 |  70 |  21 |  20 |1221k|3682 | 0.000000e+00 |      --      |    Inf 
535.00/535.06	c   535s|  3050k|  1017k|  9541k|   3.1 | 754M|  63 |   8 |  70 |4745 |  70 |  21 |  20 |1225k|3682 | 0.000000e+00 |      --      |    Inf 
536.90/536.95	c   537s|  3060k|  1020k|  9572k|   3.1 | 756M|  63 |   8 |  70 |5158 |  70 |  21 |  20 |1229k|3682 | 0.000000e+00 |      --      |    Inf 
538.71/538.77	c   539s|  3070k|  1023k|  9604k|   3.1 | 759M|  63 |   8 |  70 |5595 |  70 |  21 |  20 |1233k|3682 | 0.000000e+00 |      --      |    Inf 
540.71/540.70	c   541s|  3080k|  1026k|  9636k|   3.1 | 761M|  63 |   8 |  70 |4947 |  70 |  21 |  20 |1237k|3682 | 0.000000e+00 |      --      |    Inf 
542.41/542.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
542.41/542.46	c   542s|  3090k|  1030k|  9667k|   3.1 | 764M|  63 |   - |  70 |5883 |  70 |  21 |  20 |1241k|3682 | 0.000000e+00 |      --      |    Inf 
544.31/544.38	c   544s|  3100k|  1033k|  9699k|   3.1 | 766M|  63 |   8 |  70 |5651 |  70 |  21 |  20 |1246k|3682 | 0.000000e+00 |      --      |    Inf 
546.21/546.29	c   546s|  3110k|  1036k|  9730k|   3.1 | 768M|  63 |   8 |  70 |4969 |  70 |  21 |  20 |1250k|3682 | 0.000000e+00 |      --      |    Inf 
548.21/548.20	c   548s|  3120k|  1039k|  9760k|   3.1 | 771M|  63 |   8 |  70 |4852 |  70 |  21 |  20 |1254k|3682 | 0.000000e+00 |      --      |    Inf 
549.92/549.98	c   550s|  3130k|  1042k|  9791k|   3.1 | 773M|  63 |   8 |  70 |5618 |  70 |  21 |  20 |1258k|3682 | 0.000000e+00 |      --      |    Inf 
551.81/551.88	c   552s|  3140k|  1045k|  9822k|   3.1 | 776M|  63 |   8 |  70 |5205 |  70 |  21 |  20 |1262k|3682 | 0.000000e+00 |      --      |    Inf 
553.81/553.80	c   554s|  3150k|  1049k|  9854k|   3.1 | 778M|  63 |   8 |  70 |5203 |  70 |  21 |  20 |1266k|3682 | 0.000000e+00 |      --      |    Inf 
555.41/555.48	c   555s|  3160k|  1052k|  9884k|   3.1 | 781M|  63 |   - |  70 |6434 |  70 |  21 |  20 |1270k|3682 | 0.000000e+00 |      --      |    Inf 
557.51/557.52	c   558s|  3170k|  1055k|  9915k|   3.1 | 783M|  63 |   - |  70 |5620 |  70 |  21 |  20 |1274k|3682 | 0.000000e+00 |      --      |    Inf 
559.41/559.48	c   559s|  3180k|  1058k|  9946k|   3.1 | 785M|  63 |   - |  70 |5423 |  70 |  21 |  20 |1278k|3682 | 0.000000e+00 |      --      |    Inf 
561.41/561.41	c   561s|  3190k|  1061k|  9977k|   3.1 | 788M|  63 |   - |  70 |5479 |  70 |  21 |  20 |1282k|3682 | 0.000000e+00 |      --      |    Inf 
563.31/563.30	c   563s|  3200k|  1064k| 10008k|   3.1 | 790M|  63 |   8 |  70 |6001 |  70 |  21 |  20 |1287k|3682 | 0.000000e+00 |      --      |    Inf 
565.20/565.27	c   565s|  3210k|  1067k| 10040k|   3.1 | 793M|  63 |   - |  70 |5789 |  70 |  21 |  20 |1291k|3682 | 0.000000e+00 |      --      |    Inf 
567.01/567.07	c   567s|  3220k|  1071k| 10071k|   3.1 | 795M|  63 |   8 |  70 |6249 |  70 |  21 |  20 |1295k|3682 | 0.000000e+00 |      --      |    Inf 
569.01/569.04	c   569s|  3230k|  1074k| 10102k|   3.1 | 798M|  63 |   8 |  70 |5776 |  70 |  21 |  20 |1299k|3682 | 0.000000e+00 |      --      |    Inf 
570.91/570.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
570.91/570.99	c   571s|  3240k|  1077k| 10133k|   3.1 | 800M|  63 |   - |  70 |5424 |  70 |  21 |  20 |1303k|3682 | 0.000000e+00 |      --      |    Inf 
572.90/572.93	c   573s|  3250k|  1080k| 10163k|   3.1 | 802M|  63 |   8 |  70 |5197 |  70 |  21 |  20 |1307k|3682 | 0.000000e+00 |      --      |    Inf 
574.71/574.75	c   575s|  3260k|  1083k| 10195k|   3.1 | 805M|  63 |   - |  70 |6280 |  70 |  21 |  20 |1312k|3682 | 0.000000e+00 |      --      |    Inf 
576.61/576.65	c   577s|  3270k|  1086k| 10227k|   3.1 | 808M|  63 |   8 |  70 |6464 |  70 |  21 |  20 |1316k|3682 | 0.000000e+00 |      --      |    Inf 
578.61/578.66	c   579s|  3280k|  1089k| 10258k|   3.1 | 810M|  63 |   - |  70 |5216 |  70 |  21 |  20 |1320k|3682 | 0.000000e+00 |      --      |    Inf 
580.51/580.51	c   581s|  3290k|  1092k| 10289k|   3.1 | 812M|  63 |   8 |  70 |5549 |  70 |  21 |  20 |1324k|3682 | 0.000000e+00 |      --      |    Inf 
582.21/582.29	c   582s|  3300k|  1096k| 10319k|   3.1 | 815M|  63 |   - |  70 |6361 |  70 |  21 |  20 |1328k|3682 | 0.000000e+00 |      --      |    Inf 
584.21/584.28	c   584s|  3310k|  1099k| 10350k|   3.1 | 817M|  63 |   8 |  70 |5057 |  70 |  21 |  20 |1332k|3682 | 0.000000e+00 |      --      |    Inf 
586.22/586.23	c   586s|  3320k|  1102k| 10381k|   3.1 | 819M|  63 |   8 |  70 |4925 |  70 |  21 |  20 |1337k|3682 | 0.000000e+00 |      --      |    Inf 
588.01/588.07	c   588s|  3330k|  1105k| 10411k|   3.1 | 822M|  63 |   8 |  70 |5667 |  70 |  21 |  20 |1341k|3682 | 0.000000e+00 |      --      |    Inf 
590.01/590.02	c   590s|  3340k|  1108k| 10443k|   3.1 | 824M|  63 |   8 |  70 |5309 |  70 |  21 |  20 |1345k|3682 | 0.000000e+00 |      --      |    Inf 
591.91/591.97	c   592s|  3350k|  1111k| 10474k|   3.1 | 826M|  63 |   - |  70 |4738 |  70 |  21 |  20 |1349k|3682 | 0.000000e+00 |      --      |    Inf 
593.81/593.80	c   594s|  3360k|  1114k| 10505k|   3.1 | 829M|  63 |   - |  70 |5116 |  70 |  21 |  20 |1354k|3682 | 0.000000e+00 |      --      |    Inf 
595.71/595.75	c   596s|  3370k|  1117k| 10537k|   3.1 | 831M|  63 |   8 |  70 |4651 |  70 |  21 |  20 |1358k|3682 | 0.000000e+00 |      --      |    Inf 
597.41/597.40	c   597s|  3380k|  1120k| 10570k|   3.1 | 834M|  63 |   - |  70 |6169 |  70 |  21 |  20 |1362k|3682 | 0.000000e+00 |      --      |    Inf 
599.11/599.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.11/599.15	c   599s|  3390k|  1124k| 10603k|   3.1 | 837M|  63 |   8 |  70 |6375 |  70 |  21 |  20 |1366k|3682 | 0.000000e+00 |      --      |    Inf 
600.91/600.94	c   601s|  3400k|  1127k| 10637k|   3.1 | 839M|  63 |   - |  70 |6573 |  70 |  21 |  20 |1370k|3682 | 0.000000e+00 |      --      |    Inf 
602.72/602.78	c   603s|  3410k|  1131k| 10671k|   3.1 | 842M|  63 |   8 |  70 |6870 |  70 |  21 |  20 |1374k|3682 | 0.000000e+00 |      --      |    Inf 
604.61/604.63	c   605s|  3420k|  1134k| 10701k|   3.1 | 844M|  63 |   8 |  70 |7463 |  70 |  21 |  20 |1378k|3682 | 0.000000e+00 |      --      |    Inf 
606.51/606.54	c   607s|  3430k|  1137k| 10735k|   3.1 | 847M|  63 |   8 |  70 |7142 |  70 |  21 |  20 |1382k|3682 | 0.000000e+00 |      --      |    Inf 
608.41/608.42	c   608s|  3440k|  1140k| 10768k|   3.1 | 849M|  63 |   8 |  70 |7016 |  70 |  21 |  20 |1386k|3682 | 0.000000e+00 |      --      |    Inf 
610.21/610.28	c   610s|  3450k|  1144k| 10801k|   3.1 | 851M|  63 |   8 |  70 |7153 |  70 |  21 |  20 |1390k|3682 | 0.000000e+00 |      --      |    Inf 
612.11/612.17	c   612s|  3460k|  1147k| 10833k|   3.1 | 854M|  63 |   8 |  70 |7429 |  70 |  21 |  20 |1394k|3682 | 0.000000e+00 |      --      |    Inf 
614.11/614.11	c   614s|  3470k|  1150k| 10865k|   3.1 | 856M|  63 |   8 |  70 |7118 |  70 |  21 |  20 |1399k|3682 | 0.000000e+00 |      --      |    Inf 
615.92/615.94	c   616s|  3480k|  1153k| 10898k|   3.1 | 859M|  63 |   8 |  70 |7563 |  70 |  21 |  20 |1403k|3682 | 0.000000e+00 |      --      |    Inf 
617.91/617.93	c   618s|  3490k|  1157k| 10930k|   3.1 | 861M|  63 |   8 |  70 |6365 |  70 |  21 |  20 |1407k|3682 | 0.000000e+00 |      --      |    Inf 
619.81/619.85	c   620s|  3500k|  1160k| 10964k|   3.1 | 864M|  63 |   8 |  70 |7004 |  70 |  21 |  20 |1411k|3682 | 0.000000e+00 |      --      |    Inf 
621.91/621.96	c   622s|  3510k|  1163k| 10995k|   3.1 | 866M|  63 |   8 |  70 |5974 |  70 |  21 |  20 |1416k|3682 | 0.000000e+00 |      --      |    Inf 
624.01/624.01	c   624s|  3520k|  1166k| 11026k|   3.1 | 868M|  63 |   8 |  70 |5945 |  70 |  21 |  20 |1420k|3682 | 0.000000e+00 |      --      |    Inf 
625.92/625.97	c   626s|  3530k|  1169k| 11057k|   3.1 | 870M|  63 |   8 |  70 |5499 |  70 |  21 |  20 |1424k|3682 | 0.000000e+00 |      --      |    Inf 
627.81/627.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.81/627.80	c   628s|  3540k|  1172k| 11089k|   3.1 | 873M|  63 |   8 |  70 |6084 |  70 |  21 |  20 |1428k|3682 | 0.000000e+00 |      --      |    Inf 
629.91/629.94	c   630s|  3550k|  1175k| 11120k|   3.1 | 875M|  63 |   8 |  70 |5179 |  70 |  21 |  20 |1432k|3682 | 0.000000e+00 |      --      |    Inf 
631.91/631.99	c   632s|  3560k|  1178k| 11151k|   3.1 | 877M|  63 |   - |  70 |5035 |  70 |  21 |  20 |1437k|3682 | 0.000000e+00 |      --      |    Inf 
633.81/633.89	c   634s|  3570k|  1181k| 11183k|   3.1 | 880M|  63 |   8 |  70 |5914 |  70 |  21 |  20 |1441k|3682 | 0.000000e+00 |      --      |    Inf 
635.91/635.92	c   636s|  3580k|  1184k| 11215k|   3.1 | 882M|  63 |   8 |  70 |5163 |  70 |  21 |  20 |1445k|3682 | 0.000000e+00 |      --      |    Inf 
637.81/637.80	c   638s|  3590k|  1187k| 11245k|   3.1 | 885M|  63 |   - |  70 |5574 |  70 |  21 |  20 |1449k|3682 | 0.000000e+00 |      --      |    Inf 
639.81/639.83	c   640s|  3600k|  1190k| 11276k|   3.1 | 887M|  63 |   8 |  70 |5227 |  70 |  21 |  20 |1453k|3682 | 0.000000e+00 |      --      |    Inf 
641.61/641.64	c   642s|  3610k|  1194k| 11307k|   3.1 | 890M|  63 |   - |  70 |5660 |  70 |  21 |  20 |1457k|3682 | 0.000000e+00 |      --      |    Inf 
643.61/643.63	c   644s|  3620k|  1197k| 11339k|   3.1 | 892M|  63 |   8 |  70 |5431 |  70 |  21 |  20 |1461k|3682 | 0.000000e+00 |      --      |    Inf 
645.61/645.63	c   646s|  3630k|  1199k| 11370k|   3.1 | 894M|  63 |   8 |  70 |5533 |  70 |  21 |  20 |1466k|3682 | 0.000000e+00 |      --      |    Inf 
647.51/647.53	c   648s|  3640k|  1202k| 11401k|   3.1 | 897M|  63 |   8 |  70 |6049 |  70 |  21 |  20 |1470k|3682 | 0.000000e+00 |      --      |    Inf 
649.51/649.58	c   650s|  3650k|  1205k| 11433k|   3.1 | 899M|  63 |   8 |  70 |5356 |  70 |  21 |  20 |1474k|3682 | 0.000000e+00 |      --      |    Inf 
651.51/651.59	c   652s|  3660k|  1208k| 11464k|   3.1 | 902M|  63 |   - |  70 |5248 |  70 |  21 |  20 |1478k|3682 | 0.000000e+00 |      --      |    Inf 
653.32/653.40	c   653s|  3670k|  1211k| 11495k|   3.1 | 904M|  63 |   8 |  70 |5853 |  70 |  21 |  20 |1482k|3682 | 0.000000e+00 |      --      |    Inf 
655.21/655.20	c   655s|  3680k|  1215k| 11525k|   3.1 | 907M|  63 |   8 |  70 |6666 |  70 |  21 |  20 |1486k|3682 | 0.000000e+00 |      --      |    Inf 
656.91/656.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
656.91/656.96	c   657s|  3690k|  1219k| 11556k|   3.1 | 909M|  63 |   8 |  70 |7387 |  70 |  21 |  20 |1490k|3682 | 0.000000e+00 |      --      |    Inf 
658.71/658.79	c   659s|  3700k|  1223k| 11586k|   3.1 | 912M|  63 |   8 |  70 |8495 |  70 |  21 |  20 |1494k|3682 | 0.000000e+00 |      --      |    Inf 
660.81/660.80	c   661s|  3710k|  1226k| 11617k|   3.1 | 914M|  63 |   8 |  70 |7296 |  70 |  21 |  20 |1498k|3682 | 0.000000e+00 |      --      |    Inf 
662.71/662.77	c   663s|  3720k|  1229k| 11648k|   3.1 | 917M|  63 |   8 |  70 |6388 |  70 |  21 |  20 |1502k|3682 | 0.000000e+00 |      --      |    Inf 
664.82/664.83	c   665s|  3730k|  1232k| 11679k|   3.1 | 919M|  63 |   8 |  70 |5920 |  70 |  21 |  20 |1506k|3682 | 0.000000e+00 |      --      |    Inf 
666.82/666.81	c   667s|  3740k|  1235k| 11710k|   3.1 | 921M|  63 |   - |  70 |5802 |  70 |  21 |  20 |1511k|3682 | 0.000000e+00 |      --      |    Inf 
668.91/668.90	c   669s|  3750k|  1238k| 11742k|   3.1 | 924M|  63 |   8 |  70 |5710 |  70 |  21 |  20 |1515k|3682 | 0.000000e+00 |      --      |    Inf 
670.71/670.73	c   671s|  3760k|  1241k| 11774k|   3.1 | 926M|  63 |   - |  70 |6811 |  70 |  21 |  20 |1519k|3682 | 0.000000e+00 |      --      |    Inf 
672.71/672.72	c   673s|  3770k|  1244k| 11806k|   3.1 | 929M|  63 |   8 |  70 |6216 |  70 |  21 |  20 |1523k|3682 | 0.000000e+00 |      --      |    Inf 
674.71/674.75	c   675s|  3780k|  1247k| 11837k|   3.1 | 931M|  63 |   - |  70 |5368 |  70 |  21 |  20 |1527k|3682 | 0.000000e+00 |      --      |    Inf 
676.62/676.62	c   677s|  3790k|  1250k| 11868k|   3.1 | 933M|  63 |   - |  70 |5685 |  70 |  21 |  20 |1531k|3682 | 0.000000e+00 |      --      |    Inf 
678.51/678.53	c   679s|  3800k|  1254k| 11899k|   3.1 | 936M|  63 |   8 |  70 |5720 |  70 |  21 |  20 |1535k|3682 | 0.000000e+00 |      --      |    Inf 
680.51/680.51	c   681s|  3810k|  1257k| 11931k|   3.1 | 938M|  63 |   8 |  70 |5215 |  70 |  21 |  20 |1540k|3682 | 0.000000e+00 |      --      |    Inf 
682.41/682.48	c   682s|  3820k|  1260k| 11962k|   3.1 | 940M|  63 |   8 |  70 |5239 |  70 |  21 |  20 |1544k|3682 | 0.000000e+00 |      --      |    Inf 
684.41/684.40	c   684s|  3830k|  1263k| 11993k|   3.1 | 943M|  63 |   8 |  70 |5482 |  70 |  21 |  20 |1548k|3682 | 0.000000e+00 |      --      |    Inf 
686.31/686.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.31/686.36	c   686s|  3840k|  1266k| 12024k|   3.1 | 945M|  63 |   8 |  70 |5593 |  70 |  21 |  20 |1552k|3682 | 0.000000e+00 |      --      |    Inf 
688.31/688.30	c   688s|  3850k|  1269k| 12055k|   3.1 | 948M|  63 |   8 |  70 |5234 |  70 |  21 |  20 |1556k|3682 | 0.000000e+00 |      --      |    Inf 
690.31/690.39	c   690s|  3860k|  1272k| 12086k|   3.1 | 950M|  63 |   8 |  70 |4911 |  70 |  21 |  20 |1561k|3682 | 0.000000e+00 |      --      |    Inf 
692.31/692.37	c   692s|  3870k|  1275k| 12117k|   3.1 | 952M|  63 |   - |  70 |5381 |  70 |  21 |  20 |1565k|3682 | 0.000000e+00 |      --      |    Inf 
694.31/694.31	c   694s|  3880k|  1278k| 12147k|   3.1 | 955M|  63 |   8 |  70 |5670 |  70 |  21 |  20 |1569k|3682 | 0.000000e+00 |      --      |    Inf 
696.11/696.19	c   696s|  3890k|  1281k| 12178k|   3.1 | 957M|  63 |   - |  70 |6417 |  70 |  21 |  20 |1573k|3682 | 0.000000e+00 |      --      |    Inf 
698.01/698.06	c   698s|  3900k|  1284k| 12210k|   3.1 | 960M|  63 |   8 |  70 |6489 |  70 |  21 |  20 |1577k|3682 | 0.000000e+00 |      --      |    Inf 
700.11/700.13	c   700s|  3910k|  1287k| 12241k|   3.1 | 962M|  63 |   8 |  70 |5384 |  70 |  21 |  20 |1582k|3682 | 0.000000e+00 |      --      |    Inf 
702.12/702.12	c   702s|  3920k|  1290k| 12272k|   3.1 | 964M|  63 |   - |  70 |5743 |  70 |  21 |  20 |1586k|3682 | 0.000000e+00 |      --      |    Inf 
704.02/704.07	c   704s|  3930k|  1293k| 12304k|   3.1 | 967M|  63 |   8 |  70 |6124 |  70 |  21 |  20 |1590k|3682 | 0.000000e+00 |      --      |    Inf 
706.01/706.10	c   706s|  3940k|  1296k| 12335k|   3.1 | 969M|  63 |   8 |  70 |5112 |  70 |  21 |  20 |1595k|3682 | 0.000000e+00 |      --      |    Inf 
707.92/707.93	c   708s|  3950k|  1299k| 12366k|   3.1 | 972M|  63 |   - |  70 |6170 |   0 |   0 |  20 |1599k|3682 | 0.000000e+00 |      --      |    Inf 
709.71/709.74	c   710s|  3960k|  1303k| 12397k|   3.1 | 974M|  63 |   8 |  70 |7118 |  70 |  21 |  20 |1603k|3682 | 0.000000e+00 |      --      |    Inf 
711.81/711.81	c   712s|  3970k|  1306k| 12428k|   3.1 | 977M|  63 |   8 |  70 |6844 |  70 |  21 |  20 |1607k|3682 | 0.000000e+00 |      --      |    Inf 
713.92/713.93	c   714s|  3980k|  1308k| 12459k|   3.1 | 979M|  63 |   - |  70 |5806 |  70 |  21 |  20 |1611k|3682 | 0.000000e+00 |      --      |    Inf 
715.91/715.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
715.91/715.97	c   716s|  3990k|  1311k| 12490k|   3.1 | 981M|  63 |   8 |  70 |5555 |  70 |  21 |  20 |1616k|3682 | 0.000000e+00 |      --      |    Inf 
717.81/717.81	c   718s|  4000k|  1315k| 12522k|   3.1 | 984M|  63 |   8 |  70 |6640 |  70 |  21 |  20 |1620k|3682 | 0.000000e+00 |      --      |    Inf 
719.71/719.76	c   720s|  4010k|  1318k| 12553k|   3.1 | 986M|  63 |   - |  70 |6143 |  70 |  21 |  20 |1624k|3682 | 0.000000e+00 |      --      |    Inf 
721.81/721.87	c   722s|  4020k|  1321k| 12584k|   3.1 | 989M|  63 |   8 |  70 |5592 |  70 |  21 |  20 |1628k|3682 | 0.000000e+00 |      --      |    Inf 
723.61/723.65	c   724s|  4030k|  1324k| 12615k|   3.1 | 991M|  63 |   8 |  70 |5862 |  70 |  21 |  20 |1632k|3682 | 0.000000e+00 |      --      |    Inf 
725.61/725.63	c   726s|  4040k|  1328k| 12646k|   3.1 | 994M|  63 |   8 |  70 |5957 |  70 |  21 |  20 |1636k|3682 | 0.000000e+00 |      --      |    Inf 
727.61/727.64	c   728s|  4050k|  1331k| 12677k|   3.1 | 996M|  63 |   8 |  70 |5889 |  70 |  21 |  20 |1640k|3682 | 0.000000e+00 |      --      |    Inf 
729.51/729.53	c   730s|  4060k|  1334k| 12709k|   3.1 | 998M|  63 |   - |  70 |6277 |  70 |  21 |  20 |1644k|3682 | 0.000000e+00 |      --      |    Inf 
731.42/731.48	c   731s|  4070k|  1337k| 12739k|   3.1 |1001M|  63 |   - |  70 |5964 |  70 |  21 |  20 |1648k|3682 | 0.000000e+00 |      --      |    Inf 
733.52/733.54	c   734s|  4080k|  1340k| 12771k|   3.1 |1003M|  63 |   - |  70 |5441 |  70 |  21 |  20 |1653k|3682 | 0.000000e+00 |      --      |    Inf 
735.51/735.53	c   736s|  4090k|  1343k| 12803k|   3.1 |1005M|  63 |   - |  70 |5135 |  70 |  21 |  20 |1657k|3682 | 0.000000e+00 |      --      |    Inf 
737.42/737.44	c   737s|  4100k|  1346k| 12834k|   3.1 |1008M|  63 |   - |  70 |5168 |  70 |  21 |  20 |1661k|3682 | 0.000000e+00 |      --      |    Inf 
739.41/739.49	c   739s|  4110k|  1349k| 12865k|   3.1 |1010M|  63 |   8 |  70 |4957 |  70 |  21 |  20 |1665k|3682 | 0.000000e+00 |      --      |    Inf 
741.32/741.38	c   741s|  4120k|  1352k| 12897k|   3.1 |1013M|  63 |   8 |  70 |5725 |  70 |  21 |  20 |1669k|3682 | 0.000000e+00 |      --      |    Inf 
743.41/743.44	c   743s|  4130k|  1355k| 12927k|   3.1 |1015M|  63 |   - |  70 |5170 |  70 |  21 |  20 |1674k|3682 | 0.000000e+00 |      --      |    Inf 
745.21/745.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
745.21/745.26	c   745s|  4140k|  1358k| 12959k|   3.1 |1018M|  63 |   8 |  70 |6382 |  70 |  21 |  20 |1678k|3682 | 0.000000e+00 |      --      |    Inf 
747.22/747.27	c   747s|  4150k|  1361k| 12991k|   3.1 |1020M|  63 |   - |  70 |6010 |  70 |  21 |  20 |1682k|3682 | 0.000000e+00 |      --      |    Inf 
749.12/749.15	c   749s|  4160k|  1364k| 13023k|   3.1 |1023M|  63 |   8 |  70 |6378 |  70 |  21 |  20 |1686k|3682 | 0.000000e+00 |      --      |    Inf 
751.12/751.13	c   751s|  4170k|  1367k| 13054k|   3.1 |1025M|  63 |   - |  70 |6468 |  70 |  21 |  20 |1690k|3682 | 0.000000e+00 |      --      |    Inf 
753.12/753.14	c   753s|  4180k|  1370k| 13085k|   3.1 |1027M|  63 |   - |  70 |6079 |  70 |  21 |  20 |1695k|3682 | 0.000000e+00 |      --      |    Inf 
755.22/755.22	c   755s|  4190k|  1373k| 13117k|   3.1 |1030M|  63 |   - |  70 |5331 |   0 |   0 |  20 |1699k|3682 | 0.000000e+00 |      --      |    Inf 
757.11/757.19	c   757s|  4200k|  1376k| 13148k|   3.1 |1032M|  63 |   - |  70 |5932 |  70 |  21 |  20 |1703k|3682 | 0.000000e+00 |      --      |    Inf 
759.11/759.16	c   759s|  4210k|  1379k| 13179k|   3.1 |1034M|  63 |   8 |  70 |5723 |  70 |  21 |  20 |1707k|3682 | 0.000000e+00 |      --      |    Inf 
761.22/761.23	c   761s|  4220k|  1382k| 13210k|   3.1 |1037M|  63 |   8 |  70 |5392 |  70 |  21 |  20 |1712k|3682 | 0.000000e+00 |      --      |    Inf 
763.12/763.15	c   763s|  4230k|  1385k| 13241k|   3.1 |1039M|  63 |   8 |  70 |5442 |  70 |  21 |  20 |1716k|3682 | 0.000000e+00 |      --      |    Inf 
765.21/765.22	c   765s|  4240k|  1388k| 13272k|   3.1 |1041M|  63 |   - |  70 |5074 |  70 |  21 |  20 |1720k|3682 | 0.000000e+00 |      --      |    Inf 
767.12/767.17	c   767s|  4250k|  1391k| 13302k|   3.1 |1044M|  63 |   8 |  70 |4930 |  70 |  21 |  20 |1724k|3684 | 0.000000e+00 |      --      |    Inf 
768.92/768.93	c   769s|  4260k|  1395k| 13334k|   3.1 |1047M|  63 |   8 |  70 |6309 |  70 |  21 |  20 |1728k|3685 | 0.000000e+00 |      --      |    Inf 
770.92/770.95	c   771s|  4270k|  1398k| 13366k|   3.1 |1049M|  63 |   8 |  70 |5383 |  70 |  21 |  20 |1732k|3689 | 0.000000e+00 |      --      |    Inf 
772.82/772.82	c   773s|  4280k|  1401k| 13397k|   3.1 |1051M|  63 |   - |  70 |5286 |  70 |  21 |  20 |1736k|3689 | 0.000000e+00 |      --      |    Inf 
774.82/774.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
774.82/774.83	c   775s|  4290k|  1404k| 13429k|   3.1 |1054M|  63 |   - |  70 |5176 |  70 |  21 |  20 |1741k|3694 | 0.000000e+00 |      --      |    Inf 
776.72/776.78	c   777s|  4300k|  1406k| 13460k|   3.1 |1056M|  63 |   - |  70 |5668 |  70 |  21 |  20 |1745k|3694 | 0.000000e+00 |      --      |    Inf 
778.82/778.89	c   779s|  4310k|  1409k| 13492k|   3.1 |1058M|  63 |   8 |  70 |5090 |  70 |  21 |  20 |1749k|3697 | 0.000000e+00 |      --      |    Inf 
780.71/780.79	c   781s|  4320k|  1412k| 13523k|   3.1 |1061M|  63 |   8 |  70 |5483 |  70 |  21 |  20 |1753k|3700 | 0.000000e+00 |      --      |    Inf 
782.62/782.69	c   783s|  4330k|  1416k| 13555k|   3.1 |1063M|  63 |   - |  70 |6349 |  70 |  21 |  20 |1758k|3701 | 0.000000e+00 |      --      |    Inf 
784.52/784.55	c   785s|  4340k|  1419k| 13585k|   3.1 |1066M|  63 |   8 |  70 |7272 |  70 |  21 |  20 |1762k|3705 | 0.000000e+00 |      --      |    Inf 
786.31/786.38	c   786s|  4350k|  1422k| 13616k|   3.1 |1068M|  63 |   - |  70 |7250 |  70 |  21 |  20 |1766k|3706 | 0.000000e+00 |      --      |    Inf 
788.41/788.48	c   788s|  4360k|  1425k| 13647k|   3.1 |1071M|  63 |   8 |  70 |5963 |  70 |  21 |  20 |1770k|3707 | 0.000000e+00 |      --      |    Inf 
790.41/790.44	c   790s|  4370k|  1429k| 13677k|   3.1 |1073M|  63 |   8 |  70 |5367 |  70 |  21 |  20 |1774k|3711 | 0.000000e+00 |      --      |    Inf 
792.32/792.36	c   792s|  4380k|  1432k| 13708k|   3.1 |1075M|  63 |   8 |  70 |5452 |  70 |  21 |  20 |1778k|3717 | 0.000000e+00 |      --      |    Inf 
794.22/794.28	c   794s|  4390k|  1435k| 13739k|   3.1 |1078M|  63 |   8 |  70 |6070 |  70 |  21 |  20 |1782k|3717 | 0.000000e+00 |      --      |    Inf 
796.21/796.25	c   796s|  4400k|  1438k| 13770k|   3.1 |1080M|  63 |   - |  70 |5754 |  70 |  21 |  20 |1786k|3718 | 0.000000e+00 |      --      |    Inf 
798.22/798.28	c   798s|  4410k|  1441k| 13801k|   3.1 |1082M|  63 |   8 |  70 |5244 |  70 |  21 |  20 |1791k|3718 | 0.000000e+00 |      --      |    Inf 
800.12/800.19	c   800s|  4420k|  1444k| 13832k|   3.1 |1085M|  63 |   8 |  70 |5718 |  70 |  21 |  20 |1795k|3719 | 0.000000e+00 |      --      |    Inf 
802.11/802.10	c   802s|  4430k|  1447k| 13864k|   3.1 |1087M|  63 |   8 |  70 |6091 |  70 |  21 |  20 |1799k|3722 | 0.000000e+00 |      --      |    Inf 
804.12/804.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
804.12/804.15	c   804s|  4440k|  1450k| 13894k|   3.1 |1090M|  63 |   8 |  70 |5495 |  70 |  21 |  20 |1803k|3722 | 0.000000e+00 |      --      |    Inf 
805.81/805.88	c   806s|  4450k|  1454k| 13924k|   3.1 |1092M|  63 |   - |  70 |6359 |  70 |  21 |  20 |1807k|3722 | 0.000000e+00 |      --      |    Inf 
807.82/807.82	c   808s|  4460k|  1457k| 13955k|   3.1 |1095M|  63 |   8 |  70 |6174 |  70 |  21 |  20 |1811k|3725 | 0.000000e+00 |      --      |    Inf 
809.82/809.88	c   810s|  4470k|  1460k| 13986k|   3.1 |1097M|  63 |   - |  70 |6045 |  70 |  21 |  20 |1815k|3727 | 0.000000e+00 |      --      |    Inf 
811.82/811.86	c   812s|  4480k|  1463k| 14018k|   3.1 |1100M|  63 |   8 |  70 |6343 |  70 |  21 |  20 |1819k|3728 | 0.000000e+00 |      --      |    Inf 
813.92/813.97	c   814s|  4490k|  1466k| 14048k|   3.1 |1102M|  63 |   8 |  70 |5464 |  70 |  21 |  20 |1823k|3728 | 0.000000e+00 |      --      |    Inf 
815.91/815.96	c   816s|  4500k|  1469k| 14079k|   3.1 |1104M|  63 |   8 |  70 |4950 |  70 |  21 |  20 |1828k|3728 | 0.000000e+00 |      --      |    Inf 
818.02/818.02	c   818s|  4510k|  1472k| 14111k|   3.1 |1107M|  63 |   8 |  70 |5206 |  70 |  21 |  20 |1832k|3729 | 0.000000e+00 |      --      |    Inf 
819.91/819.91	c   820s|  4520k|  1475k| 14141k|   3.1 |1109M|  63 |   8 |  70 |5626 |  70 |  21 |  20 |1836k|3729 | 0.000000e+00 |      --      |    Inf 
821.81/821.86	c   822s|  4530k|  1478k| 14171k|   3.1 |1111M|  63 |   8 |  70 |5530 |  70 |  21 |  20 |1840k|3729 | 0.000000e+00 |      --      |    Inf 
823.72/823.70	c   824s|  4540k|  1481k| 14203k|   3.1 |1114M|  63 |   8 |  70 |6445 |  70 |  21 |  20 |1845k|3729 | 0.000000e+00 |      --      |    Inf 
825.61/825.65	c   826s|  4550k|  1484k| 14234k|   3.1 |1116M|  63 |   8 |  70 |6111 |  70 |  21 |  20 |1849k|3729 | 0.000000e+00 |      --      |    Inf 
827.72/827.77	c   828s|  4560k|  1487k| 14265k|   3.1 |1119M|  63 |   8 |  70 |4821 |  70 |  21 |  20 |1853k|3729 | 0.000000e+00 |      --      |    Inf 
829.82/829.85	c   830s|  4570k|  1490k| 14297k|   3.1 |1121M|  63 |   8 |  70 |4943 |  70 |  21 |  20 |1858k|3729 | 0.000000e+00 |      --      |    Inf 
831.72/831.78	c   832s|  4580k|  1493k| 14326k|   3.1 |1123M|  63 |   8 |  70 |5147 |  70 |  21 |  20 |1862k|3729 | 0.000000e+00 |      --      |    Inf 
833.72/833.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
833.72/833.74	c   834s|  4590k|  1496k| 14357k|   3.1 |1126M|  63 |   8 |  70 |5331 |  70 |  21 |  20 |1866k|3729 | 0.000000e+00 |      --      |    Inf 
835.61/835.66	c   836s|  4600k|  1499k| 14389k|   3.1 |1128M|  63 |   8 |  70 |5053 |  70 |  21 |  20 |1870k|3729 | 0.000000e+00 |      --      |    Inf 
837.51/837.55	c   838s|  4610k|  1502k| 14421k|   3.1 |1131M|  63 |   8 |  70 |5183 |  70 |  21 |  20 |1875k|3729 | 0.000000e+00 |      --      |    Inf 
839.32/839.38	c   839s|  4620k|  1506k| 14452k|   3.1 |1133M|  63 |   8 |  70 |5548 |  70 |  21 |  20 |1879k|3729 | 0.000000e+00 |      --      |    Inf 
841.42/841.42	c   841s|  4630k|  1509k| 14482k|   3.1 |1136M|  63 |   8 |  70 |5302 |  70 |  21 |  20 |1883k|3729 | 0.000000e+00 |      --      |    Inf 
843.32/843.37	c   843s|  4640k|  1512k| 14514k|   3.1 |1138M|  63 |   8 |  70 |5447 |  70 |  21 |  20 |1887k|3729 | 0.000000e+00 |      --      |    Inf 
845.22/845.21	c   845s|  4650k|  1515k| 14546k|   3.1 |1141M|  63 |   8 |  70 |6417 |  70 |  21 |  20 |1891k|3729 | 0.000000e+00 |      --      |    Inf 
847.12/847.18	c   847s|  4660k|  1518k| 14577k|   3.1 |1143M|  63 |   - |  70 |6353 |  70 |  21 |  20 |1895k|3729 | 0.000000e+00 |      --      |    Inf 
849.22/849.21	c   849s|  4670k|  1521k| 14608k|   3.1 |1145M|  63 |   8 |  70 |5962 |  70 |  21 |  20 |1899k|3729 | 0.000000e+00 |      --      |    Inf 
851.22/851.26	c   851s|  4680k|  1524k| 14640k|   3.1 |1148M|  63 |   - |  70 |5697 |  70 |  21 |  20 |1904k|3729 | 0.000000e+00 |      --      |    Inf 
853.32/853.39	c   853s|  4690k|  1527k| 14672k|   3.1 |1150M|  63 |   - |  70 |5174 |  70 |  21 |  20 |1908k|3729 | 0.000000e+00 |      --      |    Inf 
855.31/855.36	c   855s|  4700k|  1530k| 14704k|   3.1 |1152M|  63 |   8 |  70 |5382 |  70 |  21 |  20 |1912k|3729 | 0.000000e+00 |      --      |    Inf 
857.31/857.33	c   857s|  4710k|  1533k| 14735k|   3.1 |1155M|  63 |   - |  70 |5797 |  70 |  21 |  20 |1917k|3729 | 0.000000e+00 |      --      |    Inf 
859.22/859.28	c   859s|  4720k|  1536k| 14767k|   3.1 |1157M|  63 |   - |  70 |5617 |  70 |  21 |  20 |1921k|3729 | 0.000000e+00 |      --      |    Inf 
861.22/861.26	c   861s|  4730k|  1539k| 14798k|   3.1 |1160M|  63 |   8 |  70 |6157 |  70 |  21 |  20 |1925k|3729 | 0.000000e+00 |      --      |    Inf 
863.42/863.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
863.42/863.44	c   863s|  4740k|  1542k| 14829k|   3.1 |1162M|  63 |   8 |  70 |5425 |  70 |  21 |  20 |1929k|3729 | 0.000000e+00 |      --      |    Inf 
865.42/865.47	c   865s|  4750k|  1545k| 14859k|   3.1 |1164M|  63 |   8 |  70 |5368 |  70 |  21 |  20 |1934k|3729 | 0.000000e+00 |      --      |    Inf 
867.31/867.38	c   867s|  4760k|  1548k| 14891k|   3.1 |1167M|  63 |   8 |  70 |5661 |  70 |  21 |  20 |1938k|3730 | 0.000000e+00 |      --      |    Inf 
869.32/869.32	c   869s|  4770k|  1551k| 14921k|   3.1 |1169M|  63 |   - |  70 |6247 |  70 |  21 |  20 |1942k|3730 | 0.000000e+00 |      --      |    Inf 
871.42/871.41	c   871s|  4780k|  1554k| 14953k|   3.1 |1171M|  63 |   8 |  70 |5530 |  70 |  21 |  20 |1946k|3733 | 0.000000e+00 |      --      |    Inf 
873.43/873.50	c   873s|  4790k|  1557k| 14984k|   3.1 |1174M|  63 |   8 |  70 |5581 |  70 |  21 |  20 |1950k|3735 | 0.000000e+00 |      --      |    Inf 
875.52/875.52	c   876s|  4800k|  1560k| 15014k|   3.1 |1176M|  63 |   - |  70 |5218 |  70 |  21 |  20 |1955k|3738 | 0.000000e+00 |      --      |    Inf 
877.52/877.59	c   878s|  4810k|  1562k| 15045k|   3.1 |1178M|  63 |   8 |  70 |5034 |  70 |  21 |  20 |1959k|3738 | 0.000000e+00 |      --      |    Inf 
879.52/879.59	c   880s|  4820k|  1565k| 15077k|   3.1 |1181M|  63 |   8 |  70 |5759 |  70 |  21 |  20 |1963k|3740 | 0.000000e+00 |      --      |    Inf 
881.62/881.67	c   882s|  4830k|  1568k| 15108k|   3.1 |1183M|  63 |   8 |  70 |5369 |  70 |  21 |  20 |1967k|3740 | 0.000000e+00 |      --      |    Inf 
883.62/883.63	c   884s|  4840k|  1571k| 15139k|   3.1 |1186M|  63 |   8 |  70 |5154 |  70 |  21 |  20 |1972k|3740 | 0.000000e+00 |      --      |    Inf 
885.52/885.52	c   886s|  4850k|  1575k| 15170k|   3.1 |1188M|  63 |   - |  70 |5458 |  70 |  21 |  20 |1976k|3740 | 0.000000e+00 |      --      |    Inf 
887.42/887.45	c   887s|  4860k|  1577k| 15201k|   3.1 |1190M|  63 |   8 |  70 |6144 |  70 |  21 |  20 |1980k|3740 | 0.000000e+00 |      --      |    Inf 
889.52/889.56	c   890s|  4870k|  1580k| 15232k|   3.1 |1193M|  63 |   8 |  70 |5379 |  70 |  21 |  20 |1984k|3744 | 0.000000e+00 |      --      |    Inf 
891.41/891.43	c   891s|  4880k|  1584k| 15264k|   3.1 |1195M|  63 |   - |  70 |5494 |  70 |  21 |  20 |1988k|3746 | 0.000000e+00 |      --      |    Inf 
893.51/893.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
893.51/893.54	c   894s|  4890k|  1586k| 15295k|   3.1 |1197M|  63 |   8 |  70 |4994 |  70 |  21 |  20 |1993k|3749 | 0.000000e+00 |      --      |    Inf 
895.51/895.54	c   896s|  4900k|  1589k| 15326k|   3.1 |1200M|  63 |   - |  70 |5581 |  70 |  21 |  20 |1997k|3751 | 0.000000e+00 |      --      |    Inf 
897.41/897.48	c   897s|  4910k|  1592k| 15357k|   3.1 |1202M|  63 |   8 |  70 |5882 |  70 |  21 |  20 |2001k|3753 | 0.000000e+00 |      --      |    Inf 
899.42/899.40	c   899s|  4920k|  1595k| 15389k|   3.1 |1205M|  63 |   8 |  70 |6752 |  70 |  21 |  20 |2006k|3753 | 0.000000e+00 |      --      |    Inf 
901.52/901.50	c   901s|  4930k|  1598k| 15419k|   3.1 |1207M|  63 |   - |  70 |5726 |  70 |  21 |  20 |2010k|3760 | 0.000000e+00 |      --      |    Inf 
903.52/903.56	c   904s|  4940k|  1601k| 15450k|   3.1 |1209M|  63 |   8 |  70 |5362 |  70 |  21 |  20 |2014k|3760 | 0.000000e+00 |      --      |    Inf 
905.42/905.48	c   905s|  4950k|  1604k| 15481k|   3.1 |1212M|  63 |   8 |  70 |6317 |  70 |  21 |  20 |2019k|3761 | 0.000000e+00 |      --      |    Inf 
907.43/907.42	c   907s|  4960k|  1607k| 15512k|   3.1 |1214M|  63 |   8 |  70 |6927 |  70 |  21 |  20 |2023k|3763 | 0.000000e+00 |      --      |    Inf 
909.42/909.45	c   909s|  4970k|  1610k| 15543k|   3.1 |1217M|  63 |   - |  70 |6951 |  70 |  21 |  20 |2027k|3764 | 0.000000e+00 |      --      |    Inf 
911.51/911.56	c   912s|  4980k|  1613k| 15573k|   3.1 |1219M|  63 |   8 |  70 |6359 |  70 |  21 |  20 |2031k|3767 | 0.000000e+00 |      --      |    Inf 
913.42/913.48	c   913s|  4990k|  1616k| 15605k|   3.1 |1222M|  63 |   8 |  70 |7074 |  70 |  21 |  20 |2035k|3767 | 0.000000e+00 |      --      |    Inf 
915.23/915.25	c   915s|  5000k|  1620k| 15636k|   3.1 |1224M|  63 |   - |  70 |8026 |  70 |  21 |  20 |2039k|3767 | 0.000000e+00 |      --      |    Inf 
917.12/917.19	c   917s|  5010k|  1623k| 15667k|   3.1 |1227M|  63 |   8 |  70 |8735 |  70 |  21 |  20 |2043k|3767 | 0.000000e+00 |      --      |    Inf 
919.42/919.46	c   919s|  5020k|  1626k| 15697k|   3.1 |1229M|  63 |   - |  70 |6778 |  70 |  21 |  20 |2047k|3775 | 0.000000e+00 |      --      |    Inf 
921.62/921.67	c   922s|  5030k|  1629k| 15728k|   3.1 |1231M|  63 |   8 |  70 |5565 |  70 |  21 |  20 |2051k|3777 | 0.000000e+00 |      --      |    Inf 
923.62/923.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
923.62/923.66	c   924s|  5040k|  1632k| 15759k|   3.1 |1234M|  63 |   - |  70 |6022 |  70 |  21 |  20 |2056k|3780 | 0.000000e+00 |      --      |    Inf 
925.72/925.70	c   926s|  5050k|  1635k| 15791k|   3.1 |1236M|  63 |   - |  70 |5593 |  70 |  21 |  20 |2060k|3781 | 0.000000e+00 |      --      |    Inf 
927.62/927.69	c   928s|  5060k|  1638k| 15822k|   3.1 |1238M|  63 |   8 |  70 |5810 |  70 |  21 |  20 |2064k|3784 | 0.000000e+00 |      --      |    Inf 
929.72/929.79	c   930s|  5070k|  1641k| 15853k|   3.1 |1241M|  63 |   8 |  70 |5334 |  70 |  21 |  20 |2068k|3785 | 0.000000e+00 |      --      |    Inf 
931.72/931.75	c   932s|  5080k|  1644k| 15883k|   3.1 |1243M|  63 |   8 |  70 |5449 |  70 |  21 |  20 |2073k|3785 | 0.000000e+00 |      --      |    Inf 
933.72/933.76	c   934s|  5090k|  1647k| 15914k|   3.1 |1246M|  63 |   - |  70 |5443 |  70 |  21 |  20 |2077k|3785 | 0.000000e+00 |      --      |    Inf 
935.72/935.77	c   936s|  5100k|  1650k| 15945k|   3.1 |1248M|  63 |   - |  70 |6003 |  70 |  21 |  20 |2081k|3785 | 0.000000e+00 |      --      |    Inf 
937.72/937.73	c   938s|  5110k|  1653k| 15978k|   3.1 |1251M|  63 |   - |  70 |6551 |  70 |  21 |  20 |2085k|3786 | 0.000000e+00 |      --      |    Inf 
939.82/939.83	c   940s|  5120k|  1656k| 16011k|   3.1 |1253M|  63 |   8 |  70 |7147 |  70 |  21 |  20 |2090k|3786 | 0.000000e+00 |      --      |    Inf 
941.92/941.98	c   942s|  5130k|  1659k| 16043k|   3.1 |1255M|  63 |   8 |  70 |6300 |  70 |  21 |  20 |2094k|3790 | 0.000000e+00 |      --      |    Inf 
943.83/943.87	c   944s|  5140k|  1662k| 16074k|   3.1 |1258M|  63 |   - |  70 |6779 |  70 |  21 |  20 |2098k|3790 | 0.000000e+00 |      --      |    Inf 
946.02/946.03	c   946s|  5150k|  1665k| 16104k|   3.1 |1260M|  63 |   8 |  70 |5727 |  70 |  21 |  20 |2103k|3799 | 0.000000e+00 |      --      |    Inf 
948.02/948.10	c   948s|  5160k|  1668k| 16135k|   3.1 |1262M|  63 |   - |  70 |4920 |  70 |  21 |  20 |2107k|3801 | 0.000000e+00 |      --      |    Inf 
949.72/949.79	c   950s|  5170k|  1672k| 16166k|   3.1 |1265M|  63 |   8 |  70 |6420 |  70 |  21 |  20 |2111k|3801 | 0.000000e+00 |      --      |    Inf 
951.82/951.82	c   952s|  5180k|  1675k| 16197k|   3.1 |1267M|  63 |   8 |  70 |6005 |  70 |  21 |  20 |2115k|3801 | 0.000000e+00 |      --      |    Inf 
953.92/953.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
953.92/953.92	c   954s|  5190k|  1677k| 16227k|   3.1 |1269M|  63 |   8 |  70 |5765 |  70 |  21 |  20 |2119k|3802 | 0.000000e+00 |      --      |    Inf 
955.83/955.89	c   956s|  5200k|  1681k| 16258k|   3.1 |1272M|  63 |   8 |  70 |6249 |  70 |  21 |  20 |2123k|3803 | 0.000000e+00 |      --      |    Inf 
957.82/957.88	c   958s|  5210k|  1684k| 16289k|   3.1 |1274M|  63 |   - |  70 |6238 |  70 |  21 |  20 |2127k|3803 | 0.000000e+00 |      --      |    Inf 
959.82/959.83	c   960s|  5220k|  1687k| 16320k|   3.1 |1277M|  63 |   8 |  70 |6631 |  70 |  21 |  20 |2131k|3805 | 0.000000e+00 |      --      |    Inf 
961.72/961.76	c   962s|  5230k|  1691k| 16351k|   3.1 |1280M|  63 |   8 |  70 |7178 |  70 |  21 |  20 |2135k|3806 | 0.000000e+00 |      --      |    Inf 
963.82/963.86	c   964s|  5240k|  1694k| 16382k|   3.1 |1282M|  63 |   - |  70 |6201 |  70 |  21 |  20 |2140k|3813 | 0.000000e+00 |      --      |    Inf 
965.92/965.94	c   966s|  5250k|  1696k| 16414k|   3.1 |1284M|  63 |   - |  70 |6216 |  70 |  21 |  20 |2144k|3814 | 0.000000e+00 |      --      |    Inf 
967.93/968.00	c   968s|  5260k|  1700k| 16444k|   3.1 |1286M|  63 |   - |  70 |5861 |  70 |  21 |  20 |2148k|3814 | 0.000000e+00 |      --      |    Inf 
970.02/970.05	c   970s|  5270k|  1702k| 16475k|   3.1 |1289M|  63 |   8 |  70 |5952 |  70 |  21 |  20 |2152k|3816 | 0.000000e+00 |      --      |    Inf 
972.12/972.16	c   972s|  5280k|  1705k| 16506k|   3.1 |1291M|  63 |   8 |  70 |5805 |  70 |  21 |  20 |2157k|3816 | 0.000000e+00 |      --      |    Inf 
974.22/974.24	c   974s|  5290k|  1708k| 16538k|   3.1 |1294M|  63 |   8 |  70 |5804 |  70 |  21 |  20 |2161k|3817 | 0.000000e+00 |      --      |    Inf 
976.22/976.27	c   976s|  5300k|  1711k| 16569k|   3.1 |1296M|  63 |   8 |  70 |6014 |  70 |  21 |  20 |2165k|3821 | 0.000000e+00 |      --      |    Inf 
978.22/978.20	c   978s|  5310k|  1714k| 16599k|   3.1 |1299M|  63 |   - |  70 |7274 |  70 |  21 |  20 |2169k|3822 | 0.000000e+00 |      --      |    Inf 
980.02/980.02	c   980s|  5320k|  1718k| 16631k|   3.1 |1301M|  63 |   8 |  70 |8728 |  70 |  21 |  20 |2173k|3826 | 0.000000e+00 |      --      |    Inf 
981.92/981.92	c   982s|  5330k|  1721k| 16661k|   3.1 |1304M|  63 |   - |  70 |9032 |  70 |  21 |  20 |2177k|3826 | 0.000000e+00 |      --      |    Inf 
984.12/984.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.12/984.14	c   984s|  5340k|  1724k| 16692k|   3.1 |1306M|  63 |   8 |  70 |6765 |  70 |  21 |  20 |2181k|3826 | 0.000000e+00 |      --      |    Inf 
986.12/986.16	c   986s|  5350k|  1727k| 16722k|   3.1 |1308M|  63 |   - |  70 |6895 |  70 |  21 |  20 |2185k|3826 | 0.000000e+00 |      --      |    Inf 
988.32/988.33	c   988s|  5360k|  1730k| 16754k|   3.1 |1310M|  63 |   8 |  70 |6064 |  70 |  21 |  20 |2190k|3826 | 0.000000e+00 |      --      |    Inf 
990.33/990.34	c   990s|  5370k|  1733k| 16785k|   3.1 |1313M|  63 |   8 |  70 |6035 |  70 |  21 |  20 |2194k|3826 | 0.000000e+00 |      --      |    Inf 
992.32/992.39	c   992s|  5380k|  1736k| 16816k|   3.1 |1315M|  63 |   - |  70 |5784 |  70 |  21 |  20 |2198k|3826 | 0.000000e+00 |      --      |    Inf 
994.43/994.49	c   994s|  5390k|  1739k| 16847k|   3.1 |1317M|  63 |   8 |  70 |5440 |  70 |  21 |  20 |2203k|3826 | 0.000000e+00 |      --      |    Inf 
996.43/996.41	c   996s|  5400k|  1742k| 16878k|   3.1 |1320M|  63 |   8 |  70 |5552 |  70 |  21 |  20 |2207k|3826 | 0.000000e+00 |      --      |    Inf 
998.32/998.32	c   998s|  5410k|  1745k| 16910k|   3.1 |1322M|  63 |   8 |  70 |5571 |  70 |  21 |  20 |2211k|3826 | 0.000000e+00 |      --      |    Inf 
1000.32/1000.38	c  1000s|  5420k|  1748k| 16941k|   3.1 |1324M|  63 |   8 |  70 |5104 |  70 |  21 |  20 |2215k|3826 | 0.000000e+00 |      --      |    Inf 
1002.32/1002.33	c  1002s|  5430k|  1751k| 16972k|   3.1 |1327M|  63 |   - |  70 |5545 |  70 |  21 |  20 |2219k|3826 | 0.000000e+00 |      --      |    Inf 
1004.12/1004.13	c  1004s|  5440k|  1754k| 17003k|   3.1 |1329M|  63 |   - |  70 |6693 |  70 |  21 |  20 |2223k|3827 | 0.000000e+00 |      --      |    Inf 
1006.22/1006.20	c  1006s|  5450k|  1757k| 17033k|   3.1 |1332M|  63 |   8 |  70 |6434 |  70 |  21 |  20 |2228k|3827 | 0.000000e+00 |      --      |    Inf 
1008.23/1008.29	c  1008s|  5460k|  1760k| 17063k|   3.1 |1334M|  63 |   8 |  70 |5284 |  70 |  21 |  20 |2232k|3831 | 0.000000e+00 |      --      |    Inf 
1010.33/1010.33	c  1010s|  5470k|  1763k| 17095k|   3.1 |1336M|  63 |   8 |  70 |5373 |  70 |  21 |  20 |2236k|3831 | 0.000000e+00 |      --      |    Inf 
1012.42/1012.44	c  1012s|  5480k|  1765k| 17126k|   3.1 |1339M|  63 |   8 |  70 |5447 |  70 |  21 |  20 |2241k|3831 | 0.000000e+00 |      --      |    Inf 
1014.32/1014.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1014.32/1014.39	c  1014s|  5490k|  1769k| 17158k|   3.1 |1341M|  63 |   8 |  70 |5893 |  70 |  21 |  20 |2245k|3831 | 0.000000e+00 |      --      |    Inf 
1016.22/1016.23	c  1016s|  5500k|  1772k| 17189k|   3.1 |1344M|  63 |   8 |  70 |7391 |  70 |  21 |  20 |2249k|3831 | 0.000000e+00 |      --      |    Inf 
1018.23/1018.28	c  1018s|  5510k|  1775k| 17220k|   3.1 |1346M|  63 |   8 |  70 |6346 |  70 |  21 |  20 |2253k|3831 | 0.000000e+00 |      --      |    Inf 
1020.12/1020.13	c  1020s|  5520k|  1778k| 17251k|   3.1 |1349M|  63 |   8 |  70 |6651 |  70 |  21 |  20 |2257k|3831 | 0.000000e+00 |      --      |    Inf 
1022.22/1022.24	c  1022s|  5530k|  1781k| 17283k|   3.1 |1351M|  63 |   8 |  70 |6000 |  70 |  21 |  20 |2261k|3831 | 0.000000e+00 |      --      |    Inf 
1024.32/1024.31	c  1024s|  5540k|  1784k| 17314k|   3.1 |1353M|  63 |   - |  70 |6320 |  70 |  21 |  20 |2266k|3831 | 0.000000e+00 |      --      |    Inf 
1026.42/1026.41	c  1026s|  5550k|  1787k| 17345k|   3.1 |1356M|  63 |   - |  70 |5887 |   0 |   0 |  20 |2270k|3831 | 0.000000e+00 |      --      |    Inf 
1028.53/1028.51	c  1029s|  5560k|  1790k| 17377k|   3.1 |1358M|  63 |   8 |  70 |5714 |  70 |  21 |  20 |2274k|3831 | 0.000000e+00 |      --      |    Inf 
1030.43/1030.40	c  1030s|  5570k|  1793k| 17409k|   3.1 |1361M|  63 |   8 |  70 |6862 |  70 |  21 |  20 |2278k|3831 | 0.000000e+00 |      --      |    Inf 
1032.43/1032.49	c  1032s|  5580k|  1796k| 17439k|   3.1 |1363M|  63 |   8 |  70 |6254 |  70 |  21 |  20 |2282k|3831 | 0.000000e+00 |      --      |    Inf 
1034.52/1034.52	c  1035s|  5590k|  1799k| 17470k|   3.1 |1365M|  63 |   8 |  70 |6085 |  70 |  21 |  20 |2287k|3831 | 0.000000e+00 |      --      |    Inf 
1036.42/1036.49	c  1036s|  5600k|  1802k| 17501k|   3.1 |1368M|  63 |   8 |  70 |6198 |  70 |  21 |  20 |2291k|3831 | 0.000000e+00 |      --      |    Inf 
1038.23/1038.20	c  1038s|  5610k|  1806k| 17532k|   3.1 |1370M|  63 |   8 |  70 |7532 |  70 |  21 |  20 |2294k|3831 | 0.000000e+00 |      --      |    Inf 
1039.92/1039.95	c  1040s|  5620k|  1810k| 17561k|   3.1 |1373M|  63 |   8 |  70 |8352 |  70 |  21 |  20 |2298k|3831 | 0.000000e+00 |      --      |    Inf 
1041.92/1041.99	c  1042s|  5630k|  1813k| 17591k|   3.1 |1375M|  63 |   8 |  70 |7837 |  70 |  21 |  20 |2302k|3831 | 0.000000e+00 |      --      |    Inf 
1044.22/1044.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.22/1044.29	c  1044s|  5640k|  1815k| 17621k|   3.1 |1377M|  63 |   - |  70 |5878 |  70 |  21 |  20 |2306k|3841 | 0.000000e+00 |      --      |    Inf 
1046.52/1046.52	c  1047s|  5650k|  1818k| 17653k|   3.1 |1380M|  63 |   - |  70 |5864 |  70 |  21 |  20 |2311k|3841 | 0.000000e+00 |      --      |    Inf 
1048.62/1048.61	c  1049s|  5660k|  1821k| 17683k|   3.1 |1382M|  63 |   - |  70 |6034 |  70 |  21 |  20 |2315k|3841 | 0.000000e+00 |      --      |    Inf 
1050.73/1050.73	c  1051s|  5670k|  1824k| 17715k|   3.1 |1384M|  63 |   8 |  70 |5829 |  70 |  21 |  20 |2319k|3842 | 0.000000e+00 |      --      |    Inf 
1052.73/1052.77	c  1053s|  5680k|  1827k| 17746k|   3.1 |1387M|  63 |   - |  70 |6341 |  70 |  21 |  20 |2324k|3844 | 0.000000e+00 |      --      |    Inf 
1054.83/1054.90	c  1055s|  5690k|  1830k| 17777k|   3.1 |1389M|  63 |   - |  70 |5771 |  70 |  21 |  20 |2328k|3844 | 0.000000e+00 |      --      |    Inf 
1056.72/1056.78	c  1057s|  5700k|  1833k| 17808k|   3.1 |1392M|  63 |   8 |  70 |6183 |  70 |  21 |  20 |2332k|3845 | 0.000000e+00 |      --      |    Inf 
1058.82/1058.87	c  1059s|  5710k|  1836k| 17840k|   3.1 |1394M|  63 |   - |  70 |5822 |  70 |  21 |  20 |2336k|3847 | 0.000000e+00 |      --      |    Inf 
1060.92/1060.98	c  1061s|  5720k|  1839k| 17871k|   3.1 |1396M|  63 |   - |  70 |5803 |  70 |  21 |  20 |2340k|3850 | 0.000000e+00 |      --      |    Inf 
1062.92/1062.93	c  1063s|  5730k|  1842k| 17903k|   3.1 |1399M|  63 |   8 |  70 |6384 |  70 |  21 |  20 |2344k|3855 | 0.000000e+00 |      --      |    Inf 
1064.93/1064.98	c  1065s|  5740k|  1845k| 17935k|   3.1 |1401M|  63 |   - |  70 |6309 |  70 |  21 |  20 |2349k|3857 | 0.000000e+00 |      --      |    Inf 
1066.93/1066.99	c  1067s|  5750k|  1848k| 17966k|   3.1 |1404M|  63 |   - |  70 |6394 |  70 |  21 |  20 |2353k|3858 | 0.000000e+00 |      --      |    Inf 
1068.93/1068.92	c  1069s|  5760k|  1851k| 17999k|   3.1 |1406M|  63 |   8 |  70 |6555 |  70 |  21 |  20 |2357k|3859 | 0.000000e+00 |      --      |    Inf 
1071.03/1071.04	c  1071s|  5770k|  1854k| 18030k|   3.1 |1408M|  63 |   8 |  70 |5744 |  70 |  21 |  20 |2361k|3859 | 0.000000e+00 |      --      |    Inf 
1073.03/1073.08	c  1073s|  5780k|  1857k| 18061k|   3.1 |1411M|  63 |   - |  70 |5404 |  70 |  21 |  20 |2365k|3863 | 0.000000e+00 |      --      |    Inf 
1075.03/1075.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1075.03/1075.08	c  1075s|  5790k|  1860k| 18092k|   3.1 |1413M|  63 |   8 |  70 |5949 |  70 |  21 |  20 |2370k|3863 | 0.000000e+00 |      --      |    Inf 
1076.93/1076.98	c  1077s|  5800k|  1864k| 18122k|   3.1 |1416M|  63 |   - |  70 |6686 |  70 |  21 |  20 |2373k|3867 | 0.000000e+00 |      --      |    Inf 
1078.92/1078.93	c  1079s|  5810k|  1867k| 18152k|   3.1 |1418M|  63 |   8 |  70 |6314 |  70 |  21 |  20 |2377k|3867 | 0.000000e+00 |      --      |    Inf 
1080.63/1080.61	c  1081s|  5820k|  1871k| 18183k|   3.1 |1421M|  63 |   8 |  70 |7642 |  70 |  21 |  20 |2381k|3867 | 0.000000e+00 |      --      |    Inf 
1082.43/1082.44	c  1082s|  5830k|  1874k| 18214k|   3.1 |1423M|  63 |   8 |  70 |8123 |  70 |  21 |  20 |2385k|3868 | 0.000000e+00 |      --      |    Inf 
1084.32/1084.34	c  1084s|  5840k|  1878k| 18245k|   3.1 |1426M|  63 |   - |  70 |8544 |  70 |  21 |  20 |2389k|3869 | 0.000000e+00 |      --      |    Inf 
1086.23/1086.29	c  1086s|  5850k|  1881k| 18276k|   3.1 |1428M|  63 |   - |  70 |8425 |  70 |  21 |  20 |2393k|3869 | 0.000000e+00 |      --      |    Inf 
1088.53/1088.55	c  1089s|  5860k|  1884k| 18307k|   3.1 |1430M|  63 |   8 |  70 |6109 |  70 |  21 |  20 |2397k|3869 | 0.000000e+00 |      --      |    Inf 
1090.72/1090.70	c  1091s|  5870k|  1887k| 18338k|   3.1 |1433M|  63 |   8 |  70 |5845 |  70 |  21 |  20 |2402k|3869 | 0.000000e+00 |      --      |    Inf 
1092.83/1092.83	c  1093s|  5880k|  1890k| 18369k|   3.1 |1435M|  63 |   - |  70 |5522 |  70 |  21 |  20 |2406k|3869 | 0.000000e+00 |      --      |    Inf 
1094.72/1094.75	c  1095s|  5890k|  1893k| 18400k|   3.1 |1437M|  63 |   8 |  70 |6201 |  70 |  21 |  20 |2410k|3869 | 0.000000e+00 |      --      |    Inf 
1096.63/1096.63	c  1097s|  5900k|  1896k| 18430k|   3.1 |1440M|  63 |   - |  70 |6463 |  70 |  21 |  20 |2414k|3869 | 0.000000e+00 |      --      |    Inf 
1098.52/1098.57	c  1099s|  5910k|  1899k| 18461k|   3.1 |1442M|  63 |   8 |  70 |6896 |  70 |  21 |  20 |2418k|3869 | 0.000000e+00 |      --      |    Inf 
1100.73/1100.70	c  1101s|  5920k|  1902k| 18493k|   3.1 |1445M|  63 |   8 |  70 |5697 |  70 |  21 |  20 |2422k|3869 | 0.000000e+00 |      --      |    Inf 
1102.82/1102.82	c  1103s|  5930k|  1905k| 18524k|   3.1 |1447M|  63 |   8 |  70 |5363 |  70 |  21 |  20 |2427k|3869 | 0.000000e+00 |      --      |    Inf 
1104.92/1104.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1104.92/1104.94	c  1105s|  5940k|  1907k| 18555k|   3.1 |1449M|  63 |   8 |  70 |5122 |  70 |  21 |  20 |2431k|3869 | 0.000000e+00 |      --      |    Inf 
1106.73/1106.77	c  1107s|  5950k|  1911k| 18587k|   3.1 |1452M|  63 |   8 |  70 |5666 |  70 |  21 |  20 |2435k|3869 | 0.000000e+00 |      --      |    Inf 
1108.53/1108.53	c  1109s|  5960k|  1915k| 18618k|   3.1 |1455M|  63 |   8 |  70 |6472 |  70 |  21 |  20 |2439k|3869 | 0.000000e+00 |      --      |    Inf 
1110.32/1110.39	c  1110s|  5970k|  1919k| 18648k|   3.1 |1457M|  63 |   8 |  70 |6347 |  70 |  21 |  20 |2442k|3869 | 0.000000e+00 |      --      |    Inf 
1112.23/1112.20	c  1112s|  5980k|  1922k| 18679k|   3.1 |1460M|  63 |   8 |  70 |6662 |  70 |  21 |  20 |2446k|3869 | 0.000000e+00 |      --      |    Inf 
1114.12/1114.13	c  1114s|  5990k|  1926k| 18708k|   3.1 |1462M|  63 |   8 |  70 |7392 |  70 |  21 |  20 |2450k|3869 | 0.000000e+00 |      --      |    Inf 
1116.12/1116.19	c  1116s|  6000k|  1928k| 18738k|   3.1 |1464M|  63 |   8 |  70 |6874 |  70 |  21 |  20 |2455k|3869 | 0.000000e+00 |      --      |    Inf 
1118.13/1118.14	c  1118s|  6010k|  1932k| 18769k|   3.1 |1467M|  63 |   8 |  70 |7550 |  70 |  21 |  20 |2459k|3869 | 0.000000e+00 |      --      |    Inf 
1120.23/1120.21	c  1120s|  6020k|  1935k| 18800k|   3.1 |1469M|  63 |   - |  70 |6756 |  70 |  21 |  20 |2463k|3869 | 0.000000e+00 |      --      |    Inf 
1122.42/1122.44	c  1122s|  6030k|  1937k| 18831k|   3.1 |1471M|  63 |   8 |  70 |5329 |  70 |  21 |  20 |2467k|3869 | 0.000000e+00 |      --      |    Inf 
1124.32/1124.32	c  1124s|  6040k|  1941k| 18862k|   3.1 |1474M|  63 |   8 |  70 |5974 |  70 |  21 |  20 |2471k|3869 | 0.000000e+00 |      --      |    Inf 
1126.23/1126.24	c  1126s|  6050k|  1944k| 18893k|   3.1 |1476M|  63 |   - |  70 |6752 |  70 |  21 |  20 |2476k|3869 | 0.000000e+00 |      --      |    Inf 
1128.13/1128.13	c  1128s|  6060k|  1947k| 18924k|   3.1 |1479M|  63 |   8 |  70 |7857 |  70 |  21 |  20 |2480k|3869 | 0.000000e+00 |      --      |    Inf 
1130.22/1130.28	c  1130s|  6070k|  1950k| 18955k|   3.1 |1481M|  63 |   8 |  70 |6926 |  70 |  21 |  20 |2484k|3869 | 0.000000e+00 |      --      |    Inf 
1132.33/1132.38	c  1132s|  6080k|  1953k| 18987k|   3.1 |1483M|  63 |   8 |  70 |6426 |  70 |  21 |  20 |2488k|3869 | 0.000000e+00 |      --      |    Inf 
1134.32/1134.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1134.32/1134.34	c  1134s|  6090k|  1956k| 19017k|   3.1 |1486M|  63 |   - |  70 |6530 |  70 |  21 |  20 |2492k|3869 | 0.000000e+00 |      --      |    Inf 
1136.43/1136.40	c  1136s|  6100k|  1959k| 19048k|   3.1 |1488M|  63 |   8 |  70 |6431 |  70 |  21 |  20 |2496k|3869 | 0.000000e+00 |      --      |    Inf 
1138.53/1138.54	c  1139s|  6110k|  1962k| 19079k|   3.1 |1491M|  63 |   - |  70 |6077 |  70 |  21 |  20 |2501k|3869 | 0.000000e+00 |      --      |    Inf 
1140.73/1140.73	c  1141s|  6120k|  1965k| 19109k|   3.1 |1493M|  63 |   8 |  70 |5516 |  70 |  21 |  20 |2505k|3869 | 0.000000e+00 |      --      |    Inf 
1142.63/1142.66	c  1143s|  6130k|  1968k| 19140k|   3.1 |1495M|  63 |   8 |  70 |6390 |  70 |  21 |  20 |2509k|3869 | 0.000000e+00 |      --      |    Inf 
1144.83/1144.81	c  1145s|  6140k|  1971k| 19171k|   3.1 |1498M|  63 |   - |  70 |5730 |  70 |  21 |  20 |2514k|3869 | 0.000000e+00 |      --      |    Inf 
1147.02/1147.02	c  1147s|  6150k|  1973k| 19202k|   3.1 |1500M|  63 |   8 |  70 |5275 |  70 |  21 |  20 |2518k|3869 | 0.000000e+00 |      --      |    Inf 
1149.03/1149.05	c  1149s|  6160k|  1976k| 19234k|   3.1 |1502M|  63 |   8 |  70 |5690 |  70 |  21 |  20 |2522k|3869 | 0.000000e+00 |      --      |    Inf 
1150.93/1150.94	c  1151s|  6170k|  1980k| 19264k|   3.1 |1505M|  63 |   - |  70 |6318 |  70 |  21 |  20 |2526k|3869 | 0.000000e+00 |      --      |    Inf 
1152.92/1152.98	c  1153s|  6180k|  1983k| 19295k|   3.1 |1507M|  63 |   8 |  70 |5260 |  70 |  21 |  20 |2530k|3869 | 0.000000e+00 |      --      |    Inf 
1154.63/1154.62	c  1155s|  6190k|  1987k| 19327k|   3.1 |1510M|  63 |   8 |  70 |6672 |  70 |  21 |  20 |2533k|3869 | 0.000000e+00 |      --      |    Inf 
1156.53/1156.51	c  1157s|  6200k|  1991k| 19357k|   3.1 |1513M|  63 |   8 |  70 |6604 |  70 |  21 |  20 |2537k|3869 | 0.000000e+00 |      --      |    Inf 
1158.43/1158.41	c  1158s|  6210k|  1995k| 19388k|   3.1 |1515M|  63 |   8 |  70 |7091 |  70 |  21 |  20 |2541k|3869 | 0.000000e+00 |      --      |    Inf 
1160.32/1160.38	c  1160s|  6220k|  1998k| 19419k|   3.1 |1518M|  63 |   8 |  70 |7178 |  70 |  21 |  20 |2545k|3869 | 0.000000e+00 |      --      |    Inf 
1162.43/1162.44	c  1162s|  6230k|  2002k| 19451k|   3.1 |1520M|  63 |   - |  70 |6988 |  70 |  21 |  20 |2549k|3869 | 0.000000e+00 |      --      |    Inf 
1164.33/1164.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1164.33/1164.34	c  1164s|  6240k|  2005k| 19481k|   3.1 |1523M|  63 |   8 |  70 |7179 |  70 |  21 |  20 |2553k|3869 | 0.000000e+00 |      --      |    Inf 
1166.33/1166.32	c  1166s|  6250k|  2008k| 19512k|   3.1 |1525M|  63 |   - |  70 |7735 |  70 |  21 |  20 |2557k|3869 | 0.000000e+00 |      --      |    Inf 
1168.33/1168.34	c  1168s|  6260k|  2012k| 19543k|   3.1 |1528M|  63 |   8 |  70 |7428 |  70 |  21 |  20 |2561k|3869 | 0.000000e+00 |      --      |    Inf 
1170.62/1170.60	c  1171s|  6270k|  2014k| 19574k|   3.1 |1530M|  63 |   - |  70 |6135 |  70 |  21 |  20 |2565k|3871 | 0.000000e+00 |      --      |    Inf 
1172.73/1172.73	c  1173s|  6280k|  2017k| 19605k|   3.1 |1532M|  63 |   - |  70 |5671 |  70 |  21 |  20 |2570k|3871 | 0.000000e+00 |      --      |    Inf 
1174.73/1174.75	c  1175s|  6290k|  2020k| 19636k|   3.1 |1534M|  63 |   8 |  70 |5918 |  70 |  21 |  20 |2574k|3873 | 0.000000e+00 |      --      |    Inf 
1176.82/1176.84	c  1177s|  6300k|  2023k| 19666k|   3.1 |1537M|  63 |   8 |  70 |5505 |  70 |  21 |  20 |2578k|3875 | 0.000000e+00 |      --      |    Inf 
1178.63/1178.63	c  1179s|  6310k|  2027k| 19698k|   3.1 |1539M|  63 |   8 |  70 |6539 |  70 |  21 |  20 |2582k|3875 | 0.000000e+00 |      --      |    Inf 
1180.73/1180.74	c  1181s|  6320k|  2030k| 19730k|   3.1 |1541M|  63 |   8 |  70 |6037 |  70 |  21 |  20 |2586k|3879 | 0.000000e+00 |      --      |    Inf 
1182.83/1182.85	c  1183s|  6330k|  2033k| 19762k|   3.1 |1544M|  63 |   8 |  70 |5597 |  70 |  21 |  20 |2591k|3879 | 0.000000e+00 |      --      |    Inf 
1184.93/1184.96	c  1185s|  6340k|  2036k| 19792k|   3.1 |1546M|  63 |   - |  70 |5429 |  70 |  21 |  20 |2595k|3879 | 0.000000e+00 |      --      |    Inf 
1187.03/1187.04	c  1187s|  6350k|  2038k| 19824k|   3.1 |1548M|  63 |   8 |  70 |5432 |  70 |  21 |  20 |2599k|3880 | 0.000000e+00 |      --      |    Inf 
1189.13/1189.14	c  1189s|  6360k|  2041k| 19855k|   3.1 |1551M|  63 |   8 |  70 |5625 |  70 |  21 |  20 |2604k|3880 | 0.000000e+00 |      --      |    Inf 
1191.13/1191.18	c  1191s|  6370k|  2044k| 19886k|   3.1 |1553M|  63 |   8 |  70 |5610 |  70 |  21 |  20 |2608k|3880 | 0.000000e+00 |      --      |    Inf 
1193.33/1193.38	c  1193s|  6380k|  2047k| 19916k|   3.1 |1555M|  63 |   8 |  70 |5222 |  70 |  21 |  20 |2612k|3881 | 0.000000e+00 |      --      |    Inf 
1195.33/1195.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1195.33/1195.33	c  1195s|  6390k|  2050k| 19947k|   3.1 |1558M|  63 |   - |  70 |5778 |  70 |  21 |  20 |2616k|3881 | 0.000000e+00 |      --      |    Inf 
1197.23/1197.29	c  1197s|  6400k|  2054k| 19977k|   3.1 |1561M|  63 |   - |  70 |6138 |  70 |  21 |  20 |2620k|3881 | 0.000000e+00 |      --      |    Inf 
1199.33/1199.30	c  1199s|  6410k|  2056k| 20008k|   3.1 |1563M|  63 |   8 |  70 |6483 |  70 |  21 |  20 |2625k|3882 | 0.000000e+00 |      --      |    Inf 
1201.32/1201.30	c  1201s|  6420k|  2059k| 20038k|   3.1 |1565M|  63 |   8 |  70 |6719 |  70 |  21 |  20 |2629k|3882 | 0.000000e+00 |      --      |    Inf 
1203.23/1203.29	c  1203s|  6430k|  2063k| 20069k|   3.1 |1568M|  63 |   8 |  70 |6467 |  70 |  21 |  20 |2633k|3882 | 0.000000e+00 |      --      |    Inf 
1205.42/1205.40	c  1205s|  6440k|  2066k| 20099k|   3.1 |1570M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |2637k|3887 | 0.000000e+00 |      --      |    Inf 
1207.43/1207.42	c  1207s|  6450k|  2068k| 20131k|   3.1 |1572M|  63 |   8 |  70 |5875 |  70 |  21 |  20 |2641k|3887 | 0.000000e+00 |      --      |    Inf 
1209.53/1209.53	c  1210s|  6460k|  2071k| 20162k|   3.1 |1575M|  63 |   8 |  70 |5634 |  70 |  21 |  20 |2646k|3892 | 0.000000e+00 |      --      |    Inf 
1211.63/1211.60	c  1212s|  6470k|  2075k| 20193k|   3.1 |1577M|  63 |   - |  70 |5472 |  70 |  21 |  20 |2650k|3892 | 0.000000e+00 |      --      |    Inf 
1213.63/1213.64	c  1214s|  6480k|  2078k| 20224k|   3.1 |1580M|  63 |   - |  70 |5929 |  70 |  21 |  20 |2654k|3894 | 0.000000e+00 |      --      |    Inf 
1215.93/1215.93	c  1216s|  6490k|  2080k| 20254k|   3.1 |1582M|  63 |   8 |  70 |5518 |  70 |  21 |  20 |2658k|3894 | 0.000000e+00 |      --      |    Inf 
1218.03/1218.06	c  1218s|  6500k|  2083k| 20286k|   3.1 |1584M|  63 |   8 |  70 |5651 |  70 |  21 |  20 |2663k|3894 | 0.000000e+00 |      --      |    Inf 
1220.13/1220.13	c  1220s|  6510k|  2086k| 20316k|   3.1 |1587M|  63 |   - |  70 |5974 |  70 |  21 |  20 |2667k|3894 | 0.000000e+00 |      --      |    Inf 
1222.14/1222.15	c  1222s|  6520k|  2089k| 20347k|   3.1 |1589M|  63 |   8 |  70 |5763 |  70 |  21 |  20 |2671k|3894 | 0.000000e+00 |      --      |    Inf 
1223.93/1223.98	c  1224s|  6530k|  2093k| 20376k|   3.1 |1592M|  63 |   8 |  70 |6364 |  70 |  21 |  20 |2675k|3894 | 0.000000e+00 |      --      |    Inf 
1225.73/1225.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1225.73/1225.70	c  1226s|  6540k|  2097k| 20405k|   3.1 |1594M|  63 |   8 |  70 |7256 |  70 |  21 |  20 |2678k|3894 | 0.000000e+00 |      --      |    Inf 
1227.73/1227.74	c  1228s|  6550k|  2100k| 20435k|   3.1 |1597M|  63 |   8 |  70 |6432 |  70 |  21 |  20 |2682k|3899 | 0.000000e+00 |      --      |    Inf 
1229.83/1229.82	c  1230s|  6560k|  2103k| 20467k|   3.1 |1599M|  63 |   - |  70 |6239 |  70 |  21 |  20 |2686k|3901 | 0.000000e+00 |      --      |    Inf 
1231.83/1231.86	c  1232s|  6570k|  2106k| 20498k|   3.1 |1601M|  63 |   8 |  70 |6038 |  70 |  21 |  20 |2691k|3901 | 0.000000e+00 |      --      |    Inf 
1234.03/1234.10	c  1234s|  6580k|  2109k| 20528k|   3.1 |1603M|  63 |   - |  70 |5284 |  70 |  21 |  20 |2695k|3902 | 0.000000e+00 |      --      |    Inf 
1236.23/1236.22	c  1236s|  6590k|  2112k| 20559k|   3.1 |1606M|  63 |   8 |  70 |5321 |  70 |  21 |  20 |2699k|3902 | 0.000000e+00 |      --      |    Inf 
1238.22/1238.28	c  1238s|  6600k|  2115k| 20589k|   3.1 |1608M|  63 |   8 |  70 |5416 |  70 |  21 |  20 |2703k|3902 | 0.000000e+00 |      --      |    Inf 
1240.23/1240.26	c  1240s|  6610k|  2118k| 20621k|   3.1 |1611M|  63 |   8 |  70 |5986 |  70 |  21 |  20 |2707k|3906 | 0.000000e+00 |      --      |    Inf 
1242.13/1242.14	c  1242s|  6620k|  2122k| 20653k|   3.1 |1613M|  63 |   - |  70 |7275 |  70 |  21 |  20 |2711k|3906 | 0.000000e+00 |      --      |    Inf 
1244.33/1244.32	c  1244s|  6630k|  2125k| 20684k|   3.1 |1616M|  63 |   8 |  70 |6280 |  70 |  21 |  20 |2715k|3912 | 0.000000e+00 |      --      |    Inf 
1246.43/1246.42	c  1246s|  6640k|  2128k| 20715k|   3.1 |1618M|  63 |   8 |  70 |5726 |  70 |  21 |  20 |2720k|3916 | 0.000000e+00 |      --      |    Inf 
1248.32/1248.33	c  1248s|  6650k|  2131k| 20747k|   3.1 |1620M|  63 |   8 |  70 |6387 |  70 |  21 |  20 |2724k|3916 | 0.000000e+00 |      --      |    Inf 
1250.33/1250.37	c  1250s|  6660k|  2134k| 20779k|   3.1 |1623M|  63 |   - |  70 |6698 |  70 |  21 |  20 |2728k|3916 | 0.000000e+00 |      --      |    Inf 
1252.53/1252.56	c  1253s|  6670k|  2137k| 20810k|   3.1 |1625M|  63 |   - |  70 |6331 |  70 |  21 |  20 |2732k|3916 | 0.000000e+00 |      --      |    Inf 
1254.73/1254.72	c  1255s|  6680k|  2140k| 20841k|   3.1 |1628M|  63 |   8 |  70 |6162 |  70 |  21 |  20 |2736k|3916 | 0.000000e+00 |      --      |    Inf 
1256.73/1256.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.73/1256.73	c  1257s|  6690k|  2143k| 20873k|   3.1 |1630M|  63 |   8 |  70 |5961 |  70 |  21 |  20 |2741k|3916 | 0.000000e+00 |      --      |    Inf 
1258.73/1258.75	c  1259s|  6700k|  2146k| 20903k|   3.1 |1632M|  63 |   - |  70 |5691 |  70 |  21 |  20 |2745k|3916 | 0.000000e+00 |      --      |    Inf 
1260.93/1260.90	c  1261s|  6710k|  2149k| 20935k|   3.1 |1634M|  63 |   8 |  70 |5153 |  70 |  21 |  20 |2749k|3916 | 0.000000e+00 |      --      |    Inf 
1262.93/1262.93	c  1263s|  6720k|  2152k| 20966k|   3.1 |1637M|  63 |   8 |  70 |5118 |  70 |  21 |  20 |2753k|3916 | 0.000000e+00 |      --      |    Inf 
1264.83/1264.88	c  1265s|  6730k|  2155k| 20997k|   3.1 |1639M|  63 |   8 |  70 |5832 |  70 |  21 |  20 |2758k|3916 | 0.000000e+00 |      --      |    Inf 
1266.93/1266.91	c  1267s|  6740k|  2158k| 21029k|   3.1 |1642M|  63 |   - |  70 |6117 |   0 |   0 |  20 |2762k|3916 | 0.000000e+00 |      --      |    Inf 
1268.83/1268.89	c  1269s|  6750k|  2161k| 21059k|   3.1 |1644M|  63 |   - |  70 |6410 |  70 |  21 |  20 |2766k|3916 | 0.000000e+00 |      --      |    Inf 
1270.63/1270.66	c  1271s|  6760k|  2164k| 21090k|   3.1 |1647M|  63 |   8 |  70 |7639 |  70 |  21 |  20 |2770k|3916 | 0.000000e+00 |      --      |    Inf 
1272.64/1272.67	c  1273s|  6770k|  2167k| 21121k|   3.1 |1649M|  63 |   8 |  70 |7058 |  70 |  21 |  20 |2774k|3916 | 0.000000e+00 |      --      |    Inf 
1274.73/1274.72	c  1275s|  6780k|  2170k| 21152k|   3.1 |1652M|  63 |   - |  70 |6641 |  70 |  21 |  20 |2778k|3916 | 0.000000e+00 |      --      |    Inf 
1276.84/1276.86	c  1277s|  6790k|  2173k| 21183k|   3.1 |1654M|  63 |   - |  70 |5450 |  70 |  21 |  20 |2782k|3916 | 0.000000e+00 |      --      |    Inf 
1278.83/1278.81	c  1279s|  6800k|  2176k| 21216k|   3.1 |1656M|  63 |   - |  70 |6479 |  70 |  21 |  20 |2786k|3916 | 0.000000e+00 |      --      |    Inf 
1280.93/1280.95	c  1281s|  6810k|  2179k| 21246k|   3.1 |1659M|  63 |   - |  70 |6035 |  70 |  21 |  20 |2791k|3916 | 0.000000e+00 |      --      |    Inf 
1282.93/1282.91	c  1283s|  6820k|  2183k| 21276k|   3.1 |1661M|  63 |   8 |  70 |6381 |  70 |  21 |  20 |2795k|3916 | 0.000000e+00 |      --      |    Inf 
1285.03/1285.02	c  1285s|  6830k|  2186k| 21306k|   3.1 |1663M|  63 |   8 |  70 |5590 |  70 |  21 |  20 |2799k|3917 | 0.000000e+00 |      --      |    Inf 
1287.13/1287.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1287.13/1287.13	c  1287s|  6840k|  2189k| 21336k|   3.1 |1666M|  63 |   8 |  70 |4857 |  70 |  21 |  20 |2803k|3919 | 0.000000e+00 |      --      |    Inf 
1289.03/1289.03	c  1289s|  6850k|  2192k| 21368k|   3.1 |1668M|  63 |   - |  70 |5699 |  70 |  21 |  20 |2807k|3919 | 0.000000e+00 |      --      |    Inf 
1291.23/1291.24	c  1291s|  6860k|  2195k| 21399k|   3.1 |1671M|  63 |   8 |  70 |5548 |  70 |  21 |  20 |2811k|3920 | 0.000000e+00 |      --      |    Inf 
1293.13/1293.20	c  1293s|  6870k|  2198k| 21430k|   3.1 |1673M|  63 |   - |  70 |6303 |  70 |  21 |  20 |2815k|3925 | 0.000000e+00 |      --      |    Inf 
1295.23/1295.24	c  1295s|  6880k|  2201k| 21463k|   3.1 |1676M|  63 |   - |  70 |6401 |  70 |  21 |  20 |2820k|3930 | 0.000000e+00 |      --      |    Inf 
1297.33/1297.38	c  1297s|  6890k|  2204k| 21494k|   3.1 |1678M|  63 |   - |  70 |6191 |  70 |  21 |  20 |2824k|3930 | 0.000000e+00 |      --      |    Inf 
1299.43/1299.50	c  1299s|  6900k|  2207k| 21525k|   3.1 |1680M|  63 |   8 |  70 |6285 |  70 |  21 |  20 |2828k|3935 | 0.000000e+00 |      --      |    Inf 
1301.63/1301.64	c  1302s|  6910k|  2210k| 21557k|   3.1 |1683M|  63 |   8 |  70 |5424 |  70 |  21 |  20 |2832k|3937 | 0.000000e+00 |      --      |    Inf 
1303.73/1303.79	c  1304s|  6920k|  2213k| 21587k|   3.1 |1685M|  63 |   8 |  70 |5074 |  70 |  21 |  20 |2836k|3938 | 0.000000e+00 |      --      |    Inf 
1305.74/1305.77	c  1306s|  6930k|  2216k| 21618k|   3.1 |1687M|  63 |   - |  70 |5263 |  70 |  21 |  20 |2840k|3939 | 0.000000e+00 |      --      |    Inf 
1307.73/1307.72	c  1308s|  6940k|  2219k| 21648k|   3.1 |1690M|  63 |   8 |  70 |5365 |  70 |  21 |  20 |2845k|3941 | 0.000000e+00 |      --      |    Inf 
1309.83/1309.80	c  1310s|  6950k|  2222k| 21679k|   3.1 |1692M|  63 |   - |  70 |5989 |  70 |  21 |  20 |2849k|3941 | 0.000000e+00 |      --      |    Inf 
1311.83/1311.85	c  1312s|  6960k|  2225k| 21711k|   3.1 |1695M|  63 |   8 |  70 |5576 |  70 |  21 |  20 |2853k|3943 | 0.000000e+00 |      --      |    Inf 
1313.73/1313.75	c  1314s|  6970k|  2229k| 21741k|   3.1 |1697M|  63 |   8 |  70 |6768 |  70 |  21 |  20 |2857k|3943 | 0.000000e+00 |      --      |    Inf 
1315.64/1315.65	c  1316s|  6980k|  2232k| 21771k|   3.1 |1700M|  63 |   8 |  70 |7235 |  70 |  21 |  20 |2861k|3943 | 0.000000e+00 |      --      |    Inf 
1317.74/1317.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1317.74/1317.71	c  1318s|  6990k|  2236k| 21802k|   3.1 |1702M|  63 |   8 |  70 |7415 |  70 |  21 |  20 |2865k|3943 | 0.000000e+00 |      --      |    Inf 
1319.73/1319.74	c  1320s|  7000k|  2239k| 21834k|   3.1 |1705M|  63 |   8 |  70 |7499 |  70 |  21 |  20 |2869k|3945 | 0.000000e+00 |      --      |    Inf 
1321.93/1321.98	c  1322s|  7010k|  2242k| 21865k|   3.1 |1707M|  63 |   8 |  70 |6715 |  70 |  21 |  20 |2873k|3949 | 0.000000e+00 |      --      |    Inf 
1324.14/1324.19	c  1324s|  7020k|  2245k| 21897k|   3.1 |1709M|  63 |   8 |  70 |5908 |  70 |  21 |  20 |2878k|3952 | 0.000000e+00 |      --      |    Inf 
1326.33/1326.36	c  1326s|  7030k|  2247k| 21929k|   3.1 |1712M|  63 |   8 |  70 |5729 |  70 |  21 |  20 |2882k|3964 | 0.000000e+00 |      --      |    Inf 
1328.23/1328.20	c  1328s|  7040k|  2251k| 21959k|   3.1 |1714M|  63 |   8 |  70 |6641 |  70 |  21 |  20 |2886k|3965 | 0.000000e+00 |      --      |    Inf 
1330.23/1330.21	c  1330s|  7050k|  2254k| 21990k|   3.1 |1717M|  63 |   - |  70 |6466 |  70 |  21 |  20 |2890k|3967 | 0.000000e+00 |      --      |    Inf 
1332.33/1332.32	c  1332s|  7060k|  2257k| 22021k|   3.1 |1719M|  63 |   8 |  70 |6196 |  70 |  21 |  20 |2894k|3969 | 0.000000e+00 |      --      |    Inf 
1334.34/1334.36	c  1334s|  7070k|  2261k| 22054k|   3.1 |1721M|  63 |   - |  70 |5686 |  70 |  21 |  20 |2898k|3969 | 0.000000e+00 |      --      |    Inf 
1336.23/1336.21	c  1336s|  7080k|  2264k| 22087k|   3.1 |1724M|  63 |   - |  70 |6621 |  70 |  21 |  20 |2902k|3969 | 0.000000e+00 |      --      |    Inf 
1338.03/1338.08	c  1338s|  7090k|  2268k| 22119k|   3.1 |1727M|  63 |   8 |  70 |7129 |  70 |  21 |  20 |2906k|3969 | 0.000000e+00 |      --      |    Inf 
1340.04/1340.03	c  1340s|  7100k|  2272k| 22150k|   3.1 |1729M|  63 |   - |  70 |7344 |  70 |  21 |  20 |2910k|3969 | 0.000000e+00 |      --      |    Inf 
1342.04/1342.01	c  1342s|  7110k|  2275k| 22182k|   3.1 |1732M|  63 |   - |  70 |6850 |  70 |  21 |  20 |2914k|3969 | 0.000000e+00 |      --      |    Inf 
1343.93/1343.95	c  1344s|  7120k|  2279k| 22214k|   3.1 |1734M|  63 |   - |  70 |6778 |  70 |  21 |  20 |2918k|3969 | 0.000000e+00 |      --      |    Inf 
1345.94/1345.90	c  1346s|  7130k|  2282k| 22245k|   3.1 |1737M|  63 |   8 |  70 |7500 |  70 |  21 |  20 |2922k|3969 | 0.000000e+00 |      --      |    Inf 
1347.93/1347.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1347.93/1347.98	c  1348s|  7140k|  2285k| 22277k|   3.1 |1739M|  63 |   8 |  70 |7163 |  70 |  21 |  20 |2926k|3969 | 0.000000e+00 |      --      |    Inf 
1349.93/1349.90	c  1350s|  7150k|  2289k| 22309k|   3.1 |1742M|  63 |   - |  70 |8138 |  70 |  21 |  20 |2930k|3969 | 0.000000e+00 |      --      |    Inf 
1352.03/1352.06	c  1352s|  7160k|  2292k| 22341k|   3.1 |1744M|  63 |   8 |  70 |7306 |  70 |  21 |  20 |2934k|3969 | 0.000000e+00 |      --      |    Inf 
1354.04/1354.06	c  1354s|  7170k|  2295k| 22373k|   3.1 |1747M|  63 |   - |  70 |7491 |  70 |  21 |  20 |2938k|3969 | 0.000000e+00 |      --      |    Inf 
1356.13/1356.14	c  1356s|  7180k|  2299k| 22406k|   3.1 |1749M|  63 |   - |  70 |7658 |  70 |  21 |  20 |2943k|3969 | 0.000000e+00 |      --      |    Inf 
1358.23/1358.20	c  1358s|  7190k|  2302k| 22438k|   3.1 |1752M|  63 |   8 |  70 |7647 |  70 |  21 |  20 |2947k|3969 | 0.000000e+00 |      --      |    Inf 
1360.33/1360.35	c  1360s|  7200k|  2305k| 22469k|   3.1 |1754M|  63 |   8 |  70 |7375 |  70 |  21 |  20 |2951k|3969 | 0.000000e+00 |      --      |    Inf 
1362.63/1362.64	c  1363s|  7210k|  2308k| 22500k|   3.1 |1756M|  63 |   8 |  70 |6262 |  70 |  21 |  20 |2955k|3973 | 0.000000e+00 |      --      |    Inf 
1364.84/1364.87	c  1365s|  7220k|  2311k| 22531k|   3.1 |1758M|  63 |   8 |  70 |5753 |  70 |  21 |  20 |2959k|4004 | 0.000000e+00 |      --      |    Inf 
1366.93/1366.96	c  1367s|  7230k|  2314k| 22563k|   3.1 |1761M|  63 |   - |  70 |6093 |  70 |  21 |  20 |2964k|4004 | 0.000000e+00 |      --      |    Inf 
1369.03/1369.01	c  1369s|  7240k|  2317k| 22593k|   3.1 |1763M|  63 |   8 |  70 |5634 |  70 |  21 |  20 |2968k|4006 | 0.000000e+00 |      --      |    Inf 
1371.23/1371.24	c  1371s|  7250k|  2319k| 22624k|   3.1 |1765M|  63 |   8 |  70 |5306 |  70 |  21 |  20 |2972k|4006 | 0.000000e+00 |      --      |    Inf 
1373.23/1373.27	c  1373s|  7260k|  2322k| 22655k|   3.1 |1768M|  63 |   8 |  70 |5665 |  70 |  21 |  20 |2976k|4006 | 0.000000e+00 |      --      |    Inf 
1375.44/1375.44	c  1375s|  7270k|  2325k| 22686k|   3.1 |1770M|  63 |   8 |  70 |5201 |  70 |  21 |  20 |2981k|4006 | 0.000000e+00 |      --      |    Inf 
1377.24/1377.27	c  1377s|  7280k|  2329k| 22717k|   3.1 |1773M|  63 |   - |  70 |6361 |  70 |  21 |  20 |2984k|4006 | 0.000000e+00 |      --      |    Inf 
1379.13/1379.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1379.13/1379.12	c  1379s|  7290k|  2333k| 22748k|   3.1 |1775M|  63 |   - |  70 |7054 |  70 |  21 |  20 |2988k|4006 | 0.000000e+00 |      --      |    Inf 
1381.23/1381.24	c  1381s|  7300k|  2336k| 22779k|   3.1 |1778M|  63 |   8 |  70 |6705 |  70 |  21 |  20 |2992k|4006 | 0.000000e+00 |      --      |    Inf 
1383.44/1383.48	c  1383s|  7310k|  2338k| 22810k|   3.1 |1780M|  63 |   8 |  70 |6264 |  70 |  21 |  20 |2997k|4006 | 0.000000e+00 |      --      |    Inf 
1385.53/1385.58	c  1386s|  7320k|  2342k| 22841k|   3.1 |1782M|  63 |   - |  70 |5497 |  70 |  21 |  20 |3001k|4007 | 0.000000e+00 |      --      |    Inf 
1387.64/1387.65	c  1388s|  7330k|  2345k| 22870k|   3.1 |1785M|  63 |   - |  70 |5896 |  70 |  21 |  20 |3005k|4011 | 0.000000e+00 |      --      |    Inf 
1389.84/1389.89	c  1390s|  7340k|  2348k| 22901k|   3.1 |1787M|  63 |   - |  70 |5293 |  70 |  21 |  20 |3009k|4012 | 0.000000e+00 |      --      |    Inf 
1391.83/1391.84	c  1392s|  7350k|  2351k| 22931k|   3.1 |1789M|  63 |   8 |  70 |5732 |  70 |  21 |  20 |3013k|4013 | 0.000000e+00 |      --      |    Inf 
1393.83/1393.87	c  1394s|  7360k|  2354k| 22962k|   3.1 |1792M|  63 |   8 |  70 |5955 |  70 |  21 |  20 |3018k|4013 | 0.000000e+00 |      --      |    Inf 
1396.04/1396.00	c  1396s|  7370k|  2357k| 22993k|   3.1 |1794M|  63 |   8 |  70 |5824 |  70 |  21 |  20 |3022k|4013 | 0.000000e+00 |      --      |    Inf 
1398.13/1398.17	c  1398s|  7380k|  2359k| 23024k|   3.1 |1797M|  63 |   - |  70 |5415 |  70 |  21 |  20 |3026k|4013 | 0.000000e+00 |      --      |    Inf 
1400.03/1400.01	c  1400s|  7390k|  2363k| 23056k|   3.1 |1799M|  63 |   8 |  70 |6726 |  70 |  21 |  20 |3030k|4013 | 0.000000e+00 |      --      |    Inf 
1402.03/1402.01	c  1402s|  7400k|  2366k| 23087k|   3.1 |1802M|  63 |   8 |  70 |7431 |  70 |  21 |  20 |3034k|4013 | 0.000000e+00 |      --      |    Inf 
1404.13/1404.19	c  1404s|  7410k|  2369k| 23119k|   3.1 |1804M|  63 |   - |  70 |6489 |  70 |  21 |  20 |3039k|4014 | 0.000000e+00 |      --      |    Inf 
1406.44/1406.40	c  1406s|  7420k|  2372k| 23149k|   3.1 |1806M|  63 |   8 |  70 |5347 |  70 |  21 |  20 |3043k|4014 | 0.000000e+00 |      --      |    Inf 
1408.54/1408.52	c  1409s|  7430k|  2375k| 23181k|   3.1 |1809M|  63 |   8 |  70 |5471 |  70 |  21 |  20 |3047k|4015 | 0.000000e+00 |      --      |    Inf 
1410.74/1410.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1410.74/1410.72	c  1411s|  7440k|  2377k| 23212k|   3.1 |1811M|  63 |   8 |  70 |5465 |  70 |  21 |  20 |3052k|4015 | 0.000000e+00 |      --      |    Inf 
1412.73/1412.70	c  1413s|  7450k|  2380k| 23244k|   3.1 |1813M|  63 |   - |  70 |5455 |  70 |  21 |  20 |3056k|4015 | 0.000000e+00 |      --      |    Inf 
1414.84/1414.82	c  1415s|  7460k|  2383k| 23275k|   3.1 |1816M|  63 |   8 |  70 |5324 |  70 |  21 |  20 |3060k|4016 | 0.000000e+00 |      --      |    Inf 
1416.93/1417.00	c  1417s|  7470k|  2386k| 23306k|   3.1 |1818M|  63 |   8 |  70 |5304 |  70 |  21 |  20 |3065k|4019 | 0.000000e+00 |      --      |    Inf 
1418.94/1418.92	c  1419s|  7480k|  2389k| 23338k|   3.1 |1821M|  63 |   8 |  70 |6074 |  70 |  21 |  20 |3069k|4021 | 0.000000e+00 |      --      |    Inf 
1420.94/1420.90	c  1421s|  7490k|  2392k| 23370k|   3.1 |1823M|  63 |   - |  70 |6962 |  70 |  21 |  20 |3073k|4021 | 0.000000e+00 |      --      |    Inf 
1422.94/1422.90	c  1423s|  7500k|  2396k| 23402k|   3.1 |1826M|  63 |   - |  70 |7337 |  70 |  21 |  20 |3077k|4021 | 0.000000e+00 |      --      |    Inf 
1425.13/1425.12	c  1425s|  7510k|  2399k| 23433k|   3.1 |1828M|  63 |   8 |  70 |5939 |  70 |  21 |  20 |3081k|4026 | 0.000000e+00 |      --      |    Inf 
1427.14/1427.18	c  1427s|  7520k|  2402k| 23464k|   3.1 |1830M|  63 |   - |  70 |5898 |  70 |  21 |  20 |3085k|4031 | 0.000000e+00 |      --      |    Inf 
1429.13/1429.12	c  1429s|  7530k|  2406k| 23495k|   3.1 |1833M|  63 |   - |  70 |6794 |  70 |  21 |  20 |3089k|4031 | 0.000000e+00 |      --      |    Inf 
1431.24/1431.20	c  1431s|  7540k|  2409k| 23526k|   3.1 |1835M|  63 |   8 |  70 |6055 |  70 |  21 |  20 |3093k|4036 | 0.000000e+00 |      --      |    Inf 
1433.44/1433.45	c  1433s|  7550k|  2412k| 23557k|   3.1 |1837M|  63 |   - |  70 |5663 |  70 |  21 |  20 |3097k|4038 | 0.000000e+00 |      --      |    Inf 
1435.54/1435.51	c  1436s|  7560k|  2415k| 23587k|   3.1 |1840M|  63 |   8 |  70 |6103 |  70 |  21 |  20 |3102k|4041 | 0.000000e+00 |      --      |    Inf 
1437.44/1437.43	c  1437s|  7570k|  2418k| 23618k|   3.1 |1843M|  63 |   - |  70 |7389 |  70 |  21 |  20 |3106k|4042 | 0.000000e+00 |      --      |    Inf 
1439.74/1439.73	c  1440s|  7580k|  2421k| 23649k|   3.1 |1845M|  63 |   8 |  70 |5945 |  70 |  21 |  20 |3110k|4042 | 0.000000e+00 |      --      |    Inf 
1441.83/1441.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1441.83/1441.85	c  1442s|  7590k|  2424k| 23680k|   3.1 |1847M|  63 |   8 |  70 |5935 |  70 |  21 |  20 |3114k|4042 | 0.000000e+00 |      --      |    Inf 
1443.94/1443.95	c  1444s|  7600k|  2427k| 23711k|   3.1 |1849M|  63 |   8 |  70 |6014 |  70 |  21 |  20 |3119k|4042 | 0.000000e+00 |      --      |    Inf 
1445.94/1445.98	c  1446s|  7610k|  2430k| 23742k|   3.1 |1852M|  63 |   8 |  70 |6172 |  70 |  21 |  20 |3123k|4042 | 0.000000e+00 |      --      |    Inf 
1448.03/1448.08	c  1448s|  7620k|  2433k| 23773k|   3.1 |1854M|  63 |   8 |  70 |5842 |  70 |  21 |  20 |3127k|4042 | 0.000000e+00 |      --      |    Inf 
1450.24/1450.25	c  1450s|  7630k|  2435k| 23804k|   3.1 |1856M|  63 |   8 |  70 |5962 |  70 |  21 |  20 |3131k|4042 | 0.000000e+00 |      --      |    Inf 
1452.43/1452.42	c  1452s|  7640k|  2438k| 23836k|   3.1 |1859M|  63 |   8 |  70 |5387 |  70 |  21 |  20 |3136k|4042 | 0.000000e+00 |      --      |    Inf 
1454.43/1454.46	c  1454s|  7650k|  2441k| 23867k|   3.1 |1861M|  63 |   8 |  70 |5841 |  70 |  21 |  20 |3140k|4042 | 0.000000e+00 |      --      |    Inf 
1456.44/1456.42	c  1456s|  7660k|  2444k| 23898k|   3.1 |1864M|  63 |   - |  70 |6124 |  70 |  21 |  20 |3144k|4042 | 0.000000e+00 |      --      |    Inf 
1458.54/1458.59	c  1459s|  7670k|  2447k| 23930k|   3.1 |1866M|  63 |   8 |  70 |5726 |  70 |  21 |  20 |3148k|4042 | 0.000000e+00 |      --      |    Inf 
1460.64/1460.66	c  1461s|  7680k|  2450k| 23961k|   3.1 |1868M|  63 |   8 |  70 |5630 |  70 |  21 |  20 |3152k|4042 | 0.000000e+00 |      --      |    Inf 
1462.74/1462.76	c  1463s|  7690k|  2453k| 23991k|   3.1 |1871M|  63 |   8 |  70 |5599 |  70 |  21 |  20 |3157k|4042 | 0.000000e+00 |      --      |    Inf 
1464.83/1464.89	c  1465s|  7700k|  2456k| 24022k|   3.1 |1873M|  63 |   - |  70 |5455 |  70 |  21 |  20 |3161k|4042 | 0.000000e+00 |      --      |    Inf 
1466.73/1466.71	c  1467s|  7710k|  2459k| 24053k|   3.1 |1876M|  63 |   - |  70 |6907 |  70 |  21 |  20 |3165k|4042 | 0.000000e+00 |      --      |    Inf 
1468.93/1468.93	c  1469s|  7720k|  2462k| 24084k|   3.1 |1878M|  63 |   8 |  70 |6043 |  70 |  21 |  20 |3169k|4042 | 0.000000e+00 |      --      |    Inf 
1471.04/1471.01	c  1471s|  7730k|  2465k| 24115k|   3.1 |1880M|  63 |   8 |  70 |5946 |  70 |  21 |  20 |3173k|4042 | 0.000000e+00 |      --      |    Inf 
1473.14/1473.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1473.14/1473.12	c  1473s|  7740k|  2468k| 24146k|   3.1 |1883M|  63 |   - |  70 |5604 |  70 |  21 |  20 |3178k|4042 | 0.000000e+00 |      --      |    Inf 
1475.24/1475.26	c  1475s|  7750k|  2471k| 24177k|   3.1 |1885M|  63 |   8 |  70 |5556 |  70 |  21 |  20 |3182k|4042 | 0.000000e+00 |      --      |    Inf 
1477.35/1477.33	c  1477s|  7760k|  2474k| 24207k|   3.1 |1887M|  63 |   8 |  70 |5787 |  70 |  21 |  20 |3186k|4042 | 0.000000e+00 |      --      |    Inf 
1479.33/1479.37	c  1479s|  7770k|  2477k| 24238k|   3.1 |1890M|  63 |   8 |  70 |5430 |  70 |  21 |  20 |3190k|4042 | 0.000000e+00 |      --      |    Inf 
1481.13/1481.13	c  1481s|  7780k|  2481k| 24269k|   3.1 |1892M|  63 |   - |  70 |6640 |  70 |  21 |  20 |3194k|4042 | 0.000000e+00 |      --      |    Inf 
1483.14/1483.12	c  1483s|  7790k|  2483k| 24301k|   3.1 |1895M|  63 |   8 |  70 |6528 |  70 |  21 |  20 |3198k|4042 | 0.000000e+00 |      --      |    Inf 
1485.04/1485.08	c  1485s|  7800k|  2487k| 24332k|   3.1 |1897M|  63 |   - |  70 |7828 |  70 |  21 |  20 |3202k|4042 | 0.000000e+00 |      --      |    Inf 
1487.25/1487.28	c  1487s|  7810k|  2490k| 24363k|   3.1 |1900M|  63 |   8 |  70 |6600 |  70 |  21 |  20 |3206k|4042 | 0.000000e+00 |      --      |    Inf 
1489.34/1489.36	c  1489s|  7820k|  2493k| 24395k|   3.1 |1902M|  63 |   - |  70 |6752 |  70 |  21 |  20 |3210k|4043 | 0.000000e+00 |      --      |    Inf 
1491.43/1491.48	c  1491s|  7830k|  2496k| 24425k|   3.1 |1904M|  63 |   8 |  70 |5907 |  70 |  21 |  20 |3215k|4045 | 0.000000e+00 |      --      |    Inf 
1493.64/1493.63	c  1494s|  7840k|  2499k| 24456k|   3.1 |1907M|  63 |   8 |  70 |5887 |  70 |  21 |  20 |3219k|4047 | 0.000000e+00 |      --      |    Inf 
1495.74/1495.77	c  1496s|  7850k|  2502k| 24487k|   3.1 |1909M|  63 |   - |  70 |5880 |  70 |  21 |  20 |3223k|4048 | 0.000000e+00 |      --      |    Inf 
1497.74/1497.74	c  1498s|  7860k|  2505k| 24518k|   3.1 |1911M|  63 |   8 |  70 |5881 |  70 |  21 |  20 |3227k|4049 | 0.000000e+00 |      --      |    Inf 
1499.84/1499.82	c  1500s|  7870k|  2508k| 24550k|   3.1 |1914M|  63 |   - |  70 |6260 |  70 |  21 |  20 |3232k|4049 | 0.000000e+00 |      --      |    Inf 
1501.94/1501.90	c  1502s|  7880k|  2511k| 24581k|   3.1 |1916M|  63 |   8 |  70 |6250 |  70 |  21 |  20 |3236k|4049 | 0.000000e+00 |      --      |    Inf 
1504.04/1504.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1504.04/1504.07	c  1504s|  7890k|  2514k| 24612k|   3.1 |1918M|  63 |   8 |  70 |5868 |  70 |  21 |  20 |3240k|4056 | 0.000000e+00 |      --      |    Inf 
1506.24/1506.24	c  1506s|  7900k|  2516k| 24644k|   3.1 |1921M|  63 |   8 |  70 |5549 |  70 |  21 |  20 |3245k|4056 | 0.000000e+00 |      --      |    Inf 
1508.24/1508.23	c  1508s|  7910k|  2519k| 24675k|   3.1 |1923M|  63 |   8 |  70 |5500 |  70 |  21 |  20 |3249k|4056 | 0.000000e+00 |      --      |    Inf 
1510.35/1510.32	c  1510s|  7920k|  2522k| 24706k|   3.1 |1925M|  63 |   8 |  70 |5278 |  70 |  21 |  20 |3253k|4056 | 0.000000e+00 |      --      |    Inf 
1512.34/1512.39	c  1512s|  7930k|  2525k| 24736k|   3.1 |1928M|  63 |   - |  70 |5287 |  70 |  21 |  20 |3257k|4056 | 0.000000e+00 |      --      |    Inf 
1514.53/1514.54	c  1515s|  7940k|  2528k| 24767k|   3.1 |1930M|  63 |   8 |  70 |4812 |  70 |  21 |  20 |3262k|4056 | 0.000000e+00 |      --      |    Inf 
1516.74/1516.73	c  1517s|  7950k|  2531k| 24799k|   3.1 |1932M|  63 |   - |  70 |4880 |  70 |  21 |  20 |3266k|4056 | 0.000000e+00 |      --      |    Inf 
1518.74/1518.73	c  1519s|  7960k|  2534k| 24829k|   3.1 |1935M|  63 |   - |  70 |5124 |  70 |  21 |  20 |3270k|4056 | 0.000000e+00 |      --      |    Inf 
1520.74/1520.76	c  1521s|  7970k|  2537k| 24861k|   3.1 |1937M|  63 |   8 |  70 |5371 |  70 |  21 |  20 |3275k|4056 | 0.000000e+00 |      --      |    Inf 
1522.94/1522.90	c  1523s|  7980k|  2539k| 24892k|   3.1 |1939M|  63 |   8 |  70 |5272 |  70 |  21 |  20 |3279k|4056 | 0.000000e+00 |      --      |    Inf 
1525.04/1525.09	c  1525s|  7990k|  2542k| 24923k|   3.1 |1942M|  63 |   8 |  70 |5287 |  70 |  21 |  20 |3283k|4056 | 0.000000e+00 |      --      |    Inf 
1527.04/1527.09	c  1527s|  8000k|  2545k| 24954k|   3.1 |1944M|  63 |   8 |  70 |5911 |  70 |  21 |  20 |3288k|4056 | 0.000000e+00 |      --      |    Inf 
1529.04/1529.01	c  1529s|  8010k|  2549k| 24986k|   3.1 |1947M|  63 |   8 |  70 |6627 |  70 |  21 |  20 |3292k|4056 | 0.000000e+00 |      --      |    Inf 
1530.94/1530.91	c  1531s|  8020k|  2552k| 25017k|   3.1 |1950M|  63 |   - |  70 |7541 |  70 |  21 |  20 |3296k|4056 | 0.000000e+00 |      --      |    Inf 
1532.94/1532.93	c  1533s|  8030k|  2555k| 25047k|   3.1 |1952M|  63 |   8 |  70 |7102 |  70 |  21 |  20 |3300k|4056 | 0.000000e+00 |      --      |    Inf 
1534.93/1534.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1534.93/1534.90	c  1535s|  8040k|  2559k| 25078k|   3.1 |1954M|  63 |   - |  70 |7664 |  70 |  21 |  20 |3304k|4056 | 0.000000e+00 |      --      |    Inf 
1536.94/1536.98	c  1537s|  8050k|  2562k| 25108k|   3.1 |1957M|  63 |   8 |  70 |8253 |  70 |  21 |  20 |3309k|4056 | 0.000000e+00 |      --      |    Inf 
1539.04/1539.09	c  1539s|  8060k|  2565k| 25139k|   3.1 |1959M|  63 |   8 |  70 |7403 |  70 |  21 |  20 |3313k|4062 | 0.000000e+00 |      --      |    Inf 
1541.24/1541.27	c  1541s|  8070k|  2568k| 25171k|   3.1 |1961M|  63 |   8 |  70 |6275 |  70 |  21 |  20 |3317k|4064 | 0.000000e+00 |      --      |    Inf 
1543.44/1543.49	c  1543s|  8080k|  2571k| 25201k|   3.1 |1964M|  63 |   8 |  70 |6026 |  70 |  21 |  20 |3321k|4066 | 0.000000e+00 |      --      |    Inf 
1545.63/1545.65	c  1546s|  8090k|  2574k| 25232k|   3.1 |1966M|  63 |   8 |  70 |5752 |  70 |  21 |  20 |3325k|4069 | 0.000000e+00 |      --      |    Inf 
1547.84/1547.81	c  1548s|  8100k|  2577k| 25262k|   3.1 |1968M|  63 |   8 |  70 |5614 |  70 |  21 |  20 |3330k|4071 | 0.000000e+00 |      --      |    Inf 
1549.95/1549.98	c  1550s|  8110k|  2579k| 25293k|   3.1 |1971M|  63 |   - |  70 |5426 |  70 |  21 |  20 |3334k|4075 | 0.000000e+00 |      --      |    Inf 
1551.94/1551.96	c  1552s|  8120k|  2582k| 25324k|   3.1 |1973M|  63 |   8 |  70 |6606 |  70 |  21 |  20 |3338k|4075 | 0.000000e+00 |      --      |    Inf 
1554.14/1554.18	c  1554s|  8130k|  2585k| 25355k|   3.1 |1975M|  63 |   - |  70 |5964 |  70 |  21 |  20 |3342k|4078 | 0.000000e+00 |      --      |    Inf 
1556.45/1556.46	c  1556s|  8140k|  2588k| 25387k|   3.1 |1978M|  63 |   8 |  70 |5744 |  70 |  21 |  20 |3347k|4080 | 0.000000e+00 |      --      |    Inf 
1558.44/1558.46	c  1558s|  8150k|  2591k| 25418k|   3.1 |1980M|  63 |   8 |  70 |5954 |  70 |  21 |  20 |3351k|4080 | 0.000000e+00 |      --      |    Inf 
1560.44/1560.45	c  1560s|  8160k|  2594k| 25450k|   3.1 |1983M|  63 |   8 |  70 |6583 |  70 |  21 |  20 |3355k|4082 | 0.000000e+00 |      --      |    Inf 
1562.34/1562.35	c  1562s|  8170k|  2598k| 25482k|   3.1 |1986M|  63 |   8 |  70 |8157 |  70 |  21 |  20 |3359k|4082 | 0.000000e+00 |      --      |    Inf 
1564.74/1564.71	c  1565s|  8180k|  2601k| 25512k|   3.1 |1987M|  63 |   - |  70 |6091 |  70 |  21 |  20 |3364k|4090 | 0.000000e+00 |      --      |    Inf 
1566.84/1566.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.84/1566.87	c  1567s|  8190k|  2604k| 25543k|   3.1 |1990M|  63 |   8 |  70 |5742 |  70 |  21 |  20 |3368k|4092 | 0.000000e+00 |      --      |    Inf 
1568.94/1568.90	c  1569s|  8200k|  2607k| 25574k|   3.1 |1992M|  63 |   - |  70 |5692 |  70 |  21 |  20 |3372k|4093 | 0.000000e+00 |      --      |    Inf 
1571.04/1571.00	c  1571s|  8210k|  2610k| 25606k|   3.1 |1994M|  63 |   8 |  70 |5804 |  70 |  21 |  20 |3376k|4094 | 0.000000e+00 |      --      |    Inf 
1572.95/1572.99	c  1573s|  8220k|  2613k| 25637k|   3.1 |1997M|  63 |   8 |  70 |6346 |  70 |  21 |  20 |3380k|4094 | 0.000000e+00 |      --      |    Inf 
1575.04/1575.10	c  1575s|  8230k|  2616k| 25668k|   3.1 |1999M|  63 |   - |  70 |6147 |   0 |   0 |  20 |3385k|4095 | 0.000000e+00 |      --      |    Inf 
1577.14/1577.15	c  1577s|  8240k|  2618k| 25699k|   3.1 |2002M|  63 |   8 |  70 |6439 |  70 |  21 |  20 |3389k|4096 | 0.000000e+00 |      --      |    Inf 
1579.24/1579.22	c  1579s|  8250k|  2622k| 25729k|   3.1 |2004M|  63 |   8 |  70 |5967 |  70 |  21 |  20 |3393k|4096 | 0.000000e+00 |      --      |    Inf 
1581.24/1581.25	c  1581s|  8260k|  2624k| 25761k|   3.1 |2007M|  63 |   - |  70 |6558 |  70 |  21 |  20 |3397k|4096 | 0.000000e+00 |      --      |    Inf 
1583.54/1583.55	c  1584s|  8270k|  2627k| 25792k|   3.1 |2009M|  63 |   8 |  70 |6011 |  70 |  21 |  20 |3402k|4096 | 0.000000e+00 |      --      |    Inf 
1585.74/1585.76	c  1586s|  8280k|  2630k| 25824k|   3.1 |2011M|  63 |   8 |  70 |5709 |  70 |  21 |  20 |3406k|4096 | 0.000000e+00 |      --      |    Inf 
1587.74/1587.70	c  1588s|  8290k|  2633k| 25855k|   3.1 |2014M|  63 |   - |  70 |6779 |  70 |  21 |  20 |3410k|4096 | 0.000000e+00 |      --      |    Inf 
1589.84/1589.80	c  1590s|  8300k|  2636k| 25887k|   3.1 |2016M|  63 |   8 |  70 |6449 |  70 |  21 |  20 |3415k|4096 | 0.000000e+00 |      --      |    Inf 
1591.75/1591.79	c  1592s|  8310k|  2639k| 25919k|   3.1 |2019M|  63 |   8 |  70 |7283 |  70 |  21 |  20 |3419k|4096 | 0.000000e+00 |      --      |    Inf 
1593.74/1593.77	c  1594s|  8320k|  2643k| 25950k|   3.1 |2021M|  63 |   - |  70 |8570 |  70 |  21 |  20 |3423k|4096 | 0.000000e+00 |      --      |    Inf 
1596.05/1596.05	c  1596s|  8330k|  2646k| 25980k|   3.1 |2023M|  63 |   - |  70 |6592 |  70 |  21 |  20 |3427k|4096 | 0.000000e+00 |      --      |    Inf 
1598.14/1598.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1598.14/1598.13	c  1598s|  8340k|  2649k| 26010k|   3.1 |2026M|  63 |   8 |  70 |6731 |  70 |  21 |  20 |3431k|4096 | 0.000000e+00 |      --      |    Inf 
1600.24/1600.21	c  1600s|  8350k|  2652k| 26042k|   3.1 |2028M|  63 |   8 |  70 |7690 |  70 |  21 |  20 |3435k|4096 | 0.000000e+00 |      --      |    Inf 
1602.34/1602.33	c  1602s|  8360k|  2655k| 26073k|   3.1 |2031M|  63 |   8 |  70 |7120 |  70 |  21 |  20 |3440k|4096 | 0.000000e+00 |      --      |    Inf 
1604.34/1604.39	c  1604s|  8370k|  2657k| 26104k|   3.1 |2033M|  63 |   8 |  70 |7093 |  70 |  21 |  20 |3444k|4096 | 0.000000e+00 |      --      |    Inf 
1606.54/1606.56	c  1607s|  8380k|  2660k| 26135k|   3.1 |2035M|  63 |   8 |  70 |6508 |  70 |  21 |  20 |3448k|4096 | 0.000000e+00 |      --      |    Inf 
1608.54/1608.54	c  1609s|  8390k|  2664k| 26165k|   3.1 |2038M|  63 |   - |  70 |7742 |  70 |  21 |  20 |3452k|4096 | 0.000000e+00 |      --      |    Inf 
1610.54/1610.52	c  1611s|  8400k|  2667k| 26194k|   3.1 |2040M|  63 |   - |  70 |7822 |  70 |  21 |  20 |3456k|4096 | 0.000000e+00 |      --      |    Inf 
1612.65/1612.62	c  1613s|  8410k|  2670k| 26226k|   3.1 |2043M|  63 |   8 |  70 |7420 |  70 |  21 |  20 |3460k|4097 | 0.000000e+00 |      --      |    Inf 
1614.74/1614.75	c  1615s|  8420k|  2673k| 26257k|   3.1 |2045M|  63 |   - |  70 |6719 |  70 |  21 |  20 |3465k|4097 | 0.000000e+00 |      --      |    Inf 
1616.84/1616.83	c  1617s|  8430k|  2677k| 26287k|   3.1 |2047M|  63 |   - |  70 |6907 |  70 |  21 |  20 |3469k|4099 | 0.000000e+00 |      --      |    Inf 
1618.94/1618.90	c  1619s|  8440k|  2679k| 26319k|   3.1 |2050M|  63 |   8 |  70 |6989 |  70 |  21 |  20 |3473k|4099 | 0.000000e+00 |      --      |    Inf 
1620.84/1620.88	c  1621s|  8450k|  2683k| 26350k|   3.1 |2052M|  63 |   8 |  70 |8130 |  70 |  21 |  20 |3477k|4099 | 0.000000e+00 |      --      |    Inf 
1623.04/1623.02	c  1623s|  8460k|  2685k| 26381k|   3.1 |2055M|  63 |   8 |  70 |7916 |  70 |  21 |  20 |3481k|4105 | 0.000000e+00 |      --      |    Inf 
1625.04/1625.09	c  1625s|  8470k|  2688k| 26414k|   3.1 |2057M|  63 |   8 |  70 |7702 |  70 |  21 |  20 |3486k|4105 | 0.000000e+00 |      --      |    Inf 
1627.14/1627.11	c  1627s|  8480k|  2691k| 26446k|   3.1 |2060M|  63 |   - |  70 |8283 |  70 |  21 |  20 |3490k|4105 | 0.000000e+00 |      --      |    Inf 
1629.15/1629.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1629.15/1629.18	c  1629s|  8490k|  2695k| 26477k|   3.1 |2062M|  63 |   8 |  70 |9262 |  70 |  21 |  20 |3495k|4105 | 0.000000e+00 |      --      |    Inf 
1631.54/1631.52	c  1632s|  8500k|  2698k| 26509k|   3.1 |2064M|  63 |   - |  70 |6639 |   0 |   0 |  20 |3499k|4118 | 0.000000e+00 |      --      |    Inf 
1633.64/1633.68	c  1634s|  8510k|  2700k| 26540k|   3.1 |2066M|  63 |   8 |  70 |6066 |  70 |  21 |  20 |3503k|4118 | 0.000000e+00 |      --      |    Inf 
1635.84/1635.86	c  1636s|  8520k|  2703k| 26572k|   3.1 |2069M|  63 |   - |  70 |5900 |  70 |  21 |  20 |3507k|4118 | 0.000000e+00 |      --      |    Inf 
1638.14/1638.15	c  1638s|  8530k|  2706k| 26604k|   3.1 |2071M|  63 |   8 |  70 |5573 |  70 |  21 |  20 |3512k|4119 | 0.000000e+00 |      --      |    Inf 
1640.35/1640.39	c  1640s|  8540k|  2709k| 26635k|   3.1 |2073M|  63 |   8 |  70 |5686 |  70 |  21 |  20 |3516k|4119 | 0.000000e+00 |      --      |    Inf 
1642.64/1642.60	c  1643s|  8550k|  2712k| 26667k|   3.1 |2076M|  63 |   - |  70 |5450 |  70 |  21 |  20 |3520k|4122 | 0.000000e+00 |      --      |    Inf 
1644.75/1644.78	c  1645s|  8560k|  2714k| 26698k|   3.1 |2078M|  63 |   - |  70 |5501 |  70 |  21 |  20 |3525k|4124 | 0.000000e+00 |      --      |    Inf 
1646.85/1646.84	c  1647s|  8570k|  2717k| 26729k|   3.1 |2081M|  63 |   8 |  70 |5992 |  70 |  21 |  20 |3529k|4124 | 0.000000e+00 |      --      |    Inf 
1648.74/1648.71	c  1649s|  8580k|  2721k| 26759k|   3.1 |2083M|  63 |   8 |  70 |6778 |  70 |  21 |  20 |3533k|4124 | 0.000000e+00 |      --      |    Inf 
1651.04/1651.06	c  1651s|  8590k|  2724k| 26789k|   3.1 |2085M|  63 |   8 |  70 |5821 |  70 |  21 |  20 |3537k|4124 | 0.000000e+00 |      --      |    Inf 
1653.14/1653.17	c  1653s|  8600k|  2727k| 26820k|   3.1 |2088M|  63 |   - |  70 |5823 |  70 |  21 |  20 |3541k|4124 | 0.000000e+00 |      --      |    Inf 
1655.15/1655.19	c  1655s|  8610k|  2730k| 26853k|   3.1 |2090M|  63 |   8 |  70 |6923 |  70 |  21 |  20 |3546k|4124 | 0.000000e+00 |      --      |    Inf 
1657.24/1657.25	c  1657s|  8620k|  2732k| 26886k|   3.1 |2093M|  63 |   - |  70 |7493 |  70 |  21 |  20 |3550k|4124 | 0.000000e+00 |      --      |    Inf 
1659.44/1659.49	c  1659s|  8630k|  2735k| 26917k|   3.1 |2095M|  63 |   8 |  70 |6983 |  70 |  21 |  20 |3555k|4128 | 0.000000e+00 |      --      |    Inf 
1661.54/1661.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1661.54/1661.53	c  1662s|  8640k|  2738k| 26949k|   3.1 |2098M|  63 |   8 |  70 |7512 |  70 |  21 |  20 |3559k|4128 | 0.000000e+00 |      --      |    Inf 
1663.64/1663.64	c  1664s|  8650k|  2741k| 26980k|   3.1 |2100M|  63 |   8 |  70 |7907 |  70 |  21 |  20 |3564k|4128 | 0.000000e+00 |      --      |    Inf 
1665.94/1665.96	c  1666s|  8660k|  2744k| 27011k|   3.1 |2102M|  63 |   8 |  70 |6897 |  70 |  21 |  20 |3568k|4129 | 0.000000e+00 |      --      |    Inf 
1667.94/1667.97	c  1668s|  8670k|  2747k| 27043k|   3.1 |2105M|  63 |   - |  70 |8077 |  70 |  21 |  20 |3572k|4130 | 0.000000e+00 |      --      |    Inf 
1670.14/1670.10	c  1670s|  8680k|  2750k| 27073k|   3.1 |2107M|  63 |   - |  70 |8738 |   0 |   0 |  20 |3576k|4130 | 0.000000e+00 |      --      |    Inf 
1672.34/1672.34	c  1672s|  8690k|  2754k| 27104k|   3.1 |2110M|  63 |   8 |  70 |7799 |  70 |  21 |  20 |3580k|4137 | 0.000000e+00 |      --      |    Inf 
1674.64/1674.60	c  1675s|  8700k|  2757k| 27134k|   3.1 |2112M|  63 |   8 |  70 |6393 |  70 |  21 |  20 |3584k|4137 | 0.000000e+00 |      --      |    Inf 
1676.74/1676.76	c  1677s|  8710k|  2759k| 27165k|   3.1 |2114M|  63 |   8 |  70 |6692 |  70 |  21 |  20 |3589k|4139 | 0.000000e+00 |      --      |    Inf 
1679.04/1679.06	c  1679s|  8720k|  2762k| 27196k|   3.1 |2116M|  63 |   8 |  70 |5924 |  70 |  21 |  20 |3593k|4139 | 0.000000e+00 |      --      |    Inf 
1681.24/1681.22	c  1681s|  8730k|  2765k| 27227k|   3.1 |2119M|  63 |   8 |  70 |6003 |  70 |  21 |  20 |3597k|4139 | 0.000000e+00 |      --      |    Inf 
1683.24/1683.28	c  1683s|  8740k|  2768k| 27258k|   3.1 |2121M|  63 |   8 |  70 |5632 |  70 |  21 |  20 |3602k|4139 | 0.000000e+00 |      --      |    Inf 
1685.44/1685.41	c  1685s|  8750k|  2771k| 27289k|   3.1 |2123M|  63 |   8 |  70 |5816 |  70 |  21 |  20 |3606k|4139 | 0.000000e+00 |      --      |    Inf 
1687.54/1687.53	c  1688s|  8760k|  2774k| 27320k|   3.1 |2126M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |3610k|4139 | 0.000000e+00 |      --      |    Inf 
1689.65/1689.63	c  1690s|  8770k|  2777k| 27352k|   3.1 |2128M|  63 |   8 |  70 |6322 |  70 |  21 |  20 |3614k|4139 | 0.000000e+00 |      --      |    Inf 
1691.65/1691.65	c  1692s|  8780k|  2780k| 27384k|   3.1 |2131M|  63 |   - |  70 |7764 |  70 |  21 |  20 |3619k|4139 | 0.000000e+00 |      --      |    Inf 
1693.95/1693.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1693.95/1693.91	c  1694s|  8790k|  2783k| 27415k|   3.1 |2133M|  63 |   8 |  70 |6621 |  70 |  21 |  20 |3623k|4139 | 0.000000e+00 |      --      |    Inf 
1695.94/1695.93	c  1696s|  8800k|  2786k| 27449k|   3.1 |2135M|  63 |   8 |  70 |7992 |  70 |  21 |  20 |3627k|4139 | 0.000000e+00 |      --      |    Inf 
1697.95/1697.91	c  1698s|  8810k|  2790k| 27480k|   3.1 |2138M|  63 |   - |  70 |8692 |  70 |  21 |  20 |3631k|4139 | 0.000000e+00 |      --      |    Inf 
1700.05/1700.05	c  1700s|  8820k|  2793k| 27512k|   3.1 |2141M|  63 |   - |  70 |9064 |  70 |  21 |  20 |3635k|4139 | 0.000000e+00 |      --      |    Inf 
1702.24/1702.27	c  1702s|  8830k|  2796k| 27544k|   3.1 |2143M|  63 |   8 |  70 |9153 |  70 |  21 |  20 |3640k|4139 | 0.000000e+00 |      --      |    Inf 
1704.54/1704.51	c  1705s|  8840k|  2799k| 27577k|   3.1 |2145M|  63 |   8 |  70 |9218 |  70 |  21 |  20 |3644k|4139 | 0.000000e+00 |      --      |    Inf 
1706.85/1706.82	c  1707s|  8850k|  2802k| 27608k|   3.1 |2147M|  63 |   8 |  70 |7923 |  70 |  21 |  20 |3648k|4140 | 0.000000e+00 |      --      |    Inf 
1708.95/1708.91	c  1709s|  8860k|  2805k| 27640k|   3.1 |2150M|  63 |   - |  70 |9028 |  70 |  21 |  20 |3653k|4140 | 0.000000e+00 |      --      |    Inf 
1711.14/1711.15	c  1711s|  8870k|  2808k| 27672k|   3.1 |2153M|  63 |   - |  70 |9455 |  70 |  21 |  20 |3657k|4140 | 0.000000e+00 |      --      |    Inf 
1713.55/1713.55	c  1714s|  8880k|  2811k| 27703k|   3.1 |2154M|  63 |   8 |  70 |7075 |  70 |  21 |  20 |3661k|4146 | 0.000000e+00 |      --      |    Inf 
1715.54/1715.50	c  1716s|  8890k|  2814k| 27734k|   3.1 |2157M|  63 |   - |  70 |7609 |  70 |  21 |  20 |3666k|4146 | 0.000000e+00 |      --      |    Inf 
1717.74/1717.76	c  1718s|  8900k|  2817k| 27765k|   3.1 |2159M|  63 |   8 |  70 |6963 |  70 |  21 |  20 |3670k|4146 | 0.000000e+00 |      --      |    Inf 
1719.74/1719.72	c  1720s|  8910k|  2821k| 27796k|   3.1 |2162M|  63 |   8 |  70 |8311 |  70 |  21 |  20 |3674k|4146 | 0.000000e+00 |      --      |    Inf 
1722.04/1722.05	c  1722s|  8920k|  2824k| 27826k|   3.1 |2164M|  63 |   - |  70 |6556 |  70 |  21 |  20 |3678k|4154 | 0.000000e+00 |      --      |    Inf 
1724.14/1724.11	c  1724s|  8930k|  2827k| 27857k|   3.1 |2166M|  63 |   - |  70 |7078 |  70 |  21 |  20 |3682k|4158 | 0.000000e+00 |      --      |    Inf 
1726.24/1726.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.24/1726.27	c  1726s|  8940k|  2830k| 27889k|   3.1 |2169M|  63 |   8 |  70 |6619 |  70 |  21 |  20 |3687k|4162 | 0.000000e+00 |      --      |    Inf 
1728.44/1728.43	c  1728s|  8950k|  2833k| 27920k|   3.1 |2171M|  63 |   8 |  70 |6358 |  70 |  21 |  20 |3691k|4164 | 0.000000e+00 |      --      |    Inf 
1730.55/1730.57	c  1731s|  8960k|  2836k| 27950k|   3.1 |2173M|  63 |   8 |  70 |6310 |  70 |  21 |  20 |3695k|4164 | 0.000000e+00 |      --      |    Inf 
1732.74/1732.70	c  1733s|  8970k|  2839k| 27982k|   3.1 |2176M|  63 |   8 |  70 |6505 |  70 |  21 |  20 |3700k|4166 | 0.000000e+00 |      --      |    Inf 
1734.84/1734.86	c  1735s|  8980k|  2842k| 28013k|   3.1 |2178M|  63 |   - |  70 |6575 |   0 |   0 |  20 |3704k|4166 | 0.000000e+00 |      --      |    Inf 
1736.95/1736.94	c  1737s|  8990k|  2844k| 28044k|   3.1 |2181M|  63 |   8 |  70 |6522 |  70 |  21 |  20 |3708k|4168 | 0.000000e+00 |      --      |    Inf 
1738.94/1738.93	c  1739s|  9000k|  2848k| 28076k|   3.1 |2183M|  63 |   8 |  70 |7517 |  70 |  21 |  20 |3712k|4168 | 0.000000e+00 |      --      |    Inf 
1740.84/1740.87	c  1741s|  9010k|  2851k| 28108k|   3.1 |2186M|  63 |   8 |  70 |7560 |  70 |  21 |  20 |3716k|4168 | 0.000000e+00 |      --      |    Inf 
1742.94/1742.94	c  1743s|  9020k|  2854k| 28138k|   3.1 |2188M|  63 |   - |  70 |8432 |  70 |  21 |  20 |3721k|4171 | 0.000000e+00 |      --      |    Inf 
1745.24/1745.24	c  1745s|  9030k|  2857k| 28169k|   3.1 |2190M|  63 |   8 |  70 |6798 |  70 |  21 |  20 |3725k|4173 | 0.000000e+00 |      --      |    Inf 
1747.45/1747.45	c  1747s|  9040k|  2860k| 28200k|   3.1 |2193M|  63 |   8 |  70 |5978 |  70 |  21 |  20 |3729k|4176 | 0.000000e+00 |      --      |    Inf 
1749.54/1749.52	c  1750s|  9050k|  2863k| 28232k|   3.1 |2195M|  63 |   8 |  70 |6050 |  70 |  21 |  20 |3733k|4180 | 0.000000e+00 |      --      |    Inf 
1751.65/1751.69	c  1752s|  9060k|  2866k| 28263k|   3.1 |2197M|  63 |   8 |  70 |5607 |  70 |  21 |  20 |3738k|4180 | 0.000000e+00 |      --      |    Inf 
1753.94/1753.94	c  1754s|  9070k|  2868k| 28294k|   3.1 |2200M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |3742k|4181 | 0.000000e+00 |      --      |    Inf 
1756.04/1756.09	c  1756s|  9080k|  2871k| 28325k|   3.1 |2202M|  63 |   8 |  70 |5834 |  70 |  21 |  20 |3746k|4182 | 0.000000e+00 |      --      |    Inf 
1758.24/1758.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1758.24/1758.20	c  1758s|  9090k|  2874k| 28357k|   3.1 |2204M|  63 |   8 |  70 |6019 |  70 |  21 |  20 |3751k|4182 | 0.000000e+00 |      --      |    Inf 
1760.35/1760.32	c  1760s|  9100k|  2877k| 28389k|   3.1 |2207M|  63 |   - |  70 |6033 |  70 |  21 |  20 |3755k|4182 | 0.000000e+00 |      --      |    Inf 
1762.45/1762.45	c  1762s|  9110k|  2880k| 28420k|   3.1 |2209M|  63 |   - |  70 |6138 |  70 |  21 |  20 |3759k|4182 | 0.000000e+00 |      --      |    Inf 
1764.75/1764.74	c  1765s|  9120k|  2883k| 28451k|   3.1 |2211M|  63 |   8 |  70 |5552 |  70 |  21 |  20 |3763k|4182 | 0.000000e+00 |      --      |    Inf 
1766.95/1766.97	c  1767s|  9130k|  2886k| 28482k|   3.1 |2214M|  63 |   8 |  70 |5037 |  70 |  21 |  20 |3768k|4182 | 0.000000e+00 |      --      |    Inf 
1769.05/1769.04	c  1769s|  9140k|  2889k| 28512k|   3.1 |2216M|  63 |   8 |  70 |5560 |  70 |  21 |  20 |3772k|4182 | 0.000000e+00 |      --      |    Inf 
1771.14/1771.10	c  1771s|  9150k|  2892k| 28544k|   3.1 |2219M|  63 |   8 |  70 |6431 |  70 |  21 |  20 |3776k|4182 | 0.000000e+00 |      --      |    Inf 
1773.25/1773.21	c  1773s|  9160k|  2894k| 28576k|   3.1 |2221M|  63 |   8 |  70 |7171 |  70 |  21 |  20 |3781k|4182 | 0.000000e+00 |      --      |    Inf 
1775.54/1775.58	c  1776s|  9170k|  2897k| 28607k|   3.1 |2223M|  63 |   8 |  70 |6038 |  70 |  21 |  20 |3785k|4182 | 0.000000e+00 |      --      |    Inf 
1777.44/1777.45	c  1777s|  9180k|  2901k| 28637k|   3.1 |2226M|  63 |   8 |  70 |7231 |  70 |  21 |  20 |3789k|4182 | 0.000000e+00 |      --      |    Inf 
1779.65/1779.68	c  1780s|  9190k|  2904k| 28669k|   3.1 |2228M|  63 |   - |  70 |6464 |  70 |  21 |  20 |3793k|4185 | 0.000000e+00 |      --      |    Inf 
1781.85/1781.88	c  1782s|  9200k|  2907k| 28700k|   3.1 |2230M|  63 |   - |  70 |6102 |  70 |  21 |  20 |3797k|4187 | 0.000000e+00 |      --      |    Inf 
1784.15/1784.12	c  1784s|  9210k|  2909k| 28730k|   3.1 |2233M|  63 |   8 |  70 |6070 |  70 |  21 |  20 |3801k|4187 | 0.000000e+00 |      --      |    Inf 
1786.35/1786.35	c  1786s|  9220k|  2912k| 28762k|   3.1 |2235M|  63 |   8 |  70 |5994 |  70 |  21 |  20 |3806k|4192 | 0.000000e+00 |      --      |    Inf 
1788.45/1788.48	c  1788s|  9230k|  2915k| 28793k|   3.1 |2238M|  63 |   8 |  70 |5818 |  70 |  21 |  20 |3810k|4192 | 0.000000e+00 |      --      |    Inf 
1790.55/1790.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1790.55/1790.54	c  1791s|  9240k|  2919k| 28822k|   3.1 |2240M|  63 |   8 |  70 |6109 |  70 |  21 |  20 |3814k|4194 | 0.000000e+00 |      --      |    Inf 
1792.75/1792.70	c  1793s|  9250k|  2922k| 28853k|   3.1 |2242M|  63 |   8 |  70 |5987 |  70 |  21 |  20 |3818k|4196 | 0.000000e+00 |      --      |    Inf 
1794.85/1794.84	c  1795s|  9260k|  2925k| 28885k|   3.1 |2245M|  63 |   - |  70 |6439 |  70 |  21 |  20 |3823k|4196 | 0.000000e+00 |      --      |    Inf 
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.00
1797.04/1797.00	c Solving Nodes      : 9269469
1797.04/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.04/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.04/1797.00	c Gap                : infinite
1797.04/1797.00	s UNKNOWN
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.01 (included in solving)
1797.04/1797.00	c   reading          :       0.00 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3488779-1307772166.opb
1797.04/1797.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 17 initial, 17 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3488779-1307772166.opb
1797.04/1797.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 8 initial, 9941 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1797.04/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0    6114833          0          4          0        281       1218          0          0   12226912
1797.04/1797.00	c   linear           :          8+         7   20919125          0          0          3    2401978     112456    4554150          0          0          0
1797.04/1797.00	c   logicor          :          0+         6    8567932          0          0          0    5479917       7391    2919539          0          0          0
1797.04/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :      36.52       0.00       0.00      36.52       0.00       0.00       0.00
1797.04/1797.00	c   linear           :      88.49       0.00      80.75       0.00       0.00       0.00       7.74
1797.04/1797.00	c   logicor          :     240.65       0.00     230.68       0.00       0.00       0.00       9.96
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :          0          0          0          0
1797.04/1797.00	c   pseudoobj        :          0          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       2.96       2.96       0.00
1797.04/1797.00	c   rootredcost      :       3.05       3.05       0.00
1797.04/1797.00	c   pseudoobj        :       2.28       2.28       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :       9.45     119847     113752     430246       49.1         62       40.4          -
1797.04/1797.00	c   infeasible LP    :      99.78    3049882    3049784    5824309       32.5      35602       37.2          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -    3110279       26.0          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -     717124       38.5          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 46)
1797.04/1797.00	c   redcost          :       9.12    6114838          0          0          0          0
1797.04/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :       0.00          6          0          0          0          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       0.00          6          0          0         18          0
1797.04/1797.00	c   cmir             :       0.02          6          0          0         13          0
1797.04/1797.00	c   flowcover        :       0.02          6          0          0         20          0
1797.04/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.02          1          0          0          0          1
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :      33.45    6114833        281       1218          0          0   12226912
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          0
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   oneopt           :       2.46          0          0
1797.04/1797.00	c   crossover        :       1.64          0          0
1797.04/1797.00	c   guideddiving     :       0.15          0          0
1797.04/1797.00	c   linesearchdiving :       0.13         32          0
1797.04/1797.00	c   feaspump         :       0.11         16          0
1797.04/1797.00	c   coefdiving       :       0.13         33          0
1797.04/1797.00	c   pscostdiving     :       0.13         33          0
1797.04/1797.00	c   fracdiving       :       0.12         33          0
1797.04/1797.00	c   veclendiving     :       0.12         33          0
1797.04/1797.00	c   objpscostdiving  :       0.11         17          0
1797.04/1797.00	c   rootsoldiving    :       0.13         17          0
1797.04/1797.00	c   trivial          :       0.00          2          0
1797.04/1797.00	c   shiftandpropagate:       0.00          1          0
1797.04/1797.00	c   simplerounding   :       1.06          0          0
1797.04/1797.00	c   zirounding       :      19.87          0          0
1797.04/1797.00	c   rounding         :       2.60      35038          0
1797.04/1797.00	c   shifting         :       4.19      11071          0
1797.04/1797.00	c   intshifting      :       0.09          0          0
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.02          1          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.00          0          0
1797.04/1797.00	c   subnlp           :       1.26          0          0
1797.04/1797.00	c   trysol           :       1.64          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.04/1797.00	c   dual LP          :     621.94    9005600   28912251       3.21   46487.44
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:       0.09       1626       3188       1.96   35026.42
1797.04/1797.00	c   strong branching :       0.60       4198      28365       6.76   46933.64
1797.04/1797.00	c     (at root node) :          -         10        369      36.90          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :    9269469
1797.04/1797.00	c   nodes (total)    :    9269469
1797.04/1797.00	c   nodes left       :    2927573
1797.04/1797.00	c   max depth        :         63
1797.04/1797.00	c   max depth (total):         63
1797.04/1797.00	c   backtracks       :     817903 (8.8%)
1797.04/1797.00	c   delayed cutoffs  :      29871
1797.04/1797.00	c   repropagations   :    8241627 (2962079 domain reductions, 13581 cutoffs)
1797.04/1797.00	c   avg switch length:       5.49
1797.04/1797.00	c   switching time   :     360.74
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :          0 (0 improvements)
1797.04/1797.00	c   Primal Bound     :          -
1797.04/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.04/1797.00	c   Gap              :   infinite
1797.04/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.04/1797.00	c   Root Iterations  :        186

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3488779-1307772166/watcher-3488779-1307772166 -o /tmp/evaluation-result-3488779-1307772166/solver-3488779-1307772166 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488779-1307772166.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.01 2.01 1.96 2/177 8018
/proc/meminfo: memFree=31546112/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=12692 CPUtime=0 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 2159 0 0 0 0 0 0 0 25 0 1 0 967447249 12996608 2113 33554432000 4194304 9016284 140736789054240 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8018/statm: 3173 2113 360 1178 0 1991 0

[startup+0.0445831 s]
/proc/loadavg: 2.01 2.01 1.96 2/177 8018
/proc/meminfo: memFree=31546112/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=26584 CPUtime=0.03 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 6285 0 0 0 3 0 0 0 25 0 1 0 967447249 27222016 5276 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 6646 5276 678 1178 0 5464 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26584

[startup+0.100574 s]
/proc/loadavg: 2.01 2.01 1.96 2/177 8018
/proc/meminfo: memFree=31546112/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=24520 CPUtime=0.09 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 7162 0 0 0 8 1 0 0 25 0 1 0 967447249 25108480 5110 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 6130 5110 681 1178 0 4948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24520

[startup+0.300534 s]
/proc/loadavg: 2.01 2.01 1.96 2/177 8018
/proc/meminfo: memFree=31546112/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=24520 CPUtime=0.29 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 7165 0 0 0 26 3 0 0 25 0 1 0 967447249 25108480 5113 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 6130 5113 684 1178 0 4948 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24520

[startup+0.700461 s]
/proc/loadavg: 2.01 2.01 1.96 2/177 8018
/proc/meminfo: memFree=31546112/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=24520 CPUtime=0.69 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 7173 0 0 0 61 8 0 0 25 0 1 0 967447249 25108480 5121 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 6130 5121 684 1178 0 4948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24520

[startup+1.50031 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 8019
/proc/meminfo: memFree=31527280/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=24520 CPUtime=1.49 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 7182 0 0 0 129 20 0 0 25 0 1 0 967447249 25108480 5130 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 6130 5130 684 1178 0 4948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24520

[startup+3.10102 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 8019
/proc/meminfo: memFree=31526908/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=26048 CPUtime=3.09 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 7504 0 0 0 268 41 0 0 25 0 1 0 967447249 26673152 5452 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 6512 5452 684 1178 0 5330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26048

[startup+6.30044 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 8019
/proc/meminfo: memFree=31519900/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=32284 CPUtime=6.29 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 9083 0 0 0 544 85 0 0 25 0 1 0 967447249 33058816 7031 33554432000 4194304 9016284 140736789054240 18446744073709551615 7082047 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 8071 7031 684 1178 0 6889 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32284

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 8019
/proc/meminfo: memFree=31504452/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=44692 CPUtime=12.69 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 12224 0 0 0 1099 170 0 0 25 0 1 0 967447249 45764608 10172 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 11173 10172 684 1178 0 9991 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44692

[startup+25.5009 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 8020
/proc/meminfo: memFree=31476632/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=67932 CPUtime=25.49 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 18135 0 0 0 2209 340 0 0 25 0 1 0 967447249 69562368 16083 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 16983 16083 684 1178 0 15801 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67932

[startup+51.1002 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 8020
/proc/meminfo: memFree=31428168/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=111884 CPUtime=51.09 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 28822 0 0 0 4440 669 0 0 25 0 1 0 967447249 114569216 26770 33554432000 4194304 9016284 140736789054240 18446744073709551615 5023486 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 27971 26770 684 1178 0 26789 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111884

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 1.97 3/178 8022
/proc/meminfo: memFree=31332940/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=198504 CPUtime=102.3 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 49907 0 0 0 8922 1308 0 0 25 0 1 0 967447249 203268096 47855 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 49626 47855 684 1178 0 48444 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 198504

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 8023
/proc/meminfo: memFree=31233076/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=288512 CPUtime=162.3 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 72788 0 0 0 14190 2040 0 0 25 0 1 0 967447249 295436288 70736 33554432000 4194304 9016284 140736789054240 18446744073709551615 5325510 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 72128 70736 684 1178 0 70946 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 288512

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 8025
/proc/meminfo: memFree=31134040/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=379444 CPUtime=222.29 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 93943 0 0 0 19501 2728 0 0 25 0 1 0 967447249 388550656 91891 33554432000 4194304 9016284 140736789054240 18446744073709551615 4330754 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 94861 91891 684 1178 0 93679 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 379444

[startup+282.301 s]
/proc/loadavg: 2.05 2.02 1.97 3/178 8026
/proc/meminfo: memFree=31033528/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=463988 CPUtime=282.3 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 115431 0 0 0 24801 3429 0 0 25 0 1 0 967447249 475123712 113379 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 115997 113379 684 1178 0 114815 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 463988

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 8028
/proc/meminfo: memFree=30939700/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=545412 CPUtime=342.3 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 136176 0 0 0 30134 4096 0 0 25 0 1 0 967447249 558501888 134124 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 136353 134124 684 1178 0 135171 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 545412

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 8030
/proc/meminfo: memFree=30858148/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=623248 CPUtime=402.31 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 156022 0 0 0 35482 4749 0 0 25 0 1 0 967447249 638205952 153970 33554432000 4194304 9016284 140736789054240 18446744073709551615 6421216 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 155812 153970 684 1178 0 154630 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 623248

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8031
/proc/meminfo: memFree=30776724/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=699760 CPUtime=462.31 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 175678 0 0 0 40847 5384 0 0 25 0 1 0 967447249 716554240 173626 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 174940 173626 684 1178 0 173758 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 699760

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8033
/proc/meminfo: memFree=30692836/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=798196 CPUtime=522.3 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 196448 0 0 0 46177 6053 0 0 25 0 1 0 967447249 817352704 194396 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 199549 194396 684 1178 0 198367 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 798196

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8034
/proc/meminfo: memFree=30615616/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=874036 CPUtime=582.31 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 215663 0 0 0 51542 6689 0 0 25 0 1 0 967447249 895012864 213611 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 218509 213611 684 1178 0 217327 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 874036

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8079
/proc/meminfo: memFree=30530688/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1168548 CPUtime=822.31 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 290929 0 0 0 73066 9165 0 0 25 0 1 0 967447249 1196593152 288877 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 292137 288877 684 1178 0 290955 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1168548

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8081
/proc/meminfo: memFree=30455368/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1239464 CPUtime=882.31 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 308747 0 0 0 78461 9770 0 0 25 0 1 0 967447249 1269211136 306695 33554432000 4194304 9016284 140736789054240 18446744073709551615 6679817 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 309866 306695 684 1178 0 308684 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1239464

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8082
/proc/meminfo: memFree=30379048/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1306712 CPUtime=942.32 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 326055 0 0 0 83863 10369 0 0 25 0 1 0 967447249 1338073088 324003 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 326678 324003 684 1178 0 325496 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1306712

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 8084
/proc/meminfo: memFree=30299252/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1379352 CPUtime=1002.32 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 344685 0 0 0 89290 10942 0 0 25 0 1 0 967447249 1412456448 342633 33554432000 4194304 9016284 140736789054240 18446744073709551615 6679808 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 344838 342633 684 1178 0 343656 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1379352

[startup+1062.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/178 8085
/proc/meminfo: memFree=30225652/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1451156 CPUtime=1062.32 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 362634 0 0 0 94714 11518 0 0 25 0 1 0 967447249 1485983744 360582 33554432000 4194304 9016284 140736789054240 18446744073709551615 5312773 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 362789 360582 684 1178 0 361607 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1451156

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 8087
/proc/meminfo: memFree=30152552/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1520316 CPUtime=1122.32 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 380450 0 0 0 100131 12101 0 0 25 0 1 0 967447249 1556803584 378398 33554432000 4194304 9016284 140736789054240 18446744073709551615 5228157 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 380079 378398 684 1178 0 378897 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1520316

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 8088
/proc/meminfo: memFree=30080320/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1623688 CPUtime=1182.32 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 398592 0 0 0 105549 12683 0 0 25 0 1 0 967447249 1662656512 396540 33554432000 4194304 9016284 140736789054240 18446744073709551615 6523198 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 405922 396540 684 1178 0 404740 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1623688

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 8090
/proc/meminfo: memFree=30010076/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1691264 CPUtime=1242.33 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 415962 0 0 0 110991 13242 0 0 25 0 1 0 967447249 1731854336 413910 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 422816 413910 684 1178 0 421634 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1691264

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 8092
/proc/meminfo: memFree=29937108/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1763120 CPUtime=1302.33 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 433833 0 0 0 116423 13810 0 0 25 0 1 0 967447249 1805434880 431781 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 440780 431781 684 1178 0 439598 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1763120

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 8093
/proc/meminfo: memFree=29854720/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1834456 CPUtime=1362.33 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 452159 0 0 0 121843 14390 0 0 25 0 1 0 967447249 1878482944 450107 33554432000 4194304 9016284 140736789054240 18446744073709551615 4291209 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 458614 450107 684 1178 0 457432 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1834456

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 8095
/proc/meminfo: memFree=29781260/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1902908 CPUtime=1422.34 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 469779 0 0 0 127282 14952 0 0 25 0 1 0 967447249 1948577792 467727 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 475727 467727 684 1178 0 474545 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1902908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 8096
/proc/meminfo: memFree=29707424/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=1970696 CPUtime=1482.34 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 487186 0 0 0 132718 15516 0 0 25 0 1 0 967447249 2017992704 485134 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 492674 485134 684 1178 0 491492 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1970696

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 8098
/proc/meminfo: memFree=29633448/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=2037608 CPUtime=1542.34 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 504326 0 0 0 138159 16075 0 0 25 0 1 0 967447249 2086510592 502274 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 509402 502274 684 1178 0 508220 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2037608

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 1.98 3/178 8100
/proc/meminfo: memFree=29555648/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=2108104 CPUtime=1602.34 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 521720 0 0 0 143595 16639 0 0 25 0 1 0 967447249 2158698496 519668 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 527026 519668 684 1178 0 525844 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2108104

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 8101
/proc/meminfo: memFree=29486504/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=2173208 CPUtime=1662.35 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 538444 0 0 0 149049 17186 0 0 25 0 1 0 967447249 2225364992 536392 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 543302 536392 684 1178 0 542120 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 2173208

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 1.99 3/178 8103
/proc/meminfo: memFree=29412916/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=2240552 CPUtime=1722.35 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 555785 0 0 0 154511 17724 0 0 25 0 1 0 967447249 2294325248 553733 33554432000 4194304 9016284 140736789054240 18446744073709551615 6679823 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 560138 553733 684 1178 0 558956 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 2240552

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 8104
/proc/meminfo: memFree=29335592/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=2302324 CPUtime=1782.35 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 571596 0 0 0 159958 18277 0 0 25 0 1 0 967447249 2357579776 569544 33554432000 4194304 9016284 140736789054240 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/8018/statm: 575581 569544 684 1178 0 574399 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2302324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 8105
/proc/meminfo: memFree=29321572/32950928 swapFree=67051812/67111528
[pid=8018] ppid=8016 vsize=2314488 CPUtime=1800.06 cores=1,3,5,7
/proc/8018/stat : 8018 (scip-2.0.1.4b_2) R 8016 8018 3085 0 -1 4202496 574725 0 0 0 161597 18409 0 0 25 0 1 0 967447249 2370035712 572673 33554432000 4194304 9016284 140736789054240 18446744073709551615 6812666 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8018/statm: 578622 572673 685 1178 0 577440 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2314488

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.15
CPU user time (s): 1615.97
CPU system time (s): 184.177
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2314488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1615.97
system time used= 184.177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574725
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1419

runsolver used 2.41763 second user time and 5.83711 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-11 08:02:46
IDJOB=3488779
IDBENCH=2898
IDSOLVER=1979
FILE ID=node116/3488779-1307772166
RUNJOBID= node116-1307766767-6797
PBS_JOBID= 13550846
Free space on /tmp= 74132 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_2.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-3488779-1307772166/watcher-3488779-1307772166 -o /tmp/evaluation-result-3488779-1307772166/solver-3488779-1307772166 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488779-1307772166.opb -t 1800 -m 15500

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=1932154103

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31546892 kB
Buffers:        279304 kB
Cached:         750720 kB
SwapCached:      13064 kB
Active:         624708 kB
Inactive:       589236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31546892 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           16720 kB
Writeback:          36 kB
AnonPages:      181048 kB
Mapped:          11996 kB
Slab:           125504 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   382436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74116 MiB
End job on node116 at 2011-06-11 08:32:48