Trace number 3450861

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
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.08 1800.04

General information on the benchmark

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

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3450861-1307093855.opb>
0.00/0.00	c original problem has 41 variables (41 bin, 0 int, 0 impl, 0 cont) and 11 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 6 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (3 rounds):
0.00/0.00	c  1 deleted vars, 6 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.00	c       5 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.5
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1800
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    29 |     - | 252k|   0 |   5 |  40 |  14 |  40 |   5 |   0 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    89 |     - | 291k|   0 |   9 |  40 |  27 |  40 |   9 |   4 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    94 |     - | 314k|   0 |  12 |  40 |  27 |  40 |  12 |   7 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   103 |     - | 340k|   0 |  14 |  40 |  27 |  40 |  16 |  11 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   113 |     - | 352k|   0 |  13 |  40 |  27 |  40 |  19 |  14 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   118 |     - | 378k|   0 |  12 |  40 |  27 |  40 |  22 |  17 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   124 |     - | 406k|   0 |  16 |  40 |  27 |  40 |  26 |  21 |   9 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.07	c   0.1s|     1 |     2 |   124 |     - | 407k|   0 |  16 |  40 |  27 |  40 |  26 |  21 |   9 |  12 | 0.000000e+00 |      --      |    Inf 
1.59/1.63	c   1.6s| 10000 |  2545 | 19770 |   2.0 |3706k|  35 |   5 |  40 |3738 |  40 |  16 |  21 |5698 | 450 | 0.000000e+00 |      --      |    Inf 
3.09/3.19	c   3.2s| 20000 |  4893 | 39829 |   2.0 |5070k|  35 |   - |  40 |2909 |  40 |  16 |  21 |  11k| 627 | 0.000000e+00 |      --      |    Inf 
4.69/4.70	c   4.7s| 30000 |  7233 | 60069 |   2.0 |6821k|  35 |   5 |  40 |3515 |  40 |  16 |  21 |  17k| 764 | 0.000000e+00 |      --      |    Inf 
6.29/6.31	c   6.3s| 40000 |  9301 | 79814 |   2.0 |8342k|  35 |   - |  40 |3492 |  40 |  16 |  21 |  23k| 868 | 0.000000e+00 |      --      |    Inf 
7.89/7.95	c   7.9s| 50000 | 11170 | 99619 |   2.0 |9933k|  35 |   5 |  40 |3992 |  40 |  16 |  21 |  29k| 979 | 0.000000e+00 |      --      |    Inf 
9.60/9.60	c   9.6s| 60000 | 13254 |119719 |   2.0 |  11M|  35 |   5 |  40 |4296 |  40 |  16 |  21 |  35k|1073 | 0.000000e+00 |      --      |    Inf 
11.19/11.28	c  11.3s| 70000 | 15200 |139689 |   2.0 |  13M|  35 |   5 |  40 |4483 |  40 |  16 |  21 |  41k|1153 | 0.000000e+00 |      --      |    Inf 
12.99/13.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.99/13.05	c  13.0s| 80000 | 16993 |159799 |   2.0 |  14M|  35 |   5 |  40 |4184 |  40 |  16 |  21 |  47k|1242 | 0.000000e+00 |      --      |    Inf 
14.69/14.70	c  14.7s| 90000 | 18935 |179391 |   2.0 |  16M|  35 |   5 |  40 |4746 |  40 |  16 |  21 |  53k|1305 | 0.000000e+00 |      --      |    Inf 
16.40/16.47	c  16.5s|100000 | 20648 |199354 |   2.0 |  17M|  35 |   - |  40 |5435 |  40 |  16 |  21 |  60k|1376 | 0.000000e+00 |      --      |    Inf 
18.19/18.27	c  18.3s|110000 | 22416 |219329 |   2.0 |  18M|  35 |   - |  40 |4895 |  40 |  16 |  21 |  66k|1454 | 0.000000e+00 |      --      |    Inf 
19.99/20.04	c  20.0s|120000 | 24327 |239146 |   2.0 |  20M|  35 |   5 |  40 |5041 |  40 |  16 |  21 |  72k|1503 | 0.000000e+00 |      --      |    Inf 
21.79/21.91	c  21.9s|130000 | 25855 |259024 |   2.0 |  21M|  35 |   5 |  40 |4603 |  40 |  16 |  21 |  78k|1554 | 0.000000e+00 |      --      |    Inf 
23.49/23.59	c  23.6s|140000 | 28060 |279581 |   2.0 |  23M|  35 |   5 |  40 |5489 |  40 |  16 |  21 |  84k|1608 | 0.000000e+00 |      --      |    Inf 
25.20/25.31	c  25.3s|150000 | 30303 |300872 |   2.0 |  25M|  35 |   - |  40 |6280 |  40 |  16 |  21 |  90k|1658 | 0.000000e+00 |      --      |    Inf 
27.19/27.22	c  27.2s|160000 | 31917 |320858 |   2.0 |  26M|  35 |   5 |  40 |5278 |  40 |  16 |  21 |  96k|1704 | 0.000000e+00 |      --      |    Inf 
28.99/29.06	c  29.1s|170000 | 33655 |341030 |   2.0 |  27M|  35 |   - |  40 |5122 |  40 |  16 |  21 | 102k|1759 | 0.000000e+00 |      --      |    Inf 
30.89/30.96	c  31.0s|180000 | 35414 |361106 |   2.0 |  28M|  35 |   5 |  40 |5424 |  40 |  16 |  21 | 108k|1814 | 0.000000e+00 |      --      |    Inf 
32.80/32.84	c  32.8s|190000 | 37049 |381580 |   2.0 |  30M|  35 |   - |  40 |5226 |  40 |  16 |  21 | 115k|1863 | 0.000000e+00 |      --      |    Inf 
34.59/34.65	c  34.6s|200000 | 38796 |401806 |   2.0 |  31M|  35 |   5 |  40 |5721 |  40 |  16 |  21 | 121k|1921 | 0.000000e+00 |      --      |    Inf 
36.69/36.70	c  36.7s|210000 | 40138 |421843 |   2.0 |  32M|  35 |   5 |  40 |4099 |  40 |  16 |  21 | 127k|1961 | 0.000000e+00 |      --      |    Inf 
38.40/38.51	c  38.5s|220000 | 41746 |441958 |   2.0 |  33M|  35 |   - |  40 |4555 |  40 |  16 |  21 | 133k|2001 | 0.000000e+00 |      --      |    Inf 
40.39/40.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.39/40.40	c  40.4s|230000 | 43145 |462009 |   2.0 |  35M|  35 |   5 |  40 |5069 |  40 |  16 |  21 | 140k|2050 | 0.000000e+00 |      --      |    Inf 
42.29/42.30	c  42.3s|240000 | 44577 |481852 |   2.0 |  36M|  35 |   5 |  40 |4991 |  40 |  16 |  21 | 146k|2094 | 0.000000e+00 |      --      |    Inf 
44.19/44.24	c  44.2s|250000 | 45929 |501968 |   2.0 |  37M|  35 |   5 |  40 |4520 |  40 |  16 |  21 | 153k|2145 | 0.000000e+00 |      --      |    Inf 
45.99/46.07	c  46.1s|260000 | 47626 |522299 |   2.0 |  39M|  35 |   5 |  40 |5327 |  40 |  16 |  21 | 159k|2183 | 0.000000e+00 |      --      |    Inf 
48.00/48.03	c  48.0s|270000 | 49033 |542889 |   2.0 |  40M|  35 |   5 |  40 |6215 |  40 |  16 |  21 | 166k|2221 | 0.000000e+00 |      --      |    Inf 
50.09/50.11	c  50.1s|280000 | 50300 |563493 |   2.0 |  41M|  35 |   5 |  40 |5268 |  40 |  16 |  21 | 172k|2256 | 0.000000e+00 |      --      |    Inf 
51.99/52.07	c  52.1s|290000 | 51704 |583817 |   2.0 |  42M|  35 |   - |  40 |5315 |  40 |  16 |  21 | 179k|2285 | 0.000000e+00 |      --      |    Inf 
53.99/54.00	c  54.0s|300000 | 53032 |604459 |   2.0 |  44M|  35 |   - |  40 |5579 |  40 |  16 |  21 | 185k|2320 | 0.000000e+00 |      --      |    Inf 
55.89/55.90	c  55.9s|310000 | 54535 |624598 |   2.0 |  45M|  35 |   5 |  40 |7212 |  40 |  16 |  21 | 192k|2351 | 0.000000e+00 |      --      |    Inf 
57.90/57.90	c  57.9s|320000 | 56380 |646073 |   2.0 |  47M|  35 |   5 |  40 |8701 |  40 |  16 |  21 | 198k|2400 | 0.000000e+00 |      --      |    Inf 
60.19/60.20	c  60.2s|330000 | 57491 |666491 |   2.0 |  48M|  35 |   5 |  40 |5551 |  40 |  16 |  21 | 205k|2440 | 0.000000e+00 |      --      |    Inf 
62.10/62.17	c  62.2s|340000 | 58960 |686860 |   2.0 |  49M|  35 |   5 |  40 |6343 |  40 |  16 |  21 | 211k|2472 | 0.000000e+00 |      --      |    Inf 
64.30/64.34	c  64.3s|350000 | 60119 |706892 |   2.0 |  50M|  35 |   5 |  40 |5232 |  40 |  16 |  21 | 218k|2513 | 0.000000e+00 |      --      |    Inf 
66.09/66.19	c  66.2s|360000 | 61697 |727568 |   2.0 |  52M|  35 |   5 |  40 |6985 |  40 |  16 |  21 | 224k|2545 | 0.000000e+00 |      --      |    Inf 
68.29/68.37	c  68.4s|370000 | 62954 |748137 |   2.0 |  53M|  35 |   5 |  40 |6341 |  40 |  16 |  21 | 231k|2566 | 0.000000e+00 |      --      |    Inf 
70.49/70.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.49/70.51	c  70.5s|380000 | 64273 |768332 |   2.0 |  54M|  35 |   - |  40 |6158 |  40 |  16 |  21 | 237k|2590 | 0.000000e+00 |      --      |    Inf 
72.50/72.56	c  72.6s|390000 | 65602 |788673 |   2.0 |  55M|  35 |   5 |  40 |6349 |  40 |  16 |  21 | 244k|2622 | 0.000000e+00 |      --      |    Inf 
74.59/74.71	c  74.7s|400000 | 66644 |809504 |   2.0 |  56M|  35 |   - |  40 |6400 |  40 |  16 |  21 | 251k|2645 | 0.000000e+00 |      --      |    Inf 
76.80/76.81	c  76.8s|410000 | 67822 |829911 |   2.0 |  57M|  35 |   5 |  40 |6435 |  40 |  16 |  21 | 257k|2676 | 0.000000e+00 |      --      |    Inf 
78.90/78.95	c  79.0s|420000 | 69011 |850257 |   2.0 |  58M|  35 |   - |  40 |5413 |  40 |  16 |  21 | 264k|2703 | 0.000000e+00 |      --      |    Inf 
80.90/80.91	c  80.9s|430000 | 70545 |871093 |   2.0 |  60M|  35 |   5 |  40 |7584 |  40 |  16 |  21 | 271k|2734 | 0.000000e+00 |      --      |    Inf 
83.20/83.29	c  83.3s|440000 | 71454 |891585 |   2.0 |  61M|  35 |   - |  40 |5946 |  40 |  16 |  21 | 278k|2764 | 0.000000e+00 |      --      |    Inf 
85.39/85.42	c  85.4s|450000 | 72634 |911599 |   2.0 |  62M|  35 |   - |  40 |6737 |  40 |  16 |  21 | 284k|2792 | 0.000000e+00 |      --      |    Inf 
87.59/87.60	c  87.6s|460000 | 73720 |932837 |   2.0 |  63M|  35 |   - |  40 |6691 |  40 |  16 |  21 | 291k|2817 | 0.000000e+00 |      --      |    Inf 
89.59/89.66	c  89.7s|470000 | 75015 |953665 |   2.0 |  64M|  35 |   5 |  40 |7407 |  40 |  16 |  21 | 298k|2843 | 0.000000e+00 |      --      |    Inf 
91.90/91.99	c  92.0s|480000 | 76129 |974716 |   2.0 |  65M|  35 |   5 |  40 |6750 |  40 |  16 |  21 | 305k|2870 | 0.000000e+00 |      --      |    Inf 
94.09/94.17	c  94.2s|490000 | 77328 |995421 |   2.0 |  66M|  35 |   - |  40 |6305 |  40 |  16 |  21 | 311k|2886 | 0.000000e+00 |      --      |    Inf 
96.19/96.27	c  96.3s|500000 | 78458 |  1015k|   2.0 |  68M|  35 |   5 |  40 |7163 |  40 |  16 |  21 | 318k|2909 | 0.000000e+00 |      --      |    Inf 
98.30/98.34	c  98.3s|510000 | 79922 |  1035k|   2.0 |  69M|  35 |   - |  40 |8307 |   0 |   0 |  21 | 325k|2933 | 0.000000e+00 |      --      |    Inf 
100.60/100.63	c   101s|520000 | 81103 |  1055k|   2.0 |  71M|  35 |   5 |  40 |9413 |  40 |  16 |  21 | 332k|2959 | 0.000000e+00 |      --      |    Inf 
102.80/102.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.80/102.88	c   103s|530000 | 82983 |  1075k|   2.0 |  72M|  36 |   5 |  40 |9004 |  40 |  16 |  21 | 338k|2977 | 0.000000e+00 |      --      |    Inf 
104.99/105.01	c   105s|540000 | 84772 |  1095k|   2.0 |  73M|  36 |   - |  40 |9630 |   0 |   0 |  21 | 344k|3000 | 0.000000e+00 |      --      |    Inf 
107.29/107.31	c   107s|550000 | 86130 |  1115k|   2.0 |  75M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 350k|3027 | 0.000000e+00 |      --      |    Inf 
109.60/109.64	c   110s|560000 | 87303 |  1136k|   2.0 |  76M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 357k|3052 | 0.000000e+00 |      --      |    Inf 
112.21/112.25	c   112s|570000 | 88258 |  1157k|   2.0 |  77M|  36 |   5 |  40 |9878 |  40 |  16 |  21 | 363k|3073 | 0.000000e+00 |      --      |    Inf 
114.50/114.56	c   115s|580000 | 89572 |  1177k|   2.0 |  79M|  36 |   5 |  40 |  12k|  40 |  16 |  21 | 370k|3092 | 0.000000e+00 |      --      |    Inf 
117.29/117.30	c   117s|590000 | 90720 |  1198k|   2.0 |  79M|  36 |   5 |  40 |7409 |  40 |  16 |  21 | 377k|3124 | 0.000000e+00 |      --      |    Inf 
119.39/119.46	c   119s|600000 | 92147 |  1219k|   2.0 |  81M|  36 |   5 |  40 |9098 |  40 |  16 |  21 | 384k|3147 | 0.000000e+00 |      --      |    Inf 
121.89/121.91	c   122s|610000 | 93324 |  1240k|   2.0 |  82M|  36 |   - |  40 |8328 |   0 |   0 |  21 | 391k|3175 | 0.000000e+00 |      --      |    Inf 
124.31/124.37	c   124s|620000 | 94276 |  1261k|   2.0 |  82M|  36 |   5 |  40 |7306 |  40 |  16 |  21 | 398k|3208 | 0.000000e+00 |      --      |    Inf 
126.69/126.77	c   127s|630000 | 95229 |  1282k|   2.0 |  83M|  36 |   - |  40 |6289 |  40 |  16 |  21 | 404k|3224 | 0.000000e+00 |      --      |    Inf 
129.09/129.19	c   129s|640000 | 95843 |  1303k|   2.0 |  84M|  36 |   5 |  40 |5569 |  40 |  16 |  21 | 412k|3261 | 0.000000e+00 |      --      |    Inf 
131.30/131.35	c   131s|650000 | 96978 |  1324k|   2.0 |  85M|  36 |   - |  40 |6123 |  40 |  16 |  21 | 418k|3280 | 0.000000e+00 |      --      |    Inf 
133.69/133.72	c   134s|660000 | 97867 |  1344k|   2.0 |  86M|  36 |   5 |  40 |6151 |  40 |  16 |  21 | 425k|3297 | 0.000000e+00 |      --      |    Inf 
136.00/136.01	c   136s|670000 | 98807 |  1365k|   2.0 |  87M|  36 |   5 |  40 |6553 |  40 |  16 |  21 | 432k|3321 | 0.000000e+00 |      --      |    Inf 
138.39/138.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.39/138.43	c   138s|680000 | 99496 |  1385k|   2.0 |  88M|  36 |   5 |  40 |5824 |  40 |  16 |  21 | 439k|3345 | 0.000000e+00 |      --      |    Inf 
140.49/140.54	c   141s|690000 |100648 |  1406k|   2.0 |  89M|  36 |   5 |  40 |7445 |  40 |  16 |  21 | 446k|3368 | 0.000000e+00 |      --      |    Inf 
142.79/142.89	c   143s|700000 |101523 |  1426k|   2.0 |  90M|  36 |   5 |  40 |6692 |  40 |  16 |  21 | 453k|3390 | 0.000000e+00 |      --      |    Inf 
145.21/145.24	c   145s|710000 |102442 |  1447k|   2.0 |  91M|  36 |   5 |  40 |6381 |  40 |  16 |  21 | 460k|3412 | 0.000000e+00 |      --      |    Inf 
147.60/147.64	c   148s|720000 |103266 |  1467k|   2.0 |  92M|  36 |   - |  40 |5484 |  40 |  16 |  21 | 467k|3439 | 0.000000e+00 |      --      |    Inf 
149.61/149.66	c   150s|730000 |104648 |  1487k|   2.0 |  93M|  36 |   - |  40 |7044 |  40 |  16 |  21 | 473k|3459 | 0.000000e+00 |      --      |    Inf 
151.59/151.66	c   152s|740000 |106802 |  1507k|   2.0 |  95M|  36 |   - |  40 |9048 |  40 |  16 |  21 | 479k|3472 | 0.000000e+00 |      --      |    Inf 
154.01/154.04	c   154s|750000 |108204 |  1527k|   2.0 |  96M|  36 |   - |  40 |9495 |  40 |  16 |  21 | 486k|3496 | 0.000000e+00 |      --      |    Inf 
156.40/156.41	c   156s|760000 |109485 |  1547k|   2.0 |  98M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 493k|3511 | 0.000000e+00 |      --      |    Inf 
158.99/159.07	c   159s|770000 |110211 |  1566k|   2.0 |  99M|  36 |   5 |  40 |9638 |  40 |  16 |  21 | 500k|3530 | 0.000000e+00 |      --      |    Inf 
161.72/161.73	c   162s|780000 |110876 |  1586k|   2.0 |  99M|  36 |   5 |  40 |9792 |  40 |  16 |  21 | 507k|3553 | 0.000000e+00 |      --      |    Inf 
164.10/164.17	c   164s|790000 |111995 |  1606k|   2.0 | 101M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 514k|3569 | 0.000000e+00 |      --      |    Inf 
166.79/166.87	c   167s|800000 |112928 |  1626k|   2.0 | 101M|  36 |   5 |  40 |8218 |  40 |  16 |  21 | 521k|3584 | 0.000000e+00 |      --      |    Inf 
169.41/169.47	c   169s|810000 |113620 |  1646k|   2.0 | 102M|  36 |   5 |  40 |6619 |  40 |  16 |  21 | 528k|3606 | 0.000000e+00 |      --      |    Inf 
171.89/171.91	c   172s|820000 |114301 |  1667k|   2.0 | 102M|  36 |   5 |  40 |6201 |  40 |  16 |  21 | 535k|3627 | 0.000000e+00 |      --      |    Inf 
174.30/174.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.30/174.36	c   174s|830000 |114980 |  1687k|   2.0 | 103M|  36 |   - |  40 |6032 |  40 |  16 |  21 | 542k|3651 | 0.000000e+00 |      --      |    Inf 
176.60/176.66	c   177s|840000 |115698 |  1708k|   2.0 | 104M|  36 |   5 |  40 |6443 |  40 |  16 |  21 | 549k|3677 | 0.000000e+00 |      --      |    Inf 
178.99/179.06	c   179s|850000 |116400 |  1729k|   2.0 | 105M|  36 |   - |  40 |5754 |  40 |  16 |  21 | 557k|3696 | 0.000000e+00 |      --      |    Inf 
181.41/181.46	c   181s|860000 |117147 |  1750k|   2.0 | 106M|  36 |   5 |  40 |6824 |  40 |  16 |  21 | 564k|3729 | 0.000000e+00 |      --      |    Inf 
183.71/183.74	c   184s|870000 |118171 |  1770k|   2.0 | 107M|  36 |   5 |  40 |7458 |  40 |  16 |  21 | 571k|3751 | 0.000000e+00 |      --      |    Inf 
186.19/186.22	c   186s|880000 |118844 |  1791k|   2.0 | 108M|  36 |   5 |  40 |6981 |  40 |  16 |  21 | 578k|3764 | 0.000000e+00 |      --      |    Inf 
188.59/188.61	c   189s|890000 |119836 |  1812k|   2.0 | 109M|  36 |   - |  40 |8016 |  40 |  16 |  21 | 585k|3780 | 0.000000e+00 |      --      |    Inf 
190.69/190.72	c   191s|900000 |121393 |  1832k|   2.0 | 111M|  36 |   - |  40 |9127 |  40 |  16 |  21 | 592k|3798 | 0.000000e+00 |      --      |    Inf 
193.10/193.14	c   193s|910000 |122251 |  1853k|   2.0 | 112M|  36 |   - |  40 |9797 |   0 |   0 |  21 | 599k|3815 | 0.000000e+00 |      --      |    Inf 
195.71/195.73	c   196s|920000 |123090 |  1873k|   2.0 | 113M|  36 |   - |  40 |7829 |  40 |  16 |  21 | 606k|3829 | 0.000000e+00 |      --      |    Inf 
198.09/198.17	c   198s|930000 |124057 |  1894k|   2.0 | 114M|  36 |   5 |  40 |7327 |  40 |  16 |  21 | 613k|3849 | 0.000000e+00 |      --      |    Inf 
200.49/200.57	c   201s|940000 |124981 |  1915k|   2.0 | 115M|  36 |   - |  40 |7372 |  40 |  16 |  21 | 620k|3869 | 0.000000e+00 |      --      |    Inf 
202.50/202.58	c   203s|950000 |127358 |  1934k|   2.0 | 116M|  36 |   - |  40 |8535 |  40 |  16 |  21 | 625k|3881 | 0.000000e+00 |      --      |    Inf 
204.69/204.74	c   205s|960000 |129347 |  1953k|   2.0 | 118M|  36 |   5 |  40 |9027 |  40 |  16 |  21 | 631k|3889 | 0.000000e+00 |      --      |    Inf 
207.00/207.02	c   207s|970000 |131024 |  1971k|   2.0 | 120M|  36 |   5 |  40 |9664 |  40 |  16 |  21 | 637k|3908 | 0.000000e+00 |      --      |    Inf 
209.49/209.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.49/209.52	c   210s|980000 |132214 |  1990k|   2.0 | 121M|  36 |   - |  40 |9326 |  40 |  16 |  21 | 643k|3930 | 0.000000e+00 |      --      |    Inf 
212.00/212.02	c   212s|990000 |133352 |  2009k|   2.0 | 122M|  36 |   - |  40 |9867 |  40 |  16 |  21 | 649k|3943 | 0.000000e+00 |      --      |    Inf 
214.41/214.44	c   214s|  1000k|134748 |  2027k|   2.0 | 123M|  36 |   5 |  40 |  11k|  40 |  16 |  21 | 656k|3960 | 0.000000e+00 |      --      |    Inf 
217.19/217.24	c   217s|  1010k|135709 |  2046k|   2.0 | 124M|  36 |   - |  40 |  10k|   0 |   0 |  21 | 662k|3978 | 0.000000e+00 |      --      |    Inf 
219.79/219.84	c   220s|  1020k|136759 |  2064k|   2.0 | 125M|  36 |   - |  40 |  10k|  40 |  16 |  21 | 668k|4010 | 0.000000e+00 |      --      |    Inf 
222.40/222.41	c   222s|  1030k|137866 |  2082k|   2.0 | 126M|  36 |   - |  40 |  10k|  40 |  16 |  21 | 675k|4034 | 0.000000e+00 |      --      |    Inf 
225.29/225.30	c   225s|  1040k|138617 |  2100k|   2.0 | 127M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 681k|4054 | 0.000000e+00 |      --      |    Inf 
228.19/228.28	c   228s|  1050k|138929 |  2118k|   2.0 | 128M|  36 |   - |  40 |  10k|  40 |  16 |  21 | 688k|4068 | 0.000000e+00 |      --      |    Inf 
231.10/231.13	c   231s|  1060k|139361 |  2137k|   2.0 | 128M|  36 |   5 |  40 |9949 |  40 |  16 |  21 | 695k|4104 | 0.000000e+00 |      --      |    Inf 
233.90/233.94	c   234s|  1070k|140360 |  2155k|   2.0 | 129M|  36 |   - |  40 |9118 |  40 |  16 |  21 | 702k|4123 | 0.000000e+00 |      --      |    Inf 
236.60/236.60	c   237s|  1080k|141211 |  2176k|   2.0 | 130M|  36 |   5 |  40 |8377 |  40 |  16 |  21 | 709k|4141 | 0.000000e+00 |      --      |    Inf 
239.20/239.26	c   239s|  1090k|141881 |  2196k|   2.0 | 131M|  36 |   - |  40 |7396 |  40 |  16 |  21 | 716k|4169 | 0.000000e+00 |      --      |    Inf 
241.70/241.78	c   242s|  1100k|142546 |  2217k|   2.0 | 131M|  36 |   5 |  40 |7108 |  40 |  16 |  21 | 723k|4181 | 0.000000e+00 |      --      |    Inf 
244.00/244.08	c   244s|  1110k|143738 |  2237k|   2.0 | 133M|  36 |   - |  40 |8379 |  40 |  16 |  21 | 730k|4200 | 0.000000e+00 |      --      |    Inf 
246.70/246.73	c   247s|  1120k|144388 |  2257k|   2.0 | 133M|  36 |   6 |  40 |6945 |  40 |  16 |  21 | 737k|4216 | 0.000000e+00 |      --      |    Inf 
248.80/248.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.80/248.81	c   249s|  1130k|145798 |  2279k|   2.0 | 135M|  36 |   5 |  40 |9057 |  40 |  16 |  21 | 743k|4228 | 0.000000e+00 |      --      |    Inf 
251.50/251.58	c   252s|  1140k|146339 |  2299k|   2.0 | 135M|  36 |   5 |  40 |6470 |  40 |  16 |  21 | 750k|4245 | 0.000000e+00 |      --      |    Inf 
254.00/254.08	c   254s|  1150k|147114 |  2319k|   2.0 | 136M|  36 |   - |  40 |7588 |   0 |   0 |  21 | 757k|4261 | 0.000000e+00 |      --      |    Inf 
256.39/256.43	c   256s|  1160k|148304 |  2339k|   2.0 | 137M|  36 |   5 |  40 |7771 |  40 |  16 |  21 | 764k|4281 | 0.000000e+00 |      --      |    Inf 
258.60/258.66	c   259s|  1170k|149234 |  2359k|   2.0 | 139M|  36 |   5 |  40 |8992 |  40 |  16 |  21 | 771k|4296 | 0.000000e+00 |      --      |    Inf 
261.00/261.03	c   261s|  1180k|150220 |  2379k|   2.0 | 140M|  36 |   5 |  40 |9528 |  40 |  16 |  21 | 777k|4314 | 0.000000e+00 |      --      |    Inf 
263.59/263.69	c   264s|  1190k|151137 |  2400k|   2.0 | 141M|  36 |   5 |  40 |8580 |  40 |  16 |  21 | 785k|4337 | 0.000000e+00 |      --      |    Inf 
266.11/266.15	c   266s|  1200k|152105 |  2421k|   2.0 | 142M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 792k|4359 | 0.000000e+00 |      --      |    Inf 
268.80/268.87	c   269s|  1210k|152865 |  2442k|   2.0 | 143M|  36 |   - |  40 |9202 |  40 |  16 |  21 | 799k|4368 | 0.000000e+00 |      --      |    Inf 
271.39/271.44	c   271s|  1220k|153667 |  2462k|   2.0 | 144M|  36 |   - |  40 |9553 |  40 |  16 |  21 | 806k|4387 | 0.000000e+00 |      --      |    Inf 
274.20/274.25	c   274s|  1230k|154438 |  2483k|   2.0 | 144M|  36 |   5 |  40 |8064 |  40 |  16 |  21 | 813k|4409 | 0.000000e+00 |      --      |    Inf 
276.69/276.77	c   277s|  1240k|155122 |  2503k|   2.0 | 145M|  36 |   5 |  40 |7548 |  40 |  16 |  21 | 821k|4429 | 0.000000e+00 |      --      |    Inf 
279.09/279.16	c   279s|  1250k|156084 |  2524k|   2.0 | 146M|  36 |   - |  40 |8541 |   0 |   0 |  21 | 828k|4442 | 0.000000e+00 |      --      |    Inf 
281.61/281.66	c   282s|  1260k|156998 |  2544k|   2.0 | 147M|  36 |   5 |  40 |8187 |  40 |  16 |  21 | 835k|4464 | 0.000000e+00 |      --      |    Inf 
284.30/284.32	c   284s|  1270k|157615 |  2564k|   2.0 | 148M|  36 |   - |  40 |6579 |  40 |  16 |  21 | 842k|4482 | 0.000000e+00 |      --      |    Inf 
286.80/286.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
286.80/286.82	c   287s|  1280k|158223 |  2585k|   2.0 | 149M|  36 |   5 |  40 |7005 |  40 |  16 |  21 | 849k|4500 | 0.000000e+00 |      --      |    Inf 
289.21/289.26	c   289s|  1290k|158885 |  2605k|   2.0 | 150M|  36 |   5 |  40 |7827 |  40 |  16 |  21 | 856k|4516 | 0.000000e+00 |      --      |    Inf 
291.80/291.89	c   292s|  1300k|159572 |  2626k|   2.0 | 150M|  36 |   - |  40 |7026 |  40 |  16 |  21 | 863k|4535 | 0.000000e+00 |      --      |    Inf 
294.29/294.37	c   294s|  1310k|160311 |  2646k|   2.0 | 151M|  36 |   5 |  40 |6929 |  40 |  16 |  21 | 871k|4555 | 0.000000e+00 |      --      |    Inf 
297.01/297.04	c   297s|  1320k|160680 |  2667k|   2.0 | 152M|  36 |   - |  40 |5786 |   0 |   0 |  21 | 878k|4569 | 0.000000e+00 |      --      |    Inf 
299.40/299.41	c   299s|  1330k|161330 |  2686k|   2.0 | 153M|  36 |   - |  40 |6302 |  40 |  16 |  21 | 885k|4583 | 0.000000e+00 |      --      |    Inf 
301.80/301.89	c   302s|  1340k|161901 |  2706k|   2.0 | 153M|  36 |   5 |  40 |6586 |  40 |  16 |  21 | 892k|4598 | 0.000000e+00 |      --      |    Inf 
304.29/304.35	c   304s|  1350k|162498 |  2726k|   2.0 | 154M|  36 |   5 |  40 |6435 |  40 |  16 |  21 | 899k|4618 | 0.000000e+00 |      --      |    Inf 
306.70/306.74	c   307s|  1360k|163142 |  2747k|   2.0 | 155M|  36 |   5 |  40 |6910 |  40 |  16 |  21 | 907k|4636 | 0.000000e+00 |      --      |    Inf 
309.01/309.08	c   309s|  1370k|164187 |  2767k|   2.0 | 156M|  36 |   - |  40 |6744 |  40 |  16 |  21 | 913k|4646 | 0.000000e+00 |      --      |    Inf 
311.21/311.29	c   311s|  1380k|165402 |  2785k|   2.0 | 158M|  36 |   5 |  40 |8439 |  40 |  16 |  21 | 920k|4655 | 0.000000e+00 |      --      |    Inf 
313.51/313.55	c   314s|  1390k|166608 |  2803k|   2.0 | 159M|  36 |   - |  40 |9471 |  40 |  16 |  21 | 926k|4680 | 0.000000e+00 |      --      |    Inf 
316.20/316.27	c   316s|  1400k|167016 |  2821k|   2.0 | 159M|  36 |   5 |  40 |8806 |  40 |  16 |  21 | 934k|4702 | 0.000000e+00 |      --      |    Inf 
319.02/319.08	c   319s|  1410k|167489 |  2840k|   2.0 | 160M|  36 |   - |  40 |7056 |  40 |  16 |  21 | 941k|4714 | 0.000000e+00 |      --      |    Inf 
321.80/321.83	c   322s|  1420k|167801 |  2861k|   2.0 | 160M|  36 |   5 |  40 |6220 |  40 |  16 |  21 | 948k|4730 | 0.000000e+00 |      --      |    Inf 
324.19/324.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.19/324.24	c   324s|  1430k|168399 |  2881k|   2.0 | 161M|  36 |   5 |  40 |6712 |  40 |  16 |  21 | 955k|4742 | 0.000000e+00 |      --      |    Inf 
326.71/326.79	c   327s|  1440k|168793 |  2901k|   2.0 | 161M|  36 |   - |  40 |6114 |  40 |  16 |  21 | 962k|4756 | 0.000000e+00 |      --      |    Inf 
329.10/329.19	c   329s|  1450k|169362 |  2921k|   2.0 | 162M|  36 |   5 |  40 |6487 |  40 |  16 |  21 | 969k|4771 | 0.000000e+00 |      --      |    Inf 
331.60/331.68	c   332s|  1460k|169843 |  2941k|   2.0 | 163M|  36 |   5 |  40 |7103 |  40 |  16 |  21 | 977k|4785 | 0.000000e+00 |      --      |    Inf 
334.10/334.17	c   334s|  1470k|170583 |  2962k|   2.0 | 164M|  36 |   - |  40 |7326 |  40 |  16 |  21 | 984k|4798 | 0.000000e+00 |      --      |    Inf 
336.70/336.79	c   337s|  1480k|170991 |  2982k|   2.0 | 165M|  36 |   - |  40 |6351 |  40 |  16 |  21 | 991k|4811 | 0.000000e+00 |      --      |    Inf 
339.10/339.15	c   339s|  1490k|171667 |  3002k|   2.0 | 166M|  36 |   - |  40 |7477 |  40 |  16 |  21 | 998k|4824 | 0.000000e+00 |      --      |    Inf 
341.70/341.70	c   342s|  1500k|172212 |  3022k|   2.0 | 166M|  36 |   - |  40 |6962 |  40 |  16 |  21 |1005k|4829 | 0.000000e+00 |      --      |    Inf 
344.32/344.36	c   344s|  1510k|172636 |  3043k|   2.0 | 167M|  36 |   - |  40 |6434 |  40 |  16 |  21 |1013k|4847 | 0.000000e+00 |      --      |    Inf 
346.60/346.60	c   347s|  1520k|173623 |  3063k|   2.0 | 168M|  36 |   - |  40 |8489 |  40 |  16 |  21 |1020k|4859 | 0.000000e+00 |      --      |    Inf 
349.10/349.13	c   349s|  1530k|174256 |  3084k|   2.0 | 169M|  36 |   - |  40 |7914 |  40 |  16 |  21 |1027k|4872 | 0.000000e+00 |      --      |    Inf 
351.60/351.66	c   352s|  1540k|174873 |  3105k|   2.0 | 170M|  36 |   - |  40 |8265 |  40 |  16 |  21 |1034k|4888 | 0.000000e+00 |      --      |    Inf 
354.21/354.23	c   354s|  1550k|175485 |  3125k|   2.0 | 171M|  36 |   - |  40 |7723 |  40 |  16 |  21 |1041k|4899 | 0.000000e+00 |      --      |    Inf 
356.50/356.56	c   357s|  1560k|176595 |  3146k|   2.0 | 172M|  36 |   - |  40 |8162 |   0 |   0 |  21 |1048k|4912 | 0.000000e+00 |      --      |    Inf 
358.90/358.94	c   359s|  1570k|177653 |  3165k|   2.0 | 173M|  36 |   - |  40 |8383 |  40 |  16 |  21 |1055k|4925 | 0.000000e+00 |      --      |    Inf 
361.10/361.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
361.10/361.10	c   361s|  1580k|179075 |  3185k|   2.0 | 175M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1061k|4941 | 0.000000e+00 |      --      |    Inf 
363.60/363.70	c   364s|  1590k|179690 |  3205k|   2.0 | 175M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1068k|4952 | 0.000000e+00 |      --      |    Inf 
366.50/366.57	c   367s|  1600k|180089 |  3226k|   2.0 | 175M|  36 |   5 |  40 |7862 |  40 |  16 |  21 |1075k|4971 | 0.000000e+00 |      --      |    Inf 
369.10/369.13	c   369s|  1610k|180793 |  3246k|   2.0 | 176M|  36 |   - |  40 |7424 |  40 |  16 |  21 |1083k|4982 | 0.000000e+00 |      --      |    Inf 
371.81/371.85	c   372s|  1620k|181235 |  3266k|   2.0 | 177M|  36 |   5 |  40 |6636 |  40 |  16 |  21 |1090k|4993 | 0.000000e+00 |      --      |    Inf 
374.60/374.62	c   375s|  1630k|181484 |  3286k|   2.0 | 177M|  36 |   - |  40 |6001 |   0 |   0 |  21 |1097k|5012 | 0.000000e+00 |      --      |    Inf 
377.00/377.00	c   377s|  1640k|182117 |  3306k|   2.0 | 178M|  36 |   5 |  40 |7353 |  40 |  16 |  21 |1104k|5031 | 0.000000e+00 |      --      |    Inf 
379.20/379.23	c   379s|  1650k|183250 |  3327k|   2.0 | 180M|  36 |   - |  40 |9617 |   0 |   0 |  21 |1111k|5054 | 0.000000e+00 |      --      |    Inf 
382.20/382.20	c   382s|  1660k|183560 |  3348k|   2.0 | 180M|  36 |   5 |  40 |6980 |  40 |  16 |  21 |1119k|5069 | 0.000000e+00 |      --      |    Inf 
384.20/384.28	c   384s|  1670k|185048 |  3368k|   2.0 | 182M|  36 |   - |  40 |8815 |  40 |  16 |  21 |1125k|5081 | 0.000000e+00 |      --      |    Inf 
386.70/386.71	c   387s|  1680k|185757 |  3388k|   2.0 | 183M|  36 |   5 |  40 |9532 |  40 |  16 |  21 |1132k|5091 | 0.000000e+00 |      --      |    Inf 
389.60/389.67	c   390s|  1690k|186155 |  3408k|   2.0 | 183M|  36 |   5 |  40 |6960 |  40 |  16 |  21 |1139k|5107 | 0.000000e+00 |      --      |    Inf 
392.00/392.04	c   392s|  1700k|186818 |  3428k|   2.0 | 184M|  36 |   5 |  40 |8979 |  40 |  16 |  21 |1146k|5120 | 0.000000e+00 |      --      |    Inf 
394.92/394.99	c   395s|  1710k|187162 |  3449k|   2.0 | 184M|  36 |   5 |  40 |7306 |  40 |  16 |  21 |1154k|5135 | 0.000000e+00 |      --      |    Inf 
397.50/397.56	c   398s|  1720k|187728 |  3469k|   2.0 | 185M|  36 |   - |  40 |7592 |  40 |  16 |  21 |1161k|5143 | 0.000000e+00 |      --      |    Inf 
400.20/400.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.20/400.22	c   400s|  1730k|188169 |  3489k|   2.0 | 185M|  36 |   5 |  40 |6713 |  40 |  16 |  21 |1168k|5162 | 0.000000e+00 |      --      |    Inf 
402.70/402.73	c   403s|  1740k|188636 |  3510k|   2.0 | 186M|  36 |   5 |  40 |7375 |  40 |  16 |  21 |1175k|5177 | 0.000000e+00 |      --      |    Inf 
405.10/405.17	c   405s|  1750k|189347 |  3530k|   2.0 | 187M|  36 |   5 |  40 |8315 |  40 |  16 |  21 |1183k|5190 | 0.000000e+00 |      --      |    Inf 
407.90/407.99	c   408s|  1760k|189773 |  3551k|   2.0 | 188M|  36 |   5 |  40 |6681 |  40 |  16 |  21 |1190k|5203 | 0.000000e+00 |      --      |    Inf 
410.60/410.68	c   411s|  1770k|190035 |  3571k|   2.0 | 188M|  36 |   - |  40 |6234 |  40 |  16 |  21 |1198k|5213 | 0.000000e+00 |      --      |    Inf 
413.21/413.26	c   413s|  1780k|190575 |  3591k|   2.0 | 189M|  36 |   5 |  40 |6630 |  40 |  16 |  21 |1205k|5230 | 0.000000e+00 |      --      |    Inf 
415.60/415.69	c   416s|  1790k|191194 |  3612k|   2.0 | 190M|  36 |   5 |  40 |7406 |  40 |  16 |  21 |1212k|5242 | 0.000000e+00 |      --      |    Inf 
418.20/418.20	c   418s|  1800k|191946 |  3632k|   2.0 | 191M|  36 |   5 |  40 |6624 |  40 |  16 |  21 |1219k|5254 | 0.000000e+00 |      --      |    Inf 
420.60/420.69	c   421s|  1810k|192385 |  3652k|   2.0 | 192M|  36 |   5 |  40 |6868 |  40 |  16 |  21 |1226k|5267 | 0.000000e+00 |      --      |    Inf 
423.01/423.05	c   423s|  1820k|193059 |  3673k|   2.0 | 193M|  36 |   - |  40 |7740 |  40 |  16 |  21 |1233k|5281 | 0.000000e+00 |      --      |    Inf 
425.31/425.39	c   425s|  1830k|193916 |  3692k|   2.0 | 194M|  36 |   5 |  40 |8085 |  40 |  16 |  21 |1240k|5301 | 0.000000e+00 |      --      |    Inf 
428.10/428.18	c   428s|  1840k|194175 |  3711k|   2.0 | 194M|  36 |   5 |  40 |6443 |  40 |  16 |  21 |1247k|5313 | 0.000000e+00 |      --      |    Inf 
430.50/430.56	c   431s|  1850k|194730 |  3732k|   2.0 | 195M|  36 |   5 |  40 |7752 |  40 |  16 |  21 |1254k|5327 | 0.000000e+00 |      --      |    Inf 
433.00/433.04	c   433s|  1860k|195567 |  3753k|   2.0 | 196M|  36 |   - |  40 |8636 |  40 |  16 |  21 |1261k|5338 | 0.000000e+00 |      --      |    Inf 
436.00/436.01	c   436s|  1870k|195829 |  3773k|   2.0 | 196M|  36 |   - |  40 |6015 |   0 |   0 |  21 |1269k|5350 | 0.000000e+00 |      --      |    Inf 
438.10/438.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
438.10/438.16	c   438s|  1880k|197144 |  3794k|   2.0 | 198M|  36 |   - |  40 |7918 |  40 |  16 |  21 |1275k|5364 | 0.000000e+00 |      --      |    Inf 
440.50/440.52	c   441s|  1890k|198148 |  3815k|   2.0 | 199M|  36 |   5 |  40 |9764 |  40 |  16 |  21 |1282k|5380 | 0.000000e+00 |      --      |    Inf 
443.31/443.37	c   443s|  1900k|198512 |  3836k|   2.0 | 200M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1290k|5390 | 0.000000e+00 |      --      |    Inf 
446.51/446.60	c   447s|  1910k|198705 |  3857k|   2.0 | 200M|  36 |   5 |  40 |6957 |  40 |  16 |  21 |1297k|5405 | 0.000000e+00 |      --      |    Inf 
449.11/449.11	c   449s|  1920k|199283 |  3877k|   2.0 | 200M|  36 |   - |  40 |6412 |  40 |  16 |  21 |1305k|5416 | 0.000000e+00 |      --      |    Inf 
451.71/451.79	c   452s|  1930k|199438 |  3897k|   2.0 | 201M|  36 |   5 |  40 |6281 |  40 |  16 |  21 |1312k|5429 | 0.000000e+00 |      --      |    Inf 
454.21/454.27	c   454s|  1940k|199871 |  3918k|   2.0 | 202M|  36 |   - |  40 |6763 |  40 |  16 |  21 |1320k|5439 | 0.000000e+00 |      --      |    Inf 
457.00/457.06	c   457s|  1950k|199973 |  3938k|   2.0 | 202M|  36 |   5 |  40 |5902 |  40 |  16 |  21 |1327k|5453 | 0.000000e+00 |      --      |    Inf 
459.60/459.69	c   460s|  1960k|200174 |  3959k|   2.0 | 203M|  36 |   - |  40 |6259 |  40 |  16 |  21 |1335k|5468 | 0.000000e+00 |      --      |    Inf 
462.02/462.06	c   462s|  1970k|200927 |  3979k|   2.0 | 204M|  36 |   5 |  40 |6864 |  40 |  16 |  21 |1342k|5485 | 0.000000e+00 |      --      |    Inf 
464.60/464.65	c   465s|  1980k|201296 |  4000k|   2.0 | 204M|  36 |   5 |  40 |6625 |  40 |  16 |  21 |1349k|5492 | 0.000000e+00 |      --      |    Inf 
467.20/467.20	c   467s|  1990k|201673 |  4020k|   2.0 | 205M|  36 |   5 |  40 |6596 |  40 |  16 |  21 |1357k|5507 | 0.000000e+00 |      --      |    Inf 
469.61/469.63	c   470s|  2000k|202181 |  4040k|   2.0 | 206M|  36 |   5 |  40 |7584 |  40 |  16 |  21 |1364k|5514 | 0.000000e+00 |      --      |    Inf 
472.10/472.19	c   472s|  2010k|202662 |  4060k|   2.0 | 206M|  36 |   - |  40 |6907 |   0 |   0 |  21 |1371k|5521 | 0.000000e+00 |      --      |    Inf 
474.90/474.93	c   475s|  2020k|202839 |  4081k|   2.0 | 207M|  36 |   - |  40 |5961 |  40 |  16 |  21 |1379k|5540 | 0.000000e+00 |      --      |    Inf 
477.31/477.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.31/477.32	c   477s|  2030k|203460 |  4101k|   2.0 | 208M|  36 |   5 |  40 |7272 |  40 |  16 |  21 |1386k|5546 | 0.000000e+00 |      --      |    Inf 
479.80/479.87	c   480s|  2040k|203921 |  4121k|   2.0 | 208M|  36 |   5 |  40 |6935 |  40 |  16 |  21 |1393k|5560 | 0.000000e+00 |      --      |    Inf 
482.50/482.51	c   483s|  2050k|204310 |  4142k|   2.0 | 209M|  36 |   - |  40 |6697 |  40 |  16 |  21 |1401k|5571 | 0.000000e+00 |      --      |    Inf 
485.12/485.13	c   485s|  2060k|204587 |  4162k|   2.0 | 209M|  36 |   5 |  40 |6399 |  40 |  16 |  21 |1408k|5583 | 0.000000e+00 |      --      |    Inf 
487.70/487.74	c   488s|  2070k|204945 |  4182k|   2.0 | 210M|  36 |   5 |  40 |6550 |  40 |  16 |  21 |1416k|5594 | 0.000000e+00 |      --      |    Inf 
490.10/490.15	c   490s|  2080k|205806 |  4203k|   2.0 | 211M|  36 |   5 |  40 |7071 |  40 |  16 |  21 |1422k|5603 | 0.000000e+00 |      --      |    Inf 
492.60/492.65	c   493s|  2090k|206370 |  4223k|   2.0 | 212M|  36 |   - |  40 |7446 |  40 |  16 |  21 |1430k|5617 | 0.000000e+00 |      --      |    Inf 
495.21/495.24	c   495s|  2100k|206836 |  4244k|   2.0 | 213M|  36 |   - |  40 |6826 |  40 |  16 |  21 |1437k|5633 | 0.000000e+00 |      --      |    Inf 
497.71/497.79	c   498s|  2110k|207459 |  4265k|   2.0 | 213M|  36 |   5 |  40 |6434 |  40 |  16 |  21 |1444k|5644 | 0.000000e+00 |      --      |    Inf 
500.41/500.42	c   500s|  2120k|207757 |  4286k|   2.0 | 214M|  36 |   - |  40 |6623 |  40 |  16 |  21 |1451k|5659 | 0.000000e+00 |      --      |    Inf 
502.72/502.78	c   503s|  2130k|208469 |  4306k|   2.0 | 215M|  36 |   5 |  40 |7822 |  40 |  16 |  21 |1458k|5667 | 0.000000e+00 |      --      |    Inf 
505.30/505.32	c   505s|  2140k|209223 |  4327k|   2.0 | 216M|  36 |   5 |  40 |9592 |  40 |  16 |  21 |1465k|5676 | 0.000000e+00 |      --      |    Inf 
508.31/508.36	c   508s|  2150k|209438 |  4348k|   2.0 | 216M|  36 |   5 |  40 |6963 |  40 |  16 |  21 |1473k|5695 | 0.000000e+00 |      --      |    Inf 
511.01/511.04	c   511s|  2160k|209800 |  4368k|   2.0 | 217M|  36 |   - |  40 |7142 |   0 |   0 |  21 |1480k|5710 | 0.000000e+00 |      --      |    Inf 
513.51/513.56	c   514s|  2170k|210224 |  4390k|   2.0 | 218M|  36 |   5 |  40 |8262 |  40 |  16 |  21 |1488k|5723 | 0.000000e+00 |      --      |    Inf 
515.70/515.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.70/515.70	c   516s|  2180k|212496 |  4410k|   2.0 | 220M|  36 |   5 |  40 |8345 |  40 |  16 |  21 |1494k|5733 | 0.000000e+00 |      --      |    Inf 
517.91/517.91	c   518s|  2190k|214373 |  4431k|   2.0 | 221M|  36 |   - |  40 |8757 |  40 |  16 |  21 |1500k|5748 | 0.000000e+00 |      --      |    Inf 
520.21/520.27	c   520s|  2200k|215951 |  4451k|   2.0 | 223M|  36 |   5 |  40 |9311 |  40 |  16 |  21 |1506k|5754 | 0.000000e+00 |      --      |    Inf 
522.71/522.76	c   523s|  2210k|217212 |  4471k|   2.0 | 224M|  36 |   5 |  40 |8818 |  40 |  16 |  21 |1513k|5768 | 0.000000e+00 |      --      |    Inf 
525.31/525.30	c   525s|  2220k|218222 |  4491k|   2.0 | 225M|  36 |   5 |  40 |9382 |  40 |  16 |  21 |1520k|5776 | 0.000000e+00 |      --      |    Inf 
527.80/527.90	c   528s|  2230k|219203 |  4511k|   2.0 | 226M|  36 |   - |  40 |9502 |  40 |  16 |  21 |1527k|5787 | 0.000000e+00 |      --      |    Inf 
530.50/530.51	c   531s|  2240k|220122 |  4531k|   2.0 | 227M|  36 |   - |  40 |9922 |  40 |  16 |  21 |1534k|5801 | 0.000000e+00 |      --      |    Inf 
533.10/533.18	c   533s|  2250k|220890 |  4551k|   2.0 | 228M|  36 |   - |  40 |  10k|   0 |   0 |  21 |1541k|5815 | 0.000000e+00 |      --      |    Inf 
535.90/535.90	c   536s|  2260k|221741 |  4571k|   2.0 | 229M|  36 |   - |  40 |9788 |  40 |  16 |  21 |1549k|5825 | 0.000000e+00 |      --      |    Inf 
538.41/538.45	c   538s|  2270k|222877 |  4592k|   2.0 | 230M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1556k|5843 | 0.000000e+00 |      --      |    Inf 
541.40/541.42	c   541s|  2280k|223399 |  4612k|   2.0 | 231M|  36 |   5 |  40 |9772 |  40 |  16 |  21 |1563k|5854 | 0.000000e+00 |      --      |    Inf 
544.00/544.01	c   544s|  2290k|224245 |  4632k|   2.0 | 232M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1570k|5867 | 0.000000e+00 |      --      |    Inf 
546.80/546.88	c   547s|  2300k|224683 |  4652k|   2.0 | 233M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |1578k|5879 | 0.000000e+00 |      --      |    Inf 
549.61/549.64	c   550s|  2310k|225462 |  4673k|   2.0 | 234M|  36 |   - |  40 |  11k|   0 |   0 |  21 |1585k|5893 | 0.000000e+00 |      --      |    Inf 
552.41/552.46	c   552s|  2320k|226228 |  4693k|   2.0 | 234M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1592k|5900 | 0.000000e+00 |      --      |    Inf 
555.31/555.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
555.31/555.37	c   555s|  2330k|226897 |  4712k|   2.0 | 235M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1599k|5912 | 0.000000e+00 |      --      |    Inf 
558.21/558.25	c   558s|  2340k|227369 |  4733k|   2.0 | 236M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1607k|5927 | 0.000000e+00 |      --      |    Inf 
560.81/560.88	c   561s|  2350k|228262 |  4753k|   2.0 | 237M|  36 |   - |  40 |  11k|   0 |   0 |  21 |1614k|5940 | 0.000000e+00 |      --      |    Inf 
564.00/564.04	c   564s|  2360k|228610 |  4773k|   2.0 | 237M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1621k|5949 | 0.000000e+00 |      --      |    Inf 
566.30/566.34	c   566s|  2370k|230781 |  4793k|   2.0 | 239M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1627k|5959 | 0.000000e+00 |      --      |    Inf 
568.81/568.87	c   569s|  2380k|232769 |  4814k|   2.0 | 241M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1633k|5973 | 0.000000e+00 |      --      |    Inf 
571.71/571.72	c   572s|  2390k|234042 |  4834k|   2.0 | 242M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1640k|5982 | 0.000000e+00 |      --      |    Inf 
574.61/574.64	c   575s|  2400k|235296 |  4855k|   2.0 | 243M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1646k|6005 | 0.000000e+00 |      --      |    Inf 
577.20/577.29	c   577s|  2410k|236914 |  4875k|   2.0 | 245M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1653k|6018 | 0.000000e+00 |      --      |    Inf 
580.11/580.14	c   580s|  2420k|238685 |  4895k|   2.0 | 246M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1659k|6032 | 0.000000e+00 |      --      |    Inf 
583.51/583.50	c   584s|  2430k|239467 |  4916k|   2.0 | 247M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1666k|6046 | 0.000000e+00 |      --      |    Inf 
586.41/586.48	c   586s|  2440k|240605 |  4936k|   2.0 | 248M|  36 |   - |  40 |  13k|   0 |   0 |  21 |1673k|6061 | 0.000000e+00 |      --      |    Inf 
589.52/589.59	c   590s|  2450k|241538 |  4957k|   2.0 | 249M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1680k|6081 | 0.000000e+00 |      --      |    Inf 
592.71/592.79	c   593s|  2460k|242177 |  4978k|   2.0 | 250M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1687k|6088 | 0.000000e+00 |      --      |    Inf 
596.12/596.19	c   596s|  2470k|242821 |  4998k|   2.0 | 251M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1694k|6109 | 0.000000e+00 |      --      |    Inf 
599.30/599.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.30/599.40	c   599s|  2480k|243601 |  5018k|   2.0 | 251M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1701k|6134 | 0.000000e+00 |      --      |    Inf 
602.72/602.73	c   603s|  2490k|244240 |  5038k|   2.0 | 252M|  36 |   - |  40 |  13k|  40 |  16 |  21 |1708k|6139 | 0.000000e+00 |      --      |    Inf 
605.91/605.99	c   606s|  2500k|244970 |  5058k|   2.0 | 253M|  36 |   - |  40 |  13k|   0 |   0 |  21 |1716k|6154 | 0.000000e+00 |      --      |    Inf 
609.60/609.66	c   610s|  2510k|245285 |  5079k|   2.0 | 254M|  36 |   - |  40 |  13k|  40 |  16 |  21 |1723k|6170 | 0.000000e+00 |      --      |    Inf 
612.62/612.71	c   613s|  2520k|246216 |  5098k|   2.0 | 255M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1730k|6173 | 0.000000e+00 |      --      |    Inf 
616.10/616.19	c   616s|  2530k|246799 |  5118k|   2.0 | 256M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1737k|6188 | 0.000000e+00 |      --      |    Inf 
619.70/619.76	c   620s|  2540k|247268 |  5139k|   2.0 | 256M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1744k|6213 | 0.000000e+00 |      --      |    Inf 
623.21/623.25	c   623s|  2550k|247700 |  5159k|   2.0 | 257M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1752k|6230 | 0.000000e+00 |      --      |    Inf 
626.80/626.81	c   627s|  2560k|248177 |  5180k|   2.0 | 258M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1759k|6238 | 0.000000e+00 |      --      |    Inf 
630.10/630.15	c   630s|  2570k|248818 |  5200k|   2.0 | 259M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1766k|6246 | 0.000000e+00 |      --      |    Inf 
633.91/633.97	c   634s|  2580k|249022 |  5221k|   2.0 | 259M|  36 |   - |  40 |  14k|  40 |  16 |  21 |1774k|6257 | 0.000000e+00 |      --      |    Inf 
637.80/637.81	c   638s|  2590k|249150 |  5241k|   2.0 | 259M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1781k|6267 | 0.000000e+00 |      --      |    Inf 
641.50/641.54	c   642s|  2600k|249258 |  5260k|   2.0 | 259M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1789k|6279 | 0.000000e+00 |      --      |    Inf 
644.40/644.47	c   644s|  2610k|250049 |  5280k|   2.0 | 260M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |1796k|6288 | 0.000000e+00 |      --      |    Inf 
648.01/648.06	c   648s|  2620k|250203 |  5301k|   2.0 | 261M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1804k|6298 | 0.000000e+00 |      --      |    Inf 
651.51/651.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
651.51/651.55	c   652s|  2630k|250386 |  5321k|   2.0 | 261M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1811k|6310 | 0.000000e+00 |      --      |    Inf 
654.60/654.63	c   655s|  2640k|250889 |  5342k|   2.0 | 262M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1819k|6321 | 0.000000e+00 |      --      |    Inf 
658.20/658.27	c   658s|  2650k|251007 |  5362k|   2.0 | 262M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1827k|6330 | 0.000000e+00 |      --      |    Inf 
661.30/661.33	c   661s|  2660k|251518 |  5383k|   2.0 | 263M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |1834k|6346 | 0.000000e+00 |      --      |    Inf 
664.20/664.30	c   664s|  2670k|252737 |  5403k|   2.0 | 264M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |1841k|6361 | 0.000000e+00 |      --      |    Inf 
667.31/667.32	c   667s|  2680k|253759 |  5425k|   2.0 | 266M|  36 |   - |  40 |  13k|  40 |  16 |  21 |1848k|6391 | 0.000000e+00 |      --      |    Inf 
670.60/670.68	c   671s|  2690k|254138 |  5447k|   2.0 | 266M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1856k|6423 | 0.000000e+00 |      --      |    Inf 
674.11/674.17	c   674s|  2700k|254394 |  5469k|   2.0 | 267M|  36 |   - |  40 |  13k|  40 |  16 |  21 |1864k|6447 | 0.000000e+00 |      --      |    Inf 
678.10/678.15	c   678s|  2710k|254318 |  5489k|   2.0 | 267M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1872k|6454 | 0.000000e+00 |      --      |    Inf 
681.31/681.32	c   681s|  2720k|254636 |  5509k|   2.0 | 267M|  36 |   - |  40 |  11k|   0 |   0 |  21 |1879k|6468 | 0.000000e+00 |      --      |    Inf 
684.71/684.78	c   685s|  2730k|255035 |  5530k|   2.0 | 267M|  36 |   - |  40 |9511 |  40 |  16 |  21 |1886k|6475 | 0.000000e+00 |      --      |    Inf 
687.91/687.98	c   688s|  2740k|255382 |  5551k|   2.0 | 268M|  36 |   - |  40 |8863 |  40 |  16 |  21 |1894k|6491 | 0.000000e+00 |      --      |    Inf 
691.11/691.15	c   691s|  2750k|255615 |  5572k|   2.0 | 268M|  36 |   - |  40 |8840 |  40 |  16 |  21 |1902k|6508 | 0.000000e+00 |      --      |    Inf 
694.41/694.49	c   694s|  2760k|255708 |  5593k|   2.0 | 268M|  36 |   - |  40 |7162 |   0 |   0 |  21 |1909k|6523 | 0.000000e+00 |      --      |    Inf 
697.00/697.09	c   697s|  2770k|256213 |  5613k|   2.0 | 269M|  36 |   - |  40 |8840 |  40 |  16 |  21 |1917k|6534 | 0.000000e+00 |      --      |    Inf 
700.30/700.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.30/700.32	c   700s|  2780k|256381 |  5633k|   2.0 | 270M|  36 |   5 |  40 |7640 |  40 |  16 |  21 |1924k|6543 | 0.000000e+00 |      --      |    Inf 
703.41/703.40	c   703s|  2790k|256549 |  5653k|   2.0 | 270M|  36 |   - |  40 |7635 |  40 |  16 |  21 |1932k|6556 | 0.000000e+00 |      --      |    Inf 
706.31/706.34	c   706s|  2800k|256819 |  5674k|   2.0 | 270M|  36 |   - |  40 |7085 |  40 |  16 |  21 |1939k|6564 | 0.000000e+00 |      --      |    Inf 
708.71/708.74	c   709s|  2810k|257995 |  5694k|   2.0 | 272M|  36 |   - |  40 |9103 |  40 |  16 |  21 |1946k|6571 | 0.000000e+00 |      --      |    Inf 
711.62/711.69	c   712s|  2820k|258223 |  5715k|   2.0 | 273M|  36 |   5 |  40 |9056 |  40 |  16 |  21 |1954k|6591 | 0.000000e+00 |      --      |    Inf 
714.91/714.96	c   715s|  2830k|258292 |  5736k|   2.0 | 272M|  36 |   5 |  40 |6635 |  40 |  16 |  21 |1962k|6600 | 0.000000e+00 |      --      |    Inf 
717.91/717.90	c   718s|  2840k|258256 |  5756k|   2.0 | 273M|  36 |   - |  40 |6808 |  40 |  16 |  21 |1970k|6606 | 0.000000e+00 |      --      |    Inf 
720.31/720.37	c   720s|  2850k|258979 |  5776k|   2.0 | 274M|  36 |   5 |  40 |8987 |  40 |  16 |  21 |1977k|6621 | 0.000000e+00 |      --      |    Inf 
723.31/723.35	c   723s|  2860k|259314 |  5796k|   2.0 | 274M|  36 |   5 |  40 |7460 |  40 |  16 |  21 |1985k|6627 | 0.000000e+00 |      --      |    Inf 
725.81/725.85	c   726s|  2870k|260210 |  5817k|   2.0 | 276M|  36 |   - |  40 |8772 |   0 |   0 |  21 |1991k|6636 | 0.000000e+00 |      --      |    Inf 
728.81/728.84	c   729s|  2880k|260507 |  5838k|   2.0 | 276M|  36 |   5 |  40 |7309 |  40 |  16 |  21 |1999k|6646 | 0.000000e+00 |      --      |    Inf 
731.30/731.40	c   731s|  2890k|260938 |  5859k|   2.0 | 277M|  36 |   5 |  40 |8651 |  40 |  16 |  21 |2006k|6670 | 0.000000e+00 |      --      |    Inf 
734.61/734.60	c   735s|  2900k|260932 |  5880k|   2.0 | 277M|  36 |   5 |  40 |7090 |  40 |  16 |  21 |2014k|6691 | 0.000000e+00 |      --      |    Inf 
737.31/737.34	c   737s|  2910k|261328 |  5900k|   2.0 | 278M|  36 |   - |  40 |9082 |  40 |  16 |  21 |2022k|6705 | 0.000000e+00 |      --      |    Inf 
740.51/740.52	c   741s|  2920k|261409 |  5921k|   2.0 | 278M|  36 |   - |  40 |7303 |   0 |   0 |  21 |2029k|6712 | 0.000000e+00 |      --      |    Inf 
743.52/743.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
743.52/743.52	c   744s|  2930k|261565 |  5941k|   2.0 | 278M|  36 |   5 |  40 |6360 |  40 |  16 |  21 |2037k|6719 | 0.000000e+00 |      --      |    Inf 
746.21/746.23	c   746s|  2940k|261807 |  5962k|   2.0 | 279M|  36 |   5 |  40 |6769 |  40 |  16 |  21 |2044k|6725 | 0.000000e+00 |      --      |    Inf 
748.81/748.88	c   749s|  2950k|262190 |  5983k|   2.0 | 280M|  36 |   5 |  40 |7772 |  40 |  16 |  21 |2052k|6737 | 0.000000e+00 |      --      |    Inf 
751.71/751.74	c   752s|  2960k|262537 |  6004k|   2.0 | 280M|  36 |   5 |  40 |7252 |  40 |  16 |  21 |2059k|6747 | 0.000000e+00 |      --      |    Inf 
754.31/754.39	c   754s|  2970k|263039 |  6024k|   2.0 | 281M|  36 |   5 |  40 |7619 |  40 |  16 |  21 |2067k|6754 | 0.000000e+00 |      --      |    Inf 
756.91/756.94	c   757s|  2980k|263426 |  6044k|   2.0 | 282M|  36 |   - |  40 |8082 |  40 |  16 |  21 |2074k|6761 | 0.000000e+00 |      --      |    Inf 
760.02/760.07	c   760s|  2990k|263389 |  6065k|   2.0 | 282M|  36 |   5 |  40 |6088 |  40 |  16 |  21 |2082k|6767 | 0.000000e+00 |      --      |    Inf 
762.32/762.38	c   762s|  3000k|264606 |  6085k|   2.0 | 283M|  36 |   5 |  40 |7685 |  40 |  16 |  21 |2088k|6779 | 0.000000e+00 |      --      |    Inf 
764.71/764.74	c   765s|  3010k|265389 |  6106k|   2.0 | 284M|  36 |   - |  40 |8589 |  40 |  16 |  21 |2096k|6782 | 0.000000e+00 |      --      |    Inf 
767.31/767.34	c   767s|  3020k|265666 |  6128k|   2.0 | 285M|  36 |   - |  40 |9293 |  40 |  16 |  21 |2103k|6797 | 0.000000e+00 |      --      |    Inf 
770.51/770.56	c   771s|  3030k|265671 |  6148k|   2.0 | 285M|  36 |   5 |  40 |6826 |  40 |  16 |  21 |2111k|6802 | 0.000000e+00 |      --      |    Inf 
773.33/773.39	c   773s|  3040k|265856 |  6169k|   2.0 | 285M|  36 |   5 |  40 |6274 |  40 |  16 |  21 |2119k|6813 | 0.000000e+00 |      --      |    Inf 
775.90/775.95	c   776s|  3050k|266533 |  6189k|   2.0 | 287M|  36 |   - |  40 |8298 |  40 |  16 |  21 |2126k|6824 | 0.000000e+00 |      --      |    Inf 
778.83/778.85	c   779s|  3060k|266780 |  6209k|   2.0 | 287M|  36 |   - |  40 |7334 |  40 |  16 |  21 |2134k|6829 | 0.000000e+00 |      --      |    Inf 
781.81/781.84	c   782s|  3070k|266879 |  6230k|   2.0 | 287M|  36 |   - |  40 |6789 |   0 |   0 |  21 |2141k|6840 | 0.000000e+00 |      --      |    Inf 
784.71/784.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.71/784.73	c   785s|  3080k|267057 |  6250k|   2.0 | 288M|  36 |   - |  40 |7076 |  40 |  16 |  21 |2149k|6858 | 0.000000e+00 |      --      |    Inf 
787.01/787.04	c   787s|  3090k|267750 |  6271k|   2.0 | 289M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2156k|6874 | 0.000000e+00 |      --      |    Inf 
790.11/790.17	c   790s|  3100k|268012 |  6291k|   2.0 | 289M|  36 |   5 |  40 |7140 |  40 |  16 |  21 |2163k|6879 | 0.000000e+00 |      --      |    Inf 
792.91/793.00	c   793s|  3110k|268490 |  6311k|   2.0 | 290M|  36 |   - |  40 |7600 |  40 |  16 |  21 |2171k|6882 | 0.000000e+00 |      --      |    Inf 
795.61/795.64	c   796s|  3120k|269311 |  6331k|   2.0 | 291M|  36 |   5 |  40 |8438 |  40 |  16 |  21 |2178k|6887 | 0.000000e+00 |      --      |    Inf 
798.01/798.07	c   798s|  3130k|270263 |  6351k|   2.0 | 292M|  36 |   - |  40 |8950 |   0 |   0 |  21 |2184k|6895 | 0.000000e+00 |      --      |    Inf 
800.42/800.48	c   800s|  3140k|271793 |  6371k|   2.0 | 294M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2191k|6899 | 0.000000e+00 |      --      |    Inf 
803.51/803.53	c   804s|  3150k|272041 |  6391k|   2.0 | 294M|  36 |   5 |  40 |9843 |  40 |  16 |  21 |2198k|6908 | 0.000000e+00 |      --      |    Inf 
806.41/806.49	c   806s|  3160k|272187 |  6411k|   2.0 | 295M|  36 |   5 |  40 |9939 |  40 |  16 |  21 |2206k|6915 | 0.000000e+00 |      --      |    Inf 
809.63/809.66	c   810s|  3170k|272375 |  6431k|   2.0 | 295M|  36 |   - |  40 |9109 |  40 |  16 |  21 |2214k|6921 | 0.000000e+00 |      --      |    Inf 
812.61/812.65	c   813s|  3180k|272688 |  6452k|   2.0 | 296M|  36 |   - |  40 |8970 |  40 |  16 |  21 |2221k|6933 | 0.000000e+00 |      --      |    Inf 
815.41/815.47	c   815s|  3190k|273248 |  6472k|   2.0 | 297M|  36 |   - |  40 |9980 |  40 |  16 |  21 |2229k|6939 | 0.000000e+00 |      --      |    Inf 
818.72/818.70	c   819s|  3200k|273376 |  6493k|   2.0 | 296M|  36 |   - |  40 |8015 |   0 |   0 |  21 |2236k|6950 | 0.000000e+00 |      --      |    Inf 
821.21/821.26	c   821s|  3210k|273840 |  6514k|   2.0 | 298M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2244k|6962 | 0.000000e+00 |      --      |    Inf 
824.32/824.31	c   824s|  3220k|274539 |  6535k|   2.0 | 299M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2251k|6967 | 0.000000e+00 |      --      |    Inf 
827.71/827.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
827.71/827.71	c   828s|  3230k|274701 |  6555k|   2.0 | 299M|  36 |   5 |  40 |8404 |  40 |  16 |  21 |2259k|6976 | 0.000000e+00 |      --      |    Inf 
830.21/830.27	c   830s|  3240k|275285 |  6575k|   2.0 | 300M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2266k|6987 | 0.000000e+00 |      --      |    Inf 
833.21/833.26	c   833s|  3250k|275810 |  6595k|   2.0 | 300M|  36 |   - |  40 |9350 |  40 |  16 |  21 |2274k|6997 | 0.000000e+00 |      --      |    Inf 
836.31/836.35	c   836s|  3260k|276191 |  6615k|   2.0 | 301M|  36 |   - |  40 |8703 |   0 |   0 |  21 |2281k|7009 | 0.000000e+00 |      --      |    Inf 
838.92/838.99	c   839s|  3270k|276803 |  6637k|   2.0 | 302M|  36 |   5 |  40 |9461 |  40 |  16 |  21 |2288k|7019 | 0.000000e+00 |      --      |    Inf 
842.01/842.03	c   842s|  3280k|277119 |  6658k|   2.0 | 302M|  36 |   - |  40 |9406 |  40 |  16 |  21 |2296k|7039 | 0.000000e+00 |      --      |    Inf 
844.72/844.75	c   845s|  3290k|278188 |  6678k|   2.0 | 304M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2303k|7054 | 0.000000e+00 |      --      |    Inf 
847.61/847.62	c   848s|  3300k|278927 |  6698k|   2.0 | 305M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2310k|7067 | 0.000000e+00 |      --      |    Inf 
850.71/850.78	c   851s|  3310k|279190 |  6718k|   2.0 | 305M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2318k|7079 | 0.000000e+00 |      --      |    Inf 
853.92/853.95	c   854s|  3320k|279443 |  6738k|   2.0 | 305M|  36 |   5 |  40 |8855 |  40 |  16 |  21 |2325k|7091 | 0.000000e+00 |      --      |    Inf 
857.01/857.08	c   857s|  3330k|279626 |  6758k|   2.0 | 305M|  36 |   5 |  40 |7868 |  40 |  16 |  21 |2333k|7108 | 0.000000e+00 |      --      |    Inf 
860.12/860.20	c   860s|  3340k|279757 |  6779k|   2.0 | 306M|  36 |   5 |  40 |7314 |  40 |  16 |  21 |2340k|7120 | 0.000000e+00 |      --      |    Inf 
862.91/862.95	c   863s|  3350k|280038 |  6799k|   2.0 | 306M|  36 |   - |  40 |7885 |  40 |  16 |  21 |2348k|7129 | 0.000000e+00 |      --      |    Inf 
866.01/866.06	c   866s|  3360k|280088 |  6820k|   2.0 | 307M|  36 |   5 |  40 |6835 |  40 |  16 |  21 |2356k|7135 | 0.000000e+00 |      --      |    Inf 
868.82/868.81	c   869s|  3370k|280439 |  6841k|   2.0 | 307M|  36 |   - |  40 |7555 |  40 |  16 |  21 |2363k|7149 | 0.000000e+00 |      --      |    Inf 
871.41/871.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.41/871.40	c   871s|  3380k|281102 |  6862k|   2.0 | 308M|  36 |   5 |  40 |8652 |  40 |  16 |  21 |2370k|7159 | 0.000000e+00 |      --      |    Inf 
874.53/874.59	c   875s|  3390k|281118 |  6883k|   2.0 | 308M|  36 |   5 |  40 |7118 |  40 |  16 |  21 |2378k|7179 | 0.000000e+00 |      --      |    Inf 
877.51/877.55	c   878s|  3400k|281246 |  6902k|   2.0 | 309M|  36 |   5 |  40 |6304 |  40 |  16 |  21 |2386k|7183 | 0.000000e+00 |      --      |    Inf 
879.51/879.50	c   879s|  3410k|283541 |  6923k|   2.0 | 310M|  36 |   - |  40 |7763 |  40 |  16 |  21 |2391k|7188 | 0.000000e+00 |      --      |    Inf 
881.61/881.60	c   882s|  3420k|285471 |  6943k|   2.0 | 312M|  36 |   5 |  40 |8257 |  40 |  16 |  21 |2397k|7195 | 0.000000e+00 |      --      |    Inf 
883.81/883.87	c   884s|  3430k|287061 |  6963k|   2.0 | 313M|  36 |   - |  40 |8443 |  40 |  16 |  21 |2404k|7205 | 0.000000e+00 |      --      |    Inf 
886.01/886.04	c   886s|  3440k|288870 |  6984k|   2.0 | 315M|  36 |   - |  40 |  10k|   0 |   0 |  21 |2410k|7210 | 0.000000e+00 |      --      |    Inf 
888.52/888.59	c   889s|  3450k|290472 |  7004k|   2.0 | 316M|  36 |   5 |  40 |9175 |  40 |  16 |  21 |2416k|7222 | 0.000000e+00 |      --      |    Inf 
891.21/891.21	c   891s|  3460k|291687 |  7024k|   2.0 | 317M|  36 |   5 |  40 |9371 |  40 |  16 |  21 |2423k|7231 | 0.000000e+00 |      --      |    Inf 
893.81/893.89	c   894s|  3470k|292727 |  7044k|   2.0 | 318M|  36 |   5 |  40 |8841 |  40 |  16 |  21 |2429k|7244 | 0.000000e+00 |      --      |    Inf 
896.21/896.29	c   896s|  3480k|294007 |  7064k|   2.0 | 320M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2436k|7254 | 0.000000e+00 |      --      |    Inf 
899.11/899.11	c   899s|  3490k|294819 |  7085k|   2.0 | 321M|  36 |   5 |  40 |9714 |  40 |  16 |  21 |2443k|7262 | 0.000000e+00 |      --      |    Inf 
901.81/901.84	c   902s|  3500k|295773 |  7105k|   2.0 | 321M|  36 |   5 |  40 |9581 |  40 |  16 |  21 |2450k|7275 | 0.000000e+00 |      --      |    Inf 
904.51/904.59	c   905s|  3510k|296616 |  7125k|   2.0 | 322M|  36 |   5 |  40 |9888 |  40 |  16 |  21 |2456k|7278 | 0.000000e+00 |      --      |    Inf 
907.21/907.30	c   907s|  3520k|297604 |  7145k|   2.0 | 324M|  36 |   5 |  40 |9988 |  40 |  16 |  21 |2463k|7290 | 0.000000e+00 |      --      |    Inf 
910.01/910.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.01/910.08	c   910s|  3530k|298417 |  7165k|   2.0 | 325M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2470k|7300 | 0.000000e+00 |      --      |    Inf 
913.03/913.07	c   913s|  3540k|299125 |  7185k|   2.0 | 325M|  36 |   - |  40 |9864 |   0 |   0 |  21 |2477k|7312 | 0.000000e+00 |      --      |    Inf 
916.01/916.06	c   916s|  3550k|299539 |  7205k|   2.0 | 326M|  36 |   5 |  40 |9973 |  40 |  16 |  21 |2484k|7330 | 0.000000e+00 |      --      |    Inf 
918.61/918.65	c   919s|  3560k|300517 |  7225k|   2.0 | 328M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2491k|7340 | 0.000000e+00 |      --      |    Inf 
921.91/921.98	c   922s|  3570k|300769 |  7245k|   2.0 | 328M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2499k|7350 | 0.000000e+00 |      --      |    Inf 
924.81/924.83	c   925s|  3580k|301485 |  7265k|   2.0 | 329M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2506k|7362 | 0.000000e+00 |      --      |    Inf 
928.01/928.07	c   928s|  3590k|301841 |  7285k|   2.0 | 329M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2513k|7368 | 0.000000e+00 |      --      |    Inf 
931.31/931.38	c   931s|  3600k|302001 |  7306k|   2.0 | 330M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2520k|7382 | 0.000000e+00 |      --      |    Inf 
934.52/934.54	c   935s|  3610k|302192 |  7326k|   2.0 | 330M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2528k|7397 | 0.000000e+00 |      --      |    Inf 
937.61/937.66	c   938s|  3620k|302701 |  7346k|   2.0 | 331M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2535k|7406 | 0.000000e+00 |      --      |    Inf 
940.21/940.21	c   940s|  3630k|303765 |  7366k|   2.0 | 333M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |2542k|7415 | 0.000000e+00 |      --      |    Inf 
943.72/943.73	c   944s|  3640k|304077 |  7386k|   2.0 | 333M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2550k|7428 | 0.000000e+00 |      --      |    Inf 
947.02/947.09	c   947s|  3650k|304415 |  7406k|   2.0 | 333M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2557k|7437 | 0.000000e+00 |      --      |    Inf 
950.52/950.54	c   951s|  3660k|304557 |  7426k|   2.0 | 334M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2565k|7447 | 0.000000e+00 |      --      |    Inf 
954.02/954.05	c   954s|  3670k|304681 |  7446k|   2.0 | 334M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2572k|7460 | 0.000000e+00 |      --      |    Inf 
957.03/957.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
957.03/957.05	c   957s|  3680k|305351 |  7466k|   2.0 | 335M|  36 |   - |  40 |  12k|   0 |   0 |  21 |2579k|7471 | 0.000000e+00 |      --      |    Inf 
960.52/960.51	c   961s|  3690k|305605 |  7486k|   2.0 | 336M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2587k|7481 | 0.000000e+00 |      --      |    Inf 
963.81/963.88	c   964s|  3700k|305982 |  7506k|   2.0 | 336M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2594k|7486 | 0.000000e+00 |      --      |    Inf 
967.11/967.13	c   967s|  3710k|306315 |  7526k|   2.0 | 337M|  36 |   - |  40 |  12k|  40 |  16 |  21 |2601k|7496 | 0.000000e+00 |      --      |    Inf 
970.31/970.30	c   970s|  3720k|306792 |  7547k|   2.0 | 338M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |2609k|7509 | 0.000000e+00 |      --      |    Inf 
974.11/974.12	c   974s|  3730k|306766 |  7567k|   2.0 | 338M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2617k|7523 | 0.000000e+00 |      --      |    Inf 
977.61/977.69	c   978s|  3740k|306865 |  7588k|   2.0 | 339M|  36 |   - |  40 |  12k|   0 |   0 |  21 |2624k|7536 | 0.000000e+00 |      --      |    Inf 
981.02/981.07	c   981s|  3750k|307028 |  7608k|   2.0 | 339M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |2632k|7547 | 0.000000e+00 |      --      |    Inf 
984.72/984.73	c   985s|  3760k|307040 |  7628k|   2.0 | 339M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |2639k|7558 | 0.000000e+00 |      --      |    Inf 
988.82/988.90	c   989s|  3770k|306830 |  7648k|   2.0 | 339M|  36 |   - |  40 |  10k|   0 |   0 |  21 |2647k|7573 | 0.000000e+00 |      --      |    Inf 
992.32/992.32	c   992s|  3780k|307077 |  7669k|   2.0 | 339M|  36 |   - |  40 |9934 |  40 |  16 |  21 |2655k|7580 | 0.000000e+00 |      --      |    Inf 
995.21/995.25	c   995s|  3790k|307663 |  7689k|   2.0 | 341M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2662k|7589 | 0.000000e+00 |      --      |    Inf 
999.11/999.11	c   999s|  3800k|307676 |  7709k|   2.0 | 340M|  36 |   5 |  40 |9078 |  40 |  16 |  21 |2670k|7593 | 0.000000e+00 |      --      |    Inf 
1002.21/1002.23	c  1002s|  3810k|308188 |  7730k|   2.0 | 341M|  36 |   - |  40 |9689 |  40 |  16 |  21 |2677k|7602 | 0.000000e+00 |      --      |    Inf 
1005.12/1005.13	c  1005s|  3820k|308906 |  7751k|   2.0 | 342M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2684k|7611 | 0.000000e+00 |      --      |    Inf 
1007.52/1007.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1007.52/1007.61	c  1008s|  3830k|310046 |  7771k|   2.0 | 343M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2691k|7622 | 0.000000e+00 |      --      |    Inf 
1010.51/1010.50	c  1011s|  3840k|310448 |  7793k|   2.0 | 344M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2699k|7630 | 0.000000e+00 |      --      |    Inf 
1013.81/1013.83	c  1014s|  3850k|310449 |  7813k|   2.0 | 344M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2707k|7633 | 0.000000e+00 |      --      |    Inf 
1017.42/1017.43	c  1017s|  3860k|310684 |  7834k|   2.0 | 344M|  36 |   5 |  40 |9484 |  40 |  16 |  21 |2714k|7642 | 0.000000e+00 |      --      |    Inf 
1020.73/1020.77	c  1021s|  3870k|310763 |  7855k|   2.0 | 345M|  36 |   5 |  40 |8377 |  40 |  16 |  21 |2722k|7649 | 0.000000e+00 |      --      |    Inf 
1023.71/1023.71	c  1024s|  3880k|311161 |  7876k|   2.0 | 345M|  36 |   5 |  40 |8005 |  40 |  16 |  21 |2730k|7659 | 0.000000e+00 |      --      |    Inf 
1026.81/1026.81	c  1027s|  3890k|311319 |  7897k|   2.0 | 345M|  36 |   - |  40 |7421 |  40 |  16 |  21 |2737k|7662 | 0.000000e+00 |      --      |    Inf 
1029.71/1029.78	c  1030s|  3900k|311560 |  7917k|   2.0 | 346M|  36 |   - |  40 |7804 |  40 |  16 |  21 |2745k|7678 | 0.000000e+00 |      --      |    Inf 
1032.82/1032.86	c  1033s|  3910k|311608 |  7937k|   2.0 | 346M|  36 |   5 |  40 |7479 |  40 |  16 |  21 |2753k|7684 | 0.000000e+00 |      --      |    Inf 
1035.72/1035.70	c  1036s|  3920k|312296 |  7958k|   2.0 | 347M|  36 |   - |  40 |8082 |  40 |  16 |  21 |2760k|7693 | 0.000000e+00 |      --      |    Inf 
1038.11/1038.16	c  1038s|  3930k|313213 |  7980k|   2.0 | 348M|  36 |   - |  40 |9175 |  40 |  16 |  21 |2767k|7704 | 0.000000e+00 |      --      |    Inf 
1041.02/1041.02	c  1041s|  3940k|313656 |  8002k|   2.0 | 349M|  36 |   5 |  40 |8263 |  40 |  16 |  21 |2774k|7711 | 0.000000e+00 |      --      |    Inf 
1044.22/1044.25	c  1044s|  3950k|313585 |  8022k|   2.0 | 349M|  36 |   5 |  40 |7426 |  40 |  16 |  21 |2782k|7727 | 0.000000e+00 |      --      |    Inf 
1046.82/1046.86	c  1047s|  3960k|314283 |  8043k|   2.0 | 350M|  36 |   5 |  40 |8865 |  40 |  16 |  21 |2789k|7734 | 0.000000e+00 |      --      |    Inf 
1049.82/1049.80	c  1050s|  3970k|314666 |  8064k|   2.0 | 351M|  36 |   - |  40 |9141 |  40 |  16 |  21 |2797k|7741 | 0.000000e+00 |      --      |    Inf 
1052.81/1052.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1052.81/1052.86	c  1053s|  3980k|314981 |  8084k|   2.0 | 351M|  36 |   5 |  40 |8161 |  40 |  16 |  21 |2804k|7751 | 0.000000e+00 |      --      |    Inf 
1056.12/1056.16	c  1056s|  3990k|315026 |  8105k|   2.0 | 351M|  36 |   5 |  40 |7361 |  40 |  16 |  21 |2812k|7758 | 0.000000e+00 |      --      |    Inf 
1059.11/1059.18	c  1059s|  4000k|315156 |  8125k|   2.0 | 352M|  36 |   - |  40 |7515 |  40 |  16 |  21 |2819k|7763 | 0.000000e+00 |      --      |    Inf 
1062.42/1062.43	c  1062s|  4010k|315138 |  8145k|   2.0 | 352M|  36 |   5 |  40 |7345 |  40 |  16 |  21 |2827k|7776 | 0.000000e+00 |      --      |    Inf 
1065.12/1065.11	c  1065s|  4020k|315716 |  8166k|   2.0 | 353M|  36 |   - |  40 |8584 |   0 |   0 |  21 |2834k|7785 | 0.000000e+00 |      --      |    Inf 
1068.14/1068.14	c  1068s|  4030k|315776 |  8186k|   2.0 | 353M|  36 |   5 |  40 |7568 |  40 |  16 |  21 |2842k|7797 | 0.000000e+00 |      --      |    Inf 
1070.82/1070.85	c  1071s|  4040k|316288 |  8206k|   2.0 | 354M|  36 |   5 |  40 |7924 |  40 |  16 |  21 |2849k|7809 | 0.000000e+00 |      --      |    Inf 
1074.02/1074.08	c  1074s|  4050k|316187 |  8226k|   2.0 | 354M|  36 |   - |  40 |6422 |   0 |   0 |  21 |2857k|7823 | 0.000000e+00 |      --      |    Inf 
1076.32/1076.37	c  1076s|  4060k|317615 |  8248k|   2.0 | 356M|  36 |   - |  40 |9369 |  40 |  16 |  21 |2864k|7828 | 0.000000e+00 |      --      |    Inf 
1079.52/1079.58	c  1080s|  4070k|317746 |  8269k|   2.0 | 357M|  36 |   - |  40 |8785 |  40 |  16 |  21 |2871k|7846 | 0.000000e+00 |      --      |    Inf 
1082.43/1082.47	c  1082s|  4080k|318220 |  8289k|   2.0 | 357M|  36 |   5 |  40 |9079 |  40 |  16 |  21 |2878k|7854 | 0.000000e+00 |      --      |    Inf 
1085.74/1085.73	c  1086s|  4090k|318358 |  8311k|   2.0 | 357M|  36 |   - |  40 |8081 |  40 |  16 |  21 |2886k|7862 | 0.000000e+00 |      --      |    Inf 
1088.71/1088.76	c  1089s|  4100k|318502 |  8331k|   2.0 | 358M|  36 |   - |  40 |7585 |  40 |  16 |  21 |2894k|7865 | 0.000000e+00 |      --      |    Inf 
1091.31/1091.35	c  1091s|  4110k|319272 |  8351k|   2.0 | 359M|  36 |   5 |  40 |9201 |  40 |  16 |  21 |2901k|7880 | 0.000000e+00 |      --      |    Inf 
1094.02/1094.07	c  1094s|  4120k|319666 |  8371k|   2.0 | 360M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2908k|7887 | 0.000000e+00 |      --      |    Inf 
1097.32/1097.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1097.32/1097.31	c  1097s|  4130k|319843 |  8391k|   2.0 | 360M|  36 |   - |  40 |8525 |  40 |  16 |  21 |2916k|7895 | 0.000000e+00 |      --      |    Inf 
1100.52/1100.51	c  1101s|  4140k|319938 |  8411k|   2.0 | 360M|  36 |   - |  40 |7690 |  40 |  16 |  21 |2924k|7908 | 0.000000e+00 |      --      |    Inf 
1103.62/1103.70	c  1104s|  4150k|319884 |  8432k|   2.0 | 360M|  36 |   5 |  40 |6363 |  40 |  16 |  21 |2931k|7921 | 0.000000e+00 |      --      |    Inf 
1106.72/1106.75	c  1107s|  4160k|319767 |  8452k|   2.0 | 360M|  36 |   - |  40 |6312 |  40 |  16 |  21 |2939k|7925 | 0.000000e+00 |      --      |    Inf 
1109.52/1109.58	c  1110s|  4170k|319989 |  8473k|   2.0 | 361M|  36 |   - |  40 |6740 |  40 |  16 |  21 |2947k|7935 | 0.000000e+00 |      --      |    Inf 
1112.32/1112.39	c  1112s|  4180k|320214 |  8493k|   2.0 | 362M|  36 |   - |  40 |7180 |   0 |   0 |  21 |2954k|7944 | 0.000000e+00 |      --      |    Inf 
1115.44/1115.49	c  1115s|  4190k|320171 |  8513k|   2.0 | 362M|  36 |   5 |  40 |6929 |  40 |  16 |  21 |2962k|7959 | 0.000000e+00 |      --      |    Inf 
1118.21/1118.26	c  1118s|  4200k|320448 |  8533k|   2.0 | 363M|  36 |   - |  40 |8216 |  40 |  16 |  21 |2970k|7977 | 0.000000e+00 |      --      |    Inf 
1121.22/1121.21	c  1121s|  4210k|320740 |  8554k|   2.0 | 363M|  36 |   - |  40 |7933 |  40 |  16 |  21 |2977k|7986 | 0.000000e+00 |      --      |    Inf 
1124.02/1124.02	c  1124s|  4220k|321203 |  8575k|   2.0 | 364M|  36 |   - |  40 |8437 |  40 |  16 |  21 |2985k|7992 | 0.000000e+00 |      --      |    Inf 
1126.92/1126.97	c  1127s|  4230k|321377 |  8596k|   2.0 | 364M|  36 |   - |  40 |7803 |   0 |   0 |  21 |2993k|8002 | 0.000000e+00 |      --      |    Inf 
1129.74/1129.72	c  1130s|  4240k|321850 |  8617k|   2.0 | 365M|  36 |   - |  40 |9124 |  40 |  16 |  21 |3000k|8012 | 0.000000e+00 |      --      |    Inf 
1132.32/1132.36	c  1132s|  4250k|322678 |  8637k|   2.0 | 366M|  36 |   - |  40 |9302 |   0 |   0 |  21 |3007k|8018 | 0.000000e+00 |      --      |    Inf 
1134.92/1134.98	c  1135s|  4260k|323304 |  8657k|   2.0 | 367M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3015k|8030 | 0.000000e+00 |      --      |    Inf 
1138.12/1138.13	c  1138s|  4270k|323299 |  8677k|   2.0 | 367M|  36 |   - |  40 |9272 |  40 |  16 |  21 |3023k|8036 | 0.000000e+00 |      --      |    Inf 
1140.92/1140.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1140.92/1140.97	c  1141s|  4280k|323659 |  8698k|   2.0 | 368M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3031k|8049 | 0.000000e+00 |      --      |    Inf 
1143.93/1143.97	c  1144s|  4290k|324402 |  8718k|   2.0 | 369M|  36 |   5 |  40 |9306 |  40 |  16 |  21 |3038k|8053 | 0.000000e+00 |      --      |    Inf 
1147.01/1147.02	c  1147s|  4300k|324659 |  8738k|   2.0 | 369M|  36 |   - |  40 |9508 |  40 |  16 |  21 |3046k|8062 | 0.000000e+00 |      --      |    Inf 
1150.32/1150.30	c  1150s|  4310k|324609 |  8759k|   2.0 | 369M|  36 |   - |  40 |7522 |  40 |  16 |  21 |3053k|8067 | 0.000000e+00 |      --      |    Inf 
1153.22/1153.27	c  1153s|  4320k|324892 |  8779k|   2.0 | 370M|  36 |   5 |  40 |7816 |  40 |  16 |  21 |3061k|8077 | 0.000000e+00 |      --      |    Inf 
1156.52/1156.52	c  1157s|  4330k|324722 |  8800k|   2.0 | 370M|  36 |   - |  40 |6401 |  40 |  16 |  21 |3069k|8085 | 0.000000e+00 |      --      |    Inf 
1159.22/1159.22	c  1159s|  4340k|325340 |  8821k|   2.0 | 371M|  36 |   5 |  40 |8100 |  40 |  16 |  21 |3076k|8090 | 0.000000e+00 |      --      |    Inf 
1161.72/1161.79	c  1162s|  4350k|326078 |  8842k|   2.0 | 372M|  36 |   - |  40 |  10k|   0 |   0 |  21 |3083k|8101 | 0.000000e+00 |      --      |    Inf 
1164.83/1164.91	c  1165s|  4360k|326379 |  8864k|   2.0 | 373M|  36 |   5 |  40 |9628 |  40 |  16 |  21 |3091k|8110 | 0.000000e+00 |      --      |    Inf 
1168.23/1168.23	c  1168s|  4370k|326432 |  8884k|   2.0 | 373M|  36 |   5 |  40 |7859 |  40 |  16 |  21 |3099k|8117 | 0.000000e+00 |      --      |    Inf 
1171.12/1171.19	c  1171s|  4380k|326632 |  8905k|   2.0 | 373M|  36 |   5 |  40 |7645 |  40 |  16 |  21 |3106k|8126 | 0.000000e+00 |      --      |    Inf 
1174.32/1174.38	c  1174s|  4390k|326591 |  8925k|   2.0 | 373M|  36 |   5 |  40 |7067 |  40 |  16 |  21 |3114k|8132 | 0.000000e+00 |      --      |    Inf 
1177.11/1177.19	c  1177s|  4400k|326862 |  8945k|   2.0 | 374M|  36 |   5 |  40 |8231 |  40 |  16 |  21 |3121k|8142 | 0.000000e+00 |      --      |    Inf 
1179.92/1179.93	c  1180s|  4410k|327539 |  8967k|   2.0 | 375M|  36 |   5 |  40 |9773 |  40 |  16 |  21 |3128k|8149 | 0.000000e+00 |      --      |    Inf 
1183.02/1183.07	c  1183s|  4420k|327847 |  8988k|   2.0 | 375M|  36 |   5 |  40 |7675 |  40 |  16 |  21 |3136k|8152 | 0.000000e+00 |      --      |    Inf 
1186.22/1186.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1186.22/1186.20	c  1186s|  4430k|327921 |  9009k|   2.0 | 376M|  36 |   - |  40 |7537 |  40 |  16 |  21 |3144k|8169 | 0.000000e+00 |      --      |    Inf 
1188.82/1188.89	c  1189s|  4440k|328427 |  9029k|   2.0 | 377M|  36 |   5 |  40 |8424 |  40 |  16 |  21 |3151k|8172 | 0.000000e+00 |      --      |    Inf 
1191.82/1191.84	c  1192s|  4450k|328683 |  9049k|   2.0 | 377M|  36 |   - |  40 |8490 |  40 |  16 |  21 |3158k|8175 | 0.000000e+00 |      --      |    Inf 
1195.22/1195.29	c  1195s|  4460k|328497 |  9069k|   2.0 | 377M|  36 |   - |  40 |7100 |  40 |  16 |  21 |3166k|8180 | 0.000000e+00 |      --      |    Inf 
1197.42/1197.42	c  1197s|  4470k|330000 |  9089k|   2.0 | 379M|  36 |   - |  40 |9361 |  40 |  16 |  21 |3173k|8181 | 0.000000e+00 |      --      |    Inf 
1199.92/1199.92	c  1200s|  4480k|330923 |  9110k|   2.0 | 380M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3180k|8189 | 0.000000e+00 |      --      |    Inf 
1202.52/1202.53	c  1203s|  4490k|331491 |  9131k|   2.0 | 381M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3187k|8195 | 0.000000e+00 |      --      |    Inf 
1205.32/1205.31	c  1205s|  4500k|331769 |  9153k|   2.0 | 382M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3195k|8197 | 0.000000e+00 |      --      |    Inf 
1208.52/1208.59	c  1209s|  4510k|331948 |  9174k|   2.0 | 381M|  36 |   - |  40 |8320 |  40 |  16 |  21 |3202k|8207 | 0.000000e+00 |      --      |    Inf 
1212.02/1212.06	c  1212s|  4520k|331777 |  9194k|   2.0 | 381M|  36 |   - |  40 |7090 |  40 |  16 |  21 |3210k|8215 | 0.000000e+00 |      --      |    Inf 
1215.02/1215.07	c  1215s|  4530k|331925 |  9215k|   2.0 | 382M|  36 |   5 |  40 |7144 |  40 |  16 |  21 |3218k|8220 | 0.000000e+00 |      --      |    Inf 
1218.02/1218.03	c  1218s|  4540k|332246 |  9235k|   2.0 | 382M|  36 |   - |  40 |7471 |  40 |  16 |  21 |3225k|8222 | 0.000000e+00 |      --      |    Inf 
1220.62/1220.66	c  1221s|  4550k|332618 |  9256k|   2.0 | 384M|  36 |   - |  40 |9572 |  40 |  16 |  21 |3233k|8229 | 0.000000e+00 |      --      |    Inf 
1224.02/1224.06	c  1224s|  4560k|332631 |  9276k|   2.0 | 383M|  36 |   5 |  40 |8174 |  40 |  16 |  21 |3241k|8242 | 0.000000e+00 |      --      |    Inf 
1226.92/1226.98	c  1227s|  4570k|332973 |  9296k|   2.0 | 384M|  36 |   5 |  40 |8253 |  40 |  16 |  21 |3248k|8248 | 0.000000e+00 |      --      |    Inf 
1229.73/1229.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1229.73/1229.72	c  1230s|  4580k|333618 |  9317k|   2.0 | 385M|  36 |   5 |  40 |9330 |  40 |  16 |  21 |3255k|8258 | 0.000000e+00 |      --      |    Inf 
1232.72/1232.73	c  1233s|  4590k|333878 |  9338k|   2.0 | 385M|  36 |   5 |  40 |9047 |  40 |  16 |  21 |3263k|8265 | 0.000000e+00 |      --      |    Inf 
1236.02/1236.09	c  1236s|  4600k|333850 |  9358k|   2.0 | 385M|  36 |   - |  40 |7596 |  40 |  16 |  21 |3271k|8273 | 0.000000e+00 |      --      |    Inf 
1239.22/1239.26	c  1239s|  4610k|333904 |  9379k|   2.0 | 386M|  36 |   - |  40 |7092 |   0 |   0 |  21 |3278k|8280 | 0.000000e+00 |      --      |    Inf 
1241.52/1241.56	c  1242s|  4620k|335680 |  9400k|   2.0 | 387M|  36 |   5 |  40 |8556 |  40 |  16 |  21 |3285k|8283 | 0.000000e+00 |      --      |    Inf 
1243.82/1243.86	c  1244s|  4630k|337360 |  9422k|   2.0 | 389M|  36 |   5 |  40 |9494 |  40 |  16 |  21 |3291k|8295 | 0.000000e+00 |      --      |    Inf 
1246.23/1246.28	c  1246s|  4640k|338950 |  9444k|   2.0 | 390M|  36 |   5 |  40 |9168 |  40 |  16 |  21 |3297k|8299 | 0.000000e+00 |      --      |    Inf 
1248.72/1248.72	c  1249s|  4650k|340417 |  9466k|   2.0 | 391M|  36 |   - |  40 |9709 |  40 |  16 |  21 |3303k|8310 | 0.000000e+00 |      --      |    Inf 
1251.12/1251.19	c  1251s|  4660k|341789 |  9487k|   2.0 | 393M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3310k|8318 | 0.000000e+00 |      --      |    Inf 
1254.04/1254.05	c  1254s|  4670k|342482 |  9509k|   2.0 | 394M|  36 |   5 |  40 |9514 |  40 |  16 |  21 |3317k|8326 | 0.000000e+00 |      --      |    Inf 
1256.73/1256.77	c  1257s|  4680k|343308 |  9531k|   2.0 | 395M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3324k|8330 | 0.000000e+00 |      --      |    Inf 
1259.62/1259.62	c  1260s|  4690k|344105 |  9552k|   2.0 | 396M|  36 |   - |  40 |9783 |  40 |  16 |  21 |3331k|8336 | 0.000000e+00 |      --      |    Inf 
1262.12/1262.15	c  1262s|  4700k|345349 |  9575k|   2.0 | 397M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3337k|8346 | 0.000000e+00 |      --      |    Inf 
1265.12/1265.12	c  1265s|  4710k|345974 |  9597k|   2.0 | 398M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3344k|8356 | 0.000000e+00 |      --      |    Inf 
1267.92/1267.97	c  1268s|  4720k|346798 |  9619k|   2.0 | 399M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3351k|8366 | 0.000000e+00 |      --      |    Inf 
1270.92/1270.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1270.92/1270.98	c  1271s|  4730k|347560 |  9640k|   2.0 | 400M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3358k|8375 | 0.000000e+00 |      --      |    Inf 
1274.02/1274.04	c  1274s|  4740k|348194 |  9662k|   2.0 | 401M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3365k|8377 | 0.000000e+00 |      --      |    Inf 
1277.03/1277.07	c  1277s|  4750k|348710 |  9684k|   2.0 | 402M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3372k|8383 | 0.000000e+00 |      --      |    Inf 
1280.12/1280.13	c  1280s|  4760k|349303 |  9705k|   2.0 | 403M|  36 |   - |  40 |  12k|  40 |  16 |  21 |3379k|8389 | 0.000000e+00 |      --      |    Inf 
1283.52/1283.56	c  1284s|  4770k|349435 |  9727k|   2.0 | 403M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3387k|8394 | 0.000000e+00 |      --      |    Inf 
1286.72/1286.76	c  1287s|  4780k|349788 |  9749k|   2.0 | 404M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3394k|8404 | 0.000000e+00 |      --      |    Inf 
1290.24/1290.22	c  1290s|  4790k|349705 |  9772k|   2.0 | 404M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3402k|8412 | 0.000000e+00 |      --      |    Inf 
1293.72/1293.74	c  1294s|  4800k|349846 |  9794k|   2.0 | 404M|  36 |   - |  40 |9978 |   0 |   0 |  21 |3409k|8422 | 0.000000e+00 |      --      |    Inf 
1296.94/1296.93	c  1297s|  4810k|350249 |  9815k|   2.0 | 405M|  36 |   - |  40 |9361 |  40 |  16 |  21 |3417k|8435 | 0.000000e+00 |      --      |    Inf 
1299.82/1299.89	c  1300s|  4820k|350699 |  9835k|   2.0 | 405M|  36 |   5 |  40 |8825 |  40 |  16 |  21 |3424k|8446 | 0.000000e+00 |      --      |    Inf 
1303.02/1303.03	c  1303s|  4830k|351088 |  9856k|   2.0 | 406M|  36 |   5 |  40 |7930 |  40 |  16 |  21 |3431k|8451 | 0.000000e+00 |      --      |    Inf 
1306.12/1306.16	c  1306s|  4840k|351247 |  9877k|   2.0 | 406M|  36 |   5 |  40 |8260 |  40 |  16 |  21 |3439k|8455 | 0.000000e+00 |      --      |    Inf 
1309.43/1309.41	c  1309s|  4850k|351327 |  9897k|   2.0 | 406M|  36 |   5 |  40 |7794 |  40 |  16 |  21 |3446k|8462 | 0.000000e+00 |      --      |    Inf 
1312.34/1312.36	c  1312s|  4860k|351725 |  9919k|   2.0 | 407M|  36 |   5 |  40 |8238 |  40 |  16 |  21 |3454k|8471 | 0.000000e+00 |      --      |    Inf 
1315.53/1315.54	c  1316s|  4870k|351814 |  9939k|   2.0 | 407M|  36 |   5 |  40 |7481 |  40 |  16 |  21 |3462k|8473 | 0.000000e+00 |      --      |    Inf 
1318.42/1318.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1318.42/1318.43	c  1318s|  4880k|352149 |  9960k|   2.0 | 408M|  36 |   - |  40 |7862 |   0 |   0 |  21 |3469k|8480 | 0.000000e+00 |      --      |    Inf 
1321.14/1321.18	c  1321s|  4890k|353266 |  9980k|   2.0 | 409M|  36 |   5 |  40 |8433 |  40 |  16 |  21 |3476k|8489 | 0.000000e+00 |      --      |    Inf 
1323.52/1323.55	c  1324s|  4900k|354721 |  9999k|   2.0 | 410M|  36 |   5 |  40 |9448 |  40 |  16 |  21 |3482k|8496 | 0.000000e+00 |      --      |    Inf 
1326.13/1326.17	c  1326s|  4910k|355647 | 10019k|   2.0 | 411M|  36 |   5 |  40 |9667 |  40 |  16 |  21 |3489k|8504 | 0.000000e+00 |      --      |    Inf 
1328.84/1328.82	c  1329s|  4920k|356364 | 10038k|   2.0 | 413M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3496k|8511 | 0.000000e+00 |      --      |    Inf 
1331.52/1331.57	c  1332s|  4930k|357028 | 10058k|   2.0 | 413M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3503k|8517 | 0.000000e+00 |      --      |    Inf 
1334.52/1334.56	c  1335s|  4940k|357415 | 10078k|   2.0 | 414M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3511k|8530 | 0.000000e+00 |      --      |    Inf 
1337.43/1337.48	c  1337s|  4950k|357810 | 10097k|   2.0 | 415M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3518k|8537 | 0.000000e+00 |      --      |    Inf 
1340.63/1340.61	c  1341s|  4960k|357856 | 10117k|   2.0 | 415M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3526k|8550 | 0.000000e+00 |      --      |    Inf 
1343.73/1343.76	c  1344s|  4970k|357729 | 10137k|   2.0 | 415M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3534k|8563 | 0.000000e+00 |      --      |    Inf 
1347.43/1347.43	c  1347s|  4980k|357505 | 10158k|   2.0 | 415M|  36 |   - |  40 |8428 |  40 |  16 |  21 |3541k|8570 | 0.000000e+00 |      --      |    Inf 
1350.52/1350.53	c  1351s|  4990k|357880 | 10179k|   2.0 | 415M|  36 |   5 |  40 |9020 |  40 |  16 |  21 |3549k|8578 | 0.000000e+00 |      --      |    Inf 
1353.33/1353.34	c  1353s|  5000k|359076 | 10200k|   2.0 | 417M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3556k|8585 | 0.000000e+00 |      --      |    Inf 
1355.82/1355.88	c  1356s|  5010k|360559 | 10221k|   2.0 | 418M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3562k|8595 | 0.000000e+00 |      --      |    Inf 
1358.72/1358.78	c  1359s|  5020k|361418 | 10242k|   2.0 | 419M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3569k|8601 | 0.000000e+00 |      --      |    Inf 
1361.73/1361.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1361.73/1361.81	c  1362s|  5030k|362017 | 10263k|   2.0 | 420M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |3576k|8606 | 0.000000e+00 |      --      |    Inf 
1365.03/1365.05	c  1365s|  5040k|362321 | 10284k|   2.0 | 421M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |3583k|8618 | 0.000000e+00 |      --      |    Inf 
1368.22/1368.30	c  1368s|  5050k|362697 | 10305k|   2.0 | 422M|  36 |   - |  40 |  13k|  40 |  16 |  21 |3590k|8626 | 0.000000e+00 |      --      |    Inf 
1371.63/1371.71	c  1372s|  5060k|362835 | 10327k|   2.0 | 422M|  36 |   - |  40 |  13k|  40 |  16 |  21 |3598k|8633 | 0.000000e+00 |      --      |    Inf 
1375.23/1375.22	c  1375s|  5070k|363280 | 10346k|   2.0 | 423M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3605k|8643 | 0.000000e+00 |      --      |    Inf 
1379.12/1379.17	c  1379s|  5080k|363084 | 10367k|   2.0 | 422M|  36 |   - |  40 |9279 |  40 |  16 |  21 |3613k|8648 | 0.000000e+00 |      --      |    Inf 
1382.22/1382.28	c  1382s|  5090k|363519 | 10387k|   2.0 | 423M|  36 |   5 |  40 |9254 |  40 |  16 |  21 |3620k|8663 | 0.000000e+00 |      --      |    Inf 
1385.42/1385.50	c  1385s|  5100k|363613 | 10407k|   2.0 | 423M|  36 |   5 |  40 |8720 |  40 |  16 |  21 |3628k|8673 | 0.000000e+00 |      --      |    Inf 
1388.42/1388.43	c  1388s|  5110k|364089 | 10428k|   2.0 | 424M|  36 |   5 |  40 |9962 |  40 |  16 |  21 |3635k|8676 | 0.000000e+00 |      --      |    Inf 
1391.44/1391.41	c  1391s|  5120k|364568 | 10448k|   2.0 | 425M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3643k|8681 | 0.000000e+00 |      --      |    Inf 
1394.93/1394.92	c  1395s|  5130k|364629 | 10468k|   2.0 | 425M|  36 |   - |  40 |  10k|   0 |   0 |  21 |3650k|8687 | 0.000000e+00 |      --      |    Inf 
1398.32/1398.39	c  1398s|  5140k|364636 | 10489k|   2.0 | 425M|  36 |   - |  40 |8758 |  40 |  16 |  21 |3658k|8692 | 0.000000e+00 |      --      |    Inf 
1401.33/1401.33	c  1401s|  5150k|365190 | 10510k|   2.0 | 426M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3665k|8695 | 0.000000e+00 |      --      |    Inf 
1404.43/1404.48	c  1404s|  5160k|365498 | 10530k|   2.0 | 426M|  36 |   5 |  40 |8816 |  40 |  16 |  21 |3673k|8701 | 0.000000e+00 |      --      |    Inf 
1407.53/1407.55	c  1408s|  5170k|365717 | 10551k|   2.0 | 427M|  36 |   - |  40 |8556 |  40 |  16 |  21 |3681k|8707 | 0.000000e+00 |      --      |    Inf 
1410.33/1410.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1410.33/1410.33	c  1410s|  5180k|366135 | 10572k|   2.0 | 428M|  36 |   - |  40 |9718 |   0 |   0 |  21 |3688k|8722 | 0.000000e+00 |      --      |    Inf 
1413.03/1413.00	c  1413s|  5190k|366623 | 10593k|   2.0 | 429M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3695k|8729 | 0.000000e+00 |      --      |    Inf 
1416.43/1416.43	c  1416s|  5200k|366789 | 10613k|   2.0 | 428M|  36 |   - |  40 |8233 |  40 |  16 |  21 |3703k|8733 | 0.000000e+00 |      --      |    Inf 
1419.43/1419.42	c  1419s|  5210k|367140 | 10633k|   2.0 | 429M|  36 |   5 |  40 |7714 |  40 |  16 |  21 |3710k|8739 | 0.000000e+00 |      --      |    Inf 
1422.73/1422.72	c  1423s|  5220k|367051 | 10654k|   2.0 | 429M|  36 |   - |  40 |6926 |  40 |  16 |  21 |3718k|8746 | 0.000000e+00 |      --      |    Inf 
1425.64/1425.69	c  1426s|  5230k|367243 | 10674k|   2.0 | 430M|  36 |   - |  40 |7892 |  40 |  16 |  21 |3726k|8751 | 0.000000e+00 |      --      |    Inf 
1428.84/1428.82	c  1429s|  5240k|367297 | 10695k|   2.0 | 430M|  36 |   - |  40 |8405 |  40 |  16 |  21 |3733k|8759 | 0.000000e+00 |      --      |    Inf 
1431.82/1431.80	c  1432s|  5250k|367471 | 10715k|   2.0 | 431M|  36 |   5 |  40 |8965 |  40 |  16 |  21 |3741k|8769 | 0.000000e+00 |      --      |    Inf 
1435.02/1435.06	c  1435s|  5260k|367395 | 10735k|   2.0 | 430M|  36 |   5 |  40 |7534 |  40 |  16 |  21 |3749k|8779 | 0.000000e+00 |      --      |    Inf 
1437.74/1437.74	c  1438s|  5270k|367968 | 10756k|   2.0 | 432M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3756k|8783 | 0.000000e+00 |      --      |    Inf 
1441.23/1441.27	c  1441s|  5280k|367810 | 10776k|   2.0 | 431M|  36 |   - |  40 |6656 |  40 |  16 |  21 |3764k|8791 | 0.000000e+00 |      --      |    Inf 
1444.53/1444.59	c  1445s|  5290k|367520 | 10797k|   2.0 | 431M|  36 |   5 |  40 |6083 |  40 |  16 |  21 |3772k|8794 | 0.000000e+00 |      --      |    Inf 
1447.54/1447.59	c  1448s|  5300k|367696 | 10819k|   2.0 | 432M|  36 |   5 |  40 |7829 |  40 |  16 |  21 |3780k|8805 | 0.000000e+00 |      --      |    Inf 
1450.84/1450.87	c  1451s|  5310k|367650 | 10839k|   2.0 | 432M|  36 |   5 |  40 |6369 |  40 |  16 |  21 |3787k|8817 | 0.000000e+00 |      --      |    Inf 
1453.92/1453.92	c  1454s|  5320k|367826 | 10860k|   2.0 | 432M|  36 |   5 |  40 |7054 |  40 |  16 |  21 |3795k|8831 | 0.000000e+00 |      --      |    Inf 
1457.02/1457.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1457.02/1457.07	c  1457s|  5330k|367759 | 10882k|   2.0 | 433M|  36 |   - |  40 |6891 |  40 |  16 |  21 |3803k|8836 | 0.000000e+00 |      --      |    Inf 
1460.33/1460.35	c  1460s|  5340k|367542 | 10902k|   2.0 | 433M|  36 |   5 |  40 |6179 |  40 |  16 |  21 |3810k|8844 | 0.000000e+00 |      --      |    Inf 
1463.43/1463.45	c  1463s|  5350k|367488 | 10923k|   2.0 | 433M|  36 |   5 |  40 |6794 |  40 |  16 |  21 |3818k|8859 | 0.000000e+00 |      --      |    Inf 
1466.24/1466.27	c  1466s|  5360k|367788 | 10944k|   2.0 | 434M|  36 |   - |  40 |7886 |  40 |  16 |  21 |3826k|8870 | 0.000000e+00 |      --      |    Inf 
1469.22/1469.23	c  1469s|  5370k|368263 | 10965k|   2.0 | 435M|  36 |   5 |  40 |8033 |  40 |  16 |  21 |3833k|8878 | 0.000000e+00 |      --      |    Inf 
1472.02/1472.08	c  1472s|  5380k|368691 | 10985k|   2.0 | 436M|  36 |   5 |  40 |8913 |  40 |  16 |  21 |3840k|8879 | 0.000000e+00 |      --      |    Inf 
1475.32/1475.35	c  1475s|  5390k|368724 | 11006k|   2.0 | 436M|  36 |   5 |  40 |8023 |  40 |  16 |  21 |3848k|8882 | 0.000000e+00 |      --      |    Inf 
1478.73/1478.72	c  1479s|  5400k|368619 | 11027k|   2.0 | 436M|  36 |   5 |  40 |7765 |  40 |  16 |  21 |3856k|8888 | 0.000000e+00 |      --      |    Inf 
1481.43/1481.46	c  1481s|  5410k|369882 | 11048k|   2.0 | 437M|  36 |   5 |  40 |8491 |  40 |  16 |  21 |3863k|8893 | 0.000000e+00 |      --      |    Inf 
1483.62/1483.69	c  1484s|  5420k|372034 | 11070k|   2.0 | 439M|  36 |   5 |  40 |9475 |  40 |  16 |  21 |3869k|8897 | 0.000000e+00 |      --      |    Inf 
1486.15/1486.18	c  1486s|  5430k|373693 | 11091k|   2.0 | 440M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3875k|8903 | 0.000000e+00 |      --      |    Inf 
1488.72/1488.75	c  1489s|  5440k|375372 | 11111k|   2.0 | 442M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3881k|8910 | 0.000000e+00 |      --      |    Inf 
1491.43/1491.45	c  1491s|  5450k|376860 | 11132k|   2.0 | 443M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3887k|8916 | 0.000000e+00 |      --      |    Inf 
1494.13/1494.17	c  1494s|  5460k|378144 | 11153k|   2.0 | 444M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3894k|8922 | 0.000000e+00 |      --      |    Inf 
1497.03/1497.02	c  1497s|  5470k|379168 | 11174k|   2.0 | 445M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3900k|8924 | 0.000000e+00 |      --      |    Inf 
1499.83/1499.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1499.83/1499.87	c  1500s|  5480k|380237 | 11195k|   2.0 | 447M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3907k|8932 | 0.000000e+00 |      --      |    Inf 
1502.82/1502.80	c  1503s|  5490k|381101 | 11217k|   2.0 | 448M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3914k|8937 | 0.000000e+00 |      --      |    Inf 
1505.53/1505.59	c  1506s|  5500k|382230 | 11238k|   2.0 | 449M|  36 |   - |  40 |  12k|  40 |  16 |  21 |3920k|8943 | 0.000000e+00 |      --      |    Inf 
1508.92/1508.90	c  1509s|  5510k|382797 | 11259k|   2.0 | 450M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3927k|8951 | 0.000000e+00 |      --      |    Inf 
1511.83/1511.87	c  1512s|  5520k|383665 | 11280k|   2.0 | 451M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3934k|8958 | 0.000000e+00 |      --      |    Inf 
1514.63/1514.64	c  1515s|  5530k|385057 | 11302k|   2.0 | 452M|  36 |   - |  40 |  12k|  40 |  16 |  21 |3940k|8967 | 0.000000e+00 |      --      |    Inf 
1517.94/1517.96	c  1518s|  5540k|385803 | 11323k|   2.0 | 453M|  36 |   - |  40 |  12k|  40 |  16 |  21 |3947k|8975 | 0.000000e+00 |      --      |    Inf 
1521.63/1521.60	c  1522s|  5550k|386113 | 11344k|   2.0 | 453M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3954k|8979 | 0.000000e+00 |      --      |    Inf 
1525.03/1525.05	c  1525s|  5560k|386367 | 11365k|   2.0 | 454M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3962k|8984 | 0.000000e+00 |      --      |    Inf 
1528.03/1528.04	c  1528s|  5570k|387225 | 11387k|   2.0 | 456M|  36 |   - |  40 |  13k|  40 |  16 |  21 |3968k|8989 | 0.000000e+00 |      --      |    Inf 
1531.53/1531.58	c  1532s|  5580k|387636 | 11408k|   2.0 | 456M|  36 |   - |  40 |  13k|  40 |  16 |  21 |3976k|8998 | 0.000000e+00 |      --      |    Inf 
1534.83/1534.82	c  1535s|  5590k|388667 | 11429k|   2.0 | 457M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |3982k|9001 | 0.000000e+00 |      --      |    Inf 
1537.74/1537.78	c  1538s|  5600k|389821 | 11450k|   2.0 | 458M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |3989k|9012 | 0.000000e+00 |      --      |    Inf 
1541.03/1541.10	c  1541s|  5610k|390402 | 11471k|   2.0 | 459M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |3996k|9016 | 0.000000e+00 |      --      |    Inf 
1544.23/1544.29	c  1544s|  5620k|391438 | 11493k|   2.0 | 461M|  36 |   - |  40 |  14k|  40 |  16 |  21 |4003k|9019 | 0.000000e+00 |      --      |    Inf 
1548.03/1548.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1548.03/1548.02	c  1548s|  5630k|391912 | 11515k|   2.0 | 461M|  36 |   - |  40 |  14k|   0 |   0 |  21 |4011k|9025 | 0.000000e+00 |      --      |    Inf 
1551.82/1551.89	c  1552s|  5640k|392266 | 11537k|   2.0 | 462M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |4018k|9032 | 0.000000e+00 |      --      |    Inf 
1554.63/1554.63	c  1555s|  5650k|393977 | 11559k|   2.0 | 464M|  36 |   5 |  40 |  15k|  40 |  16 |  21 |4024k|9037 | 0.000000e+00 |      --      |    Inf 
1557.93/1557.95	c  1558s|  5660k|395025 | 11580k|   2.0 | 465M|  36 |   5 |  40 |  15k|  40 |  16 |  21 |4031k|9041 | 0.000000e+00 |      --      |    Inf 
1561.63/1561.67	c  1562s|  5670k|395622 | 11603k|   2.0 | 466M|  36 |   5 |  40 |  15k|  40 |  16 |  21 |4038k|9047 | 0.000000e+00 |      --      |    Inf 
1565.73/1565.77	c  1566s|  5680k|395872 | 11625k|   2.0 | 466M|  36 |   - |  40 |  13k|  40 |  16 |  21 |4045k|9057 | 0.000000e+00 |      --      |    Inf 
1569.83/1569.88	c  1570s|  5690k|396003 | 11646k|   2.0 | 466M|  36 |   - |  40 |  12k|  40 |  16 |  21 |4053k|9065 | 0.000000e+00 |      --      |    Inf 
1573.83/1573.85	c  1574s|  5700k|396047 | 11667k|   2.0 | 467M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4060k|9070 | 0.000000e+00 |      --      |    Inf 
1577.83/1577.80	c  1578s|  5710k|395888 | 11689k|   2.0 | 467M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4068k|9074 | 0.000000e+00 |      --      |    Inf 
1582.13/1582.12	c  1582s|  5720k|395535 | 11710k|   2.0 | 466M|  36 |   - |  40 |8024 |  40 |  16 |  21 |4076k|9076 | 0.000000e+00 |      --      |    Inf 
1585.53/1585.55	c  1586s|  5730k|395513 | 11731k|   2.0 | 466M|  36 |   - |  40 |7424 |  40 |  16 |  21 |4084k|9083 | 0.000000e+00 |      --      |    Inf 
1588.63/1588.68	c  1589s|  5740k|395635 | 11751k|   2.0 | 467M|  36 |   - |  40 |7982 |  40 |  16 |  21 |4091k|9090 | 0.000000e+00 |      --      |    Inf 
1592.13/1592.10	c  1592s|  5750k|395609 | 11772k|   2.0 | 467M|  36 |   5 |  40 |7554 |  40 |  16 |  21 |4099k|9097 | 0.000000e+00 |      --      |    Inf 
1595.13/1595.17	c  1595s|  5760k|395966 | 11793k|   2.0 | 468M|  36 |   5 |  40 |8166 |  40 |  16 |  21 |4107k|9103 | 0.000000e+00 |      --      |    Inf 
1598.43/1598.46	c  1598s|  5770k|396057 | 11814k|   2.0 | 468M|  36 |   5 |  40 |7769 |  40 |  16 |  21 |4114k|9106 | 0.000000e+00 |      --      |    Inf 
1600.93/1600.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1600.93/1600.93	c  1601s|  5780k|397259 | 11834k|   2.0 | 470M|  36 |   - |  40 |  10k|  40 |  16 |  21 |4121k|9110 | 0.000000e+00 |      --      |    Inf 
1603.93/1603.97	c  1604s|  5790k|397541 | 11855k|   2.0 | 470M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4129k|9114 | 0.000000e+00 |      --      |    Inf 
1607.43/1607.43	c  1607s|  5800k|397611 | 11876k|   2.0 | 470M|  36 |   - |  40 |8930 |  40 |  16 |  21 |4137k|9120 | 0.000000e+00 |      --      |    Inf 
1611.03/1611.10	c  1611s|  5810k|397306 | 11897k|   2.0 | 470M|  36 |   - |  40 |7251 |  40 |  16 |  21 |4145k|9127 | 0.000000e+00 |      --      |    Inf 
1614.53/1614.54	c  1615s|  5820k|397268 | 11917k|   2.0 | 470M|  36 |   - |  40 |7410 |   0 |   0 |  21 |4153k|9138 | 0.000000e+00 |      --      |    Inf 
1617.82/1617.84	c  1618s|  5830k|397232 | 11937k|   2.0 | 470M|  36 |   - |  40 |7193 |  40 |  16 |  21 |4161k|9140 | 0.000000e+00 |      --      |    Inf 
1620.93/1620.92	c  1621s|  5840k|397458 | 11958k|   2.0 | 471M|  36 |   - |  40 |8073 |  40 |  16 |  21 |4168k|9146 | 0.000000e+00 |      --      |    Inf 
1624.13/1624.16	c  1624s|  5850k|397633 | 11979k|   2.0 | 472M|  36 |   5 |  40 |8422 |  40 |  16 |  21 |4176k|9150 | 0.000000e+00 |      --      |    Inf 
1627.53/1627.58	c  1628s|  5860k|397562 | 12000k|   2.0 | 472M|  36 |   5 |  40 |7820 |  40 |  16 |  21 |4184k|9153 | 0.000000e+00 |      --      |    Inf 
1630.25/1630.27	c  1630s|  5870k|398371 | 12021k|   2.0 | 473M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4191k|9165 | 0.000000e+00 |      --      |    Inf 
1633.63/1633.69	c  1634s|  5880k|398449 | 12042k|   2.0 | 473M|  36 |   5 |  40 |8805 |  40 |  16 |  21 |4199k|9170 | 0.000000e+00 |      --      |    Inf 
1637.33/1637.30	c  1637s|  5890k|398295 | 12062k|   2.0 | 473M|  36 |   5 |  40 |7194 |  40 |  16 |  21 |4207k|9176 | 0.000000e+00 |      --      |    Inf 
1640.63/1640.63	c  1641s|  5900k|398108 | 12083k|   2.0 | 473M|  36 |   5 |  40 |6397 |  40 |  16 |  21 |4215k|9182 | 0.000000e+00 |      --      |    Inf 
1643.45/1643.42	c  1643s|  5910k|398665 | 12104k|   2.0 | 474M|  36 |   - |  40 |7596 |   0 |   0 |  21 |4222k|9188 | 0.000000e+00 |      --      |    Inf 
1646.33/1646.37	c  1646s|  5920k|398986 | 12125k|   2.0 | 475M|  36 |   5 |  40 |9329 |  40 |  16 |  21 |4230k|9195 | 0.000000e+00 |      --      |    Inf 
1649.63/1649.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1649.63/1649.64	c  1650s|  5930k|399043 | 12145k|   2.0 | 475M|  36 |   - |  40 |7714 |  40 |  16 |  21 |4237k|9200 | 0.000000e+00 |      --      |    Inf 
1652.63/1652.61	c  1653s|  5940k|399192 | 12165k|   2.0 | 476M|  36 |   - |  40 |8068 |  40 |  16 |  21 |4245k|9205 | 0.000000e+00 |      --      |    Inf 
1655.63/1655.65	c  1656s|  5950k|399476 | 12186k|   2.0 | 476M|  36 |   - |  40 |8895 |  40 |  16 |  21 |4252k|9216 | 0.000000e+00 |      --      |    Inf 
1659.04/1659.00	c  1659s|  5960k|399419 | 12207k|   2.0 | 476M|  36 |   5 |  40 |7247 |  40 |  16 |  21 |4260k|9221 | 0.000000e+00 |      --      |    Inf 
1661.93/1661.94	c  1662s|  5970k|399678 | 12228k|   2.0 | 477M|  36 |   5 |  40 |8278 |  40 |  16 |  21 |4268k|9224 | 0.000000e+00 |      --      |    Inf 
1665.34/1665.37	c  1665s|  5980k|399472 | 12248k|   2.0 | 477M|  36 |   - |  40 |7013 |  40 |  16 |  21 |4276k|9225 | 0.000000e+00 |      --      |    Inf 
1668.33/1668.39	c  1668s|  5990k|399622 | 12269k|   2.0 | 477M|  36 |   5 |  40 |7273 |  40 |  16 |  21 |4283k|9232 | 0.000000e+00 |      --      |    Inf 
1671.63/1671.62	c  1672s|  6000k|399612 | 12290k|   2.0 | 477M|  36 |   5 |  40 |6934 |  40 |  16 |  21 |4291k|9236 | 0.000000e+00 |      --      |    Inf 
1674.63/1674.64	c  1675s|  6010k|399785 | 12310k|   2.0 | 478M|  36 |   5 |  40 |7630 |  40 |  16 |  21 |4299k|9250 | 0.000000e+00 |      --      |    Inf 
1677.23/1677.21	c  1677s|  6020k|400321 | 12332k|   2.0 | 479M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4306k|9257 | 0.000000e+00 |      --      |    Inf 
1680.44/1680.43	c  1680s|  6030k|400611 | 12353k|   2.0 | 480M|  36 |   - |  40 |9010 |   0 |   0 |  21 |4313k|9263 | 0.000000e+00 |      --      |    Inf 
1683.83/1683.83	c  1684s|  6040k|400608 | 12374k|   2.0 | 480M|  36 |   5 |  40 |7887 |  40 |  16 |  21 |4321k|9267 | 0.000000e+00 |      --      |    Inf 
1687.04/1687.04	c  1687s|  6050k|400767 | 12394k|   2.0 | 480M|  36 |   - |  40 |8049 |  40 |  16 |  21 |4329k|9269 | 0.000000e+00 |      --      |    Inf 
1690.23/1690.25	c  1690s|  6060k|400775 | 12415k|   2.0 | 480M|  36 |   - |  40 |7465 |   0 |   0 |  21 |4337k|9273 | 0.000000e+00 |      --      |    Inf 
1693.43/1693.43	c  1693s|  6070k|400807 | 12436k|   2.0 | 481M|  36 |   - |  40 |7780 |  40 |  16 |  21 |4344k|9280 | 0.000000e+00 |      --      |    Inf 
1696.93/1696.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1696.93/1696.95	c  1697s|  6080k|400521 | 12456k|   2.0 | 480M|  36 |   - |  40 |6510 |  40 |  16 |  21 |4352k|9283 | 0.000000e+00 |      --      |    Inf 
1699.23/1699.23	c  1699s|  6090k|402317 | 12478k|   2.0 | 482M|  36 |   5 |  40 |8482 |  40 |  16 |  21 |4359k|9292 | 0.000000e+00 |      --      |    Inf 
1701.93/1701.97	c  1702s|  6100k|403120 | 12500k|   2.0 | 483M|  36 |   - |  40 |9242 |  40 |  16 |  21 |4366k|9294 | 0.000000e+00 |      --      |    Inf 
1705.13/1705.13	c  1705s|  6110k|403252 | 12523k|   2.0 | 484M|  36 |   5 |  40 |9688 |  40 |  16 |  21 |4374k|9300 | 0.000000e+00 |      --      |    Inf 
1708.14/1708.17	c  1708s|  6120k|403667 | 12543k|   2.0 | 485M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4381k|9311 | 0.000000e+00 |      --      |    Inf 
1711.13/1711.11	c  1711s|  6130k|404129 | 12563k|   2.0 | 486M|  36 |   - |  40 |  10k|  40 |  16 |  21 |4388k|9314 | 0.000000e+00 |      --      |    Inf 
1714.43/1714.45	c  1714s|  6140k|404202 | 12584k|   2.0 | 486M|  36 |   5 |  40 |9803 |  40 |  16 |  21 |4396k|9317 | 0.000000e+00 |      --      |    Inf 
1717.54/1717.59	c  1718s|  6150k|404590 | 12604k|   2.0 | 486M|  36 |   - |  40 |9292 |  40 |  16 |  21 |4404k|9322 | 0.000000e+00 |      --      |    Inf 
1720.34/1720.40	c  1720s|  6160k|405028 | 12625k|   2.0 | 487M|  36 |   - |  40 |  10k|  40 |  16 |  21 |4411k|9327 | 0.000000e+00 |      --      |    Inf 
1724.03/1724.04	c  1724s|  6170k|404925 | 12645k|   2.0 | 487M|  36 |   5 |  40 |7864 |  40 |  16 |  21 |4419k|9332 | 0.000000e+00 |      --      |    Inf 
1727.43/1727.42	c  1727s|  6180k|404878 | 12666k|   2.0 | 487M|  36 |   - |  40 |7485 |  40 |  16 |  21 |4427k|9337 | 0.000000e+00 |      --      |    Inf 
1730.44/1730.40	c  1730s|  6190k|405201 | 12687k|   2.0 | 488M|  36 |   5 |  40 |7801 |  40 |  16 |  21 |4434k|9344 | 0.000000e+00 |      --      |    Inf 
1733.55/1733.56	c  1734s|  6200k|405428 | 12708k|   2.0 | 488M|  36 |   - |  40 |8257 |  40 |  16 |  21 |4442k|9349 | 0.000000e+00 |      --      |    Inf 
1736.95/1736.98	c  1737s|  6210k|405183 | 12728k|   2.0 | 488M|  36 |   5 |  40 |7071 |  40 |  16 |  21 |4450k|9351 | 0.000000e+00 |      --      |    Inf 
1739.93/1739.97	c  1740s|  6220k|405381 | 12749k|   2.0 | 489M|  36 |   - |  40 |7501 |  40 |  16 |  21 |4457k|9356 | 0.000000e+00 |      --      |    Inf 
1743.24/1743.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1743.24/1743.27	c  1743s|  6230k|405253 | 12770k|   2.0 | 489M|  36 |   - |  40 |6930 |  40 |  16 |  21 |4465k|9364 | 0.000000e+00 |      --      |    Inf 
1745.64/1745.62	c  1746s|  6240k|406483 | 12791k|   2.0 | 490M|  36 |   5 |  40 |9413 |  40 |  16 |  21 |4472k|9368 | 0.000000e+00 |      --      |    Inf 
1748.43/1748.42	c  1748s|  6250k|406970 | 12812k|   2.0 | 491M|  36 |   5 |  40 |9880 |  40 |  16 |  21 |4479k|9372 | 0.000000e+00 |      --      |    Inf 
1751.93/1751.95	c  1752s|  6260k|406691 | 12833k|   2.1 | 491M|  36 |   - |  40 |7814 |   0 |   0 |  21 |4487k|9379 | 0.000000e+00 |      --      |    Inf 
1754.83/1754.81	c  1755s|  6270k|407174 | 12854k|   2.1 | 492M|  36 |   - |  40 |8772 |  40 |  16 |  21 |4494k|9384 | 0.000000e+00 |      --      |    Inf 
1757.63/1757.64	c  1758s|  6280k|408229 | 12875k|   2.1 | 493M|  36 |   5 |  40 |9944 |  40 |  16 |  21 |4501k|9387 | 0.000000e+00 |      --      |    Inf 
1760.24/1760.22	c  1760s|  6290k|409631 | 12894k|   2.1 | 494M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4507k|9396 | 0.000000e+00 |      --      |    Inf 
1763.13/1763.16	c  1763s|  6300k|410301 | 12914k|   2.0 | 495M|  36 |   - |  40 |  10k|  40 |  16 |  21 |4515k|9403 | 0.000000e+00 |      --      |    Inf 
1766.23/1766.21	c  1766s|  6310k|410829 | 12934k|   2.0 | 496M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4522k|9409 | 0.000000e+00 |      --      |    Inf 
1769.33/1769.34	c  1769s|  6320k|411359 | 12953k|   2.0 | 497M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4529k|9414 | 0.000000e+00 |      --      |    Inf 
1772.63/1772.60	c  1773s|  6330k|411634 | 12973k|   2.0 | 497M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4537k|9419 | 0.000000e+00 |      --      |    Inf 
1776.13/1776.16	c  1776s|  6340k|411594 | 12993k|   2.0 | 498M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4544k|9426 | 0.000000e+00 |      --      |    Inf 
1779.33/1779.39	c  1779s|  6350k|411723 | 13013k|   2.0 | 498M|  36 |   - |  40 |  12k|  40 |  16 |  21 |4552k|9434 | 0.000000e+00 |      --      |    Inf 
1783.73/1783.78	c  1784s|  6360k|411296 | 13034k|   2.0 | 497M|  36 |   5 |  40 |8928 |  40 |  16 |  21 |4560k|9446 | 0.000000e+00 |      --      |    Inf 
1787.55/1787.58	c  1788s|  6370k|411038 | 13054k|   2.0 | 497M|  36 |   5 |  40 |8225 |  40 |  16 |  21 |4568k|9452 | 0.000000e+00 |      --      |    Inf 
1791.13/1791.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1791.13/1791.10	c  1791s|  6380k|410919 | 13074k|   2.0 | 497M|  36 |   - |  40 |7632 |  40 |  16 |  21 |4576k|9455 | 0.000000e+00 |      --      |    Inf 
1794.33/1794.30	c  1794s|  6390k|411056 | 13094k|   2.0 | 498M|  36 |   5 |  40 |8432 |  40 |  16 |  21 |4584k|9461 | 0.000000e+00 |      --      |    Inf 
1797.04/1797.09	c  1797s|  6400k|411396 | 13114k|   2.0 | 499M|  36 |   5 |  40 |9578 |  40 |  16 |  21 |4592k|9470 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 6407654
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.00 (included in solving)
1800.04/1800.00	c   reading          :       0.00 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3450861-1307093855.opb
1800.04/1800.00	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 11 initial, 11 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3450861-1307093855.opb
1800.04/1800.00	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 5 initial, 16054 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0          0          0          6          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0    3584429          0          4          0       1302       4810          0          0    7157394
1800.04/1800.00	c   linear           :          5+         7   16489593          0          1          3    7595794     701583    8565281          0          0          0
1800.04/1800.00	c   logicor          :          0+         6    8087332          0          0          0    6142244      43912    3131282          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      19.86       0.00       0.00      19.86       0.00       0.00       0.00
1800.04/1800.00	c   linear           :     113.69       0.00      98.77       0.00       0.00       0.00      14.92
1800.04/1800.00	c   logicor          :     547.27       0.00     540.23       0.00       0.00       0.00       7.04
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :          0          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       2.49       2.49       0.00
1800.04/1800.00	c   rootredcost      :       2.83       2.83       0.00
1800.04/1800.00	c   pseudoobj        :       1.68       1.68       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      20.74     745495     575161    1699697       28.1        285       24.9          -
1800.04/1800.00	c   infeasible LP    :      56.52    2380285    2380143    4759973       19.9      43313       24.8          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -    4574727       19.6          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -      23401       31.4          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -         20          -    (maximal pool size: 97)
1800.04/1800.00	c   redcost          :       3.61    3584434          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          6          0          0          2          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          6          0          0         47          0
1800.04/1800.00	c   cmir             :       0.01          6          0          0         34          0
1800.04/1800.00	c   flowcover        :       0.01          6          0          0         36          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.01          1          0          0          0         13
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      17.94    3584429       1302       4810          0          0    7157394
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       1.75          0          0
1800.04/1800.00	c   crossover        :       1.32          0          0
1800.04/1800.00	c   guideddiving     :       0.20          0          0
1800.04/1800.00	c   pscostdiving     :       0.22        149          0
1800.04/1800.00	c   veclendiving     :       0.21        149          0
1800.04/1800.00	c   fracdiving       :       0.23        149          0
1800.04/1800.00	c   objpscostdiving  :       0.17         75          0
1800.04/1800.00	c   rootsoldiving    :       0.19         75          0
1800.04/1800.00	c   linesearchdiving :       0.19        150          0
1800.04/1800.00	c   coefdiving       :       0.19        150          0
1800.04/1800.00	c   feaspump         :       0.18         75          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.00          1          0
1800.04/1800.00	c   simplerounding   :       0.56          0          0
1800.04/1800.00	c   zirounding       :       8.57          0          0
1800.04/1800.00	c   rounding         :       1.42      26840          0
1800.04/1800.00	c   shifting         :       1.72       7573          0
1800.04/1800.00	c   intshifting      :       0.07          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.02          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.93          0          0
1800.04/1800.00	c   trysol           :       1.11          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :     244.96    5712506   13125584       2.30   53582.81
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.13       2603       4812       1.85   37781.77
1800.04/1800.00	c   strong branching :       0.77       9477      43100       4.55   56317.05
1800.04/1800.00	c     (at root node) :          -         12        358      29.83          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    6407654
1800.04/1800.00	c   nodes (total)    :    6407654
1800.04/1800.00	c   nodes left       :     411254
1800.04/1800.00	c   max depth        :         36
1800.04/1800.00	c   max depth (total):         36
1800.04/1800.00	c   backtracks       :    1535154 (24.0%)
1800.04/1800.00	c   delayed cutoffs  :     338489
1800.04/1800.00	c   repropagations   :    5438283 (5609725 domain reductions, 296282 cutoffs)
1800.04/1800.00	c   avg switch length:       5.87
1800.04/1800.00	c   switching time   :     507.31
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :        124

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3450861-1307093855/watcher-3450861-1307093855 -o /tmp/evaluation-result-3450861-1307093855/solver-3450861-1307093855 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450861-1307093855.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.02 1.98 2/445 10118
/proc/meminfo: memFree=31417612/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=18504 CPUtime=0 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 3717 0 0 0 0 0 0 0 18 0 1 0 820984286 18948096 3413 33554432000 4194304 9163163 140735232637264 18446744073709551615 4997792 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 4626 3413 588 1214 0 3408 0

