Trace number 3452517

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.14 1800.11

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
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 variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
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.4 [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-3452517-1307094502.opb>
0.00/0.00	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 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.01	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.01	c (round 2) 1 del vars, 9 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c       8 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.4
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    44 |     - | 386k|   0 |   8 |  70 |  23 |  70 |   8 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   166 |     - | 430k|   0 |  13 |  70 |  24 |  70 |  15 |   7 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   178 |     - | 465k|   0 |  16 |  70 |  24 |  70 |  19 |  11 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |   182 |     - | 477k|   0 |  17 |  70 |  24 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   187 |     - | 486k|   0 |  19 |  70 |  24 |  70 |  24 |  16 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   193 |     - | 498k|   0 |  18 |  70 |  24 |  70 |  26 |  18 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     2 |   193 |     - | 499k|   0 |  18 |  70 |  24 |  70 |  26 |  18 |  15 |  14 | 0.000000e+00 |      --      |    Inf 
1.79/1.89	c   1.9s| 10000 |  4502 | 35899 |   3.6 |4110k|  56 |   - |  70 |2115 |  70 |  21 |  18 |3590 | 781 | 0.000000e+00 |      --      |    Inf 
3.69/3.73	c   3.7s| 20000 |  8180 | 70402 |   3.5 |6392k|  59 |   8 |  70 |1227 |  70 |  21 |  18 |7715 |1079 | 0.000000e+00 |      --      |    Inf 
5.39/5.46	c   5.5s| 30000 | 11768 |104697 |   3.5 |8884k|  62 |   8 |  70 |1552 |  70 |  21 |  18 |  11k|1293 | 0.000000e+00 |      --      |    Inf 
7.09/7.18	c   7.2s| 40000 | 15185 |138119 |   3.4 |  11M|  63 |   8 |  70 |1782 |  70 |  21 |  18 |  16k|1456 | 0.000000e+00 |      --      |    Inf 
8.80/8.82	c   8.8s| 50000 | 18339 |170695 |   3.4 |  13M|  63 |   8 |  70 |2068 |  70 |  21 |  18 |  20k|1592 | 0.000000e+00 |      --      |    Inf 
10.59/10.61	c  10.6s| 60000 | 21407 |204790 |   3.4 |  16M|  63 |   8 |  70 |2130 |  70 |  21 |  18 |  24k|1721 | 0.000000e+00 |      --      |    Inf 
12.28/12.31	c  12.3s| 70000 | 24580 |238366 |   3.4 |  18M|  63 |   8 |  70 |1877 |  70 |  21 |  18 |  29k|1811 | 0.000000e+00 |      --      |    Inf 
13.88/13.96	c  14.0s| 80000 | 27450 |271568 |   3.4 |  20M|  63 |   8 |  70 |2254 |  70 |  21 |  18 |  33k|1912 | 0.000000e+00 |      --      |    Inf 
15.59/15.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.59/15.68	c  15.7s| 90000 | 30384 |304778 |   3.4 |  22M|  63 |   8 |  70 |2149 |  70 |  21 |  18 |  38k|2001 | 0.000000e+00 |      --      |    Inf 
17.39/17.42	c  17.4s|100000 | 33336 |338315 |   3.4 |  25M|  63 |   8 |  70 |2469 |  70 |  21 |  18 |  43k|2089 | 0.000000e+00 |      --      |    Inf 
19.09/19.12	c  19.1s|110000 | 36516 |372454 |   3.4 |  27M|  63 |   8 |  70 |2309 |  70 |  21 |  18 |  47k|2159 | 0.000000e+00 |      --      |    Inf 
20.79/20.84	c  20.8s|120000 | 39272 |405581 |   3.4 |  29M|  63 |   8 |  70 |2256 |  70 |  21 |  18 |  52k|2224 | 0.000000e+00 |      --      |    Inf 
22.48/22.55	c  22.5s|130000 | 42170 |438758 |   3.4 |  32M|  63 |   8 |  70 |2628 |  70 |  21 |  18 |  56k|2283 | 0.000000e+00 |      --      |    Inf 
24.29/24.35	c  24.4s|140000 | 45079 |472821 |   3.4 |  34M|  63 |   - |  70 |2771 |  70 |  21 |  18 |  61k|2372 | 0.000000e+00 |      --      |    Inf 
26.09/26.15	c  26.1s|150000 | 47939 |505998 |   3.4 |  36M|  63 |   8 |  70 |2997 |  70 |  21 |  18 |  65k|2440 | 0.000000e+00 |      --      |    Inf 
27.78/27.88	c  27.9s|160000 | 50691 |539470 |   3.4 |  39M|  63 |   - |  70 |2914 |  70 |  21 |  18 |  70k|2509 | 0.000000e+00 |      --      |    Inf 
29.70/29.75	c  29.7s|170000 | 53307 |574135 |   3.4 |  41M|  63 |   - |  70 |2728 |  70 |  21 |  18 |  75k|2566 | 0.000000e+00 |      --      |    Inf 
31.58/31.62	c  31.6s|180000 | 55868 |607509 |   3.4 |  43M|  63 |   8 |  70 |2677 |  70 |  21 |  18 |  80k|2625 | 0.000000e+00 |      --      |    Inf 
33.29/33.35	c  33.3s|190000 | 59054 |641001 |   3.4 |  46M|  63 |   8 |  70 |3351 |  70 |  21 |  18 |  84k|2680 | 0.000000e+00 |      --      |    Inf 
34.99/35.09	c  35.1s|200000 | 61714 |674676 |   3.4 |  48M|  63 |   8 |  70 |2746 |  70 |  21 |  18 |  89k|2724 | 0.000000e+00 |      --      |    Inf 
36.79/36.87	c  36.9s|210000 | 64699 |708508 |   3.4 |  50M|  63 |   8 |  70 |3650 |  70 |  21 |  18 |  93k|2789 | 0.000000e+00 |      --      |    Inf 
38.58/38.69	c  38.7s|220000 | 67498 |743294 |   3.4 |  53M|  63 |   - |  70 |3305 |  70 |  21 |  18 |  98k|2850 | 0.000000e+00 |      --      |    Inf 
40.39/40.44	c  40.4s|230000 | 70059 |776952 |   3.4 |  55M|  63 |   8 |  70 |3053 |  70 |  21 |  18 | 102k|2899 | 0.000000e+00 |      --      |    Inf 
42.08/42.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.08/42.11	c  42.1s|240000 | 73064 |810252 |   3.4 |  57M|  63 |   - |  70 |3942 |  70 |  21 |  18 | 107k|2945 | 0.000000e+00 |      --      |    Inf 
43.90/43.91	c  43.9s|250000 | 75789 |844562 |   3.4 |  60M|  63 |   - |  70 |3149 |   0 |   0 |  18 | 111k|3001 | 0.000000e+00 |      --      |    Inf 
45.69/45.74	c  45.7s|260000 | 78362 |878418 |   3.4 |  62M|  63 |   - |  70 |2981 |  70 |  21 |  18 | 116k|3054 | 0.000000e+00 |      --      |    Inf 
47.39/47.42	c  47.4s|270000 | 81471 |910879 |   3.4 |  64M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 121k|3085 | 0.000000e+00 |      --      |    Inf 
49.19/49.29	c  49.3s|280000 | 84131 |944916 |   3.4 |  66M|  63 |   8 |  70 |3107 |  70 |  21 |  18 | 125k|3113 | 0.000000e+00 |      --      |    Inf 
51.08/51.10	c  51.1s|290000 | 86595 |977409 |   3.4 |  69M|  63 |   8 |  70 |3439 |  70 |  21 |  18 | 130k|3152 | 0.000000e+00 |      --      |    Inf 
52.89/52.97	c  53.0s|300000 | 89358 |  1010k|   3.4 |  71M|  63 |   8 |  70 |3442 |  70 |  21 |  18 | 135k|3206 | 0.000000e+00 |      --      |    Inf 
54.59/54.69	c  54.7s|310000 | 92217 |  1045k|   3.4 |  73M|  63 |   - |  70 |3491 |  70 |  21 |  18 | 139k|3250 | 0.000000e+00 |      --      |    Inf 
56.49/56.54	c  56.5s|320000 | 94956 |  1078k|   3.4 |  76M|  63 |   8 |  70 |3349 |  70 |  21 |  18 | 144k|3282 | 0.000000e+00 |      --      |    Inf 
58.30/58.35	c  58.4s|330000 | 97747 |  1111k|   3.4 |  78M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 148k|3317 | 0.000000e+00 |      --      |    Inf 
60.09/60.18	c  60.2s|340000 |100169 |  1145k|   3.4 |  80M|  63 |   8 |  70 |2984 |  70 |  21 |  18 | 153k|3359 | 0.000000e+00 |      --      |    Inf 
61.88/61.96	c  62.0s|350000 |102767 |  1178k|   3.4 |  82M|  63 |   8 |  70 |3202 |  70 |  21 |  18 | 158k|3398 | 0.000000e+00 |      --      |    Inf 
63.81/63.85	c  63.8s|360000 |105169 |  1212k|   3.4 |  85M|  63 |   8 |  70 |2897 |  70 |  21 |  18 | 163k|3425 | 0.000000e+00 |      --      |    Inf 
65.59/65.65	c  65.6s|370000 |107749 |  1246k|   3.4 |  87M|  63 |   8 |  70 |3364 |  70 |  21 |  18 | 167k|3464 | 0.000000e+00 |      --      |    Inf 
67.39/67.41	c  67.4s|380000 |110139 |  1280k|   3.4 |  89M|  63 |   - |  70 |3156 |  70 |  21 |  18 | 172k|3507 | 0.000000e+00 |      --      |    Inf 
69.19/69.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.19/69.23	c  69.2s|390000 |112991 |  1312k|   3.4 |  91M|  63 |   - |  70 |3478 |  70 |  21 |  18 | 177k|3545 | 0.000000e+00 |      --      |    Inf 
70.99/71.07	c  71.1s|400000 |115316 |  1345k|   3.4 |  94M|  63 |   - |  70 |3232 |  70 |  21 |  18 | 182k|3576 | 0.000000e+00 |      --      |    Inf 
72.78/72.82	c  72.8s|410000 |118072 |  1378k|   3.4 |  96M|  63 |   8 |  70 |3485 |  70 |  21 |  18 | 186k|3614 | 0.000000e+00 |      --      |    Inf 
74.49/74.59	c  74.6s|420000 |120483 |  1412k|   3.4 |  98M|  63 |   8 |  70 |3334 |  70 |  21 |  18 | 191k|3649 | 0.000000e+00 |      --      |    Inf 
76.28/76.37	c  76.4s|430000 |123171 |  1447k|   3.4 | 100M|  63 |   8 |  70 |3990 |  70 |  21 |  18 | 196k|3683 | 0.000000e+00 |      --      |    Inf 
78.10/78.19	c  78.2s|440000 |125876 |  1481k|   3.4 | 103M|  63 |   8 |  70 |3623 |  70 |  21 |  18 | 200k|3722 | 0.000000e+00 |      --      |    Inf 
79.88/79.92	c  79.9s|450000 |128568 |  1514k|   3.4 | 105M|  63 |   8 |  70 |3166 |  70 |  21 |  18 | 205k|3763 | 0.000000e+00 |      --      |    Inf 
81.59/81.62	c  81.6s|460000 |131556 |  1548k|   3.4 | 108M|  63 |   8 |  70 |4471 |  70 |  21 |  18 | 209k|3781 | 0.000000e+00 |      --      |    Inf 
83.50/83.57	c  83.6s|470000 |134062 |  1581k|   3.4 | 110M|  63 |   - |  70 |3639 |  70 |  21 |  18 | 214k|3809 | 0.000000e+00 |      --      |    Inf 
85.39/85.48	c  85.5s|480000 |136517 |  1615k|   3.4 | 112M|  63 |   8 |  70 |3142 |  70 |  21 |  18 | 219k|3845 | 0.000000e+00 |      --      |    Inf 
87.19/87.20	c  87.2s|490000 |138990 |  1648k|   3.4 | 114M|  63 |   - |  70 |3219 |  70 |  21 |  18 | 224k|3878 | 0.000000e+00 |      --      |    Inf 
88.99/89.09	c  89.1s|500000 |141513 |  1682k|   3.4 | 116M|  63 |   8 |  70 |3535 |  70 |  21 |  18 | 228k|3914 | 0.000000e+00 |      --      |    Inf 
90.89/90.97	c  91.0s|510000 |144049 |  1715k|   3.4 | 119M|  63 |   8 |  70 |3656 |  70 |  21 |  18 | 233k|3950 | 0.000000e+00 |      --      |    Inf 
92.79/92.80	c  92.8s|520000 |146682 |  1749k|   3.4 | 121M|  63 |   8 |  70 |3742 |  70 |  21 |  18 | 238k|3978 | 0.000000e+00 |      --      |    Inf 
94.49/94.53	c  94.5s|530000 |149610 |  1783k|   3.4 | 123M|  63 |   - |  70 |4215 |  70 |  21 |  18 | 242k|3996 | 0.000000e+00 |      --      |    Inf 
96.39/96.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.39/96.46	c  96.5s|540000 |152233 |  1817k|   3.4 | 125M|  63 |   8 |  70 |3629 |  70 |  21 |  18 | 247k|4019 | 0.000000e+00 |      --      |    Inf 
98.29/98.34	c  98.3s|550000 |154728 |  1850k|   3.4 | 128M|  63 |   8 |  70 |3389 |  70 |  21 |  18 | 252k|4047 | 0.000000e+00 |      --      |    Inf 
100.11/100.12	c   100s|560000 |157053 |  1884k|   3.4 | 130M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 257k|4074 | 0.000000e+00 |      --      |    Inf 
101.89/101.94	c   102s|570000 |159697 |  1918k|   3.4 | 132M|  63 |   - |  70 |3629 |   0 |   0 |  18 | 261k|4097 | 0.000000e+00 |      --      |    Inf 
103.79/103.82	c   104s|580000 |162050 |  1952k|   3.4 | 134M|  63 |   8 |  70 |3760 |  70 |  21 |  18 | 266k|4125 | 0.000000e+00 |      --      |    Inf 
105.60/105.66	c   106s|590000 |164645 |  1985k|   3.4 | 137M|  63 |   8 |  70 |3412 |  70 |  21 |  18 | 271k|4151 | 0.000000e+00 |      --      |    Inf 
107.39/107.43	c   107s|600000 |167156 |  2020k|   3.4 | 139M|  63 |   - |  70 |3304 |  70 |  21 |  18 | 276k|4175 | 0.000000e+00 |      --      |    Inf 
109.19/109.26	c   109s|610000 |169842 |  2052k|   3.4 | 141M|  63 |   8 |  70 |4125 |  70 |  21 |  18 | 280k|4198 | 0.000000e+00 |      --      |    Inf 
111.19/111.24	c   111s|620000 |172117 |  2086k|   3.4 | 144M|  63 |   8 |  70 |4068 |  70 |  21 |  18 | 285k|4228 | 0.000000e+00 |      --      |    Inf 
112.98/113.00	c   113s|630000 |174784 |  2119k|   3.4 | 146M|  63 |   8 |  70 |4310 |  70 |  21 |  18 | 290k|4255 | 0.000000e+00 |      --      |    Inf 
114.79/114.87	c   115s|640000 |177301 |  2154k|   3.4 | 148M|  63 |   - |  70 |3434 |  70 |  21 |  18 | 295k|4293 | 0.000000e+00 |      --      |    Inf 
116.69/116.78	c   117s|650000 |179754 |  2187k|   3.4 | 150M|  63 |   8 |  70 |3468 |  70 |  21 |  18 | 299k|4321 | 0.000000e+00 |      --      |    Inf 
118.59/118.68	c   119s|660000 |182113 |  2221k|   3.4 | 153M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 304k|4339 | 0.000000e+00 |      --      |    Inf 
120.38/120.43	c   120s|670000 |184665 |  2254k|   3.4 | 155M|  63 |   8 |  70 |3697 |  70 |  21 |  18 | 309k|4366 | 0.000000e+00 |      --      |    Inf 
122.19/122.28	c   122s|680000 |187090 |  2288k|   3.4 | 157M|  63 |   - |  70 |3328 |  70 |  21 |  18 | 314k|4390 | 0.000000e+00 |      --      |    Inf 
124.09/124.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.09/124.17	c   124s|690000 |189663 |  2321k|   3.4 | 159M|  63 |   8 |  70 |3685 |  70 |  21 |  18 | 318k|4415 | 0.000000e+00 |      --      |    Inf 
125.89/125.97	c   126s|700000 |192264 |  2354k|   3.4 | 162M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 323k|4438 | 0.000000e+00 |      --      |    Inf 
127.79/127.81	c   128s|710000 |194789 |  2388k|   3.4 | 164M|  63 |   - |  70 |3556 |  70 |  21 |  18 | 328k|4457 | 0.000000e+00 |      --      |    Inf 
129.59/129.69	c   130s|720000 |197160 |  2421k|   3.4 | 166M|  63 |   8 |  70 |3460 |  70 |  21 |  18 | 333k|4480 | 0.000000e+00 |      --      |    Inf 
131.49/131.55	c   132s|730000 |199794 |  2454k|   3.4 | 169M|  63 |   - |  70 |3967 |  70 |  21 |  18 | 337k|4500 | 0.000000e+00 |      --      |    Inf 
133.19/133.29	c   133s|740000 |202535 |  2488k|   3.4 | 171M|  63 |   8 |  70 |4249 |  70 |  21 |  18 | 342k|4519 | 0.000000e+00 |      --      |    Inf 
135.19/135.24	c   135s|750000 |204875 |  2523k|   3.4 | 173M|  63 |   - |  70 |3875 |  70 |  21 |  18 | 347k|4546 | 0.000000e+00 |      --      |    Inf 
136.99/137.04	c   137s|760000 |207509 |  2556k|   3.4 | 175M|  63 |   8 |  70 |4048 |  70 |  21 |  18 | 351k|4564 | 0.000000e+00 |      --      |    Inf 
138.89/138.92	c   139s|770000 |210022 |  2589k|   3.4 | 178M|  63 |   8 |  70 |3980 |  70 |  21 |  18 | 356k|4585 | 0.000000e+00 |      --      |    Inf 
140.69/140.71	c   141s|780000 |212916 |  2622k|   3.4 | 180M|  63 |   8 |  70 |4113 |  70 |  21 |  18 | 361k|4614 | 0.000000e+00 |      --      |    Inf 
142.59/142.61	c   143s|790000 |215309 |  2655k|   3.4 | 182M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 365k|4641 | 0.000000e+00 |      --      |    Inf 
144.49/144.52	c   145s|800000 |217859 |  2688k|   3.4 | 184M|  63 |   - |  70 |3690 |  70 |  21 |  18 | 370k|4665 | 0.000000e+00 |      --      |    Inf 
146.20/146.28	c   146s|810000 |220457 |  2721k|   3.4 | 187M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 375k|4688 | 0.000000e+00 |      --      |    Inf 
148.09/148.18	c   148s|820000 |223016 |  2755k|   3.4 | 189M|  63 |   8 |  70 |3942 |  70 |  21 |  18 | 379k|4703 | 0.000000e+00 |      --      |    Inf 
149.99/150.05	c   150s|830000 |225745 |  2788k|   3.4 | 192M|  63 |   8 |  70 |4330 |  70 |  21 |  18 | 384k|4723 | 0.000000e+00 |      --      |    Inf 
151.89/151.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.89/151.91	c   152s|840000 |228291 |  2821k|   3.4 | 194M|  63 |   8 |  70 |3692 |  70 |  21 |  18 | 389k|4751 | 0.000000e+00 |      --      |    Inf 
153.79/153.80	c   154s|850000 |230666 |  2855k|   3.4 | 196M|  63 |   8 |  70 |3994 |  70 |  21 |  18 | 394k|4775 | 0.000000e+00 |      --      |    Inf 
155.69/155.73	c   156s|860000 |233180 |  2888k|   3.4 | 198M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 398k|4801 | 0.000000e+00 |      --      |    Inf 
157.49/157.52	c   158s|870000 |236061 |  2922k|   3.4 | 201M|  63 |   8 |  70 |4753 |  70 |  21 |  18 | 403k|4825 | 0.000000e+00 |      --      |    Inf 
159.29/159.31	c   159s|880000 |238582 |  2955k|   3.4 | 203M|  63 |   8 |  70 |4361 |  70 |  21 |  18 | 407k|4850 | 0.000000e+00 |      --      |    Inf 
161.29/161.31	c   161s|890000 |240971 |  2988k|   3.4 | 205M|  63 |   8 |  70 |3810 |  70 |  21 |  18 | 412k|4873 | 0.000000e+00 |      --      |    Inf 
163.19/163.21	c   163s|900000 |243472 |  3022k|   3.4 | 207M|  63 |   - |  70 |3941 |  70 |  21 |  18 | 417k|4901 | 0.000000e+00 |      --      |    Inf 
165.00/165.07	c   165s|910000 |246067 |  3055k|   3.4 | 210M|  63 |   8 |  70 |3766 |  70 |  21 |  18 | 422k|4918 | 0.000000e+00 |      --      |    Inf 
166.89/166.92	c   167s|920000 |248468 |  3089k|   3.4 | 212M|  63 |   8 |  70 |4365 |  70 |  21 |  18 | 426k|4939 | 0.000000e+00 |      --      |    Inf 
168.79/168.87	c   169s|930000 |250958 |  3121k|   3.4 | 214M|  63 |   - |  70 |4124 |   0 |   0 |  18 | 431k|4951 | 0.000000e+00 |      --      |    Inf 
170.79/170.81	c   171s|940000 |253400 |  3154k|   3.4 | 216M|  63 |   - |  70 |3426 |  70 |  21 |  18 | 436k|4970 | 0.000000e+00 |      --      |    Inf 
172.60/172.63	c   173s|950000 |255714 |  3187k|   3.4 | 219M|  63 |   8 |  70 |3638 |  70 |  21 |  18 | 441k|4988 | 0.000000e+00 |      --      |    Inf 
174.49/174.53	c   175s|960000 |258247 |  3221k|   3.4 | 221M|  63 |   - |  70 |3636 |  70 |  21 |  18 | 446k|4999 | 0.000000e+00 |      --      |    Inf 
176.29/176.31	c   176s|970000 |260849 |  3253k|   3.4 | 223M|  63 |   8 |  70 |4087 |  70 |  21 |  18 | 450k|5009 | 0.000000e+00 |      --      |    Inf 
177.98/178.07	c   178s|980000 |263792 |  3287k|   3.4 | 226M|  63 |   8 |  70 |5001 |  70 |  21 |  18 | 455k|5030 | 0.000000e+00 |      --      |    Inf 
179.89/179.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.89/179.95	c   180s|990000 |266396 |  3321k|   3.4 | 228M|  63 |   - |  70 |4116 |  70 |  21 |  18 | 459k|5058 | 0.000000e+00 |      --      |    Inf 
181.79/181.88	c   182s|  1000k|268871 |  3354k|   3.4 | 230M|  63 |   8 |  70 |3984 |  70 |  21 |  18 | 464k|5074 | 0.000000e+00 |      --      |    Inf 
183.60/183.66	c   184s|  1010k|271382 |  3386k|   3.4 | 232M|  63 |   8 |  70 |4535 |  70 |  21 |  18 | 469k|5090 | 0.000000e+00 |      --      |    Inf 
185.49/185.54	c   186s|  1020k|273581 |  3418k|   3.4 | 234M|  63 |   - |  70 |3697 |  70 |  21 |  18 | 474k|5110 | 0.000000e+00 |      --      |    Inf 
187.39/187.46	c   187s|  1030k|276124 |  3452k|   3.4 | 237M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 478k|5129 | 0.000000e+00 |      --      |    Inf 
189.29/189.37	c   189s|  1040k|278515 |  3486k|   3.4 | 239M|  63 |   8 |  70 |4165 |  70 |  21 |  18 | 483k|5146 | 0.000000e+00 |      --      |    Inf 
191.30/191.31	c   191s|  1050k|280799 |  3519k|   3.4 | 241M|  63 |   - |  70 |3810 |  70 |  21 |  18 | 488k|5160 | 0.000000e+00 |      --      |    Inf 
193.09/193.17	c   193s|  1060k|283276 |  3552k|   3.4 | 243M|  63 |   - |  70 |3753 |  70 |  21 |  18 | 493k|5180 | 0.000000e+00 |      --      |    Inf 
194.99/195.07	c   195s|  1070k|285923 |  3586k|   3.4 | 246M|  63 |   8 |  70 |4317 |  70 |  21 |  18 | 497k|5199 | 0.000000e+00 |      --      |    Inf 
196.91/196.95	c   197s|  1080k|288600 |  3618k|   3.4 | 248M|  63 |   8 |  70 |4481 |  70 |  21 |  18 | 502k|5221 | 0.000000e+00 |      --      |    Inf 
198.69/198.73	c   199s|  1090k|291208 |  3652k|   3.4 | 251M|  63 |   8 |  70 |5011 |  70 |  21 |  18 | 506k|5236 | 0.000000e+00 |      --      |    Inf 
200.60/200.64	c   201s|  1100k|294029 |  3685k|   3.4 | 253M|  63 |   - |  70 |5115 |  70 |  21 |  18 | 511k|5249 | 0.000000e+00 |      --      |    Inf 
202.41/202.42	c   202s|  1110k|296971 |  3718k|   3.4 | 256M|  63 |   - |  70 |6122 |  70 |  21 |  18 | 515k|5268 | 0.000000e+00 |      --      |    Inf 
204.19/204.25	c   204s|  1120k|299823 |  3752k|   3.4 | 258M|  63 |   8 |  70 |6152 |  70 |  21 |  18 | 520k|5289 | 0.000000e+00 |      --      |    Inf 
206.09/206.17	c   206s|  1130k|302530 |  3785k|   3.4 | 260M|  63 |   - |  70 |4277 |  70 |  21 |  18 | 524k|5298 | 0.000000e+00 |      --      |    Inf 
208.00/208.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
208.00/208.09	c   208s|  1140k|305183 |  3818k|   3.3 | 262M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 529k|5317 | 0.000000e+00 |      --      |    Inf 
209.99/210.02	c   210s|  1150k|307795 |  3851k|   3.3 | 264M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 533k|5330 | 0.000000e+00 |      --      |    Inf 
211.69/211.75	c   212s|  1160k|310523 |  3884k|   3.3 | 267M|  63 |   - |  70 |3991 |  70 |  21 |  18 | 538k|5340 | 0.000000e+00 |      --      |    Inf 
213.49/213.59	c   214s|  1170k|313284 |  3917k|   3.3 | 269M|  63 |   8 |  70 |4611 |  70 |  21 |  18 | 542k|5346 | 0.000000e+00 |      --      |    Inf 
215.50/215.57	c   216s|  1180k|315809 |  3950k|   3.3 | 271M|  63 |   8 |  70 |4133 |  70 |  21 |  18 | 547k|5355 | 0.000000e+00 |      --      |    Inf 
217.39/217.46	c   217s|  1190k|318418 |  3983k|   3.3 | 274M|  63 |   - |  70 |4043 |  70 |  21 |  18 | 552k|5368 | 0.000000e+00 |      --      |    Inf 
219.19/219.20	c   219s|  1200k|321375 |  4015k|   3.3 | 276M|  63 |   - |  70 |4306 |  70 |  21 |  18 | 556k|5383 | 0.000000e+00 |      --      |    Inf 
221.00/221.03	c   221s|  1210k|324237 |  4047k|   3.3 | 279M|  63 |   8 |  70 |4944 |  70 |  21 |  18 | 561k|5390 | 0.000000e+00 |      --      |    Inf 
222.89/222.96	c   223s|  1220k|326898 |  4080k|   3.3 | 281M|  63 |   8 |  70 |4774 |  70 |  21 |  18 | 565k|5403 | 0.000000e+00 |      --      |    Inf 
224.79/224.86	c   225s|  1230k|329310 |  4113k|   3.3 | 283M|  63 |   - |  70 |3851 |  70 |  21 |  18 | 570k|5416 | 0.000000e+00 |      --      |    Inf 
226.79/226.89	c   227s|  1240k|331526 |  4147k|   3.3 | 285M|  63 |   - |  70 |3649 |  70 |  21 |  18 | 575k|5428 | 0.000000e+00 |      --      |    Inf 
228.81/228.86	c   229s|  1250k|333905 |  4180k|   3.3 | 287M|  63 |   8 |  70 |3891 |  70 |  21 |  18 | 580k|5435 | 0.000000e+00 |      --      |    Inf 
230.59/230.67	c   231s|  1260k|336495 |  4214k|   3.3 | 290M|  63 |   8 |  70 |4458 |  70 |  21 |  18 | 584k|5442 | 0.000000e+00 |      --      |    Inf 
232.49/232.56	c   233s|  1270k|338979 |  4247k|   3.3 | 292M|  63 |   8 |  70 |4309 |  70 |  21 |  18 | 589k|5452 | 0.000000e+00 |      --      |    Inf 
234.49/234.55	c   235s|  1280k|341359 |  4281k|   3.3 | 294M|  63 |   8 |  70 |4617 |  70 |  21 |  18 | 594k|5467 | 0.000000e+00 |      --      |    Inf 
236.40/236.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.40/236.45	c   236s|  1290k|343817 |  4313k|   3.3 | 297M|  63 |   8 |  70 |5167 |  70 |  21 |  18 | 599k|5472 | 0.000000e+00 |      --      |    Inf 
238.29/238.37	c   238s|  1300k|346161 |  4346k|   3.3 | 299M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 604k|5480 | 0.000000e+00 |      --      |    Inf 
240.19/240.27	c   240s|  1310k|348844 |  4379k|   3.3 | 301M|  63 |   8 |  70 |4380 |  70 |  21 |  18 | 608k|5495 | 0.000000e+00 |      --      |    Inf 
242.09/242.19	c   242s|  1320k|351499 |  4412k|   3.3 | 303M|  63 |   8 |  70 |4562 |  70 |  21 |  18 | 613k|5505 | 0.000000e+00 |      --      |    Inf 
243.99/244.04	c   244s|  1330k|354050 |  4445k|   3.3 | 306M|  63 |   8 |  70 |4339 |  70 |  21 |  18 | 617k|5513 | 0.000000e+00 |      --      |    Inf 
246.00/246.00	c   246s|  1340k|356303 |  4478k|   3.3 | 308M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 622k|5520 | 0.000000e+00 |      --      |    Inf 
247.89/247.91	c   248s|  1350k|358745 |  4512k|   3.3 | 310M|  63 |   - |  70 |4278 |  70 |  21 |  18 | 627k|5534 | 0.000000e+00 |      --      |    Inf 
249.70/249.79	c   250s|  1360k|361401 |  4544k|   3.3 | 312M|  63 |   - |  70 |4017 |  70 |  21 |  18 | 632k|5540 | 0.000000e+00 |      --      |    Inf 
251.59/251.63	c   252s|  1370k|363820 |  4577k|   3.3 | 314M|  63 |   8 |  70 |3510 |  70 |  21 |  18 | 637k|5552 | 0.000000e+00 |      --      |    Inf 
253.59/253.61	c   254s|  1380k|366137 |  4611k|   3.3 | 317M|  63 |   8 |  70 |3768 |  70 |  21 |  18 | 641k|5557 | 0.000000e+00 |      --      |    Inf 
255.49/255.50	c   256s|  1390k|368910 |  4644k|   3.3 | 319M|  63 |   8 |  70 |4022 |  70 |  21 |  18 | 646k|5571 | 0.000000e+00 |      --      |    Inf 
257.30/257.33	c   257s|  1400k|371399 |  4679k|   3.3 | 321M|  63 |   8 |  70 |4312 |  70 |  21 |  18 | 651k|5580 | 0.000000e+00 |      --      |    Inf 
259.19/259.20	c   259s|  1410k|373986 |  4712k|   3.3 | 324M|  63 |   8 |  70 |4790 |  70 |  21 |  18 | 655k|5590 | 0.000000e+00 |      --      |    Inf 
261.09/261.13	c   261s|  1420k|376506 |  4744k|   3.3 | 326M|  63 |   8 |  70 |6124 |  70 |  21 |  18 | 660k|5597 | 0.000000e+00 |      --      |    Inf 
263.10/263.13	c   263s|  1430k|379163 |  4777k|   3.3 | 328M|  63 |   - |  70 |4872 |  70 |  21 |  18 | 665k|5605 | 0.000000e+00 |      --      |    Inf 
264.89/264.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.89/264.91	c   265s|  1440k|382094 |  4810k|   3.3 | 331M|  63 |   8 |  70 |4980 |  70 |  21 |  18 | 669k|5622 | 0.000000e+00 |      --      |    Inf 
266.89/266.97	c   267s|  1450k|384425 |  4843k|   3.3 | 333M|  63 |   8 |  70 |4248 |  70 |  21 |  18 | 674k|5641 | 0.000000e+00 |      --      |    Inf 
268.89/268.96	c   269s|  1460k|386881 |  4877k|   3.3 | 335M|  63 |   8 |  70 |4337 |  70 |  21 |  18 | 679k|5650 | 0.000000e+00 |      --      |    Inf 
270.80/270.80	c   271s|  1470k|389378 |  4910k|   3.3 | 337M|  63 |   - |  70 |4486 |  70 |  21 |  18 | 683k|5668 | 0.000000e+00 |      --      |    Inf 
272.69/272.77	c   273s|  1480k|391835 |  4943k|   3.3 | 340M|  63 |   - |  70 |4422 |  70 |  21 |  18 | 688k|5680 | 0.000000e+00 |      --      |    Inf 
274.59/274.68	c   275s|  1490k|394571 |  4977k|   3.3 | 342M|  63 |   - |  70 |4648 |  70 |  21 |  18 | 693k|5690 | 0.000000e+00 |      --      |    Inf 
276.59/276.66	c   277s|  1500k|396919 |  5010k|   3.3 | 344M|  63 |   - |  70 |3893 |  70 |  21 |  18 | 697k|5700 | 0.000000e+00 |      --      |    Inf 
278.59/278.60	c   279s|  1510k|399241 |  5042k|   3.3 | 346M|  63 |   8 |  70 |3886 |  70 |  21 |  18 | 702k|5704 | 0.000000e+00 |      --      |    Inf 
280.39/280.50	c   281s|  1520k|401802 |  5075k|   3.3 | 349M|  63 |   8 |  70 |4660 |  70 |  21 |  18 | 707k|5714 | 0.000000e+00 |      --      |    Inf 
282.29/282.38	c   282s|  1530k|404332 |  5110k|   3.3 | 351M|  63 |   8 |  70 |4545 |  70 |  21 |  18 | 711k|5729 | 0.000000e+00 |      --      |    Inf 
284.19/284.21	c   284s|  1540k|406914 |  5143k|   3.3 | 353M|  63 |   - |  70 |4480 |  70 |  21 |  18 | 716k|5737 | 0.000000e+00 |      --      |    Inf 
286.19/286.21	c   286s|  1550k|409262 |  5175k|   3.3 | 356M|  63 |   8 |  70 |4277 |  70 |  21 |  18 | 721k|5750 | 0.000000e+00 |      --      |    Inf 
288.09/288.13	c   288s|  1560k|411842 |  5208k|   3.3 | 358M|  63 |   8 |  70 |3788 |  70 |  21 |  18 | 726k|5761 | 0.000000e+00 |      --      |    Inf 
289.90/289.98	c   290s|  1570k|414177 |  5241k|   3.3 | 360M|  63 |   8 |  70 |4126 |  70 |  21 |  18 | 730k|5770 | 0.000000e+00 |      --      |    Inf 
291.70/291.72	c   292s|  1580k|417227 |  5273k|   3.3 | 363M|  63 |   8 |  70 |5803 |  70 |  21 |  18 | 735k|5781 | 0.000000e+00 |      --      |    Inf 
293.39/293.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.39/293.46	c   293s|  1590k|421178 |  5303k|   3.3 | 366M|  63 |   - |  70 |6875 |  70 |  21 |  18 | 738k|5789 | 0.000000e+00 |      --      |    Inf 
295.19/295.24	c   295s|  1600k|424605 |  5332k|   3.3 | 368M|  63 |   - |  70 |6862 |  70 |  21 |  18 | 742k|5800 | 0.000000e+00 |      --      |    Inf 
297.19/297.22	c   297s|  1610k|427187 |  5365k|   3.3 | 370M|  63 |   - |  70 |4460 |   0 |   0 |  18 | 747k|5805 | 0.000000e+00 |      --      |    Inf 
299.10/299.21	c   299s|  1620k|429603 |  5399k|   3.3 | 372M|  63 |   - |  70 |4573 |  70 |  21 |  18 | 751k|5820 | 0.000000e+00 |      --      |    Inf 
301.09/301.19	c   301s|  1630k|432321 |  5433k|   3.3 | 375M|  63 |   8 |  70 |5277 |  70 |  21 |  18 | 756k|5832 | 0.000000e+00 |      --      |    Inf 
302.99/303.09	c   303s|  1640k|434863 |  5467k|   3.3 | 377M|  63 |   8 |  70 |4358 |  70 |  21 |  18 | 761k|5842 | 0.000000e+00 |      --      |    Inf 
304.99/305.02	c   305s|  1650k|437388 |  5500k|   3.3 | 379M|  63 |   - |  70 |4244 |  70 |  21 |  18 | 765k|5859 | 0.000000e+00 |      --      |    Inf 
306.80/306.90	c   307s|  1660k|440029 |  5533k|   3.3 | 381M|  63 |   - |  70 |4858 |  70 |  21 |  18 | 770k|5872 | 0.000000e+00 |      --      |    Inf 
308.80/308.86	c   309s|  1670k|442504 |  5566k|   3.3 | 383M|  63 |   8 |  70 |4526 |  70 |  21 |  18 | 775k|5875 | 0.000000e+00 |      --      |    Inf 
310.60/310.66	c   311s|  1680k|445148 |  5599k|   3.3 | 386M|  63 |   - |  70 |4693 |  70 |  21 |  18 | 779k|5883 | 0.000000e+00 |      --      |    Inf 
312.69/312.74	c   313s|  1690k|447582 |  5633k|   3.3 | 388M|  63 |   8 |  70 |3847 |  70 |  21 |  18 | 784k|5888 | 0.000000e+00 |      --      |    Inf 
314.70/314.80	c   315s|  1700k|449845 |  5666k|   3.3 | 390M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 789k|5898 | 0.000000e+00 |      --      |    Inf 
316.50/316.60	c   317s|  1710k|452379 |  5699k|   3.3 | 392M|  63 |   8 |  70 |4475 |  70 |  21 |  18 | 794k|5908 | 0.000000e+00 |      --      |    Inf 
318.59/318.61	c   319s|  1720k|454742 |  5732k|   3.3 | 395M|  63 |   8 |  70 |4387 |  70 |  21 |  18 | 798k|5923 | 0.000000e+00 |      --      |    Inf 
320.59/320.61	c   321s|  1730k|457159 |  5766k|   3.3 | 397M|  63 |   8 |  70 |4238 |  70 |  21 |  18 | 803k|5936 | 0.000000e+00 |      --      |    Inf 
322.49/322.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
322.49/322.52	c   323s|  1740k|459656 |  5799k|   3.3 | 399M|  63 |   8 |  70 |4547 |  70 |  21 |  18 | 808k|5948 | 0.000000e+00 |      --      |    Inf 
324.40/324.43	c   324s|  1750k|462210 |  5831k|   3.3 | 401M|  63 |   - |  70 |4271 |  70 |  21 |  18 | 812k|5958 | 0.000000e+00 |      --      |    Inf 
326.40/326.43	c   326s|  1760k|464674 |  5865k|   3.3 | 404M|  63 |   8 |  70 |4183 |  70 |  21 |  18 | 817k|5970 | 0.000000e+00 |      --      |    Inf 
328.39/328.44	c   328s|  1770k|466942 |  5898k|   3.3 | 406M|  63 |   8 |  70 |3931 |  70 |  21 |  18 | 822k|5982 | 0.000000e+00 |      --      |    Inf 
330.30/330.37	c   330s|  1780k|469117 |  5932k|   3.3 | 408M|  63 |   8 |  70 |4135 |  70 |  21 |  18 | 827k|5988 | 0.000000e+00 |      --      |    Inf 
332.29/332.35	c   332s|  1790k|471689 |  5965k|   3.3 | 410M|  63 |   8 |  70 |4168 |  70 |  21 |  18 | 831k|5998 | 0.000000e+00 |      --      |    Inf 
334.29/334.33	c   334s|  1800k|474083 |  5998k|   3.3 | 413M|  63 |   - |  70 |4080 |  70 |  21 |  18 | 836k|6000 | 0.000000e+00 |      --      |    Inf 
336.09/336.11	c   336s|  1810k|476765 |  6031k|   3.3 | 415M|  63 |   - |  70 |4857 |  70 |  21 |  18 | 841k|6005 | 0.000000e+00 |      --      |    Inf 
338.09/338.17	c   338s|  1820k|479036 |  6064k|   3.3 | 417M|  63 |   - |  70 |3934 |  70 |  21 |  18 | 845k|6017 | 0.000000e+00 |      --      |    Inf 
340.09/340.15	c   340s|  1830k|481352 |  6098k|   3.3 | 420M|  63 |   - |  70 |4378 |  70 |  21 |  18 | 850k|6030 | 0.000000e+00 |      --      |    Inf 
342.00/342.07	c   342s|  1840k|483823 |  6131k|   3.3 | 422M|  63 |   8 |  70 |4490 |  70 |  21 |  18 | 855k|6038 | 0.000000e+00 |      --      |    Inf 
343.70/343.78	c   344s|  1850k|486919 |  6164k|   3.3 | 425M|  63 |   8 |  70 |6032 |  70 |  21 |  18 | 859k|6046 | 0.000000e+00 |      --      |    Inf 
345.89/345.90	c   346s|  1860k|489268 |  6199k|   3.3 | 427M|  63 |   8 |  70 |4781 |  70 |  21 |  18 | 864k|6060 | 0.000000e+00 |      --      |    Inf 
347.89/347.96	c   348s|  1870k|491642 |  6230k|   3.3 | 429M|  63 |   - |  70 |4166 |  70 |  21 |  18 | 869k|6067 | 0.000000e+00 |      --      |    Inf 
349.82/349.82	c   350s|  1880k|494095 |  6264k|   3.3 | 431M|  63 |   8 |  70 |4270 |  70 |  21 |  18 | 873k|6075 | 0.000000e+00 |      --      |    Inf 
351.69/351.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
351.69/351.73	c   352s|  1890k|496627 |  6296k|   3.3 | 433M|  63 |   - |  70 |4630 |  70 |  21 |  18 | 878k|6088 | 0.000000e+00 |      --      |    Inf 
353.69/353.78	c   354s|  1900k|498987 |  6330k|   3.3 | 435M|  63 |   - |  70 |4054 |  70 |  21 |  18 | 883k|6101 | 0.000000e+00 |      --      |    Inf 
355.49/355.58	c   356s|  1910k|501629 |  6364k|   3.3 | 438M|  63 |   - |  70 |4835 |   0 |   0 |  18 | 887k|6116 | 0.000000e+00 |      --      |    Inf 
357.40/357.49	c   357s|  1920k|504061 |  6397k|   3.3 | 440M|  63 |   - |  70 |4955 |  70 |  21 |  18 | 892k|6128 | 0.000000e+00 |      --      |    Inf 
359.39/359.48	c   359s|  1930k|506433 |  6430k|   3.3 | 442M|  63 |   8 |  70 |4265 |  70 |  21 |  18 | 897k|6140 | 0.000000e+00 |      --      |    Inf 
361.40/361.49	c   361s|  1940k|508673 |  6462k|   3.3 | 444M|  63 |   8 |  70 |3733 |  70 |  21 |  18 | 902k|6153 | 0.000000e+00 |      --      |    Inf 
363.29/363.33	c   363s|  1950k|511096 |  6495k|   3.3 | 447M|  63 |   - |  70 |4628 |  70 |  21 |  18 | 906k|6166 | 0.000000e+00 |      --      |    Inf 
365.29/365.40	c   365s|  1960k|513369 |  6527k|   3.3 | 449M|  63 |   8 |  70 |4202 |  70 |  21 |  18 | 911k|6177 | 0.000000e+00 |      --      |    Inf 
367.30/367.38	c   367s|  1970k|515801 |  6560k|   3.3 | 451M|  63 |   8 |  70 |4029 |  70 |  21 |  18 | 916k|6187 | 0.000000e+00 |      --      |    Inf 
369.19/369.20	c   369s|  1980k|518335 |  6594k|   3.3 | 453M|  63 |   8 |  70 |4264 |  70 |  21 |  18 | 920k|6196 | 0.000000e+00 |      --      |    Inf 
371.19/371.21	c   371s|  1990k|520726 |  6627k|   3.3 | 456M|  63 |   - |  70 |4110 |  70 |  21 |  18 | 925k|6207 | 0.000000e+00 |      --      |    Inf 
373.20/373.25	c   373s|  2000k|523195 |  6659k|   3.3 | 458M|  63 |   - |  70 |3809 |  70 |  21 |  18 | 930k|6216 | 0.000000e+00 |      --      |    Inf 
375.00/375.06	c   375s|  2010k|525875 |  6692k|   3.3 | 460M|  63 |   - |  70 |4663 |  70 |  21 |  18 | 934k|6220 | 0.000000e+00 |      --      |    Inf 
376.90/376.97	c   377s|  2020k|528485 |  6725k|   3.3 | 463M|  63 |   8 |  70 |4769 |  70 |  21 |  18 | 939k|6231 | 0.000000e+00 |      --      |    Inf 
379.00/379.03	c   379s|  2030k|531017 |  6759k|   3.3 | 465M|  63 |   8 |  70 |4666 |  70 |  21 |  18 | 944k|6245 | 0.000000e+00 |      --      |    Inf 
380.99/381.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.99/381.02	c   381s|  2040k|533351 |  6791k|   3.3 | 467M|  63 |   - |  70 |4479 |  70 |  21 |  18 | 948k|6256 | 0.000000e+00 |      --      |    Inf 
382.90/382.92	c   383s|  2050k|535804 |  6823k|   3.3 | 469M|  63 |   8 |  70 |4213 |  70 |  21 |  18 | 953k|6264 | 0.000000e+00 |      --      |    Inf 
384.79/384.82	c   385s|  2060k|538687 |  6856k|   3.3 | 472M|  63 |   - |  70 |4923 |  70 |  21 |  18 | 958k|6274 | 0.000000e+00 |      --      |    Inf 
386.69/386.76	c   387s|  2070k|541359 |  6888k|   3.3 | 474M|  63 |   8 |  70 |4625 |  70 |  21 |  18 | 962k|6279 | 0.000000e+00 |      --      |    Inf 
388.39/388.43	c   388s|  2080k|544717 |  6921k|   3.3 | 477M|  63 |   8 |  70 |5852 |  70 |  21 |  18 | 966k|6283 | 0.000000e+00 |      --      |    Inf 
390.29/390.35	c   390s|  2090k|547450 |  6952k|   3.3 | 479M|  63 |   8 |  70 |5846 |  70 |  21 |  18 | 971k|6284 | 0.000000e+00 |      --      |    Inf 
392.19/392.29	c   392s|  2100k|550105 |  6982k|   3.3 | 482M|  63 |   - |  70 |6307 |  70 |  21 |  18 | 975k|6287 | 0.000000e+00 |      --      |    Inf 
394.10/394.19	c   394s|  2110k|552795 |  7014k|   3.3 | 484M|  63 |   - |  70 |6427 |  70 |  21 |  18 | 980k|6290 | 0.000000e+00 |      --      |    Inf 
396.01/396.05	c   396s|  2120k|555505 |  7047k|   3.3 | 486M|  63 |   - |  70 |7096 |  70 |  21 |  18 | 984k|6294 | 0.000000e+00 |      --      |    Inf 
398.10/398.18	c   398s|  2130k|558107 |  7080k|   3.3 | 488M|  63 |   8 |  70 |4743 |  70 |  21 |  18 | 989k|6302 | 0.000000e+00 |      --      |    Inf 
399.89/399.95	c   400s|  2140k|561484 |  7113k|   3.3 | 491M|  63 |   8 |  70 |4573 |  70 |  21 |  18 | 993k|6308 | 0.000000e+00 |      --      |    Inf 
401.70/401.70	c   402s|  2150k|564693 |  7146k|   3.3 | 493M|  63 |   8 |  70 |5513 |  70 |  21 |  18 | 998k|6312 | 0.000000e+00 |      --      |    Inf 
403.50/403.58	c   404s|  2160k|567777 |  7179k|   3.3 | 496M|  63 |   8 |  70 |6182 |  70 |  21 |  18 |1002k|6314 | 0.000000e+00 |      --      |    Inf 
405.40/405.47	c   405s|  2170k|571017 |  7211k|   3.3 | 498M|  63 |   - |  70 |6055 |  70 |  21 |  18 |1006k|6317 | 0.000000e+00 |      --      |    Inf 
407.40/407.46	c   407s|  2180k|573982 |  7243k|   3.3 | 500M|  63 |   8 |  70 |5855 |  70 |  21 |  18 |1011k|6319 | 0.000000e+00 |      --      |    Inf 
409.30/409.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
409.30/409.37	c   409s|  2190k|576633 |  7276k|   3.3 | 503M|  63 |   8 |  70 |6464 |  70 |  21 |  18 |1015k|6330 | 0.000000e+00 |      --      |    Inf 
411.31/411.31	c   411s|  2200k|579281 |  7310k|   3.3 | 505M|  63 |   8 |  70 |6891 |  70 |  21 |  18 |1020k|6335 | 0.000000e+00 |      --      |    Inf 
413.40/413.44	c   413s|  2210k|581673 |  7342k|   3.3 | 507M|  63 |   8 |  70 |4729 |  70 |  21 |  18 |1025k|6340 | 0.000000e+00 |      --      |    Inf 
415.30/415.36	c   415s|  2220k|584041 |  7376k|   3.3 | 509M|  63 |   8 |  70 |4463 |  70 |  21 |  18 |1029k|6351 | 0.000000e+00 |      --      |    Inf 
417.29/417.33	c   417s|  2230k|586646 |  7410k|   3.3 | 511M|  63 |   - |  70 |4782 |  70 |  21 |  18 |1034k|6356 | 0.000000e+00 |      --      |    Inf 
419.30/419.36	c   419s|  2240k|589184 |  7443k|   3.3 | 514M|  63 |   8 |  70 |4631 |  70 |  21 |  18 |1039k|6360 | 0.000000e+00 |      --      |    Inf 
421.09/421.14	c   421s|  2250k|592064 |  7477k|   3.3 | 516M|  63 |   8 |  70 |5367 |  70 |  21 |  18 |1043k|6363 | 0.000000e+00 |      --      |    Inf 
422.99/423.09	c   423s|  2260k|594636 |  7511k|   3.3 | 518M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |1048k|6367 | 0.000000e+00 |      --      |    Inf 
425.10/425.17	c   425s|  2270k|597206 |  7543k|   3.3 | 521M|  63 |   - |  70 |4832 |  70 |  21 |  18 |1052k|6371 | 0.000000e+00 |      --      |    Inf 
427.20/427.20	c   427s|  2280k|599651 |  7576k|   3.3 | 523M|  63 |   8 |  70 |4436 |  70 |  21 |  18 |1057k|6376 | 0.000000e+00 |      --      |    Inf 
429.09/429.12	c   429s|  2290k|602110 |  7609k|   3.3 | 525M|  63 |   8 |  70 |4376 |  70 |  21 |  18 |1062k|6379 | 0.000000e+00 |      --      |    Inf 
431.00/431.02	c   431s|  2300k|604890 |  7646k|   3.3 | 528M|  63 |   8 |  70 |5555 |  70 |  21 |  18 |1066k|6390 | 0.000000e+00 |      --      |    Inf 
432.99/433.05	c   433s|  2310k|607529 |  7680k|   3.3 | 530M|  63 |   - |  70 |4481 |  70 |  21 |  18 |1071k|6396 | 0.000000e+00 |      --      |    Inf 
434.89/434.97	c   435s|  2320k|609968 |  7712k|   3.3 | 532M|  63 |   - |  70 |3757 |  70 |  21 |  18 |1075k|6398 | 0.000000e+00 |      --      |    Inf 
436.89/436.98	c   437s|  2330k|612538 |  7745k|   3.3 | 534M|  63 |   8 |  70 |3672 |  70 |  21 |  18 |1080k|6406 | 0.000000e+00 |      --      |    Inf 
438.80/438.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
438.80/438.86	c   439s|  2340k|615105 |  7777k|   3.3 | 536M|  63 |   - |  70 |4040 |  70 |  21 |  18 |1085k|6407 | 0.000000e+00 |      --      |    Inf 
440.60/440.66	c   441s|  2350k|617826 |  7810k|   3.3 | 539M|  63 |   8 |  70 |4742 |  70 |  21 |  18 |1089k|6407 | 0.000000e+00 |      --      |    Inf 
442.50/442.52	c   443s|  2360k|620802 |  7843k|   3.3 | 542M|  63 |   8 |  70 |6429 |  70 |  21 |  18 |1094k|6409 | 0.000000e+00 |      --      |    Inf 
444.59/444.60	c   445s|  2370k|623294 |  7875k|   3.3 | 544M|  63 |   8 |  70 |6180 |  70 |  21 |  18 |1099k|6409 | 0.000000e+00 |      --      |    Inf 
446.70/446.71	c   447s|  2380k|625611 |  7908k|   3.3 | 546M|  63 |   8 |  70 |4717 |  70 |  21 |  18 |1103k|6409 | 0.000000e+00 |      --      |    Inf 
448.50/448.57	c   449s|  2390k|628139 |  7941k|   3.3 | 548M|  63 |   - |  70 |4351 |   0 |   0 |  18 |1108k|6409 | 0.000000e+00 |      --      |    Inf 
450.59/450.65	c   451s|  2400k|630475 |  7974k|   3.3 | 550M|  63 |   - |  70 |4177 |  70 |  21 |  18 |1113k|6409 | 0.000000e+00 |      --      |    Inf 
452.69/452.76	c   453s|  2410k|632728 |  8008k|   3.3 | 553M|  63 |   8 |  70 |3896 |  70 |  21 |  18 |1118k|6409 | 0.000000e+00 |      --      |    Inf 
454.59/454.63	c   455s|  2420k|635212 |  8040k|   3.3 | 555M|  63 |   8 |  70 |4049 |  70 |  21 |  18 |1122k|6409 | 0.000000e+00 |      --      |    Inf 
456.52/456.58	c   457s|  2430k|637706 |  8073k|   3.3 | 557M|  63 |   8 |  70 |4642 |  70 |  21 |  18 |1127k|6409 | 0.000000e+00 |      --      |    Inf 
458.60/458.69	c   459s|  2440k|640198 |  8106k|   3.3 | 559M|  63 |   8 |  70 |4146 |  70 |  21 |  18 |1132k|6409 | 0.000000e+00 |      --      |    Inf 
460.50/460.58	c   461s|  2450k|642690 |  8138k|   3.3 | 562M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1136k|6409 | 0.000000e+00 |      --      |    Inf 
462.40/462.50	c   462s|  2460k|645212 |  8171k|   3.3 | 564M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |1141k|6409 | 0.000000e+00 |      --      |    Inf 
464.50/464.57	c   465s|  2470k|647601 |  8204k|   3.3 | 566M|  63 |   8 |  70 |4027 |  70 |  21 |  18 |1146k|6409 | 0.000000e+00 |      --      |    Inf 
466.41/466.49	c   466s|  2480k|650197 |  8237k|   3.3 | 568M|  63 |   8 |  70 |4333 |  70 |  21 |  18 |1150k|6409 | 0.000000e+00 |      --      |    Inf 
468.40/468.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
468.40/468.45	c   468s|  2490k|652603 |  8271k|   3.3 | 571M|  63 |   8 |  70 |4139 |  70 |  21 |  18 |1155k|6409 | 0.000000e+00 |      --      |    Inf 
470.39/470.47	c   470s|  2500k|654915 |  8304k|   3.3 | 573M|  63 |   - |  70 |4273 |  70 |  21 |  18 |1160k|6409 | 0.000000e+00 |      --      |    Inf 
472.40/472.40	c   472s|  2510k|657737 |  8337k|   3.3 | 576M|  63 |   8 |  70 |5122 |  70 |  21 |  18 |1165k|6409 | 0.000000e+00 |      --      |    Inf 
474.30/474.35	c   474s|  2520k|660096 |  8370k|   3.3 | 578M|  63 |   - |  70 |4517 |  70 |  21 |  18 |1169k|6409 | 0.000000e+00 |      --      |    Inf 
476.31/476.36	c   476s|  2530k|662505 |  8403k|   3.3 | 580M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |1174k|6409 | 0.000000e+00 |      --      |    Inf 
478.40/478.46	c   478s|  2540k|664907 |  8437k|   3.3 | 582M|  63 |   8 |  70 |3681 |  70 |  21 |  18 |1179k|6409 | 0.000000e+00 |      --      |    Inf 
480.29/480.38	c   480s|  2550k|667402 |  8470k|   3.3 | 584M|  63 |   - |  70 |4042 |  70 |  21 |  18 |1183k|6409 | 0.000000e+00 |      --      |    Inf 
482.30/482.33	c   482s|  2560k|670154 |  8503k|   3.3 | 587M|  63 |   8 |  70 |4252 |  70 |  21 |  18 |1188k|6409 | 0.000000e+00 |      --      |    Inf 
484.30/484.37	c   484s|  2570k|672567 |  8536k|   3.3 | 589M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |1193k|6409 | 0.000000e+00 |      --      |    Inf 
486.40/486.40	c   486s|  2580k|674863 |  8569k|   3.3 | 591M|  63 |   8 |  70 |3786 |  70 |  21 |  18 |1198k|6409 | 0.000000e+00 |      --      |    Inf 
488.20/488.21	c   488s|  2590k|677513 |  8601k|   3.3 | 594M|  63 |   - |  70 |4298 |  70 |  21 |  18 |1202k|6409 | 0.000000e+00 |      --      |    Inf 
490.30/490.34	c   490s|  2600k|679554 |  8634k|   3.3 | 596M|  63 |   8 |  70 |3728 |  70 |  21 |  18 |1207k|6409 | 0.000000e+00 |      --      |    Inf 
492.20/492.27	c   492s|  2610k|682179 |  8667k|   3.3 | 598M|  63 |   8 |  70 |3941 |  70 |  21 |  18 |1212k|6409 | 0.000000e+00 |      --      |    Inf 
494.10/494.13	c   494s|  2620k|684653 |  8698k|   3.3 | 600M|  63 |   8 |  70 |3823 |  70 |  21 |  18 |1217k|6409 | 0.000000e+00 |      --      |    Inf 
496.12/496.13	c   496s|  2630k|687205 |  8731k|   3.3 | 603M|  63 |   - |  70 |4330 |  70 |  21 |  18 |1221k|6409 | 0.000000e+00 |      --      |    Inf 
498.09/498.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
498.09/498.15	c   498s|  2640k|689658 |  8764k|   3.3 | 605M|  63 |   8 |  70 |3775 |  70 |  21 |  18 |1226k|6411 | 0.000000e+00 |      --      |    Inf 
500.00/500.06	c   500s|  2650k|691936 |  8797k|   3.3 | 607M|  63 |   8 |  70 |3869 |  70 |  21 |  18 |1231k|6416 | 0.000000e+00 |      --      |    Inf 
502.00/502.03	c   502s|  2660k|694398 |  8831k|   3.3 | 609M|  63 |   8 |  70 |4090 |  70 |  21 |  18 |1235k|6422 | 0.000000e+00 |      --      |    Inf 
503.90/503.96	c   504s|  2670k|696644 |  8863k|   3.3 | 612M|  63 |   8 |  70 |4382 |  70 |  21 |  18 |1240k|6426 | 0.000000e+00 |      --      |    Inf 
505.80/505.83	c   506s|  2680k|699265 |  8897k|   3.3 | 614M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1245k|6429 | 0.000000e+00 |      --      |    Inf 
507.59/507.69	c   508s|  2690k|701964 |  8930k|   3.3 | 616M|  63 |   8 |  70 |4339 |  70 |  21 |  18 |1249k|6429 | 0.000000e+00 |      --      |    Inf 
509.60/509.62	c   510s|  2700k|704448 |  8961k|   3.3 | 618M|  63 |   - |  70 |4303 |  70 |  21 |  18 |1254k|6429 | 0.000000e+00 |      --      |    Inf 
511.41/511.44	c   511s|  2710k|707282 |  8995k|   3.3 | 621M|  63 |   - |  70 |4575 |  70 |  21 |  18 |1258k|6429 | 0.000000e+00 |      --      |    Inf 
513.09/513.20	c   513s|  2720k|710441 |  9028k|   3.3 | 623M|  63 |   - |  70 |5310 |  70 |  21 |  18 |1263k|6429 | 0.000000e+00 |      --      |    Inf 
515.00/515.02	c   515s|  2730k|714066 |  9061k|   3.3 | 626M|  63 |   8 |  70 |6712 |  70 |  21 |  18 |1266k|6429 | 0.000000e+00 |      --      |    Inf 
516.90/516.91	c   517s|  2740k|717404 |  9093k|   3.3 | 629M|  63 |   - |  70 |7597 |  70 |  21 |  18 |1271k|6429 | 0.000000e+00 |      --      |    Inf 
518.90/518.94	c   519s|  2750k|720685 |  9126k|   3.3 | 631M|  63 |   8 |  70 |7341 |  70 |  21 |  18 |1275k|6429 | 0.000000e+00 |      --      |    Inf 
520.90/520.91	c   521s|  2760k|723840 |  9159k|   3.3 | 633M|  63 |   8 |  70 |7508 |  70 |  21 |  18 |1279k|6431 | 0.000000e+00 |      --      |    Inf 
523.00/523.09	c   523s|  2770k|726606 |  9193k|   3.3 | 635M|  63 |   8 |  70 |5508 |  70 |  21 |  18 |1283k|6436 | 0.000000e+00 |      --      |    Inf 
525.19/525.24	c   525s|  2780k|728884 |  9226k|   3.3 | 638M|  63 |   8 |  70 |4877 |  70 |  21 |  18 |1288k|6440 | 0.000000e+00 |      --      |    Inf 
527.20/527.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.20/527.23	c   527s|  2790k|731386 |  9260k|   3.3 | 640M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |1293k|6448 | 0.000000e+00 |      --      |    Inf 
529.20/529.28	c   529s|  2800k|733754 |  9294k|   3.3 | 642M|  63 |   8 |  70 |4105 |  70 |  21 |  18 |1298k|6458 | 0.000000e+00 |      --      |    Inf 
531.21/531.30	c   531s|  2810k|736344 |  9326k|   3.3 | 644M|  63 |   - |  70 |4519 |  70 |  21 |  18 |1302k|6464 | 0.000000e+00 |      --      |    Inf 
533.10/533.18	c   533s|  2820k|738955 |  9359k|   3.3 | 647M|  63 |   8 |  70 |4435 |  70 |  21 |  18 |1307k|6469 | 0.000000e+00 |      --      |    Inf 
535.19/535.26	c   535s|  2830k|741438 |  9392k|   3.3 | 649M|  63 |   8 |  70 |4142 |  70 |  21 |  18 |1311k|6475 | 0.000000e+00 |      --      |    Inf 
537.30/537.38	c   537s|  2840k|743587 |  9426k|   3.3 | 651M|  63 |   - |  70 |3657 |  70 |  21 |  18 |1316k|6482 | 0.000000e+00 |      --      |    Inf 
539.20/539.24	c   539s|  2850k|746228 |  9459k|   3.3 | 653M|  63 |   - |  70 |4313 |   0 |   0 |  18 |1321k|6491 | 0.000000e+00 |      --      |    Inf 
541.30/541.31	c   541s|  2860k|748465 |  9493k|   3.3 | 656M|  63 |   - |  70 |3868 |  70 |  21 |  18 |1326k|6494 | 0.000000e+00 |      --      |    Inf 
543.31/543.37	c   543s|  2870k|750853 |  9526k|   3.3 | 658M|  63 |   8 |  70 |3908 |  70 |  21 |  18 |1331k|6497 | 0.000000e+00 |      --      |    Inf 
545.20/545.26	c   545s|  2880k|753509 |  9559k|   3.3 | 660M|  63 |   8 |  70 |4872 |  70 |  21 |  18 |1335k|6499 | 0.000000e+00 |      --      |    Inf 
547.20/547.27	c   547s|  2890k|755930 |  9591k|   3.3 | 662M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1340k|6503 | 0.000000e+00 |      --      |    Inf 
549.30/549.39	c   549s|  2900k|758260 |  9625k|   3.3 | 665M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1345k|6507 | 0.000000e+00 |      --      |    Inf 
551.30/551.36	c   551s|  2910k|760899 |  9658k|   3.3 | 667M|  63 |   - |  70 |4742 |  70 |  21 |  18 |1349k|6510 | 0.000000e+00 |      --      |    Inf 
553.21/553.27	c   553s|  2920k|763531 |  9691k|   3.3 | 669M|  63 |   - |  70 |4458 |  70 |  21 |  18 |1354k|6511 | 0.000000e+00 |      --      |    Inf 
555.30/555.36	c   555s|  2930k|765847 |  9724k|   3.3 | 671M|  63 |   - |  70 |3655 |  70 |  21 |  18 |1359k|6511 | 0.000000e+00 |      --      |    Inf 
557.30/557.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
557.30/557.31	c   557s|  2940k|768807 |  9757k|   3.3 | 674M|  63 |   8 |  70 |4394 |  70 |  21 |  18 |1363k|6515 | 0.000000e+00 |      --      |    Inf 
559.20/559.26	c   559s|  2950k|771156 |  9790k|   3.3 | 676M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1368k|6519 | 0.000000e+00 |      --      |    Inf 
561.30/561.36	c   561s|  2960k|773501 |  9822k|   3.3 | 678M|  63 |   - |  70 |4045 |  70 |  21 |  18 |1372k|6525 | 0.000000e+00 |      --      |    Inf 
563.22/563.23	c   563s|  2970k|776168 |  9855k|   3.3 | 681M|  63 |   - |  70 |5401 |  70 |  21 |  18 |1377k|6529 | 0.000000e+00 |      --      |    Inf 
565.10/565.11	c   565s|  2980k|778968 |  9888k|   3.3 | 684M|  63 |   8 |  70 |6630 |  70 |  21 |  18 |1382k|6529 | 0.000000e+00 |      --      |    Inf 
567.00/567.02	c   567s|  2990k|781896 |  9921k|   3.3 | 686M|  63 |   8 |  70 |7321 |  70 |  21 |  18 |1386k|6529 | 0.000000e+00 |      --      |    Inf 
569.00/569.01	c   569s|  3000k|784823 |  9953k|   3.3 | 689M|  63 |   - |  70 |8141 |  70 |  21 |  18 |1390k|6529 | 0.000000e+00 |      --      |    Inf 
571.30/571.32	c   571s|  3010k|787128 |  9987k|   3.3 | 690M|  63 |   - |  70 |4800 |  70 |  21 |  18 |1395k|6529 | 0.000000e+00 |      --      |    Inf 
573.30/573.34	c   573s|  3020k|789632 | 10019k|   3.3 | 692M|  63 |   8 |  70 |4195 |  70 |  21 |  18 |1400k|6529 | 0.000000e+00 |      --      |    Inf 
575.40/575.42	c   575s|  3030k|791988 | 10053k|   3.3 | 695M|  63 |   8 |  70 |3939 |  70 |  21 |  18 |1404k|6529 | 0.000000e+00 |      --      |    Inf 
577.30/577.38	c   577s|  3040k|794692 | 10085k|   3.3 | 697M|  63 |   8 |  70 |4999 |  70 |  21 |  18 |1409k|6529 | 0.000000e+00 |      --      |    Inf 
579.30/579.34	c   579s|  3050k|797338 | 10118k|   3.3 | 699M|  63 |   8 |  70 |4548 |  70 |  21 |  18 |1414k|6529 | 0.000000e+00 |      --      |    Inf 
581.30/581.39	c   581s|  3060k|799775 | 10151k|   3.3 | 702M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |1418k|6529 | 0.000000e+00 |      --      |    Inf 
583.40/583.40	c   583s|  3070k|801998 | 10184k|   3.3 | 704M|  63 |   8 |  70 |3831 |  70 |  21 |  18 |1423k|6529 | 0.000000e+00 |      --      |    Inf 
585.10/585.18	c   585s|  3080k|804592 | 10218k|   3.3 | 706M|  63 |   - |  70 |5280 |  70 |  21 |  18 |1428k|6529 | 0.000000e+00 |      --      |    Inf 
587.20/587.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
587.20/587.21	c   587s|  3090k|807039 | 10250k|   3.3 | 708M|  63 |   - |  70 |3984 |  70 |  21 |  18 |1432k|6529 | 0.000000e+00 |      --      |    Inf 
589.10/589.16	c   589s|  3100k|809463 | 10284k|   3.3 | 711M|  63 |   - |  70 |4259 |  70 |  21 |  18 |1437k|6529 | 0.000000e+00 |      --      |    Inf 
591.00/591.05	c   591s|  3110k|812359 | 10315k|   3.3 | 713M|  63 |   - |  70 |5166 |  70 |  21 |  18 |1441k|6529 | 0.000000e+00 |      --      |    Inf 
593.00/593.02	c   593s|  3120k|814775 | 10349k|   3.3 | 715M|  63 |   8 |  70 |4282 |  70 |  21 |  18 |1446k|6529 | 0.000000e+00 |      --      |    Inf 
595.01/595.04	c   595s|  3130k|817394 | 10382k|   3.3 | 718M|  63 |   8 |  70 |4593 |  70 |  21 |  18 |1451k|6529 | 0.000000e+00 |      --      |    Inf 
597.00/597.05	c   597s|  3140k|820022 | 10415k|   3.3 | 720M|  63 |   - |  70 |4243 |  70 |  21 |  18 |1455k|6529 | 0.000000e+00 |      --      |    Inf 
598.80/598.85	c   599s|  3150k|822868 | 10447k|   3.3 | 722M|  63 |   8 |  70 |4752 |  70 |  21 |  18 |1460k|6529 | 0.000000e+00 |      --      |    Inf 
600.90/600.98	c   601s|  3160k|825325 | 10481k|   3.3 | 725M|  63 |   - |  70 |3914 |  70 |  21 |  18 |1464k|6529 | 0.000000e+00 |      --      |    Inf 
603.00/603.02	c   603s|  3170k|827897 | 10514k|   3.3 | 727M|  63 |   8 |  70 |4274 |  70 |  21 |  18 |1469k|6529 | 0.000000e+00 |      --      |    Inf 
604.91/604.97	c   605s|  3180k|830525 | 10547k|   3.3 | 729M|  63 |   8 |  70 |4381 |  70 |  21 |  18 |1473k|6529 | 0.000000e+00 |      --      |    Inf 
606.90/606.97	c   607s|  3190k|833109 | 10580k|   3.3 | 731M|  63 |   8 |  70 |4584 |  70 |  21 |  18 |1478k|6529 | 0.000000e+00 |      --      |    Inf 
609.00/609.05	c   609s|  3200k|835482 | 10613k|   3.3 | 734M|  63 |   8 |  70 |4680 |  70 |  21 |  18 |1483k|6529 | 0.000000e+00 |      --      |    Inf 
611.00/611.07	c   611s|  3210k|837902 | 10645k|   3.3 | 736M|  63 |   8 |  70 |4327 |  70 |  21 |  18 |1488k|6529 | 0.000000e+00 |      --      |    Inf 
613.00/613.03	c   613s|  3220k|840328 | 10679k|   3.3 | 738M|  63 |   8 |  70 |3955 |  70 |  21 |  18 |1492k|6529 | 0.000000e+00 |      --      |    Inf 
615.00/615.09	c   615s|  3230k|842830 | 10711k|   3.3 | 740M|  63 |   8 |  70 |3856 |  70 |  21 |  18 |1497k|6529 | 0.000000e+00 |      --      |    Inf 
616.90/616.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.90/616.94	c   617s|  3240k|845509 | 10745k|   3.3 | 743M|  63 |   - |  70 |4567 |  70 |  21 |  18 |1502k|6529 | 0.000000e+00 |      --      |    Inf 
618.80/618.86	c   619s|  3250k|847969 | 10777k|   3.3 | 745M|  63 |   8 |  70 |4188 |  70 |  21 |  18 |1506k|6529 | 0.000000e+00 |      --      |    Inf 
620.90/620.94	c   621s|  3260k|850453 | 10810k|   3.3 | 747M|  63 |   8 |  70 |4177 |  70 |  21 |  18 |1511k|6529 | 0.000000e+00 |      --      |    Inf 
622.90/622.94	c   623s|  3270k|853014 | 10843k|   3.3 | 750M|  63 |   8 |  70 |4244 |  70 |  21 |  18 |1516k|6529 | 0.000000e+00 |      --      |    Inf 
624.90/624.90	c   625s|  3280k|855276 | 10876k|   3.3 | 752M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1520k|6529 | 0.000000e+00 |      --      |    Inf 
626.91/626.97	c   627s|  3290k|857656 | 10908k|   3.3 | 754M|  63 |   - |  70 |3771 |  70 |  21 |  18 |1525k|6529 | 0.000000e+00 |      --      |    Inf 
628.90/628.95	c   629s|  3300k|860076 | 10941k|   3.3 | 756M|  63 |   - |  70 |4468 |  70 |  21 |  18 |1530k|6529 | 0.000000e+00 |      --      |    Inf 
630.90/630.98	c   631s|  3310k|862267 | 10974k|   3.3 | 758M|  63 |   - |  70 |3669 |  70 |  21 |  18 |1535k|6529 | 0.000000e+00 |      --      |    Inf 
633.00/633.02	c   633s|  3320k|864745 | 11007k|   3.3 | 761M|  63 |   8 |  70 |4034 |  70 |  21 |  18 |1539k|6529 | 0.000000e+00 |      --      |    Inf 
635.00/635.00	c   635s|  3330k|867244 | 11042k|   3.3 | 763M|  63 |   - |  70 |4820 |  70 |  21 |  18 |1544k|6529 | 0.000000e+00 |      --      |    Inf 
636.92/636.98	c   637s|  3340k|869676 | 11074k|   3.3 | 765M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1549k|6529 | 0.000000e+00 |      --      |    Inf 
638.90/638.96	c   639s|  3350k|872101 | 11107k|   3.3 | 768M|  63 |   8 |  70 |4296 |  70 |  21 |  18 |1553k|6529 | 0.000000e+00 |      --      |    Inf 
640.90/640.90	c   641s|  3360k|875019 | 11139k|   3.3 | 770M|  63 |   - |  70 |4630 |  70 |  21 |  18 |1558k|6529 | 0.000000e+00 |      --      |    Inf 
642.70/642.77	c   643s|  3370k|877829 | 11172k|   3.3 | 772M|  63 |   8 |  70 |5279 |  70 |  21 |  18 |1562k|6529 | 0.000000e+00 |      --      |    Inf 
644.71/644.77	c   645s|  3380k|880385 | 11205k|   3.3 | 774M|  63 |   8 |  70 |4117 |  70 |  21 |  18 |1567k|6529 | 0.000000e+00 |      --      |    Inf 
646.90/646.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.90/646.90	c   647s|  3390k|882702 | 11237k|   3.3 | 777M|  63 |   - |  70 |3792 |  70 |  21 |  18 |1572k|6529 | 0.000000e+00 |      --      |    Inf 
648.91/648.99	c   649s|  3400k|885047 | 11271k|   3.3 | 779M|  63 |   8 |  70 |4273 |  70 |  21 |  18 |1576k|6529 | 0.000000e+00 |      --      |    Inf 
651.00/651.00	c   651s|  3410k|887266 | 11304k|   3.3 | 781M|  63 |   8 |  70 |3846 |  70 |  21 |  18 |1581k|6529 | 0.000000e+00 |      --      |    Inf 
652.90/652.96	c   653s|  3420k|889777 | 11336k|   3.3 | 784M|  63 |   8 |  70 |4431 |  70 |  21 |  18 |1586k|6529 | 0.000000e+00 |      --      |    Inf 
655.00/655.02	c   655s|  3430k|892068 | 11369k|   3.3 | 786M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |1591k|6529 | 0.000000e+00 |      --      |    Inf 
657.01/657.03	c   657s|  3440k|894443 | 11402k|   3.3 | 788M|  63 |   8 |  70 |4289 |  70 |  21 |  18 |1595k|6529 | 0.000000e+00 |      --      |    Inf 
659.00/659.06	c   659s|  3450k|896808 | 11435k|   3.3 | 790M|  63 |   8 |  70 |4098 |  70 |  21 |  18 |1600k|6529 | 0.000000e+00 |      --      |    Inf 
661.20/661.20	c   661s|  3460k|898993 | 11468k|   3.3 | 792M|  63 |   - |  70 |3975 |  70 |  21 |  18 |1605k|6529 | 0.000000e+00 |      --      |    Inf 
663.11/663.19	c   663s|  3470k|901339 | 11501k|   3.3 | 795M|  63 |   - |  70 |4308 |  70 |  21 |  18 |1610k|6529 | 0.000000e+00 |      --      |    Inf 
665.00/665.09	c   665s|  3480k|903913 | 11535k|   3.3 | 797M|  63 |   8 |  70 |4479 |  70 |  21 |  18 |1614k|6529 | 0.000000e+00 |      --      |    Inf 
667.10/667.19	c   667s|  3490k|906196 | 11569k|   3.3 | 799M|  63 |   - |  70 |4112 |  70 |  21 |  18 |1619k|6529 | 0.000000e+00 |      --      |    Inf 
669.20/669.21	c   669s|  3500k|908800 | 11602k|   3.3 | 802M|  63 |   - |  70 |4137 |  70 |  21 |  18 |1623k|6529 | 0.000000e+00 |      --      |    Inf 
671.10/671.16	c   671s|  3510k|911131 | 11635k|   3.3 | 804M|  63 |   8 |  70 |4134 |  70 |  21 |  18 |1628k|6529 | 0.000000e+00 |      --      |    Inf 
673.22/673.25	c   673s|  3520k|913445 | 11668k|   3.3 | 806M|  63 |   - |  70 |4337 |  70 |  21 |  18 |1633k|6529 | 0.000000e+00 |      --      |    Inf 
675.31/675.31	c   675s|  3530k|915834 | 11702k|   3.3 | 808M|  63 |   - |  70 |4076 |  70 |  21 |  18 |1638k|6529 | 0.000000e+00 |      --      |    Inf 
677.11/677.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
677.11/677.19	c   677s|  3540k|918361 | 11734k|   3.3 | 811M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1642k|6529 | 0.000000e+00 |      --      |    Inf 
679.10/679.16	c   679s|  3550k|921196 | 11767k|   3.3 | 813M|  63 |   - |  70 |4444 |  70 |  21 |  18 |1647k|6529 | 0.000000e+00 |      --      |    Inf 
681.20/681.28	c   681s|  3560k|923682 | 11800k|   3.3 | 815M|  63 |   8 |  70 |3751 |  70 |  21 |  18 |1651k|6529 | 0.000000e+00 |      --      |    Inf 
683.21/683.22	c   683s|  3570k|926097 | 11832k|   3.3 | 817M|  63 |   - |  70 |4316 |   0 |   0 |  18 |1656k|6529 | 0.000000e+00 |      --      |    Inf 
685.20/685.27	c   685s|  3580k|928500 | 11865k|   3.3 | 820M|  63 |   8 |  70 |4277 |  70 |  21 |  18 |1661k|6529 | 0.000000e+00 |      --      |    Inf 
687.10/687.18	c   687s|  3590k|931356 | 11900k|   3.3 | 822M|  63 |   8 |  70 |5757 |  70 |  21 |  18 |1665k|6529 | 0.000000e+00 |      --      |    Inf 
689.20/689.27	c   689s|  3600k|933840 | 11933k|   3.3 | 824M|  63 |   - |  70 |4664 |  70 |  21 |  18 |1670k|6529 | 0.000000e+00 |      --      |    Inf 
691.30/691.34	c   691s|  3610k|936083 | 11966k|   3.3 | 827M|  63 |   8 |  70 |4307 |  70 |  21 |  18 |1675k|6529 | 0.000000e+00 |      --      |    Inf 
693.40/693.41	c   693s|  3620k|938620 | 12000k|   3.3 | 829M|  63 |   - |  70 |4415 |  70 |  21 |  18 |1679k|6529 | 0.000000e+00 |      --      |    Inf 
695.30/695.35	c   695s|  3630k|941102 | 12031k|   3.3 | 831M|  63 |   8 |  70 |4152 |  70 |  21 |  18 |1684k|6529 | 0.000000e+00 |      --      |    Inf 
697.31/697.34	c   697s|  3640k|943254 | 12065k|   3.3 | 833M|  63 |   - |  70 |4022 |  70 |  21 |  18 |1689k|6529 | 0.000000e+00 |      --      |    Inf 
699.20/699.28	c   699s|  3650k|946028 | 12098k|   3.3 | 836M|  63 |   - |  70 |5185 |   0 |   0 |  18 |1693k|6529 | 0.000000e+00 |      --      |    Inf 
701.00/701.09	c   701s|  3660k|949385 | 12129k|   3.3 | 838M|  63 |   8 |  70 |6382 |  70 |  21 |  18 |1697k|6529 | 0.000000e+00 |      --      |    Inf 
703.10/703.14	c   703s|  3670k|951834 | 12163k|   3.3 | 840M|  63 |   - |  70 |4688 |  70 |  21 |  18 |1702k|6529 | 0.000000e+00 |      --      |    Inf 
705.12/705.12	c   705s|  3680k|954447 | 12195k|   3.3 | 843M|  63 |   - |  70 |5473 |  70 |  21 |  18 |1706k|6529 | 0.000000e+00 |      --      |    Inf 
707.10/707.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
707.10/707.15	c   707s|  3690k|957035 | 12227k|   3.3 | 845M|  63 |   - |  70 |4898 |  70 |  21 |  18 |1711k|6529 | 0.000000e+00 |      --      |    Inf 
709.00/709.08	c   709s|  3700k|959889 | 12260k|   3.3 | 847M|  63 |   8 |  70 |4789 |  70 |  21 |  18 |1715k|6529 | 0.000000e+00 |      --      |    Inf 
711.11/711.11	c   711s|  3710k|962272 | 12294k|   3.3 | 849M|  63 |   8 |  70 |4077 |  70 |  21 |  18 |1720k|6529 | 0.000000e+00 |      --      |    Inf 
713.00/713.01	c   713s|  3720k|965148 | 12327k|   3.3 | 852M|  63 |   - |  70 |5331 |  70 |  21 |  18 |1724k|6529 | 0.000000e+00 |      --      |    Inf 
714.91/714.99	c   715s|  3730k|968071 | 12360k|   3.3 | 854M|  63 |   - |  70 |5074 |  70 |  21 |  18 |1729k|6529 | 0.000000e+00 |      --      |    Inf 
716.90/716.92	c   717s|  3740k|970620 | 12393k|   3.3 | 857M|  63 |   - |  70 |5212 |  70 |  21 |  18 |1734k|6529 | 0.000000e+00 |      --      |    Inf 
718.90/718.94	c   719s|  3750k|973231 | 12426k|   3.3 | 859M|  63 |   8 |  70 |5440 |  70 |  21 |  18 |1738k|6529 | 0.000000e+00 |      --      |    Inf 
720.90/720.98	c   721s|  3760k|975729 | 12458k|   3.3 | 861M|  63 |   8 |  70 |4711 |  70 |  21 |  18 |1743k|6529 | 0.000000e+00 |      --      |    Inf 
722.90/722.96	c   723s|  3770k|978175 | 12491k|   3.3 | 863M|  63 |   8 |  70 |4048 |  70 |  21 |  18 |1748k|6529 | 0.000000e+00 |      --      |    Inf 
725.00/725.02	c   725s|  3780k|980552 | 12523k|   3.3 | 865M|  63 |   - |  70 |4101 |  70 |  21 |  18 |1752k|6529 | 0.000000e+00 |      --      |    Inf 
727.12/727.19	c   727s|  3790k|982801 | 12555k|   3.3 | 868M|  63 |   - |  70 |3955 |  70 |  21 |  18 |1757k|6529 | 0.000000e+00 |      --      |    Inf 
729.21/729.24	c   729s|  3800k|985009 | 12587k|   3.3 | 870M|  63 |   8 |  70 |3889 |  70 |  21 |  18 |1762k|6529 | 0.000000e+00 |      --      |    Inf 
731.20/731.25	c   731s|  3810k|987422 | 12622k|   3.3 | 872M|  63 |   8 |  70 |4096 |  70 |  21 |  18 |1767k|6529 | 0.000000e+00 |      --      |    Inf 
733.30/733.30	c   733s|  3820k|989909 | 12655k|   3.3 | 875M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |1771k|6529 | 0.000000e+00 |      --      |    Inf 
735.40/735.41	c   735s|  3830k|992192 | 12688k|   3.3 | 877M|  63 |   8 |  70 |4503 |  70 |  21 |  18 |1776k|6529 | 0.000000e+00 |      --      |    Inf 
737.30/737.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
737.30/737.38	c   737s|  3840k|994553 | 12721k|   3.3 | 879M|  63 |   - |  70 |4379 |  70 |  21 |  18 |1781k|6529 | 0.000000e+00 |      --      |    Inf 
739.31/739.37	c   739s|  3850k|997364 | 12753k|   3.3 | 881M|  63 |   8 |  70 |4972 |  70 |  21 |  18 |1785k|6529 | 0.000000e+00 |      --      |    Inf 
741.50/741.51	c   742s|  3860k|999648 | 12786k|   3.3 | 883M|  63 |   8 |  70 |4292 |  70 |  21 |  18 |1790k|6529 | 0.000000e+00 |      --      |    Inf 
743.40/743.47	c   743s|  3870k|  1002k| 12819k|   3.3 | 886M|  63 |   - |  70 |4658 |  70 |  21 |  18 |1795k|6529 | 0.000000e+00 |      --      |    Inf 
745.60/745.67	c   746s|  3880k|  1004k| 12851k|   3.3 | 888M|  63 |   - |  70 |3902 |  70 |  21 |  18 |1800k|6529 | 0.000000e+00 |      --      |    Inf 
747.61/747.68	c   748s|  3890k|  1006k| 12885k|   3.3 | 890M|  63 |   - |  70 |4338 |  70 |  21 |  18 |1804k|6529 | 0.000000e+00 |      --      |    Inf 
749.61/749.68	c   750s|  3900k|  1009k| 12917k|   3.3 | 892M|  63 |   - |  70 |4070 |  70 |  21 |  18 |1809k|6529 | 0.000000e+00 |      --      |    Inf 
751.70/751.72	c   752s|  3910k|  1011k| 12951k|   3.3 | 895M|  63 |   8 |  70 |4851 |  70 |  21 |  18 |1814k|6529 | 0.000000e+00 |      --      |    Inf 
753.80/753.89	c   754s|  3920k|  1014k| 12983k|   3.3 | 897M|  63 |   8 |  70 |4119 |  70 |  21 |  18 |1818k|6529 | 0.000000e+00 |      --      |    Inf 
755.90/755.91	c   756s|  3930k|  1016k| 13016k|   3.3 | 899M|  63 |   8 |  70 |4338 |  70 |  21 |  18 |1823k|6529 | 0.000000e+00 |      --      |    Inf 
757.70/757.71	c   758s|  3940k|  1019k| 13049k|   3.3 | 902M|  63 |   - |  70 |6432 |  70 |  21 |  18 |1827k|6529 | 0.000000e+00 |      --      |    Inf 
759.80/759.80	c   760s|  3950k|  1022k| 13080k|   3.3 | 905M|  63 |   8 |  70 |6948 |  70 |  21 |  18 |1832k|6529 | 0.000000e+00 |      --      |    Inf 
761.80/761.87	c   762s|  3960k|  1025k| 13111k|   3.3 | 907M|  63 |   8 |  70 |7563 |  70 |  21 |  18 |1836k|6529 | 0.000000e+00 |      --      |    Inf 
764.00/764.05	c   764s|  3970k|  1028k| 13143k|   3.3 | 909M|  63 |   - |  70 |5576 |  70 |  21 |  18 |1841k|6529 | 0.000000e+00 |      --      |    Inf 
766.20/766.22	c   766s|  3980k|  1030k| 13176k|   3.3 | 911M|  63 |   8 |  70 |4955 |  70 |  21 |  18 |1845k|6529 | 0.000000e+00 |      --      |    Inf 
768.20/768.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
768.20/768.27	c   768s|  3990k|  1032k| 13208k|   3.3 | 913M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |1850k|6529 | 0.000000e+00 |      --      |    Inf 
770.20/770.25	c   770s|  4000k|  1035k| 13241k|   3.3 | 916M|  63 |   8 |  70 |4398 |  70 |  21 |  18 |1855k|6529 | 0.000000e+00 |      --      |    Inf 
772.22/772.25	c   772s|  4010k|  1038k| 13276k|   3.3 | 918M|  63 |   8 |  70 |4940 |  70 |  21 |  18 |1859k|6529 | 0.000000e+00 |      --      |    Inf 
774.31/774.37	c   774s|  4020k|  1040k| 13311k|   3.3 | 920M|  63 |   8 |  70 |4727 |  70 |  21 |  18 |1864k|6529 | 0.000000e+00 |      --      |    Inf 
776.21/776.29	c   776s|  4030k|  1043k| 13344k|   3.3 | 923M|  63 |   - |  70 |5465 |  70 |  21 |  18 |1868k|6529 | 0.000000e+00 |      --      |    Inf 
778.50/778.51	c   779s|  4040k|  1045k| 13377k|   3.3 | 925M|  63 |   - |  70 |4939 |  70 |  21 |  18 |1873k|6529 | 0.000000e+00 |      --      |    Inf 
780.70/780.71	c   781s|  4050k|  1047k| 13411k|   3.3 | 927M|  63 |   8 |  70 |4043 |  70 |  21 |  18 |1878k|6529 | 0.000000e+00 |      --      |    Inf 
782.60/782.66	c   783s|  4060k|  1050k| 13443k|   3.3 | 929M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |1883k|6529 | 0.000000e+00 |      --      |    Inf 
784.70/784.73	c   785s|  4070k|  1052k| 13475k|   3.3 | 932M|  63 |   - |  70 |4722 |  70 |  21 |  18 |1887k|6529 | 0.000000e+00 |      --      |    Inf 
786.70/786.75	c   787s|  4080k|  1055k| 13509k|   3.3 | 934M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |1892k|6529 | 0.000000e+00 |      --      |    Inf 
788.61/788.62	c   789s|  4090k|  1058k| 13541k|   3.3 | 936M|  63 |   - |  70 |4801 |  70 |  21 |  18 |1896k|6529 | 0.000000e+00 |      --      |    Inf 
790.70/790.77	c   791s|  4100k|  1060k| 13574k|   3.3 | 939M|  63 |   8 |  70 |4385 |  70 |  21 |  18 |1901k|6529 | 0.000000e+00 |      --      |    Inf 
792.91/792.90	c   793s|  4110k|  1062k| 13607k|   3.3 | 941M|  63 |   - |  70 |3747 |  70 |  21 |  18 |1906k|6529 | 0.000000e+00 |      --      |    Inf 
794.80/794.85	c   795s|  4120k|  1064k| 13641k|   3.3 | 943M|  63 |   8 |  70 |4459 |  70 |  21 |  18 |1911k|6529 | 0.000000e+00 |      --      |    Inf 
796.81/796.89	c   797s|  4130k|  1067k| 13675k|   3.3 | 945M|  63 |   - |  70 |4360 |  70 |  21 |  18 |1916k|6529 | 0.000000e+00 |      --      |    Inf 
798.71/798.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
798.71/798.74	c   799s|  4140k|  1070k| 13708k|   3.3 | 948M|  63 |   8 |  70 |6116 |  70 |  21 |  18 |1920k|6529 | 0.000000e+00 |      --      |    Inf 
800.60/800.60	c   801s|  4150k|  1073k| 13741k|   3.3 | 950M|  63 |   8 |  70 |6507 |  70 |  21 |  18 |1924k|6529 | 0.000000e+00 |      --      |    Inf 
802.60/802.63	c   803s|  4160k|  1076k| 13774k|   3.3 | 952M|  63 |   8 |  70 |5317 |  70 |  21 |  18 |1929k|6529 | 0.000000e+00 |      --      |    Inf 
804.41/804.45	c   804s|  4170k|  1079k| 13808k|   3.3 | 955M|  63 |   8 |  70 |6721 |  70 |  21 |  18 |1933k|6529 | 0.000000e+00 |      --      |    Inf 
806.71/806.70	c   807s|  4180k|  1081k| 13841k|   3.3 | 957M|  63 |   8 |  70 |4772 |  70 |  21 |  18 |1937k|6529 | 0.000000e+00 |      --      |    Inf 
808.71/808.70	c   809s|  4190k|  1084k| 13875k|   3.3 | 959M|  63 |   8 |  70 |4302 |  70 |  21 |  18 |1942k|6529 | 0.000000e+00 |      --      |    Inf 
810.72/810.72	c   811s|  4200k|  1086k| 13908k|   3.3 | 962M|  63 |   8 |  70 |4869 |  70 |  21 |  18 |1947k|6529 | 0.000000e+00 |      --      |    Inf 
812.60/812.69	c   813s|  4210k|  1089k| 13941k|   3.3 | 964M|  63 |   8 |  70 |5582 |  70 |  21 |  18 |1951k|6529 | 0.000000e+00 |      --      |    Inf 
814.80/814.82	c   815s|  4220k|  1092k| 13974k|   3.3 | 966M|  63 |   - |  70 |4017 |  70 |  21 |  18 |1956k|6529 | 0.000000e+00 |      --      |    Inf 
816.81/816.81	c   817s|  4230k|  1094k| 14007k|   3.3 | 968M|  63 |   8 |  70 |4475 |  70 |  21 |  18 |1961k|6529 | 0.000000e+00 |      --      |    Inf 
819.01/819.04	c   819s|  4240k|  1097k| 14040k|   3.3 | 971M|  63 |   - |  70 |3926 |  70 |  21 |  18 |1965k|6529 | 0.000000e+00 |      --      |    Inf 
821.01/821.09	c   821s|  4250k|  1099k| 14074k|   3.3 | 973M|  63 |   8 |  70 |4069 |  70 |  21 |  18 |1970k|6529 | 0.000000e+00 |      --      |    Inf 
823.11/823.14	c   823s|  4260k|  1101k| 14108k|   3.3 | 975M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |1975k|6529 | 0.000000e+00 |      --      |    Inf 
825.20/825.27	c   825s|  4270k|  1104k| 14140k|   3.3 | 977M|  63 |   - |  70 |3525 |  70 |  21 |  18 |1980k|6529 | 0.000000e+00 |      --      |    Inf 
827.30/827.33	c   827s|  4280k|  1106k| 14173k|   3.3 | 980M|  63 |   8 |  70 |4157 |  70 |  21 |  18 |1984k|6529 | 0.000000e+00 |      --      |    Inf 
829.31/829.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
829.31/829.38	c   829s|  4290k|  1108k| 14205k|   3.3 | 982M|  63 |   8 |  70 |3965 |  70 |  21 |  18 |1989k|6529 | 0.000000e+00 |      --      |    Inf 
831.41/831.40	c   831s|  4300k|  1111k| 14239k|   3.3 | 984M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |1994k|6529 | 0.000000e+00 |      --      |    Inf 
833.50/833.51	c   834s|  4310k|  1113k| 14271k|   3.3 | 986M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |1999k|6529 | 0.000000e+00 |      --      |    Inf 
835.60/835.61	c   836s|  4320k|  1115k| 14304k|   3.3 | 988M|  63 |   - |  70 |4199 |  70 |  21 |  18 |2004k|6529 | 0.000000e+00 |      --      |    Inf 
837.60/837.62	c   838s|  4330k|  1118k| 14337k|   3.3 | 991M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |2008k|6529 | 0.000000e+00 |      --      |    Inf 
839.70/839.71	c   840s|  4340k|  1120k| 14369k|   3.3 | 993M|  63 |   - |  70 |4529 |  70 |  21 |  18 |2013k|6529 | 0.000000e+00 |      --      |    Inf 
841.70/841.78	c   842s|  4350k|  1123k| 14403k|   3.3 | 995M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |2017k|6529 | 0.000000e+00 |      --      |    Inf 
843.80/843.88	c   844s|  4360k|  1125k| 14437k|   3.3 | 998M|  63 |   - |  70 |4525 |  70 |  21 |  18 |2022k|6529 | 0.000000e+00 |      --      |    Inf 
845.81/845.88	c   846s|  4370k|  1128k| 14471k|   3.3 |1000M|  63 |   8 |  70 |5707 |  70 |  21 |  18 |2027k|6529 | 0.000000e+00 |      --      |    Inf 
847.91/847.95	c   848s|  4380k|  1130k| 14504k|   3.3 |1002M|  63 |   - |  70 |4726 |  70 |  21 |  18 |2032k|6529 | 0.000000e+00 |      --      |    Inf 
850.00/850.01	c   850s|  4390k|  1133k| 14538k|   3.3 |1005M|  63 |   - |  70 |5148 |  70 |  21 |  18 |2036k|6529 | 0.000000e+00 |      --      |    Inf 
852.11/852.13	c   852s|  4400k|  1135k| 14571k|   3.3 |1007M|  63 |   8 |  70 |4667 |  70 |  21 |  18 |2041k|6529 | 0.000000e+00 |      --      |    Inf 
854.00/854.09	c   854s|  4410k|  1138k| 14603k|   3.3 |1009M|  63 |   8 |  70 |4763 |  70 |  21 |  18 |2046k|6529 | 0.000000e+00 |      --      |    Inf 
856.00/856.08	c   856s|  4420k|  1140k| 14635k|   3.3 |1012M|  63 |   - |  70 |4909 |  70 |  21 |  18 |2050k|6529 | 0.000000e+00 |      --      |    Inf 
858.02/858.06	c   858s|  4430k|  1143k| 14668k|   3.3 |1014M|  63 |   - |  70 |5098 |  70 |  21 |  18 |2055k|6529 | 0.000000e+00 |      --      |    Inf 
860.22/860.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
860.22/860.29	c   860s|  4440k|  1146k| 14700k|   3.3 |1016M|  63 |   8 |  70 |3853 |  70 |  21 |  18 |2059k|6529 | 0.000000e+00 |      --      |    Inf 
862.31/862.33	c   862s|  4450k|  1148k| 14734k|   3.3 |1018M|  63 |   8 |  70 |4579 |  70 |  21 |  18 |2064k|6529 | 0.000000e+00 |      --      |    Inf 
864.30/864.38	c   864s|  4460k|  1150k| 14767k|   3.3 |1021M|  63 |   8 |  70 |4560 |  70 |  21 |  18 |2069k|6529 | 0.000000e+00 |      --      |    Inf 
866.30/866.37	c   866s|  4470k|  1153k| 14800k|   3.3 |1023M|  63 |   - |  70 |4681 |  70 |  21 |  18 |2073k|6529 | 0.000000e+00 |      --      |    Inf 
868.30/868.36	c   868s|  4480k|  1155k| 14832k|   3.3 |1025M|  63 |   - |  70 |4551 |  70 |  21 |  18 |2078k|6529 | 0.000000e+00 |      --      |    Inf 
870.41/870.49	c   870s|  4490k|  1158k| 14865k|   3.3 |1028M|  63 |   8 |  70 |4361 |  70 |  21 |  18 |2083k|6529 | 0.000000e+00 |      --      |    Inf 
872.50/872.59	c   873s|  4500k|  1160k| 14898k|   3.3 |1030M|  63 |   8 |  70 |3963 |  70 |  21 |  18 |2088k|6529 | 0.000000e+00 |      --      |    Inf 
874.52/874.58	c   875s|  4510k|  1163k| 14931k|   3.3 |1032M|  63 |   8 |  70 |4025 |  70 |  21 |  18 |2092k|6529 | 0.000000e+00 |      --      |    Inf 
876.50/876.59	c   877s|  4520k|  1165k| 14963k|   3.3 |1034M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2097k|6529 | 0.000000e+00 |      --      |    Inf 
878.61/878.69	c   879s|  4530k|  1168k| 14996k|   3.3 |1037M|  63 |   - |  70 |4223 |  70 |  21 |  18 |2101k|6529 | 0.000000e+00 |      --      |    Inf 
880.70/880.72	c   881s|  4540k|  1170k| 15029k|   3.3 |1039M|  63 |   8 |  70 |3883 |  70 |  21 |  18 |2106k|6529 | 0.000000e+00 |      --      |    Inf 
882.70/882.76	c   883s|  4550k|  1173k| 15062k|   3.3 |1041M|  63 |   - |  70 |4319 |  70 |  21 |  18 |2110k|6529 | 0.000000e+00 |      --      |    Inf 
884.80/884.86	c   885s|  4560k|  1175k| 15095k|   3.3 |1044M|  63 |   8 |  70 |4766 |  70 |  21 |  18 |2115k|6529 | 0.000000e+00 |      --      |    Inf 
887.01/887.04	c   887s|  4570k|  1178k| 15128k|   3.3 |1046M|  63 |   8 |  70 |4115 |  70 |  21 |  18 |2120k|6529 | 0.000000e+00 |      --      |    Inf 
889.00/889.08	c   889s|  4580k|  1180k| 15161k|   3.3 |1048M|  63 |   8 |  70 |4747 |  70 |  21 |  18 |2124k|6529 | 0.000000e+00 |      --      |    Inf 
891.20/891.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
891.20/891.26	c   891s|  4590k|  1182k| 15194k|   3.3 |1050M|  63 |   8 |  70 |4131 |  70 |  21 |  18 |2129k|6529 | 0.000000e+00 |      --      |    Inf 
893.22/893.28	c   893s|  4600k|  1185k| 15228k|   3.3 |1052M|  63 |   8 |  70 |4365 |  70 |  21 |  18 |2134k|6529 | 0.000000e+00 |      --      |    Inf 
895.42/895.43	c   895s|  4610k|  1187k| 15260k|   3.3 |1055M|  63 |   8 |  70 |4108 |  70 |  21 |  18 |2139k|6529 | 0.000000e+00 |      --      |    Inf 
897.51/897.55	c   898s|  4620k|  1190k| 15293k|   3.3 |1057M|  63 |   8 |  70 |4174 |  70 |  21 |  18 |2143k|6529 | 0.000000e+00 |      --      |    Inf 
899.61/899.65	c   900s|  4630k|  1192k| 15326k|   3.3 |1059M|  63 |   8 |  70 |4359 |  70 |  21 |  18 |2148k|6529 | 0.000000e+00 |      --      |    Inf 
901.51/901.53	c   902s|  4640k|  1195k| 15361k|   3.3 |1062M|  63 |   8 |  70 |5724 |  70 |  21 |  18 |2153k|6529 | 0.000000e+00 |      --      |    Inf 
903.51/903.51	c   904s|  4650k|  1198k| 15395k|   3.3 |1064M|  63 |   8 |  70 |6974 |  70 |  21 |  18 |2157k|6529 | 0.000000e+00 |      --      |    Inf 
905.51/905.55	c   906s|  4660k|  1201k| 15426k|   3.3 |1067M|  63 |   8 |  70 |7432 |  70 |  21 |  18 |2161k|6529 | 0.000000e+00 |      --      |    Inf 
907.52/907.52	c   908s|  4670k|  1204k| 15461k|   3.3 |1069M|  63 |   8 |  70 |5908 |  70 |  21 |  18 |2165k|6529 | 0.000000e+00 |      --      |    Inf 
909.51/909.57	c   910s|  4680k|  1207k| 15495k|   3.3 |1071M|  63 |   8 |  70 |6337 |  70 |  21 |  18 |2170k|6529 | 0.000000e+00 |      --      |    Inf 
911.60/911.65	c   912s|  4690k|  1210k| 15528k|   3.3 |1074M|  63 |   8 |  70 |6439 |  70 |  21 |  18 |2174k|6529 | 0.000000e+00 |      --      |    Inf 
913.60/913.62	c   914s|  4700k|  1213k| 15562k|   3.3 |1077M|  63 |   8 |  70 |6769 |  70 |  21 |  18 |2179k|6529 | 0.000000e+00 |      --      |    Inf 
915.71/915.75	c   916s|  4710k|  1216k| 15595k|   3.3 |1079M|  63 |   8 |  70 |6777 |  70 |  21 |  18 |2183k|6529 | 0.000000e+00 |      --      |    Inf 
917.71/917.76	c   918s|  4720k|  1219k| 15628k|   3.3 |1081M|  63 |   - |  70 |7197 |  70 |  21 |  18 |2187k|6529 | 0.000000e+00 |      --      |    Inf 
919.71/919.72	c   920s|  4730k|  1222k| 15660k|   3.3 |1084M|  63 |   8 |  70 |7873 |  70 |  21 |  18 |2191k|6529 | 0.000000e+00 |      --      |    Inf 
921.71/921.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
921.71/921.80	c   922s|  4740k|  1225k| 15691k|   3.3 |1086M|  63 |   8 |  70 |7436 |  70 |  21 |  18 |2196k|6529 | 0.000000e+00 |      --      |    Inf 
924.02/924.05	c   924s|  4750k|  1228k| 15725k|   3.3 |1089M|  63 |   8 |  70 |7887 |  70 |  21 |  18 |2200k|6529 | 0.000000e+00 |      --      |    Inf 
926.22/926.26	c   926s|  4760k|  1230k| 15758k|   3.3 |1091M|  63 |   8 |  70 |7786 |  70 |  21 |  18 |2205k|6529 | 0.000000e+00 |      --      |    Inf 
928.50/928.57	c   929s|  4770k|  1233k| 15790k|   3.3 |1093M|  63 |   8 |  70 |6886 |  70 |  21 |  18 |2210k|6529 | 0.000000e+00 |      --      |    Inf 
930.71/930.70	c   931s|  4780k|  1236k| 15823k|   3.3 |1096M|  63 |   - |  70 |7337 |  70 |  21 |  18 |2214k|6529 | 0.000000e+00 |      --      |    Inf 
932.83/932.82	c   933s|  4790k|  1239k| 15856k|   3.3 |1098M|  63 |   8 |  70 |7395 |  70 |  21 |  18 |2218k|6529 | 0.000000e+00 |      --      |    Inf 
934.92/934.92	c   935s|  4800k|  1242k| 15887k|   3.3 |1100M|  63 |   8 |  70 |7484 |  70 |  21 |  18 |2223k|6529 | 0.000000e+00 |      --      |    Inf 
937.01/937.02	c   937s|  4810k|  1245k| 15919k|   3.3 |1103M|  63 |   8 |  70 |7838 |  70 |  21 |  18 |2227k|6529 | 0.000000e+00 |      --      |    Inf 
939.31/939.36	c   939s|  4820k|  1247k| 15951k|   3.3 |1105M|  63 |   8 |  70 |7584 |  70 |  21 |  18 |2232k|6529 | 0.000000e+00 |      --      |    Inf 
941.51/941.58	c   942s|  4830k|  1250k| 15983k|   3.3 |1107M|  63 |   - |  70 |7698 |  70 |  21 |  18 |2236k|6529 | 0.000000e+00 |      --      |    Inf 
943.71/943.78	c   944s|  4840k|  1253k| 16016k|   3.3 |1110M|  63 |   8 |  70 |7902 |  70 |  21 |  18 |2241k|6529 | 0.000000e+00 |      --      |    Inf 
946.02/946.01	c   946s|  4850k|  1255k| 16048k|   3.3 |1112M|  63 |   - |  70 |7270 |  70 |  21 |  18 |2245k|6529 | 0.000000e+00 |      --      |    Inf 
948.31/948.36	c   948s|  4860k|  1258k| 16081k|   3.3 |1114M|  63 |   - |  70 |5419 |  70 |  21 |  18 |2250k|6529 | 0.000000e+00 |      --      |    Inf 
950.51/950.52	c   951s|  4870k|  1260k| 16115k|   3.3 |1116M|  63 |   8 |  70 |5430 |  70 |  21 |  18 |2255k|6529 | 0.000000e+00 |      --      |    Inf 
952.62/952.67	c   953s|  4880k|  1262k| 16148k|   3.3 |1118M|  63 |   8 |  70 |4341 |  70 |  21 |  18 |2259k|6529 | 0.000000e+00 |      --      |    Inf 
954.51/954.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.51/954.51	c   955s|  4890k|  1265k| 16180k|   3.3 |1121M|  63 |   8 |  70 |5857 |  70 |  21 |  18 |2264k|6529 | 0.000000e+00 |      --      |    Inf 
956.50/956.51	c   957s|  4900k|  1269k| 16212k|   3.3 |1123M|  63 |   8 |  70 |6246 |  70 |  21 |  18 |2268k|6529 | 0.000000e+00 |      --      |    Inf 
958.61/958.68	c   959s|  4910k|  1271k| 16244k|   3.3 |1125M|  63 |   8 |  70 |4704 |  70 |  21 |  18 |2272k|6529 | 0.000000e+00 |      --      |    Inf 
960.61/960.66	c   961s|  4920k|  1274k| 16276k|   3.3 |1128M|  63 |   - |  70 |5293 |  70 |  21 |  18 |2277k|6529 | 0.000000e+00 |      --      |    Inf 
962.81/962.89	c   963s|  4930k|  1276k| 16310k|   3.3 |1130M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |2282k|6529 | 0.000000e+00 |      --      |    Inf 
965.00/965.04	c   965s|  4940k|  1278k| 16343k|   3.3 |1132M|  63 |   - |  70 |4029 |  70 |  21 |  18 |2287k|6529 | 0.000000e+00 |      --      |    Inf 
967.01/967.05	c   967s|  4950k|  1280k| 16377k|   3.3 |1134M|  63 |   8 |  70 |4817 |  70 |  21 |  18 |2292k|6529 | 0.000000e+00 |      --      |    Inf 
969.31/969.32	c   969s|  4960k|  1283k| 16411k|   3.3 |1136M|  63 |   - |  70 |3837 |  70 |  21 |  18 |2296k|6529 | 0.000000e+00 |      --      |    Inf 
971.40/971.49	c   971s|  4970k|  1285k| 16444k|   3.3 |1139M|  63 |   8 |  70 |3981 |  70 |  21 |  18 |2301k|6529 | 0.000000e+00 |      --      |    Inf 
973.52/973.57	c   974s|  4980k|  1287k| 16477k|   3.3 |1141M|  63 |   - |  70 |4187 |  70 |  21 |  18 |2306k|6529 | 0.000000e+00 |      --      |    Inf 
975.61/975.67	c   976s|  4990k|  1290k| 16510k|   3.3 |1143M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |2310k|6529 | 0.000000e+00 |      --      |    Inf 
977.70/977.78	c   978s|  5000k|  1292k| 16543k|   3.3 |1146M|  63 |   - |  70 |4878 |  70 |  21 |  18 |2315k|6529 | 0.000000e+00 |      --      |    Inf 
979.80/979.82	c   980s|  5010k|  1295k| 16576k|   3.3 |1148M|  63 |   - |  70 |4387 |  70 |  21 |  18 |2320k|6529 | 0.000000e+00 |      --      |    Inf 
981.91/981.92	c   982s|  5020k|  1297k| 16609k|   3.3 |1150M|  63 |   - |  70 |4159 |  70 |  21 |  18 |2324k|6529 | 0.000000e+00 |      --      |    Inf 
984.00/984.08	c   984s|  5030k|  1300k| 16642k|   3.3 |1152M|  63 |   8 |  70 |4062 |  70 |  21 |  18 |2329k|6529 | 0.000000e+00 |      --      |    Inf 
986.11/986.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.11/986.12	c   986s|  5040k|  1302k| 16675k|   3.3 |1154M|  63 |   8 |  70 |3806 |  70 |  21 |  18 |2334k|6529 | 0.000000e+00 |      --      |    Inf 
988.20/988.26	c   988s|  5050k|  1304k| 16708k|   3.3 |1157M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |2338k|6529 | 0.000000e+00 |      --      |    Inf 
990.41/990.48	c   990s|  5060k|  1307k| 16741k|   3.3 |1159M|  63 |   - |  70 |3745 |  70 |  21 |  18 |2343k|6529 | 0.000000e+00 |      --      |    Inf 
992.51/992.54	c   993s|  5070k|  1309k| 16774k|   3.3 |1161M|  63 |   - |  70 |4045 |  70 |  21 |  18 |2348k|6529 | 0.000000e+00 |      --      |    Inf 
994.71/994.73	c   995s|  5080k|  1311k| 16808k|   3.3 |1163M|  63 |   8 |  70 |4173 |  70 |  21 |  18 |2353k|6529 | 0.000000e+00 |      --      |    Inf 
996.71/996.77	c   997s|  5090k|  1314k| 16840k|   3.3 |1166M|  63 |   8 |  70 |5014 |  70 |  21 |  18 |2358k|6529 | 0.000000e+00 |      --      |    Inf 
998.71/998.75	c   999s|  5100k|  1316k| 16872k|   3.3 |1168M|  63 |   - |  70 |4779 |  70 |  21 |  18 |2362k|6529 | 0.000000e+00 |      --      |    Inf 
1000.92/1000.94	c  1001s|  5110k|  1319k| 16906k|   3.3 |1170M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |2367k|6529 | 0.000000e+00 |      --      |    Inf 
1003.01/1003.07	c  1003s|  5120k|  1321k| 16939k|   3.3 |1172M|  63 |   8 |  70 |4086 |  70 |  21 |  18 |2372k|6529 | 0.000000e+00 |      --      |    Inf 
1005.01/1005.08	c  1005s|  5130k|  1323k| 16972k|   3.3 |1175M|  63 |   - |  70 |4845 |   0 |   0 |  18 |2376k|6529 | 0.000000e+00 |      --      |    Inf 
1007.21/1007.22	c  1007s|  5140k|  1326k| 17005k|   3.3 |1177M|  63 |   - |  70 |4866 |  70 |  21 |  18 |2381k|6529 | 0.000000e+00 |      --      |    Inf 
1009.40/1009.47	c  1009s|  5150k|  1328k| 17038k|   3.3 |1179M|  63 |   - |  70 |4579 |  70 |  21 |  18 |2385k|6529 | 0.000000e+00 |      --      |    Inf 
1011.50/1011.59	c  1012s|  5160k|  1331k| 17071k|   3.3 |1182M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2390k|6529 | 0.000000e+00 |      --      |    Inf 
1013.31/1013.37	c  1013s|  5170k|  1334k| 17103k|   3.3 |1184M|  63 |   8 |  70 |5785 |  70 |  21 |  18 |2394k|6529 | 0.000000e+00 |      --      |    Inf 
1015.21/1015.31	c  1015s|  5180k|  1338k| 17134k|   3.3 |1187M|  63 |   8 |  70 |6207 |  70 |  21 |  18 |2398k|6529 | 0.000000e+00 |      --      |    Inf 
1017.41/1017.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1017.41/1017.45	c  1017s|  5190k|  1340k| 17165k|   3.3 |1189M|  63 |   8 |  70 |4505 |  70 |  21 |  18 |2402k|6529 | 0.000000e+00 |      --      |    Inf 
1019.50/1019.54	c  1020s|  5200k|  1343k| 17198k|   3.3 |1191M|  63 |   - |  70 |4625 |  70 |  21 |  18 |2407k|6529 | 0.000000e+00 |      --      |    Inf 
1021.61/1021.67	c  1022s|  5210k|  1345k| 17231k|   3.3 |1193M|  63 |   8 |  70 |4630 |  70 |  21 |  18 |2412k|6529 | 0.000000e+00 |      --      |    Inf 
1023.91/1023.92	c  1024s|  5220k|  1347k| 17265k|   3.3 |1196M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2416k|6529 | 0.000000e+00 |      --      |    Inf 
1025.81/1025.85	c  1026s|  5230k|  1350k| 17298k|   3.3 |1198M|  63 |   8 |  70 |5480 |  70 |  21 |  18 |2421k|6529 | 0.000000e+00 |      --      |    Inf 
1027.91/1027.93	c  1028s|  5240k|  1353k| 17332k|   3.3 |1201M|  63 |   - |  70 |6769 |   0 |   0 |  18 |2425k|6529 | 0.000000e+00 |      --      |    Inf 
1030.11/1030.17	c  1030s|  5250k|  1355k| 17364k|   3.3 |1202M|  63 |   - |  70 |4660 |  70 |  21 |  18 |2430k|6529 | 0.000000e+00 |      --      |    Inf 
1032.21/1032.21	c  1032s|  5260k|  1358k| 17397k|   3.3 |1205M|  63 |   8 |  70 |4615 |  70 |  21 |  18 |2435k|6529 | 0.000000e+00 |      --      |    Inf 
1034.31/1034.32	c  1034s|  5270k|  1361k| 17431k|   3.3 |1207M|  63 |   - |  70 |5052 |  70 |  21 |  18 |2439k|6529 | 0.000000e+00 |      --      |    Inf 
1036.51/1036.54	c  1037s|  5280k|  1363k| 17464k|   3.3 |1209M|  63 |   8 |  70 |4778 |  70 |  21 |  18 |2444k|6529 | 0.000000e+00 |      --      |    Inf 
1038.61/1038.67	c  1039s|  5290k|  1365k| 17497k|   3.3 |1211M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |2449k|6529 | 0.000000e+00 |      --      |    Inf 
1040.81/1040.83	c  1041s|  5300k|  1368k| 17531k|   3.3 |1214M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2453k|6529 | 0.000000e+00 |      --      |    Inf 
1042.91/1042.99	c  1043s|  5310k|  1370k| 17563k|   3.3 |1216M|  63 |   - |  70 |4205 |  70 |  21 |  18 |2458k|6529 | 0.000000e+00 |      --      |    Inf 
1045.11/1045.10	c  1045s|  5320k|  1373k| 17596k|   3.3 |1218M|  63 |   8 |  70 |4051 |  70 |  21 |  18 |2463k|6529 | 0.000000e+00 |      --      |    Inf 
1047.23/1047.28	c  1047s|  5330k|  1375k| 17630k|   3.3 |1221M|  63 |   - |  70 |4517 |  70 |  21 |  18 |2467k|6529 | 0.000000e+00 |      --      |    Inf 
1049.43/1049.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1049.43/1049.47	c  1049s|  5340k|  1377k| 17663k|   3.3 |1223M|  63 |   8 |  70 |3966 |  70 |  21 |  18 |2472k|6529 | 0.000000e+00 |      --      |    Inf 
1051.52/1051.52	c  1052s|  5350k|  1380k| 17696k|   3.3 |1225M|  63 |   8 |  70 |3906 |  70 |  21 |  18 |2477k|6529 | 0.000000e+00 |      --      |    Inf 
1053.71/1053.74	c  1054s|  5360k|  1382k| 17729k|   3.3 |1227M|  63 |   8 |  70 |4061 |  70 |  21 |  18 |2482k|6529 | 0.000000e+00 |      --      |    Inf 
1055.91/1055.94	c  1056s|  5370k|  1384k| 17762k|   3.3 |1229M|  63 |   - |  70 |3998 |  70 |  21 |  18 |2487k|6529 | 0.000000e+00 |      --      |    Inf 
1057.90/1057.98	c  1058s|  5380k|  1386k| 17795k|   3.3 |1232M|  63 |   8 |  70 |3909 |  70 |  21 |  18 |2491k|6529 | 0.000000e+00 |      --      |    Inf 
1060.11/1060.14	c  1060s|  5390k|  1389k| 17829k|   3.3 |1234M|  63 |   - |  70 |3682 |  70 |  21 |  18 |2496k|6529 | 0.000000e+00 |      --      |    Inf 
1062.21/1062.26	c  1062s|  5400k|  1391k| 17862k|   3.3 |1236M|  63 |   8 |  70 |3538 |  70 |  21 |  18 |2501k|6529 | 0.000000e+00 |      --      |    Inf 
1064.21/1064.25	c  1064s|  5410k|  1394k| 17895k|   3.3 |1238M|  63 |   8 |  70 |4187 |  70 |  21 |  18 |2505k|6529 | 0.000000e+00 |      --      |    Inf 
1066.41/1066.40	c  1066s|  5420k|  1396k| 17927k|   3.3 |1241M|  63 |   8 |  70 |4059 |  70 |  21 |  18 |2510k|6529 | 0.000000e+00 |      --      |    Inf 
1068.51/1068.50	c  1068s|  5430k|  1398k| 17960k|   3.3 |1243M|  63 |   8 |  70 |4168 |  70 |  21 |  18 |2515k|6529 | 0.000000e+00 |      --      |    Inf 
1070.41/1070.40	c  1070s|  5440k|  1401k| 17991k|   3.3 |1245M|  63 |   8 |  70 |5157 |  70 |  21 |  18 |2519k|6529 | 0.000000e+00 |      --      |    Inf 
1072.42/1072.45	c  1072s|  5450k|  1404k| 18024k|   3.3 |1248M|  63 |   8 |  70 |5231 |  70 |  21 |  18 |2524k|6529 | 0.000000e+00 |      --      |    Inf 
1074.73/1074.75	c  1075s|  5460k|  1406k| 18058k|   3.3 |1250M|  63 |   - |  70 |4530 |  70 |  21 |  18 |2529k|6529 | 0.000000e+00 |      --      |    Inf 
1076.92/1076.97	c  1077s|  5470k|  1408k| 18091k|   3.3 |1252M|  63 |   8 |  70 |4367 |  70 |  21 |  18 |2534k|6529 | 0.000000e+00 |      --      |    Inf 
1079.01/1079.08	c  1079s|  5480k|  1411k| 18125k|   3.3 |1254M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |2538k|6529 | 0.000000e+00 |      --      |    Inf 
1081.22/1081.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1081.22/1081.21	c  1081s|  5490k|  1413k| 18157k|   3.3 |1257M|  63 |   8 |  70 |4161 |  70 |  21 |  18 |2543k|6529 | 0.000000e+00 |      --      |    Inf 
1083.31/1083.31	c  1083s|  5500k|  1415k| 18189k|   3.3 |1259M|  63 |   - |  70 |3983 |  70 |  21 |  18 |2548k|6529 | 0.000000e+00 |      --      |    Inf 
1085.21/1085.24	c  1085s|  5510k|  1418k| 18223k|   3.3 |1261M|  63 |   8 |  70 |4871 |  70 |  21 |  18 |2552k|6529 | 0.000000e+00 |      --      |    Inf 
1087.11/1087.17	c  1087s|  5520k|  1421k| 18258k|   3.3 |1264M|  63 |   - |  70 |6346 |  70 |  21 |  18 |2557k|6529 | 0.000000e+00 |      --      |    Inf 
1089.41/1089.45	c  1089s|  5530k|  1423k| 18292k|   3.3 |1266M|  63 |   8 |  70 |4460 |  70 |  21 |  18 |2562k|6529 | 0.000000e+00 |      --      |    Inf 
1091.41/1091.48	c  1091s|  5540k|  1425k| 18325k|   3.3 |1268M|  63 |   - |  70 |4865 |  70 |  21 |  18 |2566k|6529 | 0.000000e+00 |      --      |    Inf 
1093.51/1093.52	c  1094s|  5550k|  1428k| 18358k|   3.3 |1271M|  63 |   8 |  70 |4731 |  70 |  21 |  18 |2571k|6529 | 0.000000e+00 |      --      |    Inf 
1095.52/1095.56	c  1096s|  5560k|  1431k| 18391k|   3.3 |1273M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |2575k|6529 | 0.000000e+00 |      --      |    Inf 
1097.51/1097.51	c  1098s|  5570k|  1433k| 18423k|   3.3 |1275M|  63 |   - |  70 |4870 |  70 |  21 |  18 |2580k|6529 | 0.000000e+00 |      --      |    Inf 
1099.51/1099.57	c  1100s|  5580k|  1436k| 18455k|   3.3 |1277M|  63 |   8 |  70 |4656 |  70 |  21 |  18 |2584k|6529 | 0.000000e+00 |      --      |    Inf 
1101.51/1101.53	c  1102s|  5590k|  1439k| 18487k|   3.3 |1280M|  63 |   - |  70 |5910 |  70 |  21 |  18 |2589k|6529 | 0.000000e+00 |      --      |    Inf 
1103.71/1103.75	c  1104s|  5600k|  1441k| 18520k|   3.3 |1282M|  63 |   - |  70 |4780 |  70 |  21 |  18 |2593k|6529 | 0.000000e+00 |      --      |    Inf 
1106.01/1106.00	c  1106s|  5610k|  1443k| 18553k|   3.3 |1284M|  63 |   8 |  70 |4250 |  70 |  21 |  18 |2598k|6529 | 0.000000e+00 |      --      |    Inf 
1108.21/1108.22	c  1108s|  5620k|  1446k| 18586k|   3.3 |1286M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |2603k|6529 | 0.000000e+00 |      --      |    Inf 
1110.32/1110.32	c  1110s|  5630k|  1448k| 18620k|   3.3 |1289M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |2608k|6529 | 0.000000e+00 |      --      |    Inf 
1112.51/1112.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1112.51/1112.50	c  1113s|  5640k|  1450k| 18653k|   3.3 |1291M|  63 |   8 |  70 |4464 |  70 |  21 |  18 |2612k|6529 | 0.000000e+00 |      --      |    Inf 
1114.61/1114.62	c  1115s|  5650k|  1453k| 18686k|   3.3 |1293M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2617k|6529 | 0.000000e+00 |      --      |    Inf 
1116.52/1116.58	c  1117s|  5660k|  1456k| 18719k|   3.3 |1296M|  63 |   - |  70 |4807 |  70 |  21 |  18 |2622k|6529 | 0.000000e+00 |      --      |    Inf 
1118.73/1118.75	c  1119s|  5670k|  1458k| 18751k|   3.3 |1298M|  63 |   - |  70 |3666 |  70 |  21 |  18 |2626k|6529 | 0.000000e+00 |      --      |    Inf 
1120.93/1120.99	c  1121s|  5680k|  1460k| 18785k|   3.3 |1300M|  63 |   8 |  70 |3666 |  70 |  21 |  18 |2631k|6529 | 0.000000e+00 |      --      |    Inf 
1123.02/1123.06	c  1123s|  5690k|  1463k| 18818k|   3.3 |1302M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |2636k|6529 | 0.000000e+00 |      --      |    Inf 
1125.11/1125.13	c  1125s|  5700k|  1465k| 18850k|   3.3 |1305M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |2640k|6529 | 0.000000e+00 |      --      |    Inf 
1127.31/1127.31	c  1127s|  5710k|  1468k| 18883k|   3.3 |1307M|  63 |   - |  70 |4131 |  70 |  21 |  18 |2645k|6529 | 0.000000e+00 |      --      |    Inf 
1129.41/1129.42	c  1129s|  5720k|  1470k| 18916k|   3.3 |1309M|  63 |   8 |  70 |4719 |  70 |  21 |  18 |2650k|6529 | 0.000000e+00 |      --      |    Inf 
1131.41/1131.48	c  1131s|  5730k|  1473k| 18948k|   3.3 |1312M|  63 |   8 |  70 |4913 |  70 |  21 |  18 |2654k|6529 | 0.000000e+00 |      --      |    Inf 
1133.61/1133.60	c  1134s|  5740k|  1475k| 18980k|   3.3 |1314M|  63 |   8 |  70 |5607 |  70 |  21 |  18 |2659k|6529 | 0.000000e+00 |      --      |    Inf 
1135.81/1135.89	c  1136s|  5750k|  1477k| 19013k|   3.3 |1316M|  63 |   - |  70 |4248 |  70 |  21 |  18 |2664k|6529 | 0.000000e+00 |      --      |    Inf 
1137.91/1137.99	c  1138s|  5760k|  1480k| 19046k|   3.3 |1318M|  63 |   - |  70 |4373 |  70 |  21 |  18 |2668k|6529 | 0.000000e+00 |      --      |    Inf 
1140.11/1140.16	c  1140s|  5770k|  1482k| 19079k|   3.3 |1320M|  63 |   - |  70 |4537 |  70 |  21 |  18 |2673k|6529 | 0.000000e+00 |      --      |    Inf 
1142.41/1142.42	c  1142s|  5780k|  1485k| 19111k|   3.3 |1323M|  63 |   - |  70 |4134 |  70 |  21 |  18 |2678k|6529 | 0.000000e+00 |      --      |    Inf 
1144.42/1144.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1144.42/1144.45	c  1144s|  5790k|  1487k| 19144k|   3.3 |1325M|  63 |   8 |  70 |4938 |  70 |  21 |  18 |2682k|6529 | 0.000000e+00 |      --      |    Inf 
1146.61/1146.60	c  1147s|  5800k|  1490k| 19176k|   3.3 |1327M|  63 |   - |  70 |4672 |  70 |  21 |  18 |2687k|6529 | 0.000000e+00 |      --      |    Inf 
1148.81/1148.84	c  1149s|  5810k|  1492k| 19210k|   3.3 |1330M|  63 |   8 |  70 |4066 |  70 |  21 |  18 |2691k|6529 | 0.000000e+00 |      --      |    Inf 
1150.81/1150.87	c  1151s|  5820k|  1494k| 19244k|   3.3 |1332M|  63 |   8 |  70 |4635 |  70 |  21 |  18 |2696k|6529 | 0.000000e+00 |      --      |    Inf 
1153.11/1153.12	c  1153s|  5830k|  1496k| 19278k|   3.3 |1334M|  63 |   - |  70 |4148 |  70 |  21 |  18 |2701k|6529 | 0.000000e+00 |      --      |    Inf 
1155.21/1155.29	c  1155s|  5840k|  1499k| 19311k|   3.3 |1336M|  63 |   8 |  70 |4466 |  70 |  21 |  18 |2706k|6529 | 0.000000e+00 |      --      |    Inf 
1157.12/1157.17	c  1157s|  5850k|  1502k| 19344k|   3.3 |1339M|  63 |   - |  70 |5540 |  70 |  21 |  18 |2710k|6529 | 0.000000e+00 |      --      |    Inf 
1159.43/1159.46	c  1159s|  5860k|  1504k| 19376k|   3.3 |1341M|  63 |   - |  70 |4758 |  70 |  21 |  18 |2715k|6529 | 0.000000e+00 |      --      |    Inf 
1161.62/1161.64	c  1162s|  5870k|  1506k| 19409k|   3.3 |1343M|  63 |   - |  70 |4596 |  70 |  21 |  18 |2719k|6529 | 0.000000e+00 |      --      |    Inf 
1163.72/1163.72	c  1164s|  5880k|  1509k| 19442k|   3.3 |1345M|  63 |   - |  70 |4839 |  70 |  21 |  18 |2724k|6529 | 0.000000e+00 |      --      |    Inf 
1165.91/1165.99	c  1166s|  5890k|  1511k| 19475k|   3.3 |1348M|  63 |   8 |  70 |4521 |  70 |  21 |  18 |2729k|6529 | 0.000000e+00 |      --      |    Inf 
1167.91/1167.99	c  1168s|  5900k|  1514k| 19508k|   3.3 |1350M|  63 |   8 |  70 |5324 |  70 |  21 |  18 |2733k|6529 | 0.000000e+00 |      --      |    Inf 
1169.91/1169.99	c  1170s|  5910k|  1517k| 19540k|   3.3 |1353M|  63 |   8 |  70 |6063 |  70 |  21 |  18 |2738k|6529 | 0.000000e+00 |      --      |    Inf 
1172.01/1172.05	c  1172s|  5920k|  1520k| 19573k|   3.3 |1355M|  63 |   8 |  70 |7119 |  70 |  21 |  18 |2742k|6529 | 0.000000e+00 |      --      |    Inf 
1174.31/1174.40	c  1174s|  5930k|  1522k| 19607k|   3.3 |1357M|  63 |   - |  70 |5536 |  70 |  21 |  18 |2747k|6529 | 0.000000e+00 |      --      |    Inf 
1176.41/1176.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.41/1176.49	c  1176s|  5940k|  1524k| 19640k|   3.3 |1359M|  63 |   8 |  70 |5144 |  70 |  21 |  18 |2752k|6529 | 0.000000e+00 |      --      |    Inf 
1178.71/1178.77	c  1179s|  5950k|  1527k| 19672k|   3.3 |1362M|  63 |   - |  70 |4692 |  70 |  21 |  18 |2757k|6529 | 0.000000e+00 |      --      |    Inf 
1180.91/1180.97	c  1181s|  5960k|  1529k| 19705k|   3.3 |1364M|  63 |   - |  70 |5000 |  70 |  21 |  18 |2761k|6529 | 0.000000e+00 |      --      |    Inf 
1182.91/1182.93	c  1183s|  5970k|  1532k| 19739k|   3.3 |1366M|  63 |   - |  70 |5473 |  70 |  21 |  18 |2766k|6529 | 0.000000e+00 |      --      |    Inf 
1185.21/1185.24	c  1185s|  5980k|  1534k| 19772k|   3.3 |1368M|  63 |   - |  70 |4782 |   0 |   0 |  18 |2771k|6529 | 0.000000e+00 |      --      |    Inf 
1187.21/1187.24	c  1187s|  5990k|  1537k| 19805k|   3.3 |1371M|  63 |   8 |  70 |5726 |  70 |  21 |  18 |2775k|6529 | 0.000000e+00 |      --      |    Inf 
1189.51/1189.50	c  1190s|  6000k|  1539k| 19838k|   3.3 |1373M|  63 |   8 |  70 |4254 |  70 |  21 |  18 |2780k|6529 | 0.000000e+00 |      --      |    Inf 
1191.72/1191.72	c  1192s|  6010k|  1542k| 19871k|   3.3 |1375M|  63 |   8 |  70 |4202 |  70 |  21 |  18 |2785k|6529 | 0.000000e+00 |      --      |    Inf 
1193.81/1193.81	c  1194s|  6020k|  1544k| 19904k|   3.3 |1377M|  63 |   - |  70 |4519 |  70 |  21 |  18 |2789k|6529 | 0.000000e+00 |      --      |    Inf 
1195.72/1195.78	c  1196s|  6030k|  1547k| 19936k|   3.3 |1380M|  63 |   - |  70 |5198 |  70 |  21 |  18 |2794k|6529 | 0.000000e+00 |      --      |    Inf 
1197.93/1197.93	c  1198s|  6040k|  1549k| 19970k|   3.3 |1382M|  63 |   8 |  70 |5644 |  70 |  21 |  18 |2799k|6529 | 0.000000e+00 |      --      |    Inf 
1200.02/1200.08	c  1200s|  6050k|  1552k| 20003k|   3.3 |1384M|  63 |   8 |  70 |5426 |  70 |  21 |  18 |2803k|6529 | 0.000000e+00 |      --      |    Inf 
1202.11/1202.16	c  1202s|  6060k|  1555k| 20036k|   3.3 |1387M|  63 |   - |  70 |5430 |  70 |  21 |  18 |2807k|6529 | 0.000000e+00 |      --      |    Inf 
1204.42/1204.41	c  1204s|  6070k|  1558k| 20069k|   3.3 |1389M|  63 |   - |  70 |5102 |  70 |  21 |  18 |2812k|6529 | 0.000000e+00 |      --      |    Inf 
1206.51/1206.53	c  1207s|  6080k|  1560k| 20101k|   3.3 |1391M|  63 |   8 |  70 |5180 |  70 |  21 |  18 |2817k|6529 | 0.000000e+00 |      --      |    Inf 
1208.62/1208.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1208.62/1208.65	c  1209s|  6090k|  1563k| 20134k|   3.3 |1393M|  63 |   8 |  70 |4551 |  70 |  21 |  18 |2821k|6529 | 0.000000e+00 |      --      |    Inf 
1210.71/1210.79	c  1211s|  6100k|  1565k| 20167k|   3.3 |1396M|  63 |   8 |  70 |4602 |  70 |  21 |  18 |2826k|6529 | 0.000000e+00 |      --      |    Inf 
1212.81/1212.86	c  1213s|  6110k|  1568k| 20199k|   3.3 |1398M|  63 |   8 |  70 |6257 |  70 |  21 |  18 |2830k|6529 | 0.000000e+00 |      --      |    Inf 
1215.11/1215.19	c  1215s|  6120k|  1570k| 20232k|   3.3 |1400M|  63 |   8 |  70 |4239 |  70 |  21 |  18 |2835k|6529 | 0.000000e+00 |      --      |    Inf 
1217.41/1217.41	c  1217s|  6130k|  1573k| 20266k|   3.3 |1402M|  63 |   8 |  70 |4423 |  70 |  21 |  18 |2840k|6529 | 0.000000e+00 |      --      |    Inf 
1219.71/1219.72	c  1220s|  6140k|  1575k| 20298k|   3.3 |1405M|  63 |   8 |  70 |4088 |  70 |  21 |  18 |2845k|6529 | 0.000000e+00 |      --      |    Inf 
1221.81/1221.82	c  1222s|  6150k|  1577k| 20331k|   3.3 |1407M|  63 |   8 |  70 |4637 |  70 |  21 |  18 |2849k|6529 | 0.000000e+00 |      --      |    Inf 
1223.92/1223.98	c  1224s|  6160k|  1580k| 20364k|   3.3 |1409M|  63 |   8 |  70 |4525 |  70 |  21 |  18 |2854k|6529 | 0.000000e+00 |      --      |    Inf 
1225.81/1225.87	c  1226s|  6170k|  1583k| 20395k|   3.3 |1412M|  63 |   8 |  70 |5961 |  70 |  21 |  18 |2858k|6529 | 0.000000e+00 |      --      |    Inf 
1227.91/1227.91	c  1228s|  6180k|  1586k| 20426k|   3.3 |1414M|  63 |   8 |  70 |5994 |  70 |  21 |  18 |2862k|6529 | 0.000000e+00 |      --      |    Inf 
1230.01/1230.06	c  1230s|  6190k|  1589k| 20459k|   3.3 |1417M|  63 |   8 |  70 |6042 |  70 |  21 |  18 |2867k|6529 | 0.000000e+00 |      --      |    Inf 
1232.11/1232.18	c  1232s|  6200k|  1591k| 20492k|   3.3 |1419M|  63 |   8 |  70 |5787 |  70 |  21 |  18 |2871k|6529 | 0.000000e+00 |      --      |    Inf 
1234.41/1234.44	c  1234s|  6210k|  1594k| 20525k|   3.3 |1421M|  63 |   - |  70 |4613 |  70 |  21 |  18 |2876k|6529 | 0.000000e+00 |      --      |    Inf 
1236.52/1236.58	c  1237s|  6220k|  1596k| 20557k|   3.3 |1423M|  63 |   - |  70 |4744 |  70 |  21 |  18 |2881k|6529 | 0.000000e+00 |      --      |    Inf 
1238.71/1238.74	c  1239s|  6230k|  1599k| 20589k|   3.3 |1426M|  63 |   8 |  70 |5208 |  70 |  21 |  18 |2885k|6529 | 0.000000e+00 |      --      |    Inf 
1240.92/1240.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1240.92/1240.91	c  1241s|  6240k|  1601k| 20622k|   3.3 |1428M|  63 |   8 |  70 |4516 |  70 |  21 |  18 |2890k|6529 | 0.000000e+00 |      --      |    Inf 
1243.03/1243.05	c  1243s|  6250k|  1604k| 20656k|   3.3 |1430M|  63 |   8 |  70 |4689 |  70 |  21 |  18 |2895k|6529 | 0.000000e+00 |      --      |    Inf 
1245.32/1245.30	c  1245s|  6260k|  1606k| 20689k|   3.3 |1432M|  63 |   - |  70 |4197 |  70 |  21 |  18 |2899k|6529 | 0.000000e+00 |      --      |    Inf 
1247.32/1247.41	c  1247s|  6270k|  1608k| 20722k|   3.3 |1434M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |2904k|6529 | 0.000000e+00 |      --      |    Inf 
1249.41/1249.42	c  1249s|  6280k|  1611k| 20755k|   3.3 |1437M|  63 |   - |  70 |4831 |  70 |  21 |  18 |2909k|6529 | 0.000000e+00 |      --      |    Inf 
1251.72/1251.81	c  1252s|  6290k|  1613k| 20788k|   3.3 |1439M|  63 |   - |  70 |3762 |  70 |  21 |  18 |2913k|6529 | 0.000000e+00 |      --      |    Inf 
1253.92/1253.92	c  1254s|  6300k|  1616k| 20819k|   3.3 |1441M|  63 |   8 |  70 |4313 |  70 |  21 |  18 |2918k|6529 | 0.000000e+00 |      --      |    Inf 
1255.81/1255.86	c  1256s|  6310k|  1618k| 20852k|   3.3 |1444M|  63 |   - |  70 |5132 |  70 |  21 |  18 |2923k|6529 | 0.000000e+00 |      --      |    Inf 
1258.02/1258.09	c  1258s|  6320k|  1621k| 20883k|   3.3 |1446M|  63 |   - |  70 |5216 |  70 |  21 |  18 |2927k|6529 | 0.000000e+00 |      --      |    Inf 
1260.31/1260.35	c  1260s|  6330k|  1623k| 20916k|   3.3 |1448M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |2932k|6529 | 0.000000e+00 |      --      |    Inf 
1262.42/1262.41	c  1262s|  6340k|  1626k| 20949k|   3.3 |1450M|  63 |   8 |  70 |5042 |  70 |  21 |  18 |2937k|6529 | 0.000000e+00 |      --      |    Inf 
1264.52/1264.59	c  1265s|  6350k|  1628k| 20983k|   3.3 |1453M|  63 |   8 |  70 |5445 |  70 |  21 |  18 |2941k|6529 | 0.000000e+00 |      --      |    Inf 
1266.71/1266.77	c  1267s|  6360k|  1631k| 21015k|   3.3 |1455M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2946k|6529 | 0.000000e+00 |      --      |    Inf 
1268.71/1268.77	c  1269s|  6370k|  1633k| 21047k|   3.3 |1457M|  63 |   8 |  70 |5271 |  70 |  21 |  18 |2950k|6529 | 0.000000e+00 |      --      |    Inf 
1270.91/1270.90	c  1271s|  6380k|  1636k| 21081k|   3.3 |1460M|  63 |   8 |  70 |6014 |  70 |  21 |  18 |2955k|6529 | 0.000000e+00 |      --      |    Inf 
1273.02/1273.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1273.02/1273.02	c  1273s|  6390k|  1639k| 21115k|   3.3 |1462M|  63 |   8 |  70 |6196 |  70 |  21 |  18 |2959k|6529 | 0.000000e+00 |      --      |    Inf 
1275.21/1275.20	c  1275s|  6400k|  1641k| 21146k|   3.3 |1464M|  63 |   8 |  70 |4921 |  70 |  21 |  18 |2964k|6529 | 0.000000e+00 |      --      |    Inf 
1277.31/1277.35	c  1277s|  6410k|  1643k| 21179k|   3.3 |1466M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |2969k|6529 | 0.000000e+00 |      --      |    Inf 
1279.42/1279.44	c  1279s|  6420k|  1646k| 21212k|   3.3 |1468M|  63 |   8 |  70 |4695 |  70 |  21 |  18 |2974k|6529 | 0.000000e+00 |      --      |    Inf 
1281.62/1281.62	c  1282s|  6430k|  1648k| 21245k|   3.3 |1470M|  63 |   8 |  70 |4083 |  70 |  21 |  18 |2978k|6529 | 0.000000e+00 |      --      |    Inf 
1283.91/1283.92	c  1284s|  6440k|  1650k| 21278k|   3.3 |1473M|  63 |   - |  70 |4042 |  70 |  21 |  18 |2983k|6529 | 0.000000e+00 |      --      |    Inf 
1286.11/1286.10	c  1286s|  6450k|  1653k| 21311k|   3.3 |1475M|  63 |   - |  70 |4122 |  70 |  21 |  18 |2988k|6529 | 0.000000e+00 |      --      |    Inf 
1288.13/1288.11	c  1288s|  6460k|  1655k| 21344k|   3.3 |1477M|  63 |   8 |  70 |4573 |  70 |  21 |  18 |2993k|6529 | 0.000000e+00 |      --      |    Inf 
1290.34/1290.37	c  1290s|  6470k|  1658k| 21377k|   3.3 |1480M|  63 |   8 |  70 |4686 |  70 |  21 |  18 |2997k|6529 | 0.000000e+00 |      --      |    Inf 
1292.53/1292.52	c  1293s|  6480k|  1660k| 21411k|   3.3 |1482M|  63 |   8 |  70 |4823 |  70 |  21 |  18 |3002k|6529 | 0.000000e+00 |      --      |    Inf 
1294.42/1294.46	c  1294s|  6490k|  1663k| 21443k|   3.3 |1485M|  63 |   8 |  70 |6451 |  70 |  21 |  18 |3006k|6529 | 0.000000e+00 |      --      |    Inf 
1296.72/1296.74	c  1297s|  6500k|  1665k| 21476k|   3.3 |1487M|  63 |   - |  70 |4744 |  70 |  21 |  18 |3011k|6529 | 0.000000e+00 |      --      |    Inf 
1298.91/1298.96	c  1299s|  6510k|  1668k| 21508k|   3.3 |1489M|  63 |   - |  70 |4522 |  70 |  21 |  18 |3016k|6529 | 0.000000e+00 |      --      |    Inf 
1301.12/1301.18	c  1301s|  6520k|  1670k| 21541k|   3.3 |1491M|  63 |   - |  70 |4435 |  70 |  21 |  18 |3021k|6529 | 0.000000e+00 |      --      |    Inf 
1303.21/1303.24	c  1303s|  6530k|  1673k| 21573k|   3.3 |1493M|  63 |   - |  70 |5414 |  70 |  21 |  18 |3025k|6529 | 0.000000e+00 |      --      |    Inf 
1305.32/1305.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1305.32/1305.30	c  1305s|  6540k|  1675k| 21605k|   3.3 |1496M|  63 |   8 |  70 |6373 |  70 |  21 |  18 |3029k|6529 | 0.000000e+00 |      --      |    Inf 
1307.31/1307.30	c  1307s|  6550k|  1678k| 21638k|   3.3 |1499M|  63 |   8 |  70 |7015 |  70 |  21 |  18 |3034k|6529 | 0.000000e+00 |      --      |    Inf 
1309.62/1309.60	c  1310s|  6560k|  1681k| 21671k|   3.3 |1501M|  63 |   8 |  70 |5959 |  70 |  21 |  18 |3038k|6529 | 0.000000e+00 |      --      |    Inf 
1312.02/1312.03	c  1312s|  6570k|  1683k| 21703k|   3.3 |1503M|  63 |   - |  70 |5048 |  70 |  21 |  18 |3043k|6529 | 0.000000e+00 |      --      |    Inf 
1314.21/1314.22	c  1314s|  6580k|  1686k| 21736k|   3.3 |1505M|  63 |   8 |  70 |4818 |  70 |  21 |  18 |3048k|6529 | 0.000000e+00 |      --      |    Inf 
1316.32/1316.37	c  1316s|  6590k|  1689k| 21771k|   3.3 |1507M|  63 |   8 |  70 |5456 |  70 |  21 |  18 |3052k|6529 | 0.000000e+00 |      --      |    Inf 
1318.52/1318.56	c  1319s|  6600k|  1691k| 21805k|   3.3 |1510M|  63 |   8 |  70 |5579 |  70 |  21 |  18 |3057k|6529 | 0.000000e+00 |      --      |    Inf 
1320.72/1320.73	c  1321s|  6610k|  1693k| 21839k|   3.3 |1512M|  63 |   8 |  70 |4899 |  70 |  21 |  18 |3062k|6529 | 0.000000e+00 |      --      |    Inf 
1322.92/1322.98	c  1323s|  6620k|  1695k| 21872k|   3.3 |1514M|  63 |   8 |  70 |4450 |  70 |  21 |  18 |3067k|6529 | 0.000000e+00 |      --      |    Inf 
1325.12/1325.13	c  1325s|  6630k|  1698k| 21905k|   3.3 |1516M|  63 |   - |  70 |4409 |  70 |  21 |  18 |3071k|6529 | 0.000000e+00 |      --      |    Inf 
1327.32/1327.33	c  1327s|  6640k|  1700k| 21938k|   3.3 |1518M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |3076k|6529 | 0.000000e+00 |      --      |    Inf 
1329.52/1329.54	c  1330s|  6650k|  1703k| 21971k|   3.3 |1520M|  63 |   8 |  70 |4172 |  70 |  21 |  18 |3081k|6529 | 0.000000e+00 |      --      |    Inf 
1331.61/1331.67	c  1332s|  6660k|  1705k| 22005k|   3.3 |1523M|  63 |   8 |  70 |5062 |  70 |  21 |  18 |3085k|6529 | 0.000000e+00 |      --      |    Inf 
1333.72/1333.80	c  1334s|  6670k|  1707k| 22038k|   3.3 |1525M|  63 |   8 |  70 |4120 |  70 |  21 |  18 |3090k|6529 | 0.000000e+00 |      --      |    Inf 
1336.02/1336.04	c  1336s|  6680k|  1710k| 22071k|   3.3 |1527M|  63 |   8 |  70 |4343 |  70 |  21 |  18 |3095k|6529 | 0.000000e+00 |      --      |    Inf 
1338.21/1338.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1338.21/1338.20	c  1338s|  6690k|  1712k| 22103k|   3.3 |1530M|  63 |   - |  70 |4986 |  70 |  21 |  18 |3100k|6529 | 0.000000e+00 |      --      |    Inf 
1340.22/1340.22	c  1340s|  6700k|  1715k| 22136k|   3.3 |1532M|  63 |   8 |  70 |5020 |  70 |  21 |  18 |3104k|6529 | 0.000000e+00 |      --      |    Inf 
1342.42/1342.45	c  1342s|  6710k|  1717k| 22169k|   3.3 |1534M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |3109k|6529 | 0.000000e+00 |      --      |    Inf 
1344.32/1344.35	c  1344s|  6720k|  1720k| 22201k|   3.3 |1537M|  63 |   8 |  70 |5818 |  70 |  21 |  18 |3113k|6529 | 0.000000e+00 |      --      |    Inf 
1346.52/1346.54	c  1347s|  6730k|  1722k| 22234k|   3.3 |1539M|  63 |   - |  70 |4668 |  70 |  21 |  18 |3118k|6529 | 0.000000e+00 |      --      |    Inf 
1348.82/1348.83	c  1349s|  6740k|  1725k| 22266k|   3.3 |1541M|  63 |   8 |  70 |4767 |  70 |  21 |  18 |3123k|6529 | 0.000000e+00 |      --      |    Inf 
1351.12/1351.14	c  1351s|  6750k|  1727k| 22300k|   3.3 |1543M|  63 |   8 |  70 |4138 |  70 |  21 |  18 |3127k|6529 | 0.000000e+00 |      --      |    Inf 
1353.21/1353.24	c  1353s|  6760k|  1730k| 22332k|   3.3 |1545M|  63 |   8 |  70 |4116 |  70 |  21 |  18 |3132k|6529 | 0.000000e+00 |      --      |    Inf 
1355.12/1355.20	c  1355s|  6770k|  1732k| 22364k|   3.3 |1548M|  63 |   8 |  70 |5713 |  70 |  21 |  18 |3136k|6529 | 0.000000e+00 |      --      |    Inf 
1357.62/1357.63	c  1358s|  6780k|  1735k| 22396k|   3.3 |1550M|  63 |   8 |  70 |4507 |  70 |  21 |  18 |3141k|6529 | 0.000000e+00 |      --      |    Inf 
1359.72/1359.72	c  1360s|  6790k|  1737k| 22429k|   3.3 |1552M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3146k|6529 | 0.000000e+00 |      --      |    Inf 
1361.92/1361.91	c  1362s|  6800k|  1740k| 22462k|   3.3 |1554M|  63 |   8 |  70 |4710 |  70 |  21 |  18 |3150k|6529 | 0.000000e+00 |      --      |    Inf 
1363.93/1363.91	c  1364s|  6810k|  1743k| 22495k|   3.3 |1557M|  63 |   8 |  70 |5673 |  70 |  21 |  18 |3155k|6529 | 0.000000e+00 |      --      |    Inf 
1366.13/1366.11	c  1366s|  6820k|  1745k| 22528k|   3.3 |1559M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |3159k|6529 | 0.000000e+00 |      --      |    Inf 
1368.32/1368.40	c  1368s|  6830k|  1747k| 22561k|   3.3 |1561M|  63 |   8 |  70 |4305 |  70 |  21 |  18 |3164k|6529 | 0.000000e+00 |      --      |    Inf 
1370.42/1370.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1370.42/1370.50	c  1370s|  6840k|  1750k| 22595k|   3.3 |1564M|  63 |   - |  70 |5277 |  70 |  21 |  18 |3169k|6529 | 0.000000e+00 |      --      |    Inf 
1372.73/1372.72	c  1373s|  6850k|  1752k| 22627k|   3.3 |1566M|  63 |   8 |  70 |4771 |  70 |  21 |  18 |3173k|6529 | 0.000000e+00 |      --      |    Inf 
1374.81/1374.88	c  1375s|  6860k|  1754k| 22659k|   3.3 |1568M|  63 |   8 |  70 |4926 |  70 |  21 |  18 |3178k|6529 | 0.000000e+00 |      --      |    Inf 
1377.02/1377.04	c  1377s|  6870k|  1757k| 22692k|   3.3 |1571M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3183k|6529 | 0.000000e+00 |      --      |    Inf 
1379.11/1379.16	c  1379s|  6880k|  1759k| 22725k|   3.3 |1573M|  63 |   8 |  70 |4739 |  70 |  21 |  18 |3187k|6529 | 0.000000e+00 |      --      |    Inf 
1381.42/1381.43	c  1381s|  6890k|  1762k| 22757k|   3.3 |1575M|  63 |   8 |  70 |4406 |  70 |  21 |  18 |3192k|6529 | 0.000000e+00 |      --      |    Inf 
1383.62/1383.65	c  1384s|  6900k|  1764k| 22789k|   3.3 |1577M|  63 |   8 |  70 |4668 |  70 |  21 |  18 |3197k|6529 | 0.000000e+00 |      --      |    Inf 
1385.72/1385.79	c  1386s|  6910k|  1767k| 22822k|   3.3 |1579M|  63 |   8 |  70 |4413 |  70 |  21 |  18 |3201k|6529 | 0.000000e+00 |      --      |    Inf 
1388.02/1388.00	c  1388s|  6920k|  1769k| 22855k|   3.3 |1582M|  63 |   - |  70 |4352 |  70 |  21 |  18 |3206k|6529 | 0.000000e+00 |      --      |    Inf 
1390.11/1390.13	c  1390s|  6930k|  1771k| 22888k|   3.3 |1584M|  63 |   - |  70 |5109 |  70 |  21 |  18 |3211k|6529 | 0.000000e+00 |      --      |    Inf 
1392.31/1392.39	c  1392s|  6940k|  1774k| 22920k|   3.3 |1586M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |3216k|6529 | 0.000000e+00 |      --      |    Inf 
1394.52/1394.58	c  1395s|  6950k|  1776k| 22952k|   3.3 |1589M|  63 |   - |  70 |4642 |  70 |  21 |  18 |3220k|6529 | 0.000000e+00 |      --      |    Inf 
1396.72/1396.76	c  1397s|  6960k|  1779k| 22986k|   3.3 |1591M|  63 |   - |  70 |4613 |  70 |  21 |  18 |3225k|6529 | 0.000000e+00 |      --      |    Inf 
1398.91/1398.93	c  1399s|  6970k|  1781k| 23018k|   3.3 |1593M|  63 |   8 |  70 |4183 |  70 |  21 |  18 |3230k|6529 | 0.000000e+00 |      --      |    Inf 
1400.92/1400.96	c  1401s|  6980k|  1784k| 23050k|   3.3 |1596M|  63 |   8 |  70 |5280 |  70 |  21 |  18 |3234k|6529 | 0.000000e+00 |      --      |    Inf 
1403.02/1403.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1403.02/1403.08	c  1403s|  6990k|  1787k| 23082k|   3.3 |1598M|  63 |   - |  70 |4847 |  70 |  21 |  18 |3239k|6529 | 0.000000e+00 |      --      |    Inf 
1405.22/1405.21	c  1405s|  7000k|  1789k| 23115k|   3.3 |1600M|  63 |   - |  70 |4497 |  70 |  21 |  18 |3243k|6529 | 0.000000e+00 |      --      |    Inf 
1407.22/1407.25	c  1407s|  7010k|  1792k| 23149k|   3.3 |1603M|  63 |   8 |  70 |5389 |  70 |  21 |  18 |3248k|6529 | 0.000000e+00 |      --      |    Inf 
1409.32/1409.37	c  1409s|  7020k|  1794k| 23181k|   3.3 |1605M|  63 |   - |  70 |5443 |  70 |  21 |  18 |3253k|6529 | 0.000000e+00 |      --      |    Inf 
1411.52/1411.59	c  1412s|  7030k|  1797k| 23213k|   3.3 |1607M|  63 |   8 |  70 |4640 |  70 |  21 |  18 |3257k|6529 | 0.000000e+00 |      --      |    Inf 
1413.72/1413.74	c  1414s|  7040k|  1799k| 23246k|   3.3 |1609M|  63 |   8 |  70 |4803 |  70 |  21 |  18 |3262k|6529 | 0.000000e+00 |      --      |    Inf 
1416.02/1416.06	c  1416s|  7050k|  1801k| 23280k|   3.3 |1611M|  63 |   8 |  70 |4535 |  70 |  21 |  18 |3267k|6529 | 0.000000e+00 |      --      |    Inf 
1418.12/1418.15	c  1418s|  7060k|  1804k| 23312k|   3.3 |1614M|  63 |   8 |  70 |4793 |  70 |  21 |  18 |3271k|6529 | 0.000000e+00 |      --      |    Inf 
1420.32/1420.33	c  1420s|  7070k|  1806k| 23344k|   3.3 |1616M|  63 |   - |  70 |5171 |  70 |  21 |  18 |3276k|6529 | 0.000000e+00 |      --      |    Inf 
1422.62/1422.66	c  1423s|  7080k|  1809k| 23376k|   3.3 |1618M|  63 |   8 |  70 |4699 |  70 |  21 |  18 |3281k|6529 | 0.000000e+00 |      --      |    Inf 
1424.82/1424.84	c  1425s|  7090k|  1811k| 23410k|   3.3 |1620M|  63 |   8 |  70 |4962 |  70 |  21 |  18 |3286k|6529 | 0.000000e+00 |      --      |    Inf 
1427.02/1427.00	c  1427s|  7100k|  1813k| 23444k|   3.3 |1623M|  63 |   8 |  70 |5496 |  70 |  21 |  18 |3290k|6529 | 0.000000e+00 |      --      |    Inf 
1429.42/1429.44	c  1429s|  7110k|  1815k| 23477k|   3.3 |1625M|  63 |   - |  70 |4363 |  70 |  21 |  18 |3295k|6529 | 0.000000e+00 |      --      |    Inf 
1431.52/1431.57	c  1432s|  7120k|  1818k| 23511k|   3.3 |1627M|  63 |   - |  70 |4400 |  70 |  21 |  18 |3300k|6529 | 0.000000e+00 |      --      |    Inf 
1433.51/1433.53	c  1434s|  7130k|  1821k| 23543k|   3.3 |1630M|  63 |   - |  70 |5383 |  70 |  21 |  18 |3304k|6529 | 0.000000e+00 |      --      |    Inf 
1435.82/1435.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1435.82/1435.87	c  1436s|  7140k|  1823k| 23575k|   3.3 |1632M|  63 |   8 |  70 |4451 |  70 |  21 |  18 |3309k|6529 | 0.000000e+00 |      --      |    Inf 
1438.01/1438.02	c  1438s|  7150k|  1825k| 23608k|   3.3 |1634M|  63 |   8 |  70 |3999 |  70 |  21 |  18 |3314k|6529 | 0.000000e+00 |      --      |    Inf 
1440.02/1440.09	c  1440s|  7160k|  1828k| 23640k|   3.3 |1636M|  63 |   - |  70 |4944 |  70 |  21 |  18 |3319k|6529 | 0.000000e+00 |      --      |    Inf 
1442.31/1442.34	c  1442s|  7170k|  1830k| 23673k|   3.3 |1638M|  63 |   - |  70 |4361 |  70 |  21 |  18 |3323k|6529 | 0.000000e+00 |      --      |    Inf 
1444.33/1444.35	c  1444s|  7180k|  1833k| 23706k|   3.3 |1641M|  63 |   - |  70 |5444 |  70 |  21 |  18 |3328k|6529 | 0.000000e+00 |      --      |    Inf 
1446.53/1446.57	c  1447s|  7190k|  1835k| 23739k|   3.3 |1643M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |3332k|6529 | 0.000000e+00 |      --      |    Inf 
1448.74/1448.72	c  1449s|  7200k|  1837k| 23772k|   3.3 |1645M|  63 |   8 |  70 |4577 |  70 |  21 |  18 |3337k|6529 | 0.000000e+00 |      --      |    Inf 
1450.83/1450.89	c  1451s|  7210k|  1840k| 23805k|   3.3 |1647M|  63 |   8 |  70 |4316 |  70 |  21 |  18 |3342k|6529 | 0.000000e+00 |      --      |    Inf 
1452.72/1452.73	c  1453s|  7220k|  1843k| 23837k|   3.3 |1650M|  63 |   8 |  70 |6020 |  70 |  21 |  18 |3346k|6529 | 0.000000e+00 |      --      |    Inf 
1454.82/1454.89	c  1455s|  7230k|  1845k| 23869k|   3.3 |1653M|  63 |   8 |  70 |6532 |  70 |  21 |  18 |3350k|6529 | 0.000000e+00 |      --      |    Inf 
1457.12/1457.12	c  1457s|  7240k|  1848k| 23901k|   3.3 |1655M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3355k|6529 | 0.000000e+00 |      --      |    Inf 
1459.32/1459.38	c  1459s|  7250k|  1850k| 23935k|   3.3 |1657M|  63 |   8 |  70 |4372 |  70 |  21 |  18 |3360k|6529 | 0.000000e+00 |      --      |    Inf 
1461.52/1461.50	c  1461s|  7260k|  1853k| 23967k|   3.3 |1659M|  63 |   8 |  70 |4639 |  70 |  21 |  18 |3364k|6529 | 0.000000e+00 |      --      |    Inf 
1463.82/1463.84	c  1464s|  7270k|  1855k| 24000k|   3.3 |1661M|  63 |   - |  70 |4099 |  70 |  21 |  18 |3369k|6529 | 0.000000e+00 |      --      |    Inf 
1465.82/1465.84	c  1466s|  7280k|  1858k| 24032k|   3.3 |1664M|  63 |   - |  70 |4821 |  70 |  21 |  18 |3373k|6529 | 0.000000e+00 |      --      |    Inf 
1468.12/1468.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1468.12/1468.18	c  1468s|  7290k|  1860k| 24064k|   3.3 |1666M|  63 |   - |  70 |4268 |  70 |  21 |  18 |3378k|6529 | 0.000000e+00 |      --      |    Inf 
1470.32/1470.39	c  1470s|  7300k|  1863k| 24096k|   3.3 |1668M|  63 |   - |  70 |4541 |  70 |  21 |  18 |3383k|6529 | 0.000000e+00 |      --      |    Inf 
1472.52/1472.57	c  1473s|  7310k|  1865k| 24129k|   3.3 |1670M|  63 |   8 |  70 |4404 |  70 |  21 |  18 |3388k|6529 | 0.000000e+00 |      --      |    Inf 
1474.72/1474.73	c  1475s|  7320k|  1867k| 24164k|   3.3 |1673M|  63 |   - |  70 |5462 |  70 |  21 |  18 |3392k|6529 | 0.000000e+00 |      --      |    Inf 
1476.82/1476.88	c  1477s|  7330k|  1870k| 24196k|   3.3 |1675M|  63 |   8 |  70 |5723 |  70 |  21 |  18 |3397k|6529 | 0.000000e+00 |      --      |    Inf 
1479.11/1479.12	c  1479s|  7340k|  1872k| 24229k|   3.3 |1677M|  63 |   8 |  70 |4561 |  70 |  21 |  18 |3402k|6529 | 0.000000e+00 |      --      |    Inf 
1481.42/1481.46	c  1481s|  7350k|  1875k| 24261k|   3.3 |1679M|  63 |   8 |  70 |4308 |  70 |  21 |  18 |3406k|6529 | 0.000000e+00 |      --      |    Inf 
1483.62/1483.62	c  1484s|  7360k|  1877k| 24294k|   3.3 |1681M|  63 |   8 |  70 |4415 |  70 |  21 |  18 |3411k|6529 | 0.000000e+00 |      --      |    Inf 
1485.72/1485.76	c  1486s|  7370k|  1879k| 24328k|   3.3 |1684M|  63 |   - |  70 |5117 |  70 |  21 |  18 |3416k|6529 | 0.000000e+00 |      --      |    Inf 
1488.12/1488.10	c  1488s|  7380k|  1882k| 24361k|   3.3 |1686M|  63 |   - |  70 |4973 |  70 |  21 |  18 |3420k|6529 | 0.000000e+00 |      --      |    Inf 
1490.32/1490.36	c  1490s|  7390k|  1884k| 24394k|   3.3 |1688M|  63 |   - |  70 |4856 |  70 |  21 |  18 |3425k|6529 | 0.000000e+00 |      --      |    Inf 
1492.52/1492.56	c  1493s|  7400k|  1886k| 24427k|   3.3 |1690M|  63 |   - |  70 |4503 |  70 |  21 |  18 |3430k|6529 | 0.000000e+00 |      --      |    Inf 
1494.72/1494.70	c  1495s|  7410k|  1889k| 24460k|   3.3 |1693M|  63 |   8 |  70 |4906 |  70 |  21 |  18 |3435k|6529 | 0.000000e+00 |      --      |    Inf 
1496.92/1496.97	c  1497s|  7420k|  1891k| 24493k|   3.3 |1695M|  63 |   8 |  70 |4522 |  70 |  21 |  18 |3440k|6529 | 0.000000e+00 |      --      |    Inf 
1499.12/1499.18	c  1499s|  7430k|  1893k| 24526k|   3.3 |1697M|  63 |   - |  70 |4506 |  70 |  21 |  18 |3444k|6529 | 0.000000e+00 |      --      |    Inf 
1501.32/1501.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1501.32/1501.39	c  1501s|  7440k|  1896k| 24559k|   3.3 |1699M|  63 |   - |  70 |4802 |  70 |  21 |  18 |3449k|6529 | 0.000000e+00 |      --      |    Inf 
1503.52/1503.52	c  1504s|  7450k|  1898k| 24592k|   3.3 |1702M|  63 |   - |  70 |4931 |  70 |  21 |  18 |3453k|6529 | 0.000000e+00 |      --      |    Inf 
1505.62/1505.69	c  1506s|  7460k|  1901k| 24625k|   3.3 |1704M|  63 |   - |  70 |4676 |  70 |  21 |  18 |3458k|6529 | 0.000000e+00 |      --      |    Inf 
1507.72/1507.75	c  1508s|  7470k|  1904k| 24658k|   3.3 |1706M|  63 |   - |  70 |5720 |  70 |  21 |  18 |3462k|6529 | 0.000000e+00 |      --      |    Inf 
1509.82/1509.86	c  1510s|  7480k|  1906k| 24691k|   3.3 |1709M|  63 |   8 |  70 |5417 |  70 |  21 |  18 |3467k|6529 | 0.000000e+00 |      --      |    Inf 
1512.02/1512.04	c  1512s|  7490k|  1909k| 24723k|   3.3 |1711M|  63 |   - |  70 |4956 |  70 |  21 |  18 |3472k|6529 | 0.000000e+00 |      --      |    Inf 
1514.12/1514.14	c  1514s|  7500k|  1911k| 24756k|   3.3 |1713M|  63 |   8 |  70 |5722 |  70 |  21 |  18 |3476k|6529 | 0.000000e+00 |      --      |    Inf 
1516.42/1516.46	c  1516s|  7510k|  1914k| 24788k|   3.3 |1715M|  63 |   - |  70 |4380 |  70 |  21 |  18 |3481k|6529 | 0.000000e+00 |      --      |    Inf 
1518.52/1518.55	c  1519s|  7520k|  1916k| 24821k|   3.3 |1718M|  63 |   8 |  70 |4878 |  70 |  21 |  18 |3486k|6529 | 0.000000e+00 |      --      |    Inf 
1520.72/1520.78	c  1521s|  7530k|  1918k| 24855k|   3.3 |1720M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |3490k|6529 | 0.000000e+00 |      --      |    Inf 
1522.93/1522.93	c  1523s|  7540k|  1921k| 24888k|   3.3 |1722M|  63 |   - |  70 |4809 |  70 |  21 |  18 |3495k|6529 | 0.000000e+00 |      --      |    Inf 
1525.02/1525.03	c  1525s|  7550k|  1923k| 24920k|   3.3 |1725M|  63 |   8 |  70 |5265 |  70 |  21 |  18 |3500k|6529 | 0.000000e+00 |      --      |    Inf 
1527.32/1527.39	c  1527s|  7560k|  1926k| 24954k|   3.3 |1727M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3504k|6529 | 0.000000e+00 |      --      |    Inf 
1529.62/1529.60	c  1530s|  7570k|  1928k| 24986k|   3.3 |1729M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3509k|6529 | 0.000000e+00 |      --      |    Inf 
1531.82/1531.80	c  1532s|  7580k|  1931k| 25018k|   3.3 |1731M|  63 |   8 |  70 |4109 |  70 |  21 |  18 |3514k|6529 | 0.000000e+00 |      --      |    Inf 
1533.82/1533.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1533.82/1533.87	c  1534s|  7590k|  1933k| 25051k|   3.3 |1734M|  63 |   - |  70 |5663 |  70 |  21 |  18 |3518k|6529 | 0.000000e+00 |      --      |    Inf 
1536.12/1536.10	c  1536s|  7600k|  1935k| 25084k|   3.3 |1736M|  63 |   8 |  70 |5164 |  70 |  21 |  18 |3523k|6529 | 0.000000e+00 |      --      |    Inf 
1538.42/1538.40	c  1538s|  7610k|  1938k| 25117k|   3.3 |1738M|  63 |   8 |  70 |4554 |  70 |  21 |  18 |3528k|6529 | 0.000000e+00 |      --      |    Inf 
1540.63/1540.61	c  1541s|  7620k|  1940k| 25148k|   3.3 |1740M|  63 |   8 |  70 |4701 |  70 |  21 |  18 |3532k|6529 | 0.000000e+00 |      --      |    Inf 
1542.72/1542.80	c  1543s|  7630k|  1943k| 25182k|   3.3 |1743M|  63 |   - |  70 |5314 |  70 |  21 |  18 |3537k|6529 | 0.000000e+00 |      --      |    Inf 
1544.92/1544.90	c  1545s|  7640k|  1946k| 25215k|   3.3 |1745M|  63 |   - |  70 |5797 |  70 |  21 |  18 |3541k|6529 | 0.000000e+00 |      --      |    Inf 
1547.22/1547.26	c  1547s|  7650k|  1948k| 25248k|   3.3 |1747M|  63 |   8 |  70 |4907 |  70 |  21 |  18 |3546k|6529 | 0.000000e+00 |      --      |    Inf 
1549.42/1549.42	c  1549s|  7660k|  1950k| 25283k|   3.3 |1750M|  63 |   8 |  70 |4989 |  70 |  21 |  18 |3551k|6529 | 0.000000e+00 |      --      |    Inf 
1551.72/1551.73	c  1552s|  7670k|  1953k| 25316k|   3.3 |1752M|  63 |   8 |  70 |4446 |  70 |  21 |  18 |3555k|6529 | 0.000000e+00 |      --      |    Inf 
1553.93/1553.92	c  1554s|  7680k|  1955k| 25349k|   3.3 |1754M|  63 |   8 |  70 |4335 |  70 |  21 |  18 |3560k|6529 | 0.000000e+00 |      --      |    Inf 
1556.02/1556.08	c  1556s|  7690k|  1958k| 25381k|   3.3 |1756M|  63 |   - |  70 |4305 |  70 |  21 |  18 |3565k|6529 | 0.000000e+00 |      --      |    Inf 
1558.12/1558.14	c  1558s|  7700k|  1960k| 25414k|   3.3 |1759M|  63 |   8 |  70 |4835 |  70 |  21 |  18 |3569k|6529 | 0.000000e+00 |      --      |    Inf 
1560.32/1560.34	c  1560s|  7710k|  1963k| 25447k|   3.3 |1761M|  63 |   8 |  70 |4553 |  70 |  21 |  18 |3574k|6529 | 0.000000e+00 |      --      |    Inf 
1562.12/1562.18	c  1562s|  7720k|  1966k| 25478k|   3.3 |1764M|  63 |   8 |  70 |6588 |  70 |  21 |  18 |3578k|6529 | 0.000000e+00 |      --      |    Inf 
1564.42/1564.46	c  1564s|  7730k|  1968k| 25511k|   3.3 |1765M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3583k|6529 | 0.000000e+00 |      --      |    Inf 
1566.72/1566.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.72/1566.77	c  1567s|  7740k|  1971k| 25544k|   3.3 |1768M|  63 |   - |  70 |4488 |  70 |  21 |  18 |3587k|6529 | 0.000000e+00 |      --      |    Inf 
1568.83/1568.86	c  1569s|  7750k|  1973k| 25577k|   3.3 |1770M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3592k|6529 | 0.000000e+00 |      --      |    Inf 
1570.92/1570.94	c  1571s|  7760k|  1975k| 25610k|   3.3 |1772M|  63 |   8 |  70 |5323 |  70 |  21 |  18 |3597k|6529 | 0.000000e+00 |      --      |    Inf 
1573.04/1573.09	c  1573s|  7770k|  1978k| 25642k|   3.3 |1775M|  63 |   8 |  70 |5946 |  70 |  21 |  18 |3601k|6529 | 0.000000e+00 |      --      |    Inf 
1575.23/1575.23	c  1575s|  7780k|  1981k| 25676k|   3.3 |1777M|  63 |   8 |  70 |5811 |  70 |  21 |  18 |3606k|6529 | 0.000000e+00 |      --      |    Inf 
1577.52/1577.53	c  1578s|  7790k|  1983k| 25709k|   3.3 |1779M|  63 |   8 |  70 |4064 |  70 |  21 |  18 |3611k|6529 | 0.000000e+00 |      --      |    Inf 
1579.72/1579.77	c  1580s|  7800k|  1986k| 25742k|   3.3 |1781M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |3615k|6529 | 0.000000e+00 |      --      |    Inf 
1582.12/1582.11	c  1582s|  7810k|  1988k| 25775k|   3.3 |1784M|  63 |   - |  70 |4656 |  70 |  21 |  18 |3620k|6529 | 0.000000e+00 |      --      |    Inf 
1584.32/1584.34	c  1584s|  7820k|  1990k| 25808k|   3.3 |1786M|  63 |   8 |  70 |4625 |  70 |  21 |  18 |3625k|6529 | 0.000000e+00 |      --      |    Inf 
1586.62/1586.67	c  1587s|  7830k|  1992k| 25840k|   3.3 |1788M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |3630k|6529 | 0.000000e+00 |      --      |    Inf 
1588.83/1588.86	c  1589s|  7840k|  1995k| 25873k|   3.3 |1790M|  63 |   8 |  70 |4678 |  70 |  21 |  18 |3634k|6529 | 0.000000e+00 |      --      |    Inf 
1591.02/1591.02	c  1591s|  7850k|  1997k| 25907k|   3.3 |1793M|  63 |   - |  70 |5127 |  70 |  21 |  18 |3639k|6529 | 0.000000e+00 |      --      |    Inf 
1593.22/1593.28	c  1593s|  7860k|  2000k| 25940k|   3.3 |1795M|  63 |   - |  70 |5085 |  70 |  21 |  18 |3643k|6529 | 0.000000e+00 |      --      |    Inf 
1595.22/1595.23	c  1595s|  7870k|  2002k| 25971k|   3.3 |1797M|  63 |   - |  70 |5968 |  70 |  21 |  18 |3648k|6529 | 0.000000e+00 |      --      |    Inf 
1597.42/1597.47	c  1597s|  7880k|  2005k| 26004k|   3.3 |1799M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |3653k|6529 | 0.000000e+00 |      --      |    Inf 
1599.63/1599.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1599.63/1599.68	c  1600s|  7890k|  2007k| 26036k|   3.3 |1802M|  63 |   - |  70 |4379 |  70 |  21 |  18 |3657k|6529 | 0.000000e+00 |      --      |    Inf 
1601.82/1601.89	c  1602s|  7900k|  2009k| 26069k|   3.3 |1804M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3662k|6529 | 0.000000e+00 |      --      |    Inf 
1604.02/1604.01	c  1604s|  7910k|  2012k| 26101k|   3.3 |1806M|  63 |   8 |  70 |4806 |  70 |  21 |  18 |3667k|6529 | 0.000000e+00 |      --      |    Inf 
1606.32/1606.32	c  1606s|  7920k|  2014k| 26134k|   3.3 |1808M|  63 |   - |  70 |4287 |  70 |  21 |  18 |3671k|6529 | 0.000000e+00 |      --      |    Inf 
1608.53/1608.53	c  1609s|  7930k|  2016k| 26167k|   3.3 |1811M|  63 |   8 |  70 |4698 |  70 |  21 |  18 |3676k|6529 | 0.000000e+00 |      --      |    Inf 
1610.52/1610.56	c  1611s|  7940k|  2019k| 26199k|   3.3 |1813M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |3681k|6529 | 0.000000e+00 |      --      |    Inf 
1612.93/1612.96	c  1613s|  7950k|  2021k| 26231k|   3.3 |1815M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |3685k|6529 | 0.000000e+00 |      --      |    Inf 
1615.03/1615.07	c  1615s|  7960k|  2024k| 26264k|   3.3 |1818M|  63 |   8 |  70 |4862 |  70 |  21 |  18 |3690k|6529 | 0.000000e+00 |      --      |    Inf 
1617.12/1617.14	c  1617s|  7970k|  2026k| 26297k|   3.3 |1820M|  63 |   - |  70 |5212 |  70 |  21 |  18 |3695k|6529 | 0.000000e+00 |      --      |    Inf 
1619.24/1619.23	c  1619s|  7980k|  2029k| 26329k|   3.3 |1822M|  63 |   - |  70 |5916 |  70 |  21 |  18 |3699k|6529 | 0.000000e+00 |      --      |    Inf 
1621.33/1621.40	c  1621s|  7990k|  2031k| 26362k|   3.3 |1825M|  63 |   8 |  70 |6454 |  70 |  21 |  18 |3704k|6529 | 0.000000e+00 |      --      |    Inf 
1623.64/1623.64	c  1624s|  8000k|  2034k| 26395k|   3.3 |1827M|  63 |   8 |  70 |4981 |  70 |  21 |  18 |3709k|6529 | 0.000000e+00 |      --      |    Inf 
1625.63/1625.67	c  1626s|  8010k|  2037k| 26428k|   3.3 |1829M|  63 |   8 |  70 |6353 |  70 |  21 |  18 |3713k|6529 | 0.000000e+00 |      --      |    Inf 
1627.73/1627.79	c  1628s|  8020k|  2040k| 26459k|   3.3 |1832M|  63 |   - |  70 |6912 |  70 |  21 |  18 |3717k|6529 | 0.000000e+00 |      --      |    Inf 
1629.82/1629.85	c  1630s|  8030k|  2043k| 26491k|   3.3 |1834M|  63 |   8 |  70 |7635 |  70 |  21 |  18 |3721k|6529 | 0.000000e+00 |      --      |    Inf 
1632.12/1632.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1632.12/1632.14	c  1632s|  8040k|  2045k| 26524k|   3.3 |1836M|  63 |   8 |  70 |6023 |  70 |  21 |  18 |3726k|6529 | 0.000000e+00 |      --      |    Inf 
1634.32/1634.32	c  1634s|  8050k|  2048k| 26556k|   3.3 |1839M|  63 |   8 |  70 |5823 |  70 |  21 |  18 |3731k|6529 | 0.000000e+00 |      --      |    Inf 
1636.62/1636.60	c  1637s|  8060k|  2050k| 26589k|   3.3 |1841M|  63 |   8 |  70 |4797 |  70 |  21 |  18 |3735k|6529 | 0.000000e+00 |      --      |    Inf 
1638.82/1638.82	c  1639s|  8070k|  2053k| 26622k|   3.3 |1843M|  63 |   - |  70 |4863 |  70 |  21 |  18 |3740k|6529 | 0.000000e+00 |      --      |    Inf 
1641.12/1641.17	c  1641s|  8080k|  2055k| 26654k|   3.3 |1845M|  63 |   8 |  70 |4245 |  70 |  21 |  18 |3745k|6529 | 0.000000e+00 |      --      |    Inf 
1643.33/1643.34	c  1643s|  8090k|  2057k| 26688k|   3.3 |1847M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3750k|6529 | 0.000000e+00 |      --      |    Inf 
1645.43/1645.45	c  1645s|  8100k|  2060k| 26719k|   3.3 |1850M|  63 |   8 |  70 |5307 |  70 |  21 |  18 |3754k|6529 | 0.000000e+00 |      --      |    Inf 
1647.72/1647.71	c  1648s|  8110k|  2062k| 26752k|   3.3 |1852M|  63 |   8 |  70 |5154 |  70 |  21 |  18 |3759k|6529 | 0.000000e+00 |      --      |    Inf 
1649.82/1649.86	c  1650s|  8120k|  2065k| 26785k|   3.3 |1854M|  63 |   8 |  70 |5507 |  70 |  21 |  18 |3764k|6529 | 0.000000e+00 |      --      |    Inf 
1651.82/1651.86	c  1652s|  8130k|  2068k| 26817k|   3.3 |1857M|  63 |   8 |  70 |6860 |  70 |  21 |  18 |3768k|6529 | 0.000000e+00 |      --      |    Inf 
1654.12/1654.12	c  1654s|  8140k|  2070k| 26851k|   3.3 |1859M|  63 |   8 |  70 |6433 |  70 |  21 |  18 |3773k|6529 | 0.000000e+00 |      --      |    Inf 
1656.42/1656.49	c  1656s|  8150k|  2072k| 26883k|   3.3 |1861M|  63 |   8 |  70 |4969 |  70 |  21 |  18 |3777k|6529 | 0.000000e+00 |      --      |    Inf 
1658.84/1658.87	c  1659s|  8160k|  2074k| 26916k|   3.3 |1863M|  63 |   - |  70 |4311 |  70 |  21 |  18 |3782k|6529 | 0.000000e+00 |      --      |    Inf 
1660.93/1660.98	c  1661s|  8170k|  2077k| 26950k|   3.3 |1865M|  63 |   - |  70 |5325 |   0 |   0 |  18 |3787k|6529 | 0.000000e+00 |      --      |    Inf 
1662.93/1662.95	c  1663s|  8180k|  2080k| 26983k|   3.3 |1868M|  63 |   8 |  70 |7151 |  70 |  21 |  18 |3791k|6529 | 0.000000e+00 |      --      |    Inf 
1665.33/1665.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1665.33/1665.35	c  1665s|  8190k|  2083k| 27015k|   3.3 |1870M|  63 |   8 |  70 |5469 |  70 |  21 |  18 |3796k|6529 | 0.000000e+00 |      --      |    Inf 
1667.42/1667.43	c  1667s|  8200k|  2085k| 27048k|   3.3 |1873M|  63 |   - |  70 |6209 |  70 |  21 |  18 |3800k|6529 | 0.000000e+00 |      --      |    Inf 
1669.52/1669.53	c  1670s|  8210k|  2088k| 27081k|   3.3 |1875M|  63 |   - |  70 |5988 |  70 |  21 |  18 |3804k|6529 | 0.000000e+00 |      --      |    Inf 
1672.04/1672.01	c  1672s|  8220k|  2090k| 27114k|   3.3 |1877M|  63 |   8 |  70 |4645 |  70 |  21 |  18 |3809k|6529 | 0.000000e+00 |      --      |    Inf 
1674.23/1674.28	c  1674s|  8230k|  2093k| 27146k|   3.3 |1879M|  63 |   - |  70 |4916 |  70 |  21 |  18 |3814k|6529 | 0.000000e+00 |      --      |    Inf 
1676.22/1676.25	c  1676s|  8240k|  2096k| 27179k|   3.3 |1882M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3818k|6529 | 0.000000e+00 |      --      |    Inf 
1678.32/1678.34	c  1678s|  8250k|  2099k| 27212k|   3.3 |1884M|  63 |   8 |  70 |6913 |  70 |  21 |  18 |3823k|6529 | 0.000000e+00 |      --      |    Inf 
1680.62/1680.60	c  1681s|  8260k|  2101k| 27244k|   3.3 |1886M|  63 |   8 |  70 |6362 |  70 |  21 |  18 |3827k|6529 | 0.000000e+00 |      --      |    Inf 
1682.82/1682.85	c  1683s|  8270k|  2104k| 27276k|   3.3 |1889M|  63 |   - |  70 |5638 |   0 |   0 |  18 |3832k|6529 | 0.000000e+00 |      --      |    Inf 
1685.24/1685.23	c  1685s|  8280k|  2106k| 27308k|   3.3 |1891M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3836k|6529 | 0.000000e+00 |      --      |    Inf 
1687.52/1687.50	c  1688s|  8290k|  2109k| 27341k|   3.3 |1893M|  63 |   8 |  70 |4583 |  70 |  21 |  18 |3841k|6529 | 0.000000e+00 |      --      |    Inf 
1689.52/1689.57	c  1690s|  8300k|  2111k| 27374k|   3.3 |1895M|  63 |   8 |  70 |5128 |  70 |  21 |  18 |3846k|6529 | 0.000000e+00 |      --      |    Inf 
1691.62/1691.64	c  1692s|  8310k|  2114k| 27407k|   3.3 |1898M|  63 |   8 |  70 |6340 |  70 |  21 |  18 |3850k|6529 | 0.000000e+00 |      --      |    Inf 
1693.93/1693.95	c  1694s|  8320k|  2117k| 27440k|   3.3 |1900M|  63 |   8 |  70 |4915 |  70 |  21 |  18 |3855k|6529 | 0.000000e+00 |      --      |    Inf 
1696.12/1696.19	c  1696s|  8330k|  2119k| 27472k|   3.3 |1902M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3860k|6529 | 0.000000e+00 |      --      |    Inf 
1698.33/1698.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1698.33/1698.33	c  1698s|  8340k|  2121k| 27505k|   3.3 |1904M|  63 |   8 |  70 |4467 |  70 |  21 |  18 |3864k|6529 | 0.000000e+00 |      --      |    Inf 
1700.42/1700.46	c  1700s|  8350k|  2124k| 27538k|   3.3 |1907M|  63 |   8 |  70 |4660 |  70 |  21 |  18 |3869k|6529 | 0.000000e+00 |      --      |    Inf 
1702.62/1702.67	c  1703s|  8360k|  2126k| 27571k|   3.3 |1909M|  63 |   - |  70 |4153 |  70 |  21 |  18 |3874k|6529 | 0.000000e+00 |      --      |    Inf 
1704.82/1704.86	c  1705s|  8370k|  2129k| 27605k|   3.3 |1911M|  63 |   8 |  70 |4352 |  70 |  21 |  18 |3878k|6529 | 0.000000e+00 |      --      |    Inf 
1706.92/1706.92	c  1707s|  8380k|  2131k| 27638k|   3.3 |1914M|  63 |   8 |  70 |5838 |  70 |  21 |  18 |3883k|6529 | 0.000000e+00 |      --      |    Inf 
1709.02/1709.09	c  1709s|  8390k|  2134k| 27670k|   3.3 |1916M|  63 |   - |  70 |5462 |  70 |  21 |  18 |3887k|6529 | 0.000000e+00 |      --      |    Inf 
1711.42/1711.49	c  1711s|  8400k|  2136k| 27703k|   3.3 |1918M|  63 |   - |  70 |4297 |  70 |  21 |  18 |3892k|6529 | 0.000000e+00 |      --      |    Inf 
1713.73/1713.74	c  1714s|  8410k|  2138k| 27735k|   3.3 |1920M|  63 |   8 |  70 |3992 |  70 |  21 |  18 |3897k|6529 | 0.000000e+00 |      --      |    Inf 
1715.93/1715.95	c  1716s|  8420k|  2141k| 27768k|   3.3 |1923M|  63 |   8 |  70 |4439 |  70 |  21 |  18 |3901k|6529 | 0.000000e+00 |      --      |    Inf 
1718.13/1718.11	c  1718s|  8430k|  2143k| 27801k|   3.3 |1925M|  63 |   8 |  70 |5116 |  70 |  21 |  18 |3906k|6529 | 0.000000e+00 |      --      |    Inf 
1720.22/1720.23	c  1720s|  8440k|  2146k| 27833k|   3.3 |1927M|  63 |   8 |  70 |5409 |  70 |  21 |  18 |3910k|6529 | 0.000000e+00 |      --      |    Inf 
1722.32/1722.38	c  1722s|  8450k|  2148k| 27866k|   3.3 |1930M|  63 |   8 |  70 |5200 |  70 |  21 |  18 |3915k|6529 | 0.000000e+00 |      --      |    Inf 
1724.73/1724.76	c  1725s|  8460k|  2151k| 27899k|   3.3 |1932M|  63 |   8 |  70 |4391 |  70 |  21 |  18 |3920k|6529 | 0.000000e+00 |      --      |    Inf 
1726.92/1726.93	c  1727s|  8470k|  2153k| 27931k|   3.3 |1934M|  63 |   - |  70 |5004 |  70 |  21 |  18 |3925k|6529 | 0.000000e+00 |      --      |    Inf 
1729.24/1729.24	c  1729s|  8480k|  2155k| 27964k|   3.3 |1936M|  63 |   8 |  70 |4076 |  70 |  21 |  18 |3929k|6529 | 0.000000e+00 |      --      |    Inf 
1731.62/1731.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1731.62/1731.63	c  1732s|  8490k|  2157k| 27996k|   3.3 |1938M|  63 |   8 |  70 |3971 |  70 |  21 |  18 |3934k|6529 | 0.000000e+00 |      --      |    Inf 
1733.72/1733.78	c  1734s|  8500k|  2160k| 28029k|   3.3 |1940M|  63 |   - |  70 |4360 |  70 |  21 |  18 |3939k|6529 | 0.000000e+00 |      --      |    Inf 
1736.12/1736.13	c  1736s|  8510k|  2162k| 28062k|   3.3 |1943M|  63 |   8 |  70 |4306 |  70 |  21 |  18 |3944k|6529 | 0.000000e+00 |      --      |    Inf 
1738.42/1738.46	c  1738s|  8520k|  2164k| 28094k|   3.3 |1945M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |3949k|6529 | 0.000000e+00 |      --      |    Inf 
1740.52/1740.55	c  1741s|  8530k|  2167k| 28128k|   3.3 |1947M|  63 |   8 |  70 |4940 |  70 |  21 |  18 |3953k|6529 | 0.000000e+00 |      --      |    Inf 
1742.83/1742.88	c  1743s|  8540k|  2169k| 28160k|   3.3 |1949M|  63 |   - |  70 |4671 |  70 |  21 |  18 |3958k|6529 | 0.000000e+00 |      --      |    Inf 
1745.12/1745.12	c  1745s|  8550k|  2171k| 28193k|   3.3 |1952M|  63 |   8 |  70 |4741 |  70 |  21 |  18 |3963k|6529 | 0.000000e+00 |      --      |    Inf 
1747.02/1747.06	c  1747s|  8560k|  2174k| 28224k|   3.3 |1954M|  63 |   - |  70 |6455 |   0 |   0 |  18 |3967k|6529 | 0.000000e+00 |      --      |    Inf 
1749.42/1749.49	c  1749s|  8570k|  2177k| 28257k|   3.3 |1956M|  63 |   8 |  70 |5264 |  70 |  21 |  18 |3972k|6529 | 0.000000e+00 |      --      |    Inf 
1751.72/1751.75	c  1752s|  8580k|  2179k| 28289k|   3.3 |1959M|  63 |   8 |  70 |5170 |  70 |  21 |  18 |3976k|6529 | 0.000000e+00 |      --      |    Inf 
1753.93/1753.97	c  1754s|  8590k|  2181k| 28323k|   3.3 |1961M|  63 |   8 |  70 |4690 |  70 |  21 |  18 |3981k|6529 | 0.000000e+00 |      --      |    Inf 
1756.22/1756.29	c  1756s|  8600k|  2183k| 28356k|   3.3 |1963M|  63 |   8 |  70 |4589 |  70 |  21 |  18 |3986k|6529 | 0.000000e+00 |      --      |    Inf 
1758.33/1758.32	c  1758s|  8610k|  2186k| 28389k|   3.3 |1966M|  63 |   8 |  70 |6216 |  70 |  21 |  18 |3990k|6529 | 0.000000e+00 |      --      |    Inf 
1760.63/1760.61	c  1761s|  8620k|  2189k| 28422k|   3.3 |1968M|  63 |   - |  70 |5271 |  70 |  21 |  18 |3995k|6529 | 0.000000e+00 |      --      |    Inf 
1762.92/1762.98	c  1763s|  8630k|  2191k| 28455k|   3.3 |1970M|  63 |   8 |  70 |4396 |  70 |  21 |  18 |4000k|6529 | 0.000000e+00 |      --      |    Inf 
1765.12/1765.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1765.12/1765.17	c  1765s|  8640k|  2194k| 28487k|   3.3 |1972M|  63 |   8 |  70 |5038 |  70 |  21 |  18 |4004k|6529 | 0.000000e+00 |      --      |    Inf 
1767.32/1767.30	c  1767s|  8650k|  2196k| 28519k|   3.3 |1974M|  63 |   - |  70 |5232 |  70 |  21 |  18 |4009k|6529 | 0.000000e+00 |      --      |    Inf 
1769.53/1769.53	c  1770s|  8660k|  2199k| 28552k|   3.3 |1977M|  63 |   8 |  70 |5402 |  70 |  21 |  18 |4014k|6529 | 0.000000e+00 |      --      |    Inf 
1771.42/1771.47	c  1771s|  8670k|  2202k| 28587k|   3.3 |1980M|  63 |   - |  70 |7619 |  70 |  21 |  18 |4018k|6529 | 0.000000e+00 |      --      |    Inf 
1773.52/1773.57	c  1774s|  8680k|  2204k| 28622k|   3.3 |1982M|  63 |   8 |  70 |7920 |  70 |  21 |  18 |4023k|6529 | 0.000000e+00 |      --      |    Inf 
1776.13/1776.10	c  1776s|  8690k|  2207k| 28655k|   3.3 |1984M|  63 |   - |  70 |5675 |  70 |  21 |  18 |4027k|6529 | 0.000000e+00 |      --      |    Inf 
1778.53/1778.51	c  1779s|  8700k|  2209k| 28688k|   3.3 |1986M|  63 |   - |  70 |5056 |  70 |  21 |  18 |4032k|6529 | 0.000000e+00 |      --      |    Inf 
1780.62/1780.60	c  1781s|  8710k|  2212k| 28722k|   3.3 |1988M|  63 |   - |  70 |5370 |  70 |  21 |  18 |4037k|6529 | 0.000000e+00 |      --      |    Inf 
1782.72/1782.78	c  1783s|  8720k|  2214k| 28757k|   3.3 |1991M|  63 |   - |  70 |6169 |  70 |  21 |  18 |4041k|6529 | 0.000000e+00 |      --      |    Inf 
1784.73/1784.78	c  1785s|  8730k|  2218k| 28790k|   3.3 |1993M|  63 |   - |  70 |7637 |  70 |  21 |  18 |4045k|6529 | 0.000000e+00 |      --      |    Inf 
1786.73/1786.78	c  1787s|  8740k|  2221k| 28822k|   3.3 |1996M|  63 |   - |  70 |7849 |  70 |  21 |  18 |4050k|6529 | 0.000000e+00 |      --      |    Inf 
1789.02/1789.06	c  1789s|  8750k|  2224k| 28854k|   3.3 |1998M|  63 |   8 |  70 |7828 |  70 |  21 |  18 |4054k|6529 | 0.000000e+00 |      --      |    Inf 
1791.22/1791.27	c  1791s|  8760k|  2227k| 28887k|   3.3 |2000M|  63 |   - |  70 |8125 |  70 |  21 |  18 |4058k|6529 | 0.000000e+00 |      --      |    Inf 
1793.62/1793.68	c  1794s|  8770k|  2230k| 28920k|   3.3 |2002M|  63 |   - |  70 |6283 |  70 |  21 |  18 |4062k|6529 | 0.000000e+00 |      --      |    Inf 
1796.12/1796.13	c  1796s|  8780k|  2232k| 28953k|   3.3 |2004M|  63 |   - |  70 |4854 |  70 |  21 |  18 |4067k|6529 | 0.000000e+00 |      --      |    Inf 
1798.43/1798.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1798.43/1798.42	c  1798s|  8790k|  2234k| 28986k|   3.3 |2006M|  63 |   - |  70 |4858 |  70 |  21 |  18 |4072k|6529 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Solving Time (sec) : 1800.00
1800.03/1800.01	c Solving Nodes      : 8797816
1800.03/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.01	c Gap                : infinite
1800.03/1800.01	s UNKNOWN
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Total Time         :    1800.00
1800.03/1800.01	c   solving          :    1800.00
1800.03/1800.01	c   presolving       :       0.01 (included in solving)
1800.03/1800.01	c   reading          :       0.00 (included in solving)
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-3452517-1307094502.opb
1800.03/1800.01	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 17 initial, 17 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-3452517-1307094502.opb
1800.03/1800.01	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 8 initial, 8844 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0    5537470          0          4          0        614       2730          0          0   11068672
1800.03/1800.01	c   linear           :          8+         7   21729752          0          1          3    4001654     185376    6951693          0          0          0
1800.03/1800.01	c   logicor          :          0+         6    8538562          0          0          0    6994814       9865    3128700          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.01	c   integral         :      36.69       0.00       0.00      36.69       0.00       0.00       0.00
1800.03/1800.01	c   linear           :     119.09       0.00     106.14       0.00       0.00       0.00      12.95
1800.03/1800.01	c   logicor          :     244.59       0.00     231.03       0.00       0.00       0.00      13.57
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :          0          0          0          0
1800.03/1800.01	c   rootredcost      :          0          0          0          0
1800.03/1800.01	c   pseudoobj        :          0          0          0          0
1800.03/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.01	c   vbounds          :       3.31       3.31       0.00
1800.03/1800.01	c   rootredcost      :       3.55       3.55       0.00
1800.03/1800.01	c   pseudoobj        :       2.66       2.66       0.00
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :      16.71     195241     189204     758388       47.9         74       38.8          -
1800.03/1800.01	c   infeasible LP    :     109.35    3084552    3084449    6433943       32.7      39969       36.9          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -    3250140       25.7          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -     825593       38.9          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 49)
1800.03/1800.01	c   redcost          :       7.56    5537475          0          0          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.00          6          0          0          0          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.00          6          0          0         25          0
1800.03/1800.01	c   cmir             :       0.02          6          0          0         11          0
1800.03/1800.01	c   flowcover        :       0.02          6          0          0         14          0
1800.03/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.02          1          0          0          0          1
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :      33.67    5537470        614       2730          0          0   11068672
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   oneopt           :       2.50          0          0
1800.03/1800.01	c   crossover        :       1.55          0          0
1800.03/1800.01	c   guideddiving     :       0.16          0          0
1800.03/1800.01	c   coefdiving       :       0.14         58          0
1800.03/1800.01	c   fracdiving       :       0.16         58          0
1800.03/1800.01	c   veclendiving     :       0.16         58          0
1800.03/1800.01	c   linesearchdiving :       0.14         58          0
1800.03/1800.01	c   pscostdiving     :       0.17         58          0
1800.03/1800.01	c   feaspump         :       0.13         29          0
1800.03/1800.01	c   objpscostdiving  :       0.13         30          0
1800.03/1800.01	c   rootsoldiving    :       0.13         30          0
1800.03/1800.01	c   trivial          :       0.00          2          0
1800.03/1800.01	c   shiftandpropagate:       0.00          1          0
1800.03/1800.01	c   simplerounding   :       1.04          0          0
1800.03/1800.01	c   zirounding       :      19.91          0          0
1800.03/1800.01	c   rounding         :       2.62      33391          0
1800.03/1800.01	c   shifting         :       4.35      10603          0
1800.03/1800.01	c   intshifting      :       0.10          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.01          1          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   subnlp           :       1.26          0          0
1800.03/1800.01	c   trysol           :       1.70          0          0
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.01	c   dual LP          :     608.21    8474226   29006936       3.42   47692.09
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       0.14       2127       5146       2.42   36432.37
1800.03/1800.01	c   strong branching :       0.92       6529      41320       6.33   44860.24
1800.03/1800.01	c     (at root node) :          -         14        369      26.36          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :    8797816
1800.03/1800.01	c   nodes (total)    :    8797816
1800.03/1800.01	c   nodes left       :    2236822
1800.03/1800.01	c   max depth        :         63
1800.03/1800.01	c   max depth (total):         63
1800.03/1800.01	c   backtracks       :     825398 (9.4%)
1800.03/1800.01	c   delayed cutoffs  :      34037
1800.03/1800.01	c   repropagations   :    9127474 (3163079 domain reductions, 16158 cutoffs)
1800.03/1800.01	c   avg switch length:       5.84
1800.03/1800.01	c   switching time   :     341.66
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :          0 (0 improvements)
1800.03/1800.01	c   Primal Bound     :          -
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :        193

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

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.08 2.02 4/464 6152
/proc/meminfo: memFree=29907080/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=9984 CPUtime=0 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 1494 0 0 0 0 0 0 0 25 0 1 0 821049975 10223616 1447 33554432000 4194304 9128323 140736757103536 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6152/statm: 2496 1448 400 1205 0 1287 0

