Trace number 2693777

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 (MO) 1411.52 1411.64

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-floppy1-6.ucl--soft-0-100-0.wbo
MD5SUMb1fb405af1ad97be8e8be6f605703dc4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.023995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables719
Total number of constraints593
Number of soft constraints593
Number of constraints which are clauses371
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints222
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 31065
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 31064
Biggest number in a constraint 773
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2306
Number of bits of the biggest sum of numbers12
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-2693777-1277931674.wbo>
0.00/0.01	c original problem has 1905 variables (1312 bin, 0 int, 0 impl, 593 cont) and 1187 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.02/0.02	o 31064
0.02/0.02	c feasible solution found by trivial heuristic, objective value  3.106400e+04
0.02/0.02	c presolving:
0.02/0.03	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 115 chg sides, 230 chg coeffs, 0 upgd conss, 593 impls, 0 clqs
0.02/0.03	c (round 2) 0 del vars, 1 del conss, 593 chg bounds, 115 chg sides, 230 chg coeffs, 0 upgd conss, 593 impls, 0 clqs
0.02/0.03	c (round 3) 0 del vars, 1 del conss, 593 chg bounds, 115 chg sides, 230 chg coeffs, 1 upgd conss, 593 impls, 0 clqs
0.02/0.05	c    (0.0s) probing: 101/1312 (7.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.02/0.05	c presolving (4 rounds):
0.02/0.05	c  0 deleted vars, 1 deleted constraints, 593 tightened bounds, 0 added holes, 115 changed sides, 230 changed coefficients
0.02/0.05	c  594 implications, 0 cliques
0.02/0.05	c presolved problem has 1905 variables (1312 bin, 0 int, 0 impl, 593 cont) and 1186 constraints
0.02/0.05	c     593 constraints of type <indicator>
0.02/0.05	c       1 constraints of type <varbound>
0.02/0.05	c     592 constraints of type <linear>
0.02/0.05	c transformed objective value is always integral (scale: 1)
0.02/0.05	c Presolving Time: 0.03
0.02/0.05	c - non default parameters ----------------------------------------------------------------------
0.02/0.05	c # SCIP version 1.2.1.2
0.02/0.05	c 
0.02/0.05	c # frequency for displaying node information lines
0.02/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.05	c display/freq = 10000
0.02/0.05	c 
0.02/0.05	c # maximal time in seconds to run
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/time = 1799.99
0.02/0.05	c 
0.02/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/memory = 3420
0.02/0.05	c 
0.02/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.02/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.05	c lp/solvefreq = -1
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify inequalities
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/linear/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify knapsacks
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05	c separating/rapidlearning/freq = 0
0.02/0.05	c 
0.02/0.05	c -----------------------------------------------------------------------------------------------
0.02/0.05	c start solving
0.02/0.05	c 
0.02/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.05	c t 0.0s|     1 |     2 |     0 |     - |5225k|   0 |   - |1905 |1186 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
1.18/1.24	c   1.1s| 10000 |  9847 |     0 |   0.0 |9458k| 920 |   - |1905 |1356 |   0 |   0 |   0 | 170 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
2.49/2.54	c   2.4s| 20000 | 19817 |     0 |   0.0 |  13M| 920 |   - |1905 |1372 |   0 |   0 |   0 | 186 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
3.46/3.63	c   3.4s| 30000 | 29717 |     0 |   0.0 |  16M| 973 |   - |1905 |1452 |   0 |   0 |   0 | 266 |   0 | 0.000000e+00 | 3.106400e+04 |    Inf 
3.88/3.94	o 348
3.88/3.94	c * 3.6s| 33050 | 16284 |     0 |   0.0 |  11M| 973 |   - |1905 |1465 |   0 |   0 |   0 | 279 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
4.78/4.80	c   4.3s| 40000 | 23215 |     0 |   0.0 |  14M| 973 |   - |1905 |1472 |   0 |   0 |   0 | 286 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
5.98/6.05	c   5.4s| 50000 | 33182 |     0 |   0.0 |  17M| 973 |   - |1905 |1474 |   0 |   0 |   0 | 288 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
7.08/7.19	c   6.3s| 60000 | 43151 |     0 |   0.0 |  21M| 973 |   - |1905 |1490 |   0 |   0 |   0 | 305 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
8.28/8.32	c   7.2s| 70000 | 53133 |     0 |   0.0 |  24M| 973 |   - |1905 |1491 |   0 |   0 |   0 | 314 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
9.39/9.46	c   8.2s| 80000 | 63125 |     0 |   0.0 |  27M| 973 |   - |1905 |1462 |   0 |   0 |   0 | 318 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
10.48/10.54	c   9.1s| 90000 | 73125 |     0 |   0.0 |  30M| 973 |   - |1905 |1416 |   0 |   0 |   0 | 318 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
11.68/11.74	c  10.1s|100000 | 83099 |     0 |   0.0 |  33M| 973 |   - |1905 |1403 |   0 |   0 |   0 | 324 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
13.19/13.21	c  11.4s|110000 | 92990 |     0 |   0.0 |  37M| 973 |   - |1905 |1381 |   0 |   0 |   0 | 343 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
14.58/14.68	c  12.6s|120000 |102980 |     0 |   0.0 |  40M| 973 |   - |1905 |1350 |   0 |   0 |   0 | 348 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
16.08/16.16	c  13.9s|130000 |112976 |     0 |   0.0 |  44M| 973 |   - |1905 |1336 |   0 |   0 |   0 | 350 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
17.58/17.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.58/17.65	c  15.2s|140000 |122974 |     0 |   0.0 |  47M| 973 |   - |1905 |1325 |   0 |   0 |   0 | 351 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
19.08/19.14	c  16.5s|150000 |132974 |     0 |   0.0 |  50M| 973 |   - |1905 |1314 |   0 |   0 |   0 | 351 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
20.58/20.61	c  17.8s|160000 |142974 |     0 |   0.0 |  53M| 973 |   - |1905 |1308 |   0 |   0 |   0 | 351 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
21.98/22.07	c  19.0s|170000 |152974 |     0 |   0.0 |  57M| 973 |   - |1905 |1296 |   0 |   0 |   0 | 351 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
23.48/23.52	c  20.3s|180000 |162966 |     0 |   0.0 |  60M| 973 |   - |1905 |1270 |   0 |   0 |   0 | 351 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
24.88/24.99	c  21.6s|190000 |172939 |     0 |   0.0 |  63M| 973 |   - |1905 |1294 |   0 |   0 |   0 | 385 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
26.39/26.45	c  22.9s|200000 |182939 |     0 |   0.0 |  66M| 973 |   - |1905 |1281 |   0 |   0 |   0 | 385 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
27.88/27.93	c  24.2s|210000 |192939 |     0 |   0.0 |  69M| 973 |   - |1905 |1273 |   0 |   0 |   0 | 385 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
29.38/29.41	c  25.5s|220000 |202939 |     0 |   0.0 |  72M| 973 |   - |1905 |1269 |   0 |   0 |   0 | 385 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
30.78/30.89	c  26.8s|230000 |212939 |     0 |   0.0 |  75M| 973 |   - |1905 |1264 |   0 |   0 |   0 | 385 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
32.28/32.35	c  28.1s|240000 |222939 |     0 |   0.0 |  78M| 973 |   - |1905 |1260 |   0 |   0 |   0 | 385 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
33.78/33.82	c  29.4s|250000 |232939 |     0 |   0.0 |  81M| 973 |   - |1905 |1257 |   0 |   0 |   0 | 385 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
35.18/35.28	c  30.6s|260000 |242937 |     0 |   0.0 |  84M| 973 |   - |1905 |1254 |   0 |   0 |   0 | 386 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
36.69/36.75	c  31.9s|270000 |252935 |     0 |   0.0 |  87M| 973 |   - |1905 |1254 |   0 |   0 |   0 | 387 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
38.18/38.21	c  33.2s|280000 |262935 |     0 |   0.0 |  91M| 973 |   - |1905 |1253 |   0 |   0 |   0 | 387 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
39.59/39.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.59/39.67	c  34.5s|290000 |272935 |     0 |   0.0 |  94M| 973 |   - |1905 |1252 |   0 |   0 |   0 | 387 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
41.08/41.13	c  35.8s|300000 |282935 |     0 |   0.0 |  97M| 973 |   - |1905 |1249 |   0 |   0 |   0 | 387 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
42.58/42.60	c  37.1s|310000 |292935 |     0 |   0.0 | 100M| 973 |   - |1905 |1249 |   0 |   0 |   0 | 387 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
43.98/44.06	c  38.4s|320000 |302935 |     0 |   0.0 | 103M| 973 |   - |1905 |1249 |   0 |   0 |   0 | 387 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
45.48/45.50	c  39.6s|330000 |312935 |     0 |   0.0 | 106M| 973 |   - |1905 |1249 |   0 |   0 |   0 | 387 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
46.88/46.97	c  40.9s|340000 |322935 |     0 |   0.0 | 109M| 973 |   - |1905 |1248 |   0 |   0 |   0 | 387 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
48.39/48.44	c  42.2s|350000 |332933 |     0 |   0.0 | 112M| 973 |   - |1905 |1246 |   0 |   0 |   0 | 388 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
49.88/49.91	c  43.5s|360000 |342933 |     0 |   0.0 | 115M| 973 |   - |1905 |1245 |   0 |   0 |   0 | 388 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
51.28/51.36	c  44.8s|370000 |352933 |     0 |   0.0 | 118M| 973 |   - |1905 |1244 |   0 |   0 |   0 | 388 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
52.78/52.82	c  46.1s|380000 |362931 |     0 |   0.0 | 121M| 973 |   - |1905 |1244 |   0 |   0 |   0 | 389 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
54.18/54.29	c  47.4s|390000 |372931 |     0 |   0.0 | 125M| 973 |   - |1905 |1244 |   0 |   0 |   0 | 389 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
55.67/55.74	c  48.7s|400000 |382931 |     0 |   0.0 | 128M| 973 |   - |1905 |1243 |   0 |   0 |   0 | 389 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
57.08/57.19	c  49.9s|410000 |392929 |     0 |   0.0 | 131M| 973 |   - |1905 |1242 |   0 |   0 |   0 | 390 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
58.58/58.66	c  51.2s|420000 |402929 |     0 |   0.0 | 134M| 973 |   - |1905 |1242 |   0 |   0 |   0 | 390 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
60.08/60.12	c  52.5s|430000 |412929 |     0 |   0.0 | 137M| 973 |   - |1905 |1242 |   0 |   0 |   0 | 390 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
61.48/61.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.48/61.58	c  53.7s|440000 |422925 |     0 |   0.0 | 140M| 973 |   - |1905 |1244 |   0 |   0 |   0 | 392 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
62.98/63.05	c  55.0s|450000 |432923 |     0 |   0.0 | 143M| 973 |   - |1905 |1243 |   0 |   0 |   0 | 393 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
64.47/64.52	c  56.3s|460000 |442923 |     0 |   0.0 | 147M| 973 |   - |1905 |1240 |   0 |   0 |   0 | 393 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
65.87/65.98	c  57.5s|470000 |452923 |     0 |   0.0 | 150M| 973 |   - |1905 |1240 |   0 |   0 |   0 | 393 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
67.38/67.43	c  58.8s|480000 |462917 |     0 |   0.0 | 153M| 973 |   - |1905 |1242 |   0 |   0 |   0 | 396 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
68.87/68.90	c  60.1s|490000 |472915 |     0 |   0.0 | 156M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 397 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
70.28/70.37	c  61.4s|500000 |482915 |     0 |   0.0 | 159M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 397 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
71.77/71.84	c  62.6s|510000 |492915 |     0 |   0.0 | 162M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 397 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
73.28/73.31	c  64.0s|520000 |502915 |     0 |   0.0 | 166M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 397 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
74.68/74.76	c  65.2s|530000 |512915 |     0 |   0.0 | 169M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 397 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
76.07/76.19	c  66.5s|540000 |522911 |     0 |   0.0 | 172M| 973 |   - |1905 |1243 |   0 |   0 |   0 | 399 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
77.58/77.66	c  67.8s|550000 |532911 |     0 |   0.0 | 175M| 973 |   - |1905 |1242 |   0 |   0 |   0 | 399 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
79.08/79.12	c  69.0s|560000 |542909 |     0 |   0.0 | 179M| 973 |   - |1905 |1242 |   0 |   0 |   0 | 400 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
80.48/80.58	c  70.3s|570000 |552905 |     0 |   0.0 | 182M| 973 |   - |1905 |1242 |   0 |   0 |   0 | 402 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
81.98/82.05	c  71.6s|580000 |562903 |     0 |   0.0 | 185M| 973 |   - |1905 |1243 |   0 |   0 |   0 | 403 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
83.48/83.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.48/83.52	c  72.9s|590000 |572901 |     0 |   0.0 | 188M| 973 |   - |1905 |1244 |   0 |   0 |   0 | 404 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
84.87/84.99	c  74.2s|600000 |582899 |     0 |   0.0 | 192M| 973 |   - |1905 |1244 |   0 |   0 |   0 | 405 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
86.37/86.45	c  75.5s|610000 |592897 |     0 |   0.0 | 195M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 406 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
87.87/87.91	c  76.8s|620000 |602897 |     0 |   0.0 | 198M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 406 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
89.27/89.37	c  78.1s|630000 |612897 |     0 |   0.0 | 201M| 973 |   - |1905 |1240 |   0 |   0 |   0 | 406 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
90.77/90.83	c  79.4s|640000 |622895 |     0 |   0.0 | 205M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 407 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
92.17/92.29	c  80.6s|650000 |632895 |     0 |   0.0 | 208M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 407 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
93.67/93.76	c  81.9s|660000 |642895 |     0 |   0.0 | 211M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 407 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
95.16/95.22	c  83.2s|670000 |652895 |     0 |   0.0 | 215M| 973 |   - |1905 |1241 |   0 |   0 |   0 | 407 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
96.57/96.68	c  84.5s|680000 |662895 |     0 |   0.0 | 218M| 973 |   - |1905 |1240 |   0 |   0 |   0 | 407 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
98.07/98.13	c  85.8s|690000 |672895 |     0 |   0.0 | 221M| 973 |   - |1905 |1240 |   0 |   0 |   0 | 407 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
99.57/99.60	c  87.0s|700000 |682895 |     0 |   0.0 | 225M| 973 |   - |1905 |1240 |   0 |   0 |   0 | 407 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
100.97/101.04	c  88.2s|710000 |692895 |     0 |   0.0 | 228M| 973 |   - |1905 |1239 |   0 |   0 |   0 | 407 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
102.38/102.49	c  89.5s|720000 |702894 |     0 |   0.0 | 231M| 973 |   - |1905 |1238 |   0 |   0 |   0 | 407 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
103.87/103.95	c  90.7s|730000 |712890 |     0 |   0.0 | 235M| 973 |   - |1905 |1239 |   0 |   0 |   0 | 408 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
105.37/105.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.37/105.41	c  92.0s|740000 |722888 |     0 |   0.0 | 238M| 973 |   - |1905 |1239 |   0 |   0 |   0 | 408 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
106.77/106.87	c  93.3s|750000 |732884 |     0 |   0.0 | 241M| 973 |   - |1905 |1239 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
108.26/108.33	c  94.5s|760000 |742880 |     0 |   0.0 | 245M| 973 |   - |1905 |1237 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
109.67/109.79	c  95.8s|770000 |752880 |     0 |   0.0 | 248M| 973 |   - |1905 |1236 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
111.18/111.25	c  97.0s|780000 |762880 |     0 |   0.0 | 252M| 973 |   - |1905 |1235 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
112.67/112.72	c  98.3s|790000 |772876 |     0 |   0.0 | 255M| 973 |   - |1905 |1235 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
114.06/114.17	c  99.5s|800000 |782874 |     0 |   0.0 | 258M| 973 |   - |1905 |1235 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
115.57/115.62	c   101s|810000 |792862 |     0 |   0.0 | 262M| 973 |   - |1905 |1235 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
116.87/116.95	c   102s|820000 |802854 |     0 |   0.0 | 265M| 973 |   - |1905 |1230 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
118.16/118.22	c   103s|830000 |812854 |     0 |   0.0 | 268M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
119.37/119.49	c   104s|840000 |822854 |     0 |   0.0 | 271M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
120.67/120.76	c   105s|850000 |832854 |     0 |   0.0 | 274M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
121.97/122.02	c   106s|860000 |842854 |     0 |   0.0 | 277M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 409 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
123.17/123.28	c   107s|870000 |852852 |     0 |   0.0 | 280M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
124.47/124.54	c   108s|880000 |862852 |     0 |   0.0 | 283M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
125.76/125.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.76/125.80	c   110s|890000 |872852 |     0 |   0.0 | 287M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
126.97/127.07	c   111s|900000 |882852 |     0 |   0.0 | 290M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
128.26/128.33	c   112s|910000 |892852 |     0 |   0.0 | 293M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
129.46/129.59	c   113s|920000 |902852 |     0 |   0.0 | 296M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
130.77/130.85	c   114s|930000 |912852 |     0 |   0.0 | 299M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
132.07/132.11	c   115s|940000 |922852 |     0 |   0.0 | 302M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
133.27/133.36	c   116s|950000 |932852 |     0 |   0.0 | 305M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
134.56/134.61	c   117s|960000 |942852 |     0 |   0.0 | 308M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
135.76/135.87	c   118s|970000 |952852 |     0 |   0.0 | 311M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
137.06/137.13	c   119s|980000 |962852 |     0 |   0.0 | 314M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
138.27/138.38	c   120s|990000 |972852 |     0 |   0.0 | 318M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
139.56/139.64	c   121s|  1000k|982852 |     0 |   0.0 | 321M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
140.77/140.89	c   122s|  1010k|992852 |     0 |   0.0 | 324M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
142.07/142.14	c   124s|  1020k|  1002k|     0 |   0.0 | 327M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
143.26/143.40	c   125s|  1030k|  1012k|     0 |   0.0 | 330M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
144.57/144.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
144.57/144.65	c   126s|  1040k|  1022k|     0 |   0.0 | 333M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
145.87/145.90	c   127s|  1050k|  1032k|     0 |   0.0 | 336M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
147.06/147.15	c   128s|  1060k|  1042k|     0 |   0.0 | 339M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
148.36/148.40	c   129s|  1070k|  1052k|     0 |   0.0 | 343M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
149.57/149.65	c   130s|  1080k|  1062k|     0 |   0.0 | 346M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
150.77/150.89	c   131s|  1090k|  1072k|     0 |   0.0 | 349M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
152.07/152.14	c   132s|  1100k|  1082k|     0 |   0.0 | 352M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 410 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
153.36/153.41	c   133s|  1110k|  1092k|     0 |   0.0 | 355M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
154.56/154.66	c   134s|  1120k|  1102k|     0 |   0.0 | 358M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
155.86/155.90	c   135s|  1130k|  1112k|     0 |   0.0 | 361M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
157.06/157.15	c   136s|  1140k|  1122k|     0 |   0.0 | 365M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
158.37/158.40	c   137s|  1150k|  1132k|     0 |   0.0 | 368M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
159.56/159.65	c   138s|  1160k|  1142k|     0 |   0.0 | 371M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
160.86/160.90	c   140s|  1170k|  1152k|     0 |   0.0 | 374M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
162.06/162.15	c   141s|  1180k|  1162k|     0 |   0.0 | 377M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
163.36/163.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.36/163.40	c   142s|  1190k|  1172k|     0 |   0.0 | 380M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
164.56/164.65	c   143s|  1200k|  1182k|     0 |   0.0 | 383M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
165.76/165.89	c   144s|  1210k|  1192k|     0 |   0.0 | 387M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
167.06/167.14	c   145s|  1220k|  1202k|     0 |   0.0 | 390M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
168.26/168.39	c   146s|  1230k|  1212k|     0 |   0.0 | 393M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
169.56/169.64	c   147s|  1240k|  1222k|     0 |   0.0 | 396M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
170.76/170.89	c   148s|  1250k|  1232k|     0 |   0.0 | 399M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
172.05/172.14	c   149s|  1260k|  1242k|     0 |   0.0 | 402M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
173.36/173.40	c   150s|  1270k|  1252k|     0 |   0.0 | 406M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
174.55/174.65	c   151s|  1280k|  1262k|     0 |   0.0 | 409M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
175.75/175.90	c   152s|  1290k|  1272k|     0 |   0.0 | 412M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
177.06/177.14	c   153s|  1300k|  1282k|     0 |   0.0 | 415M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
178.25/178.38	c   154s|  1310k|  1292k|     0 |   0.0 | 418M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
179.54/179.62	c   156s|  1320k|  1302k|     0 |   0.0 | 421M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
180.75/180.87	c   157s|  1330k|  1312k|     0 |   0.0 | 425M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
182.04/182.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.04/182.11	c   158s|  1340k|  1322k|     0 |   0.0 | 428M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
183.25/183.35	c   159s|  1350k|  1332k|     0 |   0.0 | 431M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 412 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
184.45/184.59	c   160s|  1360k|  1342k|     0 |   0.0 | 434M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 413 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
185.75/185.84	c   161s|  1370k|  1352k|     0 |   0.0 | 437M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 413 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
186.95/187.07	c   162s|  1380k|  1362k|     0 |   0.0 | 440M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 413 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
188.25/188.30	c   163s|  1390k|  1372k|     0 |   0.0 | 444M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 415 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
189.44/189.54	c   164s|  1400k|  1382k|     0 |   0.0 | 447M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 415 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
190.64/190.78	c   165s|  1410k|  1392k|     0 |   0.0 | 450M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 415 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
191.95/192.02	c   166s|  1420k|  1402k|     0 |   0.0 | 453M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 416 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
193.14/193.27	c   167s|  1430k|  1412k|     0 |   0.0 | 456M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 416 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
194.45/194.52	c   168s|  1440k|  1422k|     0 |   0.0 | 459M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 416 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
195.64/195.76	c   169s|  1450k|  1432k|     0 |   0.0 | 463M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 416 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
196.95/197.02	c   170s|  1460k|  1442k|     0 |   0.0 | 466M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 417 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
198.14/198.26	c   172s|  1470k|  1452k|     0 |   0.0 | 469M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 417 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
199.45/199.51	c   173s|  1480k|  1462k|     0 |   0.0 | 472M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 418 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
200.64/200.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.64/200.75	c   174s|  1490k|  1472k|     0 |   0.0 | 475M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 418 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
201.84/201.99	c   175s|  1500k|  1482k|     0 |   0.0 | 478M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 418 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
203.14/203.23	c   176s|  1510k|  1492k|     0 |   0.0 | 482M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 418 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
204.34/204.48	c   177s|  1520k|  1502k|     0 |   0.0 | 485M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 419 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
205.65/205.72	c   178s|  1530k|  1512k|     0 |   0.0 | 488M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 419 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
206.84/206.96	c   179s|  1540k|  1522k|     0 |   0.0 | 491M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 420 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
208.15/208.20	c   180s|  1550k|  1532k|     0 |   0.0 | 494M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 420 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
209.33/209.45	c   181s|  1560k|  1542k|     0 |   0.0 | 497M| 973 |   - |1905 |1229 |   0 |   0 |   0 | 423 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
210.53/210.69	c   182s|  1570k|  1552k|     0 |   0.0 | 501M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 423 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
211.82/211.95	c   183s|  1580k|  1562k|     0 |   0.0 | 504M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 424 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
213.02/213.19	c   184s|  1590k|  1572k|     0 |   0.0 | 507M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 424 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
214.32/214.44	c   186s|  1600k|  1582k|     0 |   0.0 | 510M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 424 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
215.52/215.67	c   187s|  1610k|  1592k|     0 |   0.0 | 513M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 424 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
216.82/216.91	c   188s|  1620k|  1602k|     0 |   0.0 | 517M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 424 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
218.02/218.15	c   189s|  1630k|  1612k|     0 |   0.0 | 520M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 424 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
219.32/219.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.32/219.40	c   190s|  1640k|  1622k|     0 |   0.0 | 523M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 426 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
220.52/220.64	c   191s|  1650k|  1632k|     0 |   0.0 | 526M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 426 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
221.72/221.88	c   192s|  1660k|  1642k|     0 |   0.0 | 529M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 427 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
223.02/223.12	c   193s|  1670k|  1652k|     0 |   0.0 | 533M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 427 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
224.22/224.35	c   194s|  1680k|  1662k|     0 |   0.0 | 536M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 427 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
225.43/225.58	c   195s|  1690k|  1672k|     0 |   0.0 | 539M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 427 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
226.73/226.82	c   196s|  1700k|  1682k|     0 |   0.0 | 542M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 428 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
227.92/228.06	c   197s|  1710k|  1692k|     0 |   0.0 | 545M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 428 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
229.22/229.31	c   198s|  1720k|  1702k|     0 |   0.0 | 549M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 429 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
230.43/230.55	c   200s|  1730k|  1712k|     0 |   0.0 | 552M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 429 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
231.62/231.79	c   201s|  1740k|  1722k|     0 |   0.0 | 555M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 430 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
232.92/233.03	c   202s|  1750k|  1732k|     0 |   0.0 | 558M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 430 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
234.13/234.26	c   203s|  1760k|  1742k|     0 |   0.0 | 561M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 430 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
235.33/235.50	c   204s|  1770k|  1752k|     0 |   0.0 | 565M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 430 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
236.62/236.72	c   205s|  1780k|  1762k|     0 |   0.0 | 568M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 430 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
237.83/237.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.83/237.96	c   206s|  1790k|  1772k|     0 |   0.0 | 571M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 430 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
239.03/239.19	c   207s|  1800k|  1782k|     0 |   0.0 | 574M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 430 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
240.32/240.43	c   208s|  1810k|  1792k|     0 |   0.0 | 578M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 430 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
241.52/241.67	c   209s|  1820k|  1802k|     0 |   0.0 | 581M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 431 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
242.82/242.91	c   210s|  1830k|  1812k|     0 |   0.0 | 584M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 431 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
244.02/244.15	c   211s|  1840k|  1822k|     0 |   0.0 | 587M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 432 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
245.22/245.39	c   212s|  1850k|  1832k|     0 |   0.0 | 590M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 432 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
246.52/246.62	c   213s|  1860k|  1842k|     0 |   0.0 | 594M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 432 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
247.72/247.86	c   214s|  1870k|  1852k|     0 |   0.0 | 597M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 433 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
248.92/249.09	c   216s|  1880k|  1862k|     0 |   0.0 | 600M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 433 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
250.22/250.33	c   217s|  1890k|  1872k|     0 |   0.0 | 603M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 434 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
251.42/251.56	c   218s|  1900k|  1882k|     0 |   0.0 | 607M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 434 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
252.62/252.79	c   219s|  1910k|  1892k|     0 |   0.0 | 610M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 434 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
253.92/254.03	c   220s|  1920k|  1902k|     0 |   0.0 | 613M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 434 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
255.13/255.26	c   221s|  1930k|  1912k|     0 |   0.0 | 616M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 434 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
256.33/256.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
256.33/256.49	c   222s|  1940k|  1922k|     0 |   0.0 | 620M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 434 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
257.63/257.72	c   223s|  1950k|  1932k|     0 |   0.0 | 623M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 435 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
258.82/258.95	c   224s|  1960k|  1942k|     0 |   0.0 | 626M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 435 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
260.02/260.19	c   225s|  1970k|  1952k|     0 |   0.0 | 630M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 436 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
261.32/261.42	c   226s|  1980k|  1962k|     0 |   0.0 | 633M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 436 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
262.52/262.66	c   227s|  1990k|  1972k|     0 |   0.0 | 636M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 436 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
263.72/263.89	c   228s|  2000k|  1982k|     0 |   0.0 | 639M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 437 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
265.02/265.12	c   229s|  2010k|  1992k|     0 |   0.0 | 643M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 437 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
266.23/266.36	c   230s|  2020k|  2002k|     0 |   0.0 | 646M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 439 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
267.43/267.59	c   231s|  2030k|  2012k|     0 |   0.0 | 649M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 439 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
268.72/268.81	c   232s|  2040k|  2022k|     0 |   0.0 | 653M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 440 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
269.92/270.05	c   233s|  2050k|  2032k|     0 |   0.0 | 656M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 441 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
271.12/271.27	c   234s|  2060k|  2042k|     0 |   0.0 | 659M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 441 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
272.42/272.50	c   236s|  2070k|  2052k|     0 |   0.0 | 662M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 441 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
273.63/273.73	c   237s|  2080k|  2062k|     0 |   0.0 | 666M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 441 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
274.83/274.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
274.83/274.98	c   238s|  2090k|  2072k|     0 |   0.0 | 669M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 444 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
276.13/276.21	c   239s|  2100k|  2082k|     0 |   0.0 | 672M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 444 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
277.32/277.44	c   240s|  2110k|  2092k|     0 |   0.0 | 676M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 444 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
278.52/278.67	c   241s|  2120k|  2102k|     0 |   0.0 | 679M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 444 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
279.83/279.90	c   242s|  2130k|  2112k|     0 |   0.0 | 682M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 444 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
281.02/281.14	c   243s|  2140k|  2122k|     0 |   0.0 | 685M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 444 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
282.22/282.37	c   244s|  2150k|  2132k|     0 |   0.0 | 689M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
283.52/283.61	c   245s|  2160k|  2142k|     0 |   0.0 | 692M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
284.72/284.84	c   246s|  2170k|  2152k|     0 |   0.0 | 695M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
285.93/286.07	c   247s|  2180k|  2162k|     0 |   0.0 | 699M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
287.22/287.31	c   248s|  2190k|  2172k|     0 |   0.0 | 702M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
288.42/288.55	c   249s|  2200k|  2182k|     0 |   0.0 | 705M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
289.62/289.78	c   250s|  2210k|  2192k|     0 |   0.0 | 709M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
290.92/291.02	c   251s|  2220k|  2202k|     0 |   0.0 | 712M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
292.12/292.25	c   252s|  2230k|  2212k|     0 |   0.0 | 715M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
293.32/293.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.32/293.49	c   253s|  2240k|  2222k|     0 |   0.0 | 719M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
294.63/294.73	c   254s|  2250k|  2232k|     0 |   0.0 | 722M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
295.83/295.95	c   255s|  2260k|  2242k|     0 |   0.0 | 725M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
297.03/297.17	c   256s|  2270k|  2252k|     0 |   0.0 | 729M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
298.22/298.39	c   257s|  2280k|  2262k|     0 |   0.0 | 732M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
299.52/299.62	c   258s|  2290k|  2272k|     0 |   0.0 | 735M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
300.72/300.85	c   259s|  2300k|  2282k|     0 |   0.0 | 739M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
301.92/302.08	c   260s|  2310k|  2292k|     0 |   0.0 | 742M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
303.22/303.31	c   261s|  2320k|  2302k|     0 |   0.0 | 745M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
304.42/304.55	c   262s|  2330k|  2312k|     0 |   0.0 | 749M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
305.62/305.78	c   263s|  2340k|  2322k|     0 |   0.0 | 752M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
306.93/307.02	c   265s|  2350k|  2332k|     0 |   0.0 | 755M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
308.12/308.25	c   266s|  2360k|  2342k|     0 |   0.0 | 759M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
309.32/309.48	c   267s|  2370k|  2352k|     0 |   0.0 | 762M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
310.67/310.80	c   268s|  2380k|  2362k|     0 |   0.0 | 765M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
311.88/312.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
311.88/312.04	c   269s|  2390k|  2372k|     0 |   0.0 | 769M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
313.07/313.28	c   270s|  2400k|  2382k|     0 |   0.0 | 772M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
314.38/314.50	c   271s|  2410k|  2392k|     0 |   0.0 | 776M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
315.58/315.73	c   272s|  2420k|  2402k|     0 |   0.0 | 779M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
316.78/316.97	c   274s|  2430k|  2412k|     0 |   0.0 | 782M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
317.98/318.18	c   275s|  2440k|  2422k|     0 |   0.0 | 786M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
319.28/319.41	c   276s|  2450k|  2432k|     0 |   0.0 | 789M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
320.48/320.61	c   277s|  2460k|  2442k|     0 |   0.0 | 792M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
321.68/321.84	c   278s|  2470k|  2452k|     0 |   0.0 | 796M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
322.88/323.05	c   279s|  2480k|  2462k|     0 |   0.0 | 799M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
324.08/324.26	c   281s|  2490k|  2472k|     0 |   0.0 | 802M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
325.27/325.48	c   282s|  2500k|  2482k|     0 |   0.0 | 806M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
326.48/326.68	c   283s|  2510k|  2492k|     0 |   0.0 | 809M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
327.79/327.91	c   284s|  2520k|  2502k|     0 |   0.0 | 812M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
328.98/329.11	c   285s|  2530k|  2512k|     0 |   0.0 | 816M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
330.17/330.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.17/330.34	c   286s|  2540k|  2522k|     0 |   0.0 | 819M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
331.38/331.54	c   287s|  2550k|  2532k|     0 |   0.0 | 823M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
332.58/332.77	c   289s|  2560k|  2542k|     0 |   0.0 | 826M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
333.77/333.98	c   290s|  2570k|  2552k|     0 |   0.0 | 829M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
335.07/335.22	c   291s|  2580k|  2562k|     0 |   0.0 | 833M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 445 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
336.27/336.41	c   292s|  2590k|  2572k|     0 |   0.0 | 836M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 446 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
337.48/337.63	c   293s|  2600k|  2582k|     0 |   0.0 | 839M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 446 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
338.68/338.82	c   294s|  2610k|  2592k|     0 |   0.0 | 843M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 447 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
339.89/340.04	c   296s|  2620k|  2602k|     0 |   0.0 | 846M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 449 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
341.08/341.22	c   297s|  2630k|  2612k|     0 |   0.0 | 849M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 449 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
342.28/342.45	c   298s|  2640k|  2622k|     0 |   0.0 | 853M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 450 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
343.48/343.64	c   299s|  2650k|  2632k|     0 |   0.0 | 856M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 450 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
344.68/344.87	c   300s|  2660k|  2642k|     0 |   0.0 | 860M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 450 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
345.88/346.06	c   301s|  2670k|  2652k|     0 |   0.0 | 863M| 973 |   - |1905 |1229 |   0 |   0 |   0 | 457 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
347.08/347.29	c   302s|  2680k|  2662k|     0 |   0.0 | 866M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 457 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
348.28/348.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.28/348.48	c   304s|  2690k|  2672k|     0 |   0.0 | 870M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 457 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
349.48/349.69	c   305s|  2700k|  2682k|     0 |   0.0 | 873M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 457 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
350.68/350.89	c   306s|  2710k|  2692k|     0 |   0.0 | 876M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 457 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
351.88/352.10	c   307s|  2720k|  2702k|     0 |   0.0 | 880M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 457 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
353.18/353.31	c   308s|  2730k|  2712k|     0 |   0.0 | 883M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 457 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
354.38/354.50	c   309s|  2740k|  2722k|     0 |   0.0 | 887M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
355.58/355.72	c   310s|  2750k|  2732k|     0 |   0.0 | 890M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
356.68/356.88	c   312s|  2760k|  2742k|     0 |   0.0 | 893M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
357.98/358.11	c   313s|  2770k|  2752k|     0 |   0.0 | 897M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
359.08/359.27	c   314s|  2780k|  2762k|     0 |   0.0 | 900M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
360.28/360.49	c   315s|  2790k|  2772k|     0 |   0.0 | 904M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
361.48/361.65	c   316s|  2800k|  2782k|     0 |   0.0 | 907M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
362.68/362.85	c   317s|  2810k|  2792k|     0 |   0.0 | 910M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
363.88/364.05	c   318s|  2820k|  2802k|     0 |   0.0 | 914M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
365.08/365.23	c   319s|  2830k|  2812k|     0 |   0.0 | 917M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
366.29/366.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.29/366.46	c   321s|  2840k|  2822k|     0 |   0.0 | 921M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 462 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
367.48/367.61	c   322s|  2850k|  2832k|     0 |   0.0 | 924M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
368.68/368.84	c   323s|  2860k|  2842k|     0 |   0.0 | 927M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
369.88/370.00	c   324s|  2870k|  2852k|     0 |   0.0 | 931M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
371.08/371.20	c   325s|  2880k|  2862k|     0 |   0.0 | 934M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
372.18/372.38	c   326s|  2890k|  2872k|     0 |   0.0 | 937M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
373.38/373.55	c   327s|  2900k|  2882k|     0 |   0.0 | 941M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
374.58/374.75	c   329s|  2910k|  2892k|     0 |   0.0 | 944M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
375.77/375.91	c   330s|  2920k|  2902k|     0 |   0.0 | 948M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
376.98/377.14	c   331s|  2930k|  2912k|     0 |   0.0 | 951M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
378.17/378.31	c   332s|  2940k|  2922k|     0 |   0.0 | 954M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
379.38/379.53	c   333s|  2950k|  2932k|     0 |   0.0 | 958M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
380.59/380.72	c   334s|  2960k|  2942k|     0 |   0.0 | 961M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
381.78/381.91	c   335s|  2970k|  2952k|     0 |   0.0 | 965M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
382.98/383.12	c   336s|  2980k|  2962k|     0 |   0.0 | 968M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
384.08/384.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.08/384.26	c   338s|  2990k|  2972k|     0 |   0.0 | 971M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
385.28/385.50	c   339s|  3000k|  2982k|     0 |   0.0 | 975M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
386.48/386.66	c   340s|  3010k|  2992k|     0 |   0.0 | 978M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 466 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
387.68/387.85	c   341s|  3020k|  3002k|     0 |   0.0 | 982M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 473 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
388.87/389.04	c   342s|  3030k|  3012k|     0 |   0.0 | 985M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 473 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
390.08/390.20	c   343s|  3040k|  3022k|     0 |   0.0 | 988M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 474 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
391.28/391.41	c   344s|  3050k|  3032k|     0 |   0.0 | 992M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 474 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
392.38/392.55	c   345s|  3060k|  3042k|     0 |   0.0 | 995M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 475 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
393.57/393.74	c   347s|  3070k|  3052k|     0 |   0.0 | 999M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 476 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
394.78/394.91	c   348s|  3080k|  3062k|     0 |   0.0 |1002M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 476 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
395.88/396.06	c   349s|  3090k|  3072k|     0 |   0.0 |1005M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 480 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
397.08/397.27	c   350s|  3100k|  3082k|     0 |   0.0 |1009M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 480 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
398.28/398.42	c   351s|  3110k|  3092k|     0 |   0.0 |1012M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 480 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
399.47/399.64	c   352s|  3120k|  3102k|     0 |   0.0 |1016M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 485 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
400.68/400.81	c   353s|  3130k|  3112k|     0 |   0.0 |1019M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 485 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
401.78/401.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
401.78/401.98	c   354s|  3140k|  3122k|     0 |   0.0 |1023M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 486 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
402.98/403.19	c   356s|  3150k|  3132k|     0 |   0.0 |1026M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 486 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
404.18/404.33	c   357s|  3160k|  3142k|     0 |   0.0 |1029M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 486 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
405.38/405.52	c   358s|  3170k|  3152k|     0 |   0.0 |1033M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 487 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
406.48/406.68	c   359s|  3180k|  3162k|     0 |   0.0 |1036M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 487 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
407.68/407.84	c   360s|  3190k|  3172k|     0 |   0.0 |1040M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 488 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
408.88/409.05	c   361s|  3200k|  3182k|     0 |   0.0 |1043M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 488 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
410.08/410.21	c   362s|  3210k|  3192k|     0 |   0.0 |1047M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 489 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
411.29/411.41	c   363s|  3220k|  3202k|     0 |   0.0 |1050M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 495 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
412.39/412.57	c   364s|  3230k|  3212k|     0 |   0.0 |1054M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 495 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
413.59/413.72	c   366s|  3240k|  3222k|     0 |   0.0 |1057M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 496 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
414.78/414.94	c   367s|  3250k|  3232k|     0 |   0.0 |1060M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 496 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
415.98/416.10	c   368s|  3260k|  3242k|     0 |   0.0 |1064M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 496 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
417.07/417.27	c   369s|  3270k|  3252k|     0 |   0.0 |1067M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 497 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
418.28/418.46	c   370s|  3280k|  3262k|     0 |   0.0 |1071M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 497 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
419.48/419.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.48/419.60	c   371s|  3290k|  3272k|     0 |   0.0 |1074M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 502 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
420.68/420.81	c   372s|  3300k|  3282k|     0 |   0.0 |1078M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 502 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
421.78/421.98	c   373s|  3310k|  3292k|     0 |   0.0 |1081M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 502 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
422.98/423.14	c   374s|  3320k|  3302k|     0 |   0.0 |1084M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 503 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
424.18/424.34	c   376s|  3330k|  3312k|     0 |   0.0 |1088M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 503 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
425.28/425.49	c   377s|  3340k|  3322k|     0 |   0.0 |1091M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 504 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
426.48/426.66	c   378s|  3350k|  3332k|     0 |   0.0 |1095M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 504 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
427.68/427.84	c   379s|  3360k|  3342k|     0 |   0.0 |1098M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 504 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
428.78/428.99	c   380s|  3370k|  3352k|     0 |   0.0 |1102M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 509 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
430.09/430.20	c   381s|  3380k|  3362k|     0 |   0.0 |1105M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 509 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
431.19/431.35	c   382s|  3390k|  3372k|     0 |   0.0 |1108M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
432.38/432.53	c   383s|  3400k|  3382k|     0 |   0.0 |1112M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
433.58/433.71	c   384s|  3410k|  3392k|     0 |   0.0 |1115M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
434.68/434.85	c   386s|  3420k|  3402k|     0 |   0.0 |1119M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
435.88/436.06	c   387s|  3430k|  3412k|     0 |   0.0 |1122M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
437.08/437.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
437.08/437.21	c   388s|  3440k|  3422k|     0 |   0.0 |1126M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
438.18/438.36	c   389s|  3450k|  3432k|     0 |   0.0 |1129M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
439.38/439.54	c   390s|  3460k|  3442k|     0 |   0.0 |1133M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
440.48/440.68	c   391s|  3470k|  3452k|     0 |   0.0 |1136M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
441.68/441.86	c   392s|  3480k|  3462k|     0 |   0.0 |1140M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
442.88/443.02	c   393s|  3490k|  3472k|     0 |   0.0 |1143M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 510 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
443.99/444.16	c   394s|  3500k|  3482k|     0 |   0.0 |1146M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
445.18/445.35	c   396s|  3510k|  3492k|     0 |   0.0 |1150M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
446.38/446.50	c   397s|  3520k|  3502k|     0 |   0.0 |1153M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
447.49/447.67	c   398s|  3530k|  3512k|     0 |   0.0 |1157M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
448.69/448.83	c   399s|  3540k|  3522k|     0 |   0.0 |1160M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
449.79/449.96	c   400s|  3550k|  3532k|     0 |   0.0 |1164M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
450.98/451.14	c   401s|  3560k|  3542k|     0 |   0.0 |1167M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
452.08/452.28	c   402s|  3570k|  3552k|     0 |   0.0 |1171M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
453.29/453.41	c   403s|  3580k|  3562k|     0 |   0.0 |1174M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
454.38/454.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.38/454.59	c   404s|  3590k|  3572k|     0 |   0.0 |1178M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
455.58/455.74	c   405s|  3600k|  3582k|     0 |   0.0 |1181M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
456.78/456.90	c   406s|  3610k|  3592k|     0 |   0.0 |1185M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
457.88/458.07	c   408s|  3620k|  3602k|     0 |   0.0 |1188M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
458.98/459.19	c   409s|  3630k|  3612k|     0 |   0.0 |1191M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
460.18/460.37	c   410s|  3640k|  3622k|     0 |   0.0 |1195M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 514 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
461.38/461.51	c   411s|  3650k|  3632k|     0 |   0.0 |1198M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 515 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
462.49/462.62	c   412s|  3660k|  3642k|     0 |   0.0 |1202M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
463.68/463.81	c   413s|  3670k|  3652k|     0 |   0.0 |1205M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
464.78/464.94	c   414s|  3680k|  3662k|     0 |   0.0 |1209M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
465.88/466.08	c   415s|  3690k|  3672k|     0 |   0.0 |1212M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
467.08/467.25	c   416s|  3700k|  3682k|     0 |   0.0 |1216M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
468.18/468.37	c   417s|  3710k|  3692k|     0 |   0.0 |1219M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
469.38/469.54	c   418s|  3720k|  3702k|     0 |   0.0 |1223M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
470.48/470.69	c   420s|  3730k|  3712k|     0 |   0.0 |1226M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
471.69/471.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
471.69/471.81	c   421s|  3740k|  3722k|     0 |   0.0 |1230M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
472.78/473.00	c   422s|  3750k|  3732k|     0 |   0.0 |1233M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
473.98/474.13	c   423s|  3760k|  3742k|     0 |   0.0 |1237M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
475.09/475.29	c   424s|  3770k|  3752k|     0 |   0.0 |1240M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
476.29/476.46	c   425s|  3780k|  3762k|     0 |   0.0 |1244M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 519 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
477.39/477.59	c   426s|  3790k|  3772k|     0 |   0.0 |1247M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 525 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
478.58/478.77	c   427s|  3800k|  3782k|     0 |   0.0 |1251M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 525 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
479.78/479.93	c   428s|  3810k|  3792k|     0 |   0.0 |1254M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 526 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
480.88/481.08	c   429s|  3820k|  3802k|     0 |   0.0 |1258M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 526 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
482.08/482.27	c   431s|  3830k|  3812k|     0 |   0.0 |1261M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 526 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
483.28/483.42	c   432s|  3840k|  3822k|     0 |   0.0 |1265M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 527 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
484.48/484.61	c   433s|  3850k|  3832k|     0 |   0.0 |1268M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 531 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
485.58/485.76	c   434s|  3860k|  3842k|     0 |   0.0 |1272M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 531 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
486.69/486.89	c   435s|  3870k|  3852k|     0 |   0.0 |1275M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 532 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
487.99/488.10	c   436s|  3880k|  3862k|     0 |   0.0 |1279M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 532 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
489.08/489.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
489.08/489.24	c   437s|  3890k|  3872k|     0 |   0.0 |1282M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 532 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
490.28/490.40	c   438s|  3900k|  3882k|     0 |   0.0 |1286M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 532 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
491.38/491.58	c   439s|  3910k|  3892k|     0 |   0.0 |1289M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 532 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
492.58/492.70	c   440s|  3920k|  3902k|     0 |   0.0 |1293M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 532 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
493.79/493.90	c   442s|  3930k|  3912k|     0 |   0.0 |1297M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 532 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
494.89/495.05	c   443s|  3940k|  3922k|     0 |   0.0 |1300M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 533 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
496.08/496.21	c   444s|  3950k|  3932k|     0 |   0.0 |1304M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 533 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
497.19/497.38	c   445s|  3960k|  3942k|     0 |   0.0 |1307M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 533 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
498.38/498.52	c   446s|  3970k|  3952k|     0 |   0.0 |1311M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 534 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
499.58/499.73	c   447s|  3980k|  3962k|     0 |   0.0 |1314M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 538 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
500.68/500.88	c   448s|  3990k|  3972k|     0 |   0.0 |1318M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 539 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
501.88/502.02	c   449s|  4000k|  3982k|     0 |   0.0 |1322M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 539 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
502.98/503.19	c   450s|  4010k|  3992k|     0 |   0.0 |1325M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 539 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
504.18/504.32	c   451s|  4020k|  4002k|     0 |   0.0 |1329M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 540 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
505.38/505.50	c   452s|  4030k|  4012k|     0 |   0.0 |1333M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 540 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
506.48/506.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
506.48/506.65	c   454s|  4040k|  4022k|     0 |   0.0 |1336M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 541 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
507.58/507.80	c   455s|  4050k|  4032k|     0 |   0.0 |1340M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 541 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
508.78/508.97	c   456s|  4060k|  4042k|     0 |   0.0 |1343M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 541 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
509.98/510.10	c   457s|  4070k|  4052k|     0 |   0.0 |1347M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 542 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
511.08/511.28	c   458s|  4080k|  4062k|     0 |   0.0 |1351M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 543 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
512.28/512.42	c   459s|  4090k|  4072k|     0 |   0.0 |1354M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 544 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
513.39/513.58	c   460s|  4100k|  4082k|     0 |   0.0 |1358M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 544 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
514.58/514.75	c   461s|  4110k|  4092k|     0 |   0.0 |1362M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 544 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
515.69/515.88	c   462s|  4120k|  4102k|     0 |   0.0 |1365M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 549 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
516.89/517.07	c   463s|  4130k|  4112k|     0 |   0.0 |1369M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 554 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
518.09/518.22	c   464s|  4140k|  4122k|     0 |   0.0 |1372M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 555 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
519.19/519.38	c   466s|  4150k|  4132k|     0 |   0.0 |1376M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 559 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
520.39/520.54	c   467s|  4160k|  4142k|     0 |   0.0 |1380M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 559 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
521.48/521.68	c   468s|  4170k|  4152k|     0 |   0.0 |1383M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 560 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
522.69/522.86	c   469s|  4180k|  4162k|     0 |   0.0 |1387M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 560 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
523.88/524.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.88/524.03	c   470s|  4190k|  4172k|     0 |   0.0 |1391M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 561 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
525.09/525.21	c   471s|  4200k|  4182k|     0 |   0.0 |1395M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 561 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
526.18/526.38	c   472s|  4210k|  4192k|     0 |   0.0 |1398M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 563 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
527.38/527.52	c   473s|  4220k|  4202k|     0 |   0.0 |1402M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 567 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
528.58/528.73	c   474s|  4230k|  4212k|     0 |   0.0 |1406M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 567 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
529.68/529.88	c   476s|  4240k|  4222k|     0 |   0.0 |1409M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 568 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
530.88/531.07	c   477s|  4250k|  4232k|     0 |   0.0 |1413M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 568 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
532.09/532.25	c   478s|  4260k|  4242k|     0 |   0.0 |1417M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 569 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
533.28/533.41	c   479s|  4270k|  4252k|     0 |   0.0 |1420M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 569 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
534.38/534.60	c   480s|  4280k|  4262k|     0 |   0.0 |1424M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 569 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
535.58/535.75	c   481s|  4290k|  4272k|     0 |   0.0 |1428M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 570 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
536.79/536.96	c   482s|  4300k|  4282k|     0 |   0.0 |1431M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 570 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
537.98/538.12	c   483s|  4310k|  4292k|     0 |   0.0 |1435M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 571 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
539.08/539.29	c   484s|  4320k|  4302k|     0 |   0.0 |1439M| 973 |   - |1905 |1229 |   0 |   0 |   0 | 578 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
540.29/540.46	c   486s|  4330k|  4312k|     0 |   0.0 |1442M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 578 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
541.39/541.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
541.39/541.59	c   487s|  4340k|  4322k|     0 |   0.0 |1446M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 578 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
542.58/542.77	c   488s|  4350k|  4332k|     0 |   0.0 |1450M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 578 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
543.68/543.90	c   489s|  4360k|  4342k|     0 |   0.0 |1454M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 578 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
544.89/545.08	c   490s|  4370k|  4352k|     0 |   0.0 |1457M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 583 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
546.08/546.22	c   491s|  4380k|  4362k|     0 |   0.0 |1461M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 583 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
547.18/547.36	c   492s|  4390k|  4372k|     0 |   0.0 |1465M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 583 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
548.38/548.52	c   493s|  4400k|  4382k|     0 |   0.0 |1469M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 583 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
549.48/549.65	c   494s|  4410k|  4392k|     0 |   0.0 |1472M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 584 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
550.68/550.84	c   495s|  4420k|  4402k|     0 |   0.0 |1476M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 584 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
551.78/551.97	c   496s|  4430k|  4412k|     0 |   0.0 |1480M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 584 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
552.98/553.14	c   497s|  4440k|  4422k|     0 |   0.0 |1484M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 584 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
554.09/554.29	c   499s|  4450k|  4432k|     0 |   0.0 |1487M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 588 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
555.28/555.45	c   500s|  4460k|  4442k|     0 |   0.0 |1491M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 593 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
556.49/556.61	c   501s|  4470k|  4452k|     0 |   0.0 |1495M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 594 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
557.58/557.74	c   502s|  4480k|  4462k|     0 |   0.0 |1498M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 594 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
558.79/558.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
558.79/558.93	c   503s|  4490k|  4472k|     0 |   0.0 |1502M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 594 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
559.89/560.07	c   504s|  4500k|  4482k|     0 |   0.0 |1506M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 594 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
561.08/561.27	c   505s|  4510k|  4492k|     0 |   0.0 |1510M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 598 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
562.28/562.42	c   506s|  4520k|  4502k|     0 |   0.0 |1513M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 598 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
563.48/563.61	c   507s|  4530k|  4512k|     0 |   0.0 |1517M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 598 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
564.58/564.78	c   509s|  4540k|  4522k|     0 |   0.0 |1521M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 598 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
565.78/565.94	c   510s|  4550k|  4532k|     0 |   0.0 |1525M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 605 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
566.98/567.12	c   511s|  4560k|  4542k|     0 |   0.0 |1528M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 605 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
568.08/568.29	c   512s|  4570k|  4552k|     0 |   0.0 |1532M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 608 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
569.28/569.48	c   513s|  4580k|  4562k|     0 |   0.0 |1536M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 608 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
570.48/570.62	c   514s|  4590k|  4572k|     0 |   0.0 |1540M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 611 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
571.68/571.80	c   515s|  4600k|  4582k|     0 |   0.0 |1543M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 611 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
572.78/572.95	c   516s|  4610k|  4592k|     0 |   0.0 |1547M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 611 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
573.98/574.11	c   517s|  4620k|  4602k|     0 |   0.0 |1551M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 616 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
575.08/575.26	c   518s|  4630k|  4612k|     0 |   0.0 |1555M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 616 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
576.29/576.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.29/576.42	c   520s|  4640k|  4622k|     0 |   0.0 |1559M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 621 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
577.39/577.55	c   521s|  4650k|  4632k|     0 |   0.0 |1562M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 621 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
578.49/578.70	c   522s|  4660k|  4642k|     0 |   0.0 |1566M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 621 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
579.68/579.85	c   523s|  4670k|  4652k|     0 |   0.0 |1570M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 625 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
580.79/580.99	c   524s|  4680k|  4662k|     0 |   0.0 |1574M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 625 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
581.98/582.13	c   525s|  4690k|  4672k|     0 |   0.0 |1578M| 973 |   - |1905 |1229 |   0 |   0 |   0 | 632 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
583.08/583.26	c   526s|  4700k|  4682k|     0 |   0.0 |1581M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 637 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
584.28/584.41	c   527s|  4710k|  4692k|     0 |   0.0 |1585M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 637 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
585.39/585.54	c   528s|  4720k|  4702k|     0 |   0.0 |1589M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 637 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
586.48/586.69	c   529s|  4730k|  4712k|     0 |   0.0 |1593M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 637 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
587.68/587.83	c   530s|  4740k|  4722k|     0 |   0.0 |1597M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 644 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
588.79/588.98	c   531s|  4750k|  4732k|     0 |   0.0 |1601M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 644 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
589.98/590.10	c   532s|  4760k|  4742k|     0 |   0.0 |1604M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 650 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
591.08/591.23	c   533s|  4770k|  4752k|     0 |   0.0 |1608M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 654 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
592.19/592.35	c   535s|  4780k|  4762k|     0 |   0.0 |1612M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 657 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
593.39/593.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
593.39/593.50	c   536s|  4790k|  4772k|     0 |   0.0 |1616M| 973 |   - |1905 |1230 |   0 |   0 |   0 | 662 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
594.49/594.61	c   537s|  4800k|  4782k|     0 |   0.0 |1620M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 668 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
595.58/595.76	c   538s|  4810k|  4792k|     0 |   0.0 |1624M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 668 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
596.68/596.89	c   539s|  4820k|  4802k|     0 |   0.0 |1627M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 668 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
597.88/598.03	c   540s|  4830k|  4812k|     0 |   0.0 |1631M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
598.98/599.15	c   541s|  4840k|  4822k|     0 |   0.0 |1635M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
600.08/600.28	c   542s|  4850k|  4832k|     0 |   0.0 |1639M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
601.28/601.40	c   543s|  4860k|  4842k|     0 |   0.0 |1643M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
602.38/602.56	c   544s|  4870k|  4852k|     0 |   0.0 |1647M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
603.59/603.70	c   545s|  4880k|  4862k|     0 |   0.0 |1650M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
604.68/604.83	c   546s|  4890k|  4872k|     0 |   0.0 |1654M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
605.78/605.97	c   547s|  4900k|  4882k|     0 |   0.0 |1658M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
606.98/607.12	c   548s|  4910k|  4892k|     0 |   0.0 |1662M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
608.09/608.27	c   550s|  4920k|  4902k|     0 |   0.0 |1666M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
609.29/609.43	c   551s|  4930k|  4912k|     0 |   0.0 |1670M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
610.39/610.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
610.39/610.57	c   552s|  4940k|  4922k|     0 |   0.0 |1674M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
611.59/611.70	c   553s|  4950k|  4932k|     0 |   0.0 |1677M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
612.69/612.82	c   554s|  4960k|  4942k|     0 |   0.0 |1681M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
613.79/613.96	c   555s|  4970k|  4952k|     0 |   0.0 |1685M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 678 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
614.98/615.18	c   556s|  4980k|  4962k|     0 |   0.0 |1689M| 973 |   - |1905 |1232 |   0 |   0 |   0 | 690 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
616.29/616.40	c   557s|  4990k|  4972k|     0 |   0.0 |1693M| 973 |   - |1905 |1230 |   0 |   0 |   0 | 690 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
617.48/617.63	c   558s|  5000k|  4982k|     0 |   0.0 |1697M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 691 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
618.68/618.88	c   560s|  5010k|  4992k|     0 |   0.0 |1701M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 691 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
619.98/620.14	c   561s|  5020k|  5002k|     0 |   0.0 |1704M| 973 |   - |1905 |1229 |   0 |   0 |   0 | 692 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
621.18/621.36	c   562s|  5030k|  5012k|     0 |   0.0 |1708M| 973 |   - |1905 |1229 |   0 |   0 |   0 | 692 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
622.38/622.57	c   563s|  5040k|  5022k|     0 |   0.0 |1712M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 692 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
623.58/623.78	c   564s|  5050k|  5032k|     0 |   0.0 |1716M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 692 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
624.88/625.00	c   565s|  5060k|  5042k|     0 |   0.0 |1720M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 692 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
626.08/626.20	c   566s|  5070k|  5052k|     0 |   0.0 |1724M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 692 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
627.28/627.44	c   568s|  5080k|  5062k|     0 |   0.0 |1727M| 973 |   - |1905 |1229 |   0 |   0 |   0 | 693 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
628.48/628.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
628.48/628.66	c   569s|  5090k|  5072k|     0 |   0.0 |1731M| 973 |   - |1905 |1230 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
629.68/629.88	c   570s|  5100k|  5082k|     0 |   0.0 |1735M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
630.98/631.10	c   571s|  5110k|  5092k|     0 |   0.0 |1739M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
632.18/632.32	c   572s|  5120k|  5102k|     0 |   0.0 |1743M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
633.38/633.55	c   573s|  5130k|  5112k|     0 |   0.0 |1746M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
634.59/634.80	c   575s|  5140k|  5122k|     0 |   0.0 |1750M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
635.88/636.03	c   576s|  5150k|  5132k|     0 |   0.0 |1754M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
637.08/637.24	c   577s|  5160k|  5142k|     0 |   0.0 |1758M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
638.28/638.48	c   578s|  5170k|  5152k|     0 |   0.0 |1762M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
639.48/639.69	c   579s|  5180k|  5162k|     0 |   0.0 |1765M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
640.68/640.89	c   580s|  5190k|  5172k|     0 |   0.0 |1769M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
641.98/642.11	c   582s|  5200k|  5182k|     0 |   0.0 |1773M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 696 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
643.08/643.29	c   583s|  5210k|  5192k|     0 |   0.0 |1777M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
644.38/644.51	c   584s|  5220k|  5202k|     0 |   0.0 |1781M| 973 |   - |1905 |1228 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
645.58/645.71	c   585s|  5230k|  5212k|     0 |   0.0 |1784M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
646.78/646.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.78/646.91	c   586s|  5240k|  5222k|     0 |   0.0 |1788M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
647.98/648.12	c   587s|  5250k|  5232k|     0 |   0.0 |1792M| 973 |   - |1905 |1227 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
649.18/649.33	c   588s|  5260k|  5242k|     0 |   0.0 |1796M| 973 |   - |1905 |1226 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
650.38/650.51	c   589s|  5270k|  5252k|     0 |   0.0 |1799M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
651.48/651.69	c   591s|  5280k|  5262k|     0 |   0.0 |1803M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
652.68/652.87	c   592s|  5290k|  5272k|     0 |   0.0 |1807M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
653.88/654.06	c   593s|  5300k|  5282k|     0 |   0.0 |1810M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
655.08/655.23	c   594s|  5310k|  5292k|     0 |   0.0 |1814M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
656.28/656.40	c   595s|  5320k|  5302k|     0 |   0.0 |1818M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
657.38/657.58	c   596s|  5330k|  5312k|     0 |   0.0 |1821M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
658.58/658.75	c   597s|  5340k|  5322k|     0 |   0.0 |1825M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
659.68/659.89	c   598s|  5350k|  5332k|     0 |   0.0 |1829M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
660.88/661.05	c   599s|  5360k|  5342k|     0 |   0.0 |1833M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
661.98/662.20	c   600s|  5370k|  5352k|     0 |   0.0 |1836M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
663.18/663.34	c   602s|  5380k|  5362k|     0 |   0.0 |1840M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
664.38/664.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
664.38/664.51	c   603s|  5390k|  5372k|     0 |   0.0 |1844M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
665.49/665.66	c   604s|  5400k|  5382k|     0 |   0.0 |1847M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
666.68/666.83	c   605s|  5410k|  5392k|     0 |   0.0 |1851M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
667.78/667.98	c   606s|  5420k|  5402k|     0 |   0.0 |1855M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
668.98/669.14	c   607s|  5430k|  5412k|     0 |   0.0 |1858M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
670.18/670.30	c   608s|  5440k|  5422k|     0 |   0.0 |1862M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
671.28/671.44	c   609s|  5450k|  5432k|     0 |   0.0 |1866M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
672.47/672.60	c   610s|  5460k|  5442k|     0 |   0.0 |1869M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
673.58/673.76	c   611s|  5470k|  5452k|     0 |   0.0 |1873M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 697 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
674.77/674.94	c   613s|  5480k|  5462k|     0 |   0.0 |1877M| 973 |   - |1905 |1222 |   0 |   0 |   0 | 698 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
675.98/676.14	c   614s|  5490k|  5472k|     0 |   0.0 |1880M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 701 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
677.07/677.25	c   615s|  5500k|  5482k|     0 |   0.0 |1884M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 702 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
678.18/678.39	c   616s|  5510k|  5492k|     0 |   0.0 |1888M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 703 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
679.38/679.53	c   617s|  5520k|  5502k|     0 |   0.0 |1891M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 703 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
680.48/680.66	c   618s|  5530k|  5512k|     0 |   0.0 |1895M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 703 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
681.58/681.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
681.58/681.79	c   619s|  5540k|  5522k|     0 |   0.0 |1899M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 704 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
682.78/682.95	c   620s|  5550k|  5532k|     0 |   0.0 |1902M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 704 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
683.88/684.07	c   621s|  5560k|  5542k|     0 |   0.0 |1906M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 704 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
684.98/685.17	c   622s|  5570k|  5552k|     0 |   0.0 |1910M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 704 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
686.08/686.28	c   623s|  5580k|  5562k|     0 |   0.0 |1913M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 704 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
687.28/687.42	c   624s|  5590k|  5572k|     0 |   0.0 |1917M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 704 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
688.38/688.59	c   625s|  5600k|  5582k|     0 |   0.0 |1921M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 704 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
689.58/689.72	c   626s|  5610k|  5592k|     0 |   0.0 |1924M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 706 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
690.69/690.82	c   627s|  5620k|  5602k|     0 |   0.0 |1928M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 706 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
691.79/691.97	c   629s|  5630k|  5612k|     0 |   0.0 |1932M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 706 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
692.88/693.08	c   630s|  5640k|  5622k|     0 |   0.0 |1935M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 706 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
693.98/694.18	c   631s|  5650k|  5632k|     0 |   0.0 |1939M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 707 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
695.09/695.28	c   632s|  5660k|  5642k|     0 |   0.0 |1943M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 707 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
696.18/696.37	c   633s|  5670k|  5652k|     0 |   0.0 |1946M| 973 |   - |1905 |1225 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
697.29/697.45	c   634s|  5680k|  5662k|     0 |   0.0 |1950M| 973 |   - |1905 |1224 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
698.39/698.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
698.39/698.56	c   635s|  5690k|  5672k|     0 |   0.0 |1954M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
699.59/699.72	c   636s|  5700k|  5682k|     0 |   0.0 |1957M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
700.68/700.85	c   637s|  5710k|  5692k|     0 |   0.0 |1961M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
701.88/702.00	c   638s|  5720k|  5702k|     0 |   0.0 |1965M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
702.98/703.10	c   639s|  5730k|  5712k|     0 |   0.0 |1968M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
704.08/704.20	c   640s|  5740k|  5722k|     0 |   0.0 |1972M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
705.18/705.32	c   641s|  5750k|  5732k|     0 |   0.0 |1976M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
706.28/706.44	c   642s|  5760k|  5742k|     0 |   0.0 |1979M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
707.38/707.52	c   643s|  5770k|  5752k|     0 |   0.0 |1983M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
708.48/708.63	c   644s|  5780k|  5762k|     0 |   0.0 |1987M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
709.58/709.72	c   645s|  5790k|  5772k|     0 |   0.0 |1990M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
710.68/710.82	c   646s|  5800k|  5782k|     0 |   0.0 |1994M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
711.78/711.93	c   647s|  5810k|  5792k|     0 |   0.0 |1998M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
712.88/713.02	c   648s|  5820k|  5802k|     0 |   0.0 |2002M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
713.88/714.09	c   649s|  5830k|  5812k|     0 |   0.0 |2005M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
714.99/715.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.99/715.15	c   650s|  5840k|  5822k|     0 |   0.0 |2009M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
716.08/716.25	c   651s|  5850k|  5832k|     0 |   0.0 |2013M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
717.18/717.35	c   652s|  5860k|  5842k|     0 |   0.0 |2016M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
718.29/718.42	c   653s|  5870k|  5852k|     0 |   0.0 |2020M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
719.28/719.47	c   654s|  5880k|  5862k|     0 |   0.0 |2024M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 708 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
720.39/720.54	c   655s|  5890k|  5872k|     0 |   0.0 |2028M| 973 |   - |1905 |1223 |   0 |   0 |   0 | 712 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
721.49/721.61	c   656s|  5900k|  5882k|     0 |   0.0 |2031M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 712 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
722.48/722.68	c   657s|  5910k|  5892k|     0 |   0.0 |2035M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 712 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
723.58/723.73	c   658s|  5920k|  5902k|     0 |   0.0 |2039M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 712 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
724.58/724.78	c   659s|  5930k|  5912k|     0 |   0.0 |2042M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 712 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
725.68/725.85	c   660s|  5940k|  5922k|     0 |   0.0 |2046M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 712 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
726.78/726.94	c   661s|  5950k|  5932k|     0 |   0.0 |2050M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 712 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
727.88/728.04	c   662s|  5960k|  5942k|     0 |   0.0 |2053M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
728.98/729.14	c   663s|  5970k|  5952k|     0 |   0.0 |2057M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
729.98/730.18	c   664s|  5980k|  5962k|     0 |   0.0 |2061M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
731.08/731.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
731.08/731.23	c   665s|  5990k|  5972k|     0 |   0.0 |2064M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
732.08/732.30	c   666s|  6000k|  5982k|     0 |   0.0 |2068M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
733.18/733.34	c   667s|  6010k|  5992k|     0 |   0.0 |2072M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
734.18/734.38	c   668s|  6020k|  6002k|     0 |   0.0 |2076M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
735.28/735.40	c   669s|  6030k|  6012k|     0 |   0.0 |2079M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
736.28/736.45	c   670s|  6040k|  6022k|     0 |   0.0 |2083M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
737.28/737.47	c   671s|  6050k|  6032k|     0 |   0.0 |2087M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
738.37/738.51	c   672s|  6060k|  6042k|     0 |   0.0 |2090M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
739.38/739.56	c   673s|  6070k|  6052k|     0 |   0.0 |2094M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
740.48/740.61	c   674s|  6080k|  6062k|     0 |   0.0 |2098M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
741.48/741.67	c   675s|  6090k|  6072k|     0 |   0.0 |2101M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
742.58/742.73	c   676s|  6100k|  6082k|     0 |   0.0 |2105M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
743.68/743.80	c   677s|  6110k|  6092k|     0 |   0.0 |2109M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
744.68/744.86	c   678s|  6120k|  6102k|     0 |   0.0 |2112M| 973 |   - |1905 |1218 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
745.79/745.94	c   679s|  6130k|  6112k|     0 |   0.0 |2116M| 973 |   - |1905 |1218 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
746.79/746.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
746.79/746.95	c   680s|  6140k|  6122k|     0 |   0.0 |2120M| 973 |   - |1905 |1218 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
747.88/748.00	c   681s|  6150k|  6132k|     0 |   0.0 |2123M| 973 |   - |1905 |1218 |   0 |   0 |   0 | 714 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
748.87/749.02	c   682s|  6160k|  6142k|     0 |   0.0 |2127M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 715 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
749.88/750.07	c   683s|  6170k|  6152k|     0 |   0.0 |2131M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 715 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
750.98/751.13	c   684s|  6180k|  6162k|     0 |   0.0 |2134M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 715 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
752.07/752.23	c   685s|  6190k|  6172k|     0 |   0.0 |2138M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 715 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
753.18/753.30	c   686s|  6200k|  6182k|     0 |   0.0 |2142M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 715 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
754.17/754.31	c   687s|  6210k|  6192k|     0 |   0.0 |2145M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 715 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
755.68/755.81	c   689s|  6220k|  6202k|     0 |   0.0 |2150M| 973 |   - |1905 |1216 |   0 |   0 |   0 | 715 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
757.28/757.44	c   690s|  6230k|  6212k|     0 |   0.0 |2155M| 973 |   - |1905 |1218 |   0 |   0 |   0 | 718 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
758.78/758.98	c   692s|  6240k|  6222k|     0 |   0.0 |2158M| 973 |   - |1905 |1216 |   0 |   0 |   0 | 718 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
760.28/760.47	c   693s|  6250k|  6232k|     0 |   0.0 |2161M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 718 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
761.78/761.96	c   694s|  6260k|  6242k|     0 |   0.0 |2164M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 718 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
763.28/763.46	c   696s|  6270k|  6252k|     0 |   0.0 |2167M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 725 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
764.77/764.98	c   697s|  6280k|  6262k|     0 |   0.0 |2170M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 725 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
766.27/766.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
766.27/766.48	c   699s|  6290k|  6272k|     0 |   0.0 |2174M| 973 |   - |1905 |1217 |   0 |   0 |   0 | 725 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
767.78/767.92	c   700s|  6300k|  6282k|     0 |   0.0 |2177M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
769.18/769.36	c   702s|  6310k|  6292k|     0 |   0.0 |2180M| 973 |   - |1905 |1217 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
770.58/770.79	c   703s|  6320k|  6302k|     0 |   0.0 |2184M| 973 |   - |1905 |1217 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
772.08/772.21	c   704s|  6330k|  6312k|     0 |   0.0 |2187M| 973 |   - |1905 |1216 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
773.38/773.59	c   706s|  6340k|  6322k|     0 |   0.0 |2190M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
774.78/774.95	c   707s|  6350k|  6332k|     0 |   0.0 |2194M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
776.18/776.32	c   708s|  6360k|  6342k|     0 |   0.0 |2197M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
777.48/777.69	c   710s|  6370k|  6352k|     0 |   0.0 |2200M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
778.88/779.05	c   711s|  6380k|  6362k|     0 |   0.0 |2204M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
780.18/780.39	c   712s|  6390k|  6372k|     0 |   0.0 |2208M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 727 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
781.58/781.72	c   713s|  6400k|  6382k|     0 |   0.0 |2211M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 733 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
782.88/783.04	c   715s|  6410k|  6392k|     0 |   0.0 |2215M| 973 |   - |1905 |1218 |   0 |   0 |   0 | 734 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
784.18/784.33	c   716s|  6420k|  6402k|     0 |   0.0 |2218M| 973 |   - |1905 |1221 |   0 |   0 |   0 | 739 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
785.48/785.63	c   717s|  6430k|  6412k|     0 |   0.0 |2222M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 739 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
786.78/786.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.78/786.92	c   718s|  6440k|  6422k|     0 |   0.0 |2225M| 973 |   - |1905 |1220 |   0 |   0 |   0 | 740 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
787.98/788.16	c   719s|  6450k|  6432k|     0 |   0.0 |2228M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 740 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
789.17/789.38	c   721s|  6460k|  6442k|     0 |   0.0 |2232M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
790.48/790.61	c   722s|  6470k|  6452k|     0 |   0.0 |2235M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
791.68/791.81	c   723s|  6480k|  6462k|     0 |   0.0 |2239M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
792.87/793.01	c   724s|  6490k|  6472k|     0 |   0.0 |2242M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
793.98/794.18	c   725s|  6500k|  6482k|     0 |   0.0 |2246M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
795.19/795.31	c   726s|  6510k|  6492k|     0 |   0.0 |2249M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
796.18/796.39	c   727s|  6520k|  6502k|     0 |   0.0 |2253M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
797.28/797.48	c   728s|  6530k|  6512k|     0 |   0.0 |2256M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
798.38/798.52	c   729s|  6540k|  6522k|     0 |   0.0 |2260M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
799.38/799.51	c   730s|  6550k|  6532k|     0 |   0.0 |2263M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
800.28/800.42	c   731s|  6560k|  6542k|     0 |   0.0 |2267M| 973 |   - |1905 |1219 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
801.38/801.55	c   732s|  6570k|  6552k|     0 |   0.0 |2271M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
802.58/802.77	c   733s|  6580k|  6562k|     0 |   0.0 |2274M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 741 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
803.78/803.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
803.78/803.97	c   734s|  6590k|  6572k|     0 |   0.0 |2277M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
804.98/805.15	c   736s|  6600k|  6582k|     0 |   0.0 |2280M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
806.18/806.33	c   737s|  6610k|  6592k|     0 |   0.0 |2284M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
807.38/807.54	c   738s|  6620k|  6602k|     0 |   0.0 |2287M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
808.58/808.74	c   739s|  6630k|  6612k|     0 |   0.0 |2290M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
809.78/809.93	c   740s|  6640k|  6622k|     0 |   0.0 |2293M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
810.88/811.09	c   741s|  6650k|  6632k|     0 |   0.0 |2297M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
812.08/812.24	c   742s|  6660k|  6642k|     0 |   0.0 |2300M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
813.28/813.40	c   743s|  6670k|  6652k|     0 |   0.0 |2303M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
814.38/814.57	c   744s|  6680k|  6662k|     0 |   0.0 |2306M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
815.57/815.74	c   746s|  6690k|  6672k|     0 |   0.0 |2310M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
816.78/816.91	c   747s|  6700k|  6682k|     0 |   0.0 |2313M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 742 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
817.88/818.07	c   748s|  6710k|  6692k|     0 |   0.0 |2316M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 743 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
819.08/819.26	c   749s|  6720k|  6702k|     0 |   0.0 |2320M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 743 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
820.28/820.44	c   750s|  6730k|  6712k|     0 |   0.0 |2323M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 743 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
821.38/821.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.38/821.59	c   751s|  6740k|  6722k|     0 |   0.0 |2326M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 744 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
822.58/822.78	c   752s|  6750k|  6732k|     0 |   0.0 |2329M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 745 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
823.79/823.97	c   753s|  6760k|  6742k|     0 |   0.0 |2333M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 747 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
824.99/825.19	c   755s|  6770k|  6752k|     0 |   0.0 |2336M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 747 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
826.28/826.41	c   756s|  6780k|  6762k|     0 |   0.0 |2339M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 747 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
827.47/827.62	c   757s|  6790k|  6772k|     0 |   0.0 |2343M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 747 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
828.58/828.79	c   758s|  6800k|  6782k|     0 |   0.0 |2346M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 747 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
829.78/829.93	c   759s|  6810k|  6792k|     0 |   0.0 |2349M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 748 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
830.98/831.12	c   760s|  6820k|  6802k|     0 |   0.0 |2352M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 748 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
832.08/832.29	c   761s|  6830k|  6812k|     0 |   0.0 |2356M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 748 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
833.38/833.50	c   762s|  6840k|  6822k|     0 |   0.0 |2359M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 748 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
834.48/834.69	c   764s|  6850k|  6832k|     0 |   0.0 |2362M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 748 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
835.68/835.84	c   765s|  6860k|  6842k|     0 |   0.0 |2366M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 748 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
836.77/836.99	c   766s|  6870k|  6852k|     0 |   0.0 |2369M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
837.98/838.14	c   767s|  6880k|  6862k|     0 |   0.0 |2372M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
839.19/839.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
839.19/839.31	c   768s|  6890k|  6872k|     0 |   0.0 |2375M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
840.28/840.50	c   769s|  6900k|  6882k|     0 |   0.0 |2379M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
841.48/841.68	c   770s|  6910k|  6892k|     0 |   0.0 |2382M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
842.68/842.85	c   771s|  6920k|  6902k|     0 |   0.0 |2385M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
843.88/844.03	c   772s|  6930k|  6912k|     0 |   0.0 |2389M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
844.98/845.19	c   774s|  6940k|  6922k|     0 |   0.0 |2392M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
846.18/846.37	c   775s|  6950k|  6932k|     0 |   0.0 |2395M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
847.38/847.52	c   776s|  6960k|  6942k|     0 |   0.0 |2399M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
848.48/848.66	c   777s|  6970k|  6952k|     0 |   0.0 |2402M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
849.67/849.84	c   778s|  6980k|  6962k|     0 |   0.0 |2405M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
850.88/851.00	c   779s|  6990k|  6972k|     0 |   0.0 |2409M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
851.98/852.18	c   780s|  7000k|  6982k|     0 |   0.0 |2412M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
853.18/853.36	c   781s|  7010k|  6992k|     0 |   0.0 |2415M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
854.38/854.53	c   782s|  7020k|  7002k|     0 |   0.0 |2419M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
855.58/855.70	c   783s|  7030k|  7012k|     0 |   0.0 |2422M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
856.68/856.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
856.68/856.87	c   785s|  7040k|  7022k|     0 |   0.0 |2425M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
857.88/858.03	c   786s|  7050k|  7032k|     0 |   0.0 |2429M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
858.98/859.20	c   787s|  7060k|  7042k|     0 |   0.0 |2432M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
860.19/860.37	c   788s|  7070k|  7052k|     0 |   0.0 |2435M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
861.37/861.52	c   789s|  7080k|  7062k|     0 |   0.0 |2439M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
862.58/862.75	c   790s|  7090k|  7072k|     0 |   0.0 |2442M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
863.77/863.97	c   791s|  7100k|  7082k|     0 |   0.0 |2445M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
864.98/865.12	c   792s|  7110k|  7092k|     0 |   0.0 |2449M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
866.18/866.30	c   793s|  7120k|  7102k|     0 |   0.0 |2452M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
867.38/867.51	c   795s|  7130k|  7112k|     0 |   0.0 |2455M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
868.58/868.74	c   796s|  7140k|  7122k|     0 |   0.0 |2459M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
869.67/869.86	c   797s|  7150k|  7132k|     0 |   0.0 |2462M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
870.78/870.98	c   798s|  7160k|  7142k|     0 |   0.0 |2465M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
871.97/872.16	c   799s|  7170k|  7152k|     0 |   0.0 |2469M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
873.17/873.31	c   800s|  7180k|  7162k|     0 |   0.0 |2472M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
874.28/874.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
874.28/874.44	c   801s|  7190k|  7172k|     0 |   0.0 |2476M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
875.38/875.60	c   802s|  7200k|  7182k|     0 |   0.0 |2479M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
876.58/876.74	c   803s|  7210k|  7192k|     0 |   0.0 |2482M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
877.68/877.88	c   804s|  7220k|  7202k|     0 |   0.0 |2486M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
878.78/879.00	c   806s|  7230k|  7212k|     0 |   0.0 |2489M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
879.98/880.14	c   807s|  7240k|  7222k|     0 |   0.0 |2493M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
881.08/881.27	c   808s|  7250k|  7232k|     0 |   0.0 |2496M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
882.28/882.41	c   809s|  7260k|  7242k|     0 |   0.0 |2499M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
883.38/883.57	c   810s|  7270k|  7252k|     0 |   0.0 |2503M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 749 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
884.58/884.72	c   811s|  7280k|  7262k|     0 |   0.0 |2506M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
885.68/885.88	c   812s|  7290k|  7272k|     0 |   0.0 |2510M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
886.88/887.03	c   813s|  7300k|  7282k|     0 |   0.0 |2513M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
888.08/888.21	c   814s|  7310k|  7292k|     0 |   0.0 |2517M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
889.28/889.40	c   815s|  7320k|  7302k|     0 |   0.0 |2520M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
890.38/890.56	c   816s|  7330k|  7312k|     0 |   0.0 |2524M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
891.58/891.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
891.58/891.72	c   818s|  7340k|  7322k|     0 |   0.0 |2527M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
892.68/892.88	c   819s|  7350k|  7332k|     0 |   0.0 |2530M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
893.88/894.03	c   820s|  7360k|  7342k|     0 |   0.0 |2534M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
895.08/895.20	c   821s|  7370k|  7352k|     0 |   0.0 |2537M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
896.18/896.36	c   822s|  7380k|  7362k|     0 |   0.0 |2541M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
897.38/897.52	c   823s|  7390k|  7372k|     0 |   0.0 |2544M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
898.48/898.67	c   824s|  7400k|  7382k|     0 |   0.0 |2548M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
899.69/899.82	c   825s|  7410k|  7392k|     0 |   0.0 |2552M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
900.78/900.98	c   826s|  7420k|  7402k|     0 |   0.0 |2555M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
901.98/902.18	c   827s|  7430k|  7412k|     0 |   0.0 |2559M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
903.18/903.33	c   828s|  7440k|  7422k|     0 |   0.0 |2562M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
904.28/904.49	c   830s|  7450k|  7432k|     0 |   0.0 |2566M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
905.48/905.67	c   831s|  7460k|  7442k|     0 |   0.0 |2569M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
906.68/906.82	c   832s|  7470k|  7452k|     0 |   0.0 |2573M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
907.78/907.97	c   833s|  7480k|  7462k|     0 |   0.0 |2577M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
908.98/909.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
908.98/909.15	c   834s|  7490k|  7472k|     0 |   0.0 |2580M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
910.18/910.30	c   835s|  7500k|  7482k|     0 |   0.0 |2584M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
911.28/911.46	c   836s|  7510k|  7492k|     0 |   0.0 |2587M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
912.48/912.62	c   837s|  7520k|  7502k|     0 |   0.0 |2591M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
913.57/913.77	c   838s|  7530k|  7512k|     0 |   0.0 |2595M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
914.68/914.88	c   839s|  7540k|  7522k|     0 |   0.0 |2598M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
915.88/916.01	c   840s|  7550k|  7532k|     0 |   0.0 |2602M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
916.98/917.18	c   842s|  7560k|  7542k|     0 |   0.0 |2606M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
918.18/918.32	c   843s|  7570k|  7552k|     0 |   0.0 |2609M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
919.28/919.44	c   844s|  7580k|  7562k|     0 |   0.0 |2613M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
920.38/920.57	c   845s|  7590k|  7572k|     0 |   0.0 |2617M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
921.58/921.71	c   846s|  7600k|  7582k|     0 |   0.0 |2620M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
922.68/922.84	c   847s|  7610k|  7592k|     0 |   0.0 |2624M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
923.78/923.98	c   848s|  7620k|  7602k|     0 |   0.0 |2628M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
924.98/925.13	c   849s|  7630k|  7612k|     0 |   0.0 |2631M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
926.09/926.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
926.09/926.29	c   850s|  7640k|  7622k|     0 |   0.0 |2635M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
927.58/927.74	c   852s|  7650k|  7632k|     0 |   0.0 |2638M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 750 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
929.18/929.33	c   853s|  7660k|  7642k|     0 |   0.0 |2641M| 973 |   - |1905 |1211 |   0 |   0 |   0 | 751 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
930.78/930.90	c   855s|  7670k|  7652k|     0 |   0.0 |2644M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 752 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
932.28/932.49	c   856s|  7680k|  7662k|     0 |   0.0 |2647M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 754 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
933.88/934.06	c   858s|  7690k|  7672k|     0 |   0.0 |2650M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 754 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
935.48/935.63	c   859s|  7700k|  7682k|     0 |   0.0 |2653M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 754 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
936.98/937.18	c   861s|  7710k|  7692k|     0 |   0.0 |2656M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 754 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
938.58/938.71	c   862s|  7720k|  7702k|     0 |   0.0 |2659M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 754 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
940.08/940.28	c   864s|  7730k|  7712k|     0 |   0.0 |2662M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
941.68/941.89	c   865s|  7740k|  7722k|     0 |   0.0 |2665M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
943.28/943.45	c   867s|  7750k|  7732k|     0 |   0.0 |2668M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
944.89/945.06	c   868s|  7760k|  7742k|     0 |   0.0 |2671M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
946.48/946.62	c   870s|  7770k|  7752k|     0 |   0.0 |2674M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
947.98/948.16	c   871s|  7780k|  7762k|     0 |   0.0 |2677M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
949.58/949.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
949.58/949.74	c   873s|  7790k|  7772k|     0 |   0.0 |2680M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
951.18/951.31	c   874s|  7800k|  7782k|     0 |   0.0 |2683M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
952.68/952.87	c   876s|  7810k|  7792k|     0 |   0.0 |2686M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
954.28/954.40	c   877s|  7820k|  7802k|     0 |   0.0 |2689M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
955.78/955.97	c   879s|  7830k|  7812k|     0 |   0.0 |2692M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
957.38/957.53	c   880s|  7840k|  7822k|     0 |   0.0 |2695M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
958.98/959.10	c   882s|  7850k|  7832k|     0 |   0.0 |2698M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
960.48/960.66	c   883s|  7860k|  7842k|     0 |   0.0 |2701M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
962.08/962.23	c   885s|  7870k|  7852k|     0 |   0.0 |2704M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
963.68/963.80	c   886s|  7880k|  7862k|     0 |   0.0 |2707M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
965.18/965.36	c   888s|  7890k|  7872k|     0 |   0.0 |2710M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
966.78/966.93	c   889s|  7900k|  7882k|     0 |   0.0 |2713M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
968.38/968.50	c   891s|  7910k|  7892k|     0 |   0.0 |2716M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
969.88/970.06	c   892s|  7920k|  7902k|     0 |   0.0 |2719M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
971.48/971.64	c   894s|  7930k|  7912k|     0 |   0.0 |2722M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
973.08/973.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
973.08/973.21	c   895s|  7940k|  7922k|     0 |   0.0 |2725M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
974.58/974.78	c   897s|  7950k|  7932k|     0 |   0.0 |2728M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
976.18/976.35	c   898s|  7960k|  7942k|     0 |   0.0 |2731M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
977.78/977.92	c   900s|  7970k|  7952k|     0 |   0.0 |2734M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
979.28/979.46	c   901s|  7980k|  7962k|     0 |   0.0 |2737M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
980.88/981.01	c   903s|  7990k|  7972k|     0 |   0.0 |2740M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 755 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
982.38/982.56	c   904s|  8000k|  7982k|     0 |   0.0 |2743M| 973 |   - |1905 |1217 |   0 |   0 |   0 | 760 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
983.98/984.12	c   906s|  8010k|  7992k|     0 |   0.0 |2747M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 760 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
985.48/985.67	c   907s|  8020k|  8002k|     0 |   0.0 |2750M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 760 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
987.08/987.24	c   909s|  8030k|  8012k|     0 |   0.0 |2753M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 760 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
988.68/988.81	c   910s|  8040k|  8022k|     0 |   0.0 |2756M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 763 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
990.18/990.37	c   912s|  8050k|  8032k|     0 |   0.0 |2759M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 763 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
991.78/991.93	c   913s|  8060k|  8042k|     0 |   0.0 |2762M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 763 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
993.29/993.47	c   915s|  8070k|  8052k|     0 |   0.0 |2765M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 763 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
994.88/995.04	c   916s|  8080k|  8062k|     0 |   0.0 |2768M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 763 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
996.38/996.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
996.38/996.58	c   918s|  8090k|  8072k|     0 |   0.0 |2771M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 765 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
997.98/998.12	c   919s|  8100k|  8082k|     0 |   0.0 |2774M| 973 |   - |1905 |1213 |   0 |   0 |   0 | 765 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
999.48/999.69	c   921s|  8110k|  8092k|     0 |   0.0 |2777M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 765 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1001.08/1001.24	c   922s|  8120k|  8102k|     0 |   0.0 |2780M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 765 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1002.68/1002.80	c   924s|  8130k|  8112k|     0 |   0.0 |2783M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 765 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1004.19/1004.36	c   925s|  8140k|  8122k|     0 |   0.0 |2786M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 767 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1005.78/1005.93	c   927s|  8150k|  8132k|     0 |   0.0 |2789M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 767 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1007.38/1007.50	c   928s|  8160k|  8142k|     0 |   0.0 |2792M| 973 |   - |1905 |1215 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1008.88/1009.06	c   930s|  8170k|  8152k|     0 |   0.0 |2796M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1010.48/1010.62	c   931s|  8180k|  8162k|     0 |   0.0 |2799M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1011.99/1012.16	c   933s|  8190k|  8172k|     0 |   0.0 |2802M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1013.58/1013.71	c   934s|  8200k|  8182k|     0 |   0.0 |2805M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1015.08/1015.24	c   936s|  8210k|  8192k|     0 |   0.0 |2808M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1016.58/1016.78	c   937s|  8220k|  8202k|     0 |   0.0 |2811M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1018.18/1018.32	c   939s|  8230k|  8212k|     0 |   0.0 |2814M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1019.69/1019.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1019.69/1019.85	c   940s|  8240k|  8222k|     0 |   0.0 |2817M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 768 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1021.18/1021.38	c   942s|  8250k|  8232k|     0 |   0.0 |2820M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 770 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1022.68/1022.89	c   943s|  8260k|  8242k|     0 |   0.0 |2823M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 770 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1024.28/1024.43	c   945s|  8270k|  8252k|     0 |   0.0 |2826M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 770 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1025.78/1025.98	c   946s|  8280k|  8262k|     0 |   0.0 |2829M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 770 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1027.38/1027.54	c   948s|  8290k|  8272k|     0 |   0.0 |2832M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 770 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1028.88/1029.08	c   949s|  8300k|  8282k|     0 |   0.0 |2835M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 770 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1030.48/1030.65	c   951s|  8310k|  8292k|     0 |   0.0 |2839M| 973 |   - |1905 |1216 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1032.08/1032.22	c   952s|  8320k|  8302k|     0 |   0.0 |2842M| 973 |   - |1905 |1214 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1033.68/1033.80	c   954s|  8330k|  8312k|     0 |   0.0 |2845M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1035.18/1035.36	c   955s|  8340k|  8322k|     0 |   0.0 |2848M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1036.78/1036.95	c   957s|  8350k|  8332k|     0 |   0.0 |2851M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1038.39/1038.51	c   958s|  8360k|  8342k|     0 |   0.0 |2854M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1039.88/1040.06	c   960s|  8370k|  8352k|     0 |   0.0 |2857M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1041.38/1041.58	c   961s|  8380k|  8362k|     0 |   0.0 |2860M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1042.98/1043.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1042.98/1043.13	c   963s|  8390k|  8372k|     0 |   0.0 |2863M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1044.47/1044.67	c   964s|  8400k|  8382k|     0 |   0.0 |2866M| 973 |   - |1905 |1212 |   0 |   0 |   0 | 774 |   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1045.58/1045.70	c (node 8406603) switching to memory saving mode (mem: 2736.0M/3420.0M)
1058.19/1058.38	o 97
1058.19/1058.38	c * 978s|  8407k|  5826k|     0 |   0.0 |2146M|1023 |   - |1905 |1591 |   0 |   0 |   0 |1154 |   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
1062.88/1063.09	o 96
1062.88/1063.09	c * 982s|  8408k|  5175k|     0 |   0.0 |1866M|1023 |   - |1905 |1872 |   0 |   0 |   0 |1484 |   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
1063.08/1063.28	c   983s|  8410k|  5175k|     0 |   0.0 |1867M|1023 |   - |1905 |2551 |   0 |   0 |   0 |2168 |   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
1075.28/1075.43	o 87
1075.28/1075.43	c * 995s|  8410k|  3478k|     0 |   0.0 |1078M|1023 |   - |1905 |2579 |   0 |   0 |   0 |2196 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1075.28/1075.43	c (node 8410168) switching to standard mode (mem: 1028.4M/3420.0M)
1077.38/1077.52	c   997s|  8420k|  3488k|     0 |   0.0 |1084M|1023 |   - |1905 |2303 |   0 |   0 |   0 |2349 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1078.58/1078.78	c   998s|  8430k|  3498k|     0 |   0.0 |1090M|1023 |   - |1905 |1846 |   0 |   0 |   0 |2413 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1079.88/1080.08	c   999s|  8440k|  3508k|     0 |   0.0 |1097M|1023 |   - |1905 |1757 |   0 |   0 |   0 |2413 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1081.19/1081.34	c  1000s|  8450k|  3518k|     0 |   0.0 |1103M|1023 |   - |1905 |1715 |   0 |   0 |   0 |2419 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1082.38/1082.55	c  1002s|  8460k|  3528k|     0 |   0.0 |1109M|1023 |   - |1905 |1706 |   0 |   0 |   0 |2421 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1083.58/1083.76	c  1003s|  8470k|  3538k|     0 |   0.0 |1116M|1023 |   - |1905 |1705 |   0 |   0 |   0 |2422 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1084.78/1084.97	c  1004s|  8480k|  3548k|     0 |   0.0 |1123M|1023 |   - |1905 |1703 |   0 |   0 |   0 |2422 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1085.98/1086.18	c  1005s|  8490k|  3558k|     0 |   0.0 |1129M|1023 |   - |1905 |1703 |   0 |   0 |   0 |2423 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1087.28/1087.48	c  1006s|  8500k|  3568k|     0 |   0.0 |1135M|1023 |   - |1905 |1705 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1088.68/1088.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1088.68/1088.81	c  1007s|  8510k|  3578k|     0 |   0.0 |1141M|1023 |   - |1905 |1702 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1089.98/1090.15	c  1009s|  8520k|  3588k|     0 |   0.0 |1147M|1023 |   - |1905 |1698 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1091.28/1091.48	c  1010s|  8530k|  3598k|     0 |   0.0 |1153M|1023 |   - |1905 |1696 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1092.68/1092.82	c  1011s|  8540k|  3608k|     0 |   0.0 |1159M|1023 |   - |1905 |1696 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1093.98/1094.15	c  1013s|  8550k|  3617k|     0 |   0.0 |1165M|1023 |   - |1905 |1696 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1095.28/1095.48	c  1014s|  8560k|  3627k|     0 |   0.0 |1171M|1023 |   - |1905 |1695 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1096.68/1096.81	c  1015s|  8570k|  3637k|     0 |   0.0 |1178M|1023 |   - |1905 |1695 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1097.98/1098.14	c  1016s|  8580k|  3647k|     0 |   0.0 |1184M|1023 |   - |1905 |1695 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1099.28/1099.47	c  1018s|  8590k|  3657k|     0 |   0.0 |1190M|1023 |   - |1905 |1692 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1100.68/1100.81	c  1019s|  8600k|  3667k|     0 |   0.0 |1196M|1023 |   - |1905 |1692 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1101.98/1102.14	c  1020s|  8610k|  3677k|     0 |   0.0 |1202M|1023 |   - |1905 |1692 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1103.28/1103.46	c  1021s|  8620k|  3687k|     0 |   0.0 |1208M|1023 |   - |1905 |1692 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1104.58/1104.80	c  1023s|  8630k|  3697k|     0 |   0.0 |1214M|1023 |   - |1905 |1691 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1105.98/1106.13	c  1024s|  8640k|  3707k|     0 |   0.0 |1220M|1023 |   - |1905 |1691 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1107.28/1107.45	c  1025s|  8650k|  3717k|     0 |   0.0 |1226M|1023 |   - |1905 |1691 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1108.58/1108.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1108.58/1108.78	c  1027s|  8660k|  3727k|     0 |   0.0 |1232M|1023 |   - |1905 |1689 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1109.98/1110.11	c  1028s|  8670k|  3736k|     0 |   0.0 |1238M|1023 |   - |1905 |1688 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1111.28/1111.43	c  1029s|  8680k|  3746k|     0 |   0.0 |1244M|1023 |   - |1905 |1686 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1112.58/1112.77	c  1030s|  8690k|  3756k|     0 |   0.0 |1250M|1023 |   - |1905 |1686 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1113.98/1114.10	c  1032s|  8700k|  3766k|     0 |   0.0 |1256M|1023 |   - |1905 |1685 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1115.28/1115.43	c  1033s|  8710k|  3776k|     0 |   0.0 |1262M|1023 |   - |1905 |1681 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1116.58/1116.76	c  1034s|  8720k|  3786k|     0 |   0.0 |1268M|1023 |   - |1905 |1681 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1117.88/1118.09	c  1035s|  8730k|  3796k|     0 |   0.0 |1274M|1023 |   - |1905 |1680 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1119.28/1119.41	c  1037s|  8740k|  3806k|     0 |   0.0 |1280M|1023 |   - |1905 |1679 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1120.58/1120.74	c  1038s|  8750k|  3816k|     0 |   0.0 |1287M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1121.88/1122.07	c  1039s|  8760k|  3826k|     0 |   0.0 |1293M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1123.28/1123.40	c  1040s|  8770k|  3836k|     0 |   0.0 |1299M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1124.58/1124.73	c  1042s|  8780k|  3846k|     0 |   0.0 |1305M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1125.88/1126.06	c  1043s|  8790k|  3856k|     0 |   0.0 |1311M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1127.18/1127.39	c  1044s|  8800k|  3865k|     0 |   0.0 |1317M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1128.59/1128.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1128.59/1128.71	c  1046s|  8810k|  3875k|     0 |   0.0 |1323M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1129.88/1130.04	c  1047s|  8820k|  3885k|     0 |   0.0 |1329M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1131.18/1131.37	c  1048s|  8830k|  3895k|     0 |   0.0 |1335M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1132.59/1132.70	c  1049s|  8840k|  3905k|     0 |   0.0 |1341M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1133.88/1134.03	c  1051s|  8850k|  3915k|     0 |   0.0 |1347M|1023 |   - |1905 |1678 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1135.19/1135.35	c  1052s|  8860k|  3925k|     0 |   0.0 |1353M|1023 |   - |1905 |1677 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1136.48/1136.68	c  1053s|  8870k|  3935k|     0 |   0.0 |1359M|1023 |   - |1905 |1677 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1137.89/1138.01	c  1054s|  8880k|  3945k|     0 |   0.0 |1365M|1023 |   - |1905 |1677 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1139.18/1139.33	c  1056s|  8890k|  3955k|     0 |   0.0 |1372M|1023 |   - |1905 |1677 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1140.49/1140.66	c  1057s|  8900k|  3965k|     0 |   0.0 |1378M|1023 |   - |1905 |1677 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1141.78/1141.99	c  1058s|  8910k|  3975k|     0 |   0.0 |1384M|1023 |   - |1905 |1677 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1143.18/1143.31	c  1059s|  8920k|  3985k|     0 |   0.0 |1390M|1023 |   - |1905 |1673 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1144.48/1144.63	c  1061s|  8930k|  3994k|     0 |   0.0 |1396M|1023 |   - |1905 |1673 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1145.78/1145.97	c  1062s|  8940k|  4004k|     0 |   0.0 |1402M|1023 |   - |1905 |1673 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1147.08/1147.29	c  1063s|  8950k|  4014k|     0 |   0.0 |1408M|1023 |   - |1905 |1673 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1148.48/1148.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1148.48/1148.62	c  1065s|  8960k|  4024k|     0 |   0.0 |1414M|1023 |   - |1905 |1673 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1149.78/1149.95	c  1066s|  8970k|  4034k|     0 |   0.0 |1420M|1023 |   - |1905 |1673 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1151.09/1151.27	c  1067s|  8980k|  4044k|     0 |   0.0 |1426M|1023 |   - |1905 |1673 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1152.48/1152.60	c  1068s|  8990k|  4054k|     0 |   0.0 |1432M|1023 |   - |1905 |1673 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1153.78/1153.92	c  1070s|  9000k|  4064k|     0 |   0.0 |1438M|1023 |   - |1905 |1669 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1155.08/1155.24	c  1071s|  9010k|  4074k|     0 |   0.0 |1444M|1023 |   - |1905 |1669 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1156.38/1156.57	c  1072s|  9020k|  4084k|     0 |   0.0 |1451M|1023 |   - |1905 |1669 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1157.69/1157.89	c  1073s|  9030k|  4094k|     0 |   0.0 |1457M|1023 |   - |1905 |1669 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1159.09/1159.22	c  1075s|  9040k|  4104k|     0 |   0.0 |1463M|1023 |   - |1905 |1669 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1160.39/1160.54	c  1076s|  9050k|  4114k|     0 |   0.0 |1469M|1023 |   - |1905 |1669 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1161.68/1161.87	c  1077s|  9060k|  4123k|     0 |   0.0 |1475M|1023 |   - |1905 |1669 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1163.08/1163.20	c  1078s|  9070k|  4133k|     0 |   0.0 |1481M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1164.38/1164.52	c  1080s|  9080k|  4143k|     0 |   0.0 |1487M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1165.68/1165.85	c  1081s|  9090k|  4153k|     0 |   0.0 |1493M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1166.98/1167.17	c  1082s|  9100k|  4163k|     0 |   0.0 |1499M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1168.29/1168.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1168.29/1168.50	c  1083s|  9110k|  4173k|     0 |   0.0 |1505M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1169.68/1169.82	c  1085s|  9120k|  4183k|     0 |   0.0 |1511M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1170.98/1171.14	c  1086s|  9130k|  4193k|     0 |   0.0 |1517M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1172.29/1172.47	c  1087s|  9140k|  4203k|     0 |   0.0 |1523M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1173.59/1173.79	c  1088s|  9150k|  4213k|     0 |   0.0 |1530M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1174.99/1175.11	c  1090s|  9160k|  4223k|     0 |   0.0 |1536M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1176.29/1176.44	c  1091s|  9170k|  4233k|     0 |   0.0 |1542M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1177.58/1177.77	c  1092s|  9180k|  4243k|     0 |   0.0 |1548M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1178.98/1179.10	c  1094s|  9190k|  4252k|     0 |   0.0 |1554M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1180.29/1180.43	c  1095s|  9200k|  4262k|     0 |   0.0 |1560M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1181.58/1181.76	c  1096s|  9210k|  4272k|     0 |   0.0 |1566M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1182.88/1183.08	c  1097s|  9220k|  4282k|     0 |   0.0 |1572M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1184.28/1184.41	c  1099s|  9230k|  4292k|     0 |   0.0 |1578M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1185.58/1185.74	c  1100s|  9240k|  4302k|     0 |   0.0 |1585M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1186.88/1187.07	c  1101s|  9250k|  4312k|     0 |   0.0 |1591M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1188.28/1188.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1188.28/1188.41	c  1102s|  9260k|  4322k|     0 |   0.0 |1597M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1189.58/1189.74	c  1104s|  9270k|  4332k|     0 |   0.0 |1603M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1190.88/1191.07	c  1105s|  9280k|  4342k|     0 |   0.0 |1609M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1192.29/1192.40	c  1106s|  9290k|  4352k|     0 |   0.0 |1615M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1193.57/1193.74	c  1107s|  9300k|  4362k|     0 |   0.0 |1621M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1194.88/1195.07	c  1109s|  9310k|  4371k|     0 |   0.0 |1627M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1196.28/1196.40	c  1110s|  9320k|  4381k|     0 |   0.0 |1633M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1197.58/1197.74	c  1111s|  9330k|  4391k|     0 |   0.0 |1640M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1198.89/1199.07	c  1113s|  9340k|  4401k|     0 |   0.0 |1646M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1200.28/1200.41	c  1114s|  9350k|  4411k|     0 |   0.0 |1652M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1201.58/1201.73	c  1115s|  9360k|  4421k|     0 |   0.0 |1658M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1202.88/1203.07	c  1116s|  9370k|  4431k|     0 |   0.0 |1664M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1204.28/1204.40	c  1118s|  9380k|  4441k|     0 |   0.0 |1670M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1205.58/1205.73	c  1119s|  9390k|  4451k|     0 |   0.0 |1676M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1206.88/1207.06	c  1120s|  9400k|  4461k|     0 |   0.0 |1683M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1208.28/1208.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1208.28/1208.40	c  1121s|  9410k|  4471k|     0 |   0.0 |1689M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1209.58/1209.72	c  1123s|  9420k|  4481k|     0 |   0.0 |1695M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1210.88/1211.05	c  1124s|  9430k|  4491k|     0 |   0.0 |1701M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1212.19/1212.39	c  1125s|  9440k|  4500k|     0 |   0.0 |1707M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1213.58/1213.73	c  1127s|  9450k|  4510k|     0 |   0.0 |1713M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1214.88/1215.06	c  1128s|  9460k|  4520k|     0 |   0.0 |1719M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1216.18/1216.39	c  1129s|  9470k|  4530k|     0 |   0.0 |1725M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1217.59/1217.73	c  1130s|  9480k|  4540k|     0 |   0.0 |1732M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1218.88/1219.06	c  1132s|  9490k|  4550k|     0 |   0.0 |1738M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1220.18/1220.39	c  1133s|  9500k|  4560k|     0 |   0.0 |1744M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1221.58/1221.72	c  1134s|  9510k|  4570k|     0 |   0.0 |1750M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1222.88/1223.05	c  1135s|  9520k|  4580k|     0 |   0.0 |1756M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1224.18/1224.39	c  1137s|  9530k|  4590k|     0 |   0.0 |1762M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1225.58/1225.72	c  1138s|  9540k|  4600k|     0 |   0.0 |1768M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1226.88/1227.05	c  1139s|  9550k|  4610k|     0 |   0.0 |1775M|1023 |   - |1905 |1668 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1228.18/1228.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1228.18/1228.38	c  1141s|  9560k|  4620k|     0 |   0.0 |1781M|1023 |   - |1905 |1667 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1229.58/1229.71	c  1142s|  9570k|  4629k|     0 |   0.0 |1787M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1230.88/1231.04	c  1143s|  9580k|  4639k|     0 |   0.0 |1793M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1232.18/1232.38	c  1144s|  9590k|  4649k|     0 |   0.0 |1799M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1233.57/1233.71	c  1146s|  9600k|  4659k|     0 |   0.0 |1805M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1234.88/1235.04	c  1147s|  9610k|  4669k|     0 |   0.0 |1811M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1236.18/1236.37	c  1148s|  9620k|  4679k|     0 |   0.0 |1818M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1237.57/1237.71	c  1149s|  9630k|  4689k|     0 |   0.0 |1824M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1238.88/1239.04	c  1151s|  9640k|  4699k|     0 |   0.0 |1830M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1240.18/1240.38	c  1152s|  9650k|  4709k|     0 |   0.0 |1836M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1241.58/1241.71	c  1153s|  9660k|  4719k|     0 |   0.0 |1842M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1242.88/1243.04	c  1155s|  9670k|  4729k|     0 |   0.0 |1848M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1244.18/1244.37	c  1156s|  9680k|  4739k|     0 |   0.0 |1855M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1245.58/1245.71	c  1157s|  9690k|  4748k|     0 |   0.0 |1861M|1023 |   - |1905 |1666 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1246.88/1247.04	c  1158s|  9700k|  4758k|     0 |   0.0 |1867M|1023 |   - |1905 |1663 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1248.18/1248.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1248.18/1248.37	c  1160s|  9710k|  4768k|     0 |   0.0 |1873M|1023 |   - |1905 |1663 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1249.58/1249.71	c  1161s|  9720k|  4778k|     0 |   0.0 |1879M|1023 |   - |1905 |1663 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1250.88/1251.03	c  1162s|  9730k|  4788k|     0 |   0.0 |1885M|1023 |   - |1905 |1663 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1252.17/1252.37	c  1163s|  9740k|  4798k|     0 |   0.0 |1892M|1023 |   - |1905 |1663 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1253.47/1253.69	c  1165s|  9750k|  4808k|     0 |   0.0 |1898M|1023 |   - |1905 |1663 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1254.88/1255.02	c  1166s|  9760k|  4818k|     0 |   0.0 |1904M|1023 |   - |1905 |1663 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1256.18/1256.36	c  1167s|  9770k|  4828k|     0 |   0.0 |1910M|1023 |   - |1905 |1663 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1257.47/1257.69	c  1169s|  9780k|  4838k|     0 |   0.0 |1916M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1258.88/1259.02	c  1170s|  9790k|  4848k|     0 |   0.0 |1922M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1260.18/1260.35	c  1171s|  9800k|  4858k|     0 |   0.0 |1929M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1261.48/1261.69	c  1172s|  9810k|  4868k|     0 |   0.0 |1935M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1262.88/1263.02	c  1174s|  9820k|  4877k|     0 |   0.0 |1941M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1264.18/1264.36	c  1175s|  9830k|  4887k|     0 |   0.0 |1947M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1265.47/1265.69	c  1176s|  9840k|  4897k|     0 |   0.0 |1953M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1266.88/1267.02	c  1177s|  9850k|  4907k|     0 |   0.0 |1959M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1268.18/1268.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.18/1268.35	c  1179s|  9860k|  4917k|     0 |   0.0 |1966M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1269.47/1269.69	c  1180s|  9870k|  4927k|     0 |   0.0 |1972M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1270.88/1271.01	c  1181s|  9880k|  4937k|     0 |   0.0 |1978M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1272.18/1272.35	c  1183s|  9890k|  4947k|     0 |   0.0 |1984M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1273.48/1273.68	c  1184s|  9900k|  4957k|     0 |   0.0 |1990M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1274.89/1275.01	c  1185s|  9910k|  4967k|     0 |   0.0 |1997M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1276.18/1276.35	c  1186s|  9920k|  4977k|     0 |   0.0 |2003M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1277.47/1277.68	c  1188s|  9930k|  4987k|     0 |   0.0 |2009M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1278.88/1279.01	c  1189s|  9940k|  4997k|     0 |   0.0 |2015M|1023 |   - |1905 |1662 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1280.18/1280.34	c  1190s|  9950k|  5006k|     0 |   0.0 |2021M|1023 |   - |1905 |1660 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1281.49/1281.67	c  1191s|  9960k|  5016k|     0 |   0.0 |2028M|1023 |   - |1905 |1606 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1282.88/1283.00	c  1193s|  9970k|  5026k|     0 |   0.0 |2034M|1023 |   - |1905 |1595 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1284.18/1284.34	c  1194s|  9980k|  5036k|     0 |   0.0 |2040M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1285.48/1285.67	c  1195s|  9990k|  5046k|     0 |   0.0 |2046M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1286.89/1287.00	c  1197s| 10000k|  5056k|     0 |   0.0 |2052M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1288.18/1288.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1288.18/1288.34	c  1198s| 10010k|  5066k|     0 |   0.0 |2058M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1289.48/1289.67	c  1199s| 10020k|  5076k|     0 |   0.0 |2065M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1290.88/1291.00	c  1200s| 10030k|  5086k|     0 |   0.0 |2071M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1292.18/1292.34	c  1202s| 10040k|  5096k|     0 |   0.0 |2077M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1293.48/1293.67	c  1203s| 10050k|  5106k|     0 |   0.0 |2083M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1294.88/1295.00	c  1204s| 10060k|  5116k|     0 |   0.0 |2089M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1296.18/1296.33	c  1205s| 10070k|  5126k|     0 |   0.0 |2096M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1297.47/1297.66	c  1207s| 10080k|  5135k|     0 |   0.0 |2102M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1298.77/1298.99	c  1208s| 10090k|  5145k|     0 |   0.0 |2108M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1300.19/1300.32	c  1209s| 10100k|  5155k|     0 |   0.0 |2114M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1301.48/1301.65	c  1210s| 10110k|  5165k|     0 |   0.0 |2121M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1302.78/1302.98	c  1212s| 10120k|  5175k|     0 |   0.0 |2127M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1304.18/1304.31	c  1213s| 10130k|  5185k|     0 |   0.0 |2133M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1305.48/1305.64	c  1214s| 10140k|  5195k|     0 |   0.0 |2139M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1306.78/1306.97	c  1216s| 10150k|  5205k|     0 |   0.0 |2145M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1308.18/1308.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1308.18/1308.30	c  1217s| 10160k|  5215k|     0 |   0.0 |2152M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1309.48/1309.63	c  1218s| 10170k|  5225k|     0 |   0.0 |2158M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1310.78/1310.96	c  1219s| 10180k|  5235k|     0 |   0.0 |2164M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1312.08/1312.29	c  1221s| 10190k|  5245k|     0 |   0.0 |2170M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1313.48/1313.63	c  1222s| 10200k|  5255k|     0 |   0.0 |2176M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1314.78/1314.95	c  1223s| 10210k|  5264k|     0 |   0.0 |2183M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1316.08/1316.28	c  1224s| 10220k|  5274k|     0 |   0.0 |2189M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1317.48/1317.61	c  1226s| 10230k|  5284k|     0 |   0.0 |2195M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1318.78/1318.94	c  1227s| 10240k|  5294k|     0 |   0.0 |2201M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1320.08/1320.27	c  1228s| 10250k|  5304k|     0 |   0.0 |2207M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1321.47/1321.60	c  1229s| 10260k|  5314k|     0 |   0.0 |2214M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1322.78/1322.93	c  1231s| 10270k|  5324k|     0 |   0.0 |2220M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1324.08/1324.26	c  1232s| 10280k|  5334k|     0 |   0.0 |2226M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1325.38/1325.60	c  1233s| 10290k|  5344k|     0 |   0.0 |2232M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1326.78/1326.92	c  1235s| 10300k|  5354k|     0 |   0.0 |2239M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1328.08/1328.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1328.08/1328.26	c  1236s| 10310k|  5364k|     0 |   0.0 |2245M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1329.37/1329.58	c  1237s| 10320k|  5374k|     0 |   0.0 |2251M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1330.78/1330.92	c  1238s| 10330k|  5384k|     0 |   0.0 |2257M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1332.08/1332.24	c  1240s| 10340k|  5393k|     0 |   0.0 |2263M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1333.38/1333.57	c  1241s| 10350k|  5403k|     0 |   0.0 |2270M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1334.78/1334.90	c  1242s| 10360k|  5413k|     0 |   0.0 |2276M|1023 |   - |1905 |1594 |   0 |   0 |   0 |2426 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1336.08/1336.23	c  1243s| 10370k|  5423k|     0 |   0.0 |2282M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2429 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1337.38/1337.56	c  1245s| 10380k|  5433k|     0 |   0.0 |2289M|1023 |   - |1905 |1650 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1338.68/1338.87	c  1246s| 10390k|  5443k|     0 |   0.0 |2295M|1023 |   - |1905 |1604 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1339.98/1340.17	c  1247s| 10400k|  5453k|     0 |   0.0 |2302M|1023 |   - |1905 |1602 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1341.27/1341.48	c  1248s| 10410k|  5463k|     0 |   0.0 |2309M|1023 |   - |1905 |1602 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1342.58/1342.79	c  1250s| 10420k|  5473k|     0 |   0.0 |2315M|1023 |   - |1905 |1600 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1343.98/1344.10	c  1251s| 10430k|  5483k|     0 |   0.0 |2322M|1023 |   - |1905 |1600 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1345.28/1345.40	c  1252s| 10440k|  5493k|     0 |   0.0 |2328M|1023 |   - |1905 |1600 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1346.57/1346.71	c  1253s| 10450k|  5503k|     0 |   0.0 |2335M|1023 |   - |1905 |1600 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1347.88/1348.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1347.88/1348.01	c  1255s| 10460k|  5512k|     0 |   0.0 |2342M|1023 |   - |1905 |1600 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1349.18/1349.31	c  1256s| 10470k|  5522k|     0 |   0.0 |2348M|1023 |   - |1905 |1600 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1350.48/1350.61	c  1257s| 10480k|  5532k|     0 |   0.0 |2355M|1023 |   - |1905 |1599 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1351.79/1351.92	c  1258s| 10490k|  5542k|     0 |   0.0 |2362M|1023 |   - |1905 |1599 |   0 |   0 |   0 |2523 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1353.07/1353.24	c  1260s| 10500k|  5552k|     0 |   0.0 |2368M|1023 |   - |1905 |1609 |   0 |   0 |   0 |2533 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1354.37/1354.53	c  1261s| 10510k|  5562k|     0 |   0.0 |2375M|1023 |   - |1905 |1602 |   0 |   0 |   0 |2533 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1355.68/1355.83	c  1262s| 10520k|  5572k|     0 |   0.0 |2381M|1023 |   - |1905 |1601 |   0 |   0 |   0 |2533 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1356.98/1357.12	c  1263s| 10530k|  5582k|     0 |   0.0 |2388M|1023 |   - |1905 |1599 |   0 |   0 |   0 |2533 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1358.28/1358.41	c  1265s| 10540k|  5592k|     0 |   0.0 |2395M|1023 |   - |1905 |1599 |   0 |   0 |   0 |2533 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1359.58/1359.70	c  1266s| 10550k|  5602k|     0 |   0.0 |2401M|1023 |   - |1905 |1598 |   0 |   0 |   0 |2533 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1360.78/1360.99	c  1267s| 10560k|  5612k|     0 |   0.0 |2408M|1023 |   - |1905 |1598 |   0 |   0 |   0 |2533 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1362.07/1362.29	c  1268s| 10570k|  5622k|     0 |   0.0 |2414M|1023 |   - |1905 |1598 |   0 |   0 |   0 |2533 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1363.38/1363.58	c  1269s| 10580k|  5631k|     0 |   0.0 |2421M|1023 |   - |1905 |1598 |   0 |   0 |   0 |2533 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1364.68/1364.88	c  1271s| 10590k|  5641k|     0 |   0.0 |2427M|1023 |   - |1905 |1607 |   0 |   0 |   0 |2542 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1365.98/1366.17	c  1272s| 10600k|  5651k|     0 |   0.0 |2434M|1023 |   - |1905 |1605 |   0 |   0 |   0 |2543 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1367.28/1367.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1367.28/1367.45	c  1273s| 10610k|  5661k|     0 |   0.0 |2441M|1023 |   - |1905 |1609 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1368.58/1368.79	c  1274s| 10620k|  5671k|     0 |   0.0 |2447M|1023 |   - |1905 |1604 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1369.98/1370.14	c  1276s| 10630k|  5681k|     0 |   0.0 |2453M|1023 |   - |1905 |1599 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1371.28/1371.48	c  1277s| 10640k|  5691k|     0 |   0.0 |2459M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1372.68/1372.83	c  1278s| 10650k|  5701k|     0 |   0.0 |2466M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1373.98/1374.17	c  1280s| 10660k|  5711k|     0 |   0.0 |2472M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1375.38/1375.51	c  1281s| 10670k|  5721k|     0 |   0.0 |2478M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1376.68/1376.85	c  1282s| 10680k|  5731k|     0 |   0.0 |2485M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1377.98/1378.19	c  1283s| 10690k|  5740k|     0 |   0.0 |2491M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1379.38/1379.54	c  1285s| 10700k|  5750k|     0 |   0.0 |2497M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1380.68/1380.88	c  1286s| 10710k|  5760k|     0 |   0.0 |2504M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1382.08/1382.22	c  1287s| 10720k|  5770k|     0 |   0.0 |2510M|1023 |   - |1905 |1597 |   0 |   0 |   0 |2551 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1383.38/1383.53	c  1288s| 10730k|  5780k|     0 |   0.0 |2516M|1023 |   - |1905 |1650 |   0 |   0 |   0 |2608 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1384.67/1384.84	c  1290s| 10740k|  5790k|     0 |   0.0 |2523M|1023 |   - |1905 |1724 |   0 |   0 |   0 |2715 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1385.88/1386.08	c  1291s| 10750k|  5800k|     0 |   0.0 |2530M|1023 |   - |1905 |1654 |   0 |   0 |   0 |2738 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1387.28/1387.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1387.28/1387.49	c  1292s| 10760k|  5810k|     0 |   0.0 |2536M|1023 |   - |1905 |1637 |   0 |   0 |   0 |2753 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1388.78/1388.94	c  1294s| 10770k|  5820k|     0 |   0.0 |2542M|1023 |   - |1905 |1648 |   0 |   0 |   0 |2801 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1390.18/1390.39	c  1295s| 10780k|  5830k|     0 |   0.0 |2548M|1023 |   - |1905 |1611 |   0 |   0 |   0 |2806 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1391.67/1391.88	c  1296s| 10790k|  5840k|     0 |   0.0 |2554M|1023 |   - |1905 |1680 |   0 |   0 |   0 |2941 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1392.98/1393.15	c  1298s| 10800k|  5849k|     0 |   0.0 |2561M|1023 |   - |1905 |1694 |   0 |   0 |   0 |3039 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1394.18/1394.35	c  1299s| 10810k|  5859k|     0 |   0.0 |2568M|1023 |   - |1905 |1621 |   0 |   0 |   0 |3069 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1395.38/1395.58	c  1300s| 10820k|  5869k|     0 |   0.0 |2576M|1023 |   - |1905 |1698 |   0 |   0 |   0 |3212 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1396.58/1396.78	c  1301s| 10830k|  5879k|     0 |   0.0 |2583M|1023 |   - |1905 |1622 |   0 |   0 |   0 |3237 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1397.78/1397.98	c  1302s| 10840k|  5889k|     0 |   0.0 |2590M|1023 |   - |1905 |1579 |   0 |   0 |   0 |3249 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1398.98/1399.18	c  1303s| 10850k|  5899k|     0 |   0.0 |2597M|1023 |   - |1905 |1570 |   0 |   0 |   0 |3274 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1400.18/1400.40	c  1305s| 10860k|  5909k|     0 |   0.0 |2605M|1023 |   - |1905 |1603 |   0 |   0 |   0 |3339 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1401.48/1401.60	c  1306s| 10870k|  5919k|     0 |   0.0 |2612M|1023 |   - |1905 |1558 |   0 |   0 |   0 |3344 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1402.68/1402.80	c  1307s| 10880k|  5929k|     0 |   0.0 |2619M|1023 |   - |1905 |1539 |   0 |   0 |   0 |3344 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1403.88/1404.03	c  1308s| 10890k|  5939k|     0 |   0.0 |2627M|1023 |   - |1905 |1427 |   0 |   0 |   0 |3412 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1405.18/1405.34	c  1309s| 10900k|  5949k|     0 |   0.0 |2634M|1023 |   - |1905 |1550 |   0 |   0 |   0 |3694 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1406.47/1406.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1406.47/1406.63	c  1310s| 10910k|  5959k|     0 |   0.0 |2642M|1023 |   - |1905 |1533 |   0 |   0 |   0 |3899 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1407.78/1407.90	c  1312s| 10920k|  5969k|     0 |   0.0 |2650M|1023 |   - |1905 |1427 |   0 |   0 |   0 |3990 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1408.99/1409.18	c  1313s| 10930k|  5979k|     0 |   0.0 |2658M|1023 |   - |1905 |1461 |   0 |   0 |   0 |4097 |   0 | 0.000000e+00 | 8.700000e+01 |    Inf 
1409.38/1409.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1409.38/1409.50	c 
1409.38/1409.50	c SCIP Status        : solving was interrupted [user interrupt]
1409.38/1409.50	c Solving Time (sec) : 1313.13
1409.38/1409.50	c Solving Nodes      : 10932193
1409.38/1409.50	c Primal Bound       : +8.70000000000000e+01 (6 solutions)
1409.38/1409.50	c Dual Bound         : +0.00000000000000e+00
1409.38/1409.50	c Gap                : infinite
1409.38/1409.51	s SATISFIABLE
1409.38/1409.51	v -x719 -x718 -x717 -x716 -x715 x714 -x713 -x712 -x711 -x710 -x709 -x708 x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 
1409.38/1409.51	v -x697 -x696 -x695 -x694 -x693 -x692 -x691 x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 
1409.38/1409.51	v -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 
1409.38/1409.51	v -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 x643 -x642 -x641 x640 -x639 -x638 -x637 -x636 -x635 
1409.38/1409.51	v -x634 -x633 -x632 -x631 -x630 x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 x620 -x619 -x618 -x617 -x616 -x615 -x614 
1409.38/1409.51	v -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 x593 
1409.38/1409.51	v -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 
1409.38/1409.51	v -x571 -x570 -x569 x568 -x567 -x566 -x565 x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 
1409.38/1409.51	v -x550 x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 
1409.38/1409.51	v -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 x517 x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 
1409.38/1409.51	v x507 -x506 -x505 -x504 -x503 -x502 x501 -x500 -x499 x498 -x497 -x496 -x495 -x494 -x493 x492 x491 -x490 x489 -x488 -x487 
1409.38/1409.51	v -x486 -x485 -x484 -x483 -x482 -x481 -x480 x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 
1409.38/1409.51	v -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 
1409.38/1409.51	v -x444 -x443 -x442 -x441 x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 x428 -x427 -x426 -x425 -x424 
1409.38/1409.51	v -x423 -x422 -x421 -x420 x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 
1409.38/1409.51	v -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 x383 -x382 -x381 
1409.38/1409.51	v -x380 x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 
1409.38/1409.51	v -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 x349 -x348 -x347 x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 
1409.38/1409.51	v -x338 -x337 -x336 -x335 -x334 x333 -x332 -x331 -x330 -x329 -x328 -x327 x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 
1409.38/1409.51	v -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 x309 x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 
1409.38/1409.51	v -x296 -x295 x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 x285 -x284 -x283 x282 -x281 -x280 -x279 -x278 -x277 -x276 
1409.38/1409.51	v -x275 -x274 -x273 x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 
1409.38/1409.51	v x254 -x253 -x252 -x251 x250 x249 -x248 x247 -x246 x245 -x244 -x243 -x242 x241 x240 -x239 x238 -x237 -x236 -x235 -x234 -x233 -x232 
1409.38/1409.51	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 
1409.38/1409.51	v -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 
1409.38/1409.51	v -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 x178 -x177 -x176 x175 -x174 -x173 -x172 x171 -x170 -x169 
1409.38/1409.51	v x168 -x167 x166 -x165 -x164 x163 -x162 -x161 x160 -x159 -x158 -x157 x156 -x155 x154 x153 -x152 -x151 x150 x149 -x148 -x147 
1409.38/1409.51	v -x146 -x145 x144 -x143 x142 -x141 -x140 x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 x128 -x127 -x126 x125 
1409.38/1409.51	v -x124 x123 -x122 -x121 -x120 x119 x118 x117 -x116 x115 -x114 -x113 x112 -x111 -x110 x109 -x108 -x107 x106 x105 -x104 x103 -x102 
1409.38/1409.51	v x101 -x100 -x99 -x98 x97 -x96 x95 x94 -x93 -x92 x91 x90 -x89 -x88 x87 -x86 -x85 -x84 x83 -x82 -x81 x80 -x79 -x78 x77 -x76 
1409.38/1409.51	v x75 -x74 -x73 x72 -x71 -x70 x69 -x68 -x67 -x66 x65 -x64 -x63 x62 -x61 -x60 x59 -x58 x57 -x56 -x55 x54 -x53 -x52 x51 -x50 -x49 
1409.38/1409.51	v x48 -x47 -x46 -x45 x44 -x43 -x42 x41 -x40 -x39 -x38 x37 -x36 -x35 x34 -x33 x32 -x31 -x30 x29 -x28 -x27 x26 -x25 -x24 x23 -x22 
1409.38/1409.51	v -x21 -x20 x19 x18 -x17 -x16 x15 -x14 -x13 x12 -x11 -x10 x9 -x8 -x7 -x6 x5 -x4 x3 x2 x1 
1409.38/1409.51	c SCIP Status        : solving was interrupted [user interrupt]
1409.38/1409.51	c Solving Time       :    1313.13
1409.38/1409.51	c Original Problem   :
1409.38/1409.51	c   Problem name     : HOME/instance-2693777-1277931674.wbo
1409.38/1409.51	c   Variables        : 1905 (1312 binary, 0 integer, 0 implicit integer, 593 continuous)
1409.38/1409.51	c   Constraints      : 1187 initial, 1187 maximal
1409.38/1409.51	c Presolved Problem  :
1409.38/1409.51	c   Problem name     : t_HOME/instance-2693777-1277931674.wbo
1409.38/1409.51	c   Variables        : 1905 (1312 binary, 0 integer, 0 implicit integer, 593 continuous)
1409.38/1409.51	c   Constraints      : 1186 initial, 2667 maximal
1409.38/1409.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1409.38/1409.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1409.38/1409.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1409.38/1409.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1409.38/1409.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1409.38/1409.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1409.38/1409.51	c   probing          :       0.01          0          0          0          0          0          0          0          0
1409.38/1409.51	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1409.38/1409.51	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1409.38/1409.51	c   linear           :       0.01          0          0          0        593          0          1        115        230
1409.38/1409.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1409.38/1409.51	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1409.38/1409.51	c   root node        :          -          0          -          -          0          -          -          -          -
1409.38/1409.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1409.38/1409.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1409.38/1409.51	c   indicator        :        593          0   16275610          0   10926858          4    9017853          0          0          0
1409.38/1409.51	c   varbound         :          1          0    1757920          0    1285329          0      39856          0          0          0
1409.38/1409.51	c   linear           :        592          0   16288250          0   10930723       2120    9095693          0          0          0
1409.38/1409.51	c   logicor          :          0+         0     784938          0          0         79     436066          0          0          0
1409.38/1409.51	c   bounddisjunction :          0+         0       4165          0          0          9         64          0          0          0
1409.38/1409.51	c   countsols        :          0          0          0          0   10930726          0          0          0          0          0
1409.38/1409.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1409.38/1409.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1409.38/1409.51	c   indicator        :     125.51       0.00      33.70       0.00      91.81
1409.38/1409.51	c   varbound         :       0.80       0.00       0.53       0.00       0.27
1409.38/1409.51	c   linear           :     137.32       0.00     132.75       0.00       4.57
1409.38/1409.51	c   logicor          :       1.34       0.00       1.34       0.00       0.00
1409.38/1409.51	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1409.38/1409.51	c   countsols        :       1.61       0.00       0.00       0.00       1.61
1409.38/1409.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1409.38/1409.51	c   vbounds          :       3.06     116715          0      17459
1409.38/1409.51	c   rootredcost      :       3.01          0          0          0
1409.38/1409.51	c   pseudoobj        :     207.26   16288127         70    7218626
1409.38/1409.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1409.38/1409.51	c   propagation      :       0.07       2278       2267       7272       14.6       1697        4.3          -
1409.38/1409.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1409.38/1409.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1409.38/1409.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1409.38/1409.51	c   pseudo solution  :       0.00          7          7         18       24.3         10        3.5          -
1409.38/1409.51	c   applied globally :          -          -          -       4210       11.3          -          -          -
1409.38/1409.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1409.38/1409.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1409.38/1409.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1409.38/1409.51	c   redcost          :       0.00          0          0          0          0          0
1409.38/1409.51	c   impliedbounds    :       0.00          0          0          0          0          0
1409.38/1409.51	c   intobj           :       0.00          0          0          0          0          0
1409.38/1409.51	c   cgmip            :       0.00          0          0          0          0          0
1409.38/1409.51	c   gomory           :       0.00          0          0          0          0          0
1409.38/1409.51	c   strongcg         :       0.00          0          0          0          0          0
1409.38/1409.51	c   cmir             :       0.00          0          0          0          0          0
1409.38/1409.51	c   flowcover        :       0.00          0          0          0          0          0
1409.38/1409.51	c   clique           :       0.00          0          0          0          0          0
1409.38/1409.51	c   zerohalf         :       0.00          0          0          0          0          0
1409.38/1409.51	c   mcf              :       0.00          0          0          0          0          0
1409.38/1409.51	c   rapidlearning    :       0.00          0          0          0          0          0
1409.38/1409.51	c Pricers            :       Time      Calls       Vars
1409.38/1409.51	c   problem variables:       0.00          0          0
1409.38/1409.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1409.38/1409.51	c   relpscost        :       0.00          0          0          0          0          0          0
1409.38/1409.51	c   pscost           :       0.00          0          0          0          0          0          0
1409.38/1409.51	c   inference        :     607.28   10930722          0          0          0          0   21861444
1409.38/1409.51	c   mostinf          :       0.00          0          0          0          0          0          0
1409.38/1409.51	c   leastinf         :       0.00          0          0          0          0          0          0
1409.38/1409.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1409.38/1409.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1409.38/1409.51	c   random           :       0.00          0          0          0          0          0          0
1409.38/1409.51	c Primal Heuristics  :       Time      Calls      Found
1409.38/1409.51	c   LP solutions     :       0.00          -          0
1409.38/1409.51	c   pseudo solutions :      28.21          -          4
1409.38/1409.51	c   oneopt           :       2.77          0          0
1409.38/1409.51	c   trivial          :       0.01          2          2
1409.38/1409.51	c   simplerounding   :       0.00          0          0
1409.38/1409.51	c   zirounding       :       0.00          0          0
1409.38/1409.51	c   rounding         :       0.00          0          0
1409.38/1409.51	c   shifting         :       0.00          0          0
1409.38/1409.51	c   intshifting      :       0.00          0          0
1409.38/1409.51	c   twoopt           :       0.00          0          0
1409.38/1409.51	c   fixandinfer      :       0.00          0          0
1409.38/1409.51	c   feaspump         :       0.00          0          0
1409.38/1409.51	c   coefdiving       :       0.00          0          0
1409.38/1409.51	c   pscostdiving     :       0.00          0          0
1409.38/1409.51	c   fracdiving       :       0.00          0          0
1409.38/1409.51	c   veclendiving     :       0.00          0          0
1409.38/1409.51	c   intdiving        :       0.00          0          0
1409.38/1409.51	c   actconsdiving    :       0.00          0          0
1409.38/1409.51	c   objpscostdiving  :       0.00          0          0
1409.38/1409.51	c   rootsoldiving    :       0.00          0          0
1409.38/1409.51	c   linesearchdiving :       0.00          0          0
1409.38/1409.51	c   guideddiving     :       0.00          0          0
1409.38/1409.51	c   octane           :       0.00          0          0
1409.38/1409.51	c   rens             :       0.00          0          0
1409.38/1409.51	c   rins             :       0.00          0          0
1409.38/1409.51	c   localbranching   :       0.00          0          0
1409.38/1409.51	c   mutation         :       0.00          0          0
1409.38/1409.51	c   crossover        :       0.00          0          0
1409.38/1409.51	c   dins             :       0.00          0          0
1409.38/1409.51	c   undercover       :       0.00          0          0
1409.38/1409.51	c   nlp              :       1.82          0          0
1409.38/1409.51	c   trysol           :       1.68          1          0
1409.38/1409.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1409.38/1409.51	c   primal LP        :       0.00          0          0       0.00          -
1409.38/1409.51	c   dual LP          :       0.00          0          0       0.00          -
1409.38/1409.51	c   lex dual LP      :       0.00          0          0       0.00          -
1409.38/1409.51	c   barrier LP       :       0.00          0          0       0.00          -
1409.38/1409.51	c   diving/probing LP:       0.00          0          0       0.00          -
1409.38/1409.51	c   strong branching :       0.00          0          0       0.00          -
1409.38/1409.51	c     (at root node) :          -          0          0       0.00          -
1409.38/1409.51	c   conflict analysis:       0.00          0          0       0.00          -
1409.38/1409.51	c B&B Tree           :
1409.38/1409.51	c   number of runs   :          1
1409.38/1409.51	c   nodes            :   10932193
1409.38/1409.51	c   nodes (total)    :   10932193
1409.38/1409.51	c   nodes left       :    5981556
1409.38/1409.51	c   max depth        :       1023
1409.38/1409.51	c   max depth (total):       1023
1409.38/1409.51	c   backtracks       :      75361 (0.7%)
1409.38/1409.51	c   delayed cutoffs  :       2282
1409.38/1409.51	c   repropagations   :      26914 (28483 domain reductions, 822 cutoffs)
1409.38/1409.51	c   avg switch length:       3.29
1409.38/1409.51	c   switching time   :      76.79
1409.38/1409.51	c Solution           :
1409.38/1409.51	c   Solutions found  :          6 (5 improvements)
1409.38/1409.51	c   First Solution   : +3.10640000000000e+04   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1409.38/1409.51	c   Primal Bound     : +8.70000000000000e+01   (in run 1, after 8410168 nodes, 982.59 seconds, depth 1004, found by <relaxation>)
1409.38/1409.51	c   Dual Bound       : +0.00000000000000e+00
1409.38/1409.51	c   Gap              :   infinite
1409.38/1409.51	c   Root Dual Bound  : +0.00000000000000e+00
1409.38/1409.51	c   Root Iterations  :          0

Verifier Data

OK	87

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693777-1277931674/watcher-2693777-1277931674 -o /tmp/evaluation-result-2693777-1277931674/solver-2693777-1277931674 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693777-1277931674.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.88 2.79 2.45 4/197 16902
/proc/meminfo: memFree=31195628/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=8264 CPUtime=0
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 1547 0 0 0 0 0 0 0 24 0 1 0 134463751 8462336 1470 4089446400 4194304 7136930 140735200062224 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16902/statm: 2066 1470 275 719 0 1345 0

[startup+0.025511 s]
/proc/loadavg: 2.88 2.79 2.45 4/197 16902
/proc/meminfo: memFree=31195628/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=17508 CPUtime=0.02
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 3985 0 0 0 2 0 0 0 24 0 1 0 134463751 17928192 3554 4089446400 4194304 7136930 140735200062224 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16902/statm: 4377 3554 323 719 0 3656 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17508

[startup+0.100527 s]
/proc/loadavg: 2.88 2.79 2.45 4/197 16902
/proc/meminfo: memFree=31195628/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=19432 CPUtime=0.09
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 4806 0 0 0 8 1 0 0 24 0 1 0 134463751 19898368 4118 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16902/statm: 4858 4118 389 719 0 4137 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19432

[startup+0.300483 s]
/proc/loadavg: 2.88 2.79 2.45 4/197 16902
/proc/meminfo: memFree=31195628/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=21076 CPUtime=0.29
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 5213 0 0 0 25 4 0 0 25 0 1 0 134463751 21581824 4525 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16902/statm: 5269 4525 395 719 0 4548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21076

[startup+0.700419 s]
/proc/loadavg: 2.88 2.79 2.45 4/197 16902
/proc/meminfo: memFree=31195628/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=22408 CPUtime=0.68
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 5579 0 0 0 62 6 0 0 25 0 1 0 134463751 22945792 4891 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16902/statm: 5602 4891 395 719 0 4881 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22408

[startup+1.5003 s]
/proc/loadavg: 2.88 2.79 2.45 4/198 16903
/proc/meminfo: memFree=31176152/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=25096 CPUtime=1.49
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 6271 0 0 0 138 11 0 0 25 0 1 0 134463751 25698304 5583 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16902/statm: 6274 5583 395 719 0 5553 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25096

[startup+3.10099 s]
/proc/loadavg: 2.88 2.79 2.45 4/198 16903
/proc/meminfo: memFree=31173176/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=30680 CPUtime=3.08
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 7708 0 0 0 288 20 0 0 25 0 1 0 134463751 31416320 7020 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16902/statm: 7670 7020 395 719 0 6949 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30680

[startup+6.30044 s]
/proc/loadavg: 2.81 2.77 2.44 4/198 16903
/proc/meminfo: memFree=31166076/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=35872 CPUtime=6.29
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 9038 0 0 0 557 72 0 0 25 0 1 0 134463751 36732928 8350 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16902/statm: 8968 8350 395 719 0 8247 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35872

[startup+12.7004 s]
/proc/loadavg: 2.83 2.78 2.45 4/198 16903
/proc/meminfo: memFree=31147240/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=55648 CPUtime=12.68
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 13658 0 0 0 1095 173 0 0 25 0 1 0 134463751 56983552 12970 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16902/statm: 13912 12970 397 719 0 13191 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55648

[startup+25.5011 s]
/proc/loadavg: 2.79 2.77 2.45 4/198 16903
/proc/meminfo: memFree=31112180/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=85764 CPUtime=25.49
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 21523 0 0 0 2206 343 0 0 25 0 1 0 134463751 87822336 20835 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16902/statm: 21441 20835 397 719 0 20720 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85764

[startup+51.1006 s]
/proc/loadavg: 2.80 2.77 2.46 4/198 16903
/proc/meminfo: memFree=31056604/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=140524 CPUtime=51.08
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 34877 0 0 0 4458 650 0 0 25 0 1 0 134463751 143896576 34189 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16902/statm: 35131 34189 397 719 0 34410 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 140524

[startup+102.301 s]
/proc/loadavg: 2.84 2.79 2.48 3/198 16905
/proc/meminfo: memFree=30928472/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=262960 CPUtime=102.28
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 64816 0 0 0 8936 1292 0 0 25 0 1 0 134463751 269271040 64128 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16902/statm: 65740 64128 397 719 0 65019 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 262960

[startup+162.3 s]
/proc/loadavg: 2.69 2.75 2.48 4/198 16907
/proc/meminfo: memFree=30769196/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=427340 CPUtime=162.27
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 103615 0 0 0 14076 2151 0 0 25 0 1 0 134463751 437596160 102927 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16902/statm: 106835 102927 397 719 0 106114 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 427340

[startup+222.306 s]
/proc/loadavg: 2.71 2.75 2.49 3/198 16909
/proc/meminfo: memFree=30604100/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=578796 CPUtime=222.23
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 143362 0 0 0 19236 2987 0 0 25 0 1 0 134463751 592687104 142674 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16902/statm: 144699 142674 397 719 0 143978 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 578796

[startup+282.301 s]
/proc/loadavg: 2.64 2.73 2.50 3/177 16995
/proc/meminfo: memFree=30736864/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=766332 CPUtime=282.22
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 183950 0 0 0 24378 3844 0 0 25 0 1 0 134463751 784723968 183262 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16902/statm: 191583 183262 397 719 0 190862 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 766332

[startup+342.301 s]
/proc/loadavg: 2.29 2.61 2.47 3/177 17022
/proc/meminfo: memFree=30434176/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=932024 CPUtime=342.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 227283 0 0 0 29770 4448 0 0 25 0 1 0 134463751 954392576 226595 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16902/statm: 233006 226595 397 719 0 232285 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 932024

[startup+402.301 s]
/proc/loadavg: 2.11 2.49 2.44 3/177 17024
/proc/meminfo: memFree=30208744/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=1103548 CPUtime=402.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 272119 0 0 0 35468 4750 0 0 25 0 1 0 134463751 1130033152 271431 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16902/statm: 275887 271431 397 719 0 275166 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1103548

[startup+462.3 s]
/proc/loadavg: 2.04 2.40 2.41 3/177 17026
/proc/meminfo: memFree=30010912/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=1279400 CPUtime=462.19
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 318068 0 0 0 41157 5062 0 0 25 0 1 0 134463751 1310105600 317380 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16902/statm: 319850 317380 397 719 0 319129 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 1279400

[startup+522.301 s]
/proc/loadavg: 2.01 2.33 2.38 3/177 17028
/proc/meminfo: memFree=29806504/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=1527784 CPUtime=522.19
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 365832 0 0 0 46836 5383 0 0 25 0 1 0 134463751 1564450816 365144 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16902/statm: 381946 365144 397 719 0 381225 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 1527784

[startup+582.301 s]
/proc/loadavg: 2.00 2.26 2.35 3/177 17030
/proc/meminfo: memFree=29584944/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=1720428 CPUtime=582.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 416012 0 0 0 52508 5710 0 0 25 0 1 0 134463751 1761718272 415324 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 430107 415324 397 719 0 429386 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1720428

[startup+642.3 s]
/proc/loadavg: 2.00 2.21 2.33 3/177 17030
/proc/meminfo: memFree=29359196/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=1912300 CPUtime=642.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 465968 0 0 0 58170 6048 0 0 25 0 1 0 134463751 1958195200 465280 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 478075 465280 397 719 0 477354 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 1912300

[startup+702.301 s]
/proc/loadavg: 2.00 2.17 2.31 3/177 17032
/proc/meminfo: memFree=29121428/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=2102292 CPUtime=702.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 515501 0 0 0 63827 6391 0 0 25 0 1 0 134463751 2152747008 514813 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 525573 514813 397 719 0 524852 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 2102292

[startup+762.3 s]
/proc/loadavg: 2.07 2.15 2.29 3/177 17034
/proc/meminfo: memFree=28888368/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=2295784 CPUtime=762.19
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 565824 0 0 0 69481 6738 0 0 25 0 1 0 134463751 2350882816 565136 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 573946 565136 397 719 0 573225 0
Current children cumulated CPU time (s) 762.19
Current children cumulated vsize (KiB) 2295784

[startup+822.301 s]
/proc/loadavg: 2.02 2.12 2.27 3/177 17036
/proc/meminfo: memFree=28692400/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=2460280 CPUtime=822.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 608818 0 0 0 75184 7034 0 0 25 0 1 0 134463751 2519326720 608130 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 615070 608130 397 719 0 614349 0
Current children cumulated CPU time (s) 822.18
Current children cumulated vsize (KiB) 2460280

[startup+882.307 s]
/proc/loadavg: 2.01 2.10 2.25 3/177 17038
/proc/meminfo: memFree=28481680/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=2628152 CPUtime=882.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 652789 0 0 0 80865 7353 0 0 25 0 1 0 134463751 2691227648 652101 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 657038 652101 397 719 0 656317 0
Current children cumulated CPU time (s) 882.18
Current children cumulated vsize (KiB) 2628152

[startup+942.3 s]
/proc/loadavg: 2.00 2.08 2.23 3/177 17038
/proc/meminfo: memFree=28273664/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=2796752 CPUtime=942.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 696825 0 0 0 86556 7662 0 0 25 0 1 0 134463751 2863874048 696137 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 699188 696137 397 719 0 698467 0
Current children cumulated CPU time (s) 942.18
Current children cumulated vsize (KiB) 2796752

[startup+1002.3 s]
/proc/loadavg: 2.00 2.06 2.21 3/177 17040
/proc/meminfo: memFree=28120600/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=2909948 CPUtime=1002.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 726624 0 0 0 92331 7887 0 0 25 0 1 0 134463751 2979786752 725936 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 727487 725936 397 719 0 726766 0
Current children cumulated CPU time (s) 1002.18
Current children cumulated vsize (KiB) 2909948

[startup+1062.3 s]
/proc/loadavg: 2.00 2.05 2.20 3/177 17042
/proc/meminfo: memFree=27998912/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3123764 CPUtime=1062.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 782476 0 0 0 98162 8056 0 0 25 0 1 0 134463751 3198734336 747692 4089446400 4194304 7136930 140735200062224 18446744073709551615 6165759 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 780941 747692 397 719 0 780220 0
Current children cumulated CPU time (s) 1062.18
Current children cumulated vsize (KiB) 3123764

[startup+1122.3 s]
/proc/loadavg: 2.00 2.04 2.18 3/177 17044
/proc/meminfo: memFree=27947980/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3037172 CPUtime=1122.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 826237 0 0 0 103945 8273 0 0 25 0 1 0 134463751 3110064128 752768 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 759293 752768 398 719 0 758572 0
Current children cumulated CPU time (s) 1122.18
Current children cumulated vsize (KiB) 3037172

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.17 3/177 17046
/proc/meminfo: memFree=27762788/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3264520 CPUtime=1182.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 864703 0 0 0 109661 8557 0 0 25 0 1 0 134463751 3342868480 791234 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 816130 791234 398 719 0 815409 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 3264520

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/177 17046
/proc/meminfo: memFree=27577844/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3415480 CPUtime=1242.17
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 902428 0 0 0 115387 8830 0 0 25 0 1 0 134463751 3497451520 828959 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 853870 828959 398 719 0 853149 0
Current children cumulated CPU time (s) 1242.17
Current children cumulated vsize (KiB) 3415480

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/177 17048
/proc/meminfo: memFree=27394896/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3574160 CPUtime=1302.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 940002 0 0 0 121112 9106 0 0 25 0 1 0 134463751 3659939840 866533 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 893540 866533 398 719 0 892819 0
Current children cumulated CPU time (s) 1302.18
Current children cumulated vsize (KiB) 3574160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/177 17050
/proc/meminfo: memFree=27200284/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3736800 CPUtime=1362.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 980325 0 0 0 126828 9390 0 0 25 0 1 0 134463751 3826483200 906856 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 934200 906856 398 719 0 933479 0
Current children cumulated CPU time (s) 1362.18
Current children cumulated vsize (KiB) 3736800



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1409.5 s]
/proc/loadavg: 2.00 2.00 2.12 3/177 17052
/proc/meminfo: memFree=27026396/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3891604 CPUtime=1409.38
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 1016845 0 0 0 131314 9624 0 0 25 0 1 0 134463751 3985002496 943376 4089446400 4194304 7136930 140735200062224 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16902/statm: 972901 943376 398 719 0 972180 0
Current children cumulated CPU time (s) 1409.38
Current children cumulated vsize (KiB) 3891604

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16902

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

