Trace number 2693797

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 NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1802.11 1802.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-51-50--soft-33-100-0.wbo
MD5SUM153666059db7da507c96674bc7662476
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.062989
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2550
Total number of constraints101
Number of soft constraints66
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Top cost 3685
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3684
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2693797-1277893079.wbo>
0.00/0.01	c original problem has 2682 variables (2616 bin, 0 int, 0 impl, 66 cont) and 168 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 17 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 66 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 17 clqs
0.00/0.02	c (round 3) 0 del vars, 1 del conss, 66 chg bounds, 0 chg sides, 0 chg coeffs, 18 upgd conss, 66 impls, 17 clqs
0.00/0.02	c (round 4) 0 del vars, 1 del conss, 66 chg bounds, 0 chg sides, 0 chg coeffs, 35 upgd conss, 66 impls, 17 clqs
0.03/0.04	c    (0.0s) probing: 101/2616 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.04	c presolving (5 rounds):
0.03/0.04	c  0 deleted vars, 1 deleted constraints, 66 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.04	c  66 implications, 17 cliques
0.03/0.04	c presolved problem has 2682 variables (2616 bin, 0 int, 0 impl, 66 cont) and 167 constraints
0.03/0.04	c      66 constraints of type <indicator>
0.03/0.04	c      17 constraints of type <setppc>
0.03/0.04	c      66 constraints of type <linear>
0.03/0.04	c      18 constraints of type <logicor>
0.03/0.04	c transformed objective value is always integral (scale: 1)
0.03/0.04	c Presolving Time: 0.03
0.03/0.04	c - non default parameters ----------------------------------------------------------------------
0.03/0.04	c # SCIP version 1.2.1.2
0.03/0.04	c 
0.03/0.04	c # frequency for displaying node information lines
0.03/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.04	c display/freq = 10000
0.03/0.04	c 
0.03/0.04	c # maximal time in seconds to run
0.03/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.04	c limits/time = 1800
0.03/0.04	c 
0.03/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.04	c limits/memory = 3420
0.03/0.04	c 
0.03/0.04	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.03/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.04	c lp/solvefreq = -1
0.03/0.04	c 
0.03/0.04	c # should presolving try to simplify inequalities
0.03/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.04	c constraints/linear/simplifyinequalities = TRUE
0.03/0.04	c 
0.03/0.04	c # should presolving try to simplify knapsacks
0.03/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.04	c 
0.03/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.04	c separating/rapidlearning/freq = 0
0.03/0.04	c 
0.03/0.04	c -----------------------------------------------------------------------------------------------
0.03/0.04	c start solving
0.03/0.04	c 
0.03/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.04	c   0.0s|     1 |     2 |     0 |     - |5068k|   0 |   - |2682 | 167 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.72	c   1.7s| 10000 |  9971 |     0 |   0.0 |8509k|2097 |   - |2682 | 228 |   0 |   0 |   0 | 151 |   0 | 0.000000e+00 |      --      |    Inf 
3.49/3.53	c   3.4s| 20000 | 19936 |     0 |   0.0 |  11M|2097 |   - |2682 | 218 |   0 |   0 |   0 | 321 |   0 | 0.000000e+00 |      --      |    Inf 
5.39/5.45	c   5.3s| 30000 | 29902 |     0 |   0.0 |  14M|2097 |   - |2682 | 245 |   0 |   0 |   0 | 491 |   0 | 0.000000e+00 |      --      |    Inf 
7.29/7.35	c   7.1s| 40000 | 39876 |     0 |   0.0 |  17M|2097 |   - |2682 | 282 |   0 |   0 |   0 | 621 |   0 | 0.000000e+00 |      --      |    Inf 
9.19/9.28	c   9.0s| 50000 | 49851 |     0 |   0.0 |  20M|2097 |   - |2682 | 306 |   0 |   0 |   0 | 737 |   0 | 0.000000e+00 |      --      |    Inf 
11.09/11.19	c  10.8s| 60000 | 59823 |     0 |   0.0 |  22M|2104 |   - |2682 | 322 |   0 |   0 |   0 | 870 |   0 | 0.000000e+00 |      --      |    Inf 
12.99/13.08	c  12.7s| 70000 | 69788 |     0 |   0.0 |  25M|2104 |   - |2682 | 359 |   0 |   0 |   0 |1050 |   0 | 0.000000e+00 |      --      |    Inf 
14.89/14.92	c  14.5s| 80000 | 79760 |     0 |   0.0 |  28M|2104 |   - |2682 | 363 |   0 |   0 |   0 |1190 |   0 | 0.000000e+00 |      --      |    Inf 
16.79/16.87	c  16.4s| 90000 | 89738 |     0 |   0.0 |  31M|2104 |   - |2682 | 396 |   0 |   0 |   0 |1300 |   0 | 0.000000e+00 |      --      |    Inf 
18.79/18.84	c  18.3s|100000 | 99702 |     0 |   0.0 |  33M|2104 |   - |2682 | 419 |   0 |   0 |   0 |1469 |   0 | 0.000000e+00 |      --      |    Inf 
20.69/20.74	c  20.1s|110000 |109676 |     0 |   0.0 |  36M|2104 |   - |2682 | 438 |   0 |   0 |   0 |1599 |   0 | 0.000000e+00 |      --      |    Inf 
22.69/22.70	c  22.0s|120000 |119648 |     0 |   0.0 |  39M|2104 |   - |2682 | 439 |   0 |   0 |   0 |1739 |   0 | 0.000000e+00 |      --      |    Inf 
24.59/24.68	c  23.9s|130000 |129616 |     0 |   0.0 |  42M|2104 |   - |2682 | 473 |   0 |   0 |   0 |1899 |   0 | 0.000000e+00 |      --      |    Inf 
26.60/26.69	c  25.9s|140000 |139578 |     0 |   0.0 |  44M|2104 |   - |2682 | 497 |   0 |   0 |   0 |2089 |   0 | 0.000000e+00 |      --      |    Inf 
28.50/28.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.50/28.57	c  27.7s|150000 |149548 |     0 |   0.0 |  47M|2104 |   - |2682 | 543 |   0 |   0 |   0 |2239 |   0 | 0.000000e+00 |      --      |    Inf 
30.49/30.53	c  29.6s|160000 |159514 |     0 |   0.0 |  50M|2104 |   - |2682 | 554 |   0 |   0 |   0 |2409 |   0 | 0.000000e+00 |      --      |    Inf 
32.49/32.51	c  31.5s|170000 |169474 |     0 |   0.0 |  53M|2104 |   - |2682 | 579 |   0 |   0 |   0 |2609 |   0 | 0.000000e+00 |      --      |    Inf 
34.39/34.43	c  33.4s|180000 |179444 |     0 |   0.0 |  55M|2104 |   - |2682 | 610 |   0 |   0 |   0 |2759 |   0 | 0.000000e+00 |      --      |    Inf 
36.30/36.34	c  35.2s|190000 |189418 |     0 |   0.0 |  58M|2104 |   - |2682 | 608 |   0 |   0 |   0 |2887 |   0 | 0.000000e+00 |      --      |    Inf 
38.29/38.31	c  37.2s|200000 |199396 |     0 |   0.0 |  61M|2104 |   - |2682 | 621 |   0 |   0 |   0 |2997 |   0 | 0.000000e+00 |      --      |    Inf 
40.09/40.19	c  39.0s|210000 |209362 |     0 |   0.0 |  63M|2104 |   - |2682 | 634 |   0 |   0 |   0 |3167 |   0 | 0.000000e+00 |      --      |    Inf 
42.09/42.15	c  40.9s|220000 |219330 |     0 |   0.0 |  66M|2104 |   - |2682 | 674 |   0 |   0 |   0 |3326 |   0 | 0.000000e+00 |      --      |    Inf 
44.09/44.12	c  42.8s|230000 |229306 |     0 |   0.0 |  69M|2104 |   - |2682 | 659 |   0 |   0 |   0 |3446 |   0 | 0.000000e+00 |      --      |    Inf 
45.89/45.99	c  44.6s|240000 |239272 |     0 |   0.0 |  72M|2104 |   - |2682 | 693 |   0 |   0 |   0 |3616 |   0 | 0.000000e+00 |      --      |    Inf 
47.78/47.89	c  46.5s|250000 |249244 |     0 |   0.0 |  74M|2104 |   - |2682 | 705 |   0 |   0 |   0 |3756 |   0 | 0.000000e+00 |      --      |    Inf 
49.69/49.75	c  48.3s|260000 |259213 |     0 |   0.0 |  77M|2104 |   - |2682 | 694 |   0 |   0 |   0 |3916 |   0 | 0.000000e+00 |      --      |    Inf 
51.49/51.57	c  50.0s|270000 |269185 |     0 |   0.0 |  80M|2104 |   - |2682 | 710 |   0 |   0 |   0 |4056 |   0 | 0.000000e+00 |      --      |    Inf 
53.29/53.30	c  51.7s|280000 |279153 |     0 |   0.0 |  83M|2104 |   - |2682 | 720 |   0 |   0 |   0 |4216 |   0 | 0.000000e+00 |      --      |    Inf 
55.09/55.10	c  53.4s|290000 |289119 |     0 |   0.0 |  85M|2104 |   - |2682 | 734 |   0 |   0 |   0 |4386 |   0 | 0.000000e+00 |      --      |    Inf 
56.89/56.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.89/56.92	c  55.2s|300000 |299085 |     0 |   0.0 |  88M|2104 |   - |2682 | 719 |   0 |   0 |   0 |4556 |   0 | 0.000000e+00 |      --      |    Inf 
58.69/58.78	c  57.0s|310000 |309049 |     0 |   0.0 |  91M|2104 |   - |2682 | 731 |   0 |   0 |   0 |4736 |   0 | 0.000000e+00 |      --      |    Inf 
60.50/60.54	c  58.7s|320000 |319005 |     0 |   0.0 |  94M|2104 |   - |2682 | 705 |   0 |   0 |   0 |4956 |   0 | 0.000000e+00 |      --      |    Inf 
62.39/62.44	c  60.6s|330000 |328977 |     0 |   0.0 |  96M|2104 |   - |2682 | 686 |   0 |   0 |   0 |5096 |   0 | 0.000000e+00 |      --      |    Inf 
64.29/64.30	c  62.4s|340000 |338945 |     0 |   0.0 |  99M|2104 |   - |2682 | 713 |   0 |   0 |   0 |5256 |   0 | 0.000000e+00 |      --      |    Inf 
66.00/66.05	c  64.0s|350000 |348917 |     0 |   0.0 | 102M|2104 |   - |2682 | 708 |   0 |   0 |   0 |5396 |   0 | 0.000000e+00 |      --      |    Inf 
67.79/67.86	c  65.8s|360000 |358883 |     0 |   0.0 | 105M|2104 |   - |2682 | 716 |   0 |   0 |   0 |5566 |   0 | 0.000000e+00 |      --      |    Inf 
69.59/69.67	c  67.5s|370000 |368849 |     0 |   0.0 | 107M|2104 |   - |2682 | 734 |   0 |   0 |   0 |5736 |   0 | 0.000000e+00 |      --      |    Inf 
71.39/71.42	c  69.2s|380000 |378813 |     0 |   0.0 | 110M|2104 |   - |2682 | 715 |   0 |   0 |   0 |5916 |   0 | 0.000000e+00 |      --      |    Inf 
73.00/73.06	c  70.8s|390000 |388777 |     0 |   0.0 | 113M|2104 |   - |2682 | 703 |   0 |   0 |   0 |6096 |   0 | 0.000000e+00 |      --      |    Inf 
74.80/74.83	c  72.5s|400000 |398741 |     0 |   0.0 | 116M|2104 |   - |2682 | 711 |   0 |   0 |   0 |6276 |   0 | 0.000000e+00 |      --      |    Inf 
76.59/76.60	c  74.2s|410000 |408703 |     0 |   0.0 | 119M|2104 |   - |2682 | 732 |   0 |   0 |   0 |6466 |   0 | 0.000000e+00 |      --      |    Inf 
78.29/78.39	c  76.0s|420000 |418663 |     0 |   0.0 | 121M|2104 |   - |2682 | 718 |   0 |   0 |   0 |6666 |   0 | 0.000000e+00 |      --      |    Inf 
79.99/80.03	c  77.6s|430000 |428619 |     0 |   0.0 | 124M|2104 |   - |2682 | 763 |   0 |   0 |   0 |6886 |   0 | 0.000000e+00 |      --      |    Inf 
81.69/81.71	c  79.2s|440000 |438579 |     0 |   0.0 | 127M|2104 |   - |2682 | 779 |   0 |   0 |   0 |7086 |   0 | 0.000000e+00 |      --      |    Inf 
83.39/83.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.39/83.40	c  80.8s|450000 |448541 |     0 |   0.0 | 130M|2104 |   - |2682 | 804 |   0 |   0 |   0 |7276 |   0 | 0.000000e+00 |      --      |    Inf 
84.99/85.08	c  82.4s|460000 |458505 |     0 |   0.0 | 133M|2104 |   - |2682 | 782 |   0 |   0 |   0 |7456 |   0 | 0.000000e+00 |      --      |    Inf 
86.69/86.79	c  84.1s|470000 |468445 |     0 |   0.0 | 135M|2104 |   - |2682 | 833 |   0 |   0 |   0 |7756 |   0 | 0.000000e+00 |      --      |    Inf 
88.39/88.49	c  85.7s|480000 |478407 |     0 |   0.0 | 138M|2104 |   - |2682 | 807 |   0 |   0 |   0 |7946 |   0 | 0.000000e+00 |      --      |    Inf 
90.19/90.23	c  87.4s|490000 |488355 |     0 |   0.0 | 141M|2104 |   - |2682 | 837 |   0 |   0 |   0 |8206 |   0 | 0.000000e+00 |      --      |    Inf 
91.90/91.92	c  89.1s|500000 |498317 |     0 |   0.0 | 144M|2104 |   - |2682 | 848 |   0 |   0 |   0 |8396 |   0 | 0.000000e+00 |      --      |    Inf 
93.49/93.52	c  90.6s|510000 |508269 |     0 |   0.0 | 147M|2104 |   - |2682 | 875 |   0 |   0 |   0 |8636 |   0 | 0.000000e+00 |      --      |    Inf 
95.09/95.18	c  92.2s|520000 |518232 |     0 |   0.0 | 149M|2104 |   - |2682 | 888 |   0 |   0 |   0 |8826 |   0 | 0.000000e+00 |      --      |    Inf 
96.79/96.85	c  93.8s|530000 |528194 |     0 |   0.0 | 152M|2104 |   - |2682 | 877 |   0 |   0 |   0 |9016 |   0 | 0.000000e+00 |      --      |    Inf 
98.39/98.45	c  95.3s|540000 |538149 |     0 |   0.0 | 155M|2104 |   - |2682 | 898 |   0 |   0 |   0 |9246 |   0 | 0.000000e+00 |      --      |    Inf 
99.99/100.02	c  96.9s|550000 |548111 |     0 |   0.0 | 158M|2104 |   - |2682 | 884 |   0 |   0 |   0 |9436 |   0 | 0.000000e+00 |      --      |    Inf 
101.59/101.69	c  98.5s|560000 |558076 |     0 |   0.0 | 161M|2104 |   - |2682 | 884 |   0 |   0 |   0 |9616 |   0 | 0.000000e+00 |      --      |    Inf 
103.30/103.33	c   100s|570000 |568038 |     0 |   0.0 | 163M|2104 |   - |2682 | 877 |   0 |   0 |   0 |9806 |   0 | 0.000000e+00 |      --      |    Inf 
104.79/104.89	c   102s|580000 |577994 |     0 |   0.0 | 166M|2104 |   - |2682 | 896 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
106.40/106.40	c   103s|590000 |587952 |     0 |   0.0 | 169M|2104 |   - |2682 | 877 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
107.99/108.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.99/108.05	c   105s|600000 |597900 |     0 |   0.0 | 172M|2104 |   - |2682 | 908 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
109.59/109.65	c   106s|610000 |607863 |     0 |   0.0 | 175M|2104 |   - |2682 | 876 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
111.19/111.25	c   108s|620000 |617818 |     0 |   0.0 | 178M|2104 |   - |2682 | 852 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
112.69/112.72	c   109s|630000 |627778 |     0 |   0.0 | 181M|2104 |   - |2682 | 869 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
114.30/114.36	c   111s|640000 |637723 |     0 |   0.0 | 183M|2104 |   - |2682 | 905 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
115.89/115.94	c   112s|650000 |647677 |     0 |   0.0 | 186M|2104 |   - |2682 | 914 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
117.49/117.52	c   114s|660000 |657633 |     0 |   0.0 | 189M|2104 |   - |2682 | 900 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
118.89/118.93	c   115s|670000 |667595 |     0 |   0.0 | 192M|2104 |   - |2682 | 892 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
120.39/120.46	c   117s|680000 |677547 |     0 |   0.0 | 195M|2104 |   - |2682 | 904 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
122.00/122.03	c   118s|690000 |687499 |     0 |   0.0 | 198M|2104 |   - |2682 | 889 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
123.49/123.58	c   120s|700000 |697454 |     0 |   0.0 | 201M|2104 |   - |2682 | 874 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
124.99/125.01	c   121s|710000 |707415 |     0 |   0.0 | 204M|2104 |   - |2682 | 848 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
126.50/126.51	c   122s|720000 |717364 |     0 |   0.0 | 207M|2104 |   - |2682 | 865 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
127.99/128.02	c   124s|730000 |727314 |     0 |   0.0 | 209M|2104 |   - |2682 | 884 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
129.49/129.51	c   125s|740000 |737265 |     0 |   0.0 | 212M|2104 |   - |2682 | 898 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
130.99/131.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.99/131.00	c   127s|750000 |747222 |     0 |   0.0 | 215M|2104 |   - |2682 | 889 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
132.39/132.43	c   128s|760000 |757162 |     0 |   0.0 | 218M|2104 |   - |2682 | 898 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
133.90/133.98	c   130s|770000 |767118 |     0 |   0.0 | 221M|2104 |   - |2682 | 871 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
135.39/135.47	c   131s|780000 |777072 |     0 |   0.0 | 224M|2104 |   - |2682 | 845 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
136.89/136.96	c   132s|790000 |787019 |     0 |   0.0 | 227M|2104 |   - |2682 | 862 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
138.29/138.33	c   134s|800000 |796959 |     0 |   0.0 | 230M|2104 |   - |2682 | 910 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
139.70/139.77	c   135s|810000 |806906 |     0 |   0.0 | 233M|2104 |   - |2682 | 869 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
141.19/141.27	c   137s|820000 |816847 |     0 |   0.0 | 236M|2104 |   - |2682 | 876 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
142.69/142.79	c   138s|830000 |826783 |     0 |   0.0 | 239M|2104 |   - |2682 | 871 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
144.10/144.16	c   139s|840000 |836736 |     0 |   0.0 | 242M|2104 |   - |2682 | 867 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
145.40/145.49	c   141s|850000 |846683 |     0 |   0.0 | 244M|2104 |   - |2682 | 895 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
146.99/147.00	c   142s|860000 |856616 |     0 |   0.0 | 247M|2104 |   - |2682 | 870 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
148.50/148.51	c   144s|870000 |866549 |     0 |   0.0 | 250M|2104 |   - |2682 | 892 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
149.89/149.95	c   145s|880000 |876493 |     0 |   0.0 | 253M|2104 |   - |2682 | 860 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
151.19/151.28	c   146s|890000 |886429 |     0 |   0.0 | 256M|2104 |   - |2682 | 902 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
152.90/152.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.90/152.94	c   148s|900000 |896337 |     0 |   0.0 | 260M|2104 |   - |2682 | 907 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
155.20/155.29	c   150s|910000 |906148 |     0 |   0.0 | 264M|2104 |   - |2682 | 885 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
157.59/157.60	c   152s|920000 |915954 |     0 |   0.0 | 268M|2104 |   - |2682 | 872 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
159.69/159.79	c   154s|930000 |925766 |     0 |   0.0 | 272M|2104 |   - |2682 | 907 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
161.99/162.05	c   157s|940000 |935571 |     0 |   0.0 | 276M|2104 |   - |2682 | 920 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
164.09/164.15	c   159s|950000 |945375 |     0 |   0.0 | 280M|2104 |   - |2682 | 894 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
166.19/166.21	c   161s|960000 |955183 |     0 |   0.0 | 284M|2104 |   - |2682 | 877 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
168.30/168.33	c   163s|970000 |964985 |     0 |   0.0 | 289M|2104 |   - |2682 | 892 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
170.29/170.35	c   165s|980000 |974801 |     0 |   0.0 | 293M|2104 |   - |2682 | 886 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
172.09/172.18	c   166s|990000 |984630 |     0 |   0.0 | 297M|2104 |   - |2682 | 863 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
174.00/174.09	c   168s|  1000k|994442 |     0 |   0.0 | 301M|2104 |   - |2682 | 865 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
175.90/175.96	c   170s|  1010k|  1004k|     0 |   0.0 | 305M|2104 |   - |2682 | 855 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
177.69/177.70	c   172s|  1020k|  1014k|     0 |   0.0 | 309M|2104 |   - |2682 | 862 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
179.39/179.47	c   174s|  1030k|  1023k|     0 |   0.0 | 313M|2104 |   - |2682 | 888 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
181.19/181.24	c   175s|  1040k|  1033k|     0 |   0.0 | 317M|2104 |   - |2682 | 877 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
182.89/182.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.89/182.94	c   177s|  1050k|  1043k|     0 |   0.0 | 321M|2104 |   - |2682 | 869 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
184.39/184.45	c   178s|  1060k|  1053k|     0 |   0.0 | 325M|2104 |   - |2682 | 875 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
185.99/186.05	c   180s|  1070k|  1063k|     0 |   0.0 | 329M|2104 |   - |2682 | 887 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
187.49/187.60	c   181s|  1080k|  1072k|     0 |   0.0 | 334M|2104 |   - |2682 | 877 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
188.99/189.05	c   183s|  1090k|  1082k|     0 |   0.0 | 338M|2104 |   - |2682 | 876 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
190.39/190.44	c   184s|  1100k|  1092k|     0 |   0.0 | 342M|2104 |   - |2682 | 918 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
191.69/191.79	c   185s|  1110k|  1102k|     0 |   0.0 | 346M|2104 |   - |2682 |1059 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
193.69/193.74	c   187s|  1120k|  1111k|     0 |   0.0 | 353M|2104 |   - |2682 |1424 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
194.00/194.04	o 1
194.00/194.04	c * 187s|  1121k|  1110k|     0 |   0.0 | 353M|2289 |   - |2682 |1397 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
195.49/195.56	c   189s|  1130k|  1118k|     0 |   0.0 | 354M|2289 |   - |2682 |1056 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
197.29/197.37	c   191s|  1140k|  1128k|     0 |   0.0 | 357M|2289 |   - |2682 | 884 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.19/199.29	c   193s|  1150k|  1138k|     0 |   0.0 | 360M|2289 |   - |2682 | 838 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
201.20/201.22	c   194s|  1160k|  1148k|     0 |   0.0 | 362M|2289 |   - |2682 | 842 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
203.10/203.14	c   196s|  1170k|  1158k|     0 |   0.0 | 365M|2289 |   - |2682 | 866 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
204.89/204.95	c   198s|  1180k|  1168k|     0 |   0.0 | 368M|2289 |   - |2682 | 899 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
206.89/206.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.89/206.95	c   200s|  1190k|  1178k|     0 |   0.0 | 371M|2289 |   - |2682 | 846 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.00/209.05	c   202s|  1200k|  1188k|     0 |   0.0 | 373M|2289 |   - |2682 | 848 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
210.89/210.94	c   204s|  1210k|  1198k|     0 |   0.0 | 376M|2289 |   - |2682 | 839 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.90/212.94	c   206s|  1220k|  1208k|     0 |   0.0 | 379M|2289 |   - |2682 | 816 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
214.89/214.91	c   208s|  1230k|  1218k|     0 |   0.0 | 382M|2289 |   - |2682 | 819 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
216.80/216.85	c   210s|  1240k|  1228k|     0 |   0.0 | 384M|2289 |   - |2682 | 783 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
218.59/218.69	c   211s|  1250k|  1238k|     0 |   0.0 | 387M|2289 |   - |2682 | 790 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
220.59/220.66	c   213s|  1260k|  1248k|     0 |   0.0 | 390M|2289 |   - |2682 | 814 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
222.59/222.69	c   215s|  1270k|  1258k|     0 |   0.0 | 393M|2289 |   - |2682 | 793 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
224.49/224.57	c   217s|  1280k|  1268k|     0 |   0.0 | 395M|2289 |   - |2682 | 763 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
226.50/226.55	c   219s|  1290k|  1278k|     0 |   0.0 | 398M|2289 |   - |2682 | 751 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.50/228.52	c   221s|  1300k|  1288k|     0 |   0.0 | 401M|2289 |   - |2682 | 720 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
230.30/230.37	c   223s|  1310k|  1298k|     0 |   0.0 | 403M|2289 |   - |2682 | 727 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.30/232.32	c   225s|  1320k|  1308k|     0 |   0.0 | 406M|2289 |   - |2682 | 701 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
234.29/234.34	c   227s|  1330k|  1318k|     0 |   0.0 | 409M|2289 |   - |2682 | 720 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
236.19/236.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.19/236.27	c   229s|  1340k|  1328k|     0 |   0.0 | 412M|2289 |   - |2682 | 711 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.10/238.13	c   230s|  1350k|  1338k|     0 |   0.0 | 414M|2289 |   - |2682 | 661 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
239.99/240.02	c   232s|  1360k|  1348k|     0 |   0.0 | 417M|2289 |   - |2682 | 677 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
241.90/241.94	c   234s|  1370k|  1358k|     0 |   0.0 | 420M|2289 |   - |2682 | 633 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.69/243.78	c   236s|  1380k|  1368k|     0 |   0.0 | 422M|2289 |   - |2682 | 623 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.69/245.78	c   238s|  1390k|  1378k|     0 |   0.0 | 425M|2289 |   - |2682 | 632 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
247.79/247.85	c   240s|  1400k|  1388k|     0 |   0.0 | 428M|2289 |   - |2682 | 636 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
249.70/249.73	c   242s|  1410k|  1398k|     0 |   0.0 | 430M|2289 |   - |2682 | 551 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
251.69/251.72	c   244s|  1420k|  1407k|     0 |   0.0 | 433M|2289 |   - |2682 | 560 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
253.70/253.73	c   245s|  1430k|  1417k|     0 |   0.0 | 436M|2289 |   - |2682 | 574 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
255.59/255.61	c   247s|  1440k|  1427k|     0 |   0.0 | 439M|2289 |   - |2682 | 568 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
257.40/257.46	c   249s|  1450k|  1437k|     0 |   0.0 | 441M|2289 |   - |2682 | 554 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
259.40/259.41	c   251s|  1460k|  1447k|     0 |   0.0 | 444M|2289 |   - |2682 | 544 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
261.40/261.40	c   253s|  1470k|  1457k|     0 |   0.0 | 447M|2289 |   - |2682 | 556 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.19/263.23	c   255s|  1480k|  1467k|     0 |   0.0 | 449M|2289 |   - |2682 | 580 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.19/265.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.19/265.26	c   257s|  1490k|  1477k|     0 |   0.0 | 452M|2289 |   - |2682 | 556 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
267.20/267.27	c   259s|  1500k|  1487k|     0 |   0.0 | 455M|2289 |   - |2682 | 568 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
269.19/269.20	c   260s|  1510k|  1497k|     0 |   0.0 | 458M|2289 |   - |2682 | 573 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.09/271.19	c   262s|  1520k|  1507k|     0 |   0.0 | 460M|2289 |   - |2682 | 571 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.19/273.20	c   264s|  1530k|  1517k|     0 |   0.0 | 463M|2289 |   - |2682 | 572 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.09/275.19	c   266s|  1540k|  1527k|     0 |   0.0 | 466M|2289 |   - |2682 | 579 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.10/277.11	c   268s|  1550k|  1537k|     0 |   0.0 | 468M|2289 |   - |2682 | 593 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
278.99/279.09	c   270s|  1560k|  1547k|     0 |   0.0 | 471M|2289 |   - |2682 | 627 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
281.00/281.08	c   272s|  1570k|  1557k|     0 |   0.0 | 474M|2289 |   - |2682 | 579 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.89/282.93	c   274s|  1580k|  1567k|     0 |   0.0 | 477M|2289 |   - |2682 | 589 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.91/284.92	c   276s|  1590k|  1577k|     0 |   0.0 | 479M|2289 |   - |2682 | 556 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.90/286.95	c   278s|  1600k|  1587k|     0 |   0.0 | 482M|2289 |   - |2682 | 548 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
288.80/288.87	c   280s|  1610k|  1597k|     0 |   0.0 | 485M|2289 |   - |2682 | 566 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
290.70/290.74	c   281s|  1620k|  1607k|     0 |   0.0 | 487M|2289 |   - |2682 | 537 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
292.69/292.72	c   283s|  1630k|  1617k|     0 |   0.0 | 490M|2289 |   - |2682 | 563 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.70/294.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.70/294.75	c   285s|  1640k|  1627k|     0 |   0.0 | 493M|2289 |   - |2682 | 570 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
296.50/296.60	c   287s|  1650k|  1637k|     0 |   0.0 | 495M|2289 |   - |2682 | 582 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.50/298.55	c   289s|  1660k|  1647k|     0 |   0.0 | 498M|2289 |   - |2682 | 588 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
300.49/300.59	c   291s|  1670k|  1657k|     0 |   0.0 | 501M|2289 |   - |2682 | 606 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.40/302.46	c   293s|  1680k|  1667k|     0 |   0.0 | 504M|2289 |   - |2682 | 577 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.39/304.43	c   295s|  1690k|  1677k|     0 |   0.0 | 506M|2289 |   - |2682 | 616 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
306.39/306.44	c   297s|  1700k|  1687k|     0 |   0.0 | 509M|2289 |   - |2682 | 585 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.40/308.40	c   299s|  1710k|  1697k|     0 |   0.0 | 512M|2289 |   - |2682 | 615 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
310.20/310.29	c   300s|  1720k|  1707k|     0 |   0.0 | 514M|2289 |   - |2682 | 568 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
312.20/312.28	c   302s|  1730k|  1717k|     0 |   0.0 | 517M|2289 |   - |2682 | 572 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
314.20/314.26	c   304s|  1740k|  1727k|     0 |   0.0 | 520M|2289 |   - |2682 | 578 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
316.10/316.13	c   306s|  1750k|  1737k|     0 |   0.0 | 522M|2289 |   - |2682 | 594 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.10/318.12	c   308s|  1760k|  1746k|     0 |   0.0 | 525M|2289 |   - |2682 | 567 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
320.00/320.10	c   310s|  1770k|  1756k|     0 |   0.0 | 528M|2289 |   - |2682 | 545 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
322.00/322.04	c   312s|  1780k|  1766k|     0 |   0.0 | 531M|2289 |   - |2682 | 564 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.00/324.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.00/324.02	c   314s|  1790k|  1776k|     0 |   0.0 | 533M|2289 |   - |2682 | 548 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
326.00/326.05	c   316s|  1800k|  1786k|     0 |   0.0 | 536M|2289 |   - |2682 | 527 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
328.00/328.00	c   318s|  1810k|  1796k|     0 |   0.0 | 539M|2289 |   - |2682 | 540 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
329.90/329.92	c   319s|  1820k|  1806k|     0 |   0.0 | 541M|2289 |   - |2682 | 561 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.89/331.94	c   321s|  1830k|  1816k|     0 |   0.0 | 544M|2289 |   - |2682 | 532 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.89/333.95	c   323s|  1840k|  1826k|     0 |   0.0 | 547M|2289 |   - |2682 | 580 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.80/335.82	c   325s|  1850k|  1836k|     0 |   0.0 | 550M|2289 |   - |2682 | 561 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.80/337.82	c   327s|  1860k|  1846k|     0 |   0.0 | 552M|2289 |   - |2682 | 539 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
339.80/339.84	c   329s|  1870k|  1856k|     0 |   0.0 | 555M|2289 |   - |2682 | 547 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
341.70/341.78	c   331s|  1880k|  1866k|     0 |   0.0 | 558M|2289 |   - |2682 | 541 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
343.69/343.73	c   333s|  1890k|  1876k|     0 |   0.0 | 560M|2289 |   - |2682 | 529 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
345.60/345.69	c   335s|  1900k|  1886k|     0 |   0.0 | 563M|2289 |   - |2682 | 564 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
347.50/347.58	c   337s|  1910k|  1896k|     0 |   0.0 | 566M|2289 |   - |2682 | 533 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.49/349.56	c   339s|  1920k|  1906k|     0 |   0.0 | 569M|2289 |   - |2682 | 568 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
351.49/351.55	c   340s|  1930k|  1916k|     0 |   0.0 | 571M|2289 |   - |2682 | 584 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
353.50/353.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.50/353.57	c   342s|  1940k|  1926k|     0 |   0.0 | 574M|2289 |   - |2682 | 584 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
355.40/355.46	c   344s|  1950k|  1936k|     0 |   0.0 | 577M|2289 |   - |2682 | 562 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
357.40/357.43	c   346s|  1960k|  1946k|     0 |   0.0 | 579M|2289 |   - |2682 | 570 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.30/359.39	c   348s|  1970k|  1956k|     0 |   0.0 | 582M|2289 |   - |2682 | 595 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
361.20/361.27	c   350s|  1980k|  1966k|     0 |   0.0 | 585M|2289 |   - |2682 | 621 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
363.20/363.27	c   352s|  1990k|  1976k|     0 |   0.0 | 587M|2289 |   - |2682 | 616 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
365.20/365.24	c   354s|  2000k|  1986k|     0 |   0.0 | 590M|2289 |   - |2682 | 605 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
367.20/367.25	c   356s|  2010k|  1996k|     0 |   0.0 | 593M|2289 |   - |2682 | 619 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.10/369.13	c   358s|  2020k|  2006k|     0 |   0.0 | 596M|2289 |   - |2682 | 658 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
371.09/371.16	c   359s|  2030k|  2016k|     0 |   0.0 | 598M|2289 |   - |2682 | 660 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
373.09/373.14	c   361s|  2040k|  2026k|     0 |   0.0 | 601M|2289 |   - |2682 | 665 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
375.00/375.03	c   363s|  2050k|  2036k|     0 |   0.0 | 604M|2289 |   - |2682 | 655 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.99/377.07	c   365s|  2060k|  2046k|     0 |   0.0 | 606M|2289 |   - |2682 | 672 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
379.00/379.05	c   367s|  2070k|  2056k|     0 |   0.0 | 609M|2289 |   - |2682 | 670 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.89/380.97	c   369s|  2080k|  2066k|     0 |   0.0 | 612M|2289 |   - |2682 | 687 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.80/382.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.80/382.90	c   371s|  2090k|  2075k|     0 |   0.0 | 614M|2289 |   - |2682 | 675 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.80/384.88	c   373s|  2100k|  2085k|     0 |   0.0 | 617M|2289 |   - |2682 | 682 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
386.80/386.88	c   375s|  2110k|  2095k|     0 |   0.0 | 620M|2289 |   - |2682 | 707 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
388.70/388.79	c   377s|  2120k|  2105k|     0 |   0.0 | 623M|2289 |   - |2682 | 699 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
390.80/390.84	c   379s|  2130k|  2115k|     0 |   0.0 | 625M|2289 |   - |2682 | 730 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
392.70/392.76	c   380s|  2140k|  2125k|     0 |   0.0 | 628M|2289 |   - |2682 | 696 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.50/394.58	c   382s|  2150k|  2135k|     0 |   0.0 | 631M|2289 |   - |2682 | 660 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
396.50/396.56	c   384s|  2160k|  2145k|     0 |   0.0 | 633M|2289 |   - |2682 | 695 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
398.50/398.52	c   386s|  2170k|  2155k|     0 |   0.0 | 636M|2289 |   - |2682 | 672 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
400.41/400.42	c   388s|  2180k|  2165k|     0 |   0.0 | 639M|2289 |   - |2682 | 705 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.40/402.40	c   390s|  2190k|  2175k|     0 |   0.0 | 641M|2289 |   - |2682 | 682 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.40/404.46	c   392s|  2200k|  2185k|     0 |   0.0 | 644M|2289 |   - |2682 | 665 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
406.50/406.50	c   394s|  2210k|  2195k|     0 |   0.0 | 647M|2289 |   - |2682 | 671 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.40/408.42	c   396s|  2220k|  2205k|     0 |   0.0 | 649M|2289 |   - |2682 | 672 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.40/410.47	c   398s|  2230k|  2215k|     0 |   0.0 | 652M|2289 |   - |2682 | 672 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
412.50/412.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
412.50/412.56	c   400s|  2240k|  2225k|     0 |   0.0 | 655M|2289 |   - |2682 | 677 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
414.39/414.47	c   402s|  2250k|  2235k|     0 |   0.0 | 658M|2289 |   - |2682 | 686 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.40/416.45	c   403s|  2260k|  2245k|     0 |   0.0 | 660M|2289 |   - |2682 | 658 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
418.40/418.44	c   405s|  2270k|  2255k|     0 |   0.0 | 663M|2289 |   - |2682 | 690 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
420.30/420.37	c   407s|  2280k|  2265k|     0 |   0.0 | 666M|2289 |   - |2682 | 673 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
422.30/422.31	c   409s|  2290k|  2275k|     0 |   0.0 | 668M|2289 |   - |2682 | 688 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.20/424.28	c   411s|  2300k|  2285k|     0 |   0.0 | 671M|2289 |   - |2682 | 699 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.20/426.26	c   413s|  2310k|  2295k|     0 |   0.0 | 674M|2289 |   - |2682 | 712 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
428.09/428.10	c   415s|  2320k|  2305k|     0 |   0.0 | 676M|2289 |   - |2682 | 719 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.10/430.15	c   417s|  2330k|  2315k|     0 |   0.0 | 679M|2289 |   - |2682 | 707 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.20/432.22	c   419s|  2340k|  2325k|     0 |   0.0 | 682M|2289 |   - |2682 | 717 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
434.00/434.09	c   421s|  2350k|  2335k|     0 |   0.0 | 684M|2289 |   - |2682 | 705 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
436.00/436.08	c   422s|  2360k|  2345k|     0 |   0.0 | 687M|2289 |   - |2682 | 694 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.10/438.12	c   424s|  2370k|  2355k|     0 |   0.0 | 690M|2289 |   - |2682 | 708 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
440.01/440.05	c   426s|  2380k|  2365k|     0 |   0.0 | 693M|2289 |   - |2682 | 704 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
441.99/442.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
441.99/442.03	c   428s|  2390k|  2375k|     0 |   0.0 | 695M|2289 |   - |2682 | 744 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
443.90/443.92	c   430s|  2400k|  2385k|     0 |   0.0 | 698M|2289 |   - |2682 | 717 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
445.90/445.91	c   432s|  2410k|  2394k|     0 |   0.0 | 701M|2289 |   - |2682 | 748 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
447.71/447.77	c   434s|  2420k|  2404k|     0 |   0.0 | 703M|2289 |   - |2682 | 719 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.70/449.79	c   436s|  2430k|  2414k|     0 |   0.0 | 706M|2289 |   - |2682 | 745 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
451.80/451.86	c   438s|  2440k|  2424k|     0 |   0.0 | 709M|2289 |   - |2682 | 737 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
453.60/453.69	c   440s|  2450k|  2434k|     0 |   0.0 | 711M|2289 |   - |2682 | 729 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
455.49/455.59	c   441s|  2460k|  2444k|     0 |   0.0 | 714M|2289 |   - |2682 | 724 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
457.60/457.63	c   443s|  2470k|  2454k|     0 |   0.0 | 717M|2289 |   - |2682 | 743 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
459.50/459.56	c   445s|  2480k|  2464k|     0 |   0.0 | 719M|2289 |   - |2682 | 762 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
461.40/461.49	c   447s|  2490k|  2474k|     0 |   0.0 | 722M|2289 |   - |2682 | 742 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
463.30/463.39	c   449s|  2500k|  2484k|     0 |   0.0 | 725M|2289 |   - |2682 | 729 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
465.31/465.39	c   451s|  2510k|  2494k|     0 |   0.0 | 728M|2289 |   - |2682 | 754 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
467.20/467.24	c   453s|  2520k|  2504k|     0 |   0.0 | 730M|2289 |   - |2682 | 758 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.10/469.17	c   455s|  2530k|  2514k|     0 |   0.0 | 733M|2289 |   - |2682 | 746 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
471.10/471.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
471.10/471.11	c   456s|  2540k|  2524k|     0 |   0.0 | 736M|2289 |   - |2682 | 708 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
472.90/472.96	c   458s|  2550k|  2534k|     0 |   0.0 | 738M|2289 |   - |2682 | 736 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.90/474.93	c   460s|  2560k|  2544k|     0 |   0.0 | 741M|2289 |   - |2682 | 762 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.90/476.95	c   462s|  2570k|  2554k|     0 |   0.0 | 744M|2289 |   - |2682 | 719 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.90/478.90	c   464s|  2580k|  2564k|     0 |   0.0 | 746M|2289 |   - |2682 | 719 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
480.70/480.76	c   466s|  2590k|  2574k|     0 |   0.0 | 749M|2289 |   - |2682 | 735 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
482.70/482.77	c   468s|  2600k|  2584k|     0 |   0.0 | 752M|2289 |   - |2682 | 713 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
484.80/484.80	c   470s|  2610k|  2594k|     0 |   0.0 | 754M|2289 |   - |2682 | 732 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
486.70/486.73	c   472s|  2620k|  2604k|     0 |   0.0 | 757M|2289 |   - |2682 | 738 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
488.70/488.70	c   474s|  2630k|  2614k|     0 |   0.0 | 760M|2289 |   - |2682 | 737 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.60/490.66	c   475s|  2640k|  2624k|     0 |   0.0 | 762M|2289 |   - |2682 | 744 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.50/492.54	c   477s|  2650k|  2634k|     0 |   0.0 | 765M|2289 |   - |2682 | 710 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
494.50/494.50	c   479s|  2660k|  2644k|     0 |   0.0 | 768M|2289 |   - |2682 | 759 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
496.50/496.54	c   481s|  2670k|  2654k|     0 |   0.0 | 771M|2289 |   - |2682 | 752 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
498.51/498.52	c   483s|  2680k|  2664k|     0 |   0.0 | 773M|2289 |   - |2682 | 787 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
500.41/500.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.41/500.45	c   485s|  2690k|  2674k|     0 |   0.0 | 776M|2289 |   - |2682 | 785 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
502.40/502.40	c   487s|  2700k|  2684k|     0 |   0.0 | 779M|2289 |   - |2682 | 785 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
504.40/504.45	c   489s|  2710k|  2694k|     0 |   0.0 | 781M|2289 |   - |2682 | 839 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.30/506.37	c   491s|  2720k|  2704k|     0 |   0.0 | 784M|2289 |   - |2682 | 806 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.40/508.40	c   493s|  2730k|  2713k|     0 |   0.0 | 787M|2289 |   - |2682 | 791 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
510.40/510.41	c   495s|  2740k|  2723k|     0 |   0.0 | 789M|2289 |   - |2682 | 770 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.20/512.30	c   496s|  2750k|  2733k|     0 |   0.0 | 792M|2289 |   - |2682 | 778 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
514.20/514.28	c   498s|  2760k|  2743k|     0 |   0.0 | 795M|2289 |   - |2682 | 774 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
516.20/516.26	c   500s|  2770k|  2753k|     0 |   0.0 | 797M|2289 |   - |2682 | 770 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
518.20/518.24	c   502s|  2780k|  2763k|     0 |   0.0 | 800M|2289 |   - |2682 | 777 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.10/520.13	c   504s|  2790k|  2773k|     0 |   0.0 | 803M|2289 |   - |2682 | 764 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.00/522.09	c   506s|  2800k|  2783k|     0 |   0.0 | 805M|2289 |   - |2682 | 727 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
524.10/524.12	c   508s|  2810k|  2793k|     0 |   0.0 | 808M|2289 |   - |2682 | 745 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
526.00/526.07	c   510s|  2820k|  2803k|     0 |   0.0 | 811M|2289 |   - |2682 | 786 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.00/528.10	c   512s|  2830k|  2813k|     0 |   0.0 | 814M|2289 |   - |2682 | 737 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
530.10/530.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
530.10/530.16	c   514s|  2840k|  2823k|     0 |   0.0 | 816M|2289 |   - |2682 | 749 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.00/532.02	c   516s|  2850k|  2833k|     0 |   0.0 | 819M|2289 |   - |2682 | 744 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
534.00/534.01	c   517s|  2860k|  2843k|     0 |   0.0 | 822M|2289 |   - |2682 | 729 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
535.90/535.97	c   519s|  2870k|  2853k|     0 |   0.0 | 824M|2289 |   - |2682 | 718 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
537.91/537.92	c   521s|  2880k|  2863k|     0 |   0.0 | 827M|2289 |   - |2682 | 759 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
539.80/539.89	c   523s|  2890k|  2873k|     0 |   0.0 | 830M|2289 |   - |2682 | 766 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
541.90/541.94	c   525s|  2900k|  2883k|     0 |   0.0 | 832M|2289 |   - |2682 | 722 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
543.90/543.95	c   527s|  2910k|  2893k|     0 |   0.0 | 835M|2289 |   - |2682 | 740 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
545.80/545.80	c   529s|  2920k|  2903k|     0 |   0.0 | 838M|2289 |   - |2682 | 737 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
547.70/547.78	c   531s|  2930k|  2913k|     0 |   0.0 | 841M|2289 |   - |2682 | 729 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
549.70/549.75	c   533s|  2940k|  2923k|     0 |   0.0 | 843M|2289 |   - |2682 | 720 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
551.61/551.60	c   535s|  2950k|  2933k|     0 |   0.0 | 846M|2289 |   - |2682 | 736 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
553.40/553.47	c   536s|  2960k|  2943k|     0 |   0.0 | 849M|2289 |   - |2682 | 681 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.30/555.38	c   538s|  2970k|  2953k|     0 |   0.0 | 851M|2289 |   - |2682 | 725 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
557.41/557.42	c   540s|  2980k|  2963k|     0 |   0.0 | 854M|2289 |   - |2682 | 700 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
559.30/559.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.30/559.35	c   542s|  2990k|  2973k|     0 |   0.0 | 857M|2289 |   - |2682 | 707 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
561.30/561.32	c   544s|  3000k|  2983k|     0 |   0.0 | 859M|2289 |   - |2682 | 700 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
563.21/563.26	c   546s|  3010k|  2993k|     0 |   0.0 | 862M|2289 |   - |2682 | 679 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
565.10/565.11	c   548s|  3020k|  3003k|     0 |   0.0 | 865M|2289 |   - |2682 | 687 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
567.10/567.14	c   550s|  3030k|  3013k|     0 |   0.0 | 867M|2289 |   - |2682 | 703 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
569.20/569.21	c   552s|  3040k|  3023k|     0 |   0.0 | 870M|2289 |   - |2682 | 697 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
571.20/571.21	c   554s|  3050k|  3032k|     0 |   0.0 | 873M|2289 |   - |2682 | 694 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
573.01/573.08	c   555s|  3060k|  3042k|     0 |   0.0 | 875M|2289 |   - |2682 | 694 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
575.00/575.05	c   557s|  3070k|  3052k|     0 |   0.0 | 878M|2289 |   - |2682 | 687 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
577.10/577.10	c   559s|  3080k|  3062k|     0 |   0.0 | 881M|2289 |   - |2682 | 701 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
578.90/578.97	c   561s|  3090k|  3072k|     0 |   0.0 | 884M|2289 |   - |2682 | 685 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.90/580.91	c   563s|  3100k|  3082k|     0 |   0.0 | 886M|2289 |   - |2682 | 703 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
582.91/582.99	c   565s|  3110k|  3092k|     0 |   0.0 | 889M|2289 |   - |2682 | 729 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
584.91/584.90	c   567s|  3120k|  3102k|     0 |   0.0 | 892M|2289 |   - |2682 | 709 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
586.80/586.86	c   569s|  3130k|  3112k|     0 |   0.0 | 894M|2289 |   - |2682 | 698 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
588.70/588.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
588.70/588.80	c   571s|  3140k|  3122k|     0 |   0.0 | 897M|2289 |   - |2682 | 724 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
590.61/590.64	c   572s|  3150k|  3132k|     0 |   0.0 | 900M|2289 |   - |2682 | 699 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
592.51/592.59	c   574s|  3160k|  3142k|     0 |   0.0 | 902M|2289 |   - |2682 | 689 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
594.51/594.59	c   576s|  3170k|  3152k|     0 |   0.0 | 905M|2289 |   - |2682 | 671 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
596.60/596.60	c   578s|  3180k|  3162k|     0 |   0.0 | 908M|2289 |   - |2682 | 658 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
598.50/598.51	c   580s|  3190k|  3172k|     0 |   0.0 | 910M|2289 |   - |2682 | 686 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
600.40/600.50	c   582s|  3200k|  3182k|     0 |   0.0 | 913M|2289 |   - |2682 | 645 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
602.41/602.49	c   584s|  3210k|  3192k|     0 |   0.0 | 916M|2289 |   - |2682 | 647 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
604.41/604.44	c   586s|  3220k|  3202k|     0 |   0.0 | 918M|2289 |   - |2682 | 652 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
606.30/606.38	c   588s|  3230k|  3212k|     0 |   0.0 | 921M|2289 |   - |2682 | 641 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
608.31/608.35	c   590s|  3240k|  3222k|     0 |   0.0 | 924M|2289 |   - |2682 | 636 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
610.31/610.32	c   592s|  3250k|  3232k|     0 |   0.0 | 927M|2289 |   - |2682 | 652 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
612.21/612.22	c   593s|  3260k|  3242k|     0 |   0.0 | 929M|2289 |   - |2682 | 655 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
614.10/614.13	c   595s|  3270k|  3252k|     0 |   0.0 | 932M|2289 |   - |2682 | 629 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
616.10/616.10	c   597s|  3280k|  3262k|     0 |   0.0 | 935M|2289 |   - |2682 | 641 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
617.90/617.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.90/617.98	c   599s|  3290k|  3272k|     0 |   0.0 | 937M|2289 |   - |2682 | 679 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
619.90/619.98	c   601s|  3300k|  3282k|     0 |   0.0 | 940M|2289 |   - |2682 | 673 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
621.90/621.97	c   603s|  3310k|  3292k|     0 |   0.0 | 943M|2289 |   - |2682 | 669 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
623.80/623.84	c   605s|  3320k|  3302k|     0 |   0.0 | 945M|2289 |   - |2682 | 632 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
625.70/625.76	c   606s|  3330k|  3312k|     0 |   0.0 | 948M|2289 |   - |2682 | 675 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
627.71/627.70	c   608s|  3340k|  3322k|     0 |   0.0 | 951M|2289 |   - |2682 | 653 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
629.51/629.54	c   610s|  3350k|  3332k|     0 |   0.0 | 954M|2289 |   - |2682 | 667 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
631.41/631.44	c   612s|  3360k|  3342k|     0 |   0.0 | 956M|2289 |   - |2682 | 693 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
633.40/633.42	c   614s|  3370k|  3352k|     0 |   0.0 | 959M|2289 |   - |2682 | 657 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
635.40/635.45	c   616s|  3380k|  3362k|     0 |   0.0 | 962M|2289 |   - |2682 | 686 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
637.31/637.33	c   618s|  3390k|  3371k|     0 |   0.0 | 964M|2289 |   - |2682 | 695 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
639.30/639.34	c   620s|  3400k|  3381k|     0 |   0.0 | 967M|2289 |   - |2682 | 687 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
641.21/641.26	c   621s|  3410k|  3391k|     0 |   0.0 | 970M|2289 |   - |2682 | 673 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
643.10/643.17	c   623s|  3420k|  3401k|     0 |   0.0 | 972M|2289 |   - |2682 | 697 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
645.11/645.14	c   625s|  3430k|  3411k|     0 |   0.0 | 975M|2289 |   - |2682 | 674 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
647.10/647.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
647.10/647.16	c   627s|  3440k|  3421k|     0 |   0.0 | 978M|2289 |   - |2682 | 664 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
649.10/649.11	c   629s|  3450k|  3431k|     0 |   0.0 | 981M|2289 |   - |2682 | 680 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
650.91/650.96	c   631s|  3460k|  3441k|     0 |   0.0 | 983M|2289 |   - |2682 | 692 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
653.00/653.00	c   633s|  3470k|  3451k|     0 |   0.0 | 986M|2289 |   - |2682 | 702 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
655.01/655.03	c   635s|  3480k|  3461k|     0 |   0.0 | 989M|2289 |   - |2682 | 708 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
656.90/656.94	c   637s|  3490k|  3471k|     0 |   0.0 | 991M|2289 |   - |2682 | 708 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
658.81/658.90	c   639s|  3500k|  3481k|     0 |   0.0 | 994M|2289 |   - |2682 | 702 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
660.80/660.83	c   640s|  3510k|  3491k|     0 |   0.0 | 997M|2289 |   - |2682 | 692 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
662.81/662.84	c   642s|  3520k|  3501k|     0 |   0.0 | 999M|2289 |   - |2682 | 703 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
664.71/664.76	c   644s|  3530k|  3511k|     0 |   0.0 |1002M|2289 |   - |2682 | 727 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
666.70/666.75	c   646s|  3540k|  3521k|     0 |   0.0 |1005M|2289 |   - |2682 | 723 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
668.71/668.74	c   648s|  3550k|  3531k|     0 |   0.0 |1007M|2289 |   - |2682 | 749 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
670.60/670.62	c   650s|  3560k|  3541k|     0 |   0.0 |1010M|2289 |   - |2682 | 738 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
672.60/672.63	c   652s|  3570k|  3551k|     0 |   0.0 |1013M|2289 |   - |2682 | 736 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
674.51/674.57	c   654s|  3580k|  3561k|     0 |   0.0 |1016M|2289 |   - |2682 | 708 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
676.41/676.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
676.41/676.47	c   656s|  3590k|  3571k|     0 |   0.0 |1018M|2289 |   - |2682 | 722 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
678.41/678.41	c   658s|  3600k|  3581k|     0 |   0.0 |1021M|2289 |   - |2682 | 688 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
680.30/680.36	c   659s|  3610k|  3591k|     0 |   0.0 |1024M|2289 |   - |2682 | 679 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
682.30/682.38	c   661s|  3620k|  3601k|     0 |   0.0 |1026M|2289 |   - |2682 | 661 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
684.31/684.30	c   663s|  3630k|  3611k|     0 |   0.0 |1029M|2289 |   - |2682 | 669 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
686.21/686.28	c   665s|  3640k|  3621k|     0 |   0.0 |1032M|2289 |   - |2682 | 660 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
688.20/688.26	c   667s|  3650k|  3631k|     0 |   0.0 |1034M|2289 |   - |2682 | 672 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
690.00/690.09	c   669s|  3660k|  3641k|     0 |   0.0 |1037M|2289 |   - |2682 | 644 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
692.00/692.08	c   671s|  3670k|  3651k|     0 |   0.0 |1040M|2289 |   - |2682 | 675 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.11/694.10	c   673s|  3680k|  3661k|     0 |   0.0 |1042M|2289 |   - |2682 | 739 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
695.91/695.99	c   675s|  3690k|  3671k|     0 |   0.0 |1045M|2289 |   - |2682 | 685 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
698.00/698.02	c   677s|  3700k|  3681k|     0 |   0.0 |1048M|2289 |   - |2682 | 711 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
700.00/700.04	c   679s|  3710k|  3691k|     0 |   0.0 |1051M|2289 |   - |2682 | 686 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
702.01/702.00	c   680s|  3720k|  3700k|     0 |   0.0 |1053M|2289 |   - |2682 | 688 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
703.91/703.95	c   682s|  3730k|  3710k|     0 |   0.0 |1056M|2289 |   - |2682 | 739 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
705.90/705.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
705.90/705.97	c   684s|  3740k|  3720k|     0 |   0.0 |1059M|2289 |   - |2682 | 713 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
708.00/708.03	c   686s|  3750k|  3730k|     0 |   0.0 |1061M|2289 |   - |2682 | 725 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
709.80/709.86	c   688s|  3760k|  3740k|     0 |   0.0 |1064M|2289 |   - |2682 | 708 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
711.80/711.85	c   690s|  3770k|  3750k|     0 |   0.0 |1067M|2289 |   - |2682 | 726 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
713.81/713.81	c   692s|  3780k|  3760k|     0 |   0.0 |1069M|2289 |   - |2682 | 691 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
715.70/715.74	c   694s|  3790k|  3770k|     0 |   0.0 |1072M|2289 |   - |2682 | 706 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
717.60/717.69	c   696s|  3800k|  3780k|     0 |   0.0 |1075M|2289 |   - |2682 | 702 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
719.71/719.70	c   698s|  3810k|  3790k|     0 |   0.0 |1077M|2289 |   - |2682 | 734 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
721.62/721.67	c   700s|  3820k|  3800k|     0 |   0.0 |1080M|2289 |   - |2682 | 706 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
723.60/723.61	c   701s|  3830k|  3810k|     0 |   0.0 |1083M|2289 |   - |2682 | 736 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
725.61/725.62	c   703s|  3840k|  3820k|     0 |   0.0 |1085M|2289 |   - |2682 | 726 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
727.51/727.57	c   705s|  3850k|  3830k|     0 |   0.0 |1088M|2289 |   - |2682 | 714 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.31/729.38	c   707s|  3860k|  3840k|     0 |   0.0 |1091M|2289 |   - |2682 | 748 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
731.41/731.43	c   709s|  3870k|  3850k|     0 |   0.0 |1094M|2289 |   - |2682 | 754 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
733.41/733.40	c   711s|  3880k|  3860k|     0 |   0.0 |1096M|2289 |   - |2682 | 728 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
735.20/735.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
735.20/735.28	c   713s|  3890k|  3870k|     0 |   0.0 |1099M|2289 |   - |2682 | 765 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
737.01/737.09	c   714s|  3900k|  3880k|     0 |   0.0 |1102M|2289 |   - |2682 | 738 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
738.80/738.88	c   716s|  3910k|  3890k|     0 |   0.0 |1104M|2289 |   - |2682 | 786 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
740.61/740.69	c   718s|  3920k|  3900k|     0 |   0.0 |1107M|2289 |   - |2682 | 752 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
742.51/742.50	c   720s|  3930k|  3910k|     0 |   0.0 |1110M|2289 |   - |2682 | 747 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
744.31/744.30	c   721s|  3940k|  3920k|     0 |   0.0 |1112M|2289 |   - |2682 | 737 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
746.10/746.14	c   723s|  3950k|  3930k|     0 |   0.0 |1115M|2289 |   - |2682 | 729 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
747.91/747.98	c   725s|  3960k|  3940k|     0 |   0.0 |1118M|2289 |   - |2682 | 740 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
749.81/749.80	c   727s|  3970k|  3950k|     0 |   0.0 |1121M|2289 |   - |2682 | 795 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
751.60/751.63	c   728s|  3980k|  3960k|     0 |   0.0 |1123M|2289 |   - |2682 | 745 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.41/753.43	c   730s|  3990k|  3970k|     0 |   0.0 |1126M|2289 |   - |2682 | 745 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
755.20/755.22	c   732s|  4000k|  3980k|     0 |   0.0 |1129M|2289 |   - |2682 | 707 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
757.01/757.07	c   734s|  4010k|  3990k|     0 |   0.0 |1131M|2289 |   - |2682 | 726 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
758.91/758.93	c   736s|  4020k|  4000k|     0 |   0.0 |1134M|2289 |   - |2682 | 722 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
760.71/760.73	c   737s|  4030k|  4010k|     0 |   0.0 |1137M|2289 |   - |2682 | 738 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
762.51/762.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
762.51/762.56	c   739s|  4040k|  4019k|     0 |   0.0 |1139M|2289 |   - |2682 | 726 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
764.30/764.34	c   741s|  4050k|  4029k|     0 |   0.0 |1142M|2289 |   - |2682 | 696 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
766.11/766.16	c   742s|  4060k|  4039k|     0 |   0.0 |1145M|2289 |   - |2682 | 697 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
768.01/768.00	c   744s|  4070k|  4049k|     0 |   0.0 |1148M|2289 |   - |2682 | 670 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
769.71/769.77	c   746s|  4080k|  4059k|     0 |   0.0 |1150M|2289 |   - |2682 | 687 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
771.51/771.57	c   748s|  4090k|  4069k|     0 |   0.0 |1153M|2289 |   - |2682 | 656 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
773.32/773.37	c   749s|  4100k|  4079k|     0 |   0.0 |1156M|2289 |   - |2682 | 654 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
775.11/775.13	c   751s|  4110k|  4089k|     0 |   0.0 |1158M|2289 |   - |2682 | 656 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
776.91/776.96	c   753s|  4120k|  4099k|     0 |   0.0 |1161M|2289 |   - |2682 | 676 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
778.72/778.76	c   755s|  4130k|  4109k|     0 |   0.0 |1164M|2289 |   - |2682 | 673 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
780.51/780.57	c   756s|  4140k|  4119k|     0 |   0.0 |1166M|2289 |   - |2682 | 652 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
782.41/782.43	c   758s|  4150k|  4129k|     0 |   0.0 |1169M|2289 |   - |2682 | 656 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
784.21/784.24	c   760s|  4160k|  4139k|     0 |   0.0 |1172M|2289 |   - |2682 | 638 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
786.01/786.01	c   762s|  4170k|  4149k|     0 |   0.0 |1174M|2289 |   - |2682 | 650 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
787.81/787.82	c   763s|  4180k|  4159k|     0 |   0.0 |1177M|2289 |   - |2682 | 693 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
789.61/789.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
789.61/789.65	c   765s|  4190k|  4169k|     0 |   0.0 |1180M|2289 |   - |2682 | 672 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
791.40/791.47	c   767s|  4200k|  4179k|     0 |   0.0 |1182M|2289 |   - |2682 | 695 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
793.21/793.26	c   769s|  4210k|  4189k|     0 |   0.0 |1185M|2289 |   - |2682 | 698 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
795.10/795.10	c   770s|  4220k|  4199k|     0 |   0.0 |1188M|2289 |   - |2682 | 716 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
796.91/796.94	c   772s|  4230k|  4209k|     0 |   0.0 |1191M|2289 |   - |2682 | 671 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
798.71/798.76	c   774s|  4240k|  4219k|     0 |   0.0 |1193M|2289 |   - |2682 | 665 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.61/800.67	c   776s|  4250k|  4229k|     0 |   0.0 |1196M|2289 |   - |2682 | 681 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
802.40/802.48	c   778s|  4260k|  4239k|     0 |   0.0 |1199M|2289 |   - |2682 | 650 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
804.21/804.27	c   779s|  4270k|  4249k|     0 |   0.0 |1201M|2289 |   - |2682 | 673 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
806.01/806.02	c   781s|  4280k|  4259k|     0 |   0.0 |1204M|2289 |   - |2682 | 643 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
807.91/807.90	c   783s|  4290k|  4269k|     0 |   0.0 |1207M|2289 |   - |2682 | 666 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
809.81/809.85	c   785s|  4300k|  4279k|     0 |   0.0 |1209M|2289 |   - |2682 | 656 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
811.90/811.90	c   787s|  4310k|  4289k|     0 |   0.0 |1212M|2289 |   - |2682 | 687 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
813.81/813.82	c   788s|  4320k|  4299k|     0 |   0.0 |1215M|2289 |   - |2682 | 683 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
815.81/815.82	c   790s|  4330k|  4309k|     0 |   0.0 |1217M|2289 |   - |2682 | 693 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
817.81/817.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
817.81/817.82	c   792s|  4340k|  4319k|     0 |   0.0 |1220M|2289 |   - |2682 | 685 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
819.70/819.74	c   794s|  4350k|  4329k|     0 |   0.0 |1223M|2289 |   - |2682 | 693 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
821.61/821.63	c   796s|  4360k|  4339k|     0 |   0.0 |1226M|2289 |   - |2682 | 672 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
823.60/823.60	c   798s|  4370k|  4348k|     0 |   0.0 |1228M|2289 |   - |2682 | 654 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
825.51/825.59	c   800s|  4380k|  4358k|     0 |   0.0 |1231M|2289 |   - |2682 | 689 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
827.41/827.47	c   802s|  4390k|  4368k|     0 |   0.0 |1234M|2289 |   - |2682 | 693 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
829.41/829.40	c   804s|  4400k|  4378k|     0 |   0.0 |1236M|2289 |   - |2682 | 679 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
831.31/831.32	c   805s|  4410k|  4388k|     0 |   0.0 |1239M|2289 |   - |2682 | 665 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
833.20/833.25	c   807s|  4420k|  4398k|     0 |   0.0 |1242M|2289 |   - |2682 | 693 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
835.10/835.17	c   809s|  4430k|  4408k|     0 |   0.0 |1244M|2289 |   - |2682 | 716 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
837.11/837.19	c   811s|  4440k|  4418k|     0 |   0.0 |1247M|2289 |   - |2682 | 715 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
839.21/839.20	c   813s|  4450k|  4428k|     0 |   0.0 |1250M|2289 |   - |2682 | 744 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
841.01/841.06	c   815s|  4460k|  4438k|     0 |   0.0 |1252M|2289 |   - |2682 | 685 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
842.90/842.95	c   817s|  4470k|  4448k|     0 |   0.0 |1255M|2289 |   - |2682 | 663 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
845.00/845.01	c   819s|  4480k|  4458k|     0 |   0.0 |1258M|2289 |   - |2682 | 706 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
846.91/846.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
846.91/846.93	c   821s|  4490k|  4468k|     0 |   0.0 |1261M|2289 |   - |2682 | 709 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
848.80/848.85	c   822s|  4500k|  4478k|     0 |   0.0 |1263M|2289 |   - |2682 | 706 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
850.81/850.84	c   824s|  4510k|  4488k|     0 |   0.0 |1266M|2289 |   - |2682 | 729 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
852.80/852.80	c   826s|  4520k|  4498k|     0 |   0.0 |1269M|2289 |   - |2682 | 732 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
854.61/854.66	c   828s|  4530k|  4508k|     0 |   0.0 |1271M|2289 |   - |2682 | 721 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
856.60/856.64	c   830s|  4540k|  4518k|     0 |   0.0 |1274M|2289 |   - |2682 | 753 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
858.50/858.55	c   832s|  4550k|  4528k|     0 |   0.0 |1277M|2289 |   - |2682 | 749 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
860.40/860.44	c   834s|  4560k|  4538k|     0 |   0.0 |1280M|2289 |   - |2682 | 746 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
862.40/862.47	c   836s|  4570k|  4548k|     0 |   0.0 |1282M|2289 |   - |2682 | 715 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
864.41/864.45	c   838s|  4580k|  4558k|     0 |   0.0 |1285M|2289 |   - |2682 | 702 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
866.30/866.35	c   839s|  4590k|  4568k|     0 |   0.0 |1288M|2289 |   - |2682 | 686 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
868.31/868.33	c   841s|  4600k|  4578k|     0 |   0.0 |1290M|2289 |   - |2682 | 717 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
870.20/870.29	c   843s|  4610k|  4588k|     0 |   0.0 |1293M|2289 |   - |2682 | 741 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
872.21/872.23	c   845s|  4620k|  4598k|     0 |   0.0 |1296M|2289 |   - |2682 | 753 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
874.00/874.03	c   847s|  4630k|  4608k|     0 |   0.0 |1298M|2289 |   - |2682 | 712 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
876.00/876.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
876.00/876.04	c   849s|  4640k|  4618k|     0 |   0.0 |1301M|2289 |   - |2682 | 738 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
878.00/878.06	c   851s|  4650k|  4628k|     0 |   0.0 |1304M|2289 |   - |2682 | 722 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
879.92/879.92	c   853s|  4660k|  4638k|     0 |   0.0 |1306M|2289 |   - |2682 | 746 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
881.80/881.89	c   854s|  4670k|  4648k|     0 |   0.0 |1309M|2289 |   - |2682 | 751 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
883.90/883.94	c   856s|  4680k|  4658k|     0 |   0.0 |1312M|2289 |   - |2682 | 737 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
885.91/885.92	c   858s|  4690k|  4667k|     0 |   0.0 |1315M|2289 |   - |2682 | 747 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
887.81/887.84	c   860s|  4700k|  4677k|     0 |   0.0 |1317M|2289 |   - |2682 | 736 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
889.70/889.70	c   862s|  4710k|  4687k|     0 |   0.0 |1320M|2289 |   - |2682 | 735 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
891.60/891.65	c   864s|  4720k|  4697k|     0 |   0.0 |1323M|2289 |   - |2682 | 763 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
893.40/893.44	c   866s|  4730k|  4707k|     0 |   0.0 |1325M|2289 |   - |2682 | 741 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
895.21/895.27	c   867s|  4740k|  4717k|     0 |   0.0 |1328M|2289 |   - |2682 | 747 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
897.00/897.01	c   869s|  4750k|  4727k|     0 |   0.0 |1331M|2289 |   - |2682 | 700 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
898.80/898.89	c   871s|  4760k|  4737k|     0 |   0.0 |1333M|2289 |   - |2682 | 743 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
900.70/900.75	c   873s|  4770k|  4747k|     0 |   0.0 |1336M|2289 |   - |2682 | 746 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
902.50/902.52	c   874s|  4780k|  4757k|     0 |   0.0 |1339M|2289 |   - |2682 | 713 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
904.30/904.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
904.30/904.31	c   876s|  4790k|  4767k|     0 |   0.0 |1341M|2289 |   - |2682 | 712 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
906.10/906.16	c   878s|  4800k|  4777k|     0 |   0.0 |1344M|2289 |   - |2682 | 734 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
907.90/907.99	c   880s|  4810k|  4787k|     0 |   0.0 |1347M|2289 |   - |2682 | 743 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
909.80/909.81	c   881s|  4820k|  4797k|     0 |   0.0 |1349M|2289 |   - |2682 | 736 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
911.60/911.67	c   883s|  4830k|  4807k|     0 |   0.0 |1352M|2289 |   - |2682 | 746 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
913.41/913.47	c   885s|  4840k|  4817k|     0 |   0.0 |1355M|2289 |   - |2682 | 703 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
915.21/915.26	c   887s|  4850k|  4827k|     0 |   0.0 |1358M|2289 |   - |2682 | 713 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
917.00/917.07	c   888s|  4860k|  4837k|     0 |   0.0 |1360M|2289 |   - |2682 | 750 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
918.81/918.86	c   890s|  4870k|  4847k|     0 |   0.0 |1363M|2289 |   - |2682 | 747 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
920.60/920.63	c   892s|  4880k|  4857k|     0 |   0.0 |1366M|2289 |   - |2682 | 722 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
922.41/922.43	c   894s|  4890k|  4867k|     0 |   0.0 |1368M|2289 |   - |2682 | 753 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
924.10/924.19	c   895s|  4900k|  4877k|     0 |   0.0 |1371M|2289 |   - |2682 | 724 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
925.90/925.97	c   897s|  4910k|  4887k|     0 |   0.0 |1374M|2289 |   - |2682 | 717 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
927.80/927.82	c   899s|  4920k|  4897k|     0 |   0.0 |1376M|2289 |   - |2682 | 737 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
929.51/929.59	c   901s|  4930k|  4907k|     0 |   0.0 |1379M|2289 |   - |2682 | 715 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
931.40/931.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
931.40/931.45	c   902s|  4940k|  4917k|     0 |   0.0 |1382M|2289 |   - |2682 | 706 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
933.20/933.26	c   904s|  4950k|  4927k|     0 |   0.0 |1384M|2289 |   - |2682 | 722 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
935.01/935.03	c   906s|  4960k|  4937k|     0 |   0.0 |1387M|2289 |   - |2682 | 712 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
936.90/936.90	c   908s|  4970k|  4947k|     0 |   0.0 |1390M|2289 |   - |2682 | 734 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
938.70/938.74	c   909s|  4980k|  4957k|     0 |   0.0 |1393M|2289 |   - |2682 | 755 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.51/940.56	c   911s|  4990k|  4967k|     0 |   0.0 |1395M|2289 |   - |2682 | 765 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
942.31/942.39	c   913s|  5000k|  4977k|     0 |   0.0 |1398M|2289 |   - |2682 | 715 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
944.20/944.20	c   915s|  5010k|  4986k|     0 |   0.0 |1401M|2289 |   - |2682 | 723 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
946.01/946.08	c   916s|  5020k|  4996k|     0 |   0.0 |1403M|2289 |   - |2682 | 765 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
947.90/947.92	c   918s|  5030k|  5006k|     0 |   0.0 |1406M|2289 |   - |2682 | 729 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
949.71/949.71	c   920s|  5040k|  5016k|     0 |   0.0 |1409M|2289 |   - |2682 | 706 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
951.40/951.47	c   922s|  5050k|  5026k|     0 |   0.0 |1411M|2289 |   - |2682 | 721 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
953.21/953.28	c   923s|  5060k|  5036k|     0 |   0.0 |1414M|2289 |   - |2682 | 753 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
955.11/955.14	c   925s|  5070k|  5046k|     0 |   0.0 |1417M|2289 |   - |2682 | 733 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.91/956.91	c   927s|  5080k|  5056k|     0 |   0.0 |1419M|2289 |   - |2682 | 772 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
958.60/958.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
958.60/958.69	c   929s|  5090k|  5066k|     0 |   0.0 |1422M|2289 |   - |2682 | 762 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
960.50/960.55	c   930s|  5100k|  5076k|     0 |   0.0 |1425M|2289 |   - |2682 | 763 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
962.30/962.32	c   932s|  5110k|  5086k|     0 |   0.0 |1427M|2289 |   - |2682 | 759 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
964.10/964.13	c   934s|  5120k|  5096k|     0 |   0.0 |1430M|2289 |   - |2682 | 723 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
965.91/965.95	c   936s|  5130k|  5106k|     0 |   0.0 |1433M|2289 |   - |2682 | 736 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
967.80/967.80	c   937s|  5140k|  5116k|     0 |   0.0 |1436M|2289 |   - |2682 | 751 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
969.60/969.60	c   939s|  5150k|  5126k|     0 |   0.0 |1438M|2289 |   - |2682 | 734 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
971.40/971.45	c   941s|  5160k|  5136k|     0 |   0.0 |1441M|2289 |   - |2682 | 735 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
973.30/973.30	c   943s|  5170k|  5146k|     0 |   0.0 |1444M|2289 |   - |2682 | 756 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
975.10/975.11	c   944s|  5180k|  5156k|     0 |   0.0 |1446M|2289 |   - |2682 | 751 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
976.90/976.96	c   946s|  5190k|  5166k|     0 |   0.0 |1449M|2289 |   - |2682 | 783 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
978.70/978.78	c   948s|  5200k|  5176k|     0 |   0.0 |1452M|2289 |   - |2682 | 771 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
980.60/980.62	c   950s|  5210k|  5186k|     0 |   0.0 |1454M|2289 |   - |2682 | 773 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.40/982.41	c   952s|  5220k|  5196k|     0 |   0.0 |1457M|2289 |   - |2682 | 763 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
984.21/984.24	c   953s|  5230k|  5206k|     0 |   0.0 |1460M|2289 |   - |2682 | 756 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
986.01/986.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.01/986.01	c   955s|  5240k|  5216k|     0 |   0.0 |1462M|2289 |   - |2682 | 790 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
987.71/987.77	c   957s|  5250k|  5226k|     0 |   0.0 |1465M|2289 |   - |2682 | 768 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
989.50/989.59	c   958s|  5260k|  5236k|     0 |   0.0 |1468M|2289 |   - |2682 | 782 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
991.31/991.38	c   960s|  5270k|  5246k|     0 |   0.0 |1470M|2289 |   - |2682 | 751 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
993.10/993.19	c   962s|  5280k|  5256k|     0 |   0.0 |1473M|2289 |   - |2682 | 782 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
995.00/995.03	c   964s|  5290k|  5266k|     0 |   0.0 |1476M|2289 |   - |2682 | 753 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
996.80/996.86	c   965s|  5300k|  5276k|     0 |   0.0 |1479M|2289 |   - |2682 | 791 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
998.60/998.69	c   967s|  5310k|  5286k|     0 |   0.0 |1481M|2289 |   - |2682 | 792 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1000.40/1000.49	c   969s|  5320k|  5296k|     0 |   0.0 |1484M|2289 |   - |2682 | 767 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1002.30/1002.31	c   971s|  5330k|  5305k|     0 |   0.0 |1487M|2289 |   - |2682 | 761 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1004.00/1004.07	c   972s|  5340k|  5315k|     0 |   0.0 |1489M|2289 |   - |2682 | 749 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1005.80/1005.89	c   974s|  5350k|  5325k|     0 |   0.0 |1492M|2289 |   - |2682 | 766 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1007.70/1007.70	c   976s|  5360k|  5335k|     0 |   0.0 |1495M|2289 |   - |2682 | 752 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1009.50/1009.51	c   978s|  5370k|  5345k|     0 |   0.0 |1497M|2289 |   - |2682 | 761 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1011.31/1011.33	c   979s|  5380k|  5355k|     0 |   0.0 |1500M|2289 |   - |2682 | 755 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1013.11/1013.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1013.11/1013.15	c   981s|  5390k|  5365k|     0 |   0.0 |1503M|2289 |   - |2682 | 702 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1014.90/1014.98	c   983s|  5400k|  5375k|     0 |   0.0 |1505M|2289 |   - |2682 | 722 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1016.70/1016.76	c   985s|  5410k|  5385k|     0 |   0.0 |1508M|2289 |   - |2682 | 688 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1018.51/1018.57	c   986s|  5420k|  5395k|     0 |   0.0 |1511M|2289 |   - |2682 | 716 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1020.41/1020.43	c   988s|  5430k|  5405k|     0 |   0.0 |1513M|2289 |   - |2682 | 727 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1022.20/1022.24	c   990s|  5440k|  5415k|     0 |   0.0 |1516M|2289 |   - |2682 | 713 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1024.00/1024.01	c   992s|  5450k|  5425k|     0 |   0.0 |1519M|2289 |   - |2682 | 713 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1025.71/1025.78	c   993s|  5460k|  5435k|     0 |   0.0 |1522M|2289 |   - |2682 | 710 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1027.51/1027.59	c   995s|  5470k|  5445k|     0 |   0.0 |1524M|2289 |   - |2682 | 714 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1029.30/1029.39	c   997s|  5480k|  5455k|     0 |   0.0 |1527M|2289 |   - |2682 | 730 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1031.11/1031.15	c   999s|  5490k|  5465k|     0 |   0.0 |1530M|2289 |   - |2682 | 706 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1033.00/1033.01	c  1000s|  5500k|  5475k|     0 |   0.0 |1532M|2289 |   - |2682 | 721 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1034.80/1034.87	c  1002s|  5510k|  5485k|     0 |   0.0 |1535M|2289 |   - |2682 | 724 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1036.61/1036.64	c  1004s|  5520k|  5495k|     0 |   0.0 |1538M|2289 |   - |2682 | 724 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1038.41/1038.44	c  1006s|  5530k|  5505k|     0 |   0.0 |1540M|2289 |   - |2682 | 735 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1040.20/1040.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1040.20/1040.24	c  1007s|  5540k|  5515k|     0 |   0.0 |1543M|2289 |   - |2682 | 728 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1042.00/1042.05	c  1009s|  5550k|  5525k|     0 |   0.0 |1546M|2289 |   - |2682 | 723 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1043.81/1043.85	c  1011s|  5560k|  5535k|     0 |   0.0 |1548M|2289 |   - |2682 | 676 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1045.61/1045.66	c  1012s|  5570k|  5545k|     0 |   0.0 |1551M|2289 |   - |2682 | 742 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1047.40/1047.49	c  1014s|  5580k|  5555k|     0 |   0.0 |1554M|2289 |   - |2682 | 686 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1049.31/1049.32	c  1016s|  5590k|  5565k|     0 |   0.0 |1557M|2289 |   - |2682 | 696 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1051.00/1051.09	c  1018s|  5600k|  5575k|     0 |   0.0 |1559M|2289 |   - |2682 | 673 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1052.80/1052.85	c  1019s|  5610k|  5585k|     0 |   0.0 |1562M|2289 |   - |2682 | 677 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1054.60/1054.62	c  1021s|  5620k|  5595k|     0 |   0.0 |1565M|2289 |   - |2682 | 678 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1056.51/1056.55	c  1023s|  5630k|  5605k|     0 |   0.0 |1567M|2289 |   - |2682 | 709 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1058.41/1058.44	c  1025s|  5640k|  5615k|     0 |   0.0 |1570M|2289 |   - |2682 | 728 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1060.20/1060.28	c  1027s|  5650k|  5625k|     0 |   0.0 |1573M|2289 |   - |2682 | 756 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1062.00/1062.06	c  1028s|  5660k|  5635k|     0 |   0.0 |1575M|2289 |   - |2682 | 719 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1063.81/1063.89	c  1030s|  5670k|  5644k|     0 |   0.0 |1578M|2289 |   - |2682 | 702 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1065.70/1065.71	c  1032s|  5680k|  5654k|     0 |   0.0 |1581M|2289 |   - |2682 | 701 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1067.51/1067.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.51/1067.51	c  1034s|  5690k|  5664k|     0 |   0.0 |1583M|2289 |   - |2682 | 720 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1069.31/1069.32	c  1035s|  5700k|  5674k|     0 |   0.0 |1586M|2289 |   - |2682 | 733 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1071.10/1071.13	c  1037s|  5710k|  5684k|     0 |   0.0 |1589M|2289 |   - |2682 | 730 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1072.90/1072.92	c  1039s|  5720k|  5694k|     0 |   0.0 |1591M|2289 |   - |2682 | 705 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1074.71/1074.73	c  1041s|  5730k|  5704k|     0 |   0.0 |1594M|2289 |   - |2682 | 721 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1076.51/1076.56	c  1042s|  5740k|  5714k|     0 |   0.0 |1597M|2289 |   - |2682 | 709 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1078.30/1078.36	c  1044s|  5750k|  5724k|     0 |   0.0 |1599M|2289 |   - |2682 | 691 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1080.11/1080.17	c  1046s|  5760k|  5734k|     0 |   0.0 |1602M|2289 |   - |2682 | 740 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1082.01/1082.04	c  1048s|  5770k|  5744k|     0 |   0.0 |1605M|2289 |   - |2682 | 698 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1083.91/1083.90	c  1049s|  5780k|  5754k|     0 |   0.0 |1608M|2289 |   - |2682 | 735 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1085.61/1085.70	c  1051s|  5790k|  5764k|     0 |   0.0 |1610M|2289 |   - |2682 | 751 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1087.41/1087.49	c  1053s|  5800k|  5774k|     0 |   0.0 |1613M|2289 |   - |2682 | 718 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1089.31/1089.30	c  1055s|  5810k|  5784k|     0 |   0.0 |1616M|2289 |   - |2682 | 730 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1091.11/1091.12	c  1056s|  5820k|  5794k|     0 |   0.0 |1618M|2289 |   - |2682 | 722 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1092.90/1092.92	c  1058s|  5830k|  5804k|     0 |   0.0 |1621M|2289 |   - |2682 | 744 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1094.71/1094.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1094.71/1094.73	c  1060s|  5840k|  5814k|     0 |   0.0 |1624M|2289 |   - |2682 | 742 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1096.51/1096.56	c  1062s|  5850k|  5824k|     0 |   0.0 |1626M|2289 |   - |2682 | 729 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1098.31/1098.37	c  1063s|  5860k|  5834k|     0 |   0.0 |1629M|2289 |   - |2682 | 737 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1100.11/1100.12	c  1065s|  5870k|  5844k|     0 |   0.0 |1632M|2289 |   - |2682 | 746 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.91/1101.93	c  1067s|  5880k|  5854k|     0 |   0.0 |1634M|2289 |   - |2682 | 732 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1103.70/1103.78	c  1069s|  5890k|  5864k|     0 |   0.0 |1637M|2289 |   - |2682 | 765 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1105.51/1105.58	c  1070s|  5900k|  5874k|     0 |   0.0 |1640M|2289 |   - |2682 | 767 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1107.31/1107.38	c  1072s|  5910k|  5884k|     0 |   0.0 |1642M|2289 |   - |2682 | 764 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1109.20/1109.23	c  1074s|  5920k|  5894k|     0 |   0.0 |1645M|2289 |   - |2682 | 749 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1111.01/1111.04	c  1076s|  5930k|  5904k|     0 |   0.0 |1648M|2289 |   - |2682 | 750 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1112.81/1112.84	c  1077s|  5940k|  5914k|     0 |   0.0 |1651M|2289 |   - |2682 | 735 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1114.60/1114.68	c  1079s|  5950k|  5924k|     0 |   0.0 |1653M|2289 |   - |2682 | 706 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1116.51/1116.51	c  1081s|  5960k|  5934k|     0 |   0.0 |1656M|2289 |   - |2682 | 717 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1118.20/1118.27	c  1083s|  5970k|  5944k|     0 |   0.0 |1659M|2289 |   - |2682 | 688 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1120.10/1120.11	c  1084s|  5980k|  5954k|     0 |   0.0 |1661M|2289 |   - |2682 | 730 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1121.91/1121.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1121.91/1121.92	c  1086s|  5990k|  5964k|     0 |   0.0 |1664M|2289 |   - |2682 | 692 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1123.70/1123.70	c  1088s|  6000k|  5974k|     0 |   0.0 |1667M|2289 |   - |2682 | 682 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1125.41/1125.45	c  1090s|  6010k|  5983k|     0 |   0.0 |1669M|2289 |   - |2682 | 701 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1127.30/1127.34	c  1091s|  6020k|  5993k|     0 |   0.0 |1672M|2289 |   - |2682 | 744 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1129.11/1129.17	c  1093s|  6030k|  6003k|     0 |   0.0 |1675M|2289 |   - |2682 | 692 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1130.90/1130.94	c  1095s|  6040k|  6013k|     0 |   0.0 |1677M|2289 |   - |2682 | 668 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1132.81/1132.82	c  1097s|  6050k|  6023k|     0 |   0.0 |1680M|2289 |   - |2682 | 697 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1134.61/1134.64	c  1098s|  6060k|  6033k|     0 |   0.0 |1683M|2289 |   - |2682 | 673 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1136.41/1136.47	c  1100s|  6070k|  6043k|     0 |   0.0 |1686M|2289 |   - |2682 | 661 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1138.21/1138.24	c  1102s|  6080k|  6053k|     0 |   0.0 |1688M|2289 |   - |2682 | 660 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1140.01/1140.07	c  1104s|  6090k|  6063k|     0 |   0.0 |1691M|2289 |   - |2682 | 688 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1141.81/1141.87	c  1105s|  6100k|  6073k|     0 |   0.0 |1694M|2289 |   - |2682 | 681 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1143.61/1143.67	c  1107s|  6110k|  6083k|     0 |   0.0 |1696M|2289 |   - |2682 | 686 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1145.51/1145.52	c  1109s|  6120k|  6093k|     0 |   0.0 |1699M|2289 |   - |2682 | 687 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1147.21/1147.29	c  1111s|  6130k|  6103k|     0 |   0.0 |1702M|2289 |   - |2682 | 669 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1149.00/1149.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1149.00/1149.08	c  1112s|  6140k|  6113k|     0 |   0.0 |1704M|2289 |   - |2682 | 683 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1150.90/1150.90	c  1114s|  6150k|  6123k|     0 |   0.0 |1707M|2289 |   - |2682 | 684 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1152.61/1152.70	c  1116s|  6160k|  6133k|     0 |   0.0 |1710M|2289 |   - |2682 | 687 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1154.50/1154.52	c  1118s|  6170k|  6143k|     0 |   0.0 |1712M|2289 |   - |2682 | 708 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1156.30/1156.33	c  1119s|  6180k|  6153k|     0 |   0.0 |1715M|2289 |   - |2682 | 707 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1158.10/1158.20	c  1121s|  6190k|  6163k|     0 |   0.0 |1718M|2289 |   - |2682 | 717 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1160.00/1160.02	c  1123s|  6200k|  6173k|     0 |   0.0 |1720M|2289 |   - |2682 | 734 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1161.81/1161.82	c  1125s|  6210k|  6183k|     0 |   0.0 |1723M|2289 |   - |2682 | 746 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1163.51/1163.60	c  1126s|  6220k|  6193k|     0 |   0.0 |1726M|2289 |   - |2682 | 724 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1165.41/1165.45	c  1128s|  6230k|  6203k|     0 |   0.0 |1729M|2289 |   - |2682 | 781 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1167.21/1167.25	c  1130s|  6240k|  6213k|     0 |   0.0 |1731M|2289 |   - |2682 | 763 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1169.01/1169.03	c  1132s|  6250k|  6223k|     0 |   0.0 |1734M|2289 |   - |2682 | 734 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1170.81/1170.81	c  1133s|  6260k|  6233k|     0 |   0.0 |1737M|2289 |   - |2682 | 727 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1172.62/1172.61	c  1135s|  6270k|  6243k|     0 |   0.0 |1739M|2289 |   - |2682 | 715 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1174.41/1174.44	c  1137s|  6280k|  6253k|     0 |   0.0 |1742M|2289 |   - |2682 | 715 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1176.21/1176.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.21/1176.26	c  1139s|  6290k|  6263k|     0 |   0.0 |1745M|2289 |   - |2682 | 731 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1178.01/1178.06	c  1140s|  6300k|  6273k|     0 |   0.0 |1747M|2289 |   - |2682 | 715 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1179.80/1179.84	c  1142s|  6310k|  6283k|     0 |   0.0 |1750M|2289 |   - |2682 | 725 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1181.60/1181.63	c  1144s|  6320k|  6293k|     0 |   0.0 |1753M|2289 |   - |2682 | 733 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1183.41/1183.44	c  1146s|  6330k|  6302k|     0 |   0.0 |1755M|2289 |   - |2682 | 708 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1185.21/1185.21	c  1147s|  6340k|  6312k|     0 |   0.0 |1758M|2289 |   - |2682 | 706 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1186.92/1186.99	c  1149s|  6350k|  6322k|     0 |   0.0 |1761M|2289 |   - |2682 | 729 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1188.80/1188.83	c  1151s|  6360k|  6332k|     0 |   0.0 |1763M|2289 |   - |2682 | 740 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1190.60/1190.65	c  1152s|  6370k|  6342k|     0 |   0.0 |1766M|2289 |   - |2682 | 730 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1192.42/1192.44	c  1154s|  6380k|  6352k|     0 |   0.0 |1769M|2289 |   - |2682 | 688 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1194.31/1194.33	c  1156s|  6390k|  6362k|     0 |   0.0 |1772M|2289 |   - |2682 | 734 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.11/1196.17	c  1158s|  6400k|  6372k|     0 |   0.0 |1774M|2289 |   - |2682 | 707 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1197.91/1197.95	c  1160s|  6410k|  6382k|     0 |   0.0 |1777M|2289 |   - |2682 | 705 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1199.71/1199.72	c  1161s|  6420k|  6392k|     0 |   0.0 |1779M|2289 |   - |2682 | 680 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1201.51/1201.50	c  1163s|  6430k|  6402k|     0 |   0.0 |1782M|2289 |   - |2682 | 666 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1203.21/1203.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1203.21/1203.29	c  1165s|  6440k|  6412k|     0 |   0.0 |1785M|2289 |   - |2682 | 691 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1205.11/1205.18	c  1167s|  6450k|  6422k|     0 |   0.0 |1788M|2289 |   - |2682 | 671 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1207.01/1207.07	c  1168s|  6460k|  6432k|     0 |   0.0 |1790M|2289 |   - |2682 | 656 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1208.81/1208.89	c  1170s|  6470k|  6442k|     0 |   0.0 |1793M|2289 |   - |2682 | 634 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1210.70/1210.72	c  1172s|  6480k|  6452k|     0 |   0.0 |1796M|2289 |   - |2682 | 657 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1212.51/1212.51	c  1174s|  6490k|  6462k|     0 |   0.0 |1798M|2289 |   - |2682 | 640 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1214.31/1214.33	c  1175s|  6500k|  6472k|     0 |   0.0 |1801M|2289 |   - |2682 | 656 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1216.20/1216.21	c  1177s|  6510k|  6482k|     0 |   0.0 |1804M|2289 |   - |2682 | 667 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1218.00/1218.03	c  1179s|  6520k|  6492k|     0 |   0.0 |1806M|2289 |   - |2682 | 657 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1219.81/1219.89	c  1181s|  6530k|  6502k|     0 |   0.0 |1809M|2289 |   - |2682 | 681 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1221.71/1221.72	c  1182s|  6540k|  6512k|     0 |   0.0 |1812M|2289 |   - |2682 | 688 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1223.40/1223.47	c  1184s|  6550k|  6522k|     0 |   0.0 |1814M|2289 |   - |2682 | 629 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1225.31/1225.31	c  1186s|  6560k|  6532k|     0 |   0.0 |1817M|2289 |   - |2682 | 645 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1227.11/1227.12	c  1188s|  6570k|  6542k|     0 |   0.0 |1820M|2289 |   - |2682 | 644 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1228.91/1228.91	c  1189s|  6580k|  6552k|     0 |   0.0 |1822M|2289 |   - |2682 | 647 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1230.71/1230.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1230.71/1230.73	c  1191s|  6590k|  6562k|     0 |   0.0 |1825M|2289 |   - |2682 | 660 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1232.61/1232.60	c  1193s|  6600k|  6572k|     0 |   0.0 |1828M|2289 |   - |2682 | 658 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1234.41/1234.42	c  1195s|  6610k|  6582k|     0 |   0.0 |1830M|2289 |   - |2682 | 617 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1236.21/1236.24	c  1196s|  6620k|  6592k|     0 |   0.0 |1833M|2289 |   - |2682 | 631 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1238.01/1238.06	c  1198s|  6630k|  6602k|     0 |   0.0 |1836M|2289 |   - |2682 | 621 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1239.80/1239.87	c  1200s|  6640k|  6612k|     0 |   0.0 |1839M|2289 |   - |2682 | 606 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1241.61/1241.69	c  1202s|  6650k|  6622k|     0 |   0.0 |1841M|2289 |   - |2682 | 609 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1243.41/1243.47	c  1203s|  6660k|  6631k|     0 |   0.0 |1844M|2289 |   - |2682 | 602 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1245.31/1245.35	c  1205s|  6670k|  6641k|     0 |   0.0 |1847M|2289 |   - |2682 | 669 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1247.21/1247.23	c  1207s|  6680k|  6651k|     0 |   0.0 |1849M|2289 |   - |2682 | 640 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1249.00/1249.03	c  1209s|  6690k|  6661k|     0 |   0.0 |1852M|2289 |   - |2682 | 616 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1250.81/1250.80	c  1211s|  6700k|  6671k|     0 |   0.0 |1855M|2289 |   - |2682 | 618 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1252.61/1252.62	c  1212s|  6710k|  6681k|     0 |   0.0 |1857M|2289 |   - |2682 | 656 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1254.41/1254.45	c  1214s|  6720k|  6691k|     0 |   0.0 |1860M|2289 |   - |2682 | 631 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1256.21/1256.26	c  1216s|  6730k|  6701k|     0 |   0.0 |1863M|2289 |   - |2682 | 640 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1258.00/1258.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1258.00/1258.06	c  1218s|  6740k|  6711k|     0 |   0.0 |1865M|2289 |   - |2682 | 630 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1259.81/1259.84	c  1219s|  6750k|  6721k|     0 |   0.0 |1868M|2289 |   - |2682 | 648 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1261.61/1261.67	c  1221s|  6760k|  6731k|     0 |   0.0 |1871M|2289 |   - |2682 | 665 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1263.51/1263.52	c  1223s|  6770k|  6741k|     0 |   0.0 |1874M|2289 |   - |2682 | 672 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1265.20/1265.29	c  1225s|  6780k|  6751k|     0 |   0.0 |1876M|2289 |   - |2682 | 674 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1267.11/1267.15	c  1226s|  6790k|  6761k|     0 |   0.0 |1879M|2289 |   - |2682 | 649 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1268.91/1268.95	c  1228s|  6800k|  6771k|     0 |   0.0 |1882M|2289 |   - |2682 | 627 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1270.71/1270.75	c  1230s|  6810k|  6781k|     0 |   0.0 |1884M|2289 |   - |2682 | 624 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1272.50/1272.55	c  1232s|  6820k|  6791k|     0 |   0.0 |1887M|2289 |   - |2682 | 666 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1274.41/1274.41	c  1233s|  6830k|  6801k|     0 |   0.0 |1890M|2289 |   - |2682 | 662 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1276.10/1276.19	c  1235s|  6840k|  6811k|     0 |   0.0 |1892M|2289 |   - |2682 | 665 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1278.00/1278.01	c  1237s|  6850k|  6821k|     0 |   0.0 |1895M|2289 |   - |2682 | 667 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1279.71/1279.79	c  1239s|  6860k|  6831k|     0 |   0.0 |1898M|2289 |   - |2682 | 650 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1281.60/1281.68	c  1240s|  6870k|  6841k|     0 |   0.0 |1900M|2289 |   - |2682 | 744 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1283.50/1283.53	c  1242s|  6880k|  6851k|     0 |   0.0 |1903M|2289 |   - |2682 | 703 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1285.31/1285.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1285.31/1285.31	c  1244s|  6890k|  6861k|     0 |   0.0 |1906M|2289 |   - |2682 | 648 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1287.01/1287.08	c  1246s|  6900k|  6871k|     0 |   0.0 |1908M|2289 |   - |2682 | 670 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1288.81/1288.85	c  1247s|  6910k|  6881k|     0 |   0.0 |1911M|2289 |   - |2682 | 647 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1290.61/1290.69	c  1249s|  6920k|  6891k|     0 |   0.0 |1914M|2289 |   - |2682 | 699 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1292.41/1292.50	c  1251s|  6930k|  6901k|     0 |   0.0 |1916M|2289 |   - |2682 | 662 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1294.20/1294.27	c  1252s|  6940k|  6911k|     0 |   0.0 |1919M|2289 |   - |2682 | 643 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1296.01/1296.06	c  1254s|  6950k|  6921k|     0 |   0.0 |1922M|2289 |   - |2682 | 645 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1297.81/1297.83	c  1256s|  6960k|  6931k|     0 |   0.0 |1924M|2289 |   - |2682 | 619 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1299.61/1299.66	c  1258s|  6970k|  6940k|     0 |   0.0 |1927M|2289 |   - |2682 | 662 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1301.40/1301.43	c  1259s|  6980k|  6950k|     0 |   0.0 |1930M|2289 |   - |2682 | 672 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1303.21/1303.23	c  1261s|  6990k|  6960k|     0 |   0.0 |1933M|2289 |   - |2682 | 682 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1305.00/1305.02	c  1263s|  7000k|  6970k|     0 |   0.0 |1935M|2289 |   - |2682 | 676 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1306.81/1306.86	c  1265s|  7010k|  6980k|     0 |   0.0 |1938M|2289 |   - |2682 | 655 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1308.61/1308.66	c  1266s|  7020k|  6990k|     0 |   0.0 |1941M|2289 |   - |2682 | 671 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1310.40/1310.43	c  1268s|  7030k|  7000k|     0 |   0.0 |1943M|2289 |   - |2682 | 633 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1312.21/1312.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1312.21/1312.29	c  1270s|  7040k|  7010k|     0 |   0.0 |1946M|2289 |   - |2682 | 653 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1314.10/1314.11	c  1272s|  7050k|  7020k|     0 |   0.0 |1949M|2289 |   - |2682 | 656 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1315.81/1315.84	c  1273s|  7060k|  7030k|     0 |   0.0 |1951M|2289 |   - |2682 | 661 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1317.61/1317.63	c  1275s|  7070k|  7040k|     0 |   0.0 |1954M|2289 |   - |2682 | 678 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1319.40/1319.44	c  1277s|  7080k|  7050k|     0 |   0.0 |1957M|2289 |   - |2682 | 648 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1321.20/1321.27	c  1278s|  7090k|  7060k|     0 |   0.0 |1959M|2289 |   - |2682 | 647 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1323.00/1323.05	c  1280s|  7100k|  7070k|     0 |   0.0 |1962M|2289 |   - |2682 | 664 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1324.80/1324.83	c  1282s|  7110k|  7080k|     0 |   0.0 |1965M|2289 |   - |2682 | 627 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1326.61/1326.66	c  1284s|  7120k|  7090k|     0 |   0.0 |1968M|2289 |   - |2682 | 629 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1328.40/1328.49	c  1286s|  7130k|  7100k|     0 |   0.0 |1970M|2289 |   - |2682 | 631 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1330.31/1330.30	c  1287s|  7140k|  7110k|     0 |   0.0 |1973M|2289 |   - |2682 | 638 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1332.11/1332.12	c  1289s|  7150k|  7120k|     0 |   0.0 |1976M|2289 |   - |2682 | 633 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1333.91/1333.90	c  1291s|  7160k|  7130k|     0 |   0.0 |1978M|2289 |   - |2682 | 657 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1335.71/1335.75	c  1292s|  7170k|  7140k|     0 |   0.0 |1981M|2289 |   - |2682 | 621 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1337.51/1337.58	c  1294s|  7180k|  7150k|     0 |   0.0 |1984M|2289 |   - |2682 | 621 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1339.30/1339.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1339.30/1339.36	c  1296s|  7190k|  7160k|     0 |   0.0 |1986M|2289 |   - |2682 | 634 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1341.21/1341.21	c  1298s|  7200k|  7170k|     0 |   0.0 |1989M|2289 |   - |2682 | 658 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1343.01/1343.01	c  1299s|  7210k|  7180k|     0 |   0.0 |1992M|2289 |   - |2682 | 655 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1344.70/1344.77	c  1301s|  7220k|  7190k|     0 |   0.0 |1994M|2289 |   - |2682 | 631 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1346.50/1346.59	c  1303s|  7230k|  7200k|     0 |   0.0 |1997M|2289 |   - |2682 | 662 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1348.41/1348.41	c  1305s|  7240k|  7210k|     0 |   0.0 |2000M|2289 |   - |2682 | 647 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1350.21/1350.23	c  1306s|  7250k|  7220k|     0 |   0.0 |2002M|2289 |   - |2682 | 627 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1352.01/1352.01	c  1308s|  7260k|  7230k|     0 |   0.0 |2005M|2289 |   - |2682 | 627 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1353.81/1353.85	c  1310s|  7270k|  7240k|     0 |   0.0 |2008M|2289 |   - |2682 | 641 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1355.60/1355.65	c  1312s|  7280k|  7250k|     0 |   0.0 |2011M|2289 |   - |2682 | 617 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1357.41/1357.45	c  1313s|  7290k|  7260k|     0 |   0.0 |2013M|2289 |   - |2682 | 618 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1359.21/1359.25	c  1315s|  7300k|  7269k|     0 |   0.0 |2016M|2289 |   - |2682 | 637 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1361.00/1361.04	c  1317s|  7310k|  7279k|     0 |   0.0 |2019M|2289 |   - |2682 | 612 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1362.81/1362.83	c  1319s|  7320k|  7289k|     0 |   0.0 |2021M|2289 |   - |2682 | 614 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1364.61/1364.66	c  1320s|  7330k|  7299k|     0 |   0.0 |2024M|2289 |   - |2682 | 618 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1366.41/1366.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1366.41/1366.47	c  1322s|  7340k|  7309k|     0 |   0.0 |2027M|2289 |   - |2682 | 625 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1368.21/1368.29	c  1324s|  7350k|  7319k|     0 |   0.0 |2029M|2289 |   - |2682 | 627 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1370.11/1370.15	c  1326s|  7360k|  7329k|     0 |   0.0 |2032M|2289 |   - |2682 | 652 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1371.81/1371.88	c  1327s|  7370k|  7339k|     0 |   0.0 |2035M|2289 |   - |2682 | 672 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1373.71/1373.77	c  1329s|  7380k|  7349k|     0 |   0.0 |2037M|2289 |   - |2682 | 685 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1375.51/1375.57	c  1331s|  7390k|  7359k|     0 |   0.0 |2040M|2289 |   - |2682 | 668 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1377.30/1377.38	c  1333s|  7400k|  7369k|     0 |   0.0 |2043M|2289 |   - |2682 | 648 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1379.20/1379.20	c  1334s|  7410k|  7379k|     0 |   0.0 |2046M|2289 |   - |2682 | 697 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1381.01/1381.04	c  1336s|  7420k|  7389k|     0 |   0.0 |2048M|2289 |   - |2682 | 673 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1382.80/1382.83	c  1338s|  7430k|  7399k|     0 |   0.0 |2051M|2289 |   - |2682 | 663 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1384.51/1384.58	c  1340s|  7440k|  7409k|     0 |   0.0 |2054M|2289 |   - |2682 | 670 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1386.31/1386.36	c  1341s|  7450k|  7419k|     0 |   0.0 |2056M|2289 |   - |2682 | 650 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1388.11/1388.18	c  1343s|  7460k|  7429k|     0 |   0.0 |2059M|2289 |   - |2682 | 673 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1389.91/1389.99	c  1345s|  7470k|  7439k|     0 |   0.0 |2062M|2289 |   - |2682 | 657 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1391.71/1391.76	c  1347s|  7480k|  7449k|     0 |   0.0 |2064M|2289 |   - |2682 | 625 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1393.61/1393.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1393.61/1393.63	c  1348s|  7490k|  7459k|     0 |   0.0 |2067M|2289 |   - |2682 | 656 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1395.40/1395.45	c  1350s|  7500k|  7469k|     0 |   0.0 |2070M|2289 |   - |2682 | 646 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1397.21/1397.27	c  1352s|  7510k|  7479k|     0 |   0.0 |2072M|2289 |   - |2682 | 645 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1399.11/1399.15	c  1354s|  7520k|  7489k|     0 |   0.0 |2075M|2289 |   - |2682 | 639 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1400.91/1400.93	c  1355s|  7530k|  7499k|     0 |   0.0 |2078M|2289 |   - |2682 | 662 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1402.70/1402.73	c  1357s|  7540k|  7509k|     0 |   0.0 |2080M|2289 |   - |2682 | 678 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1404.50/1404.50	c  1359s|  7550k|  7519k|     0 |   0.0 |2083M|2289 |   - |2682 | 693 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1406.31/1406.33	c  1361s|  7560k|  7529k|     0 |   0.0 |2086M|2289 |   - |2682 | 711 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1408.20/1408.25	c  1362s|  7570k|  7539k|     0 |   0.0 |2089M|2289 |   - |2682 | 710 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1410.00/1410.01	c  1364s|  7580k|  7549k|     0 |   0.0 |2091M|2289 |   - |2682 | 709 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1411.81/1411.83	c  1366s|  7590k|  7559k|     0 |   0.0 |2094M|2289 |   - |2682 | 728 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1413.61/1413.62	c  1368s|  7600k|  7569k|     0 |   0.0 |2097M|2289 |   - |2682 | 723 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1415.41/1415.41	c  1369s|  7610k|  7579k|     0 |   0.0 |2099M|2289 |   - |2682 | 706 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1417.20/1417.26	c  1371s|  7620k|  7588k|     0 |   0.0 |2102M|2289 |   - |2682 | 730 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1419.01/1419.05	c  1373s|  7630k|  7598k|     0 |   0.0 |2105M|2289 |   - |2682 | 675 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1420.81/1420.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1420.81/1420.89	c  1375s|  7640k|  7608k|     0 |   0.0 |2107M|2289 |   - |2682 | 687 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1422.70/1422.75	c  1377s|  7650k|  7618k|     0 |   0.0 |2110M|2289 |   - |2682 | 668 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1424.51/1424.53	c  1378s|  7660k|  7628k|     0 |   0.0 |2113M|2289 |   - |2682 | 672 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1426.21/1426.29	c  1380s|  7670k|  7638k|     0 |   0.0 |2115M|2289 |   - |2682 | 686 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1428.10/1428.10	c  1382s|  7680k|  7648k|     0 |   0.0 |2118M|2289 |   - |2682 | 690 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1429.91/1429.94	c  1383s|  7690k|  7658k|     0 |   0.0 |2121M|2289 |   - |2682 | 734 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1431.70/1431.73	c  1385s|  7700k|  7668k|     0 |   0.0 |2123M|2289 |   - |2682 | 743 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1433.50/1433.53	c  1387s|  7710k|  7678k|     0 |   0.0 |2126M|2289 |   - |2682 | 725 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1435.30/1435.36	c  1389s|  7720k|  7688k|     0 |   0.0 |2129M|2289 |   - |2682 | 730 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1437.10/1437.15	c  1390s|  7730k|  7698k|     0 |   0.0 |2132M|2289 |   - |2682 | 707 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1438.90/1438.97	c  1392s|  7740k|  7708k|     0 |   0.0 |2134M|2289 |   - |2682 | 737 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1440.70/1440.75	c  1394s|  7750k|  7718k|     0 |   0.0 |2137M|2289 |   - |2682 | 731 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1442.60/1442.60	c  1396s|  7760k|  7728k|     0 |   0.0 |2140M|2289 |   - |2682 | 777 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1444.40/1444.46	c  1397s|  7770k|  7738k|     0 |   0.0 |2142M|2289 |   - |2682 | 757 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1446.20/1446.27	c  1399s|  7780k|  7748k|     0 |   0.0 |2145M|2289 |   - |2682 | 725 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1448.10/1448.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1448.10/1448.11	c  1401s|  7790k|  7758k|     0 |   0.0 |2148M|2289 |   - |2682 | 753 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1449.90/1449.90	c  1403s|  7800k|  7768k|     0 |   0.0 |2150M|2289 |   - |2682 | 759 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1451.71/1451.74	c  1404s|  7810k|  7778k|     0 |   0.0 |2153M|2289 |   - |2682 | 768 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1453.50/1453.55	c  1406s|  7820k|  7788k|     0 |   0.0 |2156M|2289 |   - |2682 | 768 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1455.31/1455.37	c  1408s|  7830k|  7798k|     0 |   0.0 |2158M|2289 |   - |2682 | 744 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1457.10/1457.15	c  1410s|  7840k|  7808k|     0 |   0.0 |2161M|2289 |   - |2682 | 774 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1458.91/1458.96	c  1411s|  7850k|  7818k|     0 |   0.0 |2164M|2289 |   - |2682 | 749 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1460.71/1460.78	c  1413s|  7860k|  7828k|     0 |   0.0 |2167M|2289 |   - |2682 | 792 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1462.50/1462.58	c  1415s|  7870k|  7838k|     0 |   0.0 |2169M|2289 |   - |2682 | 766 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1464.40/1464.41	c  1417s|  7880k|  7848k|     0 |   0.0 |2172M|2289 |   - |2682 | 774 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1466.10/1466.14	c  1418s|  7890k|  7858k|     0 |   0.0 |2175M|2289 |   - |2682 | 752 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1467.90/1467.94	c  1420s|  7900k|  7868k|     0 |   0.0 |2177M|2289 |   - |2682 | 761 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1469.71/1469.75	c  1422s|  7910k|  7878k|     0 |   0.0 |2180M|2289 |   - |2682 | 772 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1471.50/1471.55	c  1424s|  7920k|  7888k|     0 |   0.0 |2183M|2289 |   - |2682 | 793 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1473.30/1473.39	c  1425s|  7930k|  7897k|     0 |   0.0 |2185M|2289 |   - |2682 | 797 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1475.10/1475.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1475.10/1475.19	c  1427s|  7940k|  7907k|     0 |   0.0 |2188M|2289 |   - |2682 | 732 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1476.91/1476.95	c  1429s|  7950k|  7917k|     0 |   0.0 |2191M|2289 |   - |2682 | 752 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1478.70/1478.72	c  1430s|  7960k|  7927k|     0 |   0.0 |2193M|2289 |   - |2682 | 760 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1480.50/1480.59	c  1432s|  7970k|  7937k|     0 |   0.0 |2196M|2289 |   - |2682 | 785 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1482.40/1482.41	c  1434s|  7980k|  7947k|     0 |   0.0 |2199M|2289 |   - |2682 | 809 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1484.20/1484.24	c  1436s|  7990k|  7957k|     0 |   0.0 |2201M|2289 |   - |2682 | 779 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1486.00/1486.05	c  1438s|  8000k|  7967k|     0 |   0.0 |2204M|2289 |   - |2682 | 775 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1487.80/1487.89	c  1439s|  8010k|  7977k|     0 |   0.0 |2207M|2289 |   - |2682 | 825 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1489.60/1489.67	c  1441s|  8020k|  7987k|     0 |   0.0 |2210M|2289 |   - |2682 | 764 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1491.40/1491.49	c  1443s|  8030k|  7997k|     0 |   0.0 |2212M|2289 |   - |2682 | 815 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1493.30/1493.30	c  1445s|  8040k|  8007k|     0 |   0.0 |2215M|2289 |   - |2682 | 811 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1495.10/1495.11	c  1446s|  8050k|  8017k|     0 |   0.0 |2218M|2289 |   - |2682 | 789 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1496.80/1496.88	c  1448s|  8060k|  8027k|     0 |   0.0 |2220M|2289 |   - |2682 | 781 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1498.60/1498.64	c  1450s|  8070k|  8037k|     0 |   0.0 |2223M|2289 |   - |2682 | 763 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1500.41/1500.44	c  1451s|  8080k|  8047k|     0 |   0.0 |2226M|2289 |   - |2682 | 766 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1502.20/1502.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1502.20/1502.23	c  1453s|  8090k|  8057k|     0 |   0.0 |2228M|2289 |   - |2682 | 750 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1504.01/1504.06	c  1455s|  8100k|  8067k|     0 |   0.0 |2231M|2289 |   - |2682 | 761 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1505.80/1505.85	c  1457s|  8110k|  8077k|     0 |   0.0 |2234M|2289 |   - |2682 | 773 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1507.60/1507.69	c  1458s|  8120k|  8087k|     0 |   0.0 |2236M|2289 |   - |2682 | 726 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1509.50/1509.52	c  1460s|  8130k|  8097k|     0 |   0.0 |2239M|2289 |   - |2682 | 749 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1511.31/1511.32	c  1462s|  8140k|  8107k|     0 |   0.0 |2242M|2289 |   - |2682 | 745 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1513.10/1513.15	c  1464s|  8150k|  8117k|     0 |   0.0 |2244M|2289 |   - |2682 | 734 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1514.90/1514.95	c  1465s|  8160k|  8127k|     0 |   0.0 |2247M|2289 |   - |2682 | 728 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1516.70/1516.74	c  1467s|  8170k|  8137k|     0 |   0.0 |2250M|2289 |   - |2682 | 711 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1518.50/1518.55	c  1469s|  8180k|  8147k|     0 |   0.0 |2253M|2289 |   - |2682 | 712 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1520.30/1520.38	c  1471s|  8190k|  8157k|     0 |   0.0 |2255M|2289 |   - |2682 | 750 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1522.10/1522.16	c  1472s|  8200k|  8167k|     0 |   0.0 |2258M|2289 |   - |2682 | 709 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1524.00/1524.03	c  1474s|  8210k|  8177k|     0 |   0.0 |2261M|2289 |   - |2682 | 722 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1525.80/1525.81	c  1476s|  8220k|  8187k|     0 |   0.0 |2263M|2289 |   - |2682 | 731 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1527.60/1527.66	c  1478s|  8230k|  8197k|     0 |   0.0 |2266M|2289 |   - |2682 | 723 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1529.40/1529.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.40/1529.45	c  1479s|  8240k|  8207k|     0 |   0.0 |2269M|2289 |   - |2682 | 729 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1531.30/1531.33	c  1481s|  8250k|  8217k|     0 |   0.0 |2271M|2289 |   - |2682 | 708 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1533.10/1533.13	c  1483s|  8260k|  8226k|     0 |   0.0 |2274M|2289 |   - |2682 | 671 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1534.90/1534.99	c  1485s|  8270k|  8236k|     0 |   0.0 |2277M|2289 |   - |2682 | 681 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1536.80/1536.83	c  1487s|  8280k|  8246k|     0 |   0.0 |2280M|2289 |   - |2682 | 687 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1538.60/1538.62	c  1488s|  8290k|  8256k|     0 |   0.0 |2282M|2289 |   - |2682 | 675 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1540.40/1540.42	c  1490s|  8300k|  8266k|     0 |   0.0 |2285M|2289 |   - |2682 | 704 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1542.21/1542.29	c  1492s|  8310k|  8276k|     0 |   0.0 |2288M|2289 |   - |2682 | 732 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1544.10/1544.11	c  1494s|  8320k|  8286k|     0 |   0.0 |2290M|2289 |   - |2682 | 686 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1545.90/1545.90	c  1495s|  8330k|  8296k|     0 |   0.0 |2293M|2289 |   - |2682 | 706 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1547.71/1547.74	c  1497s|  8340k|  8306k|     0 |   0.0 |2296M|2289 |   - |2682 | 707 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1549.51/1549.53	c  1499s|  8350k|  8316k|     0 |   0.0 |2298M|2289 |   - |2682 | 678 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1551.31/1551.39	c  1501s|  8360k|  8326k|     0 |   0.0 |2301M|2289 |   - |2682 | 695 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1553.11/1553.18	c  1502s|  8370k|  8336k|     0 |   0.0 |2304M|2289 |   - |2682 | 690 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1554.90/1554.99	c  1504s|  8380k|  8346k|     0 |   0.0 |2306M|2289 |   - |2682 | 702 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1556.80/1556.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1556.80/1556.85	c  1506s|  8390k|  8356k|     0 |   0.0 |2309M|2289 |   - |2682 | 788 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1558.61/1558.66	c  1508s|  8400k|  8366k|     0 |   0.0 |2312M|2289 |   - |2682 | 738 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1560.41/1560.45	c  1509s|  8410k|  8376k|     0 |   0.0 |2315M|2289 |   - |2682 | 757 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1562.20/1562.23	c  1511s|  8420k|  8386k|     0 |   0.0 |2317M|2289 |   - |2682 | 785 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1564.00/1564.02	c  1513s|  8430k|  8396k|     0 |   0.0 |2320M|2289 |   - |2682 | 755 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1565.80/1565.85	c  1515s|  8440k|  8406k|     0 |   0.0 |2323M|2289 |   - |2682 | 742 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1567.60/1567.61	c  1516s|  8450k|  8416k|     0 |   0.0 |2325M|2289 |   - |2682 | 755 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1569.31/1569.39	c  1518s|  8460k|  8426k|     0 |   0.0 |2328M|2289 |   - |2682 | 749 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1571.20/1571.23	c  1520s|  8470k|  8436k|     0 |   0.0 |2331M|2289 |   - |2682 | 766 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1573.01/1573.07	c  1522s|  8480k|  8446k|     0 |   0.0 |2333M|2289 |   - |2682 | 772 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1574.80/1574.87	c  1523s|  8490k|  8456k|     0 |   0.0 |2336M|2289 |   - |2682 | 769 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1576.70/1576.71	c  1525s|  8500k|  8466k|     0 |   0.0 |2339M|2289 |   - |2682 | 787 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1578.51/1578.50	c  1527s|  8510k|  8476k|     0 |   0.0 |2341M|2289 |   - |2682 | 776 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1580.30/1580.34	c  1529s|  8520k|  8486k|     0 |   0.0 |2344M|2289 |   - |2682 | 789 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1582.11/1582.11	c  1530s|  8530k|  8496k|     0 |   0.0 |2347M|2289 |   - |2682 | 757 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1583.91/1583.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1583.91/1583.92	c  1532s|  8540k|  8506k|     0 |   0.0 |2350M|2289 |   - |2682 | 792 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1585.70/1585.74	c  1534s|  8550k|  8516k|     0 |   0.0 |2352M|2289 |   - |2682 | 806 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1587.51/1587.54	c  1536s|  8560k|  8526k|     0 |   0.0 |2355M|2289 |   - |2682 | 774 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1589.31/1589.36	c  1537s|  8570k|  8536k|     0 |   0.0 |2358M|2289 |   - |2682 | 802 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1591.10/1591.12	c  1539s|  8580k|  8546k|     0 |   0.0 |2360M|2289 |   - |2682 | 811 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1592.90/1592.97	c  1541s|  8590k|  8555k|     0 |   0.0 |2363M|2289 |   - |2682 | 842 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1594.70/1594.76	c  1543s|  8600k|  8565k|     0 |   0.0 |2366M|2289 |   - |2682 | 819 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1596.51/1596.54	c  1544s|  8610k|  8575k|     0 |   0.0 |2368M|2289 |   - |2682 | 819 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1598.31/1598.35	c  1546s|  8620k|  8585k|     0 |   0.0 |2371M|2289 |   - |2682 | 831 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.11/1600.15	c  1548s|  8630k|  8595k|     0 |   0.0 |2374M|2289 |   - |2682 | 830 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1601.90/1601.93	c  1550s|  8640k|  8605k|     0 |   0.0 |2377M|2289 |   - |2682 | 819 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1603.71/1603.73	c  1551s|  8650k|  8615k|     0 |   0.0 |2379M|2289 |   - |2682 | 815 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1605.50/1605.56	c  1553s|  8660k|  8625k|     0 |   0.0 |2382M|2289 |   - |2682 | 794 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1607.30/1607.33	c  1555s|  8670k|  8635k|     0 |   0.0 |2385M|2289 |   - |2682 | 781 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1609.10/1609.10	c  1557s|  8680k|  8645k|     0 |   0.0 |2387M|2289 |   - |2682 | 791 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1610.90/1610.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1610.90/1610.92	c  1558s|  8690k|  8655k|     0 |   0.0 |2390M|2289 |   - |2682 | 776 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1612.70/1612.73	c  1560s|  8700k|  8665k|     0 |   0.0 |2393M|2289 |   - |2682 | 777 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1614.51/1614.50	c  1562s|  8710k|  8675k|     0 |   0.0 |2395M|2289 |   - |2682 | 781 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1616.30/1616.32	c  1563s|  8720k|  8685k|     0 |   0.0 |2398M|2289 |   - |2682 | 770 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1618.01/1618.07	c  1565s|  8730k|  8695k|     0 |   0.0 |2401M|2289 |   - |2682 | 765 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1619.81/1619.89	c  1567s|  8740k|  8705k|     0 |   0.0 |2403M|2289 |   - |2682 | 752 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1621.60/1621.67	c  1569s|  8750k|  8715k|     0 |   0.0 |2406M|2289 |   - |2682 | 734 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1623.40/1623.48	c  1570s|  8760k|  8725k|     0 |   0.0 |2409M|2289 |   - |2682 | 755 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1625.20/1625.27	c  1572s|  8770k|  8735k|     0 |   0.0 |2412M|2289 |   - |2682 | 741 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1627.10/1627.10	c  1574s|  8780k|  8745k|     0 |   0.0 |2414M|2289 |   - |2682 | 762 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1628.81/1628.89	c  1576s|  8790k|  8755k|     0 |   0.0 |2417M|2289 |   - |2682 | 752 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1630.61/1630.68	c  1577s|  8800k|  8765k|     0 |   0.0 |2420M|2289 |   - |2682 | 732 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1632.51/1632.53	c  1579s|  8810k|  8775k|     0 |   0.0 |2422M|2289 |   - |2682 | 736 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1634.31/1634.36	c  1581s|  8820k|  8785k|     0 |   0.0 |2425M|2289 |   - |2682 | 688 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1636.11/1636.13	c  1583s|  8830k|  8795k|     0 |   0.0 |2428M|2289 |   - |2682 | 687 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1637.91/1637.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1637.91/1637.99	c  1584s|  8840k|  8805k|     0 |   0.0 |2430M|2289 |   - |2682 | 672 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1639.80/1639.80	c  1586s|  8850k|  8815k|     0 |   0.0 |2433M|2289 |   - |2682 | 691 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1641.60/1641.61	c  1588s|  8860k|  8825k|     0 |   0.0 |2436M|2289 |   - |2682 | 686 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1643.41/1643.43	c  1590s|  8870k|  8835k|     0 |   0.0 |2438M|2289 |   - |2682 | 683 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.21/1645.29	c  1591s|  8880k|  8845k|     0 |   0.0 |2441M|2289 |   - |2682 | 700 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1647.10/1647.17	c  1593s|  8890k|  8855k|     0 |   0.0 |2444M|2289 |   - |2682 | 712 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1648.91/1648.95	c  1595s|  8900k|  8865k|     0 |   0.0 |2447M|2289 |   - |2682 | 670 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1650.70/1650.77	c  1597s|  8910k|  8875k|     0 |   0.0 |2449M|2289 |   - |2682 | 677 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1652.51/1652.56	c  1598s|  8920k|  8885k|     0 |   0.0 |2452M|2289 |   - |2682 | 678 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1654.51/1654.50	c  1600s|  8930k|  8894k|     0 |   0.0 |2455M|2289 |   - |2682 | 693 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1656.31/1656.33	c  1602s|  8940k|  8904k|     0 |   0.0 |2457M|2289 |   - |2682 | 705 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1658.11/1658.12	c  1604s|  8950k|  8914k|     0 |   0.0 |2460M|2289 |   - |2682 | 682 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1659.92/1659.92	c  1606s|  8960k|  8924k|     0 |   0.0 |2463M|2289 |   - |2682 | 713 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1661.70/1661.77	c  1607s|  8970k|  8934k|     0 |   0.0 |2465M|2289 |   - |2682 | 698 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1663.60/1663.66	c  1609s|  8980k|  8944k|     0 |   0.0 |2468M|2289 |   - |2682 | 747 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1665.41/1665.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1665.41/1665.46	c  1611s|  8990k|  8954k|     0 |   0.0 |2471M|2289 |   - |2682 | 707 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1667.20/1667.27	c  1613s|  9000k|  8964k|     0 |   0.0 |2473M|2289 |   - |2682 | 711 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1669.00/1669.09	c  1614s|  9010k|  8974k|     0 |   0.0 |2476M|2289 |   - |2682 | 681 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1670.91/1670.91	c  1616s|  9020k|  8984k|     0 |   0.0 |2479M|2289 |   - |2682 | 686 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1672.71/1672.75	c  1618s|  9030k|  8994k|     0 |   0.0 |2481M|2289 |   - |2682 | 648 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1674.50/1674.57	c  1620s|  9040k|  9004k|     0 |   0.0 |2484M|2289 |   - |2682 | 665 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1676.32/1676.35	c  1621s|  9050k|  9014k|     0 |   0.0 |2487M|2289 |   - |2682 | 644 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1678.20/1678.23	c  1623s|  9060k|  9024k|     0 |   0.0 |2490M|2289 |   - |2682 | 682 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1679.91/1679.99	c  1625s|  9070k|  9034k|     0 |   0.0 |2492M|2289 |   - |2682 | 692 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1681.70/1681.80	c  1627s|  9080k|  9044k|     0 |   0.0 |2495M|2289 |   - |2682 | 705 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1683.51/1683.55	c  1628s|  9090k|  9054k|     0 |   0.0 |2498M|2289 |   - |2682 | 714 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1685.41/1685.41	c  1630s|  9100k|  9064k|     0 |   0.0 |2500M|2289 |   - |2682 | 716 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1687.21/1687.23	c  1632s|  9110k|  9074k|     0 |   0.0 |2503M|2289 |   - |2682 | 698 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1689.10/1689.11	c  1634s|  9120k|  9084k|     0 |   0.0 |2506M|2289 |   - |2682 | 729 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1690.90/1690.92	c  1635s|  9130k|  9094k|     0 |   0.0 |2508M|2289 |   - |2682 | 697 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1692.60/1692.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1692.60/1692.69	c  1637s|  9140k|  9104k|     0 |   0.0 |2511M|2289 |   - |2682 | 698 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1694.51/1694.55	c  1639s|  9150k|  9114k|     0 |   0.0 |2514M|2289 |   - |2682 | 710 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1696.31/1696.37	c  1641s|  9160k|  9124k|     0 |   0.0 |2516M|2289 |   - |2682 | 716 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1698.11/1698.16	c  1642s|  9170k|  9134k|     0 |   0.0 |2519M|2289 |   - |2682 | 723 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1699.91/1699.94	c  1644s|  9180k|  9144k|     0 |   0.0 |2522M|2289 |   - |2682 | 744 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1701.71/1701.73	c  1646s|  9190k|  9154k|     0 |   0.0 |2524M|2289 |   - |2682 | 766 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1703.51/1703.56	c  1647s|  9200k|  9164k|     0 |   0.0 |2527M|2289 |   - |2682 | 754 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1705.31/1705.37	c  1649s|  9210k|  9174k|     0 |   0.0 |2530M|2289 |   - |2682 | 740 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1707.11/1707.16	c  1651s|  9220k|  9184k|     0 |   0.0 |2532M|2289 |   - |2682 | 750 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1708.91/1708.95	c  1653s|  9230k|  9194k|     0 |   0.0 |2535M|2289 |   - |2682 | 795 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1710.70/1710.77	c  1654s|  9240k|  9203k|     0 |   0.0 |2538M|2289 |   - |2682 | 764 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1712.50/1712.52	c  1656s|  9250k|  9213k|     0 |   0.0 |2541M|2289 |   - |2682 | 746 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1714.31/1714.38	c  1658s|  9260k|  9223k|     0 |   0.0 |2543M|2289 |   - |2682 | 766 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1716.21/1716.21	c  1660s|  9270k|  9233k|     0 |   0.0 |2546M|2289 |   - |2682 | 764 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1718.01/1718.01	c  1661s|  9280k|  9243k|     0 |   0.0 |2549M|2289 |   - |2682 | 767 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1719.71/1719.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1719.71/1719.78	c  1663s|  9290k|  9253k|     0 |   0.0 |2551M|2289 |   - |2682 | 768 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1721.60/1721.62	c  1665s|  9300k|  9263k|     0 |   0.0 |2554M|2289 |   - |2682 | 770 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1723.31/1723.39	c  1667s|  9310k|  9273k|     0 |   0.0 |2557M|2289 |   - |2682 | 771 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1725.11/1725.19	c  1668s|  9320k|  9283k|     0 |   0.0 |2559M|2289 |   - |2682 | 789 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1726.92/1726.95	c  1670s|  9330k|  9293k|     0 |   0.0 |2562M|2289 |   - |2682 | 778 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1728.71/1728.74	c  1672s|  9340k|  9303k|     0 |   0.0 |2565M|2289 |   - |2682 | 793 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1730.51/1730.54	c  1673s|  9350k|  9313k|     0 |   0.0 |2567M|2289 |   - |2682 | 807 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1732.31/1732.31	c  1675s|  9360k|  9323k|     0 |   0.0 |2570M|2289 |   - |2682 | 788 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1734.11/1734.16	c  1677s|  9370k|  9333k|     0 |   0.0 |2573M|2289 |   - |2682 | 801 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1735.91/1735.93	c  1679s|  9380k|  9343k|     0 |   0.0 |2575M|2289 |   - |2682 | 793 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1737.61/1737.68	c  1680s|  9390k|  9353k|     0 |   0.0 |2578M|2289 |   - |2682 | 816 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1739.51/1739.50	c  1682s|  9400k|  9363k|     0 |   0.0 |2581M|2289 |   - |2682 | 884 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1741.31/1741.31	c  1684s|  9410k|  9373k|     0 |   0.0 |2584M|2289 |   - |2682 | 824 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1743.01/1743.07	c  1685s|  9420k|  9383k|     0 |   0.0 |2586M|2289 |   - |2682 | 835 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1744.91/1744.91	c  1687s|  9430k|  9393k|     0 |   0.0 |2589M|2289 |   - |2682 | 834 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1746.71/1746.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1746.71/1746.75	c  1689s|  9440k|  9403k|     0 |   0.0 |2592M|2289 |   - |2682 | 852 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1748.40/1748.49	c  1691s|  9450k|  9413k|     0 |   0.0 |2594M|2289 |   - |2682 | 831 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1750.31/1750.35	c  1692s|  9460k|  9423k|     0 |   0.0 |2597M|2289 |   - |2682 | 848 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1752.11/1752.15	c  1694s|  9470k|  9433k|     0 |   0.0 |2600M|2289 |   - |2682 | 820 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1753.90/1753.90	c  1696s|  9480k|  9443k|     0 |   0.0 |2602M|2289 |   - |2682 | 833 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1755.71/1755.75	c  1698s|  9490k|  9453k|     0 |   0.0 |2605M|2289 |   - |2682 | 861 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1757.51/1757.53	c  1699s|  9500k|  9463k|     0 |   0.0 |2608M|2289 |   - |2682 | 846 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1759.20/1759.25	c  1701s|  9510k|  9473k|     0 |   0.0 |2610M|2289 |   - |2682 | 837 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1761.02/1761.04	c  1703s|  9520k|  9483k|     0 |   0.0 |2613M|2289 |   - |2682 | 839 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1762.81/1762.89	c  1705s|  9530k|  9493k|     0 |   0.0 |2616M|2289 |   - |2682 | 856 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1764.71/1764.70	c  1706s|  9540k|  9503k|     0 |   0.0 |2619M|2289 |   - |2682 | 852 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1766.40/1766.48	c  1708s|  9550k|  9513k|     0 |   0.0 |2621M|2289 |   - |2682 | 803 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1768.21/1768.27	c  1710s|  9560k|  9522k|     0 |   0.0 |2624M|2289 |   - |2682 | 817 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1770.01/1770.05	c  1711s|  9570k|  9532k|     0 |   0.0 |2627M|2289 |   - |2682 | 802 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1771.81/1771.86	c  1713s|  9580k|  9542k|     0 |   0.0 |2629M|2289 |   - |2682 | 784 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1773.60/1773.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1773.60/1773.68	c  1715s|  9590k|  9552k|     0 |   0.0 |2632M|2289 |   - |2682 | 778 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1775.50/1775.51	c  1717s|  9600k|  9562k|     0 |   0.0 |2635M|2289 |   - |2682 | 742 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1777.31/1777.31	c  1718s|  9610k|  9572k|     0 |   0.0 |2637M|2289 |   - |2682 | 765 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1779.11/1779.15	c  1720s|  9620k|  9582k|     0 |   0.0 |2640M|2289 |   - |2682 | 738 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1780.91/1780.95	c  1722s|  9630k|  9592k|     0 |   0.0 |2643M|2289 |   - |2682 | 732 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1782.71/1782.78	c  1724s|  9640k|  9602k|     0 |   0.0 |2646M|2289 |   - |2682 | 725 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1784.60/1784.67	c  1725s|  9650k|  9612k|     0 |   0.0 |2648M|2289 |   - |2682 | 760 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1786.41/1786.47	c  1727s|  9660k|  9622k|     0 |   0.0 |2651M|2289 |   - |2682 | 719 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1788.30/1788.32	c  1729s|  9670k|  9632k|     0 |   0.0 |2654M|2289 |   - |2682 | 709 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.00/1790.09	c  1731s|  9680k|  9642k|     0 |   0.0 |2656M|2289 |   - |2682 | 698 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1791.91/1791.92	c  1732s|  9690k|  9652k|     0 |   0.0 |2659M|2289 |   - |2682 | 723 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1793.71/1793.73	c  1734s|  9700k|  9662k|     0 |   0.0 |2662M|2289 |   - |2682 | 704 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1795.51/1795.53	c  1736s|  9710k|  9672k|     0 |   0.0 |2664M|2289 |   - |2682 | 694 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1797.41/1797.40	c  1738s|  9720k|  9682k|     0 |   0.0 |2667M|2289 |   - |2682 | 699 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1799.20/1799.28	c  1740s|  9730k|  9692k|     0 |   0.0 |2670M|2289 |   - |2682 | 721 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.01/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.00	c Solving Time (sec) : 1740.20
1800.01/1800.00	c Solving Nodes      : 9734203
1800.01/1800.00	c Primal Bound       : +1.00000000000000e+00 (1 solutions)
1800.01/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.00	s SATISFIABLE
1800.01/1800.00	v -x2550 -x2549 -x2548 -x2547 -x2546 -x2545 -x2544 -x2543 -x2542 -x2541 -x2540 -x2539 -x2538 -x2537 -x2536 -x2535 -x2534 -x2533 -x2532 
1800.01/1800.00	v -x2531 -x2530 -x2529 -x2528 -x2527 -x2526 -x2525 -x2524 -x2523 -x2522 -x2521 -x2520 -x2519 -x2518 -x2517 -x2516 -x2515 
1800.01/1800.00	v -x2514 -x2513 -x2512 x2511 -x2510 -x2509 -x2508 -x2507 -x2506 -x2505 -x2504 -x2503 -x2502 -x2501 -x2500 -x2499 -x2498 -x2497 
1800.01/1800.00	v -x2496 -x2495 -x2494 -x2493 -x2492 -x2491 -x2490 -x2489 -x2488 -x2487 -x2486 -x2485 -x2484 -x2483 -x2482 -x2481 -x2480 -x2479 
1800.01/1800.00	v -x2478 -x2477 -x2476 -x2475 -x2474 -x2473 -x2472 -x2471 -x2470 -x2469 -x2468 x2467 -x2466 -x2465 -x2464 -x2463 -x2462 -x2461 
1800.01/1800.00	v -x2460 -x2459 -x2458 -x2457 -x2456 -x2455 -x2454 -x2453 -x2452 -x2451 -x2450 -x2449 -x2448 -x2447 -x2446 -x2445 -x2444 -x2443 
1800.01/1800.00	v -x2442 -x2441 -x2440 -x2439 -x2438 -x2437 -x2436 -x2435 -x2434 -x2433 -x2432 -x2431 -x2430 -x2429 -x2428 -x2427 -x2426 -x2425 
1800.01/1800.00	v -x2424 -x2423 -x2422 -x2421 x2420 -x2419 -x2418 -x2417 -x2416 -x2415 -x2414 -x2413 -x2412 -x2411 -x2410 -x2409 -x2408 -x2407 
1800.01/1800.00	v -x2406 -x2405 -x2404 -x2403 -x2402 -x2401 -x2400 -x2399 -x2398 -x2397 -x2396 -x2395 -x2394 -x2393 -x2392 -x2391 -x2390 -x2389 
1800.01/1800.00	v x2388 -x2387 -x2386 -x2385 -x2384 -x2383 -x2382 -x2381 -x2380 -x2379 -x2378 -x2377 -x2376 -x2375 -x2374 -x2373 -x2372 -x2371 
1800.01/1800.00	v -x2370 -x2369 -x2368 -x2367 -x2366 -x2365 -x2364 -x2363 -x2362 -x2361 -x2360 -x2359 -x2358 -x2357 -x2356 -x2355 -x2354 -x2353 
1800.01/1800.00	v -x2352 -x2351 -x2350 -x2349 -x2348 -x2347 -x2346 -x2345 -x2344 -x2343 -x2342 -x2341 -x2340 -x2339 -x2338 -x2337 -x2336 -x2335 
1800.01/1800.00	v -x2334 -x2333 -x2332 -x2331 -x2330 -x2329 -x2328 -x2327 -x2326 -x2325 -x2324 -x2323 -x2322 -x2321 -x2320 -x2319 -x2318 
1800.01/1800.00	v -x2317 -x2316 -x2315 x2314 -x2313 -x2312 -x2311 -x2310 -x2309 -x2308 -x2307 -x2306 -x2305 -x2304 -x2303 -x2302 -x2301 -x2300 
1800.01/1800.00	v -x2299 -x2298 -x2297 -x2296 -x2295 -x2294 -x2293 -x2292 -x2291 -x2290 -x2289 -x2288 -x2287 -x2286 -x2285 -x2284 -x2283 -x2282 
1800.01/1800.00	v -x2281 -x2280 -x2279 -x2278 -x2277 -x2276 -x2275 -x2274 -x2273 -x2272 -x2271 -x2270 -x2269 -x2268 -x2267 x2266 -x2265 -x2264 
1800.01/1800.00	v -x2263 -x2262 -x2261 -x2260 -x2259 -x2258 -x2257 -x2256 -x2255 -x2254 -x2253 -x2252 -x2251 -x2250 -x2249 -x2248 -x2247 -x2246 
1800.01/1800.00	v -x2245 -x2244 -x2243 -x2242 -x2241 -x2240 -x2239 -x2238 -x2237 -x2236 -x2235 -x2234 -x2233 -x2232 x2231 -x2230 -x2229 -x2228 
1800.01/1800.00	v -x2227 -x2226 -x2225 -x2224 -x2223 -x2222 -x2221 -x2220 -x2219 -x2218 -x2217 -x2216 -x2215 -x2214 -x2213 -x2212 -x2211 -x2210 
1800.01/1800.00	v -x2209 -x2208 -x2207 -x2206 -x2205 -x2204 -x2203 -x2202 -x2201 -x2200 -x2199 -x2198 -x2197 -x2196 -x2195 -x2194 -x2193 -x2192 
1800.01/1800.00	v -x2191 -x2190 x2189 -x2188 -x2187 -x2186 -x2185 -x2184 -x2183 -x2182 -x2181 -x2180 -x2179 -x2178 -x2177 -x2176 -x2175 -x2174 
1800.01/1800.00	v -x2173 -x2172 -x2171 -x2170 -x2169 -x2168 -x2167 -x2166 -x2165 -x2164 -x2163 -x2162 -x2161 -x2160 -x2159 -x2158 -x2157 -x2156 
1800.01/1800.00	v -x2155 -x2154 -x2153 -x2152 -x2151 -x2150 -x2149 -x2148 -x2147 -x2146 -x2145 -x2144 -x2143 -x2142 -x2141 x2140 -x2139 -x2138 
1800.01/1800.00	v -x2137 -x2136 -x2135 -x2134 -x2133 -x2132 -x2131 -x2130 -x2129 -x2128 -x2127 -x2126 -x2125 -x2124 -x2123 -x2122 -x2121 -x2120 
1800.01/1800.00	v -x2119 -x2118 -x2117 -x2116 -x2115 -x2114 -x2113 -x2112 -x2111 -x2110 -x2109 -x2108 -x2107 -x2106 -x2105 -x2104 -x2103 
1800.01/1800.00	v -x2102 -x2101 -x2100 -x2099 -x2098 -x2097 -x2096 -x2095 -x2094 -x2093 -x2092 -x2091 -x2090 x2089 -x2088 -x2087 -x2086 -x2085 
1800.01/1800.00	v -x2084 -x2083 -x2082 -x2081 -x2080 -x2079 -x2078 -x2077 -x2076 -x2075 -x2074 -x2073 -x2072 -x2071 -x2070 -x2069 -x2068 -x2067 
1800.01/1800.00	v -x2066 -x2065 -x2064 -x2063 -x2062 -x2061 -x2060 -x2059 -x2058 -x2057 -x2056 -x2055 -x2054 -x2053 -x2052 -x2051 -x2050 -x2049 
1800.01/1800.00	v -x2048 -x2047 -x2046 -x2045 -x2044 -x2043 -x2042 -x2041 -x2040 -x2039 -x2038 -x2037 -x2036 -x2035 -x2034 -x2033 -x2032 -x2031 
1800.01/1800.00	v -x2030 -x2029 -x2028 -x2027 -x2026 -x2025 x2024 -x2023 -x2022 -x2021 -x2020 -x2019 -x2018 -x2017 -x2016 -x2015 -x2014 -x2013 
1800.01/1800.00	v -x2012 -x2011 -x2010 -x2009 -x2008 -x2007 -x2006 -x2005 -x2004 -x2003 -x2002 -x2001 -x2000 -x1999 -x1998 -x1997 -x1996 -x1995 
1800.01/1800.00	v -x1994 x1993 -x1992 -x1991 -x1990 -x1989 -x1988 -x1987 -x1986 -x1985 -x1984 -x1983 -x1982 -x1981 -x1980 -x1979 -x1978 -x1977 
1800.01/1800.00	v -x1976 -x1975 -x1974 -x1973 -x1972 -x1971 -x1970 -x1969 -x1968 -x1967 -x1966 -x1965 -x1964 -x1963 -x1962 -x1961 -x1960 -x1959 
1800.01/1800.00	v -x1958 -x1957 -x1956 -x1955 -x1954 -x1953 -x1952 -x1951 -x1950 -x1949 -x1948 -x1947 -x1946 -x1945 -x1944 -x1943 -x1942 -x1941 
1800.01/1800.00	v -x1940 -x1939 -x1938 -x1937 -x1936 -x1935 -x1934 -x1933 -x1932 -x1931 -x1930 -x1929 -x1928 -x1927 -x1926 -x1925 -x1924 
1800.01/1800.00	v -x1923 -x1922 -x1921 -x1920 -x1919 x1918 -x1917 -x1916 -x1915 -x1914 -x1913 -x1912 -x1911 -x1910 -x1909 -x1908 -x1907 -x1906 
1800.01/1800.00	v -x1905 -x1904 -x1903 -x1902 -x1901 x1900 -x1899 -x1898 -x1897 -x1896 -x1895 -x1894 -x1893 -x1892 -x1891 -x1890 -x1889 -x1888 
1800.01/1800.00	v -x1887 -x1886 -x1885 -x1884 -x1883 -x1882 -x1881 -x1880 -x1879 -x1878 -x1877 -x1876 -x1875 -x1874 -x1873 -x1872 -x1871 -x1870 
1800.01/1800.00	v -x1869 -x1868 -x1867 -x1866 -x1865 -x1864 -x1863 -x1862 -x1861 -x1860 -x1859 -x1858 -x1857 -x1856 -x1855 -x1854 -x1853 -x1852 
1800.01/1800.00	v -x1851 -x1850 -x1849 -x1848 -x1847 -x1846 -x1845 -x1844 -x1843 -x1842 -x1841 -x1840 -x1839 -x1838 -x1837 -x1836 -x1835 -x1834 
1800.01/1800.00	v -x1833 -x1832 -x1831 -x1830 -x1829 -x1828 -x1827 -x1826 -x1825 -x1824 -x1823 -x1822 -x1821 -x1820 -x1819 -x1818 -x1817 -x1816 
1800.01/1800.00	v -x1815 -x1814 -x1813 -x1812 -x1811 -x1810 -x1809 -x1808 -x1807 -x1806 x1805 -x1804 -x1803 -x1802 -x1801 -x1800 -x1799 -x1798 
1800.01/1800.00	v -x1797 -x1796 -x1795 -x1794 -x1793 -x1792 -x1791 -x1790 -x1789 -x1788 -x1787 -x1786 -x1785 -x1784 -x1783 -x1782 -x1781 -x1780 
1800.01/1800.00	v -x1779 x1778 -x1777 -x1776 -x1775 -x1774 -x1773 -x1772 -x1771 -x1770 -x1769 -x1768 -x1767 -x1766 -x1765 -x1764 -x1763 -x1762 
1800.01/1800.00	v -x1761 -x1760 -x1759 -x1758 -x1757 -x1756 -x1755 -x1754 -x1753 -x1752 -x1751 -x1750 -x1749 -x1748 -x1747 -x1746 -x1745 -x1744 
1800.01/1800.00	v -x1743 -x1742 -x1741 -x1740 -x1739 -x1738 -x1737 -x1736 -x1735 -x1734 -x1733 -x1732 -x1731 -x1730 -x1729 -x1728 -x1727 
1800.01/1800.00	v -x1726 -x1725 -x1724 -x1723 -x1722 -x1721 -x1720 -x1719 -x1718 -x1717 -x1716 -x1715 -x1714 -x1713 -x1712 -x1711 -x1710 -x1709 
1800.01/1800.00	v -x1708 -x1707 x1706 -x1705 -x1704 -x1703 -x1702 -x1701 -x1700 -x1699 -x1698 -x1697 -x1696 -x1695 -x1694 -x1693 -x1692 -x1691 
1800.01/1800.00	v -x1690 -x1689 -x1688 -x1687 -x1686 -x1685 -x1684 x1683 -x1682 -x1681 -x1680 -x1679 -x1678 -x1677 -x1676 -x1675 -x1674 -x1673 
1800.01/1800.00	v -x1672 -x1671 -x1670 -x1669 -x1668 -x1667 -x1666 -x1665 -x1664 -x1663 -x1662 -x1661 -x1660 -x1659 -x1658 -x1657 -x1656 -x1655 
1800.01/1800.00	v -x1654 -x1653 -x1652 -x1651 -x1650 -x1649 -x1648 -x1647 -x1646 -x1645 -x1644 -x1643 -x1642 -x1641 -x1640 -x1639 -x1638 -x1637 
1800.01/1800.00	v -x1636 -x1635 -x1634 -x1633 -x1632 -x1631 -x1630 -x1629 -x1628 -x1627 -x1626 -x1625 -x1624 -x1623 -x1622 x1621 -x1620 -x1619 
1800.01/1800.00	v -x1618 -x1617 -x1616 -x1615 -x1614 -x1613 -x1612 -x1611 -x1610 -x1609 -x1608 -x1607 -x1606 -x1605 -x1604 -x1603 -x1602 -x1601 
1800.01/1800.00	v -x1600 -x1599 -x1598 -x1597 -x1596 -x1595 -x1594 -x1593 -x1592 x1591 -x1590 -x1589 -x1588 -x1587 -x1586 -x1585 -x1584 -x1583 
1800.01/1800.00	v -x1582 -x1581 -x1580 -x1579 -x1578 -x1577 -x1576 -x1575 -x1574 -x1573 -x1572 -x1571 -x1570 -x1569 -x1568 -x1567 -x1566 -x1565 
1800.01/1800.00	v -x1564 -x1563 -x1562 -x1561 -x1560 -x1559 -x1558 -x1557 -x1556 -x1555 -x1554 -x1553 -x1552 -x1551 -x1550 -x1549 -x1548 -x1547 
1800.01/1800.00	v -x1546 -x1545 -x1544 -x1543 -x1542 -x1541 -x1540 -x1539 -x1538 -x1537 -x1536 -x1535 -x1534 -x1533 -x1532 -x1531 -x1530 
1800.01/1800.00	v -x1529 -x1528 -x1527 -x1526 -x1525 -x1524 x1523 -x1522 -x1521 -x1520 -x1519 -x1518 -x1517 -x1516 -x1515 -x1514 -x1513 -x1512 
1800.01/1800.00	v -x1511 -x1510 -x1509 -x1508 -x1507 -x1506 -x1505 -x1504 -x1503 -x1502 -x1501 -x1500 -x1499 -x1498 -x1497 -x1496 -x1495 -x1494 
1800.01/1800.00	v -x1493 -x1492 -x1491 -x1490 -x1489 -x1488 -x1487 -x1486 -x1485 -x1484 -x1483 -x1482 -x1481 -x1480 -x1479 -x1478 -x1477 -x1476 
1800.01/1800.00	v -x1475 -x1474 -x1473 -x1472 -x1471 -x1470 -x1469 -x1468 -x1467 -x1466 -x1465 -x1464 -x1463 -x1462 -x1461 -x1460 -x1459 -x1458 
1800.01/1800.00	v -x1457 -x1456 -x1455 -x1454 -x1453 -x1452 x1451 -x1450 -x1449 -x1448 -x1447 -x1446 -x1445 -x1444 -x1443 -x1442 -x1441 -x1440 
1800.01/1800.00	v -x1439 -x1438 -x1437 -x1436 -x1435 -x1434 -x1433 -x1432 -x1431 -x1430 x1429 -x1428 -x1427 -x1426 -x1425 -x1424 -x1423 -x1422 
1800.01/1800.00	v -x1421 -x1420 -x1419 -x1418 -x1417 -x1416 -x1415 -x1414 -x1413 -x1412 -x1411 -x1410 -x1409 -x1408 -x1407 -x1406 -x1405 -x1404 
1800.01/1800.00	v -x1403 -x1402 -x1401 -x1400 -x1399 -x1398 -x1397 -x1396 -x1395 -x1394 -x1393 -x1392 -x1391 -x1390 -x1389 -x1388 -x1387 -x1386 
1800.01/1800.00	v -x1385 -x1384 -x1383 -x1382 -x1381 -x1380 -x1379 -x1378 -x1377 -x1376 -x1375 -x1374 -x1373 -x1372 -x1371 -x1370 -x1369 -x1368 
1800.01/1800.00	v -x1367 -x1366 -x1365 -x1364 -x1363 -x1362 -x1361 -x1360 x1359 -x1358 -x1357 -x1356 -x1355 -x1354 -x1353 -x1352 -x1351 -x1350 
1800.01/1800.00	v -x1349 -x1348 -x1347 -x1346 -x1345 -x1344 -x1343 -x1342 -x1341 -x1340 -x1339 -x1338 -x1337 -x1336 -x1335 -x1334 -x1333 
1800.01/1800.00	v -x1332 -x1331 -x1330 -x1329 -x1328 -x1327 -x1326 -x1325 -x1324 -x1323 -x1322 -x1321 -x1320 -x1319 -x1318 -x1317 -x1316 x1315 
1800.01/1800.00	v -x1314 -x1313 -x1312 -x1311 -x1310 -x1309 -x1308 -x1307 -x1306 -x1305 -x1304 -x1303 -x1302 -x1301 -x1300 -x1299 -x1298 -x1297 
1800.01/1800.00	v -x1296 -x1295 -x1294 -x1293 -x1292 -x1291 -x1290 -x1289 -x1288 -x1287 -x1286 x1285 -x1284 -x1283 -x1282 -x1281 -x1280 -x1279 
1800.01/1800.00	v -x1278 -x1277 -x1276 -x1275 -x1274 -x1273 -x1272 -x1271 -x1270 -x1269 -x1268 -x1267 -x1266 -x1265 -x1264 -x1263 -x1262 -x1261 
1800.01/1800.00	v -x1260 -x1259 -x1258 -x1257 -x1256 -x1255 -x1254 -x1253 -x1252 -x1251 -x1250 x1249 -x1248 -x1247 -x1246 -x1245 -x1244 -x1243 
1800.01/1800.00	v -x1242 -x1241 -x1240 -x1239 -x1238 -x1237 -x1236 -x1235 -x1234 -x1233 -x1232 -x1231 -x1230 -x1229 -x1228 -x1227 -x1226 -x1225 
1800.01/1800.00	v -x1224 -x1223 -x1222 -x1221 -x1220 -x1219 -x1218 -x1217 -x1216 -x1215 -x1214 -x1213 -x1212 -x1211 -x1210 -x1209 -x1208 -x1207 
1800.01/1800.00	v -x1206 -x1205 -x1204 -x1203 -x1202 -x1201 -x1200 -x1199 -x1198 -x1197 -x1196 -x1195 -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 
1800.01/1800.00	v -x1188 -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 -x1180 -x1179 -x1178 -x1177 -x1176 -x1175 -x1174 -x1173 -x1172 -x1171 
1800.01/1800.00	v -x1170 -x1169 -x1168 -x1167 -x1166 -x1165 -x1164 -x1163 -x1162 -x1161 -x1160 -x1159 -x1158 -x1157 -x1156 -x1155 -x1154 
1800.01/1800.00	v -x1153 x1152 -x1151 -x1150 -x1149 -x1148 -x1147 -x1146 -x1145 -x1144 -x1143 -x1142 -x1141 -x1140 -x1139 -x1138 -x1137 -x1136 
1800.01/1800.00	v -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 -x1129 -x1128 -x1127 -x1126 -x1125 -x1124 -x1123 -x1122 -x1121 -x1120 -x1119 -x1118 
1800.01/1800.00	v -x1117 -x1116 -x1115 -x1114 -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 x1107 -x1106 -x1105 -x1104 -x1103 -x1102 -x1101 -x1100 
1800.01/1800.00	v -x1099 -x1098 -x1097 -x1096 -x1095 -x1094 -x1093 -x1092 -x1091 -x1090 -x1089 -x1088 -x1087 -x1086 -x1085 -x1084 -x1083 -x1082 
1800.01/1800.00	v -x1081 -x1080 -x1079 -x1078 -x1077 x1076 -x1075 -x1074 -x1073 -x1072 -x1071 -x1070 -x1069 -x1068 -x1067 -x1066 -x1065 -x1064 
1800.01/1800.00	v -x1063 -x1062 -x1061 -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 
1800.01/1800.00	v -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 -x1038 -x1037 -x1036 -x1035 -x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 
1800.01/1800.00	v -x1027 -x1026 -x1025 -x1024 -x1023 -x1022 -x1021 -x1020 -x1019 -x1018 -x1017 -x1016 -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 
1800.01/1800.00	v -x1009 x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 
1800.01/1800.00	v -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 
1800.01/1800.00	v -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 x954 -x953 -x952 -x951 -x950 -x949 
1800.01/1800.00	v -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 x930 -x929 -x928 
1800.01/1800.00	v -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 
1800.01/1800.00	v -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 
1800.01/1800.00	v -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 
1800.01/1800.00	v -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 
1800.01/1800.00	v x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 
1800.01/1800.00	v -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 
1800.01/1800.00	v -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 
1800.01/1800.00	v -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 
1800.01/1800.00	v -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 
1800.01/1800.00	v x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 
1800.01/1800.00	v -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 
1800.01/1800.00	v -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 
1800.01/1800.00	v -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 
1800.01/1800.00	v -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 
1800.01/1800.00	v -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 
1800.01/1800.00	v -x614 -x613 x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 
1800.01/1800.00	v -x593 -x592 -x591 -x590 -x589 -x588 -x587 x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 
1800.01/1800.00	v -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 
1800.01/1800.00	v -x551 -x550 -x549 x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 
1800.01/1800.00	v -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 
1800.01/1800.00	v -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 
1800.01/1800.00	v -x488 x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 
1800.01/1800.00	v -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 
1800.01/1800.00	v -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 x427 
1800.01/1800.00	v -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 
1800.01/1800.00	v -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 
1800.01/1800.00	v -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 
1800.01/1800.00	v x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 
1800.01/1800.00	v -x342 -x341 -x340 x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 
1800.01/1800.00	v -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 
1800.01/1800.00	v -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 
1800.01/1800.00	v -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 x260 -x259 
1800.01/1800.00	v -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 
1800.01/1800.00	v -x238 -x237 -x236 -x235 x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 
1800.01/1800.00	v -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 
1800.01/1800.00	v -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 
1800.01/1800.00	v -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 
1800.01/1800.00	v -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 
1800.01/1800.00	v -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 
1800.01/1800.00	v -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 
1800.01/1800.00	v -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 
1800.01/1800.00	v -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 
1800.01/1800.00	v -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 
1800.01/1800.00	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.01/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.00	c Solving Time       :    1740.20
1800.01/1800.00	c Original Problem   :
1800.01/1800.00	c   Problem name     : HOME/instance-2693797-1277893079.wbo
1800.01/1800.00	c   Variables        : 2682 (2616 binary, 0 integer, 0 implicit integer, 66 continuous)
1800.01/1800.00	c   Constraints      : 168 initial, 168 maximal
1800.01/1800.00	c Presolved Problem  :
1800.01/1800.00	c   Problem name     : t_HOME/instance-2693797-1277893079.wbo
1800.01/1800.00	c   Variables        : 2682 (2616 binary, 0 integer, 0 implicit integer, 66 continuous)
1800.01/1800.00	c   Constraints      : 167 initial, 1476 maximal
1800.01/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.01/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   linear           :       0.01          0          0          0         66          0          1          0          0
1800.01/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.00	c   indicator        :         66          0       2361          0       2143          0        121          0          0          0
1800.01/1800.00	c   setppc           :         17          0   10098054          0    9682810       6624    2069334          0          0          0
1800.01/1800.00	c   linear           :         66          0   10143636          0    9717423       9758    1893819          0          0          0
1800.01/1800.00	c   logicor          :         18+         0    1044740          0    9717184       2010     129418          0          0          0
1800.01/1800.00	c   countsols        :          0          0          0          0    9717429          0          0          0          0          0
1800.01/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.00	c   setppc           :     134.74       0.00      26.06       0.00     108.68
1800.01/1800.00	c   linear           :      95.74       0.00      90.96       0.00       4.78
1800.01/1800.00	c   logicor          :     105.21       0.00      13.76       0.00      91.45
1800.01/1800.00	c   countsols        :       1.93       0.00       0.00       0.00       1.93
1800.01/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.00	c   vbounds          :       2.99          2          0          0
1800.01/1800.00	c   rootredcost      :       2.76          0          0          0
1800.01/1800.00	c   pseudoobj        :      21.16   10150168          0          0
1800.01/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.01	c   propagation      :      84.42      18392      18392     410791      483.9     316440       45.3          -
1800.01/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.01	c   applied globally :          -          -          -     180281       52.7          -          -          -
1800.01/1800.01	c   applied locally  :          -          -          -        208      343.7          -          -          -
1800.01/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.01/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.01/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.01/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.01/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.01/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.01/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.01/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.01/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.01/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.01	c Pricers            :       Time      Calls       Vars
1800.01/1800.01	c   problem variables:       0.00          0          0
1800.01/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   inference        :    1223.58    9717428          0          0          0          0   19434856
1800.01/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.01	c   LP solutions     :       0.00          -          0
1800.01/1800.01	c   pseudo solutions :       0.01          -          1
1800.01/1800.01	c   oneopt           :       3.16          0          0
1800.01/1800.01	c   trivial          :       0.00          2          0
1800.01/1800.01	c   simplerounding   :       0.00          0          0
1800.01/1800.01	c   zirounding       :       0.00          0          0
1800.01/1800.01	c   rounding         :       0.00          0          0
1800.01/1800.01	c   shifting         :       0.00          0          0
1800.01/1800.01	c   intshifting      :       0.00          0          0
1800.01/1800.01	c   twoopt           :       0.00          0          0
1800.01/1800.01	c   fixandinfer      :       0.00          0          0
1800.01/1800.01	c   feaspump         :       0.00          0          0
1800.01/1800.01	c   coefdiving       :       0.00          0          0
1800.01/1800.01	c   pscostdiving     :       0.00          0          0
1800.01/1800.01	c   fracdiving       :       0.00          0          0
1800.01/1800.01	c   veclendiving     :       0.00          0          0
1800.01/1800.01	c   intdiving        :       0.00          0          0
1800.01/1800.01	c   actconsdiving    :       0.00          0          0
1800.01/1800.01	c   objpscostdiving  :       0.00          0          0
1800.01/1800.01	c   rootsoldiving    :       0.00          0          0
1800.01/1800.01	c   linesearchdiving :       0.00          0          0
1800.01/1800.01	c   guideddiving     :       0.00          0          0
1800.01/1800.01	c   octane           :       0.00          0          0
1800.01/1800.01	c   rens             :       0.00          0          0
1800.01/1800.01	c   rins             :       0.00          0          0
1800.01/1800.01	c   localbranching   :       0.00          0          0
1800.01/1800.01	c   mutation         :       0.00          0          0
1800.01/1800.01	c   crossover        :       0.00          0          0
1800.01/1800.01	c   dins             :       0.00          0          0
1800.01/1800.01	c   undercover       :       0.00          0          0
1800.01/1800.01	c   nlp              :       2.82          0          0
1800.01/1800.01	c   trysol           :       2.56          1          0
1800.01/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.01/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.01/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.01/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.01/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.01	c B&B Tree           :
1800.01/1800.01	c   number of runs   :          1
1800.01/1800.01	c   nodes            :    9734203
1800.01/1800.01	c   nodes (total)    :    9734203
1800.01/1800.01	c   nodes left       :    9696651
1800.01/1800.01	c   max depth        :       2289
1800.01/1800.01	c   max depth (total):       2289
1800.01/1800.01	c   backtracks       :       7268 (0.1%)
1800.01/1800.01	c   delayed cutoffs  :       1660
1800.01/1800.01	c   repropagations   :      10963 (119523 domain reductions, 1618 cutoffs)
1800.01/1800.01	c   avg switch length:       2.25
1800.01/1800.01	c   switching time   :      39.62
1800.01/1800.01	c Solution           :
1800.01/1800.01	c   Solutions found  :          1 (1 improvements)
1800.01/1800.01	c   First Solution   : +1.00000000000000e+00   (in run 1, after 1121747 nodes, 187.46 seconds, depth 2289, found by <relaxation>)
1800.01/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 1121747 nodes, 187.46 seconds, depth 2289, found by <relaxation>)
1800.01/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.01	c   Gap              :   infinite
1800.01/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.01	c   Root Iterations  :          0

