Trace number 3452528

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.12 1800.1

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.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452528-1307097038.opb>
0.00/0.00	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 9 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c       8 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.4
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 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.04	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.00/0.06	c   0.1s|     1 |     0 |   174 |     - | 477k|   0 |  19 |  70 |  23 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/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.64	c   1.6s| 10000 |  5700 | 31214 |   3.1 |4142k|  61 |   - |  70 |2046 |  70 |  19 |  14 |2561 | 667 | 0.000000e+00 |      --      |    Inf 
3.19/3.20	c   3.2s| 20000 | 10647 | 62958 |   3.1 |6948k|  61 |   - |  70 |1747 |  70 |  19 |  14 |5534 | 908 | 0.000000e+00 |      --      |    Inf 
4.59/4.65	c   4.6s| 30000 | 15607 | 94629 |   3.1 |9628k|  62 |   8 |  70 |1424 |  70 |  19 |  14 |8484 |1090 | 0.000000e+00 |      --      |    Inf 
5.99/6.09	c   6.1s| 40000 | 20289 |125563 |   3.1 |  12M|  62 |   8 |  70 |1963 |  70 |  19 |  14 |  11k|1220 | 0.000000e+00 |      --      |    Inf 
7.49/7.56	c   7.6s| 50000 | 24848 |156688 |   3.1 |  15M|  62 |   8 |  70 |1945 |  70 |  19 |  14 |  14k|1338 | 0.000000e+00 |      --      |    Inf 
9.00/9.04	c   9.0s| 60000 | 29240 |188760 |   3.1 |  17M|  62 |   - |  70 |2240 |  70 |  19 |  14 |  18k|1443 | 0.000000e+00 |      --      |    Inf 
10.49/10.52	c  10.5s| 70000 | 33639 |220502 |   3.1 |  20M|  62 |   8 |  70 |2436 |  70 |  19 |  14 |  21k|1515 | 0.000000e+00 |      --      |    Inf 
11.98/12.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.98/12.03	c  12.0s| 80000 | 38012 |252722 |   3.2 |  23M|  62 |   8 |  70 |2410 |  70 |  19 |  14 |  24k|1599 | 0.000000e+00 |      --      |    Inf 
13.47/13.55	c  13.6s| 90000 | 42352 |285215 |   3.2 |  25M|  62 |   - |  70 |2553 |  70 |  19 |  14 |  28k|1657 | 0.000000e+00 |      --      |    Inf 
14.96/15.03	c  15.0s|100000 | 46534 |317696 |   3.2 |  28M|  62 |   8 |  70 |2524 |  70 |  19 |  14 |  31k|1711 | 0.000000e+00 |      --      |    Inf 
16.36/16.50	c  16.5s|110000 | 50729 |349493 |   3.2 |  31M|  62 |   8 |  70 |2837 |  70 |  19 |  14 |  35k|1756 | 0.000000e+00 |      --      |    Inf 
17.97/18.00	c  18.0s|120000 | 54978 |381474 |   3.2 |  33M|  62 |   8 |  70 |3022 |  70 |  19 |  14 |  38k|1796 | 0.000000e+00 |      --      |    Inf 
19.36/19.47	c  19.5s|130000 | 59314 |412131 |   3.2 |  36M|  62 |   8 |  70 |3001 |  70 |  19 |  14 |  41k|1842 | 0.000000e+00 |      --      |    Inf 
20.98/21.02	c  21.0s|140000 | 63186 |444425 |   3.2 |  39M|  62 |   8 |  70 |3041 |  70 |  19 |  14 |  45k|1869 | 0.000000e+00 |      --      |    Inf 
22.47/22.54	c  22.5s|150000 | 67281 |476073 |   3.2 |  41M|  62 |   8 |  70 |3344 |  70 |  19 |  14 |  49k|1900 | 0.000000e+00 |      --      |    Inf 
23.97/24.06	c  24.1s|160000 | 71471 |508210 |   3.2 |  44M|  62 |   - |  70 |3443 |  70 |  19 |  14 |  52k|1924 | 0.000000e+00 |      --      |    Inf 
25.56/25.61	c  25.6s|170000 | 75435 |540424 |   3.2 |  47M|  62 |   8 |  70 |3250 |  70 |  19 |  14 |  56k|1962 | 0.000000e+00 |      --      |    Inf 
27.06/27.13	c  27.1s|180000 | 79329 |571261 |   3.2 |  49M|  63 |   - |  70 |3671 |   0 |   0 |  14 |  59k|1988 | 0.000000e+00 |      --      |    Inf 
28.58/28.69	c  28.7s|190000 | 83345 |602888 |   3.2 |  52M|  63 |   8 |  70 |3444 |  70 |  19 |  14 |  63k|2023 | 0.000000e+00 |      --      |    Inf 
30.17/30.25	c  30.3s|200000 | 87218 |634225 |   3.2 |  54M|  63 |   8 |  70 |3463 |  70 |  19 |  14 |  67k|2048 | 0.000000e+00 |      --      |    Inf 
31.66/31.75	c  31.8s|210000 | 91225 |666119 |   3.2 |  57M|  63 |   8 |  70 |3986 |  70 |  19 |  14 |  70k|2074 | 0.000000e+00 |      --      |    Inf 
33.17/33.27	c  33.3s|220000 | 95228 |698280 |   3.2 |  59M|  63 |   8 |  70 |3606 |  70 |  19 |  14 |  74k|2113 | 0.000000e+00 |      --      |    Inf 
34.76/34.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.76/34.83	c  34.8s|230000 | 99115 |730459 |   3.2 |  62M|  63 |   - |  70 |3440 |  70 |  19 |  14 |  78k|2139 | 0.000000e+00 |      --      |    Inf 
36.27/36.38	c  36.4s|240000 |103003 |761585 |   3.2 |  65M|  63 |   8 |  70 |3528 |  70 |  19 |  14 |  81k|2169 | 0.000000e+00 |      --      |    Inf 
37.86/37.91	c  37.9s|250000 |107009 |793141 |   3.2 |  67M|  63 |   8 |  70 |3733 |  70 |  19 |  14 |  85k|2200 | 0.000000e+00 |      --      |    Inf 
39.36/39.43	c  39.4s|260000 |110835 |824259 |   3.2 |  70M|  63 |   - |  70 |4106 |  70 |  19 |  14 |  89k|2224 | 0.000000e+00 |      --      |    Inf 
40.86/40.94	c  40.9s|270000 |114928 |855052 |   3.2 |  72M|  63 |   - |  70 |4095 |  70 |  19 |  14 |  92k|2248 | 0.000000e+00 |      --      |    Inf 
42.46/42.53	c  42.5s|280000 |118939 |886723 |   3.2 |  75M|  63 |   - |  70 |3685 |  70 |  19 |  14 |  95k|2278 | 0.000000e+00 |      --      |    Inf 
44.07/44.15	c  44.2s|290000 |122713 |917930 |   3.2 |  77M|  63 |   - |  70 |3468 |  70 |  19 |  14 |  99k|2295 | 0.000000e+00 |      --      |    Inf 
45.36/45.47	c  45.5s|300000 |127981 |946211 |   3.2 |  80M|  63 |   8 |  70 |4548 |  70 |  19 |  14 | 102k|2306 | 0.000000e+00 |      --      |    Inf 
46.85/46.96	c  47.0s|310000 |131993 |975865 |   3.1 |  83M|  63 |   8 |  70 |4933 |  70 |  19 |  14 | 106k|2318 | 0.000000e+00 |      --      |    Inf 
48.37/48.44	c  48.4s|320000 |136254 |  1005k|   3.1 |  86M|  63 |   8 |  70 |5516 |  70 |  19 |  14 | 109k|2328 | 0.000000e+00 |      --      |    Inf 
49.96/50.09	c  50.1s|330000 |140309 |  1036k|   3.1 |  88M|  63 |   - |  70 |4332 |  70 |  19 |  14 | 113k|2339 | 0.000000e+00 |      --      |    Inf 
51.67/51.75	c  51.7s|340000 |144059 |  1067k|   3.1 |  91M|  63 |   8 |  70 |3595 |  70 |  19 |  14 | 116k|2351 | 0.000000e+00 |      --      |    Inf 
53.26/53.35	c  53.3s|350000 |147891 |  1099k|   3.1 |  93M|  63 |   - |  70 |3809 |  70 |  19 |  14 | 120k|2362 | 0.000000e+00 |      --      |    Inf 
54.85/54.98	c  55.0s|360000 |151666 |  1131k|   3.1 |  96M|  63 |   8 |  70 |3777 |  70 |  19 |  14 | 124k|2373 | 0.000000e+00 |      --      |    Inf 
56.36/56.49	c  56.5s|370000 |155791 |  1161k|   3.1 |  98M|  63 |   - |  70 |4034 |  70 |  19 |  14 | 127k|2386 | 0.000000e+00 |      --      |    Inf 
57.96/58.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.96/58.06	c  58.1s|380000 |159879 |  1191k|   3.1 | 101M|  63 |   8 |  70 |3869 |  70 |  19 |  14 | 131k|2396 | 0.000000e+00 |      --      |    Inf 
59.56/59.66	c  59.7s|390000 |163903 |  1223k|   3.1 | 103M|  63 |   8 |  70 |3943 |  70 |  19 |  14 | 134k|2408 | 0.000000e+00 |      --      |    Inf 
61.16/61.22	c  61.2s|400000 |167913 |  1253k|   3.1 | 106M|  63 |   8 |  70 |4073 |  70 |  19 |  14 | 138k|2419 | 0.000000e+00 |      --      |    Inf 
62.67/62.76	c  62.8s|410000 |171906 |  1284k|   3.1 | 109M|  63 |   - |  70 |4627 |  70 |  19 |  14 | 141k|2428 | 0.000000e+00 |      --      |    Inf 
64.36/64.40	c  64.4s|420000 |175850 |  1315k|   3.1 | 111M|  63 |   8 |  70 |3730 |  70 |  19 |  14 | 145k|2444 | 0.000000e+00 |      --      |    Inf 
65.97/66.01	c  66.0s|430000 |179749 |  1346k|   3.1 | 114M|  63 |   - |  70 |3937 |  70 |  19 |  14 | 149k|2462 | 0.000000e+00 |      --      |    Inf 
67.56/67.68	c  67.7s|440000 |183540 |  1378k|   3.1 | 116M|  63 |   - |  70 |4068 |  70 |  19 |  14 | 152k|2485 | 0.000000e+00 |      --      |    Inf 
69.16/69.23	c  69.2s|450000 |187699 |  1409k|   3.1 | 119M|  63 |   8 |  70 |4539 |  70 |  19 |  14 | 156k|2507 | 0.000000e+00 |      --      |    Inf 
70.66/70.74	c  70.7s|460000 |191866 |  1440k|   3.1 | 122M|  63 |   8 |  70 |4732 |  70 |  19 |  14 | 160k|2522 | 0.000000e+00 |      --      |    Inf 
72.26/72.31	c  72.3s|470000 |196067 |  1470k|   3.1 | 124M|  63 |   8 |  70 |4693 |  70 |  19 |  14 | 163k|2544 | 0.000000e+00 |      --      |    Inf 
73.77/73.84	c  73.8s|480000 |200288 |  1501k|   3.1 | 127M|  63 |   8 |  70 |4657 |  70 |  19 |  14 | 166k|2567 | 0.000000e+00 |      --      |    Inf 
75.36/75.49	c  75.5s|490000 |204071 |  1532k|   3.1 | 129M|  63 |   8 |  70 |3891 |  70 |  19 |  14 | 170k|2582 | 0.000000e+00 |      --      |    Inf 
76.86/76.99	c  77.0s|500000 |208222 |  1562k|   3.1 | 132M|  63 |   8 |  70 |4506 |  70 |  19 |  14 | 174k|2604 | 0.000000e+00 |      --      |    Inf 
78.56/78.63	c  78.6s|510000 |212083 |  1593k|   3.1 | 134M|  63 |   8 |  70 |4251 |  70 |  19 |  14 | 177k|2610 | 0.000000e+00 |      --      |    Inf 
80.16/80.22	c  80.2s|520000 |216158 |  1624k|   3.1 | 137M|  63 |   8 |  70 |4409 |  70 |  19 |  14 | 181k|2621 | 0.000000e+00 |      --      |    Inf 
81.76/81.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.76/81.82	c  81.8s|530000 |220304 |  1655k|   3.1 | 139M|  63 |   8 |  70 |3808 |  70 |  19 |  14 | 184k|2628 | 0.000000e+00 |      --      |    Inf 
83.26/83.32	c  83.3s|540000 |224511 |  1686k|   3.1 | 142M|  63 |   8 |  70 |3188 |  70 |  19 |  14 | 188k|2638 | 0.000000e+00 |      --      |    Inf 
84.67/84.79	c  84.8s|550000 |228855 |  1717k|   3.1 | 144M|  63 |   8 |  70 |4303 |  70 |  19 |  14 | 191k|2650 | 0.000000e+00 |      --      |    Inf 
86.26/86.31	c  86.3s|560000 |233108 |  1748k|   3.1 | 147M|  63 |   - |  70 |3781 |  70 |  19 |  14 | 195k|2665 | 0.000000e+00 |      --      |    Inf 
87.76/87.83	c  87.8s|570000 |237245 |  1778k|   3.1 | 150M|  63 |   8 |  70 |4507 |  70 |  19 |  14 | 198k|2677 | 0.000000e+00 |      --      |    Inf 
89.36/89.45	c  89.5s|580000 |241219 |  1808k|   3.1 | 152M|  63 |   8 |  70 |4051 |  70 |  19 |  14 | 202k|2690 | 0.000000e+00 |      --      |    Inf 
90.95/91.09	c  91.1s|590000 |244909 |  1839k|   3.1 | 155M|  63 |   8 |  70 |4128 |  70 |  19 |  14 | 205k|2696 | 0.000000e+00 |      --      |    Inf 
92.56/92.68	c  92.7s|600000 |248867 |  1871k|   3.1 | 157M|  63 |   8 |  70 |4078 |  70 |  19 |  14 | 209k|2703 | 0.000000e+00 |      --      |    Inf 
94.26/94.33	c  94.3s|610000 |252411 |  1901k|   3.1 | 160M|  63 |   8 |  70 |4324 |  70 |  19 |  14 | 213k|2715 | 0.000000e+00 |      --      |    Inf 
95.86/95.93	c  95.9s|620000 |256465 |  1932k|   3.1 | 162M|  63 |   - |  70 |4631 |  70 |  19 |  14 | 216k|2721 | 0.000000e+00 |      --      |    Inf 
97.35/97.49	c  97.5s|630000 |260395 |  1963k|   3.1 | 165M|  63 |   8 |  70 |4998 |  70 |  19 |  14 | 220k|2731 | 0.000000e+00 |      --      |    Inf 
99.07/99.16	c  99.2s|640000 |264359 |  1994k|   3.1 | 167M|  63 |   - |  70 |4546 |  70 |  19 |  14 | 224k|2738 | 0.000000e+00 |      --      |    Inf 
100.76/100.82	c   101s|650000 |268207 |  2025k|   3.1 | 170M|  63 |   8 |  70 |4556 |  70 |  19 |  14 | 227k|2744 | 0.000000e+00 |      --      |    Inf 
102.27/102.41	c   102s|660000 |272137 |  2055k|   3.1 | 173M|  63 |   - |  70 |4963 |  70 |  19 |  14 | 231k|2754 | 0.000000e+00 |      --      |    Inf 
103.96/104.00	c   104s|670000 |276227 |  2085k|   3.1 | 175M|  63 |   - |  70 |4686 |  70 |  19 |  14 | 235k|2761 | 0.000000e+00 |      --      |    Inf 
105.56/105.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.56/105.65	c   106s|680000 |280031 |  2115k|   3.1 | 178M|  63 |   8 |  70 |4542 |  70 |  19 |  14 | 238k|2768 | 0.000000e+00 |      --      |    Inf 
107.16/107.27	c   107s|690000 |284061 |  2146k|   3.1 | 180M|  63 |   8 |  70 |4506 |  70 |  19 |  14 | 242k|2776 | 0.000000e+00 |      --      |    Inf 
108.76/108.82	c   109s|700000 |288155 |  2177k|   3.1 | 183M|  63 |   8 |  70 |4812 |  70 |  19 |  14 | 245k|2785 | 0.000000e+00 |      --      |    Inf 
110.46/110.50	c   111s|710000 |292088 |  2206k|   3.1 | 185M|  63 |   8 |  70 |4357 |  70 |  19 |  14 | 249k|2797 | 0.000000e+00 |      --      |    Inf 
112.06/112.14	c   112s|720000 |296133 |  2236k|   3.1 | 188M|  63 |   - |  70 |4022 |  70 |  19 |  14 | 252k|2815 | 0.000000e+00 |      --      |    Inf 
113.76/113.86	c   114s|730000 |299605 |  2268k|   3.1 | 190M|  63 |   - |  70 |4071 |  70 |  19 |  14 | 256k|2831 | 0.000000e+00 |      --      |    Inf 
115.36/115.42	c   115s|740000 |303531 |  2299k|   3.1 | 193M|  63 |   8 |  70 |4953 |  70 |  19 |  14 | 260k|2853 | 0.000000e+00 |      --      |    Inf 
117.06/117.11	c   117s|750000 |307357 |  2329k|   3.1 | 195M|  63 |   - |  70 |4152 |  70 |  19 |  14 | 264k|2870 | 0.000000e+00 |      --      |    Inf 
118.56/118.69	c   119s|760000 |311327 |  2360k|   3.1 | 198M|  63 |   8 |  70 |4464 |  70 |  19 |  14 | 267k|2883 | 0.000000e+00 |      --      |    Inf 
120.26/120.39	c   120s|770000 |315093 |  2391k|   3.1 | 200M|  63 |   - |  70 |3857 |  70 |  19 |  14 | 271k|2899 | 0.000000e+00 |      --      |    Inf 
121.86/121.99	c   122s|780000 |319247 |  2422k|   3.1 | 203M|  63 |   8 |  70 |3793 |  70 |  19 |  14 | 275k|2916 | 0.000000e+00 |      --      |    Inf 
123.46/123.57	c   124s|790000 |323027 |  2453k|   3.1 | 205M|  63 |   8 |  70 |4769 |  70 |  19 |  14 | 278k|2930 | 0.000000e+00 |      --      |    Inf 
125.16/125.26	c   125s|800000 |326774 |  2484k|   3.1 | 208M|  63 |   - |  70 |4638 |  70 |  19 |  14 | 282k|2938 | 0.000000e+00 |      --      |    Inf 
126.75/126.81	c   127s|810000 |331051 |  2513k|   3.1 | 210M|  63 |   - |  70 |4739 |  70 |  19 |  14 | 285k|2944 | 0.000000e+00 |      --      |    Inf 
128.36/128.46	c   128s|820000 |335072 |  2545k|   3.1 | 213M|  63 |   8 |  70 |4534 |  70 |  19 |  14 | 289k|2961 | 0.000000e+00 |      --      |    Inf 
130.06/130.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.06/130.16	c   130s|830000 |338790 |  2575k|   3.1 | 216M|  63 |   - |  70 |4484 |  70 |  19 |  14 | 293k|2978 | 0.000000e+00 |      --      |    Inf 
131.76/131.82	c   132s|840000 |342701 |  2606k|   3.1 | 218M|  63 |   8 |  70 |4384 |  70 |  19 |  14 | 296k|2990 | 0.000000e+00 |      --      |    Inf 
133.26/133.38	c   133s|850000 |346813 |  2636k|   3.1 | 221M|  63 |   8 |  70 |4521 |  70 |  19 |  14 | 300k|3001 | 0.000000e+00 |      --      |    Inf 
134.86/134.98	c   135s|860000 |350594 |  2667k|   3.1 | 223M|  63 |   - |  70 |4555 |  70 |  19 |  14 | 304k|3011 | 0.000000e+00 |      --      |    Inf 
136.55/136.60	c   137s|870000 |354468 |  2698k|   3.1 | 226M|  63 |   8 |  70 |4757 |  70 |  19 |  14 | 307k|3020 | 0.000000e+00 |      --      |    Inf 
138.15/138.25	c   138s|880000 |358306 |  2728k|   3.1 | 228M|  63 |   8 |  70 |4690 |  70 |  19 |  14 | 311k|3031 | 0.000000e+00 |      --      |    Inf 
139.86/139.97	c   140s|890000 |362009 |  2759k|   3.1 | 231M|  63 |   8 |  70 |4196 |  70 |  19 |  14 | 315k|3042 | 0.000000e+00 |      --      |    Inf 
141.56/141.63	c   142s|900000 |365706 |  2790k|   3.1 | 233M|  63 |   8 |  70 |4652 |  70 |  19 |  14 | 319k|3054 | 0.000000e+00 |      --      |    Inf 
143.16/143.25	c   143s|910000 |369615 |  2821k|   3.1 | 236M|  63 |   8 |  70 |4932 |  70 |  19 |  14 | 322k|3061 | 0.000000e+00 |      --      |    Inf 
144.86/144.94	c   145s|920000 |373405 |  2852k|   3.1 | 238M|  63 |   8 |  70 |4325 |  70 |  19 |  14 | 326k|3074 | 0.000000e+00 |      --      |    Inf 
146.37/146.49	c   146s|930000 |377507 |  2883k|   3.1 | 241M|  63 |   8 |  70 |5469 |  70 |  19 |  14 | 329k|3087 | 0.000000e+00 |      --      |    Inf 
148.06/148.17	c   148s|940000 |381428 |  2913k|   3.1 | 243M|  63 |   8 |  70 |4702 |  70 |  19 |  14 | 333k|3098 | 0.000000e+00 |      --      |    Inf 
149.76/149.85	c   150s|950000 |385269 |  2943k|   3.1 | 246M|  63 |   8 |  70 |4220 |  70 |  19 |  14 | 337k|3112 | 0.000000e+00 |      --      |    Inf 
151.36/151.48	c   151s|960000 |389106 |  2973k|   3.1 | 248M|  63 |   8 |  70 |4842 |  70 |  19 |  14 | 340k|3125 | 0.000000e+00 |      --      |    Inf 
152.98/153.09	c   153s|970000 |393007 |  3004k|   3.1 | 251M|  63 |   8 |  70 |5208 |  70 |  19 |  14 | 344k|3139 | 0.000000e+00 |      --      |    Inf 
154.66/154.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.66/154.76	c   155s|980000 |396559 |  3034k|   3.1 | 253M|  63 |   8 |  70 |5151 |  70 |  19 |  14 | 348k|3152 | 0.000000e+00 |      --      |    Inf 
156.46/156.52	c   157s|990000 |400297 |  3065k|   3.1 | 256M|  63 |   - |  70 |4668 |  70 |  19 |  14 | 352k|3165 | 0.000000e+00 |      --      |    Inf 
158.06/158.16	c   158s|  1000k|403914 |  3095k|   3.1 | 258M|  63 |   8 |  70 |5220 |  70 |  19 |  14 | 355k|3177 | 0.000000e+00 |      --      |    Inf 
159.86/159.96	c   160s|  1010k|407492 |  3126k|   3.1 | 261M|  63 |   8 |  70 |4658 |  70 |  19 |  14 | 359k|3191 | 0.000000e+00 |      --      |    Inf 
161.56/161.66	c   162s|  1020k|411383 |  3156k|   3.1 | 263M|  63 |   8 |  70 |4430 |  70 |  19 |  14 | 363k|3199 | 0.000000e+00 |      --      |    Inf 
163.16/163.29	c   163s|  1030k|415463 |  3186k|   3.1 | 266M|  63 |   8 |  70 |4349 |  70 |  19 |  14 | 366k|3210 | 0.000000e+00 |      --      |    Inf 
164.86/164.95	c   165s|  1040k|419152 |  3217k|   3.1 | 268M|  63 |   8 |  70 |4965 |  70 |  19 |  14 | 370k|3223 | 0.000000e+00 |      --      |    Inf 
166.46/166.59	c   167s|  1050k|423062 |  3248k|   3.1 | 271M|  63 |   8 |  70 |5206 |  70 |  19 |  14 | 374k|3238 | 0.000000e+00 |      --      |    Inf 
168.16/168.22	c   168s|  1060k|426888 |  3279k|   3.1 | 274M|  63 |   8 |  70 |5362 |  70 |  19 |  14 | 377k|3246 | 0.000000e+00 |      --      |    Inf 
169.86/169.99	c   170s|  1070k|430593 |  3309k|   3.1 | 276M|  63 |   - |  70 |4534 |  70 |  19 |  14 | 381k|3262 | 0.000000e+00 |      --      |    Inf 
171.57/171.65	c   172s|  1080k|434387 |  3340k|   3.1 | 278M|  63 |   8 |  70 |4999 |  70 |  19 |  14 | 385k|3276 | 0.000000e+00 |      --      |    Inf 
173.26/173.38	c   173s|  1090k|438023 |  3370k|   3.1 | 281M|  63 |   - |  70 |4817 |  70 |  19 |  14 | 389k|3286 | 0.000000e+00 |      --      |    Inf 
174.97/175.05	c   175s|  1100k|441867 |  3400k|   3.1 | 283M|  63 |   8 |  70 |5077 |  70 |  19 |  14 | 392k|3296 | 0.000000e+00 |      --      |    Inf 
176.56/176.65	c   177s|  1110k|445962 |  3431k|   3.1 | 286M|  63 |   8 |  70 |5733 |  70 |  19 |  14 | 396k|3310 | 0.000000e+00 |      --      |    Inf 
178.17/178.28	c   178s|  1120k|450034 |  3461k|   3.1 | 289M|  63 |   - |  70 |5182 |  70 |  19 |  14 | 399k|3321 | 0.000000e+00 |      --      |    Inf 
179.76/179.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.76/179.83	c   180s|  1130k|454252 |  3491k|   3.1 | 291M|  63 |   - |  70 |5944 |  70 |  19 |  14 | 403k|3340 | 0.000000e+00 |      --      |    Inf 
181.58/181.61	c   182s|  1140k|457865 |  3521k|   3.1 | 294M|  63 |   8 |  70 |5273 |  70 |  19 |  14 | 407k|3358 | 0.000000e+00 |      --      |    Inf 
183.16/183.29	c   183s|  1150k|461718 |  3552k|   3.1 | 296M|  63 |   8 |  70 |4756 |  70 |  19 |  14 | 410k|3370 | 0.000000e+00 |      --      |    Inf 
184.56/184.69	c   185s|  1160k|466160 |  3581k|   3.1 | 299M|  63 |   8 |  70 |6226 |  70 |  19 |  14 | 414k|3379 | 0.000000e+00 |      --      |    Inf 
186.07/186.18	c   186s|  1170k|470535 |  3609k|   3.1 | 302M|  63 |   8 |  70 |7524 |  70 |  19 |  14 | 417k|3389 | 0.000000e+00 |      --      |    Inf 
187.76/187.85	c   188s|  1180k|474575 |  3639k|   3.1 | 304M|  63 |   8 |  70 |6723 |  70 |  19 |  14 | 420k|3398 | 0.000000e+00 |      --      |    Inf 
189.47/189.55	c   190s|  1190k|478542 |  3669k|   3.1 | 307M|  63 |   8 |  70 |5300 |  70 |  19 |  14 | 424k|3405 | 0.000000e+00 |      --      |    Inf 
191.07/191.20	c   191s|  1200k|482237 |  3699k|   3.1 | 309M|  63 |   - |  70 |5873 |  70 |  19 |  14 | 428k|3412 | 0.000000e+00 |      --      |    Inf 
192.86/192.93	c   193s|  1210k|486113 |  3730k|   3.1 | 312M|  63 |   8 |  70 |5177 |  70 |  19 |  14 | 431k|3423 | 0.000000e+00 |      --      |    Inf 
194.46/194.55	c   195s|  1220k|489952 |  3760k|   3.1 | 314M|  63 |   8 |  70 |5205 |  70 |  19 |  14 | 435k|3432 | 0.000000e+00 |      --      |    Inf 
196.16/196.24	c   196s|  1230k|493449 |  3790k|   3.1 | 317M|  63 |   - |  70 |5001 |  70 |  19 |  14 | 439k|3439 | 0.000000e+00 |      --      |    Inf 
197.97/198.04	c   198s|  1240k|496919 |  3820k|   3.1 | 319M|  63 |   8 |  70 |4109 |  70 |  19 |  14 | 443k|3446 | 0.000000e+00 |      --      |    Inf 
199.56/199.64	c   200s|  1250k|500697 |  3852k|   3.1 | 322M|  63 |   8 |  70 |5507 |  70 |  19 |  14 | 447k|3455 | 0.000000e+00 |      --      |    Inf 
201.27/201.33	c   201s|  1260k|504487 |  3882k|   3.1 | 324M|  63 |   - |  70 |5267 |  70 |  19 |  14 | 450k|3461 | 0.000000e+00 |      --      |    Inf 
202.96/203.02	c   203s|  1270k|508274 |  3912k|   3.1 | 327M|  63 |   - |  70 |5211 |  70 |  19 |  14 | 454k|3469 | 0.000000e+00 |      --      |    Inf 
204.68/204.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.68/204.79	c   205s|  1280k|511921 |  3943k|   3.1 | 329M|  63 |   8 |  70 |5213 |  70 |  19 |  14 | 458k|3475 | 0.000000e+00 |      --      |    Inf 
206.37/206.41	c   206s|  1290k|515995 |  3974k|   3.1 | 332M|  63 |   - |  70 |5370 |  70 |  19 |  14 | 462k|3480 | 0.000000e+00 |      --      |    Inf 
207.97/208.02	c   208s|  1300k|520160 |  4004k|   3.1 | 334M|  63 |   - |  70 |5499 |  70 |  19 |  14 | 465k|3489 | 0.000000e+00 |      --      |    Inf 
209.46/209.53	c   210s|  1310k|524345 |  4035k|   3.1 | 337M|  63 |   8 |  70 |6737 |  70 |  19 |  14 | 468k|3494 | 0.000000e+00 |      --      |    Inf 
211.06/211.18	c   211s|  1320k|528172 |  4065k|   3.1 | 340M|  63 |   8 |  70 |6716 |  70 |  19 |  14 | 472k|3503 | 0.000000e+00 |      --      |    Inf 
212.86/212.92	c   213s|  1330k|531870 |  4096k|   3.1 | 342M|  63 |   - |  70 |5516 |  70 |  19 |  14 | 476k|3509 | 0.000000e+00 |      --      |    Inf 
214.66/214.73	c   215s|  1340k|535421 |  4127k|   3.1 | 344M|  63 |   8 |  70 |4945 |  70 |  19 |  14 | 480k|3514 | 0.000000e+00 |      --      |    Inf 
216.36/216.43	c   216s|  1350k|539060 |  4158k|   3.1 | 347M|  63 |   - |  70 |5008 |  70 |  19 |  14 | 483k|3521 | 0.000000e+00 |      --      |    Inf 
218.06/218.19	c   218s|  1360k|542659 |  4188k|   3.1 | 349M|  63 |   8 |  70 |5354 |  70 |  19 |  14 | 487k|3527 | 0.000000e+00 |      --      |    Inf 
219.76/219.87	c   220s|  1370k|546595 |  4219k|   3.1 | 352M|  63 |   - |  70 |4952 |  70 |  19 |  14 | 491k|3532 | 0.000000e+00 |      --      |    Inf 
221.46/221.56	c   222s|  1380k|550281 |  4250k|   3.1 | 354M|  63 |   - |  70 |5283 |  70 |  19 |  14 | 495k|3539 | 0.000000e+00 |      --      |    Inf 
223.16/223.31	c   223s|  1390k|554208 |  4280k|   3.1 | 357M|  63 |   - |  70 |4261 |  70 |  19 |  14 | 498k|3552 | 0.000000e+00 |      --      |    Inf 
224.97/225.05	c   225s|  1400k|557895 |  4311k|   3.1 | 359M|  63 |   8 |  70 |4099 |  70 |  19 |  14 | 502k|3560 | 0.000000e+00 |      --      |    Inf 
226.77/226.80	c   227s|  1410k|561507 |  4341k|   3.1 | 362M|  63 |   - |  70 |4691 |  70 |  19 |  14 | 506k|3564 | 0.000000e+00 |      --      |    Inf 
228.37/228.45	c   228s|  1420k|565379 |  4371k|   3.1 | 364M|  63 |   - |  70 |5099 |  70 |  19 |  14 | 509k|3572 | 0.000000e+00 |      --      |    Inf 
230.06/230.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
230.06/230.17	c   230s|  1430k|569199 |  4401k|   3.1 | 367M|  63 |   8 |  70 |4774 |  70 |  19 |  14 | 513k|3575 | 0.000000e+00 |      --      |    Inf 
231.76/231.89	c   232s|  1440k|573081 |  4432k|   3.1 | 369M|  63 |   8 |  70 |5040 |  70 |  19 |  14 | 517k|3585 | 0.000000e+00 |      --      |    Inf 
233.47/233.56	c   234s|  1450k|576911 |  4462k|   3.1 | 372M|  63 |   8 |  70 |5078 |  70 |  19 |  14 | 520k|3593 | 0.000000e+00 |      --      |    Inf 
235.16/235.26	c   235s|  1460k|580562 |  4492k|   3.1 | 374M|  63 |   8 |  70 |5066 |  70 |  19 |  14 | 524k|3599 | 0.000000e+00 |      --      |    Inf 
236.87/236.96	c   237s|  1470k|584214 |  4523k|   3.1 | 377M|  63 |   8 |  70 |5268 |  70 |  19 |  14 | 528k|3608 | 0.000000e+00 |      --      |    Inf 
238.56/238.64	c   239s|  1480k|588054 |  4553k|   3.1 | 379M|  63 |   8 |  70 |5307 |  70 |  19 |  14 | 532k|3614 | 0.000000e+00 |      --      |    Inf 
240.36/240.44	c   240s|  1490k|591873 |  4583k|   3.1 | 382M|  63 |   8 |  70 |4600 |  70 |  19 |  14 | 535k|3618 | 0.000000e+00 |      --      |    Inf 
242.08/242.11	c   242s|  1500k|595558 |  4613k|   3.1 | 384M|  63 |   - |  70 |5346 |  70 |  19 |  14 | 539k|3624 | 0.000000e+00 |      --      |    Inf 
243.86/243.94	c   244s|  1510k|599079 |  4643k|   3.1 | 387M|  63 |   8 |  70 |5012 |  70 |  19 |  14 | 543k|3629 | 0.000000e+00 |      --      |    Inf 
245.47/245.54	c   246s|  1520k|603219 |  4673k|   3.1 | 389M|  63 |   8 |  70 |5244 |  70 |  19 |  14 | 547k|3637 | 0.000000e+00 |      --      |    Inf 
247.16/247.27	c   247s|  1530k|607107 |  4703k|   3.1 | 392M|  63 |   8 |  70 |4461 |  70 |  19 |  14 | 550k|3643 | 0.000000e+00 |      --      |    Inf 
248.77/248.87	c   249s|  1540k|611070 |  4734k|   3.1 | 394M|  63 |   - |  70 |5395 |  70 |  19 |  14 | 554k|3649 | 0.000000e+00 |      --      |    Inf 
250.57/250.63	c   251s|  1550k|614843 |  4763k|   3.1 | 397M|  63 |   - |  70 |5649 |  70 |  19 |  14 | 558k|3659 | 0.000000e+00 |      --      |    Inf 
252.26/252.37	c   252s|  1560k|618472 |  4794k|   3.1 | 400M|  63 |   8 |  70 |5648 |  70 |  19 |  14 | 561k|3669 | 0.000000e+00 |      --      |    Inf 
254.07/254.20	c   254s|  1570k|622162 |  4824k|   3.1 | 402M|  63 |   8 |  70 |5258 |  70 |  19 |  14 | 565k|3673 | 0.000000e+00 |      --      |    Inf 
255.86/255.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.86/255.94	c   256s|  1580k|625940 |  4855k|   3.1 | 404M|  63 |   8 |  70 |5451 |  70 |  19 |  14 | 569k|3681 | 0.000000e+00 |      --      |    Inf 
257.57/257.69	c   258s|  1590k|629819 |  4885k|   3.1 | 407M|  63 |   - |  70 |5003 |  70 |  19 |  14 | 573k|3695 | 0.000000e+00 |      --      |    Inf 
259.37/259.46	c   259s|  1600k|633226 |  4916k|   3.1 | 409M|  63 |   8 |  70 |5135 |  70 |  19 |  14 | 577k|3701 | 0.000000e+00 |      --      |    Inf 
261.06/261.18	c   261s|  1610k|637166 |  4947k|   3.1 | 412M|  63 |   8 |  70 |5178 |  70 |  19 |  14 | 580k|3709 | 0.000000e+00 |      --      |    Inf 
262.88/262.95	c   263s|  1620k|640687 |  4978k|   3.1 | 414M|  63 |   8 |  70 |5289 |  70 |  19 |  14 | 584k|3715 | 0.000000e+00 |      --      |    Inf 
264.76/264.82	c   265s|  1630k|644241 |  5008k|   3.1 | 417M|  63 |   - |  70 |4850 |  70 |  19 |  14 | 588k|3720 | 0.000000e+00 |      --      |    Inf 
266.46/266.58	c   267s|  1640k|647933 |  5039k|   3.1 | 419M|  63 |   8 |  70 |4821 |  70 |  19 |  14 | 592k|3726 | 0.000000e+00 |      --      |    Inf 
268.26/268.34	c   268s|  1650k|651681 |  5069k|   3.1 | 422M|  63 |   8 |  70 |5013 |  70 |  19 |  14 | 595k|3732 | 0.000000e+00 |      --      |    Inf 
269.97/270.01	c   270s|  1660k|655683 |  5099k|   3.1 | 424M|  63 |   8 |  70 |5256 |  70 |  19 |  14 | 599k|3738 | 0.000000e+00 |      --      |    Inf 
271.68/271.80	c   272s|  1670k|659417 |  5129k|   3.1 | 427M|  63 |   8 |  70 |4913 |  70 |  19 |  14 | 603k|3747 | 0.000000e+00 |      --      |    Inf 
273.46/273.52	c   274s|  1680k|663167 |  5161k|   3.1 | 429M|  63 |   8 |  70 |5272 |  70 |  19 |  14 | 606k|3755 | 0.000000e+00 |      --      |    Inf 
275.17/275.22	c   275s|  1690k|666988 |  5192k|   3.1 | 432M|  63 |   8 |  70 |5977 |  70 |  19 |  14 | 610k|3760 | 0.000000e+00 |      --      |    Inf 
276.86/276.92	c   277s|  1700k|670575 |  5223k|   3.1 | 434M|  63 |   8 |  70 |6226 |  70 |  19 |  14 | 614k|3769 | 0.000000e+00 |      --      |    Inf 
278.77/278.83	c   279s|  1710k|674070 |  5254k|   3.1 | 437M|  63 |   8 |  70 |5386 |  70 |  19 |  14 | 618k|3776 | 0.000000e+00 |      --      |    Inf 
280.37/280.45	c   280s|  1720k|678181 |  5284k|   3.1 | 439M|  63 |   - |  70 |6742 |  70 |  19 |  14 | 622k|3781 | 0.000000e+00 |      --      |    Inf 
281.97/282.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.97/282.08	c   282s|  1730k|682010 |  5315k|   3.1 | 442M|  63 |   8 |  70 |7684 |  70 |  19 |  14 | 625k|3792 | 0.000000e+00 |      --      |    Inf 
283.77/283.81	c   284s|  1740k|685677 |  5344k|   3.1 | 444M|  63 |   8 |  70 |7414 |  70 |  19 |  14 | 629k|3797 | 0.000000e+00 |      --      |    Inf 
285.56/285.63	c   286s|  1750k|689381 |  5375k|   3.1 | 447M|  63 |   - |  70 |6468 |  70 |  19 |  14 | 633k|3805 | 0.000000e+00 |      --      |    Inf 
287.36/287.44	c   287s|  1760k|693111 |  5406k|   3.1 | 449M|  63 |   8 |  70 |6054 |  70 |  19 |  14 | 637k|3811 | 0.000000e+00 |      --      |    Inf 
289.17/289.29	c   289s|  1770k|696603 |  5436k|   3.1 | 452M|  63 |   - |  70 |5731 |  70 |  19 |  14 | 641k|3818 | 0.000000e+00 |      --      |    Inf 
291.06/291.15	c   291s|  1780k|700007 |  5467k|   3.1 | 454M|  63 |   8 |  70 |5321 |  70 |  19 |  14 | 645k|3823 | 0.000000e+00 |      --      |    Inf 
292.97/293.00	c   293s|  1790k|703587 |  5497k|   3.1 | 456M|  63 |   - |  70 |4982 |  70 |  19 |  14 | 648k|3828 | 0.000000e+00 |      --      |    Inf 
294.66/294.72	c   295s|  1800k|707455 |  5527k|   3.1 | 459M|  63 |   8 |  70 |5230 |  70 |  19 |  14 | 652k|3834 | 0.000000e+00 |      --      |    Inf 
296.47/296.51	c   297s|  1810k|711089 |  5558k|   3.1 | 461M|  63 |   8 |  70 |5524 |  70 |  19 |  14 | 656k|3844 | 0.000000e+00 |      --      |    Inf 
298.27/298.37	c   298s|  1820k|714703 |  5588k|   3.1 | 464M|  63 |   8 |  70 |5107 |  70 |  19 |  14 | 660k|3850 | 0.000000e+00 |      --      |    Inf 
300.06/300.17	c   300s|  1830k|718246 |  5618k|   3.1 | 466M|  63 |   8 |  70 |5452 |  70 |  19 |  14 | 663k|3856 | 0.000000e+00 |      --      |    Inf 
301.86/301.99	c   302s|  1840k|721845 |  5649k|   3.1 | 469M|  63 |   - |  70 |4644 |  70 |  19 |  14 | 667k|3864 | 0.000000e+00 |      --      |    Inf 
303.68/303.75	c   304s|  1850k|725489 |  5679k|   3.1 | 471M|  63 |   - |  70 |4643 |  70 |  19 |  14 | 671k|3873 | 0.000000e+00 |      --      |    Inf 
305.46/305.52	c   306s|  1860k|728954 |  5709k|   3.1 | 474M|  63 |   - |  70 |5187 |  70 |  19 |  14 | 675k|3878 | 0.000000e+00 |      --      |    Inf 
307.26/307.30	c   307s|  1870k|732458 |  5739k|   3.1 | 476M|  63 |   - |  70 |4773 |  70 |  19 |  14 | 679k|3884 | 0.000000e+00 |      --      |    Inf 
308.87/308.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.87/308.99	c   309s|  1880k|736236 |  5769k|   3.1 | 479M|  63 |   8 |  70 |5100 |  70 |  19 |  14 | 682k|3889 | 0.000000e+00 |      --      |    Inf 
310.56/310.63	c   311s|  1890k|739478 |  5800k|   3.1 | 481M|  63 |   8 |  70 |6657 |  70 |  19 |  14 | 687k|3893 | 0.000000e+00 |      --      |    Inf 
312.38/312.49	c   312s|  1900k|743098 |  5831k|   3.1 | 484M|  63 |   8 |  70 |5239 |  70 |  19 |  14 | 690k|3900 | 0.000000e+00 |      --      |    Inf 
314.17/314.23	c   314s|  1910k|746539 |  5861k|   3.1 | 486M|  63 |   - |  70 |5596 |  70 |  19 |  14 | 694k|3907 | 0.000000e+00 |      --      |    Inf 
315.86/315.95	c   316s|  1920k|750351 |  5891k|   3.1 | 489M|  63 |   8 |  70 |5647 |  70 |  19 |  14 | 698k|3910 | 0.000000e+00 |      --      |    Inf 
317.66/317.71	c   318s|  1930k|754273 |  5921k|   3.1 | 491M|  63 |   8 |  70 |5558 |  70 |  19 |  14 | 702k|3910 | 0.000000e+00 |      --      |    Inf 
319.37/319.45	c   319s|  1940k|757798 |  5952k|   3.1 | 494M|  63 |   - |  70 |5598 |  70 |  19 |  14 | 706k|3910 | 0.000000e+00 |      --      |    Inf 
321.06/321.17	c   321s|  1950k|761594 |  5981k|   3.1 | 496M|  63 |   8 |  70 |5901 |  70 |  19 |  14 | 709k|3910 | 0.000000e+00 |      --      |    Inf 
322.66/322.77	c   323s|  1960k|765865 |  6011k|   3.1 | 499M|  63 |   - |  70 |6629 |  70 |  19 |  14 | 713k|3910 | 0.000000e+00 |      --      |    Inf 
324.36/324.50	c   324s|  1970k|769554 |  6042k|   3.1 | 501M|  63 |   8 |  70 |5805 |  70 |  19 |  14 | 716k|3910 | 0.000000e+00 |      --      |    Inf 
326.17/326.29	c   326s|  1980k|773421 |  6071k|   3.1 | 503M|  63 |   8 |  70 |5197 |  70 |  19 |  14 | 720k|3910 | 0.000000e+00 |      --      |    Inf 
328.07/328.13	c   328s|  1990k|776992 |  6102k|   3.1 | 506M|  63 |   8 |  70 |4851 |  70 |  19 |  14 | 724k|3910 | 0.000000e+00 |      --      |    Inf 
329.86/329.98	c   330s|  2000k|780523 |  6132k|   3.1 | 508M|  63 |   8 |  70 |4981 |  70 |  19 |  14 | 728k|3910 | 0.000000e+00 |      --      |    Inf 
331.67/331.77	c   332s|  2010k|784207 |  6162k|   3.1 | 511M|  63 |   8 |  70 |5202 |  70 |  19 |  14 | 731k|3910 | 0.000000e+00 |      --      |    Inf 
333.28/333.39	c   333s|  2020k|788212 |  6193k|   3.1 | 514M|  63 |   8 |  70 |6211 |  70 |  19 |  14 | 735k|3910 | 0.000000e+00 |      --      |    Inf 
334.86/334.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
334.86/334.91	c   335s|  2030k|792608 |  6221k|   3.1 | 517M|  63 |   8 |  70 |7791 |  70 |  19 |  14 | 738k|3910 | 0.000000e+00 |      --      |    Inf 
336.57/336.65	c   337s|  2040k|796508 |  6249k|   3.1 | 519M|  63 |   8 |  70 |7164 |  70 |  19 |  14 | 742k|3910 | 0.000000e+00 |      --      |    Inf 
338.47/338.57	c   339s|  2050k|800129 |  6280k|   3.1 | 521M|  63 |   - |  70 |6275 |  70 |  19 |  14 | 746k|3910 | 0.000000e+00 |      --      |    Inf 
340.37/340.49	c   340s|  2060k|803652 |  6310k|   3.1 | 523M|  63 |   8 |  70 |5228 |  70 |  19 |  14 | 750k|3910 | 0.000000e+00 |      --      |    Inf 
342.26/342.32	c   342s|  2070k|807211 |  6340k|   3.1 | 526M|  63 |   8 |  70 |4915 |  70 |  19 |  14 | 754k|3910 | 0.000000e+00 |      --      |    Inf 
343.96/344.05	c   344s|  2080k|810896 |  6370k|   3.1 | 528M|  63 |   8 |  70 |5547 |  70 |  19 |  14 | 757k|3911 | 0.000000e+00 |      --      |    Inf 
345.66/345.71	c   346s|  2090k|814798 |  6400k|   3.1 | 531M|  63 |   8 |  70 |5842 |  70 |  19 |  14 | 761k|3915 | 0.000000e+00 |      --      |    Inf 
347.36/347.47	c   347s|  2100k|818547 |  6431k|   3.1 | 533M|  63 |   8 |  70 |5423 |  70 |  19 |  14 | 765k|3921 | 0.000000e+00 |      --      |    Inf 
349.07/349.13	c   349s|  2110k|822307 |  6461k|   3.1 | 536M|  63 |   8 |  70 |6066 |  70 |  19 |  14 | 768k|3926 | 0.000000e+00 |      --      |    Inf 
350.88/350.91	c   351s|  2120k|825944 |  6491k|   3.1 | 539M|  63 |   8 |  70 |5612 |  70 |  19 |  14 | 772k|3932 | 0.000000e+00 |      --      |    Inf 
352.67/352.79	c   353s|  2130k|829390 |  6521k|   3.1 | 541M|  63 |   8 |  70 |5485 |  70 |  19 |  14 | 776k|3938 | 0.000000e+00 |      --      |    Inf 
354.37/354.46	c   354s|  2140k|832909 |  6551k|   3.1 | 544M|  63 |   8 |  70 |6520 |  70 |  19 |  14 | 780k|3945 | 0.000000e+00 |      --      |    Inf 
356.27/356.33	c   356s|  2150k|836494 |  6581k|   3.1 | 546M|  63 |   - |  70 |6131 |  70 |  19 |  14 | 784k|3949 | 0.000000e+00 |      --      |    Inf 
358.17/358.20	c   358s|  2160k|839899 |  6612k|   3.1 | 548M|  63 |   8 |  70 |5602 |  70 |  19 |  14 | 788k|3953 | 0.000000e+00 |      --      |    Inf 
359.87/360.00	c   360s|  2170k|843514 |  6642k|   3.1 | 551M|  63 |   8 |  70 |5608 |  70 |  19 |  14 | 792k|3957 | 0.000000e+00 |      --      |    Inf 
361.66/361.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
361.66/361.76	c   362s|  2180k|847059 |  6673k|   3.1 | 553M|  63 |   - |  70 |6160 |  70 |  19 |  14 | 796k|3962 | 0.000000e+00 |      --      |    Inf 
363.57/363.62	c   364s|  2190k|850580 |  6704k|   3.1 | 556M|  63 |   - |  70 |5749 |  70 |  19 |  14 | 799k|3968 | 0.000000e+00 |      --      |    Inf 
365.47/365.52	c   366s|  2200k|854158 |  6734k|   3.1 | 558M|  63 |   8 |  70 |5436 |  70 |  19 |  14 | 803k|3975 | 0.000000e+00 |      --      |    Inf 
367.17/367.27	c   367s|  2210k|857810 |  6764k|   3.1 | 561M|  63 |   8 |  70 |6342 |  70 |  19 |  14 | 807k|3984 | 0.000000e+00 |      --      |    Inf 
369.07/369.19	c   369s|  2220k|861309 |  6795k|   3.1 | 563M|  63 |   - |  70 |5731 |  70 |  19 |  14 | 811k|3990 | 0.000000e+00 |      --      |    Inf 
370.97/371.09	c   371s|  2230k|864774 |  6825k|   3.1 | 566M|  63 |   8 |  70 |5586 |  70 |  19 |  14 | 815k|4001 | 0.000000e+00 |      --      |    Inf 
372.88/372.95	c   373s|  2240k|868543 |  6854k|   3.1 | 568M|  63 |   8 |  70 |5340 |  70 |  19 |  14 | 819k|4007 | 0.000000e+00 |      --      |    Inf 
374.66/374.75	c   375s|  2250k|872142 |  6884k|   3.1 | 571M|  63 |   8 |  70 |5739 |  70 |  19 |  14 | 822k|4014 | 0.000000e+00 |      --      |    Inf 
376.57/376.62	c   377s|  2260k|875667 |  6915k|   3.1 | 573M|  63 |   8 |  70 |5271 |  70 |  19 |  14 | 826k|4021 | 0.000000e+00 |      --      |    Inf 
378.38/378.46	c   378s|  2270k|879051 |  6945k|   3.1 | 575M|  63 |   - |  70 |5283 |  70 |  19 |  14 | 830k|4027 | 0.000000e+00 |      --      |    Inf 
380.06/380.16	c   380s|  2280k|882780 |  6975k|   3.1 | 578M|  63 |   8 |  70 |5671 |  70 |  19 |  14 | 834k|4036 | 0.000000e+00 |      --      |    Inf 
381.87/381.99	c   382s|  2290k|886293 |  7005k|   3.1 | 580M|  63 |   8 |  70 |5338 |  70 |  19 |  14 | 838k|4040 | 0.000000e+00 |      --      |    Inf 
383.56/383.61	c   384s|  2300k|890037 |  7036k|   3.1 | 583M|  63 |   8 |  70 |6453 |  70 |  19 |  14 | 842k|4044 | 0.000000e+00 |      --      |    Inf 
385.36/385.40	c   385s|  2310k|893652 |  7066k|   3.1 | 586M|  63 |   8 |  70 |6494 |  70 |  19 |  14 | 845k|4051 | 0.000000e+00 |      --      |    Inf 
387.18/387.21	c   387s|  2320k|897290 |  7097k|   3.1 | 588M|  63 |   - |  70 |6364 |  70 |  19 |  14 | 849k|4060 | 0.000000e+00 |      --      |    Inf 
388.96/389.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.96/389.06	c   389s|  2330k|900904 |  7126k|   3.1 | 590M|  63 |   8 |  70 |6232 |  70 |  19 |  14 | 853k|4068 | 0.000000e+00 |      --      |    Inf 
390.87/390.91	c   391s|  2340k|904514 |  7156k|   3.1 | 593M|  63 |   8 |  70 |6042 |  70 |  19 |  14 | 857k|4073 | 0.000000e+00 |      --      |    Inf 
392.57/392.69	c   393s|  2350k|908488 |  7186k|   3.1 | 595M|  63 |   - |  70 |6171 |  70 |  19 |  14 | 860k|4077 | 0.000000e+00 |      --      |    Inf 
394.56/394.69	c   395s|  2360k|912047 |  7215k|   3.1 | 598M|  63 |   - |  70 |5215 |  70 |  19 |  14 | 864k|4077 | 0.000000e+00 |      --      |    Inf 
396.27/396.36	c   396s|  2370k|916266 |  7245k|   3.1 | 600M|  63 |   - |  70 |5885 |  70 |  19 |  14 | 868k|4084 | 0.000000e+00 |      --      |    Inf 
397.87/397.99	c   398s|  2380k|920339 |  7274k|   3.1 | 603M|  63 |   8 |  70 |7137 |  70 |  19 |  14 | 871k|4087 | 0.000000e+00 |      --      |    Inf 
399.87/399.93	c   400s|  2390k|923781 |  7304k|   3.1 | 605M|  63 |   8 |  70 |5986 |  70 |  19 |  14 | 875k|4091 | 0.000000e+00 |      --      |    Inf 
401.48/401.56	c   402s|  2400k|927834 |  7335k|   3.1 | 608M|  63 |   - |  70 |6558 |  70 |  19 |  14 | 879k|4092 | 0.000000e+00 |      --      |    Inf 
403.27/403.37	c   403s|  2410k|931795 |  7365k|   3.1 | 610M|  63 |   8 |  70 |5432 |  70 |  19 |  14 | 882k|4092 | 0.000000e+00 |      --      |    Inf 
405.07/405.18	c   405s|  2420k|935409 |  7396k|   3.1 | 613M|  63 |   8 |  70 |5487 |  70 |  19 |  14 | 886k|4092 | 0.000000e+00 |      --      |    Inf 
406.77/406.85	c   407s|  2430k|939793 |  7425k|   3.1 | 615M|  63 |   - |  70 |5861 |  70 |  19 |  14 | 889k|4092 | 0.000000e+00 |      --      |    Inf 
408.77/408.82	c   409s|  2440k|943327 |  7455k|   3.1 | 618M|  63 |   8 |  70 |5225 |  70 |  19 |  14 | 893k|4092 | 0.000000e+00 |      --      |    Inf 
410.66/410.70	c   411s|  2450k|946886 |  7485k|   3.1 | 620M|  63 |   - |  70 |5153 |  70 |  19 |  14 | 897k|4092 | 0.000000e+00 |      --      |    Inf 
412.48/412.56	c   413s|  2460k|950507 |  7515k|   3.1 | 622M|  63 |   - |  70 |5384 |  70 |  19 |  14 | 901k|4092 | 0.000000e+00 |      --      |    Inf 
414.16/414.29	c   414s|  2470k|954498 |  7544k|   3.1 | 625M|  63 |   8 |  70 |6173 |  70 |  19 |  14 | 904k|4092 | 0.000000e+00 |      --      |    Inf 
416.17/416.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
416.17/416.20	c   416s|  2480k|958023 |  7574k|   3.1 | 628M|  63 |   - |  70 |5920 |  70 |  19 |  14 | 908k|4092 | 0.000000e+00 |      --      |    Inf 
417.98/418.05	c   418s|  2490k|961559 |  7604k|   3.1 | 630M|  63 |   8 |  70 |5114 |  70 |  19 |  14 | 912k|4092 | 0.000000e+00 |      --      |    Inf 
419.87/419.91	c   420s|  2500k|964981 |  7635k|   3.1 | 632M|  63 |   8 |  70 |5098 |  70 |  19 |  14 | 916k|4092 | 0.000000e+00 |      --      |    Inf 
421.77/421.81	c   422s|  2510k|968508 |  7665k|   3.1 | 635M|  63 |   8 |  70 |5143 |  70 |  19 |  14 | 920k|4092 | 0.000000e+00 |      --      |    Inf 
423.58/423.70	c   424s|  2520k|972095 |  7695k|   3.1 | 637M|  63 |   8 |  70 |4949 |  70 |  19 |  14 | 924k|4092 | 0.000000e+00 |      --      |    Inf 
425.27/425.38	c   425s|  2530k|975925 |  7725k|   3.1 | 640M|  63 |   - |  70 |6028 |  70 |  19 |  14 | 927k|4092 | 0.000000e+00 |      --      |    Inf 
427.17/427.23	c   427s|  2540k|979520 |  7755k|   3.1 | 642M|  63 |   - |  70 |5277 |  70 |  19 |  14 | 931k|4092 | 0.000000e+00 |      --      |    Inf 
428.98/429.09	c   429s|  2550k|983175 |  7785k|   3.1 | 645M|  63 |   - |  70 |5352 |  70 |  19 |  14 | 935k|4092 | 0.000000e+00 |      --      |    Inf 
430.66/430.78	c   431s|  2560k|987270 |  7815k|   3.1 | 647M|  63 |   8 |  70 |5347 |  70 |  19 |  14 | 939k|4092 | 0.000000e+00 |      --      |    Inf 
432.47/432.54	c   433s|  2570k|990956 |  7845k|   3.1 | 650M|  63 |   - |  70 |5671 |  70 |  19 |  14 | 942k|4092 | 0.000000e+00 |      --      |    Inf 
434.06/434.18	c   434s|  2580k|994611 |  7874k|   3.1 | 652M|  63 |   8 |  70 |6549 |  70 |  19 |  14 | 946k|4092 | 0.000000e+00 |      --      |    Inf 
435.87/435.91	c   436s|  2590k|998212 |  7903k|   3.1 | 655M|  63 |   - |  70 |6395 |  70 |  19 |  14 | 950k|4092 | 0.000000e+00 |      --      |    Inf 
437.56/437.66	c   438s|  2600k|  1002k|  7933k|   3.1 | 657M|  63 |   8 |  70 |6325 |  70 |  19 |  14 | 954k|4092 | 0.000000e+00 |      --      |    Inf 
439.47/439.51	c   440s|  2610k|  1006k|  7962k|   3.1 | 660M|  63 |   8 |  70 |5962 |  70 |  19 |  14 | 957k|4092 | 0.000000e+00 |      --      |    Inf 
441.47/441.55	c   442s|  2620k|  1009k|  7992k|   3.1 | 662M|  63 |   8 |  70 |5401 |  70 |  19 |  14 | 961k|4092 | 0.000000e+00 |      --      |    Inf 
443.17/443.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
443.17/443.31	c   443s|  2630k|  1013k|  8023k|   3.1 | 665M|  63 |   8 |  70 |5887 |  70 |  19 |  14 | 965k|4092 | 0.000000e+00 |      --      |    Inf 
445.06/445.10	c   445s|  2640k|  1016k|  8054k|   3.1 | 667M|  63 |   8 |  70 |5948 |  70 |  19 |  14 | 969k|4092 | 0.000000e+00 |      --      |    Inf 
446.87/446.97	c   447s|  2650k|  1020k|  8083k|   3.1 | 670M|  63 |   8 |  70 |5488 |  70 |  19 |  14 | 973k|4092 | 0.000000e+00 |      --      |    Inf 
448.77/448.85	c   449s|  2660k|  1023k|  8113k|   3.1 | 672M|  63 |   8 |  70 |4638 |  70 |  19 |  14 | 976k|4092 | 0.000000e+00 |      --      |    Inf 
450.57/450.66	c   451s|  2670k|  1027k|  8143k|   3.0 | 674M|  63 |   8 |  70 |5229 |  70 |  19 |  14 | 980k|4092 | 0.000000e+00 |      --      |    Inf 
452.27/452.35	c   452s|  2680k|  1031k|  8172k|   3.0 | 677M|  63 |   8 |  70 |5635 |  70 |  19 |  14 | 984k|4092 | 0.000000e+00 |      --      |    Inf 
453.97/454.04	c   454s|  2690k|  1035k|  8201k|   3.0 | 680M|  63 |   - |  70 |6600 |  70 |  19 |  14 | 987k|4092 | 0.000000e+00 |      --      |    Inf 
455.67/455.72	c   456s|  2700k|  1039k|  8229k|   3.0 | 682M|  63 |   - |  70 |6863 |  70 |  19 |  14 | 991k|4092 | 0.000000e+00 |      --      |    Inf 
457.47/457.50	c   458s|  2710k|  1043k|  8259k|   3.0 | 685M|  63 |   8 |  70 |6772 |  70 |  19 |  14 | 994k|4092 | 0.000000e+00 |      --      |    Inf 
459.26/459.39	c   459s|  2720k|  1047k|  8289k|   3.0 | 687M|  63 |   8 |  70 |6470 |  70 |  19 |  14 | 998k|4092 | 0.000000e+00 |      --      |    Inf 
461.07/461.14	c   461s|  2730k|  1050k|  8319k|   3.0 | 690M|  63 |   - |  70 |7181 |  70 |  19 |  14 |1002k|4092 | 0.000000e+00 |      --      |    Inf 
462.87/462.93	c   463s|  2740k|  1053k|  8350k|   3.0 | 692M|  63 |   8 |  70 |7632 |  70 |  19 |  14 |1006k|4092 | 0.000000e+00 |      --      |    Inf 
464.86/464.95	c   465s|  2750k|  1057k|  8380k|   3.0 | 695M|  63 |   8 |  70 |6033 |  70 |  19 |  14 |1010k|4092 | 0.000000e+00 |      --      |    Inf 
466.87/466.94	c   467s|  2760k|  1060k|  8409k|   3.0 | 697M|  63 |   - |  70 |5924 |  70 |  19 |  14 |1014k|4092 | 0.000000e+00 |      --      |    Inf 
468.76/468.82	c   469s|  2770k|  1063k|  8440k|   3.0 | 699M|  63 |   8 |  70 |5461 |  70 |  19 |  14 |1018k|4092 | 0.000000e+00 |      --      |    Inf 
470.57/470.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.57/470.63	c   471s|  2780k|  1067k|  8470k|   3.0 | 702M|  63 |   8 |  70 |5769 |  70 |  19 |  14 |1022k|4092 | 0.000000e+00 |      --      |    Inf 
472.37/472.48	c   472s|  2790k|  1071k|  8500k|   3.0 | 704M|  63 |   8 |  70 |5743 |  70 |  19 |  14 |1026k|4092 | 0.000000e+00 |      --      |    Inf 
474.18/474.27	c   474s|  2800k|  1074k|  8530k|   3.0 | 707M|  63 |   8 |  70 |6338 |  70 |  19 |  14 |1029k|4092 | 0.000000e+00 |      --      |    Inf 
476.07/476.19	c   476s|  2810k|  1077k|  8560k|   3.0 | 709M|  63 |   - |  70 |6250 |  70 |  19 |  14 |1033k|4092 | 0.000000e+00 |      --      |    Inf 
477.97/478.08	c   478s|  2820k|  1081k|  8590k|   3.0 | 712M|  63 |   - |  70 |5980 |  70 |  19 |  14 |1037k|4092 | 0.000000e+00 |      --      |    Inf 
479.87/479.93	c   480s|  2830k|  1085k|  8620k|   3.0 | 714M|  63 |   - |  70 |5968 |  70 |  19 |  14 |1041k|4092 | 0.000000e+00 |      --      |    Inf 
481.78/481.87	c   482s|  2840k|  1088k|  8650k|   3.0 | 717M|  63 |   8 |  70 |5475 |  70 |  19 |  14 |1045k|4092 | 0.000000e+00 |      --      |    Inf 
483.27/483.38	c   483s|  2850k|  1093k|  8678k|   3.0 | 720M|  63 |   8 |  70 |7260 |  70 |  19 |  14 |1048k|4092 | 0.000000e+00 |      --      |    Inf 
485.19/485.26	c   485s|  2860k|  1096k|  8707k|   3.0 | 722M|  63 |   8 |  70 |6152 |  70 |  19 |  14 |1052k|4092 | 0.000000e+00 |      --      |    Inf 
487.07/487.16	c   487s|  2870k|  1100k|  8737k|   3.0 | 724M|  63 |   - |  70 |5855 |  70 |  19 |  14 |1056k|4092 | 0.000000e+00 |      --      |    Inf 
488.97/489.05	c   489s|  2880k|  1103k|  8768k|   3.0 | 727M|  63 |   8 |  70 |5662 |  70 |  19 |  14 |1060k|4092 | 0.000000e+00 |      --      |    Inf 
490.77/490.84	c   491s|  2890k|  1107k|  8797k|   3.0 | 729M|  63 |   8 |  70 |5594 |  70 |  19 |  14 |1063k|4092 | 0.000000e+00 |      --      |    Inf 
492.37/492.44	c   492s|  2900k|  1112k|  8825k|   3.0 | 732M|  63 |   8 |  70 |6353 |  70 |  19 |  14 |1067k|4092 | 0.000000e+00 |      --      |    Inf 
493.98/494.02	c   494s|  2910k|  1116k|  8854k|   3.0 | 735M|  63 |   8 |  70 |7685 |  70 |  19 |  14 |1070k|4092 | 0.000000e+00 |      --      |    Inf 
495.67/495.70	c   496s|  2920k|  1120k|  8882k|   3.0 | 737M|  63 |   - |  70 |7923 |  70 |  19 |  14 |1074k|4092 | 0.000000e+00 |      --      |    Inf 
497.37/497.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
497.37/497.48	c   497s|  2930k|  1124k|  8911k|   3.0 | 740M|  63 |   8 |  70 |7503 |  70 |  19 |  14 |1077k|4092 | 0.000000e+00 |      --      |    Inf 
499.17/499.29	c   499s|  2940k|  1128k|  8940k|   3.0 | 742M|  63 |   8 |  70 |7319 |  70 |  19 |  14 |1081k|4092 | 0.000000e+00 |      --      |    Inf 
501.17/501.25	c   501s|  2950k|  1131k|  8969k|   3.0 | 744M|  63 |   - |  70 |5821 |  70 |  19 |  14 |1085k|4092 | 0.000000e+00 |      --      |    Inf 
503.07/503.13	c   503s|  2960k|  1135k|  8999k|   3.0 | 747M|  63 |   - |  70 |5515 |  70 |  19 |  14 |1089k|4092 | 0.000000e+00 |      --      |    Inf 
504.99/505.08	c   505s|  2970k|  1138k|  9030k|   3.0 | 749M|  63 |   8 |  70 |5497 |  70 |  19 |  14 |1093k|4092 | 0.000000e+00 |      --      |    Inf 
506.87/506.92	c   507s|  2980k|  1142k|  9059k|   3.0 | 752M|  63 |   - |  70 |5567 |  70 |  19 |  14 |1096k|4092 | 0.000000e+00 |      --      |    Inf 
508.77/508.85	c   509s|  2990k|  1145k|  9089k|   3.0 | 754M|  63 |   - |  70 |5719 |  70 |  19 |  14 |1100k|4092 | 0.000000e+00 |      --      |    Inf 
510.38/510.45	c   510s|  3000k|  1149k|  9118k|   3.0 | 757M|  63 |   8 |  70 |6917 |  70 |  19 |  14 |1104k|4092 | 0.000000e+00 |      --      |    Inf 
512.17/512.27	c   512s|  3010k|  1153k|  9148k|   3.0 | 759M|  63 |   8 |  70 |6291 |  70 |  19 |  14 |1108k|4092 | 0.000000e+00 |      --      |    Inf 
514.07/514.10	c   514s|  3020k|  1156k|  9180k|   3.0 | 762M|  63 |   - |  70 |6429 |  70 |  19 |  14 |1112k|4092 | 0.000000e+00 |      --      |    Inf 
516.07/516.11	c   516s|  3030k|  1160k|  9210k|   3.0 | 764M|  63 |   8 |  70 |5273 |  70 |  19 |  14 |1115k|4092 | 0.000000e+00 |      --      |    Inf 
517.87/518.00	c   518s|  3040k|  1163k|  9239k|   3.0 | 766M|  63 |   - |  70 |5765 |  70 |  19 |  14 |1119k|4092 | 0.000000e+00 |      --      |    Inf 
519.77/519.89	c   520s|  3050k|  1167k|  9270k|   3.0 | 769M|  63 |   8 |  70 |5549 |  70 |  19 |  14 |1123k|4092 | 0.000000e+00 |      --      |    Inf 
521.48/521.52	c   522s|  3060k|  1171k|  9299k|   3.0 | 772M|  63 |   8 |  70 |7137 |  70 |  19 |  14 |1126k|4092 | 0.000000e+00 |      --      |    Inf 
523.27/523.31	c   523s|  3070k|  1175k|  9330k|   3.0 | 774M|  63 |   8 |  70 |6905 |  70 |  19 |  14 |1130k|4092 | 0.000000e+00 |      --      |    Inf 
524.87/524.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.87/524.99	c   525s|  3080k|  1179k|  9359k|   3.0 | 777M|  63 |   8 |  70 |7778 |  70 |  19 |  14 |1134k|4092 | 0.000000e+00 |      --      |    Inf 
526.78/526.82	c   527s|  3090k|  1183k|  9388k|   3.0 | 779M|  63 |   8 |  70 |7408 |  70 |  19 |  14 |1137k|4092 | 0.000000e+00 |      --      |    Inf 
528.67/528.77	c   529s|  3100k|  1187k|  9418k|   3.0 | 782M|  63 |   - |  70 |6375 |  70 |  19 |  14 |1141k|4092 | 0.000000e+00 |      --      |    Inf 
530.67/530.73	c   531s|  3110k|  1190k|  9447k|   3.0 | 784M|  63 |   8 |  70 |5490 |  70 |  19 |  14 |1145k|4092 | 0.000000e+00 |      --      |    Inf 
532.57/532.63	c   533s|  3120k|  1194k|  9478k|   3.0 | 786M|  63 |   8 |  70 |5298 |  70 |  19 |  14 |1149k|4092 | 0.000000e+00 |      --      |    Inf 
534.47/534.56	c   535s|  3130k|  1197k|  9507k|   3.0 | 789M|  63 |   8 |  70 |5470 |  70 |  19 |  14 |1153k|4092 | 0.000000e+00 |      --      |    Inf 
536.47/536.57	c   537s|  3140k|  1201k|  9537k|   3.0 | 791M|  63 |   8 |  70 |4584 |  70 |  19 |  14 |1157k|4092 | 0.000000e+00 |      --      |    Inf 
538.27/538.37	c   538s|  3150k|  1204k|  9566k|   3.0 | 794M|  63 |   8 |  70 |5109 |  70 |  19 |  14 |1160k|4092 | 0.000000e+00 |      --      |    Inf 
539.97/540.02	c   540s|  3160k|  1208k|  9598k|   3.0 | 796M|  63 |   8 |  70 |6126 |  70 |  19 |  14 |1164k|4092 | 0.000000e+00 |      --      |    Inf 
541.78/541.85	c   542s|  3170k|  1212k|  9628k|   3.0 | 799M|  63 |   8 |  70 |5500 |  70 |  19 |  14 |1168k|4092 | 0.000000e+00 |      --      |    Inf 
543.67/543.73	c   544s|  3180k|  1216k|  9658k|   3.0 | 801M|  63 |   - |  70 |5437 |  70 |  19 |  14 |1172k|4092 | 0.000000e+00 |      --      |    Inf 
545.37/545.41	c   545s|  3190k|  1220k|  9688k|   3.0 | 804M|  63 |   8 |  70 |6639 |  70 |  19 |  14 |1175k|4092 | 0.000000e+00 |      --      |    Inf 
546.98/547.05	c   547s|  3200k|  1223k|  9716k|   3.0 | 807M|  63 |   - |  70 |7661 |  70 |  19 |  14 |1179k|4092 | 0.000000e+00 |      --      |    Inf 
548.88/548.92	c   549s|  3210k|  1227k|  9746k|   3.0 | 809M|  63 |   - |  70 |7323 |  70 |  19 |  14 |1183k|4092 | 0.000000e+00 |      --      |    Inf 
550.87/550.91	c   551s|  3220k|  1230k|  9775k|   3.0 | 811M|  63 |   - |  70 |5897 |  70 |  19 |  14 |1187k|4092 | 0.000000e+00 |      --      |    Inf 
552.67/552.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
552.67/552.71	c   553s|  3230k|  1234k|  9804k|   3.0 | 814M|  63 |   - |  70 |6284 |  70 |  19 |  14 |1190k|4092 | 0.000000e+00 |      --      |    Inf 
554.48/554.58	c   555s|  3240k|  1238k|  9834k|   3.0 | 816M|  63 |   - |  70 |6348 |  70 |  19 |  14 |1194k|4092 | 0.000000e+00 |      --      |    Inf 
556.38/556.49	c   556s|  3250k|  1241k|  9864k|   3.0 | 818M|  63 |   8 |  70 |5874 |  70 |  19 |  14 |1198k|4092 | 0.000000e+00 |      --      |    Inf 
558.27/558.34	c   558s|  3260k|  1245k|  9893k|   3.0 | 821M|  63 |   8 |  70 |5536 |  70 |  19 |  14 |1202k|4092 | 0.000000e+00 |      --      |    Inf 
559.99/560.09	c   560s|  3270k|  1248k|  9925k|   3.0 | 823M|  63 |   - |  70 |6727 |  70 |  19 |  14 |1206k|4092 | 0.000000e+00 |      --      |    Inf 
561.88/561.96	c   562s|  3280k|  1252k|  9956k|   3.0 | 826M|  63 |   8 |  70 |6073 |  70 |  19 |  14 |1210k|4092 | 0.000000e+00 |      --      |    Inf 
563.87/563.94	c   564s|  3290k|  1256k|  9985k|   3.0 | 828M|  63 |   8 |  70 |4861 |  70 |  19 |  14 |1214k|4092 | 0.000000e+00 |      --      |    Inf 
565.57/565.69	c   566s|  3300k|  1259k| 10014k|   3.0 | 831M|  63 |   - |  70 |5709 |  70 |  19 |  14 |1217k|4092 | 0.000000e+00 |      --      |    Inf 
567.37/567.49	c   567s|  3310k|  1263k| 10043k|   3.0 | 833M|  63 |   - |  70 |5789 |  70 |  19 |  14 |1221k|4092 | 0.000000e+00 |      --      |    Inf 
569.37/569.44	c   569s|  3320k|  1267k| 10073k|   3.0 | 835M|  63 |   8 |  70 |5680 |  70 |  19 |  14 |1225k|4092 | 0.000000e+00 |      --      |    Inf 
571.17/571.26	c   571s|  3330k|  1270k| 10102k|   3.0 | 838M|  63 |   8 |  70 |6076 |  70 |  19 |  14 |1229k|4092 | 0.000000e+00 |      --      |    Inf 
573.09/573.15	c   573s|  3340k|  1274k| 10131k|   3.0 | 841M|  63 |   - |  70 |6330 |  70 |  19 |  14 |1232k|4092 | 0.000000e+00 |      --      |    Inf 
574.87/574.93	c   575s|  3350k|  1278k| 10160k|   3.0 | 843M|  63 |   - |  70 |6729 |  70 |  19 |  14 |1236k|4092 | 0.000000e+00 |      --      |    Inf 
576.87/576.90	c   577s|  3360k|  1281k| 10189k|   3.0 | 845M|  63 |   8 |  70 |5842 |  70 |  19 |  14 |1240k|4092 | 0.000000e+00 |      --      |    Inf 
578.87/578.90	c   579s|  3370k|  1285k| 10219k|   3.0 | 848M|  63 |   8 |  70 |5413 |  70 |  19 |  14 |1244k|4092 | 0.000000e+00 |      --      |    Inf 
580.67/580.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
580.67/580.74	c   581s|  3380k|  1288k| 10249k|   3.0 | 850M|  63 |   8 |  70 |5826 |  70 |  19 |  14 |1247k|4092 | 0.000000e+00 |      --      |    Inf 
582.57/582.62	c   583s|  3390k|  1292k| 10279k|   3.0 | 853M|  63 |   - |  70 |6720 |  70 |  19 |  14 |1251k|4092 | 0.000000e+00 |      --      |    Inf 
584.48/584.59	c   585s|  3400k|  1295k| 10309k|   3.0 | 855M|  63 |   8 |  70 |5606 |  70 |  19 |  14 |1255k|4092 | 0.000000e+00 |      --      |    Inf 
586.39/586.49	c   586s|  3410k|  1299k| 10339k|   3.0 | 858M|  63 |   8 |  70 |5412 |  70 |  19 |  14 |1259k|4092 | 0.000000e+00 |      --      |    Inf 
588.27/588.35	c   588s|  3420k|  1303k| 10369k|   3.0 | 860M|  63 |   - |  70 |5550 |  70 |  19 |  14 |1263k|4092 | 0.000000e+00 |      --      |    Inf 
590.18/590.27	c   590s|  3430k|  1306k| 10399k|   3.0 | 863M|  63 |   8 |  70 |5597 |  70 |  19 |  14 |1267k|4092 | 0.000000e+00 |      --      |    Inf 
592.08/592.15	c   592s|  3440k|  1310k| 10430k|   3.0 | 865M|  63 |   8 |  70 |5711 |  70 |  19 |  14 |1270k|4092 | 0.000000e+00 |      --      |    Inf 
593.87/594.00	c   594s|  3450k|  1313k| 10460k|   3.0 | 868M|  63 |   - |  70 |6224 |  70 |  19 |  14 |1274k|4092 | 0.000000e+00 |      --      |    Inf 
595.87/595.96	c   596s|  3460k|  1317k| 10491k|   3.0 | 870M|  63 |   - |  70 |6056 |  70 |  19 |  14 |1278k|4092 | 0.000000e+00 |      --      |    Inf 
597.77/597.88	c   598s|  3470k|  1320k| 10521k|   3.0 | 872M|  63 |   8 |  70 |5729 |  70 |  19 |  14 |1282k|4092 | 0.000000e+00 |      --      |    Inf 
599.77/599.86	c   600s|  3480k|  1324k| 10551k|   3.0 | 875M|  63 |   8 |  70 |4840 |  70 |  19 |  14 |1286k|4092 | 0.000000e+00 |      --      |    Inf 
601.69/601.74	c   602s|  3490k|  1327k| 10580k|   3.0 | 877M|  63 |   - |  70 |5104 |  70 |  19 |  14 |1290k|4092 | 0.000000e+00 |      --      |    Inf 
603.47/603.56	c   604s|  3500k|  1331k| 10610k|   3.0 | 880M|  63 |   8 |  70 |5653 |  70 |  19 |  14 |1293k|4092 | 0.000000e+00 |      --      |    Inf 
605.17/605.23	c   605s|  3510k|  1335k| 10639k|   3.0 | 882M|  63 |   8 |  70 |6635 |  70 |  19 |  14 |1297k|4092 | 0.000000e+00 |      --      |    Inf 
606.88/606.96	c   607s|  3520k|  1339k| 10670k|   3.0 | 885M|  63 |   8 |  70 |7604 |  70 |  19 |  14 |1301k|4092 | 0.000000e+00 |      --      |    Inf 
608.77/608.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
608.77/608.85	c   609s|  3530k|  1342k| 10700k|   3.0 | 888M|  63 |   - |  70 |7874 |  70 |  19 |  14 |1305k|4092 | 0.000000e+00 |      --      |    Inf 
610.87/610.91	c   611s|  3540k|  1345k| 10731k|   3.0 | 890M|  63 |   - |  70 |6203 |  70 |  19 |  14 |1309k|4092 | 0.000000e+00 |      --      |    Inf 
612.68/612.72	c   613s|  3550k|  1349k| 10762k|   3.0 | 892M|  63 |   8 |  70 |7490 |  70 |  19 |  14 |1313k|4092 | 0.000000e+00 |      --      |    Inf 
614.47/614.58	c   615s|  3560k|  1353k| 10793k|   3.0 | 894M|  63 |   - |  70 |6308 |  70 |  19 |  14 |1317k|4092 | 0.000000e+00 |      --      |    Inf 
616.27/616.35	c   616s|  3570k|  1356k| 10823k|   3.0 | 897M|  63 |   8 |  70 |6290 |  70 |  19 |  14 |1320k|4092 | 0.000000e+00 |      --      |    Inf 
618.19/618.28	c   618s|  3580k|  1360k| 10853k|   3.0 | 899M|  63 |   - |  70 |5328 |  70 |  19 |  14 |1324k|4092 | 0.000000e+00 |      --      |    Inf 
620.08/620.18	c   620s|  3590k|  1363k| 10882k|   3.0 | 902M|  63 |   8 |  70 |4987 |  70 |  19 |  14 |1328k|4092 | 0.000000e+00 |      --      |    Inf 
621.97/622.10	c   622s|  3600k|  1367k| 10913k|   3.0 | 904M|  63 |   8 |  70 |5187 |  70 |  19 |  14 |1332k|4092 | 0.000000e+00 |      --      |    Inf 
623.97/624.07	c   624s|  3610k|  1370k| 10943k|   3.0 | 906M|  63 |   - |  70 |5003 |  70 |  19 |  14 |1336k|4092 | 0.000000e+00 |      --      |    Inf 
625.88/625.97	c   626s|  3620k|  1374k| 10972k|   3.0 | 909M|  63 |   8 |  70 |5062 |  70 |  19 |  14 |1340k|4092 | 0.000000e+00 |      --      |    Inf 
627.78/627.83	c   628s|  3630k|  1377k| 11002k|   3.0 | 911M|  63 |   8 |  70 |5709 |  70 |  19 |  14 |1343k|4092 | 0.000000e+00 |      --      |    Inf 
629.57/629.64	c   630s|  3640k|  1381k| 11032k|   3.0 | 914M|  63 |   8 |  70 |5676 |  70 |  19 |  14 |1347k|4092 | 0.000000e+00 |      --      |    Inf 
631.49/631.53	c   632s|  3650k|  1385k| 11061k|   3.0 | 917M|  63 |   - |  70 |5691 |  70 |  19 |  14 |1351k|4092 | 0.000000e+00 |      --      |    Inf 
633.18/633.24	c   633s|  3660k|  1388k| 11091k|   3.0 | 919M|  63 |   8 |  70 |6420 |  70 |  19 |  14 |1354k|4092 | 0.000000e+00 |      --      |    Inf 
634.79/634.88	c   635s|  3670k|  1392k| 11122k|   3.0 | 922M|  63 |   - |  70 |7809 |  70 |  19 |  14 |1358k|4092 | 0.000000e+00 |      --      |    Inf 
636.57/636.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
636.57/636.69	c   637s|  3680k|  1396k| 11153k|   3.0 | 924M|  63 |   - |  70 |7791 |  70 |  19 |  14 |1362k|4092 | 0.000000e+00 |      --      |    Inf 
638.37/638.47	c   638s|  3690k|  1400k| 11183k|   3.0 | 927M|  63 |   8 |  70 |9197 |  70 |  19 |  14 |1366k|4092 | 0.000000e+00 |      --      |    Inf 
640.19/640.24	c   640s|  3700k|  1403k| 11213k|   3.0 | 930M|  63 |   - |  70 |9532 |  70 |  19 |  14 |1369k|4092 | 0.000000e+00 |      --      |    Inf 
642.28/642.36	c   642s|  3710k|  1407k| 11244k|   3.0 | 932M|  63 |   8 |  70 |7192 |  70 |  19 |  14 |1373k|4092 | 0.000000e+00 |      --      |    Inf 
644.27/644.32	c   644s|  3720k|  1410k| 11274k|   3.0 | 934M|  63 |   8 |  70 |6673 |  70 |  19 |  14 |1377k|4092 | 0.000000e+00 |      --      |    Inf 
645.97/646.06	c   646s|  3730k|  1414k| 11303k|   3.0 | 937M|  63 |   8 |  70 |7541 |  70 |  19 |  14 |1381k|4092 | 0.000000e+00 |      --      |    Inf 
647.99/648.06	c   648s|  3740k|  1418k| 11333k|   3.0 | 939M|  63 |   - |  70 |6533 |   0 |   0 |  14 |1384k|4092 | 0.000000e+00 |      --      |    Inf 
649.97/650.11	c   650s|  3750k|  1422k| 11362k|   3.0 | 941M|  63 |   8 |  70 |5694 |  70 |  19 |  14 |1388k|4092 | 0.000000e+00 |      --      |    Inf 
651.97/652.01	c   652s|  3760k|  1425k| 11392k|   3.0 | 944M|  63 |   8 |  70 |6254 |  70 |  19 |  14 |1392k|4092 | 0.000000e+00 |      --      |    Inf 
653.77/653.83	c   654s|  3770k|  1428k| 11422k|   3.0 | 947M|  63 |   8 |  70 |7347 |  70 |  19 |  14 |1396k|4092 | 0.000000e+00 |      --      |    Inf 
655.77/655.90	c   656s|  3780k|  1432k| 11453k|   3.0 | 949M|  63 |   8 |  70 |6393 |  70 |  19 |  14 |1400k|4092 | 0.000000e+00 |      --      |    Inf 
657.68/657.75	c   658s|  3790k|  1435k| 11482k|   3.0 | 951M|  63 |   - |  70 |6955 |  70 |  19 |  14 |1404k|4092 | 0.000000e+00 |      --      |    Inf 
659.68/659.72	c   660s|  3800k|  1439k| 11512k|   3.0 | 954M|  63 |   8 |  70 |6294 |  70 |  19 |  14 |1408k|4092 | 0.000000e+00 |      --      |    Inf 
661.57/661.61	c   662s|  3810k|  1443k| 11540k|   3.0 | 956M|  63 |   8 |  70 |6294 |  70 |  19 |  14 |1412k|4092 | 0.000000e+00 |      --      |    Inf 
663.48/663.56	c   664s|  3820k|  1446k| 11570k|   3.0 | 959M|  63 |   8 |  70 |5747 |  70 |  19 |  14 |1415k|4092 | 0.000000e+00 |      --      |    Inf 
665.49/665.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
665.49/665.52	c   666s|  3830k|  1450k| 11600k|   3.0 | 961M|  63 |   8 |  70 |5785 |  70 |  19 |  14 |1419k|4092 | 0.000000e+00 |      --      |    Inf 
667.48/667.52	c   668s|  3840k|  1453k| 11631k|   3.0 | 963M|  63 |   - |  70 |5704 |  70 |  19 |  14 |1423k|4092 | 0.000000e+00 |      --      |    Inf 
669.38/669.48	c   669s|  3850k|  1456k| 11660k|   3.0 | 966M|  63 |   8 |  70 |5707 |  70 |  19 |  14 |1427k|4092 | 0.000000e+00 |      --      |    Inf 
671.48/671.51	c   672s|  3860k|  1460k| 11690k|   3.0 | 968M|  63 |   8 |  70 |5190 |  70 |  19 |  14 |1431k|4092 | 0.000000e+00 |      --      |    Inf 
673.29/673.33	c   673s|  3870k|  1464k| 11719k|   3.0 | 971M|  63 |   - |  70 |5531 |  70 |  19 |  14 |1434k|4092 | 0.000000e+00 |      --      |    Inf 
675.08/675.18	c   675s|  3880k|  1467k| 11748k|   3.0 | 973M|  63 |   8 |  70 |5600 |  70 |  19 |  14 |1438k|4092 | 0.000000e+00 |      --      |    Inf 
676.98/677.00	c   677s|  3890k|  1471k| 11779k|   3.0 | 976M|  63 |   8 |  70 |6047 |  70 |  19 |  14 |1442k|4092 | 0.000000e+00 |      --      |    Inf 
678.79/678.84	c   679s|  3900k|  1474k| 11809k|   3.0 | 978M|  63 |   - |  70 |5716 |  70 |  19 |  14 |1446k|4092 | 0.000000e+00 |      --      |    Inf 
680.67/680.79	c   681s|  3910k|  1478k| 11838k|   3.0 | 981M|  63 |   8 |  70 |5432 |  70 |  19 |  14 |1450k|4092 | 0.000000e+00 |      --      |    Inf 
682.68/682.77	c   683s|  3920k|  1481k| 11869k|   3.0 | 983M|  63 |   8 |  70 |5799 |  70 |  19 |  14 |1454k|4092 | 0.000000e+00 |      --      |    Inf 
684.38/684.44	c   684s|  3930k|  1485k| 11898k|   3.0 | 986M|  63 |   8 |  70 |6509 |  70 |  19 |  14 |1458k|4092 | 0.000000e+00 |      --      |    Inf 
686.08/686.17	c   686s|  3940k|  1488k| 11929k|   3.0 | 988M|  63 |   - |  70 |7649 |  70 |  19 |  14 |1462k|4092 | 0.000000e+00 |      --      |    Inf 
687.98/688.08	c   688s|  3950k|  1492k| 11959k|   3.0 | 991M|  63 |   8 |  70 |7699 |  70 |  19 |  14 |1466k|4092 | 0.000000e+00 |      --      |    Inf 
690.17/690.20	c   690s|  3960k|  1495k| 11989k|   3.0 | 993M|  63 |   8 |  70 |5553 |  70 |  19 |  14 |1469k|4092 | 0.000000e+00 |      --      |    Inf 
692.07/692.19	c   692s|  3970k|  1499k| 12019k|   3.0 | 995M|  63 |   8 |  70 |5858 |  70 |  19 |  14 |1473k|4092 | 0.000000e+00 |      --      |    Inf 
694.09/694.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
694.09/694.12	c   694s|  3980k|  1502k| 12049k|   3.0 | 998M|  63 |   8 |  70 |6157 |  70 |  19 |  14 |1477k|4092 | 0.000000e+00 |      --      |    Inf 
695.97/696.06	c   696s|  3990k|  1506k| 12078k|   3.0 |1000M|  63 |   - |  70 |5858 |  70 |  19 |  14 |1481k|4092 | 0.000000e+00 |      --      |    Inf 
697.87/697.95	c   698s|  4000k|  1510k| 12107k|   3.0 |1003M|  63 |   8 |  70 |5999 |  70 |  19 |  14 |1485k|4092 | 0.000000e+00 |      --      |    Inf 
699.97/700.02	c   700s|  4010k|  1513k| 12138k|   3.0 |1005M|  63 |   8 |  70 |6160 |  70 |  19 |  14 |1489k|4092 | 0.000000e+00 |      --      |    Inf 
701.89/701.98	c   702s|  4020k|  1516k| 12168k|   3.0 |1007M|  63 |   8 |  70 |6103 |  70 |  19 |  14 |1493k|4092 | 0.000000e+00 |      --      |    Inf 
703.88/703.90	c   704s|  4030k|  1520k| 12198k|   3.0 |1010M|  63 |   - |  70 |6257 |  70 |  19 |  14 |1496k|4092 | 0.000000e+00 |      --      |    Inf 
705.68/705.75	c   706s|  4040k|  1524k| 12228k|   3.0 |1012M|  63 |   8 |  70 |6438 |  70 |  19 |  14 |1500k|4092 | 0.000000e+00 |      --      |    Inf 
707.48/707.52	c   708s|  4050k|  1527k| 12258k|   3.0 |1015M|  63 |   8 |  70 |7777 |  70 |  19 |  14 |1504k|4092 | 0.000000e+00 |      --      |    Inf 
709.49/709.59	c   710s|  4060k|  1531k| 12288k|   3.0 |1017M|  63 |   8 |  70 |6280 |  70 |  19 |  14 |1508k|4092 | 0.000000e+00 |      --      |    Inf 
711.48/711.59	c   712s|  4070k|  1534k| 12319k|   3.0 |1020M|  63 |   - |  70 |6176 |  70 |  19 |  14 |1512k|4092 | 0.000000e+00 |      --      |    Inf 
713.48/713.53	c   714s|  4080k|  1538k| 12349k|   3.0 |1022M|  63 |   8 |  70 |5997 |  70 |  19 |  14 |1516k|4092 | 0.000000e+00 |      --      |    Inf 
715.18/715.20	c   715s|  4090k|  1542k| 12379k|   3.0 |1025M|  63 |   8 |  70 |7396 |  70 |  19 |  14 |1519k|4092 | 0.000000e+00 |      --      |    Inf 
717.19/717.23	c   717s|  4100k|  1545k| 12409k|   3.0 |1027M|  63 |   - |  70 |6352 |  70 |  19 |  14 |1523k|4092 | 0.000000e+00 |      --      |    Inf 
719.08/719.14	c   719s|  4110k|  1549k| 12439k|   3.0 |1030M|  63 |   8 |  70 |6124 |  70 |  19 |  14 |1527k|4092 | 0.000000e+00 |      --      |    Inf 
720.98/721.02	c   721s|  4120k|  1552k| 12469k|   3.0 |1032M|  63 |   - |  70 |6323 |  70 |  19 |  14 |1531k|4092 | 0.000000e+00 |      --      |    Inf 
722.97/723.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
722.97/723.04	c   723s|  4130k|  1556k| 12499k|   3.0 |1034M|  63 |   8 |  70 |5437 |  70 |  19 |  14 |1535k|4092 | 0.000000e+00 |      --      |    Inf 
724.77/724.80	c   725s|  4140k|  1559k| 12530k|   3.0 |1037M|  63 |   - |  70 |6720 |  70 |  19 |  14 |1539k|4092 | 0.000000e+00 |      --      |    Inf 
726.57/726.68	c   727s|  4150k|  1563k| 12561k|   3.0 |1040M|  63 |   8 |  70 |7123 |  70 |  19 |  14 |1543k|4092 | 0.000000e+00 |      --      |    Inf 
728.77/728.86	c   729s|  4160k|  1566k| 12592k|   3.0 |1042M|  63 |   8 |  70 |6044 |  70 |  19 |  14 |1547k|4092 | 0.000000e+00 |      --      |    Inf 
730.88/730.97	c   731s|  4170k|  1569k| 12622k|   3.0 |1044M|  63 |   8 |  70 |5868 |  70 |  19 |  14 |1551k|4092 | 0.000000e+00 |      --      |    Inf 
732.77/732.89	c   733s|  4180k|  1572k| 12653k|   3.0 |1046M|  63 |   8 |  70 |6336 |  70 |  19 |  14 |1555k|4092 | 0.000000e+00 |      --      |    Inf 
734.78/734.87	c   735s|  4190k|  1576k| 12683k|   3.0 |1049M|  63 |   - |  70 |5653 |  70 |  19 |  14 |1559k|4092 | 0.000000e+00 |      --      |    Inf 
736.68/736.74	c   737s|  4200k|  1579k| 12713k|   3.0 |1051M|  63 |   8 |  70 |5964 |  70 |  19 |  14 |1562k|4092 | 0.000000e+00 |      --      |    Inf 
738.58/738.62	c   739s|  4210k|  1583k| 12743k|   3.0 |1054M|  63 |   8 |  70 |6490 |  70 |  19 |  14 |1566k|4092 | 0.000000e+00 |      --      |    Inf 
740.29/740.34	c   740s|  4220k|  1587k| 12772k|   3.0 |1057M|  63 |   8 |  70 |7001 |  70 |  19 |  14 |1570k|4092 | 0.000000e+00 |      --      |    Inf 
742.08/742.19	c   742s|  4230k|  1590k| 12803k|   3.0 |1059M|  63 |   8 |  70 |6596 |  70 |  19 |  14 |1574k|4092 | 0.000000e+00 |      --      |    Inf 
743.88/743.95	c   744s|  4240k|  1594k| 12833k|   3.0 |1062M|  63 |   8 |  70 |7460 |  70 |  19 |  14 |1578k|4092 | 0.000000e+00 |      --      |    Inf 
746.08/746.13	c   746s|  4250k|  1597k| 12864k|   3.0 |1063M|  63 |   8 |  70 |5307 |  70 |  19 |  14 |1581k|4092 | 0.000000e+00 |      --      |    Inf 
747.88/748.00	c   748s|  4260k|  1601k| 12895k|   3.0 |1066M|  63 |   8 |  70 |5779 |  70 |  19 |  14 |1585k|4092 | 0.000000e+00 |      --      |    Inf 
749.78/749.85	c   750s|  4270k|  1604k| 12925k|   3.0 |1069M|  63 |   - |  70 |6417 |  70 |  19 |  14 |1589k|4092 | 0.000000e+00 |      --      |    Inf 
751.67/751.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.67/751.75	c   752s|  4280k|  1608k| 12955k|   3.0 |1071M|  63 |   8 |  70 |5883 |  70 |  19 |  14 |1593k|4092 | 0.000000e+00 |      --      |    Inf 
753.68/753.70	c   754s|  4290k|  1611k| 12984k|   3.0 |1074M|  63 |   - |  70 |6222 |  70 |  19 |  14 |1597k|4092 | 0.000000e+00 |      --      |    Inf 
755.58/755.64	c   756s|  4300k|  1615k| 13014k|   3.0 |1076M|  63 |   8 |  70 |5882 |  70 |  19 |  14 |1601k|4092 | 0.000000e+00 |      --      |    Inf 
757.47/757.53	c   758s|  4310k|  1618k| 13044k|   3.0 |1078M|  63 |   8 |  70 |5839 |  70 |  19 |  14 |1605k|4092 | 0.000000e+00 |      --      |    Inf 
759.37/759.40	c   759s|  4320k|  1622k| 13074k|   3.0 |1081M|  63 |   8 |  70 |5920 |  70 |  19 |  14 |1609k|4092 | 0.000000e+00 |      --      |    Inf 
761.19/761.26	c   761s|  4330k|  1626k| 13104k|   3.0 |1083M|  63 |   8 |  70 |6041 |  70 |  19 |  14 |1612k|4092 | 0.000000e+00 |      --      |    Inf 
763.27/763.33	c   763s|  4340k|  1629k| 13134k|   3.0 |1086M|  63 |   8 |  70 |5525 |  70 |  19 |  14 |1616k|4092 | 0.000000e+00 |      --      |    Inf 
765.18/765.21	c   765s|  4350k|  1632k| 13165k|   3.0 |1088M|  63 |   8 |  70 |6011 |  70 |  19 |  14 |1620k|4092 | 0.000000e+00 |      --      |    Inf 
766.79/766.83	c   767s|  4360k|  1636k| 13194k|   3.0 |1091M|  63 |   - |  70 |7056 |  70 |  19 |  14 |1624k|4092 | 0.000000e+00 |      --      |    Inf 
768.47/768.53	c   769s|  4370k|  1640k| 13224k|   3.0 |1093M|  63 |   8 |  70 |7323 |  70 |  19 |  14 |1628k|4092 | 0.000000e+00 |      --      |    Inf 
770.28/770.37	c   770s|  4380k|  1644k| 13253k|   3.0 |1096M|  63 |   8 |  70 |6985 |  70 |  19 |  14 |1631k|4092 | 0.000000e+00 |      --      |    Inf 
772.19/772.28	c   772s|  4390k|  1647k| 13283k|   3.0 |1098M|  63 |   8 |  70 |6926 |  70 |  19 |  14 |1635k|4092 | 0.000000e+00 |      --      |    Inf 
774.08/774.18	c   774s|  4400k|  1651k| 13312k|   3.0 |1101M|  63 |   8 |  70 |6864 |  70 |  19 |  14 |1639k|4092 | 0.000000e+00 |      --      |    Inf 
776.18/776.20	c   776s|  4410k|  1654k| 13343k|   3.0 |1103M|  63 |   - |  70 |6904 |  70 |  19 |  14 |1643k|4092 | 0.000000e+00 |      --      |    Inf 
778.18/778.20	c   778s|  4420k|  1657k| 13373k|   3.0 |1105M|  63 |   - |  70 |6785 |  70 |  19 |  14 |1647k|4092 | 0.000000e+00 |      --      |    Inf 
780.18/780.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
780.18/780.23	c   780s|  4430k|  1661k| 13404k|   3.0 |1108M|  63 |   8 |  70 |5885 |  70 |  19 |  14 |1651k|4092 | 0.000000e+00 |      --      |    Inf 
782.19/782.23	c   782s|  4440k|  1664k| 13434k|   3.0 |1110M|  63 |   - |  70 |6276 |  70 |  19 |  14 |1655k|4092 | 0.000000e+00 |      --      |    Inf 
784.08/784.12	c   784s|  4450k|  1668k| 13466k|   3.0 |1113M|  63 |   - |  70 |6714 |  70 |  19 |  14 |1658k|4092 | 0.000000e+00 |      --      |    Inf 
785.78/785.82	c   786s|  4460k|  1672k| 13499k|   3.0 |1116M|  63 |   8 |  70 |8451 |  70 |  19 |  14 |1662k|4092 | 0.000000e+00 |      --      |    Inf 
787.69/787.73	c   788s|  4470k|  1675k| 13532k|   3.0 |1118M|  63 |   8 |  70 |8724 |  70 |  19 |  14 |1666k|4092 | 0.000000e+00 |      --      |    Inf 
789.89/789.96	c   790s|  4480k|  1678k| 13563k|   3.0 |1120M|  63 |   - |  70 |7389 |  70 |  19 |  14 |1670k|4092 | 0.000000e+00 |      --      |    Inf 
791.99/792.07	c   792s|  4490k|  1682k| 13594k|   3.0 |1123M|  63 |   8 |  70 |6216 |  70 |  19 |  14 |1674k|4092 | 0.000000e+00 |      --      |    Inf 
794.08/794.17	c   794s|  4500k|  1685k| 13624k|   3.0 |1125M|  63 |   8 |  70 |5654 |  70 |  19 |  14 |1678k|4092 | 0.000000e+00 |      --      |    Inf 
795.98/796.01	c   796s|  4510k|  1689k| 13653k|   3.0 |1127M|  63 |   - |  70 |6096 |  70 |  19 |  14 |1682k|4092 | 0.000000e+00 |      --      |    Inf 
797.68/797.70	c   798s|  4520k|  1693k| 13682k|   3.0 |1130M|  63 |   8 |  70 |6930 |  70 |  19 |  14 |1685k|4092 | 0.000000e+00 |      --      |    Inf 
799.48/799.59	c   800s|  4530k|  1696k| 13713k|   3.0 |1133M|  63 |   - |  70 |8014 |  70 |  19 |  14 |1689k|4092 | 0.000000e+00 |      --      |    Inf 
801.68/801.76	c   802s|  4540k|  1699k| 13743k|   3.0 |1135M|  63 |   - |  70 |6274 |  70 |  19 |  14 |1693k|4092 | 0.000000e+00 |      --      |    Inf 
803.48/803.58	c   804s|  4550k|  1703k| 13773k|   3.0 |1137M|  63 |   8 |  70 |6859 |  70 |  19 |  14 |1697k|4092 | 0.000000e+00 |      --      |    Inf 
805.38/805.40	c   805s|  4560k|  1707k| 13803k|   3.0 |1140M|  63 |   8 |  70 |7550 |  70 |  19 |  14 |1700k|4092 | 0.000000e+00 |      --      |    Inf 
807.28/807.39	c   807s|  4570k|  1711k| 13833k|   3.0 |1142M|  63 |   8 |  70 |7046 |  70 |  19 |  14 |1704k|4092 | 0.000000e+00 |      --      |    Inf 
809.38/809.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
809.38/809.43	c   809s|  4580k|  1714k| 13863k|   3.0 |1145M|  63 |   - |  70 |6451 |  70 |  19 |  14 |1708k|4092 | 0.000000e+00 |      --      |    Inf 
811.38/811.40	c   811s|  4590k|  1718k| 13893k|   3.0 |1147M|  63 |   8 |  70 |6730 |  70 |  19 |  14 |1712k|4092 | 0.000000e+00 |      --      |    Inf 
813.38/813.48	c   813s|  4600k|  1721k| 13923k|   3.0 |1150M|  63 |   - |  70 |6199 |  70 |  19 |  14 |1716k|4092 | 0.000000e+00 |      --      |    Inf 
815.38/815.45	c   815s|  4610k|  1725k| 13952k|   3.0 |1152M|  63 |   - |  70 |5866 |  70 |  19 |  14 |1720k|4092 | 0.000000e+00 |      --      |    Inf 
817.18/817.28	c   817s|  4620k|  1728k| 13982k|   3.0 |1155M|  63 |   8 |  70 |6049 |  70 |  19 |  14 |1723k|4092 | 0.000000e+00 |      --      |    Inf 
819.08/819.19	c   819s|  4630k|  1732k| 14012k|   3.0 |1157M|  63 |   - |  70 |6406 |  70 |  19 |  14 |1727k|4092 | 0.000000e+00 |      --      |    Inf 
820.98/821.08	c   821s|  4640k|  1735k| 14042k|   3.0 |1160M|  63 |   - |  70 |6851 |  70 |  19 |  14 |1731k|4092 | 0.000000e+00 |      --      |    Inf 
822.98/823.04	c   823s|  4650k|  1739k| 14071k|   3.0 |1162M|  63 |   8 |  70 |5659 |  70 |  19 |  14 |1735k|4092 | 0.000000e+00 |      --      |    Inf 
824.88/824.94	c   825s|  4660k|  1743k| 14100k|   3.0 |1164M|  63 |   8 |  70 |5606 |  70 |  19 |  14 |1738k|4092 | 0.000000e+00 |      --      |    Inf 
826.88/826.98	c   827s|  4670k|  1746k| 14130k|   3.0 |1167M|  63 |   8 |  70 |5091 |  70 |  19 |  14 |1742k|4092 | 0.000000e+00 |      --      |    Inf 
828.78/828.90	c   829s|  4680k|  1750k| 14161k|   3.0 |1169M|  63 |   - |  70 |5642 |  70 |  19 |  14 |1746k|4092 | 0.000000e+00 |      --      |    Inf 
830.88/830.96	c   831s|  4690k|  1753k| 14190k|   3.0 |1171M|  63 |   8 |  70 |5619 |  70 |  19 |  14 |1750k|4092 | 0.000000e+00 |      --      |    Inf 
832.69/832.72	c   833s|  4700k|  1756k| 14221k|   3.0 |1174M|  63 |   8 |  70 |6829 |  70 |  19 |  14 |1754k|4092 | 0.000000e+00 |      --      |    Inf 
834.58/834.65	c   835s|  4710k|  1760k| 14251k|   3.0 |1177M|  63 |   8 |  70 |6482 |  70 |  19 |  14 |1758k|4092 | 0.000000e+00 |      --      |    Inf 
836.48/836.55	c   837s|  4720k|  1764k| 14280k|   3.0 |1179M|  63 |   - |  70 |6087 |  70 |  19 |  14 |1762k|4092 | 0.000000e+00 |      --      |    Inf 
838.48/838.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
838.48/838.52	c   839s|  4730k|  1767k| 14310k|   3.0 |1181M|  63 |   8 |  70 |5878 |  70 |  19 |  14 |1766k|4092 | 0.000000e+00 |      --      |    Inf 
840.29/840.39	c   840s|  4740k|  1771k| 14341k|   3.0 |1184M|  63 |   - |  70 |6107 |  70 |  19 |  14 |1770k|4092 | 0.000000e+00 |      --      |    Inf 
842.38/842.42	c   842s|  4750k|  1774k| 14372k|   3.0 |1186M|  63 |   - |  70 |5408 |  70 |  19 |  14 |1774k|4092 | 0.000000e+00 |      --      |    Inf 
844.18/844.25	c   844s|  4760k|  1777k| 14403k|   3.0 |1189M|  63 |   - |  70 |6619 |  70 |  19 |  14 |1777k|4092 | 0.000000e+00 |      --      |    Inf 
846.18/846.20	c   846s|  4770k|  1781k| 14433k|   3.0 |1191M|  63 |   8 |  70 |6851 |  70 |  19 |  14 |1782k|4092 | 0.000000e+00 |      --      |    Inf 
848.20/848.23	c   848s|  4780k|  1784k| 14463k|   3.0 |1194M|  63 |   8 |  70 |6397 |  70 |  19 |  14 |1786k|4092 | 0.000000e+00 |      --      |    Inf 
850.30/850.37	c   850s|  4790k|  1787k| 14493k|   3.0 |1196M|  63 |   8 |  70 |5813 |  70 |  19 |  14 |1790k|4092 | 0.000000e+00 |      --      |    Inf 
852.08/852.18	c   852s|  4800k|  1790k| 14523k|   3.0 |1199M|  63 |   8 |  70 |6887 |  70 |  19 |  14 |1794k|4092 | 0.000000e+00 |      --      |    Inf 
854.18/854.22	c   854s|  4810k|  1794k| 14553k|   3.0 |1201M|  63 |   8 |  70 |6207 |  70 |  19 |  14 |1798k|4092 | 0.000000e+00 |      --      |    Inf 
856.18/856.28	c   856s|  4820k|  1797k| 14582k|   3.0 |1203M|  63 |   8 |  70 |6336 |  70 |  19 |  14 |1802k|4092 | 0.000000e+00 |      --      |    Inf 
858.28/858.35	c   858s|  4830k|  1801k| 14612k|   3.0 |1205M|  63 |   8 |  70 |5626 |  70 |  19 |  14 |1806k|4092 | 0.000000e+00 |      --      |    Inf 
860.09/860.16	c   860s|  4840k|  1804k| 14642k|   3.0 |1208M|  63 |   8 |  70 |6199 |  70 |  19 |  14 |1809k|4092 | 0.000000e+00 |      --      |    Inf 
862.08/862.13	c   862s|  4850k|  1808k| 14672k|   3.0 |1211M|  63 |   8 |  70 |6756 |  70 |  19 |  14 |1813k|4092 | 0.000000e+00 |      --      |    Inf 
864.18/864.22	c   864s|  4860k|  1811k| 14702k|   3.0 |1213M|  63 |   - |  70 |6334 |  70 |  19 |  14 |1817k|4092 | 0.000000e+00 |      --      |    Inf 
866.28/866.35	c   866s|  4870k|  1814k| 14732k|   3.0 |1215M|  63 |   8 |  70 |5766 |  70 |  19 |  14 |1821k|4092 | 0.000000e+00 |      --      |    Inf 
868.28/868.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
868.28/868.39	c   868s|  4880k|  1818k| 14761k|   3.0 |1218M|  63 |   - |  70 |6091 |  70 |  19 |  14 |1825k|4092 | 0.000000e+00 |      --      |    Inf 
870.38/870.43	c   870s|  4890k|  1821k| 14792k|   3.0 |1220M|  63 |   - |  70 |6078 |  70 |  19 |  14 |1829k|4092 | 0.000000e+00 |      --      |    Inf 
872.18/872.21	c   872s|  4900k|  1825k| 14822k|   3.0 |1223M|  63 |   - |  70 |6458 |  70 |  19 |  14 |1833k|4092 | 0.000000e+00 |      --      |    Inf 
874.18/874.20	c   874s|  4910k|  1828k| 14851k|   3.0 |1225M|  63 |   - |  70 |6330 |  70 |  19 |  14 |1837k|4092 | 0.000000e+00 |      --      |    Inf 
876.08/876.18	c   876s|  4920k|  1832k| 14881k|   3.0 |1227M|  63 |   - |  70 |6250 |  70 |  19 |  14 |1841k|4092 | 0.000000e+00 |      --      |    Inf 
877.79/877.89	c   878s|  4930k|  1835k| 14911k|   3.0 |1230M|  63 |   8 |  70 |7446 |  70 |  19 |  14 |1845k|4092 | 0.000000e+00 |      --      |    Inf 
879.78/879.82	c   880s|  4940k|  1839k| 14942k|   3.0 |1232M|  63 |   8 |  70 |6742 |  70 |  19 |  14 |1849k|4092 | 0.000000e+00 |      --      |    Inf 
881.69/881.75	c   882s|  4950k|  1842k| 14973k|   3.0 |1235M|  63 |   8 |  70 |7785 |  70 |  19 |  14 |1853k|4092 | 0.000000e+00 |      --      |    Inf 
883.69/883.73	c   884s|  4960k|  1846k| 15002k|   3.0 |1237M|  63 |   8 |  70 |7128 |  70 |  19 |  14 |1857k|4092 | 0.000000e+00 |      --      |    Inf 
885.68/885.74	c   886s|  4970k|  1849k| 15033k|   3.0 |1240M|  63 |   - |  70 |6867 |  70 |  19 |  14 |1861k|4092 | 0.000000e+00 |      --      |    Inf 
887.69/887.81	c   888s|  4980k|  1852k| 15063k|   3.0 |1242M|  63 |   8 |  70 |6953 |  70 |  19 |  14 |1865k|4092 | 0.000000e+00 |      --      |    Inf 
889.89/889.95	c   890s|  4990k|  1856k| 15093k|   3.0 |1244M|  63 |   8 |  70 |6238 |  70 |  19 |  14 |1868k|4092 | 0.000000e+00 |      --      |    Inf 
891.68/891.77	c   892s|  5000k|  1860k| 15123k|   3.0 |1247M|  63 |   8 |  70 |6972 |  70 |  19 |  14 |1872k|4092 | 0.000000e+00 |      --      |    Inf 
893.69/893.71	c   894s|  5010k|  1863k| 15154k|   3.0 |1250M|  63 |   8 |  70 |7064 |  70 |  19 |  14 |1876k|4092 | 0.000000e+00 |      --      |    Inf 
895.68/895.77	c   896s|  5020k|  1866k| 15183k|   3.0 |1252M|  63 |   8 |  70 |6228 |  70 |  19 |  14 |1880k|4092 | 0.000000e+00 |      --      |    Inf 
897.69/897.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
897.69/897.72	c   898s|  5030k|  1870k| 15213k|   3.0 |1254M|  63 |   8 |  70 |6360 |  70 |  19 |  14 |1884k|4092 | 0.000000e+00 |      --      |    Inf 
899.49/899.58	c   900s|  5040k|  1874k| 15245k|   3.0 |1257M|  63 |   8 |  70 |7564 |  70 |  19 |  14 |1888k|4092 | 0.000000e+00 |      --      |    Inf 
901.58/901.61	c   902s|  5050k|  1877k| 15275k|   3.0 |1259M|  63 |   - |  70 |6469 |  70 |  19 |  14 |1892k|4092 | 0.000000e+00 |      --      |    Inf 
903.49/903.52	c   904s|  5060k|  1880k| 15305k|   3.0 |1262M|  63 |   8 |  70 |7199 |  70 |  19 |  14 |1896k|4092 | 0.000000e+00 |      --      |    Inf 
905.68/905.74	c   906s|  5070k|  1884k| 15335k|   3.0 |1264M|  63 |   - |  70 |6333 |  70 |  19 |  14 |1900k|4092 | 0.000000e+00 |      --      |    Inf 
907.68/907.70	c   908s|  5080k|  1887k| 15364k|   3.0 |1267M|  63 |   - |  70 |6934 |  70 |  19 |  14 |1903k|4092 | 0.000000e+00 |      --      |    Inf 
909.79/909.87	c   910s|  5090k|  1891k| 15394k|   3.0 |1269M|  63 |   - |  70 |5927 |  70 |  19 |  14 |1907k|4092 | 0.000000e+00 |      --      |    Inf 
911.78/911.84	c   912s|  5100k|  1894k| 15423k|   3.0 |1271M|  63 |   8 |  70 |6292 |  70 |  19 |  14 |1911k|4092 | 0.000000e+00 |      --      |    Inf 
913.69/913.76	c   914s|  5110k|  1898k| 15453k|   3.0 |1274M|  63 |   8 |  70 |6340 |  70 |  19 |  14 |1915k|4092 | 0.000000e+00 |      --      |    Inf 
915.58/915.66	c   916s|  5120k|  1901k| 15484k|   3.0 |1276M|  63 |   8 |  70 |6601 |  70 |  19 |  14 |1919k|4092 | 0.000000e+00 |      --      |    Inf 
917.28/917.30	c   917s|  5130k|  1906k| 15514k|   3.0 |1279M|  63 |   8 |  70 |7952 |  70 |  19 |  14 |1922k|4092 | 0.000000e+00 |      --      |    Inf 
919.09/919.12	c   919s|  5140k|  1909k| 15542k|   3.0 |1282M|  63 |   8 |  70 |8578 |  70 |  19 |  14 |1926k|4092 | 0.000000e+00 |      --      |    Inf 
921.08/921.16	c   921s|  5150k|  1913k| 15572k|   3.0 |1284M|  63 |   8 |  70 |6883 |  70 |  19 |  14 |1930k|4092 | 0.000000e+00 |      --      |    Inf 
923.09/923.10	c   923s|  5160k|  1916k| 15603k|   3.0 |1286M|  63 |   - |  70 |7155 |  70 |  19 |  14 |1934k|4092 | 0.000000e+00 |      --      |    Inf 
925.10/925.11	c   925s|  5170k|  1920k| 15633k|   3.0 |1289M|  63 |   8 |  70 |7369 |  70 |  19 |  14 |1938k|4092 | 0.000000e+00 |      --      |    Inf 
927.09/927.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
927.09/927.16	c   927s|  5180k|  1923k| 15663k|   3.0 |1291M|  63 |   - |  70 |6907 |  70 |  19 |  14 |1942k|4092 | 0.000000e+00 |      --      |    Inf 
929.19/929.20	c   929s|  5190k|  1927k| 15693k|   3.0 |1294M|  63 |   - |  70 |6164 |  70 |  19 |  14 |1945k|4092 | 0.000000e+00 |      --      |    Inf 
930.89/930.99	c   931s|  5200k|  1930k| 15723k|   3.0 |1296M|  63 |   8 |  70 |7184 |  70 |  19 |  14 |1950k|4092 | 0.000000e+00 |      --      |    Inf 
932.80/932.84	c   933s|  5210k|  1934k| 15751k|   3.0 |1299M|  63 |   8 |  70 |6710 |  70 |  19 |  14 |1953k|4092 | 0.000000e+00 |      --      |    Inf 
934.89/934.91	c   935s|  5220k|  1937k| 15781k|   3.0 |1301M|  63 |   8 |  70 |5741 |  70 |  19 |  14 |1957k|4092 | 0.000000e+00 |      --      |    Inf 
936.59/936.68	c   937s|  5230k|  1941k| 15812k|   3.0 |1303M|  63 |   - |  70 |7360 |  70 |  19 |  14 |1961k|4092 | 0.000000e+00 |      --      |    Inf 
938.30/938.34	c   938s|  5240k|  1945k| 15840k|   3.0 |1306M|  63 |   8 |  70 |8696 |  70 |  19 |  14 |1964k|4092 | 0.000000e+00 |      --      |    Inf 
940.19/940.23	c   940s|  5250k|  1948k| 15869k|   3.0 |1309M|  63 |   8 |  70 |9240 |  70 |  19 |  14 |1968k|4092 | 0.000000e+00 |      --      |    Inf 
942.19/942.28	c   942s|  5260k|  1952k| 15898k|   3.0 |1311M|  63 |   8 |  70 |8480 |  70 |  19 |  14 |1972k|4092 | 0.000000e+00 |      --      |    Inf 
944.49/944.56	c   945s|  5270k|  1955k| 15929k|   3.0 |1313M|  63 |   - |  70 |6356 |  70 |  19 |  14 |1976k|4092 | 0.000000e+00 |      --      |    Inf 
946.69/946.73	c   947s|  5280k|  1959k| 15959k|   3.0 |1315M|  63 |   8 |  70 |5630 |  70 |  19 |  14 |1980k|4092 | 0.000000e+00 |      --      |    Inf 
948.58/948.63	c   949s|  5290k|  1962k| 15988k|   3.0 |1318M|  63 |   8 |  70 |6254 |  70 |  19 |  14 |1984k|4092 | 0.000000e+00 |      --      |    Inf 
950.28/950.30	c   950s|  5300k|  1966k| 16017k|   3.0 |1321M|  63 |   8 |  70 |7877 |  70 |  19 |  14 |1988k|4092 | 0.000000e+00 |      --      |    Inf 
952.18/952.23	c   952s|  5310k|  1969k| 16046k|   3.0 |1323M|  63 |   8 |  70 |7774 |  70 |  19 |  14 |1992k|4092 | 0.000000e+00 |      --      |    Inf 
954.08/954.11	c   954s|  5320k|  1973k| 16076k|   3.0 |1326M|  63 |   - |  70 |8623 |  70 |  19 |  14 |1996k|4092 | 0.000000e+00 |      --      |    Inf 
956.19/956.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
956.19/956.24	c   956s|  5330k|  1976k| 16105k|   3.0 |1328M|  63 |   - |  70 |7547 |  70 |  19 |  14 |2000k|4092 | 0.000000e+00 |      --      |    Inf 
958.20/958.25	c   958s|  5340k|  1980k| 16135k|   3.0 |1330M|  63 |   8 |  70 |7129 |  70 |  19 |  14 |2003k|4092 | 0.000000e+00 |      --      |    Inf 
960.08/960.16	c   960s|  5350k|  1983k| 16166k|   3.0 |1333M|  63 |   8 |  70 |6915 |  70 |  19 |  14 |2007k|4092 | 0.000000e+00 |      --      |    Inf 
961.88/961.96	c   962s|  5360k|  1987k| 16196k|   3.0 |1336M|  63 |   8 |  70 |7930 |  70 |  19 |  14 |2011k|4092 | 0.000000e+00 |      --      |    Inf 
963.99/964.08	c   964s|  5370k|  1990k| 16226k|   3.0 |1338M|  63 |   8 |  70 |6591 |  70 |  19 |  14 |2015k|4092 | 0.000000e+00 |      --      |    Inf 
966.08/966.16	c   966s|  5380k|  1993k| 16257k|   3.0 |1340M|  63 |   - |  70 |6419 |  70 |  19 |  14 |2019k|4092 | 0.000000e+00 |      --      |    Inf 
968.19/968.25	c   968s|  5390k|  1997k| 16287k|   3.0 |1342M|  63 |   8 |  70 |5792 |  70 |  19 |  14 |2023k|4092 | 0.000000e+00 |      --      |    Inf 
970.19/970.26	c   970s|  5400k|  2000k| 16316k|   3.0 |1345M|  63 |   8 |  70 |5874 |  70 |  19 |  14 |2027k|4092 | 0.000000e+00 |      --      |    Inf 
971.88/971.91	c   972s|  5410k|  2004k| 16345k|   3.0 |1348M|  63 |   8 |  70 |7401 |  70 |  19 |  14 |2030k|4092 | 0.000000e+00 |      --      |    Inf 
973.88/973.97	c   974s|  5420k|  2008k| 16375k|   3.0 |1350M|  63 |   - |  70 |6063 |   0 |   0 |  14 |2034k|4092 | 0.000000e+00 |      --      |    Inf 
975.80/975.89	c   976s|  5430k|  2012k| 16405k|   3.0 |1352M|  63 |   8 |  70 |6083 |  70 |  19 |  14 |2038k|4092 | 0.000000e+00 |      --      |    Inf 
977.58/977.66	c   978s|  5440k|  2015k| 16435k|   3.0 |1355M|  63 |   8 |  70 |7432 |  70 |  19 |  14 |2042k|4092 | 0.000000e+00 |      --      |    Inf 
979.68/979.76	c   980s|  5450k|  2019k| 16464k|   3.0 |1357M|  63 |   8 |  70 |7055 |  70 |  19 |  14 |2046k|4092 | 0.000000e+00 |      --      |    Inf 
981.89/981.95	c   982s|  5460k|  2022k| 16494k|   3.0 |1359M|  63 |   - |  70 |6115 |  70 |  19 |  14 |2050k|4092 | 0.000000e+00 |      --      |    Inf 
983.89/983.96	c   984s|  5470k|  2026k| 16524k|   3.0 |1362M|  63 |   8 |  70 |6337 |  70 |  19 |  14 |2053k|4092 | 0.000000e+00 |      --      |    Inf 
985.99/986.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
985.99/986.07	c   986s|  5480k|  2029k| 16553k|   3.0 |1364M|  63 |   8 |  70 |6017 |  70 |  19 |  14 |2057k|4092 | 0.000000e+00 |      --      |    Inf 
987.98/988.01	c   988s|  5490k|  2033k| 16582k|   3.0 |1367M|  63 |   - |  70 |6342 |  70 |  19 |  14 |2061k|4092 | 0.000000e+00 |      --      |    Inf 
989.89/990.00	c   990s|  5500k|  2036k| 16611k|   3.0 |1369M|  63 |   8 |  70 |6174 |  70 |  19 |  14 |2065k|4092 | 0.000000e+00 |      --      |    Inf 
991.79/991.86	c   992s|  5510k|  2040k| 16639k|   3.0 |1372M|  63 |   8 |  70 |6585 |  70 |  19 |  14 |2068k|4092 | 0.000000e+00 |      --      |    Inf 
993.79/993.84	c   994s|  5520k|  2044k| 16669k|   3.0 |1374M|  63 |   8 |  70 |6530 |  70 |  19 |  14 |2072k|4092 | 0.000000e+00 |      --      |    Inf 
995.69/995.76	c   996s|  5530k|  2047k| 16700k|   3.0 |1377M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |2076k|4092 | 0.000000e+00 |      --      |    Inf 
997.58/997.67	c   998s|  5540k|  2050k| 16729k|   3.0 |1379M|  63 |   8 |  70 |6582 |  70 |  19 |  14 |2080k|4092 | 0.000000e+00 |      --      |    Inf 
999.69/999.72	c  1000s|  5550k|  2054k| 16760k|   3.0 |1381M|  63 |   8 |  70 |6721 |  70 |  19 |  14 |2084k|4092 | 0.000000e+00 |      --      |    Inf 
1001.89/1001.92	c  1002s|  5560k|  2057k| 16790k|   3.0 |1384M|  63 |   8 |  70 |6079 |  70 |  19 |  14 |2088k|4092 | 0.000000e+00 |      --      |    Inf 
1003.78/1003.82	c  1004s|  5570k|  2060k| 16820k|   3.0 |1386M|  63 |   - |  70 |6447 |  70 |  19 |  14 |2092k|4092 | 0.000000e+00 |      --      |    Inf 
1005.89/1005.96	c  1006s|  5580k|  2064k| 16850k|   3.0 |1388M|  63 |   8 |  70 |5957 |  70 |  19 |  14 |2096k|4092 | 0.000000e+00 |      --      |    Inf 
1007.70/1007.75	c  1008s|  5590k|  2067k| 16880k|   3.0 |1391M|  63 |   - |  70 |7227 |  70 |  19 |  14 |2100k|4092 | 0.000000e+00 |      --      |    Inf 
1009.80/1009.86	c  1010s|  5600k|  2071k| 16909k|   3.0 |1393M|  63 |   - |  70 |6397 |  70 |  19 |  14 |2104k|4092 | 0.000000e+00 |      --      |    Inf 
1011.78/1011.81	c  1012s|  5610k|  2074k| 16939k|   3.0 |1396M|  63 |   8 |  70 |6557 |  70 |  19 |  14 |2108k|4092 | 0.000000e+00 |      --      |    Inf 
1013.69/1013.75	c  1014s|  5620k|  2078k| 16968k|   3.0 |1398M|  63 |   8 |  70 |6802 |  70 |  19 |  14 |2112k|4092 | 0.000000e+00 |      --      |    Inf 
1015.69/1015.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1015.69/1015.73	c  1016s|  5630k|  2081k| 16999k|   3.0 |1401M|  63 |   8 |  70 |6830 |  70 |  19 |  14 |2116k|4092 | 0.000000e+00 |      --      |    Inf 
1017.69/1017.77	c  1018s|  5640k|  2085k| 17029k|   3.0 |1403M|  63 |   8 |  70 |6128 |  70 |  19 |  14 |2120k|4092 | 0.000000e+00 |      --      |    Inf 
1019.59/1019.64	c  1020s|  5650k|  2088k| 17060k|   3.0 |1406M|  63 |   8 |  70 |6988 |  70 |  19 |  14 |2124k|4092 | 0.000000e+00 |      --      |    Inf 
1021.90/1022.00	c  1022s|  5660k|  2091k| 17090k|   3.0 |1408M|  63 |   8 |  70 |5515 |  70 |  19 |  14 |2128k|4092 | 0.000000e+00 |      --      |    Inf 
1023.79/1023.89	c  1024s|  5670k|  2095k| 17119k|   3.0 |1410M|  63 |   8 |  70 |5911 |  70 |  19 |  14 |2132k|4092 | 0.000000e+00 |      --      |    Inf 
1025.78/1025.86	c  1026s|  5680k|  2099k| 17149k|   3.0 |1413M|  63 |   8 |  70 |6211 |  70 |  19 |  14 |2135k|4092 | 0.000000e+00 |      --      |    Inf 
1027.88/1027.97	c  1028s|  5690k|  2102k| 17179k|   3.0 |1415M|  63 |   8 |  70 |5695 |  70 |  19 |  14 |2139k|4092 | 0.000000e+00 |      --      |    Inf 
1029.79/1029.84	c  1030s|  5700k|  2105k| 17209k|   3.0 |1418M|  63 |   8 |  70 |6548 |  70 |  19 |  14 |2143k|4092 | 0.000000e+00 |      --      |    Inf 
1031.58/1031.68	c  1032s|  5710k|  2109k| 17240k|   3.0 |1420M|  63 |   - |  70 |7896 |  70 |  19 |  14 |2147k|4092 | 0.000000e+00 |      --      |    Inf 
1033.79/1033.81	c  1034s|  5720k|  2112k| 17270k|   3.0 |1423M|  63 |   8 |  70 |6606 |  70 |  19 |  14 |2151k|4092 | 0.000000e+00 |      --      |    Inf 
1035.89/1035.92	c  1036s|  5730k|  2115k| 17301k|   3.0 |1425M|  63 |   8 |  70 |6406 |  70 |  19 |  14 |2155k|4092 | 0.000000e+00 |      --      |    Inf 
1037.78/1037.82	c  1038s|  5740k|  2118k| 17330k|   3.0 |1427M|  63 |   - |  70 |6975 |  70 |  19 |  14 |2160k|4092 | 0.000000e+00 |      --      |    Inf 
1039.89/1039.93	c  1040s|  5750k|  2122k| 17360k|   3.0 |1430M|  63 |   8 |  70 |6043 |  70 |  19 |  14 |2164k|4092 | 0.000000e+00 |      --      |    Inf 
1041.70/1041.74	c  1042s|  5760k|  2125k| 17391k|   3.0 |1432M|  63 |   - |  70 |6551 |  70 |  19 |  14 |2167k|4092 | 0.000000e+00 |      --      |    Inf 
1043.68/1043.77	c  1044s|  5770k|  2129k| 17419k|   3.0 |1434M|  63 |   8 |  70 |6189 |  70 |  19 |  14 |2171k|4092 | 0.000000e+00 |      --      |    Inf 
1045.69/1045.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1045.69/1045.76	c  1046s|  5780k|  2132k| 17449k|   3.0 |1437M|  63 |   8 |  70 |6896 |  70 |  19 |  14 |2175k|4092 | 0.000000e+00 |      --      |    Inf 
1047.69/1047.73	c  1048s|  5790k|  2135k| 17479k|   3.0 |1439M|  63 |   - |  70 |6825 |  70 |  19 |  14 |2179k|4092 | 0.000000e+00 |      --      |    Inf 
1049.89/1049.95	c  1050s|  5800k|  2139k| 17508k|   3.0 |1442M|  63 |   - |  70 |6388 |  70 |  19 |  14 |2183k|4092 | 0.000000e+00 |      --      |    Inf 
1051.89/1051.98	c  1052s|  5810k|  2142k| 17537k|   3.0 |1444M|  63 |   8 |  70 |6922 |  70 |  19 |  14 |2187k|4092 | 0.000000e+00 |      --      |    Inf 
1053.90/1053.97	c  1054s|  5820k|  2146k| 17567k|   3.0 |1447M|  63 |   8 |  70 |7436 |  70 |  19 |  14 |2191k|4092 | 0.000000e+00 |      --      |    Inf 
1055.99/1056.02	c  1056s|  5830k|  2149k| 17597k|   3.0 |1449M|  63 |   8 |  70 |6826 |  70 |  19 |  14 |2195k|4092 | 0.000000e+00 |      --      |    Inf 
1058.08/1058.14	c  1058s|  5840k|  2152k| 17627k|   3.0 |1451M|  63 |   - |  70 |5723 |  70 |  19 |  14 |2199k|4092 | 0.000000e+00 |      --      |    Inf 
1060.09/1060.17	c  1060s|  5850k|  2156k| 17657k|   3.0 |1454M|  63 |   - |  70 |6165 |  70 |  19 |  14 |2202k|4092 | 0.000000e+00 |      --      |    Inf 
1061.99/1062.09	c  1062s|  5860k|  2159k| 17687k|   3.0 |1456M|  63 |   - |  70 |7110 |  70 |  19 |  14 |2206k|4092 | 0.000000e+00 |      --      |    Inf 
1063.89/1063.95	c  1064s|  5870k|  2163k| 17717k|   3.0 |1459M|  63 |   - |  70 |7312 |  70 |  19 |  14 |2210k|4092 | 0.000000e+00 |      --      |    Inf 
1065.79/1065.87	c  1066s|  5880k|  2166k| 17748k|   3.0 |1461M|  63 |   8 |  70 |7993 |  70 |  19 |  14 |2214k|4092 | 0.000000e+00 |      --      |    Inf 
1067.98/1068.00	c  1068s|  5890k|  2170k| 17778k|   3.0 |1464M|  63 |   - |  70 |6986 |  70 |  19 |  14 |2218k|4092 | 0.000000e+00 |      --      |    Inf 
1069.99/1070.05	c  1070s|  5900k|  2173k| 17809k|   3.0 |1466M|  63 |   - |  70 |6985 |  70 |  19 |  14 |2222k|4092 | 0.000000e+00 |      --      |    Inf 
1071.99/1072.03	c  1072s|  5910k|  2176k| 17839k|   3.0 |1468M|  63 |   8 |  70 |7266 |  70 |  19 |  14 |2226k|4092 | 0.000000e+00 |      --      |    Inf 
1073.89/1074.00	c  1074s|  5920k|  2180k| 17869k|   3.0 |1471M|  63 |   8 |  70 |7551 |  70 |  19 |  14 |2230k|4092 | 0.000000e+00 |      --      |    Inf 
1076.19/1076.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1076.19/1076.21	c  1076s|  5930k|  2183k| 17898k|   3.0 |1473M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |2234k|4092 | 0.000000e+00 |      --      |    Inf 
1078.19/1078.23	c  1078s|  5940k|  2186k| 17927k|   3.0 |1476M|  63 |   8 |  70 |7381 |  70 |  19 |  14 |2238k|4092 | 0.000000e+00 |      --      |    Inf 
1080.39/1080.40	c  1080s|  5950k|  2190k| 17957k|   3.0 |1478M|  63 |   8 |  70 |7068 |  70 |  19 |  14 |2242k|4092 | 0.000000e+00 |      --      |    Inf 
1082.59/1082.63	c  1083s|  5960k|  2193k| 17987k|   3.0 |1480M|  63 |   8 |  70 |6108 |  70 |  19 |  14 |2246k|4092 | 0.000000e+00 |      --      |    Inf 
1084.70/1084.79	c  1085s|  5970k|  2196k| 18017k|   3.0 |1483M|  63 |   8 |  70 |6078 |  70 |  19 |  14 |2250k|4092 | 0.000000e+00 |      --      |    Inf 
1086.90/1086.99	c  1087s|  5980k|  2199k| 18047k|   3.0 |1485M|  63 |   8 |  70 |5807 |  70 |  19 |  14 |2254k|4092 | 0.000000e+00 |      --      |    Inf 
1089.10/1089.17	c  1089s|  5990k|  2203k| 18076k|   3.0 |1487M|  63 |   8 |  70 |5447 |  70 |  19 |  14 |2258k|4092 | 0.000000e+00 |      --      |    Inf 
1091.09/1091.15	c  1091s|  6000k|  2206k| 18106k|   3.0 |1490M|  63 |   8 |  70 |5806 |  70 |  19 |  14 |2262k|4092 | 0.000000e+00 |      --      |    Inf 
1092.79/1092.86	c  1093s|  6010k|  2210k| 18136k|   3.0 |1493M|  63 |   8 |  70 |6879 |  70 |  19 |  14 |2265k|4092 | 0.000000e+00 |      --      |    Inf 
1094.60/1094.66	c  1095s|  6020k|  2214k| 18167k|   3.0 |1495M|  63 |   - |  70 |7865 |   0 |   0 |  14 |2269k|4092 | 0.000000e+00 |      --      |    Inf 
1096.49/1096.53	c  1097s|  6030k|  2217k| 18197k|   3.0 |1498M|  63 |   - |  70 |8973 |  70 |  19 |  14 |2273k|4092 | 0.000000e+00 |      --      |    Inf 
1098.69/1098.73	c  1099s|  6040k|  2221k| 18228k|   3.0 |1500M|  63 |   8 |  70 |8335 |  70 |  19 |  14 |2277k|4092 | 0.000000e+00 |      --      |    Inf 
1100.99/1101.03	c  1101s|  6050k|  2224k| 18258k|   3.0 |1503M|  63 |   8 |  70 |7294 |  70 |  19 |  14 |2281k|4092 | 0.000000e+00 |      --      |    Inf 
1103.30/1103.32	c  1103s|  6060k|  2227k| 18287k|   3.0 |1505M|  63 |   8 |  70 |6587 |  70 |  19 |  14 |2285k|4092 | 0.000000e+00 |      --      |    Inf 
1105.19/1105.26	c  1105s|  6070k|  2231k| 18318k|   3.0 |1507M|  63 |   - |  70 |7395 |  70 |  19 |  14 |2289k|4092 | 0.000000e+00 |      --      |    Inf 
1107.39/1107.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.39/1107.40	c  1107s|  6080k|  2234k| 18348k|   3.0 |1510M|  63 |   8 |  70 |7565 |  70 |  19 |  14 |2293k|4092 | 0.000000e+00 |      --      |    Inf 
1109.59/1109.64	c  1110s|  6090k|  2237k| 18378k|   3.0 |1512M|  63 |   8 |  70 |6759 |  70 |  19 |  14 |2297k|4092 | 0.000000e+00 |      --      |    Inf 
1111.79/1111.81	c  1112s|  6100k|  2241k| 18408k|   3.0 |1514M|  63 |   8 |  70 |6436 |  70 |  19 |  14 |2301k|4092 | 0.000000e+00 |      --      |    Inf 
1113.59/1113.60	c  1114s|  6110k|  2245k| 18438k|   3.0 |1517M|  63 |   8 |  70 |6968 |  70 |  19 |  14 |2304k|4092 | 0.000000e+00 |      --      |    Inf 
1115.50/1115.59	c  1116s|  6120k|  2249k| 18468k|   3.0 |1519M|  63 |   8 |  70 |6378 |  70 |  19 |  14 |2308k|4092 | 0.000000e+00 |      --      |    Inf 
1117.70/1117.76	c  1118s|  6130k|  2252k| 18498k|   3.0 |1522M|  63 |   8 |  70 |6031 |  70 |  19 |  14 |2312k|4092 | 0.000000e+00 |      --      |    Inf 
1119.80/1119.81	c  1120s|  6140k|  2255k| 18527k|   3.0 |1524M|  63 |   - |  70 |5784 |  70 |  19 |  14 |2316k|4092 | 0.000000e+00 |      --      |    Inf 
1121.89/1121.94	c  1122s|  6150k|  2258k| 18556k|   3.0 |1526M|  63 |   8 |  70 |5500 |  70 |  19 |  14 |2320k|4092 | 0.000000e+00 |      --      |    Inf 
1123.89/1123.96	c  1124s|  6160k|  2262k| 18586k|   3.0 |1529M|  63 |   - |  70 |5910 |  70 |  19 |  14 |2324k|4092 | 0.000000e+00 |      --      |    Inf 
1125.89/1125.97	c  1126s|  6170k|  2265k| 18616k|   3.0 |1531M|  63 |   - |  70 |6242 |  70 |  19 |  14 |2328k|4092 | 0.000000e+00 |      --      |    Inf 
1127.99/1128.03	c  1128s|  6180k|  2268k| 18646k|   3.0 |1534M|  63 |   - |  70 |5429 |  70 |  19 |  14 |2332k|4092 | 0.000000e+00 |      --      |    Inf 
1129.99/1130.04	c  1130s|  6190k|  2272k| 18676k|   3.0 |1536M|  63 |   - |  70 |5490 |  70 |  19 |  14 |2336k|4092 | 0.000000e+00 |      --      |    Inf 
1131.79/1131.82	c  1132s|  6200k|  2275k| 18706k|   3.0 |1539M|  63 |   8 |  70 |6717 |  70 |  19 |  14 |2340k|4092 | 0.000000e+00 |      --      |    Inf 
1133.89/1133.94	c  1134s|  6210k|  2278k| 18738k|   3.0 |1541M|  63 |   8 |  70 |6171 |  70 |  19 |  14 |2344k|4092 | 0.000000e+00 |      --      |    Inf 
1136.09/1136.10	c  1136s|  6220k|  2281k| 18768k|   3.0 |1543M|  63 |   8 |  70 |6021 |  70 |  19 |  14 |2348k|4092 | 0.000000e+00 |      --      |    Inf 
1138.19/1138.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1138.19/1138.20	c  1138s|  6230k|  2285k| 18796k|   3.0 |1546M|  63 |   8 |  70 |5612 |  70 |  19 |  14 |2352k|4092 | 0.000000e+00 |      --      |    Inf 
1140.19/1140.27	c  1140s|  6240k|  2288k| 18826k|   3.0 |1548M|  63 |   8 |  70 |6212 |  70 |  19 |  14 |2356k|4092 | 0.000000e+00 |      --      |    Inf 
1142.09/1142.18	c  1142s|  6250k|  2292k| 18855k|   3.0 |1551M|  63 |   8 |  70 |6549 |  70 |  19 |  14 |2360k|4092 | 0.000000e+00 |      --      |    Inf 
1144.19/1144.23	c  1144s|  6260k|  2295k| 18884k|   3.0 |1553M|  63 |   8 |  70 |6652 |  70 |  19 |  14 |2364k|4092 | 0.000000e+00 |      --      |    Inf 
1146.20/1146.24	c  1146s|  6270k|  2299k| 18914k|   3.0 |1556M|  63 |   8 |  70 |6913 |  70 |  19 |  14 |2368k|4092 | 0.000000e+00 |      --      |    Inf 
1147.89/1147.94	c  1148s|  6280k|  2303k| 18944k|   3.0 |1558M|  63 |   8 |  70 |8316 |  70 |  19 |  14 |2371k|4092 | 0.000000e+00 |      --      |    Inf 
1149.89/1149.98	c  1150s|  6290k|  2307k| 18974k|   3.0 |1561M|  63 |   8 |  70 |8248 |  70 |  19 |  14 |2375k|4092 | 0.000000e+00 |      --      |    Inf 
1152.19/1152.24	c  1152s|  6300k|  2310k| 19004k|   3.0 |1563M|  63 |   8 |  70 |6628 |  70 |  19 |  14 |2379k|4092 | 0.000000e+00 |      --      |    Inf 
1154.00/1154.08	c  1154s|  6310k|  2314k| 19034k|   3.0 |1566M|  63 |   8 |  70 |7443 |  70 |  19 |  14 |2382k|4092 | 0.000000e+00 |      --      |    Inf 
1155.99/1156.10	c  1156s|  6320k|  2317k| 19063k|   3.0 |1568M|  63 |   8 |  70 |6746 |  70 |  19 |  14 |2386k|4092 | 0.000000e+00 |      --      |    Inf 
1157.99/1158.06	c  1158s|  6330k|  2321k| 19093k|   3.0 |1570M|  63 |   8 |  70 |6822 |  70 |  19 |  14 |2390k|4092 | 0.000000e+00 |      --      |    Inf 
1159.99/1160.04	c  1160s|  6340k|  2325k| 19122k|   3.0 |1573M|  63 |   8 |  70 |7478 |  70 |  19 |  14 |2394k|4092 | 0.000000e+00 |      --      |    Inf 
1162.29/1162.30	c  1162s|  6350k|  2328k| 19153k|   3.0 |1575M|  63 |   - |  70 |6256 |  70 |  19 |  14 |2398k|4092 | 0.000000e+00 |      --      |    Inf 
1164.29/1164.35	c  1164s|  6360k|  2331k| 19182k|   3.0 |1578M|  63 |   8 |  70 |6634 |  70 |  19 |  14 |2402k|4092 | 0.000000e+00 |      --      |    Inf 
1166.29/1166.32	c  1166s|  6370k|  2335k| 19212k|   3.0 |1580M|  63 |   - |  70 |6840 |  70 |  19 |  14 |2406k|4092 | 0.000000e+00 |      --      |    Inf 
1168.30/1168.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1168.30/1168.33	c  1168s|  6380k|  2338k| 19241k|   3.0 |1583M|  63 |   - |  70 |6984 |  70 |  19 |  14 |2410k|4092 | 0.000000e+00 |      --      |    Inf 
1170.30/1170.38	c  1170s|  6390k|  2342k| 19270k|   3.0 |1585M|  63 |   - |  70 |6743 |  70 |  19 |  14 |2413k|4092 | 0.000000e+00 |      --      |    Inf 
1172.19/1172.20	c  1172s|  6400k|  2346k| 19298k|   3.0 |1588M|  63 |   - |  70 |8156 |  70 |  19 |  14 |2417k|4092 | 0.000000e+00 |      --      |    Inf 
1174.10/1174.10	c  1174s|  6410k|  2349k| 19327k|   3.0 |1590M|  63 |   - |  70 |8699 |  70 |  19 |  14 |2421k|4092 | 0.000000e+00 |      --      |    Inf 
1176.19/1176.26	c  1176s|  6420k|  2353k| 19356k|   3.0 |1592M|  63 |   8 |  70 |7968 |  70 |  19 |  14 |2425k|4092 | 0.000000e+00 |      --      |    Inf 
1178.29/1178.31	c  1178s|  6430k|  2356k| 19385k|   3.0 |1595M|  63 |   8 |  70 |7275 |  70 |  19 |  14 |2429k|4092 | 0.000000e+00 |      --      |    Inf 
1180.30/1180.37	c  1180s|  6440k|  2360k| 19415k|   3.0 |1597M|  63 |   - |  70 |6774 |  70 |  19 |  14 |2432k|4092 | 0.000000e+00 |      --      |    Inf 
1181.99/1182.06	c  1182s|  6450k|  2363k| 19445k|   3.0 |1600M|  63 |   8 |  70 |8494 |  70 |  19 |  14 |2436k|4092 | 0.000000e+00 |      --      |    Inf 
1184.29/1184.32	c  1184s|  6460k|  2367k| 19474k|   3.0 |1602M|  63 |   8 |  70 |7295 |  70 |  19 |  14 |2440k|4092 | 0.000000e+00 |      --      |    Inf 
1186.39/1186.48	c  1186s|  6470k|  2370k| 19503k|   3.0 |1605M|  63 |   - |  70 |6733 |  70 |  19 |  14 |2444k|4092 | 0.000000e+00 |      --      |    Inf 
1188.29/1188.33	c  1188s|  6480k|  2374k| 19534k|   3.0 |1607M|  63 |   8 |  70 |7698 |  70 |  19 |  14 |2448k|4092 | 0.000000e+00 |      --      |    Inf 
1190.39/1190.43	c  1190s|  6490k|  2378k| 19563k|   3.0 |1609M|  63 |   8 |  70 |6750 |  70 |  19 |  14 |2451k|4092 | 0.000000e+00 |      --      |    Inf 
1192.40/1192.45	c  1192s|  6500k|  2381k| 19592k|   3.0 |1612M|  63 |   8 |  70 |6621 |  70 |  19 |  14 |2455k|4092 | 0.000000e+00 |      --      |    Inf 
1194.40/1194.44	c  1194s|  6510k|  2385k| 19622k|   3.0 |1614M|  63 |   - |  70 |7229 |   0 |   0 |  14 |2459k|4092 | 0.000000e+00 |      --      |    Inf 
1196.29/1196.35	c  1196s|  6520k|  2389k| 19652k|   3.0 |1617M|  63 |   8 |  70 |7810 |  70 |  19 |  14 |2463k|4092 | 0.000000e+00 |      --      |    Inf 
1198.19/1198.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1198.19/1198.22	c  1198s|  6530k|  2393k| 19680k|   3.0 |1620M|  63 |   - |  70 |8641 |  70 |  19 |  14 |2466k|4092 | 0.000000e+00 |      --      |    Inf 
1200.10/1200.20	c  1200s|  6540k|  2396k| 19710k|   3.0 |1622M|  63 |   8 |  70 |8060 |  70 |  19 |  14 |2470k|4092 | 0.000000e+00 |      --      |    Inf 
1202.20/1202.26	c  1202s|  6550k|  2400k| 19739k|   3.0 |1624M|  63 |   8 |  70 |7673 |  70 |  19 |  14 |2474k|4092 | 0.000000e+00 |      --      |    Inf 
1204.39/1204.45	c  1204s|  6560k|  2403k| 19769k|   3.0 |1626M|  63 |   8 |  70 |6055 |  70 |  19 |  14 |2478k|4092 | 0.000000e+00 |      --      |    Inf 
1206.49/1206.54	c  1207s|  6570k|  2406k| 19799k|   3.0 |1629M|  63 |   - |  70 |6354 |  70 |  19 |  14 |2482k|4092 | 0.000000e+00 |      --      |    Inf 
1208.49/1208.54	c  1209s|  6580k|  2410k| 19828k|   3.0 |1631M|  63 |   8 |  70 |6091 |  70 |  19 |  14 |2486k|4092 | 0.000000e+00 |      --      |    Inf 
1210.70/1210.72	c  1211s|  6590k|  2413k| 19858k|   3.0 |1634M|  63 |   8 |  70 |5988 |  70 |  19 |  14 |2490k|4092 | 0.000000e+00 |      --      |    Inf 
1212.69/1212.76	c  1213s|  6600k|  2417k| 19887k|   3.0 |1636M|  63 |   - |  70 |5941 |  70 |  19 |  14 |2494k|4092 | 0.000000e+00 |      --      |    Inf 
1214.59/1214.67	c  1215s|  6610k|  2420k| 19917k|   3.0 |1638M|  63 |   8 |  70 |5781 |  70 |  19 |  14 |2497k|4092 | 0.000000e+00 |      --      |    Inf 
1216.71/1216.73	c  1217s|  6620k|  2424k| 19947k|   3.0 |1641M|  63 |   8 |  70 |6157 |  70 |  19 |  14 |2501k|4092 | 0.000000e+00 |      --      |    Inf 
1218.80/1218.81	c  1219s|  6630k|  2427k| 19976k|   3.0 |1643M|  63 |   - |  70 |6426 |  70 |  19 |  14 |2505k|4092 | 0.000000e+00 |      --      |    Inf 
1220.89/1220.90	c  1221s|  6640k|  2430k| 20006k|   3.0 |1646M|  63 |   8 |  70 |6590 |  70 |  19 |  14 |2509k|4092 | 0.000000e+00 |      --      |    Inf 
1223.00/1223.07	c  1223s|  6650k|  2434k| 20037k|   3.0 |1648M|  63 |   - |  70 |7030 |  70 |  19 |  14 |2513k|4092 | 0.000000e+00 |      --      |    Inf 
1225.09/1225.13	c  1225s|  6660k|  2437k| 20067k|   3.0 |1651M|  63 |   - |  70 |6992 |  70 |  19 |  14 |2517k|4093 | 0.000000e+00 |      --      |    Inf 
1227.19/1227.23	c  1227s|  6670k|  2440k| 20096k|   3.0 |1653M|  63 |   - |  70 |6598 |   0 |   0 |  14 |2521k|4097 | 0.000000e+00 |      --      |    Inf 
1229.29/1229.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1229.29/1229.32	c  1229s|  6680k|  2444k| 20126k|   3.0 |1655M|  63 |   8 |  70 |6382 |  70 |  19 |  14 |2525k|4101 | 0.000000e+00 |      --      |    Inf 
1231.01/1231.08	c  1231s|  6690k|  2448k| 20155k|   3.0 |1658M|  63 |   - |  70 |7903 |  70 |  19 |  14 |2529k|4101 | 0.000000e+00 |      --      |    Inf 
1233.00/1233.09	c  1233s|  6700k|  2451k| 20185k|   3.0 |1661M|  63 |   8 |  70 |7954 |  70 |  19 |  14 |2533k|4101 | 0.000000e+00 |      --      |    Inf 
1235.19/1235.29	c  1235s|  6710k|  2454k| 20214k|   3.0 |1663M|  63 |   8 |  70 |6864 |  70 |  19 |  14 |2537k|4105 | 0.000000e+00 |      --      |    Inf 
1237.40/1237.50	c  1238s|  6720k|  2457k| 20244k|   3.0 |1665M|  63 |   8 |  70 |5948 |  70 |  19 |  14 |2541k|4110 | 0.000000e+00 |      --      |    Inf 
1239.49/1239.55	c  1240s|  6730k|  2460k| 20273k|   3.0 |1667M|  63 |   8 |  70 |6438 |  70 |  19 |  14 |2545k|4110 | 0.000000e+00 |      --      |    Inf 
1241.70/1241.70	c  1242s|  6740k|  2463k| 20303k|   3.0 |1670M|  63 |   - |  70 |6000 |  70 |  19 |  14 |2549k|4112 | 0.000000e+00 |      --      |    Inf 
1243.69/1243.77	c  1244s|  6750k|  2467k| 20333k|   3.0 |1672M|  63 |   - |  70 |6027 |  70 |  19 |  14 |2553k|4112 | 0.000000e+00 |      --      |    Inf 
1245.59/1245.62	c  1246s|  6760k|  2471k| 20362k|   3.0 |1675M|  63 |   - |  70 |7105 |  70 |  19 |  14 |2557k|4112 | 0.000000e+00 |      --      |    Inf 
1247.69/1247.72	c  1248s|  6770k|  2474k| 20392k|   3.0 |1677M|  63 |   8 |  70 |6508 |  70 |  19 |  14 |2561k|4112 | 0.000000e+00 |      --      |    Inf 
1249.70/1249.78	c  1250s|  6780k|  2477k| 20422k|   3.0 |1679M|  63 |   - |  70 |6377 |  70 |  19 |  14 |2565k|4112 | 0.000000e+00 |      --      |    Inf 
1251.81/1251.87	c  1252s|  6790k|  2480k| 20451k|   3.0 |1682M|  63 |   - |  70 |5855 |  70 |  19 |  14 |2569k|4112 | 0.000000e+00 |      --      |    Inf 
1253.90/1253.93	c  1254s|  6800k|  2484k| 20481k|   3.0 |1684M|  63 |   - |  70 |6427 |  70 |  19 |  14 |2573k|4112 | 0.000000e+00 |      --      |    Inf 
1255.90/1255.96	c  1256s|  6810k|  2487k| 20510k|   3.0 |1687M|  63 |   8 |  70 |6304 |  70 |  19 |  14 |2576k|4112 | 0.000000e+00 |      --      |    Inf 
1257.69/1257.76	c  1258s|  6820k|  2491k| 20542k|   3.0 |1689M|  63 |   8 |  70 |7647 |  70 |  19 |  14 |2580k|4112 | 0.000000e+00 |      --      |    Inf 
1259.79/1259.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.79/1259.88	c  1260s|  6830k|  2494k| 20572k|   3.0 |1692M|  63 |   8 |  70 |7291 |  70 |  19 |  14 |2584k|4112 | 0.000000e+00 |      --      |    Inf 
1261.99/1262.04	c  1262s|  6840k|  2497k| 20602k|   3.0 |1694M|  63 |   - |  70 |7220 |  70 |  19 |  14 |2588k|4112 | 0.000000e+00 |      --      |    Inf 
1263.91/1263.98	c  1264s|  6850k|  2501k| 20632k|   3.0 |1697M|  63 |   8 |  70 |6816 |  70 |  19 |  14 |2592k|4112 | 0.000000e+00 |      --      |    Inf 
1265.69/1265.74	c  1266s|  6860k|  2505k| 20660k|   3.0 |1699M|  63 |   8 |  70 |8151 |  70 |  19 |  14 |2595k|4112 | 0.000000e+00 |      --      |    Inf 
1267.89/1267.98	c  1268s|  6870k|  2509k| 20690k|   3.0 |1701M|  63 |   8 |  70 |6760 |  70 |  19 |  14 |2599k|4112 | 0.000000e+00 |      --      |    Inf 
1270.09/1270.11	c  1270s|  6880k|  2512k| 20720k|   3.0 |1704M|  63 |   8 |  70 |6076 |  70 |  19 |  14 |2603k|4112 | 0.000000e+00 |      --      |    Inf 
1272.20/1272.22	c  1272s|  6890k|  2516k| 20749k|   3.0 |1706M|  63 |   - |  70 |5520 |  70 |  19 |  14 |2607k|4112 | 0.000000e+00 |      --      |    Inf 
1274.09/1274.14	c  1274s|  6900k|  2519k| 20780k|   3.0 |1709M|  63 |   8 |  70 |6390 |  70 |  19 |  14 |2611k|4112 | 0.000000e+00 |      --      |    Inf 
1275.90/1275.93	c  1276s|  6910k|  2523k| 20809k|   3.0 |1711M|  63 |   8 |  70 |6863 |  70 |  19 |  14 |2614k|4112 | 0.000000e+00 |      --      |    Inf 
1277.69/1277.76	c  1278s|  6920k|  2527k| 20838k|   3.0 |1714M|  63 |   8 |  70 |7811 |  70 |  19 |  14 |2618k|4112 | 0.000000e+00 |      --      |    Inf 
1279.60/1279.68	c  1280s|  6930k|  2530k| 20869k|   3.0 |1716M|  63 |   - |  70 |8133 |  70 |  19 |  14 |2622k|4112 | 0.000000e+00 |      --      |    Inf 
1281.70/1281.77	c  1282s|  6940k|  2534k| 20898k|   3.0 |1719M|  63 |   8 |  70 |7475 |  70 |  19 |  14 |2626k|4112 | 0.000000e+00 |      --      |    Inf 
1283.89/1283.92	c  1284s|  6950k|  2537k| 20929k|   3.0 |1721M|  63 |   - |  70 |6526 |  70 |  19 |  14 |2630k|4112 | 0.000000e+00 |      --      |    Inf 
1285.79/1285.82	c  1286s|  6960k|  2541k| 20958k|   3.0 |1723M|  63 |   8 |  70 |6978 |  70 |  19 |  14 |2634k|4112 | 0.000000e+00 |      --      |    Inf 
1288.00/1288.03	c  1288s|  6970k|  2544k| 20987k|   3.0 |1726M|  63 |   8 |  70 |5766 |  70 |  19 |  14 |2637k|4112 | 0.000000e+00 |      --      |    Inf 
1290.10/1290.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1290.10/1290.18	c  1290s|  6980k|  2548k| 21017k|   3.0 |1728M|  63 |   8 |  70 |5721 |  70 |  19 |  14 |2641k|4112 | 0.000000e+00 |      --      |    Inf 
1292.30/1292.37	c  1292s|  6990k|  2551k| 21047k|   3.0 |1730M|  63 |   - |  70 |5716 |  70 |  19 |  14 |2646k|4112 | 0.000000e+00 |      --      |    Inf 
1294.50/1294.57	c  1295s|  7000k|  2554k| 21076k|   3.0 |1733M|  63 |   8 |  70 |5503 |  70 |  19 |  14 |2650k|4112 | 0.000000e+00 |      --      |    Inf 
1296.60/1296.61	c  1297s|  7010k|  2557k| 21106k|   3.0 |1735M|  63 |   8 |  70 |5704 |  70 |  19 |  14 |2654k|4112 | 0.000000e+00 |      --      |    Inf 
1298.50/1298.53	c  1299s|  7020k|  2561k| 21136k|   3.0 |1738M|  63 |   8 |  70 |6765 |  70 |  19 |  14 |2657k|4112 | 0.000000e+00 |      --      |    Inf 
1300.69/1300.71	c  1301s|  7030k|  2564k| 21165k|   3.0 |1740M|  63 |   8 |  70 |6194 |  70 |  19 |  14 |2661k|4112 | 0.000000e+00 |      --      |    Inf 
1302.51/1302.58	c  1303s|  7040k|  2568k| 21195k|   3.0 |1743M|  63 |   8 |  70 |7017 |  70 |  19 |  14 |2665k|4112 | 0.000000e+00 |      --      |    Inf 
1304.49/1304.59	c  1305s|  7050k|  2571k| 21225k|   3.0 |1745M|  63 |   8 |  70 |6846 |  70 |  19 |  14 |2669k|4112 | 0.000000e+00 |      --      |    Inf 
1306.60/1306.61	c  1307s|  7060k|  2575k| 21255k|   3.0 |1748M|  63 |   8 |  70 |6898 |  70 |  19 |  14 |2673k|4112 | 0.000000e+00 |      --      |    Inf 
1308.49/1308.50	c  1308s|  7070k|  2578k| 21284k|   3.0 |1750M|  63 |   - |  70 |7634 |  70 |  19 |  14 |2677k|4112 | 0.000000e+00 |      --      |    Inf 
1310.49/1310.50	c  1310s|  7080k|  2582k| 21314k|   3.0 |1753M|  63 |   8 |  70 |7698 |  70 |  19 |  14 |2681k|4112 | 0.000000e+00 |      --      |    Inf 
1312.50/1312.57	c  1313s|  7090k|  2585k| 21344k|   3.0 |1755M|  63 |   8 |  70 |7809 |  70 |  19 |  14 |2685k|4112 | 0.000000e+00 |      --      |    Inf 
1314.61/1314.65	c  1315s|  7100k|  2589k| 21373k|   3.0 |1758M|  63 |   - |  70 |7533 |  70 |  19 |  14 |2688k|4112 | 0.000000e+00 |      --      |    Inf 
1316.70/1316.73	c  1317s|  7110k|  2592k| 21402k|   3.0 |1760M|  63 |   - |  70 |8103 |  70 |  19 |  14 |2692k|4112 | 0.000000e+00 |      --      |    Inf 
1318.80/1318.88	c  1319s|  7120k|  2595k| 21432k|   3.0 |1762M|  63 |   - |  70 |7822 |  70 |  19 |  14 |2696k|4112 | 0.000000e+00 |      --      |    Inf 
1320.89/1320.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1320.89/1320.94	c  1321s|  7130k|  2598k| 21463k|   3.0 |1765M|  63 |   8 |  70 |8755 |  70 |  19 |  14 |2701k|4112 | 0.000000e+00 |      --      |    Inf 
1323.30/1323.39	c  1323s|  7140k|  2601k| 21493k|   3.0 |1767M|  63 |   8 |  70 |6964 |  70 |  19 |  14 |2705k|4112 | 0.000000e+00 |      --      |    Inf 
1325.30/1325.31	c  1325s|  7150k|  2605k| 21522k|   3.0 |1770M|  63 |   8 |  70 |7332 |  70 |  19 |  14 |2708k|4112 | 0.000000e+00 |      --      |    Inf 
1327.10/1327.16	c  1327s|  7160k|  2609k| 21553k|   3.0 |1772M|  63 |   8 |  70 |7975 |  70 |  19 |  14 |2712k|4112 | 0.000000e+00 |      --      |    Inf 
1328.99/1329.07	c  1329s|  7170k|  2613k| 21582k|   3.0 |1775M|  63 |   - |  70 |8418 |  70 |  19 |  14 |2716k|4112 | 0.000000e+00 |      --      |    Inf 
1331.20/1331.21	c  1331s|  7180k|  2616k| 21612k|   3.0 |1777M|  63 |   - |  70 |7487 |  70 |  19 |  14 |2720k|4112 | 0.000000e+00 |      --      |    Inf 
1333.09/1333.14	c  1333s|  7190k|  2620k| 21641k|   3.0 |1780M|  63 |   - |  70 |8037 |  70 |  19 |  14 |2723k|4112 | 0.000000e+00 |      --      |    Inf 
1335.09/1335.13	c  1335s|  7200k|  2623k| 21672k|   3.0 |1782M|  63 |   - |  70 |8327 |   0 |   0 |  14 |2727k|4112 | 0.000000e+00 |      --      |    Inf 
1337.30/1337.36	c  1337s|  7210k|  2627k| 21701k|   3.0 |1784M|  63 |   8 |  70 |6739 |  70 |  19 |  14 |2732k|4112 | 0.000000e+00 |      --      |    Inf 
1339.59/1339.61	c  1340s|  7220k|  2630k| 21731k|   3.0 |1786M|  63 |   - |  70 |6305 |  70 |  19 |  14 |2736k|4112 | 0.000000e+00 |      --      |    Inf 
1341.59/1341.66	c  1342s|  7230k|  2633k| 21761k|   3.0 |1789M|  63 |   8 |  70 |6668 |  70 |  19 |  14 |2740k|4112 | 0.000000e+00 |      --      |    Inf 
1343.70/1343.77	c  1344s|  7240k|  2637k| 21791k|   3.0 |1791M|  63 |   - |  70 |6671 |  70 |  19 |  14 |2744k|4112 | 0.000000e+00 |      --      |    Inf 
1345.59/1345.62	c  1346s|  7250k|  2640k| 21820k|   3.0 |1794M|  63 |   - |  70 |6948 |  70 |  19 |  14 |2747k|4112 | 0.000000e+00 |      --      |    Inf 
1347.69/1347.73	c  1348s|  7260k|  2644k| 21849k|   3.0 |1796M|  63 |   8 |  70 |6262 |  70 |  19 |  14 |2751k|4112 | 0.000000e+00 |      --      |    Inf 
1349.50/1349.53	c  1350s|  7270k|  2647k| 21881k|   3.0 |1799M|  63 |   - |  70 |7146 |  70 |  19 |  14 |2755k|4112 | 0.000000e+00 |      --      |    Inf 
1351.40/1351.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1351.40/1351.48	c  1351s|  7280k|  2651k| 21911k|   3.0 |1801M|  63 |   8 |  70 |7458 |  70 |  19 |  14 |2759k|4112 | 0.000000e+00 |      --      |    Inf 
1353.39/1353.49	c  1353s|  7290k|  2654k| 21941k|   3.0 |1804M|  63 |   8 |  70 |7239 |  70 |  19 |  14 |2763k|4112 | 0.000000e+00 |      --      |    Inf 
1355.70/1355.77	c  1356s|  7300k|  2658k| 21970k|   3.0 |1806M|  63 |   8 |  70 |6236 |  70 |  19 |  14 |2767k|4112 | 0.000000e+00 |      --      |    Inf 
1357.89/1357.97	c  1358s|  7310k|  2661k| 22000k|   3.0 |1808M|  63 |   8 |  70 |5847 |  70 |  19 |  14 |2771k|4112 | 0.000000e+00 |      --      |    Inf 
1360.10/1360.15	c  1360s|  7320k|  2664k| 22029k|   3.0 |1810M|  63 |   8 |  70 |5676 |  70 |  19 |  14 |2775k|4112 | 0.000000e+00 |      --      |    Inf 
1362.30/1362.31	c  1362s|  7330k|  2667k| 22059k|   3.0 |1813M|  63 |   8 |  70 |6058 |  70 |  19 |  14 |2779k|4112 | 0.000000e+00 |      --      |    Inf 
1364.39/1364.49	c  1364s|  7340k|  2671k| 22089k|   3.0 |1815M|  63 |   8 |  70 |5746 |  70 |  19 |  14 |2783k|4112 | 0.000000e+00 |      --      |    Inf 
1366.59/1366.61	c  1367s|  7350k|  2674k| 22119k|   3.0 |1818M|  63 |   - |  70 |5888 |  70 |  19 |  14 |2787k|4112 | 0.000000e+00 |      --      |    Inf 
1368.80/1368.88	c  1369s|  7360k|  2677k| 22149k|   3.0 |1820M|  63 |   8 |  70 |5678 |  70 |  19 |  14 |2791k|4112 | 0.000000e+00 |      --      |    Inf 
1370.80/1370.87	c  1371s|  7370k|  2680k| 22178k|   3.0 |1822M|  63 |   8 |  70 |6145 |  70 |  19 |  14 |2795k|4112 | 0.000000e+00 |      --      |    Inf 
1372.91/1372.99	c  1373s|  7380k|  2683k| 22207k|   3.0 |1825M|  63 |   8 |  70 |6140 |  70 |  19 |  14 |2799k|4112 | 0.000000e+00 |      --      |    Inf 
1375.11/1375.11	c  1375s|  7390k|  2687k| 22237k|   3.0 |1827M|  63 |   8 |  70 |6347 |  70 |  19 |  14 |2803k|4112 | 0.000000e+00 |      --      |    Inf 
1377.20/1377.22	c  1377s|  7400k|  2690k| 22267k|   3.0 |1830M|  63 |   8 |  70 |6509 |  70 |  19 |  14 |2807k|4112 | 0.000000e+00 |      --      |    Inf 
1379.40/1379.43	c  1379s|  7410k|  2693k| 22296k|   3.0 |1832M|  63 |   8 |  70 |6304 |  70 |  19 |  14 |2811k|4112 | 0.000000e+00 |      --      |    Inf 
1381.50/1381.55	c  1382s|  7420k|  2697k| 22326k|   3.0 |1835M|  63 |   8 |  70 |6535 |  70 |  19 |  14 |2815k|4112 | 0.000000e+00 |      --      |    Inf 
1383.70/1383.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1383.70/1383.74	c  1384s|  7430k|  2700k| 22356k|   3.0 |1837M|  63 |   8 |  70 |5876 |  70 |  19 |  14 |2819k|4112 | 0.000000e+00 |      --      |    Inf 
1385.59/1385.65	c  1386s|  7440k|  2704k| 22385k|   3.0 |1840M|  63 |   - |  70 |6812 |  70 |  19 |  14 |2823k|4112 | 0.000000e+00 |      --      |    Inf 
1387.60/1387.66	c  1388s|  7450k|  2707k| 22416k|   3.0 |1842M|  63 |   8 |  70 |7649 |  70 |  19 |  14 |2827k|4112 | 0.000000e+00 |      --      |    Inf 
1389.79/1389.81	c  1390s|  7460k|  2710k| 22445k|   3.0 |1844M|  63 |   - |  70 |7499 |  70 |  19 |  14 |2831k|4112 | 0.000000e+00 |      --      |    Inf 
1392.09/1392.10	c  1392s|  7470k|  2713k| 22474k|   3.0 |1847M|  63 |   8 |  70 |6008 |  70 |  19 |  14 |2835k|4112 | 0.000000e+00 |      --      |    Inf 
1394.09/1394.14	c  1394s|  7480k|  2717k| 22503k|   3.0 |1849M|  63 |   - |  70 |6673 |  70 |  19 |  14 |2839k|4112 | 0.000000e+00 |      --      |    Inf 
1396.20/1396.20	c  1396s|  7490k|  2720k| 22533k|   3.0 |1851M|  63 |   8 |  70 |6313 |  70 |  19 |  14 |2843k|4112 | 0.000000e+00 |      --      |    Inf 
1398.21/1398.28	c  1398s|  7500k|  2723k| 22563k|   3.0 |1854M|  63 |   8 |  70 |6260 |  70 |  19 |  14 |2847k|4112 | 0.000000e+00 |      --      |    Inf 
1400.00/1400.09	c  1400s|  7510k|  2727k| 22593k|   3.0 |1856M|  63 |   8 |  70 |7616 |  70 |  19 |  14 |2851k|4112 | 0.000000e+00 |      --      |    Inf 
1402.20/1402.26	c  1402s|  7520k|  2730k| 22624k|   3.0 |1859M|  63 |   8 |  70 |6494 |  70 |  19 |  14 |2855k|4112 | 0.000000e+00 |      --      |    Inf 
1404.30/1404.39	c  1404s|  7530k|  2733k| 22653k|   3.0 |1861M|  63 |   8 |  70 |6545 |  70 |  19 |  14 |2859k|4112 | 0.000000e+00 |      --      |    Inf 
1406.39/1406.44	c  1406s|  7540k|  2736k| 22684k|   3.0 |1863M|  63 |   - |  70 |6312 |  70 |  19 |  14 |2863k|4112 | 0.000000e+00 |      --      |    Inf 
1408.30/1408.33	c  1408s|  7550k|  2740k| 22713k|   3.0 |1866M|  63 |   8 |  70 |7281 |  70 |  19 |  14 |2866k|4112 | 0.000000e+00 |      --      |    Inf 
1410.32/1410.38	c  1410s|  7560k|  2743k| 22743k|   3.0 |1869M|  63 |   - |  70 |7318 |  70 |  19 |  14 |2870k|4112 | 0.000000e+00 |      --      |    Inf 
1412.40/1412.43	c  1412s|  7570k|  2747k| 22772k|   3.0 |1871M|  63 |   - |  70 |6765 |  70 |  19 |  14 |2874k|4112 | 0.000000e+00 |      --      |    Inf 
1414.49/1414.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1414.49/1414.60	c  1415s|  7580k|  2750k| 22802k|   3.0 |1873M|  63 |   8 |  70 |6610 |  70 |  19 |  14 |2878k|4112 | 0.000000e+00 |      --      |    Inf 
1416.81/1416.88	c  1417s|  7590k|  2753k| 22832k|   3.0 |1876M|  63 |   - |  70 |6266 |  70 |  19 |  14 |2882k|4112 | 0.000000e+00 |      --      |    Inf 
1419.01/1419.06	c  1419s|  7600k|  2757k| 22861k|   3.0 |1878M|  63 |   - |  70 |6559 |  70 |  19 |  14 |2886k|4112 | 0.000000e+00 |      --      |    Inf 
1420.80/1420.87	c  1421s|  7610k|  2760k| 22890k|   3.0 |1881M|  63 |   8 |  70 |8214 |  70 |  19 |  14 |2890k|4112 | 0.000000e+00 |      --      |    Inf 
1423.10/1423.14	c  1423s|  7620k|  2763k| 22919k|   3.0 |1883M|  63 |   - |  70 |7270 |  70 |  19 |  14 |2894k|4112 | 0.000000e+00 |      --      |    Inf 
1425.30/1425.32	c  1425s|  7630k|  2767k| 22949k|   3.0 |1885M|  63 |   8 |  70 |6529 |  70 |  19 |  14 |2898k|4112 | 0.000000e+00 |      --      |    Inf 
1427.20/1427.27	c  1427s|  7640k|  2770k| 22978k|   3.0 |1888M|  63 |   - |  70 |6466 |  70 |  19 |  14 |2902k|4112 | 0.000000e+00 |      --      |    Inf 
1429.40/1429.43	c  1429s|  7650k|  2773k| 23008k|   3.0 |1890M|  63 |   - |  70 |6004 |  70 |  19 |  14 |2906k|4112 | 0.000000e+00 |      --      |    Inf 
1431.30/1431.39	c  1431s|  7660k|  2776k| 23038k|   3.0 |1893M|  63 |   - |  70 |7090 |  70 |  19 |  14 |2910k|4112 | 0.000000e+00 |      --      |    Inf 
1433.41/1433.48	c  1433s|  7670k|  2780k| 23067k|   3.0 |1895M|  63 |   8 |  70 |6493 |  70 |  19 |  14 |2914k|4112 | 0.000000e+00 |      --      |    Inf 
1435.62/1435.61	c  1436s|  7680k|  2783k| 23097k|   3.0 |1897M|  63 |   - |  70 |6797 |  70 |  19 |  14 |2918k|4112 | 0.000000e+00 |      --      |    Inf 
1437.71/1437.81	c  1438s|  7690k|  2787k| 23126k|   3.0 |1900M|  63 |   8 |  70 |6224 |  70 |  19 |  14 |2922k|4112 | 0.000000e+00 |      --      |    Inf 
1439.70/1439.78	c  1440s|  7700k|  2790k| 23156k|   3.0 |1902M|  63 |   8 |  70 |6480 |  70 |  19 |  14 |2926k|4112 | 0.000000e+00 |      --      |    Inf 
1441.69/1441.70	c  1442s|  7710k|  2794k| 23185k|   3.0 |1905M|  63 |   8 |  70 |6404 |  70 |  19 |  14 |2929k|4112 | 0.000000e+00 |      --      |    Inf 
1443.80/1443.88	c  1444s|  7720k|  2797k| 23214k|   3.0 |1907M|  63 |   8 |  70 |5957 |  70 |  19 |  14 |2933k|4112 | 0.000000e+00 |      --      |    Inf 
1445.90/1445.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1445.90/1445.91	c  1446s|  7730k|  2801k| 23243k|   3.0 |1910M|  63 |   8 |  70 |7017 |  70 |  19 |  14 |2937k|4112 | 0.000000e+00 |      --      |    Inf 
1447.71/1447.73	c  1448s|  7740k|  2805k| 23272k|   3.0 |1912M|  63 |   8 |  70 |8075 |  70 |  19 |  14 |2941k|4112 | 0.000000e+00 |      --      |    Inf 
1449.92/1449.94	c  1450s|  7750k|  2808k| 23301k|   3.0 |1914M|  63 |   8 |  70 |6951 |  70 |  19 |  14 |2944k|4112 | 0.000000e+00 |      --      |    Inf 
1452.01/1452.07	c  1452s|  7760k|  2811k| 23330k|   3.0 |1917M|  63 |   8 |  70 |6994 |  70 |  19 |  14 |2949k|4112 | 0.000000e+00 |      --      |    Inf 
1454.10/1454.17	c  1454s|  7770k|  2814k| 23362k|   3.0 |1919M|  63 |   - |  70 |7833 |  70 |  19 |  14 |2953k|4112 | 0.000000e+00 |      --      |    Inf 
1456.30/1456.33	c  1456s|  7780k|  2818k| 23391k|   3.0 |1922M|  63 |   8 |  70 |7144 |  70 |  19 |  14 |2957k|4112 | 0.000000e+00 |      --      |    Inf 
1458.50/1458.60	c  1459s|  7790k|  2821k| 23420k|   3.0 |1924M|  63 |   8 |  70 |6408 |  70 |  19 |  14 |2961k|4112 | 0.000000e+00 |      --      |    Inf 
1460.40/1460.45	c  1460s|  7800k|  2825k| 23452k|   3.0 |1927M|  63 |   8 |  70 |7922 |  70 |  19 |  14 |2965k|4112 | 0.000000e+00 |      --      |    Inf 
1462.50/1462.54	c  1463s|  7810k|  2828k| 23481k|   3.0 |1929M|  63 |   8 |  70 |6966 |  70 |  19 |  14 |2968k|4112 | 0.000000e+00 |      --      |    Inf 
1464.60/1464.61	c  1465s|  7820k|  2832k| 23511k|   3.0 |1931M|  63 |   8 |  70 |7435 |  70 |  19 |  14 |2972k|4112 | 0.000000e+00 |      --      |    Inf 
1466.90/1466.90	c  1467s|  7830k|  2835k| 23540k|   3.0 |1934M|  63 |   8 |  70 |6639 |  70 |  19 |  14 |2977k|4112 | 0.000000e+00 |      --      |    Inf 
1468.80/1468.86	c  1469s|  7840k|  2838k| 23569k|   3.0 |1936M|  63 |   8 |  70 |6960 |  70 |  19 |  14 |2981k|4112 | 0.000000e+00 |      --      |    Inf 
1470.71/1470.80	c  1471s|  7850k|  2841k| 23599k|   3.0 |1939M|  63 |   8 |  70 |7506 |  70 |  19 |  14 |2984k|4112 | 0.000000e+00 |      --      |    Inf 
1472.91/1472.92	c  1473s|  7860k|  2845k| 23629k|   3.0 |1941M|  63 |   8 |  70 |6431 |  70 |  19 |  14 |2988k|4112 | 0.000000e+00 |      --      |    Inf 
1474.90/1474.93	c  1475s|  7870k|  2848k| 23658k|   3.0 |1943M|  63 |   8 |  70 |6840 |  70 |  19 |  14 |2992k|4112 | 0.000000e+00 |      --      |    Inf 
1476.90/1476.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1476.90/1476.90	c  1477s|  7880k|  2852k| 23688k|   3.0 |1946M|  63 |   8 |  70 |6746 |  70 |  19 |  14 |2996k|4112 | 0.000000e+00 |      --      |    Inf 
1478.70/1478.77	c  1479s|  7890k|  2856k| 23716k|   3.0 |1948M|  63 |   8 |  70 |6961 |  70 |  19 |  14 |3000k|4112 | 0.000000e+00 |      --      |    Inf 
1480.61/1480.67	c  1481s|  7900k|  2860k| 23744k|   3.0 |1951M|  63 |   8 |  70 |7549 |  70 |  19 |  14 |3003k|4112 | 0.000000e+00 |      --      |    Inf 
1482.50/1482.52	c  1483s|  7910k|  2863k| 23774k|   3.0 |1954M|  63 |   - |  70 |8652 |  70 |  19 |  14 |3007k|4112 | 0.000000e+00 |      --      |    Inf 
1484.40/1484.48	c  1484s|  7920k|  2867k| 23804k|   3.0 |1956M|  63 |   8 |  70 |8368 |  70 |  19 |  14 |3011k|4112 | 0.000000e+00 |      --      |    Inf 
1486.70/1486.73	c  1487s|  7930k|  2870k| 23834k|   3.0 |1958M|  63 |   - |  70 |6875 |  70 |  19 |  14 |3015k|4112 | 0.000000e+00 |      --      |    Inf 
1488.90/1488.90	c  1489s|  7940k|  2873k| 23864k|   3.0 |1960M|  63 |   8 |  70 |6782 |  70 |  19 |  14 |3019k|4112 | 0.000000e+00 |      --      |    Inf 
1490.90/1490.96	c  1491s|  7950k|  2877k| 23894k|   3.0 |1963M|  63 |   - |  70 |6577 |  70 |  19 |  14 |3023k|4112 | 0.000000e+00 |      --      |    Inf 
1493.10/1493.13	c  1493s|  7960k|  2880k| 23924k|   3.0 |1965M|  63 |   - |  70 |6946 |  70 |  19 |  14 |3027k|4112 | 0.000000e+00 |      --      |    Inf 
1494.91/1495.00	c  1495s|  7970k|  2883k| 23955k|   3.0 |1968M|  63 |   8 |  70 |8252 |  70 |  19 |  14 |3031k|4112 | 0.000000e+00 |      --      |    Inf 
1497.11/1497.19	c  1497s|  7980k|  2886k| 23985k|   3.0 |1970M|  63 |   - |  70 |7022 |  70 |  19 |  14 |3035k|4112 | 0.000000e+00 |      --      |    Inf 
1499.31/1499.32	c  1499s|  7990k|  2890k| 24015k|   3.0 |1972M|  63 |   8 |  70 |6975 |  70 |  19 |  14 |3039k|4112 | 0.000000e+00 |      --      |    Inf 
1501.40/1501.50	c  1502s|  8000k|  2893k| 24044k|   3.0 |1975M|  63 |   8 |  70 |6706 |  70 |  19 |  14 |3043k|4112 | 0.000000e+00 |      --      |    Inf 
1503.71/1503.80	c  1504s|  8010k|  2896k| 24074k|   3.0 |1977M|  63 |   - |  70 |5503 |  70 |  19 |  14 |3047k|4112 | 0.000000e+00 |      --      |    Inf 
1505.60/1505.61	c  1506s|  8020k|  2900k| 24103k|   3.0 |1980M|  63 |   8 |  70 |6801 |  70 |  19 |  14 |3051k|4112 | 0.000000e+00 |      --      |    Inf 
1507.60/1507.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1507.60/1507.69	c  1508s|  8030k|  2903k| 24132k|   3.0 |1982M|  63 |   - |  70 |6518 |  70 |  19 |  14 |3055k|4112 | 0.000000e+00 |      --      |    Inf 
1509.70/1509.75	c  1510s|  8040k|  2906k| 24162k|   3.0 |1984M|  63 |   8 |  70 |6929 |  70 |  19 |  14 |3059k|4112 | 0.000000e+00 |      --      |    Inf 
1511.90/1511.93	c  1512s|  8050k|  2909k| 24192k|   3.0 |1987M|  63 |   8 |  70 |7291 |  70 |  19 |  14 |3063k|4112 | 0.000000e+00 |      --      |    Inf 
1514.00/1514.00	c  1514s|  8060k|  2912k| 24223k|   3.0 |1989M|  63 |   8 |  70 |6975 |  70 |  19 |  14 |3067k|4112 | 0.000000e+00 |      --      |    Inf 
1515.91/1515.99	c  1516s|  8070k|  2916k| 24254k|   3.0 |1992M|  63 |   - |  70 |7374 |  70 |  19 |  14 |3071k|4112 | 0.000000e+00 |      --      |    Inf 
1518.01/1518.10	c  1518s|  8080k|  2920k| 24284k|   3.0 |1994M|  63 |   8 |  70 |7553 |  70 |  19 |  14 |3075k|4112 | 0.000000e+00 |      --      |    Inf 
1520.00/1520.09	c  1520s|  8090k|  2923k| 24314k|   3.0 |1997M|  63 |   - |  70 |8093 |  70 |  19 |  14 |3079k|4112 | 0.000000e+00 |      --      |    Inf 
1522.30/1522.32	c  1522s|  8100k|  2926k| 24343k|   3.0 |1999M|  63 |   8 |  70 |6913 |  70 |  19 |  14 |3083k|4112 | 0.000000e+00 |      --      |    Inf 
1524.31/1524.31	c  1524s|  8110k|  2930k| 24373k|   3.0 |2001M|  63 |   8 |  70 |8127 |  70 |  19 |  14 |3087k|4112 | 0.000000e+00 |      --      |    Inf 
1526.70/1526.72	c  1527s|  8120k|  2933k| 24403k|   3.0 |2004M|  63 |   8 |  70 |6939 |  70 |  19 |  14 |3091k|4112 | 0.000000e+00 |      --      |    Inf 
1528.90/1528.93	c  1529s|  8130k|  2936k| 24432k|   3.0 |2006M|  63 |   8 |  70 |6668 |  70 |  19 |  14 |3095k|4112 | 0.000000e+00 |      --      |    Inf 
1530.90/1530.96	c  1531s|  8140k|  2940k| 24462k|   3.0 |2008M|  63 |   8 |  70 |6957 |  70 |  19 |  14 |3099k|4112 | 0.000000e+00 |      --      |    Inf 
1533.00/1533.05	c  1533s|  8150k|  2943k| 24492k|   3.0 |2011M|  63 |   8 |  70 |6745 |  70 |  19 |  14 |3102k|4112 | 0.000000e+00 |      --      |    Inf 
1535.20/1535.21	c  1535s|  8160k|  2947k| 24521k|   3.0 |2013M|  63 |   8 |  70 |5853 |  70 |  19 |  14 |3106k|4112 | 0.000000e+00 |      --      |    Inf 
1537.10/1537.13	c  1537s|  8170k|  2950k| 24551k|   3.0 |2016M|  63 |   8 |  70 |6691 |  70 |  19 |  14 |3110k|4112 | 0.000000e+00 |      --      |    Inf 
1538.91/1539.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1538.91/1539.00	c  1539s|  8180k|  2954k| 24580k|   3.0 |2018M|  63 |   - |  70 |7887 |  70 |  19 |  14 |3114k|4112 | 0.000000e+00 |      --      |    Inf 
1540.90/1540.98	c  1541s|  8190k|  2957k| 24609k|   3.0 |2021M|  63 |   8 |  70 |7959 |  70 |  19 |  14 |3118k|4112 | 0.000000e+00 |      --      |    Inf 
1543.10/1543.19	c  1543s|  8200k|  2961k| 24639k|   3.0 |2023M|  63 |   - |  70 |7113 |  70 |  19 |  14 |3122k|4112 | 0.000000e+00 |      --      |    Inf 
1545.30/1545.38	c  1545s|  8210k|  2964k| 24668k|   3.0 |2025M|  63 |   8 |  70 |6664 |  70 |  19 |  14 |3126k|4112 | 0.000000e+00 |      --      |    Inf 
1547.60/1547.63	c  1548s|  8220k|  2967k| 24698k|   3.0 |2028M|  63 |   - |  70 |6139 |  70 |  19 |  14 |3130k|4112 | 0.000000e+00 |      --      |    Inf 
1549.60/1549.67	c  1550s|  8230k|  2971k| 24728k|   3.0 |2030M|  63 |   - |  70 |6800 |  70 |  19 |  14 |3134k|4112 | 0.000000e+00 |      --      |    Inf 
1551.80/1551.84	c  1552s|  8240k|  2974k| 24758k|   3.0 |2033M|  63 |   - |  70 |6893 |  70 |  19 |  14 |3138k|4112 | 0.000000e+00 |      --      |    Inf 
1553.90/1553.99	c  1554s|  8250k|  2977k| 24788k|   3.0 |2035M|  63 |   - |  70 |7568 |  70 |  19 |  14 |3142k|4112 | 0.000000e+00 |      --      |    Inf 
1556.00/1556.09	c  1556s|  8260k|  2981k| 24818k|   3.0 |2038M|  63 |   8 |  70 |7421 |  70 |  19 |  14 |3146k|4112 | 0.000000e+00 |      --      |    Inf 
1558.10/1558.11	c  1558s|  8270k|  2984k| 24848k|   3.0 |2040M|  63 |   8 |  70 |7807 |  70 |  19 |  14 |3150k|4112 | 0.000000e+00 |      --      |    Inf 
1560.10/1560.13	c  1560s|  8280k|  2987k| 24877k|   3.0 |2042M|  63 |   8 |  70 |7897 |  70 |  19 |  14 |3154k|4112 | 0.000000e+00 |      --      |    Inf 
1562.40/1562.41	c  1562s|  8290k|  2991k| 24907k|   3.0 |2045M|  63 |   - |  70 |6691 |  70 |  19 |  14 |3158k|4112 | 0.000000e+00 |      --      |    Inf 
1564.31/1564.33	c  1564s|  8300k|  2994k| 24937k|   3.0 |2047M|  63 |   8 |  70 |6945 |  70 |  19 |  14 |3161k|4112 | 0.000000e+00 |      --      |    Inf 
1566.10/1566.18	c  1566s|  8310k|  2998k| 24965k|   3.0 |2050M|  63 |   8 |  70 |7794 |  70 |  19 |  14 |3165k|4112 | 0.000000e+00 |      --      |    Inf 
1568.50/1568.55	c  1569s|  8320k|  3002k| 24995k|   3.0 |2052M|  63 |   8 |  70 |7051 |  70 |  19 |  14 |3169k|4112 | 0.000000e+00 |      --      |    Inf 
1570.81/1570.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1570.81/1570.85	c  1571s|  8330k|  3005k| 25024k|   3.0 |2054M|  63 |   8 |  70 |6495 |  70 |  19 |  14 |3173k|4112 | 0.000000e+00 |      --      |    Inf 
1572.61/1572.62	c  1573s|  8340k|  3009k| 25053k|   3.0 |2057M|  63 |   8 |  70 |8008 |  70 |  19 |  14 |3177k|4112 | 0.000000e+00 |      --      |    Inf 
1574.80/1574.83	c  1575s|  8350k|  3012k| 25083k|   3.0 |2060M|  63 |   - |  70 |7613 |  70 |  19 |  14 |3181k|4112 | 0.000000e+00 |      --      |    Inf 
1576.90/1576.99	c  1577s|  8360k|  3015k| 25112k|   3.0 |2062M|  63 |   8 |  70 |7037 |  70 |  19 |  14 |3185k|4112 | 0.000000e+00 |      --      |    Inf 
1578.81/1578.88	c  1579s|  8370k|  3019k| 25142k|   3.0 |2064M|  63 |   - |  70 |8292 |  70 |  19 |  14 |3189k|4112 | 0.000000e+00 |      --      |    Inf 
1581.30/1581.31	c  1581s|  8380k|  3022k| 25172k|   3.0 |2067M|  63 |   8 |  70 |6943 |  70 |  19 |  14 |3193k|4112 | 0.000000e+00 |      --      |    Inf 
1583.51/1583.57	c  1584s|  8390k|  3025k| 25201k|   3.0 |2069M|  63 |   - |  70 |6337 |  70 |  19 |  14 |3197k|4112 | 0.000000e+00 |      --      |    Inf 
1585.71/1585.77	c  1586s|  8400k|  3028k| 25231k|   3.0 |2071M|  63 |   - |  70 |6279 |  70 |  19 |  14 |3201k|4112 | 0.000000e+00 |      --      |    Inf 
1587.90/1587.97	c  1588s|  8410k|  3032k| 25260k|   3.0 |2074M|  63 |   8 |  70 |6375 |  70 |  19 |  14 |3205k|4112 | 0.000000e+00 |      --      |    Inf 
1590.10/1590.11	c  1590s|  8420k|  3035k| 25289k|   3.0 |2076M|  63 |   - |  70 |6482 |  70 |  19 |  14 |3208k|4112 | 0.000000e+00 |      --      |    Inf 
1592.40/1592.49	c  1592s|  8430k|  3038k| 25320k|   3.0 |2078M|  63 |   - |  70 |5858 |  70 |  19 |  14 |3213k|4112 | 0.000000e+00 |      --      |    Inf 
1594.51/1594.58	c  1595s|  8440k|  3041k| 25350k|   3.0 |2081M|  63 |   8 |  70 |6212 |  70 |  19 |  14 |3216k|4112 | 0.000000e+00 |      --      |    Inf 
1596.71/1596.77	c  1597s|  8450k|  3045k| 25380k|   3.0 |2083M|  63 |   - |  70 |6588 |  70 |  19 |  14 |3220k|4112 | 0.000000e+00 |      --      |    Inf 
1598.90/1598.98	c  1599s|  8460k|  3048k| 25410k|   3.0 |2086M|  63 |   8 |  70 |6632 |  70 |  19 |  14 |3225k|4112 | 0.000000e+00 |      --      |    Inf 
1601.11/1601.12	c  1601s|  8470k|  3051k| 25439k|   3.0 |2088M|  63 |   8 |  70 |6252 |  70 |  19 |  14 |3229k|4112 | 0.000000e+00 |      --      |    Inf 
1603.10/1603.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1603.10/1603.18	c  1603s|  8480k|  3054k| 25469k|   3.0 |2090M|  63 |   8 |  70 |6502 |  70 |  19 |  14 |3233k|4112 | 0.000000e+00 |      --      |    Inf 
1605.21/1605.21	c  1605s|  8490k|  3058k| 25499k|   3.0 |2093M|  63 |   8 |  70 |6836 |  70 |  19 |  14 |3237k|4112 | 0.000000e+00 |      --      |    Inf 
1607.31/1607.31	c  1607s|  8500k|  3061k| 25530k|   3.0 |2095M|  63 |   - |  70 |7312 |  70 |  19 |  14 |3241k|4112 | 0.000000e+00 |      --      |    Inf 
1609.20/1609.27	c  1609s|  8510k|  3064k| 25559k|   3.0 |2098M|  63 |   8 |  70 |7761 |  70 |  19 |  14 |3245k|4112 | 0.000000e+00 |      --      |    Inf 
1611.20/1611.26	c  1611s|  8520k|  3067k| 25588k|   3.0 |2100M|  63 |   - |  70 |8143 |  70 |  19 |  14 |3248k|4112 | 0.000000e+00 |      --      |    Inf 
1613.61/1613.62	c  1614s|  8530k|  3071k| 25618k|   3.0 |2102M|  63 |   8 |  70 |6236 |  70 |  19 |  14 |3253k|4112 | 0.000000e+00 |      --      |    Inf 
1615.50/1615.50	c  1616s|  8540k|  3074k| 25648k|   3.0 |2105M|  63 |   8 |  70 |7294 |  70 |  19 |  14 |3256k|4112 | 0.000000e+00 |      --      |    Inf 
1617.80/1617.84	c  1618s|  8550k|  3077k| 25678k|   3.0 |2107M|  63 |   - |  70 |6460 |  70 |  19 |  14 |3261k|4112 | 0.000000e+00 |      --      |    Inf 
1619.90/1619.93	c  1620s|  8560k|  3080k| 25708k|   3.0 |2110M|  63 |   8 |  70 |6711 |  70 |  19 |  14 |3265k|4112 | 0.000000e+00 |      --      |    Inf 
1622.00/1622.01	c  1622s|  8570k|  3084k| 25737k|   3.0 |2112M|  63 |   8 |  70 |7378 |  70 |  19 |  14 |3268k|4112 | 0.000000e+00 |      --      |    Inf 
1624.11/1624.16	c  1624s|  8580k|  3087k| 25766k|   3.0 |2115M|  63 |   8 |  70 |7072 |  70 |  19 |  14 |3272k|4112 | 0.000000e+00 |      --      |    Inf 
1626.20/1626.28	c  1626s|  8590k|  3091k| 25797k|   3.0 |2117M|  63 |   8 |  70 |7255 |  70 |  19 |  14 |3276k|4112 | 0.000000e+00 |      --      |    Inf 
1628.40/1628.41	c  1628s|  8600k|  3094k| 25826k|   3.0 |2119M|  63 |   - |  70 |7730 |  70 |  19 |  14 |3280k|4112 | 0.000000e+00 |      --      |    Inf 
1630.60/1630.61	c  1631s|  8610k|  3097k| 25856k|   3.0 |2122M|  63 |   8 |  70 |6767 |  70 |  19 |  14 |3285k|4112 | 0.000000e+00 |      --      |    Inf 
1632.61/1632.62	c  1633s|  8620k|  3101k| 25885k|   3.0 |2124M|  63 |   8 |  70 |7329 |  70 |  19 |  14 |3288k|4112 | 0.000000e+00 |      --      |    Inf 
1634.72/1634.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1634.72/1634.78	c  1635s|  8630k|  3104k| 25915k|   3.0 |2126M|  63 |   8 |  70 |6602 |  70 |  19 |  14 |3292k|4112 | 0.000000e+00 |      --      |    Inf 
1636.81/1636.88	c  1637s|  8640k|  3107k| 25944k|   3.0 |2129M|  63 |   8 |  70 |6389 |  70 |  19 |  14 |3296k|4112 | 0.000000e+00 |      --      |    Inf 
1638.90/1638.98	c  1639s|  8650k|  3111k| 25974k|   3.0 |2131M|  63 |   - |  70 |6318 |  70 |  19 |  14 |3300k|4112 | 0.000000e+00 |      --      |    Inf 
1640.91/1640.94	c  1641s|  8660k|  3114k| 26006k|   3.0 |2134M|  63 |   8 |  70 |7644 |  70 |  19 |  14 |3304k|4112 | 0.000000e+00 |      --      |    Inf 
1642.70/1642.75	c  1643s|  8670k|  3118k| 26035k|   3.0 |2137M|  63 |   8 |  70 |9176 |  70 |  19 |  14 |3308k|4112 | 0.000000e+00 |      --      |    Inf 
1645.00/1645.05	c  1645s|  8680k|  3121k| 26065k|   3.0 |2139M|  63 |   - |  70 |7125 |  70 |  19 |  14 |3312k|4112 | 0.000000e+00 |      --      |    Inf 
1647.21/1647.20	c  1647s|  8690k|  3124k| 26096k|   3.0 |2141M|  63 |   8 |  70 |6356 |  70 |  19 |  14 |3316k|4112 | 0.000000e+00 |      --      |    Inf 
1649.31/1649.32	c  1649s|  8700k|  3128k| 26124k|   3.0 |2143M|  63 |   8 |  70 |6500 |  70 |  19 |  14 |3320k|4112 | 0.000000e+00 |      --      |    Inf 
1651.11/1651.19	c  1651s|  8710k|  3131k| 26154k|   3.0 |2146M|  63 |   8 |  70 |7924 |  70 |  19 |  14 |3324k|4112 | 0.000000e+00 |      --      |    Inf 
1653.32/1653.34	c  1653s|  8720k|  3135k| 26183k|   3.0 |2148M|  63 |   8 |  70 |7789 |  70 |  19 |  14 |3327k|4112 | 0.000000e+00 |      --      |    Inf 
1655.21/1655.27	c  1655s|  8730k|  3138k| 26214k|   3.0 |2151M|  63 |   8 |  70 |8770 |  70 |  19 |  14 |3331k|4112 | 0.000000e+00 |      --      |    Inf 
1657.40/1657.41	c  1657s|  8740k|  3141k| 26245k|   3.0 |2153M|  63 |   8 |  70 |8708 |  70 |  19 |  14 |3335k|4112 | 0.000000e+00 |      --      |    Inf 
1659.70/1659.79	c  1660s|  8750k|  3144k| 26274k|   3.0 |2156M|  63 |   - |  70 |7571 |  70 |  19 |  14 |3340k|4112 | 0.000000e+00 |      --      |    Inf 
1661.91/1661.92	c  1662s|  8760k|  3148k| 26304k|   3.0 |2158M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |3344k|4112 | 0.000000e+00 |      --      |    Inf 
1663.71/1663.76	c  1664s|  8770k|  3152k| 26334k|   3.0 |2160M|  63 |   8 |  70 |7352 |  70 |  19 |  14 |3347k|4112 | 0.000000e+00 |      --      |    Inf 
1665.61/1665.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1665.61/1665.65	c  1666s|  8780k|  3156k| 26362k|   3.0 |2163M|  63 |   8 |  70 |8622 |  70 |  19 |  14 |3351k|4112 | 0.000000e+00 |      --      |    Inf 
1667.62/1667.67	c  1668s|  8790k|  3159k| 26391k|   3.0 |2165M|  63 |   8 |  70 |8127 |  70 |  19 |  14 |3354k|4112 | 0.000000e+00 |      --      |    Inf 
1669.92/1669.95	c  1670s|  8800k|  3163k| 26421k|   3.0 |2168M|  63 |   - |  70 |6420 |  70 |  19 |  14 |3358k|4112 | 0.000000e+00 |      --      |    Inf 
1672.02/1672.05	c  1672s|  8810k|  3166k| 26451k|   3.0 |2170M|  63 |   8 |  70 |6315 |  70 |  19 |  14 |3362k|4112 | 0.000000e+00 |      --      |    Inf 
1674.11/1674.16	c  1674s|  8820k|  3169k| 26480k|   3.0 |2172M|  63 |   - |  70 |6611 |  70 |  19 |  14 |3366k|4112 | 0.000000e+00 |      --      |    Inf 
1676.30/1676.31	c  1676s|  8830k|  3173k| 26510k|   3.0 |2175M|  63 |   - |  70 |6994 |  70 |  19 |  14 |3370k|4112 | 0.000000e+00 |      --      |    Inf 
1678.50/1678.57	c  1679s|  8840k|  3176k| 26539k|   3.0 |2177M|  63 |   - |  70 |7240 |  70 |  19 |  14 |3374k|4112 | 0.000000e+00 |      --      |    Inf 
1680.71/1680.78	c  1681s|  8850k|  3179k| 26569k|   3.0 |2180M|  63 |   - |  70 |6996 |  70 |  19 |  14 |3378k|4112 | 0.000000e+00 |      --      |    Inf 
1683.02/1683.01	c  1683s|  8860k|  3183k| 26598k|   3.0 |2182M|  63 |   8 |  70 |6871 |  70 |  19 |  14 |3382k|4112 | 0.000000e+00 |      --      |    Inf 
1685.01/1685.08	c  1685s|  8870k|  3186k| 26628k|   3.0 |2185M|  63 |   8 |  70 |6840 |  70 |  19 |  14 |3386k|4112 | 0.000000e+00 |      --      |    Inf 
1687.30/1687.30	c  1687s|  8880k|  3189k| 26658k|   3.0 |2187M|  63 |   - |  70 |6623 |  70 |  19 |  14 |3390k|4112 | 0.000000e+00 |      --      |    Inf 
1689.31/1689.30	c  1689s|  8890k|  3192k| 26688k|   3.0 |2189M|  63 |   8 |  70 |7065 |  70 |  19 |  14 |3394k|4112 | 0.000000e+00 |      --      |    Inf 
1691.51/1691.53	c  1692s|  8900k|  3196k| 26718k|   3.0 |2192M|  63 |   8 |  70 |6426 |  70 |  19 |  14 |3398k|4112 | 0.000000e+00 |      --      |    Inf 
1693.51/1693.55	c  1694s|  8910k|  3199k| 26748k|   3.0 |2194M|  63 |   8 |  70 |6907 |  70 |  19 |  14 |3402k|4112 | 0.000000e+00 |      --      |    Inf 
1695.71/1695.76	c  1696s|  8920k|  3202k| 26777k|   3.0 |2196M|  63 |   8 |  70 |6546 |  70 |  19 |  14 |3406k|4112 | 0.000000e+00 |      --      |    Inf 
1698.01/1698.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1698.01/1698.02	c  1698s|  8930k|  3205k| 26807k|   3.0 |2199M|  63 |   8 |  70 |5801 |  70 |  19 |  14 |3410k|4112 | 0.000000e+00 |      --      |    Inf 
1700.21/1700.20	c  1700s|  8940k|  3208k| 26837k|   3.0 |2201M|  63 |   - |  70 |6371 |  70 |  19 |  14 |3414k|4112 | 0.000000e+00 |      --      |    Inf 
1702.21/1702.22	c  1702s|  8950k|  3212k| 26866k|   3.0 |2204M|  63 |   8 |  70 |7391 |  70 |  19 |  14 |3418k|4112 | 0.000000e+00 |      --      |    Inf 
1704.10/1704.15	c  1704s|  8960k|  3216k| 26896k|   3.0 |2206M|  63 |   8 |  70 |8280 |  70 |  19 |  14 |3422k|4112 | 0.000000e+00 |      --      |    Inf 
1706.22/1706.22	c  1706s|  8970k|  3219k| 26927k|   3.0 |2209M|  63 |   8 |  70 |7885 |  70 |  19 |  14 |3426k|4112 | 0.000000e+00 |      --      |    Inf 
1708.42/1708.48	c  1708s|  8980k|  3222k| 26958k|   3.0 |2211M|  63 |   - |  70 |7492 |  70 |  19 |  14 |3430k|4112 | 0.000000e+00 |      --      |    Inf 
1710.81/1710.86	c  1711s|  8990k|  3225k| 26988k|   3.0 |2213M|  63 |   - |  70 |6337 |  70 |  19 |  14 |3434k|4112 | 0.000000e+00 |      --      |    Inf 
1712.82/1712.89	c  1713s|  9000k|  3229k| 27017k|   3.0 |2216M|  63 |   8 |  70 |7541 |  70 |  19 |  14 |3438k|4112 | 0.000000e+00 |      --      |    Inf 
1715.21/1715.21	c  1715s|  9010k|  3232k| 27048k|   3.0 |2218M|  63 |   8 |  70 |6560 |  70 |  19 |  14 |3442k|4112 | 0.000000e+00 |      --      |    Inf 
1717.51/1717.50	c  1718s|  9020k|  3235k| 27076k|   3.0 |2220M|  63 |   8 |  70 |6147 |  70 |  19 |  14 |3446k|4112 | 0.000000e+00 |      --      |    Inf 
1719.60/1719.62	c  1720s|  9030k|  3239k| 27106k|   3.0 |2223M|  63 |   8 |  70 |6880 |  70 |  19 |  14 |3450k|4112 | 0.000000e+00 |      --      |    Inf 
1721.80/1721.82	c  1722s|  9040k|  3242k| 27136k|   3.0 |2225M|  63 |   - |  70 |6547 |  70 |  19 |  14 |3454k|4112 | 0.000000e+00 |      --      |    Inf 
1724.01/1724.04	c  1724s|  9050k|  3245k| 27166k|   3.0 |2227M|  63 |   - |  70 |6551 |  70 |  19 |  14 |3458k|4112 | 0.000000e+00 |      --      |    Inf 
1726.02/1726.06	c  1726s|  9060k|  3248k| 27195k|   3.0 |2230M|  63 |   8 |  70 |7033 |  70 |  19 |  14 |3462k|4112 | 0.000000e+00 |      --      |    Inf 
1728.30/1728.37	c  1728s|  9070k|  3252k| 27224k|   3.0 |2232M|  63 |   8 |  70 |6275 |  70 |  19 |  14 |3466k|4112 | 0.000000e+00 |      --      |    Inf 
1730.61/1730.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1730.61/1730.62	c  1731s|  9080k|  3255k| 27253k|   3.0 |2235M|  63 |   8 |  70 |6572 |  70 |  19 |  14 |3470k|4112 | 0.000000e+00 |      --      |    Inf 
1732.81/1732.87	c  1733s|  9090k|  3258k| 27284k|   3.0 |2237M|  63 |   8 |  70 |6575 |  70 |  19 |  14 |3474k|4112 | 0.000000e+00 |      --      |    Inf 
1735.01/1735.08	c  1735s|  9100k|  3261k| 27313k|   3.0 |2239M|  63 |   - |  70 |6176 |  70 |  19 |  14 |3478k|4112 | 0.000000e+00 |      --      |    Inf 
1737.21/1737.23	c  1737s|  9110k|  3265k| 27342k|   3.0 |2242M|  63 |   - |  70 |5786 |  70 |  19 |  14 |3482k|4112 | 0.000000e+00 |      --      |    Inf 
1739.51/1739.55	c  1740s|  9120k|  3268k| 27373k|   3.0 |2244M|  63 |   - |  70 |5421 |  70 |  19 |  14 |3486k|4112 | 0.000000e+00 |      --      |    Inf 
1741.71/1741.77	c  1742s|  9130k|  3271k| 27403k|   3.0 |2246M|  63 |   - |  70 |5471 |  70 |  19 |  14 |3490k|4112 | 0.000000e+00 |      --      |    Inf 
1743.80/1743.85	c  1744s|  9140k|  3274k| 27432k|   3.0 |2249M|  63 |   8 |  70 |6275 |  70 |  19 |  14 |3494k|4112 | 0.000000e+00 |      --      |    Inf 
1745.82/1745.89	c  1746s|  9150k|  3278k| 27461k|   3.0 |2251M|  63 |   8 |  70 |6450 |  70 |  19 |  14 |3498k|4112 | 0.000000e+00 |      --      |    Inf 
1747.92/1747.98	c  1748s|  9160k|  3281k| 27490k|   3.0 |2254M|  63 |   - |  70 |6734 |  70 |  19 |  14 |3502k|4112 | 0.000000e+00 |      --      |    Inf 
1750.01/1750.06	c  1750s|  9170k|  3284k| 27519k|   3.0 |2256M|  63 |   8 |  70 |6737 |  70 |  19 |  14 |3506k|4112 | 0.000000e+00 |      --      |    Inf 
1752.21/1752.22	c  1752s|  9180k|  3288k| 27549k|   3.0 |2259M|  63 |   - |  70 |6454 |  70 |  19 |  14 |3510k|4112 | 0.000000e+00 |      --      |    Inf 
1754.31/1754.31	c  1754s|  9190k|  3291k| 27578k|   3.0 |2261M|  63 |   - |  70 |6197 |  70 |  19 |  14 |3514k|4112 | 0.000000e+00 |      --      |    Inf 
1756.60/1756.68	c  1757s|  9200k|  3294k| 27608k|   3.0 |2263M|  63 |   8 |  70 |6172 |  70 |  19 |  14 |3518k|4112 | 0.000000e+00 |      --      |    Inf 
1758.71/1758.73	c  1759s|  9210k|  3298k| 27639k|   3.0 |2266M|  63 |   - |  70 |7706 |  70 |  19 |  14 |3522k|4112 | 0.000000e+00 |      --      |    Inf 
1760.91/1760.98	c  1761s|  9220k|  3301k| 27670k|   3.0 |2268M|  63 |   8 |  70 |7202 |  70 |  19 |  14 |3526k|4112 | 0.000000e+00 |      --      |    Inf 
1763.11/1763.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1763.11/1763.16	c  1763s|  9230k|  3304k| 27699k|   3.0 |2271M|  63 |   8 |  70 |7011 |  70 |  19 |  14 |3530k|4112 | 0.000000e+00 |      --      |    Inf 
1765.41/1765.50	c  1766s|  9240k|  3307k| 27729k|   3.0 |2273M|  63 |   8 |  70 |6136 |  70 |  19 |  14 |3534k|4112 | 0.000000e+00 |      --      |    Inf 
1767.31/1767.30	c  1767s|  9250k|  3311k| 27759k|   3.0 |2276M|  63 |   - |  70 |7542 |  70 |  19 |  14 |3537k|4112 | 0.000000e+00 |      --      |    Inf 
1769.30/1769.34	c  1769s|  9260k|  3315k| 27786k|   3.0 |2278M|  63 |   - |  70 |8543 |  70 |  19 |  14 |3541k|4112 | 0.000000e+00 |      --      |    Inf 
1771.21/1771.24	c  1771s|  9270k|  3319k| 27814k|   3.0 |2281M|  63 |   8 |  70 |8137 |  70 |  19 |  14 |3545k|4112 | 0.000000e+00 |      --      |    Inf 
1773.11/1773.16	c  1773s|  9280k|  3322k| 27843k|   3.0 |2283M|  63 |   - |  70 |8325 |  70 |  19 |  14 |3548k|4112 | 0.000000e+00 |      --      |    Inf 
1775.11/1775.13	c  1775s|  9290k|  3326k| 27871k|   3.0 |2286M|  63 |   - |  70 |9362 |  70 |  19 |  14 |3552k|4112 | 0.000000e+00 |      --      |    Inf 
1777.41/1777.45	c  1777s|  9300k|  3329k| 27900k|   3.0 |2288M|  63 |   8 |  70 |7797 |  70 |  19 |  14 |3556k|4112 | 0.000000e+00 |      --      |    Inf 
1779.71/1779.78	c  1780s|  9310k|  3332k| 27929k|   3.0 |2290M|  63 |   8 |  70 |6978 |  70 |  19 |  14 |3560k|4112 | 0.000000e+00 |      --      |    Inf 
1782.02/1782.10	c  1782s|  9320k|  3335k| 27959k|   3.0 |2292M|  63 |   - |  70 |6982 |  70 |  19 |  14 |3564k|4112 | 0.000000e+00 |      --      |    Inf 
1784.32/1784.38	c  1784s|  9330k|  3339k| 27988k|   3.0 |2295M|  63 |   8 |  70 |6425 |  70 |  19 |  14 |3568k|4112 | 0.000000e+00 |      --      |    Inf 
1786.42/1786.43	c  1786s|  9340k|  3342k| 28019k|   3.0 |2297M|  63 |   8 |  70 |7437 |  70 |  19 |  14 |3572k|4112 | 0.000000e+00 |      --      |    Inf 
1788.62/1788.64	c  1789s|  9350k|  3345k| 28049k|   3.0 |2300M|  63 |   - |  70 |7471 |  70 |  19 |  14 |3576k|4112 | 0.000000e+00 |      --      |    Inf 
1790.82/1790.82	c  1791s|  9360k|  3349k| 28078k|   3.0 |2302M|  63 |   8 |  70 |6987 |  70 |  19 |  14 |3580k|4112 | 0.000000e+00 |      --      |    Inf 
1792.91/1792.97	c  1793s|  9370k|  3352k| 28108k|   3.0 |2304M|  63 |   8 |  70 |6899 |  70 |  19 |  14 |3584k|4112 | 0.000000e+00 |      --      |    Inf 
1794.91/1794.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1794.91/1794.99	c  1795s|  9380k|  3356k| 28137k|   3.0 |2307M|  63 |   - |  70 |7048 |  70 |  19 |  14 |3588k|4112 | 0.000000e+00 |      --      |    Inf 
1796.71/1796.79	c  1797s|  9390k|  3360k| 28166k|   3.0 |2310M|  63 |   8 |  70 |8007 |  70 |  19 |  14 |3591k|4112 | 0.000000e+00 |      --      |    Inf 
1798.71/1798.78	c  1799s|  9400k|  3364k| 28195k|   3.0 |2312M|  63 |   - |  70 |8382 |  70 |  19 |  14 |3595k|4112 | 0.000000e+00 |      --      |    Inf 
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Solving Time (sec) : 1800.00
1800.01/1800.00	c Solving Nodes      : 9406402
1800.01/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.01/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.00	s UNKNOWN
1800.01/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.00	c Total Time         :    1800.00
1800.01/1800.00	c   solving          :    1800.00
1800.01/1800.00	c   presolving       :       0.01 (included in solving)
1800.01/1800.00	c   reading          :       0.00 (included in solving)
1800.01/1800.00	c Original Problem   :
1800.01/1800.00	c   Problem name     : HOME/instance-3452528-1307097038.opb
1800.01/1800.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 17 initial, 17 maximal
1800.01/1800.00	c Presolved Problem  :
1800.01/1800.00	c   Problem name     : t_HOME/instance-3452528-1307097038.opb
1800.01/1800.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.00	c   Constraints      : 8 initial, 9633 maximal
1800.01/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.01/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1800.01/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1800.01/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.01/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   integral         :          0          0          0    6403867          0          4          0        344       1393          0          0   12804462
1800.01/1800.00	c   linear           :          8          6   19537994          0          0          3    1178917      66009    2062630          0          0          0
1800.01/1800.00	c   logicor          :          0+         6    8533440          0          0          0    4528153       4935    2732956          0          0          0
1800.01/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.01/1800.00	c   integral         :      38.41       0.00       0.00      38.41       0.00       0.00       0.00
1800.01/1800.00	c   linear           :      83.94       0.00      80.29       0.00       0.00       0.00       3.65
1800.01/1800.00	c   logicor          :     271.77       0.00     262.88       0.00       0.00       0.00       8.89
1800.01/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.01/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.01/1800.00	c   vbounds          :          0          0          0          0
1800.01/1800.00	c   rootredcost      :          0          0          0          0
1800.01/1800.00	c   pseudoobj        :          0          0          0          0
1800.01/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.01/1800.00	c   vbounds          :       2.94       2.94       0.00
1800.01/1800.00	c   rootredcost      :       3.17       3.17       0.00
1800.01/1800.00	c   pseudoobj        :       2.28       2.28       0.00
1800.01/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.00	c   propagation      :       5.01      70944      67749     245866       51.1         45       38.8          -
1800.01/1800.00	c   infeasible LP    :      91.68    2949341    2949253    5309983       32.0      35145       36.6          0
1800.01/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.00	c   applied globally :          -          -          -    2983593       26.2          -          -          -
1800.01/1800.00	c   applied locally  :          -          -          -     614015       37.6          -          -          -
1800.01/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.00	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 42)
1800.01/1800.00	c   redcost          :       8.14    6403872          0          0          0          0
1800.01/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.00	c   gomory           :       0.00          6          0          0          0          0
1800.01/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.01/1800.00	c   strongcg         :       0.00          6          0          0         14          0
1800.01/1800.00	c   cmir             :       0.01          6          0          0         14          0
1800.01/1800.00	c   flowcover        :       0.01          6          0          0         21          0
1800.01/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.01/1800.00	c   rapidlearning    :       0.01          1          0          0          0          0
1800.01/1800.00	c Pricers            :       Time      Calls       Vars
1800.01/1800.00	c   problem variables:       0.00          0          0
1800.01/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   relpscost        :      35.22    6403867        344       1393          0          0   12804462
1800.01/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.00	c   LP solutions     :       0.00          -          0
1800.01/1800.00	c   pseudo solutions :       0.00          -          0
1800.01/1800.00	c   oneopt           :       2.47          0          0
1800.01/1800.00	c   crossover        :       1.50          0          0
1800.01/1800.00	c   guideddiving     :       0.16          0          0
1800.01/1800.00	c   linesearchdiving :       0.14         42          0
1800.01/1800.00	c   feaspump         :       0.13         21          0
1800.01/1800.00	c   coefdiving       :       0.14         43          0
1800.01/1800.00	c   pscostdiving     :       0.16         43          0
1800.01/1800.00	c   fracdiving       :       0.16         43          0
1800.01/1800.00	c   veclendiving     :       0.15         43          0
1800.01/1800.00	c   objpscostdiving  :       0.13         22          0
1800.01/1800.00	c   rootsoldiving    :       0.13         22          0
1800.01/1800.00	c   trivial          :       0.00          2          0
1800.01/1800.00	c   shiftandpropagate:       0.00          1          0
1800.01/1800.00	c   simplerounding   :       1.09          0          0
1800.01/1800.00	c   zirounding       :      20.43          0          0
1800.01/1800.00	c   rounding         :       2.89      35815          0
1800.01/1800.00	c   shifting         :       4.14      11300          0
1800.01/1800.00	c   intshifting      :       0.10          0          0
1800.01/1800.00	c   twoopt           :       0.00          0          0
1800.01/1800.00	c   fixandinfer      :       0.00          0          0
1800.01/1800.00	c   clique           :       0.00          0          0
1800.01/1800.00	c   intdiving        :       0.00          0          0
1800.01/1800.00	c   actconsdiving    :       0.00          0          0
1800.01/1800.00	c   octane           :       0.00          0          0
1800.01/1800.00	c   rens             :       0.01          1          0
1800.01/1800.00	c   rins             :       0.00          0          0
1800.01/1800.00	c   localbranching   :       0.00          0          0
1800.01/1800.00	c   mutation         :       0.00          0          0
1800.01/1800.00	c   dins             :       0.00          0          0
1800.01/1800.00	c   vbounds          :       0.00          0          0
1800.01/1800.00	c   undercover       :       0.00          0          0
1800.01/1800.00	c   subnlp           :       1.23          0          0
1800.01/1800.00	c   trysol           :       1.71          0          0
1800.01/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.00	c   dual LP          :     565.53    9182889   28209775       3.07   49882.28
1800.01/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.00	c   diving/probing LP:       0.11       2003       4360       2.18   40069.11
1800.01/1800.00	c   strong branching :       0.52       4112      25867       6.29   49972.95
1800.01/1800.00	c     (at root node) :          -          9        278      30.89          -
1800.01/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.00	c B&B Tree           :
1800.01/1800.00	c   number of runs   :          1
1800.01/1800.00	c   nodes            :    9406402
1800.01/1800.00	c   nodes (total)    :    9406402
1800.01/1800.00	c   nodes left       :    3366457
1800.01/1800.00	c   max depth        :         63
1800.01/1800.00	c   max depth (total):         63
1800.01/1800.00	c   backtracks       :     913338 (9.7%)
1800.01/1800.00	c   delayed cutoffs  :      31604
1800.01/1800.00	c   repropagations   :    7218978 (2784303 domain reductions, 15874 cutoffs)
1800.01/1800.00	c   avg switch length:       5.60
1800.01/1800.00	c   switching time   :     395.96
1800.01/1800.00	c Solution           :
1800.01/1800.00	c   Solutions found  :          0 (0 improvements)
1800.01/1800.00	c   Primal Bound     :          -
1800.01/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.00	c   Gap              :   infinite
1800.01/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/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-3452528-1307097038/watcher-3452528-1307097038 -o /tmp/evaluation-result-3452528-1307097038/solver-3452528-1307097038 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452528-1307097038.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.97 2/373 9486
/proc/meminfo: memFree=21739456/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=16292 CPUtime=0 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 3108 0 0 0 0 0 0 0 25 0 1 0 821304213 16683008 2804 33554432000 4194304 9128323 140735563327072 18446744073709551615 5237499 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 4073 2804 524 1205 0 2864 0

