Trace number 2693729

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.17 1802.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_11_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM0b915fd051dbce2f3b4ec1d342cdefca
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.008998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables220
Total number of constraints42
Number of soft constraints30
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 1595
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1594
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-2693729-1277890913.wbo>
0.00/0.00	c original problem has 280 variables (250 bin, 0 int, 0 impl, 30 cont) and 73 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 30 impls, 4 clqs
0.00/0.00	c (round 2) 0 del vars, 1 del conss, 30 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 30 impls, 4 clqs
0.00/0.00	c (round 3) 0 del vars, 1 del conss, 30 chg bounds, 0 chg sides, 0 chg coeffs, 8 upgd conss, 30 impls, 4 clqs
0.00/0.00	c (round 4) 0 del vars, 1 del conss, 30 chg bounds, 0 chg sides, 0 chg coeffs, 12 upgd conss, 30 impls, 4 clqs
0.00/0.01	c    (0.0s) probing: 101/250 (40.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (5 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 30 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  30 implications, 4 cliques
0.00/0.01	c presolved problem has 280 variables (250 bin, 0 int, 0 impl, 30 cont) and 72 constraints
0.00/0.01	c      30 constraints of type <indicator>
0.00/0.01	c       4 constraints of type <setppc>
0.00/0.01	c      30 constraints of type <linear>
0.00/0.01	c       8 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     2 |     0 |     - | 706k|   0 |   - | 280 |  72 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	o 132
0.00/0.04	c * 0.0s|   783 |   748 |     0 |   0.0 |1056k| 144 |   - | 280 | 148 |   0 |   0 |   0 |  82 |   0 | 0.000000e+00 | 1.320000e+02 |    Inf 
0.00/0.04	o 102
0.00/0.04	c * 0.0s|   784 |   747 |     0 |   0.0 |1059k| 144 |   - | 280 | 148 |   0 |   0 |   0 |  82 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
0.39/0.41	c   0.3s| 10000 |  9696 |     0 |   0.0 |4148k| 151 |   - | 280 | 228 |   0 |   0 |   0 | 769 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
0.79/0.80	c   0.7s| 20000 | 19673 |     0 |   0.0 |7235k| 151 |   - | 280 | 114 |   0 |   0 |   0 | 851 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
1.10/1.18	c   1.0s| 30000 | 29661 |     0 |   0.0 |  10M| 151 |   - | 280 |  94 |   0 |   0 |   0 | 893 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
1.49/1.56	c   1.3s| 40000 | 39651 |     0 |   0.0 |  13M| 151 |   - | 280 |  95 |   0 |   0 |   0 | 938 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
1.89/1.94	c   1.6s| 50000 | 49634 |     0 |   0.0 |  17M| 151 |   - | 280 | 104 |   0 |   0 |   0 |1003 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
2.29/2.33	c   1.9s| 60000 | 59587 |     0 |   0.0 |  20M| 151 |   - | 280 | 121 |   0 |   0 |   0 |1145 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
2.69/2.71	c   2.3s| 70000 | 69448 |     0 |   0.0 |  23M| 151 |   - | 280 | 244 |   0 |   0 |   0 |1454 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
3.09/3.11	c   2.6s| 80000 | 79279 |     0 |   0.0 |  27M| 151 |   - | 280 | 225 |   0 |   0 |   0 |1795 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
3.49/3.54	c   2.9s| 90000 | 88833 |     0 |   0.0 |  30M| 151 |   - | 280 | 430 |   0 |   0 |   0 |2965 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
3.89/3.98	c   3.3s|100000 | 98470 |     0 |   0.0 |  33M| 151 |   - | 280 | 494 |   0 |   0 |   0 |4096 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
4.39/4.46	c   3.7s|110000 |107917 |     0 |   0.0 |  37M| 151 |   - | 280 | 730 |   0 |   0 |   0 |5813 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
4.89/4.96	c   4.2s|120000 |117182 |     0 |   0.0 |  40M| 151 |   - | 280 | 893 |   0 |   0 |   0 |8009 |   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
5.50/5.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.50/5.56	c   4.7s|130000 |125918 |     0 |   0.0 |  44M| 155 |   - | 280 |1118 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
6.19/6.23	c   5.3s|140000 |134166 |     0 |   0.0 |  48M| 157 |   - | 280 |1216 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
6.69/6.74	c   5.7s|150000 |143551 |     0 |   0.0 |  51M| 157 |   - | 280 | 710 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
7.09/7.16	c   6.1s|160000 |153418 |     0 |   0.0 |  54M| 157 |   - | 280 | 378 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
7.49/7.57	c   6.4s|170000 |163299 |     0 |   0.0 |  57M| 157 |   - | 280 | 228 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
7.99/8.03	c   6.8s|180000 |172919 |     0 |   0.0 |  60M| 157 |   - | 280 | 367 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
8.39/8.45	c   7.2s|190000 |182764 |     0 |   0.0 |  63M| 157 |   - | 280 | 322 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
8.80/8.89	c   7.5s|200000 |192586 |     0 |   0.0 |  67M| 157 |   - | 280 | 364 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
9.29/9.33	c   7.9s|210000 |202333 |     0 |   0.0 |  70M| 157 |   - | 280 | 416 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
9.69/9.76	c   8.3s|220000 |212112 |     0 |   0.0 |  73M| 157 |   - | 280 | 457 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
10.19/10.22	c   8.7s|230000 |221753 |     0 |   0.0 |  76M| 157 |   - | 280 | 725 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
10.59/10.67	c   9.1s|240000 |231451 |     0 |   0.0 |  79M| 157 |   - | 280 | 284 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
10.99/11.10	c   9.4s|250000 |241278 |     0 |   0.0 |  83M| 157 |   - | 280 | 296 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
11.49/11.52	c   9.8s|260000 |251077 |     0 |   0.0 |  86M| 157 |   - | 280 | 349 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
11.89/11.95	c  10.2s|270000 |260911 |     0 |   0.0 |  89M| 157 |   - | 280 | 318 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
12.29/12.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.29/12.38	c  10.5s|280000 |270674 |     0 |   0.0 |  92M| 157 |   - | 280 | 353 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
12.79/12.81	c  10.9s|290000 |280480 |     0 |   0.0 |  96M| 157 |   - | 280 | 423 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
13.20/13.23	c  11.2s|300000 |290379 |     0 |   0.0 |  99M| 157 |   - | 280 | 203 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
13.59/13.65	c  11.6s|310000 |300262 |     0 |   0.0 | 102M| 157 |   - | 280 | 299 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
13.99/14.07	c  11.9s|320000 |310170 |     0 |   0.0 | 105M| 157 |   - | 280 | 222 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
14.39/14.48	c  12.3s|330000 |320007 |     0 |   0.0 | 109M| 157 |   - | 280 | 213 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
14.80/14.89	c  12.7s|340000 |329710 |     0 |   0.0 | 112M| 157 |   - | 280 | 220 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
15.30/15.31	c  13.0s|350000 |339365 |     0 |   0.0 | 115M| 157 |   - | 280 | 259 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
15.69/15.72	c  13.3s|360000 |349057 |     0 |   0.0 | 118M| 157 |   - | 280 | 248 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
16.09/16.15	c  13.7s|370000 |358655 |     0 |   0.0 | 121M| 157 |   - | 280 | 258 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
16.50/16.56	c  14.1s|380000 |368328 |     0 |   0.0 | 125M| 157 |   - | 280 | 238 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
16.89/16.97	c  14.4s|390000 |378023 |     0 |   0.0 | 128M| 157 |   - | 280 | 172 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
17.29/17.39	c  14.8s|400000 |387636 |     0 |   0.0 | 131M| 157 |   - | 280 | 339 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
17.79/17.82	c  15.1s|410000 |397257 |     0 |   0.0 | 135M| 157 |   - | 280 | 323 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
18.19/18.24	c  15.5s|420000 |406880 |     0 |   0.0 | 138M| 157 |   - | 280 | 285 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
18.59/18.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.59/18.67	c  15.8s|430000 |416525 |     0 |   0.0 | 141M| 157 |   - | 280 | 352 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
19.10/19.11	c  16.2s|440000 |426140 |     0 |   0.0 | 145M| 157 |   - | 280 | 397 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
19.49/19.54	c  16.6s|450000 |435808 |     0 |   0.0 | 148M| 157 |   - | 280 | 374 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
19.89/19.97	c  16.9s|460000 |445430 |     0 |   0.0 | 151M| 157 |   - | 280 | 321 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
20.29/20.39	c  17.3s|470000 |455037 |     0 |   0.0 | 154M| 157 |   - | 280 | 370 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
20.80/20.82	c  17.6s|480000 |464716 |     0 |   0.0 | 158M| 157 |   - | 280 | 293 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
21.19/21.24	c  18.0s|490000 |474343 |     0 |   0.0 | 161M| 157 |   - | 280 | 370 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
21.59/21.69	c  18.4s|500000 |483878 |     0 |   0.0 | 164M| 157 |   - | 280 | 342 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
22.09/22.14	c  18.8s|510000 |493691 |     0 |   0.0 | 168M| 157 |   - | 280 | 275 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
22.49/22.59	c  19.1s|520000 |503589 |     0 |   0.0 | 171M| 157 |   - | 280 | 316 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
23.00/23.06	c  19.5s|530000 |513470 |     0 |   0.0 | 174M| 157 |   - | 280 | 260 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
23.49/23.52	c  19.9s|540000 |523373 |     0 |   0.0 | 178M| 157 |   - | 280 | 300 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
23.89/23.99	c  20.3s|550000 |533195 |     0 |   0.0 | 181M| 157 |   - | 280 | 398 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
24.39/24.46	c  20.7s|560000 |542868 |     0 |   0.0 | 184M| 157 |   - | 280 | 261 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
24.89/24.93	c  21.1s|570000 |552510 |     0 |   0.0 | 188M| 157 |   - | 280 | 292 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
25.30/25.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.30/25.40	c  21.5s|580000 |562161 |     0 |   0.0 | 191M| 157 |   - | 280 | 333 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
25.79/25.88	c  22.0s|590000 |571769 |     0 |   0.0 | 194M| 157 |   - | 280 | 312 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
26.29/26.34	c  22.4s|600000 |581439 |     0 |   0.0 | 198M| 157 |   - | 280 | 264 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
26.79/26.81	c  22.7s|610000 |591098 |     0 |   0.0 | 201M| 157 |   - | 280 | 275 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
27.29/27.31	c  23.1s|620000 |600666 |     0 |   0.0 | 205M| 157 |   - | 280 | 516 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
27.69/27.78	c  23.6s|630000 |610342 |     0 |   0.0 | 208M| 157 |   - | 280 | 354 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
28.19/28.25	c  23.9s|640000 |620027 |     0 |   0.0 | 211M| 157 |   - | 280 | 281 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
28.70/28.71	c  24.3s|650000 |629676 |     0 |   0.0 | 215M| 157 |   - | 280 | 354 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
29.10/29.17	c  24.7s|660000 |639402 |     0 |   0.0 | 218M| 157 |   - | 280 | 272 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
29.60/29.64	c  25.1s|670000 |649078 |     0 |   0.0 | 222M| 157 |   - | 280 | 374 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
30.09/30.12	c  25.5s|680000 |658719 |     0 |   0.0 | 225M| 157 |   - | 280 | 423 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
30.59/30.60	c  25.9s|690000 |668419 |     0 |   0.0 | 229M| 157 |   - | 280 | 311 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
30.99/31.08	c  26.3s|700000 |678086 |     0 |   0.0 | 232M| 157 |   - | 280 | 364 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
31.49/31.56	c  26.7s|710000 |687744 |     0 |   0.0 | 235M| 157 |   - | 280 | 355 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
31.99/32.04	c  27.1s|720000 |697488 |     0 |   0.0 | 239M| 157 |   - | 280 | 412 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
32.49/32.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.49/32.51	c  27.6s|730000 |707366 |     0 |   0.0 | 242M| 157 |   - | 280 | 413 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
32.89/32.99	c  28.0s|740000 |717173 |     0 |   0.0 | 246M| 157 |   - | 280 | 377 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
33.39/33.43	c  28.4s|750000 |726931 |     0 |   0.0 | 249M| 157 |   - | 280 | 418 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
33.79/33.86	c  28.7s|760000 |736788 |     0 |   0.0 | 252M| 157 |   - | 280 | 415 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
34.29/34.30	c  29.1s|770000 |746602 |     0 |   0.0 | 256M| 157 |   - | 280 | 430 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
34.69/34.72	c  29.4s|780000 |756439 |     0 |   0.0 | 259M| 157 |   - | 280 | 301 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
35.10/35.15	c  29.8s|790000 |766236 |     0 |   0.0 | 262M| 157 |   - | 280 | 405 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
35.49/35.58	c  30.2s|800000 |776110 |     0 |   0.0 | 266M| 157 |   - | 280 | 399 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
35.99/36.02	c  30.5s|810000 |785928 |     0 |   0.0 | 269M| 157 |   - | 280 | 359 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
36.39/36.44	c  30.9s|820000 |795705 |     0 |   0.0 | 273M| 157 |   - | 280 | 311 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
36.79/36.88	c  31.2s|830000 |805485 |     0 |   0.0 | 276M| 157 |   - | 280 | 406 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
37.30/37.32	c  31.6s|840000 |815308 |     0 |   0.0 | 280M| 157 |   - | 280 | 441 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
37.69/37.75	c  32.0s|850000 |824964 |     0 |   0.0 | 283M| 157 |   - | 280 | 418 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
38.09/38.17	c  32.3s|860000 |834835 |     0 |   0.0 | 286M| 157 |   - | 280 | 375 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
38.59/38.61	c  32.7s|870000 |844637 |     0 |   0.0 | 290M| 157 |   - | 280 | 366 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
38.99/39.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.99/39.05	c  33.1s|880000 |854475 |     0 |   0.0 | 293M| 157 |   - | 280 | 477 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
39.39/39.48	c  33.5s|890000 |864271 |     0 |   0.0 | 296M| 157 |   - | 280 | 423 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
39.89/39.91	c  33.9s|900000 |874040 |     0 |   0.0 | 300M| 157 |   - | 280 | 418 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
40.29/40.35	c  34.2s|910000 |883866 |     0 |   0.0 | 303M| 157 |   - | 280 | 447 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
40.69/40.80	c  34.6s|920000 |893612 |     0 |   0.0 | 307M| 157 |   - | 280 | 531 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
41.20/41.22	c  35.0s|930000 |903426 |     0 |   0.0 | 310M| 157 |   - | 280 | 352 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
41.59/41.65	c  35.3s|940000 |913228 |     0 |   0.0 | 313M| 157 |   - | 280 | 485 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
42.09/42.10	c  35.7s|950000 |922856 |     0 |   0.0 | 317M| 157 |   - | 280 | 555 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
42.49/42.54	c  36.1s|960000 |932378 |     0 |   0.0 | 320M| 157 |   - | 280 | 525 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
42.90/42.98	c  36.5s|970000 |942050 |     0 |   0.0 | 323M| 157 |   - | 280 | 512 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
43.39/43.41	c  36.8s|980000 |951788 |     0 |   0.0 | 327M| 157 |   - | 280 | 552 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
43.79/43.86	c  37.2s|990000 |961400 |     0 |   0.0 | 330M| 157 |   - | 280 | 588 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
44.29/44.31	c  37.6s|  1000k|971172 |     0 |   0.0 | 333M| 157 |   - | 280 | 594 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
44.69/44.74	c  38.0s|  1010k|981022 |     0 |   0.0 | 337M| 157 |   - | 280 | 483 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
45.10/45.17	c  38.3s|  1020k|990808 |     0 |   0.0 | 340M| 157 |   - | 280 | 537 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
45.59/45.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.59/45.62	c  38.7s|  1030k|  1000k|     0 |   0.0 | 343M| 157 |   - | 280 | 516 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
45.99/46.07	c  39.0s|  1040k|  1010k|     0 |   0.0 | 347M| 157 |   - | 280 | 523 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
46.50/46.51	c  39.4s|  1050k|  1020k|     0 |   0.0 | 350M| 157 |   - | 280 | 543 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
46.89/46.94	c  39.8s|  1060k|  1029k|     0 |   0.0 | 353M| 157 |   - | 280 | 530 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
47.30/47.38	c  40.1s|  1070k|  1039k|     0 |   0.0 | 357M| 157 |   - | 280 | 525 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
47.79/47.84	c  40.5s|  1080k|  1049k|     0 |   0.0 | 360M| 157 |   - | 280 | 662 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
48.19/48.29	c  40.9s|  1090k|  1059k|     0 |   0.0 | 363M| 157 |   - | 280 | 659 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
48.69/48.72	c  41.3s|  1100k|  1069k|     0 |   0.0 | 367M| 157 |   - | 280 | 566 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
49.09/49.15	c  41.6s|  1110k|  1078k|     0 |   0.0 | 370M| 157 |   - | 280 | 554 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
49.49/49.59	c  42.0s|  1120k|  1088k|     0 |   0.0 | 373M| 157 |   - | 280 | 614 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
49.99/50.05	c  42.4s|  1130k|  1098k|     0 |   0.0 | 377M| 157 |   - | 280 | 631 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
50.39/50.49	c  42.8s|  1140k|  1108k|     0 |   0.0 | 380M| 157 |   - | 280 | 624 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
50.89/50.93	c  43.2s|  1150k|  1118k|     0 |   0.0 | 383M| 157 |   - | 280 | 612 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
51.29/51.37	c  43.6s|  1160k|  1127k|     0 |   0.0 | 387M| 157 |   - | 280 | 622 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
51.79/51.83	c  44.0s|  1170k|  1137k|     0 |   0.0 | 390M| 157 |   - | 280 | 748 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
52.19/52.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.19/52.28	c  44.3s|  1180k|  1147k|     0 |   0.0 | 393M| 157 |   - | 280 | 599 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
52.70/52.72	c  44.7s|  1190k|  1157k|     0 |   0.0 | 397M| 157 |   - | 280 | 634 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
53.09/53.16	c  45.1s|  1200k|  1166k|     0 |   0.0 | 400M| 157 |   - | 280 | 570 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
53.59/53.62	c  45.5s|  1210k|  1176k|     0 |   0.0 | 403M| 157 |   - | 280 | 727 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
53.99/54.08	c  45.9s|  1220k|  1186k|     0 |   0.0 | 407M| 157 |   - | 280 | 648 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
54.49/54.52	c  46.2s|  1230k|  1196k|     0 |   0.0 | 410M| 157 |   - | 280 | 700 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
54.90/54.97	c  46.6s|  1240k|  1205k|     0 |   0.0 | 413M| 157 |   - | 280 | 618 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
55.39/55.41	c  47.0s|  1250k|  1215k|     0 |   0.0 | 417M| 157 |   - | 280 | 629 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
55.79/55.86	c  47.4s|  1260k|  1225k|     0 |   0.0 | 420M| 157 |   - | 280 | 603 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
56.29/56.32	c  47.8s|  1270k|  1235k|     0 |   0.0 | 423M| 157 |   - | 280 | 820 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
56.70/56.77	c  48.2s|  1280k|  1245k|     0 |   0.0 | 427M| 157 |   - | 280 | 734 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
57.20/57.22	c  48.5s|  1290k|  1254k|     0 |   0.0 | 430M| 157 |   - | 280 | 611 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
57.59/57.68	c  48.9s|  1300k|  1264k|     0 |   0.0 | 433M| 157 |   - | 280 | 695 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
58.09/58.14	c  49.3s|  1310k|  1274k|     0 |   0.0 | 437M| 157 |   - | 280 | 732 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
58.60/58.60	c  49.7s|  1320k|  1284k|     0 |   0.0 | 440M| 157 |   - | 280 | 930 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
58.99/59.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.99/59.06	c  50.1s|  1330k|  1293k|     0 |   0.0 | 444M| 157 |   - | 280 | 888 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
59.49/59.54	c  50.5s|  1340k|  1303k|     0 |   0.0 | 447M| 157 |   - | 280 | 926 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
59.99/60.00	c  50.9s|  1350k|  1313k|     0 |   0.0 | 450M| 157 |   - | 280 | 878 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
60.40/60.46	c  51.3s|  1360k|  1322k|     0 |   0.0 | 454M| 157 |   - | 280 | 932 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
60.89/60.93	c  51.7s|  1370k|  1332k|     0 |   0.0 | 457M| 157 |   - | 280 | 879 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
61.29/61.39	c  52.1s|  1380k|  1342k|     0 |   0.0 | 461M| 157 |   - | 280 | 837 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
61.79/61.88	c  52.5s|  1390k|  1351k|     0 |   0.0 | 464M| 157 |   - | 280 | 984 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
62.30/62.35	c  52.9s|  1400k|  1361k|     0 |   0.0 | 467M| 157 |   - | 280 | 918 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
62.79/62.83	c  53.3s|  1410k|  1371k|     0 |   0.0 | 471M| 157 |   - | 280 | 962 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
63.30/63.30	c  53.7s|  1420k|  1381k|     0 |   0.0 | 474M| 157 |   - | 280 | 893 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
63.70/63.79	c  54.2s|  1430k|  1390k|     0 |   0.0 | 478M| 157 |   - | 280 | 930 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
64.20/64.26	c  54.6s|  1440k|  1400k|     0 |   0.0 | 481M| 157 |   - | 280 | 915 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
64.69/64.72	c  55.0s|  1450k|  1410k|     0 |   0.0 | 484M| 157 |   - | 280 | 870 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
65.20/65.20	c  55.4s|  1460k|  1419k|     0 |   0.0 | 488M| 157 |   - | 280 | 914 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
65.59/65.69	c  55.8s|  1470k|  1429k|     0 |   0.0 | 491M| 157 |   - | 280 |1045 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
66.09/66.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.09/66.17	c  56.2s|  1480k|  1439k|     0 |   0.0 | 495M| 157 |   - | 280 | 887 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
66.60/66.63	c  56.6s|  1490k|  1448k|     0 |   0.0 | 498M| 157 |   - | 280 | 905 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
67.00/67.10	c  57.0s|  1500k|  1458k|     0 |   0.0 | 501M| 157 |   - | 280 | 955 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
67.60/67.60	c  57.5s|  1510k|  1468k|     0 |   0.0 | 505M| 157 |   - | 280 |1169 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
68.10/68.10	c  57.9s|  1520k|  1477k|     0 |   0.0 | 508M| 157 |   - | 280 |1046 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
68.50/68.56	c  58.3s|  1530k|  1487k|     0 |   0.0 | 512M| 157 |   - | 280 | 942 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
68.99/69.04	c  58.7s|  1540k|  1497k|     0 |   0.0 | 515M| 157 |   - | 280 | 882 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
69.49/69.53	c  59.1s|  1550k|  1506k|     0 |   0.0 | 519M| 157 |   - | 280 | 984 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
69.99/70.04	c  59.5s|  1560k|  1516k|     0 |   0.0 | 522M| 157 |   - | 280 |1106 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
70.49/70.51	c  60.0s|  1570k|  1526k|     0 |   0.0 | 525M| 157 |   - | 280 | 964 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
71.00/71.00	c  60.4s|  1580k|  1535k|     0 |   0.0 | 529M| 157 |   - | 280 | 966 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
71.40/71.48	c  60.8s|  1590k|  1545k|     0 |   0.0 | 532M| 157 |   - | 280 | 988 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
71.89/71.99	c  61.2s|  1600k|  1555k|     0 |   0.0 | 536M| 157 |   - | 280 |1254 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
72.39/72.47	c  61.6s|  1610k|  1564k|     0 |   0.0 | 539M| 157 |   - | 280 |1106 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
72.90/72.97	c  62.0s|  1620k|  1574k|     0 |   0.0 | 543M| 157 |   - | 280 |1152 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
73.40/73.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.40/73.46	c  62.5s|  1630k|  1584k|     0 |   0.0 | 546M| 157 |   - | 280 |1122 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
73.90/73.97	c  62.9s|  1640k|  1593k|     0 |   0.0 | 550M| 157 |   - | 280 |1151 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
74.39/74.46	c  63.3s|  1650k|  1603k|     0 |   0.0 | 553M| 157 |   - | 280 |1088 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
74.89/74.95	c  63.8s|  1660k|  1612k|     0 |   0.0 | 556M| 157 |   - | 280 |1136 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
75.40/75.48	c  64.2s|  1670k|  1622k|     0 |   0.0 | 560M| 157 |   - | 280 |1156 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
75.90/75.98	c  64.7s|  1680k|  1632k|     0 |   0.0 | 563M| 157 |   - | 280 |1177 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
76.39/76.49	c  65.1s|  1690k|  1641k|     0 |   0.0 | 567M| 157 |   - | 280 |1139 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
76.90/76.98	c  65.5s|  1700k|  1651k|     0 |   0.0 | 570M| 157 |   - | 280 |1166 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
77.50/77.51	c  66.0s|  1710k|  1660k|     0 |   0.0 | 574M| 157 |   - | 280 |1246 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
77.99/78.03	c  66.5s|  1720k|  1670k|     0 |   0.0 | 577M| 157 |   - | 280 |1425 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
78.49/78.56	c  66.9s|  1730k|  1679k|     0 |   0.0 | 581M| 157 |   - | 280 |1327 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
79.00/79.07	c  67.3s|  1740k|  1689k|     0 |   0.0 | 584M| 157 |   - | 280 |1203 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
79.59/79.60	c  67.8s|  1750k|  1698k|     0 |   0.0 | 588M| 157 |   - | 280 |1317 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
80.09/80.16	c  68.3s|  1760k|  1708k|     0 |   0.0 | 591M| 157 |   - | 280 |1658 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
80.59/80.69	c  68.8s|  1770k|  1717k|     0 |   0.0 | 594M| 157 |   - | 280 |1421 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
81.19/81.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.19/81.21	c  69.2s|  1780k|  1727k|     0 |   0.0 | 598M| 157 |   - | 280 |1440 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
81.69/81.75	c  69.7s|  1790k|  1736k|     0 |   0.0 | 601M| 157 |   - | 280 |1494 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
82.19/82.29	c  70.1s|  1800k|  1746k|     0 |   0.0 | 605M| 157 |   - | 280 |1523 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
82.70/82.79	c  70.6s|  1810k|  1755k|     0 |   0.0 | 608M| 157 |   - | 280 |1250 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
83.30/83.31	c  71.0s|  1820k|  1765k|     0 |   0.0 | 612M| 157 |   - | 280 |1326 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
83.79/83.82	c  71.5s|  1830k|  1774k|     0 |   0.0 | 615M| 157 |   - | 280 |1355 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
84.29/84.38	c  72.0s|  1840k|  1784k|     0 |   0.0 | 619M| 157 |   - | 280 |1524 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
84.79/84.88	c  72.4s|  1850k|  1794k|     0 |   0.0 | 622M| 157 |   - | 280 |1326 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
85.40/85.42	c  72.8s|  1860k|  1803k|     0 |   0.0 | 626M| 157 |   - | 280 |1401 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
85.89/85.97	c  73.3s|  1870k|  1812k|     0 |   0.0 | 629M| 157 |   - | 280 |1771 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
86.49/86.52	c  73.8s|  1880k|  1822k|     0 |   0.0 | 633M| 157 |   - | 280 |1347 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
86.99/87.05	c  74.3s|  1890k|  1831k|     0 |   0.0 | 636M| 157 |   - | 280 |1454 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
87.59/87.61	c  74.8s|  1900k|  1841k|     0 |   0.0 | 640M| 157 |   - | 280 |1514 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
88.09/88.18	c  75.3s|  1910k|  1850k|     0 |   0.0 | 643M| 157 |   - | 280 |1670 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
88.69/88.72	c  75.8s|  1920k|  1859k|     0 |   0.0 | 647M| 157 |   - | 280 |1588 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
89.30/89.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.30/89.31	c  76.3s|  1930k|  1869k|     0 |   0.0 | 650M| 157 |   - | 280 |1616 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
89.89/89.90	c  76.8s|  1940k|  1878k|     0 |   0.0 | 654M| 157 |   - | 280 |1833 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
90.39/90.45	c  77.3s|  1950k|  1887k|     0 |   0.0 | 657M| 157 |   - | 280 |1694 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
91.00/91.01	c  77.8s|  1960k|  1897k|     0 |   0.0 | 661M| 157 |   - | 280 |1605 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
91.60/91.60	c  78.3s|  1970k|  1906k|     0 |   0.0 | 664M| 157 |   - | 280 |1768 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
92.09/92.18	c  78.8s|  1980k|  1915k|     0 |   0.0 | 668M| 157 |   - | 280 |1663 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
92.70/92.71	c  79.3s|  1990k|  1925k|     0 |   0.0 | 671M| 157 |   - | 280 |1718 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
93.20/93.29	c  79.8s|  2000k|  1934k|     0 |   0.0 | 675M| 157 |   - | 280 |1629 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
93.89/93.90	c  80.4s|  2010k|  1943k|     0 |   0.0 | 678M| 157 |   - | 280 |1661 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
94.39/94.44	c  80.8s|  2020k|  1953k|     0 |   0.0 | 682M| 157 |   - | 280 |1610 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
95.00/95.04	c  81.4s|  2030k|  1962k|     0 |   0.0 | 685M| 157 |   - | 280 |1858 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
95.59/95.64	c  81.9s|  2040k|  1971k|     0 |   0.0 | 689M| 157 |   - | 280 |1808 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
96.19/96.22	c  82.4s|  2050k|  1980k|     0 |   0.0 | 692M| 157 |   - | 280 |1720 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
96.80/96.83	c  83.0s|  2060k|  1990k|     0 |   0.0 | 696M| 157 |   - | 280 |1856 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
97.39/97.45	c  83.5s|  2070k|  1999k|     0 |   0.0 | 699M| 157 |   - | 280 |1689 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
97.99/98.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.99/98.09	c  84.1s|  2080k|  2008k|     0 |   0.0 | 703M| 157 |   - | 280 |2003 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
98.69/98.72	c  84.7s|  2090k|  2017k|     0 |   0.0 | 706M| 157 |   - | 280 |1973 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
99.29/99.38	c  85.2s|  2100k|  2026k|     0 |   0.0 | 710M| 157 |   - | 280 |2031 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
100.00/100.08	c  85.9s|  2110k|  2035k|     0 |   0.0 | 713M| 157 |   - | 280 |2019 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
100.69/100.74	c  86.5s|  2120k|  2043k|     0 |   0.0 | 717M| 157 |   - | 280 |1979 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
101.39/101.43	c  87.1s|  2130k|  2052k|     0 |   0.0 | 720M| 157 |   - | 280 |2259 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
102.10/102.13	c  87.7s|  2140k|  2061k|     0 |   0.0 | 724M| 157 |   - | 280 |1987 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
102.80/102.85	c  88.4s|  2150k|  2070k|     0 |   0.0 | 728M| 157 |   - | 280 |2106 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
103.49/103.55	c  89.0s|  2160k|  2079k|     0 |   0.0 | 731M| 157 |   - | 280 |2146 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
104.19/104.25	c  89.6s|  2170k|  2087k|     0 |   0.0 | 735M| 157 |   - | 280 |2100 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
104.90/104.99	c  90.3s|  2180k|  2096k|     0 |   0.0 | 738M| 157 |   - | 280 |2053 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
105.69/105.74	c  91.0s|  2190k|  2104k|     0 |   0.0 | 742M| 157 |   - | 280 |1898 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
106.49/106.51	c  91.7s|  2200k|  2113k|     0 |   0.0 | 745M| 157 |   - | 280 |2058 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
107.30/107.30	c  92.4s|  2210k|  2121k|     0 |   0.0 | 749M| 157 |   - | 280 |2117 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
108.10/108.10	c  93.1s|  2220k|  2129k|     0 |   0.0 | 752M| 157 |   - | 280 |2039 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
108.80/108.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.80/108.87	c  93.8s|  2230k|  2138k|     0 |   0.0 | 756M| 157 |   - | 280 |1992 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
109.59/109.68	c  94.5s|  2240k|  2146k|     0 |   0.0 | 759M| 159 |   - | 280 |2263 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
110.49/110.53	c  95.3s|  2250k|  2154k|     0 |   0.0 | 763M| 159 |   - | 280 |2228 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
111.29/111.38	c  96.1s|  2260k|  2162k|     0 |   0.0 | 767M| 159 |   - | 280 |2252 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
112.20/112.25	c  96.9s|  2270k|  2170k|     0 |   0.0 | 770M| 159 |   - | 280 |2329 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
113.09/113.17	c  97.7s|  2280k|  2178k|     0 |   0.0 | 774M| 159 |   - | 280 |2352 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
114.09/114.14	c  98.6s|  2290k|  2185k|     0 |   0.0 | 778M| 159 |   - | 280 |2575 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
115.10/115.13	c  99.5s|  2300k|  2193k|     0 |   0.0 | 781M| 159 |   - | 280 |2443 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
116.20/116.22	c   101s|  2310k|  2200k|     0 |   0.0 | 785M| 159 |   - | 280 |2646 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
117.30/117.31	c   102s|  2320k|  2207k|     0 |   0.0 | 789M| 159 |   - | 280 |2503 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
118.50/118.52	c   103s|  2330k|  2213k|     0 |   0.0 | 792M| 159 |   - | 280 |2783 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
119.80/119.84	c   104s|  2340k|  2219k|     0 |   0.0 | 796M| 159 |   - | 280 |2910 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
121.59/121.61	c   106s|  2350k|  2224k|     0 |   0.0 | 800M| 159 |   - | 280 |3280 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
122.19/122.21	c   106s|  2360k|  2234k|     0 |   0.0 | 803M| 159 |   - | 280 |1377 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
122.60/122.64	c   107s|  2370k|  2244k|     0 |   0.0 | 806M| 159 |   - | 280 | 913 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
122.99/123.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.99/123.08	c   107s|  2380k|  2254k|     0 |   0.0 | 809M| 159 |   - | 280 | 672 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
123.49/123.53	c   107s|  2390k|  2264k|     0 |   0.0 | 812M| 179 |   - | 280 | 589 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
123.69/123.71	o 83
123.69/123.71	c * 107s|  2393k|  2262k|     0 |   0.0 | 811M| 182 |   - | 280 | 613 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 8.300000e+01 |    Inf 
125.20/125.24	o 28
125.20/125.24	c * 109s|  2394k|  1175k|     0 |   0.0 | 453M| 182 |   - | 280 | 654 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
125.20/125.26	o 24
125.20/125.26	c * 109s|  2394k|  1175k|     0 |   0.0 | 453M| 182 |   - | 280 | 666 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
125.50/125.54	c   109s|  2400k|  1181k|     0 |   0.0 | 454M| 182 |   - | 280 |1034 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
126.00/126.09	c   110s|  2410k|  1190k|     0 |   0.0 | 458M| 182 |   - | 280 | 806 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
126.59/126.64	c   110s|  2420k|  1199k|     0 |   0.0 | 460M| 182 |   - | 280 | 745 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
127.09/127.16	c   111s|  2430k|  1209k|     0 |   0.0 | 463M| 182 |   - | 280 | 829 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
127.60/127.67	c   111s|  2440k|  1218k|     0 |   0.0 | 466M| 182 |   - | 280 | 845 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
128.09/128.19	c   112s|  2450k|  1227k|     0 |   0.0 | 469M| 182 |   - | 280 | 812 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
128.60/128.69	c   112s|  2460k|  1236k|     0 |   0.0 | 472M| 182 |   - | 280 | 544 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
128.80/128.82	o 19
128.80/128.82	c * 112s|  2462k|  1238k|     0 |   0.0 | 473M| 182 |   - | 280 | 402 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
128.80/128.87	o 3
128.80/128.87	c * 112s|  2463k|  1238k|     0 |   0.0 | 473M| 182 |   - | 280 | 428 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
129.20/129.28	c   113s|  2470k|  1244k|     0 |   0.0 | 475M| 182 |   - | 280 | 752 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
129.80/129.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.80/129.86	c   113s|  2480k|  1254k|     0 |   0.0 | 478M| 182 |   - | 280 | 609 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
130.40/130.47	c   114s|  2490k|  1263k|     0 |   0.0 | 481M| 182 |   - | 280 | 737 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
130.99/131.07	c   114s|  2500k|  1272k|     0 |   0.0 | 484M| 182 |   - | 280 | 727 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
131.59/131.68	c   115s|  2510k|  1281k|     0 |   0.0 | 487M| 182 |   - | 280 | 702 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
132.20/132.25	c   115s|  2520k|  1290k|     0 |   0.0 | 490M| 182 |   - | 280 | 756 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
132.80/132.84	c   116s|  2530k|  1299k|     0 |   0.0 | 493M| 182 |   - | 280 | 762 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
133.39/133.41	c   116s|  2540k|  1308k|     0 |   0.0 | 496M| 182 |   - | 280 | 782 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
134.00/134.03	c   117s|  2550k|  1318k|     0 |   0.0 | 499M| 182 |   - | 280 | 834 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
134.60/134.62	c   117s|  2560k|  1327k|     0 |   0.0 | 502M| 182 |   - | 280 | 731 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
135.09/135.19	c   118s|  2570k|  1336k|     0 |   0.0 | 505M| 182 |   - | 280 | 714 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
135.79/135.80	c   118s|  2580k|  1345k|     0 |   0.0 | 508M| 182 |   - | 280 | 748 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
136.40/136.41	c   119s|  2590k|  1354k|     0 |   0.0 | 511M| 182 |   - | 280 | 792 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
136.99/137.02	c   120s|  2600k|  1363k|     0 |   0.0 | 514M| 182 |   - | 280 | 804 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
137.59/137.62	c   120s|  2610k|  1372k|     0 |   0.0 | 517M| 182 |   - | 280 | 692 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
138.20/138.22	c   121s|  2620k|  1381k|     0 |   0.0 | 520M| 182 |   - | 280 | 718 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
138.79/138.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.79/138.83	c   121s|  2630k|  1391k|     0 |   0.0 | 523M| 182 |   - | 280 | 758 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
139.40/139.42	c   122s|  2640k|  1400k|     0 |   0.0 | 526M| 182 |   - | 280 | 726 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
140.00/140.01	c   122s|  2650k|  1409k|     0 |   0.0 | 529M| 182 |   - | 280 | 728 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
140.49/140.59	c   123s|  2660k|  1418k|     0 |   0.0 | 532M| 182 |   - | 280 | 804 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
141.09/141.18	c   123s|  2670k|  1427k|     0 |   0.0 | 535M| 182 |   - | 280 | 696 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
141.69/141.75	c   124s|  2680k|  1436k|     0 |   0.0 | 538M| 182 |   - | 280 | 784 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
142.30/142.35	c   124s|  2690k|  1445k|     0 |   0.0 | 541M| 182 |   - | 280 | 757 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
142.90/142.95	c   125s|  2700k|  1455k|     0 |   0.0 | 544M| 182 |   - | 280 | 732 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
143.49/143.54	c   125s|  2710k|  1464k|     0 |   0.0 | 547M| 182 |   - | 280 | 810 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
144.10/144.14	c   126s|  2720k|  1473k|     0 |   0.0 | 550M| 182 |   - | 280 | 751 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
144.70/144.71	c   126s|  2730k|  1482k|     0 |   0.0 | 553M| 182 |   - | 280 | 754 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
145.21/145.29	c   127s|  2740k|  1491k|     0 |   0.0 | 556M| 182 |   - | 280 | 746 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
145.79/145.88	c   127s|  2750k|  1500k|     0 |   0.0 | 559M| 182 |   - | 280 | 768 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
146.39/146.49	c   128s|  2760k|  1509k|     0 |   0.0 | 562M| 182 |   - | 280 | 794 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
147.09/147.10	c   129s|  2770k|  1518k|     0 |   0.0 | 565M| 182 |   - | 280 | 772 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
147.69/147.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.69/147.71	c   129s|  2780k|  1528k|     0 |   0.0 | 568M| 182 |   - | 280 | 794 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
148.20/148.28	c   130s|  2790k|  1537k|     0 |   0.0 | 571M| 182 |   - | 280 | 762 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
148.80/148.87	c   130s|  2800k|  1546k|     0 |   0.0 | 574M| 182 |   - | 280 | 788 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
149.40/149.49	c   131s|  2810k|  1555k|     0 |   0.0 | 577M| 182 |   - | 280 | 713 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
150.09/150.13	c   131s|  2820k|  1564k|     0 |   0.0 | 580M| 182 |   - | 280 | 797 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
150.60/150.68	c   132s|  2830k|  1573k|     0 |   0.0 | 583M| 182 |   - | 280 | 738 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
151.19/151.25	c   132s|  2840k|  1582k|     0 |   0.0 | 586M| 182 |   - | 280 | 733 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
151.80/151.81	c   133s|  2850k|  1592k|     0 |   0.0 | 589M| 182 |   - | 280 | 760 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
152.40/152.41	c   133s|  2860k|  1601k|     0 |   0.0 | 592M| 182 |   - | 280 | 718 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
152.91/152.96	c   134s|  2870k|  1610k|     0 |   0.0 | 595M| 182 |   - | 280 | 754 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
153.50/153.52	c   134s|  2880k|  1619k|     0 |   0.0 | 598M| 182 |   - | 280 | 723 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
154.10/154.14	c   135s|  2890k|  1628k|     0 |   0.0 | 601M| 182 |   - | 280 | 860 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
154.69/154.71	c   135s|  2900k|  1637k|     0 |   0.0 | 604M| 182 |   - | 280 | 786 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
155.29/155.33	c   136s|  2910k|  1646k|     0 |   0.0 | 607M| 182 |   - | 280 | 754 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
155.90/155.93	c   136s|  2920k|  1655k|     0 |   0.0 | 610M| 182 |   - | 280 | 754 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
156.49/156.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.49/156.57	c   137s|  2930k|  1665k|     0 |   0.0 | 613M| 182 |   - | 280 | 781 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
157.10/157.17	c   138s|  2940k|  1674k|     0 |   0.0 | 616M| 182 |   - | 280 | 648 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
157.80/157.80	c   138s|  2950k|  1683k|     0 |   0.0 | 619M| 182 |   - | 280 | 754 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
158.30/158.39	c   139s|  2960k|  1692k|     0 |   0.0 | 622M| 182 |   - | 280 | 776 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
158.90/158.99	c   139s|  2970k|  1701k|     0 |   0.0 | 625M| 182 |   - | 280 | 771 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
159.59/159.63	c   140s|  2980k|  1710k|     0 |   0.0 | 628M| 182 |   - | 280 | 727 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
160.20/160.26	c   140s|  2990k|  1719k|     0 |   0.0 | 631M| 182 |   - | 280 | 757 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
160.79/160.87	c   141s|  3000k|  1728k|     0 |   0.0 | 634M| 182 |   - | 280 | 720 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
161.40/161.47	c   141s|  3010k|  1737k|     0 |   0.0 | 637M| 182 |   - | 280 | 729 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
161.99/162.08	c   142s|  3020k|  1747k|     0 |   0.0 | 640M| 182 |   - | 280 | 701 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
162.59/162.66	c   142s|  3030k|  1756k|     0 |   0.0 | 643M| 182 |   - | 280 | 725 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
163.20/163.25	c   143s|  3040k|  1765k|     0 |   0.0 | 646M| 182 |   - | 280 | 733 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
163.80/163.83	c   144s|  3050k|  1774k|     0 |   0.0 | 649M| 182 |   - | 280 | 690 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
164.39/164.42	c   144s|  3060k|  1783k|     0 |   0.0 | 652M| 182 |   - | 280 | 765 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
165.01/165.07	c   145s|  3070k|  1792k|     0 |   0.0 | 655M| 182 |   - | 280 | 815 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
165.59/165.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.59/165.66	c   145s|  3080k|  1801k|     0 |   0.0 | 658M| 182 |   - | 280 | 783 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
166.19/166.23	c   146s|  3090k|  1810k|     0 |   0.0 | 661M| 182 |   - | 280 | 790 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
166.90/166.90	c   146s|  3100k|  1820k|     0 |   0.0 | 664M| 182 |   - | 280 | 802 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
167.50/167.50	c   147s|  3110k|  1829k|     0 |   0.0 | 667M| 182 |   - | 280 | 755 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
167.99/168.09	c   147s|  3120k|  1838k|     0 |   0.0 | 670M| 182 |   - | 280 | 685 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
168.60/168.66	c   148s|  3130k|  1847k|     0 |   0.0 | 673M| 182 |   - | 280 | 787 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
169.20/169.28	c   148s|  3140k|  1856k|     0 |   0.0 | 676M| 182 |   - | 280 | 873 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
169.79/169.88	c   149s|  3150k|  1865k|     0 |   0.0 | 679M| 182 |   - | 280 | 723 |   0 |   0 |   0 | 543k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
170.40/170.46	c   150s|  3160k|  1874k|     0 |   0.0 | 682M| 182 |   - | 280 | 745 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
171.00/171.05	c   150s|  3170k|  1884k|     0 |   0.0 | 685M| 182 |   - | 280 | 769 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
171.60/171.62	c   151s|  3180k|  1893k|     0 |   0.0 | 688M| 182 |   - | 280 | 693 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
172.10/172.18	c   151s|  3190k|  1902k|     0 |   0.0 | 691M| 182 |   - | 280 | 790 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
172.70/172.79	c   152s|  3200k|  1911k|     0 |   0.0 | 694M| 182 |   - | 280 | 717 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
173.39/173.40	c   152s|  3210k|  1920k|     0 |   0.0 | 697M| 182 |   - | 280 | 689 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
173.90/173.95	c   153s|  3220k|  1929k|     0 |   0.0 | 700M| 182 |   - | 280 | 720 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
174.39/174.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.39/174.49	c   153s|  3230k|  1938k|     0 |   0.0 | 703M| 182 |   - | 280 | 733 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
175.09/175.10	c   154s|  3240k|  1948k|     0 |   0.0 | 706M| 182 |   - | 280 | 760 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
175.60/175.68	c   154s|  3250k|  1957k|     0 |   0.0 | 709M| 182 |   - | 280 | 805 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
176.30/176.31	c   155s|  3260k|  1966k|     0 |   0.0 | 712M| 182 |   - | 280 | 782 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
176.89/176.95	c   155s|  3270k|  1975k|     0 |   0.0 | 715M| 182 |   - | 280 | 801 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
177.50/177.50	c   156s|  3280k|  1984k|     0 |   0.0 | 718M| 182 |   - | 280 | 707 |   0 |   0 |   0 | 583k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
178.00/178.09	c   156s|  3290k|  1993k|     0 |   0.0 | 721M| 182 |   - | 280 | 800 |   0 |   0 |   0 | 586k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
178.60/178.65	c   157s|  3300k|  2002k|     0 |   0.0 | 724M| 182 |   - | 280 | 712 |   0 |   0 |   0 | 589k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
179.20/179.22	c   157s|  3310k|  2011k|     0 |   0.0 | 727M| 182 |   - | 280 | 760 |   0 |   0 |   0 | 592k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
179.70/179.79	c   158s|  3320k|  2021k|     0 |   0.0 | 730M| 182 |   - | 280 | 771 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
180.30/180.38	c   158s|  3330k|  2030k|     0 |   0.0 | 733M| 182 |   - | 280 | 756 |   0 |   0 |   0 | 599k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
180.89/180.98	c   159s|  3340k|  2039k|     0 |   0.0 | 736M| 182 |   - | 280 | 815 |   0 |   0 |   0 | 602k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
181.50/181.57	c   160s|  3350k|  2048k|     0 |   0.0 | 739M| 182 |   - | 280 | 827 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
182.10/182.14	c   160s|  3360k|  2057k|     0 |   0.0 | 742M| 182 |   - | 280 | 852 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
182.70/182.71	c   161s|  3370k|  2066k|     0 |   0.0 | 745M| 182 |   - | 280 | 738 |   0 |   0 |   0 | 611k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
183.20/183.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.20/183.29	c   161s|  3380k|  2075k|     0 |   0.0 | 748M| 182 |   - | 280 | 745 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
183.80/183.88	c   162s|  3390k|  2084k|     0 |   0.0 | 751M| 182 |   - | 280 | 773 |   0 |   0 |   0 | 617k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
184.40/184.49	c   162s|  3400k|  2094k|     0 |   0.0 | 754M| 182 |   - | 280 | 836 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
185.10/185.12	c   163s|  3410k|  2103k|     0 |   0.0 | 757M| 182 |   - | 280 | 819 |   0 |   0 |   0 | 624k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
185.70/185.75	c   163s|  3420k|  2112k|     0 |   0.0 | 760M| 182 |   - | 280 | 872 |   0 |   0 |   0 | 627k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
186.30/186.34	c   164s|  3430k|  2121k|     0 |   0.0 | 763M| 182 |   - | 280 | 755 |   0 |   0 |   0 | 630k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
186.90/186.94	c   164s|  3440k|  2130k|     0 |   0.0 | 766M| 182 |   - | 280 | 764 |   0 |   0 |   0 | 634k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
187.50/187.56	c   165s|  3450k|  2139k|     0 |   0.0 | 769M| 182 |   - | 280 | 768 |   0 |   0 |   0 | 637k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
188.20/188.22	c   166s|  3460k|  2148k|     0 |   0.0 | 772M| 182 |   - | 280 | 772 |   0 |   0 |   0 | 640k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
188.80/188.84	c   166s|  3470k|  2157k|     0 |   0.0 | 775M| 182 |   - | 280 | 725 |   0 |   0 |   0 | 643k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
189.40/189.46	c   167s|  3480k|  2166k|     0 |   0.0 | 778M| 182 |   - | 280 | 771 |   0 |   0 |   0 | 646k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
190.00/190.09	c   167s|  3490k|  2175k|     0 |   0.0 | 781M| 182 |   - | 280 | 782 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
190.70/190.72	c   168s|  3500k|  2185k|     0 |   0.0 | 784M| 182 |   - | 280 | 728 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
191.30/191.36	c   168s|  3510k|  2194k|     0 |   0.0 | 787M| 182 |   - | 280 | 745 |   0 |   0 |   0 | 655k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
191.89/191.94	c   169s|  3520k|  2203k|     0 |   0.0 | 790M| 182 |   - | 280 | 797 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
192.51/192.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
192.51/192.53	c   169s|  3530k|  2212k|     0 |   0.0 | 793M| 182 |   - | 280 | 847 |   0 |   0 |   0 | 662k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
193.10/193.14	c   170s|  3540k|  2221k|     0 |   0.0 | 796M| 182 |   - | 280 | 741 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
193.70/193.74	c   171s|  3550k|  2230k|     0 |   0.0 | 799M| 182 |   - | 280 | 831 |   0 |   0 |   0 | 669k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
194.29/194.37	c   171s|  3560k|  2239k|     0 |   0.0 | 802M| 182 |   - | 280 | 851 |   0 |   0 |   0 | 672k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
194.90/194.93	c   172s|  3570k|  2249k|     0 |   0.0 | 805M| 182 |   - | 280 | 734 |   0 |   0 |   0 | 675k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
195.50/195.50	c   172s|  3580k|  2258k|     0 |   0.0 | 808M| 182 |   - | 280 | 817 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
196.00/196.08	c   173s|  3590k|  2267k|     0 |   0.0 | 811M| 182 |   - | 280 | 753 |   0 |   0 |   0 | 681k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
196.70/196.70	c   173s|  3600k|  2276k|     0 |   0.0 | 814M| 182 |   - | 280 | 757 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
197.30/197.33	c   174s|  3610k|  2285k|     0 |   0.0 | 817M| 182 |   - | 280 | 813 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
197.91/197.95	c   174s|  3620k|  2294k|     0 |   0.0 | 820M| 182 |   - | 280 | 760 |   0 |   0 |   0 | 691k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
198.60/198.64	c   175s|  3630k|  2303k|     0 |   0.0 | 823M| 182 |   - | 280 | 827 |   0 |   0 |   0 | 694k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
199.20/199.28	c   176s|  3640k|  2313k|     0 |   0.0 | 826M| 182 |   - | 280 | 736 |   0 |   0 |   0 | 697k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
199.90/199.98	c   176s|  3650k|  2322k|     0 |   0.0 | 829M| 182 |   - | 280 | 784 |   0 |   0 |   0 | 701k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
200.60/200.65	c   177s|  3660k|  2331k|     0 |   0.0 | 832M| 182 |   - | 280 | 761 |   0 |   0 |   0 | 704k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
201.30/201.30	c   177s|  3670k|  2340k|     0 |   0.0 | 835M| 182 |   - | 280 | 725 |   0 |   0 |   0 | 707k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
201.89/201.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.89/201.90	c   178s|  3680k|  2349k|     0 |   0.0 | 838M| 182 |   - | 280 | 691 |   0 |   0 |   0 | 710k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
202.50/202.50	c   178s|  3690k|  2358k|     0 |   0.0 | 841M| 182 |   - | 280 | 678 |   0 |   0 |   0 | 712k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
203.00/203.08	c   179s|  3700k|  2367k|     0 |   0.0 | 844M| 182 |   - | 280 | 714 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
203.59/203.64	c   179s|  3710k|  2377k|     0 |   0.0 | 847M| 182 |   - | 280 | 769 |   0 |   0 |   0 | 718k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
204.20/204.21	c   180s|  3720k|  2386k|     0 |   0.0 | 850M| 182 |   - | 280 | 805 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
204.70/204.79	c   180s|  3730k|  2395k|     0 |   0.0 | 853M| 182 |   - | 280 | 702 |   0 |   0 |   0 | 724k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
205.30/205.39	c   181s|  3740k|  2404k|     0 |   0.0 | 856M| 182 |   - | 280 | 847 |   0 |   0 |   0 | 727k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
205.90/205.97	c   182s|  3750k|  2413k|     0 |   0.0 | 859M| 182 |   - | 280 | 782 |   0 |   0 |   0 | 730k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
206.49/206.56	c   182s|  3760k|  2422k|     0 |   0.0 | 862M| 182 |   - | 280 | 748 |   0 |   0 |   0 | 733k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
207.10/207.16	c   183s|  3770k|  2432k|     0 |   0.0 | 865M| 182 |   - | 280 | 797 |   0 |   0 |   0 | 736k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
207.70/207.73	c   183s|  3780k|  2441k|     0 |   0.0 | 868M| 182 |   - | 280 | 761 |   0 |   0 |   0 | 739k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
208.30/208.31	c   184s|  3790k|  2450k|     0 |   0.0 | 871M| 182 |   - | 280 | 764 |   0 |   0 |   0 | 742k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
208.80/208.90	c   184s|  3800k|  2459k|     0 |   0.0 | 874M| 182 |   - | 280 | 780 |   0 |   0 |   0 | 746k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
209.50/209.50	c   185s|  3810k|  2468k|     0 |   0.0 | 877M| 182 |   - | 280 | 758 |   0 |   0 |   0 | 749k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
210.00/210.06	c   185s|  3820k|  2477k|     0 |   0.0 | 880M| 182 |   - | 280 | 735 |   0 |   0 |   0 | 751k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
210.59/210.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.59/210.61	c   186s|  3830k|  2487k|     0 |   0.0 | 883M| 182 |   - | 280 | 702 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
211.20/211.22	c   186s|  3840k|  2496k|     0 |   0.0 | 886M| 182 |   - | 280 | 765 |   0 |   0 |   0 | 757k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
211.80/211.84	c   187s|  3850k|  2505k|     0 |   0.0 | 889M| 182 |   - | 280 | 778 |   0 |   0 |   0 | 760k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
212.40/212.46	c   187s|  3860k|  2514k|     0 |   0.0 | 892M| 182 |   - | 280 | 755 |   0 |   0 |   0 | 763k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
213.00/213.09	c   188s|  3870k|  2523k|     0 |   0.0 | 895M| 182 |   - | 280 | 705 |   0 |   0 |   0 | 766k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
213.70/213.74	c   189s|  3880k|  2532k|     0 |   0.0 | 898M| 182 |   - | 280 | 697 |   0 |   0 |   0 | 769k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
214.30/214.38	c   189s|  3890k|  2541k|     0 |   0.0 | 901M| 182 |   - | 280 | 775 |   0 |   0 |   0 | 772k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
215.00/215.03	c   190s|  3900k|  2550k|     0 |   0.0 | 904M| 182 |   - | 280 | 821 |   0 |   0 |   0 | 775k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
215.61/215.67	c   190s|  3910k|  2559k|     0 |   0.0 | 907M| 182 |   - | 280 | 807 |   0 |   0 |   0 | 779k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
216.29/216.30	c   191s|  3920k|  2569k|     0 |   0.0 | 910M| 182 |   - | 280 | 675 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
216.89/216.93	c   191s|  3930k|  2578k|     0 |   0.0 | 913M| 182 |   - | 280 | 734 |   0 |   0 |   0 | 785k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
217.50/217.52	c   192s|  3940k|  2587k|     0 |   0.0 | 916M| 182 |   - | 280 | 724 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
218.10/218.14	c   192s|  3950k|  2596k|     0 |   0.0 | 919M| 182 |   - | 280 | 819 |   0 |   0 |   0 | 791k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
218.70/218.78	c   193s|  3960k|  2605k|     0 |   0.0 | 922M| 182 |   - | 280 | 781 |   0 |   0 |   0 | 794k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
219.40/219.42	c   194s|  3970k|  2614k|     0 |   0.0 | 925M| 182 |   - | 280 | 729 |   0 |   0 |   0 | 797k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
220.01/220.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.01/220.07	c   194s|  3980k|  2623k|     0 |   0.0 | 928M| 182 |   - | 280 | 710 |   0 |   0 |   0 | 800k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
220.60/220.68	c   195s|  3990k|  2632k|     0 |   0.0 | 931M| 182 |   - | 280 | 755 |   0 |   0 |   0 | 803k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
221.30/221.35	c   195s|  4000k|  2641k|     0 |   0.0 | 934M| 182 |   - | 280 | 820 |   0 |   0 |   0 | 806k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
221.90/221.97	c   196s|  4010k|  2651k|     0 |   0.0 | 937M| 182 |   - | 280 | 788 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
222.60/222.62	c   197s|  4020k|  2660k|     0 |   0.0 | 940M| 182 |   - | 280 | 768 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
223.21/223.26	c   197s|  4030k|  2669k|     0 |   0.0 | 943M| 182 |   - | 280 | 761 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
223.90/223.97	c   198s|  4040k|  2678k|     0 |   0.0 | 946M| 182 |   - | 280 | 773 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
224.50/224.56	c   198s|  4050k|  2687k|     0 |   0.0 | 949M| 182 |   - | 280 | 807 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
225.19/225.22	c   199s|  4060k|  2696k|     0 |   0.0 | 952M| 182 |   - | 280 | 727 |   0 |   0 |   0 | 824k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
225.80/225.85	c   199s|  4070k|  2705k|     0 |   0.0 | 955M| 182 |   - | 280 | 783 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
226.40/226.48	c   200s|  4080k|  2714k|     0 |   0.0 | 958M| 182 |   - | 280 | 761 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
227.00/227.09	c   201s|  4090k|  2724k|     0 |   0.0 | 961M| 182 |   - | 280 | 750 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
227.60/227.69	c   201s|  4100k|  2733k|     0 |   0.0 | 964M| 182 |   - | 280 | 778 |   0 |   0 |   0 | 836k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
228.30/228.35	c   202s|  4110k|  2742k|     0 |   0.0 | 967M| 182 |   - | 280 | 725 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
228.90/228.94	c   202s|  4120k|  2751k|     0 |   0.0 | 970M| 182 |   - | 280 | 690 |   0 |   0 |   0 | 842k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
229.50/229.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.50/229.57	c   203s|  4130k|  2760k|     0 |   0.0 | 973M| 182 |   - | 280 | 780 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
230.20/230.26	c   203s|  4140k|  2769k|     0 |   0.0 | 976M| 182 |   - | 280 | 740 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
230.80/230.84	c   204s|  4150k|  2778k|     0 |   0.0 | 979M| 182 |   - | 280 | 817 |   0 |   0 |   0 | 852k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
231.39/231.48	c   205s|  4160k|  2787k|     0 |   0.0 | 982M| 182 |   - | 280 | 780 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
232.00/232.07	c   205s|  4170k|  2797k|     0 |   0.0 | 985M| 182 |   - | 280 | 744 |   0 |   0 |   0 | 858k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
232.70/232.72	c   206s|  4180k|  2806k|     0 |   0.0 | 988M| 182 |   - | 280 | 784 |   0 |   0 |   0 | 861k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
233.30/233.35	c   206s|  4190k|  2815k|     0 |   0.0 | 991M| 182 |   - | 280 | 777 |   0 |   0 |   0 | 864k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
233.90/233.98	c   207s|  4200k|  2824k|     0 |   0.0 | 994M| 182 |   - | 280 | 773 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
234.50/234.59	c   207s|  4210k|  2833k|     0 |   0.0 | 997M| 182 |   - | 280 | 723 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
235.20/235.24	c   208s|  4220k|  2842k|     0 |   0.0 |1000M| 182 |   - | 280 | 753 |   0 |   0 |   0 | 873k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
235.80/235.87	c   208s|  4230k|  2851k|     0 |   0.0 |1003M| 182 |   - | 280 | 789 |   0 |   0 |   0 | 876k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
236.51/236.51	c   209s|  4240k|  2860k|     0 |   0.0 |1006M| 182 |   - | 280 | 729 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
237.10/237.14	c   210s|  4250k|  2869k|     0 |   0.0 |1009M| 182 |   - | 280 | 792 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
237.80/237.82	c   210s|  4260k|  2879k|     0 |   0.0 |1012M| 182 |   - | 280 | 739 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
238.40/238.47	c   211s|  4270k|  2888k|     0 |   0.0 |1015M| 182 |   - | 280 | 771 |   0 |   0 |   0 | 889k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
239.00/239.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.00/239.09	c   211s|  4280k|  2897k|     0 |   0.0 |1018M| 182 |   - | 280 | 797 |   0 |   0 |   0 | 892k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
239.71/239.75	c   212s|  4290k|  2906k|     0 |   0.0 |1021M| 182 |   - | 280 | 762 |   0 |   0 |   0 | 895k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
240.30/240.39	c   213s|  4300k|  2915k|     0 |   0.0 |1024M| 182 |   - | 280 | 717 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
240.91/240.96	c   213s|  4310k|  2924k|     0 |   0.0 |1027M| 182 |   - | 280 | 771 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
241.50/241.55	c   214s|  4320k|  2933k|     0 |   0.0 |1030M| 182 |   - | 280 | 873 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
242.10/242.13	c   214s|  4330k|  2942k|     0 |   0.0 |1033M| 182 |   - | 280 | 762 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
242.70/242.71	c   215s|  4340k|  2952k|     0 |   0.0 |1036M| 182 |   - | 280 | 796 |   0 |   0 |   0 | 910k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
243.30/243.30	c   215s|  4350k|  2961k|     0 |   0.0 |1039M| 182 |   - | 280 | 764 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
244.00/244.04	c   216s|  4360k|  2970k|     0 |   0.0 |1042M| 182 |   - | 280 | 747 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
244.61/244.67	c   216s|  4370k|  2979k|     0 |   0.0 |1045M| 182 |   - | 280 | 755 |   0 |   0 |   0 | 919k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
245.30/245.33	c   217s|  4380k|  2988k|     0 |   0.0 |1048M| 182 |   - | 280 | 786 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
245.90/245.99	c   218s|  4390k|  2997k|     0 |   0.0 |1051M| 182 |   - | 280 | 800 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
246.60/246.65	c   218s|  4400k|  3006k|     0 |   0.0 |1054M| 182 |   - | 280 | 816 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
247.30/247.33	c   219s|  4410k|  3015k|     0 |   0.0 |1057M| 182 |   - | 280 | 726 |   0 |   0 |   0 | 932k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
247.90/247.97	c   219s|  4420k|  3024k|     0 |   0.0 |1060M| 182 |   - | 280 | 825 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
248.61/248.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.61/248.63	c   220s|  4430k|  3034k|     0 |   0.0 |1063M| 182 |   - | 280 | 929 |   0 |   0 |   0 | 938k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
249.20/249.27	c   221s|  4440k|  3043k|     0 |   0.0 |1066M| 182 |   - | 280 | 817 |   0 |   0 |   0 | 941k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
249.81/249.89	c   221s|  4450k|  3052k|     0 |   0.0 |1069M| 182 |   - | 280 | 827 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
250.40/250.48	c   222s|  4460k|  3061k|     0 |   0.0 |1072M| 182 |   - | 280 | 762 |   0 |   0 |   0 | 947k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
251.10/251.10	c   222s|  4470k|  3070k|     0 |   0.0 |1075M| 182 |   - | 280 | 752 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
251.60/251.67	c   223s|  4480k|  3079k|     0 |   0.0 |1078M| 182 |   - | 280 | 737 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
252.20/252.24	c   223s|  4490k|  3088k|     0 |   0.0 |1081M| 182 |   - | 280 | 739 |   0 |   0 |   0 | 956k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
252.80/252.87	c   224s|  4500k|  3097k|     0 |   0.0 |1084M| 182 |   - | 280 | 730 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
253.50/253.50	c   224s|  4510k|  3106k|     0 |   0.0 |1087M| 182 |   - | 280 | 727 |   0 |   0 |   0 | 962k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
254.11/254.10	c   225s|  4520k|  3116k|     0 |   0.0 |1090M| 182 |   - | 280 | 708 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
254.60/254.69	c   226s|  4530k|  3125k|     0 |   0.0 |1093M| 182 |   - | 280 | 732 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
255.30/255.30	c   226s|  4540k|  3134k|     0 |   0.0 |1096M| 182 |   - | 280 | 735 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
255.90/255.92	c   227s|  4550k|  3143k|     0 |   0.0 |1099M| 182 |   - | 280 | 827 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
256.50/256.51	c   227s|  4560k|  3152k|     0 |   0.0 |1102M| 182 |   - | 280 | 756 |   0 |   0 |   0 | 977k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
257.10/257.17	c   228s|  4570k|  3161k|     0 |   0.0 |1105M| 182 |   - | 280 | 758 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
257.70/257.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.70/257.79	c   228s|  4580k|  3170k|     0 |   0.0 |1108M| 182 |   - | 280 | 683 |   0 |   0 |   0 | 983k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
258.41/258.47	c   229s|  4590k|  3179k|     0 |   0.0 |1111M| 182 |   - | 280 | 756 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
259.10/259.14	c   230s|  4600k|  3189k|     0 |   0.0 |1114M| 182 |   - | 280 | 737 |   0 |   0 |   0 | 989k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
259.70/259.78	c   230s|  4610k|  3198k|     0 |   0.0 |1117M| 182 |   - | 280 | 778 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
260.40/260.42	c   231s|  4620k|  3207k|     0 |   0.0 |1120M| 182 |   - | 280 | 809 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
261.00/261.07	c   231s|  4630k|  3216k|     0 |   0.0 |1123M| 182 |   - | 280 | 716 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
261.60/261.68	c   232s|  4640k|  3225k|     0 |   0.0 |1126M| 182 |   - | 280 | 811 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
262.30/262.35	c   232s|  4650k|  3234k|     0 |   0.0 |1129M| 182 |   - | 280 | 821 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
262.91/262.97	c   233s|  4660k|  3243k|     0 |   0.0 |1132M| 182 |   - | 280 | 735 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
263.60/263.64	c   234s|  4670k|  3252k|     0 |   0.0 |1135M| 182 |   - | 280 | 802 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
264.21/264.28	c   234s|  4680k|  3261k|     0 |   0.0 |1138M| 182 |   - | 280 | 735 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
264.91/264.93	c   235s|  4690k|  3271k|     0 |   0.0 |1141M| 182 |   - | 280 | 717 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
265.61/265.61	c   235s|  4700k|  3280k|     0 |   0.0 |1144M| 182 |   - | 280 | 861 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
266.20/266.22	c   236s|  4710k|  3289k|     0 |   0.0 |1147M| 182 |   - | 280 | 716 |   0 |   0 |   0 |1024k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
266.80/266.82	c   237s|  4720k|  3298k|     0 |   0.0 |1150M| 182 |   - | 280 | 760 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
267.50/267.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
267.50/267.50	c   237s|  4730k|  3307k|     0 |   0.0 |1153M| 182 |   - | 280 | 792 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
268.10/268.14	c   238s|  4740k|  3316k|     0 |   0.0 |1156M| 182 |   - | 280 | 840 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
268.80/268.81	c   238s|  4750k|  3325k|     0 |   0.0 |1159M| 182 |   - | 280 | 767 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
269.51/269.52	c   239s|  4760k|  3334k|     0 |   0.0 |1162M| 182 |   - | 280 | 743 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
270.20/270.20	c   240s|  4770k|  3343k|     0 |   0.0 |1165M| 182 |   - | 280 | 770 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
270.80/270.86	c   240s|  4780k|  3353k|     0 |   0.0 |1168M| 182 |   - | 280 | 712 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
271.40/271.47	c   241s|  4790k|  3362k|     0 |   0.0 |1171M| 182 |   - | 280 | 783 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
272.11/272.12	c   241s|  4800k|  3371k|     0 |   0.0 |1174M| 182 |   - | 280 | 782 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
272.60/272.69	c   242s|  4810k|  3380k|     0 |   0.0 |1177M| 182 |   - | 280 | 745 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
273.30/273.33	c   242s|  4820k|  3389k|     0 |   0.0 |1180M| 182 |   - | 280 | 787 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
273.90/273.99	c   243s|  4830k|  3398k|     0 |   0.0 |1183M| 182 |   - | 280 | 878 |   0 |   0 |   0 |1061k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
274.60/274.65	c   244s|  4840k|  3407k|     0 |   0.0 |1186M| 182 |   - | 280 | 800 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
275.30/275.33	c   244s|  4850k|  3416k|     0 |   0.0 |1189M| 182 |   - | 280 | 814 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
276.01/276.01	c   245s|  4860k|  3426k|     0 |   0.0 |1192M| 182 |   - | 280 | 800 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
276.60/276.61	c   245s|  4870k|  3435k|     0 |   0.0 |1195M| 182 |   - | 280 | 750 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
277.31/277.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.31/277.30	c   246s|  4880k|  3444k|     0 |   0.0 |1198M| 182 |   - | 280 | 840 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
277.90/277.99	c   247s|  4890k|  3453k|     0 |   0.0 |1201M| 182 |   - | 280 | 762 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
278.60/278.64	c   247s|  4900k|  3462k|     0 |   0.0 |1204M| 182 |   - | 280 | 794 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
279.21/279.24	c   248s|  4910k|  3471k|     0 |   0.0 |1207M| 182 |   - | 280 | 735 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
279.71/279.79	c   248s|  4920k|  3480k|     0 |   0.0 |1210M| 182 |   - | 280 | 771 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
280.30/280.37	c   249s|  4930k|  3489k|     0 |   0.0 |1213M| 182 |   - | 280 | 859 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
280.90/280.92	c   249s|  4940k|  3499k|     0 |   0.0 |1216M| 182 |   - | 280 | 791 |   0 |   0 |   0 |1095k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
281.51/281.55	c   250s|  4950k|  3508k|     0 |   0.0 |1219M| 182 |   - | 280 | 780 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
282.10/282.16	c   250s|  4960k|  3517k|     0 |   0.0 |1222M| 182 |   - | 280 | 754 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
282.80/282.82	c   251s|  4970k|  3526k|     0 |   0.0 |1225M| 182 |   - | 280 | 723 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
283.50/283.51	c   252s|  4980k|  3535k|     0 |   0.0 |1228M| 182 |   - | 280 | 733 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
284.21/284.23	c   252s|  4990k|  3544k|     0 |   0.0 |1231M| 182 |   - | 280 | 836 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
284.91/284.97	c   253s|  5000k|  3553k|     0 |   0.0 |1234M| 182 |   - | 280 | 785 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
285.60/285.63	c   254s|  5010k|  3562k|     0 |   0.0 |1237M| 182 |   - | 280 | 749 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
286.20/286.22	c   254s|  5020k|  3571k|     0 |   0.0 |1240M| 182 |   - | 280 | 738 |   0 |   0 |   0 |1119k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
286.80/286.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
286.80/286.89	c   255s|  5030k|  3580k|     0 |   0.0 |1243M| 182 |   - | 280 | 827 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
287.51/287.55	c   255s|  5040k|  3589k|     0 |   0.0 |1246M| 182 |   - | 280 | 746 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
288.11/288.20	c   256s|  5050k|  3598k|     0 |   0.0 |1249M| 182 |   - | 280 | 645 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
288.70/288.77	c   256s|  5060k|  3608k|     0 |   0.0 |1252M| 182 |   - | 280 | 785 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
289.31/289.39	c   257s|  5070k|  3617k|     0 |   0.0 |1255M| 182 |   - | 280 | 791 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
290.00/290.06	c   258s|  5080k|  3626k|     0 |   0.0 |1258M| 182 |   - | 280 | 935 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
290.60/290.63	c   258s|  5090k|  3635k|     0 |   0.0 |1261M| 182 |   - | 280 | 826 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
291.20/291.29	c   259s|  5100k|  3644k|     0 |   0.0 |1264M| 182 |   - | 280 | 861 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
291.80/291.87	c   259s|  5110k|  3653k|     0 |   0.0 |1267M| 182 |   - | 280 | 801 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
292.40/292.50	c   260s|  5120k|  3662k|     0 |   0.0 |1270M| 182 |   - | 280 | 816 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
293.10/293.16	c   260s|  5130k|  3671k|     0 |   0.0 |1273M| 182 |   - | 280 | 805 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
293.80/293.82	c   261s|  5140k|  3681k|     0 |   0.0 |1276M| 182 |   - | 280 | 808 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
294.51/294.51	c   262s|  5150k|  3690k|     0 |   0.0 |1279M| 182 |   - | 280 | 798 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
295.10/295.17	c   262s|  5160k|  3699k|     0 |   0.0 |1282M| 182 |   - | 280 | 721 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
295.81/295.87	c   263s|  5170k|  3708k|     0 |   0.0 |1285M| 182 |   - | 280 | 793 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
296.50/296.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.50/296.52	c   263s|  5180k|  3717k|     0 |   0.0 |1288M| 182 |   - | 280 | 721 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
297.01/297.09	c   264s|  5190k|  3726k|     0 |   0.0 |1291M| 182 |   - | 280 | 750 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
297.70/297.73	c   264s|  5200k|  3735k|     0 |   0.0 |1294M| 182 |   - | 280 | 752 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
298.31/298.39	c   265s|  5210k|  3744k|     0 |   0.0 |1297M| 182 |   - | 280 | 721 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
299.00/299.07	c   266s|  5220k|  3753k|     0 |   0.0 |1300M| 182 |   - | 280 | 775 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
299.71/299.73	c   266s|  5230k|  3762k|     0 |   0.0 |1303M| 182 |   - | 280 | 805 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
300.31/300.34	c   267s|  5240k|  3772k|     0 |   0.0 |1306M| 182 |   - | 280 | 695 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
300.91/300.95	c   267s|  5250k|  3781k|     0 |   0.0 |1309M| 182 |   - | 280 | 840 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
301.50/301.58	c   268s|  5260k|  3790k|     0 |   0.0 |1312M| 182 |   - | 280 | 772 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
302.30/302.30	c   269s|  5270k|  3799k|     0 |   0.0 |1315M| 182 |   - | 280 | 874 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
302.90/302.94	c   269s|  5280k|  3808k|     0 |   0.0 |1318M| 182 |   - | 280 | 879 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
303.61/303.67	c   270s|  5290k|  3817k|     0 |   0.0 |1321M| 182 |   - | 280 | 757 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
304.31/304.33	c   270s|  5300k|  3826k|     0 |   0.0 |1324M| 182 |   - | 280 | 881 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
305.01/305.01	c   271s|  5310k|  3835k|     0 |   0.0 |1327M| 182 |   - | 280 | 834 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
305.60/305.69	c   272s|  5320k|  3844k|     0 |   0.0 |1330M| 182 |   - | 280 | 850 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
306.31/306.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.31/306.31	c   272s|  5330k|  3853k|     0 |   0.0 |1333M| 182 |   - | 280 | 774 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
306.90/306.92	c   273s|  5340k|  3862k|     0 |   0.0 |1336M| 182 |   - | 280 | 716 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
307.61/307.65	c   273s|  5350k|  3871k|     0 |   0.0 |1339M| 182 |   - | 280 | 749 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
308.30/308.31	c   274s|  5360k|  3881k|     0 |   0.0 |1342M| 182 |   - | 280 | 790 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
309.01/309.01	c   275s|  5370k|  3890k|     0 |   0.0 |1345M| 182 |   - | 280 | 743 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
309.60/309.63	c   275s|  5380k|  3899k|     0 |   0.0 |1348M| 182 |   - | 280 | 778 |   0 |   0 |   0 |1234k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
310.21/310.29	c   276s|  5390k|  3908k|     0 |   0.0 |1351M| 182 |   - | 280 | 738 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
310.90/310.96	c   277s|  5400k|  3917k|     0 |   0.0 |1354M| 182 |   - | 280 | 632 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
311.61/311.63	c   277s|  5410k|  3926k|     0 |   0.0 |1357M| 182 |   - | 280 | 785 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
312.20/312.21	c   278s|  5420k|  3935k|     0 |   0.0 |1360M| 182 |   - | 280 | 768 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
312.80/312.82	c   278s|  5430k|  3944k|     0 |   0.0 |1363M| 182 |   - | 280 | 821 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
313.41/313.42	c   279s|  5440k|  3954k|     0 |   0.0 |1366M| 182 |   - | 280 | 915 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
314.00/314.03	c   279s|  5450k|  3963k|     0 |   0.0 |1369M| 182 |   - | 280 | 797 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
314.61/314.67	c   280s|  5460k|  3972k|     0 |   0.0 |1372M| 182 |   - | 280 | 829 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
315.31/315.31	c   280s|  5470k|  3981k|     0 |   0.0 |1375M| 182 |   - | 280 | 703 |   0 |   0 |   0 |1262k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
315.90/315.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.90/315.93	c   281s|  5480k|  3990k|     0 |   0.0 |1378M| 182 |   - | 280 | 785 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
316.61/316.60	c   282s|  5490k|  3999k|     0 |   0.0 |1381M| 182 |   - | 280 | 769 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
317.20/317.25	c   282s|  5500k|  4008k|     0 |   0.0 |1384M| 182 |   - | 280 | 772 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
317.91/317.92	c   283s|  5510k|  4017k|     0 |   0.0 |1387M| 182 |   - | 280 | 757 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
318.60/318.60	c   283s|  5520k|  4026k|     0 |   0.0 |1390M| 182 |   - | 280 | 821 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
319.21/319.27	c   284s|  5530k|  4036k|     0 |   0.0 |1393M| 182 |   - | 280 | 830 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
319.81/319.87	c   285s|  5540k|  4045k|     0 |   0.0 |1396M| 182 |   - | 280 | 802 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
320.50/320.52	c   285s|  5550k|  4054k|     0 |   0.0 |1399M| 182 |   - | 280 | 711 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
321.11/321.19	c   286s|  5560k|  4063k|     0 |   0.0 |1402M| 182 |   - | 280 | 777 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
321.80/321.86	c   286s|  5570k|  4072k|     0 |   0.0 |1405M| 182 |   - | 280 | 803 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
322.50/322.59	c   287s|  5580k|  4081k|     0 |   0.0 |1408M| 182 |   - | 280 | 747 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
323.11/323.16	c   288s|  5590k|  4090k|     0 |   0.0 |1411M| 182 |   - | 280 | 707 |   0 |   0 |   0 |1299k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
323.71/323.79	c   288s|  5600k|  4099k|     0 |   0.0 |1414M| 182 |   - | 280 | 754 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
324.41/324.49	c   289s|  5610k|  4108k|     0 |   0.0 |1417M| 182 |   - | 280 | 813 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
325.11/325.17	c   289s|  5620k|  4117k|     0 |   0.0 |1420M| 182 |   - | 280 | 751 |   0 |   0 |   0 |1308k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
325.70/325.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.70/325.74	c   290s|  5630k|  4127k|     0 |   0.0 |1423M| 182 |   - | 280 | 753 |   0 |   0 |   0 |1310k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
326.30/326.34	c   290s|  5640k|  4136k|     0 |   0.0 |1426M| 182 |   - | 280 | 737 |   0 |   0 |   0 |1313k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
326.91/326.91	c   291s|  5650k|  4145k|     0 |   0.0 |1429M| 182 |   - | 280 | 737 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
327.60/327.60	c   292s|  5660k|  4154k|     0 |   0.0 |1432M| 182 |   - | 280 | 802 |   0 |   0 |   0 |1319k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
328.10/328.19	c   292s|  5670k|  4163k|     0 |   0.0 |1435M| 182 |   - | 280 | 769 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
328.80/328.80	c   293s|  5680k|  4172k|     0 |   0.0 |1438M| 182 |   - | 280 | 783 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
329.30/329.38	c   293s|  5690k|  4181k|     0 |   0.0 |1441M| 182 |   - | 280 | 823 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
329.91/329.98	c   294s|  5700k|  4190k|     0 |   0.0 |1444M| 182 |   - | 280 | 802 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
330.60/330.66	c   294s|  5710k|  4199k|     0 |   0.0 |1447M| 182 |   - | 280 | 827 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
331.31/331.36	c   295s|  5720k|  4208k|     0 |   0.0 |1450M| 182 |   - | 280 | 766 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
332.01/332.04	c   296s|  5730k|  4217k|     0 |   0.0 |1453M| 182 |   - | 280 | 781 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
332.60/332.66	c   296s|  5740k|  4227k|     0 |   0.0 |1456M| 182 |   - | 280 | 737 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
333.40/333.45	c   297s|  5750k|  4236k|     0 |   0.0 |1459M| 182 |   - | 280 | 898 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
334.10/334.12	c   297s|  5760k|  4245k|     0 |   0.0 |1462M| 182 |   - | 280 | 785 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
334.80/334.83	c   298s|  5770k|  4254k|     0 |   0.0 |1465M| 182 |   - | 280 | 820 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
335.51/335.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.51/335.52	c   299s|  5780k|  4263k|     0 |   0.0 |1468M| 182 |   - | 280 | 805 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
336.20/336.21	c   299s|  5790k|  4272k|     0 |   0.0 |1471M| 182 |   - | 280 | 694 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
336.90/336.96	c   300s|  5800k|  4281k|     0 |   0.0 |1474M| 182 |   - | 280 | 768 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
337.61/337.65	c   301s|  5810k|  4290k|     0 |   0.0 |1477M| 182 |   - | 280 | 701 |   0 |   0 |   0 |1366k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
338.30/338.33	c   301s|  5820k|  4300k|     0 |   0.0 |1480M| 182 |   - | 280 | 789 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
339.00/339.05	c   302s|  5830k|  4309k|     0 |   0.0 |1483M| 182 |   - | 280 | 731 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
339.61/339.67	c   303s|  5840k|  4318k|     0 |   0.0 |1486M| 182 |   - | 280 | 764 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
340.20/340.29	c   303s|  5850k|  4327k|     0 |   0.0 |1489M| 182 |   - | 280 | 801 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
340.91/340.95	c   304s|  5860k|  4336k|     0 |   0.0 |1492M| 182 |   - | 280 | 790 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
341.50/341.59	c   304s|  5870k|  4345k|     0 |   0.0 |1495M| 182 |   - | 280 | 788 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
342.31/342.34	c   305s|  5880k|  4354k|     0 |   0.0 |1498M| 182 |   - | 280 | 836 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
343.00/343.03	c   306s|  5890k|  4363k|     0 |   0.0 |1501M| 182 |   - | 280 | 712 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
343.70/343.70	c   306s|  5900k|  4372k|     0 |   0.0 |1504M| 182 |   - | 280 | 726 |   0 |   0 |   0 |1393k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
344.31/344.35	c   307s|  5910k|  4381k|     0 |   0.0 |1507M| 182 |   - | 280 | 814 |   0 |   0 |   0 |1397k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
345.01/345.02	c   307s|  5920k|  4391k|     0 |   0.0 |1510M| 182 |   - | 280 | 758 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
345.60/345.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.60/345.68	c   308s|  5930k|  4400k|     0 |   0.0 |1513M| 182 |   - | 280 | 727 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
346.31/346.30	c   309s|  5940k|  4409k|     0 |   0.0 |1516M| 182 |   - | 280 | 803 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
346.90/346.96	c   309s|  5950k|  4418k|     0 |   0.0 |1519M| 182 |   - | 280 | 763 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
347.61/347.65	c   310s|  5960k|  4427k|     0 |   0.0 |1522M| 182 |   - | 280 | 744 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
348.30/348.32	c   310s|  5970k|  4436k|     0 |   0.0 |1525M| 182 |   - | 280 | 771 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
348.91/348.98	c   311s|  5980k|  4445k|     0 |   0.0 |1528M| 182 |   - | 280 | 826 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
349.61/349.64	c   312s|  5990k|  4454k|     0 |   0.0 |1531M| 182 |   - | 280 | 719 |   0 |   0 |   0 |1421k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
350.20/350.26	c   312s|  6000k|  4463k|     0 |   0.0 |1534M| 182 |   - | 280 | 713 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
350.81/350.89	c   313s|  6010k|  4473k|     0 |   0.0 |1537M| 182 |   - | 280 | 796 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
351.51/351.55	c   313s|  6020k|  4482k|     0 |   0.0 |1540M| 182 |   - | 280 | 778 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
352.10/352.15	c   314s|  6030k|  4491k|     0 |   0.0 |1543M| 182 |   - | 280 | 779 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
352.71/352.77	c   314s|  6040k|  4500k|     0 |   0.0 |1546M| 182 |   - | 280 | 776 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
353.31/353.35	c   315s|  6050k|  4509k|     0 |   0.0 |1549M| 182 |   - | 280 | 725 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
353.90/353.95	c   315s|  6060k|  4518k|     0 |   0.0 |1552M| 182 |   - | 280 | 789 |   0 |   0 |   0 |1441k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
354.61/354.60	c   316s|  6070k|  4527k|     0 |   0.0 |1555M| 182 |   - | 280 | 727 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
355.10/355.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
355.10/355.20	c   317s|  6080k|  4536k|     0 |   0.0 |1558M| 182 |   - | 280 | 779 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
355.81/355.86	c   317s|  6090k|  4545k|     0 |   0.0 |1561M| 182 |   - | 280 | 697 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
356.51/356.52	c   318s|  6100k|  4554k|     0 |   0.0 |1564M| 182 |   - | 280 | 754 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
357.20/357.21	c   318s|  6110k|  4564k|     0 |   0.0 |1567M| 182 |   - | 280 | 720 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
357.80/357.83	c   319s|  6120k|  4573k|     0 |   0.0 |1570M| 182 |   - | 280 | 728 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
358.40/358.49	c   320s|  6130k|  4582k|     0 |   0.0 |1573M| 182 |   - | 280 | 754 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
359.20/359.20	c   320s|  6140k|  4591k|     0 |   0.0 |1576M| 182 |   - | 280 | 701 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
359.91/359.91	c   321s|  6150k|  4600k|     0 |   0.0 |1579M| 182 |   - | 280 | 749 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
360.60/360.65	c   322s|  6160k|  4609k|     0 |   0.0 |1582M| 182 |   - | 280 | 816 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
361.41/361.41	c   322s|  6170k|  4618k|     0 |   0.0 |1585M| 182 |   - | 280 | 766 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
362.10/362.12	c   323s|  6180k|  4627k|     0 |   0.0 |1588M| 182 |   - | 280 | 761 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
362.80/362.83	c   324s|  6190k|  4636k|     0 |   0.0 |1591M| 182 |   - | 280 | 834 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
363.50/363.55	c   324s|  6200k|  4646k|     0 |   0.0 |1594M| 182 |   - | 280 | 763 |   0 |   0 |   0 |1482k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
364.21/364.28	c   325s|  6210k|  4655k|     0 |   0.0 |1597M| 182 |   - | 280 | 808 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
365.00/365.00	c   326s|  6220k|  4664k|     0 |   0.0 |1600M| 182 |   - | 280 | 821 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
365.60/365.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
365.60/365.67	c   326s|  6230k|  4673k|     0 |   0.0 |1603M| 182 |   - | 280 | 755 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
366.40/366.40	c   327s|  6240k|  4682k|     0 |   0.0 |1606M| 182 |   - | 280 | 872 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
367.10/367.10	c   327s|  6250k|  4691k|     0 |   0.0 |1609M| 182 |   - | 280 | 727 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
367.80/367.88	c   328s|  6260k|  4700k|     0 |   0.0 |1612M| 182 |   - | 280 | 759 |   0 |   0 |   0 |1500k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
368.61/368.62	c   329s|  6270k|  4709k|     0 |   0.0 |1615M| 182 |   - | 280 | 841 |   0 |   0 |   0 |1504k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
369.20/369.27	c   329s|  6280k|  4718k|     0 |   0.0 |1618M| 182 |   - | 280 | 722 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
369.81/369.87	c   330s|  6290k|  4727k|     0 |   0.0 |1621M| 182 |   - | 280 | 810 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
370.50/370.52	c   331s|  6300k|  4737k|     0 |   0.0 |1624M| 182 |   - | 280 | 778 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
371.10/371.16	c   331s|  6310k|  4746k|     0 |   0.0 |1627M| 182 |   - | 280 | 831 |   0 |   0 |   0 |1516k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
371.71/371.77	c   332s|  6320k|  4755k|     0 |   0.0 |1630M| 182 |   - | 280 | 762 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
372.41/372.43	c   332s|  6330k|  4764k|     0 |   0.0 |1633M| 182 |   - | 280 | 786 |   0 |   0 |   0 |1522k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
373.10/373.11	c   333s|  6340k|  4773k|     0 |   0.0 |1636M| 182 |   - | 280 | 808 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
373.70/373.74	c   334s|  6350k|  4782k|     0 |   0.0 |1639M| 182 |   - | 280 | 780 |   0 |   0 |   0 |1527k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
374.30/374.35	c   334s|  6360k|  4791k|     0 |   0.0 |1642M| 182 |   - | 280 | 775 |   0 |   0 |   0 |1530k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
374.90/374.98	c   335s|  6370k|  4800k|     0 |   0.0 |1645M| 182 |   - | 280 | 752 |   0 |   0 |   0 |1533k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
375.61/375.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.61/375.69	c   335s|  6380k|  4810k|     0 |   0.0 |1648M| 182 |   - | 280 | 774 |   0 |   0 |   0 |1536k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
376.31/376.38	c   336s|  6390k|  4819k|     0 |   0.0 |1651M| 182 |   - | 280 | 708 |   0 |   0 |   0 |1539k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
377.01/377.03	c   337s|  6400k|  4828k|     0 |   0.0 |1654M| 182 |   - | 280 | 831 |   0 |   0 |   0 |1542k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
377.70/377.73	c   337s|  6410k|  4837k|     0 |   0.0 |1657M| 182 |   - | 280 | 759 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
378.31/378.33	c   338s|  6420k|  4846k|     0 |   0.0 |1660M| 182 |   - | 280 | 807 |   0 |   0 |   0 |1548k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
378.90/378.95	c   338s|  6430k|  4855k|     0 |   0.0 |1663M| 182 |   - | 280 | 793 |   0 |   0 |   0 |1551k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
379.52/379.55	c   339s|  6440k|  4864k|     0 |   0.0 |1666M| 182 |   - | 280 | 796 |   0 |   0 |   0 |1554k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
380.20/380.22	c   339s|  6450k|  4873k|     0 |   0.0 |1669M| 182 |   - | 280 | 946 |   0 |   0 |   0 |1557k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
380.81/380.85	c   340s|  6460k|  4882k|     0 |   0.0 |1672M| 182 |   - | 280 | 829 |   0 |   0 |   0 |1560k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
381.41/381.44	c   341s|  6470k|  4891k|     0 |   0.0 |1675M| 182 |   - | 280 | 758 |   0 |   0 |   0 |1563k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
382.00/382.05	c   341s|  6480k|  4901k|     0 |   0.0 |1678M| 182 |   - | 280 | 735 |   0 |   0 |   0 |1566k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
382.60/382.69	c   342s|  6490k|  4910k|     0 |   0.0 |1681M| 182 |   - | 280 | 746 |   0 |   0 |   0 |1569k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
383.21/383.28	c   342s|  6500k|  4919k|     0 |   0.0 |1684M| 182 |   - | 280 | 761 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
383.91/383.92	c   343s|  6510k|  4928k|     0 |   0.0 |1687M| 182 |   - | 280 | 751 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
384.50/384.50	c   343s|  6520k|  4937k|     0 |   0.0 |1690M| 182 |   - | 280 | 757 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
385.10/385.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.10/385.13	c   344s|  6530k|  4946k|     0 |   0.0 |1693M| 182 |   - | 280 | 773 |   0 |   0 |   0 |1581k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
385.71/385.78	c   344s|  6540k|  4955k|     0 |   0.0 |1696M| 182 |   - | 280 | 761 |   0 |   0 |   0 |1584k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
386.51/386.56	c   345s|  6550k|  4964k|     0 |   0.0 |1699M| 182 |   - | 280 | 760 |   0 |   0 |   0 |1587k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
387.31/387.32	c   346s|  6560k|  4973k|     0 |   0.0 |1702M| 182 |   - | 280 | 846 |   0 |   0 |   0 |1590k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
387.91/387.91	c   346s|  6570k|  4983k|     0 |   0.0 |1705M| 182 |   - | 280 | 766 |   0 |   0 |   0 |1593k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
388.61/388.65	c   347s|  6580k|  4992k|     0 |   0.0 |1708M| 182 |   - | 280 | 778 |   0 |   0 |   0 |1596k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
389.31/389.40	c   348s|  6590k|  5001k|     0 |   0.0 |1711M| 182 |   - | 280 | 715 |   0 |   0 |   0 |1599k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
390.11/390.11	c   348s|  6600k|  5010k|     0 |   0.0 |1714M| 182 |   - | 280 | 702 |   0 |   0 |   0 |1602k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
390.71/390.72	c   349s|  6610k|  5019k|     0 |   0.0 |1717M| 182 |   - | 280 | 747 |   0 |   0 |   0 |1605k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
391.30/391.33	c   350s|  6620k|  5028k|     0 |   0.0 |1720M| 182 |   - | 280 | 801 |   0 |   0 |   0 |1608k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
391.91/391.93	c   350s|  6630k|  5037k|     0 |   0.0 |1723M| 182 |   - | 280 | 840 |   0 |   0 |   0 |1611k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
392.50/392.57	c   351s|  6640k|  5046k|     0 |   0.0 |1726M| 182 |   - | 280 | 785 |   0 |   0 |   0 |1614k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
393.20/393.24	c   351s|  6650k|  5056k|     0 |   0.0 |1729M| 182 |   - | 280 | 733 |   0 |   0 |   0 |1617k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
393.82/393.88	c   352s|  6660k|  5065k|     0 |   0.0 |1732M| 182 |   - | 280 | 859 |   0 |   0 |   0 |1620k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
394.51/394.56	c   352s|  6670k|  5074k|     0 |   0.0 |1735M| 182 |   - | 280 | 825 |   0 |   0 |   0 |1623k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
395.21/395.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.21/395.25	c   353s|  6680k|  5083k|     0 |   0.0 |1738M| 182 |   - | 280 | 767 |   0 |   0 |   0 |1626k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
396.02/396.06	c   354s|  6690k|  5092k|     0 |   0.0 |1741M| 182 |   - | 280 | 754 |   0 |   0 |   0 |1630k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
396.61/396.66	c   354s|  6700k|  5101k|     0 |   0.0 |1744M| 182 |   - | 280 | 800 |   0 |   0 |   0 |1633k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
397.31/397.35	c   355s|  6710k|  5110k|     0 |   0.0 |1747M| 182 |   - | 280 | 877 |   0 |   0 |   0 |1636k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
398.01/398.01	c   356s|  6720k|  5119k|     0 |   0.0 |1750M| 182 |   - | 280 | 769 |   0 |   0 |   0 |1639k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
398.71/398.77	c   356s|  6730k|  5128k|     0 |   0.0 |1753M| 182 |   - | 280 | 733 |   0 |   0 |   0 |1642k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
399.41/399.46	c   357s|  6740k|  5138k|     0 |   0.0 |1756M| 182 |   - | 280 | 815 |   0 |   0 |   0 |1645k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
400.20/400.28	c   358s|  6750k|  5147k|     0 |   0.0 |1759M| 182 |   - | 280 | 779 |   0 |   0 |   0 |1648k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
400.91/400.95	c   358s|  6760k|  5156k|     0 |   0.0 |1762M| 182 |   - | 280 | 807 |   0 |   0 |   0 |1651k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
401.61/401.66	c   359s|  6770k|  5165k|     0 |   0.0 |1765M| 182 |   - | 280 | 853 |   0 |   0 |   0 |1654k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
402.51/402.58	c   360s|  6780k|  5174k|     0 |   0.0 |1768M| 182 |   - | 280 | 821 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
403.31/403.30	c   360s|  6790k|  5183k|     0 |   0.0 |1771M| 182 |   - | 280 | 810 |   0 |   0 |   0 |1660k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
404.01/404.01	c   361s|  6800k|  5192k|     0 |   0.0 |1774M| 182 |   - | 280 | 851 |   0 |   0 |   0 |1663k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
404.71/404.73	c   362s|  6810k|  5201k|     0 |   0.0 |1777M| 182 |   - | 280 | 789 |   0 |   0 |   0 |1666k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
405.40/405.45	c   362s|  6820k|  5210k|     0 |   0.0 |1780M| 182 |   - | 280 | 756 |   0 |   0 |   0 |1668k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
406.21/406.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.21/406.23	c   363s|  6830k|  5219k|     0 |   0.0 |1783M| 182 |   - | 280 | 820 |   0 |   0 |   0 |1671k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
406.91/407.00	c   364s|  6840k|  5228k|     0 |   0.0 |1786M| 182 |   - | 280 | 720 |   0 |   0 |   0 |1674k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
407.71/407.74	c   365s|  6850k|  5237k|     0 |   0.0 |1789M| 182 |   - | 280 | 808 |   0 |   0 |   0 |1677k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
408.51/408.50	c   365s|  6860k|  5246k|     0 |   0.0 |1792M| 182 |   - | 280 | 668 |   0 |   0 |   0 |1680k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
409.31/409.32	c   366s|  6870k|  5255k|     0 |   0.0 |1795M| 182 |   - | 280 | 869 |   0 |   0 |   0 |1683k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
409.91/409.99	c   367s|  6880k|  5265k|     0 |   0.0 |1798M| 182 |   - | 280 | 869 |   0 |   0 |   0 |1686k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
410.70/410.78	c   367s|  6890k|  5274k|     0 |   0.0 |1801M| 182 |   - | 280 | 836 |   0 |   0 |   0 |1689k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
411.51/411.55	c   368s|  6900k|  5283k|     0 |   0.0 |1804M| 182 |   - | 280 | 772 |   0 |   0 |   0 |1692k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
412.20/412.20	c   369s|  6910k|  5292k|     0 |   0.0 |1807M| 182 |   - | 280 | 802 |   0 |   0 |   0 |1695k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
412.81/412.88	c   369s|  6920k|  5301k|     0 |   0.0 |1810M| 182 |   - | 280 | 744 |   0 |   0 |   0 |1698k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
413.61/413.62	c   370s|  6930k|  5310k|     0 |   0.0 |1813M| 182 |   - | 280 | 757 |   0 |   0 |   0 |1700k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
414.31/414.37	c   371s|  6940k|  5319k|     0 |   0.0 |1816M| 182 |   - | 280 | 734 |   0 |   0 |   0 |1703k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
415.10/415.14	c   371s|  6950k|  5328k|     0 |   0.0 |1819M| 182 |   - | 280 | 755 |   0 |   0 |   0 |1706k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
415.91/415.92	c   372s|  6960k|  5337k|     0 |   0.0 |1822M| 182 |   - | 280 | 736 |   0 |   0 |   0 |1709k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
416.70/416.75	c   373s|  6970k|  5346k|     0 |   0.0 |1825M| 182 |   - | 280 | 669 |   0 |   0 |   0 |1711k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
417.51/417.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.51/417.51	c   374s|  6980k|  5355k|     0 |   0.0 |1828M| 182 |   - | 280 | 757 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
418.31/418.39	c   374s|  6990k|  5364k|     0 |   0.0 |1831M| 182 |   - | 280 | 867 |   0 |   0 |   0 |1717k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
419.21/419.21	c   375s|  7000k|  5373k|     0 |   0.0 |1834M| 182 |   - | 280 | 718 |   0 |   0 |   0 |1720k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
419.91/419.93	c   376s|  7010k|  5382k|     0 |   0.0 |1837M| 182 |   - | 280 | 733 |   0 |   0 |   0 |1723k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
420.51/420.54	c   376s|  7020k|  5391k|     0 |   0.0 |1840M| 182 |   - | 280 | 730 |   0 |   0 |   0 |1725k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
421.10/421.20	c   377s|  7030k|  5400k|     0 |   0.0 |1843M| 182 |   - | 280 | 675 |   0 |   0 |   0 |1728k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
421.81/421.88	c   378s|  7040k|  5409k|     0 |   0.0 |1846M| 182 |   - | 280 | 765 |   0 |   0 |   0 |1731k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
422.51/422.57	c   378s|  7050k|  5419k|     0 |   0.0 |1849M| 182 |   - | 280 | 846 |   0 |   0 |   0 |1734k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
423.20/423.28	c   379s|  7060k|  5428k|     0 |   0.0 |1852M| 182 |   - | 280 | 774 |   0 |   0 |   0 |1737k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
423.91/423.98	c   379s|  7070k|  5437k|     0 |   0.0 |1855M| 182 |   - | 280 | 855 |   0 |   0 |   0 |1740k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
424.71/424.79	c   380s|  7080k|  5446k|     0 |   0.0 |1858M| 182 |   - | 280 | 722 |   0 |   0 |   0 |1743k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
425.61/425.61	c   381s|  7090k|  5455k|     0 |   0.0 |1861M| 182 |   - | 280 | 781 |   0 |   0 |   0 |1747k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
426.31/426.35	c   382s|  7100k|  5464k|     0 |   0.0 |1864M| 182 |   - | 280 | 787 |   0 |   0 |   0 |1750k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
426.90/426.98	c   382s|  7110k|  5473k|     0 |   0.0 |1867M| 182 |   - | 280 | 774 |   0 |   0 |   0 |1753k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
427.71/427.74	c   383s|  7120k|  5482k|     0 |   0.0 |1870M| 182 |   - | 280 | 802 |   0 |   0 |   0 |1756k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
428.51/428.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.51/428.50	c   384s|  7130k|  5491k|     0 |   0.0 |1873M| 182 |   - | 280 | 824 |   0 |   0 |   0 |1759k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
429.21/429.28	c   384s|  7140k|  5501k|     0 |   0.0 |1876M| 182 |   - | 280 | 884 |   0 |   0 |   0 |1763k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
430.01/430.01	c   385s|  7150k|  5510k|     0 |   0.0 |1879M| 182 |   - | 280 | 864 |   0 |   0 |   0 |1766k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
430.71/430.72	c   386s|  7160k|  5519k|     0 |   0.0 |1882M| 182 |   - | 280 | 900 |   0 |   0 |   0 |1769k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
431.41/431.45	c   386s|  7170k|  5528k|     0 |   0.0 |1885M| 182 |   - | 280 | 929 |   0 |   0 |   0 |1773k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
432.11/432.10	c   387s|  7180k|  5537k|     0 |   0.0 |1888M| 182 |   - | 280 | 898 |   0 |   0 |   0 |1776k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
432.81/432.83	c   388s|  7190k|  5546k|     0 |   0.0 |1891M| 182 |   - | 280 | 844 |   0 |   0 |   0 |1780k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
433.51/433.55	c   388s|  7200k|  5555k|     0 |   0.0 |1894M| 182 |   - | 280 | 759 |   0 |   0 |   0 |1783k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
434.31/434.35	c   389s|  7210k|  5564k|     0 |   0.0 |1897M| 182 |   - | 280 | 838 |   0 |   0 |   0 |1786k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
435.01/435.08	c   390s|  7220k|  5573k|     0 |   0.0 |1900M| 182 |   - | 280 | 816 |   0 |   0 |   0 |1790k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
435.71/435.79	c   390s|  7230k|  5583k|     0 |   0.0 |1903M| 182 |   - | 280 | 839 |   0 |   0 |   0 |1793k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
436.41/436.50	c   391s|  7240k|  5592k|     0 |   0.0 |1906M| 182 |   - | 280 | 740 |   0 |   0 |   0 |1796k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
437.21/437.27	c   392s|  7250k|  5601k|     0 |   0.0 |1909M| 182 |   - | 280 | 818 |   0 |   0 |   0 |1799k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
438.01/438.00	c   392s|  7260k|  5610k|     0 |   0.0 |1912M| 182 |   - | 280 | 867 |   0 |   0 |   0 |1802k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
438.61/438.66	c   393s|  7270k|  5619k|     0 |   0.0 |1915M| 182 |   - | 280 | 809 |   0 |   0 |   0 |1806k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
439.41/439.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.41/439.44	c   394s|  7280k|  5628k|     0 |   0.0 |1918M| 182 |   - | 280 | 827 |   0 |   0 |   0 |1808k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
440.11/440.14	c   394s|  7290k|  5637k|     0 |   0.0 |1921M| 182 |   - | 280 | 871 |   0 |   0 |   0 |1812k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
440.91/440.90	c   395s|  7300k|  5646k|     0 |   0.0 |1924M| 182 |   - | 280 | 789 |   0 |   0 |   0 |1815k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
441.61/441.64	c   396s|  7310k|  5655k|     0 |   0.0 |1927M| 182 |   - | 280 | 878 |   0 |   0 |   0 |1818k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
442.41/442.40	c   396s|  7320k|  5664k|     0 |   0.0 |1930M| 182 |   - | 280 | 750 |   0 |   0 |   0 |1821k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
443.01/443.06	c   397s|  7330k|  5673k|     0 |   0.0 |1933M| 182 |   - | 280 | 859 |   0 |   0 |   0 |1824k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
443.71/443.79	c   398s|  7340k|  5682k|     0 |   0.0 |1936M| 182 |   - | 280 | 832 |   0 |   0 |   0 |1827k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
444.42/444.41	c   398s|  7350k|  5691k|     0 |   0.0 |1939M| 182 |   - | 280 | 838 |   0 |   0 |   0 |1830k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
445.01/445.08	c   399s|  7360k|  5701k|     0 |   0.0 |1942M| 182 |   - | 280 | 890 |   0 |   0 |   0 |1833k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
446.01/446.05	c   400s|  7370k|  5710k|     0 |   0.0 |1945M| 182 |   - | 280 | 860 |   0 |   0 |   0 |1837k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
446.71/446.77	c   400s|  7380k|  5719k|     0 |   0.0 |1948M| 182 |   - | 280 | 682 |   0 |   0 |   0 |1840k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
447.51/447.50	c   401s|  7390k|  5728k|     0 |   0.0 |1951M| 182 |   - | 280 | 829 |   0 |   0 |   0 |1843k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
448.21/448.27	c   402s|  7400k|  5737k|     0 |   0.0 |1954M| 182 |   - | 280 | 784 |   0 |   0 |   0 |1846k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
449.01/449.05	c   402s|  7410k|  5746k|     0 |   0.0 |1957M| 182 |   - | 280 | 792 |   0 |   0 |   0 |1849k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
449.81/449.80	c   403s|  7420k|  5755k|     0 |   0.0 |1960M| 182 |   - | 280 | 824 |   0 |   0 |   0 |1852k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
450.40/450.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.40/450.41	c   404s|  7430k|  5764k|     0 |   0.0 |1963M| 182 |   - | 280 | 780 |   0 |   0 |   0 |1855k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
451.11/451.10	c   404s|  7440k|  5773k|     0 |   0.0 |1966M| 182 |   - | 280 | 820 |   0 |   0 |   0 |1858k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
451.81/451.83	c   405s|  7450k|  5782k|     0 |   0.0 |1969M| 182 |   - | 280 | 852 |   0 |   0 |   0 |1862k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
452.51/452.58	c   406s|  7460k|  5791k|     0 |   0.0 |1972M| 182 |   - | 280 | 805 |   0 |   0 |   0 |1865k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
453.31/453.37	c   406s|  7470k|  5800k|     0 |   0.0 |1975M| 182 |   - | 280 | 822 |   0 |   0 |   0 |1868k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
454.01/454.03	c   407s|  7480k|  5809k|     0 |   0.0 |1978M| 182 |   - | 280 | 890 |   0 |   0 |   0 |1871k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
454.71/454.78	c   408s|  7490k|  5819k|     0 |   0.0 |1981M| 182 |   - | 280 | 768 |   0 |   0 |   0 |1873k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
455.61/455.60	c   408s|  7500k|  5828k|     0 |   0.0 |1984M| 182 |   - | 280 | 802 |   0 |   0 |   0 |1876k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
456.21/456.26	c   409s|  7510k|  5837k|     0 |   0.0 |1987M| 182 |   - | 280 | 733 |   0 |   0 |   0 |1879k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
456.90/456.95	c   410s|  7520k|  5846k|     0 |   0.0 |1990M| 182 |   - | 280 | 794 |   0 |   0 |   0 |1882k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
457.61/457.64	c   410s|  7530k|  5855k|     0 |   0.0 |1993M| 182 |   - | 280 | 812 |   0 |   0 |   0 |1885k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
458.21/458.27	c   411s|  7540k|  5864k|     0 |   0.0 |1996M| 182 |   - | 280 | 832 |   0 |   0 |   0 |1888k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
458.91/458.92	c   411s|  7550k|  5873k|     0 |   0.0 |1999M| 182 |   - | 280 | 862 |   0 |   0 |   0 |1891k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
459.61/459.64	c   412s|  7560k|  5882k|     0 |   0.0 |2002M| 182 |   - | 280 | 889 |   0 |   0 |   0 |1895k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
460.41/460.46	c   413s|  7570k|  5891k|     0 |   0.0 |2005M| 182 |   - | 280 | 848 |   0 |   0 |   0 |1898k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
461.11/461.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.11/461.13	c   413s|  7580k|  5900k|     0 |   0.0 |2008M| 182 |   - | 280 | 847 |   0 |   0 |   0 |1902k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
461.81/461.86	c   414s|  7590k|  5909k|     0 |   0.0 |2011M| 182 |   - | 280 | 875 |   0 |   0 |   0 |1905k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
462.60/462.61	c   415s|  7600k|  5919k|     0 |   0.0 |2014M| 182 |   - | 280 | 916 |   0 |   0 |   0 |1909k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
463.41/463.42	c   416s|  7610k|  5928k|     0 |   0.0 |2017M| 182 |   - | 280 | 841 |   0 |   0 |   0 |1912k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
464.12/464.18	c   416s|  7620k|  5937k|     0 |   0.0 |2020M| 182 |   - | 280 | 758 |   0 |   0 |   0 |1915k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
464.81/464.88	c   417s|  7630k|  5946k|     0 |   0.0 |2023M| 182 |   - | 280 | 851 |   0 |   0 |   0 |1919k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
465.61/465.67	c   418s|  7640k|  5955k|     0 |   0.0 |2026M| 182 |   - | 280 | 891 |   0 |   0 |   0 |1922k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
466.41/466.46	c   418s|  7650k|  5964k|     0 |   0.0 |2029M| 182 |   - | 280 | 868 |   0 |   0 |   0 |1925k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
467.21/467.26	c   419s|  7660k|  5973k|     0 |   0.0 |2032M| 182 |   - | 280 | 931 |   0 |   0 |   0 |1929k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
467.91/467.99	c   420s|  7670k|  5982k|     0 |   0.0 |2035M| 182 |   - | 280 | 751 |   0 |   0 |   0 |1932k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
468.81/468.86	c   421s|  7680k|  5991k|     0 |   0.0 |2038M| 182 |   - | 280 | 766 |   0 |   0 |   0 |1935k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
469.51/469.54	c   421s|  7690k|  6000k|     0 |   0.0 |2041M| 182 |   - | 280 | 733 |   0 |   0 |   0 |1938k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
470.21/470.27	c   422s|  7700k|  6009k|     0 |   0.0 |2044M| 182 |   - | 280 | 783 |   0 |   0 |   0 |1941k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
470.91/470.97	c   423s|  7710k|  6018k|     0 |   0.0 |2047M| 182 |   - | 280 | 774 |   0 |   0 |   0 |1944k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
471.71/471.76	c   423s|  7720k|  6027k|     0 |   0.0 |2050M| 182 |   - | 280 | 803 |   0 |   0 |   0 |1947k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
472.41/472.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
472.41/472.49	c   424s|  7730k|  6037k|     0 |   0.0 |2053M| 182 |   - | 280 | 795 |   0 |   0 |   0 |1950k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
473.31/473.33	c   425s|  7740k|  6046k|     0 |   0.0 |2056M| 182 |   - | 280 | 823 |   0 |   0 |   0 |1953k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
474.11/474.14	c   425s|  7750k|  6055k|     0 |   0.0 |2059M| 182 |   - | 280 | 733 |   0 |   0 |   0 |1956k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
474.91/474.98	c   426s|  7760k|  6064k|     0 |   0.0 |2062M| 182 |   - | 280 | 736 |   0 |   0 |   0 |1958k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
475.61/475.68	c   427s|  7770k|  6073k|     0 |   0.0 |2065M| 182 |   - | 280 | 816 |   0 |   0 |   0 |1961k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
476.32/476.34	c   427s|  7780k|  6082k|     0 |   0.0 |2068M| 182 |   - | 280 | 811 |   0 |   0 |   0 |1964k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
476.91/476.99	c   428s|  7790k|  6091k|     0 |   0.0 |2071M| 182 |   - | 280 | 759 |   0 |   0 |   0 |1967k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
477.61/477.63	c   429s|  7800k|  6100k|     0 |   0.0 |2074M| 182 |   - | 280 | 798 |   0 |   0 |   0 |1970k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
478.31/478.30	c   429s|  7810k|  6109k|     0 |   0.0 |2077M| 182 |   - | 280 | 812 |   0 |   0 |   0 |1972k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
478.91/478.91	c   430s|  7820k|  6118k|     0 |   0.0 |2080M| 182 |   - | 280 | 750 |   0 |   0 |   0 |1975k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
479.52/479.57	c   430s|  7830k|  6127k|     0 |   0.0 |2083M| 182 |   - | 280 | 780 |   0 |   0 |   0 |1978k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
480.21/480.27	c   431s|  7840k|  6136k|     0 |   0.0 |2086M| 182 |   - | 280 | 724 |   0 |   0 |   0 |1980k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
481.01/481.04	c   432s|  7850k|  6145k|     0 |   0.0 |2089M| 182 |   - | 280 | 802 |   0 |   0 |   0 |1983k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
481.81/481.87	c   432s|  7860k|  6154k|     0 |   0.0 |2092M| 182 |   - | 280 | 740 |   0 |   0 |   0 |1986k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
482.52/482.50	c   433s|  7870k|  6164k|     0 |   0.0 |2095M| 182 |   - | 280 | 782 |   0 |   0 |   0 |1989k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
483.31/483.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.31/483.32	c   434s|  7880k|  6173k|     0 |   0.0 |2098M| 182 |   - | 280 | 799 |   0 |   0 |   0 |1992k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
483.92/483.99	c   434s|  7890k|  6182k|     0 |   0.0 |2101M| 182 |   - | 280 | 796 |   0 |   0 |   0 |1995k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
484.71/484.75	c   435s|  7900k|  6191k|     0 |   0.0 |2104M| 182 |   - | 280 | 696 |   0 |   0 |   0 |1998k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
485.41/485.45	c   436s|  7910k|  6200k|     0 |   0.0 |2107M| 182 |   - | 280 | 793 |   0 |   0 |   0 |2000k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
486.11/486.13	c   436s|  7920k|  6209k|     0 |   0.0 |2110M| 182 |   - | 280 | 740 |   0 |   0 |   0 |2003k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
486.91/486.96	c   437s|  7930k|  6218k|     0 |   0.0 |2113M| 182 |   - | 280 | 822 |   0 |   0 |   0 |2006k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
487.51/487.60	c   438s|  7940k|  6227k|     0 |   0.0 |2116M| 182 |   - | 280 | 790 |   0 |   0 |   0 |2009k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
488.31/488.37	c   438s|  7950k|  6236k|     0 |   0.0 |2119M| 182 |   - | 280 | 703 |   0 |   0 |   0 |2012k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
489.01/489.09	c   439s|  7960k|  6245k|     0 |   0.0 |2122M| 182 |   - | 280 | 719 |   0 |   0 |   0 |2014k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
489.92/489.91	c   440s|  7970k|  6254k|     0 |   0.0 |2125M| 182 |   - | 280 | 749 |   0 |   0 |   0 |2017k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
490.71/490.79	c   441s|  7980k|  6263k|     0 |   0.0 |2128M| 182 |   - | 280 | 754 |   0 |   0 |   0 |2020k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
491.61/491.61	c   441s|  7990k|  6272k|     0 |   0.0 |2131M| 182 |   - | 280 | 847 |   0 |   0 |   0 |2023k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
492.31/492.33	c   442s|  8000k|  6281k|     0 |   0.0 |2134M| 182 |   - | 280 | 746 |   0 |   0 |   0 |2026k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
493.01/493.04	c   443s|  8010k|  6290k|     0 |   0.0 |2137M| 182 |   - | 280 | 848 |   0 |   0 |   0 |2029k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
493.82/493.84	c   443s|  8020k|  6299k|     0 |   0.0 |2140M| 182 |   - | 280 | 809 |   0 |   0 |   0 |2032k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
494.51/494.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
494.51/494.57	c   444s|  8030k|  6309k|     0 |   0.0 |2143M| 182 |   - | 280 | 771 |   0 |   0 |   0 |2035k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
495.21/495.28	c   445s|  8040k|  6318k|     0 |   0.0 |2146M| 182 |   - | 280 | 741 |   0 |   0 |   0 |2038k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
496.02/496.04	c   446s|  8050k|  6327k|     0 |   0.0 |2150M| 182 |   - | 280 | 764 |   0 |   0 |   0 |2040k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
496.72/496.75	c   446s|  8060k|  6336k|     0 |   0.0 |2153M| 182 |   - | 280 | 794 |   0 |   0 |   0 |2043k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
497.51/497.52	c   447s|  8070k|  6345k|     0 |   0.0 |2156M| 182 |   - | 280 | 736 |   0 |   0 |   0 |2046k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
498.32/498.34	c   448s|  8080k|  6354k|     0 |   0.0 |2159M| 182 |   - | 280 | 753 |   0 |   0 |   0 |2049k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
499.21/499.22	c   448s|  8090k|  6363k|     0 |   0.0 |2162M| 182 |   - | 280 | 828 |   0 |   0 |   0 |2052k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
500.01/500.06	c   449s|  8100k|  6372k|     0 |   0.0 |2165M| 182 |   - | 280 | 890 |   0 |   0 |   0 |2055k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
500.81/500.86	c   450s|  8110k|  6381k|     0 |   0.0 |2167M| 182 |   - | 280 | 783 |   0 |   0 |   0 |2059k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
501.62/501.67	c   451s|  8120k|  6390k|     0 |   0.0 |2170M| 182 |   - | 280 | 907 |   0 |   0 |   0 |2062k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
502.41/502.47	c   451s|  8130k|  6399k|     0 |   0.0 |2173M| 182 |   - | 280 | 846 |   0 |   0 |   0 |2065k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
503.22/503.21	c   452s|  8140k|  6408k|     0 |   0.0 |2176M| 182 |   - | 280 | 733 |   0 |   0 |   0 |2068k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
504.11/504.12	c   453s|  8150k|  6417k|     0 |   0.0 |2179M| 182 |   - | 280 | 938 |   0 |   0 |   0 |2071k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
504.82/504.90	c   454s|  8160k|  6426k|     0 |   0.0 |2182M| 182 |   - | 280 | 942 |   0 |   0 |   0 |2075k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
505.71/505.72	c   454s|  8170k|  6435k|     0 |   0.0 |2185M| 182 |   - | 280 | 934 |   0 |   0 |   0 |2078k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
506.41/506.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
506.41/506.41	c   455s|  8180k|  6445k|     0 |   0.0 |2188M| 182 |   - | 280 | 843 |   0 |   0 |   0 |2081k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
507.02/507.08	c   456s|  8190k|  6454k|     0 |   0.0 |2191M| 182 |   - | 280 | 884 |   0 |   0 |   0 |2085k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
507.81/507.82	c   456s|  8200k|  6463k|     0 |   0.0 |2194M| 182 |   - | 280 | 823 |   0 |   0 |   0 |2088k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
508.61/508.60	c   457s|  8210k|  6472k|     0 |   0.0 |2197M| 182 |   - | 280 | 868 |   0 |   0 |   0 |2091k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
509.41/509.42	c   458s|  8220k|  6481k|     0 |   0.0 |2200M| 182 |   - | 280 | 883 |   0 |   0 |   0 |2094k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
510.21/510.21	c   459s|  8230k|  6490k|     0 |   0.0 |2203M| 182 |   - | 280 | 745 |   0 |   0 |   0 |2098k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
511.11/511.15	c   459s|  8240k|  6499k|     0 |   0.0 |2206M| 182 |   - | 280 | 867 |   0 |   0 |   0 |2101k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
511.81/511.87	c   460s|  8250k|  6508k|     0 |   0.0 |2209M| 182 |   - | 280 | 868 |   0 |   0 |   0 |2104k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
512.41/512.50	c   461s|  8260k|  6517k|     0 |   0.0 |2212M| 182 |   - | 280 | 924 |   0 |   0 |   0 |2108k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
513.21/513.22	c   461s|  8270k|  6526k|     0 |   0.0 |2215M| 182 |   - | 280 | 884 |   0 |   0 |   0 |2111k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
514.01/514.05	c   462s|  8280k|  6535k|     0 |   0.0 |2218M| 182 |   - | 280 | 855 |   0 |   0 |   0 |2114k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
514.91/514.91	c   463s|  8290k|  6544k|     0 |   0.0 |2221M| 182 |   - | 280 | 882 |   0 |   0 |   0 |2118k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
515.61/515.69	c   464s|  8300k|  6553k|     0 |   0.0 |2224M| 182 |   - | 280 | 828 |   0 |   0 |   0 |2121k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
516.42/516.49	c   464s|  8310k|  6562k|     0 |   0.0 |2227M| 182 |   - | 280 | 807 |   0 |   0 |   0 |2124k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
517.31/517.39	c   465s|  8320k|  6571k|     0 |   0.0 |2230M| 182 |   - | 280 | 823 |   0 |   0 |   0 |2127k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
518.11/518.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
518.11/518.15	c   466s|  8330k|  6581k|     0 |   0.0 |2233M| 182 |   - | 280 | 819 |   0 |   0 |   0 |2130k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
518.72/518.76	c   467s|  8340k|  6590k|     0 |   0.0 |2236M| 182 |   - | 280 | 765 |   0 |   0 |   0 |2133k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
519.41/519.40	c   467s|  8350k|  6599k|     0 |   0.0 |2239M| 182 |   - | 280 | 855 |   0 |   0 |   0 |2136k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
520.01/520.08	c   468s|  8360k|  6608k|     0 |   0.0 |2242M| 182 |   - | 280 | 851 |   0 |   0 |   0 |2139k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
520.61/520.68	c   468s|  8370k|  6617k|     0 |   0.0 |2245M| 182 |   - | 280 | 803 |   0 |   0 |   0 |2142k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
521.32/521.34	c   469s|  8380k|  6626k|     0 |   0.0 |2248M| 182 |   - | 280 | 781 |   0 |   0 |   0 |2145k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
522.01/522.03	c   469s|  8390k|  6635k|     0 |   0.0 |2251M| 182 |   - | 280 | 883 |   0 |   0 |   0 |2148k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
522.61/522.64	c   470s|  8400k|  6644k|     0 |   0.0 |2254M| 182 |   - | 280 | 878 |   0 |   0 |   0 |2151k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
523.31/523.36	c   471s|  8410k|  6653k|     0 |   0.0 |2257M| 182 |   - | 280 | 751 |   0 |   0 |   0 |2154k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
524.01/524.07	c   471s|  8420k|  6662k|     0 |   0.0 |2260M| 182 |   - | 280 | 778 |   0 |   0 |   0 |2157k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
524.91/524.92	c   472s|  8430k|  6671k|     0 |   0.0 |2263M| 182 |   - | 280 | 789 |   0 |   0 |   0 |2160k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
525.72/525.72	c   473s|  8440k|  6680k|     0 |   0.0 |2266M| 182 |   - | 280 | 769 |   0 |   0 |   0 |2163k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
526.51/526.59	c   474s|  8450k|  6689k|     0 |   0.0 |2269M| 182 |   - | 280 | 808 |   0 |   0 |   0 |2167k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
527.21/527.28	c   474s|  8460k|  6698k|     0 |   0.0 |2272M| 182 |   - | 280 | 772 |   0 |   0 |   0 |2170k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
528.12/528.10	c   475s|  8470k|  6708k|     0 |   0.0 |2275M| 182 |   - | 280 | 824 |   0 |   0 |   0 |2173k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
528.81/528.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.81/528.86	c   476s|  8480k|  6717k|     0 |   0.0 |2278M| 182 |   - | 280 | 774 |   0 |   0 |   0 |2175k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
529.61/529.63	c   476s|  8490k|  6726k|     0 |   0.0 |2281M| 182 |   - | 280 | 769 |   0 |   0 |   0 |2178k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
530.31/530.39	c   477s|  8500k|  6735k|     0 |   0.0 |2284M| 182 |   - | 280 | 834 |   0 |   0 |   0 |2181k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
531.01/531.09	c   478s|  8510k|  6744k|     0 |   0.0 |2287M| 182 |   - | 280 | 738 |   0 |   0 |   0 |2184k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
531.81/531.83	c   478s|  8520k|  6753k|     0 |   0.0 |2290M| 182 |   - | 280 | 817 |   0 |   0 |   0 |2187k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
532.51/532.59	c   479s|  8530k|  6762k|     0 |   0.0 |2293M| 182 |   - | 280 | 833 |   0 |   0 |   0 |2190k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
533.31/533.33	c   480s|  8540k|  6771k|     0 |   0.0 |2296M| 182 |   - | 280 | 699 |   0 |   0 |   0 |2193k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
534.11/534.15	c   481s|  8550k|  6780k|     0 |   0.0 |2299M| 182 |   - | 280 | 774 |   0 |   0 |   0 |2196k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
534.91/534.97	c   481s|  8560k|  6789k|     0 |   0.0 |2302M| 182 |   - | 280 | 800 |   0 |   0 |   0 |2199k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
535.71/535.70	c   482s|  8570k|  6798k|     0 |   0.0 |2305M| 182 |   - | 280 | 776 |   0 |   0 |   0 |2202k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
536.61/536.65	c   483s|  8580k|  6807k|     0 |   0.0 |2308M| 182 |   - | 280 | 794 |   0 |   0 |   0 |2205k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
537.31/537.39	c   484s|  8590k|  6816k|     0 |   0.0 |2311M| 182 |   - | 280 | 835 |   0 |   0 |   0 |2208k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
538.31/538.35	c   484s|  8600k|  6825k|     0 |   0.0 |2314M| 182 |   - | 280 | 709 |   0 |   0 |   0 |2210k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
539.02/539.02	c   485s|  8610k|  6834k|     0 |   0.0 |2317M| 182 |   - | 280 | 742 |   0 |   0 |   0 |2213k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
539.81/539.82	c   486s|  8620k|  6843k|     0 |   0.0 |2320M| 182 |   - | 280 | 748 |   0 |   0 |   0 |2216k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
540.71/540.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.71/540.77	c   487s|  8630k|  6852k|     0 |   0.0 |2323M| 182 |   - | 280 | 764 |   0 |   0 |   0 |2218k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
541.61/541.66	c   488s|  8640k|  6861k|     0 |   0.0 |2326M| 182 |   - | 280 | 816 |   0 |   0 |   0 |2221k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
542.51/542.53	c   488s|  8650k|  6870k|     0 |   0.0 |2329M| 182 |   - | 280 | 817 |   0 |   0 |   0 |2224k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
543.31/543.31	c   489s|  8660k|  6880k|     0 |   0.0 |2332M| 182 |   - | 280 | 869 |   0 |   0 |   0 |2227k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
544.11/544.10	c   490s|  8670k|  6889k|     0 |   0.0 |2335M| 182 |   - | 280 | 916 |   0 |   0 |   0 |2231k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
544.91/544.92	c   491s|  8680k|  6898k|     0 |   0.0 |2338M| 182 |   - | 280 | 817 |   0 |   0 |   0 |2235k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
545.71/545.71	c   491s|  8690k|  6907k|     0 |   0.0 |2341M| 182 |   - | 280 | 849 |   0 |   0 |   0 |2238k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
546.41/546.43	c   492s|  8700k|  6916k|     0 |   0.0 |2344M| 182 |   - | 280 | 779 |   0 |   0 |   0 |2241k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
547.21/547.22	c   493s|  8710k|  6925k|     0 |   0.0 |2347M| 182 |   - | 280 | 903 |   0 |   0 |   0 |2245k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
547.91/547.94	c   493s|  8720k|  6934k|     0 |   0.0 |2350M| 182 |   - | 280 | 991 |   0 |   0 |   0 |2248k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
548.61/548.68	c   494s|  8730k|  6943k|     0 |   0.0 |2353M| 182 |   - | 280 | 933 |   0 |   0 |   0 |2252k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
549.31/549.38	c   495s|  8740k|  6952k|     0 |   0.0 |2356M| 182 |   - | 280 | 941 |   0 |   0 |   0 |2255k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
550.11/550.11	c   495s|  8750k|  6961k|     0 |   0.0 |2359M| 182 |   - | 280 | 854 |   0 |   0 |   0 |2259k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
550.81/550.88	c   496s|  8760k|  6970k|     0 |   0.0 |2362M| 182 |   - | 280 | 816 |   0 |   0 |   0 |2262k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
551.51/551.60	c   497s|  8770k|  6979k|     0 |   0.0 |2365M| 182 |   - | 280 | 865 |   0 |   0 |   0 |2265k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
552.41/552.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
552.41/552.48	c   498s|  8780k|  6988k|     0 |   0.0 |2368M| 182 |   - | 280 | 821 |   0 |   0 |   0 |2268k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
553.21/553.24	c   498s|  8790k|  6997k|     0 |   0.0 |2371M| 182 |   - | 280 | 855 |   0 |   0 |   0 |2272k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
554.11/554.10	c   499s|  8800k|  7006k|     0 |   0.0 |2374M| 182 |   - | 280 | 896 |   0 |   0 |   0 |2275k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
554.81/554.89	c   500s|  8810k|  7016k|     0 |   0.0 |2377M| 182 |   - | 280 | 870 |   0 |   0 |   0 |2278k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
555.61/555.61	c   500s|  8820k|  7025k|     0 |   0.0 |2380M| 182 |   - | 280 | 725 |   0 |   0 |   0 |2281k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
556.41/556.40	c   501s|  8830k|  7034k|     0 |   0.0 |2383M| 182 |   - | 280 | 835 |   0 |   0 |   0 |2284k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
557.01/557.09	c   502s|  8840k|  7043k|     0 |   0.0 |2386M| 182 |   - | 280 | 788 |   0 |   0 |   0 |2288k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
557.72/557.76	c   502s|  8850k|  7052k|     0 |   0.0 |2389M| 182 |   - | 280 | 964 |   0 |   0 |   0 |2291k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
558.51/558.50	c   503s|  8860k|  7061k|     0 |   0.0 |2392M| 182 |   - | 280 | 910 |   0 |   0 |   0 |2294k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
559.21/559.28	c   504s|  8870k|  7070k|     0 |   0.0 |2395M| 182 |   - | 280 | 868 |   0 |   0 |   0 |2298k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
560.01/560.04	c   505s|  8880k|  7079k|     0 |   0.0 |2398M| 182 |   - | 280 | 945 |   0 |   0 |   0 |2301k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
560.92/560.98	c   505s|  8890k|  7088k|     0 |   0.0 |2401M| 182 |   - | 280 | 821 |   0 |   0 |   0 |2305k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
561.81/561.80	c   506s|  8900k|  7097k|     0 |   0.0 |2404M| 182 |   - | 280 | 878 |   0 |   0 |   0 |2308k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
562.61/562.61	c   507s|  8910k|  7106k|     0 |   0.0 |2407M| 182 |   - | 280 | 869 |   0 |   0 |   0 |2311k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
563.31/563.32	c   508s|  8920k|  7115k|     0 |   0.0 |2410M| 182 |   - | 280 | 886 |   0 |   0 |   0 |2314k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
564.12/564.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
564.12/564.13	c   508s|  8930k|  7124k|     0 |   0.0 |2413M| 182 |   - | 280 | 858 |   0 |   0 |   0 |2318k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
564.91/564.91	c   509s|  8940k|  7133k|     0 |   0.0 |2416M| 182 |   - | 280 | 898 |   0 |   0 |   0 |2321k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
565.51/565.56	c   510s|  8950k|  7142k|     0 |   0.0 |2419M| 182 |   - | 280 | 840 |   0 |   0 |   0 |2324k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
566.12/566.16	c   510s|  8960k|  7151k|     0 |   0.0 |2422M| 182 |   - | 280 | 897 |   0 |   0 |   0 |2327k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
566.92/566.99	c   511s|  8970k|  7161k|     0 |   0.0 |2425M| 182 |   - | 280 | 873 |   0 |   0 |   0 |2330k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
567.71/567.76	c   512s|  8980k|  7170k|     0 |   0.0 |2428M| 182 |   - | 280 | 826 |   0 |   0 |   0 |2333k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
568.62/568.68	c   512s|  8990k|  7179k|     0 |   0.0 |2431M| 182 |   - | 280 | 933 |   0 |   0 |   0 |2337k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
569.41/569.47	c   513s|  9000k|  7188k|     0 |   0.0 |2434M| 182 |   - | 280 | 781 |   0 |   0 |   0 |2340k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
570.21/570.24	c   514s|  9010k|  7197k|     0 |   0.0 |2437M| 182 |   - | 280 | 939 |   0 |   0 |   0 |2344k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
571.01/571.08	c   515s|  9020k|  7206k|     0 |   0.0 |2440M| 182 |   - | 280 | 887 |   0 |   0 |   0 |2347k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
571.71/571.79	c   515s|  9030k|  7215k|     0 |   0.0 |2443M| 182 |   - | 280 | 866 |   0 |   0 |   0 |2350k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
572.61/572.63	c   516s|  9040k|  7224k|     0 |   0.0 |2446M| 182 |   - | 280 | 834 |   0 |   0 |   0 |2353k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
573.41/573.43	c   517s|  9050k|  7233k|     0 |   0.0 |2449M| 182 |   - | 280 | 957 |   0 |   0 |   0 |2357k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
574.11/574.16	c   518s|  9060k|  7242k|     0 |   0.0 |2452M| 182 |   - | 280 | 839 |   0 |   0 |   0 |2360k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
574.91/574.97	c   518s|  9070k|  7251k|     0 |   0.0 |2455M| 182 |   - | 280 | 831 |   0 |   0 |   0 |2363k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
575.71/575.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
575.71/575.76	c   519s|  9080k|  7260k|     0 |   0.0 |2458M| 182 |   - | 280 | 854 |   0 |   0 |   0 |2366k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
576.41/576.44	c   520s|  9090k|  7269k|     0 |   0.0 |2461M| 182 |   - | 280 | 794 |   0 |   0 |   0 |2369k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
577.11/577.10	c   520s|  9100k|  7278k|     0 |   0.0 |2464M| 182 |   - | 280 | 785 |   0 |   0 |   0 |2372k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
577.91/577.91	c   521s|  9110k|  7287k|     0 |   0.0 |2467M| 182 |   - | 280 | 804 |   0 |   0 |   0 |2375k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
578.52/578.55	c   522s|  9120k|  7296k|     0 |   0.0 |2470M| 182 |   - | 280 | 785 |   0 |   0 |   0 |2378k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
579.31/579.37	c   522s|  9130k|  7306k|     0 |   0.0 |2473M| 182 |   - | 280 | 877 |   0 |   0 |   0 |2381k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
580.11/580.14	c   523s|  9140k|  7315k|     0 |   0.0 |2476M| 182 |   - | 280 | 821 |   0 |   0 |   0 |2384k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
580.91/580.93	c   524s|  9150k|  7324k|     0 |   0.0 |2479M| 182 |   - | 280 | 989 |   0 |   0 |   0 |2388k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
581.82/581.88	c   525s|  9160k|  7333k|     0 |   0.0 |2482M| 182 |   - | 280 | 844 |   0 |   0 |   0 |2391k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
582.62/582.67	c   525s|  9170k|  7342k|     0 |   0.0 |2485M| 182 |   - | 280 | 780 |   0 |   0 |   0 |2394k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
583.51/583.52	c   526s|  9180k|  7351k|     0 |   0.0 |2488M| 182 |   - | 280 | 810 |   0 |   0 |   0 |2398k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
584.31/584.34	c   527s|  9190k|  7360k|     0 |   0.0 |2491M| 182 |   - | 280 | 845 |   0 |   0 |   0 |2401k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
585.01/585.07	c   528s|  9200k|  7369k|     0 |   0.0 |2494M| 182 |   - | 280 | 852 |   0 |   0 |   0 |2404k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
585.91/585.97	c   528s|  9210k|  7378k|     0 |   0.0 |2497M| 182 |   - | 280 | 933 |   0 |   0 |   0 |2407k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
586.71/586.77	c   529s|  9220k|  7387k|     0 |   0.0 |2500M| 182 |   - | 280 | 877 |   0 |   0 |   0 |2411k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
587.71/587.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
587.71/587.78	c   530s|  9230k|  7396k|     0 |   0.0 |2503M| 182 |   - | 280 | 816 |   0 |   0 |   0 |2414k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
588.52/588.57	c   531s|  9240k|  7405k|     0 |   0.0 |2506M| 182 |   - | 280 | 760 |   0 |   0 |   0 |2417k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
589.21/589.26	c   532s|  9250k|  7414k|     0 |   0.0 |2509M| 182 |   - | 280 | 796 |   0 |   0 |   0 |2420k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
590.01/590.01	c   532s|  9260k|  7423k|     0 |   0.0 |2512M| 182 |   - | 280 | 818 |   0 |   0 |   0 |2423k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
590.91/590.91	c   533s|  9270k|  7432k|     0 |   0.0 |2515M| 182 |   - | 280 | 845 |   0 |   0 |   0 |2426k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
591.61/591.68	c   534s|  9280k|  7441k|     0 |   0.0 |2518M| 182 |   - | 280 | 872 |   0 |   0 |   0 |2429k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
592.51/592.57	c   535s|  9290k|  7450k|     0 |   0.0 |2521M| 182 |   - | 280 | 798 |   0 |   0 |   0 |2432k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
593.31/593.37	c   535s|  9300k|  7459k|     0 |   0.0 |2524M| 182 |   - | 280 | 919 |   0 |   0 |   0 |2435k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
594.11/594.16	c   536s|  9310k|  7468k|     0 |   0.0 |2527M| 182 |   - | 280 | 952 |   0 |   0 |   0 |2438k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
595.02/595.03	c   537s|  9320k|  7478k|     0 |   0.0 |2530M| 182 |   - | 280 | 909 |   0 |   0 |   0 |2442k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
595.81/595.80	c   538s|  9330k|  7487k|     0 |   0.0 |2533M| 182 |   - | 280 | 886 |   0 |   0 |   0 |2445k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
596.52/596.55	c   538s|  9340k|  7496k|     0 |   0.0 |2536M| 182 |   - | 280 | 802 |   0 |   0 |   0 |2447k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
597.22/597.27	c   539s|  9350k|  7505k|     0 |   0.0 |2539M| 182 |   - | 280 | 792 |   0 |   0 |   0 |2450k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
597.81/597.90	c   539s|  9360k|  7514k|     0 |   0.0 |2542M| 182 |   - | 280 | 790 |   0 |   0 |   0 |2453k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
598.71/598.72	c   540s|  9370k|  7523k|     0 |   0.0 |2545M| 182 |   - | 280 | 815 |   0 |   0 |   0 |2455k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
599.52/599.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.52/599.56	c   541s|  9380k|  7532k|     0 |   0.0 |2548M| 182 |   - | 280 | 847 |   0 |   0 |   0 |2458k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
600.31/600.39	c   542s|  9390k|  7541k|     0 |   0.0 |2551M| 182 |   - | 280 | 808 |   0 |   0 |   0 |2461k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
601.11/601.14	c   542s|  9400k|  7550k|     0 |   0.0 |2554M| 182 |   - | 280 | 819 |   0 |   0 |   0 |2464k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
601.91/601.97	c   543s|  9410k|  7559k|     0 |   0.0 |2557M| 182 |   - | 280 | 847 |   0 |   0 |   0 |2467k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
602.71/602.76	c   544s|  9420k|  7568k|     0 |   0.0 |2560M| 182 |   - | 280 | 858 |   0 |   0 |   0 |2470k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
603.31/603.39	c   545s|  9430k|  7577k|     0 |   0.0 |2563M| 182 |   - | 280 | 827 |   0 |   0 |   0 |2472k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
604.11/604.15	c   545s|  9440k|  7586k|     0 |   0.0 |2566M| 182 |   - | 280 | 791 |   0 |   0 |   0 |2475k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
604.92/604.96	c   546s|  9450k|  7595k|     0 |   0.0 |2569M| 182 |   - | 280 | 768 |   0 |   0 |   0 |2478k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
605.71/605.70	c   547s|  9460k|  7604k|     0 |   0.0 |2572M| 182 |   - | 280 | 922 |   0 |   0 |   0 |2482k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
606.52/606.58	c   547s|  9470k|  7613k|     0 |   0.0 |2575M| 182 |   - | 280 | 863 |   0 |   0 |   0 |2485k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
607.31/607.36	c   548s|  9480k|  7622k|     0 |   0.0 |2578M| 182 |   - | 280 | 779 |   0 |   0 |   0 |2487k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
608.32/608.34	c   549s|  9490k|  7632k|     0 |   0.0 |2581M| 182 |   - | 280 | 900 |   0 |   0 |   0 |2490k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
609.01/609.06	c   550s|  9500k|  7641k|     0 |   0.0 |2584M| 182 |   - | 280 | 815 |   0 |   0 |   0 |2493k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
609.81/609.81	c   550s|  9510k|  7650k|     0 |   0.0 |2587M| 182 |   - | 280 | 865 |   0 |   0 |   0 |2496k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
610.52/610.53	c   551s|  9520k|  7659k|     0 |   0.0 |2590M| 182 |   - | 280 | 817 |   0 |   0 |   0 |2499k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
611.31/611.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.31/611.34	c   552s|  9530k|  7668k|     0 |   0.0 |2593M| 182 |   - | 280 | 944 |   0 |   0 |   0 |2502k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
612.01/612.09	c   553s|  9540k|  7677k|     0 |   0.0 |2596M| 182 |   - | 280 | 770 |   0 |   0 |   0 |2505k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
613.02/613.04	c   554s|  9550k|  7686k|     0 |   0.0 |2599M| 182 |   - | 280 | 773 |   0 |   0 |   0 |2508k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
613.92/613.96	c   554s|  9560k|  7695k|     0 |   0.0 |2602M| 182 |   - | 280 | 719 |   0 |   0 |   0 |2511k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
614.71/614.77	c   555s|  9570k|  7704k|     0 |   0.0 |2605M| 182 |   - | 280 | 822 |   0 |   0 |   0 |2514k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
615.61/615.67	c   556s|  9580k|  7713k|     0 |   0.0 |2608M| 182 |   - | 280 | 823 |   0 |   0 |   0 |2517k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
616.51/616.56	c   557s|  9590k|  7722k|     0 |   0.0 |2611M| 182 |   - | 280 | 828 |   0 |   0 |   0 |2520k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
617.41/617.44	c   558s|  9600k|  7731k|     0 |   0.0 |2614M| 182 |   - | 280 | 858 |   0 |   0 |   0 |2523k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
618.22/618.28	c   558s|  9610k|  7740k|     0 |   0.0 |2617M| 182 |   - | 280 | 789 |   0 |   0 |   0 |2526k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
619.11/619.12	c   559s|  9620k|  7749k|     0 |   0.0 |2620M| 182 |   - | 280 | 878 |   0 |   0 |   0 |2529k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
620.01/620.05	c   560s|  9630k|  7758k|     0 |   0.0 |2623M| 182 |   - | 280 | 777 |   0 |   0 |   0 |2531k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
620.81/620.82	c   561s|  9640k|  7767k|     0 |   0.0 |2626M| 182 |   - | 280 | 750 |   0 |   0 |   0 |2534k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
621.52/621.59	c   561s|  9650k|  7776k|     0 |   0.0 |2629M| 182 |   - | 280 | 806 |   0 |   0 |   0 |2537k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
622.31/622.40	c   562s|  9660k|  7785k|     0 |   0.0 |2632M| 182 |   - | 280 | 786 |   0 |   0 |   0 |2540k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
623.21/623.22	c   563s|  9670k|  7794k|     0 |   0.0 |2635M| 182 |   - | 280 | 825 |   0 |   0 |   0 |2543k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
624.02/624.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.02/624.04	c   564s|  9680k|  7803k|     0 |   0.0 |2638M| 182 |   - | 280 | 822 |   0 |   0 |   0 |2545k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
625.01/625.05	c   565s|  9690k|  7812k|     0 |   0.0 |2641M| 182 |   - | 280 | 779 |   0 |   0 |   0 |2548k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
625.71/625.76	c   565s|  9700k|  7821k|     0 |   0.0 |2644M| 182 |   - | 280 | 830 |   0 |   0 |   0 |2551k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
626.71/626.72	c   566s|  9710k|  7831k|     0 |   0.0 |2647M| 182 |   - | 280 | 915 |   0 |   0 |   0 |2555k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
627.61/627.64	c   567s|  9720k|  7840k|     0 |   0.0 |2650M| 182 |   - | 280 | 875 |   0 |   0 |   0 |2558k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
628.41/628.47	c   568s|  9730k|  7849k|     0 |   0.0 |2653M| 182 |   - | 280 | 857 |   0 |   0 |   0 |2561k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
629.22/629.27	c   569s|  9740k|  7858k|     0 |   0.0 |2656M| 182 |   - | 280 | 758 |   0 |   0 |   0 |2564k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
629.91/629.96	c   569s|  9750k|  7867k|     0 |   0.0 |2659M| 182 |   - | 280 | 842 |   0 |   0 |   0 |2567k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
630.71/630.70	c   570s|  9760k|  7876k|     0 |   0.0 |2662M| 182 |   - | 280 | 826 |   0 |   0 |   0 |2570k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
631.61/631.62	c   571s|  9770k|  7885k|     0 |   0.0 |2665M| 182 |   - | 280 | 808 |   0 |   0 |   0 |2573k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
632.32/632.30	c   571s|  9780k|  7894k|     0 |   0.0 |2668M| 182 |   - | 280 | 774 |   0 |   0 |   0 |2576k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
632.91/632.97	c   572s|  9790k|  7903k|     0 |   0.0 |2671M| 182 |   - | 280 | 768 |   0 |   0 |   0 |2579k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
633.81/633.85	c   573s|  9800k|  7912k|     0 |   0.0 |2674M| 182 |   - | 280 | 856 |   0 |   0 |   0 |2582k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
634.61/634.66	c   574s|  9810k|  7921k|     0 |   0.0 |2677M| 182 |   - | 280 | 842 |   0 |   0 |   0 |2585k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
635.51/635.50	c   574s|  9820k|  7930k|     0 |   0.0 |2680M| 182 |   - | 280 | 811 |   0 |   0 |   0 |2588k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
636.11/636.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
636.11/636.19	c   575s|  9830k|  7939k|     0 |   0.0 |2683M| 182 |   - | 280 | 852 |   0 |   0 |   0 |2591k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
636.82/636.81	c   575s|  9840k|  7948k|     0 |   0.0 |2686M| 182 |   - | 280 | 812 |   0 |   0 |   0 |2594k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
637.61/637.62	c   576s|  9850k|  7957k|     0 |   0.0 |2689M| 182 |   - | 280 | 811 |   0 |   0 |   0 |2597k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
638.41/638.47	c   577s|  9860k|  7966k|     0 |   0.0 |2692M| 182 |   - | 280 | 801 |   0 |   0 |   0 |2600k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
639.21/639.23	c   578s|  9870k|  7975k|     0 |   0.0 |2695M| 182 |   - | 280 | 772 |   0 |   0 |   0 |2602k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
640.02/640.07	c   578s|  9880k|  7984k|     0 |   0.0 |2698M| 182 |   - | 280 | 750 |   0 |   0 |   0 |2605k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
640.62/640.68	c   579s|  9890k|  7993k|     0 |   0.0 |2701M| 182 |   - | 280 | 752 |   0 |   0 |   0 |2608k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
641.41/641.42	c   580s|  9900k|  8002k|     0 |   0.0 |2704M| 182 |   - | 280 | 975 |   0 |   0 |   0 |2611k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
642.11/642.12	c   580s|  9910k|  8011k|     0 |   0.0 |2707M| 182 |   - | 280 | 902 |   0 |   0 |   0 |2614k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
642.81/642.83	c   581s|  9920k|  8020k|     0 |   0.0 |2710M| 182 |   - | 280 | 994 |   0 |   0 |   0 |2617k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
643.52/643.56	c   582s|  9930k|  8029k|     0 |   0.0 |2713M| 182 |   - | 280 | 876 |   0 |   0 |   0 |2620k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
644.51/644.51	c   583s|  9940k|  8038k|     0 |   0.0 |2716M| 182 |   - | 280 | 797 |   0 |   0 |   0 |2622k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
645.22/645.23	c   583s|  9950k|  8048k|     0 |   0.0 |2719M| 182 |   - | 280 | 908 |   0 |   0 |   0 |2625k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
645.91/645.94	c   584s|  9960k|  8057k|     0 |   0.0 |2722M| 182 |   - | 280 | 831 |   0 |   0 |   0 |2628k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
646.72/646.77	c   585s|  9970k|  8066k|     0 |   0.0 |2725M| 182 |   - | 280 | 908 |   0 |   0 |   0 |2631k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
647.52/647.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
647.52/647.57	c   585s|  9980k|  8075k|     0 |   0.0 |2728M| 182 |   - | 280 | 849 |   0 |   0 |   0 |2634k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
648.41/648.48	c   586s|  9990k|  8084k|     0 |   0.0 |2731M| 182 |   - | 280 | 966 |   0 |   0 |   0 |2637k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
649.22/649.25	c   587s| 10000k|  8093k|     0 |   0.0 |2734M| 182 |   - | 280 | 871 |   0 |   0 |   0 |2640k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
649.91/649.96	c   588s| 10010k|  8102k|     0 |   0.0 |2737M| 182 |   - | 280 | 841 |   0 |   0 |   0 |2642k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
650.62/650.68	c   588s| 10020k|  8111k|     0 |   0.0 |2740M| 182 |   - | 280 | 923 |   0 |   0 |   0 |2645k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
651.41/651.47	c   589s| 10030k|  8120k|     0 |   0.0 |2743M| 182 |   - | 280 | 838 |   0 |   0 |   0 |2648k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
652.41/652.40	c   590s| 10040k|  8129k|     0 |   0.0 |2746M| 182 |   - | 280 | 791 |   0 |   0 |   0 |2651k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
653.11/653.19	c   591s| 10050k|  8138k|     0 |   0.0 |2749M| 182 |   - | 280 | 801 |   0 |   0 |   0 |2654k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
653.92/653.90	c   591s| 10060k|  8147k|     0 |   0.0 |2752M| 182 |   - | 280 | 909 |   0 |   0 |   0 |2657k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
654.62/654.62	c   592s| 10070k|  8156k|     0 |   0.0 |2755M| 182 |   - | 280 | 852 |   0 |   0 |   0 |2661k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
655.22/655.27	c   592s| 10080k|  8165k|     0 |   0.0 |2758M| 182 |   - | 280 | 874 |   0 |   0 |   0 |2664k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
655.91/655.97	c   593s| 10090k|  8174k|     0 |   0.0 |2761M| 182 |   - | 280 | 816 |   0 |   0 |   0 |2667k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
656.82/656.81	c   594s| 10100k|  8183k|     0 |   0.0 |2764M| 182 |   - | 280 | 854 |   0 |   0 |   0 |2670k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
657.82/657.82	c   595s| 10110k|  8193k|     0 |   0.0 |2767M| 182 |   - | 280 | 852 |   0 |   0 |   0 |2674k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
658.52/658.53	c   595s| 10120k|  8202k|     0 |   0.0 |2770M| 182 |   - | 280 | 864 |   0 |   0 |   0 |2677k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
659.41/659.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
659.41/659.45	c   596s| 10130k|  8211k|     0 |   0.0 |2773M| 182 |   - | 280 | 706 |   0 |   0 |   0 |2680k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
660.32/660.39	c   597s| 10140k|  8220k|     0 |   0.0 |2776M| 182 |   - | 280 | 862 |   0 |   0 |   0 |2683k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
661.12/661.11	c   598s| 10150k|  8229k|     0 |   0.0 |2779M| 182 |   - | 280 | 873 |   0 |   0 |   0 |2686k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
661.91/661.94	c   599s| 10160k|  8238k|     0 |   0.0 |2782M| 182 |   - | 280 | 842 |   0 |   0 |   0 |2689k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
662.81/662.82	c   599s| 10170k|  8247k|     0 |   0.0 |2785M| 182 |   - | 280 | 816 |   0 |   0 |   0 |2692k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
663.61/663.64	c   600s| 10180k|  8256k|     0 |   0.0 |2788M| 182 |   - | 280 | 912 |   0 |   0 |   0 |2696k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
664.42/664.49	c   601s| 10190k|  8265k|     0 |   0.0 |2791M| 182 |   - | 280 | 840 |   0 |   0 |   0 |2699k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
665.32/665.37	c   602s| 10200k|  8274k|     0 |   0.0 |2794M| 182 |   - | 280 | 890 |   0 |   0 |   0 |2702k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
666.11/666.18	c   603s| 10210k|  8283k|     0 |   0.0 |2797M| 182 |   - | 280 | 842 |   0 |   0 |   0 |2705k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
667.01/667.00	c   603s| 10220k|  8292k|     0 |   0.0 |2800M| 182 |   - | 280 | 913 |   0 |   0 |   0 |2708k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
668.02/668.01	c   604s| 10230k|  8301k|     0 |   0.0 |2803M| 182 |   - | 280 | 943 |   0 |   0 |   0 |2712k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
668.72/668.72	c   605s| 10240k|  8310k|     0 |   0.0 |2806M| 182 |   - | 280 | 948 |   0 |   0 |   0 |2715k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
669.41/669.43	c   606s| 10250k|  8319k|     0 |   0.0 |2809M| 182 |   - | 280 | 954 |   0 |   0 |   0 |2718k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
670.11/670.10	c   606s| 10260k|  8328k|     0 |   0.0 |2812M| 182 |   - | 280 | 856 |   0 |   0 |   0 |2721k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
670.92/670.95	c   607s| 10270k|  8337k|     0 |   0.0 |2815M| 182 |   - | 280 | 909 |   0 |   0 |   0 |2725k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
671.62/671.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.62/671.65	c   608s| 10280k|  8346k|     0 |   0.0 |2818M| 182 |   - | 280 | 878 |   0 |   0 |   0 |2728k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
672.31/672.38	c   608s| 10290k|  8355k|     0 |   0.0 |2821M| 182 |   - | 280 | 924 |   0 |   0 |   0 |2731k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
673.02/673.05	c   609s| 10300k|  8365k|     0 |   0.0 |2824M| 182 |   - | 280 | 950 |   0 |   0 |   0 |2734k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
673.81/673.84	c   610s| 10310k|  8374k|     0 |   0.0 |2827M| 182 |   - | 280 | 852 |   0 |   0 |   0 |2737k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
674.52/674.58	c   610s| 10320k|  8383k|     0 |   0.0 |2830M| 182 |   - | 280 | 856 |   0 |   0 |   0 |2741k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
675.32/675.38	c   611s| 10330k|  8392k|     0 |   0.0 |2833M| 182 |   - | 280 | 919 |   0 |   0 |   0 |2744k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
676.22/676.24	c   612s| 10340k|  8401k|     0 |   0.0 |2836M| 182 |   - | 280 | 867 |   0 |   0 |   0 |2747k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
677.01/677.01	c   613s| 10350k|  8410k|     0 |   0.0 |2839M| 182 |   - | 280 | 795 |   0 |   0 |   0 |2750k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
677.81/677.87	c   613s| 10360k|  8419k|     0 |   0.0 |2842M| 182 |   - | 280 | 918 |   0 |   0 |   0 |2753k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
678.72/678.75	c   614s| 10370k|  8428k|     0 |   0.0 |2845M| 182 |   - | 280 | 925 |   0 |   0 |   0 |2756k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
679.51/679.58	c   615s| 10380k|  8437k|     0 |   0.0 |2848M| 182 |   - | 280 | 903 |   0 |   0 |   0 |2759k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
680.41/680.43	c   616s| 10390k|  8446k|     0 |   0.0 |2851M| 182 |   - | 280 | 857 |   0 |   0 |   0 |2763k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
681.22/681.28	c   616s| 10400k|  8455k|     0 |   0.0 |2854M| 182 |   - | 280 | 833 |   0 |   0 |   0 |2766k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
682.11/682.12	c   617s| 10410k|  8464k|     0 |   0.0 |2857M| 182 |   - | 280 | 831 |   0 |   0 |   0 |2769k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
682.91/682.98	c   618s| 10420k|  8473k|     0 |   0.0 |2860M| 182 |   - | 280 | 817 |   0 |   0 |   0 |2772k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
683.81/683.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
683.81/683.83	c   619s| 10430k|  8482k|     0 |   0.0 |2863M| 182 |   - | 280 | 884 |   0 |   0 |   0 |2775k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
684.72/684.78	c   620s| 10440k|  8491k|     0 |   0.0 |2866M| 182 |   - | 280 | 825 |   0 |   0 |   0 |2778k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
685.61/685.63	c (node 10448945) switching to memory saving mode (mem: 2736.0M/3420.0M)
686.62/686.64	c   621s| 10450k|  8499k|     0 |   0.0 |2868M| 185 |   - | 280 | 871 |   0 |   0 |   0 |2782k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
688.11/688.11	c   623s| 10460k|  8499k|     0 |   0.0 |2869M| 187 |   - | 280 |1390 |   0 |   0 |   0 |2792k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
689.62/689.64	c   624s| 10470k|  8499k|     0 |   0.0 |2869M| 188 |   - | 280 |1635 |   0 |   0 |   0 |2802k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
691.32/691.35	c   626s| 10480k|  8499k|     0 |   0.0 |2869M| 188 |   - | 280 |2503 |   0 |   0 |   0 |2813k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
693.21/693.25	c   628s| 10490k|  8499k|     0 |   0.0 |2869M| 188 |   - | 280 |2639 |   0 |   0 |   0 |2824k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
695.01/695.08	c   629s| 10500k|  8499k|     0 |   0.0 |2869M| 188 |   - | 280 |2700 |   0 |   0 |   0 |2834k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
697.02/697.09	c   631s| 10510k|  8498k|     0 |   0.0 |2869M| 188 |   - | 280 |3615 |   0 |   0 |   0 |2846k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
699.11/699.19	c   633s| 10520k|  8498k|     0 |   0.0 |2869M| 188 |   - | 280 |3280 |   0 |   0 |   0 |2856k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
701.31/701.33	c   635s| 10530k|  8498k|     0 |   0.0 |2869M| 188 |   - | 280 |3468 |   0 |   0 |   0 |2867k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
703.41/703.44	c   637s| 10540k|  8497k|     0 |   0.0 |2869M| 188 |   - | 280 |4111 |   0 |   0 |   0 |2877k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
705.82/705.80	c   639s| 10550k|  8497k|     0 |   0.0 |2869M| 188 |   - | 280 |4653 |   0 |   0 |   0 |2887k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
708.22/708.24	c   642s| 10560k|  8496k|     0 |   0.0 |2869M| 188 |   - | 280 |4554 |   0 |   0 |   0 |2897k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
710.62/710.69	c   644s| 10570k|  8496k|     0 |   0.0 |2869M| 188 |   - | 280 |5580 |   0 |   0 |   0 |2909k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
713.41/713.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
713.41/713.43	c   647s| 10580k|  8495k|     0 |   0.0 |2869M| 188 |   - | 280 |5349 |   0 |   0 |   0 |2921k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
716.13/716.10	c   649s| 10590k|  8495k|     0 |   0.0 |2869M| 188 |   - | 280 |7312 |   0 |   0 |   0 |2934k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
718.91/718.98	c   652s| 10600k|  8494k|     0 |   0.0 |2869M| 188 |   - | 280 |7929 |   0 |   0 |   0 |2945k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
721.92/721.90	c   655s| 10610k|  8494k|     0 |   0.0 |2869M| 188 |   - | 280 |7547 |   0 |   0 |   0 |2957k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
724.82/724.81	c   658s| 10620k|  8494k|     0 |   0.0 |2869M| 188 |   - | 280 |6987 |   0 |   0 |   0 |2968k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
727.61/727.64	c   660s| 10630k|  8493k|     0 |   0.0 |2868M| 188 |   - | 280 |6522 |   0 |   0 |   0 |2978k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
730.62/730.68	c   663s| 10640k|  8493k|     0 |   0.0 |2868M| 188 |   - | 280 |6842 |   0 |   0 |   0 |2988k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
733.52/733.58	c   666s| 10650k|  8493k|     0 |   0.0 |2868M| 188 |   - | 280 |6399 |   0 |   0 |   0 |3001k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
736.92/736.92	c   669s| 10660k|  8492k|     0 |   0.0 |2868M| 188 |   - | 280 |7164 |   0 |   0 |   0 |3011k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
739.72/739.79	c   672s| 10670k|  8491k|     0 |   0.0 |2868M| 188 |   - | 280 |8150 |   0 |   0 |   0 |3021k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
743.12/743.16	c   675s| 10680k|  8491k|     0 |   0.0 |2868M| 188 |   - | 280 |8355 |   0 |   0 |   0 |3032k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
746.41/746.45	c   678s| 10690k|  8491k|     0 |   0.0 |2868M| 188 |   - | 280 |8831 |   0 |   0 |   0 |3042k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
749.82/749.84	c   682s| 10700k|  8491k|     0 |   0.0 |2869M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3053k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
753.42/753.48	c   685s| 10710k|  8491k|     0 |   0.0 |2869M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3064k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
757.41/757.47	c   689s| 10720k|  8491k|     0 |   0.0 |2870M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3077k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
761.02/761.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
761.02/761.03	c   692s| 10730k|  8491k|     0 |   0.0 |2869M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3091k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
764.52/764.52	c   696s| 10740k|  8489k|     0 |   0.0 |2867M| 188 |   - | 280 |8205 |   0 |   0 |   0 |3102k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
767.92/767.95	c   699s| 10750k|  8489k|     0 |   0.0 |2868M| 188 |   - | 280 |9496 |   0 |   0 |   0 |3112k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
771.22/771.29	c   702s| 10760k|  8489k|     0 |   0.0 |2867M| 188 |   - | 280 |8104 |   0 |   0 |   0 |3122k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
774.72/774.75	c   706s| 10770k|  8489k|     0 |   0.0 |2868M| 188 |   - | 280 |9669 |   0 |   0 |   0 |3131k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
778.32/778.33	c   709s| 10780k|  8489k|     0 |   0.0 |2868M| 188 |   - | 280 |9980 |   0 |   0 |   0 |3142k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
781.81/781.81	c   713s| 10790k|  8488k|     0 |   0.0 |2868M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3154k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
785.32/785.38	c   716s| 10800k|  8487k|     0 |   0.0 |2868M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3167k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
788.73/788.74	c   719s| 10810k|  8486k|     0 |   0.0 |2866M| 188 |   - | 280 |8669 |   0 |   0 |   0 |3178k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
792.22/792.22	c   723s| 10820k|  8486k|     0 |   0.0 |2867M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3189k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
796.22/796.24	c   726s| 10830k|  8486k|     0 |   0.0 |2867M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3200k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
800.42/800.44	c   731s| 10840k|  8486k|     0 |   0.0 |2868M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3211k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
804.62/804.61	c   735s| 10850k|  8486k|     0 |   0.0 |2867M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3222k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
808.72/808.78	c   739s| 10860k|  8486k|     0 |   0.0 |2868M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3232k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
813.12/813.11	c   743s| 10870k|  8486k|     0 |   0.0 |2868M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3243k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
817.82/817.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
817.82/817.87	c   747s| 10880k|  8486k|     0 |   0.0 |2868M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3254k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
822.42/822.49	c   752s| 10890k|  8486k|     0 |   0.0 |2868M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3267k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
825.92/825.99	c   755s| 10900k|  8486k|     0 |   0.0 |2868M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3279k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
829.72/829.71	c   759s| 10910k|  8484k|     0 |   0.0 |2866M| 188 |   - | 280 |8316 |   0 |   0 |   0 |3293k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
832.92/832.94	c   762s| 10920k|  8483k|     0 |   0.0 |2865M| 188 |   - | 280 |8194 |   0 |   0 |   0 |3304k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
836.62/836.60	c   766s| 10930k|  8483k|     0 |   0.0 |2865M| 188 |   - | 280 |8783 |   0 |   0 |   0 |3316k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
840.22/840.27	c   769s| 10940k|  8483k|     0 |   0.0 |2866M| 188 |   - | 280 |9524 |   0 |   0 |   0 |3327k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
844.22/844.23	c   773s| 10950k|  8483k|     0 |   0.0 |2866M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3338k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
848.12/848.19	c   777s| 10960k|  8483k|     0 |   0.0 |2867M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3351k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
851.92/851.91	c   780s| 10970k|  8483k|     0 |   0.0 |2866M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3363k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
855.62/855.62	c   784s| 10980k|  8483k|     0 |   0.0 |2867M| 188 |   - | 280 |  13k|   0 |   0 |   0 |3377k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
859.82/859.82	c   788s| 10990k|  8483k|     0 |   0.0 |2867M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3389k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
864.33/864.34	c   792s| 11000k|  8483k|     0 |   0.0 |2867M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3400k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
868.02/868.09	c   796s| 11010k|  8480k|     0 |   0.0 |2865M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3414k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
871.52/871.57	c   799s| 11020k|  8480k|     0 |   0.0 |2864M| 188 |   - | 280 |8330 |   0 |   0 |   0 |3426k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
875.02/875.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
875.02/875.06	c   803s| 11030k|  8480k|     0 |   0.0 |2864M| 188 |   - | 280 |8592 |   0 |   0 |   0 |3436k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
878.72/878.72	c   806s| 11040k|  8480k|     0 |   0.0 |2865M| 188 |   - | 280 |9502 |   0 |   0 |   0 |3447k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
882.73/882.73	c   810s| 11050k|  8480k|     0 |   0.0 |2865M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3458k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
886.72/886.75	c   814s| 11060k|  8480k|     0 |   0.0 |2865M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3468k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
891.02/891.05	c   818s| 11070k|  8480k|     0 |   0.0 |2866M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3478k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
895.53/895.53	c   823s| 11080k|  8480k|     0 |   0.0 |2866M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3488k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
899.43/899.49	c   827s| 11090k|  8480k|     0 |   0.0 |2866M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3502k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
903.32/903.30	c   830s| 11100k|  8480k|     0 |   0.0 |2866M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3514k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
907.03/907.04	c   834s| 11110k|  8480k|     0 |   0.0 |2866M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3525k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
910.93/910.92	c   838s| 11120k|  8480k|     0 |   0.0 |2867M| 188 |   - | 280 |  15k|   0 |   0 |   0 |3537k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
915.52/915.50	c   842s| 11130k|  8480k|     0 |   0.0 |2866M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3549k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
919.22/919.25	c   846s| 11140k|  8477k|     0 |   0.0 |2863M| 188 |   - | 280 |9629 |   0 |   0 |   0 |3564k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
923.13/923.11	c   849s| 11150k|  8476k|     0 |   0.0 |2863M| 188 |   - | 280 |9047 |   0 |   0 |   0 |3577k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
926.92/926.97	c   853s| 11160k|  8476k|     0 |   0.0 |2863M| 188 |   - | 280 |8927 |   0 |   0 |   0 |3589k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
931.03/931.08	c   857s| 11170k|  8476k|     0 |   0.0 |2864M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3599k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
935.32/935.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
935.32/935.34	c   861s| 11180k|  8476k|     0 |   0.0 |2865M| 188 |   - | 280 |  14k|   0 |   0 |   0 |3614k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
939.22/939.28	c   865s| 11190k|  8476k|     0 |   0.0 |2865M| 188 |   - | 280 |  13k|   0 |   0 |   0 |3625k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
943.23/943.26	c   869s| 11200k|  8476k|     0 |   0.0 |2865M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3637k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
947.33/947.31	c   873s| 11210k|  8476k|     0 |   0.0 |2864M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3647k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
951.23/951.26	c   877s| 11220k|  8476k|     0 |   0.0 |2865M| 188 |   - | 280 |  14k|   0 |   0 |   0 |3659k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
955.52/955.55	c   881s| 11230k|  8476k|     0 |   0.0 |2865M| 188 |   - | 280 |  13k|   0 |   0 |   0 |3671k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
959.83/959.85	c   885s| 11240k|  8476k|     0 |   0.0 |2865M| 188 |   - | 280 |  14k|   0 |   0 |   0 |3686k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
964.74/964.75	c   890s| 11250k|  8476k|     0 |   0.0 |2865M| 188 |   - | 280 |  14k|   0 |   0 |   0 |3696k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
970.13/970.16	c   895s| 11260k|  8476k|     0 |   0.0 |2865M| 188 |   - | 280 |  14k|   0 |   0 |   0 |3707k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
975.63/975.69	c   900s| 11270k|  8476k|     0 |   0.0 |2866M| 188 |   - | 280 |  15k|   0 |   0 |   0 |3718k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
980.92/980.94	c   906s| 11280k|  8476k|     0 |   0.0 |2866M| 188 |   - | 280 |  15k|   0 |   0 |   0 |3729k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
985.43/985.40	c   910s| 11290k|  8474k|     0 |   0.0 |2864M| 188 |   - | 280 |  13k|   0 |   0 |   0 |3744k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
989.33/989.32	c   914s| 11300k|  8473k|     0 |   0.0 |2863M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3757k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
993.23/993.25	c   917s| 11310k|  8473k|     0 |   0.0 |2862M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3769k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
997.52/997.57	c   922s| 11320k|  8473k|     0 |   0.0 |2863M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3778k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1002.03/1002.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1002.03/1002.07	c   926s| 11330k|  8473k|     0 |   0.0 |2862M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3788k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1006.54/1006.53	c   930s| 11340k|  8473k|     0 |   0.0 |2863M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3799k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1011.23/1011.23	c   935s| 11350k|  8473k|     0 |   0.0 |2863M| 188 |   - | 280 |  12k|   0 |   0 |   0 |3808k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1015.34/1015.36	c   939s| 11360k|  8472k|     0 |   0.0 |2864M| 188 |   - | 280 |  16k|   0 |   0 |   0 |3823k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1019.53/1019.60	c   943s| 11370k|  8472k|     0 |   0.0 |2863M| 188 |   - | 280 |  13k|   0 |   0 |   0 |3834k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1023.53/1023.57	c   947s| 11380k|  8472k|     0 |   0.0 |2863M| 188 |   - | 280 |  13k|   0 |   0 |   0 |3845k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1027.73/1027.75	c   951s| 11390k|  8472k|     0 |   0.0 |2863M| 188 |   - | 280 |  13k|   0 |   0 |   0 |3857k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1031.93/1031.97	c   955s| 11400k|  8472k|     0 |   0.0 |2863M| 188 |   - | 280 |  13k|   0 |   0 |   0 |3867k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1035.93/1035.93	c   959s| 11410k|  8472k|     0 |   0.0 |2863M| 188 |   - | 280 |  14k|   0 |   0 |   0 |3878k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1040.23/1040.28	c   963s| 11420k|  8472k|     0 |   0.0 |2863M| 188 |   - | 280 |  14k|   0 |   0 |   0 |3888k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1044.33/1044.31	c   967s| 11430k|  8472k|     0 |   0.0 |2864M| 188 |   - | 280 |  15k|   0 |   0 |   0 |3899k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1048.53/1048.54	c   971s| 11440k|  8472k|     0 |   0.0 |2864M| 188 |   - | 280 |  16k|   0 |   0 |   0 |3913k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1053.33/1053.31	c   976s| 11450k|  8472k|     0 |   0.0 |2864M| 188 |   - | 280 |  15k|   0 |   0 |   0 |3924k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1058.43/1058.43	c   981s| 11460k|  8472k|     0 |   0.0 |2864M| 188 |   - | 280 |  15k|   0 |   0 |   0 |3934k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1063.03/1063.02	c   985s| 11470k|  8470k|     0 |   0.0 |2863M| 188 |   - | 280 |  14k|   0 |   0 |   0 |3947k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1067.14/1067.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.14/1067.16	c   989s| 11480k|  8470k|     0 |   0.0 |2861M| 188 |   - | 280 |  11k|   0 |   0 |   0 |3960k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1070.73/1070.72	c   993s| 11490k|  8469k|     0 |   0.0 |2862M| 188 |   - | 280 |  13k|   0 |   0 |   0 |3974k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1074.44/1074.44	c   996s| 11500k|  8468k|     0 |   0.0 |2860M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3987k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1078.53/1078.52	c  1000s| 11510k|  8468k|     0 |   0.0 |2860M| 188 |   - | 280 |  10k|   0 |   0 |   0 |3997k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1082.73/1082.76	c  1004s| 11520k|  8468k|     0 |   0.0 |2860M| 188 |   - | 280 |  10k|   0 |   0 |   0 |4007k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1087.23/1087.26	c  1009s| 11530k|  8468k|     0 |   0.0 |2861M| 188 |   - | 280 |  11k|   0 |   0 |   0 |4017k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1092.24/1092.27	c  1014s| 11540k|  8468k|     0 |   0.0 |2861M| 188 |   - | 280 |  12k|   0 |   0 |   0 |4028k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1097.04/1097.04	c  1018s| 11550k|  8468k|     0 |   0.0 |2861M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4040k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1101.33/1101.30	c  1022s| 11560k|  8468k|     0 |   0.0 |2863M| 188 |   - | 280 |  17k|   0 |   0 |   0 |4057k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1105.73/1105.76	c  1027s| 11570k|  8468k|     0 |   0.0 |2862M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4068k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1110.14/1110.10	c  1031s| 11580k|  8468k|     0 |   0.0 |2862M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4080k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1114.34/1114.35	c  1035s| 11590k|  8468k|     0 |   0.0 |2861M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4090k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1118.54/1118.52	c  1039s| 11600k|  8468k|     0 |   0.0 |2861M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4100k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1122.73/1122.78	c  1043s| 11610k|  8468k|     0 |   0.0 |2862M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4111k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1127.13/1127.13	c  1047s| 11620k|  8468k|     0 |   0.0 |2862M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4122k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1131.63/1131.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1131.63/1131.67	c  1052s| 11630k|  8468k|     0 |   0.0 |2862M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4133k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1136.04/1136.05	c  1056s| 11640k|  8468k|     0 |   0.0 |2862M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4147k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1141.43/1141.50	c  1061s| 11650k|  8468k|     0 |   0.0 |2862M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4161k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1147.43/1147.47	c  1067s| 11660k|  8468k|     0 |   0.0 |2863M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4173k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1152.74/1152.73	c  1072s| 11670k|  8467k|     0 |   0.0 |2863M| 188 |   - | 280 |  17k|   0 |   0 |   0 |4186k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1157.44/1157.43	c  1077s| 11680k|  8466k|     0 |   0.0 |2860M| 188 |   - | 280 |  12k|   0 |   0 |   0 |4199k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1161.33/1161.30	c  1081s| 11690k|  8465k|     0 |   0.0 |2859M| 188 |   - | 280 |  11k|   0 |   0 |   0 |4210k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1164.94/1164.92	c  1084s| 11700k|  8465k|     0 |   0.0 |2859M| 188 |   - | 280 |  11k|   0 |   0 |   0 |4224k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1168.43/1168.46	c  1088s| 11710k|  8464k|     0 |   0.0 |2859M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4238k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1172.24/1172.24	c  1091s| 11720k|  8464k|     0 |   0.0 |2858M| 188 |   - | 280 |9774 |   0 |   0 |   0 |4249k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1176.44/1176.44	c  1095s| 11730k|  8464k|     0 |   0.0 |2859M| 188 |   - | 280 |  11k|   0 |   0 |   0 |4260k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1180.94/1180.97	c  1100s| 11740k|  8464k|     0 |   0.0 |2859M| 188 |   - | 280 |  11k|   0 |   0 |   0 |4270k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1186.04/1186.00	c  1105s| 11750k|  8464k|     0 |   0.0 |2860M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4281k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1191.53/1191.52	c  1110s| 11760k|  8464k|     0 |   0.0 |2861M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4293k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1196.54/1196.59	c  1115s| 11770k|  8464k|     0 |   0.0 |2860M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4303k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1202.14/1202.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1202.14/1202.14	c  1120s| 11780k|  8464k|     0 |   0.0 |2861M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4313k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1208.13/1208.12	c  1126s| 11790k|  8464k|     0 |   0.0 |2861M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4323k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1214.04/1214.09	c  1132s| 11800k|  8464k|     0 |   0.0 |2861M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4333k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1219.84/1219.87	c  1138s| 11810k|  8464k|     0 |   0.0 |2861M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4343k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1225.94/1225.97	c  1144s| 11820k|  8464k|     0 |   0.0 |2862M| 188 |   - | 280 |  17k|   0 |   0 |   0 |4354k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1232.24/1232.25	c  1150s| 11830k|  8464k|     0 |   0.0 |2862M| 188 |   - | 280 |  17k|   0 |   0 |   0 |4365k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1237.14/1237.11	c  1155s| 11840k|  8463k|     0 |   0.0 |2862M| 188 |   - | 280 |  18k|   0 |   0 |   0 |4382k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1242.14/1242.12	c  1159s| 11850k|  8463k|     0 |   0.0 |2862M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4395k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1247.04/1247.06	c  1164s| 11860k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4407k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1251.85/1251.83	c  1169s| 11870k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4418k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1256.44/1256.40	c  1173s| 11880k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4429k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1261.14/1261.16	c  1178s| 11890k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4440k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1265.64/1265.69	c  1182s| 11900k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4451k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1270.04/1270.08	c  1187s| 11910k|  8463k|     0 |   0.0 |2860M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4462k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1274.34/1274.38	c  1191s| 11920k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4472k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1278.84/1278.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1278.84/1278.88	c  1195s| 11930k|  8463k|     0 |   0.0 |2860M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4482k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1283.34/1283.32	c  1199s| 11940k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4493k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1288.05/1288.06	c  1204s| 11950k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4502k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1292.74/1292.74	c  1208s| 11960k|  8463k|     0 |   0.0 |2862M| 188 |   - | 280 |  17k|   0 |   0 |   0 |4517k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1297.64/1297.68	c  1213s| 11970k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4528k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1302.55/1302.57	c  1218s| 11980k|  8463k|     0 |   0.0 |2861M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4542k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1306.94/1306.99	c  1222s| 11990k|  8462k|     0 |   0.0 |2861M| 188 |   - | 280 |  17k|   0 |   0 |   0 |4557k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1311.35/1311.30	c  1227s| 12000k|  8462k|     0 |   0.0 |2860M| 188 |   - | 280 |  12k|   0 |   0 |   0 |4570k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1315.44/1315.49	c  1231s| 12010k|  8461k|     0 |   0.0 |2859M| 188 |   - | 280 |  11k|   0 |   0 |   0 |4583k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1319.44/1319.40	c  1234s| 12020k|  8461k|     0 |   0.0 |2859M| 188 |   - | 280 |  11k|   0 |   0 |   0 |4594k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1323.04/1323.09	c  1238s| 12030k|  8460k|     0 |   0.0 |2858M| 188 |   - | 280 |9778 |   0 |   0 |   0 |4607k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1326.44/1326.45	c  1241s| 12040k|  8459k|     0 |   0.0 |2857M| 188 |   - | 280 |8778 |   0 |   0 |   0 |4620k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1329.73/1329.78	c  1244s| 12050k|  8459k|     0 |   0.0 |2857M| 188 |   - | 280 |9845 |   0 |   0 |   0 |4632k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1333.04/1333.09	c  1248s| 12060k|  8459k|     0 |   0.0 |2857M| 188 |   - | 280 |8384 |   0 |   0 |   0 |4644k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1336.55/1336.52	c  1251s| 12070k|  8458k|     0 |   0.0 |2856M| 188 |   - | 280 |7925 |   0 |   0 |   0 |4655k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1340.24/1340.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1340.24/1340.22	c  1254s| 12080k|  8458k|     0 |   0.0 |2857M| 188 |   - | 280 |8883 |   0 |   0 |   0 |4666k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1344.04/1344.00	c  1258s| 12090k|  8458k|     0 |   0.0 |2857M| 188 |   - | 280 |9567 |   0 |   0 |   0 |4676k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1348.44/1348.45	c  1262s| 12100k|  8458k|     0 |   0.0 |2857M| 188 |   - | 280 |  10k|   0 |   0 |   0 |4686k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1352.74/1352.74	c  1267s| 12110k|  8458k|     0 |   0.0 |2858M| 188 |   - | 280 |  12k|   0 |   0 |   0 |4696k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1357.74/1357.71	c  1271s| 12120k|  8458k|     0 |   0.0 |2858M| 188 |   - | 280 |  12k|   0 |   0 |   0 |4708k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1362.63/1362.60	c  1276s| 12130k|  8458k|     0 |   0.0 |2859M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4718k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1367.64/1367.66	c  1281s| 12140k|  8458k|     0 |   0.0 |2859M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4729k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1373.24/1373.26	c  1287s| 12150k|  8458k|     0 |   0.0 |2859M| 188 |   - | 280 |  13k|   0 |   0 |   0 |4739k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1379.04/1379.06	c  1292s| 12160k|  8458k|     0 |   0.0 |2859M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4749k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1385.04/1385.00	c  1298s| 12170k|  8458k|     0 |   0.0 |2859M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4760k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1391.14/1391.14	c  1304s| 12180k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4771k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1396.64/1396.63	c  1310s| 12190k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4783k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1401.54/1401.54	c  1314s| 12200k|  8458k|     0 |   0.0 |2861M| 188 |   - | 280 |  19k|   0 |   0 |   0 |4800k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1406.75/1406.73	c  1319s| 12210k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  17k|   0 |   0 |   0 |4815k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1411.94/1411.99	c  1324s| 12220k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4826k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1417.15/1417.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1417.15/1417.17	c  1329s| 12230k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4837k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1422.14/1422.17	c  1334s| 12240k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4847k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1427.14/1427.12	c  1339s| 12250k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4858k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1432.15/1432.18	c  1344s| 12260k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4868k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1437.14/1437.13	c  1349s| 12270k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4880k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1442.15/1442.19	c  1354s| 12280k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4891k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1447.04/1447.04	c  1358s| 12290k|  8458k|     0 |   0.0 |2859M| 188 |   - | 280 |  14k|   0 |   0 |   0 |4903k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1451.84/1451.89	c  1363s| 12300k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4916k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1457.15/1457.13	c  1368s| 12310k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  15k|   0 |   0 |   0 |4928k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1462.04/1462.07	c  1373s| 12320k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4940k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1467.35/1467.38	c  1378s| 12330k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |4952k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1472.55/1472.57	c  1383s| 12340k|  8458k|     0 |   0.0 |2861M| 188 |   - | 280 |  18k|   0 |   0 |   0 |4965k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1477.94/1477.97	c  1389s| 12350k|  8458k|     0 |   0.0 |2862M| 188 |   - | 280 |  22k|   0 |   0 |   0 |4980k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1483.55/1483.57	c  1394s| 12360k|  8458k|     0 |   0.0 |2861M| 188 |   - | 280 |  19k|   0 |   0 |   0 |4990k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1489.95/1489.92	c  1400s| 12370k|  8458k|     0 |   0.0 |2861M| 188 |   - | 280 |  18k|   0 |   0 |   0 |5003k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1495.55/1495.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1495.55/1495.55	c  1406s| 12380k|  8458k|     0 |   0.0 |2860M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5016k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1500.05/1500.05	c  1410s| 12390k|  8457k|     0 |   0.0 |2859M| 188 |   - | 280 |  15k|   0 |   0 |   0 |5028k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1504.34/1504.34	c  1414s| 12400k|  8457k|     0 |   0.0 |2859M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5042k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1508.65/1508.64	c  1419s| 12410k|  8456k|     0 |   0.0 |2859M| 188 |   - | 280 |  14k|   0 |   0 |   0 |5055k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1512.84/1512.89	c  1423s| 12420k|  8455k|     0 |   0.0 |2858M| 188 |   - | 280 |  14k|   0 |   0 |   0 |5067k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1516.86/1516.84	c  1427s| 12430k|  8455k|     0 |   0.0 |2857M| 188 |   - | 280 |  11k|   0 |   0 |   0 |5080k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1520.85/1520.84	c  1430s| 12440k|  8455k|     0 |   0.0 |2857M| 188 |   - | 280 |  11k|   0 |   0 |   0 |5092k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1525.05/1525.05	c  1434s| 12450k|  8455k|     0 |   0.0 |2856M| 188 |   - | 280 |  10k|   0 |   0 |   0 |5103k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1528.85/1528.88	c  1438s| 12460k|  8455k|     0 |   0.0 |2857M| 188 |   - | 280 |  12k|   0 |   0 |   0 |5117k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1532.74/1532.71	c  1442s| 12470k|  8454k|     0 |   0.0 |2856M| 188 |   - | 280 |  11k|   0 |   0 |   0 |5128k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1536.65/1536.60	c  1446s| 12480k|  8454k|     0 |   0.0 |2857M| 188 |   - | 280 |  12k|   0 |   0 |   0 |5140k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1540.24/1540.26	c  1449s| 12490k|  8454k|     0 |   0.0 |2856M| 188 |   - | 280 |  10k|   0 |   0 |   0 |5150k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1544.15/1544.19	c  1453s| 12500k|  8454k|     0 |   0.0 |2856M| 188 |   - | 280 |  11k|   0 |   0 |   0 |5164k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1547.95/1547.97	c  1457s| 12510k|  8453k|     0 |   0.0 |2856M| 188 |   - | 280 |  13k|   0 |   0 |   0 |5178k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1552.55/1552.56	c  1461s| 12520k|  8453k|     0 |   0.0 |2855M| 188 |   - | 280 |  10k|   0 |   0 |   0 |5191k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1557.25/1557.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1557.25/1557.25	c  1466s| 12530k|  8453k|     0 |   0.0 |2855M| 188 |   - | 280 |9244 |   0 |   0 |   0 |5201k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1561.05/1561.07	c  1469s| 12540k|  8453k|     0 |   0.0 |2855M| 188 |   - | 280 |9884 |   0 |   0 |   0 |5211k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1565.35/1565.37	c  1474s| 12550k|  8453k|     0 |   0.0 |2856M| 188 |   - | 280 |  10k|   0 |   0 |   0 |5221k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1570.05/1570.08	c  1478s| 12560k|  8453k|     0 |   0.0 |2856M| 188 |   - | 280 |  11k|   0 |   0 |   0 |5232k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1575.05/1575.03	c  1483s| 12570k|  8453k|     0 |   0.0 |2856M| 188 |   - | 280 |  13k|   0 |   0 |   0 |5243k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1580.35/1580.34	c  1488s| 12580k|  8453k|     0 |   0.0 |2857M| 188 |   - | 280 |  15k|   0 |   0 |   0 |5256k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1586.16/1586.15	c  1494s| 12590k|  8453k|     0 |   0.0 |2857M| 188 |   - | 280 |  14k|   0 |   0 |   0 |5266k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1591.76/1591.75	c  1499s| 12600k|  8453k|     0 |   0.0 |2858M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5278k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1597.46/1597.48	c  1505s| 12610k|  8453k|     0 |   0.0 |2858M| 188 |   - | 280 |  17k|   0 |   0 |   0 |5290k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1603.75/1603.79	c  1511s| 12620k|  8453k|     0 |   0.0 |2859M| 188 |   - | 280 |  17k|   0 |   0 |   0 |5301k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1610.46/1610.49	c  1518s| 12630k|  8453k|     0 |   0.0 |2859M| 188 |   - | 280 |  18k|   0 |   0 |   0 |5311k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1617.46/1617.47	c  1525s| 12640k|  8453k|     0 |   0.0 |2859M| 188 |   - | 280 |  19k|   0 |   0 |   0 |5322k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1623.75/1623.79	c  1531s| 12650k|  8453k|     0 |   0.0 |2859M| 188 |   - | 280 |  18k|   0 |   0 |   0 |5334k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1628.65/1628.68	c  1536s| 12660k|  8453k|     0 |   0.0 |2858M| 188 |   - | 280 |  17k|   0 |   0 |   0 |5348k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1633.56/1633.56	c  1540s| 12670k|  8453k|     0 |   0.0 |2860M| 188 |   - | 280 |  23k|   0 |   0 |   0 |5365k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1639.35/1639.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1639.35/1639.36	c  1546s| 12680k|  8453k|     0 |   0.0 |2860M| 188 |   - | 280 |  20k|   0 |   0 |   0 |5378k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1645.05/1645.02	c  1551s| 12690k|  8453k|     0 |   0.0 |2859M| 188 |   - | 280 |  20k|   0 |   0 |   0 |5391k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1650.66/1650.60	c  1557s| 12700k|  8453k|     0 |   0.0 |2859M| 188 |   - | 280 |  18k|   0 |   0 |   0 |5402k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1655.85/1655.86	c  1562s| 12710k|  8453k|     0 |   0.0 |2859M| 188 |   - | 280 |  17k|   0 |   0 |   0 |5413k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1661.15/1661.18	c  1567s| 12720k|  8453k|     0 |   0.0 |2858M| 188 |   - | 280 |  17k|   0 |   0 |   0 |5423k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1666.46/1666.45	c  1572s| 12730k|  8453k|     0 |   0.0 |2858M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5434k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1671.35/1671.39	c  1577s| 12740k|  8453k|     0 |   0.0 |2858M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5445k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1676.55/1676.57	c  1582s| 12750k|  8453k|     0 |   0.0 |2858M| 188 |   - | 280 |  17k|   0 |   0 |   0 |5456k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1681.96/1681.96	c  1587s| 12760k|  8453k|     0 |   0.0 |2858M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5466k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1686.95/1686.91	c  1592s| 12770k|  8453k|     0 |   0.0 |2858M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5475k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1691.76/1691.72	c  1597s| 12780k|  8452k|     0 |   0.0 |2858M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5487k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1696.56/1696.54	c  1602s| 12790k|  8452k|     0 |   0.0 |2858M| 188 |   - | 280 |  17k|   0 |   0 |   0 |5498k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1701.56/1701.57	c  1607s| 12800k|  8452k|     0 |   0.0 |2858M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5509k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1706.66/1706.60	c  1612s| 12810k|  8452k|     0 |   0.0 |2858M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5520k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1711.66/1711.64	c  1616s| 12820k|  8452k|     0 |   0.0 |2859M| 188 |   - | 280 |  18k|   0 |   0 |   0 |5534k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1717.17/1717.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1717.17/1717.17	c  1622s| 12830k|  8452k|     0 |   0.0 |2859M| 188 |   - | 280 |  17k|   0 |   0 |   0 |5546k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1722.75/1722.71	c  1627s| 12840k|  8452k|     0 |   0.0 |2859M| 188 |   - | 280 |  18k|   0 |   0 |   0 |5560k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1728.06/1728.03	c  1632s| 12850k|  8452k|     0 |   0.0 |2860M| 188 |   - | 280 |  20k|   0 |   0 |   0 |5573k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1733.16/1733.15	c  1637s| 12860k|  8452k|     0 |   0.0 |2858M| 188 |   - | 280 |  16k|   0 |   0 |   0 |5588k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1737.75/1737.79	c  1642s| 12870k|  8452k|     0 |   0.0 |2858M| 188 |   - | 280 |  17k|   0 |   0 |   0 |5604k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1742.46/1742.48	c  1647s| 12880k|  8451k|     0 |   0.0 |2857M| 188 |   - | 280 |  13k|   0 |   0 |   0 |5615k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1746.77/1746.71	c  1651s| 12890k|  8451k|     0 |   0.0 |2857M| 188 |   - | 280 |  15k|   0 |   0 |   0 |5629k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1751.46/1751.40	c  1655s| 12900k|  8451k|     0 |   0.0 |2857M| 188 |   - | 280 |  14k|   0 |   0 |   0 |5640k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1755.67/1755.66	c  1659s| 12910k|  8450k|     0 |   0.0 |2857M| 188 |   - | 280 |  15k|   0 |   0 |   0 |5651k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1759.85/1759.86	c  1663s| 12920k|  8450k|     0 |   0.0 |2856M| 188 |   - | 280 |  14k|   0 |   0 |   0 |5663k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1764.16/1764.17	c  1668s| 12930k|  8450k|     0 |   0.0 |2856M| 188 |   - | 280 |  13k|   0 |   0 |   0 |5677k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1768.36/1768.38	c  1672s| 12940k|  8449k|     0 |   0.0 |2855M| 188 |   - | 280 |  13k|   0 |   0 |   0 |5690k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1772.56/1772.55	c  1676s| 12950k|  8449k|     0 |   0.0 |2855M| 188 |   - | 280 |  11k|   0 |   0 |   0 |5700k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1776.57/1776.58	c  1680s| 12960k|  8449k|     0 |   0.0 |2855M| 188 |   - | 280 |  12k|   0 |   0 |   0 |5713k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1780.76/1780.79	c  1684s| 12970k|  8449k|     0 |   0.0 |2854M| 188 |   - | 280 |  11k|   0 |   0 |   0 |5725k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1784.66/1784.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1784.66/1784.61	c  1687s| 12980k|  8449k|     0 |   0.0 |2854M| 188 |   - | 280 |  10k|   0 |   0 |   0 |5736k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1788.36/1788.32	c  1691s| 12990k|  8448k|     0 |   0.0 |2854M| 188 |   - | 280 |  10k|   0 |   0 |   0 |5746k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1791.76/1791.76	c  1694s| 13000k|  8448k|     0 |   0.0 |2854M| 188 |   - | 280 |  10k|   0 |   0 |   0 |5757k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1795.36/1795.32	c  1698s| 13010k|  8448k|     0 |   0.0 |2854M| 188 |   - | 280 |  10k|   0 |   0 |   0 |5768k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1798.66/1798.66	c  1701s| 13020k|  8448k|     0 |   0.0 |2853M| 188 |   - | 280 |  10k|   0 |   0 |   0 |5779k|   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
1800.07/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.00	c 
1800.07/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.00	c Solving Time (sec) : 1702.26
1800.07/1800.00	c Solving Nodes      : 13023793
1800.07/1800.00	c Primal Bound       : +3.00000000000000e+00 (7 solutions)
1800.07/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.00	c Gap                : infinite
1800.07/1800.00	s SATISFIABLE
1800.07/1800.00	v x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 
1800.07/1800.00	v x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 
1800.07/1800.00	v -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 
1800.07/1800.00	v -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 
1800.07/1800.00	v -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 
1800.07/1800.00	v -x113 -x112 x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 
1800.07/1800.00	v -x91 -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.07/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 
1800.07/1800.00	v -x40 -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.07/1800.00	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
1800.07/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.00	c Solving Time       :    1702.26
1800.07/1800.00	c Original Problem   :
1800.07/1800.00	c   Problem name     : HOME/instance-2693729-1277890913.wbo
1800.07/1800.00	c   Variables        : 280 (250 binary, 0 integer, 0 implicit integer, 30 continuous)
1800.07/1800.00	c   Constraints      : 73 initial, 73 maximal
1800.07/1800.00	c Presolved Problem  :
1800.07/1800.00	c   Problem name     : t_HOME/instance-2693729-1277890913.wbo
1800.07/1800.00	c   Variables        : 280 (250 binary, 0 integer, 0 implicit integer, 30 continuous)
1800.07/1800.00	c   Constraints      : 72 initial, 24873 maximal
1800.07/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   linear           :       0.00          0          0          0         30          0          1          0          0
1800.07/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   root node        :          -         23          -          -         46          -          -          -          -
1800.07/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.00	c   indicator        :         30          0    5768300          0    2560043          0     118019          0          0          0
1800.07/1800.00	c   setppc           :          4          0   23692811          0   11612626     345543    9666082          0          0          0
1800.07/1800.00	c   linear           :         30          0   25617454          0   12028170    1232877   27697494          0          0          0
1800.07/1800.00	c   logicor          :          8+         0   12848565          0   11811660     562545   10277120          0          0          0
1800.07/1800.00	c   countsols        :          0          0          0          0   12028177          0          0          0          0          0
1800.07/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.00	c   indicator        :       2.70       0.00       1.39       0.00       1.31
1800.07/1800.00	c   setppc           :      53.70       0.00      45.53       0.00       8.17
1800.07/1800.00	c   linear           :     189.06       0.00     184.19       0.00       4.87
1800.07/1800.00	c   logicor          :     462.85       0.00     452.66       0.00      10.19
1800.07/1800.00	c   countsols        :       2.19       0.00       0.00       0.00       2.19
1800.07/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.00	c   vbounds          :       5.42          2          0          0
1800.07/1800.00	c   rootredcost      :       5.13          0          0          0
1800.07/1800.00	c   pseudoobj        :      28.15   25966277       1652      80018
1800.07/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.00	c   propagation      :      99.48    2142617    2142612   12471603       36.8    1466879       11.1          -
1800.07/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.00	c   pseudo solution  :       0.00          2          2          9       22.1          5       18.2          -
1800.07/1800.00	c   applied globally :          -          -          -    4875677       19.2          -          -          -
1800.07/1800.00	c   applied locally  :          -          -          -     907746       37.8          -          -          -
1800.07/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.07/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.07/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.07/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.07/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.07/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.07/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.07/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.00	c Pricers            :       Time      Calls       Vars
1800.07/1800.00	c   problem variables:       0.00          0          0
1800.07/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   inference        :     104.35   12028170          0          0          0          0   24056340
1800.07/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.00	c   LP solutions     :       0.00          -          0
1800.07/1800.00	c   pseudo solutions :       1.57          -          7
1800.07/1800.00	c   oneopt           :       3.71          0          0
1800.07/1800.00	c   trivial          :       0.00          2          0
1800.07/1800.00	c   simplerounding   :       0.00          0          0
1800.07/1800.00	c   zirounding       :       0.00          0          0
1800.07/1800.00	c   rounding         :       0.00          0          0
1800.07/1800.00	c   shifting         :       0.00          0          0
1800.07/1800.00	c   intshifting      :       0.00          0          0
1800.07/1800.00	c   twoopt           :       0.00          0          0
1800.07/1800.00	c   fixandinfer      :       0.00          0          0
1800.07/1800.00	c   feaspump         :       0.00          0          0
1800.07/1800.00	c   coefdiving       :       0.00          0          0
1800.07/1800.00	c   pscostdiving     :       0.00          0          0
1800.07/1800.00	c   fracdiving       :       0.00          0          0
1800.07/1800.00	c   veclendiving     :       0.00          0          0
1800.07/1800.00	c   intdiving        :       0.00          0          0
1800.07/1800.00	c   actconsdiving    :       0.00          0          0
1800.07/1800.00	c   objpscostdiving  :       0.00          0          0
1800.07/1800.00	c   rootsoldiving    :       0.00          0          0
1800.07/1800.00	c   linesearchdiving :       0.00          0          0
1800.07/1800.00	c   guideddiving     :       0.00          0          0
1800.07/1800.00	c   octane           :       0.00          0          0
1800.07/1800.00	c   rens             :       0.00          0          0
1800.07/1800.00	c   rins             :       0.00          0          0
1800.07/1800.00	c   localbranching   :       0.00          0          0
1800.07/1800.00	c   mutation         :       0.00          0          0
1800.07/1800.00	c   crossover        :       0.00          0          0
1800.07/1800.00	c   dins             :       0.00          0          0
1800.07/1800.00	c   undercover       :       0.00          0          0
1800.07/1800.00	c   nlp              :       2.87          0          0
1800.07/1800.00	c   trysol           :       2.55          1          0
1800.07/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.07/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.07/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.07/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.00	c B&B Tree           :
1800.07/1800.00	c   number of runs   :          1
1800.07/1800.00	c   nodes            :   13023793
1800.07/1800.00	c   nodes (total)    :   13023793
1800.07/1800.00	c   nodes left       :    8447997
1800.07/1800.00	c   max depth        :        188
1800.07/1800.00	c   max depth (total):        188
1800.07/1800.00	c   backtracks       :    1275723 (9.8%)
1800.07/1800.00	c   delayed cutoffs  :    1481710
1800.07/1800.00	c   repropagations   :    2625934 (20697683 domain reductions, 1147003 cutoffs)
1800.07/1800.00	c   avg switch length:       4.15
1800.07/1800.00	c   switching time   :     536.09
1800.07/1800.00	c Solution           :
1800.07/1800.00	c   Solutions found  :          7 (7 improvements)
1800.07/1800.00	c   First Solution   : +1.32000000000000e+02   (in run 1, after 783 nodes, 0.03 seconds, depth 141, found by <relaxation>)
1800.07/1800.00	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 2463254 nodes, 112.13 seconds, depth 143, found by <relaxation>)
1800.07/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.00	c   Gap              :   infinite
1800.07/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.00	c   Root Iterations  :          0

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693729-1277890913/watcher-2693729-1277890913 -o /tmp/evaluation-result-2693729-1277890913/solver-2693729-1277890913 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693729-1277890913.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: 2.00 2.39 2.98 4/178 11255
/proc/meminfo: memFree=30943964/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=8844 CPUtime=0
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 1879 0 0 0 0 0 0 0 25 0 1 0 130386443 9056256 1449 4089446400 4194304 7136930 140736043266672 18446744073709551615 6346856 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 2211 1464 282 719 0 1490 0

[startup+0.0515019 s]
/proc/loadavg: 2.00 2.39 2.98 4/178 11255
/proc/meminfo: memFree=30943964/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=12144 CPUtime=0.04
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 4044 0 0 0 3 1 0 0 25 0 1 0 130386443 12435456 2328 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 3036 2328 394 719 0 2315 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12144

[startup+0.100494 s]
/proc/loadavg: 2.00 2.39 2.98 4/178 11255
/proc/meminfo: memFree=30943964/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=12704 CPUtime=0.09
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 4188 0 0 0 8 1 0 0 25 0 1 0 130386443 13008896 2472 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 3176 2472 394 719 0 2455 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12704

[startup+0.300466 s]
/proc/loadavg: 2.00 2.39 2.98 4/178 11255
/proc/meminfo: memFree=30943964/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=15072 CPUtime=0.29
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 4784 0 0 0 24 5 0 0 25 0 1 0 130386443 15433728 3068 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 3768 3068 394 719 0 3047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15072

[startup+0.700374 s]
/proc/loadavg: 2.00 2.39 2.98 4/178 11255
/proc/meminfo: memFree=30943964/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=18652 CPUtime=0.69
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 5711 0 0 0 57 12 0 0 25 0 1 0 130386443 19099648 3995 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 4663 3995 394 719 0 3942 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18652

[startup+1.50023 s]
/proc/loadavg: 2.00 2.39 2.98 3/179 11256
/proc/meminfo: memFree=30925356/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=25904 CPUtime=1.49
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 7634 0 0 0 124 25 0 0 25 0 1 0 130386443 26525696 5918 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 6476 5918 394 719 0 5755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25904

[startup+3.1009 s]
/proc/loadavg: 2.00 2.39 2.98 3/179 11256
/proc/meminfo: memFree=30913080/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=41944 CPUtime=3.09
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 11284 0 0 0 256 53 0 0 25 0 1 0 130386443 42950656 9568 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 10486 9568 394 719 0 9765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41944

[startup+6.30026 s]
/proc/loadavg: 2.00 2.39 2.98 3/179 11256
/proc/meminfo: memFree=30883768/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=67008 CPUtime=6.29
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 17736 0 0 0 533 96 0 0 25 0 1 0 130386443 68616192 16020 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 16752 16020 394 719 0 16031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67008

[startup+12.701 s]
/proc/loadavg: 2.00 2.37 2.97 3/179 11257
/proc/meminfo: memFree=30825988/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=119856 CPUtime=12.69
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 30509 0 0 0 1079 190 0 0 25 0 1 0 130386443 122732544 28793 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 29964 28793 394 719 0 29243 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119856

[startup+25.5005 s]
/proc/loadavg: 2.00 2.36 2.95 3/179 11257
/proc/meminfo: memFree=30709808/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=225416 CPUtime=25.49
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 55969 0 0 0 2163 386 0 0 25 0 1 0 130386443 230825984 54253 4089446400 4194304 7136930 140736043266672 18446744073709551615 4392294 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11255/statm: 56354 54253 394 719 0 55633 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 225416

[startup+51.1004 s]
/proc/loadavg: 2.00 2.33 2.93 3/179 11257
/proc/meminfo: memFree=30486276/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=435560 CPUtime=51.09
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 106585 0 0 0 4331 778 0 0 25 0 1 0 130386443 446013440 104869 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 108890 104869 394 719 0 108169 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 435560

[startup+102.306 s]
/proc/loadavg: 2.00 2.27 2.87 3/179 11259
/proc/meminfo: memFree=30073540/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=809720 CPUtime=102.29
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 195578 0 0 0 8786 1443 0 0 25 0 1 0 130386443 829153280 193862 4089446400 4194304 7136930 140736043266672 18446744073709551615 4240361 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 202430 193862 395 719 0 201709 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 809720

[startup+162.3 s]
/proc/loadavg: 2.00 2.22 2.81 3/179 11261
/proc/meminfo: memFree=29917724/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=908292 CPUtime=162.3
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 221023 0 0 0 14217 2013 0 0 25 0 1 0 130386443 930091008 219307 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 227073 219307 395 719 0 226352 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 908292

[startup+222.3 s]
/proc/loadavg: 2.00 2.18 2.76 3/179 11262
/proc/meminfo: memFree=29702500/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=1058460 CPUtime=222.3
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 260096 0 0 0 19625 2605 0 0 25 0 1 0 130386443 1083863040 258380 4089446400 4194304 7136930 140736043266672 18446744073709551615 5906008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 264615 258380 395 719 0 263894 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1058460

[startup+282.3 s]
/proc/loadavg: 2.00 2.14 2.71 3/179 11264
/proc/meminfo: memFree=29372220/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=1326012 CPUtime=282.3
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 330356 0 0 0 25052 3178 0 0 25 0 1 0 130386443 1357836288 328640 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 331503 328640 395 719 0 330782 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1326012

[startup+342.301 s]
/proc/loadavg: 2.00 2.11 2.66 3/179 11265
/proc/meminfo: memFree=29034728/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=1657284 CPUtime=342.31
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 400039 0 0 0 30492 3739 0 0 25 0 1 0 130386443 1697058816 398323 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 414321 398323 395 719 0 413600 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1657284

[startup+402.301 s]
/proc/loadavg: 2.05 2.11 2.62 3/179 11267
/proc/meminfo: memFree=28704804/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=1920088 CPUtime=402.31
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 468922 0 0 0 35954 4277 0 0 25 0 1 0 130386443 1966170112 467206 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11255/statm: 480022 467206 395 719 0 479301 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1920088

[startup+462.301 s]
/proc/loadavg: 2.02 2.08 2.58 3/179 11269
/proc/meminfo: memFree=28390380/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=2162500 CPUtime=462.31
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 532403 0 0 0 41455 4776 0 0 25 0 1 0 130386443 2214400000 530687 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11255/statm: 540625 530687 395 719 0 539904 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2162500

[startup+522.301 s]
/proc/loadavg: 2.00 2.07 2.54 3/179 11270
/proc/meminfo: memFree=28098276/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=2395904 CPUtime=522.31
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 593612 0 0 0 46969 5262 0 0 25 0 1 0 130386443 2453405696 591896 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11255/statm: 598976 591896 395 719 0 598255 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2395904

[startup+582.301 s]
/proc/loadavg: 2.00 2.05 2.51 3/179 11272
/proc/meminfo: memFree=27802832/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=2621748 CPUtime=582.31
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 652763 0 0 0 52504 5727 0 0 25 0 1 0 130386443 2684669952 651047 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11255/statm: 655437 651047 395 719 0 654716 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2621748

[startup+642.301 s]
/proc/loadavg: 2.00 2.04 2.47 3/179 11273
/proc/meminfo: memFree=27511860/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=2842368 CPUtime=642.32
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 710590 0 0 0 58050 6182 0 0 25 0 1 0 130386443 2910584832 708874 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 710592 708874 395 719 0 709871 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2842368

[startup+702.301 s]

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

/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 789134 0 0 0 98447 7786 0 0 25 0 1 0 130386443 3224518656 754214 4089446400 4194304 7136930 140736043266672 18446744073709551615 4221256 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 787236 754214 395 719 0 786515 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 3148944

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.27 3/179 11286
/proc/meminfo: memFree=26883884/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3149952 CPUtime=1122.33
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 789312 0 0 0 104267 7966 0 0 25 0 1 0 130386443 3225550848 754392 4089446400 4194304 7136930 140736043266672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 787488 754392 395 719 0 786767 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 3149952

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.25 3/179 11297
/proc/meminfo: memFree=26827148/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3151068 CPUtime=1182.34
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 789476 0 0 0 110095 8139 0 0 25 0 1 0 130386443 3226693632 754556 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 787767 754556 395 719 0 787046 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 3151068

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/179 11426
/proc/meminfo: memFree=28444044/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3152840 CPUtime=1242.34
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 789836 0 0 0 115958 8276 0 0 25 0 1 0 130386443 3228508160 754916 4089446400 4194304 7136930 140736043266672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788210 754916 395 719 0 787489 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 3152840

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.21 3/179 11428
/proc/meminfo: memFree=28211140/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3152840 CPUtime=1302.35
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 789847 0 0 0 121778 8457 0 0 25 0 1 0 130386443 3228508160 754927 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788210 754927 395 719 0 787489 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 3152840

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 11430
/proc/meminfo: memFree=28037812/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3152840 CPUtime=1362.34
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 789892 0 0 0 127595 8639 0 0 25 0 1 0 130386443 3228508160 754972 4089446400 4194304 7136930 140736043266672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788210 754972 395 719 0 787489 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 3152840

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.18 3/179 11431
/proc/meminfo: memFree=27899096/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3154032 CPUtime=1422.35
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790086 0 0 0 133443 8792 0 0 25 0 1 0 130386443 3229728768 755166 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788508 755166 395 719 0 787787 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 3154032

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 11433
/proc/meminfo: memFree=27805152/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3154032 CPUtime=1482.34
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790089 0 0 0 139289 8945 0 0 25 0 1 0 130386443 3229728768 755169 4089446400 4194304 7136930 140736043266672 18446744073709551615 4999718 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788508 755169 395 719 0 787787 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 3154032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 11434
/proc/meminfo: memFree=27719628/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3155192 CPUtime=1542.35
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790366 0 0 0 145119 9116 0 0 25 0 1 0 130386443 3230916608 755446 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788798 755446 395 719 0 788077 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 3155192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/179 11436
/proc/meminfo: memFree=27660136/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3155192 CPUtime=1602.35
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790385 0 0 0 150971 9264 0 0 25 0 1 0 130386443 3230916608 755465 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788798 755465 395 719 0 788077 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 3155192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 11438
/proc/meminfo: memFree=27565812/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3155192 CPUtime=1662.36
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790410 0 0 0 156832 9404 0 0 25 0 1 0 130386443 3230916608 755490 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788798 755490 395 719 0 788077 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 3155192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 11439
/proc/meminfo: memFree=27434868/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3155192 CPUtime=1722.35
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790415 0 0 0 162682 9553 0 0 25 0 1 0 130386443 3230916608 755495 4089446400 4194304 7136930 140736043266672 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788798 755495 395 719 0 788077 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 3155192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 11441
/proc/meminfo: memFree=27310876/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3155300 CPUtime=1782.36
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790433 0 0 0 168513 9723 0 0 25 0 1 0 130386443 3231027200 755513 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788825 755513 395 719 0 788104 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 3155300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 11441
/proc/meminfo: memFree=27278368/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3155300 CPUtime=1800.07
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790433 0 0 0 170226 9781 0 0 25 0 1 0 130386443 3231027200 755513 4089446400 4194304 7136930 140736043266672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11255/statm: 788825 755513 395 719 0 788104 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3155300

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11255

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.11 3/180 11442
/proc/meminfo: memFree=27278236/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3155300 CPUtime=1801.46
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790438 0 0 0 170365 9781 0 0 20 0 1 0 130386443 3231027200 755518 4089446400 4194304 7136930 140736043266672 18446744073709551615 6165654 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11255/statm: 788825 755518 400 719 0 788104 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (KiB) 3155300

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.11 3/180 11442
/proc/meminfo: memFree=27277120/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3155300 CPUtime=1801.87
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790438 0 0 0 170406 9781 0 0 20 0 1 0 130386443 3231027200 755518 4089446400 4194304 7136930 140736043266672 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11255/statm: 788825 755518 400 719 0 788104 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 3155300

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.11 3/180 11442
/proc/meminfo: memFree=27277120/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=3155300 CPUtime=1802.06
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4202496 790438 0 0 0 170425 9781 0 0 21 0 1 0 130386443 3231027200 755518 4089446400 4194304 7136930 140736043266672 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11255/statm: 788825 755518 400 719 0 788104 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 3155300

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.11 3/180 11442
/proc/meminfo: memFree=27277120/32951124 swapFree=67111528/67111528
[pid=11255] ppid=11253 vsize=0 CPUtime=1802.16
/proc/11255/stat : 11255 (pbscip.linux.x8) R 11253 11255 9771 0 -1 4203524 790438 0 0 0 170426 9790 0 0 21 0 1 0 130386443 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11255/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.17
CPU user time (s): 1704.26
CPU system time (s): 97.9061
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 3394256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1704.26
system time used= 97.9061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 790438
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= 2
involuntary context switches= 17907

runsolver used 2.87256 second user time and 5.98809 second system time

The end

Launcher Data

Begin job on node143 at 2010-06-30 11:41:53
IDJOB=2693729
IDBENCH=78690
IDSOLVER=1206
FILE ID=node143/2693729-1277890913
PBS_JOBID= 11197068
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-PB05/aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr--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-2693729-1277890913/watcher-2693729-1277890913 -o /tmp/evaluation-result-2693729-1277890913/solver-2693729-1277890913 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693729-1277890913.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0b915fd051dbce2f3b4ec1d342cdefca
RANDOM SEED=208664919

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30944492 kB
Buffers:        174524 kB
Cached:         959464 kB
SwapCached:          0 kB
Active:        1131844 kB
Inactive:       731200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30944492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3164 kB
Writeback:           0 kB
AnonPages:      728472 kB
Mapped:          16284 kB
Slab:            78208 kB
PageTables:       5964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   880084 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= 74204 MiB
End job on node143 at 2010-06-30 12:11:55