Verifier Data

OK	1

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693797-1277893079/watcher-2693797-1277893079 -o /tmp/evaluation-result-2693797-1277893079/solver-2693797-1277893079 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693797-1277893079.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.05 4/178 10810
/proc/meminfo: memFree=31386448/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=8788 CPUtime=0
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 1684 0 0 0 0 0 0 0 25 0 1 0 130604806 8998912 1607 4089446400 4194304 7136930 140733912980896 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10810/statm: 2197 1609 275 719 0 1476 0

[startup+0.0324571 s]
/proc/loadavg: 1.92 1.98 2.05 4/178 10810
/proc/meminfo: memFree=31386448/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=17368 CPUtime=0.03
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 5342 0 0 0 3 0 0 0 25 0 1 0 130604806 17784832 3626 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 4342 3626 370 719 0 3621 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17368

[startup+0.100446 s]
/proc/loadavg: 1.92 1.98 2.05 4/178 10810
/proc/meminfo: memFree=31386448/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=18920 CPUtime=0.09
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 5702 0 0 0 9 0 0 0 25 0 1 0 130604806 19374080 3986 4089446400 4194304 7136930 140733912980896 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 4730 3986 390 719 0 4009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18920

[startup+0.30041 s]
/proc/loadavg: 1.92 1.98 2.05 4/178 10810
/proc/meminfo: memFree=31386448/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=19828 CPUtime=0.29
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 5930 0 0 0 29 0 0 0 25 0 1 0 130604806 20303872 4214 4089446400 4194304 7136930 140733912980896 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 4957 4214 390 719 0 4236 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19828

