Trace number 2693995

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1802.15 1802.1

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_40_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM68a136cd2642dd27a3fdbf065e2a5463
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.228965
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2400
Total number of constraints140
Number of soft constraints140
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint40
Top cost 7122
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7121
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693995-1277920637.wbo>
0.00/0.01	c original problem has 2680 variables (2540 bin, 0 int, 0 impl, 140 cont) and 281 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	o 7121
0.00/0.02	c feasible solution found by trivial heuristic, objective value  7.121000e+03
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 140 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/2540 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  0 deleted vars, 1 deleted constraints, 140 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  140 implications, 0 cliques
0.00/0.03	c presolved problem has 2680 variables (2540 bin, 0 int, 0 impl, 140 cont) and 280 constraints
0.00/0.03	c     140 constraints of type <indicator>
0.00/0.03	c     140 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 3420
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c t 0.0s|     1 |     2 |     0 |     - |5178k|   0 |   - |2680 | 280 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1.68/1.78	c   1.7s| 10000 |  9926 |     0 |   0.0 |9164k|1310 |   - |2680 | 582 |   0 |   0 |   0 | 304 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
3.69/3.70	c   3.6s| 20000 | 19855 |     0 |   0.0 |  12M|1310 |   - |2680 | 936 |   0 |   0 |   0 | 660 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
5.59/5.68	c   5.5s| 30000 | 29782 |     0 |   0.0 |  15M|1310 |   - |2680 |1302 |   0 |   0 |   0 |1027 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
7.69/7.73	c   7.5s| 40000 | 39686 |     0 |   0.0 |  18M|1310 |   - |2680 |1652 |   0 |   0 |   0 |1454 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
9.79/9.81	c   9.5s| 50000 | 49571 |     0 |   0.0 |  22M|1310 |   - |2680 |1912 |   0 |   0 |   0 |2024 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
11.79/11.86	c  11.5s| 60000 | 59453 |     0 |   0.0 |  25M|1310 |   - |2680 |2067 |   0 |   0 |   0 |2614 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
13.79/13.85	c  13.5s| 70000 | 69360 |     0 |   0.0 |  28M|1310 |   - |2680 |2176 |   0 |   0 |   0 |3084 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
15.78/15.84	c  15.4s| 80000 | 79252 |     0 |   0.0 |  31M|1310 |   - |2680 |2202 |   0 |   0 |   0 |3624 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
17.79/17.80	c  17.3s| 90000 | 89138 |     0 |   0.0 |  34M|1310 |   - |2680 |2348 |   0 |   0 |   0 |4194 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
19.69/19.71	c  19.2s|100000 | 99020 |     0 |   0.0 |  37M|1310 |   - |2680 |2576 |   0 |   0 |   0 |4784 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
21.59/21.65	c  21.1s|110000 |108900 |     0 |   0.0 |  40M|1310 |   - |2680 |2800 |   0 |   0 |   0 |5384 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
23.49/23.53	c  22.9s|120000 |118748 |     0 |   0.0 |  43M|1310 |   - |2680 |3213 |   0 |   0 |   0 |6144 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
25.30/25.37	c  24.7s|130000 |128606 |     0 |   0.0 |  46M|1310 |   - |2680 |3556 |   0 |   0 |   0 |6854 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
27.19/27.21	c  26.5s|140000 |138442 |     0 |   0.0 |  50M|1310 |   - |2680 |3985 |   0 |   0 |   0 |7674 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
28.99/29.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.99/29.05	c  28.3s|150000 |148250 |     0 |   0.0 |  53M|1310 |   - |2680 |4434 |   0 |   0 |   0 |8634 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
30.80/30.82	c  30.0s|160000 |158064 |     0 |   0.0 |  56M|1310 |   - |2680 |4869 |   0 |   0 |   0 |9564 |   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
32.49/32.54	c  31.7s|170000 |167850 |     0 |   0.0 |  60M|1310 |   - |2680 |5497 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
34.19/34.28	c  33.4s|180000 |177573 |     0 |   0.0 |  63M|1310 |   - |2680 |6290 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
35.89/35.99	c  35.0s|190000 |187223 |     0 |   0.0 |  67M|1310 |   - |2680 |7621 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
37.69/37.76	c  36.7s|200000 |196735 |     0 |   0.0 |  72M|1310 |   - |2680 |9718 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
39.60/39.63	c  38.6s|210000 |205876 |     0 |   0.0 |  79M|1310 |   - |2680 |  13k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
41.99/42.08	c  41.0s|220000 |213706 |     0 |   0.0 |  90M|1310 |   - |2680 |  24k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
44.29/44.37	c  43.2s|230000 |223631 |     0 |   0.0 |  89M|1310 |   - |2680 |1515 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
46.29/46.33	c  45.1s|240000 |233564 |     0 |   0.0 |  92M|1310 |   - |2680 |1510 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
48.40/48.41	c  47.1s|250000 |243475 |     0 |   0.0 |  95M|1310 |   - |2680 |1563 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
50.39/50.48	c  49.1s|260000 |253375 |     0 |   0.0 |  98M|1310 |   - |2680 |1579 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
52.49/52.53	c  51.2s|270000 |263280 |     0 |   0.0 | 101M|1310 |   - |2680 |1576 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
54.59/54.61	c  53.2s|280000 |273198 |     0 |   0.0 | 104M|1310 |   - |2680 |1574 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
56.59/56.70	c  55.2s|290000 |283112 |     0 |   0.0 | 107M|1310 |   - |2680 |1626 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
58.69/58.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.69/58.74	c  57.2s|300000 |293026 |     0 |   0.0 | 110M|1310 |   - |2680 |1620 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
60.79/60.80	c  59.2s|310000 |302946 |     0 |   0.0 | 113M|1310 |   - |2680 |1623 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
62.79/62.88	c  61.2s|320000 |312867 |     0 |   0.0 | 115M|1310 |   - |2680 |1271 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
64.90/64.92	c  63.2s|330000 |322796 |     0 |   0.0 | 118M|1310 |   - |2680 |1144 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
66.90/66.98	c  65.2s|340000 |332709 |     0 |   0.0 | 121M|1310 |   - |2680 |1064 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
68.99/69.05	c  67.2s|350000 |342626 |     0 |   0.0 | 124M|1310 |   - |2680 |1089 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
70.99/71.09	c  69.2s|360000 |352548 |     0 |   0.0 | 127M|1310 |   - |2680 |1065 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
73.09/73.13	c  71.2s|370000 |362466 |     0 |   0.0 | 130M|1310 |   - |2680 |1061 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
75.20/75.20	c  73.3s|380000 |372382 |     0 |   0.0 | 133M|1310 |   - |2680 |1051 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
77.19/77.26	c  75.3s|390000 |382302 |     0 |   0.0 | 135M|1310 |   - |2680 |1033 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
79.29/79.31	c  77.3s|400000 |392216 |     0 |   0.0 | 138M|1310 |   - |2680 |1030 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
81.30/81.39	c  79.3s|410000 |402136 |     0 |   0.0 | 141M|1310 |   - |2680 |1015 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
83.39/83.48	c  81.3s|420000 |412037 |     0 |   0.0 | 144M|1310 |   - |2680 |1052 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
85.49/85.53	c  83.3s|430000 |421942 |     0 |   0.0 | 147M|1310 |   - |2680 |1074 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
87.59/87.60	c  85.4s|440000 |431861 |     0 |   0.0 | 150M|1310 |   - |2680 |1050 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
89.59/89.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.59/89.67	c  87.4s|450000 |441781 |     0 |   0.0 | 153M|1310 |   - |2680 |1061 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
91.69/91.70	c  89.4s|460000 |451699 |     0 |   0.0 | 155M|1310 |   - |2680 |1050 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
93.69/93.78	c  91.4s|470000 |461623 |     0 |   0.0 | 158M|1310 |   - |2680 |1057 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
95.79/95.84	c  93.4s|480000 |471542 |     0 |   0.0 | 161M|1310 |   - |2680 |1074 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
97.79/97.90	c  95.4s|490000 |481458 |     0 |   0.0 | 164M|1310 |   - |2680 |1054 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
99.89/99.96	c  97.5s|500000 |491379 |     0 |   0.0 | 167M|1310 |   - |2680 |1057 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
101.99/102.05	c  99.5s|510000 |501304 |     0 |   0.0 | 170M|1310 |   - |2680 |1065 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
104.10/104.12	c   102s|520000 |511206 |     0 |   0.0 | 173M|1310 |   - |2680 |1089 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
106.09/106.19	c   104s|530000 |521110 |     0 |   0.0 | 175M|1310 |   - |2680 |1103 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
108.20/108.27	c   106s|540000 |531027 |     0 |   0.0 | 178M|1310 |   - |2680 |1090 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
110.30/110.35	c   108s|550000 |540935 |     0 |   0.0 | 181M|1310 |   - |2680 |1113 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
112.39/112.40	c   110s|560000 |550855 |     0 |   0.0 | 184M|1310 |   - |2680 |1082 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
114.40/114.48	c   112s|570000 |560777 |     0 |   0.0 | 187M|1310 |   - |2680 |1098 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
116.50/116.56	c   114s|580000 |570692 |     0 |   0.0 | 190M|1310 |   - |2680 |1162 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
118.59/118.62	c   116s|590000 |580606 |     0 |   0.0 | 193M|1310 |   - |2680 |1159 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
120.70/120.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.70/120.71	c   118s|600000 |590521 |     0 |   0.0 | 195M|1310 |   - |2680 |1163 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
122.70/122.79	c   120s|610000 |600434 |     0 |   0.0 | 198M|1310 |   - |2680 |1142 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
124.79/124.83	c   122s|620000 |610355 |     0 |   0.0 | 201M|1310 |   - |2680 |1146 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
126.89/126.91	c   124s|630000 |620270 |     0 |   0.0 | 204M|1310 |   - |2680 |1161 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
128.89/128.98	c   126s|640000 |630188 |     0 |   0.0 | 207M|1310 |   - |2680 |1146 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
131.00/131.02	c   128s|650000 |640115 |     0 |   0.0 | 210M|1310 |   - |2680 |1121 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
133.00/133.08	c   130s|660000 |650034 |     0 |   0.0 | 212M|1310 |   - |2680 |1142 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
135.09/135.17	c   132s|670000 |659944 |     0 |   0.0 | 215M|1310 |   - |2680 |1148 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
137.19/137.22	c   134s|680000 |669863 |     0 |   0.0 | 218M|1310 |   - |2680 |1123 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
139.29/139.30	c   136s|690000 |679776 |     0 |   0.0 | 221M|1310 |   - |2680 |1130 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
141.40/141.41	c   138s|700000 |689678 |     0 |   0.0 | 224M|1310 |   - |2680 |1112 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
143.39/143.47	c   140s|710000 |699595 |     0 |   0.0 | 227M|1310 |   - |2680 |1104 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
145.50/145.54	c   142s|720000 |709515 |     0 |   0.0 | 229M|1310 |   - |2680 |1119 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
147.59/147.61	c   144s|730000 |719426 |     0 |   0.0 | 232M|1310 |   - |2680 |1119 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
149.60/149.67	c   146s|740000 |729353 |     0 |   0.0 | 235M|1310 |   - |2680 |1099 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
151.70/151.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.70/151.74	c   148s|750000 |739249 |     0 |   0.0 | 238M|1310 |   - |2680 |1129 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
153.79/153.81	c   150s|760000 |749172 |     0 |   0.0 | 241M|1310 |   - |2680 |1156 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
155.79/155.89	c   152s|770000 |759082 |     0 |   0.0 | 244M|1310 |   - |2680 |1189 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
157.89/157.93	c   154s|780000 |768994 |     0 |   0.0 | 247M|1310 |   - |2680 |1207 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
159.90/159.99	c   156s|790000 |778914 |     0 |   0.0 | 249M|1310 |   - |2680 |1205 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
161.99/162.06	c   158s|800000 |788832 |     0 |   0.0 | 252M|1310 |   - |2680 |1156 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
164.10/164.11	c   160s|810000 |798744 |     0 |   0.0 | 255M|1310 |   - |2680 |1193 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
166.10/166.18	c   162s|820000 |808662 |     0 |   0.0 | 258M|1310 |   - |2680 |1177 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
168.20/168.27	c   164s|830000 |818585 |     0 |   0.0 | 261M|1310 |   - |2680 |1135 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
170.29/170.32	c   166s|840000 |828510 |     0 |   0.0 | 264M|1310 |   - |2680 |1100 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
172.39/172.43	c   168s|850000 |838414 |     0 |   0.0 | 267M|1310 |   - |2680 |1134 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
174.50/174.54	c   170s|860000 |848326 |     0 |   0.0 | 269M|1310 |   - |2680 |1085 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
176.60/176.61	c   172s|870000 |858237 |     0 |   0.0 | 272M|1310 |   - |2680 |1080 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
178.59/178.68	c   174s|880000 |868156 |     0 |   0.0 | 275M|1310 |   - |2680 |1100 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
180.70/180.77	c   176s|890000 |878074 |     0 |   0.0 | 278M|1310 |   - |2680 |1091 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
182.79/182.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.79/182.83	c   178s|900000 |887992 |     0 |   0.0 | 281M|1310 |   - |2680 |1065 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
184.80/184.89	c   180s|910000 |897905 |     0 |   0.0 | 284M|1310 |   - |2680 |1106 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
186.90/186.97	c   182s|920000 |907821 |     0 |   0.0 | 287M|1310 |   - |2680 |1104 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
189.00/189.04	c   184s|930000 |917733 |     0 |   0.0 | 289M|1310 |   - |2680 |1130 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
191.09/191.14	c   187s|940000 |927639 |     0 |   0.0 | 292M|1310 |   - |2680 |1087 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
193.20/193.22	c   189s|950000 |937559 |     0 |   0.0 | 295M|1310 |   - |2680 |1120 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
195.30/195.31	c   191s|960000 |947469 |     0 |   0.0 | 298M|1310 |   - |2680 |1115 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
197.30/197.35	c   193s|970000 |957382 |     0 |   0.0 | 301M|1310 |   - |2680 |1097 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
199.40/199.45	c   195s|980000 |967306 |     0 |   0.0 | 304M|1310 |   - |2680 |1061 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
201.49/201.55	c   197s|990000 |977217 |     0 |   0.0 | 307M|1310 |   - |2680 |1066 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
203.59/203.60	c   199s|  1000k|987128 |     0 |   0.0 | 309M|1310 |   - |2680 |1039 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
205.60/205.69	c   201s|  1010k|997026 |     0 |   0.0 | 312M|1310 |   - |2680 |1056 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
207.70/207.76	c   203s|  1020k|  1006k|     0 |   0.0 | 315M|1310 |   - |2680 |1068 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
209.79/209.81	c   205s|  1030k|  1016k|     0 |   0.0 | 318M|1310 |   - |2680 |1133 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
211.79/211.88	c   207s|  1040k|  1026k|     0 |   0.0 | 321M|1310 |   - |2680 |1144 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
213.89/213.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.89/213.96	c   209s|  1050k|  1036k|     0 |   0.0 | 324M|1310 |   - |2680 |1078 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
216.00/216.03	c   211s|  1060k|  1046k|     0 |   0.0 | 327M|1310 |   - |2680 |1114 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
218.00/218.09	c   213s|  1070k|  1056k|     0 |   0.0 | 330M|1310 |   - |2680 |1098 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
220.10/220.18	c   215s|  1080k|  1066k|     0 |   0.0 | 332M|1310 |   - |2680 |1098 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
222.21/222.23	c   217s|  1090k|  1076k|     0 |   0.0 | 335M|1310 |   - |2680 |1059 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
224.20/224.30	c   219s|  1100k|  1086k|     0 |   0.0 | 338M|1310 |   - |2680 |1132 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
226.29/226.39	c   221s|  1110k|  1096k|     0 |   0.0 | 341M|1310 |   - |2680 |1074 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
228.39/228.44	c   223s|  1120k|  1106k|     0 |   0.0 | 344M|1310 |   - |2680 |1078 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
230.40/230.49	c   225s|  1130k|  1115k|     0 |   0.0 | 347M|1310 |   - |2680 |1130 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
232.50/232.57	c   227s|  1140k|  1125k|     0 |   0.0 | 350M|1310 |   - |2680 |1092 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
234.60/234.64	c   229s|  1150k|  1135k|     0 |   0.0 | 353M|1310 |   - |2680 |1130 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
236.60/236.68	c   231s|  1160k|  1145k|     0 |   0.0 | 355M|1310 |   - |2680 |1183 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
238.71/238.75	c   233s|  1170k|  1155k|     0 |   0.0 | 358M|1310 |   - |2680 |1169 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
240.80/240.82	c   235s|  1180k|  1165k|     0 |   0.0 | 361M|1310 |   - |2680 |1149 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
242.80/242.89	c   237s|  1190k|  1175k|     0 |   0.0 | 364M|1310 |   - |2680 |1140 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
244.89/244.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.89/244.97	c   239s|  1200k|  1185k|     0 |   0.0 | 367M|1310 |   - |2680 |1159 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
246.99/247.07	c   241s|  1210k|  1195k|     0 |   0.0 | 370M|1310 |   - |2680 |1155 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
249.09/249.14	c   243s|  1220k|  1205k|     0 |   0.0 | 373M|1310 |   - |2680 |1171 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
251.19/251.23	c   245s|  1230k|  1214k|     0 |   0.0 | 376M|1310 |   - |2680 |1169 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
253.30/253.32	c   247s|  1240k|  1224k|     0 |   0.0 | 378M|1310 |   - |2680 |1129 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
255.29/255.36	c   249s|  1250k|  1234k|     0 |   0.0 | 381M|1310 |   - |2680 |1137 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
257.40/257.44	c   251s|  1260k|  1244k|     0 |   0.0 | 384M|1310 |   - |2680 |1140 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
259.50/259.53	c   253s|  1270k|  1254k|     0 |   0.0 | 387M|1310 |   - |2680 |1161 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
261.50/261.58	c   255s|  1280k|  1264k|     0 |   0.0 | 390M|1310 |   - |2680 |1159 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
263.60/263.66	c   257s|  1290k|  1274k|     0 |   0.0 | 393M|1310 |   - |2680 |1164 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
265.70/265.74	c   259s|  1300k|  1284k|     0 |   0.0 | 396M|1310 |   - |2680 |1176 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
267.80/267.81	c   261s|  1310k|  1294k|     0 |   0.0 | 399M|1310 |   - |2680 |1158 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
269.80/269.88	c   263s|  1320k|  1304k|     0 |   0.0 | 402M|1310 |   - |2680 |1140 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
271.90/271.94	c   265s|  1330k|  1314k|     0 |   0.0 | 404M|1310 |   - |2680 |1105 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
274.00/274.01	c   267s|  1340k|  1324k|     0 |   0.0 | 407M|1310 |   - |2680 |1121 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
276.01/276.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
276.01/276.06	c   270s|  1350k|  1333k|     0 |   0.0 | 410M|1310 |   - |2680 |1157 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
278.09/278.14	c   272s|  1360k|  1343k|     0 |   0.0 | 413M|1310 |   - |2680 |1194 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
280.19/280.21	c   274s|  1370k|  1353k|     0 |   0.0 | 416M|1310 |   - |2680 |1152 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
282.19/282.22	c   276s|  1380k|  1363k|     0 |   0.0 | 419M|1310 |   - |2680 |1139 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
284.30/284.34	c   278s|  1390k|  1373k|     0 |   0.0 | 422M|1310 |   - |2680 |1135 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
286.40/286.42	c   280s|  1400k|  1383k|     0 |   0.0 | 424M|1310 |   - |2680 |1135 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
288.40/288.45	c   282s|  1410k|  1393k|     0 |   0.0 | 427M|1310 |   - |2680 |1144 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
290.49/290.51	c   284s|  1420k|  1403k|     0 |   0.0 | 430M|1310 |   - |2680 |1149 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
292.50/292.60	c   286s|  1430k|  1413k|     0 |   0.0 | 433M|1310 |   - |2680 |1178 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
294.59/294.65	c   288s|  1440k|  1423k|     0 |   0.0 | 436M|1310 |   - |2680 |1158 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
296.69/296.72	c   290s|  1450k|  1433k|     0 |   0.0 | 439M|1310 |   - |2680 |1223 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
298.80/298.82	c   292s|  1460k|  1442k|     0 |   0.0 | 442M|1310 |   - |2680 |1198 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
300.80/300.86	c   294s|  1470k|  1452k|     0 |   0.0 | 444M|1310 |   - |2680 |1258 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
302.90/302.94	c   296s|  1480k|  1462k|     0 |   0.0 | 447M|1310 |   - |2680 |1228 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
305.00/305.01	c   298s|  1490k|  1472k|     0 |   0.0 | 450M|1310 |   - |2680 |1264 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
307.00/307.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
307.00/307.07	c   300s|  1500k|  1482k|     0 |   0.0 | 453M|1310 |   - |2680 |1231 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
309.10/309.12	c   302s|  1510k|  1492k|     0 |   0.0 | 456M|1310 |   - |2680 |1224 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
311.09/311.19	c   304s|  1520k|  1502k|     0 |   0.0 | 459M|1310 |   - |2680 |1200 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
313.19/313.25	c   306s|  1530k|  1512k|     0 |   0.0 | 462M|1310 |   - |2680 |1150 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
315.30/315.31	c   308s|  1540k|  1522k|     0 |   0.0 | 465M|1310 |   - |2680 |1196 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
317.40/317.40	c   310s|  1550k|  1532k|     0 |   0.0 | 468M|1310 |   - |2680 |1137 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
319.40/319.47	c   312s|  1560k|  1542k|     0 |   0.0 | 470M|1310 |   - |2680 |1150 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
321.49/321.51	c   314s|  1570k|  1551k|     0 |   0.0 | 473M|1310 |   - |2680 |1184 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
323.49/323.58	c   316s|  1580k|  1561k|     0 |   0.0 | 476M|1310 |   - |2680 |1156 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
325.60/325.67	c   318s|  1590k|  1571k|     0 |   0.0 | 479M|1310 |   - |2680 |1107 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
327.70/327.72	c   320s|  1600k|  1581k|     0 |   0.0 | 482M|1310 |   - |2680 |1201 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
329.80/329.80	c   322s|  1610k|  1591k|     0 |   0.0 | 485M|1310 |   - |2680 |1224 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
331.90/331.90	c   324s|  1620k|  1601k|     0 |   0.0 | 488M|1310 |   - |2680 |1215 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
333.90/333.96	c   326s|  1630k|  1611k|     0 |   0.0 | 491M|1310 |   - |2680 |1111 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
336.00/336.05	c   328s|  1640k|  1621k|     0 |   0.0 | 493M|1310 |   - |2680 |1126 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
338.10/338.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.10/338.12	c   330s|  1650k|  1631k|     0 |   0.0 | 496M|1310 |   - |2680 |1160 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
340.20/340.21	c   332s|  1660k|  1641k|     0 |   0.0 | 499M|1310 |   - |2680 |1214 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
342.20/342.29	c   334s|  1670k|  1650k|     0 |   0.0 | 502M|1310 |   - |2680 |1130 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
344.30/344.37	c   336s|  1680k|  1660k|     0 |   0.0 | 505M|1310 |   - |2680 |1118 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
346.40/346.45	c   338s|  1690k|  1670k|     0 |   0.0 | 508M|1310 |   - |2680 |1149 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
348.40/348.49	c   340s|  1700k|  1680k|     0 |   0.0 | 511M|1310 |   - |2680 |1118 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
350.50/350.57	c   342s|  1710k|  1690k|     0 |   0.0 | 514M|1310 |   - |2680 |1105 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
352.60/352.64	c   344s|  1720k|  1700k|     0 |   0.0 | 517M|1310 |   - |2680 |1085 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
354.60/354.67	c   346s|  1730k|  1710k|     0 |   0.0 | 519M|1310 |   - |2680 |1092 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
356.70/356.73	c   348s|  1740k|  1720k|     0 |   0.0 | 522M|1310 |   - |2680 |1098 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
358.80/358.80	c   350s|  1750k|  1730k|     0 |   0.0 | 525M|1310 |   - |2680 |1077 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
360.80/360.85	c   352s|  1760k|  1740k|     0 |   0.0 | 528M|1310 |   - |2680 |1170 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
362.91/362.94	c   354s|  1770k|  1750k|     0 |   0.0 | 531M|1310 |   - |2680 |1111 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
365.00/365.04	c   356s|  1780k|  1759k|     0 |   0.0 | 534M|1310 |   - |2680 |1127 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
367.10/367.10	c   358s|  1790k|  1769k|     0 |   0.0 | 537M|1310 |   - |2680 |1107 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
369.10/369.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.10/369.18	c   360s|  1800k|  1779k|     0 |   0.0 | 540M|1310 |   - |2680 |1082 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
371.20/371.26	c   362s|  1810k|  1789k|     0 |   0.0 | 543M|1310 |   - |2680 |1091 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
373.30/373.32	c   364s|  1820k|  1799k|     0 |   0.0 | 545M|1310 |   - |2680 |1127 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
375.30/375.38	c   366s|  1830k|  1809k|     0 |   0.0 | 548M|1310 |   - |2680 |1147 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
377.40/377.45	c   368s|  1840k|  1819k|     0 |   0.0 | 551M|1310 |   - |2680 |1105 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
379.51/379.51	c   370s|  1850k|  1829k|     0 |   0.0 | 554M|1310 |   - |2680 |1150 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
381.61/381.61	c   372s|  1860k|  1839k|     0 |   0.0 | 557M|1310 |   - |2680 |1175 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
383.70/383.71	c   375s|  1870k|  1849k|     0 |   0.0 | 560M|1310 |   - |2680 |1207 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
385.80/385.81	c   377s|  1880k|  1859k|     0 |   0.0 | 563M|1310 |   - |2680 |1153 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
387.80/387.87	c   379s|  1890k|  1868k|     0 |   0.0 | 566M|1310 |   - |2680 |1179 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
389.90/389.93	c   381s|  1900k|  1878k|     0 |   0.0 | 568M|1310 |   - |2680 |1139 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
392.00/392.02	c   383s|  1910k|  1888k|     0 |   0.0 | 571M|1310 |   - |2680 |1148 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
394.00/394.09	c   385s|  1920k|  1898k|     0 |   0.0 | 574M|1310 |   - |2680 |1150 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
396.10/396.16	c   387s|  1930k|  1908k|     0 |   0.0 | 577M|1310 |   - |2680 |1126 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
398.21/398.23	c   389s|  1940k|  1918k|     0 |   0.0 | 580M|1310 |   - |2680 |1108 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
400.20/400.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.20/400.27	c   391s|  1950k|  1928k|     0 |   0.0 | 583M|1310 |   - |2680 |1098 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
402.30/402.37	c   393s|  1960k|  1938k|     0 |   0.0 | 586M|1310 |   - |2680 |1112 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
404.40/404.48	c   395s|  1970k|  1948k|     0 |   0.0 | 589M|1310 |   - |2680 |1106 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
406.50/406.54	c   397s|  1980k|  1958k|     0 |   0.0 | 592M|1310 |   - |2680 |1098 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
408.60/408.65	c   399s|  1990k|  1968k|     0 |   0.0 | 594M|1310 |   - |2680 |1082 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
410.70/410.75	c   401s|  2000k|  1977k|     0 |   0.0 | 597M|1310 |   - |2680 |1143 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
412.80/412.81	c   403s|  2010k|  1987k|     0 |   0.0 | 600M|1310 |   - |2680 |1119 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
414.90/414.94	c   405s|  2020k|  1997k|     0 |   0.0 | 603M|1310 |   - |2680 |1198 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
417.00/417.03	c   407s|  2030k|  2007k|     0 |   0.0 | 606M|1310 |   - |2680 |1165 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
419.01/419.10	c   409s|  2040k|  2017k|     0 |   0.0 | 609M|1310 |   - |2680 |1183 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
421.10/421.18	c   411s|  2050k|  2027k|     0 |   0.0 | 612M|1310 |   - |2680 |1237 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
423.20/423.28	c   413s|  2060k|  2037k|     0 |   0.0 | 615M|1310 |   - |2680 |1226 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
425.30/425.35	c   415s|  2070k|  2047k|     0 |   0.0 | 617M|1310 |   - |2680 |1203 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
427.40/427.45	c   417s|  2080k|  2057k|     0 |   0.0 | 620M|1310 |   - |2680 |1252 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
429.50/429.52	c   419s|  2090k|  2067k|     0 |   0.0 | 623M|1310 |   - |2680 |1270 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
431.60/431.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.60/431.62	c   421s|  2100k|  2077k|     0 |   0.0 | 626M|1310 |   - |2680 |1237 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
433.60/433.67	c   423s|  2110k|  2086k|     0 |   0.0 | 629M|1310 |   - |2680 |1241 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
435.80/435.81	c   425s|  2120k|  2096k|     0 |   0.0 | 632M|1310 |   - |2680 |1252 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
437.90/437.92	c   427s|  2130k|  2106k|     0 |   0.0 | 635M|1310 |   - |2680 |1228 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
439.91/439.99	c   429s|  2140k|  2116k|     0 |   0.0 | 637M|1310 |   - |2680 |1249 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
442.11/442.10	c   432s|  2150k|  2126k|     0 |   0.0 | 640M|1310 |   - |2680 |1234 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
444.10/444.19	c   434s|  2160k|  2136k|     0 |   0.0 | 643M|1310 |   - |2680 |1196 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
446.20/446.24	c   436s|  2170k|  2146k|     0 |   0.0 | 646M|1310 |   - |2680 |1225 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
448.30/448.34	c   438s|  2180k|  2156k|     0 |   0.0 | 649M|1310 |   - |2680 |1243 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
450.40/450.43	c   440s|  2190k|  2166k|     0 |   0.0 | 652M|1310 |   - |2680 |1228 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
452.50/452.50	c   442s|  2200k|  2176k|     0 |   0.0 | 655M|1310 |   - |2680 |1156 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
454.50/454.59	c   444s|  2210k|  2186k|     0 |   0.0 | 658M|1310 |   - |2680 |1191 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
456.70/456.71	c   446s|  2220k|  2195k|     0 |   0.0 | 661M|1310 |   - |2680 |1208 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
458.71/458.77	c   448s|  2230k|  2205k|     0 |   0.0 | 663M|1310 |   - |2680 |1219 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
460.80/460.87	c   450s|  2240k|  2215k|     0 |   0.0 | 666M|1310 |   - |2680 |1215 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
462.90/462.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
462.90/462.96	c   452s|  2250k|  2225k|     0 |   0.0 | 669M|1310 |   - |2680 |1144 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
465.00/465.03	c   454s|  2260k|  2235k|     0 |   0.0 | 672M|1310 |   - |2680 |1153 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
467.10/467.14	c   456s|  2270k|  2245k|     0 |   0.0 | 675M|1310 |   - |2680 |1191 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
469.21/469.22	c   458s|  2280k|  2255k|     0 |   0.0 | 678M|1310 |   - |2680 |1207 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
471.30/471.30	c   460s|  2290k|  2265k|     0 |   0.0 | 681M|1310 |   - |2680 |1215 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
473.30/473.39	c   462s|  2300k|  2275k|     0 |   0.0 | 684M|1310 |   - |2680 |1233 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
475.40/475.48	c   464s|  2310k|  2285k|     0 |   0.0 | 687M|1310 |   - |2680 |1211 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
477.51/477.55	c   466s|  2320k|  2294k|     0 |   0.0 | 689M|1310 |   - |2680 |1246 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
479.61/479.63	c   468s|  2330k|  2304k|     0 |   0.0 | 692M|1310 |   - |2680 |1307 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
481.71/481.72	c   470s|  2340k|  2314k|     0 |   0.0 | 695M|1310 |   - |2680 |1256 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
483.80/483.80	c   472s|  2350k|  2324k|     0 |   0.0 | 698M|1310 |   - |2680 |1225 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
485.80/485.89	c   474s|  2360k|  2334k|     0 |   0.0 | 701M|1310 |   - |2680 |1264 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
487.90/487.97	c   476s|  2370k|  2344k|     0 |   0.0 | 704M|1310 |   - |2680 |1268 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
490.00/490.07	c   478s|  2380k|  2354k|     0 |   0.0 | 707M|1310 |   - |2680 |1293 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
492.10/492.15	c   480s|  2390k|  2364k|     0 |   0.0 | 710M|1310 |   - |2680 |1256 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
494.20/494.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
494.20/494.25	c   482s|  2400k|  2374k|     0 |   0.0 | 713M|1310 |   - |2680 |1279 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
496.31/496.32	c   484s|  2410k|  2384k|     0 |   0.0 | 715M|1310 |   - |2680 |1301 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
498.31/498.38	c   486s|  2420k|  2394k|     0 |   0.0 | 718M|1310 |   - |2680 |1298 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
500.40/500.46	c   488s|  2430k|  2403k|     0 |   0.0 | 721M|1310 |   - |2680 |1302 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
502.51/502.57	c   491s|  2440k|  2413k|     0 |   0.0 | 724M|1310 |   - |2680 |1299 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
504.60/504.65	c   493s|  2450k|  2423k|     0 |   0.0 | 727M|1310 |   - |2680 |1308 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
506.70/506.77	c   495s|  2460k|  2433k|     0 |   0.0 | 730M|1310 |   - |2680 |1279 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
508.80/508.87	c   497s|  2470k|  2443k|     0 |   0.0 | 733M|1310 |   - |2680 |1261 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
510.91/510.94	c   499s|  2480k|  2453k|     0 |   0.0 | 736M|1310 |   - |2680 |1216 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
513.01/513.02	c   501s|  2490k|  2463k|     0 |   0.0 | 739M|1310 |   - |2680 |1242 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
515.11/515.13	c   503s|  2500k|  2473k|     0 |   0.0 | 741M|1310 |   - |2680 |1229 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
517.20/517.21	c   505s|  2510k|  2483k|     0 |   0.0 | 744M|1310 |   - |2680 |1264 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
519.21/519.26	c   507s|  2520k|  2493k|     0 |   0.0 | 747M|1310 |   - |2680 |1272 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
521.31/521.35	c   509s|  2530k|  2502k|     0 |   0.0 | 750M|1310 |   - |2680 |1257 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
523.41/523.45	c   511s|  2540k|  2512k|     0 |   0.0 | 753M|1310 |   - |2680 |1240 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
525.50/525.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.50/525.52	c   513s|  2550k|  2522k|     0 |   0.0 | 756M|1310 |   - |2680 |1238 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
527.60/527.64	c   515s|  2560k|  2532k|     0 |   0.0 | 759M|1310 |   - |2680 |1269 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
529.71/529.77	c   517s|  2570k|  2542k|     0 |   0.0 | 762M|1310 |   - |2680 |1300 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
531.80/531.81	c   519s|  2580k|  2552k|     0 |   0.0 | 765M|1310 |   - |2680 |1330 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
533.91/533.90	c   521s|  2590k|  2562k|     0 |   0.0 | 767M|1310 |   - |2680 |1287 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
536.01/536.00	c   523s|  2600k|  2572k|     0 |   0.0 | 770M|1310 |   - |2680 |1202 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
538.01/538.05	c   525s|  2610k|  2582k|     0 |   0.0 | 773M|1310 |   - |2680 |1265 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
540.11/540.15	c   527s|  2620k|  2592k|     0 |   0.0 | 776M|1310 |   - |2680 |1281 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
542.21/542.22	c   529s|  2630k|  2602k|     0 |   0.0 | 779M|1310 |   - |2680 |1315 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
544.20/544.28	c   531s|  2640k|  2611k|     0 |   0.0 | 782M|1310 |   - |2680 |1260 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
546.31/546.37	c   533s|  2650k|  2621k|     0 |   0.0 | 785M|1310 |   - |2680 |1258 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
548.41/548.46	c   535s|  2660k|  2631k|     0 |   0.0 | 788M|1310 |   - |2680 |1252 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
550.50/550.52	c   537s|  2670k|  2641k|     0 |   0.0 | 791M|1310 |   - |2680 |1274 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
552.50/552.59	c   539s|  2680k|  2651k|     0 |   0.0 | 793M|1310 |   - |2680 |1275 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
554.60/554.68	c   541s|  2690k|  2661k|     0 |   0.0 | 796M|1310 |   - |2680 |1270 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
556.71/556.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
556.71/556.75	c   544s|  2700k|  2671k|     0 |   0.0 | 799M|1310 |   - |2680 |1245 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
558.81/558.82	c   546s|  2710k|  2681k|     0 |   0.0 | 802M|1310 |   - |2680 |1221 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
560.91/560.92	c   548s|  2720k|  2691k|     0 |   0.0 | 805M|1310 |   - |2680 |1257 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
562.90/562.98	c   550s|  2730k|  2701k|     0 |   0.0 | 808M|1310 |   - |2680 |1269 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
565.00/565.07	c   552s|  2740k|  2711k|     0 |   0.0 | 811M|1310 |   - |2680 |1342 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
567.10/567.16	c   554s|  2750k|  2720k|     0 |   0.0 | 814M|1310 |   - |2680 |1262 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
569.21/569.26	c   556s|  2760k|  2730k|     0 |   0.0 | 817M|1310 |   - |2680 |1264 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
571.30/571.30	c   558s|  2770k|  2740k|     0 |   0.0 | 819M|1310 |   - |2680 |1250 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
573.40/573.41	c   560s|  2780k|  2750k|     0 |   0.0 | 822M|1310 |   - |2680 |1305 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
575.51/575.51	c   562s|  2790k|  2760k|     0 |   0.0 | 825M|1310 |   - |2680 |1353 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
577.51/577.56	c   564s|  2800k|  2770k|     0 |   0.0 | 828M|1310 |   - |2680 |1312 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
579.61/579.65	c   566s|  2810k|  2780k|     0 |   0.0 | 831M|1310 |   - |2680 |1284 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
581.71/581.74	c   568s|  2820k|  2790k|     0 |   0.0 | 834M|1310 |   - |2680 |1291 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
583.70/583.78	c   570s|  2830k|  2800k|     0 |   0.0 | 837M|1310 |   - |2680 |1305 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
585.91/585.90	c   572s|  2840k|  2810k|     0 |   0.0 | 840M|1310 |   - |2680 |1327 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
588.00/588.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
588.00/588.00	c   574s|  2850k|  2819k|     0 |   0.0 | 843M|1310 |   - |2680 |1311 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
590.01/590.08	c   576s|  2860k|  2829k|     0 |   0.0 | 846M|1310 |   - |2680 |1287 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
592.11/592.19	c   578s|  2870k|  2839k|     0 |   0.0 | 848M|1310 |   - |2680 |1309 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
594.20/594.27	c   580s|  2880k|  2849k|     0 |   0.0 | 851M|1310 |   - |2680 |1338 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
596.30/596.36	c   582s|  2890k|  2859k|     0 |   0.0 | 854M|1310 |   - |2680 |1309 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
598.41/598.45	c   584s|  2900k|  2869k|     0 |   0.0 | 857M|1310 |   - |2680 |1359 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
600.51/600.55	c   586s|  2910k|  2879k|     0 |   0.0 | 860M|1310 |   - |2680 |1380 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
602.61/602.61	c   588s|  2920k|  2889k|     0 |   0.0 | 863M|1310 |   - |2680 |1387 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
604.70/604.72	c   590s|  2930k|  2899k|     0 |   0.0 | 866M|1310 |   - |2680 |1346 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
606.81/606.82	c   592s|  2940k|  2909k|     0 |   0.0 | 869M|1310 |   - |2680 |1397 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
608.90/608.90	c   594s|  2950k|  2918k|     0 |   0.0 | 872M|1310 |   - |2680 |1431 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
610.91/610.94	c   596s|  2960k|  2928k|     0 |   0.0 | 874M|1310 |   - |2680 |1334 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
613.01/613.03	c   599s|  2970k|  2938k|     0 |   0.0 | 877M|1310 |   - |2680 |1261 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
615.11/615.13	c   601s|  2980k|  2948k|     0 |   0.0 | 880M|1310 |   - |2680 |1266 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
617.21/617.21	c   603s|  2990k|  2958k|     0 |   0.0 | 883M|1310 |   - |2680 |1332 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
619.32/619.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.32/619.31	c   605s|  3000k|  2968k|     0 |   0.0 | 886M|1310 |   - |2680 |1355 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
621.41/621.43	c   607s|  3010k|  2978k|     0 |   0.0 | 889M|1310 |   - |2680 |1381 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
623.50/623.50	c   609s|  3020k|  2988k|     0 |   0.0 | 892M|1310 |   - |2680 |1313 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
625.51/625.59	c   611s|  3030k|  2998k|     0 |   0.0 | 895M|1310 |   - |2680 |1212 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
627.71/627.71	c   613s|  3040k|  3008k|     0 |   0.0 | 898M|1310 |   - |2680 |1307 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
629.70/629.79	c   615s|  3050k|  3018k|     0 |   0.0 | 901M|1310 |   - |2680 |1312 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
631.81/631.89	c   617s|  3060k|  3027k|     0 |   0.0 | 903M|1310 |   - |2680 |1314 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
633.90/633.97	c   619s|  3070k|  3037k|     0 |   0.0 | 906M|1310 |   - |2680 |1276 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
636.01/636.06	c   621s|  3080k|  3047k|     0 |   0.0 | 909M|1310 |   - |2680 |1253 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
638.11/638.15	c   623s|  3090k|  3057k|     0 |   0.0 | 912M|1310 |   - |2680 |1285 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
640.21/640.26	c   625s|  3100k|  3067k|     0 |   0.0 | 915M|1310 |   - |2680 |1369 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
642.31/642.32	c   627s|  3110k|  3077k|     0 |   0.0 | 918M|1310 |   - |2680 |1365 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
644.41/644.42	c   629s|  3120k|  3087k|     0 |   0.0 | 921M|1310 |   - |2680 |1352 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
646.50/646.52	c   631s|  3130k|  3097k|     0 |   0.0 | 924M|1310 |   - |2680 |1418 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
648.61/648.60	c   633s|  3140k|  3107k|     0 |   0.0 | 927M|1310 |   - |2680 |1431 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
650.61/650.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
650.61/650.69	c   635s|  3150k|  3117k|     0 |   0.0 | 929M|1310 |   - |2680 |1483 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
652.71/652.78	c   637s|  3160k|  3126k|     0 |   0.0 | 932M|1310 |   - |2680 |1471 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
654.81/654.86	c   639s|  3170k|  3136k|     0 |   0.0 | 935M|1310 |   - |2680 |1474 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
656.91/656.93	c   641s|  3180k|  3146k|     0 |   0.0 | 938M|1310 |   - |2680 |1502 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
659.01/659.03	c   644s|  3190k|  3156k|     0 |   0.0 | 941M|1310 |   - |2680 |1453 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
661.11/661.18	c   646s|  3200k|  3166k|     0 |   0.0 | 944M|1310 |   - |2680 |1501 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
663.21/663.23	c   648s|  3210k|  3176k|     0 |   0.0 | 947M|1310 |   - |2680 |1498 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
665.31/665.33	c   650s|  3220k|  3186k|     0 |   0.0 | 950M|1310 |   - |2680 |1536 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
667.41/667.42	c   652s|  3230k|  3196k|     0 |   0.0 | 953M|1310 |   - |2680 |1463 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
669.51/669.50	c   654s|  3240k|  3206k|     0 |   0.0 | 955M|1310 |   - |2680 |1468 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
671.60/671.61	c   656s|  3250k|  3215k|     0 |   0.0 | 958M|1310 |   - |2680 |1477 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
673.71/673.75	c   658s|  3260k|  3225k|     0 |   0.0 | 961M|1310 |   - |2680 |1448 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
675.80/675.83	c   660s|  3270k|  3235k|     0 |   0.0 | 964M|1310 |   - |2680 |1501 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
677.91/677.93	c   662s|  3280k|  3245k|     0 |   0.0 | 967M|1310 |   - |2680 |1507 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
680.01/680.03	c   664s|  3290k|  3255k|     0 |   0.0 | 970M|1310 |   - |2680 |1547 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
682.01/682.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
682.01/682.09	c   666s|  3300k|  3265k|     0 |   0.0 | 973M|1310 |   - |2680 |1476 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
684.22/684.21	c   668s|  3310k|  3275k|     0 |   0.0 | 976M|1310 |   - |2680 |1468 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
686.21/686.30	c   670s|  3320k|  3285k|     0 |   0.0 | 979M|1310 |   - |2680 |1424 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
688.31/688.35	c   672s|  3330k|  3295k|     0 |   0.0 | 981M|1310 |   - |2680 |1448 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
690.41/690.44	c   674s|  3340k|  3305k|     0 |   0.0 | 984M|1310 |   - |2680 |1493 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
692.50/692.54	c   676s|  3350k|  3314k|     0 |   0.0 | 987M|1310 |   - |2680 |1481 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
694.61/694.61	c   678s|  3360k|  3324k|     0 |   0.0 | 990M|1310 |   - |2680 |1375 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
696.61/696.69	c   680s|  3370k|  3334k|     0 |   0.0 | 993M|1310 |   - |2680 |1362 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
698.71/698.79	c   682s|  3380k|  3344k|     0 |   0.0 | 996M|1310 |   - |2680 |1344 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
700.81/700.87	c   684s|  3390k|  3354k|     0 |   0.0 | 999M|1310 |   - |2680 |1372 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
702.92/702.93	c   686s|  3400k|  3364k|     0 |   0.0 |1002M|1310 |   - |2680 |1382 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
705.02/705.03	c   688s|  3410k|  3374k|     0 |   0.0 |1005M|1310 |   - |2680 |1361 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
707.11/707.16	c   690s|  3420k|  3384k|     0 |   0.0 |1008M|1310 |   - |2680 |1298 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
709.21/709.23	c   692s|  3430k|  3394k|     0 |   0.0 |1010M|1310 |   - |2680 |1281 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
711.31/711.33	c   695s|  3440k|  3404k|     0 |   0.0 |1013M|1310 |   - |2680 |1268 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
713.41/713.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
713.41/713.42	c   697s|  3450k|  3414k|     0 |   0.0 |1016M|1310 |   - |2680 |1309 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
715.40/715.47	c   699s|  3460k|  3423k|     0 |   0.0 |1019M|1310 |   - |2680 |1269 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
717.51/717.58	c   701s|  3470k|  3433k|     0 |   0.0 |1022M|1310 |   - |2680 |1316 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
719.71/719.71	c   703s|  3480k|  3443k|     0 |   0.0 |1025M|1310 |   - |2680 |1281 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
721.70/721.77	c   705s|  3490k|  3453k|     0 |   0.0 |1028M|1310 |   - |2680 |1246 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
723.81/723.88	c   707s|  3500k|  3463k|     0 |   0.0 |1031M|1310 |   - |2680 |1278 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
725.92/725.99	c   709s|  3510k|  3473k|     0 |   0.0 |1034M|1310 |   - |2680 |1352 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
728.01/728.03	c   711s|  3520k|  3483k|     0 |   0.0 |1036M|1310 |   - |2680 |1294 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
730.11/730.11	c   713s|  3530k|  3493k|     0 |   0.0 |1039M|1310 |   - |2680 |1334 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
732.21/732.21	c   715s|  3540k|  3503k|     0 |   0.0 |1042M|1310 |   - |2680 |1384 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
734.21/734.29	c   717s|  3550k|  3513k|     0 |   0.0 |1045M|1310 |   - |2680 |1358 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
736.31/736.37	c   719s|  3560k|  3522k|     0 |   0.0 |1048M|1310 |   - |2680 |1402 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
738.41/738.47	c   721s|  3570k|  3532k|     0 |   0.0 |1051M|1310 |   - |2680 |1438 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
740.51/740.56	c   723s|  3580k|  3542k|     0 |   0.0 |1054M|1310 |   - |2680 |1470 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
742.61/742.66	c   725s|  3590k|  3552k|     0 |   0.0 |1057M|1310 |   - |2680 |1489 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
744.72/744.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
744.72/744.74	c   727s|  3600k|  3562k|     0 |   0.0 |1060M|1310 |   - |2680 |1395 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
746.82/746.83	c   729s|  3610k|  3572k|     0 |   0.0 |1062M|1310 |   - |2680 |1395 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
748.81/748.89	c   731s|  3620k|  3582k|     0 |   0.0 |1065M|1310 |   - |2680 |1357 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
750.91/750.99	c   733s|  3630k|  3592k|     0 |   0.0 |1068M|1310 |   - |2680 |1405 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
753.01/753.06	c   735s|  3640k|  3602k|     0 |   0.0 |1071M|1310 |   - |2680 |1353 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
755.11/755.16	c   737s|  3650k|  3612k|     0 |   0.0 |1074M|1310 |   - |2680 |1371 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
757.21/757.24	c   739s|  3660k|  3621k|     0 |   0.0 |1077M|1310 |   - |2680 |1319 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
759.31/759.35	c   741s|  3670k|  3631k|     0 |   0.0 |1080M|1310 |   - |2680 |1322 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
761.41/761.40	c   743s|  3680k|  3641k|     0 |   0.0 |1083M|1310 |   - |2680 |1326 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
763.42/763.49	c   745s|  3690k|  3651k|     0 |   0.0 |1086M|1310 |   - |2680 |1415 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
765.51/765.58	c   747s|  3700k|  3661k|     0 |   0.0 |1088M|1310 |   - |2680 |1353 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
767.61/767.64	c   750s|  3710k|  3671k|     0 |   0.0 |1091M|1310 |   - |2680 |1410 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
769.71/769.74	c   752s|  3720k|  3681k|     0 |   0.0 |1094M|1310 |   - |2680 |1432 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
771.81/771.83	c   754s|  3730k|  3691k|     0 |   0.0 |1097M|1310 |   - |2680 |1379 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
773.91/773.90	c   756s|  3740k|  3701k|     0 |   0.0 |1100M|1310 |   - |2680 |1353 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
775.91/775.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
775.91/775.99	c   758s|  3750k|  3711k|     0 |   0.0 |1103M|1310 |   - |2680 |1390 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
778.01/778.06	c   760s|  3760k|  3720k|     0 |   0.0 |1106M|1310 |   - |2680 |1379 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
780.11/780.16	c   762s|  3770k|  3730k|     0 |   0.0 |1109M|1310 |   - |2680 |1444 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
782.22/782.25	c   764s|  3780k|  3740k|     0 |   0.0 |1112M|1310 |   - |2680 |1380 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
784.32/784.35	c   766s|  3790k|  3750k|     0 |   0.0 |1114M|1310 |   - |2680 |1326 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
786.42/786.41	c   768s|  3800k|  3760k|     0 |   0.0 |1117M|1310 |   - |2680 |1365 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
788.51/788.50	c   770s|  3810k|  3770k|     0 |   0.0 |1120M|1310 |   - |2680 |1374 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
790.61/790.60	c   772s|  3820k|  3780k|     0 |   0.0 |1123M|1310 |   - |2680 |1437 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
792.61/792.67	c   774s|  3830k|  3790k|     0 |   0.0 |1126M|1310 |   - |2680 |1434 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
794.71/794.79	c   776s|  3840k|  3800k|     0 |   0.0 |1129M|1310 |   - |2680 |1345 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
796.91/796.95	c   778s|  3850k|  3810k|     0 |   0.0 |1132M|1310 |   - |2680 |1365 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
799.01/799.05	c   780s|  3860k|  3819k|     0 |   0.0 |1135M|1310 |   - |2680 |1382 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
801.11/801.12	c   782s|  3870k|  3829k|     0 |   0.0 |1138M|1310 |   - |2680 |1386 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
803.21/803.23	c   784s|  3880k|  3839k|     0 |   0.0 |1141M|1310 |   - |2680 |1414 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
805.22/805.29	c   786s|  3890k|  3849k|     0 |   0.0 |1143M|1310 |   - |2680 |1450 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
807.32/807.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
807.32/807.35	c   788s|  3900k|  3859k|     0 |   0.0 |1146M|1310 |   - |2680 |1429 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
809.41/809.48	c   790s|  3910k|  3869k|     0 |   0.0 |1149M|1310 |   - |2680 |1340 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
811.51/811.59	c   792s|  3920k|  3879k|     0 |   0.0 |1152M|1310 |   - |2680 |1336 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
813.61/813.64	c   794s|  3930k|  3889k|     0 |   0.0 |1155M|1310 |   - |2680 |1342 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
815.72/815.73	c   796s|  3940k|  3899k|     0 |   0.0 |1158M|1310 |   - |2680 |1372 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
817.72/817.78	c   798s|  3950k|  3909k|     0 |   0.0 |1161M|1310 |   - |2680 |1348 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
819.82/819.86	c   801s|  3960k|  3918k|     0 |   0.0 |1164M|1310 |   - |2680 |1330 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
821.92/821.98	c   803s|  3970k|  3928k|     0 |   0.0 |1166M|1310 |   - |2680 |1314 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
824.01/824.09	c   805s|  3980k|  3938k|     0 |   0.0 |1169M|1310 |   - |2680 |1368 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
826.11/826.17	c   807s|  3990k|  3948k|     0 |   0.0 |1172M|1310 |   - |2680 |1423 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
828.22/828.26	c   809s|  4000k|  3958k|     0 |   0.0 |1175M|1310 |   - |2680 |1385 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
830.32/830.33	c   811s|  4010k|  3968k|     0 |   0.0 |1178M|1310 |   - |2680 |1442 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
832.41/832.41	c   813s|  4020k|  3978k|     0 |   0.0 |1181M|1310 |   - |2680 |1483 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
834.41/834.48	c   815s|  4030k|  3988k|     0 |   0.0 |1184M|1310 |   - |2680 |1395 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
836.51/836.58	c   817s|  4040k|  3998k|     0 |   0.0 |1187M|1310 |   - |2680 |1406 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
838.61/838.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
838.61/838.65	c   819s|  4050k|  4008k|     0 |   0.0 |1190M|1310 |   - |2680 |1402 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
840.72/840.70	c   821s|  4060k|  4017k|     0 |   0.0 |1192M|1310 |   - |2680 |1410 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
842.71/842.77	c   823s|  4070k|  4027k|     0 |   0.0 |1195M|1310 |   - |2680 |1387 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
844.82/844.86	c   825s|  4080k|  4037k|     0 |   0.0 |1198M|1310 |   - |2680 |1460 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
846.91/846.92	c   827s|  4090k|  4047k|     0 |   0.0 |1201M|1310 |   - |2680 |1374 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
849.02/849.06	c   829s|  4100k|  4057k|     0 |   0.0 |1204M|1310 |   - |2680 |1379 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
851.12/851.18	c   831s|  4110k|  4067k|     0 |   0.0 |1207M|1310 |   - |2680 |1421 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
853.21/853.24	c   833s|  4120k|  4077k|     0 |   0.0 |1210M|1310 |   - |2680 |1423 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
855.32/855.30	c   835s|  4130k|  4087k|     0 |   0.0 |1213M|1310 |   - |2680 |1393 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
857.32/857.40	c   837s|  4140k|  4097k|     0 |   0.0 |1216M|1310 |   - |2680 |1521 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
859.41/859.46	c   839s|  4150k|  4106k|     0 |   0.0 |1219M|1310 |   - |2680 |1465 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
861.51/861.53	c   841s|  4160k|  4116k|     0 |   0.0 |1221M|1310 |   - |2680 |1403 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
863.61/863.62	c   843s|  4170k|  4126k|     0 |   0.0 |1224M|1310 |   - |2680 |1434 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
865.62/865.66	c   845s|  4180k|  4136k|     0 |   0.0 |1227M|1310 |   - |2680 |1494 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
867.71/867.72	c   847s|  4190k|  4146k|     0 |   0.0 |1230M|1310 |   - |2680 |1453 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
869.71/869.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
869.71/869.79	c   849s|  4200k|  4156k|     0 |   0.0 |1233M|1310 |   - |2680 |1520 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
871.82/871.85	c   851s|  4210k|  4166k|     0 |   0.0 |1236M|1310 |   - |2680 |1559 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
873.91/873.93	c   853s|  4220k|  4176k|     0 |   0.0 |1239M|1310 |   - |2680 |1440 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
876.02/876.02	c   855s|  4230k|  4186k|     0 |   0.0 |1242M|1310 |   - |2680 |1462 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
878.11/878.12	c   857s|  4240k|  4196k|     0 |   0.0 |1244M|1310 |   - |2680 |1378 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
880.21/880.23	c   859s|  4250k|  4205k|     0 |   0.0 |1247M|1310 |   - |2680 |1456 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
882.32/882.31	c   861s|  4260k|  4215k|     0 |   0.0 |1250M|1310 |   - |2680 |1468 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
884.42/884.42	c   864s|  4270k|  4225k|     0 |   0.0 |1253M|1310 |   - |2680 |1548 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
886.41/886.49	c   866s|  4280k|  4235k|     0 |   0.0 |1256M|1310 |   - |2680 |1460 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
888.52/888.59	c   868s|  4290k|  4245k|     0 |   0.0 |1259M|1310 |   - |2680 |1402 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
890.71/890.70	c   870s|  4300k|  4255k|     0 |   0.0 |1262M|1310 |   - |2680 |1429 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
892.71/892.77	c   872s|  4310k|  4265k|     0 |   0.0 |1265M|1310 |   - |2680 |1482 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
894.81/894.86	c   874s|  4320k|  4275k|     0 |   0.0 |1268M|1310 |   - |2680 |1445 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
896.91/896.95	c   876s|  4330k|  4285k|     0 |   0.0 |1271M|1310 |   - |2680 |1566 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
898.92/898.97	c   878s|  4340k|  4295k|     0 |   0.0 |1273M|1310 |   - |2680 |1480 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
901.01/901.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
901.01/901.09	c   880s|  4350k|  4304k|     0 |   0.0 |1276M|1310 |   - |2680 |1458 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
903.12/903.19	c   882s|  4360k|  4314k|     0 |   0.0 |1279M|1310 |   - |2680 |1412 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
905.22/905.26	c   884s|  4370k|  4324k|     0 |   0.0 |1282M|1310 |   - |2680 |1451 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
907.31/907.34	c   886s|  4380k|  4334k|     0 |   0.0 |1285M|1310 |   - |2680 |1496 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
909.41/909.42	c   888s|  4390k|  4344k|     0 |   0.0 |1288M|1310 |   - |2680 |1480 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
911.42/911.48	c   890s|  4400k|  4354k|     0 |   0.0 |1291M|1310 |   - |2680 |1517 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
913.52/913.57	c   892s|  4410k|  4364k|     0 |   0.0 |1294M|1310 |   - |2680 |1516 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
915.62/915.67	c   894s|  4420k|  4374k|     0 |   0.0 |1297M|1310 |   - |2680 |1386 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
917.72/917.73	c   896s|  4430k|  4384k|     0 |   0.0 |1299M|1310 |   - |2680 |1459 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
919.81/919.80	c   898s|  4440k|  4394k|     0 |   0.0 |1302M|1310 |   - |2680 |1437 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
921.91/921.92	c   900s|  4450k|  4403k|     0 |   0.0 |1305M|1310 |   - |2680 |1407 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
923.92/923.95	c   902s|  4460k|  4413k|     0 |   0.0 |1308M|1310 |   - |2680 |1481 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
926.01/926.02	c   904s|  4470k|  4423k|     0 |   0.0 |1311M|1310 |   - |2680 |1496 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
928.12/928.14	c   906s|  4480k|  4433k|     0 |   0.0 |1314M|1310 |   - |2680 |1442 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
930.22/930.23	c   908s|  4490k|  4443k|     0 |   0.0 |1317M|1310 |   - |2680 |1467 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
932.22/932.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
932.22/932.28	c   910s|  4500k|  4453k|     0 |   0.0 |1320M|1310 |   - |2680 |1421 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
934.32/934.38	c   912s|  4510k|  4463k|     0 |   0.0 |1323M|1310 |   - |2680 |1459 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
936.42/936.45	c   914s|  4520k|  4473k|     0 |   0.0 |1325M|1310 |   - |2680 |1434 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
938.42/938.48	c   916s|  4530k|  4483k|     0 |   0.0 |1328M|1310 |   - |2680 |1497 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
940.53/940.58	c   918s|  4540k|  4492k|     0 |   0.0 |1331M|1310 |   - |2680 |1428 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
942.62/942.69	c   920s|  4550k|  4502k|     0 |   0.0 |1334M|1310 |   - |2680 |1415 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
944.71/944.72	c   922s|  4560k|  4512k|     0 |   0.0 |1337M|1310 |   - |2680 |1430 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
946.72/946.79	c   924s|  4570k|  4522k|     0 |   0.0 |1340M|1310 |   - |2680 |1476 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
948.92/948.90	c   926s|  4580k|  4532k|     0 |   0.0 |1343M|1310 |   - |2680 |1538 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
950.92/950.92	c   928s|  4590k|  4542k|     0 |   0.0 |1346M|1310 |   - |2680 |1567 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
952.91/952.98	c   930s|  4600k|  4552k|     0 |   0.0 |1349M|1310 |   - |2680 |1605 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
955.01/955.09	c   933s|  4610k|  4562k|     0 |   0.0 |1352M|1310 |   - |2680 |1522 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
957.11/957.13	c   935s|  4620k|  4572k|     0 |   0.0 |1354M|1310 |   - |2680 |1485 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
959.22/959.21	c   937s|  4630k|  4582k|     0 |   0.0 |1357M|1310 |   - |2680 |1492 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
961.21/961.27	c   939s|  4640k|  4591k|     0 |   0.0 |1360M|1310 |   - |2680 |1501 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
963.32/963.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
963.32/963.33	c   941s|  4650k|  4601k|     0 |   0.0 |1363M|1310 |   - |2680 |1514 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
965.32/965.35	c   943s|  4660k|  4611k|     0 |   0.0 |1366M|1310 |   - |2680 |1485 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
967.42/967.43	c   945s|  4670k|  4621k|     0 |   0.0 |1369M|1310 |   - |2680 |1489 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
969.41/969.43	c   946s|  4680k|  4631k|     0 |   0.0 |1372M|1310 |   - |2680 |1414 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
971.32/971.33	c   948s|  4690k|  4641k|     0 |   0.0 |1375M|1310 |   - |2680 |1428 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
973.21/973.20	c   950s|  4700k|  4651k|     0 |   0.0 |1378M|1310 |   - |2680 |1461 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
975.02/975.06	c   952s|  4710k|  4661k|     0 |   0.0 |1381M|1310 |   - |2680 |1526 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
976.82/976.88	c   953s|  4720k|  4671k|     0 |   0.0 |1384M|1310 |   - |2680 |1528 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
978.72/978.76	c   955s|  4730k|  4680k|     0 |   0.0 |1386M|1310 |   - |2680 |1536 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
980.61/980.60	c   957s|  4740k|  4690k|     0 |   0.0 |1389M|1310 |   - |2680 |1485 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
982.42/982.47	c   959s|  4750k|  4700k|     0 |   0.0 |1392M|1310 |   - |2680 |1450 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
984.31/984.36	c   960s|  4760k|  4710k|     0 |   0.0 |1395M|1310 |   - |2680 |1507 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
986.21/986.21	c   962s|  4770k|  4720k|     0 |   0.0 |1398M|1310 |   - |2680 |1576 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
988.11/988.10	c   964s|  4780k|  4730k|     0 |   0.0 |1401M|1310 |   - |2680 |1602 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
989.92/990.00	c   966s|  4790k|  4740k|     0 |   0.0 |1404M|1310 |   - |2680 |1636 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
991.82/991.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.82/991.86	c   967s|  4800k|  4750k|     0 |   0.0 |1407M|1310 |   - |2680 |1648 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
993.71/993.74	c   969s|  4810k|  4760k|     0 |   0.0 |1410M|1310 |   - |2680 |1561 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
995.62/995.64	c   971s|  4820k|  4769k|     0 |   0.0 |1412M|1310 |   - |2680 |1524 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
997.52/997.51	c   973s|  4830k|  4779k|     0 |   0.0 |1415M|1310 |   - |2680 |1530 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
999.42/999.40	c   974s|  4840k|  4789k|     0 |   0.0 |1418M|1310 |   - |2680 |1564 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1001.22/1001.28	c   976s|  4850k|  4799k|     0 |   0.0 |1421M|1310 |   - |2680 |1613 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1003.12/1003.17	c   978s|  4860k|  4809k|     0 |   0.0 |1424M|1310 |   - |2680 |1592 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1005.01/1005.04	c   980s|  4870k|  4819k|     0 |   0.0 |1427M|1310 |   - |2680 |1565 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1006.91/1006.95	c   982s|  4880k|  4829k|     0 |   0.0 |1430M|1310 |   - |2680 |1450 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1008.82/1008.83	c   983s|  4890k|  4839k|     0 |   0.0 |1433M|1310 |   - |2680 |1511 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1010.62/1010.69	c   985s|  4900k|  4849k|     0 |   0.0 |1436M|1310 |   - |2680 |1514 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1012.51/1012.56	c   987s|  4910k|  4858k|     0 |   0.0 |1438M|1310 |   - |2680 |1549 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1014.42/1014.40	c   988s|  4920k|  4868k|     0 |   0.0 |1441M|1310 |   - |2680 |1558 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1016.33/1016.31	c   990s|  4930k|  4878k|     0 |   0.0 |1444M|1310 |   - |2680 |1632 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1018.12/1018.17	c   992s|  4940k|  4888k|     0 |   0.0 |1447M|1310 |   - |2680 |1606 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1020.01/1020.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1020.01/1020.06	c   994s|  4950k|  4898k|     0 |   0.0 |1450M|1310 |   - |2680 |1544 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1021.92/1021.96	c   996s|  4960k|  4908k|     0 |   0.0 |1453M|1310 |   - |2680 |1569 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1023.81/1023.82	c   997s|  4970k|  4918k|     0 |   0.0 |1456M|1310 |   - |2680 |1534 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1025.62/1025.67	c   999s|  4980k|  4928k|     0 |   0.0 |1459M|1310 |   - |2680 |1558 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1027.52/1027.51	c  1001s|  4990k|  4938k|     0 |   0.0 |1462M|1310 |   - |2680 |1643 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1029.31/1029.36	c  1002s|  5000k|  4948k|     0 |   0.0 |1464M|1310 |   - |2680 |1669 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1031.22/1031.23	c  1004s|  5010k|  4957k|     0 |   0.0 |1467M|1310 |   - |2680 |1606 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1033.12/1033.13	c  1006s|  5020k|  4967k|     0 |   0.0 |1470M|1310 |   - |2680 |1575 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1035.02/1035.03	c  1008s|  5030k|  4977k|     0 |   0.0 |1473M|1310 |   - |2680 |1603 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1036.81/1036.89	c  1009s|  5040k|  4987k|     0 |   0.0 |1476M|1310 |   - |2680 |1586 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1038.72/1038.74	c  1011s|  5050k|  4997k|     0 |   0.0 |1479M|1310 |   - |2680 |1596 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1040.62/1040.62	c  1013s|  5060k|  5007k|     0 |   0.0 |1482M|1310 |   - |2680 |1656 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1042.42/1042.48	c  1015s|  5070k|  5017k|     0 |   0.0 |1485M|1310 |   - |2680 |1666 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1044.31/1044.35	c  1016s|  5080k|  5027k|     0 |   0.0 |1488M|1310 |   - |2680 |1623 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1046.22/1046.21	c  1018s|  5090k|  5037k|     0 |   0.0 |1490M|1310 |   - |2680 |1500 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1048.02/1048.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1048.02/1048.07	c  1020s|  5100k|  5047k|     0 |   0.0 |1493M|1310 |   - |2680 |1563 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1049.92/1049.99	c  1022s|  5110k|  5056k|     0 |   0.0 |1496M|1310 |   - |2680 |1638 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1051.81/1051.84	c  1023s|  5120k|  5066k|     0 |   0.0 |1499M|1310 |   - |2680 |1627 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1053.73/1053.70	c  1025s|  5130k|  5076k|     0 |   0.0 |1502M|1310 |   - |2680 |1620 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1055.51/1055.56	c  1027s|  5140k|  5086k|     0 |   0.0 |1505M|1310 |   - |2680 |1679 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1057.42/1057.41	c  1029s|  5150k|  5096k|     0 |   0.0 |1508M|1310 |   - |2680 |1636 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1059.22/1059.29	c  1030s|  5160k|  5106k|     0 |   0.0 |1511M|1310 |   - |2680 |1582 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1061.12/1061.19	c  1032s|  5170k|  5116k|     0 |   0.0 |1514M|1310 |   - |2680 |1581 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1063.02/1063.05	c  1034s|  5180k|  5126k|     0 |   0.0 |1517M|1310 |   - |2680 |1596 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1064.92/1064.92	c  1036s|  5190k|  5136k|     0 |   0.0 |1519M|1310 |   - |2680 |1663 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1066.72/1066.78	c  1037s|  5200k|  5145k|     0 |   0.0 |1522M|1310 |   - |2680 |1662 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1068.62/1068.64	c  1039s|  5210k|  5155k|     0 |   0.0 |1525M|1310 |   - |2680 |1677 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1070.42/1070.49	c  1041s|  5220k|  5165k|     0 |   0.0 |1528M|1310 |   - |2680 |1629 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1072.32/1072.40	c  1043s|  5230k|  5175k|     0 |   0.0 |1531M|1310 |   - |2680 |1588 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1074.22/1074.27	c  1044s|  5240k|  5185k|     0 |   0.0 |1534M|1310 |   - |2680 |1604 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1076.12/1076.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1076.12/1076.13	c  1046s|  5250k|  5195k|     0 |   0.0 |1537M|1310 |   - |2680 |1638 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1077.92/1077.98	c  1048s|  5260k|  5205k|     0 |   0.0 |1540M|1310 |   - |2680 |1721 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1079.82/1079.82	c  1050s|  5270k|  5215k|     0 |   0.0 |1542M|1310 |   - |2680 |1735 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1081.62/1081.68	c  1051s|  5280k|  5225k|     0 |   0.0 |1545M|1310 |   - |2680 |1760 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1083.52/1083.56	c  1053s|  5290k|  5234k|     0 |   0.0 |1548M|1310 |   - |2680 |1688 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1085.42/1085.41	c  1055s|  5300k|  5244k|     0 |   0.0 |1551M|1310 |   - |2680 |1695 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1087.22/1087.29	c  1057s|  5310k|  5254k|     0 |   0.0 |1554M|1310 |   - |2680 |1723 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1089.12/1089.12	c  1058s|  5320k|  5264k|     0 |   0.0 |1557M|1310 |   - |2680 |1679 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1091.02/1091.00	c  1060s|  5330k|  5274k|     0 |   0.0 |1560M|1310 |   - |2680 |1736 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1092.82/1092.87	c  1062s|  5340k|  5284k|     0 |   0.0 |1563M|1310 |   - |2680 |1831 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1094.71/1094.73	c  1063s|  5350k|  5294k|     0 |   0.0 |1566M|1310 |   - |2680 |1822 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1096.52/1096.59	c  1065s|  5360k|  5304k|     0 |   0.0 |1568M|1310 |   - |2680 |1714 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1098.41/1098.47	c  1067s|  5370k|  5314k|     0 |   0.0 |1571M|1310 |   - |2680 |1663 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1100.32/1100.36	c  1069s|  5380k|  5324k|     0 |   0.0 |1574M|1310 |   - |2680 |1632 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1102.22/1102.22	c  1070s|  5390k|  5333k|     0 |   0.0 |1577M|1310 |   - |2680 |1633 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1104.12/1104.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1104.12/1104.11	c  1072s|  5400k|  5343k|     0 |   0.0 |1580M|1310 |   - |2680 |1627 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1105.92/1105.93	c  1074s|  5410k|  5353k|     0 |   0.0 |1583M|1310 |   - |2680 |1680 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1107.82/1107.82	c  1076s|  5420k|  5363k|     0 |   0.0 |1586M|1310 |   - |2680 |1680 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1109.62/1109.68	c  1077s|  5430k|  5373k|     0 |   0.0 |1589M|1310 |   - |2680 |1642 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1111.52/1111.55	c  1079s|  5440k|  5383k|     0 |   0.0 |1591M|1310 |   - |2680 |1579 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1113.42/1113.43	c  1081s|  5450k|  5393k|     0 |   0.0 |1594M|1310 |   - |2680 |1550 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1115.32/1115.37	c  1083s|  5460k|  5403k|     0 |   0.0 |1597M|1310 |   - |2680 |1633 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1117.22/1117.21	c  1084s|  5470k|  5413k|     0 |   0.0 |1600M|1310 |   - |2680 |1588 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1119.02/1119.05	c  1086s|  5480k|  5422k|     0 |   0.0 |1603M|1310 |   - |2680 |1653 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1120.92/1120.92	c  1088s|  5490k|  5432k|     0 |   0.0 |1606M|1310 |   - |2680 |1726 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1122.72/1122.77	c  1090s|  5500k|  5442k|     0 |   0.0 |1609M|1310 |   - |2680 |1642 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1124.62/1124.67	c  1091s|  5510k|  5452k|     0 |   0.0 |1612M|1310 |   - |2680 |1561 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1126.51/1126.59	c  1093s|  5520k|  5462k|     0 |   0.0 |1615M|1310 |   - |2680 |1630 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1128.42/1128.49	c  1095s|  5530k|  5472k|     0 |   0.0 |1618M|1310 |   - |2680 |1608 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1130.32/1130.35	c  1097s|  5540k|  5482k|     0 |   0.0 |1621M|1310 |   - |2680 |1675 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1132.12/1132.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1132.12/1132.17	c  1098s|  5550k|  5492k|     0 |   0.0 |1623M|1310 |   - |2680 |1651 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1134.02/1134.01	c  1100s|  5560k|  5502k|     0 |   0.0 |1626M|1310 |   - |2680 |1628 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1135.82/1135.88	c  1102s|  5570k|  5511k|     0 |   0.0 |1629M|1310 |   - |2680 |1659 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1137.72/1137.73	c  1104s|  5580k|  5521k|     0 |   0.0 |1632M|1310 |   - |2680 |1535 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1139.62/1139.61	c  1105s|  5590k|  5531k|     0 |   0.0 |1635M|1310 |   - |2680 |1518 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1141.42/1141.46	c  1107s|  5600k|  5541k|     0 |   0.0 |1638M|1310 |   - |2680 |1581 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1143.32/1143.32	c  1109s|  5610k|  5551k|     0 |   0.0 |1641M|1310 |   - |2680 |1572 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1145.12/1145.15	c  1111s|  5620k|  5561k|     0 |   0.0 |1644M|1310 |   - |2680 |1562 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1146.92/1146.98	c  1112s|  5630k|  5571k|     0 |   0.0 |1647M|1310 |   - |2680 |1629 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1148.82/1148.85	c  1114s|  5640k|  5581k|     0 |   0.0 |1649M|1310 |   - |2680 |1572 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1150.72/1150.77	c  1116s|  5650k|  5591k|     0 |   0.0 |1652M|1310 |   - |2680 |1597 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1152.62/1152.68	c  1118s|  5660k|  5600k|     0 |   0.0 |1655M|1310 |   - |2680 |1645 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1154.52/1154.57	c  1119s|  5670k|  5610k|     0 |   0.0 |1658M|1310 |   - |2680 |1706 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1156.42/1156.44	c  1121s|  5680k|  5620k|     0 |   0.0 |1661M|1310 |   - |2680 |1664 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1158.33/1158.30	c  1123s|  5690k|  5630k|     0 |   0.0 |1664M|1310 |   - |2680 |1689 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1160.12/1160.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1160.12/1160.14	c  1125s|  5700k|  5640k|     0 |   0.0 |1667M|1310 |   - |2680 |1681 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1162.02/1162.03	c  1126s|  5710k|  5650k|     0 |   0.0 |1670M|1310 |   - |2680 |1714 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1163.92/1163.94	c  1128s|  5720k|  5660k|     0 |   0.0 |1673M|1310 |   - |2680 |1589 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1165.82/1165.81	c  1130s|  5730k|  5670k|     0 |   0.0 |1675M|1310 |   - |2680 |1576 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1167.62/1167.69	c  1132s|  5740k|  5680k|     0 |   0.0 |1678M|1310 |   - |2680 |1590 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1169.52/1169.57	c  1133s|  5750k|  5689k|     0 |   0.0 |1681M|1310 |   - |2680 |1573 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1171.43/1171.44	c  1135s|  5760k|  5699k|     0 |   0.0 |1684M|1310 |   - |2680 |1675 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1173.32/1173.33	c  1137s|  5770k|  5709k|     0 |   0.0 |1687M|1310 |   - |2680 |1617 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1175.12/1175.19	c  1139s|  5780k|  5719k|     0 |   0.0 |1690M|1310 |   - |2680 |1641 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1177.02/1177.09	c  1140s|  5790k|  5729k|     0 |   0.0 |1693M|1310 |   - |2680 |1586 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1178.92/1178.95	c  1142s|  5800k|  5739k|     0 |   0.0 |1696M|1310 |   - |2680 |1636 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1180.82/1180.85	c  1144s|  5810k|  5749k|     0 |   0.0 |1699M|1310 |   - |2680 |1633 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1182.72/1182.71	c  1146s|  5820k|  5759k|     0 |   0.0 |1702M|1310 |   - |2680 |1667 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1184.52/1184.54	c  1147s|  5830k|  5769k|     0 |   0.0 |1704M|1310 |   - |2680 |1703 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1186.32/1186.39	c  1149s|  5840k|  5778k|     0 |   0.0 |1707M|1310 |   - |2680 |1682 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1188.22/1188.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1188.22/1188.25	c  1151s|  5850k|  5788k|     0 |   0.0 |1710M|1310 |   - |2680 |1672 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1190.12/1190.12	c  1153s|  5860k|  5798k|     0 |   0.0 |1713M|1310 |   - |2680 |1627 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1191.92/1191.99	c  1154s|  5870k|  5808k|     0 |   0.0 |1716M|1310 |   - |2680 |1623 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1193.82/1193.88	c  1156s|  5880k|  5818k|     0 |   0.0 |1719M|1310 |   - |2680 |1625 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1195.73/1195.72	c  1158s|  5890k|  5828k|     0 |   0.0 |1722M|1310 |   - |2680 |1623 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1197.52/1197.59	c  1160s|  5900k|  5838k|     0 |   0.0 |1725M|1310 |   - |2680 |1670 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1199.42/1199.46	c  1161s|  5910k|  5848k|     0 |   0.0 |1728M|1310 |   - |2680 |1667 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1201.32/1201.35	c  1163s|  5920k|  5858k|     0 |   0.0 |1731M|1310 |   - |2680 |1665 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1203.22/1203.20	c  1165s|  5930k|  5867k|     0 |   0.0 |1733M|1310 |   - |2680 |1662 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1205.02/1205.09	c  1167s|  5940k|  5877k|     0 |   0.0 |1736M|1310 |   - |2680 |1627 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1206.92/1206.97	c  1168s|  5950k|  5887k|     0 |   0.0 |1739M|1310 |   - |2680 |1603 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1208.82/1208.86	c  1170s|  5960k|  5897k|     0 |   0.0 |1742M|1310 |   - |2680 |1705 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1210.73/1210.72	c  1172s|  5970k|  5907k|     0 |   0.0 |1745M|1310 |   - |2680 |1688 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1212.62/1212.60	c  1174s|  5980k|  5917k|     0 |   0.0 |1748M|1310 |   - |2680 |1728 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1214.43/1214.44	c  1175s|  5990k|  5927k|     0 |   0.0 |1751M|1310 |   - |2680 |1708 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1216.22/1216.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1216.22/1216.29	c  1177s|  6000k|  5937k|     0 |   0.0 |1754M|1310 |   - |2680 |1712 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1218.22/1218.21	c  1179s|  6010k|  5947k|     0 |   0.0 |1757M|1310 |   - |2680 |1604 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1220.02/1220.07	c  1181s|  6020k|  5956k|     0 |   0.0 |1760M|1310 |   - |2680 |1633 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1221.92/1221.94	c  1182s|  6030k|  5966k|     0 |   0.0 |1762M|1310 |   - |2680 |1641 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1223.82/1223.81	c  1184s|  6040k|  5976k|     0 |   0.0 |1765M|1310 |   - |2680 |1716 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1225.62/1225.68	c  1186s|  6050k|  5986k|     0 |   0.0 |1768M|1310 |   - |2680 |1665 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1227.53/1227.52	c  1188s|  6060k|  5996k|     0 |   0.0 |1771M|1310 |   - |2680 |1668 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1229.32/1229.36	c  1189s|  6070k|  6006k|     0 |   0.0 |1774M|1310 |   - |2680 |1680 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1231.22/1231.22	c  1191s|  6080k|  6016k|     0 |   0.0 |1777M|1310 |   - |2680 |1637 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1233.03/1233.09	c  1193s|  6090k|  6026k|     0 |   0.0 |1780M|1310 |   - |2680 |1587 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1234.92/1234.96	c  1195s|  6100k|  6036k|     0 |   0.0 |1783M|1310 |   - |2680 |1588 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1236.82/1236.82	c  1196s|  6110k|  6046k|     0 |   0.0 |1786M|1310 |   - |2680 |1600 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1238.63/1238.66	c  1198s|  6120k|  6055k|     0 |   0.0 |1789M|1310 |   - |2680 |1704 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1240.52/1240.50	c  1200s|  6130k|  6065k|     0 |   0.0 |1791M|1310 |   - |2680 |1667 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1242.32/1242.36	c  1201s|  6140k|  6075k|     0 |   0.0 |1794M|1310 |   - |2680 |1597 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1244.23/1244.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1244.23/1244.27	c  1203s|  6150k|  6085k|     0 |   0.0 |1797M|1310 |   - |2680 |1665 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1246.12/1246.15	c  1205s|  6160k|  6095k|     0 |   0.0 |1800M|1310 |   - |2680 |1652 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1248.02/1248.03	c  1207s|  6170k|  6105k|     0 |   0.0 |1803M|1310 |   - |2680 |1559 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1249.92/1249.93	c  1209s|  6180k|  6115k|     0 |   0.0 |1806M|1310 |   - |2680 |1664 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1251.73/1251.79	c  1210s|  6190k|  6125k|     0 |   0.0 |1809M|1310 |   - |2680 |1655 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1253.62/1253.65	c  1212s|  6200k|  6135k|     0 |   0.0 |1812M|1310 |   - |2680 |1712 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1255.52/1255.54	c  1214s|  6210k|  6144k|     0 |   0.0 |1815M|1310 |   - |2680 |1753 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1257.43/1257.40	c  1216s|  6220k|  6154k|     0 |   0.0 |1818M|1310 |   - |2680 |1665 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1259.22/1259.26	c  1217s|  6230k|  6164k|     0 |   0.0 |1820M|1310 |   - |2680 |1568 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1261.02/1261.08	c  1219s|  6240k|  6174k|     0 |   0.0 |1823M|1310 |   - |2680 |1645 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1262.92/1262.94	c  1221s|  6250k|  6184k|     0 |   0.0 |1826M|1310 |   - |2680 |1631 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1264.82/1264.82	c  1223s|  6260k|  6194k|     0 |   0.0 |1829M|1310 |   - |2680 |1724 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1266.62/1266.69	c  1224s|  6270k|  6204k|     0 |   0.0 |1832M|1310 |   - |2680 |1704 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1268.52/1268.57	c  1226s|  6280k|  6214k|     0 |   0.0 |1835M|1310 |   - |2680 |1765 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1270.32/1270.39	c  1228s|  6290k|  6224k|     0 |   0.0 |1838M|1310 |   - |2680 |1706 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1272.22/1272.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1272.22/1272.22	c  1229s|  6300k|  6233k|     0 |   0.0 |1841M|1310 |   - |2680 |1651 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1274.12/1274.13	c  1231s|  6310k|  6243k|     0 |   0.0 |1844M|1310 |   - |2680 |1665 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1275.92/1275.98	c  1233s|  6320k|  6253k|     0 |   0.0 |1847M|1310 |   - |2680 |1620 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1277.82/1277.83	c  1235s|  6330k|  6263k|     0 |   0.0 |1849M|1310 |   - |2680 |1645 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1279.73/1279.71	c  1236s|  6340k|  6273k|     0 |   0.0 |1852M|1310 |   - |2680 |1726 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1281.53/1281.55	c  1238s|  6350k|  6283k|     0 |   0.0 |1855M|1310 |   - |2680 |1741 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1283.43/1283.43	c  1240s|  6360k|  6293k|     0 |   0.0 |1858M|1310 |   - |2680 |1705 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1285.22/1285.28	c  1241s|  6370k|  6303k|     0 |   0.0 |1861M|1310 |   - |2680 |1759 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1287.12/1287.18	c  1243s|  6380k|  6313k|     0 |   0.0 |1864M|1310 |   - |2680 |1674 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1289.02/1289.07	c  1245s|  6390k|  6322k|     0 |   0.0 |1867M|1310 |   - |2680 |1661 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1290.92/1290.93	c  1247s|  6400k|  6332k|     0 |   0.0 |1870M|1310 |   - |2680 |1690 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1292.73/1292.78	c  1248s|  6410k|  6342k|     0 |   0.0 |1873M|1310 |   - |2680 |1767 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1294.63/1294.64	c  1250s|  6420k|  6352k|     0 |   0.0 |1875M|1310 |   - |2680 |1743 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1296.43/1296.50	c  1252s|  6430k|  6362k|     0 |   0.0 |1878M|1310 |   - |2680 |1765 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1298.32/1298.35	c  1254s|  6440k|  6372k|     0 |   0.0 |1881M|1310 |   - |2680 |1809 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1300.23/1300.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1300.23/1300.21	c  1255s|  6450k|  6382k|     0 |   0.0 |1884M|1310 |   - |2680 |1661 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1302.02/1302.09	c  1257s|  6460k|  6392k|     0 |   0.0 |1887M|1310 |   - |2680 |1675 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1304.02/1304.00	c  1259s|  6470k|  6402k|     0 |   0.0 |1890M|1310 |   - |2680 |1773 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1305.83/1305.84	c  1260s|  6480k|  6411k|     0 |   0.0 |1893M|1310 |   - |2680 |1763 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1307.63/1307.69	c  1262s|  6490k|  6421k|     0 |   0.0 |1896M|1310 |   - |2680 |1830 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1309.53/1309.59	c  1264s|  6500k|  6431k|     0 |   0.0 |1899M|1310 |   - |2680 |1855 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1311.42/1311.44	c  1265s|  6510k|  6441k|     0 |   0.0 |1902M|1310 |   - |2680 |1758 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1313.22/1313.27	c  1267s|  6520k|  6451k|     0 |   0.0 |1904M|1310 |   - |2680 |1750 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1315.12/1315.14	c  1269s|  6530k|  6461k|     0 |   0.0 |1907M|1310 |   - |2680 |1720 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1317.02/1317.04	c  1271s|  6540k|  6471k|     0 |   0.0 |1910M|1310 |   - |2680 |1768 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1318.83/1318.87	c  1272s|  6550k|  6481k|     0 |   0.0 |1913M|1310 |   - |2680 |1719 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1320.72/1320.75	c  1274s|  6560k|  6491k|     0 |   0.0 |1916M|1310 |   - |2680 |1749 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1322.62/1322.66	c  1276s|  6570k|  6500k|     0 |   0.0 |1919M|1310 |   - |2680 |1808 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1324.43/1324.49	c  1278s|  6580k|  6510k|     0 |   0.0 |1922M|1310 |   - |2680 |1844 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1326.32/1326.33	c  1279s|  6590k|  6520k|     0 |   0.0 |1925M|1310 |   - |2680 |1902 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1328.22/1328.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1328.22/1328.20	c  1281s|  6600k|  6530k|     0 |   0.0 |1928M|1310 |   - |2680 |1849 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1330.12/1330.11	c  1283s|  6610k|  6540k|     0 |   0.0 |1930M|1310 |   - |2680 |1676 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1332.02/1332.01	c  1284s|  6620k|  6550k|     0 |   0.0 |1933M|1310 |   - |2680 |1759 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1333.82/1333.86	c  1286s|  6630k|  6560k|     0 |   0.0 |1936M|1310 |   - |2680 |1725 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1335.72/1335.70	c  1288s|  6640k|  6570k|     0 |   0.0 |1939M|1310 |   - |2680 |1745 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1337.53/1337.54	c  1289s|  6650k|  6580k|     0 |   0.0 |1942M|1310 |   - |2680 |1755 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1339.32/1339.39	c  1291s|  6660k|  6589k|     0 |   0.0 |1945M|1310 |   - |2680 |1853 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1341.23/1341.23	c  1293s|  6670k|  6599k|     0 |   0.0 |1948M|1310 |   - |2680 |1825 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1343.03/1343.09	c  1295s|  6680k|  6609k|     0 |   0.0 |1951M|1310 |   - |2680 |1749 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1344.92/1344.96	c  1296s|  6690k|  6619k|     0 |   0.0 |1954M|1310 |   - |2680 |1721 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1346.72/1346.80	c  1298s|  6700k|  6629k|     0 |   0.0 |1957M|1310 |   - |2680 |1699 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1348.63/1348.65	c  1300s|  6710k|  6639k|     0 |   0.0 |1960M|1310 |   - |2680 |1722 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1350.53/1350.50	c  1301s|  6720k|  6649k|     0 |   0.0 |1962M|1310 |   - |2680 |1715 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1352.32/1352.34	c  1303s|  6730k|  6659k|     0 |   0.0 |1965M|1310 |   - |2680 |1752 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1354.13/1354.19	c  1305s|  6740k|  6669k|     0 |   0.0 |1968M|1310 |   - |2680 |1748 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1356.03/1356.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1356.03/1356.08	c  1307s|  6750k|  6678k|     0 |   0.0 |1971M|1310 |   - |2680 |1761 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1358.12/1358.13	c  1308s|  6760k|  6688k|     0 |   0.0 |1974M|1310 |   - |2680 |1709 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1360.32/1360.32	c  1310s|  6770k|  6698k|     0 |   0.0 |1977M|1310 |   - |2680 |1688 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1362.43/1362.45	c  1312s|  6780k|  6708k|     0 |   0.0 |1980M|1310 |   - |2680 |1705 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1364.62/1364.61	c  1314s|  6790k|  6718k|     0 |   0.0 |1983M|1310 |   - |2680 |1735 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1366.72/1366.76	c  1316s|  6800k|  6728k|     0 |   0.0 |1986M|1310 |   - |2680 |1757 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1368.92/1368.91	c  1318s|  6810k|  6738k|     0 |   0.0 |1989M|1310 |   - |2680 |1817 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1371.02/1371.05	c  1320s|  6820k|  6748k|     0 |   0.0 |1991M|1310 |   - |2680 |1762 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1373.22/1373.20	c  1322s|  6830k|  6758k|     0 |   0.0 |1994M|1310 |   - |2680 |1716 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1375.32/1375.38	c  1324s|  6840k|  6767k|     0 |   0.0 |1997M|1310 |   - |2680 |1706 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1377.52/1377.52	c  1326s|  6850k|  6777k|     0 |   0.0 |2000M|1310 |   - |2680 |1689 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1379.63/1379.64	c  1328s|  6860k|  6787k|     0 |   0.0 |2003M|1310 |   - |2680 |1747 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1381.72/1381.77	c  1330s|  6870k|  6797k|     0 |   0.0 |2006M|1310 |   - |2680 |1800 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1383.83/1383.88	c  1332s|  6880k|  6807k|     0 |   0.0 |2009M|1310 |   - |2680 |1774 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1386.03/1386.01	c  1334s|  6890k|  6817k|     0 |   0.0 |2012M|1310 |   - |2680 |1818 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1388.12/1388.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1388.12/1388.12	c  1336s|  6900k|  6827k|     0 |   0.0 |2015M|1310 |   - |2680 |1734 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1390.23/1390.24	c  1338s|  6910k|  6837k|     0 |   0.0 |2018M|1310 |   - |2680 |1647 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1392.42/1392.46	c  1340s|  6920k|  6847k|     0 |   0.0 |2020M|1310 |   - |2680 |1767 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1394.52/1394.59	c  1342s|  6930k|  6856k|     0 |   0.0 |2023M|1310 |   - |2680 |1738 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1396.73/1396.72	c  1344s|  6940k|  6866k|     0 |   0.0 |2026M|1310 |   - |2680 |1731 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1398.83/1398.84	c  1346s|  6950k|  6876k|     0 |   0.0 |2029M|1310 |   - |2680 |1751 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1400.93/1400.97	c  1348s|  6960k|  6886k|     0 |   0.0 |2032M|1310 |   - |2680 |1782 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1403.12/1403.16	c  1350s|  6970k|  6896k|     0 |   0.0 |2035M|1310 |   - |2680 |1829 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1405.23/1405.24	c  1352s|  6980k|  6906k|     0 |   0.0 |2038M|1310 |   - |2680 |1815 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1407.33/1407.39	c  1354s|  6990k|  6916k|     0 |   0.0 |2041M|1310 |   - |2680 |1782 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1409.53/1409.55	c  1356s|  7000k|  6926k|     0 |   0.0 |2044M|1310 |   - |2680 |1805 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1411.62/1411.68	c  1358s|  7010k|  6936k|     0 |   0.0 |2047M|1310 |   - |2680 |1815 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1413.82/1413.86	c  1360s|  7020k|  6945k|     0 |   0.0 |2049M|1310 |   - |2680 |1817 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1416.03/1416.00	c  1362s|  7030k|  6955k|     0 |   0.0 |2052M|1310 |   - |2680 |1847 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1418.12/1418.17	c  1364s|  7040k|  6965k|     0 |   0.0 |2055M|1310 |   - |2680 |1941 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1420.32/1420.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1420.32/1420.33	c  1366s|  7050k|  6975k|     0 |   0.0 |2058M|1310 |   - |2680 |1925 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1422.42/1422.41	c  1368s|  7060k|  6985k|     0 |   0.0 |2061M|1310 |   - |2680 |1841 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1424.53/1424.58	c  1370s|  7070k|  6995k|     0 |   0.0 |2064M|1310 |   - |2680 |1843 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1426.73/1426.77	c  1372s|  7080k|  7005k|     0 |   0.0 |2067M|1310 |   - |2680 |1851 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1428.83/1428.82	c  1374s|  7090k|  7015k|     0 |   0.0 |2070M|1310 |   - |2680 |1808 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1430.83/1430.82	c  1376s|  7100k|  7025k|     0 |   0.0 |2073M|1310 |   - |2680 |1862 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1432.83/1432.82	c  1378s|  7110k|  7034k|     0 |   0.0 |2075M|1310 |   - |2680 |1852 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1434.73/1434.79	c  1380s|  7120k|  7044k|     0 |   0.0 |2078M|1310 |   - |2680 |1738 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1436.73/1436.78	c  1382s|  7130k|  7054k|     0 |   0.0 |2081M|1310 |   - |2680 |1845 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1438.72/1438.80	c  1383s|  7140k|  7064k|     0 |   0.0 |2084M|1310 |   - |2680 |1700 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1440.63/1440.62	c  1385s|  7150k|  7074k|     0 |   0.0 |2087M|1310 |   - |2680 |1723 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1442.42/1442.47	c  1387s|  7160k|  7084k|     0 |   0.0 |2090M|1310 |   - |2680 |1751 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1444.33/1444.32	c  1389s|  7170k|  7094k|     0 |   0.0 |2093M|1310 |   - |2680 |1743 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1446.13/1446.19	c  1390s|  7180k|  7104k|     0 |   0.0 |2096M|1310 |   - |2680 |1825 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1448.03/1448.05	c  1392s|  7190k|  7113k|     0 |   0.0 |2099M|1310 |   - |2680 |1882 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1449.83/1449.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1449.83/1449.88	c  1394s|  7200k|  7123k|     0 |   0.0 |2102M|1310 |   - |2680 |1819 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1451.72/1451.70	c  1395s|  7210k|  7133k|     0 |   0.0 |2104M|1310 |   - |2680 |1826 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1453.53/1453.57	c  1397s|  7220k|  7143k|     0 |   0.0 |2107M|1310 |   - |2680 |1811 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1455.43/1455.44	c  1399s|  7230k|  7153k|     0 |   0.0 |2110M|1310 |   - |2680 |1787 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1457.22/1457.28	c  1400s|  7240k|  7163k|     0 |   0.0 |2113M|1310 |   - |2680 |1867 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1459.13/1459.17	c  1402s|  7250k|  7173k|     0 |   0.0 |2116M|1310 |   - |2680 |1859 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1461.02/1461.02	c  1404s|  7260k|  7183k|     0 |   0.0 |2119M|1310 |   - |2680 |1893 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1462.82/1462.87	c  1406s|  7270k|  7193k|     0 |   0.0 |2122M|1310 |   - |2680 |1889 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1464.73/1464.73	c  1407s|  7280k|  7202k|     0 |   0.0 |2125M|1310 |   - |2680 |2080 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1466.62/1466.61	c  1409s|  7290k|  7212k|     0 |   0.0 |2128M|1310 |   - |2680 |1978 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1468.43/1468.43	c  1411s|  7300k|  7222k|     0 |   0.0 |2130M|1310 |   - |2680 |1918 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1470.32/1470.30	c  1412s|  7310k|  7232k|     0 |   0.0 |2133M|1310 |   - |2680 |1893 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1472.12/1472.18	c  1414s|  7320k|  7242k|     0 |   0.0 |2136M|1310 |   - |2680 |1937 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1473.94/1473.98	c  1416s|  7330k|  7252k|     0 |   0.0 |2139M|1310 |   - |2680 |1828 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1475.82/1475.82	c  1417s|  7340k|  7262k|     0 |   0.0 |2142M|1310 |   - |2680 |1861 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1477.63/1477.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1477.63/1477.65	c  1419s|  7350k|  7272k|     0 |   0.0 |2145M|1310 |   - |2680 |1894 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1479.53/1479.51	c  1421s|  7360k|  7282k|     0 |   0.0 |2148M|1310 |   - |2680 |1827 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1481.32/1481.34	c  1423s|  7370k|  7291k|     0 |   0.0 |2151M|1310 |   - |2680 |1782 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1483.13/1483.19	c  1424s|  7380k|  7301k|     0 |   0.0 |2154M|1310 |   - |2680 |1807 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1485.04/1485.08	c  1426s|  7390k|  7311k|     0 |   0.0 |2157M|1310 |   - |2680 |1738 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1486.92/1486.91	c  1428s|  7400k|  7321k|     0 |   0.0 |2159M|1310 |   - |2680 |1747 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1488.72/1488.75	c  1429s|  7410k|  7331k|     0 |   0.0 |2162M|1310 |   - |2680 |1758 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1490.53/1490.59	c  1431s|  7420k|  7341k|     0 |   0.0 |2165M|1310 |   - |2680 |1796 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1492.43/1492.44	c  1433s|  7430k|  7351k|     0 |   0.0 |2168M|1310 |   - |2680 |1791 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1494.33/1494.34	c  1434s|  7440k|  7361k|     0 |   0.0 |2171M|1310 |   - |2680 |1885 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1496.12/1496.16	c  1436s|  7450k|  7371k|     0 |   0.0 |2174M|1310 |   - |2680 |1768 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1498.03/1498.04	c  1438s|  7460k|  7380k|     0 |   0.0 |2177M|1310 |   - |2680 |1802 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1499.83/1499.90	c  1440s|  7470k|  7390k|     0 |   0.0 |2180M|1310 |   - |2680 |1749 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1501.73/1501.76	c  1441s|  7480k|  7400k|     0 |   0.0 |2183M|1310 |   - |2680 |1701 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1503.52/1503.56	c  1443s|  7490k|  7410k|     0 |   0.0 |2185M|1310 |   - |2680 |1741 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1505.42/1505.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1505.42/1505.43	c  1445s|  7500k|  7420k|     0 |   0.0 |2188M|1310 |   - |2680 |1792 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1507.22/1507.26	c  1446s|  7510k|  7430k|     0 |   0.0 |2191M|1310 |   - |2680 |1724 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1509.02/1509.10	c  1448s|  7520k|  7440k|     0 |   0.0 |2194M|1310 |   - |2680 |1840 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1510.93/1510.95	c  1450s|  7530k|  7450k|     0 |   0.0 |2197M|1310 |   - |2680 |1811 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1512.82/1512.80	c  1452s|  7540k|  7460k|     0 |   0.0 |2200M|1310 |   - |2680 |1781 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1514.64/1514.65	c  1453s|  7550k|  7469k|     0 |   0.0 |2203M|1310 |   - |2680 |1736 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1516.42/1516.49	c  1455s|  7560k|  7479k|     0 |   0.0 |2206M|1310 |   - |2680 |1769 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1518.33/1518.33	c  1457s|  7570k|  7489k|     0 |   0.0 |2209M|1310 |   - |2680 |1787 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1520.13/1520.15	c  1458s|  7580k|  7499k|     0 |   0.0 |2212M|1310 |   - |2680 |1811 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1522.03/1522.05	c  1460s|  7590k|  7509k|     0 |   0.0 |2215M|1310 |   - |2680 |1874 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1523.83/1523.88	c  1462s|  7600k|  7519k|     0 |   0.0 |2217M|1310 |   - |2680 |1907 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1525.74/1525.74	c  1463s|  7610k|  7529k|     0 |   0.0 |2220M|1310 |   - |2680 |1800 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1527.63/1527.60	c  1465s|  7620k|  7539k|     0 |   0.0 |2223M|1310 |   - |2680 |1786 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1529.43/1529.48	c  1467s|  7630k|  7548k|     0 |   0.0 |2226M|1310 |   - |2680 |1677 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1531.32/1531.32	c  1468s|  7640k|  7558k|     0 |   0.0 |2229M|1310 |   - |2680 |1756 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1533.22/1533.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1533.22/1533.21	c  1470s|  7650k|  7568k|     0 |   0.0 |2232M|1310 |   - |2680 |1809 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1535.02/1535.06	c  1472s|  7660k|  7578k|     0 |   0.0 |2235M|1310 |   - |2680 |1826 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1536.92/1536.90	c  1474s|  7670k|  7588k|     0 |   0.0 |2238M|1310 |   - |2680 |1792 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1538.73/1538.77	c  1475s|  7680k|  7598k|     0 |   0.0 |2241M|1310 |   - |2680 |1823 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1540.53/1540.56	c  1477s|  7690k|  7608k|     0 |   0.0 |2243M|1310 |   - |2680 |1767 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1542.33/1542.38	c  1479s|  7700k|  7618k|     0 |   0.0 |2246M|1310 |   - |2680 |1805 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1544.22/1544.25	c  1480s|  7710k|  7628k|     0 |   0.0 |2249M|1310 |   - |2680 |1772 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1546.13/1546.10	c  1482s|  7720k|  7637k|     0 |   0.0 |2252M|1310 |   - |2680 |1786 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1547.93/1547.97	c  1484s|  7730k|  7647k|     0 |   0.0 |2255M|1310 |   - |2680 |1799 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1549.84/1549.82	c  1486s|  7740k|  7657k|     0 |   0.0 |2258M|1310 |   - |2680 |1878 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1551.63/1551.67	c  1487s|  7750k|  7667k|     0 |   0.0 |2261M|1310 |   - |2680 |1916 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1553.53/1553.52	c  1489s|  7760k|  7677k|     0 |   0.0 |2264M|1310 |   - |2680 |1971 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1555.34/1555.38	c  1491s|  7770k|  7687k|     0 |   0.0 |2267M|1310 |   - |2680 |1941 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1557.23/1557.22	c  1492s|  7780k|  7697k|     0 |   0.0 |2269M|1310 |   - |2680 |1978 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1559.03/1559.07	c  1494s|  7790k|  7707k|     0 |   0.0 |2272M|1310 |   - |2680 |1873 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1560.93/1560.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1560.93/1560.95	c  1496s|  7800k|  7717k|     0 |   0.0 |2275M|1310 |   - |2680 |1875 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1562.73/1562.77	c  1497s|  7810k|  7726k|     0 |   0.0 |2278M|1310 |   - |2680 |1881 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1564.63/1564.64	c  1499s|  7820k|  7736k|     0 |   0.0 |2281M|1310 |   - |2680 |1908 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1566.44/1566.46	c  1501s|  7830k|  7746k|     0 |   0.0 |2284M|1310 |   - |2680 |1979 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1568.23/1568.28	c  1502s|  7840k|  7756k|     0 |   0.0 |2287M|1310 |   - |2680 |2020 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1570.13/1570.12	c  1504s|  7850k|  7766k|     0 |   0.0 |2290M|1310 |   - |2680 |1918 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1571.94/1571.97	c  1506s|  7860k|  7776k|     0 |   0.0 |2293M|1310 |   - |2680 |2031 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1573.83/1573.84	c  1508s|  7870k|  7786k|     0 |   0.0 |2296M|1310 |   - |2680 |1919 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1575.73/1575.70	c  1509s|  7880k|  7796k|     0 |   0.0 |2298M|1310 |   - |2680 |1958 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1577.53/1577.51	c  1511s|  7890k|  7805k|     0 |   0.0 |2301M|1310 |   - |2680 |1890 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1579.33/1579.36	c  1513s|  7900k|  7815k|     0 |   0.0 |2304M|1310 |   - |2680 |1914 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1581.13/1581.18	c  1514s|  7910k|  7825k|     0 |   0.0 |2307M|1310 |   - |2680 |1852 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1582.94/1583.00	c  1516s|  7920k|  7835k|     0 |   0.0 |2310M|1310 |   - |2680 |1894 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1584.83/1584.84	c  1518s|  7930k|  7845k|     0 |   0.0 |2313M|1310 |   - |2680 |1908 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1586.73/1586.72	c  1519s|  7940k|  7855k|     0 |   0.0 |2316M|1310 |   - |2680 |1915 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1588.53/1588.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1588.53/1588.57	c  1521s|  7950k|  7865k|     0 |   0.0 |2319M|1310 |   - |2680 |1893 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1590.43/1590.46	c  1523s|  7960k|  7875k|     0 |   0.0 |2321M|1310 |   - |2680 |1834 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1592.23/1592.28	c  1525s|  7970k|  7884k|     0 |   0.0 |2324M|1310 |   - |2680 |1888 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1594.03/1594.09	c  1526s|  7980k|  7894k|     0 |   0.0 |2327M|1310 |   - |2680 |1896 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1595.92/1595.92	c  1528s|  7990k|  7904k|     0 |   0.0 |2330M|1310 |   - |2680 |1912 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1597.73/1597.72	c  1530s|  8000k|  7914k|     0 |   0.0 |2333M|1310 |   - |2680 |1932 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1599.53/1599.53	c  1531s|  8010k|  7924k|     0 |   0.0 |2336M|1310 |   - |2680 |1857 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1601.33/1601.34	c  1533s|  8020k|  7934k|     0 |   0.0 |2339M|1310 |   - |2680 |1883 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1603.13/1603.17	c  1535s|  8030k|  7944k|     0 |   0.0 |2342M|1310 |   - |2680 |1795 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1605.03/1605.02	c  1536s|  8040k|  7954k|     0 |   0.0 |2345M|1310 |   - |2680 |1800 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1606.83/1606.85	c  1538s|  8050k|  7964k|     0 |   0.0 |2348M|1310 |   - |2680 |1781 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1608.73/1608.73	c  1540s|  8060k|  7973k|     0 |   0.0 |2351M|1310 |   - |2680 |1867 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1610.63/1610.60	c  1541s|  8070k|  7983k|     0 |   0.0 |2354M|1310 |   - |2680 |1867 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1612.43/1612.40	c  1543s|  8080k|  7993k|     0 |   0.0 |2357M|1310 |   - |2680 |1928 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1614.23/1614.22	c  1545s|  8090k|  8003k|     0 |   0.0 |2360M|1310 |   - |2680 |1854 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1616.03/1616.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1616.03/1616.08	c  1546s|  8100k|  8013k|     0 |   0.0 |2363M|1310 |   - |2680 |1917 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1617.93/1617.95	c  1548s|  8110k|  8023k|     0 |   0.0 |2365M|1310 |   - |2680 |1807 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1619.83/1619.82	c  1550s|  8120k|  8033k|     0 |   0.0 |2368M|1310 |   - |2680 |1795 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1621.63/1621.66	c  1552s|  8130k|  8043k|     0 |   0.0 |2371M|1310 |   - |2680 |1710 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1623.53/1623.52	c  1553s|  8140k|  8053k|     0 |   0.0 |2374M|1310 |   - |2680 |1732 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1625.33/1625.37	c  1555s|  8150k|  8062k|     0 |   0.0 |2377M|1310 |   - |2680 |1750 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1627.13/1627.20	c  1557s|  8160k|  8072k|     0 |   0.0 |2380M|1310 |   - |2680 |1790 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1629.03/1629.07	c  1558s|  8170k|  8082k|     0 |   0.0 |2383M|1310 |   - |2680 |1791 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1630.83/1630.86	c  1560s|  8180k|  8092k|     0 |   0.0 |2386M|1310 |   - |2680 |1825 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1632.74/1632.79	c  1562s|  8190k|  8102k|     0 |   0.0 |2389M|1310 |   - |2680 |1756 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1634.64/1634.63	c  1564s|  8200k|  8112k|     0 |   0.0 |2392M|1310 |   - |2680 |1832 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1636.43/1636.46	c  1565s|  8210k|  8122k|     0 |   0.0 |2395M|1310 |   - |2680 |1777 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1638.23/1638.27	c  1567s|  8220k|  8132k|     0 |   0.0 |2397M|1310 |   - |2680 |1830 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1640.14/1640.10	c  1569s|  8230k|  8141k|     0 |   0.0 |2400M|1310 |   - |2680 |1924 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1641.93/1641.91	c  1570s|  8240k|  8151k|     0 |   0.0 |2403M|1310 |   - |2680 |1924 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1643.73/1643.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1643.73/1643.73	c  1572s|  8250k|  8161k|     0 |   0.0 |2406M|1310 |   - |2680 |1857 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1645.54/1645.53	c  1574s|  8260k|  8171k|     0 |   0.0 |2409M|1310 |   - |2680 |1976 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1647.33/1647.38	c  1575s|  8270k|  8181k|     0 |   0.0 |2412M|1310 |   - |2680 |1857 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1649.23/1649.21	c  1577s|  8280k|  8191k|     0 |   0.0 |2415M|1310 |   - |2680 |1836 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1651.04/1651.03	c  1579s|  8290k|  8201k|     0 |   0.0 |2418M|1310 |   - |2680 |1840 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1652.93/1652.92	c  1580s|  8300k|  8211k|     0 |   0.0 |2421M|1310 |   - |2680 |1890 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1654.73/1654.78	c  1582s|  8310k|  8221k|     0 |   0.0 |2424M|1310 |   - |2680 |1910 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1656.63/1656.62	c  1584s|  8320k|  8230k|     0 |   0.0 |2427M|1310 |   - |2680 |1938 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1658.43/1658.46	c  1585s|  8330k|  8240k|     0 |   0.0 |2429M|1310 |   - |2680 |1862 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1660.23/1660.25	c  1587s|  8340k|  8250k|     0 |   0.0 |2432M|1310 |   - |2680 |1994 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1662.03/1662.09	c  1589s|  8350k|  8260k|     0 |   0.0 |2435M|1310 |   - |2680 |1895 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1663.93/1663.99	c  1590s|  8360k|  8270k|     0 |   0.0 |2438M|1310 |   - |2680 |1877 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1665.83/1665.86	c  1592s|  8370k|  8280k|     0 |   0.0 |2441M|1310 |   - |2680 |1861 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1667.64/1667.69	c  1594s|  8380k|  8290k|     0 |   0.0 |2444M|1310 |   - |2680 |1927 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1669.53/1669.57	c  1596s|  8390k|  8300k|     0 |   0.0 |2447M|1310 |   - |2680 |2036 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1671.33/1671.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1671.33/1671.39	c  1597s|  8400k|  8309k|     0 |   0.0 |2450M|1310 |   - |2680 |2030 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1673.14/1673.19	c  1599s|  8410k|  8319k|     0 |   0.0 |2453M|1310 |   - |2680 |2041 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1675.03/1675.06	c  1601s|  8420k|  8329k|     0 |   0.0 |2456M|1310 |   - |2680 |1974 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1676.94/1676.94	c  1602s|  8430k|  8339k|     0 |   0.0 |2459M|1310 |   - |2680 |1885 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1678.83/1678.85	c  1604s|  8440k|  8349k|     0 |   0.0 |2461M|1310 |   - |2680 |1908 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1680.73/1680.71	c  1606s|  8450k|  8359k|     0 |   0.0 |2464M|1310 |   - |2680 |1926 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1682.53/1682.54	c  1608s|  8460k|  8369k|     0 |   0.0 |2467M|1310 |   - |2680 |1976 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1684.34/1684.38	c  1609s|  8470k|  8379k|     0 |   0.0 |2470M|1310 |   - |2680 |1992 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1686.13/1686.20	c  1611s|  8480k|  8389k|     0 |   0.0 |2473M|1310 |   - |2680 |1899 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1688.03/1688.05	c  1613s|  8490k|  8398k|     0 |   0.0 |2476M|1310 |   - |2680 |1940 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1689.83/1689.88	c  1614s|  8500k|  8408k|     0 |   0.0 |2479M|1310 |   - |2680 |1988 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1691.64/1691.68	c  1616s|  8510k|  8418k|     0 |   0.0 |2482M|1310 |   - |2680 |2001 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1693.53/1693.54	c  1618s|  8520k|  8428k|     0 |   0.0 |2485M|1310 |   - |2680 |1885 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1695.33/1695.37	c  1619s|  8530k|  8438k|     0 |   0.0 |2488M|1310 |   - |2680 |1798 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1697.23/1697.21	c  1621s|  8540k|  8448k|     0 |   0.0 |2490M|1310 |   - |2680 |1919 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1699.03/1699.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1699.03/1699.05	c  1623s|  8550k|  8458k|     0 |   0.0 |2493M|1310 |   - |2680 |1946 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1700.93/1700.93	c  1624s|  8560k|  8468k|     0 |   0.0 |2496M|1310 |   - |2680 |1997 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1702.74/1702.78	c  1626s|  8570k|  8477k|     0 |   0.0 |2499M|1310 |   - |2680 |1993 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1704.63/1704.60	c  1628s|  8580k|  8487k|     0 |   0.0 |2502M|1310 |   - |2680 |1940 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1706.43/1706.44	c  1629s|  8590k|  8497k|     0 |   0.0 |2505M|1310 |   - |2680 |1981 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1708.34/1708.30	c  1631s|  8600k|  8507k|     0 |   0.0 |2508M|1310 |   - |2680 |1975 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1710.13/1710.15	c  1633s|  8610k|  8517k|     0 |   0.0 |2511M|1310 |   - |2680 |1965 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1711.93/1711.97	c  1634s|  8620k|  8527k|     0 |   0.0 |2514M|1310 |   - |2680 |2040 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1713.74/1713.78	c  1636s|  8630k|  8537k|     0 |   0.0 |2517M|1310 |   - |2680 |1946 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1715.63/1715.65	c  1638s|  8640k|  8547k|     0 |   0.0 |2520M|1310 |   - |2680 |1905 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1717.43/1717.45	c  1640s|  8650k|  8556k|     0 |   0.0 |2522M|1310 |   - |2680 |1973 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1719.34/1719.31	c  1641s|  8660k|  8566k|     0 |   0.0 |2525M|1310 |   - |2680 |1917 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1721.13/1721.15	c  1643s|  8670k|  8576k|     0 |   0.0 |2528M|1310 |   - |2680 |1997 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1723.04/1723.02	c  1645s|  8680k|  8586k|     0 |   0.0 |2531M|1310 |   - |2680 |1900 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1724.84/1724.84	c  1646s|  8690k|  8596k|     0 |   0.0 |2534M|1310 |   - |2680 |1908 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1726.63/1726.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.63/1726.66	c  1648s|  8700k|  8606k|     0 |   0.0 |2537M|1310 |   - |2680 |1890 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1728.53/1728.50	c  1650s|  8710k|  8616k|     0 |   0.0 |2540M|1310 |   - |2680 |1855 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1730.34/1730.38	c  1651s|  8720k|  8626k|     0 |   0.0 |2543M|1310 |   - |2680 |1904 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1732.23/1732.20	c  1653s|  8730k|  8636k|     0 |   0.0 |2546M|1310 |   - |2680 |1979 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1734.04/1734.02	c  1655s|  8740k|  8645k|     0 |   0.0 |2549M|1310 |   - |2680 |1911 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1735.84/1735.83	c  1656s|  8750k|  8655k|     0 |   0.0 |2552M|1310 |   - |2680 |1962 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1737.74/1737.70	c  1658s|  8760k|  8665k|     0 |   0.0 |2555M|1310 |   - |2680 |1914 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1739.53/1739.56	c  1660s|  8770k|  8675k|     0 |   0.0 |2557M|1310 |   - |2680 |1899 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1741.44/1741.40	c  1661s|  8780k|  8685k|     0 |   0.0 |2560M|1310 |   - |2680 |1914 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1743.24/1743.20	c  1663s|  8790k|  8695k|     0 |   0.0 |2563M|1310 |   - |2680 |1877 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1745.03/1745.01	c  1665s|  8800k|  8705k|     0 |   0.0 |2566M|1310 |   - |2680 |1917 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1746.83/1746.80	c  1666s|  8810k|  8715k|     0 |   0.0 |2569M|1310 |   - |2680 |1914 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1748.64/1748.60	c  1668s|  8820k|  8725k|     0 |   0.0 |2572M|1310 |   - |2680 |1879 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1750.43/1750.43	c  1670s|  8830k|  8734k|     0 |   0.0 |2575M|1310 |   - |2680 |1968 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1752.24/1752.24	c  1671s|  8840k|  8744k|     0 |   0.0 |2578M|1310 |   - |2680 |1900 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1754.04/1754.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1754.04/1754.10	c  1673s|  8850k|  8754k|     0 |   0.0 |2581M|1310 |   - |2680 |1883 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1755.93/1755.98	c  1675s|  8860k|  8764k|     0 |   0.0 |2584M|1310 |   - |2680 |1878 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1757.84/1757.83	c  1677s|  8870k|  8774k|     0 |   0.0 |2587M|1310 |   - |2680 |1894 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1759.64/1759.65	c  1678s|  8880k|  8784k|     0 |   0.0 |2590M|1310 |   - |2680 |1924 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1761.43/1761.48	c  1680s|  8890k|  8794k|     0 |   0.0 |2592M|1310 |   - |2680 |1929 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1763.24/1763.28	c  1682s|  8900k|  8804k|     0 |   0.0 |2595M|1310 |   - |2680 |1981 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1765.13/1765.13	c  1683s|  8910k|  8813k|     0 |   0.0 |2598M|1310 |   - |2680 |1990 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1766.93/1766.93	c  1685s|  8920k|  8823k|     0 |   0.0 |2601M|1310 |   - |2680 |2009 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1768.84/1768.82	c  1687s|  8930k|  8833k|     0 |   0.0 |2604M|1310 |   - |2680 |1965 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1770.64/1770.66	c  1688s|  8940k|  8843k|     0 |   0.0 |2607M|1310 |   - |2680 |1948 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1772.43/1772.49	c  1690s|  8950k|  8853k|     0 |   0.0 |2610M|1310 |   - |2680 |1958 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1774.34/1774.37	c  1692s|  8960k|  8863k|     0 |   0.0 |2613M|1310 |   - |2680 |1960 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1776.23/1776.21	c  1693s|  8970k|  8873k|     0 |   0.0 |2616M|1310 |   - |2680 |1896 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1778.03/1778.02	c  1695s|  8980k|  8883k|     0 |   0.0 |2619M|1310 |   - |2680 |1953 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1779.84/1779.87	c  1697s|  8990k|  8892k|     0 |   0.0 |2621M|1310 |   - |2680 |1940 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1781.64/1781.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1781.64/1781.69	c  1698s|  9000k|  8902k|     0 |   0.0 |2624M|1310 |   - |2680 |1985 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1783.53/1783.53	c  1700s|  9010k|  8912k|     0 |   0.0 |2627M|1310 |   - |2680 |1944 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1785.44/1785.40	c  1702s|  9020k|  8922k|     0 |   0.0 |2630M|1310 |   - |2680 |1954 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1787.24/1787.26	c  1704s|  9030k|  8932k|     0 |   0.0 |2633M|1310 |   - |2680 |1941 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1789.14/1789.10	c  1705s|  9040k|  8942k|     0 |   0.0 |2636M|1310 |   - |2680 |1916 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1790.94/1790.93	c  1707s|  9050k|  8952k|     0 |   0.0 |2639M|1310 |   - |2680 |1998 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1792.74/1792.77	c  1709s|  9060k|  8962k|     0 |   0.0 |2642M|1310 |   - |2680 |2008 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1794.54/1794.58	c  1710s|  9070k|  8971k|     0 |   0.0 |2645M|1310 |   - |2680 |1944 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1796.44/1796.41	c  1712s|  9080k|  8981k|     0 |   0.0 |2648M|1310 |   - |2680 |2147 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1798.33/1798.30	c  1714s|  9090k|  8991k|     0 |   0.0 |2651M|1310 |   - |2680 |2115 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 7.121000e+03 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1715.29
1800.04/1800.00	c Solving Nodes      : 9099094
1800.04/1800.00	c Primal Bound       : +7.12100000000000e+03 (4 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	v x2400 x2399 x2398 x2397 x2396 x2395 x2394 x2393 x2392 x2391 x2390 x2389 x2388 x2387 x2386 x2385 x2384 x2383 x2382 x2381 x2380 x2379 
1800.04/1800.01	v x2378 x2377 x2376 x2375 x2374 x2373 x2372 x2371 x2370 x2369 x2368 x2367 x2366 x2365 x2364 x2363 x2362 x2361 x2360 x2359 
1800.04/1800.01	v x2358 x2357 x2356 x2355 x2354 x2353 x2352 x2351 x2350 x2349 x2348 x2347 x2346 x2345 x2344 x2343 x2342 x2341 x2340 x2339 x2338 
1800.04/1800.01	v x2337 x2336 x2335 x2334 x2333 x2332 x2331 x2330 x2329 x2328 x2327 x2326 x2325 x2324 x2323 x2322 x2321 x2320 x2319 x2318 x2317 
1800.04/1800.01	v x2316 x2315 x2314 x2313 x2312 x2311 x2310 x2309 x2308 x2307 x2306 x2305 x2304 x2303 x2302 x2301 x2300 x2299 x2298 x2297 x2296 
1800.04/1800.01	v x2295 x2294 x2293 x2292 x2291 x2290 x2289 x2288 x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 x2279 x2278 x2277 x2276 x2275 
1800.04/1800.01	v x2274 x2273 x2272 x2271 x2270 x2269 x2268 x2267 x2266 x2265 x2264 x2263 x2262 x2261 x2260 x2259 x2258 x2257 x2256 x2255 x2254 
1800.04/1800.01	v x2253 x2252 x2251 x2250 x2249 x2248 x2247 x2246 x2245 x2244 x2243 x2242 x2241 x2240 x2239 x2238 x2237 x2236 x2235 x2234 
1800.04/1800.01	v x2233 x2232 x2231 x2230 x2229 x2228 x2227 x2226 x2225 x2224 x2223 x2222 x2221 x2220 x2219 x2218 x2217 x2216 x2215 x2214 x2213 
1800.04/1800.01	v x2212 x2211 x2210 x2209 x2208 x2207 x2206 x2205 x2204 x2203 x2202 x2201 x2200 x2199 x2198 x2197 x2196 x2195 x2194 x2193 x2192 
1800.04/1800.01	v x2191 x2190 x2189 x2188 x2187 x2186 x2185 x2184 x2183 x2182 x2181 x2180 x2179 x2178 x2177 x2176 x2175 x2174 x2173 x2172 x2171 
1800.04/1800.01	v x2170 x2169 x2168 x2167 x2166 x2165 x2164 x2163 x2162 x2161 x2160 x2159 x2158 x2157 x2156 x2155 x2154 x2153 x2152 x2151 x2150 
1800.04/1800.01	v x2149 x2148 x2147 x2146 x2145 x2144 x2143 x2142 x2141 x2140 x2139 x2138 x2137 x2136 x2135 x2134 x2133 x2132 x2131 x2130 x2129 
1800.04/1800.01	v x2128 x2127 x2126 x2125 x2124 x2123 x2122 x2121 x2120 x2119 x2118 x2117 x2116 x2115 x2114 x2113 x2112 x2111 x2110 x2109 
1800.04/1800.01	v x2108 x2107 x2106 x2105 x2104 x2103 x2102 x2101 x2100 x2099 x2098 x2097 x2096 x2095 x2094 x2093 x2092 x2091 x2090 x2089 x2088 
1800.04/1800.01	v x2087 x2086 x2085 x2084 x2083 x2082 x2081 x2080 x2079 x2078 x2077 x2076 x2075 x2074 x2073 x2072 x2071 x2070 x2069 x2068 x2067 
1800.04/1800.01	v x2066 x2065 x2064 x2063 x2062 x2061 x2060 x2059 x2058 x2057 x2056 x2055 x2054 x2053 x2052 x2051 x2050 x2049 x2048 x2047 x2046 
1800.04/1800.01	v x2045 x2044 x2043 x2042 x2041 x2040 x2039 x2038 x2037 x2036 x2035 x2034 x2033 x2032 x2031 x2030 x2029 x2028 x2027 x2026 x2025 
1800.04/1800.01	v x2024 x2023 x2022 x2021 x2020 x2019 x2018 x2017 x2016 x2015 x2014 x2013 x2012 x2011 x2010 x2009 x2008 x2007 x2006 x2005 x2004 
1800.04/1800.01	v x2003 x2002 x2001 x2000 x1999 x1998 x1997 x1996 x1995 x1994 x1993 x1992 x1991 x1990 x1989 x1988 x1987 x1986 x1985 x1984 
1800.04/1800.01	v x1983 x1982 x1981 x1980 x1979 x1978 x1977 x1976 x1975 x1974 x1973 x1972 x1971 x1970 x1969 x1968 x1967 x1966 x1965 x1964 x1963 
1800.04/1800.01	v x1962 x1961 x1960 x1959 x1958 x1957 x1956 x1955 x1954 x1953 x1952 x1951 x1950 x1949 x1948 x1947 x1946 x1945 x1944 x1943 x1942 
1800.04/1800.01	v x1941 x1940 x1939 x1938 x1937 x1936 x1935 x1934 x1933 x1932 x1931 x1930 x1929 x1928 x1927 x1926 x1925 x1924 x1923 x1922 x1921 
1800.04/1800.01	v x1920 x1919 x1918 x1917 x1916 x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 
1800.04/1800.01	v x1899 x1898 x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 x1889 x1888 x1887 x1886 x1885 x1884 x1883 x1882 x1881 x1880 x1879 
1800.04/1800.01	v x1878 x1877 x1876 x1875 x1874 x1873 x1872 x1871 x1870 x1869 x1868 x1867 x1866 x1865 x1864 x1863 x1862 x1861 x1860 x1859 
1800.04/1800.01	v x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 x1850 x1849 x1848 x1847 x1846 x1845 x1844 x1843 x1842 x1841 x1840 x1839 x1838 
1800.04/1800.01	v x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 x1829 x1828 x1827 x1826 x1825 x1824 x1823 x1822 x1821 x1820 x1819 x1818 x1817 
1800.04/1800.01	v x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 x1808 x1807 x1806 x1805 x1804 x1803 x1802 x1801 x1800 x1799 x1798 x1797 x1796 
1800.04/1800.01	v x1795 x1794 x1793 x1792 x1791 x1790 x1789 x1788 x1787 x1786 x1785 x1784 x1783 x1782 x1781 x1780 x1779 x1778 x1777 x1776 x1775 
1800.04/1800.01	v x1774 x1773 x1772 x1771 x1770 x1769 x1768 x1767 x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 x1758 x1757 x1756 x1755 x1754 
1800.04/1800.01	v x1753 x1752 x1751 x1750 x1749 x1748 x1747 x1746 x1745 x1744 x1743 x1742 x1741 x1740 x1739 x1738 x1737 x1736 x1735 x1734 
1800.04/1800.01	v x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 x1720 x1719 x1718 x1717 x1716 x1715 x1714 x1713 
1800.04/1800.01	v x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 x1704 x1703 x1702 x1701 x1700 x1699 x1698 x1697 x1696 x1695 x1694 x1693 x1692 
1800.04/1800.01	v x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 x1683 x1682 x1681 x1680 x1679 x1678 x1677 x1676 x1675 x1674 x1673 x1672 x1671 
1800.04/1800.01	v x1670 x1669 x1668 x1667 x1666 x1665 x1664 x1663 x1662 x1661 x1660 x1659 x1658 x1657 x1656 x1655 x1654 x1653 x1652 x1651 x1650 
1800.04/1800.01	v x1649 x1648 x1647 x1646 x1645 x1644 x1643 x1642 x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 
1800.04/1800.01	v x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 x1620 x1619 x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 x1609 
1800.04/1800.01	v x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 x1599 x1598 x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 x1588 
1800.04/1800.01	v x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 x1578 x1577 x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 x1568 x1567 
1800.04/1800.01	v x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 x1558 x1557 x1556 x1555 x1554 x1553 x1552 x1551 x1550 x1549 x1548 x1547 x1546 
1800.04/1800.01	v x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 x1537 x1536 x1535 x1534 x1533 x1532 x1531 x1530 x1529 x1528 x1527 x1526 x1525 
1800.04/1800.01	v x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 
1800.04/1800.01	v x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 x1495 x1494 x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 x1484 
1800.04/1800.01	v x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 x1474 x1473 x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 x1463 
1800.04/1800.01	v x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 x1453 x1452 x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 x1443 x1442 
1800.04/1800.01	v x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 
1800.04/1800.01	v x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 
1800.04/1800.01	v x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 
1800.04/1800.01	v x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 x1370 x1369 x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 x1359 
1800.04/1800.01	v x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 x1349 x1348 x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 x1338 
1800.04/1800.01	v x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 x1328 x1327 x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 x1318 x1317 
1800.04/1800.01	v x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 
1800.04/1800.01	v x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 
1800.04/1800.01	v x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 
1800.04/1800.01	v x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 x1245 x1244 x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 x1234 
1800.04/1800.01	v x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 x1224 x1223 x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 x1213 
1800.04/1800.01	v x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 x1203 x1202 x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 x1193 x1192 
1800.04/1800.01	v x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 
1800.04/1800.01	v x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 
1800.04/1800.01	v x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 
1800.04/1800.01	v x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 x1120 x1119 x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 x1109 
1800.04/1800.01	v x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 x1099 x1098 x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 x1088 
1800.04/1800.01	v x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 x1078 x1077 x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 x1068 x1067 
1800.04/1800.01	v x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 
1800.04/1800.01	v x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 
1800.04/1800.01	v x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 
1800.04/1800.01	v x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 x994 x993 x992 x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 x981 x980 
1800.04/1800.01	v x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 x969 x968 x967 x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 x956 x955 
1800.04/1800.01	v x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 x944 x943 x942 x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 x931 x930 
1800.04/1800.01	v x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 
1800.04/1800.01	v x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 
1800.04/1800.01	v x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 
1800.04/1800.01	v x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 
1800.04/1800.01	v x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 
1800.04/1800.01	v x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 
1800.04/1800.01	v x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 
1800.04/1800.01	v x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 
1800.04/1800.01	v x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 
1800.04/1800.01	v x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 
1800.04/1800.01	v x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 
1800.04/1800.01	v x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 
1800.04/1800.01	v x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 
1800.04/1800.01	v x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 
1800.04/1800.01	v x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 
1800.04/1800.01	v x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 
1800.04/1800.01	v x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 
1800.04/1800.01	v x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 
1800.04/1800.01	v x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 
1800.04/1800.01	v x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 
1800.04/1800.01	v x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 
1800.04/1800.01	v x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 
1800.04/1800.01	v x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 
1800.04/1800.01	v x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 
1800.04/1800.01	v x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 
1800.04/1800.01	v x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 
1800.04/1800.01	v x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 
1800.04/1800.01	v x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 
1800.04/1800.01	v x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 
1800.04/1800.01	v x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 
1800.04/1800.01	v x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 
1800.04/1800.01	v x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 
1800.04/1800.01	v x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 
1800.04/1800.01	v x104 x103 x102 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 
1800.04/1800.01	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 x48 x47 x46 x45 x44 
1800.04/1800.01	v x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 
1800.04/1800.01	v x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1715.29
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2693995-1277920637.wbo
1800.04/1800.01	c   Variables        : 2680 (2540 binary, 0 integer, 0 implicit integer, 140 continuous)
1800.04/1800.01	c   Constraints      : 281 initial, 281 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2693995-1277920637.wbo
1800.04/1800.01	c   Variables        : 2680 (2540 binary, 0 integer, 0 implicit integer, 140 continuous)
1800.04/1800.01	c   Constraints      : 280 initial, 24744 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.00          0          0          0        140          0          1          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :        140          0       2106          0       1858          0        182          0          0          0
1800.04/1800.01	c   linear           :        140          0    9712732          0    9050547      47490    8863541          0          0          0
1800.04/1800.01	c   logicor          :          0+         0    1692660          0          0       2265     230049          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0    9050547          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   indicator        :       0.01       0.00       0.01       0.00       0.00
1800.04/1800.01	c   linear           :     122.19       0.00     119.13       0.00       3.06
1800.04/1800.01	c   logicor          :       9.76       0.00       9.76       0.00       0.00
1800.04/1800.01	c   countsols        :       0.78       0.00       0.00       0.00       0.78
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       1.28          2          0          0
1800.04/1800.01	c   rootredcost      :       1.41          0          0          0
1800.04/1800.01	c   pseudoobj        :      38.03    9712532          0          0
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :      65.20      49755      49755     724258      271.4     756713       27.9          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -     494548       29.6          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -        554      363.8          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :    1401.89    9050547          0          0          0          0   18101094
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       1.43          0          0
1800.04/1800.01	c   trivial          :       0.00          2          3
1800.04/1800.01	c   simplerounding   :       0.00          0          0
1800.04/1800.01	c   zirounding       :       0.00          0          0
1800.04/1800.01	c   rounding         :       0.00          0          0
1800.04/1800.01	c   shifting         :       0.00          0          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       0.00          0          0
1800.04/1800.01	c   coefdiving       :       0.00          0          0
1800.04/1800.01	c   pscostdiving     :       0.00          0          0
1800.04/1800.01	c   fracdiving       :       0.00          0          0
1800.04/1800.01	c   veclendiving     :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       0.00          0          0
1800.04/1800.01	c   rootsoldiving    :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       0.00          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.00          0          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       1.03          0          0
1800.04/1800.01	c   trysol           :       1.17          1          1
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :    9099094
1800.04/1800.01	c   nodes (total)    :    9099094
1800.04/1800.01	c   nodes left       :    9000695
1800.04/1800.01	c   max depth        :       1310
1800.04/1800.01	c   max depth (total):       1310
1800.04/1800.01	c   backtracks       :      19416 (0.2%)
1800.04/1800.01	c   delayed cutoffs  :       1306
1800.04/1800.01	c   repropagations   :      15934 (132702 domain reductions, 1208 cutoffs)
1800.04/1800.01	c   avg switch length:       2.52
1800.04/1800.01	c   switching time   :      63.94
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          4 (1 improvements)
1800.04/1800.01	c   First Solution   : +7.12100000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Primal Bound     : +7.12100000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :          0

Verifier Data

OK	2972

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 13427
/proc/meminfo: memFree=30422252/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=8548 CPUtime=0
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 1620 0 0 0 0 0 0 0 25 0 1 0 133361366 8753152 1542 4089446400 4194304 7136930 140735867712512 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13427/statm: 2137 1544 275 719 0 1416 0

[startup+0.081053 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 13427
/proc/meminfo: memFree=30422252/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=18624 CPUtime=0.07
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 4602 0 0 0 7 0 0 0 25 0 1 0 133361366 19070976 3913 4089446400 4194304 7136930 140735867712512 18446744073709551615 4947114 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13427/statm: 4656 3913 383 719 0 3935 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18624

[startup+0.101048 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 13427
/proc/meminfo: memFree=30422252/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=18624 CPUtime=0.09
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 4604 0 0 0 9 0 0 0 25 0 1 0 133361366 19070976 3915 4089446400 4194304 7136930 140735867712512 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13427/statm: 4656 3915 383 719 0 3935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18624

[startup+0.301012 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 13427
/proc/meminfo: memFree=30422252/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=20256 CPUtime=0.29
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 5017 0 0 0 28 1 0 0 25 0 1 0 133361366 20742144 4328 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13427/statm: 5064 4328 390 719 0 4343 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20256

[startup+0.700938 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 13427
/proc/meminfo: memFree=30422252/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=21160 CPUtime=0.69
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 5285 0 0 0 67 2 0 0 25 0 1 0 133361366 21667840 4596 4089446400 4194304 7136930 140735867712512 18446744073709551615 4976501 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13427/statm: 5290 4596 390 719 0 4569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21160

[startup+1.50088 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 13428
/proc/meminfo: memFree=30403148/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=23016 CPUtime=1.49
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 5743 0 0 0 146 3 0 0 25 0 1 0 133361366 23568384 5054 4089446400 4194304 7136930 140735867712512 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 5754 5054 390 719 0 5033 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23016

[startup+3.10058 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 13428
/proc/meminfo: memFree=30399428/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=26032 CPUtime=3.09
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 6549 0 0 0 301 8 0 0 25 0 1 0 133361366 26656768 5860 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 6508 5860 390 719 0 5787 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26032

[startup+6.301 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 13428
/proc/meminfo: memFree=30387196/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=31928 CPUtime=6.29
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 8068 0 0 0 612 17 0 0 25 0 1 0 133361366 32694272 7379 4089446400 4194304 7136930 140735867712512 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 7982 7379 390 719 0 7261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31928

[startup+12.7008 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 13428
/proc/meminfo: memFree=30363852/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=42900 CPUtime=12.69
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 10944 0 0 0 1236 33 0 0 25 0 1 0 133361366 43929600 10255 4089446400 4194304 7136930 140735867712512 18446744073709551615 4436340 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 10725 10255 390 719 0 10004 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42900

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 13428
/proc/meminfo: memFree=30319796/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=66700 CPUtime=25.49
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 16643 0 0 0 2481 68 0 0 25 0 1 0 133361366 68300800 15954 4089446400 4194304 7136930 140735867712512 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 16675 15954 390 719 0 15954 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66700

[startup+51.1008 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 13429
/proc/meminfo: memFree=30199336/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=142840 CPUtime=51.09
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 34697 0 0 0 4975 134 0 0 25 0 1 0 133361366 146268160 33712 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 35710 33712 390 719 0 34989 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142840

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 13430
/proc/meminfo: memFree=30058164/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=225688 CPUtime=102.3
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 54321 0 0 0 9974 256 0 0 25 0 1 0 133361366 231104512 53336 4089446400 4194304 7136930 140735867712512 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 56422 53336 390 719 0 55701 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 225688

[startup+162.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 13432
/proc/meminfo: memFree=29932004/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=306320 CPUtime=162.3
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 75578 0 0 0 15838 392 0 0 25 0 1 0 133361366 313671680 74593 4089446400 4194304 7136930 140735867712512 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 76580 74593 390 719 0 75859 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 306320

[startup+222.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 13434
/proc/meminfo: memFree=29797028/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=410192 CPUtime=222.3
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 98539 0 0 0 21699 531 0 0 25 0 1 0 133361366 420036608 97554 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 102548 97554 390 719 0 101827 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 410192

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13444
/proc/meminfo: memFree=29664624/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=494564 CPUtime=282.3
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 120748 0 0 0 27557 673 0 0 25 0 1 0 133361366 506433536 119763 4089446400 4194304 7136930 140735867712512 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 123641 119763 390 719 0 122920 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 494564

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13445
/proc/meminfo: memFree=29534976/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=577440 CPUtime=342.3
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 142565 0 0 0 33413 817 0 0 25 0 1 0 133361366 591298560 141580 4089446400 4194304 7136930 140735867712512 18446744073709551615 4641936 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 144360 141580 390 719 0 143639 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 577440

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13447
/proc/meminfo: memFree=29410044/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=658112 CPUtime=402.3
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 163812 0 0 0 39267 963 0 0 25 0 1 0 133361366 673906688 162827 4089446400 4194304 7136930 140735867712512 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 164528 162827 390 719 0 163807 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 658112

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13449
/proc/meminfo: memFree=29274316/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=778576 CPUtime=462.31
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 186816 0 0 0 45130 1101 0 0 25 0 1 0 133361366 797261824 185831 4089446400 4194304 7136930 140735867712512 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 194644 185831 390 719 0 193923 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 778576

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13451
/proc/meminfo: memFree=29148148/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=860028 CPUtime=522.3
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 208329 0 0 0 50984 1246 0 0 25 0 1 0 133361366 880668672 207344 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 215007 207344 390 719 0 214286 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 860028

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13452
/proc/meminfo: memFree=29015524/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=945888 CPUtime=582.31
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 230890 0 0 0 56845 1386 0 0 25 0 1 0 133361366 968589312 229905 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 236472 229905 390 719 0 235751 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 945888

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13453
/proc/meminfo: memFree=28890464/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=1024000 CPUtime=642.31
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 251528 0 0 0 62718 1513 0 0 25 0 1 0 133361366 1048576000 250543 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13427/statm: 256000 250543 390 719 0 255279 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1024000

[startup+702.301 s]

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

/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 410393 0 0 0 103319 2912 0 0 25 0 1 0 133361366 1734533120 409408 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13427/statm: 423470 409408 390 719 0 422749 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1693880

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13513
/proc/meminfo: memFree=29481084/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=1779504 CPUtime=1122.32
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 433014 0 0 0 108923 3309 0 0 25 0 1 0 133361366 1822212096 432029 4089446400 4194304 7136930 140735867712512 18446744073709551615 6123181 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13427/statm: 444876 432029 390 719 0 444155 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1779504

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13514
/proc/meminfo: memFree=29379584/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=1876488 CPUtime=1182.32
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 458505 0 0 0 114536 3696 0 0 25 0 1 0 133361366 1921523712 457520 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13427/statm: 469122 457520 390 719 0 468401 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1876488

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13515
/proc/meminfo: memFree=29277344/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=1969272 CPUtime=1242.32
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 482886 0 0 0 120144 4088 0 0 25 0 1 0 133361366 2016534528 481901 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13427/statm: 492318 481901 390 719 0 491597 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1969272

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13517
/proc/meminfo: memFree=29178604/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2061832 CPUtime=1302.33
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 507282 0 0 0 125716 4517 0 0 25 0 1 0 133361366 2111315968 506297 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13427/statm: 515458 506297 390 719 0 514737 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 2061832

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 13519
/proc/meminfo: memFree=29087136/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2149656 CPUtime=1362.32
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 530446 0 0 0 131230 5002 0 0 25 0 1 0 133361366 2201247744 529461 4089446400 4194304 7136930 140735867712512 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13427/statm: 537414 529461 390 719 0 536693 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 2149656

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 13521
/proc/meminfo: memFree=28998776/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2232936 CPUtime=1422.33
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 552228 0 0 0 136815 5418 0 0 25 0 1 0 133361366 2286526464 551243 4089446400 4194304 7136930 140735867712512 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13427/statm: 558234 551243 390 719 0 557513 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 2232936

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 13522
/proc/meminfo: memFree=28900500/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2326844 CPUtime=1482.32
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 576861 0 0 0 142344 5888 0 0 25 0 1 0 133361366 2382688256 575876 4089446400 4194304 7136930 140735867712512 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13427/statm: 581711 575876 390 719 0 580990 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 2326844

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13523
/proc/meminfo: memFree=28802720/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2417652 CPUtime=1542.33
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 600805 0 0 0 147859 6374 0 0 25 0 1 0 133361366 2475675648 599820 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13427/statm: 604413 599820 390 719 0 603692 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2417652

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13525
/proc/meminfo: memFree=28708028/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2507676 CPUtime=1602.33
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 624590 0 0 0 153373 6860 0 0 25 0 1 0 133361366 2567860224 623605 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13427/statm: 626919 623605 390 719 0 626198 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2507676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13527
/proc/meminfo: memFree=28606652/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2601308 CPUtime=1662.33
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 649214 0 0 0 158890 7343 0 0 25 0 1 0 133361366 2663739392 648229 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13427/statm: 650327 648229 390 719 0 649606 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2601308

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13529
/proc/meminfo: memFree=28508376/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2826388 CPUtime=1722.33
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 673976 0 0 0 164395 7838 0 0 25 0 1 0 133361366 2894221312 672991 4089446400 4194304 7136930 140735867712512 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13427/statm: 706597 672991 390 719 0 705876 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 2826388

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13530
/proc/meminfo: memFree=28400684/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2927396 CPUtime=1782.34
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 700442 0 0 0 169904 8330 0 0 25 0 1 0 133361366 2997653504 699457 4089446400 4194304 7136930 140735867712512 18446744073709551615 4407868 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13427/statm: 731849 699457 390 719 0 731128 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2927396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 13531
/proc/meminfo: memFree=28369020/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2957048 CPUtime=1800.04
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 708220 0 0 0 171529 8475 0 0 25 0 1 0 133361366 3028017152 707235 4089446400 4194304 7136930 140735867712512 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13427/statm: 739262 707235 390 719 0 738541 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2957048

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13427

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 13532
/proc/meminfo: memFree=28369012/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2957048 CPUtime=1801.44
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 708237 0 0 0 171669 8475 0 0 20 0 1 0 133361366 3028017152 707252 4089446400 4194304 7136930 140735867712512 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13427/statm: 739262 707252 396 719 0 738541 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 2957048

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 13532
/proc/meminfo: memFree=28369012/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2957048 CPUtime=1801.84
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 708237 0 0 0 171709 8475 0 0 20 0 1 0 133361366 3028017152 707252 4089446400 4194304 7136930 140735867712512 18446744073709551615 6124955 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13427/statm: 739262 707252 396 719 0 738541 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 2957048

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 13532
/proc/meminfo: memFree=28369012/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=2957048 CPUtime=1802.04
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4202496 708237 0 0 0 171729 8475 0 0 21 0 1 0 133361366 3028017152 707252 4089446400 4194304 7136930 140735867712512 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13427/statm: 739262 707252 396 719 0 738541 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 2957048

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 13532
/proc/meminfo: memFree=28369012/32951124 swapFree=67111528/67111528
[pid=13427] ppid=13425 vsize=0 CPUtime=1802.13
/proc/13427/stat : 13427 (pbscip.linux.x8) R 13425 13427 12286 0 -1 4203524 708237 0 0 0 171729 8484 0 0 21 0 1 0 133361366 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13427/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.15
CPU user time (s): 1717.3
CPU system time (s): 84.8501
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2957048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1717.3
system time used= 84.8501
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 708237
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= 3
involuntary context switches= 2262

runsolver used 2.92955 second user time and 5.75312 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 19:57:17
IDJOB=2693995
IDBENCH=79163
IDSOLVER=1206
FILE ID=node106/2693995-1277920637
PBS_JOBID= 11197256
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr--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-2693995-1277920637/watcher-2693995-1277920637 -o /tmp/evaluation-result-2693995-1277920637/solver-2693995-1277920637 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693995-1277920637.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 68a136cd2642dd27a3fdbf065e2a5463
RANDOM SEED=2013620145

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30422780 kB
Buffers:        203312 kB
Cached:        1276772 kB
SwapCached:          0 kB
Active:        1344356 kB
Inactive:      1039272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30422780 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3516 kB
Writeback:           0 kB
AnonPages:      903468 kB
Mapped:          16016 kB
Slab:            79920 kB
PageTables:       6484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1074064 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node106 at 2010-06-30 20:27:19