Trace number 3485346

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)? (TO) 1800.16 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.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485346-1307774835.opb>
0.00/0.00	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 9 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c       8 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.4
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    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.03/0.04	c   0.0s|     1 |     0 |   161 |     - | 455k|   0 |  14 |  70 |  23 |  70 |  16 |   8 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.05	c   0.0s|     1 |     0 |   167 |     - | 473k|   0 |  16 |  70 |  23 |  70 |  19 |  11 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.05	c   0.1s|     1 |     0 |   168 |     - | 474k|   0 |  17 |  70 |  23 |  70 |  20 |  12 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.06	c   0.1s|     1 |     0 |   173 |     - | 475k|   0 |  18 |  70 |  23 |  70 |  21 |  13 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |   174 |     - | 477k|   0 |  19 |  70 |  23 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.08	c   0.1s|     1 |     2 |   174 |     - | 478k|   0 |  19 |  70 |  23 |  70 |  22 |  14 |  15 |   9 | 0.000000e+00 |      --      |    Inf 
1.79/1.85	c   1.9s| 10000 |  5700 | 31214 |   3.1 |4142k|  61 |   - |  70 |2046 |  70 |  19 |  14 |2561 | 667 | 0.000000e+00 |      --      |    Inf 
3.49/3.59	c   3.6s| 20000 | 10647 | 62958 |   3.1 |6948k|  61 |   - |  70 |1747 |  70 |  19 |  14 |5534 | 908 | 0.000000e+00 |      --      |    Inf 
5.19/5.23	c   5.2s| 30000 | 15607 | 94629 |   3.1 |9628k|  62 |   8 |  70 |1424 |  70 |  19 |  14 |8484 |1090 | 0.000000e+00 |      --      |    Inf 
6.79/6.87	c   6.9s| 40000 | 20289 |125563 |   3.1 |  12M|  62 |   8 |  70 |1963 |  70 |  19 |  14 |  11k|1220 | 0.000000e+00 |      --      |    Inf 
8.49/8.54	c   8.5s| 50000 | 24848 |156688 |   3.1 |  15M|  62 |   8 |  70 |1945 |  70 |  19 |  14 |  14k|1338 | 0.000000e+00 |      --      |    Inf 
10.09/10.19	c  10.2s| 60000 | 29240 |188760 |   3.1 |  17M|  62 |   - |  70 |2240 |  70 |  19 |  14 |  18k|1443 | 0.000000e+00 |      --      |    Inf 
11.79/11.87	c  11.9s| 70000 | 33639 |220502 |   3.1 |  20M|  62 |   8 |  70 |2436 |  70 |  19 |  14 |  21k|1515 | 0.000000e+00 |      --      |    Inf 
13.49/13.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.49/13.58	c  13.6s| 80000 | 38012 |252722 |   3.2 |  23M|  62 |   8 |  70 |2410 |  70 |  19 |  14 |  24k|1599 | 0.000000e+00 |      --      |    Inf 
15.19/15.30	c  15.3s| 90000 | 42352 |285215 |   3.2 |  25M|  62 |   - |  70 |2553 |  70 |  19 |  14 |  28k|1657 | 0.000000e+00 |      --      |    Inf 
16.89/16.95	c  16.9s|100000 | 46534 |317696 |   3.2 |  28M|  62 |   8 |  70 |2524 |  70 |  19 |  14 |  31k|1711 | 0.000000e+00 |      --      |    Inf 
18.59/18.63	c  18.6s|110000 | 50729 |349493 |   3.2 |  31M|  62 |   8 |  70 |2837 |  70 |  19 |  14 |  35k|1756 | 0.000000e+00 |      --      |    Inf 
20.29/20.34	c  20.3s|120000 | 54978 |381474 |   3.2 |  33M|  62 |   8 |  70 |3022 |  70 |  19 |  14 |  38k|1796 | 0.000000e+00 |      --      |    Inf 
22.00/22.01	c  22.0s|130000 | 59314 |412131 |   3.2 |  36M|  62 |   8 |  70 |3001 |  70 |  19 |  14 |  41k|1842 | 0.000000e+00 |      --      |    Inf 
23.69/23.73	c  23.7s|140000 | 63186 |444425 |   3.2 |  39M|  62 |   8 |  70 |3041 |  70 |  19 |  14 |  45k|1869 | 0.000000e+00 |      --      |    Inf 
25.39/25.47	c  25.5s|150000 | 67281 |476073 |   3.2 |  41M|  62 |   8 |  70 |3344 |  70 |  19 |  14 |  49k|1900 | 0.000000e+00 |      --      |    Inf 
27.19/27.20	c  27.2s|160000 | 71471 |508210 |   3.2 |  44M|  62 |   - |  70 |3443 |  70 |  19 |  14 |  52k|1924 | 0.000000e+00 |      --      |    Inf 
28.89/28.96	c  29.0s|170000 | 75435 |540424 |   3.2 |  47M|  62 |   8 |  70 |3250 |  70 |  19 |  14 |  56k|1962 | 0.000000e+00 |      --      |    Inf 
30.59/30.67	c  30.7s|180000 | 79329 |571261 |   3.2 |  49M|  63 |   - |  70 |3671 |   0 |   0 |  14 |  59k|1988 | 0.000000e+00 |      --      |    Inf 
32.39/32.45	c  32.4s|190000 | 83345 |602888 |   3.2 |  52M|  63 |   8 |  70 |3444 |  70 |  19 |  14 |  63k|2023 | 0.000000e+00 |      --      |    Inf 
34.19/34.23	c  34.2s|200000 | 87218 |634225 |   3.2 |  54M|  63 |   8 |  70 |3463 |  70 |  19 |  14 |  67k|2048 | 0.000000e+00 |      --      |    Inf 
35.89/35.92	c  35.9s|210000 | 91225 |666119 |   3.2 |  57M|  63 |   8 |  70 |3986 |  70 |  19 |  14 |  70k|2074 | 0.000000e+00 |      --      |    Inf 
37.59/37.64	c  37.6s|220000 | 95228 |698280 |   3.2 |  59M|  63 |   8 |  70 |3606 |  70 |  19 |  14 |  74k|2113 | 0.000000e+00 |      --      |    Inf 
39.39/39.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.39/39.41	c  39.4s|230000 | 99115 |730459 |   3.2 |  62M|  63 |   - |  70 |3440 |  70 |  19 |  14 |  78k|2139 | 0.000000e+00 |      --      |    Inf 
41.09/41.19	c  41.2s|240000 |103003 |761585 |   3.2 |  65M|  63 |   8 |  70 |3528 |  70 |  19 |  14 |  81k|2169 | 0.000000e+00 |      --      |    Inf 
42.79/42.89	c  42.9s|250000 |107009 |793141 |   3.2 |  67M|  63 |   8 |  70 |3733 |  70 |  19 |  14 |  85k|2200 | 0.000000e+00 |      --      |    Inf 
44.59/44.62	c  44.6s|260000 |110835 |824259 |   3.2 |  70M|  63 |   - |  70 |4106 |  70 |  19 |  14 |  89k|2224 | 0.000000e+00 |      --      |    Inf 
46.29/46.34	c  46.3s|270000 |114928 |855052 |   3.2 |  72M|  63 |   - |  70 |4095 |  70 |  19 |  14 |  92k|2248 | 0.000000e+00 |      --      |    Inf 
48.09/48.16	c  48.2s|280000 |118939 |886723 |   3.2 |  75M|  63 |   - |  70 |3685 |  70 |  19 |  14 |  95k|2278 | 0.000000e+00 |      --      |    Inf 
49.90/49.97	c  50.0s|290000 |122713 |917930 |   3.2 |  77M|  63 |   - |  70 |3468 |  70 |  19 |  14 |  99k|2295 | 0.000000e+00 |      --      |    Inf 
51.39/51.46	c  51.5s|300000 |127981 |946211 |   3.2 |  80M|  63 |   8 |  70 |4548 |  70 |  19 |  14 | 102k|2306 | 0.000000e+00 |      --      |    Inf 
53.09/53.16	c  53.2s|310000 |131993 |975865 |   3.1 |  83M|  63 |   8 |  70 |4933 |  70 |  19 |  14 | 106k|2318 | 0.000000e+00 |      --      |    Inf 
54.79/54.85	c  54.8s|320000 |136254 |  1005k|   3.1 |  86M|  63 |   8 |  70 |5516 |  70 |  19 |  14 | 109k|2328 | 0.000000e+00 |      --      |    Inf 
56.59/56.68	c  56.7s|330000 |140309 |  1036k|   3.1 |  88M|  63 |   - |  70 |4332 |  70 |  19 |  14 | 113k|2339 | 0.000000e+00 |      --      |    Inf 
58.49/58.57	c  58.6s|340000 |144059 |  1067k|   3.1 |  91M|  63 |   8 |  70 |3595 |  70 |  19 |  14 | 116k|2351 | 0.000000e+00 |      --      |    Inf 
60.29/60.39	c  60.4s|350000 |147891 |  1099k|   3.1 |  93M|  63 |   - |  70 |3809 |  70 |  19 |  14 | 120k|2362 | 0.000000e+00 |      --      |    Inf 
62.19/62.22	c  62.2s|360000 |151666 |  1131k|   3.1 |  96M|  63 |   8 |  70 |3777 |  70 |  19 |  14 | 124k|2373 | 0.000000e+00 |      --      |    Inf 
63.89/63.94	c  63.9s|370000 |155791 |  1161k|   3.1 |  98M|  63 |   - |  70 |4034 |  70 |  19 |  14 | 127k|2386 | 0.000000e+00 |      --      |    Inf 
65.70/65.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.70/65.72	c  65.7s|380000 |159879 |  1191k|   3.1 | 101M|  63 |   8 |  70 |3869 |  70 |  19 |  14 | 131k|2396 | 0.000000e+00 |      --      |    Inf 
67.49/67.54	c  67.5s|390000 |163903 |  1223k|   3.1 | 103M|  63 |   8 |  70 |3943 |  70 |  19 |  14 | 134k|2408 | 0.000000e+00 |      --      |    Inf 
69.19/69.28	c  69.3s|400000 |167913 |  1253k|   3.1 | 106M|  63 |   8 |  70 |4073 |  70 |  19 |  14 | 138k|2419 | 0.000000e+00 |      --      |    Inf 
70.99/71.03	c  71.0s|410000 |171906 |  1284k|   3.1 | 109M|  63 |   - |  70 |4627 |  70 |  19 |  14 | 141k|2428 | 0.000000e+00 |      --      |    Inf 
72.89/72.90	c  72.9s|420000 |175850 |  1315k|   3.1 | 111M|  63 |   8 |  70 |3730 |  70 |  19 |  14 | 145k|2444 | 0.000000e+00 |      --      |    Inf 
74.70/74.73	c  74.7s|430000 |179749 |  1346k|   3.1 | 114M|  63 |   - |  70 |3937 |  70 |  19 |  14 | 149k|2462 | 0.000000e+00 |      --      |    Inf 
76.49/76.59	c  76.6s|440000 |183540 |  1378k|   3.1 | 116M|  63 |   - |  70 |4068 |  70 |  19 |  14 | 152k|2485 | 0.000000e+00 |      --      |    Inf 
78.29/78.36	c  78.4s|450000 |187699 |  1409k|   3.1 | 119M|  63 |   8 |  70 |4539 |  70 |  19 |  14 | 156k|2507 | 0.000000e+00 |      --      |    Inf 
79.99/80.08	c  80.1s|460000 |191866 |  1440k|   3.1 | 122M|  63 |   8 |  70 |4732 |  70 |  19 |  14 | 160k|2522 | 0.000000e+00 |      --      |    Inf 
81.80/81.85	c  81.8s|470000 |196067 |  1470k|   3.1 | 124M|  63 |   8 |  70 |4693 |  70 |  19 |  14 | 163k|2544 | 0.000000e+00 |      --      |    Inf 
83.49/83.57	c  83.6s|480000 |200288 |  1501k|   3.1 | 127M|  63 |   8 |  70 |4657 |  70 |  19 |  14 | 166k|2567 | 0.000000e+00 |      --      |    Inf 
85.39/85.45	c  85.5s|490000 |204071 |  1532k|   3.1 | 129M|  63 |   8 |  70 |3891 |  70 |  19 |  14 | 170k|2582 | 0.000000e+00 |      --      |    Inf 
87.09/87.16	c  87.2s|500000 |208222 |  1562k|   3.1 | 132M|  63 |   8 |  70 |4506 |  70 |  19 |  14 | 174k|2604 | 0.000000e+00 |      --      |    Inf 
88.89/88.98	c  89.0s|510000 |212083 |  1593k|   3.1 | 134M|  63 |   8 |  70 |4251 |  70 |  19 |  14 | 177k|2610 | 0.000000e+00 |      --      |    Inf 
90.79/90.80	c  90.8s|520000 |216158 |  1624k|   3.1 | 137M|  63 |   8 |  70 |4409 |  70 |  19 |  14 | 181k|2621 | 0.000000e+00 |      --      |    Inf 
92.60/92.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.60/92.62	c  92.6s|530000 |220304 |  1655k|   3.1 | 139M|  63 |   8 |  70 |3808 |  70 |  19 |  14 | 184k|2628 | 0.000000e+00 |      --      |    Inf 
94.29/94.33	c  94.3s|540000 |224511 |  1686k|   3.1 | 142M|  63 |   8 |  70 |3188 |  70 |  19 |  14 | 188k|2638 | 0.000000e+00 |      --      |    Inf 
95.89/95.97	c  96.0s|550000 |228855 |  1717k|   3.1 | 144M|  63 |   8 |  70 |4303 |  70 |  19 |  14 | 191k|2650 | 0.000000e+00 |      --      |    Inf 
97.59/97.69	c  97.7s|560000 |233108 |  1748k|   3.1 | 147M|  63 |   - |  70 |3781 |  70 |  19 |  14 | 195k|2665 | 0.000000e+00 |      --      |    Inf 
99.39/99.42	c  99.4s|570000 |237245 |  1778k|   3.1 | 150M|  63 |   8 |  70 |4507 |  70 |  19 |  14 | 198k|2677 | 0.000000e+00 |      --      |    Inf 
101.20/101.25	c   101s|580000 |241219 |  1808k|   3.1 | 152M|  63 |   8 |  70 |4051 |  70 |  19 |  14 | 202k|2690 | 0.000000e+00 |      --      |    Inf 
103.09/103.10	c   103s|590000 |244909 |  1839k|   3.1 | 155M|  63 |   8 |  70 |4128 |  70 |  19 |  14 | 205k|2696 | 0.000000e+00 |      --      |    Inf 
104.90/104.90	c   105s|600000 |248867 |  1871k|   3.1 | 157M|  63 |   8 |  70 |4078 |  70 |  19 |  14 | 209k|2703 | 0.000000e+00 |      --      |    Inf 
106.70/106.78	c   107s|610000 |252411 |  1901k|   3.1 | 160M|  63 |   8 |  70 |4324 |  70 |  19 |  14 | 213k|2715 | 0.000000e+00 |      --      |    Inf 
108.49/108.56	c   109s|620000 |256465 |  1932k|   3.1 | 162M|  63 |   - |  70 |4631 |  70 |  19 |  14 | 216k|2721 | 0.000000e+00 |      --      |    Inf 
110.29/110.34	c   110s|630000 |260395 |  1963k|   3.1 | 165M|  63 |   8 |  70 |4998 |  70 |  19 |  14 | 220k|2731 | 0.000000e+00 |      --      |    Inf 
112.20/112.24	c   112s|640000 |264359 |  1994k|   3.1 | 167M|  63 |   - |  70 |4546 |  70 |  19 |  14 | 224k|2738 | 0.000000e+00 |      --      |    Inf 
114.09/114.12	c   114s|650000 |268207 |  2025k|   3.1 | 170M|  63 |   8 |  70 |4556 |  70 |  19 |  14 | 227k|2744 | 0.000000e+00 |      --      |    Inf 
115.89/115.90	c   116s|660000 |272137 |  2055k|   3.1 | 173M|  63 |   - |  70 |4963 |  70 |  19 |  14 | 231k|2754 | 0.000000e+00 |      --      |    Inf 
117.70/117.71	c   118s|670000 |276227 |  2085k|   3.1 | 175M|  63 |   - |  70 |4686 |  70 |  19 |  14 | 235k|2761 | 0.000000e+00 |      --      |    Inf 
119.50/119.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.50/119.58	c   120s|680000 |280031 |  2115k|   3.1 | 178M|  63 |   8 |  70 |4542 |  70 |  19 |  14 | 238k|2768 | 0.000000e+00 |      --      |    Inf 
121.39/121.41	c   121s|690000 |284061 |  2146k|   3.1 | 180M|  63 |   8 |  70 |4506 |  70 |  19 |  14 | 242k|2776 | 0.000000e+00 |      --      |    Inf 
123.10/123.17	c   123s|700000 |288155 |  2177k|   3.1 | 183M|  63 |   8 |  70 |4812 |  70 |  19 |  14 | 245k|2785 | 0.000000e+00 |      --      |    Inf 
125.00/125.08	c   125s|710000 |292088 |  2206k|   3.1 | 185M|  63 |   8 |  70 |4357 |  70 |  19 |  14 | 249k|2797 | 0.000000e+00 |      --      |    Inf 
126.90/126.95	c   127s|720000 |296133 |  2236k|   3.1 | 188M|  63 |   - |  70 |4022 |  70 |  19 |  14 | 252k|2815 | 0.000000e+00 |      --      |    Inf 
128.79/128.87	c   129s|730000 |299605 |  2268k|   3.1 | 190M|  63 |   - |  70 |4071 |  70 |  19 |  14 | 256k|2831 | 0.000000e+00 |      --      |    Inf 
130.60/130.65	c   131s|740000 |303531 |  2299k|   3.1 | 193M|  63 |   8 |  70 |4953 |  70 |  19 |  14 | 260k|2853 | 0.000000e+00 |      --      |    Inf 
132.50/132.57	c   133s|750000 |307357 |  2329k|   3.1 | 195M|  63 |   - |  70 |4152 |  70 |  19 |  14 | 264k|2870 | 0.000000e+00 |      --      |    Inf 
134.30/134.35	c   134s|760000 |311327 |  2360k|   3.1 | 198M|  63 |   8 |  70 |4464 |  70 |  19 |  14 | 267k|2883 | 0.000000e+00 |      --      |    Inf 
136.19/136.27	c   136s|770000 |315093 |  2391k|   3.1 | 200M|  63 |   - |  70 |3857 |  70 |  19 |  14 | 271k|2899 | 0.000000e+00 |      --      |    Inf 
137.99/138.09	c   138s|780000 |319247 |  2422k|   3.1 | 203M|  63 |   8 |  70 |3793 |  70 |  19 |  14 | 275k|2916 | 0.000000e+00 |      --      |    Inf 
139.79/139.89	c   140s|790000 |323027 |  2453k|   3.1 | 205M|  63 |   8 |  70 |4769 |  70 |  19 |  14 | 278k|2930 | 0.000000e+00 |      --      |    Inf 
141.70/141.77	c   142s|800000 |326774 |  2484k|   3.1 | 208M|  63 |   - |  70 |4638 |  70 |  19 |  14 | 282k|2938 | 0.000000e+00 |      --      |    Inf 
143.49/143.54	c   144s|810000 |331051 |  2513k|   3.1 | 210M|  63 |   - |  70 |4739 |  70 |  19 |  14 | 285k|2944 | 0.000000e+00 |      --      |    Inf 
145.40/145.41	c   145s|820000 |335072 |  2545k|   3.1 | 213M|  63 |   8 |  70 |4534 |  70 |  19 |  14 | 289k|2961 | 0.000000e+00 |      --      |    Inf 
147.30/147.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.30/147.32	c   147s|830000 |338790 |  2575k|   3.1 | 216M|  63 |   - |  70 |4484 |  70 |  19 |  14 | 293k|2978 | 0.000000e+00 |      --      |    Inf 
149.10/149.20	c   149s|840000 |342701 |  2606k|   3.1 | 218M|  63 |   8 |  70 |4384 |  70 |  19 |  14 | 296k|2990 | 0.000000e+00 |      --      |    Inf 
150.90/150.97	c   151s|850000 |346813 |  2636k|   3.1 | 221M|  63 |   8 |  70 |4521 |  70 |  19 |  14 | 300k|3001 | 0.000000e+00 |      --      |    Inf 
152.69/152.79	c   153s|860000 |350594 |  2667k|   3.1 | 223M|  63 |   - |  70 |4555 |  70 |  19 |  14 | 304k|3011 | 0.000000e+00 |      --      |    Inf 
154.60/154.60	c   155s|870000 |354468 |  2698k|   3.1 | 226M|  63 |   8 |  70 |4757 |  70 |  19 |  14 | 307k|3020 | 0.000000e+00 |      --      |    Inf 
156.39/156.47	c   156s|880000 |358306 |  2728k|   3.1 | 228M|  63 |   8 |  70 |4690 |  70 |  19 |  14 | 311k|3031 | 0.000000e+00 |      --      |    Inf 
158.40/158.42	c   158s|890000 |362009 |  2759k|   3.1 | 231M|  63 |   8 |  70 |4196 |  70 |  19 |  14 | 315k|3042 | 0.000000e+00 |      --      |    Inf 
160.29/160.30	c   160s|900000 |365706 |  2790k|   3.1 | 233M|  63 |   8 |  70 |4652 |  70 |  19 |  14 | 319k|3054 | 0.000000e+00 |      --      |    Inf 
162.10/162.12	c   162s|910000 |369615 |  2821k|   3.1 | 236M|  63 |   8 |  70 |4932 |  70 |  19 |  14 | 322k|3061 | 0.000000e+00 |      --      |    Inf 
164.00/164.05	c   164s|920000 |373405 |  2852k|   3.1 | 238M|  63 |   8 |  70 |4325 |  70 |  19 |  14 | 326k|3074 | 0.000000e+00 |      --      |    Inf 
165.80/165.81	c   166s|930000 |377507 |  2883k|   3.1 | 241M|  63 |   8 |  70 |5469 |  70 |  19 |  14 | 329k|3087 | 0.000000e+00 |      --      |    Inf 
167.70/167.70	c   168s|940000 |381428 |  2913k|   3.1 | 243M|  63 |   8 |  70 |4702 |  70 |  19 |  14 | 333k|3098 | 0.000000e+00 |      --      |    Inf 
169.60/169.62	c   170s|950000 |385269 |  2943k|   3.1 | 246M|  63 |   8 |  70 |4220 |  70 |  19 |  14 | 337k|3112 | 0.000000e+00 |      --      |    Inf 
171.40/171.47	c   171s|960000 |389106 |  2973k|   3.1 | 248M|  63 |   8 |  70 |4842 |  70 |  19 |  14 | 340k|3125 | 0.000000e+00 |      --      |    Inf 
173.20/173.29	c   173s|970000 |393007 |  3004k|   3.1 | 251M|  63 |   8 |  70 |5208 |  70 |  19 |  14 | 344k|3139 | 0.000000e+00 |      --      |    Inf 
175.10/175.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.10/175.18	c   175s|980000 |396559 |  3034k|   3.1 | 253M|  63 |   8 |  70 |5151 |  70 |  19 |  14 | 348k|3152 | 0.000000e+00 |      --      |    Inf 
177.10/177.18	c   177s|990000 |400297 |  3065k|   3.1 | 256M|  63 |   - |  70 |4668 |  70 |  19 |  14 | 352k|3165 | 0.000000e+00 |      --      |    Inf 
179.00/179.05	c   179s|  1000k|403914 |  3095k|   3.1 | 258M|  63 |   8 |  70 |5220 |  70 |  19 |  14 | 355k|3177 | 0.000000e+00 |      --      |    Inf 
180.99/181.06	c   181s|  1010k|407492 |  3126k|   3.1 | 261M|  63 |   8 |  70 |4658 |  70 |  19 |  14 | 359k|3191 | 0.000000e+00 |      --      |    Inf 
183.00/183.00	c   183s|  1020k|411383 |  3156k|   3.1 | 263M|  63 |   8 |  70 |4430 |  70 |  19 |  14 | 363k|3199 | 0.000000e+00 |      --      |    Inf 
184.80/184.86	c   185s|  1030k|415463 |  3186k|   3.1 | 266M|  63 |   8 |  70 |4349 |  70 |  19 |  14 | 366k|3210 | 0.000000e+00 |      --      |    Inf 
186.70/186.72	c   187s|  1040k|419152 |  3217k|   3.1 | 268M|  63 |   8 |  70 |4965 |  70 |  19 |  14 | 370k|3223 | 0.000000e+00 |      --      |    Inf 
188.50/188.58	c   189s|  1050k|423062 |  3248k|   3.1 | 271M|  63 |   8 |  70 |5206 |  70 |  19 |  14 | 374k|3238 | 0.000000e+00 |      --      |    Inf 
190.39/190.45	c   190s|  1060k|426888 |  3279k|   3.1 | 274M|  63 |   8 |  70 |5362 |  70 |  19 |  14 | 377k|3246 | 0.000000e+00 |      --      |    Inf 
192.40/192.47	c   192s|  1070k|430593 |  3309k|   3.1 | 276M|  63 |   - |  70 |4534 |  70 |  19 |  14 | 381k|3262 | 0.000000e+00 |      --      |    Inf 
194.29/194.32	c   194s|  1080k|434387 |  3340k|   3.1 | 278M|  63 |   8 |  70 |4999 |  70 |  19 |  14 | 385k|3276 | 0.000000e+00 |      --      |    Inf 
196.20/196.29	c   196s|  1090k|438023 |  3370k|   3.1 | 281M|  63 |   - |  70 |4817 |  70 |  19 |  14 | 389k|3286 | 0.000000e+00 |      --      |    Inf 
198.10/198.19	c   198s|  1100k|441867 |  3400k|   3.1 | 283M|  63 |   8 |  70 |5077 |  70 |  19 |  14 | 392k|3296 | 0.000000e+00 |      --      |    Inf 
199.90/200.00	c   200s|  1110k|445962 |  3431k|   3.1 | 286M|  63 |   8 |  70 |5733 |  70 |  19 |  14 | 396k|3310 | 0.000000e+00 |      --      |    Inf 
201.80/201.84	c   202s|  1120k|450034 |  3461k|   3.1 | 289M|  63 |   - |  70 |5182 |  70 |  19 |  14 | 399k|3321 | 0.000000e+00 |      --      |    Inf 
203.60/203.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.60/203.61	c   204s|  1130k|454252 |  3491k|   3.1 | 291M|  63 |   - |  70 |5944 |  70 |  19 |  14 | 403k|3340 | 0.000000e+00 |      --      |    Inf 
205.60/205.64	c   206s|  1140k|457865 |  3521k|   3.1 | 294M|  63 |   8 |  70 |5273 |  70 |  19 |  14 | 407k|3358 | 0.000000e+00 |      --      |    Inf 
207.49/207.51	c   208s|  1150k|461718 |  3552k|   3.1 | 296M|  63 |   8 |  70 |4756 |  70 |  19 |  14 | 410k|3370 | 0.000000e+00 |      --      |    Inf 
209.10/209.11	c   209s|  1160k|466160 |  3581k|   3.1 | 299M|  63 |   8 |  70 |6226 |  70 |  19 |  14 | 414k|3379 | 0.000000e+00 |      --      |    Inf 
210.80/210.80	c   211s|  1170k|470535 |  3609k|   3.1 | 302M|  63 |   8 |  70 |7524 |  70 |  19 |  14 | 417k|3389 | 0.000000e+00 |      --      |    Inf 
212.59/212.69	c   213s|  1180k|474575 |  3639k|   3.1 | 304M|  63 |   8 |  70 |6723 |  70 |  19 |  14 | 420k|3398 | 0.000000e+00 |      --      |    Inf 
214.60/214.60	c   215s|  1190k|478542 |  3669k|   3.1 | 307M|  63 |   8 |  70 |5300 |  70 |  19 |  14 | 424k|3405 | 0.000000e+00 |      --      |    Inf 
216.40/216.48	c   216s|  1200k|482237 |  3699k|   3.1 | 309M|  63 |   - |  70 |5873 |  70 |  19 |  14 | 428k|3412 | 0.000000e+00 |      --      |    Inf 
218.40/218.45	c   218s|  1210k|486113 |  3730k|   3.1 | 312M|  63 |   8 |  70 |5177 |  70 |  19 |  14 | 431k|3423 | 0.000000e+00 |      --      |    Inf 
220.20/220.26	c   220s|  1220k|489952 |  3760k|   3.1 | 314M|  63 |   8 |  70 |5205 |  70 |  19 |  14 | 435k|3432 | 0.000000e+00 |      --      |    Inf 
222.10/222.19	c   222s|  1230k|493449 |  3790k|   3.1 | 317M|  63 |   - |  70 |5001 |  70 |  19 |  14 | 439k|3439 | 0.000000e+00 |      --      |    Inf 
224.20/224.23	c   224s|  1240k|496919 |  3820k|   3.1 | 319M|  63 |   8 |  70 |4109 |  70 |  19 |  14 | 443k|3446 | 0.000000e+00 |      --      |    Inf 
226.00/226.03	c   226s|  1250k|500697 |  3852k|   3.1 | 322M|  63 |   8 |  70 |5507 |  70 |  19 |  14 | 447k|3455 | 0.000000e+00 |      --      |    Inf 
227.90/227.94	c   228s|  1260k|504487 |  3882k|   3.1 | 324M|  63 |   - |  70 |5267 |  70 |  19 |  14 | 450k|3461 | 0.000000e+00 |      --      |    Inf 
229.80/229.87	c   230s|  1270k|508274 |  3912k|   3.1 | 327M|  63 |   - |  70 |5211 |  70 |  19 |  14 | 454k|3469 | 0.000000e+00 |      --      |    Inf 
231.79/231.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.79/231.87	c   232s|  1280k|511921 |  3943k|   3.1 | 329M|  63 |   8 |  70 |5213 |  70 |  19 |  14 | 458k|3475 | 0.000000e+00 |      --      |    Inf 
233.60/233.69	c   234s|  1290k|515995 |  3974k|   3.1 | 332M|  63 |   - |  70 |5370 |  70 |  19 |  14 | 462k|3480 | 0.000000e+00 |      --      |    Inf 
235.50/235.51	c   236s|  1300k|520160 |  4004k|   3.1 | 334M|  63 |   - |  70 |5499 |  70 |  19 |  14 | 465k|3489 | 0.000000e+00 |      --      |    Inf 
237.20/237.23	c   237s|  1310k|524345 |  4035k|   3.1 | 337M|  63 |   8 |  70 |6737 |  70 |  19 |  14 | 468k|3494 | 0.000000e+00 |      --      |    Inf 
239.00/239.09	c   239s|  1320k|528172 |  4065k|   3.1 | 340M|  63 |   8 |  70 |6716 |  70 |  19 |  14 | 472k|3503 | 0.000000e+00 |      --      |    Inf 
241.00/241.04	c   241s|  1330k|531870 |  4096k|   3.1 | 342M|  63 |   - |  70 |5516 |  70 |  19 |  14 | 476k|3509 | 0.000000e+00 |      --      |    Inf 
243.00/243.10	c   243s|  1340k|535421 |  4127k|   3.1 | 344M|  63 |   8 |  70 |4945 |  70 |  19 |  14 | 480k|3514 | 0.000000e+00 |      --      |    Inf 
245.00/245.03	c   245s|  1350k|539060 |  4158k|   3.1 | 347M|  63 |   - |  70 |5008 |  70 |  19 |  14 | 483k|3521 | 0.000000e+00 |      --      |    Inf 
246.89/246.99	c   247s|  1360k|542659 |  4188k|   3.1 | 349M|  63 |   8 |  70 |5354 |  70 |  19 |  14 | 487k|3527 | 0.000000e+00 |      --      |    Inf 
248.90/248.91	c   249s|  1370k|546595 |  4219k|   3.1 | 352M|  63 |   - |  70 |4952 |  70 |  19 |  14 | 491k|3532 | 0.000000e+00 |      --      |    Inf 
250.81/250.82	c   251s|  1380k|550281 |  4250k|   3.1 | 354M|  63 |   - |  70 |5283 |  70 |  19 |  14 | 495k|3539 | 0.000000e+00 |      --      |    Inf 
252.70/252.78	c   253s|  1390k|554208 |  4280k|   3.1 | 357M|  63 |   - |  70 |4261 |  70 |  19 |  14 | 498k|3552 | 0.000000e+00 |      --      |    Inf 
254.70/254.75	c   255s|  1400k|557895 |  4311k|   3.1 | 359M|  63 |   8 |  70 |4099 |  70 |  19 |  14 | 502k|3560 | 0.000000e+00 |      --      |    Inf 
256.70/256.74	c   257s|  1410k|561507 |  4341k|   3.1 | 362M|  63 |   - |  70 |4691 |  70 |  19 |  14 | 506k|3564 | 0.000000e+00 |      --      |    Inf 
258.50/258.60	c   259s|  1420k|565379 |  4371k|   3.1 | 364M|  63 |   - |  70 |5099 |  70 |  19 |  14 | 509k|3572 | 0.000000e+00 |      --      |    Inf 
260.50/260.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.50/260.53	c   261s|  1430k|569199 |  4401k|   3.1 | 367M|  63 |   8 |  70 |4774 |  70 |  19 |  14 | 513k|3575 | 0.000000e+00 |      --      |    Inf 
262.40/262.48	c   262s|  1440k|573081 |  4432k|   3.1 | 369M|  63 |   8 |  70 |5040 |  70 |  19 |  14 | 517k|3585 | 0.000000e+00 |      --      |    Inf 
264.30/264.37	c   264s|  1450k|576911 |  4462k|   3.1 | 372M|  63 |   8 |  70 |5078 |  70 |  19 |  14 | 520k|3593 | 0.000000e+00 |      --      |    Inf 
266.21/266.27	c   266s|  1460k|580562 |  4492k|   3.1 | 374M|  63 |   8 |  70 |5066 |  70 |  19 |  14 | 524k|3599 | 0.000000e+00 |      --      |    Inf 
268.20/268.20	c   268s|  1470k|584214 |  4523k|   3.1 | 377M|  63 |   8 |  70 |5268 |  70 |  19 |  14 | 528k|3608 | 0.000000e+00 |      --      |    Inf 
270.10/270.11	c   270s|  1480k|588054 |  4553k|   3.1 | 379M|  63 |   8 |  70 |5307 |  70 |  19 |  14 | 532k|3614 | 0.000000e+00 |      --      |    Inf 
272.10/272.12	c   272s|  1490k|591873 |  4583k|   3.1 | 382M|  63 |   8 |  70 |4600 |  70 |  19 |  14 | 535k|3618 | 0.000000e+00 |      --      |    Inf 
273.99/274.01	c   274s|  1500k|595558 |  4613k|   3.1 | 384M|  63 |   - |  70 |5346 |  70 |  19 |  14 | 539k|3624 | 0.000000e+00 |      --      |    Inf 
276.00/276.08	c   276s|  1510k|599079 |  4643k|   3.1 | 387M|  63 |   8 |  70 |5012 |  70 |  19 |  14 | 543k|3629 | 0.000000e+00 |      --      |    Inf 
277.80/277.89	c   278s|  1520k|603219 |  4673k|   3.1 | 389M|  63 |   8 |  70 |5244 |  70 |  19 |  14 | 547k|3637 | 0.000000e+00 |      --      |    Inf 
279.80/279.82	c   280s|  1530k|607107 |  4703k|   3.1 | 392M|  63 |   8 |  70 |4461 |  70 |  19 |  14 | 550k|3643 | 0.000000e+00 |      --      |    Inf 
281.61/281.63	c   282s|  1540k|611070 |  4734k|   3.1 | 394M|  63 |   - |  70 |5395 |  70 |  19 |  14 | 554k|3649 | 0.000000e+00 |      --      |    Inf 
283.60/283.63	c   284s|  1550k|614843 |  4763k|   3.1 | 397M|  63 |   - |  70 |5649 |  70 |  19 |  14 | 558k|3659 | 0.000000e+00 |      --      |    Inf 
285.50/285.58	c   286s|  1560k|618472 |  4794k|   3.1 | 400M|  63 |   8 |  70 |5648 |  70 |  19 |  14 | 561k|3669 | 0.000000e+00 |      --      |    Inf 
287.60/287.64	c   288s|  1570k|622162 |  4824k|   3.1 | 402M|  63 |   8 |  70 |5258 |  70 |  19 |  14 | 565k|3673 | 0.000000e+00 |      --      |    Inf 
289.60/289.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.60/289.61	c   290s|  1580k|625940 |  4855k|   3.1 | 404M|  63 |   8 |  70 |5451 |  70 |  19 |  14 | 569k|3681 | 0.000000e+00 |      --      |    Inf 
291.50/291.58	c   292s|  1590k|629819 |  4885k|   3.1 | 407M|  63 |   - |  70 |5003 |  70 |  19 |  14 | 573k|3695 | 0.000000e+00 |      --      |    Inf 
293.50/293.57	c   294s|  1600k|633226 |  4916k|   3.1 | 409M|  63 |   8 |  70 |5135 |  70 |  19 |  14 | 577k|3701 | 0.000000e+00 |      --      |    Inf 
295.50/295.52	c   296s|  1610k|637166 |  4947k|   3.1 | 412M|  63 |   8 |  70 |5178 |  70 |  19 |  14 | 580k|3709 | 0.000000e+00 |      --      |    Inf 
297.50/297.52	c   298s|  1620k|640687 |  4978k|   3.1 | 414M|  63 |   8 |  70 |5289 |  70 |  19 |  14 | 584k|3715 | 0.000000e+00 |      --      |    Inf 
299.60/299.61	c   300s|  1630k|644241 |  5008k|   3.1 | 417M|  63 |   - |  70 |4850 |  70 |  19 |  14 | 588k|3720 | 0.000000e+00 |      --      |    Inf 
301.60/301.61	c   302s|  1640k|647933 |  5039k|   3.1 | 419M|  63 |   8 |  70 |4821 |  70 |  19 |  14 | 592k|3726 | 0.000000e+00 |      --      |    Inf 
303.60/303.61	c   304s|  1650k|651681 |  5069k|   3.1 | 422M|  63 |   8 |  70 |5013 |  70 |  19 |  14 | 595k|3732 | 0.000000e+00 |      --      |    Inf 
305.40/305.48	c   305s|  1660k|655683 |  5099k|   3.1 | 424M|  63 |   8 |  70 |5256 |  70 |  19 |  14 | 599k|3738 | 0.000000e+00 |      --      |    Inf 
307.51/307.51	c   308s|  1670k|659417 |  5129k|   3.1 | 427M|  63 |   8 |  70 |4913 |  70 |  19 |  14 | 603k|3747 | 0.000000e+00 |      --      |    Inf 
309.40/309.46	c   309s|  1680k|663167 |  5161k|   3.1 | 429M|  63 |   8 |  70 |5272 |  70 |  19 |  14 | 606k|3755 | 0.000000e+00 |      --      |    Inf 
311.30/311.37	c   311s|  1690k|666988 |  5192k|   3.1 | 432M|  63 |   8 |  70 |5977 |  70 |  19 |  14 | 610k|3760 | 0.000000e+00 |      --      |    Inf 
313.21/313.29	c   313s|  1700k|670575 |  5223k|   3.1 | 434M|  63 |   8 |  70 |6226 |  70 |  19 |  14 | 614k|3769 | 0.000000e+00 |      --      |    Inf 
315.40/315.46	c   315s|  1710k|674070 |  5254k|   3.1 | 437M|  63 |   8 |  70 |5386 |  70 |  19 |  14 | 618k|3776 | 0.000000e+00 |      --      |    Inf 
317.20/317.29	c   317s|  1720k|678181 |  5284k|   3.1 | 439M|  63 |   - |  70 |6742 |  70 |  19 |  14 | 622k|3781 | 0.000000e+00 |      --      |    Inf 
319.10/319.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.10/319.12	c   319s|  1730k|682010 |  5315k|   3.1 | 442M|  63 |   8 |  70 |7684 |  70 |  19 |  14 | 625k|3792 | 0.000000e+00 |      --      |    Inf 
321.00/321.08	c   321s|  1740k|685677 |  5344k|   3.1 | 444M|  63 |   8 |  70 |7414 |  70 |  19 |  14 | 629k|3797 | 0.000000e+00 |      --      |    Inf 
323.10/323.15	c   323s|  1750k|689381 |  5375k|   3.1 | 447M|  63 |   - |  70 |6468 |  70 |  19 |  14 | 633k|3805 | 0.000000e+00 |      --      |    Inf 
325.10/325.17	c   325s|  1760k|693111 |  5406k|   3.1 | 449M|  63 |   8 |  70 |6054 |  70 |  19 |  14 | 637k|3811 | 0.000000e+00 |      --      |    Inf 
327.20/327.27	c   327s|  1770k|696603 |  5436k|   3.1 | 452M|  63 |   - |  70 |5731 |  70 |  19 |  14 | 641k|3818 | 0.000000e+00 |      --      |    Inf 
329.30/329.37	c   329s|  1780k|700007 |  5467k|   3.1 | 454M|  63 |   8 |  70 |5321 |  70 |  19 |  14 | 645k|3823 | 0.000000e+00 |      --      |    Inf 
331.40/331.43	c   331s|  1790k|703587 |  5497k|   3.1 | 456M|  63 |   - |  70 |4982 |  70 |  19 |  14 | 648k|3828 | 0.000000e+00 |      --      |    Inf 
333.31/333.39	c   333s|  1800k|707455 |  5527k|   3.1 | 459M|  63 |   8 |  70 |5230 |  70 |  19 |  14 | 652k|3834 | 0.000000e+00 |      --      |    Inf 
335.41/335.41	c   335s|  1810k|711089 |  5558k|   3.1 | 461M|  63 |   8 |  70 |5524 |  70 |  19 |  14 | 656k|3844 | 0.000000e+00 |      --      |    Inf 
337.50/337.51	c   338s|  1820k|714703 |  5588k|   3.1 | 464M|  63 |   8 |  70 |5107 |  70 |  19 |  14 | 660k|3850 | 0.000000e+00 |      --      |    Inf 
339.51/339.53	c   340s|  1830k|718246 |  5618k|   3.1 | 466M|  63 |   8 |  70 |5452 |  70 |  19 |  14 | 663k|3856 | 0.000000e+00 |      --      |    Inf 
341.50/341.59	c   342s|  1840k|721845 |  5649k|   3.1 | 469M|  63 |   - |  70 |4644 |  70 |  19 |  14 | 667k|3864 | 0.000000e+00 |      --      |    Inf 
343.61/343.60	c   344s|  1850k|725489 |  5679k|   3.1 | 471M|  63 |   - |  70 |4643 |  70 |  19 |  14 | 671k|3873 | 0.000000e+00 |      --      |    Inf 
345.50/345.56	c   346s|  1860k|728954 |  5709k|   3.1 | 474M|  63 |   - |  70 |5187 |  70 |  19 |  14 | 675k|3878 | 0.000000e+00 |      --      |    Inf 
347.51/347.58	c   348s|  1870k|732458 |  5739k|   3.1 | 476M|  63 |   - |  70 |4773 |  70 |  19 |  14 | 679k|3884 | 0.000000e+00 |      --      |    Inf 
349.50/349.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
349.50/349.51	c   350s|  1880k|736236 |  5769k|   3.1 | 479M|  63 |   8 |  70 |5100 |  70 |  19 |  14 | 682k|3889 | 0.000000e+00 |      --      |    Inf 
351.30/351.34	c   351s|  1890k|739478 |  5800k|   3.1 | 481M|  63 |   8 |  70 |6657 |  70 |  19 |  14 | 687k|3893 | 0.000000e+00 |      --      |    Inf 
353.40/353.45	c   353s|  1900k|743098 |  5831k|   3.1 | 484M|  63 |   8 |  70 |5239 |  70 |  19 |  14 | 690k|3900 | 0.000000e+00 |      --      |    Inf 
355.41/355.43	c   355s|  1910k|746539 |  5861k|   3.1 | 486M|  63 |   - |  70 |5596 |  70 |  19 |  14 | 694k|3907 | 0.000000e+00 |      --      |    Inf 
357.31/357.37	c   357s|  1920k|750351 |  5891k|   3.1 | 489M|  63 |   8 |  70 |5647 |  70 |  19 |  14 | 698k|3910 | 0.000000e+00 |      --      |    Inf 
359.30/359.35	c   359s|  1930k|754273 |  5921k|   3.1 | 491M|  63 |   8 |  70 |5558 |  70 |  19 |  14 | 702k|3910 | 0.000000e+00 |      --      |    Inf 
361.30/361.32	c   361s|  1940k|757798 |  5952k|   3.1 | 494M|  63 |   - |  70 |5598 |  70 |  19 |  14 | 706k|3910 | 0.000000e+00 |      --      |    Inf 
363.20/363.27	c   363s|  1950k|761594 |  5981k|   3.1 | 496M|  63 |   8 |  70 |5901 |  70 |  19 |  14 | 709k|3910 | 0.000000e+00 |      --      |    Inf 
365.00/365.06	c   365s|  1960k|765865 |  6011k|   3.1 | 499M|  63 |   - |  70 |6629 |  70 |  19 |  14 | 713k|3910 | 0.000000e+00 |      --      |    Inf 
367.00/367.02	c   367s|  1970k|769554 |  6042k|   3.1 | 501M|  63 |   8 |  70 |5805 |  70 |  19 |  14 | 716k|3910 | 0.000000e+00 |      --      |    Inf 
369.00/369.06	c   369s|  1980k|773421 |  6071k|   3.1 | 503M|  63 |   8 |  70 |5197 |  70 |  19 |  14 | 720k|3910 | 0.000000e+00 |      --      |    Inf 
371.11/371.11	c   371s|  1990k|776992 |  6102k|   3.1 | 506M|  63 |   8 |  70 |4851 |  70 |  19 |  14 | 724k|3910 | 0.000000e+00 |      --      |    Inf 
373.20/373.20	c   373s|  2000k|780523 |  6132k|   3.1 | 508M|  63 |   8 |  70 |4981 |  70 |  19 |  14 | 728k|3910 | 0.000000e+00 |      --      |    Inf 
375.20/375.24	c   375s|  2010k|784207 |  6162k|   3.1 | 511M|  63 |   8 |  70 |5202 |  70 |  19 |  14 | 731k|3910 | 0.000000e+00 |      --      |    Inf 
377.01/377.06	c   377s|  2020k|788212 |  6193k|   3.1 | 514M|  63 |   8 |  70 |6211 |  70 |  19 |  14 | 735k|3910 | 0.000000e+00 |      --      |    Inf 
378.70/378.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
378.70/378.78	c   379s|  2030k|792608 |  6221k|   3.1 | 517M|  63 |   8 |  70 |7791 |  70 |  19 |  14 | 738k|3910 | 0.000000e+00 |      --      |    Inf 
380.70/380.76	c   381s|  2040k|796508 |  6249k|   3.1 | 519M|  63 |   8 |  70 |7164 |  70 |  19 |  14 | 742k|3910 | 0.000000e+00 |      --      |    Inf 
382.91/382.93	c   383s|  2050k|800129 |  6280k|   3.1 | 521M|  63 |   - |  70 |6275 |  70 |  19 |  14 | 746k|3910 | 0.000000e+00 |      --      |    Inf 
385.01/385.08	c   385s|  2060k|803652 |  6310k|   3.1 | 523M|  63 |   8 |  70 |5228 |  70 |  19 |  14 | 750k|3910 | 0.000000e+00 |      --      |    Inf 
387.11/387.16	c   387s|  2070k|807211 |  6340k|   3.1 | 526M|  63 |   8 |  70 |4915 |  70 |  19 |  14 | 754k|3910 | 0.000000e+00 |      --      |    Inf 
389.11/389.12	c   389s|  2080k|810896 |  6370k|   3.1 | 528M|  63 |   8 |  70 |5547 |  70 |  19 |  14 | 757k|3911 | 0.000000e+00 |      --      |    Inf 
390.91/390.98	c   391s|  2090k|814798 |  6400k|   3.1 | 531M|  63 |   8 |  70 |5842 |  70 |  19 |  14 | 761k|3915 | 0.000000e+00 |      --      |    Inf 
392.90/392.98	c   393s|  2100k|818547 |  6431k|   3.1 | 533M|  63 |   8 |  70 |5423 |  70 |  19 |  14 | 765k|3921 | 0.000000e+00 |      --      |    Inf 
394.80/394.86	c   395s|  2110k|822307 |  6461k|   3.1 | 536M|  63 |   8 |  70 |6066 |  70 |  19 |  14 | 768k|3926 | 0.000000e+00 |      --      |    Inf 
396.81/396.86	c   397s|  2120k|825944 |  6491k|   3.1 | 539M|  63 |   8 |  70 |5612 |  70 |  19 |  14 | 772k|3932 | 0.000000e+00 |      --      |    Inf 
398.90/398.98	c   399s|  2130k|829390 |  6521k|   3.1 | 541M|  63 |   8 |  70 |5485 |  70 |  19 |  14 | 776k|3938 | 0.000000e+00 |      --      |    Inf 
400.80/400.87	c   401s|  2140k|832909 |  6551k|   3.1 | 544M|  63 |   8 |  70 |6520 |  70 |  19 |  14 | 780k|3945 | 0.000000e+00 |      --      |    Inf 
402.91/402.98	c   403s|  2150k|836494 |  6581k|   3.1 | 546M|  63 |   - |  70 |6131 |  70 |  19 |  14 | 784k|3949 | 0.000000e+00 |      --      |    Inf 
405.01/405.08	c   405s|  2160k|839899 |  6612k|   3.1 | 548M|  63 |   8 |  70 |5602 |  70 |  19 |  14 | 788k|3953 | 0.000000e+00 |      --      |    Inf 
407.10/407.11	c   407s|  2170k|843514 |  6642k|   3.1 | 551M|  63 |   8 |  70 |5608 |  70 |  19 |  14 | 792k|3957 | 0.000000e+00 |      --      |    Inf 
409.10/409.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
409.10/409.12	c   409s|  2180k|847059 |  6673k|   3.1 | 553M|  63 |   - |  70 |6160 |  70 |  19 |  14 | 796k|3962 | 0.000000e+00 |      --      |    Inf 
411.10/411.19	c   411s|  2190k|850580 |  6704k|   3.1 | 556M|  63 |   - |  70 |5749 |  70 |  19 |  14 | 799k|3968 | 0.000000e+00 |      --      |    Inf 
413.30/413.34	c   413s|  2200k|854158 |  6734k|   3.1 | 558M|  63 |   8 |  70 |5436 |  70 |  19 |  14 | 803k|3975 | 0.000000e+00 |      --      |    Inf 
415.30/415.33	c   415s|  2210k|857810 |  6764k|   3.1 | 561M|  63 |   8 |  70 |6342 |  70 |  19 |  14 | 807k|3984 | 0.000000e+00 |      --      |    Inf 
417.40/417.47	c   417s|  2220k|861309 |  6795k|   3.1 | 563M|  63 |   - |  70 |5731 |  70 |  19 |  14 | 811k|3990 | 0.000000e+00 |      --      |    Inf 
419.60/419.62	c   420s|  2230k|864774 |  6825k|   3.1 | 566M|  63 |   8 |  70 |5586 |  70 |  19 |  14 | 815k|4001 | 0.000000e+00 |      --      |    Inf 
421.70/421.72	c   422s|  2240k|868543 |  6854k|   3.1 | 568M|  63 |   8 |  70 |5340 |  70 |  19 |  14 | 819k|4007 | 0.000000e+00 |      --      |    Inf 
423.71/423.73	c   424s|  2250k|872142 |  6884k|   3.1 | 571M|  63 |   8 |  70 |5739 |  70 |  19 |  14 | 822k|4014 | 0.000000e+00 |      --      |    Inf 
425.81/425.85	c   426s|  2260k|875667 |  6915k|   3.1 | 573M|  63 |   8 |  70 |5271 |  70 |  19 |  14 | 826k|4021 | 0.000000e+00 |      --      |    Inf 
427.91/427.93	c   428s|  2270k|879051 |  6945k|   3.1 | 575M|  63 |   - |  70 |5283 |  70 |  19 |  14 | 830k|4027 | 0.000000e+00 |      --      |    Inf 
429.81/429.83	c   430s|  2280k|882780 |  6975k|   3.1 | 578M|  63 |   8 |  70 |5671 |  70 |  19 |  14 | 834k|4036 | 0.000000e+00 |      --      |    Inf 
431.91/431.90	c   432s|  2290k|886293 |  7005k|   3.1 | 580M|  63 |   8 |  70 |5338 |  70 |  19 |  14 | 838k|4040 | 0.000000e+00 |      --      |    Inf 
433.70/433.73	c   434s|  2300k|890037 |  7036k|   3.1 | 583M|  63 |   8 |  70 |6453 |  70 |  19 |  14 | 842k|4044 | 0.000000e+00 |      --      |    Inf 
435.70/435.75	c   436s|  2310k|893652 |  7066k|   3.1 | 586M|  63 |   8 |  70 |6494 |  70 |  19 |  14 | 845k|4051 | 0.000000e+00 |      --      |    Inf 
437.71/437.78	c   438s|  2320k|897290 |  7097k|   3.1 | 588M|  63 |   - |  70 |6364 |  70 |  19 |  14 | 849k|4060 | 0.000000e+00 |      --      |    Inf 
439.81/439.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.81/439.88	c   440s|  2330k|900904 |  7126k|   3.1 | 590M|  63 |   8 |  70 |6232 |  70 |  19 |  14 | 853k|4068 | 0.000000e+00 |      --      |    Inf 
441.91/441.98	c   442s|  2340k|904514 |  7156k|   3.1 | 593M|  63 |   8 |  70 |6042 |  70 |  19 |  14 | 857k|4073 | 0.000000e+00 |      --      |    Inf 
443.91/443.96	c   444s|  2350k|908488 |  7186k|   3.1 | 595M|  63 |   - |  70 |6171 |  70 |  19 |  14 | 860k|4077 | 0.000000e+00 |      --      |    Inf 
446.21/446.23	c   446s|  2360k|912047 |  7215k|   3.1 | 598M|  63 |   - |  70 |5215 |  70 |  19 |  14 | 864k|4077 | 0.000000e+00 |      --      |    Inf 
448.11/448.12	c   448s|  2370k|916266 |  7245k|   3.1 | 600M|  63 |   - |  70 |5885 |  70 |  19 |  14 | 868k|4084 | 0.000000e+00 |      --      |    Inf 
449.91/449.94	c   450s|  2380k|920339 |  7274k|   3.1 | 603M|  63 |   8 |  70 |7137 |  70 |  19 |  14 | 871k|4087 | 0.000000e+00 |      --      |    Inf 
452.11/452.13	c   452s|  2390k|923781 |  7304k|   3.1 | 605M|  63 |   8 |  70 |5986 |  70 |  19 |  14 | 875k|4091 | 0.000000e+00 |      --      |    Inf 
453.91/453.98	c   454s|  2400k|927834 |  7335k|   3.1 | 608M|  63 |   - |  70 |6558 |  70 |  19 |  14 | 879k|4092 | 0.000000e+00 |      --      |    Inf 
456.00/456.01	c   456s|  2410k|931795 |  7365k|   3.1 | 610M|  63 |   8 |  70 |5432 |  70 |  19 |  14 | 882k|4092 | 0.000000e+00 |      --      |    Inf 
458.01/458.06	c   458s|  2420k|935409 |  7396k|   3.1 | 613M|  63 |   8 |  70 |5487 |  70 |  19 |  14 | 886k|4092 | 0.000000e+00 |      --      |    Inf 
459.90/459.94	c   460s|  2430k|939793 |  7425k|   3.1 | 615M|  63 |   - |  70 |5861 |  70 |  19 |  14 | 889k|4092 | 0.000000e+00 |      --      |    Inf 
462.10/462.16	c   462s|  2440k|943327 |  7455k|   3.1 | 618M|  63 |   8 |  70 |5225 |  70 |  19 |  14 | 893k|4092 | 0.000000e+00 |      --      |    Inf 
464.21/464.27	c   464s|  2450k|946886 |  7485k|   3.1 | 620M|  63 |   - |  70 |5153 |  70 |  19 |  14 | 897k|4092 | 0.000000e+00 |      --      |    Inf 
466.31/466.38	c   466s|  2460k|950507 |  7515k|   3.1 | 622M|  63 |   - |  70 |5384 |  70 |  19 |  14 | 901k|4092 | 0.000000e+00 |      --      |    Inf 
468.31/468.34	c   468s|  2470k|954498 |  7544k|   3.1 | 625M|  63 |   8 |  70 |6173 |  70 |  19 |  14 | 904k|4092 | 0.000000e+00 |      --      |    Inf 
470.40/470.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.40/470.47	c   470s|  2480k|958023 |  7574k|   3.1 | 628M|  63 |   - |  70 |5920 |  70 |  19 |  14 | 908k|4092 | 0.000000e+00 |      --      |    Inf 
472.51/472.57	c   473s|  2490k|961559 |  7604k|   3.1 | 630M|  63 |   8 |  70 |5114 |  70 |  19 |  14 | 912k|4092 | 0.000000e+00 |      --      |    Inf 
474.60/474.67	c   475s|  2500k|964981 |  7635k|   3.1 | 632M|  63 |   8 |  70 |5098 |  70 |  19 |  14 | 916k|4092 | 0.000000e+00 |      --      |    Inf 
476.71/476.79	c   477s|  2510k|968508 |  7665k|   3.1 | 635M|  63 |   8 |  70 |5143 |  70 |  19 |  14 | 920k|4092 | 0.000000e+00 |      --      |    Inf 
478.91/478.92	c   479s|  2520k|972095 |  7695k|   3.1 | 637M|  63 |   8 |  70 |4949 |  70 |  19 |  14 | 924k|4092 | 0.000000e+00 |      --      |    Inf 
480.81/480.83	c   481s|  2530k|975925 |  7725k|   3.1 | 640M|  63 |   - |  70 |6028 |  70 |  19 |  14 | 927k|4092 | 0.000000e+00 |      --      |    Inf 
482.91/482.90	c   483s|  2540k|979520 |  7755k|   3.1 | 642M|  63 |   - |  70 |5277 |  70 |  19 |  14 | 931k|4092 | 0.000000e+00 |      --      |    Inf 
485.01/485.01	c   485s|  2550k|983175 |  7785k|   3.1 | 645M|  63 |   - |  70 |5352 |  70 |  19 |  14 | 935k|4092 | 0.000000e+00 |      --      |    Inf 
486.91/486.92	c   487s|  2560k|987270 |  7815k|   3.1 | 647M|  63 |   8 |  70 |5347 |  70 |  19 |  14 | 939k|4092 | 0.000000e+00 |      --      |    Inf 
488.81/488.89	c   489s|  2570k|990956 |  7845k|   3.1 | 650M|  63 |   - |  70 |5671 |  70 |  19 |  14 | 942k|4092 | 0.000000e+00 |      --      |    Inf 
490.71/490.75	c   491s|  2580k|994611 |  7874k|   3.1 | 652M|  63 |   8 |  70 |6549 |  70 |  19 |  14 | 946k|4092 | 0.000000e+00 |      --      |    Inf 
492.71/492.70	c   493s|  2590k|998212 |  7903k|   3.1 | 655M|  63 |   - |  70 |6395 |  70 |  19 |  14 | 950k|4092 | 0.000000e+00 |      --      |    Inf 
494.61/494.68	c   495s|  2600k|  1002k|  7933k|   3.1 | 657M|  63 |   8 |  70 |6325 |  70 |  19 |  14 | 954k|4092 | 0.000000e+00 |      --      |    Inf 
496.70/496.75	c   497s|  2610k|  1006k|  7962k|   3.1 | 660M|  63 |   8 |  70 |5962 |  70 |  19 |  14 | 957k|4092 | 0.000000e+00 |      --      |    Inf 
499.01/499.05	c   499s|  2620k|  1009k|  7992k|   3.1 | 662M|  63 |   8 |  70 |5401 |  70 |  19 |  14 | 961k|4092 | 0.000000e+00 |      --      |    Inf 
501.01/501.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
501.01/501.03	c   501s|  2630k|  1013k|  8023k|   3.1 | 665M|  63 |   8 |  70 |5887 |  70 |  19 |  14 | 965k|4092 | 0.000000e+00 |      --      |    Inf 
503.01/503.03	c   503s|  2640k|  1016k|  8054k|   3.1 | 667M|  63 |   8 |  70 |5948 |  70 |  19 |  14 | 969k|4092 | 0.000000e+00 |      --      |    Inf 
505.11/505.15	c   505s|  2650k|  1020k|  8083k|   3.1 | 670M|  63 |   8 |  70 |5488 |  70 |  19 |  14 | 973k|4092 | 0.000000e+00 |      --      |    Inf 
507.21/507.26	c   507s|  2660k|  1023k|  8113k|   3.1 | 672M|  63 |   8 |  70 |4638 |  70 |  19 |  14 | 976k|4092 | 0.000000e+00 |      --      |    Inf 
509.21/509.28	c   509s|  2670k|  1027k|  8143k|   3.0 | 674M|  63 |   8 |  70 |5229 |  70 |  19 |  14 | 980k|4092 | 0.000000e+00 |      --      |    Inf 
511.11/511.18	c   511s|  2680k|  1031k|  8172k|   3.0 | 677M|  63 |   8 |  70 |5635 |  70 |  19 |  14 | 984k|4092 | 0.000000e+00 |      --      |    Inf 
513.11/513.10	c   513s|  2690k|  1035k|  8201k|   3.0 | 680M|  63 |   - |  70 |6600 |  70 |  19 |  14 | 987k|4092 | 0.000000e+00 |      --      |    Inf 
514.90/514.98	c   515s|  2700k|  1039k|  8229k|   3.0 | 682M|  63 |   - |  70 |6863 |  70 |  19 |  14 | 991k|4092 | 0.000000e+00 |      --      |    Inf 
516.91/516.98	c   517s|  2710k|  1043k|  8259k|   3.0 | 685M|  63 |   8 |  70 |6772 |  70 |  19 |  14 | 994k|4092 | 0.000000e+00 |      --      |    Inf 
519.11/519.11	c   519s|  2720k|  1047k|  8289k|   3.0 | 687M|  63 |   8 |  70 |6470 |  70 |  19 |  14 | 998k|4092 | 0.000000e+00 |      --      |    Inf 
521.01/521.08	c   521s|  2730k|  1050k|  8319k|   3.0 | 690M|  63 |   - |  70 |7181 |  70 |  19 |  14 |1002k|4092 | 0.000000e+00 |      --      |    Inf 
523.00/523.09	c   523s|  2740k|  1053k|  8350k|   3.0 | 692M|  63 |   8 |  70 |7632 |  70 |  19 |  14 |1006k|4092 | 0.000000e+00 |      --      |    Inf 
525.31/525.37	c   525s|  2750k|  1057k|  8380k|   3.0 | 695M|  63 |   8 |  70 |6033 |  70 |  19 |  14 |1010k|4092 | 0.000000e+00 |      --      |    Inf 
527.61/527.61	c   528s|  2760k|  1060k|  8409k|   3.0 | 697M|  63 |   - |  70 |5924 |  70 |  19 |  14 |1014k|4092 | 0.000000e+00 |      --      |    Inf 
529.71/529.72	c   530s|  2770k|  1063k|  8440k|   3.0 | 699M|  63 |   8 |  70 |5461 |  70 |  19 |  14 |1018k|4092 | 0.000000e+00 |      --      |    Inf 
531.70/531.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
531.70/531.76	c   532s|  2780k|  1067k|  8470k|   3.0 | 702M|  63 |   8 |  70 |5769 |  70 |  19 |  14 |1022k|4092 | 0.000000e+00 |      --      |    Inf 
533.81/533.86	c   534s|  2790k|  1071k|  8500k|   3.0 | 704M|  63 |   8 |  70 |5743 |  70 |  19 |  14 |1026k|4092 | 0.000000e+00 |      --      |    Inf 
535.81/535.84	c   536s|  2800k|  1074k|  8530k|   3.0 | 707M|  63 |   8 |  70 |6338 |  70 |  19 |  14 |1029k|4092 | 0.000000e+00 |      --      |    Inf 
538.01/538.01	c   538s|  2810k|  1077k|  8560k|   3.0 | 709M|  63 |   - |  70 |6250 |  70 |  19 |  14 |1033k|4092 | 0.000000e+00 |      --      |    Inf 
540.11/540.16	c   540s|  2820k|  1081k|  8590k|   3.0 | 712M|  63 |   - |  70 |5980 |  70 |  19 |  14 |1037k|4092 | 0.000000e+00 |      --      |    Inf 
542.21/542.22	c   542s|  2830k|  1085k|  8620k|   3.0 | 714M|  63 |   - |  70 |5968 |  70 |  19 |  14 |1041k|4092 | 0.000000e+00 |      --      |    Inf 
544.41/544.41	c   544s|  2840k|  1088k|  8650k|   3.0 | 717M|  63 |   8 |  70 |5475 |  70 |  19 |  14 |1045k|4092 | 0.000000e+00 |      --      |    Inf 
546.11/546.11	c   546s|  2850k|  1093k|  8678k|   3.0 | 720M|  63 |   8 |  70 |7260 |  70 |  19 |  14 |1048k|4092 | 0.000000e+00 |      --      |    Inf 
548.21/548.21	c   548s|  2860k|  1096k|  8707k|   3.0 | 722M|  63 |   8 |  70 |6152 |  70 |  19 |  14 |1052k|4092 | 0.000000e+00 |      --      |    Inf 
550.31/550.36	c   550s|  2870k|  1100k|  8737k|   3.0 | 724M|  63 |   - |  70 |5855 |  70 |  19 |  14 |1056k|4092 | 0.000000e+00 |      --      |    Inf 
552.51/552.50	c   553s|  2880k|  1103k|  8768k|   3.0 | 727M|  63 |   8 |  70 |5662 |  70 |  19 |  14 |1060k|4092 | 0.000000e+00 |      --      |    Inf 
554.51/554.50	c   555s|  2890k|  1107k|  8797k|   3.0 | 729M|  63 |   8 |  70 |5594 |  70 |  19 |  14 |1063k|4092 | 0.000000e+00 |      --      |    Inf 
556.31/556.31	c   556s|  2900k|  1112k|  8825k|   3.0 | 732M|  63 |   8 |  70 |6353 |  70 |  19 |  14 |1067k|4092 | 0.000000e+00 |      --      |    Inf 
558.11/558.10	c   558s|  2910k|  1116k|  8854k|   3.0 | 735M|  63 |   8 |  70 |7685 |  70 |  19 |  14 |1070k|4092 | 0.000000e+00 |      --      |    Inf 
560.01/560.00	c   560s|  2920k|  1120k|  8882k|   3.0 | 737M|  63 |   - |  70 |7923 |  70 |  19 |  14 |1074k|4092 | 0.000000e+00 |      --      |    Inf 
561.91/561.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
561.91/561.98	c   562s|  2930k|  1124k|  8911k|   3.0 | 740M|  63 |   8 |  70 |7503 |  70 |  19 |  14 |1077k|4092 | 0.000000e+00 |      --      |    Inf 
564.01/564.04	c   564s|  2940k|  1128k|  8940k|   3.0 | 742M|  63 |   8 |  70 |7319 |  70 |  19 |  14 |1081k|4092 | 0.000000e+00 |      --      |    Inf 
566.21/566.25	c   566s|  2950k|  1131k|  8969k|   3.0 | 744M|  63 |   - |  70 |5821 |  70 |  19 |  14 |1085k|4092 | 0.000000e+00 |      --      |    Inf 
568.31/568.34	c   568s|  2960k|  1135k|  8999k|   3.0 | 747M|  63 |   - |  70 |5515 |  70 |  19 |  14 |1089k|4092 | 0.000000e+00 |      --      |    Inf 
570.51/570.54	c   571s|  2970k|  1138k|  9030k|   3.0 | 749M|  63 |   8 |  70 |5497 |  70 |  19 |  14 |1093k|4092 | 0.000000e+00 |      --      |    Inf 
572.61/572.62	c   573s|  2980k|  1142k|  9059k|   3.0 | 752M|  63 |   - |  70 |5567 |  70 |  19 |  14 |1096k|4092 | 0.000000e+00 |      --      |    Inf 
574.71/574.77	c   575s|  2990k|  1145k|  9089k|   3.0 | 754M|  63 |   - |  70 |5719 |  70 |  19 |  14 |1100k|4092 | 0.000000e+00 |      --      |    Inf 
576.51/576.58	c   577s|  3000k|  1149k|  9118k|   3.0 | 757M|  63 |   8 |  70 |6917 |  70 |  19 |  14 |1104k|4092 | 0.000000e+00 |      --      |    Inf 
578.62/578.65	c   579s|  3010k|  1153k|  9148k|   3.0 | 759M|  63 |   8 |  70 |6291 |  70 |  19 |  14 |1108k|4092 | 0.000000e+00 |      --      |    Inf 
580.61/580.70	c   581s|  3020k|  1156k|  9180k|   3.0 | 762M|  63 |   - |  70 |6429 |  70 |  19 |  14 |1112k|4092 | 0.000000e+00 |      --      |    Inf 
582.91/582.96	c   583s|  3030k|  1160k|  9210k|   3.0 | 764M|  63 |   8 |  70 |5273 |  70 |  19 |  14 |1115k|4092 | 0.000000e+00 |      --      |    Inf 
585.01/585.09	c   585s|  3040k|  1163k|  9239k|   3.0 | 766M|  63 |   - |  70 |5765 |  70 |  19 |  14 |1119k|4092 | 0.000000e+00 |      --      |    Inf 
587.21/587.20	c   587s|  3050k|  1167k|  9270k|   3.0 | 769M|  63 |   8 |  70 |5549 |  70 |  19 |  14 |1123k|4092 | 0.000000e+00 |      --      |    Inf 
589.01/589.04	c   589s|  3060k|  1171k|  9299k|   3.0 | 772M|  63 |   8 |  70 |7137 |  70 |  19 |  14 |1126k|4092 | 0.000000e+00 |      --      |    Inf 
591.01/591.06	c   591s|  3070k|  1175k|  9330k|   3.0 | 774M|  63 |   8 |  70 |6905 |  70 |  19 |  14 |1130k|4092 | 0.000000e+00 |      --      |    Inf 
592.91/592.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
592.91/592.96	c   593s|  3080k|  1179k|  9359k|   3.0 | 777M|  63 |   8 |  70 |7778 |  70 |  19 |  14 |1134k|4092 | 0.000000e+00 |      --      |    Inf 
595.01/595.00	c   595s|  3090k|  1183k|  9388k|   3.0 | 779M|  63 |   8 |  70 |7408 |  70 |  19 |  14 |1137k|4092 | 0.000000e+00 |      --      |    Inf 
597.21/597.20	c   597s|  3100k|  1187k|  9418k|   3.0 | 782M|  63 |   - |  70 |6375 |  70 |  19 |  14 |1141k|4092 | 0.000000e+00 |      --      |    Inf 
599.42/599.41	c   599s|  3110k|  1190k|  9447k|   3.0 | 784M|  63 |   8 |  70 |5490 |  70 |  19 |  14 |1145k|4092 | 0.000000e+00 |      --      |    Inf 
601.51/601.53	c   602s|  3120k|  1194k|  9478k|   3.0 | 786M|  63 |   8 |  70 |5298 |  70 |  19 |  14 |1149k|4092 | 0.000000e+00 |      --      |    Inf 
603.72/603.70	c   604s|  3130k|  1197k|  9507k|   3.0 | 789M|  63 |   8 |  70 |5470 |  70 |  19 |  14 |1153k|4092 | 0.000000e+00 |      --      |    Inf 
605.91/605.98	c   606s|  3140k|  1201k|  9537k|   3.0 | 791M|  63 |   8 |  70 |4584 |  70 |  19 |  14 |1157k|4092 | 0.000000e+00 |      --      |    Inf 
607.91/607.98	c   608s|  3150k|  1204k|  9566k|   3.0 | 794M|  63 |   8 |  70 |5109 |  70 |  19 |  14 |1160k|4092 | 0.000000e+00 |      --      |    Inf 
609.81/609.86	c   610s|  3160k|  1208k|  9598k|   3.0 | 796M|  63 |   8 |  70 |6126 |  70 |  19 |  14 |1164k|4092 | 0.000000e+00 |      --      |    Inf 
611.91/611.93	c   612s|  3170k|  1212k|  9628k|   3.0 | 799M|  63 |   8 |  70 |5500 |  70 |  19 |  14 |1168k|4092 | 0.000000e+00 |      --      |    Inf 
614.02/614.02	c   614s|  3180k|  1216k|  9658k|   3.0 | 801M|  63 |   - |  70 |5437 |  70 |  19 |  14 |1172k|4092 | 0.000000e+00 |      --      |    Inf 
615.92/615.92	c   616s|  3190k|  1220k|  9688k|   3.0 | 804M|  63 |   8 |  70 |6639 |  70 |  19 |  14 |1175k|4092 | 0.000000e+00 |      --      |    Inf 
617.71/617.78	c   618s|  3200k|  1223k|  9716k|   3.0 | 807M|  63 |   - |  70 |7661 |  70 |  19 |  14 |1179k|4092 | 0.000000e+00 |      --      |    Inf 
619.81/619.88	c   620s|  3210k|  1227k|  9746k|   3.0 | 809M|  63 |   - |  70 |7323 |  70 |  19 |  14 |1183k|4092 | 0.000000e+00 |      --      |    Inf 
622.11/622.12	c   622s|  3220k|  1230k|  9775k|   3.0 | 811M|  63 |   - |  70 |5897 |  70 |  19 |  14 |1187k|4092 | 0.000000e+00 |      --      |    Inf 
624.11/624.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.11/624.15	c   624s|  3230k|  1234k|  9804k|   3.0 | 814M|  63 |   - |  70 |6284 |  70 |  19 |  14 |1190k|4092 | 0.000000e+00 |      --      |    Inf 
626.21/626.25	c   626s|  3240k|  1238k|  9834k|   3.0 | 816M|  63 |   - |  70 |6348 |  70 |  19 |  14 |1194k|4092 | 0.000000e+00 |      --      |    Inf 
628.42/628.40	c   628s|  3250k|  1241k|  9864k|   3.0 | 818M|  63 |   8 |  70 |5874 |  70 |  19 |  14 |1198k|4092 | 0.000000e+00 |      --      |    Inf 
630.51/630.50	c   631s|  3260k|  1245k|  9893k|   3.0 | 821M|  63 |   8 |  70 |5536 |  70 |  19 |  14 |1202k|4092 | 0.000000e+00 |      --      |    Inf 
632.42/632.48	c   632s|  3270k|  1248k|  9925k|   3.0 | 823M|  63 |   - |  70 |6727 |  70 |  19 |  14 |1206k|4092 | 0.000000e+00 |      --      |    Inf 
634.51/634.57	c   635s|  3280k|  1252k|  9956k|   3.0 | 826M|  63 |   8 |  70 |6073 |  70 |  19 |  14 |1210k|4092 | 0.000000e+00 |      --      |    Inf 
636.81/636.82	c   637s|  3290k|  1256k|  9985k|   3.0 | 828M|  63 |   8 |  70 |4861 |  70 |  19 |  14 |1214k|4092 | 0.000000e+00 |      --      |    Inf 
638.81/638.80	c   639s|  3300k|  1259k| 10014k|   3.0 | 831M|  63 |   - |  70 |5709 |  70 |  19 |  14 |1217k|4092 | 0.000000e+00 |      --      |    Inf 
640.81/640.80	c   641s|  3310k|  1263k| 10043k|   3.0 | 833M|  63 |   - |  70 |5789 |  70 |  19 |  14 |1221k|4092 | 0.000000e+00 |      --      |    Inf 
643.01/643.00	c   643s|  3320k|  1267k| 10073k|   3.0 | 835M|  63 |   8 |  70 |5680 |  70 |  19 |  14 |1225k|4092 | 0.000000e+00 |      --      |    Inf 
645.02/645.07	c   645s|  3330k|  1270k| 10102k|   3.0 | 838M|  63 |   8 |  70 |6076 |  70 |  19 |  14 |1229k|4092 | 0.000000e+00 |      --      |    Inf 
647.11/647.18	c   647s|  3340k|  1274k| 10131k|   3.0 | 841M|  63 |   - |  70 |6330 |  70 |  19 |  14 |1232k|4092 | 0.000000e+00 |      --      |    Inf 
649.11/649.18	c   649s|  3350k|  1278k| 10160k|   3.0 | 843M|  63 |   - |  70 |6729 |  70 |  19 |  14 |1236k|4092 | 0.000000e+00 |      --      |    Inf 
651.41/651.42	c   651s|  3360k|  1281k| 10189k|   3.0 | 845M|  63 |   8 |  70 |5842 |  70 |  19 |  14 |1240k|4092 | 0.000000e+00 |      --      |    Inf 
653.61/653.64	c   654s|  3370k|  1285k| 10219k|   3.0 | 848M|  63 |   8 |  70 |5413 |  70 |  19 |  14 |1244k|4092 | 0.000000e+00 |      --      |    Inf 
655.72/655.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.72/655.72	c   656s|  3380k|  1288k| 10249k|   3.0 | 850M|  63 |   8 |  70 |5826 |  70 |  19 |  14 |1247k|4092 | 0.000000e+00 |      --      |    Inf 
657.82/657.85	c   658s|  3390k|  1292k| 10279k|   3.0 | 853M|  63 |   - |  70 |6720 |  70 |  19 |  14 |1251k|4092 | 0.000000e+00 |      --      |    Inf 
660.02/660.05	c   660s|  3400k|  1295k| 10309k|   3.0 | 855M|  63 |   8 |  70 |5606 |  70 |  19 |  14 |1255k|4092 | 0.000000e+00 |      --      |    Inf 
662.22/662.20	c   662s|  3410k|  1299k| 10339k|   3.0 | 858M|  63 |   8 |  70 |5412 |  70 |  19 |  14 |1259k|4092 | 0.000000e+00 |      --      |    Inf 
664.32/664.30	c   664s|  3420k|  1303k| 10369k|   3.0 | 860M|  63 |   - |  70 |5550 |  70 |  19 |  14 |1263k|4092 | 0.000000e+00 |      --      |    Inf 
666.41/666.45	c   666s|  3430k|  1306k| 10399k|   3.0 | 863M|  63 |   8 |  70 |5597 |  70 |  19 |  14 |1267k|4092 | 0.000000e+00 |      --      |    Inf 
668.52/668.59	c   669s|  3440k|  1310k| 10430k|   3.0 | 865M|  63 |   8 |  70 |5711 |  70 |  19 |  14 |1270k|4092 | 0.000000e+00 |      --      |    Inf 
670.62/670.68	c   671s|  3450k|  1313k| 10460k|   3.0 | 868M|  63 |   - |  70 |6224 |  70 |  19 |  14 |1274k|4092 | 0.000000e+00 |      --      |    Inf 
672.81/672.88	c   673s|  3460k|  1317k| 10491k|   3.0 | 870M|  63 |   - |  70 |6056 |  70 |  19 |  14 |1278k|4092 | 0.000000e+00 |      --      |    Inf 
675.02/675.04	c   675s|  3470k|  1320k| 10521k|   3.0 | 872M|  63 |   8 |  70 |5729 |  70 |  19 |  14 |1282k|4092 | 0.000000e+00 |      --      |    Inf 
677.21/677.28	c   677s|  3480k|  1324k| 10551k|   3.0 | 875M|  63 |   8 |  70 |4840 |  70 |  19 |  14 |1286k|4092 | 0.000000e+00 |      --      |    Inf 
679.31/679.38	c   679s|  3490k|  1327k| 10580k|   3.0 | 877M|  63 |   - |  70 |5104 |  70 |  19 |  14 |1290k|4092 | 0.000000e+00 |      --      |    Inf 
681.42/681.44	c   681s|  3500k|  1331k| 10610k|   3.0 | 880M|  63 |   8 |  70 |5653 |  70 |  19 |  14 |1293k|4092 | 0.000000e+00 |      --      |    Inf 
683.31/683.33	c   683s|  3510k|  1335k| 10639k|   3.0 | 882M|  63 |   8 |  70 |6635 |  70 |  19 |  14 |1297k|4092 | 0.000000e+00 |      --      |    Inf 
685.22/685.28	c   685s|  3520k|  1339k| 10670k|   3.0 | 885M|  63 |   8 |  70 |7604 |  70 |  19 |  14 |1301k|4092 | 0.000000e+00 |      --      |    Inf 
687.42/687.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
687.42/687.41	c   687s|  3530k|  1342k| 10700k|   3.0 | 888M|  63 |   - |  70 |7874 |  70 |  19 |  14 |1305k|4092 | 0.000000e+00 |      --      |    Inf 
689.72/689.74	c   690s|  3540k|  1345k| 10731k|   3.0 | 890M|  63 |   - |  70 |6203 |  70 |  19 |  14 |1309k|4092 | 0.000000e+00 |      --      |    Inf 
691.71/691.78	c   692s|  3550k|  1349k| 10762k|   3.0 | 892M|  63 |   8 |  70 |7490 |  70 |  19 |  14 |1313k|4092 | 0.000000e+00 |      --      |    Inf 
693.82/693.87	c   694s|  3560k|  1353k| 10793k|   3.0 | 894M|  63 |   - |  70 |6308 |  70 |  19 |  14 |1317k|4092 | 0.000000e+00 |      --      |    Inf 
695.81/695.87	c   696s|  3570k|  1356k| 10823k|   3.0 | 897M|  63 |   8 |  70 |6290 |  70 |  19 |  14 |1320k|4092 | 0.000000e+00 |      --      |    Inf 
698.02/698.05	c   698s|  3580k|  1360k| 10853k|   3.0 | 899M|  63 |   - |  70 |5328 |  70 |  19 |  14 |1324k|4092 | 0.000000e+00 |      --      |    Inf 
700.11/700.17	c   700s|  3590k|  1363k| 10882k|   3.0 | 902M|  63 |   8 |  70 |4987 |  70 |  19 |  14 |1328k|4092 | 0.000000e+00 |      --      |    Inf 
702.31/702.33	c   702s|  3600k|  1367k| 10913k|   3.0 | 904M|  63 |   8 |  70 |5187 |  70 |  19 |  14 |1332k|4092 | 0.000000e+00 |      --      |    Inf 
704.52/704.55	c   705s|  3610k|  1370k| 10943k|   3.0 | 906M|  63 |   - |  70 |5003 |  70 |  19 |  14 |1336k|4092 | 0.000000e+00 |      --      |    Inf 
706.61/706.67	c   707s|  3620k|  1374k| 10972k|   3.0 | 909M|  63 |   8 |  70 |5062 |  70 |  19 |  14 |1340k|4092 | 0.000000e+00 |      --      |    Inf 
708.72/708.77	c   709s|  3630k|  1377k| 11002k|   3.0 | 911M|  63 |   8 |  70 |5709 |  70 |  19 |  14 |1343k|4092 | 0.000000e+00 |      --      |    Inf 
710.81/710.82	c   711s|  3640k|  1381k| 11032k|   3.0 | 914M|  63 |   8 |  70 |5676 |  70 |  19 |  14 |1347k|4092 | 0.000000e+00 |      --      |    Inf 
712.91/712.94	c   713s|  3650k|  1385k| 11061k|   3.0 | 917M|  63 |   - |  70 |5691 |  70 |  19 |  14 |1351k|4092 | 0.000000e+00 |      --      |    Inf 
714.81/714.87	c   715s|  3660k|  1388k| 11091k|   3.0 | 919M|  63 |   8 |  70 |6420 |  70 |  19 |  14 |1354k|4092 | 0.000000e+00 |      --      |    Inf 
716.72/716.73	c   717s|  3670k|  1392k| 11122k|   3.0 | 922M|  63 |   - |  70 |7809 |  70 |  19 |  14 |1358k|4092 | 0.000000e+00 |      --      |    Inf 
718.72/718.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
718.72/718.76	c   719s|  3680k|  1396k| 11153k|   3.0 | 924M|  63 |   - |  70 |7791 |  70 |  19 |  14 |1362k|4092 | 0.000000e+00 |      --      |    Inf 
720.72/720.77	c   721s|  3690k|  1400k| 11183k|   3.0 | 927M|  63 |   8 |  70 |9197 |  70 |  19 |  14 |1366k|4092 | 0.000000e+00 |      --      |    Inf 
722.72/722.78	c   723s|  3700k|  1403k| 11213k|   3.0 | 930M|  63 |   - |  70 |9532 |  70 |  19 |  14 |1369k|4092 | 0.000000e+00 |      --      |    Inf 
725.12/725.15	c   725s|  3710k|  1407k| 11244k|   3.0 | 932M|  63 |   8 |  70 |7192 |  70 |  19 |  14 |1373k|4092 | 0.000000e+00 |      --      |    Inf 
727.32/727.36	c   727s|  3720k|  1410k| 11274k|   3.0 | 934M|  63 |   8 |  70 |6673 |  70 |  19 |  14 |1377k|4092 | 0.000000e+00 |      --      |    Inf 
729.33/729.33	c   729s|  3730k|  1414k| 11303k|   3.0 | 937M|  63 |   8 |  70 |7541 |  70 |  19 |  14 |1381k|4092 | 0.000000e+00 |      --      |    Inf 
731.52/731.56	c   732s|  3740k|  1418k| 11333k|   3.0 | 939M|  63 |   - |  70 |6533 |   0 |   0 |  14 |1384k|4092 | 0.000000e+00 |      --      |    Inf 
733.81/733.86	c   734s|  3750k|  1422k| 11362k|   3.0 | 941M|  63 |   8 |  70 |5694 |  70 |  19 |  14 |1388k|4092 | 0.000000e+00 |      --      |    Inf 
736.01/736.01	c   736s|  3760k|  1425k| 11392k|   3.0 | 944M|  63 |   8 |  70 |6254 |  70 |  19 |  14 |1392k|4092 | 0.000000e+00 |      --      |    Inf 
738.02/738.05	c   738s|  3770k|  1428k| 11422k|   3.0 | 947M|  63 |   8 |  70 |7347 |  70 |  19 |  14 |1396k|4092 | 0.000000e+00 |      --      |    Inf 
740.32/740.38	c   740s|  3780k|  1432k| 11453k|   3.0 | 949M|  63 |   8 |  70 |6393 |  70 |  19 |  14 |1400k|4092 | 0.000000e+00 |      --      |    Inf 
742.42/742.49	c   742s|  3790k|  1435k| 11482k|   3.0 | 951M|  63 |   - |  70 |6955 |  70 |  19 |  14 |1404k|4092 | 0.000000e+00 |      --      |    Inf 
744.61/744.69	c   745s|  3800k|  1439k| 11512k|   3.0 | 954M|  63 |   8 |  70 |6294 |  70 |  19 |  14 |1408k|4092 | 0.000000e+00 |      --      |    Inf 
746.82/746.82	c   747s|  3810k|  1443k| 11540k|   3.0 | 956M|  63 |   8 |  70 |6294 |  70 |  19 |  14 |1412k|4092 | 0.000000e+00 |      --      |    Inf 
749.02/749.03	c   749s|  3820k|  1446k| 11570k|   3.0 | 959M|  63 |   8 |  70 |5747 |  70 |  19 |  14 |1415k|4092 | 0.000000e+00 |      --      |    Inf 
751.21/751.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.21/751.21	c   751s|  3830k|  1450k| 11600k|   3.0 | 961M|  63 |   8 |  70 |5785 |  70 |  19 |  14 |1419k|4092 | 0.000000e+00 |      --      |    Inf 
753.42/753.47	c   753s|  3840k|  1453k| 11631k|   3.0 | 963M|  63 |   - |  70 |5704 |  70 |  19 |  14 |1423k|4092 | 0.000000e+00 |      --      |    Inf 
755.61/755.69	c   756s|  3850k|  1456k| 11660k|   3.0 | 966M|  63 |   8 |  70 |5707 |  70 |  19 |  14 |1427k|4092 | 0.000000e+00 |      --      |    Inf 
757.92/757.96	c   758s|  3860k|  1460k| 11690k|   3.0 | 968M|  63 |   8 |  70 |5190 |  70 |  19 |  14 |1431k|4092 | 0.000000e+00 |      --      |    Inf 
760.01/760.00	c   760s|  3870k|  1464k| 11719k|   3.0 | 971M|  63 |   - |  70 |5531 |  70 |  19 |  14 |1434k|4092 | 0.000000e+00 |      --      |    Inf 
762.12/762.10	c   762s|  3880k|  1467k| 11748k|   3.0 | 973M|  63 |   8 |  70 |5600 |  70 |  19 |  14 |1438k|4092 | 0.000000e+00 |      --      |    Inf 
764.11/764.15	c   764s|  3890k|  1471k| 11779k|   3.0 | 976M|  63 |   8 |  70 |6047 |  70 |  19 |  14 |1442k|4092 | 0.000000e+00 |      --      |    Inf 
766.21/766.21	c   766s|  3900k|  1474k| 11809k|   3.0 | 978M|  63 |   - |  70 |5716 |  70 |  19 |  14 |1446k|4092 | 0.000000e+00 |      --      |    Inf 
768.41/768.42	c   768s|  3910k|  1478k| 11838k|   3.0 | 981M|  63 |   8 |  70 |5432 |  70 |  19 |  14 |1450k|4092 | 0.000000e+00 |      --      |    Inf 
770.62/770.64	c   771s|  3920k|  1481k| 11869k|   3.0 | 983M|  63 |   8 |  70 |5799 |  70 |  19 |  14 |1454k|4092 | 0.000000e+00 |      --      |    Inf 
772.51/772.53	c   773s|  3930k|  1485k| 11898k|   3.0 | 986M|  63 |   8 |  70 |6509 |  70 |  19 |  14 |1458k|4092 | 0.000000e+00 |      --      |    Inf 
774.42/774.49	c   774s|  3940k|  1488k| 11929k|   3.0 | 988M|  63 |   - |  70 |7649 |  70 |  19 |  14 |1462k|4092 | 0.000000e+00 |      --      |    Inf 
776.62/776.65	c   777s|  3950k|  1492k| 11959k|   3.0 | 991M|  63 |   8 |  70 |7699 |  70 |  19 |  14 |1466k|4092 | 0.000000e+00 |      --      |    Inf 
779.02/779.02	c   779s|  3960k|  1495k| 11989k|   3.0 | 993M|  63 |   8 |  70 |5553 |  70 |  19 |  14 |1469k|4092 | 0.000000e+00 |      --      |    Inf 
781.21/781.26	c   781s|  3970k|  1499k| 12019k|   3.0 | 995M|  63 |   8 |  70 |5858 |  70 |  19 |  14 |1473k|4092 | 0.000000e+00 |      --      |    Inf 
783.42/783.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.42/783.45	c   783s|  3980k|  1502k| 12049k|   3.0 | 998M|  63 |   8 |  70 |6157 |  70 |  19 |  14 |1477k|4092 | 0.000000e+00 |      --      |    Inf 
785.61/785.61	c   786s|  3990k|  1506k| 12078k|   3.0 |1000M|  63 |   - |  70 |5858 |  70 |  19 |  14 |1481k|4092 | 0.000000e+00 |      --      |    Inf 
787.72/787.76	c   788s|  4000k|  1510k| 12107k|   3.0 |1003M|  63 |   8 |  70 |5999 |  70 |  19 |  14 |1485k|4092 | 0.000000e+00 |      --      |    Inf 
790.02/790.08	c   790s|  4010k|  1513k| 12138k|   3.0 |1005M|  63 |   8 |  70 |6160 |  70 |  19 |  14 |1489k|4092 | 0.000000e+00 |      --      |    Inf 
792.21/792.28	c   792s|  4020k|  1516k| 12168k|   3.0 |1007M|  63 |   8 |  70 |6103 |  70 |  19 |  14 |1493k|4092 | 0.000000e+00 |      --      |    Inf 
794.42/794.46	c   794s|  4030k|  1520k| 12198k|   3.0 |1010M|  63 |   - |  70 |6257 |  70 |  19 |  14 |1496k|4092 | 0.000000e+00 |      --      |    Inf 
796.52/796.54	c   797s|  4040k|  1524k| 12228k|   3.0 |1012M|  63 |   8 |  70 |6438 |  70 |  19 |  14 |1500k|4092 | 0.000000e+00 |      --      |    Inf 
798.52/798.52	c   799s|  4050k|  1527k| 12258k|   3.0 |1015M|  63 |   8 |  70 |7777 |  70 |  19 |  14 |1504k|4092 | 0.000000e+00 |      --      |    Inf 
800.82/800.86	c   801s|  4060k|  1531k| 12288k|   3.0 |1017M|  63 |   8 |  70 |6280 |  70 |  19 |  14 |1508k|4092 | 0.000000e+00 |      --      |    Inf 
803.12/803.12	c   803s|  4070k|  1534k| 12319k|   3.0 |1020M|  63 |   - |  70 |6176 |  70 |  19 |  14 |1512k|4092 | 0.000000e+00 |      --      |    Inf 
805.32/805.30	c   805s|  4080k|  1538k| 12349k|   3.0 |1022M|  63 |   8 |  70 |5997 |  70 |  19 |  14 |1516k|4092 | 0.000000e+00 |      --      |    Inf 
807.11/807.19	c   807s|  4090k|  1542k| 12379k|   3.0 |1025M|  63 |   8 |  70 |7396 |  70 |  19 |  14 |1519k|4092 | 0.000000e+00 |      --      |    Inf 
809.41/809.49	c   809s|  4100k|  1545k| 12409k|   3.0 |1027M|  63 |   - |  70 |6352 |  70 |  19 |  14 |1523k|4092 | 0.000000e+00 |      --      |    Inf 
811.62/811.63	c   812s|  4110k|  1549k| 12439k|   3.0 |1030M|  63 |   8 |  70 |6124 |  70 |  19 |  14 |1527k|4092 | 0.000000e+00 |      --      |    Inf 
813.72/813.77	c   814s|  4120k|  1552k| 12469k|   3.0 |1032M|  63 |   - |  70 |6323 |  70 |  19 |  14 |1531k|4092 | 0.000000e+00 |      --      |    Inf 
816.02/816.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
816.02/816.05	c   816s|  4130k|  1556k| 12499k|   3.0 |1034M|  63 |   8 |  70 |5437 |  70 |  19 |  14 |1535k|4092 | 0.000000e+00 |      --      |    Inf 
818.02/818.01	c   818s|  4140k|  1559k| 12530k|   3.0 |1037M|  63 |   - |  70 |6720 |  70 |  19 |  14 |1539k|4092 | 0.000000e+00 |      --      |    Inf 
820.12/820.14	c   820s|  4150k|  1563k| 12561k|   3.0 |1040M|  63 |   8 |  70 |7123 |  70 |  19 |  14 |1543k|4092 | 0.000000e+00 |      --      |    Inf 
822.62/822.61	c   823s|  4160k|  1566k| 12592k|   3.0 |1042M|  63 |   8 |  70 |6044 |  70 |  19 |  14 |1547k|4092 | 0.000000e+00 |      --      |    Inf 
824.92/824.96	c   825s|  4170k|  1569k| 12622k|   3.0 |1044M|  63 |   8 |  70 |5868 |  70 |  19 |  14 |1551k|4092 | 0.000000e+00 |      --      |    Inf 
827.12/827.13	c   827s|  4180k|  1572k| 12653k|   3.0 |1046M|  63 |   8 |  70 |6336 |  70 |  19 |  14 |1555k|4092 | 0.000000e+00 |      --      |    Inf 
829.32/829.37	c   829s|  4190k|  1576k| 12683k|   3.0 |1049M|  63 |   - |  70 |5653 |  70 |  19 |  14 |1559k|4092 | 0.000000e+00 |      --      |    Inf 
831.42/831.47	c   831s|  4200k|  1579k| 12713k|   3.0 |1051M|  63 |   8 |  70 |5964 |  70 |  19 |  14 |1562k|4092 | 0.000000e+00 |      --      |    Inf 
833.52/833.59	c   834s|  4210k|  1583k| 12743k|   3.0 |1054M|  63 |   8 |  70 |6490 |  70 |  19 |  14 |1566k|4092 | 0.000000e+00 |      --      |    Inf 
835.52/835.55	c   836s|  4220k|  1587k| 12772k|   3.0 |1057M|  63 |   8 |  70 |7001 |  70 |  19 |  14 |1570k|4092 | 0.000000e+00 |      --      |    Inf 
837.61/837.61	c   838s|  4230k|  1590k| 12803k|   3.0 |1059M|  63 |   8 |  70 |6596 |  70 |  19 |  14 |1574k|4092 | 0.000000e+00 |      --      |    Inf 
839.62/839.61	c   840s|  4240k|  1594k| 12833k|   3.0 |1062M|  63 |   8 |  70 |7460 |  70 |  19 |  14 |1578k|4092 | 0.000000e+00 |      --      |    Inf 
842.02/842.07	c   842s|  4250k|  1597k| 12864k|   3.0 |1063M|  63 |   8 |  70 |5307 |  70 |  19 |  14 |1581k|4092 | 0.000000e+00 |      --      |    Inf 
844.12/844.16	c   844s|  4260k|  1601k| 12895k|   3.0 |1066M|  63 |   8 |  70 |5779 |  70 |  19 |  14 |1585k|4092 | 0.000000e+00 |      --      |    Inf 
846.21/846.26	c   846s|  4270k|  1604k| 12925k|   3.0 |1069M|  63 |   - |  70 |6417 |  70 |  19 |  14 |1589k|4092 | 0.000000e+00 |      --      |    Inf 
848.42/848.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
848.42/848.40	c   848s|  4280k|  1608k| 12955k|   3.0 |1071M|  63 |   8 |  70 |5883 |  70 |  19 |  14 |1593k|4092 | 0.000000e+00 |      --      |    Inf 
850.52/850.57	c   851s|  4290k|  1611k| 12984k|   3.0 |1074M|  63 |   - |  70 |6222 |  70 |  19 |  14 |1597k|4092 | 0.000000e+00 |      --      |    Inf 
852.72/852.77	c   853s|  4300k|  1615k| 13014k|   3.0 |1076M|  63 |   8 |  70 |5882 |  70 |  19 |  14 |1601k|4092 | 0.000000e+00 |      --      |    Inf 
854.92/854.92	c   855s|  4310k|  1618k| 13044k|   3.0 |1078M|  63 |   8 |  70 |5839 |  70 |  19 |  14 |1605k|4092 | 0.000000e+00 |      --      |    Inf 
857.02/857.00	c   857s|  4320k|  1622k| 13074k|   3.0 |1081M|  63 |   8 |  70 |5920 |  70 |  19 |  14 |1609k|4092 | 0.000000e+00 |      --      |    Inf 
859.13/859.11	c   859s|  4330k|  1626k| 13104k|   3.0 |1083M|  63 |   8 |  70 |6041 |  70 |  19 |  14 |1612k|4092 | 0.000000e+00 |      --      |    Inf 
861.42/861.45	c   861s|  4340k|  1629k| 13134k|   3.0 |1086M|  63 |   8 |  70 |5525 |  70 |  19 |  14 |1616k|4092 | 0.000000e+00 |      --      |    Inf 
863.52/863.56	c   864s|  4350k|  1632k| 13165k|   3.0 |1088M|  63 |   8 |  70 |6011 |  70 |  19 |  14 |1620k|4092 | 0.000000e+00 |      --      |    Inf 
865.32/865.39	c   865s|  4360k|  1636k| 13194k|   3.0 |1091M|  63 |   - |  70 |7056 |  70 |  19 |  14 |1624k|4092 | 0.000000e+00 |      --      |    Inf 
867.32/867.33	c   867s|  4370k|  1640k| 13224k|   3.0 |1093M|  63 |   8 |  70 |7323 |  70 |  19 |  14 |1628k|4092 | 0.000000e+00 |      --      |    Inf 
869.32/869.39	c   869s|  4380k|  1644k| 13253k|   3.0 |1096M|  63 |   8 |  70 |6985 |  70 |  19 |  14 |1631k|4092 | 0.000000e+00 |      --      |    Inf 
871.52/871.53	c   872s|  4390k|  1647k| 13283k|   3.0 |1098M|  63 |   8 |  70 |6926 |  70 |  19 |  14 |1635k|4092 | 0.000000e+00 |      --      |    Inf 
873.62/873.68	c   874s|  4400k|  1651k| 13312k|   3.0 |1101M|  63 |   8 |  70 |6864 |  70 |  19 |  14 |1639k|4092 | 0.000000e+00 |      --      |    Inf 
875.92/875.95	c   876s|  4410k|  1654k| 13343k|   3.0 |1103M|  63 |   - |  70 |6904 |  70 |  19 |  14 |1643k|4092 | 0.000000e+00 |      --      |    Inf 
878.23/878.20	c   878s|  4420k|  1657k| 13373k|   3.0 |1105M|  63 |   - |  70 |6785 |  70 |  19 |  14 |1647k|4092 | 0.000000e+00 |      --      |    Inf 
880.42/880.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
880.42/880.49	c   880s|  4430k|  1661k| 13404k|   3.0 |1108M|  63 |   8 |  70 |5885 |  70 |  19 |  14 |1651k|4092 | 0.000000e+00 |      --      |    Inf 
882.72/882.73	c   883s|  4440k|  1664k| 13434k|   3.0 |1110M|  63 |   - |  70 |6276 |  70 |  19 |  14 |1655k|4092 | 0.000000e+00 |      --      |    Inf 
884.82/884.87	c   885s|  4450k|  1668k| 13466k|   3.0 |1113M|  63 |   - |  70 |6714 |  70 |  19 |  14 |1658k|4092 | 0.000000e+00 |      --      |    Inf 
886.82/886.80	c   887s|  4460k|  1672k| 13499k|   3.0 |1116M|  63 |   8 |  70 |8451 |  70 |  19 |  14 |1662k|4092 | 0.000000e+00 |      --      |    Inf 
888.92/888.95	c   889s|  4470k|  1675k| 13532k|   3.0 |1118M|  63 |   8 |  70 |8724 |  70 |  19 |  14 |1666k|4092 | 0.000000e+00 |      --      |    Inf 
891.42/891.45	c   891s|  4480k|  1678k| 13563k|   3.0 |1120M|  63 |   - |  70 |7389 |  70 |  19 |  14 |1670k|4092 | 0.000000e+00 |      --      |    Inf 
893.82/893.84	c   894s|  4490k|  1682k| 13594k|   3.0 |1123M|  63 |   8 |  70 |6216 |  70 |  19 |  14 |1674k|4092 | 0.000000e+00 |      --      |    Inf 
896.12/896.19	c   896s|  4500k|  1685k| 13624k|   3.0 |1125M|  63 |   8 |  70 |5654 |  70 |  19 |  14 |1678k|4092 | 0.000000e+00 |      --      |    Inf 
898.22/898.27	c   898s|  4510k|  1689k| 13653k|   3.0 |1127M|  63 |   - |  70 |6096 |  70 |  19 |  14 |1682k|4092 | 0.000000e+00 |      --      |    Inf 
900.12/900.18	c   900s|  4520k|  1693k| 13682k|   3.0 |1130M|  63 |   8 |  70 |6930 |  70 |  19 |  14 |1685k|4092 | 0.000000e+00 |      --      |    Inf 
902.22/902.29	c   902s|  4530k|  1696k| 13713k|   3.0 |1133M|  63 |   - |  70 |8014 |  70 |  19 |  14 |1689k|4092 | 0.000000e+00 |      --      |    Inf 
904.72/904.74	c   905s|  4540k|  1699k| 13743k|   3.0 |1135M|  63 |   - |  70 |6274 |  70 |  19 |  14 |1693k|4092 | 0.000000e+00 |      --      |    Inf 
906.82/906.81	c   907s|  4550k|  1703k| 13773k|   3.0 |1137M|  63 |   8 |  70 |6859 |  70 |  19 |  14 |1697k|4092 | 0.000000e+00 |      --      |    Inf 
908.82/908.84	c   909s|  4560k|  1707k| 13803k|   3.0 |1140M|  63 |   8 |  70 |7550 |  70 |  19 |  14 |1700k|4092 | 0.000000e+00 |      --      |    Inf 
911.02/911.09	c   911s|  4570k|  1711k| 13833k|   3.0 |1142M|  63 |   8 |  70 |7046 |  70 |  19 |  14 |1704k|4092 | 0.000000e+00 |      --      |    Inf 
913.32/913.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
913.32/913.39	c   913s|  4580k|  1714k| 13863k|   3.0 |1145M|  63 |   - |  70 |6451 |  70 |  19 |  14 |1708k|4092 | 0.000000e+00 |      --      |    Inf 
915.52/915.59	c   916s|  4590k|  1718k| 13893k|   3.0 |1147M|  63 |   8 |  70 |6730 |  70 |  19 |  14 |1712k|4092 | 0.000000e+00 |      --      |    Inf 
917.92/917.94	c   918s|  4600k|  1721k| 13923k|   3.0 |1150M|  63 |   - |  70 |6199 |  70 |  19 |  14 |1716k|4092 | 0.000000e+00 |      --      |    Inf 
920.12/920.17	c   920s|  4610k|  1725k| 13952k|   3.0 |1152M|  63 |   - |  70 |5866 |  70 |  19 |  14 |1720k|4092 | 0.000000e+00 |      --      |    Inf 
922.22/922.22	c   922s|  4620k|  1728k| 13982k|   3.0 |1155M|  63 |   8 |  70 |6049 |  70 |  19 |  14 |1723k|4092 | 0.000000e+00 |      --      |    Inf 
924.33/924.37	c   924s|  4630k|  1732k| 14012k|   3.0 |1157M|  63 |   - |  70 |6406 |  70 |  19 |  14 |1727k|4092 | 0.000000e+00 |      --      |    Inf 
926.52/926.52	c   927s|  4640k|  1735k| 14042k|   3.0 |1160M|  63 |   - |  70 |6851 |  70 |  19 |  14 |1731k|4092 | 0.000000e+00 |      --      |    Inf 
928.72/928.70	c   929s|  4650k|  1739k| 14071k|   3.0 |1162M|  63 |   8 |  70 |5659 |  70 |  19 |  14 |1735k|4092 | 0.000000e+00 |      --      |    Inf 
930.82/930.85	c   931s|  4660k|  1743k| 14100k|   3.0 |1164M|  63 |   8 |  70 |5606 |  70 |  19 |  14 |1738k|4092 | 0.000000e+00 |      --      |    Inf 
933.13/933.16	c   933s|  4670k|  1746k| 14130k|   3.0 |1167M|  63 |   8 |  70 |5091 |  70 |  19 |  14 |1742k|4092 | 0.000000e+00 |      --      |    Inf 
935.32/935.31	c   935s|  4680k|  1750k| 14161k|   3.0 |1169M|  63 |   - |  70 |5642 |  70 |  19 |  14 |1746k|4092 | 0.000000e+00 |      --      |    Inf 
937.62/937.64	c   938s|  4690k|  1753k| 14190k|   3.0 |1171M|  63 |   8 |  70 |5619 |  70 |  19 |  14 |1750k|4092 | 0.000000e+00 |      --      |    Inf 
939.63/939.65	c   940s|  4700k|  1756k| 14221k|   3.0 |1174M|  63 |   8 |  70 |6829 |  70 |  19 |  14 |1754k|4092 | 0.000000e+00 |      --      |    Inf 
941.83/941.80	c   942s|  4710k|  1760k| 14251k|   3.0 |1177M|  63 |   8 |  70 |6482 |  70 |  19 |  14 |1758k|4092 | 0.000000e+00 |      --      |    Inf 
943.92/943.95	c   944s|  4720k|  1764k| 14280k|   3.0 |1179M|  63 |   - |  70 |6087 |  70 |  19 |  14 |1762k|4092 | 0.000000e+00 |      --      |    Inf 
946.12/946.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
946.12/946.18	c   946s|  4730k|  1767k| 14310k|   3.0 |1181M|  63 |   8 |  70 |5878 |  70 |  19 |  14 |1766k|4092 | 0.000000e+00 |      --      |    Inf 
948.22/948.28	c   948s|  4740k|  1771k| 14341k|   3.0 |1184M|  63 |   - |  70 |6107 |  70 |  19 |  14 |1770k|4092 | 0.000000e+00 |      --      |    Inf 
950.52/950.57	c   951s|  4750k|  1774k| 14372k|   3.0 |1186M|  63 |   - |  70 |5408 |  70 |  19 |  14 |1774k|4092 | 0.000000e+00 |      --      |    Inf 
952.63/952.65	c   953s|  4760k|  1777k| 14403k|   3.0 |1189M|  63 |   - |  70 |6619 |  70 |  19 |  14 |1777k|4092 | 0.000000e+00 |      --      |    Inf 
954.83/954.83	c   955s|  4770k|  1781k| 14433k|   3.0 |1191M|  63 |   8 |  70 |6851 |  70 |  19 |  14 |1782k|4092 | 0.000000e+00 |      --      |    Inf 
957.12/957.12	c   957s|  4780k|  1784k| 14463k|   3.0 |1194M|  63 |   8 |  70 |6397 |  70 |  19 |  14 |1786k|4092 | 0.000000e+00 |      --      |    Inf 
959.53/959.54	c   960s|  4790k|  1787k| 14493k|   3.0 |1196M|  63 |   8 |  70 |5813 |  70 |  19 |  14 |1790k|4092 | 0.000000e+00 |      --      |    Inf 
961.52/961.55	c   962s|  4800k|  1790k| 14523k|   3.0 |1199M|  63 |   8 |  70 |6887 |  70 |  19 |  14 |1794k|4092 | 0.000000e+00 |      --      |    Inf 
963.83/963.87	c   964s|  4810k|  1794k| 14553k|   3.0 |1201M|  63 |   8 |  70 |6207 |  70 |  19 |  14 |1798k|4092 | 0.000000e+00 |      --      |    Inf 
966.12/966.19	c   966s|  4820k|  1797k| 14582k|   3.0 |1203M|  63 |   8 |  70 |6336 |  70 |  19 |  14 |1802k|4092 | 0.000000e+00 |      --      |    Inf 
968.53/968.51	c   969s|  4830k|  1801k| 14612k|   3.0 |1205M|  63 |   8 |  70 |5626 |  70 |  19 |  14 |1806k|4092 | 0.000000e+00 |      --      |    Inf 
970.53/970.56	c   971s|  4840k|  1804k| 14642k|   3.0 |1208M|  63 |   8 |  70 |6199 |  70 |  19 |  14 |1809k|4092 | 0.000000e+00 |      --      |    Inf 
972.72/972.79	c   973s|  4850k|  1808k| 14672k|   3.0 |1211M|  63 |   8 |  70 |6756 |  70 |  19 |  14 |1813k|4092 | 0.000000e+00 |      --      |    Inf 
975.13/975.12	c   975s|  4860k|  1811k| 14702k|   3.0 |1213M|  63 |   - |  70 |6334 |  70 |  19 |  14 |1817k|4092 | 0.000000e+00 |      --      |    Inf 
977.52/977.53	c   978s|  4870k|  1814k| 14732k|   3.0 |1215M|  63 |   8 |  70 |5766 |  70 |  19 |  14 |1821k|4092 | 0.000000e+00 |      --      |    Inf 
979.82/979.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
979.82/979.85	c   980s|  4880k|  1818k| 14761k|   3.0 |1218M|  63 |   - |  70 |6091 |  70 |  19 |  14 |1825k|4092 | 0.000000e+00 |      --      |    Inf 
982.12/982.12	c   982s|  4890k|  1821k| 14792k|   3.0 |1220M|  63 |   - |  70 |6078 |  70 |  19 |  14 |1829k|4092 | 0.000000e+00 |      --      |    Inf 
984.12/984.15	c   984s|  4900k|  1825k| 14822k|   3.0 |1223M|  63 |   - |  70 |6458 |  70 |  19 |  14 |1833k|4092 | 0.000000e+00 |      --      |    Inf 
986.32/986.40	c   986s|  4910k|  1828k| 14851k|   3.0 |1225M|  63 |   - |  70 |6330 |  70 |  19 |  14 |1837k|4092 | 0.000000e+00 |      --      |    Inf 
988.62/988.61	c   989s|  4920k|  1832k| 14881k|   3.0 |1227M|  63 |   - |  70 |6250 |  70 |  19 |  14 |1841k|4092 | 0.000000e+00 |      --      |    Inf 
990.52/990.55	c   991s|  4930k|  1835k| 14911k|   3.0 |1230M|  63 |   8 |  70 |7446 |  70 |  19 |  14 |1845k|4092 | 0.000000e+00 |      --      |    Inf 
992.73/992.74	c   993s|  4940k|  1839k| 14942k|   3.0 |1232M|  63 |   8 |  70 |6742 |  70 |  19 |  14 |1849k|4092 | 0.000000e+00 |      --      |    Inf 
994.92/994.91	c   995s|  4950k|  1842k| 14973k|   3.0 |1235M|  63 |   8 |  70 |7785 |  70 |  19 |  14 |1853k|4092 | 0.000000e+00 |      --      |    Inf 
997.13/997.13	c   997s|  4960k|  1846k| 15002k|   3.0 |1237M|  63 |   8 |  70 |7128 |  70 |  19 |  14 |1857k|4092 | 0.000000e+00 |      --      |    Inf 
999.43/999.40	c   999s|  4970k|  1849k| 15033k|   3.0 |1240M|  63 |   - |  70 |6867 |  70 |  19 |  14 |1861k|4092 | 0.000000e+00 |      --      |    Inf 
1001.72/1001.72	c  1002s|  4980k|  1852k| 15063k|   3.0 |1242M|  63 |   8 |  70 |6953 |  70 |  19 |  14 |1865k|4092 | 0.000000e+00 |      --      |    Inf 
1004.13/1004.14	c  1004s|  4990k|  1856k| 15093k|   3.0 |1244M|  63 |   8 |  70 |6238 |  70 |  19 |  14 |1868k|4092 | 0.000000e+00 |      --      |    Inf 
1006.23/1006.20	c  1006s|  5000k|  1860k| 15123k|   3.0 |1247M|  63 |   8 |  70 |6972 |  70 |  19 |  14 |1872k|4092 | 0.000000e+00 |      --      |    Inf 
1008.32/1008.39	c  1008s|  5010k|  1863k| 15154k|   3.0 |1250M|  63 |   8 |  70 |7064 |  70 |  19 |  14 |1876k|4092 | 0.000000e+00 |      --      |    Inf 
1010.73/1010.73	c  1011s|  5020k|  1866k| 15183k|   3.0 |1252M|  63 |   8 |  70 |6228 |  70 |  19 |  14 |1880k|4092 | 0.000000e+00 |      --      |    Inf 
1012.92/1012.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1012.92/1012.92	c  1013s|  5030k|  1870k| 15213k|   3.0 |1254M|  63 |   8 |  70 |6360 |  70 |  19 |  14 |1884k|4092 | 0.000000e+00 |      --      |    Inf 
1015.02/1015.02	c  1015s|  5040k|  1874k| 15245k|   3.0 |1257M|  63 |   8 |  70 |7564 |  70 |  19 |  14 |1888k|4092 | 0.000000e+00 |      --      |    Inf 
1017.32/1017.31	c  1017s|  5050k|  1877k| 15275k|   3.0 |1259M|  63 |   - |  70 |6469 |  70 |  19 |  14 |1892k|4092 | 0.000000e+00 |      --      |    Inf 
1019.42/1019.47	c  1019s|  5060k|  1880k| 15305k|   3.0 |1262M|  63 |   8 |  70 |7199 |  70 |  19 |  14 |1896k|4092 | 0.000000e+00 |      --      |    Inf 
1021.93/1021.95	c  1022s|  5070k|  1884k| 15335k|   3.0 |1264M|  63 |   - |  70 |6333 |  70 |  19 |  14 |1900k|4092 | 0.000000e+00 |      --      |    Inf 
1024.13/1024.17	c  1024s|  5080k|  1887k| 15364k|   3.0 |1267M|  63 |   - |  70 |6934 |  70 |  19 |  14 |1903k|4092 | 0.000000e+00 |      --      |    Inf 
1026.63/1026.60	c  1027s|  5090k|  1891k| 15394k|   3.0 |1269M|  63 |   - |  70 |5927 |  70 |  19 |  14 |1907k|4092 | 0.000000e+00 |      --      |    Inf 
1028.82/1028.82	c  1029s|  5100k|  1894k| 15423k|   3.0 |1271M|  63 |   8 |  70 |6292 |  70 |  19 |  14 |1911k|4092 | 0.000000e+00 |      --      |    Inf 
1030.92/1030.99	c  1031s|  5110k|  1898k| 15453k|   3.0 |1274M|  63 |   8 |  70 |6340 |  70 |  19 |  14 |1915k|4092 | 0.000000e+00 |      --      |    Inf 
1033.12/1033.11	c  1033s|  5120k|  1901k| 15484k|   3.0 |1276M|  63 |   8 |  70 |6601 |  70 |  19 |  14 |1919k|4092 | 0.000000e+00 |      --      |    Inf 
1034.92/1034.97	c  1035s|  5130k|  1906k| 15514k|   3.0 |1279M|  63 |   8 |  70 |7952 |  70 |  19 |  14 |1922k|4092 | 0.000000e+00 |      --      |    Inf 
1037.02/1037.03	c  1037s|  5140k|  1909k| 15542k|   3.0 |1282M|  63 |   8 |  70 |8578 |  70 |  19 |  14 |1926k|4092 | 0.000000e+00 |      --      |    Inf 
1039.33/1039.32	c  1039s|  5150k|  1913k| 15572k|   3.0 |1284M|  63 |   8 |  70 |6883 |  70 |  19 |  14 |1930k|4092 | 0.000000e+00 |      --      |    Inf 
1041.43/1041.50	c  1041s|  5160k|  1916k| 15603k|   3.0 |1286M|  63 |   - |  70 |7155 |  70 |  19 |  14 |1934k|4092 | 0.000000e+00 |      --      |    Inf 
1043.73/1043.77	c  1044s|  5170k|  1920k| 15633k|   3.0 |1289M|  63 |   8 |  70 |7369 |  70 |  19 |  14 |1938k|4092 | 0.000000e+00 |      --      |    Inf 
1046.03/1046.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1046.03/1046.08	c  1046s|  5180k|  1923k| 15663k|   3.0 |1291M|  63 |   - |  70 |6907 |  70 |  19 |  14 |1942k|4092 | 0.000000e+00 |      --      |    Inf 
1048.33/1048.36	c  1048s|  5190k|  1927k| 15693k|   3.0 |1294M|  63 |   - |  70 |6164 |  70 |  19 |  14 |1945k|4092 | 0.000000e+00 |      --      |    Inf 
1050.33/1050.39	c  1050s|  5200k|  1930k| 15723k|   3.0 |1296M|  63 |   8 |  70 |7184 |  70 |  19 |  14 |1950k|4092 | 0.000000e+00 |      --      |    Inf 
1052.43/1052.46	c  1052s|  5210k|  1934k| 15751k|   3.0 |1299M|  63 |   8 |  70 |6710 |  70 |  19 |  14 |1953k|4092 | 0.000000e+00 |      --      |    Inf 
1054.73/1054.78	c  1055s|  5220k|  1937k| 15781k|   3.0 |1301M|  63 |   8 |  70 |5741 |  70 |  19 |  14 |1957k|4092 | 0.000000e+00 |      --      |    Inf 
1056.72/1056.79	c  1057s|  5230k|  1941k| 15812k|   3.0 |1303M|  63 |   - |  70 |7360 |  70 |  19 |  14 |1961k|4092 | 0.000000e+00 |      --      |    Inf 
1058.62/1058.67	c  1059s|  5240k|  1945k| 15840k|   3.0 |1306M|  63 |   8 |  70 |8696 |  70 |  19 |  14 |1964k|4092 | 0.000000e+00 |      --      |    Inf 
1060.73/1060.79	c  1061s|  5250k|  1948k| 15869k|   3.0 |1309M|  63 |   8 |  70 |9240 |  70 |  19 |  14 |1968k|4092 | 0.000000e+00 |      --      |    Inf 
1063.12/1063.10	c  1063s|  5260k|  1952k| 15898k|   3.0 |1311M|  63 |   8 |  70 |8480 |  70 |  19 |  14 |1972k|4092 | 0.000000e+00 |      --      |    Inf 
1065.63/1065.66	c  1066s|  5270k|  1955k| 15929k|   3.0 |1313M|  63 |   - |  70 |6356 |  70 |  19 |  14 |1976k|4092 | 0.000000e+00 |      --      |    Inf 
1068.02/1068.08	c  1068s|  5280k|  1959k| 15959k|   3.0 |1315M|  63 |   8 |  70 |5630 |  70 |  19 |  14 |1980k|4092 | 0.000000e+00 |      --      |    Inf 
1070.23/1070.23	c  1070s|  5290k|  1962k| 15988k|   3.0 |1318M|  63 |   8 |  70 |6254 |  70 |  19 |  14 |1984k|4092 | 0.000000e+00 |      --      |    Inf 
1072.13/1072.12	c  1072s|  5300k|  1966k| 16017k|   3.0 |1321M|  63 |   8 |  70 |7877 |  70 |  19 |  14 |1988k|4092 | 0.000000e+00 |      --      |    Inf 
1074.23/1074.28	c  1074s|  5310k|  1969k| 16046k|   3.0 |1323M|  63 |   8 |  70 |7774 |  70 |  19 |  14 |1992k|4092 | 0.000000e+00 |      --      |    Inf 
1076.42/1076.41	c  1076s|  5320k|  1973k| 16076k|   3.0 |1326M|  63 |   - |  70 |8623 |  70 |  19 |  14 |1996k|4092 | 0.000000e+00 |      --      |    Inf 
1078.82/1078.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1078.82/1078.80	c  1079s|  5330k|  1976k| 16105k|   3.0 |1328M|  63 |   - |  70 |7547 |  70 |  19 |  14 |2000k|4092 | 0.000000e+00 |      --      |    Inf 
1081.03/1081.06	c  1081s|  5340k|  1980k| 16135k|   3.0 |1330M|  63 |   8 |  70 |7129 |  70 |  19 |  14 |2003k|4092 | 0.000000e+00 |      --      |    Inf 
1083.23/1083.22	c  1083s|  5350k|  1983k| 16166k|   3.0 |1333M|  63 |   8 |  70 |6915 |  70 |  19 |  14 |2007k|4092 | 0.000000e+00 |      --      |    Inf 
1085.23/1085.26	c  1085s|  5360k|  1987k| 16196k|   3.0 |1336M|  63 |   8 |  70 |7930 |  70 |  19 |  14 |2011k|4092 | 0.000000e+00 |      --      |    Inf 
1087.62/1087.64	c  1088s|  5370k|  1990k| 16226k|   3.0 |1338M|  63 |   8 |  70 |6591 |  70 |  19 |  14 |2015k|4092 | 0.000000e+00 |      --      |    Inf 
1089.92/1089.98	c  1090s|  5380k|  1993k| 16257k|   3.0 |1340M|  63 |   - |  70 |6419 |  70 |  19 |  14 |2019k|4092 | 0.000000e+00 |      --      |    Inf 
1092.33/1092.32	c  1092s|  5390k|  1997k| 16287k|   3.0 |1342M|  63 |   8 |  70 |5792 |  70 |  19 |  14 |2023k|4092 | 0.000000e+00 |      --      |    Inf 
1094.54/1094.59	c  1095s|  5400k|  2000k| 16316k|   3.0 |1345M|  63 |   8 |  70 |5874 |  70 |  19 |  14 |2027k|4092 | 0.000000e+00 |      --      |    Inf 
1096.43/1096.46	c  1096s|  5410k|  2004k| 16345k|   3.0 |1348M|  63 |   8 |  70 |7401 |  70 |  19 |  14 |2030k|4092 | 0.000000e+00 |      --      |    Inf 
1098.72/1098.76	c  1099s|  5420k|  2008k| 16375k|   3.0 |1350M|  63 |   - |  70 |6063 |   0 |   0 |  14 |2034k|4092 | 0.000000e+00 |      --      |    Inf 
1100.92/1100.93	c  1101s|  5430k|  2012k| 16405k|   3.0 |1352M|  63 |   8 |  70 |6083 |  70 |  19 |  14 |2038k|4092 | 0.000000e+00 |      --      |    Inf 
1102.93/1102.94	c  1103s|  5440k|  2015k| 16435k|   3.0 |1355M|  63 |   8 |  70 |7432 |  70 |  19 |  14 |2042k|4092 | 0.000000e+00 |      --      |    Inf 
1105.33/1105.30	c  1105s|  5450k|  2019k| 16464k|   3.0 |1357M|  63 |   8 |  70 |7055 |  70 |  19 |  14 |2046k|4092 | 0.000000e+00 |      --      |    Inf 
1107.74/1107.76	c  1108s|  5460k|  2022k| 16494k|   3.0 |1359M|  63 |   - |  70 |6115 |  70 |  19 |  14 |2050k|4092 | 0.000000e+00 |      --      |    Inf 
1110.03/1110.03	c  1110s|  5470k|  2026k| 16524k|   3.0 |1362M|  63 |   8 |  70 |6337 |  70 |  19 |  14 |2053k|4092 | 0.000000e+00 |      --      |    Inf 
1112.43/1112.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1112.43/1112.40	c  1112s|  5480k|  2029k| 16553k|   3.0 |1364M|  63 |   8 |  70 |6017 |  70 |  19 |  14 |2057k|4092 | 0.000000e+00 |      --      |    Inf 
1114.53/1114.58	c  1115s|  5490k|  2033k| 16582k|   3.0 |1367M|  63 |   - |  70 |6342 |  70 |  19 |  14 |2061k|4092 | 0.000000e+00 |      --      |    Inf 
1116.82/1116.84	c  1117s|  5500k|  2036k| 16611k|   3.0 |1369M|  63 |   8 |  70 |6174 |  70 |  19 |  14 |2065k|4092 | 0.000000e+00 |      --      |    Inf 
1118.93/1118.92	c  1119s|  5510k|  2040k| 16639k|   3.0 |1372M|  63 |   8 |  70 |6585 |  70 |  19 |  14 |2068k|4092 | 0.000000e+00 |      --      |    Inf 
1121.13/1121.15	c  1121s|  5520k|  2044k| 16669k|   3.0 |1374M|  63 |   8 |  70 |6530 |  70 |  19 |  14 |2072k|4092 | 0.000000e+00 |      --      |    Inf 
1123.33/1123.33	c  1123s|  5530k|  2047k| 16700k|   3.0 |1377M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |2076k|4092 | 0.000000e+00 |      --      |    Inf 
1125.43/1125.46	c  1125s|  5540k|  2050k| 16729k|   3.0 |1379M|  63 |   8 |  70 |6582 |  70 |  19 |  14 |2080k|4092 | 0.000000e+00 |      --      |    Inf 
1127.73/1127.77	c  1128s|  5550k|  2054k| 16760k|   3.0 |1381M|  63 |   8 |  70 |6721 |  70 |  19 |  14 |2084k|4092 | 0.000000e+00 |      --      |    Inf 
1130.23/1130.25	c  1130s|  5560k|  2057k| 16790k|   3.0 |1384M|  63 |   8 |  70 |6079 |  70 |  19 |  14 |2088k|4092 | 0.000000e+00 |      --      |    Inf 
1132.33/1132.37	c  1132s|  5570k|  2060k| 16820k|   3.0 |1386M|  63 |   - |  70 |6447 |  70 |  19 |  14 |2092k|4092 | 0.000000e+00 |      --      |    Inf 
1134.83/1134.80	c  1135s|  5580k|  2064k| 16850k|   3.0 |1388M|  63 |   8 |  70 |5957 |  70 |  19 |  14 |2096k|4092 | 0.000000e+00 |      --      |    Inf 
1136.83/1136.81	c  1137s|  5590k|  2067k| 16880k|   3.0 |1391M|  63 |   - |  70 |7227 |  70 |  19 |  14 |2100k|4092 | 0.000000e+00 |      --      |    Inf 
1139.13/1139.17	c  1139s|  5600k|  2071k| 16909k|   3.0 |1393M|  63 |   - |  70 |6397 |  70 |  19 |  14 |2104k|4092 | 0.000000e+00 |      --      |    Inf 
1141.33/1141.37	c  1141s|  5610k|  2074k| 16939k|   3.0 |1396M|  63 |   8 |  70 |6557 |  70 |  19 |  14 |2108k|4092 | 0.000000e+00 |      --      |    Inf 
1143.53/1143.56	c  1144s|  5620k|  2078k| 16968k|   3.0 |1398M|  63 |   8 |  70 |6802 |  70 |  19 |  14 |2112k|4092 | 0.000000e+00 |      --      |    Inf 
1145.73/1145.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1145.73/1145.78	c  1146s|  5630k|  2081k| 16999k|   3.0 |1401M|  63 |   8 |  70 |6830 |  70 |  19 |  14 |2116k|4092 | 0.000000e+00 |      --      |    Inf 
1148.03/1148.09	c  1148s|  5640k|  2085k| 17029k|   3.0 |1403M|  63 |   8 |  70 |6128 |  70 |  19 |  14 |2120k|4092 | 0.000000e+00 |      --      |    Inf 
1150.23/1150.21	c  1150s|  5650k|  2088k| 17060k|   3.0 |1406M|  63 |   8 |  70 |6988 |  70 |  19 |  14 |2124k|4092 | 0.000000e+00 |      --      |    Inf 
1152.84/1152.83	c  1153s|  5660k|  2091k| 17090k|   3.0 |1408M|  63 |   8 |  70 |5515 |  70 |  19 |  14 |2128k|4092 | 0.000000e+00 |      --      |    Inf 
1154.93/1154.98	c  1155s|  5670k|  2095k| 17119k|   3.0 |1410M|  63 |   8 |  70 |5911 |  70 |  19 |  14 |2132k|4092 | 0.000000e+00 |      --      |    Inf 
1157.14/1157.20	c  1157s|  5680k|  2099k| 17149k|   3.0 |1413M|  63 |   8 |  70 |6211 |  70 |  19 |  14 |2135k|4092 | 0.000000e+00 |      --      |    Inf 
1159.53/1159.55	c  1160s|  5690k|  2102k| 17179k|   3.0 |1415M|  63 |   8 |  70 |5695 |  70 |  19 |  14 |2139k|4092 | 0.000000e+00 |      --      |    Inf 
1161.63/1161.66	c  1162s|  5700k|  2105k| 17209k|   3.0 |1418M|  63 |   8 |  70 |6548 |  70 |  19 |  14 |2143k|4092 | 0.000000e+00 |      --      |    Inf 
1163.74/1163.75	c  1164s|  5710k|  2109k| 17240k|   3.0 |1420M|  63 |   - |  70 |7896 |  70 |  19 |  14 |2147k|4092 | 0.000000e+00 |      --      |    Inf 
1166.13/1166.14	c  1166s|  5720k|  2112k| 17270k|   3.0 |1423M|  63 |   8 |  70 |6606 |  70 |  19 |  14 |2151k|4092 | 0.000000e+00 |      --      |    Inf 
1168.53/1168.52	c  1169s|  5730k|  2115k| 17301k|   3.0 |1425M|  63 |   8 |  70 |6406 |  70 |  19 |  14 |2155k|4092 | 0.000000e+00 |      --      |    Inf 
1170.63/1170.67	c  1171s|  5740k|  2118k| 17330k|   3.0 |1427M|  63 |   - |  70 |6975 |  70 |  19 |  14 |2160k|4092 | 0.000000e+00 |      --      |    Inf 
1173.03/1173.02	c  1173s|  5750k|  2122k| 17360k|   3.0 |1430M|  63 |   8 |  70 |6043 |  70 |  19 |  14 |2164k|4092 | 0.000000e+00 |      --      |    Inf 
1175.04/1175.08	c  1175s|  5760k|  2125k| 17391k|   3.0 |1432M|  63 |   - |  70 |6551 |  70 |  19 |  14 |2167k|4092 | 0.000000e+00 |      --      |    Inf 
1177.33/1177.36	c  1177s|  5770k|  2129k| 17419k|   3.0 |1434M|  63 |   8 |  70 |6189 |  70 |  19 |  14 |2171k|4092 | 0.000000e+00 |      --      |    Inf 
1179.53/1179.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1179.53/1179.59	c  1180s|  5780k|  2132k| 17449k|   3.0 |1437M|  63 |   8 |  70 |6896 |  70 |  19 |  14 |2175k|4092 | 0.000000e+00 |      --      |    Inf 
1181.83/1181.82	c  1182s|  5790k|  2135k| 17479k|   3.0 |1439M|  63 |   - |  70 |6825 |  70 |  19 |  14 |2179k|4092 | 0.000000e+00 |      --      |    Inf 
1184.33/1184.30	c  1184s|  5800k|  2139k| 17508k|   3.0 |1442M|  63 |   - |  70 |6388 |  70 |  19 |  14 |2183k|4092 | 0.000000e+00 |      --      |    Inf 
1186.53/1186.59	c  1187s|  5810k|  2142k| 17537k|   3.0 |1444M|  63 |   8 |  70 |6922 |  70 |  19 |  14 |2187k|4092 | 0.000000e+00 |      --      |    Inf 
1188.83/1188.83	c  1189s|  5820k|  2146k| 17567k|   3.0 |1447M|  63 |   8 |  70 |7436 |  70 |  19 |  14 |2191k|4092 | 0.000000e+00 |      --      |    Inf 
1191.13/1191.12	c  1191s|  5830k|  2149k| 17597k|   3.0 |1449M|  63 |   8 |  70 |6826 |  70 |  19 |  14 |2195k|4092 | 0.000000e+00 |      --      |    Inf 
1193.53/1193.52	c  1194s|  5840k|  2152k| 17627k|   3.0 |1451M|  63 |   - |  70 |5723 |  70 |  19 |  14 |2199k|4092 | 0.000000e+00 |      --      |    Inf 
1195.83/1195.81	c  1196s|  5850k|  2156k| 17657k|   3.0 |1454M|  63 |   - |  70 |6165 |  70 |  19 |  14 |2202k|4092 | 0.000000e+00 |      --      |    Inf 
1197.93/1197.96	c  1198s|  5860k|  2159k| 17687k|   3.0 |1456M|  63 |   - |  70 |7110 |  70 |  19 |  14 |2206k|4092 | 0.000000e+00 |      --      |    Inf 
1200.03/1200.06	c  1200s|  5870k|  2163k| 17717k|   3.0 |1459M|  63 |   - |  70 |7312 |  70 |  19 |  14 |2210k|4092 | 0.000000e+00 |      --      |    Inf 
1202.23/1202.23	c  1202s|  5880k|  2166k| 17748k|   3.0 |1461M|  63 |   8 |  70 |7993 |  70 |  19 |  14 |2214k|4092 | 0.000000e+00 |      --      |    Inf 
1204.63/1204.61	c  1205s|  5890k|  2170k| 17778k|   3.0 |1464M|  63 |   - |  70 |6986 |  70 |  19 |  14 |2218k|4092 | 0.000000e+00 |      --      |    Inf 
1206.93/1206.93	c  1207s|  5900k|  2173k| 17809k|   3.0 |1466M|  63 |   - |  70 |6985 |  70 |  19 |  14 |2222k|4092 | 0.000000e+00 |      --      |    Inf 
1209.13/1209.17	c  1209s|  5910k|  2176k| 17839k|   3.0 |1468M|  63 |   8 |  70 |7266 |  70 |  19 |  14 |2226k|4092 | 0.000000e+00 |      --      |    Inf 
1211.33/1211.36	c  1211s|  5920k|  2180k| 17869k|   3.0 |1471M|  63 |   8 |  70 |7551 |  70 |  19 |  14 |2230k|4092 | 0.000000e+00 |      --      |    Inf 
1213.83/1213.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1213.83/1213.88	c  1214s|  5930k|  2183k| 17898k|   3.0 |1473M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |2234k|4092 | 0.000000e+00 |      --      |    Inf 
1216.13/1216.16	c  1216s|  5940k|  2186k| 17927k|   3.0 |1476M|  63 |   8 |  70 |7381 |  70 |  19 |  14 |2238k|4092 | 0.000000e+00 |      --      |    Inf 
1218.53/1218.58	c  1219s|  5950k|  2190k| 17957k|   3.0 |1478M|  63 |   8 |  70 |7068 |  70 |  19 |  14 |2242k|4092 | 0.000000e+00 |      --      |    Inf 
1221.13/1221.10	c  1221s|  5960k|  2193k| 17987k|   3.0 |1480M|  63 |   8 |  70 |6108 |  70 |  19 |  14 |2246k|4092 | 0.000000e+00 |      --      |    Inf 
1223.53/1223.52	c  1224s|  5970k|  2196k| 18017k|   3.0 |1483M|  63 |   8 |  70 |6078 |  70 |  19 |  14 |2250k|4092 | 0.000000e+00 |      --      |    Inf 
1225.94/1225.99	c  1226s|  5980k|  2199k| 18047k|   3.0 |1485M|  63 |   8 |  70 |5807 |  70 |  19 |  14 |2254k|4092 | 0.000000e+00 |      --      |    Inf 
1228.43/1228.45	c  1228s|  5990k|  2203k| 18076k|   3.0 |1487M|  63 |   8 |  70 |5447 |  70 |  19 |  14 |2258k|4092 | 0.000000e+00 |      --      |    Inf 
1230.63/1230.66	c  1231s|  6000k|  2206k| 18106k|   3.0 |1490M|  63 |   8 |  70 |5806 |  70 |  19 |  14 |2262k|4092 | 0.000000e+00 |      --      |    Inf 
1232.54/1232.59	c  1233s|  6010k|  2210k| 18136k|   3.0 |1493M|  63 |   8 |  70 |6879 |  70 |  19 |  14 |2265k|4092 | 0.000000e+00 |      --      |    Inf 
1234.63/1234.64	c  1235s|  6020k|  2214k| 18167k|   3.0 |1495M|  63 |   - |  70 |7865 |   0 |   0 |  14 |2269k|4092 | 0.000000e+00 |      --      |    Inf 
1236.73/1236.73	c  1237s|  6030k|  2217k| 18197k|   3.0 |1498M|  63 |   - |  70 |8973 |  70 |  19 |  14 |2273k|4092 | 0.000000e+00 |      --      |    Inf 
1239.24/1239.22	c  1239s|  6040k|  2221k| 18228k|   3.0 |1500M|  63 |   8 |  70 |8335 |  70 |  19 |  14 |2277k|4092 | 0.000000e+00 |      --      |    Inf 
1241.83/1241.82	c  1242s|  6050k|  2224k| 18258k|   3.0 |1503M|  63 |   8 |  70 |7294 |  70 |  19 |  14 |2281k|4092 | 0.000000e+00 |      --      |    Inf 
1244.33/1244.39	c  1244s|  6060k|  2227k| 18287k|   3.0 |1505M|  63 |   8 |  70 |6587 |  70 |  19 |  14 |2285k|4092 | 0.000000e+00 |      --      |    Inf 
1246.53/1246.57	c  1247s|  6070k|  2231k| 18318k|   3.0 |1507M|  63 |   - |  70 |7395 |  70 |  19 |  14 |2289k|4092 | 0.000000e+00 |      --      |    Inf 
1248.93/1248.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1248.93/1248.99	c  1249s|  6080k|  2234k| 18348k|   3.0 |1510M|  63 |   8 |  70 |7565 |  70 |  19 |  14 |2293k|4092 | 0.000000e+00 |      --      |    Inf 
1251.43/1251.49	c  1251s|  6090k|  2237k| 18378k|   3.0 |1512M|  63 |   8 |  70 |6759 |  70 |  19 |  14 |2297k|4092 | 0.000000e+00 |      --      |    Inf 
1253.93/1253.94	c  1254s|  6100k|  2241k| 18408k|   3.0 |1514M|  63 |   8 |  70 |6436 |  70 |  19 |  14 |2301k|4092 | 0.000000e+00 |      --      |    Inf 
1255.93/1255.96	c  1256s|  6110k|  2245k| 18438k|   3.0 |1517M|  63 |   8 |  70 |6968 |  70 |  19 |  14 |2304k|4092 | 0.000000e+00 |      --      |    Inf 
1258.13/1258.19	c  1258s|  6120k|  2249k| 18468k|   3.0 |1519M|  63 |   8 |  70 |6378 |  70 |  19 |  14 |2308k|4092 | 0.000000e+00 |      --      |    Inf 
1260.63/1260.64	c  1261s|  6130k|  2252k| 18498k|   3.0 |1522M|  63 |   8 |  70 |6031 |  70 |  19 |  14 |2312k|4092 | 0.000000e+00 |      --      |    Inf 
1262.94/1262.94	c  1263s|  6140k|  2255k| 18527k|   3.0 |1524M|  63 |   - |  70 |5784 |  70 |  19 |  14 |2316k|4092 | 0.000000e+00 |      --      |    Inf 
1265.33/1265.33	c  1265s|  6150k|  2258k| 18556k|   3.0 |1526M|  63 |   8 |  70 |5500 |  70 |  19 |  14 |2320k|4092 | 0.000000e+00 |      --      |    Inf 
1267.63/1267.62	c  1268s|  6160k|  2262k| 18586k|   3.0 |1529M|  63 |   - |  70 |5910 |  70 |  19 |  14 |2324k|4092 | 0.000000e+00 |      --      |    Inf 
1269.83/1269.86	c  1270s|  6170k|  2265k| 18616k|   3.0 |1531M|  63 |   - |  70 |6242 |  70 |  19 |  14 |2328k|4092 | 0.000000e+00 |      --      |    Inf 
1272.13/1272.19	c  1272s|  6180k|  2268k| 18646k|   3.0 |1534M|  63 |   - |  70 |5429 |  70 |  19 |  14 |2332k|4092 | 0.000000e+00 |      --      |    Inf 
1274.43/1274.46	c  1274s|  6190k|  2272k| 18676k|   3.0 |1536M|  63 |   - |  70 |5490 |  70 |  19 |  14 |2336k|4092 | 0.000000e+00 |      --      |    Inf 
1276.43/1276.45	c  1276s|  6200k|  2275k| 18706k|   3.0 |1539M|  63 |   8 |  70 |6717 |  70 |  19 |  14 |2340k|4092 | 0.000000e+00 |      --      |    Inf 
1278.83/1278.85	c  1279s|  6210k|  2278k| 18738k|   3.0 |1541M|  63 |   8 |  70 |6171 |  70 |  19 |  14 |2344k|4092 | 0.000000e+00 |      --      |    Inf 
1281.23/1281.29	c  1281s|  6220k|  2281k| 18768k|   3.0 |1543M|  63 |   8 |  70 |6021 |  70 |  19 |  14 |2348k|4092 | 0.000000e+00 |      --      |    Inf 
1283.64/1283.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1283.64/1283.65	c  1284s|  6230k|  2285k| 18796k|   3.0 |1546M|  63 |   8 |  70 |5612 |  70 |  19 |  14 |2352k|4092 | 0.000000e+00 |      --      |    Inf 
1285.93/1285.98	c  1286s|  6240k|  2288k| 18826k|   3.0 |1548M|  63 |   8 |  70 |6212 |  70 |  19 |  14 |2356k|4092 | 0.000000e+00 |      --      |    Inf 
1288.14/1288.15	c  1288s|  6250k|  2292k| 18855k|   3.0 |1551M|  63 |   8 |  70 |6549 |  70 |  19 |  14 |2360k|4092 | 0.000000e+00 |      --      |    Inf 
1290.43/1290.44	c  1290s|  6260k|  2295k| 18884k|   3.0 |1553M|  63 |   8 |  70 |6652 |  70 |  19 |  14 |2364k|4092 | 0.000000e+00 |      --      |    Inf 
1292.73/1292.71	c  1293s|  6270k|  2299k| 18914k|   3.0 |1556M|  63 |   8 |  70 |6913 |  70 |  19 |  14 |2368k|4092 | 0.000000e+00 |      --      |    Inf 
1294.64/1294.64	c  1295s|  6280k|  2303k| 18944k|   3.0 |1558M|  63 |   8 |  70 |8316 |  70 |  19 |  14 |2371k|4092 | 0.000000e+00 |      --      |    Inf 
1296.94/1296.92	c  1297s|  6290k|  2307k| 18974k|   3.0 |1561M|  63 |   8 |  70 |8248 |  70 |  19 |  14 |2375k|4092 | 0.000000e+00 |      --      |    Inf 
1299.44/1299.48	c  1299s|  6300k|  2310k| 19004k|   3.0 |1563M|  63 |   8 |  70 |6628 |  70 |  19 |  14 |2379k|4092 | 0.000000e+00 |      --      |    Inf 
1301.53/1301.56	c  1302s|  6310k|  2314k| 19034k|   3.0 |1566M|  63 |   8 |  70 |7443 |  70 |  19 |  14 |2382k|4092 | 0.000000e+00 |      --      |    Inf 
1303.83/1303.83	c  1304s|  6320k|  2317k| 19063k|   3.0 |1568M|  63 |   8 |  70 |6746 |  70 |  19 |  14 |2386k|4092 | 0.000000e+00 |      --      |    Inf 
1306.03/1306.05	c  1306s|  6330k|  2321k| 19093k|   3.0 |1570M|  63 |   8 |  70 |6822 |  70 |  19 |  14 |2390k|4092 | 0.000000e+00 |      --      |    Inf 
1308.23/1308.27	c  1308s|  6340k|  2325k| 19122k|   3.0 |1573M|  63 |   8 |  70 |7478 |  70 |  19 |  14 |2394k|4092 | 0.000000e+00 |      --      |    Inf 
1310.83/1310.81	c  1311s|  6350k|  2328k| 19153k|   3.0 |1575M|  63 |   - |  70 |6256 |  70 |  19 |  14 |2398k|4092 | 0.000000e+00 |      --      |    Inf 
1313.13/1313.12	c  1313s|  6360k|  2331k| 19182k|   3.0 |1578M|  63 |   8 |  70 |6634 |  70 |  19 |  14 |2402k|4092 | 0.000000e+00 |      --      |    Inf 
1315.33/1315.33	c  1315s|  6370k|  2335k| 19212k|   3.0 |1580M|  63 |   - |  70 |6840 |  70 |  19 |  14 |2406k|4092 | 0.000000e+00 |      --      |    Inf 
1317.53/1317.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1317.53/1317.59	c  1318s|  6380k|  2338k| 19241k|   3.0 |1583M|  63 |   - |  70 |6984 |  70 |  19 |  14 |2410k|4092 | 0.000000e+00 |      --      |    Inf 
1319.94/1319.92	c  1320s|  6390k|  2342k| 19270k|   3.0 |1585M|  63 |   - |  70 |6743 |  70 |  19 |  14 |2413k|4092 | 0.000000e+00 |      --      |    Inf 
1321.93/1321.95	c  1322s|  6400k|  2346k| 19298k|   3.0 |1588M|  63 |   - |  70 |8156 |  70 |  19 |  14 |2417k|4092 | 0.000000e+00 |      --      |    Inf 
1324.03/1324.09	c  1324s|  6410k|  2349k| 19327k|   3.0 |1590M|  63 |   - |  70 |8699 |  70 |  19 |  14 |2421k|4092 | 0.000000e+00 |      --      |    Inf 
1326.54/1326.54	c  1327s|  6420k|  2353k| 19356k|   3.0 |1592M|  63 |   8 |  70 |7968 |  70 |  19 |  14 |2425k|4092 | 0.000000e+00 |      --      |    Inf 
1328.84/1328.83	c  1329s|  6430k|  2356k| 19385k|   3.0 |1595M|  63 |   8 |  70 |7275 |  70 |  19 |  14 |2429k|4092 | 0.000000e+00 |      --      |    Inf 
1331.13/1331.16	c  1331s|  6440k|  2360k| 19415k|   3.0 |1597M|  63 |   - |  70 |6774 |  70 |  19 |  14 |2432k|4092 | 0.000000e+00 |      --      |    Inf 
1333.03/1333.08	c  1333s|  6450k|  2363k| 19445k|   3.0 |1600M|  63 |   8 |  70 |8494 |  70 |  19 |  14 |2436k|4092 | 0.000000e+00 |      --      |    Inf 
1335.64/1335.60	c  1336s|  6460k|  2367k| 19474k|   3.0 |1602M|  63 |   8 |  70 |7295 |  70 |  19 |  14 |2440k|4092 | 0.000000e+00 |      --      |    Inf 
1338.03/1338.04	c  1338s|  6470k|  2370k| 19503k|   3.0 |1605M|  63 |   - |  70 |6733 |  70 |  19 |  14 |2444k|4092 | 0.000000e+00 |      --      |    Inf 
1340.14/1340.14	c  1340s|  6480k|  2374k| 19534k|   3.0 |1607M|  63 |   8 |  70 |7698 |  70 |  19 |  14 |2448k|4092 | 0.000000e+00 |      --      |    Inf 
1342.44/1342.49	c  1342s|  6490k|  2378k| 19563k|   3.0 |1609M|  63 |   8 |  70 |6750 |  70 |  19 |  14 |2451k|4092 | 0.000000e+00 |      --      |    Inf 
1344.73/1344.77	c  1345s|  6500k|  2381k| 19592k|   3.0 |1612M|  63 |   8 |  70 |6621 |  70 |  19 |  14 |2455k|4092 | 0.000000e+00 |      --      |    Inf 
1347.03/1347.02	c  1347s|  6510k|  2385k| 19622k|   3.0 |1614M|  63 |   - |  70 |7229 |   0 |   0 |  14 |2459k|4092 | 0.000000e+00 |      --      |    Inf 
1349.14/1349.16	c  1349s|  6520k|  2389k| 19652k|   3.0 |1617M|  63 |   8 |  70 |7810 |  70 |  19 |  14 |2463k|4092 | 0.000000e+00 |      --      |    Inf 
1351.23/1351.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1351.23/1351.27	c  1351s|  6530k|  2393k| 19680k|   3.0 |1620M|  63 |   - |  70 |8641 |  70 |  19 |  14 |2466k|4092 | 0.000000e+00 |      --      |    Inf 
1353.54/1353.51	c  1354s|  6540k|  2396k| 19710k|   3.0 |1622M|  63 |   8 |  70 |8060 |  70 |  19 |  14 |2470k|4092 | 0.000000e+00 |      --      |    Inf 
1355.83/1355.80	c  1356s|  6550k|  2400k| 19739k|   3.0 |1624M|  63 |   8 |  70 |7673 |  70 |  19 |  14 |2474k|4092 | 0.000000e+00 |      --      |    Inf 
1358.24/1358.27	c  1358s|  6560k|  2403k| 19769k|   3.0 |1626M|  63 |   8 |  70 |6055 |  70 |  19 |  14 |2478k|4092 | 0.000000e+00 |      --      |    Inf 
1360.64/1360.63	c  1361s|  6570k|  2406k| 19799k|   3.0 |1629M|  63 |   - |  70 |6354 |  70 |  19 |  14 |2482k|4092 | 0.000000e+00 |      --      |    Inf 
1362.84/1362.86	c  1363s|  6580k|  2410k| 19828k|   3.0 |1631M|  63 |   8 |  70 |6091 |  70 |  19 |  14 |2486k|4092 | 0.000000e+00 |      --      |    Inf 
1365.34/1365.35	c  1365s|  6590k|  2413k| 19858k|   3.0 |1634M|  63 |   8 |  70 |5988 |  70 |  19 |  14 |2490k|4092 | 0.000000e+00 |      --      |    Inf 
1367.63/1367.67	c  1368s|  6600k|  2417k| 19887k|   3.0 |1636M|  63 |   - |  70 |5941 |  70 |  19 |  14 |2494k|4092 | 0.000000e+00 |      --      |    Inf 
1369.83/1369.84	c  1370s|  6610k|  2420k| 19917k|   3.0 |1638M|  63 |   8 |  70 |5781 |  70 |  19 |  14 |2497k|4092 | 0.000000e+00 |      --      |    Inf 
1372.24/1372.22	c  1372s|  6620k|  2424k| 19947k|   3.0 |1641M|  63 |   8 |  70 |6157 |  70 |  19 |  14 |2501k|4092 | 0.000000e+00 |      --      |    Inf 
1374.53/1374.58	c  1375s|  6630k|  2427k| 19976k|   3.0 |1643M|  63 |   - |  70 |6426 |  70 |  19 |  14 |2505k|4092 | 0.000000e+00 |      --      |    Inf 
1376.94/1376.96	c  1377s|  6640k|  2430k| 20006k|   3.0 |1646M|  63 |   8 |  70 |6590 |  70 |  19 |  14 |2509k|4092 | 0.000000e+00 |      --      |    Inf 
1379.45/1379.47	c  1379s|  6650k|  2434k| 20037k|   3.0 |1648M|  63 |   - |  70 |7030 |  70 |  19 |  14 |2513k|4092 | 0.000000e+00 |      --      |    Inf 
1381.74/1381.79	c  1382s|  6660k|  2437k| 20067k|   3.0 |1651M|  63 |   - |  70 |6992 |  70 |  19 |  14 |2517k|4093 | 0.000000e+00 |      --      |    Inf 
1384.23/1384.21	c  1384s|  6670k|  2440k| 20096k|   3.0 |1653M|  63 |   - |  70 |6598 |   0 |   0 |  14 |2521k|4097 | 0.000000e+00 |      --      |    Inf 
1386.63/1386.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1386.63/1386.65	c  1387s|  6680k|  2444k| 20126k|   3.0 |1655M|  63 |   8 |  70 |6382 |  70 |  19 |  14 |2525k|4101 | 0.000000e+00 |      --      |    Inf 
1388.64/1388.61	c  1389s|  6690k|  2448k| 20155k|   3.0 |1658M|  63 |   - |  70 |7903 |  70 |  19 |  14 |2529k|4101 | 0.000000e+00 |      --      |    Inf 
1390.93/1390.94	c  1391s|  6700k|  2451k| 20185k|   3.0 |1661M|  63 |   8 |  70 |7954 |  70 |  19 |  14 |2533k|4101 | 0.000000e+00 |      --      |    Inf 
1393.44/1393.48	c  1393s|  6710k|  2454k| 20214k|   3.0 |1663M|  63 |   8 |  70 |6864 |  70 |  19 |  14 |2537k|4105 | 0.000000e+00 |      --      |    Inf 
1395.95/1395.98	c  1396s|  6720k|  2457k| 20244k|   3.0 |1665M|  63 |   8 |  70 |5948 |  70 |  19 |  14 |2541k|4110 | 0.000000e+00 |      --      |    Inf 
1398.33/1398.36	c  1398s|  6730k|  2460k| 20273k|   3.0 |1667M|  63 |   8 |  70 |6438 |  70 |  19 |  14 |2545k|4110 | 0.000000e+00 |      --      |    Inf 
1400.74/1400.79	c  1401s|  6740k|  2463k| 20303k|   3.0 |1670M|  63 |   - |  70 |6000 |  70 |  19 |  14 |2549k|4112 | 0.000000e+00 |      --      |    Inf 
1403.14/1403.15	c  1403s|  6750k|  2467k| 20333k|   3.0 |1672M|  63 |   - |  70 |6027 |  70 |  19 |  14 |2553k|4112 | 0.000000e+00 |      --      |    Inf 
1405.33/1405.31	c  1405s|  6760k|  2471k| 20362k|   3.0 |1675M|  63 |   - |  70 |7105 |  70 |  19 |  14 |2557k|4112 | 0.000000e+00 |      --      |    Inf 
1407.63/1407.68	c  1408s|  6770k|  2474k| 20392k|   3.0 |1677M|  63 |   8 |  70 |6508 |  70 |  19 |  14 |2561k|4112 | 0.000000e+00 |      --      |    Inf 
1410.04/1410.06	c  1410s|  6780k|  2477k| 20422k|   3.0 |1679M|  63 |   - |  70 |6377 |  70 |  19 |  14 |2565k|4112 | 0.000000e+00 |      --      |    Inf 
1412.44/1412.47	c  1412s|  6790k|  2480k| 20451k|   3.0 |1682M|  63 |   - |  70 |5855 |  70 |  19 |  14 |2569k|4112 | 0.000000e+00 |      --      |    Inf 
1414.74/1414.79	c  1415s|  6800k|  2484k| 20481k|   3.0 |1684M|  63 |   - |  70 |6427 |  70 |  19 |  14 |2573k|4112 | 0.000000e+00 |      --      |    Inf 
1417.14/1417.14	c  1417s|  6810k|  2487k| 20510k|   3.0 |1687M|  63 |   8 |  70 |6304 |  70 |  19 |  14 |2576k|4112 | 0.000000e+00 |      --      |    Inf 
1419.24/1419.22	c  1419s|  6820k|  2491k| 20542k|   3.0 |1689M|  63 |   8 |  70 |7647 |  70 |  19 |  14 |2580k|4112 | 0.000000e+00 |      --      |    Inf 
1421.64/1421.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1421.64/1421.61	c  1422s|  6830k|  2494k| 20572k|   3.0 |1692M|  63 |   8 |  70 |7291 |  70 |  19 |  14 |2584k|4112 | 0.000000e+00 |      --      |    Inf 
1424.14/1424.12	c  1424s|  6840k|  2497k| 20602k|   3.0 |1694M|  63 |   - |  70 |7220 |  70 |  19 |  14 |2588k|4112 | 0.000000e+00 |      --      |    Inf 
1426.34/1426.35	c  1426s|  6850k|  2501k| 20632k|   3.0 |1697M|  63 |   8 |  70 |6816 |  70 |  19 |  14 |2592k|4112 | 0.000000e+00 |      --      |    Inf 
1428.34/1428.34	c  1428s|  6860k|  2505k| 20660k|   3.0 |1699M|  63 |   8 |  70 |8151 |  70 |  19 |  14 |2595k|4112 | 0.000000e+00 |      --      |    Inf 
1430.94/1430.93	c  1431s|  6870k|  2509k| 20690k|   3.0 |1701M|  63 |   8 |  70 |6760 |  70 |  19 |  14 |2599k|4112 | 0.000000e+00 |      --      |    Inf 
1433.34/1433.35	c  1433s|  6880k|  2512k| 20720k|   3.0 |1704M|  63 |   8 |  70 |6076 |  70 |  19 |  14 |2603k|4112 | 0.000000e+00 |      --      |    Inf 
1435.74/1435.76	c  1436s|  6890k|  2516k| 20749k|   3.0 |1706M|  63 |   - |  70 |5520 |  70 |  19 |  14 |2607k|4112 | 0.000000e+00 |      --      |    Inf 
1437.94/1437.96	c  1438s|  6900k|  2519k| 20780k|   3.0 |1709M|  63 |   8 |  70 |6390 |  70 |  19 |  14 |2611k|4112 | 0.000000e+00 |      --      |    Inf 
1439.95/1439.98	c  1440s|  6910k|  2523k| 20809k|   3.0 |1711M|  63 |   8 |  70 |6863 |  70 |  19 |  14 |2614k|4112 | 0.000000e+00 |      --      |    Inf 
1442.04/1442.08	c  1442s|  6920k|  2527k| 20838k|   3.0 |1714M|  63 |   8 |  70 |7811 |  70 |  19 |  14 |2618k|4112 | 0.000000e+00 |      --      |    Inf 
1444.35/1444.31	c  1444s|  6930k|  2530k| 20869k|   3.0 |1716M|  63 |   - |  70 |8133 |  70 |  19 |  14 |2622k|4112 | 0.000000e+00 |      --      |    Inf 
1446.64/1446.69	c  1447s|  6940k|  2534k| 20898k|   3.0 |1719M|  63 |   8 |  70 |7475 |  70 |  19 |  14 |2626k|4112 | 0.000000e+00 |      --      |    Inf 
1449.14/1449.15	c  1449s|  6950k|  2537k| 20929k|   3.0 |1721M|  63 |   - |  70 |6526 |  70 |  19 |  14 |2630k|4112 | 0.000000e+00 |      --      |    Inf 
1451.34/1451.34	c  1451s|  6960k|  2541k| 20958k|   3.0 |1723M|  63 |   8 |  70 |6978 |  70 |  19 |  14 |2634k|4112 | 0.000000e+00 |      --      |    Inf 
1453.84/1453.84	c  1454s|  6970k|  2544k| 20987k|   3.0 |1726M|  63 |   8 |  70 |5766 |  70 |  19 |  14 |2637k|4112 | 0.000000e+00 |      --      |    Inf 
1456.34/1456.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1456.34/1456.32	c  1456s|  6980k|  2548k| 21017k|   3.0 |1728M|  63 |   8 |  70 |5721 |  70 |  19 |  14 |2641k|4112 | 0.000000e+00 |      --      |    Inf 
1458.84/1458.86	c  1459s|  6990k|  2551k| 21047k|   3.0 |1730M|  63 |   - |  70 |5716 |  70 |  19 |  14 |2646k|4112 | 0.000000e+00 |      --      |    Inf 
1461.34/1461.33	c  1461s|  7000k|  2554k| 21076k|   3.0 |1733M|  63 |   8 |  70 |5503 |  70 |  19 |  14 |2650k|4112 | 0.000000e+00 |      --      |    Inf 
1463.64/1463.67	c  1464s|  7010k|  2557k| 21106k|   3.0 |1735M|  63 |   8 |  70 |5704 |  70 |  19 |  14 |2654k|4112 | 0.000000e+00 |      --      |    Inf 
1465.84/1465.87	c  1466s|  7020k|  2561k| 21136k|   3.0 |1738M|  63 |   8 |  70 |6765 |  70 |  19 |  14 |2657k|4112 | 0.000000e+00 |      --      |    Inf 
1468.34/1468.36	c  1468s|  7030k|  2564k| 21165k|   3.0 |1740M|  63 |   8 |  70 |6194 |  70 |  19 |  14 |2661k|4112 | 0.000000e+00 |      --      |    Inf 
1470.54/1470.52	c  1471s|  7040k|  2568k| 21195k|   3.0 |1743M|  63 |   8 |  70 |7017 |  70 |  19 |  14 |2665k|4112 | 0.000000e+00 |      --      |    Inf 
1472.74/1472.80	c  1473s|  7050k|  2571k| 21225k|   3.0 |1745M|  63 |   8 |  70 |6846 |  70 |  19 |  14 |2669k|4112 | 0.000000e+00 |      --      |    Inf 
1475.15/1475.12	c  1475s|  7060k|  2575k| 21255k|   3.0 |1748M|  63 |   8 |  70 |6898 |  70 |  19 |  14 |2673k|4112 | 0.000000e+00 |      --      |    Inf 
1477.35/1477.30	c  1477s|  7070k|  2578k| 21284k|   3.0 |1750M|  63 |   - |  70 |7634 |  70 |  19 |  14 |2677k|4112 | 0.000000e+00 |      --      |    Inf 
1479.54/1479.57	c  1480s|  7080k|  2582k| 21314k|   3.0 |1753M|  63 |   8 |  70 |7698 |  70 |  19 |  14 |2681k|4112 | 0.000000e+00 |      --      |    Inf 
1481.94/1481.96	c  1482s|  7090k|  2585k| 21344k|   3.0 |1755M|  63 |   8 |  70 |7809 |  70 |  19 |  14 |2685k|4112 | 0.000000e+00 |      --      |    Inf 
1484.34/1484.36	c  1484s|  7100k|  2589k| 21373k|   3.0 |1758M|  63 |   - |  70 |7533 |  70 |  19 |  14 |2688k|4112 | 0.000000e+00 |      --      |    Inf 
1486.74/1486.70	c  1487s|  7110k|  2592k| 21402k|   3.0 |1760M|  63 |   - |  70 |8103 |  70 |  19 |  14 |2692k|4112 | 0.000000e+00 |      --      |    Inf 
1489.14/1489.18	c  1489s|  7120k|  2595k| 21432k|   3.0 |1762M|  63 |   - |  70 |7822 |  70 |  19 |  14 |2696k|4112 | 0.000000e+00 |      --      |    Inf 
1491.55/1491.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1491.55/1491.58	c  1492s|  7130k|  2598k| 21463k|   3.0 |1765M|  63 |   8 |  70 |8755 |  70 |  19 |  14 |2701k|4112 | 0.000000e+00 |      --      |    Inf 
1494.34/1494.34	c  1494s|  7140k|  2601k| 21493k|   3.0 |1767M|  63 |   8 |  70 |6964 |  70 |  19 |  14 |2705k|4112 | 0.000000e+00 |      --      |    Inf 
1496.54/1496.56	c  1497s|  7150k|  2605k| 21522k|   3.0 |1770M|  63 |   8 |  70 |7332 |  70 |  19 |  14 |2708k|4112 | 0.000000e+00 |      --      |    Inf 
1498.64/1498.68	c  1499s|  7160k|  2609k| 21553k|   3.0 |1772M|  63 |   8 |  70 |7975 |  70 |  19 |  14 |2712k|4112 | 0.000000e+00 |      --      |    Inf 
1500.84/1500.83	c  1501s|  7170k|  2613k| 21582k|   3.0 |1775M|  63 |   - |  70 |8418 |  70 |  19 |  14 |2716k|4112 | 0.000000e+00 |      --      |    Inf 
1503.34/1503.31	c  1503s|  7180k|  2616k| 21612k|   3.0 |1777M|  63 |   - |  70 |7487 |  70 |  19 |  14 |2720k|4112 | 0.000000e+00 |      --      |    Inf 
1505.54/1505.50	c  1506s|  7190k|  2620k| 21641k|   3.0 |1780M|  63 |   - |  70 |8037 |  70 |  19 |  14 |2723k|4112 | 0.000000e+00 |      --      |    Inf 
1507.75/1507.79	c  1508s|  7200k|  2623k| 21672k|   3.0 |1782M|  63 |   - |  70 |8327 |   0 |   0 |  14 |2727k|4112 | 0.000000e+00 |      --      |    Inf 
1510.35/1510.37	c  1510s|  7210k|  2627k| 21701k|   3.0 |1784M|  63 |   8 |  70 |6739 |  70 |  19 |  14 |2732k|4112 | 0.000000e+00 |      --      |    Inf 
1512.95/1512.90	c  1513s|  7220k|  2630k| 21731k|   3.0 |1786M|  63 |   - |  70 |6305 |  70 |  19 |  14 |2736k|4112 | 0.000000e+00 |      --      |    Inf 
1515.24/1515.26	c  1515s|  7230k|  2633k| 21761k|   3.0 |1789M|  63 |   8 |  70 |6668 |  70 |  19 |  14 |2740k|4112 | 0.000000e+00 |      --      |    Inf 
1517.64/1517.69	c  1518s|  7240k|  2637k| 21791k|   3.0 |1791M|  63 |   - |  70 |6671 |  70 |  19 |  14 |2744k|4112 | 0.000000e+00 |      --      |    Inf 
1519.74/1519.77	c  1520s|  7250k|  2640k| 21820k|   3.0 |1794M|  63 |   - |  70 |6948 |  70 |  19 |  14 |2747k|4112 | 0.000000e+00 |      --      |    Inf 
1522.24/1522.21	c  1522s|  7260k|  2644k| 21849k|   3.0 |1796M|  63 |   8 |  70 |6262 |  70 |  19 |  14 |2751k|4112 | 0.000000e+00 |      --      |    Inf 
1524.25/1524.29	c  1524s|  7270k|  2647k| 21881k|   3.0 |1799M|  63 |   - |  70 |7146 |  70 |  19 |  14 |2755k|4112 | 0.000000e+00 |      --      |    Inf 
1526.44/1526.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1526.44/1526.49	c  1526s|  7280k|  2651k| 21911k|   3.0 |1801M|  63 |   8 |  70 |7458 |  70 |  19 |  14 |2759k|4112 | 0.000000e+00 |      --      |    Inf 
1528.75/1528.78	c  1529s|  7290k|  2654k| 21941k|   3.0 |1804M|  63 |   8 |  70 |7239 |  70 |  19 |  14 |2763k|4112 | 0.000000e+00 |      --      |    Inf 
1531.44/1531.40	c  1531s|  7300k|  2658k| 21970k|   3.0 |1806M|  63 |   8 |  70 |6236 |  70 |  19 |  14 |2767k|4112 | 0.000000e+00 |      --      |    Inf 
1533.94/1533.91	c  1534s|  7310k|  2661k| 22000k|   3.0 |1808M|  63 |   8 |  70 |5847 |  70 |  19 |  14 |2771k|4112 | 0.000000e+00 |      --      |    Inf 
1536.44/1536.43	c  1536s|  7320k|  2664k| 22029k|   3.0 |1810M|  63 |   8 |  70 |5676 |  70 |  19 |  14 |2775k|4112 | 0.000000e+00 |      --      |    Inf 
1538.84/1538.86	c  1539s|  7330k|  2667k| 22059k|   3.0 |1813M|  63 |   8 |  70 |6058 |  70 |  19 |  14 |2779k|4112 | 0.000000e+00 |      --      |    Inf 
1541.34/1541.38	c  1541s|  7340k|  2671k| 22089k|   3.0 |1815M|  63 |   8 |  70 |5746 |  70 |  19 |  14 |2783k|4112 | 0.000000e+00 |      --      |    Inf 
1543.84/1543.83	c  1544s|  7350k|  2674k| 22119k|   3.0 |1818M|  63 |   - |  70 |5888 |  70 |  19 |  14 |2787k|4112 | 0.000000e+00 |      --      |    Inf 
1546.34/1546.38	c  1546s|  7360k|  2677k| 22149k|   3.0 |1820M|  63 |   8 |  70 |5678 |  70 |  19 |  14 |2791k|4112 | 0.000000e+00 |      --      |    Inf 
1548.64/1548.65	c  1549s|  7370k|  2680k| 22178k|   3.0 |1822M|  63 |   8 |  70 |6145 |  70 |  19 |  14 |2795k|4112 | 0.000000e+00 |      --      |    Inf 
1551.05/1551.09	c  1551s|  7380k|  2683k| 22207k|   3.0 |1825M|  63 |   8 |  70 |6140 |  70 |  19 |  14 |2799k|4112 | 0.000000e+00 |      --      |    Inf 
1553.44/1553.48	c  1553s|  7390k|  2687k| 22237k|   3.0 |1827M|  63 |   8 |  70 |6347 |  70 |  19 |  14 |2803k|4112 | 0.000000e+00 |      --      |    Inf 
1555.95/1555.92	c  1556s|  7400k|  2690k| 22267k|   3.0 |1830M|  63 |   8 |  70 |6509 |  70 |  19 |  14 |2807k|4112 | 0.000000e+00 |      --      |    Inf 
1558.44/1558.43	c  1558s|  7410k|  2693k| 22296k|   3.0 |1832M|  63 |   8 |  70 |6304 |  70 |  19 |  14 |2811k|4112 | 0.000000e+00 |      --      |    Inf 
1560.84/1560.84	c  1561s|  7420k|  2697k| 22326k|   3.0 |1835M|  63 |   8 |  70 |6535 |  70 |  19 |  14 |2815k|4112 | 0.000000e+00 |      --      |    Inf 
1563.35/1563.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1563.35/1563.36	c  1563s|  7430k|  2700k| 22356k|   3.0 |1837M|  63 |   8 |  70 |5876 |  70 |  19 |  14 |2819k|4112 | 0.000000e+00 |      --      |    Inf 
1565.55/1565.52	c  1566s|  7440k|  2704k| 22385k|   3.0 |1840M|  63 |   - |  70 |6812 |  70 |  19 |  14 |2823k|4112 | 0.000000e+00 |      --      |    Inf 
1567.84/1567.84	c  1568s|  7450k|  2707k| 22416k|   3.0 |1842M|  63 |   8 |  70 |7649 |  70 |  19 |  14 |2827k|4112 | 0.000000e+00 |      --      |    Inf 
1570.34/1570.32	c  1570s|  7460k|  2710k| 22445k|   3.0 |1844M|  63 |   - |  70 |7499 |  70 |  19 |  14 |2831k|4112 | 0.000000e+00 |      --      |    Inf 
1572.95/1572.92	c  1573s|  7470k|  2713k| 22474k|   3.0 |1847M|  63 |   8 |  70 |6008 |  70 |  19 |  14 |2835k|4112 | 0.000000e+00 |      --      |    Inf 
1575.24/1575.25	c  1575s|  7480k|  2717k| 22503k|   3.0 |1849M|  63 |   - |  70 |6673 |  70 |  19 |  14 |2839k|4112 | 0.000000e+00 |      --      |    Inf 
1577.65/1577.62	c  1578s|  7490k|  2720k| 22533k|   3.0 |1851M|  63 |   8 |  70 |6313 |  70 |  19 |  14 |2843k|4112 | 0.000000e+00 |      --      |    Inf 
1579.94/1579.99	c  1580s|  7500k|  2723k| 22563k|   3.0 |1854M|  63 |   8 |  70 |6260 |  70 |  19 |  14 |2847k|4112 | 0.000000e+00 |      --      |    Inf 
1582.04/1582.08	c  1582s|  7510k|  2727k| 22593k|   3.0 |1856M|  63 |   8 |  70 |7616 |  70 |  19 |  14 |2851k|4112 | 0.000000e+00 |      --      |    Inf 
1584.54/1584.54	c  1585s|  7520k|  2730k| 22624k|   3.0 |1859M|  63 |   8 |  70 |6494 |  70 |  19 |  14 |2855k|4112 | 0.000000e+00 |      --      |    Inf 
1586.94/1586.97	c  1587s|  7530k|  2733k| 22653k|   3.0 |1861M|  63 |   8 |  70 |6545 |  70 |  19 |  14 |2859k|4112 | 0.000000e+00 |      --      |    Inf 
1589.34/1589.35	c  1589s|  7540k|  2736k| 22684k|   3.0 |1863M|  63 |   - |  70 |6312 |  70 |  19 |  14 |2863k|4112 | 0.000000e+00 |      --      |    Inf 
1591.44/1591.48	c  1591s|  7550k|  2740k| 22713k|   3.0 |1866M|  63 |   8 |  70 |7281 |  70 |  19 |  14 |2866k|4112 | 0.000000e+00 |      --      |    Inf 
1593.85/1593.83	c  1594s|  7560k|  2743k| 22743k|   3.0 |1869M|  63 |   - |  70 |7318 |  70 |  19 |  14 |2870k|4112 | 0.000000e+00 |      --      |    Inf 
1596.24/1596.21	c  1596s|  7570k|  2747k| 22772k|   3.0 |1871M|  63 |   - |  70 |6765 |  70 |  19 |  14 |2874k|4112 | 0.000000e+00 |      --      |    Inf 
1598.65/1598.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1598.65/1598.64	c  1599s|  7580k|  2750k| 22802k|   3.0 |1873M|  63 |   8 |  70 |6610 |  70 |  19 |  14 |2878k|4112 | 0.000000e+00 |      --      |    Inf 
1601.24/1601.26	c  1601s|  7590k|  2753k| 22832k|   3.0 |1876M|  63 |   - |  70 |6266 |  70 |  19 |  14 |2882k|4112 | 0.000000e+00 |      --      |    Inf 
1603.75/1603.75	c  1604s|  7600k|  2757k| 22861k|   3.0 |1878M|  63 |   - |  70 |6559 |  70 |  19 |  14 |2886k|4112 | 0.000000e+00 |      --      |    Inf 
1605.84/1605.81	c  1606s|  7610k|  2760k| 22890k|   3.0 |1881M|  63 |   8 |  70 |8214 |  70 |  19 |  14 |2890k|4112 | 0.000000e+00 |      --      |    Inf 
1608.44/1608.43	c  1608s|  7620k|  2763k| 22919k|   3.0 |1883M|  63 |   - |  70 |7270 |  70 |  19 |  14 |2894k|4112 | 0.000000e+00 |      --      |    Inf 
1610.95/1610.90	c  1611s|  7630k|  2767k| 22949k|   3.0 |1885M|  63 |   8 |  70 |6529 |  70 |  19 |  14 |2898k|4112 | 0.000000e+00 |      --      |    Inf 
1613.15/1613.12	c  1613s|  7640k|  2770k| 22978k|   3.0 |1888M|  63 |   - |  70 |6466 |  70 |  19 |  14 |2902k|4112 | 0.000000e+00 |      --      |    Inf 
1615.54/1615.58	c  1616s|  7650k|  2773k| 23008k|   3.0 |1890M|  63 |   - |  70 |6004 |  70 |  19 |  14 |2906k|4112 | 0.000000e+00 |      --      |    Inf 
1617.84/1617.81	c  1618s|  7660k|  2776k| 23038k|   3.0 |1893M|  63 |   - |  70 |7090 |  70 |  19 |  14 |2910k|4112 | 0.000000e+00 |      --      |    Inf 
1620.25/1620.23	c  1620s|  7670k|  2780k| 23067k|   3.0 |1895M|  63 |   8 |  70 |6493 |  70 |  19 |  14 |2914k|4112 | 0.000000e+00 |      --      |    Inf 
1622.64/1622.68	c  1623s|  7680k|  2783k| 23097k|   3.0 |1897M|  63 |   - |  70 |6797 |  70 |  19 |  14 |2918k|4112 | 0.000000e+00 |      --      |    Inf 
1625.14/1625.17	c  1625s|  7690k|  2787k| 23126k|   3.0 |1900M|  63 |   8 |  70 |6224 |  70 |  19 |  14 |2922k|4112 | 0.000000e+00 |      --      |    Inf 
1627.45/1627.43	c  1627s|  7700k|  2790k| 23156k|   3.0 |1902M|  63 |   8 |  70 |6480 |  70 |  19 |  14 |2926k|4112 | 0.000000e+00 |      --      |    Inf 
1629.64/1629.61	c  1630s|  7710k|  2794k| 23185k|   3.0 |1905M|  63 |   8 |  70 |6404 |  70 |  19 |  14 |2929k|4112 | 0.000000e+00 |      --      |    Inf 
1632.04/1632.08	c  1632s|  7720k|  2797k| 23214k|   3.0 |1907M|  63 |   8 |  70 |5957 |  70 |  19 |  14 |2933k|4112 | 0.000000e+00 |      --      |    Inf 
1634.45/1634.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1634.45/1634.43	c  1634s|  7730k|  2801k| 23243k|   3.0 |1910M|  63 |   8 |  70 |7017 |  70 |  19 |  14 |2937k|4112 | 0.000000e+00 |      --      |    Inf 
1636.45/1636.49	c  1636s|  7740k|  2805k| 23272k|   3.0 |1912M|  63 |   8 |  70 |8075 |  70 |  19 |  14 |2941k|4112 | 0.000000e+00 |      --      |    Inf 
1638.94/1638.99	c  1639s|  7750k|  2808k| 23301k|   3.0 |1914M|  63 |   8 |  70 |6951 |  70 |  19 |  14 |2944k|4112 | 0.000000e+00 |      --      |    Inf 
1641.45/1641.46	c  1641s|  7760k|  2811k| 23330k|   3.0 |1917M|  63 |   8 |  70 |6994 |  70 |  19 |  14 |2949k|4112 | 0.000000e+00 |      --      |    Inf 
1643.85/1643.82	c  1644s|  7770k|  2814k| 23362k|   3.0 |1919M|  63 |   - |  70 |7833 |  70 |  19 |  14 |2953k|4112 | 0.000000e+00 |      --      |    Inf 
1646.35/1646.32	c  1646s|  7780k|  2818k| 23391k|   3.0 |1922M|  63 |   8 |  70 |7144 |  70 |  19 |  14 |2957k|4112 | 0.000000e+00 |      --      |    Inf 
1648.95/1648.93	c  1649s|  7790k|  2821k| 23420k|   3.0 |1924M|  63 |   8 |  70 |6408 |  70 |  19 |  14 |2961k|4112 | 0.000000e+00 |      --      |    Inf 
1651.04/1651.01	c  1651s|  7800k|  2825k| 23452k|   3.0 |1927M|  63 |   8 |  70 |7922 |  70 |  19 |  14 |2965k|4112 | 0.000000e+00 |      --      |    Inf 
1653.45/1653.43	c  1653s|  7810k|  2828k| 23481k|   3.0 |1929M|  63 |   8 |  70 |6966 |  70 |  19 |  14 |2968k|4112 | 0.000000e+00 |      --      |    Inf 
1655.85/1655.80	c  1656s|  7820k|  2832k| 23511k|   3.0 |1931M|  63 |   8 |  70 |7435 |  70 |  19 |  14 |2972k|4112 | 0.000000e+00 |      --      |    Inf 
1658.35/1658.37	c  1658s|  7830k|  2835k| 23540k|   3.0 |1934M|  63 |   8 |  70 |6639 |  70 |  19 |  14 |2977k|4112 | 0.000000e+00 |      --      |    Inf 
1660.65/1660.65	c  1661s|  7840k|  2838k| 23569k|   3.0 |1936M|  63 |   8 |  70 |6960 |  70 |  19 |  14 |2981k|4112 | 0.000000e+00 |      --      |    Inf 
1662.84/1662.86	c  1663s|  7850k|  2841k| 23599k|   3.0 |1939M|  63 |   8 |  70 |7506 |  70 |  19 |  14 |2984k|4112 | 0.000000e+00 |      --      |    Inf 
1665.25/1665.28	c  1665s|  7860k|  2845k| 23629k|   3.0 |1941M|  63 |   8 |  70 |6431 |  70 |  19 |  14 |2988k|4112 | 0.000000e+00 |      --      |    Inf 
1667.54/1667.59	c  1668s|  7870k|  2848k| 23658k|   3.0 |1943M|  63 |   8 |  70 |6840 |  70 |  19 |  14 |2992k|4112 | 0.000000e+00 |      --      |    Inf 
1669.86/1669.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1669.86/1669.81	c  1670s|  7880k|  2852k| 23688k|   3.0 |1946M|  63 |   8 |  70 |6746 |  70 |  19 |  14 |2996k|4112 | 0.000000e+00 |      --      |    Inf 
1671.95/1671.95	c  1672s|  7890k|  2856k| 23716k|   3.0 |1948M|  63 |   8 |  70 |6961 |  70 |  19 |  14 |3000k|4112 | 0.000000e+00 |      --      |    Inf 
1674.15/1674.14	c  1674s|  7900k|  2860k| 23744k|   3.0 |1951M|  63 |   8 |  70 |7549 |  70 |  19 |  14 |3003k|4112 | 0.000000e+00 |      --      |    Inf 
1676.25/1676.25	c  1676s|  7910k|  2863k| 23774k|   3.0 |1954M|  63 |   - |  70 |8652 |  70 |  19 |  14 |3007k|4112 | 0.000000e+00 |      --      |    Inf 
1678.45/1678.49	c  1678s|  7920k|  2867k| 23804k|   3.0 |1956M|  63 |   8 |  70 |8368 |  70 |  19 |  14 |3011k|4112 | 0.000000e+00 |      --      |    Inf 
1681.05/1681.07	c  1681s|  7930k|  2870k| 23834k|   3.0 |1958M|  63 |   - |  70 |6875 |  70 |  19 |  14 |3015k|4112 | 0.000000e+00 |      --      |    Inf 
1683.55/1683.54	c  1684s|  7940k|  2873k| 23864k|   3.0 |1960M|  63 |   8 |  70 |6782 |  70 |  19 |  14 |3019k|4112 | 0.000000e+00 |      --      |    Inf 
1685.95/1685.92	c  1686s|  7950k|  2877k| 23894k|   3.0 |1963M|  63 |   - |  70 |6577 |  70 |  19 |  14 |3023k|4112 | 0.000000e+00 |      --      |    Inf 
1688.45/1688.40	c  1688s|  7960k|  2880k| 23924k|   3.0 |1965M|  63 |   - |  70 |6946 |  70 |  19 |  14 |3027k|4112 | 0.000000e+00 |      --      |    Inf 
1690.55/1690.52	c  1691s|  7970k|  2883k| 23955k|   3.0 |1968M|  63 |   8 |  70 |8252 |  70 |  19 |  14 |3031k|4112 | 0.000000e+00 |      --      |    Inf 
1693.05/1693.06	c  1693s|  7980k|  2886k| 23985k|   3.0 |1970M|  63 |   - |  70 |7022 |  70 |  19 |  14 |3035k|4112 | 0.000000e+00 |      --      |    Inf 
1695.45/1695.49	c  1695s|  7990k|  2890k| 24015k|   3.0 |1972M|  63 |   8 |  70 |6975 |  70 |  19 |  14 |3039k|4112 | 0.000000e+00 |      --      |    Inf 
1697.95/1697.98	c  1698s|  8000k|  2893k| 24044k|   3.0 |1975M|  63 |   8 |  70 |6706 |  70 |  19 |  14 |3043k|4112 | 0.000000e+00 |      --      |    Inf 
1700.66/1700.64	c  1701s|  8010k|  2896k| 24074k|   3.0 |1977M|  63 |   - |  70 |5503 |  70 |  19 |  14 |3047k|4112 | 0.000000e+00 |      --      |    Inf 
1702.64/1702.68	c  1703s|  8020k|  2900k| 24103k|   3.0 |1980M|  63 |   8 |  70 |6801 |  70 |  19 |  14 |3051k|4112 | 0.000000e+00 |      --      |    Inf 
1705.06/1705.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1705.06/1705.05	c  1705s|  8030k|  2903k| 24132k|   3.0 |1982M|  63 |   - |  70 |6518 |  70 |  19 |  14 |3055k|4112 | 0.000000e+00 |      --      |    Inf 
1707.45/1707.40	c  1707s|  8040k|  2906k| 24162k|   3.0 |1984M|  63 |   8 |  70 |6929 |  70 |  19 |  14 |3059k|4112 | 0.000000e+00 |      --      |    Inf 
1709.85/1709.87	c  1710s|  8050k|  2909k| 24192k|   3.0 |1987M|  63 |   8 |  70 |7291 |  70 |  19 |  14 |3063k|4112 | 0.000000e+00 |      --      |    Inf 
1712.25/1712.25	c  1712s|  8060k|  2912k| 24223k|   3.0 |1989M|  63 |   8 |  70 |6975 |  70 |  19 |  14 |3067k|4112 | 0.000000e+00 |      --      |    Inf 
1714.55/1714.55	c  1715s|  8070k|  2916k| 24254k|   3.0 |1992M|  63 |   - |  70 |7374 |  70 |  19 |  14 |3071k|4112 | 0.000000e+00 |      --      |    Inf 
1716.95/1716.93	c  1717s|  8080k|  2920k| 24284k|   3.0 |1994M|  63 |   8 |  70 |7553 |  70 |  19 |  14 |3075k|4112 | 0.000000e+00 |      --      |    Inf 
1719.25/1719.24	c  1719s|  8090k|  2923k| 24314k|   3.0 |1997M|  63 |   - |  70 |8093 |  70 |  19 |  14 |3079k|4112 | 0.000000e+00 |      --      |    Inf 
1721.75/1721.79	c  1722s|  8100k|  2926k| 24343k|   3.0 |1999M|  63 |   8 |  70 |6913 |  70 |  19 |  14 |3083k|4112 | 0.000000e+00 |      --      |    Inf 
1724.04/1724.07	c  1724s|  8110k|  2930k| 24373k|   3.0 |2001M|  63 |   8 |  70 |8127 |  70 |  19 |  14 |3087k|4112 | 0.000000e+00 |      --      |    Inf 
1726.85/1726.85	c  1727s|  8120k|  2933k| 24403k|   3.0 |2004M|  63 |   8 |  70 |6939 |  70 |  19 |  14 |3091k|4112 | 0.000000e+00 |      --      |    Inf 
1729.35/1729.36	c  1729s|  8130k|  2936k| 24432k|   3.0 |2006M|  63 |   8 |  70 |6668 |  70 |  19 |  14 |3095k|4112 | 0.000000e+00 |      --      |    Inf 
1731.75/1731.70	c  1732s|  8140k|  2940k| 24462k|   3.0 |2008M|  63 |   8 |  70 |6957 |  70 |  19 |  14 |3099k|4112 | 0.000000e+00 |      --      |    Inf 
1734.15/1734.10	c  1734s|  8150k|  2943k| 24492k|   3.0 |2011M|  63 |   8 |  70 |6745 |  70 |  19 |  14 |3102k|4112 | 0.000000e+00 |      --      |    Inf 
1736.55/1736.54	c  1737s|  8160k|  2947k| 24521k|   3.0 |2013M|  63 |   8 |  70 |5853 |  70 |  19 |  14 |3106k|4112 | 0.000000e+00 |      --      |    Inf 
1738.75/1738.75	c  1739s|  8170k|  2950k| 24551k|   3.0 |2016M|  63 |   8 |  70 |6691 |  70 |  19 |  14 |3110k|4112 | 0.000000e+00 |      --      |    Inf 
1740.95/1740.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.95/1740.90	c  1741s|  8180k|  2954k| 24580k|   3.0 |2018M|  63 |   - |  70 |7887 |  70 |  19 |  14 |3114k|4112 | 0.000000e+00 |      --      |    Inf 
1743.14/1743.13	c  1743s|  8190k|  2957k| 24609k|   3.0 |2021M|  63 |   8 |  70 |7959 |  70 |  19 |  14 |3118k|4112 | 0.000000e+00 |      --      |    Inf 
1745.66/1745.69	c  1746s|  8200k|  2961k| 24639k|   3.0 |2023M|  63 |   - |  70 |7113 |  70 |  19 |  14 |3122k|4112 | 0.000000e+00 |      --      |    Inf 
1748.15/1748.17	c  1748s|  8210k|  2964k| 24668k|   3.0 |2025M|  63 |   8 |  70 |6664 |  70 |  19 |  14 |3126k|4112 | 0.000000e+00 |      --      |    Inf 
1750.75/1750.75	c  1751s|  8220k|  2967k| 24698k|   3.0 |2028M|  63 |   - |  70 |6139 |  70 |  19 |  14 |3130k|4112 | 0.000000e+00 |      --      |    Inf 
1753.15/1753.11	c  1753s|  8230k|  2971k| 24728k|   3.0 |2030M|  63 |   - |  70 |6800 |  70 |  19 |  14 |3134k|4112 | 0.000000e+00 |      --      |    Inf 
1755.55/1755.54	c  1756s|  8240k|  2974k| 24758k|   3.0 |2033M|  63 |   - |  70 |6893 |  70 |  19 |  14 |3138k|4112 | 0.000000e+00 |      --      |    Inf 
1758.05/1758.01	c  1758s|  8250k|  2977k| 24788k|   3.0 |2035M|  63 |   - |  70 |7568 |  70 |  19 |  14 |3142k|4112 | 0.000000e+00 |      --      |    Inf 
1760.45/1760.46	c  1760s|  8260k|  2981k| 24818k|   3.0 |2038M|  63 |   8 |  70 |7421 |  70 |  19 |  14 |3146k|4112 | 0.000000e+00 |      --      |    Inf 
1762.75/1762.72	c  1763s|  8270k|  2984k| 24848k|   3.0 |2040M|  63 |   8 |  70 |7807 |  70 |  19 |  14 |3150k|4112 | 0.000000e+00 |      --      |    Inf 
1765.05/1765.06	c  1765s|  8280k|  2987k| 24877k|   3.0 |2042M|  63 |   8 |  70 |7897 |  70 |  19 |  14 |3154k|4112 | 0.000000e+00 |      --      |    Inf 
1767.66/1767.68	c  1768s|  8290k|  2991k| 24907k|   3.0 |2045M|  63 |   - |  70 |6691 |  70 |  19 |  14 |3158k|4112 | 0.000000e+00 |      --      |    Inf 
1769.85/1769.86	c  1770s|  8300k|  2994k| 24937k|   3.0 |2047M|  63 |   8 |  70 |6945 |  70 |  19 |  14 |3161k|4112 | 0.000000e+00 |      --      |    Inf 
1771.95/1772.00	c  1772s|  8310k|  2998k| 24965k|   3.0 |2050M|  63 |   8 |  70 |7794 |  70 |  19 |  14 |3165k|4112 | 0.000000e+00 |      --      |    Inf 
1774.65/1774.69	c  1775s|  8320k|  3002k| 24995k|   3.0 |2052M|  63 |   8 |  70 |7051 |  70 |  19 |  14 |3169k|4112 | 0.000000e+00 |      --      |    Inf 
1777.35/1777.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1777.35/1777.32	c  1777s|  8330k|  3005k| 25024k|   3.0 |2054M|  63 |   8 |  70 |6495 |  70 |  19 |  14 |3173k|4112 | 0.000000e+00 |      --      |    Inf 
1779.35/1779.37	c  1779s|  8340k|  3009k| 25053k|   3.0 |2057M|  63 |   8 |  70 |8008 |  70 |  19 |  14 |3177k|4112 | 0.000000e+00 |      --      |    Inf 
1781.85/1781.88	c  1782s|  8350k|  3012k| 25083k|   3.0 |2060M|  63 |   - |  70 |7613 |  70 |  19 |  14 |3181k|4112 | 0.000000e+00 |      --      |    Inf 
1784.35/1784.37	c  1784s|  8360k|  3015k| 25112k|   3.0 |2062M|  63 |   8 |  70 |7037 |  70 |  19 |  14 |3185k|4112 | 0.000000e+00 |      --      |    Inf 
1786.55/1786.55	c  1787s|  8370k|  3019k| 25142k|   3.0 |2064M|  63 |   - |  70 |8292 |  70 |  19 |  14 |3189k|4112 | 0.000000e+00 |      --      |    Inf 
1789.35/1789.31	c  1789s|  8380k|  3022k| 25172k|   3.0 |2067M|  63 |   8 |  70 |6943 |  70 |  19 |  14 |3193k|4112 | 0.000000e+00 |      --      |    Inf 
1791.85/1791.88	c  1792s|  8390k|  3025k| 25201k|   3.0 |2069M|  63 |   - |  70 |6337 |  70 |  19 |  14 |3197k|4112 | 0.000000e+00 |      --      |    Inf 
1794.35/1794.36	c  1794s|  8400k|  3028k| 25231k|   3.0 |2071M|  63 |   - |  70 |6279 |  70 |  19 |  14 |3201k|4112 | 0.000000e+00 |      --      |    Inf 
1796.85/1796.88	c  1797s|  8410k|  3032k| 25260k|   3.0 |2074M|  63 |   8 |  70 |6375 |  70 |  19 |  14 |3205k|4112 | 0.000000e+00 |      --      |    Inf 
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 8410503
1797.05/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.05/1797.00	c Gap                : infinite
1797.05/1797.00	s UNKNOWN
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.01 (included in solving)
1797.05/1797.00	c   reading          :       0.00 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3485346-1307774835.opb
1797.05/1797.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 17 initial, 17 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3485346-1307774835.opb
1797.05/1797.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 8 initial, 9633 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1797.05/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0    5736989          0          4          0        344       1393          0          0   11470706
1797.05/1797.00	c   linear           :          8          6   17441817          0          1          3    1060771      59220    1858635          0          0          0
1797.05/1797.00	c   logicor          :          0+         6    7617109          0          0          0    4023682       4347    2429634          0          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :      37.87       0.00       0.00      37.87       0.00       0.00       0.00
1797.05/1797.00	c   linear           :      81.79       0.00      78.05       0.00       0.00       0.00       3.73
1797.05/1797.00	c   logicor          :     259.28       0.00     250.72       0.00       0.00       0.00       8.56
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          0          0          0          0
1797.05/1797.00	c   pseudoobj        :          0          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       2.62       2.62       0.00
1797.05/1797.00	c   rootredcost      :       2.67       2.67       0.00
1797.05/1797.00	c   pseudoobj        :       2.14       2.14       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       5.05      63567      60731     221101       51.0         40       39.0          -
1797.05/1797.00	c   infeasible LP    :      92.40    2625896    2625820    4725467       31.9      30983       36.6          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -    2660971       26.2          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -     544298       37.6          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 42)
1797.05/1797.00	c   redcost          :       8.14    5736994          0          0          0          0
1797.05/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       0.00          6          0          0          0          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.00          6          0          0         14          0
1797.05/1797.00	c   cmir             :       0.01          6          0          0         14          0
1797.05/1797.00	c   flowcover        :       0.01          6          0          0         21          0
1797.05/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.02          1          0          0          0          0
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :      34.34    5736989        344       1393          0          0   11470706
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   oneopt           :       2.53          0          0
1797.05/1797.00	c   crossover        :       1.51          0          0
1797.05/1797.00	c   guideddiving     :       0.16          0          0
1797.05/1797.00	c   rootsoldiving    :       0.13         21          0
1797.05/1797.00	c   coefdiving       :       0.14         42          0
1797.05/1797.00	c   pscostdiving     :       0.15         42          0
1797.05/1797.00	c   fracdiving       :       0.14         42          0
1797.05/1797.00	c   veclendiving     :       0.15         42          0
1797.05/1797.00	c   linesearchdiving :       0.14         42          0
1797.05/1797.00	c   feaspump         :       0.11         21          0
1797.05/1797.00	c   objpscostdiving  :       0.12         22          0
1797.05/1797.00	c   trivial          :       0.00          2          0
1797.05/1797.00	c   shiftandpropagate:       0.00          1          0
1797.05/1797.00	c   simplerounding   :       1.17          0          0
1797.05/1797.00	c   zirounding       :      19.74          0          0
1797.05/1797.00	c   rounding         :       2.63      33902          0
1797.05/1797.00	c   shifting         :       4.15      10698          0
1797.05/1797.00	c   intshifting      :       0.11          0          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.01          1          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.00          0          0
1797.05/1797.00	c   subnlp           :       1.18          0          0
1797.05/1797.00	c   trysol           :       1.52          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.05/1797.00	c   dual LP          :     592.16    8211712   25257796       3.08   42653.70
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:       0.12       1971       4275       2.17   34227.93
1797.05/1797.00	c   strong branching :       0.61       4112      25867       6.29   42527.27
1797.05/1797.00	c     (at root node) :          -          9        278      30.89          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :    8410503
1797.05/1797.00	c   nodes (total)    :    8410503
1797.05/1797.00	c   nodes left       :    3032237
1797.05/1797.00	c   max depth        :         63
1797.05/1797.00	c   max depth (total):         63
1797.05/1797.00	c   backtracks       :     808982 (9.6%)
1797.05/1797.00	c   delayed cutoffs  :      27969
1797.05/1797.00	c   repropagations   :    6437592 (2480179 domain reductions, 14085 cutoffs)
1797.05/1797.00	c   avg switch length:       5.58
1797.05/1797.00	c   switching time   :     379.80
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :          0 (0 improvements)
1797.05/1797.00	c   Primal Bound     :          -
1797.05/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.05/1797.00	c   Gap              :   infinite
1797.05/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.05/1797.00	c   Root Iterations  :        174

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485346-1307774835/watcher-3485346-1307774835 -o /tmp/evaluation-result-3485346-1307774835/solver-3485346-1307774835 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485346-1307774835.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 2/174 576
/proc/meminfo: memFree=31180532/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=6456 CPUtime=0 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 762 0 0 0 0 0 0 0 25 0 1 0 889083911 6610944 716 33554432000 4194304 8979876 140737108109104 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/576/statm: 1614 718 315 1169 0 441 0

