Trace number 2693999

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_36_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM02fb8a7818433044fe5d5a9a278599da
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.116981
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2520
Total number of constraints142
Number of soft constraints142
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint36
Top cost 7086
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7085
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693999-1277920816.wbo>
0.00/0.01	c original problem has 2804 variables (2662 bin, 0 int, 0 impl, 142 cont) and 285 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	o 7085
0.00/0.02	c feasible solution found by trivial heuristic, objective value  7.085000e+03
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 142 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 142 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 142 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/2662 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  0 deleted vars, 1 deleted constraints, 142 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  142 implications, 0 cliques
0.00/0.03	c presolved problem has 2804 variables (2662 bin, 0 int, 0 impl, 142 cont) and 284 constraints
0.00/0.03	c     142 constraints of type <indicator>
0.00/0.03	c     142 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 3420
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c t 0.0s|     1 |     2 |     0 |     - |5375k|   0 |   - |2804 | 284 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1.59/1.67	c   1.6s| 10000 |  9944 |     0 |   0.0 |9258k|1726 |   - |2804 | 525 |   0 |   0 |   0 | 246 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
3.39/3.45	c   3.3s| 20000 | 19888 |     0 |   0.0 |  12M|1726 |   - |2804 | 799 |   0 |   0 |   0 | 520 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
5.19/5.22	c   5.0s| 30000 | 29836 |     0 |   0.0 |  15M|1726 |   - |2804 |1042 |   0 |   0 |   0 | 776 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
6.99/7.01	c   6.8s| 40000 | 39779 |     0 |   0.0 |  18M|1726 |   - |2804 |1268 |   0 |   0 |   0 |1054 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
8.79/8.82	c   8.5s| 50000 | 49725 |     0 |   0.0 |  21M|1726 |   - |2804 |1374 |   0 |   0 |   0 |1324 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
10.59/10.62	c  10.2s| 60000 | 59667 |     0 |   0.0 |  24M|1726 |   - |2804 |1458 |   0 |   0 |   0 |1614 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
12.39/12.42	c  12.0s| 70000 | 69611 |     0 |   0.0 |  27M|1726 |   - |2804 |1541 |   0 |   0 |   0 |1894 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
14.20/14.21	c  13.7s| 80000 | 79537 |     0 |   0.0 |  29M|1726 |   - |2804 |1604 |   0 |   0 |   0 |2264 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
15.99/16.00	c  15.5s| 90000 | 89481 |     0 |   0.0 |  32M|1726 |   - |2804 |1612 |   0 |   0 |   0 |2544 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
17.69/17.78	c  17.2s|100000 | 99417 |     0 |   0.0 |  35M|1726 |   - |2804 |1629 |   0 |   0 |   0 |2864 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
19.49/19.55	c  18.9s|110000 |109355 |     0 |   0.0 |  38M|1726 |   - |2804 |1648 |   0 |   0 |   0 |3174 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
21.29/21.30	c  20.6s|120000 |119283 |     0 |   0.0 |  41M|1726 |   - |2804 |1719 |   0 |   0 |   0 |3534 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
23.00/23.05	c  22.3s|130000 |129209 |     0 |   0.0 |  43M|1726 |   - |2804 |1762 |   0 |   0 |   0 |3904 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
24.69/24.77	c  23.9s|140000 |139143 |     0 |   0.0 |  46M|1726 |   - |2804 |1827 |   0 |   0 |   0 |4234 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
26.40/26.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.40/26.49	c  25.6s|150000 |149079 |     0 |   0.0 |  49M|1726 |   - |2804 |1868 |   0 |   0 |   0 |4554 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
28.09/28.19	c  27.3s|160000 |158997 |     0 |   0.0 |  52M|1726 |   - |2804 |1995 |   0 |   0 |   0 |4964 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
29.79/29.87	c  28.9s|170000 |168923 |     0 |   0.0 |  55M|1726 |   - |2804 |2115 |   0 |   0 |   0 |5334 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
31.50/31.58	c  30.5s|180000 |178831 |     0 |   0.0 |  58M|1726 |   - |2804 |2337 |   0 |   0 |   0 |5794 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
33.19/33.26	c  32.1s|190000 |188755 |     0 |   0.0 |  60M|1726 |   - |2804 |2417 |   0 |   0 |   0 |6174 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
34.89/34.90	c  33.7s|200000 |198677 |     0 |   0.0 |  63M|1726 |   - |2804 |2524 |   0 |   0 |   0 |6564 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
36.49/36.54	c  35.3s|210000 |208595 |     0 |   0.0 |  66M|1726 |   - |2804 |2641 |   0 |   0 |   0 |6974 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
38.10/38.17	c  36.9s|220000 |218501 |     0 |   0.0 |  69M|1726 |   - |2804 |2863 |   0 |   0 |   0 |7444 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
39.69/39.78	c  38.4s|230000 |228425 |     0 |   0.0 |  72M|1726 |   - |2804 |3068 |   0 |   0 |   0 |7824 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
41.39/41.40	c  40.0s|240000 |238339 |     0 |   0.0 |  75M|1726 |   - |2804 |3179 |   0 |   0 |   0 |8254 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
42.90/42.97	c  41.5s|250000 |248257 |     0 |   0.0 |  78M|1726 |   - |2804 |3338 |   0 |   0 |   0 |8664 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
44.49/44.53	c  43.0s|260000 |258177 |     0 |   0.0 |  80M|1726 |   - |2804 |3494 |   0 |   0 |   0 |9064 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
45.99/46.07	c  44.5s|270000 |268085 |     0 |   0.0 |  83M|1726 |   - |2804 |3725 |   0 |   0 |   0 |9524 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
47.49/47.59	c  46.0s|280000 |278005 |     0 |   0.0 |  86M|1726 |   - |2804 |3918 |   0 |   0 |   0 |9924 |   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
48.99/49.09	c  47.4s|290000 |287915 |     0 |   0.0 |  89M|1726 |   - |2804 |4166 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
50.49/50.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.49/50.57	c  48.8s|300000 |297821 |     0 |   0.0 |  92M|1726 |   - |2804 |4425 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
51.99/52.03	c  50.2s|310000 |307727 |     0 |   0.0 |  95M|1726 |   - |2804 |4640 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
53.39/53.46	c  51.6s|320000 |317645 |     0 |   0.0 |  98M|1726 |   - |2804 |4793 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
54.79/54.89	c  53.0s|330000 |327551 |     0 |   0.0 | 101M|1726 |   - |2804 |5032 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
56.19/56.29	c  54.4s|340000 |337455 |     0 |   0.0 | 104M|1726 |   - |2804 |5265 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
57.59/57.65	c  55.6s|350000 |347361 |     0 |   0.0 | 107M|1726 |   - |2804 |5500 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
58.89/58.99	c  56.9s|360000 |357273 |     0 |   0.0 | 110M|1726 |   - |2804 |5683 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
60.29/60.33	c  58.2s|370000 |367171 |     0 |   0.0 | 113M|1726 |   - |2804 |5909 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
61.60/61.68	c  59.5s|380000 |377053 |     0 |   0.0 | 116M|1726 |   - |2804 |6246 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
62.99/63.04	c  60.8s|390000 |386923 |     0 |   0.0 | 119M|1726 |   - |2804 |6604 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
64.29/64.35	c  62.0s|400000 |396795 |     0 |   0.0 | 122M|1726 |   - |2804 |6985 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
65.59/65.65	c  63.3s|410000 |406669 |     0 |   0.0 | 125M|1726 |   - |2804 |7410 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
66.90/66.93	c  64.5s|420000 |416533 |     0 |   0.0 | 128M|1726 |   - |2804 |7900 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
68.19/68.21	c  65.8s|430000 |426375 |     0 |   0.0 | 131M|1726 |   - |2804 |8521 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
69.39/69.46	c  67.0s|440000 |436219 |     0 |   0.0 | 135M|1726 |   - |2804 |9180 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
70.69/70.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.69/70.70	c  68.1s|450000 |446057 |     0 |   0.0 | 138M|1726 |   - |2804 |9896 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
71.79/71.89	c  69.3s|460000 |455887 |     0 |   0.0 | 141M|1726 |   - |2804 |  10k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
72.99/73.07	c  70.4s|470000 |465719 |     0 |   0.0 | 145M|1726 |   - |2804 |  11k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
74.19/74.22	c  71.5s|480000 |475539 |     0 |   0.0 | 148M|1726 |   - |2804 |  12k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
75.28/75.36	c  72.6s|490000 |485343 |     0 |   0.0 | 152M|1726 |   - |2804 |  13k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
76.39/76.48	c  73.6s|500000 |495139 |     0 |   0.0 | 155M|1726 |   - |2804 |  14k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
77.49/77.57	c  74.7s|510000 |504917 |     0 |   0.0 | 159M|1726 |   - |2804 |  15k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
78.58/78.63	c  75.7s|520000 |514685 |     0 |   0.0 | 162M|1726 |   - |2804 |  16k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
79.59/79.66	c  76.7s|530000 |524433 |     0 |   0.0 | 166M|1726 |   - |2804 |  17k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
80.59/80.68	c  77.6s|540000 |534135 |     0 |   0.0 | 170M|1726 |   - |2804 |  19k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
81.59/81.67	c  78.6s|550000 |543785 |     0 |   0.0 | 174M|1726 |   - |2804 |  21k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
82.69/82.73	c  79.5s|560000 |553193 |     0 |   0.0 | 179M|1726 |   - |2804 |  24k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
84.09/84.18	c  81.0s|570000 |561827 |     0 |   0.0 | 187M|1726 |   - |2804 |  30k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
86.29/86.32	c  83.0s|580000 |571766 |     0 |   0.0 | 183M|1726 |   - |2804 | 875 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
88.09/88.10	c  84.8s|590000 |581710 |     0 |   0.0 | 186M|1726 |   - |2804 | 874 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
89.89/89.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.89/89.92	c  86.5s|600000 |591643 |     0 |   0.0 | 188M|1726 |   - |2804 | 940 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
91.69/91.73	c  88.3s|610000 |601577 |     0 |   0.0 | 191M|1726 |   - |2804 |1024 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
93.50/93.56	c  90.0s|620000 |611519 |     0 |   0.0 | 194M|1726 |   - |2804 | 972 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
95.29/95.37	c  91.8s|630000 |621467 |     0 |   0.0 | 197M|1726 |   - |2804 | 959 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
97.19/97.22	c  93.6s|640000 |631393 |     0 |   0.0 | 199M|1726 |   - |2804 |1032 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
98.99/99.05	c  95.4s|650000 |641333 |     0 |   0.0 | 202M|1726 |   - |2804 |1009 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
100.89/100.91	c  97.2s|660000 |651263 |     0 |   0.0 | 205M|1726 |   - |2804 |1059 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
102.69/102.75	c  98.9s|670000 |661203 |     0 |   0.0 | 208M|1726 |   - |2804 |1057 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
104.50/104.58	c   101s|680000 |671147 |     0 |   0.0 | 210M|1726 |   - |2804 |1033 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
106.39/106.41	c   102s|690000 |681089 |     0 |   0.0 | 213M|1726 |   - |2804 |1015 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
108.19/108.28	c   104s|700000 |691023 |     0 |   0.0 | 216M|1726 |   - |2804 | 942 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
110.09/110.13	c   106s|710000 |700971 |     0 |   0.0 | 219M|1726 |   - |2804 | 910 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
111.99/112.00	c   108s|720000 |710905 |     0 |   0.0 | 221M|1726 |   - |2804 | 915 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
113.79/113.86	c   110s|730000 |720845 |     0 |   0.0 | 224M|1726 |   - |2804 | 845 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
115.69/115.73	c   112s|740000 |730775 |     0 |   0.0 | 227M|1726 |   - |2804 | 866 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
117.49/117.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.49/117.59	c   113s|750000 |740711 |     0 |   0.0 | 230M|1726 |   - |2804 | 882 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
119.39/119.45	c   115s|760000 |750653 |     0 |   0.0 | 232M|1726 |   - |2804 | 831 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
121.29/121.33	c   117s|770000 |760583 |     0 |   0.0 | 235M|1726 |   - |2804 | 851 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
123.10/123.18	c   119s|780000 |770525 |     0 |   0.0 | 238M|1726 |   - |2804 | 806 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
124.99/125.05	c   121s|790000 |780463 |     0 |   0.0 | 240M|1726 |   - |2804 | 845 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
126.89/126.91	c   122s|800000 |790403 |     0 |   0.0 | 243M|1726 |   - |2804 | 821 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
128.70/128.77	c   124s|810000 |800337 |     0 |   0.0 | 246M|1726 |   - |2804 | 852 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
130.59/130.63	c   126s|820000 |810281 |     0 |   0.0 | 249M|1726 |   - |2804 | 861 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
132.49/132.51	c   128s|830000 |820215 |     0 |   0.0 | 251M|1726 |   - |2804 | 859 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
134.29/134.37	c   130s|840000 |830159 |     0 |   0.0 | 254M|1726 |   - |2804 | 836 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
136.19/136.24	c   131s|850000 |840105 |     0 |   0.0 | 257M|1726 |   - |2804 | 841 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
138.09/138.10	c   133s|860000 |850053 |     0 |   0.0 | 260M|1726 |   - |2804 | 824 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
139.90/139.96	c   135s|870000 |859993 |     0 |   0.0 | 262M|1726 |   - |2804 | 852 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
141.80/141.83	c   137s|880000 |869927 |     0 |   0.0 | 265M|1726 |   - |2804 | 861 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
143.69/143.71	c   139s|890000 |879853 |     0 |   0.0 | 268M|1726 |   - |2804 | 894 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
145.49/145.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.49/145.57	c   141s|900000 |889803 |     0 |   0.0 | 271M|1726 |   - |2804 | 875 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
147.40/147.43	c   142s|910000 |899743 |     0 |   0.0 | 273M|1726 |   - |2804 | 901 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
149.19/149.29	c   144s|920000 |909675 |     0 |   0.0 | 276M|1726 |   - |2804 | 928 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
151.09/151.17	c   146s|930000 |919605 |     0 |   0.0 | 279M|1726 |   - |2804 | 941 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
152.99/153.04	c   148s|940000 |929541 |     0 |   0.0 | 282M|1726 |   - |2804 | 947 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
154.89/154.92	c   150s|950000 |939477 |     0 |   0.0 | 284M|1726 |   - |2804 | 912 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
156.69/156.78	c   151s|960000 |949419 |     0 |   0.0 | 287M|1726 |   - |2804 | 908 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
158.60/158.65	c   153s|970000 |959349 |     0 |   0.0 | 290M|1726 |   - |2804 | 975 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
160.49/160.52	c   155s|980000 |969289 |     0 |   0.0 | 293M|1726 |   - |2804 | 914 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
162.29/162.38	c   157s|990000 |979233 |     0 |   0.0 | 295M|1726 |   - |2804 | 920 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
164.19/164.26	c   159s|  1000k|989167 |     0 |   0.0 | 298M|1726 |   - |2804 | 964 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
166.10/166.13	c   161s|  1010k|999109 |     0 |   0.0 | 301M|1726 |   - |2804 | 957 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
168.00/168.00	c   162s|  1020k|  1009k|     0 |   0.0 | 304M|1726 |   - |2804 | 918 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
169.79/169.88	c   164s|  1030k|  1018k|     0 |   0.0 | 306M|1726 |   - |2804 | 924 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
171.69/171.74	c   166s|  1040k|  1028k|     0 |   0.0 | 309M|1726 |   - |2804 | 917 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
173.60/173.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.60/173.60	c   168s|  1050k|  1038k|     0 |   0.0 | 312M|1726 |   - |2804 | 901 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
175.39/175.48	c   170s|  1060k|  1048k|     0 |   0.0 | 315M|1726 |   - |2804 | 946 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
177.30/177.35	c   171s|  1070k|  1058k|     0 |   0.0 | 317M|1726 |   - |2804 | 902 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
179.20/179.22	c   173s|  1080k|  1068k|     0 |   0.0 | 320M|1726 |   - |2804 | 908 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
180.99/181.08	c   175s|  1090k|  1078k|     0 |   0.0 | 323M|1726 |   - |2804 | 891 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
182.89/182.96	c   177s|  1100k|  1088k|     0 |   0.0 | 326M|1726 |   - |2804 | 851 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
184.80/184.83	c   179s|  1110k|  1098k|     0 |   0.0 | 328M|1726 |   - |2804 | 897 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
186.69/186.71	c   180s|  1120k|  1108k|     0 |   0.0 | 331M|1726 |   - |2804 | 848 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
188.49/188.57	c   182s|  1130k|  1118k|     0 |   0.0 | 334M|1726 |   - |2804 | 874 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
190.40/190.43	c   184s|  1140k|  1128k|     0 |   0.0 | 336M|1726 |   - |2804 | 894 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
192.29/192.32	c   186s|  1150k|  1138k|     0 |   0.0 | 339M|1726 |   - |2804 | 906 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
194.09/194.18	c   188s|  1160k|  1148k|     0 |   0.0 | 342M|1726 |   - |2804 | 852 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
196.00/196.06	c   190s|  1170k|  1158k|     0 |   0.0 | 345M|1726 |   - |2804 | 844 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
197.90/197.92	c   191s|  1180k|  1168k|     0 |   0.0 | 347M|1726 |   - |2804 | 872 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
199.69/199.79	c   193s|  1190k|  1178k|     0 |   0.0 | 350M|1726 |   - |2804 | 905 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
201.60/201.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.60/201.66	c   195s|  1200k|  1187k|     0 |   0.0 | 353M|1726 |   - |2804 | 923 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
203.50/203.52	c   197s|  1210k|  1197k|     0 |   0.0 | 356M|1726 |   - |2804 | 931 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
205.29/205.39	c   199s|  1220k|  1207k|     0 |   0.0 | 358M|1726 |   - |2804 | 960 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
207.19/207.25	c   200s|  1230k|  1217k|     0 |   0.0 | 361M|1726 |   - |2804 | 941 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
209.09/209.12	c   202s|  1240k|  1227k|     0 |   0.0 | 364M|1726 |   - |2804 | 950 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
210.89/210.98	c   204s|  1250k|  1237k|     0 |   0.0 | 367M|1726 |   - |2804 | 971 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
212.80/212.85	c   206s|  1260k|  1247k|     0 |   0.0 | 369M|1726 |   - |2804 | 970 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
214.70/214.72	c   208s|  1270k|  1257k|     0 |   0.0 | 372M|1726 |   - |2804 | 988 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
216.49/216.59	c   209s|  1280k|  1267k|     0 |   0.0 | 375M|1726 |   - |2804 | 986 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
218.39/218.47	c   211s|  1290k|  1277k|     0 |   0.0 | 378M|1726 |   - |2804 |1010 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
220.29/220.34	c   213s|  1300k|  1287k|     0 |   0.0 | 380M|1726 |   - |2804 |1028 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
222.20/222.21	c   215s|  1310k|  1297k|     0 |   0.0 | 383M|1726 |   - |2804 |1015 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
223.99/224.07	c   217s|  1320k|  1307k|     0 |   0.0 | 386M|1726 |   - |2804 | 996 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
225.89/225.96	c   219s|  1330k|  1317k|     0 |   0.0 | 388M|1726 |   - |2804 |1006 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
227.79/227.84	c   220s|  1340k|  1327k|     0 |   0.0 | 391M|1726 |   - |2804 |1029 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
229.70/229.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.70/229.71	c   222s|  1350k|  1337k|     0 |   0.0 | 394M|1726 |   - |2804 |1027 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
231.49/231.57	c   224s|  1360k|  1346k|     0 |   0.0 | 397M|1726 |   - |2804 |1072 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
233.39/233.44	c   226s|  1370k|  1356k|     0 |   0.0 | 399M|1726 |   - |2804 |1054 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
235.30/235.31	c   228s|  1380k|  1366k|     0 |   0.0 | 402M|1726 |   - |2804 |1037 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
237.09/237.18	c   229s|  1390k|  1376k|     0 |   0.0 | 405M|1726 |   - |2804 |1049 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
238.99/239.04	c   231s|  1400k|  1386k|     0 |   0.0 | 408M|1726 |   - |2804 |1062 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
240.90/240.93	c   233s|  1410k|  1396k|     0 |   0.0 | 410M|1726 |   - |2804 |1036 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
242.79/242.80	c   235s|  1420k|  1406k|     0 |   0.0 | 413M|1726 |   - |2804 |1072 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
244.59/244.67	c   237s|  1430k|  1416k|     0 |   0.0 | 416M|1726 |   - |2804 |1065 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
246.49/246.52	c   238s|  1440k|  1426k|     0 |   0.0 | 419M|1726 |   - |2804 |1056 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
248.29/248.39	c   240s|  1450k|  1436k|     0 |   0.0 | 421M|1726 |   - |2804 |1096 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
250.19/250.29	c   242s|  1460k|  1446k|     0 |   0.0 | 424M|1726 |   - |2804 |1103 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
252.09/252.16	c   244s|  1470k|  1456k|     0 |   0.0 | 427M|1726 |   - |2804 |1076 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
254.00/254.01	c   246s|  1480k|  1466k|     0 |   0.0 | 429M|1726 |   - |2804 |1083 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
255.80/255.88	c   248s|  1490k|  1476k|     0 |   0.0 | 432M|1726 |   - |2804 |1102 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
257.69/257.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.69/257.74	c   249s|  1500k|  1485k|     0 |   0.0 | 435M|1726 |   - |2804 |1089 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
259.60/259.62	c   251s|  1510k|  1495k|     0 |   0.0 | 438M|1726 |   - |2804 |1089 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
261.39/261.47	c   253s|  1520k|  1505k|     0 |   0.0 | 440M|1726 |   - |2804 |1069 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
263.29/263.33	c   255s|  1530k|  1515k|     0 |   0.0 | 443M|1726 |   - |2804 |1115 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
265.19/265.20	c   257s|  1540k|  1525k|     0 |   0.0 | 446M|1726 |   - |2804 |1087 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
266.99/267.07	c   258s|  1550k|  1535k|     0 |   0.0 | 449M|1726 |   - |2804 |1049 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
268.90/268.91	c   260s|  1560k|  1545k|     0 |   0.0 | 451M|1726 |   - |2804 |1032 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
270.69/270.76	c   262s|  1570k|  1555k|     0 |   0.0 | 454M|1726 |   - |2804 |1032 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
272.60/272.63	c   264s|  1580k|  1565k|     0 |   0.0 | 457M|1726 |   - |2804 |1000 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
274.49/274.50	c   266s|  1590k|  1575k|     0 |   0.0 | 460M|1726 |   - |2804 |1005 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
276.30/276.36	c   267s|  1600k|  1585k|     0 |   0.0 | 462M|1726 |   - |2804 |1023 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
278.20/278.23	c   269s|  1610k|  1595k|     0 |   0.0 | 465M|1726 |   - |2804 |1039 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
280.00/280.08	c   271s|  1620k|  1605k|     0 |   0.0 | 468M|1726 |   - |2804 | 972 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
281.90/281.95	c   273s|  1630k|  1615k|     0 |   0.0 | 471M|1726 |   - |2804 | 981 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
283.80/283.81	c   275s|  1640k|  1625k|     0 |   0.0 | 473M|1726 |   - |2804 | 996 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
285.59/285.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
285.59/285.65	c   276s|  1650k|  1635k|     0 |   0.0 | 476M|1726 |   - |2804 | 975 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
287.49/287.51	c   278s|  1660k|  1645k|     0 |   0.0 | 479M|1726 |   - |2804 | 986 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
289.30/289.39	c   280s|  1670k|  1654k|     0 |   0.0 | 481M|1726 |   - |2804 |1010 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
291.19/291.24	c   282s|  1680k|  1664k|     0 |   0.0 | 484M|1726 |   - |2804 | 978 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
293.00/293.08	c   284s|  1690k|  1674k|     0 |   0.0 | 487M|1726 |   - |2804 | 958 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
294.90/294.94	c   285s|  1700k|  1684k|     0 |   0.0 | 490M|1726 |   - |2804 | 963 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
296.79/296.81	c   287s|  1710k|  1694k|     0 |   0.0 | 492M|1726 |   - |2804 | 941 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
298.59/298.67	c   289s|  1720k|  1704k|     0 |   0.0 | 495M|1726 |   - |2804 | 921 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
300.49/300.53	c   291s|  1730k|  1714k|     0 |   0.0 | 498M|1726 |   - |2804 | 947 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
302.40/302.41	c   293s|  1740k|  1724k|     0 |   0.0 | 501M|1726 |   - |2804 | 967 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
304.19/304.28	c   295s|  1750k|  1734k|     0 |   0.0 | 503M|1726 |   - |2804 | 989 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
306.10/306.17	c   296s|  1760k|  1744k|     0 |   0.0 | 506M|1726 |   - |2804 | 955 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
308.01/308.03	c   298s|  1770k|  1754k|     0 |   0.0 | 509M|1726 |   - |2804 | 992 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
309.80/309.89	c   300s|  1780k|  1764k|     0 |   0.0 | 512M|1726 |   - |2804 | 945 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
311.70/311.75	c   302s|  1790k|  1774k|     0 |   0.0 | 514M|1726 |   - |2804 | 956 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
313.60/313.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
313.60/313.63	c   304s|  1800k|  1784k|     0 |   0.0 | 517M|1726 |   - |2804 | 943 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
315.49/315.53	c   305s|  1810k|  1794k|     0 |   0.0 | 520M|1726 |   - |2804 | 957 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
317.29/317.38	c   307s|  1820k|  1804k|     0 |   0.0 | 522M|1726 |   - |2804 | 949 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
319.19/319.24	c   309s|  1830k|  1813k|     0 |   0.0 | 525M|1726 |   - |2804 | 955 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
321.00/321.10	c   311s|  1840k|  1823k|     0 |   0.0 | 528M|1726 |   - |2804 |1017 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
322.90/322.96	c   313s|  1850k|  1833k|     0 |   0.0 | 531M|1726 |   - |2804 | 938 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
324.80/324.82	c   314s|  1860k|  1843k|     0 |   0.0 | 533M|1726 |   - |2804 | 956 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
326.61/326.67	c   316s|  1870k|  1853k|     0 |   0.0 | 536M|1726 |   - |2804 | 944 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
328.49/328.54	c   318s|  1880k|  1863k|     0 |   0.0 | 539M|1726 |   - |2804 | 976 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
330.30/330.39	c   320s|  1890k|  1873k|     0 |   0.0 | 542M|1726 |   - |2804 | 954 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
332.20/332.25	c   322s|  1900k|  1883k|     0 |   0.0 | 544M|1726 |   - |2804 | 971 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
334.10/334.11	c   323s|  1910k|  1893k|     0 |   0.0 | 547M|1726 |   - |2804 | 965 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
335.90/335.94	c   325s|  1920k|  1903k|     0 |   0.0 | 550M|1726 |   - |2804 | 945 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
337.80/337.81	c   327s|  1930k|  1913k|     0 |   0.0 | 552M|1726 |   - |2804 | 959 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
339.60/339.67	c   329s|  1940k|  1923k|     0 |   0.0 | 555M|1726 |   - |2804 | 959 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
341.49/341.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.49/341.54	c   331s|  1950k|  1933k|     0 |   0.0 | 558M|1726 |   - |2804 | 955 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
343.40/343.40	c   332s|  1960k|  1943k|     0 |   0.0 | 561M|1726 |   - |2804 | 923 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
345.19/345.25	c   334s|  1970k|  1953k|     0 |   0.0 | 563M|1726 |   - |2804 | 966 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
347.10/347.11	c   336s|  1980k|  1963k|     0 |   0.0 | 566M|1726 |   - |2804 | 946 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
348.90/348.98	c   338s|  1990k|  1972k|     0 |   0.0 | 569M|1726 |   - |2804 | 953 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
350.80/350.84	c   340s|  2000k|  1982k|     0 |   0.0 | 572M|1726 |   - |2804 | 941 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
352.69/352.70	c   341s|  2010k|  1992k|     0 |   0.0 | 574M|1726 |   - |2804 | 961 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
354.50/354.53	c   343s|  2020k|  2002k|     0 |   0.0 | 577M|1726 |   - |2804 | 935 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
356.30/356.40	c   345s|  2030k|  2012k|     0 |   0.0 | 580M|1726 |   - |2804 | 983 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
358.19/358.25	c   347s|  2040k|  2022k|     0 |   0.0 | 582M|1726 |   - |2804 | 961 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
360.00/360.09	c   349s|  2050k|  2032k|     0 |   0.0 | 585M|1726 |   - |2804 | 921 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
361.91/361.97	c   350s|  2060k|  2042k|     0 |   0.0 | 588M|1726 |   - |2804 | 939 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
363.80/363.82	c   352s|  2070k|  2052k|     0 |   0.0 | 591M|1726 |   - |2804 | 935 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
365.60/365.68	c   354s|  2080k|  2062k|     0 |   0.0 | 593M|1726 |   - |2804 | 906 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
367.49/367.52	c   356s|  2090k|  2072k|     0 |   0.0 | 596M|1726 |   - |2804 | 917 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
369.39/369.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.39/369.40	c   358s|  2100k|  2082k|     0 |   0.0 | 599M|1726 |   - |2804 | 931 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
371.19/371.25	c   359s|  2110k|  2092k|     0 |   0.0 | 602M|1726 |   - |2804 | 933 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
373.10/373.12	c   361s|  2120k|  2102k|     0 |   0.0 | 604M|1726 |   - |2804 | 917 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
374.90/374.98	c   363s|  2130k|  2112k|     0 |   0.0 | 607M|1726 |   - |2804 | 935 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
376.80/376.82	c   365s|  2140k|  2121k|     0 |   0.0 | 610M|1726 |   - |2804 | 931 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
378.60/378.67	c   367s|  2150k|  2131k|     0 |   0.0 | 612M|1726 |   - |2804 | 912 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
380.50/380.54	c   368s|  2160k|  2141k|     0 |   0.0 | 615M|1726 |   - |2804 | 923 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
382.30/382.38	c   370s|  2170k|  2151k|     0 |   0.0 | 618M|1726 |   - |2804 | 920 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
384.20/384.23	c   372s|  2180k|  2161k|     0 |   0.0 | 621M|1726 |   - |2804 | 905 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
386.11/386.10	c   374s|  2190k|  2171k|     0 |   0.0 | 623M|1726 |   - |2804 | 920 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
387.90/387.97	c   376s|  2200k|  2181k|     0 |   0.0 | 626M|1726 |   - |2804 | 932 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
389.80/389.82	c   377s|  2210k|  2191k|     0 |   0.0 | 629M|1726 |   - |2804 | 911 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
391.60/391.68	c   379s|  2220k|  2201k|     0 |   0.0 | 632M|1726 |   - |2804 | 906 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
393.50/393.53	c   381s|  2230k|  2211k|     0 |   0.0 | 634M|1726 |   - |2804 | 922 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
395.30/395.38	c   383s|  2240k|  2221k|     0 |   0.0 | 637M|1726 |   - |2804 | 903 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
397.19/397.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.19/397.25	c   385s|  2250k|  2231k|     0 |   0.0 | 640M|1726 |   - |2804 | 889 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
399.10/399.10	c   386s|  2260k|  2241k|     0 |   0.0 | 643M|1726 |   - |2804 | 913 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
400.90/400.97	c   388s|  2270k|  2251k|     0 |   0.0 | 645M|1726 |   - |2804 | 902 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
402.80/402.81	c   390s|  2280k|  2261k|     0 |   0.0 | 648M|1726 |   - |2804 | 887 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
404.60/404.65	c   392s|  2290k|  2271k|     0 |   0.0 | 651M|1726 |   - |2804 | 893 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
406.39/406.49	c   394s|  2300k|  2281k|     0 |   0.0 | 653M|1726 |   - |2804 | 871 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
408.30/408.34	c   395s|  2310k|  2290k|     0 |   0.0 | 656M|1726 |   - |2804 | 878 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
410.20/410.21	c   397s|  2320k|  2300k|     0 |   0.0 | 659M|1726 |   - |2804 | 928 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
412.00/412.07	c   399s|  2330k|  2310k|     0 |   0.0 | 662M|1726 |   - |2804 | 929 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
413.90/413.92	c   401s|  2340k|  2320k|     0 |   0.0 | 664M|1726 |   - |2804 | 905 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
415.70/415.75	c   403s|  2350k|  2330k|     0 |   0.0 | 667M|1726 |   - |2804 | 887 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
417.60/417.61	c   404s|  2360k|  2340k|     0 |   0.0 | 670M|1726 |   - |2804 | 932 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
419.40/419.46	c   406s|  2370k|  2350k|     0 |   0.0 | 673M|1726 |   - |2804 | 918 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
421.31/421.32	c   408s|  2380k|  2360k|     0 |   0.0 | 675M|1726 |   - |2804 | 902 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
423.10/423.17	c   410s|  2390k|  2370k|     0 |   0.0 | 678M|1726 |   - |2804 | 883 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
425.00/425.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
425.00/425.03	c   412s|  2400k|  2380k|     0 |   0.0 | 681M|1726 |   - |2804 | 887 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
426.80/426.86	c   413s|  2410k|  2390k|     0 |   0.0 | 683M|1726 |   - |2804 | 891 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
428.70/428.73	c   415s|  2420k|  2400k|     0 |   0.0 | 686M|1726 |   - |2804 | 861 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
430.50/430.58	c   417s|  2430k|  2410k|     0 |   0.0 | 689M|1726 |   - |2804 | 845 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
432.40/432.43	c   419s|  2440k|  2420k|     0 |   0.0 | 692M|1726 |   - |2804 | 848 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
434.20/434.28	c   421s|  2450k|  2430k|     0 |   0.0 | 694M|1726 |   - |2804 | 902 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
436.10/436.15	c   422s|  2460k|  2440k|     0 |   0.0 | 697M|1726 |   - |2804 | 835 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
437.99/438.02	c   424s|  2470k|  2449k|     0 |   0.0 | 700M|1726 |   - |2804 | 905 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
439.80/439.90	c   426s|  2480k|  2459k|     0 |   0.0 | 703M|1726 |   - |2804 | 892 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
441.70/441.75	c   428s|  2490k|  2469k|     0 |   0.0 | 705M|1726 |   - |2804 | 863 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
443.59/443.60	c   430s|  2500k|  2479k|     0 |   0.0 | 708M|1726 |   - |2804 | 878 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
445.40/445.46	c   431s|  2510k|  2489k|     0 |   0.0 | 711M|1726 |   - |2804 | 886 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
447.29/447.32	c   433s|  2520k|  2499k|     0 |   0.0 | 714M|1726 |   - |2804 | 905 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
449.10/449.16	c   435s|  2530k|  2509k|     0 |   0.0 | 716M|1726 |   - |2804 | 888 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
450.90/451.00	c   437s|  2540k|  2519k|     0 |   0.0 | 719M|1726 |   - |2804 | 864 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
452.80/452.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
452.80/452.85	c   439s|  2550k|  2529k|     0 |   0.0 | 722M|1726 |   - |2804 | 880 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
454.60/454.69	c   440s|  2560k|  2539k|     0 |   0.0 | 724M|1726 |   - |2804 | 910 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
456.50/456.54	c   442s|  2570k|  2549k|     0 |   0.0 | 727M|1726 |   - |2804 | 889 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
458.30/458.39	c   444s|  2580k|  2559k|     0 |   0.0 | 730M|1726 |   - |2804 | 921 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
460.20/460.26	c   446s|  2590k|  2569k|     0 |   0.0 | 733M|1726 |   - |2804 | 888 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
462.10/462.12	c   448s|  2600k|  2579k|     0 |   0.0 | 735M|1726 |   - |2804 | 916 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
463.90/463.97	c   449s|  2610k|  2589k|     0 |   0.0 | 738M|1726 |   - |2804 | 900 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
465.80/465.82	c   451s|  2620k|  2599k|     0 |   0.0 | 741M|1726 |   - |2804 | 903 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
467.60/467.66	c   453s|  2630k|  2608k|     0 |   0.0 | 744M|1726 |   - |2804 | 886 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
469.50/469.50	c   455s|  2640k|  2618k|     0 |   0.0 | 746M|1726 |   - |2804 | 894 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
471.30/471.37	c   456s|  2650k|  2628k|     0 |   0.0 | 749M|1726 |   - |2804 | 916 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
473.20/473.22	c   458s|  2660k|  2638k|     0 |   0.0 | 752M|1726 |   - |2804 | 945 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
475.00/475.07	c   460s|  2670k|  2648k|     0 |   0.0 | 754M|1726 |   - |2804 | 925 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
476.90/476.93	c   462s|  2680k|  2658k|     0 |   0.0 | 757M|1726 |   - |2804 | 914 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
478.70/478.77	c   464s|  2690k|  2668k|     0 |   0.0 | 760M|1726 |   - |2804 | 915 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
480.61/480.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
480.61/480.64	c   466s|  2700k|  2678k|     0 |   0.0 | 763M|1726 |   - |2804 | 901 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
482.50/482.50	c   467s|  2710k|  2688k|     0 |   0.0 | 765M|1726 |   - |2804 | 922 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
484.30/484.34	c   469s|  2720k|  2698k|     0 |   0.0 | 768M|1726 |   - |2804 | 924 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
486.11/486.16	c   471s|  2730k|  2708k|     0 |   0.0 | 771M|1726 |   - |2804 | 924 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
488.00/488.02	c   473s|  2740k|  2718k|     0 |   0.0 | 774M|1726 |   - |2804 | 933 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
489.80/489.87	c   474s|  2750k|  2728k|     0 |   0.0 | 776M|1726 |   - |2804 | 943 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
491.71/491.73	c   476s|  2760k|  2738k|     0 |   0.0 | 779M|1726 |   - |2804 | 950 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
493.50/493.56	c   478s|  2770k|  2748k|     0 |   0.0 | 782M|1726 |   - |2804 | 928 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
495.40/495.42	c   480s|  2780k|  2758k|     0 |   0.0 | 785M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
497.21/497.27	c   482s|  2790k|  2767k|     0 |   0.0 | 787M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
499.10/499.11	c   483s|  2800k|  2777k|     0 |   0.0 | 790M|1726 |   - |2804 | 957 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
500.90/500.97	c   485s|  2810k|  2787k|     0 |   0.0 | 793M|1726 |   - |2804 | 963 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
502.80/502.81	c   487s|  2820k|  2797k|     0 |   0.0 | 796M|1726 |   - |2804 | 983 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
504.60/504.67	c   489s|  2830k|  2807k|     0 |   0.0 | 798M|1726 |   - |2804 |1001 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
506.50/506.52	c   491s|  2840k|  2817k|     0 |   0.0 | 801M|1726 |   - |2804 | 967 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
508.30/508.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.30/508.35	c   492s|  2850k|  2827k|     0 |   0.0 | 804M|1726 |   - |2804 | 966 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
510.20/510.20	c   494s|  2860k|  2837k|     0 |   0.0 | 806M|1726 |   - |2804 |1028 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
512.00/512.05	c   496s|  2870k|  2847k|     0 |   0.0 | 809M|1726 |   - |2804 | 942 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
513.90/513.90	c   498s|  2880k|  2857k|     0 |   0.0 | 812M|1726 |   - |2804 | 967 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
515.70/515.74	c   500s|  2890k|  2867k|     0 |   0.0 | 815M|1726 |   - |2804 | 992 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
517.60/517.60	c   501s|  2900k|  2877k|     0 |   0.0 | 817M|1726 |   - |2804 |1021 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
519.40/519.43	c   503s|  2910k|  2887k|     0 |   0.0 | 820M|1726 |   - |2804 | 984 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
521.31/521.31	c   505s|  2920k|  2897k|     0 |   0.0 | 823M|1726 |   - |2804 |1001 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
523.10/523.14	c   507s|  2930k|  2907k|     0 |   0.0 | 826M|1726 |   - |2804 | 995 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
524.90/524.99	c   509s|  2940k|  2916k|     0 |   0.0 | 828M|1726 |   - |2804 |1013 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
526.81/526.85	c   510s|  2950k|  2926k|     0 |   0.0 | 831M|1726 |   - |2804 | 985 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
528.70/528.70	c   512s|  2960k|  2936k|     0 |   0.0 | 834M|1726 |   - |2804 |1057 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
530.50/530.56	c   514s|  2970k|  2946k|     0 |   0.0 | 836M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
532.40/532.41	c   516s|  2980k|  2956k|     0 |   0.0 | 839M|1726 |   - |2804 |1010 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
534.20/534.25	c   517s|  2990k|  2966k|     0 |   0.0 | 842M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
536.10/536.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
536.10/536.11	c   519s|  3000k|  2976k|     0 |   0.0 | 845M|1726 |   - |2804 |1024 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
537.91/537.96	c   521s|  3010k|  2986k|     0 |   0.0 | 847M|1726 |   - |2804 | 983 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
539.81/539.82	c   523s|  3020k|  2996k|     0 |   0.0 | 850M|1726 |   - |2804 |1038 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
541.60/541.67	c   525s|  3030k|  3006k|     0 |   0.0 | 853M|1726 |   - |2804 |1039 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
543.50/543.54	c   526s|  3040k|  3016k|     0 |   0.0 | 856M|1726 |   - |2804 |1058 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
545.30/545.39	c   528s|  3050k|  3026k|     0 |   0.0 | 858M|1726 |   - |2804 |1062 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
547.20/547.25	c   530s|  3060k|  3036k|     0 |   0.0 | 861M|1726 |   - |2804 |1064 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
549.11/549.11	c   532s|  3070k|  3046k|     0 |   0.0 | 864M|1726 |   - |2804 |1064 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
550.91/550.98	c   534s|  3080k|  3056k|     0 |   0.0 | 866M|1726 |   - |2804 |1057 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
552.80/552.83	c   535s|  3090k|  3065k|     0 |   0.0 | 869M|1726 |   - |2804 | 973 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
554.70/554.70	c   537s|  3100k|  3075k|     0 |   0.0 | 872M|1726 |   - |2804 |1011 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
556.51/556.56	c   539s|  3110k|  3085k|     0 |   0.0 | 875M|1726 |   - |2804 | 990 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
558.30/558.39	c   541s|  3120k|  3095k|     0 |   0.0 | 877M|1726 |   - |2804 | 977 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
560.20/560.23	c   543s|  3130k|  3105k|     0 |   0.0 | 880M|1726 |   - |2804 |1009 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
562.01/562.08	c   544s|  3140k|  3115k|     0 |   0.0 | 883M|1726 |   - |2804 | 994 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
563.90/563.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
563.90/563.93	c   546s|  3150k|  3125k|     0 |   0.0 | 886M|1726 |   - |2804 |1030 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
565.71/565.79	c   548s|  3160k|  3135k|     0 |   0.0 | 888M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
567.61/567.63	c   550s|  3170k|  3145k|     0 |   0.0 | 891M|1726 |   - |2804 | 985 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
569.40/569.47	c   552s|  3180k|  3155k|     0 |   0.0 | 894M|1726 |   - |2804 | 979 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
571.31/571.30	c   553s|  3190k|  3165k|     0 |   0.0 | 897M|1726 |   - |2804 |1041 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
573.11/573.15	c   555s|  3200k|  3175k|     0 |   0.0 | 899M|1726 |   - |2804 |1013 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
575.00/575.00	c   557s|  3210k|  3185k|     0 |   0.0 | 902M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
576.80/576.86	c   559s|  3220k|  3195k|     0 |   0.0 | 905M|1726 |   - |2804 |1022 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
578.70/578.71	c   561s|  3230k|  3205k|     0 |   0.0 | 907M|1726 |   - |2804 |1019 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
580.50/580.56	c   562s|  3240k|  3215k|     0 |   0.0 | 910M|1726 |   - |2804 |1032 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
582.41/582.41	c   564s|  3250k|  3224k|     0 |   0.0 | 913M|1726 |   - |2804 |1015 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
584.20/584.25	c   566s|  3260k|  3234k|     0 |   0.0 | 916M|1726 |   - |2804 |1039 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
586.10/586.11	c   568s|  3270k|  3244k|     0 |   0.0 | 918M|1726 |   - |2804 | 996 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
587.90/587.96	c   570s|  3280k|  3254k|     0 |   0.0 | 921M|1726 |   - |2804 | 999 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
589.80/589.81	c   571s|  3290k|  3264k|     0 |   0.0 | 924M|1726 |   - |2804 |1011 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
591.61/591.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
591.61/591.64	c   573s|  3300k|  3274k|     0 |   0.0 | 927M|1726 |   - |2804 | 990 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
593.51/593.53	c   575s|  3310k|  3284k|     0 |   0.0 | 929M|1726 |   - |2804 | 995 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
595.31/595.35	c   577s|  3320k|  3294k|     0 |   0.0 | 932M|1726 |   - |2804 | 969 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
597.11/597.19	c   578s|  3330k|  3304k|     0 |   0.0 | 935M|1726 |   - |2804 | 950 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
599.00/599.04	c   580s|  3340k|  3314k|     0 |   0.0 | 937M|1726 |   - |2804 | 961 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
600.90/600.90	c   582s|  3350k|  3324k|     0 |   0.0 | 940M|1726 |   - |2804 | 968 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
602.71/602.74	c   584s|  3360k|  3334k|     0 |   0.0 | 943M|1726 |   - |2804 | 936 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
604.51/604.58	c   586s|  3370k|  3344k|     0 |   0.0 | 946M|1726 |   - |2804 | 934 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
606.40/606.42	c   587s|  3380k|  3354k|     0 |   0.0 | 948M|1726 |   - |2804 | 969 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
608.21/608.26	c   589s|  3390k|  3364k|     0 |   0.0 | 951M|1726 |   - |2804 | 986 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
610.00/610.09	c   591s|  3400k|  3374k|     0 |   0.0 | 954M|1726 |   - |2804 | 949 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
611.91/611.93	c   593s|  3410k|  3383k|     0 |   0.0 | 957M|1726 |   - |2804 | 979 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
613.71/613.78	c   595s|  3420k|  3393k|     0 |   0.0 | 959M|1726 |   - |2804 | 975 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
615.60/615.61	c   596s|  3430k|  3403k|     0 |   0.0 | 962M|1726 |   - |2804 | 962 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
617.41/617.44	c   598s|  3440k|  3413k|     0 |   0.0 | 965M|1726 |   - |2804 | 968 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
619.21/619.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.21/619.27	c   600s|  3450k|  3423k|     0 |   0.0 | 968M|1726 |   - |2804 | 954 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
621.11/621.11	c   602s|  3460k|  3433k|     0 |   0.0 | 970M|1726 |   - |2804 | 922 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
622.91/622.97	c   603s|  3470k|  3443k|     0 |   0.0 | 973M|1726 |   - |2804 | 920 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
624.81/624.81	c   605s|  3480k|  3453k|     0 |   0.0 | 976M|1726 |   - |2804 | 927 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
626.60/626.66	c   607s|  3490k|  3463k|     0 |   0.0 | 978M|1726 |   - |2804 | 936 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
628.51/628.50	c   609s|  3500k|  3473k|     0 |   0.0 | 981M|1726 |   - |2804 | 952 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
630.31/630.37	c   611s|  3510k|  3483k|     0 |   0.0 | 984M|1726 |   - |2804 | 925 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
632.20/632.23	c   612s|  3520k|  3493k|     0 |   0.0 | 987M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
634.01/634.08	c   614s|  3530k|  3503k|     0 |   0.0 | 989M|1726 |   - |2804 | 945 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
635.90/635.91	c   616s|  3540k|  3513k|     0 |   0.0 | 992M|1726 |   - |2804 | 956 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
637.71/637.73	c   618s|  3550k|  3523k|     0 |   0.0 | 995M|1726 |   - |2804 | 918 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
639.50/639.59	c   620s|  3560k|  3533k|     0 |   0.0 | 997M|1726 |   - |2804 | 959 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
641.40/641.44	c   621s|  3570k|  3542k|     0 |   0.0 |1000M|1726 |   - |2804 |1007 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
643.21/643.29	c   623s|  3580k|  3552k|     0 |   0.0 |1003M|1726 |   - |2804 | 985 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
645.10/645.14	c   625s|  3590k|  3562k|     0 |   0.0 |1006M|1726 |   - |2804 | 982 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
646.91/646.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.91/646.96	c   627s|  3600k|  3572k|     0 |   0.0 |1008M|1726 |   - |2804 | 980 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
648.81/648.81	c   628s|  3610k|  3582k|     0 |   0.0 |1011M|1726 |   - |2804 | 979 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
650.60/650.65	c   630s|  3620k|  3592k|     0 |   0.0 |1014M|1726 |   - |2804 | 945 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
652.51/652.52	c   632s|  3630k|  3602k|     0 |   0.0 |1017M|1726 |   - |2804 | 942 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
654.30/654.35	c   634s|  3640k|  3612k|     0 |   0.0 |1019M|1726 |   - |2804 | 928 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
656.21/656.21	c   636s|  3650k|  3622k|     0 |   0.0 |1022M|1726 |   - |2804 | 933 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
658.00/658.09	c   638s|  3660k|  3632k|     0 |   0.0 |1025M|1726 |   - |2804 | 975 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
659.91/659.95	c   639s|  3670k|  3642k|     0 |   0.0 |1028M|1726 |   - |2804 | 969 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
661.71/661.77	c   641s|  3680k|  3652k|     0 |   0.0 |1030M|1726 |   - |2804 | 924 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
663.60/663.61	c   643s|  3690k|  3662k|     0 |   0.0 |1033M|1726 |   - |2804 | 910 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
665.41/665.47	c   645s|  3700k|  3672k|     0 |   0.0 |1036M|1726 |   - |2804 | 912 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
667.30/667.34	c   646s|  3710k|  3682k|     0 |   0.0 |1039M|1726 |   - |2804 | 941 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
669.20/669.20	c   648s|  3720k|  3691k|     0 |   0.0 |1041M|1726 |   - |2804 | 972 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
671.01/671.04	c   650s|  3730k|  3701k|     0 |   0.0 |1044M|1726 |   - |2804 | 938 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
672.80/672.89	c   652s|  3740k|  3711k|     0 |   0.0 |1047M|1726 |   - |2804 | 977 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
674.71/674.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
674.71/674.72	c   654s|  3750k|  3721k|     0 |   0.0 |1049M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
676.51/676.56	c   655s|  3760k|  3731k|     0 |   0.0 |1052M|1726 |   - |2804 | 994 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
678.40/678.41	c   657s|  3770k|  3741k|     0 |   0.0 |1055M|1726 |   - |2804 | 964 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
680.20/680.27	c   659s|  3780k|  3751k|     0 |   0.0 |1058M|1726 |   - |2804 | 983 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
682.10/682.14	c   661s|  3790k|  3761k|     0 |   0.0 |1060M|1726 |   - |2804 |1027 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
684.01/684.01	c   663s|  3800k|  3771k|     0 |   0.0 |1063M|1726 |   - |2804 | 977 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
685.80/685.85	c   664s|  3810k|  3781k|     0 |   0.0 |1066M|1726 |   - |2804 | 980 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
687.60/687.69	c   666s|  3820k|  3791k|     0 |   0.0 |1068M|1726 |   - |2804 | 966 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
689.50/689.55	c   668s|  3830k|  3801k|     0 |   0.0 |1071M|1726 |   - |2804 |1034 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
691.41/691.40	c   670s|  3840k|  3811k|     0 |   0.0 |1074M|1726 |   - |2804 | 984 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
693.20/693.27	c   672s|  3850k|  3821k|     0 |   0.0 |1077M|1726 |   - |2804 |1004 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
695.11/695.11	c   673s|  3860k|  3831k|     0 |   0.0 |1079M|1726 |   - |2804 | 962 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
696.90/696.95	c   675s|  3870k|  3840k|     0 |   0.0 |1082M|1726 |   - |2804 |1015 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
698.81/698.81	c   677s|  3880k|  3850k|     0 |   0.0 |1085M|1726 |   - |2804 |1008 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
700.61/700.63	c   679s|  3890k|  3860k|     0 |   0.0 |1088M|1726 |   - |2804 | 993 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
702.41/702.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.41/702.47	c   680s|  3900k|  3870k|     0 |   0.0 |1090M|1726 |   - |2804 |1021 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
704.31/704.33	c   682s|  3910k|  3880k|     0 |   0.0 |1093M|1726 |   - |2804 |1007 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
706.11/706.18	c   684s|  3920k|  3890k|     0 |   0.0 |1096M|1726 |   - |2804 | 968 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
708.00/708.04	c   686s|  3930k|  3900k|     0 |   0.0 |1099M|1726 |   - |2804 | 986 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
709.80/709.88	c   688s|  3940k|  3910k|     0 |   0.0 |1101M|1726 |   - |2804 | 969 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
711.71/711.73	c   690s|  3950k|  3920k|     0 |   0.0 |1104M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
713.61/713.60	c   691s|  3960k|  3930k|     0 |   0.0 |1107M|1726 |   - |2804 |1016 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
715.41/715.43	c   693s|  3970k|  3940k|     0 |   0.0 |1109M|1726 |   - |2804 |1026 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
717.22/717.28	c   695s|  3980k|  3950k|     0 |   0.0 |1112M|1726 |   - |2804 |1028 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
719.10/719.13	c   697s|  3990k|  3960k|     0 |   0.0 |1115M|1726 |   - |2804 |1072 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
721.00/721.01	c   698s|  4000k|  3970k|     0 |   0.0 |1118M|1726 |   - |2804 |1065 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
722.80/722.85	c   700s|  4010k|  3979k|     0 |   0.0 |1120M|1726 |   - |2804 |1091 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
724.61/724.67	c   702s|  4020k|  3989k|     0 |   0.0 |1123M|1726 |   - |2804 |1107 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
726.51/726.51	c   704s|  4030k|  3999k|     0 |   0.0 |1126M|1726 |   - |2804 |1075 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
728.30/728.33	c   706s|  4040k|  4009k|     0 |   0.0 |1128M|1726 |   - |2804 |1105 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
730.10/730.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
730.10/730.17	c   707s|  4050k|  4019k|     0 |   0.0 |1131M|1726 |   - |2804 |1101 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
732.00/732.00	c   709s|  4060k|  4029k|     0 |   0.0 |1134M|1726 |   - |2804 |1066 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
733.81/733.83	c   711s|  4070k|  4039k|     0 |   0.0 |1137M|1726 |   - |2804 |1063 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
735.71/735.70	c   713s|  4080k|  4049k|     0 |   0.0 |1139M|1726 |   - |2804 |1089 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
737.51/737.57	c   715s|  4090k|  4059k|     0 |   0.0 |1142M|1726 |   - |2804 |1071 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
739.41/739.41	c   716s|  4100k|  4069k|     0 |   0.0 |1145M|1726 |   - |2804 |1047 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
741.21/741.28	c   718s|  4110k|  4079k|     0 |   0.0 |1148M|1726 |   - |2804 |1073 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
743.10/743.11	c   720s|  4120k|  4089k|     0 |   0.0 |1150M|1726 |   - |2804 |1016 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
744.91/744.94	c   722s|  4130k|  4099k|     0 |   0.0 |1153M|1726 |   - |2804 |1028 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
746.71/746.77	c   723s|  4140k|  4109k|     0 |   0.0 |1156M|1726 |   - |2804 |1013 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
748.61/748.62	c   725s|  4150k|  4119k|     0 |   0.0 |1158M|1726 |   - |2804 | 979 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
750.41/750.46	c   727s|  4160k|  4129k|     0 |   0.0 |1161M|1726 |   - |2804 | 983 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
752.21/752.29	c   729s|  4170k|  4138k|     0 |   0.0 |1164M|1726 |   - |2804 | 965 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
754.11/754.11	c   731s|  4180k|  4148k|     0 |   0.0 |1167M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
755.91/755.96	c   732s|  4190k|  4158k|     0 |   0.0 |1169M|1726 |   - |2804 | 987 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
757.81/757.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
757.81/757.84	c   734s|  4200k|  4168k|     0 |   0.0 |1172M|1726 |   - |2804 | 965 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
759.61/759.66	c   736s|  4210k|  4178k|     0 |   0.0 |1175M|1726 |   - |2804 |1026 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
761.51/761.51	c   738s|  4220k|  4188k|     0 |   0.0 |1178M|1726 |   - |2804 |1025 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
763.32/763.36	c   740s|  4230k|  4198k|     0 |   0.0 |1180M|1726 |   - |2804 | 995 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
765.21/765.23	c   741s|  4240k|  4208k|     0 |   0.0 |1183M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
767.00/767.07	c   743s|  4250k|  4218k|     0 |   0.0 |1186M|1726 |   - |2804 |1047 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
768.91/768.91	c   745s|  4260k|  4228k|     0 |   0.0 |1188M|1726 |   - |2804 |1004 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
770.70/770.74	c   747s|  4270k|  4238k|     0 |   0.0 |1191M|1726 |   - |2804 |1046 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
772.51/772.56	c   748s|  4280k|  4248k|     0 |   0.0 |1194M|1726 |   - |2804 |1047 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
774.42/774.41	c   750s|  4290k|  4258k|     0 |   0.0 |1197M|1726 |   - |2804 |1047 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
776.21/776.25	c   752s|  4300k|  4268k|     0 |   0.0 |1199M|1726 |   - |2804 |1028 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
778.11/778.12	c   754s|  4310k|  4277k|     0 |   0.0 |1202M|1726 |   - |2804 |1023 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
779.91/779.96	c   756s|  4320k|  4287k|     0 |   0.0 |1205M|1726 |   - |2804 |1014 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
781.80/781.81	c   757s|  4330k|  4297k|     0 |   0.0 |1208M|1726 |   - |2804 |1032 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
783.60/783.66	c   759s|  4340k|  4307k|     0 |   0.0 |1210M|1726 |   - |2804 | 997 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
785.41/785.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
785.41/785.48	c   761s|  4350k|  4317k|     0 |   0.0 |1213M|1726 |   - |2804 |1014 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
787.31/787.32	c   763s|  4360k|  4327k|     0 |   0.0 |1216M|1726 |   - |2804 | 997 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
789.11/789.16	c   765s|  4370k|  4337k|     0 |   0.0 |1219M|1726 |   - |2804 |1046 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
790.91/790.99	c   766s|  4380k|  4347k|     0 |   0.0 |1221M|1726 |   - |2804 | 956 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
792.80/792.85	c   768s|  4390k|  4357k|     0 |   0.0 |1224M|1726 |   - |2804 | 970 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
794.71/794.71	c   770s|  4400k|  4367k|     0 |   0.0 |1227M|1726 |   - |2804 | 983 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
796.51/796.58	c   772s|  4410k|  4377k|     0 |   0.0 |1230M|1726 |   - |2804 | 987 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
798.41/798.43	c   774s|  4420k|  4387k|     0 |   0.0 |1232M|1726 |   - |2804 | 997 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
800.21/800.24	c   775s|  4430k|  4397k|     0 |   0.0 |1235M|1726 |   - |2804 | 990 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
802.01/802.07	c   777s|  4440k|  4407k|     0 |   0.0 |1238M|1726 |   - |2804 | 982 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
803.91/803.92	c   779s|  4450k|  4417k|     0 |   0.0 |1240M|1726 |   - |2804 | 970 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
805.70/805.79	c   781s|  4460k|  4426k|     0 |   0.0 |1243M|1726 |   - |2804 | 963 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
807.61/807.64	c   783s|  4470k|  4436k|     0 |   0.0 |1246M|1726 |   - |2804 | 958 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
809.52/809.51	c   784s|  4480k|  4446k|     0 |   0.0 |1249M|1726 |   - |2804 | 968 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
811.31/811.34	c   786s|  4490k|  4456k|     0 |   0.0 |1251M|1726 |   - |2804 | 963 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
813.10/813.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.10/813.19	c   788s|  4500k|  4466k|     0 |   0.0 |1254M|1726 |   - |2804 | 975 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
815.01/815.02	c   790s|  4510k|  4476k|     0 |   0.0 |1257M|1726 |   - |2804 | 998 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
816.81/816.85	c   791s|  4520k|  4486k|     0 |   0.0 |1260M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
818.61/818.68	c   793s|  4530k|  4496k|     0 |   0.0 |1262M|1726 |   - |2804 | 971 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
820.51/820.52	c   795s|  4540k|  4506k|     0 |   0.0 |1265M|1726 |   - |2804 | 959 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
822.30/822.36	c   797s|  4550k|  4516k|     0 |   0.0 |1268M|1726 |   - |2804 | 985 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
824.21/824.23	c   799s|  4560k|  4526k|     0 |   0.0 |1271M|1726 |   - |2804 |1001 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
826.02/826.06	c   800s|  4570k|  4536k|     0 |   0.0 |1273M|1726 |   - |2804 | 970 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
827.91/827.91	c   802s|  4580k|  4546k|     0 |   0.0 |1276M|1726 |   - |2804 | 981 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
829.70/829.75	c   804s|  4590k|  4556k|     0 |   0.0 |1279M|1726 |   - |2804 | 993 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
831.51/831.60	c   806s|  4600k|  4566k|     0 |   0.0 |1281M|1726 |   - |2804 |1002 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
833.41/833.43	c   808s|  4610k|  4575k|     0 |   0.0 |1284M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
835.21/835.29	c   809s|  4620k|  4585k|     0 |   0.0 |1287M|1726 |   - |2804 |1018 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
837.12/837.13	c   811s|  4630k|  4595k|     0 |   0.0 |1290M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
838.91/838.99	c   813s|  4640k|  4605k|     0 |   0.0 |1292M|1726 |   - |2804 |1005 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
840.81/840.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
840.81/840.83	c   815s|  4650k|  4615k|     0 |   0.0 |1295M|1726 |   - |2804 | 993 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
842.62/842.65	c   817s|  4660k|  4625k|     0 |   0.0 |1298M|1726 |   - |2804 | 958 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
844.41/844.49	c   818s|  4670k|  4635k|     0 |   0.0 |1301M|1726 |   - |2804 | 965 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
846.31/846.34	c   820s|  4680k|  4645k|     0 |   0.0 |1303M|1726 |   - |2804 | 987 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
848.12/848.20	c   822s|  4690k|  4655k|     0 |   0.0 |1306M|1726 |   - |2804 | 943 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
850.01/850.05	c   824s|  4700k|  4665k|     0 |   0.0 |1309M|1726 |   - |2804 | 995 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
851.80/851.89	c   826s|  4710k|  4675k|     0 |   0.0 |1311M|1726 |   - |2804 |1007 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
853.71/853.72	c   827s|  4720k|  4685k|     0 |   0.0 |1314M|1726 |   - |2804 | 956 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
855.51/855.55	c   829s|  4730k|  4695k|     0 |   0.0 |1317M|1726 |   - |2804 | 918 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
857.31/857.37	c   831s|  4740k|  4705k|     0 |   0.0 |1320M|1726 |   - |2804 | 905 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
859.21/859.22	c   833s|  4750k|  4715k|     0 |   0.0 |1322M|1726 |   - |2804 | 994 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
861.01/861.05	c   834s|  4760k|  4724k|     0 |   0.0 |1325M|1726 |   - |2804 | 964 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
862.81/862.88	c   836s|  4770k|  4734k|     0 |   0.0 |1328M|1726 |   - |2804 |1010 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
864.71/864.71	c   838s|  4780k|  4744k|     0 |   0.0 |1330M|1726 |   - |2804 | 982 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
866.51/866.57	c   840s|  4790k|  4754k|     0 |   0.0 |1333M|1726 |   - |2804 |1008 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
868.41/868.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
868.41/868.41	c   842s|  4800k|  4764k|     0 |   0.0 |1336M|1726 |   - |2804 | 976 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
870.21/870.24	c   843s|  4810k|  4774k|     0 |   0.0 |1339M|1726 |   - |2804 | 952 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
872.01/872.08	c   845s|  4820k|  4784k|     0 |   0.0 |1341M|1726 |   - |2804 | 980 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
873.91/873.92	c   847s|  4830k|  4794k|     0 |   0.0 |1344M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
875.71/875.73	c   849s|  4840k|  4804k|     0 |   0.0 |1347M|1726 |   - |2804 | 957 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
877.51/877.57	c   850s|  4850k|  4814k|     0 |   0.0 |1350M|1726 |   - |2804 | 954 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
879.31/879.39	c   852s|  4860k|  4824k|     0 |   0.0 |1352M|1726 |   - |2804 | 970 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
881.21/881.22	c   854s|  4870k|  4834k|     0 |   0.0 |1355M|1726 |   - |2804 | 954 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
883.01/883.07	c   856s|  4880k|  4844k|     0 |   0.0 |1358M|1726 |   - |2804 | 940 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
884.91/884.92	c   858s|  4890k|  4854k|     0 |   0.0 |1360M|1726 |   - |2804 | 924 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
886.71/886.77	c   859s|  4900k|  4864k|     0 |   0.0 |1363M|1726 |   - |2804 | 888 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
888.61/888.62	c   861s|  4910k|  4874k|     0 |   0.0 |1366M|1726 |   - |2804 | 901 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
890.41/890.43	c   863s|  4920k|  4883k|     0 |   0.0 |1369M|1726 |   - |2804 | 889 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
892.21/892.29	c   865s|  4930k|  4893k|     0 |   0.0 |1371M|1726 |   - |2804 | 922 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
894.11/894.13	c   866s|  4940k|  4903k|     0 |   0.0 |1374M|1726 |   - |2804 | 956 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
895.91/895.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
895.91/895.97	c   868s|  4950k|  4913k|     0 |   0.0 |1377M|1726 |   - |2804 | 917 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
897.81/897.81	c   870s|  4960k|  4923k|     0 |   0.0 |1380M|1726 |   - |2804 | 919 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
899.61/899.68	c   872s|  4970k|  4933k|     0 |   0.0 |1382M|1726 |   - |2804 | 926 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
901.51/901.53	c   874s|  4980k|  4943k|     0 |   0.0 |1385M|1726 |   - |2804 | 960 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
903.31/903.36	c   875s|  4990k|  4953k|     0 |   0.0 |1388M|1726 |   - |2804 | 905 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
905.22/905.21	c   877s|  5000k|  4963k|     0 |   0.0 |1391M|1726 |   - |2804 | 940 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
907.01/907.03	c   879s|  5010k|  4973k|     0 |   0.0 |1393M|1726 |   - |2804 | 961 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
908.81/908.83	c   881s|  5020k|  4983k|     0 |   0.0 |1396M|1726 |   - |2804 | 998 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
910.61/910.68	c   883s|  5030k|  4993k|     0 |   0.0 |1399M|1726 |   - |2804 | 999 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
912.51/912.53	c   884s|  5040k|  5003k|     0 |   0.0 |1401M|1726 |   - |2804 |1071 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
914.31/914.40	c   886s|  5050k|  5013k|     0 |   0.0 |1404M|1726 |   - |2804 | 995 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
916.21/916.25	c   888s|  5060k|  5023k|     0 |   0.0 |1407M|1726 |   - |2804 | 962 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
918.11/918.10	c   890s|  5070k|  5032k|     0 |   0.0 |1410M|1726 |   - |2804 | 990 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
919.91/919.94	c   892s|  5080k|  5042k|     0 |   0.0 |1412M|1726 |   - |2804 | 991 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
921.71/921.77	c   893s|  5090k|  5052k|     0 |   0.0 |1415M|1726 |   - |2804 |1047 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
923.61/923.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
923.61/923.61	c   895s|  5100k|  5062k|     0 |   0.0 |1418M|1726 |   - |2804 |1033 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
925.41/925.43	c   897s|  5110k|  5072k|     0 |   0.0 |1421M|1726 |   - |2804 |1000 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
927.22/927.26	c   899s|  5120k|  5082k|     0 |   0.0 |1423M|1726 |   - |2804 |1035 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
929.11/929.10	c   900s|  5130k|  5092k|     0 |   0.0 |1426M|1726 |   - |2804 | 986 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
930.91/930.96	c   902s|  5140k|  5102k|     0 |   0.0 |1429M|1726 |   - |2804 | 987 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
932.81/932.83	c   904s|  5150k|  5112k|     0 |   0.0 |1432M|1726 |   - |2804 | 977 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
934.61/934.67	c   906s|  5160k|  5122k|     0 |   0.0 |1434M|1726 |   - |2804 | 954 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
936.52/936.54	c   908s|  5170k|  5132k|     0 |   0.0 |1437M|1726 |   - |2804 | 986 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
938.31/938.34	c   909s|  5180k|  5142k|     0 |   0.0 |1440M|1726 |   - |2804 | 958 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
940.11/940.17	c   911s|  5190k|  5152k|     0 |   0.0 |1442M|1726 |   - |2804 |1018 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
942.01/942.01	c   913s|  5200k|  5162k|     0 |   0.0 |1445M|1726 |   - |2804 | 954 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
943.82/943.83	c   915s|  5210k|  5172k|     0 |   0.0 |1448M|1726 |   - |2804 | 966 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
945.61/945.67	c   917s|  5220k|  5181k|     0 |   0.0 |1451M|1726 |   - |2804 | 949 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
947.51/947.54	c   918s|  5230k|  5191k|     0 |   0.0 |1453M|1726 |   - |2804 | 917 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
949.41/949.40	c   920s|  5240k|  5201k|     0 |   0.0 |1456M|1726 |   - |2804 | 948 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
951.21/951.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
951.21/951.23	c   922s|  5250k|  5211k|     0 |   0.0 |1459M|1726 |   - |2804 | 914 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
953.01/953.09	c   924s|  5260k|  5221k|     0 |   0.0 |1462M|1726 |   - |2804 | 965 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
954.92/954.94	c   926s|  5270k|  5231k|     0 |   0.0 |1464M|1726 |   - |2804 | 979 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
956.71/956.78	c   927s|  5280k|  5241k|     0 |   0.0 |1467M|1726 |   - |2804 | 984 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
958.61/958.62	c   929s|  5290k|  5251k|     0 |   0.0 |1470M|1726 |   - |2804 | 964 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
960.41/960.46	c   931s|  5300k|  5261k|     0 |   0.0 |1473M|1726 |   - |2804 | 983 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
962.32/962.30	c   933s|  5310k|  5271k|     0 |   0.0 |1475M|1726 |   - |2804 | 950 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
964.11/964.14	c   934s|  5320k|  5281k|     0 |   0.0 |1478M|1726 |   - |2804 | 971 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
965.92/966.00	c   936s|  5330k|  5291k|     0 |   0.0 |1481M|1726 |   - |2804 | 937 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
967.82/967.86	c   938s|  5340k|  5301k|     0 |   0.0 |1483M|1726 |   - |2804 | 983 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
969.72/969.70	c   940s|  5350k|  5311k|     0 |   0.0 |1486M|1726 |   - |2804 | 984 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
971.51/971.55	c   942s|  5360k|  5320k|     0 |   0.0 |1489M|1726 |   - |2804 |1017 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
973.31/973.39	c   943s|  5370k|  5330k|     0 |   0.0 |1492M|1726 |   - |2804 | 972 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
975.21/975.23	c   945s|  5380k|  5340k|     0 |   0.0 |1494M|1726 |   - |2804 | 979 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
977.01/977.06	c   947s|  5390k|  5350k|     0 |   0.0 |1497M|1726 |   - |2804 | 994 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
978.91/978.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
978.91/978.91	c   949s|  5400k|  5360k|     0 |   0.0 |1500M|1726 |   - |2804 | 984 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
980.72/980.77	c   951s|  5410k|  5370k|     0 |   0.0 |1503M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
982.62/982.61	c   952s|  5420k|  5380k|     0 |   0.0 |1505M|1726 |   - |2804 | 942 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
984.41/984.48	c   954s|  5430k|  5390k|     0 |   0.0 |1508M|1726 |   - |2804 | 948 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
986.32/986.30	c   956s|  5440k|  5400k|     0 |   0.0 |1511M|1726 |   - |2804 | 958 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
988.11/988.13	c   958s|  5450k|  5410k|     0 |   0.0 |1514M|1726 |   - |2804 | 962 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
989.91/989.95	c   960s|  5460k|  5420k|     0 |   0.0 |1516M|1726 |   - |2804 |1009 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
991.71/991.78	c   961s|  5470k|  5430k|     0 |   0.0 |1519M|1726 |   - |2804 | 984 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
993.61/993.60	c   963s|  5480k|  5440k|     0 |   0.0 |1522M|1726 |   - |2804 | 947 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
995.42/995.43	c   965s|  5490k|  5450k|     0 |   0.0 |1524M|1726 |   - |2804 | 956 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
997.22/997.29	c   967s|  5500k|  5460k|     0 |   0.0 |1527M|1726 |   - |2804 | 965 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
999.11/999.16	c   968s|  5510k|  5469k|     0 |   0.0 |1530M|1726 |   - |2804 | 978 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1000.92/1000.98	c   970s|  5520k|  5479k|     0 |   0.0 |1533M|1726 |   - |2804 | 999 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1002.81/1002.82	c   972s|  5530k|  5489k|     0 |   0.0 |1535M|1726 |   - |2804 | 978 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1004.62/1004.65	c   974s|  5540k|  5499k|     0 |   0.0 |1538M|1726 |   - |2804 | 992 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1006.42/1006.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1006.42/1006.49	c   976s|  5550k|  5509k|     0 |   0.0 |1541M|1726 |   - |2804 |1002 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1008.32/1008.34	c   977s|  5560k|  5519k|     0 |   0.0 |1544M|1726 |   - |2804 |1012 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1010.11/1010.18	c   979s|  5570k|  5529k|     0 |   0.0 |1546M|1726 |   - |2804 | 983 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1012.01/1012.03	c   981s|  5580k|  5539k|     0 |   0.0 |1549M|1726 |   - |2804 | 980 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1013.92/1013.90	c   983s|  5590k|  5549k|     0 |   0.0 |1552M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1015.71/1015.75	c   985s|  5600k|  5559k|     0 |   0.0 |1555M|1726 |   - |2804 | 996 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1017.51/1017.59	c   986s|  5610k|  5569k|     0 |   0.0 |1557M|1726 |   - |2804 | 985 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1019.41/1019.42	c   988s|  5620k|  5579k|     0 |   0.0 |1560M|1726 |   - |2804 | 993 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1021.22/1021.26	c   990s|  5630k|  5589k|     0 |   0.0 |1563M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1023.01/1023.09	c   992s|  5640k|  5599k|     0 |   0.0 |1566M|1726 |   - |2804 | 925 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1024.81/1024.89	c   993s|  5650k|  5609k|     0 |   0.0 |1568M|1726 |   - |2804 | 945 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1026.72/1026.71	c   995s|  5660k|  5618k|     0 |   0.0 |1571M|1726 |   - |2804 | 951 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1028.52/1028.58	c   997s|  5670k|  5628k|     0 |   0.0 |1574M|1726 |   - |2804 | 980 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1030.42/1030.46	c   999s|  5680k|  5638k|     0 |   0.0 |1577M|1726 |   - |2804 |1011 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1032.21/1032.29	c  1001s|  5690k|  5648k|     0 |   0.0 |1579M|1726 |   - |2804 | 964 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1034.11/1034.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1034.11/1034.12	c  1002s|  5700k|  5658k|     0 |   0.0 |1582M|1726 |   - |2804 | 958 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1035.91/1035.95	c  1004s|  5710k|  5668k|     0 |   0.0 |1585M|1726 |   - |2804 | 957 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1037.81/1037.81	c  1006s|  5720k|  5678k|     0 |   0.0 |1588M|1726 |   - |2804 | 943 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1039.62/1039.64	c  1008s|  5730k|  5688k|     0 |   0.0 |1590M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1041.42/1041.48	c  1009s|  5740k|  5698k|     0 |   0.0 |1593M|1726 |   - |2804 | 995 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1043.31/1043.34	c  1011s|  5750k|  5708k|     0 |   0.0 |1596M|1726 |   - |2804 | 991 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1045.21/1045.22	c  1013s|  5760k|  5718k|     0 |   0.0 |1598M|1726 |   - |2804 | 959 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1047.01/1047.07	c  1015s|  5770k|  5728k|     0 |   0.0 |1601M|1726 |   - |2804 | 975 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1048.92/1048.90	c  1017s|  5780k|  5738k|     0 |   0.0 |1604M|1726 |   - |2804 | 937 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1050.72/1050.74	c  1018s|  5790k|  5748k|     0 |   0.0 |1607M|1726 |   - |2804 | 944 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1052.51/1052.60	c  1020s|  5800k|  5758k|     0 |   0.0 |1609M|1726 |   - |2804 | 921 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1054.42/1054.41	c  1022s|  5810k|  5767k|     0 |   0.0 |1612M|1726 |   - |2804 | 987 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1056.21/1056.25	c  1024s|  5820k|  5777k|     0 |   0.0 |1615M|1726 |   - |2804 | 962 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1058.01/1058.09	c  1026s|  5830k|  5787k|     0 |   0.0 |1618M|1726 |   - |2804 | 993 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1059.92/1059.91	c  1027s|  5840k|  5797k|     0 |   0.0 |1620M|1726 |   - |2804 | 994 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1061.72/1061.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1061.72/1061.76	c  1029s|  5850k|  5807k|     0 |   0.0 |1623M|1726 |   - |2804 |1013 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1063.52/1063.59	c  1031s|  5860k|  5817k|     0 |   0.0 |1626M|1726 |   - |2804 |1005 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1065.42/1065.44	c  1033s|  5870k|  5827k|     0 |   0.0 |1629M|1726 |   - |2804 |1021 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1067.22/1067.27	c  1035s|  5880k|  5837k|     0 |   0.0 |1631M|1726 |   - |2804 | 993 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1069.02/1069.09	c  1036s|  5890k|  5847k|     0 |   0.0 |1634M|1726 |   - |2804 |1011 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1070.92/1070.92	c  1038s|  5900k|  5857k|     0 |   0.0 |1637M|1726 |   - |2804 |1043 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1072.72/1072.72	c  1040s|  5910k|  5867k|     0 |   0.0 |1639M|1726 |   - |2804 |1016 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1074.52/1074.56	c  1042s|  5920k|  5877k|     0 |   0.0 |1642M|1726 |   - |2804 |1096 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1076.31/1076.39	c  1043s|  5930k|  5887k|     0 |   0.0 |1645M|1726 |   - |2804 |1081 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1078.21/1078.24	c  1045s|  5940k|  5897k|     0 |   0.0 |1648M|1726 |   - |2804 |1058 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1080.01/1080.08	c  1047s|  5950k|  5907k|     0 |   0.0 |1650M|1726 |   - |2804 |1063 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1081.91/1081.92	c  1049s|  5960k|  5916k|     0 |   0.0 |1653M|1726 |   - |2804 |1023 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1083.71/1083.76	c  1051s|  5970k|  5926k|     0 |   0.0 |1656M|1726 |   - |2804 |1062 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1085.52/1085.58	c  1052s|  5980k|  5936k|     0 |   0.0 |1659M|1726 |   - |2804 |1055 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1087.31/1087.38	c  1054s|  5990k|  5946k|     0 |   0.0 |1661M|1726 |   - |2804 |1065 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1089.21/1089.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1089.21/1089.24	c  1056s|  6000k|  5956k|     0 |   0.0 |1664M|1726 |   - |2804 |1091 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1091.02/1091.10	c  1058s|  6010k|  5966k|     0 |   0.0 |1667M|1726 |   - |2804 |1084 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1092.91/1092.91	c  1059s|  6020k|  5976k|     0 |   0.0 |1670M|1726 |   - |2804 |1062 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1094.72/1094.71	c  1061s|  6030k|  5986k|     0 |   0.0 |1672M|1726 |   - |2804 |1041 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1096.51/1096.58	c  1063s|  6040k|  5996k|     0 |   0.0 |1675M|1726 |   - |2804 |1010 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1098.41/1098.44	c  1065s|  6050k|  6006k|     0 |   0.0 |1678M|1726 |   - |2804 |1002 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1100.22/1100.28	c  1067s|  6060k|  6016k|     0 |   0.0 |1680M|1726 |   - |2804 |1025 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1102.01/1102.09	c  1068s|  6070k|  6026k|     0 |   0.0 |1683M|1726 |   - |2804 |1067 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1103.91/1103.94	c  1070s|  6080k|  6036k|     0 |   0.0 |1686M|1726 |   - |2804 |1067 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1105.72/1105.78	c  1072s|  6090k|  6046k|     0 |   0.0 |1689M|1726 |   - |2804 |1044 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1107.62/1107.62	c  1074s|  6100k|  6056k|     0 |   0.0 |1691M|1726 |   - |2804 |1045 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1109.41/1109.45	c  1075s|  6110k|  6065k|     0 |   0.0 |1694M|1726 |   - |2804 |1002 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1111.21/1111.27	c  1077s|  6120k|  6075k|     0 |   0.0 |1697M|1726 |   - |2804 | 995 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1113.12/1113.12	c  1079s|  6130k|  6085k|     0 |   0.0 |1699M|1726 |   - |2804 |1079 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1114.92/1114.96	c  1081s|  6140k|  6095k|     0 |   0.0 |1702M|1726 |   - |2804 |1059 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1116.82/1116.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1116.82/1116.83	c  1083s|  6150k|  6105k|     0 |   0.0 |1705M|1726 |   - |2804 |1077 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1118.62/1118.66	c  1084s|  6160k|  6115k|     0 |   0.0 |1708M|1726 |   - |2804 |1071 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1120.41/1120.49	c  1086s|  6170k|  6125k|     0 |   0.0 |1710M|1726 |   - |2804 |1052 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1122.31/1122.32	c  1088s|  6180k|  6135k|     0 |   0.0 |1713M|1726 |   - |2804 |1026 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1124.12/1124.16	c  1090s|  6190k|  6145k|     0 |   0.0 |1716M|1726 |   - |2804 |1046 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1125.92/1125.98	c  1091s|  6200k|  6155k|     0 |   0.0 |1719M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1127.81/1127.83	c  1093s|  6210k|  6165k|     0 |   0.0 |1721M|1726 |   - |2804 | 983 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1129.62/1129.64	c  1095s|  6220k|  6175k|     0 |   0.0 |1724M|1726 |   - |2804 |1035 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1131.42/1131.49	c  1097s|  6230k|  6185k|     0 |   0.0 |1727M|1726 |   - |2804 | 977 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1133.32/1133.35	c  1099s|  6240k|  6195k|     0 |   0.0 |1730M|1726 |   - |2804 |1025 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1135.12/1135.20	c  1100s|  6250k|  6204k|     0 |   0.0 |1732M|1726 |   - |2804 | 978 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1137.02/1137.01	c  1102s|  6260k|  6214k|     0 |   0.0 |1735M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1138.82/1138.86	c  1104s|  6270k|  6224k|     0 |   0.0 |1738M|1726 |   - |2804 |1010 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1140.62/1140.68	c  1106s|  6280k|  6234k|     0 |   0.0 |1740M|1726 |   - |2804 | 975 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1142.52/1142.50	c  1108s|  6290k|  6244k|     0 |   0.0 |1743M|1726 |   - |2804 | 973 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1144.32/1144.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1144.32/1144.33	c  1109s|  6300k|  6254k|     0 |   0.0 |1746M|1726 |   - |2804 | 991 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1146.13/1146.18	c  1111s|  6310k|  6264k|     0 |   0.0 |1749M|1726 |   - |2804 |1026 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1148.02/1148.02	c  1113s|  6320k|  6274k|     0 |   0.0 |1751M|1726 |   - |2804 |1017 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1149.82/1149.85	c  1115s|  6330k|  6284k|     0 |   0.0 |1754M|1726 |   - |2804 | 996 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1151.62/1151.69	c  1116s|  6340k|  6294k|     0 |   0.0 |1757M|1726 |   - |2804 |1020 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1153.52/1153.55	c  1118s|  6350k|  6304k|     0 |   0.0 |1760M|1726 |   - |2804 |1034 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1155.31/1155.38	c  1120s|  6360k|  6314k|     0 |   0.0 |1762M|1726 |   - |2804 |1043 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1157.22/1157.23	c  1122s|  6370k|  6324k|     0 |   0.0 |1765M|1726 |   - |2804 |1096 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1159.02/1159.05	c  1124s|  6380k|  6334k|     0 |   0.0 |1768M|1726 |   - |2804 |1075 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1160.92/1160.90	c  1125s|  6390k|  6344k|     0 |   0.0 |1770M|1726 |   - |2804 |1103 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1162.72/1162.74	c  1127s|  6400k|  6353k|     0 |   0.0 |1773M|1726 |   - |2804 |1077 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1164.51/1164.57	c  1129s|  6410k|  6363k|     0 |   0.0 |1776M|1726 |   - |2804 |1112 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1166.41/1166.42	c  1131s|  6420k|  6373k|     0 |   0.0 |1779M|1726 |   - |2804 |1103 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1168.22/1168.27	c  1133s|  6430k|  6383k|     0 |   0.0 |1781M|1726 |   - |2804 |1065 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1170.12/1170.11	c  1134s|  6440k|  6393k|     0 |   0.0 |1784M|1726 |   - |2804 |1067 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1171.92/1171.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1171.92/1171.94	c  1136s|  6450k|  6403k|     0 |   0.0 |1787M|1726 |   - |2804 |1043 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1173.81/1173.80	c  1138s|  6460k|  6413k|     0 |   0.0 |1790M|1726 |   - |2804 |1096 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1175.62/1175.62	c  1140s|  6470k|  6423k|     0 |   0.0 |1792M|1726 |   - |2804 |1061 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1177.42/1177.45	c  1141s|  6480k|  6433k|     0 |   0.0 |1795M|1726 |   - |2804 |1061 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1179.32/1179.31	c  1143s|  6490k|  6443k|     0 |   0.0 |1798M|1726 |   - |2804 |1045 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1181.11/1181.17	c  1145s|  6500k|  6453k|     0 |   0.0 |1801M|1726 |   - |2804 |1051 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1183.02/1183.00	c  1147s|  6510k|  6463k|     0 |   0.0 |1803M|1726 |   - |2804 |1046 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1184.82/1184.84	c  1149s|  6520k|  6473k|     0 |   0.0 |1806M|1726 |   - |2804 |1010 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1186.62/1186.69	c  1150s|  6530k|  6483k|     0 |   0.0 |1809M|1726 |   - |2804 | 964 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1188.51/1188.52	c  1152s|  6540k|  6492k|     0 |   0.0 |1811M|1726 |   - |2804 | 956 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1190.31/1190.35	c  1154s|  6550k|  6502k|     0 |   0.0 |1814M|1726 |   - |2804 | 966 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1192.12/1192.17	c  1156s|  6560k|  6512k|     0 |   0.0 |1817M|1726 |   - |2804 | 964 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1193.92/1193.99	c  1157s|  6570k|  6522k|     0 |   0.0 |1820M|1726 |   - |2804 | 987 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1195.82/1195.83	c  1159s|  6580k|  6532k|     0 |   0.0 |1822M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1197.62/1197.64	c  1161s|  6590k|  6542k|     0 |   0.0 |1825M|1726 |   - |2804 | 991 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1199.42/1199.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.42/1199.47	c  1163s|  6600k|  6552k|     0 |   0.0 |1828M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1201.22/1201.28	c  1165s|  6610k|  6562k|     0 |   0.0 |1831M|1726 |   - |2804 |1001 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1203.12/1203.13	c  1166s|  6620k|  6572k|     0 |   0.0 |1833M|1726 |   - |2804 | 939 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1204.92/1204.97	c  1168s|  6630k|  6582k|     0 |   0.0 |1836M|1726 |   - |2804 | 979 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1206.73/1206.79	c  1170s|  6640k|  6592k|     0 |   0.0 |1839M|1726 |   - |2804 | 971 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1208.61/1208.60	c  1172s|  6650k|  6602k|     0 |   0.0 |1842M|1726 |   - |2804 | 965 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1210.42/1210.45	c  1173s|  6660k|  6612k|     0 |   0.0 |1844M|1726 |   - |2804 | 998 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1212.32/1212.30	c  1175s|  6670k|  6622k|     0 |   0.0 |1847M|1726 |   - |2804 | 978 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1214.12/1214.15	c  1177s|  6680k|  6632k|     0 |   0.0 |1850M|1726 |   - |2804 | 971 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1215.92/1215.98	c  1179s|  6690k|  6641k|     0 |   0.0 |1852M|1726 |   - |2804 | 976 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1217.82/1217.80	c  1181s|  6700k|  6651k|     0 |   0.0 |1855M|1726 |   - |2804 | 985 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1219.62/1219.63	c  1182s|  6710k|  6661k|     0 |   0.0 |1858M|1726 |   - |2804 | 966 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1221.42/1221.46	c  1184s|  6720k|  6671k|     0 |   0.0 |1861M|1726 |   - |2804 | 959 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1223.32/1223.32	c  1186s|  6730k|  6681k|     0 |   0.0 |1863M|1726 |   - |2804 | 977 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1225.12/1225.16	c  1188s|  6740k|  6691k|     0 |   0.0 |1866M|1726 |   - |2804 | 981 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1226.92/1226.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1226.92/1226.98	c  1190s|  6750k|  6701k|     0 |   0.0 |1869M|1726 |   - |2804 | 970 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1228.82/1228.80	c  1191s|  6760k|  6711k|     0 |   0.0 |1872M|1726 |   - |2804 |1034 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1230.62/1230.63	c  1193s|  6770k|  6721k|     0 |   0.0 |1874M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1232.42/1232.44	c  1195s|  6780k|  6731k|     0 |   0.0 |1877M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1234.22/1234.27	c  1197s|  6790k|  6741k|     0 |   0.0 |1880M|1726 |   - |2804 |1025 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1236.02/1236.07	c  1198s|  6800k|  6751k|     0 |   0.0 |1882M|1726 |   - |2804 |1009 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1237.82/1237.89	c  1200s|  6810k|  6761k|     0 |   0.0 |1885M|1726 |   - |2804 | 996 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1239.72/1239.73	c  1202s|  6820k|  6771k|     0 |   0.0 |1888M|1726 |   - |2804 |1005 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1241.52/1241.55	c  1204s|  6830k|  6781k|     0 |   0.0 |1891M|1726 |   - |2804 |1025 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1243.32/1243.38	c  1205s|  6840k|  6790k|     0 |   0.0 |1893M|1726 |   - |2804 |1013 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1245.22/1245.22	c  1207s|  6850k|  6800k|     0 |   0.0 |1896M|1726 |   - |2804 |1044 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1247.02/1247.04	c  1209s|  6860k|  6810k|     0 |   0.0 |1899M|1726 |   - |2804 |1011 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1248.82/1248.86	c  1211s|  6870k|  6820k|     0 |   0.0 |1902M|1726 |   - |2804 | 994 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1250.62/1250.70	c  1213s|  6880k|  6830k|     0 |   0.0 |1904M|1726 |   - |2804 |1002 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1252.52/1252.55	c  1214s|  6890k|  6840k|     0 |   0.0 |1907M|1726 |   - |2804 |1048 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1254.32/1254.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1254.32/1254.35	c  1216s|  6900k|  6850k|     0 |   0.0 |1910M|1726 |   - |2804 |1035 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1256.12/1256.17	c  1218s|  6910k|  6860k|     0 |   0.0 |1912M|1726 |   - |2804 |1003 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1258.02/1258.00	c  1220s|  6920k|  6870k|     0 |   0.0 |1915M|1726 |   - |2804 | 991 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1259.82/1259.84	c  1221s|  6930k|  6880k|     0 |   0.0 |1918M|1726 |   - |2804 | 960 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1261.63/1261.67	c  1223s|  6940k|  6890k|     0 |   0.0 |1921M|1726 |   - |2804 | 997 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1263.42/1263.49	c  1225s|  6950k|  6900k|     0 |   0.0 |1923M|1726 |   - |2804 |1018 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1265.32/1265.33	c  1227s|  6960k|  6910k|     0 |   0.0 |1926M|1726 |   - |2804 | 995 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1267.13/1267.16	c  1229s|  6970k|  6920k|     0 |   0.0 |1929M|1726 |   - |2804 |1021 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1268.92/1268.98	c  1230s|  6980k|  6930k|     0 |   0.0 |1932M|1726 |   - |2804 |1038 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1270.82/1270.80	c  1232s|  6990k|  6940k|     0 |   0.0 |1934M|1726 |   - |2804 |1058 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1272.62/1272.64	c  1234s|  7000k|  6949k|     0 |   0.0 |1937M|1726 |   - |2804 |1021 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1274.52/1274.50	c  1236s|  7010k|  6959k|     0 |   0.0 |1940M|1726 |   - |2804 |1023 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1276.32/1276.35	c  1237s|  7020k|  6969k|     0 |   0.0 |1943M|1726 |   - |2804 |1031 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1278.13/1278.18	c  1239s|  7030k|  6979k|     0 |   0.0 |1945M|1726 |   - |2804 |1031 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1280.02/1280.03	c  1241s|  7040k|  6989k|     0 |   0.0 |1948M|1726 |   - |2804 |1045 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1281.82/1281.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1281.82/1281.89	c  1242s|  7050k|  6999k|     0 |   0.0 |1951M|1726 |   - |2804 |1074 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1283.72/1283.73	c  1244s|  7060k|  7009k|     0 |   0.0 |1953M|1726 |   - |2804 |1073 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1285.62/1285.60	c  1246s|  7070k|  7019k|     0 |   0.0 |1956M|1726 |   - |2804 |1071 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1287.42/1287.44	c  1248s|  7080k|  7029k|     0 |   0.0 |1959M|1726 |   - |2804 |1045 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1289.23/1289.27	c  1249s|  7090k|  7039k|     0 |   0.0 |1962M|1726 |   - |2804 |1058 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1291.02/1291.09	c  1251s|  7100k|  7049k|     0 |   0.0 |1964M|1726 |   - |2804 |1066 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1292.92/1292.92	c  1253s|  7110k|  7059k|     0 |   0.0 |1967M|1726 |   - |2804 | 987 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1294.82/1294.80	c  1254s|  7120k|  7069k|     0 |   0.0 |1970M|1726 |   - |2804 |1005 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1296.61/1296.66	c  1256s|  7130k|  7079k|     0 |   0.0 |1973M|1726 |   - |2804 | 967 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1298.51/1298.55	c  1258s|  7140k|  7088k|     0 |   0.0 |1975M|1726 |   - |2804 |1029 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1300.32/1300.38	c  1260s|  7150k|  7098k|     0 |   0.0 |1978M|1726 |   - |2804 |1007 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1302.22/1302.22	c  1261s|  7160k|  7108k|     0 |   0.0 |1981M|1726 |   - |2804 |1016 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1304.02/1304.06	c  1263s|  7170k|  7118k|     0 |   0.0 |1984M|1726 |   - |2804 |1000 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1305.82/1305.87	c  1265s|  7180k|  7128k|     0 |   0.0 |1986M|1726 |   - |2804 | 965 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1307.72/1307.74	c  1266s|  7190k|  7138k|     0 |   0.0 |1989M|1726 |   - |2804 | 949 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1309.52/1309.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1309.52/1309.59	c  1268s|  7200k|  7148k|     0 |   0.0 |1992M|1726 |   - |2804 |1036 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1311.41/1311.42	c  1270s|  7210k|  7158k|     0 |   0.0 |1994M|1726 |   - |2804 |1020 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1313.21/1313.26	c  1272s|  7220k|  7168k|     0 |   0.0 |1997M|1726 |   - |2804 | 997 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1315.02/1315.09	c  1273s|  7230k|  7178k|     0 |   0.0 |2000M|1726 |   - |2804 | 993 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1316.92/1316.91	c  1275s|  7240k|  7188k|     0 |   0.0 |2003M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1318.71/1318.75	c  1277s|  7250k|  7198k|     0 |   0.0 |2005M|1726 |   - |2804 | 985 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1320.62/1320.63	c  1279s|  7260k|  7208k|     0 |   0.0 |2008M|1726 |   - |2804 |1004 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1322.52/1322.50	c  1280s|  7270k|  7218k|     0 |   0.0 |2011M|1726 |   - |2804 | 996 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1324.32/1324.33	c  1282s|  7280k|  7228k|     0 |   0.0 |2014M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1326.12/1326.19	c  1284s|  7290k|  7237k|     0 |   0.0 |2016M|1726 |   - |2804 | 986 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1327.92/1327.99	c  1285s|  7300k|  7247k|     0 |   0.0 |2019M|1726 |   - |2804 | 950 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1329.83/1329.80	c  1287s|  7310k|  7257k|     0 |   0.0 |2022M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1331.62/1331.66	c  1289s|  7320k|  7267k|     0 |   0.0 |2025M|1726 |   - |2804 | 968 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1333.52/1333.50	c  1291s|  7330k|  7277k|     0 |   0.0 |2027M|1726 |   - |2804 | 916 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1335.33/1335.35	c  1292s|  7340k|  7287k|     0 |   0.0 |2030M|1726 |   - |2804 | 934 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1337.12/1337.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1337.12/1337.16	c  1294s|  7350k|  7297k|     0 |   0.0 |2033M|1726 |   - |2804 | 928 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1339.02/1339.04	c  1296s|  7360k|  7307k|     0 |   0.0 |2036M|1726 |   - |2804 | 943 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1340.92/1340.91	c  1297s|  7370k|  7317k|     0 |   0.0 |2038M|1726 |   - |2804 | 927 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1342.71/1342.75	c  1299s|  7380k|  7327k|     0 |   0.0 |2041M|1726 |   - |2804 | 958 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1344.62/1344.60	c  1301s|  7390k|  7337k|     0 |   0.0 |2044M|1726 |   - |2804 | 935 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1346.43/1346.41	c  1303s|  7400k|  7347k|     0 |   0.0 |2046M|1726 |   - |2804 | 954 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1348.21/1348.27	c  1304s|  7410k|  7357k|     0 |   0.0 |2049M|1726 |   - |2804 | 982 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1350.12/1350.11	c  1306s|  7420k|  7367k|     0 |   0.0 |2052M|1726 |   - |2804 | 960 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1351.92/1351.94	c  1308s|  7430k|  7377k|     0 |   0.0 |2055M|1726 |   - |2804 | 976 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1353.72/1353.76	c  1309s|  7440k|  7386k|     0 |   0.0 |2057M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1355.62/1355.60	c  1311s|  7450k|  7396k|     0 |   0.0 |2060M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1357.43/1357.44	c  1313s|  7460k|  7406k|     0 |   0.0 |2063M|1726 |   - |2804 | 994 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1359.22/1359.27	c  1314s|  7470k|  7416k|     0 |   0.0 |2066M|1726 |   - |2804 | 996 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1361.02/1361.09	c  1316s|  7480k|  7426k|     0 |   0.0 |2068M|1726 |   - |2804 | 959 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1362.92/1362.93	c  1318s|  7490k|  7436k|     0 |   0.0 |2071M|1726 |   - |2804 |1028 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1364.72/1364.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1364.72/1364.76	c  1320s|  7500k|  7446k|     0 |   0.0 |2074M|1726 |   - |2804 |1004 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1366.52/1366.59	c  1321s|  7510k|  7456k|     0 |   0.0 |2077M|1726 |   - |2804 |1016 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1368.52/1368.50	c  1323s|  7520k|  7466k|     0 |   0.0 |2079M|1726 |   - |2804 |1018 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1370.32/1370.33	c  1325s|  7530k|  7476k|     0 |   0.0 |2082M|1726 |   - |2804 | 960 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1372.12/1372.19	c  1326s|  7540k|  7486k|     0 |   0.0 |2085M|1726 |   - |2804 | 958 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1374.02/1374.00	c  1328s|  7550k|  7496k|     0 |   0.0 |2087M|1726 |   - |2804 | 986 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1375.82/1375.84	c  1330s|  7560k|  7506k|     0 |   0.0 |2090M|1726 |   - |2804 | 982 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1377.72/1377.72	c  1332s|  7570k|  7516k|     0 |   0.0 |2093M|1726 |   - |2804 |1023 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1379.52/1379.56	c  1333s|  7580k|  7526k|     0 |   0.0 |2096M|1726 |   - |2804 | 979 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1381.42/1381.41	c  1335s|  7590k|  7535k|     0 |   0.0 |2098M|1726 |   - |2804 | 986 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1383.22/1383.25	c  1337s|  7600k|  7545k|     0 |   0.0 |2101M|1726 |   - |2804 | 982 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1385.02/1385.05	c  1338s|  7610k|  7555k|     0 |   0.0 |2104M|1726 |   - |2804 | 990 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1386.92/1386.93	c  1340s|  7620k|  7565k|     0 |   0.0 |2107M|1726 |   - |2804 | 980 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1388.72/1388.78	c  1342s|  7630k|  7575k|     0 |   0.0 |2109M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1390.62/1390.65	c  1344s|  7640k|  7585k|     0 |   0.0 |2112M|1726 |   - |2804 | 973 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1392.42/1392.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1392.42/1392.47	c  1345s|  7650k|  7595k|     0 |   0.0 |2115M|1726 |   - |2804 | 964 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1394.22/1394.28	c  1347s|  7660k|  7605k|     0 |   0.0 |2118M|1726 |   - |2804 | 972 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1396.12/1396.10	c  1349s|  7670k|  7615k|     0 |   0.0 |2120M|1726 |   - |2804 | 972 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1397.92/1397.95	c  1350s|  7680k|  7625k|     0 |   0.0 |2123M|1726 |   - |2804 | 968 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1399.72/1399.79	c  1352s|  7690k|  7635k|     0 |   0.0 |2126M|1726 |   - |2804 | 993 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1401.62/1401.61	c  1354s|  7700k|  7645k|     0 |   0.0 |2129M|1726 |   - |2804 | 954 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1403.42/1403.47	c  1356s|  7710k|  7655k|     0 |   0.0 |2131M|1726 |   - |2804 |1000 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1405.32/1405.32	c  1357s|  7720k|  7665k|     0 |   0.0 |2134M|1726 |   - |2804 | 995 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1407.12/1407.19	c  1359s|  7730k|  7674k|     0 |   0.0 |2137M|1726 |   - |2804 | 929 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1409.02/1409.05	c  1361s|  7740k|  7684k|     0 |   0.0 |2140M|1726 |   - |2804 | 923 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1410.92/1410.91	c  1363s|  7750k|  7694k|     0 |   0.0 |2142M|1726 |   - |2804 | 896 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1412.72/1412.76	c  1364s|  7760k|  7704k|     0 |   0.0 |2145M|1726 |   - |2804 | 957 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1414.63/1414.61	c  1366s|  7770k|  7714k|     0 |   0.0 |2148M|1726 |   - |2804 | 943 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1416.42/1416.45	c  1368s|  7780k|  7724k|     0 |   0.0 |2151M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1418.22/1418.28	c  1369s|  7790k|  7734k|     0 |   0.0 |2153M|1726 |   - |2804 | 967 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1420.12/1420.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1420.12/1420.12	c  1371s|  7800k|  7744k|     0 |   0.0 |2156M|1726 |   - |2804 |1004 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1421.92/1421.94	c  1373s|  7810k|  7754k|     0 |   0.0 |2159M|1726 |   - |2804 | 991 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1423.82/1423.80	c  1375s|  7820k|  7764k|     0 |   0.0 |2162M|1726 |   - |2804 |1008 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1425.62/1425.65	c  1376s|  7830k|  7774k|     0 |   0.0 |2164M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1427.52/1427.50	c  1378s|  7840k|  7784k|     0 |   0.0 |2167M|1726 |   - |2804 | 966 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1429.32/1429.34	c  1380s|  7850k|  7794k|     0 |   0.0 |2170M|1726 |   - |2804 |1001 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1431.13/1431.19	c  1381s|  7860k|  7804k|     0 |   0.0 |2172M|1726 |   - |2804 | 968 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1433.02/1433.07	c  1383s|  7870k|  7813k|     0 |   0.0 |2175M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1434.92/1434.90	c  1385s|  7880k|  7823k|     0 |   0.0 |2178M|1726 |   - |2804 | 986 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1436.72/1436.72	c  1387s|  7890k|  7833k|     0 |   0.0 |2181M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1438.52/1438.58	c  1388s|  7900k|  7843k|     0 |   0.0 |2183M|1726 |   - |2804 | 985 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1440.42/1440.40	c  1390s|  7910k|  7853k|     0 |   0.0 |2186M|1726 |   - |2804 | 994 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1442.23/1442.25	c  1392s|  7920k|  7863k|     0 |   0.0 |2189M|1726 |   - |2804 | 996 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1444.02/1444.08	c  1393s|  7930k|  7873k|     0 |   0.0 |2192M|1726 |   - |2804 | 976 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1445.92/1445.93	c  1395s|  7940k|  7883k|     0 |   0.0 |2194M|1726 |   - |2804 | 994 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1447.72/1447.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1447.72/1447.77	c  1397s|  7950k|  7893k|     0 |   0.0 |2197M|1726 |   - |2804 | 961 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1449.62/1449.63	c  1399s|  7960k|  7903k|     0 |   0.0 |2200M|1726 |   - |2804 | 975 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1451.42/1451.46	c  1400s|  7970k|  7913k|     0 |   0.0 |2203M|1726 |   - |2804 |1008 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1453.32/1453.33	c  1402s|  7980k|  7923k|     0 |   0.0 |2205M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1455.12/1455.17	c  1404s|  7990k|  7933k|     0 |   0.0 |2208M|1726 |   - |2804 | 974 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1456.92/1456.99	c  1405s|  8000k|  7943k|     0 |   0.0 |2211M|1726 |   - |2804 | 973 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1458.82/1458.85	c  1407s|  8010k|  7952k|     0 |   0.0 |2213M|1726 |   - |2804 | 993 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1460.62/1460.66	c  1409s|  8020k|  7962k|     0 |   0.0 |2216M|1726 |   - |2804 |1022 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1462.52/1462.51	c  1411s|  8030k|  7972k|     0 |   0.0 |2219M|1726 |   - |2804 |1047 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1464.32/1464.31	c  1412s|  8040k|  7982k|     0 |   0.0 |2222M|1726 |   - |2804 |1018 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1466.12/1466.19	c  1414s|  8050k|  7992k|     0 |   0.0 |2224M|1726 |   - |2804 |1016 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1468.02/1468.05	c  1416s|  8060k|  8002k|     0 |   0.0 |2227M|1726 |   - |2804 |1022 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1469.92/1469.93	c  1417s|  8070k|  8012k|     0 |   0.0 |2230M|1726 |   - |2804 |1056 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1471.73/1471.76	c  1419s|  8080k|  8022k|     0 |   0.0 |2233M|1726 |   - |2804 |1103 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1473.62/1473.61	c  1421s|  8090k|  8032k|     0 |   0.0 |2235M|1726 |   - |2804 |1080 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1475.42/1475.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1475.42/1475.43	c  1423s|  8100k|  8042k|     0 |   0.0 |2238M|1726 |   - |2804 |1042 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1477.22/1477.28	c  1424s|  8110k|  8052k|     0 |   0.0 |2241M|1726 |   - |2804 |1028 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1479.12/1479.11	c  1426s|  8120k|  8062k|     0 |   0.0 |2244M|1726 |   - |2804 |1070 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1480.92/1480.92	c  1428s|  8130k|  8072k|     0 |   0.0 |2246M|1726 |   - |2804 |1065 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1482.72/1482.75	c  1429s|  8140k|  8082k|     0 |   0.0 |2249M|1726 |   - |2804 |1077 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1484.52/1484.57	c  1431s|  8150k|  8091k|     0 |   0.0 |2252M|1726 |   - |2804 |1076 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1486.42/1486.43	c  1433s|  8160k|  8101k|     0 |   0.0 |2254M|1726 |   - |2804 |1034 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1488.33/1488.31	c  1435s|  8170k|  8111k|     0 |   0.0 |2257M|1726 |   - |2804 |1047 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1490.12/1490.12	c  1436s|  8180k|  8121k|     0 |   0.0 |2260M|1726 |   - |2804 |1050 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1492.02/1492.02	c  1438s|  8190k|  8131k|     0 |   0.0 |2263M|1726 |   - |2804 |1042 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1493.83/1493.84	c  1440s|  8200k|  8141k|     0 |   0.0 |2265M|1726 |   - |2804 |1020 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1495.62/1495.67	c  1441s|  8210k|  8151k|     0 |   0.0 |2268M|1726 |   - |2804 | 985 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1497.52/1497.52	c  1443s|  8220k|  8161k|     0 |   0.0 |2271M|1726 |   - |2804 |1048 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1499.33/1499.33	c  1445s|  8230k|  8171k|     0 |   0.0 |2274M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1501.13/1501.14	c  1446s|  8240k|  8181k|     0 |   0.0 |2276M|1726 |   - |2804 |1004 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1502.92/1502.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1502.92/1502.97	c  1448s|  8250k|  8191k|     0 |   0.0 |2279M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1504.73/1504.79	c  1450s|  8260k|  8201k|     0 |   0.0 |2282M|1726 |   - |2804 | 942 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1506.62/1506.62	c  1452s|  8270k|  8211k|     0 |   0.0 |2285M|1726 |   - |2804 | 933 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1508.42/1508.45	c  1453s|  8280k|  8221k|     0 |   0.0 |2287M|1726 |   - |2804 | 926 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1510.23/1510.25	c  1455s|  8290k|  8231k|     0 |   0.0 |2290M|1726 |   - |2804 | 918 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1512.02/1512.09	c  1457s|  8300k|  8240k|     0 |   0.0 |2293M|1726 |   - |2804 | 953 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1513.93/1513.90	c  1458s|  8310k|  8250k|     0 |   0.0 |2296M|1726 |   - |2804 | 883 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1515.73/1515.78	c  1460s|  8320k|  8260k|     0 |   0.0 |2298M|1726 |   - |2804 | 960 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1517.62/1517.62	c  1462s|  8330k|  8270k|     0 |   0.0 |2301M|1726 |   - |2804 | 940 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1519.42/1519.46	c  1464s|  8340k|  8280k|     0 |   0.0 |2304M|1726 |   - |2804 | 951 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1521.23/1521.27	c  1465s|  8350k|  8290k|     0 |   0.0 |2307M|1726 |   - |2804 | 962 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1523.13/1523.12	c  1467s|  8360k|  8300k|     0 |   0.0 |2309M|1726 |   - |2804 | 970 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1524.92/1524.96	c  1469s|  8370k|  8310k|     0 |   0.0 |2312M|1726 |   - |2804 | 979 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1526.83/1526.81	c  1470s|  8380k|  8320k|     0 |   0.0 |2315M|1726 |   - |2804 | 978 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1528.63/1528.63	c  1472s|  8390k|  8330k|     0 |   0.0 |2317M|1726 |   - |2804 | 945 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1530.52/1530.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1530.52/1530.51	c  1474s|  8400k|  8340k|     0 |   0.0 |2320M|1726 |   - |2804 | 987 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1532.33/1532.37	c  1476s|  8410k|  8350k|     0 |   0.0 |2323M|1726 |   - |2804 | 966 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1534.23/1534.21	c  1477s|  8420k|  8360k|     0 |   0.0 |2326M|1726 |   - |2804 | 918 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1536.02/1536.03	c  1479s|  8430k|  8370k|     0 |   0.0 |2328M|1726 |   - |2804 | 947 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1537.83/1537.87	c  1481s|  8440k|  8380k|     0 |   0.0 |2331M|1726 |   - |2804 | 943 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1539.73/1539.71	c  1482s|  8450k|  8389k|     0 |   0.0 |2334M|1726 |   - |2804 | 965 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1541.52/1541.53	c  1484s|  8460k|  8399k|     0 |   0.0 |2337M|1726 |   - |2804 | 947 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1543.33/1543.33	c  1486s|  8470k|  8409k|     0 |   0.0 |2339M|1726 |   - |2804 | 924 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1545.22/1545.20	c  1488s|  8480k|  8419k|     0 |   0.0 |2342M|1726 |   - |2804 | 924 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1547.02/1547.05	c  1489s|  8490k|  8429k|     0 |   0.0 |2345M|1726 |   - |2804 | 915 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1548.93/1548.93	c  1491s|  8500k|  8439k|     0 |   0.0 |2348M|1726 |   - |2804 | 921 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1550.73/1550.77	c  1493s|  8510k|  8449k|     0 |   0.0 |2350M|1726 |   - |2804 | 966 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1552.63/1552.61	c  1494s|  8520k|  8459k|     0 |   0.0 |2353M|1726 |   - |2804 | 978 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1554.43/1554.44	c  1496s|  8530k|  8469k|     0 |   0.0 |2356M|1726 |   - |2804 | 968 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1556.22/1556.28	c  1498s|  8540k|  8479k|     0 |   0.0 |2358M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1558.02/1558.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1558.02/1558.09	c  1500s|  8550k|  8489k|     0 |   0.0 |2361M|1726 |   - |2804 | 976 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1559.83/1559.89	c  1501s|  8560k|  8499k|     0 |   0.0 |2364M|1726 |   - |2804 |1016 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1561.72/1561.71	c  1503s|  8570k|  8509k|     0 |   0.0 |2367M|1726 |   - |2804 | 960 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1563.52/1563.60	c  1505s|  8580k|  8519k|     0 |   0.0 |2369M|1726 |   - |2804 |1006 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1565.43/1565.42	c  1506s|  8590k|  8528k|     0 |   0.0 |2372M|1726 |   - |2804 | 963 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1567.22/1567.28	c  1508s|  8600k|  8538k|     0 |   0.0 |2375M|1726 |   - |2804 | 945 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1569.13/1569.11	c  1510s|  8610k|  8548k|     0 |   0.0 |2378M|1726 |   - |2804 | 962 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1570.92/1570.93	c  1511s|  8620k|  8558k|     0 |   0.0 |2380M|1726 |   - |2804 | 976 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1572.72/1572.77	c  1513s|  8630k|  8568k|     0 |   0.0 |2383M|1726 |   - |2804 |1005 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1574.62/1574.60	c  1515s|  8640k|  8578k|     0 |   0.0 |2386M|1726 |   - |2804 | 976 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1576.42/1576.42	c  1516s|  8650k|  8588k|     0 |   0.0 |2389M|1726 |   - |2804 | 968 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1578.22/1578.26	c  1518s|  8660k|  8598k|     0 |   0.0 |2391M|1726 |   - |2804 | 978 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1580.12/1580.10	c  1520s|  8670k|  8608k|     0 |   0.0 |2394M|1726 |   - |2804 | 959 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1581.93/1581.94	c  1522s|  8680k|  8618k|     0 |   0.0 |2397M|1726 |   - |2804 | 988 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1583.72/1583.77	c  1523s|  8690k|  8628k|     0 |   0.0 |2399M|1726 |   - |2804 |1009 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1585.52/1585.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1585.52/1585.59	c  1525s|  8700k|  8638k|     0 |   0.0 |2402M|1726 |   - |2804 |1009 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1587.42/1587.43	c  1527s|  8710k|  8648k|     0 |   0.0 |2405M|1726 |   - |2804 | 962 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1589.22/1589.26	c  1528s|  8720k|  8658k|     0 |   0.0 |2408M|1726 |   - |2804 |1023 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1591.03/1591.08	c  1530s|  8730k|  8667k|     0 |   0.0 |2410M|1726 |   - |2804 |1019 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1592.92/1592.96	c  1532s|  8740k|  8677k|     0 |   0.0 |2413M|1726 |   - |2804 |1030 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1594.82/1594.82	c  1533s|  8750k|  8687k|     0 |   0.0 |2416M|1726 |   - |2804 |1046 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1596.62/1596.65	c  1535s|  8760k|  8697k|     0 |   0.0 |2419M|1726 |   - |2804 |1070 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1598.52/1598.50	c  1537s|  8770k|  8707k|     0 |   0.0 |2421M|1726 |   - |2804 |1030 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1600.22/1600.28	c  1539s|  8780k|  8717k|     0 |   0.0 |2424M|1726 |   - |2804 |1052 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1602.13/1602.12	c  1540s|  8790k|  8727k|     0 |   0.0 |2427M|1726 |   - |2804 |1102 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1603.92/1603.93	c  1542s|  8800k|  8737k|     0 |   0.0 |2429M|1726 |   - |2804 |1034 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1605.72/1605.73	c  1544s|  8810k|  8747k|     0 |   0.0 |2432M|1726 |   - |2804 |1043 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1607.63/1607.61	c  1545s|  8820k|  8757k|     0 |   0.0 |2435M|1726 |   - |2804 |1015 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1609.43/1609.44	c  1547s|  8830k|  8767k|     0 |   0.0 |2438M|1726 |   - |2804 | 992 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1611.23/1611.25	c  1549s|  8840k|  8777k|     0 |   0.0 |2440M|1726 |   - |2804 |1028 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1613.02/1613.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1613.02/1613.08	c  1550s|  8850k|  8787k|     0 |   0.0 |2443M|1726 |   - |2804 |1036 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1614.92/1614.93	c  1552s|  8860k|  8797k|     0 |   0.0 |2446M|1726 |   - |2804 |1054 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1616.72/1616.79	c  1554s|  8870k|  8806k|     0 |   0.0 |2449M|1726 |   - |2804 |1050 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1618.62/1618.64	c  1556s|  8880k|  8816k|     0 |   0.0 |2451M|1726 |   - |2804 |1065 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1620.42/1620.44	c  1557s|  8890k|  8826k|     0 |   0.0 |2454M|1726 |   - |2804 |1071 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1622.23/1622.25	c  1559s|  8900k|  8836k|     0 |   0.0 |2457M|1726 |   - |2804 |1050 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1624.03/1624.07	c  1561s|  8910k|  8846k|     0 |   0.0 |2460M|1726 |   - |2804 |1060 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1625.93/1625.90	c  1562s|  8920k|  8856k|     0 |   0.0 |2462M|1726 |   - |2804 |1042 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1627.72/1627.75	c  1564s|  8930k|  8866k|     0 |   0.0 |2465M|1726 |   - |2804 |1026 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1629.62/1629.60	c  1566s|  8940k|  8876k|     0 |   0.0 |2468M|1726 |   - |2804 |1033 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1631.42/1631.46	c  1568s|  8950k|  8886k|     0 |   0.0 |2471M|1726 |   - |2804 |1073 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1633.32/1633.31	c  1569s|  8960k|  8896k|     0 |   0.0 |2473M|1726 |   - |2804 |1083 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1635.12/1635.16	c  1571s|  8970k|  8906k|     0 |   0.0 |2476M|1726 |   - |2804 |1025 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1636.93/1636.98	c  1573s|  8980k|  8916k|     0 |   0.0 |2479M|1726 |   - |2804 | 987 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1638.83/1638.81	c  1574s|  8990k|  8926k|     0 |   0.0 |2481M|1726 |   - |2804 | 984 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1640.63/1640.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1640.63/1640.64	c  1576s|  9000k|  8936k|     0 |   0.0 |2484M|1726 |   - |2804 | 989 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1642.43/1642.46	c  1578s|  9010k|  8945k|     0 |   0.0 |2487M|1726 |   - |2804 | 960 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1644.23/1644.30	c  1579s|  9020k|  8955k|     0 |   0.0 |2490M|1726 |   - |2804 | 998 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1646.13/1646.11	c  1581s|  9030k|  8965k|     0 |   0.0 |2492M|1726 |   - |2804 | 997 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1647.92/1647.99	c  1583s|  9040k|  8975k|     0 |   0.0 |2495M|1726 |   - |2804 |1017 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1649.82/1649.84	c  1584s|  9050k|  8985k|     0 |   0.0 |2498M|1726 |   - |2804 |1015 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1651.73/1651.70	c  1586s|  9060k|  8995k|     0 |   0.0 |2501M|1726 |   - |2804 | 980 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1653.53/1653.53	c  1588s|  9070k|  9005k|     0 |   0.0 |2503M|1726 |   - |2804 |1007 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1655.33/1655.37	c  1590s|  9080k|  9015k|     0 |   0.0 |2506M|1726 |   - |2804 |1022 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1657.22/1657.25	c  1591s|  9090k|  9025k|     0 |   0.0 |2509M|1726 |   - |2804 |1090 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1659.02/1659.07	c  1593s|  9100k|  9035k|     0 |   0.0 |2512M|1726 |   - |2804 |1020 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1660.93/1660.92	c  1595s|  9110k|  9045k|     0 |   0.0 |2514M|1726 |   - |2804 |1056 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1662.72/1662.73	c  1596s|  9120k|  9055k|     0 |   0.0 |2517M|1726 |   - |2804 |1054 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1664.52/1664.53	c  1598s|  9130k|  9065k|     0 |   0.0 |2520M|1726 |   - |2804 |1051 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1666.32/1666.33	c  1600s|  9140k|  9075k|     0 |   0.0 |2522M|1726 |   - |2804 |1091 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1668.13/1668.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1668.13/1668.17	c  1601s|  9150k|  9084k|     0 |   0.0 |2525M|1726 |   - |2804 |1056 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1669.93/1669.97	c  1603s|  9160k|  9094k|     0 |   0.0 |2528M|1726 |   - |2804 |1034 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1671.83/1671.90	c  1605s|  9170k|  9104k|     0 |   0.0 |2531M|1726 |   - |2804 |1081 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1673.73/1673.74	c  1606s|  9180k|  9114k|     0 |   0.0 |2533M|1726 |   - |2804 |1097 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1675.53/1675.59	c  1608s|  9190k|  9124k|     0 |   0.0 |2536M|1726 |   - |2804 |1094 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1677.43/1677.44	c  1610s|  9200k|  9134k|     0 |   0.0 |2539M|1726 |   - |2804 |1090 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1679.23/1679.27	c  1612s|  9210k|  9144k|     0 |   0.0 |2541M|1726 |   - |2804 |1121 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1681.02/1681.09	c  1613s|  9220k|  9154k|     0 |   0.0 |2544M|1726 |   - |2804 |1133 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1682.93/1682.95	c  1615s|  9230k|  9164k|     0 |   0.0 |2547M|1726 |   - |2804 |1179 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1684.72/1684.80	c  1617s|  9240k|  9174k|     0 |   0.0 |2550M|1726 |   - |2804 |1135 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1686.62/1686.61	c  1618s|  9250k|  9184k|     0 |   0.0 |2552M|1726 |   - |2804 |1170 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1688.43/1688.43	c  1620s|  9260k|  9194k|     0 |   0.0 |2555M|1726 |   - |2804 |1118 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1690.23/1690.25	c  1622s|  9270k|  9204k|     0 |   0.0 |2558M|1726 |   - |2804 |1102 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1692.03/1692.09	c  1623s|  9280k|  9214k|     0 |   0.0 |2561M|1726 |   - |2804 |1083 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1693.94/1693.93	c  1625s|  9290k|  9223k|     0 |   0.0 |2563M|1726 |   - |2804 |1055 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1695.73/1695.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1695.73/1695.75	c  1627s|  9300k|  9233k|     0 |   0.0 |2566M|1726 |   - |2804 |1076 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1697.52/1697.59	c  1628s|  9310k|  9243k|     0 |   0.0 |2569M|1726 |   - |2804 |1052 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1699.33/1699.40	c  1630s|  9320k|  9253k|     0 |   0.0 |2572M|1726 |   - |2804 |1044 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1701.23/1701.25	c  1632s|  9330k|  9263k|     0 |   0.0 |2574M|1726 |   - |2804 |1045 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1703.03/1703.07	c  1634s|  9340k|  9273k|     0 |   0.0 |2577M|1726 |   - |2804 |1080 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1704.83/1704.87	c  1635s|  9350k|  9283k|     0 |   0.0 |2580M|1726 |   - |2804 |1051 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1706.72/1706.73	c  1637s|  9360k|  9293k|     0 |   0.0 |2582M|1726 |   - |2804 |1070 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1708.53/1708.55	c  1639s|  9370k|  9303k|     0 |   0.0 |2585M|1726 |   - |2804 |1071 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1710.33/1710.35	c  1640s|  9380k|  9313k|     0 |   0.0 |2588M|1726 |   - |2804 |1043 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1712.22/1712.21	c  1642s|  9390k|  9323k|     0 |   0.0 |2591M|1726 |   - |2804 |1024 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1714.03/1714.04	c  1644s|  9400k|  9333k|     0 |   0.0 |2593M|1726 |   - |2804 |1021 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1715.83/1715.89	c  1645s|  9410k|  9343k|     0 |   0.0 |2596M|1726 |   - |2804 |1055 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1717.73/1717.70	c  1647s|  9420k|  9353k|     0 |   0.0 |2599M|1726 |   - |2804 |1037 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1719.53/1719.52	c  1649s|  9430k|  9362k|     0 |   0.0 |2602M|1726 |   - |2804 |1069 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1721.32/1721.35	c  1650s|  9440k|  9372k|     0 |   0.0 |2604M|1726 |   - |2804 |1063 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1723.13/1723.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1723.13/1723.19	c  1652s|  9450k|  9382k|     0 |   0.0 |2607M|1726 |   - |2804 |1063 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1724.92/1724.99	c  1654s|  9460k|  9392k|     0 |   0.0 |2610M|1726 |   - |2804 |1066 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1726.83/1726.82	c  1655s|  9470k|  9402k|     0 |   0.0 |2612M|1726 |   - |2804 |1074 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1728.63/1728.65	c  1657s|  9480k|  9412k|     0 |   0.0 |2615M|1726 |   - |2804 |1062 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1730.53/1730.52	c  1659s|  9490k|  9422k|     0 |   0.0 |2618M|1726 |   - |2804 |1094 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1732.33/1732.34	c  1660s|  9500k|  9432k|     0 |   0.0 |2621M|1726 |   - |2804 |1098 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1734.13/1734.19	c  1662s|  9510k|  9442k|     0 |   0.0 |2623M|1726 |   - |2804 |1015 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1736.03/1736.04	c  1664s|  9520k|  9452k|     0 |   0.0 |2626M|1726 |   - |2804 |1027 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1737.83/1737.89	c  1666s|  9530k|  9462k|     0 |   0.0 |2629M|1726 |   - |2804 |1080 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1739.73/1739.74	c  1667s|  9540k|  9472k|     0 |   0.0 |2631M|1726 |   - |2804 |1072 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1741.53/1741.54	c  1669s|  9550k|  9482k|     0 |   0.0 |2634M|1726 |   - |2804 |1053 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1743.32/1743.35	c  1671s|  9560k|  9492k|     0 |   0.0 |2637M|1726 |   - |2804 |1022 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1745.13/1745.14	c  1672s|  9570k|  9502k|     0 |   0.0 |2640M|1726 |   - |2804 |1044 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1746.93/1746.95	c  1674s|  9580k|  9511k|     0 |   0.0 |2642M|1726 |   - |2804 |1035 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1748.73/1748.76	c  1676s|  9590k|  9521k|     0 |   0.0 |2645M|1726 |   - |2804 |1059 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1750.53/1750.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1750.53/1750.58	c  1677s|  9600k|  9531k|     0 |   0.0 |2648M|1726 |   - |2804 |1065 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1752.43/1752.44	c  1679s|  9610k|  9541k|     0 |   0.0 |2651M|1726 |   - |2804 | 992 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1754.23/1754.26	c  1681s|  9620k|  9551k|     0 |   0.0 |2653M|1726 |   - |2804 | 991 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1756.03/1756.09	c  1682s|  9630k|  9561k|     0 |   0.0 |2656M|1726 |   - |2804 |1002 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1757.83/1757.89	c  1684s|  9640k|  9571k|     0 |   0.0 |2659M|1726 |   - |2804 | 972 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1759.73/1759.72	c  1686s|  9650k|  9581k|     0 |   0.0 |2661M|1726 |   - |2804 | 962 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1761.53/1761.54	c  1687s|  9660k|  9591k|     0 |   0.0 |2664M|1726 |   - |2804 |1015 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1763.34/1763.38	c  1689s|  9670k|  9601k|     0 |   0.0 |2667M|1726 |   - |2804 |1010 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1765.23/1765.26	c  1691s|  9680k|  9611k|     0 |   0.0 |2670M|1726 |   - |2804 |1024 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1767.03/1767.06	c  1692s|  9690k|  9621k|     0 |   0.0 |2672M|1726 |   - |2804 |1087 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1768.83/1768.88	c  1694s|  9700k|  9631k|     0 |   0.0 |2675M|1726 |   - |2804 |1092 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1770.63/1770.68	c  1696s|  9710k|  9641k|     0 |   0.0 |2678M|1726 |   - |2804 |1083 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1772.53/1772.53	c  1697s|  9720k|  9650k|     0 |   0.0 |2681M|1726 |   - |2804 |1039 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1774.34/1774.32	c  1699s|  9730k|  9660k|     0 |   0.0 |2683M|1726 |   - |2804 |1011 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1776.13/1776.16	c  1701s|  9740k|  9670k|     0 |   0.0 |2686M|1726 |   - |2804 |1024 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1777.93/1777.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1777.93/1777.98	c  1703s|  9750k|  9680k|     0 |   0.0 |2689M|1726 |   - |2804 |1046 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1779.83/1779.85	c  1704s|  9760k|  9690k|     0 |   0.0 |2692M|1726 |   - |2804 |1099 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1781.63/1781.67	c  1706s|  9770k|  9700k|     0 |   0.0 |2694M|1726 |   - |2804 |1036 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1783.43/1783.49	c  1708s|  9780k|  9710k|     0 |   0.0 |2697M|1726 |   - |2804 |1035 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1785.34/1785.32	c  1709s|  9790k|  9720k|     0 |   0.0 |2700M|1726 |   - |2804 |1060 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1787.13/1787.13	c  1711s|  9800k|  9730k|     0 |   0.0 |2703M|1726 |   - |2804 |1043 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1788.93/1788.96	c  1713s|  9810k|  9740k|     0 |   0.0 |2705M|1726 |   - |2804 |1047 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1790.84/1790.81	c  1714s|  9820k|  9750k|     0 |   0.0 |2708M|1726 |   - |2804 |1071 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1792.63/1792.65	c  1716s|  9830k|  9760k|     0 |   0.0 |2711M|1726 |   - |2804 |1062 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1794.53/1794.52	c  1718s|  9840k|  9770k|     0 |   0.0 |2713M|1726 |   - |2804 |1051 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1796.34/1796.31	c  1719s|  9850k|  9779k|     0 |   0.0 |2716M|1726 |   - |2804 |1046 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1798.13/1798.14	c  1721s|  9860k|  9789k|     0 |   0.0 |2719M|1726 |   - |2804 |1045 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1799.93/1799.99	c  1723s|  9870k|  9799k|     0 |   0.0 |2722M|1726 |   - |2804 |1054 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 7.085000e+03 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1722.77
1800.03/1800.00	c Solving Nodes      : 9870040
1800.03/1800.00	c Primal Bound       : +7.08500000000000e+03 (3 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v x2520 x2519 x2518 x2517 x2516 x2515 x2514 x2513 x2512 x2511 x2510 x2509 x2508 x2507 x2506 x2505 x2504 x2503 x2502 x2501 x2500 x2499 
1800.03/1800.00	v x2498 x2497 x2496 x2495 x2494 x2493 x2492 x2491 x2490 x2489 x2488 x2487 x2486 x2485 x2484 x2483 x2482 x2481 x2480 x2479 
1800.03/1800.00	v x2478 x2477 x2476 x2475 x2474 x2473 x2472 x2471 x2470 x2469 x2468 x2467 x2466 x2465 x2464 x2463 x2462 x2461 x2460 x2459 x2458 
1800.03/1800.00	v x2457 x2456 x2455 x2454 x2453 x2452 x2451 x2450 x2449 x2448 x2447 x2446 x2445 x2444 x2443 x2442 x2441 x2440 x2439 x2438 x2437 
1800.03/1800.00	v x2436 x2435 x2434 x2433 x2432 x2431 x2430 x2429 x2428 x2427 x2426 x2425 x2424 x2423 x2422 x2421 x2420 x2419 x2418 x2417 x2416 
1800.03/1800.00	v x2415 x2414 x2413 x2412 x2411 x2410 x2409 x2408 x2407 x2406 x2405 x2404 x2403 x2402 x2401 x2400 x2399 x2398 x2397 x2396 x2395 
1800.03/1800.00	v x2394 x2393 x2392 x2391 x2390 x2389 x2388 x2387 x2386 x2385 x2384 x2383 x2382 x2381 x2380 x2379 x2378 x2377 x2376 x2375 x2374 
1800.03/1800.00	v x2373 x2372 x2371 x2370 x2369 x2368 x2367 x2366 x2365 x2364 x2363 x2362 x2361 x2360 x2359 x2358 x2357 x2356 x2355 x2354 
1800.03/1800.00	v x2353 x2352 x2351 x2350 x2349 x2348 x2347 x2346 x2345 x2344 x2343 x2342 x2341 x2340 x2339 x2338 x2337 x2336 x2335 x2334 x2333 
1800.03/1800.00	v x2332 x2331 x2330 x2329 x2328 x2327 x2326 x2325 x2324 x2323 x2322 x2321 x2320 x2319 x2318 x2317 x2316 x2315 x2314 x2313 x2312 
1800.03/1800.00	v x2311 x2310 x2309 x2308 x2307 x2306 x2305 x2304 x2303 x2302 x2301 x2300 x2299 x2298 x2297 x2296 x2295 x2294 x2293 x2292 x2291 
1800.03/1800.00	v x2290 x2289 x2288 x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 x2279 x2278 x2277 x2276 x2275 x2274 x2273 x2272 x2271 x2270 
1800.03/1800.00	v x2269 x2268 x2267 x2266 x2265 x2264 x2263 x2262 x2261 x2260 x2259 x2258 x2257 x2256 x2255 x2254 x2253 x2252 x2251 x2250 x2249 
1800.03/1800.00	v x2248 x2247 x2246 x2245 x2244 x2243 x2242 x2241 x2240 x2239 x2238 x2237 x2236 x2235 x2234 x2233 x2232 x2231 x2230 x2229 
1800.03/1800.00	v x2228 x2227 x2226 x2225 x2224 x2223 x2222 x2221 x2220 x2219 x2218 x2217 x2216 x2215 x2214 x2213 x2212 x2211 x2210 x2209 x2208 
1800.03/1800.00	v x2207 x2206 x2205 x2204 x2203 x2202 x2201 x2200 x2199 x2198 x2197 x2196 x2195 x2194 x2193 x2192 x2191 x2190 x2189 x2188 x2187 
1800.03/1800.00	v x2186 x2185 x2184 x2183 x2182 x2181 x2180 x2179 x2178 x2177 x2176 x2175 x2174 x2173 x2172 x2171 x2170 x2169 x2168 x2167 x2166 
1800.03/1800.00	v x2165 x2164 x2163 x2162 x2161 x2160 x2159 x2158 x2157 x2156 x2155 x2154 x2153 x2152 x2151 x2150 x2149 x2148 x2147 x2146 x2145 
1800.03/1800.00	v x2144 x2143 x2142 x2141 x2140 x2139 x2138 x2137 x2136 x2135 x2134 x2133 x2132 x2131 x2130 x2129 x2128 x2127 x2126 x2125 x2124 
1800.03/1800.00	v x2123 x2122 x2121 x2120 x2119 x2118 x2117 x2116 x2115 x2114 x2113 x2112 x2111 x2110 x2109 x2108 x2107 x2106 x2105 x2104 
1800.03/1800.00	v x2103 x2102 x2101 x2100 x2099 x2098 x2097 x2096 x2095 x2094 x2093 x2092 x2091 x2090 x2089 x2088 x2087 x2086 x2085 x2084 x2083 
1800.03/1800.00	v x2082 x2081 x2080 x2079 x2078 x2077 x2076 x2075 x2074 x2073 x2072 x2071 x2070 x2069 x2068 x2067 x2066 x2065 x2064 x2063 x2062 
1800.03/1800.00	v x2061 x2060 x2059 x2058 x2057 x2056 x2055 x2054 x2053 x2052 x2051 x2050 x2049 x2048 x2047 x2046 x2045 x2044 x2043 x2042 x2041 
1800.03/1800.00	v x2040 x2039 x2038 x2037 x2036 x2035 x2034 x2033 x2032 x2031 x2030 x2029 x2028 x2027 x2026 x2025 x2024 x2023 x2022 x2021 x2020 
1800.03/1800.00	v x2019 x2018 x2017 x2016 x2015 x2014 x2013 x2012 x2011 x2010 x2009 x2008 x2007 x2006 x2005 x2004 x2003 x2002 x2001 x2000 x1999 
1800.03/1800.00	v x1998 x1997 x1996 x1995 x1994 x1993 x1992 x1991 x1990 x1989 x1988 x1987 x1986 x1985 x1984 x1983 x1982 x1981 x1980 x1979 
1800.03/1800.00	v x1978 x1977 x1976 x1975 x1974 x1973 x1972 x1971 x1970 x1969 x1968 x1967 x1966 x1965 x1964 x1963 x1962 x1961 x1960 x1959 x1958 
1800.03/1800.00	v x1957 x1956 x1955 x1954 x1953 x1952 x1951 x1950 x1949 x1948 x1947 x1946 x1945 x1944 x1943 x1942 x1941 x1940 x1939 x1938 x1937 
1800.03/1800.00	v x1936 x1935 x1934 x1933 x1932 x1931 x1930 x1929 x1928 x1927 x1926 x1925 x1924 x1923 x1922 x1921 x1920 x1919 x1918 x1917 x1916 
1800.03/1800.00	v x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 x1907 x1906 x1905 x1904 x1903 x1902 x1901 x1900 x1899 x1898 x1897 x1896 x1895 
1800.03/1800.00	v x1894 x1893 x1892 x1891 x1890 x1889 x1888 x1887 x1886 x1885 x1884 x1883 x1882 x1881 x1880 x1879 x1878 x1877 x1876 x1875 x1874 
1800.03/1800.00	v x1873 x1872 x1871 x1870 x1869 x1868 x1867 x1866 x1865 x1864 x1863 x1862 x1861 x1860 x1859 x1858 x1857 x1856 x1855 x1854 
1800.03/1800.00	v x1853 x1852 x1851 x1850 x1849 x1848 x1847 x1846 x1845 x1844 x1843 x1842 x1841 x1840 x1839 x1838 x1837 x1836 x1835 x1834 x1833 
1800.03/1800.00	v x1832 x1831 x1830 x1829 x1828 x1827 x1826 x1825 x1824 x1823 x1822 x1821 x1820 x1819 x1818 x1817 x1816 x1815 x1814 x1813 x1812 
1800.03/1800.00	v x1811 x1810 x1809 x1808 x1807 x1806 x1805 x1804 x1803 x1802 x1801 x1800 x1799 x1798 x1797 x1796 x1795 x1794 x1793 x1792 x1791 
1800.03/1800.00	v x1790 x1789 x1788 x1787 x1786 x1785 x1784 x1783 x1782 x1781 x1780 x1779 x1778 x1777 x1776 x1775 x1774 x1773 x1772 x1771 x1770 
1800.03/1800.00	v x1769 x1768 x1767 x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 x1758 x1757 x1756 x1755 x1754 x1753 x1752 x1751 x1750 x1749 
1800.03/1800.00	v x1748 x1747 x1746 x1745 x1744 x1743 x1742 x1741 x1740 x1739 x1738 x1737 x1736 x1735 x1734 x1733 x1732 x1731 x1730 x1729 
1800.03/1800.00	v x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 x1720 x1719 x1718 x1717 x1716 x1715 x1714 x1713 x1712 x1711 x1710 x1709 x1708 
1800.03/1800.00	v x1707 x1706 x1705 x1704 x1703 x1702 x1701 x1700 x1699 x1698 x1697 x1696 x1695 x1694 x1693 x1692 x1691 x1690 x1689 x1688 x1687 
1800.03/1800.00	v x1686 x1685 x1684 x1683 x1682 x1681 x1680 x1679 x1678 x1677 x1676 x1675 x1674 x1673 x1672 x1671 x1670 x1669 x1668 x1667 x1666 
1800.03/1800.00	v x1665 x1664 x1663 x1662 x1661 x1660 x1659 x1658 x1657 x1656 x1655 x1654 x1653 x1652 x1651 x1650 x1649 x1648 x1647 x1646 x1645 
1800.03/1800.00	v x1644 x1643 x1642 x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 x1628 x1627 x1626 x1625 x1624 
1800.03/1800.00	v x1623 x1622 x1621 x1620 x1619 x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 
1800.03/1800.00	v x1603 x1602 x1601 x1600 x1599 x1598 x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 x1588 x1587 x1586 x1585 x1584 x1583 
1800.03/1800.00	v x1582 x1581 x1580 x1579 x1578 x1577 x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 x1568 x1567 x1566 x1565 x1564 x1563 x1562 
1800.03/1800.00	v x1561 x1560 x1559 x1558 x1557 x1556 x1555 x1554 x1553 x1552 x1551 x1550 x1549 x1548 x1547 x1546 x1545 x1544 x1543 x1542 x1541 
1800.03/1800.00	v x1540 x1539 x1538 x1537 x1536 x1535 x1534 x1533 x1532 x1531 x1530 x1529 x1528 x1527 x1526 x1525 x1524 x1523 x1522 x1521 x1520 
1800.03/1800.00	v x1519 x1518 x1517 x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 x1503 x1502 x1501 x1500 x1499 
1800.03/1800.00	v x1498 x1497 x1496 x1495 x1494 x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 x1484 x1483 x1482 x1481 x1480 x1479 
1800.03/1800.00	v x1478 x1477 x1476 x1475 x1474 x1473 x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 x1463 x1462 x1461 x1460 x1459 x1458 
1800.03/1800.00	v x1457 x1456 x1455 x1454 x1453 x1452 x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 x1443 x1442 x1441 x1440 x1439 x1438 x1437 
1800.03/1800.00	v x1436 x1435 x1434 x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 x1420 x1419 x1418 x1417 x1416 
1800.03/1800.00	v x1415 x1414 x1413 x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 x1399 x1398 x1397 x1396 x1395 
1800.03/1800.00	v x1394 x1393 x1392 x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 x1378 x1377 x1376 x1375 x1374 
1800.03/1800.00	v x1373 x1372 x1371 x1370 x1369 x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 x1359 x1358 x1357 x1356 x1355 x1354 
1800.03/1800.00	v x1353 x1352 x1351 x1350 x1349 x1348 x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 x1338 x1337 x1336 x1335 x1334 x1333 
1800.03/1800.00	v x1332 x1331 x1330 x1329 x1328 x1327 x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 x1318 x1317 x1316 x1315 x1314 x1313 x1312 
1800.03/1800.00	v x1311 x1310 x1309 x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 x1295 x1294 x1293 x1292 x1291 
1800.03/1800.00	v x1290 x1289 x1288 x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 x1274 x1273 x1272 x1271 x1270 
1800.03/1800.00	v x1269 x1268 x1267 x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 x1253 x1252 x1251 x1250 x1249 
1800.03/1800.00	v x1248 x1247 x1246 x1245 x1244 x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 x1234 x1233 x1232 x1231 x1230 x1229 
1800.03/1800.00	v x1228 x1227 x1226 x1225 x1224 x1223 x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 x1213 x1212 x1211 x1210 x1209 x1208 
1800.03/1800.00	v x1207 x1206 x1205 x1204 x1203 x1202 x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 x1193 x1192 x1191 x1190 x1189 x1188 x1187 
1800.03/1800.00	v x1186 x1185 x1184 x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 x1170 x1169 x1168 x1167 x1166 
1800.03/1800.00	v x1165 x1164 x1163 x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 x1149 x1148 x1147 x1146 x1145 
1800.03/1800.00	v x1144 x1143 x1142 x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 x1128 x1127 x1126 x1125 x1124 
1800.03/1800.00	v x1123 x1122 x1121 x1120 x1119 x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 x1109 x1108 x1107 x1106 x1105 x1104 
1800.03/1800.00	v x1103 x1102 x1101 x1100 x1099 x1098 x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 x1088 x1087 x1086 x1085 x1084 x1083 
1800.03/1800.00	v x1082 x1081 x1080 x1079 x1078 x1077 x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 x1068 x1067 x1066 x1065 x1064 x1063 x1062 
1800.03/1800.00	v x1061 x1060 x1059 x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 x1045 x1044 x1043 x1042 x1041 
1800.03/1800.00	v x1040 x1039 x1038 x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 x1024 x1023 x1022 x1021 x1020 
1800.03/1800.00	v x1019 x1018 x1017 x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 x1003 x1002 x1001 x1000 x999 
1800.03/1800.00	v x998 x997 x996 x995 x994 x993 x992 x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 x981 x980 x979 x978 x977 x976 x975 x974 
1800.03/1800.00	v x973 x972 x971 x970 x969 x968 x967 x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 x956 x955 x954 x953 x952 x951 x950 x949 
1800.03/1800.00	v x948 x947 x946 x945 x944 x943 x942 x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 x931 x930 x929 x928 x927 x926 x925 x924 
1800.03/1800.00	v x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 x904 x903 x902 x901 x900 x899 
1800.03/1800.00	v x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 x879 x878 x877 x876 x875 x874 
1800.03/1800.00	v x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 x854 x853 x852 x851 x850 x849 
1800.03/1800.00	v x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 x829 x828 x827 x826 x825 x824 
1800.03/1800.00	v x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 x804 x803 x802 x801 x800 x799 
1800.03/1800.00	v x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 x779 x778 x777 x776 x775 x774 
1800.03/1800.00	v x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 x754 x753 x752 x751 x750 x749 
1800.03/1800.00	v x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 x724 
1800.03/1800.00	v x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 x699 
1800.03/1800.00	v x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 x674 
1800.03/1800.00	v x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 x649 
1800.03/1800.00	v x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 x624 
1800.03/1800.00	v x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 x599 
1800.03/1800.00	v x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 x574 
1800.03/1800.00	v x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 x549 
1800.03/1800.00	v x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 x524 
1800.03/1800.00	v x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 x499 
1800.03/1800.00	v x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 x474 
1800.03/1800.00	v x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 x449 
1800.03/1800.00	v x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 x424 
1800.03/1800.00	v x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 x399 
1800.03/1800.00	v x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 x374 
1800.03/1800.00	v x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 x349 
1800.03/1800.00	v x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 x324 
1800.03/1800.00	v x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 x299 
1800.03/1800.00	v x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 x274 
1800.03/1800.00	v x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 x249 
1800.03/1800.00	v x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 x224 
1800.03/1800.01	v x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 x199 
1800.03/1800.01	v x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 x174 
1800.03/1800.01	v x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 x149 
1800.03/1800.01	v x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 x124 
1800.03/1800.01	v x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 x99 
1800.03/1800.01	v x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 
1800.03/1800.01	v x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 
1800.03/1800.01	v x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 
1800.03/1800.01	v x3 x2 x1 
1800.03/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.01	c Solving Time       :    1722.77
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-2693999-1277920816.wbo
1800.03/1800.01	c   Variables        : 2804 (2662 binary, 0 integer, 0 implicit integer, 142 continuous)
1800.03/1800.01	c   Constraints      : 285 initial, 285 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-2693999-1277920816.wbo
1800.03/1800.01	c   Variables        : 2804 (2662 binary, 0 integer, 0 implicit integer, 142 continuous)
1800.03/1800.01	c   Constraints      : 284 initial, 30863 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.00          0          0          0        142          0          1          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :        142          0       1503          0       1273          0        178          0          0          0
1800.03/1800.01	c   linear           :        142          0   10452627          0    9835016      34882    4145541          0          0          0
1800.03/1800.01	c   logicor          :          0+         0    1198874          0          0        239      65958          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0    9835016          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c   linear           :     105.84       0.00     102.70       0.00       3.14
1800.03/1800.01	c   logicor          :       4.78       0.00       4.78       0.00       0.00
1800.03/1800.01	c   countsols        :       1.29       0.00       0.00       0.00       1.29
1800.03/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :       1.87          2          0          0
1800.03/1800.01	c   rootredcost      :       1.59          0          0          0
1800.03/1800.01	c   pseudoobj        :      38.19   10452427          0          0
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :      54.13      35121      35121     676312      266.8     733278       32.9          -
1800.03/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -     350714       33.9          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -         18      334.5          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :    1432.14    9835016          0          0          0          0   19670032
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   oneopt           :       1.72          0          0
1800.03/1800.01	c   trivial          :       0.00          2          2
1800.03/1800.01	c   simplerounding   :       0.00          0          0
1800.03/1800.01	c   zirounding       :       0.00          0          0
1800.03/1800.01	c   rounding         :       0.00          0          0
1800.03/1800.01	c   shifting         :       0.00          0          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   feaspump         :       0.00          0          0
1800.03/1800.01	c   coefdiving       :       0.00          0          0
1800.03/1800.01	c   pscostdiving     :       0.00          0          0
1800.03/1800.01	c   fracdiving       :       0.00          0          0
1800.03/1800.01	c   veclendiving     :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   objpscostdiving  :       0.00          0          0
1800.03/1800.01	c   rootsoldiving    :       0.00          0          0
1800.03/1800.01	c   linesearchdiving :       0.00          0          0
1800.03/1800.01	c   guideddiving     :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.00          0          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   crossover        :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   nlp              :       1.80          0          0
1800.03/1800.01	c   trysol           :       1.73          1          1
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :    9870040
1800.03/1800.01	c   nodes (total)    :    9870040
1800.03/1800.01	c   nodes left       :    9799890
1800.03/1800.01	c   max depth        :       1726
1800.03/1800.01	c   max depth (total):       1726
1800.03/1800.01	c   backtracks       :      13946 (0.1%)
1800.03/1800.01	c   delayed cutoffs  :        103
1800.03/1800.01	c   repropagations   :       5265 (8514 domain reductions, 97 cutoffs)
1800.03/1800.01	c   avg switch length:       2.38
1800.03/1800.01	c   switching time   :      55.92
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :          3 (1 improvements)
1800.03/1800.01	c   First Solution   : +7.08500000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : +7.08500000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :          0

Verifier Data

OK	3720

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693999-1277920816/watcher-2693999-1277920816 -o /tmp/evaluation-result-2693999-1277920816/solver-2693999-1277920816 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693999-1277920816.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.03 2.09 2.07 4/178 15386
/proc/meminfo: memFree=30528512/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=9180 CPUtime=0
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 1728 0 0 0 0 0 0 0 25 0 1 0 133377934 9400320 1651 4089446400 4194304 7136930 140734307096576 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15386/statm: 2295 1669 275 719 0 1574 0

[startup+0.060688 s]
/proc/loadavg: 2.03 2.09 2.07 4/178 15386
/proc/meminfo: memFree=30528512/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=18828 CPUtime=0.05
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 4649 0 0 0 4 1 0 0 25 0 1 0 133377934 19279872 3961 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 4707 3961 383 719 0 3986 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18828

[startup+0.100676 s]
/proc/loadavg: 2.03 2.09 2.07 4/178 15386
/proc/meminfo: memFree=30528512/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=19100 CPUtime=0.09
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 4692 0 0 0 8 1 0 0 25 0 1 0 133377934 19558400 4004 4089446400 4194304 7136930 140734307096576 18446744073709551615 4407804 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 4775 4004 383 719 0 4054 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19100

[startup+0.300641 s]
/proc/loadavg: 2.03 2.09 2.07 4/178 15386
/proc/meminfo: memFree=30528512/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=20684 CPUtime=0.29
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 5104 0 0 0 28 1 0 0 25 0 1 0 133377934 21180416 4416 4089446400 4194304 7136930 140734307096576 18446744073709551615 5892267 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 5171 4416 390 719 0 4450 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20684

[startup+0.700573 s]
/proc/loadavg: 2.03 2.09 2.07 4/178 15386
/proc/meminfo: memFree=30528512/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=21588 CPUtime=0.69
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 5353 0 0 0 66 3 0 0 25 0 1 0 133377934 22106112 4665 4089446400 4194304 7136930 140734307096576 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 5397 4665 390 719 0 4676 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21588

[startup+1.50043 s]
/proc/loadavg: 2.03 2.09 2.07 3/179 15387
/proc/meminfo: memFree=30505192/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=23120 CPUtime=1.49
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 5758 0 0 0 144 5 0 0 25 0 1 0 133377934 23674880 5070 4089446400 4194304 7136930 140734307096576 18446744073709551615 5892349 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 5780 5070 390 719 0 5059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23120

[startup+3.10016 s]
/proc/loadavg: 2.03 2.09 2.07 3/179 15387
/proc/meminfo: memFree=30497628/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=26620 CPUtime=3.09
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 6655 0 0 0 300 9 0 0 25 0 1 0 133377934 27258880 5967 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 6655 5967 390 719 0 5934 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26620

[startup+6.30058 s]
/proc/loadavg: 2.03 2.09 2.07 3/179 15388
/proc/meminfo: memFree=30482908/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=32800 CPUtime=6.29
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 8277 0 0 0 606 23 0 0 25 0 1 0 133377934 33587200 7589 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 8200 7589 390 719 0 7479 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32800

[startup+12.7005 s]
/proc/loadavg: 2.02 2.08 2.07 3/179 15388
/proc/meminfo: memFree=30448580/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=47040 CPUtime=12.69
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 11439 0 0 0 1226 43 0 0 25 0 1 0 133377934 48168960 10751 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 11760 10751 390 719 0 11039 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47040

[startup+25.5002 s]
/proc/loadavg: 2.02 2.08 2.07 3/179 15389
/proc/meminfo: memFree=30385116/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=68912 CPUtime=25.49
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 17195 0 0 0 2464 85 0 0 25 0 1 0 133377934 70565888 16507 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 17228 16507 390 719 0 16507 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68912

[startup+51.1007 s]
/proc/loadavg: 2.01 2.07 2.07 3/179 15398
/proc/meminfo: memFree=30256300/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=121328 CPUtime=51.09
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 29903 0 0 0 4934 175 0 0 25 0 1 0 133377934 124239872 29215 4089446400 4194304 7136930 140734307096576 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15386/statm: 30332 29215 390 719 0 29611 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121328

[startup+102.307 s]
/proc/loadavg: 2.00 2.06 2.06 3/179 15400
/proc/meminfo: memFree=29973560/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=262252 CPUtime=102.29
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 63929 0 0 0 9850 379 0 0 25 0 1 0 133377934 268546048 63202 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 65563 63202 390 719 0 64842 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 262252

[startup+162.301 s]
/proc/loadavg: 2.00 2.05 2.06 3/179 15401
/proc/meminfo: memFree=29741608/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=351412 CPUtime=162.29
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 87481 0 0 0 15679 550 0 0 25 0 1 0 133377934 359845888 86754 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 87853 86754 390 719 0 87132 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 351412

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/179 15402
/proc/meminfo: memFree=29505460/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=457944 CPUtime=222.29
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 111256 0 0 0 21498 731 0 0 25 0 1 0 133377934 468934656 110529 4089446400 4194304 7136930 140734307096576 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 114486 110529 390 719 0 113765 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 457944

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.04 3/179 15404
/proc/meminfo: memFree=29235992/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=544648 CPUtime=282.29
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 134189 0 0 0 27316 913 0 0 25 0 1 0 133377934 557719552 133462 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 136162 133462 390 719 0 135441 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 544648

[startup+342.3 s]
/proc/loadavg: 2.07 2.04 2.04 3/179 15406
/proc/meminfo: memFree=28964484/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=631468 CPUtime=342.29
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 157112 0 0 0 33138 1091 0 0 25 0 1 0 133377934 646623232 156385 4089446400 4194304 7136930 140734307096576 18446744073709551615 5909010 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 157867 156385 390 719 0 157146 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 631468

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/179 15408
/proc/meminfo: memFree=28698448/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=754676 CPUtime=402.3
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 180986 0 0 0 38953 1277 0 0 25 0 1 0 133377934 772788224 180259 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 188669 180259 390 719 0 187948 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 754676

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.03 3/179 15409
/proc/meminfo: memFree=28428052/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=842524 CPUtime=462.3
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 204227 0 0 0 44774 1456 0 0 25 0 1 0 133377934 862744576 203500 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 210631 203500 390 719 0 209910 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 842524

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 15410
/proc/meminfo: memFree=28155932/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=928024 CPUtime=522.3
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 226840 0 0 0 50590 1640 0 0 25 0 1 0 133377934 950296576 226113 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 232006 226113 390 719 0 231285 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 928024

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 15412
/proc/meminfo: memFree=27883424/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=1019932 CPUtime=582.3
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 251094 0 0 0 56403 1827 0 0 25 0 1 0 133377934 1044410368 250367 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 254983 250367 390 719 0 254262 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1019932

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 15414
/proc/meminfo: memFree=27671576/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=1106204 CPUtime=642.31
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 273924 0 0 0 62221 2010 0 0 25 0 1 0 133377934 1132752896 273197 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 276551 273197 390 719 0 275830 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1106204

[startup+702.3 s]

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

/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 436723 0 0 0 102971 3261 0 0 25 0 1 0 133377934 1830555648 435996 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436499 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 446913 435996 390 719 0 446192 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1787652

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15426
/proc/meminfo: memFree=25866932/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=1874336 CPUtime=1122.31
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 459681 0 0 0 108791 3440 0 0 25 0 1 0 133377934 1919320064 458954 4089446400 4194304 7136930 140734307096576 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 468584 458954 390 719 0 467863 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1874336

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15428
/proc/meminfo: memFree=25769540/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=1966264 CPUtime=1182.32
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 483913 0 0 0 114616 3616 0 0 25 0 1 0 133377934 2013454336 483186 4089446400 4194304 7136930 140734307096576 18446744073709551615 4407868 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 491566 483186 390 719 0 490845 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1966264

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15430
/proc/meminfo: memFree=25679436/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2050776 CPUtime=1242.32
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 506334 0 0 0 120441 3791 0 0 25 0 1 0 133377934 2099994624 505607 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15386/statm: 512694 505607 390 719 0 511973 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2050776

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15560
/proc/meminfo: memFree=29241840/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2141524 CPUtime=1302.32
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 530283 0 0 0 126140 4092 0 0 25 0 1 0 133377934 2192920576 529556 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 535381 529556 390 719 0 534660 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 2141524

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15561
/proc/meminfo: memFree=29036156/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2228948 CPUtime=1362.32
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 553387 0 0 0 131726 4506 0 0 25 0 1 0 133377934 2282442752 552660 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 557237 552660 390 719 0 556516 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 2228948

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15562
/proc/meminfo: memFree=28800608/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2315900 CPUtime=1422.33
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 576401 0 0 0 137320 4913 0 0 25 0 1 0 133377934 2371481600 575674 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 578975 575674 390 719 0 578254 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 2315900

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15564
/proc/meminfo: memFree=28538408/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2406536 CPUtime=1482.32
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 600325 0 0 0 142898 5334 0 0 25 0 1 0 133377934 2464292864 599598 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 601634 599598 390 719 0 600913 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 2406536

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15566
/proc/meminfo: memFree=28346488/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2621408 CPUtime=1542.32
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 622535 0 0 0 148484 5748 0 0 25 0 1 0 133377934 2684321792 621808 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 655352 621808 390 719 0 654631 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 2621408

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15568
/proc/meminfo: memFree=28147624/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2712352 CPUtime=1602.33
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 646535 0 0 0 154043 6190 0 0 25 0 1 0 133377934 2777448448 645808 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 678088 645808 390 719 0 677367 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2712352

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15569
/proc/meminfo: memFree=27948772/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2801208 CPUtime=1662.33
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 670016 0 0 0 159596 6637 0 0 25 0 1 0 133377934 2868436992 669289 4089446400 4194304 7136930 140734307096576 18446744073709551615 4643155 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 700302 669289 390 719 0 699581 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2801208

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15570
/proc/meminfo: memFree=27751060/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2889468 CPUtime=1722.33
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 693339 0 0 0 165119 7114 0 0 25 0 1 0 133377934 2958815232 692612 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 722367 692612 390 719 0 721646 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 2889468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15572
/proc/meminfo: memFree=27553452/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=2977260 CPUtime=1782.33
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 716549 0 0 0 170647 7586 0 0 25 0 1 0 133377934 3048714240 715822 4089446400 4194304 7136930 140734307096576 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 744315 715822 390 719 0 743594 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 2977260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15572
/proc/meminfo: memFree=27493532/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=3004420 CPUtime=1800.03
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 723719 0 0 0 172277 7726 0 0 25 0 1 0 133377934 3076526080 722992 4089446400 4194304 7136930 140734307096576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15386/statm: 751105 722992 390 719 0 750384 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3004420

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15386

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15573
/proc/meminfo: memFree=27492532/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=3004420 CPUtime=1801.43
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 723751 0 0 0 172417 7726 0 0 19 0 1 0 133377934 3076526080 723024 4089446400 4194304 7136930 140734307096576 18446744073709551615 6166287 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15386/statm: 751105 723024 396 719 0 750384 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 3004420

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15573
/proc/meminfo: memFree=27490672/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=3004420 CPUtime=1801.83
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 723751 0 0 0 172457 7726 0 0 20 0 1 0 133377934 3076526080 723024 4089446400 4194304 7136930 140734307096576 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15386/statm: 751105 723024 396 719 0 750384 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 3004420

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15573
/proc/meminfo: memFree=27490672/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=3004420 CPUtime=1802.03
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4202496 723751 0 0 0 172477 7726 0 0 21 0 1 0 133377934 3076526080 723024 4089446400 4194304 7136930 140734307096576 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15386/statm: 751105 723024 396 719 0 750384 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 3004420

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15573
/proc/meminfo: memFree=27490672/32950928 swapFree=4192956/4192956
[pid=15386] ppid=15384 vsize=0 CPUtime=1802.13
/proc/15386/stat : 15386 (pbscip.linux.x8) R 15384 15386 14276 0 -1 4203524 723751 0 0 0 172477 7736 0 0 21 0 1 0 133377934 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15386/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.14
CPU user time (s): 1724.78
CPU system time (s): 77.3672
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3004420

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

runsolver used 2.93555 second user time and 5.97909 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 20:00:16
IDJOB=2693999
IDBENCH=79165
IDSOLVER=1206
FILE ID=node124/2693999-1277920816
PBS_JOBID= 11197343
Free space on /tmp= 130620 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-chnl35_36_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-2693999-1277920816/watcher-2693999-1277920816 -o /tmp/evaluation-result-2693999-1277920816/solver-2693999-1277920816 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693999-1277920816.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 02fb8a7818433044fe5d5a9a278599da
RANDOM SEED=2128039871

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30529164 kB
Buffers:        206408 kB
Cached:        1124288 kB
SwapCached:          0 kB
Active:        1467004 kB
Inactive:       838944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30529164 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3476 kB
Writeback:           0 kB
AnonPages:      975044 kB
Mapped:          15904 kB
Slab:            81104 kB
PageTables:       6272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:  1143084 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130616 MiB
End job on node124 at 2010-06-30 20:30:18