[startup+0.025554 s]
/proc/loadavg: 2.16 2.08 2.02 4/464 6152
/proc/meminfo: memFree=29907080/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=17312 CPUtime=0.01 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 3520 0 0 0 1 0 0 0 25 0 1 0 821049975 17727488 3216 33554432000 4194304 9128323 140736757103536 18446744073709551615 7978863 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 4328 3216 675 1205 0 3119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17312

[startup+0.100607 s]
/proc/loadavg: 2.16 2.08 2.02 4/464 6152
/proc/meminfo: memFree=29907080/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=23236 CPUtime=0.09 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 6272 0 0 0 8 1 0 0 25 0 1 0 821049975 23793664 4795 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 5809 4795 721 1205 0 4600 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23236

[startup+0.300577 s]
/proc/loadavg: 2.16 2.08 2.02 4/464 6152
/proc/meminfo: memFree=29907080/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=23236 CPUtime=0.29 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 6274 0 0 0 27 2 0 0 25 0 1 0 821049975 23793664 4797 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 5809 4797 723 1205 0 4600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23236

[startup+0.700383 s]
/proc/loadavg: 2.16 2.08 2.02 4/464 6152
/proc/meminfo: memFree=29907080/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=23236 CPUtime=0.68 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 6278 0 0 0 65 3 0 0 25 0 1 0 821049975 23793664 4801 33554432000 4194304 9128323 140736757103536 18446744073709551615 5956410 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 5809 4801 723 1205 0 4600 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23236

