Trace number 3450865

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.08 1800.14

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.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3450865-1307094984.opb>
0.00/0.00	c original problem has 41 variables (41 bin, 0 int, 0 impl, 0 cont) and 11 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 6 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (3 rounds):
0.00/0.00	c  1 deleted vars, 6 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.00	c       5 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.5
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1800
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    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.03/0.04	c   0.0s|     1 |     0 |   120 |     - | 392k|   0 |  14 |  40 |  28 |  40 |  25 |  20 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |   122 |     - | 402k|   0 |  15 |  40 |  28 |  40 |  27 |  22 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/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.46	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.95	c   2.9s| 20000 |  6180 | 42358 |   2.1 |5659k|  36 |   - |  40 |3244 |  40 |  15 |  22 |9802 | 590 | 0.000000e+00 |      --      |    Inf 
4.41/4.45	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.04	c   6.0s| 40000 | 11155 | 83760 |   2.1 |9331k|  36 |   - |  40 |3945 |   0 |   0 |  22 |  20k| 809 | 0.000000e+00 |      --      |    Inf 
7.60/7.67	c   7.7s| 50000 | 13307 |103905 |   2.1 |  10M|  36 |   5 |  40 |4256 |  40 |  15 |  22 |  25k| 902 | 0.000000e+00 |      --      |    Inf 
9.29/9.32	c   9.3s| 60000 | 15701 |124638 |   2.1 |  12M|  36 |   5 |  40 |4234 |  40 |  15 |  22 |  31k|1017 | 0.000000e+00 |      --      |    Inf 
10.90/10.96	c  11.0s| 70000 | 18109 |146571 |   2.1 |  14M|  36 |   5 |  40 |4775 |  40 |  15 |  22 |  36k|1107 | 0.000000e+00 |      --      |    Inf 
12.69/12.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.69/12.70	c  12.7s| 80000 | 20183 |167456 |   2.1 |  16M|  36 |   5 |  40 |5390 |  40 |  15 |  22 |  42k|1187 | 0.000000e+00 |      --      |    Inf 
14.49/14.50	c  14.5s| 90000 | 22013 |188389 |   2.1 |  17M|  36 |   - |  40 |5309 |   0 |   0 |  22 |  48k|1272 | 0.000000e+00 |      --      |    Inf 
16.18/16.28	c  16.3s|100000 | 23942 |209007 |   2.1 |  19M|  36 |   5 |  40 |5300 |  40 |  15 |  22 |  53k|1350 | 0.000000e+00 |      --      |    Inf 
17.99/18.08	c  18.1s|110000 | 25902 |230186 |   2.1 |  20M|  36 |   - |  40 |5387 |  40 |  15 |  22 |  59k|1425 | 0.000000e+00 |      --      |    Inf 
19.80/19.90	c  19.9s|120000 | 27742 |250742 |   2.1 |  22M|  36 |   - |  40 |5689 |  40 |  15 |  22 |  65k|1483 | 0.000000e+00 |      --      |    Inf 
21.69/21.73	c  21.7s|130000 | 29461 |270952 |   2.1 |  23M|  36 |   5 |  40 |5366 |  40 |  15 |  22 |  71k|1533 | 0.000000e+00 |      --      |    Inf 
23.59/23.63	c  23.6s|140000 | 31097 |291995 |   2.1 |  25M|  36 |   5 |  40 |5805 |  40 |  15 |  22 |  77k|1585 | 0.000000e+00 |      --      |    Inf 
25.39/25.43	c  25.4s|150000 | 32994 |313208 |   2.1 |  27M|  36 |   5 |  40 |7415 |  40 |  15 |  22 |  82k|1631 | 0.000000e+00 |      --      |    Inf 
27.19/27.27	c  27.3s|160000 | 35073 |334266 |   2.1 |  29M|  36 |   - |  40 |7789 |  40 |  15 |  22 |  88k|1687 | 0.000000e+00 |      --      |    Inf 
29.18/29.27	c  29.3s|170000 | 36887 |355493 |   2.1 |  30M|  36 |   5 |  40 |6409 |  40 |  15 |  22 |  94k|1737 | 0.000000e+00 |      --      |    Inf 
30.99/31.04	c  31.0s|180000 | 39214 |376649 |   2.1 |  32M|  36 |   5 |  40 |7606 |  40 |  15 |  22 |  99k|1795 | 0.000000e+00 |      --      |    Inf 
33.09/33.13	c  33.1s|190000 | 40773 |397467 |   2.1 |  33M|  36 |   5 |  40 |6072 |  40 |  15 |  22 | 105k|1837 | 0.000000e+00 |      --      |    Inf 
34.88/34.93	c  34.9s|200000 | 42844 |418057 |   2.1 |  35M|  36 |   5 |  40 |6879 |  40 |  15 |  22 | 111k|1897 | 0.000000e+00 |      --      |    Inf 
36.99/37.03	c  37.0s|210000 | 44305 |438673 |   2.1 |  36M|  36 |   - |  40 |6285 |  40 |  15 |  22 | 117k|1949 | 0.000000e+00 |      --      |    Inf 
38.79/38.84	c  38.8s|220000 | 46449 |460827 |   2.1 |  38M|  36 |   - |  40 |9315 |   0 |   0 |  22 | 123k|1995 | 0.000000e+00 |      --      |    Inf 
40.98/41.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.98/41.07	c  41.1s|230000 | 48073 |481848 |   2.1 |  39M|  36 |   - |  40 |7219 |  40 |  15 |  22 | 129k|2037 | 0.000000e+00 |      --      |    Inf 
43.19/43.23	c  43.2s|240000 | 49550 |501873 |   2.1 |  40M|  36 |   - |  40 |6289 |  40 |  15 |  22 | 135k|2086 | 0.000000e+00 |      --      |    Inf 
45.10/45.17	c  45.2s|250000 | 51136 |523080 |   2.1 |  42M|  36 |   5 |  40 |6845 |  40 |  15 |  22 | 141k|2148 | 0.000000e+00 |      --      |    Inf 
47.20/47.30	c  47.3s|260000 | 52488 |544000 |   2.1 |  43M|  36 |   5 |  40 |6710 |  40 |  15 |  22 | 148k|2195 | 0.000000e+00 |      --      |    Inf 
49.18/49.23	c  49.2s|270000 | 54344 |564909 |   2.1 |  44M|  36 |   5 |  40 |7149 |  40 |  15 |  22 | 153k|2243 | 0.000000e+00 |      --      |    Inf 
51.39/51.40	c  51.4s|280000 | 55687 |584991 |   2.1 |  46M|  36 |   5 |  40 |6548 |  40 |  15 |  22 | 159k|2287 | 0.000000e+00 |      --      |    Inf 
53.39/53.46	c  53.5s|290000 | 57246 |605313 |   2.1 |  47M|  36 |   - |  40 |6266 |   0 |   0 |  22 | 165k|2322 | 0.000000e+00 |      --      |    Inf 
55.49/55.55	c  55.5s|300000 | 58777 |626506 |   2.1 |  48M|  36 |   5 |  40 |6538 |  40 |  15 |  22 | 171k|2368 | 0.000000e+00 |      --      |    Inf 
57.48/57.57	c  57.6s|310000 | 60271 |647643 |   2.1 |  50M|  36 |   5 |  40 |6604 |  40 |  15 |  22 | 178k|2419 | 0.000000e+00 |      --      |    Inf 
59.68/59.73	c  59.7s|320000 | 61512 |667714 |   2.1 |  51M|  36 |   5 |  40 |6145 |  40 |  15 |  22 | 184k|2454 | 0.000000e+00 |      --      |    Inf 
61.78/61.81	c  61.8s|330000 | 62798 |688684 |   2.1 |  52M|  36 |   - |  40 |5891 |  40 |  15 |  22 | 190k|2510 | 0.000000e+00 |      --      |    Inf 
63.70/63.74	c  63.7s|340000 | 64332 |709740 |   2.1 |  53M|  36 |   - |  40 |7001 |  40 |  15 |  22 | 196k|2547 | 0.000000e+00 |      --      |    Inf 
65.68/65.70	c  65.7s|350000 | 65984 |730803 |   2.1 |  55M|  36 |   5 |  40 |7947 |  40 |  15 |  22 | 202k|2574 | 0.000000e+00 |      --      |    Inf 
68.10/68.12	c  68.1s|360000 | 67025 |751422 |   2.1 |  56M|  36 |   5 |  40 |6503 |  40 |  15 |  22 | 209k|2612 | 0.000000e+00 |      --      |    Inf 
70.19/70.22	c  70.2s|370000 | 68500 |772513 |   2.1 |  57M|  36 |   5 |  40 |6958 |  40 |  15 |  22 | 215k|2646 | 0.000000e+00 |      --      |    Inf 
72.38/72.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.38/72.47	c  72.5s|380000 | 69764 |793177 |   2.1 |  58M|  36 |   5 |  40 |6694 |  40 |  15 |  22 | 221k|2705 | 0.000000e+00 |      --      |    Inf 
74.58/74.71	c  74.7s|390000 | 70877 |813828 |   2.1 |  60M|  36 |   5 |  40 |6761 |  40 |  15 |  22 | 228k|2753 | 0.000000e+00 |      --      |    Inf 
76.68/76.74	c  76.7s|400000 | 72586 |835299 |   2.1 |  61M|  36 |   5 |  40 |7738 |  40 |  15 |  22 | 234k|2779 | 0.000000e+00 |      --      |    Inf 
78.88/78.97	c  79.0s|410000 | 74034 |857248 |   2.1 |  63M|  36 |   - |  40 |8757 |  40 |  15 |  22 | 240k|2806 | 0.000000e+00 |      --      |    Inf 
81.09/81.12	c  81.1s|420000 | 75763 |878666 |   2.1 |  65M|  36 |   5 |  40 |9494 |  40 |  15 |  22 | 246k|2838 | 0.000000e+00 |      --      |    Inf 
83.39/83.44	c  83.4s|430000 | 77242 |899473 |   2.1 |  66M|  36 |   5 |  40 |8696 |  40 |  15 |  22 | 252k|2878 | 0.000000e+00 |      --      |    Inf 
85.69/85.77	c  85.8s|440000 | 78508 |920520 |   2.1 |  67M|  36 |   - |  40 |7263 |  40 |  15 |  22 | 259k|2923 | 0.000000e+00 |      --      |    Inf 
88.08/88.12	c  88.1s|450000 | 79640 |940936 |   2.1 |  68M|  36 |   5 |  40 |6948 |  40 |  15 |  22 | 265k|2959 | 0.000000e+00 |      --      |    Inf 
90.28/90.38	c  90.4s|460000 | 80831 |961549 |   2.1 |  69M|  36 |   5 |  40 |7196 |  40 |  15 |  22 | 271k|2982 | 0.000000e+00 |      --      |    Inf 
92.58/92.64	c  92.6s|470000 | 82000 |982294 |   2.1 |  70M|  36 |   - |  40 |6783 |  40 |  15 |  22 | 278k|3017 | 0.000000e+00 |      --      |    Inf 
94.88/94.97	c  95.0s|480000 | 82981 |  1003k|   2.1 |  71M|  36 |   - |  40 |6852 |  40 |  15 |  22 | 284k|3061 | 0.000000e+00 |      --      |    Inf 
97.18/97.23	c  97.2s|490000 | 84073 |  1023k|   2.1 |  72M|  36 |   5 |  40 |6890 |  40 |  15 |  22 | 291k|3093 | 0.000000e+00 |      --      |    Inf 
99.48/99.59	c  99.6s|500000 | 85141 |  1044k|   2.1 |  73M|  36 |   - |  40 |6417 |  40 |  15 |  22 | 297k|3134 | 0.000000e+00 |      --      |    Inf 
101.58/101.68	c   102s|510000 | 86301 |  1064k|   2.1 |  75M|  36 |   - |  40 |7694 |   0 |   0 |  22 | 303k|3154 | 0.000000e+00 |      --      |    Inf 
103.99/104.01	c   104s|520000 | 87492 |  1085k|   2.1 |  75M|  36 |   - |  40 |6545 |  40 |  15 |  22 | 310k|3191 | 0.000000e+00 |      --      |    Inf 
106.18/106.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.18/106.22	c   106s|530000 | 88745 |  1105k|   2.1 |  77M|  36 |   - |  40 |6794 |   0 |   0 |  22 | 316k|3223 | 0.000000e+00 |      --      |    Inf 
108.48/108.58	c   109s|540000 | 89751 |  1127k|   2.1 |  78M|  36 |   5 |  40 |6310 |  40 |  15 |  22 | 322k|3268 | 0.000000e+00 |      --      |    Inf 
110.59/110.66	c   111s|550000 | 91047 |  1147k|   2.1 |  79M|  36 |   5 |  40 |7640 |  40 |  15 |  22 | 328k|3296 | 0.000000e+00 |      --      |    Inf 
112.98/113.07	c   113s|560000 | 91909 |  1168k|   2.1 |  80M|  36 |   5 |  40 |7002 |  40 |  15 |  22 | 335k|3329 | 0.000000e+00 |      --      |    Inf 
115.18/115.20	c   115s|570000 | 93048 |  1188k|   2.1 |  82M|  36 |   5 |  40 |8510 |  40 |  15 |  22 | 342k|3364 | 0.000000e+00 |      --      |    Inf 
117.59/117.66	c   118s|580000 | 94049 |  1209k|   2.1 |  82M|  36 |   - |  40 |7200 |   0 |   0 |  22 | 348k|3392 | 0.000000e+00 |      --      |    Inf 
119.68/119.78	c   120s|590000 | 95397 |  1230k|   2.1 |  84M|  36 |   5 |  40 |8532 |  40 |  15 |  22 | 354k|3418 | 0.000000e+00 |      --      |    Inf 
122.28/122.34	c   122s|600000 | 96349 |  1251k|   2.1 |  85M|  36 |   - |  40 |7553 |  40 |  15 |  22 | 361k|3438 | 0.000000e+00 |      --      |    Inf 
124.48/124.58	c   125s|610000 | 97769 |  1272k|   2.1 |  86M|  36 |   5 |  40 |9005 |  40 |  15 |  22 | 367k|3468 | 0.000000e+00 |      --      |    Inf 
126.98/127.08	c   127s|620000 | 98922 |  1293k|   2.1 |  87M|  36 |   - |  40 |7928 |   0 |   0 |  22 | 373k|3494 | 0.000000e+00 |      --      |    Inf 
129.48/129.50	c   130s|630000 | 99838 |  1314k|   2.1 |  88M|  36 |   - |  40 |7580 |  40 |  15 |  22 | 380k|3517 | 0.000000e+00 |      --      |    Inf 
131.78/131.88	c   132s|640000 |100908 |  1335k|   2.1 |  89M|  36 |   - |  40 |7069 |   0 |   0 |  22 | 386k|3552 | 0.000000e+00 |      --      |    Inf 
133.88/133.91	c   134s|650000 |102493 |  1356k|   2.1 |  91M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 392k|3575 | 0.000000e+00 |      --      |    Inf 
136.30/136.36	c   136s|660000 |103787 |  1376k|   2.1 |  93M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 398k|3605 | 0.000000e+00 |      --      |    Inf 
139.05/139.10	c   139s|670000 |104852 |  1397k|   2.1 |  93M|  36 |   - |  40 |7693 |  40 |  15 |  22 | 405k|3638 | 0.000000e+00 |      --      |    Inf 
141.40/141.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.40/141.59	c   142s|680000 |105860 |  1418k|   2.1 |  94M|  36 |   5 |  40 |7503 |  40 |  15 |  22 | 411k|3658 | 0.000000e+00 |      --      |    Inf 
143.92/144.08	c   144s|690000 |106910 |  1438k|   2.1 |  95M|  36 |   5 |  40 |7274 |  40 |  15 |  22 | 418k|3689 | 0.000000e+00 |      --      |    Inf 
146.13/146.28	c   146s|700000 |108239 |  1459k|   2.1 |  96M|  36 |   5 |  40 |7961 |  40 |  15 |  22 | 424k|3712 | 0.000000e+00 |      --      |    Inf 
148.20/148.32	c   148s|710000 |110300 |  1480k|   2.1 |  98M|  36 |   5 |  40 |9325 |  40 |  15 |  22 | 429k|3738 | 0.000000e+00 |      --      |    Inf 
150.41/150.54	c   151s|720000 |111990 |  1501k|   2.1 | 100M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 435k|3780 | 0.000000e+00 |      --      |    Inf 
152.83/152.94	c   153s|730000 |113762 |  1523k|   2.1 | 102M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 441k|3798 | 0.000000e+00 |      --      |    Inf 
155.61/155.74	c   156s|740000 |115123 |  1543k|   2.1 | 103M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 447k|3820 | 0.000000e+00 |      --      |    Inf 
158.51/158.64	c   159s|750000 |116341 |  1564k|   2.1 | 105M|  36 |   - |  40 |  13k|  40 |  15 |  22 | 453k|3851 | 0.000000e+00 |      --      |    Inf 
161.53/161.70	c   162s|760000 |117394 |  1584k|   2.1 | 106M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 459k|3875 | 0.000000e+00 |      --      |    Inf 
164.71/164.87	c   165s|770000 |118244 |  1605k|   2.1 | 106M|  36 |   5 |  40 |8552 |  40 |  15 |  22 | 466k|3895 | 0.000000e+00 |      --      |    Inf 
167.31/167.46	c   167s|780000 |119382 |  1626k|   2.1 | 107M|  36 |   5 |  40 |8219 |  40 |  15 |  22 | 472k|3918 | 0.000000e+00 |      --      |    Inf 
169.71/169.85	c   170s|790000 |120591 |  1647k|   2.1 | 108M|  36 |   5 |  40 |9410 |  40 |  15 |  22 | 479k|3953 | 0.000000e+00 |      --      |    Inf 
172.41/172.57	c   173s|800000 |121634 |  1668k|   2.1 | 109M|  36 |   5 |  40 |8512 |  40 |  15 |  22 | 485k|3984 | 0.000000e+00 |      --      |    Inf 
175.01/175.16	c   175s|810000 |122731 |  1688k|   2.1 | 110M|  36 |   5 |  40 |7757 |  40 |  15 |  22 | 491k|4013 | 0.000000e+00 |      --      |    Inf 
177.21/177.33	c   177s|820000 |123990 |  1709k|   2.1 | 112M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 498k|4032 | 0.000000e+00 |      --      |    Inf 
179.91/180.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.91/180.00	c   180s|830000 |125032 |  1729k|   2.1 | 113M|  36 |   5 |  40 |9404 |  40 |  15 |  22 | 504k|4049 | 0.000000e+00 |      --      |    Inf 
182.71/182.83	c   183s|840000 |125946 |  1750k|   2.1 | 114M|  36 |   5 |  40 |8377 |  40 |  15 |  22 | 511k|4072 | 0.000000e+00 |      --      |    Inf 
185.01/185.16	c   185s|850000 |127189 |  1770k|   2.1 | 115M|  36 |   5 |  40 |8950 |  40 |  15 |  22 | 517k|4100 | 0.000000e+00 |      --      |    Inf 
187.41/187.51	c   188s|860000 |128537 |  1791k|   2.1 | 116M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 523k|4127 | 0.000000e+00 |      --      |    Inf 
190.51/190.63	c   191s|870000 |129168 |  1812k|   2.1 | 116M|  36 |   5 |  40 |6978 |  40 |  15 |  22 | 530k|4160 | 0.000000e+00 |      --      |    Inf 
193.01/193.16	c   193s|880000 |129966 |  1832k|   2.1 | 117M|  36 |   5 |  40 |7480 |  40 |  15 |  22 | 536k|4181 | 0.000000e+00 |      --      |    Inf 
195.50/195.65	c   196s|890000 |130820 |  1852k|   2.1 | 119M|  36 |   5 |  40 |7877 |  40 |  15 |  22 | 543k|4205 | 0.000000e+00 |      --      |    Inf 
197.82/197.93	c   198s|900000 |132182 |  1873k|   2.1 | 120M|  36 |   5 |  40 |9247 |  40 |  15 |  22 | 549k|4232 | 0.000000e+00 |      --      |    Inf 
200.41/200.54	c   201s|910000 |133082 |  1894k|   2.1 | 121M|  36 |   5 |  40 |9322 |  40 |  15 |  22 | 556k|4257 | 0.000000e+00 |      --      |    Inf 
202.91/203.06	c   203s|920000 |134275 |  1915k|   2.1 | 123M|  36 |   - |  40 |9869 |  40 |  15 |  22 | 562k|4281 | 0.000000e+00 |      --      |    Inf 
205.81/205.94	c   206s|930000 |134964 |  1935k|   2.1 | 123M|  36 |   5 |  40 |8550 |  40 |  15 |  22 | 569k|4321 | 0.000000e+00 |      --      |    Inf 
208.31/208.40	c   208s|940000 |135946 |  1956k|   2.1 | 124M|  36 |   - |  40 |9384 |  40 |  15 |  22 | 575k|4328 | 0.000000e+00 |      --      |    Inf 
210.81/210.96	c   211s|950000 |136902 |  1977k|   2.1 | 125M|  36 |   5 |  40 |9452 |  40 |  15 |  22 | 582k|4341 | 0.000000e+00 |      --      |    Inf 
213.41/213.59	c   214s|960000 |138194 |  1997k|   2.1 | 126M|  36 |   5 |  40 |8662 |  40 |  15 |  22 | 588k|4410 | 0.000000e+00 |      --      |    Inf 
215.71/215.87	c   216s|970000 |139644 |  2018k|   2.1 | 128M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 594k|4410 | 0.000000e+00 |      --      |    Inf 
218.72/218.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.72/218.88	c   219s|980000 |140218 |  2038k|   2.1 | 128M|  36 |   5 |  40 |7671 |  40 |  15 |  22 | 601k|4417 | 0.000000e+00 |      --      |    Inf 
221.21/221.38	c   221s|990000 |141028 |  2058k|   2.1 | 130M|  36 |   5 |  40 |8897 |  40 |  15 |  22 | 607k|4430 | 0.000000e+00 |      --      |    Inf 
224.01/224.16	c   224s|  1000k|141675 |  2079k|   2.1 | 130M|  36 |   - |  40 |6967 |  40 |  15 |  22 | 614k|4438 | 0.000000e+00 |      --      |    Inf 
226.32/226.46	c   226s|  1010k|142695 |  2099k|   2.1 | 132M|  36 |   - |  40 |8684 |  40 |  15 |  22 | 620k|4458 | 0.000000e+00 |      --      |    Inf 
229.01/229.16	c   229s|  1020k|143519 |  2120k|   2.1 | 132M|  36 |   - |  40 |7598 |   0 |   0 |  22 | 627k|4470 | 0.000000e+00 |      --      |    Inf 
231.31/231.43	c   231s|  1030k|144733 |  2141k|   2.1 | 134M|  36 |   - |  40 |9766 |  40 |  15 |  22 | 634k|4488 | 0.000000e+00 |      --      |    Inf 
233.81/233.92	c   234s|  1040k|146112 |  2163k|   2.1 | 135M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 640k|4496 | 0.000000e+00 |      --      |    Inf 
236.21/236.32	c   236s|  1050k|147708 |  2185k|   2.1 | 137M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 646k|4512 | 0.000000e+00 |      --      |    Inf 
239.01/239.12	c   239s|  1060k|148855 |  2207k|   2.1 | 139M|  36 |   5 |  40 |  12k|  40 |  15 |  22 | 652k|4524 | 0.000000e+00 |      --      |    Inf 
242.11/242.28	c   242s|  1070k|149797 |  2229k|   2.1 | 140M|  36 |   - |  40 |  12k|  40 |  15 |  22 | 659k|4539 | 0.000000e+00 |      --      |    Inf 
245.51/245.64	c   246s|  1080k|150357 |  2249k|   2.1 | 140M|  36 |   5 |  40 |8483 |  40 |  15 |  22 | 666k|4552 | 0.000000e+00 |      --      |    Inf 
248.31/248.45	c   248s|  1090k|151165 |  2270k|   2.1 | 140M|  36 |   - |  40 |8207 |  40 |  15 |  22 | 672k|4568 | 0.000000e+00 |      --      |    Inf 
251.11/251.27	c   251s|  1100k|151841 |  2291k|   2.1 | 141M|  36 |   - |  40 |7794 |  40 |  15 |  22 | 679k|4585 | 0.000000e+00 |      --      |    Inf 
253.41/253.57	c   254s|  1110k|153101 |  2312k|   2.1 | 143M|  36 |   5 |  40 |9683 |  40 |  15 |  22 | 686k|4622 | 0.000000e+00 |      --      |    Inf 
256.31/256.47	c   256s|  1120k|154072 |  2332k|   2.1 | 144M|  36 |   5 |  40 |9381 |  40 |  15 |  22 | 692k|4632 | 0.000000e+00 |      --      |    Inf 
259.21/259.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
259.21/259.36	c   259s|  1130k|154733 |  2353k|   2.1 | 145M|  36 |   5 |  40 |8586 |  40 |  15 |  22 | 699k|4661 | 0.000000e+00 |      --      |    Inf 
262.01/262.11	c   262s|  1140k|155608 |  2374k|   2.1 | 146M|  36 |   5 |  40 |8268 |  40 |  15 |  22 | 706k|4683 | 0.000000e+00 |      --      |    Inf 
264.61/264.78	c   265s|  1150k|156555 |  2395k|   2.1 | 147M|  36 |   - |  40 |8340 |   0 |   0 |  22 | 712k|4698 | 0.000000e+00 |      --      |    Inf 
266.91/267.09	c   267s|  1160k|157820 |  2416k|   2.1 | 149M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 718k|4720 | 0.000000e+00 |      --      |    Inf 
269.81/269.95	c   270s|  1170k|158639 |  2437k|   2.1 | 149M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 725k|4746 | 0.000000e+00 |      --      |    Inf 
272.63/272.72	c   273s|  1180k|159304 |  2458k|   2.1 | 150M|  36 |   - |  40 |9944 |  40 |  15 |  22 | 732k|4768 | 0.000000e+00 |      --      |    Inf 
275.81/275.94	c   276s|  1190k|159755 |  2478k|   2.1 | 150M|  36 |   - |  40 |7700 |  40 |  15 |  22 | 739k|4792 | 0.000000e+00 |      --      |    Inf 
278.23/278.34	c   278s|  1200k|160905 |  2499k|   2.1 | 152M|  36 |   - |  40 |9847 |  40 |  15 |  22 | 745k|4803 | 0.000000e+00 |      --      |    Inf 
280.61/280.78	c   281s|  1210k|162070 |  2520k|   2.1 | 153M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 752k|4872 | 0.000000e+00 |      --      |    Inf 
283.82/283.98	c   284s|  1220k|162836 |  2541k|   2.1 | 154M|  36 |   5 |  40 |9496 |  40 |  15 |  22 | 759k|4872 | 0.000000e+00 |      --      |    Inf 
286.81/287.00	c   287s|  1230k|163485 |  2561k|   2.1 | 154M|  36 |   5 |  40 |8009 |  40 |  15 |  22 | 765k|4872 | 0.000000e+00 |      --      |    Inf 
289.61/289.70	c   290s|  1240k|164371 |  2582k|   2.1 | 156M|  36 |   5 |  40 |8353 |  40 |  15 |  22 | 772k|4911 | 0.000000e+00 |      --      |    Inf 
291.82/291.99	c   292s|  1250k|165708 |  2601k|   2.1 | 157M|  36 |   - |  40 |  10k|  40 |  15 |  22 | 778k|4928 | 0.000000e+00 |      --      |    Inf 
295.01/295.11	c   295s|  1260k|166337 |  2622k|   2.1 | 158M|  36 |   - |  40 |8800 |  40 |  15 |  22 | 785k|4937 | 0.000000e+00 |      --      |    Inf 
298.22/298.31	c   298s|  1270k|166714 |  2642k|   2.1 | 158M|  36 |   5 |  40 |7939 |  40 |  15 |  22 | 791k|4958 | 0.000000e+00 |      --      |    Inf 
300.81/300.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.81/300.99	c   301s|  1280k|167816 |  2663k|   2.1 | 160M|  36 |   5 |  40 |9527 |  40 |  15 |  22 | 798k|4975 | 0.000000e+00 |      --      |    Inf 
303.71/303.88	c   304s|  1290k|168498 |  2683k|   2.1 | 160M|  36 |   - |  40 |7816 |  40 |  15 |  22 | 804k|4986 | 0.000000e+00 |      --      |    Inf 
306.31/306.44	c   306s|  1300k|169382 |  2704k|   2.1 | 161M|  36 |   - |  40 |8857 |  40 |  15 |  22 | 811k|5014 | 0.000000e+00 |      --      |    Inf 
308.61/308.72	c   309s|  1310k|170741 |  2726k|   2.1 | 163M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 818k|5029 | 0.000000e+00 |      --      |    Inf 
311.81/311.99	c   312s|  1320k|171139 |  2747k|   2.1 | 163M|  36 |   5 |  40 |9018 |  40 |  15 |  22 | 825k|5046 | 0.000000e+00 |      --      |    Inf 
314.43/314.54	c   315s|  1330k|172156 |  2768k|   2.1 | 165M|  36 |   - |  40 |  10k|   0 |   0 |  22 | 831k|5057 | 0.000000e+00 |      --      |    Inf 
317.61/317.77	c   318s|  1340k|172732 |  2788k|   2.1 | 165M|  36 |   5 |  40 |8869 |  40 |  15 |  22 | 838k|5080 | 0.000000e+00 |      --      |    Inf 
320.41/320.55	c   321s|  1350k|173516 |  2809k|   2.1 | 166M|  36 |   5 |  40 |9409 |  40 |  15 |  22 | 845k|5098 | 0.000000e+00 |      --      |    Inf 
323.33/323.42	c   323s|  1360k|174194 |  2830k|   2.1 | 167M|  36 |   - |  40 |9407 |  40 |  15 |  22 | 851k|5116 | 0.000000e+00 |      --      |    Inf 
326.02/326.15	c   326s|  1370k|175132 |  2850k|   2.1 | 169M|  36 |   - |  40 |9779 |  40 |  15 |  22 | 858k|5130 | 0.000000e+00 |      --      |    Inf 
329.12/329.21	c   329s|  1380k|175675 |  2870k|   2.1 | 169M|  36 |   5 |  40 |8665 |  40 |  15 |  22 | 865k|5140 | 0.000000e+00 |      --      |    Inf 
331.81/331.90	c   332s|  1390k|176494 |  2891k|   2.1 | 170M|  36 |   5 |  40 |9147 |  40 |  15 |  22 | 871k|5154 | 0.000000e+00 |      --      |    Inf 
334.71/334.86	c   335s|  1400k|177235 |  2912k|   2.1 | 171M|  36 |   - |  40 |8022 |  40 |  15 |  22 | 878k|5178 | 0.000000e+00 |      --      |    Inf 
336.81/336.98	c   337s|  1410k|178762 |  2933k|   2.1 | 173M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 884k|5192 | 0.000000e+00 |      --      |    Inf 
339.61/339.72	c   340s|  1420k|179623 |  2955k|   2.1 | 174M|  36 |   - |  40 |  11k|  40 |  15 |  22 | 892k|5214 | 0.000000e+00 |      --      |    Inf 
342.41/342.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.41/342.50	c   342s|  1430k|180635 |  2976k|   2.1 | 176M|  36 |   5 |  40 |  14k|  40 |  15 |  22 | 898k|5237 | 0.000000e+00 |      --      |    Inf 
345.72/345.82	c   346s|  1440k|181572 |  2996k|   2.1 | 176M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 905k|5270 | 0.000000e+00 |      --      |    Inf 
348.63/348.77	c   349s|  1450k|182532 |  3016k|   2.1 | 177M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 911k|5287 | 0.000000e+00 |      --      |    Inf 
351.93/352.02	c   352s|  1460k|183179 |  3037k|   2.1 | 178M|  36 |   5 |  40 |9155 |  40 |  15 |  22 | 918k|5312 | 0.000000e+00 |      --      |    Inf 
354.41/354.59	c   355s|  1470k|184231 |  3057k|   2.1 | 179M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 924k|5330 | 0.000000e+00 |      --      |    Inf 
357.01/357.15	c   357s|  1480k|185342 |  3079k|   2.1 | 180M|  36 |   5 |  40 |  11k|  40 |  15 |  22 | 931k|5349 | 0.000000e+00 |      --      |    Inf 
359.53/359.71	c   360s|  1490k|186298 |  3099k|   2.1 | 182M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 937k|5371 | 0.000000e+00 |      --      |    Inf 
363.21/363.36	c   363s|  1500k|186598 |  3119k|   2.1 | 182M|  36 |   - |  40 |9905 |  40 |  15 |  22 | 944k|5381 | 0.000000e+00 |      --      |    Inf 
366.31/366.44	c   366s|  1510k|187182 |  3140k|   2.1 | 182M|  36 |   - |  40 |9382 |  40 |  15 |  22 | 951k|5404 | 0.000000e+00 |      --      |    Inf 
369.21/369.30	c   369s|  1520k|187712 |  3161k|   2.1 | 183M|  36 |   5 |  40 |9649 |  40 |  15 |  22 | 958k|5424 | 0.000000e+00 |      --      |    Inf 
371.52/371.64	c   372s|  1530k|189320 |  3182k|   2.1 | 185M|  36 |   - |  40 |  11k|   0 |   0 |  22 | 964k|5445 | 0.000000e+00 |      --      |    Inf 
374.11/374.26	c   374s|  1540k|190575 |  3204k|   2.1 | 187M|  36 |   5 |  40 |  13k|  40 |  15 |  22 | 971k|5469 | 0.000000e+00 |      --      |    Inf 
377.71/377.82	c   378s|  1550k|190983 |  3225k|   2.1 | 187M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 978k|5486 | 0.000000e+00 |      --      |    Inf 
381.02/381.15	c   381s|  1560k|191531 |  3245k|   2.1 | 187M|  36 |   5 |  40 |9754 |  40 |  15 |  22 | 985k|5501 | 0.000000e+00 |      --      |    Inf 
384.01/384.17	c   384s|  1570k|192139 |  3266k|   2.1 | 188M|  36 |   5 |  40 |  10k|  40 |  15 |  22 | 991k|5518 | 0.000000e+00 |      --      |    Inf 
387.51/387.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
387.51/387.61	c   388s|  1580k|192455 |  3287k|   2.1 | 189M|  36 |   5 |  40 |8683 |  40 |  15 |  22 | 998k|5535 | 0.000000e+00 |      --      |    Inf 
389.61/389.73	c   390s|  1590k|194024 |  3308k|   2.1 | 191M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1004k|5553 | 0.000000e+00 |      --      |    Inf 
392.81/392.92	c   393s|  1600k|194650 |  3328k|   2.1 | 191M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1011k|5575 | 0.000000e+00 |      --      |    Inf 
395.21/395.32	c   395s|  1610k|196696 |  3350k|   2.1 | 193M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1017k|5602 | 0.000000e+00 |      --      |    Inf 
397.92/398.04	c   398s|  1620k|198402 |  3371k|   2.1 | 195M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1023k|5615 | 0.000000e+00 |      --      |    Inf 
400.81/400.94	c   401s|  1630k|199832 |  3393k|   2.1 | 196M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1030k|5629 | 0.000000e+00 |      --      |    Inf 
404.21/404.38	c   404s|  1640k|200612 |  3414k|   2.1 | 197M|  36 |   - |  40 |  13k|  40 |  15 |  22 |1037k|5658 | 0.000000e+00 |      --      |    Inf 
407.11/407.27	c   407s|  1650k|202105 |  3436k|   2.1 | 199M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1043k|5676 | 0.000000e+00 |      --      |    Inf 
410.71/410.88	c   411s|  1660k|202953 |  3457k|   2.1 | 200M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1050k|5690 | 0.000000e+00 |      --      |    Inf 
414.53/414.61	c   415s|  1670k|203500 |  3478k|   2.1 | 201M|  36 |   - |  40 |  14k|   0 |   0 |  22 |1057k|5713 | 0.000000e+00 |      --      |    Inf 
418.61/418.71	c   419s|  1680k|203978 |  3499k|   2.1 | 201M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1065k|5733 | 0.000000e+00 |      --      |    Inf 
421.02/421.16	c   421s|  1690k|205718 |  3520k|   2.1 | 204M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1071k|5751 | 0.000000e+00 |      --      |    Inf 
424.11/424.27	c   424s|  1700k|206722 |  3541k|   2.1 | 204M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1077k|5763 | 0.000000e+00 |      --      |    Inf 
427.22/427.32	c   427s|  1710k|207590 |  3562k|   2.1 | 206M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1084k|5787 | 0.000000e+00 |      --      |    Inf 
430.11/430.26	c   430s|  1720k|208860 |  3585k|   2.1 | 208M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1091k|5799 | 0.000000e+00 |      --      |    Inf 
433.11/433.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
433.11/433.24	c   433s|  1730k|210371 |  3607k|   2.1 | 209M|  36 |   - |  40 |  17k|  40 |  15 |  22 |1098k|5816 | 0.000000e+00 |      --      |    Inf 
436.71/436.86	c   437s|  1740k|210977 |  3629k|   2.1 | 210M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1105k|5839 | 0.000000e+00 |      --      |    Inf 
440.93/441.08	c   441s|  1750k|211606 |  3649k|   2.1 | 210M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1112k|5858 | 0.000000e+00 |      --      |    Inf 
445.44/445.53	c   446s|  1760k|211841 |  3670k|   2.1 | 210M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1119k|5871 | 0.000000e+00 |      --      |    Inf 
448.51/448.68	c   449s|  1770k|212716 |  3690k|   2.1 | 211M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1125k|5883 | 0.000000e+00 |      --      |    Inf 
451.61/451.75	c   452s|  1780k|213357 |  3710k|   2.1 | 212M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1132k|5892 | 0.000000e+00 |      --      |    Inf 
454.81/454.99	c   455s|  1790k|214016 |  3731k|   2.1 | 212M|  36 |   - |  40 |9943 |  40 |  15 |  22 |1139k|5912 | 0.000000e+00 |      --      |    Inf 
457.71/457.84	c   458s|  1800k|215097 |  3752k|   2.1 | 214M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1145k|5927 | 0.000000e+00 |      --      |    Inf 
461.02/461.15	c   461s|  1810k|215720 |  3772k|   2.1 | 214M|  36 |   5 |  40 |9795 |  40 |  15 |  22 |1152k|5942 | 0.000000e+00 |      --      |    Inf 
463.91/464.06	c   464s|  1820k|216586 |  3793k|   2.1 | 215M|  36 |   5 |  40 |9708 |  40 |  15 |  22 |1159k|5955 | 0.000000e+00 |      --      |    Inf 
466.42/466.58	c   467s|  1830k|217389 |  3813k|   2.1 | 217M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1166k|5968 | 0.000000e+00 |      --      |    Inf 
469.72/469.89	c   470s|  1840k|218066 |  3834k|   2.1 | 217M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1172k|5993 | 0.000000e+00 |      --      |    Inf 
472.62/472.79	c   473s|  1850k|218734 |  3854k|   2.1 | 218M|  36 |   - |  40 |9842 |  40 |  15 |  22 |1179k|6007 | 0.000000e+00 |      --      |    Inf 
475.92/476.05	c   476s|  1860k|219190 |  3875k|   2.1 | 219M|  36 |   - |  40 |8510 |  40 |  15 |  22 |1186k|6031 | 0.000000e+00 |      --      |    Inf 
478.32/478.45	c   478s|  1870k|220409 |  3896k|   2.1 | 220M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1192k|6045 | 0.000000e+00 |      --      |    Inf 
480.82/480.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
480.82/480.90	c   481s|  1880k|221686 |  3918k|   2.1 | 222M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1199k|6060 | 0.000000e+00 |      --      |    Inf 
484.41/484.53	c   485s|  1890k|222392 |  3939k|   2.1 | 223M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1206k|6068 | 0.000000e+00 |      --      |    Inf 
487.41/487.57	c   488s|  1900k|223177 |  3960k|   2.1 | 224M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1212k|6086 | 0.000000e+00 |      --      |    Inf 
491.11/491.29	c   491s|  1910k|223563 |  3980k|   2.1 | 224M|  36 |   5 |  40 |9861 |  40 |  15 |  22 |1220k|6104 | 0.000000e+00 |      --      |    Inf 
494.01/494.18	c   494s|  1920k|224300 |  4001k|   2.1 | 225M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1226k|6120 | 0.000000e+00 |      --      |    Inf 
497.52/497.67	c   498s|  1930k|224710 |  4022k|   2.1 | 225M|  36 |   5 |  40 |9579 |  40 |  15 |  22 |1233k|6132 | 0.000000e+00 |      --      |    Inf 
500.62/500.78	c   501s|  1940k|225303 |  4042k|   2.1 | 226M|  36 |   5 |  40 |9562 |  40 |  15 |  22 |1240k|6155 | 0.000000e+00 |      --      |    Inf 
503.73/503.83	c   504s|  1950k|225926 |  4063k|   2.1 | 227M|  36 |   5 |  40 |8891 |  40 |  15 |  22 |1247k|6174 | 0.000000e+00 |      --      |    Inf 
506.52/506.68	c   507s|  1960k|226644 |  4083k|   2.1 | 228M|  36 |   5 |  40 |9872 |  40 |  15 |  22 |1254k|6187 | 0.000000e+00 |      --      |    Inf 
510.01/510.12	c   510s|  1970k|227002 |  4103k|   2.1 | 229M|  36 |   5 |  40 |8823 |  40 |  15 |  22 |1261k|6208 | 0.000000e+00 |      --      |    Inf 
512.81/512.98	c   513s|  1980k|227656 |  4124k|   2.1 | 230M|  36 |   - |  40 |9474 |  40 |  15 |  22 |1268k|6219 | 0.000000e+00 |      --      |    Inf 
515.52/515.68	c   516s|  1990k|228491 |  4145k|   2.1 | 231M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1274k|6234 | 0.000000e+00 |      --      |    Inf 
518.82/518.95	c   519s|  2000k|229140 |  4166k|   2.1 | 232M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1281k|6247 | 0.000000e+00 |      --      |    Inf 
522.21/522.31	c   522s|  2010k|229660 |  4186k|   2.1 | 233M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1288k|6259 | 0.000000e+00 |      --      |    Inf 
525.63/525.79	c   526s|  2020k|230051 |  4207k|   2.1 | 233M|  36 |   5 |  40 |9281 |  40 |  15 |  22 |1295k|6271 | 0.000000e+00 |      --      |    Inf 
528.51/528.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.51/528.65	c   529s|  2030k|230878 |  4227k|   2.1 | 234M|  36 |   - |  40 |9768 |  40 |  15 |  22 |1302k|6291 | 0.000000e+00 |      --      |    Inf 
530.91/531.08	c   531s|  2040k|232183 |  4247k|   2.1 | 236M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1308k|6306 | 0.000000e+00 |      --      |    Inf 
534.43/534.56	c   535s|  2050k|232540 |  4267k|   2.1 | 236M|  36 |   - |  40 |9126 |  40 |  15 |  22 |1314k|6323 | 0.000000e+00 |      --      |    Inf 
537.84/537.92	c   538s|  2060k|232759 |  4287k|   2.1 | 236M|  36 |   5 |  40 |8321 |  40 |  15 |  22 |1321k|6335 | 0.000000e+00 |      --      |    Inf 
540.82/540.91	c   541s|  2070k|233315 |  4307k|   2.1 | 237M|  36 |   5 |  40 |9538 |  40 |  15 |  22 |1328k|6345 | 0.000000e+00 |      --      |    Inf 
543.72/543.89	c   544s|  2080k|233943 |  4328k|   2.1 | 238M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1335k|6359 | 0.000000e+00 |      --      |    Inf 
547.11/547.28	c   547s|  2090k|234207 |  4349k|   2.1 | 239M|  36 |   - |  40 |9525 |  40 |  15 |  22 |1342k|6375 | 0.000000e+00 |      --      |    Inf 
550.01/550.12	c   550s|  2100k|235058 |  4369k|   2.1 | 240M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1349k|6394 | 0.000000e+00 |      --      |    Inf 
552.92/553.01	c   553s|  2110k|235756 |  4389k|   2.1 | 241M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1356k|6403 | 0.000000e+00 |      --      |    Inf 
556.22/556.33	c   556s|  2120k|236384 |  4410k|   2.1 | 242M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1363k|6413 | 0.000000e+00 |      --      |    Inf 
559.32/559.40	c   559s|  2130k|237007 |  4430k|   2.1 | 243M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1370k|6425 | 0.000000e+00 |      --      |    Inf 
562.72/562.82	c   563s|  2140k|237500 |  4450k|   2.1 | 243M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1377k|6436 | 0.000000e+00 |      --      |    Inf 
566.22/566.38	c   566s|  2150k|237785 |  4471k|   2.1 | 244M|  36 |   5 |  40 |8781 |  40 |  15 |  22 |1384k|6447 | 0.000000e+00 |      --      |    Inf 
569.12/569.28	c   569s|  2160k|238455 |  4492k|   2.1 | 245M|  36 |   5 |  40 |9948 |  40 |  15 |  22 |1391k|6464 | 0.000000e+00 |      --      |    Inf 
572.62/572.79	c   573s|  2170k|238867 |  4513k|   2.1 | 245M|  36 |   5 |  40 |9319 |  40 |  15 |  22 |1398k|6480 | 0.000000e+00 |      --      |    Inf 
575.32/575.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
575.32/575.47	c   575s|  2180k|239621 |  4534k|   2.1 | 247M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1405k|6492 | 0.000000e+00 |      --      |    Inf 
578.62/578.72	c   579s|  2190k|240143 |  4554k|   2.1 | 248M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1412k|6504 | 0.000000e+00 |      --      |    Inf 
581.42/581.59	c   582s|  2200k|241082 |  4575k|   2.1 | 249M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1418k|6519 | 0.000000e+00 |      --      |    Inf 
585.03/585.19	c   585s|  2210k|241573 |  4595k|   2.1 | 249M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1425k|6536 | 0.000000e+00 |      --      |    Inf 
588.62/588.76	c   589s|  2220k|242115 |  4616k|   2.1 | 250M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1432k|6551 | 0.000000e+00 |      --      |    Inf 
591.63/591.81	c   592s|  2230k|242899 |  4637k|   2.1 | 251M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1439k|6571 | 0.000000e+00 |      --      |    Inf 
595.61/595.71	c   596s|  2240k|243193 |  4658k|   2.1 | 251M|  36 |   5 |  40 |9325 |  40 |  15 |  22 |1446k|6577 | 0.000000e+00 |      --      |    Inf 
598.51/598.69	c   599s|  2250k|243809 |  4678k|   2.1 | 252M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1453k|6589 | 0.000000e+00 |      --      |    Inf 
602.02/602.15	c   602s|  2260k|244238 |  4699k|   2.1 | 253M|  36 |   - |  40 |8559 |  40 |  15 |  22 |1459k|6608 | 0.000000e+00 |      --      |    Inf 
604.52/604.68	c   605s|  2270k|245012 |  4720k|   2.1 | 254M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1467k|6630 | 0.000000e+00 |      --      |    Inf 
608.32/608.49	c   608s|  2280k|245516 |  4741k|   2.1 | 255M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1474k|6641 | 0.000000e+00 |      --      |    Inf 
611.02/611.15	c   611s|  2290k|246431 |  4761k|   2.1 | 257M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1480k|6658 | 0.000000e+00 |      --      |    Inf 
614.32/614.46	c   614s|  2300k|246817 |  4781k|   2.1 | 257M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1487k|6671 | 0.000000e+00 |      --      |    Inf 
618.14/618.26	c   618s|  2310k|247023 |  4802k|   2.1 | 257M|  36 |   5 |  40 |8933 |  40 |  15 |  22 |1494k|6687 | 0.000000e+00 |      --      |    Inf 
620.92/621.08	c   621s|  2320k|247797 |  4823k|   2.1 | 258M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1501k|6699 | 0.000000e+00 |      --      |    Inf 
624.11/624.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.11/624.24	c   624s|  2330k|248311 |  4844k|   2.1 | 259M|  36 |   - |  40 |9974 |  40 |  15 |  22 |1508k|6710 | 0.000000e+00 |      --      |    Inf 
627.31/627.47	c   627s|  2340k|248793 |  4865k|   2.1 | 259M|  36 |   5 |  40 |9880 |  40 |  15 |  22 |1515k|6728 | 0.000000e+00 |      --      |    Inf 
630.42/630.56	c   631s|  2350k|249358 |  4885k|   2.1 | 260M|  36 |   - |  40 |9668 |  40 |  15 |  22 |1521k|6743 | 0.000000e+00 |      --      |    Inf 
633.54/633.64	c   634s|  2360k|249836 |  4906k|   2.1 | 261M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1528k|6754 | 0.000000e+00 |      --      |    Inf 
637.12/637.24	c   637s|  2370k|250031 |  4926k|   2.1 | 261M|  36 |   5 |  40 |8957 |  40 |  15 |  22 |1535k|6769 | 0.000000e+00 |      --      |    Inf 
639.92/640.03	c   640s|  2380k|250693 |  4947k|   2.1 | 263M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1542k|6783 | 0.000000e+00 |      --      |    Inf 
643.22/643.32	c   643s|  2390k|251213 |  4967k|   2.1 | 264M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1549k|6799 | 0.000000e+00 |      --      |    Inf 
646.52/646.60	c   647s|  2400k|251697 |  4988k|   2.1 | 264M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1556k|6815 | 0.000000e+00 |      --      |    Inf 
649.72/649.80	c   650s|  2410k|252193 |  5008k|   2.1 | 265M|  36 |   5 |  40 |9865 |  40 |  15 |  22 |1563k|6832 | 0.000000e+00 |      --      |    Inf 
652.71/652.85	c   653s|  2420k|252812 |  5030k|   2.1 | 266M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1570k|6843 | 0.000000e+00 |      --      |    Inf 
656.02/656.10	c   656s|  2430k|253295 |  5050k|   2.1 | 266M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1577k|6854 | 0.000000e+00 |      --      |    Inf 
659.52/659.65	c   660s|  2440k|253539 |  5071k|   2.1 | 267M|  36 |   5 |  40 |8853 |  40 |  15 |  22 |1584k|6866 | 0.000000e+00 |      --      |    Inf 
662.71/662.88	c   663s|  2450k|253913 |  5092k|   2.1 | 267M|  36 |   - |  40 |9251 |  40 |  15 |  22 |1591k|6885 | 0.000000e+00 |      --      |    Inf 
665.92/666.01	c   666s|  2460k|254304 |  5112k|   2.1 | 268M|  36 |   5 |  40 |9417 |  40 |  15 |  22 |1598k|6901 | 0.000000e+00 |      --      |    Inf 
669.21/669.35	c   669s|  2470k|254781 |  5133k|   2.1 | 268M|  36 |   - |  40 |8320 |  40 |  15 |  22 |1605k|6919 | 0.000000e+00 |      --      |    Inf 
671.31/671.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
671.31/671.44	c   671s|  2480k|257513 |  5155k|   2.1 | 270M|  36 |   5 |  40 |9531 |  40 |  15 |  22 |1610k|6938 | 0.000000e+00 |      --      |    Inf 
673.72/673.81	c   674s|  2490k|259658 |  5177k|   2.1 | 272M|  36 |   - |  40 |9655 |  40 |  15 |  22 |1616k|6949 | 0.000000e+00 |      --      |    Inf 
676.11/676.24	c   676s|  2500k|261628 |  5198k|   2.1 | 274M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1621k|6960 | 0.000000e+00 |      --      |    Inf 
678.82/678.93	c   679s|  2510k|263174 |  5219k|   2.1 | 275M|  36 |   - |  40 |  10k|  40 |  15 |  22 |1627k|6970 | 0.000000e+00 |      --      |    Inf 
681.22/681.36	c   681s|  2520k|264961 |  5241k|   2.1 | 277M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1633k|6991 | 0.000000e+00 |      --      |    Inf 
683.92/684.08	c   684s|  2530k|266423 |  5263k|   2.1 | 278M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |1639k|7001 | 0.000000e+00 |      --      |    Inf 
686.71/686.81	c   687s|  2540k|267863 |  5284k|   2.1 | 279M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1645k|7011 | 0.000000e+00 |      --      |    Inf 
689.53/689.64	c   690s|  2550k|269295 |  5306k|   2.1 | 281M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1651k|7023 | 0.000000e+00 |      --      |    Inf 
692.21/692.30	c   692s|  2560k|270787 |  5327k|   2.1 | 283M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1658k|7035 | 0.000000e+00 |      --      |    Inf 
695.32/695.43	c   695s|  2570k|271957 |  5349k|   2.1 | 284M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1664k|7047 | 0.000000e+00 |      --      |    Inf 
698.72/698.83	c   699s|  2580k|272944 |  5370k|   2.1 | 285M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1670k|7066 | 0.000000e+00 |      --      |    Inf 
701.92/702.06	c   702s|  2590k|274069 |  5391k|   2.1 | 286M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1677k|7076 | 0.000000e+00 |      --      |    Inf 
705.21/705.38	c   705s|  2600k|274903 |  5413k|   2.1 | 287M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1684k|7089 | 0.000000e+00 |      --      |    Inf 
708.41/708.58	c   709s|  2610k|275990 |  5435k|   2.1 | 288M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1690k|7106 | 0.000000e+00 |      --      |    Inf 
711.64/711.79	c   712s|  2620k|277068 |  5456k|   2.1 | 290M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1697k|7119 | 0.000000e+00 |      --      |    Inf 
714.71/714.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.71/714.82	c   715s|  2630k|278457 |  5478k|   2.1 | 291M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1703k|7131 | 0.000000e+00 |      --      |    Inf 
717.71/717.88	c   718s|  2640k|280279 |  5500k|   2.1 | 293M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1709k|7152 | 0.000000e+00 |      --      |    Inf 
720.82/720.98	c   721s|  2650k|281601 |  5522k|   2.1 | 295M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |1715k|7166 | 0.000000e+00 |      --      |    Inf 
724.92/725.04	c   725s|  2660k|282387 |  5543k|   2.1 | 295M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1722k|7182 | 0.000000e+00 |      --      |    Inf 
728.62/728.79	c   729s|  2670k|283123 |  5565k|   2.1 | 296M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1729k|7192 | 0.000000e+00 |      --      |    Inf 
732.43/732.58	c   733s|  2680k|283858 |  5587k|   2.1 | 297M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1736k|7200 | 0.000000e+00 |      --      |    Inf 
735.84/735.97	c   736s|  2690k|284828 |  5608k|   2.1 | 298M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1743k|7209 | 0.000000e+00 |      --      |    Inf 
739.03/739.17	c   739s|  2700k|286210 |  5630k|   2.1 | 300M|  36 |   - |  40 |  16k|  40 |  15 |  22 |1749k|7226 | 0.000000e+00 |      --      |    Inf 
743.02/743.10	c   743s|  2710k|287031 |  5651k|   2.1 | 300M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1755k|7234 | 0.000000e+00 |      --      |    Inf 
747.02/747.18	c   747s|  2720k|287531 |  5672k|   2.1 | 301M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1762k|7243 | 0.000000e+00 |      --      |    Inf 
750.62/750.79	c   751s|  2730k|288273 |  5694k|   2.1 | 302M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1769k|7254 | 0.000000e+00 |      --      |    Inf 
755.02/755.13	c   755s|  2740k|288665 |  5715k|   2.1 | 303M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1776k|7269 | 0.000000e+00 |      --      |    Inf 
758.83/758.96	c   759s|  2750k|289212 |  5737k|   2.1 | 304M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1783k|7279 | 0.000000e+00 |      --      |    Inf 
762.71/762.83	c   763s|  2760k|289729 |  5758k|   2.1 | 304M|  36 |   - |  40 |  14k|  40 |  15 |  22 |1790k|7293 | 0.000000e+00 |      --      |    Inf 
766.64/766.73	c   767s|  2770k|290146 |  5780k|   2.1 | 305M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1797k|7303 | 0.000000e+00 |      --      |    Inf 
770.32/770.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
770.32/770.49	c   770s|  2780k|290747 |  5802k|   2.1 | 306M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |1804k|7312 | 0.000000e+00 |      --      |    Inf 
774.12/774.27	c   774s|  2790k|291391 |  5824k|   2.1 | 307M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1811k|7322 | 0.000000e+00 |      --      |    Inf 
778.32/778.47	c   778s|  2800k|291618 |  5845k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1818k|7337 | 0.000000e+00 |      --      |    Inf 
782.42/782.55	c   783s|  2810k|291896 |  5867k|   2.1 | 308M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1825k|7356 | 0.000000e+00 |      --      |    Inf 
786.02/786.15	c   786s|  2820k|292642 |  5888k|   2.1 | 310M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |1832k|7372 | 0.000000e+00 |      --      |    Inf 
790.12/790.22	c   790s|  2830k|293299 |  5909k|   2.1 | 310M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1839k|7385 | 0.000000e+00 |      --      |    Inf 
793.51/793.64	c   794s|  2840k|293948 |  5929k|   2.1 | 311M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |1846k|7401 | 0.000000e+00 |      --      |    Inf 
797.52/797.68	c   798s|  2850k|294368 |  5951k|   2.1 | 312M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1853k|7419 | 0.000000e+00 |      --      |    Inf 
801.42/801.59	c   802s|  2860k|295261 |  5972k|   2.1 | 313M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |1859k|7426 | 0.000000e+00 |      --      |    Inf 
804.42/804.56	c   805s|  2870k|296544 |  5992k|   2.1 | 314M|  36 |   - |  40 |  15k|  40 |  15 |  22 |1865k|7445 | 0.000000e+00 |      --      |    Inf 
808.21/808.34	c   808s|  2880k|296997 |  6012k|   2.1 | 315M|  36 |   - |  40 |  15k|   0 |   0 |  22 |1872k|7456 | 0.000000e+00 |      --      |    Inf 
812.73/812.83	c   813s|  2890k|297352 |  6032k|   2.1 | 314M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1879k|7466 | 0.000000e+00 |      --      |    Inf 
816.52/816.61	c   817s|  2900k|297739 |  6053k|   2.1 | 315M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1886k|7482 | 0.000000e+00 |      --      |    Inf 
819.92/820.09	c   820s|  2910k|298155 |  6074k|   2.1 | 316M|  36 |   - |  40 |  10k|   0 |   0 |  22 |1892k|7491 | 0.000000e+00 |      --      |    Inf 
823.92/824.03	c   824s|  2920k|298270 |  6094k|   2.1 | 316M|  36 |   - |  40 |9260 |  40 |  15 |  22 |1899k|7516 | 0.000000e+00 |      --      |    Inf 
826.62/826.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
826.62/826.72	c   827s|  2930k|299100 |  6116k|   2.1 | 318M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1907k|7528 | 0.000000e+00 |      --      |    Inf 
830.62/830.79	c   831s|  2940k|299305 |  6137k|   2.1 | 318M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1914k|7541 | 0.000000e+00 |      --      |    Inf 
834.42/834.53	c   835s|  2950k|299516 |  6158k|   2.1 | 318M|  36 |   5 |  40 |9476 |  40 |  15 |  22 |1921k|7559 | 0.000000e+00 |      --      |    Inf 
837.42/837.57	c   838s|  2960k|300451 |  6179k|   2.1 | 319M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1928k|7571 | 0.000000e+00 |      --      |    Inf 
840.72/840.82	c   841s|  2970k|300918 |  6200k|   2.1 | 320M|  36 |   - |  40 |  11k|  40 |  15 |  22 |1935k|7582 | 0.000000e+00 |      --      |    Inf 
844.02/844.13	c   844s|  2980k|301725 |  6220k|   2.1 | 321M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1941k|7619 | 0.000000e+00 |      --      |    Inf 
847.32/847.43	c   847s|  2990k|302199 |  6242k|   2.1 | 322M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1948k|7619 | 0.000000e+00 |      --      |    Inf 
850.92/851.03	c   851s|  3000k|302810 |  6262k|   2.1 | 323M|  36 |   - |  40 |  11k|   0 |   0 |  22 |1955k|7627 | 0.000000e+00 |      --      |    Inf 
854.72/854.86	c   855s|  3010k|303109 |  6283k|   2.1 | 323M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1962k|7639 | 0.000000e+00 |      --      |    Inf 
857.52/857.69	c   858s|  3020k|303908 |  6304k|   2.1 | 325M|  36 |   - |  40 |  12k|  40 |  15 |  22 |1969k|7651 | 0.000000e+00 |      --      |    Inf 
861.14/861.25	c   861s|  3030k|304453 |  6325k|   2.1 | 325M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |1976k|7662 | 0.000000e+00 |      --      |    Inf 
864.92/865.06	c   865s|  3040k|304781 |  6346k|   2.1 | 326M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |1983k|7672 | 0.000000e+00 |      --      |    Inf 
868.83/868.92	c   869s|  3050k|305054 |  6367k|   2.1 | 326M|  36 |   5 |  40 |9518 |  40 |  15 |  22 |1990k|7688 | 0.000000e+00 |      --      |    Inf 
872.02/872.21	c   872s|  3060k|305532 |  6387k|   2.1 | 327M|  36 |   5 |  40 |9904 |  40 |  15 |  22 |1997k|7702 | 0.000000e+00 |      --      |    Inf 
875.32/875.47	c   875s|  3070k|306010 |  6408k|   2.1 | 328M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2004k|7713 | 0.000000e+00 |      --      |    Inf 
878.62/878.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
878.62/878.76	c   879s|  3080k|306368 |  6429k|   2.1 | 328M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2011k|7721 | 0.000000e+00 |      --      |    Inf 
881.62/881.70	c   882s|  3090k|307008 |  6449k|   2.1 | 329M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2018k|7738 | 0.000000e+00 |      --      |    Inf 
885.52/885.60	c   886s|  3100k|307163 |  6469k|   2.1 | 329M|  36 |   5 |  40 |9817 |  40 |  15 |  22 |2025k|7753 | 0.000000e+00 |      --      |    Inf 
888.82/888.92	c   889s|  3110k|307570 |  6489k|   2.1 | 330M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2032k|7763 | 0.000000e+00 |      --      |    Inf 
892.32/892.49	c   892s|  3120k|307867 |  6510k|   2.1 | 331M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2039k|7775 | 0.000000e+00 |      --      |    Inf 
896.22/896.36	c   896s|  3130k|307833 |  6531k|   2.1 | 331M|  36 |   5 |  40 |9324 |  40 |  15 |  22 |2046k|7791 | 0.000000e+00 |      --      |    Inf 
899.63/899.79	c   900s|  3140k|308081 |  6551k|   2.1 | 332M|  36 |   - |  40 |9883 |  40 |  15 |  22 |2053k|7804 | 0.000000e+00 |      --      |    Inf 
903.22/903.32	c   903s|  3150k|308310 |  6572k|   2.1 | 332M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2060k|7820 | 0.000000e+00 |      --      |    Inf 
907.12/907.21	c   907s|  3160k|308305 |  6592k|   2.1 | 332M|  36 |   - |  40 |9324 |  40 |  15 |  22 |2067k|7828 | 0.000000e+00 |      --      |    Inf 
910.32/910.49	c   910s|  3170k|309087 |  6613k|   2.1 | 333M|  36 |   5 |  40 |9812 |  40 |  15 |  22 |2074k|7840 | 0.000000e+00 |      --      |    Inf 
913.12/913.26	c   913s|  3180k|309906 |  6635k|   2.1 | 335M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2081k|7846 | 0.000000e+00 |      --      |    Inf 
916.52/916.60	c   917s|  3190k|310453 |  6657k|   2.1 | 336M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2087k|7853 | 0.000000e+00 |      --      |    Inf 
919.43/919.55	c   920s|  3200k|312119 |  6677k|   2.1 | 337M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2093k|7864 | 0.000000e+00 |      --      |    Inf 
922.42/922.50	c   923s|  3210k|313498 |  6697k|   2.1 | 339M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2099k|7871 | 0.000000e+00 |      --      |    Inf 
925.52/925.66	c   926s|  3220k|314475 |  6717k|   2.1 | 340M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2106k|7884 | 0.000000e+00 |      --      |    Inf 
928.62/928.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
928.62/928.79	c   929s|  3230k|315514 |  6737k|   2.1 | 341M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2112k|7897 | 0.000000e+00 |      --      |    Inf 
932.32/932.48	c   932s|  3240k|316085 |  6757k|   2.1 | 342M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2119k|7913 | 0.000000e+00 |      --      |    Inf 
935.52/935.69	c   936s|  3250k|317052 |  6777k|   2.1 | 343M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2125k|7928 | 0.000000e+00 |      --      |    Inf 
938.82/938.91	c   939s|  3260k|317978 |  6797k|   2.1 | 345M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2132k|7934 | 0.000000e+00 |      --      |    Inf 
943.22/943.37	c   943s|  3270k|318022 |  6817k|   2.1 | 345M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2139k|7949 | 0.000000e+00 |      --      |    Inf 
946.82/946.98	c   947s|  3280k|318469 |  6837k|   2.1 | 346M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2146k|7967 | 0.000000e+00 |      --      |    Inf 
951.22/951.40	c   951s|  3290k|318649 |  6858k|   2.1 | 345M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2153k|7986 | 0.000000e+00 |      --      |    Inf 
954.32/954.45	c   954s|  3300k|320190 |  6880k|   2.1 | 347M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |2159k|7995 | 0.000000e+00 |      --      |    Inf 
957.42/957.57	c   958s|  3310k|321554 |  6902k|   2.1 | 349M|  36 |   - |  40 |  17k|  40 |  15 |  22 |2166k|8008 | 0.000000e+00 |      --      |    Inf 
961.52/961.65	c   962s|  3320k|322187 |  6924k|   2.1 | 350M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2173k|8017 | 0.000000e+00 |      --      |    Inf 
966.02/966.12	c   966s|  3330k|322467 |  6947k|   2.1 | 351M|  36 |   5 |  40 |  18k|  40 |  15 |  22 |2180k|8025 | 0.000000e+00 |      --      |    Inf 
970.62/970.75	c   971s|  3340k|322684 |  6968k|   2.1 | 351M|  36 |   - |  40 |  16k|  40 |  15 |  22 |2188k|8037 | 0.000000e+00 |      --      |    Inf 
975.54/975.68	c   976s|  3350k|322770 |  6989k|   2.1 | 350M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2195k|8049 | 0.000000e+00 |      --      |    Inf 
979.43/979.59	c   980s|  3360k|323049 |  7009k|   2.1 | 351M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2202k|8060 | 0.000000e+00 |      --      |    Inf 
983.52/983.60	c   984s|  3370k|323216 |  7030k|   2.1 | 351M|  36 |   5 |  40 |9254 |  40 |  15 |  22 |2209k|8083 | 0.000000e+00 |      --      |    Inf 
986.42/986.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.42/986.57	c   987s|  3380k|323993 |  7052k|   2.1 | 352M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2216k|8096 | 0.000000e+00 |      --      |    Inf 
989.72/989.83	c   990s|  3390k|324514 |  7073k|   2.1 | 353M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2223k|8111 | 0.000000e+00 |      --      |    Inf 
993.63/993.70	c   994s|  3400k|324723 |  7094k|   2.1 | 353M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2230k|8128 | 0.000000e+00 |      --      |    Inf 
997.42/997.58	c   998s|  3410k|324893 |  7114k|   2.1 | 354M|  36 |   - |  40 |9699 |  40 |  15 |  22 |2238k|8147 | 0.000000e+00 |      --      |    Inf 
1000.72/1000.85	c  1001s|  3420k|325402 |  7135k|   2.1 | 355M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2244k|8161 | 0.000000e+00 |      --      |    Inf 
1004.63/1004.72	c  1005s|  3430k|325554 |  7156k|   2.1 | 355M|  36 |   - |  40 |9738 |  40 |  15 |  22 |2252k|8176 | 0.000000e+00 |      --      |    Inf 
1008.42/1008.61	c  1009s|  3440k|325632 |  7177k|   2.1 | 355M|  36 |   5 |  40 |9888 |  40 |  15 |  22 |2259k|8182 | 0.000000e+00 |      --      |    Inf 
1012.12/1012.22	c  1012s|  3450k|325877 |  7197k|   2.1 | 356M|  36 |   5 |  40 |9547 |  40 |  15 |  22 |2266k|8196 | 0.000000e+00 |      --      |    Inf 
1015.93/1016.05	c  1016s|  3460k|325934 |  7218k|   2.1 | 356M|  36 |   5 |  40 |8668 |  40 |  15 |  22 |2273k|8204 | 0.000000e+00 |      --      |    Inf 
1019.02/1019.10	c  1019s|  3470k|326371 |  7238k|   2.1 | 357M|  36 |   - |  40 |9849 |  40 |  15 |  22 |2280k|8219 | 0.000000e+00 |      --      |    Inf 
1022.02/1022.18	c  1022s|  3480k|326880 |  7258k|   2.1 | 358M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2286k|8224 | 0.000000e+00 |      --      |    Inf 
1025.82/1025.98	c  1026s|  3490k|326915 |  7279k|   2.1 | 358M|  36 |   5 |  40 |8406 |  40 |  15 |  22 |2294k|8240 | 0.000000e+00 |      --      |    Inf 
1028.44/1028.56	c  1029s|  3500k|327947 |  7300k|   2.1 | 360M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2300k|8249 | 0.000000e+00 |      --      |    Inf 
1032.33/1032.40	c  1032s|  3510k|328094 |  7321k|   2.1 | 360M|  36 |   5 |  40 |9236 |  40 |  15 |  22 |2307k|8257 | 0.000000e+00 |      --      |    Inf 
1034.62/1034.78	c  1035s|  3520k|329579 |  7342k|   2.1 | 362M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2313k|8272 | 0.000000e+00 |      --      |    Inf 
1037.72/1037.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1037.72/1037.84	c  1038s|  3530k|330250 |  7363k|   2.1 | 363M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2320k|8286 | 0.000000e+00 |      --      |    Inf 
1040.92/1041.08	c  1041s|  3540k|330540 |  7384k|   2.1 | 364M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2327k|8295 | 0.000000e+00 |      --      |    Inf 
1044.53/1044.67	c  1045s|  3550k|331141 |  7405k|   2.1 | 364M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2334k|8307 | 0.000000e+00 |      --      |    Inf 
1048.02/1048.16	c  1048s|  3560k|331476 |  7427k|   2.1 | 365M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2342k|8314 | 0.000000e+00 |      --      |    Inf 
1051.82/1051.95	c  1052s|  3570k|331757 |  7447k|   2.1 | 365M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2349k|8326 | 0.000000e+00 |      --      |    Inf 
1055.52/1055.64	c  1056s|  3580k|332030 |  7468k|   2.1 | 366M|  36 |   5 |  40 |9864 |  40 |  15 |  22 |2356k|8330 | 0.000000e+00 |      --      |    Inf 
1059.32/1059.47	c  1059s|  3590k|332056 |  7489k|   2.1 | 366M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2363k|8340 | 0.000000e+00 |      --      |    Inf 
1063.12/1063.29	c  1063s|  3600k|332147 |  7509k|   2.1 | 366M|  36 |   - |  40 |9541 |  40 |  15 |  22 |2370k|8354 | 0.000000e+00 |      --      |    Inf 
1066.43/1066.56	c  1067s|  3610k|332549 |  7530k|   2.1 | 367M|  36 |   - |  40 |9954 |  40 |  15 |  22 |2377k|8361 | 0.000000e+00 |      --      |    Inf 
1069.62/1069.78	c  1070s|  3620k|333347 |  7551k|   2.1 | 368M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2384k|8370 | 0.000000e+00 |      --      |    Inf 
1072.34/1072.49	c  1072s|  3630k|333979 |  7572k|   2.1 | 369M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2391k|8385 | 0.000000e+00 |      --      |    Inf 
1075.92/1076.07	c  1076s|  3640k|334162 |  7593k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2399k|8399 | 0.000000e+00 |      --      |    Inf 
1079.53/1079.64	c  1080s|  3650k|334483 |  7614k|   2.1 | 370M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2405k|8415 | 0.000000e+00 |      --      |    Inf 
1083.34/1083.47	c  1083s|  3660k|334652 |  7635k|   2.1 | 371M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2413k|8428 | 0.000000e+00 |      --      |    Inf 
1086.33/1086.44	c  1086s|  3670k|335385 |  7655k|   2.1 | 372M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2419k|8435 | 0.000000e+00 |      --      |    Inf 
1090.04/1090.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1090.04/1090.12	c  1090s|  3680k|335701 |  7676k|   2.1 | 372M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2427k|8460 | 0.000000e+00 |      --      |    Inf 
1093.12/1093.24	c  1093s|  3690k|337013 |  7697k|   2.1 | 374M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2433k|8469 | 0.000000e+00 |      --      |    Inf 
1095.93/1096.04	c  1096s|  3700k|338547 |  7718k|   2.1 | 376M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2439k|8479 | 0.000000e+00 |      --      |    Inf 
1099.22/1099.36	c  1099s|  3710k|339451 |  7739k|   2.1 | 377M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2446k|8489 | 0.000000e+00 |      --      |    Inf 
1102.52/1102.65	c  1103s|  3720k|340407 |  7761k|   2.1 | 378M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2452k|8507 | 0.000000e+00 |      --      |    Inf 
1106.43/1106.56	c  1107s|  3730k|341020 |  7782k|   2.1 | 380M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2459k|8516 | 0.000000e+00 |      --      |    Inf 
1110.83/1110.99	c  1111s|  3740k|341234 |  7803k|   2.1 | 380M|  36 |   - |  40 |  15k|  40 |  15 |  22 |2466k|8527 | 0.000000e+00 |      --      |    Inf 
1114.63/1114.79	c  1115s|  3750k|341881 |  7824k|   2.1 | 381M|  36 |   - |  40 |  18k|  40 |  15 |  22 |2473k|8539 | 0.000000e+00 |      --      |    Inf 
1119.93/1120.09	c  1120s|  3760k|341825 |  7844k|   2.1 | 381M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2481k|8553 | 0.000000e+00 |      --      |    Inf 
1124.42/1124.53	c  1125s|  3770k|342068 |  7865k|   2.1 | 381M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2488k|8569 | 0.000000e+00 |      --      |    Inf 
1128.33/1128.45	c  1128s|  3780k|342355 |  7886k|   2.1 | 382M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2495k|8580 | 0.000000e+00 |      --      |    Inf 
1132.03/1132.18	c  1132s|  3790k|342803 |  7906k|   2.1 | 382M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2502k|8594 | 0.000000e+00 |      --      |    Inf 
1135.92/1136.06	c  1136s|  3800k|343089 |  7927k|   2.1 | 383M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2509k|8608 | 0.000000e+00 |      --      |    Inf 
1138.92/1139.08	c  1139s|  3810k|343840 |  7948k|   2.1 | 384M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2516k|8621 | 0.000000e+00 |      --      |    Inf 
1143.22/1143.38	c  1143s|  3820k|343838 |  7968k|   2.1 | 384M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2523k|8637 | 0.000000e+00 |      --      |    Inf 
1147.24/1147.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1147.24/1147.38	c  1147s|  3830k|343923 |  7989k|   2.1 | 384M|  36 |   5 |  40 |9191 |  40 |  15 |  22 |2530k|8652 | 0.000000e+00 |      --      |    Inf 
1150.54/1150.64	c  1151s|  3840k|344305 |  8010k|   2.1 | 385M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2538k|8660 | 0.000000e+00 |      --      |    Inf 
1153.73/1153.82	c  1154s|  3850k|344757 |  8031k|   2.1 | 386M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |2545k|8670 | 0.000000e+00 |      --      |    Inf 
1157.93/1158.00	c  1158s|  3860k|344806 |  8051k|   2.1 | 386M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2552k|8692 | 0.000000e+00 |      --      |    Inf 
1161.23/1161.39	c  1161s|  3870k|345258 |  8072k|   2.1 | 387M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2559k|8697 | 0.000000e+00 |      --      |    Inf 
1165.23/1165.35	c  1165s|  3880k|345336 |  8093k|   2.1 | 387M|  36 |   - |  40 |9953 |   0 |   0 |  22 |2566k|8711 | 0.000000e+00 |      --      |    Inf 
1168.82/1168.95	c  1169s|  3890k|345431 |  8113k|   2.1 | 387M|  36 |   5 |  40 |9096 |  40 |  15 |  22 |2573k|8718 | 0.000000e+00 |      --      |    Inf 
1172.33/1172.40	c  1172s|  3900k|345569 |  8135k|   2.1 | 388M|  36 |   5 |  40 |9637 |  40 |  15 |  22 |2581k|8732 | 0.000000e+00 |      --      |    Inf 
1175.42/1175.51	c  1176s|  3910k|345990 |  8156k|   2.1 | 389M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2587k|8751 | 0.000000e+00 |      --      |    Inf 
1178.72/1178.86	c  1179s|  3920k|346284 |  8176k|   2.1 | 390M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2595k|8757 | 0.000000e+00 |      --      |    Inf 
1182.22/1182.38	c  1182s|  3930k|346763 |  8197k|   2.1 | 390M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2602k|8765 | 0.000000e+00 |      --      |    Inf 
1185.64/1185.78	c  1186s|  3940k|347412 |  8217k|   2.1 | 391M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2609k|8776 | 0.000000e+00 |      --      |    Inf 
1189.13/1189.20	c  1189s|  3950k|347796 |  8238k|   2.1 | 392M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2616k|8792 | 0.000000e+00 |      --      |    Inf 
1192.24/1192.32	c  1192s|  3960k|348437 |  8259k|   2.1 | 393M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2622k|8796 | 0.000000e+00 |      --      |    Inf 
1195.73/1195.86	c  1196s|  3970k|348859 |  8279k|   2.1 | 393M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2629k|8805 | 0.000000e+00 |      --      |    Inf 
1199.52/1199.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.52/1199.64	c  1200s|  3980k|349084 |  8300k|   2.1 | 393M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2636k|8815 | 0.000000e+00 |      --      |    Inf 
1203.24/1203.34	c  1203s|  3990k|349256 |  8320k|   2.1 | 394M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2643k|8834 | 0.000000e+00 |      --      |    Inf 
1207.22/1207.35	c  1207s|  4000k|349230 |  8341k|   2.1 | 394M|  36 |   - |  40 |9353 |   0 |   0 |  22 |2651k|8844 | 0.000000e+00 |      --      |    Inf 
1210.94/1211.03	c  1211s|  4010k|349327 |  8362k|   2.1 | 394M|  36 |   - |  40 |9117 |   0 |   0 |  22 |2658k|8852 | 0.000000e+00 |      --      |    Inf 
1213.63/1213.79	c  1214s|  4020k|350020 |  8383k|   2.1 | 396M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2665k|8865 | 0.000000e+00 |      --      |    Inf 
1216.62/1216.73	c  1217s|  4030k|350639 |  8404k|   2.1 | 397M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2671k|8877 | 0.000000e+00 |      --      |    Inf 
1221.33/1221.40	c  1221s|  4040k|350559 |  8425k|   2.1 | 396M|  36 |   5 |  40 |9415 |  40 |  15 |  22 |2679k|8883 | 0.000000e+00 |      --      |    Inf 
1225.13/1225.20	c  1225s|  4050k|350478 |  8445k|   2.1 | 397M|  36 |   - |  40 |9430 |  40 |  15 |  22 |2686k|8896 | 0.000000e+00 |      --      |    Inf 
1228.43/1228.52	c  1229s|  4060k|350809 |  8466k|   2.1 | 397M|  36 |   5 |  40 |9601 |  40 |  15 |  22 |2693k|8914 | 0.000000e+00 |      --      |    Inf 
1232.23/1232.39	c  1232s|  4070k|350705 |  8486k|   2.1 | 398M|  36 |   5 |  40 |8622 |  40 |  15 |  22 |2701k|8922 | 0.000000e+00 |      --      |    Inf 
1235.03/1235.18	c  1235s|  4080k|351546 |  8507k|   2.1 | 399M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2707k|8930 | 0.000000e+00 |      --      |    Inf 
1238.12/1238.29	c  1238s|  4090k|352347 |  8529k|   2.1 | 400M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2714k|8944 | 0.000000e+00 |      --      |    Inf 
1241.03/1241.18	c  1241s|  4100k|353494 |  8550k|   2.1 | 402M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2721k|8949 | 0.000000e+00 |      --      |    Inf 
1244.43/1244.52	c  1245s|  4110k|354061 |  8570k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2728k|8967 | 0.000000e+00 |      --      |    Inf 
1248.44/1248.57	c  1249s|  4120k|354125 |  8589k|   2.1 | 403M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2735k|8979 | 0.000000e+00 |      --      |    Inf 
1252.43/1252.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1252.43/1252.55	c  1253s|  4130k|354489 |  8610k|   2.1 | 404M|  36 |   - |  40 |  13k|   0 |   0 |  22 |2742k|8990 | 0.000000e+00 |      --      |    Inf 
1255.33/1255.46	c  1255s|  4140k|355801 |  8632k|   2.1 | 406M|  36 |   5 |  40 |  16k|  40 |  15 |  22 |2748k|8999 | 0.000000e+00 |      --      |    Inf 
1258.83/1258.90	c  1259s|  4150k|356522 |  8653k|   2.1 | 407M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |2755k|9025 | 0.000000e+00 |      --      |    Inf 
1263.92/1264.05	c  1264s|  4160k|356506 |  8674k|   2.1 | 406M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2763k|9041 | 0.000000e+00 |      --      |    Inf 
1268.32/1268.43	c  1268s|  4170k|356604 |  8694k|   2.1 | 406M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2770k|9052 | 0.000000e+00 |      --      |    Inf 
1271.73/1271.86	c  1272s|  4180k|357085 |  8715k|   2.1 | 407M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2777k|9063 | 0.000000e+00 |      --      |    Inf 
1275.23/1275.33	c  1275s|  4190k|357296 |  8735k|   2.1 | 408M|  36 |   - |  40 |  11k|   0 |   0 |  22 |2784k|9066 | 0.000000e+00 |      --      |    Inf 
1279.43/1279.50	c  1280s|  4200k|357390 |  8756k|   2.1 | 408M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2791k|9078 | 0.000000e+00 |      --      |    Inf 
1283.22/1283.30	c  1283s|  4210k|357457 |  8777k|   2.1 | 408M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2799k|9090 | 0.000000e+00 |      --      |    Inf 
1287.23/1287.37	c  1287s|  4220k|357563 |  8797k|   2.1 | 408M|  36 |   - |  40 |9790 |  40 |  15 |  22 |2806k|9104 | 0.000000e+00 |      --      |    Inf 
1290.92/1291.05	c  1291s|  4230k|357639 |  8818k|   2.1 | 409M|  36 |   5 |  40 |9539 |  40 |  15 |  22 |2814k|9108 | 0.000000e+00 |      --      |    Inf 
1294.64/1294.72	c  1295s|  4240k|357756 |  8839k|   2.1 | 409M|  36 |   5 |  40 |9666 |  40 |  15 |  22 |2821k|9122 | 0.000000e+00 |      --      |    Inf 
1297.84/1297.93	c  1298s|  4250k|358130 |  8859k|   2.1 | 410M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2828k|9127 | 0.000000e+00 |      --      |    Inf 
1301.14/1301.28	c  1301s|  4260k|358470 |  8880k|   2.1 | 411M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2835k|9136 | 0.000000e+00 |      --      |    Inf 
1305.13/1305.26	c  1305s|  4270k|358501 |  8901k|   2.1 | 411M|  36 |   5 |  40 |9571 |  40 |  15 |  22 |2842k|9147 | 0.000000e+00 |      --      |    Inf 
1308.52/1308.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1308.52/1308.68	c  1309s|  4280k|359108 |  8922k|   2.1 | 412M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2849k|9161 | 0.000000e+00 |      --      |    Inf 
1311.62/1311.71	c  1312s|  4290k|359595 |  8943k|   2.1 | 413M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2856k|9172 | 0.000000e+00 |      --      |    Inf 
1314.82/1314.92	c  1315s|  4300k|360190 |  8964k|   2.1 | 414M|  36 |   - |  40 |  13k|  40 |  15 |  22 |2864k|9183 | 0.000000e+00 |      --      |    Inf 
1319.13/1319.24	c  1319s|  4310k|360248 |  8985k|   2.1 | 414M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2871k|9190 | 0.000000e+00 |      --      |    Inf 
1322.52/1322.62	c  1323s|  4320k|360771 |  9006k|   2.1 | 416M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2878k|9199 | 0.000000e+00 |      --      |    Inf 
1326.55/1326.65	c  1327s|  4330k|361007 |  9028k|   2.1 | 416M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2886k|9210 | 0.000000e+00 |      --      |    Inf 
1330.12/1330.29	c  1330s|  4340k|361350 |  9049k|   2.1 | 416M|  36 |   - |  40 |  12k|  40 |  15 |  22 |2893k|9216 | 0.000000e+00 |      --      |    Inf 
1333.42/1333.53	c  1334s|  4350k|362040 |  9070k|   2.1 | 418M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |2900k|9227 | 0.000000e+00 |      --      |    Inf 
1337.44/1337.52	c  1338s|  4360k|362355 |  9090k|   2.1 | 418M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |2907k|9238 | 0.000000e+00 |      --      |    Inf 
1341.63/1341.79	c  1342s|  4370k|362381 |  9111k|   2.1 | 418M|  36 |   - |  40 |  10k|  40 |  15 |  22 |2914k|9250 | 0.000000e+00 |      --      |    Inf 
1345.82/1345.91	c  1346s|  4380k|362404 |  9132k|   2.1 | 418M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2921k|9261 | 0.000000e+00 |      --      |    Inf 
1349.83/1349.93	c  1350s|  4390k|362438 |  9153k|   2.1 | 419M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2929k|9270 | 0.000000e+00 |      --      |    Inf 
1353.62/1353.72	c  1354s|  4400k|362624 |  9174k|   2.1 | 419M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |2936k|9284 | 0.000000e+00 |      --      |    Inf 
1357.53/1357.69	c  1358s|  4410k|362748 |  9194k|   2.1 | 420M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2943k|9294 | 0.000000e+00 |      --      |    Inf 
1360.73/1360.81	c  1361s|  4420k|363626 |  9215k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2950k|9302 | 0.000000e+00 |      --      |    Inf 
1364.33/1364.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1364.33/1364.46	c  1364s|  4430k|363685 |  9234k|   2.1 | 421M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2957k|9305 | 0.000000e+00 |      --      |    Inf 
1368.13/1368.31	c  1368s|  4440k|363801 |  9255k|   2.1 | 421M|  36 |   - |  40 |  10k|   0 |   0 |  22 |2964k|9318 | 0.000000e+00 |      --      |    Inf 
1372.12/1372.26	c  1372s|  4450k|363863 |  9276k|   2.1 | 422M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |2972k|9328 | 0.000000e+00 |      --      |    Inf 
1376.04/1376.19	c  1376s|  4460k|363952 |  9296k|   2.1 | 422M|  36 |   5 |  40 |9497 |  40 |  15 |  22 |2979k|9339 | 0.000000e+00 |      --      |    Inf 
1378.93/1379.03	c  1379s|  4470k|364558 |  9317k|   2.1 | 423M|  36 |   - |  40 |  12k|   0 |   0 |  22 |2986k|9341 | 0.000000e+00 |      --      |    Inf 
1382.42/1382.59	c  1383s|  4480k|364954 |  9338k|   2.1 | 424M|  36 |   - |  40 |  11k|  40 |  15 |  22 |2993k|9353 | 0.000000e+00 |      --      |    Inf 
1386.83/1386.96	c  1387s|  4490k|364763 |  9359k|   2.1 | 424M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3000k|9369 | 0.000000e+00 |      --      |    Inf 
1389.63/1389.73	c  1390s|  4500k|365463 |  9381k|   2.1 | 425M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3008k|9380 | 0.000000e+00 |      --      |    Inf 
1393.54/1393.71	c  1394s|  4510k|365717 |  9401k|   2.1 | 426M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3015k|9388 | 0.000000e+00 |      --      |    Inf 
1397.13/1397.23	c  1397s|  4520k|366356 |  9421k|   2.1 | 427M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3021k|9397 | 0.000000e+00 |      --      |    Inf 
1400.03/1400.17	c  1400s|  4530k|367392 |  9443k|   2.1 | 428M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3028k|9411 | 0.000000e+00 |      --      |    Inf 
1403.44/1403.59	c  1404s|  4540k|368084 |  9463k|   2.1 | 430M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3035k|9426 | 0.000000e+00 |      --      |    Inf 
1407.13/1407.29	c  1407s|  4550k|368633 |  9484k|   2.1 | 431M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3042k|9430 | 0.000000e+00 |      --      |    Inf 
1412.73/1412.80	c  1413s|  4560k|368373 |  9505k|   2.1 | 430M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3049k|9440 | 0.000000e+00 |      --      |    Inf 
1417.03/1417.15	c  1417s|  4570k|368437 |  9526k|   2.1 | 430M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3057k|9454 | 0.000000e+00 |      --      |    Inf 
1420.23/1420.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1420.23/1420.32	c  1420s|  4580k|369014 |  9546k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3064k|9464 | 0.000000e+00 |      --      |    Inf 
1424.03/1424.10	c  1424s|  4590k|369754 |  9567k|   2.1 | 431M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3070k|9477 | 0.000000e+00 |      --      |    Inf 
1427.33/1427.45	c  1427s|  4600k|370507 |  9588k|   2.1 | 433M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3077k|9484 | 0.000000e+00 |      --      |    Inf 
1431.93/1432.11	c  1432s|  4610k|370410 |  9609k|   2.1 | 433M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3085k|9499 | 0.000000e+00 |      --      |    Inf 
1436.33/1436.44	c  1436s|  4620k|370468 |  9629k|   2.1 | 433M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3092k|9507 | 0.000000e+00 |      --      |    Inf 
1440.22/1440.39	c  1440s|  4630k|370823 |  9651k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3099k|9520 | 0.000000e+00 |      --      |    Inf 
1444.03/1444.15	c  1444s|  4640k|371025 |  9672k|   2.1 | 434M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3107k|9533 | 0.000000e+00 |      --      |    Inf 
1447.83/1447.97	c  1448s|  4650k|371259 |  9693k|   2.1 | 435M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3114k|9545 | 0.000000e+00 |      --      |    Inf 
1452.23/1452.35	c  1452s|  4660k|371190 |  9714k|   2.1 | 435M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3122k|9556 | 0.000000e+00 |      --      |    Inf 
1455.92/1456.00	c  1456s|  4670k|371509 |  9734k|   2.1 | 436M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3129k|9559 | 0.000000e+00 |      --      |    Inf 
1460.12/1460.27	c  1460s|  4680k|371423 |  9755k|   2.1 | 435M|  36 |   - |  40 |9617 |  40 |  15 |  22 |3136k|9568 | 0.000000e+00 |      --      |    Inf 
1462.94/1463.05	c  1463s|  4690k|372617 |  9776k|   2.1 | 437M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3142k|9579 | 0.000000e+00 |      --      |    Inf 
1466.03/1466.21	c  1466s|  4700k|373645 |  9798k|   2.1 | 439M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3149k|9587 | 0.000000e+00 |      --      |    Inf 
1469.93/1470.02	c  1470s|  4710k|374165 |  9818k|   2.1 | 440M|  36 |   - |  40 |  17k|  40 |  15 |  22 |3156k|9595 | 0.000000e+00 |      --      |    Inf 
1474.83/1475.01	c  1475s|  4720k|374009 |  9840k|   2.1 | 441M|  36 |   - |  40 |  18k|  40 |  15 |  22 |3164k|9612 | 0.000000e+00 |      --      |    Inf 
1479.73/1479.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1479.73/1479.81	c  1480s|  4730k|374271 |  9861k|   2.1 | 441M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3172k|9620 | 0.000000e+00 |      --      |    Inf 
1484.43/1484.55	c  1485s|  4740k|374471 |  9881k|   2.1 | 441M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3179k|9633 | 0.000000e+00 |      --      |    Inf 
1488.93/1489.00	c  1489s|  4750k|374694 |  9902k|   2.1 | 441M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3186k|9642 | 0.000000e+00 |      --      |    Inf 
1493.03/1493.14	c  1493s|  4760k|374891 |  9923k|   2.1 | 441M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3193k|9648 | 0.000000e+00 |      --      |    Inf 
1496.83/1496.96	c  1497s|  4770k|375096 |  9943k|   2.1 | 442M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3200k|9655 | 0.000000e+00 |      --      |    Inf 
1500.63/1500.70	c  1501s|  4780k|375364 |  9964k|   2.1 | 442M|  36 |   - |  40 |  11k|   0 |   0 |  22 |3207k|9665 | 0.000000e+00 |      --      |    Inf 
1503.43/1503.54	c  1504s|  4790k|376314 |  9986k|   2.1 | 444M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3214k|9674 | 0.000000e+00 |      --      |    Inf 
1507.53/1507.65	c  1508s|  4800k|376583 | 10007k|   2.1 | 444M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3221k|9690 | 0.000000e+00 |      --      |    Inf 
1511.53/1511.64	c  1512s|  4810k|377013 | 10027k|   2.1 | 445M|  36 |   - |  40 |  13k|  40 |  15 |  22 |3227k|9699 | 0.000000e+00 |      --      |    Inf 
1515.53/1515.66	c  1516s|  4820k|377151 | 10048k|   2.1 | 445M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3235k|9708 | 0.000000e+00 |      --      |    Inf 
1519.92/1520.02	c  1520s|  4830k|377205 | 10069k|   2.1 | 445M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3242k|9719 | 0.000000e+00 |      --      |    Inf 
1524.13/1524.26	c  1524s|  4840k|377229 | 10090k|   2.1 | 445M|  36 |   - |  40 |9955 |  40 |  15 |  22 |3250k|9724 | 0.000000e+00 |      --      |    Inf 
1528.03/1528.15	c  1528s|  4850k|377250 | 10110k|   2.1 | 446M|  36 |   - |  40 |9804 |   0 |   0 |  22 |3257k|9731 | 0.000000e+00 |      --      |    Inf 
1530.83/1530.97	c  1531s|  4860k|378965 | 10131k|   2.1 | 447M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3263k|9743 | 0.000000e+00 |      --      |    Inf 
1533.63/1533.74	c  1534s|  4870k|380450 | 10151k|   2.1 | 449M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3269k|9745 | 0.000000e+00 |      --      |    Inf 
1536.42/1536.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1536.42/1536.56	c  1537s|  4880k|381975 | 10171k|   2.1 | 450M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3275k|9753 | 0.000000e+00 |      --      |    Inf 
1539.33/1539.49	c  1539s|  4890k|383628 | 10192k|   2.1 | 452M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3281k|9764 | 0.000000e+00 |      --      |    Inf 
1542.43/1542.53	c  1543s|  4900k|385210 | 10213k|   2.1 | 454M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3287k|9778 | 0.000000e+00 |      --      |    Inf 
1545.83/1545.95	c  1546s|  4910k|386251 | 10234k|   2.1 | 455M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3294k|9791 | 0.000000e+00 |      --      |    Inf 
1549.43/1549.50	c  1550s|  4920k|387365 | 10255k|   2.1 | 456M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3300k|9793 | 0.000000e+00 |      --      |    Inf 
1552.83/1552.90	c  1553s|  4930k|388790 | 10276k|   2.1 | 457M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3306k|9809 | 0.000000e+00 |      --      |    Inf 
1556.13/1556.27	c  1556s|  4940k|389927 | 10297k|   2.1 | 459M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3313k|9817 | 0.000000e+00 |      --      |    Inf 
1560.03/1560.13	c  1560s|  4950k|390770 | 10317k|   2.1 | 459M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3319k|9822 | 0.000000e+00 |      --      |    Inf 
1563.72/1563.83	c  1564s|  4960k|391520 | 10338k|   2.1 | 460M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3326k|9827 | 0.000000e+00 |      --      |    Inf 
1567.23/1567.36	c  1567s|  4970k|392348 | 10358k|   2.1 | 461M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3332k|9829 | 0.000000e+00 |      --      |    Inf 
1571.03/1571.12	c  1571s|  4980k|393109 | 10379k|   2.1 | 462M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3339k|9834 | 0.000000e+00 |      --      |    Inf 
1574.73/1574.88	c  1575s|  4990k|393764 | 10400k|   2.1 | 463M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3346k|9845 | 0.000000e+00 |      --      |    Inf 
1578.53/1578.68	c  1579s|  5000k|394379 | 10420k|   2.1 | 464M|  36 |   - |  40 |  13k|   0 |   0 |  22 |3353k|9852 | 0.000000e+00 |      --      |    Inf 
1582.43/1582.57	c  1583s|  5010k|394775 | 10440k|   2.1 | 465M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3360k|9855 | 0.000000e+00 |      --      |    Inf 
1586.15/1586.29	c  1586s|  5020k|395303 | 10461k|   2.1 | 466M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3367k|9865 | 0.000000e+00 |      --      |    Inf 
1590.45/1590.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1590.45/1590.52	c  1591s|  5030k|395631 | 10482k|   2.1 | 466M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3374k|9868 | 0.000000e+00 |      --      |    Inf 
1594.63/1594.70	c  1595s|  5040k|395862 | 10502k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3381k|9876 | 0.000000e+00 |      --      |    Inf 
1598.53/1598.61	c  1599s|  5050k|396208 | 10522k|   2.1 | 467M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3388k|9884 | 0.000000e+00 |      --      |    Inf 
1602.23/1602.31	c  1602s|  5060k|396669 | 10543k|   2.1 | 469M|  36 |   5 |  40 |  15k|  40 |  15 |  22 |3395k|9890 | 0.000000e+00 |      --      |    Inf 
1606.33/1606.49	c  1606s|  5070k|396934 | 10564k|   2.1 | 469M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3402k|9898 | 0.000000e+00 |      --      |    Inf 
1610.43/1610.52	c  1611s|  5080k|397240 | 10585k|   2.1 | 470M|  36 |   - |  40 |  15k|  40 |  15 |  22 |3409k|9910 | 0.000000e+00 |      --      |    Inf 
1615.03/1615.11	c  1615s|  5090k|397272 | 10605k|   2.1 | 470M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3417k|9915 | 0.000000e+00 |      --      |    Inf 
1619.73/1619.85	c  1620s|  5100k|397023 | 10625k|   2.1 | 470M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3424k|9923 | 0.000000e+00 |      --      |    Inf 
1623.93/1624.09	c  1624s|  5110k|397054 | 10645k|   2.1 | 470M|  36 |   - |  40 |  14k|  40 |  15 |  22 |3431k|9930 | 0.000000e+00 |      --      |    Inf 
1628.33/1628.40	c  1628s|  5120k|397164 | 10665k|   2.1 | 471M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3438k|9941 | 0.000000e+00 |      --      |    Inf 
1632.53/1632.68	c  1633s|  5130k|397250 | 10685k|   2.1 | 471M|  36 |   - |  40 |  15k|   0 |   0 |  22 |3445k|9949 | 0.000000e+00 |      --      |    Inf 
1636.33/1636.44	c  1636s|  5140k|397751 | 10705k|   2.1 | 473M|  36 |   5 |  40 |  17k|  40 |  15 |  22 |3452k|9960 | 0.000000e+00 |      --      |    Inf 
1642.03/1642.12	c  1642s|  5150k|397768 | 10726k|   2.1 | 472M|  36 |   5 |  40 |  14k|  40 |  15 |  22 |3459k|9973 | 0.000000e+00 |      --      |    Inf 
1647.23/1647.34	c  1647s|  5160k|397665 | 10746k|   2.1 | 472M|  36 |   5 |  40 |  13k|  40 |  15 |  22 |3467k|9982 | 0.000000e+00 |      --      |    Inf 
1651.33/1651.50	c  1651s|  5170k|397979 | 10768k|   2.1 | 473M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3474k|9994 | 0.000000e+00 |      --      |    Inf 
1655.83/1655.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1655.83/1655.97	c  1656s|  5180k|397961 | 10789k|   2.1 | 473M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3481k|9998 | 0.000000e+00 |      --      |    Inf 
1659.53/1659.68	c  1660s|  5190k|398210 | 10810k|   2.1 | 473M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3488k|  10k| 0.000000e+00 |      --      |    Inf 
1663.34/1663.48	c  1663s|  5200k|398527 | 10830k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3495k|  10k| 0.000000e+00 |      --      |    Inf 
1667.03/1667.18	c  1667s|  5210k|398759 | 10850k|   2.1 | 474M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3502k|  10k| 0.000000e+00 |      --      |    Inf 
1671.13/1671.29	c  1671s|  5220k|398782 | 10871k|   2.1 | 474M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3510k|  10k| 0.000000e+00 |      --      |    Inf 
1674.54/1674.68	c  1675s|  5230k|399148 | 10892k|   2.1 | 475M|  36 |   5 |  40 |  11k|  40 |  15 |  22 |3517k|  10k| 0.000000e+00 |      --      |    Inf 
1678.23/1678.32	c  1678s|  5240k|399299 | 10912k|   2.1 | 476M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3524k|  10k| 0.000000e+00 |      --      |    Inf 
1682.73/1682.82	c  1683s|  5250k|399080 | 10932k|   2.1 | 476M|  36 |   - |  40 |9919 |  40 |  15 |  22 |3531k|  10k| 0.000000e+00 |      --      |    Inf 
1686.93/1687.03	c  1687s|  5260k|398978 | 10953k|   2.1 | 476M|  36 |   - |  40 |9389 |  40 |  15 |  22 |3539k|  10k| 0.000000e+00 |      --      |    Inf 
1690.55/1690.66	c  1691s|  5270k|399167 | 10974k|   2.1 | 476M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3546k|  10k| 0.000000e+00 |      --      |    Inf 
1693.84/1693.97	c  1694s|  5280k|399654 | 10994k|   2.1 | 477M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3552k|  10k| 0.000000e+00 |      --      |    Inf 
1698.13/1698.21	c  1698s|  5290k|399617 | 11014k|   2.1 | 477M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3560k|  10k| 0.000000e+00 |      --      |    Inf 
1702.53/1702.61	c  1703s|  5300k|399544 | 11034k|   2.1 | 477M|  36 |   5 |  40 |9265 |  40 |  15 |  22 |3567k|  10k| 0.000000e+00 |      --      |    Inf 
1706.93/1707.07	c  1707s|  5310k|399265 | 11054k|   2.1 | 477M|  36 |   5 |  40 |9076 |  40 |  15 |  22 |3575k|  10k| 0.000000e+00 |      --      |    Inf 
1710.94/1711.02	c  1711s|  5320k|399120 | 11075k|   2.1 | 478M|  36 |   - |  40 |9596 |   0 |   0 |  22 |3582k|  10k| 0.000000e+00 |      --      |    Inf 
1714.75/1714.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1714.75/1714.86	c  1715s|  5330k|399092 | 11096k|   2.1 | 478M|  36 |   - |  40 |9139 |  40 |  15 |  22 |3589k|  10k| 0.000000e+00 |      --      |    Inf 
1717.93/1718.05	c  1718s|  5340k|399457 | 11117k|   2.1 | 479M|  36 |   - |  40 |  11k|  40 |  15 |  22 |3596k|  10k| 0.000000e+00 |      --      |    Inf 
1721.54/1721.60	c  1722s|  5350k|399764 | 11137k|   2.1 | 480M|  36 |   - |  40 |  12k|  40 |  15 |  22 |3604k|  10k| 0.000000e+00 |      --      |    Inf 
1725.33/1725.43	c  1725s|  5360k|400040 | 11157k|   2.1 | 480M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3611k|  10k| 0.000000e+00 |      --      |    Inf 
1728.23/1728.30	c  1728s|  5370k|401062 | 11179k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3618k|  10k| 0.000000e+00 |      --      |    Inf 
1732.23/1732.36	c  1732s|  5380k|401065 | 11200k|   2.1 | 482M|  36 |   5 |  40 |  12k|  40 |  15 |  22 |3626k|  10k| 0.000000e+00 |      --      |    Inf 
1736.63/1736.70	c  1737s|  5390k|401011 | 11221k|   2.1 | 482M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3633k|  10k| 0.000000e+00 |      --      |    Inf 
1740.63/1740.74	c  1741s|  5400k|400999 | 11241k|   2.1 | 482M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3640k|  10k| 0.000000e+00 |      --      |    Inf 
1744.23/1744.32	c  1744s|  5410k|401173 | 11262k|   2.1 | 483M|  36 |   - |  40 |9846 |  40 |  15 |  22 |3647k|  10k| 0.000000e+00 |      --      |    Inf 
1748.53/1748.63	c  1749s|  5420k|401027 | 11283k|   2.1 | 483M|  36 |   - |  40 |9574 |  40 |  15 |  22 |3655k|  10k| 0.000000e+00 |      --      |    Inf 
1751.94/1752.05	c  1752s|  5430k|401478 | 11304k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3662k|  10k| 0.000000e+00 |      --      |    Inf 
1755.73/1755.83	c  1756s|  5440k|401555 | 11325k|   2.1 | 484M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3669k|  10k| 0.000000e+00 |      --      |    Inf 
1759.53/1759.66	c  1760s|  5450k|401667 | 11346k|   2.1 | 485M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3677k|  10k| 0.000000e+00 |      --      |    Inf 
1763.33/1763.41	c  1763s|  5460k|401874 | 11367k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3684k|  10k| 0.000000e+00 |      --      |    Inf 
1767.34/1767.49	c  1767s|  5470k|401835 | 11387k|   2.1 | 485M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3691k|  10k| 0.000000e+00 |      --      |    Inf 
1771.64/1771.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1771.64/1771.73	c  1772s|  5480k|401725 | 11407k|   2.1 | 485M|  36 |   5 |  40 |9195 |  40 |  15 |  22 |3699k|  10k| 0.000000e+00 |      --      |    Inf 
1775.14/1775.25	c  1775s|  5490k|401899 | 11428k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3706k|  10k| 0.000000e+00 |      --      |    Inf 
1779.23/1779.33	c  1779s|  5500k|401898 | 11449k|   2.1 | 486M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3713k|  10k| 0.000000e+00 |      --      |    Inf 
1783.13/1783.26	c  1783s|  5510k|401926 | 11470k|   2.1 | 487M|  36 |   - |  40 |  10k|   0 |   0 |  22 |3720k|  10k| 0.000000e+00 |      --      |    Inf 
1787.45/1787.58	c  1788s|  5520k|401577 | 11491k|   2.1 | 487M|  36 |   - |  40 |9639 |  40 |  15 |  22 |3728k|  10k| 0.000000e+00 |      --      |    Inf 
1791.23/1791.36	c  1791s|  5530k|401670 | 11511k|   2.1 | 487M|  36 |   - |  40 |9766 |  40 |  15 |  22 |3736k|  10k| 0.000000e+00 |      --      |    Inf 
1795.05/1795.13	c  1795s|  5540k|401725 | 11532k|   2.1 | 487M|  36 |   5 |  40 |  10k|  40 |  15 |  22 |3743k|  10k| 0.000000e+00 |      --      |    Inf 
1799.13/1799.25	c  1799s|  5550k|401642 | 11553k|   2.1 | 488M|  36 |   - |  40 |  10k|  40 |  15 |  22 |3750k|  10k| 0.000000e+00 |      --      |    Inf 
1799.94/1800.00	c 
1799.94/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.94/1800.00	c Solving Time (sec) : 1800.00
1799.94/1800.00	c Solving Nodes      : 5553307
1799.94/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.94/1800.00	c Dual Bound         : +0.00000000000000e+00
1799.94/1800.00	c Gap                : infinite
1799.94/1800.00	s UNKNOWN
1799.94/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.94/1800.00	c Total Time         :    1800.00
1799.94/1800.00	c   solving          :    1800.00
1799.94/1800.00	c   presolving       :       0.00 (included in solving)
1799.94/1800.00	c   reading          :       0.00 (included in solving)
1799.94/1800.00	c Original Problem   :
1799.94/1800.00	c   Problem name     : HOME/instance-3450865-1307094984.opb
1799.94/1800.00	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.94/1800.00	c   Constraints      : 11 initial, 11 maximal
1799.94/1800.00	c Presolved Problem  :
1799.94/1800.00	c   Problem name     : t_HOME/instance-3450865-1307094984.opb
1799.94/1800.00	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.94/1800.00	c   Constraints      : 5 initial, 19632 maximal
1799.94/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.94/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.94/1800.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1799.94/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.94/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.94/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1799.94/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.94/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1799.94/1800.00	c   linear           :       0.00          0          0          0          0          0          6          0          0          0
1799.94/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1799.94/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1799.94/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.94/1800.00	c   integral         :          0          0          0    3166013          0          4          0       1464       5072          0          0    6319620
1799.94/1800.00	c   linear           :          5+         7   13901526          0          1          3    6872593     833246    7649806          0          0          0
1799.94/1800.00	c   logicor          :          0+         6    6809374          0          0          0    6357480      20281    2897507          0          0          0
1799.94/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1799.94/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.94/1800.00	c   integral         :      17.97       0.00       0.00      17.97       0.00       0.00       0.00
1799.94/1800.00	c   linear           :     121.24       0.00     107.15       0.00       0.00       0.00      14.08
1799.94/1800.00	c   logicor          :     601.91       0.00     594.92       0.00       0.00       0.00       6.99
1799.94/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.94/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.94/1800.00	c   vbounds          :          0          0          0          0
1799.94/1800.00	c   rootredcost      :          0          0          0          0
1799.94/1800.00	c   pseudoobj        :          0          0          0          0
1799.94/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.94/1800.00	c   vbounds          :       2.12       2.12       0.00
1799.94/1800.00	c   rootredcost      :       2.40       2.40       0.00
1799.94/1800.00	c   pseudoobj        :       1.42       1.42       0.00
1799.94/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.94/1800.00	c   propagation      :      25.50     853527     691217    2276450       28.5        107       23.6          -
1799.94/1800.00	c   infeasible LP    :      41.83    1866167    1866082    3523185       18.9      26105       22.9          0
1799.94/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.94/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.94/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.94/1800.00	c   applied globally :          -          -          -    3722585       19.3          -          -          -
1799.94/1800.00	c   applied locally  :          -          -          -      29644       31.4          -          -          -
1799.94/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.94/1800.00	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 104)
1799.94/1800.00	c   redcost          :       3.24    3166017          0          0          0          0
1799.94/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1799.94/1800.00	c   intobj           :       0.00          0          0          0          0          0
1799.94/1800.00	c   gomory           :       0.00          6          0          0          0          0
1799.94/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1799.94/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1799.94/1800.00	c   strongcg         :       0.00          6          0          0         26          0
1799.94/1800.00	c   cmir             :       0.01          6          0          0         46          0
1799.94/1800.00	c   flowcover        :       0.01          6          0          0         57          0
1799.94/1800.00	c   clique           :       0.00          1          0          0          0          0
1799.94/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1799.94/1800.00	c   mcf              :       0.00          1          0          0          0          0
1799.94/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1799.94/1800.00	c   rapidlearning    :       0.01          1          0          0          0          8
1799.94/1800.00	c Pricers            :       Time      Calls       Vars
1799.94/1800.00	c   problem variables:       0.00          0          0
1799.94/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.94/1800.00	c   relpscost        :      16.28    3166013       1464       5072          0          0    6319620
1799.94/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1799.94/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1799.94/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1799.94/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1799.94/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.94/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.94/1800.00	c   random           :       0.00          0          0          0          0          0          0
1799.94/1800.00	c Primal Heuristics  :       Time      Calls      Found
1799.94/1800.00	c   LP solutions     :       0.00          -          0
1799.94/1800.00	c   pseudo solutions :       0.00          -          0
1799.94/1800.00	c   oneopt           :       1.47          0          0
1799.94/1800.00	c   crossover        :       1.17          0          0
1799.94/1800.00	c   guideddiving     :       0.16          0          0
1799.94/1800.00	c   intshifting      :       0.06          0          0
1799.94/1800.00	c   pscostdiving     :       0.18        181          0
1799.94/1800.00	c   linesearchdiving :       0.16        181          0
1799.94/1800.00	c   fracdiving       :       0.20        181          0
1799.94/1800.00	c   veclendiving     :       0.17        181          0
1799.94/1800.00	c   objpscostdiving  :       0.13         91          0
1799.94/1800.00	c   rootsoldiving    :       0.17         91          0
1799.94/1800.00	c   coefdiving       :       0.17        182          0
1799.94/1800.00	c   feaspump         :       0.15         91          0
1799.94/1800.00	c   trivial          :       0.00          2          0
1799.94/1800.00	c   shiftandpropagate:       0.00          1          0
1799.94/1800.00	c   simplerounding   :       0.51          0          0
1799.94/1800.00	c   zirounding       :       7.58          0          0
1799.94/1800.00	c   rounding         :       1.32      25136          0
1799.94/1800.00	c   shifting         :       1.59       7490          0
1799.94/1800.00	c   twoopt           :       0.00          0          0
1799.94/1800.00	c   fixandinfer      :       0.00          0          0
1799.94/1800.00	c   clique           :       0.00          0          0
1799.94/1800.00	c   intdiving        :       0.00          0          0
1799.94/1800.00	c   actconsdiving    :       0.00          0          0
1799.94/1800.00	c   octane           :       0.00          0          0
1799.94/1800.00	c   rens             :       0.02          1          0
1799.94/1800.00	c   rins             :       0.00          0          0
1799.94/1800.00	c   localbranching   :       0.00          0          0
1799.94/1800.00	c   mutation         :       0.00          0          0
1799.94/1800.00	c   dins             :       0.00          0          0
1799.94/1800.00	c   vbounds          :       0.00          0          0
1799.94/1800.00	c   undercover       :       0.00          0          0
1799.94/1800.00	c   subnlp           :       0.78          0          0
1799.94/1800.00	c   trysol           :       0.96          0          0
1799.94/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.94/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1799.94/1800.00	c   dual LP          :     210.74    4880449   11556483       2.37   54836.91
1799.94/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1799.94/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1799.94/1800.00	c   diving/probing LP:       0.12       2456       3871       1.58   32689.56
1799.94/1800.00	c   strong branching :       0.77      10370      37544       3.62   48526.96
1799.94/1800.00	c     (at root node) :          -          9        315      35.00          -
1799.94/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1799.94/1800.00	c B&B Tree           :
1799.94/1800.00	c   number of runs   :          1
1799.94/1800.00	c   nodes            :    5553307
1799.94/1800.00	c   nodes (total)    :    5553307
1799.94/1800.00	c   nodes left       :     402524
1799.94/1800.00	c   max depth        :         36
1799.94/1800.00	c   max depth (total):         36
1799.94/1800.00	c   backtracks       :    1271691 (22.9%)
1799.94/1800.00	c   delayed cutoffs  :     363792
1799.94/1800.00	c   repropagations   :    4961394 (5036854 domain reductions, 325516 cutoffs)
1799.94/1800.00	c   avg switch length:       5.99
1799.94/1800.00	c   switching time   :     516.24
1799.94/1800.00	c Solution           :
1799.94/1800.00	c   Solutions found  :          0 (0 improvements)
1799.94/1800.00	c   Primal Bound     :          -
1799.94/1800.00	c   Dual Bound       : +0.00000000000000e+00
1799.94/1800.00	c   Gap              :   infinite
1799.94/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1799.94/1800.00	c   Root Iterations  :        122

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3450865-1307094984/watcher-3450865-1307094984 -o /tmp/evaluation-result-3450865-1307094984/solver-3450865-1307094984 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450865-1307094984.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: 1.84 1.97 1.99 2/495 10631
/proc/meminfo: memFree=29096960/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=19520 CPUtime=0 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 3853 0 0 0 0 0 0 0 25 0 1 0 821098032 19988480 3550 33554432000 4194304 9163163 140736567789024 18446744073709551615 4339104 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 4880 3566 670 1214 0 3662 0

