Trace number 3734692

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1800.07 1800.63

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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3734692-1339017752.opb>
0.00/0.01	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	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.02	c presolving (3 rounds):
0.00/0.02	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.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.02	c       8 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.5
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1797
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     0 |    44 |     - | 386k|   0 |   8 |  70 |  23 |  70 |   8 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   166 |     - | 431k|   0 |  13 |  70 |  24 |  70 |  15 |   7 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   178 |     - | 465k|   0 |  16 |  70 |  24 |  70 |  19 |  11 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   182 |     - | 478k|   0 |  17 |  70 |  24 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   187 |     - | 486k|   0 |  19 |  70 |  24 |  70 |  24 |  16 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   193 |     - | 499k|   0 |  18 |  70 |  24 |  70 |  26 |  18 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.10	c   0.1s|     1 |     2 |   193 |     - | 499k|   0 |  18 |  70 |  24 |  70 |  26 |  18 |  15 |  14 | 0.000000e+00 |      --      |    Inf 
1.78/1.83	c   1.8s| 10000 |  4502 | 35899 |   3.6 |4110k|  56 |   - |  70 |2115 |  70 |  21 |  18 |3590 | 781 | 0.000000e+00 |      --      |    Inf 
3.39/3.48	c   3.5s| 20000 |  8180 | 70402 |   3.5 |6393k|  59 |   8 |  70 |1227 |  70 |  21 |  18 |7715 |1079 | 0.000000e+00 |      --      |    Inf 
4.98/5.04	c   5.0s| 30000 | 11768 |104697 |   3.5 |8885k|  62 |   8 |  70 |1552 |  70 |  21 |  18 |  11k|1293 | 0.000000e+00 |      --      |    Inf 
6.59/6.60	c   6.6s| 40000 | 15185 |138119 |   3.4 |  11M|  63 |   8 |  70 |1782 |  70 |  21 |  18 |  16k|1456 | 0.000000e+00 |      --      |    Inf 
8.08/8.18	c   8.2s| 50000 | 18339 |170695 |   3.4 |  13M|  63 |   8 |  70 |2068 |  70 |  21 |  18 |  20k|1592 | 0.000000e+00 |      --      |    Inf 
9.68/9.78	c   9.8s| 60000 | 21407 |204790 |   3.4 |  16M|  63 |   8 |  70 |2130 |  70 |  21 |  18 |  24k|1721 | 0.000000e+00 |      --      |    Inf 
11.27/11.34	c  11.3s| 70000 | 24580 |238366 |   3.4 |  18M|  63 |   8 |  70 |1877 |  70 |  21 |  18 |  29k|1811 | 0.000000e+00 |      --      |    Inf 
12.77/12.89	c  12.9s| 80000 | 27450 |271568 |   3.4 |  20M|  63 |   8 |  70 |2254 |  70 |  21 |  18 |  33k|1912 | 0.000000e+00 |      --      |    Inf 
14.38/14.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.38/14.47	c  14.5s| 90000 | 30384 |304778 |   3.4 |  22M|  63 |   8 |  70 |2149 |  70 |  21 |  18 |  38k|2001 | 0.000000e+00 |      --      |    Inf 
15.97/16.02	c  16.0s|100000 | 33336 |338315 |   3.4 |  25M|  63 |   8 |  70 |2469 |  70 |  21 |  18 |  43k|2089 | 0.000000e+00 |      --      |    Inf 
17.47/17.56	c  17.6s|110000 | 36516 |372454 |   3.4 |  27M|  63 |   8 |  70 |2309 |  70 |  21 |  18 |  47k|2159 | 0.000000e+00 |      --      |    Inf 
19.07/19.15	c  19.1s|120000 | 39272 |405581 |   3.4 |  29M|  63 |   8 |  70 |2256 |  70 |  21 |  18 |  52k|2224 | 0.000000e+00 |      --      |    Inf 
20.67/20.71	c  20.7s|130000 | 42170 |438758 |   3.4 |  32M|  63 |   8 |  70 |2628 |  70 |  21 |  18 |  56k|2283 | 0.000000e+00 |      --      |    Inf 
22.16/22.27	c  22.3s|140000 | 45079 |472821 |   3.4 |  34M|  63 |   - |  70 |2771 |  70 |  21 |  18 |  61k|2372 | 0.000000e+00 |      --      |    Inf 
23.77/23.83	c  23.8s|150000 | 47939 |505998 |   3.4 |  36M|  63 |   8 |  70 |2997 |  70 |  21 |  18 |  65k|2440 | 0.000000e+00 |      --      |    Inf 
25.37/25.45	c  25.4s|160000 | 50691 |539470 |   3.4 |  39M|  63 |   - |  70 |2914 |  70 |  21 |  18 |  70k|2509 | 0.000000e+00 |      --      |    Inf 
26.97/27.08	c  27.1s|170000 | 53307 |574135 |   3.4 |  41M|  63 |   - |  70 |2728 |  70 |  21 |  18 |  75k|2566 | 0.000000e+00 |      --      |    Inf 
28.66/28.71	c  28.7s|180000 | 55868 |607509 |   3.4 |  43M|  63 |   8 |  70 |2677 |  70 |  21 |  18 |  80k|2625 | 0.000000e+00 |      --      |    Inf 
30.16/30.25	c  30.2s|190000 | 59054 |641001 |   3.4 |  46M|  63 |   8 |  70 |3351 |  70 |  21 |  18 |  84k|2680 | 0.000000e+00 |      --      |    Inf 
31.76/31.86	c  31.8s|200000 | 61714 |674676 |   3.4 |  48M|  63 |   8 |  70 |2746 |  70 |  21 |  18 |  89k|2724 | 0.000000e+00 |      --      |    Inf 
33.35/33.41	c  33.4s|210000 | 64699 |708508 |   3.4 |  50M|  63 |   8 |  70 |3650 |  70 |  21 |  18 |  93k|2789 | 0.000000e+00 |      --      |    Inf 
34.95/35.04	c  35.0s|220000 | 67498 |743294 |   3.4 |  53M|  63 |   - |  70 |3305 |  70 |  21 |  18 |  98k|2850 | 0.000000e+00 |      --      |    Inf 
36.56/36.68	c  36.7s|230000 | 70059 |776952 |   3.4 |  55M|  63 |   8 |  70 |3053 |  70 |  21 |  18 | 102k|2899 | 0.000000e+00 |      --      |    Inf 
38.06/38.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.06/38.19	c  38.2s|240000 | 73064 |810252 |   3.4 |  57M|  63 |   - |  70 |3942 |  70 |  21 |  18 | 107k|2945 | 0.000000e+00 |      --      |    Inf 
39.66/39.79	c  39.8s|250000 | 75789 |844562 |   3.4 |  60M|  63 |   - |  70 |3149 |   0 |   0 |  18 | 111k|3001 | 0.000000e+00 |      --      |    Inf 
41.35/41.41	c  41.4s|260000 | 78362 |878418 |   3.4 |  62M|  63 |   - |  70 |2981 |  70 |  21 |  18 | 116k|3054 | 0.000000e+00 |      --      |    Inf 
42.85/42.97	c  43.0s|270000 | 81471 |910879 |   3.4 |  64M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 121k|3085 | 0.000000e+00 |      --      |    Inf 
44.54/44.60	c  44.6s|280000 | 84131 |944916 |   3.4 |  66M|  63 |   8 |  70 |3107 |  70 |  21 |  18 | 125k|3113 | 0.000000e+00 |      --      |    Inf 
46.16/46.20	c  46.2s|290000 | 86595 |977409 |   3.4 |  69M|  63 |   8 |  70 |3439 |  70 |  21 |  18 | 130k|3152 | 0.000000e+00 |      --      |    Inf 
47.74/47.83	c  47.8s|300000 | 89358 |  1010k|   3.4 |  71M|  63 |   8 |  70 |3442 |  70 |  21 |  18 | 135k|3206 | 0.000000e+00 |      --      |    Inf 
49.34/49.43	c  49.4s|310000 | 92217 |  1045k|   3.4 |  73M|  63 |   - |  70 |3491 |  70 |  21 |  18 | 139k|3250 | 0.000000e+00 |      --      |    Inf 
50.93/51.03	c  51.0s|320000 | 94956 |  1078k|   3.4 |  76M|  63 |   8 |  70 |3349 |  70 |  21 |  18 | 144k|3282 | 0.000000e+00 |      --      |    Inf 
52.44/52.59	c  52.6s|330000 | 97747 |  1111k|   3.4 |  78M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 148k|3317 | 0.000000e+00 |      --      |    Inf 
54.14/54.24	c  54.2s|340000 |100169 |  1145k|   3.4 |  80M|  63 |   8 |  70 |2984 |  70 |  21 |  18 | 153k|3359 | 0.000000e+00 |      --      |    Inf 
55.74/55.87	c  55.9s|350000 |102767 |  1178k|   3.4 |  82M|  63 |   8 |  70 |3202 |  70 |  21 |  18 | 158k|3398 | 0.000000e+00 |      --      |    Inf 
57.44/57.51	c  57.5s|360000 |105169 |  1212k|   3.4 |  85M|  63 |   8 |  70 |2897 |  70 |  21 |  18 | 163k|3425 | 0.000000e+00 |      --      |    Inf 
59.04/59.12	c  59.1s|370000 |107749 |  1246k|   3.4 |  87M|  63 |   8 |  70 |3364 |  70 |  21 |  18 | 167k|3464 | 0.000000e+00 |      --      |    Inf 
60.63/60.77	c  60.8s|380000 |110139 |  1280k|   3.4 |  89M|  63 |   - |  70 |3156 |  70 |  21 |  18 | 172k|3507 | 0.000000e+00 |      --      |    Inf 
62.23/62.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.23/62.33	c  62.3s|390000 |112991 |  1312k|   3.4 |  91M|  63 |   - |  70 |3478 |  70 |  21 |  18 | 177k|3545 | 0.000000e+00 |      --      |    Inf 
63.93/64.00	c  64.0s|400000 |115316 |  1345k|   3.4 |  94M|  63 |   - |  70 |3232 |  70 |  21 |  18 | 182k|3576 | 0.000000e+00 |      --      |    Inf 
65.43/65.59	c  65.6s|410000 |118072 |  1378k|   3.4 |  96M|  63 |   8 |  70 |3485 |  70 |  21 |  18 | 186k|3614 | 0.000000e+00 |      --      |    Inf 
67.14/67.23	c  67.2s|420000 |120483 |  1412k|   3.4 |  98M|  63 |   8 |  70 |3334 |  70 |  21 |  18 | 191k|3649 | 0.000000e+00 |      --      |    Inf 
68.73/68.85	c  68.8s|430000 |123171 |  1447k|   3.4 | 100M|  63 |   8 |  70 |3990 |  70 |  21 |  18 | 196k|3683 | 0.000000e+00 |      --      |    Inf 
70.33/70.49	c  70.5s|440000 |125876 |  1481k|   3.4 | 103M|  63 |   8 |  70 |3623 |  70 |  21 |  18 | 200k|3722 | 0.000000e+00 |      --      |    Inf 
72.02/72.10	c  72.1s|450000 |128568 |  1514k|   3.4 | 105M|  63 |   8 |  70 |3166 |  70 |  21 |  18 | 205k|3763 | 0.000000e+00 |      --      |    Inf 
73.52/73.61	c  73.6s|460000 |131556 |  1548k|   3.4 | 108M|  63 |   8 |  70 |4471 |  70 |  21 |  18 | 209k|3781 | 0.000000e+00 |      --      |    Inf 
75.12/75.28	c  75.3s|470000 |134062 |  1581k|   3.4 | 110M|  63 |   - |  70 |3639 |  70 |  21 |  18 | 214k|3809 | 0.000000e+00 |      --      |    Inf 
76.82/76.93	c  76.9s|480000 |136517 |  1615k|   3.4 | 112M|  63 |   8 |  70 |3142 |  70 |  21 |  18 | 219k|3845 | 0.000000e+00 |      --      |    Inf 
78.42/78.56	c  78.5s|490000 |138990 |  1648k|   3.4 | 114M|  63 |   - |  70 |3219 |  70 |  21 |  18 | 224k|3878 | 0.000000e+00 |      --      |    Inf 
80.12/80.20	c  80.2s|500000 |141513 |  1682k|   3.4 | 116M|  63 |   8 |  70 |3535 |  70 |  21 |  18 | 228k|3914 | 0.000000e+00 |      --      |    Inf 
81.71/81.82	c  81.8s|510000 |144049 |  1715k|   3.4 | 119M|  63 |   8 |  70 |3656 |  70 |  21 |  18 | 233k|3950 | 0.000000e+00 |      --      |    Inf 
83.31/83.45	c  83.4s|520000 |146682 |  1749k|   3.4 | 121M|  63 |   8 |  70 |3742 |  70 |  21 |  18 | 238k|3978 | 0.000000e+00 |      --      |    Inf 
84.91/85.02	c  85.0s|530000 |149610 |  1783k|   3.4 | 123M|  63 |   - |  70 |4215 |  70 |  21 |  18 | 242k|3996 | 0.000000e+00 |      --      |    Inf 
86.61/86.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.61/86.70	c  86.7s|540000 |152233 |  1817k|   3.4 | 125M|  63 |   8 |  70 |3629 |  70 |  21 |  18 | 247k|4019 | 0.000000e+00 |      --      |    Inf 
88.31/88.40	c  88.4s|550000 |154728 |  1850k|   3.4 | 128M|  63 |   8 |  70 |3389 |  70 |  21 |  18 | 252k|4047 | 0.000000e+00 |      --      |    Inf 
89.91/90.09	c  90.1s|560000 |157053 |  1884k|   3.4 | 130M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 257k|4074 | 0.000000e+00 |      --      |    Inf 
91.62/91.73	c  91.7s|570000 |159697 |  1918k|   3.4 | 132M|  63 |   - |  70 |3629 |   0 |   0 |  18 | 261k|4097 | 0.000000e+00 |      --      |    Inf 
93.31/93.44	c  93.4s|580000 |162050 |  1952k|   3.4 | 134M|  63 |   8 |  70 |3760 |  70 |  21 |  18 | 266k|4125 | 0.000000e+00 |      --      |    Inf 
94.91/95.09	c  95.1s|590000 |164645 |  1985k|   3.4 | 137M|  63 |   8 |  70 |3412 |  70 |  21 |  18 | 271k|4151 | 0.000000e+00 |      --      |    Inf 
96.61/96.75	c  96.7s|600000 |167156 |  2020k|   3.4 | 139M|  63 |   - |  70 |3304 |  70 |  21 |  18 | 276k|4175 | 0.000000e+00 |      --      |    Inf 
98.21/98.35	c  98.3s|610000 |169842 |  2052k|   3.4 | 141M|  63 |   8 |  70 |4125 |  70 |  21 |  18 | 280k|4198 | 0.000000e+00 |      --      |    Inf 
99.91/100.07	c   100s|620000 |172117 |  2086k|   3.4 | 144M|  63 |   8 |  70 |4068 |  70 |  21 |  18 | 285k|4228 | 0.000000e+00 |      --      |    Inf 
101.61/101.72	c   102s|630000 |174784 |  2119k|   3.4 | 146M|  63 |   8 |  70 |4310 |  70 |  21 |  18 | 290k|4255 | 0.000000e+00 |      --      |    Inf 
103.31/103.43	c   103s|640000 |177301 |  2154k|   3.4 | 148M|  63 |   - |  70 |3434 |  70 |  21 |  18 | 295k|4293 | 0.000000e+00 |      --      |    Inf 
105.01/105.10	c   105s|650000 |179754 |  2187k|   3.4 | 150M|  63 |   8 |  70 |3468 |  70 |  21 |  18 | 299k|4321 | 0.000000e+00 |      --      |    Inf 
106.61/106.78	c   107s|660000 |182113 |  2221k|   3.4 | 153M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 304k|4339 | 0.000000e+00 |      --      |    Inf 
108.31/108.42	c   108s|670000 |184665 |  2254k|   3.4 | 155M|  63 |   8 |  70 |3697 |  70 |  21 |  18 | 309k|4366 | 0.000000e+00 |      --      |    Inf 
110.01/110.11	c   110s|680000 |187090 |  2288k|   3.4 | 157M|  63 |   - |  70 |3328 |  70 |  21 |  18 | 314k|4390 | 0.000000e+00 |      --      |    Inf 
111.60/111.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.60/111.77	c   112s|690000 |189663 |  2321k|   3.4 | 159M|  63 |   8 |  70 |3685 |  70 |  21 |  18 | 318k|4415 | 0.000000e+00 |      --      |    Inf 
113.31/113.43	c   113s|700000 |192264 |  2354k|   3.4 | 162M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 323k|4438 | 0.000000e+00 |      --      |    Inf 
115.01/115.12	c   115s|710000 |194789 |  2388k|   3.4 | 164M|  63 |   - |  70 |3556 |  70 |  21 |  18 | 328k|4457 | 0.000000e+00 |      --      |    Inf 
116.70/116.80	c   117s|720000 |197160 |  2421k|   3.4 | 166M|  63 |   8 |  70 |3460 |  70 |  21 |  18 | 333k|4480 | 0.000000e+00 |      --      |    Inf 
118.30/118.43	c   118s|730000 |199794 |  2454k|   3.4 | 169M|  63 |   - |  70 |3967 |  70 |  21 |  18 | 337k|4500 | 0.000000e+00 |      --      |    Inf 
119.91/120.08	c   120s|740000 |202535 |  2488k|   3.4 | 171M|  63 |   8 |  70 |4249 |  70 |  21 |  18 | 342k|4519 | 0.000000e+00 |      --      |    Inf 
121.71/121.82	c   122s|750000 |204875 |  2523k|   3.4 | 173M|  63 |   - |  70 |3875 |  70 |  21 |  18 | 347k|4546 | 0.000000e+00 |      --      |    Inf 
123.30/123.45	c   123s|760000 |207509 |  2556k|   3.4 | 175M|  63 |   8 |  70 |4048 |  70 |  21 |  18 | 351k|4564 | 0.000000e+00 |      --      |    Inf 
125.01/125.17	c   125s|770000 |210022 |  2589k|   3.4 | 178M|  63 |   8 |  70 |3980 |  70 |  21 |  18 | 356k|4585 | 0.000000e+00 |      --      |    Inf 
126.71/126.81	c   127s|780000 |212916 |  2622k|   3.4 | 180M|  63 |   8 |  70 |4113 |  70 |  21 |  18 | 361k|4614 | 0.000000e+00 |      --      |    Inf 
128.31/128.48	c   128s|790000 |215309 |  2655k|   3.4 | 182M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 365k|4641 | 0.000000e+00 |      --      |    Inf 
130.01/130.15	c   130s|800000 |217859 |  2688k|   3.4 | 184M|  63 |   - |  70 |3690 |  70 |  21 |  18 | 370k|4665 | 0.000000e+00 |      --      |    Inf 
131.70/131.82	c   132s|810000 |220457 |  2721k|   3.4 | 187M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 375k|4688 | 0.000000e+00 |      --      |    Inf 
133.40/133.53	c   134s|820000 |223016 |  2755k|   3.4 | 189M|  63 |   8 |  70 |3942 |  70 |  21 |  18 | 379k|4703 | 0.000000e+00 |      --      |    Inf 
135.01/135.16	c   135s|830000 |225745 |  2788k|   3.4 | 192M|  63 |   8 |  70 |4330 |  70 |  21 |  18 | 384k|4723 | 0.000000e+00 |      --      |    Inf 
136.71/136.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.71/136.86	c   137s|840000 |228291 |  2821k|   3.4 | 194M|  63 |   8 |  70 |3692 |  70 |  21 |  18 | 389k|4751 | 0.000000e+00 |      --      |    Inf 
138.40/138.59	c   139s|850000 |230666 |  2855k|   3.4 | 196M|  63 |   8 |  70 |3994 |  70 |  21 |  18 | 394k|4775 | 0.000000e+00 |      --      |    Inf 
140.11/140.28	c   140s|860000 |233180 |  2888k|   3.4 | 198M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 398k|4801 | 0.000000e+00 |      --      |    Inf 
141.70/141.88	c   142s|870000 |236061 |  2922k|   3.4 | 201M|  63 |   8 |  70 |4753 |  70 |  21 |  18 | 403k|4825 | 0.000000e+00 |      --      |    Inf 
143.40/143.59	c   144s|880000 |238582 |  2955k|   3.4 | 203M|  63 |   8 |  70 |4361 |  70 |  21 |  18 | 407k|4850 | 0.000000e+00 |      --      |    Inf 
145.20/145.34	c   145s|890000 |240971 |  2988k|   3.4 | 205M|  63 |   8 |  70 |3810 |  70 |  21 |  18 | 412k|4873 | 0.000000e+00 |      --      |    Inf 
146.90/147.02	c   147s|900000 |243472 |  3022k|   3.4 | 207M|  63 |   - |  70 |3941 |  70 |  21 |  18 | 417k|4901 | 0.000000e+00 |      --      |    Inf 
148.60/148.72	c   149s|910000 |246067 |  3055k|   3.4 | 210M|  63 |   8 |  70 |3766 |  70 |  21 |  18 | 422k|4918 | 0.000000e+00 |      --      |    Inf 
150.30/150.41	c   150s|920000 |248468 |  3089k|   3.4 | 212M|  63 |   8 |  70 |4365 |  70 |  21 |  18 | 426k|4939 | 0.000000e+00 |      --      |    Inf 
152.00/152.13	c   152s|930000 |250958 |  3121k|   3.4 | 214M|  63 |   - |  70 |4124 |   0 |   0 |  18 | 431k|4951 | 0.000000e+00 |      --      |    Inf 
153.71/153.88	c   154s|940000 |253400 |  3154k|   3.4 | 216M|  63 |   - |  70 |3426 |  70 |  21 |  18 | 436k|4970 | 0.000000e+00 |      --      |    Inf 
155.50/155.61	c   156s|950000 |255714 |  3187k|   3.4 | 219M|  63 |   8 |  70 |3638 |  70 |  21 |  18 | 441k|4988 | 0.000000e+00 |      --      |    Inf 
157.21/157.31	c   157s|960000 |258247 |  3221k|   3.4 | 221M|  63 |   - |  70 |3636 |  70 |  21 |  18 | 446k|4999 | 0.000000e+00 |      --      |    Inf 
158.80/158.95	c   159s|970000 |260849 |  3253k|   3.4 | 223M|  63 |   8 |  70 |4087 |  70 |  21 |  18 | 450k|5009 | 0.000000e+00 |      --      |    Inf 
160.40/160.54	c   161s|980000 |263792 |  3287k|   3.4 | 226M|  63 |   8 |  70 |5001 |  70 |  21 |  18 | 455k|5030 | 0.000000e+00 |      --      |    Inf 
162.10/162.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.10/162.28	c   162s|990000 |266396 |  3321k|   3.4 | 228M|  63 |   - |  70 |4116 |  70 |  21 |  18 | 459k|5058 | 0.000000e+00 |      --      |    Inf 
163.81/163.98	c   164s|  1000k|268871 |  3354k|   3.4 | 230M|  63 |   8 |  70 |3984 |  70 |  21 |  18 | 464k|5074 | 0.000000e+00 |      --      |    Inf 
165.50/165.63	c   166s|  1010k|271382 |  3386k|   3.4 | 232M|  63 |   8 |  70 |4535 |  70 |  21 |  18 | 469k|5090 | 0.000000e+00 |      --      |    Inf 
167.30/167.42	c   167s|  1020k|273581 |  3418k|   3.4 | 234M|  63 |   - |  70 |3697 |  70 |  21 |  18 | 474k|5110 | 0.000000e+00 |      --      |    Inf 
169.00/169.10	c   169s|  1030k|276124 |  3452k|   3.4 | 237M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 478k|5129 | 0.000000e+00 |      --      |    Inf 
170.60/170.78	c   171s|  1040k|278515 |  3486k|   3.4 | 239M|  63 |   8 |  70 |4165 |  70 |  21 |  18 | 483k|5146 | 0.000000e+00 |      --      |    Inf 
172.40/172.55	c   173s|  1050k|280799 |  3519k|   3.4 | 241M|  63 |   - |  70 |3810 |  70 |  21 |  18 | 488k|5160 | 0.000000e+00 |      --      |    Inf 
174.10/174.25	c   174s|  1060k|283276 |  3552k|   3.4 | 243M|  63 |   - |  70 |3753 |  70 |  21 |  18 | 493k|5180 | 0.000000e+00 |      --      |    Inf 
175.80/175.92	c   176s|  1070k|285923 |  3586k|   3.4 | 246M|  63 |   8 |  70 |4317 |  70 |  21 |  18 | 497k|5199 | 0.000000e+00 |      --      |    Inf 
177.50/177.60	c   178s|  1080k|288600 |  3618k|   3.4 | 248M|  63 |   8 |  70 |4481 |  70 |  21 |  18 | 502k|5221 | 0.000000e+00 |      --      |    Inf 
179.10/179.28	c   179s|  1090k|291208 |  3652k|   3.4 | 251M|  63 |   8 |  70 |5011 |  70 |  21 |  18 | 506k|5236 | 0.000000e+00 |      --      |    Inf 
180.79/180.97	c   181s|  1100k|294029 |  3685k|   3.4 | 253M|  63 |   - |  70 |5115 |  70 |  21 |  18 | 511k|5249 | 0.000000e+00 |      --      |    Inf 
182.39/182.58	c   183s|  1110k|296971 |  3718k|   3.4 | 256M|  63 |   - |  70 |6122 |  70 |  21 |  18 | 515k|5268 | 0.000000e+00 |      --      |    Inf 
184.09/184.24	c   184s|  1120k|299823 |  3752k|   3.4 | 258M|  63 |   8 |  70 |6152 |  70 |  21 |  18 | 520k|5289 | 0.000000e+00 |      --      |    Inf 
185.90/186.01	c   186s|  1130k|302530 |  3785k|   3.4 | 260M|  63 |   - |  70 |4277 |  70 |  21 |  18 | 524k|5298 | 0.000000e+00 |      --      |    Inf 
187.49/187.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
187.49/187.69	c   188s|  1140k|305183 |  3818k|   3.3 | 262M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 529k|5317 | 0.000000e+00 |      --      |    Inf 
189.20/189.38	c   189s|  1150k|307795 |  3851k|   3.3 | 264M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 533k|5330 | 0.000000e+00 |      --      |    Inf 
190.89/191.04	c   191s|  1160k|310523 |  3884k|   3.3 | 267M|  63 |   - |  70 |3991 |  70 |  21 |  18 | 538k|5340 | 0.000000e+00 |      --      |    Inf 
192.49/192.69	c   193s|  1170k|313284 |  3917k|   3.3 | 269M|  63 |   8 |  70 |4611 |  70 |  21 |  18 | 542k|5346 | 0.000000e+00 |      --      |    Inf 
194.28/194.43	c   194s|  1180k|315809 |  3950k|   3.3 | 271M|  63 |   8 |  70 |4133 |  70 |  21 |  18 | 547k|5355 | 0.000000e+00 |      --      |    Inf 
195.98/196.13	c   196s|  1190k|318418 |  3983k|   3.3 | 274M|  63 |   - |  70 |4043 |  70 |  21 |  18 | 552k|5368 | 0.000000e+00 |      --      |    Inf 
197.58/197.74	c   198s|  1200k|321375 |  4015k|   3.3 | 276M|  63 |   - |  70 |4306 |  70 |  21 |  18 | 556k|5383 | 0.000000e+00 |      --      |    Inf 
199.18/199.34	c   199s|  1210k|324237 |  4047k|   3.3 | 279M|  63 |   8 |  70 |4944 |  70 |  21 |  18 | 561k|5390 | 0.000000e+00 |      --      |    Inf 
200.88/201.04	c   201s|  1220k|326898 |  4080k|   3.3 | 281M|  63 |   8 |  70 |4774 |  70 |  21 |  18 | 565k|5403 | 0.000000e+00 |      --      |    Inf 
202.68/202.83	c   203s|  1230k|329310 |  4113k|   3.3 | 283M|  63 |   - |  70 |3851 |  70 |  21 |  18 | 570k|5416 | 0.000000e+00 |      --      |    Inf 
204.49/204.61	c   205s|  1240k|331526 |  4147k|   3.3 | 285M|  63 |   - |  70 |3649 |  70 |  21 |  18 | 575k|5428 | 0.000000e+00 |      --      |    Inf 
206.18/206.34	c   206s|  1250k|333905 |  4180k|   3.3 | 287M|  63 |   8 |  70 |3891 |  70 |  21 |  18 | 580k|5435 | 0.000000e+00 |      --      |    Inf 
207.89/208.01	c   208s|  1260k|336495 |  4214k|   3.3 | 290M|  63 |   8 |  70 |4458 |  70 |  21 |  18 | 584k|5442 | 0.000000e+00 |      --      |    Inf 
209.58/209.74	c   210s|  1270k|338979 |  4247k|   3.3 | 292M|  63 |   8 |  70 |4309 |  70 |  21 |  18 | 589k|5452 | 0.000000e+00 |      --      |    Inf 
211.28/211.48	c   211s|  1280k|341359 |  4281k|   3.3 | 294M|  63 |   8 |  70 |4617 |  70 |  21 |  18 | 594k|5467 | 0.000000e+00 |      --      |    Inf 
212.98/213.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.98/213.18	c   213s|  1290k|343817 |  4313k|   3.3 | 297M|  63 |   8 |  70 |5167 |  70 |  21 |  18 | 599k|5472 | 0.000000e+00 |      --      |    Inf 
214.79/214.99	c   215s|  1300k|346161 |  4346k|   3.3 | 299M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 604k|5480 | 0.000000e+00 |      --      |    Inf 
216.48/216.65	c   217s|  1310k|348844 |  4379k|   3.3 | 301M|  63 |   8 |  70 |4380 |  70 |  21 |  18 | 608k|5495 | 0.000000e+00 |      --      |    Inf 
218.18/218.37	c   218s|  1320k|351499 |  4412k|   3.3 | 303M|  63 |   8 |  70 |4562 |  70 |  21 |  18 | 613k|5505 | 0.000000e+00 |      --      |    Inf 
219.89/220.08	c   220s|  1330k|354050 |  4445k|   3.3 | 306M|  63 |   8 |  70 |4339 |  70 |  21 |  18 | 617k|5513 | 0.000000e+00 |      --      |    Inf 
221.68/221.84	c   222s|  1340k|356303 |  4478k|   3.3 | 308M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 622k|5520 | 0.000000e+00 |      --      |    Inf 
223.38/223.55	c   224s|  1350k|358745 |  4512k|   3.3 | 310M|  63 |   - |  70 |4278 |  70 |  21 |  18 | 627k|5534 | 0.000000e+00 |      --      |    Inf 
225.08/225.20	c   225s|  1360k|361401 |  4544k|   3.3 | 312M|  63 |   - |  70 |4017 |  70 |  21 |  18 | 632k|5540 | 0.000000e+00 |      --      |    Inf 
226.78/226.94	c   227s|  1370k|363820 |  4577k|   3.3 | 314M|  63 |   8 |  70 |3510 |  70 |  21 |  18 | 637k|5552 | 0.000000e+00 |      --      |    Inf 
228.48/228.68	c   229s|  1380k|366137 |  4611k|   3.3 | 317M|  63 |   8 |  70 |3768 |  70 |  21 |  18 | 641k|5557 | 0.000000e+00 |      --      |    Inf 
230.17/230.34	c   230s|  1390k|368910 |  4644k|   3.3 | 319M|  63 |   8 |  70 |4022 |  70 |  21 |  18 | 646k|5571 | 0.000000e+00 |      --      |    Inf 
231.88/232.04	c   232s|  1400k|371399 |  4679k|   3.3 | 321M|  63 |   8 |  70 |4312 |  70 |  21 |  18 | 651k|5580 | 0.000000e+00 |      --      |    Inf 
233.57/233.72	c   234s|  1410k|373986 |  4712k|   3.3 | 324M|  63 |   8 |  70 |4790 |  70 |  21 |  18 | 655k|5590 | 0.000000e+00 |      --      |    Inf 
235.28/235.42	c   235s|  1420k|376506 |  4744k|   3.3 | 326M|  63 |   8 |  70 |6124 |  70 |  21 |  18 | 660k|5597 | 0.000000e+00 |      --      |    Inf 
237.08/237.21	c   237s|  1430k|379163 |  4777k|   3.3 | 328M|  63 |   - |  70 |4872 |  70 |  21 |  18 | 665k|5605 | 0.000000e+00 |      --      |    Inf 
238.68/238.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.68/238.88	c   239s|  1440k|382094 |  4810k|   3.3 | 331M|  63 |   8 |  70 |4980 |  70 |  21 |  18 | 669k|5622 | 0.000000e+00 |      --      |    Inf 
240.47/240.69	c   241s|  1450k|384425 |  4843k|   3.3 | 333M|  63 |   8 |  70 |4248 |  70 |  21 |  18 | 674k|5641 | 0.000000e+00 |      --      |    Inf 
242.28/242.43	c   242s|  1460k|386881 |  4877k|   3.3 | 335M|  63 |   8 |  70 |4337 |  70 |  21 |  18 | 679k|5650 | 0.000000e+00 |      --      |    Inf 
243.97/244.17	c   244s|  1470k|389378 |  4910k|   3.3 | 337M|  63 |   - |  70 |4486 |  70 |  21 |  18 | 683k|5668 | 0.000000e+00 |      --      |    Inf 
245.77/245.91	c   246s|  1480k|391835 |  4943k|   3.3 | 340M|  63 |   - |  70 |4422 |  70 |  21 |  18 | 688k|5680 | 0.000000e+00 |      --      |    Inf 
247.37/247.57	c   248s|  1490k|394571 |  4977k|   3.3 | 342M|  63 |   - |  70 |4648 |  70 |  21 |  18 | 693k|5690 | 0.000000e+00 |      --      |    Inf 
249.17/249.37	c   249s|  1500k|396919 |  5010k|   3.3 | 344M|  63 |   - |  70 |3893 |  70 |  21 |  18 | 697k|5700 | 0.000000e+00 |      --      |    Inf 
250.96/251.13	c   251s|  1510k|399241 |  5042k|   3.3 | 346M|  63 |   8 |  70 |3886 |  70 |  21 |  18 | 702k|5704 | 0.000000e+00 |      --      |    Inf 
252.67/252.80	c   253s|  1520k|401802 |  5075k|   3.3 | 349M|  63 |   8 |  70 |4660 |  70 |  21 |  18 | 707k|5714 | 0.000000e+00 |      --      |    Inf 
254.26/254.48	c   254s|  1530k|404332 |  5110k|   3.3 | 351M|  63 |   8 |  70 |4545 |  70 |  21 |  18 | 711k|5729 | 0.000000e+00 |      --      |    Inf 
256.06/256.20	c   256s|  1540k|406914 |  5143k|   3.3 | 353M|  63 |   - |  70 |4480 |  70 |  21 |  18 | 716k|5737 | 0.000000e+00 |      --      |    Inf 
257.76/257.95	c   258s|  1550k|409262 |  5175k|   3.3 | 356M|  63 |   8 |  70 |4277 |  70 |  21 |  18 | 721k|5750 | 0.000000e+00 |      --      |    Inf 
259.47/259.70	c   260s|  1560k|411842 |  5208k|   3.3 | 358M|  63 |   8 |  70 |3788 |  70 |  21 |  18 | 726k|5761 | 0.000000e+00 |      --      |    Inf 
261.26/261.44	c   261s|  1570k|414177 |  5241k|   3.3 | 360M|  63 |   8 |  70 |4126 |  70 |  21 |  18 | 730k|5770 | 0.000000e+00 |      --      |    Inf 
262.87/263.00	c   263s|  1580k|417227 |  5273k|   3.3 | 363M|  63 |   8 |  70 |5803 |  70 |  21 |  18 | 735k|5781 | 0.000000e+00 |      --      |    Inf 
264.36/264.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.36/264.54	c   265s|  1590k|421178 |  5303k|   3.3 | 366M|  63 |   - |  70 |6875 |  70 |  21 |  18 | 738k|5789 | 0.000000e+00 |      --      |    Inf 
265.96/266.20	c   266s|  1600k|424605 |  5332k|   3.3 | 368M|  63 |   - |  70 |6862 |  70 |  21 |  18 | 742k|5800 | 0.000000e+00 |      --      |    Inf 
267.86/268.07	c   268s|  1610k|427187 |  5365k|   3.3 | 370M|  63 |   - |  70 |4460 |   0 |   0 |  18 | 747k|5805 | 0.000000e+00 |      --      |    Inf 
269.66/269.83	c   270s|  1620k|429603 |  5399k|   3.3 | 372M|  63 |   - |  70 |4573 |  70 |  21 |  18 | 751k|5820 | 0.000000e+00 |      --      |    Inf 
271.36/271.57	c   272s|  1630k|432321 |  5433k|   3.3 | 375M|  63 |   8 |  70 |5277 |  70 |  21 |  18 | 756k|5832 | 0.000000e+00 |      --      |    Inf 
273.15/273.33	c   273s|  1640k|434863 |  5467k|   3.3 | 377M|  63 |   8 |  70 |4358 |  70 |  21 |  18 | 761k|5842 | 0.000000e+00 |      --      |    Inf 
274.86/275.09	c   275s|  1650k|437388 |  5500k|   3.3 | 379M|  63 |   - |  70 |4244 |  70 |  21 |  18 | 765k|5859 | 0.000000e+00 |      --      |    Inf 
276.55/276.78	c   277s|  1660k|440029 |  5533k|   3.3 | 381M|  63 |   - |  70 |4858 |  70 |  21 |  18 | 770k|5872 | 0.000000e+00 |      --      |    Inf 
278.35/278.51	c   278s|  1670k|442504 |  5566k|   3.3 | 383M|  63 |   8 |  70 |4526 |  70 |  21 |  18 | 775k|5875 | 0.000000e+00 |      --      |    Inf 
280.05/280.20	c   280s|  1680k|445148 |  5599k|   3.3 | 386M|  63 |   - |  70 |4693 |  70 |  21 |  18 | 779k|5883 | 0.000000e+00 |      --      |    Inf 
281.85/282.02	c   282s|  1690k|447582 |  5633k|   3.3 | 388M|  63 |   8 |  70 |3847 |  70 |  21 |  18 | 784k|5888 | 0.000000e+00 |      --      |    Inf 
283.66/283.81	c   284s|  1700k|449845 |  5666k|   3.3 | 390M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 789k|5898 | 0.000000e+00 |      --      |    Inf 
285.35/285.50	c   285s|  1710k|452379 |  5699k|   3.3 | 392M|  63 |   8 |  70 |4475 |  70 |  21 |  18 | 794k|5908 | 0.000000e+00 |      --      |    Inf 
287.05/287.27	c   287s|  1720k|454742 |  5732k|   3.3 | 395M|  63 |   8 |  70 |4387 |  70 |  21 |  18 | 798k|5923 | 0.000000e+00 |      --      |    Inf 
288.85/289.02	c   289s|  1730k|457159 |  5766k|   3.3 | 397M|  63 |   8 |  70 |4238 |  70 |  21 |  18 | 803k|5936 | 0.000000e+00 |      --      |    Inf 
290.55/290.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.55/290.76	c   291s|  1740k|459656 |  5799k|   3.3 | 399M|  63 |   8 |  70 |4547 |  70 |  21 |  18 | 808k|5948 | 0.000000e+00 |      --      |    Inf 
292.24/292.49	c   292s|  1750k|462210 |  5831k|   3.3 | 401M|  63 |   - |  70 |4271 |  70 |  21 |  18 | 812k|5958 | 0.000000e+00 |      --      |    Inf 
294.04/294.23	c   294s|  1760k|464674 |  5865k|   3.3 | 404M|  63 |   8 |  70 |4183 |  70 |  21 |  18 | 817k|5970 | 0.000000e+00 |      --      |    Inf 
295.85/296.03	c   296s|  1770k|466942 |  5898k|   3.3 | 406M|  63 |   8 |  70 |3931 |  70 |  21 |  18 | 822k|5982 | 0.000000e+00 |      --      |    Inf 
297.65/297.84	c   298s|  1780k|469117 |  5932k|   3.3 | 408M|  63 |   8 |  70 |4135 |  70 |  21 |  18 | 827k|5988 | 0.000000e+00 |      --      |    Inf 
299.34/299.56	c   300s|  1790k|471689 |  5965k|   3.3 | 410M|  63 |   8 |  70 |4168 |  70 |  21 |  18 | 831k|5998 | 0.000000e+00 |      --      |    Inf 
301.14/301.34	c   301s|  1800k|474083 |  5998k|   3.3 | 413M|  63 |   - |  70 |4080 |  70 |  21 |  18 | 836k|6000 | 0.000000e+00 |      --      |    Inf 
302.84/303.01	c   303s|  1810k|476765 |  6031k|   3.3 | 415M|  63 |   - |  70 |4857 |  70 |  21 |  18 | 841k|6005 | 0.000000e+00 |      --      |    Inf 
304.65/304.83	c   305s|  1820k|479036 |  6064k|   3.3 | 417M|  63 |   - |  70 |3934 |  70 |  21 |  18 | 845k|6017 | 0.000000e+00 |      --      |    Inf 
306.34/306.59	c   307s|  1830k|481352 |  6098k|   3.3 | 420M|  63 |   - |  70 |4378 |  70 |  21 |  18 | 850k|6030 | 0.000000e+00 |      --      |    Inf 
308.14/308.31	c   308s|  1840k|483823 |  6131k|   3.3 | 422M|  63 |   8 |  70 |4490 |  70 |  21 |  18 | 855k|6038 | 0.000000e+00 |      --      |    Inf 
309.64/309.89	c   310s|  1850k|486919 |  6164k|   3.3 | 425M|  63 |   8 |  70 |6032 |  70 |  21 |  18 | 859k|6046 | 0.000000e+00 |      --      |    Inf 
311.54/311.78	c   312s|  1860k|489268 |  6199k|   3.3 | 427M|  63 |   8 |  70 |4781 |  70 |  21 |  18 | 864k|6060 | 0.000000e+00 |      --      |    Inf 
313.45/313.62	c   314s|  1870k|491642 |  6230k|   3.3 | 429M|  63 |   - |  70 |4166 |  70 |  21 |  18 | 869k|6067 | 0.000000e+00 |      --      |    Inf 
315.14/315.37	c   315s|  1880k|494095 |  6264k|   3.3 | 431M|  63 |   8 |  70 |4270 |  70 |  21 |  18 | 873k|6075 | 0.000000e+00 |      --      |    Inf 
316.83/317.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.83/317.05	c   317s|  1890k|496627 |  6296k|   3.3 | 433M|  63 |   - |  70 |4630 |  70 |  21 |  18 | 878k|6088 | 0.000000e+00 |      --      |    Inf 
318.64/318.84	c   319s|  1900k|498987 |  6330k|   3.3 | 435M|  63 |   - |  70 |4054 |  70 |  21 |  18 | 883k|6101 | 0.000000e+00 |      --      |    Inf 
320.33/320.50	c   320s|  1910k|501629 |  6364k|   3.3 | 438M|  63 |   - |  70 |4835 |   0 |   0 |  18 | 887k|6116 | 0.000000e+00 |      --      |    Inf 
322.03/322.26	c   322s|  1920k|504061 |  6397k|   3.3 | 440M|  63 |   - |  70 |4955 |  70 |  21 |  18 | 892k|6128 | 0.000000e+00 |      --      |    Inf 
323.83/324.04	c   324s|  1930k|506433 |  6430k|   3.3 | 442M|  63 |   8 |  70 |4265 |  70 |  21 |  18 | 897k|6140 | 0.000000e+00 |      --      |    Inf 
325.63/325.83	c   326s|  1940k|508673 |  6462k|   3.3 | 444M|  63 |   8 |  70 |3733 |  70 |  21 |  18 | 902k|6153 | 0.000000e+00 |      --      |    Inf 
327.33/327.54	c   328s|  1950k|511096 |  6495k|   3.3 | 447M|  63 |   - |  70 |4628 |  70 |  21 |  18 | 906k|6166 | 0.000000e+00 |      --      |    Inf 
329.14/329.35	c   329s|  1960k|513369 |  6527k|   3.3 | 449M|  63 |   8 |  70 |4202 |  70 |  21 |  18 | 911k|6177 | 0.000000e+00 |      --      |    Inf 
330.82/331.10	c   331s|  1970k|515801 |  6560k|   3.3 | 451M|  63 |   8 |  70 |4029 |  70 |  21 |  18 | 916k|6187 | 0.000000e+00 |      --      |    Inf 
332.63/332.82	c   333s|  1980k|518335 |  6594k|   3.3 | 453M|  63 |   8 |  70 |4264 |  70 |  21 |  18 | 920k|6196 | 0.000000e+00 |      --      |    Inf 
334.34/334.57	c   335s|  1990k|520726 |  6627k|   3.3 | 456M|  63 |   - |  70 |4110 |  70 |  21 |  18 | 925k|6207 | 0.000000e+00 |      --      |    Inf 
336.12/336.36	c   336s|  2000k|523195 |  6659k|   3.3 | 458M|  63 |   - |  70 |3809 |  70 |  21 |  18 | 930k|6216 | 0.000000e+00 |      --      |    Inf 
337.83/338.01	c   338s|  2010k|525875 |  6692k|   3.3 | 460M|  63 |   - |  70 |4663 |  70 |  21 |  18 | 934k|6220 | 0.000000e+00 |      --      |    Inf 
339.53/339.74	c   340s|  2020k|528485 |  6725k|   3.3 | 463M|  63 |   8 |  70 |4769 |  70 |  21 |  18 | 939k|6231 | 0.000000e+00 |      --      |    Inf 
341.32/341.55	c   342s|  2030k|531017 |  6759k|   3.3 | 465M|  63 |   8 |  70 |4666 |  70 |  21 |  18 | 944k|6245 | 0.000000e+00 |      --      |    Inf 
343.12/343.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
343.12/343.33	c   343s|  2040k|533351 |  6791k|   3.3 | 467M|  63 |   - |  70 |4479 |  70 |  21 |  18 | 948k|6256 | 0.000000e+00 |      --      |    Inf 
344.92/345.10	c   345s|  2050k|535804 |  6823k|   3.3 | 469M|  63 |   8 |  70 |4213 |  70 |  21 |  18 | 953k|6264 | 0.000000e+00 |      --      |    Inf 
346.52/346.77	c   347s|  2060k|538687 |  6856k|   3.3 | 472M|  63 |   - |  70 |4923 |  70 |  21 |  18 | 958k|6274 | 0.000000e+00 |      --      |    Inf 
348.32/348.51	c   348s|  2070k|541359 |  6888k|   3.3 | 474M|  63 |   8 |  70 |4625 |  70 |  21 |  18 | 962k|6279 | 0.000000e+00 |      --      |    Inf 
349.82/350.09	c   350s|  2080k|544717 |  6921k|   3.3 | 477M|  63 |   8 |  70 |5852 |  70 |  21 |  18 | 966k|6283 | 0.000000e+00 |      --      |    Inf 
351.62/351.81	c   352s|  2090k|547450 |  6952k|   3.3 | 479M|  63 |   8 |  70 |5846 |  70 |  21 |  18 | 971k|6284 | 0.000000e+00 |      --      |    Inf 
353.31/353.54	c   354s|  2100k|550105 |  6982k|   3.3 | 482M|  63 |   - |  70 |6307 |  70 |  21 |  18 | 975k|6287 | 0.000000e+00 |      --      |    Inf 
355.13/355.31	c   355s|  2110k|552795 |  7014k|   3.3 | 484M|  63 |   - |  70 |6427 |  70 |  21 |  18 | 980k|6290 | 0.000000e+00 |      --      |    Inf 
356.81/357.05	c   357s|  2120k|555505 |  7047k|   3.3 | 486M|  63 |   - |  70 |7096 |  70 |  21 |  18 | 984k|6294 | 0.000000e+00 |      --      |    Inf 
358.71/358.99	c   359s|  2130k|558107 |  7080k|   3.3 | 488M|  63 |   8 |  70 |4743 |  70 |  21 |  18 | 989k|6302 | 0.000000e+00 |      --      |    Inf 
360.42/360.63	c   361s|  2140k|561484 |  7113k|   3.3 | 491M|  63 |   8 |  70 |4573 |  70 |  21 |  18 | 993k|6308 | 0.000000e+00 |      --      |    Inf 
362.02/362.29	c   362s|  2150k|564693 |  7146k|   3.3 | 493M|  63 |   8 |  70 |5513 |  70 |  21 |  18 | 998k|6312 | 0.000000e+00 |      --      |    Inf 
363.71/363.99	c   364s|  2160k|567777 |  7179k|   3.3 | 496M|  63 |   8 |  70 |6182 |  70 |  21 |  18 |1002k|6314 | 0.000000e+00 |      --      |    Inf 
365.51/365.71	c   366s|  2170k|571017 |  7211k|   3.3 | 498M|  63 |   - |  70 |6055 |  70 |  21 |  18 |1006k|6317 | 0.000000e+00 |      --      |    Inf 
367.22/367.48	c   367s|  2180k|573982 |  7243k|   3.3 | 500M|  63 |   8 |  70 |5855 |  70 |  21 |  18 |1011k|6319 | 0.000000e+00 |      --      |    Inf 
369.01/369.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.01/369.26	c   369s|  2190k|576633 |  7276k|   3.3 | 503M|  63 |   8 |  70 |6464 |  70 |  21 |  18 |1015k|6330 | 0.000000e+00 |      --      |    Inf 
370.81/371.07	c   371s|  2200k|579281 |  7310k|   3.3 | 505M|  63 |   8 |  70 |6891 |  70 |  21 |  18 |1020k|6335 | 0.000000e+00 |      --      |    Inf 
372.81/373.04	c   373s|  2210k|581673 |  7342k|   3.3 | 507M|  63 |   8 |  70 |4729 |  70 |  21 |  18 |1025k|6340 | 0.000000e+00 |      --      |    Inf 
374.61/374.85	c   375s|  2220k|584041 |  7376k|   3.3 | 509M|  63 |   8 |  70 |4463 |  70 |  21 |  18 |1029k|6351 | 0.000000e+00 |      --      |    Inf 
376.31/376.58	c   377s|  2230k|586646 |  7410k|   3.3 | 511M|  63 |   - |  70 |4782 |  70 |  21 |  18 |1034k|6356 | 0.000000e+00 |      --      |    Inf 
378.11/378.35	c   378s|  2240k|589184 |  7443k|   3.3 | 514M|  63 |   8 |  70 |4631 |  70 |  21 |  18 |1039k|6360 | 0.000000e+00 |      --      |    Inf 
379.81/380.00	c   380s|  2250k|592064 |  7477k|   3.3 | 516M|  63 |   8 |  70 |5367 |  70 |  21 |  18 |1043k|6363 | 0.000000e+00 |      --      |    Inf 
381.51/381.76	c   382s|  2260k|594636 |  7511k|   3.3 | 518M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |1048k|6367 | 0.000000e+00 |      --      |    Inf 
383.31/383.57	c   384s|  2270k|597206 |  7543k|   3.3 | 521M|  63 |   - |  70 |4832 |  70 |  21 |  18 |1052k|6371 | 0.000000e+00 |      --      |    Inf 
385.21/385.40	c   385s|  2280k|599651 |  7576k|   3.3 | 523M|  63 |   8 |  70 |4436 |  70 |  21 |  18 |1057k|6376 | 0.000000e+00 |      --      |    Inf 
386.90/387.17	c   387s|  2290k|602110 |  7609k|   3.3 | 525M|  63 |   8 |  70 |4376 |  70 |  21 |  18 |1062k|6379 | 0.000000e+00 |      --      |    Inf 
388.60/388.83	c   389s|  2300k|604890 |  7646k|   3.3 | 528M|  63 |   8 |  70 |5555 |  70 |  21 |  18 |1066k|6390 | 0.000000e+00 |      --      |    Inf 
390.40/390.61	c   391s|  2310k|607529 |  7680k|   3.3 | 530M|  63 |   - |  70 |4481 |  70 |  21 |  18 |1071k|6396 | 0.000000e+00 |      --      |    Inf 
392.10/392.37	c   392s|  2320k|609968 |  7712k|   3.3 | 532M|  63 |   - |  70 |3757 |  70 |  21 |  18 |1075k|6398 | 0.000000e+00 |      --      |    Inf 
393.90/394.13	c   394s|  2330k|612538 |  7745k|   3.3 | 534M|  63 |   8 |  70 |3672 |  70 |  21 |  18 |1080k|6406 | 0.000000e+00 |      --      |    Inf 
395.60/395.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.60/395.82	c   396s|  2340k|615105 |  7777k|   3.3 | 536M|  63 |   - |  70 |4040 |  70 |  21 |  18 |1085k|6407 | 0.000000e+00 |      --      |    Inf 
397.30/397.50	c   397s|  2350k|617826 |  7810k|   3.3 | 539M|  63 |   8 |  70 |4742 |  70 |  21 |  18 |1089k|6407 | 0.000000e+00 |      --      |    Inf 
398.90/399.19	c   399s|  2360k|620802 |  7843k|   3.3 | 542M|  63 |   8 |  70 |6429 |  70 |  21 |  18 |1094k|6409 | 0.000000e+00 |      --      |    Inf 
400.79/401.06	c   401s|  2370k|623294 |  7875k|   3.3 | 544M|  63 |   8 |  70 |6180 |  70 |  21 |  18 |1099k|6409 | 0.000000e+00 |      --      |    Inf 
402.70/402.97	c   403s|  2380k|625611 |  7908k|   3.3 | 546M|  63 |   8 |  70 |4717 |  70 |  21 |  18 |1103k|6409 | 0.000000e+00 |      --      |    Inf 
404.49/404.71	c   405s|  2390k|628139 |  7941k|   3.3 | 548M|  63 |   - |  70 |4351 |   0 |   0 |  18 |1108k|6409 | 0.000000e+00 |      --      |    Inf 
406.30/406.54	c   407s|  2400k|630475 |  7974k|   3.3 | 550M|  63 |   - |  70 |4177 |  70 |  21 |  18 |1113k|6409 | 0.000000e+00 |      --      |    Inf 
408.10/408.39	c   408s|  2410k|632728 |  8008k|   3.3 | 553M|  63 |   8 |  70 |3896 |  70 |  21 |  18 |1118k|6409 | 0.000000e+00 |      --      |    Inf 
409.89/410.15	c   410s|  2420k|635212 |  8040k|   3.3 | 555M|  63 |   8 |  70 |4049 |  70 |  21 |  18 |1122k|6409 | 0.000000e+00 |      --      |    Inf 
411.70/411.90	c   412s|  2430k|637706 |  8073k|   3.3 | 557M|  63 |   8 |  70 |4642 |  70 |  21 |  18 |1127k|6409 | 0.000000e+00 |      --      |    Inf 
413.49/413.75	c   414s|  2440k|640198 |  8106k|   3.3 | 559M|  63 |   8 |  70 |4146 |  70 |  21 |  18 |1132k|6409 | 0.000000e+00 |      --      |    Inf 
415.19/415.49	c   415s|  2450k|642690 |  8138k|   3.3 | 562M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1136k|6409 | 0.000000e+00 |      --      |    Inf 
416.99/417.22	c   417s|  2460k|645212 |  8171k|   3.3 | 564M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |1141k|6409 | 0.000000e+00 |      --      |    Inf 
418.79/419.02	c   419s|  2470k|647601 |  8204k|   3.3 | 566M|  63 |   8 |  70 |4027 |  70 |  21 |  18 |1146k|6409 | 0.000000e+00 |      --      |    Inf 
420.48/420.73	c   421s|  2480k|650197 |  8237k|   3.3 | 568M|  63 |   8 |  70 |4333 |  70 |  21 |  18 |1150k|6409 | 0.000000e+00 |      --      |    Inf 
422.29/422.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
422.29/422.55	c   423s|  2490k|652603 |  8271k|   3.3 | 571M|  63 |   8 |  70 |4139 |  70 |  21 |  18 |1155k|6409 | 0.000000e+00 |      --      |    Inf 
424.08/424.33	c   424s|  2500k|654915 |  8304k|   3.3 | 573M|  63 |   - |  70 |4273 |  70 |  21 |  18 |1160k|6409 | 0.000000e+00 |      --      |    Inf 
425.78/426.01	c   426s|  2510k|657737 |  8337k|   3.3 | 576M|  63 |   8 |  70 |5122 |  70 |  21 |  18 |1165k|6409 | 0.000000e+00 |      --      |    Inf 
427.58/427.84	c   428s|  2520k|660096 |  8370k|   3.3 | 578M|  63 |   - |  70 |4517 |  70 |  21 |  18 |1169k|6409 | 0.000000e+00 |      --      |    Inf 
429.38/429.61	c   430s|  2530k|662505 |  8403k|   3.3 | 580M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |1174k|6409 | 0.000000e+00 |      --      |    Inf 
431.17/431.45	c   431s|  2540k|664907 |  8437k|   3.3 | 582M|  63 |   8 |  70 |3681 |  70 |  21 |  18 |1179k|6409 | 0.000000e+00 |      --      |    Inf 
432.97/433.22	c   433s|  2550k|667402 |  8470k|   3.3 | 584M|  63 |   - |  70 |4042 |  70 |  21 |  18 |1183k|6409 | 0.000000e+00 |      --      |    Inf 
434.67/434.96	c   435s|  2560k|670154 |  8503k|   3.3 | 587M|  63 |   8 |  70 |4252 |  70 |  21 |  18 |1188k|6409 | 0.000000e+00 |      --      |    Inf 
436.48/436.73	c   437s|  2570k|672567 |  8536k|   3.3 | 589M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |1193k|6409 | 0.000000e+00 |      --      |    Inf 
438.27/438.56	c   439s|  2580k|674863 |  8569k|   3.3 | 591M|  63 |   8 |  70 |3786 |  70 |  21 |  18 |1198k|6409 | 0.000000e+00 |      --      |    Inf 
439.98/440.21	c   440s|  2590k|677513 |  8601k|   3.3 | 594M|  63 |   - |  70 |4298 |  70 |  21 |  18 |1202k|6409 | 0.000000e+00 |      --      |    Inf 
441.77/442.07	c   442s|  2600k|679554 |  8634k|   3.3 | 596M|  63 |   8 |  70 |3728 |  70 |  21 |  18 |1207k|6409 | 0.000000e+00 |      --      |    Inf 
443.57/443.80	c   444s|  2610k|682179 |  8667k|   3.3 | 598M|  63 |   8 |  70 |3941 |  70 |  21 |  18 |1212k|6409 | 0.000000e+00 |      --      |    Inf 
445.27/445.54	c   446s|  2620k|684653 |  8698k|   3.3 | 600M|  63 |   8 |  70 |3823 |  70 |  21 |  18 |1217k|6409 | 0.000000e+00 |      --      |    Inf 
446.97/447.29	c   447s|  2630k|687205 |  8731k|   3.3 | 603M|  63 |   - |  70 |4330 |  70 |  21 |  18 |1221k|6409 | 0.000000e+00 |      --      |    Inf 
448.76/449.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.76/449.09	c   449s|  2640k|689658 |  8764k|   3.3 | 605M|  63 |   8 |  70 |3775 |  70 |  21 |  18 |1226k|6411 | 0.000000e+00 |      --      |    Inf 
450.56/450.89	c   451s|  2650k|691936 |  8797k|   3.3 | 607M|  63 |   8 |  70 |3869 |  70 |  21 |  18 |1231k|6416 | 0.000000e+00 |      --      |    Inf 
452.36/452.64	c   453s|  2660k|694398 |  8831k|   3.3 | 609M|  63 |   8 |  70 |4090 |  70 |  21 |  18 |1235k|6422 | 0.000000e+00 |      --      |    Inf 
454.16/454.41	c   454s|  2670k|696644 |  8863k|   3.3 | 612M|  63 |   8 |  70 |4382 |  70 |  21 |  18 |1240k|6426 | 0.000000e+00 |      --      |    Inf 
455.86/456.14	c   456s|  2680k|699265 |  8897k|   3.3 | 614M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1245k|6429 | 0.000000e+00 |      --      |    Inf 
457.56/457.85	c   458s|  2690k|701964 |  8930k|   3.3 | 616M|  63 |   8 |  70 |4339 |  70 |  21 |  18 |1249k|6429 | 0.000000e+00 |      --      |    Inf 
459.26/459.57	c   460s|  2700k|704448 |  8961k|   3.3 | 618M|  63 |   - |  70 |4303 |  70 |  21 |  18 |1254k|6429 | 0.000000e+00 |      --      |    Inf 
460.95/461.25	c   461s|  2710k|707282 |  8995k|   3.3 | 621M|  63 |   - |  70 |4575 |  70 |  21 |  18 |1258k|6429 | 0.000000e+00 |      --      |    Inf 
462.65/462.90	c   463s|  2720k|710441 |  9028k|   3.3 | 623M|  63 |   - |  70 |5310 |  70 |  21 |  18 |1263k|6429 | 0.000000e+00 |      --      |    Inf 
464.26/464.53	c   465s|  2730k|714066 |  9061k|   3.3 | 626M|  63 |   8 |  70 |6712 |  70 |  21 |  18 |1266k|6429 | 0.000000e+00 |      --      |    Inf 
465.95/466.26	c   466s|  2740k|717404 |  9093k|   3.3 | 629M|  63 |   - |  70 |7597 |  70 |  21 |  18 |1271k|6429 | 0.000000e+00 |      --      |    Inf 
467.75/468.06	c   468s|  2750k|720685 |  9126k|   3.3 | 631M|  63 |   8 |  70 |7341 |  70 |  21 |  18 |1275k|6429 | 0.000000e+00 |      --      |    Inf 
469.56/469.88	c   470s|  2760k|723840 |  9159k|   3.3 | 633M|  63 |   8 |  70 |7508 |  70 |  21 |  18 |1279k|6431 | 0.000000e+00 |      --      |    Inf 
471.45/471.78	c   472s|  2770k|726606 |  9193k|   3.3 | 635M|  63 |   8 |  70 |5508 |  70 |  21 |  18 |1283k|6436 | 0.000000e+00 |      --      |    Inf 
473.35/473.64	c   474s|  2780k|728884 |  9226k|   3.3 | 638M|  63 |   8 |  70 |4877 |  70 |  21 |  18 |1288k|6440 | 0.000000e+00 |      --      |    Inf 
475.14/475.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
475.14/475.49	c   475s|  2790k|731386 |  9260k|   3.3 | 640M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |1293k|6448 | 0.000000e+00 |      --      |    Inf 
476.95/477.26	c   477s|  2800k|733754 |  9294k|   3.3 | 642M|  63 |   8 |  70 |4105 |  70 |  21 |  18 |1298k|6458 | 0.000000e+00 |      --      |    Inf 
478.75/479.02	c   479s|  2810k|736344 |  9326k|   3.3 | 644M|  63 |   - |  70 |4519 |  70 |  21 |  18 |1302k|6464 | 0.000000e+00 |      --      |    Inf 
480.45/480.77	c   481s|  2820k|738955 |  9359k|   3.3 | 647M|  63 |   8 |  70 |4435 |  70 |  21 |  18 |1307k|6469 | 0.000000e+00 |      --      |    Inf 
482.24/482.58	c   483s|  2830k|741438 |  9392k|   3.3 | 649M|  63 |   8 |  70 |4142 |  70 |  21 |  18 |1311k|6475 | 0.000000e+00 |      --      |    Inf 
484.14/484.41	c   484s|  2840k|743587 |  9426k|   3.3 | 651M|  63 |   - |  70 |3657 |  70 |  21 |  18 |1316k|6482 | 0.000000e+00 |      --      |    Inf 
485.84/486.14	c   486s|  2850k|746228 |  9459k|   3.3 | 653M|  63 |   - |  70 |4313 |   0 |   0 |  18 |1321k|6491 | 0.000000e+00 |      --      |    Inf 
487.64/487.99	c   488s|  2860k|748465 |  9493k|   3.3 | 656M|  63 |   - |  70 |3868 |  70 |  21 |  18 |1326k|6494 | 0.000000e+00 |      --      |    Inf 
489.54/489.81	c   490s|  2870k|750853 |  9526k|   3.3 | 658M|  63 |   8 |  70 |3908 |  70 |  21 |  18 |1331k|6497 | 0.000000e+00 |      --      |    Inf 
491.23/491.51	c   491s|  2880k|753509 |  9559k|   3.3 | 660M|  63 |   8 |  70 |4872 |  70 |  21 |  18 |1335k|6499 | 0.000000e+00 |      --      |    Inf 
493.03/493.35	c   493s|  2890k|755930 |  9591k|   3.3 | 662M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1340k|6503 | 0.000000e+00 |      --      |    Inf 
494.84/495.18	c   495s|  2900k|758260 |  9625k|   3.3 | 665M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1345k|6507 | 0.000000e+00 |      --      |    Inf 
496.63/496.94	c   497s|  2910k|760899 |  9658k|   3.3 | 667M|  63 |   - |  70 |4742 |  70 |  21 |  18 |1349k|6510 | 0.000000e+00 |      --      |    Inf 
498.44/498.72	c   499s|  2920k|763531 |  9691k|   3.3 | 669M|  63 |   - |  70 |4458 |  70 |  21 |  18 |1354k|6511 | 0.000000e+00 |      --      |    Inf 
500.23/500.54	c   501s|  2930k|765847 |  9724k|   3.3 | 671M|  63 |   - |  70 |3655 |  70 |  21 |  18 |1359k|6511 | 0.000000e+00 |      --      |    Inf 
501.93/502.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
501.93/502.25	c   502s|  2940k|768807 |  9757k|   3.3 | 674M|  63 |   8 |  70 |4394 |  70 |  21 |  18 |1363k|6515 | 0.000000e+00 |      --      |    Inf 
503.73/504.04	c   504s|  2950k|771156 |  9790k|   3.3 | 676M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1368k|6519 | 0.000000e+00 |      --      |    Inf 
505.52/505.88	c   506s|  2960k|773501 |  9822k|   3.3 | 678M|  63 |   - |  70 |4045 |  70 |  21 |  18 |1372k|6525 | 0.000000e+00 |      --      |    Inf 
507.22/507.58	c   508s|  2970k|776168 |  9855k|   3.3 | 681M|  63 |   - |  70 |5401 |  70 |  21 |  18 |1377k|6529 | 0.000000e+00 |      --      |    Inf 
508.92/509.26	c   509s|  2980k|778968 |  9888k|   3.3 | 684M|  63 |   8 |  70 |6630 |  70 |  21 |  18 |1382k|6529 | 0.000000e+00 |      --      |    Inf 
510.72/511.01	c   511s|  2990k|781896 |  9921k|   3.3 | 686M|  63 |   8 |  70 |7321 |  70 |  21 |  18 |1386k|6529 | 0.000000e+00 |      --      |    Inf 
512.42/512.75	c   513s|  3000k|784823 |  9953k|   3.3 | 689M|  63 |   - |  70 |8141 |  70 |  21 |  18 |1390k|6529 | 0.000000e+00 |      --      |    Inf 
514.42/514.74	c   515s|  3010k|787128 |  9987k|   3.3 | 690M|  63 |   - |  70 |4800 |  70 |  21 |  18 |1395k|6529 | 0.000000e+00 |      --      |    Inf 
516.21/516.59	c   517s|  3020k|789632 | 10019k|   3.3 | 692M|  63 |   8 |  70 |4195 |  70 |  21 |  18 |1400k|6529 | 0.000000e+00 |      --      |    Inf 
518.02/518.38	c   518s|  3030k|791988 | 10053k|   3.3 | 695M|  63 |   8 |  70 |3939 |  70 |  21 |  18 |1404k|6529 | 0.000000e+00 |      --      |    Inf 
519.72/520.08	c   520s|  3040k|794692 | 10085k|   3.3 | 697M|  63 |   8 |  70 |4999 |  70 |  21 |  18 |1409k|6529 | 0.000000e+00 |      --      |    Inf 
521.51/521.89	c   522s|  3050k|797338 | 10118k|   3.3 | 699M|  63 |   8 |  70 |4548 |  70 |  21 |  18 |1414k|6529 | 0.000000e+00 |      --      |    Inf 
523.32/523.69	c   524s|  3060k|799775 | 10151k|   3.3 | 702M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |1418k|6529 | 0.000000e+00 |      --      |    Inf 
525.21/525.52	c   526s|  3070k|801998 | 10184k|   3.3 | 704M|  63 |   8 |  70 |3831 |  70 |  21 |  18 |1423k|6529 | 0.000000e+00 |      --      |    Inf 
526.81/527.19	c   527s|  3080k|804592 | 10218k|   3.3 | 706M|  63 |   - |  70 |5280 |  70 |  21 |  18 |1428k|6529 | 0.000000e+00 |      --      |    Inf 
528.70/529.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.70/529.02	c   529s|  3090k|807039 | 10250k|   3.3 | 708M|  63 |   - |  70 |3984 |  70 |  21 |  18 |1432k|6529 | 0.000000e+00 |      --      |    Inf 
530.40/530.78	c   531s|  3100k|809463 | 10284k|   3.3 | 711M|  63 |   - |  70 |4259 |  70 |  21 |  18 |1437k|6529 | 0.000000e+00 |      --      |    Inf 
532.11/532.42	c   532s|  3110k|812359 | 10315k|   3.3 | 713M|  63 |   - |  70 |5166 |  70 |  21 |  18 |1441k|6529 | 0.000000e+00 |      --      |    Inf 
533.90/534.21	c   534s|  3120k|814775 | 10349k|   3.3 | 715M|  63 |   8 |  70 |4282 |  70 |  21 |  18 |1446k|6529 | 0.000000e+00 |      --      |    Inf 
535.60/535.95	c   536s|  3130k|817394 | 10382k|   3.3 | 718M|  63 |   8 |  70 |4593 |  70 |  21 |  18 |1451k|6529 | 0.000000e+00 |      --      |    Inf 
537.40/537.72	c   538s|  3140k|820022 | 10415k|   3.3 | 720M|  63 |   - |  70 |4243 |  70 |  21 |  18 |1455k|6529 | 0.000000e+00 |      --      |    Inf 
539.09/539.40	c   539s|  3150k|822868 | 10447k|   3.3 | 722M|  63 |   8 |  70 |4752 |  70 |  21 |  18 |1460k|6529 | 0.000000e+00 |      --      |    Inf 
540.90/541.24	c   541s|  3160k|825325 | 10481k|   3.3 | 725M|  63 |   - |  70 |3914 |  70 |  21 |  18 |1464k|6529 | 0.000000e+00 |      --      |    Inf 
542.60/542.99	c   543s|  3170k|827897 | 10514k|   3.3 | 727M|  63 |   8 |  70 |4274 |  70 |  21 |  18 |1469k|6529 | 0.000000e+00 |      --      |    Inf 
544.39/544.75	c   545s|  3180k|830525 | 10547k|   3.3 | 729M|  63 |   8 |  70 |4381 |  70 |  21 |  18 |1473k|6529 | 0.000000e+00 |      --      |    Inf 
546.09/546.49	c   546s|  3190k|833109 | 10580k|   3.3 | 731M|  63 |   8 |  70 |4584 |  70 |  21 |  18 |1478k|6529 | 0.000000e+00 |      --      |    Inf 
547.89/548.28	c   548s|  3200k|835482 | 10613k|   3.3 | 734M|  63 |   8 |  70 |4680 |  70 |  21 |  18 |1483k|6529 | 0.000000e+00 |      --      |    Inf 
549.70/550.08	c   550s|  3210k|837902 | 10645k|   3.3 | 736M|  63 |   8 |  70 |4327 |  70 |  21 |  18 |1488k|6529 | 0.000000e+00 |      --      |    Inf 
551.49/551.84	c   552s|  3220k|840328 | 10679k|   3.3 | 738M|  63 |   8 |  70 |3955 |  70 |  21 |  18 |1492k|6529 | 0.000000e+00 |      --      |    Inf 
553.28/553.61	c   554s|  3230k|842830 | 10711k|   3.3 | 740M|  63 |   8 |  70 |3856 |  70 |  21 |  18 |1497k|6529 | 0.000000e+00 |      --      |    Inf 
554.88/555.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.88/555.25	c   555s|  3240k|845509 | 10745k|   3.3 | 743M|  63 |   - |  70 |4567 |  70 |  21 |  18 |1502k|6529 | 0.000000e+00 |      --      |    Inf 
556.68/557.02	c   557s|  3250k|847969 | 10777k|   3.3 | 745M|  63 |   8 |  70 |4188 |  70 |  21 |  18 |1506k|6529 | 0.000000e+00 |      --      |    Inf 
558.49/558.82	c   559s|  3260k|850453 | 10810k|   3.3 | 747M|  63 |   8 |  70 |4177 |  70 |  21 |  18 |1511k|6529 | 0.000000e+00 |      --      |    Inf 
560.27/560.60	c   561s|  3270k|853014 | 10843k|   3.3 | 750M|  63 |   8 |  70 |4244 |  70 |  21 |  18 |1516k|6529 | 0.000000e+00 |      --      |    Inf 
562.08/562.44	c   562s|  3280k|855276 | 10876k|   3.3 | 752M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1520k|6529 | 0.000000e+00 |      --      |    Inf 
563.88/564.24	c   564s|  3290k|857656 | 10908k|   3.3 | 754M|  63 |   - |  70 |3771 |  70 |  21 |  18 |1525k|6529 | 0.000000e+00 |      --      |    Inf 
565.68/566.01	c   566s|  3300k|860076 | 10941k|   3.3 | 756M|  63 |   - |  70 |4468 |  70 |  21 |  18 |1530k|6529 | 0.000000e+00 |      --      |    Inf 
567.48/567.89	c   568s|  3310k|862267 | 10974k|   3.3 | 758M|  63 |   - |  70 |3669 |  70 |  21 |  18 |1535k|6529 | 0.000000e+00 |      --      |    Inf 
569.38/569.72	c   570s|  3320k|864745 | 11007k|   3.3 | 761M|  63 |   8 |  70 |4034 |  70 |  21 |  18 |1539k|6529 | 0.000000e+00 |      --      |    Inf 
571.08/571.49	c   571s|  3330k|867244 | 11042k|   3.3 | 763M|  63 |   - |  70 |4820 |  70 |  21 |  18 |1544k|6529 | 0.000000e+00 |      --      |    Inf 
572.98/573.31	c   573s|  3340k|869676 | 11074k|   3.3 | 765M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1549k|6529 | 0.000000e+00 |      --      |    Inf 
574.78/575.13	c   575s|  3350k|872101 | 11107k|   3.3 | 768M|  63 |   8 |  70 |4296 |  70 |  21 |  18 |1553k|6529 | 0.000000e+00 |      --      |    Inf 
576.48/576.86	c   577s|  3360k|875019 | 11139k|   3.3 | 770M|  63 |   - |  70 |4630 |  70 |  21 |  18 |1558k|6529 | 0.000000e+00 |      --      |    Inf 
578.17/578.58	c   579s|  3370k|877829 | 11172k|   3.3 | 772M|  63 |   8 |  70 |5279 |  70 |  21 |  18 |1562k|6529 | 0.000000e+00 |      --      |    Inf 
580.08/580.46	c   580s|  3380k|880385 | 11205k|   3.3 | 774M|  63 |   8 |  70 |4117 |  70 |  21 |  18 |1567k|6529 | 0.000000e+00 |      --      |    Inf 
581.97/582.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
581.97/582.33	c   582s|  3390k|882702 | 11237k|   3.3 | 777M|  63 |   - |  70 |3792 |  70 |  21 |  18 |1572k|6529 | 0.000000e+00 |      --      |    Inf 
583.79/584.14	c   584s|  3400k|885047 | 11271k|   3.3 | 779M|  63 |   8 |  70 |4273 |  70 |  21 |  18 |1576k|6529 | 0.000000e+00 |      --      |    Inf 
585.67/586.00	c   586s|  3410k|887266 | 11304k|   3.3 | 781M|  63 |   8 |  70 |3846 |  70 |  21 |  18 |1581k|6529 | 0.000000e+00 |      --      |    Inf 
587.37/587.75	c   588s|  3420k|889777 | 11336k|   3.3 | 784M|  63 |   8 |  70 |4431 |  70 |  21 |  18 |1586k|6529 | 0.000000e+00 |      --      |    Inf 
589.17/589.59	c   590s|  3430k|892068 | 11369k|   3.3 | 786M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |1591k|6529 | 0.000000e+00 |      --      |    Inf 
591.08/591.40	c   591s|  3440k|894443 | 11402k|   3.3 | 788M|  63 |   8 |  70 |4289 |  70 |  21 |  18 |1595k|6529 | 0.000000e+00 |      --      |    Inf 
592.88/593.25	c   593s|  3450k|896808 | 11435k|   3.3 | 790M|  63 |   8 |  70 |4098 |  70 |  21 |  18 |1600k|6529 | 0.000000e+00 |      --      |    Inf 
594.78/595.12	c   595s|  3460k|898993 | 11468k|   3.3 | 792M|  63 |   - |  70 |3975 |  70 |  21 |  18 |1605k|6529 | 0.000000e+00 |      --      |    Inf 
596.58/596.92	c   597s|  3470k|901339 | 11501k|   3.3 | 795M|  63 |   - |  70 |4308 |  70 |  21 |  18 |1610k|6529 | 0.000000e+00 |      --      |    Inf 
598.27/598.69	c   599s|  3480k|903913 | 11535k|   3.3 | 797M|  63 |   8 |  70 |4479 |  70 |  21 |  18 |1614k|6529 | 0.000000e+00 |      --      |    Inf 
600.17/600.53	c   601s|  3490k|906196 | 11569k|   3.3 | 799M|  63 |   - |  70 |4112 |  70 |  21 |  18 |1619k|6529 | 0.000000e+00 |      --      |    Inf 
601.98/602.30	c   602s|  3500k|908800 | 11602k|   3.3 | 802M|  63 |   - |  70 |4137 |  70 |  21 |  18 |1623k|6529 | 0.000000e+00 |      --      |    Inf 
603.77/604.13	c   604s|  3510k|911131 | 11635k|   3.3 | 804M|  63 |   8 |  70 |4134 |  70 |  21 |  18 |1628k|6529 | 0.000000e+00 |      --      |    Inf 
605.57/605.96	c   606s|  3520k|913445 | 11668k|   3.3 | 806M|  63 |   - |  70 |4337 |  70 |  21 |  18 |1633k|6529 | 0.000000e+00 |      --      |    Inf 
607.37/607.76	c   608s|  3530k|915834 | 11702k|   3.3 | 808M|  63 |   - |  70 |4076 |  70 |  21 |  18 |1638k|6529 | 0.000000e+00 |      --      |    Inf 
609.18/609.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.18/609.51	c   610s|  3540k|918361 | 11734k|   3.3 | 811M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1642k|6529 | 0.000000e+00 |      --      |    Inf 
610.87/611.26	c   611s|  3550k|921196 | 11767k|   3.3 | 813M|  63 |   - |  70 |4444 |  70 |  21 |  18 |1647k|6529 | 0.000000e+00 |      --      |    Inf 
612.77/613.11	c   613s|  3560k|923682 | 11800k|   3.3 | 815M|  63 |   8 |  70 |3751 |  70 |  21 |  18 |1651k|6529 | 0.000000e+00 |      --      |    Inf 
614.47/614.89	c   615s|  3570k|926097 | 11832k|   3.3 | 817M|  63 |   - |  70 |4316 |   0 |   0 |  18 |1656k|6529 | 0.000000e+00 |      --      |    Inf 
616.37/616.77	c   617s|  3580k|928500 | 11865k|   3.3 | 820M|  63 |   8 |  70 |4277 |  70 |  21 |  18 |1661k|6529 | 0.000000e+00 |      --      |    Inf 
618.07/618.44	c   618s|  3590k|931356 | 11900k|   3.3 | 822M|  63 |   8 |  70 |5757 |  70 |  21 |  18 |1665k|6529 | 0.000000e+00 |      --      |    Inf 
619.96/620.33	c   620s|  3600k|933840 | 11933k|   3.3 | 824M|  63 |   - |  70 |4664 |  70 |  21 |  18 |1670k|6529 | 0.000000e+00 |      --      |    Inf 
621.87/622.25	c   622s|  3610k|936083 | 11966k|   3.3 | 827M|  63 |   8 |  70 |4307 |  70 |  21 |  18 |1675k|6529 | 0.000000e+00 |      --      |    Inf 
623.77/624.10	c   624s|  3620k|938620 | 12000k|   3.3 | 829M|  63 |   - |  70 |4415 |  70 |  21 |  18 |1679k|6529 | 0.000000e+00 |      --      |    Inf 
625.47/625.89	c   626s|  3630k|941102 | 12031k|   3.3 | 831M|  63 |   8 |  70 |4152 |  70 |  21 |  18 |1684k|6529 | 0.000000e+00 |      --      |    Inf 
627.37/627.76	c   628s|  3640k|943254 | 12065k|   3.3 | 833M|  63 |   - |  70 |4022 |  70 |  21 |  18 |1689k|6529 | 0.000000e+00 |      --      |    Inf 
629.07/629.46	c   629s|  3650k|946028 | 12098k|   3.3 | 836M|  63 |   - |  70 |5185 |   0 |   0 |  18 |1693k|6529 | 0.000000e+00 |      --      |    Inf 
630.66/631.09	c   631s|  3660k|949385 | 12129k|   3.3 | 838M|  63 |   8 |  70 |6382 |  70 |  21 |  18 |1697k|6529 | 0.000000e+00 |      --      |    Inf 
632.66/633.01	c   633s|  3670k|951834 | 12163k|   3.3 | 840M|  63 |   - |  70 |4688 |  70 |  21 |  18 |1702k|6529 | 0.000000e+00 |      --      |    Inf 
634.47/634.81	c   635s|  3680k|954447 | 12195k|   3.3 | 843M|  63 |   - |  70 |5473 |  70 |  21 |  18 |1706k|6529 | 0.000000e+00 |      --      |    Inf 
636.27/636.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
636.27/636.64	c   637s|  3690k|957035 | 12227k|   3.3 | 845M|  63 |   - |  70 |4898 |  70 |  21 |  18 |1711k|6529 | 0.000000e+00 |      --      |    Inf 
638.07/638.43	c   638s|  3700k|959889 | 12260k|   3.3 | 847M|  63 |   8 |  70 |4789 |  70 |  21 |  18 |1715k|6529 | 0.000000e+00 |      --      |    Inf 
639.97/640.32	c   640s|  3710k|962272 | 12294k|   3.3 | 849M|  63 |   8 |  70 |4077 |  70 |  21 |  18 |1720k|6529 | 0.000000e+00 |      --      |    Inf 
641.66/642.02	c   642s|  3720k|965148 | 12327k|   3.3 | 852M|  63 |   - |  70 |5331 |  70 |  21 |  18 |1724k|6529 | 0.000000e+00 |      --      |    Inf 
643.47/643.86	c   644s|  3730k|968071 | 12360k|   3.3 | 854M|  63 |   - |  70 |5074 |  70 |  21 |  18 |1729k|6529 | 0.000000e+00 |      --      |    Inf 
645.26/645.69	c   646s|  3740k|970620 | 12393k|   3.3 | 857M|  63 |   - |  70 |5212 |  70 |  21 |  18 |1734k|6529 | 0.000000e+00 |      --      |    Inf 
647.16/647.51	c   648s|  3750k|973231 | 12426k|   3.3 | 859M|  63 |   8 |  70 |5440 |  70 |  21 |  18 |1738k|6529 | 0.000000e+00 |      --      |    Inf 
649.07/649.40	c   649s|  3760k|975729 | 12458k|   3.3 | 861M|  63 |   8 |  70 |4711 |  70 |  21 |  18 |1743k|6529 | 0.000000e+00 |      --      |    Inf 
650.87/651.26	c   651s|  3770k|978175 | 12491k|   3.3 | 863M|  63 |   8 |  70 |4048 |  70 |  21 |  18 |1748k|6529 | 0.000000e+00 |      --      |    Inf 
652.76/653.12	c   653s|  3780k|980552 | 12523k|   3.3 | 865M|  63 |   - |  70 |4101 |  70 |  21 |  18 |1752k|6529 | 0.000000e+00 |      --      |    Inf 
654.66/655.01	c   655s|  3790k|982801 | 12555k|   3.3 | 868M|  63 |   - |  70 |3955 |  70 |  21 |  18 |1757k|6529 | 0.000000e+00 |      --      |    Inf 
656.47/656.86	c   657s|  3800k|985009 | 12587k|   3.3 | 870M|  63 |   8 |  70 |3889 |  70 |  21 |  18 |1762k|6529 | 0.000000e+00 |      --      |    Inf 
658.26/658.69	c   659s|  3810k|987422 | 12622k|   3.3 | 872M|  63 |   8 |  70 |4096 |  70 |  21 |  18 |1767k|6529 | 0.000000e+00 |      --      |    Inf 
660.17/660.50	c   660s|  3820k|989909 | 12655k|   3.3 | 875M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |1771k|6529 | 0.000000e+00 |      --      |    Inf 
661.97/662.35	c   662s|  3830k|992192 | 12688k|   3.3 | 877M|  63 |   8 |  70 |4503 |  70 |  21 |  18 |1776k|6529 | 0.000000e+00 |      --      |    Inf 
663.77/664.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
663.77/664.19	c   664s|  3840k|994553 | 12721k|   3.3 | 879M|  63 |   - |  70 |4379 |  70 |  21 |  18 |1781k|6529 | 0.000000e+00 |      --      |    Inf 
665.56/665.94	c   666s|  3850k|997364 | 12753k|   3.3 | 881M|  63 |   8 |  70 |4972 |  70 |  21 |  18 |1785k|6529 | 0.000000e+00 |      --      |    Inf 
667.47/667.82	c   668s|  3860k|999648 | 12786k|   3.3 | 883M|  63 |   8 |  70 |4292 |  70 |  21 |  18 |1790k|6529 | 0.000000e+00 |      --      |    Inf 
669.27/669.65	c   670s|  3870k|  1002k| 12819k|   3.3 | 886M|  63 |   - |  70 |4658 |  70 |  21 |  18 |1795k|6529 | 0.000000e+00 |      --      |    Inf 
671.16/671.58	c   672s|  3880k|  1004k| 12851k|   3.3 | 888M|  63 |   - |  70 |3902 |  70 |  21 |  18 |1800k|6529 | 0.000000e+00 |      --      |    Inf 
672.96/673.34	c   673s|  3890k|  1006k| 12885k|   3.3 | 890M|  63 |   - |  70 |4338 |  70 |  21 |  18 |1804k|6529 | 0.000000e+00 |      --      |    Inf 
674.86/675.21	c   675s|  3900k|  1009k| 12917k|   3.3 | 892M|  63 |   - |  70 |4070 |  70 |  21 |  18 |1809k|6529 | 0.000000e+00 |      --      |    Inf 
676.66/677.02	c   677s|  3910k|  1011k| 12951k|   3.3 | 895M|  63 |   8 |  70 |4851 |  70 |  21 |  18 |1814k|6529 | 0.000000e+00 |      --      |    Inf 
678.56/678.96	c   679s|  3920k|  1014k| 12983k|   3.3 | 897M|  63 |   8 |  70 |4119 |  70 |  21 |  18 |1818k|6529 | 0.000000e+00 |      --      |    Inf 
680.46/680.81	c   681s|  3930k|  1016k| 13016k|   3.3 | 899M|  63 |   8 |  70 |4338 |  70 |  21 |  18 |1823k|6529 | 0.000000e+00 |      --      |    Inf 
682.06/682.43	c   682s|  3940k|  1019k| 13049k|   3.3 | 902M|  63 |   - |  70 |6432 |  70 |  21 |  18 |1827k|6529 | 0.000000e+00 |      --      |    Inf 
683.86/684.27	c   684s|  3950k|  1022k| 13080k|   3.3 | 905M|  63 |   8 |  70 |6948 |  70 |  21 |  18 |1832k|6529 | 0.000000e+00 |      --      |    Inf 
685.76/686.16	c   686s|  3960k|  1025k| 13111k|   3.3 | 907M|  63 |   8 |  70 |7563 |  70 |  21 |  18 |1836k|6529 | 0.000000e+00 |      --      |    Inf 
687.76/688.17	c   688s|  3970k|  1028k| 13143k|   3.3 | 909M|  63 |   - |  70 |5576 |  70 |  21 |  18 |1841k|6529 | 0.000000e+00 |      --      |    Inf 
689.66/690.09	c   690s|  3980k|  1030k| 13176k|   3.3 | 911M|  63 |   8 |  70 |4955 |  70 |  21 |  18 |1845k|6529 | 0.000000e+00 |      --      |    Inf 
691.56/691.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.56/691.96	c   692s|  3990k|  1032k| 13208k|   3.3 | 913M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |1850k|6529 | 0.000000e+00 |      --      |    Inf 
693.46/693.81	c   694s|  4000k|  1035k| 13241k|   3.3 | 916M|  63 |   8 |  70 |4398 |  70 |  21 |  18 |1855k|6529 | 0.000000e+00 |      --      |    Inf 
695.15/695.56	c   696s|  4010k|  1038k| 13276k|   3.3 | 918M|  63 |   8 |  70 |4940 |  70 |  21 |  18 |1859k|6529 | 0.000000e+00 |      --      |    Inf 
697.06/697.43	c   697s|  4020k|  1040k| 13311k|   3.3 | 920M|  63 |   8 |  70 |4727 |  70 |  21 |  18 |1864k|6529 | 0.000000e+00 |      --      |    Inf 
698.86/699.24	c   699s|  4030k|  1043k| 13344k|   3.3 | 923M|  63 |   - |  70 |5465 |  70 |  21 |  18 |1868k|6529 | 0.000000e+00 |      --      |    Inf 
700.75/701.19	c   701s|  4040k|  1045k| 13377k|   3.3 | 925M|  63 |   - |  70 |4939 |  70 |  21 |  18 |1873k|6529 | 0.000000e+00 |      --      |    Inf 
702.75/703.15	c   703s|  4050k|  1047k| 13411k|   3.3 | 927M|  63 |   8 |  70 |4043 |  70 |  21 |  18 |1878k|6529 | 0.000000e+00 |      --      |    Inf 
704.55/704.99	c   705s|  4060k|  1050k| 13443k|   3.3 | 929M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |1883k|6529 | 0.000000e+00 |      --      |    Inf 
706.46/706.81	c   707s|  4070k|  1052k| 13475k|   3.3 | 932M|  63 |   - |  70 |4722 |  70 |  21 |  18 |1887k|6529 | 0.000000e+00 |      --      |    Inf 
708.26/708.63	c   709s|  4080k|  1055k| 13509k|   3.3 | 934M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |1892k|6529 | 0.000000e+00 |      --      |    Inf 
709.95/710.39	c   710s|  4090k|  1058k| 13541k|   3.3 | 936M|  63 |   - |  70 |4801 |  70 |  21 |  18 |1896k|6529 | 0.000000e+00 |      --      |    Inf 
711.95/712.31	c   712s|  4100k|  1060k| 13574k|   3.3 | 939M|  63 |   8 |  70 |4385 |  70 |  21 |  18 |1901k|6529 | 0.000000e+00 |      --      |    Inf 
713.85/714.24	c   714s|  4110k|  1062k| 13607k|   3.3 | 941M|  63 |   - |  70 |3747 |  70 |  21 |  18 |1906k|6529 | 0.000000e+00 |      --      |    Inf 
715.65/716.06	c   716s|  4120k|  1064k| 13641k|   3.3 | 943M|  63 |   8 |  70 |4459 |  70 |  21 |  18 |1911k|6529 | 0.000000e+00 |      --      |    Inf 
717.55/717.92	c   718s|  4130k|  1067k| 13675k|   3.3 | 945M|  63 |   - |  70 |4360 |  70 |  21 |  18 |1916k|6529 | 0.000000e+00 |      --      |    Inf 
719.16/719.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
719.16/719.58	c   720s|  4140k|  1070k| 13708k|   3.3 | 948M|  63 |   8 |  70 |6116 |  70 |  21 |  18 |1920k|6529 | 0.000000e+00 |      --      |    Inf 
720.96/721.30	c   721s|  4150k|  1073k| 13741k|   3.3 | 950M|  63 |   8 |  70 |6507 |  70 |  21 |  18 |1924k|6529 | 0.000000e+00 |      --      |    Inf 
722.85/723.21	c   723s|  4160k|  1076k| 13774k|   3.3 | 952M|  63 |   8 |  70 |5317 |  70 |  21 |  18 |1929k|6529 | 0.000000e+00 |      --      |    Inf 
724.46/724.86	c   725s|  4170k|  1079k| 13808k|   3.3 | 955M|  63 |   8 |  70 |6721 |  70 |  21 |  18 |1933k|6529 | 0.000000e+00 |      --      |    Inf 
726.45/726.88	c   727s|  4180k|  1081k| 13841k|   3.3 | 957M|  63 |   8 |  70 |4772 |  70 |  21 |  18 |1937k|6529 | 0.000000e+00 |      --      |    Inf 
728.35/728.75	c   729s|  4190k|  1084k| 13875k|   3.3 | 959M|  63 |   8 |  70 |4302 |  70 |  21 |  18 |1942k|6529 | 0.000000e+00 |      --      |    Inf 
730.15/730.54	c   731s|  4200k|  1086k| 13908k|   3.3 | 962M|  63 |   8 |  70 |4869 |  70 |  21 |  18 |1947k|6529 | 0.000000e+00 |      --      |    Inf 
731.86/732.27	c   732s|  4210k|  1089k| 13941k|   3.3 | 964M|  63 |   8 |  70 |5582 |  70 |  21 |  18 |1951k|6529 | 0.000000e+00 |      --      |    Inf 
733.85/734.22	c   734s|  4220k|  1092k| 13974k|   3.3 | 966M|  63 |   - |  70 |4017 |  70 |  21 |  18 |1956k|6529 | 0.000000e+00 |      --      |    Inf 
735.66/736.03	c   736s|  4230k|  1094k| 14007k|   3.3 | 968M|  63 |   8 |  70 |4475 |  70 |  21 |  18 |1961k|6529 | 0.000000e+00 |      --      |    Inf 
737.55/737.98	c   738s|  4240k|  1097k| 14040k|   3.3 | 971M|  63 |   - |  70 |3926 |  70 |  21 |  18 |1965k|6529 | 0.000000e+00 |      --      |    Inf 
739.45/739.83	c   740s|  4250k|  1099k| 14074k|   3.3 | 973M|  63 |   8 |  70 |4069 |  70 |  21 |  18 |1970k|6529 | 0.000000e+00 |      --      |    Inf 
741.35/741.71	c   742s|  4260k|  1101k| 14108k|   3.3 | 975M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |1975k|6529 | 0.000000e+00 |      --      |    Inf 
743.15/743.58	c   744s|  4270k|  1104k| 14140k|   3.3 | 977M|  63 |   - |  70 |3525 |  70 |  21 |  18 |1980k|6529 | 0.000000e+00 |      --      |    Inf 
745.05/745.40	c   745s|  4280k|  1106k| 14173k|   3.3 | 980M|  63 |   8 |  70 |4157 |  70 |  21 |  18 |1984k|6529 | 0.000000e+00 |      --      |    Inf 
746.95/747.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
746.95/747.31	c   747s|  4290k|  1108k| 14205k|   3.3 | 982M|  63 |   8 |  70 |3965 |  70 |  21 |  18 |1989k|6529 | 0.000000e+00 |      --      |    Inf 
748.75/749.12	c   749s|  4300k|  1111k| 14239k|   3.3 | 984M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |1994k|6529 | 0.000000e+00 |      --      |    Inf 
750.65/751.04	c   751s|  4310k|  1113k| 14271k|   3.3 | 986M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |1999k|6529 | 0.000000e+00 |      --      |    Inf 
752.55/752.99	c   753s|  4320k|  1115k| 14304k|   3.3 | 988M|  63 |   - |  70 |4199 |  70 |  21 |  18 |2004k|6529 | 0.000000e+00 |      --      |    Inf 
754.35/754.75	c   755s|  4330k|  1118k| 14337k|   3.3 | 991M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |2008k|6529 | 0.000000e+00 |      --      |    Inf 
756.25/756.62	c   757s|  4340k|  1120k| 14369k|   3.3 | 993M|  63 |   - |  70 |4529 |  70 |  21 |  18 |2013k|6529 | 0.000000e+00 |      --      |    Inf 
758.15/758.56	c   759s|  4350k|  1123k| 14403k|   3.3 | 995M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |2017k|6529 | 0.000000e+00 |      --      |    Inf 
759.94/760.40	c   760s|  4360k|  1125k| 14437k|   3.3 | 998M|  63 |   - |  70 |4525 |  70 |  21 |  18 |2022k|6529 | 0.000000e+00 |      --      |    Inf 
761.75/762.16	c   762s|  4370k|  1128k| 14471k|   3.3 |1000M|  63 |   8 |  70 |5707 |  70 |  21 |  18 |2027k|6529 | 0.000000e+00 |      --      |    Inf 
763.74/764.10	c   764s|  4380k|  1130k| 14504k|   3.3 |1002M|  63 |   - |  70 |4726 |  70 |  21 |  18 |2032k|6529 | 0.000000e+00 |      --      |    Inf 
765.55/765.92	c   766s|  4390k|  1133k| 14538k|   3.3 |1005M|  63 |   - |  70 |5148 |  70 |  21 |  18 |2036k|6529 | 0.000000e+00 |      --      |    Inf 
767.46/767.84	c   768s|  4400k|  1135k| 14571k|   3.3 |1007M|  63 |   8 |  70 |4667 |  70 |  21 |  18 |2041k|6529 | 0.000000e+00 |      --      |    Inf 
769.24/769.66	c   770s|  4410k|  1138k| 14603k|   3.3 |1009M|  63 |   8 |  70 |4763 |  70 |  21 |  18 |2046k|6529 | 0.000000e+00 |      --      |    Inf 
771.04/771.48	c   771s|  4420k|  1140k| 14635k|   3.3 |1012M|  63 |   - |  70 |4909 |  70 |  21 |  18 |2050k|6529 | 0.000000e+00 |      --      |    Inf 
772.85/773.26	c   773s|  4430k|  1143k| 14668k|   3.3 |1014M|  63 |   - |  70 |5098 |  70 |  21 |  18 |2055k|6529 | 0.000000e+00 |      --      |    Inf 
774.84/775.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
774.84/775.26	c   775s|  4440k|  1146k| 14700k|   3.3 |1016M|  63 |   8 |  70 |3853 |  70 |  21 |  18 |2059k|6529 | 0.000000e+00 |      --      |    Inf 
776.75/777.14	c   777s|  4450k|  1148k| 14734k|   3.3 |1018M|  63 |   8 |  70 |4579 |  70 |  21 |  18 |2064k|6529 | 0.000000e+00 |      --      |    Inf 
778.55/778.99	c   779s|  4460k|  1150k| 14767k|   3.3 |1021M|  63 |   8 |  70 |4560 |  70 |  21 |  18 |2069k|6529 | 0.000000e+00 |      --      |    Inf 
780.45/780.80	c   781s|  4470k|  1153k| 14800k|   3.3 |1023M|  63 |   - |  70 |4681 |  70 |  21 |  18 |2073k|6529 | 0.000000e+00 |      --      |    Inf 
782.24/782.68	c   783s|  4480k|  1155k| 14832k|   3.3 |1025M|  63 |   - |  70 |4551 |  70 |  21 |  18 |2078k|6529 | 0.000000e+00 |      --      |    Inf 
784.14/784.58	c   785s|  4490k|  1158k| 14865k|   3.3 |1028M|  63 |   8 |  70 |4361 |  70 |  21 |  18 |2083k|6529 | 0.000000e+00 |      --      |    Inf 
786.04/786.41	c   786s|  4500k|  1160k| 14898k|   3.3 |1030M|  63 |   8 |  70 |3963 |  70 |  21 |  18 |2088k|6529 | 0.000000e+00 |      --      |    Inf 
787.84/788.28	c   788s|  4510k|  1163k| 14931k|   3.3 |1032M|  63 |   8 |  70 |4025 |  70 |  21 |  18 |2092k|6529 | 0.000000e+00 |      --      |    Inf 
789.64/790.05	c   790s|  4520k|  1165k| 14963k|   3.3 |1034M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2097k|6529 | 0.000000e+00 |      --      |    Inf 
791.44/791.89	c   792s|  4530k|  1168k| 14996k|   3.3 |1037M|  63 |   - |  70 |4223 |  70 |  21 |  18 |2101k|6529 | 0.000000e+00 |      --      |    Inf 
793.35/793.78	c   794s|  4540k|  1170k| 15029k|   3.3 |1039M|  63 |   8 |  70 |3883 |  70 |  21 |  18 |2106k|6529 | 0.000000e+00 |      --      |    Inf 
795.24/795.61	c   796s|  4550k|  1173k| 15062k|   3.3 |1041M|  63 |   - |  70 |4319 |  70 |  21 |  18 |2110k|6529 | 0.000000e+00 |      --      |    Inf 
797.04/797.46	c   797s|  4560k|  1175k| 15095k|   3.3 |1044M|  63 |   8 |  70 |4766 |  70 |  21 |  18 |2115k|6529 | 0.000000e+00 |      --      |    Inf 
799.04/799.45	c   799s|  4570k|  1178k| 15128k|   3.3 |1046M|  63 |   8 |  70 |4115 |  70 |  21 |  18 |2120k|6529 | 0.000000e+00 |      --      |    Inf 
800.84/801.30	c   801s|  4580k|  1180k| 15161k|   3.3 |1048M|  63 |   8 |  70 |4747 |  70 |  21 |  18 |2124k|6529 | 0.000000e+00 |      --      |    Inf 
802.84/803.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.84/803.23	c   803s|  4590k|  1182k| 15194k|   3.3 |1050M|  63 |   8 |  70 |4131 |  70 |  21 |  18 |2129k|6529 | 0.000000e+00 |      --      |    Inf 
804.64/805.06	c   805s|  4600k|  1185k| 15228k|   3.3 |1052M|  63 |   8 |  70 |4365 |  70 |  21 |  18 |2134k|6529 | 0.000000e+00 |      --      |    Inf 
806.64/807.03	c   807s|  4610k|  1187k| 15260k|   3.3 |1055M|  63 |   8 |  70 |4108 |  70 |  21 |  18 |2139k|6529 | 0.000000e+00 |      --      |    Inf 
808.54/808.93	c   809s|  4620k|  1190k| 15293k|   3.3 |1057M|  63 |   8 |  70 |4174 |  70 |  21 |  18 |2143k|6529 | 0.000000e+00 |      --      |    Inf 
810.45/810.81	c   811s|  4630k|  1192k| 15326k|   3.3 |1059M|  63 |   8 |  70 |4359 |  70 |  21 |  18 |2148k|6529 | 0.000000e+00 |      --      |    Inf 
812.14/812.56	c   813s|  4640k|  1195k| 15361k|   3.3 |1062M|  63 |   8 |  70 |5724 |  70 |  21 |  18 |2153k|6529 | 0.000000e+00 |      --      |    Inf 
813.94/814.32	c   814s|  4650k|  1198k| 15395k|   3.3 |1064M|  63 |   8 |  70 |6974 |  70 |  21 |  18 |2157k|6529 | 0.000000e+00 |      --      |    Inf 
815.74/816.12	c   816s|  4660k|  1201k| 15426k|   3.3 |1067M|  63 |   8 |  70 |7432 |  70 |  21 |  18 |2161k|6529 | 0.000000e+00 |      --      |    Inf 
817.54/817.99	c   818s|  4670k|  1204k| 15461k|   3.3 |1069M|  63 |   8 |  70 |5908 |  70 |  21 |  18 |2165k|6529 | 0.000000e+00 |      --      |    Inf 
819.34/819.79	c   820s|  4680k|  1207k| 15495k|   3.3 |1071M|  63 |   8 |  70 |6337 |  70 |  21 |  18 |2170k|6529 | 0.000000e+00 |      --      |    Inf 
821.24/821.62	c   822s|  4690k|  1210k| 15528k|   3.3 |1074M|  63 |   8 |  70 |6439 |  70 |  21 |  18 |2174k|6529 | 0.000000e+00 |      --      |    Inf 
823.04/823.50	c   823s|  4700k|  1213k| 15562k|   3.3 |1077M|  63 |   8 |  70 |6769 |  70 |  21 |  18 |2179k|6529 | 0.000000e+00 |      --      |    Inf 
825.04/825.40	c   825s|  4710k|  1216k| 15595k|   3.3 |1079M|  63 |   8 |  70 |6777 |  70 |  21 |  18 |2183k|6529 | 0.000000e+00 |      --      |    Inf 
826.84/827.21	c   827s|  4720k|  1219k| 15628k|   3.3 |1081M|  63 |   - |  70 |7197 |  70 |  21 |  18 |2187k|6529 | 0.000000e+00 |      --      |    Inf 
828.64/829.01	c   829s|  4730k|  1222k| 15660k|   3.3 |1084M|  63 |   8 |  70 |7873 |  70 |  21 |  18 |2191k|6529 | 0.000000e+00 |      --      |    Inf 
830.54/830.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
830.54/830.91	c   831s|  4740k|  1225k| 15691k|   3.3 |1086M|  63 |   8 |  70 |7436 |  70 |  21 |  18 |2196k|6529 | 0.000000e+00 |      --      |    Inf 
832.53/832.90	c   833s|  4750k|  1228k| 15725k|   3.3 |1089M|  63 |   8 |  70 |7887 |  70 |  21 |  18 |2200k|6529 | 0.000000e+00 |      --      |    Inf 
834.54/834.92	c   835s|  4760k|  1230k| 15758k|   3.3 |1091M|  63 |   8 |  70 |7786 |  70 |  21 |  18 |2205k|6529 | 0.000000e+00 |      --      |    Inf 
836.63/837.02	c   837s|  4770k|  1233k| 15790k|   3.3 |1093M|  63 |   8 |  70 |6886 |  70 |  21 |  18 |2210k|6529 | 0.000000e+00 |      --      |    Inf 
838.53/838.90	c   839s|  4780k|  1236k| 15823k|   3.3 |1096M|  63 |   - |  70 |7337 |  70 |  21 |  18 |2214k|6529 | 0.000000e+00 |      --      |    Inf 
840.43/840.85	c   841s|  4790k|  1239k| 15856k|   3.3 |1098M|  63 |   8 |  70 |7395 |  70 |  21 |  18 |2218k|6529 | 0.000000e+00 |      --      |    Inf 
842.34/842.77	c   843s|  4800k|  1242k| 15887k|   3.3 |1100M|  63 |   8 |  70 |7484 |  70 |  21 |  18 |2223k|6529 | 0.000000e+00 |      --      |    Inf 
844.24/844.62	c   845s|  4810k|  1245k| 15919k|   3.3 |1103M|  63 |   8 |  70 |7838 |  70 |  21 |  18 |2227k|6529 | 0.000000e+00 |      --      |    Inf 
846.34/846.76	c   847s|  4820k|  1247k| 15951k|   3.3 |1105M|  63 |   8 |  70 |7584 |  70 |  21 |  18 |2232k|6529 | 0.000000e+00 |      --      |    Inf 
848.34/848.77	c   849s|  4830k|  1250k| 15983k|   3.3 |1107M|  63 |   - |  70 |7698 |  70 |  21 |  18 |2236k|6529 | 0.000000e+00 |      --      |    Inf 
850.33/850.72	c   851s|  4840k|  1253k| 16016k|   3.3 |1110M|  63 |   8 |  70 |7902 |  70 |  21 |  18 |2241k|6529 | 0.000000e+00 |      --      |    Inf 
852.34/852.76	c   853s|  4850k|  1255k| 16048k|   3.3 |1112M|  63 |   - |  70 |7270 |  70 |  21 |  18 |2245k|6529 | 0.000000e+00 |      --      |    Inf 
854.44/854.86	c   855s|  4860k|  1258k| 16081k|   3.3 |1114M|  63 |   - |  70 |5419 |  70 |  21 |  18 |2250k|6529 | 0.000000e+00 |      --      |    Inf 
856.43/856.80	c   857s|  4870k|  1260k| 16115k|   3.3 |1116M|  63 |   8 |  70 |5430 |  70 |  21 |  18 |2255k|6529 | 0.000000e+00 |      --      |    Inf 
858.43/858.82	c   859s|  4880k|  1262k| 16148k|   3.3 |1118M|  63 |   8 |  70 |4341 |  70 |  21 |  18 |2259k|6529 | 0.000000e+00 |      --      |    Inf 
860.03/860.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
860.03/860.47	c   860s|  4890k|  1265k| 16180k|   3.3 |1121M|  63 |   8 |  70 |5857 |  70 |  21 |  18 |2264k|6529 | 0.000000e+00 |      --      |    Inf 
861.83/862.23	c   862s|  4900k|  1269k| 16212k|   3.3 |1123M|  63 |   8 |  70 |6246 |  70 |  21 |  18 |2268k|6529 | 0.000000e+00 |      --      |    Inf 
863.73/864.17	c   864s|  4910k|  1271k| 16244k|   3.3 |1125M|  63 |   8 |  70 |4704 |  70 |  21 |  18 |2272k|6529 | 0.000000e+00 |      --      |    Inf 
865.63/866.01	c   866s|  4920k|  1274k| 16276k|   3.3 |1128M|  63 |   - |  70 |5293 |  70 |  21 |  18 |2277k|6529 | 0.000000e+00 |      --      |    Inf 
867.63/868.03	c   868s|  4930k|  1276k| 16310k|   3.3 |1130M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |2282k|6529 | 0.000000e+00 |      --      |    Inf 
869.63/870.02	c   870s|  4940k|  1278k| 16343k|   3.3 |1132M|  63 |   - |  70 |4029 |  70 |  21 |  18 |2287k|6529 | 0.000000e+00 |      --      |    Inf 
871.43/871.88	c   872s|  4950k|  1280k| 16377k|   3.3 |1134M|  63 |   8 |  70 |4817 |  70 |  21 |  18 |2292k|6529 | 0.000000e+00 |      --      |    Inf 
873.43/873.88	c   874s|  4960k|  1283k| 16411k|   3.3 |1136M|  63 |   - |  70 |3837 |  70 |  21 |  18 |2296k|6529 | 0.000000e+00 |      --      |    Inf 
875.33/875.79	c   876s|  4970k|  1285k| 16444k|   3.3 |1139M|  63 |   8 |  70 |3981 |  70 |  21 |  18 |2301k|6529 | 0.000000e+00 |      --      |    Inf 
877.33/877.74	c   878s|  4980k|  1287k| 16477k|   3.3 |1141M|  63 |   - |  70 |4187 |  70 |  21 |  18 |2306k|6529 | 0.000000e+00 |      --      |    Inf 
879.23/879.63	c   880s|  4990k|  1290k| 16510k|   3.3 |1143M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |2310k|6529 | 0.000000e+00 |      --      |    Inf 
881.03/881.47	c   881s|  5000k|  1292k| 16543k|   3.3 |1146M|  63 |   - |  70 |4878 |  70 |  21 |  18 |2315k|6529 | 0.000000e+00 |      --      |    Inf 
882.94/883.38	c   883s|  5010k|  1295k| 16576k|   3.3 |1148M|  63 |   - |  70 |4387 |  70 |  21 |  18 |2320k|6529 | 0.000000e+00 |      --      |    Inf 
884.83/885.24	c   885s|  5020k|  1297k| 16609k|   3.3 |1150M|  63 |   - |  70 |4159 |  70 |  21 |  18 |2324k|6529 | 0.000000e+00 |      --      |    Inf 
886.72/887.15	c   887s|  5030k|  1300k| 16642k|   3.3 |1152M|  63 |   8 |  70 |4062 |  70 |  21 |  18 |2329k|6529 | 0.000000e+00 |      --      |    Inf 
888.63/889.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
888.63/889.06	c   889s|  5040k|  1302k| 16675k|   3.3 |1154M|  63 |   8 |  70 |3806 |  70 |  21 |  18 |2334k|6529 | 0.000000e+00 |      --      |    Inf 
890.52/890.94	c   891s|  5050k|  1304k| 16708k|   3.3 |1157M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |2338k|6529 | 0.000000e+00 |      --      |    Inf 
892.43/892.87	c   893s|  5060k|  1307k| 16741k|   3.3 |1159M|  63 |   - |  70 |3745 |  70 |  21 |  18 |2343k|6529 | 0.000000e+00 |      --      |    Inf 
894.43/894.81	c   895s|  5070k|  1309k| 16774k|   3.3 |1161M|  63 |   - |  70 |4045 |  70 |  21 |  18 |2348k|6529 | 0.000000e+00 |      --      |    Inf 
896.33/896.74	c   897s|  5080k|  1311k| 16808k|   3.3 |1163M|  63 |   8 |  70 |4173 |  70 |  21 |  18 |2353k|6529 | 0.000000e+00 |      --      |    Inf 
898.12/898.52	c   899s|  5090k|  1314k| 16840k|   3.3 |1166M|  63 |   8 |  70 |5014 |  70 |  21 |  18 |2358k|6529 | 0.000000e+00 |      --      |    Inf 
899.92/900.36	c   900s|  5100k|  1316k| 16872k|   3.3 |1168M|  63 |   - |  70 |4779 |  70 |  21 |  18 |2362k|6529 | 0.000000e+00 |      --      |    Inf 
901.93/902.30	c   902s|  5110k|  1319k| 16906k|   3.3 |1170M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |2367k|6529 | 0.000000e+00 |      --      |    Inf 
903.73/904.17	c   904s|  5120k|  1321k| 16939k|   3.3 |1172M|  63 |   8 |  70 |4086 |  70 |  21 |  18 |2372k|6529 | 0.000000e+00 |      --      |    Inf 
905.63/906.03	c   906s|  5130k|  1323k| 16972k|   3.3 |1175M|  63 |   - |  70 |4845 |   0 |   0 |  18 |2376k|6529 | 0.000000e+00 |      --      |    Inf 
907.53/907.97	c   908s|  5140k|  1326k| 17005k|   3.3 |1177M|  63 |   - |  70 |4866 |  70 |  21 |  18 |2381k|6529 | 0.000000e+00 |      --      |    Inf 
909.52/909.94	c   910s|  5150k|  1328k| 17038k|   3.3 |1179M|  63 |   - |  70 |4579 |  70 |  21 |  18 |2385k|6529 | 0.000000e+00 |      --      |    Inf 
911.53/911.92	c   912s|  5160k|  1331k| 17071k|   3.3 |1182M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2390k|6529 | 0.000000e+00 |      --      |    Inf 
913.12/913.54	c   914s|  5170k|  1334k| 17103k|   3.3 |1184M|  63 |   8 |  70 |5785 |  70 |  21 |  18 |2394k|6529 | 0.000000e+00 |      --      |    Inf 
914.83/915.24	c   915s|  5180k|  1338k| 17134k|   3.3 |1187M|  63 |   8 |  70 |6207 |  70 |  21 |  18 |2398k|6529 | 0.000000e+00 |      --      |    Inf 
916.72/917.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
916.72/917.16	c   917s|  5190k|  1340k| 17165k|   3.3 |1189M|  63 |   8 |  70 |4505 |  70 |  21 |  18 |2402k|6529 | 0.000000e+00 |      --      |    Inf 
918.72/919.10	c   919s|  5200k|  1343k| 17198k|   3.3 |1191M|  63 |   - |  70 |4625 |  70 |  21 |  18 |2407k|6529 | 0.000000e+00 |      --      |    Inf 
920.52/920.97	c   921s|  5210k|  1345k| 17231k|   3.3 |1193M|  63 |   8 |  70 |4630 |  70 |  21 |  18 |2412k|6529 | 0.000000e+00 |      --      |    Inf 
922.53/922.97	c   923s|  5220k|  1347k| 17265k|   3.3 |1196M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2416k|6529 | 0.000000e+00 |      --      |    Inf 
924.33/924.79	c   925s|  5230k|  1350k| 17298k|   3.3 |1198M|  63 |   8 |  70 |5480 |  70 |  21 |  18 |2421k|6529 | 0.000000e+00 |      --      |    Inf 
926.22/926.62	c   927s|  5240k|  1353k| 17332k|   3.3 |1201M|  63 |   - |  70 |6769 |   0 |   0 |  18 |2425k|6529 | 0.000000e+00 |      --      |    Inf 
928.22/928.62	c   929s|  5250k|  1355k| 17364k|   3.3 |1202M|  63 |   - |  70 |4660 |  70 |  21 |  18 |2430k|6529 | 0.000000e+00 |      --      |    Inf 
930.12/930.55	c   931s|  5260k|  1358k| 17397k|   3.3 |1205M|  63 |   8 |  70 |4615 |  70 |  21 |  18 |2435k|6529 | 0.000000e+00 |      --      |    Inf 
932.02/932.40	c   932s|  5270k|  1361k| 17431k|   3.3 |1207M|  63 |   - |  70 |5052 |  70 |  21 |  18 |2439k|6529 | 0.000000e+00 |      --      |    Inf 
933.92/934.37	c   934s|  5280k|  1363k| 17464k|   3.3 |1209M|  63 |   8 |  70 |4778 |  70 |  21 |  18 |2444k|6529 | 0.000000e+00 |      --      |    Inf 
935.92/936.37	c   936s|  5290k|  1365k| 17497k|   3.3 |1211M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |2449k|6529 | 0.000000e+00 |      --      |    Inf 
937.82/938.27	c   938s|  5300k|  1368k| 17531k|   3.3 |1214M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2453k|6529 | 0.000000e+00 |      --      |    Inf 
939.72/940.17	c   940s|  5310k|  1370k| 17563k|   3.3 |1216M|  63 |   - |  70 |4205 |  70 |  21 |  18 |2458k|6529 | 0.000000e+00 |      --      |    Inf 
941.72/942.15	c   942s|  5320k|  1373k| 17596k|   3.3 |1218M|  63 |   8 |  70 |4051 |  70 |  21 |  18 |2463k|6529 | 0.000000e+00 |      --      |    Inf 
943.62/944.07	c   944s|  5330k|  1375k| 17630k|   3.3 |1221M|  63 |   - |  70 |4517 |  70 |  21 |  18 |2467k|6529 | 0.000000e+00 |      --      |    Inf 
945.62/946.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
945.62/946.01	c   946s|  5340k|  1377k| 17663k|   3.3 |1223M|  63 |   8 |  70 |3966 |  70 |  21 |  18 |2472k|6529 | 0.000000e+00 |      --      |    Inf 
947.52/947.93	c   948s|  5350k|  1380k| 17696k|   3.3 |1225M|  63 |   8 |  70 |3906 |  70 |  21 |  18 |2477k|6529 | 0.000000e+00 |      --      |    Inf 
949.42/949.89	c   950s|  5360k|  1382k| 17729k|   3.3 |1227M|  63 |   8 |  70 |4061 |  70 |  21 |  18 |2482k|6529 | 0.000000e+00 |      --      |    Inf 
951.42/951.84	c   952s|  5370k|  1384k| 17762k|   3.3 |1229M|  63 |   - |  70 |3998 |  70 |  21 |  18 |2487k|6529 | 0.000000e+00 |      --      |    Inf 
953.33/953.75	c   954s|  5380k|  1386k| 17795k|   3.3 |1232M|  63 |   8 |  70 |3909 |  70 |  21 |  18 |2491k|6529 | 0.000000e+00 |      --      |    Inf 
955.22/955.65	c   956s|  5390k|  1389k| 17829k|   3.3 |1234M|  63 |   - |  70 |3682 |  70 |  21 |  18 |2496k|6529 | 0.000000e+00 |      --      |    Inf 
957.11/957.54	c   958s|  5400k|  1391k| 17862k|   3.3 |1236M|  63 |   8 |  70 |3538 |  70 |  21 |  18 |2501k|6529 | 0.000000e+00 |      --      |    Inf 
958.92/959.37	c   959s|  5410k|  1394k| 17895k|   3.3 |1238M|  63 |   8 |  70 |4187 |  70 |  21 |  18 |2505k|6529 | 0.000000e+00 |      --      |    Inf 
960.82/961.29	c   961s|  5420k|  1396k| 17927k|   3.3 |1241M|  63 |   8 |  70 |4059 |  70 |  21 |  18 |2510k|6529 | 0.000000e+00 |      --      |    Inf 
962.72/963.19	c   963s|  5430k|  1398k| 17960k|   3.3 |1243M|  63 |   8 |  70 |4168 |  70 |  21 |  18 |2515k|6529 | 0.000000e+00 |      --      |    Inf 
964.51/964.96	c   965s|  5440k|  1401k| 17991k|   3.3 |1245M|  63 |   8 |  70 |5157 |  70 |  21 |  18 |2519k|6529 | 0.000000e+00 |      --      |    Inf 
966.41/966.84	c   967s|  5450k|  1404k| 18024k|   3.3 |1248M|  63 |   8 |  70 |5231 |  70 |  21 |  18 |2524k|6529 | 0.000000e+00 |      --      |    Inf 
968.41/968.86	c   969s|  5460k|  1406k| 18058k|   3.3 |1250M|  63 |   - |  70 |4530 |  70 |  21 |  18 |2529k|6529 | 0.000000e+00 |      --      |    Inf 
970.42/970.86	c   971s|  5470k|  1408k| 18091k|   3.3 |1252M|  63 |   8 |  70 |4367 |  70 |  21 |  18 |2534k|6529 | 0.000000e+00 |      --      |    Inf 
972.31/972.79	c   973s|  5480k|  1411k| 18125k|   3.3 |1254M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |2538k|6529 | 0.000000e+00 |      --      |    Inf 
974.32/974.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
974.32/974.72	c   975s|  5490k|  1413k| 18157k|   3.3 |1257M|  63 |   8 |  70 |4161 |  70 |  21 |  18 |2543k|6529 | 0.000000e+00 |      --      |    Inf 
976.21/976.68	c   977s|  5500k|  1415k| 18189k|   3.3 |1259M|  63 |   - |  70 |3983 |  70 |  21 |  18 |2548k|6529 | 0.000000e+00 |      --      |    Inf 
978.01/978.47	c   978s|  5510k|  1418k| 18223k|   3.3 |1261M|  63 |   8 |  70 |4871 |  70 |  21 |  18 |2552k|6529 | 0.000000e+00 |      --      |    Inf 
979.72/980.19	c   980s|  5520k|  1421k| 18258k|   3.3 |1264M|  63 |   - |  70 |6346 |  70 |  21 |  18 |2557k|6529 | 0.000000e+00 |      --      |    Inf 
981.81/982.20	c   982s|  5530k|  1423k| 18292k|   3.3 |1266M|  63 |   8 |  70 |4460 |  70 |  21 |  18 |2562k|6529 | 0.000000e+00 |      --      |    Inf 
983.72/984.10	c   984s|  5540k|  1425k| 18325k|   3.3 |1268M|  63 |   - |  70 |4865 |  70 |  21 |  18 |2566k|6529 | 0.000000e+00 |      --      |    Inf 
985.52/985.96	c   986s|  5550k|  1428k| 18358k|   3.3 |1271M|  63 |   8 |  70 |4731 |  70 |  21 |  18 |2571k|6529 | 0.000000e+00 |      --      |    Inf 
987.42/987.84	c   988s|  5560k|  1431k| 18391k|   3.3 |1273M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |2575k|6529 | 0.000000e+00 |      --      |    Inf 
989.21/989.69	c   990s|  5570k|  1433k| 18423k|   3.3 |1275M|  63 |   - |  70 |4870 |  70 |  21 |  18 |2580k|6529 | 0.000000e+00 |      --      |    Inf 
991.11/991.55	c   992s|  5580k|  1436k| 18455k|   3.3 |1277M|  63 |   8 |  70 |4656 |  70 |  21 |  18 |2584k|6529 | 0.000000e+00 |      --      |    Inf 
992.82/993.30	c   993s|  5590k|  1439k| 18487k|   3.3 |1280M|  63 |   - |  70 |5910 |  70 |  21 |  18 |2589k|6529 | 0.000000e+00 |      --      |    Inf 
994.91/995.35	c   995s|  5600k|  1441k| 18520k|   3.3 |1282M|  63 |   - |  70 |4780 |  70 |  21 |  18 |2593k|6529 | 0.000000e+00 |      --      |    Inf 
996.92/997.34	c   997s|  5610k|  1443k| 18553k|   3.3 |1284M|  63 |   8 |  70 |4250 |  70 |  21 |  18 |2598k|6529 | 0.000000e+00 |      --      |    Inf 
998.81/999.29	c   999s|  5620k|  1446k| 18586k|   3.3 |1286M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |2603k|6529 | 0.000000e+00 |      --      |    Inf 
1000.81/1001.25	c  1001s|  5630k|  1448k| 18620k|   3.3 |1289M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |2608k|6529 | 0.000000e+00 |      --      |    Inf 
1002.71/1003.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1002.71/1003.19	c  1003s|  5640k|  1450k| 18653k|   3.3 |1291M|  63 |   8 |  70 |4464 |  70 |  21 |  18 |2612k|6529 | 0.000000e+00 |      --      |    Inf 
1004.61/1005.05	c  1005s|  5650k|  1453k| 18686k|   3.3 |1293M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2617k|6529 | 0.000000e+00 |      --      |    Inf 
1006.41/1006.85	c  1007s|  5660k|  1456k| 18719k|   3.3 |1296M|  63 |   - |  70 |4807 |  70 |  21 |  18 |2622k|6529 | 0.000000e+00 |      --      |    Inf 
1008.42/1008.81	c  1009s|  5670k|  1458k| 18751k|   3.3 |1298M|  63 |   - |  70 |3666 |  70 |  21 |  18 |2626k|6529 | 0.000000e+00 |      --      |    Inf 
1010.31/1010.77	c  1011s|  5680k|  1460k| 18785k|   3.3 |1300M|  63 |   8 |  70 |3666 |  70 |  21 |  18 |2631k|6529 | 0.000000e+00 |      --      |    Inf 
1012.21/1012.65	c  1013s|  5690k|  1463k| 18818k|   3.3 |1302M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |2636k|6529 | 0.000000e+00 |      --      |    Inf 
1014.11/1014.53	c  1015s|  5700k|  1465k| 18850k|   3.3 |1305M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |2640k|6529 | 0.000000e+00 |      --      |    Inf 
1016.01/1016.44	c  1016s|  5710k|  1468k| 18883k|   3.3 |1307M|  63 |   - |  70 |4131 |  70 |  21 |  18 |2645k|6529 | 0.000000e+00 |      --      |    Inf 
1017.91/1018.34	c  1018s|  5720k|  1470k| 18916k|   3.3 |1309M|  63 |   8 |  70 |4719 |  70 |  21 |  18 |2650k|6529 | 0.000000e+00 |      --      |    Inf 
1019.81/1020.23	c  1020s|  5730k|  1473k| 18948k|   3.3 |1312M|  63 |   8 |  70 |4913 |  70 |  21 |  18 |2654k|6529 | 0.000000e+00 |      --      |    Inf 
1021.61/1022.09	c  1022s|  5740k|  1475k| 18980k|   3.3 |1314M|  63 |   8 |  70 |5607 |  70 |  21 |  18 |2659k|6529 | 0.000000e+00 |      --      |    Inf 
1023.71/1024.14	c  1024s|  5750k|  1477k| 19013k|   3.3 |1316M|  63 |   - |  70 |4248 |  70 |  21 |  18 |2664k|6529 | 0.000000e+00 |      --      |    Inf 
1025.61/1026.06	c  1026s|  5760k|  1480k| 19046k|   3.3 |1318M|  63 |   - |  70 |4373 |  70 |  21 |  18 |2668k|6529 | 0.000000e+00 |      --      |    Inf 
1027.51/1027.96	c  1028s|  5770k|  1482k| 19079k|   3.3 |1320M|  63 |   - |  70 |4537 |  70 |  21 |  18 |2673k|6529 | 0.000000e+00 |      --      |    Inf 
1029.51/1029.99	c  1030s|  5780k|  1485k| 19111k|   3.3 |1323M|  63 |   - |  70 |4134 |  70 |  21 |  18 |2678k|6529 | 0.000000e+00 |      --      |    Inf 
1031.41/1031.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1031.41/1031.85	c  1032s|  5790k|  1487k| 19144k|   3.3 |1325M|  63 |   8 |  70 |4938 |  70 |  21 |  18 |2682k|6529 | 0.000000e+00 |      --      |    Inf 
1033.31/1033.75	c  1034s|  5800k|  1490k| 19176k|   3.3 |1327M|  63 |   - |  70 |4672 |  70 |  21 |  18 |2687k|6529 | 0.000000e+00 |      --      |    Inf 
1035.31/1035.74	c  1036s|  5810k|  1492k| 19210k|   3.3 |1330M|  63 |   8 |  70 |4066 |  70 |  21 |  18 |2691k|6529 | 0.000000e+00 |      --      |    Inf 
1037.20/1037.64	c  1038s|  5820k|  1494k| 19244k|   3.3 |1332M|  63 |   8 |  70 |4635 |  70 |  21 |  18 |2696k|6529 | 0.000000e+00 |      --      |    Inf 
1039.21/1039.68	c  1040s|  5830k|  1496k| 19278k|   3.3 |1334M|  63 |   - |  70 |4148 |  70 |  21 |  18 |2701k|6529 | 0.000000e+00 |      --      |    Inf 
1041.20/1041.63	c  1042s|  5840k|  1499k| 19311k|   3.3 |1336M|  63 |   8 |  70 |4466 |  70 |  21 |  18 |2706k|6529 | 0.000000e+00 |      --      |    Inf 
1043.00/1043.40	c  1043s|  5850k|  1502k| 19344k|   3.3 |1339M|  63 |   - |  70 |5540 |  70 |  21 |  18 |2710k|6529 | 0.000000e+00 |      --      |    Inf 
1045.00/1045.41	c  1045s|  5860k|  1504k| 19376k|   3.3 |1341M|  63 |   - |  70 |4758 |  70 |  21 |  18 |2715k|6529 | 0.000000e+00 |      --      |    Inf 
1046.90/1047.34	c  1047s|  5870k|  1506k| 19409k|   3.3 |1343M|  63 |   - |  70 |4596 |  70 |  21 |  18 |2719k|6529 | 0.000000e+00 |      --      |    Inf 
1048.81/1049.29	c  1049s|  5880k|  1509k| 19442k|   3.3 |1345M|  63 |   - |  70 |4839 |  70 |  21 |  18 |2724k|6529 | 0.000000e+00 |      --      |    Inf 
1050.80/1051.27	c  1051s|  5890k|  1511k| 19475k|   3.3 |1348M|  63 |   8 |  70 |4521 |  70 |  21 |  18 |2729k|6529 | 0.000000e+00 |      --      |    Inf 
1052.60/1053.06	c  1053s|  5900k|  1514k| 19508k|   3.3 |1350M|  63 |   8 |  70 |5324 |  70 |  21 |  18 |2733k|6529 | 0.000000e+00 |      --      |    Inf 
1054.51/1054.95	c  1055s|  5910k|  1517k| 19540k|   3.3 |1353M|  63 |   8 |  70 |6063 |  70 |  21 |  18 |2738k|6529 | 0.000000e+00 |      --      |    Inf 
1056.30/1056.76	c  1057s|  5920k|  1520k| 19573k|   3.3 |1355M|  63 |   8 |  70 |7119 |  70 |  21 |  18 |2742k|6529 | 0.000000e+00 |      --      |    Inf 
1058.40/1058.84	c  1059s|  5930k|  1522k| 19607k|   3.3 |1357M|  63 |   - |  70 |5536 |  70 |  21 |  18 |2747k|6529 | 0.000000e+00 |      --      |    Inf 
1060.40/1060.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.40/1060.81	c  1061s|  5940k|  1524k| 19640k|   3.3 |1359M|  63 |   8 |  70 |5144 |  70 |  21 |  18 |2752k|6529 | 0.000000e+00 |      --      |    Inf 
1062.40/1062.82	c  1063s|  5950k|  1527k| 19672k|   3.3 |1362M|  63 |   - |  70 |4692 |  70 |  21 |  18 |2757k|6529 | 0.000000e+00 |      --      |    Inf 
1064.30/1064.79	c  1065s|  5960k|  1529k| 19705k|   3.3 |1364M|  63 |   - |  70 |5000 |  70 |  21 |  18 |2761k|6529 | 0.000000e+00 |      --      |    Inf 
1066.19/1066.63	c  1067s|  5970k|  1532k| 19739k|   3.3 |1366M|  63 |   - |  70 |5473 |  70 |  21 |  18 |2766k|6529 | 0.000000e+00 |      --      |    Inf 
1068.19/1068.67	c  1069s|  5980k|  1534k| 19772k|   3.3 |1368M|  63 |   - |  70 |4782 |   0 |   0 |  18 |2771k|6529 | 0.000000e+00 |      --      |    Inf 
1070.00/1070.48	c  1070s|  5990k|  1537k| 19805k|   3.3 |1371M|  63 |   8 |  70 |5726 |  70 |  21 |  18 |2775k|6529 | 0.000000e+00 |      --      |    Inf 
1072.10/1072.59	c  1073s|  6000k|  1539k| 19838k|   3.3 |1373M|  63 |   8 |  70 |4254 |  70 |  21 |  18 |2780k|6529 | 0.000000e+00 |      --      |    Inf 
1074.10/1074.55	c  1075s|  6010k|  1542k| 19871k|   3.3 |1375M|  63 |   8 |  70 |4202 |  70 |  21 |  18 |2785k|6529 | 0.000000e+00 |      --      |    Inf 
1076.00/1076.47	c  1076s|  6020k|  1544k| 19904k|   3.3 |1377M|  63 |   - |  70 |4519 |  70 |  21 |  18 |2789k|6529 | 0.000000e+00 |      --      |    Inf 
1077.90/1078.32	c  1078s|  6030k|  1547k| 19936k|   3.3 |1380M|  63 |   - |  70 |5198 |  70 |  21 |  18 |2794k|6529 | 0.000000e+00 |      --      |    Inf 
1079.80/1080.23	c  1080s|  6040k|  1549k| 19970k|   3.3 |1382M|  63 |   8 |  70 |5644 |  70 |  21 |  18 |2799k|6529 | 0.000000e+00 |      --      |    Inf 
1081.70/1082.12	c  1082s|  6050k|  1552k| 20003k|   3.3 |1384M|  63 |   8 |  70 |5426 |  70 |  21 |  18 |2803k|6529 | 0.000000e+00 |      --      |    Inf 
1083.60/1084.05	c  1084s|  6060k|  1555k| 20036k|   3.3 |1387M|  63 |   - |  70 |5430 |  70 |  21 |  18 |2807k|6529 | 0.000000e+00 |      --      |    Inf 
1085.60/1086.04	c  1086s|  6070k|  1558k| 20069k|   3.3 |1389M|  63 |   - |  70 |5102 |  70 |  21 |  18 |2812k|6529 | 0.000000e+00 |      --      |    Inf 
1087.50/1087.92	c  1088s|  6080k|  1560k| 20101k|   3.3 |1391M|  63 |   8 |  70 |5180 |  70 |  21 |  18 |2817k|6529 | 0.000000e+00 |      --      |    Inf 
1089.39/1089.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1089.39/1089.87	c  1090s|  6090k|  1563k| 20134k|   3.3 |1393M|  63 |   8 |  70 |4551 |  70 |  21 |  18 |2821k|6529 | 0.000000e+00 |      --      |    Inf 
1091.30/1091.78	c  1092s|  6100k|  1565k| 20167k|   3.3 |1396M|  63 |   8 |  70 |4602 |  70 |  21 |  18 |2826k|6529 | 0.000000e+00 |      --      |    Inf 
1093.09/1093.60	c  1094s|  6110k|  1568k| 20199k|   3.3 |1398M|  63 |   8 |  70 |6257 |  70 |  21 |  18 |2830k|6529 | 0.000000e+00 |      --      |    Inf 
1095.30/1095.73	c  1096s|  6120k|  1570k| 20232k|   3.3 |1400M|  63 |   8 |  70 |4239 |  70 |  21 |  18 |2835k|6529 | 0.000000e+00 |      --      |    Inf 
1097.29/1097.71	c  1098s|  6130k|  1573k| 20266k|   3.3 |1402M|  63 |   8 |  70 |4423 |  70 |  21 |  18 |2840k|6529 | 0.000000e+00 |      --      |    Inf 
1099.30/1099.74	c  1100s|  6140k|  1575k| 20298k|   3.3 |1405M|  63 |   8 |  70 |4088 |  70 |  21 |  18 |2845k|6529 | 0.000000e+00 |      --      |    Inf 
1101.19/1101.69	c  1102s|  6150k|  1577k| 20331k|   3.3 |1407M|  63 |   8 |  70 |4637 |  70 |  21 |  18 |2849k|6529 | 0.000000e+00 |      --      |    Inf 
1103.19/1103.61	c  1104s|  6160k|  1580k| 20364k|   3.3 |1409M|  63 |   8 |  70 |4525 |  70 |  21 |  18 |2854k|6529 | 0.000000e+00 |      --      |    Inf 
1104.79/1105.27	c  1105s|  6170k|  1583k| 20395k|   3.3 |1412M|  63 |   8 |  70 |5961 |  70 |  21 |  18 |2858k|6529 | 0.000000e+00 |      --      |    Inf 
1106.69/1107.13	c  1107s|  6180k|  1586k| 20426k|   3.3 |1414M|  63 |   8 |  70 |5994 |  70 |  21 |  18 |2862k|6529 | 0.000000e+00 |      --      |    Inf 
1108.59/1109.09	c  1109s|  6190k|  1589k| 20459k|   3.3 |1417M|  63 |   8 |  70 |6042 |  70 |  21 |  18 |2867k|6529 | 0.000000e+00 |      --      |    Inf 
1110.49/1110.95	c  1111s|  6200k|  1591k| 20492k|   3.3 |1419M|  63 |   8 |  70 |5787 |  70 |  21 |  18 |2871k|6529 | 0.000000e+00 |      --      |    Inf 
1112.59/1113.00	c  1113s|  6210k|  1594k| 20525k|   3.3 |1421M|  63 |   - |  70 |4613 |  70 |  21 |  18 |2876k|6529 | 0.000000e+00 |      --      |    Inf 
1114.49/1114.95	c  1115s|  6220k|  1596k| 20557k|   3.3 |1423M|  63 |   - |  70 |4744 |  70 |  21 |  18 |2881k|6529 | 0.000000e+00 |      --      |    Inf 
1116.39/1116.85	c  1117s|  6230k|  1599k| 20589k|   3.3 |1426M|  63 |   8 |  70 |5208 |  70 |  21 |  18 |2885k|6529 | 0.000000e+00 |      --      |    Inf 
1118.39/1118.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1118.39/1118.82	c  1119s|  6240k|  1601k| 20622k|   3.3 |1428M|  63 |   8 |  70 |4516 |  70 |  21 |  18 |2890k|6529 | 0.000000e+00 |      --      |    Inf 
1120.28/1120.79	c  1121s|  6250k|  1604k| 20656k|   3.3 |1430M|  63 |   8 |  70 |4689 |  70 |  21 |  18 |2895k|6529 | 0.000000e+00 |      --      |    Inf 
1122.28/1122.75	c  1123s|  6260k|  1606k| 20689k|   3.3 |1432M|  63 |   - |  70 |4197 |  70 |  21 |  18 |2899k|6529 | 0.000000e+00 |      --      |    Inf 
1124.19/1124.67	c  1125s|  6270k|  1608k| 20722k|   3.3 |1434M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |2904k|6529 | 0.000000e+00 |      --      |    Inf 
1126.09/1126.52	c  1127s|  6280k|  1611k| 20755k|   3.3 |1437M|  63 |   - |  70 |4831 |  70 |  21 |  18 |2909k|6529 | 0.000000e+00 |      --      |    Inf 
1128.19/1128.62	c  1129s|  6290k|  1613k| 20788k|   3.3 |1439M|  63 |   - |  70 |3762 |  70 |  21 |  18 |2913k|6529 | 0.000000e+00 |      --      |    Inf 
1130.09/1130.52	c  1131s|  6300k|  1616k| 20819k|   3.3 |1441M|  63 |   8 |  70 |4313 |  70 |  21 |  18 |2918k|6529 | 0.000000e+00 |      --      |    Inf 
1131.88/1132.32	c  1132s|  6310k|  1618k| 20852k|   3.3 |1444M|  63 |   - |  70 |5132 |  70 |  21 |  18 |2923k|6529 | 0.000000e+00 |      --      |    Inf 
1133.79/1134.29	c  1134s|  6320k|  1621k| 20883k|   3.3 |1446M|  63 |   - |  70 |5216 |  70 |  21 |  18 |2927k|6529 | 0.000000e+00 |      --      |    Inf 
1135.89/1136.33	c  1136s|  6330k|  1623k| 20916k|   3.3 |1448M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |2932k|6529 | 0.000000e+00 |      --      |    Inf 
1137.79/1138.25	c  1138s|  6340k|  1626k| 20949k|   3.3 |1450M|  63 |   8 |  70 |5042 |  70 |  21 |  18 |2937k|6529 | 0.000000e+00 |      --      |    Inf 
1139.68/1140.17	c  1140s|  6350k|  1628k| 20983k|   3.3 |1453M|  63 |   8 |  70 |5445 |  70 |  21 |  18 |2941k|6529 | 0.000000e+00 |      --      |    Inf 
1141.68/1142.16	c  1142s|  6360k|  1631k| 21015k|   3.3 |1455M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2946k|6529 | 0.000000e+00 |      --      |    Inf 
1143.59/1144.01	c  1144s|  6370k|  1633k| 21047k|   3.3 |1457M|  63 |   8 |  70 |5271 |  70 |  21 |  18 |2950k|6529 | 0.000000e+00 |      --      |    Inf 
1145.38/1145.89	c  1146s|  6380k|  1636k| 21081k|   3.3 |1460M|  63 |   8 |  70 |6014 |  70 |  21 |  18 |2955k|6529 | 0.000000e+00 |      --      |    Inf 
1147.38/1147.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1147.38/1147.81	c  1148s|  6390k|  1639k| 21115k|   3.3 |1462M|  63 |   8 |  70 |6196 |  70 |  21 |  18 |2959k|6529 | 0.000000e+00 |      --      |    Inf 
1149.38/1149.84	c  1150s|  6400k|  1641k| 21146k|   3.3 |1464M|  63 |   8 |  70 |4921 |  70 |  21 |  18 |2964k|6529 | 0.000000e+00 |      --      |    Inf 
1151.29/1151.73	c  1152s|  6410k|  1643k| 21179k|   3.3 |1466M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |2969k|6529 | 0.000000e+00 |      --      |    Inf 
1153.18/1153.62	c  1154s|  6420k|  1646k| 21212k|   3.3 |1468M|  63 |   8 |  70 |4695 |  70 |  21 |  18 |2974k|6529 | 0.000000e+00 |      --      |    Inf 
1155.18/1155.65	c  1156s|  6430k|  1648k| 21245k|   3.3 |1470M|  63 |   8 |  70 |4083 |  70 |  21 |  18 |2978k|6529 | 0.000000e+00 |      --      |    Inf 
1157.18/1157.66	c  1158s|  6440k|  1650k| 21278k|   3.3 |1473M|  63 |   - |  70 |4042 |  70 |  21 |  18 |2983k|6529 | 0.000000e+00 |      --      |    Inf 
1159.08/1159.59	c  1160s|  6450k|  1653k| 21311k|   3.3 |1475M|  63 |   - |  70 |4122 |  70 |  21 |  18 |2988k|6529 | 0.000000e+00 |      --      |    Inf 
1160.98/1161.47	c  1161s|  6460k|  1655k| 21344k|   3.3 |1477M|  63 |   8 |  70 |4573 |  70 |  21 |  18 |2993k|6529 | 0.000000e+00 |      --      |    Inf 
1162.98/1163.45	c  1163s|  6470k|  1658k| 21377k|   3.3 |1480M|  63 |   8 |  70 |4686 |  70 |  21 |  18 |2997k|6529 | 0.000000e+00 |      --      |    Inf 
1164.88/1165.35	c  1165s|  6480k|  1660k| 21411k|   3.3 |1482M|  63 |   8 |  70 |4823 |  70 |  21 |  18 |3002k|6529 | 0.000000e+00 |      --      |    Inf 
1166.69/1167.18	c  1167s|  6490k|  1663k| 21443k|   3.3 |1485M|  63 |   8 |  70 |6451 |  70 |  21 |  18 |3006k|6529 | 0.000000e+00 |      --      |    Inf 
1168.78/1169.20	c  1169s|  6500k|  1665k| 21476k|   3.3 |1487M|  63 |   - |  70 |4744 |  70 |  21 |  18 |3011k|6529 | 0.000000e+00 |      --      |    Inf 
1170.68/1171.16	c  1171s|  6510k|  1668k| 21508k|   3.3 |1489M|  63 |   - |  70 |4522 |  70 |  21 |  18 |3016k|6529 | 0.000000e+00 |      --      |    Inf 
1172.78/1173.24	c  1173s|  6520k|  1670k| 21541k|   3.3 |1491M|  63 |   - |  70 |4435 |  70 |  21 |  18 |3021k|6529 | 0.000000e+00 |      --      |    Inf 
1174.57/1175.05	c  1175s|  6530k|  1673k| 21573k|   3.3 |1493M|  63 |   - |  70 |5414 |  70 |  21 |  18 |3025k|6529 | 0.000000e+00 |      --      |    Inf 
1176.38/1176.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.38/1176.87	c  1177s|  6540k|  1675k| 21605k|   3.3 |1496M|  63 |   8 |  70 |6373 |  70 |  21 |  18 |3029k|6529 | 0.000000e+00 |      --      |    Inf 
1178.28/1178.75	c  1179s|  6550k|  1678k| 21638k|   3.3 |1499M|  63 |   8 |  70 |7015 |  70 |  21 |  18 |3034k|6529 | 0.000000e+00 |      --      |    Inf 
1180.28/1180.79	c  1181s|  6560k|  1681k| 21671k|   3.3 |1501M|  63 |   8 |  70 |5959 |  70 |  21 |  18 |3038k|6529 | 0.000000e+00 |      --      |    Inf 
1182.47/1182.94	c  1183s|  6570k|  1683k| 21703k|   3.3 |1503M|  63 |   - |  70 |5048 |  70 |  21 |  18 |3043k|6529 | 0.000000e+00 |      --      |    Inf 
1184.48/1184.98	c  1185s|  6580k|  1686k| 21736k|   3.3 |1505M|  63 |   8 |  70 |4818 |  70 |  21 |  18 |3048k|6529 | 0.000000e+00 |      --      |    Inf 
1186.38/1186.88	c  1187s|  6590k|  1689k| 21771k|   3.3 |1507M|  63 |   8 |  70 |5456 |  70 |  21 |  18 |3052k|6529 | 0.000000e+00 |      --      |    Inf 
1188.38/1188.81	c  1189s|  6600k|  1691k| 21805k|   3.3 |1510M|  63 |   8 |  70 |5579 |  70 |  21 |  18 |3057k|6529 | 0.000000e+00 |      --      |    Inf 
1190.38/1190.83	c  1191s|  6610k|  1693k| 21839k|   3.3 |1512M|  63 |   8 |  70 |4899 |  70 |  21 |  18 |3062k|6529 | 0.000000e+00 |      --      |    Inf 
1192.38/1192.84	c  1193s|  6620k|  1695k| 21872k|   3.3 |1514M|  63 |   8 |  70 |4450 |  70 |  21 |  18 |3067k|6529 | 0.000000e+00 |      --      |    Inf 
1194.28/1194.72	c  1195s|  6630k|  1698k| 21905k|   3.3 |1516M|  63 |   - |  70 |4409 |  70 |  21 |  18 |3071k|6529 | 0.000000e+00 |      --      |    Inf 
1196.27/1196.77	c  1197s|  6640k|  1700k| 21938k|   3.3 |1518M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |3076k|6529 | 0.000000e+00 |      --      |    Inf 
1198.28/1198.71	c  1199s|  6650k|  1703k| 21971k|   3.3 |1520M|  63 |   8 |  70 |4172 |  70 |  21 |  18 |3081k|6529 | 0.000000e+00 |      --      |    Inf 
1200.08/1200.58	c  1201s|  6660k|  1705k| 22005k|   3.3 |1523M|  63 |   8 |  70 |5062 |  70 |  21 |  18 |3085k|6529 | 0.000000e+00 |      --      |    Inf 
1202.08/1202.58	c  1203s|  6670k|  1707k| 22038k|   3.3 |1525M|  63 |   8 |  70 |4120 |  70 |  21 |  18 |3090k|6529 | 0.000000e+00 |      --      |    Inf 
1204.08/1204.59	c  1205s|  6680k|  1710k| 22071k|   3.3 |1527M|  63 |   8 |  70 |4343 |  70 |  21 |  18 |3095k|6529 | 0.000000e+00 |      --      |    Inf 
1205.97/1206.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1205.97/1206.49	c  1206s|  6690k|  1712k| 22103k|   3.3 |1530M|  63 |   - |  70 |4986 |  70 |  21 |  18 |3100k|6529 | 0.000000e+00 |      --      |    Inf 
1207.88/1208.39	c  1208s|  6700k|  1715k| 22136k|   3.3 |1532M|  63 |   8 |  70 |5020 |  70 |  21 |  18 |3104k|6529 | 0.000000e+00 |      --      |    Inf 
1209.87/1210.36	c  1210s|  6710k|  1717k| 22169k|   3.3 |1534M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |3109k|6529 | 0.000000e+00 |      --      |    Inf 
1211.57/1212.03	c  1212s|  6720k|  1720k| 22201k|   3.3 |1537M|  63 |   8 |  70 |5818 |  70 |  21 |  18 |3113k|6529 | 0.000000e+00 |      --      |    Inf 
1213.57/1214.06	c  1214s|  6730k|  1722k| 22234k|   3.3 |1539M|  63 |   - |  70 |4668 |  70 |  21 |  18 |3118k|6529 | 0.000000e+00 |      --      |    Inf 
1215.56/1216.09	c  1216s|  6740k|  1725k| 22266k|   3.3 |1541M|  63 |   8 |  70 |4767 |  70 |  21 |  18 |3123k|6529 | 0.000000e+00 |      --      |    Inf 
1217.67/1218.12	c  1218s|  6750k|  1727k| 22300k|   3.3 |1543M|  63 |   8 |  70 |4138 |  70 |  21 |  18 |3127k|6529 | 0.000000e+00 |      --      |    Inf 
1219.58/1220.07	c  1220s|  6760k|  1730k| 22332k|   3.3 |1545M|  63 |   8 |  70 |4116 |  70 |  21 |  18 |3132k|6529 | 0.000000e+00 |      --      |    Inf 
1221.37/1221.80	c  1222s|  6770k|  1732k| 22364k|   3.3 |1548M|  63 |   8 |  70 |5713 |  70 |  21 |  18 |3136k|6529 | 0.000000e+00 |      --      |    Inf 
1223.46/1223.93	c  1224s|  6780k|  1735k| 22396k|   3.3 |1550M|  63 |   8 |  70 |4507 |  70 |  21 |  18 |3141k|6529 | 0.000000e+00 |      --      |    Inf 
1225.37/1225.88	c  1226s|  6790k|  1737k| 22429k|   3.3 |1552M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3146k|6529 | 0.000000e+00 |      --      |    Inf 
1227.37/1227.82	c  1228s|  6800k|  1740k| 22462k|   3.3 |1554M|  63 |   8 |  70 |4710 |  70 |  21 |  18 |3150k|6529 | 0.000000e+00 |      --      |    Inf 
1229.06/1229.57	c  1230s|  6810k|  1743k| 22495k|   3.3 |1557M|  63 |   8 |  70 |5673 |  70 |  21 |  18 |3155k|6529 | 0.000000e+00 |      --      |    Inf 
1231.07/1231.59	c  1232s|  6820k|  1745k| 22528k|   3.3 |1559M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |3159k|6529 | 0.000000e+00 |      --      |    Inf 
1233.16/1233.64	c  1234s|  6830k|  1747k| 22561k|   3.3 |1561M|  63 |   8 |  70 |4305 |  70 |  21 |  18 |3164k|6529 | 0.000000e+00 |      --      |    Inf 
1234.97/1235.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1234.97/1235.49	c  1235s|  6840k|  1750k| 22595k|   3.3 |1564M|  63 |   - |  70 |5277 |  70 |  21 |  18 |3169k|6529 | 0.000000e+00 |      --      |    Inf 
1237.07/1237.55	c  1238s|  6850k|  1752k| 22627k|   3.3 |1566M|  63 |   8 |  70 |4771 |  70 |  21 |  18 |3173k|6529 | 0.000000e+00 |      --      |    Inf 
1239.06/1239.50	c  1239s|  6860k|  1754k| 22659k|   3.3 |1568M|  63 |   8 |  70 |4926 |  70 |  21 |  18 |3178k|6529 | 0.000000e+00 |      --      |    Inf 
1240.96/1241.45	c  1241s|  6870k|  1757k| 22692k|   3.3 |1571M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3183k|6529 | 0.000000e+00 |      --      |    Inf 
1242.96/1243.40	c  1243s|  6880k|  1759k| 22725k|   3.3 |1573M|  63 |   8 |  70 |4739 |  70 |  21 |  18 |3187k|6529 | 0.000000e+00 |      --      |    Inf 
1244.96/1245.44	c  1245s|  6890k|  1762k| 22757k|   3.3 |1575M|  63 |   8 |  70 |4406 |  70 |  21 |  18 |3192k|6529 | 0.000000e+00 |      --      |    Inf 
1246.86/1247.39	c  1247s|  6900k|  1764k| 22789k|   3.3 |1577M|  63 |   8 |  70 |4668 |  70 |  21 |  18 |3197k|6529 | 0.000000e+00 |      --      |    Inf 
1248.86/1249.36	c  1249s|  6910k|  1767k| 22822k|   3.3 |1579M|  63 |   8 |  70 |4413 |  70 |  21 |  18 |3201k|6529 | 0.000000e+00 |      --      |    Inf 
1250.86/1251.33	c  1251s|  6920k|  1769k| 22855k|   3.3 |1582M|  63 |   - |  70 |4352 |  70 |  21 |  18 |3206k|6529 | 0.000000e+00 |      --      |    Inf 
1252.76/1253.21	c  1253s|  6930k|  1771k| 22888k|   3.3 |1584M|  63 |   - |  70 |5109 |  70 |  21 |  18 |3211k|6529 | 0.000000e+00 |      --      |    Inf 
1254.76/1255.28	c  1255s|  6940k|  1774k| 22920k|   3.3 |1586M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |3216k|6529 | 0.000000e+00 |      --      |    Inf 
1256.76/1257.23	c  1257s|  6950k|  1776k| 22952k|   3.3 |1589M|  63 |   - |  70 |4642 |  70 |  21 |  18 |3220k|6529 | 0.000000e+00 |      --      |    Inf 
1258.66/1259.14	c  1259s|  6960k|  1779k| 22986k|   3.3 |1591M|  63 |   - |  70 |4613 |  70 |  21 |  18 |3225k|6529 | 0.000000e+00 |      --      |    Inf 
1260.66/1261.13	c  1261s|  6970k|  1781k| 23018k|   3.3 |1593M|  63 |   8 |  70 |4183 |  70 |  21 |  18 |3230k|6529 | 0.000000e+00 |      --      |    Inf 
1262.46/1262.94	c  1263s|  6980k|  1784k| 23050k|   3.3 |1596M|  63 |   8 |  70 |5280 |  70 |  21 |  18 |3234k|6529 | 0.000000e+00 |      --      |    Inf 
1264.36/1264.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1264.36/1264.85	c  1265s|  6990k|  1787k| 23082k|   3.3 |1598M|  63 |   - |  70 |4847 |  70 |  21 |  18 |3239k|6529 | 0.000000e+00 |      --      |    Inf 
1266.26/1266.78	c  1267s|  7000k|  1789k| 23115k|   3.3 |1600M|  63 |   - |  70 |4497 |  70 |  21 |  18 |3243k|6529 | 0.000000e+00 |      --      |    Inf 
1268.15/1268.63	c  1269s|  7010k|  1792k| 23149k|   3.3 |1603M|  63 |   8 |  70 |5389 |  70 |  21 |  18 |3248k|6529 | 0.000000e+00 |      --      |    Inf 
1269.95/1270.49	c  1270s|  7020k|  1794k| 23181k|   3.3 |1605M|  63 |   - |  70 |5443 |  70 |  21 |  18 |3253k|6529 | 0.000000e+00 |      --      |    Inf 
1271.96/1272.49	c  1272s|  7030k|  1797k| 23213k|   3.3 |1607M|  63 |   8 |  70 |4640 |  70 |  21 |  18 |3257k|6529 | 0.000000e+00 |      --      |    Inf 
1273.95/1274.46	c  1274s|  7040k|  1799k| 23246k|   3.3 |1609M|  63 |   8 |  70 |4803 |  70 |  21 |  18 |3262k|6529 | 0.000000e+00 |      --      |    Inf 
1275.95/1276.49	c  1276s|  7050k|  1801k| 23280k|   3.3 |1611M|  63 |   8 |  70 |4535 |  70 |  21 |  18 |3267k|6529 | 0.000000e+00 |      --      |    Inf 
1277.86/1278.38	c  1278s|  7060k|  1804k| 23312k|   3.3 |1614M|  63 |   8 |  70 |4793 |  70 |  21 |  18 |3271k|6529 | 0.000000e+00 |      --      |    Inf 
1279.85/1280.37	c  1280s|  7070k|  1806k| 23344k|   3.3 |1616M|  63 |   - |  70 |5171 |  70 |  21 |  18 |3276k|6529 | 0.000000e+00 |      --      |    Inf 
1281.95/1282.41	c  1282s|  7080k|  1809k| 23376k|   3.3 |1618M|  63 |   8 |  70 |4699 |  70 |  21 |  18 |3281k|6529 | 0.000000e+00 |      --      |    Inf 
1283.85/1284.39	c  1284s|  7090k|  1811k| 23410k|   3.3 |1620M|  63 |   8 |  70 |4962 |  70 |  21 |  18 |3286k|6529 | 0.000000e+00 |      --      |    Inf 
1285.85/1286.35	c  1286s|  7100k|  1813k| 23444k|   3.3 |1623M|  63 |   8 |  70 |5496 |  70 |  21 |  18 |3290k|6529 | 0.000000e+00 |      --      |    Inf 
1287.95/1288.49	c  1288s|  7110k|  1815k| 23477k|   3.3 |1625M|  63 |   - |  70 |4363 |  70 |  21 |  18 |3295k|6529 | 0.000000e+00 |      --      |    Inf 
1289.96/1290.47	c  1290s|  7120k|  1818k| 23511k|   3.3 |1627M|  63 |   - |  70 |4400 |  70 |  21 |  18 |3300k|6529 | 0.000000e+00 |      --      |    Inf 
1291.75/1292.23	c  1292s|  7130k|  1821k| 23543k|   3.3 |1630M|  63 |   - |  70 |5383 |  70 |  21 |  18 |3304k|6529 | 0.000000e+00 |      --      |    Inf 
1293.74/1294.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1293.74/1294.28	c  1294s|  7140k|  1823k| 23575k|   3.3 |1632M|  63 |   8 |  70 |4451 |  70 |  21 |  18 |3309k|6529 | 0.000000e+00 |      --      |    Inf 
1295.75/1296.24	c  1296s|  7150k|  1825k| 23608k|   3.3 |1634M|  63 |   8 |  70 |3999 |  70 |  21 |  18 |3314k|6529 | 0.000000e+00 |      --      |    Inf 
1297.55/1298.10	c  1298s|  7160k|  1828k| 23640k|   3.3 |1636M|  63 |   - |  70 |4944 |  70 |  21 |  18 |3319k|6529 | 0.000000e+00 |      --      |    Inf 
1299.65/1300.10	c  1300s|  7170k|  1830k| 23673k|   3.3 |1638M|  63 |   - |  70 |4361 |  70 |  21 |  18 |3323k|6529 | 0.000000e+00 |      --      |    Inf 
1301.45/1301.96	c  1302s|  7180k|  1833k| 23706k|   3.3 |1641M|  63 |   - |  70 |5444 |  70 |  21 |  18 |3328k|6529 | 0.000000e+00 |      --      |    Inf 
1303.45/1303.99	c  1304s|  7190k|  1835k| 23739k|   3.3 |1643M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |3332k|6529 | 0.000000e+00 |      --      |    Inf 
1305.35/1305.88	c  1306s|  7200k|  1837k| 23772k|   3.3 |1645M|  63 |   8 |  70 |4577 |  70 |  21 |  18 |3337k|6529 | 0.000000e+00 |      --      |    Inf 
1307.35/1307.83	c  1308s|  7210k|  1840k| 23805k|   3.3 |1647M|  63 |   8 |  70 |4316 |  70 |  21 |  18 |3342k|6529 | 0.000000e+00 |      --      |    Inf 
1309.05/1309.52	c  1310s|  7220k|  1843k| 23837k|   3.3 |1650M|  63 |   8 |  70 |6020 |  70 |  21 |  18 |3346k|6529 | 0.000000e+00 |      --      |    Inf 
1310.94/1311.43	c  1311s|  7230k|  1845k| 23869k|   3.3 |1653M|  63 |   8 |  70 |6532 |  70 |  21 |  18 |3350k|6529 | 0.000000e+00 |      --      |    Inf 
1312.95/1313.47	c  1313s|  7240k|  1848k| 23901k|   3.3 |1655M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3355k|6529 | 0.000000e+00 |      --      |    Inf 
1315.05/1315.56	c  1316s|  7250k|  1850k| 23935k|   3.3 |1657M|  63 |   8 |  70 |4372 |  70 |  21 |  18 |3360k|6529 | 0.000000e+00 |      --      |    Inf 
1316.95/1317.41	c  1317s|  7260k|  1853k| 23967k|   3.3 |1659M|  63 |   8 |  70 |4639 |  70 |  21 |  18 |3364k|6529 | 0.000000e+00 |      --      |    Inf 
1318.94/1319.48	c  1319s|  7270k|  1855k| 24000k|   3.3 |1661M|  63 |   - |  70 |4099 |  70 |  21 |  18 |3369k|6529 | 0.000000e+00 |      --      |    Inf 
1320.85/1321.33	c  1321s|  7280k|  1858k| 24032k|   3.3 |1664M|  63 |   - |  70 |4821 |  70 |  21 |  18 |3373k|6529 | 0.000000e+00 |      --      |    Inf 
1322.85/1323.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1322.85/1323.36	c  1323s|  7290k|  1860k| 24064k|   3.3 |1666M|  63 |   - |  70 |4268 |  70 |  21 |  18 |3378k|6529 | 0.000000e+00 |      --      |    Inf 
1324.84/1325.33	c  1325s|  7300k|  1863k| 24096k|   3.3 |1668M|  63 |   - |  70 |4541 |  70 |  21 |  18 |3383k|6529 | 0.000000e+00 |      --      |    Inf 
1326.85/1327.33	c  1327s|  7310k|  1865k| 24129k|   3.3 |1670M|  63 |   8 |  70 |4404 |  70 |  21 |  18 |3388k|6529 | 0.000000e+00 |      --      |    Inf 
1328.74/1329.22	c  1329s|  7320k|  1867k| 24164k|   3.3 |1673M|  63 |   - |  70 |5462 |  70 |  21 |  18 |3392k|6529 | 0.000000e+00 |      --      |    Inf 
1330.65/1331.13	c  1331s|  7330k|  1870k| 24196k|   3.3 |1675M|  63 |   8 |  70 |5723 |  70 |  21 |  18 |3397k|6529 | 0.000000e+00 |      --      |    Inf 
1332.64/1333.20	c  1333s|  7340k|  1872k| 24229k|   3.3 |1677M|  63 |   8 |  70 |4561 |  70 |  21 |  18 |3402k|6529 | 0.000000e+00 |      --      |    Inf 
1334.74/1335.25	c  1335s|  7350k|  1875k| 24261k|   3.3 |1679M|  63 |   8 |  70 |4308 |  70 |  21 |  18 |3406k|6529 | 0.000000e+00 |      --      |    Inf 
1336.64/1337.19	c  1337s|  7360k|  1877k| 24294k|   3.3 |1681M|  63 |   8 |  70 |4415 |  70 |  21 |  18 |3411k|6529 | 0.000000e+00 |      --      |    Inf 
1338.63/1339.16	c  1339s|  7370k|  1879k| 24328k|   3.3 |1684M|  63 |   - |  70 |5117 |  70 |  21 |  18 |3416k|6529 | 0.000000e+00 |      --      |    Inf 
1340.74/1341.22	c  1341s|  7380k|  1882k| 24361k|   3.3 |1686M|  63 |   - |  70 |4973 |  70 |  21 |  18 |3420k|6529 | 0.000000e+00 |      --      |    Inf 
1342.75/1343.25	c  1343s|  7390k|  1884k| 24394k|   3.3 |1688M|  63 |   - |  70 |4856 |  70 |  21 |  18 |3425k|6529 | 0.000000e+00 |      --      |    Inf 
1344.74/1345.24	c  1345s|  7400k|  1886k| 24427k|   3.3 |1690M|  63 |   - |  70 |4503 |  70 |  21 |  18 |3430k|6529 | 0.000000e+00 |      --      |    Inf 
1346.64/1347.17	c  1347s|  7410k|  1889k| 24460k|   3.3 |1693M|  63 |   8 |  70 |4906 |  70 |  21 |  18 |3435k|6529 | 0.000000e+00 |      --      |    Inf 
1348.74/1349.23	c  1349s|  7420k|  1891k| 24493k|   3.3 |1695M|  63 |   8 |  70 |4522 |  70 |  21 |  18 |3440k|6529 | 0.000000e+00 |      --      |    Inf 
1350.74/1351.23	c  1351s|  7430k|  1893k| 24526k|   3.3 |1697M|  63 |   - |  70 |4506 |  70 |  21 |  18 |3444k|6529 | 0.000000e+00 |      --      |    Inf 
1352.65/1353.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1352.65/1353.17	c  1353s|  7440k|  1896k| 24559k|   3.3 |1699M|  63 |   - |  70 |4802 |  70 |  21 |  18 |3449k|6529 | 0.000000e+00 |      --      |    Inf 
1354.63/1355.14	c  1355s|  7450k|  1898k| 24592k|   3.3 |1702M|  63 |   - |  70 |4931 |  70 |  21 |  18 |3453k|6529 | 0.000000e+00 |      --      |    Inf 
1356.63/1357.11	c  1357s|  7460k|  1901k| 24625k|   3.3 |1704M|  63 |   - |  70 |4676 |  70 |  21 |  18 |3458k|6529 | 0.000000e+00 |      --      |    Inf 
1358.43/1358.91	c  1359s|  7470k|  1904k| 24658k|   3.3 |1706M|  63 |   - |  70 |5720 |  70 |  21 |  18 |3462k|6529 | 0.000000e+00 |      --      |    Inf 
1360.34/1360.83	c  1361s|  7480k|  1906k| 24691k|   3.3 |1709M|  63 |   8 |  70 |5417 |  70 |  21 |  18 |3467k|6529 | 0.000000e+00 |      --      |    Inf 
1362.33/1362.84	c  1363s|  7490k|  1909k| 24723k|   3.3 |1711M|  63 |   - |  70 |4956 |  70 |  21 |  18 |3472k|6529 | 0.000000e+00 |      --      |    Inf 
1364.13/1364.67	c  1365s|  7500k|  1911k| 24756k|   3.3 |1713M|  63 |   8 |  70 |5722 |  70 |  21 |  18 |3476k|6529 | 0.000000e+00 |      --      |    Inf 
1366.23/1366.75	c  1367s|  7510k|  1914k| 24788k|   3.3 |1715M|  63 |   - |  70 |4380 |  70 |  21 |  18 |3481k|6529 | 0.000000e+00 |      --      |    Inf 
1368.13/1368.67	c  1369s|  7520k|  1916k| 24821k|   3.3 |1718M|  63 |   8 |  70 |4878 |  70 |  21 |  18 |3486k|6529 | 0.000000e+00 |      --      |    Inf 
1370.14/1370.63	c  1371s|  7530k|  1918k| 24855k|   3.3 |1720M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |3490k|6529 | 0.000000e+00 |      --      |    Inf 
1372.03/1372.58	c  1373s|  7540k|  1921k| 24888k|   3.3 |1722M|  63 |   - |  70 |4809 |  70 |  21 |  18 |3495k|6529 | 0.000000e+00 |      --      |    Inf 
1374.03/1374.52	c  1375s|  7550k|  1923k| 24920k|   3.3 |1725M|  63 |   8 |  70 |5265 |  70 |  21 |  18 |3500k|6529 | 0.000000e+00 |      --      |    Inf 
1376.03/1376.59	c  1377s|  7560k|  1926k| 24954k|   3.3 |1727M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3504k|6529 | 0.000000e+00 |      --      |    Inf 
1378.13/1378.62	c  1379s|  7570k|  1928k| 24986k|   3.3 |1729M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3509k|6529 | 0.000000e+00 |      --      |    Inf 
1380.13/1380.64	c  1381s|  7580k|  1931k| 25018k|   3.3 |1731M|  63 |   8 |  70 |4109 |  70 |  21 |  18 |3514k|6529 | 0.000000e+00 |      --      |    Inf 
1381.93/1382.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1381.93/1382.45	c  1382s|  7590k|  1933k| 25051k|   3.3 |1734M|  63 |   - |  70 |5663 |  70 |  21 |  18 |3518k|6529 | 0.000000e+00 |      --      |    Inf 
1383.93/1384.48	c  1384s|  7600k|  1935k| 25084k|   3.3 |1736M|  63 |   8 |  70 |5164 |  70 |  21 |  18 |3523k|6529 | 0.000000e+00 |      --      |    Inf 
1386.03/1386.59	c  1387s|  7610k|  1938k| 25117k|   3.3 |1738M|  63 |   8 |  70 |4554 |  70 |  21 |  18 |3528k|6529 | 0.000000e+00 |      --      |    Inf 
1388.03/1388.51	c  1389s|  7620k|  1940k| 25148k|   3.3 |1740M|  63 |   8 |  70 |4701 |  70 |  21 |  18 |3532k|6529 | 0.000000e+00 |      --      |    Inf 
1389.93/1390.48	c  1390s|  7630k|  1943k| 25182k|   3.3 |1743M|  63 |   - |  70 |5314 |  70 |  21 |  18 |3537k|6529 | 0.000000e+00 |      --      |    Inf 
1391.83/1392.39	c  1392s|  7640k|  1946k| 25215k|   3.3 |1745M|  63 |   - |  70 |5797 |  70 |  21 |  18 |3541k|6529 | 0.000000e+00 |      --      |    Inf 
1393.92/1394.45	c  1394s|  7650k|  1948k| 25248k|   3.3 |1747M|  63 |   8 |  70 |4907 |  70 |  21 |  18 |3546k|6529 | 0.000000e+00 |      --      |    Inf 
1395.93/1396.45	c  1396s|  7660k|  1950k| 25283k|   3.3 |1750M|  63 |   8 |  70 |4989 |  70 |  21 |  18 |3551k|6529 | 0.000000e+00 |      --      |    Inf 
1398.03/1398.54	c  1399s|  7670k|  1953k| 25316k|   3.3 |1752M|  63 |   8 |  70 |4446 |  70 |  21 |  18 |3555k|6529 | 0.000000e+00 |      --      |    Inf 
1399.93/1400.45	c  1400s|  7680k|  1955k| 25349k|   3.3 |1754M|  63 |   8 |  70 |4335 |  70 |  21 |  18 |3560k|6529 | 0.000000e+00 |      --      |    Inf 
1401.92/1402.43	c  1402s|  7690k|  1958k| 25381k|   3.3 |1756M|  63 |   - |  70 |4305 |  70 |  21 |  18 |3565k|6529 | 0.000000e+00 |      --      |    Inf 
1403.82/1404.31	c  1404s|  7700k|  1960k| 25414k|   3.3 |1759M|  63 |   8 |  70 |4835 |  70 |  21 |  18 |3569k|6529 | 0.000000e+00 |      --      |    Inf 
1405.83/1406.35	c  1406s|  7710k|  1963k| 25447k|   3.3 |1761M|  63 |   8 |  70 |4553 |  70 |  21 |  18 |3574k|6529 | 0.000000e+00 |      --      |    Inf 
1407.53/1408.05	c  1408s|  7720k|  1966k| 25478k|   3.3 |1764M|  63 |   8 |  70 |6588 |  70 |  21 |  18 |3578k|6529 | 0.000000e+00 |      --      |    Inf 
1409.62/1410.15	c  1410s|  7730k|  1968k| 25511k|   3.3 |1765M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3583k|6529 | 0.000000e+00 |      --      |    Inf 
1411.62/1412.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1411.62/1412.17	c  1412s|  7740k|  1971k| 25544k|   3.3 |1768M|  63 |   - |  70 |4488 |  70 |  21 |  18 |3587k|6529 | 0.000000e+00 |      --      |    Inf 
1413.53/1414.08	c  1414s|  7750k|  1973k| 25577k|   3.3 |1770M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3592k|6529 | 0.000000e+00 |      --      |    Inf 
1415.43/1415.99	c  1416s|  7760k|  1975k| 25610k|   3.3 |1772M|  63 |   8 |  70 |5323 |  70 |  21 |  18 |3597k|6529 | 0.000000e+00 |      --      |    Inf 
1417.33/1417.88	c  1418s|  7770k|  1978k| 25642k|   3.3 |1775M|  63 |   8 |  70 |5946 |  70 |  21 |  18 |3601k|6529 | 0.000000e+00 |      --      |    Inf 
1419.23/1419.79	c  1420s|  7780k|  1981k| 25676k|   3.3 |1777M|  63 |   8 |  70 |5811 |  70 |  21 |  18 |3606k|6529 | 0.000000e+00 |      --      |    Inf 
1421.43/1421.91	c  1422s|  7790k|  1983k| 25709k|   3.3 |1779M|  63 |   8 |  70 |4064 |  70 |  21 |  18 |3611k|6529 | 0.000000e+00 |      --      |    Inf 
1423.33/1423.88	c  1424s|  7800k|  1986k| 25742k|   3.3 |1781M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |3615k|6529 | 0.000000e+00 |      --      |    Inf 
1425.42/1425.97	c  1426s|  7810k|  1988k| 25775k|   3.3 |1784M|  63 |   - |  70 |4656 |  70 |  21 |  18 |3620k|6529 | 0.000000e+00 |      --      |    Inf 
1427.52/1428.01	c  1428s|  7820k|  1990k| 25808k|   3.3 |1786M|  63 |   8 |  70 |4625 |  70 |  21 |  18 |3625k|6529 | 0.000000e+00 |      --      |    Inf 
1429.52/1430.05	c  1430s|  7830k|  1992k| 25840k|   3.3 |1788M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |3630k|6529 | 0.000000e+00 |      --      |    Inf 
1431.52/1432.04	c  1432s|  7840k|  1995k| 25873k|   3.3 |1790M|  63 |   8 |  70 |4678 |  70 |  21 |  18 |3634k|6529 | 0.000000e+00 |      --      |    Inf 
1433.42/1433.99	c  1434s|  7850k|  1997k| 25907k|   3.3 |1793M|  63 |   - |  70 |5127 |  70 |  21 |  18 |3639k|6529 | 0.000000e+00 |      --      |    Inf 
1435.42/1435.98	c  1436s|  7860k|  2000k| 25940k|   3.3 |1795M|  63 |   - |  70 |5085 |  70 |  21 |  18 |3643k|6529 | 0.000000e+00 |      --      |    Inf 
1437.23/1437.75	c  1438s|  7870k|  2002k| 25971k|   3.3 |1797M|  63 |   - |  70 |5968 |  70 |  21 |  18 |3648k|6529 | 0.000000e+00 |      --      |    Inf 
1439.32/1439.82	c  1440s|  7880k|  2005k| 26004k|   3.3 |1799M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |3653k|6529 | 0.000000e+00 |      --      |    Inf 
1441.32/1441.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1441.32/1441.80	c  1442s|  7890k|  2007k| 26036k|   3.3 |1802M|  63 |   - |  70 |4379 |  70 |  21 |  18 |3657k|6529 | 0.000000e+00 |      --      |    Inf 
1443.32/1443.80	c  1444s|  7900k|  2009k| 26069k|   3.3 |1804M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3662k|6529 | 0.000000e+00 |      --      |    Inf 
1445.21/1445.74	c  1446s|  7910k|  2012k| 26101k|   3.3 |1806M|  63 |   8 |  70 |4806 |  70 |  21 |  18 |3667k|6529 | 0.000000e+00 |      --      |    Inf 
1447.22/1447.77	c  1448s|  7920k|  2014k| 26134k|   3.3 |1808M|  63 |   - |  70 |4287 |  70 |  21 |  18 |3671k|6529 | 0.000000e+00 |      --      |    Inf 
1449.21/1449.77	c  1450s|  7930k|  2016k| 26167k|   3.3 |1811M|  63 |   8 |  70 |4698 |  70 |  21 |  18 |3676k|6529 | 0.000000e+00 |      --      |    Inf 
1451.12/1451.62	c  1452s|  7940k|  2019k| 26199k|   3.3 |1813M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |3681k|6529 | 0.000000e+00 |      --      |    Inf 
1453.22/1453.73	c  1454s|  7950k|  2021k| 26231k|   3.3 |1815M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |3685k|6529 | 0.000000e+00 |      --      |    Inf 
1455.11/1455.63	c  1456s|  7960k|  2024k| 26264k|   3.3 |1818M|  63 |   8 |  70 |4862 |  70 |  21 |  18 |3690k|6529 | 0.000000e+00 |      --      |    Inf 
1457.02/1457.56	c  1458s|  7970k|  2026k| 26297k|   3.3 |1820M|  63 |   - |  70 |5212 |  70 |  21 |  18 |3695k|6529 | 0.000000e+00 |      --      |    Inf 
1458.81/1459.39	c  1459s|  7980k|  2029k| 26329k|   3.3 |1822M|  63 |   - |  70 |5916 |  70 |  21 |  18 |3699k|6529 | 0.000000e+00 |      --      |    Inf 
1460.81/1461.34	c  1461s|  7990k|  2031k| 26362k|   3.3 |1825M|  63 |   8 |  70 |6454 |  70 |  21 |  18 |3704k|6529 | 0.000000e+00 |      --      |    Inf 
1462.91/1463.41	c  1463s|  8000k|  2034k| 26395k|   3.3 |1827M|  63 |   8 |  70 |4981 |  70 |  21 |  18 |3709k|6529 | 0.000000e+00 |      --      |    Inf 
1464.61/1465.19	c  1465s|  8010k|  2037k| 26428k|   3.3 |1829M|  63 |   8 |  70 |6353 |  70 |  21 |  18 |3713k|6529 | 0.000000e+00 |      --      |    Inf 
1466.62/1467.10	c  1467s|  8020k|  2040k| 26459k|   3.3 |1832M|  63 |   - |  70 |6912 |  70 |  21 |  18 |3717k|6529 | 0.000000e+00 |      --      |    Inf 
1468.51/1469.03	c  1469s|  8030k|  2043k| 26491k|   3.3 |1834M|  63 |   8 |  70 |7635 |  70 |  21 |  18 |3721k|6529 | 0.000000e+00 |      --      |    Inf 
1470.62/1471.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1470.62/1471.13	c  1471s|  8040k|  2045k| 26524k|   3.3 |1836M|  63 |   8 |  70 |6023 |  70 |  21 |  18 |3726k|6529 | 0.000000e+00 |      --      |    Inf 
1472.52/1473.08	c  1473s|  8050k|  2048k| 26556k|   3.3 |1839M|  63 |   8 |  70 |5823 |  70 |  21 |  18 |3731k|6529 | 0.000000e+00 |      --      |    Inf 
1474.71/1475.22	c  1475s|  8060k|  2050k| 26589k|   3.3 |1841M|  63 |   8 |  70 |4797 |  70 |  21 |  18 |3735k|6529 | 0.000000e+00 |      --      |    Inf 
1476.71/1477.20	c  1477s|  8070k|  2053k| 26622k|   3.3 |1843M|  63 |   - |  70 |4863 |  70 |  21 |  18 |3740k|6529 | 0.000000e+00 |      --      |    Inf 
1478.81/1479.32	c  1479s|  8080k|  2055k| 26654k|   3.3 |1845M|  63 |   8 |  70 |4245 |  70 |  21 |  18 |3745k|6529 | 0.000000e+00 |      --      |    Inf 
1480.82/1481.32	c  1481s|  8090k|  2057k| 26688k|   3.3 |1847M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3750k|6529 | 0.000000e+00 |      --      |    Inf 
1482.62/1483.18	c  1483s|  8100k|  2060k| 26719k|   3.3 |1850M|  63 |   8 |  70 |5307 |  70 |  21 |  18 |3754k|6529 | 0.000000e+00 |      --      |    Inf 
1484.71/1485.20	c  1485s|  8110k|  2062k| 26752k|   3.3 |1852M|  63 |   8 |  70 |5154 |  70 |  21 |  18 |3759k|6529 | 0.000000e+00 |      --      |    Inf 
1486.61/1487.19	c  1487s|  8120k|  2065k| 26785k|   3.3 |1854M|  63 |   8 |  70 |5507 |  70 |  21 |  18 |3764k|6529 | 0.000000e+00 |      --      |    Inf 
1488.42/1488.96	c  1489s|  8130k|  2068k| 26817k|   3.3 |1857M|  63 |   8 |  70 |6860 |  70 |  21 |  18 |3768k|6529 | 0.000000e+00 |      --      |    Inf 
1490.41/1490.98	c  1491s|  8140k|  2070k| 26851k|   3.3 |1859M|  63 |   8 |  70 |6433 |  70 |  21 |  18 |3773k|6529 | 0.000000e+00 |      --      |    Inf 
1492.60/1493.16	c  1493s|  8150k|  2072k| 26883k|   3.3 |1861M|  63 |   8 |  70 |4969 |  70 |  21 |  18 |3777k|6529 | 0.000000e+00 |      --      |    Inf 
1494.71/1495.24	c  1495s|  8160k|  2074k| 26916k|   3.3 |1863M|  63 |   - |  70 |4311 |  70 |  21 |  18 |3782k|6529 | 0.000000e+00 |      --      |    Inf 
1496.61/1497.16	c  1497s|  8170k|  2077k| 26950k|   3.3 |1865M|  63 |   - |  70 |5325 |   0 |   0 |  18 |3787k|6529 | 0.000000e+00 |      --      |    Inf 
1498.40/1498.96	c  1499s|  8180k|  2080k| 26983k|   3.3 |1868M|  63 |   8 |  70 |7151 |  70 |  21 |  18 |3791k|6529 | 0.000000e+00 |      --      |    Inf 
1500.50/1501.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1500.50/1501.07	c  1501s|  8190k|  2083k| 27015k|   3.3 |1870M|  63 |   8 |  70 |5469 |  70 |  21 |  18 |3796k|6529 | 0.000000e+00 |      --      |    Inf 
1502.40/1502.95	c  1503s|  8200k|  2085k| 27048k|   3.3 |1873M|  63 |   - |  70 |6209 |  70 |  21 |  18 |3800k|6529 | 0.000000e+00 |      --      |    Inf 
1504.41/1504.91	c  1505s|  8210k|  2088k| 27081k|   3.3 |1875M|  63 |   - |  70 |5988 |  70 |  21 |  18 |3804k|6529 | 0.000000e+00 |      --      |    Inf 
1506.51/1507.10	c  1507s|  8220k|  2090k| 27114k|   3.3 |1877M|  63 |   8 |  70 |4645 |  70 |  21 |  18 |3809k|6529 | 0.000000e+00 |      --      |    Inf 
1508.61/1509.16	c  1509s|  8230k|  2093k| 27146k|   3.3 |1879M|  63 |   - |  70 |4916 |  70 |  21 |  18 |3814k|6529 | 0.000000e+00 |      --      |    Inf 
1510.41/1510.96	c  1511s|  8240k|  2096k| 27179k|   3.3 |1882M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3818k|6529 | 0.000000e+00 |      --      |    Inf 
1512.30/1512.81	c  1513s|  8250k|  2099k| 27212k|   3.3 |1884M|  63 |   8 |  70 |6913 |  70 |  21 |  18 |3823k|6529 | 0.000000e+00 |      --      |    Inf 
1514.31/1514.86	c  1515s|  8260k|  2101k| 27244k|   3.3 |1886M|  63 |   8 |  70 |6362 |  70 |  21 |  18 |3827k|6529 | 0.000000e+00 |      --      |    Inf 
1516.41/1516.94	c  1517s|  8270k|  2104k| 27276k|   3.3 |1889M|  63 |   - |  70 |5638 |   0 |   0 |  18 |3832k|6529 | 0.000000e+00 |      --      |    Inf 
1518.50/1519.03	c  1519s|  8280k|  2106k| 27308k|   3.3 |1891M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3836k|6529 | 0.000000e+00 |      --      |    Inf 
1520.61/1521.11	c  1521s|  8290k|  2109k| 27341k|   3.3 |1893M|  63 |   8 |  70 |4583 |  70 |  21 |  18 |3841k|6529 | 0.000000e+00 |      --      |    Inf 
1522.50/1523.00	c  1523s|  8300k|  2111k| 27374k|   3.3 |1895M|  63 |   8 |  70 |5128 |  70 |  21 |  18 |3846k|6529 | 0.000000e+00 |      --      |    Inf 
1524.30/1524.81	c  1525s|  8310k|  2114k| 27407k|   3.3 |1898M|  63 |   8 |  70 |6340 |  70 |  21 |  18 |3850k|6529 | 0.000000e+00 |      --      |    Inf 
1526.41/1526.92	c  1527s|  8320k|  2117k| 27440k|   3.3 |1900M|  63 |   8 |  70 |4915 |  70 |  21 |  18 |3855k|6529 | 0.000000e+00 |      --      |    Inf 
1528.40/1528.97	c  1529s|  8330k|  2119k| 27472k|   3.3 |1902M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3860k|6529 | 0.000000e+00 |      --      |    Inf 
1530.30/1530.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1530.30/1530.85	c  1531s|  8340k|  2121k| 27505k|   3.3 |1904M|  63 |   8 |  70 |4467 |  70 |  21 |  18 |3864k|6529 | 0.000000e+00 |      --      |    Inf 
1532.31/1532.81	c  1533s|  8350k|  2124k| 27538k|   3.3 |1907M|  63 |   8 |  70 |4660 |  70 |  21 |  18 |3869k|6529 | 0.000000e+00 |      --      |    Inf 
1534.30/1534.81	c  1535s|  8360k|  2126k| 27571k|   3.3 |1909M|  63 |   - |  70 |4153 |  70 |  21 |  18 |3874k|6529 | 0.000000e+00 |      --      |    Inf 
1536.21/1536.75	c  1537s|  8370k|  2129k| 27605k|   3.3 |1911M|  63 |   8 |  70 |4352 |  70 |  21 |  18 |3878k|6529 | 0.000000e+00 |      --      |    Inf 
1538.10/1538.63	c  1539s|  8380k|  2131k| 27638k|   3.3 |1914M|  63 |   8 |  70 |5838 |  70 |  21 |  18 |3883k|6529 | 0.000000e+00 |      --      |    Inf 
1540.09/1540.62	c  1541s|  8390k|  2134k| 27670k|   3.3 |1916M|  63 |   - |  70 |5462 |  70 |  21 |  18 |3887k|6529 | 0.000000e+00 |      --      |    Inf 
1542.20/1542.74	c  1543s|  8400k|  2136k| 27703k|   3.3 |1918M|  63 |   - |  70 |4297 |  70 |  21 |  18 |3892k|6529 | 0.000000e+00 |      --      |    Inf 
1544.30/1544.80	c  1545s|  8410k|  2138k| 27735k|   3.3 |1920M|  63 |   8 |  70 |3992 |  70 |  21 |  18 |3897k|6529 | 0.000000e+00 |      --      |    Inf 
1546.21/1546.79	c  1547s|  8420k|  2141k| 27768k|   3.3 |1923M|  63 |   8 |  70 |4439 |  70 |  21 |  18 |3901k|6529 | 0.000000e+00 |      --      |    Inf 
1548.10/1548.68	c  1549s|  8430k|  2143k| 27801k|   3.3 |1925M|  63 |   8 |  70 |5116 |  70 |  21 |  18 |3906k|6529 | 0.000000e+00 |      --      |    Inf 
1550.10/1550.62	c  1551s|  8440k|  2146k| 27833k|   3.3 |1927M|  63 |   8 |  70 |5409 |  70 |  21 |  18 |3910k|6529 | 0.000000e+00 |      --      |    Inf 
1552.00/1552.56	c  1553s|  8450k|  2148k| 27866k|   3.3 |1930M|  63 |   8 |  70 |5200 |  70 |  21 |  18 |3915k|6529 | 0.000000e+00 |      --      |    Inf 
1554.10/1554.66	c  1555s|  8460k|  2151k| 27899k|   3.3 |1932M|  63 |   8 |  70 |4391 |  70 |  21 |  18 |3920k|6529 | 0.000000e+00 |      --      |    Inf 
1556.11/1556.65	c  1557s|  8470k|  2153k| 27931k|   3.3 |1934M|  63 |   - |  70 |5004 |  70 |  21 |  18 |3925k|6529 | 0.000000e+00 |      --      |    Inf 
1558.21/1558.74	c  1559s|  8480k|  2155k| 27964k|   3.3 |1936M|  63 |   8 |  70 |4076 |  70 |  21 |  18 |3929k|6529 | 0.000000e+00 |      --      |    Inf 
1560.30/1560.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1560.30/1560.84	c  1561s|  8490k|  2157k| 27996k|   3.3 |1938M|  63 |   8 |  70 |3971 |  70 |  21 |  18 |3934k|6529 | 0.000000e+00 |      --      |    Inf 
1562.30/1562.87	c  1563s|  8500k|  2160k| 28029k|   3.3 |1940M|  63 |   - |  70 |4360 |  70 |  21 |  18 |3939k|6529 | 0.000000e+00 |      --      |    Inf 
1564.40/1564.96	c  1565s|  8510k|  2162k| 28062k|   3.3 |1943M|  63 |   8 |  70 |4306 |  70 |  21 |  18 |3944k|6529 | 0.000000e+00 |      --      |    Inf 
1566.50/1567.03	c  1567s|  8520k|  2164k| 28094k|   3.3 |1945M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |3949k|6529 | 0.000000e+00 |      --      |    Inf 
1568.39/1568.99	c  1569s|  8530k|  2167k| 28128k|   3.3 |1947M|  63 |   8 |  70 |4940 |  70 |  21 |  18 |3953k|6529 | 0.000000e+00 |      --      |    Inf 
1570.50/1571.05	c  1571s|  8540k|  2169k| 28160k|   3.3 |1949M|  63 |   - |  70 |4671 |  70 |  21 |  18 |3958k|6529 | 0.000000e+00 |      --      |    Inf 
1572.50/1573.03	c  1573s|  8550k|  2171k| 28193k|   3.3 |1952M|  63 |   8 |  70 |4741 |  70 |  21 |  18 |3963k|6529 | 0.000000e+00 |      --      |    Inf 
1574.29/1574.87	c  1575s|  8560k|  2174k| 28224k|   3.3 |1954M|  63 |   - |  70 |6455 |   0 |   0 |  18 |3967k|6529 | 0.000000e+00 |      --      |    Inf 
1576.49/1577.01	c  1577s|  8570k|  2177k| 28257k|   3.3 |1956M|  63 |   8 |  70 |5264 |  70 |  21 |  18 |3972k|6529 | 0.000000e+00 |      --      |    Inf 
1578.50/1579.00	c  1579s|  8580k|  2179k| 28289k|   3.3 |1959M|  63 |   8 |  70 |5170 |  70 |  21 |  18 |3976k|6529 | 0.000000e+00 |      --      |    Inf 
1580.49/1581.09	c  1581s|  8590k|  2181k| 28323k|   3.3 |1961M|  63 |   8 |  70 |4690 |  70 |  21 |  18 |3981k|6529 | 0.000000e+00 |      --      |    Inf 
1582.59/1583.13	c  1583s|  8600k|  2183k| 28356k|   3.3 |1963M|  63 |   8 |  70 |4589 |  70 |  21 |  18 |3986k|6529 | 0.000000e+00 |      --      |    Inf 
1584.39/1584.93	c  1585s|  8610k|  2186k| 28389k|   3.3 |1966M|  63 |   8 |  70 |6216 |  70 |  21 |  18 |3990k|6529 | 0.000000e+00 |      --      |    Inf 
1586.49/1587.06	c  1587s|  8620k|  2189k| 28422k|   3.3 |1968M|  63 |   - |  70 |5271 |  70 |  21 |  18 |3995k|6529 | 0.000000e+00 |      --      |    Inf 
1588.59/1589.14	c  1589s|  8630k|  2191k| 28455k|   3.3 |1970M|  63 |   8 |  70 |4396 |  70 |  21 |  18 |4000k|6529 | 0.000000e+00 |      --      |    Inf 
1590.49/1591.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1590.49/1591.07	c  1591s|  8640k|  2194k| 28487k|   3.3 |1972M|  63 |   8 |  70 |5038 |  70 |  21 |  18 |4004k|6529 | 0.000000e+00 |      --      |    Inf 
1592.49/1593.08	c  1593s|  8650k|  2196k| 28519k|   3.3 |1974M|  63 |   - |  70 |5232 |  70 |  21 |  18 |4009k|6529 | 0.000000e+00 |      --      |    Inf 
1594.50/1595.07	c  1595s|  8660k|  2199k| 28552k|   3.3 |1977M|  63 |   8 |  70 |5402 |  70 |  21 |  18 |4014k|6529 | 0.000000e+00 |      --      |    Inf 
1596.19/1596.79	c  1597s|  8670k|  2202k| 28587k|   3.3 |1980M|  63 |   - |  70 |7619 |  70 |  21 |  18 |4018k|6529 | 0.000000e+00 |      --      |    Inf 
1598.19/1598.78	c  1599s|  8680k|  2204k| 28622k|   3.3 |1982M|  63 |   8 |  70 |7920 |  70 |  21 |  18 |4023k|6529 | 0.000000e+00 |      --      |    Inf 
1600.48/1601.03	c  1601s|  8690k|  2207k| 28655k|   3.3 |1984M|  63 |   - |  70 |5675 |  70 |  21 |  18 |4027k|6529 | 0.000000e+00 |      --      |    Inf 
1602.58/1603.15	c  1603s|  8700k|  2209k| 28688k|   3.3 |1986M|  63 |   - |  70 |5056 |  70 |  21 |  18 |4032k|6529 | 0.000000e+00 |      --      |    Inf 
1604.59/1605.13	c  1605s|  8710k|  2212k| 28722k|   3.3 |1988M|  63 |   - |  70 |5370 |  70 |  21 |  18 |4037k|6529 | 0.000000e+00 |      --      |    Inf 
1606.48/1607.05	c  1607s|  8720k|  2214k| 28757k|   3.3 |1991M|  63 |   - |  70 |6169 |  70 |  21 |  18 |4041k|6529 | 0.000000e+00 |      --      |    Inf 
1608.29/1608.83	c  1609s|  8730k|  2218k| 28790k|   3.3 |1993M|  63 |   - |  70 |7637 |  70 |  21 |  18 |4045k|6529 | 0.000000e+00 |      --      |    Inf 
1610.18/1610.72	c  1611s|  8740k|  2221k| 28822k|   3.3 |1996M|  63 |   - |  70 |7849 |  70 |  21 |  18 |4050k|6529 | 0.000000e+00 |      --      |    Inf 
1612.19/1612.73	c  1613s|  8750k|  2224k| 28854k|   3.3 |1998M|  63 |   8 |  70 |7828 |  70 |  21 |  18 |4054k|6529 | 0.000000e+00 |      --      |    Inf 
1614.08/1614.69	c  1615s|  8760k|  2227k| 28887k|   3.3 |2000M|  63 |   - |  70 |8125 |  70 |  21 |  18 |4058k|6529 | 0.000000e+00 |      --      |    Inf 
1616.39/1616.96	c  1617s|  8770k|  2230k| 28920k|   3.3 |2002M|  63 |   - |  70 |6283 |  70 |  21 |  18 |4062k|6529 | 0.000000e+00 |      --      |    Inf 
1618.59/1619.13	c  1619s|  8780k|  2232k| 28953k|   3.3 |2004M|  63 |   - |  70 |4854 |  70 |  21 |  18 |4067k|6529 | 0.000000e+00 |      --      |    Inf 
1620.59/1621.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1620.59/1621.19	c  1621s|  8790k|  2234k| 28986k|   3.3 |2006M|  63 |   - |  70 |4858 |  70 |  21 |  18 |4072k|6529 | 0.000000e+00 |      --      |    Inf 
1622.58/1623.15	c  1623s|  8800k|  2237k| 29019k|   3.3 |2009M|  63 |   - |  70 |5040 |  70 |  21 |  18 |4076k|6529 | 0.000000e+00 |      --      |    Inf 
1624.48/1625.09	c  1625s|  8810k|  2239k| 29052k|   3.3 |2011M|  63 |   8 |  70 |5149 |  70 |  21 |  18 |4081k|6529 | 0.000000e+00 |      --      |    Inf 
1626.49/1627.06	c  1627s|  8820k|  2242k| 29084k|   3.3 |2013M|  63 |   8 |  70 |4659 |  70 |  21 |  18 |4086k|6529 | 0.000000e+00 |      --      |    Inf 
1628.39/1628.96	c  1629s|  8830k|  2244k| 29117k|   3.3 |2016M|  63 |   8 |  70 |5223 |  70 |  21 |  18 |4090k|6529 | 0.000000e+00 |      --      |    Inf 
1630.49/1631.04	c  1631s|  8840k|  2246k| 29150k|   3.3 |2018M|  63 |   8 |  70 |5411 |  70 |  21 |  18 |4095k|6529 | 0.000000e+00 |      --      |    Inf 
1632.39/1632.90	c  1633s|  8850k|  2249k| 29183k|   3.3 |2020M|  63 |   - |  70 |5603 |  70 |  21 |  18 |4099k|6529 | 0.000000e+00 |      --      |    Inf 
1634.19/1634.77	c  1635s|  8860k|  2252k| 29215k|   3.3 |2023M|  63 |   - |  70 |6029 |  70 |  21 |  18 |4104k|6529 | 0.000000e+00 |      --      |    Inf 
1636.18/1636.77	c  1637s|  8870k|  2255k| 29247k|   3.3 |2025M|  63 |   - |  70 |5998 |   0 |   0 |  18 |4108k|6529 | 0.000000e+00 |      --      |    Inf 
1638.38/1638.93	c  1639s|  8880k|  2257k| 29280k|   3.3 |2027M|  63 |   8 |  70 |5210 |  70 |  21 |  18 |4113k|6529 | 0.000000e+00 |      --      |    Inf 
1640.38/1640.96	c  1641s|  8890k|  2259k| 29313k|   3.3 |2029M|  63 |   8 |  70 |5317 |  70 |  21 |  18 |4118k|6529 | 0.000000e+00 |      --      |    Inf 
1642.48/1643.01	c  1643s|  8900k|  2262k| 29346k|   3.3 |2032M|  63 |   8 |  70 |4906 |  70 |  21 |  18 |4123k|6529 | 0.000000e+00 |      --      |    Inf 
1644.47/1645.00	c  1645s|  8910k|  2264k| 29378k|   3.3 |2034M|  63 |   8 |  70 |5065 |  70 |  21 |  18 |4127k|6529 | 0.000000e+00 |      --      |    Inf 
1646.37/1646.98	c  1647s|  8920k|  2267k| 29410k|   3.3 |2036M|  63 |   8 |  70 |5218 |  70 |  21 |  18 |4132k|6529 | 0.000000e+00 |      --      |    Inf 
1648.48/1649.04	c  1649s|  8930k|  2269k| 29443k|   3.3 |2038M|  63 |   - |  70 |4811 |  70 |  21 |  18 |4137k|6529 | 0.000000e+00 |      --      |    Inf 
1650.58/1651.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1650.58/1651.13	c  1651s|  8940k|  2272k| 29477k|   3.3 |2041M|  63 |   - |  70 |4395 |  70 |  21 |  18 |4141k|6529 | 0.000000e+00 |      --      |    Inf 
1652.58/1653.19	c  1653s|  8950k|  2274k| 29509k|   3.3 |2043M|  63 |   - |  70 |3987 |  70 |  21 |  18 |4146k|6529 | 0.000000e+00 |      --      |    Inf 
1654.57/1655.19	c  1655s|  8960k|  2276k| 29542k|   3.3 |2045M|  63 |   8 |  70 |4810 |  70 |  21 |  18 |4151k|6529 | 0.000000e+00 |      --      |    Inf 
1656.58/1657.18	c  1657s|  8970k|  2278k| 29574k|   3.3 |2047M|  63 |   8 |  70 |5413 |  70 |  21 |  18 |4156k|6529 | 0.000000e+00 |      --      |    Inf 
1658.47/1659.06	c  1659s|  8980k|  2281k| 29607k|   3.3 |2050M|  63 |   8 |  70 |6806 |  70 |  21 |  18 |4160k|6529 | 0.000000e+00 |      --      |    Inf 
1660.67/1661.27	c  1661s|  8990k|  2283k| 29639k|   3.3 |2052M|  63 |   8 |  70 |4949 |  70 |  21 |  18 |4165k|6529 | 0.000000e+00 |      --      |    Inf 
1662.48/1663.03	c  1663s|  9000k|  2287k| 29672k|   3.3 |2055M|  63 |   8 |  70 |6010 |  70 |  21 |  18 |4169k|6529 | 0.000000e+00 |      --      |    Inf 
1664.47/1665.03	c  1665s|  9010k|  2289k| 29704k|   3.3 |2057M|  63 |   - |  70 |5938 |  70 |  21 |  18 |4174k|6529 | 0.000000e+00 |      --      |    Inf 
1666.58/1667.10	c  1667s|  9020k|  2292k| 29737k|   3.3 |2059M|  63 |   8 |  70 |5604 |  70 |  21 |  18 |4178k|6529 | 0.000000e+00 |      --      |    Inf 
1668.57/1669.17	c  1669s|  9030k|  2294k| 29769k|   3.3 |2061M|  63 |   8 |  70 |5115 |  70 |  21 |  18 |4183k|6529 | 0.000000e+00 |      --      |    Inf 
1670.67/1671.27	c  1671s|  9040k|  2297k| 29802k|   3.3 |2063M|  63 |   - |  70 |5244 |  70 |  21 |  18 |4187k|6529 | 0.000000e+00 |      --      |    Inf 
1672.78/1673.35	c  1673s|  9050k|  2299k| 29835k|   3.3 |2066M|  63 |   8 |  70 |4794 |  70 |  21 |  18 |4192k|6529 | 0.000000e+00 |      --      |    Inf 
1674.78/1675.35	c  1675s|  9060k|  2301k| 29868k|   3.3 |2068M|  63 |   - |  70 |5045 |  70 |  21 |  18 |4197k|6529 | 0.000000e+00 |      --      |    Inf 
1676.57/1677.19	c  1677s|  9070k|  2304k| 29900k|   3.3 |2071M|  63 |   8 |  70 |6229 |  70 |  21 |  18 |4201k|6529 | 0.000000e+00 |      --      |    Inf 
1678.67/1679.27	c  1679s|  9080k|  2307k| 29933k|   3.3 |2073M|  63 |   8 |  70 |5874 |  70 |  21 |  18 |4206k|6529 | 0.000000e+00 |      --      |    Inf 
1680.77/1681.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1680.77/1681.36	c  1681s|  9090k|  2309k| 29965k|   3.3 |2075M|  63 |   - |  70 |4844 |  70 |  21 |  18 |4210k|6529 | 0.000000e+00 |      --      |    Inf 
1682.77/1683.37	c  1683s|  9100k|  2311k| 29997k|   3.3 |2077M|  63 |   8 |  70 |4772 |  70 |  21 |  18 |4215k|6529 | 0.000000e+00 |      --      |    Inf 
1684.78/1685.39	c  1685s|  9110k|  2314k| 30029k|   3.3 |2080M|  63 |   - |  70 |5100 |  70 |  21 |  18 |4220k|6529 | 0.000000e+00 |      --      |    Inf 
1686.77/1687.40	c  1687s|  9120k|  2316k| 30063k|   3.3 |2082M|  63 |   - |  70 |4939 |  70 |  21 |  18 |4224k|6529 | 0.000000e+00 |      --      |    Inf 
1688.67/1689.25	c  1689s|  9130k|  2319k| 30095k|   3.3 |2084M|  63 |   8 |  70 |5758 |  70 |  21 |  18 |4229k|6529 | 0.000000e+00 |      --      |    Inf 
1690.57/1691.13	c  1691s|  9140k|  2322k| 30127k|   3.3 |2087M|  63 |   - |  70 |6551 |  70 |  21 |  18 |4234k|6529 | 0.000000e+00 |      --      |    Inf 
1692.47/1693.09	c  1693s|  9150k|  2324k| 30158k|   3.3 |2089M|  63 |   8 |  70 |7224 |  70 |  21 |  18 |4238k|6529 | 0.000000e+00 |      --      |    Inf 
1694.57/1695.20	c  1695s|  9160k|  2327k| 30189k|   3.3 |2091M|  63 |   8 |  70 |6156 |  70 |  21 |  18 |4243k|6529 | 0.000000e+00 |      --      |    Inf 
1696.87/1697.42	c  1697s|  9170k|  2329k| 30221k|   3.3 |2093M|  63 |   - |  70 |4744 |  70 |  21 |  18 |4248k|6529 | 0.000000e+00 |      --      |    Inf 
1698.76/1699.38	c  1699s|  9180k|  2331k| 30254k|   3.3 |2095M|  63 |   - |  70 |5368 |  70 |  21 |  18 |4252k|6529 | 0.000000e+00 |      --      |    Inf 
1700.76/1701.39	c  1701s|  9190k|  2334k| 30286k|   3.3 |2098M|  63 |   8 |  70 |5403 |  70 |  21 |  18 |4257k|6529 | 0.000000e+00 |      --      |    Inf 
1702.66/1703.27	c  1703s|  9200k|  2337k| 30318k|   3.3 |2100M|  63 |   8 |  70 |6092 |  70 |  21 |  18 |4261k|6529 | 0.000000e+00 |      --      |    Inf 
1704.66/1705.28	c  1705s|  9210k|  2339k| 30350k|   3.3 |2102M|  63 |   8 |  70 |5599 |  70 |  21 |  18 |4266k|6529 | 0.000000e+00 |      --      |    Inf 
1706.86/1707.42	c  1707s|  9220k|  2341k| 30383k|   3.3 |2104M|  63 |   8 |  70 |4514 |  70 |  21 |  18 |4271k|6529 | 0.000000e+00 |      --      |    Inf 
1708.87/1709.43	c  1709s|  9230k|  2344k| 30415k|   3.3 |2107M|  63 |   8 |  70 |4346 |  70 |  21 |  18 |4276k|6529 | 0.000000e+00 |      --      |    Inf 
1710.86/1711.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1710.86/1711.41	c  1711s|  9240k|  2346k| 30447k|   3.3 |2109M|  63 |   - |  70 |5040 |  70 |  21 |  18 |4280k|6529 | 0.000000e+00 |      --      |    Inf 
1712.86/1713.44	c  1713s|  9250k|  2349k| 30479k|   3.3 |2111M|  63 |   8 |  70 |4226 |  70 |  21 |  18 |4285k|6529 | 0.000000e+00 |      --      |    Inf 
1714.76/1715.34	c  1715s|  9260k|  2351k| 30511k|   3.3 |2114M|  63 |   - |  70 |5375 |  70 |  21 |  18 |4289k|6529 | 0.000000e+00 |      --      |    Inf 
1716.76/1717.35	c  1717s|  9270k|  2354k| 30543k|   3.3 |2116M|  63 |   - |  70 |4610 |  70 |  21 |  18 |4294k|6529 | 0.000000e+00 |      --      |    Inf 
1718.66/1719.25	c  1719s|  9280k|  2356k| 30576k|   3.3 |2118M|  63 |   - |  70 |5618 |  70 |  21 |  18 |4299k|6529 | 0.000000e+00 |      --      |    Inf 
1720.66/1721.20	c  1721s|  9290k|  2359k| 30609k|   3.3 |2121M|  63 |   8 |  70 |6694 |  70 |  21 |  18 |4304k|6529 | 0.000000e+00 |      --      |    Inf 
1722.76/1723.35	c  1723s|  9300k|  2361k| 30642k|   3.3 |2123M|  63 |   - |  70 |5822 |  70 |  21 |  18 |4308k|6529 | 0.000000e+00 |      --      |    Inf 
1724.85/1725.45	c  1725s|  9310k|  2363k| 30675k|   3.3 |2125M|  63 |   - |  70 |4754 |  70 |  21 |  18 |4313k|6529 | 0.000000e+00 |      --      |    Inf 
1726.96/1727.59	c  1728s|  9320k|  2365k| 30707k|   3.3 |2127M|  63 |   - |  70 |4756 |  70 |  21 |  18 |4318k|6529 | 0.000000e+00 |      --      |    Inf 
1728.86/1729.47	c  1729s|  9330k|  2368k| 30739k|   3.3 |2130M|  63 |   8 |  70 |5714 |  70 |  21 |  18 |4322k|6529 | 0.000000e+00 |      --      |    Inf 
1730.87/1731.46	c  1731s|  9340k|  2371k| 30771k|   3.3 |2132M|  63 |   8 |  70 |5868 |  70 |  21 |  18 |4327k|6529 | 0.000000e+00 |      --      |    Inf 
1732.96/1733.58	c  1734s|  9350k|  2373k| 30804k|   3.3 |2134M|  63 |   8 |  70 |5582 |  70 |  21 |  18 |4332k|6529 | 0.000000e+00 |      --      |    Inf 
1734.96/1735.53	c  1736s|  9360k|  2376k| 30837k|   3.3 |2136M|  63 |   - |  70 |5082 |  70 |  21 |  18 |4336k|6529 | 0.000000e+00 |      --      |    Inf 
1736.95/1737.56	c  1738s|  9370k|  2378k| 30869k|   3.3 |2139M|  63 |   8 |  70 |5211 |  70 |  21 |  18 |4341k|6529 | 0.000000e+00 |      --      |    Inf 
1739.05/1739.65	c  1740s|  9380k|  2381k| 30902k|   3.3 |2141M|  63 |   8 |  70 |5140 |  70 |  21 |  18 |4346k|6529 | 0.000000e+00 |      --      |    Inf 
1741.15/1741.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1741.15/1741.73	c  1742s|  9390k|  2383k| 30936k|   3.3 |2143M|  63 |   - |  70 |4903 |  70 |  21 |  18 |4350k|6529 | 0.000000e+00 |      --      |    Inf 
1743.16/1743.74	c  1744s|  9400k|  2385k| 30968k|   3.3 |2145M|  63 |   8 |  70 |5302 |  70 |  21 |  18 |4355k|6529 | 0.000000e+00 |      --      |    Inf 
1745.26/1745.89	c  1746s|  9410k|  2388k| 31001k|   3.3 |2147M|  63 |   - |  70 |4437 |  70 |  21 |  18 |4360k|6529 | 0.000000e+00 |      --      |    Inf 
1747.26/1747.87	c  1748s|  9420k|  2390k| 31034k|   3.3 |2150M|  63 |   8 |  70 |4960 |  70 |  21 |  18 |4364k|6529 | 0.000000e+00 |      --      |    Inf 
1749.25/1749.82	c  1750s|  9430k|  2393k| 31068k|   3.3 |2152M|  63 |   - |  70 |4932 |  70 |  21 |  18 |4369k|6529 | 0.000000e+00 |      --      |    Inf 
1751.25/1751.84	c  1752s|  9440k|  2395k| 31099k|   3.3 |2155M|  63 |   - |  70 |5613 |  70 |  21 |  18 |4373k|6529 | 0.000000e+00 |      --      |    Inf 
1753.25/1753.84	c  1754s|  9450k|  2398k| 31132k|   3.3 |2157M|  63 |   - |  70 |5516 |  70 |  21 |  18 |4378k|6529 | 0.000000e+00 |      --      |    Inf 
1755.35/1755.99	c  1756s|  9460k|  2400k| 31165k|   3.3 |2159M|  63 |   8 |  70 |4948 |  70 |  21 |  18 |4383k|6529 | 0.000000e+00 |      --      |    Inf 
1757.45/1758.07	c  1758s|  9470k|  2403k| 31197k|   3.3 |2161M|  63 |   8 |  70 |4425 |  70 |  21 |  18 |4388k|6529 | 0.000000e+00 |      --      |    Inf 
1759.26/1759.84	c  1760s|  9480k|  2406k| 31230k|   3.3 |2164M|  63 |   - |  70 |5882 |  70 |  21 |  18 |4392k|6529 | 0.000000e+00 |      --      |    Inf 
1761.14/1761.79	c  1762s|  9490k|  2408k| 31263k|   3.3 |2166M|  63 |   8 |  70 |6630 |  70 |  21 |  18 |4396k|6529 | 0.000000e+00 |      --      |    Inf 
1763.24/1763.80	c  1764s|  9500k|  2411k| 31295k|   3.3 |2169M|  63 |   8 |  70 |7327 |  70 |  21 |  18 |4401k|6529 | 0.000000e+00 |      --      |    Inf 
1765.34/1765.95	c  1766s|  9510k|  2413k| 31327k|   3.3 |2171M|  63 |   - |  70 |5988 |  70 |  21 |  18 |4406k|6529 | 0.000000e+00 |      --      |    Inf 
1767.55/1768.18	c  1768s|  9520k|  2415k| 31358k|   3.3 |2173M|  63 |   8 |  70 |4933 |  70 |  21 |  18 |4411k|6529 | 0.000000e+00 |      --      |    Inf 
1769.65/1770.22	c  1770s|  9530k|  2418k| 31391k|   3.3 |2175M|  63 |   8 |  70 |5056 |  70 |  21 |  18 |4416k|6529 | 0.000000e+00 |      --      |    Inf 
1771.55/1772.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1771.55/1772.16	c  1772s|  9540k|  2420k| 31423k|   3.3 |2177M|  63 |   8 |  70 |5606 |  70 |  21 |  18 |4420k|6529 | 0.000000e+00 |      --      |    Inf 
1773.64/1774.24	c  1774s|  9550k|  2423k| 31457k|   3.3 |2179M|  63 |   8 |  70 |4768 |  70 |  21 |  18 |4424k|6529 | 0.000000e+00 |      --      |    Inf 
1775.64/1776.27	c  1776s|  9560k|  2425k| 31490k|   3.3 |2182M|  63 |   8 |  70 |4545 |  70 |  21 |  18 |4429k|6529 | 0.000000e+00 |      --      |    Inf 
1777.74/1778.30	c  1778s|  9570k|  2428k| 31522k|   3.3 |2184M|  63 |   8 |  70 |4863 |  70 |  21 |  18 |4434k|6529 | 0.000000e+00 |      --      |    Inf 
1779.84/1780.44	c  1780s|  9580k|  2430k| 31555k|   3.3 |2186M|  63 |   8 |  70 |4950 |  70 |  21 |  18 |4439k|6529 | 0.000000e+00 |      --      |    Inf 
1781.94/1782.53	c  1783s|  9590k|  2432k| 31587k|   3.3 |2188M|  63 |   8 |  70 |4393 |  70 |  21 |  18 |4443k|6529 | 0.000000e+00 |      --      |    Inf 
1783.94/1784.56	c  1785s|  9600k|  2435k| 31620k|   3.3 |2190M|  63 |   - |  70 |4350 |  70 |  21 |  18 |4448k|6529 | 0.000000e+00 |      --      |    Inf 
1785.95/1786.53	c  1787s|  9610k|  2437k| 31654k|   3.3 |2193M|  63 |   8 |  70 |5629 |  70 |  21 |  18 |4453k|6529 | 0.000000e+00 |      --      |    Inf 
1788.04/1788.66	c  1789s|  9620k|  2439k| 31686k|   3.3 |2195M|  63 |   8 |  70 |3822 |  70 |  21 |  18 |4457k|6529 | 0.000000e+00 |      --      |    Inf 
1789.94/1790.55	c  1791s|  9630k|  2442k| 31720k|   3.3 |2197M|  63 |   - |  70 |4832 |  70 |  21 |  18 |4462k|6529 | 0.000000e+00 |      --      |    Inf 
1791.73/1792.35	c  1792s|  9640k|  2445k| 31752k|   3.3 |2200M|  63 |   8 |  70 |5919 |  70 |  21 |  18 |4466k|6529 | 0.000000e+00 |      --      |    Inf 
1793.64/1794.28	c  1794s|  9650k|  2448k| 31784k|   3.3 |2202M|  63 |   8 |  70 |5668 |  70 |  21 |  18 |4471k|6529 | 0.000000e+00 |      --      |    Inf 
1795.63/1796.23	c  1796s|  9660k|  2450k| 31816k|   3.3 |2205M|  63 |   - |  70 |6217 |  70 |  21 |  18 |4476k|6529 | 0.000000e+00 |      --      |    Inf 
1796.43/1797.01	c 
1796.43/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.43/1797.01	c Solving Time (sec) : 1797.00
1796.43/1797.01	c Solving Nodes      : 9664142
1796.43/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.43/1797.01	c Dual Bound         : +0.00000000000000e+00
1796.43/1797.01	c Gap                : infinite
1796.43/1797.01	s UNKNOWN
1796.43/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.43/1797.01	c Total Time         :    1797.00
1796.43/1797.01	c   solving          :    1797.00
1796.43/1797.01	c   presolving       :       0.01 (included in solving)
1796.43/1797.01	c   reading          :       0.00 (included in solving)
1796.43/1797.01	c Original Problem   :
1796.43/1797.01	c   Problem name     : HOME/instance-3734692-1339017752.opb
1796.43/1797.01	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.43/1797.01	c   Constraints      : 17 initial, 17 maximal
1796.43/1797.01	c Presolved Problem  :
1796.43/1797.01	c   Problem name     : t_HOME/instance-3734692-1339017752.opb
1796.43/1797.01	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.43/1797.01	c   Constraints      : 8 initial, 8844 maximal
1796.43/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.43/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.43/1797.01	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1796.43/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.43/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.43/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.43/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.43/1797.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.43/1797.01	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1796.43/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.43/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.43/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.43/1797.01	c   integral         :          0          0          0    6080173          0          4          0        614       2730          0          0   12154078
1796.43/1797.01	c   linear           :          8+         7   23877235          0          1          3    4394879     204208    7623047          0          0          0
1796.43/1797.01	c   logicor          :          0+         6    9389795          0          0          0    7685699      10996    3443932          0          0          0
1796.43/1797.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.43/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.43/1797.01	c   integral         :      35.96       0.00       0.00      35.96       0.00       0.00       0.00
1796.43/1797.01	c   linear           :     117.81       0.00     104.23       0.00       0.00       0.00      13.58
1796.43/1797.01	c   logicor          :     235.30       0.00     221.93       0.00       0.00       0.00      13.37
1796.43/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.43/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.43/1797.01	c   vbounds          :          0          0          0          0
1796.43/1797.01	c   rootredcost      :          0          0          0          0
1796.43/1797.01	c   pseudoobj        :          0          0          0          0
1796.43/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.43/1797.01	c   vbounds          :       2.72       2.72       0.00
1796.43/1797.01	c   rootredcost      :       2.90       2.90       0.00
1796.43/1797.01	c   pseudoobj        :       2.08       2.08       0.00
1796.43/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.43/1797.01	c   propagation      :      17.21     215204     208535     834845       47.9         82       38.7          -
1796.43/1797.01	c   infeasible LP    :     112.14    3390099    3389986    7069822       32.8      44049       37.0          0
1796.43/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.43/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.43/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.43/1797.01	c   applied globally :          -          -          -    3569057       25.7          -          -          -
1796.43/1797.01	c   applied locally  :          -          -          -     908874       39.0          -          -          -
1796.43/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.43/1797.01	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 49)
1796.43/1797.01	c   redcost          :       8.22    6080178          0          0          0          0
1796.43/1797.01	c   impliedbounds    :       0.00          6          0          0          0          0
1796.43/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.43/1797.01	c   gomory           :       0.00          6          0          0          0          0
1796.43/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.43/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.43/1797.01	c   strongcg         :       0.00          6          0          0         25          0
1796.43/1797.01	c   cmir             :       0.01          6          0          0         11          0
1796.43/1797.01	c   flowcover        :       0.01          6          0          0         14          0
1796.43/1797.01	c   clique           :       0.00          1          0          0          0          0
1796.43/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.43/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.43/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.43/1797.01	c   rapidlearning    :       0.02          1          0          0          0          1
1796.43/1797.01	c Pricers            :       Time      Calls       Vars
1796.43/1797.01	c   problem variables:       0.00          0          0
1796.43/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.43/1797.01	c   relpscost        :      33.12    6080173        614       2730          0          0   12154078
1796.43/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.43/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1796.43/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.43/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.43/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.43/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.43/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.43/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.43/1797.01	c   LP solutions     :       0.00          -          0
1796.43/1797.01	c   pseudo solutions :       0.00          -          0
1796.43/1797.01	c   oneopt           :       2.13          0          0
1796.43/1797.01	c   crossover        :       1.45          0          0
1796.43/1797.01	c   guideddiving     :       0.14          0          0
1796.43/1797.01	c   veclendiving     :       0.14         58          0
1796.43/1797.01	c   linesearchdiving :       0.13         58          0
1796.43/1797.01	c   pscostdiving     :       0.14         58          0
1796.43/1797.01	c   feaspump         :       0.11         29          0
1796.43/1797.01	c   coefdiving       :       0.12         59          0
1796.43/1797.01	c   fracdiving       :       0.13         59          0
1796.43/1797.01	c   objpscostdiving  :       0.11         30          0
1796.43/1797.01	c   rootsoldiving    :       0.13         30          0
1796.43/1797.01	c   trivial          :       0.00          2          0
1796.43/1797.01	c   shiftandpropagate:       0.00          1          0
1796.43/1797.01	c   simplerounding   :       0.88          0          0
1796.43/1797.01	c   zirounding       :      18.66          0          0
1796.43/1797.01	c   rounding         :       2.35      34999          0
1796.43/1797.01	c   shifting         :       3.94      11098          0
1796.43/1797.01	c   intshifting      :       0.08          0          0
1796.43/1797.01	c   twoopt           :       0.00          0          0
1796.43/1797.01	c   fixandinfer      :       0.00          0          0
1796.43/1797.01	c   clique           :       0.00          0          0
1796.43/1797.01	c   intdiving        :       0.00          0          0
1796.43/1797.01	c   actconsdiving    :       0.00          0          0
1796.43/1797.01	c   octane           :       0.00          0          0
1796.43/1797.01	c   rens             :       0.01          1          0
1796.43/1797.01	c   rins             :       0.00          0          0
1796.43/1797.01	c   localbranching   :       0.00          0          0
1796.43/1797.01	c   mutation         :       0.00          0          0
1796.43/1797.01	c   dins             :       0.00          0          0
1796.43/1797.01	c   vbounds          :       0.00          0          0
1796.43/1797.01	c   undercover       :       0.00          0          0
1796.43/1797.01	c   subnlp           :       1.16          0          0
1796.43/1797.01	c   trysol           :       1.46          0          0
1796.43/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.43/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.43/1797.01	c   dual LP          :     613.40    9307543   31822856       3.42   51879.43
1796.43/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.43/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.43/1797.01	c   diving/probing LP:       0.13       2136       5157       2.41   39279.16
1796.43/1797.01	c   strong branching :       0.85       6529      41320       6.33   48599.41
1796.43/1797.01	c     (at root node) :          -         14        369      26.36          -
1796.43/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.43/1797.01	c B&B Tree           :
1796.43/1797.01	c   number of runs   :          1
1796.43/1797.01	c   nodes            :    9664142
1796.43/1797.01	c   nodes (total)    :    9664142
1796.43/1797.01	c   nodes left       :    2451880
1796.43/1797.01	c   max depth        :         63
1796.43/1797.01	c   max depth (total):         63
1796.43/1797.01	c   backtracks       :     911145 (9.4%)
1796.43/1797.01	c   delayed cutoffs  :      38059
1796.43/1797.01	c   repropagations   :   10028734 (3482118 domain reductions, 18041 cutoffs)
1796.43/1797.01	c   avg switch length:       5.83
1796.43/1797.01	c   switching time   :     346.38
1796.43/1797.01	c Solution           :
1796.43/1797.01	c   Solutions found  :          0 (0 improvements)
1796.43/1797.01	c   Primal Bound     :          -
1796.43/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.43/1797.01	c   Gap              :   infinite
1796.43/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.43/1797.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.1 (svn: 989)

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-3734692-1339017752/watcher-3734692-1339017752 -o /tmp/evaluation-result-3734692-1339017752/solver-3734692-1339017752 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734692-1339017752.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: 0.08 0.02 0.01 2/172 6135
/proc/meminfo: memFree=31098368/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/6135/stat : 6135 (runsolver) D 6133 6135 6105 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 11742396 12095488 50 33554432000 4194304 5436572 140735307016368 140735307012664 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/6135/statm: 2953 50 31 304 0 2645 0

