Trace number 2694050

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.16 1802.11

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-21-20--soft-0-100-0.wbo
MD5SUMd3c2a58e2c21bd8565bd5528336ef7ed
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.013997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables420
Total number of constraints41
Number of soft constraints41
Number of constraints which are clauses21
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 constraint20
Maximum length of a constraint21
Top cost 1724
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 1723
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
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-2694050-1277921643.wbo>
0.00/0.00	c original problem has 502 variables (461 bin, 0 int, 0 impl, 41 cont) and 83 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 1723
0.00/0.00	c feasible solution found by trivial heuristic, objective value  1.723000e+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, 41 impls, 0 clqs
0.00/0.00	c (round 2) 0 del vars, 1 del conss, 41 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 41 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/461 (21.9%) - 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, 41 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  41 implications, 0 cliques
0.00/0.01	c presolved problem has 502 variables (461 bin, 0 int, 0 impl, 41 cont) and 82 constraints
0.00/0.01	c      41 constraints of type <indicator>
0.00/0.01	c      41 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 |     - |1126k|   0 |   - | 502 |  82 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.723000e+03 |    Inf 
0.39/0.45	c   0.4s| 10000 |  9813 |     0 |   0.0 |4799k| 365 |   - | 502 | 985 |   0 |   0 |   0 | 933 |   0 | 0.000000e+00 | 1.723000e+03 |    Inf 
0.89/0.93	c   0.8s| 20000 | 19550 |     0 |   0.0 |8430k| 365 |   - | 502 |2016 |   0 |   0 |   0 |2280 |   0 | 0.000000e+00 | 1.723000e+03 |    Inf 
1.39/1.46	o 694
1.39/1.46	c * 1.3s| 29530 | 28420 |     0 |   0.0 |  12M| 421 |   - | 502 |3780 |   0 |   0 |   0 |5543 |   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
1.39/1.49	c   1.4s| 30000 | 28883 |     0 |   0.0 |  12M| 421 |   - | 502 |3769 |   0 |   0 |   0 |5568 |   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
2.09/2.10	c   1.9s| 40000 | 38657 |     0 |   0.0 |  16M| 421 |   - | 502 |3206 |   0 |   0 |   0 |6578 |   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
2.59/2.63	c   2.4s| 50000 | 48443 |     0 |   0.0 |  18M| 421 |   - | 502 |1975 |   0 |   0 |   0 |7656 |   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
3.09/3.15	c   2.9s| 60000 | 58204 |     0 |   0.0 |  21M| 421 |   - | 502 |1405 |   0 |   0 |   0 |8899 |   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
3.59/3.66	c   3.3s| 70000 | 67971 |     0 |   0.0 |  24M| 421 |   - | 502 |1368 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
4.10/4.15	c   3.8s| 80000 | 77753 |     0 |   0.0 |  27M| 421 |   - | 502 |1231 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
4.59/4.64	c   4.2s| 90000 | 87527 |     0 |   0.0 |  30M| 421 |   - | 502 |1113 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
5.09/5.13	c   4.7s|100000 | 97290 |     0 |   0.0 |  33M| 421 |   - | 502 |1008 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
5.59/5.61	c   5.1s|110000 |107064 |     0 |   0.0 |  35M| 421 |   - | 502 | 956 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
5.99/6.08	c   5.5s|120000 |116820 |     0 |   0.0 |  38M| 421 |   - | 502 | 944 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
6.50/6.55	c   6.0s|130000 |126583 |     0 |   0.0 |  41M| 421 |   - | 502 | 914 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
6.99/7.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.99/7.02	c   6.4s|140000 |136367 |     0 |   0.0 |  44M| 421 |   - | 502 | 872 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
7.39/7.48	c   6.8s|150000 |146147 |     0 |   0.0 |  47M| 421 |   - | 502 | 875 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
7.89/7.95	c   7.2s|160000 |155925 |     0 |   0.0 |  50M| 421 |   - | 502 | 912 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
8.39/8.41	c   7.7s|170000 |165699 |     0 |   0.0 |  53M| 421 |   - | 502 | 926 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
8.80/8.88	c   8.1s|180000 |175478 |     0 |   0.0 |  55M| 421 |   - | 502 | 937 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
9.29/9.34	c   8.5s|190000 |185247 |     0 |   0.0 |  58M| 421 |   - | 502 | 901 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
9.80/9.81	c   8.9s|200000 |195017 |     0 |   0.0 |  61M| 421 |   - | 502 | 964 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
10.19/10.28	c   9.3s|210000 |204785 |     0 |   0.0 |  64M| 421 |   - | 502 | 994 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
10.69/10.75	c   9.8s|220000 |214564 |     0 |   0.0 |  67M| 421 |   - | 502 | 997 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
11.19/11.21	c  10.2s|230000 |224325 |     0 |   0.0 |  70M| 421 |   - | 502 |1041 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
11.59/11.68	c  10.6s|240000 |234100 |     0 |   0.0 |  73M| 421 |   - | 502 |1025 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
12.10/12.14	c  11.1s|250000 |243866 |     0 |   0.0 |  76M| 421 |   - | 502 |1059 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
12.59/12.60	c  11.5s|260000 |253648 |     0 |   0.0 |  78M| 421 |   - | 502 |1107 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
12.99/13.06	c  11.9s|270000 |263422 |     0 |   0.0 |  81M| 421 |   - | 502 |1132 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
13.49/13.52	c  12.3s|280000 |273178 |     0 |   0.0 |  84M| 421 |   - | 502 |1144 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
13.89/13.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.89/13.98	c  12.7s|290000 |282951 |     0 |   0.0 |  87M| 421 |   - | 502 |1183 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
14.39/14.45	c  13.2s|300000 |292707 |     0 |   0.0 |  90M| 421 |   - | 502 |1230 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
14.89/14.93	c  13.6s|310000 |302462 |     0 |   0.0 |  93M| 421 |   - | 502 |1171 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
15.29/15.39	c  14.0s|320000 |312222 |     0 |   0.0 |  96M| 421 |   - | 502 |1242 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
15.79/15.86	c  14.4s|330000 |321994 |     0 |   0.0 |  99M| 421 |   - | 502 |1255 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
16.29/16.32	c  14.8s|340000 |331745 |     0 |   0.0 | 102M| 421 |   - | 502 |1298 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
16.79/16.80	c  15.3s|350000 |341482 |     0 |   0.0 | 104M| 421 |   - | 502 |1395 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
17.19/17.27	c  15.7s|360000 |351224 |     0 |   0.0 | 107M| 421 |   - | 502 |1462 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
17.69/17.73	c  16.1s|370000 |360986 |     0 |   0.0 | 110M| 421 |   - | 502 |1431 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
18.20/18.20	c  16.5s|380000 |370741 |     0 |   0.0 | 113M| 421 |   - | 502 |1511 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
18.60/18.67	c  17.0s|390000 |380490 |     0 |   0.0 | 116M| 421 |   - | 502 |1472 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
19.09/19.14	c  17.4s|400000 |390221 |     0 |   0.0 | 119M| 421 |   - | 502 |1452 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
19.59/19.61	c  17.8s|410000 |399976 |     0 |   0.0 | 122M| 421 |   - | 502 |1424 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
19.99/20.09	c  18.2s|420000 |409726 |     0 |   0.0 | 125M| 421 |   - | 502 |1439 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
20.49/20.55	c  18.7s|430000 |419479 |     0 |   0.0 | 128M| 421 |   - | 502 |1394 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
20.99/21.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.99/21.02	c  19.1s|440000 |429222 |     0 |   0.0 | 130M| 421 |   - | 502 |1400 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
21.39/21.48	c  19.5s|450000 |438975 |     0 |   0.0 | 133M| 421 |   - | 502 |1501 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
21.90/21.94	c  19.9s|460000 |448715 |     0 |   0.0 | 136M| 421 |   - | 502 |1554 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
22.39/22.42	c  20.4s|470000 |458440 |     0 |   0.0 | 139M| 421 |   - | 502 |1606 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
22.79/22.89	c  20.8s|480000 |468187 |     0 |   0.0 | 142M| 421 |   - | 502 |1662 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
23.29/23.36	c  21.2s|490000 |477912 |     0 |   0.0 | 145M| 421 |   - | 502 |1764 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
23.79/23.84	c  21.7s|500000 |487634 |     0 |   0.0 | 148M| 421 |   - | 502 |1814 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
24.30/24.31	c  22.1s|510000 |497365 |     0 |   0.0 | 151M| 421 |   - | 502 |1820 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
24.69/24.78	c  22.5s|520000 |507087 |     0 |   0.0 | 153M| 421 |   - | 502 |1789 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
25.20/25.26	c  23.0s|530000 |516829 |     0 |   0.0 | 156M| 421 |   - | 502 |1661 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
25.69/25.72	c  23.4s|540000 |526569 |     0 |   0.0 | 159M| 421 |   - | 502 |1629 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
26.09/26.19	c  23.8s|550000 |536301 |     0 |   0.0 | 162M| 421 |   - | 502 |1747 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
26.60/26.67	c  24.2s|560000 |546006 |     0 |   0.0 | 165M| 421 |   - | 502 |1720 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
27.10/27.14	c  24.7s|570000 |555722 |     0 |   0.0 | 168M| 421 |   - | 502 |1722 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
27.59/27.61	c  25.1s|580000 |565458 |     0 |   0.0 | 171M| 421 |   - | 502 |1764 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
27.99/28.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.99/28.09	c  25.5s|590000 |575154 |     0 |   0.0 | 174M| 421 |   - | 502 |1846 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
28.50/28.56	c  26.0s|600000 |584898 |     0 |   0.0 | 177M| 421 |   - | 502 |1726 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
28.99/29.03	c  26.4s|610000 |594623 |     0 |   0.0 | 179M| 421 |   - | 502 |1731 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
29.49/29.50	c  26.8s|620000 |604347 |     0 |   0.0 | 182M| 421 |   - | 502 |1926 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
29.89/29.96	c  27.3s|630000 |614068 |     0 |   0.0 | 185M| 421 |   - | 502 |2034 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
30.39/30.44	c  27.7s|640000 |623795 |     0 |   0.0 | 188M| 421 |   - | 502 |1984 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
30.89/30.92	c  28.1s|650000 |633522 |     0 |   0.0 | 191M| 421 |   - | 502 |1900 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
31.29/31.39	c  28.5s|660000 |643229 |     0 |   0.0 | 194M| 421 |   - | 502 |1960 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
31.80/31.88	c  29.0s|670000 |652938 |     0 |   0.0 | 197M| 421 |   - | 502 |1993 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
32.29/32.36	c  29.4s|680000 |662652 |     0 |   0.0 | 200M| 421 |   - | 502 |1875 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
32.79/32.83	c  29.8s|690000 |672384 |     0 |   0.0 | 203M| 421 |   - | 502 |1841 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
33.29/33.31	c  30.3s|700000 |682095 |     0 |   0.0 | 206M| 421 |   - | 502 |1995 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
33.69/33.78	c  30.7s|710000 |691829 |     0 |   0.0 | 208M| 421 |   - | 502 |1904 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
34.20/34.26	c  31.1s|720000 |701541 |     0 |   0.0 | 211M| 421 |   - | 502 |1979 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
34.70/34.74	c  31.6s|730000 |711239 |     0 |   0.0 | 214M| 421 |   - | 502 |2120 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
35.20/35.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.20/35.22	c  32.0s|740000 |720949 |     0 |   0.0 | 217M| 421 |   - | 502 |1946 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
35.60/35.70	c  32.5s|750000 |730649 |     0 |   0.0 | 220M| 421 |   - | 502 |1930 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
36.09/36.17	c  32.9s|760000 |740330 |     0 |   0.0 | 223M| 421 |   - | 502 |2040 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
36.59/36.66	c  33.3s|770000 |750029 |     0 |   0.0 | 226M| 421 |   - | 502 |2119 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
37.10/37.13	c  33.8s|780000 |759757 |     0 |   0.0 | 229M| 421 |   - | 502 |1970 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
37.60/37.62	c  34.2s|790000 |769428 |     0 |   0.0 | 232M| 421 |   - | 502 |2033 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
38.09/38.10	c  34.6s|800000 |779137 |     0 |   0.0 | 235M| 421 |   - | 502 |2008 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
38.49/38.58	c  35.1s|810000 |788814 |     0 |   0.0 | 237M| 421 |   - | 502 |2089 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
38.99/39.06	c  35.5s|820000 |798522 |     0 |   0.0 | 240M| 421 |   - | 502 |2239 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
39.50/39.53	c  36.0s|830000 |808253 |     0 |   0.0 | 243M| 421 |   - | 502 |2222 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
39.99/40.01	c  36.4s|840000 |817968 |     0 |   0.0 | 246M| 421 |   - | 502 |2173 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
40.50/40.50	c  36.8s|850000 |827656 |     0 |   0.0 | 249M| 421 |   - | 502 |2285 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
40.90/40.99	c  37.3s|860000 |837344 |     0 |   0.0 | 252M| 421 |   - | 502 |2172 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
41.39/41.48	c  37.7s|870000 |847025 |     0 |   0.0 | 255M| 421 |   - | 502 |2095 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
41.89/41.95	c  38.1s|880000 |856733 |     0 |   0.0 | 258M| 421 |   - | 502 |2241 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
42.40/42.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.40/42.44	c  38.6s|890000 |866416 |     0 |   0.0 | 261M| 421 |   - | 502 |2219 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
42.90/42.93	c  39.0s|900000 |876097 |     0 |   0.0 | 264M| 421 |   - | 502 |2379 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
43.39/43.43	c  39.5s|910000 |885771 |     0 |   0.0 | 267M| 421 |   - | 502 |2429 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
43.90/43.93	c  40.0s|920000 |895444 |     0 |   0.0 | 270M| 421 |   - | 502 |2421 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
44.39/44.42	c  40.4s|930000 |905123 |     0 |   0.0 | 272M| 421 |   - | 502 |2303 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
44.89/44.91	c  40.8s|940000 |914785 |     0 |   0.0 | 275M| 421 |   - | 502 |2306 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
45.30/45.39	c  41.3s|950000 |924467 |     0 |   0.0 | 278M| 421 |   - | 502 |2276 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
45.79/45.87	c  41.7s|960000 |934155 |     0 |   0.0 | 281M| 421 |   - | 502 |2233 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
46.29/46.34	c  42.1s|970000 |943857 |     0 |   0.0 | 284M| 421 |   - | 502 |2398 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
46.79/46.82	c  42.5s|980000 |953558 |     0 |   0.0 | 287M| 421 |   - | 502 |2260 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
47.20/47.29	c  43.0s|990000 |963255 |     0 |   0.0 | 290M| 421 |   - | 502 |2362 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
47.69/47.77	c  43.4s|  1000k|972941 |     0 |   0.0 | 293M| 421 |   - | 502 |2458 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
48.19/48.28	c  43.9s|  1010k|982603 |     0 |   0.0 | 296M| 421 |   - | 502 |2317 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
48.70/48.77	c  44.3s|  1020k|992264 |     0 |   0.0 | 299M| 421 |   - | 502 |2571 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
49.19/49.26	c  44.8s|  1030k|  1001k|     0 |   0.0 | 302M| 421 |   - | 502 |2628 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
49.70/49.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.70/49.75	c  45.2s|  1040k|  1011k|     0 |   0.0 | 305M| 421 |   - | 502 |2461 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
50.19/50.23	c  45.6s|  1050k|  1021k|     0 |   0.0 | 308M| 421 |   - | 502 |2463 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
50.69/50.73	c  46.1s|  1060k|  1030k|     0 |   0.0 | 311M| 421 |   - | 502 |2355 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
51.20/51.21	c  46.5s|  1070k|  1040k|     0 |   0.0 | 314M| 421 |   - | 502 |2260 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
51.70/51.71	c  47.0s|  1080k|  1050k|     0 |   0.0 | 316M| 421 |   - | 502 |2469 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
52.19/52.20	c  47.4s|  1090k|  1059k|     0 |   0.0 | 319M| 421 |   - | 502 |2439 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
52.59/52.70	c  47.9s|  1100k|  1069k|     0 |   0.0 | 322M| 421 |   - | 502 |2357 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
53.10/53.19	c  48.4s|  1110k|  1079k|     0 |   0.0 | 325M| 421 |   - | 502 |2571 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
53.69/53.70	c  48.8s|  1120k|  1088k|     0 |   0.0 | 328M| 421 |   - | 502 |2612 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
54.19/54.20	c  49.3s|  1130k|  1098k|     0 |   0.0 | 331M| 421 |   - | 502 |2504 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
54.59/54.68	c  49.7s|  1140k|  1108k|     0 |   0.0 | 334M| 421 |   - | 502 |2616 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
55.09/55.19	c  50.1s|  1150k|  1117k|     0 |   0.0 | 337M| 421 |   - | 502 |2711 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
55.60/55.69	c  50.6s|  1160k|  1127k|     0 |   0.0 | 340M| 421 |   - | 502 |2734 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
56.10/56.18	c  51.1s|  1170k|  1137k|     0 |   0.0 | 343M| 421 |   - | 502 |2685 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
56.60/56.68	c  51.5s|  1180k|  1146k|     0 |   0.0 | 346M| 421 |   - | 502 |2597 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
57.10/57.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.10/57.17	c  51.9s|  1190k|  1156k|     0 |   0.0 | 349M| 421 |   - | 502 |2774 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
57.59/57.68	c  52.4s|  1200k|  1166k|     0 |   0.0 | 352M| 421 |   - | 502 |2681 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
58.09/58.18	c  52.8s|  1210k|  1175k|     0 |   0.0 | 355M| 421 |   - | 502 |2560 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
58.59/58.69	c  53.3s|  1220k|  1185k|     0 |   0.0 | 358M| 421 |   - | 502 |2724 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
59.19/59.20	c  53.8s|  1230k|  1194k|     0 |   0.0 | 361M| 421 |   - | 502 |2852 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
59.69/59.70	c  54.2s|  1240k|  1204k|     0 |   0.0 | 364M| 421 |   - | 502 |2574 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
60.09/60.19	c  54.7s|  1250k|  1214k|     0 |   0.0 | 367M| 421 |   - | 502 |2708 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
60.59/60.69	c  55.1s|  1260k|  1223k|     0 |   0.0 | 370M| 421 |   - | 502 |2641 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
61.09/61.17	c  55.6s|  1270k|  1233k|     0 |   0.0 | 373M| 421 |   - | 502 |2540 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
61.60/61.66	c  56.0s|  1280k|  1243k|     0 |   0.0 | 376M| 421 |   - | 502 |2677 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
62.09/62.17	c  56.5s|  1290k|  1252k|     0 |   0.0 | 379M| 421 |   - | 502 |2836 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
62.59/62.68	c  57.0s|  1300k|  1262k|     0 |   0.0 | 382M| 421 |   - | 502 |2769 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
63.20/63.20	c  57.4s|  1310k|  1272k|     0 |   0.0 | 385M| 421 |   - | 502 |2796 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
63.60/63.69	c  57.9s|  1320k|  1281k|     0 |   0.0 | 388M| 421 |   - | 502 |2774 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
64.09/64.18	c  58.3s|  1330k|  1291k|     0 |   0.0 | 391M| 421 |   - | 502 |2853 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
64.59/64.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.59/64.68	c  58.8s|  1340k|  1301k|     0 |   0.0 | 394M| 421 |   - | 502 |2687 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
65.09/65.18	c  59.2s|  1350k|  1310k|     0 |   0.0 | 397M| 421 |   - | 502 |2571 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
65.59/65.68	c  59.7s|  1360k|  1320k|     0 |   0.0 | 400M| 421 |   - | 502 |2779 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
66.19/66.24	c  60.2s|  1370k|  1329k|     0 |   0.0 | 403M| 421 |   - | 502 |2663 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
66.69/66.75	c  60.7s|  1380k|  1339k|     0 |   0.0 | 406M| 421 |   - | 502 |2673 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
67.30/67.30	c  61.2s|  1390k|  1349k|     0 |   0.0 | 409M| 421 |   - | 502 |3038 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
67.79/67.82	c  61.7s|  1400k|  1358k|     0 |   0.0 | 412M| 421 |   - | 502 |3029 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
68.30/68.35	c  62.2s|  1410k|  1368k|     0 |   0.0 | 415M| 421 |   - | 502 |3006 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
68.79/68.87	c  62.7s|  1420k|  1377k|     0 |   0.0 | 418M| 421 |   - | 502 |3077 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
69.40/69.40	c  63.1s|  1430k|  1387k|     0 |   0.0 | 421M| 421 |   - | 502 |3222 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
69.90/69.95	c  63.6s|  1440k|  1396k|     0 |   0.0 | 424M| 421 |   - | 502 |3306 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
70.40/70.45	c  64.1s|  1450k|  1406k|     0 |   0.0 | 427M| 421 |   - | 502 |3418 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
70.89/70.99	c  64.6s|  1460k|  1416k|     0 |   0.0 | 430M| 421 |   - | 502 |3269 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
71.50/71.52	c  65.1s|  1470k|  1425k|     0 |   0.0 | 433M| 421 |   - | 502 |3177 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
71.99/72.07	c  65.6s|  1480k|  1435k|     0 |   0.0 | 436M| 421 |   - | 502 |2893 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
72.49/72.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.49/72.60	c  66.1s|  1490k|  1444k|     0 |   0.0 | 439M| 421 |   - | 502 |2980 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
73.09/73.11	c  66.5s|  1500k|  1454k|     0 |   0.0 | 442M| 421 |   - | 502 |3269 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
73.59/73.64	c  67.0s|  1510k|  1463k|     0 |   0.0 | 445M| 421 |   - | 502 |3180 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
74.09/74.17	c  67.5s|  1520k|  1473k|     0 |   0.0 | 448M| 421 |   - | 502 |3309 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
74.60/74.70	c  68.0s|  1530k|  1483k|     0 |   0.0 | 451M| 421 |   - | 502 |3664 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
75.20/75.25	c  68.5s|  1540k|  1492k|     0 |   0.0 | 454M| 421 |   - | 502 |3700 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
75.70/75.78	c  69.0s|  1550k|  1502k|     0 |   0.0 | 457M| 421 |   - | 502 |3718 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
76.30/76.34	c  69.5s|  1560k|  1511k|     0 |   0.0 | 460M| 421 |   - | 502 |3469 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
76.79/76.88	c  70.0s|  1570k|  1521k|     0 |   0.0 | 463M| 421 |   - | 502 |3634 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
77.40/77.42	c  70.5s|  1580k|  1530k|     0 |   0.0 | 466M| 421 |   - | 502 |3800 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
77.90/77.97	c  71.0s|  1590k|  1540k|     0 |   0.0 | 470M| 421 |   - | 502 |3978 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
78.49/78.52	c  71.5s|  1600k|  1549k|     0 |   0.0 | 473M| 421 |   - | 502 |4215 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
78.99/79.09	c  72.0s|  1610k|  1559k|     0 |   0.0 | 476M| 421 |   - | 502 |4381 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
79.59/79.66	c  72.5s|  1620k|  1568k|     0 |   0.0 | 479M| 421 |   - | 502 |4426 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
80.20/80.21	c  73.0s|  1630k|  1578k|     0 |   0.0 | 482M| 421 |   - | 502 |4566 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
80.69/80.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.69/80.76	c  73.5s|  1640k|  1588k|     0 |   0.0 | 485M| 421 |   - | 502 |4176 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
81.20/81.30	c  74.0s|  1650k|  1597k|     0 |   0.0 | 488M| 421 |   - | 502 |3675 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
81.79/81.86	c  74.5s|  1660k|  1607k|     0 |   0.0 | 491M| 421 |   - | 502 |3942 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
82.40/82.43	c  75.0s|  1670k|  1616k|     0 |   0.0 | 494M| 421 |   - | 502 |3686 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
82.90/82.99	c  75.6s|  1680k|  1626k|     0 |   0.0 | 497M| 421 |   - | 502 |3619 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
83.50/83.55	c  76.1s|  1690k|  1635k|     0 |   0.0 | 500M| 421 |   - | 502 |4098 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
84.09/84.14	c  76.6s|  1700k|  1645k|     0 |   0.0 | 504M| 421 |   - | 502 |3970 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
84.59/84.69	c  77.1s|  1710k|  1654k|     0 |   0.0 | 507M| 421 |   - | 502 |4120 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
85.19/85.25	c  77.6s|  1720k|  1664k|     0 |   0.0 | 510M| 421 |   - | 502 |4519 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
85.80/85.81	c  78.2s|  1730k|  1673k|     0 |   0.0 | 513M| 421 |   - | 502 |4275 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
86.39/86.40	c  78.7s|  1740k|  1683k|     0 |   0.0 | 516M| 421 |   - | 502 |4337 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
87.00/87.00	c  79.2s|  1750k|  1692k|     0 |   0.0 | 519M| 421 |   - | 502 |4392 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
87.49/87.58	c  79.8s|  1760k|  1702k|     0 |   0.0 | 522M| 421 |   - | 502 |4466 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
88.10/88.13	c  80.3s|  1770k|  1711k|     0 |   0.0 | 525M| 421 |   - | 502 |4320 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
88.70/88.70	c  80.8s|  1780k|  1721k|     0 |   0.0 | 528M| 421 |   - | 502 |4083 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
89.19/89.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.19/89.27	c  81.3s|  1790k|  1730k|     0 |   0.0 | 531M| 421 |   - | 502 |4353 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
89.79/89.87	c  81.9s|  1800k|  1740k|     0 |   0.0 | 534M| 421 |   - | 502 |4192 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
90.39/90.43	c  82.4s|  1810k|  1749k|     0 |   0.0 | 537M| 421 |   - | 502 |4150 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
90.99/91.03	c  83.0s|  1820k|  1758k|     0 |   0.0 | 541M| 421 |   - | 502 |4243 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
91.59/91.61	c  83.5s|  1830k|  1768k|     0 |   0.0 | 544M| 421 |   - | 502 |4637 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
92.20/92.20	c  84.0s|  1840k|  1777k|     0 |   0.0 | 547M| 421 |   - | 502 |4717 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
92.79/92.82	c  84.6s|  1850k|  1787k|     0 |   0.0 | 550M| 421 |   - | 502 |4857 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
93.40/93.43	c  85.2s|  1860k|  1796k|     0 |   0.0 | 553M| 421 |   - | 502 |4943 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
94.00/94.03	c  85.7s|  1870k|  1806k|     0 |   0.0 | 557M| 421 |   - | 502 |5135 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
94.60/94.64	c  86.3s|  1880k|  1815k|     0 |   0.0 | 560M| 421 |   - | 502 |4959 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
95.19/95.26	c  86.9s|  1890k|  1825k|     0 |   0.0 | 563M| 421 |   - | 502 |4975 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
95.89/95.91	c  87.5s|  1900k|  1834k|     0 |   0.0 | 566M| 421 |   - | 502 |4881 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
96.49/96.51	c  88.0s|  1910k|  1843k|     0 |   0.0 | 569M| 421 |   - | 502 |5428 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
97.10/97.14	c  88.6s|  1920k|  1853k|     0 |   0.0 | 572M| 421 |   - | 502 |5234 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
97.70/97.75	c  89.2s|  1930k|  1862k|     0 |   0.0 | 575M| 421 |   - | 502 |5319 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
98.29/98.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.29/98.35	c  89.7s|  1940k|  1871k|     0 |   0.0 | 579M| 421 |   - | 502 |5238 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
98.90/98.98	c  90.3s|  1950k|  1881k|     0 |   0.0 | 582M| 421 |   - | 502 |5700 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
99.59/99.62	c  90.9s|  1960k|  1890k|     0 |   0.0 | 585M| 421 |   - | 502 |5644 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
100.20/100.25	c  91.5s|  1970k|  1900k|     0 |   0.0 | 588M| 421 |   - | 502 |5770 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
100.89/100.91	c  92.1s|  1980k|  1909k|     0 |   0.0 | 591M| 421 |   - | 502 |5243 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
101.49/101.54	c  92.7s|  1990k|  1918k|     0 |   0.0 | 594M| 421 |   - | 502 |5070 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
102.09/102.18	c  93.3s|  2000k|  1928k|     0 |   0.0 | 598M| 421 |   - | 502 |5910 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
102.79/102.85	c  93.9s|  2010k|  1937k|     0 |   0.0 | 601M| 421 |   - | 502 |5659 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
103.40/103.49	c  94.5s|  2020k|  1946k|     0 |   0.0 | 604M| 421 |   - | 502 |5254 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
104.10/104.19	c  95.1s|  2030k|  1956k|     0 |   0.0 | 607M| 421 |   - | 502 |5548 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
104.79/104.87	c  95.8s|  2040k|  1965k|     0 |   0.0 | 610M| 421 |   - | 502 |5223 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
105.49/105.56	c  96.4s|  2050k|  1974k|     0 |   0.0 | 613M| 421 |   - | 502 |5177 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
106.20/106.23	c  97.0s|  2060k|  1983k|     0 |   0.0 | 617M| 421 |   - | 502 |5571 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
106.89/106.91	c  97.7s|  2070k|  1993k|     0 |   0.0 | 620M| 421 |   - | 502 |5373 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
107.59/107.60	c  98.3s|  2080k|  2002k|     0 |   0.0 | 623M| 421 |   - | 502 |5464 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
108.20/108.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.20/108.28	c  99.0s|  2090k|  2011k|     0 |   0.0 | 626M| 421 |   - | 502 |5580 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
108.90/108.99	c  99.6s|  2100k|  2020k|     0 |   0.0 | 629M| 421 |   - | 502 |5482 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
109.69/109.71	c   100s|  2110k|  2030k|     0 |   0.0 | 633M| 421 |   - | 502 |5893 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
110.39/110.40	c   101s|  2120k|  2039k|     0 |   0.0 | 636M| 421 |   - | 502 |5982 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
111.10/111.15	c   102s|  2130k|  2048k|     0 |   0.0 | 639M| 421 |   - | 502 |6013 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
111.79/111.88	c   102s|  2140k|  2057k|     0 |   0.0 | 643M| 421 |   - | 502 |6687 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
112.60/112.63	c   103s|  2150k|  2066k|     0 |   0.0 | 646M| 421 |   - | 502 |6573 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
113.30/113.35	c   104s|  2160k|  2076k|     0 |   0.0 | 649M| 421 |   - | 502 |6004 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
113.99/114.08	c   104s|  2170k|  2085k|     0 |   0.0 | 652M| 421 |   - | 502 |6210 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
114.79/114.88	c   105s|  2180k|  2094k|     0 |   0.0 | 655M| 421 |   - | 502 |5758 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
115.60/115.65	c   106s|  2190k|  2103k|     0 |   0.0 | 659M| 421 |   - | 502 |5594 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
116.30/116.38	c   107s|  2200k|  2112k|     0 |   0.0 | 662M| 421 |   - | 502 |5620 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
117.10/117.17	c   107s|  2210k|  2121k|     0 |   0.0 | 665M| 421 |   - | 502 |6067 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
117.90/117.93	c   108s|  2220k|  2130k|     0 |   0.0 | 669M| 421 |   - | 502 |6352 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
118.70/118.74	c   109s|  2230k|  2139k|     0 |   0.0 | 672M| 421 |   - | 502 |6674 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
119.50/119.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.50/119.51	c   109s|  2240k|  2148k|     0 |   0.0 | 675M| 421 |   - | 502 |6783 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
120.29/120.35	c   110s|  2250k|  2157k|     0 |   0.0 | 679M| 421 |   - | 502 |7203 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
121.09/121.19	c   111s|  2260k|  2166k|     0 |   0.0 | 682M| 421 |   - | 502 |7326 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
122.00/122.07	c   112s|  2270k|  2175k|     0 |   0.0 | 685M| 421 |   - | 502 |6581 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
122.90/122.90	c   113s|  2280k|  2184k|     0 |   0.0 | 688M| 421 |   - | 502 |6208 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
123.70/123.72	c   113s|  2290k|  2193k|     0 |   0.0 | 691M| 421 |   - | 502 |5928 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
124.59/124.65	c   114s|  2300k|  2202k|     0 |   0.0 | 695M| 421 |   - | 502 |5828 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
125.49/125.55	c   115s|  2310k|  2211k|     0 |   0.0 | 698M| 421 |   - | 502 |6667 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
126.40/126.47	c   116s|  2320k|  2219k|     0 |   0.0 | 702M| 421 |   - | 502 |7277 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
127.30/127.39	c   117s|  2330k|  2228k|     0 |   0.0 | 705M| 421 |   - | 502 |6660 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
128.29/128.31	c   118s|  2340k|  2237k|     0 |   0.0 | 708M| 421 |   - | 502 |7131 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
129.30/129.37	c   119s|  2350k|  2245k|     0 |   0.0 | 712M| 421 |   - | 502 |8107 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
130.30/130.37	c   120s|  2360k|  2254k|     0 |   0.0 | 715M| 421 |   - | 502 |7340 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
131.39/131.48	c   121s|  2370k|  2263k|     0 |   0.0 | 719M| 421 |   - | 502 |9107 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
132.50/132.53	c   122s|  2380k|  2271k|     0 |   0.0 | 723M| 421 |   - | 502 |8213 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
133.60/133.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.60/133.69	c   123s|  2390k|  2279k|     0 |   0.0 | 726M| 421 |   - | 502 |8675 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
134.79/134.83	c   124s|  2400k|  2288k|     0 |   0.0 | 730M| 421 |   - | 502 |8675 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
136.00/136.04	c   125s|  2410k|  2296k|     0 |   0.0 | 733M| 421 |   - | 502 |7625 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
137.20/137.23	c   126s|  2420k|  2305k|     0 |   0.0 | 736M| 421 |   - | 502 |8268 |   0 |   0 |   0 | 586k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
138.39/138.46	c   127s|  2430k|  2313k|     0 |   0.0 | 740M| 421 |   - | 502 |7707 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
139.70/139.74	c   129s|  2440k|  2321k|     0 |   0.0 | 743M| 421 |   - | 502 |7259 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
141.00/141.04	c   130s|  2450k|  2329k|     0 |   0.0 | 746M| 421 |   - | 502 |7473 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
142.40/142.41	c   131s|  2460k|  2337k|     0 |   0.0 | 750M| 421 |   - | 502 |7782 |   0 |   0 |   0 | 623k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
143.70/143.70	c   132s|  2470k|  2346k|     0 |   0.0 | 753M| 421 |   - | 502 |7691 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
145.10/145.16	c   134s|  2480k|  2354k|     0 |   0.0 | 757M| 421 |   - | 502 |7364 |   0 |   0 |   0 | 642k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
146.60/146.63	c   135s|  2490k|  2362k|     0 |   0.0 | 760M| 421 |   - | 502 |7491 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
147.99/148.06	c   137s|  2500k|  2370k|     0 |   0.0 | 764M| 421 |   - | 502 |7052 |   0 |   0 |   0 | 660k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
149.50/149.55	c   138s|  2510k|  2378k|     0 |   0.0 | 767M| 421 |   - | 502 |6998 |   0 |   0 |   0 | 669k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
151.10/151.14	c   140s|  2520k|  2386k|     0 |   0.0 | 772M| 421 |   - | 502 |7494 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 | 6.940000e+02 |    Inf 
152.40/152.46	o 160
152.40/152.46	c * 141s|  2524k|  2389k|     0 |   0.0 | 774M| 421 |   - | 502 |8501 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 1.600000e+02 |    Inf 
152.70/152.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.70/152.74	c   141s|  2530k|  2395k|     0 |   0.0 | 776M| 421 |   - | 502 |7957 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 1.600000e+02 |    Inf 
153.00/153.08	o 159
153.00/153.08	c * 141s|  2536k|  2401k|     0 |   0.0 | 777M| 421 |   - | 502 |7458 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 1.590000e+02 |    Inf 
153.09/153.12	o 139
153.09/153.12	c * 142s|  2536k|  2401k|     0 |   0.0 | 777M| 421 |   - | 502 |7437 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 1.390000e+02 |    Inf 
153.09/153.17	o 102
153.09/153.17	c * 142s|  2536k|  2401k|     0 |   0.0 | 777M| 421 |   - | 502 |7433 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
153.20/153.23	o 60
153.20/153.23	c * 142s|  2537k|  2400k|     0 |   0.0 | 777M| 421 |   - | 502 |7415 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
153.30/153.30	o 14
153.30/153.30	c * 142s|  2537k|  2401k|     0 |   0.0 | 777M| 421 |   - | 502 |7020 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 1.400000e+01 |    Inf 
153.30/153.34	o 5
153.30/153.34	c * 142s|  2538k|  2401k|     0 |   0.0 | 777M| 421 |   - | 502 |6892 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
153.30/153.39	o 1
153.30/153.39	c * 142s|  2538k|  2389k|     0 |   0.0 | 774M| 421 |   - | 502 |6875 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
153.40/153.47	c   142s|  2540k|  2390k|     0 |   0.0 | 774M| 421 |   - | 502 |6732 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
154.00/154.02	c   142s|  2550k|  2400k|     0 |   0.0 | 777M| 421 |   - | 502 |5979 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
154.49/154.58	c   143s|  2560k|  2410k|     0 |   0.0 | 779M| 421 |   - | 502 |3910 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
155.10/155.13	c   143s|  2570k|  2419k|     0 |   0.0 | 782M| 421 |   - | 502 |3198 |   0 |   0 |   0 | 689k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
155.60/155.68	c   144s|  2580k|  2429k|     0 |   0.0 | 785M| 421 |   - | 502 |2967 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
156.21/156.22	c   144s|  2590k|  2439k|     0 |   0.0 | 788M| 421 |   - | 502 |2880 |   0 |   0 |   0 | 691k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
156.70/156.75	c   145s|  2600k|  2449k|     0 |   0.0 | 791M| 421 |   - | 502 |2738 |   0 |   0 |   0 | 693k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
157.20/157.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.20/157.30	c   145s|  2610k|  2458k|     0 |   0.0 | 794M| 421 |   - | 502 |2679 |   0 |   0 |   0 | 694k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
157.79/157.83	c   146s|  2620k|  2468k|     0 |   0.0 | 797M| 421 |   - | 502 |2585 |   0 |   0 |   0 | 695k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
158.30/158.38	c   146s|  2630k|  2478k|     0 |   0.0 | 800M| 421 |   - | 502 |2509 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
158.90/158.91	c   147s|  2640k|  2488k|     0 |   0.0 | 803M| 421 |   - | 502 |2453 |   0 |   0 |   0 | 698k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
159.40/159.45	c   147s|  2650k|  2498k|     0 |   0.0 | 806M| 421 |   - | 502 |2448 |   0 |   0 |   0 | 699k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
159.89/159.98	c   148s|  2660k|  2507k|     0 |   0.0 | 809M| 421 |   - | 502 |2353 |   0 |   0 |   0 | 700k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
160.50/160.52	c   148s|  2670k|  2517k|     0 |   0.0 | 811M| 421 |   - | 502 |2317 |   0 |   0 |   0 | 701k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
161.00/161.05	c   149s|  2680k|  2527k|     0 |   0.0 | 814M| 421 |   - | 502 |2251 |   0 |   0 |   0 | 702k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
161.50/161.56	c   149s|  2690k|  2537k|     0 |   0.0 | 817M| 421 |   - | 502 |2216 |   0 |   0 |   0 | 704k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
162.10/162.10	c   150s|  2700k|  2546k|     0 |   0.0 | 820M| 421 |   - | 502 |2161 |   0 |   0 |   0 | 705k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
162.60/162.62	c   150s|  2710k|  2556k|     0 |   0.0 | 823M| 421 |   - | 502 |2165 |   0 |   0 |   0 | 706k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
163.09/163.14	c   151s|  2720k|  2566k|     0 |   0.0 | 826M| 421 |   - | 502 |2130 |   0 |   0 |   0 | 707k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
163.60/163.67	c   151s|  2730k|  2576k|     0 |   0.0 | 829M| 421 |   - | 502 |2103 |   0 |   0 |   0 | 708k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
164.09/164.17	c   152s|  2740k|  2586k|     0 |   0.0 | 832M| 421 |   - | 502 |2033 |   0 |   0 |   0 | 710k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
164.69/164.72	c   152s|  2750k|  2595k|     0 |   0.0 | 835M| 421 |   - | 502 |2036 |   0 |   0 |   0 | 711k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
165.20/165.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.20/165.26	c   153s|  2760k|  2605k|     0 |   0.0 | 838M| 421 |   - | 502 |1966 |   0 |   0 |   0 | 712k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
165.69/165.79	c   153s|  2770k|  2615k|     0 |   0.0 | 841M| 421 |   - | 502 |2031 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
166.30/166.32	c   154s|  2780k|  2625k|     0 |   0.0 | 843M| 421 |   - | 502 |1987 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
166.80/166.83	c   154s|  2790k|  2634k|     0 |   0.0 | 846M| 421 |   - | 502 |1958 |   0 |   0 |   0 | 716k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
167.30/167.35	c   155s|  2800k|  2644k|     0 |   0.0 | 849M| 421 |   - | 502 |1937 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
167.79/167.86	c   155s|  2810k|  2654k|     0 |   0.0 | 852M| 421 |   - | 502 |1880 |   0 |   0 |   0 | 719k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.30/168.36	c   155s|  2820k|  2664k|     0 |   0.0 | 855M| 421 |   - | 502 |1901 |   0 |   0 |   0 | 720k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
168.80/168.88	c   156s|  2830k|  2673k|     0 |   0.0 | 858M| 421 |   - | 502 |1854 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
169.30/169.38	c   156s|  2840k|  2683k|     0 |   0.0 | 861M| 421 |   - | 502 |1849 |   0 |   0 |   0 | 722k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
169.89/169.90	c   157s|  2850k|  2693k|     0 |   0.0 | 864M| 421 |   - | 502 |1833 |   0 |   0 |   0 | 723k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
170.41/170.41	c   157s|  2860k|  2703k|     0 |   0.0 | 867M| 421 |   - | 502 |1833 |   0 |   0 |   0 | 725k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
170.89/170.93	c   158s|  2870k|  2712k|     0 |   0.0 | 870M| 421 |   - | 502 |1841 |   0 |   0 |   0 | 726k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
171.39/171.44	c   158s|  2880k|  2722k|     0 |   0.0 | 873M| 421 |   - | 502 |1789 |   0 |   0 |   0 | 727k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
171.89/171.95	c   159s|  2890k|  2732k|     0 |   0.0 | 876M| 421 |   - | 502 |1805 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.40/172.46	c   159s|  2900k|  2742k|     0 |   0.0 | 878M| 421 |   - | 502 |1743 |   0 |   0 |   0 | 729k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.89/172.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.89/172.99	c   160s|  2910k|  2752k|     0 |   0.0 | 881M| 421 |   - | 502 |1738 |   0 |   0 |   0 | 731k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
173.49/173.51	c   160s|  2920k|  2761k|     0 |   0.0 | 884M| 421 |   - | 502 |1765 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
174.00/174.03	c   161s|  2930k|  2771k|     0 |   0.0 | 887M| 421 |   - | 502 |1698 |   0 |   0 |   0 | 733k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
174.50/174.54	c   161s|  2940k|  2781k|     0 |   0.0 | 890M| 421 |   - | 502 |1743 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
174.99/175.08	c   162s|  2950k|  2791k|     0 |   0.0 | 893M| 421 |   - | 502 |1720 |   0 |   0 |   0 | 736k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
175.50/175.59	c   162s|  2960k|  2800k|     0 |   0.0 | 896M| 421 |   - | 502 |1666 |   0 |   0 |   0 | 737k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
176.10/176.10	c   163s|  2970k|  2810k|     0 |   0.0 | 899M| 421 |   - | 502 |1670 |   0 |   0 |   0 | 738k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
176.60/176.62	c   163s|  2980k|  2820k|     0 |   0.0 | 902M| 421 |   - | 502 |1643 |   0 |   0 |   0 | 739k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.10/177.11	c   163s|  2990k|  2830k|     0 |   0.0 | 905M| 421 |   - | 502 |1626 |   0 |   0 |   0 | 741k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
177.60/177.64	c   164s|  3000k|  2839k|     0 |   0.0 | 907M| 421 |   - | 502 |1679 |   0 |   0 |   0 | 742k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
178.10/178.13	c   164s|  3010k|  2849k|     0 |   0.0 | 910M| 421 |   - | 502 |1635 |   0 |   0 |   0 | 743k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
178.59/178.67	c   165s|  3020k|  2859k|     0 |   0.0 | 913M| 421 |   - | 502 |1709 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
179.09/179.18	c   165s|  3030k|  2869k|     0 |   0.0 | 916M| 421 |   - | 502 |1643 |   0 |   0 |   0 | 746k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
179.69/179.70	c   166s|  3040k|  2878k|     0 |   0.0 | 919M| 421 |   - | 502 |1630 |   0 |   0 |   0 | 747k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.19/180.20	c   166s|  3050k|  2888k|     0 |   0.0 | 922M| 421 |   - | 502 |1644 |   0 |   0 |   0 | 748k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.69/180.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.69/180.72	c   167s|  3060k|  2898k|     0 |   0.0 | 925M| 421 |   - | 502 |1652 |   0 |   0 |   0 | 749k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
181.20/181.22	c   167s|  3070k|  2908k|     0 |   0.0 | 928M| 421 |   - | 502 |1604 |   0 |   0 |   0 | 750k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
181.70/181.76	c   168s|  3080k|  2918k|     0 |   0.0 | 931M| 421 |   - | 502 |1640 |   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
182.20/182.25	c   168s|  3090k|  2927k|     0 |   0.0 | 934M| 421 |   - | 502 |1654 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
182.70/182.77	c   169s|  3100k|  2937k|     0 |   0.0 | 937M| 421 |   - | 502 |1627 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
183.19/183.27	c   169s|  3110k|  2947k|     0 |   0.0 | 939M| 421 |   - | 502 |1630 |   0 |   0 |   0 | 756k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
183.70/183.78	c   170s|  3120k|  2957k|     0 |   0.0 | 942M| 421 |   - | 502 |1609 |   0 |   0 |   0 | 757k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
184.20/184.27	c   170s|  3130k|  2966k|     0 |   0.0 | 945M| 421 |   - | 502 |1584 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
184.70/184.79	c   170s|  3140k|  2976k|     0 |   0.0 | 948M| 421 |   - | 502 |1632 |   0 |   0 |   0 | 759k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
185.19/185.29	c   171s|  3150k|  2986k|     0 |   0.0 | 951M| 421 |   - | 502 |1573 |   0 |   0 |   0 | 760k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
185.69/185.80	c   171s|  3160k|  2996k|     0 |   0.0 | 954M| 421 |   - | 502 |1571 |   0 |   0 |   0 | 761k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
186.30/186.32	c   172s|  3170k|  3005k|     0 |   0.0 | 957M| 421 |   - | 502 |1556 |   0 |   0 |   0 | 763k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
186.79/186.82	c   172s|  3180k|  3015k|     0 |   0.0 | 960M| 421 |   - | 502 |1618 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
187.29/187.33	c   173s|  3190k|  3025k|     0 |   0.0 | 963M| 421 |   - | 502 |1656 |   0 |   0 |   0 | 765k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
187.80/187.85	c   173s|  3200k|  3035k|     0 |   0.0 | 966M| 421 |   - | 502 |1626 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
188.30/188.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.30/188.36	c   174s|  3210k|  3045k|     0 |   0.0 | 968M| 421 |   - | 502 |1671 |   0 |   0 |   0 | 768k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
188.80/188.86	c   174s|  3220k|  3054k|     0 |   0.0 | 971M| 421 |   - | 502 |1636 |   0 |   0 |   0 | 769k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
189.29/189.37	c   175s|  3230k|  3064k|     0 |   0.0 | 974M| 421 |   - | 502 |1666 |   0 |   0 |   0 | 770k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
189.79/189.88	c   175s|  3240k|  3074k|     0 |   0.0 | 977M| 421 |   - | 502 |1604 |   0 |   0 |   0 | 771k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
190.30/190.39	c   176s|  3250k|  3084k|     0 |   0.0 | 980M| 421 |   - | 502 |1688 |   0 |   0 |   0 | 773k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
190.80/190.87	c   176s|  3260k|  3093k|     0 |   0.0 | 983M| 421 |   - | 502 |1635 |   0 |   0 |   0 | 774k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.31/191.37	c   177s|  3270k|  3103k|     0 |   0.0 | 986M| 421 |   - | 502 |1619 |   0 |   0 |   0 | 775k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.79/191.89	c   177s|  3280k|  3113k|     0 |   0.0 | 989M| 421 |   - | 502 |1635 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
192.40/192.41	c   177s|  3290k|  3123k|     0 |   0.0 | 992M| 421 |   - | 502 |1637 |   0 |   0 |   0 | 778k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
192.90/192.90	c   178s|  3300k|  3132k|     0 |   0.0 | 995M| 421 |   - | 502 |1651 |   0 |   0 |   0 | 779k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
193.39/193.43	c   178s|  3310k|  3142k|     0 |   0.0 | 997M| 421 |   - | 502 |1660 |   0 |   0 |   0 | 780k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
193.90/193.93	c   179s|  3320k|  3152k|     0 |   0.0 |1000M| 421 |   - | 502 |1615 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.40/194.42	c   179s|  3330k|  3162k|     0 |   0.0 |1003M| 421 |   - | 502 |1585 |   0 |   0 |   0 | 783k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.90/194.92	c   180s|  3340k|  3171k|     0 |   0.0 |1006M| 421 |   - | 502 |1592 |   0 |   0 |   0 | 784k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
195.39/195.42	c   180s|  3350k|  3181k|     0 |   0.0 |1009M| 421 |   - | 502 |1618 |   0 |   0 |   0 | 785k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
195.90/195.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
195.90/195.95	c   181s|  3360k|  3191k|     0 |   0.0 |1012M| 421 |   - | 502 |1647 |   0 |   0 |   0 | 786k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
196.40/196.47	c   181s|  3370k|  3201k|     0 |   0.0 |1015M| 421 |   - | 502 |1650 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
197.00/197.00	c   182s|  3380k|  3211k|     0 |   0.0 |1018M| 421 |   - | 502 |1589 |   0 |   0 |   0 | 789k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
197.49/197.50	c   182s|  3390k|  3220k|     0 |   0.0 |1021M| 421 |   - | 502 |1591 |   0 |   0 |   0 | 790k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
198.01/198.01	c   183s|  3400k|  3230k|     0 |   0.0 |1024M| 421 |   - | 502 |1585 |   0 |   0 |   0 | 791k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
198.50/198.53	c   183s|  3410k|  3240k|     0 |   0.0 |1026M| 421 |   - | 502 |1589 |   0 |   0 |   0 | 793k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.00/199.02	c   184s|  3420k|  3250k|     0 |   0.0 |1029M| 421 |   - | 502 |1593 |   0 |   0 |   0 | 794k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.49/199.52	c   184s|  3430k|  3259k|     0 |   0.0 |1032M| 421 |   - | 502 |1582 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
200.00/200.03	c   184s|  3440k|  3269k|     0 |   0.0 |1035M| 421 |   - | 502 |1567 |   0 |   0 |   0 | 796k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
200.50/200.52	c   185s|  3450k|  3279k|     0 |   0.0 |1038M| 421 |   - | 502 |1578 |   0 |   0 |   0 | 798k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
201.00/201.03	c   185s|  3460k|  3289k|     0 |   0.0 |1041M| 421 |   - | 502 |1572 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
201.50/201.55	c   186s|  3470k|  3298k|     0 |   0.0 |1044M| 421 |   - | 502 |1506 |   0 |   0 |   0 | 800k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
202.00/202.06	c   186s|  3480k|  3308k|     0 |   0.0 |1047M| 421 |   - | 502 |1527 |   0 |   0 |   0 | 801k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
202.59/202.60	c   187s|  3490k|  3318k|     0 |   0.0 |1050M| 421 |   - | 502 |1560 |   0 |   0 |   0 | 803k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
203.10/203.11	c   187s|  3500k|  3328k|     0 |   0.0 |1053M| 421 |   - | 502 |1577 |   0 |   0 |   0 | 804k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
203.59/203.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.59/203.61	c   188s|  3510k|  3337k|     0 |   0.0 |1055M| 421 |   - | 502 |1551 |   0 |   0 |   0 | 805k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
204.09/204.11	c   188s|  3520k|  3347k|     0 |   0.0 |1058M| 421 |   - | 502 |1566 |   0 |   0 |   0 | 806k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
204.61/204.64	c   189s|  3530k|  3357k|     0 |   0.0 |1061M| 421 |   - | 502 |1596 |   0 |   0 |   0 | 808k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
205.09/205.14	c   189s|  3540k|  3367k|     0 |   0.0 |1064M| 421 |   - | 502 |1578 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
205.60/205.66	c   190s|  3550k|  3377k|     0 |   0.0 |1067M| 421 |   - | 502 |1589 |   0 |   0 |   0 | 810k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
206.10/206.15	c   190s|  3560k|  3386k|     0 |   0.0 |1070M| 421 |   - | 502 |1591 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
206.60/206.65	c   190s|  3570k|  3396k|     0 |   0.0 |1073M| 421 |   - | 502 |1547 |   0 |   0 |   0 | 812k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
207.10/207.17	c   191s|  3580k|  3406k|     0 |   0.0 |1076M| 421 |   - | 502 |1511 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
207.60/207.68	c   191s|  3590k|  3416k|     0 |   0.0 |1079M| 421 |   - | 502 |1555 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
208.10/208.17	c   192s|  3600k|  3425k|     0 |   0.0 |1082M| 421 |   - | 502 |1557 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
208.60/208.69	c   192s|  3610k|  3435k|     0 |   0.0 |1084M| 421 |   - | 502 |1605 |   0 |   0 |   0 | 817k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.09/209.18	c   193s|  3620k|  3445k|     0 |   0.0 |1087M| 421 |   - | 502 |1662 |   0 |   0 |   0 | 819k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.60/209.69	c   193s|  3630k|  3455k|     0 |   0.0 |1090M| 421 |   - | 502 |1640 |   0 |   0 |   0 | 820k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
210.20/210.21	c   194s|  3640k|  3464k|     0 |   0.0 |1093M| 421 |   - | 502 |1580 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
210.69/210.72	c   194s|  3650k|  3474k|     0 |   0.0 |1096M| 421 |   - | 502 |1577 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
211.21/211.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.21/211.24	c   195s|  3660k|  3484k|     0 |   0.0 |1099M| 421 |   - | 502 |1591 |   0 |   0 |   0 | 824k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
211.69/211.73	c   195s|  3670k|  3494k|     0 |   0.0 |1102M| 421 |   - | 502 |1586 |   0 |   0 |   0 | 825k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.20/212.22	c   196s|  3680k|  3504k|     0 |   0.0 |1105M| 421 |   - | 502 |1595 |   0 |   0 |   0 | 826k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.70/212.74	c   196s|  3690k|  3513k|     0 |   0.0 |1108M| 421 |   - | 502 |1612 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
213.20/213.25	c   196s|  3700k|  3523k|     0 |   0.0 |1110M| 421 |   - | 502 |1570 |   0 |   0 |   0 | 829k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
213.70/213.75	c   197s|  3710k|  3533k|     0 |   0.0 |1113M| 421 |   - | 502 |1582 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
214.20/214.27	c   197s|  3720k|  3543k|     0 |   0.0 |1116M| 421 |   - | 502 |1612 |   0 |   0 |   0 | 831k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
214.70/214.78	c   198s|  3730k|  3552k|     0 |   0.0 |1119M| 421 |   - | 502 |1628 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
215.20/215.28	c   198s|  3740k|  3562k|     0 |   0.0 |1122M| 421 |   - | 502 |1604 |   0 |   0 |   0 | 834k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
215.70/215.78	c   199s|  3750k|  3572k|     0 |   0.0 |1125M| 421 |   - | 502 |1610 |   0 |   0 |   0 | 835k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
216.19/216.28	c   199s|  3760k|  3582k|     0 |   0.0 |1128M| 421 |   - | 502 |1579 |   0 |   0 |   0 | 836k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
216.70/216.78	c   200s|  3770k|  3591k|     0 |   0.0 |1131M| 421 |   - | 502 |1627 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
217.30/217.34	c   200s|  3780k|  3601k|     0 |   0.0 |1134M| 421 |   - | 502 |1731 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
217.80/217.82	c   201s|  3790k|  3611k|     0 |   0.0 |1136M| 421 |   - | 502 |1659 |   0 |   0 |   0 | 840k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
218.30/218.33	c   201s|  3800k|  3621k|     0 |   0.0 |1139M| 421 |   - | 502 |1644 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
218.80/218.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.80/218.83	c   202s|  3810k|  3630k|     0 |   0.0 |1142M| 421 |   - | 502 |1587 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
219.29/219.33	c   202s|  3820k|  3640k|     0 |   0.0 |1145M| 421 |   - | 502 |1576 |   0 |   0 |   0 | 844k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
219.79/219.84	c   203s|  3830k|  3650k|     0 |   0.0 |1148M| 421 |   - | 502 |1516 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
220.30/220.36	c   203s|  3840k|  3660k|     0 |   0.0 |1151M| 421 |   - | 502 |1572 |   0 |   0 |   0 | 846k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
220.80/220.86	c   203s|  3850k|  3670k|     0 |   0.0 |1154M| 421 |   - | 502 |1486 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
221.30/221.37	c   204s|  3860k|  3679k|     0 |   0.0 |1157M| 421 |   - | 502 |1545 |   0 |   0 |   0 | 849k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
221.80/221.89	c   204s|  3870k|  3689k|     0 |   0.0 |1160M| 421 |   - | 502 |1580 |   0 |   0 |   0 | 850k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
222.30/222.39	c   205s|  3880k|  3699k|     0 |   0.0 |1162M| 421 |   - | 502 |1596 |   0 |   0 |   0 | 851k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
222.80/222.88	c   205s|  3890k|  3709k|     0 |   0.0 |1165M| 421 |   - | 502 |1587 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
223.31/223.37	c   206s|  3900k|  3718k|     0 |   0.0 |1168M| 421 |   - | 502 |1553 |   0 |   0 |   0 | 854k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
223.79/223.88	c   206s|  3910k|  3728k|     0 |   0.0 |1171M| 421 |   - | 502 |1565 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
224.30/224.40	c   207s|  3920k|  3738k|     0 |   0.0 |1174M| 421 |   - | 502 |1545 |   0 |   0 |   0 | 856k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
224.89/224.91	c   207s|  3930k|  3748k|     0 |   0.0 |1177M| 421 |   - | 502 |1506 |   0 |   0 |   0 | 858k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
225.41/225.45	c   208s|  3940k|  3757k|     0 |   0.0 |1180M| 421 |   - | 502 |1501 |   0 |   0 |   0 | 859k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
225.90/225.94	c   208s|  3950k|  3767k|     0 |   0.0 |1183M| 421 |   - | 502 |1495 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
226.40/226.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
226.40/226.45	c   209s|  3960k|  3777k|     0 |   0.0 |1186M| 421 |   - | 502 |1523 |   0 |   0 |   0 | 861k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
226.89/226.98	c   209s|  3970k|  3787k|     0 |   0.0 |1188M| 421 |   - | 502 |1540 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
227.40/227.48	c   210s|  3980k|  3796k|     0 |   0.0 |1191M| 421 |   - | 502 |1574 |   0 |   0 |   0 | 864k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.00/228.00	c   210s|  3990k|  3806k|     0 |   0.0 |1194M| 421 |   - | 502 |1548 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.50/228.50	c   210s|  4000k|  3816k|     0 |   0.0 |1197M| 421 |   - | 502 |1526 |   0 |   0 |   0 | 866k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.99/229.00	c   211s|  4010k|  3826k|     0 |   0.0 |1200M| 421 |   - | 502 |1516 |   0 |   0 |   0 | 868k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
229.50/229.50	c   211s|  4020k|  3836k|     0 |   0.0 |1203M| 421 |   - | 502 |1469 |   0 |   0 |   0 | 869k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
229.90/229.99	c   212s|  4030k|  3845k|     0 |   0.0 |1206M| 421 |   - | 502 |1517 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
230.50/230.50	c   212s|  4040k|  3855k|     0 |   0.0 |1209M| 421 |   - | 502 |1450 |   0 |   0 |   0 | 871k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.00/231.00	c   213s|  4050k|  3865k|     0 |   0.0 |1212M| 421 |   - | 502 |1476 |   0 |   0 |   0 | 872k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.50/231.53	c   213s|  4060k|  3875k|     0 |   0.0 |1214M| 421 |   - | 502 |1503 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.00/232.05	c   214s|  4070k|  3884k|     0 |   0.0 |1217M| 421 |   - | 502 |1453 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.50/232.54	c   214s|  4080k|  3894k|     0 |   0.0 |1220M| 421 |   - | 502 |1524 |   0 |   0 |   0 | 876k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
233.00/233.03	c   215s|  4090k|  3904k|     0 |   0.0 |1223M| 421 |   - | 502 |1454 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
233.50/233.54	c   215s|  4100k|  3914k|     0 |   0.0 |1226M| 421 |   - | 502 |1509 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
234.00/234.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
234.00/234.04	c   216s|  4110k|  3923k|     0 |   0.0 |1229M| 421 |   - | 502 |1532 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
234.50/234.54	c   216s|  4120k|  3933k|     0 |   0.0 |1232M| 421 |   - | 502 |1500 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
235.00/235.08	c   216s|  4130k|  3943k|     0 |   0.0 |1235M| 421 |   - | 502 |1498 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
235.50/235.58	c   217s|  4140k|  3953k|     0 |   0.0 |1238M| 421 |   - | 502 |1468 |   0 |   0 |   0 | 884k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
236.10/236.10	c   217s|  4150k|  3962k|     0 |   0.0 |1241M| 421 |   - | 502 |1525 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
236.59/236.64	c   218s|  4160k|  3972k|     0 |   0.0 |1243M| 421 |   - | 502 |1523 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
237.10/237.16	c   218s|  4170k|  3982k|     0 |   0.0 |1246M| 421 |   - | 502 |1596 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
237.60/237.68	c   219s|  4180k|  3992k|     0 |   0.0 |1249M| 421 |   - | 502 |1531 |   0 |   0 |   0 | 889k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.10/238.19	c   219s|  4190k|  4001k|     0 |   0.0 |1252M| 421 |   - | 502 |1610 |   0 |   0 |   0 | 890k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.61/238.68	c   220s|  4200k|  4011k|     0 |   0.0 |1255M| 421 |   - | 502 |1540 |   0 |   0 |   0 | 892k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
239.19/239.23	c   220s|  4210k|  4021k|     0 |   0.0 |1258M| 421 |   - | 502 |1518 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
239.70/239.74	c   221s|  4220k|  4031k|     0 |   0.0 |1261M| 421 |   - | 502 |1548 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
240.20/240.29	c   221s|  4230k|  4041k|     0 |   0.0 |1264M| 421 |   - | 502 |1498 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
240.70/240.79	c   222s|  4240k|  4050k|     0 |   0.0 |1266M| 421 |   - | 502 |1558 |   0 |   0 |   0 | 897k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
241.29/241.31	c   222s|  4250k|  4060k|     0 |   0.0 |1269M| 421 |   - | 502 |1581 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
241.80/241.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.80/241.81	c   223s|  4260k|  4070k|     0 |   0.0 |1272M| 421 |   - | 502 |1605 |   0 |   0 |   0 | 899k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
242.20/242.29	c   223s|  4270k|  4080k|     0 |   0.0 |1275M| 421 |   - | 502 |1524 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
242.80/242.80	c   224s|  4280k|  4089k|     0 |   0.0 |1278M| 421 |   - | 502 |1498 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.30/243.30	c   224s|  4290k|  4099k|     0 |   0.0 |1281M| 421 |   - | 502 |1534 |   0 |   0 |   0 | 903k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.80/243.82	c   224s|  4300k|  4109k|     0 |   0.0 |1284M| 421 |   - | 502 |1537 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
244.29/244.36	c   225s|  4310k|  4119k|     0 |   0.0 |1287M| 421 |   - | 502 |1526 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
244.80/244.87	c   225s|  4320k|  4128k|     0 |   0.0 |1289M| 421 |   - | 502 |1529 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.31/245.36	c   226s|  4330k|  4138k|     0 |   0.0 |1292M| 421 |   - | 502 |1503 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.90/245.90	c   226s|  4340k|  4148k|     0 |   0.0 |1295M| 421 |   - | 502 |1521 |   0 |   0 |   0 | 909k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
246.30/246.40	c   227s|  4350k|  4158k|     0 |   0.0 |1298M| 421 |   - | 502 |1533 |   0 |   0 |   0 | 911k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
246.90/246.90	c   227s|  4360k|  4167k|     0 |   0.0 |1301M| 421 |   - | 502 |1566 |   0 |   0 |   0 | 912k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
247.40/247.42	c   228s|  4370k|  4177k|     0 |   0.0 |1304M| 421 |   - | 502 |1503 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
247.90/247.93	c   228s|  4380k|  4187k|     0 |   0.0 |1307M| 421 |   - | 502 |1519 |   0 |   0 |   0 | 914k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
248.40/248.45	c   229s|  4390k|  4197k|     0 |   0.0 |1310M| 421 |   - | 502 |1527 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
248.90/248.97	c   229s|  4400k|  4207k|     0 |   0.0 |1313M| 421 |   - | 502 |1507 |   0 |   0 |   0 | 917k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
249.40/249.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
249.40/249.47	c   230s|  4410k|  4216k|     0 |   0.0 |1315M| 421 |   - | 502 |1472 |   0 |   0 |   0 | 918k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
250.00/250.01	c   230s|  4420k|  4226k|     0 |   0.0 |1318M| 421 |   - | 502 |1514 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
250.49/250.54	c   231s|  4430k|  4236k|     0 |   0.0 |1321M| 421 |   - | 502 |1517 |   0 |   0 |   0 | 921k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
251.00/251.05	c   231s|  4440k|  4246k|     0 |   0.0 |1324M| 421 |   - | 502 |1515 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
251.50/251.56	c   232s|  4450k|  4255k|     0 |   0.0 |1327M| 421 |   - | 502 |1477 |   0 |   0 |   0 | 923k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
252.10/252.11	c   232s|  4460k|  4265k|     0 |   0.0 |1330M| 421 |   - | 502 |1508 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
252.60/252.64	c   233s|  4470k|  4275k|     0 |   0.0 |1333M| 421 |   - | 502 |1413 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
253.09/253.16	c   233s|  4480k|  4285k|     0 |   0.0 |1336M| 421 |   - | 502 |1450 |   0 |   0 |   0 | 927k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
253.59/253.65	c   233s|  4490k|  4294k|     0 |   0.0 |1339M| 421 |   - | 502 |1448 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
254.10/254.18	c   234s|  4500k|  4304k|     0 |   0.0 |1341M| 421 |   - | 502 |1464 |   0 |   0 |   0 | 930k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
254.60/254.68	c   234s|  4510k|  4314k|     0 |   0.0 |1344M| 421 |   - | 502 |1377 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
255.20/255.23	c   235s|  4520k|  4324k|     0 |   0.0 |1347M| 421 |   - | 502 |1409 |   0 |   0 |   0 | 932k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
255.70/255.75	c   235s|  4530k|  4333k|     0 |   0.0 |1350M| 421 |   - | 502 |1411 |   0 |   0 |   0 | 934k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.20/256.27	c   236s|  4540k|  4343k|     0 |   0.0 |1353M| 421 |   - | 502 |1417 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.70/256.78	c   236s|  4550k|  4353k|     0 |   0.0 |1356M| 421 |   - | 502 |1445 |   0 |   0 |   0 | 936k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
257.19/257.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.19/257.29	c   237s|  4560k|  4363k|     0 |   0.0 |1359M| 421 |   - | 502 |1492 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
257.80/257.83	c   237s|  4570k|  4372k|     0 |   0.0 |1362M| 421 |   - | 502 |1476 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
258.30/258.34	c   238s|  4580k|  4382k|     0 |   0.0 |1364M| 421 |   - | 502 |1430 |   0 |   0 |   0 | 940k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
258.79/258.87	c   238s|  4590k|  4392k|     0 |   0.0 |1367M| 421 |   - | 502 |1376 |   0 |   0 |   0 | 941k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
259.30/259.36	c   239s|  4600k|  4402k|     0 |   0.0 |1370M| 421 |   - | 502 |1385 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
259.80/259.87	c   239s|  4610k|  4412k|     0 |   0.0 |1373M| 421 |   - | 502 |1402 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.30/260.35	c   240s|  4620k|  4421k|     0 |   0.0 |1376M| 421 |   - | 502 |1393 |   0 |   0 |   0 | 945k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.80/260.88	c   240s|  4630k|  4431k|     0 |   0.0 |1379M| 421 |   - | 502 |1411 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
261.30/261.38	c   241s|  4640k|  4441k|     0 |   0.0 |1382M| 421 |   - | 502 |1490 |   0 |   0 |   0 | 948k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
261.80/261.87	c   241s|  4650k|  4451k|     0 |   0.0 |1385M| 421 |   - | 502 |1477 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
262.40/262.41	c   242s|  4660k|  4460k|     0 |   0.0 |1388M| 421 |   - | 502 |1526 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
262.90/262.93	c   242s|  4670k|  4470k|     0 |   0.0 |1390M| 421 |   - | 502 |1446 |   0 |   0 |   0 | 951k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.39/263.43	c   242s|  4680k|  4480k|     0 |   0.0 |1393M| 421 |   - | 502 |1401 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.90/263.97	c   243s|  4690k|  4490k|     0 |   0.0 |1396M| 421 |   - | 502 |1428 |   0 |   0 |   0 | 954k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
264.40/264.46	c   243s|  4700k|  4499k|     0 |   0.0 |1399M| 421 |   - | 502 |1421 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
264.90/264.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.90/264.97	c   244s|  4710k|  4509k|     0 |   0.0 |1402M| 421 |   - | 502 |1455 |   0 |   0 |   0 | 956k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.40/265.46	c   244s|  4720k|  4519k|     0 |   0.0 |1405M| 421 |   - | 502 |1431 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.90/265.97	c   245s|  4730k|  4529k|     0 |   0.0 |1408M| 421 |   - | 502 |1389 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
266.40/266.48	c   245s|  4740k|  4538k|     0 |   0.0 |1411M| 421 |   - | 502 |1381 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
266.89/266.99	c   246s|  4750k|  4548k|     0 |   0.0 |1413M| 421 |   - | 502 |1416 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
267.50/267.52	c   246s|  4760k|  4558k|     0 |   0.0 |1416M| 421 |   - | 502 |1463 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.00/268.04	c   247s|  4770k|  4568k|     0 |   0.0 |1419M| 421 |   - | 502 |1471 |   0 |   0 |   0 | 964k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.50/268.55	c   247s|  4780k|  4577k|     0 |   0.0 |1422M| 421 |   - | 502 |1462 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
269.00/269.05	c   248s|  4790k|  4587k|     0 |   0.0 |1425M| 421 |   - | 502 |1519 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
269.51/269.56	c   248s|  4800k|  4597k|     0 |   0.0 |1428M| 421 |   - | 502 |1511 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
270.00/270.07	c   249s|  4810k|  4607k|     0 |   0.0 |1431M| 421 |   - | 502 |1507 |   0 |   0 |   0 | 969k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
270.51/270.59	c   249s|  4820k|  4617k|     0 |   0.0 |1434M| 421 |   - | 502 |1500 |   0 |   0 |   0 | 970k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.10/271.11	c   249s|  4830k|  4626k|     0 |   0.0 |1436M| 421 |   - | 502 |1548 |   0 |   0 |   0 | 972k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.61/271.64	c   250s|  4840k|  4636k|     0 |   0.0 |1439M| 421 |   - | 502 |1529 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
272.10/272.14	c   250s|  4850k|  4646k|     0 |   0.0 |1442M| 421 |   - | 502 |1524 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
272.59/272.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
272.59/272.64	c   251s|  4860k|  4656k|     0 |   0.0 |1445M| 421 |   - | 502 |1528 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.20/273.20	c   251s|  4870k|  4665k|     0 |   0.0 |1448M| 421 |   - | 502 |1614 |   0 |   0 |   0 | 977k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.70/273.71	c   252s|  4880k|  4675k|     0 |   0.0 |1451M| 421 |   - | 502 |1546 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
274.20/274.21	c   252s|  4890k|  4685k|     0 |   0.0 |1454M| 421 |   - | 502 |1530 |   0 |   0 |   0 | 979k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
274.70/274.72	c   253s|  4900k|  4695k|     0 |   0.0 |1457M| 421 |   - | 502 |1473 |   0 |   0 |   0 | 981k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.20/275.22	c   253s|  4910k|  4704k|     0 |   0.0 |1459M| 421 |   - | 502 |1479 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.69/275.74	c   254s|  4920k|  4714k|     0 |   0.0 |1462M| 421 |   - | 502 |1557 |   0 |   0 |   0 | 983k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
276.20/276.24	c   254s|  4930k|  4724k|     0 |   0.0 |1465M| 421 |   - | 502 |1584 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
276.80/276.80	c   255s|  4940k|  4734k|     0 |   0.0 |1468M| 421 |   - | 502 |1605 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.30/277.30	c   255s|  4950k|  4743k|     0 |   0.0 |1471M| 421 |   - | 502 |1551 |   0 |   0 |   0 | 987k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.80/277.83	c   256s|  4960k|  4753k|     0 |   0.0 |1474M| 421 |   - | 502 |1628 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
278.31/278.37	c   256s|  4970k|  4763k|     0 |   0.0 |1477M| 421 |   - | 502 |1511 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
278.80/278.88	c   257s|  4980k|  4773k|     0 |   0.0 |1480M| 421 |   - | 502 |1495 |   0 |   0 |   0 | 991k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
279.30/279.40	c   257s|  4990k|  4782k|     0 |   0.0 |1482M| 421 |   - | 502 |1520 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
279.80/279.89	c   258s|  5000k|  4792k|     0 |   0.0 |1485M| 421 |   - | 502 |1513 |   0 |   0 |   0 | 993k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.41/280.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.41/280.41	c   258s|  5010k|  4802k|     0 |   0.0 |1488M| 421 |   - | 502 |1536 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.89/280.95	c   258s|  5020k|  4812k|     0 |   0.0 |1491M| 421 |   - | 502 |1495 |   0 |   0 |   0 | 996k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
281.40/281.45	c   259s|  5030k|  4821k|     0 |   0.0 |1494M| 421 |   - | 502 |1457 |   0 |   0 |   0 | 997k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
281.90/281.96	c   259s|  5040k|  4831k|     0 |   0.0 |1497M| 421 |   - | 502 |1493 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.40/282.45	c   260s|  5050k|  4841k|     0 |   0.0 |1500M| 421 |   - | 502 |1502 |   0 |   0 |   0 |1000k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.90/282.99	c   260s|  5060k|  4851k|     0 |   0.0 |1503M| 421 |   - | 502 |1493 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.50/283.51	c   261s|  5070k|  4860k|     0 |   0.0 |1506M| 421 |   - | 502 |1586 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.00/284.02	c   261s|  5080k|  4870k|     0 |   0.0 |1508M| 421 |   - | 502 |1563 |   0 |   0 |   0 |1004k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
284.50/284.56	c   262s|  5090k|  4880k|     0 |   0.0 |1511M| 421 |   - | 502 |1580 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
285.00/285.07	c   262s|  5100k|  4890k|     0 |   0.0 |1514M| 421 |   - | 502 |1561 |   0 |   0 |   0 |1007k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
285.50/285.56	c   263s|  5110k|  4899k|     0 |   0.0 |1517M| 421 |   - | 502 |1537 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.00/286.06	c   263s|  5120k|  4909k|     0 |   0.0 |1520M| 421 |   - | 502 |1509 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.50/286.57	c   264s|  5130k|  4919k|     0 |   0.0 |1523M| 421 |   - | 502 |1496 |   0 |   0 |   0 |1010k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
287.00/287.07	c   264s|  5140k|  4929k|     0 |   0.0 |1526M| 421 |   - | 502 |1493 |   0 |   0 |   0 |1012k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
287.60/287.60	c   265s|  5150k|  4939k|     0 |   0.0 |1529M| 421 |   - | 502 |1541 |   0 |   0 |   0 |1013k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
288.11/288.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.11/288.14	c   265s|  5160k|  4948k|     0 |   0.0 |1532M| 421 |   - | 502 |1591 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
288.60/288.63	c   266s|  5170k|  4958k|     0 |   0.0 |1534M| 421 |   - | 502 |1578 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.10/289.14	c   266s|  5180k|  4968k|     0 |   0.0 |1537M| 421 |   - | 502 |1559 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.60/289.69	c   266s|  5190k|  4978k|     0 |   0.0 |1540M| 421 |   - | 502 |1538 |   0 |   0 |   0 |1018k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
290.20/290.22	c   267s|  5200k|  4987k|     0 |   0.0 |1543M| 421 |   - | 502 |1553 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
290.70/290.73	c   267s|  5210k|  4997k|     0 |   0.0 |1546M| 421 |   - | 502 |1450 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.20/291.21	c   268s|  5220k|  5007k|     0 |   0.0 |1549M| 421 |   - | 502 |1450 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.70/291.71	c   268s|  5230k|  5017k|     0 |   0.0 |1552M| 421 |   - | 502 |1482 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
292.20/292.20	c   269s|  5240k|  5026k|     0 |   0.0 |1555M| 421 |   - | 502 |1531 |   0 |   0 |   0 |1024k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
292.70/292.71	c   269s|  5250k|  5036k|     0 |   0.0 |1558M| 421 |   - | 502 |1505 |   0 |   0 |   0 |1026k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
293.20/293.26	c   270s|  5260k|  5046k|     0 |   0.0 |1560M| 421 |   - | 502 |1571 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
293.80/293.80	c   270s|  5270k|  5056k|     0 |   0.0 |1563M| 421 |   - | 502 |1599 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.30/294.36	c   271s|  5280k|  5065k|     0 |   0.0 |1566M| 421 |   - | 502 |1585 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.81/294.85	c   271s|  5290k|  5075k|     0 |   0.0 |1569M| 421 |   - | 502 |1547 |   0 |   0 |   0 |1031k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.30/295.35	c   272s|  5300k|  5085k|     0 |   0.0 |1572M| 421 |   - | 502 |1540 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.80/295.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.80/295.85	c   272s|  5310k|  5095k|     0 |   0.0 |1575M| 421 |   - | 502 |1526 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
296.30/296.35	c   273s|  5320k|  5104k|     0 |   0.0 |1578M| 421 |   - | 502 |1570 |   0 |   0 |   0 |1034k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
296.80/296.89	c   273s|  5330k|  5114k|     0 |   0.0 |1581M| 421 |   - | 502 |1563 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
297.40/297.43	c   274s|  5340k|  5124k|     0 |   0.0 |1583M| 421 |   - | 502 |1537 |   0 |   0 |   0 |1037k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
297.90/297.94	c   274s|  5350k|  5134k|     0 |   0.0 |1586M| 421 |   - | 502 |1517 |   0 |   0 |   0 |1038k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.40/298.43	c   274s|  5360k|  5144k|     0 |   0.0 |1589M| 421 |   - | 502 |1513 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.90/298.93	c   275s|  5370k|  5153k|     0 |   0.0 |1592M| 421 |   - | 502 |1524 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
299.40/299.45	c   275s|  5380k|  5163k|     0 |   0.0 |1595M| 421 |   - | 502 |1454 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
299.90/299.95	c   276s|  5390k|  5173k|     0 |   0.0 |1598M| 421 |   - | 502 |1464 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
300.40/300.45	c   276s|  5400k|  5183k|     0 |   0.0 |1601M| 421 |   - | 502 |1421 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
300.90/300.98	c   277s|  5410k|  5192k|     0 |   0.0 |1604M| 421 |   - | 502 |1429 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
301.50/301.51	c   277s|  5420k|  5202k|     0 |   0.0 |1607M| 421 |   - | 502 |1425 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.00/302.05	c   278s|  5430k|  5212k|     0 |   0.0 |1609M| 421 |   - | 502 |1421 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.50/302.56	c   278s|  5440k|  5222k|     0 |   0.0 |1612M| 421 |   - | 502 |1435 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.00/303.07	c   279s|  5450k|  5231k|     0 |   0.0 |1615M| 421 |   - | 502 |1467 |   0 |   0 |   0 |1051k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.50/303.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.50/303.57	c   279s|  5460k|  5241k|     0 |   0.0 |1618M| 421 |   - | 502 |1507 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.00/304.09	c   280s|  5470k|  5251k|     0 |   0.0 |1621M| 421 |   - | 502 |1530 |   0 |   0 |   0 |1054k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.60/304.61	c   280s|  5480k|  5261k|     0 |   0.0 |1624M| 421 |   - | 502 |1508 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
305.10/305.14	c   281s|  5490k|  5270k|     0 |   0.0 |1627M| 421 |   - | 502 |1528 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
305.60/305.66	c   281s|  5500k|  5280k|     0 |   0.0 |1630M| 421 |   - | 502 |1467 |   0 |   0 |   0 |1057k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
306.10/306.17	c   282s|  5510k|  5290k|     0 |   0.0 |1633M| 421 |   - | 502 |1461 |   0 |   0 |   0 |1059k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
306.60/306.66	c   282s|  5520k|  5300k|     0 |   0.0 |1635M| 421 |   - | 502 |1449 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.21/307.20	c   282s|  5530k|  5309k|     0 |   0.0 |1638M| 421 |   - | 502 |1543 |   0 |   0 |   0 |1061k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.70/307.73	c   283s|  5540k|  5319k|     0 |   0.0 |1641M| 421 |   - | 502 |1479 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.20/308.26	c   283s|  5550k|  5329k|     0 |   0.0 |1644M| 421 |   - | 502 |1530 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.70/308.76	c   284s|  5560k|  5339k|     0 |   0.0 |1647M| 421 |   - | 502 |1520 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
309.30/309.30	c   284s|  5570k|  5349k|     0 |   0.0 |1650M| 421 |   - | 502 |1535 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
309.80/309.81	c   285s|  5580k|  5358k|     0 |   0.0 |1653M| 421 |   - | 502 |1576 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
310.30/310.33	c   285s|  5590k|  5368k|     0 |   0.0 |1656M| 421 |   - | 502 |1545 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
310.80/310.83	c   286s|  5600k|  5378k|     0 |   0.0 |1659M| 421 |   - | 502 |1566 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
311.30/311.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
311.30/311.37	c   286s|  5610k|  5388k|     0 |   0.0 |1661M| 421 |   - | 502 |1595 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
311.80/311.88	c   287s|  5620k|  5397k|     0 |   0.0 |1664M| 421 |   - | 502 |1612 |   0 |   0 |   0 |1073k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
312.31/312.40	c   287s|  5630k|  5407k|     0 |   0.0 |1667M| 421 |   - | 502 |1612 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
312.90/312.90	c   288s|  5640k|  5417k|     0 |   0.0 |1670M| 421 |   - | 502 |1545 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.30/313.40	c   288s|  5650k|  5427k|     0 |   0.0 |1673M| 421 |   - | 502 |1566 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.90/313.91	c   289s|  5660k|  5436k|     0 |   0.0 |1676M| 421 |   - | 502 |1510 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
314.40/314.46	c   289s|  5670k|  5446k|     0 |   0.0 |1679M| 421 |   - | 502 |1557 |   0 |   0 |   0 |1079k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
314.90/314.95	c   290s|  5680k|  5456k|     0 |   0.0 |1682M| 421 |   - | 502 |1503 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
315.40/315.48	c   290s|  5690k|  5466k|     0 |   0.0 |1684M| 421 |   - | 502 |1511 |   0 |   0 |   0 |1082k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
315.90/315.98	c   291s|  5700k|  5475k|     0 |   0.0 |1687M| 421 |   - | 502 |1458 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
316.50/316.50	c   291s|  5710k|  5485k|     0 |   0.0 |1690M| 421 |   - | 502 |1477 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
317.00/317.04	c   292s|  5720k|  5495k|     0 |   0.0 |1693M| 421 |   - | 502 |1523 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
317.50/317.54	c   292s|  5730k|  5505k|     0 |   0.0 |1696M| 421 |   - | 502 |1509 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.00/318.05	c   292s|  5740k|  5515k|     0 |   0.0 |1699M| 421 |   - | 502 |1540 |   0 |   0 |   0 |1088k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.50/318.59	c   293s|  5750k|  5524k|     0 |   0.0 |1702M| 421 |   - | 502 |1565 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.00/319.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.00/319.09	c   293s|  5760k|  5534k|     0 |   0.0 |1705M| 421 |   - | 502 |1511 |   0 |   0 |   0 |1091k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.60/319.63	c   294s|  5770k|  5544k|     0 |   0.0 |1708M| 421 |   - | 502 |1502 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
320.11/320.14	c   294s|  5780k|  5554k|     0 |   0.0 |1710M| 421 |   - | 502 |1443 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
320.60/320.64	c   295s|  5790k|  5563k|     0 |   0.0 |1713M| 421 |   - | 502 |1477 |   0 |   0 |   0 |1094k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
321.10/321.17	c   295s|  5800k|  5573k|     0 |   0.0 |1716M| 421 |   - | 502 |1480 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
321.60/321.69	c   296s|  5810k|  5583k|     0 |   0.0 |1719M| 421 |   - | 502 |1508 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
322.20/322.24	c   296s|  5820k|  5593k|     0 |   0.0 |1722M| 421 |   - | 502 |1500 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
322.70/322.75	c   297s|  5830k|  5602k|     0 |   0.0 |1725M| 421 |   - | 502 |1508 |   0 |   0 |   0 |1100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
323.20/323.25	c   297s|  5840k|  5612k|     0 |   0.0 |1728M| 421 |   - | 502 |1493 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
323.70/323.77	c   298s|  5850k|  5622k|     0 |   0.0 |1731M| 421 |   - | 502 |1501 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.30/324.32	c   298s|  5860k|  5632k|     0 |   0.0 |1734M| 421 |   - | 502 |1513 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.80/324.81	c   299s|  5870k|  5641k|     0 |   0.0 |1736M| 421 |   - | 502 |1457 |   0 |   0 |   0 |1105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.20/325.29	c   299s|  5880k|  5651k|     0 |   0.0 |1739M| 421 |   - | 502 |1478 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.80/325.82	c   300s|  5890k|  5661k|     0 |   0.0 |1742M| 421 |   - | 502 |1511 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
326.30/326.37	c   300s|  5900k|  5671k|     0 |   0.0 |1745M| 421 |   - | 502 |1532 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
326.80/326.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.80/326.89	c   301s|  5910k|  5680k|     0 |   0.0 |1748M| 421 |   - | 502 |1555 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
327.40/327.46	c   301s|  5920k|  5690k|     0 |   0.0 |1751M| 421 |   - | 502 |1601 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
327.90/327.98	c   302s|  5930k|  5700k|     0 |   0.0 |1754M| 421 |   - | 502 |1475 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
328.40/328.48	c   302s|  5940k|  5710k|     0 |   0.0 |1757M| 421 |   - | 502 |1526 |   0 |   0 |   0 |1114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
328.91/328.98	c   302s|  5950k|  5719k|     0 |   0.0 |1759M| 421 |   - | 502 |1482 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
329.50/329.55	c   303s|  5960k|  5729k|     0 |   0.0 |1762M| 421 |   - | 502 |1484 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
330.00/330.05	c   303s|  5970k|  5739k|     0 |   0.0 |1765M| 421 |   - | 502 |1526 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
330.60/330.67	c   304s|  5980k|  5749k|     0 |   0.0 |1768M| 421 |   - | 502 |1529 |   0 |   0 |   0 |1119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.10/331.19	c   304s|  5990k|  5758k|     0 |   0.0 |1771M| 421 |   - | 502 |1441 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.70/331.75	c   305s|  6000k|  5768k|     0 |   0.0 |1774M| 421 |   - | 502 |1488 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
332.21/332.27	c   305s|  6010k|  5778k|     0 |   0.0 |1777M| 421 |   - | 502 |1433 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
332.70/332.80	c   306s|  6020k|  5788k|     0 |   0.0 |1780M| 421 |   - | 502 |1521 |   0 |   0 |   0 |1124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.31/333.34	c   306s|  6030k|  5797k|     0 |   0.0 |1782M| 421 |   - | 502 |1470 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.80/333.88	c   307s|  6040k|  5807k|     0 |   0.0 |1785M| 421 |   - | 502 |1518 |   0 |   0 |   0 |1127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
334.31/334.39	c   307s|  6050k|  5817k|     0 |   0.0 |1788M| 421 |   - | 502 |1526 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
334.90/334.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
334.90/334.93	c   308s|  6060k|  5827k|     0 |   0.0 |1791M| 421 |   - | 502 |1445 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.40/335.44	c   308s|  6070k|  5836k|     0 |   0.0 |1794M| 421 |   - | 502 |1498 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
336.00/336.05	c   309s|  6080k|  5846k|     0 |   0.0 |1797M| 421 |   - | 502 |1487 |   0 |   0 |   0 |1132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
336.50/336.54	c   309s|  6090k|  5856k|     0 |   0.0 |1800M| 421 |   - | 502 |1488 |   0 |   0 |   0 |1133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.00/337.07	c   310s|  6100k|  5866k|     0 |   0.0 |1803M| 421 |   - | 502 |1483 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.50/337.59	c   310s|  6110k|  5876k|     0 |   0.0 |1806M| 421 |   - | 502 |1518 |   0 |   0 |   0 |1136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
338.10/338.12	c   311s|  6120k|  5885k|     0 |   0.0 |1808M| 421 |   - | 502 |1537 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
338.60/338.63	c   311s|  6130k|  5895k|     0 |   0.0 |1811M| 421 |   - | 502 |1523 |   0 |   0 |   0 |1139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
339.10/339.15	c   312s|  6140k|  5905k|     0 |   0.0 |1814M| 421 |   - | 502 |1502 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
339.60/339.66	c   312s|  6150k|  5915k|     0 |   0.0 |1817M| 421 |   - | 502 |1472 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
340.20/340.21	c   313s|  6160k|  5924k|     0 |   0.0 |1820M| 421 |   - | 502 |1480 |   0 |   0 |   0 |1142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
340.70/340.70	c   313s|  6170k|  5934k|     0 |   0.0 |1823M| 421 |   - | 502 |1501 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
341.20/341.23	c   314s|  6180k|  5944k|     0 |   0.0 |1826M| 421 |   - | 502 |1542 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
341.70/341.79	c   314s|  6190k|  5954k|     0 |   0.0 |1829M| 421 |   - | 502 |1532 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
342.30/342.30	c   315s|  6200k|  5963k|     0 |   0.0 |1831M| 421 |   - | 502 |1491 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
342.80/342.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.80/342.80	c   315s|  6210k|  5973k|     0 |   0.0 |1834M| 421 |   - | 502 |1466 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
343.21/343.29	c   316s|  6220k|  5983k|     0 |   0.0 |1837M| 421 |   - | 502 |1500 |   0 |   0 |   0 |1150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
343.80/343.80	c   316s|  6230k|  5993k|     0 |   0.0 |1840M| 421 |   - | 502 |1505 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.30/344.30	c   317s|  6240k|  6002k|     0 |   0.0 |1843M| 421 |   - | 502 |1523 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.80/344.88	c   317s|  6250k|  6012k|     0 |   0.0 |1846M| 421 |   - | 502 |1571 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
345.40/345.44	c   318s|  6260k|  6022k|     0 |   0.0 |1849M| 421 |   - | 502 |1578 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
345.90/345.99	c   318s|  6270k|  6032k|     0 |   0.0 |1852M| 421 |   - | 502 |1521 |   0 |   0 |   0 |1157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
346.51/346.51	c   319s|  6280k|  6041k|     0 |   0.0 |1855M| 421 |   - | 502 |1537 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
347.00/347.02	c   319s|  6290k|  6051k|     0 |   0.0 |1858M| 421 |   - | 502 |1526 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
347.51/347.52	c   319s|  6300k|  6061k|     0 |   0.0 |1860M| 421 |   - | 502 |1459 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
348.00/348.03	c   320s|  6310k|  6071k|     0 |   0.0 |1863M| 421 |   - | 502 |1598 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
348.50/348.55	c   320s|  6320k|  6080k|     0 |   0.0 |1866M| 421 |   - | 502 |1560 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.00/349.07	c   321s|  6330k|  6090k|     0 |   0.0 |1869M| 421 |   - | 502 |1554 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.50/349.56	c   321s|  6340k|  6100k|     0 |   0.0 |1872M| 421 |   - | 502 |1459 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
350.00/350.06	c   322s|  6350k|  6110k|     0 |   0.0 |1875M| 421 |   - | 502 |1529 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
350.60/350.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
350.60/350.60	c   322s|  6360k|  6119k|     0 |   0.0 |1878M| 421 |   - | 502 |1577 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
351.00/351.09	c   323s|  6370k|  6129k|     0 |   0.0 |1881M| 421 |   - | 502 |1599 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
351.60/351.63	c   323s|  6380k|  6139k|     0 |   0.0 |1884M| 421 |   - | 502 |1609 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.10/352.16	c   324s|  6390k|  6149k|     0 |   0.0 |1886M| 421 |   - | 502 |1568 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.60/352.69	c   324s|  6400k|  6158k|     0 |   0.0 |1889M| 421 |   - | 502 |1597 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
353.11/353.19	c   325s|  6410k|  6168k|     0 |   0.0 |1892M| 421 |   - | 502 |1622 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
353.70/353.72	c   325s|  6420k|  6178k|     0 |   0.0 |1895M| 421 |   - | 502 |1568 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.21/354.22	c   326s|  6430k|  6188k|     0 |   0.0 |1898M| 421 |   - | 502 |1600 |   0 |   0 |   0 |1178k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.70/354.74	c   326s|  6440k|  6197k|     0 |   0.0 |1901M| 421 |   - | 502 |1618 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
355.21/355.24	c   327s|  6450k|  6207k|     0 |   0.0 |1904M| 421 |   - | 502 |1643 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
355.81/355.80	c   327s|  6460k|  6217k|     0 |   0.0 |1907M| 421 |   - | 502 |1668 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
356.31/356.31	c   328s|  6470k|  6227k|     0 |   0.0 |1909M| 421 |   - | 502 |1588 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
356.80/356.80	c   328s|  6480k|  6236k|     0 |   0.0 |1912M| 421 |   - | 502 |1598 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
357.30/357.37	c   329s|  6490k|  6246k|     0 |   0.0 |1915M| 421 |   - | 502 |1607 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
357.80/357.89	c   329s|  6500k|  6256k|     0 |   0.0 |1918M| 421 |   - | 502 |1551 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
358.40/358.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
358.40/358.43	c   330s|  6510k|  6266k|     0 |   0.0 |1921M| 421 |   - | 502 |1513 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
358.90/358.92	c   330s|  6520k|  6275k|     0 |   0.0 |1924M| 421 |   - | 502 |1546 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.40/359.45	c   330s|  6530k|  6285k|     0 |   0.0 |1927M| 421 |   - | 502 |1591 |   0 |   0 |   0 |1191k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.91/359.99	c   331s|  6540k|  6295k|     0 |   0.0 |1930M| 421 |   - | 502 |1536 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
360.50/360.50	c   331s|  6550k|  6305k|     0 |   0.0 |1933M| 421 |   - | 502 |1496 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
361.00/361.02	c   332s|  6560k|  6314k|     0 |   0.0 |1935M| 421 |   - | 502 |1486 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
361.50/361.55	c   332s|  6570k|  6324k|     0 |   0.0 |1938M| 421 |   - | 502 |1524 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
362.00/362.05	c   333s|  6580k|  6334k|     0 |   0.0 |1941M| 421 |   - | 502 |1512 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
362.60/362.60	c   333s|  6590k|  6344k|     0 |   0.0 |1944M| 421 |   - | 502 |1534 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
363.10/363.14	c   334s|  6600k|  6353k|     0 |   0.0 |1947M| 421 |   - | 502 |1548 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
363.60/363.65	c   334s|  6610k|  6363k|     0 |   0.0 |1950M| 421 |   - | 502 |1527 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
364.11/364.15	c   335s|  6620k|  6373k|     0 |   0.0 |1953M| 421 |   - | 502 |1525 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
364.60/364.67	c   335s|  6630k|  6383k|     0 |   0.0 |1956M| 421 |   - | 502 |1589 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
365.10/365.20	c   336s|  6640k|  6392k|     0 |   0.0 |1959M| 421 |   - | 502 |1682 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
365.70/365.73	c   336s|  6650k|  6402k|     0 |   0.0 |1962M| 421 |   - | 502 |1578 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
366.20/366.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.20/366.25	c   337s|  6660k|  6412k|     0 |   0.0 |1964M| 421 |   - | 502 |1553 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
366.80/366.81	c   337s|  6670k|  6422k|     0 |   0.0 |1967M| 421 |   - | 502 |1613 |   0 |   0 |   0 |1209k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
367.30/367.32	c   338s|  6680k|  6432k|     0 |   0.0 |1970M| 421 |   - | 502 |1568 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
367.80/367.83	c   338s|  6690k|  6441k|     0 |   0.0 |1973M| 421 |   - | 502 |1516 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
368.30/368.37	c   339s|  6700k|  6451k|     0 |   0.0 |1976M| 421 |   - | 502 |1532 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
368.81/368.87	c   339s|  6710k|  6461k|     0 |   0.0 |1979M| 421 |   - | 502 |1547 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.40/369.40	c   340s|  6720k|  6471k|     0 |   0.0 |1982M| 421 |   - | 502 |1545 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.90/369.94	c   340s|  6730k|  6480k|     0 |   0.0 |1985M| 421 |   - | 502 |1626 |   0 |   0 |   0 |1217k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
370.40/370.48	c   341s|  6740k|  6490k|     0 |   0.0 |1987M| 421 |   - | 502 |1577 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
371.01/371.01	c   341s|  6750k|  6500k|     0 |   0.0 |1990M| 421 |   - | 502 |1652 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
371.50/371.53	c   342s|  6760k|  6510k|     0 |   0.0 |1993M| 421 |   - | 502 |1635 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
372.00/372.05	c   342s|  6770k|  6519k|     0 |   0.0 |1996M| 421 |   - | 502 |1636 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
372.50/372.58	c   342s|  6780k|  6529k|     0 |   0.0 |1999M| 421 |   - | 502 |1593 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
373.10/373.10	c   343s|  6790k|  6539k|     0 |   0.0 |2002M| 421 |   - | 502 |1669 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
373.61/373.63	c   343s|  6800k|  6549k|     0 |   0.0 |2005M| 421 |   - | 502 |1611 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
374.10/374.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.10/374.14	c   344s|  6810k|  6558k|     0 |   0.0 |2008M| 421 |   - | 502 |1614 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
374.61/374.63	c   344s|  6820k|  6568k|     0 |   0.0 |2011M| 421 |   - | 502 |1564 |   0 |   0 |   0 |1229k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
375.11/375.15	c   345s|  6830k|  6578k|     0 |   0.0 |2013M| 421 |   - | 502 |1628 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
375.60/375.70	c   345s|  6840k|  6588k|     0 |   0.0 |2016M| 421 |   - | 502 |1562 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.20/376.25	c   346s|  6850k|  6597k|     0 |   0.0 |2019M| 421 |   - | 502 |1593 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.70/376.78	c   346s|  6860k|  6607k|     0 |   0.0 |2022M| 421 |   - | 502 |1625 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
377.21/377.30	c   347s|  6870k|  6617k|     0 |   0.0 |2025M| 421 |   - | 502 |1639 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
377.70/377.79	c   347s|  6880k|  6627k|     0 |   0.0 |2028M| 421 |   - | 502 |1571 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
378.31/378.32	c   348s|  6890k|  6636k|     0 |   0.0 |2031M| 421 |   - | 502 |1582 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
378.81/378.80	c   348s|  6900k|  6646k|     0 |   0.0 |2034M| 421 |   - | 502 |1522 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
379.30/379.32	c   349s|  6910k|  6656k|     0 |   0.0 |2037M| 421 |   - | 502 |1669 |   0 |   0 |   0 |1241k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
379.80/379.81	c   349s|  6920k|  6666k|     0 |   0.0 |2039M| 421 |   - | 502 |1679 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.30/380.38	c   350s|  6930k|  6675k|     0 |   0.0 |2042M| 421 |   - | 502 |1632 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.90/380.90	c   350s|  6940k|  6685k|     0 |   0.0 |2045M| 421 |   - | 502 |1661 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
381.30/381.37	c   350s|  6950k|  6695k|     0 |   0.0 |2048M| 421 |   - | 502 |1651 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
381.80/381.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
381.80/381.87	c   351s|  6960k|  6705k|     0 |   0.0 |2051M| 421 |   - | 502 |1677 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.30/382.37	c   351s|  6970k|  6714k|     0 |   0.0 |2054M| 421 |   - | 502 |1698 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.90/382.90	c   352s|  6980k|  6724k|     0 |   0.0 |2057M| 421 |   - | 502 |1705 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
383.41/383.41	c   352s|  6990k|  6734k|     0 |   0.0 |2060M| 421 |   - | 502 |1711 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
383.91/383.91	c   353s|  7000k|  6744k|     0 |   0.0 |2063M| 421 |   - | 502 |1697 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.40/384.42	c   353s|  7010k|  6753k|     0 |   0.0 |2065M| 421 |   - | 502 |1730 |   0 |   0 |   0 |1254k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.90/384.94	c   354s|  7020k|  6763k|     0 |   0.0 |2068M| 421 |   - | 502 |1710 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
385.40/385.46	c   354s|  7030k|  6773k|     0 |   0.0 |2071M| 421 |   - | 502 |1676 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
385.91/385.95	c   355s|  7040k|  6783k|     0 |   0.0 |2074M| 421 |   - | 502 |1619 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
386.41/386.48	c   355s|  7050k|  6792k|     0 |   0.0 |2077M| 421 |   - | 502 |1679 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
386.90/386.99	c   356s|  7060k|  6802k|     0 |   0.0 |2080M| 421 |   - | 502 |1637 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
387.40/387.48	c   356s|  7070k|  6812k|     0 |   0.0 |2083M| 421 |   - | 502 |1562 |   0 |   0 |   0 |1262k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
387.90/387.97	c   356s|  7080k|  6822k|     0 |   0.0 |2086M| 421 |   - | 502 |1558 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
388.40/388.49	c   357s|  7090k|  6831k|     0 |   0.0 |2089M| 421 |   - | 502 |1521 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
389.00/389.01	c   357s|  7100k|  6841k|     0 |   0.0 |2092M| 421 |   - | 502 |1521 |   0 |   0 |   0 |1266k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
389.50/389.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.50/389.52	c   358s|  7110k|  6851k|     0 |   0.0 |2094M| 421 |   - | 502 |1559 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
390.01/390.04	c   358s|  7120k|  6861k|     0 |   0.0 |2097M| 421 |   - | 502 |1524 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
390.51/390.58	c   359s|  7130k|  6871k|     0 |   0.0 |2100M| 421 |   - | 502 |1498 |   0 |   0 |   0 |1269k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
391.10/391.11	c   359s|  7140k|  6880k|     0 |   0.0 |2103M| 421 |   - | 502 |1529 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
391.51/391.59	c   360s|  7150k|  6890k|     0 |   0.0 |2106M| 421 |   - | 502 |1516 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
392.01/392.08	c   360s|  7160k|  6900k|     0 |   0.0 |2109M| 421 |   - | 502 |1507 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
392.50/392.58	c   361s|  7170k|  6910k|     0 |   0.0 |2112M| 421 |   - | 502 |1516 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.10/393.11	c   361s|  7180k|  6919k|     0 |   0.0 |2115M| 421 |   - | 502 |1513 |   0 |   0 |   0 |1276k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.60/393.62	c   362s|  7190k|  6929k|     0 |   0.0 |2117M| 421 |   - | 502 |1497 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.10/394.12	c   362s|  7200k|  6939k|     0 |   0.0 |2120M| 421 |   - | 502 |1545 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.60/394.64	c   363s|  7210k|  6949k|     0 |   0.0 |2123M| 421 |   - | 502 |1541 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
395.11/395.17	c   363s|  7220k|  6958k|     0 |   0.0 |2126M| 421 |   - | 502 |1596 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
395.71/395.72	c   364s|  7230k|  6968k|     0 |   0.0 |2129M| 421 |   - | 502 |1556 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
396.21/396.26	c   364s|  7240k|  6978k|     0 |   0.0 |2132M| 421 |   - | 502 |1614 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
396.70/396.79	c   365s|  7250k|  6988k|     0 |   0.0 |2135M| 421 |   - | 502 |1641 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
397.31/397.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.31/397.33	c   365s|  7260k|  6997k|     0 |   0.0 |2138M| 421 |   - | 502 |1656 |   0 |   0 |   0 |1286k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
397.91/397.90	c   366s|  7270k|  7007k|     0 |   0.0 |2141M| 421 |   - | 502 |1657 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
398.30/398.38	c   366s|  7280k|  7017k|     0 |   0.0 |2143M| 421 |   - | 502 |1594 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
398.90/398.90	c   367s|  7290k|  7027k|     0 |   0.0 |2146M| 421 |   - | 502 |1605 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
399.40/399.42	c   367s|  7300k|  7036k|     0 |   0.0 |2149M| 421 |   - | 502 |1656 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
399.90/399.91	c   367s|  7310k|  7046k|     0 |   0.0 |2152M| 421 |   - | 502 |1645 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
400.41/400.43	c   368s|  7320k|  7056k|     0 |   0.0 |2155M| 421 |   - | 502 |1586 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
400.91/400.97	c   368s|  7330k|  7066k|     0 |   0.0 |2158M| 421 |   - | 502 |1611 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
401.41/401.47	c   369s|  7340k|  7075k|     0 |   0.0 |2161M| 421 |   - | 502 |1549 |   0 |   0 |   0 |1297k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
401.90/401.97	c   369s|  7350k|  7085k|     0 |   0.0 |2164M| 421 |   - | 502 |1541 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.40/402.48	c   370s|  7360k|  7095k|     0 |   0.0 |2167M| 421 |   - | 502 |1597 |   0 |   0 |   0 |1300k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.91/402.96	c   370s|  7370k|  7105k|     0 |   0.0 |2169M| 421 |   - | 502 |1522 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
403.41/403.49	c   371s|  7380k|  7114k|     0 |   0.0 |2172M| 421 |   - | 502 |1614 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.00/404.00	c   371s|  7390k|  7124k|     0 |   0.0 |2175M| 421 |   - | 502 |1647 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.50/404.54	c   372s|  7400k|  7134k|     0 |   0.0 |2178M| 421 |   - | 502 |1628 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
405.00/405.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.00/405.06	c   372s|  7410k|  7144k|     0 |   0.0 |2181M| 421 |   - | 502 |1624 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
405.50/405.55	c   373s|  7420k|  7153k|     0 |   0.0 |2184M| 421 |   - | 502 |1546 |   0 |   0 |   0 |1308k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
406.00/406.05	c   373s|  7430k|  7163k|     0 |   0.0 |2187M| 421 |   - | 502 |1514 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
406.50/406.58	c   374s|  7440k|  7173k|     0 |   0.0 |2190M| 421 |   - | 502 |1623 |   0 |   0 |   0 |1310k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
407.01/407.08	c   374s|  7450k|  7183k|     0 |   0.0 |2193M| 421 |   - | 502 |1528 |   0 |   0 |   0 |1312k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
407.50/407.59	c   374s|  7460k|  7192k|     0 |   0.0 |2196M| 421 |   - | 502 |1615 |   0 |   0 |   0 |1313k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.01/408.09	c   375s|  7470k|  7202k|     0 |   0.0 |2198M| 421 |   - | 502 |1604 |   0 |   0 |   0 |1314k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.60/408.61	c   375s|  7480k|  7212k|     0 |   0.0 |2201M| 421 |   - | 502 |1655 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
409.10/409.13	c   376s|  7490k|  7222k|     0 |   0.0 |2204M| 421 |   - | 502 |1638 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
409.60/409.63	c   376s|  7500k|  7231k|     0 |   0.0 |2207M| 421 |   - | 502 |1649 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.10/410.15	c   377s|  7510k|  7241k|     0 |   0.0 |2210M| 421 |   - | 502 |1663 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.60/410.64	c   377s|  7520k|  7251k|     0 |   0.0 |2213M| 421 |   - | 502 |1662 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
411.10/411.13	c   378s|  7530k|  7261k|     0 |   0.0 |2216M| 421 |   - | 502 |1653 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
411.60/411.65	c   378s|  7540k|  7270k|     0 |   0.0 |2219M| 421 |   - | 502 |1605 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
412.11/412.17	c   379s|  7550k|  7280k|     0 |   0.0 |2222M| 421 |   - | 502 |1639 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
412.61/412.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
412.61/412.68	c   379s|  7560k|  7290k|     0 |   0.0 |2224M| 421 |   - | 502 |1622 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
413.11/413.18	c   380s|  7570k|  7300k|     0 |   0.0 |2227M| 421 |   - | 502 |1619 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
413.61/413.66	c   380s|  7580k|  7309k|     0 |   0.0 |2230M| 421 |   - | 502 |1625 |   0 |   0 |   0 |1329k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
414.11/414.17	c   380s|  7590k|  7319k|     0 |   0.0 |2233M| 421 |   - | 502 |1657 |   0 |   0 |   0 |1330k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
414.61/414.69	c   381s|  7600k|  7329k|     0 |   0.0 |2236M| 421 |   - | 502 |1663 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
415.11/415.19	c   381s|  7610k|  7339k|     0 |   0.0 |2239M| 421 |   - | 502 |1603 |   0 |   0 |   0 |1333k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
415.71/415.70	c   382s|  7620k|  7348k|     0 |   0.0 |2242M| 421 |   - | 502 |1634 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.21/416.22	c   382s|  7630k|  7358k|     0 |   0.0 |2245M| 421 |   - | 502 |1637 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.70/416.73	c   383s|  7640k|  7368k|     0 |   0.0 |2247M| 421 |   - | 502 |1623 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
417.21/417.23	c   383s|  7650k|  7378k|     0 |   0.0 |2250M| 421 |   - | 502 |1609 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
417.70/417.75	c   384s|  7660k|  7387k|     0 |   0.0 |2253M| 421 |   - | 502 |1618 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
418.21/418.25	c   384s|  7670k|  7397k|     0 |   0.0 |2256M| 421 |   - | 502 |1633 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
418.70/418.73	c   385s|  7680k|  7407k|     0 |   0.0 |2259M| 421 |   - | 502 |1627 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
419.20/419.25	c   385s|  7690k|  7417k|     0 |   0.0 |2262M| 421 |   - | 502 |1627 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
419.70/419.74	c   386s|  7700k|  7427k|     0 |   0.0 |2265M| 421 |   - | 502 |1580 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
420.21/420.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
420.21/420.23	c   386s|  7710k|  7436k|     0 |   0.0 |2268M| 421 |   - | 502 |1597 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
420.70/420.72	c   386s|  7720k|  7446k|     0 |   0.0 |2271M| 421 |   - | 502 |1614 |   0 |   0 |   0 |1347k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
421.21/421.25	c   387s|  7730k|  7456k|     0 |   0.0 |2273M| 421 |   - | 502 |1623 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
421.71/421.74	c   387s|  7740k|  7466k|     0 |   0.0 |2276M| 421 |   - | 502 |1602 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
422.20/422.23	c   388s|  7750k|  7475k|     0 |   0.0 |2279M| 421 |   - | 502 |1565 |   0 |   0 |   0 |1351k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
422.71/422.75	c   388s|  7760k|  7485k|     0 |   0.0 |2282M| 421 |   - | 502 |1623 |   0 |   0 |   0 |1352k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
423.21/423.26	c   389s|  7770k|  7495k|     0 |   0.0 |2285M| 421 |   - | 502 |1633 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
423.70/423.78	c   389s|  7780k|  7505k|     0 |   0.0 |2288M| 421 |   - | 502 |1670 |   0 |   0 |   0 |1355k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.20/424.28	c   390s|  7790k|  7514k|     0 |   0.0 |2291M| 421 |   - | 502 |1655 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.71/424.78	c   390s|  7800k|  7524k|     0 |   0.0 |2294M| 421 |   - | 502 |1586 |   0 |   0 |   0 |1358k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
425.21/425.29	c   391s|  7810k|  7534k|     0 |   0.0 |2297M| 421 |   - | 502 |1610 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
425.80/425.81	c   391s|  7820k|  7544k|     0 |   0.0 |2299M| 421 |   - | 502 |1636 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.30/426.31	c   392s|  7830k|  7553k|     0 |   0.0 |2302M| 421 |   - | 502 |1698 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.71/426.80	c   392s|  7840k|  7563k|     0 |   0.0 |2305M| 421 |   - | 502 |1685 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
427.21/427.28	c   392s|  7850k|  7573k|     0 |   0.0 |2308M| 421 |   - | 502 |1776 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
427.70/427.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.70/427.78	c   393s|  7860k|  7583k|     0 |   0.0 |2311M| 421 |   - | 502 |1677 |   0 |   0 |   0 |1366k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
428.20/428.28	c   393s|  7870k|  7592k|     0 |   0.0 |2314M| 421 |   - | 502 |1723 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
428.71/428.77	c   394s|  7880k|  7602k|     0 |   0.0 |2317M| 421 |   - | 502 |1654 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
429.21/429.25	c   394s|  7890k|  7612k|     0 |   0.0 |2320M| 421 |   - | 502 |1630 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
429.70/429.79	c   395s|  7900k|  7622k|     0 |   0.0 |2323M| 421 |   - | 502 |1702 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.30/430.31	c   395s|  7910k|  7631k|     0 |   0.0 |2325M| 421 |   - | 502 |1631 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.80/430.81	c   396s|  7920k|  7641k|     0 |   0.0 |2328M| 421 |   - | 502 |1591 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
431.30/431.31	c   396s|  7930k|  7651k|     0 |   0.0 |2331M| 421 |   - | 502 |1584 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
431.80/431.82	c   396s|  7940k|  7661k|     0 |   0.0 |2334M| 421 |   - | 502 |1644 |   0 |   0 |   0 |1376k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.40/432.40	c   397s|  7950k|  7670k|     0 |   0.0 |2337M| 421 |   - | 502 |1669 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.91/432.95	c   398s|  7960k|  7680k|     0 |   0.0 |2340M| 421 |   - | 502 |1651 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
433.41/433.45	c   398s|  7970k|  7690k|     0 |   0.0 |2343M| 421 |   - | 502 |1724 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
434.01/434.06	c   399s|  7980k|  7700k|     0 |   0.0 |2346M| 421 |   - | 502 |1687 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
434.60/434.60	c   399s|  7990k|  7709k|     0 |   0.0 |2349M| 421 |   - | 502 |1669 |   0 |   0 |   0 |1383k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
435.10/435.12	c   400s|  8000k|  7719k|     0 |   0.0 |2351M| 421 |   - | 502 |1645 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
435.61/435.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.61/435.65	c   400s|  8010k|  7729k|     0 |   0.0 |2354M| 421 |   - | 502 |1617 |   0 |   0 |   0 |1385k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
436.10/436.14	c   401s|  8020k|  7739k|     0 |   0.0 |2357M| 421 |   - | 502 |1635 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
436.61/436.70	c   401s|  8030k|  7748k|     0 |   0.0 |2360M| 421 |   - | 502 |1648 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
437.21/437.21	c   402s|  8040k|  7758k|     0 |   0.0 |2363M| 421 |   - | 502 |1739 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
437.70/437.75	c   402s|  8050k|  7768k|     0 |   0.0 |2366M| 421 |   - | 502 |1699 |   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.31/438.30	c   402s|  8060k|  7778k|     0 |   0.0 |2369M| 421 |   - | 502 |1717 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.71/438.80	c   403s|  8070k|  7787k|     0 |   0.0 |2372M| 421 |   - | 502 |1625 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
439.30/439.30	c   403s|  8080k|  7797k|     0 |   0.0 |2375M| 421 |   - | 502 |1683 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
439.70/439.79	c   404s|  8090k|  7807k|     0 |   0.0 |2377M| 421 |   - | 502 |1655 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
440.30/440.32	c   404s|  8100k|  7817k|     0 |   0.0 |2380M| 421 |   - | 502 |1738 |   0 |   0 |   0 |1397k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
440.81/440.86	c   405s|  8110k|  7826k|     0 |   0.0 |2383M| 421 |   - | 502 |1666 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
441.30/441.39	c   405s|  8120k|  7836k|     0 |   0.0 |2386M| 421 |   - | 502 |1708 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
441.80/441.89	c   406s|  8130k|  7846k|     0 |   0.0 |2389M| 421 |   - | 502 |1694 |   0 |   0 |   0 |1401k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
442.31/442.38	c   406s|  8140k|  7856k|     0 |   0.0 |2392M| 421 |   - | 502 |1714 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
442.91/442.91	c   407s|  8150k|  7865k|     0 |   0.0 |2395M| 421 |   - | 502 |1620 |   0 |   0 |   0 |1404k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
443.41/443.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
443.41/443.45	c   407s|  8160k|  7875k|     0 |   0.0 |2398M| 421 |   - | 502 |1685 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
443.90/443.98	c   408s|  8170k|  7885k|     0 |   0.0 |2401M| 421 |   - | 502 |1707 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
444.40/444.47	c   408s|  8180k|  7895k|     0 |   0.0 |2403M| 421 |   - | 502 |1668 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
445.00/445.04	c   409s|  8190k|  7904k|     0 |   0.0 |2406M| 421 |   - | 502 |1646 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
445.51/445.55	c   409s|  8200k|  7914k|     0 |   0.0 |2409M| 421 |   - | 502 |1594 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
446.01/446.08	c   410s|  8210k|  7924k|     0 |   0.0 |2412M| 421 |   - | 502 |1565 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
446.61/446.63	c   410s|  8220k|  7934k|     0 |   0.0 |2415M| 421 |   - | 502 |1626 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
447.20/447.20	c   411s|  8230k|  7943k|     0 |   0.0 |2418M| 421 |   - | 502 |1558 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
447.71/447.80	c   411s|  8240k|  7953k|     0 |   0.0 |2421M| 421 |   - | 502 |1621 |   0 |   0 |   0 |1416k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.30/448.34	c   412s|  8250k|  7963k|     0 |   0.0 |2424M| 421 |   - | 502 |1680 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.90/448.94	c   412s|  8260k|  7973k|     0 |   0.0 |2427M| 421 |   - | 502 |1679 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.40/449.45	c   413s|  8270k|  7982k|     0 |   0.0 |2429M| 421 |   - | 502 |1647 |   0 |   0 |   0 |1420k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.91/449.99	c   413s|  8280k|  7992k|     0 |   0.0 |2432M| 421 |   - | 502 |1661 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
450.50/450.53	c   414s|  8290k|  8002k|     0 |   0.0 |2435M| 421 |   - | 502 |1632 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
451.01/451.06	c   414s|  8300k|  8012k|     0 |   0.0 |2438M| 421 |   - | 502 |1714 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
451.50/451.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
451.50/451.56	c   415s|  8310k|  8021k|     0 |   0.0 |2441M| 421 |   - | 502 |1596 |   0 |   0 |   0 |1425k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
452.11/452.15	c   415s|  8320k|  8031k|     0 |   0.0 |2444M| 421 |   - | 502 |1573 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
452.60/452.66	c   416s|  8330k|  8041k|     0 |   0.0 |2447M| 421 |   - | 502 |1623 |   0 |   0 |   0 |1428k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
453.11/453.14	c   416s|  8340k|  8051k|     0 |   0.0 |2450M| 421 |   - | 502 |1646 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
453.60/453.68	c   417s|  8350k|  8060k|     0 |   0.0 |2452M| 421 |   - | 502 |1667 |   0 |   0 |   0 |1431k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
454.21/454.23	c   417s|  8360k|  8070k|     0 |   0.0 |2455M| 421 |   - | 502 |1653 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
454.70/454.76	c   418s|  8370k|  8080k|     0 |   0.0 |2458M| 421 |   - | 502 |1633 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
455.20/455.27	c   418s|  8380k|  8090k|     0 |   0.0 |2461M| 421 |   - | 502 |1679 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
455.81/455.83	c   419s|  8390k|  8099k|     0 |   0.0 |2464M| 421 |   - | 502 |1781 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
456.30/456.34	c   419s|  8400k|  8109k|     0 |   0.0 |2467M| 421 |   - | 502 |1757 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
456.91/456.91	c   420s|  8410k|  8119k|     0 |   0.0 |2470M| 421 |   - | 502 |1762 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
457.41/457.44	c   420s|  8420k|  8129k|     0 |   0.0 |2473M| 421 |   - | 502 |1810 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
458.00/458.03	c   421s|  8430k|  8138k|     0 |   0.0 |2476M| 421 |   - | 502 |1834 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
458.51/458.60	c   421s|  8440k|  8148k|     0 |   0.0 |2478M| 421 |   - | 502 |1732 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
459.11/459.15	c   422s|  8450k|  8158k|     0 |   0.0 |2481M| 421 |   - | 502 |1778 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
459.60/459.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.60/459.65	c   422s|  8460k|  8168k|     0 |   0.0 |2484M| 421 |   - | 502 |1692 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
460.11/460.16	c   423s|  8470k|  8177k|     0 |   0.0 |2487M| 421 |   - | 502 |1650 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
460.60/460.68	c   423s|  8480k|  8187k|     0 |   0.0 |2490M| 421 |   - | 502 |1640 |   0 |   0 |   0 |1448k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
461.20/461.26	c   424s|  8490k|  8197k|     0 |   0.0 |2493M| 421 |   - | 502 |1710 |   0 |   0 |   0 |1450k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
461.71/461.74	c   424s|  8500k|  8207k|     0 |   0.0 |2496M| 421 |   - | 502 |1692 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
462.31/462.36	c   425s|  8510k|  8216k|     0 |   0.0 |2499M| 421 |   - | 502 |1741 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
462.91/462.90	c   425s|  8520k|  8226k|     0 |   0.0 |2502M| 421 |   - | 502 |1694 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
463.40/463.43	c   426s|  8530k|  8236k|     0 |   0.0 |2505M| 421 |   - | 502 |1680 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
463.91/463.96	c   426s|  8540k|  8246k|     0 |   0.0 |2507M| 421 |   - | 502 |1683 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
464.51/464.55	c   427s|  8550k|  8255k|     0 |   0.0 |2510M| 421 |   - | 502 |1656 |   0 |   0 |   0 |1458k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
465.10/465.10	c   427s|  8560k|  8265k|     0 |   0.0 |2513M| 421 |   - | 502 |1702 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
465.61/465.67	c   428s|  8570k|  8275k|     0 |   0.0 |2516M| 421 |   - | 502 |1745 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
466.20/466.21	c   428s|  8580k|  8285k|     0 |   0.0 |2519M| 421 |   - | 502 |1762 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
466.70/466.74	c   429s|  8590k|  8294k|     0 |   0.0 |2522M| 421 |   - | 502 |1776 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
467.30/467.30	c   429s|  8600k|  8304k|     0 |   0.0 |2525M| 421 |   - | 502 |1761 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
467.80/467.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
467.80/467.86	c   430s|  8610k|  8314k|     0 |   0.0 |2528M| 421 |   - | 502 |1759 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.40/468.46	c   430s|  8620k|  8324k|     0 |   0.0 |2531M| 421 |   - | 502 |1691 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.91/468.97	c   431s|  8630k|  8333k|     0 |   0.0 |2533M| 421 |   - | 502 |1708 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.50/469.58	c   431s|  8640k|  8343k|     0 |   0.0 |2536M| 421 |   - | 502 |1774 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.01/470.08	c   432s|  8650k|  8353k|     0 |   0.0 |2539M| 421 |   - | 502 |1747 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.61/470.61	c   432s|  8660k|  8362k|     0 |   0.0 |2542M| 421 |   - | 502 |1781 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
471.11/471.16	c   433s|  8670k|  8372k|     0 |   0.0 |2545M| 421 |   - | 502 |1755 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
471.61/471.66	c   433s|  8680k|  8382k|     0 |   0.0 |2548M| 421 |   - | 502 |1702 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
472.21/472.24	c   434s|  8690k|  8392k|     0 |   0.0 |2551M| 421 |   - | 502 |1773 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
472.71/472.78	c   434s|  8700k|  8401k|     0 |   0.0 |2554M| 421 |   - | 502 |1798 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
473.20/473.29	c   435s|  8710k|  8411k|     0 |   0.0 |2557M| 421 |   - | 502 |1760 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
473.80/473.82	c   435s|  8720k|  8421k|     0 |   0.0 |2560M| 421 |   - | 502 |1781 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.30/474.38	c   436s|  8730k|  8431k|     0 |   0.0 |2562M| 421 |   - | 502 |1833 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.80/474.88	c   436s|  8740k|  8440k|     0 |   0.0 |2565M| 421 |   - | 502 |1778 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
475.30/475.39	c   436s|  8750k|  8450k|     0 |   0.0 |2568M| 421 |   - | 502 |1743 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
475.90/475.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
475.90/475.96	c   437s|  8760k|  8460k|     0 |   0.0 |2571M| 421 |   - | 502 |1729 |   0 |   0 |   0 |1487k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.41/476.48	c   437s|  8770k|  8470k|     0 |   0.0 |2574M| 421 |   - | 502 |1699 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
477.01/477.00	c   438s|  8780k|  8479k|     0 |   0.0 |2577M| 421 |   - | 502 |1777 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
477.51/477.52	c   438s|  8790k|  8489k|     0 |   0.0 |2580M| 421 |   - | 502 |1745 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.01/478.07	c   439s|  8800k|  8499k|     0 |   0.0 |2583M| 421 |   - | 502 |1787 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.51/478.56	c   439s|  8810k|  8509k|     0 |   0.0 |2586M| 421 |   - | 502 |1766 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
479.01/479.09	c   440s|  8820k|  8518k|     0 |   0.0 |2588M| 421 |   - | 502 |1722 |   0 |   0 |   0 |1495k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
479.61/479.63	c   440s|  8830k|  8528k|     0 |   0.0 |2591M| 421 |   - | 502 |1760 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
480.10/480.16	c   441s|  8840k|  8538k|     0 |   0.0 |2594M| 421 |   - | 502 |1802 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
480.71/480.75	c   441s|  8850k|  8548k|     0 |   0.0 |2597M| 421 |   - | 502 |1842 |   0 |   0 |   0 |1499k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.20/481.27	c   442s|  8860k|  8557k|     0 |   0.0 |2600M| 421 |   - | 502 |1748 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.71/481.77	c   442s|  8870k|  8567k|     0 |   0.0 |2603M| 421 |   - | 502 |1752 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
482.20/482.25	c   443s|  8880k|  8577k|     0 |   0.0 |2606M| 421 |   - | 502 |1697 |   0 |   0 |   0 |1503k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
482.70/482.75	c   443s|  8890k|  8587k|     0 |   0.0 |2609M| 421 |   - | 502 |1651 |   0 |   0 |   0 |1504k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
483.30/483.32	c   444s|  8900k|  8596k|     0 |   0.0 |2612M| 421 |   - | 502 |1723 |   0 |   0 |   0 |1506k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
483.81/483.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.81/483.82	c   444s|  8910k|  8606k|     0 |   0.0 |2614M| 421 |   - | 502 |1656 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
484.31/484.31	c   445s|  8920k|  8616k|     0 |   0.0 |2617M| 421 |   - | 502 |1622 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
484.80/484.88	c   445s|  8930k|  8626k|     0 |   0.0 |2620M| 421 |   - | 502 |1665 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
485.40/485.45	c   446s|  8940k|  8635k|     0 |   0.0 |2623M| 421 |   - | 502 |1701 |   0 |   0 |   0 |1511k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
485.91/485.96	c   446s|  8950k|  8645k|     0 |   0.0 |2626M| 421 |   - | 502 |1716 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
486.41/486.46	c   447s|  8960k|  8655k|     0 |   0.0 |2629M| 421 |   - | 502 |1690 |   0 |   0 |   0 |1514k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
487.01/487.01	c   447s|  8970k|  8665k|     0 |   0.0 |2632M| 421 |   - | 502 |1739 |   0 |   0 |   0 |1515k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
487.61/487.61	c   448s|  8980k|  8674k|     0 |   0.0 |2635M| 421 |   - | 502 |1768 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
488.10/488.12	c   448s|  8990k|  8684k|     0 |   0.0 |2638M| 421 |   - | 502 |1835 |   0 |   0 |   0 |1518k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
488.61/488.62	c   449s|  9000k|  8694k|     0 |   0.0 |2641M| 421 |   - | 502 |1822 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
489.11/489.17	c   449s|  9010k|  8704k|     0 |   0.0 |2643M| 421 |   - | 502 |1809 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
489.61/489.69	c   450s|  9020k|  8713k|     0 |   0.0 |2646M| 421 |   - | 502 |1748 |   0 |   0 |   0 |1522k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.21/490.22	c   450s|  9030k|  8723k|     0 |   0.0 |2649M| 421 |   - | 502 |1801 |   0 |   0 |   0 |1523k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.70/490.73	c   451s|  9040k|  8733k|     0 |   0.0 |2652M| 421 |   - | 502 |1866 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
491.30/491.34	c   451s|  9050k|  8743k|     0 |   0.0 |2655M| 421 |   - | 502 |1780 |   0 |   0 |   0 |1526k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
491.81/491.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.81/491.85	c   452s|  9060k|  8752k|     0 |   0.0 |2658M| 421 |   - | 502 |1880 |   0 |   0 |   0 |1527k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.30/492.36	c   452s|  9070k|  8762k|     0 |   0.0 |2661M| 421 |   - | 502 |1804 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.90/492.90	c   453s|  9080k|  8772k|     0 |   0.0 |2664M| 421 |   - | 502 |1735 |   0 |   0 |   0 |1530k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
493.40/493.41	c   453s|  9090k|  8782k|     0 |   0.0 |2667M| 421 |   - | 502 |1804 |   0 |   0 |   0 |1531k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
493.91/493.98	c   454s|  9100k|  8791k|     0 |   0.0 |2669M| 421 |   - | 502 |1838 |   0 |   0 |   0 |1533k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
494.40/494.49	c   454s|  9110k|  8801k|     0 |   0.0 |2672M| 421 |   - | 502 |1799 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
494.91/495.00	c   454s|  9120k|  8811k|     0 |   0.0 |2675M| 421 |   - | 502 |1755 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
495.51/495.51	c   455s|  9130k|  8821k|     0 |   0.0 |2678M| 421 |   - | 502 |1774 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
496.01/496.03	c   455s|  9140k|  8830k|     0 |   0.0 |2681M| 421 |   - | 502 |1790 |   0 |   0 |   0 |1538k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
496.50/496.58	c   456s|  9150k|  8840k|     0 |   0.0 |2684M| 421 |   - | 502 |1829 |   0 |   0 |   0 |1540k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
497.11/497.13	c   456s|  9160k|  8850k|     0 |   0.0 |2687M| 421 |   - | 502 |1748 |   0 |   0 |   0 |1541k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
497.60/497.62	c   457s|  9170k|  8860k|     0 |   0.0 |2690M| 421 |   - | 502 |1826 |   0 |   0 |   0 |1542k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
498.11/498.19	c   457s|  9180k|  8869k|     0 |   0.0 |2692M| 421 |   - | 502 |1768 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
498.71/498.75	c   458s|  9190k|  8879k|     0 |   0.0 |2695M| 421 |   - | 502 |1810 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
499.21/499.25	c   458s|  9200k|  8889k|     0 |   0.0 |2698M| 421 |   - | 502 |1735 |   0 |   0 |   0 |1546k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
499.70/499.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
499.70/499.79	c   459s|  9210k|  8899k|     0 |   0.0 |2701M| 421 |   - | 502 |1754 |   0 |   0 |   0 |1548k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
500.31/500.32	c   459s|  9220k|  8908k|     0 |   0.0 |2704M| 421 |   - | 502 |1722 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
500.91/500.90	c   460s|  9230k|  8918k|     0 |   0.0 |2707M| 421 |   - | 502 |1746 |   0 |   0 |   0 |1550k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
501.41/501.44	c   460s|  9240k|  8928k|     0 |   0.0 |2710M| 421 |   - | 502 |1648 |   0 |   0 |   0 |1552k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
502.00/502.02	c   461s|  9250k|  8938k|     0 |   0.0 |2713M| 421 |   - | 502 |1741 |   0 |   0 |   0 |1553k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
502.51/502.55	c   461s|  9260k|  8947k|     0 |   0.0 |2716M| 421 |   - | 502 |1721 |   0 |   0 |   0 |1554k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
503.10/503.13	c   462s|  9270k|  8957k|     0 |   0.0 |2718M| 421 |   - | 502 |1777 |   0 |   0 |   0 |1556k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
503.60/503.68	c   462s|  9280k|  8967k|     0 |   0.0 |2721M| 421 |   - | 502 |1703 |   0 |   0 |   0 |1557k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
504.20/504.26	c   463s|  9290k|  8976k|     0 |   0.0 |2724M| 421 |   - | 502 |1760 |   0 |   0 |   0 |1559k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
504.91/504.93	c   464s|  9300k|  8986k|     0 |   0.0 |2727M| 421 |   - | 502 |1830 |   0 |   0 |   0 |1560k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
505.40/505.49	c   464s|  9310k|  8996k|     0 |   0.0 |2730M| 421 |   - | 502 |1766 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.01/506.00	c   465s|  9320k|  9006k|     0 |   0.0 |2733M| 421 |   - | 502 |1770 |   0 |   0 |   0 |1563k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.51/506.53	c   465s|  9330k|  9015k|     0 |   0.0 |2736M| 421 |   - | 502 |1824 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
507.12/507.13	c   466s|  9340k|  9025k|     0 |   0.0 |2739M| 421 |   - | 502 |1781 |   0 |   0 |   0 |1566k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
507.70/507.71	c   466s|  9350k|  9035k|     0 |   0.0 |2742M| 421 |   - | 502 |1819 |   0 |   0 |   0 |1567k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.21/508.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.21/508.27	c   467s|  9360k|  9045k|     0 |   0.0 |2744M| 421 |   - | 502 |1777 |   0 |   0 |   0 |1568k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.80/508.81	c   467s|  9370k|  9054k|     0 |   0.0 |2747M| 421 |   - | 502 |1757 |   0 |   0 |   0 |1570k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
509.31/509.34	c   468s|  9380k|  9064k|     0 |   0.0 |2750M| 421 |   - | 502 |1749 |   0 |   0 |   0 |1571k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
509.81/509.82	c   468s|  9390k|  9074k|     0 |   0.0 |2753M| 421 |   - | 502 |1743 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
510.31/510.32	c   469s|  9400k|  9084k|     0 |   0.0 |2756M| 421 |   - | 502 |1763 |   0 |   0 |   0 |1574k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
510.80/510.87	c   469s|  9410k|  9093k|     0 |   0.0 |2759M| 421 |   - | 502 |1801 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
511.31/511.39	c   470s|  9420k|  9103k|     0 |   0.0 |2762M| 421 |   - | 502 |1756 |   0 |   0 |   0 |1576k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
511.80/511.89	c   470s|  9430k|  9113k|     0 |   0.0 |2765M| 421 |   - | 502 |1717 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.41/512.40	c   470s|  9440k|  9123k|     0 |   0.0 |2767M| 421 |   - | 502 |1723 |   0 |   0 |   0 |1579k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.91/512.97	c   471s|  9450k|  9132k|     0 |   0.0 |2770M| 421 |   - | 502 |1828 |   0 |   0 |   0 |1581k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
513.40/513.49	c   471s|  9460k|  9142k|     0 |   0.0 |2773M| 421 |   - | 502 |1779 |   0 |   0 |   0 |1582k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
514.01/514.00	c   472s|  9470k|  9152k|     0 |   0.0 |2776M| 421 |   - | 502 |1728 |   0 |   0 |   0 |1583k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
514.51/514.54	c   472s|  9480k|  9162k|     0 |   0.0 |2779M| 421 |   - | 502 |1718 |   0 |   0 |   0 |1585k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
515.11/515.17	c   473s|  9490k|  9171k|     0 |   0.0 |2782M| 421 |   - | 502 |1733 |   0 |   0 |   0 |1586k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
515.71/515.70	c   474s|  9500k|  9181k|     0 |   0.0 |2785M| 421 |   - | 502 |1818 |   0 |   0 |   0 |1587k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
516.21/516.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
516.21/516.25	c   474s|  9510k|  9191k|     0 |   0.0 |2788M| 421 |   - | 502 |1842 |   0 |   0 |   0 |1589k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
516.70/516.74	c   474s|  9520k|  9201k|     0 |   0.0 |2791M| 421 |   - | 502 |1800 |   0 |   0 |   0 |1590k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
517.31/517.36	c   475s|  9530k|  9210k|     0 |   0.0 |2794M| 421 |   - | 502 |1785 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
517.81/517.87	c   476s|  9540k|  9220k|     0 |   0.0 |2796M| 421 |   - | 502 |1762 |   0 |   0 |   0 |1593k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
518.41/518.45	c   476s|  9550k|  9230k|     0 |   0.0 |2799M| 421 |   - | 502 |1679 |   0 |   0 |   0 |1594k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
518.91/518.95	c   477s|  9560k|  9240k|     0 |   0.0 |2802M| 421 |   - | 502 |1735 |   0 |   0 |   0 |1596k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
519.40/519.47	c   477s|  9570k|  9249k|     0 |   0.0 |2805M| 421 |   - | 502 |1668 |   0 |   0 |   0 |1597k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.01/520.04	c   478s|  9580k|  9259k|     0 |   0.0 |2808M| 421 |   - | 502 |1717 |   0 |   0 |   0 |1598k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.50/520.58	c   478s|  9590k|  9269k|     0 |   0.0 |2811M| 421 |   - | 502 |1690 |   0 |   0 |   0 |1600k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
521.01/521.08	c   478s|  9600k|  9279k|     0 |   0.0 |2814M| 421 |   - | 502 |1713 |   0 |   0 |   0 |1601k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
521.61/521.64	c   479s|  9610k|  9288k|     0 |   0.0 |2817M| 421 |   - | 502 |1662 |   0 |   0 |   0 |1602k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.21/522.24	c   480s|  9620k|  9298k|     0 |   0.0 |2820M| 421 |   - | 502 |1694 |   0 |   0 |   0 |1604k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.71/522.76	c   480s|  9630k|  9308k|     0 |   0.0 |2823M| 421 |   - | 502 |1637 |   0 |   0 |   0 |1605k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
523.31/523.38	c   481s|  9640k|  9318k|     0 |   0.0 |2825M| 421 |   - | 502 |1634 |   0 |   0 |   0 |1606k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
523.91/523.91	c   481s|  9650k|  9327k|     0 |   0.0 |2828M| 421 |   - | 502 |1706 |   0 |   0 |   0 |1608k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
524.41/524.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.41/524.43	c   482s|  9660k|  9337k|     0 |   0.0 |2831M| 421 |   - | 502 |1761 |   0 |   0 |   0 |1609k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
524.90/524.98	c   482s|  9670k|  9347k|     0 |   0.0 |2834M| 421 |   - | 502 |1715 |   0 |   0 |   0 |1611k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
525.51/525.58	c   483s|  9680k|  9356k|     0 |   0.0 |2837M| 421 |   - | 502 |1803 |   0 |   0 |   0 |1612k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
526.10/526.16	c   483s|  9690k|  9366k|     0 |   0.0 |2840M| 421 |   - | 502 |1801 |   0 |   0 |   0 |1613k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
526.70/526.74	c   484s|  9700k|  9376k|     0 |   0.0 |2843M| 421 |   - | 502 |1842 |   0 |   0 |   0 |1615k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
527.20/527.26	c   484s|  9710k|  9386k|     0 |   0.0 |2846M| 421 |   - | 502 |1762 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
527.80/527.80	c   485s|  9720k|  9395k|     0 |   0.0 |2848M| 421 |   - | 502 |1786 |   0 |   0 |   0 |1618k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.21/528.29	c   485s|  9730k|  9405k|     0 |   0.0 |2851M| 421 |   - | 502 |1704 |   0 |   0 |   0 |1619k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.81/528.82	c   486s|  9740k|  9415k|     0 |   0.0 |2854M| 421 |   - | 502 |1721 |   0 |   0 |   0 |1620k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
529.30/529.32	c   486s|  9750k|  9425k|     0 |   0.0 |2857M| 421 |   - | 502 |1715 |   0 |   0 |   0 |1622k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
529.91/529.91	c   487s|  9760k|  9434k|     0 |   0.0 |2860M| 421 |   - | 502 |1751 |   0 |   0 |   0 |1623k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
530.41/530.45	c   487s|  9770k|  9444k|     0 |   0.0 |2863M| 421 |   - | 502 |1780 |   0 |   0 |   0 |1625k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
531.01/531.00	c   488s|  9780k|  9454k|     0 |   0.0 |2866M| 421 |   - | 502 |1833 |   0 |   0 |   0 |1626k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
531.40/531.47	c (node 9788895) switching to memory saving mode (mem: 2736.0M/3420.0M)
532.71/532.76	c   489s|  9790k|  9462k|     0 |   0.0 |2869M| 421 |   - | 502 |2903 |   0 |   0 |   0 |1632k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
537.70/537.79	c   494s|  9800k|  9462k|     0 |   0.0 |2870M| 421 |   - | 502 |6359 |   0 |   0 |   0 |1675k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
543.10/543.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
543.10/543.10	c   499s|  9810k|  9461k|     0 |   0.0 |2870M| 421 |   - | 502 |7844 |   0 |   0 |   0 |1716k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
548.51/548.52	c   505s|  9820k|  9461k|     0 |   0.0 |2871M| 421 |   - | 502 |8303 |   0 |   0 |   0 |1755k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
553.91/553.97	c   510s|  9830k|  9460k|     0 |   0.0 |2871M| 421 |   - | 502 |9380 |   0 |   0 |   0 |1796k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
559.51/559.51	c   515s|  9840k|  9460k|     0 |   0.0 |2872M| 421 |   - | 502 |  10k|   0 |   0 |   0 |1839k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
565.20/565.30	c   521s|  9850k|  9460k|     0 |   0.0 |2873M| 421 |   - | 502 |  13k|   0 |   0 |   0 |1877k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
570.91/570.96	c   527s|  9860k|  9459k|     0 |   0.0 |2872M| 421 |   - | 502 |  12k|   0 |   0 |   0 |1914k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
576.81/576.81	c   532s|  9870k|  9459k|     0 |   0.0 |2872M| 421 |   - | 502 |  12k|   0 |   0 |   0 |1951k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
582.61/582.66	c   538s|  9880k|  9459k|     0 |   0.0 |2873M| 421 |   - | 502 |  14k|   0 |   0 |   0 |1993k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
588.81/588.82	c   544s|  9890k|  9459k|     0 |   0.0 |2873M| 421 |   - | 502 |  12k|   0 |   0 |   0 |2028k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
594.91/594.98	c   550s|  9900k|  9459k|     0 |   0.0 |2873M| 421 |   - | 502 |  12k|   0 |   0 |   0 |2064k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
601.11/601.16	c   556s|  9910k|  9459k|     0 |   0.0 |2873M| 421 |   - | 502 |  13k|   0 |   0 |   0 |2104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
607.31/607.36	c   562s|  9920k|  9459k|     0 |   0.0 |2874M| 421 |   - | 502 |  13k|   0 |   0 |   0 |2142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
613.41/613.47	c   568s|  9930k|  9458k|     0 |   0.0 |2873M| 421 |   - | 502 |  12k|   0 |   0 |   0 |2175k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
620.01/620.06	c   575s|  9940k|  9458k|     0 |   0.0 |2873M| 421 |   - | 502 |  12k|   0 |   0 |   0 |2206k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
626.01/626.08	c   581s|  9950k|  9458k|     0 |   0.0 |2874M| 421 |   - | 502 |  12k|   0 |   0 |   0 |2243k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
632.11/632.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
632.11/632.14	c   587s|  9960k|  9458k|     0 |   0.0 |2874M| 421 |   - | 502 |  15k|   0 |   0 |   0 |2284k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
638.21/638.29	c   593s|  9970k|  9458k|     0 |   0.0 |2876M| 421 |   - | 502 |  19k|   0 |   0 |   0 |2320k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
644.71/644.71	c   599s|  9980k|  9458k|     0 |   0.0 |2874M| 421 |   - | 502 |  13k|   0 |   0 |   0 |2354k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
650.81/650.83	c   605s|  9990k|  9458k|     0 |   0.0 |2874M| 421 |   - | 502 |  11k|   0 |   0 |   0 |2388k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
656.91/656.98	c   611s| 10000k|  9458k|     0 |   0.0 |2875M| 421 |   - | 502 |  14k|   0 |   0 |   0 |2423k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
662.71/662.79	c   617s| 10010k|  9457k|     0 |   0.0 |2875M| 421 |   - | 502 |  14k|   0 |   0 |   0 |2463k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
668.51/668.59	c   623s| 10020k|  9457k|     0 |   0.0 |2876M| 421 |   - | 502 |  15k|   0 |   0 |   0 |2505k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
674.71/674.75	c   629s| 10030k|  9457k|     0 |   0.0 |2876M| 421 |   - | 502 |  16k|   0 |   0 |   0 |2542k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
680.91/680.97	c   635s| 10040k|  9457k|     0 |   0.0 |2879M| 421 |   - | 502 |  24k|   0 |   0 |   0 |2567k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
687.42/687.42	c   641s| 10050k|  9457k|     0 |   0.0 |2878M| 421 |   - | 502 |  14k|   0 |   0 |   0 |2598k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
693.81/693.80	c   647s| 10060k|  9457k|     0 |   0.0 |2877M| 421 |   - | 502 |  13k|   0 |   0 |   0 |2628k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
700.11/700.11	c   653s| 10070k|  9457k|     0 |   0.0 |2877M| 421 |   - | 502 |  12k|   0 |   0 |   0 |2662k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
706.51/706.58	c   660s| 10080k|  9457k|     0 |   0.0 |2878M| 421 |   - | 502 |  13k|   0 |   0 |   0 |2692k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
712.61/712.64	c   666s| 10090k|  9457k|     0 |   0.0 |2879M| 421 |   - | 502 |  15k|   0 |   0 |   0 |2727k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
718.61/718.60	c   672s| 10100k|  9457k|     0 |   0.0 |2878M| 421 |   - | 502 |  13k|   0 |   0 |   0 |2764k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
725.02/725.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
725.02/725.01	c   678s| 10110k|  9457k|     0 |   0.0 |2878M| 421 |   - | 502 |  15k|   0 |   0 |   0 |2805k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
731.42/731.42	c   684s| 10120k|  9457k|     0 |   0.0 |2881M| 421 |   - | 502 |  21k|   0 |   0 |   0 |2841k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
737.81/737.80	c   690s| 10130k|  9457k|     0 |   0.0 |2882M| 421 |   - | 502 |  22k|   0 |   0 |   0 |2868k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
744.21/744.27	c   697s| 10140k|  9457k|     0 |   0.0 |2884M| 421 |   - | 502 |  29k|   0 |   0 |   0 |2898k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
751.22/751.26	c   704s| 10150k|  9456k|     0 |   0.0 |2880M| 421 |   - | 502 |  16k|   0 |   0 |   0 |2932k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
757.92/757.99	c   710s| 10160k|  9456k|     0 |   0.0 |2879M| 421 |   - | 502 |  14k|   0 |   0 |   0 |2962k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
764.02/764.08	c   716s| 10170k|  9456k|     0 |   0.0 |2880M| 421 |   - | 502 |  16k|   0 |   0 |   0 |2996k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
769.92/769.94	c   722s| 10180k|  9456k|     0 |   0.0 |2880M| 421 |   - | 502 |  14k|   0 |   0 |   0 |3030k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
776.02/776.06	c   728s| 10190k|  9456k|     0 |   0.0 |2879M| 421 |   - | 502 |  13k|   0 |   0 |   0 |3065k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
782.31/782.36	c   734s| 10200k|  9456k|     0 |   0.0 |2879M| 421 |   - | 502 |  11k|   0 |   0 |   0 |3099k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
788.31/788.37	c   740s| 10210k|  9456k|     0 |   0.0 |2879M| 421 |   - | 502 |  11k|   0 |   0 |   0 |3137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
794.42/794.45	c   746s| 10220k|  9456k|     0 |   0.0 |2882M| 421 |   - | 502 |  19k|   0 |   0 |   0 |3176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
801.61/801.61	c   753s| 10230k|  9456k|     0 |   0.0 |2882M| 421 |   - | 502 |  16k|   0 |   0 |   0 |3215k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
808.42/808.42	c   760s| 10240k|  9456k|     0 |   0.0 |2881M| 421 |   - | 502 |  16k|   0 |   0 |   0 |3251k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
814.81/814.87	c   766s| 10250k|  9456k|     0 |   0.0 |2883M| 421 |   - | 502 |  21k|   0 |   0 |   0 |3288k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
821.91/821.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.91/821.93	c   773s| 10260k|  9456k|     0 |   0.0 |2881M| 421 |   - | 502 |  17k|   0 |   0 |   0 |3321k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
828.62/828.62	c   780s| 10270k|  9455k|     0 |   0.0 |2881M| 421 |   - | 502 |  17k|   0 |   0 |   0 |3352k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
835.01/835.09	c   786s| 10280k|  9455k|     0 |   0.0 |2881M| 421 |   - | 502 |  14k|   0 |   0 |   0 |3386k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
841.02/841.08	c   792s| 10290k|  9455k|     0 |   0.0 |2881M| 421 |   - | 502 |  15k|   0 |   0 |   0 |3418k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.12/847.19	c   798s| 10300k|  9455k|     0 |   0.0 |2881M| 421 |   - | 502 |  14k|   0 |   0 |   0 |3456k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
853.81/853.86	c   805s| 10310k|  9455k|     0 |   0.0 |2881M| 421 |   - | 502 |  13k|   0 |   0 |   0 |3487k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
860.12/860.12	c   811s| 10320k|  9455k|     0 |   0.0 |2881M| 421 |   - | 502 |  13k|   0 |   0 |   0 |3521k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
866.12/866.16	c   817s| 10330k|  9455k|     0 |   0.0 |2881M| 421 |   - | 502 |  14k|   0 |   0 |   0 |3556k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
872.71/872.70	c   823s| 10340k|  9455k|     0 |   0.0 |2882M| 421 |   - | 502 |  15k|   0 |   0 |   0 |3593k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
879.62/879.61	c   830s| 10350k|  9455k|     0 |   0.0 |2884M| 421 |   - | 502 |  23k|   0 |   0 |   0 |3632k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
886.81/886.88	c   837s| 10360k|  9455k|     0 |   0.0 |2883M| 421 |   - | 502 |  20k|   0 |   0 |   0 |3671k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
893.72/893.70	c   844s| 10370k|  9455k|     0 |   0.0 |2882M| 421 |   - | 502 |  19k|   0 |   0 |   0 |3705k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
901.21/901.24	c   851s| 10380k|  9455k|     0 |   0.0 |2885M| 421 |   - | 502 |  27k|   0 |   0 |   0 |3739k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
908.91/908.97	c   859s| 10390k|  9455k|     0 |   0.0 |2883M| 421 |   - | 502 |  18k|   0 |   0 |   0 |3772k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
915.82/915.83	c   865s| 10400k|  9455k|     0 |   0.0 |2883M| 421 |   - | 502 |  19k|   0 |   0 |   0 |3801k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
922.62/922.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
922.62/922.65	c   872s| 10410k|  9455k|     0 |   0.0 |2884M| 421 |   - | 502 |  20k|   0 |   0 |   0 |3832k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
929.32/929.34	c   879s| 10420k|  9454k|     0 |   0.0 |2882M| 421 |   - | 502 |  14k|   0 |   0 |   0 |3868k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
935.32/935.37	c   885s| 10430k|  9454k|     0 |   0.0 |2882M| 421 |   - | 502 |  13k|   0 |   0 |   0 |3891k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
941.71/941.77	c   891s| 10440k|  9454k|     0 |   0.0 |2882M| 421 |   - | 502 |  13k|   0 |   0 |   0 |3924k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
948.02/948.01	c   897s| 10450k|  9454k|     0 |   0.0 |2882M| 421 |   - | 502 |  12k|   0 |   0 |   0 |3957k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
954.42/954.42	c   903s| 10460k|  9454k|     0 |   0.0 |2882M| 421 |   - | 502 |  14k|   0 |   0 |   0 |3992k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
961.02/961.03	c   910s| 10470k|  9454k|     0 |   0.0 |2882M| 421 |   - | 502 |  15k|   0 |   0 |   0 |4022k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
967.61/967.61	c   916s| 10480k|  9454k|     0 |   0.0 |2882M| 421 |   - | 502 |  14k|   0 |   0 |   0 |4055k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
974.12/974.14	c   923s| 10490k|  9454k|     0 |   0.0 |2883M| 421 |   - | 502 |  17k|   0 |   0 |   0 |4097k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
981.02/981.09	c   930s| 10500k|  9454k|     0 |   0.0 |2884M| 421 |   - | 502 |  19k|   0 |   0 |   0 |4130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
988.32/988.36	c   937s| 10510k|  9454k|     0 |   0.0 |2886M| 421 |   - | 502 |  26k|   0 |   0 |   0 |4167k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
996.02/996.05	c   944s| 10520k|  9454k|     0 |   0.0 |2884M| 421 |   - | 502 |  19k|   0 |   0 |   0 |4201k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1003.52/1003.57	c   952s| 10530k|  9454k|     0 |   0.0 |2884M| 421 |   - | 502 |  19k|   0 |   0 |   0 |4236k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1011.72/1011.72	c   960s| 10540k|  9454k|     0 |   0.0 |2886M| 421 |   - | 502 |  25k|   0 |   0 |   0 |4270k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1019.72/1019.74	c   968s| 10550k|  9454k|     0 |   0.0 |2887M| 421 |   - | 502 |  29k|   0 |   0 |   0 |4301k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1027.43/1027.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1027.43/1027.42	c   975s| 10560k|  9454k|     0 |   0.0 |2885M| 421 |   - | 502 |  25k|   0 |   0 |   0 |4339k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1035.42/1035.42	c   983s| 10570k|  9454k|     0 |   0.0 |2886M| 421 |   - | 502 |  24k|   0 |   0 |   0 |4372k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1043.62/1043.68	c   991s| 10580k|  9454k|     0 |   0.0 |2886M| 421 |   - | 502 |  24k|   0 |   0 |   0 |4400k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1052.02/1052.00	c  1000s| 10590k|  9454k|     0 |   0.0 |2885M| 421 |   - | 502 |  22k|   0 |   0 |   0 |4429k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1058.82/1058.88	c  1006s| 10600k|  9454k|     0 |   0.0 |2885M| 421 |   - | 502 |  20k|   0 |   0 |   0 |4461k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1065.32/1065.31	c  1013s| 10610k|  9454k|     0 |   0.0 |2884M| 421 |   - | 502 |  15k|   0 |   0 |   0 |4495k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1071.72/1071.78	c  1019s| 10620k|  9454k|     0 |   0.0 |2884M| 421 |   - | 502 |  16k|   0 |   0 |   0 |4525k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1078.22/1078.28	c  1025s| 10630k|  9453k|     0 |   0.0 |2883M| 421 |   - | 502 |  12k|   0 |   0 |   0 |4558k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1084.92/1084.98	c  1032s| 10640k|  9453k|     0 |   0.0 |2884M| 421 |   - | 502 |  13k|   0 |   0 |   0 |4583k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1091.32/1091.38	c  1038s| 10650k|  9453k|     0 |   0.0 |2885M| 421 |   - | 502 |  17k|   0 |   0 |   0 |4617k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1097.93/1097.90	c  1045s| 10660k|  9453k|     0 |   0.0 |2884M| 421 |   - | 502 |  14k|   0 |   0 |   0 |4648k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1104.22/1104.28	c  1051s| 10670k|  9453k|     0 |   0.0 |2884M| 421 |   - | 502 |  13k|   0 |   0 |   0 |4676k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1110.72/1110.71	c  1057s| 10680k|  9453k|     0 |   0.0 |2884M| 421 |   - | 502 |  16k|   0 |   0 |   0 |4710k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1117.32/1117.34	c  1064s| 10690k|  9453k|     0 |   0.0 |2884M| 421 |   - | 502 |  15k|   0 |   0 |   0 |4741k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1123.72/1123.79	c  1070s| 10700k|  9453k|     0 |   0.0 |2884M| 421 |   - | 502 |  13k|   0 |   0 |   0 |4771k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1129.93/1129.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1129.93/1129.92	c  1076s| 10710k|  9453k|     0 |   0.0 |2886M| 421 |   - | 502 |  19k|   0 |   0 |   0 |4809k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1136.33/1136.37	c  1082s| 10720k|  9453k|     0 |   0.0 |2884M| 421 |   - | 502 |  16k|   0 |   0 |   0 |4849k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1142.72/1142.78	c  1088s| 10730k|  9453k|     0 |   0.0 |2886M| 421 |   - | 502 |  21k|   0 |   0 |   0 |4888k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1149.53/1149.56	c  1095s| 10740k|  9453k|     0 |   0.0 |2886M| 421 |   - | 502 |  21k|   0 |   0 |   0 |4921k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1156.62/1156.64	c  1101s| 10750k|  9453k|     0 |   0.0 |2887M| 421 |   - | 502 |  23k|   0 |   0 |   0 |4956k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1164.42/1164.43	c  1109s| 10760k|  9453k|     0 |   0.0 |2885M| 421 |   - | 502 |  19k|   0 |   0 |   0 |4993k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1172.83/1172.83	c  1117s| 10770k|  9453k|     0 |   0.0 |2887M| 421 |   - | 502 |  24k|   0 |   0 |   0 |5025k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1181.32/1181.39	c  1125s| 10780k|  9453k|     0 |   0.0 |2888M| 421 |   - | 502 |  27k|   0 |   0 |   0 |5056k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1189.72/1189.71	c  1133s| 10790k|  9453k|     0 |   0.0 |2886M| 421 |   - | 502 |  23k|   0 |   0 |   0 |5091k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1197.63/1197.65	c  1141s| 10800k|  9453k|     0 |   0.0 |2886M| 421 |   - | 502 |  24k|   0 |   0 |   0 |5122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1205.82/1205.88	c  1149s| 10810k|  9453k|     0 |   0.0 |2886M| 421 |   - | 502 |  22k|   0 |   0 |   0 |5153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1213.82/1213.89	c  1156s| 10820k|  9453k|     0 |   0.0 |2885M| 421 |   - | 502 |  20k|   0 |   0 |   0 |5183k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1220.93/1220.97	c  1163s| 10830k|  9453k|     0 |   0.0 |2886M| 421 |   - | 502 |  23k|   0 |   0 |   0 |5219k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1228.74/1228.79	c  1171s| 10840k|  9453k|     0 |   0.0 |2886M| 421 |   - | 502 |  22k|   0 |   0 |   0 |5246k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1237.22/1237.22	c  1179s| 10850k|  9453k|     0 |   0.0 |2885M| 421 |   - | 502 |  19k|   0 |   0 |   0 |5276k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1244.03/1244.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1244.03/1244.08	c  1185s| 10860k|  9453k|     0 |   0.0 |2884M| 421 |   - | 502 |  12k|   0 |   0 |   0 |5309k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1250.23/1250.24	c  1191s| 10870k|  9452k|     0 |   0.0 |2884M| 421 |   - | 502 |  14k|   0 |   0 |   0 |5341k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1256.42/1256.48	c  1197s| 10880k|  9452k|     0 |   0.0 |2884M| 421 |   - | 502 |  12k|   0 |   0 |   0 |5368k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1263.02/1263.01	c  1203s| 10890k|  9452k|     0 |   0.0 |2884M| 421 |   - | 502 |  13k|   0 |   0 |   0 |5395k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1269.13/1269.12	c  1209s| 10900k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  14k|   0 |   0 |   0 |5426k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1275.42/1275.46	c  1215s| 10910k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  16k|   0 |   0 |   0 |5455k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1282.23/1282.23	c  1221s| 10920k|  9452k|     0 |   0.0 |2884M| 421 |   - | 502 |  13k|   0 |   0 |   0 |5487k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1288.53/1288.56	c  1227s| 10930k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  14k|   0 |   0 |   0 |5521k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1295.33/1295.31	c  1234s| 10940k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  15k|   0 |   0 |   0 |5552k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1301.62/1301.66	c  1240s| 10950k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  17k|   0 |   0 |   0 |5575k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1308.12/1308.11	c  1246s| 10960k|  9452k|     0 |   0.0 |2886M| 421 |   - | 502 |  20k|   0 |   0 |   0 |5599k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1315.03/1315.01	c  1253s| 10970k|  9452k|     0 |   0.0 |2884M| 421 |   - | 502 |  14k|   0 |   0 |   0 |5630k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1321.22/1321.29	c  1259s| 10980k|  9452k|     0 |   0.0 |2884M| 421 |   - | 502 |  14k|   0 |   0 |   0 |5655k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1327.83/1327.83	c  1265s| 10990k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  14k|   0 |   0 |   0 |5686k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1334.43/1334.48	c  1271s| 11000k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  15k|   0 |   0 |   0 |5722k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1340.93/1340.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1340.93/1340.94	c  1277s| 11010k|  9452k|     0 |   0.0 |2886M| 421 |   - | 502 |  20k|   0 |   0 |   0 |5763k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1348.03/1348.00	c  1284s| 11020k|  9452k|     0 |   0.0 |2889M| 421 |   - | 502 |  29k|   0 |   0 |   0 |5802k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1355.82/1355.82	c  1291s| 11030k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  17k|   0 |   0 |   0 |5834k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1363.13/1363.16	c  1299s| 11040k|  9452k|     0 |   0.0 |2886M| 421 |   - | 502 |  21k|   0 |   0 |   0 |5866k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1370.54/1370.59	c  1306s| 11050k|  9452k|     0 |   0.0 |2890M| 421 |   - | 502 |  32k|   0 |   0 |   0 |5906k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1378.83/1378.84	c  1314s| 11060k|  9452k|     0 |   0.0 |2887M| 421 |   - | 502 |  25k|   0 |   0 |   0 |5941k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1387.73/1387.74	c  1322s| 11070k|  9452k|     0 |   0.0 |2889M| 421 |   - | 502 |  30k|   0 |   0 |   0 |5973k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1397.03/1397.05	c  1331s| 11080k|  9452k|     0 |   0.0 |2888M| 421 |   - | 502 |  27k|   0 |   0 |   0 |6005k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1406.73/1406.79	c  1340s| 11090k|  9452k|     0 |   0.0 |2891M| 421 |   - | 502 |  35k|   0 |   0 |   0 |6034k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1416.02/1416.02	c  1349s| 11100k|  9452k|     0 |   0.0 |2887M| 421 |   - | 502 |  25k|   0 |   0 |   0 |6069k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1424.03/1424.09	c  1357s| 11110k|  9452k|     0 |   0.0 |2887M| 421 |   - | 502 |  24k|   0 |   0 |   0 |6102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1430.83/1430.81	c  1363s| 11120k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  16k|   0 |   0 |   0 |6132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1437.83/1437.80	c  1370s| 11130k|  9452k|     0 |   0.0 |2886M| 421 |   - | 502 |  18k|   0 |   0 |   0 |6156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1444.73/1444.73	c  1377s| 11140k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  16k|   0 |   0 |   0 |6186k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1451.43/1451.40	c  1383s| 11150k|  9452k|     0 |   0.0 |2885M| 421 |   - | 502 |  16k|   0 |   0 |   0 |6209k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1457.93/1457.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1457.93/1457.97	c  1389s| 11160k|  9452k|     0 |   0.0 |2886M| 421 |   - | 502 |  18k|   0 |   0 |   0 |6244k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1464.53/1464.50	c  1395s| 11170k|  9451k|     0 |   0.0 |2885M| 421 |   - | 502 |  15k|   0 |   0 |   0 |6276k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1470.63/1470.70	c  1401s| 11180k|  9451k|     0 |   0.0 |2885M| 421 |   - | 502 |  15k|   0 |   0 |   0 |6309k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1477.23/1477.26	c  1407s| 11190k|  9451k|     0 |   0.0 |2885M| 421 |   - | 502 |  14k|   0 |   0 |   0 |6335k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1484.03/1484.09	c  1414s| 11200k|  9451k|     0 |   0.0 |2885M| 421 |   - | 502 |  13k|   0 |   0 |   0 |6363k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1490.23/1490.29	c  1420s| 11210k|  9451k|     0 |   0.0 |2886M| 421 |   - | 502 |  16k|   0 |   0 |   0 |6395k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1496.63/1496.63	c  1426s| 11220k|  9451k|     0 |   0.0 |2886M| 421 |   - | 502 |  17k|   0 |   0 |   0 |6427k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1503.14/1503.10	c  1432s| 11230k|  9451k|     0 |   0.0 |2885M| 421 |   - | 502 |  14k|   0 |   0 |   0 |6458k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1509.33/1509.31	c  1438s| 11240k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  21k|   0 |   0 |   0 |6486k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1516.13/1516.12	c  1444s| 11250k|  9451k|     0 |   0.0 |2886M| 421 |   - | 502 |  15k|   0 |   0 |   0 |6513k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1522.64/1522.69	c  1450s| 11260k|  9451k|     0 |   0.0 |2886M| 421 |   - | 502 |  16k|   0 |   0 |   0 |6546k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1529.63/1529.66	c  1457s| 11270k|  9451k|     0 |   0.0 |2885M| 421 |   - | 502 |  14k|   0 |   0 |   0 |6576k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1536.83/1536.87	c  1464s| 11280k|  9451k|     0 |   0.0 |2885M| 421 |   - | 502 |  14k|   0 |   0 |   0 |6600k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1543.63/1543.69	c  1470s| 11290k|  9451k|     0 |   0.0 |2887M| 421 |   - | 502 |  20k|   0 |   0 |   0 |6626k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1550.93/1550.90	c  1477s| 11300k|  9451k|     0 |   0.0 |2887M| 421 |   - | 502 |  21k|   0 |   0 |   0 |6650k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1557.93/1557.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1557.93/1557.98	c  1484s| 11310k|  9451k|     0 |   0.0 |2887M| 421 |   - | 502 |  22k|   0 |   0 |   0 |6675k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1565.34/1565.40	c  1491s| 11320k|  9451k|     0 |   0.0 |2886M| 421 |   - | 502 |  16k|   0 |   0 |   0 |6700k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1572.34/1572.30	c  1497s| 11330k|  9451k|     0 |   0.0 |2886M| 421 |   - | 502 |  17k|   0 |   0 |   0 |6730k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1579.03/1579.01	c  1504s| 11340k|  9451k|     0 |   0.0 |2887M| 421 |   - | 502 |  19k|   0 |   0 |   0 |6763k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1585.63/1585.67	c  1510s| 11350k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  23k|   0 |   0 |   0 |6798k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1592.74/1592.71	c  1517s| 11360k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  22k|   0 |   0 |   0 |6835k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1599.73/1599.72	c  1523s| 11370k|  9451k|     0 |   0.0 |2887M| 421 |   - | 502 |  21k|   0 |   0 |   0 |6874k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1606.04/1606.09	c  1529s| 11380k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  24k|   0 |   0 |   0 |6909k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1613.33/1613.31	c  1536s| 11390k|  9451k|     0 |   0.0 |2887M| 421 |   - | 502 |  20k|   0 |   0 |   0 |6939k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1620.63/1620.64	c  1543s| 11400k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  24k|   0 |   0 |   0 |6972k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1628.34/1628.34	c  1551s| 11410k|  9451k|     0 |   0.0 |2889M| 421 |   - | 502 |  27k|   0 |   0 |   0 |7006k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1636.04/1636.03	c  1558s| 11420k|  9451k|     0 |   0.0 |2889M| 421 |   - | 502 |  26k|   0 |   0 |   0 |7039k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.33/1645.37	c  1567s| 11430k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  24k|   0 |   0 |   0 |7075k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1653.24/1653.23	c  1574s| 11440k|  9451k|     0 |   0.0 |2887M| 421 |   - | 502 |  23k|   0 |   0 |   0 |7111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1661.94/1661.90	c  1583s| 11450k|  9451k|     0 |   0.0 |2890M| 421 |   - | 502 |  33k|   0 |   0 |   0 |7151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1672.94/1672.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1672.94/1672.91	c  1593s| 11460k|  9451k|     0 |   0.0 |2889M| 421 |   - | 502 |  29k|   0 |   0 |   0 |7180k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1682.14/1682.14	c  1602s| 11470k|  9451k|     0 |   0.0 |2889M| 421 |   - | 502 |  30k|   0 |   0 |   0 |7213k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1692.14/1692.12	c  1612s| 11480k|  9451k|     0 |   0.0 |2889M| 421 |   - | 502 |  30k|   0 |   0 |   0 |7248k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1700.84/1700.86	c  1620s| 11490k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  28k|   0 |   0 |   0 |7279k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1710.04/1710.09	c  1629s| 11500k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  26k|   0 |   0 |   0 |7311k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1719.24/1719.28	c  1638s| 11510k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  25k|   0 |   0 |   0 |7342k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1727.84/1727.88	c  1646s| 11520k|  9451k|     0 |   0.0 |2888M| 421 |   - | 502 |  27k|   0 |   0 |   0 |7373k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1738.84/1738.90	c  1657s| 11530k|  9450k|     0 |   0.0 |2891M| 421 |   - | 502 |  34k|   0 |   0 |   0 |7401k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1746.14/1746.15	c  1664s| 11540k|  9450k|     0 |   0.0 |2887M| 421 |   - | 502 |  17k|   0 |   0 |   0 |7425k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1753.64/1753.67	c  1671s| 11550k|  9450k|     0 |   0.0 |2887M| 421 |   - | 502 |  18k|   0 |   0 |   0 |7450k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1761.14/1761.14	c  1678s| 11560k|  9450k|     0 |   0.0 |2887M| 421 |   - | 502 |  20k|   0 |   0 |   0 |7476k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1768.24/1768.22	c  1685s| 11570k|  9450k|     0 |   0.0 |2887M| 421 |   - | 502 |  18k|   0 |   0 |   0 |7507k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1774.74/1774.77	c  1691s| 11580k|  9450k|     0 |   0.0 |2888M| 421 |   - | 502 |  21k|   0 |   0 |   0 |7540k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1781.24/1781.26	c  1697s| 11590k|  9450k|     0 |   0.0 |2886M| 421 |   - | 502 |  16k|   0 |   0 |   0 |7569k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1787.64/1787.60	c  1703s| 11600k|  9450k|     0 |   0.0 |2887M| 421 |   - | 502 |  17k|   0 |   0 |   0 |7601k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1794.24/1794.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1794.24/1794.20	c  1709s| 11610k|  9450k|     0 |   0.0 |2888M| 421 |   - | 502 |  23k|   0 |   0 |   0 |7630k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1714.75
1800.05/1800.00	c Solving Nodes      : 11617769
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (12 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 
1800.05/1800.00	v -x398 -x397 -x396 x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 
1800.05/1800.00	v -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 
1800.05/1800.00	v -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 x345 -x344 -x343 -x342 -x341 -x340 -x339 x338 -x337 -x336 
1800.05/1800.00	v -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 
1800.05/1800.00	v -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 
1800.05/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.05/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.05/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.05/1800.00	v -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.00	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
1800.05/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1800.05/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.00	v -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 
1800.05/1800.00	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 
1800.05/1800.00	v -x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 
1800.05/1800.00	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1800.05/1800.00	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 
1800.05/1800.00	v -x3 -x2 -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1714.75
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2694050-1277921643.wbo
1800.05/1800.00	c   Variables        : 502 (461 binary, 0 integer, 0 implicit integer, 41 continuous)
1800.05/1800.00	c   Constraints      : 83 initial, 83 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2694050-1277921643.wbo
1800.05/1800.00	c   Variables        : 502 (461 binary, 0 integer, 0 implicit integer, 41 continuous)
1800.05/1800.00	c   Constraints      : 82 initial, 38465 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0         41          0          1          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :         41          0      15518          0      14577          0        484          0          0          0
1800.05/1800.00	c   linear           :         41          0   19026097          0   10905310     856988   26399982          0          0          0
1800.05/1800.00	c   logicor          :          0+         0    9122050          0          0     457755   13584257          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0   10905319          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       0.04       0.00       0.01       0.00       0.03
1800.05/1800.00	c   linear           :     476.85       0.00     472.90       0.00       3.95
1800.05/1800.00	c   logicor          :     492.55       0.00     492.55       0.00       0.00
1800.05/1800.00	c   countsols        :       1.77       0.00       0.00       0.00       1.77
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       3.30          2          0          0
1800.05/1800.00	c   rootredcost      :       3.03          0          0          0
1800.05/1800.00	c   pseudoobj        :      21.07   19025907          1        267
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :     502.57    1314737    1314737   11768925      188.0    6741580       19.2          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -    6555251       19.2          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -    1101600      127.4          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :     162.30   10905310          0          0          0          0   21810620
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.24          -          9
1800.05/1800.00	c   oneopt           :       3.08          0          0
1800.05/1800.00	c   trivial          :       0.00          2          2
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       2.23          0          0
1800.05/1800.00	c   trysol           :       1.87          1          1
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :   11617769
1800.05/1800.00	c   nodes (total)    :   11617769
1800.05/1800.00	c   nodes left       :    9450712
1800.05/1800.00	c   max depth        :        421
1800.05/1800.00	c   max depth (total):        421
1800.05/1800.00	c   backtracks       :     711815 (6.1%)
1800.05/1800.00	c   delayed cutoffs  :     727546
1800.05/1800.00	c   repropagations   :    1544865 (16684716 domain reductions, 602294 cutoffs)
1800.05/1800.00	c   avg switch length:       3.59
1800.05/1800.00	c   switching time   :     322.16
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :         12 (10 improvements)
1800.05/1800.00	c   First Solution   : +1.72300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.05/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 2538545 nodes, 141.76 seconds, depth 351, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :          0

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694050-1277921643/watcher-2694050-1277921643 -o /tmp/evaluation-result-2694050-1277921643/solver-2694050-1277921643 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694050-1277921643.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.92 1.98 1.99 4/178 14867
/proc/meminfo: memFree=30073744/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=7140 CPUtime=0
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 1623 0 0 0 0 0 0 0 25 0 1 0 133459761 7311360 1192 4089446400 4194304 7136930 140733335140688 18446744073709551615 4491170 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 1785 1194 279 719 0 1064 0

[startup+0.0914691 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 14867
/proc/meminfo: memFree=30073744/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=13800 CPUtime=0.08
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 3419 0 0 0 8 0 0 0 25 0 1 0 133459761 14131200 2731 4089446400 4194304 7136930 140733335140688 18446744073709551615 5922230 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 3450 2732 390 719 0 2729 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13800

[startup+0.100466 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 14867
/proc/meminfo: memFree=30073744/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=13800 CPUtime=0.09
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 3430 0 0 0 9 0 0 0 25 0 1 0 133459761 14131200 2742 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 3450 2742 390 719 0 2729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13800

[startup+0.300433 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 14867
/proc/meminfo: memFree=30073744/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=15788 CPUtime=0.29
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 3926 0 0 0 27 2 0 0 25 0 1 0 133459761 16166912 3238 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 3947 3238 390 719 0 3226 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15788

[startup+0.700373 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 14867
/proc/meminfo: memFree=30073744/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=19372 CPUtime=0.69
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 4874 0 0 0 64 5 0 0 25 0 1 0 133459761 19836928 4186 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 4843 4186 390 719 0 4122 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19372

[startup+1.50024 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14868
/proc/meminfo: memFree=30053932/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=27568 CPUtime=1.49
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 6973 0 0 0 137 12 0 0 25 0 1 0 133459761 28229632 6285 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 6892 6285 390 719 0 6171 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27568

[startup+3.10093 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 14868
/proc/meminfo: memFree=30041036/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=38288 CPUtime=3.09
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 9734 0 0 0 284 25 0 0 25 0 1 0 133459761 39206912 9046 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 9572 9046 390 719 0 8851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38288

[startup+6.30036 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 14868
/proc/meminfo: memFree=30014740/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=59852 CPUtime=6.29
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 14873 0 0 0 574 55 0 0 25 0 1 0 133459761 61288448 14185 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 14963 14185 390 719 0 14242 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59852

[startup+12.7002 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 14868
/proc/meminfo: memFree=29957540/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=105192 CPUtime=12.69
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 25698 0 0 0 1157 112 0 0 25 0 1 0 133459761 107716608 25010 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 26298 25010 390 719 0 25577 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105192

[startup+25.5009 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 14868
/proc/meminfo: memFree=29839544/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=194412 CPUtime=25.49
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 46977 0 0 0 2317 232 0 0 25 0 1 0 133459761 199077888 46289 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 48603 46289 390 719 0 47882 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 194412

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 14869
/proc/meminfo: memFree=29621872/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=370328 CPUtime=51.09
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 88845 0 0 0 4644 465 0 0 25 0 1 0 133459761 379215872 88157 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 92582 88157 390 719 0 91861 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 370328

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 14870
/proc/meminfo: memFree=29217076/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=662252 CPUtime=102.3
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 164937 0 0 0 9339 891 0 0 25 0 1 0 133459761 678146048 164249 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 165563 164249 390 719 0 164842 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 662252

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14872
/proc/meminfo: memFree=28866604/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=931292 CPUtime=162.3
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 226085 0 0 0 14998 1232 0 0 25 0 1 0 133459761 953643008 225397 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 232823 225397 390 719 0 232102 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 931292

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14874
/proc/meminfo: memFree=28363720/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=1263776 CPUtime=222.3
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 313673 0 0 0 20476 1754 0 0 25 0 1 0 133459761 1294106624 312985 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 315944 312985 390 719 0 315223 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1263776

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14875
/proc/meminfo: memFree=27897788/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=1663308 CPUtime=282.3
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 401622 0 0 0 25972 2258 0 0 25 0 1 0 133459761 1703227392 400934 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 415827 400934 390 719 0 415106 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1663308

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14876
/proc/meminfo: memFree=27412992/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=1992444 CPUtime=342.3
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 488294 0 0 0 31473 2757 0 0 25 0 1 0 133459761 2040262656 487606 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 498111 487606 390 719 0 497390 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1992444

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14878
/proc/meminfo: memFree=26899072/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=2323992 CPUtime=402.3
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 575576 0 0 0 36964 3266 0 0 25 0 1 0 133459761 2379767808 574888 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 580998 574888 390 719 0 580277 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2323992

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14880
/proc/meminfo: memFree=26387984/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=2657392 CPUtime=462.31
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 663265 0 0 0 42449 3782 0 0 25 0 1 0 133459761 2721169408 662577 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 664348 662577 390 719 0 663627 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2657392

[startup+522.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 14882
/proc/meminfo: memFree=25906304/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3105324 CPUtime=522.3
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 746766 0 0 0 47959 4271 0 0 25 0 1 0 133459761 3179851776 746078 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 776331 746078 390 719 0 775610 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3105324

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14883
/proc/meminfo: memFree=25640516/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3160448 CPUtime=582.31
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 798159 0 0 0 53780 4451 0 0 25 0 1 0 133459761 3236298752 760504 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 790112 760504 390 719 0 789391 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3160448

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14884
/proc/meminfo: memFree=25454572/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3166640 CPUtime=642.31
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 799508 0 0 0 59670 4561 0 0 25 0 1 0 133459761 3242639360 761825 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 791660 761825 390 719 0 790939 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3166640

[startup+702.301 s]

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

/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804203 0 0 0 100962 5270 0 0 25 0 1 0 133459761 3267264512 766520 4089446400 4194304 7136930 140733335140688 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 797672 766520 390 719 0 796951 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3190688

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14956
/proc/meminfo: memFree=27859376/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3192304 CPUtime=1122.32
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804371 0 0 0 106856 5376 0 0 25 0 1 0 133459761 3268919296 766688 4089446400 4194304 7136930 140733335140688 18446744073709551615 4977160 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14867/statm: 798076 766688 390 719 0 797355 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3192304

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 15057
/proc/meminfo: memFree=28174940/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3192304 CPUtime=1182.33
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804525 0 0 0 112600 5633 0 0 25 0 1 0 133459761 3268919296 766842 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798076 766842 390 719 0 797355 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 3192304

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15149
/proc/meminfo: memFree=28167916/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3192304 CPUtime=1242.33
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804526 0 0 0 118369 5864 0 0 25 0 1 0 133459761 3268919296 766843 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798076 766843 390 719 0 797355 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3192304

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15333
/proc/meminfo: memFree=28190356/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3192304 CPUtime=1302.33
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804526 0 0 0 124044 6189 0 0 25 0 1 0 133459761 3268919296 766843 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798076 766843 390 719 0 797355 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3192304

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15362
/proc/meminfo: memFree=28160808/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3193304 CPUtime=1362.33
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804578 0 0 0 129770 6463 0 0 25 0 1 0 133459761 3269943296 766895 4089446400 4194304 7136930 140733335140688 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798326 766895 390 719 0 797605 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3193304

[startup+1422.31 s]
/proc/loadavg: 1.86 1.95 1.98 3/179 15517
/proc/meminfo: memFree=28157504/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3194396 CPUtime=1422.34
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804721 0 0 0 135527 6707 0 0 25 0 1 0 133459761 3271061504 767038 4089446400 4194304 7136930 140733335140688 18446744073709551615 4977160 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798599 767038 390 719 0 797878 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3194396

[startup+1482.3 s]
/proc/loadavg: 1.87 1.93 1.97 3/199 15618
/proc/meminfo: memFree=27989532/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3194396 CPUtime=1482.33
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804721 0 0 0 141226 7007 0 0 25 0 1 0 133459761 3271061504 767038 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798599 767038 390 719 0 797878 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3194396

[startup+1542.3 s]
/proc/loadavg: 1.95 1.94 1.97 3/199 15619
/proc/meminfo: memFree=27988532/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3194396 CPUtime=1542.33
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804725 0 0 0 146901 7332 0 0 25 0 1 0 133459761 3271061504 767042 4089446400 4194304 7136930 140733335140688 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798599 767042 390 719 0 797878 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3194396

[startup+1602.3 s]
/proc/loadavg: 1.98 1.95 1.97 3/199 15621
/proc/meminfo: memFree=27987740/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3195764 CPUtime=1602.33
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804894 0 0 0 152582 7651 0 0 25 0 1 0 133459761 3272462336 767211 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798941 767211 390 719 0 798220 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3195764

[startup+1662.3 s]
/proc/loadavg: 1.99 1.95 1.97 3/199 15623
/proc/meminfo: memFree=27987408/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3195764 CPUtime=1662.34
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804937 0 0 0 158313 7921 0 0 25 0 1 0 133459761 3272462336 767254 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798941 767254 390 719 0 798220 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 3195764

[startup+1722.3 s]
/proc/loadavg: 2.00 1.96 1.97 4/200 15627
/proc/meminfo: memFree=27974888/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3195764 CPUtime=1722.34
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 804949 0 0 0 164084 8150 0 0 25 0 1 0 133459761 3272462336 767266 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 798941 767266 390 719 0 798220 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3195764

[startup+1782.3 s]
/proc/loadavg: 2.02 1.98 1.98 3/197 15674
/proc/meminfo: memFree=27993320/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3196588 CPUtime=1782.34
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 805101 0 0 0 169799 8435 0 0 25 0 1 0 133459761 3273306112 767418 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 799147 767418 390 719 0 798426 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3196588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 1.98 1.98 3/197 15675
/proc/meminfo: memFree=27993184/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3196588 CPUtime=1800.05
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 805149 0 0 0 171475 8530 0 0 25 0 1 0 133459761 3273306112 767466 4089446400 4194304 7136930 140733335140688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14867/statm: 799147 767466 390 719 0 798426 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3196588

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14867

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

[startup+1801.4 s]
/proc/loadavg: 2.02 1.98 1.98 3/198 15676
/proc/meminfo: memFree=27988460/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3196588 CPUtime=1801.44
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 805155 0 0 0 171614 8530 0 0 19 0 1 0 133459761 3273306112 767472 4089446400 4194304 7136930 140733335140688 18446744073709551615 6165634 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14867/statm: 799147 767472 396 719 0 798426 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 3196588

[startup+1801.81 s]
/proc/loadavg: 2.02 1.98 1.98 3/198 15676
/proc/meminfo: memFree=27988460/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3196588 CPUtime=1801.85
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 805155 0 0 0 171655 8530 0 0 20 0 1 0 133459761 3273306112 767472 4089446400 4194304 7136930 140733335140688 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14867/statm: 799147 767472 396 719 0 798426 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 3196588

[startup+1802 s]
/proc/loadavg: 2.02 1.98 1.98 3/198 15676
/proc/meminfo: memFree=27988460/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=3196588 CPUtime=1802.04
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4202496 805155 0 0 0 171674 8530 0 0 21 0 1 0 133459761 3273306112 767472 4089446400 4194304 7136930 140733335140688 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14867/statm: 799147 767472 396 719 0 798426 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3196588

[startup+1802.1 s]
/proc/loadavg: 2.02 1.98 1.98 3/198 15676
/proc/meminfo: memFree=27988460/32951124 swapFree=67111528/67111528
[pid=14867] ppid=14865 vsize=0 CPUtime=1802.14
/proc/14867/stat : 14867 (pbscip.linux.x8) R 14865 14867 13645 0 -1 4203524 805155 0 0 0 171675 8539 0 0 21 0 1 0 133459761 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/14867/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.16
CPU user time (s): 1716.75
CPU system time (s): 85.404
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3414968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1716.75
system time used= 85.404
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 805155
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= 2
involuntary context switches= 3621

runsolver used 3.20951 second user time and 6.32504 second system time

The end

Launcher Data

Begin job on node137 at 2010-06-30 20:14:03
IDJOB=2694050
IDBENCH=79173
IDSOLVER=1206
FILE ID=node137/2694050-1277921643
PBS_JOBID= 11197298
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20--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-2694050-1277921643/watcher-2694050-1277921643 -o /tmp/evaluation-result-2694050-1277921643/solver-2694050-1277921643 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694050-1277921643.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d3c2a58e2c21bd8565bd5528336ef7ed
RANDOM SEED=688930579

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30074272 kB
Buffers:        207632 kB
Cached:        1263276 kB
SwapCached:          0 kB
Active:        1805816 kB
Inactive:       924204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30074272 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:     1259236 kB
Mapped:          15080 kB
Slab:            80788 kB
PageTables:       7096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1406612 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node137 at 2010-06-30 20:44:05