Trace number 3488785

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.65 1798.59

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
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 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
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-3488785-1307772839.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.01	c presolving (3 rounds):
0.00/0.01	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.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.01	c       5 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    25 |     - | 254k|   0 |   5 |  40 |  20 |  40 |   5 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    87 |     - | 288k|   0 |   8 |  40 |  28 |  40 |  10 |   5 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    93 |     - | 314k|   0 |  10 |  40 |  28 |  40 |  15 |  10 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   106 |     - | 340k|   0 |  10 |  40 |  28 |  40 |  18 |  13 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   113 |     - | 378k|   0 |  12 |  40 |  28 |  40 |  22 |  17 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.04	c   0.0s|     1 |     0 |   120 |     - | 392k|   0 |  14 |  40 |  28 |  40 |  25 |  20 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.04	c   0.0s|     1 |     0 |   122 |     - | 402k|   0 |  15 |  40 |  28 |  40 |  27 |  22 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.06	c   0.1s|     1 |     2 |   122 |     - | 403k|   0 |  15 |  40 |  28 |  40 |  27 |  22 |  15 |   9 | 0.000000e+00 |      --      |    Inf 
1.39/1.47	c   1.5s| 10000 |  3388 | 21564 |   2.1 |3827k|  35 |   5 |  40 |3359 |  40 |  15 |  22 |4718 | 422 | 0.000000e+00 |      --      |    Inf 
2.89/2.97	c   3.0s| 20000 |  6180 | 42358 |   2.1 |5659k|  36 |   - |  40 |3244 |  40 |  15 |  22 |9802 | 590 | 0.000000e+00 |      --      |    Inf 
4.39/4.49	c   4.5s| 30000 |  8790 | 63083 |   2.1 |7577k|  36 |   5 |  40 |3776 |  40 |  15 |  22 |  14k| 711 | 0.000000e+00 |      --      |    Inf 
5.99/6.09	c   6.1s| 40000 | 11155 | 83760 |   2.1 |9331k|  36 |   - |  40 |3945 |   0 |   0 |  22 |  20k| 809 | 0.000000e+00 |      --      |    Inf 
7.69/7.74	c   7.7s| 50000 | 13307 |103905 |   2.1 |  10M|  36 |   5 |  40 |4256 |  40 |  15 |  22 |  25k| 902 | 0.000000e+00 |      --      |    Inf 
9.39/9.40	c   9.4s| 60000 | 15701 |124638 |   2.1 |  12M|  36 |   5 |  40 |4234 |  40 |  15 |  22 |  31k|1017 | 0.000000e+00 |      --      |    Inf 
10.99/11.06	c  11.1s| 70000 | 18109 |146571 |   2.1 |  14M|  36 |   5 |  40 |4775 |  40 |  15 |  22 |  36k|1107 | 0.000000e+00 |      --      |    Inf 
12.79/12.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.79/12.82	c  12.8s| 80000 | 20183 |167456 |   2.1 |  16M|  36 |   5 |  40 |5390 |  40 |  15 |  22 |  42k|1187 | 0.000000e+00 |      --      |    Inf 
14.59/14.64	c  14.6s| 90000 | 22013 |188389 |   2.1 |  17M|  36 |   - |  40 |5309 |   0 |   0 |  22 |  48k|1272 | 0.000000e+00 |      --      |    Inf 
16.39/16.45	c  16.4s|100000 | 23942 |209007 |   2.1 |  19M|  36 |   5 |  40 |5300 |  40 |  15 |  22 |  53k|1350 | 0.000000e+00 |      --      |    Inf 
18.19/18.26	c  18.3s|110000 | 25902 |230186 |   2.1 |  20M|  36 |   - |  40 |5387 |  40 |  15 |  22 |  59k|1425 | 0.000000e+00 |      --      |    Inf 
20.09/20.10	c  20.1s|120000 | 27742 |250742 |   2.1 |  22M|  36 |   - |  40 |5689 |  40 |  15 |  22 |  65k|1483 | 0.000000e+00 |      --      |    Inf 
21.90/21.96	c  22.0s|130000 | 29461 |270952 |   2.1 |  23M|  36 |   5 |  40 |5366 |  40 |  15 |  22 |  71k|1533 | 0.000000e+00 |      --      |    Inf 
23.79/23.88	c  23.9s|140000 | 31097 |291995 |   2.1 |  25M|  36 |   5 |  40 |5805 |  40 |  15 |  22 |  77k|1585 | 0.000000e+00 |      --      |    Inf 
25.69/25.70	c  25.7s|150000 | 32994 |313208 |   2.1 |  27M|  36 |   5 |  40 |7415 |  40 |  15 |  22 |  82k|1631 | 0.000000e+00 |      --      |    Inf 
27.50/27.57	c  27.6s|160000 | 35073 |334266 |   2.1 |  29M|  36 |   - |  40 |7789 |  40 |  15 |  22 |  88k|1687 | 0.000000e+00 |      --      |    Inf 
29.49/29.59	c  29.6s|170000 | 36887 |355493 |   2.1 |  30M|  36 |   5 |  40 |6409 |  40 |  15 |  22 |  94k|1737 | 0.000000e+00 |      --      |    Inf 
31.29/31.38	c  31.4s|180000 | 39214 |376649 |   2.1 |  32M|  36 |   5 |  40 |7606 |  40 |  15 |  22 |  99k|1795 | 0.000000e+00 |      --      |    Inf 
33.49/33.50	c  33.5s|190000 | 40773 |397467 |   2.1 |  33M|  36 |   5 |  40 |6072 |  40 |  15 |  22 | 105k|1837 | 0.000000e+00 |      --      |    Inf 
35.30/35.32	c  35.3s|200000 | 42844 |418057 |   2.1 |  35M|  36 |   5 |  40 |6879 |  40 |  15 |  22 | 111k|1897 | 0.000000e+00 |      --      |    Inf 
37.39/37.44	c  37.4s|210000 | 44305 |438673 |   2.1 |  36M|  36 |   - |  40 |6285 |  40 |  15 |  22 | 117k|1949 | 0.000000e+00 |      --      |    Inf 
39.19/39.28	c  39.3s|220000 | 46449 |460827 |   2.1 |  38M|  36 |   - |  40 |9315 |   0 |   0 |  22 | 123k|1995 | 0.000000e+00 |      --      |    Inf 
41.49/41.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.49/41.53	c  41.5s|230000 | 48073 |481848 |   2.1 |  39M|  36 |   - |  40 |7219 |  40 |  15 |  22 | 129k|2037 | 0.000000e+00 |      --      |    Inf 
43.69/43.71	c  43.7s|240000 | 49550 |501873 |   2.1 |  40M|  36 |   - |  40 |6289 |  40 |  15 |  22 | 135k|2086 | 0.000000e+00 |      --      |    Inf 
45.59/45.66	c  45.7s|250000 | 51136 |523080 |   2.1 |  42M|  36 |   5 |  40 |6845 |  40 |  15 |  22 | 141k|2148 | 0.000000e+00 |      --      |    Inf 
47.80/47.82	c  47.8s|260000 | 52488 |544000 |   2.1 |  43M|  36 |   5 |  40 |6710 |  40 |  15 |  22 | 148k|2195 | 0.000000e+00 |      --      |    Inf 
49.70/49.77	c  49.8s|270000 | 54344 |564909 |   2.1 |  44M|  36 |   5 |  40 |7149 |  40 |  15 |  22 | 153k|2243 | 0.000000e+00 |      --      |    Inf 
51.89/51.96	c  52.0s|280000 | 55687 |584991 |   2.1 |  46M|  36 |   5 |  40 |6548 |  40 |  15 |  22 | 159k|2287 | 0.000000e+00 |      --      |    Inf 
53.99/54.04	c  54.0s|290000 | 57246 |605313 |   2.1 |  47M|  36 |   - |  40 |6266 |   0 |   0 |  22 | 165k|2322 | 0.000000e+00 |      --      |    Inf 
56.10/56.15	c  56.1s|300000 | 58777 |626506 |   2.1 |  48M|  36 |   5 |  40 |6538 |  40 |  15 |  22 | 171k|2368 | 0.000000e+00 |      --      |    Inf 
58.10/58.20	c  58.2s|310000 | 60271 |647643 |   2.1 |  50M|  36 |   5 |  40 |6604 |  40 |  15 |  22 | 178k|2419 | 0.000000e+00 |      --      |    Inf 
60.29/60.38	c  60.4s|320000 | 61512 |667714 |   2.1 |  51M|  36 |   5 |  40 |6145 |  40 |  15 |  22 | 184k|2454 | 0.000000e+00 |      --      |    Inf 
62.40/62.48	c  62.5s|330000 | 62798 |688684 |   2.1 |  52M|  36 |   - |  40 |5891 |  40 |  15 |  22 | 190k|2510 | 0.000000e+00 |      --      |    Inf 
64.39/64.43	c  64.4s|340000 | 64332 |709740 |   2.1 |  53M|  36 |   - |  40 |7001 |  40 |  15 |  22 | 196k|2547 | 0.000000e+00 |      --      |    Inf 
66.39/66.41	c  66.4s|350000 | 65984 |730803 |   2.1 |  55M|  36 |   5 |  40 |7947 |  40 |  15 |  22 | 202k|2574 | 0.000000e+00 |      --      |    Inf 
68.79/68.85	c  68.9s|360000 | 67025 |751422 |   2.1 |  56M|  36 |   5 |  40 |6503 |  40 |  15 |  22 | 209k|2612 | 0.000000e+00 |      --      |    Inf 
70.89/70.97	c  71.0s|370000 | 68500 |772513 |   2.1 |  57M|  36 |   5 |  40 |6958 |  40 |  15 |  22 | 215k|2646 | 0.000000e+00 |      --      |    Inf 
73.19/73.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.19/73.25	c  73.2s|380000 | 69764 |793177 |   2.1 |  58M|  36 |   5 |  40 |6694 |  40 |  15 |  22 | 221k|2705 | 0.000000e+00 |      --      |    Inf 
75.49/75.50	c  75.5s|390000 | 70877 |813828 |   2.1 |  60M|  36 |   5 |  40 |6761 |  40 |  15 |  22 | 228k|2753 | 0.000000e+00 |      --      |    Inf 
77.49/77.56	c  77.6s|400000 | 72586 |835299 |   2.1 |  61M|  36 |   5 |  40 |7738 |  40 |  15 |  22 | 234k|2779 | 0.000000e+00 |      --      |    Inf 
79.79/79.82	c  79.8s|410000 | 74034 |857248 |   2.1 |  63M|  36 |   - |  40 |8757 |  40 |  15 |  22 | 240k|2806 | 0.000000e+00 |      --      |    Inf 
81.99/82.00	c  82.0s|420000 | 75763 |878666 |   2.1 |  65M|  36 |   5 |  40 |9494 |  40 |  15 |  22 | 246k|2838 | 0.000000e+00 |      --      |    Inf 
84.29/84.34	c  84.3s|430000 | 77242 |899473 |   2.1 |  66M|  36 |   5 |  40 |8696 |  40 |  15 |  22 | 252k|2878 | 0.000000e+00 |      --      |    Inf 
86.60/86.69	c  86.7s|440000 | 78508 |920520 |   2.1 |  67M|  36 |   - |  40 |7263 |  40 |  15 |  22 | 259k|2923 | 0.000000e+00 |      --      |    Inf 
89.00/89.05	c  89.1s|450000 | 79640 |940936 |   2.1 |  68M|  36 |   5 |  40 |6948 |  40 |  15 |  22 | 265k|2959 | 0.000000e+00 |      --      |    Inf 
91.30/91.32	c  91.3s|460000 | 80831 |961549 |   2.1 |  69M|  36 |   5 |  40 |7196 |  40 |  15 |  22 | 271k|2982 | 0.000000e+00 |      --      |    Inf 
93.59/93.60	c  93.6s|470000 | 82000 |982294 |   2.1 |  70M|  36 |   - |  40 |6783 |  40 |  15 |  22 | 278k|3017 | 0.000000e+00 |      --      |    Inf 
95.89/95.95	c  95.9s|480000 | 82981 |  1003k|   2.1 |  71M|  36 |   - |  40 |6852 |  40 |  15 |  22 | 284k|3061 | 0.000000e+00 |      --      |    Inf 
98.19/98.22	c  98.2s|490000 | 84073 |  1023k|   2.1 |  72M|  36 |   5 |  40 |6890 |  40 |  15 |  22 | 291k|3093 | 0.000000e+00 |      --      |    Inf 
100.60/100.60	c   101s|500000 | 85141 |  1044k|   2.1 |  73M|  36 |   - |  40 |6417 |  40 |  15 |  22 | 297k|3134 | 0.000000e+00 |      --      |    Inf 
102.69/102.71	c   103s|510000 | 86301 |  1064k|   2.1 |  75M|  36 |   - |  40 |7694 |   0 |   0 |  22 | 303k|3154 | 0.000000e+00 |      --      |    Inf 
104.99/105.05	c   105s|520000 | 87492 |  1085k|   2.1 |  75M|  36 |   - |  40 |6545 |  40 |  15 |  22 | 310k|3191 | 0.000000e+00 |      --      |    Inf 
107.19/107.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.19/107.29	c   107s|530000 | 88745 |  1105k|   2.1 |  77M|  36 |   - |  40 |6794 |   0 |   0 |  22 | 316k|3223 | 0.000000e+00 |      --      |    Inf 
109.59/109.67	c   110s|540000 | 89751 |  1127k|   2.1 |  78M|  36 |   5 |  40 |6310 |  40 |  15 |  22 | 322k|3268 | 0.000000e+00 |      --      |    Inf 
111.69/111.77	c   112s|550000 | 91047 |  1147k|   2.1 |  79M|  36 |   5 |  40 |7640 |  40 |  15 |  22 | 328k|3296 | 0.000000e+00 |      --      |    Inf 
114.19/114.20	c   114s|560000 | 91909 |  1168k|   2.1 |  80M|  36 |   5 |  40 |7002 |  40 |  15 |  22 | 335k|3329 | 0.000000e+00 |      --      |    Inf 
116.30/116.36	c   116s|570000 | 93048 |  1188k|   2.1 |  82M|  36 |   5 |  40 |8510 |  40 |  15 |  22 | 342k|3364 | 0.000000e+00 |      --      |    Inf 
118.80/118.83	c   119s|580000 | 94049 |  1209k|   2.1 |  82M|  36 |   - |  40 |7200 |   0 |   0 |  22 | 348k|3392 | 0.000000e+00 |      --      |    Inf 
120.90/120.97	c   121s|590000 | 95397 |  1230k|   2.1 |  84M|  36 |   5 |  40 |8532 |  40 |  15 |  22 | 354k|3418 | 0.000000e+00 |      --      |    Inf 
123.50/123.54	c   124s|600000 | 96349 |  1251k|   2.1 |  85M|  36 |   - |  40 |7553 |  40 |  15 |  22 | 361k|3438 | 0.000000e+00 |      --      |    Inf 
125.79/125.82	c   126s|610000 | 97769 |  1272k|   2.1 |  86M|  36 |   5 |  40 |9005 |  40 |  15 |  22 | 367k|3468 | 0.000000e+00 |      --      |    Inf 
128.29/128.36	c   128s|620000 | 98922 |  1293k|   2.1 |  87M|  36 |   - |  40 |7928 |   0 |   0 |  22 | 373k|3494 | 0.000000e+00 |      --      |    Inf 
130.80/130.81	c   131s|630000 | 99838 |  1314k|   2.1 |  88M|  36 |   - |  40 |7580 |  40 |  15 |  22 | 380k|3517 | 0.000000e+00 |      --      |    Inf 
133.20/133.22	c   133s|640000 |100908 |  1335k|   2.1 |  89M|  36 |   - |  40 |7069 |   0 |   0 |  22 | 386k|3552 | 0.000000e+00 |      --      |    Inf 
135.20/135.27	c   135s|650000 |102493 |  1356k|   2.1 |  91M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 392k|3575 | 0.000000e+00 |      --      |    Inf 
137.69/137.75	c   138s|660000 |103787 |  1376k|   2.1 |  93M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 398k|3605 | 0.000000e+00 |      --      |    Inf 
140.40/140.47	c   140s|670000 |104852 |  1397k|   2.1 |  93M|  36 |   - |  40 |7693 |  40 |  15 |  22 | 405k|3638 | 0.000000e+00 |      --      |    Inf 
142.90/142.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.90/142.94	c   143s|680000 |105860 |  1418k|   2.1 |  94M|  36 |   5 |  40 |7503 |  40 |  15 |  22 | 411k|3658 | 0.000000e+00 |      --      |    Inf 
145.40/145.44	c   145s|690000 |106910 |  1438k|   2.1 |  95M|  36 |   5 |  40 |7274 |  40 |  15 |  22 | 418k|3689 | 0.000000e+00 |      --      |    Inf 
147.60/147.66	c   148s|700000 |108239 |  1459k|   2.1 |  96M|  36 |   5 |  40 |7961 |  40 |  15 |  22 | 424k|3712 | 0.000000e+00 |      --      |    Inf 
149.69/149.70	c   150s|710000 |110300 |  1480k|   2.1 |  98M|  36 |   5 |  40 |9325 |  40 |  15 |  22 | 429k|3738 | 0.000000e+00 |      --      |    Inf 
151.89/151.93	c   152s|720000 |111990 |  1501k|   2.1 | 100M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 435k|3780 | 0.000000e+00 |      --      |    Inf 
154.30/154.37	c   154s|730000 |113762 |  1523k|   2.1 | 102M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 441k|3798 | 0.000000e+00 |      --      |    Inf 
157.09/157.17	c   157s|740000 |115123 |  1543k|   2.1 | 103M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 447k|3820 | 0.000000e+00 |      --      |    Inf 
160.10/160.10	c   160s|750000 |116341 |  1564k|   2.1 | 105M|  36 |   - |  40 |  13k|  40 |  15 |  22 | 453k|3851 | 0.000000e+00 |      --      |    Inf 
163.09/163.17	c   163s|760000 |117394 |  1584k|   2.1 | 106M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 459k|3875 | 0.000000e+00 |      --      |    Inf 
166.29/166.37	c   166s|770000 |118244 |  1605k|   2.1 | 106M|  36 |   5 |  40 |8552 |  40 |  15 |  22 | 466k|3895 | 0.000000e+00 |      --      |    Inf 
168.90/168.97	c   169s|780000 |119382 |  1626k|   2.1 | 107M|  36 |   5 |  40 |8219 |  40 |  15 |  22 | 472k|3918 | 0.000000e+00 |      --      |    Inf 
171.30/171.38	c   171s|790000 |120591 |  1647k|   2.1 | 108M|  36 |   5 |  40 |9410 |  40 |  15 |  22 | 479k|3953 | 0.000000e+00 |      --      |    Inf 
174.10/174.12	c   174s|800000 |121634 |  1668k|   2.1 | 109M|  36 |   5 |  40 |8512 |  40 |  15 |  22 | 485k|3984 | 0.000000e+00 |      --      |    Inf 
176.70/176.73	c   177s|810000 |122731 |  1688k|   2.1 | 110M|  36 |   5 |  40 |7757 |  40 |  15 |  22 | 491k|4013 | 0.000000e+00 |      --      |    Inf 
178.90/178.92	c   179s|820000 |123990 |  1709k|   2.1 | 112M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 498k|4032 | 0.000000e+00 |      --      |    Inf 
181.59/181.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.59/181.63	c   182s|830000 |125032 |  1729k|   2.1 | 113M|  36 |   5 |  40 |9404 |  40 |  15 |  22 | 504k|4049 | 0.000000e+00 |      --      |    Inf 
184.40/184.45	c   184s|840000 |125946 |  1750k|   2.1 | 114M|  36 |   5 |  40 |8377 |  40 |  15 |  22 | 511k|4072 | 0.000000e+00 |      --      |    Inf 
186.70/186.79	c   187s|850000 |127189 |  1770k|   2.1 | 115M|  36 |   5 |  40 |8950 |  40 |  15 |  22 | 517k|4100 | 0.000000e+00 |      --      |    Inf 
189.10/189.16	c   189s|860000 |128537 |  1791k|   2.1 | 116M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 523k|4127 | 0.000000e+00 |      --      |    Inf 
192.20/192.28	c   192s|870000 |129168 |  1812k|   2.1 | 116M|  36 |   5 |  40 |6978 |  40 |  15 |  22 | 530k|4160 | 0.000000e+00 |      --      |    Inf 
194.79/194.82	c   195s|880000 |129966 |  1832k|   2.1 | 117M|  36 |   5 |  40 |7480 |  40 |  15 |  22 | 536k|4181 | 0.000000e+00 |      --      |    Inf 
197.29/197.32	c   197s|890000 |130820 |  1852k|   2.1 | 119M|  36 |   5 |  40 |7877 |  40 |  15 |  22 | 543k|4205 | 0.000000e+00 |      --      |    Inf 
199.60/199.62	c   200s|900000 |132182 |  1873k|   2.1 | 120M|  36 |   5 |  40 |9247 |  40 |  15 |  22 | 549k|4232 | 0.000000e+00 |      --      |    Inf 
202.20/202.24	c   202s|910000 |133082 |  1894k|   2.1 | 121M|  36 |   5 |  40 |9322 |  40 |  15 |  22 | 556k|4257 | 0.000000e+00 |      --      |    Inf 
204.70/204.78	c   205s|920000 |134275 |  1915k|   2.1 | 123M|  36 |   - |  40 |9869 |  40 |  15 |  22 | 562k|4281 | 0.000000e+00 |      --      |    Inf 
207.60/207.67	c   208s|930000 |134964 |  1935k|   2.1 | 123M|  36 |   5 |  40 |8550 |  40 |  15 |  22 | 569k|4321 | 0.000000e+00 |      --      |    Inf 
210.11/210.13	c   210s|940000 |135946 |  1956k|   2.1 | 124M|  36 |   - |  40 |9384 |  40 |  15 |  22 | 575k|4328 | 0.000000e+00 |      --      |    Inf 
212.70/212.71	c   213s|950000 |136902 |  1977k|   2.1 | 125M|  36 |   5 |  40 |9452 |  40 |  15 |  22 | 582k|4341 | 0.000000e+00 |      --      |    Inf 
215.29/215.35	c   215s|960000 |138194 |  1997k|   2.1 | 126M|  36 |   5 |  40 |8662 |  40 |  15 |  22 | 588k|4410 | 0.000000e+00 |      --      |    Inf 
217.59/217.66	c   218s|970000 |139644 |  2018k|   2.1 | 128M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 594k|4410 | 0.000000e+00 |      --      |    Inf 
220.60/220.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.60/220.69	c   221s|980000 |140218 |  2038k|   2.1 | 128M|  36 |   5 |  40 |7671 |  40 |  15 |  22 | 601k|4417 | 0.000000e+00 |      --      |    Inf 
223.20/223.20	c   223s|990000 |141028 |  2058k|   2.1 | 130M|  36 |   5 |  40 |8897 |  40 |  15 |  22 | 607k|4430 | 0.000000e+00 |      --      |    Inf 
225.90/225.99	c   226s|  1000k|141675 |  2079k|   2.1 | 130M|  36 |   - |  40 |6967 |  40 |  15 |  22 | 614k|4438 | 0.000000e+00 |      --      |    Inf 
228.29/228.31	c   228s|  1010k|142695 |  2099k|   2.1 | 132M|  36 |   - |  40 |8684 |  40 |  15 |  22 | 620k|4458 | 0.000000e+00 |      --      |    Inf 
230.90/231.00	c   231s|  1020k|143519 |  2120k|   2.1 | 132M|  36 |   - |  40 |7598 |   0 |   0 |  22 | 627k|4470 | 0.000000e+00 |      --      |    Inf 
233.20/233.27	c   233s|  1030k|144733 |  2141k|   2.1 | 134M|  36 |   - |  40 |9766 |  40 |  15 |  22 | 634k|4488 | 0.000000e+00 |      --      |    Inf 
235.69/235.78	c   236s|  1040k|146112 |  2163k|   2.1 | 135M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 640k|4496 | 0.000000e+00 |      --      |    Inf 
238.10/238.19	c   238s|  1050k|147708 |  2185k|   2.1 | 137M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 646k|4512 | 0.000000e+00 |      --      |    Inf 
241.00/241.02	c   241s|  1060k|148855 |  2207k|   2.1 | 139M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 652k|4524 | 0.000000e+00 |      --      |    Inf 
244.20/244.22	c   244s|  1070k|149797 |  2229k|   2.1 | 140M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 659k|4539 | 0.000000e+00 |      --      |    Inf 
247.60/247.60	c   248s|  1080k|150357 |  2249k|   2.1 | 140M|  36 |   5 |  40 |8483 |  40 |  15 |  22 | 666k|4552 | 0.000000e+00 |      --      |    Inf 
250.40/250.43	c   250s|  1090k|151165 |  2270k|   2.1 | 140M|  36 |   - |  40 |8207 |  40 |  15 |  22 | 672k|4568 | 0.000000e+00 |      --      |    Inf 
253.20/253.27	c   253s|  1100k|151841 |  2291k|   2.1 | 141M|  36 |   - |  40 |7794 |  40 |  15 |  22 | 679k|4585 | 0.000000e+00 |      --      |    Inf 
255.50/255.59	c   256s|  1110k|153101 |  2312k|   2.1 | 143M|  36 |   5 |  40 |9683 |  40 |  15 |  22 | 686k|4622 | 0.000000e+00 |      --      |    Inf 
258.40/258.49	c   258s|  1120k|154072 |  2332k|   2.1 | 144M|  36 |   5 |  40 |9381 |  40 |  15 |  22 | 692k|4632 | 0.000000e+00 |      --      |    Inf 
261.40/261.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.40/261.40	c   261s|  1130k|154733 |  2353k|   2.1 | 145M|  36 |   5 |  40 |8586 |  40 |  15 |  22 | 699k|4661 | 0.000000e+00 |      --      |    Inf 
264.10/264.15	c   264s|  1140k|155608 |  2374k|   2.1 | 146M|  36 |   5 |  40 |8268 |  40 |  15 |  22 | 706k|4683 | 0.000000e+00 |      --      |    Inf 
266.80/266.83	c   267s|  1150k|156555 |  2395k|   2.1 | 147M|  36 |   - |  40 |8340 |   0 |   0 |  22 | 712k|4698 | 0.000000e+00 |      --      |    Inf 
269.10/269.14	c   269s|  1160k|157820 |  2416k|   2.1 | 149M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 718k|4720 | 0.000000e+00 |      --      |    Inf 
272.00/272.02	c   272s|  1170k|158639 |  2437k|   2.1 | 149M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 725k|4746 | 0.000000e+00 |      --      |    Inf 
274.70/274.78	c   275s|  1180k|159304 |  2458k|   2.1 | 150M|  36 |   - |  40 |9944 |  40 |  15 |  22 | 732k|4768 | 0.000000e+00 |      --      |    Inf 
278.00/278.01	c   278s|  1190k|159755 |  2478k|   2.1 | 150M|  36 |   - |  40 |7700 |  40 |  15 |  22 | 739k|4792 | 0.000000e+00 |      --      |    Inf 
280.30/280.38	c   280s|  1200k|160905 |  2499k|   2.1 | 152M|  36 |   - |  40 |9847 |  40 |  15 |  22 | 745k|4803 | 0.000000e+00 |      --      |    Inf 
282.80/282.84	c   283s|  1210k|162070 |  2520k|   2.1 | 153M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 752k|4872 | 0.000000e+00 |      --      |    Inf 
286.00/286.03	c   286s|  1220k|162836 |  2541k|   2.1 | 154M|  36 |   5 |  40 |9496 |  40 |  15 |  22 | 759k|4872 | 0.000000e+00 |      --      |    Inf 
289.00/289.05	c   289s|  1230k|163485 |  2561k|   2.1 | 154M|  36 |   5 |  40 |8009 |  40 |  15 |  22 | 765k|4872 | 0.000000e+00 |      --      |    Inf 
291.70/291.76	c   292s|  1240k|164371 |  2582k|   2.1 | 156M|  36 |   5 |  40 |8353 |  40 |  15 |  22 | 772k|4911 | 0.000000e+00 |      --      |    Inf 
294.00/294.07	c   294s|  1250k|165708 |  2601k|   2.1 | 157M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 778k|4928 | 0.000000e+00 |      --      |    Inf 
297.20/297.20	c   297s|  1260k|166337 |  2622k|   2.1 | 158M|  36 |   - |  40 |8800 |  40 |  15 |  22 | 785k|4937 | 0.000000e+00 |      --      |    Inf 
300.40/300.43	c   300s|  1270k|166714 |  2642k|   2.1 | 158M|  36 |   5 |  40 |7939 |  40 |  15 |  22 | 791k|4958 | 0.000000e+00 |      --      |    Inf 
303.00/303.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.00/303.05	c   303s|  1280k|167816 |  2663k|   2.1 | 160M|  36 |   5 |  40 |9527 |  40 |  15 |  22 | 798k|4975 | 0.000000e+00 |      --      |    Inf 
305.90/305.96	c   306s|  1290k|168498 |  2683k|   2.1 | 160M|  36 |   - |  40 |7816 |  40 |  15 |  22 | 804k|4986 | 0.000000e+00 |      --      |    Inf 
308.50/308.53	c   309s|  1300k|169382 |  2704k|   2.1 | 161M|  36 |   - |  40 |8857 |  40 |  15 |  22 | 811k|5014 | 0.000000e+00 |      --      |    Inf 
310.80/310.83	c   311s|  1310k|170741 |  2726k|   2.1 | 163M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 818k|5029 | 0.000000e+00 |      --      |    Inf 
314.10/314.12	c   314s|  1320k|171139 |  2747k|   2.1 | 163M|  36 |   5 |  40 |9018 |  40 |  15 |  22 | 825k|5046 | 0.000000e+00 |      --      |    Inf 
316.60/316.68	c   317s|  1330k|172156 |  2768k|   2.1 | 165M|  36 |   - |  40 |  10k|   0 |   0 |  22 | 831k|5057 | 0.000000e+00 |      --      |    Inf 
319.90/319.94	c   320s|  1340k|172732 |  2788k|   2.1 | 165M|  36 |   5 |  40 |8869 |  40 |  15 |  22 | 838k|5080 | 0.000000e+00 |      --      |    Inf 
322.70/322.74	c   323s|  1350k|173516 |  2809k|   2.1 | 166M|  36 |   5 |  40 |9409 |  40 |  15 |  22 | 845k|5098 | 0.000000e+00 |      --      |    Inf 
325.61/325.62	c   326s|  1360k|174194 |  2830k|   2.1 | 167M|  36 |   - |  40 |9407 |  40 |  15 |  22 | 851k|5116 | 0.000000e+00 |      --      |    Inf 
328.30/328.37	c   328s|  1370k|175132 |  2850k|   2.1 | 169M|  36 |   - |  40 |9779 |  40 |  15 |  22 | 858k|5130 | 0.000000e+00 |      --      |    Inf 
331.40/331.43	c   331s|  1380k|175675 |  2870k|   2.1 | 169M|  36 |   5 |  40 |8665 |  40 |  15 |  22 | 865k|5140 | 0.000000e+00 |      --      |    Inf 
334.10/334.14	c   334s|  1390k|176494 |  2891k|   2.1 | 170M|  36 |   5 |  40 |9147 |  40 |  15 |  22 | 871k|5154 | 0.000000e+00 |      --      |    Inf 
337.10/337.11	c   337s|  1400k|177235 |  2912k|   2.1 | 171M|  36 |   - |  40 |8022 |  40 |  15 |  22 | 878k|5178 | 0.000000e+00 |      --      |    Inf 
339.20/339.24	c   339s|  1410k|178762 |  2933k|   2.1 | 173M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 884k|5192 | 0.000000e+00 |      --      |    Inf 
341.90/341.99	c   342s|  1420k|179623 |  2955k|   2.1 | 174M|  36 |   - |  40 |  11k|  40 |  15 |  22 | 892k|5214 | 0.000000e+00 |      --      |    Inf 
344.70/344.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.70/344.78	c   345s|  1430k|180635 |  2976k|   2.1 | 176M|  36 |   5 |  40 |  14k|  40 |  15 |  22 | 898k|5237 | 0.000000e+00 |      --      |    Inf 
348.00/348.09	c   348s|  1440k|181572 |  2996k|   2.1 | 176M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 905k|5270 | 0.000000e+00 |      --      |    Inf 
351.00/351.08	c   351s|  1450k|182532 |  3016k|   2.1 | 177M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 911k|5287 | 0.000000e+00 |      --      |    Inf 
354.30/354.33	c   354s|  1460k|183179 |  3037k|   2.1 | 178M|  36 |   5 |  40 |9155 |  40 |  15 |  22 | 918k|5312 | 0.000000e+00 |      --      |    Inf 
356.90/356.92	c   357s|  1470k|184231 |  3057k|   2.1 | 179M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 924k|5330 | 0.000000e+00 |      --      |    Inf 
359.40/359.49	c   359s|  1480k|185342 |  3079k|   2.1 | 180M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 931k|5349 | 0.000000e+00 |      --      |    Inf 
362.00/362.07	c   362s|  1490k|186298 |  3099k|   2.1 | 182M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 937k|5371 | 0.000000e+00 |      --      |    Inf 
365.70/365.72	c   366s|  1500k|186598 |  3119k|   2.1 | 182M|  36 |   - |  40 |9905 |  40 |  15 |  22 | 944k|5381 | 0.000000e+00 |      --      |    Inf 
368.80/368.82	c   369s|  1510k|187182 |  3140k|   2.1 | 182M|  36 |   - |  40 |9382 |  40 |  15 |  22 | 951k|5404 | 0.000000e+00 |      --      |    Inf 
371.60/371.70	c   372s|  1520k|187712 |  3161k|   2.1 | 183M|  36 |   5 |  40 |9649 |  40 |  15 |  22 | 958k|5424 | 0.000000e+00 |      --      |    Inf 
374.01/374.04	c   374s|  1530k|189320 |  3182k|   2.1 | 185M|  36 |   - |  40 |  11k|   0 |   0 |  22 | 964k|5445 | 0.000000e+00 |      --      |    Inf 
376.70/376.70	c   377s|  1540k|190575 |  3204k|   2.1 | 187M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 971k|5469 | 0.000000e+00 |      --      |    Inf 
380.21/380.27	c   380s|  1550k|190983 |  3225k|   2.1 | 187M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 978k|5486 | 0.000000e+00 |      --      |    Inf 
383.60/383.62	c   384s|  1560k|191531 |  3245k|   2.1 | 187M|  36 |   5 |  40 |9754 |  40 |  15 |  22 | 985k|5501 | 0.000000e+00 |      --      |    Inf 
386.60/386.66	c   387s|  1570k|192139 |  3266k|   2.1 | 188M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 991k|5518 | 0.000000e+00 |      --      |    Inf 
390.11/390.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.11/390.11	c   390s|  1580k|192455 |  3287k|   2.1 | 189M|  36 |   5 |  40 |8683 |  40 |  15 |  22 | 998k|5535 | 0.000000e+00 |      --      |    Inf 
392.20/392.24	c   392s|  1590k|194024 |  3308k|   2.1 | 191M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1004k|5553 | 0.000000e+00 |      --      |    Inf 
395.40/395.45	c   395s|  1600k|194650 |  3328k|   2.1 | 191M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1011k|5575 | 0.000000e+00 |      --      |    Inf 
397.81/397.86	c   398s|  1610k|196696 |  3350k|   2.1 | 193M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1017k|5602 | 0.000000e+00 |      --      |    Inf 
400.60/400.60	c   401s|  1620k|198402 |  3371k|   2.1 | 195M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1023k|5615 | 0.000000e+00 |      --      |    Inf 
403.50/403.51	c   404s|  1630k|199832 |  3393k|   2.1 | 196M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1030k|5629 | 0.000000e+00 |      --      |    Inf 
406.91/406.96	c   407s|  1640k|200612 |  3414k|   2.1 | 197M|  36 |   - |  40 |  13k|  40 |  15 |  22 |1037k|5658 | 0.000000e+00 |      --      |    Inf 
409.81/409.87	c   410s|  1650k|202105 |  3436k|   2.1 | 199M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1043k|5676 | 0.000000e+00 |      --      |    Inf 
413.50/413.51	c   414s|  1660k|202953 |  3457k|   2.1 | 200M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1050k|5690 | 0.000000e+00 |      --      |    Inf 
417.20/417.27	c   417s|  1670k|203500 |  3478k|   2.1 | 201M|  36 |   - |  40 |  14k|   0 |   0 |  22 |1057k|5713 | 0.000000e+00 |      --      |    Inf 
421.31/421.37	c   421s|  1680k|203978 |  3499k|   2.1 | 201M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1065k|5733 | 0.000000e+00 |      --      |    Inf 
423.81/423.85	c   424s|  1690k|205718 |  3520k|   2.1 | 204M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1071k|5751 | 0.000000e+00 |      --      |    Inf 
426.90/426.98	c   427s|  1700k|206722 |  3541k|   2.1 | 204M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1077k|5763 | 0.000000e+00 |      --      |    Inf 
430.00/430.06	c   430s|  1710k|207590 |  3562k|   2.1 | 206M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1084k|5787 | 0.000000e+00 |      --      |    Inf 
433.00/433.03	c   433s|  1720k|208860 |  3585k|   2.1 | 208M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1091k|5799 | 0.000000e+00 |      --      |    Inf 
436.00/436.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
436.00/436.02	c   436s|  1730k|210371 |  3607k|   2.1 | 209M|  36 |   - |  40 |  17k|  40 |  15 |  22 |1098k|5816 | 0.000000e+00 |      --      |    Inf 
439.61/439.67	c   440s|  1740k|210977 |  3629k|   2.1 | 210M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1105k|5839 | 0.000000e+00 |      --      |    Inf 
443.81/443.89	c   444s|  1750k|211606 |  3649k|   2.1 | 210M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1112k|5858 | 0.000000e+00 |      --      |    Inf 
448.30/448.33	c   448s|  1760k|211841 |  3670k|   2.1 | 210M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1119k|5871 | 0.000000e+00 |      --      |    Inf 
451.41/451.47	c   451s|  1770k|212716 |  3690k|   2.1 | 211M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1125k|5883 | 0.000000e+00 |      --      |    Inf 
454.50/454.54	c   455s|  1780k|213357 |  3710k|   2.1 | 212M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1132k|5892 | 0.000000e+00 |      --      |    Inf 
457.80/457.80	c   458s|  1790k|214016 |  3731k|   2.1 | 212M|  36 |   - |  40 |9943 |  40 |  15 |  22 |1139k|5912 | 0.000000e+00 |      --      |    Inf 
460.61/460.67	c   461s|  1800k|215097 |  3752k|   2.1 | 214M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1145k|5927 | 0.000000e+00 |      --      |    Inf 
463.90/463.99	c   464s|  1810k|215720 |  3772k|   2.1 | 214M|  36 |   5 |  40 |9795 |  40 |  15 |  22 |1152k|5942 | 0.000000e+00 |      --      |    Inf 
466.90/466.92	c   467s|  1820k|216586 |  3793k|   2.1 | 215M|  36 |   5 |  40 |9708 |  40 |  15 |  22 |1159k|5955 | 0.000000e+00 |      --      |    Inf 
469.40/469.46	c   469s|  1830k|217389 |  3813k|   2.1 | 217M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1166k|5968 | 0.000000e+00 |      --      |    Inf 
472.70/472.79	c   473s|  1840k|218066 |  3834k|   2.1 | 217M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1172k|5993 | 0.000000e+00 |      --      |    Inf 
475.70/475.71	c   476s|  1850k|218734 |  3854k|   2.1 | 218M|  36 |   - |  40 |9842 |  40 |  15 |  22 |1179k|6007 | 0.000000e+00 |      --      |    Inf 
479.00/479.00	c   479s|  1860k|219190 |  3875k|   2.1 | 219M|  36 |   - |  40 |8510 |  40 |  15 |  22 |1186k|6031 | 0.000000e+00 |      --      |    Inf 
481.41/481.42	c   481s|  1870k|220409 |  3896k|   2.1 | 220M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1192k|6045 | 0.000000e+00 |      --      |    Inf 
483.80/483.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.80/483.90	c   484s|  1880k|221686 |  3918k|   2.1 | 222M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1199k|6060 | 0.000000e+00 |      --      |    Inf 
487.51/487.54	c   488s|  1890k|222392 |  3939k|   2.1 | 223M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1206k|6068 | 0.000000e+00 |      --      |    Inf 
490.51/490.60	c   491s|  1900k|223177 |  3960k|   2.1 | 224M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1212k|6086 | 0.000000e+00 |      --      |    Inf 
494.31/494.34	c   494s|  1910k|223563 |  3980k|   2.1 | 224M|  36 |   5 |  40 |9861 |  40 |  15 |  22 |1220k|6104 | 0.000000e+00 |      --      |    Inf 
497.21/497.25	c   497s|  1920k|224300 |  4001k|   2.1 | 225M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1226k|6120 | 0.000000e+00 |      --      |    Inf 
500.70/500.76	c   501s|  1930k|224710 |  4022k|   2.1 | 225M|  36 |   5 |  40 |9579 |  40 |  15 |  22 |1233k|6132 | 0.000000e+00 |      --      |    Inf 
503.81/503.88	c   504s|  1940k|225303 |  4042k|   2.1 | 226M|  36 |   5 |  40 |9562 |  40 |  15 |  22 |1240k|6155 | 0.000000e+00 |      --      |    Inf 
506.91/506.94	c   507s|  1950k|225926 |  4063k|   2.1 | 227M|  36 |   5 |  40 |8891 |  40 |  15 |  22 |1247k|6174 | 0.000000e+00 |      --      |    Inf 
509.80/509.81	c   510s|  1960k|226644 |  4083k|   2.1 | 228M|  36 |   5 |  40 |9872 |  40 |  15 |  22 |1254k|6187 | 0.000000e+00 |      --      |    Inf 
513.21/513.27	c   513s|  1970k|227002 |  4103k|   2.1 | 229M|  36 |   5 |  40 |8823 |  40 |  15 |  22 |1261k|6208 | 0.000000e+00 |      --      |    Inf 
516.10/516.15	c   516s|  1980k|227656 |  4124k|   2.1 | 230M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1268k|6219 | 0.000000e+00 |      --      |    Inf 
518.81/518.84	c   519s|  1990k|228491 |  4145k|   2.1 | 231M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1274k|6234 | 0.000000e+00 |      --      |    Inf 
522.10/522.12	c   522s|  2000k|229140 |  4166k|   2.1 | 232M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1281k|6247 | 0.000000e+00 |      --      |    Inf 
525.40/525.46	c   525s|  2010k|229660 |  4186k|   2.1 | 233M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1288k|6259 | 0.000000e+00 |      --      |    Inf 
528.90/528.95	c   529s|  2020k|230051 |  4207k|   2.1 | 233M|  36 |   5 |  40 |9281 |  40 |  15 |  22 |1295k|6271 | 0.000000e+00 |      --      |    Inf 
531.81/531.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
531.81/531.82	c   532s|  2030k|230878 |  4227k|   2.1 | 234M|  36 |   - |  40 |9768 |  40 |  15 |  22 |1302k|6291 | 0.000000e+00 |      --      |    Inf 
534.20/534.25	c   534s|  2040k|232183 |  4247k|   2.1 | 236M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1308k|6306 | 0.000000e+00 |      --      |    Inf 
537.71/537.73	c   538s|  2050k|232540 |  4267k|   2.1 | 236M|  36 |   - |  40 |9126 |  40 |  15 |  22 |1314k|6323 | 0.000000e+00 |      --      |    Inf 
541.00/541.08	c   541s|  2060k|232759 |  4287k|   2.1 | 236M|  36 |   5 |  40 |8321 |  40 |  15 |  22 |1321k|6335 | 0.000000e+00 |      --      |    Inf 
544.00/544.07	c   544s|  2070k|233315 |  4307k|   2.1 | 237M|  36 |   5 |  40 |9538 |  40 |  15 |  22 |1328k|6345 | 0.000000e+00 |      --      |    Inf 
547.01/547.05	c   547s|  2080k|233943 |  4328k|   2.1 | 238M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1335k|6359 | 0.000000e+00 |      --      |    Inf 
550.40/550.45	c   550s|  2090k|234207 |  4349k|   2.1 | 239M|  36 |   - |  40 |9525 |  40 |  15 |  22 |1342k|6375 | 0.000000e+00 |      --      |    Inf 
553.21/553.29	c   553s|  2100k|235058 |  4369k|   2.1 | 240M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1349k|6394 | 0.000000e+00 |      --      |    Inf 
556.21/556.20	c   556s|  2110k|235756 |  4389k|   2.1 | 241M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1356k|6403 | 0.000000e+00 |      --      |    Inf 
559.50/559.53	c   560s|  2120k|236384 |  4410k|   2.1 | 242M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1363k|6413 | 0.000000e+00 |      --      |    Inf 
562.60/562.62	c   563s|  2130k|237007 |  4430k|   2.1 | 243M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1370k|6425 | 0.000000e+00 |      --      |    Inf 
566.01/566.05	c   566s|  2140k|237500 |  4450k|   2.1 | 243M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1377k|6436 | 0.000000e+00 |      --      |    Inf 
569.61/569.62	c   570s|  2150k|237785 |  4471k|   2.1 | 244M|  36 |   5 |  40 |8781 |  40 |  15 |  22 |1384k|6447 | 0.000000e+00 |      --      |    Inf 
572.51/572.52	c   573s|  2160k|238455 |  4492k|   2.1 | 245M|  36 |   5 |  40 |9948 |  40 |  15 |  22 |1391k|6464 | 0.000000e+00 |      --      |    Inf 
575.81/575.86	c   576s|  2170k|238867 |  4513k|   2.1 | 245M|  36 |   5 |  40 |9319 |  40 |  15 |  22 |1398k|6480 | 0.000000e+00 |      --      |    Inf 
578.52/578.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
578.52/578.58	c   579s|  2180k|239621 |  4534k|   2.1 | 247M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1405k|6492 | 0.000000e+00 |      --      |    Inf 
581.81/581.85	c   582s|  2190k|240143 |  4554k|   2.1 | 248M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1412k|6504 | 0.000000e+00 |      --      |    Inf 
584.71/584.76	c   585s|  2200k|241082 |  4575k|   2.1 | 249M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1418k|6519 | 0.000000e+00 |      --      |    Inf 
588.31/588.39	c   588s|  2210k|241573 |  4595k|   2.1 | 249M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1425k|6536 | 0.000000e+00 |      --      |    Inf 
591.91/591.97	c   592s|  2220k|242115 |  4616k|   2.1 | 250M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1432k|6551 | 0.000000e+00 |      --      |    Inf 
595.01/595.06	c   595s|  2230k|242899 |  4637k|   2.1 | 251M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1439k|6571 | 0.000000e+00 |      --      |    Inf 
598.90/598.96	c   599s|  2240k|243193 |  4658k|   2.1 | 251M|  36 |   5 |  40 |9325 |  40 |  15 |  22 |1446k|6577 | 0.000000e+00 |      --      |    Inf 
601.91/601.96	c   602s|  2250k|243809 |  4678k|   2.1 | 252M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1453k|6589 | 0.000000e+00 |      --      |    Inf 
605.21/605.26	c   605s|  2260k|244238 |  4699k|   2.1 | 253M|  36 |   - |  40 |8559 |  40 |  15 |  22 |1459k|6608 | 0.000000e+00 |      --      |    Inf 
607.81/607.81	c   608s|  2270k|245012 |  4720k|   2.1 | 254M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1467k|6630 | 0.000000e+00 |      --      |    Inf 
611.20/611.22	c   611s|  2280k|245516 |  4741k|   2.1 | 255M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1474k|6641 | 0.000000e+00 |      --      |    Inf 
613.91/613.90	c   614s|  2290k|246431 |  4761k|   2.1 | 257M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1480k|6658 | 0.000000e+00 |      --      |    Inf 
617.21/617.23	c   617s|  2300k|246817 |  4781k|   2.1 | 257M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1487k|6671 | 0.000000e+00 |      --      |    Inf 
621.01/621.05	c   621s|  2310k|247023 |  4802k|   2.1 | 257M|  36 |   5 |  40 |8933 |  40 |  15 |  22 |1494k|6687 | 0.000000e+00 |      --      |    Inf 
623.81/623.88	c   624s|  2320k|247797 |  4823k|   2.1 | 258M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1501k|6699 | 0.000000e+00 |      --      |    Inf 
627.02/627.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.02/627.08	c   627s|  2330k|248311 |  4844k|   2.1 | 259M|  36 |   - |  40 |9974 |  40 |  15 |  22 |1508k|6710 | 0.000000e+00 |      --      |    Inf 
630.32/630.32	c   630s|  2340k|248793 |  4865k|   2.1 | 259M|  36 |   5 |  40 |9880 |  40 |  15 |  22 |1515k|6728 | 0.000000e+00 |      --      |    Inf 
633.41/633.45	c   633s|  2350k|249358 |  4885k|   2.1 | 260M|  36 |   - |  40 |9668 |  40 |  15 |  22 |1521k|6743 | 0.000000e+00 |      --      |    Inf 
636.51/636.56	c   637s|  2360k|249836 |  4906k|   2.1 | 261M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1528k|6754 | 0.000000e+00 |      --      |    Inf 
640.11/640.17	c   640s|  2370k|250031 |  4926k|   2.1 | 261M|  36 |   5 |  40 |8957 |  40 |  15 |  22 |1535k|6769 | 0.000000e+00 |      --      |    Inf 
642.91/642.98	c   643s|  2380k|250693 |  4947k|   2.1 | 263M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1542k|6783 | 0.000000e+00 |      --      |    Inf 
646.21/646.28	c   646s|  2390k|251213 |  4967k|   2.1 | 264M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1549k|6799 | 0.000000e+00 |      --      |    Inf 
649.51/649.58	c   650s|  2400k|251697 |  4988k|   2.1 | 264M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1556k|6815 | 0.000000e+00 |      --      |    Inf 
652.81/652.80	c   653s|  2410k|252193 |  5008k|   2.1 | 265M|  36 |   5 |  40 |9865 |  40 |  15 |  22 |1563k|6832 | 0.000000e+00 |      --      |    Inf 
655.81/655.87	c   656s|  2420k|252812 |  5030k|   2.1 | 266M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1570k|6843 | 0.000000e+00 |      --      |    Inf 
659.11/659.15	c   659s|  2430k|253295 |  5050k|   2.1 | 266M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1577k|6854 | 0.000000e+00 |      --      |    Inf 
662.71/662.73	c   663s|  2440k|253539 |  5071k|   2.1 | 267M|  36 |   5 |  40 |8853 |  40 |  15 |  22 |1584k|6866 | 0.000000e+00 |      --      |    Inf 
665.91/665.98	c   666s|  2450k|253913 |  5092k|   2.1 | 267M|  36 |   - |  40 |9251 |  40 |  15 |  22 |1591k|6885 | 0.000000e+00 |      --      |    Inf 
669.11/669.13	c   669s|  2460k|254304 |  5112k|   2.1 | 268M|  36 |   5 |  40 |9417 |  40 |  15 |  22 |1598k|6901 | 0.000000e+00 |      --      |    Inf 
672.41/672.47	c   672s|  2470k|254781 |  5133k|   2.1 | 268M|  36 |   - |  40 |8320 |  40 |  15 |  22 |1605k|6919 | 0.000000e+00 |      --      |    Inf 
674.51/674.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
674.51/674.58	c   675s|  2480k|257513 |  5155k|   2.1 | 270M|  36 |   5 |  40 |9531 |  40 |  15 |  22 |1610k|6938 | 0.000000e+00 |      --      |    Inf 
676.91/676.97	c   677s|  2490k|259658 |  5177k|   2.1 | 272M|  36 |   - |  40 |9655 |  40 |  15 |  22 |1616k|6949 | 0.000000e+00 |      --      |    Inf 
679.42/679.40	c   679s|  2500k|261628 |  5198k|   2.1 | 274M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1621k|6960 | 0.000000e+00 |      --      |    Inf 
682.11/682.11	c   682s|  2510k|263174 |  5219k|   2.1 | 275M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1627k|6970 | 0.000000e+00 |      --      |    Inf 
684.51/684.55	c   685s|  2520k|264961 |  5241k|   2.1 | 277M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1633k|6991 | 0.000000e+00 |      --      |    Inf 
687.21/687.28	c   687s|  2530k|266423 |  5263k|   2.1 | 278M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1639k|7001 | 0.000000e+00 |      --      |    Inf 
690.01/690.03	c   690s|  2540k|267863 |  5284k|   2.1 | 279M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1645k|7011 | 0.000000e+00 |      --      |    Inf 
692.81/692.86	c   693s|  2550k|269295 |  5306k|   2.1 | 281M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1651k|7023 | 0.000000e+00 |      --      |    Inf 
695.51/695.53	c   696s|  2560k|270787 |  5327k|   2.1 | 283M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1658k|7035 | 0.000000e+00 |      --      |    Inf 
698.61/698.65	c   699s|  2570k|271957 |  5349k|   2.1 | 284M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1664k|7047 | 0.000000e+00 |      --      |    Inf 
702.01/702.04	c   702s|  2580k|272944 |  5370k|   2.1 | 285M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1670k|7066 | 0.000000e+00 |      --      |    Inf 
705.21/705.26	c   705s|  2590k|274069 |  5391k|   2.1 | 286M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1677k|7076 | 0.000000e+00 |      --      |    Inf 
708.52/708.59	c   709s|  2600k|274903 |  5413k|   2.1 | 287M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1684k|7089 | 0.000000e+00 |      --      |    Inf 
711.81/711.80	c   712s|  2610k|275990 |  5435k|   2.1 | 288M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1690k|7106 | 0.000000e+00 |      --      |    Inf 
715.02/715.04	c   715s|  2620k|277068 |  5456k|   2.1 | 290M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1697k|7119 | 0.000000e+00 |      --      |    Inf 
718.01/718.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
718.01/718.09	c   718s|  2630k|278457 |  5478k|   2.1 | 291M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1703k|7131 | 0.000000e+00 |      --      |    Inf 
721.11/721.17	c   721s|  2640k|280279 |  5500k|   2.1 | 293M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1709k|7152 | 0.000000e+00 |      --      |    Inf 
724.31/724.31	c   724s|  2650k|281601 |  5522k|   2.1 | 295M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |1715k|7166 | 0.000000e+00 |      --      |    Inf 
728.31/728.38	c   728s|  2660k|282387 |  5543k|   2.1 | 295M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1722k|7182 | 0.000000e+00 |      --      |    Inf 
732.11/732.14	c   732s|  2670k|283123 |  5565k|   2.1 | 296M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1729k|7192 | 0.000000e+00 |      --      |    Inf 
735.92/735.97	c   736s|  2680k|283858 |  5587k|   2.1 | 297M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1736k|7200 | 0.000000e+00 |      --      |    Inf 
739.32/739.38	c   739s|  2690k|284828 |  5608k|   2.1 | 298M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1743k|7209 | 0.000000e+00 |      --      |    Inf 
742.61/742.61	c   743s|  2700k|286210 |  5630k|   2.1 | 300M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1749k|7226 | 0.000000e+00 |      --      |    Inf 
746.51/746.58	c   747s|  2710k|287031 |  5651k|   2.1 | 300M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1755k|7234 | 0.000000e+00 |      --      |    Inf 
750.61/750.67	c   751s|  2720k|287531 |  5672k|   2.1 | 301M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1762k|7243 | 0.000000e+00 |      --      |    Inf 
754.21/754.29	c   754s|  2730k|288273 |  5694k|   2.1 | 302M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1769k|7254 | 0.000000e+00 |      --      |    Inf 
758.61/758.66	c   759s|  2740k|288665 |  5715k|   2.1 | 303M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1776k|7269 | 0.000000e+00 |      --      |    Inf 
762.51/762.50	c   763s|  2750k|289212 |  5737k|   2.1 | 304M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1783k|7279 | 0.000000e+00 |      --      |    Inf 
766.32/766.37	c   766s|  2760k|289729 |  5758k|   2.1 | 304M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1790k|7293 | 0.000000e+00 |      --      |    Inf 
770.21/770.28	c   770s|  2770k|290146 |  5780k|   2.1 | 305M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1797k|7303 | 0.000000e+00 |      --      |    Inf 
774.02/774.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
774.02/774.05	c   774s|  2780k|290747 |  5802k|   2.1 | 306M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1804k|7312 | 0.000000e+00 |      --      |    Inf 
777.81/777.84	c   778s|  2790k|291391 |  5824k|   2.1 | 307M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1811k|7322 | 0.000000e+00 |      --      |    Inf 
782.01/782.03	c   782s|  2800k|291618 |  5845k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1818k|7337 | 0.000000e+00 |      --      |    Inf 
786.11/786.11	c   786s|  2810k|291896 |  5867k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1825k|7356 | 0.000000e+00 |      --      |    Inf 
789.72/789.72	c   790s|  2820k|292642 |  5888k|   2.1 | 310M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1832k|7372 | 0.000000e+00 |      --      |    Inf 
793.82/793.80	c   794s|  2830k|293299 |  5909k|   2.1 | 310M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1839k|7385 | 0.000000e+00 |      --      |    Inf 
797.21/797.24	c   797s|  2840k|293948 |  5929k|   2.1 | 311M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1846k|7401 | 0.000000e+00 |      --      |    Inf 
801.21/801.28	c   801s|  2850k|294368 |  5951k|   2.1 | 312M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1853k|7419 | 0.000000e+00 |      --      |    Inf 
805.22/805.21	c   805s|  2860k|295261 |  5972k|   2.1 | 313M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1859k|7426 | 0.000000e+00 |      --      |    Inf 
808.11/808.19	c   808s|  2870k|296544 |  5992k|   2.1 | 314M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1865k|7445 | 0.000000e+00 |      --      |    Inf 
811.91/811.98	c   812s|  2880k|296997 |  6012k|   2.1 | 315M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1872k|7456 | 0.000000e+00 |      --      |    Inf 
816.41/816.48	c   816s|  2890k|297352 |  6032k|   2.1 | 314M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1879k|7466 | 0.000000e+00 |      --      |    Inf 
820.21/820.26	c   820s|  2900k|297739 |  6053k|   2.1 | 315M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1886k|7482 | 0.000000e+00 |      --      |    Inf 
823.71/823.74	c   824s|  2910k|298155 |  6074k|   2.1 | 316M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1892k|7491 | 0.000000e+00 |      --      |    Inf 
827.61/827.68	c   828s|  2920k|298270 |  6094k|   2.1 | 316M|  36 |   - |  40 |9260 |  40 |  15 |  22 |1899k|7516 | 0.000000e+00 |      --      |    Inf 
830.32/830.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
830.32/830.38	c   830s|  2930k|299100 |  6116k|   2.1 | 318M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1907k|7528 | 0.000000e+00 |      --      |    Inf 
834.41/834.45	c   834s|  2940k|299305 |  6137k|   2.1 | 318M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1914k|7541 | 0.000000e+00 |      --      |    Inf 
838.13/838.19	c   838s|  2950k|299516 |  6158k|   2.1 | 318M|  36 |   5 |  40 |9476 |  40 |  15 |  22 |1921k|7559 | 0.000000e+00 |      --      |    Inf 
841.22/841.24	c   841s|  2960k|300451 |  6179k|   2.1 | 319M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1928k|7571 | 0.000000e+00 |      --      |    Inf 
844.51/844.50	c   845s|  2970k|300918 |  6200k|   2.1 | 320M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1935k|7582 | 0.000000e+00 |      --      |    Inf 
847.81/847.81	c   848s|  2980k|301725 |  6220k|   2.1 | 321M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1941k|7619 | 0.000000e+00 |      --      |    Inf 
851.12/851.11	c   851s|  2990k|302199 |  6242k|   2.1 | 322M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1948k|7619 | 0.000000e+00 |      --      |    Inf 
854.72/854.70	c   855s|  3000k|302810 |  6262k|   2.1 | 323M|  36 |   - |  40 |  11k|   0 |   0 |  22 |1955k|7627 | 0.000000e+00 |      --      |    Inf 
858.52/858.53	c   859s|  3010k|303109 |  6283k|   2.1 | 323M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1962k|7639 | 0.000000e+00 |      --      |    Inf 
861.32/861.38	c   861s|  3020k|303908 |  6304k|   2.1 | 325M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1969k|7651 | 0.000000e+00 |      --      |    Inf 
864.92/864.93	c   865s|  3030k|304453 |  6325k|   2.1 | 325M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1976k|7662 | 0.000000e+00 |      --      |    Inf 
868.72/868.74	c   869s|  3040k|304781 |  6346k|   2.1 | 326M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1983k|7672 | 0.000000e+00 |      --      |    Inf 
872.52/872.58	c   873s|  3050k|305054 |  6367k|   2.1 | 326M|  36 |   5 |  40 |9518 |  40 |  15 |  22 |1990k|7688 | 0.000000e+00 |      --      |    Inf 
875.81/875.86	c   876s|  3060k|305532 |  6387k|   2.1 | 327M|  36 |   5 |  40 |9904 |  40 |  15 |  22 |1997k|7702 | 0.000000e+00 |      --      |    Inf 
879.12/879.12	c   879s|  3070k|306010 |  6408k|   2.1 | 328M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2004k|7713 | 0.000000e+00 |      --      |    Inf 
882.42/882.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
882.42/882.42	c   882s|  3080k|306368 |  6429k|   2.1 | 328M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2011k|7721 | 0.000000e+00 |      --      |    Inf 
885.32/885.36	c   885s|  3090k|307008 |  6449k|   2.1 | 329M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2018k|7738 | 0.000000e+00 |      --      |    Inf 
889.22/889.23	c   889s|  3100k|307163 |  6469k|   2.1 | 329M|  36 |   5 |  40 |9817 |  40 |  15 |  22 |2025k|7753 | 0.000000e+00 |      --      |    Inf 
892.51/892.56	c   893s|  3110k|307570 |  6489k|   2.1 | 330M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2032k|7763 | 0.000000e+00 |      --      |    Inf 
896.12/896.12	c   896s|  3120k|307867 |  6510k|   2.1 | 331M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2039k|7775 | 0.000000e+00 |      --      |    Inf 
899.92/899.99	c   900s|  3130k|307833 |  6531k|   2.1 | 331M|  36 |   5 |  40 |9324 |  40 |  15 |  22 |2046k|7791 | 0.000000e+00 |      --      |    Inf 
903.42/903.42	c   903s|  3140k|308081 |  6551k|   2.1 | 332M|  36 |   - |  40 |9883 |  40 |  15 |  22 |2053k|7804 | 0.000000e+00 |      --      |    Inf 
906.92/906.94	c   907s|  3150k|308310 |  6572k|   2.1 | 332M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2060k|7820 | 0.000000e+00 |      --      |    Inf 
910.82/910.81	c   911s|  3160k|308305 |  6592k|   2.1 | 332M|  36 |   - |  40 |9324 |  40 |  15 |  22 |2067k|7828 | 0.000000e+00 |      --      |    Inf 
914.12/914.10	c   914s|  3170k|309087 |  6613k|   2.1 | 333M|  36 |   5 |  40 |9812 |  40 |  15 |  22 |2074k|7840 | 0.000000e+00 |      --      |    Inf 
916.82/916.89	c   917s|  3180k|309906 |  6635k|   2.1 | 335M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2081k|7846 | 0.000000e+00 |      --      |    Inf 
920.22/920.26	c   920s|  3190k|310453 |  6657k|   2.1 | 336M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2087k|7853 | 0.000000e+00 |      --      |    Inf 
923.21/923.23	c   923s|  3200k|312119 |  6677k|   2.1 | 337M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2093k|7864 | 0.000000e+00 |      --      |    Inf 
926.22/926.20	c   926s|  3210k|313498 |  6697k|   2.1 | 339M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2099k|7871 | 0.000000e+00 |      --      |    Inf 
929.42/929.40	c   929s|  3220k|314475 |  6717k|   2.1 | 340M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2106k|7884 | 0.000000e+00 |      --      |    Inf 
932.52/932.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
932.52/932.54	c   933s|  3230k|315514 |  6737k|   2.1 | 341M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2112k|7897 | 0.000000e+00 |      --      |    Inf 
936.22/936.27	c   936s|  3240k|316085 |  6757k|   2.1 | 342M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2119k|7913 | 0.000000e+00 |      --      |    Inf 
939.52/939.51	c   940s|  3250k|317052 |  6777k|   2.1 | 343M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2125k|7928 | 0.000000e+00 |      --      |    Inf 
942.72/942.74	c   943s|  3260k|317978 |  6797k|   2.1 | 345M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2132k|7934 | 0.000000e+00 |      --      |    Inf 
947.22/947.20	c   947s|  3270k|318022 |  6817k|   2.1 | 345M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2139k|7949 | 0.000000e+00 |      --      |    Inf 
950.81/950.85	c   951s|  3280k|318469 |  6837k|   2.1 | 346M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2146k|7967 | 0.000000e+00 |      --      |    Inf 
955.22/955.27	c   955s|  3290k|318649 |  6858k|   2.1 | 345M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2153k|7986 | 0.000000e+00 |      --      |    Inf 
958.32/958.34	c   958s|  3300k|320190 |  6880k|   2.1 | 347M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2159k|7995 | 0.000000e+00 |      --      |    Inf 
961.42/961.48	c   961s|  3310k|321554 |  6902k|   2.1 | 349M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2166k|8008 | 0.000000e+00 |      --      |    Inf 
965.52/965.56	c   966s|  3320k|322187 |  6924k|   2.1 | 350M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2173k|8017 | 0.000000e+00 |      --      |    Inf 
970.02/970.03	c   970s|  3330k|322467 |  6947k|   2.1 | 351M|  36 |   5 |  40 |  18k|  40 |  15 |  22 |2180k|8025 | 0.000000e+00 |      --      |    Inf 
974.62/974.66	c   975s|  3340k|322684 |  6968k|   2.1 | 351M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2188k|8037 | 0.000000e+00 |      --      |    Inf 
979.52/979.58	c   980s|  3350k|322770 |  6989k|   2.1 | 350M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2195k|8049 | 0.000000e+00 |      --      |    Inf 
983.42/983.48	c   983s|  3360k|323049 |  7009k|   2.1 | 351M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2202k|8060 | 0.000000e+00 |      --      |    Inf 
987.42/987.47	c   987s|  3370k|323216 |  7030k|   2.1 | 351M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2209k|8083 | 0.000000e+00 |      --      |    Inf 
990.42/990.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
990.42/990.45	c   990s|  3380k|323993 |  7052k|   2.1 | 352M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2216k|8096 | 0.000000e+00 |      --      |    Inf 
993.72/993.72	c   994s|  3390k|324514 |  7073k|   2.1 | 353M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2223k|8111 | 0.000000e+00 |      --      |    Inf 
997.52/997.58	c   998s|  3400k|324723 |  7094k|   2.1 | 353M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2230k|8128 | 0.000000e+00 |      --      |    Inf 
1001.42/1001.44	c  1001s|  3410k|324893 |  7114k|   2.1 | 354M|  36 |   - |  40 |9699 |  40 |  15 |  22 |2238k|8147 | 0.000000e+00 |      --      |    Inf 
1004.72/1004.70	c  1005s|  3420k|325402 |  7135k|   2.1 | 355M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2244k|8161 | 0.000000e+00 |      --      |    Inf 
1008.52/1008.54	c  1009s|  3430k|325554 |  7156k|   2.1 | 355M|  36 |   - |  40 |9738 |  40 |  15 |  22 |2252k|8176 | 0.000000e+00 |      --      |    Inf 
1012.42/1012.40	c  1012s|  3440k|325632 |  7177k|   2.1 | 355M|  36 |   5 |  40 |9888 |  40 |  15 |  22 |2259k|8182 | 0.000000e+00 |      --      |    Inf 
1016.02/1016.01	c  1016s|  3450k|325877 |  7197k|   2.1 | 356M|  36 |   5 |  40 |9547 |  40 |  15 |  22 |2266k|8196 | 0.000000e+00 |      --      |    Inf 
1019.82/1019.83	c  1020s|  3460k|325934 |  7218k|   2.1 | 356M|  36 |   5 |  40 |8668 |  40 |  15 |  22 |2273k|8204 | 0.000000e+00 |      --      |    Inf 
1022.82/1022.88	c  1023s|  3470k|326371 |  7238k|   2.1 | 357M|  36 |   - |  40 |9849 |  40 |  15 |  22 |2280k|8219 | 0.000000e+00 |      --      |    Inf 
1025.93/1025.98	c  1026s|  3480k|326880 |  7258k|   2.1 | 358M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2286k|8224 | 0.000000e+00 |      --      |    Inf 
1029.72/1029.77	c  1030s|  3490k|326915 |  7279k|   2.1 | 358M|  36 |   5 |  40 |8406 |  40 |  15 |  22 |2294k|8240 | 0.000000e+00 |      --      |    Inf 
1032.32/1032.37	c  1032s|  3500k|327947 |  7300k|   2.1 | 360M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2300k|8249 | 0.000000e+00 |      --      |    Inf 
1036.23/1036.22	c  1036s|  3510k|328094 |  7321k|   2.1 | 360M|  36 |   5 |  40 |9236 |  40 |  15 |  22 |2307k|8257 | 0.000000e+00 |      --      |    Inf 
1038.62/1038.62	c  1039s|  3520k|329579 |  7342k|   2.1 | 362M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2313k|8272 | 0.000000e+00 |      --      |    Inf 
1041.63/1041.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1041.63/1041.70	c  1042s|  3530k|330250 |  7363k|   2.1 | 363M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2320k|8286 | 0.000000e+00 |      --      |    Inf 
1044.93/1044.95	c  1045s|  3540k|330540 |  7384k|   2.1 | 364M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2327k|8295 | 0.000000e+00 |      --      |    Inf 
1048.53/1048.54	c  1049s|  3550k|331141 |  7405k|   2.1 | 364M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2334k|8307 | 0.000000e+00 |      --      |    Inf 
1052.02/1052.01	c  1052s|  3560k|331476 |  7427k|   2.1 | 365M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2342k|8314 | 0.000000e+00 |      --      |    Inf 
1055.72/1055.78	c  1056s|  3570k|331757 |  7447k|   2.1 | 365M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2349k|8326 | 0.000000e+00 |      --      |    Inf 
1059.42/1059.46	c  1059s|  3580k|332030 |  7468k|   2.1 | 366M|  36 |   5 |  40 |9864 |  40 |  15 |  22 |2356k|8330 | 0.000000e+00 |      --      |    Inf 
1063.22/1063.26	c  1063s|  3590k|332056 |  7489k|   2.1 | 366M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2363k|8340 | 0.000000e+00 |      --      |    Inf 
1067.02/1067.07	c  1067s|  3600k|332147 |  7509k|   2.1 | 366M|  36 |   - |  40 |9541 |  40 |  15 |  22 |2370k|8354 | 0.000000e+00 |      --      |    Inf 
1070.32/1070.32	c  1070s|  3610k|332549 |  7530k|   2.1 | 367M|  36 |   - |  40 |9954 |  40 |  15 |  22 |2377k|8361 | 0.000000e+00 |      --      |    Inf 
1073.53/1073.53	c  1074s|  3620k|333347 |  7551k|   2.1 | 368M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2384k|8370 | 0.000000e+00 |      --      |    Inf 
1076.23/1076.24	c  1076s|  3630k|333979 |  7572k|   2.1 | 369M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2391k|8385 | 0.000000e+00 |      --      |    Inf 
1079.83/1079.83	c  1080s|  3640k|334162 |  7593k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2399k|8399 | 0.000000e+00 |      --      |    Inf 
1083.33/1083.38	c  1083s|  3650k|334483 |  7614k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2405k|8415 | 0.000000e+00 |      --      |    Inf 
1087.13/1087.18	c  1087s|  3660k|334652 |  7635k|   2.1 | 371M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2413k|8428 | 0.000000e+00 |      --      |    Inf 
1090.13/1090.15	c  1090s|  3670k|335385 |  7655k|   2.1 | 372M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2419k|8435 | 0.000000e+00 |      --      |    Inf 
1093.82/1093.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1093.82/1093.83	c  1094s|  3680k|335701 |  7676k|   2.1 | 372M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2427k|8460 | 0.000000e+00 |      --      |    Inf 
1096.92/1096.95	c  1097s|  3690k|337013 |  7697k|   2.1 | 374M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2433k|8469 | 0.000000e+00 |      --      |    Inf 
1099.72/1099.75	c  1100s|  3700k|338547 |  7718k|   2.1 | 376M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2439k|8479 | 0.000000e+00 |      --      |    Inf 
1103.02/1103.07	c  1103s|  3710k|339451 |  7739k|   2.1 | 377M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2446k|8489 | 0.000000e+00 |      --      |    Inf 
1106.33/1106.37	c  1106s|  3720k|340407 |  7761k|   2.1 | 378M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2452k|8507 | 0.000000e+00 |      --      |    Inf 
1110.23/1110.28	c  1110s|  3730k|341020 |  7782k|   2.1 | 380M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2459k|8516 | 0.000000e+00 |      --      |    Inf 
1114.73/1114.70	c  1115s|  3740k|341234 |  7803k|   2.1 | 380M|  36 |   - |  40 |  15k|  40 |  15 |  22 |2466k|8527 | 0.000000e+00 |      --      |    Inf 
1118.53/1118.51	c  1119s|  3750k|341881 |  7824k|   2.1 | 381M|  36 |   - |  40 |  18k|  40 |  15 |  22 |2473k|8539 | 0.000000e+00 |      --      |    Inf 
1123.72/1123.78	c  1124s|  3760k|341825 |  7844k|   2.1 | 381M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2481k|8553 | 0.000000e+00 |      --      |    Inf 
1128.12/1128.19	c  1128s|  3770k|342068 |  7865k|   2.1 | 381M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2488k|8569 | 0.000000e+00 |      --      |    Inf 
1132.02/1132.09	c  1132s|  3780k|342355 |  7886k|   2.1 | 382M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2495k|8580 | 0.000000e+00 |      --      |    Inf 
1135.83/1135.82	c  1136s|  3790k|342803 |  7906k|   2.1 | 382M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2502k|8594 | 0.000000e+00 |      --      |    Inf 
1139.63/1139.69	c  1140s|  3800k|343089 |  7927k|   2.1 | 383M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2509k|8608 | 0.000000e+00 |      --      |    Inf 
1142.72/1142.71	c  1143s|  3810k|343840 |  7948k|   2.1 | 384M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2516k|8621 | 0.000000e+00 |      --      |    Inf 
1147.03/1147.00	c  1147s|  3820k|343838 |  7968k|   2.1 | 384M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2523k|8637 | 0.000000e+00 |      --      |    Inf 
1151.03/1151.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1151.03/1151.00	c  1151s|  3830k|343923 |  7989k|   2.1 | 384M|  36 |   5 |  40 |9191 |  40 |  15 |  22 |2530k|8652 | 0.000000e+00 |      --      |    Inf 
1154.22/1154.26	c  1154s|  3840k|344305 |  8010k|   2.1 | 385M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2538k|8660 | 0.000000e+00 |      --      |    Inf 
1157.42/1157.45	c  1157s|  3850k|344757 |  8031k|   2.1 | 386M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2545k|8670 | 0.000000e+00 |      --      |    Inf 
1161.63/1161.63	c  1162s|  3860k|344806 |  8051k|   2.1 | 386M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2552k|8692 | 0.000000e+00 |      --      |    Inf 
1165.03/1165.03	c  1165s|  3870k|345258 |  8072k|   2.1 | 387M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2559k|8697 | 0.000000e+00 |      --      |    Inf 
1168.93/1168.98	c  1169s|  3880k|345336 |  8093k|   2.1 | 387M|  36 |   - |  40 |9953 |   0 |   0 |  22 |2566k|8711 | 0.000000e+00 |      --      |    Inf 
1172.53/1172.57	c  1173s|  3890k|345431 |  8113k|   2.1 | 387M|  36 |   5 |  40 |9096 |  40 |  15 |  22 |2573k|8718 | 0.000000e+00 |      --      |    Inf 
1176.02/1176.01	c  1176s|  3900k|345569 |  8135k|   2.1 | 388M|  36 |   5 |  40 |9637 |  40 |  15 |  22 |2581k|8732 | 0.000000e+00 |      --      |    Inf 
1179.13/1179.13	c  1179s|  3910k|345990 |  8156k|   2.1 | 389M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2587k|8751 | 0.000000e+00 |      --      |    Inf 
1182.43/1182.48	c  1182s|  3920k|346284 |  8176k|   2.1 | 390M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2595k|8757 | 0.000000e+00 |      --      |    Inf 
1186.02/1186.00	c  1186s|  3930k|346763 |  8197k|   2.1 | 390M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2602k|8765 | 0.000000e+00 |      --      |    Inf 
1189.33/1189.39	c  1189s|  3940k|347412 |  8217k|   2.1 | 391M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2609k|8776 | 0.000000e+00 |      --      |    Inf 
1192.83/1192.82	c  1193s|  3950k|347796 |  8238k|   2.1 | 392M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2616k|8792 | 0.000000e+00 |      --      |    Inf 
1195.92/1195.95	c  1196s|  3960k|348437 |  8259k|   2.1 | 393M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2622k|8796 | 0.000000e+00 |      --      |    Inf 
1199.53/1199.50	c  1199s|  3970k|348859 |  8279k|   2.1 | 393M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2629k|8805 | 0.000000e+00 |      --      |    Inf 
1203.23/1203.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1203.23/1203.27	c  1203s|  3980k|349084 |  8300k|   2.1 | 393M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2636k|8815 | 0.000000e+00 |      --      |    Inf 
1206.92/1206.95	c  1207s|  3990k|349256 |  8320k|   2.1 | 394M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2643k|8834 | 0.000000e+00 |      --      |    Inf 
1210.93/1210.94	c  1211s|  4000k|349230 |  8341k|   2.1 | 394M|  36 |   - |  40 |9353 |   0 |   0 |  22 |2651k|8844 | 0.000000e+00 |      --      |    Inf 
1214.62/1214.62	c  1215s|  4010k|349327 |  8362k|   2.1 | 394M|  36 |   - |  40 |9117 |   0 |   0 |  22 |2658k|8852 | 0.000000e+00 |      --      |    Inf 
1217.33/1217.39	c  1217s|  4020k|350020 |  8383k|   2.1 | 396M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2665k|8865 | 0.000000e+00 |      --      |    Inf 
1220.32/1220.36	c  1220s|  4030k|350639 |  8404k|   2.1 | 397M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2671k|8877 | 0.000000e+00 |      --      |    Inf 
1225.03/1225.00	c  1225s|  4040k|350559 |  8425k|   2.1 | 396M|  36 |   5 |  40 |9415 |  40 |  15 |  22 |2679k|8883 | 0.000000e+00 |      --      |    Inf 
1228.74/1228.79	c  1229s|  4050k|350478 |  8445k|   2.1 | 397M|  36 |   - |  40 |9430 |  40 |  15 |  22 |2686k|8896 | 0.000000e+00 |      --      |    Inf 
1232.13/1232.11	c  1232s|  4060k|350809 |  8466k|   2.1 | 397M|  36 |   5 |  40 |9601 |  40 |  15 |  22 |2693k|8914 | 0.000000e+00 |      --      |    Inf 
1235.93/1235.98	c  1236s|  4070k|350705 |  8486k|   2.1 | 398M|  36 |   5 |  40 |8622 |  40 |  15 |  22 |2701k|8922 | 0.000000e+00 |      --      |    Inf 
1238.73/1238.77	c  1239s|  4080k|351546 |  8507k|   2.1 | 399M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2707k|8930 | 0.000000e+00 |      --      |    Inf 
1241.83/1241.89	c  1242s|  4090k|352347 |  8529k|   2.1 | 400M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2714k|8944 | 0.000000e+00 |      --      |    Inf 
1244.73/1244.78	c  1245s|  4100k|353494 |  8550k|   2.1 | 402M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2721k|8949 | 0.000000e+00 |      --      |    Inf 
1248.13/1248.13	c  1248s|  4110k|354061 |  8570k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2728k|8967 | 0.000000e+00 |      --      |    Inf 
1252.12/1252.19	c  1252s|  4120k|354125 |  8589k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2735k|8979 | 0.000000e+00 |      --      |    Inf 
1256.14/1256.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.14/1256.17	c  1256s|  4130k|354489 |  8610k|   2.1 | 404M|  36 |   - |  40 |  13k|   0 |   0 |  22 |2742k|8990 | 0.000000e+00 |      --      |    Inf 
1259.13/1259.10	c  1259s|  4140k|355801 |  8632k|   2.1 | 406M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2748k|8999 | 0.000000e+00 |      --      |    Inf 
1262.53/1262.56	c  1263s|  4150k|356522 |  8653k|   2.1 | 407M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2755k|9025 | 0.000000e+00 |      --      |    Inf 
1267.62/1267.70	c  1268s|  4160k|356506 |  8674k|   2.1 | 406M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2763k|9041 | 0.000000e+00 |      --      |    Inf 
1272.02/1272.06	c  1272s|  4170k|356604 |  8694k|   2.1 | 406M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2770k|9052 | 0.000000e+00 |      --      |    Inf 
1275.52/1275.50	c  1276s|  4180k|357085 |  8715k|   2.1 | 407M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2777k|9063 | 0.000000e+00 |      --      |    Inf 
1278.93/1278.97	c  1279s|  4190k|357296 |  8735k|   2.1 | 408M|  36 |   - |  40 |  11k|   0 |   0 |  22 |2784k|9066 | 0.000000e+00 |      --      |    Inf 
1283.13/1283.13	c  1283s|  4200k|357390 |  8756k|   2.1 | 408M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2791k|9078 | 0.000000e+00 |      --      |    Inf 
1286.93/1286.92	c  1287s|  4210k|357457 |  8777k|   2.1 | 408M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2799k|9090 | 0.000000e+00 |      --      |    Inf 
1290.93/1290.99	c  1291s|  4220k|357563 |  8797k|   2.1 | 408M|  36 |   - |  40 |9790 |  40 |  15 |  22 |2806k|9104 | 0.000000e+00 |      --      |    Inf 
1294.63/1294.66	c  1295s|  4230k|357639 |  8818k|   2.1 | 409M|  36 |   5 |  40 |9539 |  40 |  15 |  22 |2814k|9108 | 0.000000e+00 |      --      |    Inf 
1298.33/1298.34	c  1298s|  4240k|357756 |  8839k|   2.1 | 409M|  36 |   5 |  40 |9666 |  40 |  15 |  22 |2821k|9122 | 0.000000e+00 |      --      |    Inf 
1301.53/1301.55	c  1302s|  4250k|358130 |  8859k|   2.1 | 410M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2828k|9127 | 0.000000e+00 |      --      |    Inf 
1304.83/1304.89	c  1305s|  4260k|358470 |  8880k|   2.1 | 411M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2835k|9136 | 0.000000e+00 |      --      |    Inf 
1308.83/1308.87	c  1309s|  4270k|358501 |  8901k|   2.1 | 411M|  36 |   5 |  40 |9571 |  40 |  15 |  22 |2842k|9147 | 0.000000e+00 |      --      |    Inf 
1312.23/1312.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1312.23/1312.30	c  1312s|  4280k|359108 |  8922k|   2.1 | 412M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2849k|9161 | 0.000000e+00 |      --      |    Inf 
1315.33/1315.35	c  1315s|  4290k|359595 |  8943k|   2.1 | 413M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2856k|9172 | 0.000000e+00 |      --      |    Inf 
1318.53/1318.57	c  1319s|  4300k|360190 |  8964k|   2.1 | 414M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2864k|9183 | 0.000000e+00 |      --      |    Inf 
1322.93/1322.91	c  1323s|  4310k|360248 |  8985k|   2.1 | 414M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2871k|9190 | 0.000000e+00 |      --      |    Inf 
1326.33/1326.31	c  1326s|  4320k|360771 |  9006k|   2.1 | 416M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2878k|9199 | 0.000000e+00 |      --      |    Inf 
1330.33/1330.34	c  1330s|  4330k|361007 |  9028k|   2.1 | 416M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2886k|9210 | 0.000000e+00 |      --      |    Inf 
1333.93/1333.98	c  1334s|  4340k|361350 |  9049k|   2.1 | 416M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2893k|9216 | 0.000000e+00 |      --      |    Inf 
1337.23/1337.24	c  1337s|  4350k|362040 |  9070k|   2.1 | 418M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2900k|9227 | 0.000000e+00 |      --      |    Inf 
1341.23/1341.22	c  1341s|  4360k|362355 |  9090k|   2.1 | 418M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2907k|9238 | 0.000000e+00 |      --      |    Inf 
1345.53/1345.50	c  1345s|  4370k|362381 |  9111k|   2.1 | 418M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2914k|9250 | 0.000000e+00 |      --      |    Inf 
1349.64/1349.63	c  1350s|  4380k|362404 |  9132k|   2.1 | 418M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2921k|9261 | 0.000000e+00 |      --      |    Inf 
1353.63/1353.63	c  1354s|  4390k|362438 |  9153k|   2.1 | 419M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2929k|9270 | 0.000000e+00 |      --      |    Inf 
1357.44/1357.42	c  1357s|  4400k|362624 |  9174k|   2.1 | 419M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2936k|9284 | 0.000000e+00 |      --      |    Inf 
1361.43/1361.40	c  1361s|  4410k|362748 |  9194k|   2.1 | 420M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2943k|9294 | 0.000000e+00 |      --      |    Inf 
1364.54/1364.52	c  1365s|  4420k|363626 |  9215k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2950k|9302 | 0.000000e+00 |      --      |    Inf 
1368.13/1368.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1368.13/1368.16	c  1368s|  4430k|363685 |  9234k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2957k|9305 | 0.000000e+00 |      --      |    Inf 
1372.03/1372.01	c  1372s|  4440k|363801 |  9255k|   2.1 | 421M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2964k|9318 | 0.000000e+00 |      --      |    Inf 
1375.93/1375.97	c  1376s|  4450k|363863 |  9276k|   2.1 | 422M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2972k|9328 | 0.000000e+00 |      --      |    Inf 
1379.83/1379.88	c  1380s|  4460k|363952 |  9296k|   2.1 | 422M|  36 |   5 |  40 |9497 |  40 |  15 |  22 |2979k|9339 | 0.000000e+00 |      --      |    Inf 
1382.74/1382.75	c  1383s|  4470k|364558 |  9317k|   2.1 | 423M|  36 |   - |  40 |  12k|   0 |   0 |  22 |2986k|9341 | 0.000000e+00 |      --      |    Inf 
1386.33/1386.31	c  1386s|  4480k|364954 |  9338k|   2.1 | 424M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2993k|9353 | 0.000000e+00 |      --      |    Inf 
1390.64/1390.68	c  1391s|  4490k|364763 |  9359k|   2.1 | 424M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3000k|9369 | 0.000000e+00 |      --      |    Inf 
1393.43/1393.47	c  1393s|  4500k|365463 |  9381k|   2.1 | 425M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3008k|9380 | 0.000000e+00 |      --      |    Inf 
1397.43/1397.44	c  1397s|  4510k|365717 |  9401k|   2.1 | 426M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3015k|9388 | 0.000000e+00 |      --      |    Inf 
1400.93/1400.95	c  1401s|  4520k|366356 |  9421k|   2.1 | 427M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3021k|9397 | 0.000000e+00 |      --      |    Inf 
1403.93/1403.91	c  1404s|  4530k|367392 |  9443k|   2.1 | 428M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3028k|9411 | 0.000000e+00 |      --      |    Inf 
1407.33/1407.36	c  1407s|  4540k|368084 |  9463k|   2.1 | 430M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3035k|9426 | 0.000000e+00 |      --      |    Inf 
1411.03/1411.07	c  1411s|  4550k|368633 |  9484k|   2.1 | 431M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3042k|9430 | 0.000000e+00 |      --      |    Inf 
1416.63/1416.61	c  1417s|  4560k|368373 |  9505k|   2.1 | 430M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3049k|9440 | 0.000000e+00 |      --      |    Inf 
1420.93/1420.96	c  1421s|  4570k|368437 |  9526k|   2.1 | 430M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3057k|9454 | 0.000000e+00 |      --      |    Inf 
1424.13/1424.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1424.13/1424.15	c  1424s|  4580k|369014 |  9546k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3064k|9464 | 0.000000e+00 |      --      |    Inf 
1427.93/1427.94	c  1428s|  4590k|369754 |  9567k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3070k|9477 | 0.000000e+00 |      --      |    Inf 
1431.33/1431.31	c  1431s|  4600k|370507 |  9588k|   2.1 | 433M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3077k|9484 | 0.000000e+00 |      --      |    Inf 
1435.93/1435.98	c  1436s|  4610k|370410 |  9609k|   2.1 | 433M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3085k|9499 | 0.000000e+00 |      --      |    Inf 
1440.34/1440.34	c  1440s|  4620k|370468 |  9629k|   2.1 | 433M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3092k|9507 | 0.000000e+00 |      --      |    Inf 
1444.24/1444.29	c  1444s|  4630k|370823 |  9651k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3099k|9520 | 0.000000e+00 |      --      |    Inf 
1448.04/1448.07	c  1448s|  4640k|371025 |  9672k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3107k|9533 | 0.000000e+00 |      --      |    Inf 
1451.83/1451.90	c  1452s|  4650k|371259 |  9693k|   2.1 | 435M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3114k|9545 | 0.000000e+00 |      --      |    Inf 
1456.23/1456.28	c  1456s|  4660k|371190 |  9714k|   2.1 | 435M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3122k|9556 | 0.000000e+00 |      --      |    Inf 
1459.93/1459.94	c  1460s|  4670k|371509 |  9734k|   2.1 | 436M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3129k|9559 | 0.000000e+00 |      --      |    Inf 
1464.23/1464.21	c  1464s|  4680k|371423 |  9755k|   2.1 | 435M|  36 |   - |  40 |9617 |  40 |  15 |  22 |3136k|9568 | 0.000000e+00 |      --      |    Inf 
1467.04/1467.00	c  1467s|  4690k|372617 |  9776k|   2.1 | 437M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3142k|9579 | 0.000000e+00 |      --      |    Inf 
1470.14/1470.17	c  1470s|  4700k|373645 |  9798k|   2.1 | 439M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3149k|9587 | 0.000000e+00 |      --      |    Inf 
1473.93/1473.98	c  1474s|  4710k|374165 |  9818k|   2.1 | 440M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3156k|9595 | 0.000000e+00 |      --      |    Inf 
1478.93/1478.98	c  1479s|  4720k|374009 |  9840k|   2.1 | 441M|  36 |   - |  40 |  18k|  40 |  15 |  22 |3164k|9612 | 0.000000e+00 |      --      |    Inf 
1483.74/1483.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.74/1483.79	c  1484s|  4730k|374271 |  9861k|   2.1 | 441M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3172k|9620 | 0.000000e+00 |      --      |    Inf 
1488.54/1488.51	c  1489s|  4740k|374471 |  9881k|   2.1 | 441M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3179k|9633 | 0.000000e+00 |      --      |    Inf 
1492.93/1492.96	c  1493s|  4750k|374694 |  9902k|   2.1 | 441M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3186k|9642 | 0.000000e+00 |      --      |    Inf 
1497.04/1497.09	c  1497s|  4760k|374891 |  9923k|   2.1 | 441M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3193k|9648 | 0.000000e+00 |      --      |    Inf 
1500.93/1500.90	c  1501s|  4770k|375096 |  9943k|   2.1 | 442M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3200k|9655 | 0.000000e+00 |      --      |    Inf 
1504.63/1504.63	c  1505s|  4780k|375364 |  9964k|   2.1 | 442M|  36 |   - |  40 |  11k|   0 |   0 |  22 |3207k|9665 | 0.000000e+00 |      --      |    Inf 
1507.44/1507.48	c  1507s|  4790k|376314 |  9986k|   2.1 | 444M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3214k|9674 | 0.000000e+00 |      --      |    Inf 
1511.63/1511.60	c  1512s|  4800k|376583 | 10007k|   2.1 | 444M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3221k|9690 | 0.000000e+00 |      --      |    Inf 
1515.53/1515.60	c  1516s|  4810k|377013 | 10027k|   2.1 | 445M|  36 |   - |  40 |  13k|  40 |  15 |  22 |3227k|9699 | 0.000000e+00 |      --      |    Inf 
1519.64/1519.62	c  1520s|  4820k|377151 | 10048k|   2.1 | 445M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3235k|9708 | 0.000000e+00 |      --      |    Inf 
1523.94/1523.96	c  1524s|  4830k|377205 | 10069k|   2.1 | 445M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3242k|9719 | 0.000000e+00 |      --      |    Inf 
1528.13/1528.19	c  1528s|  4840k|377229 | 10090k|   2.1 | 445M|  36 |   - |  40 |9955 |  40 |  15 |  22 |3250k|9724 | 0.000000e+00 |      --      |    Inf 
1532.04/1532.05	c  1532s|  4850k|377250 | 10110k|   2.1 | 446M|  36 |   - |  40 |9804 |   0 |   0 |  22 |3257k|9731 | 0.000000e+00 |      --      |    Inf 
1534.83/1534.88	c  1535s|  4860k|378965 | 10131k|   2.1 | 447M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3263k|9743 | 0.000000e+00 |      --      |    Inf 
1537.64/1537.65	c  1538s|  4870k|380450 | 10151k|   2.1 | 449M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3269k|9745 | 0.000000e+00 |      --      |    Inf 
1540.44/1540.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1540.44/1540.48	c  1540s|  4880k|381975 | 10171k|   2.1 | 450M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3275k|9753 | 0.000000e+00 |      --      |    Inf 
1543.43/1543.42	c  1543s|  4890k|383628 | 10192k|   2.1 | 452M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3281k|9764 | 0.000000e+00 |      --      |    Inf 
1546.44/1546.45	c  1546s|  4900k|385210 | 10213k|   2.1 | 454M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3287k|9778 | 0.000000e+00 |      --      |    Inf 
1549.84/1549.87	c  1550s|  4910k|386251 | 10234k|   2.1 | 455M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3294k|9791 | 0.000000e+00 |      --      |    Inf 
1553.43/1553.42	c  1553s|  4920k|387365 | 10255k|   2.1 | 456M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3300k|9793 | 0.000000e+00 |      --      |    Inf 
1556.84/1556.82	c  1557s|  4930k|388790 | 10276k|   2.1 | 457M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3306k|9809 | 0.000000e+00 |      --      |    Inf 
1560.14/1560.19	c  1560s|  4940k|389927 | 10297k|   2.1 | 459M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3313k|9817 | 0.000000e+00 |      --      |    Inf 
1564.04/1564.03	c  1564s|  4950k|390770 | 10317k|   2.1 | 459M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3319k|9822 | 0.000000e+00 |      --      |    Inf 
1567.73/1567.73	c  1568s|  4960k|391520 | 10338k|   2.1 | 460M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3326k|9827 | 0.000000e+00 |      --      |    Inf 
1571.23/1571.25	c  1571s|  4970k|392348 | 10358k|   2.1 | 461M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3332k|9829 | 0.000000e+00 |      --      |    Inf 
1574.94/1574.99	c  1575s|  4980k|393109 | 10379k|   2.1 | 462M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3339k|9834 | 0.000000e+00 |      --      |    Inf 
1578.74/1578.73	c  1579s|  4990k|393764 | 10400k|   2.1 | 463M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3346k|9845 | 0.000000e+00 |      --      |    Inf 
1582.54/1582.51	c  1583s|  5000k|394379 | 10420k|   2.1 | 464M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3353k|9852 | 0.000000e+00 |      --      |    Inf 
1586.34/1586.39	c  1586s|  5010k|394775 | 10440k|   2.1 | 465M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3360k|9855 | 0.000000e+00 |      --      |    Inf 
1590.04/1590.08	c  1590s|  5020k|395303 | 10461k|   2.1 | 466M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3367k|9865 | 0.000000e+00 |      --      |    Inf 
1594.24/1594.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1594.24/1594.27	c  1594s|  5030k|395631 | 10482k|   2.1 | 466M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3374k|9868 | 0.000000e+00 |      --      |    Inf 
1598.43/1598.44	c  1598s|  5040k|395862 | 10502k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3381k|9876 | 0.000000e+00 |      --      |    Inf 
1602.34/1602.32	c  1602s|  5050k|396208 | 10522k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3388k|9884 | 0.000000e+00 |      --      |    Inf 
1606.04/1606.01	c  1606s|  5060k|396669 | 10543k|   2.1 | 469M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3395k|9890 | 0.000000e+00 |      --      |    Inf 
1610.14/1610.18	c  1610s|  5070k|396934 | 10564k|   2.1 | 469M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3402k|9898 | 0.000000e+00 |      --      |    Inf 
1614.24/1614.21	c  1614s|  5080k|397240 | 10585k|   2.1 | 470M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3409k|9910 | 0.000000e+00 |      --      |    Inf 
1618.74/1618.80	c  1619s|  5090k|397272 | 10605k|   2.1 | 470M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3417k|9915 | 0.000000e+00 |      --      |    Inf 
1623.55/1623.53	c  1624s|  5100k|397023 | 10625k|   2.1 | 470M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3424k|9923 | 0.000000e+00 |      --      |    Inf 
1627.74/1627.75	c  1628s|  5110k|397054 | 10645k|   2.1 | 470M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3431k|9930 | 0.000000e+00 |      --      |    Inf 
1632.04/1632.05	c  1632s|  5120k|397164 | 10665k|   2.1 | 471M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3438k|9941 | 0.000000e+00 |      --      |    Inf 
1636.34/1636.32	c  1636s|  5130k|397250 | 10685k|   2.1 | 471M|  36 |   - |  40 |  15k|   0 |   0 |  22 |3445k|9949 | 0.000000e+00 |      --      |    Inf 
1640.04/1640.10	c  1640s|  5140k|397751 | 10705k|   2.1 | 473M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3452k|9960 | 0.000000e+00 |      --      |    Inf 
1645.74/1645.75	c  1646s|  5150k|397768 | 10726k|   2.1 | 472M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3459k|9973 | 0.000000e+00 |      --      |    Inf 
1650.94/1650.92	c  1651s|  5160k|397665 | 10746k|   2.1 | 472M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3467k|9982 | 0.000000e+00 |      --      |    Inf 
1655.04/1655.07	c  1655s|  5170k|397979 | 10768k|   2.1 | 473M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3474k|9994 | 0.000000e+00 |      --      |    Inf 
1659.54/1659.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1659.54/1659.53	c  1660s|  5180k|397961 | 10789k|   2.1 | 473M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3481k|9998 | 0.000000e+00 |      --      |    Inf 
1663.24/1663.23	c  1663s|  5190k|398210 | 10810k|   2.1 | 473M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3488k|  10k| 0.000000e+00 |      --      |    Inf 
1667.04/1667.03	c  1667s|  5200k|398527 | 10830k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3495k|  10k| 0.000000e+00 |      --      |    Inf 
1670.74/1670.73	c  1671s|  5210k|398759 | 10850k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3502k|  10k| 0.000000e+00 |      --      |    Inf 
1674.84/1674.83	c  1675s|  5220k|398782 | 10871k|   2.1 | 474M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3510k|  10k| 0.000000e+00 |      --      |    Inf 
1678.24/1678.23	c  1678s|  5230k|399148 | 10892k|   2.1 | 475M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3517k|  10k| 0.000000e+00 |      --      |    Inf 
1681.84/1681.86	c  1682s|  5240k|399299 | 10912k|   2.1 | 476M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3524k|  10k| 0.000000e+00 |      --      |    Inf 
1686.34/1686.34	c  1686s|  5250k|399080 | 10932k|   2.1 | 476M|  36 |   - |  40 |9919 |  40 |  15 |  22 |3531k|  10k| 0.000000e+00 |      --      |    Inf 
1690.54/1690.55	c  1691s|  5260k|398978 | 10953k|   2.1 | 476M|  36 |   - |  40 |9389 |  40 |  15 |  22 |3539k|  10k| 0.000000e+00 |      --      |    Inf 
1694.14/1694.17	c  1694s|  5270k|399167 | 10974k|   2.1 | 476M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3546k|  10k| 0.000000e+00 |      --      |    Inf 
1697.44/1697.49	c  1697s|  5280k|399654 | 10994k|   2.1 | 477M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3552k|  10k| 0.000000e+00 |      --      |    Inf 
1701.75/1701.72	c  1702s|  5290k|399617 | 11014k|   2.1 | 477M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3560k|  10k| 0.000000e+00 |      --      |    Inf 
1706.15/1706.10	c  1706s|  5300k|399544 | 11034k|   2.1 | 477M|  36 |   5 |  40 |9265 |  40 |  15 |  22 |3567k|  10k| 0.000000e+00 |      --      |    Inf 
1710.55/1710.55	c  1711s|  5310k|399265 | 11054k|   2.1 | 477M|  36 |   5 |  40 |9076 |  40 |  15 |  22 |3575k|  10k| 0.000000e+00 |      --      |    Inf 
1714.44/1714.49	c  1714s|  5320k|399120 | 11075k|   2.1 | 478M|  36 |   - |  40 |9596 |   0 |   0 |  22 |3582k|  10k| 0.000000e+00 |      --      |    Inf 
1718.35/1718.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.35/1718.33	c  1718s|  5330k|399092 | 11096k|   2.1 | 478M|  36 |   - |  40 |9139 |  40 |  15 |  22 |3589k|  10k| 0.000000e+00 |      --      |    Inf 
1721.55/1721.52	c  1722s|  5340k|399457 | 11117k|   2.1 | 479M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3596k|  10k| 0.000000e+00 |      --      |    Inf 
1725.04/1725.06	c  1725s|  5350k|399764 | 11137k|   2.1 | 480M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3604k|  10k| 0.000000e+00 |      --      |    Inf 
1728.84/1728.89	c  1729s|  5360k|400040 | 11157k|   2.1 | 480M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3611k|  10k| 0.000000e+00 |      --      |    Inf 
1731.74/1731.78	c  1732s|  5370k|401062 | 11179k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3618k|  10k| 0.000000e+00 |      --      |    Inf 
1735.84/1735.84	c  1736s|  5380k|401065 | 11200k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3626k|  10k| 0.000000e+00 |      --      |    Inf 
1740.15/1740.16	c  1740s|  5390k|401011 | 11221k|   2.1 | 482M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3633k|  10k| 0.000000e+00 |      --      |    Inf 
1744.25/1744.20	c  1744s|  5400k|400999 | 11241k|   2.1 | 482M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3640k|  10k| 0.000000e+00 |      --      |    Inf 
1747.74/1747.78	c  1748s|  5410k|401173 | 11262k|   2.1 | 483M|  36 |   - |  40 |9846 |  40 |  15 |  22 |3647k|  10k| 0.000000e+00 |      --      |    Inf 
1752.04/1752.07	c  1752s|  5420k|401027 | 11283k|   2.1 | 483M|  36 |   - |  40 |9574 |  40 |  15 |  22 |3655k|  10k| 0.000000e+00 |      --      |    Inf 
1755.44/1755.49	c  1755s|  5430k|401478 | 11304k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3662k|  10k| 0.000000e+00 |      --      |    Inf 
1759.24/1759.26	c  1759s|  5440k|401555 | 11325k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3669k|  10k| 0.000000e+00 |      --      |    Inf 
1763.05/1763.06	c  1763s|  5450k|401667 | 11346k|   2.1 | 485M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3677k|  10k| 0.000000e+00 |      --      |    Inf 
1766.84/1766.80	c  1767s|  5460k|401874 | 11367k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3684k|  10k| 0.000000e+00 |      --      |    Inf 
1770.85/1770.86	c  1771s|  5470k|401835 | 11387k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3691k|  10k| 0.000000e+00 |      --      |    Inf 
1775.04/1775.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.04/1775.09	c  1775s|  5480k|401725 | 11407k|   2.1 | 485M|  36 |   5 |  40 |9195 |  40 |  15 |  22 |3699k|  10k| 0.000000e+00 |      --      |    Inf 
1778.65/1778.60	c  1779s|  5490k|401899 | 11428k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3706k|  10k| 0.000000e+00 |      --      |    Inf 
1782.65/1782.66	c  1783s|  5500k|401898 | 11449k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3713k|  10k| 0.000000e+00 |      --      |    Inf 
1786.54/1786.56	c  1787s|  5510k|401926 | 11470k|   2.1 | 487M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3720k|  10k| 0.000000e+00 |      --      |    Inf 
1790.85/1790.87	c  1791s|  5520k|401577 | 11491k|   2.1 | 487M|  36 |   - |  40 |9639 |  40 |  15 |  22 |3728k|  10k| 0.000000e+00 |      --      |    Inf 
1794.65/1794.65	c  1795s|  5530k|401670 | 11511k|   2.1 | 487M|  36 |   - |  40 |9766 |  40 |  15 |  22 |3736k|  10k| 0.000000e+00 |      --      |    Inf 
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.00
1797.04/1797.00	c Solving Nodes      : 5536683
1797.04/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.04/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.04/1797.00	c Gap                : infinite
1797.04/1797.00	s UNKNOWN
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.00 (included in solving)
1797.04/1797.00	c   reading          :       0.00 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3488785-1307772839.opb
1797.04/1797.00	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 11 initial, 11 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3488785-1307772839.opb
1797.04/1797.00	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 5 initial, 19632 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.00          0          0          0          0          0          6          0          0          0
1797.04/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0    3156740          0          4          0       1458       5059          0          0    6301112
1797.04/1797.00	c   linear           :          5+         7   13859413          0          0          3    6850888     830678    7625622          0          0          0
1797.04/1797.00	c   logicor          :          0+         6    6789504          0          0          0    6338547      20217    2889246          0          0          0
1797.04/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :      17.92       0.00       0.00      17.92       0.00       0.00       0.00
1797.04/1797.00	c   linear           :     117.54       0.00     103.94       0.00       0.00       0.00      13.59
1797.04/1797.00	c   logicor          :     585.23       0.00     578.19       0.00       0.00       0.00       7.04
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :          0          0          0          0
1797.04/1797.00	c   pseudoobj        :          0          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       2.05       2.05       0.00
1797.04/1797.00	c   rootredcost      :       2.08       2.08       0.00
1797.04/1797.00	c   pseudoobj        :       1.47       1.47       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :      25.33     850895     689116    2269616       28.5        107       23.6          -
1797.04/1797.00	c   infeasible LP    :      43.09    1860438    1860353    3512548       18.9      26013       22.9          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -    3711297       19.3          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -      29538       31.4          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 104)
1797.04/1797.00	c   redcost          :       3.25    3156744          0          0          0          0
1797.04/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :       0.00          6          0          0          0          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       0.00          6          0          0         26          0
1797.04/1797.00	c   cmir             :       0.01          6          0          0         46          0
1797.04/1797.00	c   flowcover        :       0.01          6          0          0         57          0
1797.04/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.01          1          0          0          0          8
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :      16.29    3156740       1458       5059          0          0    6301112
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          0
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   oneopt           :       1.44          0          0
1797.04/1797.00	c   crossover        :       1.00          0          0
1797.04/1797.00	c   guideddiving     :       0.16          0          0
1797.04/1797.00	c   intshifting      :       0.07          0          0
1797.04/1797.00	c   coefdiving       :       0.17        180          0
1797.04/1797.00	c   pscostdiving     :       0.18        180          0
1797.04/1797.00	c   fracdiving       :       0.16        180          0
1797.04/1797.00	c   veclendiving     :       0.17        180          0
1797.04/1797.00	c   linesearchdiving :       0.19        180          0
1797.04/1797.00	c   feaspump         :       0.15         90          0
1797.04/1797.00	c   objpscostdiving  :       0.14         91          0
1797.04/1797.00	c   rootsoldiving    :       0.17         91          0
1797.04/1797.00	c   trivial          :       0.00          2          0
1797.04/1797.00	c   shiftandpropagate:       0.00          1          0
1797.04/1797.00	c   simplerounding   :       0.54          0          0
1797.04/1797.00	c   zirounding       :       7.08          0          0
1797.04/1797.00	c   rounding         :       1.15      25098          0
1797.04/1797.00	c   shifting         :       1.54       7482          0
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.02          1          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.00          0          0
1797.04/1797.00	c   subnlp           :       0.78          0          0
1797.04/1797.00	c   trysol           :       0.97          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.04/1797.00	c   dual LP          :     215.43    4865884   11521924       2.37   53482.70
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:       0.12       2439       3848       1.58   31824.01
1797.04/1797.00	c   strong branching :       0.79      10347      37478       3.62   47176.44
1797.04/1797.00	c     (at root node) :          -          9        315      35.00          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :    5536683
1797.04/1797.00	c   nodes (total)    :    5536683
1797.04/1797.00	c   nodes left       :     401788
1797.04/1797.00	c   max depth        :         36
1797.04/1797.00	c   max depth (total):         36
1797.04/1797.00	c   backtracks       :    1267583 (22.9%)
1797.04/1797.00	c   delayed cutoffs  :     362642
1797.04/1797.00	c   repropagations   :    4945857 (5021727 domain reductions, 324530 cutoffs)
1797.04/1797.00	c   avg switch length:       5.99
1797.04/1797.00	c   switching time   :     509.04
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :          0 (0 improvements)
1797.04/1797.00	c   Primal Bound     :          -
1797.04/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.04/1797.00	c   Gap              :   infinite
1797.04/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.04/1797.00	c   Root Iterations  :        122
1798.55/1798.59	c Time complete: 1798.63.

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 1.95 3/174 12478
/proc/meminfo: memFree=31638720/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=9580 CPUtime=0 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 1529 0 0 0 0 0 0 0 25 0 1 0 888884294 9809920 1484 33554432000 4194304 9016284 140733628009264 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12478/statm: 2395 1486 312 1178 0 1213 0

