Trace number 3450857

Some explanations

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

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

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

Solver answer on this benchmark

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

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.4]
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-3450857-1307093211.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.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 70 variables (70 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c       8 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    44 |     - | 386k|   0 |   8 |  70 |  23 |  70 |   8 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.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.04	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.04/0.06	c   0.1s|     1 |     0 |   187 |     - | 486k|   0 |  19 |  70 |  24 |  70 |  24 |  16 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.04/0.07	c   0.1s|     1 |     0 |   193 |     - | 499k|   0 |  18 |  70 |  24 |  70 |  26 |  18 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.04/0.10	c   0.1s|     1 |     2 |   193 |     - | 499k|   0 |  18 |  70 |  24 |  70 |  26 |  18 |  15 |  14 | 0.000000e+00 |      --      |    Inf 
1.99/2.03	c   2.0s| 10000 |  4502 | 35899 |   3.6 |4110k|  56 |   - |  70 |2115 |  70 |  21 |  18 |3590 | 781 | 0.000000e+00 |      --      |    Inf 
3.79/3.86	c   3.9s| 20000 |  8180 | 70402 |   3.5 |6393k|  59 |   8 |  70 |1227 |  70 |  21 |  18 |7715 |1079 | 0.000000e+00 |      --      |    Inf 
5.52/5.57	c   5.6s| 30000 | 11768 |104697 |   3.5 |8885k|  62 |   8 |  70 |1552 |  70 |  21 |  18 |  11k|1293 | 0.000000e+00 |      --      |    Inf 
7.29/7.30	c   7.3s| 40000 | 15185 |138119 |   3.4 |  11M|  63 |   8 |  70 |1782 |  70 |  21 |  18 |  16k|1456 | 0.000000e+00 |      --      |    Inf 
8.98/9.04	c   9.0s| 50000 | 18339 |170695 |   3.4 |  13M|  63 |   8 |  70 |2068 |  70 |  21 |  18 |  20k|1592 | 0.000000e+00 |      --      |    Inf 
10.79/10.83	c  10.8s| 60000 | 21407 |204790 |   3.4 |  16M|  63 |   8 |  70 |2130 |  70 |  21 |  18 |  24k|1721 | 0.000000e+00 |      --      |    Inf 
12.49/12.55	c  12.6s| 70000 | 24580 |238366 |   3.4 |  18M|  63 |   8 |  70 |1877 |  70 |  21 |  18 |  29k|1811 | 0.000000e+00 |      --      |    Inf 
14.20/14.31	c  14.3s| 80000 | 27450 |271568 |   3.4 |  20M|  63 |   8 |  70 |2254 |  70 |  21 |  18 |  33k|1912 | 0.000000e+00 |      --      |    Inf 
16.09/16.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.09/16.11	c  16.1s| 90000 | 30384 |304778 |   3.4 |  22M|  63 |   8 |  70 |2149 |  70 |  21 |  18 |  38k|2001 | 0.000000e+00 |      --      |    Inf 
17.79/17.87	c  17.9s|100000 | 33336 |338315 |   3.4 |  25M|  63 |   8 |  70 |2469 |  70 |  21 |  18 |  43k|2089 | 0.000000e+00 |      --      |    Inf 
19.49/19.59	c  19.6s|110000 | 36516 |372454 |   3.4 |  27M|  63 |   8 |  70 |2309 |  70 |  21 |  18 |  47k|2159 | 0.000000e+00 |      --      |    Inf 
21.29/21.39	c  21.4s|120000 | 39272 |405581 |   3.4 |  29M|  63 |   8 |  70 |2256 |  70 |  21 |  18 |  52k|2224 | 0.000000e+00 |      --      |    Inf 
23.11/23.16	c  23.2s|130000 | 42170 |438758 |   3.4 |  32M|  63 |   8 |  70 |2628 |  70 |  21 |  18 |  56k|2283 | 0.000000e+00 |      --      |    Inf 
24.89/24.94	c  24.9s|140000 | 45079 |472821 |   3.4 |  34M|  63 |   - |  70 |2771 |  70 |  21 |  18 |  61k|2372 | 0.000000e+00 |      --      |    Inf 
26.69/26.71	c  26.7s|150000 | 47939 |505998 |   3.4 |  36M|  63 |   8 |  70 |2997 |  70 |  21 |  18 |  65k|2440 | 0.000000e+00 |      --      |    Inf 
28.50/28.56	c  28.6s|160000 | 50691 |539470 |   3.4 |  39M|  63 |   - |  70 |2914 |  70 |  21 |  18 |  70k|2509 | 0.000000e+00 |      --      |    Inf 
30.39/30.43	c  30.4s|170000 | 53307 |574135 |   3.4 |  41M|  63 |   - |  70 |2728 |  70 |  21 |  18 |  75k|2566 | 0.000000e+00 |      --      |    Inf 
32.19/32.26	c  32.3s|180000 | 55868 |607509 |   3.4 |  43M|  63 |   8 |  70 |2677 |  70 |  21 |  18 |  80k|2625 | 0.000000e+00 |      --      |    Inf 
33.90/34.00	c  34.0s|190000 | 59054 |641001 |   3.4 |  46M|  63 |   8 |  70 |3351 |  70 |  21 |  18 |  84k|2680 | 0.000000e+00 |      --      |    Inf 
35.79/35.85	c  35.8s|200000 | 61714 |674676 |   3.4 |  48M|  63 |   8 |  70 |2746 |  70 |  21 |  18 |  89k|2724 | 0.000000e+00 |      --      |    Inf 
37.59/37.62	c  37.6s|210000 | 64699 |708508 |   3.4 |  50M|  63 |   8 |  70 |3650 |  70 |  21 |  18 |  93k|2789 | 0.000000e+00 |      --      |    Inf 
39.39/39.47	c  39.5s|220000 | 67498 |743294 |   3.4 |  53M|  63 |   - |  70 |3305 |  70 |  21 |  18 |  98k|2850 | 0.000000e+00 |      --      |    Inf 
41.29/41.35	c  41.3s|230000 | 70059 |776952 |   3.4 |  55M|  63 |   8 |  70 |3053 |  70 |  21 |  18 | 102k|2899 | 0.000000e+00 |      --      |    Inf 
42.99/43.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.99/43.08	c  43.1s|240000 | 73064 |810252 |   3.4 |  57M|  63 |   - |  70 |3942 |  70 |  21 |  18 | 107k|2945 | 0.000000e+00 |      --      |    Inf 
44.79/44.89	c  44.9s|250000 | 75789 |844562 |   3.4 |  60M|  63 |   - |  70 |3149 |   0 |   0 |  18 | 111k|3001 | 0.000000e+00 |      --      |    Inf 
46.69/46.74	c  46.7s|260000 | 78362 |878418 |   3.4 |  62M|  63 |   - |  70 |2981 |  70 |  21 |  18 | 116k|3054 | 0.000000e+00 |      --      |    Inf 
48.49/48.53	c  48.5s|270000 | 81471 |910879 |   3.4 |  64M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 121k|3085 | 0.000000e+00 |      --      |    Inf 
50.40/50.41	c  50.4s|280000 | 84131 |944916 |   3.4 |  66M|  63 |   8 |  70 |3107 |  70 |  21 |  18 | 125k|3113 | 0.000000e+00 |      --      |    Inf 
52.19/52.22	c  52.2s|290000 | 86595 |977409 |   3.4 |  69M|  63 |   8 |  70 |3439 |  70 |  21 |  18 | 130k|3152 | 0.000000e+00 |      --      |    Inf 
53.99/54.09	c  54.1s|300000 | 89358 |  1010k|   3.4 |  71M|  63 |   8 |  70 |3442 |  70 |  21 |  18 | 135k|3206 | 0.000000e+00 |      --      |    Inf 
55.89/55.92	c  55.9s|310000 | 92217 |  1045k|   3.4 |  73M|  63 |   - |  70 |3491 |  70 |  21 |  18 | 139k|3250 | 0.000000e+00 |      --      |    Inf 
57.69/57.75	c  57.7s|320000 | 94956 |  1078k|   3.4 |  76M|  63 |   8 |  70 |3349 |  70 |  21 |  18 | 144k|3282 | 0.000000e+00 |      --      |    Inf 
59.49/59.54	c  59.5s|330000 | 97747 |  1111k|   3.4 |  78M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 148k|3317 | 0.000000e+00 |      --      |    Inf 
61.39/61.44	c  61.4s|340000 |100169 |  1145k|   3.4 |  80M|  63 |   8 |  70 |2984 |  70 |  21 |  18 | 153k|3359 | 0.000000e+00 |      --      |    Inf 
63.30/63.31	c  63.3s|350000 |102767 |  1178k|   3.4 |  82M|  63 |   8 |  70 |3202 |  70 |  21 |  18 | 158k|3398 | 0.000000e+00 |      --      |    Inf 
65.09/65.17	c  65.2s|360000 |105169 |  1212k|   3.4 |  85M|  63 |   8 |  70 |2897 |  70 |  21 |  18 | 163k|3425 | 0.000000e+00 |      --      |    Inf 
66.89/67.01	c  67.0s|370000 |107749 |  1246k|   3.4 |  87M|  63 |   8 |  70 |3364 |  70 |  21 |  18 | 167k|3464 | 0.000000e+00 |      --      |    Inf 
68.89/68.90	c  68.9s|380000 |110139 |  1280k|   3.4 |  89M|  63 |   - |  70 |3156 |  70 |  21 |  18 | 172k|3507 | 0.000000e+00 |      --      |    Inf 
70.69/70.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.69/70.72	c  70.7s|390000 |112991 |  1312k|   3.4 |  91M|  63 |   - |  70 |3478 |  70 |  21 |  18 | 177k|3545 | 0.000000e+00 |      --      |    Inf 
72.61/72.63	c  72.6s|400000 |115316 |  1345k|   3.4 |  94M|  63 |   - |  70 |3232 |  70 |  21 |  18 | 182k|3576 | 0.000000e+00 |      --      |    Inf 
74.39/74.45	c  74.5s|410000 |118072 |  1378k|   3.4 |  96M|  63 |   8 |  70 |3485 |  70 |  21 |  18 | 186k|3614 | 0.000000e+00 |      --      |    Inf 
76.29/76.34	c  76.3s|420000 |120483 |  1412k|   3.4 |  98M|  63 |   8 |  70 |3334 |  70 |  21 |  18 | 191k|3649 | 0.000000e+00 |      --      |    Inf 
78.11/78.17	c  78.2s|430000 |123171 |  1447k|   3.4 | 100M|  63 |   8 |  70 |3990 |  70 |  21 |  18 | 196k|3683 | 0.000000e+00 |      --      |    Inf 
79.99/80.05	c  80.1s|440000 |125876 |  1481k|   3.4 | 103M|  63 |   8 |  70 |3623 |  70 |  21 |  18 | 200k|3722 | 0.000000e+00 |      --      |    Inf 
81.89/81.92	c  81.9s|450000 |128568 |  1514k|   3.4 | 105M|  63 |   8 |  70 |3166 |  70 |  21 |  18 | 205k|3763 | 0.000000e+00 |      --      |    Inf 
83.61/83.66	c  83.7s|460000 |131556 |  1548k|   3.4 | 108M|  63 |   8 |  70 |4471 |  70 |  21 |  18 | 209k|3781 | 0.000000e+00 |      --      |    Inf 
85.49/85.56	c  85.6s|470000 |134062 |  1581k|   3.4 | 110M|  63 |   - |  70 |3639 |  70 |  21 |  18 | 214k|3809 | 0.000000e+00 |      --      |    Inf 
87.39/87.47	c  87.5s|480000 |136517 |  1615k|   3.4 | 112M|  63 |   8 |  70 |3142 |  70 |  21 |  18 | 219k|3845 | 0.000000e+00 |      --      |    Inf 
89.29/89.34	c  89.3s|490000 |138990 |  1648k|   3.4 | 114M|  63 |   - |  70 |3219 |  70 |  21 |  18 | 224k|3878 | 0.000000e+00 |      --      |    Inf 
91.09/91.18	c  91.2s|500000 |141513 |  1682k|   3.4 | 116M|  63 |   8 |  70 |3535 |  70 |  21 |  18 | 228k|3914 | 0.000000e+00 |      --      |    Inf 
93.00/93.06	c  93.1s|510000 |144049 |  1715k|   3.4 | 119M|  63 |   8 |  70 |3656 |  70 |  21 |  18 | 233k|3950 | 0.000000e+00 |      --      |    Inf 
94.90/94.94	c  94.9s|520000 |146682 |  1749k|   3.4 | 121M|  63 |   8 |  70 |3742 |  70 |  21 |  18 | 238k|3978 | 0.000000e+00 |      --      |    Inf 
96.71/96.74	c  96.7s|530000 |149610 |  1783k|   3.4 | 123M|  63 |   - |  70 |4215 |  70 |  21 |  18 | 242k|3996 | 0.000000e+00 |      --      |    Inf 
98.59/98.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.59/98.65	c  98.7s|540000 |152233 |  1817k|   3.4 | 125M|  63 |   8 |  70 |3629 |  70 |  21 |  18 | 247k|4019 | 0.000000e+00 |      --      |    Inf 
100.59/100.60	c   101s|550000 |154728 |  1850k|   3.4 | 128M|  63 |   8 |  70 |3389 |  70 |  21 |  18 | 252k|4047 | 0.000000e+00 |      --      |    Inf 
102.50/102.55	c   103s|560000 |157053 |  1884k|   3.4 | 130M|  63 |   8 |  70 |3517 |  70 |  21 |  18 | 257k|4074 | 0.000000e+00 |      --      |    Inf 
104.30/104.39	c   104s|570000 |159697 |  1918k|   3.4 | 132M|  63 |   - |  70 |3629 |   0 |   0 |  18 | 261k|4097 | 0.000000e+00 |      --      |    Inf 
106.29/106.35	c   106s|580000 |162050 |  1952k|   3.4 | 134M|  63 |   8 |  70 |3760 |  70 |  21 |  18 | 266k|4125 | 0.000000e+00 |      --      |    Inf 
108.20/108.25	c   108s|590000 |164645 |  1985k|   3.4 | 137M|  63 |   8 |  70 |3412 |  70 |  21 |  18 | 271k|4151 | 0.000000e+00 |      --      |    Inf 
110.09/110.14	c   110s|600000 |167156 |  2020k|   3.4 | 139M|  63 |   - |  70 |3304 |  70 |  21 |  18 | 276k|4175 | 0.000000e+00 |      --      |    Inf 
111.89/111.96	c   112s|610000 |169842 |  2052k|   3.4 | 141M|  63 |   8 |  70 |4125 |  70 |  21 |  18 | 280k|4198 | 0.000000e+00 |      --      |    Inf 
113.90/113.93	c   114s|620000 |172117 |  2086k|   3.4 | 144M|  63 |   8 |  70 |4068 |  70 |  21 |  18 | 285k|4228 | 0.000000e+00 |      --      |    Inf 
115.80/115.82	c   116s|630000 |174784 |  2119k|   3.4 | 146M|  63 |   8 |  70 |4310 |  70 |  21 |  18 | 290k|4255 | 0.000000e+00 |      --      |    Inf 
117.71/117.74	c   118s|640000 |177301 |  2154k|   3.4 | 148M|  63 |   - |  70 |3434 |  70 |  21 |  18 | 295k|4293 | 0.000000e+00 |      --      |    Inf 
119.60/119.65	c   120s|650000 |179754 |  2187k|   3.4 | 150M|  63 |   8 |  70 |3468 |  70 |  21 |  18 | 299k|4321 | 0.000000e+00 |      --      |    Inf 
121.49/121.57	c   122s|660000 |182113 |  2221k|   3.4 | 153M|  63 |   8 |  70 |3571 |  70 |  21 |  18 | 304k|4339 | 0.000000e+00 |      --      |    Inf 
123.39/123.43	c   123s|670000 |184665 |  2254k|   3.4 | 155M|  63 |   8 |  70 |3697 |  70 |  21 |  18 | 309k|4366 | 0.000000e+00 |      --      |    Inf 
125.31/125.34	c   125s|680000 |187090 |  2288k|   3.4 | 157M|  63 |   - |  70 |3328 |  70 |  21 |  18 | 314k|4390 | 0.000000e+00 |      --      |    Inf 
127.19/127.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.19/127.23	c   127s|690000 |189663 |  2321k|   3.4 | 159M|  63 |   8 |  70 |3685 |  70 |  21 |  18 | 318k|4415 | 0.000000e+00 |      --      |    Inf 
129.09/129.13	c   129s|700000 |192264 |  2354k|   3.4 | 162M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 323k|4438 | 0.000000e+00 |      --      |    Inf 
130.99/131.03	c   131s|710000 |194789 |  2388k|   3.4 | 164M|  63 |   - |  70 |3556 |  70 |  21 |  18 | 328k|4457 | 0.000000e+00 |      --      |    Inf 
132.90/132.94	c   133s|720000 |197160 |  2421k|   3.4 | 166M|  63 |   8 |  70 |3460 |  70 |  21 |  18 | 333k|4480 | 0.000000e+00 |      --      |    Inf 
134.80/134.80	c   135s|730000 |199794 |  2454k|   3.4 | 169M|  63 |   - |  70 |3967 |  70 |  21 |  18 | 337k|4500 | 0.000000e+00 |      --      |    Inf 
136.59/136.66	c   137s|740000 |202535 |  2488k|   3.4 | 171M|  63 |   8 |  70 |4249 |  70 |  21 |  18 | 342k|4519 | 0.000000e+00 |      --      |    Inf 
138.61/138.62	c   139s|750000 |204875 |  2523k|   3.4 | 173M|  63 |   - |  70 |3875 |  70 |  21 |  18 | 347k|4546 | 0.000000e+00 |      --      |    Inf 
140.39/140.49	c   140s|760000 |207509 |  2556k|   3.4 | 175M|  63 |   8 |  70 |4048 |  70 |  21 |  18 | 351k|4564 | 0.000000e+00 |      --      |    Inf 
142.39/142.44	c   142s|770000 |210022 |  2589k|   3.4 | 178M|  63 |   8 |  70 |3980 |  70 |  21 |  18 | 356k|4585 | 0.000000e+00 |      --      |    Inf 
144.20/144.26	c   144s|780000 |212916 |  2622k|   3.4 | 180M|  63 |   8 |  70 |4113 |  70 |  21 |  18 | 361k|4614 | 0.000000e+00 |      --      |    Inf 
146.10/146.16	c   146s|790000 |215309 |  2655k|   3.4 | 182M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 365k|4641 | 0.000000e+00 |      --      |    Inf 
147.99/148.07	c   148s|800000 |217859 |  2688k|   3.4 | 184M|  63 |   - |  70 |3690 |  70 |  21 |  18 | 370k|4665 | 0.000000e+00 |      --      |    Inf 
149.89/149.93	c   150s|810000 |220457 |  2721k|   3.4 | 187M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 375k|4688 | 0.000000e+00 |      --      |    Inf 
151.81/151.86	c   152s|820000 |223016 |  2755k|   3.4 | 189M|  63 |   8 |  70 |3942 |  70 |  21 |  18 | 379k|4703 | 0.000000e+00 |      --      |    Inf 
153.70/153.72	c   154s|830000 |225745 |  2788k|   3.4 | 192M|  63 |   8 |  70 |4330 |  70 |  21 |  18 | 384k|4723 | 0.000000e+00 |      --      |    Inf 
155.60/155.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.60/155.65	c   156s|840000 |228291 |  2821k|   3.4 | 194M|  63 |   8 |  70 |3692 |  70 |  21 |  18 | 389k|4751 | 0.000000e+00 |      --      |    Inf 
157.49/157.57	c   158s|850000 |230666 |  2855k|   3.4 | 196M|  63 |   8 |  70 |3994 |  70 |  21 |  18 | 394k|4775 | 0.000000e+00 |      --      |    Inf 
159.41/159.50	c   159s|860000 |233180 |  2888k|   3.4 | 198M|  63 |   - |  70 |3833 |  70 |  21 |  18 | 398k|4801 | 0.000000e+00 |      --      |    Inf 
161.30/161.31	c   161s|870000 |236061 |  2922k|   3.4 | 201M|  63 |   8 |  70 |4753 |  70 |  21 |  18 | 403k|4825 | 0.000000e+00 |      --      |    Inf 
163.19/163.22	c   163s|880000 |238582 |  2955k|   3.4 | 203M|  63 |   8 |  70 |4361 |  70 |  21 |  18 | 407k|4850 | 0.000000e+00 |      --      |    Inf 
165.10/165.20	c   165s|890000 |240971 |  2988k|   3.4 | 205M|  63 |   8 |  70 |3810 |  70 |  21 |  18 | 412k|4873 | 0.000000e+00 |      --      |    Inf 
167.00/167.10	c   167s|900000 |243472 |  3022k|   3.4 | 207M|  63 |   - |  70 |3941 |  70 |  21 |  18 | 417k|4901 | 0.000000e+00 |      --      |    Inf 
168.99/169.03	c   169s|910000 |246067 |  3055k|   3.4 | 210M|  63 |   8 |  70 |3766 |  70 |  21 |  18 | 422k|4918 | 0.000000e+00 |      --      |    Inf 
170.89/170.91	c   171s|920000 |248468 |  3089k|   3.4 | 212M|  63 |   8 |  70 |4365 |  70 |  21 |  18 | 426k|4939 | 0.000000e+00 |      --      |    Inf 
172.80/172.86	c   173s|930000 |250958 |  3121k|   3.4 | 214M|  63 |   - |  70 |4124 |   0 |   0 |  18 | 431k|4951 | 0.000000e+00 |      --      |    Inf 
174.81/174.84	c   175s|940000 |253400 |  3154k|   3.4 | 216M|  63 |   - |  70 |3426 |  70 |  21 |  18 | 436k|4970 | 0.000000e+00 |      --      |    Inf 
176.69/176.77	c   177s|950000 |255714 |  3187k|   3.4 | 219M|  63 |   8 |  70 |3638 |  70 |  21 |  18 | 441k|4988 | 0.000000e+00 |      --      |    Inf 
178.60/178.70	c   179s|960000 |258247 |  3221k|   3.4 | 221M|  63 |   - |  70 |3636 |  70 |  21 |  18 | 446k|4999 | 0.000000e+00 |      --      |    Inf 
180.50/180.56	c   181s|970000 |260849 |  3253k|   3.4 | 223M|  63 |   8 |  70 |4087 |  70 |  21 |  18 | 450k|5009 | 0.000000e+00 |      --      |    Inf 
182.29/182.35	c   182s|980000 |263792 |  3287k|   3.4 | 226M|  63 |   8 |  70 |5001 |  70 |  21 |  18 | 455k|5030 | 0.000000e+00 |      --      |    Inf 
184.19/184.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.19/184.29	c   184s|990000 |266396 |  3321k|   3.4 | 228M|  63 |   - |  70 |4116 |  70 |  21 |  18 | 459k|5058 | 0.000000e+00 |      --      |    Inf 
186.19/186.21	c   186s|  1000k|268871 |  3354k|   3.4 | 230M|  63 |   8 |  70 |3984 |  70 |  21 |  18 | 464k|5074 | 0.000000e+00 |      --      |    Inf 
188.01/188.09	c   188s|  1010k|271382 |  3386k|   3.4 | 232M|  63 |   8 |  70 |4535 |  70 |  21 |  18 | 469k|5090 | 0.000000e+00 |      --      |    Inf 
190.00/190.08	c   190s|  1020k|273581 |  3418k|   3.4 | 234M|  63 |   - |  70 |3697 |  70 |  21 |  18 | 474k|5110 | 0.000000e+00 |      --      |    Inf 
191.90/191.99	c   192s|  1030k|276124 |  3452k|   3.4 | 237M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 478k|5129 | 0.000000e+00 |      --      |    Inf 
193.80/193.89	c   194s|  1040k|278515 |  3486k|   3.4 | 239M|  63 |   8 |  70 |4165 |  70 |  21 |  18 | 483k|5146 | 0.000000e+00 |      --      |    Inf 
195.82/195.87	c   196s|  1050k|280799 |  3519k|   3.4 | 241M|  63 |   - |  70 |3810 |  70 |  21 |  18 | 488k|5160 | 0.000000e+00 |      --      |    Inf 
197.69/197.79	c   198s|  1060k|283276 |  3552k|   3.4 | 243M|  63 |   - |  70 |3753 |  70 |  21 |  18 | 493k|5180 | 0.000000e+00 |      --      |    Inf 
199.59/199.69	c   200s|  1070k|285923 |  3586k|   3.4 | 246M|  63 |   8 |  70 |4317 |  70 |  21 |  18 | 497k|5199 | 0.000000e+00 |      --      |    Inf 
201.50/201.59	c   202s|  1080k|288600 |  3618k|   3.4 | 248M|  63 |   8 |  70 |4481 |  70 |  21 |  18 | 502k|5221 | 0.000000e+00 |      --      |    Inf 
203.41/203.46	c   203s|  1090k|291208 |  3652k|   3.4 | 251M|  63 |   8 |  70 |5011 |  70 |  21 |  18 | 506k|5236 | 0.000000e+00 |      --      |    Inf 
205.29/205.37	c   205s|  1100k|294029 |  3685k|   3.4 | 253M|  63 |   - |  70 |5115 |  70 |  21 |  18 | 511k|5249 | 0.000000e+00 |      --      |    Inf 
207.09/207.19	c   207s|  1110k|296971 |  3718k|   3.4 | 256M|  63 |   - |  70 |6122 |  70 |  21 |  18 | 515k|5268 | 0.000000e+00 |      --      |    Inf 
209.02/209.04	c   209s|  1120k|299823 |  3752k|   3.4 | 258M|  63 |   8 |  70 |6152 |  70 |  21 |  18 | 520k|5289 | 0.000000e+00 |      --      |    Inf 
210.99/211.03	c   211s|  1130k|302530 |  3785k|   3.4 | 260M|  63 |   - |  70 |4277 |  70 |  21 |  18 | 524k|5298 | 0.000000e+00 |      --      |    Inf 
212.89/212.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.89/212.95	c   213s|  1140k|305183 |  3818k|   3.3 | 262M|  63 |   8 |  70 |3960 |  70 |  21 |  18 | 529k|5317 | 0.000000e+00 |      --      |    Inf 
214.79/214.86	c   215s|  1150k|307795 |  3851k|   3.3 | 264M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 533k|5330 | 0.000000e+00 |      --      |    Inf 
216.61/216.70	c   217s|  1160k|310523 |  3884k|   3.3 | 267M|  63 |   - |  70 |3991 |  70 |  21 |  18 | 538k|5340 | 0.000000e+00 |      --      |    Inf 
218.50/218.58	c   219s|  1170k|313284 |  3917k|   3.3 | 269M|  63 |   8 |  70 |4611 |  70 |  21 |  18 | 542k|5346 | 0.000000e+00 |      --      |    Inf 
220.50/220.55	c   221s|  1180k|315809 |  3950k|   3.3 | 271M|  63 |   8 |  70 |4133 |  70 |  21 |  18 | 547k|5355 | 0.000000e+00 |      --      |    Inf 
222.40/222.45	c   222s|  1190k|318418 |  3983k|   3.3 | 274M|  63 |   - |  70 |4043 |  70 |  21 |  18 | 552k|5368 | 0.000000e+00 |      --      |    Inf 
224.19/224.27	c   224s|  1200k|321375 |  4015k|   3.3 | 276M|  63 |   - |  70 |4306 |  70 |  21 |  18 | 556k|5383 | 0.000000e+00 |      --      |    Inf 
226.00/226.08	c   226s|  1210k|324237 |  4047k|   3.3 | 279M|  63 |   8 |  70 |4944 |  70 |  21 |  18 | 561k|5390 | 0.000000e+00 |      --      |    Inf 
227.99/228.00	c   228s|  1220k|326898 |  4080k|   3.3 | 281M|  63 |   8 |  70 |4774 |  70 |  21 |  18 | 565k|5403 | 0.000000e+00 |      --      |    Inf 
229.92/229.99	c   230s|  1230k|329310 |  4113k|   3.3 | 283M|  63 |   - |  70 |3851 |  70 |  21 |  18 | 570k|5416 | 0.000000e+00 |      --      |    Inf 
231.90/232.01	c   232s|  1240k|331526 |  4147k|   3.3 | 285M|  63 |   - |  70 |3649 |  70 |  21 |  18 | 575k|5428 | 0.000000e+00 |      --      |    Inf 
233.90/233.97	c   234s|  1250k|333905 |  4180k|   3.3 | 287M|  63 |   8 |  70 |3891 |  70 |  21 |  18 | 580k|5435 | 0.000000e+00 |      --      |    Inf 
235.80/235.83	c   236s|  1260k|336495 |  4214k|   3.3 | 290M|  63 |   8 |  70 |4458 |  70 |  21 |  18 | 584k|5442 | 0.000000e+00 |      --      |    Inf 
237.69/237.79	c   238s|  1270k|338979 |  4247k|   3.3 | 292M|  63 |   8 |  70 |4309 |  70 |  21 |  18 | 589k|5452 | 0.000000e+00 |      --      |    Inf 
239.71/239.76	c   240s|  1280k|341359 |  4281k|   3.3 | 294M|  63 |   8 |  70 |4617 |  70 |  21 |  18 | 594k|5467 | 0.000000e+00 |      --      |    Inf 
241.60/241.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.60/241.67	c   242s|  1290k|343817 |  4313k|   3.3 | 297M|  63 |   8 |  70 |5167 |  70 |  21 |  18 | 599k|5472 | 0.000000e+00 |      --      |    Inf 
243.60/243.69	c   244s|  1300k|346161 |  4346k|   3.3 | 299M|  63 |   - |  70 |4022 |  70 |  21 |  18 | 604k|5480 | 0.000000e+00 |      --      |    Inf 
245.50/245.56	c   246s|  1310k|348844 |  4379k|   3.3 | 301M|  63 |   8 |  70 |4380 |  70 |  21 |  18 | 608k|5495 | 0.000000e+00 |      --      |    Inf 
247.41/247.50	c   247s|  1320k|351499 |  4412k|   3.3 | 303M|  63 |   8 |  70 |4562 |  70 |  21 |  18 | 613k|5505 | 0.000000e+00 |      --      |    Inf 
249.40/249.40	c   249s|  1330k|354050 |  4445k|   3.3 | 306M|  63 |   8 |  70 |4339 |  70 |  21 |  18 | 617k|5513 | 0.000000e+00 |      --      |    Inf 
251.30/251.39	c   251s|  1340k|356303 |  4478k|   3.3 | 308M|  63 |   - |  70 |4035 |  70 |  21 |  18 | 622k|5520 | 0.000000e+00 |      --      |    Inf 
253.29/253.31	c   253s|  1350k|358745 |  4512k|   3.3 | 310M|  63 |   - |  70 |4278 |  70 |  21 |  18 | 627k|5534 | 0.000000e+00 |      --      |    Inf 
255.11/255.15	c   255s|  1360k|361401 |  4544k|   3.3 | 312M|  63 |   - |  70 |4017 |  70 |  21 |  18 | 632k|5540 | 0.000000e+00 |      --      |    Inf 
257.09/257.11	c   257s|  1370k|363820 |  4577k|   3.3 | 314M|  63 |   8 |  70 |3510 |  70 |  21 |  18 | 637k|5552 | 0.000000e+00 |      --      |    Inf 
258.99/259.07	c   259s|  1380k|366137 |  4611k|   3.3 | 317M|  63 |   8 |  70 |3768 |  70 |  21 |  18 | 641k|5557 | 0.000000e+00 |      --      |    Inf 
260.90/260.93	c   261s|  1390k|368910 |  4644k|   3.3 | 319M|  63 |   8 |  70 |4022 |  70 |  21 |  18 | 646k|5571 | 0.000000e+00 |      --      |    Inf 
262.81/262.83	c   263s|  1400k|371399 |  4679k|   3.3 | 321M|  63 |   8 |  70 |4312 |  70 |  21 |  18 | 651k|5580 | 0.000000e+00 |      --      |    Inf 
264.70/264.72	c   265s|  1410k|373986 |  4712k|   3.3 | 324M|  63 |   8 |  70 |4790 |  70 |  21 |  18 | 655k|5590 | 0.000000e+00 |      --      |    Inf 
266.60/266.63	c   267s|  1420k|376506 |  4744k|   3.3 | 326M|  63 |   8 |  70 |6124 |  70 |  21 |  18 | 660k|5597 | 0.000000e+00 |      --      |    Inf 
268.59/268.63	c   269s|  1430k|379163 |  4777k|   3.3 | 328M|  63 |   - |  70 |4872 |  70 |  21 |  18 | 665k|5605 | 0.000000e+00 |      --      |    Inf 
270.40/270.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
270.40/270.51	c   271s|  1440k|382094 |  4810k|   3.3 | 331M|  63 |   8 |  70 |4980 |  70 |  21 |  18 | 669k|5622 | 0.000000e+00 |      --      |    Inf 
272.50/272.56	c   273s|  1450k|384425 |  4843k|   3.3 | 333M|  63 |   8 |  70 |4248 |  70 |  21 |  18 | 674k|5641 | 0.000000e+00 |      --      |    Inf 
274.50/274.51	c   275s|  1460k|386881 |  4877k|   3.3 | 335M|  63 |   8 |  70 |4337 |  70 |  21 |  18 | 679k|5650 | 0.000000e+00 |      --      |    Inf 
276.40/276.46	c   276s|  1470k|389378 |  4910k|   3.3 | 337M|  63 |   - |  70 |4486 |  70 |  21 |  18 | 683k|5668 | 0.000000e+00 |      --      |    Inf 
278.40/278.42	c   278s|  1480k|391835 |  4943k|   3.3 | 340M|  63 |   - |  70 |4422 |  70 |  21 |  18 | 688k|5680 | 0.000000e+00 |      --      |    Inf 
280.19/280.29	c   280s|  1490k|394571 |  4977k|   3.3 | 342M|  63 |   - |  70 |4648 |  70 |  21 |  18 | 693k|5690 | 0.000000e+00 |      --      |    Inf 
282.29/282.30	c   282s|  1500k|396919 |  5010k|   3.3 | 344M|  63 |   - |  70 |3893 |  70 |  21 |  18 | 697k|5700 | 0.000000e+00 |      --      |    Inf 
284.20/284.29	c   284s|  1510k|399241 |  5042k|   3.3 | 346M|  63 |   8 |  70 |3886 |  70 |  21 |  18 | 702k|5704 | 0.000000e+00 |      --      |    Inf 
286.09/286.18	c   286s|  1520k|401802 |  5075k|   3.3 | 349M|  63 |   8 |  70 |4660 |  70 |  21 |  18 | 707k|5714 | 0.000000e+00 |      --      |    Inf 
288.00/288.06	c   288s|  1530k|404332 |  5110k|   3.3 | 351M|  63 |   8 |  70 |4545 |  70 |  21 |  18 | 711k|5729 | 0.000000e+00 |      --      |    Inf 
290.00/290.01	c   290s|  1540k|406914 |  5143k|   3.3 | 353M|  63 |   - |  70 |4480 |  70 |  21 |  18 | 716k|5737 | 0.000000e+00 |      --      |    Inf 
292.00/292.00	c   292s|  1550k|409262 |  5175k|   3.3 | 356M|  63 |   8 |  70 |4277 |  70 |  21 |  18 | 721k|5750 | 0.000000e+00 |      --      |    Inf 
293.90/293.97	c   294s|  1560k|411842 |  5208k|   3.3 | 358M|  63 |   8 |  70 |3788 |  70 |  21 |  18 | 726k|5761 | 0.000000e+00 |      --      |    Inf 
295.92/295.93	c   296s|  1570k|414177 |  5241k|   3.3 | 360M|  63 |   8 |  70 |4126 |  70 |  21 |  18 | 730k|5770 | 0.000000e+00 |      --      |    Inf 
297.70/297.71	c   298s|  1580k|417227 |  5273k|   3.3 | 363M|  63 |   8 |  70 |5803 |  70 |  21 |  18 | 735k|5781 | 0.000000e+00 |      --      |    Inf 
299.39/299.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
299.39/299.45	c   299s|  1590k|421178 |  5303k|   3.3 | 366M|  63 |   - |  70 |6875 |  70 |  21 |  18 | 738k|5789 | 0.000000e+00 |      --      |    Inf 
301.19/301.30	c   301s|  1600k|424605 |  5332k|   3.3 | 368M|  63 |   - |  70 |6862 |  70 |  21 |  18 | 742k|5800 | 0.000000e+00 |      --      |    Inf 
303.40/303.42	c   303s|  1610k|427187 |  5365k|   3.3 | 370M|  63 |   - |  70 |4460 |   0 |   0 |  18 | 747k|5805 | 0.000000e+00 |      --      |    Inf 
305.40/305.42	c   305s|  1620k|429603 |  5399k|   3.3 | 372M|  63 |   - |  70 |4573 |  70 |  21 |  18 | 751k|5820 | 0.000000e+00 |      --      |    Inf 
307.30/307.37	c   307s|  1630k|432321 |  5433k|   3.3 | 375M|  63 |   8 |  70 |5277 |  70 |  21 |  18 | 756k|5832 | 0.000000e+00 |      --      |    Inf 
309.30/309.36	c   309s|  1640k|434863 |  5467k|   3.3 | 377M|  63 |   8 |  70 |4358 |  70 |  21 |  18 | 761k|5842 | 0.000000e+00 |      --      |    Inf 
311.32/311.36	c   311s|  1650k|437388 |  5500k|   3.3 | 379M|  63 |   - |  70 |4244 |  70 |  21 |  18 | 765k|5859 | 0.000000e+00 |      --      |    Inf 
313.20/313.28	c   313s|  1660k|440029 |  5533k|   3.3 | 381M|  63 |   - |  70 |4858 |  70 |  21 |  18 | 770k|5872 | 0.000000e+00 |      --      |    Inf 
315.20/315.21	c   315s|  1670k|442504 |  5566k|   3.3 | 383M|  63 |   8 |  70 |4526 |  70 |  21 |  18 | 775k|5875 | 0.000000e+00 |      --      |    Inf 
317.10/317.13	c   317s|  1680k|445148 |  5599k|   3.3 | 386M|  63 |   - |  70 |4693 |  70 |  21 |  18 | 779k|5883 | 0.000000e+00 |      --      |    Inf 
319.20/319.20	c   319s|  1690k|447582 |  5633k|   3.3 | 388M|  63 |   8 |  70 |3847 |  70 |  21 |  18 | 784k|5888 | 0.000000e+00 |      --      |    Inf 
321.12/321.21	c   321s|  1700k|449845 |  5666k|   3.3 | 390M|  63 |   8 |  70 |3802 |  70 |  21 |  18 | 789k|5898 | 0.000000e+00 |      --      |    Inf 
323.10/323.14	c   323s|  1710k|452379 |  5699k|   3.3 | 392M|  63 |   8 |  70 |4475 |  70 |  21 |  18 | 794k|5908 | 0.000000e+00 |      --      |    Inf 
325.10/325.15	c   325s|  1720k|454742 |  5732k|   3.3 | 395M|  63 |   8 |  70 |4387 |  70 |  21 |  18 | 798k|5923 | 0.000000e+00 |      --      |    Inf 
327.10/327.13	c   327s|  1730k|457159 |  5766k|   3.3 | 397M|  63 |   8 |  70 |4238 |  70 |  21 |  18 | 803k|5936 | 0.000000e+00 |      --      |    Inf 
329.00/329.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.00/329.09	c   329s|  1740k|459656 |  5799k|   3.3 | 399M|  63 |   8 |  70 |4547 |  70 |  21 |  18 | 808k|5948 | 0.000000e+00 |      --      |    Inf 
331.01/331.07	c   331s|  1750k|462210 |  5831k|   3.3 | 401M|  63 |   - |  70 |4271 |  70 |  21 |  18 | 812k|5958 | 0.000000e+00 |      --      |    Inf 
333.00/333.04	c   333s|  1760k|464674 |  5865k|   3.3 | 404M|  63 |   8 |  70 |4183 |  70 |  21 |  18 | 817k|5970 | 0.000000e+00 |      --      |    Inf 
335.00/335.07	c   335s|  1770k|466942 |  5898k|   3.3 | 406M|  63 |   8 |  70 |3931 |  70 |  21 |  18 | 822k|5982 | 0.000000e+00 |      --      |    Inf 
337.10/337.12	c   337s|  1780k|469117 |  5932k|   3.3 | 408M|  63 |   8 |  70 |4135 |  70 |  21 |  18 | 827k|5988 | 0.000000e+00 |      --      |    Inf 
339.00/339.09	c   339s|  1790k|471689 |  5965k|   3.3 | 410M|  63 |   8 |  70 |4168 |  70 |  21 |  18 | 831k|5998 | 0.000000e+00 |      --      |    Inf 
341.02/341.08	c   341s|  1800k|474083 |  5998k|   3.3 | 413M|  63 |   - |  70 |4080 |  70 |  21 |  18 | 836k|6000 | 0.000000e+00 |      --      |    Inf 
342.90/342.98	c   343s|  1810k|476765 |  6031k|   3.3 | 415M|  63 |   - |  70 |4857 |  70 |  21 |  18 | 841k|6005 | 0.000000e+00 |      --      |    Inf 
345.00/345.05	c   345s|  1820k|479036 |  6064k|   3.3 | 417M|  63 |   - |  70 |3934 |  70 |  21 |  18 | 845k|6017 | 0.000000e+00 |      --      |    Inf 
347.00/347.02	c   347s|  1830k|481352 |  6098k|   3.3 | 420M|  63 |   - |  70 |4378 |  70 |  21 |  18 | 850k|6030 | 0.000000e+00 |      --      |    Inf 
348.90/348.98	c   349s|  1840k|483823 |  6131k|   3.3 | 422M|  63 |   8 |  70 |4490 |  70 |  21 |  18 | 855k|6038 | 0.000000e+00 |      --      |    Inf 
350.70/350.77	c   351s|  1850k|486919 |  6164k|   3.3 | 425M|  63 |   8 |  70 |6032 |  70 |  21 |  18 | 859k|6046 | 0.000000e+00 |      --      |    Inf 
352.90/352.91	c   353s|  1860k|489268 |  6199k|   3.3 | 427M|  63 |   8 |  70 |4781 |  70 |  21 |  18 | 864k|6060 | 0.000000e+00 |      --      |    Inf 
354.90/354.98	c   355s|  1870k|491642 |  6230k|   3.3 | 429M|  63 |   - |  70 |4166 |  70 |  21 |  18 | 869k|6067 | 0.000000e+00 |      --      |    Inf 
356.90/356.97	c   357s|  1880k|494095 |  6264k|   3.3 | 431M|  63 |   8 |  70 |4270 |  70 |  21 |  18 | 873k|6075 | 0.000000e+00 |      --      |    Inf 
358.80/358.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
358.80/358.88	c   359s|  1890k|496627 |  6296k|   3.3 | 433M|  63 |   - |  70 |4630 |  70 |  21 |  18 | 878k|6088 | 0.000000e+00 |      --      |    Inf 
360.83/360.88	c   361s|  1900k|498987 |  6330k|   3.3 | 435M|  63 |   - |  70 |4054 |  70 |  21 |  18 | 883k|6101 | 0.000000e+00 |      --      |    Inf 
362.70/362.77	c   363s|  1910k|501629 |  6364k|   3.3 | 438M|  63 |   - |  70 |4835 |   0 |   0 |  18 | 887k|6116 | 0.000000e+00 |      --      |    Inf 
364.71/364.77	c   365s|  1920k|504061 |  6397k|   3.3 | 440M|  63 |   - |  70 |4955 |  70 |  21 |  18 | 892k|6128 | 0.000000e+00 |      --      |    Inf 
366.70/366.77	c   367s|  1930k|506433 |  6430k|   3.3 | 442M|  63 |   8 |  70 |4265 |  70 |  21 |  18 | 897k|6140 | 0.000000e+00 |      --      |    Inf 
368.80/368.80	c   369s|  1940k|508673 |  6462k|   3.3 | 444M|  63 |   8 |  70 |3733 |  70 |  21 |  18 | 902k|6153 | 0.000000e+00 |      --      |    Inf 
370.73/370.75	c   371s|  1950k|511096 |  6495k|   3.3 | 447M|  63 |   - |  70 |4628 |  70 |  21 |  18 | 906k|6166 | 0.000000e+00 |      --      |    Inf 
372.70/372.79	c   373s|  1960k|513369 |  6527k|   3.3 | 449M|  63 |   8 |  70 |4202 |  70 |  21 |  18 | 911k|6177 | 0.000000e+00 |      --      |    Inf 
374.70/374.75	c   375s|  1970k|515801 |  6560k|   3.3 | 451M|  63 |   8 |  70 |4029 |  70 |  21 |  18 | 916k|6187 | 0.000000e+00 |      --      |    Inf 
376.70/376.70	c   377s|  1980k|518335 |  6594k|   3.3 | 453M|  63 |   8 |  70 |4264 |  70 |  21 |  18 | 920k|6196 | 0.000000e+00 |      --      |    Inf 
378.70/378.70	c   379s|  1990k|520726 |  6627k|   3.3 | 456M|  63 |   - |  70 |4110 |  70 |  21 |  18 | 925k|6207 | 0.000000e+00 |      --      |    Inf 
380.63/380.69	c   381s|  2000k|523195 |  6659k|   3.3 | 458M|  63 |   - |  70 |3809 |  70 |  21 |  18 | 930k|6216 | 0.000000e+00 |      --      |    Inf 
382.50/382.56	c   383s|  2010k|525875 |  6692k|   3.3 | 460M|  63 |   - |  70 |4663 |  70 |  21 |  18 | 934k|6220 | 0.000000e+00 |      --      |    Inf 
384.50/384.53	c   385s|  2020k|528485 |  6725k|   3.3 | 463M|  63 |   8 |  70 |4769 |  70 |  21 |  18 | 939k|6231 | 0.000000e+00 |      --      |    Inf 
386.50/386.54	c   387s|  2030k|531017 |  6759k|   3.3 | 465M|  63 |   8 |  70 |4666 |  70 |  21 |  18 | 944k|6245 | 0.000000e+00 |      --      |    Inf 
388.50/388.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
388.50/388.57	c   389s|  2040k|533351 |  6791k|   3.3 | 467M|  63 |   - |  70 |4479 |  70 |  21 |  18 | 948k|6256 | 0.000000e+00 |      --      |    Inf 
390.52/390.58	c   391s|  2050k|535804 |  6823k|   3.3 | 469M|  63 |   8 |  70 |4213 |  70 |  21 |  18 | 953k|6264 | 0.000000e+00 |      --      |    Inf 
392.40/392.45	c   392s|  2060k|538687 |  6856k|   3.3 | 472M|  63 |   - |  70 |4923 |  70 |  21 |  18 | 958k|6274 | 0.000000e+00 |      --      |    Inf 
394.41/394.40	c   394s|  2070k|541359 |  6888k|   3.3 | 474M|  63 |   8 |  70 |4625 |  70 |  21 |  18 | 962k|6279 | 0.000000e+00 |      --      |    Inf 
396.20/396.20	c   396s|  2080k|544717 |  6921k|   3.3 | 477M|  63 |   8 |  70 |5852 |  70 |  21 |  18 | 966k|6283 | 0.000000e+00 |      --      |    Inf 
398.12/398.14	c   398s|  2090k|547450 |  6952k|   3.3 | 479M|  63 |   8 |  70 |5846 |  70 |  21 |  18 | 971k|6284 | 0.000000e+00 |      --      |    Inf 
400.00/400.08	c   400s|  2100k|550105 |  6982k|   3.3 | 482M|  63 |   - |  70 |6307 |  70 |  21 |  18 | 975k|6287 | 0.000000e+00 |      --      |    Inf 
402.00/402.08	c   402s|  2110k|552795 |  7014k|   3.3 | 484M|  63 |   - |  70 |6427 |  70 |  21 |  18 | 980k|6290 | 0.000000e+00 |      --      |    Inf 
404.00/404.05	c   404s|  2120k|555505 |  7047k|   3.3 | 486M|  63 |   - |  70 |7096 |  70 |  21 |  18 | 984k|6294 | 0.000000e+00 |      --      |    Inf 
406.21/406.22	c   406s|  2130k|558107 |  7080k|   3.3 | 488M|  63 |   8 |  70 |4743 |  70 |  21 |  18 | 989k|6302 | 0.000000e+00 |      --      |    Inf 
408.01/408.08	c   408s|  2140k|561484 |  7113k|   3.3 | 491M|  63 |   8 |  70 |4573 |  70 |  21 |  18 | 993k|6308 | 0.000000e+00 |      --      |    Inf 
409.90/409.97	c   410s|  2150k|564693 |  7146k|   3.3 | 493M|  63 |   8 |  70 |5513 |  70 |  21 |  18 | 998k|6312 | 0.000000e+00 |      --      |    Inf 
411.80/411.89	c   412s|  2160k|567777 |  7179k|   3.3 | 496M|  63 |   8 |  70 |6182 |  70 |  21 |  18 |1002k|6314 | 0.000000e+00 |      --      |    Inf 
413.81/413.81	c   414s|  2170k|571017 |  7211k|   3.3 | 498M|  63 |   - |  70 |6055 |  70 |  21 |  18 |1006k|6317 | 0.000000e+00 |      --      |    Inf 
415.83/415.82	c   416s|  2180k|573982 |  7243k|   3.3 | 500M|  63 |   8 |  70 |5855 |  70 |  21 |  18 |1011k|6319 | 0.000000e+00 |      --      |    Inf 
417.80/417.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.80/417.85	c   418s|  2190k|576633 |  7276k|   3.3 | 503M|  63 |   8 |  70 |6464 |  70 |  21 |  18 |1015k|6330 | 0.000000e+00 |      --      |    Inf 
419.80/419.85	c   420s|  2200k|579281 |  7310k|   3.3 | 505M|  63 |   8 |  70 |6891 |  70 |  21 |  18 |1020k|6335 | 0.000000e+00 |      --      |    Inf 
422.01/422.09	c   422s|  2210k|581673 |  7342k|   3.3 | 507M|  63 |   8 |  70 |4729 |  70 |  21 |  18 |1025k|6340 | 0.000000e+00 |      --      |    Inf 
424.11/424.16	c   424s|  2220k|584041 |  7376k|   3.3 | 509M|  63 |   8 |  70 |4463 |  70 |  21 |  18 |1029k|6351 | 0.000000e+00 |      --      |    Inf 
426.00/426.09	c   426s|  2230k|586646 |  7410k|   3.3 | 511M|  63 |   - |  70 |4782 |  70 |  21 |  18 |1034k|6356 | 0.000000e+00 |      --      |    Inf 
428.10/428.10	c   428s|  2240k|589184 |  7443k|   3.3 | 514M|  63 |   8 |  70 |4631 |  70 |  21 |  18 |1039k|6360 | 0.000000e+00 |      --      |    Inf 
429.90/429.98	c   430s|  2250k|592064 |  7477k|   3.3 | 516M|  63 |   8 |  70 |5367 |  70 |  21 |  18 |1043k|6363 | 0.000000e+00 |      --      |    Inf 
431.90/431.96	c   432s|  2260k|594636 |  7511k|   3.3 | 518M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |1048k|6367 | 0.000000e+00 |      --      |    Inf 
434.01/434.01	c   434s|  2270k|597206 |  7543k|   3.3 | 521M|  63 |   - |  70 |4832 |  70 |  21 |  18 |1052k|6371 | 0.000000e+00 |      --      |    Inf 
436.00/436.09	c   436s|  2280k|599651 |  7576k|   3.3 | 523M|  63 |   8 |  70 |4436 |  70 |  21 |  18 |1057k|6376 | 0.000000e+00 |      --      |    Inf 
438.10/438.11	c   438s|  2290k|602110 |  7609k|   3.3 | 525M|  63 |   8 |  70 |4376 |  70 |  21 |  18 |1062k|6379 | 0.000000e+00 |      --      |    Inf 
439.92/439.97	c   440s|  2300k|604890 |  7646k|   3.3 | 528M|  63 |   8 |  70 |5555 |  70 |  21 |  18 |1066k|6390 | 0.000000e+00 |      --      |    Inf 
441.90/441.99	c   442s|  2310k|607529 |  7680k|   3.3 | 530M|  63 |   - |  70 |4481 |  70 |  21 |  18 |1071k|6396 | 0.000000e+00 |      --      |    Inf 
443.90/443.99	c   444s|  2320k|609968 |  7712k|   3.3 | 532M|  63 |   - |  70 |3757 |  70 |  21 |  18 |1075k|6398 | 0.000000e+00 |      --      |    Inf 
445.90/445.96	c   446s|  2330k|612538 |  7745k|   3.3 | 534M|  63 |   8 |  70 |3672 |  70 |  21 |  18 |1080k|6406 | 0.000000e+00 |      --      |    Inf 
447.81/447.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.81/447.88	c   448s|  2340k|615105 |  7777k|   3.3 | 536M|  63 |   - |  70 |4040 |  70 |  21 |  18 |1085k|6407 | 0.000000e+00 |      --      |    Inf 
449.70/449.80	c   450s|  2350k|617826 |  7810k|   3.3 | 539M|  63 |   8 |  70 |4742 |  70 |  21 |  18 |1089k|6407 | 0.000000e+00 |      --      |    Inf 
451.70/451.70	c   452s|  2360k|620802 |  7843k|   3.3 | 542M|  63 |   8 |  70 |6429 |  70 |  21 |  18 |1094k|6409 | 0.000000e+00 |      --      |    Inf 
453.71/453.79	c   454s|  2370k|623294 |  7875k|   3.3 | 544M|  63 |   8 |  70 |6180 |  70 |  21 |  18 |1099k|6409 | 0.000000e+00 |      --      |    Inf 
455.90/455.97	c   456s|  2380k|625611 |  7908k|   3.3 | 546M|  63 |   8 |  70 |4717 |  70 |  21 |  18 |1103k|6409 | 0.000000e+00 |      --      |    Inf 
457.90/457.93	c   458s|  2390k|628139 |  7941k|   3.3 | 548M|  63 |   - |  70 |4351 |   0 |   0 |  18 |1108k|6409 | 0.000000e+00 |      --      |    Inf 
459.90/459.99	c   460s|  2400k|630475 |  7974k|   3.3 | 550M|  63 |   - |  70 |4177 |  70 |  21 |  18 |1113k|6409 | 0.000000e+00 |      --      |    Inf 
462.02/462.09	c   462s|  2410k|632728 |  8008k|   3.3 | 553M|  63 |   8 |  70 |3896 |  70 |  21 |  18 |1118k|6409 | 0.000000e+00 |      --      |    Inf 
464.01/464.10	c   464s|  2420k|635212 |  8040k|   3.3 | 555M|  63 |   8 |  70 |4049 |  70 |  21 |  18 |1122k|6409 | 0.000000e+00 |      --      |    Inf 
466.01/466.05	c   466s|  2430k|637706 |  8073k|   3.3 | 557M|  63 |   8 |  70 |4642 |  70 |  21 |  18 |1127k|6409 | 0.000000e+00 |      --      |    Inf 
468.10/468.16	c   468s|  2440k|640198 |  8106k|   3.3 | 559M|  63 |   8 |  70 |4146 |  70 |  21 |  18 |1132k|6409 | 0.000000e+00 |      --      |    Inf 
470.10/470.14	c   470s|  2450k|642690 |  8138k|   3.3 | 562M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1136k|6409 | 0.000000e+00 |      --      |    Inf 
472.01/472.07	c   472s|  2460k|645212 |  8171k|   3.3 | 564M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |1141k|6409 | 0.000000e+00 |      --      |    Inf 
474.12/474.12	c   474s|  2470k|647601 |  8204k|   3.3 | 566M|  63 |   8 |  70 |4027 |  70 |  21 |  18 |1146k|6409 | 0.000000e+00 |      --      |    Inf 
476.00/476.07	c   476s|  2480k|650197 |  8237k|   3.3 | 568M|  63 |   8 |  70 |4333 |  70 |  21 |  18 |1150k|6409 | 0.000000e+00 |      --      |    Inf 
478.10/478.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
478.10/478.11	c   478s|  2490k|652603 |  8271k|   3.3 | 571M|  63 |   8 |  70 |4139 |  70 |  21 |  18 |1155k|6409 | 0.000000e+00 |      --      |    Inf 
480.10/480.14	c   480s|  2500k|654915 |  8304k|   3.3 | 573M|  63 |   - |  70 |4273 |  70 |  21 |  18 |1160k|6409 | 0.000000e+00 |      --      |    Inf 
482.00/482.05	c   482s|  2510k|657737 |  8337k|   3.3 | 576M|  63 |   8 |  70 |5122 |  70 |  21 |  18 |1165k|6409 | 0.000000e+00 |      --      |    Inf 
484.10/484.13	c   484s|  2520k|660096 |  8370k|   3.3 | 578M|  63 |   - |  70 |4517 |  70 |  21 |  18 |1169k|6409 | 0.000000e+00 |      --      |    Inf 
486.01/486.11	c   486s|  2530k|662505 |  8403k|   3.3 | 580M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |1174k|6409 | 0.000000e+00 |      --      |    Inf 
488.20/488.20	c   488s|  2540k|664907 |  8437k|   3.3 | 582M|  63 |   8 |  70 |3681 |  70 |  21 |  18 |1179k|6409 | 0.000000e+00 |      --      |    Inf 
490.21/490.23	c   490s|  2550k|667402 |  8470k|   3.3 | 584M|  63 |   - |  70 |4042 |  70 |  21 |  18 |1183k|6409 | 0.000000e+00 |      --      |    Inf 
492.10/492.18	c   492s|  2560k|670154 |  8503k|   3.3 | 587M|  63 |   8 |  70 |4252 |  70 |  21 |  18 |1188k|6409 | 0.000000e+00 |      --      |    Inf 
494.10/494.19	c   494s|  2570k|672567 |  8536k|   3.3 | 589M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |1193k|6409 | 0.000000e+00 |      --      |    Inf 
496.20/496.27	c   496s|  2580k|674863 |  8569k|   3.3 | 591M|  63 |   8 |  70 |3786 |  70 |  21 |  18 |1198k|6409 | 0.000000e+00 |      --      |    Inf 
498.10/498.12	c   498s|  2590k|677513 |  8601k|   3.3 | 594M|  63 |   - |  70 |4298 |  70 |  21 |  18 |1202k|6409 | 0.000000e+00 |      --      |    Inf 
500.21/500.23	c   500s|  2600k|679554 |  8634k|   3.3 | 596M|  63 |   8 |  70 |3728 |  70 |  21 |  18 |1207k|6409 | 0.000000e+00 |      --      |    Inf 
502.20/502.20	c   502s|  2610k|682179 |  8667k|   3.3 | 598M|  63 |   8 |  70 |3941 |  70 |  21 |  18 |1212k|6409 | 0.000000e+00 |      --      |    Inf 
504.10/504.17	c   504s|  2620k|684653 |  8698k|   3.3 | 600M|  63 |   8 |  70 |3823 |  70 |  21 |  18 |1217k|6409 | 0.000000e+00 |      --      |    Inf 
506.10/506.13	c   506s|  2630k|687205 |  8731k|   3.3 | 603M|  63 |   - |  70 |4330 |  70 |  21 |  18 |1221k|6409 | 0.000000e+00 |      --      |    Inf 
508.12/508.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.12/508.18	c   508s|  2640k|689658 |  8764k|   3.3 | 605M|  63 |   8 |  70 |3775 |  70 |  21 |  18 |1226k|6411 | 0.000000e+00 |      --      |    Inf 
510.21/510.21	c   510s|  2650k|691936 |  8797k|   3.3 | 607M|  63 |   8 |  70 |3869 |  70 |  21 |  18 |1231k|6416 | 0.000000e+00 |      --      |    Inf 
512.10/512.17	c   512s|  2660k|694398 |  8831k|   3.3 | 609M|  63 |   8 |  70 |4090 |  70 |  21 |  18 |1235k|6422 | 0.000000e+00 |      --      |    Inf 
514.10/514.19	c   514s|  2670k|696644 |  8863k|   3.3 | 612M|  63 |   8 |  70 |4382 |  70 |  21 |  18 |1240k|6426 | 0.000000e+00 |      --      |    Inf 
516.10/516.14	c   516s|  2680k|699265 |  8897k|   3.3 | 614M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1245k|6429 | 0.000000e+00 |      --      |    Inf 
518.02/518.07	c   518s|  2690k|701964 |  8930k|   3.3 | 616M|  63 |   8 |  70 |4339 |  70 |  21 |  18 |1249k|6429 | 0.000000e+00 |      --      |    Inf 
520.01/520.01	c   520s|  2700k|704448 |  8961k|   3.3 | 618M|  63 |   - |  70 |4303 |  70 |  21 |  18 |1254k|6429 | 0.000000e+00 |      --      |    Inf 
521.91/521.92	c   522s|  2710k|707282 |  8995k|   3.3 | 621M|  63 |   - |  70 |4575 |  70 |  21 |  18 |1258k|6429 | 0.000000e+00 |      --      |    Inf 
523.71/523.78	c   524s|  2720k|710441 |  9028k|   3.3 | 623M|  63 |   - |  70 |5310 |  70 |  21 |  18 |1263k|6429 | 0.000000e+00 |      --      |    Inf 
525.61/525.61	c   526s|  2730k|714066 |  9061k|   3.3 | 626M|  63 |   8 |  70 |6712 |  70 |  21 |  18 |1266k|6429 | 0.000000e+00 |      --      |    Inf 
527.51/527.56	c   528s|  2740k|717404 |  9093k|   3.3 | 629M|  63 |   - |  70 |7597 |  70 |  21 |  18 |1271k|6429 | 0.000000e+00 |      --      |    Inf 
529.50/529.59	c   530s|  2750k|720685 |  9126k|   3.3 | 631M|  63 |   8 |  70 |7341 |  70 |  21 |  18 |1275k|6429 | 0.000000e+00 |      --      |    Inf 
531.61/531.63	c   532s|  2760k|723840 |  9159k|   3.3 | 633M|  63 |   8 |  70 |7508 |  70 |  21 |  18 |1279k|6431 | 0.000000e+00 |      --      |    Inf 
533.71/533.78	c   534s|  2770k|726606 |  9193k|   3.3 | 635M|  63 |   8 |  70 |5508 |  70 |  21 |  18 |1283k|6436 | 0.000000e+00 |      --      |    Inf 
535.90/535.90	c   536s|  2780k|728884 |  9226k|   3.3 | 638M|  63 |   8 |  70 |4877 |  70 |  21 |  18 |1288k|6440 | 0.000000e+00 |      --      |    Inf 
537.93/537.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
537.93/537.98	c   538s|  2790k|731386 |  9260k|   3.3 | 640M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |1293k|6448 | 0.000000e+00 |      --      |    Inf 
539.91/540.01	c   540s|  2800k|733754 |  9294k|   3.3 | 642M|  63 |   8 |  70 |4105 |  70 |  21 |  18 |1298k|6458 | 0.000000e+00 |      --      |    Inf 
542.00/542.01	c   542s|  2810k|736344 |  9326k|   3.3 | 644M|  63 |   - |  70 |4519 |  70 |  21 |  18 |1302k|6464 | 0.000000e+00 |      --      |    Inf 
543.90/543.96	c   544s|  2820k|738955 |  9359k|   3.3 | 647M|  63 |   8 |  70 |4435 |  70 |  21 |  18 |1307k|6469 | 0.000000e+00 |      --      |    Inf 
546.00/546.03	c   546s|  2830k|741438 |  9392k|   3.3 | 649M|  63 |   8 |  70 |4142 |  70 |  21 |  18 |1311k|6475 | 0.000000e+00 |      --      |    Inf 
548.11/548.12	c   548s|  2840k|743587 |  9426k|   3.3 | 651M|  63 |   - |  70 |3657 |  70 |  21 |  18 |1316k|6482 | 0.000000e+00 |      --      |    Inf 
550.03/550.07	c   550s|  2850k|746228 |  9459k|   3.3 | 653M|  63 |   - |  70 |4313 |   0 |   0 |  18 |1321k|6491 | 0.000000e+00 |      --      |    Inf 
552.12/552.17	c   552s|  2860k|748465 |  9493k|   3.3 | 656M|  63 |   - |  70 |3868 |  70 |  21 |  18 |1326k|6494 | 0.000000e+00 |      --      |    Inf 
554.20/554.24	c   554s|  2870k|750853 |  9526k|   3.3 | 658M|  63 |   8 |  70 |3908 |  70 |  21 |  18 |1331k|6497 | 0.000000e+00 |      --      |    Inf 
556.11/556.16	c   556s|  2880k|753509 |  9559k|   3.3 | 660M|  63 |   8 |  70 |4872 |  70 |  21 |  18 |1335k|6499 | 0.000000e+00 |      --      |    Inf 
558.21/558.24	c   558s|  2890k|755930 |  9591k|   3.3 | 662M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |1340k|6503 | 0.000000e+00 |      --      |    Inf 
560.31/560.33	c   560s|  2900k|758260 |  9625k|   3.3 | 665M|  63 |   8 |  70 |3867 |  70 |  21 |  18 |1345k|6507 | 0.000000e+00 |      --      |    Inf 
562.31/562.32	c   562s|  2910k|760899 |  9658k|   3.3 | 667M|  63 |   - |  70 |4742 |  70 |  21 |  18 |1349k|6510 | 0.000000e+00 |      --      |    Inf 
564.33/564.32	c   564s|  2920k|763531 |  9691k|   3.3 | 669M|  63 |   - |  70 |4458 |  70 |  21 |  18 |1354k|6511 | 0.000000e+00 |      --      |    Inf 
566.31/566.39	c   566s|  2930k|765847 |  9724k|   3.3 | 671M|  63 |   - |  70 |3655 |  70 |  21 |  18 |1359k|6511 | 0.000000e+00 |      --      |    Inf 
568.31/568.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
568.31/568.33	c   568s|  2940k|768807 |  9757k|   3.3 | 674M|  63 |   8 |  70 |4394 |  70 |  21 |  18 |1363k|6515 | 0.000000e+00 |      --      |    Inf 
570.30/570.37	c   570s|  2950k|771156 |  9790k|   3.3 | 676M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1368k|6519 | 0.000000e+00 |      --      |    Inf 
572.40/572.45	c   572s|  2960k|773501 |  9822k|   3.3 | 678M|  63 |   - |  70 |4045 |  70 |  21 |  18 |1372k|6525 | 0.000000e+00 |      --      |    Inf 
574.31/574.39	c   574s|  2970k|776168 |  9855k|   3.3 | 681M|  63 |   - |  70 |5401 |  70 |  21 |  18 |1377k|6529 | 0.000000e+00 |      --      |    Inf 
576.21/576.28	c   576s|  2980k|778968 |  9888k|   3.3 | 684M|  63 |   8 |  70 |6630 |  70 |  21 |  18 |1382k|6529 | 0.000000e+00 |      --      |    Inf 
578.20/578.24	c   578s|  2990k|781896 |  9921k|   3.3 | 686M|  63 |   8 |  70 |7321 |  70 |  21 |  18 |1386k|6529 | 0.000000e+00 |      --      |    Inf 
580.21/580.23	c   580s|  3000k|784823 |  9953k|   3.3 | 689M|  63 |   - |  70 |8141 |  70 |  21 |  18 |1390k|6529 | 0.000000e+00 |      --      |    Inf 
582.51/582.52	c   583s|  3010k|787128 |  9987k|   3.3 | 690M|  63 |   - |  70 |4800 |  70 |  21 |  18 |1395k|6529 | 0.000000e+00 |      --      |    Inf 
584.61/584.63	c   585s|  3020k|789632 | 10019k|   3.3 | 692M|  63 |   8 |  70 |4195 |  70 |  21 |  18 |1400k|6529 | 0.000000e+00 |      --      |    Inf 
586.71/586.70	c   587s|  3030k|791988 | 10053k|   3.3 | 695M|  63 |   8 |  70 |3939 |  70 |  21 |  18 |1404k|6529 | 0.000000e+00 |      --      |    Inf 
588.61/588.64	c   589s|  3040k|794692 | 10085k|   3.3 | 697M|  63 |   8 |  70 |4999 |  70 |  21 |  18 |1409k|6529 | 0.000000e+00 |      --      |    Inf 
590.62/590.69	c   591s|  3050k|797338 | 10118k|   3.3 | 699M|  63 |   8 |  70 |4548 |  70 |  21 |  18 |1414k|6529 | 0.000000e+00 |      --      |    Inf 
592.71/592.77	c   593s|  3060k|799775 | 10151k|   3.3 | 702M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |1418k|6529 | 0.000000e+00 |      --      |    Inf 
594.81/594.86	c   595s|  3070k|801998 | 10184k|   3.3 | 704M|  63 |   8 |  70 |3831 |  70 |  21 |  18 |1423k|6529 | 0.000000e+00 |      --      |    Inf 
596.71/596.74	c   597s|  3080k|804592 | 10218k|   3.3 | 706M|  63 |   - |  70 |5280 |  70 |  21 |  18 |1428k|6529 | 0.000000e+00 |      --      |    Inf 
598.80/598.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.80/598.83	c   599s|  3090k|807039 | 10250k|   3.3 | 708M|  63 |   - |  70 |3984 |  70 |  21 |  18 |1432k|6529 | 0.000000e+00 |      --      |    Inf 
600.81/600.84	c   601s|  3100k|809463 | 10284k|   3.3 | 711M|  63 |   - |  70 |4259 |  70 |  21 |  18 |1437k|6529 | 0.000000e+00 |      --      |    Inf 
602.61/602.72	c   603s|  3110k|812359 | 10315k|   3.3 | 713M|  63 |   - |  70 |5166 |  70 |  21 |  18 |1441k|6529 | 0.000000e+00 |      --      |    Inf 
604.71/604.78	c   605s|  3120k|814775 | 10349k|   3.3 | 715M|  63 |   8 |  70 |4282 |  70 |  21 |  18 |1446k|6529 | 0.000000e+00 |      --      |    Inf 
606.71/606.79	c   607s|  3130k|817394 | 10382k|   3.3 | 718M|  63 |   8 |  70 |4593 |  70 |  21 |  18 |1451k|6529 | 0.000000e+00 |      --      |    Inf 
608.81/608.82	c   609s|  3140k|820022 | 10415k|   3.3 | 720M|  63 |   - |  70 |4243 |  70 |  21 |  18 |1455k|6529 | 0.000000e+00 |      --      |    Inf 
610.71/610.72	c   611s|  3150k|822868 | 10447k|   3.3 | 722M|  63 |   8 |  70 |4752 |  70 |  21 |  18 |1460k|6529 | 0.000000e+00 |      --      |    Inf 
612.81/612.84	c   613s|  3160k|825325 | 10481k|   3.3 | 725M|  63 |   - |  70 |3914 |  70 |  21 |  18 |1464k|6529 | 0.000000e+00 |      --      |    Inf 
614.82/614.87	c   615s|  3170k|827897 | 10514k|   3.3 | 727M|  63 |   8 |  70 |4274 |  70 |  21 |  18 |1469k|6529 | 0.000000e+00 |      --      |    Inf 
616.81/616.88	c   617s|  3180k|830525 | 10547k|   3.3 | 729M|  63 |   8 |  70 |4381 |  70 |  21 |  18 |1473k|6529 | 0.000000e+00 |      --      |    Inf 
618.90/618.90	c   619s|  3190k|833109 | 10580k|   3.3 | 731M|  63 |   8 |  70 |4584 |  70 |  21 |  18 |1478k|6529 | 0.000000e+00 |      --      |    Inf 
620.91/620.97	c   621s|  3200k|835482 | 10613k|   3.3 | 734M|  63 |   8 |  70 |4680 |  70 |  21 |  18 |1483k|6529 | 0.000000e+00 |      --      |    Inf 
623.01/623.02	c   623s|  3210k|837902 | 10645k|   3.3 | 736M|  63 |   8 |  70 |4327 |  70 |  21 |  18 |1488k|6529 | 0.000000e+00 |      --      |    Inf 
625.01/625.05	c   625s|  3220k|840328 | 10679k|   3.3 | 738M|  63 |   8 |  70 |3955 |  70 |  21 |  18 |1492k|6529 | 0.000000e+00 |      --      |    Inf 
627.11/627.11	c   627s|  3230k|842830 | 10711k|   3.3 | 740M|  63 |   8 |  70 |3856 |  70 |  21 |  18 |1497k|6529 | 0.000000e+00 |      --      |    Inf 
628.91/628.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
628.91/628.98	c   629s|  3240k|845509 | 10745k|   3.3 | 743M|  63 |   - |  70 |4567 |  70 |  21 |  18 |1502k|6529 | 0.000000e+00 |      --      |    Inf 
631.01/631.02	c   631s|  3250k|847969 | 10777k|   3.3 | 745M|  63 |   8 |  70 |4188 |  70 |  21 |  18 |1506k|6529 | 0.000000e+00 |      --      |    Inf 
633.01/633.09	c   633s|  3260k|850453 | 10810k|   3.3 | 747M|  63 |   8 |  70 |4177 |  70 |  21 |  18 |1511k|6529 | 0.000000e+00 |      --      |    Inf 
635.11/635.14	c   635s|  3270k|853014 | 10843k|   3.3 | 750M|  63 |   8 |  70 |4244 |  70 |  21 |  18 |1516k|6529 | 0.000000e+00 |      --      |    Inf 
637.21/637.22	c   637s|  3280k|855276 | 10876k|   3.3 | 752M|  63 |   8 |  70 |4409 |  70 |  21 |  18 |1520k|6529 | 0.000000e+00 |      --      |    Inf 
639.31/639.30	c   639s|  3290k|857656 | 10908k|   3.3 | 754M|  63 |   - |  70 |3771 |  70 |  21 |  18 |1525k|6529 | 0.000000e+00 |      --      |    Inf 
641.33/641.33	c   641s|  3300k|860076 | 10941k|   3.3 | 756M|  63 |   - |  70 |4468 |  70 |  21 |  18 |1530k|6529 | 0.000000e+00 |      --      |    Inf 
643.43/643.45	c   643s|  3310k|862267 | 10974k|   3.3 | 758M|  63 |   - |  70 |3669 |  70 |  21 |  18 |1535k|6529 | 0.000000e+00 |      --      |    Inf 
645.50/645.55	c   646s|  3320k|864745 | 11007k|   3.3 | 761M|  63 |   8 |  70 |4034 |  70 |  21 |  18 |1539k|6529 | 0.000000e+00 |      --      |    Inf 
647.51/647.59	c   648s|  3330k|867244 | 11042k|   3.3 | 763M|  63 |   - |  70 |4820 |  70 |  21 |  18 |1544k|6529 | 0.000000e+00 |      --      |    Inf 
649.61/649.63	c   650s|  3340k|869676 | 11074k|   3.3 | 765M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1549k|6529 | 0.000000e+00 |      --      |    Inf 
651.71/651.73	c   652s|  3350k|872101 | 11107k|   3.3 | 768M|  63 |   8 |  70 |4296 |  70 |  21 |  18 |1553k|6529 | 0.000000e+00 |      --      |    Inf 
653.71/653.71	c   654s|  3360k|875019 | 11139k|   3.3 | 770M|  63 |   - |  70 |4630 |  70 |  21 |  18 |1558k|6529 | 0.000000e+00 |      --      |    Inf 
655.63/655.64	c   656s|  3370k|877829 | 11172k|   3.3 | 772M|  63 |   8 |  70 |5279 |  70 |  21 |  18 |1562k|6529 | 0.000000e+00 |      --      |    Inf 
657.72/657.80	c   658s|  3380k|880385 | 11205k|   3.3 | 774M|  63 |   8 |  70 |4117 |  70 |  21 |  18 |1567k|6529 | 0.000000e+00 |      --      |    Inf 
659.93/659.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
659.93/659.93	c   660s|  3390k|882702 | 11237k|   3.3 | 777M|  63 |   - |  70 |3792 |  70 |  21 |  18 |1572k|6529 | 0.000000e+00 |      --      |    Inf 
661.91/661.98	c   662s|  3400k|885047 | 11271k|   3.3 | 779M|  63 |   8 |  70 |4273 |  70 |  21 |  18 |1576k|6529 | 0.000000e+00 |      --      |    Inf 
664.11/664.10	c   664s|  3410k|887266 | 11304k|   3.3 | 781M|  63 |   8 |  70 |3846 |  70 |  21 |  18 |1581k|6529 | 0.000000e+00 |      --      |    Inf 
666.11/666.10	c   666s|  3420k|889777 | 11336k|   3.3 | 784M|  63 |   8 |  70 |4431 |  70 |  21 |  18 |1586k|6529 | 0.000000e+00 |      --      |    Inf 
668.11/668.19	c   668s|  3430k|892068 | 11369k|   3.3 | 786M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |1591k|6529 | 0.000000e+00 |      --      |    Inf 
670.21/670.23	c   670s|  3440k|894443 | 11402k|   3.3 | 788M|  63 |   8 |  70 |4289 |  70 |  21 |  18 |1595k|6529 | 0.000000e+00 |      --      |    Inf 
672.31/672.35	c   672s|  3450k|896808 | 11435k|   3.3 | 790M|  63 |   8 |  70 |4098 |  70 |  21 |  18 |1600k|6529 | 0.000000e+00 |      --      |    Inf 
674.41/674.47	c   674s|  3460k|898993 | 11468k|   3.3 | 792M|  63 |   - |  70 |3975 |  70 |  21 |  18 |1605k|6529 | 0.000000e+00 |      --      |    Inf 
676.42/676.51	c   677s|  3470k|901339 | 11501k|   3.3 | 795M|  63 |   - |  70 |4308 |  70 |  21 |  18 |1610k|6529 | 0.000000e+00 |      --      |    Inf 
678.51/678.52	c   679s|  3480k|903913 | 11535k|   3.3 | 797M|  63 |   8 |  70 |4479 |  70 |  21 |  18 |1614k|6529 | 0.000000e+00 |      --      |    Inf 
680.61/680.62	c   681s|  3490k|906196 | 11569k|   3.3 | 799M|  63 |   - |  70 |4112 |  70 |  21 |  18 |1619k|6529 | 0.000000e+00 |      --      |    Inf 
682.51/682.59	c   683s|  3500k|908800 | 11602k|   3.3 | 802M|  63 |   - |  70 |4137 |  70 |  21 |  18 |1623k|6529 | 0.000000e+00 |      --      |    Inf 
684.61/684.68	c   685s|  3510k|911131 | 11635k|   3.3 | 804M|  63 |   8 |  70 |4134 |  70 |  21 |  18 |1628k|6529 | 0.000000e+00 |      --      |    Inf 
686.71/686.76	c   687s|  3520k|913445 | 11668k|   3.3 | 806M|  63 |   - |  70 |4337 |  70 |  21 |  18 |1633k|6529 | 0.000000e+00 |      --      |    Inf 
688.71/688.78	c   689s|  3530k|915834 | 11702k|   3.3 | 808M|  63 |   - |  70 |4076 |  70 |  21 |  18 |1638k|6529 | 0.000000e+00 |      --      |    Inf 
690.73/690.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
690.73/690.77	c   691s|  3540k|918361 | 11734k|   3.3 | 811M|  63 |   8 |  70 |4611 |  70 |  21 |  18 |1642k|6529 | 0.000000e+00 |      --      |    Inf 
692.71/692.77	c   693s|  3550k|921196 | 11767k|   3.3 | 813M|  63 |   - |  70 |4444 |  70 |  21 |  18 |1647k|6529 | 0.000000e+00 |      --      |    Inf 
694.81/694.85	c   695s|  3560k|923682 | 11800k|   3.3 | 815M|  63 |   8 |  70 |3751 |  70 |  21 |  18 |1651k|6529 | 0.000000e+00 |      --      |    Inf 
696.81/696.87	c   697s|  3570k|926097 | 11832k|   3.3 | 817M|  63 |   - |  70 |4316 |   0 |   0 |  18 |1656k|6529 | 0.000000e+00 |      --      |    Inf 
699.01/699.00	c   699s|  3580k|928500 | 11865k|   3.3 | 820M|  63 |   8 |  70 |4277 |  70 |  21 |  18 |1661k|6529 | 0.000000e+00 |      --      |    Inf 
700.81/700.88	c   701s|  3590k|931356 | 11900k|   3.3 | 822M|  63 |   8 |  70 |5757 |  70 |  21 |  18 |1665k|6529 | 0.000000e+00 |      --      |    Inf 
703.01/703.02	c   703s|  3600k|933840 | 11933k|   3.3 | 824M|  63 |   - |  70 |4664 |  70 |  21 |  18 |1670k|6529 | 0.000000e+00 |      --      |    Inf 
705.21/705.20	c   705s|  3610k|936083 | 11966k|   3.3 | 827M|  63 |   8 |  70 |4307 |  70 |  21 |  18 |1675k|6529 | 0.000000e+00 |      --      |    Inf 
707.22/707.28	c   707s|  3620k|938620 | 12000k|   3.3 | 829M|  63 |   - |  70 |4415 |  70 |  21 |  18 |1679k|6529 | 0.000000e+00 |      --      |    Inf 
709.21/709.29	c   709s|  3630k|941102 | 12031k|   3.3 | 831M|  63 |   8 |  70 |4152 |  70 |  21 |  18 |1684k|6529 | 0.000000e+00 |      --      |    Inf 
711.41/711.42	c   711s|  3640k|943254 | 12065k|   3.3 | 833M|  63 |   - |  70 |4022 |  70 |  21 |  18 |1689k|6529 | 0.000000e+00 |      --      |    Inf 
713.32/713.35	c   713s|  3650k|946028 | 12098k|   3.3 | 836M|  63 |   - |  70 |5185 |   0 |   0 |  18 |1693k|6529 | 0.000000e+00 |      --      |    Inf 
715.11/715.16	c   715s|  3660k|949385 | 12129k|   3.3 | 838M|  63 |   8 |  70 |6382 |  70 |  21 |  18 |1697k|6529 | 0.000000e+00 |      --      |    Inf 
717.31/717.34	c   717s|  3670k|951834 | 12163k|   3.3 | 840M|  63 |   - |  70 |4688 |  70 |  21 |  18 |1702k|6529 | 0.000000e+00 |      --      |    Inf 
719.32/719.37	c   719s|  3680k|954447 | 12195k|   3.3 | 843M|  63 |   - |  70 |5473 |  70 |  21 |  18 |1706k|6529 | 0.000000e+00 |      --      |    Inf 
721.41/721.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
721.41/721.41	c   721s|  3690k|957035 | 12227k|   3.3 | 845M|  63 |   - |  70 |4898 |  70 |  21 |  18 |1711k|6529 | 0.000000e+00 |      --      |    Inf 
723.41/723.44	c   723s|  3700k|959889 | 12260k|   3.3 | 847M|  63 |   8 |  70 |4789 |  70 |  21 |  18 |1715k|6529 | 0.000000e+00 |      --      |    Inf 
725.51/725.57	c   726s|  3710k|962272 | 12294k|   3.3 | 849M|  63 |   8 |  70 |4077 |  70 |  21 |  18 |1720k|6529 | 0.000000e+00 |      --      |    Inf 
727.41/727.48	c   727s|  3720k|965148 | 12327k|   3.3 | 852M|  63 |   - |  70 |5331 |  70 |  21 |  18 |1724k|6529 | 0.000000e+00 |      --      |    Inf 
729.51/729.55	c   730s|  3730k|968071 | 12360k|   3.3 | 854M|  63 |   - |  70 |5074 |  70 |  21 |  18 |1729k|6529 | 0.000000e+00 |      --      |    Inf 
731.62/731.62	c   732s|  3740k|970620 | 12393k|   3.3 | 857M|  63 |   - |  70 |5212 |  70 |  21 |  18 |1734k|6529 | 0.000000e+00 |      --      |    Inf 
733.63/733.67	c   734s|  3750k|973231 | 12426k|   3.3 | 859M|  63 |   8 |  70 |5440 |  70 |  21 |  18 |1738k|6529 | 0.000000e+00 |      --      |    Inf 
735.71/735.79	c   736s|  3760k|975729 | 12458k|   3.3 | 861M|  63 |   8 |  70 |4711 |  70 |  21 |  18 |1743k|6529 | 0.000000e+00 |      --      |    Inf 
737.91/737.91	c   738s|  3770k|978175 | 12491k|   3.3 | 863M|  63 |   8 |  70 |4048 |  70 |  21 |  18 |1748k|6529 | 0.000000e+00 |      --      |    Inf 
740.01/740.01	c   740s|  3780k|980552 | 12523k|   3.3 | 865M|  63 |   - |  70 |4101 |  70 |  21 |  18 |1752k|6529 | 0.000000e+00 |      --      |    Inf 
742.11/742.14	c   742s|  3790k|982801 | 12555k|   3.3 | 868M|  63 |   - |  70 |3955 |  70 |  21 |  18 |1757k|6529 | 0.000000e+00 |      --      |    Inf 
744.21/744.24	c   744s|  3800k|985009 | 12587k|   3.3 | 870M|  63 |   8 |  70 |3889 |  70 |  21 |  18 |1762k|6529 | 0.000000e+00 |      --      |    Inf 
746.31/746.31	c   746s|  3810k|987422 | 12622k|   3.3 | 872M|  63 |   8 |  70 |4096 |  70 |  21 |  18 |1767k|6529 | 0.000000e+00 |      --      |    Inf 
748.31/748.33	c   748s|  3820k|989909 | 12655k|   3.3 | 875M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |1771k|6529 | 0.000000e+00 |      --      |    Inf 
750.42/750.43	c   750s|  3830k|992192 | 12688k|   3.3 | 877M|  63 |   8 |  70 |4503 |  70 |  21 |  18 |1776k|6529 | 0.000000e+00 |      --      |    Inf 
752.51/752.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
752.51/752.51	c   753s|  3840k|994553 | 12721k|   3.3 | 879M|  63 |   - |  70 |4379 |  70 |  21 |  18 |1781k|6529 | 0.000000e+00 |      --      |    Inf 
754.42/754.46	c   754s|  3850k|997364 | 12753k|   3.3 | 881M|  63 |   8 |  70 |4972 |  70 |  21 |  18 |1785k|6529 | 0.000000e+00 |      --      |    Inf 
756.51/756.59	c   757s|  3860k|999648 | 12786k|   3.3 | 883M|  63 |   8 |  70 |4292 |  70 |  21 |  18 |1790k|6529 | 0.000000e+00 |      --      |    Inf 
758.61/758.66	c   759s|  3870k|  1002k| 12819k|   3.3 | 886M|  63 |   - |  70 |4658 |  70 |  21 |  18 |1795k|6529 | 0.000000e+00 |      --      |    Inf 
760.81/760.82	c   761s|  3880k|  1004k| 12851k|   3.3 | 888M|  63 |   - |  70 |3902 |  70 |  21 |  18 |1800k|6529 | 0.000000e+00 |      --      |    Inf 
762.81/762.82	c   763s|  3890k|  1006k| 12885k|   3.3 | 890M|  63 |   - |  70 |4338 |  70 |  21 |  18 |1804k|6529 | 0.000000e+00 |      --      |    Inf 
764.91/764.94	c   765s|  3900k|  1009k| 12917k|   3.3 | 892M|  63 |   - |  70 |4070 |  70 |  21 |  18 |1809k|6529 | 0.000000e+00 |      --      |    Inf 
766.91/766.96	c   767s|  3910k|  1011k| 12951k|   3.3 | 895M|  63 |   8 |  70 |4851 |  70 |  21 |  18 |1814k|6529 | 0.000000e+00 |      --      |    Inf 
769.12/769.15	c   769s|  3920k|  1014k| 12983k|   3.3 | 897M|  63 |   8 |  70 |4119 |  70 |  21 |  18 |1818k|6529 | 0.000000e+00 |      --      |    Inf 
771.22/771.25	c   771s|  3930k|  1016k| 13016k|   3.3 | 899M|  63 |   8 |  70 |4338 |  70 |  21 |  18 |1823k|6529 | 0.000000e+00 |      --      |    Inf 
773.01/773.07	c   773s|  3940k|  1019k| 13049k|   3.3 | 902M|  63 |   - |  70 |6432 |  70 |  21 |  18 |1827k|6529 | 0.000000e+00 |      --      |    Inf 
775.12/775.12	c   775s|  3950k|  1022k| 13080k|   3.3 | 905M|  63 |   8 |  70 |6948 |  70 |  21 |  18 |1832k|6529 | 0.000000e+00 |      --      |    Inf 
777.22/777.24	c   777s|  3960k|  1025k| 13111k|   3.3 | 907M|  63 |   8 |  70 |7563 |  70 |  21 |  18 |1836k|6529 | 0.000000e+00 |      --      |    Inf 
779.51/779.50	c   780s|  3970k|  1028k| 13143k|   3.3 | 909M|  63 |   - |  70 |5576 |  70 |  21 |  18 |1841k|6529 | 0.000000e+00 |      --      |    Inf 
781.61/781.66	c   782s|  3980k|  1030k| 13176k|   3.3 | 911M|  63 |   8 |  70 |4955 |  70 |  21 |  18 |1845k|6529 | 0.000000e+00 |      --      |    Inf 
783.72/783.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.72/783.78	c   784s|  3990k|  1032k| 13208k|   3.3 | 913M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |1850k|6529 | 0.000000e+00 |      --      |    Inf 
785.82/785.87	c   786s|  4000k|  1035k| 13241k|   3.3 | 916M|  63 |   8 |  70 |4398 |  70 |  21 |  18 |1855k|6529 | 0.000000e+00 |      --      |    Inf 
787.81/787.83	c   788s|  4010k|  1038k| 13276k|   3.3 | 918M|  63 |   8 |  70 |4940 |  70 |  21 |  18 |1859k|6529 | 0.000000e+00 |      --      |    Inf 
789.92/789.94	c   790s|  4020k|  1040k| 13311k|   3.3 | 920M|  63 |   8 |  70 |4727 |  70 |  21 |  18 |1864k|6529 | 0.000000e+00 |      --      |    Inf 
791.92/791.99	c   792s|  4030k|  1043k| 13344k|   3.3 | 923M|  63 |   - |  70 |5465 |  70 |  21 |  18 |1868k|6529 | 0.000000e+00 |      --      |    Inf 
794.13/794.17	c   794s|  4040k|  1045k| 13377k|   3.3 | 925M|  63 |   - |  70 |4939 |  70 |  21 |  18 |1873k|6529 | 0.000000e+00 |      --      |    Inf 
796.33/796.40	c   796s|  4050k|  1047k| 13411k|   3.3 | 927M|  63 |   8 |  70 |4043 |  70 |  21 |  18 |1878k|6529 | 0.000000e+00 |      --      |    Inf 
798.42/798.48	c   798s|  4060k|  1050k| 13443k|   3.3 | 929M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |1883k|6529 | 0.000000e+00 |      --      |    Inf 
800.52/800.51	c   801s|  4070k|  1052k| 13475k|   3.3 | 932M|  63 |   - |  70 |4722 |  70 |  21 |  18 |1887k|6529 | 0.000000e+00 |      --      |    Inf 
802.51/802.57	c   803s|  4080k|  1055k| 13509k|   3.3 | 934M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |1892k|6529 | 0.000000e+00 |      --      |    Inf 
804.52/804.57	c   805s|  4090k|  1058k| 13541k|   3.3 | 936M|  63 |   - |  70 |4801 |  70 |  21 |  18 |1896k|6529 | 0.000000e+00 |      --      |    Inf 
806.72/806.72	c   807s|  4100k|  1060k| 13574k|   3.3 | 939M|  63 |   8 |  70 |4385 |  70 |  21 |  18 |1901k|6529 | 0.000000e+00 |      --      |    Inf 
808.91/808.91	c   809s|  4110k|  1062k| 13607k|   3.3 | 941M|  63 |   - |  70 |3747 |  70 |  21 |  18 |1906k|6529 | 0.000000e+00 |      --      |    Inf 
810.92/810.98	c   811s|  4120k|  1064k| 13641k|   3.3 | 943M|  63 |   8 |  70 |4459 |  70 |  21 |  18 |1911k|6529 | 0.000000e+00 |      --      |    Inf 
813.02/813.06	c   813s|  4130k|  1067k| 13675k|   3.3 | 945M|  63 |   - |  70 |4360 |  70 |  21 |  18 |1916k|6529 | 0.000000e+00 |      --      |    Inf 
814.92/814.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
814.92/814.95	c   815s|  4140k|  1070k| 13708k|   3.3 | 948M|  63 |   8 |  70 |6116 |  70 |  21 |  18 |1920k|6529 | 0.000000e+00 |      --      |    Inf 
816.92/816.90	c   817s|  4150k|  1073k| 13741k|   3.3 | 950M|  63 |   8 |  70 |6507 |  70 |  21 |  18 |1924k|6529 | 0.000000e+00 |      --      |    Inf 
819.01/819.06	c   819s|  4160k|  1076k| 13774k|   3.3 | 952M|  63 |   8 |  70 |5317 |  70 |  21 |  18 |1929k|6529 | 0.000000e+00 |      --      |    Inf 
820.91/820.90	c   821s|  4170k|  1079k| 13808k|   3.3 | 955M|  63 |   8 |  70 |6721 |  70 |  21 |  18 |1933k|6529 | 0.000000e+00 |      --      |    Inf 
823.12/823.19	c   823s|  4180k|  1081k| 13841k|   3.3 | 957M|  63 |   8 |  70 |4772 |  70 |  21 |  18 |1937k|6529 | 0.000000e+00 |      --      |    Inf 
825.32/825.32	c   825s|  4190k|  1084k| 13875k|   3.3 | 959M|  63 |   8 |  70 |4302 |  70 |  21 |  18 |1942k|6529 | 0.000000e+00 |      --      |    Inf 
827.31/827.32	c   827s|  4200k|  1086k| 13908k|   3.3 | 962M|  63 |   8 |  70 |4869 |  70 |  21 |  18 |1947k|6529 | 0.000000e+00 |      --      |    Inf 
829.21/829.28	c   829s|  4210k|  1089k| 13941k|   3.3 | 964M|  63 |   8 |  70 |5582 |  70 |  21 |  18 |1951k|6529 | 0.000000e+00 |      --      |    Inf 
831.41/831.50	c   832s|  4220k|  1092k| 13974k|   3.3 | 966M|  63 |   - |  70 |4017 |  70 |  21 |  18 |1956k|6529 | 0.000000e+00 |      --      |    Inf 
833.51/833.52	c   834s|  4230k|  1094k| 14007k|   3.3 | 968M|  63 |   8 |  70 |4475 |  70 |  21 |  18 |1961k|6529 | 0.000000e+00 |      --      |    Inf 
835.71/835.74	c   836s|  4240k|  1097k| 14040k|   3.3 | 971M|  63 |   - |  70 |3926 |  70 |  21 |  18 |1965k|6529 | 0.000000e+00 |      --      |    Inf 
837.81/837.85	c   838s|  4250k|  1099k| 14074k|   3.3 | 973M|  63 |   8 |  70 |4069 |  70 |  21 |  18 |1970k|6529 | 0.000000e+00 |      --      |    Inf 
839.92/839.95	c   840s|  4260k|  1101k| 14108k|   3.3 | 975M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |1975k|6529 | 0.000000e+00 |      --      |    Inf 
842.01/842.07	c   842s|  4270k|  1104k| 14140k|   3.3 | 977M|  63 |   - |  70 |3525 |  70 |  21 |  18 |1980k|6529 | 0.000000e+00 |      --      |    Inf 
844.12/844.15	c   844s|  4280k|  1106k| 14173k|   3.3 | 980M|  63 |   8 |  70 |4157 |  70 |  21 |  18 |1984k|6529 | 0.000000e+00 |      --      |    Inf 
846.22/846.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
846.22/846.28	c   846s|  4290k|  1108k| 14205k|   3.3 | 982M|  63 |   8 |  70 |3965 |  70 |  21 |  18 |1989k|6529 | 0.000000e+00 |      --      |    Inf 
848.32/848.35	c   848s|  4300k|  1111k| 14239k|   3.3 | 984M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |1994k|6529 | 0.000000e+00 |      --      |    Inf 
850.51/850.53	c   851s|  4310k|  1113k| 14271k|   3.3 | 986M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |1999k|6529 | 0.000000e+00 |      --      |    Inf 
852.72/852.73	c   853s|  4320k|  1115k| 14304k|   3.3 | 988M|  63 |   - |  70 |4199 |  70 |  21 |  18 |2004k|6529 | 0.000000e+00 |      --      |    Inf 
854.74/854.73	c   855s|  4330k|  1118k| 14337k|   3.3 | 991M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |2008k|6529 | 0.000000e+00 |      --      |    Inf 
856.83/856.86	c   857s|  4340k|  1120k| 14369k|   3.3 | 993M|  63 |   - |  70 |4529 |  70 |  21 |  18 |2013k|6529 | 0.000000e+00 |      --      |    Inf 
859.03/859.03	c   859s|  4350k|  1123k| 14403k|   3.3 | 995M|  63 |   8 |  70 |4097 |  70 |  21 |  18 |2017k|6529 | 0.000000e+00 |      --      |    Inf 
861.12/861.13	c   861s|  4360k|  1125k| 14437k|   3.3 | 998M|  63 |   - |  70 |4525 |  70 |  21 |  18 |2022k|6529 | 0.000000e+00 |      --      |    Inf 
863.12/863.14	c   863s|  4370k|  1128k| 14471k|   3.3 |1000M|  63 |   8 |  70 |5707 |  70 |  21 |  18 |2027k|6529 | 0.000000e+00 |      --      |    Inf 
865.31/865.31	c   865s|  4380k|  1130k| 14504k|   3.3 |1002M|  63 |   - |  70 |4726 |  70 |  21 |  18 |2032k|6529 | 0.000000e+00 |      --      |    Inf 
867.32/867.37	c   867s|  4390k|  1133k| 14538k|   3.3 |1005M|  63 |   - |  70 |5148 |  70 |  21 |  18 |2036k|6529 | 0.000000e+00 |      --      |    Inf 
869.51/869.55	c   870s|  4400k|  1135k| 14571k|   3.3 |1007M|  63 |   8 |  70 |4667 |  70 |  21 |  18 |2041k|6529 | 0.000000e+00 |      --      |    Inf 
871.62/871.60	c   872s|  4410k|  1138k| 14603k|   3.3 |1009M|  63 |   8 |  70 |4763 |  70 |  21 |  18 |2046k|6529 | 0.000000e+00 |      --      |    Inf 
873.61/873.65	c   874s|  4420k|  1140k| 14635k|   3.3 |1012M|  63 |   - |  70 |4909 |  70 |  21 |  18 |2050k|6529 | 0.000000e+00 |      --      |    Inf 
875.63/875.67	c   876s|  4430k|  1143k| 14668k|   3.3 |1014M|  63 |   - |  70 |5098 |  70 |  21 |  18 |2055k|6529 | 0.000000e+00 |      --      |    Inf 
877.92/877.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
877.92/877.93	c   878s|  4440k|  1146k| 14700k|   3.3 |1016M|  63 |   8 |  70 |3853 |  70 |  21 |  18 |2059k|6529 | 0.000000e+00 |      --      |    Inf 
880.04/880.04	c   880s|  4450k|  1148k| 14734k|   3.3 |1018M|  63 |   8 |  70 |4579 |  70 |  21 |  18 |2064k|6529 | 0.000000e+00 |      --      |    Inf 
882.14/882.15	c   882s|  4460k|  1150k| 14767k|   3.3 |1021M|  63 |   8 |  70 |4560 |  70 |  21 |  18 |2069k|6529 | 0.000000e+00 |      --      |    Inf 
884.22/884.20	c   884s|  4470k|  1153k| 14800k|   3.3 |1023M|  63 |   - |  70 |4681 |  70 |  21 |  18 |2073k|6529 | 0.000000e+00 |      --      |    Inf 
886.32/886.31	c   886s|  4480k|  1155k| 14832k|   3.3 |1025M|  63 |   - |  70 |4551 |  70 |  21 |  18 |2078k|6529 | 0.000000e+00 |      --      |    Inf 
888.42/888.47	c   888s|  4490k|  1158k| 14865k|   3.3 |1028M|  63 |   8 |  70 |4361 |  70 |  21 |  18 |2083k|6529 | 0.000000e+00 |      --      |    Inf 
890.52/890.56	c   891s|  4500k|  1160k| 14898k|   3.3 |1030M|  63 |   8 |  70 |3963 |  70 |  21 |  18 |2088k|6529 | 0.000000e+00 |      --      |    Inf 
892.62/892.66	c   893s|  4510k|  1163k| 14931k|   3.3 |1032M|  63 |   8 |  70 |4025 |  70 |  21 |  18 |2092k|6529 | 0.000000e+00 |      --      |    Inf 
894.62/894.67	c   895s|  4520k|  1165k| 14963k|   3.3 |1034M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2097k|6529 | 0.000000e+00 |      --      |    Inf 
896.72/896.77	c   897s|  4530k|  1168k| 14996k|   3.3 |1037M|  63 |   - |  70 |4223 |  70 |  21 |  18 |2101k|6529 | 0.000000e+00 |      --      |    Inf 
898.81/898.89	c   899s|  4540k|  1170k| 15029k|   3.3 |1039M|  63 |   8 |  70 |3883 |  70 |  21 |  18 |2106k|6529 | 0.000000e+00 |      --      |    Inf 
900.93/900.97	c   901s|  4550k|  1173k| 15062k|   3.3 |1041M|  63 |   - |  70 |4319 |  70 |  21 |  18 |2110k|6529 | 0.000000e+00 |      --      |    Inf 
903.04/903.07	c   903s|  4560k|  1175k| 15095k|   3.3 |1044M|  63 |   8 |  70 |4766 |  70 |  21 |  18 |2115k|6529 | 0.000000e+00 |      --      |    Inf 
905.23/905.32	c   905s|  4570k|  1178k| 15128k|   3.3 |1046M|  63 |   8 |  70 |4115 |  70 |  21 |  18 |2120k|6529 | 0.000000e+00 |      --      |    Inf 
907.32/907.40	c   907s|  4580k|  1180k| 15161k|   3.3 |1048M|  63 |   8 |  70 |4747 |  70 |  21 |  18 |2124k|6529 | 0.000000e+00 |      --      |    Inf 
909.51/909.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
909.51/909.61	c   910s|  4590k|  1182k| 15194k|   3.3 |1050M|  63 |   8 |  70 |4131 |  70 |  21 |  18 |2129k|6529 | 0.000000e+00 |      --      |    Inf 
911.62/911.65	c   912s|  4600k|  1185k| 15228k|   3.3 |1052M|  63 |   8 |  70 |4365 |  70 |  21 |  18 |2134k|6529 | 0.000000e+00 |      --      |    Inf 
913.82/913.89	c   914s|  4610k|  1187k| 15260k|   3.3 |1055M|  63 |   8 |  70 |4108 |  70 |  21 |  18 |2139k|6529 | 0.000000e+00 |      --      |    Inf 
916.01/916.04	c   916s|  4620k|  1190k| 15293k|   3.3 |1057M|  63 |   8 |  70 |4174 |  70 |  21 |  18 |2143k|6529 | 0.000000e+00 |      --      |    Inf 
918.12/918.16	c   918s|  4630k|  1192k| 15326k|   3.3 |1059M|  63 |   8 |  70 |4359 |  70 |  21 |  18 |2148k|6529 | 0.000000e+00 |      --      |    Inf 
920.12/920.14	c   920s|  4640k|  1195k| 15361k|   3.3 |1062M|  63 |   8 |  70 |5724 |  70 |  21 |  18 |2153k|6529 | 0.000000e+00 |      --      |    Inf 
922.12/922.14	c   922s|  4650k|  1198k| 15395k|   3.3 |1064M|  63 |   8 |  70 |6974 |  70 |  21 |  18 |2157k|6529 | 0.000000e+00 |      --      |    Inf 
924.12/924.16	c   924s|  4660k|  1201k| 15426k|   3.3 |1067M|  63 |   8 |  70 |7432 |  70 |  21 |  18 |2161k|6529 | 0.000000e+00 |      --      |    Inf 
926.24/926.26	c   926s|  4670k|  1204k| 15461k|   3.3 |1069M|  63 |   8 |  70 |5908 |  70 |  21 |  18 |2165k|6529 | 0.000000e+00 |      --      |    Inf 
928.22/928.31	c   928s|  4680k|  1207k| 15495k|   3.3 |1071M|  63 |   8 |  70 |6337 |  70 |  21 |  18 |2170k|6529 | 0.000000e+00 |      --      |    Inf 
930.31/930.37	c   930s|  4690k|  1210k| 15528k|   3.3 |1074M|  63 |   8 |  70 |6439 |  70 |  21 |  18 |2174k|6529 | 0.000000e+00 |      --      |    Inf 
932.42/932.47	c   932s|  4700k|  1213k| 15562k|   3.3 |1077M|  63 |   8 |  70 |6769 |  70 |  21 |  18 |2179k|6529 | 0.000000e+00 |      --      |    Inf 
934.62/934.63	c   935s|  4710k|  1216k| 15595k|   3.3 |1079M|  63 |   8 |  70 |6777 |  70 |  21 |  18 |2183k|6529 | 0.000000e+00 |      --      |    Inf 
936.62/936.67	c   937s|  4720k|  1219k| 15628k|   3.3 |1081M|  63 |   - |  70 |7197 |  70 |  21 |  18 |2187k|6529 | 0.000000e+00 |      --      |    Inf 
938.62/938.68	c   939s|  4730k|  1222k| 15660k|   3.3 |1084M|  63 |   8 |  70 |7873 |  70 |  21 |  18 |2191k|6529 | 0.000000e+00 |      --      |    Inf 
940.82/940.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
940.82/940.82	c   941s|  4740k|  1225k| 15691k|   3.3 |1086M|  63 |   8 |  70 |7436 |  70 |  21 |  18 |2196k|6529 | 0.000000e+00 |      --      |    Inf 
943.02/943.07	c   943s|  4750k|  1228k| 15725k|   3.3 |1089M|  63 |   8 |  70 |7887 |  70 |  21 |  18 |2200k|6529 | 0.000000e+00 |      --      |    Inf 
945.32/945.31	c   945s|  4760k|  1230k| 15758k|   3.3 |1091M|  63 |   8 |  70 |7786 |  70 |  21 |  18 |2205k|6529 | 0.000000e+00 |      --      |    Inf 
947.62/947.68	c   948s|  4770k|  1233k| 15790k|   3.3 |1093M|  63 |   8 |  70 |6886 |  70 |  21 |  18 |2210k|6529 | 0.000000e+00 |      --      |    Inf 
949.82/949.80	c   950s|  4780k|  1236k| 15823k|   3.3 |1096M|  63 |   - |  70 |7337 |  70 |  21 |  18 |2214k|6529 | 0.000000e+00 |      --      |    Inf 
951.92/951.98	c   952s|  4790k|  1239k| 15856k|   3.3 |1098M|  63 |   8 |  70 |7395 |  70 |  21 |  18 |2218k|6529 | 0.000000e+00 |      --      |    Inf 
954.12/954.15	c   954s|  4800k|  1242k| 15887k|   3.3 |1100M|  63 |   8 |  70 |7484 |  70 |  21 |  18 |2223k|6529 | 0.000000e+00 |      --      |    Inf 
956.22/956.24	c   956s|  4810k|  1245k| 15919k|   3.3 |1103M|  63 |   8 |  70 |7838 |  70 |  21 |  18 |2227k|6529 | 0.000000e+00 |      --      |    Inf 
958.62/958.62	c   959s|  4820k|  1247k| 15951k|   3.3 |1105M|  63 |   8 |  70 |7584 |  70 |  21 |  18 |2232k|6529 | 0.000000e+00 |      --      |    Inf 
960.92/960.90	c   961s|  4830k|  1250k| 15983k|   3.3 |1107M|  63 |   - |  70 |7698 |  70 |  21 |  18 |2236k|6529 | 0.000000e+00 |      --      |    Inf 
963.02/963.09	c   963s|  4840k|  1253k| 16016k|   3.3 |1110M|  63 |   8 |  70 |7902 |  70 |  21 |  18 |2241k|6529 | 0.000000e+00 |      --      |    Inf 
965.32/965.38	c   965s|  4850k|  1255k| 16048k|   3.3 |1112M|  63 |   - |  70 |7270 |  70 |  21 |  18 |2245k|6529 | 0.000000e+00 |      --      |    Inf 
967.72/967.76	c   968s|  4860k|  1258k| 16081k|   3.3 |1114M|  63 |   - |  70 |5419 |  70 |  21 |  18 |2250k|6529 | 0.000000e+00 |      --      |    Inf 
969.91/969.95	c   970s|  4870k|  1260k| 16115k|   3.3 |1116M|  63 |   8 |  70 |5430 |  70 |  21 |  18 |2255k|6529 | 0.000000e+00 |      --      |    Inf 
972.22/972.23	c   972s|  4880k|  1262k| 16148k|   3.3 |1118M|  63 |   8 |  70 |4341 |  70 |  21 |  18 |2259k|6529 | 0.000000e+00 |      --      |    Inf 
974.12/974.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
974.12/974.11	c   974s|  4890k|  1265k| 16180k|   3.3 |1121M|  63 |   8 |  70 |5857 |  70 |  21 |  18 |2264k|6529 | 0.000000e+00 |      --      |    Inf 
976.12/976.10	c   976s|  4900k|  1269k| 16212k|   3.3 |1123M|  63 |   8 |  70 |6246 |  70 |  21 |  18 |2268k|6529 | 0.000000e+00 |      --      |    Inf 
978.22/978.28	c   978s|  4910k|  1271k| 16244k|   3.3 |1125M|  63 |   8 |  70 |4704 |  70 |  21 |  18 |2272k|6529 | 0.000000e+00 |      --      |    Inf 
980.32/980.36	c   980s|  4920k|  1274k| 16276k|   3.3 |1128M|  63 |   - |  70 |5293 |  70 |  21 |  18 |2277k|6529 | 0.000000e+00 |      --      |    Inf 
982.62/982.64	c   983s|  4930k|  1276k| 16310k|   3.3 |1130M|  63 |   8 |  70 |4362 |  70 |  21 |  18 |2282k|6529 | 0.000000e+00 |      --      |    Inf 
984.82/984.87	c   985s|  4940k|  1278k| 16343k|   3.3 |1132M|  63 |   - |  70 |4029 |  70 |  21 |  18 |2287k|6529 | 0.000000e+00 |      --      |    Inf 
986.92/986.99	c   987s|  4950k|  1280k| 16377k|   3.3 |1134M|  63 |   8 |  70 |4817 |  70 |  21 |  18 |2292k|6529 | 0.000000e+00 |      --      |    Inf 
989.22/989.25	c   989s|  4960k|  1283k| 16411k|   3.3 |1136M|  63 |   - |  70 |3837 |  70 |  21 |  18 |2296k|6529 | 0.000000e+00 |      --      |    Inf 
991.32/991.39	c   991s|  4970k|  1285k| 16444k|   3.3 |1139M|  63 |   8 |  70 |3981 |  70 |  21 |  18 |2301k|6529 | 0.000000e+00 |      --      |    Inf 
993.62/993.60	c   994s|  4980k|  1287k| 16477k|   3.3 |1141M|  63 |   - |  70 |4187 |  70 |  21 |  18 |2306k|6529 | 0.000000e+00 |      --      |    Inf 
995.72/995.75	c   996s|  4990k|  1290k| 16510k|   3.3 |1143M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |2310k|6529 | 0.000000e+00 |      --      |    Inf 
997.82/997.82	c   998s|  5000k|  1292k| 16543k|   3.3 |1146M|  63 |   - |  70 |4878 |  70 |  21 |  18 |2315k|6529 | 0.000000e+00 |      --      |    Inf 
999.94/999.99	c  1000s|  5010k|  1295k| 16576k|   3.3 |1148M|  63 |   - |  70 |4387 |  70 |  21 |  18 |2320k|6529 | 0.000000e+00 |      --      |    Inf 
1002.03/1002.11	c  1002s|  5020k|  1297k| 16609k|   3.3 |1150M|  63 |   - |  70 |4159 |  70 |  21 |  18 |2324k|6529 | 0.000000e+00 |      --      |    Inf 
1004.24/1004.25	c  1004s|  5030k|  1300k| 16642k|   3.3 |1152M|  63 |   8 |  70 |4062 |  70 |  21 |  18 |2329k|6529 | 0.000000e+00 |      --      |    Inf 
1006.43/1006.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1006.43/1006.42	c  1006s|  5040k|  1302k| 16675k|   3.3 |1154M|  63 |   8 |  70 |3806 |  70 |  21 |  18 |2334k|6529 | 0.000000e+00 |      --      |    Inf 
1008.52/1008.56	c  1009s|  5050k|  1304k| 16708k|   3.3 |1157M|  63 |   8 |  70 |4018 |  70 |  21 |  18 |2338k|6529 | 0.000000e+00 |      --      |    Inf 
1010.72/1010.73	c  1011s|  5060k|  1307k| 16741k|   3.3 |1159M|  63 |   - |  70 |3745 |  70 |  21 |  18 |2343k|6529 | 0.000000e+00 |      --      |    Inf 
1012.92/1012.92	c  1013s|  5070k|  1309k| 16774k|   3.3 |1161M|  63 |   - |  70 |4045 |  70 |  21 |  18 |2348k|6529 | 0.000000e+00 |      --      |    Inf 
1015.13/1015.12	c  1015s|  5080k|  1311k| 16808k|   3.3 |1163M|  63 |   8 |  70 |4173 |  70 |  21 |  18 |2353k|6529 | 0.000000e+00 |      --      |    Inf 
1017.12/1017.11	c  1017s|  5090k|  1314k| 16840k|   3.3 |1166M|  63 |   8 |  70 |5014 |  70 |  21 |  18 |2358k|6529 | 0.000000e+00 |      --      |    Inf 
1019.23/1019.20	c  1019s|  5100k|  1316k| 16872k|   3.3 |1168M|  63 |   - |  70 |4779 |  70 |  21 |  18 |2362k|6529 | 0.000000e+00 |      --      |    Inf 
1021.42/1021.40	c  1021s|  5110k|  1319k| 16906k|   3.3 |1170M|  63 |   8 |  70 |4171 |  70 |  21 |  18 |2367k|6529 | 0.000000e+00 |      --      |    Inf 
1023.42/1023.49	c  1023s|  5120k|  1321k| 16939k|   3.3 |1172M|  63 |   8 |  70 |4086 |  70 |  21 |  18 |2372k|6529 | 0.000000e+00 |      --      |    Inf 
1025.62/1025.60	c  1026s|  5130k|  1323k| 16972k|   3.3 |1175M|  63 |   - |  70 |4845 |   0 |   0 |  18 |2376k|6529 | 0.000000e+00 |      --      |    Inf 
1027.82/1027.80	c  1028s|  5140k|  1326k| 17005k|   3.3 |1177M|  63 |   - |  70 |4866 |  70 |  21 |  18 |2381k|6529 | 0.000000e+00 |      --      |    Inf 
1030.02/1030.01	c  1030s|  5150k|  1328k| 17038k|   3.3 |1179M|  63 |   - |  70 |4579 |  70 |  21 |  18 |2385k|6529 | 0.000000e+00 |      --      |    Inf 
1032.22/1032.27	c  1032s|  5160k|  1331k| 17071k|   3.3 |1182M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2390k|6529 | 0.000000e+00 |      --      |    Inf 
1034.12/1034.10	c  1034s|  5170k|  1334k| 17103k|   3.3 |1184M|  63 |   8 |  70 |5785 |  70 |  21 |  18 |2394k|6529 | 0.000000e+00 |      --      |    Inf 
1035.92/1035.99	c  1036s|  5180k|  1338k| 17134k|   3.3 |1187M|  63 |   8 |  70 |6207 |  70 |  21 |  18 |2398k|6529 | 0.000000e+00 |      --      |    Inf 
1038.12/1038.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1038.12/1038.18	c  1038s|  5190k|  1340k| 17165k|   3.3 |1189M|  63 |   8 |  70 |4505 |  70 |  21 |  18 |2402k|6529 | 0.000000e+00 |      --      |    Inf 
1040.32/1040.39	c  1040s|  5200k|  1343k| 17198k|   3.3 |1191M|  63 |   - |  70 |4625 |  70 |  21 |  18 |2407k|6529 | 0.000000e+00 |      --      |    Inf 
1042.42/1042.48	c  1042s|  5210k|  1345k| 17231k|   3.3 |1193M|  63 |   8 |  70 |4630 |  70 |  21 |  18 |2412k|6529 | 0.000000e+00 |      --      |    Inf 
1044.72/1044.75	c  1045s|  5220k|  1347k| 17265k|   3.3 |1196M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2416k|6529 | 0.000000e+00 |      --      |    Inf 
1046.83/1046.81	c  1047s|  5230k|  1350k| 17298k|   3.3 |1198M|  63 |   8 |  70 |5480 |  70 |  21 |  18 |2421k|6529 | 0.000000e+00 |      --      |    Inf 
1048.82/1048.87	c  1049s|  5240k|  1353k| 17332k|   3.3 |1201M|  63 |   - |  70 |6769 |   0 |   0 |  18 |2425k|6529 | 0.000000e+00 |      --      |    Inf 
1051.12/1051.12	c  1051s|  5250k|  1355k| 17364k|   3.3 |1202M|  63 |   - |  70 |4660 |  70 |  21 |  18 |2430k|6529 | 0.000000e+00 |      --      |    Inf 
1053.32/1053.31	c  1053s|  5260k|  1358k| 17397k|   3.3 |1205M|  63 |   8 |  70 |4615 |  70 |  21 |  18 |2435k|6529 | 0.000000e+00 |      --      |    Inf 
1055.33/1055.39	c  1055s|  5270k|  1361k| 17431k|   3.3 |1207M|  63 |   - |  70 |5052 |  70 |  21 |  18 |2439k|6529 | 0.000000e+00 |      --      |    Inf 
1057.62/1057.60	c  1058s|  5280k|  1363k| 17464k|   3.3 |1209M|  63 |   8 |  70 |4778 |  70 |  21 |  18 |2444k|6529 | 0.000000e+00 |      --      |    Inf 
1059.82/1059.86	c  1060s|  5290k|  1365k| 17497k|   3.3 |1211M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |2449k|6529 | 0.000000e+00 |      --      |    Inf 
1062.02/1062.00	c  1062s|  5300k|  1368k| 17531k|   3.3 |1214M|  63 |   8 |  70 |4224 |  70 |  21 |  18 |2453k|6529 | 0.000000e+00 |      --      |    Inf 
1064.12/1064.15	c  1064s|  5310k|  1370k| 17563k|   3.3 |1216M|  63 |   - |  70 |4205 |  70 |  21 |  18 |2458k|6529 | 0.000000e+00 |      --      |    Inf 
1066.33/1066.39	c  1066s|  5320k|  1373k| 17596k|   3.3 |1218M|  63 |   8 |  70 |4051 |  70 |  21 |  18 |2463k|6529 | 0.000000e+00 |      --      |    Inf 
1068.52/1068.55	c  1069s|  5330k|  1375k| 17630k|   3.3 |1221M|  63 |   - |  70 |4517 |  70 |  21 |  18 |2467k|6529 | 0.000000e+00 |      --      |    Inf 
1070.72/1070.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1070.72/1070.74	c  1071s|  5340k|  1377k| 17663k|   3.3 |1223M|  63 |   8 |  70 |3966 |  70 |  21 |  18 |2472k|6529 | 0.000000e+00 |      --      |    Inf 
1072.92/1072.92	c  1073s|  5350k|  1380k| 17696k|   3.3 |1225M|  63 |   8 |  70 |3906 |  70 |  21 |  18 |2477k|6529 | 0.000000e+00 |      --      |    Inf 
1075.12/1075.14	c  1075s|  5360k|  1382k| 17729k|   3.3 |1227M|  63 |   8 |  70 |4061 |  70 |  21 |  18 |2482k|6529 | 0.000000e+00 |      --      |    Inf 
1077.32/1077.34	c  1077s|  5370k|  1384k| 17762k|   3.3 |1229M|  63 |   - |  70 |3998 |  70 |  21 |  18 |2487k|6529 | 0.000000e+00 |      --      |    Inf 
1079.53/1079.51	c  1080s|  5380k|  1386k| 17795k|   3.3 |1232M|  63 |   8 |  70 |3909 |  70 |  21 |  18 |2491k|6529 | 0.000000e+00 |      --      |    Inf 
1081.62/1081.65	c  1082s|  5390k|  1389k| 17829k|   3.3 |1234M|  63 |   - |  70 |3682 |  70 |  21 |  18 |2496k|6529 | 0.000000e+00 |      --      |    Inf 
1083.72/1083.78	c  1084s|  5400k|  1391k| 17862k|   3.3 |1236M|  63 |   8 |  70 |3538 |  70 |  21 |  18 |2501k|6529 | 0.000000e+00 |      --      |    Inf 
1085.82/1085.86	c  1086s|  5410k|  1394k| 17895k|   3.3 |1238M|  63 |   8 |  70 |4187 |  70 |  21 |  18 |2505k|6529 | 0.000000e+00 |      --      |    Inf 
1088.02/1088.03	c  1088s|  5420k|  1396k| 17927k|   3.3 |1241M|  63 |   8 |  70 |4059 |  70 |  21 |  18 |2510k|6529 | 0.000000e+00 |      --      |    Inf 
1090.15/1090.17	c  1090s|  5430k|  1398k| 17960k|   3.3 |1243M|  63 |   8 |  70 |4168 |  70 |  21 |  18 |2515k|6529 | 0.000000e+00 |      --      |    Inf 
1092.12/1092.18	c  1092s|  5440k|  1401k| 17991k|   3.3 |1245M|  63 |   8 |  70 |5157 |  70 |  21 |  18 |2519k|6529 | 0.000000e+00 |      --      |    Inf 
1094.32/1094.30	c  1094s|  5450k|  1404k| 18024k|   3.3 |1248M|  63 |   8 |  70 |5231 |  70 |  21 |  18 |2524k|6529 | 0.000000e+00 |      --      |    Inf 
1096.53/1096.56	c  1097s|  5460k|  1406k| 18058k|   3.3 |1250M|  63 |   - |  70 |4530 |  70 |  21 |  18 |2529k|6529 | 0.000000e+00 |      --      |    Inf 
1098.84/1098.84	c  1099s|  5470k|  1408k| 18091k|   3.3 |1252M|  63 |   8 |  70 |4367 |  70 |  21 |  18 |2534k|6529 | 0.000000e+00 |      --      |    Inf 
1100.92/1101.01	c  1101s|  5480k|  1411k| 18125k|   3.3 |1254M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |2538k|6529 | 0.000000e+00 |      --      |    Inf 
1103.13/1103.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.13/1103.18	c  1103s|  5490k|  1413k| 18157k|   3.3 |1257M|  63 |   8 |  70 |4161 |  70 |  21 |  18 |2543k|6529 | 0.000000e+00 |      --      |    Inf 
1105.32/1105.40	c  1105s|  5500k|  1415k| 18189k|   3.3 |1259M|  63 |   - |  70 |3983 |  70 |  21 |  18 |2548k|6529 | 0.000000e+00 |      --      |    Inf 
1107.43/1107.42	c  1107s|  5510k|  1418k| 18223k|   3.3 |1261M|  63 |   8 |  70 |4871 |  70 |  21 |  18 |2552k|6529 | 0.000000e+00 |      --      |    Inf 
1109.32/1109.36	c  1109s|  5520k|  1421k| 18258k|   3.3 |1264M|  63 |   - |  70 |6346 |  70 |  21 |  18 |2557k|6529 | 0.000000e+00 |      --      |    Inf 
1111.62/1111.63	c  1112s|  5530k|  1423k| 18292k|   3.3 |1266M|  63 |   8 |  70 |4460 |  70 |  21 |  18 |2562k|6529 | 0.000000e+00 |      --      |    Inf 
1113.72/1113.78	c  1114s|  5540k|  1425k| 18325k|   3.3 |1268M|  63 |   - |  70 |4865 |  70 |  21 |  18 |2566k|6529 | 0.000000e+00 |      --      |    Inf 
1115.83/1115.86	c  1116s|  5550k|  1428k| 18358k|   3.3 |1271M|  63 |   8 |  70 |4731 |  70 |  21 |  18 |2571k|6529 | 0.000000e+00 |      --      |    Inf 
1118.02/1118.00	c  1118s|  5560k|  1431k| 18391k|   3.3 |1273M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |2575k|6529 | 0.000000e+00 |      --      |    Inf 
1120.02/1120.09	c  1120s|  5570k|  1433k| 18423k|   3.3 |1275M|  63 |   - |  70 |4870 |  70 |  21 |  18 |2580k|6529 | 0.000000e+00 |      --      |    Inf 
1122.13/1122.16	c  1122s|  5580k|  1436k| 18455k|   3.3 |1277M|  63 |   8 |  70 |4656 |  70 |  21 |  18 |2584k|6529 | 0.000000e+00 |      --      |    Inf 
1124.13/1124.14	c  1124s|  5590k|  1439k| 18487k|   3.3 |1280M|  63 |   - |  70 |5910 |  70 |  21 |  18 |2589k|6529 | 0.000000e+00 |      --      |    Inf 
1126.44/1126.45	c  1126s|  5600k|  1441k| 18520k|   3.3 |1282M|  63 |   - |  70 |4780 |  70 |  21 |  18 |2593k|6529 | 0.000000e+00 |      --      |    Inf 
1128.65/1128.68	c  1129s|  5610k|  1443k| 18553k|   3.3 |1284M|  63 |   8 |  70 |4250 |  70 |  21 |  18 |2598k|6529 | 0.000000e+00 |      --      |    Inf 
1130.84/1130.88	c  1131s|  5620k|  1446k| 18586k|   3.3 |1286M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |2603k|6529 | 0.000000e+00 |      --      |    Inf 
1133.05/1133.08	c  1133s|  5630k|  1448k| 18620k|   3.3 |1289M|  63 |   8 |  70 |4379 |  70 |  21 |  18 |2608k|6529 | 0.000000e+00 |      --      |    Inf 
1135.25/1135.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1135.25/1135.25	c  1135s|  5640k|  1450k| 18653k|   3.3 |1291M|  63 |   8 |  70 |4464 |  70 |  21 |  18 |2612k|6529 | 0.000000e+00 |      --      |    Inf 
1137.34/1137.35	c  1137s|  5650k|  1453k| 18686k|   3.3 |1293M|  63 |   - |  70 |4338 |  70 |  21 |  18 |2617k|6529 | 0.000000e+00 |      --      |    Inf 
1139.32/1139.38	c  1139s|  5660k|  1456k| 18719k|   3.3 |1296M|  63 |   - |  70 |4807 |  70 |  21 |  18 |2622k|6529 | 0.000000e+00 |      --      |    Inf 
1141.52/1141.57	c  1142s|  5670k|  1458k| 18751k|   3.3 |1298M|  63 |   - |  70 |3666 |  70 |  21 |  18 |2626k|6529 | 0.000000e+00 |      --      |    Inf 
1143.83/1143.80	c  1144s|  5680k|  1460k| 18785k|   3.3 |1300M|  63 |   8 |  70 |3666 |  70 |  21 |  18 |2631k|6529 | 0.000000e+00 |      --      |    Inf 
1145.93/1145.93	c  1146s|  5690k|  1463k| 18818k|   3.3 |1302M|  63 |   8 |  70 |3991 |  70 |  21 |  18 |2636k|6529 | 0.000000e+00 |      --      |    Inf 
1148.03/1148.04	c  1148s|  5700k|  1465k| 18850k|   3.3 |1305M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |2640k|6529 | 0.000000e+00 |      --      |    Inf 
1150.23/1150.21	c  1150s|  5710k|  1468k| 18883k|   3.3 |1307M|  63 |   - |  70 |4131 |  70 |  21 |  18 |2645k|6529 | 0.000000e+00 |      --      |    Inf 
1152.32/1152.36	c  1152s|  5720k|  1470k| 18916k|   3.3 |1309M|  63 |   8 |  70 |4719 |  70 |  21 |  18 |2650k|6529 | 0.000000e+00 |      --      |    Inf 
1154.43/1154.48	c  1154s|  5730k|  1473k| 18948k|   3.3 |1312M|  63 |   8 |  70 |4913 |  70 |  21 |  18 |2654k|6529 | 0.000000e+00 |      --      |    Inf 
1156.53/1156.58	c  1157s|  5740k|  1475k| 18980k|   3.3 |1314M|  63 |   8 |  70 |5607 |  70 |  21 |  18 |2659k|6529 | 0.000000e+00 |      --      |    Inf 
1158.92/1158.92	c  1159s|  5750k|  1477k| 19013k|   3.3 |1316M|  63 |   - |  70 |4248 |  70 |  21 |  18 |2664k|6529 | 0.000000e+00 |      --      |    Inf 
1161.02/1161.06	c  1161s|  5760k|  1480k| 19046k|   3.3 |1318M|  63 |   - |  70 |4373 |  70 |  21 |  18 |2668k|6529 | 0.000000e+00 |      --      |    Inf 
1163.23/1163.22	c  1163s|  5770k|  1482k| 19079k|   3.3 |1320M|  63 |   - |  70 |4537 |  70 |  21 |  18 |2673k|6529 | 0.000000e+00 |      --      |    Inf 
1165.52/1165.52	c  1166s|  5780k|  1485k| 19111k|   3.3 |1323M|  63 |   - |  70 |4134 |  70 |  21 |  18 |2678k|6529 | 0.000000e+00 |      --      |    Inf 
1167.63/1167.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.63/1167.61	c  1168s|  5790k|  1487k| 19144k|   3.3 |1325M|  63 |   8 |  70 |4938 |  70 |  21 |  18 |2682k|6529 | 0.000000e+00 |      --      |    Inf 
1169.72/1169.75	c  1170s|  5800k|  1490k| 19176k|   3.3 |1327M|  63 |   - |  70 |4672 |  70 |  21 |  18 |2687k|6529 | 0.000000e+00 |      --      |    Inf 
1172.02/1172.00	c  1172s|  5810k|  1492k| 19210k|   3.3 |1330M|  63 |   8 |  70 |4066 |  70 |  21 |  18 |2691k|6529 | 0.000000e+00 |      --      |    Inf 
1174.13/1174.13	c  1174s|  5820k|  1494k| 19244k|   3.3 |1332M|  63 |   8 |  70 |4635 |  70 |  21 |  18 |2696k|6529 | 0.000000e+00 |      --      |    Inf 
1176.42/1176.44	c  1176s|  5830k|  1496k| 19278k|   3.3 |1334M|  63 |   - |  70 |4148 |  70 |  21 |  18 |2701k|6529 | 0.000000e+00 |      --      |    Inf 
1178.62/1178.65	c  1179s|  5840k|  1499k| 19311k|   3.3 |1336M|  63 |   8 |  70 |4466 |  70 |  21 |  18 |2706k|6529 | 0.000000e+00 |      --      |    Inf 
1180.63/1180.62	c  1181s|  5850k|  1502k| 19344k|   3.3 |1339M|  63 |   - |  70 |5540 |  70 |  21 |  18 |2710k|6529 | 0.000000e+00 |      --      |    Inf 
1182.92/1182.90	c  1183s|  5860k|  1504k| 19376k|   3.3 |1341M|  63 |   - |  70 |4758 |  70 |  21 |  18 |2715k|6529 | 0.000000e+00 |      --      |    Inf 
1185.03/1185.08	c  1185s|  5870k|  1506k| 19409k|   3.3 |1343M|  63 |   - |  70 |4596 |  70 |  21 |  18 |2719k|6529 | 0.000000e+00 |      --      |    Inf 
1187.23/1187.27	c  1187s|  5880k|  1509k| 19442k|   3.3 |1345M|  63 |   - |  70 |4839 |  70 |  21 |  18 |2724k|6529 | 0.000000e+00 |      --      |    Inf 
1189.53/1189.51	c  1190s|  5890k|  1511k| 19475k|   3.3 |1348M|  63 |   8 |  70 |4521 |  70 |  21 |  18 |2729k|6529 | 0.000000e+00 |      --      |    Inf 
1191.53/1191.52	c  1192s|  5900k|  1514k| 19508k|   3.3 |1350M|  63 |   8 |  70 |5324 |  70 |  21 |  18 |2733k|6529 | 0.000000e+00 |      --      |    Inf 
1193.63/1193.62	c  1194s|  5910k|  1517k| 19540k|   3.3 |1353M|  63 |   8 |  70 |6063 |  70 |  21 |  18 |2738k|6529 | 0.000000e+00 |      --      |    Inf 
1195.64/1195.66	c  1196s|  5920k|  1520k| 19573k|   3.3 |1355M|  63 |   8 |  70 |7119 |  70 |  21 |  18 |2742k|6529 | 0.000000e+00 |      --      |    Inf 
1198.02/1198.00	c  1198s|  5930k|  1522k| 19607k|   3.3 |1357M|  63 |   - |  70 |5536 |  70 |  21 |  18 |2747k|6529 | 0.000000e+00 |      --      |    Inf 
1200.15/1200.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1200.15/1200.19	c  1200s|  5940k|  1524k| 19640k|   3.3 |1359M|  63 |   8 |  70 |5144 |  70 |  21 |  18 |2752k|6529 | 0.000000e+00 |      --      |    Inf 
1202.42/1202.46	c  1202s|  5950k|  1527k| 19672k|   3.3 |1362M|  63 |   - |  70 |4692 |  70 |  21 |  18 |2757k|6529 | 0.000000e+00 |      --      |    Inf 
1204.63/1204.68	c  1205s|  5960k|  1529k| 19705k|   3.3 |1364M|  63 |   - |  70 |5000 |  70 |  21 |  18 |2761k|6529 | 0.000000e+00 |      --      |    Inf 
1206.75/1206.74	c  1207s|  5970k|  1532k| 19739k|   3.3 |1366M|  63 |   - |  70 |5473 |  70 |  21 |  18 |2766k|6529 | 0.000000e+00 |      --      |    Inf 
1209.02/1209.04	c  1209s|  5980k|  1534k| 19772k|   3.3 |1368M|  63 |   - |  70 |4782 |   0 |   0 |  18 |2771k|6529 | 0.000000e+00 |      --      |    Inf 
1211.04/1211.08	c  1211s|  5990k|  1537k| 19805k|   3.3 |1371M|  63 |   8 |  70 |5726 |  70 |  21 |  18 |2775k|6529 | 0.000000e+00 |      --      |    Inf 
1213.42/1213.44	c  1213s|  6000k|  1539k| 19838k|   3.3 |1373M|  63 |   8 |  70 |4254 |  70 |  21 |  18 |2780k|6529 | 0.000000e+00 |      --      |    Inf 
1215.62/1215.66	c  1216s|  6010k|  1542k| 19871k|   3.3 |1375M|  63 |   8 |  70 |4202 |  70 |  21 |  18 |2785k|6529 | 0.000000e+00 |      --      |    Inf 
1217.83/1217.83	c  1218s|  6020k|  1544k| 19904k|   3.3 |1377M|  63 |   - |  70 |4519 |  70 |  21 |  18 |2789k|6529 | 0.000000e+00 |      --      |    Inf 
1219.84/1219.89	c  1220s|  6030k|  1547k| 19936k|   3.3 |1380M|  63 |   - |  70 |5198 |  70 |  21 |  18 |2794k|6529 | 0.000000e+00 |      --      |    Inf 
1222.04/1222.05	c  1222s|  6040k|  1549k| 19970k|   3.3 |1382M|  63 |   8 |  70 |5644 |  70 |  21 |  18 |2799k|6529 | 0.000000e+00 |      --      |    Inf 
1224.13/1224.20	c  1224s|  6050k|  1552k| 20003k|   3.3 |1384M|  63 |   8 |  70 |5426 |  70 |  21 |  18 |2803k|6529 | 0.000000e+00 |      --      |    Inf 
1226.33/1226.35	c  1226s|  6060k|  1555k| 20036k|   3.3 |1387M|  63 |   - |  70 |5430 |  70 |  21 |  18 |2807k|6529 | 0.000000e+00 |      --      |    Inf 
1228.52/1228.61	c  1229s|  6070k|  1558k| 20069k|   3.3 |1389M|  63 |   - |  70 |5102 |  70 |  21 |  18 |2812k|6529 | 0.000000e+00 |      --      |    Inf 
1230.72/1230.72	c  1231s|  6080k|  1560k| 20101k|   3.3 |1391M|  63 |   8 |  70 |5180 |  70 |  21 |  18 |2817k|6529 | 0.000000e+00 |      --      |    Inf 
1232.93/1232.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1232.93/1232.91	c  1233s|  6090k|  1563k| 20134k|   3.3 |1393M|  63 |   8 |  70 |4551 |  70 |  21 |  18 |2821k|6529 | 0.000000e+00 |      --      |    Inf 
1235.02/1235.07	c  1235s|  6100k|  1565k| 20167k|   3.3 |1396M|  63 |   8 |  70 |4602 |  70 |  21 |  18 |2826k|6529 | 0.000000e+00 |      --      |    Inf 
1237.13/1237.12	c  1237s|  6110k|  1568k| 20199k|   3.3 |1398M|  63 |   8 |  70 |6257 |  70 |  21 |  18 |2830k|6529 | 0.000000e+00 |      --      |    Inf 
1239.53/1239.51	c  1240s|  6120k|  1570k| 20232k|   3.3 |1400M|  63 |   8 |  70 |4239 |  70 |  21 |  18 |2835k|6529 | 0.000000e+00 |      --      |    Inf 
1241.72/1241.74	c  1242s|  6130k|  1573k| 20266k|   3.3 |1402M|  63 |   8 |  70 |4423 |  70 |  21 |  18 |2840k|6529 | 0.000000e+00 |      --      |    Inf 
1244.05/1244.04	c  1244s|  6140k|  1575k| 20298k|   3.3 |1405M|  63 |   8 |  70 |4088 |  70 |  21 |  18 |2845k|6529 | 0.000000e+00 |      --      |    Inf 
1246.13/1246.20	c  1246s|  6150k|  1577k| 20331k|   3.3 |1407M|  63 |   8 |  70 |4637 |  70 |  21 |  18 |2849k|6529 | 0.000000e+00 |      --      |    Inf 
1248.33/1248.36	c  1248s|  6160k|  1580k| 20364k|   3.3 |1409M|  63 |   8 |  70 |4525 |  70 |  21 |  18 |2854k|6529 | 0.000000e+00 |      --      |    Inf 
1250.23/1250.23	c  1250s|  6170k|  1583k| 20395k|   3.3 |1412M|  63 |   8 |  70 |5961 |  70 |  21 |  18 |2858k|6529 | 0.000000e+00 |      --      |    Inf 
1252.32/1252.31	c  1252s|  6180k|  1586k| 20426k|   3.3 |1414M|  63 |   8 |  70 |5994 |  70 |  21 |  18 |2862k|6529 | 0.000000e+00 |      --      |    Inf 
1254.42/1254.49	c  1254s|  6190k|  1589k| 20459k|   3.3 |1417M|  63 |   8 |  70 |6042 |  70 |  21 |  18 |2867k|6529 | 0.000000e+00 |      --      |    Inf 
1256.53/1256.59	c  1257s|  6200k|  1591k| 20492k|   3.3 |1419M|  63 |   8 |  70 |5787 |  70 |  21 |  18 |2871k|6529 | 0.000000e+00 |      --      |    Inf 
1258.83/1258.87	c  1259s|  6210k|  1594k| 20525k|   3.3 |1421M|  63 |   - |  70 |4613 |  70 |  21 |  18 |2876k|6529 | 0.000000e+00 |      --      |    Inf 
1261.02/1261.05	c  1261s|  6220k|  1596k| 20557k|   3.3 |1423M|  63 |   - |  70 |4744 |  70 |  21 |  18 |2881k|6529 | 0.000000e+00 |      --      |    Inf 
1263.13/1263.19	c  1263s|  6230k|  1599k| 20589k|   3.3 |1426M|  63 |   8 |  70 |5208 |  70 |  21 |  18 |2885k|6529 | 0.000000e+00 |      --      |    Inf 
1265.43/1265.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1265.43/1265.40	c  1265s|  6240k|  1601k| 20622k|   3.3 |1428M|  63 |   8 |  70 |4516 |  70 |  21 |  18 |2890k|6529 | 0.000000e+00 |      --      |    Inf 
1267.63/1267.60	c  1268s|  6250k|  1604k| 20656k|   3.3 |1430M|  63 |   8 |  70 |4689 |  70 |  21 |  18 |2895k|6529 | 0.000000e+00 |      --      |    Inf 
1269.83/1269.82	c  1270s|  6260k|  1606k| 20689k|   3.3 |1432M|  63 |   - |  70 |4197 |  70 |  21 |  18 |2899k|6529 | 0.000000e+00 |      --      |    Inf 
1271.93/1271.96	c  1272s|  6270k|  1608k| 20722k|   3.3 |1434M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |2904k|6529 | 0.000000e+00 |      --      |    Inf 
1274.03/1274.03	c  1274s|  6280k|  1611k| 20755k|   3.3 |1437M|  63 |   - |  70 |4831 |  70 |  21 |  18 |2909k|6529 | 0.000000e+00 |      --      |    Inf 
1276.33/1276.39	c  1276s|  6290k|  1613k| 20788k|   3.3 |1439M|  63 |   - |  70 |3762 |  70 |  21 |  18 |2913k|6529 | 0.000000e+00 |      --      |    Inf 
1278.53/1278.52	c  1279s|  6300k|  1616k| 20819k|   3.3 |1441M|  63 |   8 |  70 |4313 |  70 |  21 |  18 |2918k|6529 | 0.000000e+00 |      --      |    Inf 
1280.52/1280.53	c  1281s|  6310k|  1618k| 20852k|   3.3 |1444M|  63 |   - |  70 |5132 |  70 |  21 |  18 |2923k|6529 | 0.000000e+00 |      --      |    Inf 
1282.73/1282.74	c  1283s|  6320k|  1621k| 20883k|   3.3 |1446M|  63 |   - |  70 |5216 |  70 |  21 |  18 |2927k|6529 | 0.000000e+00 |      --      |    Inf 
1285.03/1285.01	c  1285s|  6330k|  1623k| 20916k|   3.3 |1448M|  63 |   8 |  70 |4494 |  70 |  21 |  18 |2932k|6529 | 0.000000e+00 |      --      |    Inf 
1287.13/1287.17	c  1287s|  6340k|  1626k| 20949k|   3.3 |1450M|  63 |   8 |  70 |5042 |  70 |  21 |  18 |2937k|6529 | 0.000000e+00 |      --      |    Inf 
1289.33/1289.32	c  1289s|  6350k|  1628k| 20983k|   3.3 |1453M|  63 |   8 |  70 |5445 |  70 |  21 |  18 |2941k|6529 | 0.000000e+00 |      --      |    Inf 
1291.53/1291.53	c  1292s|  6360k|  1631k| 21015k|   3.3 |1455M|  63 |   - |  70 |4686 |  70 |  21 |  18 |2946k|6529 | 0.000000e+00 |      --      |    Inf 
1293.55/1293.61	c  1294s|  6370k|  1633k| 21047k|   3.3 |1457M|  63 |   8 |  70 |5271 |  70 |  21 |  18 |2950k|6529 | 0.000000e+00 |      --      |    Inf 
1295.63/1295.71	c  1296s|  6380k|  1636k| 21081k|   3.3 |1460M|  63 |   8 |  70 |6014 |  70 |  21 |  18 |2955k|6529 | 0.000000e+00 |      --      |    Inf 
1297.82/1297.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.82/1297.85	c  1298s|  6390k|  1639k| 21115k|   3.3 |1462M|  63 |   8 |  70 |6196 |  70 |  21 |  18 |2959k|6529 | 0.000000e+00 |      --      |    Inf 
1300.14/1300.12	c  1300s|  6400k|  1641k| 21146k|   3.3 |1464M|  63 |   8 |  70 |4921 |  70 |  21 |  18 |2964k|6529 | 0.000000e+00 |      --      |    Inf 
1302.23/1302.24	c  1302s|  6410k|  1643k| 21179k|   3.3 |1466M|  63 |   8 |  70 |4694 |  70 |  21 |  18 |2969k|6529 | 0.000000e+00 |      --      |    Inf 
1304.33/1304.37	c  1304s|  6420k|  1646k| 21212k|   3.3 |1468M|  63 |   8 |  70 |4695 |  70 |  21 |  18 |2974k|6529 | 0.000000e+00 |      --      |    Inf 
1306.63/1306.64	c  1307s|  6430k|  1648k| 21245k|   3.3 |1470M|  63 |   8 |  70 |4083 |  70 |  21 |  18 |2978k|6529 | 0.000000e+00 |      --      |    Inf 
1308.83/1308.90	c  1309s|  6440k|  1650k| 21278k|   3.3 |1473M|  63 |   - |  70 |4042 |  70 |  21 |  18 |2983k|6529 | 0.000000e+00 |      --      |    Inf 
1311.03/1311.07	c  1311s|  6450k|  1653k| 21311k|   3.3 |1475M|  63 |   - |  70 |4122 |  70 |  21 |  18 |2988k|6529 | 0.000000e+00 |      --      |    Inf 
1313.13/1313.18	c  1313s|  6460k|  1655k| 21344k|   3.3 |1477M|  63 |   8 |  70 |4573 |  70 |  21 |  18 |2993k|6529 | 0.000000e+00 |      --      |    Inf 
1315.43/1315.40	c  1315s|  6470k|  1658k| 21377k|   3.3 |1480M|  63 |   8 |  70 |4686 |  70 |  21 |  18 |2997k|6529 | 0.000000e+00 |      --      |    Inf 
1317.53/1317.53	c  1318s|  6480k|  1660k| 21411k|   3.3 |1482M|  63 |   8 |  70 |4823 |  70 |  21 |  18 |3002k|6529 | 0.000000e+00 |      --      |    Inf 
1319.53/1319.57	c  1320s|  6490k|  1663k| 21443k|   3.3 |1485M|  63 |   8 |  70 |6451 |  70 |  21 |  18 |3006k|6529 | 0.000000e+00 |      --      |    Inf 
1321.83/1321.84	c  1322s|  6500k|  1665k| 21476k|   3.3 |1487M|  63 |   - |  70 |4744 |  70 |  21 |  18 |3011k|6529 | 0.000000e+00 |      --      |    Inf 
1324.03/1324.03	c  1324s|  6510k|  1668k| 21508k|   3.3 |1489M|  63 |   - |  70 |4522 |  70 |  21 |  18 |3016k|6529 | 0.000000e+00 |      --      |    Inf 
1326.33/1326.35	c  1326s|  6520k|  1670k| 21541k|   3.3 |1491M|  63 |   - |  70 |4435 |  70 |  21 |  18 |3021k|6529 | 0.000000e+00 |      --      |    Inf 
1328.33/1328.38	c  1328s|  6530k|  1673k| 21573k|   3.3 |1493M|  63 |   - |  70 |5414 |  70 |  21 |  18 |3025k|6529 | 0.000000e+00 |      --      |    Inf 
1330.43/1330.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1330.43/1330.41	c  1330s|  6540k|  1675k| 21605k|   3.3 |1496M|  63 |   8 |  70 |6373 |  70 |  21 |  18 |3029k|6529 | 0.000000e+00 |      --      |    Inf 
1332.53/1332.50	c  1333s|  6550k|  1678k| 21638k|   3.3 |1499M|  63 |   8 |  70 |7015 |  70 |  21 |  18 |3034k|6529 | 0.000000e+00 |      --      |    Inf 
1334.83/1334.80	c  1335s|  6560k|  1681k| 21671k|   3.3 |1501M|  63 |   8 |  70 |5959 |  70 |  21 |  18 |3038k|6529 | 0.000000e+00 |      --      |    Inf 
1337.23/1337.21	c  1337s|  6570k|  1683k| 21703k|   3.3 |1503M|  63 |   - |  70 |5048 |  70 |  21 |  18 |3043k|6529 | 0.000000e+00 |      --      |    Inf 
1339.53/1339.51	c  1340s|  6580k|  1686k| 21736k|   3.3 |1505M|  63 |   8 |  70 |4818 |  70 |  21 |  18 |3048k|6529 | 0.000000e+00 |      --      |    Inf 
1341.63/1341.65	c  1342s|  6590k|  1689k| 21771k|   3.3 |1507M|  63 |   8 |  70 |5456 |  70 |  21 |  18 |3052k|6529 | 0.000000e+00 |      --      |    Inf 
1343.83/1343.81	c  1344s|  6600k|  1691k| 21805k|   3.3 |1510M|  63 |   8 |  70 |5579 |  70 |  21 |  18 |3057k|6529 | 0.000000e+00 |      --      |    Inf 
1346.03/1346.08	c  1346s|  6610k|  1693k| 21839k|   3.3 |1512M|  63 |   8 |  70 |4899 |  70 |  21 |  18 |3062k|6529 | 0.000000e+00 |      --      |    Inf 
1348.33/1348.34	c  1348s|  6620k|  1695k| 21872k|   3.3 |1514M|  63 |   8 |  70 |4450 |  70 |  21 |  18 |3067k|6529 | 0.000000e+00 |      --      |    Inf 
1350.43/1350.46	c  1350s|  6630k|  1698k| 21905k|   3.3 |1516M|  63 |   - |  70 |4409 |  70 |  21 |  18 |3071k|6529 | 0.000000e+00 |      --      |    Inf 
1352.73/1352.76	c  1353s|  6640k|  1700k| 21938k|   3.3 |1518M|  63 |   8 |  70 |3933 |  70 |  21 |  18 |3076k|6529 | 0.000000e+00 |      --      |    Inf 
1354.94/1354.96	c  1355s|  6650k|  1703k| 21971k|   3.3 |1520M|  63 |   8 |  70 |4172 |  70 |  21 |  18 |3081k|6529 | 0.000000e+00 |      --      |    Inf 
1357.03/1357.05	c  1357s|  6660k|  1705k| 22005k|   3.3 |1523M|  63 |   8 |  70 |5062 |  70 |  21 |  18 |3085k|6529 | 0.000000e+00 |      --      |    Inf 
1359.23/1359.29	c  1359s|  6670k|  1707k| 22038k|   3.3 |1525M|  63 |   8 |  70 |4120 |  70 |  21 |  18 |3090k|6529 | 0.000000e+00 |      --      |    Inf 
1361.54/1361.56	c  1362s|  6680k|  1710k| 22071k|   3.3 |1527M|  63 |   8 |  70 |4343 |  70 |  21 |  18 |3095k|6529 | 0.000000e+00 |      --      |    Inf 
1363.63/1363.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1363.63/1363.68	c  1364s|  6690k|  1712k| 22103k|   3.3 |1530M|  63 |   - |  70 |4986 |  70 |  21 |  18 |3100k|6529 | 0.000000e+00 |      --      |    Inf 
1365.83/1365.82	c  1366s|  6700k|  1715k| 22136k|   3.3 |1532M|  63 |   8 |  70 |5020 |  70 |  21 |  18 |3104k|6529 | 0.000000e+00 |      --      |    Inf 
1368.03/1368.05	c  1368s|  6710k|  1717k| 22169k|   3.3 |1534M|  63 |   8 |  70 |4318 |  70 |  21 |  18 |3109k|6529 | 0.000000e+00 |      --      |    Inf 
1369.93/1369.93	c  1370s|  6720k|  1720k| 22201k|   3.3 |1537M|  63 |   8 |  70 |5818 |  70 |  21 |  18 |3113k|6529 | 0.000000e+00 |      --      |    Inf 
1372.23/1372.20	c  1372s|  6730k|  1722k| 22234k|   3.3 |1539M|  63 |   - |  70 |4668 |  70 |  21 |  18 |3118k|6529 | 0.000000e+00 |      --      |    Inf 
1374.43/1374.49	c  1374s|  6740k|  1725k| 22266k|   3.3 |1541M|  63 |   8 |  70 |4767 |  70 |  21 |  18 |3123k|6529 | 0.000000e+00 |      --      |    Inf 
1376.73/1376.77	c  1377s|  6750k|  1727k| 22300k|   3.3 |1543M|  63 |   8 |  70 |4138 |  70 |  21 |  18 |3127k|6529 | 0.000000e+00 |      --      |    Inf 
1378.93/1378.98	c  1379s|  6760k|  1730k| 22332k|   3.3 |1545M|  63 |   8 |  70 |4116 |  70 |  21 |  18 |3132k|6529 | 0.000000e+00 |      --      |    Inf 
1380.93/1380.94	c  1381s|  6770k|  1732k| 22364k|   3.3 |1548M|  63 |   8 |  70 |5713 |  70 |  21 |  18 |3136k|6529 | 0.000000e+00 |      --      |    Inf 
1383.33/1383.34	c  1383s|  6780k|  1735k| 22396k|   3.3 |1550M|  63 |   8 |  70 |4507 |  70 |  21 |  18 |3141k|6529 | 0.000000e+00 |      --      |    Inf 
1385.53/1385.53	c  1386s|  6790k|  1737k| 22429k|   3.3 |1552M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3146k|6529 | 0.000000e+00 |      --      |    Inf 
1387.73/1387.73	c  1388s|  6800k|  1740k| 22462k|   3.3 |1554M|  63 |   8 |  70 |4710 |  70 |  21 |  18 |3150k|6529 | 0.000000e+00 |      --      |    Inf 
1389.73/1389.71	c  1390s|  6810k|  1743k| 22495k|   3.3 |1557M|  63 |   8 |  70 |5673 |  70 |  21 |  18 |3155k|6529 | 0.000000e+00 |      --      |    Inf 
1391.93/1391.98	c  1392s|  6820k|  1745k| 22528k|   3.3 |1559M|  63 |   8 |  70 |4587 |  70 |  21 |  18 |3159k|6529 | 0.000000e+00 |      --      |    Inf 
1394.33/1394.30	c  1394s|  6830k|  1747k| 22561k|   3.3 |1561M|  63 |   8 |  70 |4305 |  70 |  21 |  18 |3164k|6529 | 0.000000e+00 |      --      |    Inf 
1396.33/1396.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1396.33/1396.38	c  1396s|  6840k|  1750k| 22595k|   3.3 |1564M|  63 |   - |  70 |5277 |  70 |  21 |  18 |3169k|6529 | 0.000000e+00 |      --      |    Inf 
1398.63/1398.68	c  1399s|  6850k|  1752k| 22627k|   3.3 |1566M|  63 |   8 |  70 |4771 |  70 |  21 |  18 |3173k|6529 | 0.000000e+00 |      --      |    Inf 
1400.84/1400.89	c  1401s|  6860k|  1754k| 22659k|   3.3 |1568M|  63 |   8 |  70 |4926 |  70 |  21 |  18 |3178k|6529 | 0.000000e+00 |      --      |    Inf 
1403.03/1403.07	c  1403s|  6870k|  1757k| 22692k|   3.3 |1571M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3183k|6529 | 0.000000e+00 |      --      |    Inf 
1405.23/1405.26	c  1405s|  6880k|  1759k| 22725k|   3.3 |1573M|  63 |   8 |  70 |4739 |  70 |  21 |  18 |3187k|6529 | 0.000000e+00 |      --      |    Inf 
1407.53/1407.57	c  1408s|  6890k|  1762k| 22757k|   3.3 |1575M|  63 |   8 |  70 |4406 |  70 |  21 |  18 |3192k|6529 | 0.000000e+00 |      --      |    Inf 
1409.73/1409.76	c  1410s|  6900k|  1764k| 22789k|   3.3 |1577M|  63 |   8 |  70 |4668 |  70 |  21 |  18 |3197k|6529 | 0.000000e+00 |      --      |    Inf 
1411.93/1411.98	c  1412s|  6910k|  1767k| 22822k|   3.3 |1579M|  63 |   8 |  70 |4413 |  70 |  21 |  18 |3201k|6529 | 0.000000e+00 |      --      |    Inf 
1414.23/1414.22	c  1414s|  6920k|  1769k| 22855k|   3.3 |1582M|  63 |   - |  70 |4352 |  70 |  21 |  18 |3206k|6529 | 0.000000e+00 |      --      |    Inf 
1416.33/1416.32	c  1416s|  6930k|  1771k| 22888k|   3.3 |1584M|  63 |   - |  70 |5109 |  70 |  21 |  18 |3211k|6529 | 0.000000e+00 |      --      |    Inf 
1418.63/1418.65	c  1419s|  6940k|  1774k| 22920k|   3.3 |1586M|  63 |   8 |  70 |4159 |  70 |  21 |  18 |3216k|6529 | 0.000000e+00 |      --      |    Inf 
1420.83/1420.86	c  1421s|  6950k|  1776k| 22952k|   3.3 |1589M|  63 |   - |  70 |4642 |  70 |  21 |  18 |3220k|6529 | 0.000000e+00 |      --      |    Inf 
1423.03/1423.00	c  1423s|  6960k|  1779k| 22986k|   3.3 |1591M|  63 |   - |  70 |4613 |  70 |  21 |  18 |3225k|6529 | 0.000000e+00 |      --      |    Inf 
1425.23/1425.25	c  1425s|  6970k|  1781k| 23018k|   3.3 |1593M|  63 |   8 |  70 |4183 |  70 |  21 |  18 |3230k|6529 | 0.000000e+00 |      --      |    Inf 
1427.23/1427.29	c  1427s|  6980k|  1784k| 23050k|   3.3 |1596M|  63 |   8 |  70 |5280 |  70 |  21 |  18 |3234k|6529 | 0.000000e+00 |      --      |    Inf 
1429.43/1429.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1429.43/1429.43	c  1429s|  6990k|  1787k| 23082k|   3.3 |1598M|  63 |   - |  70 |4847 |  70 |  21 |  18 |3239k|6529 | 0.000000e+00 |      --      |    Inf 
1431.63/1431.60	c  1432s|  7000k|  1789k| 23115k|   3.3 |1600M|  63 |   - |  70 |4497 |  70 |  21 |  18 |3243k|6529 | 0.000000e+00 |      --      |    Inf 
1433.63/1433.68	c  1434s|  7010k|  1792k| 23149k|   3.3 |1603M|  63 |   8 |  70 |5389 |  70 |  21 |  18 |3248k|6529 | 0.000000e+00 |      --      |    Inf 
1435.74/1435.76	c  1436s|  7020k|  1794k| 23181k|   3.3 |1605M|  63 |   - |  70 |5443 |  70 |  21 |  18 |3253k|6529 | 0.000000e+00 |      --      |    Inf 
1437.93/1437.99	c  1438s|  7030k|  1797k| 23213k|   3.3 |1607M|  63 |   8 |  70 |4640 |  70 |  21 |  18 |3257k|6529 | 0.000000e+00 |      --      |    Inf 
1440.23/1440.21	c  1440s|  7040k|  1799k| 23246k|   3.3 |1609M|  63 |   8 |  70 |4803 |  70 |  21 |  18 |3262k|6529 | 0.000000e+00 |      --      |    Inf 
1442.43/1442.49	c  1442s|  7050k|  1801k| 23280k|   3.3 |1611M|  63 |   8 |  70 |4535 |  70 |  21 |  18 |3267k|6529 | 0.000000e+00 |      --      |    Inf 
1444.63/1444.60	c  1445s|  7060k|  1804k| 23312k|   3.3 |1614M|  63 |   8 |  70 |4793 |  70 |  21 |  18 |3271k|6529 | 0.000000e+00 |      --      |    Inf 
1446.83/1446.83	c  1447s|  7070k|  1806k| 23344k|   3.3 |1616M|  63 |   - |  70 |5171 |  70 |  21 |  18 |3276k|6529 | 0.000000e+00 |      --      |    Inf 
1449.13/1449.13	c  1449s|  7080k|  1809k| 23376k|   3.3 |1618M|  63 |   8 |  70 |4699 |  70 |  21 |  18 |3281k|6529 | 0.000000e+00 |      --      |    Inf 
1451.34/1451.35	c  1451s|  7090k|  1811k| 23410k|   3.3 |1620M|  63 |   8 |  70 |4962 |  70 |  21 |  18 |3286k|6529 | 0.000000e+00 |      --      |    Inf 
1453.53/1453.55	c  1454s|  7100k|  1813k| 23444k|   3.3 |1623M|  63 |   8 |  70 |5496 |  70 |  21 |  18 |3290k|6529 | 0.000000e+00 |      --      |    Inf 
1455.94/1455.96	c  1456s|  7110k|  1815k| 23477k|   3.3 |1625M|  63 |   - |  70 |4363 |  70 |  21 |  18 |3295k|6529 | 0.000000e+00 |      --      |    Inf 
1458.13/1458.18	c  1458s|  7120k|  1818k| 23511k|   3.3 |1627M|  63 |   - |  70 |4400 |  70 |  21 |  18 |3300k|6529 | 0.000000e+00 |      --      |    Inf 
1460.14/1460.17	c  1460s|  7130k|  1821k| 23543k|   3.3 |1630M|  63 |   - |  70 |5383 |  70 |  21 |  18 |3304k|6529 | 0.000000e+00 |      --      |    Inf 
1462.44/1462.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1462.44/1462.47	c  1462s|  7140k|  1823k| 23575k|   3.3 |1632M|  63 |   8 |  70 |4451 |  70 |  21 |  18 |3309k|6529 | 0.000000e+00 |      --      |    Inf 
1464.64/1464.67	c  1465s|  7150k|  1825k| 23608k|   3.3 |1634M|  63 |   8 |  70 |3999 |  70 |  21 |  18 |3314k|6529 | 0.000000e+00 |      --      |    Inf 
1466.73/1466.77	c  1467s|  7160k|  1828k| 23640k|   3.3 |1636M|  63 |   - |  70 |4944 |  70 |  21 |  18 |3319k|6529 | 0.000000e+00 |      --      |    Inf 
1469.03/1469.02	c  1469s|  7170k|  1830k| 23673k|   3.3 |1638M|  63 |   - |  70 |4361 |  70 |  21 |  18 |3323k|6529 | 0.000000e+00 |      --      |    Inf 
1471.04/1471.10	c  1471s|  7180k|  1833k| 23706k|   3.3 |1641M|  63 |   - |  70 |5444 |  70 |  21 |  18 |3328k|6529 | 0.000000e+00 |      --      |    Inf 
1473.33/1473.38	c  1473s|  7190k|  1835k| 23739k|   3.3 |1643M|  63 |   8 |  70 |4256 |  70 |  21 |  18 |3332k|6529 | 0.000000e+00 |      --      |    Inf 
1475.43/1475.49	c  1475s|  7200k|  1837k| 23772k|   3.3 |1645M|  63 |   8 |  70 |4577 |  70 |  21 |  18 |3337k|6529 | 0.000000e+00 |      --      |    Inf 
1477.63/1477.69	c  1478s|  7210k|  1840k| 23805k|   3.3 |1647M|  63 |   8 |  70 |4316 |  70 |  21 |  18 |3342k|6529 | 0.000000e+00 |      --      |    Inf 
1479.55/1479.59	c  1480s|  7220k|  1843k| 23837k|   3.3 |1650M|  63 |   8 |  70 |6020 |  70 |  21 |  18 |3346k|6529 | 0.000000e+00 |      --      |    Inf 
1481.65/1481.71	c  1482s|  7230k|  1845k| 23869k|   3.3 |1653M|  63 |   8 |  70 |6532 |  70 |  21 |  18 |3350k|6529 | 0.000000e+00 |      --      |    Inf 
1484.03/1484.01	c  1484s|  7240k|  1848k| 23901k|   3.3 |1655M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3355k|6529 | 0.000000e+00 |      --      |    Inf 
1486.33/1486.38	c  1486s|  7250k|  1850k| 23935k|   3.3 |1657M|  63 |   8 |  70 |4372 |  70 |  21 |  18 |3360k|6529 | 0.000000e+00 |      --      |    Inf 
1488.44/1488.46	c  1488s|  7260k|  1853k| 23967k|   3.3 |1659M|  63 |   8 |  70 |4639 |  70 |  21 |  18 |3364k|6529 | 0.000000e+00 |      --      |    Inf 
1490.84/1490.80	c  1491s|  7270k|  1855k| 24000k|   3.3 |1661M|  63 |   - |  70 |4099 |  70 |  21 |  18 |3369k|6529 | 0.000000e+00 |      --      |    Inf 
1492.84/1492.89	c  1493s|  7280k|  1858k| 24032k|   3.3 |1664M|  63 |   - |  70 |4821 |  70 |  21 |  18 |3373k|6529 | 0.000000e+00 |      --      |    Inf 
1495.14/1495.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1495.14/1495.19	c  1495s|  7290k|  1860k| 24064k|   3.3 |1666M|  63 |   - |  70 |4268 |  70 |  21 |  18 |3378k|6529 | 0.000000e+00 |      --      |    Inf 
1497.44/1497.42	c  1497s|  7300k|  1863k| 24096k|   3.3 |1668M|  63 |   - |  70 |4541 |  70 |  21 |  18 |3383k|6529 | 0.000000e+00 |      --      |    Inf 
1499.64/1499.69	c  1500s|  7310k|  1865k| 24129k|   3.3 |1670M|  63 |   8 |  70 |4404 |  70 |  21 |  18 |3388k|6529 | 0.000000e+00 |      --      |    Inf 
1501.83/1501.81	c  1502s|  7320k|  1867k| 24164k|   3.3 |1673M|  63 |   - |  70 |5462 |  70 |  21 |  18 |3392k|6529 | 0.000000e+00 |      --      |    Inf 
1503.93/1503.97	c  1504s|  7330k|  1870k| 24196k|   3.3 |1675M|  63 |   8 |  70 |5723 |  70 |  21 |  18 |3397k|6529 | 0.000000e+00 |      --      |    Inf 
1506.33/1506.31	c  1506s|  7340k|  1872k| 24229k|   3.3 |1677M|  63 |   8 |  70 |4561 |  70 |  21 |  18 |3402k|6529 | 0.000000e+00 |      --      |    Inf 
1508.64/1508.61	c  1509s|  7350k|  1875k| 24261k|   3.3 |1679M|  63 |   8 |  70 |4308 |  70 |  21 |  18 |3406k|6529 | 0.000000e+00 |      --      |    Inf 
1510.74/1510.79	c  1511s|  7360k|  1877k| 24294k|   3.3 |1681M|  63 |   8 |  70 |4415 |  70 |  21 |  18 |3411k|6529 | 0.000000e+00 |      --      |    Inf 
1513.03/1513.01	c  1513s|  7370k|  1879k| 24328k|   3.3 |1684M|  63 |   - |  70 |5117 |  70 |  21 |  18 |3416k|6529 | 0.000000e+00 |      --      |    Inf 
1515.34/1515.31	c  1515s|  7380k|  1882k| 24361k|   3.3 |1686M|  63 |   - |  70 |4973 |  70 |  21 |  18 |3420k|6529 | 0.000000e+00 |      --      |    Inf 
1517.64/1517.60	c  1518s|  7390k|  1884k| 24394k|   3.3 |1688M|  63 |   - |  70 |4856 |  70 |  21 |  18 |3425k|6529 | 0.000000e+00 |      --      |    Inf 
1519.84/1519.87	c  1520s|  7400k|  1886k| 24427k|   3.3 |1690M|  63 |   - |  70 |4503 |  70 |  21 |  18 |3430k|6529 | 0.000000e+00 |      --      |    Inf 
1522.04/1522.03	c  1522s|  7410k|  1889k| 24460k|   3.3 |1693M|  63 |   8 |  70 |4906 |  70 |  21 |  18 |3435k|6529 | 0.000000e+00 |      --      |    Inf 
1524.34/1524.37	c  1524s|  7420k|  1891k| 24493k|   3.3 |1695M|  63 |   8 |  70 |4522 |  70 |  21 |  18 |3440k|6529 | 0.000000e+00 |      --      |    Inf 
1526.63/1526.65	c  1527s|  7430k|  1893k| 24526k|   3.3 |1697M|  63 |   - |  70 |4506 |  70 |  21 |  18 |3444k|6529 | 0.000000e+00 |      --      |    Inf 
1528.84/1528.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1528.84/1528.82	c  1529s|  7440k|  1896k| 24559k|   3.3 |1699M|  63 |   - |  70 |4802 |  70 |  21 |  18 |3449k|6529 | 0.000000e+00 |      --      |    Inf 
1531.04/1531.06	c  1531s|  7450k|  1898k| 24592k|   3.3 |1702M|  63 |   - |  70 |4931 |  70 |  21 |  18 |3453k|6529 | 0.000000e+00 |      --      |    Inf 
1533.24/1533.29	c  1533s|  7460k|  1901k| 24625k|   3.3 |1704M|  63 |   - |  70 |4676 |  70 |  21 |  18 |3458k|6529 | 0.000000e+00 |      --      |    Inf 
1535.33/1535.31	c  1535s|  7470k|  1904k| 24658k|   3.3 |1706M|  63 |   - |  70 |5720 |  70 |  21 |  18 |3462k|6529 | 0.000000e+00 |      --      |    Inf 
1537.44/1537.48	c  1537s|  7480k|  1906k| 24691k|   3.3 |1709M|  63 |   8 |  70 |5417 |  70 |  21 |  18 |3467k|6529 | 0.000000e+00 |      --      |    Inf 
1539.74/1539.77	c  1540s|  7490k|  1909k| 24723k|   3.3 |1711M|  63 |   - |  70 |4956 |  70 |  21 |  18 |3472k|6529 | 0.000000e+00 |      --      |    Inf 
1541.84/1541.82	c  1542s|  7500k|  1911k| 24756k|   3.3 |1713M|  63 |   8 |  70 |5722 |  70 |  21 |  18 |3476k|6529 | 0.000000e+00 |      --      |    Inf 
1544.14/1544.18	c  1544s|  7510k|  1914k| 24788k|   3.3 |1715M|  63 |   - |  70 |4380 |  70 |  21 |  18 |3481k|6529 | 0.000000e+00 |      --      |    Inf 
1546.34/1546.35	c  1546s|  7520k|  1916k| 24821k|   3.3 |1718M|  63 |   8 |  70 |4878 |  70 |  21 |  18 |3486k|6529 | 0.000000e+00 |      --      |    Inf 
1548.54/1548.54	c  1549s|  7530k|  1918k| 24855k|   3.3 |1720M|  63 |   8 |  70 |4541 |  70 |  21 |  18 |3490k|6529 | 0.000000e+00 |      --      |    Inf 
1550.74/1550.76	c  1551s|  7540k|  1921k| 24888k|   3.3 |1722M|  63 |   - |  70 |4809 |  70 |  21 |  18 |3495k|6529 | 0.000000e+00 |      --      |    Inf 
1552.93/1552.95	c  1553s|  7550k|  1923k| 24920k|   3.3 |1725M|  63 |   8 |  70 |5265 |  70 |  21 |  18 |3500k|6529 | 0.000000e+00 |      --      |    Inf 
1555.24/1555.27	c  1555s|  7560k|  1926k| 24954k|   3.3 |1727M|  63 |   8 |  70 |5060 |  70 |  21 |  18 |3504k|6529 | 0.000000e+00 |      --      |    Inf 
1557.55/1557.57	c  1558s|  7570k|  1928k| 24986k|   3.3 |1729M|  63 |   8 |  70 |5004 |  70 |  21 |  18 |3509k|6529 | 0.000000e+00 |      --      |    Inf 
1559.86/1559.85	c  1560s|  7580k|  1931k| 25018k|   3.3 |1731M|  63 |   8 |  70 |4109 |  70 |  21 |  18 |3514k|6529 | 0.000000e+00 |      --      |    Inf 
1561.84/1561.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1561.84/1561.89	c  1562s|  7590k|  1933k| 25051k|   3.3 |1734M|  63 |   - |  70 |5663 |  70 |  21 |  18 |3518k|6529 | 0.000000e+00 |      --      |    Inf 
1564.15/1564.19	c  1564s|  7600k|  1935k| 25084k|   3.3 |1736M|  63 |   8 |  70 |5164 |  70 |  21 |  18 |3523k|6529 | 0.000000e+00 |      --      |    Inf 
1566.54/1566.58	c  1567s|  7610k|  1938k| 25117k|   3.3 |1738M|  63 |   8 |  70 |4554 |  70 |  21 |  18 |3528k|6529 | 0.000000e+00 |      --      |    Inf 
1568.73/1568.75	c  1569s|  7620k|  1940k| 25148k|   3.3 |1740M|  63 |   8 |  70 |4701 |  70 |  21 |  18 |3532k|6529 | 0.000000e+00 |      --      |    Inf 
1570.94/1570.99	c  1571s|  7630k|  1943k| 25182k|   3.3 |1743M|  63 |   - |  70 |5314 |  70 |  21 |  18 |3537k|6529 | 0.000000e+00 |      --      |    Inf 
1573.14/1573.16	c  1573s|  7640k|  1946k| 25215k|   3.3 |1745M|  63 |   - |  70 |5797 |  70 |  21 |  18 |3541k|6529 | 0.000000e+00 |      --      |    Inf 
1575.44/1575.48	c  1575s|  7650k|  1948k| 25248k|   3.3 |1747M|  63 |   8 |  70 |4907 |  70 |  21 |  18 |3546k|6529 | 0.000000e+00 |      --      |    Inf 
1577.74/1577.75	c  1578s|  7660k|  1950k| 25283k|   3.3 |1750M|  63 |   8 |  70 |4989 |  70 |  21 |  18 |3551k|6529 | 0.000000e+00 |      --      |    Inf 
1580.13/1580.10	c  1580s|  7670k|  1953k| 25316k|   3.3 |1752M|  63 |   8 |  70 |4446 |  70 |  21 |  18 |3555k|6529 | 0.000000e+00 |      --      |    Inf 
1582.24/1582.27	c  1582s|  7680k|  1955k| 25349k|   3.3 |1754M|  63 |   8 |  70 |4335 |  70 |  21 |  18 |3560k|6529 | 0.000000e+00 |      --      |    Inf 
1584.54/1584.52	c  1585s|  7690k|  1958k| 25381k|   3.3 |1756M|  63 |   - |  70 |4305 |  70 |  21 |  18 |3565k|6529 | 0.000000e+00 |      --      |    Inf 
1586.64/1586.63	c  1587s|  7700k|  1960k| 25414k|   3.3 |1759M|  63 |   8 |  70 |4835 |  70 |  21 |  18 |3569k|6529 | 0.000000e+00 |      --      |    Inf 
1588.94/1588.92	c  1589s|  7710k|  1963k| 25447k|   3.3 |1761M|  63 |   8 |  70 |4553 |  70 |  21 |  18 |3574k|6529 | 0.000000e+00 |      --      |    Inf 
1590.84/1590.84	c  1591s|  7720k|  1966k| 25478k|   3.3 |1764M|  63 |   8 |  70 |6588 |  70 |  21 |  18 |3578k|6529 | 0.000000e+00 |      --      |    Inf 
1593.14/1593.19	c  1593s|  7730k|  1968k| 25511k|   3.3 |1765M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3583k|6529 | 0.000000e+00 |      --      |    Inf 
1595.43/1595.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1595.43/1595.48	c  1595s|  7740k|  1971k| 25544k|   3.3 |1768M|  63 |   - |  70 |4488 |  70 |  21 |  18 |3587k|6529 | 0.000000e+00 |      --      |    Inf 
1597.64/1597.64	c  1598s|  7750k|  1973k| 25577k|   3.3 |1770M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3592k|6529 | 0.000000e+00 |      --      |    Inf 
1599.74/1599.78	c  1600s|  7760k|  1975k| 25610k|   3.3 |1772M|  63 |   8 |  70 |5323 |  70 |  21 |  18 |3597k|6529 | 0.000000e+00 |      --      |    Inf 
1601.94/1601.92	c  1602s|  7770k|  1978k| 25642k|   3.3 |1775M|  63 |   8 |  70 |5946 |  70 |  21 |  18 |3601k|6529 | 0.000000e+00 |      --      |    Inf 
1604.04/1604.07	c  1604s|  7780k|  1981k| 25676k|   3.3 |1777M|  63 |   8 |  70 |5811 |  70 |  21 |  18 |3606k|6529 | 0.000000e+00 |      --      |    Inf 
1606.44/1606.46	c  1606s|  7790k|  1983k| 25709k|   3.3 |1779M|  63 |   8 |  70 |4064 |  70 |  21 |  18 |3611k|6529 | 0.000000e+00 |      --      |    Inf 
1608.64/1608.68	c  1609s|  7800k|  1986k| 25742k|   3.3 |1781M|  63 |   8 |  70 |4888 |  70 |  21 |  18 |3615k|6529 | 0.000000e+00 |      --      |    Inf 
1611.04/1611.04	c  1611s|  7810k|  1988k| 25775k|   3.3 |1784M|  63 |   - |  70 |4656 |  70 |  21 |  18 |3620k|6529 | 0.000000e+00 |      --      |    Inf 
1613.34/1613.33	c  1613s|  7820k|  1990k| 25808k|   3.3 |1786M|  63 |   8 |  70 |4625 |  70 |  21 |  18 |3625k|6529 | 0.000000e+00 |      --      |    Inf 
1615.64/1615.64	c  1616s|  7830k|  1992k| 25840k|   3.3 |1788M|  63 |   8 |  70 |4397 |  70 |  21 |  18 |3630k|6529 | 0.000000e+00 |      --      |    Inf 
1617.84/1617.88	c  1618s|  7840k|  1995k| 25873k|   3.3 |1790M|  63 |   8 |  70 |4678 |  70 |  21 |  18 |3634k|6529 | 0.000000e+00 |      --      |    Inf 
1620.04/1620.07	c  1620s|  7850k|  1997k| 25907k|   3.3 |1793M|  63 |   - |  70 |5127 |  70 |  21 |  18 |3639k|6529 | 0.000000e+00 |      --      |    Inf 
1622.34/1622.32	c  1622s|  7860k|  2000k| 25940k|   3.3 |1795M|  63 |   - |  70 |5085 |  70 |  21 |  18 |3643k|6529 | 0.000000e+00 |      --      |    Inf 
1624.34/1624.31	c  1624s|  7870k|  2002k| 25971k|   3.3 |1797M|  63 |   - |  70 |5968 |  70 |  21 |  18 |3648k|6529 | 0.000000e+00 |      --      |    Inf 
1626.64/1626.63	c  1627s|  7880k|  2005k| 26004k|   3.3 |1799M|  63 |   8 |  70 |4284 |  70 |  21 |  18 |3653k|6529 | 0.000000e+00 |      --      |    Inf 
1628.84/1628.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1628.84/1628.86	c  1629s|  7890k|  2007k| 26036k|   3.3 |1802M|  63 |   - |  70 |4379 |  70 |  21 |  18 |3657k|6529 | 0.000000e+00 |      --      |    Inf 
1631.14/1631.11	c  1631s|  7900k|  2009k| 26069k|   3.3 |1804M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3662k|6529 | 0.000000e+00 |      --      |    Inf 
1633.24/1633.29	c  1633s|  7910k|  2012k| 26101k|   3.3 |1806M|  63 |   8 |  70 |4806 |  70 |  21 |  18 |3667k|6529 | 0.000000e+00 |      --      |    Inf 
1635.54/1635.59	c  1636s|  7920k|  2014k| 26134k|   3.3 |1808M|  63 |   - |  70 |4287 |  70 |  21 |  18 |3671k|6529 | 0.000000e+00 |      --      |    Inf 
1637.85/1637.86	c  1638s|  7930k|  2016k| 26167k|   3.3 |1811M|  63 |   8 |  70 |4698 |  70 |  21 |  18 |3676k|6529 | 0.000000e+00 |      --      |    Inf 
1639.93/1639.92	c  1640s|  7940k|  2019k| 26199k|   3.3 |1813M|  63 |   8 |  70 |5465 |  70 |  21 |  18 |3681k|6529 | 0.000000e+00 |      --      |    Inf 
1642.25/1642.31	c  1642s|  7950k|  2021k| 26231k|   3.3 |1815M|  63 |   8 |  70 |4620 |  70 |  21 |  18 |3685k|6529 | 0.000000e+00 |      --      |    Inf 
1644.45/1644.47	c  1644s|  7960k|  2024k| 26264k|   3.3 |1818M|  63 |   8 |  70 |4862 |  70 |  21 |  18 |3690k|6529 | 0.000000e+00 |      --      |    Inf 
1646.65/1646.63	c  1647s|  7970k|  2026k| 26297k|   3.3 |1820M|  63 |   - |  70 |5212 |  70 |  21 |  18 |3695k|6529 | 0.000000e+00 |      --      |    Inf 
1648.74/1648.70	c  1649s|  7980k|  2029k| 26329k|   3.3 |1822M|  63 |   - |  70 |5916 |  70 |  21 |  18 |3699k|6529 | 0.000000e+00 |      --      |    Inf 
1650.94/1650.90	c  1651s|  7990k|  2031k| 26362k|   3.3 |1825M|  63 |   8 |  70 |6454 |  70 |  21 |  18 |3704k|6529 | 0.000000e+00 |      --      |    Inf 
1653.26/1653.23	c  1653s|  8000k|  2034k| 26395k|   3.3 |1827M|  63 |   8 |  70 |4981 |  70 |  21 |  18 |3709k|6529 | 0.000000e+00 |      --      |    Inf 
1655.24/1655.24	c  1655s|  8010k|  2037k| 26428k|   3.3 |1829M|  63 |   8 |  70 |6353 |  70 |  21 |  18 |3713k|6529 | 0.000000e+00 |      --      |    Inf 
1657.34/1657.39	c  1657s|  8020k|  2040k| 26459k|   3.3 |1832M|  63 |   - |  70 |6912 |  70 |  21 |  18 |3717k|6529 | 0.000000e+00 |      --      |    Inf 
1659.54/1659.54	c  1660s|  8030k|  2043k| 26491k|   3.3 |1834M|  63 |   8 |  70 |7635 |  70 |  21 |  18 |3721k|6529 | 0.000000e+00 |      --      |    Inf 
1661.94/1661.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1661.94/1661.91	c  1662s|  8040k|  2045k| 26524k|   3.3 |1836M|  63 |   8 |  70 |6023 |  70 |  21 |  18 |3726k|6529 | 0.000000e+00 |      --      |    Inf 
1664.14/1664.12	c  1664s|  8050k|  2048k| 26556k|   3.3 |1839M|  63 |   8 |  70 |5823 |  70 |  21 |  18 |3731k|6529 | 0.000000e+00 |      --      |    Inf 
1666.45/1666.51	c  1667s|  8060k|  2050k| 26589k|   3.3 |1841M|  63 |   8 |  70 |4797 |  70 |  21 |  18 |3735k|6529 | 0.000000e+00 |      --      |    Inf 
1668.76/1668.75	c  1669s|  8070k|  2053k| 26622k|   3.3 |1843M|  63 |   - |  70 |4863 |  70 |  21 |  18 |3740k|6529 | 0.000000e+00 |      --      |    Inf 
1671.14/1671.16	c  1671s|  8080k|  2055k| 26654k|   3.3 |1845M|  63 |   8 |  70 |4245 |  70 |  21 |  18 |3745k|6529 | 0.000000e+00 |      --      |    Inf 
1673.44/1673.40	c  1673s|  8090k|  2057k| 26688k|   3.3 |1847M|  63 |   8 |  70 |4585 |  70 |  21 |  18 |3750k|6529 | 0.000000e+00 |      --      |    Inf 
1675.54/1675.52	c  1676s|  8100k|  2060k| 26719k|   3.3 |1850M|  63 |   8 |  70 |5307 |  70 |  21 |  18 |3754k|6529 | 0.000000e+00 |      --      |    Inf 
1677.84/1677.81	c  1678s|  8110k|  2062k| 26752k|   3.3 |1852M|  63 |   8 |  70 |5154 |  70 |  21 |  18 |3759k|6529 | 0.000000e+00 |      --      |    Inf 
1680.04/1680.05	c  1680s|  8120k|  2065k| 26785k|   3.3 |1854M|  63 |   8 |  70 |5507 |  70 |  21 |  18 |3764k|6529 | 0.000000e+00 |      --      |    Inf 
1682.04/1682.05	c  1682s|  8130k|  2068k| 26817k|   3.3 |1857M|  63 |   8 |  70 |6860 |  70 |  21 |  18 |3768k|6529 | 0.000000e+00 |      --      |    Inf 
1684.35/1684.34	c  1684s|  8140k|  2070k| 26851k|   3.3 |1859M|  63 |   8 |  70 |6433 |  70 |  21 |  18 |3773k|6529 | 0.000000e+00 |      --      |    Inf 
1686.74/1686.79	c  1687s|  8150k|  2072k| 26883k|   3.3 |1861M|  63 |   8 |  70 |4969 |  70 |  21 |  18 |3777k|6529 | 0.000000e+00 |      --      |    Inf 
1689.14/1689.16	c  1689s|  8160k|  2074k| 26916k|   3.3 |1863M|  63 |   - |  70 |4311 |  70 |  21 |  18 |3782k|6529 | 0.000000e+00 |      --      |    Inf 
1691.34/1691.32	c  1691s|  8170k|  2077k| 26950k|   3.3 |1865M|  63 |   - |  70 |5325 |   0 |   0 |  18 |3787k|6529 | 0.000000e+00 |      --      |    Inf 
1693.34/1693.34	c  1693s|  8180k|  2080k| 26983k|   3.3 |1868M|  63 |   8 |  70 |7151 |  70 |  21 |  18 |3791k|6529 | 0.000000e+00 |      --      |    Inf 
1695.74/1695.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1695.74/1695.74	c  1696s|  8190k|  2083k| 27015k|   3.3 |1870M|  63 |   8 |  70 |5469 |  70 |  21 |  18 |3796k|6529 | 0.000000e+00 |      --      |    Inf 
1697.84/1697.86	c  1698s|  8200k|  2085k| 27048k|   3.3 |1873M|  63 |   - |  70 |6209 |  70 |  21 |  18 |3800k|6529 | 0.000000e+00 |      --      |    Inf 
1700.04/1700.05	c  1700s|  8210k|  2088k| 27081k|   3.3 |1875M|  63 |   - |  70 |5988 |  70 |  21 |  18 |3804k|6529 | 0.000000e+00 |      --      |    Inf 
1702.54/1702.54	c  1703s|  8220k|  2090k| 27114k|   3.3 |1877M|  63 |   8 |  70 |4645 |  70 |  21 |  18 |3809k|6529 | 0.000000e+00 |      --      |    Inf 
1704.84/1704.87	c  1705s|  8230k|  2093k| 27146k|   3.3 |1879M|  63 |   - |  70 |4916 |  70 |  21 |  18 |3814k|6529 | 0.000000e+00 |      --      |    Inf 
1706.94/1706.90	c  1707s|  8240k|  2096k| 27179k|   3.3 |1882M|  63 |   8 |  70 |5416 |  70 |  21 |  18 |3818k|6529 | 0.000000e+00 |      --      |    Inf 
1708.94/1708.99	c  1709s|  8250k|  2099k| 27212k|   3.3 |1884M|  63 |   8 |  70 |6913 |  70 |  21 |  18 |3823k|6529 | 0.000000e+00 |      --      |    Inf 
1711.24/1711.30	c  1711s|  8260k|  2101k| 27244k|   3.3 |1886M|  63 |   8 |  70 |6362 |  70 |  21 |  18 |3827k|6529 | 0.000000e+00 |      --      |    Inf 
1713.65/1713.64	c  1714s|  8270k|  2104k| 27276k|   3.3 |1889M|  63 |   - |  70 |5638 |   0 |   0 |  18 |3832k|6529 | 0.000000e+00 |      --      |    Inf 
1715.96/1716.01	c  1716s|  8280k|  2106k| 27308k|   3.3 |1891M|  63 |   - |  70 |4787 |  70 |  21 |  18 |3836k|6529 | 0.000000e+00 |      --      |    Inf 
1718.34/1718.36	c  1718s|  8290k|  2109k| 27341k|   3.3 |1893M|  63 |   8 |  70 |4583 |  70 |  21 |  18 |3841k|6529 | 0.000000e+00 |      --      |    Inf 
1720.54/1720.50	c  1721s|  8300k|  2111k| 27374k|   3.3 |1895M|  63 |   8 |  70 |5128 |  70 |  21 |  18 |3846k|6529 | 0.000000e+00 |      --      |    Inf 
1722.55/1722.56	c  1723s|  8310k|  2114k| 27407k|   3.3 |1898M|  63 |   8 |  70 |6340 |  70 |  21 |  18 |3850k|6529 | 0.000000e+00 |      --      |    Inf 
1724.95/1724.93	c  1725s|  8320k|  2117k| 27440k|   3.3 |1900M|  63 |   8 |  70 |4915 |  70 |  21 |  18 |3855k|6529 | 0.000000e+00 |      --      |    Inf 
1727.25/1727.26	c  1727s|  8330k|  2119k| 27472k|   3.3 |1902M|  63 |   8 |  70 |4332 |  70 |  21 |  18 |3860k|6529 | 0.000000e+00 |      --      |    Inf 
1729.44/1729.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1729.44/1729.40	c  1729s|  8340k|  2121k| 27505k|   3.3 |1904M|  63 |   8 |  70 |4467 |  70 |  21 |  18 |3864k|6529 | 0.000000e+00 |      --      |    Inf 
1731.54/1731.59	c  1732s|  8350k|  2124k| 27538k|   3.3 |1907M|  63 |   8 |  70 |4660 |  70 |  21 |  18 |3869k|6529 | 0.000000e+00 |      --      |    Inf 
1733.84/1733.86	c  1734s|  8360k|  2126k| 27571k|   3.3 |1909M|  63 |   - |  70 |4153 |  70 |  21 |  18 |3874k|6529 | 0.000000e+00 |      --      |    Inf 
1736.04/1736.05	c  1736s|  8370k|  2129k| 27605k|   3.3 |1911M|  63 |   8 |  70 |4352 |  70 |  21 |  18 |3878k|6529 | 0.000000e+00 |      --      |    Inf 
1738.14/1738.15	c  1738s|  8380k|  2131k| 27638k|   3.3 |1914M|  63 |   8 |  70 |5838 |  70 |  21 |  18 |3883k|6529 | 0.000000e+00 |      --      |    Inf 
1740.44/1740.41	c  1740s|  8390k|  2134k| 27670k|   3.3 |1916M|  63 |   - |  70 |5462 |  70 |  21 |  18 |3887k|6529 | 0.000000e+00 |      --      |    Inf 
1742.85/1742.80	c  1743s|  8400k|  2136k| 27703k|   3.3 |1918M|  63 |   - |  70 |4297 |  70 |  21 |  18 |3892k|6529 | 0.000000e+00 |      --      |    Inf 
1745.14/1745.12	c  1745s|  8410k|  2138k| 27735k|   3.3 |1920M|  63 |   8 |  70 |3992 |  70 |  21 |  18 |3897k|6529 | 0.000000e+00 |      --      |    Inf 
1747.35/1747.37	c  1747s|  8420k|  2141k| 27768k|   3.3 |1923M|  63 |   8 |  70 |4439 |  70 |  21 |  18 |3901k|6529 | 0.000000e+00 |      --      |    Inf 
1749.54/1749.52	c  1750s|  8430k|  2143k| 27801k|   3.3 |1925M|  63 |   8 |  70 |5116 |  70 |  21 |  18 |3906k|6529 | 0.000000e+00 |      --      |    Inf 
1751.64/1751.69	c  1752s|  8440k|  2146k| 27833k|   3.3 |1927M|  63 |   8 |  70 |5409 |  70 |  21 |  18 |3910k|6529 | 0.000000e+00 |      --      |    Inf 
1753.95/1753.90	c  1754s|  8450k|  2148k| 27866k|   3.3 |1930M|  63 |   8 |  70 |5200 |  70 |  21 |  18 |3915k|6529 | 0.000000e+00 |      --      |    Inf 
1756.24/1756.28	c  1756s|  8460k|  2151k| 27899k|   3.3 |1932M|  63 |   8 |  70 |4391 |  70 |  21 |  18 |3920k|6529 | 0.000000e+00 |      --      |    Inf 
1758.54/1758.51	c  1759s|  8470k|  2153k| 27931k|   3.3 |1934M|  63 |   - |  70 |5004 |  70 |  21 |  18 |3925k|6529 | 0.000000e+00 |      --      |    Inf 
1760.84/1760.89	c  1761s|  8480k|  2155k| 27964k|   3.3 |1936M|  63 |   8 |  70 |4076 |  70 |  21 |  18 |3929k|6529 | 0.000000e+00 |      --      |    Inf 
1763.26/1763.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1763.26/1763.27	c  1763s|  8490k|  2157k| 27996k|   3.3 |1938M|  63 |   8 |  70 |3971 |  70 |  21 |  18 |3934k|6529 | 0.000000e+00 |      --      |    Inf 
1765.57/1765.56	c  1766s|  8500k|  2160k| 28029k|   3.3 |1940M|  63 |   - |  70 |4360 |  70 |  21 |  18 |3939k|6529 | 0.000000e+00 |      --      |    Inf 
1767.95/1767.93	c  1768s|  8510k|  2162k| 28062k|   3.3 |1943M|  63 |   8 |  70 |4306 |  70 |  21 |  18 |3944k|6529 | 0.000000e+00 |      --      |    Inf 
1770.24/1770.28	c  1770s|  8520k|  2164k| 28094k|   3.3 |1945M|  63 |   8 |  70 |4266 |  70 |  21 |  18 |3949k|6529 | 0.000000e+00 |      --      |    Inf 
1772.45/1772.48	c  1772s|  8530k|  2167k| 28128k|   3.3 |1947M|  63 |   8 |  70 |4940 |  70 |  21 |  18 |3953k|6529 | 0.000000e+00 |      --      |    Inf 
1774.84/1774.81	c  1775s|  8540k|  2169k| 28160k|   3.3 |1949M|  63 |   - |  70 |4671 |  70 |  21 |  18 |3958k|6529 | 0.000000e+00 |      --      |    Inf 
1777.05/1777.03	c  1777s|  8550k|  2171k| 28193k|   3.3 |1952M|  63 |   8 |  70 |4741 |  70 |  21 |  18 |3963k|6529 | 0.000000e+00 |      --      |    Inf 
1779.15/1779.11	c  1779s|  8560k|  2174k| 28224k|   3.3 |1954M|  63 |   - |  70 |6455 |   0 |   0 |  18 |3967k|6529 | 0.000000e+00 |      --      |    Inf 
1781.54/1781.53	c  1782s|  8570k|  2177k| 28257k|   3.3 |1956M|  63 |   8 |  70 |5264 |  70 |  21 |  18 |3972k|6529 | 0.000000e+00 |      --      |    Inf 
1783.75/1783.77	c  1784s|  8580k|  2179k| 28289k|   3.3 |1959M|  63 |   8 |  70 |5170 |  70 |  21 |  18 |3976k|6529 | 0.000000e+00 |      --      |    Inf 
1786.15/1786.13	c  1786s|  8590k|  2181k| 28323k|   3.3 |1961M|  63 |   8 |  70 |4690 |  70 |  21 |  18 |3981k|6529 | 0.000000e+00 |      --      |    Inf 
1788.44/1788.45	c  1788s|  8600k|  2183k| 28356k|   3.3 |1963M|  63 |   8 |  70 |4589 |  70 |  21 |  18 |3986k|6529 | 0.000000e+00 |      --      |    Inf 
1790.44/1790.47	c  1790s|  8610k|  2186k| 28389k|   3.3 |1966M|  63 |   8 |  70 |6216 |  70 |  21 |  18 |3990k|6529 | 0.000000e+00 |      --      |    Inf 
1792.85/1792.87	c  1793s|  8620k|  2189k| 28422k|   3.3 |1968M|  63 |   - |  70 |5271 |  70 |  21 |  18 |3995k|6529 | 0.000000e+00 |      --      |    Inf 
1795.26/1795.24	c  1795s|  8630k|  2191k| 28455k|   3.3 |1970M|  63 |   8 |  70 |4396 |  70 |  21 |  18 |4000k|6529 | 0.000000e+00 |      --      |    Inf 
1797.36/1797.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1797.36/1797.41	c  1797s|  8640k|  2194k| 28487k|   3.3 |1972M|  63 |   8 |  70 |5038 |  70 |  21 |  18 |4004k|6529 | 0.000000e+00 |      --      |    Inf 
1799.67/1799.68	c  1800s|  8650k|  2196k| 28519k|   3.3 |1974M|  63 |   - |  70 |5232 |  70 |  21 |  18 |4009k|6529 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 8651437
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.01 (included in solving)
1800.04/1800.00	c   reading          :       0.00 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3450857-1307093211.opb
1800.04/1800.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 17 initial, 17 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3450857-1307093211.opb
1800.04/1800.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 8 initial, 8844 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0    5444158          0          4          0        614       2730          0          0   10882048
1800.04/1800.00	c   linear           :          8+         7   21381836          0          0          3    3961759     183423    6877148          0          0          0
1800.04/1800.00	c   logicor          :          0+         6    8392849          0          0          0    6889764       9747    3076829          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      36.54       0.00       0.00      36.54       0.00       0.00       0.00
1800.04/1800.00	c   linear           :     120.67       0.00     106.60       0.00       0.00       0.00      14.06
1800.04/1800.00	c   logicor          :     243.25       0.00     229.85       0.00       0.00       0.00      13.41
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :          0          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       3.35       3.35       0.00
1800.04/1800.00	c   rootredcost      :       3.83       3.83       0.00
1800.04/1800.00	c   pseudoobj        :       2.37       2.37       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      17.67     193170     187203     750402       47.9         74       38.8          -
1800.04/1800.00	c   infeasible LP    :     109.48    3033354    3033253    6331264       32.7      39242       36.9          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -    3195792       25.7          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -     814556       38.9          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 49)
1800.04/1800.00	c   redcost          :       8.37    5444163          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          6          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          6          0          0         25          0
1800.04/1800.00	c   cmir             :       0.02          6          0          0         11          0
1800.04/1800.00	c   flowcover        :       0.02          6          0          0         14          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.02          1          0          0          0          1
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      33.41    5444158        614       2730          0          0   10882048
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       2.56          0          0
1800.04/1800.00	c   crossover        :       1.93          0          0
1800.04/1800.00	c   guideddiving     :       0.15          0          0
1800.04/1800.00	c   intshifting      :       0.09          0          0
1800.04/1800.00	c   coefdiving       :       0.14         58          0
1800.04/1800.00	c   fracdiving       :       0.17         58          0
1800.04/1800.00	c   veclendiving     :       0.16         58          0
1800.04/1800.00	c   linesearchdiving :       0.15         58          0
1800.04/1800.00	c   pscostdiving     :       0.16         58          0
1800.04/1800.00	c   feaspump         :       0.14         29          0
1800.04/1800.00	c   objpscostdiving  :       0.12         30          0
1800.04/1800.00	c   rootsoldiving    :       0.14         30          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.00          1          0
1800.04/1800.00	c   simplerounding   :       0.98          0          0
1800.04/1800.00	c   zirounding       :      20.20          0          0
1800.04/1800.00	c   rounding         :       2.76      33109          0
1800.04/1800.00	c   shifting         :       4.21      10518          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.01          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       1.34          0          0
1800.04/1800.00	c   trysol           :       1.70          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :     610.87    8332016   28519608       3.42   46687.10
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.14       2127       5146       2.42   35575.53
1800.04/1800.00	c   strong branching :       0.93       6529      41320       6.33   44408.71
1800.04/1800.00	c     (at root node) :          -         14        369      26.36          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    8651437
1800.04/1800.00	c   nodes (total)    :    8651437
1800.04/1800.00	c   nodes left       :    2197123
1800.04/1800.00	c   max depth        :         63
1800.04/1800.00	c   max depth (total):         63
1800.04/1800.00	c   backtracks       :     810666 (9.4%)
1800.04/1800.00	c   delayed cutoffs  :      33489
1800.04/1800.00	c   repropagations   :    8985102 (3113320 domain reductions, 15955 cutoffs)
1800.04/1800.00	c   avg switch length:       5.84
1800.04/1800.00	c   switching time   :     341.39
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :        193

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3450857-1307093211/watcher-3450857-1307093211 -o /tmp/evaluation-result-3450857-1307093211/solver-3450857-1307093211 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450857-1307093211.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.18 2.05 2.01 3/575 23706
/proc/meminfo: memFree=23520152/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=17676 CPUtime=0.01 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 3438 0 0 0 1 0 0 0 25 0 1 0 820918834 18100224 3135 33554432000 4194304 9163163 140736742789648 18446744073709551615 5148001 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 4419 3135 518 1214 0 3201 0

