Trace number 2664018

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 NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.22 1802.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_3.opb
MD5SUMf48abdef3d00ab6f87ca2e4f0d43c1d1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3811
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664018-1276614876.opb>
0.00/0.01	c original problem has 51 variables (51 bin, 0 int, 0 impl, 0 cont) and 13 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 7 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  1 deleted vars, 7 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 50 variables (50 bin, 0 int, 0 impl, 0 cont) and 6 constraints
0.00/0.02	c       6 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.00
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 1620
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 243k|   0 |   - |  50 |   6 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.38	c   1.2s| 10000 |  6751 |     0 |   0.0 |2604k|  31 |   - |  50 | 147 |   0 |   0 |   0 | 224 |   0 | 0.000000e+00 |      --      |    Inf 
2.89/2.92	c   2.6s| 20000 | 12470 |     0 |   0.0 |4770k|  31 |   - |  50 | 335 |   0 |   0 |   0 | 576 |   0 | 0.000000e+00 |      --      |    Inf 
4.69/4.78	c   4.4s| 30000 | 15936 |     0 |   0.0 |6655k|  32 |   - |  50 | 532 |   0 |   0 |   0 |1105 |   0 | 0.000000e+00 |      --      |    Inf 
6.19/6.27	c   5.7s| 40000 | 22697 |     0 |   0.0 |8934k|  32 |   - |  50 | 597 |   0 |   0 |   0 |1488 |   0 | 0.000000e+00 |      --      |    Inf 
7.70/7.77	c   7.1s| 50000 | 29468 |     0 |   0.0 |  11M|  33 |   - |  50 | 502 |   0 |   0 |   0 |1820 |   0 | 0.000000e+00 |      --      |    Inf 
9.29/9.30	c   8.5s| 60000 | 35844 |     0 |   0.0 |  13M|  33 |   - |  50 | 442 |   0 |   0 |   0 |2193 |   0 | 0.000000e+00 |      --      |    Inf 
10.79/10.85	c   9.9s| 70000 | 41964 |     0 |   0.0 |  15M|  33 |   - |  50 | 409 |   0 |   0 |   0 |2596 |   0 | 0.000000e+00 |      --      |    Inf 
12.39/12.43	c  11.3s| 80000 | 47739 |     0 |   0.0 |  17M|  33 |   - |  50 | 372 |   0 |   0 |   0 |2992 |   0 | 0.000000e+00 |      --      |    Inf 
13.99/14.03	c  12.8s| 90000 | 53217 |     0 |   0.0 |  19M|  33 |   - |  50 | 348 |   0 |   0 |   0 |3415 |   0 | 0.000000e+00 |      --      |    Inf 
15.59/15.67	c  14.3s|100000 | 58411 |     0 |   0.0 |  21M|  33 |   - |  50 | 370 |   0 |   0 |   0 |3887 |   0 | 0.000000e+00 |      --      |    Inf 
17.29/17.34	c  15.8s|110000 | 63280 |     0 |   0.0 |  23M|  33 |   - |  50 | 364 |   0 |   0 |   0 |4359 |   0 | 0.000000e+00 |      --      |    Inf 
18.99/19.06	c  17.4s|120000 | 67863 |     0 |   0.0 |  25M|  33 |   - |  50 | 359 |   0 |   0 |   0 |4893 |   0 | 0.000000e+00 |      --      |    Inf 
20.79/20.83	c  19.0s|130000 | 71976 |     0 |   0.0 |  27M|  33 |   - |  50 | 377 |   0 |   0 |   0 |5464 |   0 | 0.000000e+00 |      --      |    Inf 
22.59/22.65	c  20.7s|140000 | 75760 |     0 |   0.0 |  28M|  33 |   - |  50 | 378 |   0 |   0 |   0 |6057 |   0 | 0.000000e+00 |      --      |    Inf 
24.48/24.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.48/24.50	c  22.4s|150000 | 79216 |     0 |   0.0 |  30M|  33 |   - |  50 | 346 |   0 |   0 |   0 |6713 |   0 | 0.000000e+00 |      --      |    Inf 
26.39/26.41	c  24.1s|160000 | 82039 |     0 |   0.0 |  32M|  33 |   - |  50 | 353 |   0 |   0 |   0 |7402 |   0 | 0.000000e+00 |      --      |    Inf 
28.28/28.37	c  26.0s|170000 | 84416 |     0 |   0.0 |  33M|  33 |   - |  50 | 396 |   0 |   0 |   0 |8202 |   0 | 0.000000e+00 |      --      |    Inf 
30.29/30.38	c  27.8s|180000 | 86199 |     0 |   0.0 |  35M|  33 |   - |  50 | 501 |   0 |   0 |   0 |9000 |   0 | 0.000000e+00 |      --      |    Inf 
31.99/32.03	c  29.3s|190000 | 91135 |     0 |   0.0 |  37M|  33 |   - |  50 | 411 |   0 |   0 |   0 |9702 |   0 | 0.000000e+00 |      --      |    Inf 
33.38/33.42	c  30.6s|200000 | 98184 |     0 |   0.0 |  39M|  33 |   - |  50 | 301 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
34.68/34.79	c  31.8s|210000 |105147 |     0 |   0.0 |  41M|  33 |   - |  50 | 204 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
36.08/36.18	c  33.1s|220000 |111916 |     0 |   0.0 |  43M|  33 |   - |  50 | 167 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
37.48/37.57	c  34.3s|230000 |118520 |     0 |   0.0 |  45M|  33 |   - |  50 | 206 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
38.88/38.98	c  35.6s|240000 |125047 |     0 |   0.0 |  48M|  33 |   - |  50 | 144 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
40.38/40.42	c  36.9s|250000 |131416 |     0 |   0.0 |  50M|  33 |   - |  50 | 227 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
41.79/41.86	c  38.1s|260000 |137781 |     0 |   0.0 |  52M|  33 |   - |  50 | 167 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
43.28/43.33	c  39.5s|270000 |144000 |     0 |   0.0 |  54M|  33 |   - |  50 | 160 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
44.78/44.80	c  40.8s|280000 |150077 |     0 |   0.0 |  56M|  33 |   - |  50 | 208 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
46.19/46.28	c  42.2s|290000 |156216 |     0 |   0.0 |  58M|  33 |   - |  50 | 170 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
47.68/47.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.68/47.79	c  43.5s|300000 |162081 |     0 |   0.0 |  60M|  33 |   - |  50 | 189 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
49.18/49.29	c  44.9s|310000 |167907 |     0 |   0.0 |  62M|  34 |   - |  50 | 160 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
50.68/50.77	c  46.2s|320000 |173725 |     0 |   0.0 |  64M|  34 |   - |  50 | 150 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
52.18/52.29	c  47.6s|330000 |179535 |     0 |   0.0 |  66M|  34 |   - |  50 | 230 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
53.79/53.85	c  49.0s|340000 |185057 |     0 |   0.0 |  68M|  34 |   - |  50 | 183 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
55.28/55.38	c  50.4s|350000 |190553 |     0 |   0.0 |  70M|  34 |   - |  50 | 158 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
56.78/56.88	c  51.8s|360000 |196088 |     0 |   0.0 |  72M|  34 |   - |  50 | 134 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
58.38/58.43	c  53.2s|370000 |201569 |     0 |   0.0 |  74M|  34 |   - |  50 | 193 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
59.98/60.02	c  54.6s|380000 |206832 |     0 |   0.0 |  77M|  34 |   - |  50 | 231 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
61.58/61.61	c  56.1s|390000 |212062 |     0 |   0.0 |  78M|  34 |   - |  50 | 202 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
63.17/63.20	c  57.5s|400000 |217310 |     0 |   0.0 |  80M|  34 |   - |  50 | 157 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
64.68/64.77	c  58.9s|410000 |222558 |     0 |   0.0 |  82M|  34 |   - |  50 | 135 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
66.28/66.33	c  60.4s|420000 |227747 |     0 |   0.0 |  84M|  34 |   - |  50 | 198 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
67.87/67.98	c  61.9s|430000 |232651 |     0 |   0.0 |  86M|  34 |   - |  50 | 255 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
69.57/69.65	c  63.4s|440000 |237435 |     0 |   0.0 |  88M|  34 |   - |  50 | 229 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
71.17/71.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.17/71.28	c  64.9s|450000 |242274 |     0 |   0.0 |  90M|  34 |   - |  50 | 214 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
72.87/72.90	c  66.4s|460000 |247168 |     0 |   0.0 |  92M|  34 |   - |  50 | 151 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
74.48/74.53	c  67.9s|470000 |252026 |     0 |   0.0 |  94M|  34 |   - |  50 | 180 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
76.08/76.16	c  69.4s|480000 |256912 |     0 |   0.0 |  96M|  34 |   - |  50 | 203 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
77.77/77.84	c  70.9s|490000 |261350 |     0 |   0.0 |  98M|  34 |   - |  50 | 237 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
79.47/79.55	c  72.5s|500000 |265777 |     0 |   0.0 | 100M|  34 |   - |  50 | 275 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
81.17/81.24	c  74.0s|510000 |270197 |     0 |   0.0 | 102M|  34 |   - |  50 | 270 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
82.87/82.96	c  75.6s|520000 |274611 |     0 |   0.0 | 104M|  34 |   - |  50 | 190 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
84.58/84.65	c  77.2s|530000 |278975 |     0 |   0.0 | 106M|  34 |   - |  50 | 218 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
86.27/86.34	c  78.7s|540000 |283386 |     0 |   0.0 | 107M|  34 |   - |  50 | 246 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
87.98/88.08	c  80.3s|550000 |287569 |     0 |   0.0 | 109M|  34 |   - |  50 | 284 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
89.77/89.88	c  82.0s|560000 |291426 |     0 |   0.0 | 111M|  34 |   - |  50 | 252 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
91.57/91.65	c  83.6s|570000 |295335 |     0 |   0.0 | 113M|  34 |   - |  50 | 280 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
93.38/93.48	c  85.3s|580000 |299250 |     0 |   0.0 | 115M|  34 |   - |  50 | 345 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
95.27/95.30	c  86.9s|590000 |303116 |     0 |   0.0 | 117M|  34 |   - |  50 | 342 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
97.07/97.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.07/97.12	c  88.6s|600000 |306972 |     0 |   0.0 | 118M|  34 |   - |  50 | 270 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
98.77/98.89	c  90.2s|610000 |310883 |     0 |   0.0 | 120M|  34 |   - |  50 | 296 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
100.67/100.70	c  91.9s|620000 |314705 |     0 |   0.0 | 122M|  34 |   - |  50 | 290 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
102.57/102.62	c  93.7s|630000 |317926 |     0 |   0.0 | 124M|  34 |   - |  50 | 374 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
104.48/104.51	c  95.4s|640000 |321183 |     0 |   0.0 | 126M|  34 |   - |  50 | 359 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
106.37/106.42	c  97.2s|650000 |324437 |     0 |   0.0 | 127M|  34 |   - |  50 | 371 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
108.27/108.32	c  98.9s|660000 |327745 |     0 |   0.0 | 129M|  34 |   - |  50 | 382 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
110.17/110.26	c   101s|670000 |330932 |     0 |   0.0 | 131M|  34 |   - |  50 | 408 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
112.17/112.21	c   103s|680000 |334145 |     0 |   0.0 | 133M|  34 |   - |  50 | 361 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
114.06/114.12	c   104s|690000 |337370 |     0 |   0.0 | 134M|  34 |   - |  50 | 319 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
115.96/116.04	c   106s|700000 |340579 |     0 |   0.0 | 136M|  34 |   - |  50 | 340 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
117.96/118.05	c   108s|710000 |343128 |     0 |   0.0 | 138M|  34 |   - |  50 | 416 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
119.97/120.05	c   110s|720000 |345606 |     0 |   0.0 | 139M|  34 |   - |  50 | 404 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
121.97/122.05	c   112s|730000 |348235 |     0 |   0.0 | 141M|  34 |   - |  50 | 434 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
123.96/124.03	c   113s|740000 |350798 |     0 |   0.0 | 143M|  34 |   - |  50 | 371 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
125.96/126.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.96/126.04	c   115s|750000 |353321 |     0 |   0.0 | 144M|  34 |   - |  50 | 409 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
127.96/128.08	c   117s|760000 |355712 |     0 |   0.0 | 146M|  34 |   - |  50 | 417 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
130.06/130.14	c   119s|770000 |358148 |     0 |   0.0 | 148M|  34 |   - |  50 | 434 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
132.06/132.16	c   121s|780000 |360654 |     0 |   0.0 | 149M|  34 |   - |  50 | 449 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
134.16/134.25	c   123s|790000 |362642 |     0 |   0.0 | 151M|  34 |   - |  50 | 487 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
136.27/136.36	c   125s|800000 |364603 |     0 |   0.0 | 152M|  34 |   - |  50 | 544 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
138.47/138.50	c   127s|810000 |366614 |     0 |   0.0 | 154M|  34 |   - |  50 | 579 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
140.56/140.63	c   129s|820000 |368679 |     0 |   0.0 | 155M|  34 |   - |  50 | 604 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
142.66/142.79	c   131s|830000 |370717 |     0 |   0.0 | 157M|  34 |   - |  50 | 634 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
144.86/144.99	c   133s|840000 |372583 |     0 |   0.0 | 158M|  34 |   - |  50 | 624 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
147.06/147.16	c   135s|850000 |374473 |     0 |   0.0 | 160M|  34 |   - |  50 | 667 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
149.26/149.36	c   137s|860000 |376053 |     0 |   0.0 | 161M|  34 |   - |  50 | 778 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
151.55/151.67	c   139s|870000 |377333 |     0 |   0.0 | 162M|  34 |   - |  50 | 918 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
153.96/154.02	c   141s|880000 |378758 |     0 |   0.0 | 164M|  34 |   - |  50 |1027 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
156.36/156.48	c   144s|890000 |379748 |     0 |   0.0 | 165M|  34 |   - |  50 |1131 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
158.96/159.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.96/159.03	c   146s|900000 |380643 |     0 |   0.0 | 166M|  35 |   - |  50 |1232 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
161.36/161.47	c   148s|910000 |382505 |     0 |   0.0 | 167M|  36 |   - |  50 |1083 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
162.85/162.91	c   150s|920000 |389735 |     0 |   0.0 | 169M|  36 |   - |  50 | 639 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
164.25/164.32	c   151s|930000 |396883 |     0 |   0.0 | 172M|  36 |   - |  50 | 484 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
165.65/165.74	c   152s|940000 |403884 |     0 |   0.0 | 174M|  36 |   - |  50 | 483 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
167.06/167.17	c   154s|950000 |410795 |     0 |   0.0 | 176M|  36 |   - |  50 | 445 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
168.55/168.65	c   155s|960000 |417548 |     0 |   0.0 | 178M|  36 |   - |  50 | 397 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
170.05/170.14	c   156s|970000 |424336 |     0 |   0.0 | 180M|  36 |   - |  50 | 369 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
171.56/171.64	c   158s|980000 |430969 |     0 |   0.0 | 183M|  36 |   - |  50 | 456 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
173.05/173.15	c   159s|990000 |437523 |     0 |   0.0 | 185M|  36 |   - |  50 | 478 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
174.55/174.67	c   160s|  1000k|444217 |     0 |   0.0 | 187M|  36 |   - |  50 | 408 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
176.05/176.12	c   162s|  1010k|450765 |     0 |   0.0 | 189M|  36 |   - |  50 | 247 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
177.55/177.62	c   163s|  1020k|457179 |     0 |   0.0 | 191M|  36 |   - |  50 | 357 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
179.05/179.13	c   164s|  1030k|463589 |     0 |   0.0 | 193M|  36 |   - |  50 | 293 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
180.55/180.64	c   166s|  1040k|469951 |     0 |   0.0 | 195M|  36 |   - |  50 | 231 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
182.05/182.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.05/182.13	c   167s|  1050k|476374 |     0 |   0.0 | 198M|  36 |   - |  50 | 308 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
183.56/183.60	c   168s|  1060k|482738 |     0 |   0.0 | 200M|  36 |   - |  50 | 196 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
185.05/185.13	c   170s|  1070k|488914 |     0 |   0.0 | 202M|  36 |   - |  50 | 210 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
186.54/186.63	c   171s|  1080k|495131 |     0 |   0.0 | 204M|  36 |   - |  50 | 301 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
188.05/188.19	c   173s|  1090k|501311 |     0 |   0.0 | 206M|  36 |   - |  50 | 400 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
189.64/189.75	c   174s|  1100k|507470 |     0 |   0.0 | 208M|  36 |   - |  50 | 384 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
191.15/191.29	c   175s|  1110k|513717 |     0 |   0.0 | 210M|  36 |   - |  50 | 323 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
192.75/192.81	c   177s|  1120k|519981 |     0 |   0.0 | 212M|  36 |   - |  50 | 256 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
194.24/194.33	c   178s|  1130k|526193 |     0 |   0.0 | 214M|  36 |   - |  50 | 327 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
195.75/195.89	c   180s|  1140k|532166 |     0 |   0.0 | 217M|  36 |   - |  50 | 242 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
197.34/197.43	c   181s|  1150k|538184 |     0 |   0.0 | 219M|  36 |   - |  50 | 227 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
198.84/198.98	c   182s|  1160k|544114 |     0 |   0.0 | 221M|  36 |   - |  50 | 217 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
200.44/200.53	c   184s|  1170k|550034 |     0 |   0.0 | 223M|  36 |   - |  50 | 231 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
201.95/202.08	c   185s|  1180k|556008 |     0 |   0.0 | 225M|  36 |   - |  50 | 402 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
203.54/203.69	c   187s|  1190k|561968 |     0 |   0.0 | 227M|  36 |   - |  50 | 434 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
205.24/205.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.24/205.30	c   188s|  1200k|567944 |     0 |   0.0 | 229M|  36 |   - |  50 | 343 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
206.75/206.88	c   190s|  1210k|573881 |     0 |   0.0 | 231M|  36 |   - |  50 | 373 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
208.34/208.44	c   191s|  1220k|579826 |     0 |   0.0 | 233M|  36 |   - |  50 | 271 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
209.95/210.05	c   193s|  1230k|585690 |     0 |   0.0 | 235M|  36 |   - |  50 | 316 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
211.54/211.67	c   194s|  1240k|591343 |     0 |   0.0 | 237M|  36 |   - |  50 | 326 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
213.14/213.29	c   196s|  1250k|597086 |     0 |   0.0 | 239M|  36 |   - |  50 | 257 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
214.84/214.90	c   197s|  1260k|602712 |     0 |   0.0 | 241M|  36 |   - |  50 | 247 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
216.34/216.48	c   198s|  1270k|608458 |     0 |   0.0 | 243M|  36 |   - |  50 | 242 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
217.94/218.06	c   200s|  1280k|614132 |     0 |   0.0 | 245M|  36 |   - |  50 | 181 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
219.54/219.62	c   201s|  1290k|619837 |     0 |   0.0 | 248M|  36 |   - |  50 | 203 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
221.04/221.19	c   203s|  1300k|625513 |     0 |   0.0 | 250M|  36 |   - |  50 | 223 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
222.64/222.79	c   204s|  1310k|631172 |     0 |   0.0 | 252M|  36 |   - |  50 | 345 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
224.34/224.42	c   206s|  1320k|636876 |     0 |   0.0 | 254M|  36 |   - |  50 | 424 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
225.94/226.07	c   207s|  1330k|642508 |     0 |   0.0 | 256M|  36 |   - |  50 | 371 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
227.54/227.68	c   209s|  1340k|648145 |     0 |   0.0 | 258M|  36 |   - |  50 | 288 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
229.24/229.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.24/229.33	c   210s|  1350k|653777 |     0 |   0.0 | 260M|  36 |   - |  50 | 380 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
230.84/231.00	c   212s|  1360k|659143 |     0 |   0.0 | 262M|  36 |   - |  50 | 325 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
232.54/232.66	c   213s|  1370k|664505 |     0 |   0.0 | 264M|  36 |   - |  50 | 291 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
234.14/234.30	c   215s|  1380k|669858 |     0 |   0.0 | 266M|  36 |   - |  50 | 275 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
235.84/235.94	c   216s|  1390k|675245 |     0 |   0.0 | 268M|  36 |   - |  50 | 274 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
237.54/237.61	c   218s|  1400k|680625 |     0 |   0.0 | 270M|  36 |   - |  50 | 248 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
239.14/239.27	c   219s|  1410k|685974 |     0 |   0.0 | 272M|  36 |   - |  50 | 261 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
240.84/240.93	c   221s|  1420k|691320 |     0 |   0.0 | 274M|  36 |   - |  50 | 280 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
242.43/242.59	c   222s|  1430k|696655 |     0 |   0.0 | 276M|  36 |   - |  50 | 277 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
244.04/244.18	c   224s|  1440k|702095 |     0 |   0.0 | 278M|  36 |   - |  50 | 196 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
245.63/245.77	c   225s|  1450k|707587 |     0 |   0.0 | 280M|  36 |   - |  50 | 176 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
247.23/247.35	c   227s|  1460k|713067 |     0 |   0.0 | 282M|  36 |   - |  50 | 158 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
248.83/248.96	c   228s|  1470k|718495 |     0 |   0.0 | 284M|  36 |   - |  50 | 222 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
250.53/250.63	c   230s|  1480k|723940 |     0 |   0.0 | 286M|  36 |   - |  50 | 285 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
252.13/252.27	c   231s|  1490k|729434 |     0 |   0.0 | 288M|  36 |   - |  50 | 274 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
253.74/253.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.74/253.89	c   233s|  1500k|734878 |     0 |   0.0 | 290M|  36 |   - |  50 | 291 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
255.43/255.57	c   234s|  1510k|740079 |     0 |   0.0 | 292M|  36 |   - |  50 | 272 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
257.13/257.26	c   236s|  1520k|745246 |     0 |   0.0 | 294M|  36 |   - |  50 | 297 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
258.83/258.99	c   237s|  1530k|750388 |     0 |   0.0 | 296M|  36 |   - |  50 | 324 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
260.63/260.71	c   239s|  1540k|755503 |     0 |   0.0 | 298M|  36 |   - |  50 | 319 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
262.23/262.38	c   240s|  1550k|760647 |     0 |   0.0 | 300M|  36 |   - |  50 | 233 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
263.94/264.07	c   242s|  1560k|765750 |     0 |   0.0 | 302M|  36 |   - |  50 | 198 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
265.63/265.74	c   244s|  1570k|770831 |     0 |   0.0 | 304M|  36 |   - |  50 | 280 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
267.32/267.44	c   245s|  1580k|775947 |     0 |   0.0 | 306M|  36 |   - |  50 | 293 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
269.03/269.10	c   247s|  1590k|781108 |     0 |   0.0 | 307M|  36 |   - |  50 | 196 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
270.63/270.74	c   248s|  1600k|786292 |     0 |   0.0 | 309M|  36 |   - |  50 | 177 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
272.23/272.39	c   250s|  1610k|791431 |     0 |   0.0 | 311M|  36 |   - |  50 | 224 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
273.92/274.06	c   251s|  1620k|796540 |     0 |   0.0 | 313M|  36 |   - |  50 | 286 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
275.63/275.76	c   253s|  1630k|801688 |     0 |   0.0 | 315M|  36 |   - |  50 | 257 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
277.32/277.40	c   254s|  1640k|806855 |     0 |   0.0 | 317M|  36 |   - |  50 | 236 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
278.93/279.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.93/279.08	c   256s|  1650k|811976 |     0 |   0.0 | 319M|  36 |   - |  50 | 200 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
280.63/280.70	c   257s|  1660k|817114 |     0 |   0.0 | 321M|  36 |   - |  50 | 187 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
282.23/282.31	c   259s|  1670k|822318 |     0 |   0.0 | 323M|  36 |   - |  50 | 169 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
283.82/283.96	c   260s|  1680k|827438 |     0 |   0.0 | 325M|  36 |   - |  50 | 204 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
285.53/285.64	c   262s|  1690k|832557 |     0 |   0.0 | 327M|  36 |   - |  50 | 240 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
287.22/287.34	c   263s|  1700k|837623 |     0 |   0.0 | 329M|  36 |   - |  50 | 332 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
289.02/289.10	c   265s|  1710k|842344 |     0 |   0.0 | 331M|  36 |   - |  50 | 295 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
290.73/290.88	c   267s|  1720k|847058 |     0 |   0.0 | 333M|  36 |   - |  50 | 367 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
292.53/292.65	c   268s|  1730k|851797 |     0 |   0.0 | 335M|  36 |   - |  50 | 349 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
294.32/294.40	c   270s|  1740k|856534 |     0 |   0.0 | 337M|  36 |   - |  50 | 318 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
296.02/296.11	c   271s|  1750k|861267 |     0 |   0.0 | 339M|  36 |   - |  50 | 258 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
297.72/297.89	c   273s|  1760k|865976 |     0 |   0.0 | 340M|  36 |   - |  50 | 311 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
299.52/299.68	c   275s|  1770k|870695 |     0 |   0.0 | 342M|  36 |   - |  50 | 300 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
301.33/301.43	c   276s|  1780k|875454 |     0 |   0.0 | 344M|  36 |   - |  50 | 236 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
303.02/303.14	c   278s|  1790k|880172 |     0 |   0.0 | 346M|  36 |   - |  50 | 215 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
304.72/304.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.72/304.86	c   279s|  1800k|884871 |     0 |   0.0 | 348M|  36 |   - |  50 | 241 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
306.52/306.61	c   281s|  1810k|889633 |     0 |   0.0 | 350M|  36 |   - |  50 | 299 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
308.22/308.34	c   283s|  1820k|894371 |     0 |   0.0 | 352M|  36 |   - |  50 | 264 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
309.92/310.06	c   284s|  1830k|899109 |     0 |   0.0 | 354M|  36 |   - |  50 | 228 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
311.61/311.74	c   286s|  1840k|903874 |     0 |   0.0 | 356M|  36 |   - |  50 | 182 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
313.33/313.40	c   287s|  1850k|908620 |     0 |   0.0 | 358M|  36 |   - |  50 | 194 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
315.02/315.13	c   289s|  1860k|913281 |     0 |   0.0 | 359M|  36 |   - |  50 | 246 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
316.72/316.87	c   290s|  1870k|918057 |     0 |   0.0 | 361M|  36 |   - |  50 | 296 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
318.51/318.64	c   292s|  1880k|922755 |     0 |   0.0 | 363M|  36 |   - |  50 | 260 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
320.22/320.34	c   294s|  1890k|927516 |     0 |   0.0 | 365M|  36 |   - |  50 | 208 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
321.92/322.04	c   295s|  1900k|932255 |     0 |   0.0 | 367M|  36 |   - |  50 | 202 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
323.62/323.73	c   297s|  1910k|936962 |     0 |   0.0 | 369M|  36 |   - |  50 | 185 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
325.31/325.40	c   298s|  1920k|941740 |     0 |   0.0 | 371M|  36 |   - |  50 | 178 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
326.91/327.08	c   300s|  1930k|946516 |     0 |   0.0 | 373M|  36 |   - |  50 | 223 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
328.72/328.86	c   301s|  1940k|950983 |     0 |   0.0 | 375M|  36 |   - |  50 | 279 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
330.51/330.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
330.51/330.64	c   303s|  1950k|955294 |     0 |   0.0 | 377M|  36 |   - |  50 | 241 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
332.31/332.41	c   305s|  1960k|959568 |     0 |   0.0 | 378M|  36 |   - |  50 | 256 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
334.12/334.22	c   306s|  1970k|963830 |     0 |   0.0 | 380M|  36 |   - |  50 | 231 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
335.82/335.99	c   308s|  1980k|968101 |     0 |   0.0 | 382M|  36 |   - |  50 | 252 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
337.62/337.74	c   309s|  1990k|972403 |     0 |   0.0 | 384M|  36 |   - |  50 | 235 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
339.41/339.50	c   311s|  2000k|976724 |     0 |   0.0 | 386M|  36 |   - |  50 | 300 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
341.21/341.35	c   313s|  2010k|980926 |     0 |   0.0 | 388M|  36 |   - |  50 | 354 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
343.01/343.20	c   314s|  2020k|985126 |     0 |   0.0 | 389M|  36 |   - |  50 | 328 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
344.91/345.02	c   316s|  2030k|989395 |     0 |   0.0 | 391M|  36 |   - |  50 | 319 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
346.71/346.84	c   318s|  2040k|993585 |     0 |   0.0 | 393M|  36 |   - |  50 | 352 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
348.52/348.65	c   319s|  2050k|997809 |     0 |   0.0 | 395M|  36 |   - |  50 | 363 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
350.41/350.51	c   321s|  2060k|  1002k|     0 |   0.0 | 397M|  36 |   - |  50 | 297 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
352.21/352.30	c   323s|  2070k|  1006k|     0 |   0.0 | 399M|  36 |   - |  50 | 242 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
354.02/354.12	c   324s|  2080k|  1010k|     0 |   0.0 | 400M|  36 |   - |  50 | 320 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
355.81/355.97	c   326s|  2090k|  1014k|     0 |   0.0 | 402M|  36 |   - |  50 | 315 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
357.71/357.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.71/357.87	c   328s|  2100k|  1018k|     0 |   0.0 | 404M|  36 |   - |  50 | 331 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
359.51/359.68	c   330s|  2110k|  1023k|     0 |   0.0 | 406M|  36 |   - |  50 | 303 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
361.31/361.46	c   331s|  2120k|  1027k|     0 |   0.0 | 408M|  36 |   - |  50 | 225 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
363.10/363.26	c   333s|  2130k|  1031k|     0 |   0.0 | 410M|  36 |   - |  50 | 234 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
364.90/365.06	c   335s|  2140k|  1035k|     0 |   0.0 | 411M|  36 |   - |  50 | 282 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
366.71/366.88	c   336s|  2150k|  1040k|     0 |   0.0 | 413M|  36 |   - |  50 | 273 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
368.50/368.67	c   338s|  2160k|  1044k|     0 |   0.0 | 415M|  36 |   - |  50 | 272 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
370.31/370.45	c   340s|  2170k|  1048k|     0 |   0.0 | 417M|  36 |   - |  50 | 219 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
372.10/372.22	c   341s|  2180k|  1053k|     0 |   0.0 | 419M|  36 |   - |  50 | 219 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
373.81/374.00	c   343s|  2190k|  1057k|     0 |   0.0 | 421M|  36 |   - |  50 | 249 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
375.61/375.79	c   344s|  2200k|  1061k|     0 |   0.0 | 423M|  36 |   - |  50 | 253 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
377.40/377.57	c   346s|  2210k|  1066k|     0 |   0.0 | 424M|  36 |   - |  50 | 299 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
379.31/379.44	c   348s|  2220k|  1070k|     0 |   0.0 | 426M|  36 |   - |  50 | 318 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
381.20/381.36	c   350s|  2230k|  1073k|     0 |   0.0 | 428M|  36 |   - |  50 | 294 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
383.10/383.25	c   351s|  2240k|  1077k|     0 |   0.0 | 430M|  36 |   - |  50 | 291 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
385.00/385.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.00/385.15	c   353s|  2250k|  1081k|     0 |   0.0 | 432M|  36 |   - |  50 | 271 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
386.90/387.00	c   355s|  2260k|  1084k|     0 |   0.0 | 433M|  36 |   - |  50 | 256 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
388.70/388.87	c   356s|  2270k|  1088k|     0 |   0.0 | 435M|  36 |   - |  50 | 242 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
390.60/390.77	c   358s|  2280k|  1092k|     0 |   0.0 | 437M|  36 |   - |  50 | 286 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
392.51/392.66	c   360s|  2290k|  1096k|     0 |   0.0 | 439M|  36 |   - |  50 | 230 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
394.40/394.53	c   362s|  2300k|  1099k|     0 |   0.0 | 440M|  36 |   - |  50 | 266 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
396.30/396.43	c   363s|  2310k|  1103k|     0 |   0.0 | 442M|  36 |   - |  50 | 301 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
398.19/398.35	c   365s|  2320k|  1107k|     0 |   0.0 | 444M|  36 |   - |  50 | 264 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
400.09/400.23	c   367s|  2330k|  1111k|     0 |   0.0 | 446M|  36 |   - |  50 | 275 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
402.00/402.12	c   369s|  2340k|  1114k|     0 |   0.0 | 448M|  36 |   - |  50 | 252 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
403.80/403.96	c   370s|  2350k|  1118k|     0 |   0.0 | 449M|  36 |   - |  50 | 242 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
405.70/405.87	c   372s|  2360k|  1122k|     0 |   0.0 | 451M|  36 |   - |  50 | 273 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
407.69/407.82	c   374s|  2370k|  1125k|     0 |   0.0 | 453M|  36 |   - |  50 | 373 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
409.70/409.81	c   376s|  2380k|  1129k|     0 |   0.0 | 455M|  36 |   - |  50 | 351 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
411.69/411.81	c   378s|  2390k|  1133k|     0 |   0.0 | 456M|  36 |   - |  50 | 404 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
413.69/413.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.69/413.86	c   380s|  2400k|  1136k|     0 |   0.0 | 458M|  36 |   - |  50 | 373 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
415.60/415.79	c   381s|  2410k|  1140k|     0 |   0.0 | 460M|  36 |   - |  50 | 311 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
417.60/417.71	c   383s|  2420k|  1143k|     0 |   0.0 | 462M|  36 |   - |  50 | 330 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
419.60/419.70	c   385s|  2430k|  1147k|     0 |   0.0 | 463M|  36 |   - |  50 | 359 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
421.49/421.66	c   387s|  2440k|  1151k|     0 |   0.0 | 465M|  36 |   - |  50 | 362 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
423.49/423.64	c   389s|  2450k|  1154k|     0 |   0.0 | 467M|  36 |   - |  50 | 342 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
425.39/425.58	c   390s|  2460k|  1158k|     0 |   0.0 | 469M|  36 |   - |  50 | 282 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
427.39/427.55	c   392s|  2470k|  1162k|     0 |   0.0 | 471M|  36 |   - |  50 | 372 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
429.39/429.53	c   394s|  2480k|  1165k|     0 |   0.0 | 472M|  36 |   - |  50 | 372 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
431.39/431.50	c   396s|  2490k|  1169k|     0 |   0.0 | 474M|  36 |   - |  50 | 344 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
433.29/433.44	c   398s|  2500k|  1173k|     0 |   0.0 | 476M|  36 |   - |  50 | 295 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
435.19/435.34	c   399s|  2510k|  1177k|     0 |   0.0 | 478M|  36 |   - |  50 | 252 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
437.09/437.23	c   401s|  2520k|  1180k|     0 |   0.0 | 479M|  36 |   - |  50 | 290 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
438.99/439.11	c   403s|  2530k|  1184k|     0 |   0.0 | 481M|  36 |   - |  50 | 294 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
440.89/441.01	c   405s|  2540k|  1188k|     0 |   0.0 | 483M|  36 |   - |  50 | 299 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
442.89/443.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.89/443.02	c   406s|  2550k|  1191k|     0 |   0.0 | 485M|  36 |   - |  50 | 370 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
444.88/445.07	c   408s|  2560k|  1194k|     0 |   0.0 | 486M|  36 |   - |  50 | 356 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
446.98/447.11	c   410s|  2570k|  1197k|     0 |   0.0 | 488M|  36 |   - |  50 | 319 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
448.99/449.17	c   412s|  2580k|  1200k|     0 |   0.0 | 490M|  36 |   - |  50 | 286 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
451.09/451.23	c   414s|  2590k|  1203k|     0 |   0.0 | 491M|  36 |   - |  50 | 320 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
453.09/453.25	c   416s|  2600k|  1206k|     0 |   0.0 | 493M|  36 |   - |  50 | 279 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
455.09/455.27	c   418s|  2610k|  1209k|     0 |   0.0 | 495M|  36 |   - |  50 | 314 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
457.09/457.28	c   420s|  2620k|  1212k|     0 |   0.0 | 496M|  36 |   - |  50 | 305 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
459.18/459.31	c   422s|  2630k|  1216k|     0 |   0.0 | 498M|  36 |   - |  50 | 338 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
461.19/461.33	c   423s|  2640k|  1219k|     0 |   0.0 | 500M|  36 |   - |  50 | 316 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
463.18/463.31	c   425s|  2650k|  1222k|     0 |   0.0 | 501M|  36 |   - |  50 | 273 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
465.09/465.29	c   427s|  2660k|  1225k|     0 |   0.0 | 503M|  36 |   - |  50 | 256 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
467.18/467.31	c   429s|  2670k|  1228k|     0 |   0.0 | 505M|  36 |   - |  50 | 248 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
469.18/469.31	c   431s|  2680k|  1231k|     0 |   0.0 | 507M|  36 |   - |  50 | 268 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
471.18/471.30	c   433s|  2690k|  1235k|     0 |   0.0 | 508M|  36 |   - |  50 | 275 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
473.08/473.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
473.08/473.29	c   434s|  2700k|  1238k|     0 |   0.0 | 510M|  36 |   - |  50 | 257 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
475.08/475.26	c   436s|  2710k|  1241k|     0 |   0.0 | 512M|  36 |   - |  50 | 242 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
477.08/477.20	c   438s|  2720k|  1244k|     0 |   0.0 | 513M|  36 |   - |  50 | 249 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
478.98/479.18	c   440s|  2730k|  1248k|     0 |   0.0 | 515M|  36 |   - |  50 | 265 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
480.98/481.17	c   442s|  2740k|  1251k|     0 |   0.0 | 517M|  36 |   - |  50 | 278 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
482.98/483.17	c   444s|  2750k|  1254k|     0 |   0.0 | 519M|  36 |   - |  50 | 244 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
484.99/485.14	c   445s|  2760k|  1257k|     0 |   0.0 | 520M|  36 |   - |  50 | 255 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
486.97/487.12	c   447s|  2770k|  1260k|     0 |   0.0 | 522M|  36 |   - |  50 | 333 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
489.08/489.22	c   449s|  2780k|  1263k|     0 |   0.0 | 524M|  36 |   - |  50 | 475 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
491.18/491.33	c   451s|  2790k|  1267k|     0 |   0.0 | 526M|  36 |   - |  50 | 427 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
493.18/493.37	c   453s|  2800k|  1270k|     0 |   0.0 | 527M|  36 |   - |  50 | 368 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
495.37/495.50	c   455s|  2810k|  1273k|     0 |   0.0 | 529M|  36 |   - |  50 | 416 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
497.38/497.55	c   457s|  2820k|  1276k|     0 |   0.0 | 531M|  36 |   - |  50 | 416 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
499.47/499.61	c   459s|  2830k|  1279k|     0 |   0.0 | 533M|  36 |   - |  50 | 382 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
501.48/501.69	c   461s|  2840k|  1282k|     0 |   0.0 | 534M|  36 |   - |  50 | 370 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
503.58/503.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.58/503.70	c   463s|  2850k|  1285k|     0 |   0.0 | 536M|  36 |   - |  50 | 343 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
505.67/505.84	c   465s|  2860k|  1288k|     0 |   0.0 | 538M|  36 |   - |  50 | 412 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
507.77/507.91	c   467s|  2870k|  1292k|     0 |   0.0 | 539M|  36 |   - |  50 | 374 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
509.77/509.97	c   468s|  2880k|  1295k|     0 |   0.0 | 541M|  36 |   - |  50 | 368 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
511.88/512.03	c   470s|  2890k|  1298k|     0 |   0.0 | 543M|  36 |   - |  50 | 352 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
513.97/514.13	c   472s|  2900k|  1301k|     0 |   0.0 | 545M|  36 |   - |  50 | 348 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
515.97/516.18	c   474s|  2910k|  1304k|     0 |   0.0 | 546M|  36 |   - |  50 | 349 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
518.16/518.33	c   476s|  2920k|  1307k|     0 |   0.0 | 548M|  36 |   - |  50 | 410 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
520.37/520.50	c   478s|  2930k|  1310k|     0 |   0.0 | 549M|  36 |   - |  50 | 416 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
522.47/522.61	c   480s|  2940k|  1312k|     0 |   0.0 | 551M|  36 |   - |  50 | 416 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
524.58/524.77	c   482s|  2950k|  1315k|     0 |   0.0 | 553M|  36 |   - |  50 | 396 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
526.78/526.91	c   484s|  2960k|  1317k|     0 |   0.0 | 554M|  36 |   - |  50 | 385 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
528.88/529.09	c   486s|  2970k|  1320k|     0 |   0.0 | 556M|  36 |   - |  50 | 426 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
531.08/531.24	c   488s|  2980k|  1322k|     0 |   0.0 | 558M|  36 |   - |  50 | 448 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
533.28/533.50	c   490s|  2990k|  1325k|     0 |   0.0 | 559M|  36 |   - |  50 | 425 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
535.47/535.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
535.47/535.69	c   492s|  3000k|  1327k|     0 |   0.0 | 561M|  36 |   - |  50 | 388 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
537.67/537.90	c   494s|  3010k|  1329k|     0 |   0.0 | 562M|  36 |   - |  50 | 359 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
539.87/540.06	c   496s|  3020k|  1332k|     0 |   0.0 | 564M|  36 |   - |  50 | 415 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
542.07/542.23	c   499s|  3030k|  1334k|     0 |   0.0 | 566M|  36 |   - |  50 | 415 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
544.17/544.34	c   500s|  3040k|  1337k|     0 |   0.0 | 567M|  36 |   - |  50 | 372 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
546.26/546.47	c   502s|  3050k|  1340k|     0 |   0.0 | 569M|  36 |   - |  50 | 407 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
548.46/548.62	c   504s|  3060k|  1342k|     0 |   0.0 | 570M|  36 |   - |  50 | 397 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
550.56/550.77	c   506s|  3070k|  1345k|     0 |   0.0 | 572M|  36 |   - |  50 | 350 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
552.66/552.87	c   508s|  3080k|  1347k|     0 |   0.0 | 574M|  36 |   - |  50 | 341 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
554.86/555.01	c   510s|  3090k|  1350k|     0 |   0.0 | 575M|  36 |   - |  50 | 350 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
556.86/557.08	c   512s|  3100k|  1352k|     0 |   0.0 | 577M|  36 |   - |  50 | 314 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
558.86/559.08	c   514s|  3110k|  1355k|     0 |   0.0 | 579M|  36 |   - |  50 | 345 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
561.06/561.21	c   516s|  3120k|  1358k|     0 |   0.0 | 580M|  36 |   - |  50 | 347 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
563.07/563.29	c   518s|  3130k|  1360k|     0 |   0.0 | 582M|  36 |   - |  50 | 309 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
565.16/565.34	c   520s|  3140k|  1363k|     0 |   0.0 | 583M|  36 |   - |  50 | 330 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
567.26/567.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.26/567.46	c   522s|  3150k|  1366k|     0 |   0.0 | 585M|  36 |   - |  50 | 330 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
569.36/569.52	c   524s|  3160k|  1368k|     0 |   0.0 | 587M|  36 |   - |  50 | 317 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
571.46/571.63	c   526s|  3170k|  1371k|     0 |   0.0 | 588M|  36 |   - |  50 | 355 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
573.56/573.73	c   528s|  3180k|  1373k|     0 |   0.0 | 590M|  36 |   - |  50 | 431 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
575.76/575.96	c   530s|  3190k|  1376k|     0 |   0.0 | 592M|  36 |   - |  50 | 477 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
577.95/578.17	c   532s|  3200k|  1378k|     0 |   0.0 | 593M|  36 |   - |  50 | 435 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
580.16/580.38	c   534s|  3210k|  1380k|     0 |   0.0 | 595M|  36 |   - |  50 | 454 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
582.36/582.52	c   536s|  3220k|  1383k|     0 |   0.0 | 596M|  36 |   - |  50 | 471 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
584.45/584.67	c   538s|  3230k|  1385k|     0 |   0.0 | 598M|  36 |   - |  50 | 446 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
586.75/586.91	c   540s|  3240k|  1388k|     0 |   0.0 | 599M|  36 |   - |  50 | 514 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
588.95/589.18	c   542s|  3250k|  1390k|     0 |   0.0 | 601M|  36 |   - |  50 | 501 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
591.15/591.36	c   544s|  3260k|  1393k|     0 |   0.0 | 603M|  36 |   - |  50 | 436 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
593.35/593.58	c   546s|  3270k|  1395k|     0 |   0.0 | 604M|  36 |   - |  50 | 444 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
595.55/595.79	c   548s|  3280k|  1397k|     0 |   0.0 | 606M|  36 |   - |  50 | 460 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
597.86/598.04	c   550s|  3290k|  1399k|     0 |   0.0 | 607M|  36 |   - |  50 | 549 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
600.15/600.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.15/600.36	c   553s|  3300k|  1401k|     0 |   0.0 | 609M|  36 |   - |  50 | 642 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
602.56/602.74	c   555s|  3310k|  1403k|     0 |   0.0 | 610M|  36 |   - |  50 | 647 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
604.95/605.16	c   557s|  3320k|  1404k|     0 |   0.0 | 611M|  36 |   - |  50 | 631 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
607.34/607.59	c   559s|  3330k|  1406k|     0 |   0.0 | 613M|  36 |   - |  50 | 656 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
609.74/609.95	c   562s|  3340k|  1408k|     0 |   0.0 | 614M|  36 |   - |  50 | 649 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
612.05/612.24	c   564s|  3350k|  1410k|     0 |   0.0 | 616M|  36 |   - |  50 | 670 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
614.45/614.63	c   566s|  3360k|  1411k|     0 |   0.0 | 617M|  36 |   - |  50 | 654 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
616.85/617.04	c   568s|  3370k|  1413k|     0 |   0.0 | 619M|  36 |   - |  50 | 647 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
619.15/619.37	c   570s|  3380k|  1415k|     0 |   0.0 | 620M|  36 |   - |  50 | 596 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
621.55/621.74	c   573s|  3390k|  1417k|     0 |   0.0 | 621M|  36 |   - |  50 | 594 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
623.74/623.98	c   575s|  3400k|  1419k|     0 |   0.0 | 623M|  36 |   - |  50 | 563 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
626.15/626.32	c   577s|  3410k|  1421k|     0 |   0.0 | 624M|  36 |   - |  50 | 554 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
628.35/628.58	c   579s|  3420k|  1423k|     0 |   0.0 | 626M|  36 |   - |  50 | 539 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
630.64/630.88	c   581s|  3430k|  1424k|     0 |   0.0 | 627M|  36 |   - |  50 | 568 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
632.94/633.16	c   583s|  3440k|  1426k|     0 |   0.0 | 629M|  36 |   - |  50 | 537 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
635.14/635.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.14/635.38	c   585s|  3450k|  1428k|     0 |   0.0 | 631M|  36 |   - |  50 | 525 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
637.44/637.67	c   588s|  3460k|  1430k|     0 |   0.0 | 632M|  36 |   - |  50 | 600 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
639.74/639.90	c   590s|  3470k|  1432k|     0 |   0.0 | 634M|  36 |   - |  50 | 669 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
642.04/642.20	c   592s|  3480k|  1434k|     0 |   0.0 | 635M|  36 |   - |  50 | 610 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
644.24/644.48	c   594s|  3490k|  1436k|     0 |   0.0 | 637M|  36 |   - |  50 | 653 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
646.65/646.87	c   596s|  3500k|  1438k|     0 |   0.0 | 638M|  36 |   - |  50 | 691 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
649.14/649.36	c   598s|  3510k|  1439k|     0 |   0.0 | 639M|  36 |   - |  50 | 776 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
651.63/651.81	c   601s|  3520k|  1441k|     0 |   0.0 | 641M|  36 |   - |  50 | 755 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
654.03/654.27	c   603s|  3530k|  1442k|     0 |   0.0 | 642M|  36 |   - |  50 | 837 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
656.55/656.72	c   605s|  3540k|  1444k|     0 |   0.0 | 643M|  36 |   - |  50 | 804 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
658.94/659.15	c   608s|  3550k|  1446k|     0 |   0.0 | 645M|  36 |   - |  50 | 723 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
661.33/661.58	c   610s|  3560k|  1447k|     0 |   0.0 | 646M|  36 |   - |  50 | 788 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
663.94/664.12	c   612s|  3570k|  1448k|     0 |   0.0 | 647M|  36 |   - |  50 | 871 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
666.53/666.77	c   615s|  3580k|  1449k|     0 |   0.0 | 648M|  37 |   - |  50 | 938 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
669.14/669.33	c   617s|  3590k|  1450k|     0 |   0.0 | 649M|  37 |   - |  50 | 972 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
671.73/671.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.73/671.99	c   620s|  3600k|  1451k|     0 |   0.0 | 651M|  37 |   - |  50 | 988 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
674.44/674.60	c   622s|  3610k|  1452k|     0 |   0.0 | 652M|  37 |   - |  50 | 979 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
676.93/677.17	c   625s|  3620k|  1453k|     0 |   0.0 | 653M|  37 |   - |  50 | 954 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
679.43/679.65	c   627s|  3630k|  1455k|     0 |   0.0 | 655M|  37 |   - |  50 | 956 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
681.93/682.11	c   629s|  3640k|  1456k|     0 |   0.0 | 656M|  37 |   - |  50 | 912 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
684.43/684.62	c   632s|  3650k|  1457k|     0 |   0.0 | 657M|  37 |   - |  50 | 977 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
686.83/687.06	c   634s|  3660k|  1459k|     0 |   0.0 | 659M|  37 |   - |  50 |1023 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
689.54/689.75	c   637s|  3670k|  1460k|     0 |   0.0 | 660M|  37 |   - |  50 |1097 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
692.33/692.52	c   639s|  3680k|  1460k|     0 |   0.0 | 661M|  37 |   - |  50 |1128 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
695.12/695.31	c   642s|  3690k|  1461k|     0 |   0.0 | 662M|  37 |   - |  50 |1184 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
698.03/698.27	c   645s|  3700k|  1461k|     0 |   0.0 | 663M|  37 |   - |  50 |1408 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
701.03/701.24	c   647s|  3710k|  1462k|     0 |   0.0 | 664M|  37 |   - |  50 |1460 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
703.83/704.04	c   650s|  3720k|  1462k|     0 |   0.0 | 665M|  37 |   - |  50 |1447 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
707.13/707.36	c   653s|  3730k|  1462k|     0 |   0.0 | 666M|  37 |   - |  50 |1664 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
709.43/709.65	c   655s|  3740k|  1467k|     0 |   0.0 | 668M|  37 |   - |  50 |1076 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
710.93/711.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
710.93/711.12	c   657s|  3750k|  1475k|     0 |   0.0 | 670M|  37 |   - |  50 | 797 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
712.42/712.65	c   658s|  3760k|  1482k|     0 |   0.0 | 672M|  37 |   - |  50 | 873 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
713.93/714.18	c   660s|  3770k|  1489k|     0 |   0.0 | 675M|  37 |   - |  50 | 751 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
715.53/715.73	c   661s|  3780k|  1496k|     0 |   0.0 | 677M|  37 |   - |  50 | 729 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
717.03/717.29	c   662s|  3790k|  1503k|     0 |   0.0 | 679M|  37 |   - |  50 | 723 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
718.63/718.84	c   664s|  3800k|  1510k|     0 |   0.0 | 681M|  37 |   - |  50 | 727 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
720.13/720.37	c   665s|  3810k|  1517k|     0 |   0.0 | 683M|  37 |   - |  50 | 543 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
721.62/721.88	c   667s|  3820k|  1523k|     0 |   0.0 | 686M|  37 |   - |  50 | 618 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
723.22/723.48	c   668s|  3830k|  1530k|     0 |   0.0 | 688M|  37 |   - |  50 | 647 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
724.82/725.05	c   669s|  3840k|  1537k|     0 |   0.0 | 690M|  37 |   - |  50 | 501 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
726.42/726.61	c   671s|  3850k|  1544k|     0 |   0.0 | 692M|  37 |   - |  50 | 512 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
727.93/728.13	c   672s|  3860k|  1551k|     0 |   0.0 | 694M|  37 |   - |  50 | 398 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
729.42/729.66	c   674s|  3870k|  1558k|     0 |   0.0 | 696M|  37 |   - |  50 | 479 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
731.02/731.28	c   675s|  3880k|  1564k|     0 |   0.0 | 699M|  37 |   - |  50 | 588 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
732.72/732.93	c   677s|  3890k|  1571k|     0 |   0.0 | 701M|  37 |   - |  50 | 732 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
734.32/734.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
734.32/734.59	c   678s|  3900k|  1577k|     0 |   0.0 | 703M|  37 |   - |  50 | 677 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
736.02/736.27	c   680s|  3910k|  1584k|     0 |   0.0 | 705M|  37 |   - |  50 | 603 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
737.62/737.88	c   681s|  3920k|  1590k|     0 |   0.0 | 707M|  37 |   - |  50 | 502 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
739.31/739.51	c   683s|  3930k|  1597k|     0 |   0.0 | 709M|  37 |   - |  50 | 606 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
740.92/741.17	c   684s|  3940k|  1603k|     0 |   0.0 | 711M|  37 |   - |  50 | 414 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
742.52/742.74	c   686s|  3950k|  1610k|     0 |   0.0 | 714M|  37 |   - |  50 | 320 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
744.12/744.33	c   687s|  3960k|  1616k|     0 |   0.0 | 716M|  37 |   - |  50 | 514 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
745.82/746.06	c   689s|  3970k|  1623k|     0 |   0.0 | 718M|  37 |   - |  50 | 604 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
747.52/747.72	c   690s|  3980k|  1629k|     0 |   0.0 | 720M|  37 |   - |  50 | 628 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
749.22/749.42	c   692s|  3990k|  1635k|     0 |   0.0 | 722M|  37 |   - |  50 | 688 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
750.92/751.18	c   693s|  4000k|  1642k|     0 |   0.0 | 724M|  37 |   - |  50 | 720 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
752.62/752.89	c   695s|  4010k|  1648k|     0 |   0.0 | 727M|  37 |   - |  50 | 671 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
754.42/754.65	c   697s|  4020k|  1654k|     0 |   0.0 | 729M|  37 |   - |  50 | 699 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
756.11/756.34	c   698s|  4030k|  1661k|     0 |   0.0 | 731M|  37 |   - |  50 | 563 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
757.72/757.99	c   700s|  4040k|  1667k|     0 |   0.0 | 733M|  37 |   - |  50 | 546 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
759.42/759.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.42/759.67	c   701s|  4050k|  1673k|     0 |   0.0 | 735M|  37 |   - |  50 | 545 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
761.21/761.40	c   703s|  4060k|  1679k|     0 |   0.0 | 737M|  37 |   - |  50 | 565 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
762.91/763.12	c   704s|  4070k|  1686k|     0 |   0.0 | 739M|  37 |   - |  50 | 487 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
764.61/764.80	c   706s|  4080k|  1692k|     0 |   0.0 | 742M|  37 |   - |  50 | 333 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
766.22/766.46	c   707s|  4090k|  1698k|     0 |   0.0 | 744M|  37 |   - |  50 | 461 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
767.91/768.14	c   709s|  4100k|  1704k|     0 |   0.0 | 746M|  37 |   - |  50 | 578 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
769.61/769.84	c   710s|  4110k|  1710k|     0 |   0.0 | 748M|  37 |   - |  50 | 726 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
771.41/771.60	c   712s|  4120k|  1716k|     0 |   0.0 | 750M|  37 |   - |  50 | 908 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
773.21/773.40	c   714s|  4130k|  1722k|     0 |   0.0 | 752M|  37 |   - |  50 | 874 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
775.01/775.22	c   715s|  4140k|  1728k|     0 |   0.0 | 755M|  37 |   - |  50 | 992 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
776.81/777.06	c   717s|  4150k|  1734k|     0 |   0.0 | 757M|  37 |   - |  50 | 871 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
778.61/778.89	c   719s|  4160k|  1740k|     0 |   0.0 | 759M|  37 |   - |  50 | 704 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
780.41/780.64	c   720s|  4170k|  1746k|     0 |   0.0 | 761M|  37 |   - |  50 | 602 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
782.11/782.36	c   722s|  4180k|  1752k|     0 |   0.0 | 763M|  37 |   - |  50 | 561 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
783.80/784.05	c   723s|  4190k|  1759k|     0 |   0.0 | 765M|  37 |   - |  50 | 483 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
785.50/785.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
785.50/785.74	c   725s|  4200k|  1765k|     0 |   0.0 | 767M|  37 |   - |  50 | 443 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
787.21/787.42	c   727s|  4210k|  1771k|     0 |   0.0 | 769M|  37 |   - |  50 | 347 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
788.80/789.08	c   728s|  4220k|  1777k|     0 |   0.0 | 771M|  37 |   - |  50 | 319 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
790.41/790.67	c   730s|  4230k|  1783k|     0 |   0.0 | 773M|  37 |   - |  50 | 342 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
792.10/792.31	c   731s|  4240k|  1789k|     0 |   0.0 | 775M|  37 |   - |  50 | 448 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
793.71/793.97	c   733s|  4250k|  1795k|     0 |   0.0 | 778M|  37 |   - |  50 | 470 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
795.31/795.59	c   734s|  4260k|  1801k|     0 |   0.0 | 780M|  37 |   - |  50 | 331 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
797.00/797.23	c   736s|  4270k|  1807k|     0 |   0.0 | 782M|  37 |   - |  50 | 277 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
798.60/798.81	c   737s|  4280k|  1814k|     0 |   0.0 | 784M|  37 |   - |  50 | 283 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
800.31/800.54	c   739s|  4290k|  1819k|     0 |   0.0 | 786M|  37 |   - |  50 | 227 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
802.01/802.23	c   740s|  4300k|  1825k|     0 |   0.0 | 788M|  37 |   - |  50 | 326 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
803.61/803.87	c   742s|  4310k|  1831k|     0 |   0.0 | 790M|  37 |   - |  50 | 223 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
805.30/805.50	c   743s|  4320k|  1837k|     0 |   0.0 | 792M|  37 |   - |  50 | 206 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
806.90/807.14	c   745s|  4330k|  1843k|     0 |   0.0 | 794M|  37 |   - |  50 | 372 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
808.60/808.83	c   746s|  4340k|  1849k|     0 |   0.0 | 796M|  37 |   - |  50 | 361 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
810.30/810.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
810.30/810.56	c   748s|  4350k|  1855k|     0 |   0.0 | 798M|  37 |   - |  50 | 340 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
812.00/812.20	c   749s|  4360k|  1861k|     0 |   0.0 | 800M|  37 |   - |  50 | 275 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
813.70/813.90	c   751s|  4370k|  1867k|     0 |   0.0 | 803M|  37 |   - |  50 | 328 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
815.30/815.59	c   752s|  4380k|  1873k|     0 |   0.0 | 805M|  37 |   - |  50 | 483 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
817.11/817.35	c   754s|  4390k|  1879k|     0 |   0.0 | 807M|  37 |   - |  50 | 552 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
818.80/819.08	c   756s|  4400k|  1884k|     0 |   0.0 | 809M|  37 |   - |  50 | 590 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
820.60/820.86	c   757s|  4410k|  1890k|     0 |   0.0 | 811M|  37 |   - |  50 | 673 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
822.40/822.66	c   759s|  4420k|  1896k|     0 |   0.0 | 813M|  37 |   - |  50 | 644 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
824.29/824.50	c   760s|  4430k|  1902k|     0 |   0.0 | 815M|  37 |   - |  50 | 785 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
826.00/826.26	c   762s|  4440k|  1908k|     0 |   0.0 | 817M|  37 |   - |  50 | 645 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
827.70/827.95	c   764s|  4450k|  1914k|     0 |   0.0 | 819M|  37 |   - |  50 | 539 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
829.50/829.72	c   765s|  4460k|  1920k|     0 |   0.0 | 821M|  37 |   - |  50 | 665 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
831.30/831.51	c   767s|  4470k|  1926k|     0 |   0.0 | 823M|  37 |   - |  50 | 570 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
832.99/833.23	c   768s|  4480k|  1931k|     0 |   0.0 | 825M|  37 |   - |  50 | 492 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
834.71/834.98	c   770s|  4490k|  1937k|     0 |   0.0 | 828M|  37 |   - |  50 | 386 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
836.49/836.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
836.49/836.70	c   772s|  4500k|  1943k|     0 |   0.0 | 830M|  37 |   - |  50 | 248 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
838.10/838.38	c   773s|  4510k|  1949k|     0 |   0.0 | 832M|  37 |   - |  50 | 392 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
839.89/840.10	c   775s|  4520k|  1955k|     0 |   0.0 | 834M|  37 |   - |  50 | 488 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
841.59/841.82	c   776s|  4530k|  1961k|     0 |   0.0 | 836M|  37 |   - |  50 | 416 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
843.30/843.52	c   778s|  4540k|  1967k|     0 |   0.0 | 838M|  37 |   - |  50 | 350 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
844.99/845.22	c   780s|  4550k|  1972k|     0 |   0.0 | 840M|  37 |   - |  50 | 295 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
846.70/846.93	c   781s|  4560k|  1978k|     0 |   0.0 | 842M|  37 |   - |  50 | 317 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
848.39/848.65	c   783s|  4570k|  1984k|     0 |   0.0 | 844M|  37 |   - |  50 | 262 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
850.09/850.37	c   784s|  4580k|  1989k|     0 |   0.0 | 846M|  37 |   - |  50 | 305 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
851.79/852.05	c   786s|  4590k|  1995k|     0 |   0.0 | 848M|  37 |   - |  50 | 318 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
853.49/853.78	c   787s|  4600k|  2001k|     0 |   0.0 | 850M|  37 |   - |  50 | 481 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
855.29/855.59	c   789s|  4610k|  2006k|     0 |   0.0 | 852M|  37 |   - |  50 | 449 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
857.19/857.40	c   791s|  4620k|  2012k|     0 |   0.0 | 854M|  37 |   - |  50 | 379 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
858.90/859.18	c   792s|  4630k|  2017k|     0 |   0.0 | 856M|  37 |   - |  50 | 340 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
860.59/860.88	c   794s|  4640k|  2023k|     0 |   0.0 | 858M|  37 |   - |  50 | 393 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
862.39/862.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.39/862.60	c   795s|  4650k|  2029k|     0 |   0.0 | 860M|  37 |   - |  50 | 312 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
864.09/864.34	c   797s|  4660k|  2034k|     0 |   0.0 | 862M|  37 |   - |  50 | 366 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
865.79/866.04	c   799s|  4670k|  2040k|     0 |   0.0 | 864M|  37 |   - |  50 | 311 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
867.48/867.79	c   800s|  4680k|  2046k|     0 |   0.0 | 866M|  37 |   - |  50 | 202 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
869.29/869.50	c   802s|  4690k|  2051k|     0 |   0.0 | 868M|  37 |   - |  50 | 188 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
870.89/871.13	c   803s|  4700k|  2057k|     0 |   0.0 | 870M|  37 |   - |  50 | 174 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
872.59/872.82	c   805s|  4710k|  2063k|     0 |   0.0 | 872M|  37 |   - |  50 | 205 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
874.29/874.53	c   806s|  4720k|  2069k|     0 |   0.0 | 875M|  37 |   - |  50 | 280 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
875.98/876.29	c   808s|  4730k|  2074k|     0 |   0.0 | 877M|  37 |   - |  50 | 410 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
877.79/878.09	c   810s|  4740k|  2080k|     0 |   0.0 | 879M|  37 |   - |  50 | 354 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
879.49/879.78	c   811s|  4750k|  2085k|     0 |   0.0 | 881M|  37 |   - |  50 | 280 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
881.19/881.46	c   813s|  4760k|  2091k|     0 |   0.0 | 883M|  37 |   - |  50 | 350 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
882.88/883.19	c   814s|  4770k|  2096k|     0 |   0.0 | 885M|  37 |   - |  50 | 464 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
884.69/884.97	c   816s|  4780k|  2102k|     0 |   0.0 | 887M|  37 |   - |  50 | 643 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
886.58/886.88	c   818s|  4790k|  2108k|     0 |   0.0 | 889M|  37 |   - |  50 | 613 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
888.49/888.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
888.49/888.76	c   819s|  4800k|  2113k|     0 |   0.0 | 891M|  37 |   - |  50 | 708 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
890.38/890.60	c   821s|  4810k|  2119k|     0 |   0.0 | 893M|  37 |   - |  50 | 742 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
892.18/892.44	c   823s|  4820k|  2124k|     0 |   0.0 | 895M|  37 |   - |  50 | 741 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
894.09/894.34	c   825s|  4830k|  2130k|     0 |   0.0 | 897M|  37 |   - |  50 | 496 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
895.88/896.12	c   826s|  4840k|  2136k|     0 |   0.0 | 899M|  37 |   - |  50 | 568 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
897.68/897.96	c   828s|  4850k|  2141k|     0 |   0.0 | 901M|  37 |   - |  50 | 531 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
899.49/899.79	c   830s|  4860k|  2147k|     0 |   0.0 | 903M|  37 |   - |  50 | 497 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
901.38/901.63	c   831s|  4870k|  2152k|     0 |   0.0 | 905M|  37 |   - |  50 | 381 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
903.08/903.36	c   833s|  4880k|  2158k|     0 |   0.0 | 907M|  37 |   - |  50 | 339 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
904.78/905.07	c   834s|  4890k|  2163k|     0 |   0.0 | 909M|  37 |   - |  50 | 391 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
906.68/906.91	c   836s|  4900k|  2169k|     0 |   0.0 | 911M|  37 |   - |  50 | 486 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
908.39/908.67	c   838s|  4910k|  2175k|     0 |   0.0 | 913M|  37 |   - |  50 | 451 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
910.17/910.48	c   839s|  4920k|  2180k|     0 |   0.0 | 915M|  37 |   - |  50 | 394 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
911.98/912.20	c   841s|  4930k|  2186k|     0 |   0.0 | 917M|  37 |   - |  50 | 358 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
913.78/914.05	c   843s|  4940k|  2191k|     0 |   0.0 | 919M|  37 |   - |  50 | 357 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
915.68/915.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
915.68/915.91	c   844s|  4950k|  2196k|     0 |   0.0 | 921M|  37 |   - |  50 | 325 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
917.48/917.72	c   846s|  4960k|  2201k|     0 |   0.0 | 923M|  37 |   - |  50 | 318 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
919.28/919.55	c   848s|  4970k|  2207k|     0 |   0.0 | 925M|  37 |   - |  50 | 338 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
921.18/921.42	c   850s|  4980k|  2212k|     0 |   0.0 | 927M|  37 |   - |  50 | 464 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
922.97/923.29	c   851s|  4990k|  2217k|     0 |   0.0 | 929M|  37 |   - |  50 | 567 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
924.88/925.18	c   853s|  5000k|  2222k|     0 |   0.0 | 931M|  37 |   - |  50 | 410 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
926.67/926.92	c   855s|  5010k|  2228k|     0 |   0.0 | 933M|  37 |   - |  50 | 361 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
928.47/928.75	c   856s|  5020k|  2233k|     0 |   0.0 | 935M|  37 |   - |  50 | 338 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
930.27/930.51	c   858s|  5030k|  2238k|     0 |   0.0 | 937M|  37 |   - |  50 | 311 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
932.08/932.31	c   860s|  5040k|  2244k|     0 |   0.0 | 939M|  37 |   - |  50 | 277 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
933.77/934.05	c   861s|  5050k|  2249k|     0 |   0.0 | 941M|  37 |   - |  50 | 290 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
935.57/935.84	c   863s|  5060k|  2254k|     0 |   0.0 | 943M|  37 |   - |  50 | 277 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
937.37/937.63	c   864s|  5070k|  2260k|     0 |   0.0 | 945M|  37 |   - |  50 | 256 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
939.18/939.45	c   866s|  5080k|  2265k|     0 |   0.0 | 947M|  37 |   - |  50 | 280 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
940.97/941.23	c   868s|  5090k|  2270k|     0 |   0.0 | 949M|  37 |   - |  50 | 428 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
942.86/943.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
942.86/943.13	c   870s|  5100k|  2276k|     0 |   0.0 | 951M|  37 |   - |  50 | 428 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
944.77/945.00	c   871s|  5110k|  2281k|     0 |   0.0 | 953M|  37 |   - |  50 | 463 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
946.47/946.77	c   873s|  5120k|  2286k|     0 |   0.0 | 955M|  37 |   - |  50 | 289 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
948.27/948.54	c   875s|  5130k|  2292k|     0 |   0.0 | 957M|  37 |   - |  50 | 328 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
950.17/950.42	c   876s|  5140k|  2297k|     0 |   0.0 | 959M|  37 |   - |  50 | 312 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
951.86/952.18	c   878s|  5150k|  2302k|     0 |   0.0 | 961M|  37 |   - |  50 | 315 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
953.77/954.01	c   880s|  5160k|  2308k|     0 |   0.0 | 963M|  37 |   - |  50 | 282 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
955.47/955.78	c   881s|  5170k|  2313k|     0 |   0.0 | 965M|  37 |   - |  50 | 297 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
957.27/957.52	c   883s|  5180k|  2318k|     0 |   0.0 | 967M|  37 |   - |  50 | 328 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
959.07/959.37	c   884s|  5190k|  2323k|     0 |   0.0 | 969M|  37 |   - |  50 | 308 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
960.87/961.17	c   886s|  5200k|  2329k|     0 |   0.0 | 971M|  37 |   - |  50 | 290 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
962.66/962.99	c   888s|  5210k|  2334k|     0 |   0.0 | 973M|  37 |   - |  50 | 248 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
964.56/964.80	c   889s|  5220k|  2339k|     0 |   0.0 | 975M|  37 |   - |  50 | 251 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
966.37/966.61	c   891s|  5230k|  2345k|     0 |   0.0 | 977M|  37 |   - |  50 | 260 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
968.16/968.44	c   893s|  5240k|  2350k|     0 |   0.0 | 979M|  37 |   - |  50 | 273 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
969.97/970.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
969.97/970.29	c   895s|  5250k|  2355k|     0 |   0.0 | 981M|  37 |   - |  50 | 352 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
971.86/972.10	c   896s|  5260k|  2361k|     0 |   0.0 | 983M|  37 |   - |  50 | 389 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
973.56/973.86	c   898s|  5270k|  2366k|     0 |   0.0 | 985M|  37 |   - |  50 | 325 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
975.37/975.63	c   899s|  5280k|  2371k|     0 |   0.0 | 987M|  37 |   - |  50 | 504 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
977.27/977.53	c   901s|  5290k|  2377k|     0 |   0.0 | 989M|  37 |   - |  50 | 593 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
979.26/979.51	c   903s|  5300k|  2382k|     0 |   0.0 | 991M|  37 |   - |  50 | 700 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
981.16/981.46	c   905s|  5310k|  2387k|     0 |   0.0 | 993M|  37 |   - |  50 | 752 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
983.17/983.41	c   907s|  5320k|  2392k|     0 |   0.0 | 995M|  37 |   - |  50 | 904 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
985.06/985.38	c   908s|  5330k|  2398k|     0 |   0.0 | 997M|  37 |   - |  50 | 806 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
987.06/987.33	c   910s|  5340k|  2403k|     0 |   0.0 | 999M|  37 |   - |  50 | 663 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
988.96/989.24	c   912s|  5350k|  2408k|     0 |   0.0 |1001M|  37 |   - |  50 | 755 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
990.96/991.20	c   914s|  5360k|  2413k|     0 |   0.0 |1003M|  37 |   - |  50 | 599 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
992.86/993.10	c   916s|  5370k|  2419k|     0 |   0.0 |1005M|  37 |   - |  50 | 477 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
994.76/995.00	c   917s|  5380k|  2424k|     0 |   0.0 |1007M|  37 |   - |  50 | 362 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
996.56/996.85	c   919s|  5390k|  2429k|     0 |   0.0 |1009M|  37 |   - |  50 | 337 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
998.47/998.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
998.47/998.71	c   921s|  5400k|  2434k|     0 |   0.0 |1011M|  37 |   - |  50 | 532 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1000.36/1000.62	c   923s|  5410k|  2440k|     0 |   0.0 |1013M|  37 |   - |  50 | 553 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1002.26/1002.53	c   924s|  5420k|  2445k|     0 |   0.0 |1015M|  37 |   - |  50 | 498 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1004.15/1004.47	c   926s|  5430k|  2450k|     0 |   0.0 |1017M|  37 |   - |  50 | 395 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1006.16/1006.45	c   928s|  5440k|  2455k|     0 |   0.0 |1019M|  37 |   - |  50 | 403 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1008.06/1008.37	c   930s|  5450k|  2460k|     0 |   0.0 |1021M|  37 |   - |  50 | 394 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1010.06/1010.34	c   932s|  5460k|  2464k|     0 |   0.0 |1023M|  37 |   - |  50 | 403 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1011.95/1012.21	c   933s|  5470k|  2469k|     0 |   0.0 |1025M|  37 |   - |  50 | 413 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1013.86/1014.14	c   935s|  5480k|  2474k|     0 |   0.0 |1027M|  37 |   - |  50 | 523 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1015.85/1016.13	c   937s|  5490k|  2479k|     0 |   0.0 |1029M|  37 |   - |  50 | 451 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1017.85/1018.10	c   939s|  5500k|  2484k|     0 |   0.0 |1031M|  37 |   - |  50 | 422 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1019.65/1019.94	c   941s|  5510k|  2489k|     0 |   0.0 |1033M|  37 |   - |  50 | 457 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1021.56/1021.88	c   942s|  5520k|  2494k|     0 |   0.0 |1035M|  37 |   - |  50 | 474 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1023.55/1023.81	c   944s|  5530k|  2498k|     0 |   0.0 |1037M|  37 |   - |  50 | 441 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1025.45/1025.70	c   946s|  5540k|  2503k|     0 |   0.0 |1039M|  37 |   - |  50 | 340 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1027.25/1027.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1027.25/1027.56	c   948s|  5550k|  2508k|     0 |   0.0 |1041M|  37 |   - |  50 | 317 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1029.05/1029.36	c   949s|  5560k|  2513k|     0 |   0.0 |1043M|  37 |   - |  50 | 285 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1030.95/1031.23	c   951s|  5570k|  2518k|     0 |   0.0 |1044M|  37 |   - |  50 | 391 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1032.84/1033.14	c   953s|  5580k|  2523k|     0 |   0.0 |1046M|  37 |   - |  50 | 473 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1034.75/1035.07	c   955s|  5590k|  2528k|     0 |   0.0 |1048M|  37 |   - |  50 | 497 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1036.75/1037.02	c   956s|  5600k|  2533k|     0 |   0.0 |1050M|  37 |   - |  50 | 417 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1038.55/1038.83	c   958s|  5610k|  2537k|     0 |   0.0 |1052M|  37 |   - |  50 | 425 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1040.36/1040.65	c   960s|  5620k|  2542k|     0 |   0.0 |1054M|  37 |   - |  50 | 424 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1042.15/1042.47	c   961s|  5630k|  2547k|     0 |   0.0 |1056M|  37 |   - |  50 | 411 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1044.04/1044.35	c   963s|  5640k|  2552k|     0 |   0.0 |1058M|  37 |   - |  50 | 328 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1045.94/1046.22	c   965s|  5650k|  2557k|     0 |   0.0 |1060M|  37 |   - |  50 | 284 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1047.84/1048.11	c   967s|  5660k|  2562k|     0 |   0.0 |1062M|  37 |   - |  50 | 264 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1049.64/1049.93	c   968s|  5670k|  2567k|     0 |   0.0 |1064M|  37 |   - |  50 | 259 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1051.44/1051.79	c   970s|  5680k|  2572k|     0 |   0.0 |1066M|  37 |   - |  50 | 293 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1053.35/1053.63	c   972s|  5690k|  2577k|     0 |   0.0 |1068M|  37 |   - |  50 | 288 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1055.04/1055.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1055.04/1055.39	c   973s|  5700k|  2583k|     0 |   0.0 |1070M|  37 |   - |  50 | 265 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1056.94/1057.24	c   975s|  5710k|  2588k|     0 |   0.0 |1072M|  37 |   - |  50 | 282 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1058.74/1059.05	c   977s|  5720k|  2593k|     0 |   0.0 |1074M|  37 |   - |  50 | 290 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1060.64/1060.90	c   978s|  5730k|  2598k|     0 |   0.0 |1076M|  37 |   - |  50 | 354 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1062.54/1062.80	c   980s|  5740k|  2603k|     0 |   0.0 |1078M|  37 |   - |  50 | 390 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1064.34/1064.68	c   982s|  5750k|  2608k|     0 |   0.0 |1080M|  37 |   - |  50 | 346 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1066.24/1066.55	c   984s|  5760k|  2613k|     0 |   0.0 |1082M|  37 |   - |  50 | 324 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1068.15/1068.40	c   985s|  5770k|  2618k|     0 |   0.0 |1083M|  37 |   - |  50 | 298 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1069.95/1070.28	c   987s|  5780k|  2623k|     0 |   0.0 |1085M|  37 |   - |  50 | 250 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1071.84/1072.15	c   989s|  5790k|  2628k|     0 |   0.0 |1087M|  37 |   - |  50 | 260 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1073.64/1073.95	c   990s|  5800k|  2633k|     0 |   0.0 |1089M|  37 |   - |  50 | 219 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1075.44/1075.78	c   992s|  5810k|  2639k|     0 |   0.0 |1091M|  37 |   - |  50 | 182 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1077.24/1077.53	c   994s|  5820k|  2644k|     0 |   0.0 |1093M|  37 |   - |  50 | 220 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1079.03/1079.30	c   995s|  5830k|  2649k|     0 |   0.0 |1095M|  37 |   - |  50 | 239 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1080.74/1081.04	c   997s|  5840k|  2654k|     0 |   0.0 |1097M|  37 |   - |  50 | 207 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1082.54/1082.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1082.54/1082.81	c   999s|  5850k|  2659k|     0 |   0.0 |1099M|  37 |   - |  50 | 189 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1084.35/1084.64	c  1000s|  5860k|  2664k|     0 |   0.0 |1101M|  37 |   - |  50 | 227 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1086.14/1086.41	c  1002s|  5870k|  2670k|     0 |   0.0 |1103M|  37 |   - |  50 | 207 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1087.83/1088.19	c  1004s|  5880k|  2675k|     0 |   0.0 |1105M|  37 |   - |  50 | 249 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1089.74/1090.01	c  1005s|  5890k|  2680k|     0 |   0.0 |1107M|  37 |   - |  50 | 264 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1091.53/1091.83	c  1007s|  5900k|  2685k|     0 |   0.0 |1109M|  37 |   - |  50 | 213 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1093.33/1093.63	c  1009s|  5910k|  2690k|     0 |   0.0 |1111M|  37 |   - |  50 | 242 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1095.14/1095.45	c  1010s|  5920k|  2695k|     0 |   0.0 |1113M|  37 |   - |  50 | 240 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1097.04/1097.38	c  1012s|  5930k|  2700k|     0 |   0.0 |1115M|  37 |   - |  50 | 211 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1098.83/1099.15	c  1014s|  5940k|  2705k|     0 |   0.0 |1117M|  37 |   - |  50 | 184 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1100.64/1100.98	c  1015s|  5950k|  2710k|     0 |   0.0 |1119M|  37 |   - |  50 | 180 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1102.53/1102.83	c  1017s|  5960k|  2715k|     0 |   0.0 |1120M|  37 |   - |  50 | 263 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1104.33/1104.69	c  1019s|  5970k|  2720k|     0 |   0.0 |1122M|  37 |   - |  50 | 287 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1106.24/1106.51	c  1020s|  5980k|  2725k|     0 |   0.0 |1124M|  37 |   - |  50 | 321 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1108.03/1108.36	c  1022s|  5990k|  2730k|     0 |   0.0 |1126M|  37 |   - |  50 | 470 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1110.03/1110.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.03/1110.31	c  1024s|  6000k|  2735k|     0 |   0.0 |1128M|  37 |   - |  50 | 529 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1111.84/1112.16	c  1026s|  6010k|  2740k|     0 |   0.0 |1130M|  37 |   - |  50 | 482 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1113.73/1114.07	c  1027s|  6020k|  2745k|     0 |   0.0 |1132M|  37 |   - |  50 | 564 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1115.83/1116.17	c  1029s|  6030k|  2750k|     0 |   0.0 |1134M|  37 |   - |  50 | 482 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1117.83/1118.15	c  1031s|  6040k|  2755k|     0 |   0.0 |1136M|  37 |   - |  50 | 393 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1119.62/1119.99	c  1033s|  6050k|  2760k|     0 |   0.0 |1138M|  37 |   - |  50 | 385 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1121.53/1121.86	c  1035s|  6060k|  2765k|     0 |   0.0 |1140M|  37 |   - |  50 | 379 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1123.43/1123.74	c  1036s|  6070k|  2770k|     0 |   0.0 |1142M|  37 |   - |  50 | 448 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1125.33/1125.67	c  1038s|  6080k|  2775k|     0 |   0.0 |1144M|  37 |   - |  50 | 439 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1127.24/1127.55	c  1040s|  6090k|  2780k|     0 |   0.0 |1146M|  37 |   - |  50 | 355 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1129.13/1129.42	c  1042s|  6100k|  2785k|     0 |   0.0 |1148M|  37 |   - |  50 | 393 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1131.03/1131.30	c  1043s|  6110k|  2790k|     0 |   0.0 |1150M|  37 |   - |  50 | 348 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1132.93/1133.21	c  1045s|  6120k|  2794k|     0 |   0.0 |1152M|  37 |   - |  50 | 367 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1134.72/1135.08	c  1047s|  6130k|  2799k|     0 |   0.0 |1153M|  37 |   - |  50 | 370 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1136.72/1137.06	c  1049s|  6140k|  2803k|     0 |   0.0 |1155M|  37 |   - |  50 | 531 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1138.72/1139.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1138.72/1139.09	c  1050s|  6150k|  2808k|     0 |   0.0 |1157M|  37 |   - |  50 | 501 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1140.82/1141.13	c  1052s|  6160k|  2812k|     0 |   0.0 |1159M|  37 |   - |  50 | 387 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1142.72/1143.00	c  1054s|  6170k|  2817k|     0 |   0.0 |1161M|  37 |   - |  50 | 433 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1144.62/1144.92	c  1056s|  6180k|  2822k|     0 |   0.0 |1163M|  37 |   - |  50 | 341 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1146.52/1146.88	c  1058s|  6190k|  2826k|     0 |   0.0 |1165M|  37 |   - |  50 | 402 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1148.62/1148.90	c  1060s|  6200k|  2831k|     0 |   0.0 |1167M|  37 |   - |  50 | 328 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1150.53/1150.83	c  1061s|  6210k|  2835k|     0 |   0.0 |1169M|  37 |   - |  50 | 352 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1152.32/1152.68	c  1063s|  6220k|  2840k|     0 |   0.0 |1171M|  37 |   - |  50 | 327 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1154.22/1154.58	c  1065s|  6230k|  2845k|     0 |   0.0 |1172M|  37 |   - |  50 | 404 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1156.31/1156.60	c  1067s|  6240k|  2849k|     0 |   0.0 |1174M|  37 |   - |  50 | 493 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1158.32/1158.65	c  1069s|  6250k|  2854k|     0 |   0.0 |1176M|  37 |   - |  50 | 500 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1160.23/1160.55	c  1070s|  6260k|  2859k|     0 |   0.0 |1178M|  37 |   - |  50 | 350 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1162.22/1162.51	c  1072s|  6270k|  2863k|     0 |   0.0 |1180M|  37 |   - |  50 | 362 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1164.22/1164.55	c  1074s|  6280k|  2868k|     0 |   0.0 |1182M|  37 |   - |  50 | 354 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1166.22/1166.55	c  1076s|  6290k|  2872k|     0 |   0.0 |1184M|  37 |   - |  50 | 374 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1168.11/1168.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1168.11/1168.49	c  1078s|  6300k|  2877k|     0 |   0.0 |1186M|  37 |   - |  50 | 331 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1170.03/1170.35	c  1079s|  6310k|  2881k|     0 |   0.0 |1188M|  37 |   - |  50 | 279 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1171.91/1172.23	c  1081s|  6320k|  2886k|     0 |   0.0 |1190M|  37 |   - |  50 | 363 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1173.92/1174.22	c  1083s|  6330k|  2891k|     0 |   0.0 |1191M|  37 |   - |  50 | 369 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
1175.92/1176.20	c  1085s|  6340k|  2895k|     0 |   0.0 |1193M|  37 |   - |  50 | 322 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1177.82/1178.11	c  1087s|  6350k|  2900k|     0 |   0.0 |1195M|  37 |   - |  50 | 328 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1179.62/1179.97	c  1088s|  6360k|  2905k|     0 |   0.0 |1197M|  37 |   - |  50 | 250 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1181.61/1181.93	c  1090s|  6370k|  2909k|     0 |   0.0 |1199M|  37 |   - |  50 | 324 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1183.51/1183.88	c  1092s|  6380k|  2914k|     0 |   0.0 |1201M|  37 |   - |  50 | 362 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
1185.52/1185.88	c  1094s|  6390k|  2918k|     0 |   0.0 |1203M|  37 |   - |  50 | 365 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
1187.51/1187.87	c  1096s|  6400k|  2923k|     0 |   0.0 |1205M|  37 |   - |  50 | 356 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
1189.52/1189.81	c  1097s|  6410k|  2928k|     0 |   0.0 |1207M|  37 |   - |  50 | 332 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1191.41/1191.77	c  1099s|  6420k|  2932k|     0 |   0.0 |1208M|  37 |   - |  50 | 349 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1193.31/1193.69	c  1101s|  6430k|  2937k|     0 |   0.0 |1210M|  37 |   - |  50 | 275 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
1195.21/1195.55	c  1103s|  6440k|  2942k|     0 |   0.0 |1212M|  37 |   - |  50 | 291 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
1197.11/1197.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1197.11/1197.46	c  1104s|  6450k|  2947k|     0 |   0.0 |1214M|  37 |   - |  50 | 277 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
1199.01/1199.31	c  1106s|  6460k|  2951k|     0 |   0.0 |1216M|  37 |   - |  50 | 260 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1200.81/1201.15	c  1108s|  6470k|  2956k|     0 |   0.0 |1218M|  37 |   - |  50 | 282 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1202.71/1203.08	c  1110s|  6480k|  2961k|     0 |   0.0 |1220M|  37 |   - |  50 | 207 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1204.71/1205.01	c  1111s|  6490k|  2966k|     0 |   0.0 |1222M|  37 |   - |  50 | 228 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1206.50/1206.83	c  1113s|  6500k|  2970k|     0 |   0.0 |1224M|  37 |   - |  50 | 204 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
1208.41/1208.72	c  1115s|  6510k|  2975k|     0 |   0.0 |1226M|  37 |   - |  50 | 196 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
1210.21/1210.58	c  1117s|  6520k|  2980k|     0 |   0.0 |1227M|  37 |   - |  50 | 248 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
1212.11/1212.43	c  1118s|  6530k|  2985k|     0 |   0.0 |1229M|  37 |   - |  50 | 218 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
1214.01/1214.38	c  1120s|  6540k|  2989k|     0 |   0.0 |1231M|  37 |   - |  50 | 253 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
1215.91/1216.27	c  1122s|  6550k|  2994k|     0 |   0.0 |1233M|  37 |   - |  50 | 275 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1217.81/1218.11	c  1123s|  6560k|  2999k|     0 |   0.0 |1235M|  37 |   - |  50 | 218 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1219.71/1220.02	c  1125s|  6570k|  3003k|     0 |   0.0 |1237M|  37 |   - |  50 | 223 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1221.60/1221.94	c  1127s|  6580k|  3008k|     0 |   0.0 |1239M|  37 |   - |  50 | 257 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1223.50/1223.89	c  1129s|  6590k|  3012k|     0 |   0.0 |1241M|  37 |   - |  50 | 301 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
1225.51/1225.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1225.51/1225.82	c  1131s|  6600k|  3017k|     0 |   0.0 |1243M|  37 |   - |  50 | 335 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1227.40/1227.78	c  1132s|  6610k|  3022k|     0 |   0.0 |1245M|  37 |   - |  50 | 383 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1229.41/1229.78	c  1134s|  6620k|  3026k|     0 |   0.0 |1246M|  37 |   - |  50 | 310 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1231.41/1231.72	c  1136s|  6630k|  3031k|     0 |   0.0 |1248M|  37 |   - |  50 | 318 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1233.40/1233.77	c  1138s|  6640k|  3035k|     0 |   0.0 |1250M|  37 |   - |  50 | 300 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
1235.40/1235.70	c  1140s|  6650k|  3040k|     0 |   0.0 |1252M|  37 |   - |  50 | 353 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
1237.30/1237.64	c  1142s|  6660k|  3044k|     0 |   0.0 |1254M|  37 |   - |  50 | 269 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
1239.20/1239.51	c  1143s|  6670k|  3049k|     0 |   0.0 |1256M|  37 |   - |  50 | 295 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1241.20/1241.51	c  1145s|  6680k|  3054k|     0 |   0.0 |1258M|  37 |   - |  50 | 333 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1243.10/1243.47	c  1147s|  6690k|  3058k|     0 |   0.0 |1260M|  37 |   - |  50 | 315 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1245.00/1245.34	c  1149s|  6700k|  3063k|     0 |   0.0 |1262M|  37 |   - |  50 | 352 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
1246.90/1247.26	c  1150s|  6710k|  3067k|     0 |   0.0 |1263M|  37 |   - |  50 | 228 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
1248.79/1249.19	c  1152s|  6720k|  3072k|     0 |   0.0 |1265M|  37 |   - |  50 | 269 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
1250.90/1251.26	c  1154s|  6730k|  3077k|     0 |   0.0 |1267M|  37 |   - |  50 | 312 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
1252.80/1253.16	c  1156s|  6740k|  3081k|     0 |   0.0 |1269M|  37 |   - |  50 | 280 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
1254.81/1255.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1254.81/1255.11	c  1158s|  6750k|  3086k|     0 |   0.0 |1271M|  37 |   - |  50 | 216 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
1256.60/1256.98	c  1159s|  6760k|  3090k|     0 |   0.0 |1273M|  37 |   - |  50 | 230 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
1258.60/1258.90	c  1161s|  6770k|  3095k|     0 |   0.0 |1275M|  37 |   - |  50 | 241 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
1260.40/1260.75	c  1163s|  6780k|  3100k|     0 |   0.0 |1277M|  37 |   - |  50 | 235 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
1262.30/1262.68	c  1165s|  6790k|  3104k|     0 |   0.0 |1279M|  37 |   - |  50 | 244 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1264.30/1264.61	c  1166s|  6800k|  3109k|     0 |   0.0 |1280M|  37 |   - |  50 | 271 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1266.19/1266.56	c  1168s|  6810k|  3113k|     0 |   0.0 |1282M|  37 |   - |  50 | 298 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1268.09/1268.45	c  1170s|  6820k|  3118k|     0 |   0.0 |1284M|  37 |   - |  50 | 294 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
1270.00/1270.36	c  1172s|  6830k|  3123k|     0 |   0.0 |1286M|  37 |   - |  50 | 248 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
1272.09/1272.42	c  1174s|  6840k|  3127k|     0 |   0.0 |1288M|  37 |   - |  50 | 267 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
1273.99/1274.34	c  1175s|  6850k|  3132k|     0 |   0.0 |1290M|  37 |   - |  50 | 242 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
1275.89/1276.28	c  1177s|  6860k|  3137k|     0 |   0.0 |1292M|  37 |   - |  50 | 221 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
1277.80/1278.14	c  1179s|  6870k|  3141k|     0 |   0.0 |1294M|  37 |   - |  50 | 168 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1279.59/1279.99	c  1181s|  6880k|  3146k|     0 |   0.0 |1295M|  37 |   - |  50 | 218 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1281.49/1281.86	c  1182s|  6890k|  3151k|     0 |   0.0 |1297M|  37 |   - |  50 | 251 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1283.49/1283.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1283.49/1283.84	c  1184s|  6900k|  3155k|     0 |   0.0 |1299M|  37 |   - |  50 | 392 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1285.49/1285.89	c  1186s|  6910k|  3160k|     0 |   0.0 |1301M|  37 |   - |  50 | 322 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
1287.49/1287.88	c  1188s|  6920k|  3164k|     0 |   0.0 |1303M|  37 |   - |  50 | 525 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
1289.49/1289.87	c  1190s|  6930k|  3169k|     0 |   0.0 |1305M|  37 |   - |  50 | 482 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
1291.59/1291.93	c  1192s|  6940k|  3173k|     0 |   0.0 |1307M|  37 |   - |  50 | 444 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
1293.59/1293.99	c  1194s|  6950k|  3178k|     0 |   0.0 |1309M|  37 |   - |  50 | 402 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
1295.69/1296.01	c  1196s|  6960k|  3182k|     0 |   0.0 |1311M|  37 |   - |  50 | 258 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
1297.59/1297.97	c  1197s|  6970k|  3186k|     0 |   0.0 |1312M|  37 |   - |  50 | 258 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
1299.59/1299.94	c  1199s|  6980k|  3190k|     0 |   0.0 |1314M|  37 |   - |  50 | 281 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1301.58/1301.93	c  1201s|  6990k|  3194k|     0 |   0.0 |1316M|  37 |   - |  50 | 265 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1303.49/1303.89	c  1203s|  7000k|  3199k|     0 |   0.0 |1318M|  37 |   - |  50 | 284 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1305.48/1305.85	c  1205s|  7010k|  3203k|     0 |   0.0 |1320M|  37 |   - |  50 | 331 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1307.59/1307.95	c  1207s|  7020k|  3207k|     0 |   0.0 |1322M|  37 |   - |  50 | 324 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
1309.69/1310.07	c  1209s|  7030k|  3211k|     0 |   0.0 |1323M|  37 |   - |  50 | 545 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
1311.89/1312.29	c  1211s|  7040k|  3215k|     0 |   0.0 |1325M|  37 |   - |  50 | 487 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1314.09/1314.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1314.09/1314.40	c  1213s|  7050k|  3219k|     0 |   0.0 |1327M|  37 |   - |  50 | 436 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1316.29/1316.64	c  1215s|  7060k|  3223k|     0 |   0.0 |1329M|  37 |   - |  50 | 469 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
1318.28/1318.69	c  1217s|  7070k|  3227k|     0 |   0.0 |1331M|  37 |   - |  50 | 482 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
1320.48/1320.81	c  1219s|  7080k|  3231k|     0 |   0.0 |1333M|  37 |   - |  50 | 470 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
1322.48/1322.89	c  1221s|  7090k|  3235k|     0 |   0.0 |1334M|  37 |   - |  50 | 467 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
1324.58/1324.96	c  1222s|  7100k|  3239k|     0 |   0.0 |1336M|  37 |   - |  50 | 403 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
1326.68/1327.08	c  1224s|  7110k|  3243k|     0 |   0.0 |1338M|  37 |   - |  50 | 426 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
1328.88/1329.20	c  1226s|  7120k|  3247k|     0 |   0.0 |1340M|  37 |   - |  50 | 498 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
1330.98/1331.39	c  1228s|  7130k|  3251k|     0 |   0.0 |1342M|  37 |   - |  50 | 486 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
1333.17/1333.58	c  1230s|  7140k|  3256k|     0 |   0.0 |1344M|  37 |   - |  50 | 419 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
1335.28/1335.61	c  1232s|  7150k|  3260k|     0 |   0.0 |1345M|  37 |   - |  50 | 438 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
1337.38/1337.75	c  1234s|  7160k|  3264k|     0 |   0.0 |1347M|  37 |   - |  50 | 452 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
1339.38/1339.76	c  1236s|  7170k|  3268k|     0 |   0.0 |1349M|  37 |   - |  50 | 394 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
1341.47/1341.87	c  1238s|  7180k|  3272k|     0 |   0.0 |1351M|  37 |   - |  50 | 375 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
1343.58/1343.95	c  1240s|  7190k|  3276k|     0 |   0.0 |1353M|  37 |   - |  50 | 338 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
1345.58/1345.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1345.58/1345.94	c  1242s|  7200k|  3280k|     0 |   0.0 |1355M|  37 |   - |  50 | 408 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
1347.67/1348.06	c  1244s|  7210k|  3284k|     0 |   0.0 |1356M|  37 |   - |  50 | 365 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
1349.57/1349.94	c  1246s|  7220k|  3288k|     0 |   0.0 |1358M|  37 |   - |  50 | 325 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
1349.88/1350.21	c (node 7221359) switching to memory saving mode (mem: 1296.0M/1620.0M)
1353.08/1353.47	c  1249s|  7230k|  3286k|     0 |   0.0 |1356M|  46 |   - |  50 | 371 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
1355.98/1356.34	c  1252s|  7240k|  3283k|     0 |   0.0 |1354M|  47 |   - |  50 | 501 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
1359.07/1359.44	c  1254s|  7250k|  3280k|     0 |   0.0 |1351M|  47 |   - |  50 | 629 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
1362.27/1362.68	c  1258s|  7260k|  3277k|     0 |   0.0 |1349M|  47 |   - |  50 | 706 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
1365.78/1366.14	c  1261s|  7270k|  3273k|     0 |   0.0 |1345M|  47 |   - |  50 | 830 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
1369.27/1369.68	c  1264s|  7280k|  3270k|     0 |   0.0 |1342M|  47 |   - |  50 | 953 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
1372.87/1373.27	c  1267s|  7290k|  3267k|     0 |   0.0 |1340M|  47 |   - |  50 |1109 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
1376.57/1376.97	c  1271s|  7300k|  3265k|     0 |   0.0 |1338M|  47 |   - |  50 |1343 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
1380.67/1381.06	c  1275s|  7310k|  3262k|     0 |   0.0 |1336M|  47 |   - |  50 |1573 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
1385.07/1385.40	c  1279s|  7320k|  3259k|     0 |   0.0 |1334M|  47 |   - |  50 |1766 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
1389.67/1390.05	c  1283s|  7330k|  3256k|     0 |   0.0 |1332M|  47 |   - |  50 |1985 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
1394.66/1395.04	c  1288s|  7340k|  3253k|     0 |   0.0 |1330M|  47 |   - |  50 |2222 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
1399.97/1400.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1399.97/1400.33	c  1293s|  7350k|  3251k|     0 |   0.0 |1328M|  47 |   - |  50 |2399 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 |      --      |    Inf 
1405.47/1405.87	c  1299s|  7360k|  3248k|     0 |   0.0 |1326M|  47 |   - |  50 |2569 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
1411.26/1411.62	c  1304s|  7370k|  3246k|     0 |   0.0 |1324M|  47 |   - |  50 |2779 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
1417.47/1417.90	c  1310s|  7380k|  3243k|     0 |   0.0 |1322M|  47 |   - |  50 |2978 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 |      --      |    Inf 
1423.96/1424.36	c  1316s|  7390k|  3240k|     0 |   0.0 |1321M|  47 |   - |  50 |3096 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
1430.66/1431.10	c  1323s|  7400k|  3238k|     0 |   0.0 |1319M|  47 |   - |  50 |3309 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 |      --      |    Inf 
1437.96/1438.35	c  1330s|  7410k|  3235k|     0 |   0.0 |1316M|  47 |   - |  50 |3561 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 |      --      |    Inf 
1446.16/1446.56	c  1338s|  7420k|  3233k|     0 |   0.0 |1314M|  47 |   - |  50 |3873 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 |      --      |    Inf 
1453.55/1453.99	c  1345s|  7430k|  3230k|     0 |   0.0 |1313M|  47 |   - |  50 |4093 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
1461.14/1461.55	c  1353s|  7440k|  3228k|     0 |   0.0 |1311M|  47 |   - |  50 |4197 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 |      --      |    Inf 
1468.95/1469.32	c  1360s|  7450k|  3226k|     0 |   0.0 |1309M|  47 |   - |  50 |4160 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 |      --      |    Inf 
1477.05/1477.40	c  1368s|  7460k|  3224k|     0 |   0.0 |1308M|  47 |   - |  50 |4274 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 |      --      |    Inf 
1485.94/1486.33	c  1377s|  7470k|  3221k|     0 |   0.0 |1306M|  47 |   - |  50 |4512 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 |      --      |    Inf 
1495.74/1496.13	c  1386s|  7480k|  3219k|     0 |   0.0 |1304M|  47 |   - |  50 |4666 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
1505.33/1505.72	c  1396s|  7490k|  3216k|     0 |   0.0 |1302M|  47 |   - |  50 |4853 |   0 |   0 |   0 | 548k|   0 | 0.000000e+00 |      --      |    Inf 
1516.33/1516.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1516.33/1516.79	c  1406s|  7500k|  3214k|     0 |   0.0 |1299M|  47 |   - |  50 |5006 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 |      --      |    Inf 
1527.83/1528.29	c  1418s|  7510k|  3211k|     0 |   0.0 |1297M|  47 |   - |  50 |5177 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 |      --      |    Inf 
1540.03/1540.49	c  1430s|  7520k|  3208k|     0 |   0.0 |1294M|  47 |   - |  50 |5312 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 |      --      |    Inf 
1551.73/1552.18	c  1441s|  7530k|  3205k|     0 |   0.0 |1292M|  47 |   - |  50 |5442 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 |      --      |    Inf 
1564.83/1565.22	c  1454s|  7540k|  3203k|     0 |   0.0 |1289M|  47 |   - |  50 |5638 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 |      --      |    Inf 
1578.52/1578.95	c  1468s|  7550k|  3200k|     0 |   0.0 |1286M|  47 |   - |  50 |5859 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 |      --      |    Inf 
1591.52/1591.93	c  1480s|  7560k|  3197k|     0 |   0.0 |1284M|  47 |   - |  50 |6134 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 |      --      |    Inf 
1606.51/1606.95	c  1495s|  7570k|  3194k|     0 |   0.0 |1281M|  47 |   - |  50 |6407 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 |      --      |    Inf 
1620.11/1620.55	c  1508s|  7580k|  3192k|     0 |   0.0 |1279M|  47 |   - |  50 |6526 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 |      --      |    Inf 
1633.71/1634.18	c  1522s|  7590k|  3189k|     0 |   0.0 |1277M|  47 |   - |  50 |6529 |   0 |   0 |   0 | 584k|   0 | 0.000000e+00 |      --      |    Inf 
1646.41/1646.86	c  1534s|  7600k|  3187k|     0 |   0.0 |1276M|  47 |   - |  50 |6755 |   0 |   0 |   0 | 587k|   0 | 0.000000e+00 |      --      |    Inf 
1659.41/1659.90	c  1547s|  7610k|  3185k|     0 |   0.0 |1275M|  47 |   - |  50 |7057 |   0 |   0 |   0 | 591k|   0 | 0.000000e+00 |      --      |    Inf 
1673.30/1673.74	c  1561s|  7620k|  3182k|     0 |   0.0 |1273M|  47 |   - |  50 |7276 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 |      --      |    Inf 
1686.59/1687.09	c  1574s|  7630k|  3180k|     0 |   0.0 |1272M|  47 |   - |  50 |7532 |   0 |   0 |   0 | 597k|   0 | 0.000000e+00 |      --      |    Inf 
1700.89/1701.31	c  1588s|  7640k|  3178k|     0 |   0.0 |1271M|  47 |   - |  50 |7672 |   0 |   0 |   0 | 600k|   0 | 0.000000e+00 |      --      |    Inf 
1714.99/1715.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1714.99/1715.40	c  1602s|  7650k|  3176k|     0 |   0.0 |1269M|  47 |   - |  50 |7802 |   0 |   0 |   0 | 603k|   0 | 0.000000e+00 |      --      |    Inf 
1728.88/1729.39	c  1616s|  7660k|  3174k|     0 |   0.0 |1268M|  47 |   - |  50 |7926 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 |      --      |    Inf 
1743.88/1744.30	c  1630s|  7670k|  3172k|     0 |   0.0 |1267M|  47 |   - |  50 |8099 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 |      --      |    Inf 
1759.18/1759.64	c  1646s|  7680k|  3170k|     0 |   0.0 |1265M|  47 |   - |  50 |8324 |   0 |   0 |   0 | 613k|   0 | 0.000000e+00 |      --      |    Inf 
1774.98/1775.48	c  1661s|  7690k|  3167k|     0 |   0.0 |1264M|  47 |   - |  50 |8610 |   0 |   0 |   0 | 617k|   0 | 0.000000e+00 |      --      |    Inf 
1790.38/1790.84	c  1676s|  7700k|  3165k|     0 |   0.0 |1263M|  47 |   - |  50 |8667 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 |      --      |    Inf 
1800.08/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.50	c 
1800.08/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.50	c Solving Time (sec) : 1685.86
1800.08/1800.50	c Solving Nodes      : 7705603
1800.08/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.50	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.50	c Gap                : infinite
1800.08/1800.50	s UNKNOWN
1800.08/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.50	c Solving Time       :    1685.86
1800.08/1800.50	c Original Problem   :
1800.08/1800.50	c   Problem name     : HOME/instance-2664018-1276614876.opb
1800.08/1800.50	c   Variables        : 51 (51 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.50	c   Constraints      : 13 initial, 13 maximal
1800.08/1800.50	c Presolved Problem  :
1800.08/1800.50	c   Problem name     : t_HOME/instance-2664018-1276614876.opb
1800.08/1800.50	c   Variables        : 50 (50 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.50	c   Constraints      : 6 initial, 8782 maximal
1800.08/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.50	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1800.08/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   linear           :       0.00          0          0          0          0          0          7          0          0
1800.08/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.51	c   linear           :          6          0   10849158          0    5499286    2334604   26634132          0          0          0
1800.08/1800.51	c   logicor          :          0+         0    3587033          0          0          0     433621          0          0          0
1800.08/1800.51	c   countsols        :          0          0          0          0    5499286          0          0          0          0          0
1800.08/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.51	c   linear           :     742.41       0.00     738.82       0.00       3.59
1800.08/1800.51	c   logicor          :     262.55       0.00     262.55       0.00       0.00
1800.08/1800.51	c   countsols        :       2.27       0.00       0.00       0.00       2.27
1800.08/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.51	c   vbounds          :       5.20          2          0          0
1800.08/1800.51	c   rootredcost      :       5.16          0          0          0
1800.08/1800.51	c   pseudoobj        :       4.85          0          0          0
1800.08/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.51	c   propagation      :     250.95    2334604     621179    1624590       35.6          2       42.5          -
1800.08/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.51	c   applied globally :          -          -          -     316565       28.4          -          -          -
1800.08/1800.51	c   applied locally  :          -          -          -     305476       35.9          -          -          -
1800.08/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.51	c Pricers            :       Time      Calls       Vars
1800.08/1800.51	c   problem variables:       0.00          0          0
1800.08/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   inference        :      39.22    5499286          0          0          0          0   10998572
1800.08/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.51	c   LP solutions     :       0.00          -          0
1800.08/1800.51	c   pseudo solutions :       0.00          -          0
1800.08/1800.51	c   oneopt           :       3.75          0          0
1800.08/1800.51	c   trivial          :       0.00          2          0
1800.08/1800.51	c   simplerounding   :       0.00          0          0
1800.08/1800.51	c   zirounding       :       0.00          0          0
1800.08/1800.51	c   rounding         :       0.00          0          0
1800.08/1800.51	c   shifting         :       0.00          0          0
1800.08/1800.51	c   intshifting      :       0.00          0          0
1800.08/1800.51	c   twoopt           :       0.00          0          0
1800.08/1800.51	c   fixandinfer      :       0.00          0          0
1800.08/1800.51	c   feaspump         :       0.00          0          0
1800.08/1800.51	c   coefdiving       :       0.00          0          0
1800.08/1800.51	c   pscostdiving     :       0.00          0          0
1800.08/1800.51	c   fracdiving       :       0.00          0          0
1800.08/1800.51	c   veclendiving     :       0.00          0          0
1800.08/1800.51	c   intdiving        :       0.00          0          0
1800.08/1800.51	c   actconsdiving    :       0.00          0          0
1800.08/1800.51	c   objpscostdiving  :       0.00          0          0
1800.08/1800.51	c   rootsoldiving    :       0.00          0          0
1800.08/1800.51	c   linesearchdiving :       0.00          0          0
1800.08/1800.51	c   guideddiving     :       0.00          0          0
1800.08/1800.51	c   octane           :       0.00          0          0
1800.08/1800.51	c   rens             :       0.00          0          0
1800.08/1800.51	c   rins             :       0.00          0          0
1800.08/1800.51	c   localbranching   :       0.00          0          0
1800.08/1800.51	c   mutation         :       0.00          0          0
1800.08/1800.51	c   crossover        :       0.00          0          0
1800.08/1800.51	c   dins             :       0.00          0          0
1800.08/1800.51	c   undercover       :       0.00          0          0
1800.08/1800.51	c   nlp              :       4.26          0          0
1800.08/1800.51	c   trysol           :       3.37          0          0
1800.08/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.51	c B&B Tree           :
1800.08/1800.51	c   number of runs   :          1
1800.08/1800.51	c   nodes            :    7705603
1800.08/1800.51	c   nodes (total)    :    7705603
1800.08/1800.51	c   nodes left       :    3164629
1800.08/1800.51	c   max depth        :         47
1800.08/1800.51	c   max depth (total):         47
1800.08/1800.51	c   backtracks       :     800362 (10.4%)
1800.08/1800.51	c   delayed cutoffs  :     128341
1800.08/1800.51	c   repropagations   :     848867 (1092145 domain reductions, 128287 cutoffs)
1800.08/1800.51	c   avg switch length:       6.54
1800.08/1800.51	c   switching time   :     378.99
1800.08/1800.51	c Solution           :
1800.08/1800.51	c   Solutions found  :          0 (0 improvements)
1800.08/1800.51	c   Primal Bound     :          -
1800.08/1800.51	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.51	c   Gap              :   infinite
1800.08/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.51	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 3222
/proc/meminfo: memFree=1800856/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=6584 CPUtime=0
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 998 0 0 0 0 0 0 0 20 0 1 0 35142976 6742016 921 1992294400 4194304 7136930 140734604461488 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3222/statm: 1646 930 254 719 0 925 0

[startup+0.0617319 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 3222
/proc/meminfo: memFree=1800856/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=10960 CPUtime=0.05
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 2955 0 0 0 4 1 0 0 20 0 1 0 35142976 11223040 2011 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 2740 2011 387 719 0 2019 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10960

[startup+0.101734 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 3222
/proc/meminfo: memFree=1800856/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=11144 CPUtime=0.09
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 2987 0 0 0 8 1 0 0 20 0 1 0 35142976 11411456 2043 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 2786 2043 387 719 0 2065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11144

[startup+0.30175 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 3222
/proc/meminfo: memFree=1800856/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=11572 CPUtime=0.29
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 3112 0 0 0 25 4 0 0 20 0 1 0 35142976 11849728 2168 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 2893 2168 387 719 0 2172 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11572

[startup+0.701782 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 3222
/proc/meminfo: memFree=1800856/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=12356 CPUtime=0.69
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 3326 0 0 0 62 7 0 0 20 0 1 0 35142976 12652544 2382 1992294400 4194304 7136930 140734604461488 18446744073709551615 4979046 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 3089 2382 387 719 0 2368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12356

[startup+1.50085 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3223
/proc/meminfo: memFree=1791920/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=13952 CPUtime=1.49
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 3716 0 0 0 135 14 0 0 22 0 1 0 35142976 14286848 2772 1992294400 4194304 7136930 140734604461488 18446744073709551615 4983949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 3488 2772 387 719 0 2767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13952

[startup+3.10097 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3223
/proc/meminfo: memFree=1789688/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=16388 CPUtime=3.09
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 4346 0 0 0 281 28 0 0 25 0 1 0 35142976 16781312 3402 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 4097 3402 387 719 0 3376 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16388

[startup+6.30123 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3223
/proc/meminfo: memFree=1784728/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=21116 CPUtime=6.29
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 5576 0 0 0 573 56 0 0 25 0 1 0 35142976 21622784 4632 1992294400 4194304 7136930 140734604461488 18446744073709551615 4979111 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 5279 4632 387 719 0 4558 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21116

[startup+12.7007 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3223
/proc/meminfo: memFree=1774684/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=30368 CPUtime=12.69
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 8007 0 0 0 1156 113 0 0 25 0 1 0 35142976 31096832 7063 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 7592 7063 387 719 0 6871 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30368

[startup+25.5018 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3223
/proc/meminfo: memFree=1758440/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=47176 CPUtime=25.48
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 11813 0 0 0 2331 217 0 0 25 0 1 0 35142976 48308224 10869 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 11794 10869 387 719 0 11073 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47176

[startup+51.1018 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3223
/proc/meminfo: memFree=1722356/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=82724 CPUtime=51.08
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 21065 0 0 0 4654 454 0 0 25 0 1 0 35142976 84709376 20121 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 20681 20121 387 719 0 19960 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 82724

[startup+102.309 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3225
/proc/meminfo: memFree=1657256/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=148860 CPUtime=102.27
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 37136 0 0 0 9338 889 0 0 25 0 1 0 35142976 152432640 36192 1992294400 4194304 7136930 140734604461488 18446744073709551615 4701981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 37215 36192 387 719 0 36494 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 148860

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3227
/proc/meminfo: memFree=1610384/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=194672 CPUtime=162.26
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 48823 0 0 0 14917 1309 0 0 25 0 1 0 35142976 199344128 47879 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 48668 47879 387 719 0 47947 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 194672

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3229
/proc/meminfo: memFree=1522964/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=285396 CPUtime=222.24
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 70431 0 0 0 20371 1853 0 0 25 0 1 0 35142976 292245504 69487 1992294400 4194304 7136930 140734604461488 18446744073709551615 5905982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 71349 69487 387 719 0 70628 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 285396

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3231
/proc/meminfo: memFree=1451788/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=354580 CPUtime=282.23
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 88469 0 0 0 25869 2354 0 0 25 0 1 0 35142976 363089920 87525 1992294400 4194304 7136930 140734604461488 18446744073709551615 5918712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 88645 87525 387 719 0 87924 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 354580

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3231
/proc/meminfo: memFree=1383464/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=435988 CPUtime=342.21
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 105351 0 0 0 31363 2858 0 0 25 0 1 0 35142976 446451712 104407 1992294400 4194304 7136930 140734604461488 18446744073709551615 4660574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 108997 104407 387 719 0 108276 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 435988

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3233
/proc/meminfo: memFree=1320100/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=498240 CPUtime=402.2
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 121427 0 0 0 36889 3331 0 0 25 0 1 0 35142976 510197760 120483 1992294400 4194304 7136930 140734604461488 18446744073709551615 4661208 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 124560 120483 387 719 0 123839 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 498240

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3235
/proc/meminfo: memFree=1268020/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=546636 CPUtime=462.18
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 133953 0 0 0 42429 3789 0 0 25 0 1 0 35142976 559755264 133009 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 136659 133009 387 719 0 135938 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 546636

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3237
/proc/meminfo: memFree=1216436/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=598016 CPUtime=522.17
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 147150 0 0 0 47988 4229 0 0 25 0 1 0 35142976 612368384 146206 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 149504 146206 387 719 0 148783 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 598016

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3239
/proc/meminfo: memFree=1172168/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=639980 CPUtime=582.16
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 157910 0 0 0 53573 4643 0 0 25 0 1 0 35142976 655339520 156966 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 159995 156966 387 719 0 159274 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 639980

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 3239
/proc/meminfo: memFree=1129388/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=681352 CPUtime=642.15
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 168443 0 0 0 59182 5033 0 0 25 0 1 0 35142976 697704448 167499 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 170338 167499 387 719 0 169617 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 681352

[startup+702.302 s]

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

/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 266224 0 0 0 92419 7787 0 0 25 0 1 0 35142976 1115557888 265280 1992294400 4194304 7136930 140734604461488 18446744073709551615 4923459 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 272353 265280 387 719 0 271632 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 1089412

[startup+1062.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 3251
/proc/meminfo: memFree=671952/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1153584 CPUtime=1062.04
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 282833 0 0 0 97966 8238 0 0 25 0 1 0 35142976 1181270016 281889 1992294400 4194304 7136930 140734604461488 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 288396 281889 387 719 0 287675 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 1153584

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 3253
/proc/meminfo: memFree=604620/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1216672 CPUtime=1122.03
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 299266 0 0 0 103498 8705 0 0 25 0 1 0 35142976 1245872128 298322 1992294400 4194304 7136930 140734604461488 18446744073709551615 5918640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 304168 298322 387 719 0 303447 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 1216672

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 3255
/proc/meminfo: memFree=545224/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1273152 CPUtime=1182.01
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 313967 0 0 0 109042 9159 0 0 25 0 1 0 35142976 1303707648 313023 1992294400 4194304 7136930 140734604461488 18446744073709551615 5917907 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 318288 313023 387 719 0 317567 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 1273152

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 3255
/proc/meminfo: memFree=482604/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1332904 CPUtime=1242
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 329490 0 0 0 114586 9614 0 0 25 0 1 0 35142976 1364893696 328546 1992294400 4194304 7136930 140734604461488 18446744073709551615 4983335 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 333226 328546 387 719 0 332505 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 1332904

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3257
/proc/meminfo: memFree=421968/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1391256 CPUtime=1301.99
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 344563 0 0 0 120138 10061 0 0 25 0 1 0 35142976 1424646144 343619 1992294400 4194304 7136930 140734604461488 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 347814 343619 387 719 0 347093 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1391256

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3259
/proc/meminfo: memFree=380056/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1431584 CPUtime=1361.97
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 367845 0 0 0 125714 10483 0 0 25 0 1 0 35142976 1465942016 354050 1992294400 4194304 7136930 140734604461488 18446744073709551615 4947545 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 357896 354050 387 719 0 357175 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1431584

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3261
/proc/meminfo: memFree=379932/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1431736 CPUtime=1421.97
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 367981 0 0 0 131442 10755 0 0 25 0 1 0 35142976 1466097664 354089 1992294400 4194304 7136930 140734604461488 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 357934 354089 387 719 0 357213 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1431736

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3266
/proc/meminfo: memFree=378940/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1432348 CPUtime=1481.94
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 368111 0 0 0 137271 10923 0 0 25 0 1 0 35142976 1466724352 354219 1992294400 4194304 7136930 140734604461488 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 358087 354219 387 719 0 357366 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 1432348

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3266
/proc/meminfo: memFree=378568/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1433016 CPUtime=1541.93
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 368215 0 0 0 143151 11042 0 0 25 0 1 0 35142976 1467408384 354323 1992294400 4194304 7136930 140734604461488 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 358254 354323 387 719 0 357533 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1433016

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3268
/proc/meminfo: memFree=378196/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1433460 CPUtime=1601.92
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 368308 0 0 0 149052 11140 0 0 25 0 1 0 35142976 1467863040 354416 1992294400 4194304 7136930 140734604461488 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 358365 354416 387 719 0 357644 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1433460

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3270
/proc/meminfo: memFree=377948/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1433980 CPUtime=1661.9
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 368398 0 0 0 154958 11232 0 0 25 0 1 0 35142976 1468395520 354506 1992294400 4194304 7136930 140734604461488 18446744073709551615 4999902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 358495 354506 387 719 0 357774 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1433980

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3272
/proc/meminfo: memFree=377576/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1434116 CPUtime=1721.88
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 368472 0 0 0 160869 11319 0 0 25 0 1 0 35142976 1468534784 354580 1992294400 4194304 7136930 140734604461488 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 358529 354580 387 719 0 357808 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 1434116

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3274
/proc/meminfo: memFree=376956/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1434648 CPUtime=1781.87
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 368548 0 0 0 166787 11400 0 0 25 0 1 0 35142976 1469079552 354656 1992294400 4194304 7136930 140734604461488 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 358662 354656 387 719 0 357941 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1434648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3274
/proc/meminfo: memFree=376708/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1434988 CPUtime=1800.08
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 368632 0 0 0 168586 11422 0 0 25 0 1 0 35142976 1469427712 354740 1992294400 4194304 7136930 140734604461488 18446744073709551615 4679319 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3222/statm: 358747 354740 387 719 0 358026 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1434988

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3222

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3275
/proc/meminfo: memFree=376700/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1434988 CPUtime=1800.97
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 368638 0 0 0 168675 11422 0 0 25 0 1 0 35142976 1469427712 354746 1992294400 4194304 7136930 140734604461488 18446744073709551615 6165646 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3222/statm: 358747 354746 393 719 0 358026 0
Current children cumulated CPU time (s) 1800.97
Current children cumulated vsize (KiB) 1434988

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3275
/proc/meminfo: memFree=376700/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=1434988 CPUtime=1801.77
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4202496 368638 0 0 0 168755 11422 0 0 25 0 1 0 35142976 1469427712 354746 1992294400 4194304 7136930 140734604461488 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3222/statm: 358747 354746 393 719 0 358026 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 1434988

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3275
/proc/meminfo: memFree=376700/2059040 swapFree=4136680/4192956
[pid=3222] ppid=3220 vsize=0 CPUtime=1802.17
/proc/3222/stat : 3222 (pbscip.linux.x8) R 3220 3222 3197 0 -1 4203524 368638 0 0 0 168786 11431 0 0 25 0 1 0 35142976 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3222/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.64
CPU time (s): 1802.22
CPU user time (s): 1687.87
CPU system time (s): 114.353
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 1495492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1687.87
system time used= 114.353
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368638
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3817

runsolver used 2.96555 second user time and 8.5627 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-15 17:14:36
IDJOB=2664018
IDBENCH=2919
IDSOLVER=1167
FILE ID=node026/2664018-1276614876
PBS_JOBID= 11172298
Free space on /tmp= 62560 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_3.opb
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-2664018-1276614876/watcher-2664018-1276614876 -o /tmp/evaluation-result-2664018-1276614876/solver-2664018-1276614876 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664018-1276614876.opb -t 1800 -m 1800

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

MD5SUM BENCH= f48abdef3d00ab6f87ca2e4f0d43c1d1
RANDOM SEED=339404682

node026.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1801384 kB
Buffers:         60704 kB
Cached:         105064 kB
SwapCached:       9840 kB
Active:          97564 kB
Inactive:        81524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1801384 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:            3396 kB
Writeback:           0 kB
AnonPages:       11488 kB
Mapped:           9408 kB
Slab:            56816 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62556 MiB
End job on node026 at 2010-06-15 17:44:38