[startup+0.0390579 s]
/proc/loadavg: 2.02 2.01 1.95 3/174 12478
/proc/meminfo: memFree=31638720/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=26156 CPUtime=0.02 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 6139 0 0 0 2 0 0 0 18 0 1 0 888884294 26783744 5131 33554432000 4194304 9016284 140733628009264 18446744073709551615 6520767 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 6539 5131 678 1178 0 5357 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26156

[startup+0.101055 s]
/proc/loadavg: 2.02 2.01 1.95 3/174 12478
/proc/meminfo: memFree=31638720/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=26156 CPUtime=0.09 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 7253 0 0 0 8 1 0 0 18 0 1 0 888884294 26783744 5504 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 6539 5504 683 1178 0 5357 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26156

[startup+0.301029 s]
/proc/loadavg: 2.02 2.01 1.95 3/174 12478
/proc/meminfo: memFree=31638720/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=26156 CPUtime=0.29 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 7254 0 0 0 28 1 0 0 18 0 1 0 888884294 26783744 5505 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 6539 5505 683 1178 0 5357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26156

[startup+0.700955 s]
/proc/loadavg: 2.02 2.01 1.95 3/174 12478
/proc/meminfo: memFree=31638720/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=26156 CPUtime=0.69 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 7259 0 0 0 67 2 0 0 18 0 1 0 888884294 26783744 5510 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 6539 5510 684 1178 0 5357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26156