[startup+0.0551861 s]
/proc/loadavg: 2.18 2.05 2.01 3/575 23706
/proc/meminfo: memFree=23520152/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=26700 CPUtime=0.04 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 6296 0 0 0 4 0 0 0 25 0 1 0 820918834 27340800 5287 33554432000 4194304 9163163 140736742789648 18446744073709551615 8090608 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 6675 5287 695 1214 0 5457 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26700

[startup+0.101168 s]
/proc/loadavg: 2.18 2.05 2.01 3/575 23706
/proc/meminfo: memFree=23520152/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=24636 CPUtime=0.09 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 7169 0 0 0 9 0 0 0 25 0 1 0 820918834 25227264 5123 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 6159 5123 702 1214 0 4941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24636

[startup+0.301148 s]
/proc/loadavg: 2.18 2.05 2.01 3/575 23706
/proc/meminfo: memFree=23520152/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=24636 CPUtime=0.28 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 7172 0 0 0 27 1 0 0 25 0 1 0 820918834 25227264 5126 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 6159 5126 705 1214 0 4941 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 24636

[startup+0.701077 s]
/proc/loadavg: 2.18 2.05 2.01 3/575 23706
/proc/meminfo: memFree=23520152/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=24636 CPUtime=0.69 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 7176 0 0 0 66 3 0 0 25 0 1 0 820918834 25227264 5130 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 6159 5130 705 1214 0 4941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24636

