Trace number 2693982

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (MO) 1604.77 1604.73

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMccc8229e0445e5a3e6fad9172f1ab48d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.066988
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints100
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
Top cost 4887
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4886
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693982-1277920091.wbo>
0.00/0.00	c original problem has 1400 variables (1300 bin, 0 int, 0 impl, 100 cont) and 201 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	o 4886
0.00/0.01	c feasible solution found by trivial heuristic, objective value  4.886000e+03
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 100 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 100 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 100 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/1300 (7.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 100 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  100 implications, 0 cliques
0.00/0.02	c presolved problem has 1400 variables (1300 bin, 0 int, 0 impl, 100 cont) and 200 constraints
0.00/0.02	c     100 constraints of type <indicator>
0.00/0.02	c     100 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c t 0.0s|     1 |     2 |     0 |     - |2833k|   0 |   - |1400 | 200 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
0.99/1.08	c   0.9s| 10000 |  9835 |     0 |   0.0 |6954k| 726 |   - |1400 |1017 |   0 |   0 |   0 | 842 |   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
2.19/2.21	c   1.9s| 20000 | 19598 |     0 |   0.0 |  10M| 726 |   - |1400 |1966 |   0 |   0 |   0 |2080 |   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
3.29/3.34	c   2.9s| 30000 | 29265 |     0 |   0.0 |  14M| 726 |   - |1400 |2264 |   0 |   0 |   0 |3788 |   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
4.39/4.44	c   3.8s| 40000 | 38766 |     0 |   0.0 |  18M| 726 |   - |1400 |3241 |   0 |   0 |   0 |6360 |   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
5.69/5.73	c   5.0s| 50000 | 47460 |     0 |   0.0 |  25M| 726 |   - |1400 |8604 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
6.89/6.92	c   6.0s| 60000 | 57271 |     0 |   0.0 |  26M| 726 |   - |1400 | 774 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
7.99/8.06	c   7.0s| 70000 | 67085 |     0 |   0.0 |  29M| 726 |   - |1400 | 801 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
9.19/9.21	c   8.0s| 80000 | 76878 |     0 |   0.0 |  32M| 726 |   - |1400 | 910 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
10.29/10.33	c   9.0s| 90000 | 86706 |     0 |   0.0 |  35M| 726 |   - |1400 | 814 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
11.39/11.47	c  10.0s|100000 | 96504 |     0 |   0.0 |  38M| 726 |   - |1400 | 885 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
12.49/12.59	c  10.9s|110000 |106319 |     0 |   0.0 |  41M| 726 |   - |1400 | 832 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
13.68/13.73	c  11.9s|120000 |116100 |     0 |   0.0 |  44M| 726 |   - |1400 | 876 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
14.79/14.85	c  12.9s|130000 |125927 |     0 |   0.0 |  47M| 726 |   - |1400 | 833 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
15.89/15.98	c  13.9s|140000 |135735 |     0 |   0.0 |  50M| 726 |   - |1400 | 855 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
17.09/17.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.09/17.12	c  14.9s|150000 |145529 |     0 |   0.0 |  54M| 726 |   - |1400 | 905 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
18.19/18.23	c  15.8s|160000 |155344 |     0 |   0.0 |  57M| 726 |   - |1400 | 926 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
19.29/19.36	c  16.8s|170000 |165141 |     0 |   0.0 |  60M| 726 |   - |1400 |1007 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
20.39/20.49	c  17.8s|180000 |174938 |     0 |   0.0 |  63M| 726 |   - |1400 | 980 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
21.59/21.61	c  18.8s|190000 |184735 |     0 |   0.0 |  66M| 726 |   - |1400 | 995 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
22.69/22.72	c  19.8s|200000 |194549 |     0 |   0.0 |  69M| 726 |   - |1400 | 988 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
23.79/23.84	c  20.7s|210000 |204340 |     0 |   0.0 |  72M| 726 |   - |1400 |1046 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
24.89/24.96	c  21.7s|220000 |214128 |     0 |   0.0 |  75M| 726 |   - |1400 |1104 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
25.98/26.08	c  22.7s|230000 |223932 |     0 |   0.0 |  78M| 726 |   - |1400 |1035 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
27.09/27.20	c  23.6s|240000 |233725 |     0 |   0.0 |  81M| 726 |   - |1400 |1108 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
28.28/28.30	c  24.6s|250000 |243538 |     0 |   0.0 |  84M| 726 |   - |1400 |1101 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
29.38/29.42	c  25.6s|260000 |253338 |     0 |   0.0 |  87M| 726 |   - |1400 |1053 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
30.48/30.54	c  26.6s|270000 |263134 |     0 |   0.0 |  90M| 726 |   - |1400 |1085 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
31.58/31.66	c  27.5s|280000 |272924 |     0 |   0.0 |  93M| 726 |   - |1400 |1091 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
32.69/32.79	c  28.5s|290000 |282698 |     0 |   0.0 |  96M| 726 |   - |1400 |1103 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
33.89/33.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.89/33.91	c  29.5s|300000 |292494 |     0 |   0.0 |  99M| 726 |   - |1400 |1099 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
34.98/35.02	c  30.4s|310000 |302285 |     0 |   0.0 | 102M| 726 |   - |1400 |1157 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
36.09/36.15	c  31.4s|320000 |312082 |     0 |   0.0 | 105M| 726 |   - |1400 |1147 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
37.19/37.27	c  32.4s|330000 |321876 |     0 |   0.0 | 108M| 726 |   - |1400 |1143 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
38.39/38.40	c  33.3s|340000 |331662 |     0 |   0.0 | 111M| 726 |   - |1400 |1153 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
39.49/39.52	c  34.3s|350000 |341459 |     0 |   0.0 | 114M| 726 |   - |1400 |1141 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
40.59/40.63	c  35.3s|360000 |351253 |     0 |   0.0 | 117M| 726 |   - |1400 |1119 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
41.70/41.74	c  36.3s|370000 |361054 |     0 |   0.0 | 120M| 726 |   - |1400 |1077 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
42.79/42.86	c  37.2s|380000 |370829 |     0 |   0.0 | 123M| 726 |   - |1400 |1062 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
43.89/43.98	c  38.2s|390000 |380590 |     0 |   0.0 | 127M| 726 |   - |1400 |1265 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
45.09/45.11	c  39.2s|400000 |390358 |     0 |   0.0 | 130M| 726 |   - |1400 |1264 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
46.20/46.22	c  40.1s|410000 |400160 |     0 |   0.0 | 133M| 726 |   - |1400 |1273 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
47.29/47.33	c  41.1s|420000 |409955 |     0 |   0.0 | 136M| 726 |   - |1400 |1303 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
48.39/48.47	c  42.1s|430000 |419720 |     0 |   0.0 | 139M| 726 |   - |1400 |1319 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
49.49/49.59	c  43.0s|440000 |429489 |     0 |   0.0 | 142M| 726 |   - |1400 |1237 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
50.68/50.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.68/50.72	c  44.0s|450000 |439252 |     0 |   0.0 | 145M| 726 |   - |1400 |1286 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
51.79/51.85	c  45.0s|460000 |449028 |     0 |   0.0 | 148M| 726 |   - |1400 |1256 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
52.89/52.96	c  46.0s|470000 |458802 |     0 |   0.0 | 151M| 726 |   - |1400 |1269 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
53.99/54.08	c  47.0s|480000 |468592 |     0 |   0.0 | 154M| 726 |   - |1400 |1252 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
55.19/55.20	c  47.9s|490000 |478356 |     0 |   0.0 | 157M| 726 |   - |1400 |1298 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
56.29/56.34	c  48.9s|500000 |488106 |     0 |   0.0 | 160M| 726 |   - |1400 |1274 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
57.39/57.47	c  49.9s|510000 |497869 |     0 |   0.0 | 163M| 726 |   - |1400 |1286 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
58.59/58.60	c  50.9s|520000 |507632 |     0 |   0.0 | 167M| 726 |   - |1400 |1267 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
59.69/59.71	c  51.8s|530000 |517385 |     0 |   0.0 | 170M| 726 |   - |1400 |1423 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
60.79/60.84	c  52.8s|540000 |527137 |     0 |   0.0 | 173M| 726 |   - |1400 |1408 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
61.89/61.95	c  53.8s|550000 |536903 |     0 |   0.0 | 176M| 726 |   - |1400 |1422 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
62.99/63.08	c  54.7s|560000 |546656 |     0 |   0.0 | 179M| 726 |   - |1400 |1460 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
64.19/64.20	c  55.7s|570000 |556413 |     0 |   0.0 | 182M| 726 |   - |1400 |1531 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
65.29/65.32	c  56.6s|580000 |566169 |     0 |   0.0 | 185M| 726 |   - |1400 |1609 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
66.39/66.45	c  57.6s|590000 |575919 |     0 |   0.0 | 188M| 726 |   - |1400 |1563 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
67.49/67.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.49/67.59	c  58.6s|600000 |585639 |     0 |   0.0 | 192M| 726 |   - |1400 |1609 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
68.69/68.71	c  59.6s|610000 |595390 |     0 |   0.0 | 195M| 726 |   - |1400 |1517 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
69.78/69.82	c  60.5s|620000 |605150 |     0 |   0.0 | 198M| 726 |   - |1400 |1564 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
70.89/70.95	c  61.5s|630000 |614909 |     0 |   0.0 | 201M| 726 |   - |1400 |1488 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
71.99/72.09	c  62.5s|640000 |624656 |     0 |   0.0 | 204M| 726 |   - |1400 |1522 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
73.19/73.21	c  63.5s|650000 |634407 |     0 |   0.0 | 207M| 726 |   - |1400 |1583 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
74.29/74.34	c  64.5s|660000 |644161 |     0 |   0.0 | 210M| 726 |   - |1400 |1568 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
75.39/75.49	c  65.5s|670000 |653916 |     0 |   0.0 | 214M| 726 |   - |1400 |1480 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
76.59/76.62	c  66.4s|680000 |663672 |     0 |   0.0 | 217M| 726 |   - |1400 |1490 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
77.69/77.76	c  67.4s|690000 |673407 |     0 |   0.0 | 220M| 726 |   - |1400 |1506 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
78.89/78.91	c  68.4s|700000 |683125 |     0 |   0.0 | 223M| 726 |   - |1400 |1608 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
79.99/80.05	c  69.4s|710000 |692856 |     0 |   0.0 | 226M| 726 |   - |1400 |1616 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
81.09/81.18	c  70.4s|720000 |702601 |     0 |   0.0 | 229M| 726 |   - |1400 |1665 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
82.29/82.30	c  71.3s|730000 |712353 |     0 |   0.0 | 232M| 726 |   - |1400 |1504 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
83.39/83.41	c  72.3s|740000 |722106 |     0 |   0.0 | 236M| 726 |   - |1400 |1578 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
84.49/84.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.49/84.52	c  73.2s|750000 |731874 |     0 |   0.0 | 239M| 726 |   - |1400 |1542 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
85.59/85.65	c  74.2s|760000 |741626 |     0 |   0.0 | 242M| 726 |   - |1400 |1517 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
86.80/86.80	c  75.2s|770000 |751314 |     0 |   0.0 | 245M| 726 |   - |1400 |1752 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
87.89/87.93	c  76.2s|780000 |761051 |     0 |   0.0 | 248M| 726 |   - |1400 |1665 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
88.99/89.08	c  77.2s|790000 |770788 |     0 |   0.0 | 251M| 726 |   - |1400 |1657 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
90.10/90.20	c  78.1s|800000 |780520 |     0 |   0.0 | 254M| 726 |   - |1400 |1691 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
91.29/91.35	c  79.1s|810000 |790246 |     0 |   0.0 | 258M| 726 |   - |1400 |1723 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
92.49/92.50	c  80.1s|820000 |799944 |     0 |   0.0 | 261M| 726 |   - |1400 |1702 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
93.59/93.63	c  81.1s|830000 |809661 |     0 |   0.0 | 264M| 726 |   - |1400 |1822 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
94.69/94.78	c  82.1s|840000 |819393 |     0 |   0.0 | 267M| 726 |   - |1400 |1734 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
95.89/95.91	c  83.1s|850000 |829122 |     0 |   0.0 | 270M| 726 |   - |1400 |1701 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
96.99/97.03	c  84.0s|860000 |838850 |     0 |   0.0 | 274M| 726 |   - |1400 |1836 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
98.09/98.16	c  85.0s|870000 |848576 |     0 |   0.0 | 277M| 726 |   - |1400 |1757 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
99.19/99.29	c  86.0s|880000 |858294 |     0 |   0.0 | 280M| 726 |   - |1400 |1785 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
100.39/100.42	c  87.0s|890000 |868016 |     0 |   0.0 | 283M| 726 |   - |1400 |1951 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
101.49/101.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.49/101.55	c  87.9s|900000 |877748 |     0 |   0.0 | 286M| 726 |   - |1400 |1853 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
102.69/102.70	c  88.9s|910000 |887452 |     0 |   0.0 | 290M| 726 |   - |1400 |1789 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
103.79/103.84	c  89.9s|920000 |897179 |     0 |   0.0 | 293M| 726 |   - |1400 |1838 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
104.89/104.97	c  90.9s|930000 |906907 |     0 |   0.0 | 296M| 726 |   - |1400 |1817 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
105.99/106.10	c  91.9s|940000 |916624 |     0 |   0.0 | 299M| 726 |   - |1400 |1826 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
107.19/107.23	c  92.9s|950000 |926343 |     0 |   0.0 | 302M| 726 |   - |1400 |1719 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
108.29/108.37	c  93.9s|960000 |936049 |     0 |   0.0 | 306M| 726 |   - |1400 |1751 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
109.49/109.50	c  94.9s|970000 |945777 |     0 |   0.0 | 309M| 726 |   - |1400 |1861 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
110.59/110.64	c  95.8s|980000 |955499 |     0 |   0.0 | 312M| 726 |   - |1400 |1880 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
111.69/111.77	c  96.8s|990000 |965207 |     0 |   0.0 | 315M| 726 |   - |1400 |1896 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
112.79/112.90	c  97.8s|  1000k|974922 |     0 |   0.0 | 318M| 726 |   - |1400 |1994 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
113.99/114.02	c  98.8s|  1010k|984637 |     0 |   0.0 | 322M| 726 |   - |1400 |1859 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
115.09/115.14	c  99.8s|  1020k|994364 |     0 |   0.0 | 325M| 726 |   - |1400 |1874 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
116.19/116.28	c   101s|  1030k|  1004k|     0 |   0.0 | 328M| 726 |   - |1400 |1856 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
117.39/117.43	c   102s|  1040k|  1013k|     0 |   0.0 | 331M| 726 |   - |1400 |1933 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
118.49/118.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.49/118.58	c   103s|  1050k|  1023k|     0 |   0.0 | 334M| 726 |   - |1400 |1979 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
119.69/119.72	c   104s|  1060k|  1033k|     0 |   0.0 | 338M| 726 |   - |1400 |1945 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
120.79/120.88	c   105s|  1070k|  1042k|     0 |   0.0 | 341M| 726 |   - |1400 |2138 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
121.99/122.04	c   106s|  1080k|  1052k|     0 |   0.0 | 344M| 726 |   - |1400 |2072 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
123.09/123.20	c   107s|  1090k|  1062k|     0 |   0.0 | 347M| 726 |   - |1400 |2024 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
124.30/124.34	c   108s|  1100k|  1071k|     0 |   0.0 | 351M| 726 |   - |1400 |2116 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
125.49/125.50	c   109s|  1110k|  1081k|     0 |   0.0 | 354M| 726 |   - |1400 |2000 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
126.59/126.65	c   110s|  1120k|  1091k|     0 |   0.0 | 357M| 726 |   - |1400 |2173 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
127.79/127.81	c   111s|  1130k|  1101k|     0 |   0.0 | 360M| 726 |   - |1400 |2115 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
128.89/128.97	c   112s|  1140k|  1110k|     0 |   0.0 | 363M| 726 |   - |1400 |2010 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
130.09/130.14	c   113s|  1150k|  1120k|     0 |   0.0 | 367M| 726 |   - |1400 |2021 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
131.29/131.32	c   114s|  1160k|  1130k|     0 |   0.0 | 370M| 726 |   - |1400 |1984 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
132.39/132.47	c   115s|  1170k|  1139k|     0 |   0.0 | 373M| 726 |   - |1400 |2096 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
133.59/133.62	c   116s|  1180k|  1149k|     0 |   0.0 | 376M| 726 |   - |1400 |2098 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
134.69/134.77	c   117s|  1190k|  1159k|     0 |   0.0 | 379M| 726 |   - |1400 |2034 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
135.89/135.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.89/135.90	c   118s|  1200k|  1168k|     0 |   0.0 | 383M| 726 |   - |1400 |2255 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
136.99/137.05	c   119s|  1210k|  1178k|     0 |   0.0 | 386M| 726 |   - |1400 |2149 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
138.19/138.20	c   120s|  1220k|  1188k|     0 |   0.0 | 389M| 726 |   - |1400 |2220 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
139.30/139.38	c   121s|  1230k|  1197k|     0 |   0.0 | 392M| 726 |   - |1400 |2115 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
140.49/140.51	c   122s|  1240k|  1207k|     0 |   0.0 | 396M| 726 |   - |1400 |1999 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
141.59/141.65	c   123s|  1250k|  1217k|     0 |   0.0 | 399M| 726 |   - |1400 |2035 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
142.79/142.82	c   124s|  1260k|  1227k|     0 |   0.0 | 402M| 726 |   - |1400 |2101 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
143.89/144.00	c   125s|  1270k|  1236k|     0 |   0.0 | 405M| 726 |   - |1400 |2113 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
145.10/145.16	c   126s|  1280k|  1246k|     0 |   0.0 | 409M| 726 |   - |1400 |2105 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
146.19/146.30	c   127s|  1290k|  1256k|     0 |   0.0 | 412M| 726 |   - |1400 |2152 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
147.40/147.47	c   128s|  1300k|  1265k|     0 |   0.0 | 415M| 726 |   - |1400 |2239 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
148.59/148.64	c   129s|  1310k|  1275k|     0 |   0.0 | 418M| 726 |   - |1400 |2156 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
149.79/149.80	c   130s|  1320k|  1285k|     0 |   0.0 | 422M| 726 |   - |1400 |2359 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
150.89/150.96	c   131s|  1330k|  1294k|     0 |   0.0 | 425M| 726 |   - |1400 |2238 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
152.09/152.13	c   132s|  1340k|  1304k|     0 |   0.0 | 428M| 726 |   - |1400 |2301 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
153.29/153.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.29/153.32	c   133s|  1350k|  1313k|     0 |   0.0 | 431M| 726 |   - |1400 |2368 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
154.39/154.47	c   134s|  1360k|  1323k|     0 |   0.0 | 435M| 726 |   - |1400 |2417 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
155.60/155.62	c   135s|  1370k|  1333k|     0 |   0.0 | 438M| 726 |   - |1400 |2437 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
156.69/156.79	c   136s|  1380k|  1342k|     0 |   0.0 | 441M| 726 |   - |1400 |2407 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
157.89/157.94	c   137s|  1390k|  1352k|     0 |   0.0 | 444M| 726 |   - |1400 |2354 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
159.09/159.13	c   138s|  1400k|  1362k|     0 |   0.0 | 447M| 726 |   - |1400 |2326 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
160.29/160.30	c   139s|  1410k|  1371k|     0 |   0.0 | 451M| 726 |   - |1400 |2420 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
161.40/161.48	c   140s|  1420k|  1381k|     0 |   0.0 | 454M| 726 |   - |1400 |2544 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
162.59/162.62	c   141s|  1430k|  1391k|     0 |   0.0 | 457M| 726 |   - |1400 |2387 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
163.80/163.80	c   142s|  1440k|  1400k|     0 |   0.0 | 460M| 726 |   - |1400 |2349 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
164.89/164.97	c   143s|  1450k|  1410k|     0 |   0.0 | 464M| 726 |   - |1400 |2357 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
166.10/166.13	c   144s|  1460k|  1420k|     0 |   0.0 | 467M| 726 |   - |1400 |2782 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
167.20/167.28	c   145s|  1470k|  1429k|     0 |   0.0 | 470M| 726 |   - |1400 |2668 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
168.39/168.42	c   146s|  1480k|  1439k|     0 |   0.0 | 473M| 726 |   - |1400 |2571 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
169.59/169.60	c   147s|  1490k|  1449k|     0 |   0.0 | 477M| 726 |   - |1400 |2645 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
170.70/170.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.70/170.74	c   148s|  1500k|  1458k|     0 |   0.0 | 480M| 726 |   - |1400 |2599 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
171.89/171.90	c   149s|  1510k|  1468k|     0 |   0.0 | 483M| 726 |   - |1400 |2706 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
172.99/173.05	c   150s|  1520k|  1478k|     0 |   0.0 | 486M| 726 |   - |1400 |2612 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
174.19/174.22	c   151s|  1530k|  1487k|     0 |   0.0 | 490M| 726 |   - |1400 |2854 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
175.39/175.43	c   152s|  1540k|  1497k|     0 |   0.0 | 493M| 726 |   - |1400 |2658 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
176.59/176.60	c   153s|  1550k|  1506k|     0 |   0.0 | 496M| 726 |   - |1400 |2755 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
177.69/177.79	c   154s|  1560k|  1516k|     0 |   0.0 | 499M| 726 |   - |1400 |2876 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
178.89/178.93	c   155s|  1570k|  1526k|     0 |   0.0 | 503M| 726 |   - |1400 |2477 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
180.09/180.11	c   156s|  1580k|  1535k|     0 |   0.0 | 506M| 726 |   - |1400 |2635 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
181.19/181.26	c   157s|  1590k|  1545k|     0 |   0.0 | 509M| 726 |   - |1400 |2780 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
182.39/182.44	c   158s|  1600k|  1555k|     0 |   0.0 | 513M| 726 |   - |1400 |2995 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
183.60/183.62	c   159s|  1610k|  1564k|     0 |   0.0 | 516M| 726 |   - |1400 |2813 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
184.70/184.78	c   160s|  1620k|  1574k|     0 |   0.0 | 519M| 726 |   - |1400 |2771 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
185.90/185.96	c   161s|  1630k|  1583k|     0 |   0.0 | 522M| 726 |   - |1400 |2750 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
187.09/187.11	c   162s|  1640k|  1593k|     0 |   0.0 | 526M| 726 |   - |1400 |2848 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
188.29/188.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.29/188.30	c   163s|  1650k|  1603k|     0 |   0.0 | 529M| 726 |   - |1400 |2710 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
189.40/189.45	c   164s|  1660k|  1612k|     0 |   0.0 | 532M| 726 |   - |1400 |2682 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
190.60/190.66	c   166s|  1670k|  1622k|     0 |   0.0 | 536M| 726 |   - |1400 |2912 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
191.79/191.80	c   167s|  1680k|  1632k|     0 |   0.0 | 539M| 726 |   - |1400 |2780 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
192.89/192.96	c   168s|  1690k|  1641k|     0 |   0.0 | 542M| 726 |   - |1400 |2905 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
194.10/194.16	c   169s|  1700k|  1651k|     0 |   0.0 | 545M| 726 |   - |1400 |2948 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
195.29/195.35	c   170s|  1710k|  1660k|     0 |   0.0 | 549M| 726 |   - |1400 |3041 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
196.49/196.54	c   171s|  1720k|  1670k|     0 |   0.0 | 552M| 726 |   - |1400 |2958 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
197.69/197.70	c   172s|  1730k|  1680k|     0 |   0.0 | 555M| 726 |   - |1400 |2837 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
198.89/198.93	c   173s|  1740k|  1689k|     0 |   0.0 | 559M| 726 |   - |1400 |2840 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
199.99/200.10	c   174s|  1750k|  1699k|     0 |   0.0 | 562M| 726 |   - |1400 |2761 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
201.20/201.27	c   175s|  1760k|  1708k|     0 |   0.0 | 565M| 726 |   - |1400 |3014 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
202.39/202.45	c   176s|  1770k|  1718k|     0 |   0.0 | 569M| 726 |   - |1400 |2982 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
203.59/203.67	c   177s|  1780k|  1728k|     0 |   0.0 | 572M| 726 |   - |1400 |2952 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
204.80/204.86	c   178s|  1790k|  1737k|     0 |   0.0 | 575M| 726 |   - |1400 |2968 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
205.99/206.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.99/206.02	c   179s|  1800k|  1747k|     0 |   0.0 | 578M| 726 |   - |1400 |3141 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
207.19/207.23	c   180s|  1810k|  1756k|     0 |   0.0 | 582M| 726 |   - |1400 |2870 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
208.30/208.38	c   181s|  1820k|  1766k|     0 |   0.0 | 585M| 726 |   - |1400 |2923 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
209.49/209.56	c   182s|  1830k|  1776k|     0 |   0.0 | 588M| 726 |   - |1400 |2945 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
210.69/210.73	c   183s|  1840k|  1785k|     0 |   0.0 | 592M| 726 |   - |1400 |2901 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
211.89/211.94	c   184s|  1850k|  1795k|     0 |   0.0 | 595M| 726 |   - |1400 |2989 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
212.99/213.09	c   185s|  1860k|  1804k|     0 |   0.0 | 598M| 726 |   - |1400 |2951 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
214.19/214.28	c   186s|  1870k|  1814k|     0 |   0.0 | 602M| 726 |   - |1400 |3049 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
215.40/215.44	c   187s|  1880k|  1824k|     0 |   0.0 | 605M| 726 |   - |1400 |2994 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
216.60/216.64	c   188s|  1890k|  1833k|     0 |   0.0 | 608M| 726 |   - |1400 |3208 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
217.80/217.84	c   189s|  1900k|  1843k|     0 |   0.0 | 612M| 726 |   - |1400 |3101 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
219.00/219.03	c   190s|  1910k|  1852k|     0 |   0.0 | 615M| 726 |   - |1400 |2998 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
220.20/220.21	c   191s|  1920k|  1862k|     0 |   0.0 | 618M| 726 |   - |1400 |3146 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
221.30/221.37	c   192s|  1930k|  1871k|     0 |   0.0 | 621M| 726 |   - |1400 |3176 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
222.50/222.59	c   193s|  1940k|  1881k|     0 |   0.0 | 625M| 726 |   - |1400 |3199 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
223.69/223.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.69/223.76	c   194s|  1950k|  1891k|     0 |   0.0 | 628M| 726 |   - |1400 |3332 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
224.89/224.96	c   195s|  1960k|  1900k|     0 |   0.0 | 631M| 726 |   - |1400 |3320 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
226.09/226.15	c   196s|  1970k|  1910k|     0 |   0.0 | 635M| 726 |   - |1400 |3074 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
227.29/227.36	c   197s|  1980k|  1919k|     0 |   0.0 | 638M| 726 |   - |1400 |3319 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
228.50/228.56	c   199s|  1990k|  1929k|     0 |   0.0 | 641M| 726 |   - |1400 |3398 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
229.70/229.75	c   200s|  2000k|  1938k|     0 |   0.0 | 645M| 726 |   - |1400 |3458 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
230.90/230.94	c   201s|  2010k|  1948k|     0 |   0.0 | 648M| 726 |   - |1400 |3179 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
232.09/232.12	c   202s|  2020k|  1958k|     0 |   0.0 | 651M| 726 |   - |1400 |3242 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
233.30/233.33	c   203s|  2030k|  1967k|     0 |   0.0 | 655M| 726 |   - |1400 |3315 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
234.49/234.53	c   204s|  2040k|  1977k|     0 |   0.0 | 658M| 726 |   - |1400 |3359 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
235.69/235.75	c   205s|  2050k|  1986k|     0 |   0.0 | 661M| 726 |   - |1400 |3347 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
236.89/236.93	c   206s|  2060k|  1996k|     0 |   0.0 | 665M| 726 |   - |1400 |3303 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
238.10/238.15	c   207s|  2070k|  2005k|     0 |   0.0 | 668M| 726 |   - |1400 |3385 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
239.29/239.35	c   208s|  2080k|  2015k|     0 |   0.0 | 671M| 726 |   - |1400 |3355 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
240.49/240.54	c   209s|  2090k|  2025k|     0 |   0.0 | 675M| 726 |   - |1400 |3500 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
241.69/241.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.69/241.75	c   210s|  2100k|  2034k|     0 |   0.0 | 678M| 726 |   - |1400 |3543 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
242.89/242.92	c   211s|  2110k|  2044k|     0 |   0.0 | 681M| 726 |   - |1400 |3498 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
244.10/244.12	c   212s|  2120k|  2053k|     0 |   0.0 | 685M| 726 |   - |1400 |3342 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
245.20/245.29	c   213s|  2130k|  2063k|     0 |   0.0 | 688M| 726 |   - |1400 |3500 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
246.50/246.53	c   214s|  2140k|  2072k|     0 |   0.0 | 691M| 726 |   - |1400 |3526 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
247.59/247.69	c   215s|  2150k|  2082k|     0 |   0.0 | 695M| 726 |   - |1400 |3836 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
248.90/248.94	c   217s|  2160k|  2091k|     0 |   0.0 | 698M| 726 |   - |1400 |3877 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
250.09/250.13	c   218s|  2170k|  2101k|     0 |   0.0 | 702M| 726 |   - |1400 |3716 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
251.29/251.37	c   219s|  2180k|  2111k|     0 |   0.0 | 705M| 726 |   - |1400 |3555 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
252.50/252.57	c   220s|  2190k|  2120k|     0 |   0.0 | 708M| 726 |   - |1400 |3664 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
253.70/253.75	c   221s|  2200k|  2130k|     0 |   0.0 | 711M| 726 |   - |1400 |3388 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
254.99/255.00	c   222s|  2210k|  2139k|     0 |   0.0 | 715M| 726 |   - |1400 |3616 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
256.09/256.19	c   223s|  2220k|  2149k|     0 |   0.0 | 718M| 726 |   - |1400 |3695 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
257.40/257.41	c   224s|  2230k|  2158k|     0 |   0.0 | 722M| 726 |   - |1400 |3832 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
258.50/258.58	c   225s|  2240k|  2168k|     0 |   0.0 | 725M| 726 |   - |1400 |3907 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
259.80/259.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
259.80/259.82	c   226s|  2250k|  2177k|     0 |   0.0 | 728M| 726 |   - |1400 |3852 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
260.99/261.03	c   227s|  2260k|  2187k|     0 |   0.0 | 732M| 726 |   - |1400 |3809 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
262.29/262.35	c   229s|  2270k|  2196k|     0 |   0.0 | 735M| 726 |   - |1400 |3683 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
263.50/263.54	c   230s|  2280k|  2206k|     0 |   0.0 | 738M| 726 |   - |1400 |3786 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
264.69/264.79	c   231s|  2290k|  2215k|     0 |   0.0 | 742M| 726 |   - |1400 |3801 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
265.89/265.99	c   232s|  2300k|  2225k|     0 |   0.0 | 745M| 726 |   - |1400 |4063 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
267.20/267.23	c   233s|  2310k|  2234k|     0 |   0.0 | 749M| 726 |   - |1400 |4072 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
268.40/268.49	c   234s|  2320k|  2244k|     0 |   0.0 | 752M| 726 |   - |1400 |4052 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
269.59/269.69	c   235s|  2330k|  2253k|     0 |   0.0 | 755M| 726 |   - |1400 |4077 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
270.89/270.97	c   236s|  2340k|  2263k|     0 |   0.0 | 759M| 726 |   - |1400 |3981 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
272.09/272.15	c   237s|  2350k|  2272k|     0 |   0.0 | 762M| 726 |   - |1400 |4197 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
273.29/273.39	c   238s|  2360k|  2282k|     0 |   0.0 | 765M| 726 |   - |1400 |4113 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
274.50/274.59	c   239s|  2370k|  2291k|     0 |   0.0 | 769M| 726 |   - |1400 |4167 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
275.79/275.82	c   240s|  2380k|  2301k|     0 |   0.0 | 772M| 726 |   - |1400 |4168 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
276.99/277.05	c   242s|  2390k|  2311k|     0 |   0.0 | 776M| 726 |   - |1400 |4326 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
278.20/278.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.20/278.26	c   243s|  2400k|  2320k|     0 |   0.0 | 779M| 726 |   - |1400 |4313 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
279.50/279.50	c   244s|  2410k|  2330k|     0 |   0.0 | 783M| 726 |   - |1400 |4315 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
280.59/280.66	c   245s|  2420k|  2339k|     0 |   0.0 | 786M| 726 |   - |1400 |4166 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
281.79/281.89	c   246s|  2430k|  2349k|     0 |   0.0 | 789M| 726 |   - |1400 |3827 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
283.10/283.10	c   247s|  2440k|  2358k|     0 |   0.0 | 793M| 726 |   - |1400 |4018 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
284.29/284.32	c   248s|  2450k|  2368k|     0 |   0.0 | 796M| 726 |   - |1400 |4047 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
285.50/285.55	c   249s|  2460k|  2377k|     0 |   0.0 | 800M| 726 |   - |1400 |4126 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
286.70/286.75	c   250s|  2470k|  2387k|     0 |   0.0 | 803M| 726 |   - |1400 |4286 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
287.99/288.04	c   251s|  2480k|  2396k|     0 |   0.0 | 807M| 726 |   - |1400 |4195 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
289.20/289.23	c   252s|  2490k|  2405k|     0 |   0.0 | 810M| 726 |   - |1400 |4271 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
290.49/290.54	c   253s|  2500k|  2415k|     0 |   0.0 | 813M| 726 |   - |1400 |4166 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
291.69/291.77	c   254s|  2510k|  2424k|     0 |   0.0 | 817M| 726 |   - |1400 |4275 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
293.00/293.03	c   256s|  2520k|  2434k|     0 |   0.0 | 820M| 726 |   - |1400 |4151 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
294.29/294.36	c   257s|  2530k|  2443k|     0 |   0.0 | 824M| 726 |   - |1400 |4407 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
295.59/295.68	c   258s|  2540k|  2453k|     0 |   0.0 | 827M| 726 |   - |1400 |4399 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
296.91/296.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.91/296.99	c   259s|  2550k|  2462k|     0 |   0.0 | 831M| 726 |   - |1400 |4215 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
298.20/298.20	c   260s|  2560k|  2472k|     0 |   0.0 | 834M| 726 |   - |1400 |4331 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
299.49/299.51	c   261s|  2570k|  2481k|     0 |   0.0 | 838M| 726 |   - |1400 |4462 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
300.69/300.77	c   262s|  2580k|  2490k|     0 |   0.0 | 841M| 726 |   - |1400 |4754 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
301.99/302.06	c   264s|  2590k|  2500k|     0 |   0.0 | 845M| 726 |   - |1400 |4798 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
303.29/303.33	c   265s|  2600k|  2509k|     0 |   0.0 | 848M| 726 |   - |1400 |4364 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
304.49/304.57	c   266s|  2610k|  2519k|     0 |   0.0 | 851M| 726 |   - |1400 |4637 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
305.80/305.87	c   267s|  2620k|  2528k|     0 |   0.0 | 855M| 726 |   - |1400 |4465 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
307.09/307.18	c   268s|  2630k|  2538k|     0 |   0.0 | 858M| 726 |   - |1400 |4921 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
308.50/308.50	c   269s|  2640k|  2547k|     0 |   0.0 | 862M| 726 |   - |1400 |4631 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
309.70/309.73	c   270s|  2650k|  2557k|     0 |   0.0 | 865M| 726 |   - |1400 |4647 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
310.89/310.99	c   271s|  2660k|  2566k|     0 |   0.0 | 869M| 726 |   - |1400 |4688 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
312.19/312.30	c   273s|  2670k|  2575k|     0 |   0.0 | 872M| 726 |   - |1400 |4678 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
313.51/313.52	c   274s|  2680k|  2585k|     0 |   0.0 | 876M| 726 |   - |1400 |4848 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
314.80/314.89	c   275s|  2690k|  2594k|     0 |   0.0 | 879M| 726 |   - |1400 |4573 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
316.10/316.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.10/316.15	c   276s|  2700k|  2604k|     0 |   0.0 | 883M| 726 |   - |1400 |4509 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
317.29/317.39	c   277s|  2710k|  2613k|     0 |   0.0 | 886M| 726 |   - |1400 |4818 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
318.70/318.74	c   278s|  2720k|  2622k|     0 |   0.0 | 890M| 726 |   - |1400 |4486 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
320.00/320.01	c   279s|  2730k|  2632k|     0 |   0.0 | 893M| 726 |   - |1400 |4668 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
321.30/321.30	c   281s|  2740k|  2641k|     0 |   0.0 | 897M| 726 |   - |1400 |4713 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
322.59/322.64	c   282s|  2750k|  2651k|     0 |   0.0 | 900M| 726 |   - |1400 |4637 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
323.80/323.89	c   283s|  2760k|  2660k|     0 |   0.0 | 904M| 726 |   - |1400 |5062 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
325.19/325.26	c   284s|  2770k|  2669k|     0 |   0.0 | 907M| 726 |   - |1400 |4857 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
326.50/326.60	c   285s|  2780k|  2679k|     0 |   0.0 | 911M| 726 |   - |1400 |5082 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
327.80/327.84	c   286s|  2790k|  2688k|     0 |   0.0 | 914M| 726 |   - |1400 |4857 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
329.19/329.22	c   288s|  2800k|  2697k|     0 |   0.0 | 918M| 726 |   - |1400 |4979 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
330.50/330.53	c   289s|  2810k|  2707k|     0 |   0.0 | 921M| 726 |   - |1400 |5205 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
331.80/331.87	c   290s|  2820k|  2716k|     0 |   0.0 | 925M| 726 |   - |1400 |5015 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
333.20/333.21	c   291s|  2830k|  2725k|     0 |   0.0 | 928M| 726 |   - |1400 |4894 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
334.50/334.50	c   292s|  2840k|  2735k|     0 |   0.0 | 932M| 726 |   - |1400 |5658 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
335.90/335.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.90/335.90	c   293s|  2850k|  2744k|     0 |   0.0 | 935M| 726 |   - |1400 |5224 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
337.19/337.22	c   295s|  2860k|  2753k|     0 |   0.0 | 939M| 726 |   - |1400 |5521 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
338.50/338.50	c   296s|  2870k|  2763k|     0 |   0.0 | 942M| 726 |   - |1400 |5720 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
339.80/339.83	c   297s|  2880k|  2772k|     0 |   0.0 | 946M| 726 |   - |1400 |5499 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
341.09/341.15	c   298s|  2890k|  2781k|     0 |   0.0 | 949M| 726 |   - |1400 |5885 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
342.50/342.53	c   299s|  2900k|  2791k|     0 |   0.0 | 953M| 726 |   - |1400 |5900 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
343.90/343.90	c   300s|  2910k|  2800k|     0 |   0.0 | 956M| 726 |   - |1400 |5510 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
345.20/345.25	c   302s|  2920k|  2809k|     0 |   0.0 | 960M| 726 |   - |1400 |5365 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
346.60/346.61	c   303s|  2930k|  2819k|     0 |   0.0 | 963M| 726 |   - |1400 |5597 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
348.00/348.03	c   304s|  2940k|  2828k|     0 |   0.0 | 967M| 726 |   - |1400 |5529 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
349.29/349.37	c   305s|  2950k|  2837k|     0 |   0.0 | 971M| 726 |   - |1400 |5656 |   0 |   0 |   0 | 585k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
350.60/350.68	c   306s|  2960k|  2846k|     0 |   0.0 | 974M| 726 |   - |1400 |6130 |   0 |   0 |   0 | 589k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
352.00/352.08	c   308s|  2970k|  2856k|     0 |   0.0 | 978M| 726 |   - |1400 |6027 |   0 |   0 |   0 | 592k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
353.39/353.43	c   309s|  2980k|  2865k|     0 |   0.0 | 982M| 726 |   - |1400 |5743 |   0 |   0 |   0 | 596k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
354.69/354.74	c   310s|  2990k|  2874k|     0 |   0.0 | 985M| 726 |   - |1400 |6233 |   0 |   0 |   0 | 600k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
356.10/356.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.10/356.12	c   311s|  3000k|  2884k|     0 |   0.0 | 989M| 726 |   - |1400 |5720 |   0 |   0 |   0 | 604k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
357.50/357.55	c   313s|  3010k|  2893k|     0 |   0.0 | 992M| 726 |   - |1400 |5817 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
358.90/358.96	c   314s|  3020k|  2902k|     0 |   0.0 | 996M| 726 |   - |1400 |6331 |   0 |   0 |   0 | 612k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
360.30/360.39	c   315s|  3030k|  2911k|     0 |   0.0 | 999M| 726 |   - |1400 |6519 |   0 |   0 |   0 | 616k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
361.80/361.84	c   316s|  3040k|  2920k|     0 |   0.0 |1003M| 726 |   - |1400 |6126 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
363.30/363.34	c   318s|  3050k|  2930k|     0 |   0.0 |1007M| 726 |   - |1400 |6216 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
364.60/364.68	c   319s|  3060k|  2939k|     0 |   0.0 |1011M| 726 |   - |1400 |6701 |   0 |   0 |   0 | 629k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
366.10/366.14	c   320s|  3070k|  2948k|     0 |   0.0 |1014M| 726 |   - |1400 |6465 |   0 |   0 |   0 | 633k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
367.60/367.66	c   321s|  3080k|  2957k|     0 |   0.0 |1018M| 726 |   - |1400 |6579 |   0 |   0 |   0 | 637k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
368.99/369.07	c   323s|  3090k|  2966k|     0 |   0.0 |1022M| 726 |   - |1400 |6891 |   0 |   0 |   0 | 642k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
370.40/370.47	c   324s|  3100k|  2975k|     0 |   0.0 |1025M| 726 |   - |1400 |7146 |   0 |   0 |   0 | 646k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
372.00/372.03	c   325s|  3110k|  2985k|     0 |   0.0 |1029M| 726 |   - |1400 |6824 |   0 |   0 |   0 | 651k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
373.49/373.52	c   327s|  3120k|  2994k|     0 |   0.0 |1032M| 726 |   - |1400 |6517 |   0 |   0 |   0 | 655k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
375.00/375.01	c   328s|  3130k|  3003k|     0 |   0.0 |1036M| 726 |   - |1400 |6976 |   0 |   0 |   0 | 660k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
376.49/376.54	c   329s|  3140k|  3012k|     0 |   0.0 |1040M| 726 |   - |1400 |7229 |   0 |   0 |   0 | 664k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
378.00/378.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
378.00/378.07	c   331s|  3150k|  3021k|     0 |   0.0 |1044M| 726 |   - |1400 |7149 |   0 |   0 |   0 | 669k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
379.60/379.62	c   332s|  3160k|  3030k|     0 |   0.0 |1047M| 726 |   - |1400 |7135 |   0 |   0 |   0 | 674k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
381.20/381.20	c   334s|  3170k|  3039k|     0 |   0.0 |1051M| 726 |   - |1400 |6890 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
382.59/382.70	c   335s|  3180k|  3048k|     0 |   0.0 |1055M| 726 |   - |1400 |7568 |   0 |   0 |   0 | 683k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
384.19/384.24	c   336s|  3190k|  3057k|     0 |   0.0 |1059M| 726 |   - |1400 |7321 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
385.80/385.80	c   338s|  3200k|  3066k|     0 |   0.0 |1062M| 726 |   - |1400 |6952 |   0 |   0 |   0 | 693k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
387.30/387.34	c   339s|  3210k|  3075k|     0 |   0.0 |1066M| 726 |   - |1400 |7179 |   0 |   0 |   0 | 698k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
388.90/388.94	c   341s|  3220k|  3085k|     0 |   0.0 |1070M| 726 |   - |1400 |6903 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
390.50/390.51	c   342s|  3230k|  3093k|     0 |   0.0 |1074M| 726 |   - |1400 |7480 |   0 |   0 |   0 | 709k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
392.00/392.08	c   343s|  3240k|  3102k|     0 |   0.0 |1078M| 726 |   - |1400 |8046 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
393.60/393.63	c   345s|  3250k|  3112k|     0 |   0.0 |1082M| 726 |   - |1400 |8200 |   0 |   0 |   0 | 719k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
395.20/395.20	c   346s|  3260k|  3121k|     0 |   0.0 |1086M| 726 |   - |1400 |9011 |   0 |   0 |   0 | 724k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
396.80/396.84	c   348s|  3270k|  3130k|     0 |   0.0 |1090M| 726 |   - |1400 |9249 |   0 |   0 |   0 | 729k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
398.49/398.51	c   349s|  3280k|  3138k|     0 |   0.0 |1094M| 726 |   - |1400 |9395 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
400.10/400.18	c   351s|  3290k|  3147k|     0 |   0.0 |1097M| 726 |   - |1400 |8442 |   0 |   0 |   0 | 741k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
401.80/401.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
401.80/401.85	c   352s|  3300k|  3156k|     0 |   0.0 |1101M| 726 |   - |1400 |7922 |   0 |   0 |   0 | 746k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
403.50/403.52	c   354s|  3310k|  3165k|     0 |   0.0 |1105M| 726 |   - |1400 |7545 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
405.09/405.16	c   355s|  3320k|  3174k|     0 |   0.0 |1109M| 726 |   - |1400 |7976 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
406.69/406.79	c   357s|  3330k|  3183k|     0 |   0.0 |1113M| 726 |   - |1400 |8366 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
408.39/408.44	c   358s|  3340k|  3192k|     0 |   0.0 |1117M| 726 |   - |1400 |9022 |   0 |   0 |   0 | 770k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
410.21/410.24	c   360s|  3350k|  3201k|     0 |   0.0 |1121M| 726 |   - |1400 |9003 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
411.90/411.96	c   362s|  3360k|  3209k|     0 |   0.0 |1124M| 726 |   - |1400 |8718 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
413.70/413.74	c   363s|  3370k|  3218k|     0 |   0.0 |1128M| 726 |   - |1400 |8158 |   0 |   0 |   0 | 789k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
415.50/415.56	c   365s|  3380k|  3227k|     0 |   0.0 |1132M| 726 |   - |1400 |8671 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
417.30/417.37	c   367s|  3390k|  3236k|     0 |   0.0 |1136M| 726 |   - |1400 |8757 |   0 |   0 |   0 | 802k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
419.20/419.20	c   368s|  3400k|  3244k|     0 |   0.0 |1140M| 726 |   - |1400 |8889 |   0 |   0 |   0 | 808k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
420.90/420.98	c   370s|  3410k|  3253k|     0 |   0.0 |1144M| 726 |   - |1400 |9227 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
422.79/422.84	c   372s|  3420k|  3262k|     0 |   0.0 |1148M| 726 |   - |1400 |9619 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
424.70/424.71	c   373s|  3430k|  3270k|     0 |   0.0 |1153M| 726 |   - |1400 |  10k|   0 |   0 |   0 | 829k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
426.60/426.67	c   375s|  3440k|  3279k|     0 |   0.0 |1156M| 726 |   - |1400 |9353 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
428.60/428.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.60/428.67	c   377s|  3450k|  3287k|     0 |   0.0 |1160M| 726 |   - |1400 |9239 |   0 |   0 |   0 | 844k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
430.70/430.72	c   379s|  3460k|  3296k|     0 |   0.0 |1164M| 726 |   - |1400 |9668 |   0 |   0 |   0 | 852k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
432.70/432.71	c   381s|  3470k|  3304k|     0 |   0.0 |1169M| 726 |   - |1400 |  10k|   0 |   0 |   0 | 860k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
434.70/434.74	c   383s|  3480k|  3313k|     0 |   0.0 |1173M| 726 |   - |1400 |  10k|   0 |   0 |   0 | 867k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
436.80/436.89	c   385s|  3490k|  3321k|     0 |   0.0 |1177M| 726 |   - |1400 |  10k|   0 |   0 |   0 | 875k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
438.91/438.94	c   387s|  3500k|  3330k|     0 |   0.0 |1182M| 726 |   - |1400 |  11k|   0 |   0 |   0 | 884k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
441.01/441.07	c   389s|  3510k|  3338k|     0 |   0.0 |1186M| 726 |   - |1400 |  10k|   0 |   0 |   0 | 892k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
443.20/443.28	c   391s|  3520k|  3346k|     0 |   0.0 |1190M| 726 |   - |1400 |  12k|   0 |   0 |   0 | 901k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
445.50/445.59	c   393s|  3530k|  3354k|     0 |   0.0 |1194M| 726 |   - |1400 |  11k|   0 |   0 |   0 | 910k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
447.90/447.92	c   395s|  3540k|  3363k|     0 |   0.0 |1198M| 726 |   - |1400 |  11k|   0 |   0 |   0 | 920k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
450.19/450.29	c   397s|  3550k|  3371k|     0 |   0.0 |1204M| 726 |   - |1400 |  13k|   0 |   0 |   0 | 930k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
452.60/452.66	c   399s|  3560k|  3379k|     0 |   0.0 |1208M| 726 |   - |1400 |  13k|   0 |   0 |   0 | 940k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
455.00/455.09	c   402s|  3570k|  3387k|     0 |   0.0 |1212M| 726 |   - |1400 |  13k|   0 |   0 |   0 | 950k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
457.40/457.46	c   404s|  3580k|  3395k|     0 |   0.0 |1217M| 726 |   - |1400 |  14k|   0 |   0 |   0 | 961k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
460.00/460.08	c   406s|  3590k|  3402k|     0 |   0.0 |1222M| 726 |   - |1400 |  15k|   0 |   0 |   0 | 972k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
462.60/462.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
462.60/462.68	c   409s|  3600k|  3410k|     0 |   0.0 |1225M| 726 |   - |1400 |  13k|   0 |   0 |   0 | 984k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
465.40/465.48	c   411s|  3610k|  3418k|     0 |   0.0 |1229M| 726 |   - |1400 |  13k|   0 |   0 |   0 | 996k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
468.10/468.15	c   414s|  3620k|  3425k|     0 |   0.0 |1233M| 726 |   - |1400 |  12k|   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
470.81/470.87	c   417s|  3630k|  3433k|     0 |   0.0 |1237M| 726 |   - |1400 |  12k|   0 |   0 |   0 |1021k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
473.60/473.64	c   419s|  3640k|  3440k|     0 |   0.0 |1241M| 726 |   - |1400 |  12k|   0 |   0 |   0 |1033k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
476.20/476.23	c   422s|  3650k|  3448k|     0 |   0.0 |1245M| 726 |   - |1400 |  11k|   0 |   0 |   0 |1045k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
478.60/478.64	c   424s|  3660k|  3456k|     0 |   0.0 |1249M| 726 |   - |1400 |  11k|   0 |   0 |   0 |1057k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
481.00/481.05	c   426s|  3670k|  3463k|     0 |   0.0 |1253M| 726 |   - |1400 |  12k|   0 |   0 |   0 |1068k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
483.50/483.52	c   428s|  3680k|  3471k|     0 |   0.0 |1257M| 726 |   - |1400 |  11k|   0 |   0 |   0 |1080k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
485.80/485.86	c   431s|  3690k|  3478k|     0 |   0.0 |1261M| 726 |   - |1400 |  11k|   0 |   0 |   0 |1093k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
488.20/488.27	c   433s|  3700k|  3485k|     0 |   0.0 |1264M| 726 |   - |1400 |  11k|   0 |   0 |   0 |1106k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
490.90/490.95	c   435s|  3710k|  3492k|     0 |   0.0 |1271M| 726 |   - |1400 |  17k|   0 |   0 |   0 |1124k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
494.40/494.46	c   439s|  3720k|  3497k|     0 |   0.0 |1272M| 726 |   - |1400 |  11k|   0 |   0 |   0 |1146k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
496.31/496.35	c   441s|  3730k|  3506k|     0 |   0.0 |1274M| 803 |   - |1400 |7518 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
497.30/497.33	c   441s|  3740k|  3516k|     0 |   0.0 |1277M| 803 |   - |1400 |7212 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 4.886000e+03 |    Inf 
498.10/498.17	o 889
498.10/498.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
498.10/498.17	c * 442s|  3748k|  3524k|     0 |   0.0 |1280M| 824 |   - |1400 |7092 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 8.890000e+02 |    Inf 
498.21/498.22	o 885
498.21/498.22	c * 442s|  3748k|  3524k|     0 |   0.0 |1280M| 824 |   - |1400 |7092 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 8.850000e+02 |    Inf 
498.40/498.44	c   442s|  3750k|  3526k|     0 |   0.0 |1280M| 824 |   - |1400 |7055 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 8.850000e+02 |    Inf 
499.41/499.47	c   443s|  3760k|  3536k|     0 |   0.0 |1283M| 824 |   - |1400 |6730 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 8.850000e+02 |    Inf 
500.40/500.49	c   444s|  3770k|  3546k|     0 |   0.0 |1286M| 824 |   - |1400 |6484 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 8.850000e+02 |    Inf 
501.51/501.50	c   445s|  3780k|  3556k|     0 |   0.0 |1289M| 824 |   - |1400 |5998 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 8.850000e+02 |    Inf 
502.50/502.50	c   446s|  3790k|  3566k|     0 |   0.0 |1292M| 824 |   - |1400 |5047 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 8.850000e+02 |    Inf 
503.40/503.48	c   447s|  3800k|  3576k|     0 |   0.0 |1295M| 824 |   - |1400 |4661 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 8.850000e+02 |    Inf 
504.40/504.44	c   448s|  3810k|  3586k|     0 |   0.0 |1298M| 824 |   - |1400 |4388 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 8.850000e+02 |    Inf 
505.30/505.39	c   448s|  3820k|  3596k|     0 |   0.0 |1301M| 824 |   - |1400 |4230 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 8.850000e+02 |    Inf 
505.90/505.97	o 839
505.90/505.97	c * 449s|  3825k|  3601k|     0 |   0.0 |1303M| 824 |   - |1400 |4339 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
506.40/506.41	c   449s|  3830k|  3606k|     0 |   0.0 |1305M| 824 |   - |1400 |4379 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
507.50/507.56	c   450s|  3840k|  3615k|     0 |   0.0 |1309M| 824 |   - |1400 |4364 |   0 |   0 |   0 |1157k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
508.60/508.66	c   451s|  3850k|  3625k|     0 |   0.0 |1311M| 824 |   - |1400 |3986 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
509.80/509.82	c   452s|  3860k|  3635k|     0 |   0.0 |1314M| 824 |   - |1400 |3939 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
511.00/511.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
511.00/511.00	c   453s|  3870k|  3645k|     0 |   0.0 |1317M| 824 |   - |1400 |3787 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
512.10/512.17	c   454s|  3880k|  3654k|     0 |   0.0 |1320M| 824 |   - |1400 |3747 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
513.31/513.35	c   455s|  3890k|  3664k|     0 |   0.0 |1323M| 824 |   - |1400 |3617 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
514.50/514.52	c   456s|  3900k|  3674k|     0 |   0.0 |1326M| 824 |   - |1400 |3570 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
515.61/515.68	c   457s|  3910k|  3684k|     0 |   0.0 |1329M| 824 |   - |1400 |3551 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
516.80/516.87	c   459s|  3920k|  3694k|     0 |   0.0 |1332M| 824 |   - |1400 |3346 |   0 |   0 |   0 |1163k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
518.00/518.04	c   460s|  3930k|  3704k|     0 |   0.0 |1335M| 824 |   - |1400 |3241 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
519.21/519.21	c   461s|  3940k|  3714k|     0 |   0.0 |1338M| 824 |   - |1400 |3003 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
520.31/520.38	c   462s|  3950k|  3723k|     0 |   0.0 |1341M| 824 |   - |1400 |2925 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
521.50/521.56	c   463s|  3960k|  3733k|     0 |   0.0 |1344M| 824 |   - |1400 |2747 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
522.70/522.73	c   464s|  3970k|  3743k|     0 |   0.0 |1347M| 824 |   - |1400 |2740 |   0 |   0 |   0 |1167k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
523.80/523.89	c   465s|  3980k|  3753k|     0 |   0.0 |1350M| 824 |   - |1400 |2681 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
525.00/525.07	c   466s|  3990k|  3763k|     0 |   0.0 |1353M| 824 |   - |1400 |2606 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
526.20/526.27	c   467s|  4000k|  3773k|     0 |   0.0 |1356M| 824 |   - |1400 |2434 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
527.40/527.41	c   468s|  4010k|  3782k|     0 |   0.0 |1359M| 824 |   - |1400 |2309 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
528.60/528.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.60/528.60	c   469s|  4020k|  3792k|     0 |   0.0 |1362M| 824 |   - |1400 |2245 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
529.71/529.77	c   470s|  4030k|  3802k|     0 |   0.0 |1364M| 824 |   - |1400 |2151 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
530.90/530.94	c   471s|  4040k|  3812k|     0 |   0.0 |1367M| 824 |   - |1400 |2087 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
532.11/532.12	c   472s|  4050k|  3822k|     0 |   0.0 |1370M| 824 |   - |1400 |1950 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
533.20/533.28	c   473s|  4060k|  3832k|     0 |   0.0 |1373M| 824 |   - |1400 |1769 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
534.40/534.45	c   474s|  4070k|  3841k|     0 |   0.0 |1376M| 824 |   - |1400 |1697 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
535.60/535.63	c   475s|  4080k|  3851k|     0 |   0.0 |1379M| 824 |   - |1400 |1622 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
536.80/536.81	c   476s|  4090k|  3861k|     0 |   0.0 |1382M| 824 |   - |1400 |1591 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
537.91/537.97	c   477s|  4100k|  3871k|     0 |   0.0 |1385M| 824 |   - |1400 |1554 |   0 |   0 |   0 |1178k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
539.10/539.15	c   478s|  4110k|  3881k|     0 |   0.0 |1388M| 824 |   - |1400 |1528 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
540.30/540.30	c   479s|  4120k|  3891k|     0 |   0.0 |1391M| 824 |   - |1400 |1500 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
541.40/541.48	c   480s|  4130k|  3900k|     0 |   0.0 |1394M| 824 |   - |1400 |1409 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
542.60/542.62	c   481s|  4140k|  3910k|     0 |   0.0 |1397M| 824 |   - |1400 |1380 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
543.71/543.78	c   482s|  4150k|  3920k|     0 |   0.0 |1400M| 824 |   - |1400 |1409 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
544.90/544.94	c   483s|  4160k|  3930k|     0 |   0.0 |1403M| 824 |   - |1400 |1393 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
546.10/546.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
546.10/546.10	c   485s|  4170k|  3940k|     0 |   0.0 |1405M| 824 |   - |1400 |1285 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
547.20/547.26	c   486s|  4180k|  3950k|     0 |   0.0 |1408M| 824 |   - |1400 |1275 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
548.40/548.42	c   487s|  4190k|  3959k|     0 |   0.0 |1411M| 824 |   - |1400 |1255 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
549.50/549.57	c   488s|  4200k|  3969k|     0 |   0.0 |1414M| 824 |   - |1400 |1189 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
550.70/550.74	c   489s|  4210k|  3979k|     0 |   0.0 |1417M| 824 |   - |1400 |1247 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
551.90/551.90	c   490s|  4220k|  3989k|     0 |   0.0 |1420M| 824 |   - |1400 |1101 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
553.00/553.08	c   491s|  4230k|  3999k|     0 |   0.0 |1423M| 824 |   - |1400 |1121 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
554.20/554.26	c   492s|  4240k|  4009k|     0 |   0.0 |1426M| 824 |   - |1400 |1112 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
555.40/555.43	c   493s|  4250k|  4019k|     0 |   0.0 |1429M| 824 |   - |1400 |1104 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
556.51/556.59	c   494s|  4260k|  4028k|     0 |   0.0 |1432M| 824 |   - |1400 |1097 |   0 |   0 |   0 |1191k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
557.71/557.74	c   495s|  4270k|  4038k|     0 |   0.0 |1435M| 824 |   - |1400 |1071 |   0 |   0 |   0 |1191k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
558.90/558.90	c   496s|  4280k|  4048k|     0 |   0.0 |1438M| 824 |   - |1400 |1045 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
560.00/560.07	c   497s|  4290k|  4058k|     0 |   0.0 |1441M| 824 |   - |1400 |1009 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
561.20/561.24	c   498s|  4300k|  4068k|     0 |   0.0 |1444M| 824 |   - |1400 | 978 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
562.40/562.40	c   499s|  4310k|  4078k|     0 |   0.0 |1447M| 824 |   - |1400 | 928 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
563.50/563.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
563.50/563.57	c   500s|  4320k|  4087k|     0 |   0.0 |1449M| 824 |   - |1400 | 938 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
564.70/564.72	c   501s|  4330k|  4097k|     0 |   0.0 |1452M| 824 |   - |1400 | 963 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
565.80/565.87	c   502s|  4340k|  4107k|     0 |   0.0 |1455M| 824 |   - |1400 | 993 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
567.01/567.03	c   503s|  4350k|  4117k|     0 |   0.0 |1458M| 824 |   - |1400 | 974 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
568.11/568.19	c   504s|  4360k|  4127k|     0 |   0.0 |1461M| 824 |   - |1400 | 908 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
569.31/569.34	c   505s|  4370k|  4137k|     0 |   0.0 |1464M| 824 |   - |1400 | 955 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
570.51/570.50	c   506s|  4380k|  4146k|     0 |   0.0 |1467M| 824 |   - |1400 | 889 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
571.60/571.66	c   507s|  4390k|  4156k|     0 |   0.0 |1470M| 824 |   - |1400 | 926 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
572.80/572.83	c   508s|  4400k|  4166k|     0 |   0.0 |1473M| 824 |   - |1400 | 970 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
573.91/573.97	c   509s|  4410k|  4176k|     0 |   0.0 |1476M| 824 |   - |1400 | 975 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
575.10/575.13	c   510s|  4420k|  4186k|     0 |   0.0 |1479M| 824 |   - |1400 | 977 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
576.21/576.29	c   511s|  4430k|  4196k|     0 |   0.0 |1482M| 824 |   - |1400 | 978 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
577.51/577.50	c   512s|  4440k|  4205k|     0 |   0.0 |1485M| 824 |   - |1400 | 994 |   0 |   0 |   0 |1205k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
578.60/578.67	c   513s|  4450k|  4215k|     0 |   0.0 |1488M| 824 |   - |1400 |1001 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
579.80/579.88	c   514s|  4460k|  4225k|     0 |   0.0 |1491M| 824 |   - |1400 |1075 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
581.00/581.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
581.00/581.07	c   515s|  4470k|  4235k|     0 |   0.0 |1494M| 824 |   - |1400 |1040 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
582.20/582.25	c   516s|  4480k|  4245k|     0 |   0.0 |1497M| 824 |   - |1400 |1026 |   0 |   0 |   0 |1209k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
583.41/583.44	c   517s|  4490k|  4255k|     0 |   0.0 |1499M| 824 |   - |1400 | 997 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
584.61/584.61	c   518s|  4500k|  4264k|     0 |   0.0 |1502M| 824 |   - |1400 | 947 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
585.71/585.77	c   519s|  4510k|  4274k|     0 |   0.0 |1505M| 824 |   - |1400 |1035 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
586.90/586.92	c   520s|  4520k|  4284k|     0 |   0.0 |1508M| 824 |   - |1400 | 977 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
588.01/588.08	c   522s|  4530k|  4294k|     0 |   0.0 |1511M| 824 |   - |1400 | 968 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
589.20/589.25	c   523s|  4540k|  4304k|     0 |   0.0 |1514M| 824 |   - |1400 | 907 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
590.40/590.42	c   524s|  4550k|  4314k|     0 |   0.0 |1517M| 824 |   - |1400 | 906 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
591.61/591.60	c   525s|  4560k|  4324k|     0 |   0.0 |1520M| 824 |   - |1400 | 961 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
592.70/592.77	c   526s|  4570k|  4333k|     0 |   0.0 |1523M| 824 |   - |1400 | 939 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
593.90/593.97	c   527s|  4580k|  4343k|     0 |   0.0 |1526M| 824 |   - |1400 |1012 |   0 |   0 |   0 |1217k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
595.11/595.12	c   528s|  4590k|  4353k|     0 |   0.0 |1529M| 824 |   - |1400 |1025 |   0 |   0 |   0 |1218k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
596.31/596.32	c   529s|  4600k|  4363k|     0 |   0.0 |1532M| 824 |   - |1400 |1018 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
597.40/597.48	c   530s|  4610k|  4373k|     0 |   0.0 |1535M| 824 |   - |1400 |1036 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
598.60/598.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.60/598.67	c   531s|  4620k|  4382k|     0 |   0.0 |1538M| 824 |   - |1400 |1061 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
599.80/599.86	c   532s|  4630k|  4392k|     0 |   0.0 |1541M| 824 |   - |1400 |1053 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
601.00/601.03	c   533s|  4640k|  4402k|     0 |   0.0 |1543M| 824 |   - |1400 | 982 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
602.11/602.19	c   534s|  4650k|  4412k|     0 |   0.0 |1546M| 824 |   - |1400 | 986 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
603.30/603.36	c   535s|  4660k|  4422k|     0 |   0.0 |1549M| 824 |   - |1400 | 966 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
604.50/604.52	c   536s|  4670k|  4432k|     0 |   0.0 |1552M| 824 |   - |1400 | 920 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
605.60/605.69	c   537s|  4680k|  4442k|     0 |   0.0 |1555M| 824 |   - |1400 | 939 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
606.81/606.85	c   538s|  4690k|  4451k|     0 |   0.0 |1558M| 824 |   - |1400 | 923 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
608.00/608.00	c   539s|  4700k|  4461k|     0 |   0.0 |1561M| 824 |   - |1400 | 891 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
609.10/609.16	c   540s|  4710k|  4471k|     0 |   0.0 |1564M| 824 |   - |1400 | 895 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
610.30/610.32	c   541s|  4720k|  4481k|     0 |   0.0 |1567M| 824 |   - |1400 | 876 |   0 |   0 |   0 |1229k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
611.40/611.49	c   542s|  4730k|  4491k|     0 |   0.0 |1570M| 824 |   - |1400 | 872 |   0 |   0 |   0 |1229k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
612.61/612.66	c   543s|  4740k|  4501k|     0 |   0.0 |1573M| 824 |   - |1400 | 836 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
613.81/613.82	c   545s|  4750k|  4510k|     0 |   0.0 |1576M| 824 |   - |1400 | 897 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
614.91/614.97	c   546s|  4760k|  4520k|     0 |   0.0 |1579M| 824 |   - |1400 | 869 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
616.10/616.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.10/616.14	c   547s|  4770k|  4530k|     0 |   0.0 |1582M| 824 |   - |1400 | 888 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
617.30/617.30	c   548s|  4780k|  4540k|     0 |   0.0 |1585M| 824 |   - |1400 | 823 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
618.40/618.46	c   549s|  4790k|  4550k|     0 |   0.0 |1588M| 824 |   - |1400 | 800 |   0 |   0 |   0 |1234k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
619.61/619.62	c   550s|  4800k|  4560k|     0 |   0.0 |1591M| 824 |   - |1400 | 860 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
620.70/620.79	c   551s|  4810k|  4570k|     0 |   0.0 |1594M| 824 |   - |1400 | 872 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
621.90/621.95	c   552s|  4820k|  4579k|     0 |   0.0 |1597M| 824 |   - |1400 | 905 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
623.10/623.15	c   553s|  4830k|  4589k|     0 |   0.0 |1600M| 824 |   - |1400 | 979 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
624.30/624.30	c   554s|  4840k|  4599k|     0 |   0.0 |1602M| 824 |   - |1400 | 999 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
625.41/625.47	c   555s|  4850k|  4609k|     0 |   0.0 |1605M| 824 |   - |1400 | 957 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
626.60/626.65	c   556s|  4860k|  4619k|     0 |   0.0 |1608M| 824 |   - |1400 | 980 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
627.80/627.80	c   557s|  4870k|  4629k|     0 |   0.0 |1611M| 824 |   - |1400 | 940 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
628.90/628.98	c   558s|  4880k|  4638k|     0 |   0.0 |1614M| 824 |   - |1400 | 916 |   0 |   0 |   0 |1241k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
630.11/630.13	c   559s|  4890k|  4648k|     0 |   0.0 |1617M| 824 |   - |1400 | 889 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
631.31/631.31	c   560s|  4900k|  4658k|     0 |   0.0 |1620M| 824 |   - |1400 | 924 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
632.41/632.47	c   561s|  4910k|  4668k|     0 |   0.0 |1623M| 824 |   - |1400 | 939 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
633.61/633.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
633.61/633.64	c   562s|  4920k|  4678k|     0 |   0.0 |1626M| 824 |   - |1400 | 943 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
634.71/634.79	c   563s|  4930k|  4688k|     0 |   0.0 |1629M| 824 |   - |1400 | 982 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
635.91/635.95	c   564s|  4940k|  4698k|     0 |   0.0 |1632M| 824 |   - |1400 |1010 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
637.11/637.12	c   565s|  4950k|  4707k|     0 |   0.0 |1635M| 824 |   - |1400 | 993 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
638.20/638.30	c   566s|  4960k|  4717k|     0 |   0.0 |1638M| 824 |   - |1400 | 961 |   0 |   0 |   0 |1248k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
639.40/639.45	c   567s|  4970k|  4727k|     0 |   0.0 |1641M| 824 |   - |1400 | 954 |   0 |   0 |   0 |1248k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
640.60/640.63	c   568s|  4980k|  4737k|     0 |   0.0 |1644M| 824 |   - |1400 | 895 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
641.71/641.78	c   570s|  4990k|  4747k|     0 |   0.0 |1647M| 824 |   - |1400 | 886 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
642.90/642.93	c   571s|  5000k|  4757k|     0 |   0.0 |1650M| 824 |   - |1400 | 908 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
644.10/644.10	c   572s|  5010k|  4766k|     0 |   0.0 |1652M| 824 |   - |1400 | 940 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
645.30/645.32	c   573s|  5020k|  4776k|     0 |   0.0 |1655M| 824 |   - |1400 | 987 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
646.40/646.48	c   574s|  5030k|  4786k|     0 |   0.0 |1658M| 824 |   - |1400 |1035 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
647.71/647.71	c   575s|  5040k|  4796k|     0 |   0.0 |1661M| 824 |   - |1400 |1013 |   0 |   0 |   0 |1254k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
648.81/648.90	c   576s|  5050k|  4806k|     0 |   0.0 |1664M| 824 |   - |1400 |1072 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
650.01/650.09	c   577s|  5060k|  4816k|     0 |   0.0 |1667M| 824 |   - |1400 |1055 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
651.21/651.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
651.21/651.25	c   578s|  5070k|  4825k|     0 |   0.0 |1670M| 824 |   - |1400 |1015 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
652.40/652.40	c   579s|  5080k|  4835k|     0 |   0.0 |1673M| 824 |   - |1400 | 946 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
653.51/653.57	c   580s|  5090k|  4845k|     0 |   0.0 |1676M| 824 |   - |1400 | 943 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
654.71/654.73	c   581s|  5100k|  4855k|     0 |   0.0 |1679M| 824 |   - |1400 | 945 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
655.90/655.92	c   582s|  5110k|  4865k|     0 |   0.0 |1682M| 824 |   - |1400 | 934 |   0 |   0 |   0 |1260k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
657.00/657.08	c   583s|  5120k|  4875k|     0 |   0.0 |1685M| 824 |   - |1400 | 881 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
658.20/658.24	c   584s|  5130k|  4885k|     0 |   0.0 |1688M| 824 |   - |1400 | 854 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
659.40/659.43	c   585s|  5140k|  4894k|     0 |   0.0 |1691M| 824 |   - |1400 | 878 |   0 |   0 |   0 |1262k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
660.50/660.59	c   586s|  5150k|  4904k|     0 |   0.0 |1693M| 824 |   - |1400 | 864 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
661.70/661.77	c   587s|  5160k|  4914k|     0 |   0.0 |1696M| 824 |   - |1400 | 901 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
662.91/662.93	c   588s|  5170k|  4924k|     0 |   0.0 |1699M| 824 |   - |1400 | 847 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
664.10/664.10	c   589s|  5180k|  4934k|     0 |   0.0 |1702M| 824 |   - |1400 | 902 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
665.21/665.29	c   590s|  5190k|  4944k|     0 |   0.0 |1705M| 824 |   - |1400 | 912 |   0 |   0 |   0 |1266k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
666.41/666.48	c   591s|  5200k|  4953k|     0 |   0.0 |1708M| 824 |   - |1400 | 890 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
667.61/667.64	c   592s|  5210k|  4963k|     0 |   0.0 |1711M| 824 |   - |1400 | 957 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
668.81/668.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
668.81/668.83	c   593s|  5220k|  4973k|     0 |   0.0 |1714M| 824 |   - |1400 | 948 |   0 |   0 |   0 |1269k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
669.91/669.99	c   594s|  5230k|  4983k|     0 |   0.0 |1717M| 824 |   - |1400 | 915 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
671.10/671.15	c   595s|  5240k|  4993k|     0 |   0.0 |1720M| 824 |   - |1400 | 940 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
672.31/672.31	c   596s|  5250k|  5003k|     0 |   0.0 |1723M| 824 |   - |1400 | 843 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
673.41/673.47	c   597s|  5260k|  5012k|     0 |   0.0 |1726M| 824 |   - |1400 | 817 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
674.61/674.64	c   598s|  5270k|  5022k|     0 |   0.0 |1729M| 824 |   - |1400 | 828 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
675.81/675.82	c   600s|  5280k|  5032k|     0 |   0.0 |1732M| 824 |   - |1400 | 831 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
676.90/676.99	c   601s|  5290k|  5042k|     0 |   0.0 |1735M| 824 |   - |1400 | 836 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
678.11/678.14	c   602s|  5300k|  5052k|     0 |   0.0 |1737M| 824 |   - |1400 | 834 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
679.20/679.29	c   603s|  5310k|  5062k|     0 |   0.0 |1740M| 824 |   - |1400 | 852 |   0 |   0 |   0 |1276k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
680.40/680.45	c   604s|  5320k|  5071k|     0 |   0.0 |1743M| 824 |   - |1400 | 901 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
681.61/681.61	c   605s|  5330k|  5081k|     0 |   0.0 |1746M| 824 |   - |1400 | 884 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
682.71/682.78	c   606s|  5340k|  5091k|     0 |   0.0 |1749M| 824 |   - |1400 | 903 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
683.91/683.94	c   607s|  5350k|  5101k|     0 |   0.0 |1752M| 824 |   - |1400 | 893 |   0 |   0 |   0 |1279k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
685.11/685.11	c   608s|  5360k|  5111k|     0 |   0.0 |1755M| 824 |   - |1400 | 922 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
686.20/686.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.20/686.25	c   609s|  5370k|  5121k|     0 |   0.0 |1758M| 824 |   - |1400 | 953 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
687.41/687.42	c   610s|  5380k|  5131k|     0 |   0.0 |1761M| 824 |   - |1400 | 983 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
688.51/688.60	c   611s|  5390k|  5140k|     0 |   0.0 |1764M| 824 |   - |1400 | 987 |   0 |   0 |   0 |1283k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
689.71/689.77	c   612s|  5400k|  5150k|     0 |   0.0 |1767M| 824 |   - |1400 | 998 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
690.90/690.93	c   613s|  5410k|  5160k|     0 |   0.0 |1770M| 824 |   - |1400 |1014 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
692.00/692.08	c   614s|  5420k|  5170k|     0 |   0.0 |1773M| 824 |   - |1400 | 959 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
693.20/693.24	c   615s|  5430k|  5180k|     0 |   0.0 |1776M| 824 |   - |1400 | 908 |   0 |   0 |   0 |1286k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
694.31/694.37	c   616s|  5440k|  5190k|     0 |   0.0 |1779M| 824 |   - |1400 | 868 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
695.51/695.54	c   617s|  5450k|  5199k|     0 |   0.0 |1782M| 824 |   - |1400 | 916 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
696.61/696.69	c   618s|  5460k|  5209k|     0 |   0.0 |1785M| 824 |   - |1400 | 841 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
697.80/697.86	c   619s|  5470k|  5219k|     0 |   0.0 |1788M| 824 |   - |1400 | 893 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
699.01/699.04	c   620s|  5480k|  5229k|     0 |   0.0 |1791M| 824 |   - |1400 | 941 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
700.20/700.20	c   621s|  5490k|  5239k|     0 |   0.0 |1793M| 824 |   - |1400 | 937 |   0 |   0 |   0 |1291k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
701.30/701.38	c   622s|  5500k|  5249k|     0 |   0.0 |1796M| 824 |   - |1400 | 973 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
702.51/702.56	c   623s|  5510k|  5258k|     0 |   0.0 |1799M| 824 |   - |1400 | 993 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
703.71/703.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
703.71/703.70	c   624s|  5520k|  5268k|     0 |   0.0 |1802M| 824 |   - |1400 | 980 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
704.80/704.89	c   625s|  5530k|  5278k|     0 |   0.0 |1805M| 824 |   - |1400 | 976 |   0 |   0 |   0 |1294k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
706.00/706.03	c   626s|  5540k|  5288k|     0 |   0.0 |1808M| 824 |   - |1400 | 957 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
707.11/707.18	c   627s|  5550k|  5298k|     0 |   0.0 |1811M| 824 |   - |1400 | 891 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
708.31/708.32	c   628s|  5560k|  5308k|     0 |   0.0 |1814M| 824 |   - |1400 | 921 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
709.41/709.49	c   629s|  5570k|  5318k|     0 |   0.0 |1817M| 824 |   - |1400 | 889 |   0 |   0 |   0 |1297k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
710.62/710.66	c   630s|  5580k|  5327k|     0 |   0.0 |1820M| 824 |   - |1400 | 938 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
711.71/711.79	c   631s|  5590k|  5337k|     0 |   0.0 |1823M| 824 |   - |1400 | 980 |   0 |   0 |   0 |1299k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
712.90/712.95	c   632s|  5600k|  5347k|     0 |   0.0 |1826M| 824 |   - |1400 | 903 |   0 |   0 |   0 |1299k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
714.10/714.10	c   633s|  5610k|  5357k|     0 |   0.0 |1829M| 824 |   - |1400 | 922 |   0 |   0 |   0 |1300k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
715.21/715.29	c   634s|  5620k|  5367k|     0 |   0.0 |1832M| 824 |   - |1400 | 992 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
716.40/716.44	c   635s|  5630k|  5377k|     0 |   0.0 |1835M| 824 |   - |1400 | 922 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
717.50/717.59	c   636s|  5640k|  5386k|     0 |   0.0 |1837M| 824 |   - |1400 | 920 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
718.70/718.75	c   637s|  5650k|  5396k|     0 |   0.0 |1840M| 824 |   - |1400 | 958 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
719.91/719.91	c   638s|  5660k|  5406k|     0 |   0.0 |1843M| 824 |   - |1400 |1010 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
721.11/721.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
721.11/721.11	c   639s|  5670k|  5416k|     0 |   0.0 |1846M| 824 |   - |1400 | 979 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
722.20/722.28	c   640s|  5680k|  5426k|     0 |   0.0 |1849M| 824 |   - |1400 | 985 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
723.40/723.44	c   641s|  5690k|  5436k|     0 |   0.0 |1852M| 824 |   - |1400 |1025 |   0 |   0 |   0 |1307k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
724.61/724.65	c   642s|  5700k|  5445k|     0 |   0.0 |1855M| 824 |   - |1400 |1012 |   0 |   0 |   0 |1307k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
725.80/725.81	c   643s|  5710k|  5455k|     0 |   0.0 |1858M| 824 |   - |1400 |1008 |   0 |   0 |   0 |1308k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
726.91/726.98	c   644s|  5720k|  5465k|     0 |   0.0 |1861M| 824 |   - |1400 |1090 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
728.11/728.13	c   645s|  5730k|  5475k|     0 |   0.0 |1864M| 824 |   - |1400 |1054 |   0 |   0 |   0 |1310k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
729.32/729.33	c   646s|  5740k|  5485k|     0 |   0.0 |1867M| 824 |   - |1400 |1018 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
730.41/730.47	c   647s|  5750k|  5495k|     0 |   0.0 |1870M| 824 |   - |1400 | 966 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
731.61/731.63	c   648s|  5760k|  5505k|     0 |   0.0 |1873M| 824 |   - |1400 | 895 |   0 |   0 |   0 |1312k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
732.81/732.83	c   649s|  5770k|  5514k|     0 |   0.0 |1876M| 824 |   - |1400 | 944 |   0 |   0 |   0 |1313k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
734.00/734.02	c   650s|  5780k|  5524k|     0 |   0.0 |1878M| 824 |   - |1400 | 917 |   0 |   0 |   0 |1314k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
735.11/735.18	c   651s|  5790k|  5534k|     0 |   0.0 |1881M| 824 |   - |1400 | 967 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
736.31/736.34	c   652s|  5800k|  5544k|     0 |   0.0 |1884M| 824 |   - |1400 | 977 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
737.50/737.51	c   654s|  5810k|  5554k|     0 |   0.0 |1887M| 824 |   - |1400 | 906 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
738.71/738.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
738.71/738.71	c   655s|  5820k|  5564k|     0 |   0.0 |1890M| 824 |   - |1400 | 918 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
739.80/739.87	c   656s|  5830k|  5573k|     0 |   0.0 |1893M| 824 |   - |1400 | 911 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
741.01/741.03	c   657s|  5840k|  5583k|     0 |   0.0 |1896M| 824 |   - |1400 | 897 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
742.20/742.22	c   658s|  5850k|  5593k|     0 |   0.0 |1899M| 824 |   - |1400 | 838 |   0 |   0 |   0 |1319k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
743.31/743.36	c   659s|  5860k|  5603k|     0 |   0.0 |1902M| 824 |   - |1400 | 872 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
744.50/744.53	c   660s|  5870k|  5613k|     0 |   0.0 |1905M| 824 |   - |1400 | 843 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
745.60/745.67	c   661s|  5880k|  5623k|     0 |   0.0 |1908M| 824 |   - |1400 | 916 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
746.82/746.83	c   662s|  5890k|  5633k|     0 |   0.0 |1911M| 824 |   - |1400 | 881 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
747.91/747.99	c   663s|  5900k|  5642k|     0 |   0.0 |1914M| 824 |   - |1400 | 877 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
749.12/749.13	c   664s|  5910k|  5652k|     0 |   0.0 |1917M| 824 |   - |1400 | 874 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
750.21/750.28	c   665s|  5920k|  5662k|     0 |   0.0 |1919M| 824 |   - |1400 | 874 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
751.40/751.44	c   666s|  5930k|  5672k|     0 |   0.0 |1922M| 824 |   - |1400 | 898 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
752.51/752.59	c   667s|  5940k|  5682k|     0 |   0.0 |1925M| 824 |   - |1400 | 945 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
753.70/753.76	c   668s|  5950k|  5692k|     0 |   0.0 |1928M| 824 |   - |1400 | 999 |   0 |   0 |   0 |1327k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
754.91/754.97	c   669s|  5960k|  5701k|     0 |   0.0 |1931M| 824 |   - |1400 | 958 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
756.11/756.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
756.11/756.13	c   670s|  5970k|  5711k|     0 |   0.0 |1934M| 824 |   - |1400 |1019 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
757.21/757.29	c   671s|  5980k|  5721k|     0 |   0.0 |1937M| 824 |   - |1400 | 981 |   0 |   0 |   0 |1329k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
758.40/758.44	c   672s|  5990k|  5731k|     0 |   0.0 |1940M| 824 |   - |1400 |1084 |   0 |   0 |   0 |1330k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
759.61/759.60	c   673s|  6000k|  5741k|     0 |   0.0 |1943M| 824 |   - |1400 | 992 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
760.80/760.81	c   674s|  6010k|  5751k|     0 |   0.0 |1946M| 824 |   - |1400 |1010 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
761.91/761.99	c   675s|  6020k|  5760k|     0 |   0.0 |1949M| 824 |   - |1400 | 992 |   0 |   0 |   0 |1333k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
763.10/763.16	c   676s|  6030k|  5770k|     0 |   0.0 |1952M| 824 |   - |1400 | 967 |   0 |   0 |   0 |1333k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
764.31/764.31	c   677s|  6040k|  5780k|     0 |   0.0 |1955M| 824 |   - |1400 | 920 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
765.41/765.48	c   678s|  6050k|  5790k|     0 |   0.0 |1957M| 824 |   - |1400 | 966 |   0 |   0 |   0 |1335k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
766.61/766.66	c   679s|  6060k|  5800k|     0 |   0.0 |1960M| 824 |   - |1400 | 944 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
767.81/767.86	c   680s|  6070k|  5810k|     0 |   0.0 |1963M| 824 |   - |1400 | 926 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
769.00/769.04	c   681s|  6080k|  5820k|     0 |   0.0 |1966M| 824 |   - |1400 | 965 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
770.21/770.23	c   682s|  6090k|  5829k|     0 |   0.0 |1969M| 824 |   - |1400 |1012 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
771.31/771.38	c   683s|  6100k|  5839k|     0 |   0.0 |1972M| 824 |   - |1400 | 981 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
772.51/772.55	c   684s|  6110k|  5849k|     0 |   0.0 |1975M| 824 |   - |1400 |1000 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
773.71/773.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
773.71/773.72	c   685s|  6120k|  5859k|     0 |   0.0 |1978M| 824 |   - |1400 |1044 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
774.81/774.87	c   686s|  6130k|  5869k|     0 |   0.0 |1981M| 824 |   - |1400 |1011 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
776.01/776.03	c   687s|  6140k|  5879k|     0 |   0.0 |1984M| 824 |   - |1400 |1013 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
777.11/777.19	c   688s|  6150k|  5888k|     0 |   0.0 |1987M| 824 |   - |1400 | 956 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
778.31/778.36	c   689s|  6160k|  5898k|     0 |   0.0 |1990M| 824 |   - |1400 | 974 |   0 |   0 |   0 |1344k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
779.51/779.56	c   690s|  6170k|  5908k|     0 |   0.0 |1993M| 824 |   - |1400 | 958 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
780.71/780.71	c   691s|  6180k|  5918k|     0 |   0.0 |1996M| 824 |   - |1400 | 937 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
781.81/781.88	c   692s|  6190k|  5928k|     0 |   0.0 |1998M| 824 |   - |1400 | 949 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
783.01/783.07	c   693s|  6200k|  5938k|     0 |   0.0 |2001M| 824 |   - |1400 |1013 |   0 |   0 |   0 |1347k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
784.21/784.24	c   694s|  6210k|  5947k|     0 |   0.0 |2004M| 824 |   - |1400 | 954 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
785.32/785.40	c   695s|  6220k|  5957k|     0 |   0.0 |2007M| 824 |   - |1400 | 931 |   0 |   0 |   0 |1349k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
786.52/786.54	c   696s|  6230k|  5967k|     0 |   0.0 |2010M| 824 |   - |1400 | 956 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
787.71/787.70	c   697s|  6240k|  5977k|     0 |   0.0 |2013M| 824 |   - |1400 | 960 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
788.91/788.91	c   698s|  6250k|  5987k|     0 |   0.0 |2016M| 824 |   - |1400 | 917 |   0 |   0 |   0 |1351k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
790.01/790.07	c   699s|  6260k|  5997k|     0 |   0.0 |2019M| 824 |   - |1400 | 975 |   0 |   0 |   0 |1352k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
791.21/791.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
791.21/791.24	c   700s|  6270k|  6006k|     0 |   0.0 |2022M| 824 |   - |1400 | 951 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
792.41/792.43	c   701s|  6280k|  6016k|     0 |   0.0 |2025M| 824 |   - |1400 | 930 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
793.51/793.56	c   702s|  6290k|  6026k|     0 |   0.0 |2028M| 824 |   - |1400 | 876 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
794.71/794.72	c   703s|  6300k|  6036k|     0 |   0.0 |2031M| 824 |   - |1400 | 862 |   0 |   0 |   0 |1355k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
795.80/795.89	c   705s|  6310k|  6046k|     0 |   0.0 |2034M| 824 |   - |1400 | 877 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
797.00/797.05	c   706s|  6320k|  6056k|     0 |   0.0 |2037M| 824 |   - |1400 | 888 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
798.21/798.21	c   707s|  6330k|  6066k|     0 |   0.0 |2040M| 824 |   - |1400 | 869 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
799.41/799.40	c   708s|  6340k|  6075k|     0 |   0.0 |2043M| 824 |   - |1400 | 950 |   0 |   0 |   0 |1358k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
800.51/800.56	c   709s|  6350k|  6085k|     0 |   0.0 |2045M| 824 |   - |1400 | 959 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
801.71/801.79	c   710s|  6360k|  6095k|     0 |   0.0 |2048M| 824 |   - |1400 | 936 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
802.91/802.98	c   711s|  6370k|  6105k|     0 |   0.0 |2051M| 824 |   - |1400 |1005 |   0 |   0 |   0 |1361k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
804.11/804.14	c   712s|  6380k|  6115k|     0 |   0.0 |2054M| 824 |   - |1400 |1061 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
805.31/805.34	c   713s|  6390k|  6125k|     0 |   0.0 |2057M| 824 |   - |1400 | 992 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
806.41/806.48	c   714s|  6400k|  6134k|     0 |   0.0 |2060M| 824 |   - |1400 | 959 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
807.61/807.63	c   715s|  6410k|  6144k|     0 |   0.0 |2063M| 824 |   - |1400 | 990 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
808.71/808.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
808.71/808.79	c   716s|  6420k|  6154k|     0 |   0.0 |2066M| 824 |   - |1400 |1014 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
809.91/809.97	c   717s|  6430k|  6164k|     0 |   0.0 |2069M| 824 |   - |1400 |1055 |   0 |   0 |   0 |1366k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
811.11/811.15	c   718s|  6440k|  6174k|     0 |   0.0 |2072M| 824 |   - |1400 |1021 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
812.31/812.31	c   719s|  6450k|  6184k|     0 |   0.0 |2075M| 824 |   - |1400 |1069 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
813.51/813.52	c   720s|  6460k|  6193k|     0 |   0.0 |2078M| 824 |   - |1400 |1040 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
814.61/814.67	c   721s|  6470k|  6203k|     0 |   0.0 |2081M| 824 |   - |1400 |1013 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
815.81/815.86	c   722s|  6480k|  6213k|     0 |   0.0 |2084M| 824 |   - |1400 |1063 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
817.01/817.02	c   723s|  6490k|  6223k|     0 |   0.0 |2086M| 824 |   - |1400 | 950 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
818.21/818.21	c   724s|  6500k|  6233k|     0 |   0.0 |2089M| 824 |   - |1400 | 938 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
819.31/819.37	c   725s|  6510k|  6243k|     0 |   0.0 |2092M| 824 |   - |1400 | 921 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
820.51/820.52	c   726s|  6520k|  6253k|     0 |   0.0 |2095M| 824 |   - |1400 | 885 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
821.71/821.72	c   727s|  6530k|  6262k|     0 |   0.0 |2098M| 824 |   - |1400 | 952 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
822.81/822.86	c   728s|  6540k|  6272k|     0 |   0.0 |2101M| 824 |   - |1400 | 906 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
824.01/824.01	c   729s|  6550k|  6282k|     0 |   0.0 |2104M| 824 |   - |1400 | 947 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
825.11/825.17	c   730s|  6560k|  6292k|     0 |   0.0 |2107M| 824 |   - |1400 | 925 |   0 |   0 |   0 |1376k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
826.31/826.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
826.31/826.39	c   731s|  6570k|  6302k|     0 |   0.0 |2110M| 824 |   - |1400 | 913 |   0 |   0 |   0 |1377k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
827.51/827.58	c   732s|  6580k|  6312k|     0 |   0.0 |2113M| 824 |   - |1400 | 927 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
828.71/828.72	c   733s|  6590k|  6321k|     0 |   0.0 |2116M| 824 |   - |1400 | 916 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
829.91/829.92	c   734s|  6600k|  6331k|     0 |   0.0 |2119M| 824 |   - |1400 | 931 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
831.01/831.05	c   735s|  6610k|  6341k|     0 |   0.0 |2122M| 824 |   - |1400 | 915 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
832.21/832.23	c   736s|  6620k|  6351k|     0 |   0.0 |2124M| 824 |   - |1400 | 967 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
833.31/833.39	c   737s|  6630k|  6361k|     0 |   0.0 |2127M| 824 |   - |1400 | 934 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
834.51/834.56	c   738s|  6640k|  6371k|     0 |   0.0 |2130M| 824 |   - |1400 |1005 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
835.71/835.73	c   739s|  6650k|  6380k|     0 |   0.0 |2133M| 824 |   - |1400 |1050 |   0 |   0 |   0 |1383k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
836.91/836.90	c   740s|  6660k|  6390k|     0 |   0.0 |2136M| 824 |   - |1400 | 947 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
838.01/838.07	c   741s|  6670k|  6400k|     0 |   0.0 |2139M| 824 |   - |1400 | 912 |   0 |   0 |   0 |1385k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
839.22/839.25	c   742s|  6680k|  6410k|     0 |   0.0 |2142M| 824 |   - |1400 | 826 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
840.31/840.40	c   743s|  6690k|  6420k|     0 |   0.0 |2145M| 824 |   - |1400 | 856 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
841.51/841.55	c   744s|  6700k|  6430k|     0 |   0.0 |2148M| 824 |   - |1400 | 869 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
842.61/842.69	c   745s|  6710k|  6440k|     0 |   0.0 |2151M| 824 |   - |1400 | 860 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
843.81/843.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
843.81/843.89	c   746s|  6720k|  6449k|     0 |   0.0 |2154M| 824 |   - |1400 | 894 |   0 |   0 |   0 |1389k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
845.01/845.07	c   747s|  6730k|  6459k|     0 |   0.0 |2157M| 824 |   - |1400 | 856 |   0 |   0 |   0 |1389k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
846.21/846.22	c   748s|  6740k|  6469k|     0 |   0.0 |2160M| 824 |   - |1400 | 939 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
847.41/847.44	c   750s|  6750k|  6479k|     0 |   0.0 |2163M| 824 |   - |1400 | 950 |   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
848.61/848.60	c   751s|  6760k|  6489k|     0 |   0.0 |2166M| 824 |   - |1400 | 936 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
849.71/849.76	c   752s|  6770k|  6499k|     0 |   0.0 |2168M| 824 |   - |1400 |1006 |   0 |   0 |   0 |1393k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
850.91/850.94	c   753s|  6780k|  6508k|     0 |   0.0 |2171M| 824 |   - |1400 | 964 |   0 |   0 |   0 |1393k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
852.11/852.13	c   754s|  6790k|  6518k|     0 |   0.0 |2174M| 824 |   - |1400 |1012 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
853.21/853.29	c   755s|  6800k|  6528k|     0 |   0.0 |2177M| 824 |   - |1400 | 992 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
854.41/854.47	c   756s|  6810k|  6538k|     0 |   0.0 |2180M| 824 |   - |1400 | 999 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
855.61/855.65	c   757s|  6820k|  6548k|     0 |   0.0 |2183M| 824 |   - |1400 | 968 |   0 |   0 |   0 |1397k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
856.81/856.80	c   758s|  6830k|  6558k|     0 |   0.0 |2186M| 824 |   - |1400 | 932 |   0 |   0 |   0 |1397k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
857.91/857.97	c   759s|  6840k|  6567k|     0 |   0.0 |2189M| 824 |   - |1400 | 934 |   0 |   0 |   0 |1398k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
859.12/859.11	c   760s|  6850k|  6577k|     0 |   0.0 |2192M| 824 |   - |1400 | 908 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
860.21/860.28	c   761s|  6860k|  6587k|     0 |   0.0 |2195M| 824 |   - |1400 | 942 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
861.41/861.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
861.41/861.47	c   762s|  6870k|  6597k|     0 |   0.0 |2198M| 824 |   - |1400 | 954 |   0 |   0 |   0 |1401k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
862.61/862.62	c   763s|  6880k|  6607k|     0 |   0.0 |2201M| 824 |   - |1400 | 966 |   0 |   0 |   0 |1401k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
863.80/863.84	c   764s|  6890k|  6617k|     0 |   0.0 |2204M| 824 |   - |1400 | 949 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
865.01/865.00	c   765s|  6900k|  6627k|     0 |   0.0 |2206M| 824 |   - |1400 | 913 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
866.11/866.14	c   766s|  6910k|  6636k|     0 |   0.0 |2209M| 824 |   - |1400 | 919 |   0 |   0 |   0 |1404k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
867.31/867.38	c   767s|  6920k|  6646k|     0 |   0.0 |2212M| 824 |   - |1400 | 930 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
868.51/868.55	c   768s|  6930k|  6656k|     0 |   0.0 |2215M| 824 |   - |1400 | 861 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
869.71/869.70	c   769s|  6940k|  6666k|     0 |   0.0 |2218M| 824 |   - |1400 | 889 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
870.81/870.84	c   770s|  6950k|  6676k|     0 |   0.0 |2221M| 824 |   - |1400 | 913 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
872.01/872.00	c   771s|  6960k|  6686k|     0 |   0.0 |2224M| 824 |   - |1400 | 894 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
873.11/873.19	c   772s|  6970k|  6695k|     0 |   0.0 |2227M| 824 |   - |1400 | 909 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
874.31/874.34	c   773s|  6980k|  6705k|     0 |   0.0 |2230M| 824 |   - |1400 | 906 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
875.41/875.50	c   774s|  6990k|  6715k|     0 |   0.0 |2233M| 824 |   - |1400 | 945 |   0 |   0 |   0 |1410k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
876.62/876.65	c   775s|  7000k|  6725k|     0 |   0.0 |2236M| 824 |   - |1400 | 929 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
877.82/877.81	c   776s|  7010k|  6735k|     0 |   0.0 |2239M| 824 |   - |1400 | 886 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
878.92/878.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
878.92/878.95	c   777s|  7020k|  6745k|     0 |   0.0 |2242M| 824 |   - |1400 | 915 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
880.11/880.12	c   778s|  7030k|  6755k|     0 |   0.0 |2245M| 824 |   - |1400 | 888 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
881.21/881.29	c   779s|  7040k|  6764k|     0 |   0.0 |2247M| 824 |   - |1400 | 977 |   0 |   0 |   0 |1414k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
882.41/882.48	c   780s|  7050k|  6774k|     0 |   0.0 |2250M| 824 |   - |1400 | 956 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
883.61/883.62	c   781s|  7060k|  6784k|     0 |   0.0 |2253M| 824 |   - |1400 | 867 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
884.81/884.80	c   782s|  7070k|  6794k|     0 |   0.0 |2256M| 824 |   - |1400 | 936 |   0 |   0 |   0 |1416k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
886.01/886.01	c   783s|  7080k|  6804k|     0 |   0.0 |2259M| 824 |   - |1400 | 947 |   0 |   0 |   0 |1417k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
887.11/887.14	c   784s|  7090k|  6814k|     0 |   0.0 |2262M| 824 |   - |1400 | 913 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
888.21/888.29	c   785s|  7100k|  6823k|     0 |   0.0 |2265M| 824 |   - |1400 | 956 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
889.41/889.47	c   786s|  7110k|  6833k|     0 |   0.0 |2268M| 824 |   - |1400 | 988 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
890.61/890.66	c   787s|  7120k|  6843k|     0 |   0.0 |2271M| 824 |   - |1400 | 963 |   0 |   0 |   0 |1420k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
891.81/891.85	c   788s|  7130k|  6853k|     0 |   0.0 |2274M| 824 |   - |1400 | 960 |   0 |   0 |   0 |1421k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
893.01/893.05	c   789s|  7140k|  6863k|     0 |   0.0 |2277M| 824 |   - |1400 | 964 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
894.11/894.20	c   790s|  7150k|  6873k|     0 |   0.0 |2280M| 824 |   - |1400 | 945 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
895.31/895.39	c   791s|  7160k|  6882k|     0 |   0.0 |2283M| 824 |   - |1400 | 886 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
896.61/896.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
896.61/896.63	c   793s|  7170k|  6892k|     0 |   0.0 |2285M| 824 |   - |1400 | 827 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
897.81/897.81	c   794s|  7180k|  6902k|     0 |   0.0 |2288M| 824 |   - |1400 | 909 |   0 |   0 |   0 |1425k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
898.91/898.98	c   795s|  7190k|  6912k|     0 |   0.0 |2291M| 824 |   - |1400 | 909 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
900.11/900.15	c   796s|  7200k|  6922k|     0 |   0.0 |2294M| 824 |   - |1400 | 910 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
901.21/901.29	c   797s|  7210k|  6932k|     0 |   0.0 |2297M| 824 |   - |1400 | 928 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
902.51/902.50	c   798s|  7220k|  6941k|     0 |   0.0 |2300M| 824 |   - |1400 |1000 |   0 |   0 |   0 |1428k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
903.61/903.65	c   799s|  7230k|  6951k|     0 |   0.0 |2303M| 824 |   - |1400 |1010 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
904.71/904.80	c   800s|  7240k|  6961k|     0 |   0.0 |2306M| 824 |   - |1400 | 987 |   0 |   0 |   0 |1430k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
905.91/905.94	c   801s|  7250k|  6971k|     0 |   0.0 |2309M| 824 |   - |1400 |1023 |   0 |   0 |   0 |1431k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
907.11/907.11	c   802s|  7260k|  6981k|     0 |   0.0 |2312M| 824 |   - |1400 | 960 |   0 |   0 |   0 |1431k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
908.21/908.26	c   803s|  7270k|  6991k|     0 |   0.0 |2315M| 824 |   - |1400 | 955 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
909.41/909.44	c   804s|  7280k|  7001k|     0 |   0.0 |2318M| 824 |   - |1400 | 969 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
910.51/910.58	c   805s|  7290k|  7010k|     0 |   0.0 |2321M| 824 |   - |1400 | 976 |   0 |   0 |   0 |1434k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
911.71/911.72	c   806s|  7300k|  7020k|     0 |   0.0 |2324M| 824 |   - |1400 | 943 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
912.81/912.85	c   807s|  7310k|  7030k|     0 |   0.0 |2327M| 824 |   - |1400 | 949 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
913.91/913.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
913.91/913.97	c   808s|  7320k|  7040k|     0 |   0.0 |2329M| 824 |   - |1400 | 932 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
915.11/915.12	c   809s|  7330k|  7050k|     0 |   0.0 |2332M| 824 |   - |1400 | 925 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
916.22/916.27	c   810s|  7340k|  7060k|     0 |   0.0 |2335M| 824 |   - |1400 | 925 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
917.42/917.42	c   811s|  7350k|  7069k|     0 |   0.0 |2338M| 824 |   - |1400 | 921 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
918.52/918.53	c   812s|  7360k|  7079k|     0 |   0.0 |2341M| 824 |   - |1400 | 822 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
919.62/919.65	c   813s|  7370k|  7089k|     0 |   0.0 |2344M| 824 |   - |1400 | 929 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
920.72/920.78	c   814s|  7380k|  7099k|     0 |   0.0 |2347M| 824 |   - |1400 | 892 |   0 |   0 |   0 |1441k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
921.91/921.94	c   815s|  7390k|  7109k|     0 |   0.0 |2350M| 824 |   - |1400 | 887 |   0 |   0 |   0 |1441k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
923.01/923.07	c   816s|  7400k|  7119k|     0 |   0.0 |2353M| 824 |   - |1400 | 912 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
924.21/924.20	c   817s|  7410k|  7129k|     0 |   0.0 |2356M| 824 |   - |1400 | 876 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
925.31/925.33	c   818s|  7420k|  7138k|     0 |   0.0 |2359M| 824 |   - |1400 | 912 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
926.41/926.48	c   819s|  7430k|  7148k|     0 |   0.0 |2362M| 824 |   - |1400 | 960 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
927.61/927.63	c   820s|  7440k|  7158k|     0 |   0.0 |2365M| 824 |   - |1400 | 943 |   0 |   0 |   0 |1445k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
928.71/928.78	c   821s|  7450k|  7168k|     0 |   0.0 |2368M| 824 |   - |1400 | 921 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
929.91/929.94	c   822s|  7460k|  7178k|     0 |   0.0 |2370M| 824 |   - |1400 | 861 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
931.01/931.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
931.01/931.08	c   823s|  7470k|  7188k|     0 |   0.0 |2373M| 824 |   - |1400 | 865 |   0 |   0 |   0 |1448k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
932.21/932.22	c   824s|  7480k|  7198k|     0 |   0.0 |2376M| 824 |   - |1400 | 854 |   0 |   0 |   0 |1448k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
933.31/933.36	c   825s|  7490k|  7207k|     0 |   0.0 |2379M| 824 |   - |1400 | 870 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
934.51/934.52	c   826s|  7500k|  7217k|     0 |   0.0 |2382M| 824 |   - |1400 | 873 |   0 |   0 |   0 |1450k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
935.61/935.67	c   827s|  7510k|  7227k|     0 |   0.0 |2385M| 824 |   - |1400 | 812 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
936.82/936.83	c   828s|  7520k|  7237k|     0 |   0.0 |2388M| 824 |   - |1400 | 850 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
937.91/937.96	c   829s|  7530k|  7247k|     0 |   0.0 |2391M| 824 |   - |1400 | 828 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
939.11/939.11	c   830s|  7540k|  7257k|     0 |   0.0 |2394M| 824 |   - |1400 | 868 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
940.21/940.27	c   831s|  7550k|  7266k|     0 |   0.0 |2397M| 824 |   - |1400 | 884 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
941.41/941.43	c   832s|  7560k|  7276k|     0 |   0.0 |2400M| 824 |   - |1400 | 903 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
942.52/942.57	c   833s|  7570k|  7286k|     0 |   0.0 |2403M| 824 |   - |1400 | 955 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
943.72/943.71	c   834s|  7580k|  7296k|     0 |   0.0 |2406M| 824 |   - |1400 | 892 |   0 |   0 |   0 |1456k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
944.82/944.86	c   835s|  7590k|  7306k|     0 |   0.0 |2409M| 824 |   - |1400 | 930 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
946.02/946.01	c   836s|  7600k|  7316k|     0 |   0.0 |2411M| 824 |   - |1400 | 945 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
947.11/947.16	c   837s|  7610k|  7326k|     0 |   0.0 |2414M| 824 |   - |1400 | 906 |   0 |   0 |   0 |1458k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
948.31/948.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
948.31/948.32	c   838s|  7620k|  7335k|     0 |   0.0 |2417M| 824 |   - |1400 | 993 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
949.42/949.46	c   839s|  7630k|  7345k|     0 |   0.0 |2420M| 824 |   - |1400 | 980 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
950.62/950.62	c   840s|  7640k|  7355k|     0 |   0.0 |2423M| 824 |   - |1400 | 979 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
951.81/951.80	c   841s|  7650k|  7365k|     0 |   0.0 |2426M| 824 |   - |1400 | 950 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
952.91/952.95	c   842s|  7660k|  7375k|     0 |   0.0 |2429M| 824 |   - |1400 | 956 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
954.11/954.12	c   843s|  7670k|  7385k|     0 |   0.0 |2432M| 824 |   - |1400 | 937 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
955.21/955.29	c   844s|  7680k|  7394k|     0 |   0.0 |2435M| 824 |   - |1400 | 971 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
956.42/956.45	c   845s|  7690k|  7404k|     0 |   0.0 |2438M| 824 |   - |1400 | 891 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
957.61/957.63	c   846s|  7700k|  7414k|     0 |   0.0 |2441M| 824 |   - |1400 | 942 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
958.81/958.80	c   847s|  7710k|  7424k|     0 |   0.0 |2444M| 824 |   - |1400 | 967 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
959.91/959.99	c   848s|  7720k|  7434k|     0 |   0.0 |2447M| 824 |   - |1400 | 947 |   0 |   0 |   0 |1467k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
961.11/961.15	c   849s|  7730k|  7444k|     0 |   0.0 |2450M| 824 |   - |1400 | 949 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
962.31/962.33	c   850s|  7740k|  7454k|     0 |   0.0 |2453M| 824 |   - |1400 | 926 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
963.41/963.50	c   851s|  7750k|  7463k|     0 |   0.0 |2456M| 824 |   - |1400 | 912 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
964.62/964.66	c   852s|  7760k|  7473k|     0 |   0.0 |2458M| 824 |   - |1400 | 907 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
965.81/965.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
965.81/965.84	c   853s|  7770k|  7483k|     0 |   0.0 |2461M| 824 |   - |1400 | 951 |   0 |   0 |   0 |1471k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
966.91/967.00	c   854s|  7780k|  7493k|     0 |   0.0 |2464M| 824 |   - |1400 | 905 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
968.12/968.16	c   855s|  7790k|  7503k|     0 |   0.0 |2467M| 824 |   - |1400 | 908 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
969.31/969.34	c   856s|  7800k|  7513k|     0 |   0.0 |2470M| 824 |   - |1400 | 917 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
970.51/970.51	c   857s|  7810k|  7522k|     0 |   0.0 |2473M| 824 |   - |1400 | 903 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
971.61/971.68	c   858s|  7820k|  7532k|     0 |   0.0 |2476M| 824 |   - |1400 | 908 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
972.81/972.85	c   859s|  7830k|  7542k|     0 |   0.0 |2479M| 824 |   - |1400 | 955 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
974.01/974.03	c   860s|  7840k|  7552k|     0 |   0.0 |2482M| 824 |   - |1400 | 923 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
975.21/975.21	c   861s|  7850k|  7562k|     0 |   0.0 |2485M| 824 |   - |1400 |1030 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
976.41/976.40	c   862s|  7860k|  7572k|     0 |   0.0 |2488M| 824 |   - |1400 | 978 |   0 |   0 |   0 |1478k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
977.51/977.57	c   863s|  7870k|  7581k|     0 |   0.0 |2491M| 824 |   - |1400 | 933 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
978.71/978.72	c   864s|  7880k|  7591k|     0 |   0.0 |2494M| 824 |   - |1400 | 978 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
979.91/979.91	c   865s|  7890k|  7601k|     0 |   0.0 |2497M| 824 |   - |1400 | 968 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
981.01/981.08	c   866s|  7900k|  7611k|     0 |   0.0 |2499M| 824 |   - |1400 | 944 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
982.22/982.25	c   867s|  7910k|  7621k|     0 |   0.0 |2502M| 824 |   - |1400 |1003 |   0 |   0 |   0 |1482k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
983.42/983.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
983.42/983.42	c   868s|  7920k|  7631k|     0 |   0.0 |2505M| 824 |   - |1400 | 991 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
984.61/984.66	c   869s|  7930k|  7641k|     0 |   0.0 |2508M| 824 |   - |1400 | 991 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
985.82/985.88	c   870s|  7940k|  7650k|     0 |   0.0 |2511M| 824 |   - |1400 |1001 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
987.01/987.03	c   871s|  7950k|  7660k|     0 |   0.0 |2514M| 824 |   - |1400 |1009 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
988.21/988.24	c   872s|  7960k|  7670k|     0 |   0.0 |2517M| 824 |   - |1400 |1009 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
989.42/989.42	c   873s|  7970k|  7680k|     0 |   0.0 |2520M| 824 |   - |1400 | 969 |   0 |   0 |   0 |1487k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
990.52/990.59	c   874s|  7980k|  7690k|     0 |   0.0 |2523M| 824 |   - |1400 | 995 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
991.72/991.72	c   875s|  7990k|  7700k|     0 |   0.0 |2526M| 824 |   - |1400 | 974 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
992.92/992.90	c   876s|  8000k|  7709k|     0 |   0.0 |2529M| 824 |   - |1400 | 985 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
994.01/994.08	c   877s|  8010k|  7719k|     0 |   0.0 |2532M| 824 |   - |1400 | 958 |   0 |   0 |   0 |1490k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
995.22/995.28	c   878s|  8020k|  7729k|     0 |   0.0 |2534M| 824 |   - |1400 | 929 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
996.41/996.45	c   879s|  8030k|  7739k|     0 |   0.0 |2537M| 824 |   - |1400 | 835 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
997.62/997.62	c   880s|  8040k|  7749k|     0 |   0.0 |2540M| 824 |   - |1400 | 904 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
998.82/998.86	c   882s|  8050k|  7759k|     0 |   0.0 |2543M| 824 |   - |1400 | 890 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1000.02/1000.09	c   883s|  8060k|  7768k|     0 |   0.0 |2546M| 824 |   - |1400 | 962 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1001.32/1001.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1001.32/1001.30	c   884s|  8070k|  7778k|     0 |   0.0 |2549M| 824 |   - |1400 | 971 |   0 |   0 |   0 |1495k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1002.42/1002.46	c   885s|  8080k|  7788k|     0 |   0.0 |2552M| 824 |   - |1400 |1020 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1003.61/1003.61	c   886s|  8090k|  7798k|     0 |   0.0 |2555M| 824 |   - |1400 |1013 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1004.81/1004.81	c   887s|  8100k|  7808k|     0 |   0.0 |2558M| 824 |   - |1400 | 931 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1006.01/1006.01	c   888s|  8110k|  7818k|     0 |   0.0 |2561M| 824 |   - |1400 | 955 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1007.12/1007.17	c   889s|  8120k|  7828k|     0 |   0.0 |2564M| 824 |   - |1400 | 966 |   0 |   0 |   0 |1499k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1008.32/1008.35	c   890s|  8130k|  7837k|     0 |   0.0 |2567M| 824 |   - |1400 | 906 |   0 |   0 |   0 |1500k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1009.51/1009.55	c   891s|  8140k|  7847k|     0 |   0.0 |2570M| 824 |   - |1400 | 929 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1010.71/1010.72	c   892s|  8150k|  7857k|     0 |   0.0 |2573M| 824 |   - |1400 | 922 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1011.92/1011.91	c   893s|  8160k|  7867k|     0 |   0.0 |2576M| 824 |   - |1400 | 913 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1013.02/1013.09	c   894s|  8170k|  7877k|     0 |   0.0 |2578M| 824 |   - |1400 | 918 |   0 |   0 |   0 |1503k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1014.31/1014.31	c   895s|  8180k|  7887k|     0 |   0.0 |2581M| 824 |   - |1400 | 948 |   0 |   0 |   0 |1504k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1015.41/1015.46	c   896s|  8190k|  7896k|     0 |   0.0 |2584M| 824 |   - |1400 | 959 |   0 |   0 |   0 |1505k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1016.62/1016.66	c   897s|  8200k|  7906k|     0 |   0.0 |2587M| 824 |   - |1400 | 961 |   0 |   0 |   0 |1506k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1017.82/1017.85	c   898s|  8210k|  7916k|     0 |   0.0 |2590M| 824 |   - |1400 |1032 |   0 |   0 |   0 |1506k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1019.01/1019.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1019.01/1019.04	c   899s|  8220k|  7926k|     0 |   0.0 |2593M| 824 |   - |1400 | 992 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1020.22/1020.22	c   900s|  8230k|  7936k|     0 |   0.0 |2596M| 824 |   - |1400 | 954 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1021.31/1021.39	c   901s|  8240k|  7946k|     0 |   0.0 |2599M| 824 |   - |1400 | 951 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1022.51/1022.53	c   902s|  8250k|  7955k|     0 |   0.0 |2602M| 824 |   - |1400 | 946 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1023.61/1023.69	c   903s|  8260k|  7965k|     0 |   0.0 |2605M| 824 |   - |1400 | 904 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1024.91/1024.91	c   904s|  8270k|  7975k|     0 |   0.0 |2608M| 824 |   - |1400 | 991 |   0 |   0 |   0 |1511k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1026.01/1026.08	c   905s|  8280k|  7985k|     0 |   0.0 |2611M| 824 |   - |1400 | 946 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1027.22/1027.29	c   906s|  8290k|  7995k|     0 |   0.0 |2614M| 824 |   - |1400 | 954 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1028.42/1028.46	c   907s|  8300k|  8005k|     0 |   0.0 |2617M| 824 |   - |1400 | 945 |   0 |   0 |   0 |1514k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1029.62/1029.69	c   908s|  8310k|  8015k|     0 |   0.0 |2619M| 824 |   - |1400 | 946 |   0 |   0 |   0 |1514k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1031.01/1031.01	c   910s|  8320k|  8024k|     0 |   0.0 |2622M| 824 |   - |1400 | 995 |   0 |   0 |   0 |1515k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1032.11/1032.15	c   911s|  8330k|  8034k|     0 |   0.0 |2625M| 824 |   - |1400 | 914 |   0 |   0 |   0 |1516k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1033.31/1033.36	c   912s|  8340k|  8044k|     0 |   0.0 |2628M| 824 |   - |1400 | 934 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1034.52/1034.54	c   913s|  8350k|  8054k|     0 |   0.0 |2631M| 824 |   - |1400 | 990 |   0 |   0 |   0 |1518k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1035.72/1035.72	c   914s|  8360k|  8064k|     0 |   0.0 |2634M| 824 |   - |1400 | 965 |   0 |   0 |   0 |1518k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1036.81/1036.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1036.81/1036.89	c   915s|  8370k|  8074k|     0 |   0.0 |2637M| 824 |   - |1400 | 991 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1038.01/1038.06	c   916s|  8380k|  8083k|     0 |   0.0 |2640M| 824 |   - |1400 | 987 |   0 |   0 |   0 |1520k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1039.21/1039.24	c   917s|  8390k|  8093k|     0 |   0.0 |2643M| 824 |   - |1400 | 963 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1040.42/1040.43	c   918s|  8400k|  8103k|     0 |   0.0 |2646M| 824 |   - |1400 | 931 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1041.52/1041.59	c   919s|  8410k|  8113k|     0 |   0.0 |2649M| 824 |   - |1400 | 886 |   0 |   0 |   0 |1522k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1042.82/1042.81	c   920s|  8420k|  8123k|     0 |   0.0 |2652M| 824 |   - |1400 | 872 |   0 |   0 |   0 |1523k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1044.02/1044.00	c   921s|  8430k|  8133k|     0 |   0.0 |2655M| 824 |   - |1400 | 842 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1045.21/1045.22	c   922s|  8440k|  8143k|     0 |   0.0 |2657M| 824 |   - |1400 | 878 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1046.42/1046.43	c   923s|  8450k|  8152k|     0 |   0.0 |2660M| 824 |   - |1400 | 849 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1047.62/1047.61	c   924s|  8460k|  8162k|     0 |   0.0 |2663M| 824 |   - |1400 | 894 |   0 |   0 |   0 |1526k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1048.82/1048.83	c   925s|  8470k|  8172k|     0 |   0.0 |2666M| 824 |   - |1400 | 916 |   0 |   0 |   0 |1527k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1050.01/1050.02	c   926s|  8480k|  8182k|     0 |   0.0 |2669M| 824 |   - |1400 | 945 |   0 |   0 |   0 |1528k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1051.21/1051.20	c   927s|  8490k|  8192k|     0 |   0.0 |2672M| 824 |   - |1400 | 934 |   0 |   0 |   0 |1528k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1052.41/1052.41	c   928s|  8500k|  8202k|     0 |   0.0 |2675M| 824 |   - |1400 | 933 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1053.51/1053.58	c   929s|  8510k|  8212k|     0 |   0.0 |2678M| 824 |   - |1400 | 882 |   0 |   0 |   0 |1530k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1054.71/1054.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1054.71/1054.78	c   930s|  8520k|  8221k|     0 |   0.0 |2681M| 824 |   - |1400 | 938 |   0 |   0 |   0 |1531k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1055.92/1055.94	c   931s|  8530k|  8231k|     0 |   0.0 |2684M| 824 |   - |1400 | 888 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1057.12/1057.12	c   932s|  8540k|  8241k|     0 |   0.0 |2687M| 824 |   - |1400 | 912 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1058.32/1058.30	c   934s|  8550k|  8251k|     0 |   0.0 |2690M| 824 |   - |1400 | 958 |   0 |   0 |   0 |1533k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1059.42/1059.46	c   934s|  8560k|  8261k|     0 |   0.0 |2693M| 824 |   - |1400 | 893 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1060.61/1060.61	c   935s|  8570k|  8271k|     0 |   0.0 |2696M| 824 |   - |1400 | 916 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1061.72/1061.80	c   937s|  8580k|  8280k|     0 |   0.0 |2699M| 824 |   - |1400 | 930 |   0 |   0 |   0 |1536k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1062.92/1062.98	c   938s|  8590k|  8290k|     0 |   0.0 |2702M| 824 |   - |1400 | 980 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1064.12/1064.15	c   939s|  8600k|  8300k|     0 |   0.0 |2705M| 824 |   - |1400 | 977 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1065.31/1065.33	c   940s|  8610k|  8310k|     0 |   0.0 |2707M| 824 |   - |1400 | 961 |   0 |   0 |   0 |1538k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1066.52/1066.53	c   941s|  8620k|  8320k|     0 |   0.0 |2710M| 824 |   - |1400 | 956 |   0 |   0 |   0 |1539k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1067.61/1067.68	c   942s|  8630k|  8330k|     0 |   0.0 |2713M| 824 |   - |1400 | 899 |   0 |   0 |   0 |1540k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1068.81/1068.85	c   943s|  8640k|  8339k|     0 |   0.0 |2716M| 824 |   - |1400 | 958 |   0 |   0 |   0 |1541k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1070.01/1070.01	c   944s|  8650k|  8349k|     0 |   0.0 |2719M| 824 |   - |1400 |1037 |   0 |   0 |   0 |1542k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1071.12/1071.15	c   945s|  8660k|  8359k|     0 |   0.0 |2722M| 824 |   - |1400 |1070 |   0 |   0 |   0 |1543k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1072.32/1072.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1072.32/1072.30	c   946s|  8670k|  8369k|     0 |   0.0 |2725M| 824 |   - |1400 |1048 |   0 |   0 |   0 |1543k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1073.41/1073.47	c   947s|  8680k|  8379k|     0 |   0.0 |2728M| 824 |   - |1400 |1015 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1074.62/1074.63	c   948s|  8690k|  8389k|     0 |   0.0 |2731M| 824 |   - |1400 | 996 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1075.72/1075.78	c   949s|  8700k|  8398k|     0 |   0.0 |2734M| 824 |   - |1400 | 957 |   0 |   0 |   0 |1546k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1076.92/1076.94	c   950s|  8710k|  8408k|     0 |   0.0 |2737M| 824 |   - |1400 | 964 |   0 |   0 |   0 |1547k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1078.02/1078.09	c   951s|  8720k|  8418k|     0 |   0.0 |2740M| 824 |   - |1400 | 966 |   0 |   0 |   0 |1547k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1079.21/1079.24	c   952s|  8730k|  8428k|     0 |   0.0 |2743M| 824 |   - |1400 | 946 |   0 |   0 |   0 |1548k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1080.32/1080.38	c   953s|  8740k|  8438k|     0 |   0.0 |2746M| 824 |   - |1400 | 903 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1081.52/1081.55	c   954s|  8750k|  8448k|     0 |   0.0 |2749M| 824 |   - |1400 | 957 |   0 |   0 |   0 |1550k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1082.72/1082.71	c   955s|  8760k|  8458k|     0 |   0.0 |2752M| 824 |   - |1400 | 965 |   0 |   0 |   0 |1551k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1083.82/1083.86	c   956s|  8770k|  8467k|     0 |   0.0 |2754M| 824 |   - |1400 | 894 |   0 |   0 |   0 |1551k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1085.02/1085.01	c   957s|  8780k|  8477k|     0 |   0.0 |2757M| 824 |   - |1400 | 899 |   0 |   0 |   0 |1552k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1086.12/1086.16	c   958s|  8790k|  8487k|     0 |   0.0 |2760M| 824 |   - |1400 | 880 |   0 |   0 |   0 |1553k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1087.31/1087.34	c   959s|  8800k|  8497k|     0 |   0.0 |2763M| 824 |   - |1400 | 872 |   0 |   0 |   0 |1554k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1088.42/1088.47	c   960s|  8810k|  8507k|     0 |   0.0 |2766M| 824 |   - |1400 | 869 |   0 |   0 |   0 |1555k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1089.62/1089.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1089.62/1089.62	c   961s|  8820k|  8517k|     0 |   0.0 |2769M| 824 |   - |1400 | 824 |   0 |   0 |   0 |1555k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1090.72/1090.78	c   962s|  8830k|  8526k|     0 |   0.0 |2772M| 824 |   - |1400 | 917 |   0 |   0 |   0 |1556k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1091.91/1091.92	c   963s|  8840k|  8536k|     0 |   0.0 |2775M| 824 |   - |1400 | 897 |   0 |   0 |   0 |1557k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1093.12/1093.10	c   964s|  8850k|  8546k|     0 |   0.0 |2778M| 824 |   - |1400 | 925 |   0 |   0 |   0 |1558k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1094.22/1094.25	c   965s|  8860k|  8556k|     0 |   0.0 |2781M| 824 |   - |1400 | 884 |   0 |   0 |   0 |1559k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1095.31/1095.39	c   966s|  8870k|  8566k|     0 |   0.0 |2784M| 824 |   - |1400 | 859 |   0 |   0 |   0 |1559k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1096.52/1096.56	c   967s|  8880k|  8576k|     0 |   0.0 |2787M| 824 |   - |1400 | 895 |   0 |   0 |   0 |1560k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1097.62/1097.70	c   968s|  8890k|  8585k|     0 |   0.0 |2790M| 824 |   - |1400 | 947 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1098.92/1098.94	c   969s|  8900k|  8595k|     0 |   0.0 |2793M| 824 |   - |1400 | 915 |   0 |   0 |   0 |1562k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1100.12/1100.14	c   970s|  8910k|  8605k|     0 |   0.0 |2795M| 824 |   - |1400 | 940 |   0 |   0 |   0 |1563k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1101.31/1101.30	c   971s|  8920k|  8615k|     0 |   0.0 |2798M| 824 |   - |1400 | 939 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1102.41/1102.45	c   972s|  8930k|  8625k|     0 |   0.0 |2801M| 824 |   - |1400 | 917 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1103.62/1103.63	c   973s|  8940k|  8635k|     0 |   0.0 |2804M| 824 |   - |1400 | 938 |   0 |   0 |   0 |1565k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1104.82/1104.89	c   974s|  8950k|  8645k|     0 |   0.0 |2807M| 824 |   - |1400 | 911 |   0 |   0 |   0 |1566k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1106.22/1106.28	c   975s|  8960k|  8654k|     0 |   0.0 |2810M| 824 |   - |1400 | 874 |   0 |   0 |   0 |1567k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1107.72/1107.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.72/1107.78	c   977s|  8970k|  8664k|     0 |   0.0 |2813M| 824 |   - |1400 | 888 |   0 |   0 |   0 |1567k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1109.41/1109.49	c   978s|  8980k|  8674k|     0 |   0.0 |2816M| 824 |   - |1400 | 950 |   0 |   0 |   0 |1568k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1111.22/1111.27	c   980s|  8990k|  8684k|     0 |   0.0 |2819M| 824 |   - |1400 | 962 |   0 |   0 |   0 |1569k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1113.12/1113.13	c   981s|  9000k|  8694k|     0 |   0.0 |2822M| 824 |   - |1400 |1040 |   0 |   0 |   0 |1570k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1115.11/1115.18	c   983s|  9010k|  8704k|     0 |   0.0 |2825M| 824 |   - |1400 |1011 |   0 |   0 |   0 |1571k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1117.21/1117.28	c   985s|  9020k|  8713k|     0 |   0.0 |2828M| 824 |   - |1400 | 960 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1119.51/1119.57	c   987s|  9030k|  8723k|     0 |   0.0 |2831M| 824 |   - |1400 | 937 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1121.82/1121.89	c   990s|  9040k|  8733k|     0 |   0.0 |2834M| 824 |   - |1400 | 942 |   0 |   0 |   0 |1573k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1124.22/1124.28	c   992s|  9050k|  8743k|     0 |   0.0 |2836M| 824 |   - |1400 | 940 |   0 |   0 |   0 |1574k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1126.62/1126.63	c   994s|  9060k|  8753k|     0 |   0.0 |2839M| 824 |   - |1400 | 891 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1128.92/1128.95	c   996s|  9070k|  8763k|     0 |   0.0 |2842M| 824 |   - |1400 | 864 |   0 |   0 |   0 |1576k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1131.22/1131.26	c   998s|  9080k|  8772k|     0 |   0.0 |2845M| 824 |   - |1400 | 905 |   0 |   0 |   0 |1576k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1133.51/1133.56	c  1001s|  9090k|  8782k|     0 |   0.0 |2848M| 824 |   - |1400 | 885 |   0 |   0 |   0 |1577k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1135.81/1135.87	c  1003s|  9100k|  8792k|     0 |   0.0 |2851M| 824 |   - |1400 | 872 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1138.11/1138.19	c  1005s|  9110k|  8802k|     0 |   0.0 |2854M| 824 |   - |1400 | 886 |   0 |   0 |   0 |1579k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1140.51/1140.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1140.51/1140.52	c  1007s|  9120k|  8812k|     0 |   0.0 |2857M| 824 |   - |1400 | 918 |   0 |   0 |   0 |1580k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1142.82/1142.86	c  1009s|  9130k|  8822k|     0 |   0.0 |2860M| 824 |   - |1400 | 920 |   0 |   0 |   0 |1580k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1145.12/1145.19	c  1011s|  9140k|  8832k|     0 |   0.0 |2863M| 824 |   - |1400 | 961 |   0 |   0 |   0 |1581k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1147.51/1147.55	c  1014s|  9150k|  8841k|     0 |   0.0 |2866M| 824 |   - |1400 | 974 |   0 |   0 |   0 |1582k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1149.61/1149.60	c (node 9158758) switching to memory saving mode (mem: 2736.0M/3420.0M)
1150.92/1150.90	c  1017s|  9160k|  8850k|     0 |   0.0 |2870M| 828 |   - |1400 |4881 |   0 |   0 |   0 |1589k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1155.51/1155.52	c  1021s|  9170k|  8850k|     0 |   0.0 |2876M| 828 |   - |1400 |  16k|   0 |   0 |   0 |1628k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1160.53/1160.57	c  1026s|  9180k|  8850k|     0 |   0.0 |2883M| 828 |   - |1400 |  29k|   0 |   0 |   0 |1660k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1165.52/1165.51	c  1030s|  9190k|  8850k|     0 |   0.0 |2879M| 828 |   - |1400 |  14k|   0 |   0 |   0 |1687k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1175.93/1175.97	c  1040s|  9200k|  8850k|     0 |   0.0 |2892M| 828 |   - |1400 |  47k|   0 |   0 |   0 |1732k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1186.12/1186.17	c  1050s|  9210k|  8850k|     0 |   0.0 |2906M| 831 |   - |1400 |  85k|   0 |   0 |   0 |1776k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1195.52/1195.54	c  1059s|  9220k|  8850k|     0 |   0.0 |2919M| 831 |   - |1400 | 121k|   0 |   0 |   0 |1819k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1205.63/1205.62	c  1069s|  9230k|  8850k|     0 |   0.0 |2933M| 831 |   - |1400 | 156k|   0 |   0 |   0 |1862k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1217.12/1217.12	c  1080s|  9240k|  8850k|     0 |   0.0 |2946M| 831 |   - |1400 | 192k|   0 |   0 |   0 |1907k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1228.92/1228.96	c  1092s|  9250k|  8850k|     0 |   0.0 |2960M| 831 |   - |1400 | 228k|   0 |   0 |   0 |1952k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1239.92/1239.98	c  1102s|  9260k|  8850k|     0 |   0.0 |2976M| 831 |   - |1400 | 271k|   0 |   0 |   0 |1999k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1249.52/1249.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1249.52/1249.55	c  1111s|  9270k|  8850k|     0 |   0.0 |2988M| 831 |   - |1400 | 304k|   0 |   0 |   0 |2043k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1261.73/1261.71	c  1123s|  9280k|  8850k|     0 |   0.0 |3003M| 831 |   - |1400 | 345k|   0 |   0 |   0 |2091k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1269.82/1269.89	c  1131s|  9290k|  8850k|     0 |   0.0 |3012M| 831 |   - |1400 | 371k|   0 |   0 |   0 |2130k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1279.12/1279.17	c  1140s|  9300k|  8850k|     0 |   0.0 |3024M| 831 |   - |1400 | 399k|   0 |   0 |   0 |2170k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1289.42/1289.43	c  1150s|  9310k|  8850k|     0 |   0.0 |3037M| 831 |   - |1400 | 432k|   0 |   0 |   0 |2212k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1301.12/1301.13	c  1161s|  9320k|  8850k|     0 |   0.0 |3051M| 831 |   - |1400 | 470k|   0 |   0 |   0 |2258k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1308.22/1308.22	c  1168s|  9330k|  8850k|     0 |   0.0 |3060M| 831 |   - |1400 | 493k|   0 |   0 |   0 |2286k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1315.12/1315.20	c  1175s|  9340k|  8850k|     0 |   0.0 |3068M| 831 |   - |1400 | 516k|   0 |   0 |   0 |2314k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1322.62/1322.69	c  1182s|  9350k|  8850k|     0 |   0.0 |3100M| 831 |   - |1400 | 533k|   0 |   0 |   0 |2342k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1329.62/1329.69	c  1189s|  9360k|  8850k|     0 |   0.0 |3108M| 831 |   - |1400 | 555k|   0 |   0 |   0 |2370k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1336.72/1336.76	c  1196s|  9370k|  8850k|     0 |   0.0 |3116M| 831 |   - |1400 | 579k|   0 |   0 |   0 |2397k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1344.12/1344.11	c  1203s|  9380k|  8850k|     0 |   0.0 |3125M| 831 |   - |1400 | 603k|   0 |   0 |   0 |2425k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1350.73/1350.71	c  1209s|  9390k|  8850k|     0 |   0.0 |3133M| 831 |   - |1400 | 627k|   0 |   0 |   0 |2454k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1357.43/1357.45	c  1216s|  9400k|  8850k|     0 |   0.0 |3144M| 831 |   - |1400 | 650k|   0 |   0 |   0 |2483k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1364.13/1364.15	c  1222s|  9410k|  8850k|     0 |   0.0 |3152M| 831 |   - |1400 | 674k|   0 |   0 |   0 |2512k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1370.92/1370.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.92/1370.92	c  1228s|  9420k|  8850k|     0 |   0.0 |3160M| 831 |   - |1400 | 695k|   0 |   0 |   0 |2541k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1378.03/1378.06	c  1235s|  9430k|  8850k|     0 |   0.0 |3168M| 831 |   - |1400 | 719k|   0 |   0 |   0 |2570k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1385.13/1385.10	c  1242s|  9440k|  8850k|     0 |   0.0 |3177M| 831 |   - |1400 | 743k|   0 |   0 |   0 |2599k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1392.02/1392.04	c  1249s|  9450k|  8850k|     0 |   0.0 |3185M| 831 |   - |1400 | 766k|   0 |   0 |   0 |2627k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1399.32/1399.39	c  1256s|  9460k|  8850k|     0 |   0.0 |3195M| 831 |   - |1400 | 788k|   0 |   0 |   0 |2656k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1406.53/1406.50	c  1263s|  9470k|  8850k|     0 |   0.0 |3204M| 831 |   - |1400 | 812k|   0 |   0 |   0 |2686k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1414.02/1414.09	c  1270s|  9480k|  8850k|     0 |   0.0 |3212M| 831 |   - |1400 | 835k|   0 |   0 |   0 |2715k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1421.32/1421.39	c  1277s|  9490k|  8850k|     0 |   0.0 |3220M| 831 |   - |1400 | 859k|   0 |   0 |   0 |2743k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1429.13/1429.11	c  1285s|  9500k|  8850k|     0 |   0.0 |3228M| 831 |   - |1400 | 882k|   0 |   0 |   0 |2771k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1436.33/1436.32	c  1292s|  9510k|  8850k|     0 |   0.0 |3237M| 831 |   - |1400 | 906k|   0 |   0 |   0 |2801k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1443.52/1443.58	c  1299s|  9520k|  8850k|     0 |   0.0 |3249M| 831 |   - |1400 | 929k|   0 |   0 |   0 |2829k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1454.73/1454.74	c  1310s|  9530k|  8850k|     0 |   0.0 |3239M| 831 |   - |1400 | 829k|   0 |   0 |   0 |2865k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1459.53/1459.56	c  1314s|  9540k|  8850k|     0 |   0.0 |3245M| 831 |   - |1400 | 847k|   0 |   0 |   0 |2899k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1464.53/1464.50	c  1319s|  9550k|  8850k|     0 |   0.0 |3252M| 831 |   - |1400 | 864k|   0 |   0 |   0 |2931k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1472.93/1472.97	c  1327s|  9560k|  8850k|     0 |   0.0 |3245M| 831 |   - |1400 | 839k|   0 |   0 |   0 |2966k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1482.33/1482.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1482.33/1482.32	c  1336s|  9570k|  8850k|     0 |   0.0 |3256M| 831 |   - |1400 | 872k|   0 |   0 |   0 |3006k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1496.13/1496.15	c  1349s|  9580k|  8850k|     0 |   0.0 |3270M| 831 |   - |1400 | 913k|   0 |   0 |   0 |3053k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1510.02/1510.04	c  1363s|  9590k|  8850k|     0 |   0.0 |3285M| 831 |   - |1400 | 955k|   0 |   0 |   0 |3101k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1522.33/1522.38	c  1375s|  9600k|  8850k|     0 |   0.0 |3297M| 831 |   - |1400 | 988k|   0 |   0 |   0 |3147k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1536.53/1536.60	c  1389s|  9610k|  8850k|     0 |   0.0 |3315M| 831 |   - |1400 |1029k|   0 |   0 |   0 |3194k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1549.13/1549.13	c  1401s|  9620k|  8850k|     0 |   0.0 |3328M| 831 |   - |1400 |1067k|   0 |   0 |   0 |3240k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1560.33/1560.39	c  1412s|  9630k|  8850k|     0 |   0.0 |3341M| 831 |   - |1400 |1104k|   0 |   0 |   0 |3284k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1575.83/1575.82	c  1427s|  9640k|  8850k|     0 |   0.0 |3356M| 831 |   - |1400 |1147k|   0 |   0 |   0 |3333k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1588.22/1588.21	c  1439s|  9650k|  8850k|     0 |   0.0 |3370M| 831 |   - |1400 |1190k|   0 |   0 |   0 |3382k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1600.83/1600.81	c  1452s|  9660k|  8850k|     0 |   0.0 |3384M| 831 |   - |1400 |1231k|   0 |   0 |   0 |3432k|   0 | 0.000000e+00 | 8.390000e+02 |    Inf 
1602.64/1602.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1602.64/1602.61	c 
1602.64/1602.61	c SCIP Status        : solving was interrupted [user interrupt]
1602.64/1602.61	c Solving Time (sec) : 1453.33
1602.64/1602.61	c Solving Nodes      : 9661670
1602.64/1602.61	c Primal Bound       : +8.39000000000000e+02 (6 solutions)
1602.64/1602.61	c Dual Bound         : +0.00000000000000e+00
1602.64/1602.61	c Gap                : infinite
1602.64/1602.61	s SATISFIABLE
1602.64/1602.61	v -x1200 -x1199 -x1198 -x1197 -x1196 -x1195 -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 -x1188 -x1187 -x1186 -x1185 x1184 -x1183 -x1182 
1602.64/1602.61	v -x1181 -x1180 -x1179 -x1178 -x1177 -x1176 x1175 -x1174 -x1173 -x1172 -x1171 -x1170 -x1169 -x1168 -x1167 -x1166 -x1165 -x1164 
1602.64/1602.61	v -x1163 -x1162 -x1161 -x1160 -x1159 -x1158 -x1157 -x1156 -x1155 -x1154 -x1153 -x1152 -x1151 -x1150 -x1149 -x1148 -x1147 -x1146 
1602.64/1602.61	v -x1145 -x1144 -x1143 -x1142 -x1141 -x1140 -x1139 -x1138 -x1137 -x1136 -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 -x1129 
1602.64/1602.61	v -x1128 -x1127 -x1126 -x1125 -x1124 -x1123 -x1122 -x1121 -x1120 -x1119 -x1118 -x1117 -x1116 -x1115 -x1114 -x1113 -x1112 -x1111 
1602.64/1602.61	v -x1110 -x1109 -x1108 -x1107 -x1106 -x1105 -x1104 -x1103 -x1102 -x1101 -x1100 -x1099 -x1098 -x1097 -x1096 -x1095 -x1094 -x1093 
1602.64/1602.61	v -x1092 -x1091 -x1090 -x1089 -x1088 -x1087 -x1086 -x1085 -x1084 -x1083 -x1082 -x1081 -x1080 -x1079 -x1078 -x1077 -x1076 -x1075 
1602.64/1602.61	v -x1074 -x1073 -x1072 x1071 -x1070 -x1069 -x1068 -x1067 -x1066 -x1065 -x1064 -x1063 -x1062 -x1061 -x1060 -x1059 -x1058 -x1057 
1602.64/1602.61	v -x1056 -x1055 -x1054 -x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 
1602.64/1602.61	v -x1038 -x1037 -x1036 -x1035 x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 -x1025 -x1024 -x1023 -x1022 -x1021 
1602.64/1602.61	v -x1020 -x1019 -x1018 -x1017 -x1016 -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 
1602.64/1602.61	v -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 
1602.64/1602.61	v -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 
1602.64/1602.61	v -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 
1602.64/1602.61	v -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 
1602.64/1602.61	v -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 
1602.64/1602.61	v -x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 
1602.64/1602.61	v -x878 -x877 -x876 -x875 -x874 x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 
1602.64/1602.61	v -x857 -x856 -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 
1602.64/1602.61	v -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 
1602.64/1602.61	v x815 -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 
1602.64/1602.61	v -x794 -x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 
1602.64/1602.61	v -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 
1602.64/1602.61	v -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 
1602.64/1602.61	v -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 
1602.64/1602.61	v -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 
1602.64/1602.61	v -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 x676 -x675 -x674 -x673 -x672 -x671 -x670 
1602.64/1602.61	v -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 
1602.64/1602.61	v -x648 -x647 x646 -x645 -x644 -x643 -x642 -x641 x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 
1602.64/1602.61	v -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 
1602.64/1602.61	v -x606 -x605 -x604 -x603 -x602 x601 -x600 -x599 -x598 x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 
1602.64/1602.61	v -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 
1602.64/1602.61	v -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 
1602.64/1602.61	v x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 x529 -x528 -x527 -x526 -x525 -x524 -x523 
1602.64/1602.61	v -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 x507 -x506 -x505 -x504 -x503 -x502 
1602.64/1602.61	v -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 x482 -x481 
1602.64/1602.61	v -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 x465 -x464 -x463 -x462 -x461 -x460 
1602.64/1602.61	v -x459 x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 
1602.64/1602.61	v -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 
1602.64/1602.61	v -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 x404 -x403 -x402 -x401 -x400 x399 -x398 -x397 
1602.64/1602.61	v -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 
1602.64/1602.61	v -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 -x357 -x356 -x355 
1602.64/1602.61	v -x354 -x353 -x352 -x351 -x350 -x349 x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 
1602.64/1602.61	v -x333 -x332 -x331 -x330 -x329 -x328 x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1602.64/1602.61	v -x312 x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1602.64/1602.61	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 x273 -x272 -x271 
1602.64/1602.61	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 x250 
1602.64/1602.61	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 
1602.64/1602.61	v x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 
1602.64/1602.61	v -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
1602.64/1602.61	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 x166 
1602.64/1602.61	v -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 
1602.64/1602.61	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 
1602.64/1602.61	v -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 
1602.64/1602.61	v -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 
1602.64/1602.61	v -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 -x53 
1602.64/1602.61	v -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 
1602.64/1602.61	v -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1602.64/1602.61	c SCIP Status        : solving was interrupted [user interrupt]
1602.64/1602.61	c Solving Time       :    1453.33
1602.64/1602.61	c Original Problem   :
1602.64/1602.61	c   Problem name     : HOME/instance-2693982-1277920091.wbo
1602.64/1602.61	c   Variables        : 1400 (1300 binary, 0 integer, 0 implicit integer, 100 continuous)
1602.64/1602.61	c   Constraints      : 201 initial, 201 maximal
1602.64/1602.61	c Presolved Problem  :
1602.64/1602.61	c   Problem name     : t_HOME/instance-2693982-1277920091.wbo
1602.64/1602.61	c   Variables        : 1400 (1300 binary, 0 integer, 0 implicit integer, 100 continuous)
1602.64/1602.61	c   Constraints      : 200 initial, 1236831 maximal
1602.64/1602.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1602.64/1602.61	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1602.64/1602.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1602.64/1602.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1602.64/1602.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1602.64/1602.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1602.64/1602.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1602.64/1602.61	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1602.64/1602.61	c   linear           :       0.00          0          0          0        100          0          1          0          0
1602.64/1602.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1602.64/1602.61	c   root node        :          -          0          -          -          0          -          -          -          -
1602.64/1602.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1602.64/1602.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1602.64/1602.61	c   indicator        :        100          0    1926680          0     389582      45328     693127          0          0          0
1602.64/1602.61	c   linear           :        100          0   12219718          0    9305584     307851   23567173          0          0          0
1602.64/1602.61	c   logicor          :          0+         0    4173171          0          0      68018    4008149          0          0          0
1602.64/1602.61	c   countsols        :          0          0          0          0    9305587          0          0          0          0          0
1602.64/1602.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1602.64/1602.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1602.64/1602.61	c   indicator        :       1.00       0.00       0.71       0.00       0.29
1602.64/1602.61	c   linear           :     445.07       0.00     444.43       0.00       0.64
1602.64/1602.61	c   logicor          :      89.99       0.00      89.99       0.00       0.00
1602.64/1602.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1602.64/1602.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1602.64/1602.61	c   vbounds          :       0.00          2          0          0
1602.64/1602.61	c   rootredcost      :       0.00          0          0          0
1602.64/1602.61	c   pseudoobj        :      50.92   12272614       7748     491347
1602.64/1602.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1602.64/1602.61	c   propagation      :     417.44     383617     383617    5703044      273.1    4353004       20.0          -
1602.64/1602.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1602.64/1602.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1602.64/1602.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1602.64/1602.61	c   pseudo solution  :       5.46       2244       2244      59295      341.1      43666       20.5          -
1602.64/1602.61	c   applied globally :          -          -          -    3380034       24.2          -          -          -
1602.64/1602.61	c   applied locally  :          -          -          -      59442      180.2          -          -          -
1602.64/1602.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1602.64/1602.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1602.64/1602.61	c   redcost          :       0.00          0          0          0          0          0
1602.64/1602.61	c   impliedbounds    :       0.00          0          0          0          0          0
1602.64/1602.61	c   intobj           :       0.00          0          0          0          0          0
1602.64/1602.61	c   cgmip            :       0.00          0          0          0          0          0
1602.64/1602.61	c   gomory           :       0.00          0          0          0          0          0
1602.64/1602.61	c   strongcg         :       0.00          0          0          0          0          0
1602.64/1602.61	c   cmir             :       0.00          0          0          0          0          0
1602.64/1602.61	c   flowcover        :       0.00          0          0          0          0          0
1602.64/1602.61	c   clique           :       0.00          0          0          0          0          0
1602.64/1602.61	c   zerohalf         :       0.00          0          0          0          0          0
1602.64/1602.61	c   mcf              :       0.00          0          0          0          0          0
1602.64/1602.61	c   rapidlearning    :       0.00          0          0          0          0          0
1602.64/1602.61	c Pricers            :       Time      Calls       Vars
1602.64/1602.61	c   problem variables:       0.00          0          0
1602.64/1602.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1602.64/1602.61	c   relpscost        :       0.00          0          0          0          0          0          0
1602.64/1602.61	c   pscost           :       0.00          0          0          0          0          0          0
1602.64/1602.61	c   inference        :     682.26    9305584          0          0          0          0   18611168
1602.64/1602.61	c   mostinf          :       0.00          0          0          0          0          0          0
1602.64/1602.61	c   leastinf         :       0.00          0          0          0          0          0          0
1602.64/1602.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1602.64/1602.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1602.64/1602.61	c   random           :       0.00          0          0          0          0          0          0
1602.64/1602.61	c Primal Heuristics  :       Time      Calls      Found
1602.64/1602.61	c   LP solutions     :       0.00          -          0
1602.64/1602.61	c   pseudo solutions :       0.13          -          3
1602.64/1602.61	c   oneopt           :       0.12          0          0
1602.64/1602.61	c   trivial          :       0.00          2          2
1602.64/1602.61	c   simplerounding   :       0.00          0          0
1602.64/1602.61	c   zirounding       :       0.00          0          0
1602.64/1602.61	c   rounding         :       0.00          0          0
1602.64/1602.61	c   shifting         :       0.00          0          0
1602.64/1602.61	c   intshifting      :       0.00          0          0
1602.64/1602.61	c   twoopt           :       0.00          0          0
1602.64/1602.61	c   fixandinfer      :       0.00          0          0
1602.64/1602.61	c   feaspump         :       0.00          0          0
1602.64/1602.61	c   coefdiving       :       0.00          0          0
1602.64/1602.61	c   pscostdiving     :       0.00          0          0
1602.64/1602.61	c   fracdiving       :       0.00          0          0
1602.64/1602.61	c   veclendiving     :       0.00          0          0
1602.64/1602.61	c   intdiving        :       0.00          0          0
1602.64/1602.61	c   actconsdiving    :       0.00          0          0
1602.64/1602.61	c   objpscostdiving  :       0.00          0          0
1602.64/1602.61	c   rootsoldiving    :       0.00          0          0
1602.64/1602.61	c   linesearchdiving :       0.00          0          0
1602.64/1602.61	c   guideddiving     :       0.00          0          0
1602.64/1602.61	c   octane           :       0.00          0          0
1602.64/1602.61	c   rens             :       0.00          0          0
1602.64/1602.61	c   rins             :       0.00          0          0
1602.64/1602.61	c   localbranching   :       0.00          0          0
1602.64/1602.61	c   mutation         :       0.00          0          0
1602.64/1602.61	c   crossover        :       0.00          0          0
1602.64/1602.61	c   dins             :       0.00          0          0
1602.64/1602.61	c   undercover       :       0.00          0          0
1602.64/1602.61	c   nlp              :       0.00          0          0
1602.64/1602.61	c   trysol           :       0.02          1          1
1602.64/1602.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1602.64/1602.61	c   primal LP        :       0.00          0          0       0.00          -
1602.64/1602.61	c   dual LP          :       0.00          0          0       0.00          -
1602.64/1602.61	c   lex dual LP      :       0.00          0          0       0.00          -
1602.64/1602.61	c   barrier LP       :       0.00          0          0       0.00          -
1602.64/1602.61	c   diving/probing LP:       0.00          0          0       0.00          -
1602.64/1602.61	c   strong branching :       0.00          0          0       0.00          -
1602.64/1602.61	c     (at root node) :          -          0          0       0.00          -
1602.64/1602.61	c   conflict analysis:       0.00          0          0       0.00          -
1602.64/1602.61	c B&B Tree           :
1602.64/1602.61	c   number of runs   :          1
1602.64/1602.61	c   nodes            :    9661670
1602.64/1602.61	c   nodes (total)    :    9661670
1602.64/1602.61	c   nodes left       :    8850477
1602.64/1602.61	c   max depth        :        831
1602.64/1602.61	c   max depth (total):        831
1602.64/1602.61	c   backtracks       :     210536 (2.2%)
1602.64/1602.61	c   delayed cutoffs  :      98899
1602.64/1602.61	c   repropagations   :     240239 (3914773 domain reductions, 75106 cutoffs)
1602.64/1602.61	c   avg switch length:       3.43
1602.64/1602.61	c   switching time   :     115.92
1602.64/1602.61	c Solution           :
1602.64/1602.61	c   Solutions found  :          6 (4 improvements)
1602.64/1602.61	c   First Solution   : +4.88600000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1602.64/1602.61	c   Primal Bound     : +8.39000000000000e+02   (in run 1, after 3825514 nodes, 448.82 seconds, depth 686, found by <relaxation>)
1602.64/1602.61	c   Dual Bound       : +0.00000000000000e+00
1602.64/1602.61	c   Gap              :   infinite
1602.64/1602.61	c   Root Dual Bound  : +0.00000000000000e+00
1602.64/1602.61	c   Root Iterations  :          0

Verifier Data

OK	839

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.27 2.17 2.06 4/199 14397
/proc/meminfo: memFree=31154000/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=8556 CPUtime=0
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 1625 0 0 0 0 0 0 0 21 0 1 0 133305810 8761344 1547 4089446400 4194304 7136930 140735737104384 18446744073709551615 6350076 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14397/statm: 2139 1547 275 719 0 1418 0

[startup+0.082463 s]
/proc/loadavg: 2.27 2.17 2.06 4/199 14397
/proc/meminfo: memFree=31154000/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=15576 CPUtime=0.07
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 3844 0 0 0 6 1 0 0 21 0 1 0 133305810 15949824 3155 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14397/statm: 3894 3155 390 719 0 3173 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15576

[startup+0.10046 s]
/proc/loadavg: 2.27 2.17 2.06 4/199 14397
/proc/meminfo: memFree=31154000/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=15576 CPUtime=0.09
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 3860 0 0 0 8 1 0 0 21 0 1 0 133305810 15949824 3171 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14397/statm: 3894 3171 390 719 0 3173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15576

[startup+0.300424 s]
/proc/loadavg: 2.27 2.17 2.06 4/199 14397
/proc/meminfo: memFree=31154000/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=16596 CPUtime=0.29
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 4106 0 0 0 25 4 0 0 21 0 1 0 133305810 16994304 3417 4089446400 4194304 7136930 140735737104384 18446744073709551615 4618395 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14397/statm: 4149 3417 390 719 0 3428 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16596

[startup+0.700355 s]
/proc/loadavg: 2.27 2.17 2.06 4/199 14397
/proc/meminfo: memFree=31154000/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=18564 CPUtime=0.69
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 4617 0 0 0 61 8 0 0 22 0 1 0 133305810 19009536 3928 4089446400 4194304 7136930 140735737104384 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14397/statm: 4641 3928 390 719 0 3920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18564

[startup+1.50021 s]
/proc/loadavg: 2.27 2.17 2.06 4/200 14398
/proc/meminfo: memFree=31138616/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=22648 CPUtime=1.49
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 5672 0 0 0 129 20 0 0 25 0 1 0 133305810 23191552 4983 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 5662 4983 390 719 0 4941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22648

[startup+3.101 s]
/proc/loadavg: 2.27 2.17 2.06 4/200 14398
/proc/meminfo: memFree=31132912/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=28740 CPUtime=3.09
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 7247 0 0 0 269 40 0 0 25 0 1 0 133305810 29429760 6558 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 7185 6558 390 719 0 6464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28740

[startup+6.30042 s]
/proc/loadavg: 2.33 2.18 2.07 4/200 14398
/proc/meminfo: memFree=31115584/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=46064 CPUtime=6.28
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 11577 0 0 0 546 82 0 0 25 0 1 0 133305810 47169536 10888 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 11516 10888 390 719 0 10795 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46064

[startup+12.7003 s]
/proc/loadavg: 2.38 2.20 2.07 3/199 14398
/proc/meminfo: memFree=31093048/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=64772 CPUtime=12.69
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 15968 0 0 0 1103 166 0 0 25 0 1 0 133305810 66326528 15279 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 16193 15279 390 719 0 15472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64772

[startup+25.501 s]
/proc/loadavg: 2.30 2.19 2.07 3/199 14399
/proc/meminfo: memFree=31055736/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=105456 CPUtime=25.49
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 25544 0 0 0 2217 332 0 0 25 0 1 0 133305810 107986944 24855 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 26364 24855 390 719 0 25643 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 105456

[startup+51.1005 s]
/proc/loadavg: 2.20 2.17 2.07 3/199 14400
/proc/meminfo: memFree=30979184/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=178356 CPUtime=51.09
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 44590 0 0 0 4436 673 0 0 25 0 1 0 133305810 182636544 43901 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 44589 43901 390 719 0 43868 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 178356

[startup+102.306 s]
/proc/loadavg: 2.08 2.14 2.06 3/199 14401
/proc/meminfo: memFree=30821660/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=335972 CPUtime=102.29
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 83600 0 0 0 8857 1372 0 0 25 0 1 0 133305810 344035328 82911 4089446400 4194304 7136930 140735737104384 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 83993 82911 390 719 0 83272 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 335972

[startup+162.301 s]
/proc/loadavg: 2.07 2.13 2.06 3/199 14402
/proc/meminfo: memFree=30638820/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=527932 CPUtime=162.29
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 129390 0 0 0 14088 2141 0 0 25 0 1 0 133305810 540602368 128701 4089446400 4194304 7136930 140735737104384 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 131983 128701 390 719 0 131262 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 527932

[startup+222.301 s]
/proc/loadavg: 2.25 2.15 2.07 4/200 14406
/proc/meminfo: memFree=30450876/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=695820 CPUtime=222.3
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 173193 0 0 0 19302 2928 0 0 25 0 1 0 133305810 712519680 172504 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 173955 172504 390 719 0 173234 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 695820

[startup+282.3 s]
/proc/loadavg: 2.72 2.30 2.13 3/199 14408
/proc/meminfo: memFree=30269448/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=903936 CPUtime=282.29
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 218880 0 0 0 24623 3606 0 0 25 0 1 0 133305810 925630464 218191 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 225984 218191 390 719 0 225263 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 903936

[startup+342.3 s]
/proc/loadavg: 2.71 2.37 2.16 3/199 14411
/proc/meminfo: memFree=30100856/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=1061844 CPUtime=342.3
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 259936 0 0 0 29902 4328 0 0 25 0 1 0 133305810 1087328256 259247 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 265461 259247 390 719 0 264740 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1061844

[startup+402.301 s]
/proc/loadavg: 2.26 2.30 2.15 3/199 14413
/proc/meminfo: memFree=29937116/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=1223492 CPUtime=402.3
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 300977 0 0 0 35275 4955 0 0 25 0 1 0 133305810 1252855808 300288 4089446400 4194304 7136930 140735737104384 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 305873 300288 390 719 0 305152 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1223492

[startup+462.301 s]
/proc/loadavg: 2.09 2.24 2.14 3/199 14414
/proc/meminfo: memFree=29791852/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=1365912 CPUtime=462.3
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 336861 0 0 0 40849 5381 0 0 25 0 1 0 133305810 1398693888 336172 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 341478 336172 390 719 0 340757 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1365912

[startup+522.3 s]
/proc/loadavg: 2.03 2.20 2.12 3/199 14416
/proc/meminfo: memFree=29666052/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=1488628 CPUtime=522.3
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 368737 0 0 0 46338 5892 0 0 25 0 1 0 133305810 1524355072 368048 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 372157 368048 390 719 0 371436 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1488628

[startup+582.301 s]
/proc/loadavg: 2.04 2.17 2.12 3/199 14418
/proc/meminfo: memFree=29505420/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=1705540 CPUtime=582.3
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 408490 0 0 0 51643 6587 0 0 25 0 1 0 133305810 1746472960 407801 4089446400 4194304 7136930 140735737104384 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 426385 407801 390 719 0 425664 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1705540

[startup+642.301 s]
/proc/loadavg: 2.01 2.14 2.11 3/199 14419
/proc/meminfo: memFree=29347752/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=1853604 CPUtime=642.31
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 447513 0 0 0 56998 7233 0 0 25 0 1 0 133305810 1898090496 446824 4089446400 4194304 7136930 140735737104384 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 463401 446824 390 719 0 462680 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1853604

[startup+702.3 s]

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

/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 643526 0 0 0 83233 10998 0 0 25 0 1 0 133305810 2661580800 642837 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 649800 642837 390 719 0 649079 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2599200

[startup+1002.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/197 14486
/proc/meminfo: memFree=28571216/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=2748776 CPUtime=1002.32
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 682811 0 0 0 88455 11777 0 0 25 0 1 0 133305810 2814746624 682122 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 687194 682122 390 719 0 686473 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2748776

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/197 14487
/proc/meminfo: memFree=28411068/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=2895892 CPUtime=1062.31
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 721543 0 0 0 93696 12535 0 0 25 0 1 0 133305810 2965393408 720854 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 723973 720854 390 719 0 723252 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2895892

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/197 14489
/proc/meminfo: memFree=28261936/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3166136 CPUtime=1122.31
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 758109 0 0 0 99000 13231 0 0 25 0 1 0 133305810 3242123264 757420 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 791534 757420 390 719 0 790813 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 3166136

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/197 14491
/proc/meminfo: memFree=28184992/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3240236 CPUtime=1182.32
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 810984 0 0 0 104637 13595 0 0 25 0 1 0 133305810 3318001664 775720 4089446400 4194304 7136930 140735737104384 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 810059 775720 391 719 0 809338 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3240236

[startup+1242.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/197 14492
/proc/meminfo: memFree=28076188/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3348284 CPUtime=1242.32
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 836488 0 0 0 110450 13782 0 0 25 0 1 0 133305810 3428642816 801224 4089446400 4194304 7136930 140735737104384 18446744073709551615 5909106 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 837071 801224 391 719 0 836350 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3348284

[startup+1302.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/197 14494
/proc/meminfo: memFree=27977912/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3449176 CPUtime=1302.33
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 860773 0 0 0 116243 13990 0 0 25 0 1 0 133305810 3531956224 825509 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 862294 825509 391 719 0 861573 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3449176

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/197 14495
/proc/meminfo: memFree=27854968/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3576400 CPUtime=1362.32
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 891793 0 0 0 122017 14215 0 0 25 0 1 0 133305810 3662233600 856529 4089446400 4194304 7136930 140735737104384 18446744073709551615 5909106 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 894100 856529 391 719 0 893379 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 3576400

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 2.04 3/197 14497
/proc/meminfo: memFree=27765628/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3665592 CPUtime=1422.33
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 913593 0 0 0 127809 14424 0 0 25 0 1 0 133305810 3753566208 878329 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 916398 878329 391 719 0 915677 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3665592

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.04 3/197 14499
/proc/meminfo: memFree=27678648/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3758324 CPUtime=1482.33
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 935234 0 0 0 133581 14652 0 0 25 0 1 0 133305810 3848523776 899970 4089446400 4194304 7136930 140735737104384 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 939581 899970 391 719 0 938860 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3758324

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.03 3/197 14500
/proc/meminfo: memFree=27612496/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3824864 CPUtime=1542.33
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 951053 0 0 0 139444 14789 0 0 25 0 1 0 133305810 3916660736 915789 4089446400 4194304 7136930 140735737104384 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 956216 915789 391 719 0 955495 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3824864

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.03 3/197 14502
/proc/meminfo: memFree=27542756/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3890504 CPUtime=1602.33
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 968618 0 0 0 145304 14929 0 0 25 0 1 0 133305810 3983876096 933354 4089446400 4194304 7136930 140735737104384 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 972626 933354 391 719 0 971905 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3890504



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1602.6 s]
/proc/loadavg: 2.01 2.02 2.03 3/197 14502
/proc/meminfo: memFree=27515344/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3922184 CPUtime=1602.64
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 975222 0 0 0 145333 14931 0 0 25 0 1 0 133305810 4016316416 939958 4089446400 4194304 7136930 140735737104384 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14397/statm: 980546 939958 391 719 0 979825 0
Current children cumulated CPU time (s) 1602.64
Current children cumulated vsize (KiB) 3922184

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14397

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

[startup+1603 s]
/proc/loadavg: 2.01 2.02 2.03 3/197 14502
/proc/meminfo: memFree=27515344/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3931840 CPUtime=1603.03
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 977020 0 0 0 145372 14931 0 0 25 0 1 0 133305810 4026204160 941756 4089446400 4194304 7136930 140735737104384 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14397/statm: 982960 941756 397 719 0 982239 0
Current children cumulated CPU time (s) 1603.03
Current children cumulated vsize (KiB) 3931840

[startup+1603.81 s]
/proc/loadavg: 2.00 2.02 2.03 3/198 14503
/proc/meminfo: memFree=27507896/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3931840 CPUtime=1603.84
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 977020 0 0 0 145453 14931 0 0 25 0 1 0 133305810 4026204160 941756 4089446400 4194304 7136930 140735737104384 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14397/statm: 982960 941756 397 719 0 982239 0
Current children cumulated CPU time (s) 1603.84
Current children cumulated vsize (KiB) 3931840

[startup+1604.2 s]
/proc/loadavg: 2.00 2.02 2.03 3/198 14503
/proc/meminfo: memFree=27507896/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3931840 CPUtime=1604.23
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 977020 0 0 0 145492 14931 0 0 25 0 1 0 133305810 4026204160 941756 4089446400 4194304 7136930 140735737104384 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14397/statm: 982960 941756 397 719 0 982239 0
Current children cumulated CPU time (s) 1604.23
Current children cumulated vsize (KiB) 3931840

[startup+1604.6 s]
/proc/loadavg: 2.00 2.02 2.03 3/198 14503
/proc/meminfo: memFree=27507896/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=3931840 CPUtime=1604.63
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4202496 977020 0 0 0 145532 14931 0 0 25 0 1 0 133305810 4026204160 941756 4089446400 4194304 7136930 140735737104384 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14397/statm: 982960 941756 397 719 0 982239 0
Current children cumulated CPU time (s) 1604.63
Current children cumulated vsize (KiB) 3931840

[startup+1604.7 s]
/proc/loadavg: 2.00 2.02 2.03 3/198 14503
/proc/meminfo: memFree=27507896/32950904 swapFree=67111528/67111528
[pid=14397] ppid=14395 vsize=0 CPUtime=1604.73
/proc/14397/stat : 14397 (pbscip.linux.x8) R 14395 14397 13057 0 -1 4203524 977020 0 0 0 145533 14940 0 0 25 0 1 0 133305810 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14397/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1604.73
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1604.73
CPU time (s): 1604.77
CPU user time (s): 1455.34
CPU system time (s): 149.434
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3931840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1455.34
system time used= 149.434
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 977020
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= 13622

runsolver used 2.26365 second user time and 5.20221 second system time

The end

Launcher Data

Begin job on node121 at 2010-06-30 19:48:11
IDJOB=2693982
IDBENCH=79157
IDSOLVER=1206
FILE ID=node121/2693982-1277920091
PBS_JOBID= 11197299
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-chnl20_30_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-2693982-1277920091/watcher-2693982-1277920091 -o /tmp/evaluation-result-2693982-1277920091/solver-2693982-1277920091 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693982-1277920091.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ccc8229e0445e5a3e6fad9172f1ab48d
RANDOM SEED=1771483252

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      31154528 kB
Buffers:        201360 kB
Cached:        1103984 kB
SwapCached:          0 kB
Active:         848904 kB
Inactive:       799228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31154528 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3188 kB
Writeback:           0 kB
AnonPages:      343268 kB
Mapped:          20312 kB
Slab:            82024 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1663288 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 node121 at 2010-06-30 20:14:56