[startup+0.105823 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 6135
/proc/meminfo: memFree=31098368/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=24504 CPUtime=0.09 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 7147 0 0 0 8 1 0 0 20 0 1 0 11742396 25092096 5102 33554432000 4194304 9016284 140734590657440 140734590652600 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 6126 5102 681 1178 0 4944 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24504

[startup+0.200298 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 6135
/proc/meminfo: memFree=31098368/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=24504 CPUtime=0.19 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 7150 0 0 0 17 2 0 0 20 0 1 0 11742396 25092096 5105 33554432000 4194304 9016284 140734590657440 140734590652600 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 6126 5105 684 1178 0 4944 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24504

[startup+0.300221 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 6135
/proc/meminfo: memFree=31098368/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=24504 CPUtime=0.28 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 7150 0 0 0 26 2 0 0 20 0 1 0 11742396 25092096 5105 33554432000 4194304 9016284 140734590657440 140734590652600 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 6126 5105 684 1178 0 4944 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24504

[startup+0.700207 s]
/proc/loadavg: 0.08 0.02 0.01 2/172 6135
/proc/meminfo: memFree=31098368/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=24504 CPUtime=0.68 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 7155 0 0 0 65 3 0 0 20 0 1 0 11742396 25092096 5110 33554432000 4194304 9016284 140734590657440 140734590652600 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 6126 5110 684 1178 0 4944 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24504

[startup+1.50023 s]
/proc/loadavg: 0.08 0.02 0.01 2/173 6136
/proc/meminfo: memFree=31080504/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=24504 CPUtime=1.49 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 7163 0 0 0 143 6 0 0 20 0 1 0 11742396 25092096 5118 33554432000 4194304 9016284 140734590657440 140734590651352 6469584 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 6126 5118 684 1178 0 4944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24504

[startup+3.1002 s]
/proc/loadavg: 0.08 0.02 0.01 2/173 6136
/proc/meminfo: memFree=31080132/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=25928 CPUtime=3.08 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 7426 0 0 0 296 12 0 0 20 0 1 0 11742396 26550272 5381 33554432000 4194304 9016284 140734590657440 140734590651192 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 6482 5381 684 1178 0 5300 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25928

[startup+6.30022 s]
/proc/loadavg: 0.15 0.03 0.01 2/173 6136
/proc/meminfo: memFree=31076296/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=31320 CPUtime=6.28 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 8810 0 0 0 604 24 0 0 20 0 1 0 11742396 32071680 6765 33554432000 4194304 9016284 140734590657440 140734590651608 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 7830 6765 684 1178 0 6648 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31320

[startup+12.7002 s]
/proc/loadavg: 0.22 0.05 0.02 2/173 6136
/proc/meminfo: memFree=31063440/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=41896 CPUtime=12.67 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 11499 0 0 0 1221 46 0 0 20 0 1 0 11742396 42901504 9633 33554432000 4194304 9016284 140734590657440 140734590651768 6441561 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 10474 9633 684 1178 0 9292 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41896

[startup+25.5003 s]
/proc/loadavg: 0.39 0.09 0.03 2/173 6136
/proc/meminfo: memFree=31041476/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=64092 CPUtime=25.46 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 17131 0 0 0 2455 91 0 0 20 0 1 0 11742396 65630208 15262 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 16023 15262 684 1178 0 14841 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 64092

[startup+51.1003 s]
/proc/loadavg: 0.60 0.17 0.05 2/172 6136
/proc/meminfo: memFree=31000952/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=107144 CPUtime=51.04 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 27547 0 0 0 4922 182 0 0 20 0 1 0 11742396 109715456 25676 33554432000 4194304 9016284 140734590657440 140734590651768 5325519 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 26786 25676 684 1178 0 25604 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 107144

[startup+102.3 s]
/proc/loadavg: 0.82 0.29 0.10 2/173 6137
/proc/meminfo: memFree=30925192/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=179068 CPUtime=102.21 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 45846 0 0 0 9859 362 0 0 20 0 1 0 11742396 183365632 44004 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 44767 44004 684 1178 0 43585 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 179068

[startup+162.3 s]
/proc/loadavg: 0.93 0.42 0.15 2/173 6137
/proc/meminfo: memFree=30839816/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=267436 CPUtime=162.2 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 67209 0 0 0 15653 567 0 0 20 0 1 0 11742396 273854464 65371 33554432000 4194304 9016284 140734590657440 140734590651304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 66859 65371 684 1178 0 65677 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 267436

[startup+222.306 s]
/proc/loadavg: 0.97 0.52 0.20 2/173 6137
/proc/meminfo: memFree=30757896/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=348056 CPUtime=222.18 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 87668 0 0 0 21458 760 0 0 20 0 1 0 11742396 356409344 85850 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 87014 85850 684 1178 0 85832 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 348056

[startup+282.3 s]
/proc/loadavg: 0.99 0.61 0.25 2/173 6137
/proc/meminfo: memFree=30680052/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=423744 CPUtime=282.15 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 106973 0 0 0 27260 955 0 0 20 0 1 0 11742396 433913856 105180 33554432000 4194304 9016284 140734590657440 140734590651768 5326048 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 105936 105180 684 1178 0 104754 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 423744

[startup+342.3 s]
/proc/loadavg: 0.99 0.67 0.30 2/173 6137
/proc/meminfo: memFree=30597256/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=512604 CPUtime=342.12 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 127492 0 0 0 33066 1146 0 0 20 0 1 0 11742396 524906496 125693 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 128151 125693 684 1178 0 126969 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 512604

[startup+402.3 s]
/proc/loadavg: 1.04 0.75 0.34 2/173 6138
/proc/meminfo: memFree=30515320/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=594588 CPUtime=402.09 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 148285 0 0 0 38874 1335 0 0 20 0 1 0 11742396 608858112 146498 33554432000 4194304 9016284 140734590657440 140734590651304 5325537 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 148647 146498 684 1178 0 147465 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 594588

[startup+462.3 s]
/proc/loadavg: 1.01 0.79 0.38 2/174 6141
/proc/meminfo: memFree=30439760/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=665888 CPUtime=462.05 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 166323 0 0 0 44684 1521 0 0 20 0 1 0 11742396 681869312 165024 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 166472 165024 684 1178 0 165290 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 665888

[startup+522.3 s]
/proc/loadavg: 1.00 0.83 0.42 2/173 6141
/proc/meminfo: memFree=30361552/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=744120 CPUtime=522.01 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 186206 0 0 0 50495 1706 0 0 20 0 1 0 11742396 761978880 184870 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 186030 184870 684 1178 0 184848 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 744120

[startup+582.3 s]
/proc/loadavg: 1.00 0.85 0.45 2/173 6141
/proc/meminfo: memFree=30283316/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=820988 CPUtime=581.97 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 205475 0 0 0 56310 1887 0 0 20 0 1 0 11742396 840691712 204115 33554432000 4194304 9016284 140734590657440 140734590651400 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 205247 204115 684 1178 0 204065 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 820988

[startup+642.3 s]

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

[startup+882.306 s]
/proc/loadavg: 1.00 0.94 0.59 2/173 6142
/proc/meminfo: memFree=29907964/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1203100 CPUtime=881.94 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 297862 0 0 0 85408 2786 0 0 20 0 1 0 11742396 1231974400 297524 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 300775 297524 684 1178 0 299593 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 1203100

[startup+942.3 s]
/proc/loadavg: 1.00 0.95 0.61 2/173 6142
/proc/meminfo: memFree=29836228/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1271868 CPUtime=941.92 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 315307 0 0 0 91236 2956 0 0 20 0 1 0 11742396 1302392832 315480 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 317967 315480 684 1178 0 316785 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 1271868

[startup+1002.3 s]
/proc/loadavg: 1.00 0.95 0.64 2/173 6143
/proc/meminfo: memFree=29762696/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1346220 CPUtime=1001.91 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 333612 0 0 0 97053 3138 0 0 20 0 1 0 11742396 1378529280 333785 33554432000 4194304 9016284 140734590657440 140734590651304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 336555 333785 684 1178 0 335373 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 1346220

[startup+1062.3 s]
/proc/loadavg: 1.00 0.96 0.65 2/174 6146
/proc/meminfo: memFree=29691508/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1414336 CPUtime=1061.9 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 350863 0 0 0 102871 3319 0 0 20 0 1 0 11742396 1448280064 351540 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 353584 351540 684 1178 0 352402 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 1414336

[startup+1122.3 s]
/proc/loadavg: 1.00 0.96 0.67 2/173 6146
/proc/meminfo: memFree=29625336/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1480096 CPUtime=1121.88 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 367445 0 0 0 108702 3486 0 0 20 0 1 0 11742396 1515618304 368116 33554432000 4194304 9016284 140734590657440 140734590651768 4347632 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 370024 368116 684 1178 0 368842 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 1480096

[startup+1182.3 s]
/proc/loadavg: 1.12 1.00 0.70 2/173 6146
/proc/meminfo: memFree=29553876/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1551744 CPUtime=1181.88 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 384899 0 0 0 114535 3653 0 0 20 0 1 0 11742396 1588985856 386113 33554432000 4194304 9016284 140734590657440 140734590651768 6469440 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 387936 386113 684 1178 0 386754 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 1551744

[startup+1242.3 s]
/proc/loadavg: 1.04 1.00 0.72 2/173 6146
/proc/meminfo: memFree=29477396/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1627152 CPUtime=1241.86 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 403894 0 0 0 120372 3814 0 0 20 0 1 0 11742396 1666203648 405212 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 406788 405212 684 1178 0 405606 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 1627152

[startup+1302.3 s]
/proc/loadavg: 1.11 1.03 0.74 2/173 6147
/proc/meminfo: memFree=29411332/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1693244 CPUtime=1301.84 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 420628 0 0 0 126211 3973 0 0 20 0 1 0 11742396 1733881856 421942 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 423311 421942 684 1178 0 422129 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 1693244

[startup+1362.3 s]
/proc/loadavg: 1.04 1.02 0.75 2/173 6147
/proc/meminfo: memFree=29345268/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1756776 CPUtime=1361.84 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 436811 0 0 0 132045 4139 0 0 20 0 1 0 11742396 1798938624 438121 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 439194 438121 684 1178 0 438012 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 1756776

[startup+1422.3 s]
/proc/loadavg: 1.01 1.02 0.76 2/173 6147
/proc/meminfo: memFree=29274120/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1827756 CPUtime=1421.83 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 454224 0 0 0 137879 4304 0 0 20 0 1 0 11742396 1871622144 455530 33554432000 4194304 9016284 140734590657440 140734590651400 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 456939 455530 684 1178 0 455757 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 1827756

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 0.78 2/174 6148
/proc/meminfo: memFree=29201784/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1930600 CPUtime=1481.81 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 472135 0 0 0 143715 4466 0 0 20 0 1 0 11742396 1976934400 473950 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 482650 473950 684 1178 0 481468 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 1930600

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 0.79 2/173 6148
/proc/meminfo: memFree=29136100/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=1993404 CPUtime=1541.8 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 488124 0 0 0 149550 4630 0 0 20 0 1 0 11742396 2041245696 489936 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 498351 489936 684 1178 0 497169 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 1993404

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.80 2/172 6148
/proc/meminfo: memFree=29066324/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=2063972 CPUtime=1601.79 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 506046 0 0 0 155380 4799 0 0 20 0 1 0 11742396 2113507328 507854 33554432000 4194304 9016284 140734590657440 140734590651304 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 515993 507854 684 1178 0 514811 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 2063972

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.81 2/174 6152
/proc/meminfo: memFree=28995840/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=2129164 CPUtime=1661.77 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 522588 0 0 0 161214 4963 0 0 20 0 1 0 11742396 2180263936 524900 33554432000 4194304 9016284 140734590657440 140734590651768 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 532291 524900 684 1178 0 531109 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 2129164

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.82 2/173 6152
/proc/meminfo: memFree=28923580/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=2199744 CPUtime=1721.76 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 539575 0 0 0 167051 5125 0 0 20 0 1 0 11742396 2252537856 542907 33554432000 4194304 9016284 140734590657440 140734590651768 5325493 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 549936 542907 684 1178 0 548754 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 2199744

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.83 2/173 6152
/proc/meminfo: memFree=28858320/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=2262856 CPUtime=1781.74 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 555325 0 0 0 172884 5290 0 0 20 0 1 0 11742396 2317164544 559166 33554432000 4194304 9016284 140734590657440 140734590650488 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 565714 559166 684 1178 0 564532 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 2262856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.83 2/173 6152
/proc/meminfo: memFree=28841812/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=2279180 CPUtime=1800.04 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 559408 0 0 0 174676 5328 0 0 20 0 1 0 11742396 2333880320 563250 33554432000 4194304 9016284 140734590657440 140734590653240 6812833 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 569795 563250 685 1178 0 568613 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2279180

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

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

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.83 2/173 6152
/proc/meminfo: memFree=28841812/32873844 swapFree=7124/7124
[pid=6135] ppid=6133 vsize=2279180 CPUtime=1800.04 cores=0,2,4,6
/proc/6135/stat : 6135 (scip-2.0.1.4b_2) R 6133 6135 6105 0 -1 4202496 559408 0 0 0 174676 5328 0 0 20 0 1 0 11742396 2333880320 563250 33554432000 4194304 9016284 140734590657440 140734590653240 6812833 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6135/statm: 569795 563250 685 1178 0 568613 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2279180

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.63
CPU time (s): 1800.07
CPU user time (s): 1746.76
CPU system time (s): 53.3089
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 2279180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1746.76
system time used= 53.3089
maximum resident set size= 2253000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559408
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= 330
involuntary context switches= 2517

runsolver used 3.2615 second user time and 8.90664 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-06 23:22:33
IDJOB=3734692
IDBENCH=2893
IDSOLVER=2329
FILE ID=node133/3734692-1339017752
RUNJOBID= node133-1339017752-6121
PBS_JOBID= 14643282
Free space on /tmp= 70384 MiB

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

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=1538868096

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.139
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.139
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.139
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.139
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.139
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.139
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.139
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.139
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31101368 kB
Buffers:           10636 kB
Cached:          1027272 kB
SwapCached:         4056 kB
Active:            84388 kB
Inactive:         958940 kB
Active(anon):       2972 kB
Inactive(anon):     4980 kB
Active(file):      81416 kB
Inactive(file):   953960 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             16652 kB
Writeback:             0 kB
AnonPages:          9452 kB
Mapped:             9036 kB
Shmem:                 0 kB
Slab:             592116 kB
SReclaimable:      34440 kB
SUnreclaim:       557676 kB
KernelStack:        1408 kB
PageTables:         3760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     101548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70368 MiB
End job on node133 at 2012-06-06 23:52:37