[startup+0.088782 s]
/proc/loadavg: 2.02 2.02 1.98 2/445 10118
/proc/meminfo: memFree=31417612/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=26288 CPUtime=0.08 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 7271 0 0 0 8 0 0 0 18 0 1 0 820984286 26918912 5520 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 6572 5520 702 1214 0 5354 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26288

[startup+0.100729 s]
/proc/loadavg: 2.02 2.02 1.98 2/445 10118
/proc/meminfo: memFree=31417612/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=26288 CPUtime=0.09 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 7272 0 0 0 9 0 0 0 18 0 1 0 820984286 26918912 5521 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 6572 5521 703 1214 0 5354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26288

[startup+0.300765 s]
/proc/loadavg: 2.02 2.02 1.98 2/445 10118
/proc/meminfo: memFree=31417612/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=26288 CPUtime=0.29 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 7275 0 0 0 28 1 0 0 18 0 1 0 820984286 26918912 5524 33554432000 4194304 9163163 140735232637264 18446744073709551615 4246563 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 6572 5524 705 1214 0 5354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26288

[startup+0.700623 s]
/proc/loadavg: 2.02 2.02 1.98 2/445 10118
/proc/meminfo: memFree=31417612/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=26288 CPUtime=0.69 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 7278 0 0 0 66 3 0 0 18 0 1 0 820984286 26918912 5527 33554432000 4194304 9163163 140735232637264 18446744073709551615 4749664 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 6572 5527 705 1214 0 5354 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26288