[startup+1.50093 s]
/proc/loadavg: 2.18 2.05 2.01 3/576 23707
/proc/meminfo: memFree=23501048/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=24636 CPUtime=1.49 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 7184 0 0 0 143 6 0 0 25 0 1 0 820918834 25227264 5138 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 6159 5138 705 1214 0 4941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24636

[startup+3.1006 s]
/proc/loadavg: 2.18 2.05 2.01 3/576 23707
/proc/meminfo: memFree=23501048/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=25124 CPUtime=3.09 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 7233 0 0 0 298 11 0 0 25 0 1 0 820918834 25726976 5187 33554432000 4194304 9163163 140736742789648 18446744073709551615 7447483 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 6281 5187 705 1214 0 5063 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25124

[startup+6.30106 s]
/proc/loadavg: 2.16 2.05 2.01 3/576 23734
/proc/meminfo: memFree=23572552/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=30128 CPUtime=6.29 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 8491 0 0 0 607 22 0 0 25 0 1 0 820918834 30851072 6445 33554432000 4194304 9163163 140736742789648 18446744073709551615 5843677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 7532 6445 705 1214 0 6314 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30128

[startup+12.7009 s]
/proc/loadavg: 2.15 2.04 2.01 3/576 23734
/proc/meminfo: memFree=23553872/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=40172 CPUtime=12.69 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 11042 0 0 0 1225 44 0 0 25 0 1 0 820918834 41136128 8996 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 10043 8996 705 1214 0 8825 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40172

