Trace number 3488781

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_2 2011-06-10 (fixed)? 1798.71 1798.64

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.5]
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-3488781-1307772335.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 = 1797
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.03	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.64	c   1.6s| 10000 |  2545 | 19770 |   2.0 |3706k|  35 |   5 |  40 |3738 |  40 |  16 |  21 |5698 | 450 | 0.000000e+00 |      --      |    Inf 
3.20/3.22	c   3.2s| 20000 |  4893 | 39829 |   2.0 |5070k|  35 |   - |  40 |2909 |  40 |  16 |  21 |  11k| 627 | 0.000000e+00 |      --      |    Inf 
4.69/4.76	c   4.8s| 30000 |  7233 | 60069 |   2.0 |6821k|  35 |   5 |  40 |3515 |  40 |  16 |  21 |  17k| 764 | 0.000000e+00 |      --      |    Inf 
6.29/6.39	c   6.4s| 40000 |  9301 | 79814 |   2.0 |8342k|  35 |   - |  40 |3492 |  40 |  16 |  21 |  23k| 868 | 0.000000e+00 |      --      |    Inf 
7.99/8.05	c   8.1s| 50000 | 11170 | 99619 |   2.0 |9933k|  35 |   5 |  40 |3992 |  40 |  16 |  21 |  29k| 979 | 0.000000e+00 |      --      |    Inf 
9.69/9.74	c   9.7s| 60000 | 13254 |119719 |   2.0 |  11M|  35 |   5 |  40 |4296 |  40 |  16 |  21 |  35k|1073 | 0.000000e+00 |      --      |    Inf 
11.39/11.44	c  11.4s| 70000 | 15200 |139689 |   2.0 |  13M|  35 |   5 |  40 |4483 |  40 |  16 |  21 |  41k|1153 | 0.000000e+00 |      --      |    Inf 
13.20/13.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.20/13.24	c  13.2s| 80000 | 16993 |159799 |   2.0 |  14M|  35 |   5 |  40 |4184 |  40 |  16 |  21 |  47k|1242 | 0.000000e+00 |      --      |    Inf 
14.89/14.91	c  14.9s| 90000 | 18935 |179391 |   2.0 |  16M|  35 |   5 |  40 |4746 |  40 |  16 |  21 |  53k|1305 | 0.000000e+00 |      --      |    Inf 
16.69/16.71	c  16.7s|100000 | 20648 |199354 |   2.0 |  17M|  35 |   - |  40 |5435 |  40 |  16 |  21 |  60k|1376 | 0.000000e+00 |      --      |    Inf 
18.49/18.54	c  18.5s|110000 | 22416 |219329 |   2.0 |  18M|  35 |   - |  40 |4895 |  40 |  16 |  21 |  66k|1454 | 0.000000e+00 |      --      |    Inf 
20.29/20.34	c  20.3s|120000 | 24327 |239146 |   2.0 |  20M|  35 |   5 |  40 |5041 |  40 |  16 |  21 |  72k|1503 | 0.000000e+00 |      --      |    Inf 
22.19/22.23	c  22.2s|130000 | 25855 |259024 |   2.0 |  21M|  35 |   5 |  40 |4603 |  40 |  16 |  21 |  78k|1554 | 0.000000e+00 |      --      |    Inf 
23.89/23.94	c  23.9s|140000 | 28060 |279581 |   2.0 |  23M|  35 |   5 |  40 |5489 |  40 |  16 |  21 |  84k|1608 | 0.000000e+00 |      --      |    Inf 
25.69/25.70	c  25.7s|150000 | 30303 |300872 |   2.0 |  25M|  35 |   - |  40 |6280 |  40 |  16 |  21 |  90k|1658 | 0.000000e+00 |      --      |    Inf 
27.59/27.64	c  27.6s|160000 | 31917 |320858 |   2.0 |  26M|  35 |   5 |  40 |5278 |  40 |  16 |  21 |  96k|1704 | 0.000000e+00 |      --      |    Inf 
29.49/29.50	c  29.5s|170000 | 33655 |341030 |   2.0 |  27M|  35 |   - |  40 |5122 |  40 |  16 |  21 | 102k|1759 | 0.000000e+00 |      --      |    Inf 
31.39/31.43	c  31.4s|180000 | 35414 |361106 |   2.0 |  28M|  35 |   5 |  40 |5424 |  40 |  16 |  21 | 108k|1814 | 0.000000e+00 |      --      |    Inf 
33.29/33.34	c  33.3s|190000 | 37049 |381580 |   2.0 |  30M|  35 |   - |  40 |5226 |  40 |  16 |  21 | 115k|1863 | 0.000000e+00 |      --      |    Inf 
35.10/35.17	c  35.2s|200000 | 38796 |401806 |   2.0 |  31M|  35 |   5 |  40 |5721 |  40 |  16 |  21 | 121k|1921 | 0.000000e+00 |      --      |    Inf 
37.19/37.25	c  37.3s|210000 | 40138 |421843 |   2.0 |  32M|  35 |   5 |  40 |4099 |  40 |  16 |  21 | 127k|1961 | 0.000000e+00 |      --      |    Inf 
39.00/39.08	c  39.1s|220000 | 41746 |441958 |   2.0 |  33M|  35 |   - |  40 |4555 |  40 |  16 |  21 | 133k|2001 | 0.000000e+00 |      --      |    Inf 
41.00/41.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.00/41.00	c  41.0s|230000 | 43145 |462009 |   2.0 |  35M|  35 |   5 |  40 |5069 |  40 |  16 |  21 | 140k|2050 | 0.000000e+00 |      --      |    Inf 
42.90/42.91	c  42.9s|240000 | 44577 |481852 |   2.0 |  36M|  35 |   5 |  40 |4991 |  40 |  16 |  21 | 146k|2094 | 0.000000e+00 |      --      |    Inf 
44.79/44.88	c  44.9s|250000 | 45929 |501968 |   2.0 |  37M|  35 |   5 |  40 |4520 |  40 |  16 |  21 | 153k|2145 | 0.000000e+00 |      --      |    Inf 
46.69/46.74	c  46.7s|260000 | 47626 |522299 |   2.0 |  39M|  35 |   5 |  40 |5327 |  40 |  16 |  21 | 159k|2183 | 0.000000e+00 |      --      |    Inf 
48.69/48.73	c  48.7s|270000 | 49033 |542889 |   2.0 |  40M|  35 |   5 |  40 |6215 |  40 |  16 |  21 | 166k|2221 | 0.000000e+00 |      --      |    Inf 
50.79/50.84	c  50.8s|280000 | 50300 |563493 |   2.0 |  41M|  35 |   5 |  40 |5268 |  40 |  16 |  21 | 172k|2256 | 0.000000e+00 |      --      |    Inf 
52.79/52.83	c  52.8s|290000 | 51704 |583817 |   2.0 |  42M|  35 |   - |  40 |5315 |  40 |  16 |  21 | 179k|2285 | 0.000000e+00 |      --      |    Inf 
54.70/54.79	c  54.8s|300000 | 53032 |604459 |   2.0 |  44M|  35 |   - |  40 |5579 |  40 |  16 |  21 | 185k|2320 | 0.000000e+00 |      --      |    Inf 
56.69/56.72	c  56.7s|310000 | 54535 |624598 |   2.0 |  45M|  35 |   5 |  40 |7212 |  40 |  16 |  21 | 192k|2351 | 0.000000e+00 |      --      |    Inf 
58.69/58.76	c  58.8s|320000 | 56380 |646073 |   2.0 |  47M|  35 |   5 |  40 |8701 |  40 |  16 |  21 | 198k|2400 | 0.000000e+00 |      --      |    Inf 
61.00/61.09	c  61.1s|330000 | 57491 |666491 |   2.0 |  48M|  35 |   5 |  40 |5551 |  40 |  16 |  21 | 205k|2440 | 0.000000e+00 |      --      |    Inf 
63.10/63.10	c  63.1s|340000 | 58960 |686860 |   2.0 |  49M|  35 |   5 |  40 |6343 |  40 |  16 |  21 | 211k|2472 | 0.000000e+00 |      --      |    Inf 
65.20/65.29	c  65.3s|350000 | 60119 |706892 |   2.0 |  50M|  35 |   5 |  40 |5232 |  40 |  16 |  21 | 218k|2513 | 0.000000e+00 |      --      |    Inf 
67.10/67.17	c  67.2s|360000 | 61697 |727568 |   2.0 |  52M|  35 |   5 |  40 |6985 |  40 |  16 |  21 | 224k|2545 | 0.000000e+00 |      --      |    Inf 
69.30/69.38	c  69.4s|370000 | 62954 |748137 |   2.0 |  53M|  35 |   5 |  40 |6341 |  40 |  16 |  21 | 231k|2566 | 0.000000e+00 |      --      |    Inf 
71.50/71.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.50/71.56	c  71.6s|380000 | 64273 |768332 |   2.0 |  54M|  35 |   - |  40 |6158 |  40 |  16 |  21 | 237k|2590 | 0.000000e+00 |      --      |    Inf 
73.60/73.64	c  73.6s|390000 | 65602 |788673 |   2.0 |  55M|  35 |   5 |  40 |6349 |  40 |  16 |  21 | 244k|2622 | 0.000000e+00 |      --      |    Inf 
75.80/75.82	c  75.8s|400000 | 66644 |809504 |   2.0 |  56M|  35 |   - |  40 |6400 |  40 |  16 |  21 | 251k|2645 | 0.000000e+00 |      --      |    Inf 
77.89/77.95	c  77.9s|410000 | 67822 |829911 |   2.0 |  57M|  35 |   5 |  40 |6435 |  40 |  16 |  21 | 257k|2676 | 0.000000e+00 |      --      |    Inf 
80.09/80.13	c  80.1s|420000 | 69011 |850257 |   2.0 |  58M|  35 |   - |  40 |5413 |  40 |  16 |  21 | 264k|2703 | 0.000000e+00 |      --      |    Inf 
82.09/82.11	c  82.1s|430000 | 70545 |871093 |   2.0 |  60M|  35 |   5 |  40 |7584 |  40 |  16 |  21 | 271k|2734 | 0.000000e+00 |      --      |    Inf 
84.49/84.53	c  84.5s|440000 | 71454 |891585 |   2.0 |  61M|  35 |   - |  40 |5946 |  40 |  16 |  21 | 278k|2764 | 0.000000e+00 |      --      |    Inf 
86.69/86.71	c  86.7s|450000 | 72634 |911599 |   2.0 |  62M|  35 |   - |  40 |6737 |  40 |  16 |  21 | 284k|2792 | 0.000000e+00 |      --      |    Inf 
88.89/88.92	c  88.9s|460000 | 73720 |932837 |   2.0 |  63M|  35 |   - |  40 |6691 |  40 |  16 |  21 | 291k|2817 | 0.000000e+00 |      --      |    Inf 
90.99/91.02	c  91.0s|470000 | 75015 |953665 |   2.0 |  64M|  35 |   5 |  40 |7407 |  40 |  16 |  21 | 298k|2843 | 0.000000e+00 |      --      |    Inf 
93.40/93.41	c  93.4s|480000 | 76129 |974716 |   2.0 |  65M|  35 |   5 |  40 |6750 |  40 |  16 |  21 | 305k|2870 | 0.000000e+00 |      --      |    Inf 
95.59/95.62	c  95.6s|490000 | 77328 |995421 |   2.0 |  66M|  35 |   - |  40 |6305 |  40 |  16 |  21 | 311k|2886 | 0.000000e+00 |      --      |    Inf 
97.70/97.76	c  97.8s|500000 | 78458 |  1015k|   2.0 |  68M|  35 |   5 |  40 |7163 |  40 |  16 |  21 | 318k|2909 | 0.000000e+00 |      --      |    Inf 
99.79/99.86	c  99.9s|510000 | 79922 |  1035k|   2.0 |  69M|  35 |   - |  40 |8307 |   0 |   0 |  21 | 325k|2933 | 0.000000e+00 |      --      |    Inf 
102.10/102.20	c   102s|520000 | 81103 |  1055k|   2.0 |  71M|  35 |   5 |  40 |9413 |  40 |  16 |  21 | 332k|2959 | 0.000000e+00 |      --      |    Inf 
104.50/104.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.50/104.50	c   105s|530000 | 82983 |  1075k|   2.0 |  72M|  36 |   5 |  40 |9004 |  40 |  16 |  21 | 338k|2977 | 0.000000e+00 |      --      |    Inf 
106.60/106.68	c   107s|540000 | 84772 |  1095k|   2.0 |  73M|  36 |   - |  40 |9630 |   0 |   0 |  21 | 344k|3000 | 0.000000e+00 |      --      |    Inf 
108.99/109.02	c   109s|550000 | 86130 |  1115k|   2.0 |  75M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 350k|3027 | 0.000000e+00 |      --      |    Inf 
111.39/111.40	c   111s|560000 | 87303 |  1136k|   2.0 |  76M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 357k|3052 | 0.000000e+00 |      --      |    Inf 
114.00/114.08	c   114s|570000 | 88258 |  1157k|   2.0 |  77M|  36 |   5 |  40 |9878 |  40 |  16 |  21 | 363k|3073 | 0.000000e+00 |      --      |    Inf 
116.40/116.44	c   116s|580000 | 89572 |  1177k|   2.0 |  79M|  36 |   5 |  40 |  12k|  40 |  16 |  21 | 370k|3092 | 0.000000e+00 |      --      |    Inf 
119.19/119.24	c   119s|590000 | 90720 |  1198k|   2.0 |  79M|  36 |   5 |  40 |7409 |  40 |  16 |  21 | 377k|3124 | 0.000000e+00 |      --      |    Inf 
121.39/121.45	c   121s|600000 | 92147 |  1219k|   2.0 |  81M|  36 |   5 |  40 |9098 |  40 |  16 |  21 | 384k|3147 | 0.000000e+00 |      --      |    Inf 
123.90/123.95	c   124s|610000 | 93324 |  1240k|   2.0 |  82M|  36 |   - |  40 |8328 |   0 |   0 |  21 | 391k|3175 | 0.000000e+00 |      --      |    Inf 
126.40/126.45	c   126s|620000 | 94276 |  1261k|   2.0 |  82M|  36 |   5 |  40 |7306 |  40 |  16 |  21 | 398k|3208 | 0.000000e+00 |      --      |    Inf 
128.80/128.89	c   129s|630000 | 95229 |  1282k|   2.0 |  83M|  36 |   - |  40 |6289 |  40 |  16 |  21 | 404k|3224 | 0.000000e+00 |      --      |    Inf 
131.29/131.35	c   131s|640000 | 95843 |  1303k|   2.0 |  84M|  36 |   5 |  40 |5569 |  40 |  16 |  21 | 412k|3261 | 0.000000e+00 |      --      |    Inf 
133.49/133.54	c   134s|650000 | 96978 |  1324k|   2.0 |  85M|  36 |   - |  40 |6123 |  40 |  16 |  21 | 418k|3280 | 0.000000e+00 |      --      |    Inf 
135.90/135.95	c   136s|660000 | 97867 |  1344k|   2.0 |  86M|  36 |   5 |  40 |6151 |  40 |  16 |  21 | 425k|3297 | 0.000000e+00 |      --      |    Inf 
138.19/138.26	c   138s|670000 | 98807 |  1365k|   2.0 |  87M|  36 |   5 |  40 |6553 |  40 |  16 |  21 | 432k|3321 | 0.000000e+00 |      --      |    Inf 
140.70/140.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.70/140.73	c   141s|680000 | 99496 |  1385k|   2.0 |  88M|  36 |   5 |  40 |5824 |  40 |  16 |  21 | 439k|3345 | 0.000000e+00 |      --      |    Inf 
142.79/142.88	c   143s|690000 |100648 |  1406k|   2.0 |  89M|  36 |   5 |  40 |7445 |  40 |  16 |  21 | 446k|3368 | 0.000000e+00 |      --      |    Inf 
145.20/145.27	c   145s|700000 |101523 |  1426k|   2.0 |  90M|  36 |   5 |  40 |6692 |  40 |  16 |  21 | 453k|3390 | 0.000000e+00 |      --      |    Inf 
147.60/147.67	c   148s|710000 |102442 |  1447k|   2.0 |  91M|  36 |   5 |  40 |6381 |  40 |  16 |  21 | 460k|3412 | 0.000000e+00 |      --      |    Inf 
150.09/150.10	c   150s|720000 |103266 |  1467k|   2.0 |  92M|  36 |   - |  40 |5484 |  40 |  16 |  21 | 467k|3439 | 0.000000e+00 |      --      |    Inf 
152.10/152.16	c   152s|730000 |104648 |  1487k|   2.0 |  93M|  36 |   - |  40 |7044 |  40 |  16 |  21 | 473k|3459 | 0.000000e+00 |      --      |    Inf 
154.09/154.19	c   154s|740000 |106802 |  1507k|   2.0 |  95M|  36 |   - |  40 |9048 |  40 |  16 |  21 | 479k|3472 | 0.000000e+00 |      --      |    Inf 
156.60/156.60	c   157s|750000 |108204 |  1527k|   2.0 |  96M|  36 |   - |  40 |9495 |  40 |  16 |  21 | 486k|3496 | 0.000000e+00 |      --      |    Inf 
159.00/159.02	c   159s|760000 |109485 |  1547k|   2.0 |  98M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 493k|3511 | 0.000000e+00 |      --      |    Inf 
161.70/161.73	c   162s|770000 |110211 |  1566k|   2.0 |  99M|  36 |   5 |  40 |9638 |  40 |  16 |  21 | 500k|3530 | 0.000000e+00 |      --      |    Inf 
164.40/164.43	c   164s|780000 |110876 |  1586k|   2.0 |  99M|  36 |   5 |  40 |9792 |  40 |  16 |  21 | 507k|3553 | 0.000000e+00 |      --      |    Inf 
166.90/166.93	c   167s|790000 |111995 |  1606k|   2.0 | 101M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 514k|3569 | 0.000000e+00 |      --      |    Inf 
169.60/169.66	c   170s|800000 |112928 |  1626k|   2.0 | 101M|  36 |   5 |  40 |8218 |  40 |  16 |  21 | 521k|3584 | 0.000000e+00 |      --      |    Inf 
172.20/172.29	c   172s|810000 |113620 |  1646k|   2.0 | 102M|  36 |   5 |  40 |6619 |  40 |  16 |  21 | 528k|3606 | 0.000000e+00 |      --      |    Inf 
174.70/174.77	c   175s|820000 |114301 |  1667k|   2.0 | 102M|  36 |   5 |  40 |6201 |  40 |  16 |  21 | 535k|3627 | 0.000000e+00 |      --      |    Inf 
177.20/177.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.20/177.26	c   177s|830000 |114980 |  1687k|   2.0 | 103M|  36 |   - |  40 |6032 |  40 |  16 |  21 | 542k|3651 | 0.000000e+00 |      --      |    Inf 
179.49/179.60	c   180s|840000 |115698 |  1708k|   2.0 | 104M|  36 |   5 |  40 |6443 |  40 |  16 |  21 | 549k|3677 | 0.000000e+00 |      --      |    Inf 
181.99/182.04	c   182s|850000 |116400 |  1729k|   2.0 | 105M|  36 |   - |  40 |5754 |  40 |  16 |  21 | 557k|3696 | 0.000000e+00 |      --      |    Inf 
184.39/184.49	c   184s|860000 |117147 |  1750k|   2.0 | 106M|  36 |   5 |  40 |6824 |  40 |  16 |  21 | 564k|3729 | 0.000000e+00 |      --      |    Inf 
186.80/186.83	c   187s|870000 |118171 |  1770k|   2.0 | 107M|  36 |   5 |  40 |7458 |  40 |  16 |  21 | 571k|3751 | 0.000000e+00 |      --      |    Inf 
189.30/189.36	c   189s|880000 |118844 |  1791k|   2.0 | 108M|  36 |   5 |  40 |6981 |  40 |  16 |  21 | 578k|3764 | 0.000000e+00 |      --      |    Inf 
191.70/191.79	c   192s|890000 |119836 |  1812k|   2.0 | 109M|  36 |   - |  40 |8016 |  40 |  16 |  21 | 585k|3780 | 0.000000e+00 |      --      |    Inf 
193.90/193.95	c   194s|900000 |121393 |  1832k|   2.0 | 111M|  36 |   - |  40 |9127 |  40 |  16 |  21 | 592k|3798 | 0.000000e+00 |      --      |    Inf 
196.40/196.41	c   196s|910000 |122251 |  1853k|   2.0 | 112M|  36 |   - |  40 |9797 |   0 |   0 |  21 | 599k|3815 | 0.000000e+00 |      --      |    Inf 
199.01/199.03	c   199s|920000 |123090 |  1873k|   2.0 | 113M|  36 |   - |  40 |7829 |  40 |  16 |  21 | 606k|3829 | 0.000000e+00 |      --      |    Inf 
201.50/201.52	c   202s|930000 |124057 |  1894k|   2.0 | 114M|  36 |   5 |  40 |7327 |  40 |  16 |  21 | 613k|3849 | 0.000000e+00 |      --      |    Inf 
203.90/203.95	c   204s|940000 |124981 |  1915k|   2.0 | 115M|  36 |   - |  40 |7372 |  40 |  16 |  21 | 620k|3869 | 0.000000e+00 |      --      |    Inf 
205.89/205.99	c   206s|950000 |127358 |  1934k|   2.0 | 116M|  36 |   - |  40 |8535 |  40 |  16 |  21 | 625k|3881 | 0.000000e+00 |      --      |    Inf 
208.10/208.18	c   208s|960000 |129347 |  1953k|   2.0 | 118M|  36 |   5 |  40 |9027 |  40 |  16 |  21 | 631k|3889 | 0.000000e+00 |      --      |    Inf 
210.40/210.49	c   210s|970000 |131024 |  1971k|   2.0 | 120M|  36 |   5 |  40 |9664 |  40 |  16 |  21 | 637k|3908 | 0.000000e+00 |      --      |    Inf 
213.00/213.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.00/213.03	c   213s|980000 |132214 |  1990k|   2.0 | 121M|  36 |   - |  40 |9326 |  40 |  16 |  21 | 643k|3930 | 0.000000e+00 |      --      |    Inf 
215.51/215.57	c   216s|990000 |133352 |  2009k|   2.0 | 122M|  36 |   - |  40 |9867 |  40 |  16 |  21 | 649k|3943 | 0.000000e+00 |      --      |    Inf 
218.00/218.01	c   218s|  1000k|134748 |  2027k|   2.0 | 123M|  36 |   5 |  40 |  11k|  40 |  16 |  21 | 656k|3960 | 0.000000e+00 |      --      |    Inf 
220.80/220.86	c   221s|  1010k|135709 |  2046k|   2.0 | 124M|  36 |   - |  40 |  10k|   0 |   0 |  21 | 662k|3978 | 0.000000e+00 |      --      |    Inf 
223.50/223.50	c   224s|  1020k|136759 |  2064k|   2.0 | 125M|  36 |   - |  40 |  10k|  40 |  16 |  21 | 668k|4010 | 0.000000e+00 |      --      |    Inf 
226.10/226.12	c   226s|  1030k|137866 |  2082k|   2.0 | 126M|  36 |   - |  40 |  10k|  40 |  16 |  21 | 675k|4034 | 0.000000e+00 |      --      |    Inf 
229.00/229.05	c   229s|  1040k|138617 |  2100k|   2.0 | 127M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 681k|4054 | 0.000000e+00 |      --      |    Inf 
232.00/232.07	c   232s|  1050k|138929 |  2118k|   2.0 | 128M|  36 |   - |  40 |  10k|  40 |  16 |  21 | 688k|4068 | 0.000000e+00 |      --      |    Inf 
234.90/234.97	c   235s|  1060k|139361 |  2137k|   2.0 | 128M|  36 |   5 |  40 |9949 |  40 |  16 |  21 | 695k|4104 | 0.000000e+00 |      --      |    Inf 
237.80/237.82	c   238s|  1070k|140360 |  2155k|   2.0 | 129M|  36 |   - |  40 |9118 |  40 |  16 |  21 | 702k|4123 | 0.000000e+00 |      --      |    Inf 
240.50/240.52	c   241s|  1080k|141211 |  2176k|   2.0 | 130M|  36 |   5 |  40 |8377 |  40 |  16 |  21 | 709k|4141 | 0.000000e+00 |      --      |    Inf 
243.20/243.22	c   243s|  1090k|141881 |  2196k|   2.0 | 131M|  36 |   - |  40 |7396 |  40 |  16 |  21 | 716k|4169 | 0.000000e+00 |      --      |    Inf 
245.70/245.77	c   246s|  1100k|142546 |  2217k|   2.0 | 131M|  36 |   5 |  40 |7108 |  40 |  16 |  21 | 723k|4181 | 0.000000e+00 |      --      |    Inf 
248.10/248.10	c   248s|  1110k|143738 |  2237k|   2.0 | 133M|  36 |   - |  40 |8379 |  40 |  16 |  21 | 730k|4200 | 0.000000e+00 |      --      |    Inf 
250.70/250.77	c   251s|  1120k|144388 |  2257k|   2.0 | 133M|  36 |   6 |  40 |6945 |  40 |  16 |  21 | 737k|4216 | 0.000000e+00 |      --      |    Inf 
252.80/252.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
252.80/252.89	c   253s|  1130k|145798 |  2279k|   2.0 | 135M|  36 |   5 |  40 |9057 |  40 |  16 |  21 | 743k|4228 | 0.000000e+00 |      --      |    Inf 
255.60/255.69	c   256s|  1140k|146339 |  2299k|   2.0 | 135M|  36 |   5 |  40 |6470 |  40 |  16 |  21 | 750k|4245 | 0.000000e+00 |      --      |    Inf 
258.21/258.21	c   258s|  1150k|147114 |  2319k|   2.0 | 136M|  36 |   - |  40 |7588 |   0 |   0 |  21 | 757k|4261 | 0.000000e+00 |      --      |    Inf 
260.50/260.59	c   261s|  1160k|148304 |  2339k|   2.0 | 137M|  36 |   5 |  40 |7771 |  40 |  16 |  21 | 764k|4281 | 0.000000e+00 |      --      |    Inf 
262.81/262.85	c   263s|  1170k|149234 |  2359k|   2.0 | 139M|  36 |   5 |  40 |8992 |  40 |  16 |  21 | 771k|4296 | 0.000000e+00 |      --      |    Inf 
265.21/265.26	c   265s|  1180k|150220 |  2379k|   2.0 | 140M|  36 |   5 |  40 |9528 |  40 |  16 |  21 | 777k|4314 | 0.000000e+00 |      --      |    Inf 
267.90/267.96	c   268s|  1190k|151137 |  2400k|   2.0 | 141M|  36 |   5 |  40 |8580 |  40 |  16 |  21 | 785k|4337 | 0.000000e+00 |      --      |    Inf 
270.40/270.46	c   270s|  1200k|152105 |  2421k|   2.0 | 142M|  36 |   5 |  40 |  10k|  40 |  16 |  21 | 792k|4359 | 0.000000e+00 |      --      |    Inf 
273.20/273.20	c   273s|  1210k|152865 |  2442k|   2.0 | 143M|  36 |   - |  40 |9202 |  40 |  16 |  21 | 799k|4368 | 0.000000e+00 |      --      |    Inf 
275.80/275.81	c   276s|  1220k|153667 |  2462k|   2.0 | 144M|  36 |   - |  40 |9553 |  40 |  16 |  21 | 806k|4387 | 0.000000e+00 |      --      |    Inf 
278.60/278.65	c   279s|  1230k|154438 |  2483k|   2.0 | 144M|  36 |   5 |  40 |8064 |  40 |  16 |  21 | 813k|4409 | 0.000000e+00 |      --      |    Inf 
281.21/281.21	c   281s|  1240k|155122 |  2503k|   2.0 | 145M|  36 |   5 |  40 |7548 |  40 |  16 |  21 | 821k|4429 | 0.000000e+00 |      --      |    Inf 
283.60/283.64	c   284s|  1250k|156084 |  2524k|   2.0 | 146M|  36 |   - |  40 |8541 |   0 |   0 |  21 | 828k|4442 | 0.000000e+00 |      --      |    Inf 
286.10/286.18	c   286s|  1260k|156998 |  2544k|   2.0 | 147M|  36 |   5 |  40 |8187 |  40 |  16 |  21 | 835k|4464 | 0.000000e+00 |      --      |    Inf 
288.80/288.86	c   289s|  1270k|157615 |  2564k|   2.0 | 148M|  36 |   - |  40 |6579 |  40 |  16 |  21 | 842k|4482 | 0.000000e+00 |      --      |    Inf 
291.30/291.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.30/291.40	c   291s|  1280k|158223 |  2585k|   2.0 | 149M|  36 |   5 |  40 |7005 |  40 |  16 |  21 | 849k|4500 | 0.000000e+00 |      --      |    Inf 
293.80/293.87	c   294s|  1290k|158885 |  2605k|   2.0 | 150M|  36 |   5 |  40 |7827 |  40 |  16 |  21 | 856k|4516 | 0.000000e+00 |      --      |    Inf 
296.51/296.53	c   297s|  1300k|159572 |  2626k|   2.0 | 150M|  36 |   - |  40 |7026 |  40 |  16 |  21 | 863k|4535 | 0.000000e+00 |      --      |    Inf 
299.00/299.05	c   299s|  1310k|160311 |  2646k|   2.0 | 151M|  36 |   5 |  40 |6929 |  40 |  16 |  21 | 871k|4555 | 0.000000e+00 |      --      |    Inf 
301.70/301.75	c   302s|  1320k|160680 |  2667k|   2.0 | 152M|  36 |   - |  40 |5786 |   0 |   0 |  21 | 878k|4569 | 0.000000e+00 |      --      |    Inf 
304.11/304.15	c   304s|  1330k|161330 |  2686k|   2.0 | 153M|  36 |   - |  40 |6302 |  40 |  16 |  21 | 885k|4583 | 0.000000e+00 |      --      |    Inf 
306.60/306.67	c   307s|  1340k|161901 |  2706k|   2.0 | 153M|  36 |   5 |  40 |6586 |  40 |  16 |  21 | 892k|4598 | 0.000000e+00 |      --      |    Inf 
309.11/309.16	c   309s|  1350k|162498 |  2726k|   2.0 | 154M|  36 |   5 |  40 |6435 |  40 |  16 |  21 | 899k|4618 | 0.000000e+00 |      --      |    Inf 
311.50/311.58	c   312s|  1360k|163142 |  2747k|   2.0 | 155M|  36 |   5 |  40 |6910 |  40 |  16 |  21 | 907k|4636 | 0.000000e+00 |      --      |    Inf 
313.90/313.97	c   314s|  1370k|164187 |  2767k|   2.0 | 156M|  36 |   - |  40 |6744 |  40 |  16 |  21 | 913k|4646 | 0.000000e+00 |      --      |    Inf 
316.21/316.21	c   316s|  1380k|165402 |  2785k|   2.0 | 158M|  36 |   5 |  40 |8439 |  40 |  16 |  21 | 920k|4655 | 0.000000e+00 |      --      |    Inf 
318.51/318.51	c   319s|  1390k|166608 |  2803k|   2.0 | 159M|  36 |   - |  40 |9471 |  40 |  16 |  21 | 926k|4680 | 0.000000e+00 |      --      |    Inf 
321.21/321.29	c   321s|  1400k|167016 |  2821k|   2.0 | 159M|  36 |   5 |  40 |8806 |  40 |  16 |  21 | 934k|4702 | 0.000000e+00 |      --      |    Inf 
324.10/324.15	c   324s|  1410k|167489 |  2840k|   2.0 | 160M|  36 |   - |  40 |7056 |  40 |  16 |  21 | 941k|4714 | 0.000000e+00 |      --      |    Inf 
326.90/326.96	c   327s|  1420k|167801 |  2861k|   2.0 | 160M|  36 |   5 |  40 |6220 |  40 |  16 |  21 | 948k|4730 | 0.000000e+00 |      --      |    Inf 
329.41/329.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.41/329.42	c   329s|  1430k|168399 |  2881k|   2.0 | 161M|  36 |   5 |  40 |6712 |  40 |  16 |  21 | 955k|4742 | 0.000000e+00 |      --      |    Inf 
332.01/332.02	c   332s|  1440k|168793 |  2901k|   2.0 | 161M|  36 |   - |  40 |6114 |  40 |  16 |  21 | 962k|4756 | 0.000000e+00 |      --      |    Inf 
334.41/334.47	c   334s|  1450k|169362 |  2921k|   2.0 | 162M|  36 |   5 |  40 |6487 |  40 |  16 |  21 | 969k|4771 | 0.000000e+00 |      --      |    Inf 
337.00/337.01	c   337s|  1460k|169843 |  2941k|   2.0 | 163M|  36 |   5 |  40 |7103 |  40 |  16 |  21 | 977k|4785 | 0.000000e+00 |      --      |    Inf 
339.51/339.56	c   340s|  1470k|170583 |  2962k|   2.0 | 164M|  36 |   - |  40 |7326 |  40 |  16 |  21 | 984k|4798 | 0.000000e+00 |      --      |    Inf 
342.21/342.24	c   342s|  1480k|170991 |  2982k|   2.0 | 165M|  36 |   - |  40 |6351 |  40 |  16 |  21 | 991k|4811 | 0.000000e+00 |      --      |    Inf 
344.60/344.65	c   345s|  1490k|171667 |  3002k|   2.0 | 166M|  36 |   - |  40 |7477 |  40 |  16 |  21 | 998k|4824 | 0.000000e+00 |      --      |    Inf 
347.21/347.26	c   347s|  1500k|172212 |  3022k|   2.0 | 166M|  36 |   - |  40 |6962 |  40 |  16 |  21 |1005k|4829 | 0.000000e+00 |      --      |    Inf 
349.91/349.98	c   350s|  1510k|172636 |  3043k|   2.0 | 167M|  36 |   - |  40 |6434 |  40 |  16 |  21 |1013k|4847 | 0.000000e+00 |      --      |    Inf 
352.21/352.26	c   352s|  1520k|173623 |  3063k|   2.0 | 168M|  36 |   - |  40 |8489 |  40 |  16 |  21 |1020k|4859 | 0.000000e+00 |      --      |    Inf 
354.80/354.85	c   355s|  1530k|174256 |  3084k|   2.0 | 169M|  36 |   - |  40 |7914 |  40 |  16 |  21 |1027k|4872 | 0.000000e+00 |      --      |    Inf 
357.41/357.43	c   357s|  1540k|174873 |  3105k|   2.0 | 170M|  36 |   - |  40 |8265 |  40 |  16 |  21 |1034k|4888 | 0.000000e+00 |      --      |    Inf 
360.01/360.05	c   360s|  1550k|175485 |  3125k|   2.0 | 171M|  36 |   - |  40 |7723 |  40 |  16 |  21 |1041k|4899 | 0.000000e+00 |      --      |    Inf 
362.41/362.42	c   362s|  1560k|176595 |  3146k|   2.0 | 172M|  36 |   - |  40 |8162 |   0 |   0 |  21 |1048k|4912 | 0.000000e+00 |      --      |    Inf 
364.80/364.85	c   365s|  1570k|177653 |  3165k|   2.0 | 173M|  36 |   - |  40 |8383 |  40 |  16 |  21 |1055k|4925 | 0.000000e+00 |      --      |    Inf 
367.00/367.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
367.00/367.05	c   367s|  1580k|179075 |  3185k|   2.0 | 175M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1061k|4941 | 0.000000e+00 |      --      |    Inf 
369.61/369.69	c   370s|  1590k|179690 |  3205k|   2.0 | 175M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1068k|4952 | 0.000000e+00 |      --      |    Inf 
372.60/372.62	c   373s|  1600k|180089 |  3226k|   2.0 | 175M|  36 |   5 |  40 |7862 |  40 |  16 |  21 |1075k|4971 | 0.000000e+00 |      --      |    Inf 
375.21/375.21	c   375s|  1610k|180793 |  3246k|   2.0 | 176M|  36 |   - |  40 |7424 |  40 |  16 |  21 |1083k|4982 | 0.000000e+00 |      --      |    Inf 
377.91/377.97	c   378s|  1620k|181235 |  3266k|   2.0 | 177M|  36 |   5 |  40 |6636 |  40 |  16 |  21 |1090k|4993 | 0.000000e+00 |      --      |    Inf 
380.71/380.79	c   381s|  1630k|181484 |  3286k|   2.0 | 177M|  36 |   - |  40 |6001 |   0 |   0 |  21 |1097k|5012 | 0.000000e+00 |      --      |    Inf 
383.21/383.20	c   383s|  1640k|182117 |  3306k|   2.0 | 178M|  36 |   5 |  40 |7353 |  40 |  16 |  21 |1104k|5031 | 0.000000e+00 |      --      |    Inf 
385.41/385.48	c   385s|  1650k|183250 |  3327k|   2.0 | 180M|  36 |   - |  40 |9617 |   0 |   0 |  21 |1111k|5054 | 0.000000e+00 |      --      |    Inf 
388.51/388.52	c   389s|  1660k|183560 |  3348k|   2.0 | 180M|  36 |   5 |  40 |6980 |  40 |  16 |  21 |1119k|5069 | 0.000000e+00 |      --      |    Inf 
390.61/390.64	c   391s|  1670k|185048 |  3368k|   2.0 | 182M|  36 |   - |  40 |8815 |  40 |  16 |  21 |1125k|5081 | 0.000000e+00 |      --      |    Inf 
393.11/393.12	c   393s|  1680k|185757 |  3388k|   2.0 | 183M|  36 |   5 |  40 |9532 |  40 |  16 |  21 |1132k|5091 | 0.000000e+00 |      --      |    Inf 
396.10/396.13	c   396s|  1690k|186155 |  3408k|   2.0 | 183M|  36 |   5 |  40 |6960 |  40 |  16 |  21 |1139k|5107 | 0.000000e+00 |      --      |    Inf 
398.51/398.55	c   399s|  1700k|186818 |  3428k|   2.0 | 184M|  36 |   5 |  40 |8979 |  40 |  16 |  21 |1146k|5120 | 0.000000e+00 |      --      |    Inf 
401.51/401.58	c   402s|  1710k|187162 |  3449k|   2.0 | 184M|  36 |   5 |  40 |7306 |  40 |  16 |  21 |1154k|5135 | 0.000000e+00 |      --      |    Inf 
404.21/404.21	c   404s|  1720k|187728 |  3469k|   2.0 | 185M|  36 |   - |  40 |7592 |  40 |  16 |  21 |1161k|5143 | 0.000000e+00 |      --      |    Inf 
406.91/406.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.91/406.91	c   407s|  1730k|188169 |  3489k|   2.0 | 185M|  36 |   5 |  40 |6713 |  40 |  16 |  21 |1168k|5162 | 0.000000e+00 |      --      |    Inf 
409.40/409.46	c   409s|  1740k|188636 |  3510k|   2.0 | 186M|  36 |   5 |  40 |7375 |  40 |  16 |  21 |1175k|5177 | 0.000000e+00 |      --      |    Inf 
411.90/411.95	c   412s|  1750k|189347 |  3530k|   2.0 | 187M|  36 |   5 |  40 |8315 |  40 |  16 |  21 |1183k|5190 | 0.000000e+00 |      --      |    Inf 
414.81/414.82	c   415s|  1760k|189773 |  3551k|   2.0 | 188M|  36 |   5 |  40 |6681 |  40 |  16 |  21 |1190k|5203 | 0.000000e+00 |      --      |    Inf 
417.51/417.57	c   418s|  1770k|190035 |  3571k|   2.0 | 188M|  36 |   - |  40 |6234 |  40 |  16 |  21 |1198k|5213 | 0.000000e+00 |      --      |    Inf 
420.12/420.18	c   420s|  1780k|190575 |  3591k|   2.0 | 189M|  36 |   5 |  40 |6630 |  40 |  16 |  21 |1205k|5230 | 0.000000e+00 |      --      |    Inf 
422.61/422.65	c   423s|  1790k|191194 |  3612k|   2.0 | 190M|  36 |   5 |  40 |7406 |  40 |  16 |  21 |1212k|5242 | 0.000000e+00 |      --      |    Inf 
425.21/425.21	c   425s|  1800k|191946 |  3632k|   2.0 | 191M|  36 |   5 |  40 |6624 |  40 |  16 |  21 |1219k|5254 | 0.000000e+00 |      --      |    Inf 
427.70/427.75	c   428s|  1810k|192385 |  3652k|   2.0 | 192M|  36 |   5 |  40 |6868 |  40 |  16 |  21 |1226k|5267 | 0.000000e+00 |      --      |    Inf 
430.11/430.15	c   430s|  1820k|193059 |  3673k|   2.0 | 193M|  36 |   - |  40 |7740 |  40 |  16 |  21 |1233k|5281 | 0.000000e+00 |      --      |    Inf 
432.51/432.54	c   433s|  1830k|193916 |  3692k|   2.0 | 194M|  36 |   5 |  40 |8085 |  40 |  16 |  21 |1240k|5301 | 0.000000e+00 |      --      |    Inf 
435.30/435.38	c   435s|  1840k|194175 |  3711k|   2.0 | 194M|  36 |   5 |  40 |6443 |  40 |  16 |  21 |1247k|5313 | 0.000000e+00 |      --      |    Inf 
437.82/437.81	c   438s|  1850k|194730 |  3732k|   2.0 | 195M|  36 |   5 |  40 |7752 |  40 |  16 |  21 |1254k|5327 | 0.000000e+00 |      --      |    Inf 
440.31/440.35	c   440s|  1860k|195567 |  3753k|   2.0 | 196M|  36 |   - |  40 |8636 |  40 |  16 |  21 |1261k|5338 | 0.000000e+00 |      --      |    Inf 
443.31/443.38	c   443s|  1870k|195829 |  3773k|   2.0 | 196M|  36 |   - |  40 |6015 |   0 |   0 |  21 |1269k|5350 | 0.000000e+00 |      --      |    Inf 
445.52/445.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
445.52/445.56	c   446s|  1880k|197144 |  3794k|   2.0 | 198M|  36 |   - |  40 |7918 |  40 |  16 |  21 |1275k|5364 | 0.000000e+00 |      --      |    Inf 
447.91/447.97	c   448s|  1890k|198148 |  3815k|   2.0 | 199M|  36 |   5 |  40 |9764 |  40 |  16 |  21 |1282k|5380 | 0.000000e+00 |      --      |    Inf 
450.81/450.88	c   451s|  1900k|198512 |  3836k|   2.0 | 200M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1290k|5390 | 0.000000e+00 |      --      |    Inf 
454.11/454.17	c   454s|  1910k|198705 |  3857k|   2.0 | 200M|  36 |   5 |  40 |6957 |  40 |  16 |  21 |1297k|5405 | 0.000000e+00 |      --      |    Inf 
456.71/456.72	c   457s|  1920k|199283 |  3877k|   2.0 | 200M|  36 |   - |  40 |6412 |  40 |  16 |  21 |1305k|5416 | 0.000000e+00 |      --      |    Inf 
459.40/459.44	c   459s|  1930k|199438 |  3897k|   2.0 | 201M|  36 |   5 |  40 |6281 |  40 |  16 |  21 |1312k|5429 | 0.000000e+00 |      --      |    Inf 
461.92/461.97	c   462s|  1940k|199871 |  3918k|   2.0 | 202M|  36 |   - |  40 |6763 |  40 |  16 |  21 |1320k|5439 | 0.000000e+00 |      --      |    Inf 
464.81/464.80	c   465s|  1950k|199973 |  3938k|   2.0 | 202M|  36 |   5 |  40 |5902 |  40 |  16 |  21 |1327k|5453 | 0.000000e+00 |      --      |    Inf 
467.41/467.47	c   467s|  1960k|200174 |  3959k|   2.0 | 203M|  36 |   - |  40 |6259 |  40 |  16 |  21 |1335k|5468 | 0.000000e+00 |      --      |    Inf 
469.81/469.88	c   470s|  1970k|200927 |  3979k|   2.0 | 204M|  36 |   5 |  40 |6864 |  40 |  16 |  21 |1342k|5485 | 0.000000e+00 |      --      |    Inf 
472.51/472.51	c   473s|  1980k|201296 |  4000k|   2.0 | 204M|  36 |   5 |  40 |6625 |  40 |  16 |  21 |1349k|5492 | 0.000000e+00 |      --      |    Inf 
475.01/475.09	c   475s|  1990k|201673 |  4020k|   2.0 | 205M|  36 |   5 |  40 |6596 |  40 |  16 |  21 |1357k|5507 | 0.000000e+00 |      --      |    Inf 
477.51/477.56	c   478s|  2000k|202181 |  4040k|   2.0 | 206M|  36 |   5 |  40 |7584 |  40 |  16 |  21 |1364k|5514 | 0.000000e+00 |      --      |    Inf 
480.11/480.17	c   480s|  2010k|202662 |  4060k|   2.0 | 206M|  36 |   - |  40 |6907 |   0 |   0 |  21 |1371k|5521 | 0.000000e+00 |      --      |    Inf 
482.91/482.94	c   483s|  2020k|202839 |  4081k|   2.0 | 207M|  36 |   - |  40 |5961 |  40 |  16 |  21 |1379k|5540 | 0.000000e+00 |      --      |    Inf 
485.31/485.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.31/485.37	c   485s|  2030k|203460 |  4101k|   2.0 | 208M|  36 |   5 |  40 |7272 |  40 |  16 |  21 |1386k|5546 | 0.000000e+00 |      --      |    Inf 
487.91/487.95	c   488s|  2040k|203921 |  4121k|   2.0 | 208M|  36 |   5 |  40 |6935 |  40 |  16 |  21 |1393k|5560 | 0.000000e+00 |      --      |    Inf 
490.62/490.63	c   491s|  2050k|204310 |  4142k|   2.0 | 209M|  36 |   - |  40 |6697 |  40 |  16 |  21 |1401k|5571 | 0.000000e+00 |      --      |    Inf 
493.21/493.29	c   493s|  2060k|204587 |  4162k|   2.0 | 209M|  36 |   5 |  40 |6399 |  40 |  16 |  21 |1408k|5583 | 0.000000e+00 |      --      |    Inf 
495.91/495.92	c   496s|  2070k|204945 |  4182k|   2.0 | 210M|  36 |   5 |  40 |6550 |  40 |  16 |  21 |1416k|5594 | 0.000000e+00 |      --      |    Inf 
498.32/498.38	c   498s|  2080k|205806 |  4203k|   2.0 | 211M|  36 |   5 |  40 |7071 |  40 |  16 |  21 |1422k|5603 | 0.000000e+00 |      --      |    Inf 
500.91/500.93	c   501s|  2090k|206370 |  4223k|   2.0 | 212M|  36 |   - |  40 |7446 |  40 |  16 |  21 |1430k|5617 | 0.000000e+00 |      --      |    Inf 
503.51/503.55	c   504s|  2100k|206836 |  4244k|   2.0 | 213M|  36 |   - |  40 |6826 |  40 |  16 |  21 |1437k|5633 | 0.000000e+00 |      --      |    Inf 
506.11/506.15	c   506s|  2110k|207459 |  4265k|   2.0 | 213M|  36 |   5 |  40 |6434 |  40 |  16 |  21 |1444k|5644 | 0.000000e+00 |      --      |    Inf 
508.81/508.83	c   509s|  2120k|207757 |  4286k|   2.0 | 214M|  36 |   - |  40 |6623 |  40 |  16 |  21 |1451k|5659 | 0.000000e+00 |      --      |    Inf 
511.22/511.23	c   511s|  2130k|208469 |  4306k|   2.0 | 215M|  36 |   5 |  40 |7822 |  40 |  16 |  21 |1458k|5667 | 0.000000e+00 |      --      |    Inf 
513.81/513.83	c   514s|  2140k|209223 |  4327k|   2.0 | 216M|  36 |   5 |  40 |9592 |  40 |  16 |  21 |1465k|5676 | 0.000000e+00 |      --      |    Inf 
516.92/516.92	c   517s|  2150k|209438 |  4348k|   2.0 | 216M|  36 |   5 |  40 |6963 |  40 |  16 |  21 |1473k|5695 | 0.000000e+00 |      --      |    Inf 
519.61/519.64	c   520s|  2160k|209800 |  4368k|   2.0 | 217M|  36 |   - |  40 |7142 |   0 |   0 |  21 |1480k|5710 | 0.000000e+00 |      --      |    Inf 
522.21/522.20	c   522s|  2170k|210224 |  4390k|   2.0 | 218M|  36 |   5 |  40 |8262 |  40 |  16 |  21 |1488k|5723 | 0.000000e+00 |      --      |    Inf 
524.31/524.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.31/524.38	c   524s|  2180k|212496 |  4410k|   2.0 | 220M|  36 |   5 |  40 |8345 |  40 |  16 |  21 |1494k|5733 | 0.000000e+00 |      --      |    Inf 
526.61/526.64	c   527s|  2190k|214373 |  4431k|   2.0 | 221M|  36 |   - |  40 |8757 |  40 |  16 |  21 |1500k|5748 | 0.000000e+00 |      --      |    Inf 
529.02/529.03	c   529s|  2200k|215951 |  4451k|   2.0 | 223M|  36 |   5 |  40 |9311 |  40 |  16 |  21 |1506k|5754 | 0.000000e+00 |      --      |    Inf 
531.51/531.57	c   532s|  2210k|217212 |  4471k|   2.0 | 224M|  36 |   5 |  40 |8818 |  40 |  16 |  21 |1513k|5768 | 0.000000e+00 |      --      |    Inf 
534.11/534.16	c   534s|  2220k|218222 |  4491k|   2.0 | 225M|  36 |   5 |  40 |9382 |  40 |  16 |  21 |1520k|5776 | 0.000000e+00 |      --      |    Inf 
536.82/536.81	c   537s|  2230k|219203 |  4511k|   2.0 | 226M|  36 |   - |  40 |9502 |  40 |  16 |  21 |1527k|5787 | 0.000000e+00 |      --      |    Inf 
539.42/539.46	c   539s|  2240k|220122 |  4531k|   2.0 | 227M|  36 |   - |  40 |9922 |  40 |  16 |  21 |1534k|5801 | 0.000000e+00 |      --      |    Inf 
542.11/542.19	c   542s|  2250k|220890 |  4551k|   2.0 | 228M|  36 |   - |  40 |  10k|   0 |   0 |  21 |1541k|5815 | 0.000000e+00 |      --      |    Inf 
544.91/544.95	c   545s|  2260k|221741 |  4571k|   2.0 | 229M|  36 |   - |  40 |9788 |  40 |  16 |  21 |1549k|5825 | 0.000000e+00 |      --      |    Inf 
547.52/547.55	c   548s|  2270k|222877 |  4592k|   2.0 | 230M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1556k|5843 | 0.000000e+00 |      --      |    Inf 
550.51/550.56	c   551s|  2280k|223399 |  4612k|   2.0 | 231M|  36 |   5 |  40 |9772 |  40 |  16 |  21 |1563k|5854 | 0.000000e+00 |      --      |    Inf 
553.11/553.19	c   553s|  2290k|224245 |  4632k|   2.0 | 232M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1570k|5867 | 0.000000e+00 |      --      |    Inf 
556.12/556.11	c   556s|  2300k|224683 |  4652k|   2.0 | 233M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |1578k|5879 | 0.000000e+00 |      --      |    Inf 
558.91/558.91	c   559s|  2310k|225462 |  4673k|   2.0 | 234M|  36 |   - |  40 |  11k|   0 |   0 |  21 |1585k|5893 | 0.000000e+00 |      --      |    Inf 
561.71/561.78	c   562s|  2320k|226228 |  4693k|   2.0 | 234M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1592k|5900 | 0.000000e+00 |      --      |    Inf 
564.72/564.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
564.72/564.75	c   565s|  2330k|226897 |  4712k|   2.0 | 235M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1599k|5912 | 0.000000e+00 |      --      |    Inf 
567.62/567.67	c   568s|  2340k|227369 |  4733k|   2.0 | 236M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1607k|5927 | 0.000000e+00 |      --      |    Inf 
570.31/570.35	c   570s|  2350k|228262 |  4753k|   2.0 | 237M|  36 |   - |  40 |  11k|   0 |   0 |  21 |1614k|5940 | 0.000000e+00 |      --      |    Inf 
573.52/573.58	c   574s|  2360k|228610 |  4773k|   2.0 | 237M|  36 |   - |  40 |  10k|  40 |  16 |  21 |1621k|5949 | 0.000000e+00 |      --      |    Inf 
575.91/575.92	c   576s|  2370k|230781 |  4793k|   2.0 | 239M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1627k|5959 | 0.000000e+00 |      --      |    Inf 
578.51/578.50	c   579s|  2380k|232769 |  4814k|   2.0 | 241M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1633k|5973 | 0.000000e+00 |      --      |    Inf 
581.41/581.40	c   581s|  2390k|234042 |  4834k|   2.0 | 242M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1640k|5982 | 0.000000e+00 |      --      |    Inf 
584.32/584.38	c   584s|  2400k|235296 |  4855k|   2.0 | 243M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1646k|6005 | 0.000000e+00 |      --      |    Inf 
587.11/587.10	c   587s|  2410k|236914 |  4875k|   2.0 | 245M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1653k|6018 | 0.000000e+00 |      --      |    Inf 
590.01/590.00	c   590s|  2420k|238685 |  4895k|   2.0 | 246M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1659k|6032 | 0.000000e+00 |      --      |    Inf 
593.41/593.42	c   593s|  2430k|239467 |  4916k|   2.0 | 247M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1666k|6046 | 0.000000e+00 |      --      |    Inf 
596.42/596.45	c   596s|  2440k|240605 |  4936k|   2.0 | 248M|  36 |   - |  40 |  13k|   0 |   0 |  21 |1673k|6061 | 0.000000e+00 |      --      |    Inf 
599.62/599.62	c   600s|  2450k|241538 |  4957k|   2.0 | 249M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1680k|6081 | 0.000000e+00 |      --      |    Inf 
602.82/602.88	c   603s|  2460k|242177 |  4978k|   2.0 | 250M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1687k|6088 | 0.000000e+00 |      --      |    Inf 
606.31/606.32	c   606s|  2470k|242821 |  4998k|   2.0 | 251M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1694k|6109 | 0.000000e+00 |      --      |    Inf 
609.51/609.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.51/609.59	c   610s|  2480k|243601 |  5018k|   2.0 | 251M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1701k|6134 | 0.000000e+00 |      --      |    Inf 
612.91/612.96	c   613s|  2490k|244240 |  5038k|   2.0 | 252M|  36 |   - |  40 |  13k|  40 |  16 |  21 |1708k|6139 | 0.000000e+00 |      --      |    Inf 
616.22/616.29	c   616s|  2500k|244970 |  5058k|   2.0 | 253M|  36 |   - |  40 |  13k|   0 |   0 |  21 |1716k|6154 | 0.000000e+00 |      --      |    Inf 
620.01/620.01	c   620s|  2510k|245285 |  5079k|   2.0 | 254M|  36 |   - |  40 |  13k|  40 |  16 |  21 |1723k|6170 | 0.000000e+00 |      --      |    Inf 
623.12/623.12	c   623s|  2520k|246216 |  5098k|   2.0 | 255M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1730k|6173 | 0.000000e+00 |      --      |    Inf 
626.62/626.66	c   627s|  2530k|246799 |  5118k|   2.0 | 256M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1737k|6188 | 0.000000e+00 |      --      |    Inf 
630.22/630.29	c   630s|  2540k|247268 |  5139k|   2.0 | 256M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1744k|6213 | 0.000000e+00 |      --      |    Inf 
633.82/633.84	c   634s|  2550k|247700 |  5159k|   2.0 | 257M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1752k|6230 | 0.000000e+00 |      --      |    Inf 
637.42/637.45	c   637s|  2560k|248177 |  5180k|   2.0 | 258M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1759k|6238 | 0.000000e+00 |      --      |    Inf 
640.81/640.84	c   641s|  2570k|248818 |  5200k|   2.0 | 259M|  36 |   5 |  40 |  14k|  40 |  16 |  21 |1766k|6246 | 0.000000e+00 |      --      |    Inf 
644.71/644.72	c   645s|  2580k|249022 |  5221k|   2.0 | 259M|  36 |   - |  40 |  14k|  40 |  16 |  21 |1774k|6257 | 0.000000e+00 |      --      |    Inf 
648.62/648.60	c   649s|  2590k|249150 |  5241k|   2.0 | 259M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1781k|6267 | 0.000000e+00 |      --      |    Inf 
652.32/652.37	c   652s|  2600k|249258 |  5260k|   2.0 | 259M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1789k|6279 | 0.000000e+00 |      --      |    Inf 
655.32/655.35	c   655s|  2610k|250049 |  5280k|   2.0 | 260M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |1796k|6288 | 0.000000e+00 |      --      |    Inf 
658.92/658.99	c   659s|  2620k|250203 |  5301k|   2.0 | 261M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1804k|6298 | 0.000000e+00 |      --      |    Inf 
662.51/662.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.51/662.52	c   663s|  2630k|250386 |  5321k|   2.0 | 261M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1811k|6310 | 0.000000e+00 |      --      |    Inf 
665.62/665.65	c   666s|  2640k|250889 |  5342k|   2.0 | 262M|  36 |   - |  40 |  12k|  40 |  16 |  21 |1819k|6321 | 0.000000e+00 |      --      |    Inf 
669.32/669.35	c   669s|  2650k|251007 |  5362k|   2.0 | 262M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1827k|6330 | 0.000000e+00 |      --      |    Inf 
672.42/672.45	c   672s|  2660k|251518 |  5383k|   2.0 | 263M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |1834k|6346 | 0.000000e+00 |      --      |    Inf 
675.42/675.46	c   675s|  2670k|252737 |  5403k|   2.0 | 264M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |1841k|6361 | 0.000000e+00 |      --      |    Inf 
678.52/678.52	c   679s|  2680k|253759 |  5425k|   2.0 | 266M|  36 |   - |  40 |  13k|  40 |  16 |  21 |1848k|6391 | 0.000000e+00 |      --      |    Inf 
681.93/681.94	c   682s|  2690k|254138 |  5447k|   2.0 | 266M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |1856k|6423 | 0.000000e+00 |      --      |    Inf 
685.52/685.50	c   685s|  2700k|254394 |  5469k|   2.0 | 267M|  36 |   - |  40 |  13k|  40 |  16 |  21 |1864k|6447 | 0.000000e+00 |      --      |    Inf 
689.52/689.53	c   690s|  2710k|254318 |  5489k|   2.0 | 267M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |1872k|6454 | 0.000000e+00 |      --      |    Inf 
692.72/692.74	c   693s|  2720k|254636 |  5509k|   2.0 | 267M|  36 |   - |  40 |  11k|   0 |   0 |  21 |1879k|6468 | 0.000000e+00 |      --      |    Inf 
696.23/696.24	c   696s|  2730k|255035 |  5530k|   2.0 | 267M|  36 |   - |  40 |9511 |  40 |  16 |  21 |1886k|6475 | 0.000000e+00 |      --      |    Inf 
699.42/699.48	c   699s|  2740k|255382 |  5551k|   2.0 | 268M|  36 |   - |  40 |8863 |  40 |  16 |  21 |1894k|6491 | 0.000000e+00 |      --      |    Inf 
702.72/702.70	c   703s|  2750k|255615 |  5572k|   2.0 | 268M|  36 |   - |  40 |8840 |  40 |  16 |  21 |1902k|6508 | 0.000000e+00 |      --      |    Inf 
706.02/706.08	c   706s|  2760k|255708 |  5593k|   2.0 | 268M|  36 |   - |  40 |7162 |   0 |   0 |  21 |1909k|6523 | 0.000000e+00 |      --      |    Inf 
708.72/708.72	c   709s|  2770k|256213 |  5613k|   2.0 | 269M|  36 |   - |  40 |8840 |  40 |  16 |  21 |1917k|6534 | 0.000000e+00 |      --      |    Inf 
712.02/712.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
712.02/712.00	c   712s|  2780k|256381 |  5633k|   2.0 | 270M|  36 |   5 |  40 |7640 |  40 |  16 |  21 |1924k|6543 | 0.000000e+00 |      --      |    Inf 
715.12/715.13	c   715s|  2790k|256549 |  5653k|   2.0 | 270M|  36 |   - |  40 |7635 |  40 |  16 |  21 |1932k|6556 | 0.000000e+00 |      --      |    Inf 
718.12/718.11	c   718s|  2800k|256819 |  5674k|   2.0 | 270M|  36 |   - |  40 |7085 |  40 |  16 |  21 |1939k|6564 | 0.000000e+00 |      --      |    Inf 
720.52/720.56	c   721s|  2810k|257995 |  5694k|   2.0 | 272M|  36 |   - |  40 |9103 |  40 |  16 |  21 |1946k|6571 | 0.000000e+00 |      --      |    Inf 
723.52/723.56	c   724s|  2820k|258223 |  5715k|   2.0 | 273M|  36 |   5 |  40 |9056 |  40 |  16 |  21 |1954k|6591 | 0.000000e+00 |      --      |    Inf 
726.82/726.87	c   727s|  2830k|258292 |  5736k|   2.0 | 272M|  36 |   5 |  40 |6635 |  40 |  16 |  21 |1962k|6600 | 0.000000e+00 |      --      |    Inf 
729.82/729.85	c   730s|  2840k|258256 |  5756k|   2.0 | 273M|  36 |   - |  40 |6808 |  40 |  16 |  21 |1970k|6606 | 0.000000e+00 |      --      |    Inf 
732.32/732.36	c   732s|  2850k|258979 |  5776k|   2.0 | 274M|  36 |   5 |  40 |8987 |  40 |  16 |  21 |1977k|6621 | 0.000000e+00 |      --      |    Inf 
735.32/735.37	c   735s|  2860k|259314 |  5796k|   2.0 | 274M|  36 |   5 |  40 |7460 |  40 |  16 |  21 |1985k|6627 | 0.000000e+00 |      --      |    Inf 
737.92/737.91	c   738s|  2870k|260210 |  5817k|   2.0 | 276M|  36 |   - |  40 |8772 |   0 |   0 |  21 |1991k|6636 | 0.000000e+00 |      --      |    Inf 
740.92/740.93	c   741s|  2880k|260507 |  5838k|   2.0 | 276M|  36 |   5 |  40 |7309 |  40 |  16 |  21 |1999k|6646 | 0.000000e+00 |      --      |    Inf 
743.53/743.54	c   744s|  2890k|260938 |  5859k|   2.0 | 277M|  36 |   5 |  40 |8651 |  40 |  16 |  21 |2006k|6670 | 0.000000e+00 |      --      |    Inf 
746.72/746.79	c   747s|  2900k|260932 |  5880k|   2.0 | 277M|  36 |   5 |  40 |7090 |  40 |  16 |  21 |2014k|6691 | 0.000000e+00 |      --      |    Inf 
749.52/749.57	c   750s|  2910k|261328 |  5900k|   2.0 | 278M|  36 |   - |  40 |9082 |  40 |  16 |  21 |2022k|6705 | 0.000000e+00 |      --      |    Inf 
752.82/752.80	c   753s|  2920k|261409 |  5921k|   2.0 | 278M|  36 |   - |  40 |7303 |   0 |   0 |  21 |2029k|6712 | 0.000000e+00 |      --      |    Inf 
755.82/755.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.82/755.85	c   756s|  2930k|261565 |  5941k|   2.0 | 278M|  36 |   5 |  40 |6360 |  40 |  16 |  21 |2037k|6719 | 0.000000e+00 |      --      |    Inf 
758.62/758.60	c   759s|  2940k|261807 |  5962k|   2.0 | 279M|  36 |   5 |  40 |6769 |  40 |  16 |  21 |2044k|6725 | 0.000000e+00 |      --      |    Inf 
761.23/761.29	c   761s|  2950k|262190 |  5983k|   2.0 | 280M|  36 |   5 |  40 |7772 |  40 |  16 |  21 |2052k|6737 | 0.000000e+00 |      --      |    Inf 
764.12/764.19	c   764s|  2960k|262537 |  6004k|   2.0 | 280M|  36 |   5 |  40 |7252 |  40 |  16 |  21 |2059k|6747 | 0.000000e+00 |      --      |    Inf 
766.82/766.88	c   767s|  2970k|263039 |  6024k|   2.0 | 281M|  36 |   5 |  40 |7619 |  40 |  16 |  21 |2067k|6754 | 0.000000e+00 |      --      |    Inf 
769.43/769.47	c   769s|  2980k|263426 |  6044k|   2.0 | 282M|  36 |   - |  40 |8082 |  40 |  16 |  21 |2074k|6761 | 0.000000e+00 |      --      |    Inf 
772.63/772.64	c   773s|  2990k|263389 |  6065k|   2.0 | 282M|  36 |   5 |  40 |6088 |  40 |  16 |  21 |2082k|6767 | 0.000000e+00 |      --      |    Inf 
774.92/774.98	c   775s|  3000k|264606 |  6085k|   2.0 | 283M|  36 |   5 |  40 |7685 |  40 |  16 |  21 |2088k|6779 | 0.000000e+00 |      --      |    Inf 
777.32/777.37	c   777s|  3010k|265389 |  6106k|   2.0 | 284M|  36 |   - |  40 |8589 |  40 |  16 |  21 |2096k|6782 | 0.000000e+00 |      --      |    Inf 
780.02/780.02	c   780s|  3020k|265666 |  6128k|   2.0 | 285M|  36 |   - |  40 |9293 |  40 |  16 |  21 |2103k|6797 | 0.000000e+00 |      --      |    Inf 
783.23/783.28	c   783s|  3030k|265671 |  6148k|   2.0 | 285M|  36 |   5 |  40 |6826 |  40 |  16 |  21 |2111k|6802 | 0.000000e+00 |      --      |    Inf 
786.12/786.15	c   786s|  3040k|265856 |  6169k|   2.0 | 285M|  36 |   5 |  40 |6274 |  40 |  16 |  21 |2119k|6813 | 0.000000e+00 |      --      |    Inf 
788.73/788.75	c   789s|  3050k|266533 |  6189k|   2.0 | 287M|  36 |   - |  40 |8298 |  40 |  16 |  21 |2126k|6824 | 0.000000e+00 |      --      |    Inf 
791.72/791.71	c   792s|  3060k|266780 |  6209k|   2.0 | 287M|  36 |   - |  40 |7334 |  40 |  16 |  21 |2134k|6829 | 0.000000e+00 |      --      |    Inf 
794.72/794.75	c   795s|  3070k|266879 |  6230k|   2.0 | 287M|  36 |   - |  40 |6789 |   0 |   0 |  21 |2141k|6840 | 0.000000e+00 |      --      |    Inf 
797.62/797.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
797.62/797.70	c   798s|  3080k|267057 |  6250k|   2.0 | 288M|  36 |   - |  40 |7076 |  40 |  16 |  21 |2149k|6858 | 0.000000e+00 |      --      |    Inf 
800.02/800.05	c   800s|  3090k|267750 |  6271k|   2.0 | 289M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2156k|6874 | 0.000000e+00 |      --      |    Inf 
803.22/803.24	c   803s|  3100k|268012 |  6291k|   2.0 | 289M|  36 |   5 |  40 |7140 |  40 |  16 |  21 |2163k|6879 | 0.000000e+00 |      --      |    Inf 
806.13/806.13	c   806s|  3110k|268490 |  6311k|   2.0 | 290M|  36 |   - |  40 |7600 |  40 |  16 |  21 |2171k|6882 | 0.000000e+00 |      --      |    Inf 
808.82/808.82	c   809s|  3120k|269311 |  6331k|   2.0 | 291M|  36 |   5 |  40 |8438 |  40 |  16 |  21 |2178k|6887 | 0.000000e+00 |      --      |    Inf 
811.32/811.30	c   811s|  3130k|270263 |  6351k|   2.0 | 292M|  36 |   - |  40 |8950 |   0 |   0 |  21 |2184k|6895 | 0.000000e+00 |      --      |    Inf 
813.73/813.77	c   814s|  3140k|271793 |  6371k|   2.0 | 294M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2191k|6899 | 0.000000e+00 |      --      |    Inf 
816.93/816.91	c   817s|  3150k|272041 |  6391k|   2.0 | 294M|  36 |   5 |  40 |9843 |  40 |  16 |  21 |2198k|6908 | 0.000000e+00 |      --      |    Inf 
819.92/819.95	c   820s|  3160k|272187 |  6411k|   2.0 | 295M|  36 |   5 |  40 |9939 |  40 |  16 |  21 |2206k|6915 | 0.000000e+00 |      --      |    Inf 
823.23/823.20	c   823s|  3170k|272375 |  6431k|   2.0 | 295M|  36 |   - |  40 |9109 |  40 |  16 |  21 |2214k|6921 | 0.000000e+00 |      --      |    Inf 
826.23/826.26	c   826s|  3180k|272688 |  6452k|   2.0 | 296M|  36 |   - |  40 |8970 |  40 |  16 |  21 |2221k|6933 | 0.000000e+00 |      --      |    Inf 
829.12/829.14	c   829s|  3190k|273248 |  6472k|   2.0 | 297M|  36 |   - |  40 |9980 |  40 |  16 |  21 |2229k|6939 | 0.000000e+00 |      --      |    Inf 
832.42/832.43	c   832s|  3200k|273376 |  6493k|   2.0 | 296M|  36 |   - |  40 |8015 |   0 |   0 |  21 |2236k|6950 | 0.000000e+00 |      --      |    Inf 
835.03/835.04	c   835s|  3210k|273840 |  6514k|   2.0 | 298M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2244k|6962 | 0.000000e+00 |      --      |    Inf 
838.12/838.15	c   838s|  3220k|274539 |  6535k|   2.0 | 299M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2251k|6967 | 0.000000e+00 |      --      |    Inf 
841.62/841.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.62/841.63	c   842s|  3230k|274701 |  6555k|   2.0 | 299M|  36 |   5 |  40 |8404 |  40 |  16 |  21 |2259k|6976 | 0.000000e+00 |      --      |    Inf 
844.23/844.23	c   844s|  3240k|275285 |  6575k|   2.0 | 300M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2266k|6987 | 0.000000e+00 |      --      |    Inf 
847.22/847.27	c   847s|  3250k|275810 |  6595k|   2.0 | 300M|  36 |   - |  40 |9350 |  40 |  16 |  21 |2274k|6997 | 0.000000e+00 |      --      |    Inf 
850.42/850.42	c   850s|  3260k|276191 |  6615k|   2.0 | 301M|  36 |   - |  40 |8703 |   0 |   0 |  21 |2281k|7009 | 0.000000e+00 |      --      |    Inf 
853.12/853.10	c   853s|  3270k|276803 |  6637k|   2.0 | 302M|  36 |   5 |  40 |9461 |  40 |  16 |  21 |2288k|7019 | 0.000000e+00 |      --      |    Inf 
856.22/856.20	c   856s|  3280k|277119 |  6658k|   2.0 | 302M|  36 |   - |  40 |9406 |  40 |  16 |  21 |2296k|7039 | 0.000000e+00 |      --      |    Inf 
858.92/858.95	c   859s|  3290k|278188 |  6678k|   2.0 | 304M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2303k|7054 | 0.000000e+00 |      --      |    Inf 
861.83/861.87	c   862s|  3300k|278927 |  6698k|   2.0 | 305M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2310k|7067 | 0.000000e+00 |      --      |    Inf 
865.03/865.09	c   865s|  3310k|279190 |  6718k|   2.0 | 305M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2318k|7079 | 0.000000e+00 |      --      |    Inf 
868.32/868.32	c   868s|  3320k|279443 |  6738k|   2.0 | 305M|  36 |   5 |  40 |8855 |  40 |  16 |  21 |2325k|7091 | 0.000000e+00 |      --      |    Inf 
871.43/871.49	c   871s|  3330k|279626 |  6758k|   2.0 | 305M|  36 |   5 |  40 |7868 |  40 |  16 |  21 |2333k|7108 | 0.000000e+00 |      --      |    Inf 
874.63/874.65	c   875s|  3340k|279757 |  6779k|   2.0 | 306M|  36 |   5 |  40 |7314 |  40 |  16 |  21 |2340k|7120 | 0.000000e+00 |      --      |    Inf 
877.43/877.44	c   877s|  3350k|280038 |  6799k|   2.0 | 306M|  36 |   - |  40 |7885 |  40 |  16 |  21 |2348k|7129 | 0.000000e+00 |      --      |    Inf 
880.53/880.59	c   881s|  3360k|280088 |  6820k|   2.0 | 307M|  36 |   5 |  40 |6835 |  40 |  16 |  21 |2356k|7135 | 0.000000e+00 |      --      |    Inf 
883.33/883.38	c   883s|  3370k|280439 |  6841k|   2.0 | 307M|  36 |   - |  40 |7555 |  40 |  16 |  21 |2363k|7149 | 0.000000e+00 |      --      |    Inf 
886.03/886.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
886.03/886.01	c   886s|  3380k|281102 |  6862k|   2.0 | 308M|  36 |   5 |  40 |8652 |  40 |  16 |  21 |2370k|7159 | 0.000000e+00 |      --      |    Inf 
889.22/889.23	c   889s|  3390k|281118 |  6883k|   2.0 | 308M|  36 |   5 |  40 |7118 |  40 |  16 |  21 |2378k|7179 | 0.000000e+00 |      --      |    Inf 
892.22/892.22	c   892s|  3400k|281246 |  6902k|   2.0 | 309M|  36 |   5 |  40 |6304 |  40 |  16 |  21 |2386k|7183 | 0.000000e+00 |      --      |    Inf 
894.13/894.19	c   894s|  3410k|283541 |  6923k|   2.0 | 310M|  36 |   - |  40 |7763 |  40 |  16 |  21 |2391k|7188 | 0.000000e+00 |      --      |    Inf 
896.33/896.34	c   896s|  3420k|285471 |  6943k|   2.0 | 312M|  36 |   5 |  40 |8257 |  40 |  16 |  21 |2397k|7195 | 0.000000e+00 |      --      |    Inf 
898.64/898.64	c   899s|  3430k|287061 |  6963k|   2.0 | 313M|  36 |   - |  40 |8443 |  40 |  16 |  21 |2404k|7205 | 0.000000e+00 |      --      |    Inf 
900.83/900.84	c   901s|  3440k|288870 |  6984k|   2.0 | 315M|  36 |   - |  40 |  10k|   0 |   0 |  21 |2410k|7210 | 0.000000e+00 |      --      |    Inf 
903.42/903.44	c   903s|  3450k|290472 |  7004k|   2.0 | 316M|  36 |   5 |  40 |9175 |  40 |  16 |  21 |2416k|7222 | 0.000000e+00 |      --      |    Inf 
906.13/906.10	c   906s|  3460k|291687 |  7024k|   2.0 | 317M|  36 |   5 |  40 |9371 |  40 |  16 |  21 |2423k|7231 | 0.000000e+00 |      --      |    Inf 
908.82/908.82	c   909s|  3470k|292727 |  7044k|   2.0 | 318M|  36 |   5 |  40 |8841 |  40 |  16 |  21 |2429k|7244 | 0.000000e+00 |      --      |    Inf 
911.23/911.26	c   911s|  3480k|294007 |  7064k|   2.0 | 320M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2436k|7254 | 0.000000e+00 |      --      |    Inf 
914.13/914.13	c   914s|  3490k|294819 |  7085k|   2.0 | 321M|  36 |   5 |  40 |9714 |  40 |  16 |  21 |2443k|7262 | 0.000000e+00 |      --      |    Inf 
916.93/916.91	c   917s|  3500k|295773 |  7105k|   2.0 | 321M|  36 |   5 |  40 |9581 |  40 |  16 |  21 |2450k|7275 | 0.000000e+00 |      --      |    Inf 
919.73/919.70	c   920s|  3510k|296616 |  7125k|   2.0 | 322M|  36 |   5 |  40 |9888 |  40 |  16 |  21 |2456k|7278 | 0.000000e+00 |      --      |    Inf 
922.43/922.46	c   922s|  3520k|297604 |  7145k|   2.0 | 324M|  36 |   5 |  40 |9988 |  40 |  16 |  21 |2463k|7290 | 0.000000e+00 |      --      |    Inf 
925.23/925.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
925.23/925.28	c   925s|  3530k|298417 |  7165k|   2.0 | 325M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2470k|7300 | 0.000000e+00 |      --      |    Inf 
928.33/928.32	c   928s|  3540k|299125 |  7185k|   2.0 | 325M|  36 |   - |  40 |9864 |   0 |   0 |  21 |2477k|7312 | 0.000000e+00 |      --      |    Inf 
931.33/931.35	c   931s|  3550k|299539 |  7205k|   2.0 | 326M|  36 |   5 |  40 |9973 |  40 |  16 |  21 |2484k|7330 | 0.000000e+00 |      --      |    Inf 
933.94/933.98	c   934s|  3560k|300517 |  7225k|   2.0 | 328M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2491k|7340 | 0.000000e+00 |      --      |    Inf 
937.33/937.36	c   937s|  3570k|300769 |  7245k|   2.0 | 328M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2499k|7350 | 0.000000e+00 |      --      |    Inf 
940.23/940.26	c   940s|  3580k|301485 |  7265k|   2.0 | 329M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2506k|7362 | 0.000000e+00 |      --      |    Inf 
943.53/943.54	c   944s|  3590k|301841 |  7285k|   2.0 | 329M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2513k|7368 | 0.000000e+00 |      --      |    Inf 
946.93/946.90	c   947s|  3600k|302001 |  7306k|   2.0 | 330M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2520k|7382 | 0.000000e+00 |      --      |    Inf 
950.13/950.11	c   950s|  3610k|302192 |  7326k|   2.0 | 330M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2528k|7397 | 0.000000e+00 |      --      |    Inf 
953.23/953.28	c   953s|  3620k|302701 |  7346k|   2.0 | 331M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2535k|7406 | 0.000000e+00 |      --      |    Inf 
955.83/955.88	c   956s|  3630k|303765 |  7366k|   2.0 | 333M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |2542k|7415 | 0.000000e+00 |      --      |    Inf 
959.42/959.45	c   959s|  3640k|304077 |  7386k|   2.0 | 333M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2550k|7428 | 0.000000e+00 |      --      |    Inf 
962.83/962.86	c   963s|  3650k|304415 |  7406k|   2.0 | 333M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2557k|7437 | 0.000000e+00 |      --      |    Inf 
966.33/966.35	c   966s|  3660k|304557 |  7426k|   2.0 | 334M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2565k|7447 | 0.000000e+00 |      --      |    Inf 
969.93/969.90	c   970s|  3670k|304681 |  7446k|   2.0 | 334M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2572k|7460 | 0.000000e+00 |      --      |    Inf 
972.93/972.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
972.93/972.97	c   973s|  3680k|305351 |  7466k|   2.0 | 335M|  36 |   - |  40 |  12k|   0 |   0 |  21 |2579k|7471 | 0.000000e+00 |      --      |    Inf 
976.43/976.49	c   976s|  3690k|305605 |  7486k|   2.0 | 336M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2587k|7481 | 0.000000e+00 |      --      |    Inf 
979.93/979.90	c   980s|  3700k|305982 |  7506k|   2.0 | 336M|  36 |   - |  40 |  11k|  40 |  16 |  21 |2594k|7486 | 0.000000e+00 |      --      |    Inf 
983.23/983.20	c   983s|  3710k|306315 |  7526k|   2.0 | 337M|  36 |   - |  40 |  12k|  40 |  16 |  21 |2601k|7496 | 0.000000e+00 |      --      |    Inf 
986.43/986.42	c   986s|  3720k|306792 |  7547k|   2.0 | 338M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |2609k|7509 | 0.000000e+00 |      --      |    Inf 
990.23/990.28	c   990s|  3730k|306766 |  7567k|   2.0 | 338M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2617k|7523 | 0.000000e+00 |      --      |    Inf 
993.83/993.89	c   994s|  3740k|306865 |  7588k|   2.0 | 339M|  36 |   - |  40 |  12k|   0 |   0 |  21 |2624k|7536 | 0.000000e+00 |      --      |    Inf 
997.33/997.31	c   997s|  3750k|307028 |  7608k|   2.0 | 339M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |2632k|7547 | 0.000000e+00 |      --      |    Inf 
1001.04/1001.02	c  1001s|  3760k|307040 |  7628k|   2.0 | 339M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |2639k|7558 | 0.000000e+00 |      --      |    Inf 
1005.23/1005.23	c  1005s|  3770k|306830 |  7648k|   2.0 | 339M|  36 |   - |  40 |  10k|   0 |   0 |  21 |2647k|7573 | 0.000000e+00 |      --      |    Inf 
1008.63/1008.69	c  1009s|  3780k|307077 |  7669k|   2.0 | 339M|  36 |   - |  40 |9934 |  40 |  16 |  21 |2655k|7580 | 0.000000e+00 |      --      |    Inf 
1011.63/1011.65	c  1012s|  3790k|307663 |  7689k|   2.0 | 341M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2662k|7589 | 0.000000e+00 |      --      |    Inf 
1015.53/1015.56	c  1016s|  3800k|307676 |  7709k|   2.0 | 340M|  36 |   5 |  40 |9078 |  40 |  16 |  21 |2670k|7593 | 0.000000e+00 |      --      |    Inf 
1018.73/1018.72	c  1019s|  3810k|308188 |  7730k|   2.0 | 341M|  36 |   - |  40 |9689 |  40 |  16 |  21 |2677k|7602 | 0.000000e+00 |      --      |    Inf 
1021.63/1021.65	c  1022s|  3820k|308906 |  7751k|   2.0 | 342M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2684k|7611 | 0.000000e+00 |      --      |    Inf 
1024.13/1024.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1024.13/1024.17	c  1024s|  3830k|310046 |  7771k|   2.0 | 343M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2691k|7622 | 0.000000e+00 |      --      |    Inf 
1027.13/1027.11	c  1027s|  3840k|310448 |  7793k|   2.0 | 344M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |2699k|7630 | 0.000000e+00 |      --      |    Inf 
1030.44/1030.48	c  1030s|  3850k|310449 |  7813k|   2.0 | 344M|  36 |   - |  40 |  10k|  40 |  16 |  21 |2707k|7633 | 0.000000e+00 |      --      |    Inf 
1034.13/1034.13	c  1034s|  3860k|310684 |  7834k|   2.0 | 344M|  36 |   5 |  40 |9484 |  40 |  16 |  21 |2714k|7642 | 0.000000e+00 |      --      |    Inf 
1037.54/1037.50	c  1038s|  3870k|310763 |  7855k|   2.0 | 345M|  36 |   5 |  40 |8377 |  40 |  16 |  21 |2722k|7649 | 0.000000e+00 |      --      |    Inf 
1040.43/1040.48	c  1040s|  3880k|311161 |  7876k|   2.0 | 345M|  36 |   5 |  40 |8005 |  40 |  16 |  21 |2730k|7659 | 0.000000e+00 |      --      |    Inf 
1043.63/1043.61	c  1044s|  3890k|311319 |  7897k|   2.0 | 345M|  36 |   - |  40 |7421 |  40 |  16 |  21 |2737k|7662 | 0.000000e+00 |      --      |    Inf 
1046.63/1046.63	c  1047s|  3900k|311560 |  7917k|   2.0 | 346M|  36 |   - |  40 |7804 |  40 |  16 |  21 |2745k|7678 | 0.000000e+00 |      --      |    Inf 
1049.73/1049.75	c  1050s|  3910k|311608 |  7937k|   2.0 | 346M|  36 |   5 |  40 |7479 |  40 |  16 |  21 |2753k|7684 | 0.000000e+00 |      --      |    Inf 
1052.63/1052.61	c  1053s|  3920k|312296 |  7958k|   2.0 | 347M|  36 |   - |  40 |8082 |  40 |  16 |  21 |2760k|7693 | 0.000000e+00 |      --      |    Inf 
1055.13/1055.11	c  1055s|  3930k|313213 |  7980k|   2.0 | 348M|  36 |   - |  40 |9175 |  40 |  16 |  21 |2767k|7704 | 0.000000e+00 |      --      |    Inf 
1058.03/1058.00	c  1058s|  3940k|313656 |  8002k|   2.0 | 349M|  36 |   5 |  40 |8263 |  40 |  16 |  21 |2774k|7711 | 0.000000e+00 |      --      |    Inf 
1061.24/1061.27	c  1061s|  3950k|313585 |  8022k|   2.0 | 349M|  36 |   5 |  40 |7426 |  40 |  16 |  21 |2782k|7727 | 0.000000e+00 |      --      |    Inf 
1063.93/1063.90	c  1064s|  3960k|314283 |  8043k|   2.0 | 350M|  36 |   5 |  40 |8865 |  40 |  16 |  21 |2789k|7734 | 0.000000e+00 |      --      |    Inf 
1066.83/1066.87	c  1067s|  3970k|314666 |  8064k|   2.0 | 351M|  36 |   - |  40 |9141 |  40 |  16 |  21 |2797k|7741 | 0.000000e+00 |      --      |    Inf 
1069.93/1069.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1069.93/1069.96	c  1070s|  3980k|314981 |  8084k|   2.0 | 351M|  36 |   5 |  40 |8161 |  40 |  16 |  21 |2804k|7751 | 0.000000e+00 |      --      |    Inf 
1073.23/1073.28	c  1073s|  3990k|315026 |  8105k|   2.0 | 351M|  36 |   5 |  40 |7361 |  40 |  16 |  21 |2812k|7758 | 0.000000e+00 |      --      |    Inf 
1076.33/1076.34	c  1076s|  4000k|315156 |  8125k|   2.0 | 352M|  36 |   - |  40 |7515 |  40 |  16 |  21 |2819k|7763 | 0.000000e+00 |      --      |    Inf 
1079.63/1079.62	c  1080s|  4010k|315138 |  8145k|   2.0 | 352M|  36 |   5 |  40 |7345 |  40 |  16 |  21 |2827k|7776 | 0.000000e+00 |      --      |    Inf 
1082.34/1082.33	c  1082s|  4020k|315716 |  8166k|   2.0 | 353M|  36 |   - |  40 |8584 |   0 |   0 |  21 |2834k|7785 | 0.000000e+00 |      --      |    Inf 
1085.33/1085.39	c  1085s|  4030k|315776 |  8186k|   2.0 | 353M|  36 |   5 |  40 |7568 |  40 |  16 |  21 |2842k|7797 | 0.000000e+00 |      --      |    Inf 
1088.13/1088.14	c  1088s|  4040k|316288 |  8206k|   2.0 | 354M|  36 |   5 |  40 |7924 |  40 |  16 |  21 |2849k|7809 | 0.000000e+00 |      --      |    Inf 
1091.44/1091.40	c  1091s|  4050k|316187 |  8226k|   2.0 | 354M|  36 |   - |  40 |6422 |   0 |   0 |  21 |2857k|7823 | 0.000000e+00 |      --      |    Inf 
1093.73/1093.72	c  1094s|  4060k|317615 |  8248k|   2.0 | 356M|  36 |   - |  40 |9369 |  40 |  16 |  21 |2864k|7828 | 0.000000e+00 |      --      |    Inf 
1096.94/1096.97	c  1097s|  4070k|317746 |  8269k|   2.0 | 357M|  36 |   - |  40 |8785 |  40 |  16 |  21 |2871k|7846 | 0.000000e+00 |      --      |    Inf 
1099.83/1099.90	c  1100s|  4080k|318220 |  8289k|   2.0 | 357M|  36 |   5 |  40 |9079 |  40 |  16 |  21 |2878k|7854 | 0.000000e+00 |      --      |    Inf 
1103.14/1103.19	c  1103s|  4090k|318358 |  8311k|   2.0 | 357M|  36 |   - |  40 |8081 |  40 |  16 |  21 |2886k|7862 | 0.000000e+00 |      --      |    Inf 
1106.24/1106.25	c  1106s|  4100k|318502 |  8331k|   2.0 | 358M|  36 |   - |  40 |7585 |  40 |  16 |  21 |2894k|7865 | 0.000000e+00 |      --      |    Inf 
1108.84/1108.87	c  1109s|  4110k|319272 |  8351k|   2.0 | 359M|  36 |   5 |  40 |9201 |  40 |  16 |  21 |2901k|7880 | 0.000000e+00 |      --      |    Inf 
1111.63/1111.63	c  1112s|  4120k|319666 |  8371k|   2.0 | 360M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |2908k|7887 | 0.000000e+00 |      --      |    Inf 
1114.93/1114.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1114.93/1114.91	c  1115s|  4130k|319843 |  8391k|   2.0 | 360M|  36 |   - |  40 |8525 |  40 |  16 |  21 |2916k|7895 | 0.000000e+00 |      --      |    Inf 
1118.13/1118.13	c  1118s|  4140k|319938 |  8411k|   2.0 | 360M|  36 |   - |  40 |7690 |  40 |  16 |  21 |2924k|7908 | 0.000000e+00 |      --      |    Inf 
1121.34/1121.35	c  1121s|  4150k|319884 |  8432k|   2.0 | 360M|  36 |   5 |  40 |6363 |  40 |  16 |  21 |2931k|7921 | 0.000000e+00 |      --      |    Inf 
1124.44/1124.43	c  1124s|  4160k|319767 |  8452k|   2.0 | 360M|  36 |   - |  40 |6312 |  40 |  16 |  21 |2939k|7925 | 0.000000e+00 |      --      |    Inf 
1127.23/1127.29	c  1127s|  4170k|319989 |  8473k|   2.0 | 361M|  36 |   - |  40 |6740 |  40 |  16 |  21 |2947k|7935 | 0.000000e+00 |      --      |    Inf 
1130.13/1130.13	c  1130s|  4180k|320214 |  8493k|   2.0 | 362M|  36 |   - |  40 |7180 |   0 |   0 |  21 |2954k|7944 | 0.000000e+00 |      --      |    Inf 
1133.24/1133.26	c  1133s|  4190k|320171 |  8513k|   2.0 | 362M|  36 |   5 |  40 |6929 |  40 |  16 |  21 |2962k|7959 | 0.000000e+00 |      --      |    Inf 
1136.04/1136.06	c  1136s|  4200k|320448 |  8533k|   2.0 | 363M|  36 |   - |  40 |8216 |  40 |  16 |  21 |2970k|7977 | 0.000000e+00 |      --      |    Inf 
1139.03/1139.04	c  1139s|  4210k|320740 |  8554k|   2.0 | 363M|  36 |   - |  40 |7933 |  40 |  16 |  21 |2977k|7986 | 0.000000e+00 |      --      |    Inf 
1141.84/1141.89	c  1142s|  4220k|321203 |  8575k|   2.0 | 364M|  36 |   - |  40 |8437 |  40 |  16 |  21 |2985k|7992 | 0.000000e+00 |      --      |    Inf 
1144.84/1144.88	c  1145s|  4230k|321377 |  8596k|   2.0 | 364M|  36 |   - |  40 |7803 |   0 |   0 |  21 |2993k|8002 | 0.000000e+00 |      --      |    Inf 
1147.64/1147.66	c  1148s|  4240k|321850 |  8617k|   2.0 | 365M|  36 |   - |  40 |9124 |  40 |  16 |  21 |3000k|8012 | 0.000000e+00 |      --      |    Inf 
1150.33/1150.33	c  1150s|  4250k|322678 |  8637k|   2.0 | 366M|  36 |   - |  40 |9302 |   0 |   0 |  21 |3007k|8018 | 0.000000e+00 |      --      |    Inf 
1152.93/1152.99	c  1153s|  4260k|323304 |  8657k|   2.0 | 367M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3015k|8030 | 0.000000e+00 |      --      |    Inf 
1156.15/1156.18	c  1156s|  4270k|323299 |  8677k|   2.0 | 367M|  36 |   - |  40 |9272 |  40 |  16 |  21 |3023k|8036 | 0.000000e+00 |      --      |    Inf 
1159.04/1159.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1159.04/1159.05	c  1159s|  4280k|323659 |  8698k|   2.0 | 368M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3031k|8049 | 0.000000e+00 |      --      |    Inf 
1162.04/1162.09	c  1162s|  4290k|324402 |  8718k|   2.0 | 369M|  36 |   5 |  40 |9306 |  40 |  16 |  21 |3038k|8053 | 0.000000e+00 |      --      |    Inf 
1165.13/1165.19	c  1165s|  4300k|324659 |  8738k|   2.0 | 369M|  36 |   - |  40 |9508 |  40 |  16 |  21 |3046k|8062 | 0.000000e+00 |      --      |    Inf 
1168.53/1168.50	c  1169s|  4310k|324609 |  8759k|   2.0 | 369M|  36 |   - |  40 |7522 |  40 |  16 |  21 |3053k|8067 | 0.000000e+00 |      --      |    Inf 
1171.44/1171.50	c  1171s|  4320k|324892 |  8779k|   2.0 | 370M|  36 |   5 |  40 |7816 |  40 |  16 |  21 |3061k|8077 | 0.000000e+00 |      --      |    Inf 
1174.74/1174.79	c  1175s|  4330k|324722 |  8800k|   2.0 | 370M|  36 |   - |  40 |6401 |  40 |  16 |  21 |3069k|8085 | 0.000000e+00 |      --      |    Inf 
1177.54/1177.51	c  1178s|  4340k|325340 |  8821k|   2.0 | 371M|  36 |   5 |  40 |8100 |  40 |  16 |  21 |3076k|8090 | 0.000000e+00 |      --      |    Inf 
1180.14/1180.13	c  1180s|  4350k|326078 |  8842k|   2.0 | 372M|  36 |   - |  40 |  10k|   0 |   0 |  21 |3083k|8101 | 0.000000e+00 |      --      |    Inf 
1183.24/1183.27	c  1183s|  4360k|326379 |  8864k|   2.0 | 373M|  36 |   5 |  40 |9628 |  40 |  16 |  21 |3091k|8110 | 0.000000e+00 |      --      |    Inf 
1186.63/1186.62	c  1187s|  4370k|326432 |  8884k|   2.0 | 373M|  36 |   5 |  40 |7859 |  40 |  16 |  21 |3099k|8117 | 0.000000e+00 |      --      |    Inf 
1189.64/1189.60	c  1190s|  4380k|326632 |  8905k|   2.0 | 373M|  36 |   5 |  40 |7645 |  40 |  16 |  21 |3106k|8126 | 0.000000e+00 |      --      |    Inf 
1192.84/1192.81	c  1193s|  4390k|326591 |  8925k|   2.0 | 373M|  36 |   5 |  40 |7067 |  40 |  16 |  21 |3114k|8132 | 0.000000e+00 |      --      |    Inf 
1195.64/1195.65	c  1196s|  4400k|326862 |  8945k|   2.0 | 374M|  36 |   5 |  40 |8231 |  40 |  16 |  21 |3121k|8142 | 0.000000e+00 |      --      |    Inf 
1198.43/1198.42	c  1198s|  4410k|327539 |  8967k|   2.0 | 375M|  36 |   5 |  40 |9773 |  40 |  16 |  21 |3128k|8149 | 0.000000e+00 |      --      |    Inf 
1201.54/1201.59	c  1202s|  4420k|327847 |  8988k|   2.0 | 375M|  36 |   5 |  40 |7675 |  40 |  16 |  21 |3136k|8152 | 0.000000e+00 |      --      |    Inf 
1204.74/1204.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1204.74/1204.74	c  1205s|  4430k|327921 |  9009k|   2.0 | 376M|  36 |   - |  40 |7537 |  40 |  16 |  21 |3144k|8169 | 0.000000e+00 |      --      |    Inf 
1207.44/1207.46	c  1207s|  4440k|328427 |  9029k|   2.0 | 377M|  36 |   5 |  40 |8424 |  40 |  16 |  21 |3151k|8172 | 0.000000e+00 |      --      |    Inf 
1210.44/1210.44	c  1210s|  4450k|328683 |  9049k|   2.0 | 377M|  36 |   - |  40 |8490 |  40 |  16 |  21 |3158k|8175 | 0.000000e+00 |      --      |    Inf 
1213.94/1213.92	c  1214s|  4460k|328497 |  9069k|   2.0 | 377M|  36 |   - |  40 |7100 |  40 |  16 |  21 |3166k|8180 | 0.000000e+00 |      --      |    Inf 
1216.04/1216.09	c  1216s|  4470k|330000 |  9089k|   2.0 | 379M|  36 |   - |  40 |9361 |  40 |  16 |  21 |3173k|8181 | 0.000000e+00 |      --      |    Inf 
1218.64/1218.62	c  1219s|  4480k|330923 |  9110k|   2.0 | 380M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3180k|8189 | 0.000000e+00 |      --      |    Inf 
1221.23/1221.27	c  1221s|  4490k|331491 |  9131k|   2.0 | 381M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3187k|8195 | 0.000000e+00 |      --      |    Inf 
1224.04/1224.09	c  1224s|  4500k|331769 |  9153k|   2.0 | 382M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3195k|8197 | 0.000000e+00 |      --      |    Inf 
1227.44/1227.40	c  1227s|  4510k|331948 |  9174k|   2.0 | 381M|  36 |   - |  40 |8320 |  40 |  16 |  21 |3202k|8207 | 0.000000e+00 |      --      |    Inf 
1230.94/1230.91	c  1231s|  4520k|331777 |  9194k|   2.0 | 381M|  36 |   - |  40 |7090 |  40 |  16 |  21 |3210k|8215 | 0.000000e+00 |      --      |    Inf 
1233.94/1233.95	c  1234s|  4530k|331925 |  9215k|   2.0 | 382M|  36 |   5 |  40 |7144 |  40 |  16 |  21 |3218k|8220 | 0.000000e+00 |      --      |    Inf 
1236.94/1236.94	c  1237s|  4540k|332246 |  9235k|   2.0 | 382M|  36 |   - |  40 |7471 |  40 |  16 |  21 |3225k|8222 | 0.000000e+00 |      --      |    Inf 
1239.64/1239.61	c  1240s|  4550k|332618 |  9256k|   2.0 | 384M|  36 |   - |  40 |9572 |  40 |  16 |  21 |3233k|8229 | 0.000000e+00 |      --      |    Inf 
1243.05/1243.05	c  1243s|  4560k|332631 |  9276k|   2.0 | 383M|  36 |   5 |  40 |8174 |  40 |  16 |  21 |3241k|8242 | 0.000000e+00 |      --      |    Inf 
1246.04/1246.01	c  1246s|  4570k|332973 |  9296k|   2.0 | 384M|  36 |   5 |  40 |8253 |  40 |  16 |  21 |3248k|8248 | 0.000000e+00 |      --      |    Inf 
1248.74/1248.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1248.74/1248.77	c  1249s|  4580k|333618 |  9317k|   2.0 | 385M|  36 |   5 |  40 |9330 |  40 |  16 |  21 |3255k|8258 | 0.000000e+00 |      --      |    Inf 
1251.84/1251.82	c  1252s|  4590k|333878 |  9338k|   2.0 | 385M|  36 |   5 |  40 |9047 |  40 |  16 |  21 |3263k|8265 | 0.000000e+00 |      --      |    Inf 
1255.24/1255.22	c  1255s|  4600k|333850 |  9358k|   2.0 | 385M|  36 |   - |  40 |7596 |  40 |  16 |  21 |3271k|8273 | 0.000000e+00 |      --      |    Inf 
1258.45/1258.44	c  1258s|  4610k|333904 |  9379k|   2.0 | 386M|  36 |   - |  40 |7092 |   0 |   0 |  21 |3278k|8280 | 0.000000e+00 |      --      |    Inf 
1260.74/1260.78	c  1261s|  4620k|335680 |  9400k|   2.0 | 387M|  36 |   5 |  40 |8556 |  40 |  16 |  21 |3285k|8283 | 0.000000e+00 |      --      |    Inf 
1263.14/1263.11	c  1263s|  4630k|337360 |  9422k|   2.0 | 389M|  36 |   5 |  40 |9494 |  40 |  16 |  21 |3291k|8295 | 0.000000e+00 |      --      |    Inf 
1265.54/1265.56	c  1266s|  4640k|338950 |  9444k|   2.0 | 390M|  36 |   5 |  40 |9168 |  40 |  16 |  21 |3297k|8299 | 0.000000e+00 |      --      |    Inf 
1268.04/1268.04	c  1268s|  4650k|340417 |  9466k|   2.0 | 391M|  36 |   - |  40 |9709 |  40 |  16 |  21 |3303k|8310 | 0.000000e+00 |      --      |    Inf 
1270.54/1270.55	c  1271s|  4660k|341789 |  9487k|   2.0 | 393M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3310k|8318 | 0.000000e+00 |      --      |    Inf 
1273.45/1273.46	c  1273s|  4670k|342482 |  9509k|   2.0 | 394M|  36 |   5 |  40 |9514 |  40 |  16 |  21 |3317k|8326 | 0.000000e+00 |      --      |    Inf 
1276.24/1276.22	c  1276s|  4680k|343308 |  9531k|   2.0 | 395M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3324k|8330 | 0.000000e+00 |      --      |    Inf 
1279.15/1279.11	c  1279s|  4690k|344105 |  9552k|   2.0 | 396M|  36 |   - |  40 |9783 |  40 |  16 |  21 |3331k|8336 | 0.000000e+00 |      --      |    Inf 
1281.65/1281.69	c  1282s|  4700k|345349 |  9575k|   2.0 | 397M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3337k|8346 | 0.000000e+00 |      --      |    Inf 
1284.64/1284.69	c  1285s|  4710k|345974 |  9597k|   2.0 | 398M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3344k|8356 | 0.000000e+00 |      --      |    Inf 
1287.54/1287.58	c  1288s|  4720k|346798 |  9619k|   2.0 | 399M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3351k|8366 | 0.000000e+00 |      --      |    Inf 
1290.64/1290.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1290.64/1290.65	c  1291s|  4730k|347560 |  9640k|   2.0 | 400M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3358k|8375 | 0.000000e+00 |      --      |    Inf 
1293.74/1293.77	c  1294s|  4740k|348194 |  9662k|   2.0 | 401M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3365k|8377 | 0.000000e+00 |      --      |    Inf 
1296.85/1296.85	c  1297s|  4750k|348710 |  9684k|   2.0 | 402M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3372k|8383 | 0.000000e+00 |      --      |    Inf 
1299.94/1299.97	c  1300s|  4760k|349303 |  9705k|   2.0 | 403M|  36 |   - |  40 |  12k|  40 |  16 |  21 |3379k|8389 | 0.000000e+00 |      --      |    Inf 
1303.45/1303.45	c  1303s|  4770k|349435 |  9727k|   2.0 | 403M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3387k|8394 | 0.000000e+00 |      --      |    Inf 
1306.64/1306.70	c  1307s|  4780k|349788 |  9749k|   2.0 | 404M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3394k|8404 | 0.000000e+00 |      --      |    Inf 
1310.25/1310.22	c  1310s|  4790k|349705 |  9772k|   2.0 | 404M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3402k|8412 | 0.000000e+00 |      --      |    Inf 
1313.74/1313.78	c  1314s|  4800k|349846 |  9794k|   2.0 | 404M|  36 |   - |  40 |9978 |   0 |   0 |  21 |3409k|8422 | 0.000000e+00 |      --      |    Inf 
1317.04/1317.02	c  1317s|  4810k|350249 |  9815k|   2.0 | 405M|  36 |   - |  40 |9361 |  40 |  16 |  21 |3417k|8435 | 0.000000e+00 |      --      |    Inf 
1320.05/1320.02	c  1320s|  4820k|350699 |  9835k|   2.0 | 405M|  36 |   5 |  40 |8825 |  40 |  16 |  21 |3424k|8446 | 0.000000e+00 |      --      |    Inf 
1323.25/1323.21	c  1323s|  4830k|351088 |  9856k|   2.0 | 406M|  36 |   5 |  40 |7930 |  40 |  16 |  21 |3431k|8451 | 0.000000e+00 |      --      |    Inf 
1326.35/1326.39	c  1326s|  4840k|351247 |  9877k|   2.0 | 406M|  36 |   5 |  40 |8260 |  40 |  16 |  21 |3439k|8455 | 0.000000e+00 |      --      |    Inf 
1329.64/1329.68	c  1330s|  4850k|351327 |  9897k|   2.0 | 406M|  36 |   5 |  40 |7794 |  40 |  16 |  21 |3446k|8462 | 0.000000e+00 |      --      |    Inf 
1332.64/1332.68	c  1333s|  4860k|351725 |  9919k|   2.0 | 407M|  36 |   5 |  40 |8238 |  40 |  16 |  21 |3454k|8471 | 0.000000e+00 |      --      |    Inf 
1335.94/1335.90	c  1336s|  4870k|351814 |  9939k|   2.0 | 407M|  36 |   5 |  40 |7481 |  40 |  16 |  21 |3462k|8473 | 0.000000e+00 |      --      |    Inf 
1338.84/1338.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1338.84/1338.83	c  1339s|  4880k|352149 |  9960k|   2.0 | 408M|  36 |   - |  40 |7862 |   0 |   0 |  21 |3469k|8480 | 0.000000e+00 |      --      |    Inf 
1341.64/1341.62	c  1342s|  4890k|353266 |  9980k|   2.0 | 409M|  36 |   5 |  40 |8433 |  40 |  16 |  21 |3476k|8489 | 0.000000e+00 |      --      |    Inf 
1344.05/1344.02	c  1344s|  4900k|354721 |  9999k|   2.0 | 410M|  36 |   5 |  40 |9448 |  40 |  16 |  21 |3482k|8496 | 0.000000e+00 |      --      |    Inf 
1346.65/1346.68	c  1347s|  4910k|355647 | 10019k|   2.0 | 411M|  36 |   5 |  40 |9667 |  40 |  16 |  21 |3489k|8504 | 0.000000e+00 |      --      |    Inf 
1349.35/1349.38	c  1349s|  4920k|356364 | 10038k|   2.0 | 413M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3496k|8511 | 0.000000e+00 |      --      |    Inf 
1352.14/1352.18	c  1352s|  4930k|357028 | 10058k|   2.0 | 413M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3503k|8517 | 0.000000e+00 |      --      |    Inf 
1355.25/1355.22	c  1355s|  4940k|357415 | 10078k|   2.0 | 414M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3511k|8530 | 0.000000e+00 |      --      |    Inf 
1358.14/1358.19	c  1358s|  4950k|357810 | 10097k|   2.0 | 415M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3518k|8537 | 0.000000e+00 |      --      |    Inf 
1361.35/1361.37	c  1361s|  4960k|357856 | 10117k|   2.0 | 415M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3526k|8550 | 0.000000e+00 |      --      |    Inf 
1364.55/1364.57	c  1365s|  4970k|357729 | 10137k|   2.0 | 415M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3534k|8563 | 0.000000e+00 |      --      |    Inf 
1368.24/1368.28	c  1368s|  4980k|357505 | 10158k|   2.0 | 415M|  36 |   - |  40 |8428 |  40 |  16 |  21 |3541k|8570 | 0.000000e+00 |      --      |    Inf 
1371.45/1371.42	c  1371s|  4990k|357880 | 10179k|   2.0 | 415M|  36 |   5 |  40 |9020 |  40 |  16 |  21 |3549k|8578 | 0.000000e+00 |      --      |    Inf 
1374.25/1374.26	c  1374s|  5000k|359076 | 10200k|   2.0 | 417M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3556k|8585 | 0.000000e+00 |      --      |    Inf 
1376.85/1376.84	c  1377s|  5010k|360559 | 10221k|   2.0 | 418M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3562k|8595 | 0.000000e+00 |      --      |    Inf 
1379.74/1379.79	c  1380s|  5020k|361418 | 10242k|   2.0 | 419M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3569k|8601 | 0.000000e+00 |      --      |    Inf 
1382.84/1382.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1382.84/1382.85	c  1383s|  5030k|362017 | 10263k|   2.0 | 420M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |3576k|8606 | 0.000000e+00 |      --      |    Inf 
1386.15/1386.14	c  1386s|  5040k|362321 | 10284k|   2.0 | 421M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |3583k|8618 | 0.000000e+00 |      --      |    Inf 
1389.44/1389.44	c  1389s|  5050k|362697 | 10305k|   2.0 | 422M|  36 |   - |  40 |  13k|  40 |  16 |  21 |3590k|8626 | 0.000000e+00 |      --      |    Inf 
1392.95/1392.91	c  1393s|  5060k|362835 | 10327k|   2.0 | 422M|  36 |   - |  40 |  13k|  40 |  16 |  21 |3598k|8633 | 0.000000e+00 |      --      |    Inf 
1396.45/1396.47	c  1396s|  5070k|363280 | 10346k|   2.0 | 423M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3605k|8643 | 0.000000e+00 |      --      |    Inf 
1400.45/1400.46	c  1400s|  5080k|363084 | 10367k|   2.0 | 422M|  36 |   - |  40 |9279 |  40 |  16 |  21 |3613k|8648 | 0.000000e+00 |      --      |    Inf 
1403.66/1403.62	c  1404s|  5090k|363519 | 10387k|   2.0 | 423M|  36 |   5 |  40 |9254 |  40 |  16 |  21 |3620k|8663 | 0.000000e+00 |      --      |    Inf 
1406.85/1406.87	c  1407s|  5100k|363613 | 10407k|   2.0 | 423M|  36 |   5 |  40 |8720 |  40 |  16 |  21 |3628k|8673 | 0.000000e+00 |      --      |    Inf 
1409.85/1409.85	c  1410s|  5110k|364089 | 10428k|   2.0 | 424M|  36 |   5 |  40 |9962 |  40 |  16 |  21 |3635k|8676 | 0.000000e+00 |      --      |    Inf 
1412.84/1412.88	c  1413s|  5120k|364568 | 10448k|   2.0 | 425M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3643k|8681 | 0.000000e+00 |      --      |    Inf 
1416.44/1416.43	c  1416s|  5130k|364629 | 10468k|   2.0 | 425M|  36 |   - |  40 |  10k|   0 |   0 |  21 |3650k|8687 | 0.000000e+00 |      --      |    Inf 
1419.94/1419.93	c  1420s|  5140k|364636 | 10489k|   2.0 | 425M|  36 |   - |  40 |8758 |  40 |  16 |  21 |3658k|8692 | 0.000000e+00 |      --      |    Inf 
1422.95/1422.90	c  1423s|  5150k|365190 | 10510k|   2.0 | 426M|  36 |   - |  40 |  10k|  40 |  16 |  21 |3665k|8695 | 0.000000e+00 |      --      |    Inf 
1426.04/1426.08	c  1426s|  5160k|365498 | 10530k|   2.0 | 426M|  36 |   5 |  40 |8816 |  40 |  16 |  21 |3673k|8701 | 0.000000e+00 |      --      |    Inf 
1429.14/1429.17	c  1429s|  5170k|365717 | 10551k|   2.0 | 427M|  36 |   - |  40 |8556 |  40 |  16 |  21 |3681k|8707 | 0.000000e+00 |      --      |    Inf 
1431.95/1431.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1431.95/1431.98	c  1432s|  5180k|366135 | 10572k|   2.0 | 428M|  36 |   - |  40 |9718 |   0 |   0 |  21 |3688k|8722 | 0.000000e+00 |      --      |    Inf 
1434.64/1434.68	c  1435s|  5190k|366623 | 10593k|   2.0 | 429M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3695k|8729 | 0.000000e+00 |      --      |    Inf 
1438.15/1438.14	c  1438s|  5200k|366789 | 10613k|   2.0 | 428M|  36 |   - |  40 |8233 |  40 |  16 |  21 |3703k|8733 | 0.000000e+00 |      --      |    Inf 
1441.15/1441.15	c  1441s|  5210k|367140 | 10633k|   2.0 | 429M|  36 |   5 |  40 |7714 |  40 |  16 |  21 |3710k|8739 | 0.000000e+00 |      --      |    Inf 
1444.45/1444.49	c  1444s|  5220k|367051 | 10654k|   2.0 | 429M|  36 |   - |  40 |6926 |  40 |  16 |  21 |3718k|8746 | 0.000000e+00 |      --      |    Inf 
1447.45/1447.48	c  1447s|  5230k|367243 | 10674k|   2.0 | 430M|  36 |   - |  40 |7892 |  40 |  16 |  21 |3726k|8751 | 0.000000e+00 |      --      |    Inf 
1450.64/1450.64	c  1451s|  5240k|367297 | 10695k|   2.0 | 430M|  36 |   - |  40 |8405 |  40 |  16 |  21 |3733k|8759 | 0.000000e+00 |      --      |    Inf 
1453.64/1453.66	c  1454s|  5250k|367471 | 10715k|   2.0 | 431M|  36 |   5 |  40 |8965 |  40 |  16 |  21 |3741k|8769 | 0.000000e+00 |      --      |    Inf 
1456.94/1456.95	c  1457s|  5260k|367395 | 10735k|   2.0 | 430M|  36 |   5 |  40 |7534 |  40 |  16 |  21 |3749k|8779 | 0.000000e+00 |      --      |    Inf 
1459.66/1459.67	c  1460s|  5270k|367968 | 10756k|   2.0 | 432M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3756k|8783 | 0.000000e+00 |      --      |    Inf 
1463.25/1463.24	c  1463s|  5280k|367810 | 10776k|   2.0 | 431M|  36 |   - |  40 |6656 |  40 |  16 |  21 |3764k|8791 | 0.000000e+00 |      --      |    Inf 
1466.55/1466.59	c  1467s|  5290k|367520 | 10797k|   2.0 | 431M|  36 |   5 |  40 |6083 |  40 |  16 |  21 |3772k|8794 | 0.000000e+00 |      --      |    Inf 
1469.66/1469.63	c  1470s|  5300k|367696 | 10819k|   2.0 | 432M|  36 |   5 |  40 |7829 |  40 |  16 |  21 |3780k|8805 | 0.000000e+00 |      --      |    Inf 
1472.96/1472.94	c  1473s|  5310k|367650 | 10839k|   2.0 | 432M|  36 |   5 |  40 |6369 |  40 |  16 |  21 |3787k|8817 | 0.000000e+00 |      --      |    Inf 
1476.05/1476.02	c  1476s|  5320k|367826 | 10860k|   2.0 | 432M|  36 |   5 |  40 |7054 |  40 |  16 |  21 |3795k|8831 | 0.000000e+00 |      --      |    Inf 
1479.25/1479.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1479.25/1479.21	c  1479s|  5330k|367759 | 10882k|   2.0 | 433M|  36 |   - |  40 |6891 |  40 |  16 |  21 |3803k|8836 | 0.000000e+00 |      --      |    Inf 
1482.55/1482.51	c  1483s|  5340k|367542 | 10902k|   2.0 | 433M|  36 |   5 |  40 |6179 |  40 |  16 |  21 |3810k|8844 | 0.000000e+00 |      --      |    Inf 
1485.64/1485.65	c  1486s|  5350k|367488 | 10923k|   2.0 | 433M|  36 |   5 |  40 |6794 |  40 |  16 |  21 |3818k|8859 | 0.000000e+00 |      --      |    Inf 
1488.55/1488.50	c  1488s|  5360k|367788 | 10944k|   2.0 | 434M|  36 |   - |  40 |7886 |  40 |  16 |  21 |3826k|8870 | 0.000000e+00 |      --      |    Inf 
1491.45/1491.49	c  1491s|  5370k|368263 | 10965k|   2.0 | 435M|  36 |   5 |  40 |8033 |  40 |  16 |  21 |3833k|8878 | 0.000000e+00 |      --      |    Inf 
1494.35/1494.38	c  1494s|  5380k|368691 | 10985k|   2.0 | 436M|  36 |   5 |  40 |8913 |  40 |  16 |  21 |3840k|8879 | 0.000000e+00 |      --      |    Inf 
1497.65/1497.69	c  1498s|  5390k|368724 | 11006k|   2.0 | 436M|  36 |   5 |  40 |8023 |  40 |  16 |  21 |3848k|8882 | 0.000000e+00 |      --      |    Inf 
1501.15/1501.10	c  1501s|  5400k|368619 | 11027k|   2.0 | 436M|  36 |   5 |  40 |7765 |  40 |  16 |  21 |3856k|8888 | 0.000000e+00 |      --      |    Inf 
1503.85/1503.87	c  1504s|  5410k|369882 | 11048k|   2.0 | 437M|  36 |   5 |  40 |8491 |  40 |  16 |  21 |3863k|8893 | 0.000000e+00 |      --      |    Inf 
1506.15/1506.13	c  1506s|  5420k|372034 | 11070k|   2.0 | 439M|  36 |   5 |  40 |9475 |  40 |  16 |  21 |3869k|8897 | 0.000000e+00 |      --      |    Inf 
1508.65/1508.66	c  1509s|  5430k|373693 | 11091k|   2.0 | 440M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |3875k|8903 | 0.000000e+00 |      --      |    Inf 
1511.25/1511.26	c  1511s|  5440k|375372 | 11111k|   2.0 | 442M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3881k|8910 | 0.000000e+00 |      --      |    Inf 
1513.95/1513.99	c  1514s|  5450k|376860 | 11132k|   2.0 | 443M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3887k|8916 | 0.000000e+00 |      --      |    Inf 
1516.75/1516.75	c  1517s|  5460k|378144 | 11153k|   2.0 | 444M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3894k|8922 | 0.000000e+00 |      --      |    Inf 
1519.65/1519.63	c  1520s|  5470k|379168 | 11174k|   2.0 | 445M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3900k|8924 | 0.000000e+00 |      --      |    Inf 
1522.55/1522.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1522.55/1522.52	c  1523s|  5480k|380237 | 11195k|   2.0 | 447M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3907k|8932 | 0.000000e+00 |      --      |    Inf 
1525.45/1525.49	c  1525s|  5490k|381101 | 11217k|   2.0 | 448M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3914k|8937 | 0.000000e+00 |      --      |    Inf 
1528.35/1528.32	c  1528s|  5500k|382230 | 11238k|   2.0 | 449M|  36 |   - |  40 |  12k|  40 |  16 |  21 |3920k|8943 | 0.000000e+00 |      --      |    Inf 
1531.65/1531.65	c  1532s|  5510k|382797 | 11259k|   2.0 | 450M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3927k|8951 | 0.000000e+00 |      --      |    Inf 
1534.65/1534.65	c  1535s|  5520k|383665 | 11280k|   2.0 | 451M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3934k|8958 | 0.000000e+00 |      --      |    Inf 
1537.46/1537.44	c  1537s|  5530k|385057 | 11302k|   2.0 | 452M|  36 |   - |  40 |  12k|  40 |  16 |  21 |3940k|8967 | 0.000000e+00 |      --      |    Inf 
1540.85/1540.80	c  1541s|  5540k|385803 | 11323k|   2.0 | 453M|  36 |   - |  40 |  12k|  40 |  16 |  21 |3947k|8975 | 0.000000e+00 |      --      |    Inf 
1544.46/1544.46	c  1544s|  5550k|386113 | 11344k|   2.0 | 453M|  36 |   - |  40 |  11k|  40 |  16 |  21 |3954k|8979 | 0.000000e+00 |      --      |    Inf 
1547.95/1547.94	c  1548s|  5560k|386367 | 11365k|   2.0 | 454M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |3962k|8984 | 0.000000e+00 |      --      |    Inf 
1550.96/1550.96	c  1551s|  5570k|387225 | 11387k|   2.0 | 456M|  36 |   - |  40 |  13k|  40 |  16 |  21 |3968k|8989 | 0.000000e+00 |      --      |    Inf 
1554.56/1554.53	c  1555s|  5580k|387636 | 11408k|   2.0 | 456M|  36 |   - |  40 |  13k|  40 |  16 |  21 |3976k|8998 | 0.000000e+00 |      --      |    Inf 
1557.86/1557.80	c  1558s|  5590k|388667 | 11429k|   2.0 | 457M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |3982k|9001 | 0.000000e+00 |      --      |    Inf 
1560.85/1560.81	c  1561s|  5600k|389821 | 11450k|   2.0 | 458M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |3989k|9012 | 0.000000e+00 |      --      |    Inf 
1564.15/1564.18	c  1564s|  5610k|390402 | 11471k|   2.0 | 459M|  36 |   5 |  40 |  13k|  40 |  16 |  21 |3996k|9016 | 0.000000e+00 |      --      |    Inf 
1567.35/1567.40	c  1567s|  5620k|391438 | 11493k|   2.0 | 461M|  36 |   - |  40 |  14k|  40 |  16 |  21 |4003k|9019 | 0.000000e+00 |      --      |    Inf 
1571.15/1571.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1571.15/1571.18	c  1571s|  5630k|391912 | 11515k|   2.0 | 461M|  36 |   - |  40 |  14k|   0 |   0 |  21 |4011k|9025 | 0.000000e+00 |      --      |    Inf 
1575.05/1575.08	c  1575s|  5640k|392266 | 11537k|   2.0 | 462M|  36 |   5 |  40 |  12k|  40 |  16 |  21 |4018k|9032 | 0.000000e+00 |      --      |    Inf 
1577.85/1577.85	c  1578s|  5650k|393977 | 11559k|   2.0 | 464M|  36 |   5 |  40 |  15k|  40 |  16 |  21 |4024k|9037 | 0.000000e+00 |      --      |    Inf 
1581.25/1581.21	c  1581s|  5660k|395025 | 11580k|   2.0 | 465M|  36 |   5 |  40 |  15k|  40 |  16 |  21 |4031k|9041 | 0.000000e+00 |      --      |    Inf 
1584.96/1584.96	c  1585s|  5670k|395622 | 11603k|   2.0 | 466M|  36 |   5 |  40 |  15k|  40 |  16 |  21 |4038k|9047 | 0.000000e+00 |      --      |    Inf 
1589.05/1589.09	c  1589s|  5680k|395872 | 11625k|   2.0 | 466M|  36 |   - |  40 |  13k|  40 |  16 |  21 |4045k|9057 | 0.000000e+00 |      --      |    Inf 
1593.26/1593.21	c  1593s|  5690k|396003 | 11646k|   2.0 | 466M|  36 |   - |  40 |  12k|  40 |  16 |  21 |4053k|9065 | 0.000000e+00 |      --      |    Inf 
1597.15/1597.20	c  1597s|  5700k|396047 | 11667k|   2.0 | 467M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4060k|9070 | 0.000000e+00 |      --      |    Inf 
1601.15/1601.18	c  1601s|  5710k|395888 | 11689k|   2.0 | 467M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4068k|9074 | 0.000000e+00 |      --      |    Inf 
1605.56/1605.52	c  1606s|  5720k|395535 | 11710k|   2.0 | 466M|  36 |   - |  40 |8024 |  40 |  16 |  21 |4076k|9076 | 0.000000e+00 |      --      |    Inf 
1608.95/1608.98	c  1609s|  5730k|395513 | 11731k|   2.0 | 466M|  36 |   - |  40 |7424 |  40 |  16 |  21 |4084k|9083 | 0.000000e+00 |      --      |    Inf 
1612.15/1612.14	c  1612s|  5740k|395635 | 11751k|   2.0 | 467M|  36 |   - |  40 |7982 |  40 |  16 |  21 |4091k|9090 | 0.000000e+00 |      --      |    Inf 
1615.56/1615.59	c  1616s|  5750k|395609 | 11772k|   2.0 | 467M|  36 |   5 |  40 |7554 |  40 |  16 |  21 |4099k|9097 | 0.000000e+00 |      --      |    Inf 
1618.65/1618.68	c  1619s|  5760k|395966 | 11793k|   2.0 | 468M|  36 |   5 |  40 |8166 |  40 |  16 |  21 |4107k|9103 | 0.000000e+00 |      --      |    Inf 
1622.05/1622.00	c  1622s|  5770k|396057 | 11814k|   2.0 | 468M|  36 |   5 |  40 |7769 |  40 |  16 |  21 |4114k|9106 | 0.000000e+00 |      --      |    Inf 
1624.55/1624.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.55/1624.52	c  1625s|  5780k|397259 | 11834k|   2.0 | 470M|  36 |   - |  40 |  10k|  40 |  16 |  21 |4121k|9110 | 0.000000e+00 |      --      |    Inf 
1627.65/1627.60	c  1628s|  5790k|397541 | 11855k|   2.0 | 470M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4129k|9114 | 0.000000e+00 |      --      |    Inf 
1631.16/1631.12	c  1631s|  5800k|397611 | 11876k|   2.0 | 470M|  36 |   - |  40 |8930 |  40 |  16 |  21 |4137k|9120 | 0.000000e+00 |      --      |    Inf 
1634.86/1634.82	c  1635s|  5810k|397306 | 11897k|   2.0 | 470M|  36 |   - |  40 |7251 |  40 |  16 |  21 |4145k|9127 | 0.000000e+00 |      --      |    Inf 
1638.25/1638.24	c  1638s|  5820k|397268 | 11917k|   2.0 | 470M|  36 |   - |  40 |7410 |   0 |   0 |  21 |4153k|9138 | 0.000000e+00 |      --      |    Inf 
1641.55/1641.57	c  1642s|  5830k|397232 | 11937k|   2.0 | 470M|  36 |   - |  40 |7193 |  40 |  16 |  21 |4161k|9140 | 0.000000e+00 |      --      |    Inf 
1644.65/1644.69	c  1645s|  5840k|397458 | 11958k|   2.0 | 471M|  36 |   - |  40 |8073 |  40 |  16 |  21 |4168k|9146 | 0.000000e+00 |      --      |    Inf 
1647.96/1647.97	c  1648s|  5850k|397633 | 11979k|   2.0 | 472M|  36 |   5 |  40 |8422 |  40 |  16 |  21 |4176k|9150 | 0.000000e+00 |      --      |    Inf 
1651.46/1651.42	c  1651s|  5860k|397562 | 12000k|   2.0 | 472M|  36 |   5 |  40 |7820 |  40 |  16 |  21 |4184k|9153 | 0.000000e+00 |      --      |    Inf 
1654.16/1654.14	c  1654s|  5870k|398371 | 12021k|   2.0 | 473M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4191k|9165 | 0.000000e+00 |      --      |    Inf 
1657.66/1657.61	c  1658s|  5880k|398449 | 12042k|   2.0 | 473M|  36 |   5 |  40 |8805 |  40 |  16 |  21 |4199k|9170 | 0.000000e+00 |      --      |    Inf 
1661.26/1661.26	c  1661s|  5890k|398295 | 12062k|   2.0 | 473M|  36 |   5 |  40 |7194 |  40 |  16 |  21 |4207k|9176 | 0.000000e+00 |      --      |    Inf 
1664.65/1664.64	c  1665s|  5900k|398108 | 12083k|   2.0 | 473M|  36 |   5 |  40 |6397 |  40 |  16 |  21 |4215k|9182 | 0.000000e+00 |      --      |    Inf 
1667.46/1667.47	c  1667s|  5910k|398665 | 12104k|   2.0 | 474M|  36 |   - |  40 |7596 |   0 |   0 |  21 |4222k|9188 | 0.000000e+00 |      --      |    Inf 
1670.46/1670.46	c  1670s|  5920k|398986 | 12125k|   2.0 | 475M|  36 |   5 |  40 |9329 |  40 |  16 |  21 |4230k|9195 | 0.000000e+00 |      --      |    Inf 
1673.85/1673.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1673.85/1673.80	c  1674s|  5930k|399043 | 12145k|   2.0 | 475M|  36 |   - |  40 |7714 |  40 |  16 |  21 |4237k|9200 | 0.000000e+00 |      --      |    Inf 
1676.85/1676.82	c  1677s|  5940k|399192 | 12165k|   2.0 | 476M|  36 |   - |  40 |8068 |  40 |  16 |  21 |4245k|9205 | 0.000000e+00 |      --      |    Inf 
1679.96/1679.91	c  1680s|  5950k|399476 | 12186k|   2.0 | 476M|  36 |   - |  40 |8895 |  40 |  16 |  21 |4252k|9216 | 0.000000e+00 |      --      |    Inf 
1683.36/1683.32	c  1683s|  5960k|399419 | 12207k|   2.0 | 476M|  36 |   5 |  40 |7247 |  40 |  16 |  21 |4260k|9221 | 0.000000e+00 |      --      |    Inf 
1686.36/1686.31	c  1686s|  5970k|399678 | 12228k|   2.0 | 477M|  36 |   5 |  40 |8278 |  40 |  16 |  21 |4268k|9224 | 0.000000e+00 |      --      |    Inf 
1689.75/1689.79	c  1690s|  5980k|399472 | 12248k|   2.0 | 477M|  36 |   - |  40 |7013 |  40 |  16 |  21 |4276k|9225 | 0.000000e+00 |      --      |    Inf 
1692.87/1692.85	c  1693s|  5990k|399622 | 12269k|   2.0 | 477M|  36 |   5 |  40 |7273 |  40 |  16 |  21 |4283k|9232 | 0.000000e+00 |      --      |    Inf 
1696.16/1696.12	c  1696s|  6000k|399612 | 12290k|   2.0 | 477M|  36 |   5 |  40 |6934 |  40 |  16 |  21 |4291k|9236 | 0.000000e+00 |      --      |    Inf 
1699.16/1699.18	c  1699s|  6010k|399785 | 12310k|   2.0 | 478M|  36 |   5 |  40 |7630 |  40 |  16 |  21 |4299k|9250 | 0.000000e+00 |      --      |    Inf 
1701.76/1701.79	c  1702s|  6020k|400321 | 12332k|   2.0 | 479M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4306k|9257 | 0.000000e+00 |      --      |    Inf 
1705.07/1705.05	c  1705s|  6030k|400611 | 12353k|   2.0 | 480M|  36 |   - |  40 |9010 |   0 |   0 |  21 |4313k|9263 | 0.000000e+00 |      --      |    Inf 
1708.55/1708.50	c  1709s|  6040k|400608 | 12374k|   2.0 | 480M|  36 |   5 |  40 |7887 |  40 |  16 |  21 |4321k|9267 | 0.000000e+00 |      --      |    Inf 
1711.76/1711.75	c  1712s|  6050k|400767 | 12394k|   2.0 | 480M|  36 |   - |  40 |8049 |  40 |  16 |  21 |4329k|9269 | 0.000000e+00 |      --      |    Inf 
1714.96/1714.99	c  1715s|  6060k|400775 | 12415k|   2.0 | 480M|  36 |   - |  40 |7465 |   0 |   0 |  21 |4337k|9273 | 0.000000e+00 |      --      |    Inf 
1718.27/1718.21	c  1718s|  6070k|400807 | 12436k|   2.0 | 481M|  36 |   - |  40 |7780 |  40 |  16 |  21 |4344k|9280 | 0.000000e+00 |      --      |    Inf 
1721.76/1721.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1721.76/1721.76	c  1722s|  6080k|400521 | 12456k|   2.0 | 480M|  36 |   - |  40 |6510 |  40 |  16 |  21 |4352k|9283 | 0.000000e+00 |      --      |    Inf 
1724.06/1724.07	c  1724s|  6090k|402317 | 12478k|   2.0 | 482M|  36 |   5 |  40 |8482 |  40 |  16 |  21 |4359k|9292 | 0.000000e+00 |      --      |    Inf 
1726.86/1726.84	c  1727s|  6100k|403120 | 12500k|   2.0 | 483M|  36 |   - |  40 |9242 |  40 |  16 |  21 |4366k|9294 | 0.000000e+00 |      --      |    Inf 
1730.06/1730.04	c  1730s|  6110k|403252 | 12523k|   2.0 | 484M|  36 |   5 |  40 |9688 |  40 |  16 |  21 |4374k|9300 | 0.000000e+00 |      --      |    Inf 
1733.16/1733.12	c  1733s|  6120k|403667 | 12543k|   2.0 | 485M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4381k|9311 | 0.000000e+00 |      --      |    Inf 
1736.16/1736.10	c  1736s|  6130k|404129 | 12563k|   2.0 | 486M|  36 |   - |  40 |  10k|  40 |  16 |  21 |4388k|9314 | 0.000000e+00 |      --      |    Inf 
1739.46/1739.48	c  1739s|  6140k|404202 | 12584k|   2.0 | 486M|  36 |   5 |  40 |9803 |  40 |  16 |  21 |4396k|9317 | 0.000000e+00 |      --      |    Inf 
1742.66/1742.66	c  1743s|  6150k|404590 | 12604k|   2.0 | 486M|  36 |   - |  40 |9292 |  40 |  16 |  21 |4404k|9322 | 0.000000e+00 |      --      |    Inf 
1745.56/1745.50	c  1745s|  6160k|405028 | 12625k|   2.0 | 487M|  36 |   - |  40 |  10k|  40 |  16 |  21 |4411k|9327 | 0.000000e+00 |      --      |    Inf 
1749.16/1749.19	c  1749s|  6170k|404925 | 12645k|   2.0 | 487M|  36 |   5 |  40 |7864 |  40 |  16 |  21 |4419k|9332 | 0.000000e+00 |      --      |    Inf 
1752.66/1752.60	c  1753s|  6180k|404878 | 12666k|   2.0 | 487M|  36 |   - |  40 |7485 |  40 |  16 |  21 |4427k|9337 | 0.000000e+00 |      --      |    Inf 
1755.67/1755.62	c  1756s|  6190k|405201 | 12687k|   2.0 | 488M|  36 |   5 |  40 |7801 |  40 |  16 |  21 |4434k|9344 | 0.000000e+00 |      --      |    Inf 
1758.87/1758.80	c  1759s|  6200k|405428 | 12708k|   2.0 | 488M|  36 |   - |  40 |8257 |  40 |  16 |  21 |4442k|9349 | 0.000000e+00 |      --      |    Inf 
1762.27/1762.27	c  1762s|  6210k|405183 | 12728k|   2.0 | 488M|  36 |   5 |  40 |7071 |  40 |  16 |  21 |4450k|9351 | 0.000000e+00 |      --      |    Inf 
1765.36/1765.30	c  1765s|  6220k|405381 | 12749k|   2.0 | 489M|  36 |   - |  40 |7501 |  40 |  16 |  21 |4457k|9356 | 0.000000e+00 |      --      |    Inf 
1768.66/1768.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1768.66/1768.65	c  1769s|  6230k|405253 | 12770k|   2.0 | 489M|  36 |   - |  40 |6930 |  40 |  16 |  21 |4465k|9364 | 0.000000e+00 |      --      |    Inf 
1771.06/1771.04	c  1771s|  6240k|406483 | 12791k|   2.0 | 490M|  36 |   5 |  40 |9413 |  40 |  16 |  21 |4472k|9368 | 0.000000e+00 |      --      |    Inf 
1773.86/1773.88	c  1774s|  6250k|406970 | 12812k|   2.0 | 491M|  36 |   5 |  40 |9880 |  40 |  16 |  21 |4479k|9372 | 0.000000e+00 |      --      |    Inf 
1777.46/1777.46	c  1777s|  6260k|406691 | 12833k|   2.1 | 491M|  36 |   - |  40 |7814 |   0 |   0 |  21 |4487k|9379 | 0.000000e+00 |      --      |    Inf 
1780.36/1780.36	c  1780s|  6270k|407174 | 12854k|   2.1 | 492M|  36 |   - |  40 |8772 |  40 |  16 |  21 |4494k|9384 | 0.000000e+00 |      --      |    Inf 
1783.26/1783.23	c  1783s|  6280k|408229 | 12875k|   2.1 | 493M|  36 |   5 |  40 |9944 |  40 |  16 |  21 |4501k|9387 | 0.000000e+00 |      --      |    Inf 
1785.86/1785.85	c  1786s|  6290k|409631 | 12894k|   2.1 | 494M|  36 |   5 |  40 |  10k|  40 |  16 |  21 |4507k|9396 | 0.000000e+00 |      --      |    Inf 
1788.86/1788.83	c  1789s|  6300k|410301 | 12914k|   2.0 | 495M|  36 |   - |  40 |  10k|  40 |  16 |  21 |4515k|9403 | 0.000000e+00 |      --      |    Inf 
1791.96/1791.93	c  1792s|  6310k|410829 | 12934k|   2.0 | 496M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4522k|9409 | 0.000000e+00 |      --      |    Inf 
1795.16/1795.11	c  1795s|  6320k|411359 | 12953k|   2.0 | 497M|  36 |   5 |  40 |  11k|  40 |  16 |  21 |4529k|9414 | 0.000000e+00 |      --      |    Inf 
1797.07/1797.00	c 
1797.07/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.07/1797.00	c Solving Time (sec) : 1797.00
1797.07/1797.00	c Solving Nodes      : 6326352
1797.07/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.07/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.07/1797.00	c Gap                : infinite
1797.07/1797.00	s UNKNOWN
1797.07/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.07/1797.00	c Total Time         :    1797.00
1797.07/1797.00	c   solving          :    1797.00
1797.07/1797.00	c   presolving       :       0.00 (included in solving)
1797.07/1797.00	c   reading          :       0.00 (included in solving)
1797.07/1797.00	c Original Problem   :
1797.07/1797.00	c   Problem name     : HOME/instance-3488781-1307772335.opb
1797.07/1797.00	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.07/1797.00	c   Constraints      : 11 initial, 11 maximal
1797.07/1797.00	c Presolved Problem  :
1797.07/1797.00	c   Problem name     : t_HOME/instance-3488781-1307772335.opb
1797.07/1797.00	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.07/1797.00	c   Constraints      : 5 initial, 16054 maximal
1797.07/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.07/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1797.07/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.00	c   linear           :       0.00          0          0          0          0          0          6          0          0          0
1797.07/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.07/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.07/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.07/1797.00	c   integral         :          0          0          0    3541513          0          4          0       1289       4777          0          0    7071650
1797.07/1797.00	c   linear           :          5+         7   16266553          0          1          3    7498153     692508    8453040          0          0          0
1797.07/1797.00	c   logicor          :          0+         6    7978189          0          0          0    6051061      43239    3086672          0          0          0
1797.07/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.07/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.07/1797.00	c   integral         :      19.60       0.00       0.00      19.60       0.00       0.00       0.00
1797.07/1797.00	c   linear           :     109.75       0.00      95.44       0.00       0.00       0.00      14.32
1797.07/1797.00	c   logicor          :     530.60       0.00     523.48       0.00       0.00       0.00       7.12
1797.07/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.07/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.07/1797.00	c   vbounds          :          0          0          0          0
1797.07/1797.00	c   rootredcost      :          0          0          0          0
1797.07/1797.00	c   pseudoobj        :          0          0          0          0
1797.07/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.07/1797.00	c   vbounds          :       2.37       2.37       0.00
1797.07/1797.00	c   rootredcost      :       2.43       2.43       0.00
1797.07/1797.00	c   pseudoobj        :       1.74       1.74       0.00
1797.07/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.07/1797.00	c   propagation      :      20.42     735747     567562    1676815       28.1        279       24.9          -
1797.07/1797.00	c   infeasible LP    :      57.51    2347494    2347352    4692410       19.9      42604       24.7          0
1797.07/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.07/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.07/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.07/1797.00	c   applied globally :          -          -          -    4511139       19.6          -          -          -
1797.07/1797.00	c   applied locally  :          -          -          -      23069       31.4          -          -          -
1797.07/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.07/1797.00	c   cut pool         :       0.00          5          -          -         20          -    (maximal pool size: 97)
1797.07/1797.00	c   redcost          :       3.48    3541518          0          0          0          0
1797.07/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.07/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.07/1797.00	c   gomory           :       0.00          6          0          0          2          0
1797.07/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.07/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.07/1797.00	c   strongcg         :       0.00          6          0          0         47          0
1797.07/1797.00	c   cmir             :       0.01          6          0          0         34          0
1797.07/1797.00	c   flowcover        :       0.01          6          0          0         36          0
1797.07/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.07/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.07/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.07/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.07/1797.00	c   rapidlearning    :       0.01          1          0          0          0         13
1797.07/1797.00	c Pricers            :       Time      Calls       Vars
1797.07/1797.00	c   problem variables:       0.00          0          0
1797.07/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.07/1797.00	c   relpscost        :      17.78    3541513       1289       4777          0          0    7071650
1797.07/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.07/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.07/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.07/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.07/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.07/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.07/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.07/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.07/1797.00	c   LP solutions     :       0.00          -          0
1797.07/1797.00	c   pseudo solutions :       0.00          -          0
1797.07/1797.00	c   oneopt           :       1.60          0          0
1797.07/1797.00	c   crossover        :       1.13          0          0
1797.07/1797.00	c   guideddiving     :       0.20          0          0
1797.07/1797.00	c   pscostdiving     :       0.21        148          0
1797.07/1797.00	c   veclendiving     :       0.19        148          0
1797.07/1797.00	c   fracdiving       :       0.19        148          0
1797.07/1797.00	c   feaspump         :       0.17         74          0
1797.07/1797.00	c   linesearchdiving :       0.20        149          0
1797.07/1797.00	c   coefdiving       :       0.19        149          0
1797.07/1797.00	c   objpscostdiving  :       0.16         75          0
1797.07/1797.00	c   rootsoldiving    :       0.19         75          0
1797.07/1797.00	c   trivial          :       0.00          2          0
1797.07/1797.00	c   shiftandpropagate:       0.00          1          0
1797.07/1797.00	c   simplerounding   :       0.59          0          0
1797.07/1797.00	c   zirounding       :       8.17          0          0
1797.07/1797.00	c   rounding         :       1.28      26689          0
1797.07/1797.00	c   shifting         :       1.68       7530          0
1797.07/1797.00	c   intshifting      :       0.07          0          0
1797.07/1797.00	c   twoopt           :       0.00          0          0
1797.07/1797.00	c   fixandinfer      :       0.00          0          0
1797.07/1797.00	c   clique           :       0.00          0          0
1797.07/1797.00	c   intdiving        :       0.00          0          0
1797.07/1797.00	c   actconsdiving    :       0.00          0          0
1797.07/1797.00	c   octane           :       0.00          0          0
1797.07/1797.00	c   rens             :       0.02          1          0
1797.07/1797.00	c   rins             :       0.00          0          0
1797.07/1797.00	c   localbranching   :       0.00          0          0
1797.07/1797.00	c   mutation         :       0.00          0          0
1797.07/1797.00	c   dins             :       0.00          0          0
1797.07/1797.00	c   vbounds          :       0.00          0          0
1797.07/1797.00	c   undercover       :       0.00          0          0
1797.07/1797.00	c   subnlp           :       0.88          0          0
1797.07/1797.00	c   trysol           :       1.16          0          0
1797.07/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.07/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.07/1797.00	c   dual LP          :     250.15    5640583   12961445       2.30   51814.23
1797.07/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.07/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.07/1797.00	c   diving/probing LP:       0.13       2587       4773       1.84   36475.49
1797.07/1797.00	c   strong branching :       0.79       9418      42818       4.55   54227.94
1797.07/1797.00	c     (at root node) :          -         12        358      29.83          -
1797.07/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.07/1797.00	c B&B Tree           :
1797.07/1797.00	c   number of runs   :          1
1797.07/1797.00	c   nodes            :    6326352
1797.07/1797.00	c   nodes (total)    :    6326352
1797.07/1797.00	c   nodes left       :     411716
1797.07/1797.00	c   max depth        :         36
1797.07/1797.00	c   max depth (total):         36
1797.07/1797.00	c   backtracks       :    1512609 (23.9%)
1797.07/1797.00	c   delayed cutoffs  :     333585
1797.07/1797.00	c   repropagations   :    5360794 (5529962 domain reductions, 292171 cutoffs)
1797.07/1797.00	c   avg switch length:       5.86
1797.07/1797.00	c   switching time   :     500.98
1797.07/1797.00	c Solution           :
1797.07/1797.00	c   Solutions found  :          0 (0 improvements)
1797.07/1797.00	c   Primal Bound     :          -
1797.07/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.07/1797.00	c   Gap              :   infinite
1797.07/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.07/1797.00	c   Root Iterations  :        124
1798.66/1798.63	c Time complete: 1798.7.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3488781-1307772335/watcher-3488781-1307772335 -o /tmp/evaluation-result-3488781-1307772335/solver-3488781-1307772335 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488781-1307772335.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.01 2.00 2/177 29089
/proc/meminfo: memFree=31525988/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=12564 CPUtime=0 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 2145 0 0 0 0 0 0 0 23 0 1 0 888830571 12865536 2099 33554432000 4194304 9016284 140733685003040 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29089/statm: 3141 2099 360 1178 0 1959 0