[startup+1.50059 s]
/proc/loadavg: 2.02 2.02 1.98 4/447 10120
/proc/meminfo: memFree=31375676/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=26288 CPUtime=1.49 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 7282 0 0 0 145 4 0 0 19 0 1 0 820984286 26918912 5531 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 6572 5531 705 1214 0 5354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26288

[startup+3.10031 s]
/proc/loadavg: 2.02 2.02 1.98 4/447 10120
/proc/meminfo: memFree=31371708/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=26288 CPUtime=3.09 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 7291 0 0 0 298 11 0 0 25 0 1 0 820984286 26918912 5540 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 6572 5540 705 1214 0 5354 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26288

[startup+6.30064 s]
/proc/loadavg: 2.02 2.02 1.98 4/447 10121
/proc/meminfo: memFree=31372016/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=29004 CPUtime=6.29 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 7905 0 0 0 605 24 0 0 25 0 1 0 820984286 29700096 6154 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 7251 6154 705 1214 0 6033 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29004

[startup+12.7005 s]
/proc/loadavg: 2.02 2.02 1.98 4/447 10121
/proc/meminfo: memFree=31355732/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=35788 CPUtime=12.69 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 9587 0 0 0 1225 44 0 0 25 0 1 0 820984286 36646912 7836 33554432000 4194304 9163163 140735232637264 18446744073709551615 4640482 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 8947 7836 705 1214 0 7729 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35788

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 1.98 4/447 10121
/proc/meminfo: memFree=31334612/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=47848 CPUtime=25.49 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 12681 0 0 0 2465 84 0 0 25 0 1 0 820984286 48996352 10930 33554432000 4194304 9163163 140735232637264 18446744073709551615 6514227 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 11962 10930 705 1214 0 10744 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47848

