Trace number 3485337

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)? (TO) 1800.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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485337-1307772595.opb>
0.00/0.00	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 9 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c       8 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.4
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    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.00/0.04	c   0.0s|     1 |     0 |   177 |     - | 483k|   0 |  19 |  70 |  24 |  70 |  25 |  17 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.1s|     1 |     0 |   183 |     - | 486k|   0 |  19 |  70 |  24 |  70 |  26 |  18 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/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 |     - | 492k|   0 |  21 |  70 |  24 |  70 |  28 |  20 |  15 |  10 | 0.000000e+00 |      --      |    Inf 
1.69/1.73	c   1.7s| 10000 |  5588 | 30150 |   3.0 |4216k|  61 |   8 |  70 |2183 |  70 |  21 |  20 |2663 | 622 | 0.000000e+00 |      --      |    Inf 
3.29/3.34	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.86	c   4.9s| 30000 | 14962 | 91478 |   3.0 |9526k|  61 |   - |  70 |1507 |  70 |  21 |  20 |8941 |1043 | 0.000000e+00 |      --      |    Inf 
6.29/6.38	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.91	c   7.9s| 50000 | 23027 |154031 |   3.1 |  14M|  62 |   - |  70 |1909 |  70 |  21 |  20 |  16k|1330 | 0.000000e+00 |      --      |    Inf 
9.39/9.46	c   9.5s| 60000 | 26752 |185885 |   3.1 |  17M|  62 |   8 |  70 |2469 |  70 |  21 |  20 |  19k|1436 | 0.000000e+00 |      --      |    Inf 
10.99/11.04	c  11.0s| 70000 | 30526 |218201 |   3.1 |  20M|  62 |   8 |  70 |2541 |  70 |  21 |  20 |  23k|1547 | 0.000000e+00 |      --      |    Inf 
12.59/12.64	c  12.6s| 80000 | 34086 |250006 |   3.1 |  22M|  62 |   8 |  70 |2226 |  70 |  21 |  20 |  27k|1638 | 0.000000e+00 |      --      |    Inf 
14.09/14.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.09/14.19	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.80	c  15.8s|100000 | 41312 |313321 |   3.1 |  27M|  63 |   8 |  70 |2379 |  70 |  21 |  20 |  35k|1799 | 0.000000e+00 |      --      |    Inf 
17.29/17.40	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.93	c  18.9s|120000 | 48645 |376474 |   3.1 |  32M|  63 |   8 |  70 |3008 |  70 |  21 |  20 |  42k|1921 | 0.000000e+00 |      --      |    Inf 
20.50/20.51	c  20.5s|130000 | 52292 |408019 |   3.1 |  35M|  63 |   8 |  70 |3174 |  70 |  21 |  20 |  46k|1978 | 0.000000e+00 |      --      |    Inf 
21.99/22.08	c  22.1s|140000 | 56312 |439503 |   3.1 |  38M|  63 |   8 |  70 |3030 |  70 |  21 |  20 |  50k|2025 | 0.000000e+00 |      --      |    Inf 
23.59/23.66	c  23.7s|150000 | 60161 |470824 |   3.1 |  40M|  63 |   - |  70 |2848 |  70 |  21 |  20 |  53k|2058 | 0.000000e+00 |      --      |    Inf 
25.19/25.27	c  25.3s|160000 | 63686 |501931 |   3.1 |  43M|  63 |   - |  70 |3018 |  70 |  21 |  20 |  57k|2106 | 0.000000e+00 |      --      |    Inf 
26.79/26.84	c  26.8s|170000 | 67543 |533695 |   3.1 |  45M|  63 |   - |  70 |3248 |  70 |  21 |  20 |  61k|2160 | 0.000000e+00 |      --      |    Inf 
28.39/28.41	c  28.4s|180000 | 71371 |565269 |   3.1 |  48M|  63 |   8 |  70 |3491 |  70 |  21 |  20 |  65k|2194 | 0.000000e+00 |      --      |    Inf 
29.99/30.02	c  30.0s|190000 | 75075 |596686 |   3.1 |  50M|  63 |   8 |  70 |2961 |  70 |  21 |  20 |  68k|2233 | 0.000000e+00 |      --      |    Inf 
31.59/31.65	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.24	c  33.2s|210000 | 82132 |660364 |   3.1 |  55M|  63 |   8 |  70 |3252 |  70 |  21 |  20 |  76k|2311 | 0.000000e+00 |      --      |    Inf 
34.80/34.87	c  34.9s|220000 | 85696 |692702 |   3.1 |  58M|  63 |   8 |  70 |2865 |  70 |  21 |  20 |  80k|2339 | 0.000000e+00 |      --      |    Inf 
36.39/36.45	c  36.5s|230000 | 89328 |724891 |   3.2 |  60M|  63 |   - |  70 |2984 |  70 |  21 |  20 |  84k|2381 | 0.000000e+00 |      --      |    Inf 
37.99/38.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.99/38.09	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.73	c  39.7s|250000 | 96167 |787413 |   3.1 |  65M|  63 |   8 |  70 |2989 |  70 |  21 |  20 |  92k|2445 | 0.000000e+00 |      --      |    Inf 
41.19/41.27	c  41.3s|260000 |100254 |818871 |   3.1 |  68M|  63 |   - |  70 |3406 |  70 |  21 |  20 |  95k|2476 | 0.000000e+00 |      --      |    Inf 
42.79/42.88	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.52	c  44.5s|280000 |107479 |880989 |   3.1 |  73M|  63 |   8 |  70 |2932 |  70 |  21 |  20 | 103k|2521 | 0.000000e+00 |      --      |    Inf 
46.09/46.13	c  46.1s|290000 |111133 |912214 |   3.1 |  76M|  63 |   8 |  70 |2917 |  70 |  21 |  20 | 107k|2539 | 0.000000e+00 |      --      |    Inf 
47.59/47.67	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.34	c  49.3s|310000 |118685 |976312 |   3.1 |  81M|  63 |   8 |  70 |2961 |  70 |  21 |  20 | 114k|2565 | 0.000000e+00 |      --      |    Inf 
50.90/50.93	c  50.9s|320000 |122411 |  1007k|   3.1 |  83M|  63 |   8 |  70 |3301 |  70 |  21 |  20 | 118k|2575 | 0.000000e+00 |      --      |    Inf 
52.49/52.55	c  52.6s|330000 |126001 |  1039k|   3.1 |  86M|  63 |   8 |  70 |3316 |  70 |  21 |  20 | 122k|2584 | 0.000000e+00 |      --      |    Inf 
54.09/54.14	c  54.1s|340000 |129657 |  1071k|   3.2 |  88M|  63 |   - |  70 |3185 |  70 |  21 |  20 | 126k|2591 | 0.000000e+00 |      --      |    Inf 
55.59/55.66	c  55.7s|350000 |133826 |  1101k|   3.1 |  91M|  63 |   8 |  70 |3535 |  70 |  21 |  20 | 129k|2605 | 0.000000e+00 |      --      |    Inf 
57.20/57.29	c  57.3s|360000 |137503 |  1132k|   3.1 |  94M|  63 |   - |  70 |3287 |   0 |   0 |  20 | 133k|2613 | 0.000000e+00 |      --      |    Inf 
58.89/58.92	c  58.9s|370000 |141102 |  1164k|   3.1 |  96M|  63 |   8 |  70 |3721 |  70 |  21 |  20 | 137k|2625 | 0.000000e+00 |      --      |    Inf 
60.50/60.55	c  60.6s|380000 |144534 |  1196k|   3.1 |  99M|  63 |   8 |  70 |3585 |  70 |  21 |  20 | 141k|2634 | 0.000000e+00 |      --      |    Inf 
62.10/62.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.10/62.16	c  62.2s|390000 |148166 |  1227k|   3.1 | 101M|  63 |   8 |  70 |4107 |  70 |  21 |  20 | 145k|2654 | 0.000000e+00 |      --      |    Inf 
63.80/63.88	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.52	c  65.5s|410000 |155140 |  1290k|   3.1 | 106M|  63 |   8 |  70 |3335 |  70 |  21 |  20 | 152k|2692 | 0.000000e+00 |      --      |    Inf 
67.19/67.21	c  67.2s|420000 |158443 |  1321k|   3.1 | 109M|  63 |   - |  70 |3277 |  70 |  21 |  20 | 156k|2715 | 0.000000e+00 |      --      |    Inf 
68.80/68.83	c  68.8s|430000 |162086 |  1353k|   3.1 | 111M|  63 |   8 |  70 |3502 |  70 |  21 |  20 | 160k|2728 | 0.000000e+00 |      --      |    Inf 
70.40/70.45	c  70.5s|440000 |165615 |  1385k|   3.1 | 114M|  63 |   8 |  70 |4046 |  70 |  21 |  20 | 164k|2749 | 0.000000e+00 |      --      |    Inf 
72.09/72.16	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.82	c  73.8s|460000 |172274 |  1449k|   3.2 | 119M|  63 |   8 |  70 |3377 |  70 |  21 |  20 | 172k|2791 | 0.000000e+00 |      --      |    Inf 
75.40/75.49	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.10	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.74	c  78.7s|490000 |182632 |  1543k|   3.1 | 126M|  63 |   8 |  70 |3272 |  70 |  21 |  20 | 184k|2840 | 0.000000e+00 |      --      |    Inf 
80.30/80.36	c  80.4s|500000 |186131 |  1574k|   3.1 | 129M|  63 |   8 |  70 |3249 |  70 |  21 |  20 | 188k|2856 | 0.000000e+00 |      --      |    Inf 
81.90/81.99	c  82.0s|510000 |189731 |  1604k|   3.1 | 131M|  63 |   - |  70 |3201 |  70 |  21 |  20 | 192k|2879 | 0.000000e+00 |      --      |    Inf 
83.50/83.60	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.24	c  85.2s|530000 |196935 |  1666k|   3.1 | 136M|  63 |   8 |  70 |3457 |  70 |  21 |  20 | 199k|2907 | 0.000000e+00 |      --      |    Inf 
86.79/86.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.79/86.82	c  86.8s|540000 |200703 |  1697k|   3.1 | 139M|  63 |   8 |  70 |4123 |  70 |  21 |  20 | 203k|2922 | 0.000000e+00 |      --      |    Inf 
88.50/88.51	c  88.5s|550000 |204257 |  1729k|   3.1 | 141M|  63 |   - |  70 |3354 |  70 |  21 |  20 | 207k|2938 | 0.000000e+00 |      --      |    Inf 
90.10/90.18	c  90.2s|560000 |207726 |  1760k|   3.1 | 144M|  63 |   - |  70 |3246 |  70 |  21 |  20 | 211k|2953 | 0.000000e+00 |      --      |    Inf 
91.80/91.80	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.42	c  93.4s|580000 |214955 |  1822k|   3.1 | 149M|  63 |   - |  70 |3565 |  70 |  21 |  20 | 219k|2973 | 0.000000e+00 |      --      |    Inf 
95.00/95.05	c  95.0s|590000 |218789 |  1854k|   3.1 | 151M|  63 |   - |  70 |3414 |   0 |   0 |  20 | 222k|2989 | 0.000000e+00 |      --      |    Inf 
96.59/96.70	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.34	c  98.3s|610000 |225624 |  1916k|   3.1 | 157M|  63 |   - |  70 |3927 |  70 |  21 |  20 | 230k|3018 | 0.000000e+00 |      --      |    Inf 
100.00/100.06	c   100s|620000 |228832 |  1947k|   3.1 | 159M|  63 |   - |  70 |3593 |  70 |  21 |  20 | 234k|3033 | 0.000000e+00 |      --      |    Inf 
101.60/101.68	c   102s|630000 |232465 |  1979k|   3.1 | 162M|  63 |   - |  70 |4107 |  70 |  21 |  20 | 238k|3039 | 0.000000e+00 |      --      |    Inf 
103.19/103.25	c   103s|640000 |236457 |  2011k|   3.1 | 164M|  63 |   - |  70 |4549 |  70 |  21 |  20 | 242k|3048 | 0.000000e+00 |      --      |    Inf 
104.80/104.89	c   105s|650000 |240200 |  2041k|   3.1 | 167M|  63 |   8 |  70 |4235 |  70 |  21 |  20 | 246k|3061 | 0.000000e+00 |      --      |    Inf 
106.50/106.56	c   107s|660000 |243784 |  2072k|   3.1 | 169M|  63 |   8 |  70 |4231 |  70 |  21 |  20 | 249k|3076 | 0.000000e+00 |      --      |    Inf 
108.19/108.24	c   108s|670000 |247321 |  2103k|   3.1 | 172M|  63 |   - |  70 |4078 |   0 |   0 |  20 | 253k|3085 | 0.000000e+00 |      --      |    Inf 
109.89/109.96	c   110s|680000 |250707 |  2134k|   3.1 | 174M|  63 |   8 |  70 |3453 |  70 |  21 |  20 | 257k|3094 | 0.000000e+00 |      --      |    Inf 
111.59/111.62	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.62	c   112s|690000 |254132 |  2166k|   3.1 | 177M|  63 |   8 |  70 |3914 |  70 |  21 |  20 | 261k|3103 | 0.000000e+00 |      --      |    Inf 
113.30/113.31	c   113s|700000 |257517 |  2196k|   3.1 | 179M|  63 |   8 |  70 |3920 |  70 |  21 |  20 | 265k|3118 | 0.000000e+00 |      --      |    Inf 
114.89/114.91	c   115s|710000 |261380 |  2228k|   3.1 | 182M|  63 |   8 |  70 |4381 |  70 |  21 |  20 | 269k|3128 | 0.000000e+00 |      --      |    Inf 
116.60/116.66	c   117s|720000 |264725 |  2259k|   3.1 | 184M|  63 |   8 |  70 |3972 |  70 |  21 |  20 | 273k|3139 | 0.000000e+00 |      --      |    Inf 
118.39/118.40	c   118s|730000 |268098 |  2290k|   3.1 | 186M|  63 |   8 |  70 |3617 |  70 |  21 |  20 | 277k|3154 | 0.000000e+00 |      --      |    Inf 
120.00/120.08	c   120s|740000 |271437 |  2321k|   3.1 | 189M|  63 |   8 |  70 |3786 |  70 |  21 |  20 | 281k|3164 | 0.000000e+00 |      --      |    Inf 
121.69/121.70	c   122s|750000 |275073 |  2352k|   3.1 | 191M|  63 |   - |  70 |4212 |  70 |  21 |  20 | 285k|3176 | 0.000000e+00 |      --      |    Inf 
123.29/123.35	c   123s|760000 |278428 |  2384k|   3.1 | 194M|  63 |   8 |  70 |4816 |  70 |  21 |  20 | 289k|3190 | 0.000000e+00 |      --      |    Inf 
125.09/125.10	c   125s|770000 |281736 |  2416k|   3.1 | 196M|  63 |   8 |  70 |4304 |  70 |  21 |  20 | 293k|3202 | 0.000000e+00 |      --      |    Inf 
126.70/126.71	c   127s|780000 |285483 |  2447k|   3.1 | 199M|  63 |   8 |  70 |4356 |  70 |  21 |  20 | 297k|3209 | 0.000000e+00 |      --      |    Inf 
128.39/128.43	c   128s|790000 |288762 |  2478k|   3.1 | 201M|  63 |   - |  70 |4048 |  70 |  21 |  20 | 301k|3218 | 0.000000e+00 |      --      |    Inf 
130.10/130.11	c   130s|800000 |292198 |  2510k|   3.1 | 204M|  63 |   8 |  70 |4230 |  70 |  21 |  20 | 305k|3229 | 0.000000e+00 |      --      |    Inf 
131.79/131.82	c   132s|810000 |295367 |  2541k|   3.1 | 206M|  63 |   8 |  70 |4373 |  70 |  21 |  20 | 309k|3242 | 0.000000e+00 |      --      |    Inf 
133.50/133.56	c   134s|820000 |298514 |  2573k|   3.1 | 209M|  63 |   - |  70 |4352 |  70 |  21 |  20 | 313k|3254 | 0.000000e+00 |      --      |    Inf 
135.30/135.31	c   135s|830000 |301817 |  2604k|   3.1 | 211M|  63 |   8 |  70 |3565 |  70 |  21 |  20 | 317k|3266 | 0.000000e+00 |      --      |    Inf 
137.00/137.00	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.00	c   137s|840000 |305257 |  2635k|   3.1 | 214M|  63 |   8 |  70 |3727 |  70 |  21 |  20 | 321k|3276 | 0.000000e+00 |      --      |    Inf 
138.70/138.71	c   139s|850000 |308519 |  2666k|   3.1 | 216M|  63 |   8 |  70 |3590 |  70 |  21 |  20 | 325k|3290 | 0.000000e+00 |      --      |    Inf 
140.29/140.38	c   140s|860000 |311971 |  2697k|   3.1 | 218M|  63 |   8 |  70 |3777 |  70 |  21 |  20 | 329k|3298 | 0.000000e+00 |      --      |    Inf 
142.00/142.05	c   142s|870000 |315355 |  2728k|   3.1 | 221M|  63 |   8 |  70 |3960 |  70 |  21 |  20 | 333k|3311 | 0.000000e+00 |      --      |    Inf 
143.60/143.67	c   144s|880000 |319055 |  2758k|   3.1 | 224M|  63 |   8 |  70 |4180 |  70 |  21 |  20 | 337k|3314 | 0.000000e+00 |      --      |    Inf 
145.30/145.39	c   145s|890000 |322302 |  2789k|   3.1 | 226M|  63 |   - |  70 |3920 |  70 |  21 |  20 | 341k|3317 | 0.000000e+00 |      --      |    Inf 
147.10/147.13	c   147s|900000 |325507 |  2820k|   3.1 | 228M|  63 |   8 |  70 |4138 |  70 |  21 |  20 | 345k|3322 | 0.000000e+00 |      --      |    Inf 
148.79/148.84	c   149s|910000 |328677 |  2852k|   3.1 | 231M|  63 |   8 |  70 |4193 |  70 |  21 |  20 | 349k|3330 | 0.000000e+00 |      --      |    Inf 
150.40/150.43	c   150s|920000 |332591 |  2883k|   3.1 | 234M|  63 |   8 |  70 |4861 |  70 |  21 |  20 | 353k|3337 | 0.000000e+00 |      --      |    Inf 
152.09/152.18	c   152s|930000 |335841 |  2914k|   3.1 | 236M|  63 |   8 |  70 |3915 |  70 |  21 |  20 | 357k|3341 | 0.000000e+00 |      --      |    Inf 
153.79/153.88	c   154s|940000 |339191 |  2945k|   3.1 | 238M|  63 |   8 |  70 |3962 |  70 |  21 |  20 | 361k|3348 | 0.000000e+00 |      --      |    Inf 
155.50/155.55	c   156s|950000 |342410 |  2977k|   3.1 | 241M|  63 |   - |  70 |4627 |  70 |  21 |  20 | 365k|3354 | 0.000000e+00 |      --      |    Inf 
157.20/157.27	c   157s|960000 |345759 |  3009k|   3.1 | 243M|  63 |   8 |  70 |4173 |  70 |  21 |  20 | 369k|3366 | 0.000000e+00 |      --      |    Inf 
158.90/158.95	c   159s|970000 |349110 |  3040k|   3.1 | 246M|  63 |   8 |  70 |4438 |  70 |  21 |  20 | 373k|3373 | 0.000000e+00 |      --      |    Inf 
160.50/160.59	c   161s|980000 |352876 |  3072k|   3.1 | 248M|  63 |   8 |  70 |4512 |  70 |  21 |  20 | 377k|3379 | 0.000000e+00 |      --      |    Inf 
162.30/162.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.30/162.31	c   162s|990000 |355900 |  3103k|   3.1 | 251M|  63 |   8 |  70 |4548 |  70 |  21 |  20 | 381k|3390 | 0.000000e+00 |      --      |    Inf 
164.10/164.11	c   164s|  1000k|359049 |  3135k|   3.1 | 253M|  63 |   8 |  70 |3994 |  70 |  21 |  20 | 385k|3401 | 0.000000e+00 |      --      |    Inf 
165.79/165.82	c   166s|  1010k|362297 |  3166k|   3.1 | 256M|  63 |   8 |  70 |4097 |  70 |  21 |  20 | 389k|3412 | 0.000000e+00 |      --      |    Inf 
167.49/167.50	c   168s|  1020k|365508 |  3197k|   3.1 | 258M|  63 |   - |  70 |4394 |  70 |  21 |  20 | 394k|3422 | 0.000000e+00 |      --      |    Inf 
169.19/169.21	c   169s|  1030k|368740 |  3229k|   3.1 | 261M|  63 |   8 |  70 |4633 |  70 |  21 |  20 | 398k|3431 | 0.000000e+00 |      --      |    Inf 
170.90/170.98	c   171s|  1040k|371998 |  3260k|   3.1 | 263M|  63 |   - |  70 |4133 |  70 |  21 |  20 | 402k|3443 | 0.000000e+00 |      --      |    Inf 
172.70/172.73	c   173s|  1050k|375206 |  3291k|   3.1 | 265M|  63 |   8 |  70 |3898 |  70 |  21 |  20 | 406k|3452 | 0.000000e+00 |      --      |    Inf 
174.40/174.44	c   174s|  1060k|378454 |  3323k|   3.1 | 268M|  63 |   8 |  70 |3932 |  70 |  21 |  20 | 410k|3461 | 0.000000e+00 |      --      |    Inf 
176.20/176.20	c   176s|  1070k|381639 |  3354k|   3.1 | 270M|  63 |   - |  70 |4002 |  70 |  21 |  20 | 414k|3471 | 0.000000e+00 |      --      |    Inf 
177.80/177.84	c   178s|  1080k|385184 |  3385k|   3.1 | 273M|  63 |   - |  70 |4674 |  70 |  21 |  20 | 418k|3479 | 0.000000e+00 |      --      |    Inf 
179.50/179.58	c   180s|  1090k|388417 |  3417k|   3.1 | 275M|  63 |   8 |  70 |4955 |  70 |  21 |  20 | 422k|3479 | 0.000000e+00 |      --      |    Inf 
181.29/181.34	c   181s|  1100k|391620 |  3448k|   3.1 | 278M|  63 |   8 |  70 |4486 |  70 |  21 |  20 | 426k|3483 | 0.000000e+00 |      --      |    Inf 
183.00/183.01	c   183s|  1110k|395093 |  3479k|   3.1 | 280M|  63 |   8 |  70 |4337 |  70 |  21 |  20 | 430k|3491 | 0.000000e+00 |      --      |    Inf 
184.70/184.79	c   185s|  1120k|398367 |  3510k|   3.1 | 283M|  63 |   8 |  70 |4061 |  70 |  21 |  20 | 434k|3499 | 0.000000e+00 |      --      |    Inf 
186.50/186.53	c   187s|  1130k|401486 |  3542k|   3.1 | 285M|  63 |   8 |  70 |4244 |  70 |  21 |  20 | 438k|3511 | 0.000000e+00 |      --      |    Inf 
188.10/188.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.10/188.18	c   188s|  1140k|405243 |  3572k|   3.1 | 288M|  63 |   8 |  70 |4865 |  70 |  21 |  20 | 442k|3518 | 0.000000e+00 |      --      |    Inf 
189.89/189.96	c   190s|  1150k|408319 |  3604k|   3.1 | 290M|  63 |   8 |  70 |4104 |  70 |  21 |  20 | 446k|3524 | 0.000000e+00 |      --      |    Inf 
191.70/191.72	c   192s|  1160k|411548 |  3635k|   3.1 | 293M|  63 |   8 |  70 |4277 |  70 |  21 |  20 | 450k|3533 | 0.000000e+00 |      --      |    Inf 
193.40/193.50	c   194s|  1170k|414699 |  3666k|   3.1 | 295M|  63 |   - |  70 |4010 |  70 |  21 |  20 | 455k|3543 | 0.000000e+00 |      --      |    Inf 
195.20/195.24	c   195s|  1180k|417890 |  3698k|   3.1 | 297M|  63 |   8 |  70 |4113 |  70 |  21 |  20 | 459k|3550 | 0.000000e+00 |      --      |    Inf 
196.90/196.91	c   197s|  1190k|421111 |  3730k|   3.1 | 300M|  63 |   - |  70 |4411 |  70 |  21 |  20 | 463k|3558 | 0.000000e+00 |      --      |    Inf 
198.59/198.68	c   199s|  1200k|424409 |  3760k|   3.1 | 302M|  63 |   8 |  70 |4306 |  70 |  21 |  20 | 467k|3565 | 0.000000e+00 |      --      |    Inf 
200.40/200.43	c   200s|  1210k|427701 |  3791k|   3.1 | 305M|  63 |   - |  70 |4314 |  70 |  21 |  20 | 471k|3577 | 0.000000e+00 |      --      |    Inf 
202.10/202.17	c   202s|  1220k|430755 |  3822k|   3.1 | 307M|  63 |   - |  70 |4468 |  70 |  21 |  20 | 475k|3588 | 0.000000e+00 |      --      |    Inf 
203.80/203.84	c   204s|  1230k|434054 |  3852k|   3.1 | 310M|  63 |   - |  70 |4818 |  70 |  21 |  20 | 479k|3588 | 0.000000e+00 |      --      |    Inf 
205.50/205.57	c   206s|  1240k|437236 |  3885k|   3.1 | 312M|  63 |   8 |  70 |4777 |  70 |  21 |  20 | 483k|3588 | 0.000000e+00 |      --      |    Inf 
207.20/207.29	c   207s|  1250k|440629 |  3915k|   3.1 | 315M|  63 |   8 |  70 |4504 |  70 |  21 |  20 | 487k|3591 | 0.000000e+00 |      --      |    Inf 
209.00/209.03	c   209s|  1260k|443780 |  3947k|   3.1 | 317M|  63 |   8 |  70 |4324 |  70 |  21 |  20 | 491k|3599 | 0.000000e+00 |      --      |    Inf 
210.60/210.69	c   211s|  1270k|447125 |  3978k|   3.1 | 320M|  63 |   - |  70 |5200 |  70 |  21 |  20 | 495k|3603 | 0.000000e+00 |      --      |    Inf 
212.50/212.53	c   213s|  1280k|450243 |  4010k|   3.1 | 322M|  63 |   8 |  70 |4549 |  70 |  21 |  20 | 499k|3603 | 0.000000e+00 |      --      |    Inf 
214.20/214.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.20/214.30	c   214s|  1290k|453362 |  4040k|   3.1 | 324M|  63 |   8 |  70 |4343 |  70 |  21 |  20 | 504k|3603 | 0.000000e+00 |      --      |    Inf 
216.10/216.12	c   216s|  1300k|456338 |  4072k|   3.1 | 327M|  63 |   - |  70 |4161 |  70 |  21 |  20 | 508k|3603 | 0.000000e+00 |      --      |    Inf 
217.80/217.87	c   218s|  1310k|459645 |  4102k|   3.1 | 329M|  63 |   8 |  70 |3985 |  70 |  21 |  20 | 512k|3603 | 0.000000e+00 |      --      |    Inf 
219.60/219.62	c   220s|  1320k|462828 |  4133k|   3.1 | 332M|  63 |   - |  70 |3747 |  70 |  21 |  20 | 516k|3611 | 0.000000e+00 |      --      |    Inf 
221.30/221.34	c   221s|  1330k|466046 |  4164k|   3.1 | 334M|  63 |   8 |  70 |3922 |  70 |  21 |  20 | 520k|3618 | 0.000000e+00 |      --      |    Inf 
222.90/222.98	c   223s|  1340k|469509 |  4195k|   3.1 | 337M|  63 |   - |  70 |5059 |  70 |  21 |  20 | 524k|3626 | 0.000000e+00 |      --      |    Inf 
224.59/224.60	c   225s|  1350k|473275 |  4227k|   3.1 | 339M|  63 |   8 |  70 |4832 |  70 |  21 |  20 | 528k|3626 | 0.000000e+00 |      --      |    Inf 
226.29/226.35	c   226s|  1360k|476442 |  4257k|   3.1 | 342M|  63 |   8 |  70 |4874 |  70 |  21 |  20 | 532k|3626 | 0.000000e+00 |      --      |    Inf 
228.10/228.13	c   228s|  1370k|479706 |  4288k|   3.1 | 344M|  63 |   - |  70 |4180 |  70 |  21 |  20 | 536k|3626 | 0.000000e+00 |      --      |    Inf 
229.79/229.86	c   230s|  1380k|482981 |  4319k|   3.1 | 346M|  63 |   - |  70 |4663 |   0 |   0 |  20 | 540k|3626 | 0.000000e+00 |      --      |    Inf 
231.50/231.53	c   232s|  1390k|486511 |  4350k|   3.1 | 349M|  63 |   8 |  70 |5249 |  70 |  21 |  20 | 544k|3626 | 0.000000e+00 |      --      |    Inf 
233.10/233.20	c   233s|  1400k|490177 |  4382k|   3.1 | 352M|  63 |   - |  70 |5665 |  70 |  21 |  20 | 548k|3626 | 0.000000e+00 |      --      |    Inf 
234.90/234.97	c   235s|  1410k|493415 |  4414k|   3.1 | 354M|  63 |   - |  70 |4999 |  70 |  21 |  20 | 552k|3626 | 0.000000e+00 |      --      |    Inf 
236.70/236.74	c   237s|  1420k|496703 |  4446k|   3.1 | 356M|  63 |   8 |  70 |4519 |  70 |  21 |  20 | 556k|3626 | 0.000000e+00 |      --      |    Inf 
238.50/238.51	c   239s|  1430k|499861 |  4477k|   3.1 | 359M|  63 |   8 |  70 |4636 |  70 |  21 |  20 | 560k|3626 | 0.000000e+00 |      --      |    Inf 
240.29/240.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.29/240.36	c   240s|  1440k|502945 |  4509k|   3.1 | 361M|  63 |   8 |  70 |4180 |  70 |  21 |  20 | 564k|3626 | 0.000000e+00 |      --      |    Inf 
241.90/241.96	c   242s|  1450k|506481 |  4540k|   3.1 | 364M|  63 |   8 |  70 |5366 |  70 |  21 |  20 | 568k|3626 | 0.000000e+00 |      --      |    Inf 
243.70/243.70	c   244s|  1460k|509638 |  4572k|   3.1 | 366M|  63 |   8 |  70 |4800 |  70 |  21 |  20 | 572k|3626 | 0.000000e+00 |      --      |    Inf 
245.40/245.46	c   245s|  1470k|512944 |  4603k|   3.1 | 369M|  63 |   - |  70 |4307 |  70 |  21 |  20 | 577k|3626 | 0.000000e+00 |      --      |    Inf 
247.20/247.23	c   247s|  1480k|516027 |  4634k|   3.1 | 371M|  63 |   8 |  70 |4208 |  70 |  21 |  20 | 581k|3626 | 0.000000e+00 |      --      |    Inf 
248.70/248.74	c   249s|  1490k|520644 |  4665k|   3.1 | 374M|  63 |   8 |  70 |5574 |  70 |  21 |  20 | 584k|3626 | 0.000000e+00 |      --      |    Inf 
250.40/250.47	c   250s|  1500k|524467 |  4696k|   3.1 | 376M|  63 |   8 |  70 |4857 |  70 |  21 |  20 | 588k|3626 | 0.000000e+00 |      --      |    Inf 
252.20/252.28	c   252s|  1510k|527549 |  4727k|   3.1 | 379M|  63 |   8 |  70 |4642 |  70 |  21 |  20 | 592k|3626 | 0.000000e+00 |      --      |    Inf 
254.00/254.06	c   254s|  1520k|530608 |  4758k|   3.1 | 381M|  63 |   8 |  70 |4541 |  70 |  21 |  20 | 596k|3626 | 0.000000e+00 |      --      |    Inf 
255.80/255.82	c   256s|  1530k|533954 |  4790k|   3.1 | 384M|  63 |   8 |  70 |4678 |  70 |  21 |  20 | 600k|3626 | 0.000000e+00 |      --      |    Inf 
257.50/257.58	c   258s|  1540k|537184 |  4822k|   3.1 | 386M|  63 |   8 |  70 |4665 |  70 |  21 |  20 | 604k|3626 | 0.000000e+00 |      --      |    Inf 
259.30/259.33	c   259s|  1550k|540360 |  4853k|   3.1 | 388M|  63 |   8 |  70 |4971 |  70 |  21 |  20 | 608k|3626 | 0.000000e+00 |      --      |    Inf 
261.10/261.14	c   261s|  1560k|543463 |  4884k|   3.1 | 391M|  63 |   8 |  70 |4799 |  70 |  21 |  20 | 612k|3626 | 0.000000e+00 |      --      |    Inf 
262.90/262.97	c   263s|  1570k|546648 |  4915k|   3.1 | 393M|  63 |   - |  70 |4776 |  70 |  21 |  20 | 616k|3626 | 0.000000e+00 |      --      |    Inf 
264.70/264.77	c   265s|  1580k|549787 |  4946k|   3.1 | 396M|  63 |   8 |  70 |4856 |  70 |  21 |  20 | 621k|3626 | 0.000000e+00 |      --      |    Inf 
266.50/266.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
266.50/266.56	c   267s|  1590k|552960 |  4978k|   3.1 | 398M|  63 |   8 |  70 |5111 |  70 |  21 |  20 | 625k|3626 | 0.000000e+00 |      --      |    Inf 
268.30/268.38	c   268s|  1600k|556338 |  5009k|   3.1 | 400M|  63 |   8 |  70 |4667 |  70 |  21 |  20 | 629k|3626 | 0.000000e+00 |      --      |    Inf 
270.10/270.18	c   270s|  1610k|559335 |  5040k|   3.1 | 403M|  63 |   - |  70 |4346 |  70 |  21 |  20 | 633k|3626 | 0.000000e+00 |      --      |    Inf 
271.90/271.93	c   272s|  1620k|562577 |  5071k|   3.1 | 405M|  63 |   - |  70 |4741 |  70 |  21 |  20 | 637k|3626 | 0.000000e+00 |      --      |    Inf 
273.70/273.71	c   274s|  1630k|565915 |  5101k|   3.1 | 408M|  63 |   8 |  70 |4370 |  70 |  21 |  20 | 641k|3626 | 0.000000e+00 |      --      |    Inf 
275.30/275.38	c   275s|  1640k|569548 |  5132k|   3.1 | 410M|  63 |   8 |  70 |4849 |  70 |  21 |  20 | 645k|3626 | 0.000000e+00 |      --      |    Inf 
277.00/277.04	c   277s|  1650k|573044 |  5163k|   3.1 | 413M|  63 |   8 |  70 |5287 |  70 |  21 |  20 | 649k|3626 | 0.000000e+00 |      --      |    Inf 
278.80/278.84	c   279s|  1660k|575961 |  5195k|   3.1 | 415M|  63 |   - |  70 |5304 |  70 |  21 |  20 | 653k|3626 | 0.000000e+00 |      --      |    Inf 
280.60/280.69	c   281s|  1670k|579234 |  5226k|   3.1 | 418M|  63 |   8 |  70 |4943 |  70 |  21 |  20 | 657k|3626 | 0.000000e+00 |      --      |    Inf 
282.40/282.47	c   282s|  1680k|582531 |  5258k|   3.1 | 420M|  63 |   - |  70 |4505 |  70 |  21 |  20 | 662k|3626 | 0.000000e+00 |      --      |    Inf 
284.30/284.35	c   284s|  1690k|585427 |  5289k|   3.1 | 422M|  63 |   8 |  70 |4032 |  70 |  21 |  20 | 666k|3626 | 0.000000e+00 |      --      |    Inf 
286.10/286.14	c   286s|  1700k|588216 |  5320k|   3.1 | 425M|  63 |   8 |  70 |4213 |  70 |  21 |  20 | 670k|3626 | 0.000000e+00 |      --      |    Inf 
287.70/287.78	c   288s|  1710k|591801 |  5352k|   3.1 | 427M|  63 |   8 |  70 |5351 |  70 |  21 |  20 | 674k|3626 | 0.000000e+00 |      --      |    Inf 
289.31/289.36	c   289s|  1720k|595749 |  5382k|   3.1 | 430M|  63 |   8 |  70 |6508 |  70 |  21 |  20 | 678k|3626 | 0.000000e+00 |      --      |    Inf 
291.20/291.23	c   291s|  1730k|599006 |  5413k|   3.1 | 432M|  63 |   - |  70 |5153 |  70 |  21 |  20 | 682k|3626 | 0.000000e+00 |      --      |    Inf 
292.90/292.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.90/292.91	c   293s|  1740k|602562 |  5445k|   3.1 | 435M|  63 |   8 |  70 |6194 |  70 |  21 |  20 | 686k|3626 | 0.000000e+00 |      --      |    Inf 
294.70/294.78	c   295s|  1750k|605564 |  5476k|   3.1 | 437M|  63 |   - |  70 |5040 |  70 |  21 |  20 | 690k|3626 | 0.000000e+00 |      --      |    Inf 
296.50/296.60	c   297s|  1760k|608681 |  5507k|   3.1 | 440M|  63 |   8 |  70 |4630 |  70 |  21 |  20 | 694k|3626 | 0.000000e+00 |      --      |    Inf 
298.40/298.46	c   298s|  1770k|611644 |  5539k|   3.1 | 442M|  63 |   8 |  70 |4446 |  70 |  21 |  20 | 698k|3626 | 0.000000e+00 |      --      |    Inf 
300.20/300.28	c   300s|  1780k|614659 |  5570k|   3.1 | 445M|  63 |   - |  70 |4619 |  70 |  21 |  20 | 702k|3626 | 0.000000e+00 |      --      |    Inf 
302.00/302.07	c   302s|  1790k|618007 |  5602k|   3.1 | 447M|  63 |   8 |  70 |4920 |  70 |  21 |  20 | 706k|3626 | 0.000000e+00 |      --      |    Inf 
303.80/303.89	c   304s|  1800k|621099 |  5632k|   3.1 | 450M|  63 |   - |  70 |4679 |  70 |  21 |  20 | 710k|3626 | 0.000000e+00 |      --      |    Inf 
305.70/305.71	c   306s|  1810k|624354 |  5664k|   3.1 | 452M|  63 |   8 |  70 |4638 |  70 |  21 |  20 | 715k|3626 | 0.000000e+00 |      --      |    Inf 
307.50/307.51	c   308s|  1820k|627425 |  5696k|   3.1 | 454M|  63 |   8 |  70 |4854 |  70 |  21 |  20 | 719k|3626 | 0.000000e+00 |      --      |    Inf 
309.30/309.32	c   309s|  1830k|630558 |  5727k|   3.1 | 457M|  63 |   8 |  70 |5074 |  70 |  21 |  20 | 723k|3626 | 0.000000e+00 |      --      |    Inf 
311.00/311.08	c   311s|  1840k|633770 |  5758k|   3.1 | 459M|  63 |   8 |  70 |5262 |  70 |  21 |  20 | 727k|3626 | 0.000000e+00 |      --      |    Inf 
312.90/312.90	c   313s|  1850k|636972 |  5790k|   3.1 | 462M|  63 |   8 |  70 |5177 |  70 |  21 |  20 | 731k|3626 | 0.000000e+00 |      --      |    Inf 
314.70/314.75	c   315s|  1860k|639915 |  5821k|   3.1 | 464M|  63 |   - |  70 |4988 |  70 |  21 |  20 | 735k|3626 | 0.000000e+00 |      --      |    Inf 
316.60/316.69	c   317s|  1870k|642766 |  5854k|   3.1 | 466M|  63 |   8 |  70 |4490 |  70 |  21 |  20 | 740k|3626 | 0.000000e+00 |      --      |    Inf 
318.41/318.48	c   318s|  1880k|645956 |  5885k|   3.1 | 469M|  63 |   8 |  70 |4366 |  70 |  21 |  20 | 744k|3626 | 0.000000e+00 |      --      |    Inf 
320.20/320.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
320.20/320.28	c   320s|  1890k|649096 |  5916k|   3.1 | 471M|  63 |   - |  70 |4441 |  70 |  21 |  20 | 748k|3626 | 0.000000e+00 |      --      |    Inf 
322.11/322.11	c   322s|  1900k|652068 |  5947k|   3.1 | 474M|  63 |   8 |  70 |5006 |  70 |  21 |  20 | 752k|3627 | 0.000000e+00 |      --      |    Inf 
323.90/323.95	c   324s|  1910k|655224 |  5979k|   3.1 | 476M|  63 |   8 |  70 |4427 |  70 |  21 |  20 | 756k|3639 | 0.000000e+00 |      --      |    Inf 
325.61/325.66	c   326s|  1920k|658557 |  6011k|   3.1 | 479M|  63 |   8 |  70 |5525 |  70 |  21 |  20 | 760k|3644 | 0.000000e+00 |      --      |    Inf 
327.41/327.49	c   327s|  1930k|661761 |  6042k|   3.1 | 481M|  63 |   8 |  70 |5124 |  70 |  21 |  20 | 764k|3646 | 0.000000e+00 |      --      |    Inf 
329.30/329.30	c   329s|  1940k|664876 |  6074k|   3.1 | 484M|  63 |   8 |  70 |5446 |  70 |  21 |  20 | 769k|3646 | 0.000000e+00 |      --      |    Inf 
331.11/331.11	c   331s|  1950k|668081 |  6105k|   3.1 | 486M|  63 |   8 |  70 |5143 |  70 |  21 |  20 | 773k|3646 | 0.000000e+00 |      --      |    Inf 
332.80/332.85	c   333s|  1960k|671403 |  6135k|   3.1 | 488M|  63 |   8 |  70 |5029 |  70 |  21 |  20 | 777k|3646 | 0.000000e+00 |      --      |    Inf 
334.60/334.62	c   335s|  1970k|674575 |  6167k|   3.1 | 491M|  63 |   8 |  70 |5494 |  70 |  21 |  20 | 781k|3646 | 0.000000e+00 |      --      |    Inf 
336.40/336.43	c   336s|  1980k|677717 |  6198k|   3.1 | 493M|  63 |   - |  70 |5147 |  70 |  21 |  20 | 785k|3646 | 0.000000e+00 |      --      |    Inf 
338.30/338.31	c   338s|  1990k|680833 |  6229k|   3.1 | 496M|  63 |   8 |  70 |4262 |  70 |  21 |  20 | 789k|3646 | 0.000000e+00 |      --      |    Inf 
340.11/340.16	c   340s|  2000k|683923 |  6261k|   3.1 | 498M|  63 |   - |  70 |4011 |  70 |  21 |  20 | 793k|3647 | 0.000000e+00 |      --      |    Inf 
342.01/342.01	c   342s|  2010k|686907 |  6292k|   3.1 | 500M|  63 |   8 |  70 |4309 |  70 |  21 |  20 | 798k|3655 | 0.000000e+00 |      --      |    Inf 
343.80/343.82	c   344s|  2020k|689965 |  6323k|   3.1 | 503M|  63 |   8 |  70 |4463 |  70 |  21 |  20 | 802k|3661 | 0.000000e+00 |      --      |    Inf 
345.60/345.62	c   346s|  2030k|693170 |  6355k|   3.1 | 505M|  63 |   - |  70 |4423 |  70 |  21 |  20 | 806k|3669 | 0.000000e+00 |      --      |    Inf 
347.20/347.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
347.20/347.26	c   347s|  2040k|696749 |  6387k|   3.1 | 508M|  63 |   8 |  70 |5624 |  70 |  21 |  20 | 810k|3675 | 0.000000e+00 |      --      |    Inf 
348.91/348.94	c   349s|  2050k|700150 |  6418k|   3.1 | 511M|  63 |   8 |  70 |7025 |  70 |  21 |  20 | 814k|3682 | 0.000000e+00 |      --      |    Inf 
350.80/350.88	c   351s|  2060k|703001 |  6450k|   3.1 | 513M|  63 |   8 |  70 |5689 |  70 |  21 |  20 | 818k|3682 | 0.000000e+00 |      --      |    Inf 
352.51/352.54	c   353s|  2070k|706665 |  6482k|   3.1 | 516M|  63 |   8 |  70 |6498 |  70 |  21 |  20 | 822k|3682 | 0.000000e+00 |      --      |    Inf 
354.40/354.44	c   354s|  2080k|709701 |  6513k|   3.1 | 518M|  63 |   - |  70 |5465 |  70 |  21 |  20 | 826k|3682 | 0.000000e+00 |      --      |    Inf 
356.30/356.33	c   356s|  2090k|712888 |  6544k|   3.1 | 520M|  63 |   8 |  70 |5289 |  70 |  21 |  20 | 830k|3682 | 0.000000e+00 |      --      |    Inf 
358.10/358.12	c   358s|  2100k|716045 |  6576k|   3.1 | 523M|  63 |   8 |  70 |5620 |  70 |  21 |  20 | 834k|3682 | 0.000000e+00 |      --      |    Inf 
359.80/359.89	c   360s|  2110k|719346 |  6607k|   3.1 | 525M|  63 |   8 |  70 |5557 |  70 |  21 |  20 | 838k|3682 | 0.000000e+00 |      --      |    Inf 
361.70/361.74	c   362s|  2120k|722379 |  6639k|   3.1 | 528M|  63 |   - |  70 |5588 |  70 |  21 |  20 | 842k|3682 | 0.000000e+00 |      --      |    Inf 
363.61/363.62	c   364s|  2130k|725642 |  6669k|   3.1 | 530M|  63 |   8 |  70 |5207 |  70 |  21 |  20 | 847k|3682 | 0.000000e+00 |      --      |    Inf 
365.50/365.50	c   366s|  2140k|728867 |  6700k|   3.1 | 532M|  63 |   8 |  70 |4797 |  70 |  21 |  20 | 851k|3682 | 0.000000e+00 |      --      |    Inf 
367.10/367.12	c   367s|  2150k|732917 |  6731k|   3.1 | 535M|  63 |   8 |  70 |5618 |  70 |  21 |  20 | 854k|3682 | 0.000000e+00 |      --      |    Inf 
368.71/368.74	c   369s|  2160k|737096 |  6763k|   3.1 | 538M|  63 |   8 |  70 |6865 |  70 |  21 |  20 | 858k|3682 | 0.000000e+00 |      --      |    Inf 
370.40/370.49	c   370s|  2170k|741134 |  6793k|   3.1 | 541M|  63 |   8 |  70 |6545 |  70 |  21 |  20 | 861k|3682 | 0.000000e+00 |      --      |    Inf 
372.31/372.35	c   372s|  2180k|744262 |  6824k|   3.1 | 543M|  63 |   8 |  70 |5563 |  70 |  21 |  20 | 865k|3682 | 0.000000e+00 |      --      |    Inf 
374.20/374.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.20/374.25	c   374s|  2190k|747324 |  6856k|   3.1 | 545M|  63 |   - |  70 |5406 |  70 |  21 |  20 | 869k|3682 | 0.000000e+00 |      --      |    Inf 
375.91/375.98	c   376s|  2200k|750584 |  6888k|   3.1 | 548M|  63 |   8 |  70 |6148 |  70 |  21 |  20 | 873k|3682 | 0.000000e+00 |      --      |    Inf 
377.91/377.96	c   378s|  2210k|753708 |  6918k|   3.1 | 550M|  63 |   8 |  70 |5077 |  70 |  21 |  20 | 878k|3682 | 0.000000e+00 |      --      |    Inf 
379.80/379.82	c   380s|  2220k|756713 |  6950k|   3.1 | 552M|  63 |   - |  70 |5188 |   0 |   0 |  20 | 882k|3682 | 0.000000e+00 |      --      |    Inf 
381.50/381.52	c   382s|  2230k|759957 |  6982k|   3.1 | 555M|  63 |   - |  70 |5849 |  70 |  21 |  20 | 886k|3682 | 0.000000e+00 |      --      |    Inf 
383.41/383.41	c   383s|  2240k|763208 |  7012k|   3.1 | 557M|  63 |   8 |  70 |5214 |  70 |  21 |  20 | 890k|3682 | 0.000000e+00 |      --      |    Inf 
385.20/385.25	c   385s|  2250k|766317 |  7044k|   3.1 | 560M|  63 |   8 |  70 |5686 |  70 |  21 |  20 | 894k|3682 | 0.000000e+00 |      --      |    Inf 
387.00/387.07	c   387s|  2260k|769756 |  7075k|   3.1 | 562M|  63 |   8 |  70 |6260 |  70 |  21 |  20 | 898k|3682 | 0.000000e+00 |      --      |    Inf 
388.90/388.93	c   389s|  2270k|773112 |  7107k|   3.1 | 565M|  63 |   8 |  70 |5461 |  70 |  21 |  20 | 902k|3682 | 0.000000e+00 |      --      |    Inf 
390.81/390.80	c   391s|  2280k|776238 |  7138k|   3.1 | 567M|  63 |   - |  70 |4942 |  70 |  21 |  20 | 906k|3682 | 0.000000e+00 |      --      |    Inf 
392.51/392.54	c   393s|  2290k|779575 |  7170k|   3.1 | 570M|  63 |   - |  70 |5234 |  70 |  21 |  20 | 910k|3682 | 0.000000e+00 |      --      |    Inf 
394.30/394.36	c   394s|  2300k|782886 |  7201k|   3.1 | 572M|  63 |   8 |  70 |5040 |  70 |  21 |  20 | 914k|3682 | 0.000000e+00 |      --      |    Inf 
396.21/396.21	c   396s|  2310k|785915 |  7232k|   3.1 | 574M|  63 |   8 |  70 |5018 |  70 |  21 |  20 | 918k|3682 | 0.000000e+00 |      --      |    Inf 
397.80/397.89	c   398s|  2320k|789543 |  7265k|   3.1 | 577M|  63 |   - |  70 |6011 |  70 |  21 |  20 | 922k|3682 | 0.000000e+00 |      --      |    Inf 
399.80/399.87	c   400s|  2330k|792431 |  7296k|   3.1 | 579M|  63 |   - |  70 |4562 |  70 |  21 |  20 | 927k|3682 | 0.000000e+00 |      --      |    Inf 
401.70/401.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
401.70/401.79	c   402s|  2340k|795365 |  7326k|   3.1 | 582M|  63 |   8 |  70 |4245 |  70 |  21 |  20 | 931k|3682 | 0.000000e+00 |      --      |    Inf 
403.60/403.61	c   404s|  2350k|798440 |  7358k|   3.1 | 584M|  63 |   8 |  70 |4538 |  70 |  21 |  20 | 935k|3682 | 0.000000e+00 |      --      |    Inf 
405.31/405.32	c   405s|  2360k|802034 |  7388k|   3.1 | 587M|  63 |   8 |  70 |5464 |  70 |  21 |  20 | 939k|3682 | 0.000000e+00 |      --      |    Inf 
407.20/407.24	c   407s|  2370k|804955 |  7419k|   3.1 | 589M|  63 |   8 |  70 |5177 |  70 |  21 |  20 | 943k|3682 | 0.000000e+00 |      --      |    Inf 
409.11/409.11	c   409s|  2380k|808007 |  7449k|   3.1 | 591M|  63 |   8 |  70 |4691 |  70 |  21 |  20 | 947k|3682 | 0.000000e+00 |      --      |    Inf 
410.90/410.99	c   411s|  2390k|810971 |  7480k|   3.1 | 594M|  63 |   8 |  70 |4803 |  70 |  21 |  20 | 952k|3682 | 0.000000e+00 |      --      |    Inf 
412.80/412.81	c   413s|  2400k|814202 |  7511k|   3.1 | 596M|  63 |   - |  70 |4752 |  70 |  21 |  20 | 956k|3682 | 0.000000e+00 |      --      |    Inf 
414.61/414.69	c   415s|  2410k|817244 |  7542k|   3.1 | 598M|  63 |   - |  70 |4316 |  70 |  21 |  20 | 960k|3682 | 0.000000e+00 |      --      |    Inf 
416.50/416.53	c   417s|  2420k|820135 |  7574k|   3.1 | 601M|  63 |   - |  70 |4811 |  70 |  21 |  20 | 964k|3682 | 0.000000e+00 |      --      |    Inf 
418.40/418.40	c   418s|  2430k|823169 |  7605k|   3.1 | 603M|  63 |   - |  70 |5108 |  70 |  21 |  20 | 968k|3682 | 0.000000e+00 |      --      |    Inf 
420.21/420.25	c   420s|  2440k|826356 |  7636k|   3.1 | 606M|  63 |   8 |  70 |4906 |  70 |  21 |  20 | 972k|3682 | 0.000000e+00 |      --      |    Inf 
421.90/421.93	c   422s|  2450k|829921 |  7667k|   3.1 | 608M|  63 |   8 |  70 |5965 |  70 |  21 |  20 | 976k|3682 | 0.000000e+00 |      --      |    Inf 
423.80/423.86	c   424s|  2460k|833031 |  7698k|   3.1 | 611M|  63 |   - |  70 |5263 |  70 |  21 |  20 | 980k|3682 | 0.000000e+00 |      --      |    Inf 
425.60/425.66	c   426s|  2470k|836319 |  7730k|   3.1 | 613M|  63 |   - |  70 |5524 |  70 |  21 |  20 | 984k|3682 | 0.000000e+00 |      --      |    Inf 
427.51/427.53	c   428s|  2480k|839392 |  7760k|   3.1 | 615M|  63 |   - |  70 |4676 |  70 |  21 |  20 | 989k|3682 | 0.000000e+00 |      --      |    Inf 
429.40/429.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.40/429.40	c   429s|  2490k|842430 |  7791k|   3.1 | 618M|  63 |   8 |  70 |4384 |  70 |  21 |  20 | 993k|3682 | 0.000000e+00 |      --      |    Inf 
431.21/431.27	c   431s|  2500k|845325 |  7822k|   3.1 | 620M|  63 |   - |  70 |4687 |  70 |  21 |  20 | 997k|3682 | 0.000000e+00 |      --      |    Inf 
433.11/433.10	c   433s|  2510k|848497 |  7853k|   3.1 | 623M|  63 |   8 |  70 |4798 |  70 |  21 |  20 |1001k|3682 | 0.000000e+00 |      --      |    Inf 
435.01/435.01	c   435s|  2520k|851393 |  7884k|   3.1 | 625M|  63 |   8 |  70 |4964 |  70 |  21 |  20 |1005k|3682 | 0.000000e+00 |      --      |    Inf 
436.81/436.88	c   437s|  2530k|854332 |  7915k|   3.1 | 628M|  63 |   - |  70 |4777 |  70 |  21 |  20 |1010k|3682 | 0.000000e+00 |      --      |    Inf 
438.61/438.67	c   439s|  2540k|857613 |  7946k|   3.1 | 630M|  63 |   8 |  70 |4999 |  70 |  21 |  20 |1014k|3682 | 0.000000e+00 |      --      |    Inf 
440.61/440.60	c   441s|  2550k|860527 |  7977k|   3.1 | 632M|  63 |   8 |  70 |4616 |  70 |  21 |  20 |1018k|3682 | 0.000000e+00 |      --      |    Inf 
442.41/442.45	c   442s|  2560k|863680 |  8009k|   3.1 | 635M|  63 |   - |  70 |4955 |  70 |  21 |  20 |1022k|3682 | 0.000000e+00 |      --      |    Inf 
444.41/444.41	c   444s|  2570k|866560 |  8039k|   3.1 | 637M|  63 |   8 |  70 |4553 |  70 |  21 |  20 |1026k|3682 | 0.000000e+00 |      --      |    Inf 
446.21/446.25	c   446s|  2580k|869552 |  8071k|   3.1 | 640M|  63 |   8 |  70 |4518 |  70 |  21 |  20 |1031k|3682 | 0.000000e+00 |      --      |    Inf 
448.00/448.08	c   448s|  2590k|872742 |  8103k|   3.1 | 642M|  63 |   8 |  70 |4997 |  70 |  21 |  20 |1035k|3682 | 0.000000e+00 |      --      |    Inf 
449.91/449.92	c   450s|  2600k|875867 |  8134k|   3.1 | 645M|  63 |   - |  70 |4876 |  70 |  21 |  20 |1039k|3682 | 0.000000e+00 |      --      |    Inf 
451.71/451.74	c   452s|  2610k|879120 |  8165k|   3.1 | 647M|  63 |   8 |  70 |5373 |  70 |  21 |  20 |1043k|3682 | 0.000000e+00 |      --      |    Inf 
453.61/453.63	c   454s|  2620k|882212 |  8197k|   3.1 | 649M|  63 |   8 |  70 |5107 |  70 |  21 |  20 |1047k|3682 | 0.000000e+00 |      --      |    Inf 
455.51/455.52	c   456s|  2630k|885208 |  8228k|   3.1 | 652M|  63 |   8 |  70 |5281 |  70 |  21 |  20 |1051k|3682 | 0.000000e+00 |      --      |    Inf 
457.41/457.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.41/457.44	c   457s|  2640k|888112 |  8259k|   3.1 | 654M|  63 |   8 |  70 |5163 |  70 |  21 |  20 |1056k|3682 | 0.000000e+00 |      --      |    Inf 
459.31/459.38	c   459s|  2650k|890986 |  8290k|   3.1 | 657M|  63 |   8 |  70 |4708 |  70 |  21 |  20 |1060k|3682 | 0.000000e+00 |      --      |    Inf 
461.10/461.14	c   461s|  2660k|894355 |  8322k|   3.1 | 659M|  63 |   8 |  70 |5282 |  70 |  21 |  20 |1064k|3682 | 0.000000e+00 |      --      |    Inf 
463.01/463.05	c   463s|  2670k|897388 |  8353k|   3.1 | 662M|  63 |   8 |  70 |4820 |  70 |  21 |  20 |1068k|3682 | 0.000000e+00 |      --      |    Inf 
464.71/464.75	c   465s|  2680k|901024 |  8385k|   3.1 | 664M|  63 |   8 |  70 |5799 |  70 |  21 |  20 |1072k|3682 | 0.000000e+00 |      --      |    Inf 
466.61/466.62	c   467s|  2690k|904152 |  8417k|   3.1 | 667M|  63 |   - |  70 |5796 |  70 |  21 |  20 |1076k|3682 | 0.000000e+00 |      --      |    Inf 
468.40/468.49	c   468s|  2700k|907333 |  8448k|   3.1 | 669M|  63 |   - |  70 |5281 |  70 |  21 |  20 |1081k|3682 | 0.000000e+00 |      --      |    Inf 
470.30/470.37	c   470s|  2710k|910277 |  8480k|   3.1 | 671M|  63 |   - |  70 |5142 |  70 |  21 |  20 |1085k|3682 | 0.000000e+00 |      --      |    Inf 
472.11/472.19	c   472s|  2720k|913501 |  8510k|   3.1 | 674M|  63 |   8 |  70 |4908 |  70 |  21 |  20 |1089k|3682 | 0.000000e+00 |      --      |    Inf 
474.01/474.01	c   474s|  2730k|916671 |  8541k|   3.1 | 676M|  63 |   8 |  70 |5366 |  70 |  21 |  20 |1093k|3682 | 0.000000e+00 |      --      |    Inf 
475.81/475.86	c   476s|  2740k|919729 |  8572k|   3.1 | 679M|  63 |   - |  70 |5415 |  70 |  21 |  20 |1097k|3682 | 0.000000e+00 |      --      |    Inf 
477.60/477.64	c   478s|  2750k|922908 |  8604k|   3.1 | 681M|  63 |   - |  70 |5483 |  70 |  21 |  20 |1101k|3682 | 0.000000e+00 |      --      |    Inf 
479.51/479.54	c   480s|  2760k|925878 |  8635k|   3.1 | 683M|  63 |   8 |  70 |4762 |  70 |  21 |  20 |1105k|3682 | 0.000000e+00 |      --      |    Inf 
481.30/481.38	c   481s|  2770k|929126 |  8666k|   3.1 | 686M|  63 |   - |  70 |4380 |  70 |  21 |  20 |1109k|3682 | 0.000000e+00 |      --      |    Inf 
483.21/483.23	c   483s|  2780k|932055 |  8697k|   3.1 | 688M|  63 |   - |  70 |4946 |  70 |  21 |  20 |1114k|3682 | 0.000000e+00 |      --      |    Inf 
485.01/485.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.01/485.06	c   485s|  2790k|935442 |  8728k|   3.1 | 691M|  63 |   8 |  70 |4704 |  70 |  21 |  20 |1118k|3682 | 0.000000e+00 |      --      |    Inf 
486.60/486.64	c   487s|  2800k|939054 |  8760k|   3.1 | 694M|  63 |   8 |  70 |6412 |  70 |  21 |  20 |1121k|3682 | 0.000000e+00 |      --      |    Inf 
488.42/488.43	c   488s|  2810k|942227 |  8792k|   3.1 | 696M|  63 |   - |  70 |6442 |  70 |  21 |  20 |1125k|3682 | 0.000000e+00 |      --      |    Inf 
490.31/490.39	c   490s|  2820k|945205 |  8825k|   3.1 | 698M|  63 |   - |  70 |5763 |  70 |  21 |  20 |1130k|3682 | 0.000000e+00 |      --      |    Inf 
492.31/492.32	c   492s|  2830k|948500 |  8855k|   3.1 | 701M|  63 |   - |  70 |5204 |  70 |  21 |  20 |1133k|3682 | 0.000000e+00 |      --      |    Inf 
494.11/494.16	c   494s|  2840k|951589 |  8887k|   3.1 | 703M|  63 |   8 |  70 |5516 |  70 |  21 |  20 |1138k|3682 | 0.000000e+00 |      --      |    Inf 
496.11/496.13	c   496s|  2850k|954457 |  8918k|   3.1 | 705M|  63 |   8 |  70 |5196 |  70 |  21 |  20 |1142k|3682 | 0.000000e+00 |      --      |    Inf 
497.91/497.95	c   498s|  2860k|957618 |  8950k|   3.1 | 708M|  63 |   - |  70 |5410 |  70 |  21 |  20 |1146k|3682 | 0.000000e+00 |      --      |    Inf 
499.91/499.92	c   500s|  2870k|960479 |  8982k|   3.1 | 710M|  63 |   8 |  70 |5017 |  70 |  21 |  20 |1150k|3682 | 0.000000e+00 |      --      |    Inf 
501.70/501.79	c   502s|  2880k|963468 |  9013k|   3.1 | 713M|  63 |   8 |  70 |5249 |  70 |  21 |  20 |1155k|3682 | 0.000000e+00 |      --      |    Inf 
503.60/503.63	c   504s|  2890k|966728 |  9044k|   3.1 | 715M|  63 |   8 |  70 |5425 |  70 |  21 |  20 |1159k|3682 | 0.000000e+00 |      --      |    Inf 
505.51/505.59	c   506s|  2900k|969687 |  9075k|   3.1 | 717M|  63 |   8 |  70 |5076 |  70 |  21 |  20 |1163k|3682 | 0.000000e+00 |      --      |    Inf 
507.41/507.43	c   507s|  2910k|972763 |  9107k|   3.1 | 720M|  63 |   8 |  70 |5522 |  70 |  21 |  20 |1167k|3682 | 0.000000e+00 |      --      |    Inf 
509.21/509.20	c   509s|  2920k|976483 |  9137k|   3.1 | 722M|  63 |   - |  70 |5548 |  70 |  21 |  20 |1171k|3682 | 0.000000e+00 |      --      |    Inf 
510.90/510.95	c   511s|  2930k|980094 |  9167k|   3.1 | 725M|  63 |   8 |  70 |6261 |  70 |  21 |  20 |1175k|3682 | 0.000000e+00 |      --      |    Inf 
512.81/512.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.81/512.87	c   513s|  2940k|983108 |  9199k|   3.1 | 727M|  63 |   8 |  70 |5378 |  70 |  21 |  20 |1179k|3682 | 0.000000e+00 |      --      |    Inf 
514.71/514.72	c   515s|  2950k|986270 |  9230k|   3.1 | 730M|  63 |   8 |  70 |5148 |  70 |  21 |  20 |1183k|3682 | 0.000000e+00 |      --      |    Inf 
516.61/516.63	c   517s|  2960k|989163 |  9261k|   3.1 | 732M|  63 |   8 |  70 |5101 |  70 |  21 |  20 |1187k|3682 | 0.000000e+00 |      --      |    Inf 
518.41/518.44	c   518s|  2970k|992556 |  9292k|   3.1 | 735M|  63 |   8 |  70 |5838 |  70 |  21 |  20 |1191k|3682 | 0.000000e+00 |      --      |    Inf 
520.40/520.42	c   520s|  2980k|995552 |  9323k|   3.1 | 737M|  63 |   8 |  70 |5502 |  70 |  21 |  20 |1196k|3682 | 0.000000e+00 |      --      |    Inf 
522.21/522.29	c   522s|  2990k|998717 |  9354k|   3.1 | 739M|  63 |   8 |  70 |5826 |  70 |  21 |  20 |1200k|3682 | 0.000000e+00 |      --      |    Inf 
524.01/524.05	c   524s|  3000k|  1002k|  9385k|   3.1 | 742M|  63 |   - |  70 |6334 |  70 |  21 |  20 |1204k|3682 | 0.000000e+00 |      --      |    Inf 
526.01/526.00	c   526s|  3010k|  1005k|  9416k|   3.1 | 744M|  63 |   8 |  70 |5700 |  70 |  21 |  20 |1208k|3682 | 0.000000e+00 |      --      |    Inf 
527.81/527.85	c   528s|  3020k|  1008k|  9448k|   3.1 | 747M|  63 |   8 |  70 |5586 |  70 |  21 |  20 |1212k|3682 | 0.000000e+00 |      --      |    Inf 
529.71/529.77	c   530s|  3030k|  1011k|  9480k|   3.1 | 749M|  63 |   8 |  70 |4906 |  70 |  21 |  20 |1216k|3682 | 0.000000e+00 |      --      |    Inf 
531.61/531.63	c   532s|  3040k|  1014k|  9510k|   3.1 | 751M|  63 |   8 |  70 |5037 |  70 |  21 |  20 |1221k|3682 | 0.000000e+00 |      --      |    Inf 
533.52/533.58	c   534s|  3050k|  1017k|  9541k|   3.1 | 754M|  63 |   8 |  70 |4745 |  70 |  21 |  20 |1225k|3682 | 0.000000e+00 |      --      |    Inf 
535.41/535.46	c   535s|  3060k|  1020k|  9572k|   3.1 | 756M|  63 |   8 |  70 |5158 |  70 |  21 |  20 |1229k|3682 | 0.000000e+00 |      --      |    Inf 
537.21/537.27	c   537s|  3070k|  1023k|  9604k|   3.1 | 759M|  63 |   8 |  70 |5595 |  70 |  21 |  20 |1233k|3682 | 0.000000e+00 |      --      |    Inf 
539.21/539.20	c   539s|  3080k|  1026k|  9636k|   3.1 | 761M|  63 |   8 |  70 |4947 |  70 |  21 |  20 |1237k|3682 | 0.000000e+00 |      --      |    Inf 
540.91/540.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.91/540.95	c   541s|  3090k|  1030k|  9667k|   3.1 | 764M|  63 |   - |  70 |5883 |  70 |  21 |  20 |1241k|3682 | 0.000000e+00 |      --      |    Inf 
542.81/542.86	c   543s|  3100k|  1033k|  9699k|   3.1 | 766M|  63 |   8 |  70 |5651 |  70 |  21 |  20 |1246k|3682 | 0.000000e+00 |      --      |    Inf 
544.71/544.76	c   545s|  3110k|  1036k|  9730k|   3.1 | 768M|  63 |   8 |  70 |4969 |  70 |  21 |  20 |1250k|3682 | 0.000000e+00 |      --      |    Inf 
546.61/546.67	c   547s|  3120k|  1039k|  9760k|   3.1 | 771M|  63 |   8 |  70 |4852 |  70 |  21 |  20 |1254k|3682 | 0.000000e+00 |      --      |    Inf 
548.40/548.44	c   548s|  3130k|  1042k|  9791k|   3.1 | 773M|  63 |   8 |  70 |5618 |  70 |  21 |  20 |1258k|3682 | 0.000000e+00 |      --      |    Inf 
550.31/550.33	c   550s|  3140k|  1045k|  9822k|   3.1 | 776M|  63 |   8 |  70 |5205 |  70 |  21 |  20 |1262k|3682 | 0.000000e+00 |      --      |    Inf 
552.21/552.24	c   552s|  3150k|  1049k|  9854k|   3.1 | 778M|  63 |   8 |  70 |5203 |  70 |  21 |  20 |1266k|3682 | 0.000000e+00 |      --      |    Inf 
553.91/553.92	c   554s|  3160k|  1052k|  9884k|   3.1 | 781M|  63 |   - |  70 |6434 |  70 |  21 |  20 |1270k|3682 | 0.000000e+00 |      --      |    Inf 
555.91/555.95	c   556s|  3170k|  1055k|  9915k|   3.1 | 783M|  63 |   - |  70 |5620 |  70 |  21 |  20 |1274k|3682 | 0.000000e+00 |      --      |    Inf 
557.91/557.91	c   558s|  3180k|  1058k|  9946k|   3.1 | 785M|  63 |   - |  70 |5423 |  70 |  21 |  20 |1278k|3682 | 0.000000e+00 |      --      |    Inf 
559.81/559.83	c   560s|  3190k|  1061k|  9977k|   3.1 | 788M|  63 |   - |  70 |5479 |  70 |  21 |  20 |1282k|3682 | 0.000000e+00 |      --      |    Inf 
561.71/561.72	c   562s|  3200k|  1064k| 10008k|   3.1 | 790M|  63 |   8 |  70 |6001 |  70 |  21 |  20 |1287k|3682 | 0.000000e+00 |      --      |    Inf 
563.61/563.68	c   564s|  3210k|  1067k| 10040k|   3.1 | 793M|  63 |   - |  70 |5789 |  70 |  21 |  20 |1291k|3682 | 0.000000e+00 |      --      |    Inf 
565.42/565.47	c   565s|  3220k|  1071k| 10071k|   3.1 | 795M|  63 |   8 |  70 |6249 |  70 |  21 |  20 |1295k|3682 | 0.000000e+00 |      --      |    Inf 
567.41/567.44	c   567s|  3230k|  1074k| 10102k|   3.1 | 798M|  63 |   8 |  70 |5776 |  70 |  21 |  20 |1299k|3682 | 0.000000e+00 |      --      |    Inf 
569.31/569.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.31/569.38	c   569s|  3240k|  1077k| 10133k|   3.1 | 800M|  63 |   - |  70 |5424 |  70 |  21 |  20 |1303k|3682 | 0.000000e+00 |      --      |    Inf 
571.31/571.31	c   571s|  3250k|  1080k| 10163k|   3.1 | 802M|  63 |   8 |  70 |5197 |  70 |  21 |  20 |1307k|3682 | 0.000000e+00 |      --      |    Inf 
573.12/573.13	c   573s|  3260k|  1083k| 10195k|   3.1 | 805M|  63 |   - |  70 |6280 |  70 |  21 |  20 |1312k|3682 | 0.000000e+00 |      --      |    Inf 
575.01/575.03	c   575s|  3270k|  1086k| 10227k|   3.1 | 807M|  63 |   8 |  70 |6464 |  70 |  21 |  20 |1316k|3682 | 0.000000e+00 |      --      |    Inf 
577.02/577.04	c   577s|  3280k|  1089k| 10258k|   3.1 | 810M|  63 |   - |  70 |5216 |  70 |  21 |  20 |1320k|3682 | 0.000000e+00 |      --      |    Inf 
578.81/578.88	c   579s|  3290k|  1092k| 10289k|   3.1 | 812M|  63 |   8 |  70 |5549 |  70 |  21 |  20 |1324k|3682 | 0.000000e+00 |      --      |    Inf 
580.61/580.66	c   581s|  3300k|  1096k| 10319k|   3.1 | 815M|  63 |   - |  70 |6361 |  70 |  21 |  20 |1328k|3682 | 0.000000e+00 |      --      |    Inf 
582.61/582.64	c   583s|  3310k|  1099k| 10350k|   3.1 | 817M|  63 |   8 |  70 |5057 |  70 |  21 |  20 |1332k|3682 | 0.000000e+00 |      --      |    Inf 
584.51/584.59	c   585s|  3320k|  1102k| 10381k|   3.1 | 819M|  63 |   8 |  70 |4925 |  70 |  21 |  20 |1337k|3682 | 0.000000e+00 |      --      |    Inf 
586.41/586.42	c   586s|  3330k|  1105k| 10411k|   3.1 | 822M|  63 |   8 |  70 |5667 |  70 |  21 |  20 |1341k|3682 | 0.000000e+00 |      --      |    Inf 
588.31/588.37	c   588s|  3340k|  1108k| 10443k|   3.1 | 824M|  63 |   8 |  70 |5309 |  70 |  21 |  20 |1345k|3682 | 0.000000e+00 |      --      |    Inf 
590.31/590.32	c   590s|  3350k|  1111k| 10474k|   3.1 | 826M|  63 |   - |  70 |4738 |  70 |  21 |  20 |1349k|3682 | 0.000000e+00 |      --      |    Inf 
592.11/592.15	c   592s|  3360k|  1114k| 10505k|   3.1 | 829M|  63 |   - |  70 |5116 |  70 |  21 |  20 |1354k|3682 | 0.000000e+00 |      --      |    Inf 
594.02/594.09	c   594s|  3370k|  1117k| 10537k|   3.1 | 831M|  63 |   8 |  70 |4651 |  70 |  21 |  20 |1358k|3682 | 0.000000e+00 |      --      |    Inf 
595.71/595.74	c   596s|  3380k|  1120k| 10570k|   3.1 | 834M|  63 |   - |  70 |6169 |  70 |  21 |  20 |1362k|3682 | 0.000000e+00 |      --      |    Inf 
597.41/597.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.41/597.48	c   597s|  3390k|  1124k| 10603k|   3.1 | 837M|  63 |   8 |  70 |6375 |  70 |  21 |  20 |1366k|3682 | 0.000000e+00 |      --      |    Inf 
599.21/599.27	c   599s|  3400k|  1127k| 10637k|   3.1 | 839M|  63 |   - |  70 |6573 |  70 |  21 |  20 |1370k|3682 | 0.000000e+00 |      --      |    Inf 
601.11/601.11	c   601s|  3410k|  1131k| 10671k|   3.1 | 842M|  63 |   8 |  70 |6870 |  70 |  21 |  20 |1374k|3682 | 0.000000e+00 |      --      |    Inf 
602.91/602.94	c   603s|  3420k|  1134k| 10701k|   3.1 | 844M|  63 |   8 |  70 |7463 |  70 |  21 |  20 |1378k|3682 | 0.000000e+00 |      --      |    Inf 
604.81/604.85	c   605s|  3430k|  1137k| 10735k|   3.1 | 847M|  63 |   8 |  70 |7142 |  70 |  21 |  20 |1382k|3682 | 0.000000e+00 |      --      |    Inf 
606.71/606.72	c   607s|  3440k|  1140k| 10768k|   3.1 | 849M|  63 |   8 |  70 |7016 |  70 |  21 |  20 |1386k|3682 | 0.000000e+00 |      --      |    Inf 
608.52/608.58	c   609s|  3450k|  1144k| 10801k|   3.1 | 851M|  63 |   8 |  70 |7153 |  70 |  21 |  20 |1390k|3682 | 0.000000e+00 |      --      |    Inf 
610.41/610.46	c   610s|  3460k|  1147k| 10833k|   3.1 | 854M|  63 |   8 |  70 |7429 |  70 |  21 |  20 |1394k|3682 | 0.000000e+00 |      --      |    Inf 
612.41/612.40	c   612s|  3470k|  1150k| 10865k|   3.1 | 856M|  63 |   8 |  70 |7118 |  70 |  21 |  20 |1399k|3682 | 0.000000e+00 |      --      |    Inf 
614.21/614.24	c   614s|  3480k|  1153k| 10898k|   3.1 | 859M|  63 |   8 |  70 |7563 |  70 |  21 |  20 |1403k|3682 | 0.000000e+00 |      --      |    Inf 
616.21/616.22	c   616s|  3490k|  1157k| 10930k|   3.1 | 861M|  63 |   8 |  70 |6365 |  70 |  21 |  20 |1407k|3682 | 0.000000e+00 |      --      |    Inf 
618.11/618.13	c   618s|  3500k|  1160k| 10964k|   3.1 | 864M|  63 |   8 |  70 |7004 |  70 |  21 |  20 |1411k|3682 | 0.000000e+00 |      --      |    Inf 
620.21/620.24	c   620s|  3510k|  1163k| 10995k|   3.1 | 866M|  63 |   8 |  70 |5974 |  70 |  21 |  20 |1416k|3682 | 0.000000e+00 |      --      |    Inf 
622.21/622.28	c   622s|  3520k|  1166k| 11026k|   3.1 | 868M|  63 |   8 |  70 |5945 |  70 |  21 |  20 |1420k|3682 | 0.000000e+00 |      --      |    Inf 
624.21/624.24	c   624s|  3530k|  1169k| 11057k|   3.1 | 870M|  63 |   8 |  70 |5499 |  70 |  21 |  20 |1424k|3682 | 0.000000e+00 |      --      |    Inf 
626.01/626.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
626.01/626.06	c   626s|  3540k|  1172k| 11089k|   3.1 | 873M|  63 |   8 |  70 |6084 |  70 |  21 |  20 |1428k|3682 | 0.000000e+00 |      --      |    Inf 
628.12/628.19	c   628s|  3550k|  1175k| 11120k|   3.1 | 875M|  63 |   8 |  70 |5179 |  70 |  21 |  20 |1432k|3682 | 0.000000e+00 |      --      |    Inf 
630.21/630.23	c   630s|  3560k|  1178k| 11151k|   3.1 | 877M|  63 |   - |  70 |5035 |  70 |  21 |  20 |1437k|3682 | 0.000000e+00 |      --      |    Inf 
632.12/632.13	c   632s|  3570k|  1181k| 11183k|   3.1 | 880M|  63 |   8 |  70 |5914 |  70 |  21 |  20 |1441k|3682 | 0.000000e+00 |      --      |    Inf 
634.12/634.15	c   634s|  3580k|  1184k| 11215k|   3.1 | 882M|  63 |   8 |  70 |5163 |  70 |  21 |  20 |1445k|3682 | 0.000000e+00 |      --      |    Inf 
636.01/636.02	c   636s|  3590k|  1187k| 11245k|   3.1 | 885M|  63 |   - |  70 |5574 |  70 |  21 |  20 |1449k|3682 | 0.000000e+00 |      --      |    Inf 
638.02/638.05	c   638s|  3600k|  1190k| 11276k|   3.1 | 887M|  63 |   8 |  70 |5227 |  70 |  21 |  20 |1453k|3682 | 0.000000e+00 |      --      |    Inf 
639.81/639.85	c   640s|  3610k|  1194k| 11307k|   3.1 | 890M|  63 |   - |  70 |5660 |  70 |  21 |  20 |1457k|3682 | 0.000000e+00 |      --      |    Inf 
641.82/641.84	c   642s|  3620k|  1197k| 11339k|   3.1 | 892M|  63 |   8 |  70 |5431 |  70 |  21 |  20 |1461k|3682 | 0.000000e+00 |      --      |    Inf 
643.82/643.84	c   644s|  3630k|  1199k| 11370k|   3.1 | 894M|  63 |   8 |  70 |5533 |  70 |  21 |  20 |1466k|3682 | 0.000000e+00 |      --      |    Inf 
645.71/645.74	c   646s|  3640k|  1202k| 11401k|   3.1 | 897M|  63 |   8 |  70 |6049 |  70 |  21 |  20 |1470k|3682 | 0.000000e+00 |      --      |    Inf 
647.71/647.78	c   648s|  3650k|  1205k| 11433k|   3.1 | 899M|  63 |   8 |  70 |5356 |  70 |  21 |  20 |1474k|3682 | 0.000000e+00 |      --      |    Inf 
649.72/649.79	c   650s|  3660k|  1208k| 11464k|   3.1 | 902M|  63 |   - |  70 |5248 |  70 |  21 |  20 |1478k|3682 | 0.000000e+00 |      --      |    Inf 
651.51/651.59	c   652s|  3670k|  1211k| 11495k|   3.1 | 904M|  63 |   8 |  70 |5853 |  70 |  21 |  20 |1482k|3682 | 0.000000e+00 |      --      |    Inf 
653.31/653.39	c   653s|  3680k|  1215k| 11525k|   3.1 | 907M|  63 |   8 |  70 |6666 |  70 |  21 |  20 |1486k|3682 | 0.000000e+00 |      --      |    Inf 
655.11/655.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.11/655.14	c   655s|  3690k|  1219k| 11556k|   3.1 | 909M|  63 |   8 |  70 |7387 |  70 |  21 |  20 |1490k|3682 | 0.000000e+00 |      --      |    Inf 
656.92/656.97	c   657s|  3700k|  1223k| 11586k|   3.1 | 912M|  63 |   8 |  70 |8495 |  70 |  21 |  20 |1494k|3682 | 0.000000e+00 |      --      |    Inf 
658.92/658.97	c   659s|  3710k|  1226k| 11617k|   3.1 | 914M|  63 |   8 |  70 |7296 |  70 |  21 |  20 |1498k|3682 | 0.000000e+00 |      --      |    Inf 
660.92/660.93	c   661s|  3720k|  1229k| 11648k|   3.1 | 917M|  63 |   8 |  70 |6388 |  70 |  21 |  20 |1502k|3682 | 0.000000e+00 |      --      |    Inf 
662.92/662.99	c   663s|  3730k|  1232k| 11679k|   3.1 | 919M|  63 |   8 |  70 |5920 |  70 |  21 |  20 |1506k|3682 | 0.000000e+00 |      --      |    Inf 
664.91/664.97	c   665s|  3740k|  1235k| 11710k|   3.1 | 921M|  63 |   - |  70 |5802 |  70 |  21 |  20 |1511k|3682 | 0.000000e+00 |      --      |    Inf 
667.01/667.06	c   667s|  3750k|  1238k| 11742k|   3.1 | 924M|  63 |   8 |  70 |5710 |  70 |  21 |  20 |1515k|3682 | 0.000000e+00 |      --      |    Inf 
668.82/668.89	c   669s|  3760k|  1241k| 11774k|   3.1 | 926M|  63 |   - |  70 |6811 |  70 |  21 |  20 |1519k|3682 | 0.000000e+00 |      --      |    Inf 
670.82/670.87	c   671s|  3770k|  1244k| 11806k|   3.1 | 929M|  63 |   8 |  70 |6216 |  70 |  21 |  20 |1523k|3682 | 0.000000e+00 |      --      |    Inf 
672.92/672.90	c   673s|  3780k|  1247k| 11837k|   3.1 | 931M|  63 |   - |  70 |5368 |  70 |  21 |  20 |1527k|3682 | 0.000000e+00 |      --      |    Inf 
674.71/674.77	c   675s|  3790k|  1250k| 11868k|   3.1 | 933M|  63 |   - |  70 |5685 |  70 |  21 |  20 |1531k|3682 | 0.000000e+00 |      --      |    Inf 
676.62/676.67	c   677s|  3800k|  1254k| 11899k|   3.1 | 936M|  63 |   8 |  70 |5720 |  70 |  21 |  20 |1535k|3682 | 0.000000e+00 |      --      |    Inf 
678.61/678.65	c   679s|  3810k|  1257k| 11931k|   3.1 | 938M|  63 |   8 |  70 |5215 |  70 |  21 |  20 |1540k|3682 | 0.000000e+00 |      --      |    Inf 
680.62/680.61	c   681s|  3820k|  1260k| 11962k|   3.1 | 940M|  63 |   8 |  70 |5239 |  70 |  21 |  20 |1544k|3682 | 0.000000e+00 |      --      |    Inf 
682.52/682.52	c   683s|  3830k|  1263k| 11993k|   3.1 | 943M|  63 |   8 |  70 |5482 |  70 |  21 |  20 |1548k|3682 | 0.000000e+00 |      --      |    Inf 
684.41/684.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
684.41/684.47	c   684s|  3840k|  1266k| 12024k|   3.1 | 945M|  63 |   8 |  70 |5593 |  70 |  21 |  20 |1552k|3682 | 0.000000e+00 |      --      |    Inf 
686.42/686.42	c   686s|  3850k|  1269k| 12055k|   3.1 | 948M|  63 |   8 |  70 |5234 |  70 |  21 |  20 |1556k|3682 | 0.000000e+00 |      --      |    Inf 
688.42/688.50	c   688s|  3860k|  1272k| 12086k|   3.1 | 950M|  63 |   8 |  70 |4911 |  70 |  21 |  20 |1561k|3682 | 0.000000e+00 |      --      |    Inf 
690.41/690.48	c   690s|  3870k|  1275k| 12117k|   3.1 | 952M|  63 |   - |  70 |5381 |  70 |  21 |  20 |1565k|3682 | 0.000000e+00 |      --      |    Inf 
692.42/692.42	c   692s|  3880k|  1278k| 12147k|   3.1 | 955M|  63 |   8 |  70 |5670 |  70 |  21 |  20 |1569k|3682 | 0.000000e+00 |      --      |    Inf 
694.31/694.30	c   694s|  3890k|  1281k| 12178k|   3.1 | 957M|  63 |   - |  70 |6417 |  70 |  21 |  20 |1573k|3682 | 0.000000e+00 |      --      |    Inf 
696.11/696.16	c   696s|  3900k|  1284k| 12210k|   3.1 | 960M|  63 |   8 |  70 |6489 |  70 |  21 |  20 |1577k|3682 | 0.000000e+00 |      --      |    Inf 
698.21/698.23	c   698s|  3910k|  1287k| 12241k|   3.1 | 962M|  63 |   8 |  70 |5384 |  70 |  21 |  20 |1582k|3682 | 0.000000e+00 |      --      |    Inf 
700.21/700.21	c   700s|  3920k|  1290k| 12272k|   3.1 | 964M|  63 |   - |  70 |5743 |  70 |  21 |  20 |1586k|3682 | 0.000000e+00 |      --      |    Inf 
702.12/702.16	c   702s|  3930k|  1293k| 12304k|   3.1 | 967M|  63 |   8 |  70 |6124 |  70 |  21 |  20 |1590k|3682 | 0.000000e+00 |      --      |    Inf 
704.12/704.19	c   704s|  3940k|  1296k| 12335k|   3.1 | 969M|  63 |   8 |  70 |5112 |  70 |  21 |  20 |1595k|3682 | 0.000000e+00 |      --      |    Inf 
706.02/706.02	c   706s|  3950k|  1299k| 12366k|   3.1 | 972M|  63 |   - |  70 |6170 |   0 |   0 |  20 |1599k|3682 | 0.000000e+00 |      --      |    Inf 
707.81/707.83	c   708s|  3960k|  1303k| 12397k|   3.1 | 974M|  63 |   8 |  70 |7118 |  70 |  21 |  20 |1603k|3682 | 0.000000e+00 |      --      |    Inf 
709.91/709.90	c   710s|  3970k|  1306k| 12428k|   3.1 | 977M|  63 |   8 |  70 |6844 |  70 |  21 |  20 |1607k|3682 | 0.000000e+00 |      --      |    Inf 
712.02/712.01	c   712s|  3980k|  1308k| 12459k|   3.1 | 979M|  63 |   - |  70 |5806 |  70 |  21 |  20 |1611k|3682 | 0.000000e+00 |      --      |    Inf 
714.02/714.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.02/714.05	c   714s|  3990k|  1311k| 12490k|   3.1 | 981M|  63 |   8 |  70 |5555 |  70 |  21 |  20 |1616k|3682 | 0.000000e+00 |      --      |    Inf 
715.81/715.88	c   716s|  4000k|  1315k| 12522k|   3.1 | 984M|  63 |   8 |  70 |6640 |  70 |  21 |  20 |1620k|3682 | 0.000000e+00 |      --      |    Inf 
717.82/717.83	c   718s|  4010k|  1318k| 12553k|   3.1 | 986M|  63 |   - |  70 |6143 |  70 |  21 |  20 |1624k|3682 | 0.000000e+00 |      --      |    Inf 
719.91/719.94	c   720s|  4020k|  1321k| 12584k|   3.1 | 989M|  63 |   8 |  70 |5592 |  70 |  21 |  20 |1628k|3682 | 0.000000e+00 |      --      |    Inf 
721.71/721.71	c   722s|  4030k|  1324k| 12615k|   3.1 | 991M|  63 |   8 |  70 |5862 |  70 |  21 |  20 |1632k|3682 | 0.000000e+00 |      --      |    Inf 
723.61/723.69	c   724s|  4040k|  1328k| 12646k|   3.1 | 994M|  63 |   8 |  70 |5957 |  70 |  21 |  20 |1636k|3682 | 0.000000e+00 |      --      |    Inf 
725.61/725.69	c   726s|  4050k|  1331k| 12677k|   3.1 | 996M|  63 |   8 |  70 |5889 |  70 |  21 |  20 |1640k|3682 | 0.000000e+00 |      --      |    Inf 
727.52/727.58	c   728s|  4060k|  1334k| 12709k|   3.1 | 998M|  63 |   - |  70 |6277 |  70 |  21 |  20 |1644k|3682 | 0.000000e+00 |      --      |    Inf 
729.52/729.53	c   730s|  4070k|  1337k| 12739k|   3.1 |1001M|  63 |   - |  70 |5964 |  70 |  21 |  20 |1648k|3682 | 0.000000e+00 |      --      |    Inf 
731.52/731.58	c   732s|  4080k|  1340k| 12771k|   3.1 |1003M|  63 |   - |  70 |5441 |  70 |  21 |  20 |1653k|3682 | 0.000000e+00 |      --      |    Inf 
733.51/733.57	c   734s|  4090k|  1343k| 12803k|   3.1 |1005M|  63 |   - |  70 |5135 |  70 |  21 |  20 |1657k|3682 | 0.000000e+00 |      --      |    Inf 
735.41/735.47	c   735s|  4100k|  1346k| 12834k|   3.1 |1008M|  63 |   - |  70 |5168 |  70 |  21 |  20 |1661k|3682 | 0.000000e+00 |      --      |    Inf 
737.52/737.53	c   738s|  4110k|  1349k| 12865k|   3.1 |1010M|  63 |   8 |  70 |4957 |  70 |  21 |  20 |1665k|3682 | 0.000000e+00 |      --      |    Inf 
739.42/739.42	c   739s|  4120k|  1352k| 12897k|   3.1 |1013M|  63 |   8 |  70 |5725 |  70 |  21 |  20 |1669k|3682 | 0.000000e+00 |      --      |    Inf 
741.42/741.48	c   741s|  4130k|  1355k| 12927k|   3.1 |1015M|  63 |   - |  70 |5170 |  70 |  21 |  20 |1674k|3682 | 0.000000e+00 |      --      |    Inf 
743.32/743.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
743.32/743.30	c   743s|  4140k|  1358k| 12959k|   3.1 |1018M|  63 |   8 |  70 |6382 |  70 |  21 |  20 |1678k|3682 | 0.000000e+00 |      --      |    Inf 
745.31/745.30	c   745s|  4150k|  1361k| 12991k|   3.1 |1020M|  63 |   - |  70 |6010 |  70 |  21 |  20 |1682k|3682 | 0.000000e+00 |      --      |    Inf 
747.11/747.18	c   747s|  4160k|  1364k| 13023k|   3.1 |1023M|  63 |   8 |  70 |6378 |  70 |  21 |  20 |1686k|3682 | 0.000000e+00 |      --      |    Inf 
749.12/749.16	c   749s|  4170k|  1367k| 13054k|   3.1 |1025M|  63 |   - |  70 |6468 |  70 |  21 |  20 |1690k|3682 | 0.000000e+00 |      --      |    Inf 
751.12/751.17	c   751s|  4180k|  1370k| 13085k|   3.1 |1027M|  63 |   - |  70 |6079 |  70 |  21 |  20 |1695k|3682 | 0.000000e+00 |      --      |    Inf 
753.22/753.24	c   753s|  4190k|  1373k| 13117k|   3.1 |1030M|  63 |   - |  70 |5331 |   0 |   0 |  20 |1699k|3682 | 0.000000e+00 |      --      |    Inf 
755.22/755.21	c   755s|  4200k|  1376k| 13148k|   3.1 |1032M|  63 |   - |  70 |5932 |  70 |  21 |  20 |1703k|3682 | 0.000000e+00 |      --      |    Inf 
757.12/757.18	c   757s|  4210k|  1379k| 13179k|   3.1 |1034M|  63 |   8 |  70 |5723 |  70 |  21 |  20 |1707k|3682 | 0.000000e+00 |      --      |    Inf 
759.21/759.25	c   759s|  4220k|  1382k| 13210k|   3.1 |1037M|  63 |   8 |  70 |5392 |  70 |  21 |  20 |1712k|3682 | 0.000000e+00 |      --      |    Inf 
761.12/761.17	c   761s|  4230k|  1385k| 13241k|   3.1 |1039M|  63 |   8 |  70 |5442 |  70 |  21 |  20 |1716k|3682 | 0.000000e+00 |      --      |    Inf 
763.22/763.23	c   763s|  4240k|  1388k| 13272k|   3.1 |1041M|  63 |   - |  70 |5074 |  70 |  21 |  20 |1720k|3682 | 0.000000e+00 |      --      |    Inf 
765.12/765.18	c   765s|  4250k|  1391k| 13302k|   3.1 |1044M|  63 |   8 |  70 |4930 |  70 |  21 |  20 |1724k|3684 | 0.000000e+00 |      --      |    Inf 
766.92/766.94	c   767s|  4260k|  1395k| 13334k|   3.1 |1047M|  63 |   8 |  70 |6309 |  70 |  21 |  20 |1728k|3685 | 0.000000e+00 |      --      |    Inf 
768.92/768.95	c   769s|  4270k|  1398k| 13366k|   3.1 |1049M|  63 |   8 |  70 |5383 |  70 |  21 |  20 |1732k|3689 | 0.000000e+00 |      --      |    Inf 
770.82/770.82	c   771s|  4280k|  1401k| 13397k|   3.1 |1051M|  63 |   - |  70 |5286 |  70 |  21 |  20 |1736k|3689 | 0.000000e+00 |      --      |    Inf 
772.82/772.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
772.82/772.82	c   773s|  4290k|  1404k| 13429k|   3.1 |1054M|  63 |   - |  70 |5176 |  70 |  21 |  20 |1741k|3694 | 0.000000e+00 |      --      |    Inf 
774.71/774.77	c   775s|  4300k|  1406k| 13460k|   3.1 |1056M|  63 |   - |  70 |5668 |  70 |  21 |  20 |1745k|3694 | 0.000000e+00 |      --      |    Inf 
776.81/776.88	c   777s|  4310k|  1409k| 13492k|   3.1 |1058M|  63 |   8 |  70 |5090 |  70 |  21 |  20 |1749k|3697 | 0.000000e+00 |      --      |    Inf 
778.72/778.77	c   779s|  4320k|  1412k| 13523k|   3.1 |1061M|  63 |   8 |  70 |5483 |  70 |  21 |  20 |1753k|3700 | 0.000000e+00 |      --      |    Inf 
780.62/780.67	c   781s|  4330k|  1416k| 13555k|   3.1 |1063M|  63 |   - |  70 |6349 |  70 |  21 |  20 |1758k|3701 | 0.000000e+00 |      --      |    Inf 
782.52/782.54	c   783s|  4340k|  1419k| 13585k|   3.1 |1066M|  63 |   8 |  70 |7272 |  70 |  21 |  20 |1762k|3705 | 0.000000e+00 |      --      |    Inf 
784.32/784.36	c   784s|  4350k|  1422k| 13616k|   3.1 |1068M|  63 |   - |  70 |7250 |  70 |  21 |  20 |1766k|3706 | 0.000000e+00 |      --      |    Inf 
786.42/786.46	c   786s|  4360k|  1425k| 13647k|   3.1 |1071M|  63 |   8 |  70 |5963 |  70 |  21 |  20 |1770k|3707 | 0.000000e+00 |      --      |    Inf 
788.42/788.42	c   788s|  4370k|  1429k| 13677k|   3.1 |1073M|  63 |   8 |  70 |5367 |  70 |  21 |  20 |1774k|3711 | 0.000000e+00 |      --      |    Inf 
790.32/790.35	c   790s|  4380k|  1432k| 13708k|   3.1 |1075M|  63 |   8 |  70 |5452 |  70 |  21 |  20 |1778k|3717 | 0.000000e+00 |      --      |    Inf 
792.22/792.27	c   792s|  4390k|  1435k| 13739k|   3.1 |1078M|  63 |   8 |  70 |6070 |  70 |  21 |  20 |1782k|3717 | 0.000000e+00 |      --      |    Inf 
794.22/794.23	c   794s|  4400k|  1438k| 13770k|   3.1 |1080M|  63 |   - |  70 |5754 |  70 |  21 |  20 |1786k|3718 | 0.000000e+00 |      --      |    Inf 
796.22/796.27	c   796s|  4410k|  1441k| 13801k|   3.1 |1082M|  63 |   8 |  70 |5244 |  70 |  21 |  20 |1791k|3718 | 0.000000e+00 |      --      |    Inf 
798.12/798.18	c   798s|  4420k|  1444k| 13832k|   3.1 |1085M|  63 |   8 |  70 |5718 |  70 |  21 |  20 |1795k|3719 | 0.000000e+00 |      --      |    Inf 
800.02/800.09	c   800s|  4430k|  1447k| 13864k|   3.1 |1087M|  63 |   8 |  70 |6091 |  70 |  21 |  20 |1799k|3722 | 0.000000e+00 |      --      |    Inf 
802.12/802.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.12/802.14	c   802s|  4440k|  1450k| 13894k|   3.1 |1090M|  63 |   8 |  70 |5495 |  70 |  21 |  20 |1803k|3722 | 0.000000e+00 |      --      |    Inf 
803.82/803.87	c   804s|  4450k|  1454k| 13924k|   3.1 |1092M|  63 |   - |  70 |6359 |  70 |  21 |  20 |1807k|3722 | 0.000000e+00 |      --      |    Inf 
805.82/805.81	c   806s|  4460k|  1457k| 13955k|   3.1 |1095M|  63 |   8 |  70 |6174 |  70 |  21 |  20 |1811k|3725 | 0.000000e+00 |      --      |    Inf 
807.82/807.87	c   808s|  4470k|  1460k| 13986k|   3.1 |1097M|  63 |   - |  70 |6045 |  70 |  21 |  20 |1815k|3727 | 0.000000e+00 |      --      |    Inf 
809.82/809.84	c   810s|  4480k|  1463k| 14018k|   3.1 |1100M|  63 |   8 |  70 |6343 |  70 |  21 |  20 |1819k|3728 | 0.000000e+00 |      --      |    Inf 
811.92/811.96	c   812s|  4490k|  1466k| 14048k|   3.1 |1102M|  63 |   8 |  70 |5464 |  70 |  21 |  20 |1823k|3728 | 0.000000e+00 |      --      |    Inf 
813.92/813.95	c   814s|  4500k|  1469k| 14079k|   3.1 |1104M|  63 |   8 |  70 |4950 |  70 |  21 |  20 |1828k|3728 | 0.000000e+00 |      --      |    Inf 
816.02/816.00	c   816s|  4510k|  1472k| 14111k|   3.1 |1107M|  63 |   8 |  70 |5206 |  70 |  21 |  20 |1832k|3729 | 0.000000e+00 |      --      |    Inf 
817.82/817.89	c   818s|  4520k|  1475k| 14141k|   3.1 |1109M|  63 |   8 |  70 |5626 |  70 |  21 |  20 |1836k|3729 | 0.000000e+00 |      --      |    Inf 
819.82/819.84	c   820s|  4530k|  1478k| 14171k|   3.1 |1111M|  63 |   8 |  70 |5530 |  70 |  21 |  20 |1840k|3729 | 0.000000e+00 |      --      |    Inf 
821.62/821.67	c   822s|  4540k|  1481k| 14203k|   3.1 |1114M|  63 |   8 |  70 |6445 |  70 |  21 |  20 |1845k|3729 | 0.000000e+00 |      --      |    Inf 
823.62/823.62	c   824s|  4550k|  1484k| 14234k|   3.1 |1116M|  63 |   8 |  70 |6111 |  70 |  21 |  20 |1849k|3729 | 0.000000e+00 |      --      |    Inf 
825.72/825.74	c   826s|  4560k|  1487k| 14265k|   3.1 |1119M|  63 |   8 |  70 |4821 |  70 |  21 |  20 |1853k|3729 | 0.000000e+00 |      --      |    Inf 
827.81/827.81	c   828s|  4570k|  1490k| 14297k|   3.1 |1121M|  63 |   8 |  70 |4943 |  70 |  21 |  20 |1858k|3729 | 0.000000e+00 |      --      |    Inf 
829.72/829.73	c   830s|  4580k|  1493k| 14326k|   3.1 |1123M|  63 |   8 |  70 |5147 |  70 |  21 |  20 |1862k|3729 | 0.000000e+00 |      --      |    Inf 
831.62/831.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
831.62/831.68	c   832s|  4590k|  1496k| 14357k|   3.1 |1126M|  63 |   8 |  70 |5331 |  70 |  21 |  20 |1866k|3729 | 0.000000e+00 |      --      |    Inf 
833.61/833.60	c   834s|  4600k|  1499k| 14389k|   3.1 |1128M|  63 |   8 |  70 |5053 |  70 |  21 |  20 |1870k|3729 | 0.000000e+00 |      --      |    Inf 
835.42/835.49	c   835s|  4610k|  1502k| 14421k|   3.1 |1131M|  63 |   8 |  70 |5183 |  70 |  21 |  20 |1875k|3729 | 0.000000e+00 |      --      |    Inf 
837.32/837.31	c   837s|  4620k|  1506k| 14452k|   3.1 |1133M|  63 |   8 |  70 |5548 |  70 |  21 |  20 |1879k|3729 | 0.000000e+00 |      --      |    Inf 
839.33/839.35	c   839s|  4630k|  1509k| 14482k|   3.1 |1136M|  63 |   8 |  70 |5302 |  70 |  21 |  20 |1883k|3729 | 0.000000e+00 |      --      |    Inf 
841.22/841.29	c   841s|  4640k|  1512k| 14514k|   3.1 |1138M|  63 |   8 |  70 |5447 |  70 |  21 |  20 |1887k|3729 | 0.000000e+00 |      --      |    Inf 
843.12/843.14	c   843s|  4650k|  1515k| 14546k|   3.1 |1141M|  63 |   8 |  70 |6417 |  70 |  21 |  20 |1891k|3729 | 0.000000e+00 |      --      |    Inf 
845.02/845.09	c   845s|  4660k|  1518k| 14577k|   3.1 |1143M|  63 |   - |  70 |6353 |  70 |  21 |  20 |1895k|3729 | 0.000000e+00 |      --      |    Inf 
847.12/847.13	c   847s|  4670k|  1521k| 14608k|   3.1 |1145M|  63 |   8 |  70 |5962 |  70 |  21 |  20 |1899k|3729 | 0.000000e+00 |      --      |    Inf 
849.12/849.17	c   849s|  4680k|  1524k| 14640k|   3.1 |1148M|  63 |   - |  70 |5697 |  70 |  21 |  20 |1904k|3729 | 0.000000e+00 |      --      |    Inf 
851.22/851.29	c   851s|  4690k|  1527k| 14672k|   3.1 |1150M|  63 |   - |  70 |5174 |  70 |  21 |  20 |1908k|3729 | 0.000000e+00 |      --      |    Inf 
853.22/853.26	c   853s|  4700k|  1530k| 14704k|   3.1 |1152M|  63 |   8 |  70 |5382 |  70 |  21 |  20 |1912k|3729 | 0.000000e+00 |      --      |    Inf 
855.22/855.22	c   855s|  4710k|  1533k| 14735k|   3.1 |1155M|  63 |   - |  70 |5797 |  70 |  21 |  20 |1917k|3729 | 0.000000e+00 |      --      |    Inf 
857.12/857.18	c   857s|  4720k|  1536k| 14767k|   3.1 |1157M|  63 |   - |  70 |5617 |  70 |  21 |  20 |1921k|3729 | 0.000000e+00 |      --      |    Inf 
859.12/859.15	c   859s|  4730k|  1539k| 14798k|   3.1 |1160M|  63 |   8 |  70 |6157 |  70 |  21 |  20 |1925k|3729 | 0.000000e+00 |      --      |    Inf 
861.32/861.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
861.32/861.32	c   861s|  4740k|  1542k| 14829k|   3.1 |1162M|  63 |   8 |  70 |5425 |  70 |  21 |  20 |1929k|3729 | 0.000000e+00 |      --      |    Inf 
863.32/863.36	c   863s|  4750k|  1545k| 14859k|   3.1 |1164M|  63 |   8 |  70 |5368 |  70 |  21 |  20 |1934k|3729 | 0.000000e+00 |      --      |    Inf 
865.22/865.27	c   865s|  4760k|  1548k| 14891k|   3.1 |1167M|  63 |   8 |  70 |5661 |  70 |  21 |  20 |1938k|3730 | 0.000000e+00 |      --      |    Inf 
867.22/867.21	c   867s|  4770k|  1551k| 14921k|   3.1 |1169M|  63 |   - |  70 |6247 |  70 |  21 |  20 |1942k|3730 | 0.000000e+00 |      --      |    Inf 
869.32/869.30	c   869s|  4780k|  1554k| 14953k|   3.1 |1171M|  63 |   8 |  70 |5530 |  70 |  21 |  20 |1946k|3733 | 0.000000e+00 |      --      |    Inf 
871.32/871.38	c   871s|  4790k|  1557k| 14984k|   3.1 |1174M|  63 |   8 |  70 |5581 |  70 |  21 |  20 |1950k|3735 | 0.000000e+00 |      --      |    Inf 
873.42/873.42	c   873s|  4800k|  1560k| 15014k|   3.1 |1176M|  63 |   - |  70 |5218 |  70 |  21 |  20 |1955k|3738 | 0.000000e+00 |      --      |    Inf 
875.42/875.48	c   875s|  4810k|  1562k| 15045k|   3.1 |1178M|  63 |   8 |  70 |5034 |  70 |  21 |  20 |1959k|3738 | 0.000000e+00 |      --      |    Inf 
877.42/877.48	c   877s|  4820k|  1565k| 15077k|   3.1 |1181M|  63 |   8 |  70 |5759 |  70 |  21 |  20 |1963k|3740 | 0.000000e+00 |      --      |    Inf 
879.52/879.56	c   880s|  4830k|  1568k| 15108k|   3.1 |1183M|  63 |   8 |  70 |5369 |  70 |  21 |  20 |1967k|3740 | 0.000000e+00 |      --      |    Inf 
881.52/881.52	c   882s|  4840k|  1571k| 15139k|   3.1 |1186M|  63 |   8 |  70 |5154 |  70 |  21 |  20 |1972k|3740 | 0.000000e+00 |      --      |    Inf 
883.42/883.41	c   883s|  4850k|  1575k| 15170k|   3.1 |1188M|  63 |   - |  70 |5458 |  70 |  21 |  20 |1976k|3740 | 0.000000e+00 |      --      |    Inf 
885.32/885.34	c   885s|  4860k|  1577k| 15201k|   3.1 |1190M|  63 |   8 |  70 |6144 |  70 |  21 |  20 |1980k|3740 | 0.000000e+00 |      --      |    Inf 
887.42/887.45	c   887s|  4870k|  1580k| 15232k|   3.1 |1193M|  63 |   8 |  70 |5379 |  70 |  21 |  20 |1984k|3744 | 0.000000e+00 |      --      |    Inf 
889.32/889.31	c   889s|  4880k|  1584k| 15264k|   3.1 |1195M|  63 |   - |  70 |5494 |  70 |  21 |  20 |1988k|3746 | 0.000000e+00 |      --      |    Inf 
891.42/891.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
891.42/891.42	c   891s|  4890k|  1586k| 15295k|   3.1 |1197M|  63 |   8 |  70 |4994 |  70 |  21 |  20 |1993k|3749 | 0.000000e+00 |      --      |    Inf 
893.42/893.42	c   893s|  4900k|  1589k| 15326k|   3.1 |1200M|  63 |   - |  70 |5581 |  70 |  21 |  20 |1997k|3751 | 0.000000e+00 |      --      |    Inf 
895.32/895.37	c   895s|  4910k|  1592k| 15357k|   3.1 |1202M|  63 |   8 |  70 |5882 |  70 |  21 |  20 |2001k|3753 | 0.000000e+00 |      --      |    Inf 
897.22/897.28	c   897s|  4920k|  1595k| 15389k|   3.1 |1205M|  63 |   8 |  70 |6752 |  70 |  21 |  20 |2006k|3753 | 0.000000e+00 |      --      |    Inf 
899.32/899.37	c   899s|  4930k|  1598k| 15419k|   3.1 |1207M|  63 |   - |  70 |5726 |  70 |  21 |  20 |2010k|3760 | 0.000000e+00 |      --      |    Inf 
901.42/901.44	c   901s|  4940k|  1601k| 15450k|   3.1 |1209M|  63 |   8 |  70 |5362 |  70 |  21 |  20 |2014k|3760 | 0.000000e+00 |      --      |    Inf 
903.32/903.36	c   903s|  4950k|  1604k| 15481k|   3.1 |1212M|  63 |   8 |  70 |6317 |  70 |  21 |  20 |2019k|3761 | 0.000000e+00 |      --      |    Inf 
905.22/905.30	c   905s|  4960k|  1607k| 15512k|   3.1 |1214M|  63 |   8 |  70 |6927 |  70 |  21 |  20 |2023k|3763 | 0.000000e+00 |      --      |    Inf 
907.32/907.33	c   907s|  4970k|  1610k| 15543k|   3.1 |1217M|  63 |   - |  70 |6951 |  70 |  21 |  20 |2027k|3764 | 0.000000e+00 |      --      |    Inf 
909.42/909.43	c   909s|  4980k|  1613k| 15573k|   3.1 |1219M|  63 |   8 |  70 |6359 |  70 |  21 |  20 |2031k|3767 | 0.000000e+00 |      --      |    Inf 
911.32/911.35	c   911s|  4990k|  1616k| 15605k|   3.1 |1222M|  63 |   8 |  70 |7074 |  70 |  21 |  20 |2035k|3767 | 0.000000e+00 |      --      |    Inf 
913.12/913.13	c   913s|  5000k|  1620k| 15636k|   3.1 |1224M|  63 |   - |  70 |8026 |  70 |  21 |  20 |2039k|3767 | 0.000000e+00 |      --      |    Inf 
915.03/915.07	c   915s|  5010k|  1623k| 15667k|   3.1 |1227M|  63 |   8 |  70 |8735 |  70 |  21 |  20 |2043k|3767 | 0.000000e+00 |      --      |    Inf 
917.32/917.33	c   917s|  5020k|  1626k| 15697k|   3.1 |1229M|  63 |   - |  70 |6778 |  70 |  21 |  20 |2047k|3775 | 0.000000e+00 |      --      |    Inf 
919.53/919.53	c   920s|  5030k|  1629k| 15728k|   3.1 |1231M|  63 |   8 |  70 |5565 |  70 |  21 |  20 |2051k|3777 | 0.000000e+00 |      --      |    Inf 
921.53/921.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
921.53/921.52	c   922s|  5040k|  1632k| 15759k|   3.1 |1234M|  63 |   - |  70 |6022 |  70 |  21 |  20 |2056k|3780 | 0.000000e+00 |      --      |    Inf 
923.52/923.56	c   924s|  5050k|  1635k| 15791k|   3.1 |1236M|  63 |   - |  70 |5593 |  70 |  21 |  20 |2060k|3781 | 0.000000e+00 |      --      |    Inf 
925.52/925.55	c   926s|  5060k|  1638k| 15822k|   3.1 |1238M|  63 |   8 |  70 |5810 |  70 |  21 |  20 |2064k|3784 | 0.000000e+00 |      --      |    Inf 
927.62/927.65	c   928s|  5070k|  1641k| 15853k|   3.1 |1241M|  63 |   8 |  70 |5334 |  70 |  21 |  20 |2068k|3785 | 0.000000e+00 |      --      |    Inf 
929.63/929.61	c   930s|  5080k|  1644k| 15883k|   3.1 |1243M|  63 |   8 |  70 |5449 |  70 |  21 |  20 |2073k|3785 | 0.000000e+00 |      --      |    Inf 
931.62/931.62	c   932s|  5090k|  1647k| 15914k|   3.1 |1246M|  63 |   - |  70 |5443 |  70 |  21 |  20 |2077k|3785 | 0.000000e+00 |      --      |    Inf 
933.62/933.63	c   934s|  5100k|  1650k| 15945k|   3.1 |1248M|  63 |   - |  70 |6003 |  70 |  21 |  20 |2081k|3785 | 0.000000e+00 |      --      |    Inf 
935.53/935.59	c   936s|  5110k|  1653k| 15978k|   3.1 |1251M|  63 |   - |  70 |6551 |  70 |  21 |  20 |2085k|3786 | 0.000000e+00 |      --      |    Inf 
937.63/937.69	c   938s|  5120k|  1656k| 16011k|   3.1 |1253M|  63 |   8 |  70 |7147 |  70 |  21 |  20 |2090k|3786 | 0.000000e+00 |      --      |    Inf 
939.82/939.83	c   940s|  5130k|  1659k| 16043k|   3.1 |1255M|  63 |   8 |  70 |6300 |  70 |  21 |  20 |2094k|3790 | 0.000000e+00 |      --      |    Inf 
941.73/941.73	c   942s|  5140k|  1662k| 16074k|   3.1 |1258M|  63 |   - |  70 |6779 |  70 |  21 |  20 |2098k|3790 | 0.000000e+00 |      --      |    Inf 
943.83/943.88	c   944s|  5150k|  1665k| 16104k|   3.1 |1260M|  63 |   8 |  70 |5727 |  70 |  21 |  20 |2103k|3799 | 0.000000e+00 |      --      |    Inf 
945.93/945.95	c   946s|  5160k|  1668k| 16135k|   3.1 |1262M|  63 |   - |  70 |4920 |  70 |  21 |  20 |2107k|3801 | 0.000000e+00 |      --      |    Inf 
947.62/947.65	c   948s|  5170k|  1672k| 16166k|   3.1 |1265M|  63 |   8 |  70 |6420 |  70 |  21 |  20 |2111k|3801 | 0.000000e+00 |      --      |    Inf 
949.62/949.67	c   950s|  5180k|  1675k| 16197k|   3.1 |1267M|  63 |   8 |  70 |6005 |  70 |  21 |  20 |2115k|3801 | 0.000000e+00 |      --      |    Inf 
951.73/951.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
951.73/951.77	c   952s|  5190k|  1677k| 16227k|   3.1 |1269M|  63 |   8 |  70 |5765 |  70 |  21 |  20 |2119k|3802 | 0.000000e+00 |      --      |    Inf 
953.72/953.75	c   954s|  5200k|  1681k| 16258k|   3.1 |1272M|  63 |   8 |  70 |6249 |  70 |  21 |  20 |2123k|3803 | 0.000000e+00 |      --      |    Inf 
955.72/955.74	c   956s|  5210k|  1684k| 16289k|   3.1 |1274M|  63 |   - |  70 |6238 |  70 |  21 |  20 |2127k|3803 | 0.000000e+00 |      --      |    Inf 
957.62/957.69	c   958s|  5220k|  1687k| 16320k|   3.1 |1277M|  63 |   8 |  70 |6631 |  70 |  21 |  20 |2131k|3805 | 0.000000e+00 |      --      |    Inf 
959.63/959.63	c   960s|  5230k|  1691k| 16351k|   3.1 |1280M|  63 |   8 |  70 |7178 |  70 |  21 |  20 |2135k|3806 | 0.000000e+00 |      --      |    Inf 
961.72/961.72	c   962s|  5240k|  1694k| 16382k|   3.1 |1282M|  63 |   - |  70 |6201 |  70 |  21 |  20 |2140k|3813 | 0.000000e+00 |      --      |    Inf 
963.82/963.80	c   964s|  5250k|  1696k| 16414k|   3.1 |1284M|  63 |   - |  70 |6216 |  70 |  21 |  20 |2144k|3814 | 0.000000e+00 |      --      |    Inf 
965.83/965.87	c   966s|  5260k|  1700k| 16444k|   3.1 |1286M|  63 |   - |  70 |5861 |  70 |  21 |  20 |2148k|3814 | 0.000000e+00 |      --      |    Inf 
967.93/967.92	c   968s|  5270k|  1702k| 16475k|   3.1 |1289M|  63 |   8 |  70 |5952 |  70 |  21 |  20 |2152k|3816 | 0.000000e+00 |      --      |    Inf 
970.02/970.02	c   970s|  5280k|  1705k| 16506k|   3.1 |1291M|  63 |   8 |  70 |5805 |  70 |  21 |  20 |2157k|3816 | 0.000000e+00 |      --      |    Inf 
972.12/972.10	c   972s|  5290k|  1708k| 16538k|   3.1 |1294M|  63 |   8 |  70 |5804 |  70 |  21 |  20 |2161k|3817 | 0.000000e+00 |      --      |    Inf 
974.12/974.14	c   974s|  5300k|  1711k| 16569k|   3.1 |1296M|  63 |   8 |  70 |6014 |  70 |  21 |  20 |2165k|3821 | 0.000000e+00 |      --      |    Inf 
976.02/976.07	c   976s|  5310k|  1714k| 16599k|   3.1 |1299M|  63 |   - |  70 |7274 |  70 |  21 |  20 |2169k|3822 | 0.000000e+00 |      --      |    Inf 
977.83/977.89	c   978s|  5320k|  1718k| 16631k|   3.1 |1301M|  63 |   8 |  70 |8728 |  70 |  21 |  20 |2173k|3826 | 0.000000e+00 |      --      |    Inf 
979.72/979.79	c   980s|  5330k|  1721k| 16661k|   3.1 |1304M|  63 |   - |  70 |9032 |  70 |  21 |  20 |2177k|3826 | 0.000000e+00 |      --      |    Inf 
982.02/982.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
982.02/982.01	c   982s|  5340k|  1724k| 16692k|   3.1 |1306M|  63 |   8 |  70 |6765 |  70 |  21 |  20 |2181k|3826 | 0.000000e+00 |      --      |    Inf 
984.03/984.03	c   984s|  5350k|  1727k| 16722k|   3.1 |1308M|  63 |   - |  70 |6895 |  70 |  21 |  20 |2185k|3826 | 0.000000e+00 |      --      |    Inf 
986.13/986.19	c   986s|  5360k|  1730k| 16754k|   3.1 |1310M|  63 |   8 |  70 |6064 |  70 |  21 |  20 |2190k|3826 | 0.000000e+00 |      --      |    Inf 
988.23/988.20	c   988s|  5370k|  1733k| 16785k|   3.1 |1313M|  63 |   8 |  70 |6035 |  70 |  21 |  20 |2194k|3826 | 0.000000e+00 |      --      |    Inf 
990.23/990.25	c   990s|  5380k|  1736k| 16816k|   3.1 |1315M|  63 |   - |  70 |5784 |  70 |  21 |  20 |2198k|3826 | 0.000000e+00 |      --      |    Inf 
992.33/992.35	c   992s|  5390k|  1739k| 16847k|   3.1 |1317M|  63 |   8 |  70 |5440 |  70 |  21 |  20 |2203k|3826 | 0.000000e+00 |      --      |    Inf 
994.22/994.28	c   994s|  5400k|  1742k| 16878k|   3.1 |1320M|  63 |   8 |  70 |5552 |  70 |  21 |  20 |2207k|3826 | 0.000000e+00 |      --      |    Inf 
996.13/996.19	c   996s|  5410k|  1745k| 16910k|   3.1 |1322M|  63 |   8 |  70 |5571 |  70 |  21 |  20 |2211k|3826 | 0.000000e+00 |      --      |    Inf 
998.23/998.25	c   998s|  5420k|  1748k| 16941k|   3.1 |1324M|  63 |   8 |  70 |5104 |  70 |  21 |  20 |2215k|3826 | 0.000000e+00 |      --      |    Inf 
1000.22/1000.20	c  1000s|  5430k|  1751k| 16972k|   3.1 |1327M|  63 |   - |  70 |5545 |  70 |  21 |  20 |2219k|3826 | 0.000000e+00 |      --      |    Inf 
1002.02/1002.00	c  1002s|  5440k|  1754k| 17003k|   3.1 |1329M|  63 |   - |  70 |6693 |  70 |  21 |  20 |2223k|3827 | 0.000000e+00 |      --      |    Inf 
1004.03/1004.07	c  1004s|  5450k|  1757k| 17033k|   3.1 |1332M|  63 |   8 |  70 |6434 |  70 |  21 |  20 |2228k|3827 | 0.000000e+00 |      --      |    Inf 
1006.13/1006.17	c  1006s|  5460k|  1760k| 17063k|   3.1 |1334M|  63 |   8 |  70 |5284 |  70 |  21 |  20 |2232k|3831 | 0.000000e+00 |      --      |    Inf 
1008.22/1008.20	c  1008s|  5470k|  1763k| 17095k|   3.1 |1336M|  63 |   8 |  70 |5373 |  70 |  21 |  20 |2236k|3831 | 0.000000e+00 |      --      |    Inf 
1010.33/1010.32	c  1010s|  5480k|  1765k| 17126k|   3.1 |1339M|  63 |   8 |  70 |5447 |  70 |  21 |  20 |2241k|3831 | 0.000000e+00 |      --      |    Inf 
1012.23/1012.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1012.23/1012.27	c  1012s|  5490k|  1769k| 17158k|   3.1 |1341M|  63 |   8 |  70 |5893 |  70 |  21 |  20 |2245k|3831 | 0.000000e+00 |      --      |    Inf 
1014.13/1014.11	c  1014s|  5500k|  1772k| 17189k|   3.1 |1344M|  63 |   8 |  70 |7391 |  70 |  21 |  20 |2249k|3831 | 0.000000e+00 |      --      |    Inf 
1016.12/1016.16	c  1016s|  5510k|  1775k| 17220k|   3.1 |1346M|  63 |   8 |  70 |6346 |  70 |  21 |  20 |2253k|3831 | 0.000000e+00 |      --      |    Inf 
1018.02/1018.01	c  1018s|  5520k|  1778k| 17251k|   3.1 |1349M|  63 |   8 |  70 |6651 |  70 |  21 |  20 |2257k|3831 | 0.000000e+00 |      --      |    Inf 
1020.13/1020.12	c  1020s|  5530k|  1781k| 17283k|   3.1 |1351M|  63 |   8 |  70 |6000 |  70 |  21 |  20 |2261k|3831 | 0.000000e+00 |      --      |    Inf 
1022.12/1022.19	c  1022s|  5540k|  1784k| 17314k|   3.1 |1353M|  63 |   - |  70 |6320 |  70 |  21 |  20 |2266k|3831 | 0.000000e+00 |      --      |    Inf 
1024.23/1024.29	c  1024s|  5550k|  1787k| 17345k|   3.1 |1356M|  63 |   - |  70 |5887 |   0 |   0 |  20 |2270k|3831 | 0.000000e+00 |      --      |    Inf 
1026.42/1026.40	c  1026s|  5560k|  1790k| 17377k|   3.1 |1358M|  63 |   8 |  70 |5714 |  70 |  21 |  20 |2274k|3831 | 0.000000e+00 |      --      |    Inf 
1028.23/1028.29	c  1028s|  5570k|  1793k| 17409k|   3.1 |1361M|  63 |   8 |  70 |6862 |  70 |  21 |  20 |2278k|3831 | 0.000000e+00 |      --      |    Inf 
1030.33/1030.38	c  1030s|  5580k|  1796k| 17439k|   3.1 |1363M|  63 |   8 |  70 |6254 |  70 |  21 |  20 |2282k|3831 | 0.000000e+00 |      --      |    Inf 
1032.43/1032.42	c  1032s|  5590k|  1799k| 17470k|   3.1 |1365M|  63 |   8 |  70 |6085 |  70 |  21 |  20 |2287k|3831 | 0.000000e+00 |      --      |    Inf 
1034.32/1034.39	c  1034s|  5600k|  1802k| 17501k|   3.1 |1368M|  63 |   8 |  70 |6198 |  70 |  21 |  20 |2291k|3831 | 0.000000e+00 |      --      |    Inf 
1036.03/1036.10	c  1036s|  5610k|  1806k| 17532k|   3.1 |1370M|  63 |   8 |  70 |7532 |  70 |  21 |  20 |2294k|3831 | 0.000000e+00 |      --      |    Inf 
1037.83/1037.86	c  1038s|  5620k|  1810k| 17561k|   3.1 |1373M|  63 |   8 |  70 |8352 |  70 |  21 |  20 |2298k|3831 | 0.000000e+00 |      --      |    Inf 
1039.93/1039.91	c  1040s|  5630k|  1813k| 17591k|   3.1 |1375M|  63 |   8 |  70 |7837 |  70 |  21 |  20 |2302k|3831 | 0.000000e+00 |      --      |    Inf 
1042.22/1042.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1042.22/1042.22	c  1042s|  5640k|  1815k| 17621k|   3.1 |1377M|  63 |   - |  70 |5878 |  70 |  21 |  20 |2306k|3841 | 0.000000e+00 |      --      |    Inf 
1044.43/1044.46	c  1044s|  5650k|  1818k| 17653k|   3.1 |1380M|  63 |   - |  70 |5864 |  70 |  21 |  20 |2311k|3841 | 0.000000e+00 |      --      |    Inf 
1046.52/1046.55	c  1047s|  5660k|  1821k| 17683k|   3.1 |1382M|  63 |   - |  70 |6034 |  70 |  21 |  20 |2315k|3841 | 0.000000e+00 |      --      |    Inf 
1048.63/1048.66	c  1049s|  5670k|  1824k| 17715k|   3.1 |1384M|  63 |   8 |  70 |5829 |  70 |  21 |  20 |2319k|3842 | 0.000000e+00 |      --      |    Inf 
1050.72/1050.70	c  1051s|  5680k|  1827k| 17746k|   3.1 |1387M|  63 |   - |  70 |6341 |  70 |  21 |  20 |2324k|3844 | 0.000000e+00 |      --      |    Inf 
1052.82/1052.84	c  1053s|  5690k|  1830k| 17777k|   3.1 |1389M|  63 |   - |  70 |5771 |  70 |  21 |  20 |2328k|3844 | 0.000000e+00 |      --      |    Inf 
1054.73/1054.71	c  1055s|  5700k|  1833k| 17808k|   3.1 |1392M|  63 |   8 |  70 |6183 |  70 |  21 |  20 |2332k|3845 | 0.000000e+00 |      --      |    Inf 
1056.83/1056.81	c  1057s|  5710k|  1836k| 17840k|   3.1 |1394M|  63 |   - |  70 |5822 |  70 |  21 |  20 |2336k|3847 | 0.000000e+00 |      --      |    Inf 
1058.92/1058.93	c  1059s|  5720k|  1839k| 17871k|   3.1 |1396M|  63 |   - |  70 |5803 |  70 |  21 |  20 |2340k|3850 | 0.000000e+00 |      --      |    Inf 
1060.83/1060.87	c  1061s|  5730k|  1842k| 17903k|   3.1 |1399M|  63 |   8 |  70 |6384 |  70 |  21 |  20 |2344k|3855 | 0.000000e+00 |      --      |    Inf 
1062.93/1062.92	c  1063s|  5740k|  1845k| 17935k|   3.1 |1401M|  63 |   - |  70 |6309 |  70 |  21 |  20 |2349k|3857 | 0.000000e+00 |      --      |    Inf 
1064.92/1064.94	c  1065s|  5750k|  1848k| 17966k|   3.1 |1404M|  63 |   - |  70 |6394 |  70 |  21 |  20 |2353k|3858 | 0.000000e+00 |      --      |    Inf 
1066.83/1066.88	c  1067s|  5760k|  1851k| 17999k|   3.1 |1406M|  63 |   8 |  70 |6555 |  70 |  21 |  20 |2357k|3859 | 0.000000e+00 |      --      |    Inf 
1069.03/1069.00	c  1069s|  5770k|  1854k| 18030k|   3.1 |1408M|  63 |   8 |  70 |5744 |  70 |  21 |  20 |2361k|3859 | 0.000000e+00 |      --      |    Inf 
1071.03/1071.04	c  1071s|  5780k|  1857k| 18061k|   3.1 |1411M|  63 |   - |  70 |5404 |  70 |  21 |  20 |2365k|3863 | 0.000000e+00 |      --      |    Inf 
1073.03/1073.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1073.03/1073.05	c  1073s|  5790k|  1860k| 18092k|   3.1 |1413M|  63 |   8 |  70 |5949 |  70 |  21 |  20 |2370k|3863 | 0.000000e+00 |      --      |    Inf 
1074.93/1074.95	c  1075s|  5800k|  1864k| 18122k|   3.1 |1416M|  63 |   - |  70 |6686 |  70 |  21 |  20 |2373k|3867 | 0.000000e+00 |      --      |    Inf 
1076.93/1076.92	c  1077s|  5810k|  1867k| 18152k|   3.1 |1418M|  63 |   8 |  70 |6314 |  70 |  21 |  20 |2377k|3867 | 0.000000e+00 |      --      |    Inf 
1078.52/1078.59	c  1079s|  5820k|  1871k| 18183k|   3.1 |1421M|  63 |   8 |  70 |7642 |  70 |  21 |  20 |2381k|3867 | 0.000000e+00 |      --      |    Inf 
1080.42/1080.43	c  1080s|  5830k|  1874k| 18214k|   3.1 |1423M|  63 |   8 |  70 |8123 |  70 |  21 |  20 |2385k|3868 | 0.000000e+00 |      --      |    Inf 
1082.33/1082.33	c  1082s|  5840k|  1878k| 18245k|   3.1 |1426M|  63 |   - |  70 |8544 |  70 |  21 |  20 |2389k|3869 | 0.000000e+00 |      --      |    Inf 
1084.23/1084.29	c  1084s|  5850k|  1881k| 18276k|   3.1 |1428M|  63 |   - |  70 |8425 |  70 |  21 |  20 |2393k|3869 | 0.000000e+00 |      --      |    Inf 
1086.53/1086.55	c  1087s|  5860k|  1884k| 18307k|   3.1 |1430M|  63 |   8 |  70 |6109 |  70 |  21 |  20 |2397k|3869 | 0.000000e+00 |      --      |    Inf 
1088.72/1088.71	c  1089s|  5870k|  1887k| 18338k|   3.1 |1433M|  63 |   8 |  70 |5845 |  70 |  21 |  20 |2402k|3869 | 0.000000e+00 |      --      |    Inf 
1090.83/1090.84	c  1091s|  5880k|  1890k| 18369k|   3.1 |1435M|  63 |   - |  70 |5522 |  70 |  21 |  20 |2406k|3869 | 0.000000e+00 |      --      |    Inf 
1092.73/1092.76	c  1093s|  5890k|  1893k| 18400k|   3.1 |1437M|  63 |   8 |  70 |6201 |  70 |  21 |  20 |2410k|3869 | 0.000000e+00 |      --      |    Inf 
1094.63/1094.64	c  1095s|  5900k|  1896k| 18430k|   3.1 |1440M|  63 |   - |  70 |6463 |  70 |  21 |  20 |2414k|3869 | 0.000000e+00 |      --      |    Inf 
1096.52/1096.58	c  1097s|  5910k|  1899k| 18461k|   3.1 |1442M|  63 |   8 |  70 |6896 |  70 |  21 |  20 |2418k|3869 | 0.000000e+00 |      --      |    Inf 
1098.73/1098.72	c  1099s|  5920k|  1902k| 18493k|   3.1 |1445M|  63 |   8 |  70 |5697 |  70 |  21 |  20 |2422k|3869 | 0.000000e+00 |      --      |    Inf 
1100.83/1100.83	c  1101s|  5930k|  1905k| 18524k|   3.1 |1447M|  63 |   8 |  70 |5363 |  70 |  21 |  20 |2427k|3869 | 0.000000e+00 |      --      |    Inf 
1102.93/1102.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1102.93/1102.97	c  1103s|  5940k|  1907k| 18555k|   3.1 |1449M|  63 |   8 |  70 |5122 |  70 |  21 |  20 |2431k|3869 | 0.000000e+00 |      --      |    Inf 
1104.72/1104.80	c  1105s|  5950k|  1911k| 18587k|   3.1 |1452M|  63 |   8 |  70 |5666 |  70 |  21 |  20 |2435k|3869 | 0.000000e+00 |      --      |    Inf 
1106.53/1106.56	c  1107s|  5960k|  1915k| 18618k|   3.1 |1455M|  63 |   8 |  70 |6472 |  70 |  21 |  20 |2439k|3869 | 0.000000e+00 |      --      |    Inf 
1108.43/1108.42	c  1108s|  5970k|  1919k| 18648k|   3.1 |1457M|  63 |   8 |  70 |6347 |  70 |  21 |  20 |2442k|3869 | 0.000000e+00 |      --      |    Inf 
1110.23/1110.24	c  1110s|  5980k|  1922k| 18679k|   3.1 |1460M|  63 |   8 |  70 |6662 |  70 |  21 |  20 |2446k|3869 | 0.000000e+00 |      --      |    Inf 
1112.13/1112.17	c  1112s|  5990k|  1926k| 18708k|   3.1 |1462M|  63 |   8 |  70 |7392 |  70 |  21 |  20 |2450k|3869 | 0.000000e+00 |      --      |    Inf 
1114.23/1114.23	c  1114s|  6000k|  1928k| 18738k|   3.1 |1464M|  63 |   8 |  70 |6874 |  70 |  21 |  20 |2455k|3869 | 0.000000e+00 |      --      |    Inf 
1116.13/1116.19	c  1116s|  6010k|  1932k| 18769k|   3.1 |1467M|  63 |   8 |  70 |7550 |  70 |  21 |  20 |2459k|3869 | 0.000000e+00 |      --      |    Inf 
1118.23/1118.27	c  1118s|  6020k|  1935k| 18800k|   3.1 |1469M|  63 |   - |  70 |6756 |  70 |  21 |  20 |2463k|3869 | 0.000000e+00 |      --      |    Inf 
1120.52/1120.50	c  1121s|  6030k|  1937k| 18831k|   3.1 |1471M|  63 |   8 |  70 |5329 |  70 |  21 |  20 |2467k|3869 | 0.000000e+00 |      --      |    Inf 
1122.33/1122.39	c  1122s|  6040k|  1941k| 18862k|   3.1 |1474M|  63 |   8 |  70 |5974 |  70 |  21 |  20 |2471k|3869 | 0.000000e+00 |      --      |    Inf 
1124.33/1124.31	c  1124s|  6050k|  1944k| 18893k|   3.1 |1476M|  63 |   - |  70 |6752 |  70 |  21 |  20 |2476k|3869 | 0.000000e+00 |      --      |    Inf 
1126.23/1126.20	c  1126s|  6060k|  1947k| 18924k|   3.1 |1479M|  63 |   8 |  70 |7857 |  70 |  21 |  20 |2480k|3869 | 0.000000e+00 |      --      |    Inf 
1128.33/1128.36	c  1128s|  6070k|  1950k| 18955k|   3.1 |1481M|  63 |   8 |  70 |6926 |  70 |  21 |  20 |2484k|3869 | 0.000000e+00 |      --      |    Inf 
1130.43/1130.46	c  1130s|  6080k|  1953k| 18987k|   3.1 |1483M|  63 |   8 |  70 |6426 |  70 |  21 |  20 |2488k|3869 | 0.000000e+00 |      --      |    Inf 
1132.43/1132.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1132.43/1132.43	c  1132s|  6090k|  1956k| 19017k|   3.1 |1486M|  63 |   - |  70 |6530 |  70 |  21 |  20 |2492k|3869 | 0.000000e+00 |      --      |    Inf 
1134.43/1134.48	c  1134s|  6100k|  1959k| 19048k|   3.1 |1488M|  63 |   8 |  70 |6431 |  70 |  21 |  20 |2496k|3869 | 0.000000e+00 |      --      |    Inf 
1136.63/1136.62	c  1137s|  6110k|  1962k| 19079k|   3.1 |1491M|  63 |   - |  70 |6077 |  70 |  21 |  20 |2501k|3869 | 0.000000e+00 |      --      |    Inf 
1138.83/1138.82	c  1139s|  6120k|  1965k| 19109k|   3.1 |1493M|  63 |   8 |  70 |5516 |  70 |  21 |  20 |2505k|3869 | 0.000000e+00 |      --      |    Inf 
1140.73/1140.75	c  1141s|  6130k|  1968k| 19140k|   3.1 |1495M|  63 |   8 |  70 |6390 |  70 |  21 |  20 |2509k|3869 | 0.000000e+00 |      --      |    Inf 
1142.94/1142.91	c  1143s|  6140k|  1971k| 19171k|   3.1 |1498M|  63 |   - |  70 |5730 |  70 |  21 |  20 |2514k|3869 | 0.000000e+00 |      --      |    Inf 
1145.14/1145.13	c  1145s|  6150k|  1973k| 19202k|   3.1 |1500M|  63 |   8 |  70 |5275 |  70 |  21 |  20 |2518k|3869 | 0.000000e+00 |      --      |    Inf 
1147.13/1147.15	c  1147s|  6160k|  1976k| 19234k|   3.1 |1502M|  63 |   8 |  70 |5690 |  70 |  21 |  20 |2522k|3869 | 0.000000e+00 |      --      |    Inf 
1149.03/1149.04	c  1149s|  6170k|  1980k| 19264k|   3.1 |1505M|  63 |   - |  70 |6318 |  70 |  21 |  20 |2526k|3869 | 0.000000e+00 |      --      |    Inf 
1151.03/1151.08	c  1151s|  6180k|  1983k| 19295k|   3.1 |1507M|  63 |   8 |  70 |5260 |  70 |  21 |  20 |2530k|3869 | 0.000000e+00 |      --      |    Inf 
1152.73/1152.72	c  1153s|  6190k|  1987k| 19327k|   3.1 |1510M|  63 |   8 |  70 |6672 |  70 |  21 |  20 |2533k|3869 | 0.000000e+00 |      --      |    Inf 
1154.63/1154.62	c  1155s|  6200k|  1991k| 19357k|   3.1 |1513M|  63 |   8 |  70 |6604 |  70 |  21 |  20 |2537k|3869 | 0.000000e+00 |      --      |    Inf 
1156.53/1156.52	c  1157s|  6210k|  1995k| 19388k|   3.1 |1515M|  63 |   8 |  70 |7091 |  70 |  21 |  20 |2541k|3869 | 0.000000e+00 |      --      |    Inf 
1158.43/1158.48	c  1158s|  6220k|  1998k| 19419k|   3.1 |1518M|  63 |   8 |  70 |7178 |  70 |  21 |  20 |2545k|3869 | 0.000000e+00 |      --      |    Inf 
1160.54/1160.54	c  1161s|  6230k|  2002k| 19451k|   3.1 |1520M|  63 |   - |  70 |6988 |  70 |  21 |  20 |2549k|3869 | 0.000000e+00 |      --      |    Inf 
1162.43/1162.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1162.43/1162.45	c  1162s|  6240k|  2005k| 19481k|   3.1 |1523M|  63 |   8 |  70 |7179 |  70 |  21 |  20 |2553k|3869 | 0.000000e+00 |      --      |    Inf 
1164.43/1164.43	c  1164s|  6250k|  2008k| 19512k|   3.1 |1525M|  63 |   - |  70 |7735 |  70 |  21 |  20 |2557k|3869 | 0.000000e+00 |      --      |    Inf 
1166.43/1166.45	c  1166s|  6260k|  2012k| 19543k|   3.1 |1528M|  63 |   8 |  70 |7428 |  70 |  21 |  20 |2561k|3869 | 0.000000e+00 |      --      |    Inf 
1168.73/1168.71	c  1169s|  6270k|  2014k| 19574k|   3.1 |1530M|  63 |   - |  70 |6135 |  70 |  21 |  20 |2565k|3871 | 0.000000e+00 |      --      |    Inf 
1170.83/1170.85	c  1171s|  6280k|  2017k| 19605k|   3.1 |1532M|  63 |   - |  70 |5671 |  70 |  21 |  20 |2570k|3871 | 0.000000e+00 |      --      |    Inf 
1172.84/1172.86	c  1173s|  6290k|  2020k| 19636k|   3.1 |1534M|  63 |   8 |  70 |5918 |  70 |  21 |  20 |2574k|3873 | 0.000000e+00 |      --      |    Inf 
1174.93/1174.96	c  1175s|  6300k|  2023k| 19666k|   3.1 |1537M|  63 |   8 |  70 |5505 |  70 |  21 |  20 |2578k|3875 | 0.000000e+00 |      --      |    Inf 
1176.73/1176.74	c  1177s|  6310k|  2027k| 19698k|   3.1 |1539M|  63 |   8 |  70 |6539 |  70 |  21 |  20 |2582k|3875 | 0.000000e+00 |      --      |    Inf 
1178.83/1178.85	c  1179s|  6320k|  2030k| 19730k|   3.1 |1541M|  63 |   8 |  70 |6037 |  70 |  21 |  20 |2586k|3879 | 0.000000e+00 |      --      |    Inf 
1180.93/1180.97	c  1181s|  6330k|  2033k| 19762k|   3.1 |1544M|  63 |   8 |  70 |5597 |  70 |  21 |  20 |2591k|3879 | 0.000000e+00 |      --      |    Inf 
1183.04/1183.08	c  1183s|  6340k|  2036k| 19792k|   3.1 |1546M|  63 |   - |  70 |5429 |  70 |  21 |  20 |2595k|3879 | 0.000000e+00 |      --      |    Inf 
1185.13/1185.17	c  1185s|  6350k|  2038k| 19824k|   3.1 |1548M|  63 |   8 |  70 |5432 |  70 |  21 |  20 |2599k|3880 | 0.000000e+00 |      --      |    Inf 
1187.23/1187.27	c  1187s|  6360k|  2041k| 19855k|   3.1 |1551M|  63 |   8 |  70 |5625 |  70 |  21 |  20 |2604k|3880 | 0.000000e+00 |      --      |    Inf 
1189.33/1189.31	c  1189s|  6370k|  2044k| 19886k|   3.1 |1553M|  63 |   8 |  70 |5610 |  70 |  21 |  20 |2608k|3880 | 0.000000e+00 |      --      |    Inf 
1191.53/1191.51	c  1192s|  6380k|  2047k| 19916k|   3.1 |1555M|  63 |   8 |  70 |5222 |  70 |  21 |  20 |2612k|3881 | 0.000000e+00 |      --      |    Inf 
1193.43/1193.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1193.43/1193.46	c  1193s|  6390k|  2050k| 19947k|   3.1 |1558M|  63 |   - |  70 |5778 |  70 |  21 |  20 |2616k|3881 | 0.000000e+00 |      --      |    Inf 
1195.43/1195.42	c  1195s|  6400k|  2054k| 19977k|   3.1 |1561M|  63 |   - |  70 |6138 |  70 |  21 |  20 |2620k|3881 | 0.000000e+00 |      --      |    Inf 
1197.43/1197.44	c  1197s|  6410k|  2056k| 20008k|   3.1 |1563M|  63 |   8 |  70 |6483 |  70 |  21 |  20 |2625k|3882 | 0.000000e+00 |      --      |    Inf 
1199.43/1199.44	c  1199s|  6420k|  2059k| 20038k|   3.1 |1565M|  63 |   8 |  70 |6719 |  70 |  21 |  20 |2629k|3882 | 0.000000e+00 |      --      |    Inf 
1201.43/1201.43	c  1201s|  6430k|  2063k| 20069k|   3.1 |1568M|  63 |   8 |  70 |6467 |  70 |  21 |  20 |2633k|3882 | 0.000000e+00 |      --      |    Inf 
1203.53/1203.55	c  1204s|  6440k|  2066k| 20099k|   3.1 |1570M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |2637k|3887 | 0.000000e+00 |      --      |    Inf 
1205.53/1205.56	c  1206s|  6450k|  2068k| 20131k|   3.1 |1572M|  63 |   8 |  70 |5875 |  70 |  21 |  20 |2641k|3887 | 0.000000e+00 |      --      |    Inf 
1207.63/1207.68	c  1208s|  6460k|  2071k| 20162k|   3.1 |1575M|  63 |   8 |  70 |5634 |  70 |  21 |  20 |2646k|3892 | 0.000000e+00 |      --      |    Inf 
1209.73/1209.75	c  1210s|  6470k|  2075k| 20193k|   3.1 |1577M|  63 |   - |  70 |5472 |  70 |  21 |  20 |2650k|3892 | 0.000000e+00 |      --      |    Inf 
1211.73/1211.78	c  1212s|  6480k|  2078k| 20224k|   3.1 |1580M|  63 |   - |  70 |5929 |  70 |  21 |  20 |2654k|3894 | 0.000000e+00 |      --      |    Inf 
1214.03/1214.08	c  1214s|  6490k|  2080k| 20254k|   3.1 |1582M|  63 |   8 |  70 |5518 |  70 |  21 |  20 |2658k|3894 | 0.000000e+00 |      --      |    Inf 
1216.24/1216.22	c  1216s|  6500k|  2083k| 20286k|   3.1 |1584M|  63 |   8 |  70 |5651 |  70 |  21 |  20 |2663k|3894 | 0.000000e+00 |      --      |    Inf 
1218.23/1218.28	c  1218s|  6510k|  2086k| 20316k|   3.1 |1587M|  63 |   - |  70 |5974 |  70 |  21 |  20 |2667k|3894 | 0.000000e+00 |      --      |    Inf 
1220.33/1220.31	c  1220s|  6520k|  2089k| 20347k|   3.1 |1589M|  63 |   8 |  70 |5763 |  70 |  21 |  20 |2671k|3894 | 0.000000e+00 |      --      |    Inf 
1222.14/1222.13	c  1222s|  6530k|  2093k| 20376k|   3.1 |1592M|  63 |   8 |  70 |6364 |  70 |  21 |  20 |2675k|3894 | 0.000000e+00 |      --      |    Inf 
1223.83/1223.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1223.83/1223.87	c  1224s|  6540k|  2097k| 20405k|   3.1 |1594M|  63 |   8 |  70 |7256 |  70 |  21 |  20 |2678k|3894 | 0.000000e+00 |      --      |    Inf 
1225.93/1225.91	c  1226s|  6550k|  2100k| 20435k|   3.1 |1597M|  63 |   8 |  70 |6432 |  70 |  21 |  20 |2682k|3899 | 0.000000e+00 |      --      |    Inf 
1227.93/1227.98	c  1228s|  6560k|  2103k| 20467k|   3.1 |1599M|  63 |   - |  70 |6239 |  70 |  21 |  20 |2686k|3901 | 0.000000e+00 |      --      |    Inf 
1230.03/1230.03	c  1230s|  6570k|  2106k| 20498k|   3.1 |1601M|  63 |   8 |  70 |6038 |  70 |  21 |  20 |2691k|3901 | 0.000000e+00 |      --      |    Inf 
1232.23/1232.27	c  1232s|  6580k|  2109k| 20528k|   3.1 |1603M|  63 |   - |  70 |5284 |  70 |  21 |  20 |2695k|3902 | 0.000000e+00 |      --      |    Inf 
1234.34/1234.39	c  1234s|  6590k|  2112k| 20559k|   3.1 |1606M|  63 |   8 |  70 |5321 |  70 |  21 |  20 |2699k|3902 | 0.000000e+00 |      --      |    Inf 
1236.43/1236.45	c  1236s|  6600k|  2115k| 20589k|   3.1 |1608M|  63 |   8 |  70 |5416 |  70 |  21 |  20 |2703k|3902 | 0.000000e+00 |      --      |    Inf 
1238.43/1238.44	c  1238s|  6610k|  2118k| 20621k|   3.1 |1611M|  63 |   8 |  70 |5986 |  70 |  21 |  20 |2707k|3906 | 0.000000e+00 |      --      |    Inf 
1240.33/1240.32	c  1240s|  6620k|  2122k| 20653k|   3.1 |1613M|  63 |   - |  70 |7275 |  70 |  21 |  20 |2711k|3906 | 0.000000e+00 |      --      |    Inf 
1242.54/1242.50	c  1242s|  6630k|  2125k| 20684k|   3.1 |1616M|  63 |   8 |  70 |6280 |  70 |  21 |  20 |2715k|3912 | 0.000000e+00 |      --      |    Inf 
1244.53/1244.59	c  1245s|  6640k|  2128k| 20715k|   3.1 |1618M|  63 |   8 |  70 |5726 |  70 |  21 |  20 |2720k|3916 | 0.000000e+00 |      --      |    Inf 
1246.53/1246.50	c  1247s|  6650k|  2131k| 20747k|   3.1 |1620M|  63 |   8 |  70 |6387 |  70 |  21 |  20 |2724k|3916 | 0.000000e+00 |      --      |    Inf 
1248.54/1248.55	c  1249s|  6660k|  2134k| 20779k|   3.1 |1623M|  63 |   - |  70 |6698 |  70 |  21 |  20 |2728k|3916 | 0.000000e+00 |      --      |    Inf 
1250.74/1250.74	c  1251s|  6670k|  2137k| 20810k|   3.1 |1625M|  63 |   - |  70 |6331 |  70 |  21 |  20 |2732k|3916 | 0.000000e+00 |      --      |    Inf 
1252.84/1252.90	c  1253s|  6680k|  2140k| 20841k|   3.1 |1628M|  63 |   8 |  70 |6162 |  70 |  21 |  20 |2736k|3916 | 0.000000e+00 |      --      |    Inf 
1254.93/1254.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1254.93/1254.92	c  1255s|  6690k|  2143k| 20873k|   3.1 |1630M|  63 |   8 |  70 |5961 |  70 |  21 |  20 |2741k|3916 | 0.000000e+00 |      --      |    Inf 
1256.93/1256.94	c  1257s|  6700k|  2146k| 20903k|   3.1 |1632M|  63 |   - |  70 |5691 |  70 |  21 |  20 |2745k|3916 | 0.000000e+00 |      --      |    Inf 
1259.03/1259.10	c  1259s|  6710k|  2149k| 20935k|   3.1 |1634M|  63 |   8 |  70 |5153 |  70 |  21 |  20 |2749k|3916 | 0.000000e+00 |      --      |    Inf 
1261.13/1261.13	c  1261s|  6720k|  2152k| 20966k|   3.1 |1637M|  63 |   8 |  70 |5118 |  70 |  21 |  20 |2753k|3916 | 0.000000e+00 |      --      |    Inf 
1263.03/1263.09	c  1263s|  6730k|  2155k| 20997k|   3.1 |1639M|  63 |   8 |  70 |5832 |  70 |  21 |  20 |2758k|3916 | 0.000000e+00 |      --      |    Inf 
1265.13/1265.11	c  1265s|  6740k|  2158k| 21029k|   3.1 |1642M|  63 |   - |  70 |6117 |   0 |   0 |  20 |2762k|3916 | 0.000000e+00 |      --      |    Inf 
1267.04/1267.09	c  1267s|  6750k|  2161k| 21059k|   3.1 |1644M|  63 |   - |  70 |6410 |  70 |  21 |  20 |2766k|3916 | 0.000000e+00 |      --      |    Inf 
1268.84/1268.87	c  1269s|  6760k|  2164k| 21090k|   3.1 |1647M|  63 |   8 |  70 |7639 |  70 |  21 |  20 |2770k|3916 | 0.000000e+00 |      --      |    Inf 
1270.84/1270.88	c  1271s|  6770k|  2167k| 21121k|   3.1 |1649M|  63 |   8 |  70 |7058 |  70 |  21 |  20 |2774k|3916 | 0.000000e+00 |      --      |    Inf 
1272.93/1272.93	c  1273s|  6780k|  2170k| 21152k|   3.1 |1652M|  63 |   - |  70 |6641 |  70 |  21 |  20 |2778k|3916 | 0.000000e+00 |      --      |    Inf 
1275.04/1275.08	c  1275s|  6790k|  2173k| 21183k|   3.1 |1654M|  63 |   - |  70 |5450 |  70 |  21 |  20 |2782k|3916 | 0.000000e+00 |      --      |    Inf 
1277.03/1277.03	c  1277s|  6800k|  2176k| 21216k|   3.1 |1656M|  63 |   - |  70 |6479 |  70 |  21 |  20 |2786k|3916 | 0.000000e+00 |      --      |    Inf 
1279.13/1279.17	c  1279s|  6810k|  2179k| 21246k|   3.1 |1659M|  63 |   - |  70 |6035 |  70 |  21 |  20 |2791k|3916 | 0.000000e+00 |      --      |    Inf 
1281.14/1281.14	c  1281s|  6820k|  2183k| 21276k|   3.1 |1661M|  63 |   8 |  70 |6381 |  70 |  21 |  20 |2795k|3916 | 0.000000e+00 |      --      |    Inf 
1283.23/1283.25	c  1283s|  6830k|  2186k| 21306k|   3.1 |1663M|  63 |   8 |  70 |5590 |  70 |  21 |  20 |2799k|3917 | 0.000000e+00 |      --      |    Inf 
1285.33/1285.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1285.33/1285.37	c  1285s|  6840k|  2189k| 21336k|   3.1 |1666M|  63 |   8 |  70 |4857 |  70 |  21 |  20 |2803k|3919 | 0.000000e+00 |      --      |    Inf 
1287.23/1287.27	c  1287s|  6850k|  2192k| 21368k|   3.1 |1668M|  63 |   - |  70 |5699 |  70 |  21 |  20 |2807k|3919 | 0.000000e+00 |      --      |    Inf 
1289.44/1289.50	c  1289s|  6860k|  2195k| 21399k|   3.1 |1671M|  63 |   8 |  70 |5548 |  70 |  21 |  20 |2811k|3920 | 0.000000e+00 |      --      |    Inf 
1291.44/1291.45	c  1291s|  6870k|  2198k| 21430k|   3.1 |1673M|  63 |   - |  70 |6303 |  70 |  21 |  20 |2815k|3925 | 0.000000e+00 |      --      |    Inf 
1293.54/1293.50	c  1294s|  6880k|  2201k| 21463k|   3.1 |1676M|  63 |   - |  70 |6401 |  70 |  21 |  20 |2820k|3930 | 0.000000e+00 |      --      |    Inf 
1295.63/1295.64	c  1296s|  6890k|  2204k| 21494k|   3.1 |1678M|  63 |   - |  70 |6191 |  70 |  21 |  20 |2824k|3930 | 0.000000e+00 |      --      |    Inf 
1297.73/1297.76	c  1298s|  6900k|  2207k| 21525k|   3.1 |1680M|  63 |   8 |  70 |6285 |  70 |  21 |  20 |2828k|3935 | 0.000000e+00 |      --      |    Inf 
1299.93/1299.91	c  1300s|  6910k|  2210k| 21557k|   3.1 |1683M|  63 |   8 |  70 |5424 |  70 |  21 |  20 |2832k|3937 | 0.000000e+00 |      --      |    Inf 
1302.04/1302.06	c  1302s|  6920k|  2213k| 21587k|   3.1 |1685M|  63 |   8 |  70 |5074 |  70 |  21 |  20 |2836k|3938 | 0.000000e+00 |      --      |    Inf 
1304.04/1304.05	c  1304s|  6930k|  2216k| 21618k|   3.1 |1687M|  63 |   - |  70 |5263 |  70 |  21 |  20 |2840k|3939 | 0.000000e+00 |      --      |    Inf 
1306.03/1306.00	c  1306s|  6940k|  2219k| 21648k|   3.1 |1690M|  63 |   8 |  70 |5365 |  70 |  21 |  20 |2845k|3941 | 0.000000e+00 |      --      |    Inf 
1308.03/1308.09	c  1308s|  6950k|  2222k| 21679k|   3.1 |1692M|  63 |   - |  70 |5989 |  70 |  21 |  20 |2849k|3941 | 0.000000e+00 |      --      |    Inf 
1310.14/1310.14	c  1310s|  6960k|  2225k| 21711k|   3.1 |1695M|  63 |   8 |  70 |5576 |  70 |  21 |  20 |2853k|3943 | 0.000000e+00 |      --      |    Inf 
1312.03/1312.05	c  1312s|  6970k|  2229k| 21741k|   3.1 |1697M|  63 |   8 |  70 |6768 |  70 |  21 |  20 |2857k|3943 | 0.000000e+00 |      --      |    Inf 
1313.93/1313.96	c  1314s|  6980k|  2232k| 21771k|   3.1 |1700M|  63 |   8 |  70 |7235 |  70 |  21 |  20 |2861k|3943 | 0.000000e+00 |      --      |    Inf 
1316.04/1316.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.04/1316.02	c  1316s|  6990k|  2236k| 21802k|   3.1 |1702M|  63 |   8 |  70 |7415 |  70 |  21 |  20 |2865k|3943 | 0.000000e+00 |      --      |    Inf 
1318.03/1318.06	c  1318s|  7000k|  2239k| 21834k|   3.1 |1705M|  63 |   8 |  70 |7499 |  70 |  21 |  20 |2869k|3945 | 0.000000e+00 |      --      |    Inf 
1320.33/1320.31	c  1320s|  7010k|  2242k| 21865k|   3.1 |1707M|  63 |   8 |  70 |6715 |  70 |  21 |  20 |2873k|3949 | 0.000000e+00 |      --      |    Inf 
1322.53/1322.53	c  1323s|  7020k|  2245k| 21897k|   3.1 |1709M|  63 |   8 |  70 |5908 |  70 |  21 |  20 |2878k|3952 | 0.000000e+00 |      --      |    Inf 
1324.74/1324.70	c  1325s|  7030k|  2247k| 21929k|   3.1 |1712M|  63 |   8 |  70 |5729 |  70 |  21 |  20 |2882k|3964 | 0.000000e+00 |      --      |    Inf 
1326.54/1326.54	c  1327s|  7040k|  2251k| 21959k|   3.1 |1714M|  63 |   8 |  70 |6641 |  70 |  21 |  20 |2886k|3965 | 0.000000e+00 |      --      |    Inf 
1328.53/1328.56	c  1329s|  7050k|  2254k| 21990k|   3.1 |1717M|  63 |   - |  70 |6466 |  70 |  21 |  20 |2890k|3967 | 0.000000e+00 |      --      |    Inf 
1330.63/1330.68	c  1331s|  7060k|  2257k| 22021k|   3.1 |1719M|  63 |   8 |  70 |6196 |  70 |  21 |  20 |2894k|3969 | 0.000000e+00 |      --      |    Inf 
1332.74/1332.73	c  1333s|  7070k|  2261k| 22054k|   3.1 |1721M|  63 |   - |  70 |5686 |  70 |  21 |  20 |2898k|3969 | 0.000000e+00 |      --      |    Inf 
1334.54/1334.58	c  1335s|  7080k|  2264k| 22087k|   3.1 |1724M|  63 |   - |  70 |6621 |  70 |  21 |  20 |2902k|3969 | 0.000000e+00 |      --      |    Inf 
1336.43/1336.46	c  1336s|  7090k|  2268k| 22119k|   3.1 |1727M|  63 |   8 |  70 |7129 |  70 |  21 |  20 |2906k|3969 | 0.000000e+00 |      --      |    Inf 
1338.43/1338.41	c  1338s|  7100k|  2272k| 22150k|   3.1 |1729M|  63 |   - |  70 |7344 |  70 |  21 |  20 |2910k|3969 | 0.000000e+00 |      --      |    Inf 
1340.33/1340.39	c  1340s|  7110k|  2275k| 22182k|   3.1 |1732M|  63 |   - |  70 |6850 |  70 |  21 |  20 |2914k|3969 | 0.000000e+00 |      --      |    Inf 
1342.33/1342.34	c  1342s|  7120k|  2279k| 22214k|   3.1 |1734M|  63 |   - |  70 |6778 |  70 |  21 |  20 |2918k|3969 | 0.000000e+00 |      --      |    Inf 
1344.24/1344.29	c  1344s|  7130k|  2282k| 22245k|   3.1 |1737M|  63 |   8 |  70 |7500 |  70 |  21 |  20 |2922k|3969 | 0.000000e+00 |      --      |    Inf 
1346.34/1346.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1346.34/1346.38	c  1346s|  7140k|  2285k| 22277k|   3.1 |1739M|  63 |   8 |  70 |7163 |  70 |  21 |  20 |2926k|3969 | 0.000000e+00 |      --      |    Inf 
1348.34/1348.30	c  1348s|  7150k|  2289k| 22309k|   3.1 |1742M|  63 |   - |  70 |8138 |  70 |  21 |  20 |2930k|3969 | 0.000000e+00 |      --      |    Inf 
1350.43/1350.46	c  1350s|  7160k|  2292k| 22341k|   3.1 |1744M|  63 |   8 |  70 |7306 |  70 |  21 |  20 |2934k|3969 | 0.000000e+00 |      --      |    Inf 
1352.44/1352.46	c  1352s|  7170k|  2295k| 22373k|   3.1 |1747M|  63 |   - |  70 |7491 |  70 |  21 |  20 |2938k|3969 | 0.000000e+00 |      --      |    Inf 
1354.53/1354.55	c  1355s|  7180k|  2299k| 22406k|   3.1 |1749M|  63 |   - |  70 |7658 |  70 |  21 |  20 |2943k|3969 | 0.000000e+00 |      --      |    Inf 
1356.63/1356.61	c  1357s|  7190k|  2302k| 22438k|   3.1 |1752M|  63 |   8 |  70 |7647 |  70 |  21 |  20 |2947k|3969 | 0.000000e+00 |      --      |    Inf 
1358.74/1358.76	c  1359s|  7200k|  2305k| 22469k|   3.1 |1754M|  63 |   8 |  70 |7375 |  70 |  21 |  20 |2951k|3969 | 0.000000e+00 |      --      |    Inf 
1361.04/1361.06	c  1361s|  7210k|  2308k| 22500k|   3.1 |1756M|  63 |   8 |  70 |6262 |  70 |  21 |  20 |2955k|3973 | 0.000000e+00 |      --      |    Inf 
1363.23/1363.29	c  1363s|  7220k|  2311k| 22531k|   3.1 |1758M|  63 |   8 |  70 |5753 |  70 |  21 |  20 |2959k|4004 | 0.000000e+00 |      --      |    Inf 
1365.34/1365.38	c  1365s|  7230k|  2314k| 22563k|   3.1 |1761M|  63 |   - |  70 |6093 |  70 |  21 |  20 |2964k|4004 | 0.000000e+00 |      --      |    Inf 
1367.43/1367.44	c  1367s|  7240k|  2317k| 22593k|   3.1 |1763M|  63 |   8 |  70 |5634 |  70 |  21 |  20 |2968k|4006 | 0.000000e+00 |      --      |    Inf 
1369.64/1369.67	c  1370s|  7250k|  2319k| 22624k|   3.1 |1765M|  63 |   8 |  70 |5306 |  70 |  21 |  20 |2972k|4006 | 0.000000e+00 |      --      |    Inf 
1371.74/1371.71	c  1372s|  7260k|  2322k| 22655k|   3.1 |1768M|  63 |   8 |  70 |5665 |  70 |  21 |  20 |2976k|4006 | 0.000000e+00 |      --      |    Inf 
1373.84/1373.89	c  1374s|  7270k|  2325k| 22686k|   3.1 |1770M|  63 |   8 |  70 |5201 |  70 |  21 |  20 |2981k|4006 | 0.000000e+00 |      --      |    Inf 
1375.73/1375.73	c  1376s|  7280k|  2329k| 22717k|   3.1 |1773M|  63 |   - |  70 |6361 |  70 |  21 |  20 |2984k|4006 | 0.000000e+00 |      --      |    Inf 
1377.54/1377.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1377.54/1377.58	c  1378s|  7290k|  2333k| 22748k|   3.1 |1775M|  63 |   - |  70 |7054 |  70 |  21 |  20 |2988k|4006 | 0.000000e+00 |      --      |    Inf 
1379.73/1379.71	c  1380s|  7300k|  2336k| 22779k|   3.1 |1778M|  63 |   8 |  70 |6705 |  70 |  21 |  20 |2992k|4006 | 0.000000e+00 |      --      |    Inf 
1381.93/1381.96	c  1382s|  7310k|  2338k| 22810k|   3.1 |1780M|  63 |   8 |  70 |6264 |  70 |  21 |  20 |2997k|4006 | 0.000000e+00 |      --      |    Inf 
1384.03/1384.06	c  1384s|  7320k|  2342k| 22841k|   3.1 |1782M|  63 |   - |  70 |5497 |  70 |  21 |  20 |3001k|4007 | 0.000000e+00 |      --      |    Inf 
1386.13/1386.14	c  1386s|  7330k|  2345k| 22870k|   3.1 |1785M|  63 |   - |  70 |5896 |  70 |  21 |  20 |3005k|4011 | 0.000000e+00 |      --      |    Inf 
1388.34/1388.39	c  1388s|  7340k|  2348k| 22901k|   3.1 |1787M|  63 |   - |  70 |5293 |  70 |  21 |  20 |3009k|4012 | 0.000000e+00 |      --      |    Inf 
1390.34/1390.34	c  1390s|  7350k|  2351k| 22931k|   3.1 |1789M|  63 |   8 |  70 |5732 |  70 |  21 |  20 |3013k|4013 | 0.000000e+00 |      --      |    Inf 
1392.34/1392.37	c  1392s|  7360k|  2354k| 22962k|   3.1 |1792M|  63 |   8 |  70 |5955 |  70 |  21 |  20 |3018k|4013 | 0.000000e+00 |      --      |    Inf 
1394.54/1394.52	c  1395s|  7370k|  2357k| 22993k|   3.1 |1794M|  63 |   8 |  70 |5824 |  70 |  21 |  20 |3022k|4013 | 0.000000e+00 |      --      |    Inf 
1396.73/1396.70	c  1397s|  7380k|  2359k| 23024k|   3.1 |1797M|  63 |   - |  70 |5415 |  70 |  21 |  20 |3026k|4013 | 0.000000e+00 |      --      |    Inf 
1398.54/1398.54	c  1399s|  7390k|  2363k| 23056k|   3.1 |1799M|  63 |   8 |  70 |6726 |  70 |  21 |  20 |3030k|4013 | 0.000000e+00 |      --      |    Inf 
1400.54/1400.54	c  1401s|  7400k|  2366k| 23087k|   3.1 |1802M|  63 |   8 |  70 |7431 |  70 |  21 |  20 |3034k|4013 | 0.000000e+00 |      --      |    Inf 
1402.74/1402.72	c  1403s|  7410k|  2369k| 23119k|   3.1 |1804M|  63 |   - |  70 |6489 |  70 |  21 |  20 |3039k|4014 | 0.000000e+00 |      --      |    Inf 
1404.94/1404.94	c  1405s|  7420k|  2372k| 23149k|   3.1 |1806M|  63 |   8 |  70 |5347 |  70 |  21 |  20 |3043k|4014 | 0.000000e+00 |      --      |    Inf 
1407.04/1407.07	c  1407s|  7430k|  2375k| 23181k|   3.1 |1809M|  63 |   8 |  70 |5471 |  70 |  21 |  20 |3047k|4015 | 0.000000e+00 |      --      |    Inf 
1409.24/1409.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1409.24/1409.28	c  1409s|  7440k|  2377k| 23212k|   3.1 |1811M|  63 |   8 |  70 |5465 |  70 |  21 |  20 |3052k|4015 | 0.000000e+00 |      --      |    Inf 
1411.24/1411.26	c  1411s|  7450k|  2380k| 23244k|   3.1 |1813M|  63 |   - |  70 |5455 |  70 |  21 |  20 |3056k|4015 | 0.000000e+00 |      --      |    Inf 
1413.44/1413.40	c  1413s|  7460k|  2383k| 23275k|   3.1 |1816M|  63 |   8 |  70 |5324 |  70 |  21 |  20 |3060k|4016 | 0.000000e+00 |      --      |    Inf 
1415.54/1415.59	c  1416s|  7470k|  2386k| 23306k|   3.1 |1818M|  63 |   8 |  70 |5304 |  70 |  21 |  20 |3065k|4019 | 0.000000e+00 |      --      |    Inf 
1417.54/1417.52	c  1418s|  7480k|  2389k| 23338k|   3.1 |1821M|  63 |   8 |  70 |6074 |  70 |  21 |  20 |3069k|4021 | 0.000000e+00 |      --      |    Inf 
1419.54/1419.51	c  1420s|  7490k|  2392k| 23370k|   3.1 |1823M|  63 |   - |  70 |6962 |  70 |  21 |  20 |3073k|4021 | 0.000000e+00 |      --      |    Inf 
1421.54/1421.52	c  1422s|  7500k|  2396k| 23402k|   3.1 |1826M|  63 |   - |  70 |7337 |  70 |  21 |  20 |3077k|4021 | 0.000000e+00 |      --      |    Inf 
1423.74/1423.75	c  1424s|  7510k|  2399k| 23433k|   3.1 |1828M|  63 |   8 |  70 |5939 |  70 |  21 |  20 |3081k|4026 | 0.000000e+00 |      --      |    Inf 
1425.84/1425.82	c  1426s|  7520k|  2402k| 23464k|   3.1 |1830M|  63 |   - |  70 |5898 |  70 |  21 |  20 |3085k|4031 | 0.000000e+00 |      --      |    Inf 
1427.73/1427.76	c  1428s|  7530k|  2406k| 23495k|   3.1 |1833M|  63 |   - |  70 |6794 |  70 |  21 |  20 |3089k|4031 | 0.000000e+00 |      --      |    Inf 
1429.84/1429.85	c  1430s|  7540k|  2409k| 23526k|   3.1 |1835M|  63 |   8 |  70 |6055 |  70 |  21 |  20 |3093k|4036 | 0.000000e+00 |      --      |    Inf 
1432.14/1432.11	c  1432s|  7550k|  2412k| 23557k|   3.1 |1837M|  63 |   - |  70 |5663 |  70 |  21 |  20 |3097k|4038 | 0.000000e+00 |      --      |    Inf 
1434.14/1434.18	c  1434s|  7560k|  2415k| 23587k|   3.1 |1840M|  63 |   8 |  70 |6103 |  70 |  21 |  20 |3102k|4041 | 0.000000e+00 |      --      |    Inf 
1436.14/1436.11	c  1436s|  7570k|  2418k| 23618k|   3.1 |1843M|  63 |   - |  70 |7389 |  70 |  21 |  20 |3106k|4042 | 0.000000e+00 |      --      |    Inf 
1438.44/1438.41	c  1438s|  7580k|  2421k| 23649k|   3.1 |1845M|  63 |   8 |  70 |5945 |  70 |  21 |  20 |3110k|4042 | 0.000000e+00 |      --      |    Inf 
1440.54/1440.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1440.54/1440.54	c  1441s|  7590k|  2424k| 23680k|   3.1 |1847M|  63 |   8 |  70 |5935 |  70 |  21 |  20 |3114k|4042 | 0.000000e+00 |      --      |    Inf 
1442.64/1442.65	c  1443s|  7600k|  2427k| 23711k|   3.1 |1849M|  63 |   8 |  70 |6014 |  70 |  21 |  20 |3119k|4042 | 0.000000e+00 |      --      |    Inf 
1444.64/1444.68	c  1445s|  7610k|  2430k| 23742k|   3.1 |1852M|  63 |   8 |  70 |6172 |  70 |  21 |  20 |3123k|4042 | 0.000000e+00 |      --      |    Inf 
1446.74/1446.79	c  1447s|  7620k|  2433k| 23773k|   3.1 |1854M|  63 |   8 |  70 |5842 |  70 |  21 |  20 |3127k|4042 | 0.000000e+00 |      --      |    Inf 
1448.94/1448.96	c  1449s|  7630k|  2435k| 23804k|   3.1 |1856M|  63 |   8 |  70 |5962 |  70 |  21 |  20 |3131k|4042 | 0.000000e+00 |      --      |    Inf 
1451.14/1451.15	c  1451s|  7640k|  2438k| 23836k|   3.1 |1859M|  63 |   8 |  70 |5387 |  70 |  21 |  20 |3136k|4042 | 0.000000e+00 |      --      |    Inf 
1453.14/1453.19	c  1453s|  7650k|  2441k| 23867k|   3.1 |1861M|  63 |   8 |  70 |5841 |  70 |  21 |  20 |3140k|4042 | 0.000000e+00 |      --      |    Inf 
1455.14/1455.16	c  1455s|  7660k|  2444k| 23898k|   3.1 |1864M|  63 |   - |  70 |6124 |  70 |  21 |  20 |3144k|4042 | 0.000000e+00 |      --      |    Inf 
1457.34/1457.34	c  1457s|  7670k|  2447k| 23930k|   3.1 |1866M|  63 |   8 |  70 |5726 |  70 |  21 |  20 |3148k|4042 | 0.000000e+00 |      --      |    Inf 
1459.44/1459.43	c  1459s|  7680k|  2450k| 23961k|   3.1 |1868M|  63 |   8 |  70 |5630 |  70 |  21 |  20 |3152k|4042 | 0.000000e+00 |      --      |    Inf 
1461.54/1461.53	c  1462s|  7690k|  2453k| 23991k|   3.1 |1871M|  63 |   8 |  70 |5599 |  70 |  21 |  20 |3157k|4042 | 0.000000e+00 |      --      |    Inf 
1463.64/1463.67	c  1464s|  7700k|  2456k| 24022k|   3.1 |1873M|  63 |   - |  70 |5455 |  70 |  21 |  20 |3161k|4042 | 0.000000e+00 |      --      |    Inf 
1465.54/1465.50	c  1465s|  7710k|  2459k| 24053k|   3.1 |1876M|  63 |   - |  70 |6907 |  70 |  21 |  20 |3165k|4042 | 0.000000e+00 |      --      |    Inf 
1467.74/1467.73	c  1468s|  7720k|  2462k| 24084k|   3.1 |1878M|  63 |   8 |  70 |6043 |  70 |  21 |  20 |3169k|4042 | 0.000000e+00 |      --      |    Inf 
1469.84/1469.81	c  1470s|  7730k|  2465k| 24115k|   3.1 |1880M|  63 |   8 |  70 |5946 |  70 |  21 |  20 |3173k|4042 | 0.000000e+00 |      --      |    Inf 
1471.94/1471.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1471.94/1471.93	c  1472s|  7740k|  2468k| 24146k|   3.1 |1883M|  63 |   - |  70 |5604 |  70 |  21 |  20 |3178k|4042 | 0.000000e+00 |      --      |    Inf 
1474.05/1474.09	c  1474s|  7750k|  2471k| 24177k|   3.1 |1885M|  63 |   8 |  70 |5556 |  70 |  21 |  20 |3182k|4042 | 0.000000e+00 |      --      |    Inf 
1476.15/1476.15	c  1476s|  7760k|  2474k| 24207k|   3.1 |1887M|  63 |   8 |  70 |5787 |  70 |  21 |  20 |3186k|4042 | 0.000000e+00 |      --      |    Inf 
1478.24/1478.20	c  1478s|  7770k|  2477k| 24238k|   3.1 |1890M|  63 |   8 |  70 |5430 |  70 |  21 |  20 |3190k|4042 | 0.000000e+00 |      --      |    Inf 
1479.94/1479.97	c  1480s|  7780k|  2481k| 24269k|   3.1 |1892M|  63 |   - |  70 |6640 |  70 |  21 |  20 |3194k|4042 | 0.000000e+00 |      --      |    Inf 
1481.95/1481.96	c  1482s|  7790k|  2483k| 24301k|   3.1 |1895M|  63 |   8 |  70 |6528 |  70 |  21 |  20 |3198k|4042 | 0.000000e+00 |      --      |    Inf 
1483.95/1483.93	c  1484s|  7800k|  2487k| 24332k|   3.1 |1897M|  63 |   - |  70 |7828 |  70 |  21 |  20 |3202k|4042 | 0.000000e+00 |      --      |    Inf 
1486.15/1486.13	c  1486s|  7810k|  2490k| 24363k|   3.1 |1900M|  63 |   8 |  70 |6600 |  70 |  21 |  20 |3206k|4042 | 0.000000e+00 |      --      |    Inf 
1488.24/1488.22	c  1488s|  7820k|  2493k| 24395k|   3.1 |1902M|  63 |   - |  70 |6752 |  70 |  21 |  20 |3210k|4043 | 0.000000e+00 |      --      |    Inf 
1490.34/1490.34	c  1490s|  7830k|  2496k| 24425k|   3.1 |1904M|  63 |   8 |  70 |5907 |  70 |  21 |  20 |3215k|4045 | 0.000000e+00 |      --      |    Inf 
1492.45/1492.49	c  1492s|  7840k|  2499k| 24456k|   3.1 |1907M|  63 |   8 |  70 |5887 |  70 |  21 |  20 |3219k|4047 | 0.000000e+00 |      --      |    Inf 
1494.65/1494.63	c  1495s|  7850k|  2502k| 24487k|   3.1 |1909M|  63 |   - |  70 |5880 |  70 |  21 |  20 |3223k|4048 | 0.000000e+00 |      --      |    Inf 
1496.64/1496.60	c  1497s|  7860k|  2505k| 24518k|   3.1 |1911M|  63 |   8 |  70 |5881 |  70 |  21 |  20 |3227k|4049 | 0.000000e+00 |      --      |    Inf 
1498.64/1498.69	c  1499s|  7870k|  2508k| 24550k|   3.1 |1914M|  63 |   - |  70 |6260 |  70 |  21 |  20 |3232k|4049 | 0.000000e+00 |      --      |    Inf 
1500.74/1500.77	c  1501s|  7880k|  2511k| 24581k|   3.1 |1916M|  63 |   8 |  70 |6250 |  70 |  21 |  20 |3236k|4049 | 0.000000e+00 |      --      |    Inf 
1502.94/1502.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1502.94/1502.94	c  1503s|  7890k|  2514k| 24612k|   3.1 |1918M|  63 |   8 |  70 |5868 |  70 |  21 |  20 |3240k|4056 | 0.000000e+00 |      --      |    Inf 
1505.14/1505.12	c  1505s|  7900k|  2516k| 24644k|   3.1 |1921M|  63 |   8 |  70 |5549 |  70 |  21 |  20 |3245k|4056 | 0.000000e+00 |      --      |    Inf 
1507.14/1507.11	c  1507s|  7910k|  2519k| 24675k|   3.1 |1923M|  63 |   8 |  70 |5500 |  70 |  21 |  20 |3249k|4056 | 0.000000e+00 |      --      |    Inf 
1509.14/1509.20	c  1509s|  7920k|  2522k| 24706k|   3.1 |1925M|  63 |   8 |  70 |5278 |  70 |  21 |  20 |3253k|4056 | 0.000000e+00 |      --      |    Inf 
1511.24/1511.27	c  1511s|  7930k|  2525k| 24736k|   3.1 |1928M|  63 |   - |  70 |5287 |  70 |  21 |  20 |3257k|4056 | 0.000000e+00 |      --      |    Inf 
1513.44/1513.44	c  1513s|  7940k|  2528k| 24767k|   3.1 |1930M|  63 |   8 |  70 |4812 |  70 |  21 |  20 |3262k|4056 | 0.000000e+00 |      --      |    Inf 
1515.64/1515.63	c  1516s|  7950k|  2531k| 24799k|   3.1 |1932M|  63 |   - |  70 |4880 |  70 |  21 |  20 |3266k|4056 | 0.000000e+00 |      --      |    Inf 
1517.65/1517.64	c  1518s|  7960k|  2534k| 24829k|   3.1 |1935M|  63 |   - |  70 |5124 |  70 |  21 |  20 |3270k|4056 | 0.000000e+00 |      --      |    Inf 
1519.64/1519.68	c  1520s|  7970k|  2537k| 24861k|   3.1 |1937M|  63 |   8 |  70 |5371 |  70 |  21 |  20 |3275k|4056 | 0.000000e+00 |      --      |    Inf 
1521.84/1521.83	c  1522s|  7980k|  2539k| 24892k|   3.1 |1939M|  63 |   8 |  70 |5272 |  70 |  21 |  20 |3279k|4056 | 0.000000e+00 |      --      |    Inf 
1524.04/1524.02	c  1524s|  7990k|  2542k| 24923k|   3.1 |1942M|  63 |   8 |  70 |5287 |  70 |  21 |  20 |3283k|4056 | 0.000000e+00 |      --      |    Inf 
1526.05/1526.03	c  1526s|  8000k|  2545k| 24954k|   3.1 |1944M|  63 |   8 |  70 |5911 |  70 |  21 |  20 |3288k|4056 | 0.000000e+00 |      --      |    Inf 
1527.95/1527.96	c  1528s|  8010k|  2549k| 24986k|   3.1 |1947M|  63 |   8 |  70 |6627 |  70 |  21 |  20 |3292k|4056 | 0.000000e+00 |      --      |    Inf 
1529.84/1529.86	c  1530s|  8020k|  2552k| 25017k|   3.1 |1950M|  63 |   - |  70 |7541 |  70 |  21 |  20 |3296k|4056 | 0.000000e+00 |      --      |    Inf 
1531.84/1531.88	c  1532s|  8030k|  2555k| 25047k|   3.1 |1952M|  63 |   8 |  70 |7102 |  70 |  21 |  20 |3300k|4056 | 0.000000e+00 |      --      |    Inf 
1533.85/1533.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1533.85/1533.86	c  1534s|  8040k|  2559k| 25078k|   3.1 |1954M|  63 |   - |  70 |7664 |  70 |  21 |  20 |3304k|4056 | 0.000000e+00 |      --      |    Inf 
1535.95/1535.93	c  1536s|  8050k|  2562k| 25108k|   3.1 |1957M|  63 |   8 |  70 |8253 |  70 |  21 |  20 |3309k|4056 | 0.000000e+00 |      --      |    Inf 
1538.04/1538.06	c  1538s|  8060k|  2565k| 25139k|   3.1 |1959M|  63 |   8 |  70 |7403 |  70 |  21 |  20 |3313k|4062 | 0.000000e+00 |      --      |    Inf 
1540.25/1540.24	c  1540s|  8070k|  2568k| 25171k|   3.1 |1961M|  63 |   8 |  70 |6275 |  70 |  21 |  20 |3317k|4064 | 0.000000e+00 |      --      |    Inf 
1542.45/1542.47	c  1542s|  8080k|  2571k| 25201k|   3.1 |1964M|  63 |   8 |  70 |6026 |  70 |  21 |  20 |3321k|4066 | 0.000000e+00 |      --      |    Inf 
1544.64/1544.63	c  1545s|  8090k|  2574k| 25232k|   3.1 |1966M|  63 |   8 |  70 |5752 |  70 |  21 |  20 |3325k|4069 | 0.000000e+00 |      --      |    Inf 
1546.84/1546.80	c  1547s|  8100k|  2577k| 25262k|   3.1 |1968M|  63 |   8 |  70 |5614 |  70 |  21 |  20 |3330k|4071 | 0.000000e+00 |      --      |    Inf 
1548.95/1548.97	c  1549s|  8110k|  2579k| 25293k|   3.1 |1971M|  63 |   - |  70 |5426 |  70 |  21 |  20 |3334k|4075 | 0.000000e+00 |      --      |    Inf 
1550.94/1550.97	c  1551s|  8120k|  2582k| 25324k|   3.1 |1973M|  63 |   8 |  70 |6606 |  70 |  21 |  20 |3338k|4075 | 0.000000e+00 |      --      |    Inf 
1553.15/1553.18	c  1553s|  8130k|  2585k| 25355k|   3.1 |1975M|  63 |   - |  70 |5964 |  70 |  21 |  20 |3342k|4078 | 0.000000e+00 |      --      |    Inf 
1555.45/1555.47	c  1555s|  8140k|  2588k| 25387k|   3.1 |1978M|  63 |   8 |  70 |5744 |  70 |  21 |  20 |3347k|4080 | 0.000000e+00 |      --      |    Inf 
1557.45/1557.47	c  1557s|  8150k|  2591k| 25418k|   3.1 |1980M|  63 |   8 |  70 |5954 |  70 |  21 |  20 |3351k|4080 | 0.000000e+00 |      --      |    Inf 
1559.44/1559.47	c  1559s|  8160k|  2594k| 25450k|   3.1 |1983M|  63 |   8 |  70 |6583 |  70 |  21 |  20 |3355k|4082 | 0.000000e+00 |      --      |    Inf 
1561.34/1561.37	c  1561s|  8170k|  2598k| 25482k|   3.1 |1986M|  63 |   8 |  70 |8157 |  70 |  21 |  20 |3359k|4082 | 0.000000e+00 |      --      |    Inf 
1563.74/1563.72	c  1564s|  8180k|  2601k| 25512k|   3.1 |1987M|  63 |   - |  70 |6091 |  70 |  21 |  20 |3364k|4090 | 0.000000e+00 |      --      |    Inf 
1565.84/1565.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1565.84/1565.88	c  1566s|  8190k|  2604k| 25543k|   3.1 |1990M|  63 |   8 |  70 |5742 |  70 |  21 |  20 |3368k|4092 | 0.000000e+00 |      --      |    Inf 
1567.94/1567.91	c  1568s|  8200k|  2607k| 25574k|   3.1 |1992M|  63 |   - |  70 |5692 |  70 |  21 |  20 |3372k|4093 | 0.000000e+00 |      --      |    Inf 
1570.04/1570.01	c  1570s|  8210k|  2610k| 25606k|   3.1 |1994M|  63 |   8 |  70 |5804 |  70 |  21 |  20 |3376k|4094 | 0.000000e+00 |      --      |    Inf 
1572.04/1572.00	c  1572s|  8220k|  2613k| 25637k|   3.1 |1997M|  63 |   8 |  70 |6346 |  70 |  21 |  20 |3380k|4094 | 0.000000e+00 |      --      |    Inf 
1574.15/1574.11	c  1574s|  8230k|  2616k| 25668k|   3.1 |1999M|  63 |   - |  70 |6147 |   0 |   0 |  20 |3385k|4095 | 0.000000e+00 |      --      |    Inf 
1576.14/1576.17	c  1576s|  8240k|  2618k| 25699k|   3.1 |2002M|  63 |   8 |  70 |6439 |  70 |  21 |  20 |3389k|4096 | 0.000000e+00 |      --      |    Inf 
1578.25/1578.24	c  1578s|  8250k|  2622k| 25729k|   3.1 |2004M|  63 |   8 |  70 |5967 |  70 |  21 |  20 |3393k|4096 | 0.000000e+00 |      --      |    Inf 
1580.24/1580.28	c  1580s|  8260k|  2624k| 25761k|   3.1 |2007M|  63 |   - |  70 |6558 |  70 |  21 |  20 |3397k|4096 | 0.000000e+00 |      --      |    Inf 
1582.54/1582.58	c  1583s|  8270k|  2627k| 25792k|   3.1 |2009M|  63 |   8 |  70 |6011 |  70 |  21 |  20 |3402k|4096 | 0.000000e+00 |      --      |    Inf 
1584.84/1584.80	c  1585s|  8280k|  2630k| 25824k|   3.1 |2011M|  63 |   8 |  70 |5709 |  70 |  21 |  20 |3406k|4096 | 0.000000e+00 |      --      |    Inf 
1586.74/1586.74	c  1587s|  8290k|  2633k| 25855k|   3.1 |2014M|  63 |   - |  70 |6779 |  70 |  21 |  20 |3410k|4096 | 0.000000e+00 |      --      |    Inf 
1588.85/1588.84	c  1589s|  8300k|  2636k| 25887k|   3.1 |2016M|  63 |   8 |  70 |6449 |  70 |  21 |  20 |3415k|4096 | 0.000000e+00 |      --      |    Inf 
1590.85/1590.84	c  1591s|  8310k|  2639k| 25919k|   3.1 |2019M|  63 |   8 |  70 |7283 |  70 |  21 |  20 |3419k|4096 | 0.000000e+00 |      --      |    Inf 
1592.85/1592.81	c  1593s|  8320k|  2643k| 25950k|   3.1 |2021M|  63 |   - |  70 |8570 |  70 |  21 |  20 |3423k|4096 | 0.000000e+00 |      --      |    Inf 
1595.15/1595.10	c  1595s|  8330k|  2646k| 25980k|   3.1 |2023M|  63 |   - |  70 |6592 |  70 |  21 |  20 |3427k|4096 | 0.000000e+00 |      --      |    Inf 
1597.14/1597.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1597.14/1597.17	c  1597s|  8340k|  2649k| 26010k|   3.1 |2026M|  63 |   8 |  70 |6731 |  70 |  21 |  20 |3431k|4096 | 0.000000e+00 |      --      |    Inf 
1599.24/1599.26	c  1599s|  8350k|  2652k| 26042k|   3.1 |2028M|  63 |   8 |  70 |7690 |  70 |  21 |  20 |3435k|4096 | 0.000000e+00 |      --      |    Inf 
1601.34/1601.37	c  1601s|  8360k|  2655k| 26073k|   3.1 |2031M|  63 |   8 |  70 |7120 |  70 |  21 |  20 |3440k|4096 | 0.000000e+00 |      --      |    Inf 
1603.45/1603.44	c  1603s|  8370k|  2657k| 26104k|   3.1 |2033M|  63 |   8 |  70 |7093 |  70 |  21 |  20 |3444k|4096 | 0.000000e+00 |      --      |    Inf 
1605.64/1605.60	c  1606s|  8380k|  2660k| 26135k|   3.1 |2035M|  63 |   8 |  70 |6508 |  70 |  21 |  20 |3448k|4096 | 0.000000e+00 |      --      |    Inf 
1607.55/1607.60	c  1608s|  8390k|  2664k| 26165k|   3.1 |2038M|  63 |   - |  70 |7742 |  70 |  21 |  20 |3452k|4096 | 0.000000e+00 |      --      |    Inf 
1609.54/1609.58	c  1610s|  8400k|  2667k| 26194k|   3.1 |2040M|  63 |   - |  70 |7822 |  70 |  21 |  20 |3456k|4096 | 0.000000e+00 |      --      |    Inf 
1611.64/1611.68	c  1612s|  8410k|  2670k| 26226k|   3.1 |2043M|  63 |   8 |  70 |7420 |  70 |  21 |  20 |3460k|4097 | 0.000000e+00 |      --      |    Inf 
1613.85/1613.82	c  1614s|  8420k|  2673k| 26257k|   3.1 |2045M|  63 |   - |  70 |6719 |  70 |  21 |  20 |3465k|4097 | 0.000000e+00 |      --      |    Inf 
1615.95/1615.91	c  1616s|  8430k|  2677k| 26287k|   3.1 |2047M|  63 |   - |  70 |6907 |  70 |  21 |  20 |3469k|4099 | 0.000000e+00 |      --      |    Inf 
1617.94/1617.99	c  1618s|  8440k|  2679k| 26319k|   3.1 |2050M|  63 |   8 |  70 |6989 |  70 |  21 |  20 |3473k|4099 | 0.000000e+00 |      --      |    Inf 
1619.94/1619.96	c  1620s|  8450k|  2683k| 26350k|   3.1 |2052M|  63 |   8 |  70 |8130 |  70 |  21 |  20 |3477k|4099 | 0.000000e+00 |      --      |    Inf 
1622.15/1622.10	c  1622s|  8460k|  2685k| 26381k|   3.1 |2055M|  63 |   8 |  70 |7916 |  70 |  21 |  20 |3481k|4105 | 0.000000e+00 |      --      |    Inf 
1624.15/1624.17	c  1624s|  8470k|  2688k| 26414k|   3.1 |2057M|  63 |   8 |  70 |7702 |  70 |  21 |  20 |3486k|4105 | 0.000000e+00 |      --      |    Inf 
1626.25/1626.20	c  1626s|  8480k|  2691k| 26446k|   3.1 |2060M|  63 |   - |  70 |8283 |  70 |  21 |  20 |3490k|4105 | 0.000000e+00 |      --      |    Inf 
1628.25/1628.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1628.25/1628.27	c  1628s|  8490k|  2695k| 26477k|   3.1 |2062M|  63 |   8 |  70 |9262 |  70 |  21 |  20 |3495k|4105 | 0.000000e+00 |      --      |    Inf 
1630.65/1630.61	c  1631s|  8500k|  2698k| 26509k|   3.1 |2064M|  63 |   - |  70 |6639 |   0 |   0 |  20 |3499k|4118 | 0.000000e+00 |      --      |    Inf 
1632.75/1632.76	c  1633s|  8510k|  2700k| 26540k|   3.1 |2066M|  63 |   8 |  70 |6066 |  70 |  21 |  20 |3503k|4118 | 0.000000e+00 |      --      |    Inf 
1634.95/1634.95	c  1635s|  8520k|  2703k| 26572k|   3.1 |2069M|  63 |   - |  70 |5900 |  70 |  21 |  20 |3507k|4118 | 0.000000e+00 |      --      |    Inf 
1637.24/1637.25	c  1637s|  8530k|  2706k| 26604k|   3.1 |2071M|  63 |   8 |  70 |5573 |  70 |  21 |  20 |3512k|4119 | 0.000000e+00 |      --      |    Inf 
1639.44/1639.49	c  1639s|  8540k|  2709k| 26635k|   3.1 |2073M|  63 |   8 |  70 |5686 |  70 |  21 |  20 |3516k|4119 | 0.000000e+00 |      --      |    Inf 
1641.75/1641.70	c  1642s|  8550k|  2712k| 26667k|   3.1 |2076M|  63 |   - |  70 |5450 |  70 |  21 |  20 |3520k|4122 | 0.000000e+00 |      --      |    Inf 
1643.85/1643.90	c  1644s|  8560k|  2714k| 26698k|   3.1 |2078M|  63 |   - |  70 |5501 |  70 |  21 |  20 |3525k|4124 | 0.000000e+00 |      --      |    Inf 
1645.94/1645.95	c  1646s|  8570k|  2717k| 26729k|   3.1 |2081M|  63 |   8 |  70 |5992 |  70 |  21 |  20 |3529k|4124 | 0.000000e+00 |      --      |    Inf 
1647.85/1647.83	c  1648s|  8580k|  2721k| 26759k|   3.1 |2083M|  63 |   8 |  70 |6778 |  70 |  21 |  20 |3533k|4124 | 0.000000e+00 |      --      |    Inf 
1650.15/1650.18	c  1650s|  8590k|  2724k| 26789k|   3.1 |2085M|  63 |   8 |  70 |5821 |  70 |  21 |  20 |3537k|4124 | 0.000000e+00 |      --      |    Inf 
1652.35/1652.30	c  1652s|  8600k|  2727k| 26820k|   3.1 |2088M|  63 |   - |  70 |5823 |  70 |  21 |  20 |3541k|4124 | 0.000000e+00 |      --      |    Inf 
1654.35/1654.31	c  1654s|  8610k|  2730k| 26853k|   3.1 |2090M|  63 |   8 |  70 |6923 |  70 |  21 |  20 |3546k|4124 | 0.000000e+00 |      --      |    Inf 
1656.34/1656.38	c  1656s|  8620k|  2732k| 26886k|   3.1 |2093M|  63 |   - |  70 |7493 |  70 |  21 |  20 |3550k|4124 | 0.000000e+00 |      --      |    Inf 
1658.64/1658.62	c  1659s|  8630k|  2735k| 26917k|   3.1 |2095M|  63 |   8 |  70 |6983 |  70 |  21 |  20 |3555k|4128 | 0.000000e+00 |      --      |    Inf 
1660.65/1660.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1660.65/1660.66	c  1661s|  8640k|  2738k| 26949k|   3.1 |2098M|  63 |   8 |  70 |7512 |  70 |  21 |  20 |3559k|4128 | 0.000000e+00 |      --      |    Inf 
1662.74/1662.77	c  1663s|  8650k|  2741k| 26980k|   3.1 |2100M|  63 |   8 |  70 |7907 |  70 |  21 |  20 |3564k|4128 | 0.000000e+00 |      --      |    Inf 
1665.04/1665.09	c  1665s|  8660k|  2744k| 27011k|   3.1 |2102M|  63 |   8 |  70 |6897 |  70 |  21 |  20 |3568k|4129 | 0.000000e+00 |      --      |    Inf 
1667.04/1667.09	c  1667s|  8670k|  2747k| 27043k|   3.1 |2105M|  63 |   - |  70 |8077 |  70 |  21 |  20 |3572k|4130 | 0.000000e+00 |      --      |    Inf 
1669.25/1669.23	c  1669s|  8680k|  2750k| 27073k|   3.1 |2107M|  63 |   - |  70 |8738 |   0 |   0 |  20 |3576k|4130 | 0.000000e+00 |      --      |    Inf 
1671.45/1671.47	c  1671s|  8690k|  2754k| 27104k|   3.1 |2110M|  63 |   8 |  70 |7799 |  70 |  21 |  20 |3580k|4137 | 0.000000e+00 |      --      |    Inf 
1673.75/1673.72	c  1674s|  8700k|  2757k| 27134k|   3.1 |2112M|  63 |   8 |  70 |6393 |  70 |  21 |  20 |3584k|4137 | 0.000000e+00 |      --      |    Inf 
1675.85/1675.88	c  1676s|  8710k|  2759k| 27165k|   3.1 |2114M|  63 |   8 |  70 |6692 |  70 |  21 |  20 |3589k|4139 | 0.000000e+00 |      --      |    Inf 
1678.15/1678.18	c  1678s|  8720k|  2762k| 27196k|   3.1 |2116M|  63 |   8 |  70 |5924 |  70 |  21 |  20 |3593k|4139 | 0.000000e+00 |      --      |    Inf 
1680.35/1680.34	c  1680s|  8730k|  2765k| 27227k|   3.1 |2119M|  63 |   8 |  70 |6003 |  70 |  21 |  20 |3597k|4139 | 0.000000e+00 |      --      |    Inf 
1682.45/1682.41	c  1682s|  8740k|  2768k| 27258k|   3.1 |2121M|  63 |   8 |  70 |5632 |  70 |  21 |  20 |3602k|4139 | 0.000000e+00 |      --      |    Inf 
1684.55/1684.54	c  1685s|  8750k|  2771k| 27289k|   3.1 |2123M|  63 |   8 |  70 |5816 |  70 |  21 |  20 |3606k|4139 | 0.000000e+00 |      --      |    Inf 
1686.65/1686.66	c  1687s|  8760k|  2774k| 27320k|   3.1 |2126M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |3610k|4139 | 0.000000e+00 |      --      |    Inf 
1688.74/1688.76	c  1689s|  8770k|  2777k| 27352k|   3.1 |2128M|  63 |   8 |  70 |6322 |  70 |  21 |  20 |3614k|4139 | 0.000000e+00 |      --      |    Inf 
1690.76/1690.79	c  1691s|  8780k|  2780k| 27384k|   3.1 |2131M|  63 |   - |  70 |7764 |  70 |  21 |  20 |3619k|4139 | 0.000000e+00 |      --      |    Inf 
1693.05/1693.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1693.05/1693.05	c  1693s|  8790k|  2783k| 27415k|   3.1 |2133M|  63 |   8 |  70 |6621 |  70 |  21 |  20 |3623k|4139 | 0.000000e+00 |      --      |    Inf 
1695.05/1695.07	c  1695s|  8800k|  2786k| 27449k|   3.1 |2135M|  63 |   8 |  70 |7992 |  70 |  21 |  20 |3627k|4139 | 0.000000e+00 |      --      |    Inf 
1697.05/1697.06	c  1697s|  8810k|  2790k| 27480k|   3.1 |2138M|  63 |   - |  70 |8692 |  70 |  21 |  20 |3631k|4139 | 0.000000e+00 |      --      |    Inf 
1699.25/1699.20	c  1699s|  8820k|  2793k| 27512k|   3.1 |2141M|  63 |   - |  70 |9064 |  70 |  21 |  20 |3635k|4139 | 0.000000e+00 |      --      |    Inf 
1701.45/1701.42	c  1701s|  8830k|  2796k| 27544k|   3.1 |2143M|  63 |   8 |  70 |9153 |  70 |  21 |  20 |3640k|4139 | 0.000000e+00 |      --      |    Inf 
1703.65/1703.67	c  1704s|  8840k|  2799k| 27577k|   3.1 |2145M|  63 |   8 |  70 |9218 |  70 |  21 |  20 |3644k|4139 | 0.000000e+00 |      --      |    Inf 
1705.95/1705.98	c  1706s|  8850k|  2802k| 27608k|   3.1 |2147M|  63 |   8 |  70 |7923 |  70 |  21 |  20 |3648k|4140 | 0.000000e+00 |      --      |    Inf 
1708.05/1708.08	c  1708s|  8860k|  2805k| 27640k|   3.1 |2150M|  63 |   - |  70 |9028 |  70 |  21 |  20 |3653k|4140 | 0.000000e+00 |      --      |    Inf 
1710.35/1710.32	c  1710s|  8870k|  2808k| 27672k|   3.1 |2153M|  63 |   - |  70 |9455 |  70 |  21 |  20 |3657k|4140 | 0.000000e+00 |      --      |    Inf 
1712.76/1712.72	c  1713s|  8880k|  2811k| 27703k|   3.1 |2154M|  63 |   8 |  70 |7075 |  70 |  21 |  20 |3661k|4146 | 0.000000e+00 |      --      |    Inf 
1714.65/1714.67	c  1715s|  8890k|  2814k| 27734k|   3.1 |2157M|  63 |   - |  70 |7609 |  70 |  21 |  20 |3666k|4146 | 0.000000e+00 |      --      |    Inf 
1716.95/1716.94	c  1717s|  8900k|  2817k| 27765k|   3.1 |2159M|  63 |   8 |  70 |6963 |  70 |  21 |  20 |3670k|4146 | 0.000000e+00 |      --      |    Inf 
1718.94/1718.90	c  1719s|  8910k|  2821k| 27796k|   3.1 |2162M|  63 |   8 |  70 |8311 |  70 |  21 |  20 |3674k|4146 | 0.000000e+00 |      --      |    Inf 
1721.25/1721.23	c  1721s|  8920k|  2824k| 27826k|   3.1 |2164M|  63 |   - |  70 |6556 |  70 |  21 |  20 |3678k|4154 | 0.000000e+00 |      --      |    Inf 
1723.34/1723.30	c  1723s|  8930k|  2827k| 27857k|   3.1 |2166M|  63 |   - |  70 |7078 |  70 |  21 |  20 |3682k|4158 | 0.000000e+00 |      --      |    Inf 
1725.45/1725.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1725.45/1725.47	c  1725s|  8940k|  2830k| 27889k|   3.1 |2169M|  63 |   8 |  70 |6619 |  70 |  21 |  20 |3687k|4162 | 0.000000e+00 |      --      |    Inf 
1727.65/1727.63	c  1728s|  8950k|  2833k| 27920k|   3.1 |2171M|  63 |   8 |  70 |6358 |  70 |  21 |  20 |3691k|4164 | 0.000000e+00 |      --      |    Inf 
1729.75/1729.77	c  1730s|  8960k|  2836k| 27950k|   3.1 |2173M|  63 |   8 |  70 |6310 |  70 |  21 |  20 |3695k|4164 | 0.000000e+00 |      --      |    Inf 
1731.95/1731.91	c  1732s|  8970k|  2839k| 27982k|   3.1 |2176M|  63 |   8 |  70 |6505 |  70 |  21 |  20 |3700k|4166 | 0.000000e+00 |      --      |    Inf 
1734.05/1734.07	c  1734s|  8980k|  2842k| 28013k|   3.1 |2178M|  63 |   - |  70 |6575 |   0 |   0 |  20 |3704k|4166 | 0.000000e+00 |      --      |    Inf 
1736.15/1736.15	c  1736s|  8990k|  2844k| 28044k|   3.1 |2181M|  63 |   8 |  70 |6522 |  70 |  21 |  20 |3708k|4168 | 0.000000e+00 |      --      |    Inf 
1738.15/1738.14	c  1738s|  9000k|  2848k| 28076k|   3.1 |2183M|  63 |   8 |  70 |7517 |  70 |  21 |  20 |3712k|4168 | 0.000000e+00 |      --      |    Inf 
1740.05/1740.07	c  1740s|  9010k|  2851k| 28108k|   3.1 |2186M|  63 |   8 |  70 |7560 |  70 |  21 |  20 |3716k|4168 | 0.000000e+00 |      --      |    Inf 
1742.15/1742.14	c  1742s|  9020k|  2854k| 28138k|   3.1 |2188M|  63 |   - |  70 |8432 |  70 |  21 |  20 |3721k|4171 | 0.000000e+00 |      --      |    Inf 
1744.45/1744.44	c  1744s|  9030k|  2857k| 28169k|   3.1 |2190M|  63 |   8 |  70 |6798 |  70 |  21 |  20 |3725k|4173 | 0.000000e+00 |      --      |    Inf 
1746.65/1746.65	c  1747s|  9040k|  2860k| 28200k|   3.1 |2193M|  63 |   8 |  70 |5978 |  70 |  21 |  20 |3729k|4176 | 0.000000e+00 |      --      |    Inf 
1748.75/1748.72	c  1749s|  9050k|  2863k| 28232k|   3.1 |2195M|  63 |   8 |  70 |6050 |  70 |  21 |  20 |3733k|4180 | 0.000000e+00 |      --      |    Inf 
1750.95/1750.90	c  1751s|  9060k|  2866k| 28263k|   3.1 |2197M|  63 |   8 |  70 |5607 |  70 |  21 |  20 |3738k|4180 | 0.000000e+00 |      --      |    Inf 
1753.15/1753.15	c  1753s|  9070k|  2868k| 28294k|   3.1 |2200M|  63 |   8 |  70 |5611 |  70 |  21 |  20 |3742k|4181 | 0.000000e+00 |      --      |    Inf 
1755.35/1755.31	c  1755s|  9080k|  2871k| 28325k|   3.1 |2202M|  63 |   8 |  70 |5834 |  70 |  21 |  20 |3746k|4182 | 0.000000e+00 |      --      |    Inf 
1757.45/1757.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1757.45/1757.42	c  1757s|  9090k|  2874k| 28357k|   3.1 |2204M|  63 |   8 |  70 |6019 |  70 |  21 |  20 |3751k|4182 | 0.000000e+00 |      --      |    Inf 
1759.55/1759.55	c  1760s|  9100k|  2877k| 28389k|   3.1 |2207M|  63 |   - |  70 |6033 |  70 |  21 |  20 |3755k|4182 | 0.000000e+00 |      --      |    Inf 
1761.65/1761.68	c  1762s|  9110k|  2880k| 28420k|   3.1 |2209M|  63 |   - |  70 |6138 |  70 |  21 |  20 |3759k|4182 | 0.000000e+00 |      --      |    Inf 
1763.95/1763.97	c  1764s|  9120k|  2883k| 28451k|   3.1 |2211M|  63 |   8 |  70 |5552 |  70 |  21 |  20 |3763k|4182 | 0.000000e+00 |      --      |    Inf 
1766.25/1766.21	c  1766s|  9130k|  2886k| 28482k|   3.1 |2214M|  63 |   8 |  70 |5037 |  70 |  21 |  20 |3768k|4182 | 0.000000e+00 |      --      |    Inf 
1768.25/1768.29	c  1768s|  9140k|  2889k| 28512k|   3.1 |2216M|  63 |   8 |  70 |5560 |  70 |  21 |  20 |3772k|4182 | 0.000000e+00 |      --      |    Inf 
1770.35/1770.35	c  1770s|  9150k|  2892k| 28544k|   3.1 |2219M|  63 |   8 |  70 |6431 |  70 |  21 |  20 |3776k|4182 | 0.000000e+00 |      --      |    Inf 
1772.45/1772.45	c  1772s|  9160k|  2894k| 28576k|   3.1 |2221M|  63 |   8 |  70 |7171 |  70 |  21 |  20 |3781k|4182 | 0.000000e+00 |      --      |    Inf 
1774.85/1774.82	c  1775s|  9170k|  2897k| 28607k|   3.1 |2223M|  63 |   8 |  70 |6038 |  70 |  21 |  20 |3785k|4182 | 0.000000e+00 |      --      |    Inf 
1776.65/1776.69	c  1777s|  9180k|  2901k| 28637k|   3.1 |2226M|  63 |   8 |  70 |7231 |  70 |  21 |  20 |3789k|4182 | 0.000000e+00 |      --      |    Inf 
1778.95/1778.92	c  1779s|  9190k|  2904k| 28669k|   3.1 |2228M|  63 |   - |  70 |6464 |  70 |  21 |  20 |3793k|4185 | 0.000000e+00 |      --      |    Inf 
1781.15/1781.12	c  1781s|  9200k|  2907k| 28700k|   3.1 |2230M|  63 |   - |  70 |6102 |  70 |  21 |  20 |3797k|4187 | 0.000000e+00 |      --      |    Inf 
1783.35/1783.36	c  1783s|  9210k|  2909k| 28730k|   3.1 |2233M|  63 |   8 |  70 |6070 |  70 |  21 |  20 |3801k|4187 | 0.000000e+00 |      --      |    Inf 
1785.55/1785.60	c  1786s|  9220k|  2912k| 28762k|   3.1 |2235M|  63 |   8 |  70 |5994 |  70 |  21 |  20 |3806k|4192 | 0.000000e+00 |      --      |    Inf 
1787.76/1787.73	c  1788s|  9230k|  2915k| 28793k|   3.1 |2238M|  63 |   8 |  70 |5818 |  70 |  21 |  20 |3810k|4192 | 0.000000e+00 |      --      |    Inf 
1789.85/1789.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1789.85/1789.80	c  1790s|  9240k|  2919k| 28822k|   3.1 |2240M|  63 |   8 |  70 |6109 |  70 |  21 |  20 |3814k|4194 | 0.000000e+00 |      --      |    Inf 
1791.95/1791.95	c  1792s|  9250k|  2922k| 28853k|   3.1 |2242M|  63 |   8 |  70 |5987 |  70 |  21 |  20 |3818k|4196 | 0.000000e+00 |      --      |    Inf 
1794.06/1794.08	c  1794s|  9260k|  2925k| 28885k|   3.1 |2245M|  63 |   - |  70 |6439 |  70 |  21 |  20 |3823k|4196 | 0.000000e+00 |      --      |    Inf 
1796.36/1796.39	c  1796s|  9270k|  2927k| 28917k|   3.1 |2247M|  63 |   8 |  70 |6224 |  70 |  21 |  20 |3827k|4198 | 0.000000e+00 |      --      |    Inf 
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 9272889
1797.05/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.05/1797.00	c Gap                : infinite
1797.05/1797.00	s UNKNOWN
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.01 (included in solving)
1797.05/1797.00	c   reading          :       0.00 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3485337-1307772595.opb
1797.05/1797.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 17 initial, 17 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3485337-1307772595.opb
1797.05/1797.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 8 initial, 9941 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1797.05/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0    6117049          0          4          0        281       1218          0          0   12231344
1797.05/1797.00	c   linear           :          8+         7   20926922          0          0          3    2402953     112503    4556016          0          0          0
1797.05/1797.00	c   logicor          :          0+         6    8571139          0          0          0    5481852       7396    2920624          0          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :      36.78       0.00       0.00      36.78       0.00       0.00       0.00
1797.05/1797.00	c   linear           :      89.68       0.00      81.95       0.00       0.00       0.00       7.73
1797.05/1797.00	c   logicor          :     239.98       0.00     230.11       0.00       0.00       0.00       9.87
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          0          0          0          0
1797.05/1797.00	c   pseudoobj        :          0          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       2.73       2.73       0.00
1797.05/1797.00	c   rootredcost      :       2.81       2.81       0.00
1797.05/1797.00	c   pseudoobj        :       2.28       2.28       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       9.44     119899     113796     430388       49.1         62       40.4          -
1797.05/1797.00	c   infeasible LP    :      99.50    3051040    3050942    5826486       32.5      35617       37.2          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -    3111441       26.0          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -     717419       38.5          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 46)
1797.05/1797.00	c   redcost          :       8.34    6117054          0          0          0          0
1797.05/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       0.00          6          0          0          0          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.00          6          0          0         18          0
1797.05/1797.00	c   cmir             :       0.02          6          0          0         13          0
1797.05/1797.00	c   flowcover        :       0.02          6          0          0         20          0
1797.05/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.01          1          0          0          0          1
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :      33.41    6117049        281       1218          0          0   12231344
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   oneopt           :       2.62          0          0
1797.05/1797.00	c   crossover        :       1.48          0          0
1797.05/1797.00	c   guideddiving     :       0.15          0          0
1797.05/1797.00	c   intshifting      :       0.10          0          0
1797.05/1797.00	c   linesearchdiving :       0.12         32          0
1797.05/1797.00	c   feaspump         :       0.10         16          0
1797.05/1797.00	c   coefdiving       :       0.13         33          0
1797.05/1797.00	c   pscostdiving     :       0.13         33          0
1797.05/1797.00	c   fracdiving       :       0.12         33          0
1797.05/1797.00	c   veclendiving     :       0.12         33          0
1797.05/1797.00	c   objpscostdiving  :       0.11         17          0
1797.05/1797.00	c   rootsoldiving    :       0.12         17          0
1797.05/1797.00	c   trivial          :       0.00          2          0
1797.05/1797.00	c   shiftandpropagate:       0.00          1          0
1797.05/1797.00	c   simplerounding   :       1.13          0          0
1797.05/1797.00	c   zirounding       :      20.05          0          0
1797.05/1797.00	c   rounding         :       2.49      35045          0
1797.05/1797.00	c   shifting         :       4.18      11074          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.02          1          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.00          0          0
1797.05/1797.00	c   subnlp           :       1.13          0          0
1797.05/1797.00	c   trysol           :       1.54          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.05/1797.00	c   dual LP          :     619.16    9008922   28922374       3.21   46712.12
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:       0.09       1626       3188       1.96   35204.35
1797.05/1797.00	c   strong branching :       0.60       4198      28365       6.76   47273.66
1797.05/1797.00	c     (at root node) :          -         10        369      36.90          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :    9272889
1797.05/1797.00	c   nodes (total)    :    9272889
1797.05/1797.00	c   nodes left       :    2928573
1797.05/1797.00	c   max depth        :         63
1797.05/1797.00	c   max depth (total):         63
1797.05/1797.00	c   backtracks       :     818242 (8.8%)
1797.05/1797.00	c   delayed cutoffs  :      29883
1797.05/1797.00	c   repropagations   :    8244713 (2963246 domain reductions, 13587 cutoffs)
1797.05/1797.00	c   avg switch length:       5.49
1797.05/1797.00	c   switching time   :     364.16
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :          0 (0 improvements)
1797.05/1797.00	c   Primal Bound     :          -
1797.05/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.05/1797.00	c   Gap              :   infinite
1797.05/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.05/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-3485337-1307772595/watcher-3485337-1307772595 -o /tmp/evaluation-result-3485337-1307772595/solver-3485337-1307772595 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485337-1307772595.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.00 2.00 1.95 2/174 353
/proc/meminfo: memFree=31585624/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=6456 CPUtime=0 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 692 0 0 0 0 0 0 0 25 0 1 0 888859917 6610944 647 33554432000 4194304 8979876 140733729047760 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/353/statm: 1614 657 278 1169 0 441 0

