Trace number 3450868

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.14 1800.11

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMd78f5121f87a7bad7fc74d5d3eacc32f
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 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3450868-1307095657.opb>
0.00/0.01	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	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.01	c (round 2) 1 del vars, 9 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c       8 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
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 |    48 |     - | 386k|   0 |   8 |  70 |  23 |  70 |   8 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   153 |     - | 435k|   0 |  12 |  70 |  23 |  70 |  13 |   5 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   161 |     - | 455k|   0 |  14 |  70 |  23 |  70 |  16 |   8 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   167 |     - | 473k|   0 |  16 |  70 |  23 |  70 |  19 |  11 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.1s|     1 |     0 |   168 |     - | 474k|   0 |  17 |  70 |  23 |  70 |  20 |  12 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   173 |     - | 475k|   0 |  18 |  70 |  23 |  70 |  21 |  13 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.05/0.07	c   0.1s|     1 |     0 |   174 |     - | 477k|   0 |  19 |  70 |  23 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.05/0.08	c   0.1s|     1 |     2 |   174 |     - | 478k|   0 |  19 |  70 |  23 |  70 |  22 |  14 |  15 |   9 | 0.000000e+00 |      --      |    Inf 
1.59/1.65	c   1.6s| 10000 |  5700 | 31214 |   3.1 |4143k|  61 |   - |  70 |2046 |  70 |  19 |  14 |2561 | 667 | 0.000000e+00 |      --      |    Inf 
3.20/3.21	c   3.2s| 20000 | 10647 | 62958 |   3.1 |6948k|  61 |   - |  70 |1747 |  70 |  19 |  14 |5534 | 908 | 0.000000e+00 |      --      |    Inf 
4.59/4.67	c   4.7s| 30000 | 15607 | 94629 |   3.1 |9628k|  62 |   8 |  70 |1424 |  70 |  19 |  14 |8484 |1090 | 0.000000e+00 |      --      |    Inf 
6.09/6.12	c   6.1s| 40000 | 20289 |125563 |   3.1 |  12M|  62 |   8 |  70 |1963 |  70 |  19 |  14 |  11k|1220 | 0.000000e+00 |      --      |    Inf 
7.60/7.61	c   7.6s| 50000 | 24848 |156688 |   3.1 |  15M|  62 |   8 |  70 |1945 |  70 |  19 |  14 |  14k|1338 | 0.000000e+00 |      --      |    Inf 
8.99/9.09	c   9.1s| 60000 | 29240 |188760 |   3.1 |  17M|  62 |   - |  70 |2240 |  70 |  19 |  14 |  18k|1443 | 0.000000e+00 |      --      |    Inf 
10.49/10.57	c  10.6s| 70000 | 33639 |220502 |   3.1 |  20M|  62 |   8 |  70 |2436 |  70 |  19 |  14 |  21k|1515 | 0.000000e+00 |      --      |    Inf 
12.00/12.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.00/12.09	c  12.1s| 80000 | 38012 |252722 |   3.2 |  23M|  62 |   8 |  70 |2410 |  70 |  19 |  14 |  24k|1599 | 0.000000e+00 |      --      |    Inf 
13.59/13.60	c  13.6s| 90000 | 42352 |285215 |   3.2 |  25M|  62 |   - |  70 |2553 |  70 |  19 |  14 |  28k|1657 | 0.000000e+00 |      --      |    Inf 
14.99/15.09	c  15.1s|100000 | 46534 |317696 |   3.2 |  28M|  62 |   8 |  70 |2524 |  70 |  19 |  14 |  31k|1711 | 0.000000e+00 |      --      |    Inf 
16.50/16.57	c  16.6s|110000 | 50729 |349493 |   3.2 |  31M|  62 |   8 |  70 |2837 |  70 |  19 |  14 |  35k|1756 | 0.000000e+00 |      --      |    Inf 
17.99/18.08	c  18.1s|120000 | 54978 |381474 |   3.2 |  33M|  62 |   8 |  70 |3022 |  70 |  19 |  14 |  38k|1796 | 0.000000e+00 |      --      |    Inf 
19.49/19.56	c  19.6s|130000 | 59314 |412131 |   3.2 |  36M|  62 |   8 |  70 |3001 |  70 |  19 |  14 |  41k|1842 | 0.000000e+00 |      --      |    Inf 
21.09/21.11	c  21.1s|140000 | 63186 |444425 |   3.2 |  39M|  62 |   8 |  70 |3041 |  70 |  19 |  14 |  45k|1869 | 0.000000e+00 |      --      |    Inf 
22.60/22.65	c  22.6s|150000 | 67281 |476073 |   3.2 |  41M|  62 |   8 |  70 |3344 |  70 |  19 |  14 |  49k|1900 | 0.000000e+00 |      --      |    Inf 
24.10/24.18	c  24.2s|160000 | 71471 |508210 |   3.2 |  44M|  62 |   - |  70 |3443 |  70 |  19 |  14 |  52k|1924 | 0.000000e+00 |      --      |    Inf 
25.69/25.74	c  25.7s|170000 | 75435 |540424 |   3.2 |  47M|  62 |   8 |  70 |3250 |  70 |  19 |  14 |  56k|1962 | 0.000000e+00 |      --      |    Inf 
27.19/27.27	c  27.3s|180000 | 79329 |571261 |   3.2 |  49M|  63 |   - |  70 |3671 |   0 |   0 |  14 |  59k|1988 | 0.000000e+00 |      --      |    Inf 
28.79/28.84	c  28.8s|190000 | 83345 |602888 |   3.2 |  52M|  63 |   8 |  70 |3444 |  70 |  19 |  14 |  63k|2023 | 0.000000e+00 |      --      |    Inf 
30.39/30.42	c  30.4s|200000 | 87218 |634225 |   3.2 |  54M|  63 |   8 |  70 |3463 |  70 |  19 |  14 |  67k|2048 | 0.000000e+00 |      --      |    Inf 
31.91/31.93	c  31.9s|210000 | 91225 |666119 |   3.2 |  57M|  63 |   8 |  70 |3986 |  70 |  19 |  14 |  70k|2074 | 0.000000e+00 |      --      |    Inf 
33.39/33.47	c  33.5s|220000 | 95228 |698280 |   3.2 |  59M|  63 |   8 |  70 |3606 |  70 |  19 |  14 |  74k|2113 | 0.000000e+00 |      --      |    Inf 
34.99/35.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.99/35.03	c  35.0s|230000 | 99115 |730459 |   3.2 |  62M|  63 |   - |  70 |3440 |  70 |  19 |  14 |  78k|2139 | 0.000000e+00 |      --      |    Inf 
36.59/36.60	c  36.6s|240000 |103003 |761585 |   3.2 |  65M|  63 |   8 |  70 |3528 |  70 |  19 |  14 |  81k|2169 | 0.000000e+00 |      --      |    Inf 
38.09/38.13	c  38.1s|250000 |107009 |793141 |   3.2 |  67M|  63 |   8 |  70 |3733 |  70 |  19 |  14 |  85k|2200 | 0.000000e+00 |      --      |    Inf 
39.61/39.66	c  39.7s|260000 |110835 |824259 |   3.2 |  70M|  63 |   - |  70 |4106 |  70 |  19 |  14 |  89k|2224 | 0.000000e+00 |      --      |    Inf 
41.08/41.18	c  41.2s|270000 |114928 |855052 |   3.2 |  72M|  63 |   - |  70 |4095 |  70 |  19 |  14 |  92k|2248 | 0.000000e+00 |      --      |    Inf 
42.69/42.79	c  42.8s|280000 |118939 |886723 |   3.2 |  75M|  63 |   - |  70 |3685 |  70 |  19 |  14 |  95k|2278 | 0.000000e+00 |      --      |    Inf 
44.39/44.42	c  44.4s|290000 |122713 |917930 |   3.2 |  77M|  63 |   - |  70 |3468 |  70 |  19 |  14 |  99k|2295 | 0.000000e+00 |      --      |    Inf 
45.68/45.74	c  45.7s|300000 |127981 |946211 |   3.2 |  80M|  63 |   8 |  70 |4548 |  70 |  19 |  14 | 102k|2306 | 0.000000e+00 |      --      |    Inf 
47.20/47.24	c  47.2s|310000 |131993 |975865 |   3.1 |  83M|  63 |   8 |  70 |4933 |  70 |  19 |  14 | 106k|2318 | 0.000000e+00 |      --      |    Inf 
48.69/48.73	c  48.7s|320000 |136254 |  1005k|   3.1 |  86M|  63 |   8 |  70 |5516 |  70 |  19 |  14 | 109k|2328 | 0.000000e+00 |      --      |    Inf 
50.29/50.38	c  50.4s|330000 |140309 |  1036k|   3.1 |  88M|  63 |   - |  70 |4332 |  70 |  19 |  14 | 113k|2339 | 0.000000e+00 |      --      |    Inf 
51.99/52.05	c  52.1s|340000 |144059 |  1067k|   3.1 |  91M|  63 |   8 |  70 |3595 |  70 |  19 |  14 | 116k|2351 | 0.000000e+00 |      --      |    Inf 
53.59/53.66	c  53.7s|350000 |147891 |  1099k|   3.1 |  93M|  63 |   - |  70 |3809 |  70 |  19 |  14 | 120k|2362 | 0.000000e+00 |      --      |    Inf 
55.19/55.29	c  55.3s|360000 |151666 |  1131k|   3.1 |  96M|  63 |   8 |  70 |3777 |  70 |  19 |  14 | 124k|2373 | 0.000000e+00 |      --      |    Inf 
56.79/56.82	c  56.8s|370000 |155791 |  1161k|   3.1 |  98M|  63 |   - |  70 |4034 |  70 |  19 |  14 | 127k|2386 | 0.000000e+00 |      --      |    Inf 
58.39/58.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.39/58.40	c  58.4s|380000 |159879 |  1191k|   3.1 | 101M|  63 |   8 |  70 |3869 |  70 |  19 |  14 | 131k|2396 | 0.000000e+00 |      --      |    Inf 
59.99/60.00	c  60.0s|390000 |163903 |  1223k|   3.1 | 103M|  63 |   8 |  70 |3943 |  70 |  19 |  14 | 134k|2408 | 0.000000e+00 |      --      |    Inf 
61.49/61.57	c  61.6s|400000 |167913 |  1253k|   3.1 | 106M|  63 |   8 |  70 |4073 |  70 |  19 |  14 | 138k|2419 | 0.000000e+00 |      --      |    Inf 
63.09/63.11	c  63.1s|410000 |171906 |  1284k|   3.1 | 109M|  63 |   - |  70 |4627 |  70 |  19 |  14 | 141k|2428 | 0.000000e+00 |      --      |    Inf 
64.69/64.76	c  64.8s|420000 |175850 |  1315k|   3.1 | 111M|  63 |   8 |  70 |3730 |  70 |  19 |  14 | 145k|2444 | 0.000000e+00 |      --      |    Inf 
66.29/66.38	c  66.4s|430000 |179749 |  1346k|   3.1 | 114M|  63 |   - |  70 |3937 |  70 |  19 |  14 | 149k|2462 | 0.000000e+00 |      --      |    Inf 
67.99/68.05	c  68.1s|440000 |183540 |  1378k|   3.1 | 116M|  63 |   - |  70 |4068 |  70 |  19 |  14 | 152k|2485 | 0.000000e+00 |      --      |    Inf 
69.59/69.62	c  69.6s|450000 |187699 |  1409k|   3.1 | 119M|  63 |   8 |  70 |4539 |  70 |  19 |  14 | 156k|2507 | 0.000000e+00 |      --      |    Inf 
71.08/71.14	c  71.1s|460000 |191866 |  1440k|   3.1 | 122M|  63 |   8 |  70 |4732 |  70 |  19 |  14 | 160k|2522 | 0.000000e+00 |      --      |    Inf 
72.68/72.72	c  72.7s|470000 |196067 |  1470k|   3.1 | 124M|  63 |   8 |  70 |4693 |  70 |  19 |  14 | 163k|2544 | 0.000000e+00 |      --      |    Inf 
74.19/74.25	c  74.3s|480000 |200288 |  1501k|   3.1 | 127M|  63 |   8 |  70 |4657 |  70 |  19 |  14 | 166k|2567 | 0.000000e+00 |      --      |    Inf 
75.80/75.91	c  75.9s|490000 |204071 |  1532k|   3.1 | 129M|  63 |   8 |  70 |3891 |  70 |  19 |  14 | 170k|2582 | 0.000000e+00 |      --      |    Inf 
77.39/77.42	c  77.4s|500000 |208222 |  1562k|   3.1 | 132M|  63 |   8 |  70 |4506 |  70 |  19 |  14 | 174k|2604 | 0.000000e+00 |      --      |    Inf 
78.98/79.06	c  79.1s|510000 |212083 |  1593k|   3.1 | 134M|  63 |   8 |  70 |4251 |  70 |  19 |  14 | 177k|2610 | 0.000000e+00 |      --      |    Inf 
80.59/80.66	c  80.7s|520000 |216158 |  1624k|   3.1 | 137M|  63 |   8 |  70 |4409 |  70 |  19 |  14 | 181k|2621 | 0.000000e+00 |      --      |    Inf 
82.19/82.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.19/82.27	c  82.3s|530000 |220304 |  1655k|   3.1 | 139M|  63 |   8 |  70 |3808 |  70 |  19 |  14 | 184k|2628 | 0.000000e+00 |      --      |    Inf 
83.68/83.78	c  83.8s|540000 |224511 |  1686k|   3.1 | 142M|  63 |   8 |  70 |3188 |  70 |  19 |  14 | 188k|2638 | 0.000000e+00 |      --      |    Inf 
85.18/85.26	c  85.3s|550000 |228855 |  1717k|   3.1 | 144M|  63 |   8 |  70 |4303 |  70 |  19 |  14 | 191k|2650 | 0.000000e+00 |      --      |    Inf 
86.69/86.78	c  86.8s|560000 |233108 |  1748k|   3.1 | 147M|  63 |   - |  70 |3781 |  70 |  19 |  14 | 195k|2665 | 0.000000e+00 |      --      |    Inf 
88.28/88.32	c  88.3s|570000 |237245 |  1778k|   3.1 | 150M|  63 |   8 |  70 |4507 |  70 |  19 |  14 | 198k|2677 | 0.000000e+00 |      --      |    Inf 
89.89/89.95	c  89.9s|580000 |241219 |  1808k|   3.1 | 152M|  63 |   8 |  70 |4051 |  70 |  19 |  14 | 202k|2690 | 0.000000e+00 |      --      |    Inf 
91.58/91.60	c  91.6s|590000 |244909 |  1839k|   3.1 | 155M|  63 |   8 |  70 |4128 |  70 |  19 |  14 | 205k|2696 | 0.000000e+00 |      --      |    Inf 
93.09/93.19	c  93.2s|600000 |248867 |  1871k|   3.1 | 157M|  63 |   8 |  70 |4078 |  70 |  19 |  14 | 209k|2703 | 0.000000e+00 |      --      |    Inf 
94.79/94.85	c  94.9s|610000 |252411 |  1901k|   3.1 | 160M|  63 |   8 |  70 |4324 |  70 |  19 |  14 | 213k|2715 | 0.000000e+00 |      --      |    Inf 
96.38/96.46	c  96.5s|620000 |256465 |  1932k|   3.1 | 162M|  63 |   - |  70 |4631 |  70 |  19 |  14 | 216k|2721 | 0.000000e+00 |      --      |    Inf 
97.98/98.03	c  98.0s|630000 |260395 |  1963k|   3.1 | 165M|  63 |   8 |  70 |4998 |  70 |  19 |  14 | 220k|2731 | 0.000000e+00 |      --      |    Inf 
99.68/99.72	c  99.7s|640000 |264359 |  1994k|   3.1 | 167M|  63 |   - |  70 |4546 |  70 |  19 |  14 | 224k|2738 | 0.000000e+00 |      --      |    Inf 
101.29/101.39	c   101s|650000 |268207 |  2025k|   3.1 | 170M|  63 |   8 |  70 |4556 |  70 |  19 |  14 | 227k|2744 | 0.000000e+00 |      --      |    Inf 
102.89/102.99	c   103s|660000 |272137 |  2055k|   3.1 | 173M|  63 |   - |  70 |4963 |  70 |  19 |  14 | 231k|2754 | 0.000000e+00 |      --      |    Inf 
104.51/104.59	c   105s|670000 |276227 |  2085k|   3.1 | 175M|  63 |   - |  70 |4686 |  70 |  19 |  14 | 235k|2761 | 0.000000e+00 |      --      |    Inf 
106.19/106.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.19/106.25	c   106s|680000 |280031 |  2115k|   3.1 | 178M|  63 |   8 |  70 |4542 |  70 |  19 |  14 | 238k|2768 | 0.000000e+00 |      --      |    Inf 
107.81/107.88	c   108s|690000 |284061 |  2146k|   3.1 | 180M|  63 |   8 |  70 |4506 |  70 |  19 |  14 | 242k|2776 | 0.000000e+00 |      --      |    Inf 
109.39/109.45	c   109s|700000 |288155 |  2177k|   3.1 | 183M|  63 |   8 |  70 |4812 |  70 |  19 |  14 | 245k|2785 | 0.000000e+00 |      --      |    Inf 
111.10/111.14	c   111s|710000 |292088 |  2206k|   3.1 | 185M|  63 |   8 |  70 |4357 |  70 |  19 |  14 | 249k|2797 | 0.000000e+00 |      --      |    Inf 
112.69/112.79	c   113s|720000 |296133 |  2236k|   3.1 | 188M|  63 |   - |  70 |4022 |  70 |  19 |  14 | 252k|2815 | 0.000000e+00 |      --      |    Inf 
114.49/114.52	c   115s|730000 |299605 |  2268k|   3.1 | 190M|  63 |   - |  70 |4071 |  70 |  19 |  14 | 256k|2831 | 0.000000e+00 |      --      |    Inf 
116.09/116.10	c   116s|740000 |303531 |  2299k|   3.1 | 193M|  63 |   8 |  70 |4953 |  70 |  19 |  14 | 260k|2853 | 0.000000e+00 |      --      |    Inf 
117.79/117.80	c   118s|750000 |307357 |  2329k|   3.1 | 195M|  63 |   - |  70 |4152 |  70 |  19 |  14 | 264k|2870 | 0.000000e+00 |      --      |    Inf 
119.29/119.39	c   119s|760000 |311327 |  2360k|   3.1 | 198M|  63 |   8 |  70 |4464 |  70 |  19 |  14 | 267k|2883 | 0.000000e+00 |      --      |    Inf 
121.09/121.10	c   121s|770000 |315093 |  2391k|   3.1 | 200M|  63 |   - |  70 |3857 |  70 |  19 |  14 | 271k|2899 | 0.000000e+00 |      --      |    Inf 
122.69/122.71	c   123s|780000 |319247 |  2422k|   3.1 | 203M|  63 |   8 |  70 |3793 |  70 |  19 |  14 | 275k|2916 | 0.000000e+00 |      --      |    Inf 
124.20/124.30	c   124s|790000 |323027 |  2453k|   3.1 | 205M|  63 |   8 |  70 |4769 |  70 |  19 |  14 | 278k|2930 | 0.000000e+00 |      --      |    Inf 
125.99/126.00	c   126s|800000 |326774 |  2484k|   3.1 | 208M|  63 |   - |  70 |4638 |  70 |  19 |  14 | 282k|2938 | 0.000000e+00 |      --      |    Inf 
127.49/127.56	c   128s|810000 |331051 |  2513k|   3.1 | 210M|  63 |   - |  70 |4739 |  70 |  19 |  14 | 285k|2944 | 0.000000e+00 |      --      |    Inf 
129.19/129.21	c   129s|820000 |335072 |  2545k|   3.1 | 213M|  63 |   8 |  70 |4534 |  70 |  19 |  14 | 289k|2961 | 0.000000e+00 |      --      |    Inf 
130.90/130.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.90/130.92	c   131s|830000 |338790 |  2575k|   3.1 | 216M|  63 |   - |  70 |4484 |  70 |  19 |  14 | 293k|2978 | 0.000000e+00 |      --      |    Inf 
132.49/132.59	c   133s|840000 |342701 |  2606k|   3.1 | 218M|  63 |   8 |  70 |4384 |  70 |  19 |  14 | 296k|2990 | 0.000000e+00 |      --      |    Inf 
134.10/134.16	c   134s|850000 |346813 |  2636k|   3.1 | 221M|  63 |   8 |  70 |4521 |  70 |  19 |  14 | 300k|3001 | 0.000000e+00 |      --      |    Inf 
135.69/135.77	c   136s|860000 |350594 |  2667k|   3.1 | 223M|  63 |   - |  70 |4555 |  70 |  19 |  14 | 304k|3011 | 0.000000e+00 |      --      |    Inf 
137.40/137.41	c   137s|870000 |354468 |  2698k|   3.1 | 226M|  63 |   8 |  70 |4757 |  70 |  19 |  14 | 307k|3020 | 0.000000e+00 |      --      |    Inf 
138.99/139.06	c   139s|880000 |358306 |  2728k|   3.1 | 228M|  63 |   8 |  70 |4690 |  70 |  19 |  14 | 311k|3031 | 0.000000e+00 |      --      |    Inf 
140.70/140.79	c   141s|890000 |362009 |  2759k|   3.1 | 231M|  63 |   8 |  70 |4196 |  70 |  19 |  14 | 315k|3042 | 0.000000e+00 |      --      |    Inf 
142.39/142.46	c   142s|900000 |365706 |  2790k|   3.1 | 233M|  63 |   8 |  70 |4652 |  70 |  19 |  14 | 319k|3054 | 0.000000e+00 |      --      |    Inf 
143.99/144.09	c   144s|910000 |369615 |  2821k|   3.1 | 236M|  63 |   8 |  70 |4932 |  70 |  19 |  14 | 322k|3061 | 0.000000e+00 |      --      |    Inf 
145.79/145.80	c   146s|920000 |373405 |  2852k|   3.1 | 238M|  63 |   8 |  70 |4325 |  70 |  19 |  14 | 326k|3074 | 0.000000e+00 |      --      |    Inf 
147.30/147.35	c   147s|930000 |377507 |  2883k|   3.1 | 241M|  63 |   8 |  70 |5469 |  70 |  19 |  14 | 329k|3087 | 0.000000e+00 |      --      |    Inf 
148.99/149.05	c   149s|940000 |381428 |  2913k|   3.1 | 243M|  63 |   8 |  70 |4702 |  70 |  19 |  14 | 333k|3098 | 0.000000e+00 |      --      |    Inf 
150.70/150.74	c   151s|950000 |385269 |  2943k|   3.1 | 246M|  63 |   8 |  70 |4220 |  70 |  19 |  14 | 337k|3112 | 0.000000e+00 |      --      |    Inf 
152.29/152.38	c   152s|960000 |389106 |  2973k|   3.1 | 248M|  63 |   8 |  70 |4842 |  70 |  19 |  14 | 340k|3125 | 0.000000e+00 |      --      |    Inf 
153.90/154.00	c   154s|970000 |393007 |  3004k|   3.1 | 251M|  63 |   8 |  70 |5208 |  70 |  19 |  14 | 344k|3139 | 0.000000e+00 |      --      |    Inf 
155.59/155.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.59/155.69	c   156s|980000 |396559 |  3034k|   3.1 | 253M|  63 |   8 |  70 |5151 |  70 |  19 |  14 | 348k|3152 | 0.000000e+00 |      --      |    Inf 
157.39/157.47	c   157s|990000 |400297 |  3065k|   3.1 | 256M|  63 |   - |  70 |4668 |  70 |  19 |  14 | 352k|3165 | 0.000000e+00 |      --      |    Inf 
159.09/159.12	c   159s|  1000k|403914 |  3095k|   3.1 | 258M|  63 |   8 |  70 |5220 |  70 |  19 |  14 | 355k|3177 | 0.000000e+00 |      --      |    Inf 
160.88/160.93	c   161s|  1010k|407492 |  3126k|   3.1 | 261M|  63 |   8 |  70 |4658 |  70 |  19 |  14 | 359k|3191 | 0.000000e+00 |      --      |    Inf 
162.59/162.65	c   163s|  1020k|411383 |  3156k|   3.1 | 263M|  63 |   8 |  70 |4430 |  70 |  19 |  14 | 363k|3199 | 0.000000e+00 |      --      |    Inf 
164.19/164.29	c   164s|  1030k|415463 |  3186k|   3.1 | 266M|  63 |   8 |  70 |4349 |  70 |  19 |  14 | 366k|3210 | 0.000000e+00 |      --      |    Inf 
165.88/165.95	c   166s|  1040k|419152 |  3217k|   3.1 | 268M|  63 |   8 |  70 |4965 |  70 |  19 |  14 | 370k|3223 | 0.000000e+00 |      --      |    Inf 
167.59/167.61	c   168s|  1050k|423062 |  3248k|   3.1 | 271M|  63 |   8 |  70 |5206 |  70 |  19 |  14 | 374k|3238 | 0.000000e+00 |      --      |    Inf 
169.19/169.26	c   169s|  1060k|426888 |  3279k|   3.1 | 274M|  63 |   8 |  70 |5362 |  70 |  19 |  14 | 377k|3246 | 0.000000e+00 |      --      |    Inf 
170.99/171.05	c   171s|  1070k|430593 |  3309k|   3.1 | 276M|  63 |   - |  70 |4534 |  70 |  19 |  14 | 381k|3262 | 0.000000e+00 |      --      |    Inf 
172.70/172.73	c   173s|  1080k|434387 |  3340k|   3.1 | 278M|  63 |   8 |  70 |4999 |  70 |  19 |  14 | 385k|3276 | 0.000000e+00 |      --      |    Inf 
174.39/174.47	c   174s|  1090k|438023 |  3370k|   3.1 | 281M|  63 |   - |  70 |4817 |  70 |  19 |  14 | 389k|3286 | 0.000000e+00 |      --      |    Inf 
176.09/176.15	c   176s|  1100k|441867 |  3400k|   3.1 | 283M|  63 |   8 |  70 |5077 |  70 |  19 |  14 | 392k|3296 | 0.000000e+00 |      --      |    Inf 
177.68/177.77	c   178s|  1110k|445962 |  3431k|   3.1 | 286M|  63 |   8 |  70 |5733 |  70 |  19 |  14 | 396k|3310 | 0.000000e+00 |      --      |    Inf 
179.39/179.41	c   179s|  1120k|450034 |  3461k|   3.1 | 289M|  63 |   - |  70 |5182 |  70 |  19 |  14 | 399k|3321 | 0.000000e+00 |      --      |    Inf 
180.89/180.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.89/180.98	c   181s|  1130k|454252 |  3491k|   3.1 | 291M|  63 |   - |  70 |5944 |  70 |  19 |  14 | 403k|3340 | 0.000000e+00 |      --      |    Inf 
182.69/182.77	c   183s|  1140k|457865 |  3521k|   3.1 | 294M|  63 |   8 |  70 |5273 |  70 |  19 |  14 | 407k|3358 | 0.000000e+00 |      --      |    Inf 
184.39/184.46	c   184s|  1150k|461718 |  3552k|   3.1 | 296M|  63 |   8 |  70 |4756 |  70 |  19 |  14 | 410k|3370 | 0.000000e+00 |      --      |    Inf 
185.80/185.87	c   186s|  1160k|466160 |  3581k|   3.1 | 299M|  63 |   8 |  70 |6226 |  70 |  19 |  14 | 414k|3379 | 0.000000e+00 |      --      |    Inf 
187.29/187.37	c   187s|  1170k|470535 |  3609k|   3.1 | 302M|  63 |   8 |  70 |7524 |  70 |  19 |  14 | 417k|3389 | 0.000000e+00 |      --      |    Inf 
188.99/189.05	c   189s|  1180k|474575 |  3639k|   3.1 | 304M|  63 |   8 |  70 |6723 |  70 |  19 |  14 | 420k|3398 | 0.000000e+00 |      --      |    Inf 
190.69/190.77	c   191s|  1190k|478542 |  3669k|   3.1 | 307M|  63 |   8 |  70 |5300 |  70 |  19 |  14 | 424k|3405 | 0.000000e+00 |      --      |    Inf 
192.40/192.43	c   192s|  1200k|482237 |  3699k|   3.1 | 309M|  63 |   - |  70 |5873 |  70 |  19 |  14 | 428k|3412 | 0.000000e+00 |      --      |    Inf 
194.09/194.17	c   194s|  1210k|486113 |  3730k|   3.1 | 312M|  63 |   8 |  70 |5177 |  70 |  19 |  14 | 431k|3423 | 0.000000e+00 |      --      |    Inf 
195.70/195.81	c   196s|  1220k|489952 |  3760k|   3.1 | 314M|  63 |   8 |  70 |5205 |  70 |  19 |  14 | 435k|3432 | 0.000000e+00 |      --      |    Inf 
197.49/197.52	c   198s|  1230k|493449 |  3790k|   3.1 | 317M|  63 |   - |  70 |5001 |  70 |  19 |  14 | 439k|3439 | 0.000000e+00 |      --      |    Inf 
199.29/199.32	c   199s|  1240k|496919 |  3820k|   3.1 | 319M|  63 |   8 |  70 |4109 |  70 |  19 |  14 | 443k|3446 | 0.000000e+00 |      --      |    Inf 
200.89/200.93	c   201s|  1250k|500697 |  3852k|   3.1 | 322M|  63 |   8 |  70 |5507 |  70 |  19 |  14 | 447k|3455 | 0.000000e+00 |      --      |    Inf 
202.59/202.64	c   203s|  1260k|504487 |  3882k|   3.1 | 324M|  63 |   - |  70 |5267 |  70 |  19 |  14 | 450k|3461 | 0.000000e+00 |      --      |    Inf 
204.29/204.34	c   204s|  1270k|508274 |  3912k|   3.1 | 327M|  63 |   - |  70 |5211 |  70 |  19 |  14 | 454k|3469 | 0.000000e+00 |      --      |    Inf 
206.09/206.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.09/206.12	c   206s|  1280k|511921 |  3943k|   3.1 | 329M|  63 |   8 |  70 |5213 |  70 |  19 |  14 | 458k|3475 | 0.000000e+00 |      --      |    Inf 
207.70/207.76	c   208s|  1290k|515995 |  3974k|   3.1 | 332M|  63 |   - |  70 |5370 |  70 |  19 |  14 | 462k|3480 | 0.000000e+00 |      --      |    Inf 
209.29/209.37	c   209s|  1300k|520160 |  4004k|   3.1 | 334M|  63 |   - |  70 |5499 |  70 |  19 |  14 | 465k|3489 | 0.000000e+00 |      --      |    Inf 
210.79/210.89	c   211s|  1310k|524345 |  4035k|   3.1 | 337M|  63 |   8 |  70 |6737 |  70 |  19 |  14 | 468k|3494 | 0.000000e+00 |      --      |    Inf 
212.49/212.56	c   213s|  1320k|528172 |  4065k|   3.1 | 340M|  63 |   8 |  70 |6716 |  70 |  19 |  14 | 472k|3503 | 0.000000e+00 |      --      |    Inf 
214.29/214.30	c   214s|  1330k|531870 |  4096k|   3.1 | 342M|  63 |   - |  70 |5516 |  70 |  19 |  14 | 476k|3509 | 0.000000e+00 |      --      |    Inf 
216.09/216.12	c   216s|  1340k|535421 |  4127k|   3.1 | 344M|  63 |   8 |  70 |4945 |  70 |  19 |  14 | 480k|3514 | 0.000000e+00 |      --      |    Inf 
217.81/217.83	c   218s|  1350k|539060 |  4158k|   3.1 | 347M|  63 |   - |  70 |5008 |  70 |  19 |  14 | 483k|3521 | 0.000000e+00 |      --      |    Inf 
219.49/219.60	c   220s|  1360k|542659 |  4188k|   3.1 | 349M|  63 |   8 |  70 |5354 |  70 |  19 |  14 | 487k|3527 | 0.000000e+00 |      --      |    Inf 
221.19/221.29	c   221s|  1370k|546595 |  4219k|   3.1 | 352M|  63 |   - |  70 |4952 |  70 |  19 |  14 | 491k|3532 | 0.000000e+00 |      --      |    Inf 
222.89/222.99	c   223s|  1380k|550281 |  4250k|   3.1 | 354M|  63 |   - |  70 |5283 |  70 |  19 |  14 | 495k|3539 | 0.000000e+00 |      --      |    Inf 
224.69/224.75	c   225s|  1390k|554208 |  4280k|   3.1 | 357M|  63 |   - |  70 |4261 |  70 |  19 |  14 | 498k|3552 | 0.000000e+00 |      --      |    Inf 
226.50/226.51	c   227s|  1400k|557895 |  4311k|   3.1 | 359M|  63 |   8 |  70 |4099 |  70 |  19 |  14 | 502k|3560 | 0.000000e+00 |      --      |    Inf 
228.19/228.26	c   228s|  1410k|561507 |  4341k|   3.1 | 362M|  63 |   - |  70 |4691 |  70 |  19 |  14 | 506k|3564 | 0.000000e+00 |      --      |    Inf 
229.91/229.92	c   230s|  1420k|565379 |  4371k|   3.1 | 364M|  63 |   - |  70 |5099 |  70 |  19 |  14 | 509k|3572 | 0.000000e+00 |      --      |    Inf 
231.60/231.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.60/231.65	c   232s|  1430k|569199 |  4401k|   3.1 | 367M|  63 |   8 |  70 |4774 |  70 |  19 |  14 | 513k|3575 | 0.000000e+00 |      --      |    Inf 
233.29/233.39	c   233s|  1440k|573081 |  4432k|   3.1 | 369M|  63 |   8 |  70 |5040 |  70 |  19 |  14 | 517k|3585 | 0.000000e+00 |      --      |    Inf 
234.99/235.06	c   235s|  1450k|576911 |  4462k|   3.1 | 372M|  63 |   8 |  70 |5078 |  70 |  19 |  14 | 520k|3593 | 0.000000e+00 |      --      |    Inf 
236.69/236.77	c   237s|  1460k|580562 |  4492k|   3.1 | 374M|  63 |   8 |  70 |5066 |  70 |  19 |  14 | 524k|3599 | 0.000000e+00 |      --      |    Inf 
238.39/238.48	c   238s|  1470k|584214 |  4523k|   3.1 | 377M|  63 |   8 |  70 |5268 |  70 |  19 |  14 | 528k|3608 | 0.000000e+00 |      --      |    Inf 
240.09/240.17	c   240s|  1480k|588054 |  4553k|   3.1 | 379M|  63 |   8 |  70 |5307 |  70 |  19 |  14 | 532k|3614 | 0.000000e+00 |      --      |    Inf 
241.90/241.97	c   242s|  1490k|591873 |  4583k|   3.1 | 382M|  63 |   8 |  70 |4600 |  70 |  19 |  14 | 535k|3618 | 0.000000e+00 |      --      |    Inf 
243.59/243.65	c   244s|  1500k|595558 |  4613k|   3.1 | 384M|  63 |   - |  70 |5346 |  70 |  19 |  14 | 539k|3624 | 0.000000e+00 |      --      |    Inf 
245.39/245.48	c   245s|  1510k|599079 |  4643k|   3.1 | 387M|  63 |   8 |  70 |5012 |  70 |  19 |  14 | 543k|3629 | 0.000000e+00 |      --      |    Inf 
246.99/247.08	c   247s|  1520k|603219 |  4673k|   3.1 | 389M|  63 |   8 |  70 |5244 |  70 |  19 |  14 | 547k|3637 | 0.000000e+00 |      --      |    Inf 
248.79/248.83	c   249s|  1530k|607107 |  4703k|   3.1 | 392M|  63 |   8 |  70 |4461 |  70 |  19 |  14 | 550k|3643 | 0.000000e+00 |      --      |    Inf 
250.39/250.44	c   250s|  1540k|611070 |  4734k|   3.1 | 394M|  63 |   - |  70 |5395 |  70 |  19 |  14 | 554k|3649 | 0.000000e+00 |      --      |    Inf 
252.19/252.21	c   252s|  1550k|614843 |  4763k|   3.1 | 397M|  63 |   - |  70 |5649 |  70 |  19 |  14 | 558k|3659 | 0.000000e+00 |      --      |    Inf 
253.89/253.95	c   254s|  1560k|618472 |  4794k|   3.1 | 400M|  63 |   8 |  70 |5648 |  70 |  19 |  14 | 561k|3669 | 0.000000e+00 |      --      |    Inf 
255.69/255.78	c   256s|  1570k|622162 |  4824k|   3.1 | 402M|  63 |   8 |  70 |5258 |  70 |  19 |  14 | 565k|3673 | 0.000000e+00 |      --      |    Inf 
257.49/257.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.49/257.51	c   258s|  1580k|625940 |  4855k|   3.1 | 404M|  63 |   8 |  70 |5451 |  70 |  19 |  14 | 569k|3681 | 0.000000e+00 |      --      |    Inf 
259.19/259.27	c   259s|  1590k|629819 |  4885k|   3.1 | 407M|  63 |   - |  70 |5003 |  70 |  19 |  14 | 573k|3695 | 0.000000e+00 |      --      |    Inf 
260.99/261.04	c   261s|  1600k|633226 |  4916k|   3.1 | 409M|  63 |   8 |  70 |5135 |  70 |  19 |  14 | 577k|3701 | 0.000000e+00 |      --      |    Inf 
262.69/262.77	c   263s|  1610k|637166 |  4947k|   3.1 | 412M|  63 |   8 |  70 |5178 |  70 |  19 |  14 | 580k|3709 | 0.000000e+00 |      --      |    Inf 
264.49/264.53	c   265s|  1620k|640687 |  4978k|   3.1 | 414M|  63 |   8 |  70 |5289 |  70 |  19 |  14 | 584k|3715 | 0.000000e+00 |      --      |    Inf 
266.39/266.41	c   266s|  1630k|644241 |  5008k|   3.1 | 417M|  63 |   - |  70 |4850 |  70 |  19 |  14 | 588k|3720 | 0.000000e+00 |      --      |    Inf 
268.09/268.18	c   268s|  1640k|647933 |  5039k|   3.1 | 419M|  63 |   8 |  70 |4821 |  70 |  19 |  14 | 592k|3726 | 0.000000e+00 |      --      |    Inf 
269.89/269.95	c   270s|  1650k|651681 |  5069k|   3.1 | 422M|  63 |   8 |  70 |5013 |  70 |  19 |  14 | 595k|3732 | 0.000000e+00 |      --      |    Inf 
271.60/271.63	c   272s|  1660k|655683 |  5099k|   3.1 | 424M|  63 |   8 |  70 |5256 |  70 |  19 |  14 | 599k|3738 | 0.000000e+00 |      --      |    Inf 
273.39/273.43	c   273s|  1670k|659417 |  5129k|   3.1 | 427M|  63 |   8 |  70 |4913 |  70 |  19 |  14 | 603k|3747 | 0.000000e+00 |      --      |    Inf 
275.09/275.16	c   275s|  1680k|663167 |  5161k|   3.1 | 429M|  63 |   8 |  70 |5272 |  70 |  19 |  14 | 606k|3755 | 0.000000e+00 |      --      |    Inf 
276.79/276.87	c   277s|  1690k|666988 |  5192k|   3.1 | 432M|  63 |   8 |  70 |5977 |  70 |  19 |  14 | 610k|3760 | 0.000000e+00 |      --      |    Inf 
278.49/278.58	c   279s|  1700k|670575 |  5223k|   3.1 | 434M|  63 |   8 |  70 |6226 |  70 |  19 |  14 | 614k|3769 | 0.000000e+00 |      --      |    Inf 
280.40/280.50	c   281s|  1710k|674070 |  5254k|   3.1 | 437M|  63 |   8 |  70 |5386 |  70 |  19 |  14 | 618k|3776 | 0.000000e+00 |      --      |    Inf 
282.09/282.13	c   282s|  1720k|678181 |  5284k|   3.1 | 439M|  63 |   - |  70 |6742 |  70 |  19 |  14 | 622k|3781 | 0.000000e+00 |      --      |    Inf 
283.70/283.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.70/283.77	c   284s|  1730k|682010 |  5315k|   3.1 | 442M|  63 |   8 |  70 |7684 |  70 |  19 |  14 | 625k|3792 | 0.000000e+00 |      --      |    Inf 
285.49/285.51	c   286s|  1740k|685677 |  5344k|   3.1 | 444M|  63 |   8 |  70 |7414 |  70 |  19 |  14 | 629k|3797 | 0.000000e+00 |      --      |    Inf 
287.29/287.34	c   287s|  1750k|689381 |  5375k|   3.1 | 447M|  63 |   - |  70 |6468 |  70 |  19 |  14 | 633k|3805 | 0.000000e+00 |      --      |    Inf 
289.09/289.16	c   289s|  1760k|693111 |  5406k|   3.1 | 449M|  63 |   8 |  70 |6054 |  70 |  19 |  14 | 637k|3811 | 0.000000e+00 |      --      |    Inf 
290.99/291.02	c   291s|  1770k|696603 |  5436k|   3.1 | 452M|  63 |   - |  70 |5731 |  70 |  19 |  14 | 641k|3818 | 0.000000e+00 |      --      |    Inf 
292.79/292.89	c   293s|  1780k|700007 |  5467k|   3.1 | 454M|  63 |   8 |  70 |5321 |  70 |  19 |  14 | 645k|3823 | 0.000000e+00 |      --      |    Inf 
294.70/294.74	c   295s|  1790k|703587 |  5497k|   3.1 | 456M|  63 |   - |  70 |4982 |  70 |  19 |  14 | 648k|3828 | 0.000000e+00 |      --      |    Inf 
296.39/296.48	c   296s|  1800k|707455 |  5527k|   3.1 | 459M|  63 |   8 |  70 |5230 |  70 |  19 |  14 | 652k|3834 | 0.000000e+00 |      --      |    Inf 
298.19/298.27	c   298s|  1810k|711089 |  5558k|   3.1 | 461M|  63 |   8 |  70 |5524 |  70 |  19 |  14 | 656k|3844 | 0.000000e+00 |      --      |    Inf 
300.09/300.14	c   300s|  1820k|714703 |  5588k|   3.1 | 464M|  63 |   8 |  70 |5107 |  70 |  19 |  14 | 660k|3850 | 0.000000e+00 |      --      |    Inf 
301.90/301.94	c   302s|  1830k|718246 |  5618k|   3.1 | 466M|  63 |   8 |  70 |5452 |  70 |  19 |  14 | 663k|3856 | 0.000000e+00 |      --      |    Inf 
303.69/303.77	c   304s|  1840k|721845 |  5649k|   3.1 | 469M|  63 |   - |  70 |4644 |  70 |  19 |  14 | 667k|3864 | 0.000000e+00 |      --      |    Inf 
305.49/305.54	c   306s|  1850k|725489 |  5679k|   3.1 | 471M|  63 |   - |  70 |4643 |  70 |  19 |  14 | 671k|3873 | 0.000000e+00 |      --      |    Inf 
307.30/307.32	c   307s|  1860k|728954 |  5709k|   3.1 | 474M|  63 |   - |  70 |5187 |  70 |  19 |  14 | 675k|3878 | 0.000000e+00 |      --      |    Inf 
309.01/309.11	c   309s|  1870k|732458 |  5739k|   3.1 | 476M|  63 |   - |  70 |4773 |  70 |  19 |  14 | 679k|3884 | 0.000000e+00 |      --      |    Inf 
310.80/310.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
310.80/310.82	c   311s|  1880k|736236 |  5769k|   3.1 | 479M|  63 |   8 |  70 |5100 |  70 |  19 |  14 | 682k|3889 | 0.000000e+00 |      --      |    Inf 
312.41/312.46	c   312s|  1890k|739478 |  5800k|   3.1 | 481M|  63 |   8 |  70 |6657 |  70 |  19 |  14 | 687k|3893 | 0.000000e+00 |      --      |    Inf 
314.29/314.33	c   314s|  1900k|743098 |  5831k|   3.1 | 484M|  63 |   8 |  70 |5239 |  70 |  19 |  14 | 690k|3900 | 0.000000e+00 |      --      |    Inf 
315.99/316.09	c   316s|  1910k|746539 |  5861k|   3.1 | 486M|  63 |   - |  70 |5596 |  70 |  19 |  14 | 694k|3907 | 0.000000e+00 |      --      |    Inf 
317.80/317.82	c   318s|  1920k|750351 |  5891k|   3.1 | 489M|  63 |   8 |  70 |5647 |  70 |  19 |  14 | 698k|3910 | 0.000000e+00 |      --      |    Inf 
319.50/319.59	c   320s|  1930k|754273 |  5921k|   3.1 | 491M|  63 |   8 |  70 |5558 |  70 |  19 |  14 | 702k|3910 | 0.000000e+00 |      --      |    Inf 
321.29/321.33	c   321s|  1940k|757798 |  5952k|   3.1 | 494M|  63 |   - |  70 |5598 |  70 |  19 |  14 | 706k|3910 | 0.000000e+00 |      --      |    Inf 
322.99/323.06	c   323s|  1950k|761594 |  5981k|   3.1 | 496M|  63 |   8 |  70 |5901 |  70 |  19 |  14 | 709k|3910 | 0.000000e+00 |      --      |    Inf 
324.59/324.68	c   325s|  1960k|765865 |  6011k|   3.1 | 499M|  63 |   - |  70 |6629 |  70 |  19 |  14 | 713k|3910 | 0.000000e+00 |      --      |    Inf 
326.40/326.41	c   326s|  1970k|769554 |  6042k|   3.1 | 501M|  63 |   8 |  70 |5805 |  70 |  19 |  14 | 716k|3910 | 0.000000e+00 |      --      |    Inf 
328.20/328.22	c   328s|  1980k|773421 |  6071k|   3.1 | 503M|  63 |   8 |  70 |5197 |  70 |  19 |  14 | 720k|3910 | 0.000000e+00 |      --      |    Inf 
330.01/330.06	c   330s|  1990k|776992 |  6102k|   3.1 | 506M|  63 |   8 |  70 |4851 |  70 |  19 |  14 | 724k|3910 | 0.000000e+00 |      --      |    Inf 
331.89/331.92	c   332s|  2000k|780523 |  6132k|   3.1 | 508M|  63 |   8 |  70 |4981 |  70 |  19 |  14 | 728k|3910 | 0.000000e+00 |      --      |    Inf 
333.69/333.72	c   334s|  2010k|784207 |  6162k|   3.1 | 511M|  63 |   8 |  70 |5202 |  70 |  19 |  14 | 731k|3910 | 0.000000e+00 |      --      |    Inf 
335.29/335.35	c   335s|  2020k|788212 |  6193k|   3.1 | 514M|  63 |   8 |  70 |6211 |  70 |  19 |  14 | 735k|3910 | 0.000000e+00 |      --      |    Inf 
336.79/336.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.79/336.88	c   337s|  2030k|792608 |  6221k|   3.1 | 517M|  63 |   8 |  70 |7791 |  70 |  19 |  14 | 738k|3910 | 0.000000e+00 |      --      |    Inf 
338.59/338.62	c   339s|  2040k|796508 |  6249k|   3.1 | 519M|  63 |   8 |  70 |7164 |  70 |  19 |  14 | 742k|3910 | 0.000000e+00 |      --      |    Inf 
340.49/340.54	c   341s|  2050k|800129 |  6280k|   3.1 | 521M|  63 |   - |  70 |6275 |  70 |  19 |  14 | 746k|3910 | 0.000000e+00 |      --      |    Inf 
342.40/342.48	c   342s|  2060k|803652 |  6310k|   3.1 | 523M|  63 |   8 |  70 |5228 |  70 |  19 |  14 | 750k|3910 | 0.000000e+00 |      --      |    Inf 
344.31/344.32	c   344s|  2070k|807211 |  6340k|   3.1 | 526M|  63 |   8 |  70 |4915 |  70 |  19 |  14 | 754k|3910 | 0.000000e+00 |      --      |    Inf 
345.99/346.06	c   346s|  2080k|810896 |  6370k|   3.1 | 528M|  63 |   8 |  70 |5547 |  70 |  19 |  14 | 757k|3911 | 0.000000e+00 |      --      |    Inf 
347.69/347.73	c   348s|  2090k|814798 |  6400k|   3.1 | 531M|  63 |   8 |  70 |5842 |  70 |  19 |  14 | 761k|3915 | 0.000000e+00 |      --      |    Inf 
349.49/349.50	c   349s|  2100k|818547 |  6431k|   3.1 | 533M|  63 |   8 |  70 |5423 |  70 |  19 |  14 | 765k|3921 | 0.000000e+00 |      --      |    Inf 
351.09/351.16	c   351s|  2110k|822307 |  6461k|   3.1 | 536M|  63 |   8 |  70 |6066 |  70 |  19 |  14 | 768k|3926 | 0.000000e+00 |      --      |    Inf 
352.90/352.96	c   353s|  2120k|825944 |  6491k|   3.1 | 539M|  63 |   8 |  70 |5612 |  70 |  19 |  14 | 772k|3932 | 0.000000e+00 |      --      |    Inf 
354.79/354.85	c   355s|  2130k|829390 |  6521k|   3.1 | 541M|  63 |   8 |  70 |5485 |  70 |  19 |  14 | 776k|3938 | 0.000000e+00 |      --      |    Inf 
356.50/356.52	c   357s|  2140k|832909 |  6551k|   3.1 | 544M|  63 |   8 |  70 |6520 |  70 |  19 |  14 | 780k|3945 | 0.000000e+00 |      --      |    Inf 
358.39/358.40	c   358s|  2150k|836494 |  6581k|   3.1 | 546M|  63 |   - |  70 |6131 |  70 |  19 |  14 | 784k|3949 | 0.000000e+00 |      --      |    Inf 
360.19/360.27	c   360s|  2160k|839899 |  6612k|   3.1 | 548M|  63 |   8 |  70 |5602 |  70 |  19 |  14 | 788k|3953 | 0.000000e+00 |      --      |    Inf 
361.99/362.08	c   362s|  2170k|843514 |  6642k|   3.1 | 551M|  63 |   8 |  70 |5608 |  70 |  19 |  14 | 792k|3957 | 0.000000e+00 |      --      |    Inf 
363.79/363.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
363.79/363.85	c   364s|  2180k|847059 |  6673k|   3.1 | 553M|  63 |   - |  70 |6160 |  70 |  19 |  14 | 796k|3962 | 0.000000e+00 |      --      |    Inf 
365.69/365.71	c   366s|  2190k|850580 |  6704k|   3.1 | 556M|  63 |   - |  70 |5749 |  70 |  19 |  14 | 799k|3968 | 0.000000e+00 |      --      |    Inf 
367.60/367.62	c   368s|  2200k|854158 |  6734k|   3.1 | 558M|  63 |   8 |  70 |5436 |  70 |  19 |  14 | 803k|3975 | 0.000000e+00 |      --      |    Inf 
369.30/369.38	c   369s|  2210k|857810 |  6764k|   3.1 | 561M|  63 |   8 |  70 |6342 |  70 |  19 |  14 | 807k|3984 | 0.000000e+00 |      --      |    Inf 
371.30/371.31	c   371s|  2220k|861309 |  6795k|   3.1 | 563M|  63 |   - |  70 |5731 |  70 |  19 |  14 | 811k|3990 | 0.000000e+00 |      --      |    Inf 
373.19/373.22	c   373s|  2230k|864774 |  6825k|   3.1 | 566M|  63 |   8 |  70 |5586 |  70 |  19 |  14 | 815k|4001 | 0.000000e+00 |      --      |    Inf 
375.01/375.08	c   375s|  2240k|868543 |  6854k|   3.1 | 568M|  63 |   8 |  70 |5340 |  70 |  19 |  14 | 819k|4007 | 0.000000e+00 |      --      |    Inf 
376.79/376.89	c   377s|  2250k|872142 |  6884k|   3.1 | 571M|  63 |   8 |  70 |5739 |  70 |  19 |  14 | 822k|4014 | 0.000000e+00 |      --      |    Inf 
378.70/378.77	c   379s|  2260k|875667 |  6915k|   3.1 | 573M|  63 |   8 |  70 |5271 |  70 |  19 |  14 | 826k|4021 | 0.000000e+00 |      --      |    Inf 
380.61/380.62	c   381s|  2270k|879051 |  6945k|   3.1 | 575M|  63 |   - |  70 |5283 |  70 |  19 |  14 | 830k|4027 | 0.000000e+00 |      --      |    Inf 
382.30/382.32	c   382s|  2280k|882780 |  6975k|   3.1 | 578M|  63 |   8 |  70 |5671 |  70 |  19 |  14 | 834k|4036 | 0.000000e+00 |      --      |    Inf 
384.09/384.16	c   384s|  2290k|886293 |  7005k|   3.1 | 580M|  63 |   8 |  70 |5338 |  70 |  19 |  14 | 838k|4040 | 0.000000e+00 |      --      |    Inf 
385.70/385.79	c   386s|  2300k|890037 |  7036k|   3.1 | 583M|  63 |   8 |  70 |6453 |  70 |  19 |  14 | 842k|4044 | 0.000000e+00 |      --      |    Inf 
387.50/387.59	c   388s|  2310k|893652 |  7066k|   3.1 | 586M|  63 |   8 |  70 |6494 |  70 |  19 |  14 | 845k|4051 | 0.000000e+00 |      --      |    Inf 
389.30/389.41	c   389s|  2320k|897290 |  7097k|   3.1 | 588M|  63 |   - |  70 |6364 |  70 |  19 |  14 | 849k|4060 | 0.000000e+00 |      --      |    Inf 
391.20/391.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.20/391.27	c   391s|  2330k|900904 |  7126k|   3.1 | 590M|  63 |   8 |  70 |6232 |  70 |  19 |  14 | 853k|4068 | 0.000000e+00 |      --      |    Inf 
393.10/393.13	c   393s|  2340k|904514 |  7156k|   3.1 | 593M|  63 |   8 |  70 |6042 |  70 |  19 |  14 | 857k|4073 | 0.000000e+00 |      --      |    Inf 
394.91/394.92	c   395s|  2350k|908488 |  7186k|   3.1 | 595M|  63 |   - |  70 |6171 |  70 |  19 |  14 | 860k|4077 | 0.000000e+00 |      --      |    Inf 
396.89/396.93	c   397s|  2360k|912047 |  7215k|   3.1 | 598M|  63 |   - |  70 |5215 |  70 |  19 |  14 | 864k|4077 | 0.000000e+00 |      --      |    Inf 
398.59/398.61	c   399s|  2370k|916266 |  7245k|   3.1 | 600M|  63 |   - |  70 |5885 |  70 |  19 |  14 | 868k|4084 | 0.000000e+00 |      --      |    Inf 
400.19/400.24	c   400s|  2380k|920339 |  7274k|   3.1 | 603M|  63 |   8 |  70 |7137 |  70 |  19 |  14 | 871k|4087 | 0.000000e+00 |      --      |    Inf 
402.09/402.20	c   402s|  2390k|923781 |  7304k|   3.1 | 605M|  63 |   8 |  70 |5986 |  70 |  19 |  14 | 875k|4091 | 0.000000e+00 |      --      |    Inf 
403.79/403.83	c   404s|  2400k|927834 |  7335k|   3.1 | 608M|  63 |   - |  70 |6558 |  70 |  19 |  14 | 879k|4092 | 0.000000e+00 |      --      |    Inf 
405.59/405.65	c   406s|  2410k|931795 |  7365k|   3.1 | 610M|  63 |   8 |  70 |5432 |  70 |  19 |  14 | 882k|4092 | 0.000000e+00 |      --      |    Inf 
407.40/407.47	c   407s|  2420k|935409 |  7396k|   3.1 | 613M|  63 |   8 |  70 |5487 |  70 |  19 |  14 | 886k|4092 | 0.000000e+00 |      --      |    Inf 
409.11/409.14	c   409s|  2430k|939793 |  7425k|   3.1 | 615M|  63 |   - |  70 |5861 |  70 |  19 |  14 | 889k|4092 | 0.000000e+00 |      --      |    Inf 
411.09/411.13	c   411s|  2440k|943327 |  7455k|   3.1 | 618M|  63 |   8 |  70 |5225 |  70 |  19 |  14 | 893k|4092 | 0.000000e+00 |      --      |    Inf 
412.99/413.01	c   413s|  2450k|946886 |  7485k|   3.1 | 620M|  63 |   - |  70 |5153 |  70 |  19 |  14 | 897k|4092 | 0.000000e+00 |      --      |    Inf 
414.80/414.89	c   415s|  2460k|950507 |  7515k|   3.1 | 622M|  63 |   - |  70 |5384 |  70 |  19 |  14 | 901k|4092 | 0.000000e+00 |      --      |    Inf 
416.59/416.63	c   417s|  2470k|954498 |  7544k|   3.1 | 625M|  63 |   8 |  70 |6173 |  70 |  19 |  14 | 904k|4092 | 0.000000e+00 |      --      |    Inf 
418.50/418.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
418.50/418.55	c   419s|  2480k|958023 |  7574k|   3.1 | 628M|  63 |   - |  70 |5920 |  70 |  19 |  14 | 908k|4092 | 0.000000e+00 |      --      |    Inf 
420.39/420.41	c   420s|  2490k|961559 |  7604k|   3.1 | 630M|  63 |   8 |  70 |5114 |  70 |  19 |  14 | 912k|4092 | 0.000000e+00 |      --      |    Inf 
422.20/422.29	c   422s|  2500k|964981 |  7635k|   3.1 | 632M|  63 |   8 |  70 |5098 |  70 |  19 |  14 | 916k|4092 | 0.000000e+00 |      --      |    Inf 
424.10/424.20	c   424s|  2510k|968508 |  7665k|   3.1 | 635M|  63 |   8 |  70 |5143 |  70 |  19 |  14 | 920k|4092 | 0.000000e+00 |      --      |    Inf 
426.00/426.09	c   426s|  2520k|972095 |  7695k|   3.1 | 637M|  63 |   8 |  70 |4949 |  70 |  19 |  14 | 924k|4092 | 0.000000e+00 |      --      |    Inf 
427.70/427.78	c   428s|  2530k|975925 |  7725k|   3.1 | 640M|  63 |   - |  70 |6028 |  70 |  19 |  14 | 927k|4092 | 0.000000e+00 |      --      |    Inf 
429.60/429.64	c   430s|  2540k|979520 |  7755k|   3.1 | 642M|  63 |   - |  70 |5277 |  70 |  19 |  14 | 931k|4092 | 0.000000e+00 |      --      |    Inf 
431.49/431.51	c   432s|  2550k|983175 |  7785k|   3.1 | 645M|  63 |   - |  70 |5352 |  70 |  19 |  14 | 935k|4092 | 0.000000e+00 |      --      |    Inf 
433.20/433.20	c   433s|  2560k|987270 |  7815k|   3.1 | 647M|  63 |   8 |  70 |5347 |  70 |  19 |  14 | 939k|4092 | 0.000000e+00 |      --      |    Inf 
434.90/434.97	c   435s|  2570k|990956 |  7845k|   3.1 | 650M|  63 |   - |  70 |5671 |  70 |  19 |  14 | 942k|4092 | 0.000000e+00 |      --      |    Inf 
436.60/436.63	c   437s|  2580k|994611 |  7874k|   3.1 | 652M|  63 |   8 |  70 |6549 |  70 |  19 |  14 | 946k|4092 | 0.000000e+00 |      --      |    Inf 
438.30/438.35	c   438s|  2590k|998212 |  7903k|   3.1 | 655M|  63 |   - |  70 |6395 |  70 |  19 |  14 | 950k|4092 | 0.000000e+00 |      --      |    Inf 
440.10/440.11	c   440s|  2600k|  1002k|  7933k|   3.1 | 657M|  63 |   8 |  70 |6325 |  70 |  19 |  14 | 954k|4092 | 0.000000e+00 |      --      |    Inf 
441.90/441.97	c   442s|  2610k|  1006k|  7962k|   3.1 | 660M|  63 |   8 |  70 |5962 |  70 |  19 |  14 | 957k|4092 | 0.000000e+00 |      --      |    Inf 
444.00/444.01	c   444s|  2620k|  1009k|  7992k|   3.1 | 662M|  63 |   8 |  70 |5401 |  70 |  19 |  14 | 961k|4092 | 0.000000e+00 |      --      |    Inf 
445.70/445.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
445.70/445.78	c   446s|  2630k|  1013k|  8023k|   3.1 | 665M|  63 |   8 |  70 |5887 |  70 |  19 |  14 | 965k|4092 | 0.000000e+00 |      --      |    Inf 
447.49/447.58	c   448s|  2640k|  1016k|  8054k|   3.1 | 667M|  63 |   8 |  70 |5948 |  70 |  19 |  14 | 969k|4092 | 0.000000e+00 |      --      |    Inf 
449.39/449.46	c   449s|  2650k|  1020k|  8083k|   3.1 | 670M|  63 |   8 |  70 |5488 |  70 |  19 |  14 | 973k|4092 | 0.000000e+00 |      --      |    Inf 
451.30/451.34	c   451s|  2660k|  1023k|  8113k|   3.1 | 672M|  63 |   8 |  70 |4638 |  70 |  19 |  14 | 976k|4092 | 0.000000e+00 |      --      |    Inf 
453.10/453.16	c   453s|  2670k|  1027k|  8143k|   3.0 | 674M|  63 |   8 |  70 |5229 |  70 |  19 |  14 | 980k|4092 | 0.000000e+00 |      --      |    Inf 
454.79/454.86	c   455s|  2680k|  1031k|  8172k|   3.0 | 677M|  63 |   8 |  70 |5635 |  70 |  19 |  14 | 984k|4092 | 0.000000e+00 |      --      |    Inf 
456.51/456.56	c   457s|  2690k|  1035k|  8201k|   3.0 | 680M|  63 |   - |  70 |6600 |  70 |  19 |  14 | 987k|4092 | 0.000000e+00 |      --      |    Inf 
458.20/458.25	c   458s|  2700k|  1039k|  8229k|   3.0 | 682M|  63 |   - |  70 |6863 |  70 |  19 |  14 | 991k|4092 | 0.000000e+00 |      --      |    Inf 
460.00/460.04	c   460s|  2710k|  1043k|  8259k|   3.0 | 685M|  63 |   8 |  70 |6772 |  70 |  19 |  14 | 994k|4092 | 0.000000e+00 |      --      |    Inf 
461.90/461.93	c   462s|  2720k|  1047k|  8289k|   3.0 | 687M|  63 |   8 |  70 |6470 |  70 |  19 |  14 | 998k|4092 | 0.000000e+00 |      --      |    Inf 
463.70/463.70	c   464s|  2730k|  1050k|  8319k|   3.0 | 690M|  63 |   - |  70 |7181 |  70 |  19 |  14 |1002k|4092 | 0.000000e+00 |      --      |    Inf 
465.39/465.49	c   465s|  2740k|  1053k|  8350k|   3.0 | 692M|  63 |   8 |  70 |7632 |  70 |  19 |  14 |1006k|4092 | 0.000000e+00 |      --      |    Inf 
467.51/467.51	c   468s|  2750k|  1057k|  8380k|   3.0 | 695M|  63 |   8 |  70 |6033 |  70 |  19 |  14 |1010k|4092 | 0.000000e+00 |      --      |    Inf 
469.50/469.51	c   470s|  2760k|  1060k|  8409k|   3.0 | 697M|  63 |   - |  70 |5924 |  70 |  19 |  14 |1014k|4092 | 0.000000e+00 |      --      |    Inf 
471.39/471.40	c   471s|  2770k|  1063k|  8440k|   3.0 | 699M|  63 |   8 |  70 |5461 |  70 |  19 |  14 |1018k|4092 | 0.000000e+00 |      --      |    Inf 
473.20/473.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
473.20/473.22	c   473s|  2780k|  1067k|  8470k|   3.0 | 702M|  63 |   8 |  70 |5769 |  70 |  19 |  14 |1022k|4092 | 0.000000e+00 |      --      |    Inf 
475.00/475.08	c   475s|  2790k|  1071k|  8500k|   3.0 | 704M|  63 |   8 |  70 |5743 |  70 |  19 |  14 |1026k|4092 | 0.000000e+00 |      --      |    Inf 
476.80/476.88	c   477s|  2800k|  1074k|  8530k|   3.0 | 707M|  63 |   8 |  70 |6338 |  70 |  19 |  14 |1029k|4092 | 0.000000e+00 |      --      |    Inf 
478.80/478.80	c   479s|  2810k|  1077k|  8560k|   3.0 | 709M|  63 |   - |  70 |6250 |  70 |  19 |  14 |1033k|4092 | 0.000000e+00 |      --      |    Inf 
480.61/480.71	c   481s|  2820k|  1081k|  8590k|   3.0 | 712M|  63 |   - |  70 |5980 |  70 |  19 |  14 |1037k|4092 | 0.000000e+00 |      --      |    Inf 
482.49/482.57	c   483s|  2830k|  1085k|  8620k|   3.0 | 714M|  63 |   - |  70 |5968 |  70 |  19 |  14 |1041k|4092 | 0.000000e+00 |      --      |    Inf 
484.49/484.52	c   485s|  2840k|  1088k|  8650k|   3.0 | 717M|  63 |   8 |  70 |5475 |  70 |  19 |  14 |1045k|4092 | 0.000000e+00 |      --      |    Inf 
486.00/486.03	c   486s|  2850k|  1093k|  8678k|   3.0 | 720M|  63 |   8 |  70 |7260 |  70 |  19 |  14 |1048k|4092 | 0.000000e+00 |      --      |    Inf 
487.89/487.92	c   488s|  2860k|  1096k|  8707k|   3.0 | 722M|  63 |   8 |  70 |6152 |  70 |  19 |  14 |1052k|4092 | 0.000000e+00 |      --      |    Inf 
489.79/489.83	c   490s|  2870k|  1100k|  8737k|   3.0 | 724M|  63 |   - |  70 |5855 |  70 |  19 |  14 |1056k|4092 | 0.000000e+00 |      --      |    Inf 
491.72/491.73	c   492s|  2880k|  1103k|  8768k|   3.0 | 727M|  63 |   8 |  70 |5662 |  70 |  19 |  14 |1060k|4092 | 0.000000e+00 |      --      |    Inf 
493.49/493.53	c   494s|  2890k|  1107k|  8797k|   3.0 | 729M|  63 |   8 |  70 |5594 |  70 |  19 |  14 |1063k|4092 | 0.000000e+00 |      --      |    Inf 
495.09/495.13	c   495s|  2900k|  1112k|  8825k|   3.0 | 732M|  63 |   8 |  70 |6353 |  70 |  19 |  14 |1067k|4092 | 0.000000e+00 |      --      |    Inf 
496.70/496.72	c   497s|  2910k|  1116k|  8854k|   3.0 | 735M|  63 |   8 |  70 |7685 |  70 |  19 |  14 |1070k|4092 | 0.000000e+00 |      --      |    Inf 
498.39/498.40	c   498s|  2920k|  1120k|  8882k|   3.0 | 737M|  63 |   - |  70 |7923 |  70 |  19 |  14 |1074k|4092 | 0.000000e+00 |      --      |    Inf 
500.10/500.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.10/500.19	c   500s|  2930k|  1124k|  8911k|   3.0 | 740M|  63 |   8 |  70 |7503 |  70 |  19 |  14 |1077k|4092 | 0.000000e+00 |      --      |    Inf 
502.00/502.02	c   502s|  2940k|  1128k|  8940k|   3.0 | 742M|  63 |   8 |  70 |7319 |  70 |  19 |  14 |1081k|4092 | 0.000000e+00 |      --      |    Inf 
503.90/503.98	c   504s|  2950k|  1131k|  8969k|   3.0 | 744M|  63 |   - |  70 |5821 |  70 |  19 |  14 |1085k|4092 | 0.000000e+00 |      --      |    Inf 
505.79/505.86	c   506s|  2960k|  1135k|  8999k|   3.0 | 747M|  63 |   - |  70 |5515 |  70 |  19 |  14 |1089k|4092 | 0.000000e+00 |      --      |    Inf 
507.80/507.82	c   508s|  2970k|  1138k|  9030k|   3.0 | 749M|  63 |   8 |  70 |5497 |  70 |  19 |  14 |1093k|4092 | 0.000000e+00 |      --      |    Inf 
509.60/509.67	c   510s|  2980k|  1142k|  9059k|   3.0 | 752M|  63 |   - |  70 |5567 |  70 |  19 |  14 |1096k|4092 | 0.000000e+00 |      --      |    Inf 
511.59/511.60	c   512s|  2990k|  1145k|  9089k|   3.0 | 754M|  63 |   - |  70 |5719 |  70 |  19 |  14 |1100k|4092 | 0.000000e+00 |      --      |    Inf 
513.20/513.21	c   513s|  3000k|  1149k|  9118k|   3.0 | 757M|  63 |   8 |  70 |6917 |  70 |  19 |  14 |1104k|4092 | 0.000000e+00 |      --      |    Inf 
515.00/515.04	c   515s|  3010k|  1153k|  9148k|   3.0 | 759M|  63 |   8 |  70 |6291 |  70 |  19 |  14 |1108k|4092 | 0.000000e+00 |      --      |    Inf 
516.80/516.88	c   517s|  3020k|  1156k|  9180k|   3.0 | 762M|  63 |   - |  70 |6429 |  70 |  19 |  14 |1112k|4092 | 0.000000e+00 |      --      |    Inf 
518.90/518.90	c   519s|  3030k|  1160k|  9210k|   3.0 | 764M|  63 |   8 |  70 |5273 |  70 |  19 |  14 |1115k|4092 | 0.000000e+00 |      --      |    Inf 
520.70/520.79	c   521s|  3040k|  1163k|  9239k|   3.0 | 766M|  63 |   - |  70 |5765 |  70 |  19 |  14 |1119k|4092 | 0.000000e+00 |      --      |    Inf 
522.60/522.69	c   523s|  3050k|  1167k|  9270k|   3.0 | 769M|  63 |   8 |  70 |5549 |  70 |  19 |  14 |1123k|4092 | 0.000000e+00 |      --      |    Inf 
524.29/524.33	c   524s|  3060k|  1171k|  9299k|   3.0 | 772M|  63 |   8 |  70 |7137 |  70 |  19 |  14 |1126k|4092 | 0.000000e+00 |      --      |    Inf 
526.10/526.13	c   526s|  3070k|  1175k|  9330k|   3.0 | 774M|  63 |   8 |  70 |6905 |  70 |  19 |  14 |1130k|4092 | 0.000000e+00 |      --      |    Inf 
527.80/527.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.80/527.82	c   528s|  3080k|  1179k|  9359k|   3.0 | 777M|  63 |   8 |  70 |7778 |  70 |  19 |  14 |1134k|4092 | 0.000000e+00 |      --      |    Inf 
529.60/529.66	c   530s|  3090k|  1183k|  9388k|   3.0 | 779M|  63 |   8 |  70 |7408 |  70 |  19 |  14 |1137k|4092 | 0.000000e+00 |      --      |    Inf 
531.60/531.62	c   532s|  3100k|  1187k|  9418k|   3.0 | 782M|  63 |   - |  70 |6375 |  70 |  19 |  14 |1141k|4092 | 0.000000e+00 |      --      |    Inf 
533.52/533.59	c   534s|  3110k|  1190k|  9447k|   3.0 | 784M|  63 |   8 |  70 |5490 |  70 |  19 |  14 |1145k|4092 | 0.000000e+00 |      --      |    Inf 
535.40/535.49	c   535s|  3120k|  1194k|  9478k|   3.0 | 786M|  63 |   8 |  70 |5298 |  70 |  19 |  14 |1149k|4092 | 0.000000e+00 |      --      |    Inf 
537.40/537.43	c   537s|  3130k|  1197k|  9507k|   3.0 | 789M|  63 |   8 |  70 |5470 |  70 |  19 |  14 |1153k|4092 | 0.000000e+00 |      --      |    Inf 
539.40/539.45	c   539s|  3140k|  1201k|  9537k|   3.0 | 791M|  63 |   8 |  70 |4584 |  70 |  19 |  14 |1157k|4092 | 0.000000e+00 |      --      |    Inf 
541.22/541.25	c   541s|  3150k|  1204k|  9566k|   3.0 | 794M|  63 |   8 |  70 |5109 |  70 |  19 |  14 |1160k|4092 | 0.000000e+00 |      --      |    Inf 
542.90/542.92	c   543s|  3160k|  1208k|  9598k|   3.0 | 796M|  63 |   8 |  70 |6126 |  70 |  19 |  14 |1164k|4092 | 0.000000e+00 |      --      |    Inf 
544.69/544.75	c   545s|  3170k|  1212k|  9628k|   3.0 | 799M|  63 |   8 |  70 |5500 |  70 |  19 |  14 |1168k|4092 | 0.000000e+00 |      --      |    Inf 
546.61/546.64	c   547s|  3180k|  1216k|  9658k|   3.0 | 801M|  63 |   - |  70 |5437 |  70 |  19 |  14 |1172k|4092 | 0.000000e+00 |      --      |    Inf 
548.30/548.33	c   548s|  3190k|  1220k|  9688k|   3.0 | 804M|  63 |   8 |  70 |6639 |  70 |  19 |  14 |1175k|4092 | 0.000000e+00 |      --      |    Inf 
549.90/549.98	c   550s|  3200k|  1223k|  9716k|   3.0 | 807M|  63 |   - |  70 |7661 |  70 |  19 |  14 |1179k|4092 | 0.000000e+00 |      --      |    Inf 
551.80/551.86	c   552s|  3210k|  1227k|  9746k|   3.0 | 809M|  63 |   - |  70 |7323 |  70 |  19 |  14 |1183k|4092 | 0.000000e+00 |      --      |    Inf 
553.80/553.86	c   554s|  3220k|  1230k|  9775k|   3.0 | 811M|  63 |   - |  70 |5897 |  70 |  19 |  14 |1187k|4092 | 0.000000e+00 |      --      |    Inf 
555.60/555.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
555.60/555.66	c   556s|  3230k|  1234k|  9804k|   3.0 | 814M|  63 |   - |  70 |6284 |  70 |  19 |  14 |1190k|4092 | 0.000000e+00 |      --      |    Inf 
557.50/557.53	c   558s|  3240k|  1238k|  9834k|   3.0 | 816M|  63 |   - |  70 |6348 |  70 |  19 |  14 |1194k|4092 | 0.000000e+00 |      --      |    Inf 
559.40/559.46	c   559s|  3250k|  1241k|  9864k|   3.0 | 818M|  63 |   8 |  70 |5874 |  70 |  19 |  14 |1198k|4092 | 0.000000e+00 |      --      |    Inf 
561.30/561.33	c   561s|  3260k|  1245k|  9893k|   3.0 | 821M|  63 |   8 |  70 |5536 |  70 |  19 |  14 |1202k|4092 | 0.000000e+00 |      --      |    Inf 
563.00/563.08	c   563s|  3270k|  1248k|  9925k|   3.0 | 823M|  63 |   - |  70 |6727 |  70 |  19 |  14 |1206k|4092 | 0.000000e+00 |      --      |    Inf 
564.90/564.96	c   565s|  3280k|  1252k|  9956k|   3.0 | 826M|  63 |   8 |  70 |6073 |  70 |  19 |  14 |1210k|4092 | 0.000000e+00 |      --      |    Inf 
566.89/566.96	c   567s|  3290k|  1256k|  9985k|   3.0 | 828M|  63 |   8 |  70 |4861 |  70 |  19 |  14 |1214k|4092 | 0.000000e+00 |      --      |    Inf 
568.71/568.72	c   569s|  3300k|  1259k| 10014k|   3.0 | 831M|  63 |   - |  70 |5709 |  70 |  19 |  14 |1217k|4092 | 0.000000e+00 |      --      |    Inf 
570.50/570.52	c   571s|  3310k|  1263k| 10043k|   3.0 | 833M|  63 |   - |  70 |5789 |  70 |  19 |  14 |1221k|4092 | 0.000000e+00 |      --      |    Inf 
572.40/572.47	c   572s|  3320k|  1267k| 10073k|   3.0 | 835M|  63 |   8 |  70 |5680 |  70 |  19 |  14 |1225k|4092 | 0.000000e+00 |      --      |    Inf 
574.30/574.31	c   574s|  3330k|  1270k| 10102k|   3.0 | 838M|  63 |   8 |  70 |6076 |  70 |  19 |  14 |1229k|4092 | 0.000000e+00 |      --      |    Inf 
576.20/576.21	c   576s|  3340k|  1274k| 10131k|   3.0 | 841M|  63 |   - |  70 |6330 |  70 |  19 |  14 |1232k|4092 | 0.000000e+00 |      --      |    Inf 
577.90/577.99	c   578s|  3350k|  1278k| 10160k|   3.0 | 843M|  63 |   - |  70 |6729 |  70 |  19 |  14 |1236k|4092 | 0.000000e+00 |      --      |    Inf 
579.90/579.98	c   580s|  3360k|  1281k| 10189k|   3.0 | 845M|  63 |   8 |  70 |5842 |  70 |  19 |  14 |1240k|4092 | 0.000000e+00 |      --      |    Inf 
581.92/581.99	c   582s|  3370k|  1285k| 10219k|   3.0 | 848M|  63 |   8 |  70 |5413 |  70 |  19 |  14 |1244k|4092 | 0.000000e+00 |      --      |    Inf 
583.80/583.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
583.80/583.84	c   584s|  3380k|  1288k| 10249k|   3.0 | 850M|  63 |   8 |  70 |5826 |  70 |  19 |  14 |1247k|4092 | 0.000000e+00 |      --      |    Inf 
585.70/585.73	c   586s|  3390k|  1292k| 10279k|   3.0 | 853M|  63 |   - |  70 |6720 |  70 |  19 |  14 |1251k|4092 | 0.000000e+00 |      --      |    Inf 
587.70/587.71	c   588s|  3400k|  1295k| 10309k|   3.0 | 855M|  63 |   8 |  70 |5606 |  70 |  19 |  14 |1255k|4092 | 0.000000e+00 |      --      |    Inf 
589.61/589.62	c   590s|  3410k|  1299k| 10339k|   3.0 | 858M|  63 |   8 |  70 |5412 |  70 |  19 |  14 |1259k|4092 | 0.000000e+00 |      --      |    Inf 
591.40/591.48	c   591s|  3420k|  1303k| 10369k|   3.0 | 860M|  63 |   - |  70 |5550 |  70 |  19 |  14 |1263k|4092 | 0.000000e+00 |      --      |    Inf 
593.39/593.41	c   593s|  3430k|  1306k| 10399k|   3.0 | 863M|  63 |   8 |  70 |5597 |  70 |  19 |  14 |1267k|4092 | 0.000000e+00 |      --      |    Inf 
595.30/595.31	c   595s|  3440k|  1310k| 10430k|   3.0 | 865M|  63 |   8 |  70 |5711 |  70 |  19 |  14 |1270k|4092 | 0.000000e+00 |      --      |    Inf 
597.09/597.16	c   597s|  3450k|  1313k| 10460k|   3.0 | 868M|  63 |   - |  70 |6224 |  70 |  19 |  14 |1274k|4092 | 0.000000e+00 |      --      |    Inf 
599.10/599.14	c   599s|  3460k|  1317k| 10491k|   3.0 | 870M|  63 |   - |  70 |6056 |  70 |  19 |  14 |1278k|4092 | 0.000000e+00 |      --      |    Inf 
601.00/601.07	c   601s|  3470k|  1320k| 10521k|   3.0 | 872M|  63 |   8 |  70 |5729 |  70 |  19 |  14 |1282k|4092 | 0.000000e+00 |      --      |    Inf 
603.00/603.06	c   603s|  3480k|  1324k| 10551k|   3.0 | 875M|  63 |   8 |  70 |4840 |  70 |  19 |  14 |1286k|4092 | 0.000000e+00 |      --      |    Inf 
604.91/604.95	c   605s|  3490k|  1327k| 10580k|   3.0 | 877M|  63 |   - |  70 |5104 |  70 |  19 |  14 |1290k|4092 | 0.000000e+00 |      --      |    Inf 
606.70/606.79	c   607s|  3500k|  1331k| 10610k|   3.0 | 880M|  63 |   8 |  70 |5653 |  70 |  19 |  14 |1293k|4092 | 0.000000e+00 |      --      |    Inf 
608.40/608.47	c   608s|  3510k|  1335k| 10639k|   3.0 | 882M|  63 |   8 |  70 |6635 |  70 |  19 |  14 |1297k|4092 | 0.000000e+00 |      --      |    Inf 
610.20/610.21	c   610s|  3520k|  1339k| 10670k|   3.0 | 885M|  63 |   8 |  70 |7604 |  70 |  19 |  14 |1301k|4092 | 0.000000e+00 |      --      |    Inf 
612.10/612.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
612.10/612.11	c   612s|  3530k|  1342k| 10700k|   3.0 | 888M|  63 |   - |  70 |7874 |  70 |  19 |  14 |1305k|4092 | 0.000000e+00 |      --      |    Inf 
614.10/614.19	c   614s|  3540k|  1345k| 10731k|   3.0 | 890M|  63 |   - |  70 |6203 |  70 |  19 |  14 |1309k|4092 | 0.000000e+00 |      --      |    Inf 
615.91/616.00	c   616s|  3550k|  1349k| 10762k|   3.0 | 892M|  63 |   8 |  70 |7490 |  70 |  19 |  14 |1313k|4092 | 0.000000e+00 |      --      |    Inf 
617.80/617.87	c   618s|  3560k|  1353k| 10793k|   3.0 | 894M|  63 |   - |  70 |6308 |  70 |  19 |  14 |1317k|4092 | 0.000000e+00 |      --      |    Inf 
619.60/619.65	c   620s|  3570k|  1356k| 10823k|   3.0 | 897M|  63 |   8 |  70 |6290 |  70 |  19 |  14 |1320k|4092 | 0.000000e+00 |      --      |    Inf 
621.52/621.59	c   622s|  3580k|  1360k| 10853k|   3.0 | 899M|  63 |   - |  70 |5328 |  70 |  19 |  14 |1324k|4092 | 0.000000e+00 |      --      |    Inf 
623.50/623.50	c   623s|  3590k|  1363k| 10882k|   3.0 | 902M|  63 |   8 |  70 |4987 |  70 |  19 |  14 |1328k|4092 | 0.000000e+00 |      --      |    Inf 
625.40/625.43	c   625s|  3600k|  1367k| 10913k|   3.0 | 904M|  63 |   8 |  70 |5187 |  70 |  19 |  14 |1332k|4092 | 0.000000e+00 |      --      |    Inf 
627.40/627.41	c   627s|  3610k|  1370k| 10943k|   3.0 | 906M|  63 |   - |  70 |5003 |  70 |  19 |  14 |1336k|4092 | 0.000000e+00 |      --      |    Inf 
629.30/629.32	c   629s|  3620k|  1374k| 10972k|   3.0 | 909M|  63 |   8 |  70 |5062 |  70 |  19 |  14 |1340k|4092 | 0.000000e+00 |      --      |    Inf 
631.10/631.19	c   631s|  3630k|  1377k| 11002k|   3.0 | 911M|  63 |   8 |  70 |5709 |  70 |  19 |  14 |1343k|4092 | 0.000000e+00 |      --      |    Inf 
633.00/633.01	c   633s|  3640k|  1381k| 11032k|   3.0 | 914M|  63 |   8 |  70 |5676 |  70 |  19 |  14 |1347k|4092 | 0.000000e+00 |      --      |    Inf 
634.90/634.92	c   635s|  3650k|  1385k| 11061k|   3.0 | 917M|  63 |   - |  70 |5691 |  70 |  19 |  14 |1351k|4092 | 0.000000e+00 |      --      |    Inf 
636.60/636.64	c   637s|  3660k|  1388k| 11091k|   3.0 | 919M|  63 |   8 |  70 |6420 |  70 |  19 |  14 |1354k|4092 | 0.000000e+00 |      --      |    Inf 
638.20/638.29	c   638s|  3670k|  1392k| 11122k|   3.0 | 922M|  63 |   - |  70 |7809 |  70 |  19 |  14 |1358k|4092 | 0.000000e+00 |      --      |    Inf 
640.11/640.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
640.11/640.11	c   640s|  3680k|  1396k| 11153k|   3.0 | 924M|  63 |   - |  70 |7791 |  70 |  19 |  14 |1362k|4092 | 0.000000e+00 |      --      |    Inf 
641.90/641.90	c   642s|  3690k|  1400k| 11183k|   3.0 | 927M|  63 |   8 |  70 |9197 |  70 |  19 |  14 |1366k|4092 | 0.000000e+00 |      --      |    Inf 
643.60/643.68	c   644s|  3700k|  1403k| 11213k|   3.0 | 930M|  63 |   - |  70 |9532 |  70 |  19 |  14 |1369k|4092 | 0.000000e+00 |      --      |    Inf 
645.80/645.81	c   646s|  3710k|  1407k| 11244k|   3.0 | 932M|  63 |   8 |  70 |7192 |  70 |  19 |  14 |1373k|4092 | 0.000000e+00 |      --      |    Inf 
647.70/647.78	c   648s|  3720k|  1410k| 11274k|   3.0 | 934M|  63 |   8 |  70 |6673 |  70 |  19 |  14 |1377k|4092 | 0.000000e+00 |      --      |    Inf 
649.50/649.53	c   650s|  3730k|  1414k| 11303k|   3.0 | 937M|  63 |   8 |  70 |7541 |  70 |  19 |  14 |1381k|4092 | 0.000000e+00 |      --      |    Inf 
651.50/651.53	c   652s|  3740k|  1418k| 11333k|   3.0 | 939M|  63 |   - |  70 |6533 |   0 |   0 |  14 |1384k|4092 | 0.000000e+00 |      --      |    Inf 
653.50/653.58	c   654s|  3750k|  1422k| 11362k|   3.0 | 941M|  63 |   8 |  70 |5694 |  70 |  19 |  14 |1388k|4092 | 0.000000e+00 |      --      |    Inf 
655.40/655.49	c   655s|  3760k|  1425k| 11392k|   3.0 | 944M|  63 |   8 |  70 |6254 |  70 |  19 |  14 |1392k|4092 | 0.000000e+00 |      --      |    Inf 
657.30/657.31	c   657s|  3770k|  1428k| 11422k|   3.0 | 947M|  63 |   8 |  70 |7347 |  70 |  19 |  14 |1396k|4092 | 0.000000e+00 |      --      |    Inf 
659.30/659.39	c   659s|  3780k|  1432k| 11453k|   3.0 | 949M|  63 |   8 |  70 |6393 |  70 |  19 |  14 |1400k|4092 | 0.000000e+00 |      --      |    Inf 
661.20/661.26	c   661s|  3790k|  1435k| 11482k|   3.0 | 951M|  63 |   - |  70 |6955 |  70 |  19 |  14 |1404k|4092 | 0.000000e+00 |      --      |    Inf 
663.21/663.24	c   663s|  3800k|  1439k| 11512k|   3.0 | 954M|  63 |   8 |  70 |6294 |  70 |  19 |  14 |1408k|4092 | 0.000000e+00 |      --      |    Inf 
665.10/665.14	c   665s|  3810k|  1443k| 11540k|   3.0 | 956M|  63 |   8 |  70 |6294 |  70 |  19 |  14 |1412k|4092 | 0.000000e+00 |      --      |    Inf 
667.10/667.10	c   667s|  3820k|  1446k| 11570k|   3.0 | 959M|  63 |   8 |  70 |5747 |  70 |  19 |  14 |1415k|4092 | 0.000000e+00 |      --      |    Inf 
669.00/669.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
669.00/669.06	c   669s|  3830k|  1450k| 11600k|   3.0 | 961M|  63 |   8 |  70 |5785 |  70 |  19 |  14 |1419k|4092 | 0.000000e+00 |      --      |    Inf 
671.02/671.08	c   671s|  3840k|  1453k| 11631k|   3.0 | 963M|  63 |   - |  70 |5704 |  70 |  19 |  14 |1423k|4092 | 0.000000e+00 |      --      |    Inf 
673.00/673.05	c   673s|  3850k|  1456k| 11660k|   3.0 | 966M|  63 |   8 |  70 |5707 |  70 |  19 |  14 |1427k|4092 | 0.000000e+00 |      --      |    Inf 
675.00/675.08	c   675s|  3860k|  1460k| 11690k|   3.0 | 968M|  63 |   8 |  70 |5190 |  70 |  19 |  14 |1431k|4092 | 0.000000e+00 |      --      |    Inf 
676.90/676.91	c   677s|  3870k|  1464k| 11719k|   3.0 | 971M|  63 |   - |  70 |5531 |  70 |  19 |  14 |1434k|4092 | 0.000000e+00 |      --      |    Inf 
678.71/678.77	c   679s|  3880k|  1467k| 11748k|   3.0 | 973M|  63 |   8 |  70 |5600 |  70 |  19 |  14 |1438k|4092 | 0.000000e+00 |      --      |    Inf 
680.60/680.60	c   681s|  3890k|  1471k| 11779k|   3.0 | 976M|  63 |   8 |  70 |6047 |  70 |  19 |  14 |1442k|4092 | 0.000000e+00 |      --      |    Inf 
682.41/682.45	c   682s|  3900k|  1474k| 11809k|   3.0 | 978M|  63 |   - |  70 |5716 |  70 |  19 |  14 |1446k|4092 | 0.000000e+00 |      --      |    Inf 
684.41/684.41	c   684s|  3910k|  1478k| 11838k|   3.0 | 981M|  63 |   8 |  70 |5432 |  70 |  19 |  14 |1450k|4092 | 0.000000e+00 |      --      |    Inf 
686.32/686.40	c   686s|  3920k|  1481k| 11869k|   3.0 | 983M|  63 |   8 |  70 |5799 |  70 |  19 |  14 |1454k|4092 | 0.000000e+00 |      --      |    Inf 
688.00/688.08	c   688s|  3930k|  1485k| 11898k|   3.0 | 986M|  63 |   8 |  70 |6509 |  70 |  19 |  14 |1458k|4092 | 0.000000e+00 |      --      |    Inf 
689.80/689.81	c   690s|  3940k|  1488k| 11929k|   3.0 | 988M|  63 |   - |  70 |7649 |  70 |  19 |  14 |1462k|4092 | 0.000000e+00 |      --      |    Inf 
691.70/691.73	c   692s|  3950k|  1492k| 11959k|   3.0 | 991M|  63 |   8 |  70 |7699 |  70 |  19 |  14 |1466k|4092 | 0.000000e+00 |      --      |    Inf 
693.80/693.87	c   694s|  3960k|  1495k| 11989k|   3.0 | 993M|  63 |   8 |  70 |5553 |  70 |  19 |  14 |1469k|4092 | 0.000000e+00 |      --      |    Inf 
695.80/695.86	c   696s|  3970k|  1499k| 12019k|   3.0 | 995M|  63 |   8 |  70 |5858 |  70 |  19 |  14 |1473k|4092 | 0.000000e+00 |      --      |    Inf 
697.80/697.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
697.80/697.81	c   698s|  3980k|  1502k| 12049k|   3.0 | 998M|  63 |   8 |  70 |6157 |  70 |  19 |  14 |1477k|4092 | 0.000000e+00 |      --      |    Inf 
699.70/699.75	c   700s|  3990k|  1506k| 12078k|   3.0 |1000M|  63 |   - |  70 |5858 |  70 |  19 |  14 |1481k|4092 | 0.000000e+00 |      --      |    Inf 
701.61/701.65	c   702s|  4000k|  1510k| 12107k|   3.0 |1003M|  63 |   8 |  70 |5999 |  70 |  19 |  14 |1485k|4092 | 0.000000e+00 |      --      |    Inf 
703.70/703.73	c   704s|  4010k|  1513k| 12138k|   3.0 |1005M|  63 |   8 |  70 |6160 |  70 |  19 |  14 |1489k|4092 | 0.000000e+00 |      --      |    Inf 
705.60/705.69	c   706s|  4020k|  1516k| 12168k|   3.0 |1007M|  63 |   8 |  70 |6103 |  70 |  19 |  14 |1493k|4092 | 0.000000e+00 |      --      |    Inf 
707.60/707.63	c   708s|  4030k|  1520k| 12198k|   3.0 |1010M|  63 |   - |  70 |6257 |  70 |  19 |  14 |1496k|4092 | 0.000000e+00 |      --      |    Inf 
709.41/709.49	c   709s|  4040k|  1524k| 12228k|   3.0 |1012M|  63 |   8 |  70 |6438 |  70 |  19 |  14 |1500k|4092 | 0.000000e+00 |      --      |    Inf 
711.20/711.27	c   711s|  4050k|  1527k| 12258k|   3.0 |1015M|  63 |   8 |  70 |7777 |  70 |  19 |  14 |1504k|4092 | 0.000000e+00 |      --      |    Inf 
713.30/713.35	c   713s|  4060k|  1531k| 12288k|   3.0 |1017M|  63 |   8 |  70 |6280 |  70 |  19 |  14 |1508k|4092 | 0.000000e+00 |      --      |    Inf 
715.30/715.37	c   715s|  4070k|  1534k| 12319k|   3.0 |1020M|  63 |   - |  70 |6176 |  70 |  19 |  14 |1512k|4092 | 0.000000e+00 |      --      |    Inf 
717.31/717.32	c   717s|  4080k|  1538k| 12349k|   3.0 |1022M|  63 |   8 |  70 |5997 |  70 |  19 |  14 |1516k|4092 | 0.000000e+00 |      --      |    Inf 
719.01/719.00	c   719s|  4090k|  1542k| 12379k|   3.0 |1025M|  63 |   8 |  70 |7396 |  70 |  19 |  14 |1519k|4092 | 0.000000e+00 |      --      |    Inf 
721.00/721.04	c   721s|  4100k|  1545k| 12409k|   3.0 |1027M|  63 |   - |  70 |6352 |  70 |  19 |  14 |1523k|4092 | 0.000000e+00 |      --      |    Inf 
722.90/722.96	c   723s|  4110k|  1549k| 12439k|   3.0 |1030M|  63 |   8 |  70 |6124 |  70 |  19 |  14 |1527k|4092 | 0.000000e+00 |      --      |    Inf 
724.81/724.86	c   725s|  4120k|  1552k| 12469k|   3.0 |1032M|  63 |   - |  70 |6323 |  70 |  19 |  14 |1531k|4092 | 0.000000e+00 |      --      |    Inf 
726.80/726.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
726.80/726.89	c   727s|  4130k|  1556k| 12499k|   3.0 |1034M|  63 |   8 |  70 |5437 |  70 |  19 |  14 |1535k|4092 | 0.000000e+00 |      --      |    Inf 
728.60/728.66	c   729s|  4140k|  1559k| 12530k|   3.0 |1037M|  63 |   - |  70 |6720 |  70 |  19 |  14 |1539k|4092 | 0.000000e+00 |      --      |    Inf 
730.51/730.55	c   731s|  4150k|  1563k| 12561k|   3.0 |1040M|  63 |   8 |  70 |7123 |  70 |  19 |  14 |1543k|4092 | 0.000000e+00 |      --      |    Inf 
732.70/732.75	c   733s|  4160k|  1566k| 12592k|   3.0 |1042M|  63 |   8 |  70 |6044 |  70 |  19 |  14 |1547k|4092 | 0.000000e+00 |      --      |    Inf 
734.81/734.86	c   735s|  4170k|  1569k| 12622k|   3.0 |1044M|  63 |   8 |  70 |5868 |  70 |  19 |  14 |1551k|4092 | 0.000000e+00 |      --      |    Inf 
736.71/736.78	c   737s|  4180k|  1572k| 12653k|   3.0 |1046M|  63 |   8 |  70 |6336 |  70 |  19 |  14 |1555k|4092 | 0.000000e+00 |      --      |    Inf 
738.70/738.78	c   739s|  4190k|  1576k| 12683k|   3.0 |1049M|  63 |   - |  70 |5653 |  70 |  19 |  14 |1559k|4092 | 0.000000e+00 |      --      |    Inf 
740.60/740.67	c   741s|  4200k|  1579k| 12713k|   3.0 |1051M|  63 |   8 |  70 |5964 |  70 |  19 |  14 |1562k|4092 | 0.000000e+00 |      --      |    Inf 
742.52/742.55	c   743s|  4210k|  1583k| 12743k|   3.0 |1054M|  63 |   8 |  70 |6490 |  70 |  19 |  14 |1566k|4092 | 0.000000e+00 |      --      |    Inf 
744.20/744.29	c   744s|  4220k|  1587k| 12772k|   3.0 |1057M|  63 |   8 |  70 |7001 |  70 |  19 |  14 |1570k|4092 | 0.000000e+00 |      --      |    Inf 
746.10/746.14	c   746s|  4230k|  1590k| 12803k|   3.0 |1059M|  63 |   8 |  70 |6596 |  70 |  19 |  14 |1574k|4092 | 0.000000e+00 |      --      |    Inf 
747.91/747.91	c   748s|  4240k|  1594k| 12833k|   3.0 |1062M|  63 |   8 |  70 |7460 |  70 |  19 |  14 |1578k|4092 | 0.000000e+00 |      --      |    Inf 
750.00/750.10	c   750s|  4250k|  1597k| 12864k|   3.0 |1063M|  63 |   8 |  70 |5307 |  70 |  19 |  14 |1581k|4092 | 0.000000e+00 |      --      |    Inf 
751.90/751.98	c   752s|  4260k|  1601k| 12895k|   3.0 |1066M|  63 |   8 |  70 |5779 |  70 |  19 |  14 |1585k|4092 | 0.000000e+00 |      --      |    Inf 
753.80/753.84	c   754s|  4270k|  1604k| 12925k|   3.0 |1069M|  63 |   - |  70 |6417 |  70 |  19 |  14 |1589k|4092 | 0.000000e+00 |      --      |    Inf 
755.72/755.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.72/755.75	c   756s|  4280k|  1608k| 12955k|   3.0 |1071M|  63 |   8 |  70 |5883 |  70 |  19 |  14 |1593k|4092 | 0.000000e+00 |      --      |    Inf 
757.70/757.70	c   758s|  4290k|  1611k| 12984k|   3.0 |1074M|  63 |   - |  70 |6222 |  70 |  19 |  14 |1597k|4092 | 0.000000e+00 |      --      |    Inf 
759.61/759.66	c   760s|  4300k|  1615k| 13014k|   3.0 |1076M|  63 |   8 |  70 |5882 |  70 |  19 |  14 |1601k|4092 | 0.000000e+00 |      --      |    Inf 
761.50/761.57	c   762s|  4310k|  1618k| 13044k|   3.0 |1078M|  63 |   8 |  70 |5839 |  70 |  19 |  14 |1605k|4092 | 0.000000e+00 |      --      |    Inf 
763.42/763.45	c   763s|  4320k|  1622k| 13074k|   3.0 |1081M|  63 |   8 |  70 |5920 |  70 |  19 |  14 |1609k|4092 | 0.000000e+00 |      --      |    Inf 
765.30/765.32	c   765s|  4330k|  1626k| 13104k|   3.0 |1083M|  63 |   8 |  70 |6041 |  70 |  19 |  14 |1612k|4092 | 0.000000e+00 |      --      |    Inf 
767.41/767.40	c   767s|  4340k|  1629k| 13134k|   3.0 |1086M|  63 |   8 |  70 |5525 |  70 |  19 |  14 |1616k|4092 | 0.000000e+00 |      --      |    Inf 
769.31/769.30	c   769s|  4350k|  1632k| 13165k|   3.0 |1088M|  63 |   8 |  70 |6011 |  70 |  19 |  14 |1620k|4092 | 0.000000e+00 |      --      |    Inf 
770.91/770.92	c   771s|  4360k|  1636k| 13194k|   3.0 |1091M|  63 |   - |  70 |7056 |  70 |  19 |  14 |1624k|4092 | 0.000000e+00 |      --      |    Inf 
772.60/772.64	c   773s|  4370k|  1640k| 13224k|   3.0 |1093M|  63 |   8 |  70 |7323 |  70 |  19 |  14 |1628k|4092 | 0.000000e+00 |      --      |    Inf 
774.42/774.49	c   774s|  4380k|  1644k| 13253k|   3.0 |1096M|  63 |   8 |  70 |6985 |  70 |  19 |  14 |1631k|4092 | 0.000000e+00 |      --      |    Inf 
776.41/776.41	c   776s|  4390k|  1647k| 13283k|   3.0 |1098M|  63 |   8 |  70 |6926 |  70 |  19 |  14 |1635k|4092 | 0.000000e+00 |      --      |    Inf 
778.31/778.33	c   778s|  4400k|  1651k| 13312k|   3.0 |1101M|  63 |   8 |  70 |6864 |  70 |  19 |  14 |1639k|4092 | 0.000000e+00 |      --      |    Inf 
780.30/780.36	c   780s|  4410k|  1654k| 13343k|   3.0 |1103M|  63 |   - |  70 |6904 |  70 |  19 |  14 |1643k|4092 | 0.000000e+00 |      --      |    Inf 
782.31/782.37	c   782s|  4420k|  1657k| 13373k|   3.0 |1105M|  63 |   - |  70 |6785 |  70 |  19 |  14 |1647k|4092 | 0.000000e+00 |      --      |    Inf 
784.40/784.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.40/784.41	c   784s|  4430k|  1661k| 13404k|   3.0 |1108M|  63 |   8 |  70 |5885 |  70 |  19 |  14 |1651k|4092 | 0.000000e+00 |      --      |    Inf 
786.42/786.42	c   786s|  4440k|  1664k| 13434k|   3.0 |1110M|  63 |   - |  70 |6276 |  70 |  19 |  14 |1655k|4092 | 0.000000e+00 |      --      |    Inf 
788.30/788.33	c   788s|  4450k|  1668k| 13466k|   3.0 |1113M|  63 |   - |  70 |6714 |  70 |  19 |  14 |1658k|4092 | 0.000000e+00 |      --      |    Inf 
790.01/790.05	c   790s|  4460k|  1672k| 13499k|   3.0 |1116M|  63 |   8 |  70 |8451 |  70 |  19 |  14 |1662k|4092 | 0.000000e+00 |      --      |    Inf 
791.91/791.97	c   792s|  4470k|  1675k| 13532k|   3.0 |1118M|  63 |   8 |  70 |8724 |  70 |  19 |  14 |1666k|4092 | 0.000000e+00 |      --      |    Inf 
794.11/794.20	c   794s|  4480k|  1678k| 13563k|   3.0 |1120M|  63 |   - |  70 |7389 |  70 |  19 |  14 |1670k|4092 | 0.000000e+00 |      --      |    Inf 
796.31/796.32	c   796s|  4490k|  1682k| 13594k|   3.0 |1123M|  63 |   8 |  70 |6216 |  70 |  19 |  14 |1674k|4092 | 0.000000e+00 |      --      |    Inf 
798.40/798.44	c   798s|  4500k|  1685k| 13624k|   3.0 |1125M|  63 |   8 |  70 |5654 |  70 |  19 |  14 |1678k|4092 | 0.000000e+00 |      --      |    Inf 
800.20/800.29	c   800s|  4510k|  1689k| 13653k|   3.0 |1127M|  63 |   - |  70 |6096 |  70 |  19 |  14 |1682k|4092 | 0.000000e+00 |      --      |    Inf 
801.92/801.98	c   802s|  4520k|  1693k| 13682k|   3.0 |1130M|  63 |   8 |  70 |6930 |  70 |  19 |  14 |1685k|4092 | 0.000000e+00 |      --      |    Inf 
803.81/803.89	c   804s|  4530k|  1696k| 13713k|   3.0 |1133M|  63 |   - |  70 |8014 |  70 |  19 |  14 |1689k|4092 | 0.000000e+00 |      --      |    Inf 
806.01/806.08	c   806s|  4540k|  1699k| 13743k|   3.0 |1135M|  63 |   - |  70 |6274 |  70 |  19 |  14 |1693k|4092 | 0.000000e+00 |      --      |    Inf 
807.90/807.92	c   808s|  4550k|  1703k| 13773k|   3.0 |1137M|  63 |   8 |  70 |6859 |  70 |  19 |  14 |1697k|4092 | 0.000000e+00 |      --      |    Inf 
809.71/809.75	c   810s|  4560k|  1707k| 13803k|   3.0 |1140M|  63 |   8 |  70 |7550 |  70 |  19 |  14 |1700k|4092 | 0.000000e+00 |      --      |    Inf 
811.71/811.75	c   812s|  4570k|  1711k| 13833k|   3.0 |1142M|  63 |   8 |  70 |7046 |  70 |  19 |  14 |1704k|4092 | 0.000000e+00 |      --      |    Inf 
813.80/813.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.80/813.80	c   814s|  4580k|  1714k| 13863k|   3.0 |1145M|  63 |   - |  70 |6451 |  70 |  19 |  14 |1708k|4092 | 0.000000e+00 |      --      |    Inf 
815.70/815.78	c   816s|  4590k|  1718k| 13893k|   3.0 |1147M|  63 |   8 |  70 |6730 |  70 |  19 |  14 |1712k|4092 | 0.000000e+00 |      --      |    Inf 
817.81/817.87	c   818s|  4600k|  1721k| 13923k|   3.0 |1150M|  63 |   - |  70 |6199 |  70 |  19 |  14 |1716k|4092 | 0.000000e+00 |      --      |    Inf 
819.80/819.85	c   820s|  4610k|  1725k| 13952k|   3.0 |1152M|  63 |   - |  70 |5866 |  70 |  19 |  14 |1720k|4092 | 0.000000e+00 |      --      |    Inf 
821.61/821.70	c   822s|  4620k|  1728k| 13982k|   3.0 |1155M|  63 |   8 |  70 |6049 |  70 |  19 |  14 |1723k|4092 | 0.000000e+00 |      --      |    Inf 
823.60/823.61	c   824s|  4630k|  1732k| 14012k|   3.0 |1157M|  63 |   - |  70 |6406 |  70 |  19 |  14 |1727k|4092 | 0.000000e+00 |      --      |    Inf 
825.51/825.51	c   826s|  4640k|  1735k| 14042k|   3.0 |1160M|  63 |   - |  70 |6851 |  70 |  19 |  14 |1731k|4092 | 0.000000e+00 |      --      |    Inf 
827.41/827.48	c   827s|  4650k|  1739k| 14071k|   3.0 |1162M|  63 |   8 |  70 |5659 |  70 |  19 |  14 |1735k|4092 | 0.000000e+00 |      --      |    Inf 
829.32/829.39	c   829s|  4660k|  1743k| 14100k|   3.0 |1164M|  63 |   8 |  70 |5606 |  70 |  19 |  14 |1738k|4092 | 0.000000e+00 |      --      |    Inf 
831.40/831.44	c   831s|  4670k|  1746k| 14130k|   3.0 |1167M|  63 |   8 |  70 |5091 |  70 |  19 |  14 |1742k|4092 | 0.000000e+00 |      --      |    Inf 
833.31/833.37	c   833s|  4680k|  1750k| 14161k|   3.0 |1169M|  63 |   - |  70 |5642 |  70 |  19 |  14 |1746k|4092 | 0.000000e+00 |      --      |    Inf 
835.41/835.44	c   835s|  4690k|  1753k| 14190k|   3.0 |1171M|  63 |   8 |  70 |5619 |  70 |  19 |  14 |1750k|4092 | 0.000000e+00 |      --      |    Inf 
837.20/837.23	c   837s|  4700k|  1756k| 14221k|   3.0 |1174M|  63 |   8 |  70 |6829 |  70 |  19 |  14 |1754k|4092 | 0.000000e+00 |      --      |    Inf 
839.10/839.17	c   839s|  4710k|  1760k| 14251k|   3.0 |1177M|  63 |   8 |  70 |6482 |  70 |  19 |  14 |1758k|4092 | 0.000000e+00 |      --      |    Inf 
841.00/841.07	c   841s|  4720k|  1764k| 14280k|   3.0 |1179M|  63 |   - |  70 |6087 |  70 |  19 |  14 |1762k|4092 | 0.000000e+00 |      --      |    Inf 
843.01/843.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
843.01/843.06	c   843s|  4730k|  1767k| 14310k|   3.0 |1181M|  63 |   8 |  70 |5878 |  70 |  19 |  14 |1766k|4092 | 0.000000e+00 |      --      |    Inf 
844.91/844.95	c   845s|  4740k|  1771k| 14341k|   3.0 |1184M|  63 |   - |  70 |6107 |  70 |  19 |  14 |1770k|4092 | 0.000000e+00 |      --      |    Inf 
846.91/846.99	c   847s|  4750k|  1774k| 14372k|   3.0 |1186M|  63 |   - |  70 |5408 |  70 |  19 |  14 |1774k|4092 | 0.000000e+00 |      --      |    Inf 
848.81/848.84	c   849s|  4760k|  1777k| 14403k|   3.0 |1189M|  63 |   - |  70 |6619 |  70 |  19 |  14 |1777k|4092 | 0.000000e+00 |      --      |    Inf 
850.81/850.80	c   851s|  4770k|  1781k| 14433k|   3.0 |1191M|  63 |   8 |  70 |6851 |  70 |  19 |  14 |1782k|4092 | 0.000000e+00 |      --      |    Inf 
852.80/852.84	c   853s|  4780k|  1784k| 14463k|   3.0 |1194M|  63 |   8 |  70 |6397 |  70 |  19 |  14 |1786k|4092 | 0.000000e+00 |      --      |    Inf 
854.91/854.99	c   855s|  4790k|  1787k| 14493k|   3.0 |1196M|  63 |   8 |  70 |5813 |  70 |  19 |  14 |1790k|4092 | 0.000000e+00 |      --      |    Inf 
856.71/856.81	c   857s|  4800k|  1790k| 14523k|   3.0 |1199M|  63 |   8 |  70 |6887 |  70 |  19 |  14 |1794k|4092 | 0.000000e+00 |      --      |    Inf 
858.80/858.87	c   859s|  4810k|  1794k| 14553k|   3.0 |1201M|  63 |   8 |  70 |6207 |  70 |  19 |  14 |1798k|4092 | 0.000000e+00 |      --      |    Inf 
860.91/860.94	c   861s|  4820k|  1797k| 14582k|   3.0 |1203M|  63 |   8 |  70 |6336 |  70 |  19 |  14 |1802k|4092 | 0.000000e+00 |      --      |    Inf 
863.00/863.03	c   863s|  4830k|  1801k| 14612k|   3.0 |1205M|  63 |   8 |  70 |5626 |  70 |  19 |  14 |1806k|4092 | 0.000000e+00 |      --      |    Inf 
864.80/864.86	c   865s|  4840k|  1804k| 14642k|   3.0 |1208M|  63 |   8 |  70 |6199 |  70 |  19 |  14 |1809k|4092 | 0.000000e+00 |      --      |    Inf 
866.82/866.85	c   867s|  4850k|  1808k| 14672k|   3.0 |1211M|  63 |   8 |  70 |6756 |  70 |  19 |  14 |1813k|4092 | 0.000000e+00 |      --      |    Inf 
868.91/868.95	c   869s|  4860k|  1811k| 14702k|   3.0 |1213M|  63 |   - |  70 |6334 |  70 |  19 |  14 |1817k|4092 | 0.000000e+00 |      --      |    Inf 
871.00/871.10	c   871s|  4870k|  1814k| 14732k|   3.0 |1215M|  63 |   8 |  70 |5766 |  70 |  19 |  14 |1821k|4092 | 0.000000e+00 |      --      |    Inf 
873.11/873.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
873.11/873.16	c   873s|  4880k|  1818k| 14761k|   3.0 |1218M|  63 |   - |  70 |6091 |  70 |  19 |  14 |1825k|4092 | 0.000000e+00 |      --      |    Inf 
875.21/875.22	c   875s|  4890k|  1821k| 14792k|   3.0 |1220M|  63 |   - |  70 |6078 |  70 |  19 |  14 |1829k|4092 | 0.000000e+00 |      --      |    Inf 
877.01/877.02	c   877s|  4900k|  1825k| 14822k|   3.0 |1223M|  63 |   - |  70 |6458 |  70 |  19 |  14 |1833k|4092 | 0.000000e+00 |      --      |    Inf 
879.01/879.02	c   879s|  4910k|  1828k| 14851k|   3.0 |1225M|  63 |   - |  70 |6330 |  70 |  19 |  14 |1837k|4092 | 0.000000e+00 |      --      |    Inf 
881.01/881.02	c   881s|  4920k|  1832k| 14881k|   3.0 |1227M|  63 |   - |  70 |6250 |  70 |  19 |  14 |1841k|4092 | 0.000000e+00 |      --      |    Inf 
882.70/882.74	c   883s|  4930k|  1835k| 14911k|   3.0 |1230M|  63 |   8 |  70 |7446 |  70 |  19 |  14 |1845k|4092 | 0.000000e+00 |      --      |    Inf 
884.61/884.68	c   885s|  4940k|  1839k| 14942k|   3.0 |1232M|  63 |   8 |  70 |6742 |  70 |  19 |  14 |1849k|4092 | 0.000000e+00 |      --      |    Inf 
886.62/886.62	c   887s|  4950k|  1842k| 14973k|   3.0 |1235M|  63 |   8 |  70 |7785 |  70 |  19 |  14 |1853k|4092 | 0.000000e+00 |      --      |    Inf 
888.60/888.61	c   889s|  4960k|  1846k| 15002k|   3.0 |1237M|  63 |   8 |  70 |7128 |  70 |  19 |  14 |1857k|4092 | 0.000000e+00 |      --      |    Inf 
890.61/890.64	c   891s|  4970k|  1849k| 15033k|   3.0 |1240M|  63 |   - |  70 |6867 |  70 |  19 |  14 |1861k|4092 | 0.000000e+00 |      --      |    Inf 
892.71/892.72	c   893s|  4980k|  1852k| 15063k|   3.0 |1242M|  63 |   8 |  70 |6953 |  70 |  19 |  14 |1865k|4092 | 0.000000e+00 |      --      |    Inf 
894.80/894.88	c   895s|  4990k|  1856k| 15093k|   3.0 |1244M|  63 |   8 |  70 |6238 |  70 |  19 |  14 |1868k|4092 | 0.000000e+00 |      --      |    Inf 
896.71/896.71	c   897s|  5000k|  1860k| 15123k|   3.0 |1247M|  63 |   8 |  70 |6972 |  70 |  19 |  14 |1872k|4092 | 0.000000e+00 |      --      |    Inf 
898.61/898.66	c   899s|  5010k|  1863k| 15154k|   3.0 |1250M|  63 |   8 |  70 |7064 |  70 |  19 |  14 |1876k|4092 | 0.000000e+00 |      --      |    Inf 
900.71/900.74	c   901s|  5020k|  1866k| 15183k|   3.0 |1252M|  63 |   8 |  70 |6228 |  70 |  19 |  14 |1880k|4092 | 0.000000e+00 |      --      |    Inf 
902.60/902.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
902.60/902.69	c   903s|  5030k|  1870k| 15213k|   3.0 |1254M|  63 |   8 |  70 |6360 |  70 |  19 |  14 |1884k|4092 | 0.000000e+00 |      --      |    Inf 
904.51/904.58	c   905s|  5040k|  1874k| 15245k|   3.0 |1257M|  63 |   8 |  70 |7564 |  70 |  19 |  14 |1888k|4092 | 0.000000e+00 |      --      |    Inf 
906.61/906.62	c   907s|  5050k|  1877k| 15275k|   3.0 |1259M|  63 |   - |  70 |6469 |  70 |  19 |  14 |1892k|4092 | 0.000000e+00 |      --      |    Inf 
908.51/908.54	c   909s|  5060k|  1880k| 15305k|   3.0 |1262M|  63 |   8 |  70 |7199 |  70 |  19 |  14 |1896k|4092 | 0.000000e+00 |      --      |    Inf 
910.71/910.77	c   911s|  5070k|  1884k| 15335k|   3.0 |1264M|  63 |   - |  70 |6333 |  70 |  19 |  14 |1900k|4092 | 0.000000e+00 |      --      |    Inf 
912.71/912.75	c   913s|  5080k|  1887k| 15364k|   3.0 |1267M|  63 |   - |  70 |6934 |  70 |  19 |  14 |1903k|4092 | 0.000000e+00 |      --      |    Inf 
914.91/914.92	c   915s|  5090k|  1891k| 15394k|   3.0 |1269M|  63 |   - |  70 |5927 |  70 |  19 |  14 |1907k|4092 | 0.000000e+00 |      --      |    Inf 
916.90/916.91	c   917s|  5100k|  1894k| 15423k|   3.0 |1271M|  63 |   8 |  70 |6292 |  70 |  19 |  14 |1911k|4092 | 0.000000e+00 |      --      |    Inf 
918.80/918.83	c   919s|  5110k|  1898k| 15453k|   3.0 |1274M|  63 |   8 |  70 |6340 |  70 |  19 |  14 |1915k|4092 | 0.000000e+00 |      --      |    Inf 
920.72/920.74	c   921s|  5120k|  1901k| 15484k|   3.0 |1276M|  63 |   8 |  70 |6601 |  70 |  19 |  14 |1919k|4092 | 0.000000e+00 |      --      |    Inf 
922.31/922.39	c   922s|  5130k|  1906k| 15514k|   3.0 |1279M|  63 |   8 |  70 |7952 |  70 |  19 |  14 |1922k|4092 | 0.000000e+00 |      --      |    Inf 
924.20/924.21	c   924s|  5140k|  1909k| 15542k|   3.0 |1282M|  63 |   8 |  70 |8578 |  70 |  19 |  14 |1926k|4092 | 0.000000e+00 |      --      |    Inf 
926.23/926.26	c   926s|  5150k|  1913k| 15572k|   3.0 |1284M|  63 |   8 |  70 |6883 |  70 |  19 |  14 |1930k|4092 | 0.000000e+00 |      --      |    Inf 
928.21/928.21	c   928s|  5160k|  1916k| 15603k|   3.0 |1286M|  63 |   - |  70 |7155 |  70 |  19 |  14 |1934k|4092 | 0.000000e+00 |      --      |    Inf 
930.20/930.22	c   930s|  5170k|  1920k| 15633k|   3.0 |1289M|  63 |   8 |  70 |7369 |  70 |  19 |  14 |1938k|4092 | 0.000000e+00 |      --      |    Inf 
932.21/932.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
932.21/932.28	c   932s|  5180k|  1923k| 15663k|   3.0 |1291M|  63 |   - |  70 |6907 |  70 |  19 |  14 |1942k|4092 | 0.000000e+00 |      --      |    Inf 
934.31/934.32	c   934s|  5190k|  1927k| 15693k|   3.0 |1294M|  63 |   - |  70 |6164 |  70 |  19 |  14 |1945k|4092 | 0.000000e+00 |      --      |    Inf 
936.12/936.12	c   936s|  5200k|  1930k| 15723k|   3.0 |1296M|  63 |   8 |  70 |7184 |  70 |  19 |  14 |1950k|4092 | 0.000000e+00 |      --      |    Inf 
937.90/937.97	c   938s|  5210k|  1934k| 15751k|   3.0 |1299M|  63 |   8 |  70 |6710 |  70 |  19 |  14 |1953k|4092 | 0.000000e+00 |      --      |    Inf 
940.01/940.05	c   940s|  5220k|  1937k| 15781k|   3.0 |1301M|  63 |   8 |  70 |5741 |  70 |  19 |  14 |1957k|4092 | 0.000000e+00 |      --      |    Inf 
941.81/941.83	c   942s|  5230k|  1941k| 15812k|   3.0 |1303M|  63 |   - |  70 |7360 |  70 |  19 |  14 |1961k|4092 | 0.000000e+00 |      --      |    Inf 
943.41/943.49	c   943s|  5240k|  1945k| 15840k|   3.0 |1306M|  63 |   8 |  70 |8696 |  70 |  19 |  14 |1964k|4092 | 0.000000e+00 |      --      |    Inf 
945.31/945.39	c   945s|  5250k|  1948k| 15869k|   3.0 |1309M|  63 |   8 |  70 |9240 |  70 |  19 |  14 |1968k|4092 | 0.000000e+00 |      --      |    Inf 
947.41/947.44	c   947s|  5260k|  1952k| 15898k|   3.0 |1311M|  63 |   8 |  70 |8480 |  70 |  19 |  14 |1972k|4092 | 0.000000e+00 |      --      |    Inf 
949.71/949.72	c   950s|  5270k|  1955k| 15929k|   3.0 |1313M|  63 |   - |  70 |6356 |  70 |  19 |  14 |1976k|4092 | 0.000000e+00 |      --      |    Inf 
951.81/951.89	c   952s|  5280k|  1959k| 15959k|   3.0 |1315M|  63 |   8 |  70 |5630 |  70 |  19 |  14 |1980k|4092 | 0.000000e+00 |      --      |    Inf 
953.80/953.80	c   954s|  5290k|  1962k| 15988k|   3.0 |1318M|  63 |   8 |  70 |6254 |  70 |  19 |  14 |1984k|4092 | 0.000000e+00 |      --      |    Inf 
955.41/955.48	c   955s|  5300k|  1966k| 16017k|   3.0 |1321M|  63 |   8 |  70 |7877 |  70 |  19 |  14 |1988k|4092 | 0.000000e+00 |      --      |    Inf 
957.41/957.42	c   957s|  5310k|  1969k| 16046k|   3.0 |1323M|  63 |   8 |  70 |7774 |  70 |  19 |  14 |1992k|4092 | 0.000000e+00 |      --      |    Inf 
959.30/959.30	c   959s|  5320k|  1973k| 16076k|   3.0 |1326M|  63 |   - |  70 |8623 |  70 |  19 |  14 |1996k|4092 | 0.000000e+00 |      --      |    Inf 
961.42/961.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
961.42/961.45	c   961s|  5330k|  1976k| 16105k|   3.0 |1328M|  63 |   - |  70 |7547 |  70 |  19 |  14 |2000k|4092 | 0.000000e+00 |      --      |    Inf 
963.41/963.47	c   963s|  5340k|  1980k| 16135k|   3.0 |1330M|  63 |   8 |  70 |7129 |  70 |  19 |  14 |2003k|4092 | 0.000000e+00 |      --      |    Inf 
965.41/965.40	c   965s|  5350k|  1983k| 16166k|   3.0 |1333M|  63 |   8 |  70 |6915 |  70 |  19 |  14 |2007k|4092 | 0.000000e+00 |      --      |    Inf 
967.21/967.22	c   967s|  5360k|  1987k| 16196k|   3.0 |1336M|  63 |   8 |  70 |7930 |  70 |  19 |  14 |2011k|4092 | 0.000000e+00 |      --      |    Inf 
969.31/969.36	c   969s|  5370k|  1990k| 16226k|   3.0 |1338M|  63 |   8 |  70 |6591 |  70 |  19 |  14 |2015k|4092 | 0.000000e+00 |      --      |    Inf 
971.41/971.44	c   971s|  5380k|  1993k| 16257k|   3.0 |1340M|  63 |   - |  70 |6419 |  70 |  19 |  14 |2019k|4092 | 0.000000e+00 |      --      |    Inf 
973.52/973.55	c   974s|  5390k|  1997k| 16287k|   3.0 |1342M|  63 |   8 |  70 |5792 |  70 |  19 |  14 |2023k|4092 | 0.000000e+00 |      --      |    Inf 
975.51/975.58	c   976s|  5400k|  2000k| 16316k|   3.0 |1345M|  63 |   8 |  70 |5874 |  70 |  19 |  14 |2027k|4092 | 0.000000e+00 |      --      |    Inf 
977.21/977.24	c   977s|  5410k|  2004k| 16345k|   3.0 |1348M|  63 |   8 |  70 |7401 |  70 |  19 |  14 |2030k|4092 | 0.000000e+00 |      --      |    Inf 
979.31/979.31	c   979s|  5420k|  2008k| 16375k|   3.0 |1350M|  63 |   - |  70 |6063 |   0 |   0 |  14 |2034k|4092 | 0.000000e+00 |      --      |    Inf 
981.22/981.25	c   981s|  5430k|  2012k| 16405k|   3.0 |1352M|  63 |   8 |  70 |6083 |  70 |  19 |  14 |2038k|4092 | 0.000000e+00 |      --      |    Inf 
983.01/983.03	c   983s|  5440k|  2015k| 16435k|   3.0 |1355M|  63 |   8 |  70 |7432 |  70 |  19 |  14 |2042k|4092 | 0.000000e+00 |      --      |    Inf 
985.11/985.14	c   985s|  5450k|  2019k| 16464k|   3.0 |1357M|  63 |   8 |  70 |7055 |  70 |  19 |  14 |2046k|4092 | 0.000000e+00 |      --      |    Inf 
987.31/987.35	c   987s|  5460k|  2022k| 16494k|   3.0 |1359M|  63 |   - |  70 |6115 |  70 |  19 |  14 |2050k|4092 | 0.000000e+00 |      --      |    Inf 
989.31/989.37	c   989s|  5470k|  2026k| 16524k|   3.0 |1362M|  63 |   8 |  70 |6337 |  70 |  19 |  14 |2053k|4092 | 0.000000e+00 |      --      |    Inf 
991.51/991.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.51/991.50	c   991s|  5480k|  2029k| 16553k|   3.0 |1364M|  63 |   8 |  70 |6017 |  70 |  19 |  14 |2057k|4092 | 0.000000e+00 |      --      |    Inf 
993.41/993.46	c   993s|  5490k|  2033k| 16582k|   3.0 |1367M|  63 |   - |  70 |6342 |  70 |  19 |  14 |2061k|4092 | 0.000000e+00 |      --      |    Inf 
995.42/995.47	c   995s|  5500k|  2036k| 16611k|   3.0 |1369M|  63 |   8 |  70 |6174 |  70 |  19 |  14 |2065k|4092 | 0.000000e+00 |      --      |    Inf 
997.31/997.34	c   997s|  5510k|  2040k| 16639k|   3.0 |1372M|  63 |   8 |  70 |6585 |  70 |  19 |  14 |2068k|4092 | 0.000000e+00 |      --      |    Inf 
999.31/999.33	c   999s|  5520k|  2044k| 16669k|   3.0 |1374M|  63 |   8 |  70 |6530 |  70 |  19 |  14 |2072k|4092 | 0.000000e+00 |      --      |    Inf 
1001.21/1001.27	c  1001s|  5530k|  2047k| 16700k|   3.0 |1377M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |2076k|4092 | 0.000000e+00 |      --      |    Inf 
1003.12/1003.20	c  1003s|  5540k|  2050k| 16729k|   3.0 |1379M|  63 |   8 |  70 |6582 |  70 |  19 |  14 |2080k|4092 | 0.000000e+00 |      --      |    Inf 
1005.21/1005.27	c  1005s|  5550k|  2054k| 16760k|   3.0 |1381M|  63 |   8 |  70 |6721 |  70 |  19 |  14 |2084k|4092 | 0.000000e+00 |      --      |    Inf 
1007.41/1007.48	c  1007s|  5560k|  2057k| 16790k|   3.0 |1384M|  63 |   8 |  70 |6079 |  70 |  19 |  14 |2088k|4092 | 0.000000e+00 |      --      |    Inf 
1009.31/1009.39	c  1009s|  5570k|  2060k| 16820k|   3.0 |1386M|  63 |   - |  70 |6447 |  70 |  19 |  14 |2092k|4092 | 0.000000e+00 |      --      |    Inf 
1011.51/1011.55	c  1012s|  5580k|  2064k| 16850k|   3.0 |1388M|  63 |   8 |  70 |5957 |  70 |  19 |  14 |2096k|4092 | 0.000000e+00 |      --      |    Inf 
1013.30/1013.36	c  1013s|  5590k|  2067k| 16880k|   3.0 |1391M|  63 |   - |  70 |7227 |  70 |  19 |  14 |2100k|4092 | 0.000000e+00 |      --      |    Inf 
1015.41/1015.48	c  1015s|  5600k|  2071k| 16909k|   3.0 |1393M|  63 |   - |  70 |6397 |  70 |  19 |  14 |2104k|4092 | 0.000000e+00 |      --      |    Inf 
1017.41/1017.44	c  1017s|  5610k|  2074k| 16939k|   3.0 |1396M|  63 |   8 |  70 |6557 |  70 |  19 |  14 |2108k|4092 | 0.000000e+00 |      --      |    Inf 
1019.31/1019.40	c  1019s|  5620k|  2078k| 16968k|   3.0 |1398M|  63 |   8 |  70 |6802 |  70 |  19 |  14 |2112k|4092 | 0.000000e+00 |      --      |    Inf 
1021.31/1021.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1021.31/1021.39	c  1021s|  5630k|  2081k| 16999k|   3.0 |1401M|  63 |   8 |  70 |6830 |  70 |  19 |  14 |2116k|4092 | 0.000000e+00 |      --      |    Inf 
1023.41/1023.45	c  1023s|  5640k|  2085k| 17029k|   3.0 |1403M|  63 |   8 |  70 |6128 |  70 |  19 |  14 |2120k|4092 | 0.000000e+00 |      --      |    Inf 
1025.31/1025.34	c  1025s|  5650k|  2088k| 17060k|   3.0 |1406M|  63 |   8 |  70 |6988 |  70 |  19 |  14 |2124k|4092 | 0.000000e+00 |      --      |    Inf 
1027.71/1027.72	c  1028s|  5660k|  2091k| 17090k|   3.0 |1408M|  63 |   8 |  70 |5515 |  70 |  19 |  14 |2128k|4092 | 0.000000e+00 |      --      |    Inf 
1029.63/1029.63	c  1030s|  5670k|  2095k| 17119k|   3.0 |1410M|  63 |   8 |  70 |5911 |  70 |  19 |  14 |2132k|4092 | 0.000000e+00 |      --      |    Inf 
1031.61/1031.60	c  1032s|  5680k|  2099k| 17149k|   3.0 |1413M|  63 |   8 |  70 |6211 |  70 |  19 |  14 |2135k|4092 | 0.000000e+00 |      --      |    Inf 
1033.71/1033.72	c  1034s|  5690k|  2102k| 17179k|   3.0 |1415M|  63 |   8 |  70 |5695 |  70 |  19 |  14 |2139k|4092 | 0.000000e+00 |      --      |    Inf 
1035.61/1035.60	c  1036s|  5700k|  2105k| 17209k|   3.0 |1418M|  63 |   8 |  70 |6548 |  70 |  19 |  14 |2143k|4092 | 0.000000e+00 |      --      |    Inf 
1037.41/1037.45	c  1037s|  5710k|  2109k| 17240k|   3.0 |1420M|  63 |   - |  70 |7896 |  70 |  19 |  14 |2147k|4092 | 0.000000e+00 |      --      |    Inf 
1039.61/1039.60	c  1040s|  5720k|  2112k| 17270k|   3.0 |1423M|  63 |   8 |  70 |6606 |  70 |  19 |  14 |2151k|4092 | 0.000000e+00 |      --      |    Inf 
1041.73/1041.73	c  1042s|  5730k|  2115k| 17301k|   3.0 |1425M|  63 |   8 |  70 |6406 |  70 |  19 |  14 |2155k|4092 | 0.000000e+00 |      --      |    Inf 
1043.61/1043.65	c  1044s|  5740k|  2118k| 17330k|   3.0 |1427M|  63 |   - |  70 |6975 |  70 |  19 |  14 |2160k|4092 | 0.000000e+00 |      --      |    Inf 
1045.71/1045.77	c  1046s|  5750k|  2122k| 17360k|   3.0 |1430M|  63 |   8 |  70 |6043 |  70 |  19 |  14 |2164k|4092 | 0.000000e+00 |      --      |    Inf 
1047.61/1047.60	c  1048s|  5760k|  2125k| 17391k|   3.0 |1432M|  63 |   - |  70 |6551 |  70 |  19 |  14 |2167k|4092 | 0.000000e+00 |      --      |    Inf 
1049.61/1049.66	c  1050s|  5770k|  2129k| 17419k|   3.0 |1434M|  63 |   8 |  70 |6189 |  70 |  19 |  14 |2171k|4092 | 0.000000e+00 |      --      |    Inf 
1051.63/1051.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1051.63/1051.66	c  1052s|  5780k|  2132k| 17449k|   3.0 |1437M|  63 |   8 |  70 |6896 |  70 |  19 |  14 |2175k|4092 | 0.000000e+00 |      --      |    Inf 
1053.61/1053.64	c  1054s|  5790k|  2135k| 17479k|   3.0 |1439M|  63 |   - |  70 |6825 |  70 |  19 |  14 |2179k|4092 | 0.000000e+00 |      --      |    Inf 
1055.81/1055.87	c  1056s|  5800k|  2139k| 17508k|   3.0 |1442M|  63 |   - |  70 |6388 |  70 |  19 |  14 |2183k|4092 | 0.000000e+00 |      --      |    Inf 
1057.91/1057.92	c  1058s|  5810k|  2142k| 17537k|   3.0 |1444M|  63 |   8 |  70 |6922 |  70 |  19 |  14 |2187k|4092 | 0.000000e+00 |      --      |    Inf 
1059.91/1059.91	c  1060s|  5820k|  2146k| 17567k|   3.0 |1447M|  63 |   8 |  70 |7436 |  70 |  19 |  14 |2191k|4092 | 0.000000e+00 |      --      |    Inf 
1061.91/1061.96	c  1062s|  5830k|  2149k| 17597k|   3.0 |1449M|  63 |   8 |  70 |6826 |  70 |  19 |  14 |2195k|4092 | 0.000000e+00 |      --      |    Inf 
1064.11/1064.10	c  1064s|  5840k|  2152k| 17627k|   3.0 |1451M|  63 |   - |  70 |5723 |  70 |  19 |  14 |2199k|4092 | 0.000000e+00 |      --      |    Inf 
1066.11/1066.13	c  1066s|  5850k|  2156k| 17657k|   3.0 |1454M|  63 |   - |  70 |6165 |  70 |  19 |  14 |2202k|4092 | 0.000000e+00 |      --      |    Inf 
1068.02/1068.07	c  1068s|  5860k|  2159k| 17687k|   3.0 |1456M|  63 |   - |  70 |7110 |  70 |  19 |  14 |2206k|4092 | 0.000000e+00 |      --      |    Inf 
1069.91/1069.93	c  1070s|  5870k|  2163k| 17717k|   3.0 |1459M|  63 |   - |  70 |7312 |  70 |  19 |  14 |2210k|4092 | 0.000000e+00 |      --      |    Inf 
1071.81/1071.87	c  1072s|  5880k|  2166k| 17748k|   3.0 |1461M|  63 |   8 |  70 |7993 |  70 |  19 |  14 |2214k|4092 | 0.000000e+00 |      --      |    Inf 
1074.01/1074.00	c  1074s|  5890k|  2170k| 17778k|   3.0 |1464M|  63 |   - |  70 |6986 |  70 |  19 |  14 |2218k|4092 | 0.000000e+00 |      --      |    Inf 
1076.01/1076.06	c  1076s|  5900k|  2173k| 17809k|   3.0 |1466M|  63 |   - |  70 |6985 |  70 |  19 |  14 |2222k|4092 | 0.000000e+00 |      --      |    Inf 
1078.02/1078.06	c  1078s|  5910k|  2176k| 17839k|   3.0 |1468M|  63 |   8 |  70 |7266 |  70 |  19 |  14 |2226k|4092 | 0.000000e+00 |      --      |    Inf 
1080.01/1080.03	c  1080s|  5920k|  2180k| 17869k|   3.0 |1471M|  63 |   8 |  70 |7551 |  70 |  19 |  14 |2230k|4092 | 0.000000e+00 |      --      |    Inf 
1082.21/1082.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1082.21/1082.27	c  1082s|  5930k|  2183k| 17898k|   3.0 |1473M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |2234k|4092 | 0.000000e+00 |      --      |    Inf 
1084.31/1084.30	c  1084s|  5940k|  2186k| 17927k|   3.0 |1476M|  63 |   8 |  70 |7381 |  70 |  19 |  14 |2238k|4092 | 0.000000e+00 |      --      |    Inf 
1086.41/1086.48	c  1086s|  5950k|  2190k| 17957k|   3.0 |1478M|  63 |   8 |  70 |7068 |  70 |  19 |  14 |2242k|4092 | 0.000000e+00 |      --      |    Inf 
1088.71/1088.73	c  1089s|  5960k|  2193k| 17987k|   3.0 |1480M|  63 |   8 |  70 |6108 |  70 |  19 |  14 |2246k|4092 | 0.000000e+00 |      --      |    Inf 
1090.91/1090.90	c  1091s|  5970k|  2196k| 18017k|   3.0 |1483M|  63 |   8 |  70 |6078 |  70 |  19 |  14 |2250k|4092 | 0.000000e+00 |      --      |    Inf 
1093.11/1093.11	c  1093s|  5980k|  2199k| 18047k|   3.0 |1485M|  63 |   8 |  70 |5807 |  70 |  19 |  14 |2254k|4092 | 0.000000e+00 |      --      |    Inf 
1095.21/1095.29	c  1095s|  5990k|  2203k| 18076k|   3.0 |1487M|  63 |   8 |  70 |5447 |  70 |  19 |  14 |2258k|4092 | 0.000000e+00 |      --      |    Inf 
1097.21/1097.28	c  1097s|  6000k|  2206k| 18106k|   3.0 |1490M|  63 |   8 |  70 |5806 |  70 |  19 |  14 |2262k|4092 | 0.000000e+00 |      --      |    Inf 
1099.01/1099.00	c  1099s|  6010k|  2210k| 18136k|   3.0 |1493M|  63 |   8 |  70 |6879 |  70 |  19 |  14 |2265k|4092 | 0.000000e+00 |      --      |    Inf 
1100.82/1100.82	c  1101s|  6020k|  2214k| 18167k|   3.0 |1495M|  63 |   - |  70 |7865 |   0 |   0 |  14 |2269k|4092 | 0.000000e+00 |      --      |    Inf 
1102.71/1102.70	c  1103s|  6030k|  2217k| 18197k|   3.0 |1498M|  63 |   - |  70 |8973 |  70 |  19 |  14 |2273k|4092 | 0.000000e+00 |      --      |    Inf 
1104.91/1104.92	c  1105s|  6040k|  2221k| 18228k|   3.0 |1500M|  63 |   8 |  70 |8335 |  70 |  19 |  14 |2277k|4092 | 0.000000e+00 |      --      |    Inf 
1107.21/1107.22	c  1107s|  6050k|  2224k| 18258k|   3.0 |1503M|  63 |   8 |  70 |7294 |  70 |  19 |  14 |2281k|4092 | 0.000000e+00 |      --      |    Inf 
1109.51/1109.52	c  1110s|  6060k|  2227k| 18287k|   3.0 |1505M|  63 |   8 |  70 |6587 |  70 |  19 |  14 |2285k|4092 | 0.000000e+00 |      --      |    Inf 
1111.41/1111.47	c  1111s|  6070k|  2231k| 18318k|   3.0 |1507M|  63 |   - |  70 |7395 |  70 |  19 |  14 |2289k|4092 | 0.000000e+00 |      --      |    Inf 
1113.61/1113.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1113.61/1113.62	c  1114s|  6080k|  2234k| 18348k|   3.0 |1510M|  63 |   8 |  70 |7565 |  70 |  19 |  14 |2293k|4092 | 0.000000e+00 |      --      |    Inf 
1115.82/1115.87	c  1116s|  6090k|  2237k| 18378k|   3.0 |1512M|  63 |   8 |  70 |6759 |  70 |  19 |  14 |2297k|4092 | 0.000000e+00 |      --      |    Inf 
1118.01/1118.06	c  1118s|  6100k|  2241k| 18408k|   3.0 |1514M|  63 |   8 |  70 |6436 |  70 |  19 |  14 |2301k|4092 | 0.000000e+00 |      --      |    Inf 
1119.83/1119.86	c  1120s|  6110k|  2245k| 18438k|   3.0 |1517M|  63 |   8 |  70 |6968 |  70 |  19 |  14 |2304k|4092 | 0.000000e+00 |      --      |    Inf 
1121.81/1121.85	c  1122s|  6120k|  2249k| 18468k|   3.0 |1519M|  63 |   8 |  70 |6378 |  70 |  19 |  14 |2308k|4092 | 0.000000e+00 |      --      |    Inf 
1124.01/1124.04	c  1124s|  6130k|  2252k| 18498k|   3.0 |1522M|  63 |   8 |  70 |6031 |  70 |  19 |  14 |2312k|4092 | 0.000000e+00 |      --      |    Inf 
1126.11/1126.10	c  1126s|  6140k|  2255k| 18527k|   3.0 |1524M|  63 |   - |  70 |5784 |  70 |  19 |  14 |2316k|4092 | 0.000000e+00 |      --      |    Inf 
1128.21/1128.25	c  1128s|  6150k|  2258k| 18556k|   3.0 |1526M|  63 |   8 |  70 |5500 |  70 |  19 |  14 |2320k|4092 | 0.000000e+00 |      --      |    Inf 
1130.21/1130.30	c  1130s|  6160k|  2262k| 18586k|   3.0 |1529M|  63 |   - |  70 |5910 |  70 |  19 |  14 |2324k|4092 | 0.000000e+00 |      --      |    Inf 
1132.31/1132.32	c  1132s|  6170k|  2265k| 18616k|   3.0 |1531M|  63 |   - |  70 |6242 |  70 |  19 |  14 |2328k|4092 | 0.000000e+00 |      --      |    Inf 
1134.31/1134.39	c  1134s|  6180k|  2268k| 18646k|   3.0 |1534M|  63 |   - |  70 |5429 |  70 |  19 |  14 |2332k|4092 | 0.000000e+00 |      --      |    Inf 
1136.41/1136.42	c  1136s|  6190k|  2272k| 18676k|   3.0 |1536M|  63 |   - |  70 |5490 |  70 |  19 |  14 |2336k|4092 | 0.000000e+00 |      --      |    Inf 
1138.21/1138.21	c  1138s|  6200k|  2275k| 18706k|   3.0 |1539M|  63 |   8 |  70 |6717 |  70 |  19 |  14 |2340k|4092 | 0.000000e+00 |      --      |    Inf 
1140.32/1140.35	c  1140s|  6210k|  2278k| 18738k|   3.0 |1541M|  63 |   8 |  70 |6171 |  70 |  19 |  14 |2344k|4092 | 0.000000e+00 |      --      |    Inf 
1142.51/1142.54	c  1143s|  6220k|  2281k| 18768k|   3.0 |1543M|  63 |   8 |  70 |6021 |  70 |  19 |  14 |2348k|4092 | 0.000000e+00 |      --      |    Inf 
1144.61/1144.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1144.61/1144.66	c  1145s|  6230k|  2285k| 18796k|   3.0 |1546M|  63 |   8 |  70 |5612 |  70 |  19 |  14 |2352k|4092 | 0.000000e+00 |      --      |    Inf 
1146.71/1146.74	c  1147s|  6240k|  2288k| 18826k|   3.0 |1548M|  63 |   8 |  70 |6212 |  70 |  19 |  14 |2356k|4092 | 0.000000e+00 |      --      |    Inf 
1148.61/1148.67	c  1149s|  6250k|  2292k| 18855k|   3.0 |1551M|  63 |   8 |  70 |6549 |  70 |  19 |  14 |2360k|4092 | 0.000000e+00 |      --      |    Inf 
1150.72/1150.74	c  1151s|  6260k|  2295k| 18884k|   3.0 |1553M|  63 |   8 |  70 |6652 |  70 |  19 |  14 |2364k|4092 | 0.000000e+00 |      --      |    Inf 
1152.73/1152.75	c  1153s|  6270k|  2299k| 18914k|   3.0 |1556M|  63 |   8 |  70 |6913 |  70 |  19 |  14 |2368k|4092 | 0.000000e+00 |      --      |    Inf 
1154.42/1154.46	c  1154s|  6280k|  2303k| 18944k|   3.0 |1558M|  63 |   8 |  70 |8316 |  70 |  19 |  14 |2371k|4092 | 0.000000e+00 |      --      |    Inf 
1156.52/1156.52	c  1157s|  6290k|  2307k| 18974k|   3.0 |1561M|  63 |   8 |  70 |8248 |  70 |  19 |  14 |2375k|4092 | 0.000000e+00 |      --      |    Inf 
1158.72/1158.79	c  1159s|  6300k|  2310k| 19004k|   3.0 |1563M|  63 |   8 |  70 |6628 |  70 |  19 |  14 |2379k|4092 | 0.000000e+00 |      --      |    Inf 
1160.61/1160.64	c  1161s|  6310k|  2314k| 19034k|   3.0 |1566M|  63 |   8 |  70 |7443 |  70 |  19 |  14 |2382k|4092 | 0.000000e+00 |      --      |    Inf 
1162.62/1162.68	c  1163s|  6320k|  2317k| 19063k|   3.0 |1568M|  63 |   8 |  70 |6746 |  70 |  19 |  14 |2386k|4092 | 0.000000e+00 |      --      |    Inf 
1164.61/1164.66	c  1165s|  6330k|  2321k| 19093k|   3.0 |1570M|  63 |   8 |  70 |6822 |  70 |  19 |  14 |2390k|4092 | 0.000000e+00 |      --      |    Inf 
1166.61/1166.64	c  1167s|  6340k|  2325k| 19122k|   3.0 |1573M|  63 |   8 |  70 |7478 |  70 |  19 |  14 |2394k|4092 | 0.000000e+00 |      --      |    Inf 
1168.91/1168.92	c  1169s|  6350k|  2328k| 19153k|   3.0 |1575M|  63 |   - |  70 |6256 |  70 |  19 |  14 |2398k|4092 | 0.000000e+00 |      --      |    Inf 
1170.91/1170.99	c  1171s|  6360k|  2331k| 19182k|   3.0 |1578M|  63 |   8 |  70 |6634 |  70 |  19 |  14 |2402k|4092 | 0.000000e+00 |      --      |    Inf 
1172.92/1172.97	c  1173s|  6370k|  2335k| 19212k|   3.0 |1580M|  63 |   - |  70 |6840 |  70 |  19 |  14 |2406k|4092 | 0.000000e+00 |      --      |    Inf 
1174.92/1174.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1174.92/1174.99	c  1175s|  6380k|  2338k| 19241k|   3.0 |1583M|  63 |   - |  70 |6984 |  70 |  19 |  14 |2410k|4092 | 0.000000e+00 |      --      |    Inf 
1177.03/1177.07	c  1177s|  6390k|  2342k| 19270k|   3.0 |1585M|  63 |   - |  70 |6743 |  70 |  19 |  14 |2413k|4092 | 0.000000e+00 |      --      |    Inf 
1178.92/1178.90	c  1179s|  6400k|  2346k| 19298k|   3.0 |1588M|  63 |   - |  70 |8156 |  70 |  19 |  14 |2417k|4092 | 0.000000e+00 |      --      |    Inf 
1180.81/1180.82	c  1181s|  6410k|  2349k| 19327k|   3.0 |1590M|  63 |   - |  70 |8699 |  70 |  19 |  14 |2421k|4092 | 0.000000e+00 |      --      |    Inf 
1183.01/1183.01	c  1183s|  6420k|  2353k| 19356k|   3.0 |1592M|  63 |   8 |  70 |7968 |  70 |  19 |  14 |2425k|4092 | 0.000000e+00 |      --      |    Inf 
1185.01/1185.07	c  1185s|  6430k|  2356k| 19385k|   3.0 |1595M|  63 |   8 |  70 |7275 |  70 |  19 |  14 |2429k|4092 | 0.000000e+00 |      --      |    Inf 
1187.12/1187.15	c  1187s|  6440k|  2360k| 19415k|   3.0 |1597M|  63 |   - |  70 |6774 |  70 |  19 |  14 |2432k|4092 | 0.000000e+00 |      --      |    Inf 
1188.82/1188.85	c  1189s|  6450k|  2363k| 19445k|   3.0 |1600M|  63 |   8 |  70 |8494 |  70 |  19 |  14 |2436k|4092 | 0.000000e+00 |      --      |    Inf 
1191.11/1191.12	c  1191s|  6460k|  2367k| 19474k|   3.0 |1602M|  63 |   8 |  70 |7295 |  70 |  19 |  14 |2440k|4092 | 0.000000e+00 |      --      |    Inf 
1193.22/1193.29	c  1193s|  6470k|  2370k| 19503k|   3.0 |1605M|  63 |   - |  70 |6733 |  70 |  19 |  14 |2444k|4092 | 0.000000e+00 |      --      |    Inf 
1195.12/1195.16	c  1195s|  6480k|  2374k| 19534k|   3.0 |1607M|  63 |   8 |  70 |7698 |  70 |  19 |  14 |2448k|4092 | 0.000000e+00 |      --      |    Inf 
1197.21/1197.28	c  1197s|  6490k|  2378k| 19563k|   3.0 |1609M|  63 |   8 |  70 |6750 |  70 |  19 |  14 |2451k|4092 | 0.000000e+00 |      --      |    Inf 
1199.31/1199.31	c  1199s|  6500k|  2381k| 19592k|   3.0 |1612M|  63 |   8 |  70 |6621 |  70 |  19 |  14 |2455k|4092 | 0.000000e+00 |      --      |    Inf 
1201.32/1201.32	c  1201s|  6510k|  2385k| 19622k|   3.0 |1614M|  63 |   - |  70 |7229 |   0 |   0 |  14 |2459k|4092 | 0.000000e+00 |      --      |    Inf 
1203.22/1203.26	c  1203s|  6520k|  2389k| 19652k|   3.0 |1617M|  63 |   8 |  70 |7810 |  70 |  19 |  14 |2463k|4092 | 0.000000e+00 |      --      |    Inf 
1205.12/1205.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1205.12/1205.15	c  1205s|  6530k|  2393k| 19680k|   3.0 |1620M|  63 |   - |  70 |8641 |  70 |  19 |  14 |2466k|4092 | 0.000000e+00 |      --      |    Inf 
1207.11/1207.13	c  1207s|  6540k|  2396k| 19710k|   3.0 |1622M|  63 |   8 |  70 |8060 |  70 |  19 |  14 |2470k|4092 | 0.000000e+00 |      --      |    Inf 
1209.21/1209.21	c  1209s|  6550k|  2400k| 19739k|   3.0 |1624M|  63 |   8 |  70 |7673 |  70 |  19 |  14 |2474k|4092 | 0.000000e+00 |      --      |    Inf 
1211.41/1211.41	c  1211s|  6560k|  2403k| 19769k|   3.0 |1626M|  63 |   8 |  70 |6055 |  70 |  19 |  14 |2478k|4092 | 0.000000e+00 |      --      |    Inf 
1213.52/1213.52	c  1214s|  6570k|  2406k| 19799k|   3.0 |1629M|  63 |   - |  70 |6354 |  70 |  19 |  14 |2482k|4092 | 0.000000e+00 |      --      |    Inf 
1215.53/1215.52	c  1216s|  6580k|  2410k| 19828k|   3.0 |1631M|  63 |   8 |  70 |6091 |  70 |  19 |  14 |2486k|4092 | 0.000000e+00 |      --      |    Inf 
1217.62/1217.71	c  1218s|  6590k|  2413k| 19858k|   3.0 |1634M|  63 |   8 |  70 |5988 |  70 |  19 |  14 |2490k|4092 | 0.000000e+00 |      --      |    Inf 
1219.72/1219.77	c  1220s|  6600k|  2417k| 19887k|   3.0 |1636M|  63 |   - |  70 |5941 |  70 |  19 |  14 |2494k|4092 | 0.000000e+00 |      --      |    Inf 
1221.61/1221.69	c  1222s|  6610k|  2420k| 19917k|   3.0 |1638M|  63 |   8 |  70 |5781 |  70 |  19 |  14 |2497k|4092 | 0.000000e+00 |      --      |    Inf 
1223.71/1223.78	c  1224s|  6620k|  2424k| 19947k|   3.0 |1641M|  63 |   8 |  70 |6157 |  70 |  19 |  14 |2501k|4092 | 0.000000e+00 |      --      |    Inf 
1225.82/1225.86	c  1226s|  6630k|  2427k| 19976k|   3.0 |1643M|  63 |   - |  70 |6426 |  70 |  19 |  14 |2505k|4092 | 0.000000e+00 |      --      |    Inf 
1227.92/1227.96	c  1228s|  6640k|  2430k| 20006k|   3.0 |1646M|  63 |   8 |  70 |6590 |  70 |  19 |  14 |2509k|4092 | 0.000000e+00 |      --      |    Inf 
1230.11/1230.15	c  1230s|  6650k|  2434k| 20037k|   3.0 |1648M|  63 |   - |  70 |7030 |  70 |  19 |  14 |2513k|4092 | 0.000000e+00 |      --      |    Inf 
1232.22/1232.23	c  1232s|  6660k|  2437k| 20067k|   3.0 |1651M|  63 |   - |  70 |6992 |  70 |  19 |  14 |2517k|4093 | 0.000000e+00 |      --      |    Inf 
1234.31/1234.35	c  1234s|  6670k|  2440k| 20096k|   3.0 |1653M|  63 |   - |  70 |6598 |   0 |   0 |  14 |2521k|4097 | 0.000000e+00 |      --      |    Inf 
1236.43/1236.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1236.43/1236.47	c  1236s|  6680k|  2444k| 20126k|   3.0 |1655M|  63 |   8 |  70 |6382 |  70 |  19 |  14 |2525k|4101 | 0.000000e+00 |      --      |    Inf 
1238.21/1238.23	c  1238s|  6690k|  2448k| 20155k|   3.0 |1658M|  63 |   - |  70 |7903 |  70 |  19 |  14 |2529k|4101 | 0.000000e+00 |      --      |    Inf 
1240.22/1240.26	c  1240s|  6700k|  2451k| 20185k|   3.0 |1661M|  63 |   8 |  70 |7954 |  70 |  19 |  14 |2533k|4101 | 0.000000e+00 |      --      |    Inf 
1242.42/1242.49	c  1242s|  6710k|  2454k| 20214k|   3.0 |1663M|  63 |   8 |  70 |6864 |  70 |  19 |  14 |2537k|4105 | 0.000000e+00 |      --      |    Inf 
1244.71/1244.72	c  1245s|  6720k|  2457k| 20244k|   3.0 |1665M|  63 |   8 |  70 |5948 |  70 |  19 |  14 |2541k|4110 | 0.000000e+00 |      --      |    Inf 
1246.71/1246.79	c  1247s|  6730k|  2460k| 20273k|   3.0 |1667M|  63 |   8 |  70 |6438 |  70 |  19 |  14 |2545k|4110 | 0.000000e+00 |      --      |    Inf 
1248.91/1248.96	c  1249s|  6740k|  2463k| 20303k|   3.0 |1670M|  63 |   - |  70 |6000 |  70 |  19 |  14 |2549k|4112 | 0.000000e+00 |      --      |    Inf 
1251.02/1251.05	c  1251s|  6750k|  2467k| 20333k|   3.0 |1672M|  63 |   - |  70 |6027 |  70 |  19 |  14 |2553k|4112 | 0.000000e+00 |      --      |    Inf 
1252.93/1252.92	c  1253s|  6760k|  2471k| 20362k|   3.0 |1675M|  63 |   - |  70 |7105 |  70 |  19 |  14 |2557k|4112 | 0.000000e+00 |      --      |    Inf 
1255.02/1255.03	c  1255s|  6770k|  2474k| 20392k|   3.0 |1677M|  63 |   8 |  70 |6508 |  70 |  19 |  14 |2561k|4112 | 0.000000e+00 |      --      |    Inf 
1257.12/1257.11	c  1257s|  6780k|  2477k| 20422k|   3.0 |1679M|  63 |   - |  70 |6377 |  70 |  19 |  14 |2565k|4112 | 0.000000e+00 |      --      |    Inf 
1259.21/1259.21	c  1259s|  6790k|  2480k| 20451k|   3.0 |1682M|  63 |   - |  70 |5855 |  70 |  19 |  14 |2569k|4112 | 0.000000e+00 |      --      |    Inf 
1261.22/1261.29	c  1261s|  6800k|  2484k| 20481k|   3.0 |1684M|  63 |   - |  70 |6427 |  70 |  19 |  14 |2573k|4112 | 0.000000e+00 |      --      |    Inf 
1263.32/1263.34	c  1263s|  6810k|  2487k| 20510k|   3.0 |1687M|  63 |   8 |  70 |6304 |  70 |  19 |  14 |2576k|4112 | 0.000000e+00 |      --      |    Inf 
1265.11/1265.14	c  1265s|  6820k|  2491k| 20542k|   3.0 |1689M|  63 |   8 |  70 |7647 |  70 |  19 |  14 |2580k|4112 | 0.000000e+00 |      --      |    Inf 
1267.23/1267.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1267.23/1267.28	c  1267s|  6830k|  2494k| 20572k|   3.0 |1692M|  63 |   8 |  70 |7291 |  70 |  19 |  14 |2584k|4112 | 0.000000e+00 |      --      |    Inf 
1269.43/1269.47	c  1269s|  6840k|  2497k| 20602k|   3.0 |1694M|  63 |   - |  70 |7220 |  70 |  19 |  14 |2588k|4112 | 0.000000e+00 |      --      |    Inf 
1271.42/1271.41	c  1271s|  6850k|  2501k| 20632k|   3.0 |1697M|  63 |   8 |  70 |6816 |  70 |  19 |  14 |2592k|4112 | 0.000000e+00 |      --      |    Inf 
1273.11/1273.19	c  1273s|  6860k|  2505k| 20660k|   3.0 |1699M|  63 |   8 |  70 |8151 |  70 |  19 |  14 |2595k|4112 | 0.000000e+00 |      --      |    Inf 
1275.42/1275.45	c  1275s|  6870k|  2509k| 20690k|   3.0 |1701M|  63 |   8 |  70 |6760 |  70 |  19 |  14 |2599k|4112 | 0.000000e+00 |      --      |    Inf 
1277.51/1277.59	c  1278s|  6880k|  2512k| 20720k|   3.0 |1704M|  63 |   8 |  70 |6076 |  70 |  19 |  14 |2603k|4112 | 0.000000e+00 |      --      |    Inf 
1279.71/1279.73	c  1280s|  6890k|  2516k| 20749k|   3.0 |1706M|  63 |   - |  70 |5520 |  70 |  19 |  14 |2607k|4112 | 0.000000e+00 |      --      |    Inf 
1281.62/1281.68	c  1282s|  6900k|  2519k| 20780k|   3.0 |1709M|  63 |   8 |  70 |6390 |  70 |  19 |  14 |2611k|4112 | 0.000000e+00 |      --      |    Inf 
1283.42/1283.48	c  1283s|  6910k|  2523k| 20809k|   3.0 |1711M|  63 |   8 |  70 |6863 |  70 |  19 |  14 |2614k|4112 | 0.000000e+00 |      --      |    Inf 
1285.32/1285.32	c  1285s|  6920k|  2527k| 20838k|   3.0 |1714M|  63 |   8 |  70 |7811 |  70 |  19 |  14 |2618k|4112 | 0.000000e+00 |      --      |    Inf 
1287.22/1287.26	c  1287s|  6930k|  2530k| 20869k|   3.0 |1716M|  63 |   - |  70 |8133 |  70 |  19 |  14 |2622k|4112 | 0.000000e+00 |      --      |    Inf 
1289.32/1289.38	c  1289s|  6940k|  2534k| 20898k|   3.0 |1719M|  63 |   8 |  70 |7475 |  70 |  19 |  14 |2626k|4112 | 0.000000e+00 |      --      |    Inf 
1291.52/1291.54	c  1292s|  6950k|  2537k| 20929k|   3.0 |1721M|  63 |   - |  70 |6526 |  70 |  19 |  14 |2630k|4112 | 0.000000e+00 |      --      |    Inf 
1293.42/1293.45	c  1293s|  6960k|  2541k| 20958k|   3.0 |1723M|  63 |   8 |  70 |6978 |  70 |  19 |  14 |2634k|4112 | 0.000000e+00 |      --      |    Inf 
1295.62/1295.70	c  1296s|  6970k|  2544k| 20987k|   3.0 |1726M|  63 |   8 |  70 |5766 |  70 |  19 |  14 |2637k|4112 | 0.000000e+00 |      --      |    Inf 
1297.81/1297.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.81/1297.85	c  1298s|  6980k|  2548k| 21017k|   3.0 |1728M|  63 |   8 |  70 |5721 |  70 |  19 |  14 |2641k|4112 | 0.000000e+00 |      --      |    Inf 
1300.01/1300.06	c  1300s|  6990k|  2551k| 21047k|   3.0 |1730M|  63 |   - |  70 |5716 |  70 |  19 |  14 |2646k|4112 | 0.000000e+00 |      --      |    Inf 
1302.21/1302.29	c  1302s|  7000k|  2554k| 21076k|   3.0 |1733M|  63 |   8 |  70 |5503 |  70 |  19 |  14 |2650k|4112 | 0.000000e+00 |      --      |    Inf 
1304.32/1304.35	c  1304s|  7010k|  2557k| 21106k|   3.0 |1735M|  63 |   8 |  70 |5704 |  70 |  19 |  14 |2654k|4112 | 0.000000e+00 |      --      |    Inf 
1306.22/1306.28	c  1306s|  7020k|  2561k| 21136k|   3.0 |1738M|  63 |   8 |  70 |6765 |  70 |  19 |  14 |2657k|4112 | 0.000000e+00 |      --      |    Inf 
1308.42/1308.49	c  1308s|  7030k|  2564k| 21165k|   3.0 |1740M|  63 |   8 |  70 |6194 |  70 |  19 |  14 |2661k|4112 | 0.000000e+00 |      --      |    Inf 
1310.31/1310.36	c  1310s|  7040k|  2568k| 21195k|   3.0 |1743M|  63 |   8 |  70 |7017 |  70 |  19 |  14 |2665k|4112 | 0.000000e+00 |      --      |    Inf 
1312.42/1312.40	c  1312s|  7050k|  2571k| 21225k|   3.0 |1745M|  63 |   8 |  70 |6846 |  70 |  19 |  14 |2669k|4112 | 0.000000e+00 |      --      |    Inf 
1314.43/1314.45	c  1314s|  7060k|  2575k| 21255k|   3.0 |1748M|  63 |   8 |  70 |6898 |  70 |  19 |  14 |2673k|4112 | 0.000000e+00 |      --      |    Inf 
1316.32/1316.36	c  1316s|  7070k|  2578k| 21284k|   3.0 |1750M|  63 |   - |  70 |7634 |  70 |  19 |  14 |2677k|4112 | 0.000000e+00 |      --      |    Inf 
1318.32/1318.38	c  1318s|  7080k|  2582k| 21314k|   3.0 |1753M|  63 |   8 |  70 |7698 |  70 |  19 |  14 |2681k|4112 | 0.000000e+00 |      --      |    Inf 
1320.42/1320.49	c  1320s|  7090k|  2585k| 21344k|   3.0 |1755M|  63 |   8 |  70 |7809 |  70 |  19 |  14 |2685k|4112 | 0.000000e+00 |      --      |    Inf 
1322.52/1322.59	c  1323s|  7100k|  2589k| 21373k|   3.0 |1758M|  63 |   - |  70 |7533 |  70 |  19 |  14 |2688k|4112 | 0.000000e+00 |      --      |    Inf 
1324.62/1324.69	c  1325s|  7110k|  2592k| 21402k|   3.0 |1760M|  63 |   - |  70 |8103 |  70 |  19 |  14 |2692k|4112 | 0.000000e+00 |      --      |    Inf 
1326.82/1326.85	c  1327s|  7120k|  2595k| 21432k|   3.0 |1762M|  63 |   - |  70 |7822 |  70 |  19 |  14 |2696k|4112 | 0.000000e+00 |      --      |    Inf 
1328.92/1328.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1328.92/1328.94	c  1329s|  7130k|  2598k| 21463k|   3.0 |1765M|  63 |   8 |  70 |8755 |  70 |  19 |  14 |2701k|4112 | 0.000000e+00 |      --      |    Inf 
1331.42/1331.40	c  1331s|  7140k|  2601k| 21493k|   3.0 |1767M|  63 |   8 |  70 |6964 |  70 |  19 |  14 |2705k|4112 | 0.000000e+00 |      --      |    Inf 
1333.31/1333.34	c  1333s|  7150k|  2605k| 21522k|   3.0 |1770M|  63 |   8 |  70 |7332 |  70 |  19 |  14 |2708k|4112 | 0.000000e+00 |      --      |    Inf 
1335.22/1335.21	c  1335s|  7160k|  2609k| 21553k|   3.0 |1772M|  63 |   8 |  70 |7975 |  70 |  19 |  14 |2712k|4112 | 0.000000e+00 |      --      |    Inf 
1337.12/1337.14	c  1337s|  7170k|  2613k| 21582k|   3.0 |1775M|  63 |   - |  70 |8418 |  70 |  19 |  14 |2716k|4112 | 0.000000e+00 |      --      |    Inf 
1339.32/1339.30	c  1339s|  7180k|  2616k| 21612k|   3.0 |1777M|  63 |   - |  70 |7487 |  70 |  19 |  14 |2720k|4112 | 0.000000e+00 |      --      |    Inf 
1341.22/1341.25	c  1341s|  7190k|  2620k| 21641k|   3.0 |1780M|  63 |   - |  70 |8037 |  70 |  19 |  14 |2723k|4112 | 0.000000e+00 |      --      |    Inf 
1343.22/1343.26	c  1343s|  7200k|  2623k| 21672k|   3.0 |1782M|  63 |   - |  70 |8327 |   0 |   0 |  14 |2727k|4112 | 0.000000e+00 |      --      |    Inf 
1345.52/1345.50	c  1345s|  7210k|  2627k| 21701k|   3.0 |1784M|  63 |   8 |  70 |6739 |  70 |  19 |  14 |2732k|4112 | 0.000000e+00 |      --      |    Inf 
1347.72/1347.77	c  1348s|  7220k|  2630k| 21731k|   3.0 |1786M|  63 |   - |  70 |6305 |  70 |  19 |  14 |2736k|4112 | 0.000000e+00 |      --      |    Inf 
1349.81/1349.83	c  1350s|  7230k|  2633k| 21761k|   3.0 |1789M|  63 |   8 |  70 |6668 |  70 |  19 |  14 |2740k|4112 | 0.000000e+00 |      --      |    Inf 
1351.94/1351.95	c  1352s|  7240k|  2637k| 21791k|   3.0 |1791M|  63 |   - |  70 |6671 |  70 |  19 |  14 |2744k|4112 | 0.000000e+00 |      --      |    Inf 
1353.81/1353.83	c  1354s|  7250k|  2640k| 21820k|   3.0 |1794M|  63 |   - |  70 |6948 |  70 |  19 |  14 |2747k|4112 | 0.000000e+00 |      --      |    Inf 
1355.92/1355.97	c  1356s|  7260k|  2644k| 21849k|   3.0 |1796M|  63 |   8 |  70 |6262 |  70 |  19 |  14 |2751k|4112 | 0.000000e+00 |      --      |    Inf 
1357.71/1357.78	c  1358s|  7270k|  2647k| 21881k|   3.0 |1799M|  63 |   - |  70 |7146 |  70 |  19 |  14 |2755k|4112 | 0.000000e+00 |      --      |    Inf 
1359.71/1359.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1359.71/1359.75	c  1360s|  7280k|  2651k| 21911k|   3.0 |1801M|  63 |   8 |  70 |7458 |  70 |  19 |  14 |2759k|4112 | 0.000000e+00 |      --      |    Inf 
1361.72/1361.79	c  1362s|  7290k|  2654k| 21941k|   3.0 |1804M|  63 |   8 |  70 |7239 |  70 |  19 |  14 |2763k|4112 | 0.000000e+00 |      --      |    Inf 
1364.04/1364.08	c  1364s|  7300k|  2658k| 21970k|   3.0 |1806M|  63 |   8 |  70 |6236 |  70 |  19 |  14 |2767k|4112 | 0.000000e+00 |      --      |    Inf 
1366.31/1366.32	c  1366s|  7310k|  2661k| 22000k|   3.0 |1808M|  63 |   8 |  70 |5847 |  70 |  19 |  14 |2771k|4112 | 0.000000e+00 |      --      |    Inf 
1368.52/1368.51	c  1369s|  7320k|  2664k| 22029k|   3.0 |1810M|  63 |   8 |  70 |5676 |  70 |  19 |  14 |2775k|4112 | 0.000000e+00 |      --      |    Inf 
1370.63/1370.68	c  1371s|  7330k|  2667k| 22059k|   3.0 |1813M|  63 |   8 |  70 |6058 |  70 |  19 |  14 |2779k|4112 | 0.000000e+00 |      --      |    Inf 
1372.83/1372.88	c  1373s|  7340k|  2671k| 22089k|   3.0 |1815M|  63 |   8 |  70 |5746 |  70 |  19 |  14 |2783k|4112 | 0.000000e+00 |      --      |    Inf 
1375.03/1375.02	c  1375s|  7350k|  2674k| 22119k|   3.0 |1818M|  63 |   - |  70 |5888 |  70 |  19 |  14 |2787k|4112 | 0.000000e+00 |      --      |    Inf 
1377.31/1377.30	c  1377s|  7360k|  2677k| 22149k|   3.0 |1820M|  63 |   8 |  70 |5678 |  70 |  19 |  14 |2791k|4112 | 0.000000e+00 |      --      |    Inf 
1379.22/1379.31	c  1379s|  7370k|  2680k| 22178k|   3.0 |1822M|  63 |   8 |  70 |6145 |  70 |  19 |  14 |2795k|4112 | 0.000000e+00 |      --      |    Inf 
1381.41/1381.45	c  1381s|  7380k|  2683k| 22207k|   3.0 |1825M|  63 |   8 |  70 |6140 |  70 |  19 |  14 |2799k|4112 | 0.000000e+00 |      --      |    Inf 
1383.52/1383.58	c  1384s|  7390k|  2687k| 22237k|   3.0 |1827M|  63 |   8 |  70 |6347 |  70 |  19 |  14 |2803k|4112 | 0.000000e+00 |      --      |    Inf 
1385.72/1385.70	c  1386s|  7400k|  2690k| 22267k|   3.0 |1830M|  63 |   8 |  70 |6509 |  70 |  19 |  14 |2807k|4112 | 0.000000e+00 |      --      |    Inf 
1387.92/1387.94	c  1388s|  7410k|  2693k| 22296k|   3.0 |1832M|  63 |   8 |  70 |6304 |  70 |  19 |  14 |2811k|4112 | 0.000000e+00 |      --      |    Inf 
1390.02/1390.07	c  1390s|  7420k|  2697k| 22326k|   3.0 |1835M|  63 |   8 |  70 |6535 |  70 |  19 |  14 |2815k|4112 | 0.000000e+00 |      --      |    Inf 
1392.22/1392.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1392.22/1392.27	c  1392s|  7430k|  2700k| 22356k|   3.0 |1837M|  63 |   8 |  70 |5876 |  70 |  19 |  14 |2819k|4112 | 0.000000e+00 |      --      |    Inf 
1394.22/1394.20	c  1394s|  7440k|  2704k| 22385k|   3.0 |1840M|  63 |   - |  70 |6812 |  70 |  19 |  14 |2823k|4112 | 0.000000e+00 |      --      |    Inf 
1396.22/1396.22	c  1396s|  7450k|  2707k| 22416k|   3.0 |1842M|  63 |   8 |  70 |7649 |  70 |  19 |  14 |2827k|4112 | 0.000000e+00 |      --      |    Inf 
1398.32/1398.37	c  1398s|  7460k|  2710k| 22445k|   3.0 |1844M|  63 |   - |  70 |7499 |  70 |  19 |  14 |2831k|4112 | 0.000000e+00 |      --      |    Inf 
1400.62/1400.69	c  1401s|  7470k|  2713k| 22474k|   3.0 |1847M|  63 |   8 |  70 |6008 |  70 |  19 |  14 |2835k|4112 | 0.000000e+00 |      --      |    Inf 
1402.72/1402.73	c  1403s|  7480k|  2717k| 22503k|   3.0 |1849M|  63 |   - |  70 |6673 |  70 |  19 |  14 |2839k|4112 | 0.000000e+00 |      --      |    Inf 
1404.82/1404.80	c  1405s|  7490k|  2720k| 22533k|   3.0 |1851M|  63 |   8 |  70 |6313 |  70 |  19 |  14 |2843k|4112 | 0.000000e+00 |      --      |    Inf 
1406.82/1406.90	c  1407s|  7500k|  2723k| 22563k|   3.0 |1854M|  63 |   8 |  70 |6260 |  70 |  19 |  14 |2847k|4112 | 0.000000e+00 |      --      |    Inf 
1408.72/1408.73	c  1409s|  7510k|  2727k| 22593k|   3.0 |1856M|  63 |   8 |  70 |7616 |  70 |  19 |  14 |2851k|4112 | 0.000000e+00 |      --      |    Inf 
1410.81/1410.89	c  1411s|  7520k|  2730k| 22624k|   3.0 |1859M|  63 |   8 |  70 |6494 |  70 |  19 |  14 |2855k|4112 | 0.000000e+00 |      --      |    Inf 
1413.02/1413.04	c  1413s|  7530k|  2733k| 22653k|   3.0 |1861M|  63 |   8 |  70 |6545 |  70 |  19 |  14 |2859k|4112 | 0.000000e+00 |      --      |    Inf 
1415.12/1415.10	c  1415s|  7540k|  2736k| 22684k|   3.0 |1863M|  63 |   - |  70 |6312 |  70 |  19 |  14 |2863k|4112 | 0.000000e+00 |      --      |    Inf 
1416.92/1416.99	c  1417s|  7550k|  2740k| 22713k|   3.0 |1866M|  63 |   8 |  70 |7281 |  70 |  19 |  14 |2866k|4112 | 0.000000e+00 |      --      |    Inf 
1419.03/1419.06	c  1419s|  7560k|  2743k| 22743k|   3.0 |1869M|  63 |   - |  70 |7318 |  70 |  19 |  14 |2870k|4112 | 0.000000e+00 |      --      |    Inf 
1421.13/1421.13	c  1421s|  7570k|  2747k| 22772k|   3.0 |1871M|  63 |   - |  70 |6765 |  70 |  19 |  14 |2874k|4112 | 0.000000e+00 |      --      |    Inf 
1423.22/1423.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1423.22/1423.29	c  1423s|  7580k|  2750k| 22802k|   3.0 |1873M|  63 |   8 |  70 |6610 |  70 |  19 |  14 |2878k|4112 | 0.000000e+00 |      --      |    Inf 
1425.53/1425.59	c  1426s|  7590k|  2753k| 22832k|   3.0 |1876M|  63 |   - |  70 |6266 |  70 |  19 |  14 |2882k|4112 | 0.000000e+00 |      --      |    Inf 
1427.73/1427.79	c  1428s|  7600k|  2757k| 22861k|   3.0 |1878M|  63 |   - |  70 |6559 |  70 |  19 |  14 |2886k|4112 | 0.000000e+00 |      --      |    Inf 
1429.62/1429.61	c  1430s|  7610k|  2760k| 22890k|   3.0 |1881M|  63 |   8 |  70 |8214 |  70 |  19 |  14 |2890k|4112 | 0.000000e+00 |      --      |    Inf 
1431.82/1431.90	c  1432s|  7620k|  2763k| 22919k|   3.0 |1883M|  63 |   - |  70 |7270 |  70 |  19 |  14 |2894k|4112 | 0.000000e+00 |      --      |    Inf 
1434.02/1434.09	c  1434s|  7630k|  2767k| 22949k|   3.0 |1885M|  63 |   8 |  70 |6529 |  70 |  19 |  14 |2898k|4112 | 0.000000e+00 |      --      |    Inf 
1436.02/1436.04	c  1436s|  7640k|  2770k| 22978k|   3.0 |1888M|  63 |   - |  70 |6466 |  70 |  19 |  14 |2902k|4112 | 0.000000e+00 |      --      |    Inf 
1438.22/1438.21	c  1438s|  7650k|  2773k| 23008k|   3.0 |1890M|  63 |   - |  70 |6004 |  70 |  19 |  14 |2906k|4112 | 0.000000e+00 |      --      |    Inf 
1440.21/1440.20	c  1440s|  7660k|  2776k| 23038k|   3.0 |1893M|  63 |   - |  70 |7090 |  70 |  19 |  14 |2910k|4112 | 0.000000e+00 |      --      |    Inf 
1442.32/1442.31	c  1442s|  7670k|  2780k| 23067k|   3.0 |1895M|  63 |   8 |  70 |6493 |  70 |  19 |  14 |2914k|4112 | 0.000000e+00 |      --      |    Inf 
1444.42/1444.45	c  1444s|  7680k|  2783k| 23097k|   3.0 |1897M|  63 |   - |  70 |6797 |  70 |  19 |  14 |2918k|4112 | 0.000000e+00 |      --      |    Inf 
1446.62/1446.68	c  1447s|  7690k|  2787k| 23126k|   3.0 |1900M|  63 |   8 |  70 |6224 |  70 |  19 |  14 |2922k|4112 | 0.000000e+00 |      --      |    Inf 
1448.63/1448.67	c  1449s|  7700k|  2790k| 23156k|   3.0 |1902M|  63 |   8 |  70 |6480 |  70 |  19 |  14 |2926k|4112 | 0.000000e+00 |      --      |    Inf 
1450.62/1450.60	c  1451s|  7710k|  2794k| 23185k|   3.0 |1905M|  63 |   8 |  70 |6404 |  70 |  19 |  14 |2929k|4112 | 0.000000e+00 |      --      |    Inf 
1452.82/1452.81	c  1453s|  7720k|  2797k| 23214k|   3.0 |1907M|  63 |   8 |  70 |5957 |  70 |  19 |  14 |2933k|4112 | 0.000000e+00 |      --      |    Inf 
1454.82/1454.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1454.82/1454.87	c  1455s|  7730k|  2801k| 23243k|   3.0 |1910M|  63 |   8 |  70 |7017 |  70 |  19 |  14 |2937k|4112 | 0.000000e+00 |      --      |    Inf 
1456.72/1456.71	c  1457s|  7740k|  2805k| 23272k|   3.0 |1912M|  63 |   8 |  70 |8075 |  70 |  19 |  14 |2941k|4112 | 0.000000e+00 |      --      |    Inf 
1458.92/1458.94	c  1459s|  7750k|  2808k| 23301k|   3.0 |1914M|  63 |   8 |  70 |6951 |  70 |  19 |  14 |2944k|4112 | 0.000000e+00 |      --      |    Inf 
1461.02/1461.09	c  1461s|  7760k|  2811k| 23330k|   3.0 |1917M|  63 |   8 |  70 |6994 |  70 |  19 |  14 |2949k|4112 | 0.000000e+00 |      --      |    Inf 
1463.12/1463.19	c  1463s|  7770k|  2814k| 23362k|   3.0 |1919M|  63 |   - |  70 |7833 |  70 |  19 |  14 |2953k|4112 | 0.000000e+00 |      --      |    Inf 
1465.32/1465.37	c  1465s|  7780k|  2818k| 23391k|   3.0 |1922M|  63 |   8 |  70 |7144 |  70 |  19 |  14 |2957k|4112 | 0.000000e+00 |      --      |    Inf 
1467.62/1467.65	c  1468s|  7790k|  2821k| 23420k|   3.0 |1924M|  63 |   8 |  70 |6408 |  70 |  19 |  14 |2961k|4112 | 0.000000e+00 |      --      |    Inf 
1469.42/1469.50	c  1469s|  7800k|  2825k| 23452k|   3.0 |1927M|  63 |   8 |  70 |7922 |  70 |  19 |  14 |2965k|4112 | 0.000000e+00 |      --      |    Inf 
1471.62/1471.61	c  1472s|  7810k|  2828k| 23481k|   3.0 |1929M|  63 |   8 |  70 |6966 |  70 |  19 |  14 |2968k|4112 | 0.000000e+00 |      --      |    Inf 
1473.62/1473.69	c  1474s|  7820k|  2832k| 23511k|   3.0 |1931M|  63 |   8 |  70 |7435 |  70 |  19 |  14 |2972k|4112 | 0.000000e+00 |      --      |    Inf 
1475.92/1475.98	c  1476s|  7830k|  2835k| 23540k|   3.0 |1934M|  63 |   8 |  70 |6639 |  70 |  19 |  14 |2977k|4112 | 0.000000e+00 |      --      |    Inf 
1477.92/1477.97	c  1478s|  7840k|  2838k| 23569k|   3.0 |1936M|  63 |   8 |  70 |6960 |  70 |  19 |  14 |2981k|4112 | 0.000000e+00 |      --      |    Inf 
1479.92/1479.93	c  1480s|  7850k|  2841k| 23599k|   3.0 |1939M|  63 |   8 |  70 |7506 |  70 |  19 |  14 |2984k|4112 | 0.000000e+00 |      --      |    Inf 
1482.02/1482.05	c  1482s|  7860k|  2845k| 23629k|   3.0 |1941M|  63 |   8 |  70 |6431 |  70 |  19 |  14 |2988k|4112 | 0.000000e+00 |      --      |    Inf 
1484.02/1484.07	c  1484s|  7870k|  2848k| 23658k|   3.0 |1943M|  63 |   8 |  70 |6840 |  70 |  19 |  14 |2992k|4112 | 0.000000e+00 |      --      |    Inf 
1486.03/1486.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1486.03/1486.06	c  1486s|  7880k|  2852k| 23688k|   3.0 |1946M|  63 |   8 |  70 |6746 |  70 |  19 |  14 |2996k|4112 | 0.000000e+00 |      --      |    Inf 
1487.92/1487.95	c  1488s|  7890k|  2856k| 23716k|   3.0 |1948M|  63 |   8 |  70 |6961 |  70 |  19 |  14 |3000k|4112 | 0.000000e+00 |      --      |    Inf 
1489.82/1489.88	c  1490s|  7900k|  2860k| 23744k|   3.0 |1951M|  63 |   8 |  70 |7549 |  70 |  19 |  14 |3003k|4112 | 0.000000e+00 |      --      |    Inf 
1491.73/1491.74	c  1492s|  7910k|  2863k| 23774k|   3.0 |1954M|  63 |   - |  70 |8652 |  70 |  19 |  14 |3007k|4112 | 0.000000e+00 |      --      |    Inf 
1493.73/1493.72	c  1494s|  7920k|  2867k| 23804k|   3.0 |1956M|  63 |   8 |  70 |8368 |  70 |  19 |  14 |3011k|4112 | 0.000000e+00 |      --      |    Inf 
1495.93/1495.98	c  1496s|  7930k|  2870k| 23834k|   3.0 |1958M|  63 |   - |  70 |6875 |  70 |  19 |  14 |3015k|4112 | 0.000000e+00 |      --      |    Inf 
1498.13/1498.17	c  1498s|  7940k|  2873k| 23864k|   3.0 |1960M|  63 |   8 |  70 |6782 |  70 |  19 |  14 |3019k|4112 | 0.000000e+00 |      --      |    Inf 
1500.22/1500.25	c  1500s|  7950k|  2877k| 23894k|   3.0 |1963M|  63 |   - |  70 |6577 |  70 |  19 |  14 |3023k|4112 | 0.000000e+00 |      --      |    Inf 
1502.42/1502.42	c  1502s|  7960k|  2880k| 23924k|   3.0 |1965M|  63 |   - |  70 |6946 |  70 |  19 |  14 |3027k|4112 | 0.000000e+00 |      --      |    Inf 
1504.32/1504.31	c  1504s|  7970k|  2883k| 23955k|   3.0 |1968M|  63 |   8 |  70 |8252 |  70 |  19 |  14 |3031k|4112 | 0.000000e+00 |      --      |    Inf 
1506.53/1506.52	c  1507s|  7980k|  2886k| 23985k|   3.0 |1970M|  63 |   - |  70 |7022 |  70 |  19 |  14 |3035k|4112 | 0.000000e+00 |      --      |    Inf 
1508.62/1508.65	c  1509s|  7990k|  2890k| 24015k|   3.0 |1972M|  63 |   8 |  70 |6975 |  70 |  19 |  14 |3039k|4112 | 0.000000e+00 |      --      |    Inf 
1510.82/1510.85	c  1511s|  8000k|  2893k| 24044k|   3.0 |1975M|  63 |   8 |  70 |6706 |  70 |  19 |  14 |3043k|4112 | 0.000000e+00 |      --      |    Inf 
1513.12/1513.16	c  1513s|  8010k|  2896k| 24074k|   3.0 |1977M|  63 |   - |  70 |5503 |  70 |  19 |  14 |3047k|4112 | 0.000000e+00 |      --      |    Inf 
1514.92/1514.98	c  1515s|  8020k|  2900k| 24103k|   3.0 |1980M|  63 |   8 |  70 |6801 |  70 |  19 |  14 |3051k|4112 | 0.000000e+00 |      --      |    Inf 
1517.03/1517.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1517.03/1517.07	c  1517s|  8030k|  2903k| 24132k|   3.0 |1982M|  63 |   - |  70 |6518 |  70 |  19 |  14 |3055k|4112 | 0.000000e+00 |      --      |    Inf 
1519.14/1519.14	c  1519s|  8040k|  2906k| 24162k|   3.0 |1984M|  63 |   8 |  70 |6929 |  70 |  19 |  14 |3059k|4112 | 0.000000e+00 |      --      |    Inf 
1521.34/1521.33	c  1521s|  8050k|  2909k| 24192k|   3.0 |1987M|  63 |   8 |  70 |7291 |  70 |  19 |  14 |3063k|4112 | 0.000000e+00 |      --      |    Inf 
1523.32/1523.41	c  1523s|  8060k|  2912k| 24223k|   3.0 |1989M|  63 |   8 |  70 |6975 |  70 |  19 |  14 |3067k|4112 | 0.000000e+00 |      --      |    Inf 
1525.42/1525.42	c  1525s|  8070k|  2916k| 24254k|   3.0 |1992M|  63 |   - |  70 |7374 |  70 |  19 |  14 |3071k|4112 | 0.000000e+00 |      --      |    Inf 
1527.52/1527.55	c  1528s|  8080k|  2920k| 24284k|   3.0 |1994M|  63 |   8 |  70 |7553 |  70 |  19 |  14 |3075k|4112 | 0.000000e+00 |      --      |    Inf 
1529.53/1529.55	c  1530s|  8090k|  2923k| 24314k|   3.0 |1997M|  63 |   - |  70 |8093 |  70 |  19 |  14 |3079k|4112 | 0.000000e+00 |      --      |    Inf 
1531.82/1531.81	c  1532s|  8100k|  2926k| 24343k|   3.0 |1999M|  63 |   8 |  70 |6913 |  70 |  19 |  14 |3083k|4112 | 0.000000e+00 |      --      |    Inf 
1533.83/1533.81	c  1534s|  8110k|  2930k| 24373k|   3.0 |2001M|  63 |   8 |  70 |8127 |  70 |  19 |  14 |3087k|4112 | 0.000000e+00 |      --      |    Inf 
1536.23/1536.22	c  1536s|  8120k|  2933k| 24403k|   3.0 |2004M|  63 |   8 |  70 |6939 |  70 |  19 |  14 |3091k|4112 | 0.000000e+00 |      --      |    Inf 
1538.43/1538.46	c  1538s|  8130k|  2936k| 24432k|   3.0 |2006M|  63 |   8 |  70 |6668 |  70 |  19 |  14 |3095k|4112 | 0.000000e+00 |      --      |    Inf 
1540.43/1540.50	c  1540s|  8140k|  2940k| 24462k|   3.0 |2008M|  63 |   8 |  70 |6957 |  70 |  19 |  14 |3099k|4112 | 0.000000e+00 |      --      |    Inf 
1542.52/1542.59	c  1543s|  8150k|  2943k| 24492k|   3.0 |2011M|  63 |   8 |  70 |6745 |  70 |  19 |  14 |3102k|4112 | 0.000000e+00 |      --      |    Inf 
1544.72/1544.79	c  1545s|  8160k|  2947k| 24521k|   3.0 |2013M|  63 |   8 |  70 |5853 |  70 |  19 |  14 |3106k|4112 | 0.000000e+00 |      --      |    Inf 
1546.73/1546.72	c  1547s|  8170k|  2950k| 24551k|   3.0 |2016M|  63 |   8 |  70 |6691 |  70 |  19 |  14 |3110k|4112 | 0.000000e+00 |      --      |    Inf 
1548.62/1548.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1548.62/1548.60	c  1549s|  8180k|  2954k| 24580k|   3.0 |2018M|  63 |   - |  70 |7887 |  70 |  19 |  14 |3114k|4112 | 0.000000e+00 |      --      |    Inf 
1550.53/1550.59	c  1551s|  8190k|  2957k| 24609k|   3.0 |2021M|  63 |   8 |  70 |7959 |  70 |  19 |  14 |3118k|4112 | 0.000000e+00 |      --      |    Inf 
1552.82/1552.84	c  1553s|  8200k|  2961k| 24639k|   3.0 |2023M|  63 |   - |  70 |7113 |  70 |  19 |  14 |3122k|4112 | 0.000000e+00 |      --      |    Inf 
1555.02/1555.04	c  1555s|  8210k|  2964k| 24668k|   3.0 |2025M|  63 |   8 |  70 |6664 |  70 |  19 |  14 |3126k|4112 | 0.000000e+00 |      --      |    Inf 
1557.32/1557.33	c  1557s|  8220k|  2967k| 24698k|   3.0 |2028M|  63 |   - |  70 |6139 |  70 |  19 |  14 |3130k|4112 | 0.000000e+00 |      --      |    Inf 
1559.33/1559.39	c  1559s|  8230k|  2971k| 24728k|   3.0 |2030M|  63 |   - |  70 |6800 |  70 |  19 |  14 |3134k|4112 | 0.000000e+00 |      --      |    Inf 
1561.52/1561.56	c  1562s|  8240k|  2974k| 24758k|   3.0 |2033M|  63 |   - |  70 |6893 |  70 |  19 |  14 |3138k|4112 | 0.000000e+00 |      --      |    Inf 
1563.73/1563.72	c  1564s|  8250k|  2977k| 24788k|   3.0 |2035M|  63 |   - |  70 |7568 |  70 |  19 |  14 |3142k|4112 | 0.000000e+00 |      --      |    Inf 
1565.82/1565.86	c  1566s|  8260k|  2981k| 24818k|   3.0 |2038M|  63 |   8 |  70 |7421 |  70 |  19 |  14 |3146k|4112 | 0.000000e+00 |      --      |    Inf 
1567.83/1567.88	c  1568s|  8270k|  2984k| 24848k|   3.0 |2040M|  63 |   8 |  70 |7807 |  70 |  19 |  14 |3150k|4112 | 0.000000e+00 |      --      |    Inf 
1569.92/1569.91	c  1570s|  8280k|  2987k| 24877k|   3.0 |2042M|  63 |   8 |  70 |7897 |  70 |  19 |  14 |3154k|4112 | 0.000000e+00 |      --      |    Inf 
1572.22/1572.21	c  1572s|  8290k|  2991k| 24907k|   3.0 |2045M|  63 |   - |  70 |6691 |  70 |  19 |  14 |3158k|4112 | 0.000000e+00 |      --      |    Inf 
1574.13/1574.14	c  1574s|  8300k|  2994k| 24937k|   3.0 |2047M|  63 |   8 |  70 |6945 |  70 |  19 |  14 |3161k|4112 | 0.000000e+00 |      --      |    Inf 
1576.02/1576.00	c  1576s|  8310k|  2998k| 24965k|   3.0 |2050M|  63 |   8 |  70 |7794 |  70 |  19 |  14 |3165k|4112 | 0.000000e+00 |      --      |    Inf 
1578.32/1578.39	c  1578s|  8320k|  3002k| 24995k|   3.0 |2052M|  63 |   8 |  70 |7051 |  70 |  19 |  14 |3169k|4112 | 0.000000e+00 |      --      |    Inf 
1580.63/1580.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1580.63/1580.70	c  1581s|  8330k|  3005k| 25024k|   3.0 |2054M|  63 |   8 |  70 |6495 |  70 |  19 |  14 |3173k|4112 | 0.000000e+00 |      --      |    Inf 
1582.42/1582.48	c  1582s|  8340k|  3009k| 25053k|   3.0 |2057M|  63 |   8 |  70 |8008 |  70 |  19 |  14 |3177k|4112 | 0.000000e+00 |      --      |    Inf 
1584.72/1584.71	c  1585s|  8350k|  3012k| 25083k|   3.0 |2060M|  63 |   - |  70 |7613 |  70 |  19 |  14 |3181k|4112 | 0.000000e+00 |      --      |    Inf 
1586.93/1586.90	c  1587s|  8360k|  3015k| 25112k|   3.0 |2062M|  63 |   8 |  70 |7037 |  70 |  19 |  14 |3185k|4112 | 0.000000e+00 |      --      |    Inf 
1588.82/1588.81	c  1589s|  8370k|  3019k| 25142k|   3.0 |2064M|  63 |   - |  70 |8292 |  70 |  19 |  14 |3189k|4112 | 0.000000e+00 |      --      |    Inf 
1591.23/1591.27	c  1591s|  8380k|  3022k| 25172k|   3.0 |2067M|  63 |   8 |  70 |6943 |  70 |  19 |  14 |3193k|4112 | 0.000000e+00 |      --      |    Inf 
1593.53/1593.56	c  1594s|  8390k|  3025k| 25201k|   3.0 |2069M|  63 |   - |  70 |6337 |  70 |  19 |  14 |3197k|4112 | 0.000000e+00 |      --      |    Inf 
1595.72/1595.77	c  1596s|  8400k|  3028k| 25231k|   3.0 |2071M|  63 |   - |  70 |6279 |  70 |  19 |  14 |3201k|4112 | 0.000000e+00 |      --      |    Inf 
1597.92/1597.99	c  1598s|  8410k|  3032k| 25260k|   3.0 |2074M|  63 |   8 |  70 |6375 |  70 |  19 |  14 |3205k|4112 | 0.000000e+00 |      --      |    Inf 
1600.12/1600.15	c  1600s|  8420k|  3035k| 25289k|   3.0 |2076M|  63 |   - |  70 |6482 |  70 |  19 |  14 |3208k|4112 | 0.000000e+00 |      --      |    Inf 
1602.52/1602.55	c  1603s|  8430k|  3038k| 25320k|   3.0 |2078M|  63 |   - |  70 |5858 |  70 |  19 |  14 |3213k|4112 | 0.000000e+00 |      --      |    Inf 
1604.62/1604.68	c  1605s|  8440k|  3041k| 25350k|   3.0 |2081M|  63 |   8 |  70 |6212 |  70 |  19 |  14 |3216k|4112 | 0.000000e+00 |      --      |    Inf 
1606.82/1606.88	c  1607s|  8450k|  3045k| 25380k|   3.0 |2083M|  63 |   - |  70 |6588 |  70 |  19 |  14 |3220k|4112 | 0.000000e+00 |      --      |    Inf 
1609.13/1609.11	c  1609s|  8460k|  3048k| 25410k|   3.0 |2086M|  63 |   8 |  70 |6632 |  70 |  19 |  14 |3225k|4112 | 0.000000e+00 |      --      |    Inf 
1611.22/1611.26	c  1611s|  8470k|  3051k| 25439k|   3.0 |2088M|  63 |   8 |  70 |6252 |  70 |  19 |  14 |3229k|4112 | 0.000000e+00 |      --      |    Inf 
1613.32/1613.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1613.32/1613.35	c  1613s|  8480k|  3054k| 25469k|   3.0 |2090M|  63 |   8 |  70 |6502 |  70 |  19 |  14 |3233k|4112 | 0.000000e+00 |      --      |    Inf 
1615.32/1615.38	c  1615s|  8490k|  3058k| 25499k|   3.0 |2093M|  63 |   8 |  70 |6836 |  70 |  19 |  14 |3237k|4112 | 0.000000e+00 |      --      |    Inf 
1617.53/1617.51	c  1618s|  8500k|  3061k| 25530k|   3.0 |2095M|  63 |   - |  70 |7312 |  70 |  19 |  14 |3241k|4112 | 0.000000e+00 |      --      |    Inf 
1619.52/1619.50	c  1619s|  8510k|  3064k| 25559k|   3.0 |2098M|  63 |   8 |  70 |7761 |  70 |  19 |  14 |3245k|4112 | 0.000000e+00 |      --      |    Inf 
1621.52/1621.50	c  1621s|  8520k|  3067k| 25588k|   3.0 |2100M|  63 |   - |  70 |8143 |  70 |  19 |  14 |3248k|4112 | 0.000000e+00 |      --      |    Inf 
1623.82/1623.89	c  1624s|  8530k|  3071k| 25618k|   3.0 |2102M|  63 |   8 |  70 |6236 |  70 |  19 |  14 |3253k|4112 | 0.000000e+00 |      --      |    Inf 
1625.73/1625.78	c  1626s|  8540k|  3074k| 25648k|   3.0 |2105M|  63 |   8 |  70 |7294 |  70 |  19 |  14 |3256k|4112 | 0.000000e+00 |      --      |    Inf 
1628.12/1628.12	c  1628s|  8550k|  3077k| 25678k|   3.0 |2107M|  63 |   - |  70 |6460 |  70 |  19 |  14 |3261k|4112 | 0.000000e+00 |      --      |    Inf 
1630.24/1630.24	c  1630s|  8560k|  3080k| 25708k|   3.0 |2110M|  63 |   8 |  70 |6711 |  70 |  19 |  14 |3265k|4112 | 0.000000e+00 |      --      |    Inf 
1632.33/1632.34	c  1632s|  8570k|  3084k| 25737k|   3.0 |2112M|  63 |   8 |  70 |7378 |  70 |  19 |  14 |3268k|4112 | 0.000000e+00 |      --      |    Inf 
1634.42/1634.49	c  1634s|  8580k|  3087k| 25766k|   3.0 |2115M|  63 |   8 |  70 |7072 |  70 |  19 |  14 |3272k|4112 | 0.000000e+00 |      --      |    Inf 
1636.63/1636.64	c  1637s|  8590k|  3091k| 25797k|   3.0 |2117M|  63 |   8 |  70 |7255 |  70 |  19 |  14 |3276k|4112 | 0.000000e+00 |      --      |    Inf 
1638.72/1638.78	c  1639s|  8600k|  3094k| 25826k|   3.0 |2119M|  63 |   - |  70 |7730 |  70 |  19 |  14 |3280k|4112 | 0.000000e+00 |      --      |    Inf 
1640.93/1640.99	c  1641s|  8610k|  3097k| 25856k|   3.0 |2122M|  63 |   8 |  70 |6767 |  70 |  19 |  14 |3285k|4112 | 0.000000e+00 |      --      |    Inf 
1643.02/1643.03	c  1643s|  8620k|  3101k| 25885k|   3.0 |2124M|  63 |   8 |  70 |7329 |  70 |  19 |  14 |3288k|4112 | 0.000000e+00 |      --      |    Inf 
1645.23/1645.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1645.23/1645.20	c  1645s|  8630k|  3104k| 25915k|   3.0 |2126M|  63 |   8 |  70 |6602 |  70 |  19 |  14 |3292k|4112 | 0.000000e+00 |      --      |    Inf 
1647.32/1647.31	c  1647s|  8640k|  3107k| 25944k|   3.0 |2129M|  63 |   8 |  70 |6389 |  70 |  19 |  14 |3296k|4112 | 0.000000e+00 |      --      |    Inf 
1649.42/1649.43	c  1649s|  8650k|  3111k| 25974k|   3.0 |2131M|  63 |   - |  70 |6318 |  70 |  19 |  14 |3300k|4112 | 0.000000e+00 |      --      |    Inf 
1651.43/1651.41	c  1651s|  8660k|  3114k| 26006k|   3.0 |2134M|  63 |   8 |  70 |7644 |  70 |  19 |  14 |3304k|4112 | 0.000000e+00 |      --      |    Inf 
1653.23/1653.23	c  1653s|  8670k|  3118k| 26035k|   3.0 |2137M|  63 |   8 |  70 |9176 |  70 |  19 |  14 |3308k|4112 | 0.000000e+00 |      --      |    Inf 
1655.54/1655.55	c  1656s|  8680k|  3121k| 26065k|   3.0 |2139M|  63 |   - |  70 |7125 |  70 |  19 |  14 |3312k|4112 | 0.000000e+00 |      --      |    Inf 
1657.74/1657.72	c  1658s|  8690k|  3124k| 26096k|   3.0 |2141M|  63 |   8 |  70 |6356 |  70 |  19 |  14 |3316k|4112 | 0.000000e+00 |      --      |    Inf 
1659.83/1659.86	c  1660s|  8700k|  3128k| 26124k|   3.0 |2143M|  63 |   8 |  70 |6500 |  70 |  19 |  14 |3320k|4112 | 0.000000e+00 |      --      |    Inf 
1661.73/1661.74	c  1662s|  8710k|  3131k| 26154k|   3.0 |2146M|  63 |   8 |  70 |7924 |  70 |  19 |  14 |3324k|4112 | 0.000000e+00 |      --      |    Inf 
1663.92/1663.92	c  1664s|  8720k|  3135k| 26183k|   3.0 |2148M|  63 |   8 |  70 |7789 |  70 |  19 |  14 |3327k|4112 | 0.000000e+00 |      --      |    Inf 
1665.83/1665.87	c  1666s|  8730k|  3138k| 26214k|   3.0 |2151M|  63 |   8 |  70 |8770 |  70 |  19 |  14 |3331k|4112 | 0.000000e+00 |      --      |    Inf 
1668.03/1668.01	c  1668s|  8740k|  3141k| 26245k|   3.0 |2153M|  63 |   8 |  70 |8708 |  70 |  19 |  14 |3335k|4112 | 0.000000e+00 |      --      |    Inf 
1670.42/1670.41	c  1670s|  8750k|  3144k| 26274k|   3.0 |2156M|  63 |   - |  70 |7571 |  70 |  19 |  14 |3340k|4112 | 0.000000e+00 |      --      |    Inf 
1672.52/1672.57	c  1673s|  8760k|  3148k| 26304k|   3.0 |2158M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |3344k|4112 | 0.000000e+00 |      --      |    Inf 
1674.43/1674.41	c  1674s|  8770k|  3152k| 26334k|   3.0 |2160M|  63 |   8 |  70 |7352 |  70 |  19 |  14 |3347k|4112 | 0.000000e+00 |      --      |    Inf 
1676.33/1676.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1676.33/1676.33	c  1676s|  8780k|  3156k| 26362k|   3.0 |2163M|  63 |   8 |  70 |8622 |  70 |  19 |  14 |3351k|4112 | 0.000000e+00 |      --      |    Inf 
1678.33/1678.38	c  1678s|  8790k|  3159k| 26391k|   3.0 |2165M|  63 |   8 |  70 |8127 |  70 |  19 |  14 |3354k|4112 | 0.000000e+00 |      --      |    Inf 
1680.63/1680.67	c  1681s|  8800k|  3163k| 26421k|   3.0 |2168M|  63 |   - |  70 |6420 |  70 |  19 |  14 |3358k|4112 | 0.000000e+00 |      --      |    Inf 
1682.83/1682.80	c  1683s|  8810k|  3166k| 26451k|   3.0 |2170M|  63 |   8 |  70 |6315 |  70 |  19 |  14 |3362k|4112 | 0.000000e+00 |      --      |    Inf 
1684.92/1684.93	c  1685s|  8820k|  3169k| 26480k|   3.0 |2172M|  63 |   - |  70 |6611 |  70 |  19 |  14 |3366k|4112 | 0.000000e+00 |      --      |    Inf 
1687.03/1687.09	c  1687s|  8830k|  3173k| 26510k|   3.0 |2175M|  63 |   - |  70 |6994 |  70 |  19 |  14 |3370k|4112 | 0.000000e+00 |      --      |    Inf 
1689.32/1689.37	c  1689s|  8840k|  3176k| 26539k|   3.0 |2177M|  63 |   - |  70 |7240 |  70 |  19 |  14 |3374k|4112 | 0.000000e+00 |      --      |    Inf 
1691.62/1691.60	c  1692s|  8850k|  3179k| 26569k|   3.0 |2180M|  63 |   - |  70 |6996 |  70 |  19 |  14 |3378k|4112 | 0.000000e+00 |      --      |    Inf 
1693.83/1693.82	c  1694s|  8860k|  3183k| 26598k|   3.0 |2182M|  63 |   8 |  70 |6871 |  70 |  19 |  14 |3382k|4112 | 0.000000e+00 |      --      |    Inf 
1695.92/1695.91	c  1696s|  8870k|  3186k| 26628k|   3.0 |2185M|  63 |   8 |  70 |6840 |  70 |  19 |  14 |3386k|4112 | 0.000000e+00 |      --      |    Inf 
1698.13/1698.14	c  1698s|  8880k|  3189k| 26658k|   3.0 |2187M|  63 |   - |  70 |6623 |  70 |  19 |  14 |3390k|4112 | 0.000000e+00 |      --      |    Inf 
1700.12/1700.15	c  1700s|  8890k|  3192k| 26688k|   3.0 |2189M|  63 |   8 |  70 |7065 |  70 |  19 |  14 |3394k|4112 | 0.000000e+00 |      --      |    Inf 
1702.43/1702.41	c  1702s|  8900k|  3196k| 26718k|   3.0 |2192M|  63 |   8 |  70 |6426 |  70 |  19 |  14 |3398k|4112 | 0.000000e+00 |      --      |    Inf 
1704.43/1704.44	c  1704s|  8910k|  3199k| 26748k|   3.0 |2194M|  63 |   8 |  70 |6907 |  70 |  19 |  14 |3402k|4112 | 0.000000e+00 |      --      |    Inf 
1706.63/1706.67	c  1707s|  8920k|  3202k| 26777k|   3.0 |2196M|  63 |   8 |  70 |6546 |  70 |  19 |  14 |3406k|4112 | 0.000000e+00 |      --      |    Inf 
1708.93/1708.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1708.93/1708.94	c  1709s|  8930k|  3205k| 26807k|   3.0 |2199M|  63 |   8 |  70 |5801 |  70 |  19 |  14 |3410k|4112 | 0.000000e+00 |      --      |    Inf 
1711.13/1711.14	c  1711s|  8940k|  3208k| 26837k|   3.0 |2201M|  63 |   - |  70 |6371 |  70 |  19 |  14 |3414k|4112 | 0.000000e+00 |      --      |    Inf 
1713.13/1713.16	c  1713s|  8950k|  3212k| 26866k|   3.0 |2204M|  63 |   8 |  70 |7391 |  70 |  19 |  14 |3418k|4112 | 0.000000e+00 |      --      |    Inf 
1715.12/1715.11	c  1715s|  8960k|  3216k| 26896k|   3.0 |2206M|  63 |   8 |  70 |8280 |  70 |  19 |  14 |3422k|4112 | 0.000000e+00 |      --      |    Inf 
1717.23/1717.20	c  1717s|  8970k|  3219k| 26927k|   3.0 |2209M|  63 |   8 |  70 |7885 |  70 |  19 |  14 |3426k|4112 | 0.000000e+00 |      --      |    Inf 
1719.43/1719.48	c  1719s|  8980k|  3222k| 26958k|   3.0 |2211M|  63 |   - |  70 |7492 |  70 |  19 |  14 |3430k|4112 | 0.000000e+00 |      --      |    Inf 
1721.83/1721.89	c  1722s|  8990k|  3225k| 26988k|   3.0 |2213M|  63 |   - |  70 |6337 |  70 |  19 |  14 |3434k|4112 | 0.000000e+00 |      --      |    Inf 
1723.93/1723.94	c  1724s|  9000k|  3229k| 27017k|   3.0 |2216M|  63 |   8 |  70 |7541 |  70 |  19 |  14 |3438k|4112 | 0.000000e+00 |      --      |    Inf 
1726.22/1726.28	c  1726s|  9010k|  3232k| 27048k|   3.0 |2218M|  63 |   8 |  70 |6560 |  70 |  19 |  14 |3442k|4112 | 0.000000e+00 |      --      |    Inf 
1728.63/1728.60	c  1729s|  9020k|  3235k| 27076k|   3.0 |2220M|  63 |   8 |  70 |6147 |  70 |  19 |  14 |3446k|4112 | 0.000000e+00 |      --      |    Inf 
1730.73/1730.72	c  1731s|  9030k|  3239k| 27106k|   3.0 |2223M|  63 |   8 |  70 |6880 |  70 |  19 |  14 |3450k|4112 | 0.000000e+00 |      --      |    Inf 
1732.93/1732.94	c  1733s|  9040k|  3242k| 27136k|   3.0 |2225M|  63 |   - |  70 |6547 |  70 |  19 |  14 |3454k|4112 | 0.000000e+00 |      --      |    Inf 
1735.13/1735.19	c  1735s|  9050k|  3245k| 27166k|   3.0 |2227M|  63 |   - |  70 |6551 |  70 |  19 |  14 |3458k|4112 | 0.000000e+00 |      --      |    Inf 
1737.23/1737.23	c  1737s|  9060k|  3248k| 27195k|   3.0 |2230M|  63 |   8 |  70 |7033 |  70 |  19 |  14 |3462k|4112 | 0.000000e+00 |      --      |    Inf 
1739.52/1739.57	c  1740s|  9070k|  3252k| 27224k|   3.0 |2232M|  63 |   8 |  70 |6275 |  70 |  19 |  14 |3466k|4112 | 0.000000e+00 |      --      |    Inf 
1741.83/1741.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1741.83/1741.85	c  1742s|  9080k|  3255k| 27253k|   3.0 |2235M|  63 |   8 |  70 |6572 |  70 |  19 |  14 |3470k|4112 | 0.000000e+00 |      --      |    Inf 
1744.13/1744.13	c  1744s|  9090k|  3258k| 27284k|   3.0 |2237M|  63 |   8 |  70 |6575 |  70 |  19 |  14 |3474k|4112 | 0.000000e+00 |      --      |    Inf 
1746.33/1746.35	c  1746s|  9100k|  3261k| 27313k|   3.0 |2239M|  63 |   - |  70 |6176 |  70 |  19 |  14 |3478k|4112 | 0.000000e+00 |      --      |    Inf 
1748.53/1748.52	c  1749s|  9110k|  3265k| 27342k|   3.0 |2242M|  63 |   - |  70 |5786 |  70 |  19 |  14 |3482k|4112 | 0.000000e+00 |      --      |    Inf 
1750.83/1750.88	c  1751s|  9120k|  3268k| 27373k|   3.0 |2244M|  63 |   - |  70 |5421 |  70 |  19 |  14 |3486k|4112 | 0.000000e+00 |      --      |    Inf 
1753.12/1753.12	c  1753s|  9130k|  3271k| 27403k|   3.0 |2246M|  63 |   - |  70 |5471 |  70 |  19 |  14 |3490k|4112 | 0.000000e+00 |      --      |    Inf 
1755.23/1755.22	c  1755s|  9140k|  3274k| 27432k|   3.0 |2249M|  63 |   8 |  70 |6275 |  70 |  19 |  14 |3494k|4112 | 0.000000e+00 |      --      |    Inf 
1757.23/1757.27	c  1757s|  9150k|  3278k| 27461k|   3.0 |2251M|  63 |   8 |  70 |6450 |  70 |  19 |  14 |3498k|4112 | 0.000000e+00 |      --      |    Inf 
1759.33/1759.37	c  1759s|  9160k|  3281k| 27490k|   3.0 |2254M|  63 |   - |  70 |6734 |  70 |  19 |  14 |3502k|4112 | 0.000000e+00 |      --      |    Inf 
1761.43/1761.47	c  1761s|  9170k|  3284k| 27519k|   3.0 |2256M|  63 |   8 |  70 |6737 |  70 |  19 |  14 |3506k|4112 | 0.000000e+00 |      --      |    Inf 
1763.62/1763.64	c  1764s|  9180k|  3288k| 27549k|   3.0 |2259M|  63 |   - |  70 |6454 |  70 |  19 |  14 |3510k|4112 | 0.000000e+00 |      --      |    Inf 
1765.72/1765.75	c  1766s|  9190k|  3291k| 27578k|   3.0 |2261M|  63 |   - |  70 |6197 |  70 |  19 |  14 |3514k|4112 | 0.000000e+00 |      --      |    Inf 
1768.13/1768.14	c  1768s|  9200k|  3294k| 27608k|   3.0 |2263M|  63 |   8 |  70 |6172 |  70 |  19 |  14 |3518k|4112 | 0.000000e+00 |      --      |    Inf 
1770.23/1770.22	c  1770s|  9210k|  3298k| 27639k|   3.0 |2266M|  63 |   - |  70 |7706 |  70 |  19 |  14 |3522k|4112 | 0.000000e+00 |      --      |    Inf 
1772.43/1772.49	c  1772s|  9220k|  3301k| 27670k|   3.0 |2268M|  63 |   8 |  70 |7202 |  70 |  19 |  14 |3526k|4112 | 0.000000e+00 |      --      |    Inf 
1774.62/1774.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1774.62/1774.69	c  1775s|  9230k|  3304k| 27699k|   3.0 |2271M|  63 |   8 |  70 |7011 |  70 |  19 |  14 |3530k|4112 | 0.000000e+00 |      --      |    Inf 
1777.03/1777.07	c  1777s|  9240k|  3307k| 27729k|   3.0 |2273M|  63 |   8 |  70 |6136 |  70 |  19 |  14 |3534k|4112 | 0.000000e+00 |      --      |    Inf 
1778.92/1778.90	c  1779s|  9250k|  3311k| 27759k|   3.0 |2276M|  63 |   - |  70 |7542 |  70 |  19 |  14 |3537k|4112 | 0.000000e+00 |      --      |    Inf 
1780.95/1780.97	c  1781s|  9260k|  3315k| 27786k|   3.0 |2278M|  63 |   - |  70 |8543 |  70 |  19 |  14 |3541k|4112 | 0.000000e+00 |      --      |    Inf 
1782.83/1782.88	c  1783s|  9270k|  3319k| 27814k|   3.0 |2281M|  63 |   8 |  70 |8137 |  70 |  19 |  14 |3545k|4112 | 0.000000e+00 |      --      |    Inf 
1784.83/1784.81	c  1785s|  9280k|  3322k| 27843k|   3.0 |2283M|  63 |   - |  70 |8325 |  70 |  19 |  14 |3548k|4112 | 0.000000e+00 |      --      |    Inf 
1786.73/1786.79	c  1787s|  9290k|  3326k| 27871k|   3.0 |2286M|  63 |   - |  70 |9362 |  70 |  19 |  14 |3552k|4112 | 0.000000e+00 |      --      |    Inf 
1789.13/1789.11	c  1789s|  9300k|  3329k| 27900k|   3.0 |2288M|  63 |   8 |  70 |7797 |  70 |  19 |  14 |3556k|4112 | 0.000000e+00 |      --      |    Inf 
1791.43/1791.46	c  1791s|  9310k|  3332k| 27929k|   3.0 |2290M|  63 |   8 |  70 |6978 |  70 |  19 |  14 |3560k|4112 | 0.000000e+00 |      --      |    Inf 
1793.73/1793.79	c  1794s|  9320k|  3335k| 27959k|   3.0 |2292M|  63 |   - |  70 |6982 |  70 |  19 |  14 |3564k|4112 | 0.000000e+00 |      --      |    Inf 
1796.03/1796.09	c  1796s|  9330k|  3339k| 27988k|   3.0 |2295M|  63 |   8 |  70 |6425 |  70 |  19 |  14 |3568k|4112 | 0.000000e+00 |      --      |    Inf 
1798.13/1798.15	c  1798s|  9340k|  3342k| 28019k|   3.0 |2297M|  63 |   8 |  70 |7437 |  70 |  19 |  14 |3572k|4112 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 9347945
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.01 (included in solving)
1800.03/1800.00	c   reading          :       0.00 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3450868-1307095657.opb
1800.03/1800.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 17 initial, 17 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3450868-1307095657.opb
1800.03/1800.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 8 initial, 9633 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0    6363896          0          4          0        344       1393          0          0   12724520
1800.03/1800.00	c   linear           :          8          6   19420528          0          1          3    1173598      65687    2053401          0          0          0
1800.03/1800.00	c   logicor          :          0+         6    8480258          0          0          0    4501488       4905    2715964          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      38.13       0.00       0.00      38.13       0.00       0.00       0.00
1800.03/1800.00	c   linear           :      84.66       0.00      80.75       0.00       0.00       0.00       3.91
1800.03/1800.00	c   logicor          :     269.78       0.00     260.94       0.00       0.00       0.00       8.84
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          0          0          0          0
1800.03/1800.00	c   pseudoobj        :          0          0          0          0
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       3.02       3.02       0.00
1800.03/1800.00	c   rootredcost      :       3.42       3.42       0.00
1800.03/1800.00	c   pseudoobj        :       2.04       2.04       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       5.20      70592      67412     244721       51.1         44       38.6          -
1800.03/1800.00	c   infeasible LP    :      90.57    2931106    2931018    5277916       32.0      34919       36.6          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -    2965841       26.2          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -     609812       37.6          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 42)
1800.03/1800.00	c   redcost          :       8.96    6363901          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          6          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          6          0          0         14          0
1800.03/1800.00	c   cmir             :       0.01          6          0          0         14          0
1800.03/1800.00	c   flowcover        :       0.01          6          0          0         21          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.02          1          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :      34.70    6363896        344       1393          0          0   12724520
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       2.62          0          0
1800.03/1800.00	c   crossover        :       1.76          0          0
1800.03/1800.00	c   guideddiving     :       0.16          0          0
1800.03/1800.00	c   veclendiving     :       0.15         42          0
1800.03/1800.00	c   linesearchdiving :       0.13         42          0
1800.03/1800.00	c   feaspump         :       0.13         21          0
1800.03/1800.00	c   coefdiving       :       0.14         43          0
1800.03/1800.00	c   pscostdiving     :       0.15         43          0
1800.03/1800.00	c   fracdiving       :       0.17         43          0
1800.03/1800.00	c   objpscostdiving  :       0.12         22          0
1800.03/1800.00	c   rootsoldiving    :       0.14         22          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.00          1          0
1800.03/1800.00	c   simplerounding   :       1.00          0          0
1800.03/1800.00	c   zirounding       :      20.45          0          0
1800.03/1800.00	c   rounding         :       2.87      35708          0
1800.03/1800.00	c   shifting         :       4.07      11271          0
1800.03/1800.00	c   intshifting      :       0.10          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.01          1          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       1.31          0          0
1800.03/1800.00	c   trysol           :       1.69          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :     570.13    9125792   28038591       3.07   49179.44
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.11       1998       4311       2.16   39337.53
1800.03/1800.00	c   strong branching :       0.53       4112      25867       6.29   49126.09
1800.03/1800.00	c     (at root node) :          -          9        278      30.89          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :    9347945
1800.03/1800.00	c   nodes (total)    :    9347945
1800.03/1800.00	c   nodes left       :    3345173
1800.03/1800.00	c   max depth        :         63
1800.03/1800.00	c   max depth (total):         63
1800.03/1800.00	c   backtracks       :     907361 (9.7%)
1800.03/1800.00	c   delayed cutoffs  :      31405
1800.03/1800.00	c   repropagations   :    7177652 (2767411 domain reductions, 15777 cutoffs)
1800.03/1800.00	c   avg switch length:       5.60
1800.03/1800.00	c   switching time   :     398.06
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :        174

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3450868-1307095657/watcher-3450868-1307095657 -o /tmp/evaluation-result-3450868-1307095657/solver-3450868-1307095657 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450868-1307095657.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.04 2.03 2.00 3/446 10235
/proc/meminfo: memFree=31397580/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=17680 CPUtime=0 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 3440 0 0 0 0 0 0 0 25 0 1 0 821164514 18104320 3136 33554432000 4194304 9163163 140736279438016 18446744073709551615 5176888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 4420 3136 518 1214 0 3202 0