[startup+25.5005 s]
/proc/loadavg: 2.20 2.06 2.02 3/576 23734
/proc/meminfo: memFree=23512144/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=59380 CPUtime=25.49 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 15915 0 0 0 2462 87 0 0 25 0 1 0 820918834 60805120 13869 33554432000 4194304 9163163 140736742789648 18446744073709551615 5176482 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 14845 13869 705 1214 0 13627 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59380

[startup+51.1008 s]
/proc/loadavg: 2.19 2.07 2.02 3/576 23735
/proc/meminfo: memFree=23437812/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=97128 CPUtime=51.09 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 24975 0 0 0 4933 176 0 0 25 0 1 0 820918834 99459072 22929 33554432000 4194304 9163163 140736742789648 18446744073709551615 6501027 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 24282 22929 705 1214 0 23064 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97128

[startup+102.322 s]
/proc/loadavg: 2.08 2.06 2.01 3/576 23736
/proc/meminfo: memFree=23300072/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=162900 CPUtime=102.31 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 41680 0 0 0 9887 344 0 0 25 0 1 0 820918834 166809600 39634 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 40725 39634 705 1214 0 39507 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 162900

[startup+162.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/576 23738
/proc/meminfo: memFree=23151084/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=240516 CPUtime=162.29 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 60350 0 0 0 15700 529 0 0 25 0 1 0 820918834 246288384 58304 33554432000 4194304 9163163 140736742789648 18446744073709551615 6518118 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 60129 58304 705 1214 0 58911 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 240516

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.00 4/576 23740
/proc/meminfo: memFree=23003360/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=317148 CPUtime=222.29 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 79763 0 0 0 21509 720 0 0 25 0 1 0 820918834 324759552 77717 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 79287 77717 705 1214 0 78069 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 317148

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/576 23741
/proc/meminfo: memFree=22864416/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=381644 CPUtime=282.29 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 96239 0 0 0 27331 898 0 0 25 0 1 0 820918834 390803456 94193 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 95411 94193 705 1214 0 94193 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 381644

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23743
/proc/meminfo: memFree=22731176/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=458960 CPUtime=342.3 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 113817 0 0 0 33155 1075 0 0 25 0 1 0 820918834 469975040 111771 33554432000 4194304 9163163 140736742789648 18446744073709551615 5176426 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 114740 111771 705 1214 0 113522 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 458960

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23744
/proc/meminfo: memFree=22593988/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=531824 CPUtime=402.3 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 132332 0 0 0 38975 1255 0 0 25 0 1 0 820918834 544587776 130286 33554432000 4194304 9163163 140736742789648 18446744073709551615 4792979 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 132956 130286 705 1214 0 131738 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 531824

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23746
/proc/meminfo: memFree=22454556/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=600052 CPUtime=462.3 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 149611 0 0 0 44798 1432 0 0 25 0 1 0 820918834 614453248 147565 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 150013 147565 705 1214 0 148795 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 600052

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/576 23748
/proc/meminfo: memFree=22326168/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=666000 CPUtime=522.3 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 166294 0 0 0 50619 1611 0 0 25 0 1 0 820918834 681984000 164248 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 166500 164248 705 1214 0 165282 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 666000

[startup+582.301 s]
/proc/loadavg: 2.15 2.05 2.02 3/576 23749
/proc/meminfo: memFree=22189952/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=733960 CPUtime=582.3 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 183747 0 0 0 56447 1783 0 0 25 0 1 0 820918834 751575040 181701 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 183490 181701 705 1214 0 182272 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 733960

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 23756
/proc/meminfo: memFree=21671444/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1012852 CPUtime=822.32 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 250421 0 0 0 79780 2452 0 0 25 0 1 0 820918834 1037160448 248375 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 253213 248375 705 1214 0 251995 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1012852

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23757
/proc/meminfo: memFree=21540932/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1079924 CPUtime=882.31 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 267211 0 0 0 85614 2617 0 0 25 0 1 0 820918834 1105842176 265165 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 269981 265165 705 1214 0 268763 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1079924

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/576 23759
/proc/meminfo: memFree=21418856/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1148068 CPUtime=942.31 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 284571 0 0 0 91446 2785 0 0 25 0 1 0 820918834 1175621632 282525 33554432000 4194304 9163163 140736742789648 18446744073709551615 4553408 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 287017 282525 705 1214 0 285799 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1148068

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 23760
/proc/meminfo: memFree=21288724/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1209000 CPUtime=1002.32 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 300205 0 0 0 97285 2947 0 0 25 0 1 0 820918834 1238016000 298159 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 302250 298159 705 1214 0 301032 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1209000

[startup+1062.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/576 23762
/proc/meminfo: memFree=21174848/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1267700 CPUtime=1062.32 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 315285 0 0 0 103121 3111 0 0 25 0 1 0 820918834 1298124800 313239 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 316925 313239 705 1214 0 315707 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1267700

[startup+1122.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/576 23764
/proc/meminfo: memFree=21045936/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1332652 CPUtime=1122.33 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 331443 0 0 0 108960 3273 0 0 25 0 1 0 820918834 1364635648 329397 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 333163 329397 705 1214 0 331945 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1332652

[startup+1182.3 s]
/proc/loadavg: 2.17 2.09 2.02 3/576 23765
/proc/meminfo: memFree=20922864/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1397880 CPUtime=1182.33 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 348133 0 0 0 114801 3432 0 0 25 0 1 0 820918834 1431429120 346087 33554432000 4194304 9163163 140736742789648 18446744073709551615 4209742 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 349470 346087 705 1214 0 348252 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1397880

[startup+1242.3 s]
/proc/loadavg: 2.06 2.07 2.02 3/576 23767
/proc/meminfo: memFree=20801904/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1455460 CPUtime=1242.33 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 362954 0 0 0 120651 3582 0 0 25 0 1 0 820918834 1490391040 360908 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 363865 360908 705 1214 0 362647 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1455460

[startup+1302.3 s]
/proc/loadavg: 2.02 2.05 2.01 4/576 23768
/proc/meminfo: memFree=20677728/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1519416 CPUtime=1302.34 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 378743 0 0 0 126494 3740 0 0 25 0 1 0 820918834 1555881984 376697 33554432000 4194304 9163163 140736742789648 18446744073709551615 4787166 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 379854 376697 705 1214 0 378636 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1519416

[startup+1362.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/576 23770
/proc/meminfo: memFree=20557672/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1580072 CPUtime=1362.33 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 394289 0 0 0 132337 3896 0 0 25 0 1 0 820918834 1617993728 392243 33554432000 4194304 9163163 140736742789648 18446744073709551615 4826642 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 395018 392243 705 1214 0 393800 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1580072

[startup+1422.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 23772
/proc/meminfo: memFree=20436364/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1645008 CPUtime=1422.35 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 410943 0 0 0 138180 4055 0 0 25 0 1 0 820918834 1684488192 408897 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 411252 408897 705 1214 0 410034 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 1645008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/576 23773
/proc/meminfo: memFree=20321612/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1704412 CPUtime=1482.34 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 426189 0 0 0 144023 4211 0 0 25 0 1 0 820918834 1745317888 424143 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 426103 424143 705 1214 0 424885 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1704412

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23775
/proc/meminfo: memFree=20205500/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1761736 CPUtime=1542.34 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 440864 0 0 0 149864 4370 0 0 25 0 1 0 820918834 1804017664 438818 33554432000 4194304 9163163 140736742789648 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 440434 438818 705 1214 0 439216 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1761736

[startup+1602.3 s]
/proc/loadavg: 2.15 2.05 2.01 4/576 23776
/proc/meminfo: memFree=20089128/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1823564 CPUtime=1602.34 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 456028 0 0 0 155703 4531 0 0 25 0 1 0 820918834 1867329536 453982 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 455891 453982 705 1214 0 454673 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1823564

[startup+1662.3 s]
/proc/loadavg: 2.34 2.11 2.03 3/576 23778
/proc/meminfo: memFree=19969440/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1918728 CPUtime=1662.34 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 472012 0 0 0 161541 4693 0 0 25 0 1 0 820918834 1964777472 469966 33554432000 4194304 9163163 140736742789648 18446744073709551615 6555920 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 479682 469966 705 1214 0 478464 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1918728

[startup+1722.3 s]
/proc/loadavg: 2.19 2.10 2.03 3/576 23780
/proc/meminfo: memFree=19857164/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=1976788 CPUtime=1722.35 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 486909 0 0 0 167383 4852 0 0 25 0 1 0 820918834 2024230912 484863 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 494197 484863 705 1214 0 492979 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1976788

[startup+1782.3 s]
/proc/loadavg: 2.15 2.10 2.03 3/576 23781
/proc/meminfo: memFree=19736856/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=2035804 CPUtime=1782.34 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 502030 0 0 0 173230 5004 0 0 25 0 1 0 820918834 2084663296 499984 33554432000 4194304 9163163 140736742789648 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23706/statm: 508951 499984 705 1214 0 507733 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2035804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.09 2.03 3/576 23782
/proc/meminfo: memFree=19702124/32951124 swapFree=58940260/67111528
[pid=23706] ppid=23704 vsize=2051932 CPUtime=1800.05 cores=0,2,4,6
/proc/23706/stat : 23706 (scip-2.0.1.4b.l) R 23704 23706 23203 0 -1 4202496 506171 0 0 0 174956 5049 0 0 25 0 1 0 820918834 2101178368 504125 33554432000 4194304 9163163 140736742789648 18446744073709551615 5263244 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23706/statm: 512983 504125 707 1214 0 511765 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2051932

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.12
CPU time (s): 1800.17
CPU user time (s): 1749.58
CPU system time (s): 50.5953
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2051932

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

runsolver used 11.0593 second user time and 23.3934 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-03 11:26:51
IDJOB=3450857
IDBENCH=2893
IDSOLVER=1948
FILE ID=node139/3450857-1307093211
RUNJOBID= node139-1307093003-23221
PBS_JOBID= 13497985
Free space on /tmp= 73452 MiB

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

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=2096441503

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23520316 kB
Buffers:        234036 kB
Cached:         589928 kB
SwapCached:       3628 kB
Active:        8647744 kB
Inactive:       480420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23520316 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           12604 kB
Writeback:           0 kB
AnonPages:     8302432 kB
Mapped:          35972 kB
Slab:           152376 kB
PageTables:      78860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170992716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73440 MiB
End job on node139 at 2011-06-03 11:56:53