[startup+1410.31 s]
/proc/loadavg: 2.00 2.00 2.12 3/178 17053
/proc/meminfo: memFree=27026264/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3891748 CPUtime=1410.18
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 1016867 0 0 0 131394 9624 0 0 25 0 1 0 134463751 3985149952 943398 4089446400 4194304 7136930 140735200062224 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16902/statm: 972937 943398 404 719 0 972216 0
Current children cumulated CPU time (s) 1410.18
Current children cumulated vsize (KiB) 3891748

[startup+1411.1 s]
/proc/loadavg: 2.00 2.00 2.12 3/178 17053
/proc/meminfo: memFree=27026264/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3891748 CPUtime=1410.97
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 1016867 0 0 0 131473 9624 0 0 25 0 1 0 134463751 3985149952 943398 4089446400 4194304 7136930 140735200062224 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16902/statm: 972937 943398 404 719 0 972216 0
Current children cumulated CPU time (s) 1410.97
Current children cumulated vsize (KiB) 3891748

[startup+1411.5 s]
/proc/loadavg: 2.00 2.00 2.12 3/178 17053
/proc/meminfo: memFree=27025392/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=3891748 CPUtime=1411.37
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4202496 1016867 0 0 0 131513 9624 0 0 25 0 1 0 134463751 3985149952 943398 4089446400 4194304 7136930 140735200062224 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16902/statm: 972937 943398 404 719 0 972216 0
Current children cumulated CPU time (s) 1411.37
Current children cumulated vsize (KiB) 3891748