[startup+0.0664979 s]
/proc/loadavg: 2.04 2.03 2.00 3/446 10235
/proc/meminfo: memFree=31397580/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=26848 CPUtime=0.05 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 6312 0 0 0 5 0 0 0 25 0 1 0 821164514 27492352 5302 33554432000 4194304 9163163 140736279438016 18446744073709551615 6611619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 6712 5302 695 1214 0 5494 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26848

[startup+0.100493 s]
/proc/loadavg: 2.04 2.03 2.00 3/446 10235
/proc/meminfo: memFree=31397580/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=24652 CPUtime=0.09 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 7153 0 0 0 8 1 0 0 25 0 1 0 821164514 25243648 5123 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 6163 5123 702 1214 0 4945 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24652

[startup+0.300455 s]
/proc/loadavg: 2.04 2.03 2.00 3/446 10235
/proc/meminfo: memFree=31397580/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=24652 CPUtime=0.29 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 7157 0 0 0 25 4 0 0 25 0 1 0 821164514 25243648 5127 33554432000 4194304 9163163 140736279438016 18446744073709551615 5846418 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 6163 5127 705 1214 0 4945 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24652

[startup+0.700385 s]
/proc/loadavg: 2.04 2.03 2.00 3/446 10235
/proc/meminfo: memFree=31397580/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=24652 CPUtime=0.69 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 7164 0 0 0 60 9 0 0 25 0 1 0 821164514 25243648 5134 33554432000 4194304 9163163 140736279438016 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 6163 5134 705 1214 0 4945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24652