[startup+0.105421 s]
/proc/loadavg: 1.92 1.98 1.97 2/373 9486
/proc/meminfo: memFree=21739456/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=23252 CPUtime=0.09 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 6261 0 0 0 9 0 0 0 25 0 1 0 821304213 23810048 4781 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 5813 4781 721 1205 0 4604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23252

[startup+0.200406 s]
/proc/loadavg: 1.92 1.98 1.97 2/373 9486
/proc/meminfo: memFree=21739456/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=23252 CPUtime=0.19 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 6261 0 0 0 18 1 0 0 25 0 1 0 821304213 23810048 4781 33554432000 4194304 9128323 140735563327072 18446744073709551615 5872530 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 5813 4781 721 1205 0 4604 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23252

[startup+0.300391 s]
/proc/loadavg: 1.92 1.98 1.97 2/373 9486
/proc/meminfo: memFree=21739456/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=23252 CPUtime=0.29 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 6264 0 0 0 28 1 0 0 25 0 1 0 821304213 23810048 4784 33554432000 4194304 9128323 140735563327072 18446744073709551615 5876034 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 5813 4784 723 1205 0 4604 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23252

[startup+0.700317 s]
/proc/loadavg: 1.92 1.98 1.97 2/373 9486
/proc/meminfo: memFree=21739456/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=23252 CPUtime=0.69 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 6271 0 0 0 67 2 0 0 25 0 1 0 821304213 23810048 4791 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 5813 4791 723 1205 0 4604 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23252