[startup+1.5003 s]
/proc/loadavg: 2.16 2.08 2.02 3/465 6153
/proc/meminfo: memFree=29889588/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=23236 CPUtime=1.48 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 6292 0 0 0 143 5 0 0 25 0 1 0 821049975 23793664 4815 33554432000 4194304 9128323 140736757103536 18446744073709551615 4592784 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 5809 4815 723 1205 0 4600 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23236

[startup+3.10108 s]
/proc/loadavg: 2.16 2.08 2.02 3/465 6153
/proc/meminfo: memFree=29888472/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=24244 CPUtime=3.09 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 6448 0 0 0 298 11 0 0 25 0 1 0 821049975 24825856 4971 33554432000 4194304 9128323 140736757103536 18446744073709551615 7414539 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 6061 4971 723 1205 0 4852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24244

[startup+6.30052 s]
/proc/loadavg: 2.14 2.08 2.02 3/465 6153
/proc/meminfo: memFree=29883884/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=29276 CPUtime=6.29 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 7732 0 0 0 606 23 0 0 25 0 1 0 821049975 29978624 6255 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 7319 6255 723 1205 0 6110 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29276

[startup+12.7003 s]
/proc/loadavg: 2.13 2.08 2.02 3/465 6153
/proc/meminfo: memFree=29873508/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=38940 CPUtime=12.69 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 10212 0 0 0 1224 45 0 0 25 0 1 0 821049975 39874560 8735 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 9735 8735 723 1205 0 8526 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38940