[startup+0.0401389 s]
/proc/loadavg: 2.00 2.00 1.98 2/174 576
/proc/meminfo: memFree=31180532/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=25304 CPUtime=0.03 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 5593 0 0 0 3 0 0 0 18 0 1 0 889083911 25911296 4937 33554432000 4194304 8979876 140737108109104 18446744073709551615 6441715 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 6326 4937 684 1169 0 5153 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25304

[startup+0.101151 s]
/proc/loadavg: 2.00 2.00 1.98 2/174 576
/proc/meminfo: memFree=31180532/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=23108 CPUtime=0.09 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 6240 0 0 0 9 0 0 0 18 0 1 0 889083911 23662592 4761 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 5777 4761 700 1169 0 4604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23108

[startup+0.301107 s]
/proc/loadavg: 2.00 2.00 1.98 2/174 576
/proc/meminfo: memFree=31180532/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=23108 CPUtime=0.29 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 6244 0 0 0 28 1 0 0 18 0 1 0 889083911 23662592 4765 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 5777 4765 704 1169 0 4604 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23108

[startup+0.70103 s]
/proc/loadavg: 2.00 2.00 1.98 2/174 576
/proc/meminfo: memFree=31180532/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=23108 CPUtime=0.69 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 6252 0 0 0 67 2 0 0 18 0 1 0 889083911 23662592 4773 33554432000 4194304 8979876 140737108109104 18446744073709551615 18446744073699066034 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 5777 4773 704 1169 0 4604 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23108