[startup+0.099866 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 353
/proc/meminfo: memFree=31585624/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=23092 CPUtime=0.09 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 6268 0 0 0 8 1 0 0 25 0 1 0 888859917 23646208 4784 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 5773 4784 701 1169 0 4600 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23092

[startup+0.100868 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 353
/proc/meminfo: memFree=31585624/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=23092 CPUtime=0.09 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 6268 0 0 0 8 1 0 0 25 0 1 0 888859917 23646208 4784 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 5773 4784 701 1169 0 4600 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23092

[startup+0.300836 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 353
/proc/meminfo: memFree=31585624/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=23092 CPUtime=0.29 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 6272 0 0 0 25 4 0 0 25 0 1 0 888859917 23646208 4788 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 5773 4788 705 1169 0 4600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23092

[startup+0.700761 s]
/proc/loadavg: 2.00 2.00 1.95 2/174 353
/proc/meminfo: memFree=31585624/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=23092 CPUtime=0.69 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 6280 0 0 0 60 9 0 0 25 0 1 0 888859917 23646208 4796 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 5773 4796 705 1169 0 4600 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23092

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 354
/proc/meminfo: memFree=31568404/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=23092 CPUtime=1.49 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 6289 0 0 0 128 21 0 0 25 0 1 0 888859917 23646208 4805 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 5773 4805 705 1169 0 4600 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23092

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 354
/proc/meminfo: memFree=31567916/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=24620 CPUtime=3.09 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 6610 0 0 0 265 44 0 0 25 0 1 0 888859917 25210880 5126 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 6155 5126 705 1169 0 4982 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24620

[startup+6.30071 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 354
/proc/meminfo: memFree=31562236/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=30856 CPUtime=6.29 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 8191 0 0 0 540 89 0 0 25 0 1 0 888859917 31596544 6707 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 7714 6707 705 1169 0 6541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30856

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 354
/proc/meminfo: memFree=31549364/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=43316 CPUtime=12.69 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 11347 0 0 0 1092 177 0 0 25 0 1 0 888859917 44355584 9863 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 10829 9863 705 1169 0 9656 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43316

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 355
/proc/meminfo: memFree=31524828/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=66504 CPUtime=25.49 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 17248 0 0 0 2199 350 0 0 25 0 1 0 888859917 68100096 15764 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 16626 15764 705 1169 0 15453 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66504

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 355
/proc/meminfo: memFree=31481576/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=110436 CPUtime=51.09 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 27930 0 0 0 4411 698 0 0 25 0 1 0 888859917 113086464 26446 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 27609 26446 705 1169 0 26436 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110436

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 1.96 3/175 395
/proc/meminfo: memFree=31418832/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=197056 CPUtime=102.3 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 49011 0 0 0 8906 1324 0 0 25 0 1 0 888859917 201785344 47527 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 49264 47527 705 1169 0 48091 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 197056

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 1.96 3/175 396
/proc/meminfo: memFree=31325852/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=287580 CPUtime=162.3 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 72020 0 0 0 14213 2017 0 0 25 0 1 0 888859917 294481920 70536 33554432000 4194304 8979876 140733729047760 18446744073709551615 18446744073699065949 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 71895 70536 705 1169 0 70722 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 287580

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/175 398
/proc/meminfo: memFree=31230704/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=378004 CPUtime=222.3 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 93051 0 0 0 19552 2678 0 0 25 0 1 0 888859917 387076096 91567 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 94501 91567 705 1169 0 93328 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 378004

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 400
/proc/meminfo: memFree=31134280/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=462996 CPUtime=282.3 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 114637 0 0 0 24887 3343 0 0 25 0 1 0 888859917 474107904 113153 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 115749 113153 705 1169 0 114576 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 462996

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 401
/proc/meminfo: memFree=31037000/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=544288 CPUtime=342.3 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 135368 0 0 0 30245 3985 0 0 25 0 1 0 888859917 557350912 133884 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 136072 133884 705 1169 0 134899 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 544288

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 403
/proc/meminfo: memFree=30941564/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=624644 CPUtime=402.3 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 155879 0 0 0 35623 4607 0 0 25 0 1 0 888859917 639635456 154395 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 156161 154395 705 1169 0 154988 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 624644

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 404
/proc/meminfo: memFree=30844044/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=698480 CPUtime=462.31 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 174834 0 0 0 41015 5216 0 0 25 0 1 0 888859917 715243520 173350 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 174620 173350 705 1169 0 173447 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 698480

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 406
/proc/meminfo: memFree=30749004/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=798580 CPUtime=522.31 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 196024 0 0 0 46377 5854 0 0 25 0 1 0 888859917 817745920 194540 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 199645 194540 705 1169 0 198472 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 798580

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 408
/proc/meminfo: memFree=30661764/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=874036 CPUtime=582.31 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 215137 0 0 0 51777 6454 0 0 25 0 1 0 888859917 895012864 213653 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 218509 213653 705 1169 0 217336 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 874036

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/175 414
/proc/meminfo: memFree=30347676/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1169544 CPUtime=822.32 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 290663 0 0 0 73398 8834 0 0 25 0 1 0 888859917 1197613056 289179 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 292386 289179 705 1169 0 291213 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1169544

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 416
/proc/meminfo: memFree=30272960/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1240972 CPUtime=882.32 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 308610 0 0 0 78833 9399 0 0 25 0 1 0 888859917 1270755328 307126 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 310243 307126 705 1169 0 309070 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1240972

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 417
/proc/meminfo: memFree=30202728/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1308092 CPUtime=942.32 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 325853 0 0 0 84268 9964 0 0 25 0 1 0 888859917 1339486208 324369 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 327023 324369 705 1169 0 325850 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1308092

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 419
/proc/meminfo: memFree=30127652/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1379668 CPUtime=1002.32 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 344242 0 0 0 89706 10526 0 0 25 0 1 0 888859917 1412780032 342758 33554432000 4194304 8979876 140733729047760 18446744073709551615 6492544 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 344917 342758 705 1169 0 343744 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1379668

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 420
/proc/meminfo: memFree=30054912/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1452120 CPUtime=1062.33 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 362364 0 0 0 95151 11082 0 0 25 0 1 0 888859917 1486970880 360880 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 363030 360880 705 1169 0 361857 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1452120

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 422
/proc/meminfo: memFree=29982932/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1520488 CPUtime=1122.33 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 379980 0 0 0 100575 11658 0 0 25 0 1 0 888859917 1556979712 378496 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 380122 378496 705 1169 0 378949 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1520488

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 1.97 3/175 424
/proc/meminfo: memFree=29909960/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1624628 CPUtime=1182.33 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 398295 0 0 0 106023 12210 0 0 25 0 1 0 888859917 1663619072 396811 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 406157 396811 705 1169 0 404984 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1624628

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 425
/proc/meminfo: memFree=29839312/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1693176 CPUtime=1242.33 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 415916 0 0 0 111467 12766 0 0 25 0 1 0 888859917 1733812224 414432 33554432000 4194304 8979876 140733729047760 18446744073709551615 6702959 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 423294 414432 705 1169 0 422121 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1693176

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/175 427
/proc/meminfo: memFree=29766340/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1764264 CPUtime=1302.34 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 433593 0 0 0 116912 13322 0 0 25 0 1 0 888859917 1806606336 432109 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 441066 432109 705 1169 0 439893 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1764264

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/175 428
/proc/meminfo: memFree=29695224/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1833892 CPUtime=1362.33 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 451496 0 0 0 122351 13882 0 0 25 0 1 0 888859917 1877905408 450012 33554432000 4194304 8979876 140733729047760 18446744073709551615 18446744073699065949 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 458473 450012 705 1169 0 457300 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1833892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.97 3/175 430
/proc/meminfo: memFree=29622516/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1904164 CPUtime=1422.35 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 469534 0 0 0 127804 14431 0 0 25 0 1 0 888859917 1949863936 468050 33554432000 4194304 8979876 140733729047760 18446744073709551615 6702944 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 476041 468050 705 1169 0 474868 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 1904164

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 432
/proc/meminfo: memFree=29555108/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=1969584 CPUtime=1482.34 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 486349 0 0 0 133252 14982 0 0 25 0 1 0 888859917 2016854016 484865 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 492396 484865 705 1169 0 491223 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1969584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 433
/proc/meminfo: memFree=29486100/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=2036704 CPUtime=1542.34 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 503567 0 0 0 138700 15534 0 0 25 0 1 0 888859917 2085584896 502083 33554432000 4194304 8979876 140733729047760 18446744073709551615 6702944 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 509176 502083 705 1169 0 508003 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2036704

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 435
/proc/meminfo: memFree=29416844/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=2107788 CPUtime=1602.34 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 521114 0 0 0 144157 16077 0 0 25 0 1 0 888859917 2158374912 519630 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 526947 519630 705 1169 0 525774 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2107788

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 436
/proc/meminfo: memFree=29349704/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=2171740 CPUtime=1662.34 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 537550 0 0 0 149613 16621 0 0 25 0 1 0 888859917 2223861760 536066 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 542935 536066 705 1169 0 541762 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2171740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 438
/proc/meminfo: memFree=29280940/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=2239484 CPUtime=1722.35 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 554893 0 0 0 155093 17142 0 0 25 0 1 0 888859917 2293231616 553409 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 559871 553409 705 1169 0 558698 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 2239484

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/175 440
/proc/meminfo: memFree=29216276/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=2300872 CPUtime=1782.35 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 570702 0 0 0 160560 17675 0 0 25 0 1 0 888859917 2356092928 569218 33554432000 4194304 8979876 140733729047760 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/353/statm: 575218 569218 705 1169 0 574045 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2300872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 1.98 3/175 440
/proc/meminfo: memFree=29201376/32951124 swapFree=67064368/67111528
[pid=353] ppid=351 vsize=2315404 CPUtime=1800.05 cores=1,3,5,7
/proc/353/stat : 353 (scip-2.0.1.4_2.) R 351 353 29294 0 -1 4202496 574426 0 0 0 162201 17804 0 0 25 0 1 0 888859917 2370973696 572942 33554432000 4194304 8979876 140733729047760 18446744073709551615 6778271 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/353/statm: 578851 572942 708 1169 0 577678 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2315404

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): 1622.02
CPU system time (s): 178.129
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2315404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1622.02
system time used= 178.129
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1700

runsolver used 2.38964 second user time and 5.83711 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-11 08:09:55
IDJOB=3485337
IDBENCH=2898
IDSOLVER=1977
FILE ID=node105/3485337-1307772595
RUNJOBID= node105-1307767064-32348
PBS_JOBID= 13550855
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=646038598

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:     32951124 kB
MemFree:      31585936 kB
Buffers:        268592 kB
Cached:         802032 kB
SwapCached:      20132 kB
Active:         500812 kB
Inactive:       639688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31585936 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:           17124 kB
Writeback:           0 kB
AnonPages:       66968 kB
Mapped:          13336 kB
Slab:           160064 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219560 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= 74040 MiB
End job on node105 at 2011-06-11 08:39:57