[startup+0.0402399 s]
/proc/loadavg: 1.84 1.97 1.99 2/495 10631
/proc/meminfo: memFree=29096960/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=26296 CPUtime=0.03 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 6159 0 0 0 3 0 0 0 25 0 1 0 821098032 26927104 5150 33554432000 4194304 9163163 140736567789024 18446744073709551615 7447798 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 6574 5150 695 1214 0 5356 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26296

[startup+0.10122 s]
/proc/loadavg: 1.84 1.97 1.99 2/495 10631
/proc/meminfo: memFree=29096960/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=26296 CPUtime=0.09 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 7276 0 0 0 8 1 0 0 25 0 1 0 821098032 26927104 5526 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 6574 5526 703 1214 0 5356 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26296

[startup+0.300185 s]
/proc/loadavg: 1.84 1.97 1.99 2/495 10631
/proc/meminfo: memFree=29096960/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=26296 CPUtime=0.28 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 7279 0 0 0 27 1 0 0 25 0 1 0 821098032 26927104 5529 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 6574 5529 705 1214 0 5356 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26296

[startup+0.701118 s]
/proc/loadavg: 1.84 1.97 1.99 2/495 10631
/proc/meminfo: memFree=29096960/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=26296 CPUtime=0.69 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 7283 0 0 0 66 3 0 0 25 0 1 0 821098032 26927104 5533 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 6574 5533 705 1214 0 5356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26296