[startup+1.50017 s]
/proc/loadavg: 1.92 1.98 1.97 3/374 9487
/proc/meminfo: memFree=21720724/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=23252 CPUtime=1.49 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 6303 0 0 0 144 5 0 0 25 0 1 0 821304213 23810048 4823 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 5813 4823 723 1205 0 4604 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23252

[startup+3.10087 s]
/proc/loadavg: 1.92 1.98 1.97 2/372 9488
/proc/meminfo: memFree=22844548/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=25136 CPUtime=3.09 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 6686 0 0 0 299 10 0 0 25 0 1 0 821304213 25739264 5206 33554432000 4194304 9128323 140735563327072 18446744073709551615 4794730 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 6284 5206 723 1205 0 5075 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25136

[startup+6.30029 s]
/proc/loadavg: 1.93 1.98 1.97 3/374 9515
/proc/meminfo: memFree=22819568/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=31244 CPUtime=6.29 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 8251 0 0 0 608 21 0 0 25 0 1 0 821304213 31993856 6771 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 7811 6771 723 1205 0 6602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31244

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.97 3/374 9515
/proc/meminfo: memFree=22805072/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=44692 CPUtime=12.66 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 11681 0 0 0 1225 41 0 0 25 0 1 0 821304213 45764608 10201 33554432000 4194304 9128323 140735563327072 18446744073709551615 4240144 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 11173 10201 723 1205 0 9964 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 44692