[startup+0.0967969 s]
/proc/loadavg: 2.02 2.01 2.00 2/177 29089
/proc/meminfo: memFree=31525988/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=26144 CPUtime=0.08 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 7250 0 0 0 7 1 0 0 18 0 1 0 888830571 26771456 5500 33554432000 4194304 9016284 140733685003040 18446744073709551615 5879274 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 6536 5500 683 1178 0 5354 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26144

[startup+0.100801 s]
/proc/loadavg: 2.02 2.01 2.00 2/177 29089
/proc/meminfo: memFree=31525988/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=26144 CPUtime=0.09 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 7250 0 0 0 8 1 0 0 18 0 1 0 888830571 26771456 5500 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 6536 5500 683 1178 0 5354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26144

[startup+0.300766 s]
/proc/loadavg: 2.02 2.01 2.00 2/177 29089
/proc/meminfo: memFree=31525988/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=26144 CPUtime=0.29 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 7252 0 0 0 24 5 0 0 18 0 1 0 888830571 26771456 5502 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 6536 5502 684 1178 0 5354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26144

[startup+0.700679 s]
/proc/loadavg: 2.02 2.01 2.00 2/177 29089
/proc/meminfo: memFree=31525988/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=26144 CPUtime=0.69 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 7255 0 0 0 60 9 0 0 18 0 1 0 888830571 26771456 5505 33554432000 4194304 9016284 140733685003040 18446744073709551615 5251930 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 6536 5505 684 1178 0 5354 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26144