[startup+1.50101 s]
/proc/loadavg: 1.84 1.97 1.99 3/496 10632
/proc/meminfo: memFree=29076360/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=26296 CPUtime=1.49 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 7290 0 0 0 144 5 0 0 25 0 1 0 821098032 26927104 5540 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 6574 5540 705 1214 0 5356 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26296

[startup+3.10075 s]
/proc/loadavg: 1.84 1.97 1.99 3/496 10641
/proc/meminfo: memFree=29075428/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=26608 CPUtime=3.09 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 7304 0 0 0 300 9 0 0 25 0 1 0 821098032 27246592 5554 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 6652 5554 705 1214 0 5434 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26608

[startup+6.3002 s]
/proc/loadavg: 1.93 1.99 1.99 3/499 10656
/proc/meminfo: memFree=29059192/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=30572 CPUtime=6.29 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 8281 0 0 0 611 18 0 0 25 0 1 0 821098032 31305728 6531 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 7643 6531 705 1214 0 6425 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30572

[startup+12.7011 s]
/proc/loadavg: 2.10 2.02 2.01 3/499 10656
/proc/meminfo: memFree=29050948/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=38772 CPUtime=12.69 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 10310 0 0 0 1235 34 0 0 25 0 1 0 821098032 39702528 8560 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 9693 8560 705 1214 0 8475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38772

