Trace number 2693970

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_20_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM8d28474a5cb37d0277ef3e3fb6ddbee0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.011997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables400
Total number of constraints60
Number of soft constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Top cost 2653
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2652
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693970-1277919652.wbo>
0.00/0.00	c original problem has 520 variables (460 bin, 0 int, 0 impl, 60 cont) and 121 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	o 2652
0.00/0.00	c feasible solution found by trivial heuristic, objective value  2.652000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 60 impls, 0 clqs
0.00/0.00	c (round 2) 0 del vars, 1 del conss, 60 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 60 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/460 (22.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 60 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  60 implications, 0 cliques
0.00/0.01	c presolved problem has 520 variables (460 bin, 0 int, 0 impl, 60 cont) and 120 constraints
0.00/0.01	c      60 constraints of type <indicator>
0.00/0.01	c      60 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |1215k|   0 |   - | 520 | 120 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
0.79/0.85	c   0.7s| 10000 |  8969 |     0 |   0.0 |6152k| 229 |   - | 520 |1804 |   0 |   0 |   0 |4393 |   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1.59/1.66	c   1.3s| 20000 | 17938 |     0 |   0.0 |9573k| 229 |   - | 520 | 739 |   0 |   0 |   0 |8719 |   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
2.39/2.48	c   2.0s| 30000 | 26620 |     0 |   0.0 |  13M| 229 |   - | 520 | 918 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
3.39/3.42	c   2.7s| 40000 | 34880 |     0 |   0.0 |  17M| 229 |   - | 520 |1306 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
4.49/4.55	c   3.7s| 50000 | 42502 |     0 |   0.0 |  22M| 229 |   - | 520 |1926 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
6.09/6.16	c   5.1s| 60000 | 48696 |     0 |   0.0 |  27M| 229 |   - | 520 |2513 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
7.09/7.14	c   5.9s| 70000 | 56942 |     0 |   0.0 |  30M| 243 |   - | 520 |1331 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
7.69/7.71	c   6.3s| 80000 | 66708 |     0 |   0.0 |  33M| 243 |   - | 520 |1319 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
8.49/8.54	c   6.9s| 90000 | 75515 |     0 |   0.0 |  37M| 243 |   - | 520 |1209 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
9.29/9.39	c   7.6s|100000 | 84283 |     0 |   0.0 |  41M| 243 |   - | 520 |1202 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
10.09/10.18	c   8.2s|110000 | 93182 |     0 |   0.0 |  44M| 243 |   - | 520 |1195 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
10.90/11.00	c   8.8s|120000 |102023 |     0 |   0.0 |  48M| 243 |   - | 520 |1303 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
11.79/11.83	c   9.5s|130000 |110848 |     0 |   0.0 |  52M| 243 |   - | 520 |1275 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
12.59/12.67	c  10.2s|140000 |119631 |     0 |   0.0 |  56M| 243 |   - | 520 |1243 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
13.49/13.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.49/13.51	c  10.8s|150000 |128372 |     0 |   0.0 |  60M| 243 |   - | 520 |1311 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
14.29/14.38	c  11.5s|160000 |137049 |     0 |   0.0 |  64M| 243 |   - | 520 |1315 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
15.19/15.26	c  12.2s|170000 |145679 |     0 |   0.0 |  68M| 243 |   - | 520 |1418 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
16.09/16.13	c  12.9s|180000 |154365 |     0 |   0.0 |  72M| 243 |   - | 520 |1372 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
16.99/17.03	c  13.7s|190000 |162982 |     0 |   0.0 |  76M| 243 |   - | 520 |1446 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
17.89/17.92	c  14.4s|200000 |171565 |     0 |   0.0 |  80M| 243 |   - | 520 |1459 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
18.79/18.82	c  15.1s|210000 |180168 |     0 |   0.0 |  84M| 243 |   - | 520 |1473 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
19.69/19.72	c  15.8s|220000 |188739 |     0 |   0.0 |  88M| 243 |   - | 520 |1371 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
20.59/20.65	c  16.6s|230000 |197246 |     0 |   0.0 |  92M| 243 |   - | 520 |1470 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
21.49/21.57	c  17.3s|240000 |205773 |     0 |   0.0 |  96M| 243 |   - | 520 |1535 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
22.50/22.51	c  18.1s|250000 |214272 |     0 |   0.0 | 100M| 243 |   - | 520 |1666 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
23.39/23.46	c  18.8s|260000 |222750 |     0 |   0.0 | 104M| 243 |   - | 520 |1497 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
24.39/24.44	c  19.6s|270000 |231129 |     0 |   0.0 | 108M| 243 |   - | 520 |1661 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
25.39/25.42	c  20.4s|280000 |239518 |     0 |   0.0 | 112M| 243 |   - | 520 |1814 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
26.29/26.39	c  21.3s|290000 |247904 |     0 |   0.0 | 116M| 243 |   - | 520 |1745 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
27.29/27.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.29/27.40	c  22.1s|300000 |256234 |     0 |   0.0 | 120M| 243 |   - | 520 |1834 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
28.39/28.44	c  22.9s|310000 |264470 |     0 |   0.0 | 124M| 243 |   - | 520 |1897 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
29.40/29.47	c  23.8s|320000 |272776 |     0 |   0.0 | 129M| 243 |   - | 520 |1755 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
30.49/30.56	c  24.7s|330000 |280879 |     0 |   0.0 | 133M| 243 |   - | 520 |1862 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
31.60/31.65	c  25.6s|340000 |288996 |     0 |   0.0 | 137M| 243 |   - | 520 |1873 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
32.69/32.75	c  26.5s|350000 |297071 |     0 |   0.0 | 141M| 243 |   - | 520 |1833 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
33.79/33.88	c  27.5s|360000 |305080 |     0 |   0.0 | 146M| 243 |   - | 520 |2062 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
35.00/35.01	c  28.4s|370000 |313144 |     0 |   0.0 | 150M| 243 |   - | 520 |1942 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
36.09/36.17	c  29.4s|380000 |321093 |     0 |   0.0 | 154M| 243 |   - | 520 |1988 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
37.29/37.38	c  30.4s|390000 |328907 |     0 |   0.0 | 159M| 243 |   - | 520 |2181 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
38.50/38.58	c  31.4s|400000 |336749 |     0 |   0.0 | 163M| 243 |   - | 520 |2099 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
39.79/39.81	c  32.5s|410000 |344503 |     0 |   0.0 | 167M| 243 |   - | 520 |2041 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
40.99/41.05	c  33.5s|420000 |352313 |     0 |   0.0 | 171M| 243 |   - | 520 |2262 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
42.29/42.32	c  34.6s|430000 |360020 |     0 |   0.0 | 176M| 243 |   - | 520 |2305 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
43.59/43.62	c  35.7s|440000 |367606 |     0 |   0.0 | 180M| 243 |   - | 520 |2486 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
44.89/44.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.89/44.91	c  36.8s|450000 |375241 |     0 |   0.0 | 185M| 243 |   - | 520 |2352 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
46.20/46.27	c  38.0s|460000 |382721 |     0 |   0.0 | 189M| 243 |   - | 520 |2311 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
47.59/47.61	c  39.1s|470000 |390234 |     0 |   0.0 | 193M| 243 |   - | 520 |2491 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
49.00/49.05	c  40.4s|480000 |397592 |     0 |   0.0 | 198M| 243 |   - | 520 |2585 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
50.39/50.46	c  41.6s|490000 |404978 |     0 |   0.0 | 203M| 243 |   - | 520 |2835 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
51.89/51.93	c  42.9s|500000 |412237 |     0 |   0.0 | 207M| 243 |   - | 520 |2647 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
53.30/53.39	c  44.1s|510000 |419492 |     0 |   0.0 | 212M| 243 |   - | 520 |2985 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
54.79/54.87	c  45.4s|520000 |426690 |     0 |   0.0 | 216M| 243 |   - | 520 |3088 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
56.39/56.42	c  46.8s|530000 |433751 |     0 |   0.0 | 221M| 243 |   - | 520 |2936 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
57.89/57.98	c  48.1s|540000 |440881 |     0 |   0.0 | 225M| 243 |   - | 520 |3087 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
59.60/59.69	c  49.6s|550000 |447846 |     0 |   0.0 | 230M| 243 |   - | 520 |3077 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
61.30/61.38	c  51.1s|560000 |454731 |     0 |   0.0 | 235M| 243 |   - | 520 |3096 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
63.00/63.09	c  52.6s|570000 |461495 |     0 |   0.0 | 240M| 243 |   - | 520 |3541 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
64.80/64.87	c  54.2s|580000 |468124 |     0 |   0.0 | 244M| 243 |   - | 520 |3490 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
66.59/66.67	c  55.8s|590000 |474787 |     0 |   0.0 | 249M| 243 |   - | 520 |3251 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
68.50/68.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.50/68.56	c  57.5s|600000 |481145 |     0 |   0.0 | 254M| 243 |   - | 520 |3719 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
70.49/70.54	c  59.3s|610000 |487440 |     0 |   0.0 | 259M| 243 |   - | 520 |3656 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
72.50/72.50	c  61.0s|620000 |493727 |     0 |   0.0 | 263M| 243 |   - | 520 |3547 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
74.59/74.65	c  63.0s|630000 |499672 |     0 |   0.0 | 268M| 243 |   - | 520 |4016 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
76.70/76.74	c  64.8s|640000 |505697 |     0 |   0.0 | 273M| 243 |   - | 520 |3843 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
78.89/78.94	c  66.8s|650000 |511456 |     0 |   0.0 | 278M| 243 |   - | 520 |4103 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
81.09/81.16	c  68.8s|660000 |517272 |     0 |   0.0 | 283M| 243 |   - | 520 |3973 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
83.50/83.54	c  71.0s|670000 |522847 |     0 |   0.0 | 288M| 243 |   - | 520 |3696 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
86.00/86.00	c  73.2s|680000 |528273 |     0 |   0.0 | 292M| 243 |   - | 520 |3656 |   0 |   0 |   0 | 557k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
88.59/88.65	c  75.6s|690000 |533300 |     0 |   0.0 | 298M| 243 |   - | 520 |3970 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
91.20/91.29	c  78.0s|700000 |538303 |     0 |   0.0 | 303M| 243 |   - | 520 |4483 |   0 |   0 |   0 | 593k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
93.99/94.02	c  80.5s|710000 |543239 |     0 |   0.0 | 308M| 243 |   - | 520 |4774 |   0 |   0 |   0 | 611k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
96.70/96.72	c  83.0s|720000 |548263 |     0 |   0.0 | 312M| 243 |   - | 520 |4084 |   0 |   0 |   0 | 629k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
99.39/99.46	c  85.5s|730000 |553114 |     0 |   0.0 | 317M| 243 |   - | 520 |4225 |   0 |   0 |   0 | 647k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
102.09/102.15	c  88.0s|740000 |557923 |     0 |   0.0 | 322M| 243 |   - | 520 |4026 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
104.80/104.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.80/104.81	c  90.4s|750000 |562828 |     0 |   0.0 | 327M| 243 |   - | 520 |4198 |   0 |   0 |   0 | 683k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
107.29/107.36	c  92.7s|760000 |567876 |     0 |   0.0 | 331M| 243 |   - | 520 |3794 |   0 |   0 |   0 | 700k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
109.50/109.55	c  94.7s|770000 |573479 |     0 |   0.0 | 336M| 243 |   - | 520 |3751 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
111.30/111.39	c  96.3s|780000 |579862 |     0 |   0.0 | 340M| 243 |   - | 520 |3521 |   0 |   0 |   0 | 727k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
113.20/113.21	c  97.9s|790000 |586261 |     0 |   0.0 | 345M| 243 |   - | 520 |3408 |   0 |   0 |   0 | 738k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
115.29/115.37	c  99.8s|800000 |591572 |     0 |   0.0 | 350M| 243 |   - | 520 |3885 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
115.79/115.88	c   100s|810000 |601561 |     0 |   0.0 | 352M| 267 |   - | 520 |1921 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
116.30/116.37	c   101s|820000 |611554 |     0 |   0.0 | 355M| 267 |   - | 520 |1651 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
116.79/116.84	c   101s|830000 |621543 |     0 |   0.0 | 358M| 279 |   - | 520 |1195 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
117.29/117.31	c   101s|840000 |631536 |     0 |   0.0 | 361M| 285 |   - | 520 | 901 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
117.70/117.78	c   101s|850000 |641511 |     0 |   0.0 | 364M| 285 |   - | 520 | 919 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
118.19/118.27	c   102s|860000 |651493 |     0 |   0.0 | 366M| 285 |   - | 520 | 888 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
118.70/118.76	c   102s|870000 |661476 |     0 |   0.0 | 369M| 298 |   - | 520 | 849 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
119.19/119.24	c   102s|880000 |671471 |     0 |   0.0 | 372M| 298 |   - | 520 | 828 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
119.69/119.73	c   103s|890000 |681448 |     0 |   0.0 | 375M| 298 |   - | 520 | 882 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
120.20/120.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.20/120.21	c   103s|900000 |691431 |     0 |   0.0 | 377M| 301 |   - | 520 | 859 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
120.59/120.69	c   103s|910000 |701418 |     0 |   0.0 | 380M| 301 |   - | 520 | 846 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
121.09/121.18	c   104s|920000 |711408 |     0 |   0.0 | 383M| 301 |   - | 520 | 806 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
121.59/121.67	c   104s|930000 |721388 |     0 |   0.0 | 386M| 301 |   - | 520 | 851 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
122.10/122.16	c   104s|940000 |731368 |     0 |   0.0 | 388M| 301 |   - | 520 | 888 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
122.59/122.65	c   105s|950000 |741365 |     0 |   0.0 | 391M| 301 |   - | 520 | 858 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
123.10/123.15	c   105s|960000 |751322 |     0 |   0.0 | 394M| 301 |   - | 520 | 928 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
123.60/123.64	c   105s|970000 |761313 |     0 |   0.0 | 397M| 301 |   - | 520 | 872 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
124.09/124.13	c   106s|980000 |771288 |     0 |   0.0 | 399M| 301 |   - | 520 | 860 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
124.59/124.62	c   106s|990000 |781276 |     0 |   0.0 | 402M| 301 |   - | 520 | 829 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
125.09/125.12	c   106s|  1000k|791240 |     0 |   0.0 | 405M| 301 |   - | 520 | 855 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
125.59/125.61	c   107s|  1010k|801205 |     0 |   0.0 | 408M| 301 |   - | 520 | 869 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
126.10/126.10	c   107s|  1020k|811181 |     0 |   0.0 | 410M| 301 |   - | 520 | 860 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
126.50/126.58	c   107s|  1030k|821179 |     0 |   0.0 | 413M| 301 |   - | 520 | 825 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
126.99/127.07	c   108s|  1040k|831164 |     0 |   0.0 | 416M| 301 |   - | 520 | 837 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
127.50/127.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.50/127.56	c   108s|  1050k|841140 |     0 |   0.0 | 419M| 301 |   - | 520 | 883 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
127.99/128.04	c   108s|  1060k|851122 |     0 |   0.0 | 422M| 301 |   - | 520 | 893 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
128.49/128.53	c   109s|  1070k|861104 |     0 |   0.0 | 424M| 301 |   - | 520 | 899 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
128.99/129.02	c   109s|  1080k|871075 |     0 |   0.0 | 427M| 301 |   - | 520 | 924 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
129.50/129.52	c   109s|  1090k|881049 |     0 |   0.0 | 430M| 301 |   - | 520 | 920 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
129.99/130.01	c   110s|  1100k|891024 |     0 |   0.0 | 433M| 301 |   - | 520 | 943 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
130.50/130.51	c   110s|  1110k|901002 |     0 |   0.0 | 436M| 301 |   - | 520 | 947 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
130.99/131.01	c   110s|  1120k|910974 |     0 |   0.0 | 439M| 301 |   - | 520 | 953 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
131.49/131.50	c   111s|  1130k|920956 |     0 |   0.0 | 442M| 301 |   - | 520 | 943 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
131.90/131.99	c   111s|  1140k|930921 |     0 |   0.0 | 445M| 301 |   - | 520 | 997 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
132.40/132.48	c   111s|  1150k|940887 |     0 |   0.0 | 448M| 301 |   - | 520 |1006 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
132.90/132.98	c   112s|  1160k|950872 |     0 |   0.0 | 451M| 301 |   - | 520 |1005 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
133.39/133.46	c   112s|  1170k|960851 |     0 |   0.0 | 454M| 301 |   - | 520 |1033 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
133.90/133.95	c   112s|  1180k|970822 |     0 |   0.0 | 457M| 301 |   - | 520 |1086 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
134.39/134.44	c   112s|  1190k|980804 |     0 |   0.0 | 460M| 301 |   - | 520 |1078 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
134.89/134.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.89/134.93	c   113s|  1200k|990780 |     0 |   0.0 | 463M| 301 |   - | 520 |1092 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
135.40/135.42	c   113s|  1210k|  1000k|     0 |   0.0 | 466M| 301 |   - | 520 |1104 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
135.90/135.90	c   113s|  1220k|  1010k|     0 |   0.0 | 470M| 301 |   - | 520 |1121 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
136.29/136.39	c   114s|  1230k|  1020k|     0 |   0.0 | 473M| 301 |   - | 520 |1166 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
136.80/136.86	c   114s|  1240k|  1030k|     0 |   0.0 | 476M| 301 |   - | 520 |1173 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
137.29/137.36	c   114s|  1250k|  1040k|     0 |   0.0 | 479M| 301 |   - | 520 | 888 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
137.90/137.90	c   115s|  1260k|  1050k|     0 |   0.0 | 481M| 301 |   - | 520 | 586 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
138.40/138.43	c   115s|  1270k|  1060k|     0 |   0.0 | 484M| 301 |   - | 520 | 538 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
139.29/139.34	c   116s|  1280k|  1069k|     0 |   0.0 | 488M| 301 |   - | 520 |1120 |   0 |   0 |   0 | 760k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
140.39/140.40	c   117s|  1290k|  1077k|     0 |   0.0 | 492M| 301 |   - | 520 |1201 |   0 |   0 |   0 | 766k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
141.29/141.39	c   118s|  1300k|  1086k|     0 |   0.0 | 496M| 301 |   - | 520 |1399 |   0 |   0 |   0 | 772k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
142.39/142.41	c   118s|  1310k|  1094k|     0 |   0.0 | 500M| 301 |   - | 520 |1377 |   0 |   0 |   0 | 777k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
143.39/143.49	c   119s|  1320k|  1103k|     0 |   0.0 | 504M| 301 |   - | 520 |1358 |   0 |   0 |   0 | 783k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
144.50/144.54	c   120s|  1330k|  1111k|     0 |   0.0 | 508M| 301 |   - | 520 |1391 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
145.49/145.55	c   121s|  1340k|  1120k|     0 |   0.0 | 512M| 301 |   - | 520 |1564 |   0 |   0 |   0 | 794k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
146.49/146.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.49/146.58	c   122s|  1350k|  1128k|     0 |   0.0 | 516M| 301 |   - | 520 |1395 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
147.59/147.65	c   123s|  1360k|  1137k|     0 |   0.0 | 520M| 301 |   - | 520 |1693 |   0 |   0 |   0 | 805k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
148.60/148.64	c   124s|  1370k|  1145k|     0 |   0.0 | 524M| 301 |   - | 520 |1371 |   0 |   0 |   0 | 810k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
149.69/149.72	c   125s|  1380k|  1154k|     0 |   0.0 | 528M| 301 |   - | 520 |1652 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
150.69/150.77	c   125s|  1390k|  1162k|     0 |   0.0 | 532M| 301 |   - | 520 |1552 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
151.80/151.82	c   126s|  1400k|  1171k|     0 |   0.0 | 536M| 301 |   - | 520 |1473 |   0 |   0 |   0 | 826k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
152.90/152.95	c   127s|  1410k|  1179k|     0 |   0.0 | 540M| 301 |   - | 520 |1765 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
154.00/154.01	c   128s|  1420k|  1188k|     0 |   0.0 | 544M| 301 |   - | 520 |1562 |   0 |   0 |   0 | 838k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
154.90/154.95	c   129s|  1430k|  1196k|     0 |   0.0 | 548M| 301 |   - | 520 |1522 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
155.89/155.94	c   130s|  1440k|  1205k|     0 |   0.0 | 552M| 301 |   - | 520 |1779 |   0 |   0 |   0 | 850k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
156.89/156.92	c   131s|  1450k|  1213k|     0 |   0.0 | 556M| 301 |   - | 520 |1650 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
157.89/157.93	c   131s|  1460k|  1222k|     0 |   0.0 | 560M| 301 |   - | 520 |1648 |   0 |   0 |   0 | 861k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
158.89/158.93	c   132s|  1470k|  1230k|     0 |   0.0 | 564M| 301 |   - | 520 |1898 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
159.89/159.99	c   133s|  1480k|  1239k|     0 |   0.0 | 568M| 301 |   - | 520 |1814 |   0 |   0 |   0 | 873k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
160.90/160.94	c   134s|  1490k|  1247k|     0 |   0.0 | 572M| 301 |   - | 520 |1646 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
161.90/161.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.90/161.91	c   135s|  1500k|  1256k|     0 |   0.0 | 576M| 301 |   - | 520 |1601 |   0 |   0 |   0 | 884k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
162.89/162.93	c   135s|  1510k|  1264k|     0 |   0.0 | 580M| 301 |   - | 520 |1956 |   0 |   0 |   0 | 890k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
163.99/164.02	c   136s|  1520k|  1272k|     0 |   0.0 | 584M| 301 |   - | 520 |1876 |   0 |   0 |   0 | 897k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
165.00/165.01	c   137s|  1530k|  1281k|     0 |   0.0 | 588M| 301 |   - | 520 |1803 |   0 |   0 |   0 | 903k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
166.00/166.01	c   138s|  1540k|  1289k|     0 |   0.0 | 592M| 301 |   - | 520 |1791 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
166.99/167.01	c   139s|  1550k|  1298k|     0 |   0.0 | 596M| 301 |   - | 520 |1684 |   0 |   0 |   0 | 914k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
168.09/168.10	c   140s|  1560k|  1306k|     0 |   0.0 | 601M| 301 |   - | 520 |2142 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
169.09/169.12	c   141s|  1570k|  1314k|     0 |   0.0 | 605M| 301 |   - | 520 |1784 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
170.10/170.11	c   141s|  1580k|  1323k|     0 |   0.0 | 609M| 301 |   - | 520 |1843 |   0 |   0 |   0 | 932k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
170.99/171.09	c   142s|  1590k|  1331k|     0 |   0.0 | 613M| 301 |   - | 520 |1744 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
171.99/172.09	c   143s|  1600k|  1340k|     0 |   0.0 | 617M| 301 |   - | 520 |1798 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
173.10/173.15	c   144s|  1610k|  1348k|     0 |   0.0 | 621M| 301 |   - | 520 |2184 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
174.19/174.26	c   145s|  1620k|  1356k|     0 |   0.0 | 625M| 301 |   - | 520 |1997 |   0 |   0 |   0 | 956k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
175.20/175.27	c   146s|  1630k|  1365k|     0 |   0.0 | 629M| 301 |   - | 520 |1902 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
176.19/176.26	c   147s|  1640k|  1373k|     0 |   0.0 | 633M| 301 |   - | 520 |1802 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
177.19/177.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.19/177.28	c   147s|  1650k|  1382k|     0 |   0.0 | 637M| 301 |   - | 520 |1864 |   0 |   0 |   0 | 972k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
178.19/178.27	c   148s|  1660k|  1390k|     0 |   0.0 | 641M| 301 |   - | 520 |1790 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
179.30/179.38	c   149s|  1670k|  1399k|     0 |   0.0 | 646M| 301 |   - | 520 |1959 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
180.49/180.50	c   150s|  1680k|  1407k|     0 |   0.0 | 650M| 301 |   - | 520 |2270 |   0 |   0 |   0 | 991k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
181.50/181.58	c   151s|  1690k|  1415k|     0 |   0.0 | 654M| 301 |   - | 520 |1915 |   0 |   0 |   0 | 997k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
182.60/182.61	c   152s|  1700k|  1424k|     0 |   0.0 | 658M| 301 |   - | 520 |1914 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
183.60/183.64	c   153s|  1710k|  1432k|     0 |   0.0 | 662M| 301 |   - | 520 |1950 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
184.59/184.70	c   154s|  1720k|  1440k|     0 |   0.0 | 666M| 301 |   - | 520 |2032 |   0 |   0 |   0 |1015k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
185.69/185.79	c   155s|  1730k|  1449k|     0 |   0.0 | 670M| 301 |   - | 520 |2079 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
186.79/186.88	c   155s|  1740k|  1457k|     0 |   0.0 | 674M| 301 |   - | 520 |1978 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
187.90/187.93	c   156s|  1750k|  1465k|     0 |   0.0 | 678M| 301 |   - | 520 |1954 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
189.00/189.09	c   157s|  1760k|  1474k|     0 |   0.0 | 683M| 301 |   - | 520 |2093 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
190.09/190.16	c   158s|  1770k|  1482k|     0 |   0.0 | 687M| 301 |   - | 520 |1901 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
191.09/191.19	c   159s|  1780k|  1490k|     0 |   0.0 | 691M| 301 |   - | 520 |1999 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
192.19/192.24	c   160s|  1790k|  1499k|     0 |   0.0 | 695M| 301 |   - | 520 |1915 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
193.29/193.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.29/193.36	c   161s|  1800k|  1507k|     0 |   0.0 | 699M| 301 |   - | 520 |2113 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
194.40/194.45	c   162s|  1810k|  1515k|     0 |   0.0 | 703M| 301 |   - | 520 |2019 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
195.50/195.55	c   163s|  1820k|  1524k|     0 |   0.0 | 707M| 301 |   - | 520 |2082 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
196.60/196.64	c   164s|  1830k|  1532k|     0 |   0.0 | 711M| 301 |   - | 520 |1943 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
197.69/197.76	c   165s|  1840k|  1540k|     0 |   0.0 | 716M| 301 |   - | 520 |2106 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
198.79/198.86	c   166s|  1850k|  1548k|     0 |   0.0 | 720M| 301 |   - | 520 |2059 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
199.89/199.92	c   166s|  1860k|  1557k|     0 |   0.0 | 724M| 301 |   - | 520 |2004 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
200.89/200.98	c   167s|  1870k|  1565k|     0 |   0.0 | 728M| 301 |   - | 520 |1969 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
202.10/202.12	c   168s|  1880k|  1573k|     0 |   0.0 | 732M| 301 |   - | 520 |2262 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
203.30/203.30	c   169s|  1890k|  1582k|     0 |   0.0 | 737M| 301 |   - | 520 |2134 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
204.60/204.68	c   171s|  1900k|  1590k|     0 |   0.0 | 741M| 301 |   - | 520 |2208 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
206.09/206.11	c   172s|  1910k|  1598k|     0 |   0.0 | 745M| 301 |   - | 520 |2184 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
207.39/207.43	c   173s|  1920k|  1606k|     0 |   0.0 | 749M| 301 |   - | 520 |2160 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
208.49/208.57	c   174s|  1930k|  1615k|     0 |   0.0 | 753M| 301 |   - | 520 |2125 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
209.60/209.66	c   175s|  1940k|  1623k|     0 |   0.0 | 758M| 301 |   - | 520 |2152 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
210.70/210.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.70/210.74	c   176s|  1950k|  1631k|     0 |   0.0 | 762M| 301 |   - | 520 |2152 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
211.79/211.89	c   177s|  1960k|  1639k|     0 |   0.0 | 766M| 301 |   - | 520 |2392 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
212.99/213.07	c   178s|  1970k|  1647k|     0 |   0.0 | 770M| 301 |   - | 520 |2348 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
214.19/214.21	c   179s|  1980k|  1656k|     0 |   0.0 | 774M| 301 |   - | 520 |2060 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
215.28/215.34	c   180s|  1990k|  1664k|     0 |   0.0 | 779M| 301 |   - | 520 |2106 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
216.49/216.50	c   181s|  2000k|  1672k|     0 |   0.0 | 783M| 301 |   - | 520 |2111 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
217.59/217.67	c   182s|  2010k|  1680k|     0 |   0.0 | 787M| 301 |   - | 520 |2217 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
218.80/218.81	c   183s|  2020k|  1688k|     0 |   0.0 | 791M| 301 |   - | 520 |2288 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
219.90/219.97	c   184s|  2030k|  1697k|     0 |   0.0 | 795M| 301 |   - | 520 |2229 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
221.00/221.08	c   185s|  2040k|  1705k|     0 |   0.0 | 800M| 301 |   - | 520 |2118 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
222.19/222.21	c   186s|  2050k|  1713k|     0 |   0.0 | 804M| 301 |   - | 520 |2374 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
223.39/223.44	c   187s|  2060k|  1721k|     0 |   0.0 | 808M| 301 |   - | 520 |2516 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
224.59/224.63	c   188s|  2070k|  1729k|     0 |   0.0 | 812M| 301 |   - | 520 |2401 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
225.79/225.80	c   189s|  2080k|  1737k|     0 |   0.0 | 817M| 301 |   - | 520 |2212 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
226.89/226.96	c   190s|  2090k|  1746k|     0 |   0.0 | 821M| 301 |   - | 520 |2198 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
228.09/228.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.09/228.12	c   191s|  2100k|  1754k|     0 |   0.0 | 825M| 301 |   - | 520 |2166 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
229.19/229.28	c   192s|  2110k|  1762k|     0 |   0.0 | 829M| 301 |   - | 520 |2333 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
230.39/230.47	c   193s|  2120k|  1770k|     0 |   0.0 | 834M| 301 |   - | 520 |2336 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
231.59/231.66	c   194s|  2130k|  1778k|     0 |   0.0 | 838M| 301 |   - | 520 |2271 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
232.69/232.79	c   195s|  2140k|  1786k|     0 |   0.0 | 842M| 301 |   - | 520 |2205 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
233.89/233.99	c   196s|  2150k|  1794k|     0 |   0.0 | 847M| 301 |   - | 520 |2450 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
235.19/235.22	c   197s|  2160k|  1802k|     0 |   0.0 | 851M| 301 |   - | 520 |2487 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
236.38/236.45	c   198s|  2170k|  1810k|     0 |   0.0 | 855M| 301 |   - | 520 |2456 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
237.59/237.63	c   199s|  2180k|  1819k|     0 |   0.0 | 859M| 301 |   - | 520 |2262 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
238.79/238.81	c   200s|  2190k|  1827k|     0 |   0.0 | 864M| 301 |   - | 520 |2409 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
239.89/239.99	c   201s|  2200k|  1835k|     0 |   0.0 | 868M| 301 |   - | 520 |2297 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
241.08/241.14	c   202s|  2210k|  1843k|     0 |   0.0 | 872M| 301 |   - | 520 |2322 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
242.29/242.34	c   203s|  2220k|  1851k|     0 |   0.0 | 876M| 301 |   - | 520 |2486 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
243.49/243.55	c   204s|  2230k|  1859k|     0 |   0.0 | 881M| 301 |   - | 520 |2312 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
244.69/244.76	c   205s|  2240k|  1867k|     0 |   0.0 | 885M| 301 |   - | 520 |2357 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
245.78/245.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.78/245.87	c   206s|  2250k|  1875k|     0 |   0.0 | 889M| 301 |   - | 520 |2343 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
247.08/247.14	c   208s|  2260k|  1883k|     0 |   0.0 | 894M| 301 |   - | 520 |2440 |   0 |   0 |   0 |1347k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
248.38/248.40	c   209s|  2270k|  1891k|     0 |   0.0 | 898M| 301 |   - | 520 |2529 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
249.59/249.69	c   210s|  2280k|  1899k|     0 |   0.0 | 902M| 301 |   - | 520 |2460 |   0 |   0 |   0 |1361k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
250.88/250.91	c   211s|  2290k|  1907k|     0 |   0.0 | 907M| 301 |   - | 520 |2503 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
252.08/252.10	c   212s|  2300k|  1915k|     0 |   0.0 | 911M| 301 |   - | 520 |2326 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
253.28/253.32	c   213s|  2310k|  1923k|     0 |   0.0 | 915M| 301 |   - | 520 |2417 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
254.48/254.53	c   214s|  2320k|  1932k|     0 |   0.0 | 920M| 301 |   - | 520 |2474 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
255.69/255.78	c   215s|  2330k|  1940k|     0 |   0.0 | 924M| 301 |   - | 520 |2460 |   0 |   0 |   0 |1393k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
256.88/256.98	c   216s|  2340k|  1948k|     0 |   0.0 | 928M| 301 |   - | 520 |2337 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
258.18/258.20	c   217s|  2350k|  1956k|     0 |   0.0 | 933M| 301 |   - | 520 |2380 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
259.38/259.42	c   218s|  2360k|  1964k|     0 |   0.0 | 937M| 301 |   - | 520 |2394 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
260.69/260.75	c   219s|  2370k|  1972k|     0 |   0.0 | 941M| 301 |   - | 520 |2586 |   0 |   0 |   0 |1420k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
261.98/262.09	c   221s|  2380k|  1979k|     0 |   0.0 | 946M| 301 |   - | 520 |2559 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
263.28/263.37	c   222s|  2390k|  1987k|     0 |   0.0 | 950M| 301 |   - | 520 |2473 |   0 |   0 |   0 |1434k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
264.59/264.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.59/264.62	c   223s|  2400k|  1995k|     0 |   0.0 | 954M| 301 |   - | 520 |2493 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
265.78/265.88	c   224s|  2410k|  2003k|     0 |   0.0 | 959M| 301 |   - | 520 |2420 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
267.08/267.16	c   225s|  2420k|  2011k|     0 |   0.0 | 963M| 301 |   - | 520 |2464 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
268.39/268.40	c   226s|  2430k|  2019k|     0 |   0.0 | 967M| 301 |   - | 520 |2496 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
269.58/269.64	c   227s|  2440k|  2027k|     0 |   0.0 | 972M| 301 |   - | 520 |2537 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
270.79/270.88	c   228s|  2450k|  2035k|     0 |   0.0 | 976M| 301 |   - | 520 |2425 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
272.08/272.11	c   229s|  2460k|  2044k|     0 |   0.0 | 980M| 301 |   - | 520 |2546 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
273.38/273.42	c   230s|  2470k|  2051k|     0 |   0.0 | 985M| 301 |   - | 520 |2503 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
274.68/274.73	c   232s|  2480k|  2059k|     0 |   0.0 | 989M| 301 |   - | 520 |2620 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
276.09/276.11	c   233s|  2490k|  2067k|     0 |   0.0 | 994M| 301 |   - | 520 |2728 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
277.39/277.48	c   234s|  2500k|  2075k|     0 |   0.0 | 998M| 301 |   - | 520 |2650 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
278.79/278.81	c   235s|  2510k|  2083k|     0 |   0.0 |1002M| 301 |   - | 520 |2548 |   0 |   0 |   0 |1515k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
279.99/280.09	c   236s|  2520k|  2091k|     0 |   0.0 |1007M| 301 |   - | 520 |2550 |   0 |   0 |   0 |1522k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
281.28/281.39	c   237s|  2530k|  2098k|     0 |   0.0 |1011M| 301 |   - | 520 |2650 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
282.69/282.71	c   239s|  2540k|  2106k|     0 |   0.0 |1016M| 301 |   - | 520 |2446 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
283.99/284.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.99/284.00	c   240s|  2550k|  2114k|     0 |   0.0 |1020M| 301 |   - | 520 |2525 |   0 |   0 |   0 |1542k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
285.28/285.31	c   241s|  2560k|  2122k|     0 |   0.0 |1024M| 301 |   - | 520 |2514 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
286.78/286.84	c   242s|  2570k|  2130k|     0 |   0.0 |1029M| 301 |   - | 520 |2534 |   0 |   0 |   0 |1556k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
288.28/288.31	c   244s|  2580k|  2138k|     0 |   0.0 |1033M| 301 |   - | 520 |2522 |   0 |   0 |   0 |1563k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
289.68/289.78	c   245s|  2590k|  2146k|     0 |   0.0 |1037M| 301 |   - | 520 |2532 |   0 |   0 |   0 |1570k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
291.29/291.36	c   246s|  2600k|  2154k|     0 |   0.0 |1042M| 301 |   - | 520 |2532 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
292.98/293.07	c   248s|  2610k|  2161k|     0 |   0.0 |1047M| 301 |   - | 520 |2724 |   0 |   0 |   0 |1586k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
294.79/294.86	c   249s|  2620k|  2169k|     0 |   0.0 |1051M| 301 |   - | 520 |2899 |   0 |   0 |   0 |1594k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
296.48/296.56	c   251s|  2630k|  2176k|     0 |   0.0 |1055M| 301 |   - | 520 |2706 |   0 |   0 |   0 |1602k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
298.18/298.25	c   253s|  2640k|  2184k|     0 |   0.0 |1060M| 301 |   - | 520 |2600 |   0 |   0 |   0 |1609k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
299.88/299.95	c   254s|  2650k|  2192k|     0 |   0.0 |1064M| 301 |   - | 520 |2648 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
301.48/301.54	c   256s|  2660k|  2199k|     0 |   0.0 |1068M| 301 |   - | 520 |2536 |   0 |   0 |   0 |1623k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
302.98/303.05	c   257s|  2670k|  2207k|     0 |   0.0 |1073M| 301 |   - | 520 |2539 |   0 |   0 |   0 |1630k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
304.58/304.68	c   258s|  2680k|  2215k|     0 |   0.0 |1077M| 301 |   - | 520 |2520 |   0 |   0 |   0 |1637k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
306.19/306.27	c   260s|  2690k|  2223k|     0 |   0.0 |1081M| 301 |   - | 520 |2762 |   0 |   0 |   0 |1645k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
307.68/307.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
307.68/307.75	c   261s|  2700k|  2231k|     0 |   0.0 |1086M| 301 |   - | 520 |2661 |   0 |   0 |   0 |1652k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
309.18/309.27	c   262s|  2710k|  2239k|     0 |   0.0 |1090M| 301 |   - | 520 |2667 |   0 |   0 |   0 |1659k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
310.78/310.89	c   264s|  2720k|  2246k|     0 |   0.0 |1094M| 301 |   - | 520 |2728 |   0 |   0 |   0 |1666k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
312.48/312.51	c   265s|  2730k|  2254k|     0 |   0.0 |1099M| 301 |   - | 520 |2818 |   0 |   0 |   0 |1674k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
314.28/314.30	c   267s|  2740k|  2262k|     0 |   0.0 |1103M| 301 |   - | 520 |2935 |   0 |   0 |   0 |1682k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
316.08/316.15	c   269s|  2750k|  2269k|     0 |   0.0 |1107M| 301 |   - | 520 |2904 |   0 |   0 |   0 |1691k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
317.78/317.89	c   270s|  2760k|  2277k|     0 |   0.0 |1112M| 301 |   - | 520 |2770 |   0 |   0 |   0 |1699k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
319.48/319.54	c   272s|  2770k|  2284k|     0 |   0.0 |1116M| 301 |   - | 520 |2753 |   0 |   0 |   0 |1706k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
321.09/321.18	c   273s|  2780k|  2292k|     0 |   0.0 |1121M| 301 |   - | 520 |2773 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
322.78/322.82	c   275s|  2790k|  2300k|     0 |   0.0 |1125M| 301 |   - | 520 |2709 |   0 |   0 |   0 |1721k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
324.49/324.59	c   276s|  2800k|  2307k|     0 |   0.0 |1129M| 301 |   - | 520 |2818 |   0 |   0 |   0 |1729k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
326.18/326.23	c   278s|  2810k|  2315k|     0 |   0.0 |1134M| 301 |   - | 520 |2786 |   0 |   0 |   0 |1736k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
327.89/327.90	c   279s|  2820k|  2323k|     0 |   0.0 |1138M| 301 |   - | 520 |2784 |   0 |   0 |   0 |1744k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
329.48/329.60	c   281s|  2830k|  2330k|     0 |   0.0 |1142M| 301 |   - | 520 |2941 |   0 |   0 |   0 |1752k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
331.19/331.26	c   282s|  2840k|  2338k|     0 |   0.0 |1147M| 301 |   - | 520 |2818 |   0 |   0 |   0 |1760k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
332.68/332.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
332.68/332.76	c   283s|  2850k|  2346k|     0 |   0.0 |1151M| 301 |   - | 520 |2790 |   0 |   0 |   0 |1768k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
334.48/334.50	c   285s|  2860k|  2354k|     0 |   0.0 |1155M| 301 |   - | 520 |2845 |   0 |   0 |   0 |1776k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
336.18/336.21	c   286s|  2870k|  2361k|     0 |   0.0 |1160M| 301 |   - | 520 |2914 |   0 |   0 |   0 |1784k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
337.68/337.78	c   288s|  2880k|  2369k|     0 |   0.0 |1164M| 301 |   - | 520 |3041 |   0 |   0 |   0 |1792k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
339.28/339.35	c   289s|  2890k|  2376k|     0 |   0.0 |1169M| 301 |   - | 520 |3405 |   0 |   0 |   0 |1801k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
340.89/340.96	c   291s|  2900k|  2384k|     0 |   0.0 |1173M| 301 |   - | 520 |2976 |   0 |   0 |   0 |1809k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
342.48/342.53	c   292s|  2910k|  2392k|     0 |   0.0 |1178M| 301 |   - | 520 |3003 |   0 |   0 |   0 |1817k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
344.08/344.19	c   293s|  2920k|  2399k|     0 |   0.0 |1182M| 301 |   - | 520 |2902 |   0 |   0 |   0 |1825k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
345.68/345.75	c   295s|  2930k|  2407k|     0 |   0.0 |1187M| 301 |   - | 520 |2861 |   0 |   0 |   0 |1833k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
347.28/347.35	c   296s|  2940k|  2414k|     0 |   0.0 |1191M| 301 |   - | 520 |2897 |   0 |   0 |   0 |1840k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
348.78/348.84	c   298s|  2950k|  2422k|     0 |   0.0 |1196M| 301 |   - | 520 |2874 |   0 |   0 |   0 |1848k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
350.28/350.37	c   299s|  2960k|  2430k|     0 |   0.0 |1200M| 301 |   - | 520 |2681 |   0 |   0 |   0 |1856k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
351.78/351.89	c   300s|  2970k|  2437k|     0 |   0.0 |1205M| 301 |   - | 520 |2937 |   0 |   0 |   0 |1864k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
353.28/353.37	c   302s|  2980k|  2445k|     0 |   0.0 |1209M| 301 |   - | 520 |2862 |   0 |   0 |   0 |1871k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
354.79/354.87	c   303s|  2990k|  2453k|     0 |   0.0 |1213M| 301 |   - | 520 |2811 |   0 |   0 |   0 |1879k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
356.29/356.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.29/356.31	c   304s|  3000k|  2461k|     0 |   0.0 |1218M| 301 |   - | 520 |2906 |   0 |   0 |   0 |1887k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
357.78/357.82	c   305s|  3010k|  2468k|     0 |   0.0 |1222M| 301 |   - | 520 |3002 |   0 |   0 |   0 |1895k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
359.28/359.35	c   307s|  3020k|  2476k|     0 |   0.0 |1227M| 301 |   - | 520 |2930 |   0 |   0 |   0 |1903k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
360.88/360.95	c   308s|  3030k|  2483k|     0 |   0.0 |1231M| 301 |   - | 520 |2853 |   0 |   0 |   0 |1912k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
362.59/362.63	c   310s|  3040k|  2491k|     0 |   0.0 |1236M| 301 |   - | 520 |3318 |   0 |   0 |   0 |1921k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
364.28/364.39	c   311s|  3050k|  2498k|     0 |   0.0 |1241M| 301 |   - | 520 |3119 |   0 |   0 |   0 |1930k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
365.98/366.04	c   313s|  3060k|  2506k|     0 |   0.0 |1245M| 301 |   - | 520 |3029 |   0 |   0 |   0 |1939k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
367.68/367.76	c   314s|  3070k|  2513k|     0 |   0.0 |1250M| 301 |   - | 520 |3008 |   0 |   0 |   0 |1947k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
369.28/369.36	c   316s|  3080k|  2521k|     0 |   0.0 |1254M| 301 |   - | 520 |2890 |   0 |   0 |   0 |1955k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
370.88/370.96	c   317s|  3090k|  2528k|     0 |   0.0 |1259M| 301 |   - | 520 |3014 |   0 |   0 |   0 |1963k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
372.58/372.62	c   318s|  3100k|  2536k|     0 |   0.0 |1263M| 301 |   - | 520 |3083 |   0 |   0 |   0 |1971k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
374.18/374.22	c   320s|  3110k|  2543k|     0 |   0.0 |1268M| 301 |   - | 520 |2841 |   0 |   0 |   0 |1979k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
375.68/375.78	c   321s|  3120k|  2551k|     0 |   0.0 |1272M| 301 |   - | 520 |2856 |   0 |   0 |   0 |1987k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
377.29/377.30	c   323s|  3130k|  2559k|     0 |   0.0 |1277M| 301 |   - | 520 |2873 |   0 |   0 |   0 |1995k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
378.78/378.81	c   324s|  3140k|  2566k|     0 |   0.0 |1281M| 301 |   - | 520 |2881 |   0 |   0 |   0 |2003k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
380.29/380.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.29/380.36	c   325s|  3150k|  2574k|     0 |   0.0 |1286M| 301 |   - | 520 |3079 |   0 |   0 |   0 |2011k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
381.88/381.95	c   327s|  3160k|  2582k|     0 |   0.0 |1290M| 301 |   - | 520 |2875 |   0 |   0 |   0 |2019k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
383.48/383.55	c   328s|  3170k|  2589k|     0 |   0.0 |1295M| 301 |   - | 520 |3060 |   0 |   0 |   0 |2028k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
385.08/385.15	c   330s|  3180k|  2597k|     0 |   0.0 |1299M| 301 |   - | 520 |3007 |   0 |   0 |   0 |2036k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
386.68/386.73	c   331s|  3190k|  2604k|     0 |   0.0 |1303M| 301 |   - | 520 |3072 |   0 |   0 |   0 |2045k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
388.38/388.48	c   333s|  3200k|  2612k|     0 |   0.0 |1308M| 301 |   - | 520 |3170 |   0 |   0 |   0 |2054k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
390.28/390.37	c   334s|  3210k|  2619k|     0 |   0.0 |1313M| 301 |   - | 520 |3330 |   0 |   0 |   0 |2063k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
392.08/392.17	c   336s|  3220k|  2626k|     0 |   0.0 |1317M| 301 |   - | 520 |3125 |   0 |   0 |   0 |2072k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
393.79/393.84	c   337s|  3230k|  2634k|     0 |   0.0 |1322M| 301 |   - | 520 |3159 |   0 |   0 |   0 |2080k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
395.48/395.50	c   339s|  3240k|  2641k|     0 |   0.0 |1327M| 301 |   - | 520 |3006 |   0 |   0 |   0 |2088k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
397.18/397.20	c   340s|  3250k|  2648k|     0 |   0.0 |1331M| 301 |   - | 520 |2881 |   0 |   0 |   0 |2096k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
398.79/398.83	c   342s|  3260k|  2656k|     0 |   0.0 |1336M| 301 |   - | 520 |2896 |   0 |   0 |   0 |2105k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
400.39/400.49	c   343s|  3270k|  2663k|     0 |   0.0 |1340M| 301 |   - | 520 |3021 |   0 |   0 |   0 |2113k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
402.08/402.13	c   345s|  3280k|  2671k|     0 |   0.0 |1345M| 301 |   - | 520 |2977 |   0 |   0 |   0 |2122k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
403.78/403.83	c   346s|  3290k|  2678k|     0 |   0.0 |1349M| 301 |   - | 520 |2999 |   0 |   0 |   0 |2130k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
405.38/405.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.38/405.48	c   348s|  3300k|  2686k|     0 |   0.0 |1354M| 301 |   - | 520 |3203 |   0 |   0 |   0 |2139k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
407.08/407.10	c   349s|  3310k|  2693k|     0 |   0.0 |1358M| 301 |   - | 520 |2780 |   0 |   0 |   0 |2147k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
408.79/408.85	c   351s|  3320k|  2701k|     0 |   0.0 |1363M| 301 |   - | 520 |3078 |   0 |   0 |   0 |2155k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
410.49/410.56	c   352s|  3330k|  2708k|     0 |   0.0 |1367M| 301 |   - | 520 |3195 |   0 |   0 |   0 |2164k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
412.28/412.35	c   354s|  3340k|  2716k|     0 |   0.0 |1372M| 301 |   - | 520 |3159 |   0 |   0 |   0 |2173k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
413.99/414.05	c   355s|  3350k|  2723k|     0 |   0.0 |1376M| 301 |   - | 520 |3080 |   0 |   0 |   0 |2182k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
415.68/415.72	c   357s|  3360k|  2731k|     0 |   0.0 |1381M| 301 |   - | 520 |3036 |   0 |   0 |   0 |2190k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
417.48/417.59	c   358s|  3370k|  2738k|     0 |   0.0 |1386M| 301 |   - | 520 |3339 |   0 |   0 |   0 |2200k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
419.38/419.46	c   360s|  3380k|  2745k|     0 |   0.0 |1390M| 301 |   - | 520 |3138 |   0 |   0 |   0 |2210k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
421.08/421.20	c   362s|  3390k|  2752k|     0 |   0.0 |1395M| 301 |   - | 520 |3137 |   0 |   0 |   0 |2218k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
422.98/423.00	c   363s|  3400k|  2760k|     0 |   0.0 |1400M| 301 |   - | 520 |3069 |   0 |   0 |   0 |2227k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
424.59/424.69	c   365s|  3410k|  2767k|     0 |   0.0 |1404M| 301 |   - | 520 |3164 |   0 |   0 |   0 |2236k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
426.28/426.39	c   366s|  3420k|  2774k|     0 |   0.0 |1409M| 301 |   - | 520 |3118 |   0 |   0 |   0 |2245k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
427.98/428.06	c   368s|  3430k|  2782k|     0 |   0.0 |1414M| 301 |   - | 520 |3100 |   0 |   0 |   0 |2253k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
429.68/429.79	c   369s|  3440k|  2789k|     0 |   0.0 |1418M| 301 |   - | 520 |3043 |   0 |   0 |   0 |2262k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
431.48/431.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.48/431.52	c   371s|  3450k|  2796k|     0 |   0.0 |1423M| 301 |   - | 520 |3064 |   0 |   0 |   0 |2271k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
433.29/433.40	c   373s|  3460k|  2804k|     0 |   0.0 |1427M| 301 |   - | 520 |3008 |   0 |   0 |   0 |2280k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
435.19/435.26	c   374s|  3470k|  2811k|     0 |   0.0 |1432M| 301 |   - | 520 |3371 |   0 |   0 |   0 |2289k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
436.88/436.97	c   376s|  3480k|  2818k|     0 |   0.0 |1436M| 301 |   - | 520 |2963 |   0 |   0 |   0 |2298k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
438.58/438.66	c   377s|  3490k|  2826k|     0 |   0.0 |1441M| 301 |   - | 520 |3217 |   0 |   0 |   0 |2307k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
440.38/440.41	c   379s|  3500k|  2833k|     0 |   0.0 |1446M| 301 |   - | 520 |3224 |   0 |   0 |   0 |2316k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
441.98/442.09	c   380s|  3510k|  2840k|     0 |   0.0 |1450M| 301 |   - | 520 |2947 |   0 |   0 |   0 |2325k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
443.69/443.76	c   382s|  3520k|  2848k|     0 |   0.0 |1455M| 301 |   - | 520 |3250 |   0 |   0 |   0 |2334k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
445.39/445.50	c   383s|  3530k|  2855k|     0 |   0.0 |1459M| 301 |   - | 520 |3173 |   0 |   0 |   0 |2343k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
447.38/447.47	c   385s|  3540k|  2862k|     0 |   0.0 |1464M| 301 |   - | 520 |3299 |   0 |   0 |   0 |2353k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
449.28/449.32	c   387s|  3550k|  2869k|     0 |   0.0 |1469M| 301 |   - | 520 |3281 |   0 |   0 |   0 |2363k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
451.18/451.21	c   388s|  3560k|  2876k|     0 |   0.0 |1473M| 301 |   - | 520 |3312 |   0 |   0 |   0 |2372k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
452.88/452.95	c   390s|  3570k|  2883k|     0 |   0.0 |1478M| 301 |   - | 520 |3479 |   0 |   0 |   0 |2381k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
454.78/454.84	c   392s|  3580k|  2891k|     0 |   0.0 |1483M| 301 |   - | 520 |3278 |   0 |   0 |   0 |2391k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
456.69/456.70	c   393s|  3590k|  2898k|     0 |   0.0 |1487M| 301 |   - | 520 |3248 |   0 |   0 |   0 |2400k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
458.59/458.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
458.59/458.61	c   395s|  3600k|  2905k|     0 |   0.0 |1492M| 301 |   - | 520 |3122 |   0 |   0 |   0 |2409k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
460.28/460.34	c   396s|  3610k|  2912k|     0 |   0.0 |1497M| 301 |   - | 520 |2977 |   0 |   0 |   0 |2418k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
462.19/462.22	c   398s|  3620k|  2920k|     0 |   0.0 |1501M| 301 |   - | 520 |3089 |   0 |   0 |   0 |2428k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
463.98/464.01	c   400s|  3630k|  2927k|     0 |   0.0 |1506M| 301 |   - | 520 |3202 |   0 |   0 |   0 |2437k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
465.79/465.80	c   401s|  3640k|  2934k|     0 |   0.0 |1511M| 301 |   - | 520 |3377 |   0 |   0 |   0 |2447k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
467.49/467.53	c   403s|  3650k|  2941k|     0 |   0.0 |1515M| 301 |   - | 520 |3254 |   0 |   0 |   0 |2456k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
469.28/469.33	c   404s|  3660k|  2948k|     0 |   0.0 |1520M| 301 |   - | 520 |3316 |   0 |   0 |   0 |2466k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
471.08/471.12	c   406s|  3670k|  2956k|     0 |   0.0 |1525M| 301 |   - | 520 |3381 |   0 |   0 |   0 |2475k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
472.78/472.89	c   408s|  3680k|  2963k|     0 |   0.0 |1529M| 301 |   - | 520 |3114 |   0 |   0 |   0 |2484k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
474.69/474.73	c   409s|  3690k|  2970k|     0 |   0.0 |1533M| 301 |   - | 520 |3368 |   0 |   0 |   0 |2494k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
476.59/476.61	c   411s|  3700k|  2977k|     0 |   0.0 |1538M| 301 |   - | 520 |3203 |   0 |   0 |   0 |2503k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
478.58/478.62	c   413s|  3710k|  2984k|     0 |   0.0 |1543M| 301 |   - | 520 |3239 |   0 |   0 |   0 |2513k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
480.58/480.66	c   415s|  3720k|  2991k|     0 |   0.0 |1548M| 301 |   - | 520 |3316 |   0 |   0 |   0 |2523k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
482.49/482.56	c   416s|  3730k|  2998k|     0 |   0.0 |1553M| 301 |   - | 520 |3402 |   0 |   0 |   0 |2533k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
484.39/484.49	c   418s|  3740k|  3005k|     0 |   0.0 |1558M| 301 |   - | 520 |3198 |   0 |   0 |   0 |2543k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
486.38/486.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
486.38/486.47	c   420s|  3750k|  3012k|     0 |   0.0 |1563M| 301 |   - | 520 |3272 |   0 |   0 |   0 |2553k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
488.29/488.35	c   422s|  3760k|  3019k|     0 |   0.0 |1567M| 301 |   - | 520 |3176 |   0 |   0 |   0 |2563k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
490.19/490.28	c   423s|  3770k|  3026k|     0 |   0.0 |1572M| 301 |   - | 520 |3133 |   0 |   0 |   0 |2573k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
492.08/492.15	c   425s|  3780k|  3033k|     0 |   0.0 |1577M| 301 |   - | 520 |3090 |   0 |   0 |   0 |2582k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
494.09/494.10	c   427s|  3790k|  3040k|     0 |   0.0 |1581M| 301 |   - | 520 |3247 |   0 |   0 |   0 |2592k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
495.88/495.98	c   428s|  3800k|  3047k|     0 |   0.0 |1586M| 301 |   - | 520 |3373 |   0 |   0 |   0 |2602k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
497.78/497.86	c   430s|  3810k|  3055k|     0 |   0.0 |1591M| 301 |   - | 520 |3360 |   0 |   0 |   0 |2612k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
499.78/499.81	c   432s|  3820k|  3062k|     0 |   0.0 |1596M| 301 |   - | 520 |3226 |   0 |   0 |   0 |2622k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
501.78/501.84	c   434s|  3830k|  3069k|     0 |   0.0 |1600M| 301 |   - | 520 |3285 |   0 |   0 |   0 |2631k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
503.69/503.74	c   435s|  3840k|  3076k|     0 |   0.0 |1605M| 301 |   - | 520 |3444 |   0 |   0 |   0 |2641k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
505.49/505.59	c   437s|  3850k|  3083k|     0 |   0.0 |1609M| 301 |   - | 520 |3320 |   0 |   0 |   0 |2651k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
507.38/507.47	c   439s|  3860k|  3090k|     0 |   0.0 |1614M| 301 |   - | 520 |3343 |   0 |   0 |   0 |2661k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
509.19/509.28	c   440s|  3870k|  3097k|     0 |   0.0 |1619M| 301 |   - | 520 |3152 |   0 |   0 |   0 |2671k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
511.39/511.41	c   442s|  3880k|  3104k|     0 |   0.0 |1624M| 301 |   - | 520 |3477 |   0 |   0 |   0 |2682k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
513.49/513.54	c   444s|  3890k|  3111k|     0 |   0.0 |1629M| 301 |   - | 520 |3419 |   0 |   0 |   0 |2692k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
515.58/515.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.58/515.61	c   446s|  3900k|  3117k|     0 |   0.0 |1634M| 301 |   - | 520 |3458 |   0 |   0 |   0 |2703k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
517.59/517.63	c   448s|  3910k|  3124k|     0 |   0.0 |1639M| 301 |   - | 520 |3453 |   0 |   0 |   0 |2713k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
519.59/519.67	c   450s|  3920k|  3131k|     0 |   0.0 |1643M| 301 |   - | 520 |3170 |   0 |   0 |   0 |2723k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
521.68/521.77	c   452s|  3930k|  3138k|     0 |   0.0 |1648M| 301 |   - | 520 |3297 |   0 |   0 |   0 |2733k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
523.79/523.85	c   454s|  3940k|  3145k|     0 |   0.0 |1653M| 301 |   - | 520 |3081 |   0 |   0 |   0 |2744k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
525.79/525.88	c   455s|  3950k|  3152k|     0 |   0.0 |1658M| 301 |   - | 520 |3423 |   0 |   0 |   0 |2754k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
527.90/527.93	c   457s|  3960k|  3159k|     0 |   0.0 |1663M| 301 |   - | 520 |3367 |   0 |   0 |   0 |2765k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
529.99/530.05	c   459s|  3970k|  3165k|     0 |   0.0 |1667M| 301 |   - | 520 |3664 |   0 |   0 |   0 |2775k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
531.98/532.01	c   461s|  3980k|  3172k|     0 |   0.0 |1672M| 301 |   - | 520 |3222 |   0 |   0 |   0 |2785k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
533.89/533.99	c   463s|  3990k|  3179k|     0 |   0.0 |1677M| 301 |   - | 520 |3347 |   0 |   0 |   0 |2796k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
535.89/535.93	c   464s|  4000k|  3186k|     0 |   0.0 |1682M| 301 |   - | 520 |3474 |   0 |   0 |   0 |2806k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
537.89/537.92	c   466s|  4010k|  3193k|     0 |   0.0 |1686M| 301 |   - | 520 |3643 |   0 |   0 |   0 |2817k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
539.79/539.87	c   468s|  4020k|  3200k|     0 |   0.0 |1691M| 301 |   - | 520 |3442 |   0 |   0 |   0 |2827k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
541.89/541.92	c   470s|  4030k|  3207k|     0 |   0.0 |1696M| 301 |   - | 520 |3571 |   0 |   0 |   0 |2838k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
543.88/543.96	c   472s|  4040k|  3214k|     0 |   0.0 |1700M| 301 |   - | 520 |3420 |   0 |   0 |   0 |2848k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
546.08/546.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
546.08/546.18	c   474s|  4050k|  3221k|     0 |   0.0 |1706M| 301 |   - | 520 |3601 |   0 |   0 |   0 |2859k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
548.29/548.37	c   476s|  4060k|  3227k|     0 |   0.0 |1711M| 301 |   - | 520 |3383 |   0 |   0 |   0 |2870k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
550.48/550.52	c   478s|  4070k|  3234k|     0 |   0.0 |1716M| 301 |   - | 520 |3520 |   0 |   0 |   0 |2882k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
552.58/552.61	c   479s|  4080k|  3241k|     0 |   0.0 |1721M| 301 |   - | 520 |3457 |   0 |   0 |   0 |2892k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
554.69/554.71	c   481s|  4090k|  3247k|     0 |   0.0 |1725M| 301 |   - | 520 |3482 |   0 |   0 |   0 |2903k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
556.69/556.77	c   483s|  4100k|  3254k|     0 |   0.0 |1730M| 301 |   - | 520 |3562 |   0 |   0 |   0 |2913k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
558.80/558.81	c   485s|  4110k|  3261k|     0 |   0.0 |1735M| 301 |   - | 520 |3351 |   0 |   0 |   0 |2924k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
560.89/560.91	c   487s|  4120k|  3268k|     0 |   0.0 |1740M| 301 |   - | 520 |3568 |   0 |   0 |   0 |2935k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
562.99/563.02	c   489s|  4130k|  3274k|     0 |   0.0 |1745M| 301 |   - | 520 |3676 |   0 |   0 |   0 |2946k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
565.19/565.25	c   491s|  4140k|  3281k|     0 |   0.0 |1750M| 301 |   - | 520 |3445 |   0 |   0 |   0 |2957k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
567.38/567.42	c   493s|  4150k|  3288k|     0 |   0.0 |1754M| 301 |   - | 520 |3680 |   0 |   0 |   0 |2968k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
569.48/569.55	c   495s|  4160k|  3295k|     0 |   0.0 |1759M| 301 |   - | 520 |3634 |   0 |   0 |   0 |2979k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
571.48/571.55	c   497s|  4170k|  3301k|     0 |   0.0 |1764M| 301 |   - | 520 |3672 |   0 |   0 |   0 |2990k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
573.49/573.53	c   498s|  4180k|  3308k|     0 |   0.0 |1769M| 301 |   - | 520 |3371 |   0 |   0 |   0 |3000k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
575.48/575.54	c   500s|  4190k|  3315k|     0 |   0.0 |1773M| 301 |   - | 520 |3420 |   0 |   0 |   0 |3011k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
577.50/577.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
577.50/577.54	c   502s|  4200k|  3322k|     0 |   0.0 |1778M| 301 |   - | 520 |3566 |   0 |   0 |   0 |3022k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
579.49/579.55	c   504s|  4210k|  3329k|     0 |   0.0 |1783M| 301 |   - | 520 |3345 |   0 |   0 |   0 |3032k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
581.68/581.71	c   506s|  4220k|  3335k|     0 |   0.0 |1788M| 301 |   - | 520 |3583 |   0 |   0 |   0 |3044k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
583.78/583.84	c   508s|  4230k|  3342k|     0 |   0.0 |1794M| 301 |   - | 520 |3878 |   0 |   0 |   0 |3056k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
586.09/586.16	c   510s|  4240k|  3348k|     0 |   0.0 |1799M| 301 |   - | 520 |3464 |   0 |   0 |   0 |3067k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
588.39/588.42	c   512s|  4250k|  3355k|     0 |   0.0 |1804M| 301 |   - | 520 |3344 |   0 |   0 |   0 |3078k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
590.48/590.59	c   514s|  4260k|  3361k|     0 |   0.0 |1809M| 301 |   - | 520 |3268 |   0 |   0 |   0 |3089k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
592.69/592.75	c   516s|  4270k|  3368k|     0 |   0.0 |1814M| 301 |   - | 520 |3532 |   0 |   0 |   0 |3101k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
594.79/594.87	c   518s|  4280k|  3374k|     0 |   0.0 |1819M| 301 |   - | 520 |3620 |   0 |   0 |   0 |3112k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
596.89/596.98	c   519s|  4290k|  3381k|     0 |   0.0 |1824M| 301 |   - | 520 |3551 |   0 |   0 |   0 |3123k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
599.19/599.21	c   521s|  4300k|  3388k|     0 |   0.0 |1828M| 301 |   - | 520 |3325 |   0 |   0 |   0 |3135k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
601.39/601.41	c   523s|  4310k|  3394k|     0 |   0.0 |1833M| 301 |   - | 520 |3540 |   0 |   0 |   0 |3146k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
603.58/603.63	c   525s|  4320k|  3401k|     0 |   0.0 |1838M| 301 |   - | 520 |3680 |   0 |   0 |   0 |3158k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
605.79/605.82	c   528s|  4330k|  3407k|     0 |   0.0 |1843M| 301 |   - | 520 |3653 |   0 |   0 |   0 |3169k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
607.89/607.93	c   529s|  4340k|  3414k|     0 |   0.0 |1848M| 301 |   - | 520 |3525 |   0 |   0 |   0 |3181k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
610.19/610.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
610.19/610.25	c   532s|  4350k|  3421k|     0 |   0.0 |1853M| 301 |   - | 520 |3473 |   0 |   0 |   0 |3192k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
612.49/612.51	c   534s|  4360k|  3427k|     0 |   0.0 |1858M| 301 |   - | 520 |3435 |   0 |   0 |   0 |3203k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
614.59/614.61	c   535s|  4370k|  3434k|     0 |   0.0 |1862M| 301 |   - | 520 |3622 |   0 |   0 |   0 |3214k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
616.58/616.68	c   537s|  4380k|  3441k|     0 |   0.0 |1867M| 301 |   - | 520 |3549 |   0 |   0 |   0 |3226k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
618.89/618.95	c   539s|  4390k|  3447k|     0 |   0.0 |1872M| 301 |   - | 520 |3581 |   0 |   0 |   0 |3238k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
621.19/621.25	c   542s|  4400k|  3453k|     0 |   0.0 |1877M| 301 |   - | 520 |3767 |   0 |   0 |   0 |3250k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
623.48/623.53	c   544s|  4410k|  3460k|     0 |   0.0 |1882M| 301 |   - | 520 |3585 |   0 |   0 |   0 |3262k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
625.80/625.81	c   546s|  4420k|  3466k|     0 |   0.0 |1887M| 301 |   - | 520 |3347 |   0 |   0 |   0 |3274k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
627.99/628.10	c   548s|  4430k|  3472k|     0 |   0.0 |1892M| 301 |   - | 520 |3517 |   0 |   0 |   0 |3286k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
630.30/630.33	c   550s|  4440k|  3479k|     0 |   0.0 |1897M| 301 |   - | 520 |3670 |   0 |   0 |   0 |3298k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
632.68/632.77	c   552s|  4450k|  3485k|     0 |   0.0 |1902M| 301 |   - | 520 |3728 |   0 |   0 |   0 |3310k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
635.19/635.20	c   554s|  4460k|  3492k|     0 |   0.0 |1907M| 301 |   - | 520 |3577 |   0 |   0 |   0 |3322k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
637.48/637.51	c   556s|  4470k|  3498k|     0 |   0.0 |1912M| 301 |   - | 520 |3559 |   0 |   0 |   0 |3335k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
639.69/639.75	c   558s|  4480k|  3504k|     0 |   0.0 |1917M| 301 |   - | 520 |3730 |   0 |   0 |   0 |3347k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
641.99/642.00	c   560s|  4490k|  3511k|     0 |   0.0 |1922M| 301 |   - | 520 |3819 |   0 |   0 |   0 |3359k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
644.18/644.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.18/644.25	c   562s|  4500k|  3517k|     0 |   0.0 |1927M| 301 |   - | 520 |3735 |   0 |   0 |   0 |3371k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
646.39/646.45	c   564s|  4510k|  3524k|     0 |   0.0 |1932M| 301 |   - | 520 |3819 |   0 |   0 |   0 |3383k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
648.59/648.63	c   566s|  4520k|  3530k|     0 |   0.0 |1937M| 301 |   - | 520 |3715 |   0 |   0 |   0 |3394k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
650.79/650.88	c   569s|  4530k|  3537k|     0 |   0.0 |1942M| 301 |   - | 520 |3632 |   0 |   0 |   0 |3406k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
653.08/653.11	c   571s|  4540k|  3544k|     0 |   0.0 |1947M| 301 |   - | 520 |3663 |   0 |   0 |   0 |3417k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
655.49/655.53	c   573s|  4550k|  3550k|     0 |   0.0 |1952M| 301 |   - | 520 |3686 |   0 |   0 |   0 |3429k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
657.99/658.02	c   575s|  4560k|  3556k|     0 |   0.0 |1957M| 301 |   - | 520 |3894 |   0 |   0 |   0 |3442k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
660.49/660.56	c   577s|  4570k|  3562k|     0 |   0.0 |1962M| 301 |   - | 520 |3671 |   0 |   0 |   0 |3455k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
662.89/662.92	c   580s|  4580k|  3568k|     0 |   0.0 |1967M| 301 |   - | 520 |3730 |   0 |   0 |   0 |3468k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
665.28/665.34	c   582s|  4590k|  3575k|     0 |   0.0 |1972M| 301 |   - | 520 |3787 |   0 |   0 |   0 |3481k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
667.60/667.69	c   584s|  4600k|  3581k|     0 |   0.0 |1977M| 301 |   - | 520 |3531 |   0 |   0 |   0 |3493k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
670.09/670.14	c   586s|  4610k|  3587k|     0 |   0.0 |1982M| 301 |   - | 520 |3666 |   0 |   0 |   0 |3506k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
672.59/672.62	c   588s|  4620k|  3593k|     0 |   0.0 |1988M| 301 |   - | 520 |3600 |   0 |   0 |   0 |3519k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
675.09/675.16	c   591s|  4630k|  3599k|     0 |   0.0 |1993M| 301 |   - | 520 |3676 |   0 |   0 |   0 |3532k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
677.69/677.76	c   593s|  4640k|  3605k|     0 |   0.0 |1998M| 301 |   - | 520 |3712 |   0 |   0 |   0 |3545k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
680.29/680.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
680.29/680.35	c   595s|  4650k|  3612k|     0 |   0.0 |2003M| 301 |   - | 520 |3589 |   0 |   0 |   0 |3558k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
682.79/682.83	c   598s|  4660k|  3618k|     0 |   0.0 |2008M| 301 |   - | 520 |3986 |   0 |   0 |   0 |3572k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
685.20/685.24	c   600s|  4670k|  3624k|     0 |   0.0 |2013M| 301 |   - | 520 |3733 |   0 |   0 |   0 |3584k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
687.39/687.48	c   602s|  4680k|  3630k|     0 |   0.0 |2018M| 301 |   - | 520 |3893 |   0 |   0 |   0 |3597k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
689.60/689.69	c   604s|  4690k|  3637k|     0 |   0.0 |2023M| 301 |   - | 520 |3757 |   0 |   0 |   0 |3609k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
691.89/691.97	c   606s|  4700k|  3643k|     0 |   0.0 |2028M| 301 |   - | 520 |3806 |   0 |   0 |   0 |3621k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
694.19/694.24	c   608s|  4710k|  3650k|     0 |   0.0 |2033M| 301 |   - | 520 |4104 |   0 |   0 |   0 |3633k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
696.59/696.60	c   610s|  4720k|  3656k|     0 |   0.0 |2037M| 301 |   - | 520 |3947 |   0 |   0 |   0 |3646k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
699.39/699.50	c   613s|  4730k|  3662k|     0 |   0.0 |2043M| 301 |   - | 520 |4062 |   0 |   0 |   0 |3660k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
701.99/702.06	c   615s|  4740k|  3668k|     0 |   0.0 |2048M| 301 |   - | 520 |3890 |   0 |   0 |   0 |3674k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
704.49/704.55	c   618s|  4750k|  3674k|     0 |   0.0 |2053M| 301 |   - | 520 |3952 |   0 |   0 |   0 |3687k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
707.08/707.16	c   620s|  4760k|  3680k|     0 |   0.0 |2058M| 301 |   - | 520 |3795 |   0 |   0 |   0 |3701k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
709.79/709.84	c   623s|  4770k|  3685k|     0 |   0.0 |2064M| 301 |   - | 520 |4087 |   0 |   0 |   0 |3715k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
712.39/712.45	c   625s|  4780k|  3691k|     0 |   0.0 |2069M| 301 |   - | 520 |4084 |   0 |   0 |   0 |3728k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
714.90/714.98	c   627s|  4790k|  3697k|     0 |   0.0 |2074M| 301 |   - | 520 |4105 |   0 |   0 |   0 |3742k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
717.49/717.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
717.49/717.54	c   630s|  4800k|  3703k|     0 |   0.0 |2079M| 301 |   - | 520 |3974 |   0 |   0 |   0 |3756k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
720.09/720.16	c   632s|  4810k|  3709k|     0 |   0.0 |2084M| 301 |   - | 520 |4102 |   0 |   0 |   0 |3769k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
722.79/722.83	c   635s|  4820k|  3715k|     0 |   0.0 |2089M| 301 |   - | 520 |3997 |   0 |   0 |   0 |3783k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
725.19/725.21	c   637s|  4830k|  3722k|     0 |   0.0 |2094M| 301 |   - | 520 |4039 |   0 |   0 |   0 |3795k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
727.69/727.73	c   639s|  4840k|  3728k|     0 |   0.0 |2099M| 301 |   - | 520 |3955 |   0 |   0 |   0 |3808k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
730.19/730.23	c   641s|  4850k|  3734k|     0 |   0.0 |2104M| 301 |   - | 520 |3884 |   0 |   0 |   0 |3821k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
732.60/732.67	c   644s|  4860k|  3740k|     0 |   0.0 |2109M| 301 |   - | 520 |3998 |   0 |   0 |   0 |3834k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
734.89/734.95	c   646s|  4870k|  3747k|     0 |   0.0 |2114M| 301 |   - | 520 |3980 |   0 |   0 |   0 |3847k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
737.39/737.45	c   648s|  4880k|  3753k|     0 |   0.0 |2119M| 301 |   - | 520 |3865 |   0 |   0 |   0 |3860k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
740.19/740.30	c   651s|  4890k|  3758k|     0 |   0.0 |2124M| 301 |   - | 520 |3894 |   0 |   0 |   0 |3875k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
743.09/743.10	c   653s|  4900k|  3764k|     0 |   0.0 |2129M| 301 |   - | 520 |3839 |   0 |   0 |   0 |3889k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
745.89/745.92	c   656s|  4910k|  3770k|     0 |   0.0 |2134M| 301 |   - | 520 |3929 |   0 |   0 |   0 |3903k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
748.59/748.67	c   658s|  4920k|  3775k|     0 |   0.0 |2140M| 301 |   - | 520 |4094 |   0 |   0 |   0 |3917k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
751.30/751.39	c   661s|  4930k|  3781k|     0 |   0.0 |2145M| 301 |   - | 520 |3944 |   0 |   0 |   0 |3931k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
754.09/754.19	c   663s|  4940k|  3786k|     0 |   0.0 |2150M| 301 |   - | 520 |4050 |   0 |   0 |   0 |3946k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
756.69/756.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
756.69/756.76	c   666s|  4950k|  3792k|     0 |   0.0 |2155M| 301 |   - | 520 |4297 |   0 |   0 |   0 |3959k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
759.49/759.52	c   668s|  4960k|  3798k|     0 |   0.0 |2160M| 301 |   - | 520 |4078 |   0 |   0 |   0 |3974k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
762.20/762.23	c   671s|  4970k|  3804k|     0 |   0.0 |2166M| 301 |   - | 520 |3916 |   0 |   0 |   0 |3988k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
764.79/764.81	c   673s|  4980k|  3810k|     0 |   0.0 |2171M| 301 |   - | 520 |4189 |   0 |   0 |   0 |4001k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
767.39/767.47	c   676s|  4990k|  3816k|     0 |   0.0 |2176M| 301 |   - | 520 |4101 |   0 |   0 |   0 |4014k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
770.09/770.12	c   678s|  5000k|  3822k|     0 |   0.0 |2181M| 301 |   - | 520 |4077 |   0 |   0 |   0 |4028k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
772.59/772.63	c   680s|  5010k|  3828k|     0 |   0.0 |2186M| 301 |   - | 520 |3866 |   0 |   0 |   0 |4041k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
775.19/775.24	c   683s|  5020k|  3834k|     0 |   0.0 |2191M| 301 |   - | 520 |3911 |   0 |   0 |   0 |4054k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
777.69/777.78	c   685s|  5030k|  3840k|     0 |   0.0 |2196M| 301 |   - | 520 |4279 |   0 |   0 |   0 |4068k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
780.39/780.43	c   688s|  5040k|  3846k|     0 |   0.0 |2201M| 301 |   - | 520 |3819 |   0 |   0 |   0 |4082k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
783.39/783.40	c   690s|  5050k|  3851k|     0 |   0.0 |2206M| 301 |   - | 520 |3671 |   0 |   0 |   0 |4097k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
786.19/786.28	c   693s|  5060k|  3857k|     0 |   0.0 |2211M| 301 |   - | 520 |4028 |   0 |   0 |   0 |4112k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
789.30/789.32	c   696s|  5070k|  3862k|     0 |   0.0 |2217M| 301 |   - | 520 |3917 |   0 |   0 |   0 |4127k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
792.19/792.29	c   698s|  5080k|  3867k|     0 |   0.0 |2222M| 301 |   - | 520 |3930 |   0 |   0 |   0 |4142k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
795.20/795.28	c   701s|  5090k|  3873k|     0 |   0.0 |2227M| 301 |   - | 520 |4272 |   0 |   0 |   0 |4157k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
797.99/798.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
797.99/798.10	c   704s|  5100k|  3878k|     0 |   0.0 |2232M| 301 |   - | 520 |4035 |   0 |   0 |   0 |4171k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
800.80/800.86	c   706s|  5110k|  3884k|     0 |   0.0 |2237M| 301 |   - | 520 |3956 |   0 |   0 |   0 |4186k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
803.69/803.70	c   709s|  5120k|  3889k|     0 |   0.0 |2243M| 301 |   - | 520 |3893 |   0 |   0 |   0 |4200k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
806.39/806.47	c   712s|  5130k|  3895k|     0 |   0.0 |2248M| 301 |   - | 520 |4192 |   0 |   0 |   0 |4214k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
809.09/809.19	c   714s|  5140k|  3901k|     0 |   0.0 |2253M| 301 |   - | 520 |4155 |   0 |   0 |   0 |4228k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
812.09/812.19	c   717s|  5150k|  3907k|     0 |   0.0 |2258M| 301 |   - | 520 |4268 |   0 |   0 |   0 |4242k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
814.90/814.95	c   719s|  5160k|  3913k|     0 |   0.0 |2263M| 301 |   - | 520 |4359 |   0 |   0 |   0 |4256k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
817.40/817.48	c   722s|  5170k|  3919k|     0 |   0.0 |2268M| 301 |   - | 520 |4084 |   0 |   0 |   0 |4269k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
819.99/820.07	c   724s|  5180k|  3924k|     0 |   0.0 |2273M| 301 |   - | 520 |4295 |   0 |   0 |   0 |4283k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
822.70/822.74	c   727s|  5190k|  3930k|     0 |   0.0 |2278M| 301 |   - | 520 |4159 |   0 |   0 |   0 |4298k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
825.79/825.82	c   729s|  5200k|  3935k|     0 |   0.0 |2283M| 301 |   - | 520 |3898 |   0 |   0 |   0 |4313k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
828.90/828.91	c   732s|  5210k|  3940k|     0 |   0.0 |2289M| 301 |   - | 520 |4482 |   0 |   0 |   0 |4330k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
831.80/831.83	c   735s|  5220k|  3946k|     0 |   0.0 |2294M| 301 |   - | 520 |4203 |   0 |   0 |   0 |4345k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
834.99/835.00	c   738s|  5230k|  3951k|     0 |   0.0 |2299M| 301 |   - | 520 |4162 |   0 |   0 |   0 |4361k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
838.20/838.24	c   741s|  5240k|  3956k|     0 |   0.0 |2304M| 301 |   - | 520 |4368 |   0 |   0 |   0 |4377k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
841.30/841.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.30/841.32	c   744s|  5250k|  3961k|     0 |   0.0 |2310M| 301 |   - | 520 |4190 |   0 |   0 |   0 |4392k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
844.09/844.13	c   746s|  5260k|  3967k|     0 |   0.0 |2315M| 301 |   - | 520 |4164 |   0 |   0 |   0 |4407k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
846.90/846.97	c   749s|  5270k|  3972k|     0 |   0.0 |2320M| 301 |   - | 520 |4429 |   0 |   0 |   0 |4422k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
849.79/849.80	c   752s|  5280k|  3978k|     0 |   0.0 |2325M| 301 |   - | 520 |4421 |   0 |   0 |   0 |4437k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
852.50/852.59	c   754s|  5290k|  3983k|     0 |   0.0 |2330M| 301 |   - | 520 |4186 |   0 |   0 |   0 |4452k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
855.39/855.43	c   757s|  5300k|  3989k|     0 |   0.0 |2335M| 301 |   - | 520 |4370 |   0 |   0 |   0 |4466k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
858.19/858.28	c   760s|  5310k|  3995k|     0 |   0.0 |2340M| 301 |   - | 520 |4375 |   0 |   0 |   0 |4481k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
861.30/861.39	c   762s|  5320k|  4000k|     0 |   0.0 |2345M| 301 |   - | 520 |4137 |   0 |   0 |   0 |4496k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
864.20/864.23	c   765s|  5330k|  4006k|     0 |   0.0 |2350M| 301 |   - | 520 |4321 |   0 |   0 |   0 |4511k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
867.09/867.14	c   768s|  5340k|  4011k|     0 |   0.0 |2355M| 301 |   - | 520 |4383 |   0 |   0 |   0 |4526k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
870.49/870.50	c   771s|  5350k|  4016k|     0 |   0.0 |2361M| 301 |   - | 520 |4158 |   0 |   0 |   0 |4543k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
873.79/873.89	c   774s|  5360k|  4021k|     0 |   0.0 |2366M| 301 |   - | 520 |4285 |   0 |   0 |   0 |4560k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
877.39/877.43	c   777s|  5370k|  4026k|     0 |   0.0 |2372M| 301 |   - | 520 |4472 |   0 |   0 |   0 |4577k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
880.79/880.85	c   781s|  5380k|  4031k|     0 |   0.0 |2377M| 301 |   - | 520 |4257 |   0 |   0 |   0 |4594k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
884.00/884.10	c   784s|  5390k|  4036k|     0 |   0.0 |2382M| 301 |   - | 520 |4462 |   0 |   0 |   0 |4611k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
887.30/887.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
887.30/887.30	c   787s|  5400k|  4041k|     0 |   0.0 |2387M| 301 |   - | 520 |4556 |   0 |   0 |   0 |4627k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
890.69/890.71	c   790s|  5410k|  4046k|     0 |   0.0 |2393M| 301 |   - | 520 |4432 |   0 |   0 |   0 |4643k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
894.09/894.11	c   793s|  5420k|  4051k|     0 |   0.0 |2398M| 301 |   - | 520 |4506 |   0 |   0 |   0 |4659k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
897.20/897.23	c   796s|  5430k|  4057k|     0 |   0.0 |2403M| 301 |   - | 520 |4523 |   0 |   0 |   0 |4675k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
900.19/900.25	c   799s|  5440k|  4062k|     0 |   0.0 |2408M| 301 |   - | 520 |4511 |   0 |   0 |   0 |4690k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
903.19/903.27	c   801s|  5450k|  4068k|     0 |   0.0 |2413M| 301 |   - | 520 |4389 |   0 |   0 |   0 |4705k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
906.30/906.31	c   804s|  5460k|  4073k|     0 |   0.0 |2418M| 301 |   - | 520 |4625 |   0 |   0 |   0 |4721k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
909.30/909.36	c   807s|  5470k|  4078k|     0 |   0.0 |2423M| 301 |   - | 520 |4625 |   0 |   0 |   0 |4736k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
912.59/912.61	c   810s|  5480k|  4083k|     0 |   0.0 |2428M| 301 |   - | 520 |4606 |   0 |   0 |   0 |4752k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
916.20/916.21	c   814s|  5490k|  4088k|     0 |   0.0 |2433M| 301 |   - | 520 |4549 |   0 |   0 |   0 |4771k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
919.60/919.65	c   817s|  5500k|  4092k|     0 |   0.0 |2438M| 301 |   - | 520 |4614 |   0 |   0 |   0 |4789k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
923.10/923.19	c   820s|  5510k|  4097k|     0 |   0.0 |2444M| 301 |   - | 520 |4554 |   0 |   0 |   0 |4806k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
926.70/926.74	c   823s|  5520k|  4102k|     0 |   0.0 |2449M| 301 |   - | 520 |4337 |   0 |   0 |   0 |4823k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
930.19/930.28	c   827s|  5530k|  4107k|     0 |   0.0 |2454M| 301 |   - | 520 |4702 |   0 |   0 |   0 |4840k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
933.70/933.73	c   830s|  5540k|  4112k|     0 |   0.0 |2459M| 301 |   - | 520 |4256 |   0 |   0 |   0 |4857k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
937.29/937.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
937.29/937.36	c   833s|  5550k|  4116k|     0 |   0.0 |2465M| 301 |   - | 520 |4600 |   0 |   0 |   0 |4874k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
940.59/940.61	c   836s|  5560k|  4122k|     0 |   0.0 |2470M| 301 |   - | 520 |4845 |   0 |   0 |   0 |4890k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
943.80/943.88	c   839s|  5570k|  4127k|     0 |   0.0 |2475M| 301 |   - | 520 |4543 |   0 |   0 |   0 |4906k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
947.00/947.09	c   842s|  5580k|  4132k|     0 |   0.0 |2480M| 301 |   - | 520 |4815 |   0 |   0 |   0 |4922k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
950.20/950.27	c   845s|  5590k|  4138k|     0 |   0.0 |2485M| 301 |   - | 520 |4645 |   0 |   0 |   0 |4938k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
953.29/953.35	c   848s|  5600k|  4143k|     0 |   0.0 |2490M| 301 |   - | 520 |4452 |   0 |   0 |   0 |4953k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
956.80/956.89	c   852s|  5610k|  4148k|     0 |   0.0 |2495M| 301 |   - | 520 |4645 |   0 |   0 |   0 |4970k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
961.19/961.24	c   856s|  5620k|  4152k|     0 |   0.0 |2500M| 301 |   - | 520 |4512 |   0 |   0 |   0 |4989k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
964.89/964.90	c   859s|  5630k|  4156k|     0 |   0.0 |2505M| 301 |   - | 520 |4600 |   0 |   0 |   0 |5007k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
968.39/968.48	c   862s|  5640k|  4160k|     0 |   0.0 |2510M| 301 |   - | 520 |4441 |   0 |   0 |   0 |5024k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
971.89/971.99	c   866s|  5650k|  4165k|     0 |   0.0 |2516M| 301 |   - | 520 |4683 |   0 |   0 |   0 |5041k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
975.61/975.63	c   869s|  5660k|  4170k|     0 |   0.0 |2521M| 301 |   - | 520 |4544 |   0 |   0 |   0 |5059k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
979.10/979.13	c   872s|  5670k|  4174k|     0 |   0.0 |2527M| 301 |   - | 520 |4877 |   0 |   0 |   0 |5076k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
982.50/982.57	c   876s|  5680k|  4179k|     0 |   0.0 |2532M| 301 |   - | 520 |4579 |   0 |   0 |   0 |5093k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
985.90/985.94	c   879s|  5690k|  4184k|     0 |   0.0 |2537M| 301 |   - | 520 |4921 |   0 |   0 |   0 |5110k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
989.20/989.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
989.20/989.27	c   882s|  5700k|  4189k|     0 |   0.0 |2542M| 301 |   - | 520 |4814 |   0 |   0 |   0 |5126k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
992.69/992.73	c   885s|  5710k|  4195k|     0 |   0.0 |2547M| 301 |   - | 520 |4536 |   0 |   0 |   0 |5142k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
995.70/995.74	c   888s|  5720k|  4200k|     0 |   0.0 |2552M| 301 |   - | 520 |4857 |   0 |   0 |   0 |5158k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
999.10/999.15	c   891s|  5730k|  4205k|     0 |   0.0 |2557M| 301 |   - | 520 |4916 |   0 |   0 |   0 |5176k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1003.11/1003.13	c   895s|  5740k|  4208k|     0 |   0.0 |2562M| 301 |   - | 520 |4721 |   0 |   0 |   0 |5195k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1006.99/1007.09	c   898s|  5750k|  4212k|     0 |   0.0 |2567M| 301 |   - | 520 |4620 |   0 |   0 |   0 |5214k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1010.90/1010.92	c   902s|  5760k|  4217k|     0 |   0.0 |2572M| 301 |   - | 520 |4652 |   0 |   0 |   0 |5232k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1015.00/1015.09	c   906s|  5770k|  4221k|     0 |   0.0 |2577M| 301 |   - | 520 |4554 |   0 |   0 |   0 |5250k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1019.20/1019.26	c   910s|  5780k|  4225k|     0 |   0.0 |2583M| 301 |   - | 520 |4980 |   0 |   0 |   0 |5268k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1023.40/1023.42	c   914s|  5790k|  4230k|     0 |   0.0 |2588M| 301 |   - | 520 |5187 |   0 |   0 |   0 |5286k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1027.09/1027.17	c   917s|  5800k|  4235k|     0 |   0.0 |2593M| 301 |   - | 520 |4803 |   0 |   0 |   0 |5303k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1030.90/1030.94	c   921s|  5810k|  4239k|     0 |   0.0 |2598M| 301 |   - | 520 |5011 |   0 |   0 |   0 |5320k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1034.70/1034.79	c   925s|  5820k|  4244k|     0 |   0.0 |2603M| 301 |   - | 520 |4839 |   0 |   0 |   0 |5337k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1038.80/1038.84	c   928s|  5830k|  4249k|     0 |   0.0 |2608M| 301 |   - | 520 |4942 |   0 |   0 |   0 |5354k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1043.00/1043.04	c   932s|  5840k|  4254k|     0 |   0.0 |2613M| 301 |   - | 520 |5013 |   0 |   0 |   0 |5371k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1048.00/1048.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1048.00/1048.06	c   937s|  5850k|  4257k|     0 |   0.0 |2618M| 301 |   - | 520 |4637 |   0 |   0 |   0 |5392k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1052.80/1052.80	c   942s|  5860k|  4261k|     0 |   0.0 |2623M| 301 |   - | 520 |4881 |   0 |   0 |   0 |5412k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1057.60/1057.64	c   946s|  5870k|  4264k|     0 |   0.0 |2628M| 301 |   - | 520 |4681 |   0 |   0 |   0 |5431k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1061.90/1061.97	c   950s|  5880k|  4269k|     0 |   0.0 |2633M| 301 |   - | 520 |4866 |   0 |   0 |   0 |5450k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1066.79/1066.80	c   955s|  5890k|  4273k|     0 |   0.0 |2639M| 301 |   - | 520 |4995 |   0 |   0 |   0 |5468k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1071.00/1071.06	c   959s|  5900k|  4277k|     0 |   0.0 |2644M| 301 |   - | 520 |5013 |   0 |   0 |   0 |5486k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1075.60/1075.65	c   963s|  5910k|  4281k|     0 |   0.0 |2649M| 301 |   - | 520 |4767 |   0 |   0 |   0 |5504k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1080.21/1080.22	c   968s|  5920k|  4286k|     0 |   0.0 |2654M| 301 |   - | 520 |5176 |   0 |   0 |   0 |5522k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1084.60/1084.62	c   972s|  5930k|  4291k|     0 |   0.0 |2659M| 301 |   - | 520 |4827 |   0 |   0 |   0 |5539k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1088.80/1088.89	c   976s|  5940k|  4295k|     0 |   0.0 |2664M| 301 |   - | 520 |5299 |   0 |   0 |   0 |5556k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1094.10/1094.13	c   981s|  5950k|  4298k|     0 |   0.0 |2668M| 301 |   - | 520 |4791 |   0 |   0 |   0 |5578k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1098.91/1098.99	c   985s|  5960k|  4302k|     0 |   0.0 |2673M| 301 |   - | 520 |4721 |   0 |   0 |   0 |5598k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1104.10/1104.16	c   990s|  5970k|  4306k|     0 |   0.0 |2679M| 301 |   - | 520 |4904 |   0 |   0 |   0 |5617k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1109.20/1109.24	c   995s|  5980k|  4309k|     0 |   0.0 |2684M| 301 |   - | 520 |5000 |   0 |   0 |   0 |5636k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1114.00/1114.08	c  1000s|  5990k|  4313k|     0 |   0.0 |2689M| 301 |   - | 520 |5114 |   0 |   0 |   0 |5656k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1118.60/1118.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1118.60/1118.68	c  1004s|  6000k|  4318k|     0 |   0.0 |2694M| 301 |   - | 520 |4831 |   0 |   0 |   0 |5674k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1123.11/1123.19	c  1008s|  6010k|  4322k|     0 |   0.0 |2699M| 301 |   - | 520 |5039 |   0 |   0 |   0 |5692k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1127.51/1127.59	c  1013s|  6020k|  4326k|     0 |   0.0 |2705M| 301 |   - | 520 |5212 |   0 |   0 |   0 |5710k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1132.00/1132.05	c  1017s|  6030k|  4331k|     0 |   0.0 |2710M| 301 |   - | 520 |5137 |   0 |   0 |   0 |5727k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1137.41/1137.42	c  1022s|  6040k|  4334k|     0 |   0.0 |2714M| 301 |   - | 520 |4957 |   0 |   0 |   0 |5749k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1142.91/1142.98	c  1027s|  6050k|  4337k|     0 |   0.0 |2719M| 301 |   - | 520 |5036 |   0 |   0 |   0 |5769k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1148.20/1148.22	c  1032s|  6060k|  4341k|     0 |   0.0 |2724M| 301 |   - | 520 |5092 |   0 |   0 |   0 |5789k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1153.20/1153.28	c  1037s|  6070k|  4344k|     0 |   0.0 |2729M| 301 |   - | 520 |4933 |   0 |   0 |   0 |5809k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1158.21/1158.22	c  1042s|  6080k|  4348k|     0 |   0.0 |2734M| 301 |   - | 520 |5139 |   0 |   0 |   0 |5828k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1163.20/1163.23	c  1046s|  6090k|  4352k|     0 |   0.0 |2739M| 301 |   - | 520 |4765 |   0 |   0 |   0 |5847k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1167.90/1167.98	c  1051s|  6100k|  4357k|     0 |   0.0 |2744M| 301 |   - | 520 |5292 |   0 |   0 |   0 |5865k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1172.51/1172.55	c  1055s|  6110k|  4361k|     0 |   0.0 |2749M| 301 |   - | 520 |5186 |   0 |   0 |   0 |5883k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1177.10/1177.19	c  1060s|  6120k|  4365k|     0 |   0.0 |2754M| 301 |   - | 520 |5226 |   0 |   0 |   0 |5903k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1182.60/1182.66	c  1065s|  6130k|  4368k|     0 |   0.0 |2758M| 301 |   - | 520 |4978 |   0 |   0 |   0 |5924k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1187.60/1187.65	c  1070s|  6140k|  4371k|     0 |   0.0 |2763M| 301 |   - | 520 |5118 |   0 |   0 |   0 |5945k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1192.80/1192.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1192.80/1192.80	c  1075s|  6150k|  4375k|     0 |   0.0 |2768M| 301 |   - | 520 |5177 |   0 |   0 |   0 |5965k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1197.90/1197.96	c  1080s|  6160k|  4378k|     0 |   0.0 |2773M| 301 |   - | 520 |5015 |   0 |   0 |   0 |5985k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1203.10/1203.14	c  1085s|  6170k|  4382k|     0 |   0.0 |2779M| 301 |   - | 520 |5251 |   0 |   0 |   0 |6004k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1207.60/1207.61	c  1089s|  6180k|  4387k|     0 |   0.0 |2784M| 301 |   - | 520 |4954 |   0 |   0 |   0 |6022k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1212.30/1212.35	c  1093s|  6190k|  4391k|     0 |   0.0 |2789M| 301 |   - | 520 |5597 |   0 |   0 |   0 |6041k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1217.40/1217.49	c  1098s|  6200k|  4395k|     0 |   0.0 |2793M| 301 |   - | 520 |5231 |   0 |   0 |   0 |6061k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1223.00/1223.02	c  1103s|  6210k|  4397k|     0 |   0.0 |2798M| 301 |   - | 520 |4857 |   0 |   0 |   0 |6083k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1228.40/1228.42	c  1109s|  6220k|  4400k|     0 |   0.0 |2803M| 301 |   - | 520 |4937 |   0 |   0 |   0 |6104k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1233.51/1233.56	c  1113s|  6230k|  4404k|     0 |   0.0 |2807M| 301 |   - | 520 |4911 |   0 |   0 |   0 |6123k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1238.30/1238.36	c  1118s|  6240k|  4408k|     0 |   0.0 |2813M| 301 |   - | 520 |5228 |   0 |   0 |   0 |6142k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1243.11/1243.13	c  1122s|  6250k|  4412k|     0 |   0.0 |2817M| 301 |   - | 520 |5362 |   0 |   0 |   0 |6161k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1247.50/1247.50	c  1127s|  6260k|  4417k|     0 |   0.0 |2822M| 301 |   - | 520 |5349 |   0 |   0 |   0 |6179k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1252.20/1252.25	c  1131s|  6270k|  4420k|     0 |   0.0 |2827M| 301 |   - | 520 |5319 |   0 |   0 |   0 |6199k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1258.10/1258.10	c  1137s|  6280k|  4423k|     0 |   0.0 |2831M| 301 |   - | 520 |5264 |   0 |   0 |   0 |6221k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1263.60/1263.60	c  1142s|  6290k|  4426k|     0 |   0.0 |2836M| 301 |   - | 520 |5241 |   0 |   0 |   0 |6242k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1269.01/1269.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1269.01/1269.00	c  1147s|  6300k|  4430k|     0 |   0.0 |2841M| 301 |   - | 520 |4814 |   0 |   0 |   0 |6261k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1274.00/1274.09	c  1152s|  6310k|  4434k|     0 |   0.0 |2847M| 301 |   - | 520 |5446 |   0 |   0 |   0 |6281k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1279.21/1279.24	c  1157s|  6320k|  4438k|     0 |   0.0 |2851M| 301 |   - | 520 |5262 |   0 |   0 |   0 |6299k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1284.20/1284.21	c  1162s|  6330k|  4442k|     0 |   0.0 |2856M| 301 |   - | 520 |5243 |   0 |   0 |   0 |6318k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1290.11/1290.16	c  1167s|  6340k|  4444k|     0 |   0.0 |2860M| 301 |   - | 520 |4949 |   0 |   0 |   0 |6341k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1295.51/1295.56	c  1172s|  6350k|  4447k|     0 |   0.0 |2865M| 301 |   - | 520 |5014 |   0 |   0 |   0 |6361k|   0 | 0.000000e+00 | 2.652000e+03 |    Inf 
1298.70/1298.71	c (node 6356577) switching to memory saving mode (mem: 2736.0M/3420.0M)
1299.20/1299.26	o 973
1299.20/1299.26	c *1176s|  6356k|  4450k|     0 |   0.0 |2868M| 314 |   - | 520 |5431 |   0 |   0 |   0 |6374k|   0 | 0.000000e+00 | 9.730000e+02 |    Inf 
1299.30/1299.32	o 967
1299.30/1299.32	c *1176s|  6356k|  4450k|     0 |   0.0 |2868M| 314 |   - | 520 |5437 |   0 |   0 |   0 |6374k|   0 | 0.000000e+00 | 9.670000e+02 |    Inf 
1299.30/1299.38	o 947
1299.30/1299.38	c *1176s|  6356k|  4450k|     0 |   0.0 |2868M| 314 |   - | 520 |5437 |   0 |   0 |   0 |6374k|   0 | 0.000000e+00 | 9.470000e+02 |    Inf 
1299.51/1299.53	o 754
1299.51/1299.53	c *1176s|  6357k|  4449k|     0 |   0.0 |2869M| 361 |   - | 520 |6828 |   0 |   0 |   0 |6376k|   0 | 0.000000e+00 | 7.540000e+02 |    Inf 
1299.51/1299.59	o 728
1299.51/1299.59	c *1176s|  6357k|  4445k|     0 |   0.0 |2868M| 361 |   - | 520 |6816 |   0 |   0 |   0 |6376k|   0 | 0.000000e+00 | 7.280000e+02 |    Inf 
1299.71/1299.72	o 722
1299.71/1299.72	c *1176s|  6357k|  4444k|     0 |   0.0 |2868M| 367 |   - | 520 |7387 |   0 |   0 |   0 |6377k|   0 | 0.000000e+00 | 7.220000e+02 |    Inf 
1299.71/1299.79	o 702
1299.71/1299.79	c *1176s|  6357k|  4439k|     0 |   0.0 |2867M| 367 |   - | 520 |7380 |   0 |   0 |   0 |6377k|   0 | 0.000000e+00 | 7.020000e+02 |    Inf 
1299.80/1299.87	o 696
1299.80/1299.87	c *1177s|  6357k|  4437k|     0 |   0.0 |2867M| 367 |   - | 520 |7380 |   0 |   0 |   0 |6377k|   0 | 0.000000e+00 | 6.960000e+02 |    Inf 
1300.50/1300.50	c  1177s|  6360k|  4437k|     0 |   0.0 |2868M| 367 |   - | 520 |7754 |   0 |   0 |   0 |6382k|   0 | 0.000000e+00 | 6.960000e+02 |    Inf 
1302.81/1302.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1302.81/1302.87	c  1179s|  6370k|  4437k|     0 |   0.0 |2870M| 367 |   - | 520 |  13k|   0 |   0 |   0 |6401k|   0 | 0.000000e+00 | 6.960000e+02 |    Inf 
1305.41/1305.46	c  1181s|  6380k|  4436k|     0 |   0.0 |2873M| 367 |   - | 520 |  19k|   0 |   0 |   0 |6423k|   0 | 0.000000e+00 | 6.960000e+02 |    Inf 
1307.01/1307.08	o 692
1307.01/1307.08	c *1183s|  6386k|  4435k|     0 |   0.0 |2874M| 367 |   - | 520 |  22k|   0 |   0 |   0 |6437k|   0 | 0.000000e+00 | 6.920000e+02 |    Inf 
1307.10/1307.15	o 688
1307.10/1307.15	c *1183s|  6386k|  4434k|     0 |   0.0 |2874M| 367 |   - | 520 |  22k|   0 |   0 |   0 |6437k|   0 | 0.000000e+00 | 6.880000e+02 |    Inf 
1307.20/1307.21	o 682
1307.20/1307.21	c *1183s|  6386k|  4432k|     0 |   0.0 |2873M| 367 |   - | 520 |  22k|   0 |   0 |   0 |6437k|   0 | 0.000000e+00 | 6.820000e+02 |    Inf 
1307.31/1307.39	o 679
1307.31/1307.39	c *1183s|  6386k|  4430k|     0 |   0.0 |2872M| 367 |   - | 520 |  19k|   0 |   0 |   0 |6437k|   0 | 0.000000e+00 | 6.790000e+02 |    Inf 
1307.41/1307.46	o 673
1307.41/1307.46	c *1183s|  6386k|  4428k|     0 |   0.0 |2872M| 367 |   - | 520 |  19k|   0 |   0 |   0 |6437k|   0 | 0.000000e+00 | 6.730000e+02 |    Inf 
1307.51/1307.52	o 663
1307.51/1307.52	c *1183s|  6386k|  4424k|     0 |   0.0 |2871M| 367 |   - | 520 |  19k|   0 |   0 |   0 |6437k|   0 | 0.000000e+00 | 6.630000e+02 |    Inf 
1307.61/1307.61	o 657
1307.61/1307.61	c *1183s|  6386k|  4409k|     0 |   0.0 |2866M| 367 |   - | 520 |  19k|   0 |   0 |   0 |6437k|   0 | 0.000000e+00 | 6.570000e+02 |    Inf 
1308.10/1308.16	o 650
1308.10/1308.16	c *1184s|  6387k|  4395k|     0 |   0.0 |2858M| 367 |   - | 520 |  10k|   0 |   0 |   0 |6440k|   0 | 0.000000e+00 | 6.500000e+02 |    Inf 
1308.20/1308.22	o 649
1308.20/1308.22	c *1184s|  6387k|  4394k|     0 |   0.0 |2858M| 367 |   - | 520 |  10k|   0 |   0 |   0 |6440k|   0 | 0.000000e+00 | 6.490000e+02 |    Inf 
1308.30/1308.30	o 640
1308.30/1308.30	c *1184s|  6387k|  4382k|     0 |   0.0 |2854M| 367 |   - | 520 |  10k|   0 |   0 |   0 |6440k|   0 | 0.000000e+00 | 6.400000e+02 |    Inf 
1308.30/1308.39	o 634
1308.30/1308.39	c *1184s|  6387k|  4373k|     0 |   0.0 |2851M| 367 |   - | 520 |  10k|   0 |   0 |   0 |6440k|   0 | 0.000000e+00 | 6.340000e+02 |    Inf 
1308.40/1308.46	o 633
1308.40/1308.46	c *1184s|  6387k|  4372k|     0 |   0.0 |2850M| 367 |   - | 520 |  10k|   0 |   0 |   0 |6440k|   0 | 0.000000e+00 | 6.330000e+02 |    Inf 
1308.50/1308.53	o 624
1308.50/1308.53	c *1184s|  6387k|  4364k|     0 |   0.0 |2847M| 367 |   - | 520 |  10k|   0 |   0 |   0 |6440k|   0 | 0.000000e+00 | 6.240000e+02 |    Inf 
1309.01/1309.05	o 614
1309.01/1309.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1309.01/1309.05	c *1185s|  6389k|  4356k|     0 |   0.0 |2845M| 367 |   - | 520 |  11k|   0 |   0 |   0 |6445k|   0 | 0.000000e+00 | 6.140000e+02 |    Inf 
1309.11/1309.11	o 611
1309.11/1309.11	c *1185s|  6389k|  4354k|     0 |   0.0 |2845M| 367 |   - | 520 |  11k|   0 |   0 |   0 |6445k|   0 | 0.000000e+00 | 6.110000e+02 |    Inf 
1309.30/1309.35	o 605
1309.30/1309.35	c *1185s|  6389k|  4352k|     0 |   0.0 |2844M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6446k|   0 | 0.000000e+00 | 6.050000e+02 |    Inf 
1309.40/1309.42	o 601
1309.40/1309.42	c *1185s|  6389k|  4350k|     0 |   0.0 |2843M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6446k|   0 | 0.000000e+00 | 6.010000e+02 |    Inf 
1309.40/1309.48	o 595
1309.40/1309.48	c *1185s|  6389k|  4346k|     0 |   0.0 |2842M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6446k|   0 | 0.000000e+00 | 5.950000e+02 |    Inf 
1309.51/1309.52	c  1185s|  6390k|  4346k|     0 |   0.0 |2842M| 367 |   - | 520 |  11k|   0 |   0 |   0 |6446k|   0 | 0.000000e+00 | 5.950000e+02 |    Inf 
1310.40/1310.47	o 590
1310.40/1310.47	c *1186s|  6392k|  4344k|     0 |   0.0 |2842M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6452k|   0 | 0.000000e+00 | 5.900000e+02 |    Inf 
1310.70/1310.76	o 584
1310.70/1310.76	c *1186s|  6393k|  4341k|     0 |   0.0 |2841M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6453k|   0 | 0.000000e+00 | 5.840000e+02 |    Inf 
1310.80/1310.85	o 583
1310.80/1310.85	c *1186s|  6393k|  4341k|     0 |   0.0 |2841M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6453k|   0 | 0.000000e+00 | 5.830000e+02 |    Inf 
1310.90/1310.91	o 577
1310.90/1310.91	c *1186s|  6393k|  4339k|     0 |   0.0 |2840M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6453k|   0 | 0.000000e+00 | 5.770000e+02 |    Inf 
1310.90/1310.98	o 573
1310.90/1310.98	c *1186s|  6393k|  4337k|     0 |   0.0 |2839M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6453k|   0 | 0.000000e+00 | 5.730000e+02 |    Inf 
1311.00/1311.04	o 567
1311.00/1311.04	c *1186s|  6393k|  4335k|     0 |   0.0 |2839M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6453k|   0 | 0.000000e+00 | 5.670000e+02 |    Inf 
1311.31/1311.38	o 564
1311.31/1311.38	c *1187s|  6394k|  4335k|     0 |   0.0 |2838M| 367 |   - | 520 |  11k|   0 |   0 |   0 |6455k|   0 | 0.000000e+00 | 5.640000e+02 |    Inf 
1311.70/1311.75	o 558
1311.70/1311.75	c *1187s|  6396k|  4332k|     0 |   0.0 |2838M| 367 |   - | 520 |  13k|   0 |   0 |   0 |6458k|   0 | 0.000000e+00 | 5.580000e+02 |    Inf 
1311.80/1311.81	o 554
1311.80/1311.81	c *1187s|  6396k|  4331k|     0 |   0.0 |2838M| 367 |   - | 520 |  13k|   0 |   0 |   0 |6458k|   0 | 0.000000e+00 | 5.540000e+02 |    Inf 
1311.80/1311.87	o 548
1311.80/1311.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1311.80/1311.87	c *1187s|  6396k|  4330k|     0 |   0.0 |2837M| 367 |   - | 520 |  13k|   0 |   0 |   0 |6458k|   0 | 0.000000e+00 | 5.480000e+02 |    Inf 
1312.21/1312.22	o 542
1312.21/1312.22	c *1187s|  6397k|  4327k|     0 |   0.0 |2836M| 367 |   - | 520 |  13k|   0 |   0 |   0 |6460k|   0 | 0.000000e+00 | 5.420000e+02 |    Inf 
1312.31/1312.32	o 541
1312.31/1312.32	c *1188s|  6397k|  4326k|     0 |   0.0 |2836M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6460k|   0 | 0.000000e+00 | 5.410000e+02 |    Inf 
1312.31/1312.39	o 535
1312.31/1312.39	c *1188s|  6397k|  4324k|     0 |   0.0 |2836M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6460k|   0 | 0.000000e+00 | 5.350000e+02 |    Inf 
1312.41/1312.45	o 531
1312.41/1312.45	c *1188s|  6397k|  4323k|     0 |   0.0 |2835M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6460k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
1312.51/1312.51	o 525
1312.51/1312.51	c *1188s|  6397k|  4322k|     0 |   0.0 |2835M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6460k|   0 | 0.000000e+00 | 5.250000e+02 |    Inf 
1312.91/1312.92	o 522
1312.91/1312.92	c *1188s|  6398k|  4321k|     0 |   0.0 |2835M| 367 |   - | 520 |  13k|   0 |   0 |   0 |6462k|   0 | 0.000000e+00 | 5.220000e+02 |    Inf 
1312.91/1312.99	o 516
1312.91/1312.99	c *1188s|  6398k|  4319k|     0 |   0.0 |2834M| 367 |   - | 520 |  13k|   0 |   0 |   0 |6462k|   0 | 0.000000e+00 | 5.160000e+02 |    Inf 
1313.41/1313.44	o 514
1313.41/1313.44	c *1189s|  6399k|  4318k|     0 |   0.0 |2834M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 5.140000e+02 |    Inf 
1313.50/1313.51	o 508
1313.50/1313.51	c *1189s|  6399k|  4317k|     0 |   0.0 |2833M| 367 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 5.080000e+02 |    Inf 
1313.50/1313.57	o 507
1313.50/1313.57	c *1189s|  6399k|  4316k|     0 |   0.0 |2833M| 368 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 5.070000e+02 |    Inf 
1313.60/1313.64	o 501
1313.60/1313.64	c *1189s|  6399k|  4314k|     0 |   0.0 |2833M| 368 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 5.010000e+02 |    Inf 
1313.70/1313.70	o 500
1313.70/1313.70	c *1189s|  6399k|  4314k|     0 |   0.0 |2833M| 377 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 5.000000e+02 |    Inf 
1313.70/1313.76	o 494
1313.70/1313.76	c *1189s|  6399k|  4312k|     0 |   0.0 |2832M| 377 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 4.940000e+02 |    Inf 
1313.81/1313.83	o 474
1313.81/1313.83	c *1189s|  6399k|  4305k|     0 |   0.0 |2830M| 377 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 4.740000e+02 |    Inf 
1313.91/1313.90	o 468
1313.91/1313.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1313.91/1313.90	c *1189s|  6399k|  4303k|     0 |   0.0 |2830M| 377 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 4.680000e+02 |    Inf 
1313.91/1313.96	o 465
1313.91/1313.96	c *1189s|  6399k|  4302k|     0 |   0.0 |2829M| 377 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 4.650000e+02 |    Inf 
1314.01/1314.02	o 459
1314.01/1314.02	c *1189s|  6399k|  4300k|     0 |   0.0 |2829M| 377 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 4.590000e+02 |    Inf 
1314.01/1314.03	c  1189s|  6400k|  4299k|     0 |   0.0 |2828M| 377 |   - | 520 |  12k|   0 |   0 |   0 |6465k|   0 | 0.000000e+00 | 4.590000e+02 |    Inf 
1314.20/1314.24	o 453
1314.20/1314.24	c *1189s|  6400k|  4298k|     0 |   0.0 |2828M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6466k|   0 | 0.000000e+00 | 4.530000e+02 |    Inf 
1314.30/1314.30	o 452
1314.30/1314.30	c *1189s|  6400k|  4298k|     0 |   0.0 |2828M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6466k|   0 | 0.000000e+00 | 4.520000e+02 |    Inf 
1314.30/1314.37	o 449
1314.30/1314.37	c *1189s|  6400k|  4296k|     0 |   0.0 |2828M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6466k|   0 | 0.000000e+00 | 4.490000e+02 |    Inf 
1314.41/1314.43	o 443
1314.41/1314.43	c *1190s|  6400k|  4294k|     0 |   0.0 |2827M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6466k|   0 | 0.000000e+00 | 4.430000e+02 |    Inf 
1314.71/1314.75	o 437
1314.71/1314.75	c *1190s|  6401k|  4292k|     0 |   0.0 |2827M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6468k|   0 | 0.000000e+00 | 4.370000e+02 |    Inf 
1314.81/1314.82	o 436
1314.81/1314.82	c *1190s|  6401k|  4292k|     0 |   0.0 |2827M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6468k|   0 | 0.000000e+00 | 4.360000e+02 |    Inf 
1314.81/1314.88	o 430
1314.81/1314.88	c *1190s|  6401k|  4290k|     0 |   0.0 |2826M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6468k|   0 | 0.000000e+00 | 4.300000e+02 |    Inf 
1314.90/1314.96	o 429
1314.90/1314.96	c *1190s|  6401k|  4290k|     0 |   0.0 |2826M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6468k|   0 | 0.000000e+00 | 4.290000e+02 |    Inf 
1315.00/1315.02	o 426
1315.00/1315.02	c *1190s|  6401k|  4289k|     0 |   0.0 |2826M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6468k|   0 | 0.000000e+00 | 4.260000e+02 |    Inf 
1315.00/1315.09	o 420
1315.00/1315.09	c *1190s|  6401k|  4285k|     0 |   0.0 |2825M| 377 |   - | 520 |  13k|   0 |   0 |   0 |6468k|   0 | 0.000000e+00 | 4.200000e+02 |    Inf 
1316.30/1316.31	o 414
1316.30/1316.31	c *1191s|  6405k|  4282k|     0 |   0.0 |2825M| 377 |   - | 520 |  16k|   0 |   0 |   0 |6476k|   0 | 0.000000e+00 | 4.140000e+02 |    Inf 
1316.30/1316.38	o 413
1316.30/1316.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.30/1316.38	c *1191s|  6405k|  4282k|     0 |   0.0 |2824M| 377 |   - | 520 |  16k|   0 |   0 |   0 |6477k|   0 | 0.000000e+00 | 4.130000e+02 |    Inf 
1316.40/1316.44	o 410
1316.40/1316.44	c *1191s|  6405k|  4281k|     0 |   0.0 |2824M| 377 |   - | 520 |  16k|   0 |   0 |   0 |6477k|   0 | 0.000000e+00 | 4.100000e+02 |    Inf 
1316.50/1316.50	o 404
1316.50/1316.50	c *1191s|  6405k|  4279k|     0 |   0.0 |2824M| 377 |   - | 520 |  16k|   0 |   0 |   0 |6477k|   0 | 0.000000e+00 | 4.040000e+02 |    Inf 
1316.91/1316.90	o 398
1316.91/1316.90	c *1192s|  6406k|  4277k|     0 |   0.0 |2823M| 377 |   - | 520 |  17k|   0 |   0 |   0 |6479k|   0 | 0.000000e+00 | 3.980000e+02 |    Inf 
1316.91/1316.98	o 397
1316.91/1316.98	c *1192s|  6406k|  4276k|     0 |   0.0 |2823M| 377 |   - | 520 |  17k|   0 |   0 |   0 |6479k|   0 | 0.000000e+00 | 3.970000e+02 |    Inf 
1317.01/1317.05	o 391
1317.01/1317.05	c *1192s|  6406k|  4271k|     0 |   0.0 |2822M| 377 |   - | 520 |  17k|   0 |   0 |   0 |6479k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
1317.11/1317.12	o 390
1317.11/1317.12	c *1192s|  6406k|  4271k|     0 |   0.0 |2822M| 377 |   - | 520 |  17k|   0 |   0 |   0 |6479k|   0 | 0.000000e+00 | 3.900000e+02 |    Inf 
1317.11/1317.18	o 387
1317.11/1317.18	c *1192s|  6406k|  4270k|     0 |   0.0 |2821M| 377 |   - | 520 |  16k|   0 |   0 |   0 |6479k|   0 | 0.000000e+00 | 3.870000e+02 |    Inf 
1317.21/1317.24	o 381
1317.21/1317.24	c *1192s|  6406k|  4266k|     0 |   0.0 |2820M| 377 |   - | 520 |  16k|   0 |   0 |   0 |6479k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
1318.30/1318.30	c  1193s|  6410k|  4266k|     0 |   0.0 |2821M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6487k|   0 | 0.000000e+00 | 3.810000e+02 |    Inf 
1318.91/1318.99	o 380
1318.91/1318.99	c *1194s|  6412k|  4266k|     0 |   0.0 |2821M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6492k|   0 | 0.000000e+00 | 3.800000e+02 |    Inf 
1319.00/1319.06	o 377
1319.00/1319.06	c *1194s|  6412k|  4263k|     0 |   0.0 |2820M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6492k|   0 | 0.000000e+00 | 3.770000e+02 |    Inf 
1319.10/1319.12	o 371
1319.10/1319.12	c *1194s|  6412k|  4261k|     0 |   0.0 |2820M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6492k|   0 | 0.000000e+00 | 3.710000e+02 |    Inf 
1319.30/1319.32	o 365
1319.30/1319.32	c *1194s|  6412k|  4258k|     0 |   0.0 |2819M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6494k|   0 | 0.000000e+00 | 3.650000e+02 |    Inf 
1319.41/1319.40	o 364
1319.41/1319.40	c *1194s|  6412k|  4257k|     0 |   0.0 |2819M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6494k|   0 | 0.000000e+00 | 3.640000e+02 |    Inf 
1319.41/1319.46	o 358
1319.41/1319.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1319.41/1319.46	c *1194s|  6412k|  4254k|     0 |   0.0 |2818M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6494k|   0 | 0.000000e+00 | 3.580000e+02 |    Inf 
1319.51/1319.52	o 357
1319.51/1319.52	c *1194s|  6412k|  4254k|     0 |   0.0 |2818M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6494k|   0 | 0.000000e+00 | 3.570000e+02 |    Inf 
1319.51/1319.59	o 354
1319.51/1319.59	c *1194s|  6412k|  4251k|     0 |   0.0 |2817M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6494k|   0 | 0.000000e+00 | 3.540000e+02 |    Inf 
1319.61/1319.65	o 348
1319.61/1319.65	c *1194s|  6412k|  4248k|     0 |   0.0 |2816M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6494k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
1319.81/1319.85	o 346
1319.81/1319.85	c *1195s|  6413k|  4246k|     0 |   0.0 |2816M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6495k|   0 | 0.000000e+00 | 3.460000e+02 |    Inf 
1319.91/1319.93	o 345
1319.91/1319.93	c *1195s|  6413k|  4245k|     0 |   0.0 |2815M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6495k|   0 | 0.000000e+00 | 3.450000e+02 |    Inf 
1319.91/1319.99	o 339
1319.91/1319.99	c *1195s|  6413k|  4242k|     0 |   0.0 |2815M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6495k|   0 | 0.000000e+00 | 3.390000e+02 |    Inf 
1320.01/1320.06	o 338
1320.01/1320.06	c *1195s|  6413k|  4242k|     0 |   0.0 |2814M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6495k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
1320.10/1320.12	o 335
1320.10/1320.12	c *1195s|  6413k|  4240k|     0 |   0.0 |2814M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6495k|   0 | 0.000000e+00 | 3.350000e+02 |    Inf 
1320.10/1320.18	o 329
1320.10/1320.18	c *1195s|  6413k|  4236k|     0 |   0.0 |2813M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6495k|   0 | 0.000000e+00 | 3.290000e+02 |    Inf 
1320.51/1320.54	o 328
1320.51/1320.54	c *1195s|  6414k|  4236k|     0 |   0.0 |2813M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 | 3.280000e+02 |    Inf 
1320.61/1320.60	o 327
1320.61/1320.60	c *1195s|  6414k|  4235k|     0 |   0.0 |2812M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 | 3.270000e+02 |    Inf 
1320.61/1320.67	o 321
1320.61/1320.67	c *1195s|  6414k|  4231k|     0 |   0.0 |2811M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 | 3.210000e+02 |    Inf 
1320.70/1320.74	o 315
1320.70/1320.74	c *1195s|  6414k|  4229k|     0 |   0.0 |2811M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 | 3.150000e+02 |    Inf 
1320.80/1320.80	o 314
1320.80/1320.80	c *1196s|  6414k|  4229k|     0 |   0.0 |2811M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 | 3.140000e+02 |    Inf 
1320.80/1320.88	o 308
1320.80/1320.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1320.80/1320.88	c *1196s|  6414k|  4219k|     0 |   0.0 |2808M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 | 3.080000e+02 |    Inf 
1320.90/1320.94	o 307
1320.90/1320.94	c *1196s|  6414k|  4219k|     0 |   0.0 |2808M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 | 3.070000e+02 |    Inf 
1321.01/1321.00	o 304
1321.01/1321.00	c *1196s|  6414k|  4218k|     0 |   0.0 |2808M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 | 3.040000e+02 |    Inf 
1321.01/1321.07	o 298
1321.01/1321.07	c *1196s|  6414k|  4215k|     0 |   0.0 |2807M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6497k|   0 | 0.000000e+00 | 2.980000e+02 |    Inf 
1321.30/1321.31	o 296
1321.30/1321.31	c *1196s|  6414k|  4214k|     0 |   0.0 |2807M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6498k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
1321.61/1321.63	o 293
1321.61/1321.63	c *1196s|  6415k|  4213k|     0 |   0.0 |2806M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6500k|   0 | 0.000000e+00 | 2.930000e+02 |    Inf 
1321.71/1321.70	o 287
1321.71/1321.70	c *1196s|  6415k|  4211k|     0 |   0.0 |2805M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6500k|   0 | 0.000000e+00 | 2.870000e+02 |    Inf 
1321.90/1321.92	o 282
1321.90/1321.92	c *1197s|  6416k|  4209k|     0 |   0.0 |2805M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.820000e+02 |    Inf 
1321.90/1321.98	o 281
1321.90/1321.98	c *1197s|  6416k|  4208k|     0 |   0.0 |2805M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.810000e+02 |    Inf 
1322.00/1322.04	o 278
1322.00/1322.04	c *1197s|  6416k|  4207k|     0 |   0.0 |2805M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.780000e+02 |    Inf 
1322.11/1322.11	o 272
1322.11/1322.11	c *1197s|  6416k|  4204k|     0 |   0.0 |2804M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.720000e+02 |    Inf 
1322.11/1322.18	o 266
1322.11/1322.18	c *1197s|  6416k|  4196k|     0 |   0.0 |2801M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
1322.21/1322.26	o 265
1322.21/1322.26	c *1197s|  6416k|  4196k|     0 |   0.0 |2801M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.650000e+02 |    Inf 
1322.30/1322.32	o 259
1322.30/1322.32	c *1197s|  6416k|  4192k|     0 |   0.0 |2800M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.590000e+02 |    Inf 
1322.30/1322.38	o 258
1322.30/1322.38	c *1197s|  6416k|  4192k|     0 |   0.0 |2800M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.580000e+02 |    Inf 
1322.40/1322.44	o 255
1322.40/1322.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1322.40/1322.44	c *1197s|  6416k|  4191k|     0 |   0.0 |2800M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.550000e+02 |    Inf 
1322.50/1322.51	o 249
1322.50/1322.51	c *1197s|  6416k|  4188k|     0 |   0.0 |2799M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6501k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
1322.90/1322.95	o 246
1322.90/1322.95	c *1198s|  6417k|  4186k|     0 |   0.0 |2799M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6504k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
1323.00/1323.02	o 242
1323.00/1323.02	c *1198s|  6417k|  4180k|     0 |   0.0 |2797M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6504k|   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
1323.00/1323.08	o 236
1323.00/1323.08	c *1198s|  6417k|  4177k|     0 |   0.0 |2797M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6504k|   0 | 0.000000e+00 | 2.360000e+02 |    Inf 
1323.21/1323.28	o 235
1323.21/1323.28	c *1198s|  6418k|  4176k|     0 |   0.0 |2796M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6505k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
1323.31/1323.36	o 233
1323.31/1323.36	c *1198s|  6418k|  4174k|     0 |   0.0 |2795M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6505k|   0 | 0.000000e+00 | 2.330000e+02 |    Inf 
1323.41/1323.42	o 227
1323.41/1323.42	c *1198s|  6418k|  4171k|     0 |   0.0 |2795M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6505k|   0 | 0.000000e+00 | 2.270000e+02 |    Inf 
1323.51/1323.50	o 225
1323.51/1323.50	c *1198s|  6418k|  4169k|     0 |   0.0 |2794M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6505k|   0 | 0.000000e+00 | 2.250000e+02 |    Inf 
1323.51/1323.56	o 224
1323.51/1323.56	c *1198s|  6418k|  4169k|     0 |   0.0 |2794M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6505k|   0 | 0.000000e+00 | 2.240000e+02 |    Inf 
1323.60/1323.62	o 218
1323.60/1323.62	c *1198s|  6418k|  4167k|     0 |   0.0 |2794M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6505k|   0 | 0.000000e+00 | 2.180000e+02 |    Inf 
1323.60/1323.68	o 214
1323.60/1323.68	c *1198s|  6418k|  4166k|     0 |   0.0 |2793M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6505k|   0 | 0.000000e+00 | 2.140000e+02 |    Inf 
1323.70/1323.75	o 208
1323.70/1323.75	c *1198s|  6418k|  4159k|     0 |   0.0 |2791M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6505k|   0 | 0.000000e+00 | 2.080000e+02 |    Inf 
1323.90/1323.92	o 207
1323.90/1323.92	c *1198s|  6418k|  4159k|     0 |   0.0 |2791M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 2.070000e+02 |    Inf 
1323.90/1323.99	o 201
1323.90/1323.99	c *1199s|  6418k|  4157k|     0 |   0.0 |2791M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 2.010000e+02 |    Inf 
1324.00/1324.06	o 198
1324.00/1324.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1324.00/1324.06	c *1199s|  6418k|  4154k|     0 |   0.0 |2790M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.980000e+02 |    Inf 
1324.10/1324.12	o 192
1324.10/1324.12	c *1199s|  6418k|  4152k|     0 |   0.0 |2789M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.920000e+02 |    Inf 
1324.10/1324.18	o 188
1324.10/1324.18	c *1199s|  6418k|  4148k|     0 |   0.0 |2789M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.880000e+02 |    Inf 
1324.20/1324.25	o 182
1324.20/1324.25	c *1199s|  6418k|  4147k|     0 |   0.0 |2788M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.820000e+02 |    Inf 
1324.31/1324.33	o 176
1324.31/1324.33	c *1199s|  6418k|  4139k|     0 |   0.0 |2786M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.760000e+02 |    Inf 
1324.31/1324.39	o 175
1324.31/1324.39	c *1199s|  6418k|  4139k|     0 |   0.0 |2786M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
1324.41/1324.45	o 169
1324.41/1324.45	c *1199s|  6418k|  4134k|     0 |   0.0 |2784M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
1324.50/1324.52	o 165
1324.50/1324.52	c *1199s|  6418k|  4130k|     0 |   0.0 |2784M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.650000e+02 |    Inf 
1324.50/1324.58	o 159
1324.50/1324.58	c *1199s|  6418k|  4128k|     0 |   0.0 |2783M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.590000e+02 |    Inf 
1324.70/1324.73	o 155
1324.70/1324.73	c *1199s|  6419k|  4127k|     0 |   0.0 |2783M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6506k|   0 | 0.000000e+00 | 1.550000e+02 |    Inf 
1325.00/1325.03	c  1200s|  6420k|  4127k|     0 |   0.0 |2782M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6507k|   0 | 0.000000e+00 | 1.550000e+02 |    Inf 
1325.30/1325.32	o 150
1325.30/1325.32	c *1200s|  6420k|  4123k|     0 |   0.0 |2782M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6508k|   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
1325.41/1325.43	o 144
1325.41/1325.43	c *1200s|  6420k|  4120k|     0 |   0.0 |2781M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6508k|   0 | 0.000000e+00 | 1.440000e+02 |    Inf 
1325.41/1325.49	o 143
1325.41/1325.49	c *1200s|  6420k|  4120k|     0 |   0.0 |2781M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6508k|   0 | 0.000000e+00 | 1.430000e+02 |    Inf 
1325.51/1325.56	o 137
1325.51/1325.56	c *1200s|  6420k|  4117k|     0 |   0.0 |2780M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6508k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
1325.61/1325.62	o 136
1325.61/1325.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1325.61/1325.62	c *1200s|  6420k|  4116k|     0 |   0.0 |2780M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6508k|   0 | 0.000000e+00 | 1.360000e+02 |    Inf 
1325.61/1325.67	o 133
1325.61/1325.67	c *1200s|  6420k|  4115k|     0 |   0.0 |2779M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6508k|   0 | 0.000000e+00 | 1.330000e+02 |    Inf 
1325.71/1325.74	o 127
1325.71/1325.74	c *1200s|  6420k|  4109k|     0 |   0.0 |2778M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6508k|   0 | 0.000000e+00 | 1.270000e+02 |    Inf 
1327.21/1327.24	o 122
1327.21/1327.24	c *1202s|  6425k|  4107k|     0 |   0.0 |2777M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 1.220000e+02 |    Inf 
1327.30/1327.30	o 121
1327.30/1327.30	c *1202s|  6425k|  4106k|     0 |   0.0 |2777M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
1327.30/1327.36	o 115
1327.30/1327.36	c *1202s|  6425k|  4106k|     0 |   0.0 |2777M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
1327.40/1327.42	o 114
1327.40/1327.42	c *1202s|  6425k|  4105k|     0 |   0.0 |2777M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 1.140000e+02 |    Inf 
1327.40/1327.48	o 111
1327.40/1327.48	c *1202s|  6425k|  4105k|     0 |   0.0 |2777M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 1.110000e+02 |    Inf 
1327.50/1327.54	o 105
1327.50/1327.54	c *1202s|  6425k|  4104k|     0 |   0.0 |2776M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
1327.71/1327.78	o 103
1327.71/1327.78	c *1202s|  6425k|  4102k|     0 |   0.0 |2776M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
1327.80/1327.84	o 100
1327.80/1327.84	c *1202s|  6425k|  4102k|     0 |   0.0 |2776M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
1327.90/1327.91	o 94
1327.90/1327.91	c *1202s|  6425k|  4097k|     0 |   0.0 |2775M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 9.400000e+01 |    Inf 
1327.90/1327.97	o 93
1327.90/1327.97	c *1202s|  6425k|  4097k|     0 |   0.0 |2774M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 9.300000e+01 |    Inf 
1328.01/1328.02	o 90
1328.01/1328.02	c *1202s|  6425k|  4097k|     0 |   0.0 |2774M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 9.000000e+01 |    Inf 
1328.01/1328.08	o 84
1328.01/1328.08	c *1202s|  6425k|  4095k|     0 |   0.0 |2774M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 8.400000e+01 |    Inf 
1328.11/1328.14	o 82
1328.11/1328.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1328.11/1328.14	c *1202s|  6425k|  4094k|     0 |   0.0 |2774M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6514k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
1328.21/1328.20	o 80
1328.21/1328.20	c *1203s|  6425k|  4093k|     0 |   0.0 |2773M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6514k|   0 | 0.000000e+00 | 8.000000e+01 |    Inf 
1328.21/1328.26	o 77
1328.21/1328.26	c *1203s|  6425k|  4093k|     0 |   0.0 |2773M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6514k|   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
1328.31/1328.33	o 71
1328.31/1328.33	c *1203s|  6425k|  4087k|     0 |   0.0 |2772M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6514k|   0 | 0.000000e+00 | 7.100000e+01 |    Inf 
1328.31/1328.38	o 70
1328.31/1328.38	c *1203s|  6425k|  4087k|     0 |   0.0 |2772M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6514k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
1328.41/1328.44	o 67
1328.41/1328.44	c *1203s|  6425k|  4087k|     0 |   0.0 |2772M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6514k|   0 | 0.000000e+00 | 6.700000e+01 |    Inf 
1328.51/1328.50	o 61
1328.51/1328.50	c *1203s|  6425k|  4085k|     0 |   0.0 |2771M| 377 |   - | 520 |  18k|   0 |   0 |   0 |6514k|   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
1329.81/1329.84	c  1204s|  6430k|  4085k|     0 |   0.0 |2771M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6521k|   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
1330.60/1330.62	o 58
1330.60/1330.62	c *1205s|  6432k|  4085k|     0 |   0.0 |2771M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 5.800000e+01 |    Inf 
1330.60/1330.68	o 57
1330.60/1330.68	c *1205s|  6432k|  4085k|     0 |   0.0 |2771M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 5.700000e+01 |    Inf 
1330.70/1330.75	o 54
1330.70/1330.75	c *1205s|  6432k|  4080k|     0 |   0.0 |2770M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 5.400000e+01 |    Inf 
1330.80/1330.81	o 48
1330.80/1330.81	c *1205s|  6432k|  4078k|     0 |   0.0 |2770M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
1330.91/1330.91	o 46
1330.91/1330.91	c *1205s|  6432k|  4078k|     0 |   0.0 |2770M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 4.600000e+01 |    Inf 
1330.91/1330.96	o 45
1330.91/1330.96	c *1205s|  6432k|  4078k|     0 |   0.0 |2770M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
1331.01/1331.03	o 39
1331.01/1331.03	c *1205s|  6432k|  4072k|     0 |   0.0 |2768M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 3.900000e+01 |    Inf 
1331.01/1331.09	o 38
1331.01/1331.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1331.01/1331.09	c *1205s|  6432k|  4072k|     0 |   0.0 |2768M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 3.800000e+01 |    Inf 
1331.10/1331.14	o 35
1331.10/1331.14	c *1205s|  6432k|  4072k|     0 |   0.0 |2768M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 3.500000e+01 |    Inf 
1331.20/1331.23	o 29
1331.20/1331.23	c *1205s|  6432k|  4046k|     0 |   0.0 |2761M| 377 |   - | 520 |  19k|   0 |   0 |   0 |6525k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1333.50/1333.54	c  1207s|  6440k|  4046k|     0 |   0.0 |2762M| 377 |   - | 520 |  20k|   0 |   0 |   0 |6536k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1336.71/1336.77	c  1210s|  6450k|  4046k|     0 |   0.0 |2762M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6552k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1339.81/1339.81	c  1213s|  6460k|  4046k|     0 |   0.0 |2762M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6565k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1343.01/1343.05	c  1216s|  6470k|  4046k|     0 |   0.0 |2762M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6579k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1346.31/1346.34	c  1219s|  6480k|  4046k|     0 |   0.0 |2762M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6594k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1349.50/1349.57	c  1222s|  6490k|  4046k|     0 |   0.0 |2762M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6606k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1352.91/1352.96	c  1225s|  6500k|  4045k|     0 |   0.0 |2762M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6621k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1356.21/1356.30	c  1228s|  6510k|  4045k|     0 |   0.0 |2762M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6636k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1359.51/1359.56	c  1231s|  6520k|  4045k|     0 |   0.0 |2762M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6650k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1363.01/1363.04	c  1234s|  6530k|  4045k|     0 |   0.0 |2763M| 377 |   - | 520 |  23k|   0 |   0 |   0 |6665k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1366.40/1366.48	c  1237s|  6540k|  4045k|     0 |   0.0 |2762M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6680k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
1369.42/1369.43	o 26
1369.42/1369.43	c *1240s|  6548k|  4045k|     0 |   0.0 |2762M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6693k|   0 | 0.000000e+00 | 2.600000e+01 |    Inf 
1369.42/1369.50	o 24
1369.42/1369.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1369.42/1369.50	c *1240s|  6548k|  4045k|     0 |   0.0 |2762M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6693k|   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
1369.60/1369.62	o 23
1369.60/1369.62	c *1240s|  6548k|  4043k|     0 |   0.0 |2762M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6693k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
1369.60/1369.67	o 17
1369.60/1369.67	c *1240s|  6548k|  4043k|     0 |   0.0 |2761M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6693k|   0 | 0.000000e+00 | 1.700000e+01 |    Inf 
1369.70/1369.73	o 16
1369.70/1369.73	c *1240s|  6548k|  4043k|     0 |   0.0 |2762M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6693k|   0 | 0.000000e+00 | 1.600000e+01 |    Inf 
1369.70/1369.79	o 13
1369.70/1369.79	c *1240s|  6548k|  4043k|     0 |   0.0 |2762M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6693k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
1369.80/1369.85	o 7
1369.80/1369.85	c *1240s|  6548k|  4039k|     0 |   0.0 |2760M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6693k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1370.30/1370.33	c  1241s|  6550k|  4039k|     0 |   0.0 |2760M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6695k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1373.60/1373.64	c  1244s|  6560k|  4039k|     0 |   0.0 |2761M| 377 |   - | 520 |  23k|   0 |   0 |   0 |6708k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1377.01/1377.08	c  1247s|  6570k|  4038k|     0 |   0.0 |2760M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6721k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1380.41/1380.49	c  1250s|  6580k|  4038k|     0 |   0.0 |2760M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6734k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1383.71/1383.77	c  1253s|  6590k|  4038k|     0 |   0.0 |2760M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6744k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1387.12/1387.11	c  1256s|  6600k|  4038k|     0 |   0.0 |2760M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6757k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1390.41/1390.44	c  1259s|  6610k|  4038k|     0 |   0.0 |2760M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6768k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1393.81/1393.88	c  1262s|  6620k|  4038k|     0 |   0.0 |2760M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6780k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1397.11/1397.12	c  1265s|  6630k|  4038k|     0 |   0.0 |2759M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6791k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1400.41/1400.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1400.41/1400.42	c  1268s|  6640k|  4037k|     0 |   0.0 |2759M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6803k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1403.62/1403.63	c  1271s|  6650k|  4037k|     0 |   0.0 |2759M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6814k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1407.10/1407.16	c  1274s|  6660k|  4037k|     0 |   0.0 |2759M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6827k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1410.41/1410.41	c  1277s|  6670k|  4037k|     0 |   0.0 |2759M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6838k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1413.71/1413.79	c  1280s|  6680k|  4037k|     0 |   0.0 |2759M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6849k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1417.51/1417.56	c  1283s|  6690k|  4037k|     0 |   0.0 |2759M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6862k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1421.11/1421.12	c  1287s|  6700k|  4037k|     0 |   0.0 |2759M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6875k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1424.61/1424.66	c  1290s|  6710k|  4037k|     0 |   0.0 |2759M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6887k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1428.11/1428.19	c  1293s|  6720k|  4036k|     0 |   0.0 |2759M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6899k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1431.80/1431.80	c  1296s|  6730k|  4036k|     0 |   0.0 |2759M| 377 |   - | 520 |  22k|   0 |   0 |   0 |6911k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1435.42/1435.42	c  1300s|  6740k|  4036k|     0 |   0.0 |2758M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6925k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1438.72/1438.78	c  1303s|  6750k|  4036k|     0 |   0.0 |2758M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6936k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1442.11/1442.20	c  1306s|  6760k|  4036k|     0 |   0.0 |2758M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6947k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1445.61/1445.69	c  1309s|  6770k|  4036k|     0 |   0.0 |2758M| 377 |   - | 520 |  21k|   0 |   0 |   0 |6959k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1449.21/1449.26	c  1312s|  6780k|  4036k|     0 |   0.0 |2759M| 377 |   - | 520 |  23k|   0 |   0 |   0 |6974k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1453.12/1453.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1453.12/1453.10	c  1316s|  6790k|  4036k|     0 |   0.0 |2759M| 377 |   - | 520 |  24k|   0 |   0 |   0 |6990k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1456.91/1456.98	c  1319s|  6800k|  4036k|     0 |   0.0 |2759M| 377 |   - | 520 |  24k|   0 |   0 |   0 |7005k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1461.01/1461.00	c  1323s|  6810k|  4036k|     0 |   0.0 |2760M| 377 |   - | 520 |  25k|   0 |   0 |   0 |7018k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1465.01/1465.03	c  1327s|  6820k|  4036k|     0 |   0.0 |2760M| 377 |   - | 520 |  25k|   0 |   0 |   0 |7031k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1469.01/1469.08	c  1331s|  6830k|  4036k|     0 |   0.0 |2760M| 377 |   - | 520 |  24k|   0 |   0 |   0 |7045k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1472.82/1472.81	c  1334s|  6840k|  4035k|     0 |   0.0 |2759M| 377 |   - | 520 |  24k|   0 |   0 |   0 |7058k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1476.70/1476.72	c  1338s|  6850k|  4035k|     0 |   0.0 |2759M| 377 |   - | 520 |  23k|   0 |   0 |   0 |7070k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1480.51/1480.54	c  1341s|  6860k|  4035k|     0 |   0.0 |2760M| 377 |   - | 520 |  25k|   0 |   0 |   0 |7085k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1484.61/1484.68	c  1345s|  6870k|  4035k|     0 |   0.0 |2759M| 377 |   - | 520 |  24k|   0 |   0 |   0 |7098k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1488.71/1488.70	c  1349s|  6880k|  4035k|     0 |   0.0 |2759M| 377 |   - | 520 |  24k|   0 |   0 |   0 |7111k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1492.72/1492.73	c  1352s|  6890k|  4035k|     0 |   0.0 |2760M| 377 |   - | 520 |  25k|   0 |   0 |   0 |7124k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1497.01/1497.05	c  1356s|  6900k|  4035k|     0 |   0.0 |2759M| 377 |   - | 520 |  23k|   0 |   0 |   0 |7139k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1500.91/1500.98	c  1360s|  6910k|  4035k|     0 |   0.0 |2758M| 377 |   - | 520 |  22k|   0 |   0 |   0 |7153k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1504.51/1504.56	c  1363s|  6920k|  4035k|     0 |   0.0 |2759M| 377 |   - | 520 |  22k|   0 |   0 |   0 |7165k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1508.20/1508.24	c  1367s|  6930k|  4035k|     0 |   0.0 |2759M| 377 |   - | 520 |  24k|   0 |   0 |   0 |7178k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1512.31/1512.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1512.31/1512.36	c  1370s|  6940k|  4035k|     0 |   0.0 |2759M| 377 |   - | 520 |  23k|   0 |   0 |   0 |7193k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1516.31/1516.30	c  1374s|  6950k|  4035k|     0 |   0.0 |2759M| 377 |   - | 520 |  24k|   0 |   0 |   0 |7206k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1520.12/1520.16	c  1378s|  6960k|  4035k|     0 |   0.0 |2760M| 377 |   - | 520 |  24k|   0 |   0 |   0 |7218k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1524.61/1524.62	c  1382s|  6970k|  4035k|     0 |   0.0 |2760M| 377 |   - | 520 |  25k|   0 |   0 |   0 |7231k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1529.21/1529.27	c  1386s|  6980k|  4035k|     0 |   0.0 |2760M| 377 |   - | 520 |  26k|   0 |   0 |   0 |7245k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1534.21/1534.28	c  1391s|  6990k|  4035k|     0 |   0.0 |2761M| 377 |   - | 520 |  26k|   0 |   0 |   0 |7261k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1539.50/1539.53	c  1396s|  7000k|  4035k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7277k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1544.31/1544.38	c  1400s|  7010k|  4035k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7291k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1549.31/1549.31	c  1405s|  7020k|  4035k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7305k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1554.11/1554.17	c  1409s|  7030k|  4035k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7316k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1559.11/1559.19	c  1414s|  7040k|  4035k|     0 |   0.0 |2762M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7330k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1563.71/1563.79	c  1418s|  7050k|  4035k|     0 |   0.0 |2762M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7342k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1568.21/1568.26	c  1423s|  7060k|  4035k|     0 |   0.0 |2762M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7355k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1572.92/1572.97	c  1427s|  7070k|  4035k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7368k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1577.81/1577.87	c  1431s|  7080k|  4035k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7382k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1582.71/1582.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1582.71/1582.71	c  1436s|  7090k|  4035k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7395k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1587.71/1587.78	c  1441s|  7100k|  4035k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7407k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1592.72/1592.79	c  1445s|  7110k|  4035k|     0 |   0.0 |2761M| 377 |   - | 520 |  25k|   0 |   0 |   0 |7421k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1597.22/1597.29	c  1450s|  7120k|  4034k|     0 |   0.0 |2760M| 377 |   - | 520 |  25k|   0 |   0 |   0 |7435k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1601.62/1601.64	c  1454s|  7130k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  26k|   0 |   0 |   0 |7449k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1606.11/1606.16	c  1458s|  7140k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  26k|   0 |   0 |   0 |7462k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1610.51/1610.56	c  1462s|  7150k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7475k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1614.91/1614.91	c  1466s|  7160k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  26k|   0 |   0 |   0 |7488k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1619.12/1619.16	c  1470s|  7170k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  26k|   0 |   0 |   0 |7502k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1623.52/1623.59	c  1474s|  7180k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7515k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1628.21/1628.20	c  1478s|  7190k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7529k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1632.71/1632.79	c  1483s|  7200k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  26k|   0 |   0 |   0 |7540k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1637.41/1637.49	c  1487s|  7210k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7554k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1642.12/1642.17	c  1491s|  7220k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7568k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1646.92/1646.93	c  1496s|  7230k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7582k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1651.21/1651.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1651.21/1651.20	c  1500s|  7240k|  4034k|     0 |   0.0 |2760M| 377 |   - | 520 |  26k|   0 |   0 |   0 |7594k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1655.11/1655.17	c  1503s|  7250k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7606k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1659.51/1659.51	c  1507s|  7260k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7619k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1664.21/1664.25	c  1512s|  7270k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7633k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1668.91/1668.94	c  1516s|  7280k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7646k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1673.61/1673.63	c  1521s|  7290k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  27k|   0 |   0 |   0 |7660k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1678.31/1678.37	c  1525s|  7300k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7674k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1683.21/1683.20	c  1530s|  7310k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7687k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1688.11/1688.14	c  1534s|  7320k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7702k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1693.12/1693.11	c  1539s|  7330k|  4034k|     0 |   0.0 |2761M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7716k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1697.91/1697.98	c  1543s|  7340k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7732k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1703.12/1703.16	c  1548s|  7350k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7746k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1708.61/1708.64	c  1553s|  7360k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7761k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1714.22/1714.23	c  1559s|  7370k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7774k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1720.01/1720.01	c  1564s|  7380k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7787k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1725.22/1725.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1725.22/1725.21	c  1569s|  7390k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7800k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1730.41/1730.48	c  1574s|  7400k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  30k|   0 |   0 |   0 |7815k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1735.61/1735.70	c  1579s|  7410k|  4034k|     0 |   0.0 |2763M| 377 |   - | 520 |  30k|   0 |   0 |   0 |7829k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1741.41/1741.45	c  1584s|  7420k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7841k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1747.32/1747.38	c  1590s|  7430k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7856k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1752.61/1752.61	c  1595s|  7440k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7866k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1758.02/1758.00	c  1600s|  7450k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7879k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1763.42/1763.41	c  1605s|  7460k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  28k|   0 |   0 |   0 |7893k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1769.12/1769.19	c  1610s|  7470k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7909k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1775.12/1775.12	c  1616s|  7480k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7925k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1780.52/1780.55	c  1621s|  7490k|  4034k|     0 |   0.0 |2762M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7941k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1786.02/1786.06	c  1626s|  7500k|  4034k|     0 |   0.0 |2763M| 377 |   - | 520 |  29k|   0 |   0 |   0 |7955k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1791.82/1791.85	c  1632s|  7510k|  4034k|     0 |   0.0 |2763M| 377 |   - | 520 |  30k|   0 |   0 |   0 |7971k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1797.22/1797.27	c  1637s|  7520k|  4034k|     0 |   0.0 |2763M| 377 |   - | 520 |  30k|   0 |   0 |   0 |7985k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1639.25
1800.02/1800.00	c Solving Nodes      : 7524719
1800.02/1800.00	c Primal Bound       : +7.00000000000000e+00 (180 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.00	s SATISFIABLE
1800.02/1800.00	v -x400 -x399 -x398 -x397 -x396 x395 -x394 -x393 -x392 -x391 x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 
1800.02/1800.00	v -x378 -x377 x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 
1800.02/1800.00	v -x357 -x356 x355 -x354 -x353 -x352 -x351 -x350 -x349 x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 
1800.02/1800.00	v -x336 x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 
1800.02/1800.00	v -x315 -x314 -x313 -x312 x311 -x310 -x309 -x308 -x307 -x306 -x305 x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 
1800.02/1800.00	v -x293 x292 x291 -x290 -x289 -x288 -x287 -x286 x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 x274 -x273 
1800.02/1800.00	v -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 x253 -x252 
1800.02/1800.00	v -x251 -x250 -x249 -x248 -x247 -x246 x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 x231 
1800.02/1800.00	v -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 
1800.02/1800.00	v -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 -x188 
1800.02/1800.00	v -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 
1800.02/1800.00	v -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 -x146 
1800.02/1800.00	v -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.02/1800.00	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.02/1800.00	v -x103 -x102 x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 -x79 
1800.02/1800.00	v -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 -x53 
1800.02/1800.00	v -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 
1800.02/1800.00	v -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time       :    1639.25
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-2693970-1277919652.wbo
1800.02/1800.00	c   Variables        : 520 (460 binary, 0 integer, 0 implicit integer, 60 continuous)
1800.02/1800.00	c   Constraints      : 121 initial, 121 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-2693970-1277919652.wbo
1800.02/1800.00	c   Variables        : 520 (460 binary, 0 integer, 0 implicit integer, 60 continuous)
1800.02/1800.00	c   Constraints      : 120 initial, 31501 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.00          0          0          0         60          0          1          0          0
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :         60          0     658933          0     503516        672     110275          0          0          0
1800.02/1800.00	c   linear           :         60          0   15494288          0    6527331    1307237   71533515          0          0          0
1800.02/1800.00	c   logicor          :          0+         0    9368182          0          0     589539   29362048          0          0          0
1800.02/1800.00	c   bounddisjunction :          0+         0       5440          0          0          0         38          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0          0    6527505          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c   indicator        :       0.66       0.00       0.04       0.00       0.62
1800.02/1800.00	c   linear           :     321.30       0.00     321.15       0.00       0.15
1800.02/1800.00	c   logicor          :     447.54       0.00     447.54       0.00       0.00
1800.02/1800.00	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.02/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :       0.02          2          0          0
1800.02/1800.00	c   rootredcost      :       0.00          0          0          0
1800.02/1800.00	c   pseudoobj        :      21.35   15495496        535      70720
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :     180.78    1897310    1897293   11235263       57.9    4072878       10.6          -
1800.02/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00         10         10         47       53.5         38       10.8          -
1800.02/1800.00	c   applied globally :          -          -          -    7324203       21.5          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -     668095       56.1          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :     118.84    6527329          0          0          0          0   13054658
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          0
1800.02/1800.00	c   pseudo solutions :      10.94          -        176
1800.02/1800.00	c   oneopt           :       0.01          0          0
1800.02/1800.00	c   trivial          :       0.00          2          3
1800.02/1800.00	c   simplerounding   :       0.00          0          0
1800.02/1800.00	c   zirounding       :       0.00          0          0
1800.02/1800.00	c   rounding         :       0.00          0          0
1800.02/1800.00	c   shifting         :       0.00          0          0
1800.02/1800.00	c   intshifting      :       0.00          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   feaspump         :       0.00          0          0
1800.02/1800.00	c   coefdiving       :       0.00          0          0
1800.02/1800.00	c   pscostdiving     :       0.00          0          0
1800.02/1800.00	c   fracdiving       :       0.00          0          0
1800.02/1800.00	c   veclendiving     :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   objpscostdiving  :       0.00          0          0
1800.02/1800.00	c   rootsoldiving    :       0.00          0          0
1800.02/1800.00	c   linesearchdiving :       0.00          0          0
1800.02/1800.00	c   guideddiving     :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.00          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   crossover        :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   nlp              :       0.00          0          0
1800.02/1800.00	c   trysol           :       0.00          1          1
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :    7524719
1800.02/1800.00	c   nodes (total)    :    7524719
1800.02/1800.00	c   nodes left       :    4034483
1800.02/1800.00	c   max depth        :        377
1800.02/1800.00	c   max depth (total):        377
1800.02/1800.00	c   backtracks       :     991753 (13.2%)
1800.02/1800.00	c   delayed cutoffs  :    1085491
1800.02/1800.00	c   repropagations   :    2011462 (39733164 domain reductions, 900779 cutoffs)
1800.02/1800.00	c   avg switch length:       8.26
1800.02/1800.00	c   switching time   :     550.29
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :        180 (177 improvements)
1800.02/1800.00	c   First Solution   : +2.65200000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.02/1800.00	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 6548645 nodes, 1240.15 seconds, depth 213, found by <relaxation>)
1800.02/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.00	c   Gap              :   infinite
1800.02/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.00	c   Root Iterations  :          0

Verifier Data

OK	7

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.01 1.99 3/198 17712
/proc/meminfo: memFree=30565548/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=8572 CPUtime=0
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 1619 0 0 0 0 0 0 0 20 0 1 0 133259675 8777728 1541 4089446400 4194304 7136930 140736021860912 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17712/statm: 2143 1541 275 719 0 1422 0

[startup+0.045966 s]
/proc/loadavg: 1.93 2.01 1.99 3/198 17712
/proc/meminfo: memFree=30565548/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=13144 CPUtime=0.03
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 3238 0 0 0 2 1 0 0 21 0 1 0 133259675 13459456 2550 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 3286 2550 390 719 0 2565 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13144

[startup+0.100956 s]
/proc/loadavg: 1.93 2.01 1.99 3/198 17712
/proc/meminfo: memFree=30565548/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=13796 CPUtime=0.09
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 3404 0 0 0 7 2 0 0 21 0 1 0 133259675 14127104 2716 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 3449 2716 390 719 0 2728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13796

[startup+0.300925 s]
/proc/loadavg: 1.93 2.01 1.99 3/198 17712
/proc/meminfo: memFree=30565548/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=16080 CPUtime=0.29
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 3991 0 0 0 23 6 0 0 21 0 1 0 133259675 16465920 3303 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 4020 3303 390 719 0 3299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16080

[startup+0.700851 s]
/proc/loadavg: 1.93 2.01 1.99 3/198 17712
/proc/meminfo: memFree=30565548/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=18680 CPUtime=0.69
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 4655 0 0 0 55 14 0 0 22 0 1 0 133259675 19128320 3967 4089446400 4194304 7136930 140736021860912 18446744073709551615 5000286 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 4670 3967 390 719 0 3949 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18680

[startup+1.50074 s]
/proc/loadavg: 1.93 2.01 1.99 3/199 17713
/proc/meminfo: memFree=30549420/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=23512 CPUtime=1.49
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 5903 0 0 0 119 30 0 0 25 0 1 0 133259675 24076288 5215 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 5878 5215 390 719 0 5157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23512

[startup+3.10043 s]
/proc/loadavg: 1.93 2.01 1.99 3/199 17713
/proc/meminfo: memFree=30543592/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=31736 CPUtime=3.09
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 8003 0 0 0 245 64 0 0 25 0 1 0 133259675 32497664 7315 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 7934 7315 390 719 0 7213 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31736

[startup+6.30087 s]
/proc/loadavg: 1.93 2.01 1.99 3/199 17714
/proc/meminfo: memFree=30527472/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=44564 CPUtime=6.29
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 11272 0 0 0 521 108 0 0 25 0 1 0 133259675 45633536 10584 4089446400 4194304 7136930 140736021860912 18446744073709551615 4221231 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 11141 10584 390 719 0 10420 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44564

[startup+12.7007 s]
/proc/loadavg: 1.94 2.01 1.99 3/199 17714
/proc/meminfo: memFree=30496348/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=79676 CPUtime=12.69
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 19807 0 0 0 1020 249 0 0 25 0 1 0 133259675 81588224 19119 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 19919 19119 390 719 0 19198 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79676

[startup+25.5005 s]
/proc/loadavg: 1.95 2.01 1.99 3/199 17714
/proc/meminfo: memFree=30432512/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=144196 CPUtime=25.49
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 35368 0 0 0 2050 499 0 0 25 0 1 0 133259675 147656704 34680 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 36049 34680 390 719 0 35328 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144196

[startup+51.101 s]
/proc/loadavg: 1.97 2.00 1.99 3/199 17714
/proc/meminfo: memFree=30331896/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=243132 CPUtime=51.09
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 60739 0 0 0 4214 895 0 0 25 0 1 0 133259675 248967168 60051 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 60783 60051 390 719 0 60062 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 243132

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/199 17716
/proc/meminfo: memFree=30193460/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=384900 CPUtime=102.3
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 94643 0 0 0 8813 1417 0 0 25 0 1 0 133259675 394137600 93955 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 96225 93955 390 719 0 95504 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 384900

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/199 17718
/proc/meminfo: memFree=29929028/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=656636 CPUtime=162.29
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 161229 0 0 0 13495 2734 0 0 25 0 1 0 133259675 672395264 160541 4089446400 4194304 7136930 140736021860912 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 164159 160541 390 719 0 163438 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 656636

[startup+222.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/199 17719
/proc/meminfo: memFree=29687404/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=888564 CPUtime=222.29
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 220956 0 0 0 18591 3638 0 0 25 0 1 0 133259675 909889536 220268 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 222141 220268 390 719 0 221420 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 888564

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/199 17720
/proc/meminfo: memFree=29468724/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=1137352 CPUtime=282.29
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 276423 0 0 0 23823 4406 0 0 25 0 1 0 133259675 1164648448 275735 4089446400 4194304 7136930 140736021860912 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17712/statm: 284338 275735 390 719 0 283617 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1137352

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/199 17722
/proc/meminfo: memFree=29302588/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=1296040 CPUtime=342.28
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 317184 0 0 0 29175 5053 0 0 25 0 1 0 133259675 1327144960 316496 4089446400 4194304 7136930 140736021860912 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 324010 316496 390 719 0 323289 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1296040

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/199 17724
/proc/meminfo: memFree=29130540/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=1465132 CPUtime=402.28
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 360520 0 0 0 34478 5750 0 0 25 0 1 0 133259675 1500295168 359832 4089446400 4194304 7136930 140736021860912 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 366283 359832 390 719 0 365562 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1465132

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/199 17726
/proc/meminfo: memFree=28971408/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=1618804 CPUtime=462.29
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 400023 0 0 0 39823 6406 0 0 25 0 1 0 133259675 1657655296 399335 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 404701 399335 390 719 0 403980 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1618804

[startup+522.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/199 17727
/proc/meminfo: memFree=28819196/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=1769072 CPUtime=522.29
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 438348 0 0 0 45215 7014 0 0 25 0 1 0 133259675 1811529728 437660 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 442268 437660 390 719 0 441547 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1769072

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/179 17758
/proc/meminfo: memFree=29298104/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=1913568 CPUtime=582.29
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 475137 0 0 0 50615 7614 0 0 25 0 1 0 133259675 1959493632 474449 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 478392 474449 390 719 0 477671 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1913568

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 17760
/proc/meminfo: memFree=29002092/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=2039500 CPUtime=642.29
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 507370 0 0 0 56072 8157 0 0 25 0 1 0 133259675 2088448000 506682 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 509875 506682 390 719 0 509154 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 2039500

[startup+702.301 s]

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

/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 686535 0 0 0 95055 11175 0 0 25 0 1 0 133259675 2877751296 685847 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 702576 685847 390 719 0 701855 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2810304

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17773
/proc/meminfo: memFree=27072072/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=2879064 CPUtime=1122.3
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 703934 0 0 0 100754 11476 0 0 25 0 1 0 133259675 2948161536 703246 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 719766 703246 390 719 0 719045 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 2879064

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17774
/proc/meminfo: memFree=26889592/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=2939484 CPUtime=1182.3
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 718927 0 0 0 106463 11767 0 0 25 0 1 0 133259675 3010031616 718239 4089446400 4194304 7136930 140736021860912 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 734871 718239 390 719 0 734150 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 2939484

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17785
/proc/meminfo: memFree=26668408/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=2997944 CPUtime=1242.3
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 733758 0 0 0 112172 12058 0 0 25 0 1 0 133259675 3069894656 733070 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 749486 733070 390 719 0 748765 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 2997944

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17787
/proc/meminfo: memFree=26480736/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3055336 CPUtime=1302.31
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 765414 0 0 0 117857 12374 0 0 25 0 1 0 133259675 3128664064 747342 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 763834 747342 393 719 0 763113 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 3055336

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17789
/proc/meminfo: memFree=26373784/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3070596 CPUtime=1362.31
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 768373 0 0 0 123335 12896 0 0 25 0 1 0 133259675 3144290304 750301 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 767649 750301 393 719 0 766928 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 3070596

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17790
/proc/meminfo: memFree=26289168/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3071100 CPUtime=1422.31
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 768517 0 0 0 128781 13450 0 0 25 0 1 0 133259675 3144806400 750445 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 767775 750445 393 719 0 767054 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 3071100

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17791
/proc/meminfo: memFree=26196376/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3072856 CPUtime=1482.31
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 768915 0 0 0 134276 13955 0 0 25 0 1 0 133259675 3146604544 750843 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 768214 750843 393 719 0 767493 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 3072856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17793
/proc/meminfo: memFree=26107688/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3074220 CPUtime=1542.31
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 769252 0 0 0 139831 14400 0 0 25 0 1 0 133259675 3148001280 751180 4089446400 4194304 7136930 140736021860912 18446744073709551615 4704566 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 768555 751180 393 719 0 767834 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 3074220

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17795
/proc/meminfo: memFree=26041876/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3076704 CPUtime=1602.32
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 769897 0 0 0 145432 14800 0 0 25 0 1 0 133259675 3150544896 751825 4089446400 4194304 7136930 140736021860912 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 769176 751825 393 719 0 768455 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 3076704

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17797
/proc/meminfo: memFree=25960844/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3076704 CPUtime=1662.32
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 769910 0 0 0 151004 15228 0 0 25 0 1 0 133259675 3150544896 751838 4089446400 4194304 7136930 140736021860912 18446744073709551615 4208878 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 769176 751838 393 719 0 768455 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 3076704

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17798
/proc/meminfo: memFree=25865300/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3077432 CPUtime=1722.31
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 770053 0 0 0 156616 15615 0 0 25 0 1 0 133259675 3151290368 751981 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 769358 751981 393 719 0 768637 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 3077432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 17799
/proc/meminfo: memFree=25746320/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3077724 CPUtime=1782.32
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 770100 0 0 0 162256 15976 0 0 25 0 1 0 133259675 3151589376 752028 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 769431 752028 393 719 0 768710 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 3077724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17800
/proc/meminfo: memFree=25694960/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3078300 CPUtime=1800.02
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 770196 0 0 0 163925 16077 0 0 25 0 1 0 133259675 3152179200 752124 4089446400 4194304 7136930 140736021860912 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17712/statm: 769575 752124 393 719 0 768854 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3078300

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17712

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 17801
/proc/meminfo: memFree=25692968/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3078380 CPUtime=1801.42
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 770235 0 0 0 164065 16077 0 0 25 0 1 0 133259675 3152261120 752163 4089446400 4194304 7136930 140736021860912 18446744073709551615 6166298 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17712/statm: 769595 752163 399 719 0 768874 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 3078380

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 17801
/proc/meminfo: memFree=25688752/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3078380 CPUtime=1801.82
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 770235 0 0 0 164105 16077 0 0 25 0 1 0 133259675 3152261120 752163 4089446400 4194304 7136930 140736021860912 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17712/statm: 769595 752163 399 719 0 768874 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 3078380

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 17801
/proc/meminfo: memFree=25688752/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=3078380 CPUtime=1802.02
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4202496 770235 0 0 0 164125 16077 0 0 25 0 1 0 133259675 3152261120 752163 4089446400 4194304 7136930 140736021860912 18446744073709551615 6165693 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17712/statm: 769595 752163 399 719 0 768874 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 3078380

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 17801
/proc/meminfo: memFree=25688752/32951124 swapFree=67111528/67111528
[pid=17712] ppid=17710 vsize=0 CPUtime=1802.11
/proc/17712/stat : 17712 (pbscip.linux.x8) R 17710 17712 16354 0 -1 4203524 770235 0 0 0 164125 16086 0 0 25 0 1 0 133259675 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/17712/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.13
CPU user time (s): 1641.26
CPU system time (s): 160.87
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3175060

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

runsolver used 3.10853 second user time and 6.50401 second system time

The end

Launcher Data

Begin job on node140 at 2010-06-30 19:40:52
IDJOB=2693970
IDBENCH=79151
IDSOLVER=1206
FILE ID=node140/2693970-1277919652
PBS_JOBID= 11197289
Free space on /tmp= 74192 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-chnl10_20_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-2693970-1277919652/watcher-2693970-1277919652 -o /tmp/evaluation-result-2693970-1277919652/solver-2693970-1277919652 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693970-1277919652.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 8d28474a5cb37d0277ef3e3fb6ddbee0
RANDOM SEED=1148798622

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30566076 kB
Buffers:        201192 kB
Cached:        1289968 kB
SwapCached:          0 kB
Active:        1502580 kB
Inactive:       733604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30566076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3468 kB
Writeback:           0 kB
AnonPages:      745208 kB
Mapped:          20332 kB
Slab:            81308 kB
PageTables:       6684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1652516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74196 MiB
End job on node140 at 2010-06-30 20:10:54