[startup+25.5008 s]
/proc/loadavg: 1.95 1.98 1.97 3/374 9515
/proc/meminfo: memFree=22775076/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=71812 CPUtime=25.47 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 18057 0 0 0 2463 84 0 0 25 0 1 0 821304213 73535488 16577 33554432000 4194304 9128323 140735563327072 18446744073709551615 6525049 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 17953 16577 723 1205 0 16744 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 71812

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.97 3/374 9516
/proc/meminfo: memFree=22721816/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=117148 CPUtime=51.06 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 29642 0 0 0 4940 166 0 0 25 0 1 0 821304213 119959552 28162 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 29287 28162 723 1205 0 28078 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 117148

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.97 3/374 9517
/proc/meminfo: memFree=22618592/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=205932 CPUtime=102.27 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 51277 0 0 0 9893 334 0 0 25 0 1 0 821304213 210874368 49797 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 51483 49797 723 1205 0 50274 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 205932

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/374 9519
/proc/meminfo: memFree=22517644/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=299088 CPUtime=162.26 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 75142 0 0 0 15706 520 0 0 25 0 1 0 821304213 306266112 73662 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 74772 73662 723 1205 0 73563 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 299088

[startup+222.314 s]
/proc/loadavg: 1.99 1.98 1.97 3/374 9521
/proc/meminfo: memFree=22417068/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=398140 CPUtime=222.28 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 98315 0 0 0 21526 702 0 0 25 0 1 0 821304213 407695360 96835 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 99535 96835 723 1205 0 98326 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 398140

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/374 9522
/proc/meminfo: memFree=22326884/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=480644 CPUtime=282.27 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 119465 0 0 0 27362 865 0 0 25 0 1 0 821304213 492179456 117985 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 120161 117985 723 1205 0 118952 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 480644