[startup+51.1008 s]
/proc/loadavg: 2.13 2.05 2.00 4/447 10122
/proc/meminfo: memFree=31301364/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=65948 CPUtime=51.09 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 17242 0 0 0 4946 163 0 0 25 0 1 0 820984286 67530752 15491 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 16487 15491 705 1214 0 15269 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65948

[startup+102.318 s]
/proc/loadavg: 2.06 2.04 2.00 4/447 10123
/proc/meminfo: memFree=31238880/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=100896 CPUtime=102.31 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 25398 0 0 0 9928 303 0 0 25 0 1 0 820984286 103317504 23647 33554432000 4194304 9163163 140735232637264 18446744073709551615 4905921 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 25224 23647 705 1214 0 24006 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 100896

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/447 10125
/proc/meminfo: memFree=31199488/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=131164 CPUtime=162.3 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 33017 0 0 0 15780 450 0 0 25 0 1 0 820984286 134311936 31266 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 32791 31266 705 1214 0 31573 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 131164

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/447 10126
/proc/meminfo: memFree=31172992/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=157944 CPUtime=222.3 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 39898 0 0 0 21638 592 0 0 25 0 1 0 820984286 161734656 38147 33554432000 4194304 9163163 140735232637264 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 39486 38147 705 1214 0 38268 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 157944

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/447 10128
/proc/meminfo: memFree=31151500/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=180140 CPUtime=282.3 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 45417 0 0 0 27511 719 0 0 25 0 1 0 820984286 184463360 43666 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 45035 43666 705 1214 0 43817 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 180140

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/447 10130
/proc/meminfo: memFree=31132472/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=198276 CPUtime=342.3 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 49987 0 0 0 33365 865 0 0 25 0 1 0 820984286 203034624 48236 33554432000 4194304 9163163 140735232637264 18446744073709551615 5263692 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 49569 48236 705 1214 0 48351 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 198276

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/447 10131
/proc/meminfo: memFree=31081436/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=221472 CPUtime=402.3 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 55894 0 0 0 39231 999 0 0 25 0 1 0 820984286 226787328 54143 33554432000 4194304 9163163 140735232637264 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 55368 54143 705 1214 0 54150 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 221472

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/447 10133
/proc/meminfo: memFree=31041052/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=241020 CPUtime=462.3 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 59745 0 0 0 45086 1144 0 0 25 0 1 0 820984286 246804480 57994 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 60255 57994 705 1214 0 59037 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 241020

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/447 10134
/proc/meminfo: memFree=31000780/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=260336 CPUtime=522.3 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 64622 0 0 0 50942 1288 0 0 25 0 1 0 820984286 266584064 62871 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 65084 62871 705 1214 0 63866 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 260336