[startup+1.50088 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 577
/proc/meminfo: memFree=31162568/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=23108 CPUtime=1.49 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 6280 0 0 0 143 6 0 0 20 0 1 0 889083911 23662592 4801 33554432000 4194304 8979876 140737108109104 18446744073709551615 7059296 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 5777 4801 704 1169 0 4604 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23108

[startup+3.10056 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 577
/proc/meminfo: memFree=31161696/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=24320 CPUtime=3.09 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 6498 0 0 0 299 10 0 0 25 0 1 0 889083911 24903680 5019 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 6080 5019 704 1169 0 4907 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24320

[startup+6.30099 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 577
/proc/meminfo: memFree=31151120/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=30324 CPUtime=6.29 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 8035 0 0 0 609 20 0 0 25 0 1 0 889083911 31051776 6556 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 7581 6556 704 1169 0 6408 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30324

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 577
/proc/meminfo: memFree=31133028/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=41248 CPUtime=12.69 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 10854 0 0 0 1229 40 0 0 25 0 1 0 889083911 42237952 9375 33554432000 4194304 8979876 140737108109104 18446744073709551615 4319185 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 10312 9375 704 1169 0 9139 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41248

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 578
/proc/meminfo: memFree=31099608/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=64860 CPUtime=25.49 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 16327 0 0 0 2464 85 0 0 25 0 1 0 889083911 66416640 14848 33554432000 4194304 8979876 140737108109104 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 16215 14848 704 1169 0 15042 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64860

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 578
/proc/meminfo: memFree=31038492/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=105556 CPUtime=51.09 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 26733 0 0 0 4941 168 0 0 25 0 1 0 889083911 108089344 25254 33554432000 4194304 8979876 140737108109104 18446744073709551615 4689312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 26389 25254 704 1169 0 25216 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105556

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 580
/proc/meminfo: memFree=30920864/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=184892 CPUtime=102.3 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 45936 0 0 0 9908 322 0 0 25 0 1 0 889083911 189329408 44457 33554432000 4194304 8979876 140737108109104 18446744073709551615 4330762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 46223 44457 704 1169 0 45050 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184892

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 581
/proc/meminfo: memFree=30790348/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=270532 CPUtime=162.3 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 67817 0 0 0 15732 498 0 0 25 0 1 0 889083911 277024768 66338 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 67633 66338 704 1169 0 66460 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 270532

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 583
/proc/meminfo: memFree=30662084/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=357228 CPUtime=222.3 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 87901 0 0 0 21552 678 0 0 25 0 1 0 889083911 365801472 86422 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 89307 86422 704 1169 0 88134 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 357228

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 584
/proc/meminfo: memFree=30541856/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=438180 CPUtime=282.3 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 108526 0 0 0 27377 853 0 0 25 0 1 0 889083911 448696320 107047 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 109545 107047 704 1169 0 108372 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 438180

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 586
/proc/meminfo: memFree=30417800/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=512164 CPUtime=342.3 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 127428 0 0 0 33217 1013 0 0 25 0 1 0 889083911 524455936 125949 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 128041 125949 704 1169 0 126868 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 512164

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 588
/proc/meminfo: memFree=30299816/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=588324 CPUtime=402.31 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 146888 0 0 0 39055 1176 0 0 25 0 1 0 889083911 602443776 145409 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 147081 145409 704 1169 0 145908 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 588324

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 589
/proc/meminfo: memFree=30183172/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=659772 CPUtime=462.31 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 165221 0 0 0 44901 1330 0 0 25 0 1 0 889083911 675606528 163742 33554432000 4194304 8979876 140737108109104 18446744073709551615 6702959 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 164943 163742 704 1169 0 163770 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 659772

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 591
/proc/meminfo: memFree=30070396/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=748956 CPUtime=522.31 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 183795 0 0 0 50743 1488 0 0 25 0 1 0 889083911 766930944 182316 33554432000 4194304 8979876 140737108109104 18446744073709551615 4347574 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 187239 182316 704 1169 0 186066 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 748956

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 592
/proc/meminfo: memFree=29957608/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=816664 CPUtime=582.31 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 201249 0 0 0 56593 1638 0 0 25 0 1 0 889083911 836263936 199770 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 204166 199770 704 1169 0 202993 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 816664

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 609
/proc/meminfo: memFree=29524220/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1091592 CPUtime=822.31 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 271450 0 0 0 79973 2258 0 0 25 0 1 0 889083911 1117790208 269971 33554432000 4194304 8979876 140737108109104 18446744073709551615 6446036 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 272898 269971 704 1169 0 271725 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1091592

[startup+882.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/175 619
/proc/meminfo: memFree=29410244/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1163228 CPUtime=882.32 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 289519 0 0 0 85816 2416 0 0 25 0 1 0 889083911 1191145472 288040 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 290807 288040 704 1169 0 289634 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1163228

[startup+942.301 s]
/proc/loadavg: 2.09 2.03 1.99 3/175 621
/proc/meminfo: memFree=29306516/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1228724 CPUtime=942.32 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 306412 0 0 0 91669 2563 0 0 25 0 1 0 889083911 1258213376 304933 33554432000 4194304 8979876 140737108109104 18446744073709551615 6492229 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 307181 304933 704 1169 0 306008 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1228724

[startup+1002.3 s]
/proc/loadavg: 2.03 2.02 1.99 3/175 625
/proc/meminfo: memFree=29203164/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1294100 CPUtime=1002.32 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 323194 0 0 0 97525 2707 0 0 25 0 1 0 889083911 1325158400 321715 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 323525 321715 704 1169 0 322352 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1294100

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/175 627
/proc/meminfo: memFree=29099904/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1360184 CPUtime=1062.33 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 339833 0 0 0 103381 2852 0 0 25 0 1 0 889083911 1392828416 338354 33554432000 4194304 8979876 140737108109104 18446744073709551615 6489296 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 340046 338354 704 1169 0 338873 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1360184

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/175 629
/proc/meminfo: memFree=29005864/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1457180 CPUtime=1122.33 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 356301 0 0 0 109229 3004 0 0 25 0 1 0 889083911 1492152320 354822 33554432000 4194304 8979876 140737108109104 18446744073709551615 5381842 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 364295 354822 704 1169 0 363122 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1457180

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 630
/proc/meminfo: memFree=28904140/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1517972 CPUtime=1182.33 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 371991 0 0 0 115077 3156 0 0 25 0 1 0 889083911 1554403328 370512 33554432000 4194304 8979876 140737108109104 18446744073709551615 4347574 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 379493 370512 704 1169 0 378320 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1517972

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 632
/proc/meminfo: memFree=28799912/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1585228 CPUtime=1242.33 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 389242 0 0 0 120932 3301 0 0 25 0 1 0 889083911 1623273472 387763 33554432000 4194304 8979876 140737108109104 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 396307 387763 704 1169 0 395134 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1585228

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 634
/proc/meminfo: memFree=28706608/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1648752 CPUtime=1302.34 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 405108 0 0 0 126791 3443 0 0 25 0 1 0 889083911 1688322048 403629 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 412188 403629 704 1169 0 411015 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1648752

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/175 635
/proc/meminfo: memFree=28613804/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1706552 CPUtime=1362.34 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 420025 0 0 0 132642 3592 0 0 25 0 1 0 889083911 1747509248 418546 33554432000 4194304 8979876 140737108109104 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 426638 418546 704 1169 0 425465 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1706552

[startup+1422.31 s]
/proc/loadavg: 1.40 1.83 1.93 2/169 662
/proc/meminfo: memFree=29897872/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1769028 CPUtime=1422.34 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 436081 0 0 0 138501 3733 0 0 25 0 1 0 889083911 1811484672 434602 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 442257 434602 704 1169 0 441084 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1769028

[startup+1482.3 s]
/proc/loadavg: 1.18 1.69 1.87 2/169 663
/proc/meminfo: memFree=29834452/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1830368 CPUtime=1482.34 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 451866 0 0 0 144353 3881 0 0 25 0 1 0 889083911 1874296832 450387 33554432000 4194304 8979876 140737108109104 18446744073709551615 6700361 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 457592 450387 704 1169 0 456419 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1830368

[startup+1542.3 s]
/proc/loadavg: 1.06 1.56 1.82 2/169 665
/proc/meminfo: memFree=29772392/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1890472 CPUtime=1542.34 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 467325 0 0 0 150213 4021 0 0 25 0 1 0 889083911 1935843328 465846 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 472618 465846 704 1169 0 471445 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1890472

[startup+1602.3 s]
/proc/loadavg: 1.02 1.46 1.76 2/169 667
/proc/meminfo: memFree=29711708/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=1952364 CPUtime=1602.35 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 482655 0 0 0 156073 4162 0 0 25 0 1 0 889083911 1999220736 481176 33554432000 4194304 8979876 140737108109104 18446744073709551615 4347557 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 488091 481176 704 1169 0 486918 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 1952364

[startup+1662.3 s]
/proc/loadavg: 1.01 1.37 1.71 2/169 668
/proc/meminfo: memFree=29647428/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=2013800 CPUtime=1662.35 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 498447 0 0 0 161929 4306 0 0 25 0 1 0 889083911 2062131200 496968 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 503450 496968 704 1169 0 502277 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 2013800

[startup+1722.3 s]
/proc/loadavg: 1.00 1.30 1.66 2/169 670
/proc/meminfo: memFree=29586368/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=2074280 CPUtime=1722.35 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 514004 0 0 0 167788 4447 0 0 25 0 1 0 889083911 2124062720 512525 33554432000 4194304 8979876 140737108109104 18446744073709551615 6702944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 518570 512525 704 1169 0 517397 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 2074280

[startup+1782.3 s]
/proc/loadavg: 1.00 1.24 1.62 2/169 671
/proc/meminfo: memFree=29528152/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=2129668 CPUtime=1782.35 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 528277 0 0 0 173646 4589 0 0 25 0 1 0 889083911 2180780032 526798 33554432000 4194304 8979876 140737108109104 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/576/statm: 532417 526798 704 1169 0 531244 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2129668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.23 1.61 2/169 672
/proc/meminfo: memFree=29513264/32951124 swapFree=67064368/67111528
[pid=576] ppid=574 vsize=2143684 CPUtime=1800.05 cores=0,2,4,6
/proc/576/stat : 576 (scip-2.0.1.4_2.) R 574 576 29294 0 -1 4202496 531883 0 0 0 175384 4621 0 0 25 0 1 0 889083911 2195132416 530404 33554432000 4194304 8979876 140737108109104 18446744073709551615 6778433 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/576/statm: 535921 530404 707 1169 0 534748 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2143684

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.1
CPU time (s): 1800.16
CPU user time (s): 1753.85
CPU system time (s): 46.307
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2143684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1753.85
system time used= 46.307
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531883
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= 8
involuntary context switches= 1975

runsolver used 2.68859 second user time and 5.54416 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-11 08:47:15
IDJOB=3485346
IDBENCH=2922
IDSOLVER=1977
FILE ID=node105/3485346-1307774835
RUNJOBID= node105-1307767064-32347
PBS_JOBID= 13550855
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= d78f5121f87a7bad7fc74d5d3eacc32f
RANDOM SEED=2117043703

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31180836 kB
Buffers:        272400 kB
Cached:         802340 kB
SwapCached:      20132 kB
Active:         902720 kB
Inactive:       642752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31180836 kB
SwapTotal:    67111528 kB
SwapFree:     67064368 kB
Dirty:           16332 kB
Writeback:           0 kB
AnonPages:      468412 kB
Mapped:          13380 kB
Slab:           160088 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   627456 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= 74060 MiB
End job on node105 at 2011-06-11 09:17:17