[startup+342.301 s]
/proc/loadavg: 2.03 2.00 1.98 3/374 9524
/proc/meminfo: memFree=22236224/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=569192 CPUtime=342.26 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 142079 0 0 0 33193 1033 0 0 25 0 1 0 821304213 582852608 140599 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 142298 140599 723 1205 0 141089 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 569192

[startup+402.301 s]
/proc/loadavg: 2.12 2.03 1.99 3/374 9525
/proc/meminfo: memFree=22153504/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=650124 CPUtime=402.27 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 162781 0 0 0 39027 1200 0 0 25 0 1 0 821304213 665726976 161301 33554432000 4194304 9128323 140735563327072 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 162531 161301 723 1205 0 161322 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 650124

[startup+462.301 s]
/proc/loadavg: 2.04 2.02 1.99 3/374 9527
/proc/meminfo: memFree=22067916/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=749096 CPUtime=462.27 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 183810 0 0 0 44858 1369 0 0 25 0 1 0 821304213 767074304 182330 33554432000 4194304 9128323 140735563327072 18446744073709551615 4728420 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 187274 182330 723 1205 0 186065 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 749096

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 1.99 3/374 9529
/proc/meminfo: memFree=21988908/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=827532 CPUtime=522.28 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 203787 0 0 0 50695 1533 0 0 25 0 1 0 821304213 847392768 202307 33554432000 4194304 9128323 140735563327072 18446744073709551615 4240338 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 206883 202307 723 1205 0 205674 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 827532

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/374 9530
/proc/meminfo: memFree=21903948/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=907820 CPUtime=582.28 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 224392 0 0 0 56535 1693 0 0 25 0 1 0 821304213 929607680 222912 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 226955 222912 723 1205 0 225746 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 907820