[startup+582.3 s]
/proc/loadavg: 2.08 2.03 2.00 4/447 10136
/proc/meminfo: memFree=30967868/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=283036 CPUtime=582.3 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 70402 0 0 0 56803 1427 0 0 25 0 1 0 820984286 289828864 68651 33554432000 4194304 9163163 140735232637264 18446744073709551615 4241344 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 70759 68651 705 1214 0 69541 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 283036

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/447 10142
/proc/meminfo: memFree=30885908/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=337872 CPUtime=822.31 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 84288 0 0 0 80300 1931 0 0 25 0 1 0 820984286 345980928 82537 33554432000 4194304 9163163 140735232637264 18446744073709551615 6555941 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 84468 82537 705 1214 0 83250 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 337872

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/447 10144
/proc/meminfo: memFree=30866132/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=349424 CPUtime=882.32 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 87128 0 0 0 86169 2063 0 0 25 0 1 0 820984286 357810176 85377 33554432000 4194304 9163163 140735232637264 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 87356 85377 705 1214 0 86138 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 349424

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/447 10146
/proc/meminfo: memFree=30838412/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=371788 CPUtime=942.31 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 92836 0 0 0 92032 2199 0 0 25 0 1 0 820984286 380710912 91085 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 92947 91085 705 1214 0 91729 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 371788

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/447 10147
/proc/meminfo: memFree=30821716/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=379152 CPUtime=1002.32 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 94749 0 0 0 97909 2323 0 0 25 0 1 0 820984286 388251648 92998 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 94788 92998 705 1214 0 93570 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 379152

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/447 10149
/proc/meminfo: memFree=30797092/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=389904 CPUtime=1062.32 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 97454 0 0 0 103776 2456 0 0 25 0 1 0 820984286 399261696 95703 33554432000 4194304 9163163 140735232637264 18446744073709551615 6555622 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 97476 95703 705 1214 0 96258 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 389904

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 2.00 4/447 10150
/proc/meminfo: memFree=30770376/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=398948 CPUtime=1122.32 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 99768 0 0 0 109646 2586 0 0 25 0 1 0 820984286 408522752 98017 33554432000 4194304 9163163 140735232637264 18446744073709551615 4207649 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 99737 98017 705 1214 0 98519 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 398948