[startup+25.501 s]
/proc/loadavg: 2.08 2.02 2.00 3/499 10656
/proc/meminfo: memFree=29036336/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=49896 CPUtime=25.49 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 13123 0 0 0 2488 61 0 0 25 0 1 0 821098032 51093504 11373 33554432000 4194304 9163163 140736567789024 18446744073709551615 4241251 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 12474 11373 705 1214 0 11256 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49896

[startup+51.1007 s]
/proc/loadavg: 2.05 2.01 2.00 3/499 10656
/proc/meminfo: memFree=29014876/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=72372 CPUtime=51.08 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 18699 0 0 0 4997 111 0 0 25 0 1 0 821098032 74108928 16949 33554432000 4194304 9163163 140736567789024 18446744073709551615 6555920 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 18093 16949 705 1214 0 16875 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72372

[startup+102.319 s]
/proc/loadavg: 2.02 2.01 2.00 3/499 10658
/proc/meminfo: memFree=28984288/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=103600 CPUtime=102.3 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 26105 0 0 0 10026 204 0 0 25 0 1 0 821098032 106086400 24355 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10631/statm: 25900 24355 705 1214 0 24682 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 103600

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 10660
/proc/meminfo: memFree=28947568/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=137344 CPUtime=162.21 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 34609 0 0 0 15919 302 0 0 25 0 1 0 821098032 140640256 32859 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 34336 32859 705 1214 0 33118 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 137344

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 10662
/proc/meminfo: memFree=28916060/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=160652 CPUtime=222.21 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 40513 0 0 0 21827 394 0 0 25 0 1 0 821098032 164507648 38763 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 40163 38763 705 1214 0 38945 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 160652

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 10673
/proc/meminfo: memFree=28886656/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=186792 CPUtime=282.21 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 47037 0 0 0 27738 483 0 0 25 0 1 0 821098032 191275008 45287 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 46698 45287 705 1214 0 45480 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 186792