[startup+642.301 s]

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

[startup+882.314 s]
/proc/loadavg: 2.05 2.01 2.00 3/374 9538
/proc/meminfo: memFree=21491160/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1287888 CPUtime=882.3 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 321577 0 0 0 85765 2465 0 0 25 0 1 0 821304213 1318797312 320097 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 321972 320097 723 1205 0 320763 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1287888

[startup+942.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/374 9540
/proc/meminfo: memFree=21414764/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1361352 CPUtime=942.29 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 340075 0 0 0 91605 2624 0 0 25 0 1 0 821304213 1394024448 338595 33554432000 4194304 9128323 140735563327072 18446744073709551615 5321300 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 340338 338595 723 1205 0 339129 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1361352

[startup+1002.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/374 9541
/proc/meminfo: memFree=21338984/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1463308 CPUtime=1002.28 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 357875 0 0 0 97456 2772 0 0 25 0 1 0 821304213 1498427392 356395 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 365827 356395 723 1205 0 364618 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1463308

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/374 9543
/proc/meminfo: memFree=21261356/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1537096 CPUtime=1062.29 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 376829 0 0 0 103303 2926 0 0 25 0 1 0 821304213 1573986304 375349 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 384274 375349 723 1205 0 383065 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1537096

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 9545
/proc/meminfo: memFree=21189796/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1605252 CPUtime=1122.29 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 394431 0 0 0 109158 3071 0 0 25 0 1 0 821304213 1643778048 392951 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 401313 392951 723 1205 0 400104 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1605252

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 9546
/proc/meminfo: memFree=21116868/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1678636 CPUtime=1182.29 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 412816 0 0 0 115007 3222 0 0 25 0 1 0 821304213 1718923264 411336 33554432000 4194304 9128323 140735563327072 18446744073709551615 6807056 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 419659 411336 723 1205 0 418450 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1678636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 9548
/proc/meminfo: memFree=21044300/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1747892 CPUtime=1242.29 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 430648 0 0 0 120863 3366 0 0 25 0 1 0 821304213 1789841408 429168 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 436973 429168 723 1205 0 435764 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 1747892

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9549
/proc/meminfo: memFree=20967396/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1818112 CPUtime=1302.29 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 448729 0 0 0 126720 3509 0 0 25 0 1 0 821304213 1861746688 447249 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 454528 447249 723 1205 0 453319 0
Current children cumulated CPU time (s) 1302.29
Current children cumulated vsize (KiB) 1818112

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9551
/proc/meminfo: memFree=20896076/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1888912 CPUtime=1362.3 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 466894 0 0 0 132576 3654 0 0 25 0 1 0 821304213 1934245888 465414 33554432000 4194304 9128323 140735563327072 18446744073709551615 6807060 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 472228 465414 723 1205 0 471019 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 1888912

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/374 9553
/proc/meminfo: memFree=20825512/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=1958720 CPUtime=1422.31 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 484267 0 0 0 138433 3798 0 0 25 0 1 0 821304213 2005729280 482787 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 489680 482787 723 1205 0 488471 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 1958720

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/374 9554
/proc/meminfo: memFree=20754072/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=2028316 CPUtime=1482.3 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 502172 0 0 0 144281 3949 0 0 25 0 1 0 821304213 2076995584 500692 33554432000 4194304 9128323 140735563327072 18446744073709551615 6807071 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 507079 500692 723 1205 0 505870 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 2028316

[startup+1542.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/374 9556
/proc/meminfo: memFree=20684864/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=2095100 CPUtime=1542.31 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 519353 0 0 0 150145 4086 0 0 25 0 1 0 821304213 2145382400 517873 33554432000 4194304 9128323 140735563327072 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 523775 517873 723 1205 0 522566 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 2095100

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/374 9557
/proc/meminfo: memFree=20619492/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=2159388 CPUtime=1602.3 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 535894 0 0 0 156000 4230 0 0 25 0 1 0 821304213 2211213312 534414 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 539847 534414 723 1205 0 538638 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 2159388

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 9559
/proc/meminfo: memFree=20546560/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=2229416 CPUtime=1662.31 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 553889 0 0 0 161864 4367 0 0 25 0 1 0 821304213 2282921984 552409 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 557354 552409 723 1205 0 556145 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 2229416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9561
/proc/meminfo: memFree=20482808/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=2294768 CPUtime=1722.31 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 570056 0 0 0 167724 4507 0 0 25 0 1 0 821304213 2349842432 568576 33554432000 4194304 9128323 140735563327072 18446744073709551615 6807071 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 573692 568576 723 1205 0 572483 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 2294768

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9562
/proc/meminfo: memFree=20413972/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=2359176 CPUtime=1782.31 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 586597 0 0 0 173588 4643 0 0 25 0 1 0 821304213 2415796224 585117 33554432000 4194304 9128323 140735563327072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9486/statm: 589794 585117 723 1205 0 588585 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 2359176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9563
/proc/meminfo: memFree=20389912/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=2383756 CPUtime=1800.02 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 592910 0 0 0 175315 4687 0 0 18 0 1 0 821304213 2440966144 591430 33554432000 4194304 9128323 140735563327072 18446744073709551615 5320776 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9486/statm: 595939 591430 724 1205 0 594730 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2383756

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

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

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 9563
/proc/meminfo: memFree=20389912/32951124 swapFree=37148216/67111528
[pid=9486] ppid=9484 vsize=2383756 CPUtime=1800.02 cores=0,2,4,6
/proc/9486/stat : 9486 (scip-2.0.1.4.li) R 9484 9486 9067 0 -1 4202496 592910 0 0 0 175315 4687 0 0 18 0 1 0 821304213 2440966144 591430 33554432000 4194304 9128323 140735563327072 18446744073709551615 5320776 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9486/statm: 595939 591430 724 1205 0 594730 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2383756

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.1
CPU time (s): 1800.12
CPU user time (s): 1753.16
CPU system time (s): 46.9619
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2383756

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

runsolver used 6.92895 second user time and 14.3958 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-03 12:30:38
IDJOB=3452528
IDBENCH=2922
IDSOLVER=1949
FILE ID=node104/3452528-1307097038
RUNJOBID= node104-1307093433-9085
PBS_JOBID= 13497995
Free space on /tmp= 73932 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. 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.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452528-1307097038/watcher-3452528-1307097038 -o /tmp/evaluation-result-3452528-1307097038/solver-3452528-1307097038 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452528-1307097038.opb -t 1800 -m 15500

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

MD5SUM BENCH= d78f5121f87a7bad7fc74d5d3eacc32f
RANDOM SEED=1641851796

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21739736 kB
Buffers:        412532 kB
Cached:        7563312 kB
SwapCached:     163904 kB
Active:        4887832 kB
Inactive:      5986196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21739736 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:           12136 kB
Writeback:           0 kB
AnonPages:     2757812 kB
Mapped:          13944 kB
Slab:           180504 kB
PageTables:      91244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88857312 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= 73920 MiB
End job on node104 at 2011-06-03 13:00:40