[startup+1.50054 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 29090
/proc/meminfo: memFree=31506276/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=26144 CPUtime=1.49 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 7259 0 0 0 133 16 0 0 19 0 1 0 888830571 26771456 5509 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 6536 5509 684 1178 0 5354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26144

[startup+3.10023 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 29090
/proc/meminfo: memFree=31505284/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=26144 CPUtime=3.09 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 7268 0 0 0 275 34 0 0 25 0 1 0 888830571 26771456 5518 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 6536 5518 684 1178 0 5354 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26144

[startup+6.30061 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 29090
/proc/meminfo: memFree=31504792/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=28860 CPUtime=6.29 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 7863 0 0 0 560 69 0 0 25 0 1 0 888830571 29552640 6113 33554432000 4194304 9016284 140733685003040 18446744073709551615 6466830 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 7215 6113 684 1178 0 6033 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28860

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 29090
/proc/meminfo: memFree=31497236/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=35644 CPUtime=12.7 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 9564 0 0 0 1143 127 0 0 25 0 1 0 888830571 36499456 7814 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 8911 7814 684 1178 0 7729 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 35644

[startup+25.5009 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29091
/proc/meminfo: memFree=31484340/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=47704 CPUtime=25.49 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 12623 0 0 0 2307 242 0 0 25 0 1 0 888830571 48848896 10873 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 11926 10873 684 1178 0 10744 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47704

[startup+51.101 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 29129
/proc/meminfo: memFree=31675968/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=65480 CPUtime=51.09 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 17110 0 0 0 4639 470 0 0 25 0 1 0 888830571 67051520 15360 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 16370 15360 684 1178 0 15188 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65480

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29131
/proc/meminfo: memFree=31567584/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=99540 CPUtime=102.3 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 25110 0 0 0 9372 858 0 0 25 0 1 0 888830571 101928960 23360 33554432000 4194304 9016284 140733685003040 18446744073709551615 5325570 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 24885 23360 684 1178 0 23703 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 99540

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29132
/proc/meminfo: memFree=31464048/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=130508 CPUtime=162.3 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 32860 0 0 0 15007 1223 0 0 25 0 1 0 888830571 133640192 31110 33554432000 4194304 9016284 140733685003040 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 32627 31110 684 1178 0 31445 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 130508

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29134
/proc/meminfo: memFree=31378684/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=156912 CPUtime=222.3 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 39609 0 0 0 20635 1595 0 0 25 0 1 0 888830571 160677888 37859 33554432000 4194304 9016284 140733685003040 18446744073709551615 5315582 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 39228 37859 684 1178 0 38046 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 156912

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29135
/proc/meminfo: memFree=31332464/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=177628 CPUtime=282.3 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 44797 0 0 0 26251 1979 0 0 25 0 1 0 888830571 181891072 43047 33554432000 4194304 9016284 140733685003040 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 44407 43047 684 1178 0 43225 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 177628

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29137
/proc/meminfo: memFree=31254268/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=195800 CPUtime=342.3 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 49372 0 0 0 31851 2379 0 0 25 0 1 0 888830571 200499200 47622 33554432000 4194304 9016284 140733685003040 18446744073709551615 4348432 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 48950 47622 684 1178 0 47768 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 195800

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29139
/proc/meminfo: memFree=31188964/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=219920 CPUtime=402.3 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 55509 0 0 0 37460 2770 0 0 25 0 1 0 888830571 225198080 53759 33554432000 4194304 9016284 140733685003040 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 54980 53759 684 1178 0 53798 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 219920

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29140
/proc/meminfo: memFree=31120784/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=240744 CPUtime=462.31 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 59679 0 0 0 43069 3162 0 0 25 0 1 0 888830571 246521856 57929 33554432000 4194304 9016284 140733685003040 18446744073709551615 6469490 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 60186 57929 684 1178 0 59004 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 240744

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29142
/proc/meminfo: memFree=31053712/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=256068 CPUtime=522.31 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 63591 0 0 0 48678 3553 0 0 25 0 1 0 888830571 262213632 61841 33554432000 4194304 9016284 140733685003040 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 64017 61841 684 1178 0 62835 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 256068

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29143
/proc/meminfo: memFree=30984928/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=279368 CPUtime=582.31 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 69504 0 0 0 54313 3918 0 0 25 0 1 0 888830571 286072832 67754 33554432000 4194304 9016284 140733685003040 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 69842 67754 684 1178 0 68660 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 279368

[startup+642.301 s]

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

/proc/meminfo: memFree=30410980/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=397332 CPUtime=1122.33 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 99363 0 0 0 105340 6893 0 0 25 0 1 0 888830571 406867968 97613 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 99333 97613 684 1178 0 98151 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 397332

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29159
/proc/meminfo: memFree=30369948/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=409396 CPUtime=1182.33 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 102313 0 0 0 110986 7247 0 0 25 0 1 0 888830571 419221504 100563 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 102349 100563 684 1178 0 101167 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 409396

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 29161
/proc/meminfo: memFree=30316152/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=421092 CPUtime=1242.34 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 105253 0 0 0 116642 7592 0 0 25 0 1 0 888830571 431198208 103503 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 105273 103503 684 1178 0 104091 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 421092

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 29163
/proc/meminfo: memFree=30264368/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=438056 CPUtime=1302.34 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 109606 0 0 0 122272 7962 0 0 25 0 1 0 888830571 448569344 107856 33554432000 4194304 9016284 140733685003040 18446744073709551615 6679823 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 109514 107856 684 1178 0 108332 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 438056

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 29164
/proc/meminfo: memFree=30211832/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=451540 CPUtime=1362.35 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 113038 0 0 0 127943 8292 0 0 25 0 1 0 888830571 462376960 111288 33554432000 4194304 9016284 140733685003040 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 112885 111288 684 1178 0 111703 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 451540

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 29166
/proc/meminfo: memFree=30153964/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=464888 CPUtime=1422.35 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 116410 0 0 0 133623 8612 0 0 25 0 1 0 888830571 476045312 114660 33554432000 4194304 9016284 140733685003040 18446744073709551615 4654116 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 116222 114660 684 1178 0 115040 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 464888

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 29167
/proc/meminfo: memFree=30096348/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=471340 CPUtime=1482.35 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 117859 0 0 0 139286 8949 0 0 25 0 1 0 888830571 482652160 116109 33554432000 4194304 9016284 140733685003040 18446744073709551615 4348325 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 117835 116109 684 1178 0 116653 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 471340

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29169
/proc/meminfo: memFree=30028216/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=490672 CPUtime=1542.35 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 122813 0 0 0 144918 9317 0 0 25 0 1 0 888830571 502448128 121063 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 122668 121063 684 1178 0 121486 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 490672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29171
/proc/meminfo: memFree=29968736/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=505944 CPUtime=1602.35 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 126709 0 0 0 150614 9621 0 0 25 0 1 0 888830571 518086656 124959 33554432000 4194304 9016284 140733685003040 18446744073709551615 6469479 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 126486 124959 684 1178 0 125304 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 505944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29172
/proc/meminfo: memFree=29912984/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=511964 CPUtime=1662.35 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 128241 0 0 0 156309 9926 0 0 25 0 1 0 888830571 524251136 126491 33554432000 4194304 9016284 140733685003040 18446744073709551615 5325493 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 127991 126491 684 1178 0 126809 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 511964

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29174
/proc/meminfo: memFree=29862676/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=517736 CPUtime=1722.36 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 129712 0 0 0 161981 10255 0 0 25 0 1 0 888830571 530161664 127962 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 129434 127962 684 1178 0 128252 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 517736

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29175
/proc/meminfo: memFree=29808152/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=528680 CPUtime=1782.36 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 132499 0 0 0 167636 10600 0 0 25 0 1 0 888830571 541368320 130749 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 132170 130749 684 1178 0 130988 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 528680

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29176
/proc/meminfo: memFree=29797224/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=532588 CPUtime=1791.96 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 133502 0 0 0 168535 10661 0 0 25 0 1 0 888830571 545370112 131752 33554432000 4194304 9016284 140733685003040 18446744073709551615 4321521 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 133147 131752 684 1178 0 131965 0
Current children cumulated CPU time (s) 1791.96
Current children cumulated vsize (KiB) 532588

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29176
/proc/meminfo: memFree=29794988/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=533292 CPUtime=1795.16 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 133680 0 0 0 168837 10679 0 0 25 0 1 0 888830571 546091008 131930 33554432000 4194304 9016284 140733685003040 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 133323 131930 684 1178 0 132141 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 533292

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29176
/proc/meminfo: memFree=29794596/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=534892 CPUtime=1796.77 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 134086 0 0 0 168988 10689 0 0 25 0 1 0 888830571 547729408 132336 33554432000 4194304 9016284 140733685003040 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/29089/statm: 133723 132336 684 1178 0 132541 0
Current children cumulated CPU time (s) 1796.77
Current children cumulated vsize (KiB) 534892

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29176
/proc/meminfo: memFree=29792488/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=534892 CPUtime=1797.56 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 134088 0 0 0 169066 10690 0 0 18 0 1 0 888830571 547729408 132338 33554432000 4194304 9016284 140733685003040 18446744073709551615 4897739 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29089/statm: 133723 132338 685 1178 0 132541 0
Current children cumulated CPU time (s) 1797.56
Current children cumulated vsize (KiB) 534892

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29176
/proc/meminfo: memFree=29792488/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=534892 CPUtime=1798.36 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 134088 0 0 0 169146 10690 0 0 19 0 1 0 888830571 547729408 132338 33554432000 4194304 9016284 140733685003040 18446744073709551615 4897769 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29089/statm: 133723 132338 685 1178 0 132541 0
Current children cumulated CPU time (s) 1798.36
Current children cumulated vsize (KiB) 534892

[startup+1798.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29176
/proc/meminfo: memFree=29792364/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=534892 CPUtime=1798.57 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 134088 0 0 0 169167 10690 0 0 20 0 1 0 888830571 547729408 132338 33554432000 4194304 9016284 140733685003040 18446744073709551615 4841537 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29089/statm: 133723 132338 685 1178 0 132541 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 534892

[startup+1798.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29176
/proc/meminfo: memFree=29792364/32950928 swapFree=67055428/67111528
[pid=29089] ppid=29087 vsize=534892 CPUtime=1798.66 cores=1,3,5,7
/proc/29089/stat : 29089 (scip-2.0.1.4b_2) R 29087 29089 26980 0 -1 4202496 134088 0 0 0 169176 10690 0 0 20 0 1 0 888830571 547729408 132338 33554432000 4194304 9016284 140733685003040 18446744073709551615 4897769 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29089/statm: 133723 132338 685 1178 0 132541 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 534892

Child status: 0
Real time (s): 1798.64
CPU time (s): 1798.71
CPU user time (s): 1691.79
CPU system time (s): 106.922
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 534892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1691.79
system time used= 106.922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134093
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= 2183

runsolver used 2.5966 second user time and 6.25505 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 08:05:35
IDJOB=3488781
IDBENCH=2903
IDSOLVER=1979
FILE ID=node148/3488781-1307772335
RUNJOBID= node148-1307759525-26999
PBS_JOBID= 13550868
Free space on /tmp= 74024 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
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_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488781-1307772335/watcher-3488781-1307772335 -o /tmp/evaluation-result-3488781-1307772335/solver-3488781-1307772335 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488781-1307772335.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4618b6422bdc12197131d1d37f567363
RANDOM SEED=1783839388

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.854
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.82
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31526168 kB
Buffers:        145792 kB
Cached:         871544 kB
SwapCached:       8828 kB
Active:         562816 kB
Inactive:       701052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31526168 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           16716 kB
Writeback:           0 kB
AnonPages:      244984 kB
Mapped:          16024 kB
Slab:            96432 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   441980 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= 74012 MiB
End job on node148 at 2011-06-11 08:35:34