[startup+342.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/499 10673
/proc/meminfo: memFree=28855476/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=209620 CPUtime=342.21 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 52864 0 0 0 33651 570 0 0 25 0 1 0 821098032 214650880 51114 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 52405 51114 705 1214 0 51187 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 209620

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 10675
/proc/meminfo: memFree=28825796/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=234444 CPUtime=402.22 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 58024 0 0 0 39563 659 0 0 25 0 1 0 821098032 240070656 56274 33554432000 4194304 9163163 140736567789024 18446744073709551615 6555941 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 58611 56274 705 1214 0 57393 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 234444

[startup+462.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/499 10677
/proc/meminfo: memFree=28799596/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=255324 CPUtime=462.22 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 63124 0 0 0 45486 736 0 0 25 0 1 0 821098032 261451776 61374 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 63831 61374 705 1214 0 62613 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 255324

[startup+522.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/499 10679
/proc/meminfo: memFree=28771432/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=272396 CPUtime=522.21 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 67457 0 0 0 51406 815 0 0 25 0 1 0 821098032 278933504 65707 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 68099 65707 705 1214 0 66881 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 272396

[startup+582.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 10684
/proc/meminfo: memFree=28753148/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=290040 CPUtime=582.21 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 71848 0 0 0 57328 893 0 0 25 0 1 0 821098032 297000960 70098 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 72510 70098 705 1214 0 71292 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 290040

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/499 10692
/proc/meminfo: memFree=28648796/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=371276 CPUtime=882.22 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 92478 0 0 0 86949 1273 0 0 25 0 1 0 821098032 380186624 90728 33554432000 4194304 9163163 140736567789024 18446744073709551615 4594298 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 92819 90728 705 1214 0 91601 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 371276

[startup+942.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/499 10692
/proc/meminfo: memFree=28633396/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=385160 CPUtime=942.22 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 96067 0 0 0 92879 1343 0 0 25 0 1 0 821098032 394403840 94317 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 96290 94317 705 1214 0 95072 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 385160

[startup+1002.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 10694
/proc/meminfo: memFree=28621104/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=396448 CPUtime=1002.22 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 98751 0 0 0 98814 1408 0 0 25 0 1 0 821098032 405962752 97001 33554432000 4194304 9163163 140736567789024 18446744073709551615 6555920 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 99112 97001 705 1214 0 97894 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 396448

[startup+1062.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/499 10696
/proc/meminfo: memFree=28608692/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=407088 CPUtime=1062.22 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 101466 0 0 0 104748 1474 0 0 25 0 1 0 821098032 416858112 99716 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 101772 99716 705 1214 0 100554 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 407088

[startup+1122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/499 10698
/proc/meminfo: memFree=28586348/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=422192 CPUtime=1122.22 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 105332 0 0 0 110675 1547 0 0 25 0 1 0 821098032 432324608 103582 33554432000 4194304 9163163 140736567789024 18446744073709551615 5275400 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 105548 103582 705 1214 0 104330 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 422192

[startup+1182.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/499 10700
/proc/meminfo: memFree=28564128/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=431988 CPUtime=1182.22 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 107812 0 0 0 116607 1615 0 0 25 0 1 0 821098032 442355712 106062 33554432000 4194304 9163163 140736567789024 18446744073709551615 4240272 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 107997 106062 705 1214 0 106779 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 431988

[startup+1242.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 10700
/proc/meminfo: memFree=28549352/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=442300 CPUtime=1242.23 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 110484 0 0 0 122533 1690 0 0 25 0 1 0 821098032 452915200 108734 33554432000 4194304 9163163 140736567789024 18446744073709551615 6555920 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 110575 108734 705 1214 0 109357 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 442300

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 10702
/proc/meminfo: memFree=28523420/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=452548 CPUtime=1302.24 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 112933 0 0 0 128470 1754 0 0 25 0 1 0 821098032 463409152 111183 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 113137 111183 705 1214 0 111919 0
Current children cumulated CPU time (s) 1302.24
Current children cumulated vsize (KiB) 452548

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 10704
/proc/meminfo: memFree=28510004/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=461120 CPUtime=1362.23 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 115160 0 0 0 134400 1823 0 0 25 0 1 0 821098032 472186880 113410 33554432000 4194304 9163163 140736567789024 18446744073709551615 6501027 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 115280 113410 705 1214 0 114062 0
Current children cumulated CPU time (s) 1362.23
Current children cumulated vsize (KiB) 461120

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 10706
/proc/meminfo: memFree=28494868/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=472448 CPUtime=1422.24 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 118010 0 0 0 140336 1888 0 0 25 0 1 0 821098032 483786752 116260 33554432000 4194304 9163163 140736567789024 18446744073709551615 5263784 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 118112 116260 705 1214 0 116894 0
Current children cumulated CPU time (s) 1422.24
Current children cumulated vsize (KiB) 472448

[startup+1482.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/499 10708
/proc/meminfo: memFree=28484552/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=481424 CPUtime=1482.23 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 120145 0 0 0 146274 1949 0 0 25 0 1 0 821098032 492978176 118395 33554432000 4194304 9163163 140736567789024 18446744073709551615 4240556 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 120356 118395 705 1214 0 119138 0
Current children cumulated CPU time (s) 1482.23
Current children cumulated vsize (KiB) 481424

[startup+1542.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/499 10708
/proc/meminfo: memFree=28475248/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=490644 CPUtime=1542.23 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 122516 0 0 0 152206 2017 0 0 25 0 1 0 821098032 502419456 120766 33554432000 4194304 9163163 140736567789024 18446744073709551615 5177221 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 122661 120766 705 1214 0 121443 0
Current children cumulated CPU time (s) 1542.23
Current children cumulated vsize (KiB) 490644

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 10710
/proc/meminfo: memFree=28457628/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=507976 CPUtime=1602.23 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 126963 0 0 0 158137 2086 0 0 25 0 1 0 821098032 520167424 125213 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 126994 125213 705 1214 0 125776 0
Current children cumulated CPU time (s) 1602.23
Current children cumulated vsize (KiB) 507976

[startup+1662.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/499 10712
/proc/meminfo: memFree=28451904/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=513836 CPUtime=1662.23 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 128398 0 0 0 164080 2143 0 0 25 0 1 0 821098032 526168064 126648 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 128459 126648 705 1214 0 127241 0
Current children cumulated CPU time (s) 1662.23
Current children cumulated vsize (KiB) 513836

[startup+1722.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/499 10714
/proc/meminfo: memFree=28446544/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=519020 CPUtime=1722.24 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 129680 0 0 0 170020 2204 0 0 25 0 1 0 821098032 531476480 127930 33554432000 4194304 9163163 140736567789024 18446744073709551615 4240272 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 129755 127930 705 1214 0 128537 0
Current children cumulated CPU time (s) 1722.24
Current children cumulated vsize (KiB) 519020

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 10716
/proc/meminfo: memFree=28436836/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=527432 CPUtime=1782.23 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 131583 0 0 0 175957 2266 0 0 25 0 1 0 821098032 540090368 129833 33554432000 4194304 9163163 140736567789024 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/10631/statm: 131858 129833 705 1214 0 130640 0
Current children cumulated CPU time (s) 1782.23
Current children cumulated vsize (KiB) 527432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 10716
/proc/meminfo: memFree=28435840/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=529096 CPUtime=1800.05 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 132010 0 0 0 177719 2286 0 0 25 0 1 0 821098032 541794304 130260 33554432000 4194304 9163163 140736567789024 18446744073709551615 6918303 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10631/statm: 132274 130260 708 1214 0 131056 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 529096

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

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

[startup+1800.1 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 10716
/proc/meminfo: memFree=28435840/32951132 swapFree=57925096/67111528
[pid=10631] ppid=10629 vsize=529096 CPUtime=1800.05 cores=0,2,4,6
/proc/10631/stat : 10631 (scip-2.0.1.4b.l) R 10629 10631 10513 0 -1 4202496 132010 0 0 0 177719 2286 0 0 25 0 1 0 821098032 541794304 130260 33554432000 4194304 9163163 140736567789024 18446744073709551615 6918303 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10631/statm: 132274 130260 708 1214 0 131056 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 529096

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.14
CPU time (s): 1800.08
CPU user time (s): 1777.2
CPU system time (s): 22.8825
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 529096

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

runsolver used 9.52355 second user time and 20.001 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-03 11:56:24
IDJOB=3450865
IDBENCH=2913
IDSOLVER=1948
FILE ID=node129/3450865-1307094984
RUNJOBID= node129-1307093181-10531
PBS_JOBID= 13497990
Free space on /tmp= 73844 MiB

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

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=1447726214

node129.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.831
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.831
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.831
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.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      29097248 kB
Buffers:        303872 kB
Cached:        2118456 kB
SwapCached:      49348 kB
Active:         418740 kB
Inactive:      3154012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29097248 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:           12120 kB
Writeback:           4 kB
AnonPages:     1112396 kB
Mapped:          14888 kB
Slab:           153080 kB
PageTables:      59124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147301492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73844 MiB
End job on node129 at 2011-06-03 12:26:26