[startup+25.5011 s]
/proc/loadavg: 2.10 2.07 2.02 3/465 6154
/proc/meminfo: memFree=29853276/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=58160 CPUtime=25.49 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 15074 0 0 0 2465 84 0 0 25 0 1 0 821049975 59555840 13597 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 14540 13597 723 1205 0 13331 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58160

[startup+51.1005 s]
/proc/loadavg: 2.07 2.06 2.01 3/465 6154
/proc/meminfo: memFree=29816812/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=96756 CPUtime=51.08 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 24349 0 0 0 4942 166 0 0 25 0 1 0 821049975 99078144 22872 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 24189 22872 723 1205 0 22980 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 96756

[startup+102.318 s]
/proc/loadavg: 2.03 2.05 2.01 3/465 6156
/proc/meminfo: memFree=29747772/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=163616 CPUtime=102.3 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 41315 0 0 0 9896 334 0 0 25 0 1 0 821049975 167542784 39838 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 40904 39838 723 1205 0 39695 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 163616

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/465 6157
/proc/meminfo: memFree=29763952/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=244456 CPUtime=162.29 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 60758 0 0 0 15715 514 0 0 25 0 1 0 821049975 250322944 59281 33554432000 4194304 9128323 140736757103536 18446744073709551615 6807056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 61114 59281 723 1205 0 59905 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 244456

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 6159
/proc/meminfo: memFree=29682060/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=320520 CPUtime=222.29 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 80141 0 0 0 21534 695 0 0 25 0 1 0 821049975 328212480 78664 33554432000 4194304 9128323 140736757103536 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 80130 78664 723 1205 0 78921 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 320520

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6161
/proc/meminfo: memFree=29615044/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=386848 CPUtime=282.29 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 96912 0 0 0 27356 873 0 0 25 0 1 0 821049975 396132352 95435 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 96712 95435 723 1205 0 95503 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 386848

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6162
/proc/meminfo: memFree=29538340/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=468724 CPUtime=342.29 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 115609 0 0 0 33180 1049 0 0 25 0 1 0 821049975 479973376 114132 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 117181 114132 723 1205 0 115972 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 468724

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 6164
/proc/meminfo: memFree=29460668/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=541464 CPUtime=402.29 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 134262 0 0 0 38998 1231 0 0 25 0 1 0 821049975 554459136 132785 33554432000 4194304 9128323 140736757103536 18446744073709551615 6525342 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 135366 132785 723 1205 0 134157 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 541464

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 6165
/proc/meminfo: memFree=29390928/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=607436 CPUtime=462.29 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 150980 0 0 0 44830 1399 0 0 25 0 1 0 821049975 622014464 149503 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 151859 149503 723 1205 0 150650 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 607436