[startup+0.700342 s]
/proc/loadavg: 1.92 1.98 2.05 4/178 10810
/proc/meminfo: memFree=31386448/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=21132 CPUtime=0.69
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 6269 0 0 0 67 2 0 0 25 0 1 0 130604806 21639168 4553 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 5283 4553 394 719 0 4562 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21132

[startup+1.5002 s]
/proc/loadavg: 1.92 1.98 2.05 3/179 10811
/proc/meminfo: memFree=31368832/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=22696 CPUtime=1.49
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 6680 0 0 0 145 4 0 0 25 0 1 0 130604806 23240704 4964 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 5674 4964 394 719 0 4953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22696

[startup+3.10092 s]
/proc/loadavg: 1.93 1.98 2.05 3/179 10811
/proc/meminfo: memFree=31365236/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=25320 CPUtime=3.09
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 7393 0 0 0 299 10 0 0 25 0 1 0 130604806 25927680 5677 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 6330 5677 394 719 0 5609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25320

[startup+6.30035 s]
/proc/loadavg: 1.93 1.98 2.05 3/179 10811
/proc/meminfo: memFree=31359408/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=30408 CPUtime=6.29
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 8717 0 0 0 610 19 0 0 25 0 1 0 130604806 31137792 7001 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 7602 7001 394 719 0 6881 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30408

