Trace number 3488788

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? (TO) 1800.13 1800.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMd78f5121f87a7bad7fc74d5d3eacc32f
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 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488788-1307773416.opb>
0.00/0.00	c original problem has 71 variables (71 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 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 = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    48 |     - | 386k|   0 |   8 |  70 |  23 |  70 |   8 |   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |   153 |     - | 435k|   0 |  12 |  70 |  23 |  70 |  13 |   5 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   161 |     - | 455k|   0 |  14 |  70 |  23 |  70 |  16 |   8 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   167 |     - | 473k|   0 |  16 |  70 |  23 |  70 |  19 |  11 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |   168 |     - | 474k|   0 |  17 |  70 |  23 |  70 |  20 |  12 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   173 |     - | 475k|   0 |  18 |  70 |  23 |  70 |  21 |  13 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   174 |     - | 477k|   0 |  19 |  70 |  23 |  70 |  22 |  14 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.08	c   0.1s|     1 |     2 |   174 |     - | 478k|   0 |  19 |  70 |  23 |  70 |  22 |  14 |  15 |   9 | 0.000000e+00 |      --      |    Inf 
1.59/1.67	c   1.7s| 10000 |  5700 | 31214 |   3.1 |4143k|  61 |   - |  70 |2046 |  70 |  19 |  14 |2561 | 667 | 0.000000e+00 |      --      |    Inf 
3.20/3.25	c   3.3s| 20000 | 10647 | 62958 |   3.1 |6948k|  61 |   - |  70 |1747 |  70 |  19 |  14 |5534 | 908 | 0.000000e+00 |      --      |    Inf 
4.69/4.73	c   4.7s| 30000 | 15607 | 94629 |   3.1 |9628k|  62 |   8 |  70 |1424 |  70 |  19 |  14 |8484 |1090 | 0.000000e+00 |      --      |    Inf 
6.19/6.20	c   6.2s| 40000 | 20289 |125563 |   3.1 |  12M|  62 |   8 |  70 |1963 |  70 |  19 |  14 |  11k|1220 | 0.000000e+00 |      --      |    Inf 
7.70/7.70	c   7.7s| 50000 | 24848 |156688 |   3.1 |  15M|  62 |   8 |  70 |1945 |  70 |  19 |  14 |  14k|1338 | 0.000000e+00 |      --      |    Inf 
9.19/9.21	c   9.2s| 60000 | 29240 |188760 |   3.1 |  17M|  62 |   - |  70 |2240 |  70 |  19 |  14 |  18k|1443 | 0.000000e+00 |      --      |    Inf 
10.69/10.72	c  10.7s| 70000 | 33639 |220502 |   3.1 |  20M|  62 |   8 |  70 |2436 |  70 |  19 |  14 |  21k|1515 | 0.000000e+00 |      --      |    Inf 
12.19/12.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.19/12.25	c  12.2s| 80000 | 38012 |252722 |   3.2 |  23M|  62 |   8 |  70 |2410 |  70 |  19 |  14 |  24k|1599 | 0.000000e+00 |      --      |    Inf 
13.69/13.78	c  13.8s| 90000 | 42352 |285215 |   3.2 |  25M|  62 |   - |  70 |2553 |  70 |  19 |  14 |  28k|1657 | 0.000000e+00 |      --      |    Inf 
15.19/15.29	c  15.3s|100000 | 46534 |317696 |   3.2 |  28M|  62 |   8 |  70 |2524 |  70 |  19 |  14 |  31k|1711 | 0.000000e+00 |      --      |    Inf 
16.79/16.80	c  16.8s|110000 | 50729 |349493 |   3.2 |  31M|  62 |   8 |  70 |2837 |  70 |  19 |  14 |  35k|1756 | 0.000000e+00 |      --      |    Inf 
18.29/18.32	c  18.3s|120000 | 54978 |381474 |   3.2 |  33M|  62 |   8 |  70 |3022 |  70 |  19 |  14 |  38k|1796 | 0.000000e+00 |      --      |    Inf 
19.79/19.84	c  19.8s|130000 | 59314 |412131 |   3.2 |  36M|  62 |   8 |  70 |3001 |  70 |  19 |  14 |  41k|1842 | 0.000000e+00 |      --      |    Inf 
21.38/21.49	c  21.5s|140000 | 63186 |444425 |   3.2 |  39M|  62 |   8 |  70 |3041 |  70 |  19 |  14 |  45k|1869 | 0.000000e+00 |      --      |    Inf 
22.99/23.09	c  23.1s|150000 | 67281 |476073 |   3.2 |  41M|  62 |   8 |  70 |3344 |  70 |  19 |  14 |  49k|1900 | 0.000000e+00 |      --      |    Inf 
24.69/24.74	c  24.7s|160000 | 71471 |508210 |   3.2 |  44M|  62 |   - |  70 |3443 |  70 |  19 |  14 |  52k|1924 | 0.000000e+00 |      --      |    Inf 
26.40/26.43	c  26.4s|170000 | 75435 |540424 |   3.2 |  47M|  62 |   8 |  70 |3250 |  70 |  19 |  14 |  56k|1962 | 0.000000e+00 |      --      |    Inf 
27.99/28.06	c  28.1s|180000 | 79329 |571261 |   3.2 |  49M|  63 |   - |  70 |3671 |   0 |   0 |  14 |  59k|1988 | 0.000000e+00 |      --      |    Inf 
29.69/29.71	c  29.7s|190000 | 83345 |602888 |   3.2 |  52M|  63 |   8 |  70 |3444 |  70 |  19 |  14 |  63k|2023 | 0.000000e+00 |      --      |    Inf 
31.39/31.44	c  31.4s|200000 | 87218 |634225 |   3.2 |  54M|  63 |   8 |  70 |3463 |  70 |  19 |  14 |  67k|2048 | 0.000000e+00 |      --      |    Inf 
33.09/33.10	c  33.1s|210000 | 91225 |666119 |   3.2 |  57M|  63 |   8 |  70 |3986 |  70 |  19 |  14 |  70k|2074 | 0.000000e+00 |      --      |    Inf 
34.69/34.72	c  34.7s|220000 | 95228 |698280 |   3.2 |  59M|  63 |   8 |  70 |3606 |  70 |  19 |  14 |  74k|2113 | 0.000000e+00 |      --      |    Inf 
36.29/36.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.29/36.38	c  36.4s|230000 | 99115 |730459 |   3.2 |  62M|  63 |   - |  70 |3440 |  70 |  19 |  14 |  78k|2139 | 0.000000e+00 |      --      |    Inf 
38.09/38.10	c  38.1s|240000 |103003 |761585 |   3.2 |  65M|  63 |   8 |  70 |3528 |  70 |  19 |  14 |  81k|2169 | 0.000000e+00 |      --      |    Inf 
39.69/39.76	c  39.8s|250000 |107009 |793141 |   3.2 |  67M|  63 |   8 |  70 |3733 |  70 |  19 |  14 |  85k|2200 | 0.000000e+00 |      --      |    Inf 
41.29/41.38	c  41.4s|260000 |110835 |824259 |   3.2 |  70M|  63 |   - |  70 |4106 |  70 |  19 |  14 |  89k|2224 | 0.000000e+00 |      --      |    Inf 
42.99/43.00	c  43.0s|270000 |114928 |855052 |   3.2 |  72M|  63 |   - |  70 |4095 |  70 |  19 |  14 |  92k|2248 | 0.000000e+00 |      --      |    Inf 
44.69/44.75	c  44.8s|280000 |118939 |886723 |   3.2 |  75M|  63 |   - |  70 |3685 |  70 |  19 |  14 |  95k|2278 | 0.000000e+00 |      --      |    Inf 
46.49/46.53	c  46.5s|290000 |122713 |917930 |   3.2 |  77M|  63 |   - |  70 |3468 |  70 |  19 |  14 |  99k|2295 | 0.000000e+00 |      --      |    Inf 
47.89/47.94	c  47.9s|300000 |127981 |946211 |   3.2 |  80M|  63 |   8 |  70 |4548 |  70 |  19 |  14 | 102k|2306 | 0.000000e+00 |      --      |    Inf 
49.49/49.54	c  49.5s|310000 |131993 |975865 |   3.1 |  83M|  63 |   8 |  70 |4933 |  70 |  19 |  14 | 106k|2318 | 0.000000e+00 |      --      |    Inf 
51.09/51.15	c  51.1s|320000 |136254 |  1005k|   3.1 |  86M|  63 |   8 |  70 |5516 |  70 |  19 |  14 | 109k|2328 | 0.000000e+00 |      --      |    Inf 
52.89/52.96	c  53.0s|330000 |140309 |  1036k|   3.1 |  88M|  63 |   - |  70 |4332 |  70 |  19 |  14 | 113k|2339 | 0.000000e+00 |      --      |    Inf 
54.69/54.71	c  54.7s|340000 |144059 |  1067k|   3.1 |  91M|  63 |   8 |  70 |3595 |  70 |  19 |  14 | 116k|2351 | 0.000000e+00 |      --      |    Inf 
56.39/56.44	c  56.4s|350000 |147891 |  1099k|   3.1 |  93M|  63 |   - |  70 |3809 |  70 |  19 |  14 | 120k|2362 | 0.000000e+00 |      --      |    Inf 
58.20/58.24	c  58.2s|360000 |151666 |  1131k|   3.1 |  96M|  63 |   8 |  70 |3777 |  70 |  19 |  14 | 124k|2373 | 0.000000e+00 |      --      |    Inf 
59.78/59.88	c  59.9s|370000 |155791 |  1161k|   3.1 |  98M|  63 |   - |  70 |4034 |  70 |  19 |  14 | 127k|2386 | 0.000000e+00 |      --      |    Inf 
61.50/61.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.50/61.50	c  61.5s|380000 |159879 |  1191k|   3.1 | 101M|  63 |   8 |  70 |3869 |  70 |  19 |  14 | 131k|2396 | 0.000000e+00 |      --      |    Inf 
63.19/63.24	c  63.2s|390000 |163903 |  1223k|   3.1 | 103M|  63 |   8 |  70 |3943 |  70 |  19 |  14 | 134k|2408 | 0.000000e+00 |      --      |    Inf 
64.90/64.93	c  64.9s|400000 |167913 |  1253k|   3.1 | 106M|  63 |   8 |  70 |4073 |  70 |  19 |  14 | 138k|2419 | 0.000000e+00 |      --      |    Inf 
66.59/66.64	c  66.6s|410000 |171906 |  1284k|   3.1 | 109M|  63 |   - |  70 |4627 |  70 |  19 |  14 | 141k|2428 | 0.000000e+00 |      --      |    Inf 
68.29/68.34	c  68.3s|420000 |175850 |  1315k|   3.1 | 111M|  63 |   8 |  70 |3730 |  70 |  19 |  14 | 145k|2444 | 0.000000e+00 |      --      |    Inf 
69.98/70.09	c  70.1s|430000 |179749 |  1346k|   3.1 | 114M|  63 |   - |  70 |3937 |  70 |  19 |  14 | 149k|2462 | 0.000000e+00 |      --      |    Inf 
71.89/71.90	c  71.9s|440000 |183540 |  1378k|   3.1 | 116M|  63 |   - |  70 |4068 |  70 |  19 |  14 | 152k|2485 | 0.000000e+00 |      --      |    Inf 
73.49/73.58	c  73.6s|450000 |187699 |  1409k|   3.1 | 119M|  63 |   8 |  70 |4539 |  70 |  19 |  14 | 156k|2507 | 0.000000e+00 |      --      |    Inf 
75.09/75.15	c  75.1s|460000 |191866 |  1440k|   3.1 | 122M|  63 |   8 |  70 |4732 |  70 |  19 |  14 | 160k|2522 | 0.000000e+00 |      --      |    Inf 
76.79/76.85	c  76.9s|470000 |196067 |  1470k|   3.1 | 124M|  63 |   8 |  70 |4693 |  70 |  19 |  14 | 163k|2544 | 0.000000e+00 |      --      |    Inf 
78.49/78.51	c  78.5s|480000 |200288 |  1501k|   3.1 | 127M|  63 |   8 |  70 |4657 |  70 |  19 |  14 | 166k|2567 | 0.000000e+00 |      --      |    Inf 
80.19/80.29	c  80.3s|490000 |204071 |  1532k|   3.1 | 129M|  63 |   8 |  70 |3891 |  70 |  19 |  14 | 170k|2582 | 0.000000e+00 |      --      |    Inf 
81.79/81.87	c  81.9s|500000 |208222 |  1562k|   3.1 | 132M|  63 |   8 |  70 |4506 |  70 |  19 |  14 | 174k|2604 | 0.000000e+00 |      --      |    Inf 
83.59/83.68	c  83.7s|510000 |212083 |  1593k|   3.1 | 134M|  63 |   8 |  70 |4251 |  70 |  19 |  14 | 177k|2610 | 0.000000e+00 |      --      |    Inf 
85.39/85.44	c  85.4s|520000 |216158 |  1624k|   3.1 | 137M|  63 |   8 |  70 |4409 |  70 |  19 |  14 | 181k|2621 | 0.000000e+00 |      --      |    Inf 
87.09/87.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.09/87.15	c  87.2s|530000 |220304 |  1655k|   3.1 | 139M|  63 |   8 |  70 |3808 |  70 |  19 |  14 | 184k|2628 | 0.000000e+00 |      --      |    Inf 
88.69/88.75	c  88.7s|540000 |224511 |  1686k|   3.1 | 142M|  63 |   8 |  70 |3188 |  70 |  19 |  14 | 188k|2638 | 0.000000e+00 |      --      |    Inf 
90.29/90.37	c  90.4s|550000 |228855 |  1717k|   3.1 | 144M|  63 |   8 |  70 |4303 |  70 |  19 |  14 | 191k|2650 | 0.000000e+00 |      --      |    Inf 
91.99/92.00	c  92.0s|560000 |233108 |  1748k|   3.1 | 147M|  63 |   - |  70 |3781 |  70 |  19 |  14 | 195k|2665 | 0.000000e+00 |      --      |    Inf 
93.59/93.64	c  93.6s|570000 |237245 |  1778k|   3.1 | 150M|  63 |   8 |  70 |4507 |  70 |  19 |  14 | 198k|2677 | 0.000000e+00 |      --      |    Inf 
95.29/95.36	c  95.4s|580000 |241219 |  1808k|   3.1 | 152M|  63 |   8 |  70 |4051 |  70 |  19 |  14 | 202k|2690 | 0.000000e+00 |      --      |    Inf 
97.09/97.18	c  97.2s|590000 |244909 |  1839k|   3.1 | 155M|  63 |   8 |  70 |4128 |  70 |  19 |  14 | 205k|2696 | 0.000000e+00 |      --      |    Inf 
98.90/98.92	c  98.9s|600000 |248867 |  1871k|   3.1 | 157M|  63 |   8 |  70 |4078 |  70 |  19 |  14 | 209k|2703 | 0.000000e+00 |      --      |    Inf 
100.59/100.68	c   101s|610000 |252411 |  1901k|   3.1 | 160M|  63 |   8 |  70 |4324 |  70 |  19 |  14 | 213k|2715 | 0.000000e+00 |      --      |    Inf 
102.39/102.41	c   102s|620000 |256465 |  1932k|   3.1 | 162M|  63 |   - |  70 |4631 |  70 |  19 |  14 | 216k|2721 | 0.000000e+00 |      --      |    Inf 
104.09/104.10	c   104s|630000 |260395 |  1963k|   3.1 | 165M|  63 |   8 |  70 |4998 |  70 |  19 |  14 | 220k|2731 | 0.000000e+00 |      --      |    Inf 
105.89/105.91	c   106s|640000 |264359 |  1994k|   3.1 | 167M|  63 |   - |  70 |4546 |  70 |  19 |  14 | 224k|2738 | 0.000000e+00 |      --      |    Inf 
107.59/107.66	c   108s|650000 |268207 |  2025k|   3.1 | 170M|  63 |   8 |  70 |4556 |  70 |  19 |  14 | 227k|2744 | 0.000000e+00 |      --      |    Inf 
109.29/109.39	c   109s|660000 |272137 |  2055k|   3.1 | 173M|  63 |   - |  70 |4963 |  70 |  19 |  14 | 231k|2754 | 0.000000e+00 |      --      |    Inf 
111.09/111.15	c   111s|670000 |276227 |  2085k|   3.1 | 175M|  63 |   - |  70 |4686 |  70 |  19 |  14 | 235k|2761 | 0.000000e+00 |      --      |    Inf 
112.89/112.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.89/112.92	c   113s|680000 |280031 |  2115k|   3.1 | 178M|  63 |   8 |  70 |4542 |  70 |  19 |  14 | 238k|2768 | 0.000000e+00 |      --      |    Inf 
114.59/114.63	c   115s|690000 |284061 |  2146k|   3.1 | 180M|  63 |   8 |  70 |4506 |  70 |  19 |  14 | 242k|2776 | 0.000000e+00 |      --      |    Inf 
116.29/116.33	c   116s|700000 |288155 |  2177k|   3.1 | 183M|  63 |   8 |  70 |4812 |  70 |  19 |  14 | 245k|2785 | 0.000000e+00 |      --      |    Inf 
118.09/118.15	c   118s|710000 |292088 |  2206k|   3.1 | 185M|  63 |   8 |  70 |4357 |  70 |  19 |  14 | 249k|2797 | 0.000000e+00 |      --      |    Inf 
119.90/119.94	c   120s|720000 |296133 |  2236k|   3.1 | 188M|  63 |   - |  70 |4022 |  70 |  19 |  14 | 252k|2815 | 0.000000e+00 |      --      |    Inf 
121.70/121.78	c   122s|730000 |299605 |  2268k|   3.1 | 190M|  63 |   - |  70 |4071 |  70 |  19 |  14 | 256k|2831 | 0.000000e+00 |      --      |    Inf 
123.49/123.50	c   124s|740000 |303531 |  2299k|   3.1 | 193M|  63 |   8 |  70 |4953 |  70 |  19 |  14 | 260k|2853 | 0.000000e+00 |      --      |    Inf 
125.29/125.32	c   125s|750000 |307357 |  2329k|   3.1 | 195M|  63 |   - |  70 |4152 |  70 |  19 |  14 | 264k|2870 | 0.000000e+00 |      --      |    Inf 
126.89/126.99	c   127s|760000 |311327 |  2360k|   3.1 | 198M|  63 |   8 |  70 |4464 |  70 |  19 |  14 | 267k|2883 | 0.000000e+00 |      --      |    Inf 
128.79/128.82	c   129s|770000 |315093 |  2391k|   3.1 | 200M|  63 |   - |  70 |3857 |  70 |  19 |  14 | 271k|2899 | 0.000000e+00 |      --      |    Inf 
130.49/130.54	c   131s|780000 |319247 |  2422k|   3.1 | 203M|  63 |   8 |  70 |3793 |  70 |  19 |  14 | 275k|2916 | 0.000000e+00 |      --      |    Inf 
132.19/132.24	c   132s|790000 |323027 |  2453k|   3.1 | 205M|  63 |   8 |  70 |4769 |  70 |  19 |  14 | 278k|2930 | 0.000000e+00 |      --      |    Inf 
133.99/134.01	c   134s|800000 |326774 |  2484k|   3.1 | 208M|  63 |   - |  70 |4638 |  70 |  19 |  14 | 282k|2938 | 0.000000e+00 |      --      |    Inf 
135.69/135.70	c   136s|810000 |331051 |  2513k|   3.1 | 210M|  63 |   - |  70 |4739 |  70 |  19 |  14 | 285k|2944 | 0.000000e+00 |      --      |    Inf 
137.50/137.53	c   138s|820000 |335072 |  2545k|   3.1 | 213M|  63 |   8 |  70 |4534 |  70 |  19 |  14 | 289k|2961 | 0.000000e+00 |      --      |    Inf 
139.39/139.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.39/139.41	c   139s|830000 |338790 |  2575k|   3.1 | 216M|  63 |   - |  70 |4484 |  70 |  19 |  14 | 293k|2978 | 0.000000e+00 |      --      |    Inf 
141.09/141.17	c   141s|840000 |342701 |  2606k|   3.1 | 218M|  63 |   8 |  70 |4384 |  70 |  19 |  14 | 296k|2990 | 0.000000e+00 |      --      |    Inf 
142.79/142.90	c   143s|850000 |346813 |  2636k|   3.1 | 221M|  63 |   8 |  70 |4521 |  70 |  19 |  14 | 300k|3001 | 0.000000e+00 |      --      |    Inf 
144.59/144.65	c   145s|860000 |350594 |  2667k|   3.1 | 223M|  63 |   - |  70 |4555 |  70 |  19 |  14 | 304k|3011 | 0.000000e+00 |      --      |    Inf 
146.40/146.40	c   146s|870000 |354468 |  2698k|   3.1 | 226M|  63 |   8 |  70 |4757 |  70 |  19 |  14 | 307k|3020 | 0.000000e+00 |      --      |    Inf 
148.09/148.17	c   148s|880000 |358306 |  2728k|   3.1 | 228M|  63 |   8 |  70 |4690 |  70 |  19 |  14 | 311k|3031 | 0.000000e+00 |      --      |    Inf 
149.99/150.04	c   150s|890000 |362009 |  2759k|   3.1 | 231M|  63 |   8 |  70 |4196 |  70 |  19 |  14 | 315k|3042 | 0.000000e+00 |      --      |    Inf 
151.80/151.89	c   152s|900000 |365706 |  2790k|   3.1 | 233M|  63 |   8 |  70 |4652 |  70 |  19 |  14 | 319k|3054 | 0.000000e+00 |      --      |    Inf 
153.49/153.57	c   154s|910000 |369615 |  2821k|   3.1 | 236M|  63 |   8 |  70 |4932 |  70 |  19 |  14 | 322k|3061 | 0.000000e+00 |      --      |    Inf 
155.39/155.41	c   155s|920000 |373405 |  2852k|   3.1 | 238M|  63 |   8 |  70 |4325 |  70 |  19 |  14 | 326k|3074 | 0.000000e+00 |      --      |    Inf 
157.09/157.12	c   157s|930000 |377507 |  2883k|   3.1 | 241M|  63 |   8 |  70 |5469 |  70 |  19 |  14 | 329k|3087 | 0.000000e+00 |      --      |    Inf 
158.89/158.94	c   159s|940000 |381428 |  2913k|   3.1 | 243M|  63 |   8 |  70 |4702 |  70 |  19 |  14 | 333k|3098 | 0.000000e+00 |      --      |    Inf 
160.69/160.70	c   161s|950000 |385269 |  2943k|   3.1 | 246M|  63 |   8 |  70 |4220 |  70 |  19 |  14 | 337k|3112 | 0.000000e+00 |      --      |    Inf 
162.39/162.46	c   162s|960000 |389106 |  2973k|   3.1 | 248M|  63 |   8 |  70 |4842 |  70 |  19 |  14 | 340k|3125 | 0.000000e+00 |      --      |    Inf 
164.19/164.24	c   164s|970000 |393007 |  3004k|   3.1 | 251M|  63 |   8 |  70 |5208 |  70 |  19 |  14 | 344k|3139 | 0.000000e+00 |      --      |    Inf 
166.00/166.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.00/166.01	c   166s|980000 |396559 |  3034k|   3.1 | 253M|  63 |   8 |  70 |5151 |  70 |  19 |  14 | 348k|3152 | 0.000000e+00 |      --      |    Inf 
167.89/167.90	c   168s|990000 |400297 |  3065k|   3.1 | 256M|  63 |   - |  70 |4668 |  70 |  19 |  14 | 352k|3165 | 0.000000e+00 |      --      |    Inf 
169.70/169.70	c   170s|  1000k|403914 |  3095k|   3.1 | 258M|  63 |   8 |  70 |5220 |  70 |  19 |  14 | 355k|3177 | 0.000000e+00 |      --      |    Inf 
171.60/171.68	c   172s|  1010k|407492 |  3126k|   3.1 | 261M|  63 |   8 |  70 |4658 |  70 |  19 |  14 | 359k|3191 | 0.000000e+00 |      --      |    Inf 
173.39/173.45	c   173s|  1020k|411383 |  3156k|   3.1 | 263M|  63 |   8 |  70 |4430 |  70 |  19 |  14 | 363k|3199 | 0.000000e+00 |      --      |    Inf 
175.19/175.25	c   175s|  1030k|415463 |  3186k|   3.1 | 266M|  63 |   8 |  70 |4349 |  70 |  19 |  14 | 366k|3210 | 0.000000e+00 |      --      |    Inf 
177.00/177.04	c   177s|  1040k|419152 |  3217k|   3.1 | 268M|  63 |   8 |  70 |4965 |  70 |  19 |  14 | 370k|3223 | 0.000000e+00 |      --      |    Inf 
178.79/178.80	c   179s|  1050k|423062 |  3248k|   3.1 | 271M|  63 |   8 |  70 |5206 |  70 |  19 |  14 | 374k|3238 | 0.000000e+00 |      --      |    Inf 
180.50/180.53	c   181s|  1060k|426888 |  3279k|   3.1 | 274M|  63 |   8 |  70 |5362 |  70 |  19 |  14 | 377k|3246 | 0.000000e+00 |      --      |    Inf 
182.39/182.46	c   182s|  1070k|430593 |  3309k|   3.1 | 276M|  63 |   - |  70 |4534 |  70 |  19 |  14 | 381k|3262 | 0.000000e+00 |      --      |    Inf 
184.19/184.24	c   184s|  1080k|434387 |  3340k|   3.1 | 278M|  63 |   8 |  70 |4999 |  70 |  19 |  14 | 385k|3276 | 0.000000e+00 |      --      |    Inf 
185.99/186.06	c   186s|  1090k|438023 |  3370k|   3.1 | 281M|  63 |   - |  70 |4817 |  70 |  19 |  14 | 389k|3286 | 0.000000e+00 |      --      |    Inf 
187.80/187.89	c   188s|  1100k|441867 |  3400k|   3.1 | 283M|  63 |   8 |  70 |5077 |  70 |  19 |  14 | 392k|3296 | 0.000000e+00 |      --      |    Inf 
189.59/189.63	c   190s|  1110k|445962 |  3431k|   3.1 | 286M|  63 |   8 |  70 |5733 |  70 |  19 |  14 | 396k|3310 | 0.000000e+00 |      --      |    Inf 
191.40/191.43	c   191s|  1120k|450034 |  3461k|   3.1 | 289M|  63 |   - |  70 |5182 |  70 |  19 |  14 | 399k|3321 | 0.000000e+00 |      --      |    Inf 
192.99/193.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
192.99/193.04	c   193s|  1130k|454252 |  3491k|   3.1 | 291M|  63 |   - |  70 |5944 |  70 |  19 |  14 | 403k|3340 | 0.000000e+00 |      --      |    Inf 
194.99/195.02	c   195s|  1140k|457865 |  3521k|   3.1 | 294M|  63 |   8 |  70 |5273 |  70 |  19 |  14 | 407k|3358 | 0.000000e+00 |      --      |    Inf 
196.80/196.85	c   197s|  1150k|461718 |  3552k|   3.1 | 296M|  63 |   8 |  70 |4756 |  70 |  19 |  14 | 410k|3370 | 0.000000e+00 |      --      |    Inf 
198.29/198.37	c   198s|  1160k|466160 |  3581k|   3.1 | 299M|  63 |   8 |  70 |6226 |  70 |  19 |  14 | 414k|3379 | 0.000000e+00 |      --      |    Inf 
199.90/199.92	c   200s|  1170k|470535 |  3609k|   3.1 | 302M|  63 |   8 |  70 |7524 |  70 |  19 |  14 | 417k|3389 | 0.000000e+00 |      --      |    Inf 
201.70/201.74	c   202s|  1180k|474575 |  3639k|   3.1 | 304M|  63 |   8 |  70 |6723 |  70 |  19 |  14 | 420k|3398 | 0.000000e+00 |      --      |    Inf 
203.59/203.61	c   204s|  1190k|478542 |  3669k|   3.1 | 307M|  63 |   8 |  70 |5300 |  70 |  19 |  14 | 424k|3405 | 0.000000e+00 |      --      |    Inf 
205.29/205.35	c   205s|  1200k|482237 |  3699k|   3.1 | 309M|  63 |   - |  70 |5873 |  70 |  19 |  14 | 428k|3412 | 0.000000e+00 |      --      |    Inf 
207.19/207.21	c   207s|  1210k|486113 |  3730k|   3.1 | 312M|  63 |   8 |  70 |5177 |  70 |  19 |  14 | 431k|3423 | 0.000000e+00 |      --      |    Inf 
208.90/208.96	c   209s|  1220k|489952 |  3760k|   3.1 | 314M|  63 |   8 |  70 |5205 |  70 |  19 |  14 | 435k|3432 | 0.000000e+00 |      --      |    Inf 
210.79/210.85	c   211s|  1230k|493449 |  3790k|   3.1 | 317M|  63 |   - |  70 |5001 |  70 |  19 |  14 | 439k|3439 | 0.000000e+00 |      --      |    Inf 
212.69/212.74	c   213s|  1240k|496919 |  3820k|   3.1 | 319M|  63 |   8 |  70 |4109 |  70 |  19 |  14 | 443k|3446 | 0.000000e+00 |      --      |    Inf 
214.49/214.50	c   215s|  1250k|500697 |  3852k|   3.1 | 322M|  63 |   8 |  70 |5507 |  70 |  19 |  14 | 447k|3455 | 0.000000e+00 |      --      |    Inf 
216.29/216.37	c   216s|  1260k|504487 |  3882k|   3.1 | 324M|  63 |   - |  70 |5267 |  70 |  19 |  14 | 450k|3461 | 0.000000e+00 |      --      |    Inf 
218.09/218.19	c   218s|  1270k|508274 |  3912k|   3.1 | 327M|  63 |   - |  70 |5211 |  70 |  19 |  14 | 454k|3469 | 0.000000e+00 |      --      |    Inf 
219.99/220.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.99/220.04	c   220s|  1280k|511921 |  3943k|   3.1 | 329M|  63 |   8 |  70 |5213 |  70 |  19 |  14 | 458k|3475 | 0.000000e+00 |      --      |    Inf 
221.80/221.81	c   222s|  1290k|515995 |  3974k|   3.1 | 332M|  63 |   - |  70 |5370 |  70 |  19 |  14 | 462k|3480 | 0.000000e+00 |      --      |    Inf 
223.49/223.57	c   224s|  1300k|520160 |  4004k|   3.1 | 334M|  63 |   - |  70 |5499 |  70 |  19 |  14 | 465k|3489 | 0.000000e+00 |      --      |    Inf 
225.09/225.16	c   225s|  1310k|524345 |  4035k|   3.1 | 337M|  63 |   8 |  70 |6737 |  70 |  19 |  14 | 468k|3494 | 0.000000e+00 |      --      |    Inf 
226.90/226.95	c   227s|  1320k|528172 |  4065k|   3.1 | 340M|  63 |   8 |  70 |6716 |  70 |  19 |  14 | 472k|3503 | 0.000000e+00 |      --      |    Inf 
228.80/228.85	c   229s|  1330k|531870 |  4096k|   3.1 | 342M|  63 |   - |  70 |5516 |  70 |  19 |  14 | 476k|3509 | 0.000000e+00 |      --      |    Inf 
230.80/230.81	c   231s|  1340k|535421 |  4127k|   3.1 | 344M|  63 |   8 |  70 |4945 |  70 |  19 |  14 | 480k|3514 | 0.000000e+00 |      --      |    Inf 
232.49/232.58	c   233s|  1350k|539060 |  4158k|   3.1 | 347M|  63 |   - |  70 |5008 |  70 |  19 |  14 | 483k|3521 | 0.000000e+00 |      --      |    Inf 
234.49/234.51	c   235s|  1360k|542659 |  4188k|   3.1 | 349M|  63 |   8 |  70 |5354 |  70 |  19 |  14 | 487k|3527 | 0.000000e+00 |      --      |    Inf 
236.30/236.34	c   236s|  1370k|546595 |  4219k|   3.1 | 352M|  63 |   - |  70 |4952 |  70 |  19 |  14 | 491k|3532 | 0.000000e+00 |      --      |    Inf 
238.09/238.13	c   238s|  1380k|550281 |  4250k|   3.1 | 354M|  63 |   - |  70 |5283 |  70 |  19 |  14 | 495k|3539 | 0.000000e+00 |      --      |    Inf 
239.89/239.99	c   240s|  1390k|554208 |  4280k|   3.1 | 357M|  63 |   - |  70 |4261 |  70 |  19 |  14 | 498k|3552 | 0.000000e+00 |      --      |    Inf 
241.89/241.91	c   242s|  1400k|557895 |  4311k|   3.1 | 359M|  63 |   8 |  70 |4099 |  70 |  19 |  14 | 502k|3560 | 0.000000e+00 |      --      |    Inf 
243.69/243.79	c   244s|  1410k|561507 |  4341k|   3.1 | 362M|  63 |   - |  70 |4691 |  70 |  19 |  14 | 506k|3564 | 0.000000e+00 |      --      |    Inf 
245.49/245.50	c   246s|  1420k|565379 |  4371k|   3.1 | 364M|  63 |   - |  70 |5099 |  70 |  19 |  14 | 509k|3572 | 0.000000e+00 |      --      |    Inf 
247.30/247.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.30/247.38	c   247s|  1430k|569199 |  4401k|   3.1 | 367M|  63 |   8 |  70 |4774 |  70 |  19 |  14 | 513k|3575 | 0.000000e+00 |      --      |    Inf 
249.19/249.29	c   249s|  1440k|573081 |  4432k|   3.1 | 369M|  63 |   8 |  70 |5040 |  70 |  19 |  14 | 517k|3585 | 0.000000e+00 |      --      |    Inf 
250.99/251.08	c   251s|  1450k|576911 |  4462k|   3.1 | 372M|  63 |   8 |  70 |5078 |  70 |  19 |  14 | 520k|3593 | 0.000000e+00 |      --      |    Inf 
252.79/252.88	c   253s|  1460k|580562 |  4492k|   3.1 | 374M|  63 |   8 |  70 |5066 |  70 |  19 |  14 | 524k|3599 | 0.000000e+00 |      --      |    Inf 
254.69/254.73	c   255s|  1470k|584214 |  4523k|   3.1 | 377M|  63 |   8 |  70 |5268 |  70 |  19 |  14 | 528k|3608 | 0.000000e+00 |      --      |    Inf 
256.49/256.56	c   257s|  1480k|588054 |  4553k|   3.1 | 379M|  63 |   8 |  70 |5307 |  70 |  19 |  14 | 532k|3614 | 0.000000e+00 |      --      |    Inf 
258.40/258.44	c   258s|  1490k|591873 |  4583k|   3.1 | 382M|  63 |   8 |  70 |4600 |  70 |  19 |  14 | 535k|3618 | 0.000000e+00 |      --      |    Inf 
260.20/260.27	c   260s|  1500k|595558 |  4613k|   3.1 | 384M|  63 |   - |  70 |5346 |  70 |  19 |  14 | 539k|3624 | 0.000000e+00 |      --      |    Inf 
262.19/262.24	c   262s|  1510k|599079 |  4643k|   3.1 | 387M|  63 |   8 |  70 |5012 |  70 |  19 |  14 | 543k|3629 | 0.000000e+00 |      --      |    Inf 
263.90/263.97	c   264s|  1520k|603219 |  4673k|   3.1 | 389M|  63 |   8 |  70 |5244 |  70 |  19 |  14 | 547k|3637 | 0.000000e+00 |      --      |    Inf 
265.69/265.78	c   266s|  1530k|607107 |  4703k|   3.1 | 392M|  63 |   8 |  70 |4461 |  70 |  19 |  14 | 550k|3643 | 0.000000e+00 |      --      |    Inf 
267.49/267.52	c   268s|  1540k|611070 |  4734k|   3.1 | 394M|  63 |   - |  70 |5395 |  70 |  19 |  14 | 554k|3649 | 0.000000e+00 |      --      |    Inf 
269.40/269.47	c   269s|  1550k|614843 |  4763k|   3.1 | 397M|  63 |   - |  70 |5649 |  70 |  19 |  14 | 558k|3659 | 0.000000e+00 |      --      |    Inf 
271.30/271.30	c   271s|  1560k|618472 |  4794k|   3.1 | 400M|  63 |   8 |  70 |5648 |  70 |  19 |  14 | 561k|3669 | 0.000000e+00 |      --      |    Inf 
273.19/273.29	c   273s|  1570k|622162 |  4824k|   3.1 | 402M|  63 |   8 |  70 |5258 |  70 |  19 |  14 | 565k|3673 | 0.000000e+00 |      --      |    Inf 
275.10/275.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.10/275.16	c   275s|  1580k|625940 |  4855k|   3.1 | 404M|  63 |   8 |  70 |5451 |  70 |  19 |  14 | 569k|3681 | 0.000000e+00 |      --      |    Inf 
276.99/277.04	c   277s|  1590k|629819 |  4885k|   3.1 | 407M|  63 |   - |  70 |5003 |  70 |  19 |  14 | 573k|3695 | 0.000000e+00 |      --      |    Inf 
278.80/278.89	c   279s|  1600k|633226 |  4916k|   3.1 | 409M|  63 |   8 |  70 |5135 |  70 |  19 |  14 | 577k|3701 | 0.000000e+00 |      --      |    Inf 
280.79/280.81	c   281s|  1610k|637166 |  4947k|   3.1 | 412M|  63 |   8 |  70 |5178 |  70 |  19 |  14 | 580k|3709 | 0.000000e+00 |      --      |    Inf 
282.70/282.72	c   283s|  1620k|640687 |  4978k|   3.1 | 414M|  63 |   8 |  70 |5289 |  70 |  19 |  14 | 584k|3715 | 0.000000e+00 |      --      |    Inf 
284.59/284.66	c   285s|  1630k|644241 |  5008k|   3.1 | 417M|  63 |   - |  70 |4850 |  70 |  19 |  14 | 588k|3720 | 0.000000e+00 |      --      |    Inf 
286.60/286.62	c   287s|  1640k|647933 |  5039k|   3.1 | 419M|  63 |   8 |  70 |4821 |  70 |  19 |  14 | 592k|3726 | 0.000000e+00 |      --      |    Inf 
288.50/288.55	c   289s|  1650k|651681 |  5069k|   3.1 | 422M|  63 |   8 |  70 |5013 |  70 |  19 |  14 | 595k|3732 | 0.000000e+00 |      --      |    Inf 
290.30/290.35	c   290s|  1660k|655683 |  5099k|   3.1 | 424M|  63 |   8 |  70 |5256 |  70 |  19 |  14 | 599k|3738 | 0.000000e+00 |      --      |    Inf 
292.20/292.24	c   292s|  1670k|659417 |  5129k|   3.1 | 427M|  63 |   8 |  70 |4913 |  70 |  19 |  14 | 603k|3747 | 0.000000e+00 |      --      |    Inf 
294.10/294.10	c   294s|  1680k|663167 |  5161k|   3.1 | 429M|  63 |   8 |  70 |5272 |  70 |  19 |  14 | 606k|3755 | 0.000000e+00 |      --      |    Inf 
295.90/295.93	c   296s|  1690k|666988 |  5192k|   3.1 | 432M|  63 |   8 |  70 |5977 |  70 |  19 |  14 | 610k|3760 | 0.000000e+00 |      --      |    Inf 
297.69/297.70	c   298s|  1700k|670575 |  5223k|   3.1 | 434M|  63 |   8 |  70 |6226 |  70 |  19 |  14 | 614k|3769 | 0.000000e+00 |      --      |    Inf 
299.70/299.78	c   300s|  1710k|674070 |  5254k|   3.1 | 437M|  63 |   8 |  70 |5386 |  70 |  19 |  14 | 618k|3776 | 0.000000e+00 |      --      |    Inf 
301.49/301.57	c   302s|  1720k|678181 |  5284k|   3.1 | 439M|  63 |   - |  70 |6742 |  70 |  19 |  14 | 622k|3781 | 0.000000e+00 |      --      |    Inf 
303.29/303.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.29/303.37	c   303s|  1730k|682010 |  5315k|   3.1 | 442M|  63 |   8 |  70 |7684 |  70 |  19 |  14 | 625k|3792 | 0.000000e+00 |      --      |    Inf 
305.10/305.17	c   305s|  1740k|685677 |  5344k|   3.1 | 444M|  63 |   8 |  70 |7414 |  70 |  19 |  14 | 629k|3797 | 0.000000e+00 |      --      |    Inf 
307.19/307.20	c   307s|  1750k|689381 |  5375k|   3.1 | 447M|  63 |   - |  70 |6468 |  70 |  19 |  14 | 633k|3805 | 0.000000e+00 |      --      |    Inf 
309.10/309.17	c   309s|  1760k|693111 |  5406k|   3.1 | 449M|  63 |   8 |  70 |6054 |  70 |  19 |  14 | 637k|3811 | 0.000000e+00 |      --      |    Inf 
311.00/311.10	c   311s|  1770k|696603 |  5436k|   3.1 | 452M|  63 |   - |  70 |5731 |  70 |  19 |  14 | 641k|3818 | 0.000000e+00 |      --      |    Inf 
313.10/313.11	c   313s|  1780k|700007 |  5467k|   3.1 | 454M|  63 |   8 |  70 |5321 |  70 |  19 |  14 | 645k|3823 | 0.000000e+00 |      --      |    Inf 
315.09/315.11	c   315s|  1790k|703587 |  5497k|   3.1 | 456M|  63 |   - |  70 |4982 |  70 |  19 |  14 | 648k|3828 | 0.000000e+00 |      --      |    Inf 
316.89/316.93	c   317s|  1800k|707455 |  5527k|   3.1 | 459M|  63 |   8 |  70 |5230 |  70 |  19 |  14 | 652k|3834 | 0.000000e+00 |      --      |    Inf 
318.79/318.83	c   319s|  1810k|711089 |  5558k|   3.1 | 461M|  63 |   8 |  70 |5524 |  70 |  19 |  14 | 656k|3844 | 0.000000e+00 |      --      |    Inf 
320.79/320.85	c   321s|  1820k|714703 |  5588k|   3.1 | 464M|  63 |   8 |  70 |5107 |  70 |  19 |  14 | 660k|3850 | 0.000000e+00 |      --      |    Inf 
322.79/322.84	c   323s|  1830k|718246 |  5618k|   3.1 | 466M|  63 |   8 |  70 |5452 |  70 |  19 |  14 | 663k|3856 | 0.000000e+00 |      --      |    Inf 
324.70/324.74	c   325s|  1840k|721845 |  5649k|   3.1 | 469M|  63 |   - |  70 |4644 |  70 |  19 |  14 | 667k|3864 | 0.000000e+00 |      --      |    Inf 
326.60/326.70	c   327s|  1850k|725489 |  5679k|   3.1 | 471M|  63 |   - |  70 |4643 |  70 |  19 |  14 | 671k|3873 | 0.000000e+00 |      --      |    Inf 
328.50/328.59	c   329s|  1860k|728954 |  5709k|   3.1 | 474M|  63 |   - |  70 |5187 |  70 |  19 |  14 | 675k|3878 | 0.000000e+00 |      --      |    Inf 
330.40/330.45	c   330s|  1870k|732458 |  5739k|   3.1 | 476M|  63 |   - |  70 |4773 |  70 |  19 |  14 | 679k|3884 | 0.000000e+00 |      --      |    Inf 
332.20/332.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
332.20/332.29	c   332s|  1880k|736236 |  5769k|   3.1 | 479M|  63 |   8 |  70 |5100 |  70 |  19 |  14 | 682k|3889 | 0.000000e+00 |      --      |    Inf 
334.10/334.11	c   334s|  1890k|739478 |  5800k|   3.1 | 481M|  63 |   8 |  70 |6657 |  70 |  19 |  14 | 687k|3893 | 0.000000e+00 |      --      |    Inf 
336.10/336.15	c   336s|  1900k|743098 |  5831k|   3.1 | 484M|  63 |   8 |  70 |5239 |  70 |  19 |  14 | 690k|3900 | 0.000000e+00 |      --      |    Inf 
337.90/337.98	c   338s|  1910k|746539 |  5861k|   3.1 | 486M|  63 |   - |  70 |5596 |  70 |  19 |  14 | 694k|3907 | 0.000000e+00 |      --      |    Inf 
339.80/339.87	c   340s|  1920k|750351 |  5891k|   3.1 | 489M|  63 |   8 |  70 |5647 |  70 |  19 |  14 | 698k|3910 | 0.000000e+00 |      --      |    Inf 
341.70/341.76	c   342s|  1930k|754273 |  5921k|   3.1 | 491M|  63 |   8 |  70 |5558 |  70 |  19 |  14 | 702k|3910 | 0.000000e+00 |      --      |    Inf 
343.50/343.58	c   344s|  1940k|757798 |  5952k|   3.1 | 494M|  63 |   - |  70 |5598 |  70 |  19 |  14 | 706k|3910 | 0.000000e+00 |      --      |    Inf 
345.40/345.44	c   345s|  1950k|761594 |  5981k|   3.1 | 496M|  63 |   8 |  70 |5901 |  70 |  19 |  14 | 709k|3910 | 0.000000e+00 |      --      |    Inf 
347.10/347.19	c   347s|  1960k|765865 |  6011k|   3.1 | 499M|  63 |   - |  70 |6629 |  70 |  19 |  14 | 713k|3910 | 0.000000e+00 |      --      |    Inf 
349.09/349.14	c   349s|  1970k|769554 |  6042k|   3.1 | 501M|  63 |   8 |  70 |5805 |  70 |  19 |  14 | 716k|3910 | 0.000000e+00 |      --      |    Inf 
350.99/351.02	c   351s|  1980k|773421 |  6071k|   3.1 | 503M|  63 |   8 |  70 |5197 |  70 |  19 |  14 | 720k|3910 | 0.000000e+00 |      --      |    Inf 
353.00/353.03	c   353s|  1990k|776992 |  6102k|   3.1 | 506M|  63 |   8 |  70 |4851 |  70 |  19 |  14 | 724k|3910 | 0.000000e+00 |      --      |    Inf 
355.00/355.06	c   355s|  2000k|780523 |  6132k|   3.1 | 508M|  63 |   8 |  70 |4981 |  70 |  19 |  14 | 728k|3910 | 0.000000e+00 |      --      |    Inf 
356.90/356.93	c   357s|  2010k|784207 |  6162k|   3.1 | 511M|  63 |   8 |  70 |5202 |  70 |  19 |  14 | 731k|3910 | 0.000000e+00 |      --      |    Inf 
358.60/358.68	c   359s|  2020k|788212 |  6193k|   3.1 | 514M|  63 |   8 |  70 |6211 |  70 |  19 |  14 | 735k|3910 | 0.000000e+00 |      --      |    Inf 
360.40/360.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
360.40/360.40	c   360s|  2030k|792608 |  6221k|   3.1 | 517M|  63 |   8 |  70 |7791 |  70 |  19 |  14 | 738k|3910 | 0.000000e+00 |      --      |    Inf 
362.19/362.28	c   362s|  2040k|796508 |  6249k|   3.1 | 519M|  63 |   8 |  70 |7164 |  70 |  19 |  14 | 742k|3910 | 0.000000e+00 |      --      |    Inf 
364.20/364.27	c   364s|  2050k|800129 |  6280k|   3.1 | 521M|  63 |   - |  70 |6275 |  70 |  19 |  14 | 746k|3910 | 0.000000e+00 |      --      |    Inf 
366.31/366.35	c   366s|  2060k|803652 |  6310k|   3.1 | 523M|  63 |   8 |  70 |5228 |  70 |  19 |  14 | 750k|3910 | 0.000000e+00 |      --      |    Inf 
368.29/368.33	c   368s|  2070k|807211 |  6340k|   3.1 | 526M|  63 |   8 |  70 |4915 |  70 |  19 |  14 | 754k|3910 | 0.000000e+00 |      --      |    Inf 
370.10/370.13	c   370s|  2080k|810896 |  6370k|   3.1 | 528M|  63 |   8 |  70 |5547 |  70 |  19 |  14 | 757k|3911 | 0.000000e+00 |      --      |    Inf 
371.90/371.98	c   372s|  2090k|814798 |  6400k|   3.1 | 531M|  63 |   8 |  70 |5842 |  70 |  19 |  14 | 761k|3915 | 0.000000e+00 |      --      |    Inf 
373.90/373.91	c   374s|  2100k|818547 |  6431k|   3.1 | 533M|  63 |   8 |  70 |5423 |  70 |  19 |  14 | 765k|3921 | 0.000000e+00 |      --      |    Inf 
375.59/375.69	c   376s|  2110k|822307 |  6461k|   3.1 | 536M|  63 |   8 |  70 |6066 |  70 |  19 |  14 | 768k|3926 | 0.000000e+00 |      --      |    Inf 
377.50/377.58	c   378s|  2120k|825944 |  6491k|   3.1 | 539M|  63 |   8 |  70 |5612 |  70 |  19 |  14 | 772k|3932 | 0.000000e+00 |      --      |    Inf 
379.60/379.61	c   380s|  2130k|829390 |  6521k|   3.1 | 541M|  63 |   8 |  70 |5485 |  70 |  19 |  14 | 776k|3938 | 0.000000e+00 |      --      |    Inf 
381.40/381.41	c   381s|  2140k|832909 |  6551k|   3.1 | 544M|  63 |   8 |  70 |6520 |  70 |  19 |  14 | 780k|3945 | 0.000000e+00 |      --      |    Inf 
383.29/383.36	c   383s|  2150k|836494 |  6581k|   3.1 | 546M|  63 |   - |  70 |6131 |  70 |  19 |  14 | 784k|3949 | 0.000000e+00 |      --      |    Inf 
385.40/385.41	c   385s|  2160k|839899 |  6612k|   3.1 | 548M|  63 |   8 |  70 |5602 |  70 |  19 |  14 | 788k|3953 | 0.000000e+00 |      --      |    Inf 
387.30/387.35	c   387s|  2170k|843514 |  6642k|   3.1 | 551M|  63 |   8 |  70 |5608 |  70 |  19 |  14 | 792k|3957 | 0.000000e+00 |      --      |    Inf 
389.20/389.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.20/389.21	c   389s|  2180k|847059 |  6673k|   3.1 | 553M|  63 |   - |  70 |6160 |  70 |  19 |  14 | 796k|3962 | 0.000000e+00 |      --      |    Inf 
391.09/391.19	c   391s|  2190k|850580 |  6704k|   3.1 | 556M|  63 |   - |  70 |5749 |  70 |  19 |  14 | 799k|3968 | 0.000000e+00 |      --      |    Inf 
393.20/393.25	c   393s|  2200k|854158 |  6734k|   3.1 | 558M|  63 |   8 |  70 |5436 |  70 |  19 |  14 | 803k|3975 | 0.000000e+00 |      --      |    Inf 
395.09/395.14	c   395s|  2210k|857810 |  6764k|   3.1 | 561M|  63 |   8 |  70 |6342 |  70 |  19 |  14 | 807k|3984 | 0.000000e+00 |      --      |    Inf 
397.11/397.16	c   397s|  2220k|861309 |  6795k|   3.1 | 563M|  63 |   - |  70 |5731 |  70 |  19 |  14 | 811k|3990 | 0.000000e+00 |      --      |    Inf 
399.21/399.27	c   399s|  2230k|864774 |  6825k|   3.1 | 566M|  63 |   8 |  70 |5586 |  70 |  19 |  14 | 815k|4001 | 0.000000e+00 |      --      |    Inf 
401.19/401.26	c   401s|  2240k|868543 |  6854k|   3.1 | 568M|  63 |   8 |  70 |5340 |  70 |  19 |  14 | 819k|4007 | 0.000000e+00 |      --      |    Inf 
403.10/403.14	c   403s|  2250k|872142 |  6884k|   3.1 | 571M|  63 |   8 |  70 |5739 |  70 |  19 |  14 | 822k|4014 | 0.000000e+00 |      --      |    Inf 
405.20/405.23	c   405s|  2260k|875667 |  6915k|   3.1 | 573M|  63 |   8 |  70 |5271 |  70 |  19 |  14 | 826k|4021 | 0.000000e+00 |      --      |    Inf 
407.19/407.25	c   407s|  2270k|879051 |  6945k|   3.1 | 575M|  63 |   - |  70 |5283 |  70 |  19 |  14 | 830k|4027 | 0.000000e+00 |      --      |    Inf 
408.99/409.03	c   409s|  2280k|882780 |  6975k|   3.1 | 578M|  63 |   8 |  70 |5671 |  70 |  19 |  14 | 834k|4036 | 0.000000e+00 |      --      |    Inf 
411.00/411.00	c   411s|  2290k|886293 |  7005k|   3.1 | 580M|  63 |   8 |  70 |5338 |  70 |  19 |  14 | 838k|4040 | 0.000000e+00 |      --      |    Inf 
412.80/412.80	c   413s|  2300k|890037 |  7036k|   3.1 | 583M|  63 |   8 |  70 |6453 |  70 |  19 |  14 | 842k|4044 | 0.000000e+00 |      --      |    Inf 
414.70/414.73	c   415s|  2310k|893652 |  7066k|   3.1 | 586M|  63 |   8 |  70 |6494 |  70 |  19 |  14 | 845k|4051 | 0.000000e+00 |      --      |    Inf 
416.60/416.63	c   417s|  2320k|897290 |  7097k|   3.1 | 588M|  63 |   - |  70 |6364 |  70 |  19 |  14 | 849k|4060 | 0.000000e+00 |      --      |    Inf 
418.60/418.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
418.60/418.62	c   419s|  2330k|900904 |  7126k|   3.1 | 590M|  63 |   8 |  70 |6232 |  70 |  19 |  14 | 853k|4068 | 0.000000e+00 |      --      |    Inf 
420.60/420.62	c   421s|  2340k|904514 |  7156k|   3.1 | 593M|  63 |   8 |  70 |6042 |  70 |  19 |  14 | 857k|4073 | 0.000000e+00 |      --      |    Inf 
422.41/422.47	c   422s|  2350k|908488 |  7186k|   3.1 | 595M|  63 |   - |  70 |6171 |  70 |  19 |  14 | 860k|4077 | 0.000000e+00 |      --      |    Inf 
424.60/424.69	c   425s|  2360k|912047 |  7215k|   3.1 | 598M|  63 |   - |  70 |5215 |  70 |  19 |  14 | 864k|4077 | 0.000000e+00 |      --      |    Inf 
426.50/426.52	c   427s|  2370k|916266 |  7245k|   3.1 | 600M|  63 |   - |  70 |5885 |  70 |  19 |  14 | 868k|4084 | 0.000000e+00 |      --      |    Inf 
428.20/428.26	c   428s|  2380k|920339 |  7274k|   3.1 | 603M|  63 |   8 |  70 |7137 |  70 |  19 |  14 | 871k|4087 | 0.000000e+00 |      --      |    Inf 
430.30/430.32	c   430s|  2390k|923781 |  7304k|   3.1 | 605M|  63 |   8 |  70 |5986 |  70 |  19 |  14 | 875k|4091 | 0.000000e+00 |      --      |    Inf 
432.00/432.09	c   432s|  2400k|927834 |  7335k|   3.1 | 608M|  63 |   - |  70 |6558 |  70 |  19 |  14 | 879k|4092 | 0.000000e+00 |      --      |    Inf 
433.99/434.04	c   434s|  2410k|931795 |  7365k|   3.1 | 610M|  63 |   8 |  70 |5432 |  70 |  19 |  14 | 882k|4092 | 0.000000e+00 |      --      |    Inf 
435.90/435.94	c   436s|  2420k|935409 |  7396k|   3.1 | 613M|  63 |   8 |  70 |5487 |  70 |  19 |  14 | 886k|4092 | 0.000000e+00 |      --      |    Inf 
437.71/437.76	c   438s|  2430k|939793 |  7425k|   3.1 | 615M|  63 |   - |  70 |5861 |  70 |  19 |  14 | 889k|4092 | 0.000000e+00 |      --      |    Inf 
439.90/439.92	c   440s|  2440k|943327 |  7455k|   3.1 | 618M|  63 |   8 |  70 |5225 |  70 |  19 |  14 | 893k|4092 | 0.000000e+00 |      --      |    Inf 
441.80/441.89	c   442s|  2450k|946886 |  7485k|   3.1 | 620M|  63 |   - |  70 |5153 |  70 |  19 |  14 | 897k|4092 | 0.000000e+00 |      --      |    Inf 
443.90/443.91	c   444s|  2460k|950507 |  7515k|   3.1 | 622M|  63 |   - |  70 |5384 |  70 |  19 |  14 | 901k|4092 | 0.000000e+00 |      --      |    Inf 
445.70/445.77	c   446s|  2470k|954498 |  7544k|   3.1 | 625M|  63 |   8 |  70 |6173 |  70 |  19 |  14 | 904k|4092 | 0.000000e+00 |      --      |    Inf 
447.79/447.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.79/447.81	c   448s|  2480k|958023 |  7574k|   3.1 | 628M|  63 |   - |  70 |5920 |  70 |  19 |  14 | 908k|4092 | 0.000000e+00 |      --      |    Inf 
449.70/449.77	c   450s|  2490k|961559 |  7604k|   3.1 | 630M|  63 |   8 |  70 |5114 |  70 |  19 |  14 | 912k|4092 | 0.000000e+00 |      --      |    Inf 
451.70/451.79	c   452s|  2500k|964981 |  7635k|   3.1 | 632M|  63 |   8 |  70 |5098 |  70 |  19 |  14 | 916k|4092 | 0.000000e+00 |      --      |    Inf 
453.80/453.83	c   454s|  2510k|968508 |  7665k|   3.1 | 635M|  63 |   8 |  70 |5143 |  70 |  19 |  14 | 920k|4092 | 0.000000e+00 |      --      |    Inf 
455.80/455.80	c   456s|  2520k|972095 |  7695k|   3.1 | 637M|  63 |   8 |  70 |4949 |  70 |  19 |  14 | 924k|4092 | 0.000000e+00 |      --      |    Inf 
457.61/457.62	c   458s|  2530k|975925 |  7725k|   3.1 | 640M|  63 |   - |  70 |6028 |  70 |  19 |  14 | 927k|4092 | 0.000000e+00 |      --      |    Inf 
459.60/459.66	c   460s|  2540k|979520 |  7755k|   3.1 | 642M|  63 |   - |  70 |5277 |  70 |  19 |  14 | 931k|4092 | 0.000000e+00 |      --      |    Inf 
461.59/461.62	c   462s|  2550k|983175 |  7785k|   3.1 | 645M|  63 |   - |  70 |5352 |  70 |  19 |  14 | 935k|4092 | 0.000000e+00 |      --      |    Inf 
463.40/463.44	c   463s|  2560k|987270 |  7815k|   3.1 | 647M|  63 |   8 |  70 |5347 |  70 |  19 |  14 | 939k|4092 | 0.000000e+00 |      --      |    Inf 
465.30/465.33	c   465s|  2570k|990956 |  7845k|   3.1 | 650M|  63 |   - |  70 |5671 |  70 |  19 |  14 | 942k|4092 | 0.000000e+00 |      --      |    Inf 
467.10/467.10	c   467s|  2580k|994611 |  7874k|   3.1 | 652M|  63 |   8 |  70 |6549 |  70 |  19 |  14 | 946k|4092 | 0.000000e+00 |      --      |    Inf 
468.90/468.90	c   469s|  2590k|998212 |  7903k|   3.1 | 655M|  63 |   - |  70 |6395 |  70 |  19 |  14 | 950k|4092 | 0.000000e+00 |      --      |    Inf 
470.70/470.79	c   471s|  2600k|  1002k|  7933k|   3.1 | 657M|  63 |   8 |  70 |6325 |  70 |  19 |  14 | 954k|4092 | 0.000000e+00 |      --      |    Inf 
472.80/472.84	c   473s|  2610k|  1006k|  7962k|   3.1 | 660M|  63 |   8 |  70 |5962 |  70 |  19 |  14 | 957k|4092 | 0.000000e+00 |      --      |    Inf 
474.90/474.96	c   475s|  2620k|  1009k|  7992k|   3.1 | 662M|  63 |   8 |  70 |5401 |  70 |  19 |  14 | 961k|4092 | 0.000000e+00 |      --      |    Inf 
476.80/476.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.80/476.86	c   477s|  2630k|  1013k|  8023k|   3.1 | 665M|  63 |   8 |  70 |5887 |  70 |  19 |  14 | 965k|4092 | 0.000000e+00 |      --      |    Inf 
478.80/478.83	c   479s|  2640k|  1016k|  8054k|   3.1 | 667M|  63 |   8 |  70 |5948 |  70 |  19 |  14 | 969k|4092 | 0.000000e+00 |      --      |    Inf 
480.80/480.82	c   481s|  2650k|  1020k|  8083k|   3.1 | 670M|  63 |   8 |  70 |5488 |  70 |  19 |  14 | 973k|4092 | 0.000000e+00 |      --      |    Inf 
482.81/482.80	c   483s|  2660k|  1023k|  8113k|   3.1 | 672M|  63 |   8 |  70 |4638 |  70 |  19 |  14 | 976k|4092 | 0.000000e+00 |      --      |    Inf 
484.70/484.75	c   485s|  2670k|  1027k|  8143k|   3.0 | 674M|  63 |   8 |  70 |5229 |  70 |  19 |  14 | 980k|4092 | 0.000000e+00 |      --      |    Inf 
486.60/486.61	c   487s|  2680k|  1031k|  8172k|   3.0 | 677M|  63 |   8 |  70 |5635 |  70 |  19 |  14 | 984k|4092 | 0.000000e+00 |      --      |    Inf 
488.30/488.37	c   488s|  2690k|  1035k|  8201k|   3.0 | 680M|  63 |   - |  70 |6600 |  70 |  19 |  14 | 987k|4092 | 0.000000e+00 |      --      |    Inf 
490.20/490.22	c   490s|  2700k|  1039k|  8229k|   3.0 | 682M|  63 |   - |  70 |6863 |  70 |  19 |  14 | 991k|4092 | 0.000000e+00 |      --      |    Inf 
492.10/492.15	c   492s|  2710k|  1043k|  8259k|   3.0 | 685M|  63 |   8 |  70 |6772 |  70 |  19 |  14 | 994k|4092 | 0.000000e+00 |      --      |    Inf 
494.10/494.15	c   494s|  2720k|  1047k|  8289k|   3.0 | 687M|  63 |   8 |  70 |6470 |  70 |  19 |  14 | 998k|4092 | 0.000000e+00 |      --      |    Inf 
496.00/496.04	c   496s|  2730k|  1050k|  8319k|   3.0 | 690M|  63 |   - |  70 |7181 |  70 |  19 |  14 |1002k|4092 | 0.000000e+00 |      --      |    Inf 
497.90/497.98	c   498s|  2740k|  1053k|  8350k|   3.0 | 692M|  63 |   8 |  70 |7632 |  70 |  19 |  14 |1006k|4092 | 0.000000e+00 |      --      |    Inf 
500.10/500.16	c   500s|  2750k|  1057k|  8380k|   3.0 | 695M|  63 |   8 |  70 |6033 |  70 |  19 |  14 |1010k|4092 | 0.000000e+00 |      --      |    Inf 
502.20/502.26	c   502s|  2760k|  1060k|  8409k|   3.0 | 697M|  63 |   - |  70 |5924 |  70 |  19 |  14 |1014k|4092 | 0.000000e+00 |      --      |    Inf 
504.30/504.31	c   504s|  2770k|  1063k|  8440k|   3.0 | 699M|  63 |   8 |  70 |5461 |  70 |  19 |  14 |1018k|4092 | 0.000000e+00 |      --      |    Inf 
506.20/506.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
506.20/506.27	c   506s|  2780k|  1067k|  8470k|   3.0 | 702M|  63 |   8 |  70 |5769 |  70 |  19 |  14 |1022k|4092 | 0.000000e+00 |      --      |    Inf 
508.11/508.19	c   508s|  2790k|  1071k|  8500k|   3.0 | 704M|  63 |   8 |  70 |5743 |  70 |  19 |  14 |1026k|4092 | 0.000000e+00 |      --      |    Inf 
510.10/510.17	c   510s|  2800k|  1074k|  8530k|   3.0 | 707M|  63 |   8 |  70 |6338 |  70 |  19 |  14 |1029k|4092 | 0.000000e+00 |      --      |    Inf 
512.20/512.24	c   512s|  2810k|  1077k|  8560k|   3.0 | 709M|  63 |   - |  70 |6250 |  70 |  19 |  14 |1033k|4092 | 0.000000e+00 |      --      |    Inf 
514.20/514.23	c   514s|  2820k|  1081k|  8590k|   3.0 | 712M|  63 |   - |  70 |5980 |  70 |  19 |  14 |1037k|4092 | 0.000000e+00 |      --      |    Inf 
516.20/516.26	c   516s|  2830k|  1085k|  8620k|   3.0 | 714M|  63 |   - |  70 |5968 |  70 |  19 |  14 |1041k|4092 | 0.000000e+00 |      --      |    Inf 
518.30/518.35	c   518s|  2840k|  1088k|  8650k|   3.0 | 717M|  63 |   8 |  70 |5475 |  70 |  19 |  14 |1045k|4092 | 0.000000e+00 |      --      |    Inf 
519.90/519.96	c   520s|  2850k|  1093k|  8678k|   3.0 | 720M|  63 |   8 |  70 |7260 |  70 |  19 |  14 |1048k|4092 | 0.000000e+00 |      --      |    Inf 
521.90/521.95	c   522s|  2860k|  1096k|  8707k|   3.0 | 722M|  63 |   8 |  70 |6152 |  70 |  19 |  14 |1052k|4092 | 0.000000e+00 |      --      |    Inf 
524.00/524.00	c   524s|  2870k|  1100k|  8737k|   3.0 | 724M|  63 |   - |  70 |5855 |  70 |  19 |  14 |1056k|4092 | 0.000000e+00 |      --      |    Inf 
526.01/526.04	c   526s|  2880k|  1103k|  8768k|   3.0 | 727M|  63 |   8 |  70 |5662 |  70 |  19 |  14 |1060k|4092 | 0.000000e+00 |      --      |    Inf 
527.80/527.90	c   528s|  2890k|  1107k|  8797k|   3.0 | 729M|  63 |   8 |  70 |5594 |  70 |  19 |  14 |1063k|4092 | 0.000000e+00 |      --      |    Inf 
529.60/529.62	c   530s|  2900k|  1112k|  8825k|   3.0 | 732M|  63 |   8 |  70 |6353 |  70 |  19 |  14 |1067k|4092 | 0.000000e+00 |      --      |    Inf 
531.31/531.33	c   531s|  2910k|  1116k|  8854k|   3.0 | 735M|  63 |   8 |  70 |7685 |  70 |  19 |  14 |1070k|4092 | 0.000000e+00 |      --      |    Inf 
533.10/533.13	c   533s|  2920k|  1120k|  8882k|   3.0 | 737M|  63 |   - |  70 |7923 |  70 |  19 |  14 |1074k|4092 | 0.000000e+00 |      --      |    Inf 
535.00/535.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
535.00/535.01	c   535s|  2930k|  1124k|  8911k|   3.0 | 740M|  63 |   8 |  70 |7503 |  70 |  19 |  14 |1077k|4092 | 0.000000e+00 |      --      |    Inf 
537.00/537.01	c   537s|  2940k|  1128k|  8940k|   3.0 | 742M|  63 |   8 |  70 |7319 |  70 |  19 |  14 |1081k|4092 | 0.000000e+00 |      --      |    Inf 
539.10/539.11	c   539s|  2950k|  1131k|  8969k|   3.0 | 744M|  63 |   - |  70 |5821 |  70 |  19 |  14 |1085k|4092 | 0.000000e+00 |      --      |    Inf 
541.00/541.07	c   541s|  2960k|  1135k|  8999k|   3.0 | 747M|  63 |   - |  70 |5515 |  70 |  19 |  14 |1089k|4092 | 0.000000e+00 |      --      |    Inf 
543.20/543.21	c   543s|  2970k|  1138k|  9030k|   3.0 | 749M|  63 |   8 |  70 |5497 |  70 |  19 |  14 |1093k|4092 | 0.000000e+00 |      --      |    Inf 
545.20/545.22	c   545s|  2980k|  1142k|  9059k|   3.0 | 752M|  63 |   - |  70 |5567 |  70 |  19 |  14 |1096k|4092 | 0.000000e+00 |      --      |    Inf 
547.20/547.22	c   547s|  2990k|  1145k|  9089k|   3.0 | 754M|  63 |   - |  70 |5719 |  70 |  19 |  14 |1100k|4092 | 0.000000e+00 |      --      |    Inf 
548.91/548.97	c   549s|  3000k|  1149k|  9118k|   3.0 | 757M|  63 |   8 |  70 |6917 |  70 |  19 |  14 |1104k|4092 | 0.000000e+00 |      --      |    Inf 
550.91/550.93	c   551s|  3010k|  1153k|  9148k|   3.0 | 759M|  63 |   8 |  70 |6291 |  70 |  19 |  14 |1108k|4092 | 0.000000e+00 |      --      |    Inf 
552.90/552.90	c   553s|  3020k|  1156k|  9180k|   3.0 | 762M|  63 |   - |  70 |6429 |  70 |  19 |  14 |1112k|4092 | 0.000000e+00 |      --      |    Inf 
555.00/555.02	c   555s|  3030k|  1160k|  9210k|   3.0 | 764M|  63 |   8 |  70 |5273 |  70 |  19 |  14 |1115k|4092 | 0.000000e+00 |      --      |    Inf 
557.01/557.09	c   557s|  3040k|  1163k|  9239k|   3.0 | 766M|  63 |   - |  70 |5765 |  70 |  19 |  14 |1119k|4092 | 0.000000e+00 |      --      |    Inf 
559.10/559.16	c   559s|  3050k|  1167k|  9270k|   3.0 | 769M|  63 |   8 |  70 |5549 |  70 |  19 |  14 |1123k|4092 | 0.000000e+00 |      --      |    Inf 
560.80/560.85	c   561s|  3060k|  1171k|  9299k|   3.0 | 772M|  63 |   8 |  70 |7137 |  70 |  19 |  14 |1126k|4092 | 0.000000e+00 |      --      |    Inf 
562.80/562.81	c   563s|  3070k|  1175k|  9330k|   3.0 | 774M|  63 |   8 |  70 |6905 |  70 |  19 |  14 |1130k|4092 | 0.000000e+00 |      --      |    Inf 
564.60/564.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
564.60/564.66	c   565s|  3080k|  1179k|  9359k|   3.0 | 777M|  63 |   8 |  70 |7778 |  70 |  19 |  14 |1134k|4092 | 0.000000e+00 |      --      |    Inf 
566.51/566.58	c   567s|  3090k|  1183k|  9388k|   3.0 | 779M|  63 |   8 |  70 |7408 |  70 |  19 |  14 |1137k|4092 | 0.000000e+00 |      --      |    Inf 
568.71/568.72	c   569s|  3100k|  1187k|  9418k|   3.0 | 782M|  63 |   - |  70 |6375 |  70 |  19 |  14 |1141k|4092 | 0.000000e+00 |      --      |    Inf 
570.80/570.85	c   571s|  3110k|  1190k|  9447k|   3.0 | 784M|  63 |   8 |  70 |5490 |  70 |  19 |  14 |1145k|4092 | 0.000000e+00 |      --      |    Inf 
572.91/572.90	c   573s|  3120k|  1194k|  9478k|   3.0 | 786M|  63 |   8 |  70 |5298 |  70 |  19 |  14 |1149k|4092 | 0.000000e+00 |      --      |    Inf 
574.90/574.95	c   575s|  3130k|  1197k|  9507k|   3.0 | 789M|  63 |   8 |  70 |5470 |  70 |  19 |  14 |1153k|4092 | 0.000000e+00 |      --      |    Inf 
577.11/577.12	c   577s|  3140k|  1201k|  9537k|   3.0 | 791M|  63 |   8 |  70 |4584 |  70 |  19 |  14 |1157k|4092 | 0.000000e+00 |      --      |    Inf 
579.00/579.03	c   579s|  3150k|  1204k|  9566k|   3.0 | 794M|  63 |   8 |  70 |5109 |  70 |  19 |  14 |1160k|4092 | 0.000000e+00 |      --      |    Inf 
580.70/580.78	c   581s|  3160k|  1208k|  9598k|   3.0 | 796M|  63 |   8 |  70 |6126 |  70 |  19 |  14 |1164k|4092 | 0.000000e+00 |      --      |    Inf 
582.71/582.80	c   583s|  3170k|  1212k|  9628k|   3.0 | 799M|  63 |   8 |  70 |5500 |  70 |  19 |  14 |1168k|4092 | 0.000000e+00 |      --      |    Inf 
584.80/584.81	c   585s|  3180k|  1216k|  9658k|   3.0 | 801M|  63 |   - |  70 |5437 |  70 |  19 |  14 |1172k|4092 | 0.000000e+00 |      --      |    Inf 
586.50/586.56	c   587s|  3190k|  1220k|  9688k|   3.0 | 804M|  63 |   8 |  70 |6639 |  70 |  19 |  14 |1175k|4092 | 0.000000e+00 |      --      |    Inf 
588.30/588.36	c   588s|  3200k|  1223k|  9716k|   3.0 | 807M|  63 |   - |  70 |7661 |  70 |  19 |  14 |1179k|4092 | 0.000000e+00 |      --      |    Inf 
590.30/590.37	c   590s|  3210k|  1227k|  9746k|   3.0 | 809M|  63 |   - |  70 |7323 |  70 |  19 |  14 |1183k|4092 | 0.000000e+00 |      --      |    Inf 
592.40/592.49	c   592s|  3220k|  1230k|  9775k|   3.0 | 811M|  63 |   - |  70 |5897 |  70 |  19 |  14 |1187k|4092 | 0.000000e+00 |      --      |    Inf 
594.40/594.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
594.40/594.40	c   594s|  3230k|  1234k|  9804k|   3.0 | 814M|  63 |   - |  70 |6284 |  70 |  19 |  14 |1190k|4092 | 0.000000e+00 |      --      |    Inf 
596.41/596.41	c   596s|  3240k|  1238k|  9834k|   3.0 | 816M|  63 |   - |  70 |6348 |  70 |  19 |  14 |1194k|4092 | 0.000000e+00 |      --      |    Inf 
598.41/598.48	c   598s|  3250k|  1241k|  9864k|   3.0 | 818M|  63 |   8 |  70 |5874 |  70 |  19 |  14 |1198k|4092 | 0.000000e+00 |      --      |    Inf 
600.40/600.41	c   600s|  3260k|  1245k|  9893k|   3.0 | 821M|  63 |   8 |  70 |5536 |  70 |  19 |  14 |1202k|4092 | 0.000000e+00 |      --      |    Inf 
602.30/602.31	c   602s|  3270k|  1248k|  9925k|   3.0 | 823M|  63 |   - |  70 |6727 |  70 |  19 |  14 |1206k|4092 | 0.000000e+00 |      --      |    Inf 
604.30/604.35	c   604s|  3280k|  1252k|  9956k|   3.0 | 826M|  63 |   8 |  70 |6073 |  70 |  19 |  14 |1210k|4092 | 0.000000e+00 |      --      |    Inf 
606.40/606.43	c   606s|  3290k|  1256k|  9985k|   3.0 | 828M|  63 |   8 |  70 |4861 |  70 |  19 |  14 |1214k|4092 | 0.000000e+00 |      --      |    Inf 
608.31/608.33	c   608s|  3300k|  1259k| 10014k|   3.0 | 831M|  63 |   - |  70 |5709 |  70 |  19 |  14 |1217k|4092 | 0.000000e+00 |      --      |    Inf 
610.30/610.30	c   610s|  3310k|  1263k| 10043k|   3.0 | 833M|  63 |   - |  70 |5789 |  70 |  19 |  14 |1221k|4092 | 0.000000e+00 |      --      |    Inf 
612.31/612.35	c   612s|  3320k|  1267k| 10073k|   3.0 | 835M|  63 |   8 |  70 |5680 |  70 |  19 |  14 |1225k|4092 | 0.000000e+00 |      --      |    Inf 
614.30/614.31	c   614s|  3330k|  1270k| 10102k|   3.0 | 838M|  63 |   8 |  70 |6076 |  70 |  19 |  14 |1229k|4092 | 0.000000e+00 |      --      |    Inf 
616.31/616.36	c   616s|  3340k|  1274k| 10131k|   3.0 | 841M|  63 |   - |  70 |6330 |  70 |  19 |  14 |1232k|4092 | 0.000000e+00 |      --      |    Inf 
618.21/618.28	c   618s|  3350k|  1278k| 10160k|   3.0 | 843M|  63 |   - |  70 |6729 |  70 |  19 |  14 |1236k|4092 | 0.000000e+00 |      --      |    Inf 
620.31/620.36	c   620s|  3360k|  1281k| 10189k|   3.0 | 845M|  63 |   8 |  70 |5842 |  70 |  19 |  14 |1240k|4092 | 0.000000e+00 |      --      |    Inf 
622.51/622.52	c   623s|  3370k|  1285k| 10219k|   3.0 | 848M|  63 |   8 |  70 |5413 |  70 |  19 |  14 |1244k|4092 | 0.000000e+00 |      --      |    Inf 
624.51/624.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.51/624.51	c   625s|  3380k|  1288k| 10249k|   3.0 | 850M|  63 |   8 |  70 |5826 |  70 |  19 |  14 |1247k|4092 | 0.000000e+00 |      --      |    Inf 
626.40/626.47	c   626s|  3390k|  1292k| 10279k|   3.0 | 853M|  63 |   - |  70 |6720 |  70 |  19 |  14 |1251k|4092 | 0.000000e+00 |      --      |    Inf 
628.51/628.59	c   629s|  3400k|  1295k| 10309k|   3.0 | 855M|  63 |   8 |  70 |5606 |  70 |  19 |  14 |1255k|4092 | 0.000000e+00 |      --      |    Inf 
630.60/630.67	c   631s|  3410k|  1299k| 10339k|   3.0 | 858M|  63 |   8 |  70 |5412 |  70 |  19 |  14 |1259k|4092 | 0.000000e+00 |      --      |    Inf 
632.61/632.60	c   633s|  3420k|  1303k| 10369k|   3.0 | 860M|  63 |   - |  70 |5550 |  70 |  19 |  14 |1263k|4092 | 0.000000e+00 |      --      |    Inf 
634.71/634.71	c   635s|  3430k|  1306k| 10399k|   3.0 | 863M|  63 |   8 |  70 |5597 |  70 |  19 |  14 |1267k|4092 | 0.000000e+00 |      --      |    Inf 
636.70/636.77	c   637s|  3440k|  1310k| 10430k|   3.0 | 865M|  63 |   8 |  70 |5711 |  70 |  19 |  14 |1270k|4092 | 0.000000e+00 |      --      |    Inf 
638.70/638.70	c   639s|  3450k|  1313k| 10460k|   3.0 | 868M|  63 |   - |  70 |6224 |  70 |  19 |  14 |1274k|4092 | 0.000000e+00 |      --      |    Inf 
640.81/640.85	c   641s|  3460k|  1317k| 10491k|   3.0 | 870M|  63 |   - |  70 |6056 |  70 |  19 |  14 |1278k|4092 | 0.000000e+00 |      --      |    Inf 
642.90/642.91	c   643s|  3470k|  1320k| 10521k|   3.0 | 872M|  63 |   8 |  70 |5729 |  70 |  19 |  14 |1282k|4092 | 0.000000e+00 |      --      |    Inf 
645.01/645.01	c   645s|  3480k|  1324k| 10551k|   3.0 | 875M|  63 |   8 |  70 |4840 |  70 |  19 |  14 |1286k|4092 | 0.000000e+00 |      --      |    Inf 
647.00/647.01	c   647s|  3490k|  1327k| 10580k|   3.0 | 877M|  63 |   - |  70 |5104 |  70 |  19 |  14 |1290k|4092 | 0.000000e+00 |      --      |    Inf 
648.91/648.98	c   649s|  3500k|  1331k| 10610k|   3.0 | 880M|  63 |   8 |  70 |5653 |  70 |  19 |  14 |1293k|4092 | 0.000000e+00 |      --      |    Inf 
650.70/650.77	c   651s|  3510k|  1335k| 10639k|   3.0 | 882M|  63 |   8 |  70 |6635 |  70 |  19 |  14 |1297k|4092 | 0.000000e+00 |      --      |    Inf 
652.51/652.59	c   653s|  3520k|  1339k| 10670k|   3.0 | 885M|  63 |   8 |  70 |7604 |  70 |  19 |  14 |1301k|4092 | 0.000000e+00 |      --      |    Inf 
654.61/654.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
654.61/654.65	c   655s|  3530k|  1342k| 10700k|   3.0 | 888M|  63 |   - |  70 |7874 |  70 |  19 |  14 |1305k|4092 | 0.000000e+00 |      --      |    Inf 
656.80/656.87	c   657s|  3540k|  1345k| 10731k|   3.0 | 890M|  63 |   - |  70 |6203 |  70 |  19 |  14 |1309k|4092 | 0.000000e+00 |      --      |    Inf 
658.70/658.75	c   659s|  3550k|  1349k| 10762k|   3.0 | 892M|  63 |   8 |  70 |7490 |  70 |  19 |  14 |1313k|4092 | 0.000000e+00 |      --      |    Inf 
660.70/660.75	c   661s|  3560k|  1353k| 10793k|   3.0 | 894M|  63 |   - |  70 |6308 |  70 |  19 |  14 |1317k|4092 | 0.000000e+00 |      --      |    Inf 
662.61/662.66	c   663s|  3570k|  1356k| 10823k|   3.0 | 897M|  63 |   8 |  70 |6290 |  70 |  19 |  14 |1320k|4092 | 0.000000e+00 |      --      |    Inf 
664.70/664.70	c   665s|  3580k|  1360k| 10853k|   3.0 | 899M|  63 |   - |  70 |5328 |  70 |  19 |  14 |1324k|4092 | 0.000000e+00 |      --      |    Inf 
666.70/666.72	c   667s|  3590k|  1363k| 10882k|   3.0 | 902M|  63 |   8 |  70 |4987 |  70 |  19 |  14 |1328k|4092 | 0.000000e+00 |      --      |    Inf 
668.71/668.77	c   669s|  3600k|  1367k| 10913k|   3.0 | 904M|  63 |   8 |  70 |5187 |  70 |  19 |  14 |1332k|4092 | 0.000000e+00 |      --      |    Inf 
670.81/670.88	c   671s|  3610k|  1370k| 10943k|   3.0 | 906M|  63 |   - |  70 |5003 |  70 |  19 |  14 |1336k|4092 | 0.000000e+00 |      --      |    Inf 
672.80/672.87	c   673s|  3620k|  1374k| 10972k|   3.0 | 909M|  63 |   8 |  70 |5062 |  70 |  19 |  14 |1340k|4092 | 0.000000e+00 |      --      |    Inf 
674.80/674.88	c   675s|  3630k|  1377k| 11002k|   3.0 | 911M|  63 |   8 |  70 |5709 |  70 |  19 |  14 |1343k|4092 | 0.000000e+00 |      --      |    Inf 
676.81/676.83	c   677s|  3640k|  1381k| 11032k|   3.0 | 914M|  63 |   8 |  70 |5676 |  70 |  19 |  14 |1347k|4092 | 0.000000e+00 |      --      |    Inf 
678.80/678.83	c   679s|  3650k|  1385k| 11061k|   3.0 | 917M|  63 |   - |  70 |5691 |  70 |  19 |  14 |1351k|4092 | 0.000000e+00 |      --      |    Inf 
680.60/680.67	c   681s|  3660k|  1388k| 11091k|   3.0 | 919M|  63 |   8 |  70 |6420 |  70 |  19 |  14 |1354k|4092 | 0.000000e+00 |      --      |    Inf 
682.40/682.46	c   682s|  3670k|  1392k| 11122k|   3.0 | 922M|  63 |   - |  70 |7809 |  70 |  19 |  14 |1358k|4092 | 0.000000e+00 |      --      |    Inf 
684.31/684.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
684.31/684.37	c   684s|  3680k|  1396k| 11153k|   3.0 | 924M|  63 |   - |  70 |7791 |  70 |  19 |  14 |1362k|4092 | 0.000000e+00 |      --      |    Inf 
686.20/686.27	c   686s|  3690k|  1400k| 11183k|   3.0 | 927M|  63 |   8 |  70 |9197 |  70 |  19 |  14 |1366k|4092 | 0.000000e+00 |      --      |    Inf 
688.21/688.21	c   688s|  3700k|  1403k| 11213k|   3.0 | 930M|  63 |   - |  70 |9532 |  70 |  19 |  14 |1369k|4092 | 0.000000e+00 |      --      |    Inf 
690.40/690.48	c   690s|  3710k|  1407k| 11244k|   3.0 | 932M|  63 |   8 |  70 |7192 |  70 |  19 |  14 |1373k|4092 | 0.000000e+00 |      --      |    Inf 
692.51/692.55	c   693s|  3720k|  1410k| 11274k|   3.0 | 934M|  63 |   8 |  70 |6673 |  70 |  19 |  14 |1377k|4092 | 0.000000e+00 |      --      |    Inf 
694.41/694.42	c   694s|  3730k|  1414k| 11303k|   3.0 | 937M|  63 |   8 |  70 |7541 |  70 |  19 |  14 |1381k|4092 | 0.000000e+00 |      --      |    Inf 
696.50/696.57	c   697s|  3740k|  1418k| 11333k|   3.0 | 939M|  63 |   - |  70 |6533 |   0 |   0 |  14 |1384k|4092 | 0.000000e+00 |      --      |    Inf 
698.70/698.72	c   699s|  3750k|  1422k| 11362k|   3.0 | 941M|  63 |   8 |  70 |5694 |  70 |  19 |  14 |1388k|4092 | 0.000000e+00 |      --      |    Inf 
700.71/700.77	c   701s|  3760k|  1425k| 11392k|   3.0 | 944M|  63 |   8 |  70 |6254 |  70 |  19 |  14 |1392k|4092 | 0.000000e+00 |      --      |    Inf 
702.70/702.72	c   703s|  3770k|  1428k| 11422k|   3.0 | 947M|  63 |   8 |  70 |7347 |  70 |  19 |  14 |1396k|4092 | 0.000000e+00 |      --      |    Inf 
704.81/704.88	c   705s|  3780k|  1432k| 11453k|   3.0 | 949M|  63 |   8 |  70 |6393 |  70 |  19 |  14 |1400k|4092 | 0.000000e+00 |      --      |    Inf 
706.81/706.88	c   707s|  3790k|  1435k| 11482k|   3.0 | 951M|  63 |   - |  70 |6955 |  70 |  19 |  14 |1404k|4092 | 0.000000e+00 |      --      |    Inf 
708.90/708.99	c   709s|  3800k|  1439k| 11512k|   3.0 | 954M|  63 |   8 |  70 |6294 |  70 |  19 |  14 |1408k|4092 | 0.000000e+00 |      --      |    Inf 
710.90/710.97	c   711s|  3810k|  1443k| 11540k|   3.0 | 956M|  63 |   8 |  70 |6294 |  70 |  19 |  14 |1412k|4092 | 0.000000e+00 |      --      |    Inf 
713.01/713.07	c   713s|  3820k|  1446k| 11570k|   3.0 | 959M|  63 |   8 |  70 |5747 |  70 |  19 |  14 |1415k|4092 | 0.000000e+00 |      --      |    Inf 
715.10/715.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
715.10/715.16	c   715s|  3830k|  1450k| 11600k|   3.0 | 961M|  63 |   8 |  70 |5785 |  70 |  19 |  14 |1419k|4092 | 0.000000e+00 |      --      |    Inf 
717.21/717.28	c   717s|  3840k|  1453k| 11631k|   3.0 | 963M|  63 |   - |  70 |5704 |  70 |  19 |  14 |1423k|4092 | 0.000000e+00 |      --      |    Inf 
719.31/719.36	c   719s|  3850k|  1456k| 11660k|   3.0 | 966M|  63 |   8 |  70 |5707 |  70 |  19 |  14 |1427k|4092 | 0.000000e+00 |      --      |    Inf 
721.51/721.53	c   722s|  3860k|  1460k| 11690k|   3.0 | 968M|  63 |   8 |  70 |5190 |  70 |  19 |  14 |1431k|4092 | 0.000000e+00 |      --      |    Inf 
723.40/723.47	c   723s|  3870k|  1464k| 11719k|   3.0 | 971M|  63 |   - |  70 |5531 |  70 |  19 |  14 |1434k|4092 | 0.000000e+00 |      --      |    Inf 
725.41/725.42	c   725s|  3880k|  1467k| 11748k|   3.0 | 973M|  63 |   8 |  70 |5600 |  70 |  19 |  14 |1438k|4092 | 0.000000e+00 |      --      |    Inf 
727.41/727.41	c   727s|  3890k|  1471k| 11779k|   3.0 | 976M|  63 |   8 |  70 |6047 |  70 |  19 |  14 |1442k|4092 | 0.000000e+00 |      --      |    Inf 
729.31/729.37	c   729s|  3900k|  1474k| 11809k|   3.0 | 978M|  63 |   - |  70 |5716 |  70 |  19 |  14 |1446k|4092 | 0.000000e+00 |      --      |    Inf 
731.41/731.41	c   731s|  3910k|  1478k| 11838k|   3.0 | 981M|  63 |   8 |  70 |5432 |  70 |  19 |  14 |1450k|4092 | 0.000000e+00 |      --      |    Inf 
733.50/733.53	c   734s|  3920k|  1481k| 11869k|   3.0 | 983M|  63 |   8 |  70 |5799 |  70 |  19 |  14 |1454k|4092 | 0.000000e+00 |      --      |    Inf 
735.31/735.34	c   735s|  3930k|  1485k| 11898k|   3.0 | 986M|  63 |   8 |  70 |6509 |  70 |  19 |  14 |1458k|4092 | 0.000000e+00 |      --      |    Inf 
737.11/737.16	c   737s|  3940k|  1488k| 11929k|   3.0 | 988M|  63 |   - |  70 |7649 |  70 |  19 |  14 |1462k|4092 | 0.000000e+00 |      --      |    Inf 
739.21/739.20	c   739s|  3950k|  1492k| 11959k|   3.0 | 991M|  63 |   8 |  70 |7699 |  70 |  19 |  14 |1466k|4092 | 0.000000e+00 |      --      |    Inf 
741.51/741.52	c   742s|  3960k|  1495k| 11989k|   3.0 | 993M|  63 |   8 |  70 |5553 |  70 |  19 |  14 |1469k|4092 | 0.000000e+00 |      --      |    Inf 
743.61/743.61	c   744s|  3970k|  1499k| 12019k|   3.0 | 995M|  63 |   8 |  70 |5858 |  70 |  19 |  14 |1473k|4092 | 0.000000e+00 |      --      |    Inf 
745.71/745.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
745.71/745.70	c   746s|  3980k|  1502k| 12049k|   3.0 | 998M|  63 |   8 |  70 |6157 |  70 |  19 |  14 |1477k|4092 | 0.000000e+00 |      --      |    Inf 
747.71/747.78	c   748s|  3990k|  1506k| 12078k|   3.0 |1000M|  63 |   - |  70 |5858 |  70 |  19 |  14 |1481k|4092 | 0.000000e+00 |      --      |    Inf 
749.80/749.80	c   750s|  4000k|  1510k| 12107k|   3.0 |1003M|  63 |   8 |  70 |5999 |  70 |  19 |  14 |1485k|4092 | 0.000000e+00 |      --      |    Inf 
752.00/752.00	c   752s|  4010k|  1513k| 12138k|   3.0 |1005M|  63 |   8 |  70 |6160 |  70 |  19 |  14 |1489k|4092 | 0.000000e+00 |      --      |    Inf 
754.11/754.10	c   754s|  4020k|  1516k| 12168k|   3.0 |1007M|  63 |   8 |  70 |6103 |  70 |  19 |  14 |1493k|4092 | 0.000000e+00 |      --      |    Inf 
756.11/756.17	c   756s|  4030k|  1520k| 12198k|   3.0 |1010M|  63 |   - |  70 |6257 |  70 |  19 |  14 |1496k|4092 | 0.000000e+00 |      --      |    Inf 
758.10/758.12	c   758s|  4040k|  1524k| 12228k|   3.0 |1012M|  63 |   8 |  70 |6438 |  70 |  19 |  14 |1500k|4092 | 0.000000e+00 |      --      |    Inf 
760.01/760.02	c   760s|  4050k|  1527k| 12258k|   3.0 |1015M|  63 |   8 |  70 |7777 |  70 |  19 |  14 |1504k|4092 | 0.000000e+00 |      --      |    Inf 
762.21/762.25	c   762s|  4060k|  1531k| 12288k|   3.0 |1017M|  63 |   8 |  70 |6280 |  70 |  19 |  14 |1508k|4092 | 0.000000e+00 |      --      |    Inf 
764.31/764.33	c   764s|  4070k|  1534k| 12319k|   3.0 |1020M|  63 |   - |  70 |6176 |  70 |  19 |  14 |1512k|4092 | 0.000000e+00 |      --      |    Inf 
766.40/766.46	c   766s|  4080k|  1538k| 12349k|   3.0 |1022M|  63 |   8 |  70 |5997 |  70 |  19 |  14 |1516k|4092 | 0.000000e+00 |      --      |    Inf 
768.21/768.27	c   768s|  4090k|  1542k| 12379k|   3.0 |1025M|  63 |   8 |  70 |7396 |  70 |  19 |  14 |1519k|4092 | 0.000000e+00 |      --      |    Inf 
770.31/770.38	c   770s|  4100k|  1545k| 12409k|   3.0 |1027M|  63 |   - |  70 |6352 |  70 |  19 |  14 |1523k|4092 | 0.000000e+00 |      --      |    Inf 
772.41/772.49	c   772s|  4110k|  1549k| 12439k|   3.0 |1030M|  63 |   8 |  70 |6124 |  70 |  19 |  14 |1527k|4092 | 0.000000e+00 |      --      |    Inf 
774.50/774.54	c   775s|  4120k|  1552k| 12469k|   3.0 |1032M|  63 |   - |  70 |6323 |  70 |  19 |  14 |1531k|4092 | 0.000000e+00 |      --      |    Inf 
776.61/776.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
776.61/776.64	c   777s|  4130k|  1556k| 12499k|   3.0 |1034M|  63 |   8 |  70 |5437 |  70 |  19 |  14 |1535k|4092 | 0.000000e+00 |      --      |    Inf 
778.51/778.55	c   779s|  4140k|  1559k| 12530k|   3.0 |1037M|  63 |   - |  70 |6720 |  70 |  19 |  14 |1539k|4092 | 0.000000e+00 |      --      |    Inf 
780.51/780.58	c   781s|  4150k|  1563k| 12561k|   3.0 |1040M|  63 |   8 |  70 |7123 |  70 |  19 |  14 |1543k|4092 | 0.000000e+00 |      --      |    Inf 
782.81/782.89	c   783s|  4160k|  1566k| 12592k|   3.0 |1042M|  63 |   8 |  70 |6044 |  70 |  19 |  14 |1547k|4092 | 0.000000e+00 |      --      |    Inf 
785.11/785.15	c   785s|  4170k|  1569k| 12622k|   3.0 |1044M|  63 |   8 |  70 |5868 |  70 |  19 |  14 |1551k|4092 | 0.000000e+00 |      --      |    Inf 
787.21/787.27	c   787s|  4180k|  1572k| 12653k|   3.0 |1046M|  63 |   8 |  70 |6336 |  70 |  19 |  14 |1555k|4092 | 0.000000e+00 |      --      |    Inf 
789.31/789.36	c   789s|  4190k|  1576k| 12683k|   3.0 |1049M|  63 |   - |  70 |5653 |  70 |  19 |  14 |1559k|4092 | 0.000000e+00 |      --      |    Inf 
791.30/791.35	c   791s|  4200k|  1579k| 12713k|   3.0 |1051M|  63 |   8 |  70 |5964 |  70 |  19 |  14 |1562k|4092 | 0.000000e+00 |      --      |    Inf 
793.31/793.38	c   793s|  4210k|  1583k| 12743k|   3.0 |1054M|  63 |   8 |  70 |6490 |  70 |  19 |  14 |1566k|4092 | 0.000000e+00 |      --      |    Inf 
795.21/795.24	c   795s|  4220k|  1587k| 12772k|   3.0 |1057M|  63 |   8 |  70 |7001 |  70 |  19 |  14 |1570k|4092 | 0.000000e+00 |      --      |    Inf 
797.11/797.18	c   797s|  4230k|  1590k| 12803k|   3.0 |1059M|  63 |   8 |  70 |6596 |  70 |  19 |  14 |1574k|4092 | 0.000000e+00 |      --      |    Inf 
799.01/799.09	c   799s|  4240k|  1594k| 12833k|   3.0 |1062M|  63 |   8 |  70 |7460 |  70 |  19 |  14 |1578k|4092 | 0.000000e+00 |      --      |    Inf 
801.41/801.42	c   801s|  4250k|  1597k| 12864k|   3.0 |1063M|  63 |   8 |  70 |5307 |  70 |  19 |  14 |1581k|4092 | 0.000000e+00 |      --      |    Inf 
803.30/803.38	c   803s|  4260k|  1601k| 12895k|   3.0 |1066M|  63 |   8 |  70 |5779 |  70 |  19 |  14 |1585k|4092 | 0.000000e+00 |      --      |    Inf 
805.31/805.38	c   805s|  4270k|  1604k| 12925k|   3.0 |1069M|  63 |   - |  70 |6417 |  70 |  19 |  14 |1589k|4092 | 0.000000e+00 |      --      |    Inf 
807.42/807.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
807.42/807.44	c   807s|  4280k|  1608k| 12955k|   3.0 |1071M|  63 |   8 |  70 |5883 |  70 |  19 |  14 |1593k|4092 | 0.000000e+00 |      --      |    Inf 
809.41/809.47	c   809s|  4290k|  1611k| 12984k|   3.0 |1074M|  63 |   - |  70 |6222 |  70 |  19 |  14 |1597k|4092 | 0.000000e+00 |      --      |    Inf 
811.51/811.56	c   812s|  4300k|  1615k| 13014k|   3.0 |1076M|  63 |   8 |  70 |5882 |  70 |  19 |  14 |1601k|4092 | 0.000000e+00 |      --      |    Inf 
813.51/813.59	c   814s|  4310k|  1618k| 13044k|   3.0 |1078M|  63 |   8 |  70 |5839 |  70 |  19 |  14 |1605k|4092 | 0.000000e+00 |      --      |    Inf 
815.51/815.57	c   816s|  4320k|  1622k| 13074k|   3.0 |1081M|  63 |   8 |  70 |5920 |  70 |  19 |  14 |1609k|4092 | 0.000000e+00 |      --      |    Inf 
817.50/817.55	c   818s|  4330k|  1626k| 13104k|   3.0 |1083M|  63 |   8 |  70 |6041 |  70 |  19 |  14 |1612k|4092 | 0.000000e+00 |      --      |    Inf 
819.81/819.80	c   820s|  4340k|  1629k| 13134k|   3.0 |1086M|  63 |   8 |  70 |5525 |  70 |  19 |  14 |1616k|4092 | 0.000000e+00 |      --      |    Inf 
821.81/821.82	c   822s|  4350k|  1632k| 13165k|   3.0 |1088M|  63 |   8 |  70 |6011 |  70 |  19 |  14 |1620k|4092 | 0.000000e+00 |      --      |    Inf 
823.51/823.52	c   824s|  4360k|  1636k| 13194k|   3.0 |1091M|  63 |   - |  70 |7056 |  70 |  19 |  14 |1624k|4092 | 0.000000e+00 |      --      |    Inf 
825.31/825.39	c   825s|  4370k|  1640k| 13224k|   3.0 |1093M|  63 |   8 |  70 |7323 |  70 |  19 |  14 |1628k|4092 | 0.000000e+00 |      --      |    Inf 
827.41/827.40	c   827s|  4380k|  1644k| 13253k|   3.0 |1096M|  63 |   8 |  70 |6985 |  70 |  19 |  14 |1631k|4092 | 0.000000e+00 |      --      |    Inf 
829.31/829.39	c   829s|  4390k|  1647k| 13283k|   3.0 |1098M|  63 |   8 |  70 |6926 |  70 |  19 |  14 |1635k|4092 | 0.000000e+00 |      --      |    Inf 
831.41/831.44	c   831s|  4400k|  1651k| 13312k|   3.0 |1101M|  63 |   8 |  70 |6864 |  70 |  19 |  14 |1639k|4092 | 0.000000e+00 |      --      |    Inf 
833.61/833.62	c   834s|  4410k|  1654k| 13343k|   3.0 |1103M|  63 |   - |  70 |6904 |  70 |  19 |  14 |1643k|4092 | 0.000000e+00 |      --      |    Inf 
835.71/835.72	c   836s|  4420k|  1657k| 13373k|   3.0 |1105M|  63 |   - |  70 |6785 |  70 |  19 |  14 |1647k|4092 | 0.000000e+00 |      --      |    Inf 
837.91/837.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
837.91/837.92	c   838s|  4430k|  1661k| 13404k|   3.0 |1108M|  63 |   8 |  70 |5885 |  70 |  19 |  14 |1651k|4092 | 0.000000e+00 |      --      |    Inf 
840.01/840.07	c   840s|  4440k|  1664k| 13434k|   3.0 |1110M|  63 |   - |  70 |6276 |  70 |  19 |  14 |1655k|4092 | 0.000000e+00 |      --      |    Inf 
842.01/842.05	c   842s|  4450k|  1668k| 13466k|   3.0 |1113M|  63 |   - |  70 |6714 |  70 |  19 |  14 |1658k|4092 | 0.000000e+00 |      --      |    Inf 
843.91/843.92	c   844s|  4460k|  1672k| 13499k|   3.0 |1116M|  63 |   8 |  70 |8451 |  70 |  19 |  14 |1662k|4092 | 0.000000e+00 |      --      |    Inf 
845.92/845.98	c   846s|  4470k|  1675k| 13532k|   3.0 |1118M|  63 |   8 |  70 |8724 |  70 |  19 |  14 |1666k|4092 | 0.000000e+00 |      --      |    Inf 
848.31/848.38	c   848s|  4480k|  1678k| 13563k|   3.0 |1120M|  63 |   - |  70 |7389 |  70 |  19 |  14 |1670k|4092 | 0.000000e+00 |      --      |    Inf 
850.61/850.61	c   851s|  4490k|  1682k| 13594k|   3.0 |1123M|  63 |   8 |  70 |6216 |  70 |  19 |  14 |1674k|4092 | 0.000000e+00 |      --      |    Inf 
852.81/852.89	c   853s|  4500k|  1685k| 13624k|   3.0 |1125M|  63 |   8 |  70 |5654 |  70 |  19 |  14 |1678k|4092 | 0.000000e+00 |      --      |    Inf 
854.81/854.84	c   855s|  4510k|  1689k| 13653k|   3.0 |1127M|  63 |   - |  70 |6096 |  70 |  19 |  14 |1682k|4092 | 0.000000e+00 |      --      |    Inf 
856.61/856.63	c   857s|  4520k|  1693k| 13682k|   3.0 |1130M|  63 |   8 |  70 |6930 |  70 |  19 |  14 |1685k|4092 | 0.000000e+00 |      --      |    Inf 
858.61/858.68	c   859s|  4530k|  1696k| 13713k|   3.0 |1133M|  63 |   - |  70 |8014 |  70 |  19 |  14 |1689k|4092 | 0.000000e+00 |      --      |    Inf 
861.01/861.00	c   861s|  4540k|  1699k| 13743k|   3.0 |1135M|  63 |   - |  70 |6274 |  70 |  19 |  14 |1693k|4092 | 0.000000e+00 |      --      |    Inf 
862.91/862.91	c   863s|  4550k|  1703k| 13773k|   3.0 |1137M|  63 |   8 |  70 |6859 |  70 |  19 |  14 |1697k|4092 | 0.000000e+00 |      --      |    Inf 
864.81/864.88	c   865s|  4560k|  1707k| 13803k|   3.0 |1140M|  63 |   8 |  70 |7550 |  70 |  19 |  14 |1700k|4092 | 0.000000e+00 |      --      |    Inf 
867.01/867.04	c   867s|  4570k|  1711k| 13833k|   3.0 |1142M|  63 |   8 |  70 |7046 |  70 |  19 |  14 |1704k|4092 | 0.000000e+00 |      --      |    Inf 
869.11/869.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
869.11/869.18	c   869s|  4580k|  1714k| 13863k|   3.0 |1145M|  63 |   - |  70 |6451 |  70 |  19 |  14 |1708k|4092 | 0.000000e+00 |      --      |    Inf 
871.31/871.34	c   871s|  4590k|  1718k| 13893k|   3.0 |1147M|  63 |   8 |  70 |6730 |  70 |  19 |  14 |1712k|4092 | 0.000000e+00 |      --      |    Inf 
873.51/873.59	c   874s|  4600k|  1721k| 13923k|   3.0 |1150M|  63 |   - |  70 |6199 |  70 |  19 |  14 |1716k|4092 | 0.000000e+00 |      --      |    Inf 
875.62/875.64	c   876s|  4610k|  1725k| 13952k|   3.0 |1152M|  63 |   - |  70 |5866 |  70 |  19 |  14 |1720k|4092 | 0.000000e+00 |      --      |    Inf 
877.61/877.61	c   878s|  4620k|  1728k| 13982k|   3.0 |1155M|  63 |   8 |  70 |6049 |  70 |  19 |  14 |1723k|4092 | 0.000000e+00 |      --      |    Inf 
879.61/879.65	c   880s|  4630k|  1732k| 14012k|   3.0 |1157M|  63 |   - |  70 |6406 |  70 |  19 |  14 |1727k|4092 | 0.000000e+00 |      --      |    Inf 
881.61/881.65	c   882s|  4640k|  1735k| 14042k|   3.0 |1160M|  63 |   - |  70 |6851 |  70 |  19 |  14 |1731k|4092 | 0.000000e+00 |      --      |    Inf 
883.71/883.79	c   884s|  4650k|  1739k| 14071k|   3.0 |1162M|  63 |   8 |  70 |5659 |  70 |  19 |  14 |1735k|4092 | 0.000000e+00 |      --      |    Inf 
885.81/885.86	c   886s|  4660k|  1743k| 14100k|   3.0 |1164M|  63 |   8 |  70 |5606 |  70 |  19 |  14 |1738k|4092 | 0.000000e+00 |      --      |    Inf 
888.01/888.02	c   888s|  4670k|  1746k| 14130k|   3.0 |1167M|  63 |   8 |  70 |5091 |  70 |  19 |  14 |1742k|4092 | 0.000000e+00 |      --      |    Inf 
890.11/890.12	c   890s|  4680k|  1750k| 14161k|   3.0 |1169M|  63 |   - |  70 |5642 |  70 |  19 |  14 |1746k|4092 | 0.000000e+00 |      --      |    Inf 
892.41/892.41	c   892s|  4690k|  1753k| 14190k|   3.0 |1171M|  63 |   8 |  70 |5619 |  70 |  19 |  14 |1750k|4092 | 0.000000e+00 |      --      |    Inf 
894.32/894.31	c   894s|  4700k|  1756k| 14221k|   3.0 |1174M|  63 |   8 |  70 |6829 |  70 |  19 |  14 |1754k|4092 | 0.000000e+00 |      --      |    Inf 
896.31/896.38	c   896s|  4710k|  1760k| 14251k|   3.0 |1177M|  63 |   8 |  70 |6482 |  70 |  19 |  14 |1758k|4092 | 0.000000e+00 |      --      |    Inf 
898.41/898.41	c   898s|  4720k|  1764k| 14280k|   3.0 |1179M|  63 |   - |  70 |6087 |  70 |  19 |  14 |1762k|4092 | 0.000000e+00 |      --      |    Inf 
900.51/900.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
900.51/900.51	c   901s|  4730k|  1767k| 14310k|   3.0 |1181M|  63 |   8 |  70 |5878 |  70 |  19 |  14 |1766k|4092 | 0.000000e+00 |      --      |    Inf 
902.41/902.49	c   902s|  4740k|  1771k| 14341k|   3.0 |1184M|  63 |   - |  70 |6107 |  70 |  19 |  14 |1770k|4092 | 0.000000e+00 |      --      |    Inf 
904.61/904.68	c   905s|  4750k|  1774k| 14372k|   3.0 |1186M|  63 |   - |  70 |5408 |  70 |  19 |  14 |1774k|4092 | 0.000000e+00 |      --      |    Inf 
906.61/906.65	c   907s|  4760k|  1777k| 14403k|   3.0 |1189M|  63 |   - |  70 |6619 |  70 |  19 |  14 |1777k|4092 | 0.000000e+00 |      --      |    Inf 
908.62/908.68	c   909s|  4770k|  1781k| 14433k|   3.0 |1191M|  63 |   8 |  70 |6851 |  70 |  19 |  14 |1782k|4092 | 0.000000e+00 |      --      |    Inf 
910.91/910.91	c   911s|  4780k|  1784k| 14463k|   3.0 |1194M|  63 |   8 |  70 |6397 |  70 |  19 |  14 |1786k|4092 | 0.000000e+00 |      --      |    Inf 
913.21/913.22	c   913s|  4790k|  1787k| 14493k|   3.0 |1196M|  63 |   8 |  70 |5813 |  70 |  19 |  14 |1790k|4092 | 0.000000e+00 |      --      |    Inf 
915.12/915.11	c   915s|  4800k|  1790k| 14523k|   3.0 |1199M|  63 |   8 |  70 |6887 |  70 |  19 |  14 |1794k|4092 | 0.000000e+00 |      --      |    Inf 
917.31/917.31	c   917s|  4810k|  1794k| 14553k|   3.0 |1201M|  63 |   8 |  70 |6207 |  70 |  19 |  14 |1798k|4092 | 0.000000e+00 |      --      |    Inf 
919.52/919.58	c   920s|  4820k|  1797k| 14582k|   3.0 |1203M|  63 |   8 |  70 |6336 |  70 |  19 |  14 |1802k|4092 | 0.000000e+00 |      --      |    Inf 
921.71/921.76	c   922s|  4830k|  1801k| 14612k|   3.0 |1205M|  63 |   8 |  70 |5626 |  70 |  19 |  14 |1806k|4092 | 0.000000e+00 |      --      |    Inf 
923.71/923.71	c   924s|  4840k|  1804k| 14642k|   3.0 |1208M|  63 |   8 |  70 |6199 |  70 |  19 |  14 |1809k|4092 | 0.000000e+00 |      --      |    Inf 
925.91/925.90	c   926s|  4850k|  1808k| 14672k|   3.0 |1211M|  63 |   8 |  70 |6756 |  70 |  19 |  14 |1813k|4092 | 0.000000e+00 |      --      |    Inf 
928.01/928.08	c   928s|  4860k|  1811k| 14702k|   3.0 |1213M|  63 |   - |  70 |6334 |  70 |  19 |  14 |1817k|4092 | 0.000000e+00 |      --      |    Inf 
930.31/930.37	c   930s|  4870k|  1814k| 14732k|   3.0 |1215M|  63 |   8 |  70 |5766 |  70 |  19 |  14 |1821k|4092 | 0.000000e+00 |      --      |    Inf 
932.51/932.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
932.51/932.56	c   933s|  4880k|  1818k| 14761k|   3.0 |1218M|  63 |   - |  70 |6091 |  70 |  19 |  14 |1825k|4092 | 0.000000e+00 |      --      |    Inf 
934.71/934.70	c   935s|  4890k|  1821k| 14792k|   3.0 |1220M|  63 |   - |  70 |6078 |  70 |  19 |  14 |1829k|4092 | 0.000000e+00 |      --      |    Inf 
936.61/936.69	c   937s|  4900k|  1825k| 14822k|   3.0 |1223M|  63 |   - |  70 |6458 |  70 |  19 |  14 |1833k|4092 | 0.000000e+00 |      --      |    Inf 
938.91/938.91	c   939s|  4910k|  1828k| 14851k|   3.0 |1225M|  63 |   - |  70 |6330 |  70 |  19 |  14 |1837k|4092 | 0.000000e+00 |      --      |    Inf 
940.91/940.99	c   941s|  4920k|  1832k| 14881k|   3.0 |1227M|  63 |   - |  70 |6250 |  70 |  19 |  14 |1841k|4092 | 0.000000e+00 |      --      |    Inf 
942.81/942.86	c   943s|  4930k|  1835k| 14911k|   3.0 |1230M|  63 |   8 |  70 |7446 |  70 |  19 |  14 |1845k|4092 | 0.000000e+00 |      --      |    Inf 
944.92/944.98	c   945s|  4940k|  1839k| 14942k|   3.0 |1232M|  63 |   8 |  70 |6742 |  70 |  19 |  14 |1849k|4092 | 0.000000e+00 |      --      |    Inf 
947.01/947.02	c   947s|  4950k|  1842k| 14973k|   3.0 |1235M|  63 |   8 |  70 |7785 |  70 |  19 |  14 |1853k|4092 | 0.000000e+00 |      --      |    Inf 
949.11/949.13	c   949s|  4960k|  1846k| 15002k|   3.0 |1237M|  63 |   8 |  70 |7128 |  70 |  19 |  14 |1857k|4092 | 0.000000e+00 |      --      |    Inf 
951.21/951.28	c   951s|  4970k|  1849k| 15033k|   3.0 |1240M|  63 |   - |  70 |6867 |  70 |  19 |  14 |1861k|4092 | 0.000000e+00 |      --      |    Inf 
953.41/953.48	c   953s|  4980k|  1852k| 15063k|   3.0 |1242M|  63 |   8 |  70 |6953 |  70 |  19 |  14 |1865k|4092 | 0.000000e+00 |      --      |    Inf 
955.71/955.75	c   956s|  4990k|  1856k| 15093k|   3.0 |1244M|  63 |   8 |  70 |6238 |  70 |  19 |  14 |1868k|4092 | 0.000000e+00 |      --      |    Inf 
957.81/957.81	c   958s|  5000k|  1860k| 15123k|   3.0 |1247M|  63 |   8 |  70 |6972 |  70 |  19 |  14 |1872k|4092 | 0.000000e+00 |      --      |    Inf 
959.91/959.90	c   960s|  5010k|  1863k| 15154k|   3.0 |1250M|  63 |   8 |  70 |7064 |  70 |  19 |  14 |1876k|4092 | 0.000000e+00 |      --      |    Inf 
962.12/962.13	c   962s|  5020k|  1866k| 15183k|   3.0 |1252M|  63 |   8 |  70 |6228 |  70 |  19 |  14 |1880k|4092 | 0.000000e+00 |      --      |    Inf 
964.32/964.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
964.32/964.32	c   964s|  5030k|  1870k| 15213k|   3.0 |1254M|  63 |   8 |  70 |6360 |  70 |  19 |  14 |1884k|4092 | 0.000000e+00 |      --      |    Inf 
966.31/966.34	c   966s|  5040k|  1874k| 15245k|   3.0 |1257M|  63 |   8 |  70 |7564 |  70 |  19 |  14 |1888k|4092 | 0.000000e+00 |      --      |    Inf 
968.41/968.49	c   968s|  5050k|  1877k| 15275k|   3.0 |1259M|  63 |   - |  70 |6469 |  70 |  19 |  14 |1892k|4092 | 0.000000e+00 |      --      |    Inf 
970.61/970.63	c   971s|  5060k|  1880k| 15305k|   3.0 |1262M|  63 |   8 |  70 |7199 |  70 |  19 |  14 |1896k|4092 | 0.000000e+00 |      --      |    Inf 
973.01/973.02	c   973s|  5070k|  1884k| 15335k|   3.0 |1264M|  63 |   - |  70 |6333 |  70 |  19 |  14 |1900k|4092 | 0.000000e+00 |      --      |    Inf 
975.11/975.11	c   975s|  5080k|  1887k| 15364k|   3.0 |1267M|  63 |   - |  70 |6934 |  70 |  19 |  14 |1903k|4092 | 0.000000e+00 |      --      |    Inf 
977.41/977.44	c   977s|  5090k|  1891k| 15394k|   3.0 |1269M|  63 |   - |  70 |5927 |  70 |  19 |  14 |1907k|4092 | 0.000000e+00 |      --      |    Inf 
979.51/979.54	c   980s|  5100k|  1894k| 15423k|   3.0 |1271M|  63 |   8 |  70 |6292 |  70 |  19 |  14 |1911k|4092 | 0.000000e+00 |      --      |    Inf 
981.51/981.58	c   982s|  5110k|  1898k| 15453k|   3.0 |1274M|  63 |   8 |  70 |6340 |  70 |  19 |  14 |1915k|4092 | 0.000000e+00 |      --      |    Inf 
983.71/983.72	c   984s|  5120k|  1901k| 15484k|   3.0 |1276M|  63 |   8 |  70 |6601 |  70 |  19 |  14 |1919k|4092 | 0.000000e+00 |      --      |    Inf 
985.52/985.56	c   986s|  5130k|  1906k| 15514k|   3.0 |1279M|  63 |   8 |  70 |7952 |  70 |  19 |  14 |1922k|4092 | 0.000000e+00 |      --      |    Inf 
987.41/987.47	c   987s|  5140k|  1909k| 15542k|   3.0 |1282M|  63 |   8 |  70 |8578 |  70 |  19 |  14 |1926k|4092 | 0.000000e+00 |      --      |    Inf 
989.61/989.66	c   990s|  5150k|  1913k| 15572k|   3.0 |1284M|  63 |   8 |  70 |6883 |  70 |  19 |  14 |1930k|4092 | 0.000000e+00 |      --      |    Inf 
991.71/991.77	c   992s|  5160k|  1916k| 15603k|   3.0 |1286M|  63 |   - |  70 |7155 |  70 |  19 |  14 |1934k|4092 | 0.000000e+00 |      --      |    Inf 
993.82/993.85	c   994s|  5170k|  1920k| 15633k|   3.0 |1289M|  63 |   8 |  70 |7369 |  70 |  19 |  14 |1938k|4092 | 0.000000e+00 |      --      |    Inf 
996.12/996.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
996.12/996.12	c   996s|  5180k|  1923k| 15663k|   3.0 |1291M|  63 |   - |  70 |6907 |  70 |  19 |  14 |1942k|4092 | 0.000000e+00 |      --      |    Inf 
998.21/998.29	c   998s|  5190k|  1927k| 15693k|   3.0 |1294M|  63 |   - |  70 |6164 |  70 |  19 |  14 |1945k|4092 | 0.000000e+00 |      --      |    Inf 
1000.11/1000.15	c  1000s|  5200k|  1930k| 15723k|   3.0 |1296M|  63 |   8 |  70 |7184 |  70 |  19 |  14 |1950k|4092 | 0.000000e+00 |      --      |    Inf 
1002.11/1002.16	c  1002s|  5210k|  1934k| 15751k|   3.0 |1299M|  63 |   8 |  70 |6710 |  70 |  19 |  14 |1953k|4092 | 0.000000e+00 |      --      |    Inf 
1004.41/1004.44	c  1004s|  5220k|  1937k| 15781k|   3.0 |1301M|  63 |   8 |  70 |5741 |  70 |  19 |  14 |1957k|4092 | 0.000000e+00 |      --      |    Inf 
1006.22/1006.29	c  1006s|  5230k|  1941k| 15812k|   3.0 |1303M|  63 |   - |  70 |7360 |  70 |  19 |  14 |1961k|4092 | 0.000000e+00 |      --      |    Inf 
1008.11/1008.11	c  1008s|  5240k|  1945k| 15840k|   3.0 |1306M|  63 |   8 |  70 |8696 |  70 |  19 |  14 |1964k|4092 | 0.000000e+00 |      --      |    Inf 
1010.22/1010.25	c  1010s|  5250k|  1948k| 15869k|   3.0 |1309M|  63 |   8 |  70 |9240 |  70 |  19 |  14 |1968k|4092 | 0.000000e+00 |      --      |    Inf 
1012.41/1012.43	c  1012s|  5260k|  1952k| 15898k|   3.0 |1311M|  63 |   8 |  70 |8480 |  70 |  19 |  14 |1972k|4092 | 0.000000e+00 |      --      |    Inf 
1014.81/1014.89	c  1015s|  5270k|  1955k| 15929k|   3.0 |1313M|  63 |   - |  70 |6356 |  70 |  19 |  14 |1976k|4092 | 0.000000e+00 |      --      |    Inf 
1017.21/1017.23	c  1017s|  5280k|  1959k| 15959k|   3.0 |1315M|  63 |   8 |  70 |5630 |  70 |  19 |  14 |1980k|4092 | 0.000000e+00 |      --      |    Inf 
1019.21/1019.27	c  1019s|  5290k|  1962k| 15988k|   3.0 |1318M|  63 |   8 |  70 |6254 |  70 |  19 |  14 |1984k|4092 | 0.000000e+00 |      --      |    Inf 
1021.01/1021.08	c  1021s|  5300k|  1966k| 16017k|   3.0 |1321M|  63 |   8 |  70 |7877 |  70 |  19 |  14 |1988k|4092 | 0.000000e+00 |      --      |    Inf 
1023.21/1023.20	c  1023s|  5310k|  1969k| 16046k|   3.0 |1323M|  63 |   8 |  70 |7774 |  70 |  19 |  14 |1992k|4092 | 0.000000e+00 |      --      |    Inf 
1025.22/1025.28	c  1025s|  5320k|  1973k| 16076k|   3.0 |1326M|  63 |   - |  70 |8623 |  70 |  19 |  14 |1996k|4092 | 0.000000e+00 |      --      |    Inf 
1027.51/1027.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1027.51/1027.57	c  1028s|  5330k|  1976k| 16105k|   3.0 |1328M|  63 |   - |  70 |7547 |  70 |  19 |  14 |2000k|4092 | 0.000000e+00 |      --      |    Inf 
1029.71/1029.77	c  1030s|  5340k|  1980k| 16135k|   3.0 |1330M|  63 |   8 |  70 |7129 |  70 |  19 |  14 |2003k|4092 | 0.000000e+00 |      --      |    Inf 
1031.82/1031.85	c  1032s|  5350k|  1983k| 16166k|   3.0 |1333M|  63 |   8 |  70 |6915 |  70 |  19 |  14 |2007k|4092 | 0.000000e+00 |      --      |    Inf 
1033.71/1033.76	c  1034s|  5360k|  1987k| 16196k|   3.0 |1336M|  63 |   8 |  70 |7930 |  70 |  19 |  14 |2011k|4092 | 0.000000e+00 |      --      |    Inf 
1036.02/1036.03	c  1036s|  5370k|  1990k| 16226k|   3.0 |1338M|  63 |   8 |  70 |6591 |  70 |  19 |  14 |2015k|4092 | 0.000000e+00 |      --      |    Inf 
1038.21/1038.29	c  1038s|  5380k|  1993k| 16257k|   3.0 |1340M|  63 |   - |  70 |6419 |  70 |  19 |  14 |2019k|4092 | 0.000000e+00 |      --      |    Inf 
1040.41/1040.49	c  1040s|  5390k|  1997k| 16287k|   3.0 |1342M|  63 |   8 |  70 |5792 |  70 |  19 |  14 |2023k|4092 | 0.000000e+00 |      --      |    Inf 
1042.72/1042.76	c  1043s|  5400k|  2000k| 16316k|   3.0 |1345M|  63 |   8 |  70 |5874 |  70 |  19 |  14 |2027k|4092 | 0.000000e+00 |      --      |    Inf 
1044.61/1044.63	c  1045s|  5410k|  2004k| 16345k|   3.0 |1348M|  63 |   8 |  70 |7401 |  70 |  19 |  14 |2030k|4092 | 0.000000e+00 |      --      |    Inf 
1046.72/1046.78	c  1047s|  5420k|  2008k| 16375k|   3.0 |1350M|  63 |   - |  70 |6063 |   0 |   0 |  14 |2034k|4092 | 0.000000e+00 |      --      |    Inf 
1048.92/1048.96	c  1049s|  5430k|  2012k| 16405k|   3.0 |1352M|  63 |   8 |  70 |6083 |  70 |  19 |  14 |2038k|4092 | 0.000000e+00 |      --      |    Inf 
1050.92/1050.92	c  1051s|  5440k|  2015k| 16435k|   3.0 |1355M|  63 |   8 |  70 |7432 |  70 |  19 |  14 |2042k|4092 | 0.000000e+00 |      --      |    Inf 
1053.12/1053.12	c  1053s|  5450k|  2019k| 16464k|   3.0 |1357M|  63 |   8 |  70 |7055 |  70 |  19 |  14 |2046k|4092 | 0.000000e+00 |      --      |    Inf 
1055.51/1055.58	c  1056s|  5460k|  2022k| 16494k|   3.0 |1359M|  63 |   - |  70 |6115 |  70 |  19 |  14 |2050k|4092 | 0.000000e+00 |      --      |    Inf 
1057.81/1057.81	c  1058s|  5470k|  2026k| 16524k|   3.0 |1362M|  63 |   8 |  70 |6337 |  70 |  19 |  14 |2053k|4092 | 0.000000e+00 |      --      |    Inf 
1060.01/1060.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.01/1060.03	c  1060s|  5480k|  2029k| 16553k|   3.0 |1364M|  63 |   8 |  70 |6017 |  70 |  19 |  14 |2057k|4092 | 0.000000e+00 |      --      |    Inf 
1062.11/1062.13	c  1062s|  5490k|  2033k| 16582k|   3.0 |1367M|  63 |   - |  70 |6342 |  70 |  19 |  14 |2061k|4092 | 0.000000e+00 |      --      |    Inf 
1064.21/1064.28	c  1064s|  5500k|  2036k| 16611k|   3.0 |1369M|  63 |   8 |  70 |6174 |  70 |  19 |  14 |2065k|4092 | 0.000000e+00 |      --      |    Inf 
1066.21/1066.22	c  1066s|  5510k|  2040k| 16639k|   3.0 |1372M|  63 |   8 |  70 |6585 |  70 |  19 |  14 |2068k|4092 | 0.000000e+00 |      --      |    Inf 
1068.42/1068.46	c  1068s|  5520k|  2044k| 16669k|   3.0 |1374M|  63 |   8 |  70 |6530 |  70 |  19 |  14 |2072k|4092 | 0.000000e+00 |      --      |    Inf 
1070.61/1070.62	c  1071s|  5530k|  2047k| 16700k|   3.0 |1377M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |2076k|4092 | 0.000000e+00 |      --      |    Inf 
1072.62/1072.61	c  1073s|  5540k|  2050k| 16729k|   3.0 |1379M|  63 |   8 |  70 |6582 |  70 |  19 |  14 |2080k|4092 | 0.000000e+00 |      --      |    Inf 
1074.81/1074.87	c  1075s|  5550k|  2054k| 16760k|   3.0 |1381M|  63 |   8 |  70 |6721 |  70 |  19 |  14 |2084k|4092 | 0.000000e+00 |      --      |    Inf 
1077.31/1077.33	c  1077s|  5560k|  2057k| 16790k|   3.0 |1384M|  63 |   8 |  70 |6079 |  70 |  19 |  14 |2088k|4092 | 0.000000e+00 |      --      |    Inf 
1079.31/1079.31	c  1079s|  5570k|  2060k| 16820k|   3.0 |1386M|  63 |   - |  70 |6447 |  70 |  19 |  14 |2092k|4092 | 0.000000e+00 |      --      |    Inf 
1081.61/1081.66	c  1082s|  5580k|  2064k| 16850k|   3.0 |1388M|  63 |   8 |  70 |5957 |  70 |  19 |  14 |2096k|4092 | 0.000000e+00 |      --      |    Inf 
1083.52/1083.58	c  1084s|  5590k|  2067k| 16880k|   3.0 |1391M|  63 |   - |  70 |7227 |  70 |  19 |  14 |2100k|4092 | 0.000000e+00 |      --      |    Inf 
1085.72/1085.79	c  1086s|  5600k|  2071k| 16909k|   3.0 |1393M|  63 |   - |  70 |6397 |  70 |  19 |  14 |2104k|4092 | 0.000000e+00 |      --      |    Inf 
1087.92/1088.00	c  1088s|  5610k|  2074k| 16939k|   3.0 |1396M|  63 |   8 |  70 |6557 |  70 |  19 |  14 |2108k|4092 | 0.000000e+00 |      --      |    Inf 
1090.12/1090.18	c  1090s|  5620k|  2078k| 16968k|   3.0 |1398M|  63 |   8 |  70 |6802 |  70 |  19 |  14 |2112k|4092 | 0.000000e+00 |      --      |    Inf 
1092.22/1092.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1092.22/1092.28	c  1092s|  5630k|  2081k| 16999k|   3.0 |1401M|  63 |   8 |  70 |6830 |  70 |  19 |  14 |2116k|4092 | 0.000000e+00 |      --      |    Inf 
1094.42/1094.49	c  1094s|  5640k|  2085k| 17029k|   3.0 |1403M|  63 |   8 |  70 |6128 |  70 |  19 |  14 |2120k|4092 | 0.000000e+00 |      --      |    Inf 
1096.52/1096.50	c  1096s|  5650k|  2088k| 17060k|   3.0 |1406M|  63 |   8 |  70 |6988 |  70 |  19 |  14 |2124k|4092 | 0.000000e+00 |      --      |    Inf 
1098.93/1098.98	c  1099s|  5660k|  2091k| 17090k|   3.0 |1408M|  63 |   8 |  70 |5515 |  70 |  19 |  14 |2128k|4092 | 0.000000e+00 |      --      |    Inf 
1101.02/1101.08	c  1101s|  5670k|  2095k| 17119k|   3.0 |1410M|  63 |   8 |  70 |5911 |  70 |  19 |  14 |2132k|4092 | 0.000000e+00 |      --      |    Inf 
1103.22/1103.30	c  1103s|  5680k|  2099k| 17149k|   3.0 |1413M|  63 |   8 |  70 |6211 |  70 |  19 |  14 |2135k|4092 | 0.000000e+00 |      --      |    Inf 
1105.52/1105.51	c  1106s|  5690k|  2102k| 17179k|   3.0 |1415M|  63 |   8 |  70 |5695 |  70 |  19 |  14 |2139k|4092 | 0.000000e+00 |      --      |    Inf 
1107.62/1107.62	c  1108s|  5700k|  2105k| 17209k|   3.0 |1418M|  63 |   8 |  70 |6548 |  70 |  19 |  14 |2143k|4092 | 0.000000e+00 |      --      |    Inf 
1109.71/1109.71	c  1110s|  5710k|  2109k| 17240k|   3.0 |1420M|  63 |   - |  70 |7896 |  70 |  19 |  14 |2147k|4092 | 0.000000e+00 |      --      |    Inf 
1111.92/1111.95	c  1112s|  5720k|  2112k| 17270k|   3.0 |1423M|  63 |   8 |  70 |6606 |  70 |  19 |  14 |2151k|4092 | 0.000000e+00 |      --      |    Inf 
1114.22/1114.24	c  1114s|  5730k|  2115k| 17301k|   3.0 |1425M|  63 |   8 |  70 |6406 |  70 |  19 |  14 |2155k|4092 | 0.000000e+00 |      --      |    Inf 
1116.21/1116.29	c  1116s|  5740k|  2118k| 17330k|   3.0 |1427M|  63 |   - |  70 |6975 |  70 |  19 |  14 |2160k|4092 | 0.000000e+00 |      --      |    Inf 
1118.52/1118.50	c  1119s|  5750k|  2122k| 17360k|   3.0 |1430M|  63 |   8 |  70 |6043 |  70 |  19 |  14 |2164k|4092 | 0.000000e+00 |      --      |    Inf 
1120.42/1120.49	c  1120s|  5760k|  2125k| 17391k|   3.0 |1432M|  63 |   - |  70 |6551 |  70 |  19 |  14 |2167k|4092 | 0.000000e+00 |      --      |    Inf 
1122.61/1122.67	c  1123s|  5770k|  2129k| 17419k|   3.0 |1434M|  63 |   8 |  70 |6189 |  70 |  19 |  14 |2171k|4092 | 0.000000e+00 |      --      |    Inf 
1124.72/1124.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1124.72/1124.76	c  1125s|  5780k|  2132k| 17449k|   3.0 |1437M|  63 |   8 |  70 |6896 |  70 |  19 |  14 |2175k|4092 | 0.000000e+00 |      --      |    Inf 
1126.82/1126.89	c  1127s|  5790k|  2135k| 17479k|   3.0 |1439M|  63 |   - |  70 |6825 |  70 |  19 |  14 |2179k|4092 | 0.000000e+00 |      --      |    Inf 
1129.31/1129.39	c  1129s|  5800k|  2139k| 17508k|   3.0 |1442M|  63 |   - |  70 |6388 |  70 |  19 |  14 |2183k|4092 | 0.000000e+00 |      --      |    Inf 
1131.51/1131.54	c  1132s|  5810k|  2142k| 17537k|   3.0 |1444M|  63 |   8 |  70 |6922 |  70 |  19 |  14 |2187k|4092 | 0.000000e+00 |      --      |    Inf 
1133.61/1133.68	c  1134s|  5820k|  2146k| 17567k|   3.0 |1447M|  63 |   8 |  70 |7436 |  70 |  19 |  14 |2191k|4092 | 0.000000e+00 |      --      |    Inf 
1135.82/1135.88	c  1136s|  5830k|  2149k| 17597k|   3.0 |1449M|  63 |   8 |  70 |6826 |  70 |  19 |  14 |2195k|4092 | 0.000000e+00 |      --      |    Inf 
1138.12/1138.10	c  1138s|  5840k|  2152k| 17627k|   3.0 |1451M|  63 |   - |  70 |5723 |  70 |  19 |  14 |2199k|4092 | 0.000000e+00 |      --      |    Inf 
1140.32/1140.35	c  1140s|  5850k|  2156k| 17657k|   3.0 |1454M|  63 |   - |  70 |6165 |  70 |  19 |  14 |2202k|4092 | 0.000000e+00 |      --      |    Inf 
1142.42/1142.43	c  1142s|  5860k|  2159k| 17687k|   3.0 |1456M|  63 |   - |  70 |7110 |  70 |  19 |  14 |2206k|4092 | 0.000000e+00 |      --      |    Inf 
1144.32/1144.37	c  1144s|  5870k|  2163k| 17717k|   3.0 |1459M|  63 |   - |  70 |7312 |  70 |  19 |  14 |2210k|4092 | 0.000000e+00 |      --      |    Inf 
1146.41/1146.48	c  1146s|  5880k|  2166k| 17748k|   3.0 |1461M|  63 |   8 |  70 |7993 |  70 |  19 |  14 |2214k|4092 | 0.000000e+00 |      --      |    Inf 
1148.81/1148.89	c  1149s|  5890k|  2170k| 17778k|   3.0 |1464M|  63 |   - |  70 |6986 |  70 |  19 |  14 |2218k|4092 | 0.000000e+00 |      --      |    Inf 
1151.01/1151.07	c  1151s|  5900k|  2173k| 17809k|   3.0 |1466M|  63 |   - |  70 |6985 |  70 |  19 |  14 |2222k|4092 | 0.000000e+00 |      --      |    Inf 
1153.22/1153.28	c  1153s|  5910k|  2176k| 17839k|   3.0 |1468M|  63 |   8 |  70 |7266 |  70 |  19 |  14 |2226k|4092 | 0.000000e+00 |      --      |    Inf 
1155.42/1155.49	c  1155s|  5920k|  2180k| 17869k|   3.0 |1471M|  63 |   8 |  70 |7551 |  70 |  19 |  14 |2230k|4092 | 0.000000e+00 |      --      |    Inf 
1157.82/1157.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1157.82/1157.82	c  1158s|  5930k|  2183k| 17898k|   3.0 |1473M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |2234k|4092 | 0.000000e+00 |      --      |    Inf 
1160.02/1160.00	c  1160s|  5940k|  2186k| 17927k|   3.0 |1476M|  63 |   8 |  70 |7381 |  70 |  19 |  14 |2238k|4092 | 0.000000e+00 |      --      |    Inf 
1162.31/1162.33	c  1162s|  5950k|  2190k| 17957k|   3.0 |1478M|  63 |   8 |  70 |7068 |  70 |  19 |  14 |2242k|4092 | 0.000000e+00 |      --      |    Inf 
1164.62/1164.67	c  1165s|  5960k|  2193k| 17987k|   3.0 |1480M|  63 |   8 |  70 |6108 |  70 |  19 |  14 |2246k|4092 | 0.000000e+00 |      --      |    Inf 
1166.92/1166.99	c  1167s|  5970k|  2196k| 18017k|   3.0 |1483M|  63 |   8 |  70 |6078 |  70 |  19 |  14 |2250k|4092 | 0.000000e+00 |      --      |    Inf 
1169.33/1169.34	c  1169s|  5980k|  2199k| 18047k|   3.0 |1485M|  63 |   8 |  70 |5807 |  70 |  19 |  14 |2254k|4092 | 0.000000e+00 |      --      |    Inf 
1171.62/1171.62	c  1172s|  5990k|  2203k| 18076k|   3.0 |1487M|  63 |   8 |  70 |5447 |  70 |  19 |  14 |2258k|4092 | 0.000000e+00 |      --      |    Inf 
1173.73/1173.75	c  1174s|  6000k|  2206k| 18106k|   3.0 |1490M|  63 |   8 |  70 |5806 |  70 |  19 |  14 |2262k|4092 | 0.000000e+00 |      --      |    Inf 
1175.52/1175.59	c  1176s|  6010k|  2210k| 18136k|   3.0 |1493M|  63 |   8 |  70 |6879 |  70 |  19 |  14 |2265k|4092 | 0.000000e+00 |      --      |    Inf 
1177.42/1177.48	c  1177s|  6020k|  2214k| 18167k|   3.0 |1495M|  63 |   - |  70 |7865 |   0 |   0 |  14 |2269k|4092 | 0.000000e+00 |      --      |    Inf 
1179.52/1179.53	c  1180s|  6030k|  2217k| 18197k|   3.0 |1498M|  63 |   - |  70 |8973 |  70 |  19 |  14 |2273k|4092 | 0.000000e+00 |      --      |    Inf 
1181.91/1181.90	c  1182s|  6040k|  2221k| 18228k|   3.0 |1500M|  63 |   8 |  70 |8335 |  70 |  19 |  14 |2277k|4092 | 0.000000e+00 |      --      |    Inf 
1184.22/1184.29	c  1184s|  6050k|  2224k| 18258k|   3.0 |1503M|  63 |   8 |  70 |7294 |  70 |  19 |  14 |2281k|4092 | 0.000000e+00 |      --      |    Inf 
1186.71/1186.79	c  1187s|  6060k|  2227k| 18287k|   3.0 |1505M|  63 |   8 |  70 |6587 |  70 |  19 |  14 |2285k|4092 | 0.000000e+00 |      --      |    Inf 
1188.92/1188.98	c  1189s|  6070k|  2231k| 18318k|   3.0 |1507M|  63 |   - |  70 |7395 |  70 |  19 |  14 |2289k|4092 | 0.000000e+00 |      --      |    Inf 
1191.22/1191.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1191.22/1191.21	c  1191s|  6080k|  2234k| 18348k|   3.0 |1510M|  63 |   8 |  70 |7565 |  70 |  19 |  14 |2293k|4092 | 0.000000e+00 |      --      |    Inf 
1193.61/1193.63	c  1194s|  6090k|  2237k| 18378k|   3.0 |1512M|  63 |   8 |  70 |6759 |  70 |  19 |  14 |2297k|4092 | 0.000000e+00 |      --      |    Inf 
1195.92/1195.94	c  1196s|  6100k|  2241k| 18408k|   3.0 |1514M|  63 |   8 |  70 |6436 |  70 |  19 |  14 |2301k|4092 | 0.000000e+00 |      --      |    Inf 
1197.82/1197.81	c  1198s|  6110k|  2245k| 18438k|   3.0 |1517M|  63 |   8 |  70 |6968 |  70 |  19 |  14 |2304k|4092 | 0.000000e+00 |      --      |    Inf 
1200.02/1200.04	c  1200s|  6120k|  2249k| 18468k|   3.0 |1519M|  63 |   8 |  70 |6378 |  70 |  19 |  14 |2308k|4092 | 0.000000e+00 |      --      |    Inf 
1202.33/1202.39	c  1202s|  6130k|  2252k| 18498k|   3.0 |1522M|  63 |   8 |  70 |6031 |  70 |  19 |  14 |2312k|4092 | 0.000000e+00 |      --      |    Inf 
1204.53/1204.54	c  1205s|  6140k|  2255k| 18527k|   3.0 |1524M|  63 |   - |  70 |5784 |  70 |  19 |  14 |2316k|4092 | 0.000000e+00 |      --      |    Inf 
1206.81/1206.86	c  1207s|  6150k|  2258k| 18556k|   3.0 |1526M|  63 |   8 |  70 |5500 |  70 |  19 |  14 |2320k|4092 | 0.000000e+00 |      --      |    Inf 
1209.01/1209.02	c  1209s|  6160k|  2262k| 18586k|   3.0 |1529M|  63 |   - |  70 |5910 |  70 |  19 |  14 |2324k|4092 | 0.000000e+00 |      --      |    Inf 
1211.12/1211.14	c  1211s|  6170k|  2265k| 18616k|   3.0 |1531M|  63 |   - |  70 |6242 |  70 |  19 |  14 |2328k|4092 | 0.000000e+00 |      --      |    Inf 
1213.33/1213.36	c  1213s|  6180k|  2268k| 18646k|   3.0 |1534M|  63 |   - |  70 |5429 |  70 |  19 |  14 |2332k|4092 | 0.000000e+00 |      --      |    Inf 
1215.52/1215.51	c  1216s|  6190k|  2272k| 18676k|   3.0 |1536M|  63 |   - |  70 |5490 |  70 |  19 |  14 |2336k|4092 | 0.000000e+00 |      --      |    Inf 
1217.31/1217.38	c  1217s|  6200k|  2275k| 18706k|   3.0 |1539M|  63 |   8 |  70 |6717 |  70 |  19 |  14 |2340k|4092 | 0.000000e+00 |      --      |    Inf 
1219.71/1219.70	c  1220s|  6210k|  2278k| 18738k|   3.0 |1541M|  63 |   8 |  70 |6171 |  70 |  19 |  14 |2344k|4092 | 0.000000e+00 |      --      |    Inf 
1222.02/1222.08	c  1222s|  6220k|  2281k| 18768k|   3.0 |1543M|  63 |   8 |  70 |6021 |  70 |  19 |  14 |2348k|4092 | 0.000000e+00 |      --      |    Inf 
1224.32/1224.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1224.32/1224.30	c  1224s|  6230k|  2285k| 18796k|   3.0 |1546M|  63 |   8 |  70 |5612 |  70 |  19 |  14 |2352k|4092 | 0.000000e+00 |      --      |    Inf 
1226.52/1226.51	c  1227s|  6240k|  2288k| 18826k|   3.0 |1548M|  63 |   8 |  70 |6212 |  70 |  19 |  14 |2356k|4092 | 0.000000e+00 |      --      |    Inf 
1228.51/1228.58	c  1229s|  6250k|  2292k| 18855k|   3.0 |1551M|  63 |   8 |  70 |6549 |  70 |  19 |  14 |2360k|4092 | 0.000000e+00 |      --      |    Inf 
1230.71/1230.75	c  1231s|  6260k|  2295k| 18884k|   3.0 |1553M|  63 |   8 |  70 |6652 |  70 |  19 |  14 |2364k|4092 | 0.000000e+00 |      --      |    Inf 
1232.92/1232.91	c  1233s|  6270k|  2299k| 18914k|   3.0 |1556M|  63 |   8 |  70 |6913 |  70 |  19 |  14 |2368k|4092 | 0.000000e+00 |      --      |    Inf 
1234.82/1234.84	c  1235s|  6280k|  2303k| 18944k|   3.0 |1558M|  63 |   8 |  70 |8316 |  70 |  19 |  14 |2371k|4092 | 0.000000e+00 |      --      |    Inf 
1236.92/1236.99	c  1237s|  6290k|  2307k| 18974k|   3.0 |1561M|  63 |   8 |  70 |8248 |  70 |  19 |  14 |2375k|4092 | 0.000000e+00 |      --      |    Inf 
1239.52/1239.55	c  1240s|  6300k|  2310k| 19004k|   3.0 |1563M|  63 |   8 |  70 |6628 |  70 |  19 |  14 |2379k|4092 | 0.000000e+00 |      --      |    Inf 
1241.52/1241.53	c  1242s|  6310k|  2314k| 19034k|   3.0 |1566M|  63 |   8 |  70 |7443 |  70 |  19 |  14 |2382k|4092 | 0.000000e+00 |      --      |    Inf 
1243.62/1243.63	c  1244s|  6320k|  2317k| 19063k|   3.0 |1568M|  63 |   8 |  70 |6746 |  70 |  19 |  14 |2386k|4092 | 0.000000e+00 |      --      |    Inf 
1245.71/1245.74	c  1246s|  6330k|  2321k| 19093k|   3.0 |1570M|  63 |   8 |  70 |6822 |  70 |  19 |  14 |2390k|4092 | 0.000000e+00 |      --      |    Inf 
1247.82/1247.86	c  1248s|  6340k|  2325k| 19122k|   3.0 |1573M|  63 |   8 |  70 |7478 |  70 |  19 |  14 |2394k|4092 | 0.000000e+00 |      --      |    Inf 
1250.21/1250.25	c  1250s|  6350k|  2328k| 19153k|   3.0 |1575M|  63 |   - |  70 |6256 |  70 |  19 |  14 |2398k|4092 | 0.000000e+00 |      --      |    Inf 
1252.42/1252.45	c  1252s|  6360k|  2331k| 19182k|   3.0 |1578M|  63 |   8 |  70 |6634 |  70 |  19 |  14 |2402k|4092 | 0.000000e+00 |      --      |    Inf 
1254.62/1254.64	c  1255s|  6370k|  2335k| 19212k|   3.0 |1580M|  63 |   - |  70 |6840 |  70 |  19 |  14 |2406k|4092 | 0.000000e+00 |      --      |    Inf 
1256.71/1256.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.71/1256.75	c  1257s|  6380k|  2338k| 19241k|   3.0 |1583M|  63 |   - |  70 |6984 |  70 |  19 |  14 |2410k|4092 | 0.000000e+00 |      --      |    Inf 
1259.02/1259.08	c  1259s|  6390k|  2342k| 19270k|   3.0 |1585M|  63 |   - |  70 |6743 |  70 |  19 |  14 |2413k|4092 | 0.000000e+00 |      --      |    Inf 
1261.02/1261.05	c  1261s|  6400k|  2346k| 19298k|   3.0 |1588M|  63 |   - |  70 |8156 |  70 |  19 |  14 |2417k|4092 | 0.000000e+00 |      --      |    Inf 
1263.02/1263.04	c  1263s|  6410k|  2349k| 19327k|   3.0 |1590M|  63 |   - |  70 |8699 |  70 |  19 |  14 |2421k|4092 | 0.000000e+00 |      --      |    Inf 
1265.32/1265.37	c  1265s|  6420k|  2353k| 19356k|   3.0 |1592M|  63 |   8 |  70 |7968 |  70 |  19 |  14 |2425k|4092 | 0.000000e+00 |      --      |    Inf 
1267.52/1267.59	c  1268s|  6430k|  2356k| 19385k|   3.0 |1595M|  63 |   8 |  70 |7275 |  70 |  19 |  14 |2429k|4092 | 0.000000e+00 |      --      |    Inf 
1269.72/1269.75	c  1270s|  6440k|  2360k| 19415k|   3.0 |1597M|  63 |   - |  70 |6774 |  70 |  19 |  14 |2432k|4092 | 0.000000e+00 |      --      |    Inf 
1271.52/1271.58	c  1272s|  6450k|  2363k| 19445k|   3.0 |1600M|  63 |   8 |  70 |8494 |  70 |  19 |  14 |2436k|4092 | 0.000000e+00 |      --      |    Inf 
1273.92/1273.98	c  1274s|  6460k|  2367k| 19474k|   3.0 |1602M|  63 |   8 |  70 |7295 |  70 |  19 |  14 |2440k|4092 | 0.000000e+00 |      --      |    Inf 
1276.21/1276.24	c  1276s|  6470k|  2370k| 19503k|   3.0 |1605M|  63 |   - |  70 |6733 |  70 |  19 |  14 |2444k|4092 | 0.000000e+00 |      --      |    Inf 
1278.23/1278.24	c  1278s|  6480k|  2374k| 19534k|   3.0 |1607M|  63 |   8 |  70 |7698 |  70 |  19 |  14 |2448k|4092 | 0.000000e+00 |      --      |    Inf 
1280.52/1280.53	c  1281s|  6490k|  2378k| 19563k|   3.0 |1609M|  63 |   8 |  70 |6750 |  70 |  19 |  14 |2451k|4092 | 0.000000e+00 |      --      |    Inf 
1282.63/1282.62	c  1283s|  6500k|  2381k| 19592k|   3.0 |1612M|  63 |   8 |  70 |6621 |  70 |  19 |  14 |2455k|4092 | 0.000000e+00 |      --      |    Inf 
1284.83/1284.82	c  1285s|  6510k|  2385k| 19622k|   3.0 |1614M|  63 |   - |  70 |7229 |   0 |   0 |  14 |2459k|4092 | 0.000000e+00 |      --      |    Inf 
1286.92/1286.97	c  1287s|  6520k|  2389k| 19652k|   3.0 |1617M|  63 |   8 |  70 |7810 |  70 |  19 |  14 |2463k|4092 | 0.000000e+00 |      --      |    Inf 
1288.92/1288.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1288.92/1288.94	c  1289s|  6530k|  2393k| 19680k|   3.0 |1620M|  63 |   - |  70 |8641 |  70 |  19 |  14 |2466k|4092 | 0.000000e+00 |      --      |    Inf 
1291.02/1291.09	c  1291s|  6540k|  2396k| 19710k|   3.0 |1622M|  63 |   8 |  70 |8060 |  70 |  19 |  14 |2470k|4092 | 0.000000e+00 |      --      |    Inf 
1293.22/1293.29	c  1293s|  6550k|  2400k| 19739k|   3.0 |1624M|  63 |   8 |  70 |7673 |  70 |  19 |  14 |2474k|4092 | 0.000000e+00 |      --      |    Inf 
1295.62/1295.62	c  1296s|  6560k|  2403k| 19769k|   3.0 |1626M|  63 |   8 |  70 |6055 |  70 |  19 |  14 |2478k|4092 | 0.000000e+00 |      --      |    Inf 
1297.82/1297.86	c  1298s|  6570k|  2406k| 19799k|   3.0 |1629M|  63 |   - |  70 |6354 |  70 |  19 |  14 |2482k|4092 | 0.000000e+00 |      --      |    Inf 
1300.02/1300.00	c  1300s|  6580k|  2410k| 19828k|   3.0 |1631M|  63 |   8 |  70 |6091 |  70 |  19 |  14 |2486k|4092 | 0.000000e+00 |      --      |    Inf 
1302.22/1302.27	c  1302s|  6590k|  2413k| 19858k|   3.0 |1634M|  63 |   8 |  70 |5988 |  70 |  19 |  14 |2490k|4092 | 0.000000e+00 |      --      |    Inf 
1304.42/1304.47	c  1304s|  6600k|  2417k| 19887k|   3.0 |1636M|  63 |   - |  70 |5941 |  70 |  19 |  14 |2494k|4092 | 0.000000e+00 |      --      |    Inf 
1306.52/1306.53	c  1307s|  6610k|  2420k| 19917k|   3.0 |1638M|  63 |   8 |  70 |5781 |  70 |  19 |  14 |2497k|4092 | 0.000000e+00 |      --      |    Inf 
1308.62/1308.69	c  1309s|  6620k|  2424k| 19947k|   3.0 |1641M|  63 |   8 |  70 |6157 |  70 |  19 |  14 |2501k|4092 | 0.000000e+00 |      --      |    Inf 
1310.92/1310.96	c  1311s|  6630k|  2427k| 19976k|   3.0 |1643M|  63 |   - |  70 |6426 |  70 |  19 |  14 |2505k|4092 | 0.000000e+00 |      --      |    Inf 
1313.22/1313.20	c  1313s|  6640k|  2430k| 20006k|   3.0 |1646M|  63 |   8 |  70 |6590 |  70 |  19 |  14 |2509k|4092 | 0.000000e+00 |      --      |    Inf 
1315.42/1315.48	c  1315s|  6650k|  2434k| 20037k|   3.0 |1648M|  63 |   - |  70 |7030 |  70 |  19 |  14 |2513k|4092 | 0.000000e+00 |      --      |    Inf 
1317.62/1317.69	c  1318s|  6660k|  2437k| 20067k|   3.0 |1651M|  63 |   - |  70 |6992 |  70 |  19 |  14 |2517k|4093 | 0.000000e+00 |      --      |    Inf 
1320.03/1320.01	c  1320s|  6670k|  2440k| 20096k|   3.0 |1653M|  63 |   - |  70 |6598 |   0 |   0 |  14 |2521k|4097 | 0.000000e+00 |      --      |    Inf 
1322.23/1322.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1322.23/1322.23	c  1322s|  6680k|  2444k| 20126k|   3.0 |1655M|  63 |   8 |  70 |6382 |  70 |  19 |  14 |2525k|4101 | 0.000000e+00 |      --      |    Inf 
1324.12/1324.12	c  1324s|  6690k|  2448k| 20155k|   3.0 |1658M|  63 |   - |  70 |7903 |  70 |  19 |  14 |2529k|4101 | 0.000000e+00 |      --      |    Inf 
1326.32/1326.32	c  1326s|  6700k|  2451k| 20185k|   3.0 |1661M|  63 |   8 |  70 |7954 |  70 |  19 |  14 |2533k|4101 | 0.000000e+00 |      --      |    Inf 
1328.62/1328.64	c  1329s|  6710k|  2454k| 20214k|   3.0 |1663M|  63 |   8 |  70 |6864 |  70 |  19 |  14 |2537k|4105 | 0.000000e+00 |      --      |    Inf 
1331.02/1331.02	c  1331s|  6720k|  2457k| 20244k|   3.0 |1665M|  63 |   8 |  70 |5948 |  70 |  19 |  14 |2541k|4110 | 0.000000e+00 |      --      |    Inf 
1333.23/1333.28	c  1333s|  6730k|  2460k| 20273k|   3.0 |1667M|  63 |   8 |  70 |6438 |  70 |  19 |  14 |2545k|4110 | 0.000000e+00 |      --      |    Inf 
1335.52/1335.54	c  1336s|  6740k|  2463k| 20303k|   3.0 |1670M|  63 |   - |  70 |6000 |  70 |  19 |  14 |2549k|4112 | 0.000000e+00 |      --      |    Inf 
1337.82/1337.83	c  1338s|  6750k|  2467k| 20333k|   3.0 |1672M|  63 |   - |  70 |6027 |  70 |  19 |  14 |2553k|4112 | 0.000000e+00 |      --      |    Inf 
1339.92/1339.93	c  1340s|  6760k|  2471k| 20362k|   3.0 |1675M|  63 |   - |  70 |7105 |  70 |  19 |  14 |2557k|4112 | 0.000000e+00 |      --      |    Inf 
1342.12/1342.14	c  1342s|  6770k|  2474k| 20392k|   3.0 |1677M|  63 |   8 |  70 |6508 |  70 |  19 |  14 |2561k|4112 | 0.000000e+00 |      --      |    Inf 
1344.32/1344.39	c  1344s|  6780k|  2477k| 20422k|   3.0 |1679M|  63 |   - |  70 |6377 |  70 |  19 |  14 |2565k|4112 | 0.000000e+00 |      --      |    Inf 
1346.62/1346.66	c  1347s|  6790k|  2480k| 20451k|   3.0 |1682M|  63 |   - |  70 |5855 |  70 |  19 |  14 |2569k|4112 | 0.000000e+00 |      --      |    Inf 
1348.82/1348.85	c  1349s|  6800k|  2484k| 20481k|   3.0 |1684M|  63 |   - |  70 |6427 |  70 |  19 |  14 |2573k|4112 | 0.000000e+00 |      --      |    Inf 
1351.02/1351.09	c  1351s|  6810k|  2487k| 20510k|   3.0 |1687M|  63 |   8 |  70 |6304 |  70 |  19 |  14 |2576k|4112 | 0.000000e+00 |      --      |    Inf 
1353.03/1353.02	c  1353s|  6820k|  2491k| 20542k|   3.0 |1689M|  63 |   8 |  70 |7647 |  70 |  19 |  14 |2580k|4112 | 0.000000e+00 |      --      |    Inf 
1355.23/1355.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1355.23/1355.26	c  1355s|  6830k|  2494k| 20572k|   3.0 |1692M|  63 |   8 |  70 |7291 |  70 |  19 |  14 |2584k|4112 | 0.000000e+00 |      --      |    Inf 
1357.62/1357.67	c  1358s|  6840k|  2497k| 20602k|   3.0 |1694M|  63 |   - |  70 |7220 |  70 |  19 |  14 |2588k|4112 | 0.000000e+00 |      --      |    Inf 
1359.82/1359.83	c  1360s|  6850k|  2501k| 20632k|   3.0 |1697M|  63 |   8 |  70 |6816 |  70 |  19 |  14 |2592k|4112 | 0.000000e+00 |      --      |    Inf 
1361.62/1361.69	c  1362s|  6860k|  2505k| 20660k|   3.0 |1699M|  63 |   8 |  70 |8151 |  70 |  19 |  14 |2595k|4112 | 0.000000e+00 |      --      |    Inf 
1364.22/1364.21	c  1364s|  6870k|  2509k| 20690k|   3.0 |1701M|  63 |   8 |  70 |6760 |  70 |  19 |  14 |2599k|4112 | 0.000000e+00 |      --      |    Inf 
1366.52/1366.53	c  1367s|  6880k|  2512k| 20720k|   3.0 |1704M|  63 |   8 |  70 |6076 |  70 |  19 |  14 |2603k|4112 | 0.000000e+00 |      --      |    Inf 
1368.72/1368.78	c  1369s|  6890k|  2516k| 20749k|   3.0 |1706M|  63 |   - |  70 |5520 |  70 |  19 |  14 |2607k|4112 | 0.000000e+00 |      --      |    Inf 
1370.82/1370.87	c  1371s|  6900k|  2519k| 20780k|   3.0 |1709M|  63 |   8 |  70 |6390 |  70 |  19 |  14 |2611k|4112 | 0.000000e+00 |      --      |    Inf 
1372.82/1372.86	c  1373s|  6910k|  2523k| 20809k|   3.0 |1711M|  63 |   8 |  70 |6863 |  70 |  19 |  14 |2614k|4112 | 0.000000e+00 |      --      |    Inf 
1374.72/1374.78	c  1375s|  6920k|  2527k| 20838k|   3.0 |1714M|  63 |   8 |  70 |7811 |  70 |  19 |  14 |2618k|4112 | 0.000000e+00 |      --      |    Inf 
1376.82/1376.90	c  1377s|  6930k|  2530k| 20869k|   3.0 |1716M|  63 |   - |  70 |8133 |  70 |  19 |  14 |2622k|4112 | 0.000000e+00 |      --      |    Inf 
1379.22/1379.26	c  1379s|  6940k|  2534k| 20898k|   3.0 |1719M|  63 |   8 |  70 |7475 |  70 |  19 |  14 |2626k|4112 | 0.000000e+00 |      --      |    Inf 
1381.53/1381.51	c  1382s|  6950k|  2537k| 20929k|   3.0 |1721M|  63 |   - |  70 |6526 |  70 |  19 |  14 |2630k|4112 | 0.000000e+00 |      --      |    Inf 
1383.52/1383.56	c  1384s|  6960k|  2541k| 20958k|   3.0 |1723M|  63 |   8 |  70 |6978 |  70 |  19 |  14 |2634k|4112 | 0.000000e+00 |      --      |    Inf 
1385.92/1385.99	c  1386s|  6970k|  2544k| 20987k|   3.0 |1726M|  63 |   8 |  70 |5766 |  70 |  19 |  14 |2637k|4112 | 0.000000e+00 |      --      |    Inf 
1388.22/1388.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1388.22/1388.24	c  1388s|  6980k|  2548k| 21017k|   3.0 |1728M|  63 |   8 |  70 |5721 |  70 |  19 |  14 |2641k|4112 | 0.000000e+00 |      --      |    Inf 
1390.62/1390.65	c  1391s|  6990k|  2551k| 21047k|   3.0 |1730M|  63 |   - |  70 |5716 |  70 |  19 |  14 |2646k|4112 | 0.000000e+00 |      --      |    Inf 
1393.02/1393.01	c  1393s|  7000k|  2554k| 21076k|   3.0 |1733M|  63 |   8 |  70 |5503 |  70 |  19 |  14 |2650k|4112 | 0.000000e+00 |      --      |    Inf 
1395.12/1395.17	c  1395s|  7010k|  2557k| 21106k|   3.0 |1735M|  63 |   8 |  70 |5704 |  70 |  19 |  14 |2654k|4112 | 0.000000e+00 |      --      |    Inf 
1397.23/1397.25	c  1397s|  7020k|  2561k| 21136k|   3.0 |1738M|  63 |   8 |  70 |6765 |  70 |  19 |  14 |2657k|4112 | 0.000000e+00 |      --      |    Inf 
1399.52/1399.56	c  1400s|  7030k|  2564k| 21165k|   3.0 |1740M|  63 |   8 |  70 |6194 |  70 |  19 |  14 |2661k|4112 | 0.000000e+00 |      --      |    Inf 
1401.52/1401.52	c  1402s|  7040k|  2568k| 21195k|   3.0 |1743M|  63 |   8 |  70 |7017 |  70 |  19 |  14 |2665k|4112 | 0.000000e+00 |      --      |    Inf 
1403.73/1403.79	c  1404s|  7050k|  2571k| 21225k|   3.0 |1745M|  63 |   8 |  70 |6846 |  70 |  19 |  14 |2669k|4112 | 0.000000e+00 |      --      |    Inf 
1406.02/1406.04	c  1406s|  7060k|  2575k| 21255k|   3.0 |1748M|  63 |   8 |  70 |6898 |  70 |  19 |  14 |2673k|4112 | 0.000000e+00 |      --      |    Inf 
1408.03/1408.01	c  1408s|  7070k|  2578k| 21284k|   3.0 |1750M|  63 |   - |  70 |7634 |  70 |  19 |  14 |2677k|4112 | 0.000000e+00 |      --      |    Inf 
1410.13/1410.15	c  1410s|  7080k|  2582k| 21314k|   3.0 |1753M|  63 |   8 |  70 |7698 |  70 |  19 |  14 |2681k|4112 | 0.000000e+00 |      --      |    Inf 
1412.33/1412.38	c  1412s|  7090k|  2585k| 21344k|   3.0 |1755M|  63 |   8 |  70 |7809 |  70 |  19 |  14 |2685k|4112 | 0.000000e+00 |      --      |    Inf 
1414.52/1414.59	c  1415s|  7100k|  2589k| 21373k|   3.0 |1758M|  63 |   - |  70 |7533 |  70 |  19 |  14 |2688k|4112 | 0.000000e+00 |      --      |    Inf 
1416.93/1416.92	c  1417s|  7110k|  2592k| 21402k|   3.0 |1760M|  63 |   - |  70 |8103 |  70 |  19 |  14 |2692k|4112 | 0.000000e+00 |      --      |    Inf 
1419.23/1419.28	c  1419s|  7120k|  2595k| 21432k|   3.0 |1762M|  63 |   - |  70 |7822 |  70 |  19 |  14 |2696k|4112 | 0.000000e+00 |      --      |    Inf 
1421.52/1421.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1421.52/1421.50	c  1421s|  7130k|  2598k| 21463k|   3.0 |1765M|  63 |   8 |  70 |8755 |  70 |  19 |  14 |2701k|4112 | 0.000000e+00 |      --      |    Inf 
1424.13/1424.12	c  1424s|  7140k|  2601k| 21493k|   3.0 |1767M|  63 |   8 |  70 |6964 |  70 |  19 |  14 |2705k|4112 | 0.000000e+00 |      --      |    Inf 
1426.13/1426.14	c  1426s|  7150k|  2605k| 21522k|   3.0 |1770M|  63 |   8 |  70 |7332 |  70 |  19 |  14 |2708k|4112 | 0.000000e+00 |      --      |    Inf 
1428.13/1428.12	c  1428s|  7160k|  2609k| 21553k|   3.0 |1772M|  63 |   8 |  70 |7975 |  70 |  19 |  14 |2712k|4112 | 0.000000e+00 |      --      |    Inf 
1430.12/1430.17	c  1430s|  7170k|  2613k| 21582k|   3.0 |1775M|  63 |   - |  70 |8418 |  70 |  19 |  14 |2716k|4112 | 0.000000e+00 |      --      |    Inf 
1432.42/1432.44	c  1432s|  7180k|  2616k| 21612k|   3.0 |1777M|  63 |   - |  70 |7487 |  70 |  19 |  14 |2720k|4112 | 0.000000e+00 |      --      |    Inf 
1434.43/1434.47	c  1434s|  7190k|  2620k| 21641k|   3.0 |1780M|  63 |   - |  70 |8037 |  70 |  19 |  14 |2723k|4112 | 0.000000e+00 |      --      |    Inf 
1436.63/1436.62	c  1437s|  7200k|  2623k| 21672k|   3.0 |1782M|  63 |   - |  70 |8327 |   0 |   0 |  14 |2727k|4112 | 0.000000e+00 |      --      |    Inf 
1438.92/1438.98	c  1439s|  7210k|  2627k| 21701k|   3.0 |1784M|  63 |   8 |  70 |6739 |  70 |  19 |  14 |2732k|4112 | 0.000000e+00 |      --      |    Inf 
1441.32/1441.38	c  1441s|  7220k|  2630k| 21731k|   3.0 |1786M|  63 |   - |  70 |6305 |  70 |  19 |  14 |2736k|4112 | 0.000000e+00 |      --      |    Inf 
1443.62/1443.64	c  1444s|  7230k|  2633k| 21761k|   3.0 |1789M|  63 |   8 |  70 |6668 |  70 |  19 |  14 |2740k|4112 | 0.000000e+00 |      --      |    Inf 
1445.93/1445.92	c  1446s|  7240k|  2637k| 21791k|   3.0 |1791M|  63 |   - |  70 |6671 |  70 |  19 |  14 |2744k|4112 | 0.000000e+00 |      --      |    Inf 
1447.93/1447.91	c  1448s|  7250k|  2640k| 21820k|   3.0 |1794M|  63 |   - |  70 |6948 |  70 |  19 |  14 |2747k|4112 | 0.000000e+00 |      --      |    Inf 
1450.12/1450.18	c  1450s|  7260k|  2644k| 21849k|   3.0 |1796M|  63 |   8 |  70 |6262 |  70 |  19 |  14 |2751k|4112 | 0.000000e+00 |      --      |    Inf 
1452.03/1452.09	c  1452s|  7270k|  2647k| 21881k|   3.0 |1799M|  63 |   - |  70 |7146 |  70 |  19 |  14 |2755k|4112 | 0.000000e+00 |      --      |    Inf 
1454.13/1454.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1454.13/1454.17	c  1454s|  7280k|  2651k| 21911k|   3.0 |1801M|  63 |   8 |  70 |7458 |  70 |  19 |  14 |2759k|4112 | 0.000000e+00 |      --      |    Inf 
1456.33/1456.33	c  1456s|  7290k|  2654k| 21941k|   3.0 |1804M|  63 |   8 |  70 |7239 |  70 |  19 |  14 |2763k|4112 | 0.000000e+00 |      --      |    Inf 
1458.72/1458.79	c  1459s|  7300k|  2658k| 21970k|   3.0 |1806M|  63 |   8 |  70 |6236 |  70 |  19 |  14 |2767k|4112 | 0.000000e+00 |      --      |    Inf 
1461.12/1461.18	c  1461s|  7310k|  2661k| 22000k|   3.0 |1808M|  63 |   8 |  70 |5847 |  70 |  19 |  14 |2771k|4112 | 0.000000e+00 |      --      |    Inf 
1463.62/1463.64	c  1464s|  7320k|  2664k| 22029k|   3.0 |1810M|  63 |   8 |  70 |5676 |  70 |  19 |  14 |2775k|4112 | 0.000000e+00 |      --      |    Inf 
1465.93/1465.93	c  1466s|  7330k|  2667k| 22059k|   3.0 |1813M|  63 |   8 |  70 |6058 |  70 |  19 |  14 |2779k|4112 | 0.000000e+00 |      --      |    Inf 
1468.33/1468.32	c  1468s|  7340k|  2671k| 22089k|   3.0 |1815M|  63 |   8 |  70 |5746 |  70 |  19 |  14 |2783k|4112 | 0.000000e+00 |      --      |    Inf 
1470.63/1470.69	c  1471s|  7350k|  2674k| 22119k|   3.0 |1818M|  63 |   - |  70 |5888 |  70 |  19 |  14 |2787k|4112 | 0.000000e+00 |      --      |    Inf 
1473.02/1473.07	c  1473s|  7360k|  2677k| 22149k|   3.0 |1820M|  63 |   8 |  70 |5678 |  70 |  19 |  14 |2791k|4112 | 0.000000e+00 |      --      |    Inf 
1475.32/1475.31	c  1475s|  7370k|  2680k| 22178k|   3.0 |1822M|  63 |   8 |  70 |6145 |  70 |  19 |  14 |2795k|4112 | 0.000000e+00 |      --      |    Inf 
1477.52/1477.59	c  1478s|  7380k|  2683k| 22207k|   3.0 |1825M|  63 |   8 |  70 |6140 |  70 |  19 |  14 |2799k|4112 | 0.000000e+00 |      --      |    Inf 
1479.82/1479.82	c  1480s|  7390k|  2687k| 22237k|   3.0 |1827M|  63 |   8 |  70 |6347 |  70 |  19 |  14 |2803k|4112 | 0.000000e+00 |      --      |    Inf 
1482.03/1482.09	c  1482s|  7400k|  2690k| 22267k|   3.0 |1830M|  63 |   8 |  70 |6509 |  70 |  19 |  14 |2807k|4112 | 0.000000e+00 |      --      |    Inf 
1484.42/1484.46	c  1484s|  7410k|  2693k| 22296k|   3.0 |1832M|  63 |   8 |  70 |6304 |  70 |  19 |  14 |2811k|4112 | 0.000000e+00 |      --      |    Inf 
1486.72/1486.71	c  1487s|  7420k|  2697k| 22326k|   3.0 |1835M|  63 |   8 |  70 |6535 |  70 |  19 |  14 |2815k|4112 | 0.000000e+00 |      --      |    Inf 
1489.02/1489.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1489.02/1489.08	c  1489s|  7430k|  2700k| 22356k|   3.0 |1837M|  63 |   8 |  70 |5876 |  70 |  19 |  14 |2819k|4112 | 0.000000e+00 |      --      |    Inf 
1491.13/1491.12	c  1491s|  7440k|  2704k| 22385k|   3.0 |1840M|  63 |   - |  70 |6812 |  70 |  19 |  14 |2823k|4112 | 0.000000e+00 |      --      |    Inf 
1493.22/1493.25	c  1493s|  7450k|  2707k| 22416k|   3.0 |1842M|  63 |   8 |  70 |7649 |  70 |  19 |  14 |2827k|4112 | 0.000000e+00 |      --      |    Inf 
1495.53/1495.55	c  1496s|  7460k|  2710k| 22445k|   3.0 |1844M|  63 |   - |  70 |7499 |  70 |  19 |  14 |2831k|4112 | 0.000000e+00 |      --      |    Inf 
1497.92/1497.99	c  1498s|  7470k|  2713k| 22474k|   3.0 |1847M|  63 |   8 |  70 |6008 |  70 |  19 |  14 |2835k|4112 | 0.000000e+00 |      --      |    Inf 
1500.13/1500.16	c  1500s|  7480k|  2717k| 22503k|   3.0 |1849M|  63 |   - |  70 |6673 |  70 |  19 |  14 |2839k|4112 | 0.000000e+00 |      --      |    Inf 
1502.33/1502.38	c  1502s|  7490k|  2720k| 22533k|   3.0 |1851M|  63 |   8 |  70 |6313 |  70 |  19 |  14 |2843k|4112 | 0.000000e+00 |      --      |    Inf 
1504.52/1504.60	c  1505s|  7500k|  2723k| 22563k|   3.0 |1854M|  63 |   8 |  70 |6260 |  70 |  19 |  14 |2847k|4112 | 0.000000e+00 |      --      |    Inf 
1506.53/1506.55	c  1507s|  7510k|  2727k| 22593k|   3.0 |1856M|  63 |   8 |  70 |7616 |  70 |  19 |  14 |2851k|4112 | 0.000000e+00 |      --      |    Inf 
1509.02/1509.00	c  1509s|  7520k|  2730k| 22624k|   3.0 |1859M|  63 |   8 |  70 |6494 |  70 |  19 |  14 |2855k|4112 | 0.000000e+00 |      --      |    Inf 
1511.23/1511.28	c  1511s|  7530k|  2733k| 22653k|   3.0 |1861M|  63 |   8 |  70 |6545 |  70 |  19 |  14 |2859k|4112 | 0.000000e+00 |      --      |    Inf 
1513.53/1513.51	c  1514s|  7540k|  2736k| 22684k|   3.0 |1863M|  63 |   - |  70 |6312 |  70 |  19 |  14 |2863k|4112 | 0.000000e+00 |      --      |    Inf 
1515.62/1515.62	c  1516s|  7550k|  2740k| 22713k|   3.0 |1866M|  63 |   8 |  70 |7281 |  70 |  19 |  14 |2866k|4112 | 0.000000e+00 |      --      |    Inf 
1517.73/1517.80	c  1518s|  7560k|  2743k| 22743k|   3.0 |1869M|  63 |   - |  70 |7318 |  70 |  19 |  14 |2870k|4112 | 0.000000e+00 |      --      |    Inf 
1520.03/1520.04	c  1520s|  7570k|  2747k| 22772k|   3.0 |1871M|  63 |   - |  70 |6765 |  70 |  19 |  14 |2874k|4112 | 0.000000e+00 |      --      |    Inf 
1522.33/1522.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1522.33/1522.40	c  1522s|  7580k|  2750k| 22802k|   3.0 |1873M|  63 |   8 |  70 |6610 |  70 |  19 |  14 |2878k|4112 | 0.000000e+00 |      --      |    Inf 
1524.82/1524.86	c  1525s|  7590k|  2753k| 22832k|   3.0 |1876M|  63 |   - |  70 |6266 |  70 |  19 |  14 |2882k|4112 | 0.000000e+00 |      --      |    Inf 
1527.12/1527.19	c  1527s|  7600k|  2757k| 22861k|   3.0 |1878M|  63 |   - |  70 |6559 |  70 |  19 |  14 |2886k|4112 | 0.000000e+00 |      --      |    Inf 
1529.12/1529.13	c  1529s|  7610k|  2760k| 22890k|   3.0 |1881M|  63 |   8 |  70 |8214 |  70 |  19 |  14 |2890k|4112 | 0.000000e+00 |      --      |    Inf 
1531.53/1531.54	c  1532s|  7620k|  2763k| 22919k|   3.0 |1883M|  63 |   - |  70 |7270 |  70 |  19 |  14 |2894k|4112 | 0.000000e+00 |      --      |    Inf 
1533.82/1533.88	c  1534s|  7630k|  2767k| 22949k|   3.0 |1885M|  63 |   8 |  70 |6529 |  70 |  19 |  14 |2898k|4112 | 0.000000e+00 |      --      |    Inf 
1535.92/1535.97	c  1536s|  7640k|  2770k| 22978k|   3.0 |1888M|  63 |   - |  70 |6466 |  70 |  19 |  14 |2902k|4112 | 0.000000e+00 |      --      |    Inf 
1538.23/1538.22	c  1538s|  7650k|  2773k| 23008k|   3.0 |1890M|  63 |   - |  70 |6004 |  70 |  19 |  14 |2906k|4112 | 0.000000e+00 |      --      |    Inf 
1540.33/1540.38	c  1540s|  7660k|  2776k| 23038k|   3.0 |1893M|  63 |   - |  70 |7090 |  70 |  19 |  14 |2910k|4112 | 0.000000e+00 |      --      |    Inf 
1542.72/1542.74	c  1543s|  7670k|  2780k| 23067k|   3.0 |1895M|  63 |   8 |  70 |6493 |  70 |  19 |  14 |2914k|4112 | 0.000000e+00 |      --      |    Inf 
1545.03/1545.01	c  1545s|  7680k|  2783k| 23097k|   3.0 |1897M|  63 |   - |  70 |6797 |  70 |  19 |  14 |2918k|4112 | 0.000000e+00 |      --      |    Inf 
1547.32/1547.37	c  1547s|  7690k|  2787k| 23126k|   3.0 |1900M|  63 |   8 |  70 |6224 |  70 |  19 |  14 |2922k|4112 | 0.000000e+00 |      --      |    Inf 
1549.42/1549.49	c  1549s|  7700k|  2790k| 23156k|   3.0 |1902M|  63 |   8 |  70 |6480 |  70 |  19 |  14 |2926k|4112 | 0.000000e+00 |      --      |    Inf 
1551.53/1551.50	c  1551s|  7710k|  2794k| 23185k|   3.0 |1905M|  63 |   8 |  70 |6404 |  70 |  19 |  14 |2929k|4112 | 0.000000e+00 |      --      |    Inf 
1553.82/1553.88	c  1554s|  7720k|  2797k| 23214k|   3.0 |1907M|  63 |   8 |  70 |5957 |  70 |  19 |  14 |2933k|4112 | 0.000000e+00 |      --      |    Inf 
1556.02/1556.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1556.02/1556.06	c  1556s|  7730k|  2801k| 23243k|   3.0 |1910M|  63 |   8 |  70 |7017 |  70 |  19 |  14 |2937k|4112 | 0.000000e+00 |      --      |    Inf 
1557.93/1557.96	c  1558s|  7740k|  2805k| 23272k|   3.0 |1912M|  63 |   8 |  70 |8075 |  70 |  19 |  14 |2941k|4112 | 0.000000e+00 |      --      |    Inf 
1560.33/1560.36	c  1560s|  7750k|  2808k| 23301k|   3.0 |1914M|  63 |   8 |  70 |6951 |  70 |  19 |  14 |2944k|4112 | 0.000000e+00 |      --      |    Inf 
1562.73/1562.77	c  1563s|  7760k|  2811k| 23330k|   3.0 |1917M|  63 |   8 |  70 |6994 |  70 |  19 |  14 |2949k|4112 | 0.000000e+00 |      --      |    Inf 
1564.92/1564.98	c  1565s|  7770k|  2814k| 23362k|   3.0 |1919M|  63 |   - |  70 |7833 |  70 |  19 |  14 |2953k|4112 | 0.000000e+00 |      --      |    Inf 
1567.33/1567.40	c  1567s|  7780k|  2818k| 23391k|   3.0 |1922M|  63 |   8 |  70 |7144 |  70 |  19 |  14 |2957k|4112 | 0.000000e+00 |      --      |    Inf 
1569.92/1569.91	c  1570s|  7790k|  2821k| 23420k|   3.0 |1924M|  63 |   8 |  70 |6408 |  70 |  19 |  14 |2961k|4112 | 0.000000e+00 |      --      |    Inf 
1571.83/1571.86	c  1572s|  7800k|  2825k| 23452k|   3.0 |1927M|  63 |   8 |  70 |7922 |  70 |  19 |  14 |2965k|4112 | 0.000000e+00 |      --      |    Inf 
1574.22/1574.21	c  1574s|  7810k|  2828k| 23481k|   3.0 |1929M|  63 |   8 |  70 |6966 |  70 |  19 |  14 |2968k|4112 | 0.000000e+00 |      --      |    Inf 
1576.42/1576.47	c  1576s|  7820k|  2832k| 23511k|   3.0 |1931M|  63 |   8 |  70 |7435 |  70 |  19 |  14 |2972k|4112 | 0.000000e+00 |      --      |    Inf 
1578.83/1578.83	c  1579s|  7830k|  2835k| 23540k|   3.0 |1934M|  63 |   8 |  70 |6639 |  70 |  19 |  14 |2977k|4112 | 0.000000e+00 |      --      |    Inf 
1581.03/1581.01	c  1581s|  7840k|  2838k| 23569k|   3.0 |1936M|  63 |   8 |  70 |6960 |  70 |  19 |  14 |2981k|4112 | 0.000000e+00 |      --      |    Inf 
1583.02/1583.08	c  1583s|  7850k|  2841k| 23599k|   3.0 |1939M|  63 |   8 |  70 |7506 |  70 |  19 |  14 |2984k|4112 | 0.000000e+00 |      --      |    Inf 
1585.33/1585.31	c  1585s|  7860k|  2845k| 23629k|   3.0 |1941M|  63 |   8 |  70 |6431 |  70 |  19 |  14 |2988k|4112 | 0.000000e+00 |      --      |    Inf 
1587.53/1587.50	c  1588s|  7870k|  2848k| 23658k|   3.0 |1943M|  63 |   8 |  70 |6840 |  70 |  19 |  14 |2992k|4112 | 0.000000e+00 |      --      |    Inf 
1589.63/1589.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1589.63/1589.66	c  1590s|  7880k|  2852k| 23688k|   3.0 |1946M|  63 |   8 |  70 |6746 |  70 |  19 |  14 |2996k|4112 | 0.000000e+00 |      --      |    Inf 
1591.63/1591.64	c  1592s|  7890k|  2856k| 23716k|   3.0 |1948M|  63 |   8 |  70 |6961 |  70 |  19 |  14 |3000k|4112 | 0.000000e+00 |      --      |    Inf 
1593.73/1593.73	c  1594s|  7900k|  2860k| 23744k|   3.0 |1951M|  63 |   8 |  70 |7549 |  70 |  19 |  14 |3003k|4112 | 0.000000e+00 |      --      |    Inf 
1595.72/1595.77	c  1596s|  7910k|  2863k| 23774k|   3.0 |1954M|  63 |   - |  70 |8652 |  70 |  19 |  14 |3007k|4112 | 0.000000e+00 |      --      |    Inf 
1597.83/1597.83	c  1598s|  7920k|  2867k| 23804k|   3.0 |1956M|  63 |   8 |  70 |8368 |  70 |  19 |  14 |3011k|4112 | 0.000000e+00 |      --      |    Inf 
1600.23/1600.28	c  1600s|  7930k|  2870k| 23834k|   3.0 |1958M|  63 |   - |  70 |6875 |  70 |  19 |  14 |3015k|4112 | 0.000000e+00 |      --      |    Inf 
1602.63/1602.62	c  1603s|  7940k|  2873k| 23864k|   3.0 |1960M|  63 |   8 |  70 |6782 |  70 |  19 |  14 |3019k|4112 | 0.000000e+00 |      --      |    Inf 
1604.73/1604.79	c  1605s|  7950k|  2877k| 23894k|   3.0 |1963M|  63 |   - |  70 |6577 |  70 |  19 |  14 |3023k|4112 | 0.000000e+00 |      --      |    Inf 
1607.13/1607.14	c  1607s|  7960k|  2880k| 23924k|   3.0 |1965M|  63 |   - |  70 |6946 |  70 |  19 |  14 |3027k|4112 | 0.000000e+00 |      --      |    Inf 
1609.12/1609.16	c  1609s|  7970k|  2883k| 23955k|   3.0 |1968M|  63 |   8 |  70 |8252 |  70 |  19 |  14 |3031k|4112 | 0.000000e+00 |      --      |    Inf 
1611.53/1611.51	c  1612s|  7980k|  2886k| 23985k|   3.0 |1970M|  63 |   - |  70 |7022 |  70 |  19 |  14 |3035k|4112 | 0.000000e+00 |      --      |    Inf 
1613.83/1613.83	c  1614s|  7990k|  2890k| 24015k|   3.0 |1972M|  63 |   8 |  70 |6975 |  70 |  19 |  14 |3039k|4112 | 0.000000e+00 |      --      |    Inf 
1616.13/1616.18	c  1616s|  8000k|  2893k| 24044k|   3.0 |1975M|  63 |   8 |  70 |6706 |  70 |  19 |  14 |3043k|4112 | 0.000000e+00 |      --      |    Inf 
1618.63/1618.66	c  1619s|  8010k|  2896k| 24074k|   3.0 |1977M|  63 |   - |  70 |5503 |  70 |  19 |  14 |3047k|4112 | 0.000000e+00 |      --      |    Inf 
1620.63/1620.65	c  1621s|  8020k|  2900k| 24103k|   3.0 |1980M|  63 |   8 |  70 |6801 |  70 |  19 |  14 |3051k|4112 | 0.000000e+00 |      --      |    Inf 
1622.82/1622.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1622.82/1622.86	c  1623s|  8030k|  2903k| 24132k|   3.0 |1982M|  63 |   - |  70 |6518 |  70 |  19 |  14 |3055k|4112 | 0.000000e+00 |      --      |    Inf 
1625.03/1625.08	c  1625s|  8040k|  2906k| 24162k|   3.0 |1984M|  63 |   8 |  70 |6929 |  70 |  19 |  14 |3059k|4112 | 0.000000e+00 |      --      |    Inf 
1627.43/1627.43	c  1627s|  8050k|  2909k| 24192k|   3.0 |1987M|  63 |   8 |  70 |7291 |  70 |  19 |  14 |3063k|4112 | 0.000000e+00 |      --      |    Inf 
1629.63/1629.60	c  1630s|  8060k|  2912k| 24223k|   3.0 |1989M|  63 |   8 |  70 |6975 |  70 |  19 |  14 |3067k|4112 | 0.000000e+00 |      --      |    Inf 
1631.73/1631.75	c  1632s|  8070k|  2916k| 24254k|   3.0 |1992M|  63 |   - |  70 |7374 |  70 |  19 |  14 |3071k|4112 | 0.000000e+00 |      --      |    Inf 
1634.03/1634.05	c  1634s|  8080k|  2920k| 24284k|   3.0 |1994M|  63 |   8 |  70 |7553 |  70 |  19 |  14 |3075k|4112 | 0.000000e+00 |      --      |    Inf 
1636.13/1636.14	c  1636s|  8090k|  2923k| 24314k|   3.0 |1997M|  63 |   - |  70 |8093 |  70 |  19 |  14 |3079k|4112 | 0.000000e+00 |      --      |    Inf 
1638.53/1638.53	c  1639s|  8100k|  2926k| 24343k|   3.0 |1999M|  63 |   8 |  70 |6913 |  70 |  19 |  14 |3083k|4112 | 0.000000e+00 |      --      |    Inf 
1640.72/1640.70	c  1641s|  8110k|  2930k| 24373k|   3.0 |2001M|  63 |   8 |  70 |8127 |  70 |  19 |  14 |3087k|4112 | 0.000000e+00 |      --      |    Inf 
1643.23/1643.23	c  1643s|  8120k|  2933k| 24403k|   3.0 |2004M|  63 |   8 |  70 |6939 |  70 |  19 |  14 |3091k|4112 | 0.000000e+00 |      --      |    Inf 
1645.63/1645.62	c  1646s|  8130k|  2936k| 24432k|   3.0 |2006M|  63 |   8 |  70 |6668 |  70 |  19 |  14 |3095k|4112 | 0.000000e+00 |      --      |    Inf 
1647.73/1647.79	c  1648s|  8140k|  2940k| 24462k|   3.0 |2008M|  63 |   8 |  70 |6957 |  70 |  19 |  14 |3099k|4112 | 0.000000e+00 |      --      |    Inf 
1649.94/1649.97	c  1650s|  8150k|  2943k| 24492k|   3.0 |2011M|  63 |   8 |  70 |6745 |  70 |  19 |  14 |3102k|4112 | 0.000000e+00 |      --      |    Inf 
1652.33/1652.31	c  1652s|  8160k|  2947k| 24521k|   3.0 |2013M|  63 |   8 |  70 |5853 |  70 |  19 |  14 |3106k|4112 | 0.000000e+00 |      --      |    Inf 
1654.34/1654.37	c  1654s|  8170k|  2950k| 24551k|   3.0 |2016M|  63 |   8 |  70 |6691 |  70 |  19 |  14 |3110k|4112 | 0.000000e+00 |      --      |    Inf 
1656.32/1656.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1656.32/1656.33	c  1656s|  8180k|  2954k| 24580k|   3.0 |2018M|  63 |   - |  70 |7887 |  70 |  19 |  14 |3114k|4112 | 0.000000e+00 |      --      |    Inf 
1658.43/1658.43	c  1658s|  8190k|  2957k| 24609k|   3.0 |2021M|  63 |   8 |  70 |7959 |  70 |  19 |  14 |3118k|4112 | 0.000000e+00 |      --      |    Inf 
1660.83/1660.83	c  1661s|  8200k|  2961k| 24639k|   3.0 |2023M|  63 |   - |  70 |7113 |  70 |  19 |  14 |3122k|4112 | 0.000000e+00 |      --      |    Inf 
1663.03/1663.10	c  1663s|  8210k|  2964k| 24668k|   3.0 |2025M|  63 |   8 |  70 |6664 |  70 |  19 |  14 |3126k|4112 | 0.000000e+00 |      --      |    Inf 
1665.53/1665.51	c  1666s|  8220k|  2967k| 24698k|   3.0 |2028M|  63 |   - |  70 |6139 |  70 |  19 |  14 |3130k|4112 | 0.000000e+00 |      --      |    Inf 
1667.73/1667.70	c  1668s|  8230k|  2971k| 24728k|   3.0 |2030M|  63 |   - |  70 |6800 |  70 |  19 |  14 |3134k|4112 | 0.000000e+00 |      --      |    Inf 
1669.93/1669.98	c  1670s|  8240k|  2974k| 24758k|   3.0 |2033M|  63 |   - |  70 |6893 |  70 |  19 |  14 |3138k|4112 | 0.000000e+00 |      --      |    Inf 
1672.33/1672.31	c  1672s|  8250k|  2977k| 24788k|   3.0 |2035M|  63 |   - |  70 |7568 |  70 |  19 |  14 |3142k|4112 | 0.000000e+00 |      --      |    Inf 
1674.53/1674.57	c  1675s|  8260k|  2981k| 24818k|   3.0 |2038M|  63 |   8 |  70 |7421 |  70 |  19 |  14 |3146k|4112 | 0.000000e+00 |      --      |    Inf 
1676.63/1676.68	c  1677s|  8270k|  2984k| 24848k|   3.0 |2040M|  63 |   8 |  70 |7807 |  70 |  19 |  14 |3150k|4112 | 0.000000e+00 |      --      |    Inf 
1678.83/1678.85	c  1679s|  8280k|  2987k| 24877k|   3.0 |2042M|  63 |   8 |  70 |7897 |  70 |  19 |  14 |3154k|4112 | 0.000000e+00 |      --      |    Inf 
1681.23/1681.28	c  1681s|  8290k|  2991k| 24907k|   3.0 |2045M|  63 |   - |  70 |6691 |  70 |  19 |  14 |3158k|4112 | 0.000000e+00 |      --      |    Inf 
1683.33/1683.30	c  1683s|  8300k|  2994k| 24937k|   3.0 |2047M|  63 |   8 |  70 |6945 |  70 |  19 |  14 |3161k|4112 | 0.000000e+00 |      --      |    Inf 
1685.33/1685.32	c  1685s|  8310k|  2998k| 24965k|   3.0 |2050M|  63 |   8 |  70 |7794 |  70 |  19 |  14 |3165k|4112 | 0.000000e+00 |      --      |    Inf 
1687.83/1687.85	c  1688s|  8320k|  3002k| 24995k|   3.0 |2052M|  63 |   8 |  70 |7051 |  70 |  19 |  14 |3169k|4112 | 0.000000e+00 |      --      |    Inf 
1690.23/1690.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1690.23/1690.27	c  1690s|  8330k|  3005k| 25024k|   3.0 |2054M|  63 |   8 |  70 |6495 |  70 |  19 |  14 |3173k|4112 | 0.000000e+00 |      --      |    Inf 
1692.23/1692.21	c  1692s|  8340k|  3009k| 25053k|   3.0 |2057M|  63 |   8 |  70 |8008 |  70 |  19 |  14 |3177k|4112 | 0.000000e+00 |      --      |    Inf 
1694.53/1694.58	c  1695s|  8350k|  3012k| 25083k|   3.0 |2060M|  63 |   - |  70 |7613 |  70 |  19 |  14 |3181k|4112 | 0.000000e+00 |      --      |    Inf 
1696.83/1696.84	c  1697s|  8360k|  3015k| 25112k|   3.0 |2062M|  63 |   8 |  70 |7037 |  70 |  19 |  14 |3185k|4112 | 0.000000e+00 |      --      |    Inf 
1698.93/1698.91	c  1699s|  8370k|  3019k| 25142k|   3.0 |2064M|  63 |   - |  70 |8292 |  70 |  19 |  14 |3189k|4112 | 0.000000e+00 |      --      |    Inf 
1701.53/1701.51	c  1702s|  8380k|  3022k| 25172k|   3.0 |2067M|  63 |   8 |  70 |6943 |  70 |  19 |  14 |3193k|4112 | 0.000000e+00 |      --      |    Inf 
1703.84/1703.89	c  1704s|  8390k|  3025k| 25201k|   3.0 |2069M|  63 |   - |  70 |6337 |  70 |  19 |  14 |3197k|4112 | 0.000000e+00 |      --      |    Inf 
1706.23/1706.25	c  1706s|  8400k|  3028k| 25231k|   3.0 |2071M|  63 |   - |  70 |6279 |  70 |  19 |  14 |3201k|4112 | 0.000000e+00 |      --      |    Inf 
1708.53/1708.56	c  1709s|  8410k|  3032k| 25260k|   3.0 |2074M|  63 |   8 |  70 |6375 |  70 |  19 |  14 |3205k|4112 | 0.000000e+00 |      --      |    Inf 
1710.83/1710.88	c  1711s|  8420k|  3035k| 25289k|   3.0 |2076M|  63 |   - |  70 |6482 |  70 |  19 |  14 |3208k|4112 | 0.000000e+00 |      --      |    Inf 
1713.43/1713.45	c  1713s|  8430k|  3038k| 25320k|   3.0 |2078M|  63 |   - |  70 |5858 |  70 |  19 |  14 |3213k|4112 | 0.000000e+00 |      --      |    Inf 
1715.63/1715.65	c  1716s|  8440k|  3041k| 25350k|   3.0 |2081M|  63 |   8 |  70 |6212 |  70 |  19 |  14 |3216k|4112 | 0.000000e+00 |      --      |    Inf 
1718.03/1718.00	c  1718s|  8450k|  3045k| 25380k|   3.0 |2083M|  63 |   - |  70 |6588 |  70 |  19 |  14 |3220k|4112 | 0.000000e+00 |      --      |    Inf 
1720.33/1720.37	c  1720s|  8460k|  3048k| 25410k|   3.0 |2086M|  63 |   8 |  70 |6632 |  70 |  19 |  14 |3225k|4112 | 0.000000e+00 |      --      |    Inf 
1722.64/1722.62	c  1723s|  8470k|  3051k| 25439k|   3.0 |2088M|  63 |   8 |  70 |6252 |  70 |  19 |  14 |3229k|4112 | 0.000000e+00 |      --      |    Inf 
1724.84/1724.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1724.84/1724.84	c  1725s|  8480k|  3054k| 25469k|   3.0 |2090M|  63 |   8 |  70 |6502 |  70 |  19 |  14 |3233k|4112 | 0.000000e+00 |      --      |    Inf 
1727.03/1727.05	c  1727s|  8490k|  3058k| 25499k|   3.0 |2093M|  63 |   8 |  70 |6836 |  70 |  19 |  14 |3237k|4112 | 0.000000e+00 |      --      |    Inf 
1729.24/1729.26	c  1729s|  8500k|  3061k| 25530k|   3.0 |2095M|  63 |   - |  70 |7312 |  70 |  19 |  14 |3241k|4112 | 0.000000e+00 |      --      |    Inf 
1731.33/1731.39	c  1731s|  8510k|  3064k| 25559k|   3.0 |2098M|  63 |   8 |  70 |7761 |  70 |  19 |  14 |3245k|4112 | 0.000000e+00 |      --      |    Inf 
1733.53/1733.57	c  1734s|  8520k|  3067k| 25588k|   3.0 |2100M|  63 |   - |  70 |8143 |  70 |  19 |  14 |3248k|4112 | 0.000000e+00 |      --      |    Inf 
1736.03/1736.05	c  1736s|  8530k|  3071k| 25618k|   3.0 |2102M|  63 |   8 |  70 |6236 |  70 |  19 |  14 |3253k|4112 | 0.000000e+00 |      --      |    Inf 
1738.13/1738.10	c  1738s|  8540k|  3074k| 25648k|   3.0 |2105M|  63 |   8 |  70 |7294 |  70 |  19 |  14 |3256k|4112 | 0.000000e+00 |      --      |    Inf 
1740.53/1740.60	c  1741s|  8550k|  3077k| 25678k|   3.0 |2107M|  63 |   - |  70 |6460 |  70 |  19 |  14 |3261k|4112 | 0.000000e+00 |      --      |    Inf 
1742.83/1742.81	c  1743s|  8560k|  3080k| 25708k|   3.0 |2110M|  63 |   8 |  70 |6711 |  70 |  19 |  14 |3265k|4112 | 0.000000e+00 |      --      |    Inf 
1745.03/1745.05	c  1745s|  8570k|  3084k| 25737k|   3.0 |2112M|  63 |   8 |  70 |7378 |  70 |  19 |  14 |3268k|4112 | 0.000000e+00 |      --      |    Inf 
1747.33/1747.31	c  1747s|  8580k|  3087k| 25766k|   3.0 |2115M|  63 |   8 |  70 |7072 |  70 |  19 |  14 |3272k|4112 | 0.000000e+00 |      --      |    Inf 
1749.53/1749.56	c  1750s|  8590k|  3091k| 25797k|   3.0 |2117M|  63 |   8 |  70 |7255 |  70 |  19 |  14 |3276k|4112 | 0.000000e+00 |      --      |    Inf 
1751.83/1751.86	c  1752s|  8600k|  3094k| 25826k|   3.0 |2119M|  63 |   - |  70 |7730 |  70 |  19 |  14 |3280k|4112 | 0.000000e+00 |      --      |    Inf 
1754.13/1754.19	c  1754s|  8610k|  3097k| 25856k|   3.0 |2122M|  63 |   8 |  70 |6767 |  70 |  19 |  14 |3285k|4112 | 0.000000e+00 |      --      |    Inf 
1756.33/1756.33	c  1756s|  8620k|  3101k| 25885k|   3.0 |2124M|  63 |   8 |  70 |7329 |  70 |  19 |  14 |3288k|4112 | 0.000000e+00 |      --      |    Inf 
1758.63/1758.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1758.63/1758.67	c  1759s|  8630k|  3104k| 25915k|   3.0 |2126M|  63 |   8 |  70 |6602 |  70 |  19 |  14 |3292k|4112 | 0.000000e+00 |      --      |    Inf 
1760.84/1760.89	c  1761s|  8640k|  3107k| 25944k|   3.0 |2129M|  63 |   8 |  70 |6389 |  70 |  19 |  14 |3296k|4112 | 0.000000e+00 |      --      |    Inf 
1763.24/1763.20	c  1763s|  8650k|  3111k| 25974k|   3.0 |2131M|  63 |   - |  70 |6318 |  70 |  19 |  14 |3300k|4112 | 0.000000e+00 |      --      |    Inf 
1765.33/1765.30	c  1765s|  8660k|  3114k| 26006k|   3.0 |2134M|  63 |   8 |  70 |7644 |  70 |  19 |  14 |3304k|4112 | 0.000000e+00 |      --      |    Inf 
1767.23/1767.23	c  1767s|  8670k|  3118k| 26035k|   3.0 |2137M|  63 |   8 |  70 |9176 |  70 |  19 |  14 |3308k|4112 | 0.000000e+00 |      --      |    Inf 
1769.63/1769.66	c  1770s|  8680k|  3121k| 26065k|   3.0 |2139M|  63 |   - |  70 |7125 |  70 |  19 |  14 |3312k|4112 | 0.000000e+00 |      --      |    Inf 
1771.93/1771.97	c  1772s|  8690k|  3124k| 26096k|   3.0 |2141M|  63 |   8 |  70 |6356 |  70 |  19 |  14 |3316k|4112 | 0.000000e+00 |      --      |    Inf 
1774.14/1774.20	c  1774s|  8700k|  3128k| 26124k|   3.0 |2143M|  63 |   8 |  70 |6500 |  70 |  19 |  14 |3320k|4112 | 0.000000e+00 |      --      |    Inf 
1776.23/1776.22	c  1776s|  8710k|  3131k| 26154k|   3.0 |2146M|  63 |   8 |  70 |7924 |  70 |  19 |  14 |3324k|4112 | 0.000000e+00 |      --      |    Inf 
1778.53/1778.54	c  1779s|  8720k|  3135k| 26183k|   3.0 |2148M|  63 |   8 |  70 |7789 |  70 |  19 |  14 |3327k|4112 | 0.000000e+00 |      --      |    Inf 
1780.53/1780.58	c  1781s|  8730k|  3138k| 26214k|   3.0 |2151M|  63 |   8 |  70 |8770 |  70 |  19 |  14 |3331k|4112 | 0.000000e+00 |      --      |    Inf 
1782.83/1782.85	c  1783s|  8740k|  3141k| 26245k|   3.0 |2153M|  63 |   8 |  70 |8708 |  70 |  19 |  14 |3335k|4112 | 0.000000e+00 |      --      |    Inf 
1785.34/1785.39	c  1785s|  8750k|  3144k| 26274k|   3.0 |2156M|  63 |   - |  70 |7571 |  70 |  19 |  14 |3340k|4112 | 0.000000e+00 |      --      |    Inf 
1787.63/1787.62	c  1788s|  8760k|  3148k| 26304k|   3.0 |2158M|  63 |   8 |  70 |6667 |  70 |  19 |  14 |3344k|4112 | 0.000000e+00 |      --      |    Inf 
1789.53/1789.60	c  1790s|  8770k|  3152k| 26334k|   3.0 |2160M|  63 |   8 |  70 |7352 |  70 |  19 |  14 |3347k|4112 | 0.000000e+00 |      --      |    Inf 
1791.63/1791.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1791.63/1791.62	c  1792s|  8780k|  3156k| 26362k|   3.0 |2163M|  63 |   8 |  70 |8622 |  70 |  19 |  14 |3351k|4112 | 0.000000e+00 |      --      |    Inf 
1793.73/1793.74	c  1794s|  8790k|  3159k| 26391k|   3.0 |2165M|  63 |   8 |  70 |8127 |  70 |  19 |  14 |3354k|4112 | 0.000000e+00 |      --      |    Inf 
1796.24/1796.20	c  1796s|  8800k|  3163k| 26421k|   3.0 |2168M|  63 |   - |  70 |6420 |  70 |  19 |  14 |3358k|4112 | 0.000000e+00 |      --      |    Inf 
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 8802911
1797.03/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.03/1797.00	c Gap                : infinite
1797.03/1797.00	s UNKNOWN
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.01 (included in solving)
1797.03/1797.00	c   reading          :       0.00 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3488788-1307773416.opb
1797.03/1797.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 17 initial, 17 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3488788-1307773416.opb
1797.03/1797.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 8 initial, 9633 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.00          0          0          0          0          0          9          0          0          0
1797.03/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0    5999857          0          4          0        344       1393          0          0   11996442
1797.03/1797.00	c   linear           :          8          6   18271034          0          1          3    1108252      61912    1941038          0          0          0
1797.03/1797.00	c   logicor          :          0+         6    7979372          0          0          0    4224053       4572    2549650          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :      37.72       0.00       0.00      37.72       0.00       0.00       0.00
1797.03/1797.00	c   linear           :      82.05       0.00      78.29       0.00       0.00       0.00       3.76
1797.03/1797.00	c   logicor          :     259.32       0.00     250.57       0.00       0.00       0.00       8.76
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          0          0          0          0
1797.03/1797.00	c   pseudoobj        :          0          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       2.89       2.89       0.00
1797.03/1797.00	c   rootredcost      :       2.88       2.88       0.00
1797.03/1797.00	c   pseudoobj        :       2.13       2.13       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       5.06      66484      63500     230967       51.0         43       38.7          -
1797.03/1797.00	c   infeasible LP    :      93.04    2753195    2753115    4956373       32.0      32633       36.6          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -    2788458       26.2          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -     571404       37.6          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00          5          -          -          4          -    (maximal pool size: 42)
1797.03/1797.00	c   redcost          :       8.91    5999862          0          0          0          0
1797.03/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :       0.00          6          0          0          0          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       0.00          6          0          0         14          0
1797.03/1797.00	c   cmir             :       0.01          6          0          0         14          0
1797.03/1797.00	c   flowcover        :       0.01          6          0          0         21          0
1797.03/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.00	c   rapidlearning    :       0.02          1          0          0          0          0
1797.03/1797.00	c Pricers            :       Time      Calls       Vars
1797.03/1797.00	c   problem variables:       0.00          0          0
1797.03/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   relpscost        :      34.50    5999857        344       1393          0          0   11996442
1797.03/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.00	c   LP solutions     :       0.00          -          0
1797.03/1797.00	c   pseudo solutions :       0.00          -          0
1797.03/1797.00	c   oneopt           :       2.46          0          0
1797.03/1797.00	c   crossover        :       1.64          0          0
1797.03/1797.00	c   guideddiving     :       0.16          0          0
1797.03/1797.00	c   coefdiving       :       0.14         42          0
1797.03/1797.00	c   pscostdiving     :       0.15         42          0
1797.03/1797.00	c   fracdiving       :       0.14         42          0
1797.03/1797.00	c   veclendiving     :       0.15         42          0
1797.03/1797.00	c   linesearchdiving :       0.15         42          0
1797.03/1797.00	c   feaspump         :       0.12         21          0
1797.03/1797.00	c   objpscostdiving  :       0.12         22          0
1797.03/1797.00	c   rootsoldiving    :       0.14         22          0
1797.03/1797.00	c   trivial          :       0.00          2          0
1797.03/1797.00	c   shiftandpropagate:       0.00          1          0
1797.03/1797.00	c   simplerounding   :       1.08          0          0
1797.03/1797.00	c   zirounding       :      19.82          0          0
1797.03/1797.00	c   rounding         :       2.68      34687          0
1797.03/1797.00	c   shifting         :       4.06      10944          0
1797.03/1797.00	c   intshifting      :       0.09          0          0
1797.03/1797.00	c   twoopt           :       0.00          0          0
1797.03/1797.00	c   fixandinfer      :       0.00          0          0
1797.03/1797.00	c   clique           :       0.00          0          0
1797.03/1797.00	c   intdiving        :       0.00          0          0
1797.03/1797.00	c   actconsdiving    :       0.00          0          0
1797.03/1797.00	c   octane           :       0.00          0          0
1797.03/1797.00	c   rens             :       0.01          1          0
1797.03/1797.00	c   rins             :       0.00          0          0
1797.03/1797.00	c   localbranching   :       0.00          0          0
1797.03/1797.00	c   mutation         :       0.00          0          0
1797.03/1797.00	c   dins             :       0.00          0          0
1797.03/1797.00	c   vbounds          :       0.00          0          0
1797.03/1797.00	c   undercover       :       0.00          0          0
1797.03/1797.00	c   subnlp           :       1.27          0          0
1797.03/1797.00	c   trysol           :       1.78          0          0
1797.03/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.00	c   dual LP          :     588.14    8594429   26425763       3.07   44931.33
1797.03/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.00	c   diving/probing LP:       0.12       1973       4277       2.17   36484.15
1797.03/1797.00	c   strong branching :       0.56       4112      25867       6.29   45851.69
1797.03/1797.00	c     (at root node) :          -          9        278      30.89          -
1797.03/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.00	c B&B Tree           :
1797.03/1797.00	c   number of runs   :          1
1797.03/1797.00	c   nodes            :    8802911
1797.03/1797.00	c   nodes (total)    :    8802911
1797.03/1797.00	c   nodes left       :    3164175
1797.03/1797.00	c   max depth        :         63
1797.03/1797.00	c   max depth (total):         63
1797.03/1797.00	c   backtracks       :     849606 (9.7%)
1797.03/1797.00	c   delayed cutoffs  :      29359
1797.03/1797.00	c   repropagations   :    6748073 (2600035 domain reductions, 14759 cutoffs)
1797.03/1797.00	c   avg switch length:       5.58
1797.03/1797.00	c   switching time   :     382.49
1797.03/1797.00	c Solution           :
1797.03/1797.00	c   Solutions found  :          0 (0 improvements)
1797.03/1797.00	c   Primal Bound     :          -
1797.03/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.03/1797.00	c   Gap              :   infinite
1797.03/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.03/1797.00	c   Root Iterations  :        174

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3488788-1307773416/watcher-3488788-1307773416 -o /tmp/evaluation-result-3488788-1307773416/solver-3488788-1307773416 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488788-1307773416.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: 3.08 3.02 3.00 3/178 31216
/proc/meminfo: memFree=30771820/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=10944 CPUtime=0 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 1823 0 0 0 0 0 0 0 25 0 1 0 888941375 11206656 1777 33554432000 4194304 9016284 140737407745312 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/31216/statm: 2736 1791 340 1178 0 1554 0

[startup+0.01993 s]
/proc/loadavg: 3.08 3.02 3.00 3/178 31216
/proc/meminfo: memFree=30771820/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=18560 CPUtime=0.01 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 3825 0 0 0 1 0 0 0 25 0 1 0 888941375 19005440 3522 33554432000 4194304 9016284 140737407745312 18446744073709551615 6253659 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31216/statm: 4640 3522 643 1178 0 3458 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18560

[startup+0.100919 s]
/proc/loadavg: 3.08 3.02 3.00 3/178 31216
/proc/meminfo: memFree=30771820/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=24508 CPUtime=0.09 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 7129 0 0 0 9 0 0 0 25 0 1 0 888941375 25096192 5100 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31216/statm: 6127 5100 681 1178 0 4945 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24508

[startup+0.300901 s]
/proc/loadavg: 3.08 3.02 3.00 3/178 31216
/proc/meminfo: memFree=30771820/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=24508 CPUtime=0.29 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 7133 0 0 0 28 1 0 0 25 0 1 0 888941375 25096192 5104 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31216/statm: 6127 5104 684 1178 0 4945 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24508

[startup+0.70084 s]
/proc/loadavg: 3.08 3.02 3.00 3/178 31216
/proc/meminfo: memFree=30771820/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=24508 CPUtime=0.69 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 7140 0 0 0 65 4 0 0 25 0 1 0 888941375 25096192 5111 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31216/statm: 6127 5111 684 1178 0 4945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24508

[startup+1.50069 s]
/proc/loadavg: 3.07 3.02 3.00 4/179 31217
/proc/meminfo: memFree=30752616/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=24508 CPUtime=1.49 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 7152 0 0 0 140 9 0 0 25 0 1 0 888941375 25096192 5123 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31216/statm: 6127 5123 684 1178 0 4945 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24508

[startup+3.10041 s]
/proc/loadavg: 3.07 3.02 3.00 4/179 31218
/proc/meminfo: memFree=30751624/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=26424 CPUtime=3.09 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 7540 0 0 0 288 21 0 0 25 0 1 0 888941375 27058176 5511 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31216/statm: 6606 5511 684 1178 0 5424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26424

[startup+6.30085 s]
/proc/loadavg: 3.07 3.02 3.00 4/179 31218
/proc/meminfo: memFree=30742736/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=32144 CPUtime=6.29 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 9015 0 0 0 592 37 0 0 25 0 1 0 888941375 32915456 6986 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31216/statm: 8036 6986 684 1178 0 6854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32144

[startup+12.7007 s]
/proc/loadavg: 3.06 3.02 3.00 4/179 31218
/proc/meminfo: memFree=30725892/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=45168 CPUtime=12.69 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 12368 0 0 0 1192 77 0 0 25 0 1 0 888941375 46252032 10339 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31216/statm: 11292 10339 684 1178 0 10110 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45168

[startup+25.5005 s]
/proc/loadavg: 3.05 3.02 3.00 4/179 31218
/proc/meminfo: memFree=30691732/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=70496 CPUtime=25.48 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 18280 0 0 0 2408 140 0 0 25 0 1 0 888941375 72187904 16251 33554432000 4194304 9016284 140737407745312 18446744073709551615 4291262 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 17624 16251 684 1178 0 16442 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70496

[startup+51.1009 s]
/proc/loadavg: 3.03 3.02 3.00 4/179 31219
/proc/meminfo: memFree=30628720/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=115248 CPUtime=51.09 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 29683 0 0 0 4887 222 0 0 25 0 1 0 888941375 118013952 27654 33554432000 4194304 9016284 140737407745312 18446744073709551615 7103707 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 28812 27654 684 1178 0 27630 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115248

[startup+102.307 s]
/proc/loadavg: 3.01 3.01 3.00 4/179 31220
/proc/meminfo: memFree=30507744/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=196936 CPUtime=102.3 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 49515 0 0 0 9837 393 0 0 25 0 1 0 888941375 201662464 47486 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 49234 47486 684 1178 0 48052 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 196936

[startup+162.3 s]
/proc/loadavg: 3.08 3.02 3.00 4/179 31222
/proc/meminfo: memFree=30377596/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=285984 CPUtime=162.3 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 72274 0 0 0 15660 570 0 0 25 0 1 0 888941375 292847616 70245 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 71496 70245 684 1178 0 70314 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 285984

[startup+222.301 s]
/proc/loadavg: 3.03 3.02 3.00 4/179 31223
/proc/meminfo: memFree=30254400/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=374952 CPUtime=222.29 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 92877 0 0 0 21487 742 0 0 25 0 1 0 888941375 383950848 90848 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 93738 90848 684 1178 0 92556 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 374952

[startup+282.301 s]
/proc/loadavg: 3.01 3.01 3.00 4/179 31225
/proc/meminfo: memFree=30126364/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=457152 CPUtime=282.3 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 113919 0 0 0 27325 905 0 0 25 0 1 0 888941375 468123648 111890 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 114288 111890 684 1178 0 113106 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 457152

[startup+342.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31227
/proc/meminfo: memFree=30005408/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=534860 CPUtime=342.29 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 133811 0 0 0 33162 1067 0 0 25 0 1 0 888941375 547696640 131782 33554432000 4194304 9016284 140737407745312 18446744073709551615 5315582 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 133715 131782 684 1178 0 132533 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 534860

[startup+402.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31228
/proc/meminfo: memFree=29885068/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=610604 CPUtime=402.29 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 153123 0 0 0 38996 1233 0 0 25 0 1 0 888941375 625258496 151094 33554432000 4194304 9016284 140737407745312 18446744073709551615 6468862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 152651 151094 684 1178 0 151469 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 610604

[startup+462.3 s]
/proc/loadavg: 3.04 3.01 3.00 4/179 31230
/proc/meminfo: memFree=29760756/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=707236 CPUtime=462.3 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 173546 0 0 0 44827 1403 0 0 25 0 1 0 888941375 724209664 171517 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 176809 171517 684 1178 0 175627 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 707236

[startup+522.301 s]
/proc/loadavg: 3.01 3.01 3.00 4/179 31231
/proc/meminfo: memFree=29650316/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=780224 CPUtime=522.3 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 192368 0 0 0 50665 1565 0 0 25 0 1 0 888941375 798949376 190339 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 195056 190339 684 1178 0 193874 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 780224

[startup+582.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31233
/proc/meminfo: memFree=29530108/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=856684 CPUtime=582.31 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 211790 0 0 0 56504 1727 0 0 25 0 1 0 888941375 877244416 209761 33554432000 4194304 9016284 140737407745312 18446744073709551615 5325493 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 214171 209761 684 1178 0 212989 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 856684

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31239
/proc/meminfo: memFree=29071056/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1140588 CPUtime=822.31 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 284553 0 0 0 79873 2358 0 0 25 0 1 0 888941375 1167962112 282524 33554432000 4194304 9016284 140737407745312 18446744073709551615 5325542 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 285147 282524 684 1178 0 283965 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1140588

[startup+882.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31241
/proc/meminfo: memFree=28958780/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1214556 CPUtime=882.31 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 303245 0 0 0 85719 2512 0 0 25 0 1 0 888941375 1243705344 301216 33554432000 4194304 9016284 140737407745312 18446744073709551615 4349888 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 303639 301216 684 1178 0 302457 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1214556

[startup+942.301 s]
/proc/loadavg: 2.94 2.98 2.99 4/179 31320
/proc/meminfo: memFree=30126096/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1280808 CPUtime=942.31 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 320298 0 0 0 91570 2661 0 0 25 0 1 0 888941375 1311547392 318269 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 320202 318269 684 1178 0 319020 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1280808

[startup+1002.3 s]
/proc/loadavg: 2.98 2.98 2.99 4/179 31321
/proc/meminfo: memFree=29979356/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1349796 CPUtime=1002.31 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 338033 0 0 0 97425 2806 0 0 25 0 1 0 888941375 1382191104 336004 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 337449 336004 684 1178 0 336267 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1349796

[startup+1062.3 s]
/proc/loadavg: 2.99 2.98 2.99 4/179 31323
/proc/meminfo: memFree=29913312/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1448800 CPUtime=1062.31 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 354665 0 0 0 103277 2954 0 0 25 0 1 0 888941375 1483571200 352636 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 362200 352636 684 1178 0 361018 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1448800

[startup+1122.3 s]
/proc/loadavg: 2.99 2.98 2.99 4/179 31324
/proc/meminfo: memFree=29843492/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1515556 CPUtime=1122.31 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 371866 0 0 0 109135 3096 0 0 25 0 1 0 888941375 1551929344 369837 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 378889 369837 684 1178 0 377707 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1515556

[startup+1182.3 s]
/proc/loadavg: 2.99 2.98 2.99 4/179 31326
/proc/meminfo: memFree=29776968/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1583580 CPUtime=1182.31 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 389336 0 0 0 114998 3233 0 0 25 0 1 0 888941375 1621585920 387307 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 395895 387307 684 1178 0 394713 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1583580

[startup+1242.3 s]
/proc/loadavg: 2.99 2.98 2.99 4/179 31328
/proc/meminfo: memFree=29707332/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1650368 CPUtime=1242.32 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 406033 0 0 0 120853 3379 0 0 25 0 1 0 888941375 1689976832 404004 33554432000 4194304 9016284 140737407745312 18446744073709551615 4444548 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 412592 404004 684 1178 0 411410 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1650368

[startup+1302.3 s]
/proc/loadavg: 2.99 2.98 2.99 4/179 31329
/proc/meminfo: memFree=29645140/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1709512 CPUtime=1302.33 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 421338 0 0 0 126711 3522 0 0 25 0 1 0 888941375 1750540288 419309 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 427378 419309 684 1178 0 426196 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1709512

[startup+1362.3 s]
/proc/loadavg: 3.07 3.00 3.00 4/179 31331
/proc/meminfo: memFree=29575992/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1776872 CPUtime=1362.32 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 438614 0 0 0 132567 3665 0 0 25 0 1 0 888941375 1819516928 436585 33554432000 4194304 9016284 140737407745312 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 444218 436585 684 1178 0 443036 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1776872

[startup+1422.31 s]
/proc/loadavg: 3.02 3.00 3.00 4/179 31332
/proc/meminfo: memFree=29509472/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1840996 CPUtime=1422.33 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 455111 0 0 0 138425 3808 0 0 25 0 1 0 888941375 1885179904 453082 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 460249 453082 684 1178 0 459067 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1840996

[startup+1482.3 s]
/proc/loadavg: 3.01 3.00 3.00 4/179 31334
/proc/meminfo: memFree=29444188/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1904720 CPUtime=1482.33 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 471499 0 0 0 144279 3954 0 0 25 0 1 0 888941375 1950433280 469470 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 476180 469470 684 1178 0 474998 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1904720

[startup+1542.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31336
/proc/meminfo: memFree=29379872/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=1968620 CPUtime=1542.33 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 487394 0 0 0 150132 4101 0 0 25 0 1 0 888941375 2015866880 485365 33554432000 4194304 9016284 140737407745312 18446744073709551615 5325570 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 492155 485365 684 1178 0 490973 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1968620

[startup+1602.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31337
/proc/meminfo: memFree=29309740/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=2036876 CPUtime=1602.33 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 504895 0 0 0 155984 4249 0 0 25 0 1 0 888941375 2085761024 502866 33554432000 4194304 9016284 140737407745312 18446744073709551615 6679992 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 509219 502866 684 1178 0 508037 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2036876

[startup+1662.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31339
/proc/meminfo: memFree=29246188/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=2098460 CPUtime=1662.33 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 520743 0 0 0 161839 4394 0 0 25 0 1 0 888941375 2148823040 518714 33554432000 4194304 9016284 140737407745312 18446744073709551615 4347574 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 524615 518714 684 1178 0 523433 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2098460

[startup+1722.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31340
/proc/meminfo: memFree=29183004/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=2159204 CPUtime=1722.33 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 536371 0 0 0 167698 4535 0 0 25 0 1 0 888941375 2211024896 534342 33554432000 4194304 9016284 140737407745312 18446744073709551615 7823592 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 539801 534342 684 1178 0 538619 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 2159204

[startup+1782.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31342
/proc/meminfo: memFree=29115472/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=2225008 CPUtime=1782.33 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 553282 0 0 0 173554 4679 0 0 25 0 1 0 888941375 2278408192 551253 33554432000 4194304 9016284 140737407745312 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31216/statm: 556252 551253 684 1178 0 555070 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 2225008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 3.00 3.00 3.00 4/179 31342
/proc/meminfo: memFree=29098696/32950928 swapFree=67055156/67111528
[pid=31216] ppid=31214 vsize=2239072 CPUtime=1800.04 cores=0,2,4,6
/proc/31216/stat : 31216 (scip-2.0.1.4b_2) R 31214 31216 30017 0 -1 4202496 556911 0 0 0 175291 4713 0 0 25 0 1 0 888941375 2292809728 554882 33554432000 4194304 9016284 140737407745312 18446744073709551615 6812833 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31216/statm: 559768 554882 685 1178 0 558586 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2239072

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.09
CPU time (s): 1800.13
CPU user time (s): 1752.91
CPU system time (s): 47.2168
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2239072

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

runsolver used 2.82257 second user time and 6.15006 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 08:23:36
IDJOB=3488788
IDBENCH=2922
IDSOLVER=1979
FILE ID=node123/3488788-1307773416
RUNJOBID= node123-1307760454-30035
PBS_JOBID= 13550870
Free space on /tmp= 74160 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488788-1307773416/watcher-3488788-1307773416 -o /tmp/evaluation-result-3488788-1307773416/solver-3488788-1307773416 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488788-1307773416.opb -t 1800 -m 15500

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

MD5SUM BENCH= d78f5121f87a7bad7fc74d5d3eacc32f
RANDOM SEED=2083603661

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30772496 kB
Buffers:        270124 kB
Cached:         903968 kB
SwapCached:      10356 kB
Active:        1273944 kB
Inactive:       711528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30772496 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           16732 kB
Writeback:           8 kB
AnonPages:      808704 kB
Mapped:          15876 kB
Slab:           126464 kB
PageTables:       6376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1415016 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= 74140 MiB
End job on node123 at 2011-06-11 08:53:38