[startup+522.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/465 6167
/proc/meminfo: memFree=29319940/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=677916 CPUtime=522.29 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 168860 0 0 0 50662 1567 0 0 25 0 1 0 821049975 694185984 167383 33554432000 4194304 9128323 140736757103536 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 169479 167383 723 1205 0 168270 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 677916

[startup+582.301 s]
/proc/loadavg: 2.14 2.07 2.02 3/465 6169
/proc/meminfo: memFree=29248832/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=744760 CPUtime=582.3 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 185985 0 0 0 56494 1736 0 0 25 0 1 0 821049975 762634240 184508 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 186190 184508 723 1205 0 184981 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 744760

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6184
/proc/meminfo: memFree=28969700/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1028296 CPUtime=822.31 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 253901 0 0 0 79816 2415 0 0 25 0 1 0 821049975 1052975104 252424 33554432000 4194304 9128323 140736757103536 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 257074 252424 723 1205 0 255865 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1028296

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6186
/proc/meminfo: memFree=28899948/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1097280 CPUtime=882.3 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 271136 0 0 0 85654 2576 0 0 25 0 1 0 821049975 1123614720 269659 33554432000 4194304 9128323 140736757103536 18446744073709551615 4240151 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 274320 269659 723 1205 0 273111 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1097280

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 6189
/proc/meminfo: memFree=28830948/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1164052 CPUtime=942.31 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 288161 0 0 0 91498 2733 0 0 25 0 1 0 821049975 1191989248 286684 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 291013 286684 723 1205 0 289804 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1164052

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 6192
/proc/meminfo: memFree=28761820/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1225568 CPUtime=1002.31 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 303936 0 0 0 97333 2898 0 0 25 0 1 0 821049975 1254981632 302459 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 306392 302459 723 1205 0 305183 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1225568

[startup+1062.3 s]
/proc/loadavg: 2.27 2.06 2.02 3/465 6193
/proc/meminfo: memFree=28697556/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1287188 CPUtime=1062.31 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 319277 0 0 0 103179 3052 0 0 25 0 1 0 821049975 1318080512 317800 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 321797 317800 723 1205 0 320588 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1287188

[startup+1122.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/465 6195
/proc/meminfo: memFree=28628684/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1354060 CPUtime=1122.31 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 336435 0 0 0 109015 3216 0 0 25 0 1 0 821049975 1386557440 334958 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 338515 334958 723 1205 0 337306 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1354060

[startup+1182.3 s]
/proc/loadavg: 2.08 2.06 2.02 3/465 6197
/proc/meminfo: memFree=28564048/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1415768 CPUtime=1182.31 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 352242 0 0 0 114848 3383 0 0 25 0 1 0 821049975 1449746432 350765 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 353942 350765 723 1205 0 352733 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1415768

[startup+1242.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/465 6198
/proc/meminfo: memFree=28498772/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1477432 CPUtime=1242.31 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 368043 0 0 0 120680 3551 0 0 25 0 1 0 821049975 1512890368 366566 33554432000 4194304 9128323 140736757103536 18446744073709551615 5333004 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 369358 366566 723 1205 0 368149 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1477432

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/465 6200
/proc/meminfo: memFree=28431768/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1543508 CPUtime=1302.32 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 384389 0 0 0 126516 3716 0 0 25 0 1 0 821049975 1580552192 382912 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 385877 382912 723 1205 0 384668 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1543508

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 6201
/proc/meminfo: memFree=28367128/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1605920 CPUtime=1362.32 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 400383 0 0 0 132357 3875 0 0 25 0 1 0 821049975 1644462080 398906 33554432000 4194304 9128323 140736757103536 18446744073709551615 6519989 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 401480 398906 723 1205 0 400271 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1605920

[startup+1422.32 s]
/proc/loadavg: 2.08 2.04 2.01 3/465 6203
/proc/meminfo: memFree=28302352/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1668300 CPUtime=1422.34 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 416403 0 0 0 138199 4035 0 0 25 0 1 0 821049975 1708339200 414926 33554432000 4194304 9128323 140736757103536 18446744073709551615 4911520 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 417075 414926 723 1205 0 415866 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1668300

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/465 6205
/proc/meminfo: memFree=28243920/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1725248 CPUtime=1482.32 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 430993 0 0 0 144042 4190 0 0 25 0 1 0 821049975 1766653952 429516 33554432000 4194304 9128323 140736757103536 18446744073709551615 4240359 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 431312 429516 723 1205 0 430103 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1725248

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 6206
/proc/meminfo: memFree=28177164/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1787812 CPUtime=1542.32 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 447019 0 0 0 149881 4351 0 0 25 0 1 0 821049975 1830719488 445542 33554432000 4194304 9128323 140736757103536 18446744073709551615 7267353 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 446953 445542 723 1205 0 445744 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1787812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 6236
/proc/meminfo: memFree=28248380/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1851576 CPUtime=1602.32 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 462672 0 0 0 155725 4507 0 0 25 0 1 0 821049975 1896013824 461195 33554432000 4194304 9128323 140736757103536 18446744073709551615 6807071 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 462894 461195 723 1205 0 461685 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 1851576

[startup+1662.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/465 6237
/proc/meminfo: memFree=28131056/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=1945664 CPUtime=1662.32 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 478419 0 0 0 161564 4668 0 0 25 0 1 0 821049975 1992359936 476942 33554432000 4194304 9128323 140736757103536 18446744073709551615 6807071 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 486416 476942 723 1205 0 485207 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 1945664

[startup+1722.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/465 6239
/proc/meminfo: memFree=28037268/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=2004300 CPUtime=1722.32 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 493438 0 0 0 167408 4824 0 0 25 0 1 0 821049975 2052403200 491961 33554432000 4194304 9128323 140736757103536 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 501075 491961 723 1205 0 499866 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 2004300

[startup+1782.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/465 6241
/proc/meminfo: memFree=27938284/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=2066396 CPUtime=1782.33 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 509387 0 0 0 173262 4971 0 0 25 0 1 0 821049975 2115989504 507910 33554432000 4194304 9128323 140736757103536 18446744073709551615 4794016 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6152/statm: 516599 507910 723 1205 0 515390 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 2066396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.06 2.01 3/465 6241
/proc/meminfo: memFree=27914460/32950928 swapFree=45617076/67111528
[pid=6152] ppid=6150 vsize=2084908 CPUtime=1800.03 cores=0,2,4,6
/proc/6152/stat : 6152 (scip-2.0.1.4.li) R 6150 6152 5789 0 -1 4202496 514148 0 0 0 174984 5019 0 0 25 0 1 0 821049975 2134945792 512671 33554432000 4194304 9128323 140736757103536 18446744073709551615 4240086 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6152/statm: 521227 512671 725 1205 0 520018 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2084908

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.11
CPU time (s): 1800.14
CPU user time (s): 1749.86
CPU system time (s): 50.2804
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2084908

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

runsolver used 8.5447 second user time and 18.3112 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-03 11:48:22
IDJOB=3452517
IDBENCH=2893
IDSOLVER=1949
FILE ID=node123/3452517-1307094502
RUNJOBID= node123-1307092676-5808
PBS_JOBID= 13497979
Free space on /tmp= 73816 MiB

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

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=1408000146

node123.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.838
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.67
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.838
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.838
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      29907360 kB
Buffers:        255380 kB
Cached:         353696 kB
SwapCached:       9456 kB
Active:        2479132 kB
Inactive:       284844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29907360 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:           12256 kB
Writeback:           0 kB
AnonPages:     2153100 kB
Mapped:          26304 kB
Slab:           133496 kB
PageTables:      78500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133585508 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73808 MiB
End job on node123 at 2011-06-03 12:18:24