[startup+1182.3 s]
/proc/loadavg: 2.12 2.04 2.01 4/447 10152
/proc/meminfo: memFree=30737560/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=412420 CPUtime=1182.31 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 103039 0 0 0 115516 2715 0 0 25 0 1 0 820984286 422318080 101288 33554432000 4194304 9163163 140735232637264 18446744073709551615 4209373 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 103105 101288 705 1214 0 101887 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 412420

[startup+1242.3 s]
/proc/loadavg: 2.04 2.03 2.00 4/447 10154
/proc/meminfo: memFree=30716284/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=424564 CPUtime=1242.32 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 106134 0 0 0 121384 2848 0 0 25 0 1 0 820984286 434753536 104383 33554432000 4194304 9163163 140735232637264 18446744073709551615 4806992 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 106141 104383 705 1214 0 104923 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 424564

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/447 10155
/proc/meminfo: memFree=30695620/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=441208 CPUtime=1302.33 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 110431 0 0 0 127245 2988 0 0 25 0 1 0 820984286 451796992 108680 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 110302 108680 705 1214 0 109084 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 441208

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/447 10157
/proc/meminfo: memFree=30676452/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=458980 CPUtime=1362.32 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 114915 0 0 0 133104 3128 0 0 25 0 1 0 820984286 469995520 113164 33554432000 4194304 9163163 140735232637264 18446744073709551615 4240272 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 114745 113164 705 1214 0 113527 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 458980