[startup+1411.6 s]
/proc/loadavg: 2.00 2.00 2.12 3/178 17053
/proc/meminfo: memFree=27025392/32951132 swapFree=67111528/67111528
[pid=16902] ppid=16900 vsize=0 CPUtime=1411.48
/proc/16902/stat : 16902 (pbscip.linux.x8) R 16900 16902 16278 0 -1 4203524 1016867 0 0 0 131514 9634 0 0 25 0 1 0 134463751 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16902/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1411.48
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1411.64
CPU time (s): 1411.52
CPU user time (s): 1315.14
CPU system time (s): 96.3794
CPU usage (%): 99.9919
Max. virtual memory (cumulated for all children) (KiB): 3891748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1315.14
system time used= 96.3793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1016867
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 3263

runsolver used 2.36664 second user time and 4.79527 second system time

The end

Launcher Data

Begin job on node128 at 2010-06-30 23:01:14
IDJOB=2693777
IDBENCH=79320
IDSOLVER=1206
FILE ID=node128/2693777-1277931674
PBS_JOBID= 11197385
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-6.ucl--soft-0-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-2693777-1277931674/watcher-2693777-1277931674 -o /tmp/evaluation-result-2693777-1277931674/solver-2693777-1277931674 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693777-1277931674.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b1fb405af1ad97be8e8be6f605703dc4
RANDOM SEED=1969460075

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.853
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:     32951132 kB
MemFree:      31196164 kB
Buffers:        217636 kB
Cached:        1013924 kB
SwapCached:          0 kB
Active:         799000 kB
Inactive:       813068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31196164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3716 kB
Writeback:           0 kB
AnonPages:      380892 kB
Mapped:          20524 kB
Slab:            79480 kB
PageTables:       5828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1657296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node128 at 2010-06-30 23:24:46