[startup+1.5008 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 12479
/proc/meminfo: memFree=31618772/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=26156 CPUtime=1.49 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 7266 0 0 0 145 4 0 0 20 0 1 0 888884294 26783744 5517 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 6539 5517 684 1178 0 5357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26156

[startup+3.10051 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 12479
/proc/meminfo: memFree=31618400/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=26312 CPUtime=3.09 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 7279 0 0 0 299 10 0 0 25 0 1 0 888884294 26943488 5530 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 6578 5530 684 1178 0 5396 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26312

[startup+6.30093 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 12479
/proc/meminfo: memFree=31616292/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=30432 CPUtime=6.29 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 8257 0 0 0 611 18 0 0 25 0 1 0 888884294 31162368 6508 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 7608 6508 684 1178 0 6426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30432

[startup+12.7008 s]
/proc/loadavg: 2.02 2.01 1.95 3/175 12479
/proc/meminfo: memFree=31607896/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=38632 CPUtime=12.69 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 10286 0 0 0 1235 34 0 0 25 0 1 0 888884294 39559168 8537 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 9658 8537 684 1178 0 8476 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38632

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 1.95 3/175 12480
/proc/meminfo: memFree=31594468/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=49508 CPUtime=25.49 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 13049 0 0 0 2488 61 0 0 25 0 1 0 888884294 50696192 11300 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 12377 11300 684 1178 0 11195 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49508

[startup+51.1008 s]
/proc/loadavg: 2.01 2.00 1.95 3/175 12480
/proc/meminfo: memFree=31570368/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=71592 CPUtime=51.09 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 18511 0 0 0 4994 115 0 0 25 0 1 0 888884294 73310208 16762 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 17898 16762 684 1178 0 16716 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71592

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12482
/proc/meminfo: memFree=31535592/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=102588 CPUtime=102.3 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 25855 0 0 0 10025 205 0 0 25 0 1 0 888884294 105050112 24106 33554432000 4194304 9016284 140733628009264 18446744073709551615 4653892 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 25647 24106 684 1178 0 24465 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 102588

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12483
/proc/meminfo: memFree=31497948/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=136572 CPUtime=162.3 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 34432 0 0 0 15926 304 0 0 25 0 1 0 888884294 139849728 32683 33554432000 4194304 9016284 140733628009264 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 34143 32683 684 1178 0 32961 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 136572

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12485
/proc/meminfo: memFree=31470484/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=159844 CPUtime=222.3 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 40356 0 0 0 21832 398 0 0 25 0 1 0 888884294 163680256 38607 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 39961 38607 684 1178 0 38779 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 159844

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 12487
/proc/meminfo: memFree=31441148/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=186112 CPUtime=282.3 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 46908 0 0 0 27747 483 0 0 25 0 1 0 888884294 190578688 45159 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 46528 45159 684 1178 0 45346 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 186112

[startup+342.301 s]
/proc/loadavg: 2.08 2.02 1.96 3/175 12526
/proc/meminfo: memFree=31618316/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=207184 CPUtime=342.3 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 52277 0 0 0 33664 566 0 0 25 0 1 0 888884294 212156416 50528 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 51796 50528 684 1178 0 50614 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 207184

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 1.96 3/175 12528
/proc/meminfo: memFree=31507668/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=233344 CPUtime=402.31 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 57752 0 0 0 39577 654 0 0 25 0 1 0 888884294 238944256 56003 33554432000 4194304 9016284 140733628009264 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 58336 56003 684 1178 0 57154 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 233344

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/175 12529
/proc/meminfo: memFree=31453296/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=254800 CPUtime=462.3 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 62972 0 0 0 45503 727 0 0 25 0 1 0 888884294 260915200 61223 33554432000 4194304 9016284 140733628009264 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 63700 61223 684 1178 0 62518 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 254800

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12531
/proc/meminfo: memFree=31391840/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=271756 CPUtime=522.31 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 67306 0 0 0 51426 805 0 0 25 0 1 0 888884294 278278144 65557 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 67939 65557 684 1178 0 66757 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 271756

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12533
/proc/meminfo: memFree=31316864/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=287416 CPUtime=582.31 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 71303 0 0 0 57347 884 0 0 25 0 1 0 888884294 294313984 69554 33554432000 4194304 9016284 140733628009264 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 71854 69554 684 1178 0 70672 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 287416

[startup+642.3 s]

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

/proc/meminfo: memFree=30800584/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=406436 CPUtime=1062.32 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 101316 0 0 0 104780 1452 0 0 25 0 1 0 888884294 416190464 99567 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 101609 99567 684 1178 0 100427 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 406436

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12547
/proc/meminfo: memFree=30728700/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=422052 CPUtime=1122.33 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 105310 0 0 0 110711 1522 0 0 25 0 1 0 888884294 432181248 103561 33554432000 4194304 9016284 140733628009264 18446744073709551615 6679984 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 105513 103561 684 1178 0 104331 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 422052

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12549
/proc/meminfo: memFree=30664132/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=431656 CPUtime=1182.32 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 107739 0 0 0 116645 1587 0 0 25 0 1 0 888884294 442015744 105990 33554432000 4194304 9016284 140733628009264 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 107914 105990 684 1178 0 106732 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 431656

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12550
/proc/meminfo: memFree=30596488/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=441200 CPUtime=1242.33 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 110176 0 0 0 122573 1660 0 0 25 0 1 0 888884294 451788800 108427 33554432000 4194304 9016284 140733628009264 18446744073709551615 5252487 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 110300 108427 684 1178 0 109118 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 441200

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12552
/proc/meminfo: memFree=30527216/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=449648 CPUtime=1302.33 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 112403 0 0 0 128507 1726 0 0 25 0 1 0 888884294 460439552 110654 33554432000 4194304 9016284 140733628009264 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 112412 110654 684 1178 0 111230 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 449648

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12553
/proc/meminfo: memFree=30461256/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=459188 CPUtime=1362.33 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 114650 0 0 0 134441 1792 0 0 25 0 1 0 888884294 470208512 112901 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 114797 112901 684 1178 0 113615 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 459188

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12555
/proc/meminfo: memFree=30389872/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=471796 CPUtime=1422.34 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 117857 0 0 0 140377 1857 0 0 25 0 1 0 888884294 483119104 116108 33554432000 4194304 9016284 140733628009264 18446744073709551615 6679808 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 117949 116108 684 1178 0 116767 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 471796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12557
/proc/meminfo: memFree=30339688/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=481284 CPUtime=1482.33 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 120121 0 0 0 146310 1923 0 0 25 0 1 0 888884294 492834816 118372 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 120321 118372 684 1178 0 119139 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 481284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12558
/proc/meminfo: memFree=30286676/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=488964 CPUtime=1542.34 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 122087 0 0 0 152247 1987 0 0 25 0 1 0 888884294 500699136 120338 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 122241 120338 684 1178 0 121059 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 488964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12560
/proc/meminfo: memFree=30233636/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=506748 CPUtime=1602.34 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 126626 0 0 0 158183 2051 0 0 25 0 1 0 888884294 518909952 124877 33554432000 4194304 9016284 140733628009264 18446744073709551615 6469943 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 126687 124877 684 1178 0 125505 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 506748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 12561
/proc/meminfo: memFree=30182080/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=513696 CPUtime=1662.34 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 128336 0 0 0 164128 2106 0 0 25 0 1 0 888884294 526024704 126587 33554432000 4194304 9016284 140733628009264 18446744073709551615 6469475 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 128424 126587 684 1178 0 127242 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 513696

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/175 12563
/proc/meminfo: memFree=30131164/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=518368 CPUtime=1722.35 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 129525 0 0 0 170073 2162 0 0 25 0 1 0 888884294 530808832 127776 33554432000 4194304 9016284 140733628009264 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 129592 127776 684 1178 0 128410 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 518368

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12565
/proc/meminfo: memFree=30075036/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=526668 CPUtime=1782.35 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 131401 0 0 0 176012 2223 0 0 25 0 1 0 888884294 539308032 129652 33554432000 4194304 9016284 140733628009264 18446744073709551615 5315588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 131667 129652 684 1178 0 130485 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 526668

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12565
/proc/meminfo: memFree=30064608/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=528636 CPUtime=1791.95 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 131896 0 0 0 176963 2232 0 0 25 0 1 0 888884294 541323264 130147 33554432000 4194304 9016284 140733628009264 18446744073709551615 6469440 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 132159 130147 684 1178 0 130977 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 528636

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12565
/proc/meminfo: memFree=30063120/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=528636 CPUtime=1795.14 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 131896 0 0 0 177278 2236 0 0 25 0 1 0 888884294 541323264 130147 33554432000 4194304 9016284 140733628009264 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 132159 130147 684 1178 0 130977 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 528636

[startup+1796.7 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12565
/proc/meminfo: memFree=30062624/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=528636 CPUtime=1796.75 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 131896 0 0 0 177436 2239 0 0 25 0 1 0 888884294 541323264 130147 33554432000 4194304 9016284 140733628009264 18446744073709551615 4347574 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12478/statm: 132159 130147 684 1178 0 130977 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 528636

[startup+1797.5 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12565
/proc/meminfo: memFree=30060996/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=528636 CPUtime=1797.54 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 131897 0 0 0 177515 2239 0 0 18 0 1 0 888884294 541323264 130148 33554432000 4194304 9016284 140733628009264 18446744073709551615 6812833 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12478/statm: 132159 130148 685 1178 0 130977 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (KiB) 528636

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12565
/proc/meminfo: memFree=30060996/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=528636 CPUtime=1798.34 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 131897 0 0 0 177595 2239 0 0 19 0 1 0 888884294 541323264 130148 33554432000 4194304 9016284 140733628009264 18446744073709551615 7854966 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12478/statm: 132159 130148 685 1178 0 130977 0
Current children cumulated CPU time (s) 1798.34
Current children cumulated vsize (KiB) 528636

[startup+1798.51 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 12565
/proc/meminfo: memFree=30060500/32951124 swapFree=67060628/67111528
[pid=12478] ppid=12476 vsize=528636 CPUtime=1798.55 cores=0,2,4,6
/proc/12478/stat : 12478 (scip-2.0.1.4b_2) R 12476 12478 8673 0 -1 4202496 131897 0 0 0 177616 2239 0 0 20 0 1 0 888884294 541323264 130148 33554432000 4194304 9016284 140733628009264 18446744073709551615 6812671 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12478/statm: 132159 130148 685 1178 0 130977 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (KiB) 528636

Child status: 0
Real time (s): 1798.59
CPU time (s): 1798.65
CPU user time (s): 1776.23
CPU system time (s): 22.4166
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 528636

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

runsolver used 2.70759 second user time and 5.57215 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-11 08:13:59
IDJOB=3488785
IDBENCH=2913
IDSOLVER=1979
FILE ID=node106/3488785-1307772839
RUNJOBID= node106-1307767442-11902
PBS_JOBID= 13550854
Free space on /tmp= 74004 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_1.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-3488785-1307772839/watcher-3488785-1307772839 -o /tmp/evaluation-result-3488785-1307772839/solver-3488785-1307772839 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488785-1307772839.opb -t 1800 -m 15500

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=784699857

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31639148 kB
Buffers:        126384 kB
Cached:         800072 kB
SwapCached:      12488 kB
Active:         456244 kB
Inactive:       698020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31639148 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:           16732 kB
Writeback:           0 kB
AnonPages:      225396 kB
Mapped:          13268 kB
Slab:            93776 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   394196 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= 73988 MiB
End job on node106 at 2011-06-11 08:43:58