Trace number 2665669

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)302 1800.14 1800.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8c1.opb
MD5SUM455daeae9aaa9768f332064b32a16167
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark302
Best CPU time to get the best result obtained on this benchmark1.12283
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 302
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints3575
Number of constraints which are clauses3575
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 1020
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 1020
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1020
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [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-2665669-1276463560.opb>
0.01/0.07	c original problem has 1020 variables (1020 bin, 0 int, 0 impl, 0 cont) and 3575 constraints
0.01/0.07	c problem read
0.01/0.07	c presolving settings loaded
0.01/0.09	c presolving:
0.09/0.11	c (round 1) 20 del vars, 20 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 22220 impls, 0 clqs
0.09/0.16	c (round 2) 20 del vars, 30 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3195 upgd conss, 22220 impls, 0 clqs
0.09/0.18	c (round 3) 20 del vars, 30 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3545 upgd conss, 22220 impls, 0 clqs
0.19/0.23	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.23	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (4 rounds):
0.19/0.23	c  20 deleted vars, 30 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.23	c  22220 implications, 0 cliques
0.19/0.23	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 3545 constraints
0.19/0.23	c    3545 constraints of type <logicor>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.12
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 1.2.1.2
0.19/0.23	c 
0.19/0.23	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c conflict/interconss = 0
0.19/0.23	c 
0.19/0.23	c # should binary conflicts be preferred?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c conflict/preferbinary = TRUE
0.19/0.23	c 
0.19/0.23	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.23	c constraints/agelimit = 1
0.19/0.23	c 
0.19/0.23	c # should enforcement of pseudo solution be disabled?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/disableenfops = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1799.94
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 1620
0.19/0.23	c 
0.19/0.23	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.23	c lp/solvefreq = 0
0.19/0.23	c 
0.19/0.23	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.19/0.23	c # [type: char, range: {lafpsqd}, default: l]
0.19/0.23	c lp/pricing = a
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # priority of node selection rule <dfs> in standard mode
0.19/0.23	c # [type: int, range: [-536870912,536870911], default: 0]
0.19/0.23	c nodeselection/dfs/stdpriority = 1000000
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.23	c 
0.29/0.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.32	c   0.2s|     1 |     0 |   907 |     - |7369k|   0 | 720 |1000 |3545 |1000 |3545 |   0 |   0 |   0 | 2.362500e+02 |      --      |    Inf 
0.49/0.52	c   0.4s|     1 |     0 |   959 |     - |7459k|   0 | 712 |1000 |3545 |1000 |3556 |  11 |   0 |   0 | 2.448750e+02 |      --      |    Inf 
0.59/0.67	c   0.5s|     1 |     0 |  1055 |     - |7517k|   0 | 705 |1000 |3545 |1000 |3567 |  22 |   0 |   0 | 2.465476e+02 |      --      |    Inf 
0.79/0.83	c   0.7s|     1 |     0 |  1224 |     - |7587k|   0 | 706 |1000 |3545 |1000 |3581 |  36 |   0 |   0 | 2.493750e+02 |      --      |    Inf 
0.89/1.00	c   0.9s|     1 |     0 |  1440 |     - |7683k|   0 | 696 |1000 |3545 |1000 |3595 |  50 |   0 |   0 | 2.539433e+02 |      --      |    Inf 
1.09/1.19	c   1.1s|     1 |     0 |  1728 |     - |7801k|   0 | 690 |1000 |3545 |1000 |3613 |  68 |   0 |   0 | 2.575798e+02 |      --      |    Inf 
1.39/1.40	c   1.2s|     1 |     0 |  2077 |     - |7928k|   0 | 693 |1000 |3545 |1000 |3629 |  84 |   0 |   0 | 2.608548e+02 |      --      |    Inf 
1.59/1.62	c   1.5s|     1 |     0 |  2441 |     - |8210k|   0 | 698 |1000 |3545 |1000 |3647 | 102 |   0 |   0 | 2.632214e+02 |      --      |    Inf 
1.79/1.88	c   1.7s|     1 |     0 |  2935 |     - |8545k|   0 | 687 |1000 |3545 |1000 |3664 | 119 |   0 |   0 | 2.656856e+02 |      --      |    Inf 
2.10/2.16	c   2.0s|     1 |     0 |  3316 |     - |8866k|   0 | 690 |1000 |3545 |1000 |3679 | 134 |   0 |   0 | 2.670456e+02 |      --      |    Inf 
2.49/2.52	c   2.4s|     1 |     0 |  3864 |     - |9159k|   0 | 692 |1000 |3545 |1000 |3692 | 147 |   0 |   0 | 2.689126e+02 |      --      |    Inf 
2.79/2.81	c   2.6s|     1 |     0 |  4306 |     - |9420k|   0 | 690 |1000 |3545 |1000 |3706 | 162 |   0 |   0 | 2.698478e+02 |      --      |    Inf 
3.09/3.15	c   3.0s|     1 |     0 |  4715 |     - |9654k|   0 | 692 |1000 |3545 |1000 |3719 | 175 |   0 |   0 | 2.709011e+02 |      --      |    Inf 
3.59/3.63	c   3.4s|     1 |     0 |  5227 |     - |9963k|   0 | 690 |1000 |3545 |1000 |3732 | 188 |   0 |   0 | 2.713290e+02 |      --      |    Inf 
3.99/4.09	c   3.9s|     1 |     0 |  5582 |     - |  10M|   0 | 693 |1000 |3545 |1000 |3744 | 200 |   0 |   0 | 2.715396e+02 |      --      |    Inf 
4.59/4.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.59/4.62	c   4.4s|     1 |     0 |  6020 |     - |  10M|   0 | 684 |1000 |3545 |1000 |3754 | 210 |   0 |   0 | 2.718340e+02 |      --      |    Inf 
4.59/4.66	o 510
4.59/4.66	c s 4.4s|     1 |     0 |  6020 |     - |  10M|   0 | 684 |1000 |3545 |1000 |3754 | 210 |   0 |   0 | 2.718340e+02 | 5.100000e+02 |  87.61%
5.19/5.21	c   5.0s|     1 |     0 |  6410 |     - |  10M|   0 | 697 |1000 |3545 |1000 |3765 | 221 |   0 |   0 | 2.720021e+02 | 5.100000e+02 |  87.50%
5.19/5.21	o 436
5.19/5.21	c b 5.0s|     1 |     0 |  6410 |     - |  10M|   0 | 697 |1000 |3545 |1000 |3765 | 221 |   0 |   0 | 2.720021e+02 | 4.360000e+02 |  60.29%
5.79/5.80	c   5.6s|     1 |     0 |  6877 |     - |  10M|   0 | 691 |1000 |3545 |1000 |3751 | 228 |   0 |   0 | 2.721681e+02 | 4.360000e+02 |  60.20%
6.29/6.33	c   6.1s|     1 |     0 |  7115 |     - |  10M|   0 | 693 |1000 |3545 |1000 |3759 | 236 |   0 |   0 | 2.722210e+02 | 4.360000e+02 |  60.16%
6.79/6.83	c   6.6s|     1 |     0 |  7404 |     - |  11M|   0 | 698 |1000 |3545 |1000 |3767 | 244 |   0 |   0 | 2.722630e+02 | 4.360000e+02 |  60.14%
7.29/7.35	c   7.1s|     1 |     0 |  7677 |     - |  11M|   0 | 702 |1000 |3545 |1000 |3774 | 251 |   0 |   0 | 2.722898e+02 | 4.360000e+02 |  60.12%
7.60/7.64	c   7.4s|     1 |     0 |  7808 |     - |  11M|   0 | 700 |1000 |3545 |1000 |3777 | 254 |   0 |   0 | 2.722967e+02 | 4.360000e+02 |  60.12%
7.89/7.93	c   7.7s|     1 |     0 |  7871 |     - |  11M|   0 | 701 |1000 |3545 |1000 |3779 | 256 |   0 |   0 | 2.722967e+02 | 4.360000e+02 |  60.12%
9.69/9.79	c   9.4s|     1 |     2 |  7871 |     - |  11M|   0 | 701 |1000 |3545 |1000 |3779 | 256 |   0 |  29 | 2.722967e+02 | 4.360000e+02 |  60.12%
9.80/9.89	o 387
9.80/9.89	c * 9.5s|   448 |   410 |  7871 |   0.0 |  11M| 447 |   - |1000 |3545 |   0 |   0 | 256 |   0 |  29 | 2.725301e+02 | 3.870000e+02 |  42.00%
9.89/9.94	o 385
9.89/9.94	c * 9.6s|   619 |   345 |  7871 |   0.0 |  11M| 450 |   - |1000 |3556 |   0 |   0 | 256 |  11 |  29 | 2.725301e+02 | 3.850000e+02 |  41.27%
9.89/9.95	o 378
9.89/9.95	c * 9.6s|   732 |   344 |  7871 |   0.0 |  11M| 458 |   - |1000 |3556 |   0 |   0 | 256 |  11 |  29 | 2.725301e+02 | 3.780000e+02 |  38.70%
9.89/9.95	o 377
9.89/9.95	c * 9.6s|   742 |   348 |  7871 |   0.0 |  11M| 458 |   - |1000 |3545 |   0 |   0 | 256 |  11 |  29 | 2.725301e+02 | 3.770000e+02 |  38.33%
9.89/9.96	o 376
9.89/9.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.89/9.96	c * 9.6s|   799 |   342 |  7871 |   0.0 |  11M| 458 |   - |1000 |3545 |   0 |   0 | 256 |  11 |  29 | 2.725301e+02 | 3.760000e+02 |  37.97%
9.89/9.97	o 375
9.89/9.97	c * 9.6s|   815 |   341 |  7871 |   0.0 |  11M| 458 |   - |1000 |3545 |   0 |   0 | 256 |  11 |  29 | 2.725301e+02 | 3.750000e+02 |  37.60%
9.89/9.99	o 369
9.89/9.99	c * 9.6s|   985 |   342 |  7871 |   0.0 |  11M| 468 |   - |1000 |3545 |   0 |   0 | 256 |  11 |  29 | 2.725301e+02 | 3.690000e+02 |  35.40%
9.89/9.99	o 368
9.89/9.99	c * 9.6s|   999 |   341 |  7871 |   0.0 |  11M| 468 |   - |1000 |3545 |   0 |   0 | 256 |  11 |  29 | 2.725301e+02 | 3.680000e+02 |  35.03%
9.99/10.00	o 367
9.99/10.00	c * 9.6s|  1015 |   340 |  7871 |   0.0 |  11M| 468 |   - |1000 |3546 |   0 |   0 | 256 |  12 |  29 | 2.725301e+02 | 3.670000e+02 |  34.66%
9.99/10.00	o 366
9.99/10.00	c * 9.6s|  1030 |   339 |  7871 |   0.0 |  11M| 468 |   - |1000 |3546 |   0 |   0 | 256 |  12 |  29 | 2.725301e+02 | 3.660000e+02 |  34.30%
11.59/11.65	o 364
11.59/11.65	c *11.2s|  9804 |   339 |  7871 |   0.0 |  11M| 475 |   - |1000 |3545 |   0 |   0 | 256 |  32 |  29 | 2.725301e+02 | 3.640000e+02 |  33.56%
11.59/11.69	c  11.2s| 10000 |   335 |  7871 |   0.0 |  11M| 475 |   - |1000 |3546 |   0 |   0 | 256 |  33 |  29 | 2.725301e+02 | 3.640000e+02 |  33.56%
12.79/12.81	o 363
12.79/12.81	c *12.2s| 15846 |   338 |  7871 |   0.0 |  11M| 475 |   - |1000 |3545 |   0 |   0 | 256 |  45 |  29 | 2.725301e+02 | 3.630000e+02 |  33.20%
13.38/13.40	o 360
13.38/13.40	c *12.8s| 18973 |   337 |  7871 |   0.0 |  11M| 481 |   - |1000 |3545 |   0 |   0 | 256 |  54 |  29 | 2.725301e+02 | 3.600000e+02 |  32.10%
13.58/13.60	c  13.0s| 20000 |   334 |  7871 |   0.0 |  11M| 481 |   - |1000 |3545 |   0 |   0 | 256 |  57 |  29 | 2.725301e+02 | 3.600000e+02 |  32.10%
15.39/15.49	c  14.7s| 30000 |   335 |  7871 |   0.0 |  11M| 481 |   - |1000 |3546 |   0 |   0 | 256 |  83 |  29 | 2.725301e+02 | 3.600000e+02 |  32.10%
16.29/16.37	o 359
16.29/16.37	c *15.6s| 34701 |   336 |  7871 |   0.0 |  11M| 481 |   - |1000 |3545 |   0 |   0 | 256 |  94 |  29 | 2.725301e+02 | 3.590000e+02 |  31.73%
17.29/17.31	o 357
17.29/17.31	c *16.4s| 39846 |   335 |  7871 |   0.0 |  11M| 487 |   - |1000 |3545 |   0 |   0 | 256 | 107 |  29 | 2.725301e+02 | 3.570000e+02 |  30.99%
17.29/17.34	c  16.5s| 40000 |   333 |  7871 |   0.0 |  11M| 487 |   - |1000 |3545 |   0 |   0 | 256 | 107 |  29 | 2.725301e+02 | 3.570000e+02 |  30.99%
19.09/19.20	o 356
19.09/19.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.09/19.20	c *18.2s| 49831 |   340 |  7871 |   0.0 |  11M| 487 |   - |1000 |3545 |   0 |   0 | 256 | 131 |  29 | 2.725301e+02 | 3.560000e+02 |  30.63%
19.18/19.22	c  18.2s| 50000 |   461 |  7871 |   0.0 |  11M| 487 |   - |1000 |3545 |   0 |   0 | 256 | 132 |  29 | 2.725301e+02 | 3.560000e+02 |  30.63%
19.18/19.22	o 354
19.18/19.22	c *18.2s| 50021 |   337 |  7871 |   0.0 |  11M| 487 |   - |1000 |3545 |   0 |   0 | 256 | 132 |  29 | 2.725301e+02 | 3.540000e+02 |  29.89%
19.38/19.47	o 352
19.38/19.47	c *18.4s| 51392 |   338 |  7871 |   0.0 |  11M| 491 |   - |1000 |3546 |   0 |   0 | 256 | 134 |  29 | 2.725301e+02 | 3.520000e+02 |  29.16%
19.48/19.56	o 350
19.48/19.56	c *18.5s| 51936 |   335 |  7871 |   0.0 |  11M| 496 |   - |1000 |3546 |   0 |   0 | 256 | 135 |  29 | 2.725301e+02 | 3.500000e+02 |  28.43%
20.68/20.77	o 349
20.68/20.77	c *19.6s| 58240 |   336 |  7871 |   0.0 |  11M| 496 |   - |1000 |3547 |   0 |   0 | 256 | 149 |  29 | 2.725301e+02 | 3.490000e+02 |  28.06%
20.68/20.79	o 348
20.68/20.79	c *19.7s| 58321 |   336 |  7871 |   0.0 |  11M| 496 |   - |1000 |3547 |   0 |   0 | 256 | 149 |  29 | 2.725301e+02 | 3.480000e+02 |  27.69%
20.79/20.81	o 345
20.79/20.81	c *19.7s| 58492 |   335 |  7871 |   0.0 |  11M| 503 |   - |1000 |3547 |   0 |   0 | 256 | 149 |  29 | 2.725301e+02 | 3.450000e+02 |  26.59%
20.99/21.02	o 343
20.99/21.02	c *19.9s| 59683 |   335 |  7871 |   0.0 |  11M| 503 |   - |1000 |3546 |   0 |   0 | 256 | 151 |  29 | 2.725301e+02 | 3.430000e+02 |  25.86%
20.99/21.08	c  19.9s| 60000 |   334 |  7871 |   0.0 |  11M| 503 |   - |1000 |3546 |   0 |   0 | 256 | 152 |  29 | 2.725301e+02 | 3.430000e+02 |  25.86%
22.88/22.95	c  21.7s| 70000 |   330 |  7871 |   0.0 |  11M| 503 |   - |1000 |3545 |   0 |   0 | 256 | 179 |  29 | 2.725301e+02 | 3.430000e+02 |  25.86%
23.68/23.72	o 340
23.68/23.72	c *22.4s| 73999 |   337 |  7871 |   0.0 |  11M| 503 |   - |1000 |3545 |   0 |   0 | 256 | 189 |  29 | 2.725301e+02 | 3.400000e+02 |  24.76%
23.79/23.85	o 336
23.79/23.85	c *22.5s| 74701 |   335 |  7871 |   0.0 |  11M| 506 |   - |1000 |3546 |   0 |   0 | 256 | 192 |  29 | 2.725301e+02 | 3.360000e+02 |  23.29%
23.88/23.94	o 333
23.88/23.94	c *22.6s| 75189 |   335 |  7871 |   0.0 |  11M| 506 |   - |1000 |3546 |   0 |   0 | 256 | 194 |  29 | 2.725301e+02 | 3.330000e+02 |  22.19%
23.99/24.01	o 329
23.99/24.01	c *22.7s| 75633 |   334 |  7871 |   0.0 |  11M| 512 |   - |1000 |3546 |   0 |   0 | 256 | 194 |  29 | 2.725301e+02 | 3.290000e+02 |  20.72%
24.78/24.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.78/24.89	c  23.5s| 80000 |   330 |  7871 |   0.0 |  11M| 512 |   - |1000 |3545 |   0 |   0 | 256 | 210 |  29 | 2.725301e+02 | 3.290000e+02 |  20.72%
26.78/26.83	c  25.3s| 90000 |   333 |  7871 |   0.0 |  11M| 512 |   - |1000 |3547 |   0 |   0 | 256 | 247 |  29 | 2.725301e+02 | 3.290000e+02 |  20.72%
26.88/26.94	o 325
26.88/26.94	c *25.4s| 90666 |   335 |  7871 |   0.0 |  11M| 517 |   - |1000 |3545 |   0 |   0 | 256 | 248 |  29 | 2.725301e+02 | 3.250000e+02 |  19.25%
26.88/26.96	o 318
26.88/26.96	c *25.4s| 90873 |   334 |  7871 |   0.0 |  11M| 525 |   - |1000 |3545 |   0 |   0 | 256 | 248 |  29 | 2.725301e+02 | 3.180000e+02 |  16.68%
28.68/28.77	c  27.1s|100000 |   328 |  7871 |   0.0 |  11M| 525 |   - |1000 |3547 |   0 |   0 | 256 | 291 |  29 | 2.725301e+02 | 3.180000e+02 |  16.68%
28.99/29.06	o 316
28.99/29.06	c *27.4s|101567 |   337 |  7871 |   0.0 |  11M| 525 |   - |1000 |3547 |   0 |   0 | 256 | 297 |  29 | 2.725301e+02 | 3.160000e+02 |  15.95%
30.58/30.70	c  28.9s|110000 |   328 |  7871 |   0.0 |  11M| 525 |   - |1000 |3547 |   0 |   0 | 256 | 318 |  29 | 2.725301e+02 | 3.160000e+02 |  15.95%
31.28/31.35	o 311
31.28/31.35	c *29.5s|113453 |   336 |  7871 |   0.0 |  11M| 531 |   - |1000 |3546 |   0 |   0 | 256 | 333 |  29 | 2.725301e+02 | 3.110000e+02 |  14.12%
32.48/32.52	o 309
32.48/32.52	c *30.6s|119468 |   334 |  7871 |   0.0 |  11M| 531 |   - |1000 |3548 |   0 |   0 | 256 | 355 |  29 | 2.725301e+02 | 3.090000e+02 |  13.38%
32.58/32.62	c  30.7s|120000 |   364 |  7871 |   0.0 |  11M| 531 |   - |1000 |3548 |   0 |   0 | 256 | 357 |  29 | 2.725301e+02 | 3.090000e+02 |  13.38%
32.58/32.64	o 302
32.58/32.64	c *30.7s|120169 |   333 |  7871 |   0.0 |  11M| 539 |   - |1000 |3548 |   0 |   0 | 256 | 357 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
34.48/34.57	c  32.5s|130000 |   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3550 |   0 |   0 | 256 | 404 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
36.58/36.67	c  34.5s|140000 |   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3550 |   0 |   0 | 256 | 465 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
38.78/38.83	c  36.5s|150000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 | 630 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
41.28/41.31	c  38.9s|160000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 | 955 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
43.58/43.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.58/43.63	c  41.1s|170000 |   330 |  7871 |   0.0 |  11M| 539 |   - |1000 |3551 |   0 |   0 | 256 |1212 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
45.68/45.76	c  43.1s|180000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |1365 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
47.77/47.85	c  45.0s|190000 |   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |1496 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
49.97/50.04	c  47.0s|200000 |   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3550 |   0 |   0 | 256 |1755 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
52.08/52.10	c  49.0s|210000 |   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |1924 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
54.08/54.19	c  51.0s|220000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |2068 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
56.38/56.46	c  53.1s|230000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 |2405 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
58.78/58.83	c  55.4s|240000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3551 |   0 |   0 | 256 |2762 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
60.98/61.01	c  57.4s|250000 |   330 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |2942 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
62.97/63.04	c  59.3s|260000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |2980 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
65.07/65.10	c  61.2s|270000 |   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |3064 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
67.08/67.15	c  63.1s|280000 |   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |3162 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
69.07/69.16	c  65.0s|290000 |   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |3214 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
71.17/71.25	c  67.0s|300000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |3273 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
73.47/73.56	c  69.1s|310000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |3424 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
75.57/75.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.57/75.69	c  71.1s|320000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |3498 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
77.87/77.95	c  73.2s|330000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |3588 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
79.97/80.03	c  75.2s|340000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |3650 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
81.97/82.03	c  77.1s|350000 |   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |3699 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
83.97/84.06	c  79.0s|360000 |   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |3746 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
85.97/86.07	c  80.9s|370000 |   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |3789 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
88.06/88.14	c  82.8s|380000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |3851 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
90.37/90.45	c  85.0s|390000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |4059 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
92.47/92.54	c  86.9s|400000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |4206 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
94.66/94.73	c  89.0s|410000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |4426 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
96.87/96.97	c  91.1s|420000 |   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |4570 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
99.07/99.18	c  93.2s|430000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |4666 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
101.47/101.53	c  95.4s|440000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3551 |   0 |   0 | 256 |4913 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
104.06/104.16	c  97.9s|450000 |   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |5470 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
106.46/106.58	c   100s|460000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 |5859 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
108.96/109.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.96/109.02	c   102s|470000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |6281 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
111.36/111.41	c   105s|480000 |   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |6621 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
113.56/113.69	c   107s|490000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |6876 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
116.16/116.21	c   109s|500000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |7224 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
118.45/118.54	c   111s|510000 |   329 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |7481 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
120.76/120.81	c   114s|520000 |   330 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |7703 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
123.06/123.11	c   116s|530000 |   329 |  7871 |   0.0 |  11M| 539 |   - |1000 |3552 |   0 |   0 | 256 |7840 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
125.26/125.35	c   118s|540000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |8061 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
127.56/127.63	c   120s|550000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |8321 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
129.77/129.83	c   122s|560000 |   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |8531 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
131.86/131.94	c   124s|570000 |   330 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 |8656 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
133.85/133.90	c   126s|580000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |8706 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
135.85/135.95	c   128s|590000 |   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |8805 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
137.85/137.96	c   130s|600000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |8863 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
140.06/140.16	c   132s|610000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |8960 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
142.05/142.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.05/142.16	c   134s|620000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |9014 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
144.15/144.22	c   136s|630000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |9096 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
146.25/146.34	c   138s|640000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |9202 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
148.45/148.58	c   140s|650000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |9406 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
150.65/150.78	c   142s|660000 |   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |9514 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
152.75/152.81	c   144s|670000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |9572 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
155.05/155.17	c   146s|680000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |9867 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
157.15/157.25	c   148s|690000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |9997 |  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
159.24/159.34	c   150s|700000 |   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  10k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
161.35/161.43	c   152s|710000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 |  10k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
163.44/163.55	c   154s|720000 |   329 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  10k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
165.55/165.66	c   156s|730000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 |  10k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
167.65/167.77	c   158s|740000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 |  10k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
169.74/169.86	c   160s|750000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  10k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
171.85/171.99	c   162s|760000 |   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  11k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
174.14/174.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.14/174.26	c   164s|770000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  11k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
176.64/176.70	c   166s|780000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  11k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
179.15/179.20	c   168s|790000 |   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  11k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
181.24/181.35	c   170s|800000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  11k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
183.44/183.55	c   173s|810000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  11k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
185.75/185.81	c   175s|820000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
187.84/187.96	c   177s|830000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
189.83/189.99	c   179s|840000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
192.04/192.14	c   181s|850000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
194.14/194.25	c   183s|860000 |   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
196.14/196.29	c   184s|870000 |   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
198.43/198.51	c   187s|880000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
200.74/200.87	c   189s|890000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
202.83/202.97	c   191s|900000 |   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
204.93/205.06	c   193s|910000 |   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3576 |   0 |   0 | 256 |  12k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
207.24/207.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.24/207.36	c   195s|920000 |   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  13k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
209.53/209.68	c   197s|930000 |   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  13k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
211.83/211.95	c   199s|940000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  13k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
214.23/214.33	c   201s|950000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  13k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
216.43/216.50	c   204s|960000 |   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  13k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
218.73/218.80	c   206s|970000 |   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  14k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
220.94/221.07	c   208s|980000 |   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  14k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
223.14/223.24	c   210s|990000 |   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  14k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
225.23/225.37	c   212s|  1000k|   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  14k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
227.23/227.33	c   214s|  1010k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  14k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
229.22/229.39	c   216s|  1020k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  14k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
231.33/231.47	c   218s|  1030k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  14k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
233.62/233.71	c   220s|  1040k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3549 |   0 |   0 | 256 |  14k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
235.83/235.98	c   222s|  1050k|   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  15k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
237.82/237.92	c   224s|  1060k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 |  15k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
239.82/239.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.82/239.97	c   226s|  1070k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  15k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
241.93/242.00	c   227s|  1080k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  15k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
243.92/244.06	c   229s|  1090k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  15k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
246.02/246.11	c   231s|  1100k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  15k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
248.52/248.65	c   234s|  1110k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  16k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
251.12/251.22	c   236s|  1120k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  16k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
253.52/253.60	c   238s|  1130k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  16k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
255.62/255.80	c   240s|  1140k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |  16k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
257.72/257.87	c   242s|  1150k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 |  17k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
259.81/259.92	c   244s|  1160k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  17k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
262.01/262.17	c   246s|  1170k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  17k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
264.22/264.30	c   248s|  1180k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  17k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
266.22/266.37	c   250s|  1190k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  17k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
268.23/268.39	c   252s|  1200k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  17k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
270.42/270.55	c   254s|  1210k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 |  17k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
272.62/272.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
272.62/272.70	c   256s|  1220k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  18k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
274.61/274.76	c   258s|  1230k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 |  18k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
276.81/276.98	c   260s|  1240k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 |  18k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
279.01/279.11	c   262s|  1250k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3575 |   0 |   0 | 256 |  18k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
281.12/281.28	c   264s|  1260k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3547 |   0 |   0 | 256 |  18k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
283.31/283.47	c   266s|  1270k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3549 |   0 |   0 | 256 |  18k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
285.51/285.63	c   268s|  1280k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3551 |   0 |   0 | 256 |  18k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
287.71/287.85	c   270s|  1290k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  19k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
290.11/290.28	c   273s|  1300k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  19k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
292.61/292.72	c   275s|  1310k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  20k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
294.81/294.94	c   277s|  1320k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  20k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
297.01/297.12	c   279s|  1330k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  20k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
299.21/299.35	c   281s|  1340k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  20k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
301.71/301.81	c   284s|  1350k|   329 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  21k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
303.70/303.87	c   286s|  1360k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  21k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
305.80/305.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.80/305.97	c   288s|  1370k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  21k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
307.92/308.07	c   290s|  1380k|   329 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  21k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
309.90/310.03	c   291s|  1390k|   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  21k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
311.91/312.06	c   293s|  1400k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  21k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
314.01/314.14	c   295s|  1410k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  22k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
316.10/316.28	c   297s|  1420k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  22k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
318.10/318.28	c   299s|  1430k|   329 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  22k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
320.10/320.25	c   301s|  1440k|   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3552 |   0 |   0 | 256 |  22k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
322.11/322.25	c   303s|  1450k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  22k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
324.10/324.29	c   305s|  1460k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  22k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
326.20/326.36	c   307s|  1470k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  22k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
328.59/328.79	c   309s|  1480k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  22k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
330.80/330.93	c   311s|  1490k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  23k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
332.90/333.05	c   313s|  1500k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  23k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
335.09/335.28	c   315s|  1510k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  23k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
337.29/337.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.29/337.47	c   317s|  1520k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  23k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
339.40/339.53	c   319s|  1530k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  23k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
341.49/341.69	c   321s|  1540k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  23k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
343.59/343.78	c   323s|  1550k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  24k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
345.69/345.83	c   325s|  1560k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  24k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
347.99/348.12	c   327s|  1570k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  24k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
350.39/350.54	c   329s|  1580k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  25k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
352.49/352.69	c   331s|  1590k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  25k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
354.69/354.80	c   333s|  1600k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  25k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
356.69/356.86	c   335s|  1610k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  25k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
358.79/358.99	c   337s|  1620k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  25k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
360.98/361.19	c   339s|  1630k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  26k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
363.09/363.23	c   341s|  1640k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  26k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
365.18/365.36	c   343s|  1650k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  26k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
367.30/367.45	c   345s|  1660k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 |  26k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
369.50/369.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.50/369.67	c   347s|  1670k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  26k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
371.69/371.86	c   350s|  1680k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  27k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
373.80/373.90	c   351s|  1690k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 |  27k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
375.88/376.08	c   353s|  1700k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  27k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
378.09/378.22	c   355s|  1710k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 |  27k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
380.18/380.30	c   357s|  1720k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 |  27k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
382.69/382.86	c   360s|  1730k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  28k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
385.28/385.47	c   362s|  1740k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  28k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
387.69/387.83	c   365s|  1750k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  28k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
390.08/390.24	c   367s|  1760k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  29k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
392.48/392.65	c   369s|  1770k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |  29k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
394.97/395.10	c   371s|  1780k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  29k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
397.37/397.53	c   374s|  1790k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  30k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
399.68/399.86	c   376s|  1800k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3552 |   0 |   0 | 256 |  30k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
401.97/402.10	c   378s|  1810k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  30k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
404.27/404.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.27/404.45	c   380s|  1820k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  30k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
406.68/406.89	c   383s|  1830k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  31k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
409.27/409.42	c   385s|  1840k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  31k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
411.58/411.74	c   387s|  1850k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3551 |   0 |   0 | 256 |  31k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
413.67/413.89	c   389s|  1860k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  31k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
415.88/416.04	c   391s|  1870k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  31k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
417.88/418.09	c   393s|  1880k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  32k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
419.97/420.11	c   395s|  1890k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  32k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
421.97/422.12	c   397s|  1900k|   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  32k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
423.97/424.12	c   399s|  1910k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  32k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
425.97/426.10	c   401s|  1920k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 |  32k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
427.87/428.08	c   402s|  1930k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  32k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
429.87/430.07	c   404s|  1940k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  32k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
431.87/432.08	c   406s|  1950k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 |  32k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
433.97/434.10	c   408s|  1960k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  33k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
435.97/436.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.97/436.11	c   410s|  1970k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  33k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
437.97/438.14	c   412s|  1980k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  33k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
439.97/440.15	c   414s|  1990k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  33k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
441.98/442.19	c   416s|  2000k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  33k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
444.17/444.37	c   418s|  2010k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |  33k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
446.16/446.32	c   420s|  2020k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  33k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
448.26/448.41	c   422s|  2030k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  34k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
450.26/450.42	c   423s|  2040k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  34k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
452.36/452.52	c   425s|  2050k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  34k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
454.46/454.68	c   427s|  2060k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  34k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
456.57/456.77	c   429s|  2070k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  34k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
458.66/458.83	c   431s|  2080k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |  34k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
460.77/460.91	c   433s|  2090k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  34k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
462.76/462.99	c   435s|  2100k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  35k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
464.85/465.07	c   437s|  2110k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  35k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
466.96/467.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
466.96/467.13	c   439s|  2120k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 |  35k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
469.26/469.40	c   441s|  2130k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 |  35k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
471.45/471.69	c   443s|  2140k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  35k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
473.55/473.72	c   445s|  2150k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  35k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
475.55/475.79	c   447s|  2160k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 |  36k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
477.66/477.81	c   449s|  2170k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |  36k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
479.65/479.87	c   451s|  2180k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  36k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
481.85/482.06	c   453s|  2190k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |  36k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
484.06/484.20	c   455s|  2200k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 |  36k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
486.26/486.45	c   457s|  2210k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  36k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
488.65/488.88	c   460s|  2220k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  37k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
491.25/491.49	c   462s|  2230k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  38k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
493.85/494.06	c   464s|  2240k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  38k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
496.25/496.43	c   467s|  2250k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3575 |   0 |   0 | 256 |  38k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
498.55/498.79	c   469s|  2260k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 |  39k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
500.65/500.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.65/500.86	c   471s|  2270k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 |  39k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
502.75/502.93	c   473s|  2280k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  39k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
504.76/504.94	c   475s|  2290k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 |  39k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
506.75/506.98	c   477s|  2300k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 |  40k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
508.85/509.09	c   479s|  2310k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3581 |   0 |   0 | 256 |  40k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
511.04/511.22	c   481s|  2320k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 |  40k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
513.15/513.32	c   483s|  2330k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3581 |   0 |   0 | 256 |  40k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
515.25/515.50	c   485s|  2340k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 |  40k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
517.45/517.64	c   487s|  2350k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3588 |   0 |   0 | 256 |  40k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
519.65/519.80	c   489s|  2360k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3589 |   0 |   0 | 256 |  41k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
522.05/522.27	c   491s|  2370k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 |  41k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
524.35/524.52	c   493s|  2380k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 |  41k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
526.55/526.73	c   495s|  2390k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3579 |   0 |   0 | 256 |  42k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
528.64/528.83	c   497s|  2400k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 |  42k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
530.84/531.05	c   499s|  2410k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 |  42k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
532.94/533.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.94/533.16	c   501s|  2420k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 |  42k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
535.24/535.42	c   503s|  2430k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 |  43k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
537.34/537.51	c   505s|  2440k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3588 |   0 |   0 | 256 |  43k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
539.44/539.63	c   507s|  2450k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3593 |   0 |   0 | 256 |  43k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
541.74/541.96	c   510s|  2460k|   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  43k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
543.94/544.11	c   512s|  2470k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  43k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
546.14/546.35	c   514s|  2480k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  44k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
548.34/548.53	c   516s|  2490k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  44k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
550.53/550.74	c   518s|  2500k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  44k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
552.83/553.02	c   520s|  2510k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 |  44k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
555.03/555.26	c   522s|  2520k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  44k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
557.44/557.60	c   524s|  2530k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  45k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
559.74/559.92	c   526s|  2540k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  45k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
561.84/562.10	c   528s|  2550k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  45k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
564.14/564.31	c   530s|  2560k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  45k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
566.43/566.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
566.43/566.63	c   533s|  2570k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  45k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
568.93/569.10	c   535s|  2580k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  46k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
571.13/571.31	c   537s|  2590k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  46k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
573.33/573.58	c   539s|  2600k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  46k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
575.63/575.88	c   541s|  2610k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 |  46k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
578.03/578.21	c   544s|  2620k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  46k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
580.43/580.65	c   546s|  2630k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  47k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
582.73/582.93	c   548s|  2640k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  47k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
584.94/585.12	c   550s|  2650k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  47k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
587.13/587.38	c   552s|  2660k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  47k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
589.43/589.64	c   554s|  2670k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  47k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
591.72/591.96	c   556s|  2680k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 |  48k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
593.83/594.08	c   558s|  2690k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 |  48k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
596.03/596.21	c   560s|  2700k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  48k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
598.13/598.35	c   562s|  2710k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  48k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
600.43/600.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.43/600.62	c   565s|  2720k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  48k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
602.53/602.73	c   566s|  2730k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  48k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
604.72/604.96	c   569s|  2740k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 |  48k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
606.93/607.14	c   571s|  2750k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  49k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
609.23/609.47	c   573s|  2760k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 |  49k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
611.52/611.74	c   575s|  2770k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  49k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
613.62/613.83	c   577s|  2780k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  49k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
615.72/615.94	c   579s|  2790k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  49k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
617.92/618.11	c   581s|  2800k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  50k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
620.01/620.27	c   583s|  2810k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 |  50k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
622.12/622.34	c   585s|  2820k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  50k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
624.31/624.51	c   587s|  2830k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 |  50k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
626.52/626.76	c   589s|  2840k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  50k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
628.61/628.89	c   591s|  2850k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  51k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
630.82/631.07	c   593s|  2860k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 |  51k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
632.91/633.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
632.91/633.18	c   595s|  2870k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  51k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
634.91/635.19	c   597s|  2880k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  51k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
636.91/637.15	c   599s|  2890k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  51k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
638.92/639.12	c   601s|  2900k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  51k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
640.91/641.16	c   603s|  2910k|   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  51k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
642.91/643.14	c   604s|  2920k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  51k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
644.91/645.17	c   606s|  2930k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  51k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
647.11/647.30	c   608s|  2940k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  52k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
649.11/649.34	c   610s|  2950k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  52k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
651.10/651.38	c   612s|  2960k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  52k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
653.21/653.41	c   614s|  2970k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  52k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
655.21/655.46	c   616s|  2980k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  52k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
657.30/657.50	c   618s|  2990k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 |  52k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
659.30/659.51	c   620s|  3000k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  52k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
661.40/661.62	c   622s|  3010k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  52k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
663.51/663.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
663.51/663.79	c   624s|  3020k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 |  53k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
665.60/665.84	c   626s|  3030k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  53k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
667.70/667.90	c   628s|  3040k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 |  53k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
669.71/669.95	c   630s|  3050k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 |  53k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
671.80/672.03	c   632s|  3060k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  53k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
673.90/674.12	c   633s|  3070k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  53k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
676.00/676.20	c   635s|  3080k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  53k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
678.00/678.22	c   637s|  3090k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  53k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
680.00/680.26	c   639s|  3100k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  53k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
682.09/682.32	c   641s|  3110k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  54k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
684.20/684.40	c   643s|  3120k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  54k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
686.50/686.75	c   645s|  3130k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 |  54k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
688.99/689.28	c   648s|  3140k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 |  54k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
691.39/691.63	c   650s|  3150k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  55k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
693.69/693.97	c   652s|  3160k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  55k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
696.00/696.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
696.00/696.25	c   654s|  3170k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3575 |   0 |   0 | 256 |  55k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
698.40/698.65	c   657s|  3180k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 |  55k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
700.90/701.16	c   659s|  3190k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3577 |   0 |   0 | 256 |  56k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
703.09/703.36	c   661s|  3200k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3582 |   0 |   0 | 256 |  56k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
705.40/705.68	c   663s|  3210k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 |  56k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
707.69/707.93	c   665s|  3220k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3590 |   0 |   0 | 256 |  57k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
709.99/710.28	c   668s|  3230k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 |  57k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
712.39/712.66	c   670s|  3240k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3588 |   0 |   0 | 256 |  57k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
715.19/715.49	c   672s|  3250k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 |  58k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
718.19/718.41	c   675s|  3260k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 |  59k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
720.69/720.99	c   678s|  3270k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 |  59k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
723.38/723.62	c   680s|  3280k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3577 |   0 |   0 | 256 |  60k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
725.89/726.18	c   683s|  3290k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 |  60k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
728.89/729.15	c   685s|  3300k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 |  61k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
731.19/731.48	c   688s|  3310k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3590 |   0 |   0 | 256 |  61k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
733.59/733.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
733.59/733.89	c   690s|  3320k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3579 |   0 |   0 | 256 |  62k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
736.08/736.33	c   692s|  3330k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 |  62k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
738.49/738.74	c   694s|  3340k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 |  63k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
741.19/741.43	c   697s|  3350k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3583 |   0 |   0 | 256 |  63k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
743.48/743.75	c   699s|  3360k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3582 |   0 |   0 | 256 |  64k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
745.78/746.09	c   701s|  3370k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 |  64k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
748.18/748.42	c   704s|  3380k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 |  64k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
750.38/750.67	c   706s|  3390k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3590 |   0 |   0 | 256 |  64k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
752.78/753.02	c   708s|  3400k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 |  65k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
755.08/755.31	c   710s|  3410k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 |  65k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
757.48/757.71	c   712s|  3420k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 |  65k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
759.78/760.00	c   715s|  3430k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3585 |   0 |   0 | 256 |  65k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
761.99/762.30	c   717s|  3440k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 |  66k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
764.37/764.64	c   719s|  3450k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3583 |   0 |   0 | 256 |  66k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
766.57/766.81	c   721s|  3460k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3585 |   0 |   0 | 256 |  66k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
768.78/769.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
768.78/769.01	c   723s|  3470k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 |  66k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
770.88/771.15	c   725s|  3480k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 |  67k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
772.98/773.30	c   727s|  3490k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 |  67k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
775.07/775.38	c   729s|  3500k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3588 |   0 |   0 | 256 |  67k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
777.27/777.57	c   731s|  3510k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 |  67k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
779.47/779.70	c   733s|  3520k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3601 |   0 |   0 | 256 |  68k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
781.57/781.86	c   735s|  3530k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3589 |   0 |   0 | 256 |  68k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
783.77/784.09	c   737s|  3540k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 |  68k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
785.97/786.22	c   739s|  3550k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 |  68k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
788.16/788.43	c   741s|  3560k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3589 |   0 |   0 | 256 |  69k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
790.47/790.75	c   744s|  3570k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 |  69k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
792.78/793.03	c   746s|  3580k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3593 |   0 |   0 | 256 |  69k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
794.97/795.22	c   748s|  3590k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3596 |   0 |   0 | 256 |  69k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
796.97/797.26	c   750s|  3600k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3600 |   0 |   0 | 256 |  69k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
799.06/799.37	c   752s|  3610k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3602 |   0 |   0 | 256 |  69k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
801.16/801.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
801.16/801.47	c   754s|  3620k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3600 |   0 |   0 | 256 |  70k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
803.37/803.61	c   756s|  3630k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 |  70k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
805.46/805.75	c   758s|  3640k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3596 |   0 |   0 | 256 |  70k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
807.66/807.91	c   760s|  3650k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 |  70k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
809.96/810.20	c   762s|  3660k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 |  70k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
812.26/812.55	c   764s|  3670k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 |  70k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
814.56/814.82	c   766s|  3680k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 |  71k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
816.76/817.00	c   768s|  3690k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3588 |   0 |   0 | 256 |  71k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
818.76/819.09	c   770s|  3700k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3585 |   0 |   0 | 256 |  71k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
820.96/821.26	c   772s|  3710k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 |  71k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
823.16/823.49	c   774s|  3720k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 |  71k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
825.56/825.82	c   777s|  3730k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 |  72k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
827.66/827.94	c   779s|  3740k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3596 |   0 |   0 | 256 |  72k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
830.06/830.30	c   781s|  3750k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 |  72k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
832.16/832.40	c   783s|  3760k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 |  72k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
834.16/834.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
834.16/834.43	c   785s|  3770k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 |  72k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
836.35/836.62	c   787s|  3780k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3599 |   0 |   0 | 256 |  73k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
838.46/838.72	c   789s|  3790k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3600 |   0 |   0 | 256 |  73k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
840.75/841.09	c   791s|  3800k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 |  73k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
843.15/843.49	c   793s|  3810k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 |  74k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
845.85/846.14	c   796s|  3820k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 |  74k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
848.35/848.68	c   798s|  3830k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 |  75k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
850.85/851.12	c   800s|  3840k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 |  75k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
853.15/853.40	c   803s|  3850k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3575 |   0 |   0 | 256 |  75k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
855.35/855.63	c   805s|  3860k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 |  75k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
858.15/858.46	c   807s|  3870k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 |  76k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
860.84/861.10	c   810s|  3880k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 |  77k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
863.35/863.67	c   812s|  3890k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 |  77k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
865.85/866.16	c   815s|  3900k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 |  78k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
868.34/868.62	c   817s|  3910k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 |  79k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
870.65/870.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
870.65/870.98	c   819s|  3920k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3598 |   0 |   0 | 256 |  79k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
873.06/873.40	c   822s|  3930k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3605 |   0 |   0 | 256 |  79k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
875.44/875.79	c   824s|  3940k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 |  80k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
878.15/878.44	c   826s|  3950k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 |  81k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
880.45/880.73	c   828s|  3960k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3581 |   0 |   0 | 256 |  81k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
882.74/883.07	c   831s|  3970k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3582 |   0 |   0 | 256 |  81k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
885.25/885.59	c   833s|  3980k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 |  82k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
887.74/888.00	c   835s|  3990k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 |  82k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
889.84/890.10	c   837s|  4000k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3596 |   0 |   0 | 256 |  82k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
892.04/892.39	c   839s|  4010k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3595 |   0 |   0 | 256 |  83k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
894.34/894.60	c   842s|  4020k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3599 |   0 |   0 | 256 |  83k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
896.73/897.03	c   844s|  4030k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3593 |   0 |   0 | 256 |  83k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
899.04/899.38	c   846s|  4040k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3593 |   0 |   0 | 256 |  84k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
901.34/901.60	c   848s|  4050k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 |  84k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
903.43/903.74	c   850s|  4060k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3600 |   0 |   0 | 256 |  84k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
905.63/905.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
905.63/905.93	c   852s|  4070k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3603 |   0 |   0 | 256 |  84k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
907.74/908.08	c   854s|  4080k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3602 |   0 |   0 | 256 |  84k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
909.93/910.27	c   856s|  4090k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3602 |   0 |   0 | 256 |  85k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
912.13/912.44	c   858s|  4100k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3604 |   0 |   0 | 256 |  85k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
914.33/914.60	c   860s|  4110k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3602 |   0 |   0 | 256 |  85k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
916.83/917.13	c   863s|  4120k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3582 |   0 |   0 | 256 |  85k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
919.53/919.82	c   865s|  4130k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3576 |   0 |   0 | 256 |  86k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
922.13/922.45	c   868s|  4140k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3581 |   0 |   0 | 256 |  86k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
924.93/925.26	c   870s|  4150k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3583 |   0 |   0 | 256 |  87k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
927.63/927.96	c   873s|  4160k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3582 |   0 |   0 | 256 |  88k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
929.93/930.21	c   875s|  4170k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 |  88k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
932.43/932.80	c   878s|  4180k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 |  89k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
935.12/935.50	c   880s|  4190k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3585 |   0 |   0 | 256 |  89k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
937.63/937.95	c   882s|  4200k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3590 |   0 |   0 | 256 |  90k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
940.13/940.47	c   885s|  4210k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3593 |   0 |   0 | 256 |  90k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
942.73/943.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
942.73/943.01	c   887s|  4220k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3595 |   0 |   0 | 256 |  91k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
945.32/945.62	c   890s|  4230k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 |  92k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
948.12/948.43	c   892s|  4240k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 |  92k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
950.92/951.25	c   895s|  4250k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3589 |   0 |   0 | 256 |  93k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
953.92/954.27	c   898s|  4260k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3602 |   0 |   0 | 256 |  94k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
956.62/956.95	c   901s|  4270k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3607 |   0 |   0 | 256 |  94k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
959.02/959.33	c   903s|  4280k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3595 |   0 |   0 | 256 |  95k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
961.52/961.87	c   905s|  4290k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 |  95k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
964.02/964.37	c   908s|  4300k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 |  96k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
966.32/966.69	c   910s|  4310k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3597 |   0 |   0 | 256 |  96k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
968.62/968.96	c   912s|  4320k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3603 |   0 |   0 | 256 |  96k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
970.93/971.25	c   914s|  4330k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3597 |   0 |   0 | 256 |  97k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
973.22/973.52	c   916s|  4340k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3600 |   0 |   0 | 256 |  97k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
975.62/975.91	c   919s|  4350k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3596 |   0 |   0 | 256 |  97k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
978.01/978.37	c   921s|  4360k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3597 |   0 |   0 | 256 |  98k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
980.21/980.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
980.21/980.56	c   923s|  4370k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3609 |   0 |   0 | 256 |  98k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
982.51/982.87	c   925s|  4380k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3606 |   0 |   0 | 256 |  98k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
985.11/985.49	c   928s|  4390k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3598 |   0 |   0 | 256 |  99k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
987.71/988.06	c   930s|  4400k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3605 |   0 |   0 | 256 | 100k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
990.21/990.58	c   932s|  4410k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3603 |   0 |   0 | 256 | 100k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
992.71/993.07	c   935s|  4420k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3603 |   0 |   0 | 256 | 100k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
995.22/995.53	c   937s|  4430k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3600 |   0 |   0 | 256 | 101k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
997.51/997.85	c   939s|  4440k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3606 |   0 |   0 | 256 | 101k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
999.80/1000.17	c   941s|  4450k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 102k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1002.11/1002.43	c   944s|  4460k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3607 |   0 |   0 | 256 | 102k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1004.51/1004.80	c   946s|  4470k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 102k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1006.61/1006.97	c   948s|  4480k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3601 |   0 |   0 | 256 | 103k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1008.80/1009.18	c   950s|  4490k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3602 |   0 |   0 | 256 | 103k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1011.21/1011.60	c   952s|  4500k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 103k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1013.50/1013.85	c   954s|  4510k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3614 |   0 |   0 | 256 | 104k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1016.01/1016.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1016.01/1016.36	c   957s|  4520k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3606 |   0 |   0 | 256 | 104k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1018.21/1018.60	c   959s|  4530k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3614 |   0 |   0 | 256 | 104k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1020.70/1021.06	c   961s|  4540k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3603 |   0 |   0 | 256 | 105k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1023.00/1023.34	c   963s|  4550k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3607 |   0 |   0 | 256 | 105k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1025.41/1025.74	c   966s|  4560k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3607 |   0 |   0 | 256 | 106k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1027.60/1027.91	c   968s|  4570k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3606 |   0 |   0 | 256 | 106k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1029.80/1030.17	c   970s|  4580k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3612 |   0 |   0 | 256 | 106k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1032.09/1032.48	c   972s|  4590k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3608 |   0 |   0 | 256 | 107k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1034.40/1034.78	c   974s|  4600k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3606 |   0 |   0 | 256 | 107k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1036.70/1037.06	c   976s|  4610k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3603 |   0 |   0 | 256 | 107k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1038.90/1039.26	c   978s|  4620k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3610 |   0 |   0 | 256 | 107k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1041.09/1041.43	c   980s|  4630k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 107k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1043.19/1043.53	c   982s|  4640k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3606 |   0 |   0 | 256 | 108k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1045.50/1045.84	c   984s|  4650k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3604 |   0 |   0 | 256 | 108k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1047.70/1048.01	c   986s|  4660k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3607 |   0 |   0 | 256 | 108k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1049.89/1050.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1049.89/1050.22	c   989s|  4670k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3609 |   0 |   0 | 256 | 108k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1051.99/1052.38	c   991s|  4680k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3606 |   0 |   0 | 256 | 108k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1054.09/1054.47	c   993s|  4690k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3612 |   0 |   0 | 256 | 108k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1056.39/1056.76	c   995s|  4700k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 109k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1058.59/1058.93	c   997s|  4710k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3613 |   0 |   0 | 256 | 109k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1060.89/1061.22	c   999s|  4720k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3608 |   0 |   0 | 256 | 109k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1063.19/1063.50	c  1001s|  4730k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3609 |   0 |   0 | 256 | 109k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1065.29/1065.69	c  1003s|  4740k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3609 |   0 |   0 | 256 | 109k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1067.59/1067.96	c  1005s|  4750k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 109k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1069.69/1070.08	c  1007s|  4760k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3610 |   0 |   0 | 256 | 109k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1071.99/1072.33	c  1009s|  4770k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 110k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1074.19/1074.51	c  1011s|  4780k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3613 |   0 |   0 | 256 | 110k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1076.28/1076.67	c  1013s|  4790k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3610 |   0 |   0 | 256 | 110k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1078.49/1078.86	c  1015s|  4800k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3612 |   0 |   0 | 256 | 110k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1080.68/1081.00	c  1017s|  4810k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 110k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1082.98/1083.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1082.98/1083.31	c  1020s|  4820k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3617 |   0 |   0 | 256 | 110k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1084.98/1085.36	c  1022s|  4830k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 111k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1087.08/1087.45	c  1024s|  4840k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 111k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1089.09/1089.46	c  1025s|  4850k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3616 |   0 |   0 | 256 | 111k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1091.08/1091.50	c  1027s|  4860k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3618 |   0 |   0 | 256 | 111k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1093.18/1093.59	c  1029s|  4870k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3619 |   0 |   0 | 256 | 111k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1095.29/1095.68	c  1031s|  4880k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3616 |   0 |   0 | 256 | 111k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1097.39/1097.78	c  1033s|  4890k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 112k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1099.48/1099.84	c  1035s|  4900k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3624 |   0 |   0 | 256 | 112k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1101.48/1101.89	c  1037s|  4910k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3621 |   0 |   0 | 256 | 112k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1103.58/1103.92	c  1039s|  4920k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3624 |   0 |   0 | 256 | 112k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1105.68/1106.05	c  1041s|  4930k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3619 |   0 |   0 | 256 | 112k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1107.68/1108.05	c  1043s|  4940k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3621 |   0 |   0 | 256 | 112k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1109.78/1110.18	c  1045s|  4950k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3621 |   0 |   0 | 256 | 112k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1112.08/1112.41	c  1047s|  4960k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 113k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1114.27/1114.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1114.27/1114.64	c  1049s|  4970k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 113k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1116.37/1116.73	c  1051s|  4980k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3618 |   0 |   0 | 256 | 113k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1118.38/1118.75	c  1053s|  4990k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3616 |   0 |   0 | 256 | 113k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1120.58/1120.93	c  1055s|  5000k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3616 |   0 |   0 | 256 | 113k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1122.58/1122.93	c  1057s|  5010k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3619 |   0 |   0 | 256 | 113k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1124.57/1124.99	c  1059s|  5020k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3621 |   0 |   0 | 256 | 113k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1126.77/1127.12	c  1061s|  5030k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3617 |   0 |   0 | 256 | 113k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1128.87/1129.20	c  1063s|  5040k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3618 |   0 |   0 | 256 | 114k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1131.07/1131.43	c  1065s|  5050k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3619 |   0 |   0 | 256 | 114k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1133.17/1133.53	c  1067s|  5060k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 114k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1135.17/1135.55	c  1069s|  5070k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3621 |   0 |   0 | 256 | 114k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1137.26/1137.63	c  1071s|  5080k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3618 |   0 |   0 | 256 | 114k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1139.37/1139.79	c  1073s|  5090k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 114k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1141.67/1142.06	c  1075s|  5100k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3619 |   0 |   0 | 256 | 114k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1143.77/1144.11	c  1077s|  5110k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3617 |   0 |   0 | 256 | 115k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1145.87/1146.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1145.87/1146.26	c  1079s|  5120k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3623 |   0 |   0 | 256 | 115k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1147.97/1148.35	c  1081s|  5130k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3621 |   0 |   0 | 256 | 115k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1150.07/1150.47	c  1083s|  5140k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3620 |   0 |   0 | 256 | 115k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1152.27/1152.62	c  1085s|  5150k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3623 |   0 |   0 | 256 | 115k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1154.36/1154.79	c  1087s|  5160k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3630 |   0 |   0 | 256 | 116k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1156.66/1157.03	c  1089s|  5170k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3608 |   0 |   0 | 256 | 116k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1158.66/1159.07	c  1091s|  5180k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3610 |   0 |   0 | 256 | 116k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1160.66/1161.06	c  1093s|  5190k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3610 |   0 |   0 | 256 | 116k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1162.66/1163.03	c  1094s|  5200k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3608 |   0 |   0 | 256 | 116k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1164.66/1165.03	c  1096s|  5210k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3609 |   0 |   0 | 256 | 116k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1166.67/1167.09	c  1098s|  5220k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3612 |   0 |   0 | 256 | 116k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1168.66/1169.09	c  1100s|  5230k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3610 |   0 |   0 | 256 | 116k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1170.76/1171.18	c  1102s|  5240k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3612 |   0 |   0 | 256 | 116k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1172.86/1173.24	c  1104s|  5250k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3613 |   0 |   0 | 256 | 117k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1175.05/1175.43	c  1106s|  5260k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3613 |   0 |   0 | 256 | 117k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1177.06/1177.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1177.06/1177.48	c  1108s|  5270k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3617 |   0 |   0 | 256 | 117k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1179.26/1179.60	c  1110s|  5280k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3617 |   0 |   0 | 256 | 117k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1181.45/1181.80	c  1112s|  5290k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3612 |   0 |   0 | 256 | 117k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1183.56/1183.91	c  1114s|  5300k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3616 |   0 |   0 | 256 | 117k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1185.65/1186.05	c  1116s|  5310k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3617 |   0 |   0 | 256 | 117k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1187.86/1188.25	c  1118s|  5320k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3621 |   0 |   0 | 256 | 118k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1190.05/1190.48	c  1120s|  5330k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3613 |   0 |   0 | 256 | 118k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1192.25/1192.67	c  1122s|  5340k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 118k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1194.35/1194.78	c  1124s|  5350k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 118k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1196.46/1196.89	c  1126s|  5360k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3622 |   0 |   0 | 256 | 118k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1198.66/1199.02	c  1128s|  5370k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3621 |   0 |   0 | 256 | 119k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1200.76/1201.17	c  1130s|  5380k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3623 |   0 |   0 | 256 | 119k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1202.96/1203.32	c  1132s|  5390k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3622 |   0 |   0 | 256 | 119k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1205.35/1205.70	c  1134s|  5400k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3552 |   0 |   0 | 256 | 119k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1207.75/1208.11	c  1137s|  5410k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3553 |   0 |   0 | 256 | 119k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1209.95/1210.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1209.95/1210.30	c  1139s|  5420k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 | 119k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1212.25/1212.68	c  1141s|  5430k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 | 120k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1214.75/1215.13	c  1143s|  5440k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 | 120k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1216.95/1217.37	c  1145s|  5450k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 | 120k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1219.55/1219.91	c  1148s|  5460k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 | 121k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1222.05/1222.45	c  1150s|  5470k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 121k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1224.24/1224.64	c  1152s|  5480k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 121k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1226.44/1226.87	c  1154s|  5490k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 121k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1228.64/1229.08	c  1156s|  5500k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 122k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1230.84/1231.27	c  1159s|  5510k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 | 122k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1233.14/1233.50	c  1161s|  5520k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 | 122k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1235.24/1235.68	c  1163s|  5530k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 | 122k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1237.34/1237.77	c  1165s|  5540k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 | 122k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1239.44/1239.89	c  1167s|  5550k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 | 123k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1241.64/1242.00	c  1169s|  5560k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 | 123k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1243.75/1244.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1243.75/1244.15	c  1171s|  5570k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 123k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1245.85/1246.28	c  1173s|  5580k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 | 123k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1247.94/1248.33	c  1175s|  5590k|   328 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 123k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1249.84/1250.25	c  1176s|  5600k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 123k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1251.84/1252.25	c  1178s|  5610k|   327 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 124k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1253.83/1254.26	c  1180s|  5620k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 124k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1256.04/1256.42	c  1182s|  5630k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 | 124k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1258.04/1258.46	c  1184s|  5640k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 | 124k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1260.14/1260.55	c  1186s|  5650k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 124k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1262.24/1262.64	c  1188s|  5660k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 | 124k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1264.33/1264.71	c  1190s|  5670k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 124k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1266.33/1266.72	c  1192s|  5680k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 | 124k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1268.33/1268.75	c  1194s|  5690k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 | 125k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1270.43/1270.89	c  1196s|  5700k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 | 125k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1272.53/1272.99	c  1198s|  5710k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 125k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1274.73/1275.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1274.73/1275.10	c  1200s|  5720k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 | 125k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1276.93/1277.31	c  1202s|  5730k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 | 125k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1279.03/1279.41	c  1204s|  5740k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 | 125k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1281.03/1281.40	c  1206s|  5750k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 | 125k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1282.93/1283.38	c  1207s|  5760k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 | 126k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1285.13/1285.59	c  1209s|  5770k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 | 126k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1287.22/1287.64	c  1211s|  5780k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 126k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1289.33/1289.70	c  1213s|  5790k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 | 126k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1291.42/1291.80	c  1215s|  5800k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 126k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1293.43/1293.85	c  1217s|  5810k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 | 126k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1295.53/1295.97	c  1219s|  5820k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 | 126k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1297.63/1298.02	c  1221s|  5830k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 | 126k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1299.73/1300.17	c  1223s|  5840k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3555 |   0 |   0 | 256 | 127k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1301.83/1302.21	c  1225s|  5850k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 | 127k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1303.82/1304.22	c  1227s|  5860k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 127k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1305.92/1306.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1305.92/1306.31	c  1229s|  5870k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 | 127k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1307.92/1308.32	c  1231s|  5880k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3557 |   0 |   0 | 256 | 127k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1309.92/1310.39	c  1233s|  5890k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 127k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1312.22/1312.67	c  1235s|  5900k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 | 127k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1314.62/1315.03	c  1237s|  5910k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 128k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1316.62/1317.04	c  1239s|  5920k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 128k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1318.72/1319.13	c  1241s|  5930k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 | 128k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1320.82/1321.27	c  1243s|  5940k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 | 128k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1323.02/1323.40	c  1245s|  5950k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 | 128k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1325.12/1325.57	c  1247s|  5960k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 129k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1327.32/1327.75	c  1249s|  5970k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 129k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1329.72/1330.17	c  1251s|  5980k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 129k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1331.81/1332.27	c  1253s|  5990k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 | 129k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1333.82/1334.24	c  1255s|  6000k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 129k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1335.81/1336.28	c  1257s|  6010k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 130k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1338.01/1338.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1338.01/1338.42	c  1259s|  6020k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 130k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1340.11/1340.53	c  1261s|  6030k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 | 130k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1342.11/1342.55	c  1263s|  6040k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 | 130k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1344.11/1344.55	c  1265s|  6050k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 130k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1346.21/1346.70	c  1267s|  6060k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 | 130k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1348.41/1348.80	c  1269s|  6070k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 | 130k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1350.51/1350.95	c  1271s|  6080k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 | 130k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1352.51/1352.95	c  1273s|  6090k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 | 131k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1354.51/1354.93	c  1275s|  6100k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 | 131k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1356.50/1356.93	c  1276s|  6110k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 | 131k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1358.61/1359.00	c  1278s|  6120k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 131k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1360.61/1361.08	c  1280s|  6130k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 | 131k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1362.90/1363.33	c  1282s|  6140k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 131k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1365.11/1365.57	c  1284s|  6150k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 | 132k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1367.31/1367.70	c  1286s|  6160k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 132k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1369.61/1370.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1369.61/1370.01	c  1289s|  6170k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3558 |   0 |   0 | 256 | 132k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1371.90/1372.35	c  1291s|  6180k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 | 132k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1374.20/1374.63	c  1293s|  6190k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 | 132k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1376.40/1376.82	c  1295s|  6200k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 132k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1379.01/1379.42	c  1298s|  6210k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 133k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1381.21/1381.61	c  1300s|  6220k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 | 133k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1383.31/1383.79	c  1302s|  6230k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 133k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1385.61/1386.01	c  1304s|  6240k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 134k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1387.50/1387.98	c  1306s|  6250k|   324 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 134k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1389.50/1389.95	c  1307s|  6260k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 | 134k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1391.49/1391.93	c  1309s|  6270k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 134k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1393.49/1393.95	c  1311s|  6280k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 134k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1395.80/1396.20	c  1313s|  6290k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 134k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1397.99/1398.41	c  1315s|  6300k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 134k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1400.00/1400.44	c  1317s|  6310k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 | 134k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1402.00/1402.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1402.00/1402.48	c  1319s|  6320k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 134k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1404.00/1404.45	c  1321s|  6330k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 135k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1406.00/1406.48	c  1323s|  6340k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 135k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1408.09/1408.56	c  1325s|  6350k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 135k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1410.19/1410.60	c  1327s|  6360k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 135k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1412.29/1412.74	c  1329s|  6370k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3559 |   0 |   0 | 256 | 135k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1414.39/1414.86	c  1331s|  6380k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 135k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1416.49/1416.91	c  1333s|  6390k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 135k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1418.39/1418.87	c  1334s|  6400k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 135k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1420.49/1420.94	c  1336s|  6410k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 | 135k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1422.48/1422.95	c  1338s|  6420k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 136k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1424.78/1425.25	c  1340s|  6430k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 136k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1426.79/1427.27	c  1342s|  6440k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 136k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1428.78/1429.26	c  1344s|  6450k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 136k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1430.79/1431.28	c  1346s|  6460k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 136k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1432.89/1433.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1432.89/1433.38	c  1348s|  6470k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 136k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1434.99/1435.45	c  1350s|  6480k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 136k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1437.30/1437.78	c  1352s|  6490k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 136k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1439.29/1439.76	c  1354s|  6500k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 137k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1441.39/1441.81	c  1356s|  6510k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 137k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1443.49/1443.92	c  1358s|  6520k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 137k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1445.78/1446.23	c  1360s|  6530k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 | 137k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1448.08/1448.58	c  1362s|  6540k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3562 |   0 |   0 | 256 | 137k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1450.08/1450.59	c  1364s|  6550k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 137k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1452.18/1452.63	c  1366s|  6560k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 137k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1454.28/1454.75	c  1368s|  6570k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 | 137k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1456.38/1456.89	c  1370s|  6580k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 | 137k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1458.67/1459.18	c  1372s|  6590k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 138k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1461.08/1461.55	c  1375s|  6600k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 | 138k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1463.38/1463.81	c  1377s|  6610k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 138k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1465.37/1465.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1465.37/1465.88	c  1379s|  6620k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 138k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1467.47/1467.90	c  1381s|  6630k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 138k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1469.48/1469.96	c  1382s|  6640k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 138k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1471.57/1472.07	c  1384s|  6650k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 138k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1473.68/1474.16	c  1386s|  6660k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 138k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1475.68/1476.20	c  1388s|  6670k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1477.78/1478.28	c  1390s|  6680k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1479.88/1480.33	c  1392s|  6690k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1481.87/1482.33	c  1394s|  6700k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1484.07/1484.50	c  1396s|  6710k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1486.17/1486.66	c  1398s|  6720k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3567 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1488.27/1488.78	c  1400s|  6730k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1490.47/1490.95	c  1402s|  6740k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1492.67/1493.15	c  1404s|  6750k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3564 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1494.96/1495.43	c  1406s|  6760k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 | 139k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1497.06/1497.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1497.06/1497.55	c  1408s|  6770k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3576 |   0 |   0 | 256 | 140k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1499.07/1499.59	c  1410s|  6780k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3575 |   0 |   0 | 256 | 140k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1501.17/1501.61	c  1412s|  6790k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 | 140k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1503.37/1503.81	c  1414s|  6800k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3576 |   0 |   0 | 256 | 140k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1505.37/1505.89	c  1416s|  6810k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 | 140k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1507.67/1508.16	c  1418s|  6820k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 | 140k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1509.87/1510.37	c  1420s|  6830k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 140k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1512.16/1512.66	c  1422s|  6840k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 | 140k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1514.36/1514.80	c  1424s|  6850k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 | 140k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1516.47/1516.90	c  1426s|  6860k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 141k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1518.57/1519.04	c  1428s|  6870k|   313 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 | 141k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1520.77/1521.20	c  1430s|  6880k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 | 141k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1522.86/1523.33	c  1432s|  6890k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 | 141k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1525.06/1525.59	c  1435s|  6900k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3550 |   0 |   0 | 256 | 141k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1527.37/1527.85	c  1437s|  6910k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3552 |   0 |   0 | 256 | 142k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1529.67/1530.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.67/1530.15	c  1439s|  6920k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3551 |   0 |   0 | 256 | 142k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1531.95/1532.40	c  1441s|  6930k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 | 142k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1534.16/1534.67	c  1443s|  6940k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3560 |   0 |   0 | 256 | 142k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1536.56/1537.06	c  1445s|  6950k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3556 |   0 |   0 | 256 | 143k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1538.85/1539.35	c  1447s|  6960k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3563 |   0 |   0 | 256 | 143k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1541.56/1542.03	c  1450s|  6970k|   313 |  7871 |   0.0 |  11M| 539 |   - |1000 |3561 |   0 |   0 | 256 | 144k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1543.75/1544.29	c  1452s|  6980k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 144k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1546.06/1546.59	c  1454s|  6990k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 | 144k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1548.55/1549.03	c  1457s|  7000k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3554 |   0 |   0 | 256 | 145k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1551.05/1551.58	c  1459s|  7010k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3577 |   0 |   0 | 256 | 145k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1553.45/1553.96	c  1461s|  7020k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3581 |   0 |   0 | 256 | 146k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1556.06/1556.52	c  1464s|  7030k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 | 146k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1558.55/1559.03	c  1466s|  7040k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 | 147k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1561.05/1561.59	c  1469s|  7050k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 147k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1563.65/1564.19	c  1471s|  7060k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3569 |   0 |   0 | 256 | 148k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1566.45/1566.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.45/1566.90	c  1474s|  7070k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3573 |   0 |   0 | 256 | 149k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1569.15/1569.63	c  1476s|  7080k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3579 |   0 |   0 | 256 | 150k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1571.84/1572.39	c  1479s|  7090k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3577 |   0 |   0 | 256 | 150k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1574.44/1574.99	c  1481s|  7100k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 | 151k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1576.95/1577.43	c  1484s|  7110k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3579 |   0 |   0 | 256 | 152k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1579.54/1580.01	c  1486s|  7120k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 | 152k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1581.85/1582.33	c  1488s|  7130k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3588 |   0 |   0 | 256 | 152k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1584.15/1584.60	c  1490s|  7140k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3571 |   0 |   0 | 256 | 153k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1586.55/1587.01	c  1493s|  7150k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3566 |   0 |   0 | 256 | 153k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1588.95/1589.41	c  1495s|  7160k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 | 154k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1591.25/1591.71	c  1497s|  7170k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3568 |   0 |   0 | 256 | 154k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1593.44/1593.95	c  1499s|  7180k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 | 154k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1595.65/1596.11	c  1501s|  7190k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3577 |   0 |   0 | 256 | 154k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1597.84/1598.38	c  1503s|  7200k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3576 |   0 |   0 | 256 | 155k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1599.84/1600.37	c  1505s|  7210k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3577 |   0 |   0 | 256 | 155k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1601.94/1602.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.94/1602.41	c  1507s|  7220k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 | 155k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1603.93/1604.45	c  1509s|  7230k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 | 155k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1606.03/1606.52	c  1511s|  7240k|   325 |  7871 |   0.0 |  11M| 539 |   - |1000 |3576 |   0 |   0 | 256 | 155k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1608.04/1608.51	c  1513s|  7250k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 | 155k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1610.03/1610.59	c  1515s|  7260k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 | 156k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1612.14/1612.69	c  1517s|  7270k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 | 156k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1614.24/1614.75	c  1519s|  7280k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 | 156k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1616.23/1616.79	c  1520s|  7290k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3577 |   0 |   0 | 256 | 156k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1618.33/1618.84	c  1522s|  7300k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 | 156k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1620.43/1620.99	c  1524s|  7310k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3588 |   0 |   0 | 256 | 156k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1622.63/1623.13	c  1526s|  7320k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3565 |   0 |   0 | 256 | 157k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1625.03/1625.54	c  1529s|  7330k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 | 157k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1627.64/1628.19	c  1531s|  7340k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 | 158k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1630.13/1630.67	c  1534s|  7350k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3578 |   0 |   0 | 256 | 158k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1632.42/1632.91	c  1536s|  7360k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 | 159k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1634.73/1635.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1634.73/1635.27	c  1538s|  7370k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 | 159k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1637.13/1637.68	c  1540s|  7380k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3577 |   0 |   0 | 256 | 159k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1639.63/1640.12	c  1542s|  7390k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3585 |   0 |   0 | 256 | 160k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1641.84/1642.30	c  1545s|  7400k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 | 160k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1643.82/1644.37	c  1546s|  7410k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 | 160k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1645.93/1646.46	c  1548s|  7420k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 | 161k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1648.22/1648.76	c  1551s|  7430k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 | 161k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1650.33/1650.87	c  1553s|  7440k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3596 |   0 |   0 | 256 | 161k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1652.42/1652.96	c  1555s|  7450k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3595 |   0 |   0 | 256 | 161k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1654.42/1654.97	c  1556s|  7460k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3583 |   0 |   0 | 256 | 161k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1656.63/1657.10	c  1558s|  7470k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3585 |   0 |   0 | 256 | 162k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1658.72/1659.28	c  1560s|  7480k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3590 |   0 |   0 | 256 | 162k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1661.23/1661.78	c  1563s|  7490k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 | 162k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1663.53/1664.04	c  1565s|  7500k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 | 163k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1665.72/1666.21	c  1567s|  7510k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3596 |   0 |   0 | 256 | 163k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1667.92/1668.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1667.92/1668.46	c  1569s|  7520k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 | 163k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1670.43/1670.95	c  1572s|  7530k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3595 |   0 |   0 | 256 | 163k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1672.62/1673.11	c  1574s|  7540k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3597 |   0 |   0 | 256 | 164k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1674.72/1675.28	c  1576s|  7550k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3602 |   0 |   0 | 256 | 164k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1677.11/1677.62	c  1578s|  7560k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 164k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1679.61/1680.10	c  1580s|  7570k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 | 165k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1681.91/1682.45	c  1582s|  7580k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3581 |   0 |   0 | 256 | 165k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1684.22/1684.77	c  1585s|  7590k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3585 |   0 |   0 | 256 | 166k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1686.51/1687.04	c  1587s|  7600k|   326 |  7871 |   0.0 |  11M| 539 |   - |1000 |3582 |   0 |   0 | 256 | 166k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1688.62/1689.13	c  1589s|  7610k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 | 166k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1690.71/1691.29	c  1591s|  7620k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3583 |   0 |   0 | 256 | 166k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1692.91/1693.41	c  1593s|  7630k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3583 |   0 |   0 | 256 | 166k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1694.91/1695.49	c  1595s|  7640k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 | 166k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1697.01/1697.59	c  1597s|  7650k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 | 167k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1699.11/1699.68	c  1599s|  7660k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3585 |   0 |   0 | 256 | 167k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1701.31/1701.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1701.31/1701.85	c  1601s|  7670k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 | 167k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1703.61/1704.16	c  1603s|  7680k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 | 167k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1705.81/1706.31	c  1605s|  7690k|   323 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 | 167k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1707.91/1708.44	c  1607s|  7700k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3589 |   0 |   0 | 256 | 168k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1710.02/1710.58	c  1609s|  7710k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3591 |   0 |   0 | 256 | 168k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1712.22/1712.72	c  1611s|  7720k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3594 |   0 |   0 | 256 | 168k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1714.31/1714.88	c  1613s|  7730k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3587 |   0 |   0 | 256 | 168k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1716.51/1717.01	c  1615s|  7740k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3590 |   0 |   0 | 256 | 168k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1718.91/1719.49	c  1617s|  7750k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3570 |   0 |   0 | 256 | 169k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1721.70/1722.27	c  1620s|  7760k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3580 |   0 |   0 | 256 | 170k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1724.40/1724.92	c  1622s|  7770k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3572 |   0 |   0 | 256 | 170k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1727.10/1727.67	c  1625s|  7780k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3579 |   0 |   0 | 256 | 171k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1729.71/1730.28	c  1627s|  7790k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3592 |   0 |   0 | 256 | 172k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1732.10/1732.70	c  1630s|  7800k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3574 |   0 |   0 | 256 | 172k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1734.40/1734.97	c  1632s|  7810k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3575 |   0 |   0 | 256 | 173k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1736.60/1737.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1736.60/1737.15	c  1634s|  7820k|   322 |  7871 |   0.0 |  11M| 539 |   - |1000 |3579 |   0 |   0 | 256 | 173k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1738.80/1739.39	c  1636s|  7830k|   321 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 | 173k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1740.89/1741.48	c  1638s|  7840k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3586 |   0 |   0 | 256 | 173k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1743.00/1743.59	c  1640s|  7850k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3582 |   0 |   0 | 256 | 174k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1745.20/1745.77	c  1642s|  7860k|   319 |  7871 |   0.0 |  11M| 539 |   - |1000 |3583 |   0 |   0 | 256 | 174k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1747.30/1747.88	c  1644s|  7870k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3584 |   0 |   0 | 256 | 174k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1749.39/1749.98	c  1646s|  7880k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3582 |   0 |   0 | 256 | 174k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1751.50/1752.07	c  1648s|  7890k|   313 |  7871 |   0.0 |  11M| 539 |   - |1000 |3583 |   0 |   0 | 256 | 175k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1753.60/1754.17	c  1650s|  7900k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3585 |   0 |   0 | 256 | 175k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1755.79/1756.39	c  1652s|  7910k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3598 |   0 |   0 | 256 | 175k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1758.19/1758.78	c  1654s|  7920k|   312 |  7871 |   0.0 |  11M| 539 |   - |1000 |3598 |   0 |   0 | 256 | 176k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1760.79/1761.36	c  1657s|  7930k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3593 |   0 |   0 | 256 | 176k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1763.29/1763.90	c  1659s|  7940k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3601 |   0 |   0 | 256 | 177k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1765.89/1766.43	c  1661s|  7950k|   318 |  7871 |   0.0 |  11M| 539 |   - |1000 |3598 |   0 |   0 | 256 | 177k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1768.20/1768.76	c  1664s|  7960k|   314 |  7871 |   0.0 |  11M| 539 |   - |1000 |3605 |   0 |   0 | 256 | 178k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1770.79/1771.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1770.79/1771.31	c  1666s|  7970k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3601 |   0 |   0 | 256 | 178k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1773.09/1773.68	c  1668s|  7980k|   312 |  7871 |   0.0 |  11M| 539 |   - |1000 |3606 |   0 |   0 | 256 | 179k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1775.39/1775.99	c  1670s|  7990k|   316 |  7871 |   0.0 |  11M| 539 |   - |1000 |3608 |   0 |   0 | 256 | 179k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1777.58/1778.19	c  1673s|  8000k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 179k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1779.99/1780.56	c  1675s|  8010k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3608 |   0 |   0 | 256 | 179k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1782.18/1782.74	c  1677s|  8020k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 180k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1784.39/1784.97	c  1679s|  8030k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3616 |   0 |   0 | 256 | 180k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1786.69/1787.20	c  1681s|  8040k|   313 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 180k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1789.19/1789.75	c  1683s|  8050k|   315 |  7871 |   0.0 |  11M| 539 |   - |1000 |3614 |   0 |   0 | 256 | 181k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1791.29/1791.90	c  1685s|  8060k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3610 |   0 |   0 | 256 | 181k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1793.49/1794.07	c  1687s|  8070k|   317 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 181k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1795.69/1796.28	c  1690s|  8080k|   320 |  7871 |   0.0 |  11M| 539 |   - |1000 |3611 |   0 |   0 | 256 | 181k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1797.99/1798.60	c  1692s|  8090k|   313 |  7871 |   0.0 |  11M| 539 |   - |1000 |3615 |   0 |   0 | 256 | 182k|  29 | 2.725301e+02 | 3.020000e+02 |  10.81%
1800.10/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.10/1800.61	c 
1800.10/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.61	c Solving Time (sec) : 1693.66
1800.10/1800.61	c Solving Nodes      : 8098892
1800.10/1800.61	c Primal Bound       : +3.02000000000000e+02 (35 solutions)
1800.10/1800.61	c Dual Bound         : +2.72530050284691e+02
1800.10/1800.61	c Gap                : 10.81 %
1800.10/1800.62	s SATISFIABLE
1800.10/1800.62	v -x1020 -x1019 -x1018 -x1017 -x1016 -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 
1800.10/1800.62	v -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 x987 -x986 -x985 x984 -x983 -x982 
1800.10/1800.62	v -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 x963 -x962 -x961 
1800.10/1800.62	v -x960 -x959 -x958 -x957 -x956 x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 x944 -x943 -x942 -x941 -x940 -x939 
1800.10/1800.62	v -x938 -x937 -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 x927 -x926 -x925 x924 -x923 -x922 -x921 x920 -x919 x918 
1800.10/1800.62	v -x917 x916 -x915 x914 -x913 x912 -x911 x910 -x909 x908 -x907 x906 -x905 -x904 x903 x902 -x901 -x900 -x899 -x898 x897 -x896 
1800.10/1800.62	v -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 x884 -x883 -x882 -x881 -x880 -x879 -x878 x877 -x876 -x875 -x874 
1800.10/1800.62	v -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 
1800.10/1800.62	v -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 x844 -x843 -x842 x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 
1800.10/1800.62	v -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 
1800.10/1800.62	v -x810 x809 -x808 -x807 -x806 -x805 x804 -x803 -x802 -x801 -x800 x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 
1800.10/1800.62	v -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 x769 
1800.10/1800.62	v -x768 -x767 -x766 -x765 x764 -x763 -x762 -x761 x760 -x759 x758 -x757 x756 -x755 x754 -x753 x752 -x751 x750 -x749 x748 -x747 
1800.10/1800.62	v x746 -x745 -x744 x743 x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 x729 -x728 -x727 -x726 -x725 
1800.10/1800.62	v x724 -x723 -x722 -x721 x720 -x719 x718 -x717 x716 -x715 x714 -x713 x712 -x711 x710 -x709 x708 -x707 x706 -x705 -x704 x703 
1800.10/1800.62	v x702 -x701 x700 -x699 x698 -x697 x696 -x695 x694 -x693 x692 -x691 x690 -x689 x688 -x687 x686 -x685 -x684 x683 x682 -x681 x680 
1800.10/1800.62	v -x679 x678 -x677 x676 -x675 x674 -x673 x672 -x671 x670 -x669 x668 -x667 x666 -x665 -x664 x663 x662 -x661 -x660 -x659 -x658 
1800.10/1800.62	v x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 x640 -x639 x638 -x637 x636 
1800.10/1800.62	v -x635 x634 -x633 x632 -x631 x630 -x629 x628 -x627 x626 -x625 -x624 x623 x622 -x621 x620 -x619 x618 -x617 x616 -x615 x614 -x613 
1800.10/1800.62	v x612 -x611 x610 -x609 x608 -x607 x606 -x605 -x604 x603 x602 -x601 -x600 -x599 -x598 -x597 -x596 x595 -x594 -x593 -x592 -x591 
1800.10/1800.62	v -x590 -x589 -x588 -x587 -x586 -x585 x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 
1800.10/1800.62	v -x569 -x568 -x567 -x566 x565 x564 -x563 -x562 -x561 x560 -x559 x558 -x557 x556 -x555 x554 -x553 x552 -x551 x550 -x549 x548 
1800.10/1800.62	v -x547 x546 -x545 -x544 x543 x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 x529 -x528 -x527 
1800.10/1800.62	v -x526 -x525 x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 
1800.10/1800.62	v -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 x491 -x490 -x489 -x488 -x487 -x486 -x485 x484 
1800.10/1800.62	v -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 x467 -x466 -x465 x464 -x463 
1800.10/1800.62	v -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 
1800.10/1800.62	v -x441 -x440 -x439 -x438 -x437 -x436 x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 x424 -x423 -x422 -x421 
1800.10/1800.62	v x420 -x419 x418 -x417 x416 -x415 x414 -x413 x412 -x411 x410 -x409 x408 -x407 x406 -x405 -x404 x403 x402 -x401 -x400 x399 -x398 
1800.10/1800.62	v -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 x379 -x378 -x377 
1800.10/1800.62	v -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 x364 -x363 -x362 -x361 x360 -x359 x358 -x357 x356 
1800.10/1800.62	v -x355 x354 -x353 x352 -x351 x350 -x349 x348 -x347 x346 -x345 -x344 x343 x342 -x341 -x340 x339 -x338 -x337 -x336 -x335 -x334 
1800.10/1800.62	v -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 x324 -x323 -x322 -x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 -x312 
1800.10/1800.62	v x311 -x310 x309 -x308 x307 x306 -x305 -x304 x303 -x302 x301 -x300 x299 -x298 x297 -x296 x295 -x294 x293 -x292 x291 -x290 x289 
1800.10/1800.62	v -x288 x287 -x286 x285 -x284 x283 -x282 x281 -x280 x279 -x278 x277 -x276 x275 x274 -x273 -x272 x271 -x270 x269 -x268 x267 -x266 
1800.10/1800.62	v x265 -x264 x263 -x262 x261 -x260 x259 -x258 x257 -x256 x255 -x254 x253 -x252 x251 -x250 x249 -x248 x247 -x246 x245 -x244 
1800.10/1800.62	v x243 x242 -x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 -x232 x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 
1800.10/1800.62	v -x220 x219 -x218 x217 -x216 x215 -x214 x213 -x212 x211 x210 -x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 -x200 x199 -x198 
1800.10/1800.62	v x197 -x196 x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 x178 -x177 -x176 
1800.10/1800.62	v x175 -x174 x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 
1800.10/1800.62	v -x152 x151 -x150 x149 -x148 x147 x146 -x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 x131 -x130 
1800.10/1800.62	v x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 x114 -x113 -x112 x111 -x110 x109 -x108 x107 
1800.10/1800.62	v -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 x82 -x81 
1800.10/1800.62	v -x80 x79 -x78 x77 -x76 x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 x61 -x60 x59 x58 -x57 -x56 x55 -x54 
1800.10/1800.62	v x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 -x40 x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 x27 -x26 
1800.10/1800.62	v x25 -x24 x23 -x22 x21 -x20 x19 x18 -x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1800.10/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.62	c Solving Time       :    1693.66
1800.10/1800.62	c Original Problem   :
1800.10/1800.62	c   Problem name     : HOME/instance-2665669-1276463560.opb
1800.10/1800.62	c   Variables        : 1020 (1020 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.62	c   Constraints      : 3575 initial, 3575 maximal
1800.10/1800.62	c Presolved Problem  :
1800.10/1800.62	c   Problem name     : t_HOME/instance-2665669-1276463560.opb
1800.10/1800.62	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.62	c   Constraints      : 3545 initial, 3644 maximal
1800.10/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.10/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.62	c   dualfix          :       0.00         20          0          0          0          0          0          0          0
1800.10/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.62	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.10/1800.62	c   linear           :       0.04          0          0          0          0          0         30          0          0
1800.10/1800.62	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1800.10/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.10/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.62	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.10/1800.62	c   logicor          :       3545+        23    8286260          0         33     182282   53796622          0          0          0
1800.10/1800.62	c   countsols        :          0          0          0          0         33          0          0          0          0          0
1800.10/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.62	c   integral         :       1.51       0.00       0.00       1.51       0.00
1800.10/1800.62	c   logicor          :     302.50       0.02     302.48       0.00       0.00
1800.10/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.62	c   vbounds          :       7.05          2          0          0
1800.10/1800.62	c   rootredcost      :       6.46         33          0          0
1800.10/1800.62	c   pseudoobj        :     729.55   13509533    3872945   21843975
1800.10/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.10/1800.62	c   propagation      :     114.05     182282     182282     182282       63.9          5       80.6          -
1800.10/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.62	c   pseudo solution  :       0.07        360          0          0        0.0          0        0.0          -
1800.10/1800.62	c   applied globally :          -          -          -     182287       63.9          -          -          -
1800.10/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.10/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.62	c   cut pool         :       0.03         22          -          -        540          -    (maximal pool size: 2019)
1800.10/1800.62	c   redcost          :       0.00         23          0          0          0          0
1800.10/1800.62	c   impliedbounds    :       0.00         23          0          0          0          0
1800.10/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.10/1800.62	c   gomory           :       3.31         23          0          0       7064          0
1800.10/1800.62	c   strongcg         :       1.94         20          0          0       8834          0
1800.10/1800.62	c   cmir             :       0.25         10          0          0          0          0
1800.10/1800.62	c   flowcover        :       0.20         10          0          0          0          0
1800.10/1800.62	c   clique           :       0.02          1          0          0          0          0
1800.10/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.62	c   mcf              :       0.00          1          0          0          0          0
1800.10/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.10/1800.62	c Pricers            :       Time      Calls       Vars
1800.10/1800.62	c   problem variables:       0.00          0          0
1800.10/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.62	c   relpscost        :       1.51          1          0          0          0          0          2
1800.10/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   inference        :     206.78    4068732          0          0          0          0    8137464
1800.10/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.62	c   LP solutions     :       0.00          -          0
1800.10/1800.62	c   pseudo solutions :       0.01          -         33
1800.10/1800.62	c   crossover        :       0.00          0          0
1800.10/1800.62	c   oneopt           :       5.14          2          1
1800.10/1800.62	c   trivial          :       0.00          2          0
1800.10/1800.62	c   simplerounding   :       0.00          0          0
1800.10/1800.62	c   zirounding       :       0.00          1          0
1800.10/1800.62	c   rounding         :       0.06         23          0
1800.10/1800.62	c   shifting         :       0.40         23          1
1800.10/1800.62	c   intshifting      :       0.00          0          0
1800.10/1800.62	c   twoopt           :       0.00          0          0
1800.10/1800.62	c   fixandinfer      :       0.00          0          0
1800.10/1800.62	c   feaspump         :       0.03          1          0
1800.10/1800.62	c   coefdiving       :       0.00          0          0
1800.10/1800.62	c   pscostdiving     :       0.00          0          0
1800.10/1800.62	c   fracdiving       :       0.00          0          0
1800.10/1800.62	c   veclendiving     :       0.00          0          0
1800.10/1800.62	c   intdiving        :       0.00          0          0
1800.10/1800.62	c   actconsdiving    :       0.00          0          0
1800.10/1800.62	c   objpscostdiving  :       0.00          0          0
1800.10/1800.62	c   rootsoldiving    :       0.00          0          0
1800.10/1800.62	c   linesearchdiving :       0.00          0          0
1800.10/1800.62	c   guideddiving     :       0.00          0          0
1800.10/1800.62	c   octane           :       0.00          0          0
1800.10/1800.62	c   rens             :       0.01          0          0
1800.10/1800.62	c   rins             :       0.00          0          0
1800.10/1800.62	c   localbranching   :       0.00          0          0
1800.10/1800.62	c   mutation         :       0.00          0          0
1800.10/1800.62	c   dins             :       0.00          0          0
1800.10/1800.62	c   undercover       :       0.00          0          0
1800.10/1800.62	c   nlp              :       3.37          0          0
1800.10/1800.62	c   trysol           :       4.09          0          0
1800.10/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.62	c   primal LP        :       0.02          0          0       0.00       0.00
1800.10/1800.62	c   dual LP          :       1.42         23       7871     342.22    5542.96
1800.10/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.10/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.10/1800.62	c   diving/probing LP:       0.01          0          0       0.00       0.00
1800.10/1800.62	c   strong branching :       1.51         29       5611     193.48    3715.89
1800.10/1800.62	c     (at root node) :          -         29       5611     193.48          -
1800.10/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.10/1800.62	c B&B Tree           :
1800.10/1800.62	c   number of runs   :          1
1800.10/1800.62	c   nodes            :    8098892
1800.10/1800.62	c   nodes (total)    :    8098892
1800.10/1800.62	c   nodes left       :        315
1800.10/1800.62	c   max depth        :        539
1800.10/1800.62	c   max depth (total):        539
1800.10/1800.62	c   backtracks       :     926749 (11.4%)
1800.10/1800.62	c   delayed cutoffs  :      34915
1800.10/1800.62	c   repropagations   :      50153 (519898 domain reductions, 25461 cutoffs)
1800.10/1800.62	c   avg switch length:       2.00
1800.10/1800.62	c   switching time   :     190.63
1800.10/1800.62	c Solution           :
1800.10/1800.62	c   Solutions found  :         35 (35 improvements)
1800.10/1800.62	c   First Solution   : +5.10000000000002e+02   (in run 1, after 1 nodes, 4.41 seconds, depth 0, found by <shifting>)
1800.10/1800.62	c   Primal Bound     : +3.02000000000000e+02   (in run 1, after 120169 nodes, 30.70 seconds, depth 539, found by <relaxation>)
1800.10/1800.62	c   Dual Bound       : +2.72530050284691e+02
1800.10/1800.62	c   Gap              :      10.81 %
1800.10/1800.62	c   Root Dual Bound  : +2.72296735608284e+02
1800.10/1800.62	c   Root Iterations  :       7871
1800.10/1800.65	c Time complete: 1800.13.

Verifier Data

OK	302

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665669-1276463560/watcher-2665669-1276463560 -o /tmp/evaluation-result-2665669-1276463560/solver-2665669-1276463560 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665669-1276463560.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.92 0.98 0.99 3/106 24706
/proc/meminfo: memFree=1840240/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=9288 CPUtime=0
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 1154 0 0 0 0 0 0 0 22 0 1 0 21957471 9510912 1074 1992294400 4194304 9819077 140734282936144 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24706/statm: 2322 1084 371 1374 0 943 0

[startup+0.023105 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24706
/proc/meminfo: memFree=1840240/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=11608 CPUtime=0.01
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 1853 0 0 0 1 0 0 0 22 0 1 0 21957471 11886592 1773 1992294400 4194304 9819077 140734282936144 18446744073709551615 5648875 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24706/statm: 2902 1773 388 1374 0 1523 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11608

[startup+0.101116 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24706
/proc/meminfo: memFree=1840240/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=19320 CPUtime=0.09
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 3961 0 0 0 8 1 0 0 22 0 1 0 21957471 19783680 3527 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 4830 3527 486 1374 0 3451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19320

[startup+0.301141 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24706
/proc/meminfo: memFree=1840240/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=31388 CPUtime=0.29
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 8199 0 0 0 25 4 0 0 22 0 1 0 21957471 32141312 5932 1992294400 4194304 9819077 140734282936144 18446744073709551615 6391565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 7847 5932 629 1374 0 6468 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31388

[startup+0.701194 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24706
/proc/meminfo: memFree=1840240/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=32420 CPUtime=0.69
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 9006 0 0 0 62 7 0 0 23 0 1 0 21957471 33198080 6091 1992294400 4194304 9819077 140734282936144 18446744073709551615 6555543 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 8105 6091 668 1374 0 6726 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32420

[startup+1.5013 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 24707
/proc/meminfo: memFree=1817912/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=34056 CPUtime=1.49
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 10512 0 0 0 141 8 0 0 25 0 1 0 21957471 34873344 6500 1992294400 4194304 9819077 140734282936144 18446744073709551615 6054126 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 8514 6500 668 1374 0 7135 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34056

[startup+3.10151 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 24707
/proc/meminfo: memFree=1814068/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=38656 CPUtime=3.09
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 14338 0 0 0 298 11 0 0 25 0 1 0 21957471 39583744 7543 1992294400 4194304 9819077 140734282936144 18446744073709551615 6192313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 9664 7543 674 1374 0 8285 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38656

[startup+6.30093 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 24707
/proc/meminfo: memFree=1810844/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40356 CPUtime=6.29
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 18759 0 0 0 611 18 0 0 25 0 1 0 21957471 41324544 7839 1992294400 4194304 9819077 140734282936144 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10089 7839 675 1374 0 8710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40356

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 24707
/proc/meminfo: memFree=1811092/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40080 CPUtime=12.69
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 42916 0 0 0 1220 49 0 0 25 0 1 0 21957471 41041920 7805 1992294400 4194304 9819077 140734282936144 18446744073709551615 5507381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10020 7805 695 1374 0 8641 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40080

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 24707
/proc/meminfo: memFree=1810844/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40520 CPUtime=25.48
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43003 0 0 0 2410 138 0 0 25 0 1 0 21957471 41492480 7892 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10130 7892 695 1374 0 8751 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40520

[startup+51.1008 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 24707
/proc/meminfo: memFree=1810844/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40520 CPUtime=51.07
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43012 0 0 0 4811 296 0 0 25 0 1 0 21957471 41492480 7901 1992294400 4194304 9819077 140734282936144 18446744073709551615 4660902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10130 7901 696 1374 0 8751 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40520

[startup+102.308 s]
/proc/loadavg: 1.20 1.03 1.01 2/107 24712
/proc/meminfo: memFree=1809976/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40520 CPUtime=102.27
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43022 0 0 0 9618 609 0 0 25 0 1 0 21957471 41492480 7911 1992294400 4194304 9819077 140734282936144 18446744073709551615 5892374 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10130 7911 696 1374 0 8751 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 40520

[startup+162.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 24714
/proc/meminfo: memFree=1809976/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40520 CPUtime=162.24
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43037 0 0 0 15261 963 0 0 25 0 1 0 21957471 41492480 7926 1992294400 4194304 9819077 140734282936144 18446744073709551615 5506976 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10130 7926 696 1374 0 8751 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40520

[startup+222.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 24716
/proc/meminfo: memFree=1809976/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40520 CPUtime=222.23
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43043 0 0 0 20902 1321 0 0 25 0 1 0 21957471 41492480 7932 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10130 7932 696 1374 0 8751 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 40520

[startup+282.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 24716
/proc/meminfo: memFree=1809976/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40652 CPUtime=282.21
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43058 0 0 0 26534 1687 0 0 25 0 1 0 21957471 41627648 7947 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10163 7947 696 1374 0 8784 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 40652

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 24718
/proc/meminfo: memFree=1809852/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40784 CPUtime=342.19
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43081 0 0 0 32167 2052 0 0 25 0 1 0 21957471 41762816 7970 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10196 7970 696 1374 0 8817 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 40784

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24720
/proc/meminfo: memFree=1809728/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40784 CPUtime=402.18
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43083 0 0 0 37821 2397 0 0 25 0 1 0 21957471 41762816 7972 1992294400 4194304 9819077 140734282936144 18446744073709551615 5506875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10196 7972 696 1374 0 8817 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 40784

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24722
/proc/meminfo: memFree=1809604/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40784 CPUtime=462.16
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43098 0 0 0 43460 2756 0 0 25 0 1 0 21957471 41762816 7987 1992294400 4194304 9819077 140734282936144 18446744073709551615 5905982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10196 7987 696 1374 0 8817 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 40784

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24724
/proc/meminfo: memFree=1809480/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40784 CPUtime=522.14
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43104 0 0 0 49107 3107 0 0 25 0 1 0 21957471 41762816 7993 1992294400 4194304 9819077 140734282936144 18446744073709551615 4998689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10196 7993 696 1374 0 8817 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 40784

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24724
/proc/meminfo: memFree=1809232/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40784 CPUtime=582.13
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43108 0 0 0 54745 3468 0 0 25 0 1 0 21957471 41762816 7997 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10196 7997 696 1374 0 8817 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 40784

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24726
/proc/meminfo: memFree=1809108/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=40916 CPUtime=642.12
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43135 0 0 0 60376 3836 0 0 25 0 1 0 21957471 41897984 8024 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10229 8024 696 1374 0 8850 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 40916

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24732
/proc/meminfo: memFree=1808736/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41052 CPUtime=822.06
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43159 0 0 0 77332 4874 0 0 25 0 1 0 21957471 42037248 8048 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10263 8048 696 1374 0 8884 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 41052

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24732
/proc/meminfo: memFree=1808612/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41052 CPUtime=882.04
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43161 0 0 0 83003 5201 0 0 25 0 1 0 21957471 42037248 8050 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10263 8050 696 1374 0 8884 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 41052

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24734
/proc/meminfo: memFree=1808488/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41052 CPUtime=942.02
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43162 0 0 0 88668 5534 0 0 25 0 1 0 21957471 42037248 8051 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10263 8051 696 1374 0 8884 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 41052

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24736
/proc/meminfo: memFree=1808240/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41052 CPUtime=1002.01
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43168 0 0 0 94348 5853 0 0 25 0 1 0 21957471 42037248 8057 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10263 8057 696 1374 0 8884 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 41052

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24738
/proc/meminfo: memFree=1808116/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41052 CPUtime=1061.99
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43169 0 0 0 99996 6203 0 0 25 0 1 0 21957471 42037248 8058 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10263 8058 696 1374 0 8884 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 41052

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24740
/proc/meminfo: memFree=1807992/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41188 CPUtime=1121.98
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43190 0 0 0 105630 6568 0 0 25 0 1 0 21957471 42176512 8079 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10297 8079 696 1374 0 8918 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 41188

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24740
/proc/meminfo: memFree=1807868/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41188 CPUtime=1181.95
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43204 0 0 0 111256 6939 0 0 25 0 1 0 21957471 42176512 8093 1992294400 4194304 9819077 140734282936144 18446744073709551615 5905979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10297 8093 696 1374 0 8918 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 41188

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24742
/proc/meminfo: memFree=1807620/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41188 CPUtime=1241.94
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43204 0 0 0 116899 7295 0 0 25 0 1 0 21957471 42176512 8093 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10297 8093 696 1374 0 8918 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 41188

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24744
/proc/meminfo: memFree=1807372/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41320 CPUtime=1301.93
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43213 0 0 0 122520 7673 0 0 25 0 1 0 21957471 42311680 8102 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10330 8102 696 1374 0 8951 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 41320

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24746
/proc/meminfo: memFree=1807372/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41320 CPUtime=1361.9
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43227 0 0 0 128147 8043 0 0 25 0 1 0 21957471 42311680 8116 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10330 8116 696 1374 0 8951 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 41320

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24748
/proc/meminfo: memFree=1807248/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41320 CPUtime=1421.9
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43230 0 0 0 133778 8412 0 0 25 0 1 0 21957471 42311680 8119 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10330 8119 696 1374 0 8951 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 41320

[startup+1482.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 24748
/proc/meminfo: memFree=1807124/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41320 CPUtime=1481.87
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43230 0 0 0 139402 8785 0 0 25 0 1 0 21957471 42311680 8119 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10330 8119 696 1374 0 8951 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 41320

[startup+1542.3 s]
/proc/loadavg: 1.14 1.04 1.01 2/107 24750
/proc/meminfo: memFree=1807000/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41320 CPUtime=1541.86
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43230 0 0 0 145031 9155 0 0 25 0 1 0 21957471 42311680 8119 1992294400 4194304 9819077 140734282936144 18446744073709551615 4703869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10330 8119 696 1374 0 8951 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 41320

[startup+1602.3 s]
/proc/loadavg: 1.12 1.05 1.01 2/107 24752
/proc/meminfo: memFree=1806876/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41452 CPUtime=1601.84
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43242 0 0 0 150697 9487 0 0 25 0 1 0 21957471 42446848 8131 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10363 8131 696 1374 0 8984 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 41452

[startup+1662.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/107 24754
/proc/meminfo: memFree=1806752/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41452 CPUtime=1661.83
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43249 0 0 0 156339 9844 0 0 25 0 1 0 21957471 42446848 8138 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10363 8138 696 1374 0 8984 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 41452

[startup+1722.3 s]
/proc/loadavg: 1.09 1.06 1.01 2/107 24756
/proc/meminfo: memFree=1806504/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41452 CPUtime=1721.81
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43265 0 0 0 161993 10188 0 0 25 0 1 0 21957471 42446848 8154 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10363 8154 696 1374 0 8984 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 41452

[startup+1782.3 s]
/proc/loadavg: 1.08 1.06 1.01 2/107 24756
/proc/meminfo: memFree=1806256/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41452 CPUtime=1781.78
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43268 0 0 0 167647 10531 0 0 25 0 1 0 21957471 42446848 8157 1992294400 4194304 9819077 140734282936144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10363 8157 696 1374 0 8984 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 41452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.06 1.05 1.01 2/107 24758
/proc/meminfo: memFree=1806256/2059040 swapFree=4140260/4192956
[pid=24706] ppid=24704 vsize=41452 CPUtime=1800.1
/proc/24706/stat : 24706 (pbscip.linux.x8) R 24704 24706 23747 0 -1 4202496 43268 0 0 0 169372 10638 0 0 25 0 1 0 21957471 42446848 8157 1992294400 4194304 9819077 140734282936144 18446744073709551615 5906008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24706/statm: 10363 8157 696 1374 0 8984 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 41452

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

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

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.14
CPU user time (s): 1693.75
CPU system time (s): 106.388
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 46548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1693.75
system time used= 106.388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43281
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3450

runsolver used 3.24751 second user time and 8.29374 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-13 23:12:40
IDJOB=2665669
IDBENCH=2174
IDSOLVER=1168
FILE ID=node013/2665669-1276463560
PBS_JOBID= 11173346
Free space on /tmp= 62464 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8c1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665669-1276463560/watcher-2665669-1276463560 -o /tmp/evaluation-result-2665669-1276463560/solver-2665669-1276463560 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665669-1276463560.opb -t 1800 -m 1800

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

MD5SUM BENCH= 455daeae9aaa9768f332064b32a16167
RANDOM SEED=606419803

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1840644 kB
Buffers:         47484 kB
Cached:          93292 kB
SwapCached:       5764 kB
Active:          88560 kB
Inactive:        65200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1840644 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:            6416 kB
Writeback:           4 kB
AnonPages:       11688 kB
Mapped:          12856 kB
Slab:            42864 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181344 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= 62456 MiB
End job on node013 at 2010-06-13 23:42:42