[startup+12.7003 s]
/proc/loadavg: 1.94 1.98 2.05 3/179 10812
/proc/meminfo: memFree=31343924/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=45628 CPUtime=12.69
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 12119 0 0 0 1231 38 0 0 25 0 1 0 130604806 46723072 10403 4089446400 4194304 7136930 140733912980896 18446744073709551615 5993488 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 11407 10403 394 719 0 10686 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45628

[startup+25.501 s]
/proc/loadavg: 2.02 2.00 2.05 3/179 10812
/proc/meminfo: memFree=31316652/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=66008 CPUtime=25.5
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 17491 0 0 0 2473 77 0 0 25 0 1 0 130604806 67592192 15775 4089446400 4194304 7136930 140733912980896 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 16502 15775 394 719 0 15781 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 66008

[startup+51.1005 s]
/proc/loadavg: 2.01 2.00 2.05 3/179 10812
/proc/meminfo: memFree=31264100/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=108132 CPUtime=51.09
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 27464 0 0 0 4957 152 0 0 25 0 1 0 130604806 110727168 25748 4089446400 4194304 7136930 140733912980896 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 27033 25748 394 719 0 26312 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108132

[startup+102.305 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 10814
/proc/meminfo: memFree=31146744/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=202852 CPUtime=102.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 50196 0 0 0 9908 322 0 0 25 0 1 0 130604806 207720448 48480 4089446400 4194304 7136930 140733912980896 18446744073709551615 4610153 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 50713 48480 394 719 0 49992 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 202852

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 10816
/proc/meminfo: memFree=30990940/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=326276 CPUtime=162.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 82393 0 0 0 15686 544 0 0 25 0 1 0 130604806 334106624 80677 4089446400 4194304 7136930 140733912980896 18446744073709551615 4978171 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 81569 80677 394 719 0 80848 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 326276

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 2.04 3/179 10817
/proc/meminfo: memFree=30834504/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=465368 CPUtime=222.29
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 114208 0 0 0 21496 733 0 0 25 0 1 0 130604806 476536832 112492 4089446400 4194304 7136930 140733912980896 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 116342 112492 394 719 0 115621 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 465368

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.03 3/179 10818
/proc/meminfo: memFree=30718280/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=550552 CPUtime=282.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 136690 0 0 0 27320 910 0 0 25 0 1 0 130604806 563765248 134974 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 137638 134974 394 719 0 136917 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 550552

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 10820
/proc/meminfo: memFree=30602156/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=635540 CPUtime=342.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 159107 0 0 0 33146 1084 0 0 25 0 1 0 130604806 650792960 157391 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436340 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 158885 157391 394 719 0 158164 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 635540

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 10822
/proc/meminfo: memFree=30486888/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=752560 CPUtime=402.29
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 181340 0 0 0 38966 1263 0 0 25 0 1 0 130604806 770621440 179624 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 188140 179624 394 719 0 187419 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 752560

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 10824
/proc/meminfo: memFree=30372876/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=831708 CPUtime=462.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 202303 0 0 0 44794 1436 0 0 25 0 1 0 130604806 851668992 200587 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 207927 200587 394 719 0 207206 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 831708

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 10825
/proc/meminfo: memFree=30254884/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=919848 CPUtime=522.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 225520 0 0 0 50613 1617 0 0 25 0 1 0 130604806 941924352 223804 4089446400 4194304 7136930 140733912980896 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 229962 223804 394 719 0 229241 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 919848

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 2.01 3/179 10826
/proc/meminfo: memFree=30135664/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=1003132 CPUtime=582.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 247517 0 0 0 56432 1798 0 0 25 0 1 0 130604806 1027207168 245801 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 250783 245801 394 719 0 250062 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1003132

[startup+642.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 10828
/proc/meminfo: memFree=30022148/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=1084272 CPUtime=642.31
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 268993 0 0 0 62250 1981 0 0 25 0 1 0 130604806 1110294528 267277 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10810/statm: 271068 267277 394 719 0 270347 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1084272

[startup+702.301 s]

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

/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 404412 0 0 0 97072 3158 0 0 25 0 1 0 130604806 1701658624 402696 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 415444 402696 394 719 0 414723 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1661776

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10843
/proc/meminfo: memFree=29201120/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=1749384 CPUtime=1062.31
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 427610 0 0 0 102864 3367 0 0 25 0 1 0 130604806 1791369216 425894 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 437346 425894 394 719 0 436625 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1749384

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10844
/proc/meminfo: memFree=29083120/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=1834720 CPUtime=1122.31
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 450231 0 0 0 108655 3576 0 0 25 0 1 0 130604806 1878753280 448515 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 458680 448515 394 719 0 457959 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1834720

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10845
/proc/meminfo: memFree=28962756/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=1925056 CPUtime=1182.31
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 474118 0 0 0 114442 3789 0 0 25 0 1 0 130604806 1971257344 472402 4089446400 4194304 7136930 140733912980896 18446744073709551615 4407795 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 481264 472402 394 719 0 480543 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1925056

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10847
/proc/meminfo: memFree=28837584/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2012736 CPUtime=1242.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 497303 0 0 0 120232 3998 0 0 25 0 1 0 130604806 2061041664 495587 4089446400 4194304 7136930 140733912980896 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 503184 495587 394 719 0 502463 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 2012736

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10849
/proc/meminfo: memFree=28716732/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2099152 CPUtime=1302.31
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 520184 0 0 0 126026 4205 0 0 25 0 1 0 130604806 2149531648 518468 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 524788 518468 394 719 0 524067 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 2099152

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10851
/proc/meminfo: memFree=28596868/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2187820 CPUtime=1362.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 543681 0 0 0 131812 4418 0 0 25 0 1 0 130604806 2240327680 541965 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 546955 541965 394 719 0 546234 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 2187820

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10898
/proc/meminfo: memFree=29270912/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2274104 CPUtime=1422.31
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 566536 0 0 0 137608 4623 0 0 25 0 1 0 130604806 2328682496 564820 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 568526 564820 394 719 0 567805 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 2274104

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 10899
/proc/meminfo: memFree=29036516/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2364032 CPUtime=1482.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 590312 0 0 0 143400 4830 0 0 25 0 1 0 130604806 2420768768 588596 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 591008 588596 394 719 0 590287 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 2364032

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 10901
/proc/meminfo: memFree=28902268/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2452640 CPUtime=1542.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 613731 0 0 0 149182 5048 0 0 25 0 1 0 130604806 2511503360 612015 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 613160 612015 394 719 0 612439 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 2452640

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 10903
/proc/meminfo: memFree=28752016/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2672152 CPUtime=1602.3
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 637149 0 0 0 154990 5240 0 0 25 0 1 0 130604806 2736283648 635433 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 668038 635433 394 719 0 667317 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 2672152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10905
/proc/meminfo: memFree=28629172/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2761748 CPUtime=1662.31
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 660822 0 0 0 160778 5453 0 0 25 0 1 0 130604806 2828029952 659106 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 690437 659106 394 719 0 689716 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 2761748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10906
/proc/meminfo: memFree=28526504/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2847076 CPUtime=1722.31
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 683438 0 0 0 166549 5682 0 0 25 0 1 0 130604806 2915405824 681722 4089446400 4194304 7136930 140733912980896 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 711769 681722 394 719 0 711048 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 2847076

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10907
/proc/meminfo: memFree=28416332/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2937540 CPUtime=1782.31
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 707350 0 0 0 172317 5914 0 0 25 0 1 0 130604806 3008040960 705634 4089446400 4194304 7136930 140733912980896 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 734385 705634 394 719 0 733664 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 2937540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10908
/proc/meminfo: memFree=28383328/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2962676 CPUtime=1800.01
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 714012 0 0 0 174020 5981 0 0 25 0 1 0 130604806 3033780224 712296 4089446400 4194304 7136930 140733912980896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10810/statm: 740669 712296 394 719 0 739948 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2962676

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10810

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 10909
/proc/meminfo: memFree=28382824/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2960216 CPUtime=1801.4
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 714017 0 0 0 174159 5981 0 0 25 0 1 0 130604806 3031261184 711686 4089446400 4194304 7136930 140733912980896 18446744073709551615 6165620 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10810/statm: 740054 711686 399 719 0 739333 0
Current children cumulated CPU time (s) 1801.4
Current children cumulated vsize (KiB) 2960216

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 10909
/proc/meminfo: memFree=28384312/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2960216 CPUtime=1801.81
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 714017 0 0 0 174200 5981 0 0 25 0 1 0 130604806 3031261184 711686 4089446400 4194304 7136930 140733912980896 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10810/statm: 740054 711686 399 719 0 739333 0
Current children cumulated CPU time (s) 1801.81
Current children cumulated vsize (KiB) 2960216

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 10909
/proc/meminfo: memFree=28384312/32950928 swapFree=67111528/67111528
[pid=10810] ppid=10808 vsize=2960216 CPUtime=1802
/proc/10810/stat : 10810 (pbscip.linux.x8) R 10808 10810 9402 0 -1 4202496 714017 0 0 0 174219 5981 0 0 25 0 1 0 130604806 3031261184 711686 4089446400 4194304 7136930 140733912980896 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10810/statm: 740054 711686 399 719 0 739333 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 2960216

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.11
CPU user time (s): 1742.2
CPU system time (s): 59.9109
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2962676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1742.2
system time used= 59.9109
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 714017
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= 1
involuntary context switches= 2497

runsolver used 2.51462 second user time and 5.71913 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 12:17:59
IDJOB=2693797
IDBENCH=78721
IDSOLVER=1206
FILE ID=node120/2693797-1277893079
PBS_JOBID= 11197114
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-51-50--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693797-1277893079/watcher-2693797-1277893079 -o /tmp/evaluation-result-2693797-1277893079/solver-2693797-1277893079 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693797-1277893079.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 153666059db7da507c96674bc7662476
RANDOM SEED=1687829378

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31386976 kB
Buffers:        177212 kB
Cached:         929536 kB
SwapCached:          0 kB
Active:         845268 kB
Inactive:       575356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31386976 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:      313208 kB
Mapped:          16284 kB
Slab:            77916 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   467388 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= 74208 MiB
End job on node120 at 2010-06-30 12:48:01