[startup+1422.32 s]
/proc/loadavg: 2.00 2.01 2.00 4/447 10167
/proc/meminfo: memFree=30659116/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=467912 CPUtime=1422.34 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 117167 0 0 0 138997 3237 0 0 25 0 1 0 820984286 479141888 115416 33554432000 4194304 9163163 140735232637264 18446744073709551615 4209153 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 116978 115416 705 1214 0 115760 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 467912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/447 10169
/proc/meminfo: memFree=30650484/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=475644 CPUtime=1482.32 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 118946 0 0 0 144876 3356 0 0 25 0 1 0 820984286 487059456 117195 33554432000 4194304 9163163 140735232637264 18446744073709551615 4240279 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 118911 117195 705 1214 0 117693 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 475644

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/447 10171
/proc/meminfo: memFree=30621908/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=498920 CPUtime=1542.33 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 124893 0 0 0 150750 3483 0 0 25 0 1 0 820984286 510894080 123142 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 124730 123142 705 1214 0 123512 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 498920

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/447 10173
/proc/meminfo: memFree=30612040/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=508456 CPUtime=1602.33 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 127372 0 0 0 156623 3610 0 0 25 0 1 0 820984286 520658944 125621 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 127114 125621 705 1214 0 125896 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 508456

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 4/447 10177
/proc/meminfo: memFree=30607636/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=514348 CPUtime=1662.33 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 128836 0 0 0 162500 3733 0 0 25 0 1 0 820984286 526692352 127085 33554432000 4194304 9163163 140735232637264 18446744073709551615 6555978 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 128587 127085 705 1214 0 127369 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 514348