[startup+1.50024 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 10236
/proc/meminfo: memFree=31376216/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=24652 CPUtime=1.49 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 7176 0 0 0 131 18 0 0 25 0 1 0 821164514 25243648 5146 33554432000 4194304 9163163 140736279438016 18446744073709551615 4948056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 6163 5146 705 1214 0 4945 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24652

[startup+3.10103 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 10236
/proc/meminfo: memFree=31373736/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=26536 CPUtime=3.09 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 7559 0 0 0 273 36 0 0 25 0 1 0 821164514 27172864 5529 33554432000 4194304 9163163 140736279438016 18446744073709551615 5843002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 6634 5529 705 1214 0 5416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26536

[startup+6.30047 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 10237
/proc/meminfo: memFree=31365052/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=32924 CPUtime=6.29 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 9194 0 0 0 545 84 0 0 25 0 1 0 821164514 33714176 7164 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 8231 7164 705 1214 0 7013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32924

[startup+12.7003 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 10237
/proc/meminfo: memFree=31343020/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=46148 CPUtime=12.69 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 12567 0 0 0 1100 169 0 0 25 0 1 0 821164514 47255552 10537 33554432000 4194304 9163163 140736279438016 18446744073709551615 5183496 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 11537 10537 705 1214 0 10319 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46148

[startup+25.5011 s]
/proc/loadavg: 2.17 2.06 2.01 3/447 10237
/proc/meminfo: memFree=31298436/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=72520 CPUtime=25.49 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 18770 0 0 0 2214 335 0 0 25 0 1 0 821164514 74260480 16740 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 18130 16740 705 1214 0 16912 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72520

[startup+51.1006 s]
/proc/loadavg: 2.11 2.05 2.01 3/447 10238
/proc/meminfo: memFree=31208024/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=118712 CPUtime=51.08 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 30520 0 0 0 4453 655 0 0 25 0 1 0 821164514 121561088 28490 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 29678 28490 705 1214 0 28460 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 118712

[startup+102.317 s]
/proc/loadavg: 2.10 2.06 2.01 3/447 10239
/proc/meminfo: memFree=31094072/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=204384 CPUtime=102.31 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 51403 0 0 0 8956 1275 0 0 25 0 1 0 821164514 209289216 49373 33554432000 4194304 9163163 140736279438016 18446744073709551615 6555307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 51096 49373 705 1214 0 49878 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 204384

[startup+162.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/447 10241
/proc/meminfo: memFree=30937208/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=299948 CPUtime=162.29 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 75830 0 0 0 14244 1985 0 0 25 0 1 0 821164514 307146752 73800 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 74987 73800 705 1214 0 73769 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 299948

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 10242
/proc/meminfo: memFree=30802708/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=397548 CPUtime=222.29 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 98674 0 0 0 19547 2682 0 0 25 0 1 0 821164514 407089152 96644 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 99387 96644 705 1214 0 98169 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 397548

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 10244
/proc/meminfo: memFree=30695732/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=479880 CPUtime=282.29 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 119811 0 0 0 24879 3350 0 0 25 0 1 0 821164514 491397120 117781 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 119970 117781 705 1214 0 118752 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 479880

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10246
/proc/meminfo: memFree=30582344/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=567276 CPUtime=342.3 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 142113 0 0 0 30235 3995 0 0 25 0 1 0 821164514 580890624 140083 33554432000 4194304 9163163 140736279438016 18446744073709551615 5143898 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 141819 140083 705 1214 0 140601 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 567276

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 10247
/proc/meminfo: memFree=30468216/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=648944 CPUtime=402.29 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 162950 0 0 0 35598 4631 0 0 25 0 1 0 821164514 664518656 160920 33554432000 4194304 9163163 140736279438016 18446744073709551615 5275704 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 162236 160920 705 1214 0 161018 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 648944

[startup+462.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/447 10249
/proc/meminfo: memFree=30338688/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=745104 CPUtime=462.3 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 183313 0 0 0 40966 5264 0 0 25 0 1 0 821164514 762986496 181283 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 186276 181283 705 1214 0 185058 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 745104

[startup+522.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/447 10250
/proc/meminfo: memFree=30208152/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=824272 CPUtime=522.29 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 203691 0 0 0 46347 5882 0 0 25 0 1 0 821164514 844054528 201661 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 206068 201661 705 1214 0 204850 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 824272

[startup+582.3 s]
/proc/loadavg: 2.17 2.05 2.01 3/447 10252
/proc/meminfo: memFree=30089936/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=905284 CPUtime=582.3 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 224270 0 0 0 51734 6496 0 0 25 0 1 0 821164514 927010816 222240 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 226321 222240 705 1214 0 225103 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 905284

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10258
/proc/meminfo: memFree=29679308/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1209372 CPUtime=822.31 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 301902 0 0 0 73329 8902 0 0 25 0 1 0 821164514 1238396928 299872 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 302343 299872 705 1214 0 301125 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1209372

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 10260
/proc/meminfo: memFree=29583764/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1280940 CPUtime=882.3 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 320321 0 0 0 78741 9489 0 0 25 0 1 0 821164514 1311682560 318291 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 320235 318291 705 1214 0 319017 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1280940

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 10262
/proc/meminfo: memFree=29493556/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1355660 CPUtime=942.31 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 339135 0 0 0 84143 10088 0 0 25 0 1 0 821164514 1388195840 337105 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 338915 337105 705 1214 0 337697 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1355660

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 10263
/proc/meminfo: memFree=29403080/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1459624 CPUtime=1002.31 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 357435 0 0 0 89548 10683 0 0 25 0 1 0 821164514 1494654976 355405 33554432000 4194304 9163163 140736279438016 18446744073709551615 5277357 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 364906 355405 705 1214 0 363688 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1459624

[startup+1062.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/447 10265
/proc/meminfo: memFree=29301320/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1529828 CPUtime=1062.31 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 375493 0 0 0 94978 11253 0 0 25 0 1 0 821164514 1566543872 373463 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 382457 373463 705 1214 0 381239 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1529828

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/447 10266
/proc/meminfo: memFree=29208364/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1600412 CPUtime=1122.31 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 393673 0 0 0 100411 11820 0 0 25 0 1 0 821164514 1638821888 391643 33554432000 4194304 9163163 140736279438016 18446744073709551615 5150249 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 400103 391643 705 1214 0 398885 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1600412

[startup+1182.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/447 10268
/proc/meminfo: memFree=29124088/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1672128 CPUtime=1182.32 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 411639 0 0 0 105841 12391 0 0 25 0 1 0 821164514 1712259072 409609 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 418032 409609 705 1214 0 416814 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1672128

[startup+1242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/447 10270
/proc/meminfo: memFree=29042052/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1740552 CPUtime=1242.31 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 429283 0 0 0 111269 12962 0 0 25 0 1 0 821164514 1782325248 427253 33554432000 4194304 9163163 140736279438016 18446744073709551615 6781455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 435138 427253 705 1214 0 433920 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1740552

[startup+1302.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/447 10271
/proc/meminfo: memFree=28955792/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1810688 CPUtime=1302.32 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 447326 0 0 0 116706 13526 0 0 25 0 1 0 821164514 1854144512 445296 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 452672 445296 705 1214 0 451454 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1810688

[startup+1362.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/447 10273
/proc/meminfo: memFree=28864184/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1882832 CPUtime=1362.32 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 465837 0 0 0 122132 14100 0 0 25 0 1 0 821164514 1928019968 463807 33554432000 4194304 9163163 140736279438016 18446744073709551615 6781444 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 470708 463807 705 1214 0 469490 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1882832

[startup+1422.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 10274
/proc/meminfo: memFree=28772740/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=1950316 CPUtime=1422.34 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 482615 0 0 0 127586 14648 0 0 25 0 1 0 821164514 1997123584 480585 33554432000 4194304 9163163 140736279438016 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 487579 480585 705 1214 0 486361 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1950316

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/447 10276
/proc/meminfo: memFree=28660696/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=2019052 CPUtime=1482.32 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 500290 0 0 0 133026 15206 0 0 25 0 1 0 821164514 2067509248 498260 33554432000 4194304 9163163 140736279438016 18446744073709551615 6781440 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 504763 498260 705 1214 0 503545 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 2019052

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/447 10278
/proc/meminfo: memFree=28550756/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=2084444 CPUtime=1542.32 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 517128 0 0 0 138468 15764 0 0 25 0 1 0 821164514 2134470656 515098 33554432000 4194304 9163163 140736279438016 18446744073709551615 5260988 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 521111 515098 705 1214 0 519893 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 2084444

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/447 10279
/proc/meminfo: memFree=28446520/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=2149416 CPUtime=1602.33 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 533851 0 0 0 143920 16313 0 0 25 0 1 0 821164514 2201001984 531821 33554432000 4194304 9163163 140736279438016 18446744073709551615 6781455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 537354 531821 705 1214 0 536136 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2149416

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/447 10281
/proc/meminfo: memFree=28343144/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=2218676 CPUtime=1662.33 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 551644 0 0 0 149371 16862 0 0 25 0 1 0 821164514 2271924224 549614 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 554669 549614 705 1214 0 553451 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2218676

[startup+1722.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/447 10282
/proc/meminfo: memFree=28248960/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=2283516 CPUtime=1722.32 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 567654 0 0 0 154815 17417 0 0 25 0 1 0 821164514 2338320384 565624 33554432000 4194304 9163163 140736279438016 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 570879 565624 705 1214 0 569661 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 2283516

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/447 10284
/proc/meminfo: memFree=28148308/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=2349336 CPUtime=1782.33 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 584587 0 0 0 160286 17947 0 0 25 0 1 0 821164514 2405720064 582557 33554432000 4194304 9163163 140736279438016 18446744073709551615 6555935 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10235/statm: 587334 582557 705 1214 0 586116 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 2349336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.06 2.01 2/446 10285
/proc/meminfo: memFree=29055360/32950928 swapFree=34365992/67111528
[pid=10235] ppid=10233 vsize=2371100 CPUtime=1800.04 cores=1,3,5,7
/proc/10235/stat : 10235 (scip-2.0.1.4b.l) R 10233 10235 10081 0 -1 4202496 590148 0 0 0 161903 18101 0 0 25 0 1 0 821164514 2428006400 588118 33554432000 4194304 9163163 140736279438016 18446744073709551615 5263244 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10235/statm: 592775 588118 708 1214 0 591557 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2371100

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.11
CPU time (s): 1800.14
CPU user time (s): 1619.04
CPU system time (s): 181.1
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2371100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1619.04
system time used= 181.1
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 590148
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= 3
involuntary context switches= 1526

runsolver used 7.59884 second user time and 18.6602 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 12:07:37
IDJOB=3450868
IDBENCH=2922
IDSOLVER=1948
FILE ID=node120/3450868-1307095657
RUNJOBID= node120-1307093855-10100
PBS_JOBID= 13498002
Free space on /tmp= 73800 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450868-1307095657/watcher-3450868-1307095657 -o /tmp/evaluation-result-3450868-1307095657/solver-3450868-1307095657 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450868-1307095657.opb -t 1800 -m 15500

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

MD5SUM BENCH= d78f5121f87a7bad7fc74d5d3eacc32f
RANDOM SEED=1447542038

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31397860 kB
Buffers:        254288 kB
Cached:         967264 kB
SwapCached:      12852 kB
Active:         342332 kB
Inactive:       919100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31397860 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           24152 kB
Writeback:           0 kB
AnonPages:       37612 kB
Mapped:          11916 kB
Slab:           132140 kB
PageTables:      91664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105414312 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= 73788 MiB
End job on node120 at 2011-06-03 12:37:40