[startup+1722.3 s]
/proc/loadavg: 2.16 2.04 2.01 4/447 10178
/proc/meminfo: memFree=30595436/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=524728 CPUtime=1722.33 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 131479 0 0 0 168374 3859 0 0 25 0 1 0 820984286 537321472 129728 33554432000 4194304 9163163 140735232637264 18446744073709551615 4207771 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 131182 129728 705 1214 0 129964 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 524728

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 4/447 10180
/proc/meminfo: memFree=30582484/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=535612 CPUtime=1782.33 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 134255 0 0 0 174244 3989 0 0 25 0 1 0 820984286 548466688 132504 33554432000 4194304 9163163 140735232637264 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10118/statm: 133903 132504 705 1214 0 132685 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 535612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.03 2.00 4/447 10180
/proc/meminfo: memFree=30583468/32950928 swapFree=34365992/67111528
[pid=10118] ppid=10113 vsize=535996 CPUtime=1800.05 cores=0,2,4,6
/proc/10118/stat : 10118 (scip-2.0.1.4b.l) R 10113 10118 10081 0 -1 4202496 134356 0 0 0 175980 4025 0 0 18 0 1 0 820984286 548859904 132605 33554432000 4194304 9163163 140735232637264 18446744073709551615 5263244 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10118/statm: 133999 132605 708 1214 0 132781 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 535996

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.08
CPU user time (s): 1759.81
CPU system time (s): 40.2729
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 535996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1759.81
system time used= 40.2729
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134356
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= 9
involuntary context switches= 1838

runsolver used 8.37873 second user time and 19.2161 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-03 11:37:35
IDJOB=3450861
IDBENCH=2903
IDSOLVER=1948
FILE ID=node120/3450861-1307093855
RUNJOBID= node120-1307093855-10099
PBS_JOBID= 13498002
Free space on /tmp= 73812 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_2.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450861-1307093855/watcher-3450861-1307093855 -o /tmp/evaluation-result-3450861-1307093855/solver-3450861-1307093855 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450861-1307093855.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4618b6422bdc12197131d1d37f567363
RANDOM SEED=1539029129

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31417924 kB
Buffers:        252752 kB
Cached:         966492 kB
SwapCached:      12852 kB
Active:         319644 kB
Inactive:       919476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31417924 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           24072 kB
Writeback:           0 kB
AnonPages:       16716 kB
Mapped:           8464 kB
Slab:           133172 kB
PageTables:      91884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105367652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73788 MiB
End job on node120 at 2011-06-03 12:07:37