Trace number 3734690

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1796.14 1796.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3734690-1338700501.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.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 9 del conss, 0 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 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 1.2.1.3
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 = 1790
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 # 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 |    43 |     - | 364k|   0 |   8 |  70 |   8 |  70 |   8 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   147 |     - | 447k|   0 |  15 |  70 |  21 |  70 |  17 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.06/0.08	c   0.1s|     1 |     0 |   158 |     - | 473k|   0 |  16 |  70 |  21 |  70 |  20 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.06/0.09	c   0.1s|     1 |     0 |   163 |     - | 494k|   0 |  16 |  70 |  21 |  70 |  23 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.06/0.09	c   0.1s|     1 |     0 |   176 |     - | 496k|   0 |  16 |  70 |  21 |  70 |  24 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   178 |     - | 502k|   0 |  17 |  70 |  21 |  70 |  26 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   180 |     - | 503k|   0 |  19 |  70 |  21 |  70 |  27 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     2 |   180 |     - | 504k|   0 |  19 |  70 |  21 |  70 |  27 |  19 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
2.10/2.17	c   2.2s| 10000 |  5333 | 37252 |   3.7 |4373k|  61 |   8 |  70 |2342 |  70 |  19 |  19 |2898 | 709 | 0.000000e+00 |      --      |    Inf 
4.09/4.16	c   4.2s| 20000 |  9800 | 72916 |   3.6 |6962k|  61 |   8 |  70 |1588 |  70 |  19 |  19 |6266 | 959 | 0.000000e+00 |      --      |    Inf 
5.98/6.09	c   6.1s| 30000 | 13919 |109176 |   3.6 |9617k|  62 |   8 |  70 |1682 |  70 |  19 |  19 |9925 |1142 | 0.000000e+00 |      --      |    Inf 
7.88/7.99	c   8.0s| 40000 | 18084 |145394 |   3.6 |  12M|  62 |   - |  70 |1731 |  70 |  19 |  19 |  13k|1276 | 0.000000e+00 |      --      |    Inf 
9.89/9.91	c   9.9s| 50000 | 21996 |181218 |   3.6 |  14M|  62 |   8 |  70 |1882 |  70 |  19 |  19 |  17k|1390 | 0.000000e+00 |      --      |    Inf 
11.79/11.83	c  11.8s| 60000 | 25803 |217050 |   3.6 |  17M|  63 |   8 |  70 |2005 |  70 |  19 |  19 |  20k|1476 | 0.000000e+00 |      --      |    Inf 
13.68/13.77	c  13.8s| 70000 | 29698 |253169 |   3.6 |  20M|  63 |   - |  70 |1971 |  70 |  19 |  19 |  24k|1558 | 0.000000e+00 |      --      |    Inf 
15.69/15.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.69/15.73	c  15.7s| 80000 | 33306 |288767 |   3.6 |  22M|  63 |   8 |  70 |2232 |  70 |  19 |  19 |  28k|1640 | 0.000000e+00 |      --      |    Inf 
17.59/17.65	c  17.6s| 90000 | 37109 |324536 |   3.6 |  25M|  63 |   8 |  70 |2450 |  70 |  19 |  19 |  32k|1723 | 0.000000e+00 |      --      |    Inf 
19.59/19.64	c  19.6s|100000 | 40680 |361135 |   3.6 |  27M|  63 |   - |  70 |2147 |  70 |  19 |  19 |  36k|1796 | 0.000000e+00 |      --      |    Inf 
21.58/21.60	c  21.6s|110000 | 44254 |397682 |   3.6 |  30M|  63 |   8 |  70 |2534 |  70 |  19 |  19 |  40k|1873 | 0.000000e+00 |      --      |    Inf 
23.48/23.54	c  23.5s|120000 | 47771 |432596 |   3.6 |  33M|  63 |   8 |  70 |2544 |  70 |  19 |  19 |  44k|1940 | 0.000000e+00 |      --      |    Inf 
25.39/25.48	c  25.5s|130000 | 51228 |468465 |   3.6 |  35M|  63 |   - |  70 |2578 |  70 |  19 |  19 |  48k|1998 | 0.000000e+00 |      --      |    Inf 
27.39/27.41	c  27.4s|140000 | 54881 |505011 |   3.6 |  38M|  63 |   8 |  70 |2681 |  70 |  19 |  19 |  52k|2054 | 0.000000e+00 |      --      |    Inf 
29.28/29.36	c  29.4s|150000 | 58408 |540796 |   3.6 |  40M|  63 |   8 |  70 |2777 |  70 |  19 |  19 |  56k|2112 | 0.000000e+00 |      --      |    Inf 
31.28/31.33	c  31.3s|160000 | 61735 |576357 |   3.6 |  43M|  63 |   8 |  70 |2657 |  70 |  19 |  19 |  60k|2178 | 0.000000e+00 |      --      |    Inf 
33.29/33.30	c  33.3s|170000 | 65127 |612496 |   3.6 |  45M|  63 |   8 |  70 |2748 |  70 |  19 |  19 |  64k|2229 | 0.000000e+00 |      --      |    Inf 
35.29/35.30	c  35.3s|180000 | 68386 |648362 |   3.6 |  48M|  63 |   8 |  70 |2771 |  70 |  19 |  19 |  68k|2282 | 0.000000e+00 |      --      |    Inf 
37.18/37.26	c  37.3s|190000 | 71786 |684110 |   3.6 |  50M|  63 |   - |  70 |3073 |  70 |  19 |  19 |  72k|2332 | 0.000000e+00 |      --      |    Inf 
39.19/39.24	c  39.2s|200000 | 75157 |720502 |   3.6 |  53M|  63 |   - |  70 |2982 |  70 |  19 |  19 |  76k|2378 | 0.000000e+00 |      --      |    Inf 
41.18/41.23	c  41.2s|210000 | 78608 |755963 |   3.6 |  55M|  63 |   8 |  70 |2624 |  70 |  19 |  19 |  80k|2424 | 0.000000e+00 |      --      |    Inf 
43.18/43.23	c  43.2s|220000 | 81758 |791150 |   3.6 |  58M|  63 |   8 |  70 |3178 |  70 |  19 |  19 |  84k|2458 | 0.000000e+00 |      --      |    Inf 
45.18/45.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.18/45.25	c  45.2s|230000 | 85141 |827290 |   3.6 |  60M|  63 |   8 |  70 |2907 |  70 |  19 |  19 |  88k|2502 | 0.000000e+00 |      --      |    Inf 
47.18/47.22	c  47.2s|240000 | 88600 |862950 |   3.6 |  63M|  63 |   - |  70 |3510 |  70 |  19 |  19 |  92k|2546 | 0.000000e+00 |      --      |    Inf 
49.18/49.22	c  49.2s|250000 | 91975 |899273 |   3.6 |  66M|  63 |   - |  70 |3451 |  70 |  19 |  19 |  96k|2586 | 0.000000e+00 |      --      |    Inf 
51.18/51.25	c  51.2s|260000 | 95086 |935387 |   3.6 |  68M|  63 |   8 |  70 |3316 |  70 |  19 |  19 | 100k|2634 | 0.000000e+00 |      --      |    Inf 
53.18/53.28	c  53.3s|270000 | 98394 |970571 |   3.6 |  71M|  63 |   8 |  70 |3563 |  70 |  19 |  19 | 105k|2680 | 0.000000e+00 |      --      |    Inf 
55.28/55.30	c  55.3s|280000 |101600 |  1006k|   3.6 |  73M|  63 |   - |  70 |2907 |  70 |  19 |  19 | 109k|2722 | 0.000000e+00 |      --      |    Inf 
57.28/57.30	c  57.3s|290000 |104864 |  1041k|   3.6 |  76M|  63 |   8 |  70 |2943 |  70 |  19 |  19 | 113k|2757 | 0.000000e+00 |      --      |    Inf 
59.28/59.31	c  59.3s|300000 |108062 |  1077k|   3.6 |  78M|  63 |   8 |  70 |3200 |  70 |  19 |  19 | 117k|2801 | 0.000000e+00 |      --      |    Inf 
61.18/61.25	c  61.2s|310000 |111585 |  1112k|   3.6 |  81M|  63 |   - |  70 |3900 |  70 |  19 |  19 | 121k|2828 | 0.000000e+00 |      --      |    Inf 
63.28/63.30	c  63.3s|320000 |114814 |  1146k|   3.6 |  83M|  63 |   - |  70 |3181 |  70 |  19 |  19 | 125k|2876 | 0.000000e+00 |      --      |    Inf 
65.28/65.30	c  65.3s|330000 |118019 |  1181k|   3.6 |  86M|  63 |   - |  70 |3508 |  70 |  19 |  19 | 129k|2909 | 0.000000e+00 |      --      |    Inf 
67.28/67.35	c  67.3s|340000 |121037 |  1216k|   3.6 |  88M|  63 |   8 |  70 |3157 |  70 |  19 |  19 | 134k|2940 | 0.000000e+00 |      --      |    Inf 
69.28/69.35	c  69.3s|350000 |124258 |  1251k|   3.6 |  91M|  63 |   8 |  70 |3464 |  70 |  19 |  19 | 138k|2969 | 0.000000e+00 |      --      |    Inf 
71.27/71.35	c  71.3s|360000 |127712 |  1286k|   3.6 |  93M|  63 |   8 |  70 |3320 |  70 |  19 |  19 | 142k|3012 | 0.000000e+00 |      --      |    Inf 
73.28/73.33	c  73.3s|370000 |130983 |  1322k|   3.6 |  96M|  63 |   - |  70 |3775 |  70 |  19 |  19 | 146k|3042 | 0.000000e+00 |      --      |    Inf 
75.38/75.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.38/75.40	c  75.4s|380000 |134063 |  1357k|   3.6 |  98M|  63 |   - |  70 |3625 |  70 |  19 |  19 | 150k|3075 | 0.000000e+00 |      --      |    Inf 
77.27/77.36	c  77.4s|390000 |137739 |  1392k|   3.6 | 101M|  63 |   8 |  70 |4087 |  70 |  19 |  19 | 154k|3095 | 0.000000e+00 |      --      |    Inf 
79.38/79.42	c  79.4s|400000 |140964 |  1428k|   3.6 | 103M|  63 |   8 |  70 |3575 |  70 |  19 |  19 | 158k|3113 | 0.000000e+00 |      --      |    Inf 
81.38/81.48	c  81.5s|410000 |144125 |  1463k|   3.6 | 106M|  63 |   - |  70 |3300 |  70 |  19 |  19 | 162k|3141 | 0.000000e+00 |      --      |    Inf 
83.49/83.52	c  83.5s|420000 |147260 |  1498k|   3.6 | 108M|  63 |   - |  70 |2973 |  70 |  19 |  19 | 167k|3173 | 0.000000e+00 |      --      |    Inf 
85.48/85.51	c  85.5s|430000 |150380 |  1533k|   3.6 | 111M|  63 |   - |  70 |4014 |  70 |  19 |  19 | 171k|3198 | 0.000000e+00 |      --      |    Inf 
87.58/87.60	c  87.6s|440000 |153269 |  1568k|   3.6 | 113M|  63 |   - |  70 |3593 |  70 |  19 |  19 | 175k|3220 | 0.000000e+00 |      --      |    Inf 
89.58/89.64	c  89.6s|450000 |156579 |  1604k|   3.6 | 116M|  63 |   8 |  70 |3657 |  70 |  19 |  19 | 179k|3264 | 0.000000e+00 |      --      |    Inf 
91.57/91.65	c  91.6s|460000 |159964 |  1640k|   3.6 | 118M|  63 |   - |  70 |3968 |  70 |  19 |  19 | 184k|3289 | 0.000000e+00 |      --      |    Inf 
93.58/93.64	c  93.6s|470000 |163432 |  1676k|   3.6 | 121M|  63 |   8 |  70 |4686 |  70 |  19 |  19 | 187k|3315 | 0.000000e+00 |      --      |    Inf 
95.68/95.74	c  95.7s|480000 |166541 |  1712k|   3.6 | 124M|  63 |   8 |  70 |4804 |  70 |  19 |  19 | 192k|3341 | 0.000000e+00 |      --      |    Inf 
97.68/97.74	c  97.7s|490000 |170044 |  1746k|   3.6 | 126M|  63 |   - |  70 |4462 |  70 |  19 |  19 | 196k|3366 | 0.000000e+00 |      --      |    Inf 
99.77/99.80	c  99.8s|500000 |173413 |  1781k|   3.6 | 129M|  63 |   - |  70 |3819 |  70 |  19 |  19 | 200k|3392 | 0.000000e+00 |      --      |    Inf 
101.77/101.88	c   102s|510000 |176564 |  1817k|   3.6 | 131M|  63 |   8 |  70 |3405 |  70 |  19 |  19 | 204k|3418 | 0.000000e+00 |      --      |    Inf 
103.77/103.85	c   104s|520000 |180272 |  1851k|   3.6 | 134M|  63 |   8 |  70 |4022 |  70 |  19 |  19 | 208k|3440 | 0.000000e+00 |      --      |    Inf 
105.77/105.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.77/105.88	c   106s|530000 |183645 |  1885k|   3.6 | 136M|  63 |   - |  70 |3730 |  70 |  19 |  19 | 212k|3460 | 0.000000e+00 |      --      |    Inf 
107.78/107.84	c   108s|540000 |187265 |  1920k|   3.6 | 139M|  63 |   8 |  70 |4838 |  70 |  19 |  19 | 216k|3483 | 0.000000e+00 |      --      |    Inf 
109.88/109.99	c   110s|550000 |190211 |  1955k|   3.6 | 141M|  63 |   8 |  70 |3463 |  70 |  19 |  19 | 220k|3513 | 0.000000e+00 |      --      |    Inf 
111.87/111.96	c   112s|560000 |193806 |  1990k|   3.6 | 144M|  63 |   8 |  70 |4387 |  70 |  19 |  19 | 224k|3534 | 0.000000e+00 |      --      |    Inf 
113.87/113.98	c   114s|570000 |197306 |  2026k|   3.6 | 146M|  63 |   8 |  70 |4454 |  70 |  19 |  19 | 228k|3554 | 0.000000e+00 |      --      |    Inf 
115.97/116.06	c   116s|580000 |200443 |  2061k|   3.6 | 149M|  63 |   - |  70 |3861 |  70 |  19 |  19 | 232k|3573 | 0.000000e+00 |      --      |    Inf 
117.97/118.09	c   118s|590000 |203768 |  2096k|   3.6 | 151M|  63 |   8 |  70 |3870 |  70 |  19 |  19 | 237k|3597 | 0.000000e+00 |      --      |    Inf 
120.07/120.12	c   120s|600000 |207217 |  2131k|   3.6 | 154M|  63 |   - |  70 |4036 |  70 |  19 |  19 | 240k|3616 | 0.000000e+00 |      --      |    Inf 
122.08/122.19	c   122s|610000 |210443 |  2166k|   3.6 | 156M|  63 |   - |  70 |3576 |  70 |  19 |  19 | 245k|3639 | 0.000000e+00 |      --      |    Inf 
124.18/124.21	c   124s|620000 |213808 |  2202k|   3.6 | 159M|  63 |   - |  70 |3973 |  70 |  19 |  19 | 249k|3657 | 0.000000e+00 |      --      |    Inf 
126.06/126.18	c   126s|630000 |217454 |  2236k|   3.5 | 161M|  63 |   8 |  70 |4311 |  70 |  19 |  19 | 253k|3676 | 0.000000e+00 |      --      |    Inf 
128.27/128.31	c   128s|640000 |220400 |  2271k|   3.5 | 164M|  63 |   8 |  70 |3612 |  70 |  19 |  19 | 257k|3694 | 0.000000e+00 |      --      |    Inf 
130.26/130.35	c   130s|650000 |223694 |  2305k|   3.5 | 166M|  63 |   8 |  70 |3508 |  70 |  19 |  19 | 261k|3707 | 0.000000e+00 |      --      |    Inf 
132.26/132.31	c   132s|660000 |227241 |  2340k|   3.5 | 169M|  63 |   8 |  70 |4512 |  70 |  19 |  19 | 265k|3723 | 0.000000e+00 |      --      |    Inf 
134.37/134.44	c   134s|670000 |230447 |  2375k|   3.5 | 171M|  63 |   - |  70 |4488 |  70 |  19 |  19 | 269k|3741 | 0.000000e+00 |      --      |    Inf 
136.47/136.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.47/136.53	c   137s|680000 |233692 |  2410k|   3.5 | 174M|  63 |   8 |  70 |3864 |  70 |  19 |  19 | 273k|3774 | 0.000000e+00 |      --      |    Inf 
138.48/138.60	c   139s|690000 |236940 |  2445k|   3.5 | 176M|  63 |   8 |  70 |3903 |  70 |  19 |  19 | 277k|3827 | 0.000000e+00 |      --      |    Inf 
140.56/140.64	c   141s|700000 |240223 |  2479k|   3.5 | 179M|  63 |   8 |  70 |4220 |  70 |  19 |  19 | 281k|3842 | 0.000000e+00 |      --      |    Inf 
142.67/142.76	c   143s|710000 |243235 |  2514k|   3.5 | 181M|  63 |   8 |  70 |3676 |  70 |  19 |  19 | 286k|3859 | 0.000000e+00 |      --      |    Inf 
144.77/144.82	c   145s|720000 |246448 |  2548k|   3.5 | 184M|  63 |   8 |  70 |3311 |  70 |  19 |  19 | 290k|3874 | 0.000000e+00 |      --      |    Inf 
146.77/146.89	c   147s|730000 |249576 |  2582k|   3.5 | 186M|  63 |   - |  70 |3385 |  70 |  19 |  19 | 294k|3899 | 0.000000e+00 |      --      |    Inf 
148.86/148.96	c   149s|740000 |252577 |  2617k|   3.5 | 189M|  63 |   - |  70 |3640 |  70 |  19 |  19 | 298k|3917 | 0.000000e+00 |      --      |    Inf 
150.96/151.02	c   151s|750000 |255795 |  2652k|   3.5 | 191M|  63 |   8 |  70 |4107 |  70 |  19 |  19 | 302k|3937 | 0.000000e+00 |      --      |    Inf 
153.07/153.15	c   153s|760000 |258902 |  2687k|   3.5 | 194M|  63 |   8 |  70 |4466 |  70 |  19 |  19 | 307k|3959 | 0.000000e+00 |      --      |    Inf 
155.16/155.25	c   155s|770000 |262172 |  2722k|   3.5 | 196M|  63 |   8 |  70 |4093 |  70 |  19 |  19 | 311k|4046 | 0.000000e+00 |      --      |    Inf 
157.17/157.26	c   157s|780000 |265740 |  2757k|   3.5 | 199M|  63 |   8 |  70 |5271 |  70 |  19 |  19 | 315k|4132 | 0.000000e+00 |      --      |    Inf 
159.26/159.38	c   159s|790000 |268854 |  2792k|   3.5 | 201M|  63 |   8 |  70 |4765 |  70 |  19 |  19 | 319k|4132 | 0.000000e+00 |      --      |    Inf 
161.46/161.53	c   162s|800000 |271877 |  2828k|   3.5 | 204M|  63 |   - |  70 |3692 |  70 |  19 |  19 | 324k|4132 | 0.000000e+00 |      --      |    Inf 
163.47/163.58	c   164s|810000 |274974 |  2862k|   3.5 | 206M|  63 |   - |  70 |3777 |  70 |  19 |  19 | 328k|4139 | 0.000000e+00 |      --      |    Inf 
165.46/165.55	c   166s|820000 |278328 |  2896k|   3.5 | 209M|  63 |   8 |  70 |5027 |  70 |  19 |  19 | 332k|4156 | 0.000000e+00 |      --      |    Inf 
167.56/167.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
167.56/167.65	c   168s|830000 |281568 |  2931k|   3.5 | 211M|  63 |   8 |  70 |4013 |  70 |  19 |  19 | 336k|4165 | 0.000000e+00 |      --      |    Inf 
169.66/169.76	c   170s|840000 |284633 |  2967k|   3.5 | 213M|  63 |   8 |  70 |3740 |  70 |  19 |  19 | 340k|4180 | 0.000000e+00 |      --      |    Inf 
171.76/171.84	c   172s|850000 |287762 |  3001k|   3.5 | 216M|  63 |   8 |  70 |3949 |  70 |  19 |  19 | 344k|4198 | 0.000000e+00 |      --      |    Inf 
173.77/173.85	c   174s|860000 |291217 |  3036k|   3.5 | 218M|  63 |   - |  70 |4066 |  70 |  19 |  19 | 348k|4214 | 0.000000e+00 |      --      |    Inf 
175.87/175.92	c   176s|870000 |294379 |  3071k|   3.5 | 221M|  63 |   8 |  70 |3977 |  70 |  19 |  19 | 353k|4234 | 0.000000e+00 |      --      |    Inf 
177.97/178.02	c   178s|880000 |297388 |  3105k|   3.5 | 223M|  63 |   - |  70 |3769 |  70 |  19 |  19 | 357k|4252 | 0.000000e+00 |      --      |    Inf 
179.97/180.06	c   180s|890000 |300644 |  3141k|   3.5 | 226M|  63 |   8 |  70 |4112 |  70 |  19 |  19 | 361k|4268 | 0.000000e+00 |      --      |    Inf 
182.06/182.11	c   182s|900000 |303775 |  3176k|   3.5 | 228M|  63 |   8 |  70 |4317 |  70 |  19 |  19 | 365k|4279 | 0.000000e+00 |      --      |    Inf 
184.06/184.18	c   184s|910000 |306797 |  3210k|   3.5 | 231M|  63 |   8 |  70 |4420 |  70 |  19 |  19 | 369k|4295 | 0.000000e+00 |      --      |    Inf 
186.16/186.23	c   186s|920000 |310222 |  3245k|   3.5 | 233M|  63 |   8 |  70 |4074 |  70 |  19 |  19 | 373k|4315 | 0.000000e+00 |      --      |    Inf 
188.26/188.30	c   188s|930000 |313509 |  3279k|   3.5 | 236M|  63 |   8 |  70 |3867 |  70 |  19 |  19 | 378k|4330 | 0.000000e+00 |      --      |    Inf 
190.27/190.37	c   190s|940000 |316678 |  3314k|   3.5 | 238M|  63 |   8 |  70 |4200 |  70 |  19 |  19 | 382k|4348 | 0.000000e+00 |      --      |    Inf 
192.36/192.46	c   192s|950000 |319813 |  3349k|   3.5 | 241M|  63 |   8 |  70 |4193 |  70 |  19 |  19 | 386k|4365 | 0.000000e+00 |      --      |    Inf 
194.46/194.56	c   195s|960000 |322959 |  3384k|   3.5 | 243M|  63 |   8 |  70 |3823 |  70 |  19 |  19 | 390k|4383 | 0.000000e+00 |      --      |    Inf 
196.56/196.65	c   197s|970000 |325881 |  3419k|   3.5 | 246M|  63 |   8 |  70 |3934 |  70 |  19 |  19 | 394k|4396 | 0.000000e+00 |      --      |    Inf 
198.66/198.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.66/198.75	c   199s|980000 |328989 |  3454k|   3.5 | 248M|  63 |   - |  70 |3587 |  70 |  19 |  19 | 399k|4411 | 0.000000e+00 |      --      |    Inf 
200.65/200.73	c   201s|990000 |332484 |  3489k|   3.5 | 251M|  63 |   - |  70 |4282 |  70 |  19 |  19 | 403k|4425 | 0.000000e+00 |      --      |    Inf 
202.76/202.83	c   203s|  1000k|335667 |  3524k|   3.5 | 253M|  63 |   - |  70 |3781 |  70 |  19 |  19 | 407k|4447 | 0.000000e+00 |      --      |    Inf 
204.85/204.92	c   205s|  1010k|338604 |  3559k|   3.5 | 256M|  63 |   8 |  70 |4001 |  70 |  19 |  19 | 411k|4464 | 0.000000e+00 |      --      |    Inf 
206.96/207.01	c   207s|  1020k|341646 |  3594k|   3.5 | 258M|  63 |   - |  70 |3942 |  70 |  19 |  19 | 415k|4474 | 0.000000e+00 |      --      |    Inf 
208.96/209.06	c   209s|  1030k|344912 |  3629k|   3.5 | 261M|  63 |   8 |  70 |4427 |  70 |  19 |  19 | 419k|4488 | 0.000000e+00 |      --      |    Inf 
211.06/211.17	c   211s|  1040k|348025 |  3664k|   3.5 | 263M|  63 |   8 |  70 |4368 |  70 |  19 |  19 | 424k|4499 | 0.000000e+00 |      --      |    Inf 
213.16/213.20	c   213s|  1050k|351249 |  3700k|   3.5 | 266M|  63 |   - |  70 |5232 |  70 |  19 |  19 | 428k|4509 | 0.000000e+00 |      --      |    Inf 
215.05/215.16	c   215s|  1060k|355186 |  3732k|   3.5 | 269M|  63 |   - |  70 |5874 |  70 |  19 |  19 | 431k|4517 | 0.000000e+00 |      --      |    Inf 
217.25/217.38	c   217s|  1070k|358146 |  3766k|   3.5 | 271M|  63 |   8 |  70 |4685 |  70 |  19 |  19 | 436k|4522 | 0.000000e+00 |      --      |    Inf 
219.35/219.47	c   219s|  1080k|361286 |  3801k|   3.5 | 273M|  63 |   - |  70 |5137 |  70 |  19 |  19 | 440k|4526 | 0.000000e+00 |      --      |    Inf 
221.45/221.52	c   222s|  1090k|364792 |  3836k|   3.5 | 276M|  63 |   8 |  70 |5804 |  70 |  19 |  19 | 444k|4534 | 0.000000e+00 |      --      |    Inf 
223.56/223.64	c   224s|  1100k|367978 |  3870k|   3.5 | 278M|  63 |   8 |  70 |5597 |  70 |  19 |  19 | 448k|4547 | 0.000000e+00 |      --      |    Inf 
225.75/225.82	c   226s|  1110k|370987 |  3905k|   3.5 | 281M|  63 |   - |  70 |5133 |  70 |  19 |  19 | 452k|4558 | 0.000000e+00 |      --      |    Inf 
227.75/227.80	c   228s|  1120k|374687 |  3940k|   3.5 | 283M|  63 |   8 |  70 |5586 |  70 |  19 |  19 | 456k|4565 | 0.000000e+00 |      --      |    Inf 
229.86/229.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.86/229.91	c   230s|  1130k|378000 |  3975k|   3.5 | 286M|  63 |   8 |  70 |4956 |  70 |  19 |  19 | 461k|4574 | 0.000000e+00 |      --      |    Inf 
231.96/232.08	c   232s|  1140k|381011 |  4010k|   3.5 | 288M|  63 |   8 |  70 |3896 |  70 |  19 |  19 | 465k|4583 | 0.000000e+00 |      --      |    Inf 
234.05/234.10	c   234s|  1150k|384449 |  4046k|   3.5 | 291M|  63 |   8 |  70 |4782 |  70 |  19 |  19 | 469k|4591 | 0.000000e+00 |      --      |    Inf 
236.15/236.20	c   236s|  1160k|387759 |  4080k|   3.5 | 293M|  63 |   - |  70 |4090 |  70 |  19 |  19 | 473k|4600 | 0.000000e+00 |      --      |    Inf 
238.25/238.33	c   238s|  1170k|390800 |  4115k|   3.5 | 296M|  63 |   8 |  70 |4148 |  70 |  19 |  19 | 477k|4611 | 0.000000e+00 |      --      |    Inf 
240.35/240.44	c   240s|  1180k|393950 |  4150k|   3.5 | 298M|  63 |   8 |  70 |4398 |  70 |  19 |  19 | 481k|4626 | 0.000000e+00 |      --      |    Inf 
242.55/242.60	c   243s|  1190k|396894 |  4184k|   3.5 | 301M|  63 |   8 |  70 |4279 |  70 |  19 |  19 | 485k|4642 | 0.000000e+00 |      --      |    Inf 
244.65/244.71	c   245s|  1200k|400063 |  4220k|   3.5 | 303M|  63 |   8 |  70 |3957 |  70 |  19 |  19 | 490k|4653 | 0.000000e+00 |      --      |    Inf 
246.65/246.76	c   247s|  1210k|403309 |  4254k|   3.5 | 306M|  63 |   - |  70 |4540 |  70 |  19 |  19 | 494k|4664 | 0.000000e+00 |      --      |    Inf 
248.75/248.89	c   249s|  1220k|406410 |  4288k|   3.5 | 308M|  63 |   8 |  70 |4487 |  70 |  19 |  19 | 498k|4673 | 0.000000e+00 |      --      |    Inf 
250.85/250.95	c   251s|  1230k|409680 |  4322k|   3.5 | 311M|  63 |   8 |  70 |4734 |  70 |  19 |  19 | 502k|4689 | 0.000000e+00 |      --      |    Inf 
252.95/253.06	c   253s|  1240k|412785 |  4357k|   3.5 | 313M|  63 |   8 |  70 |4857 |  70 |  19 |  19 | 506k|4702 | 0.000000e+00 |      --      |    Inf 
255.06/255.17	c   255s|  1250k|416129 |  4391k|   3.5 | 316M|  63 |   8 |  70 |4666 |  70 |  19 |  19 | 510k|4719 | 0.000000e+00 |      --      |    Inf 
257.14/257.23	c   257s|  1260k|419474 |  4426k|   3.5 | 318M|  63 |   8 |  70 |5077 |  70 |  19 |  19 | 514k|4730 | 0.000000e+00 |      --      |    Inf 
259.25/259.38	c   259s|  1270k|422602 |  4460k|   3.5 | 321M|  63 |   - |  70 |4322 |  70 |  19 |  19 | 518k|4739 | 0.000000e+00 |      --      |    Inf 
261.35/261.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.35/261.41	c   261s|  1280k|425966 |  4495k|   3.5 | 323M|  63 |   - |  70 |4761 |  70 |  19 |  19 | 523k|4750 | 0.000000e+00 |      --      |    Inf 
263.55/263.60	c   264s|  1290k|428971 |  4529k|   3.5 | 326M|  63 |   8 |  70 |4123 |  70 |  19 |  19 | 527k|4760 | 0.000000e+00 |      --      |    Inf 
265.55/265.66	c   266s|  1300k|432324 |  4563k|   3.5 | 328M|  63 |   - |  70 |4412 |  70 |  19 |  19 | 531k|4769 | 0.000000e+00 |      --      |    Inf 
267.65/267.77	c   268s|  1310k|435348 |  4599k|   3.5 | 331M|  63 |   8 |  70 |4578 |  70 |  19 |  19 | 535k|4783 | 0.000000e+00 |      --      |    Inf 
269.84/269.92	c   270s|  1320k|438285 |  4633k|   3.5 | 333M|  63 |   8 |  70 |4096 |  70 |  19 |  19 | 539k|4792 | 0.000000e+00 |      --      |    Inf 
272.05/272.11	c   272s|  1330k|441111 |  4668k|   3.5 | 335M|  63 |   - |  70 |3908 |  70 |  19 |  19 | 544k|4799 | 0.000000e+00 |      --      |    Inf 
274.05/274.19	c   274s|  1340k|444249 |  4702k|   3.5 | 338M|  63 |   8 |  70 |4415 |  70 |  19 |  19 | 548k|4808 | 0.000000e+00 |      --      |    Inf 
276.24/276.37	c   276s|  1350k|447117 |  4737k|   3.5 | 340M|  63 |   8 |  70 |4286 |  70 |  19 |  19 | 552k|4818 | 0.000000e+00 |      --      |    Inf 
278.44/278.53	c   279s|  1360k|450143 |  4772k|   3.5 | 343M|  63 |   - |  70 |4173 |  70 |  19 |  19 | 557k|4831 | 0.000000e+00 |      --      |    Inf 
280.64/280.71	c   281s|  1370k|452988 |  4806k|   3.5 | 345M|  63 |   - |  70 |4000 |  70 |  19 |  19 | 561k|4842 | 0.000000e+00 |      --      |    Inf 
282.74/282.81	c   283s|  1380k|456116 |  4841k|   3.5 | 348M|  63 |   8 |  70 |4533 |  70 |  19 |  19 | 565k|4850 | 0.000000e+00 |      --      |    Inf 
284.85/284.91	c   285s|  1390k|459418 |  4875k|   3.5 | 350M|  63 |   8 |  70 |4863 |  70 |  19 |  19 | 569k|4867 | 0.000000e+00 |      --      |    Inf 
286.95/287.05	c   287s|  1400k|462494 |  4910k|   3.5 | 353M|  63 |   8 |  70 |4310 |  70 |  19 |  19 | 573k|4876 | 0.000000e+00 |      --      |    Inf 
289.04/289.14	c   289s|  1410k|465795 |  4946k|   3.5 | 355M|  63 |   - |  70 |4832 |   0 |   0 |  19 | 578k|4887 | 0.000000e+00 |      --      |    Inf 
291.14/291.25	c   291s|  1420k|469012 |  4981k|   3.5 | 358M|  63 |   8 |  70 |4864 |  70 |  19 |  19 | 582k|4895 | 0.000000e+00 |      --      |    Inf 
293.34/293.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.34/293.45	c   293s|  1430k|471971 |  5016k|   3.5 | 360M|  63 |   8 |  70 |4659 |  70 |  19 |  19 | 586k|4907 | 0.000000e+00 |      --      |    Inf 
295.44/295.58	c   296s|  1440k|475163 |  5051k|   3.5 | 363M|  63 |   8 |  70 |4657 |  70 |  19 |  19 | 590k|4920 | 0.000000e+00 |      --      |    Inf 
297.54/297.68	c   298s|  1450k|478448 |  5085k|   3.5 | 365M|  63 |   8 |  70 |4577 |  70 |  19 |  19 | 594k|4934 | 0.000000e+00 |      --      |    Inf 
299.74/299.86	c   300s|  1460k|481452 |  5120k|   3.5 | 368M|  63 |   8 |  70 |4617 |  70 |  19 |  19 | 598k|4947 | 0.000000e+00 |      --      |    Inf 
301.94/302.00	c   302s|  1470k|484680 |  5155k|   3.5 | 370M|  63 |   8 |  70 |4667 |  70 |  19 |  19 | 603k|4957 | 0.000000e+00 |      --      |    Inf 
304.04/304.13	c   304s|  1480k|487872 |  5190k|   3.5 | 372M|  63 |   8 |  70 |4246 |  70 |  19 |  19 | 607k|4968 | 0.000000e+00 |      --      |    Inf 
306.14/306.21	c   306s|  1490k|491052 |  5224k|   3.5 | 375M|  63 |   - |  70 |4367 |  70 |  19 |  19 | 611k|4981 | 0.000000e+00 |      --      |    Inf 
308.24/308.34	c   308s|  1500k|494073 |  5258k|   3.5 | 377M|  63 |   - |  70 |4540 |  70 |  19 |  19 | 615k|4987 | 0.000000e+00 |      --      |    Inf 
310.44/310.54	c   311s|  1510k|497119 |  5293k|   3.5 | 380M|  63 |   8 |  70 |4508 |  70 |  19 |  19 | 619k|4996 | 0.000000e+00 |      --      |    Inf 
312.54/312.67	c   313s|  1520k|500114 |  5328k|   3.5 | 382M|  63 |   - |  70 |4743 |  70 |  19 |  19 | 623k|5006 | 0.000000e+00 |      --      |    Inf 
314.74/314.83	c   315s|  1530k|503210 |  5362k|   3.5 | 385M|  63 |   8 |  70 |4574 |  70 |  19 |  19 | 628k|5016 | 0.000000e+00 |      --      |    Inf 
316.84/316.97	c   317s|  1540k|506421 |  5396k|   3.5 | 387M|  63 |   - |  70 |4709 |  70 |  19 |  19 | 632k|5030 | 0.000000e+00 |      --      |    Inf 
319.04/319.14	c   319s|  1550k|509476 |  5431k|   3.5 | 390M|  63 |   - |  70 |4092 |  70 |  19 |  19 | 636k|5038 | 0.000000e+00 |      --      |    Inf 
321.14/321.29	c   321s|  1560k|512404 |  5465k|   3.5 | 392M|  63 |   - |  70 |4216 |  70 |  19 |  19 | 640k|5054 | 0.000000e+00 |      --      |    Inf 
323.35/323.44	c   323s|  1570k|515540 |  5500k|   3.5 | 395M|  63 |   - |  70 |4605 |  70 |  19 |  19 | 645k|5068 | 0.000000e+00 |      --      |    Inf 
325.44/325.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.44/325.51	c   326s|  1580k|518744 |  5534k|   3.5 | 397M|  63 |   8 |  70 |5061 |  70 |  19 |  19 | 649k|5078 | 0.000000e+00 |      --      |    Inf 
327.54/327.66	c   328s|  1590k|522003 |  5569k|   3.5 | 400M|  63 |   8 |  70 |5267 |  70 |  19 |  19 | 653k|5088 | 0.000000e+00 |      --      |    Inf 
329.74/329.82	c   330s|  1600k|525385 |  5604k|   3.5 | 402M|  63 |   8 |  70 |5016 |  70 |  19 |  19 | 657k|5100 | 0.000000e+00 |      --      |    Inf 
331.94/332.04	c   332s|  1610k|528483 |  5638k|   3.5 | 405M|  63 |   8 |  70 |4612 |  70 |  19 |  19 | 661k|5106 | 0.000000e+00 |      --      |    Inf 
334.14/334.20	c   334s|  1620k|531483 |  5673k|   3.5 | 407M|  63 |   - |  70 |4878 |  70 |  19 |  19 | 665k|5115 | 0.000000e+00 |      --      |    Inf 
336.24/336.34	c   336s|  1630k|534623 |  5707k|   3.5 | 410M|  63 |   - |  70 |4763 |  70 |  19 |  19 | 669k|5128 | 0.000000e+00 |      --      |    Inf 
338.34/338.49	c   338s|  1640k|537638 |  5742k|   3.5 | 412M|  63 |   - |  70 |4744 |  70 |  19 |  19 | 674k|5141 | 0.000000e+00 |      --      |    Inf 
340.53/340.62	c   341s|  1650k|540873 |  5776k|   3.5 | 415M|  63 |   8 |  70 |4717 |  70 |  19 |  19 | 678k|5148 | 0.000000e+00 |      --      |    Inf 
342.64/342.77	c   343s|  1660k|544053 |  5811k|   3.5 | 417M|  63 |   8 |  70 |4926 |  70 |  19 |  19 | 682k|5162 | 0.000000e+00 |      --      |    Inf 
344.83/344.99	c   345s|  1670k|547177 |  5845k|   3.5 | 419M|  63 |   - |  70 |4500 |  70 |  19 |  19 | 686k|5169 | 0.000000e+00 |      --      |    Inf 
347.13/347.20	c   347s|  1680k|550208 |  5880k|   3.5 | 422M|  63 |   8 |  70 |4470 |  70 |  19 |  19 | 690k|5181 | 0.000000e+00 |      --      |    Inf 
349.24/349.35	c   349s|  1690k|553397 |  5914k|   3.5 | 424M|  63 |   8 |  70 |4546 |  70 |  19 |  19 | 694k|5188 | 0.000000e+00 |      --      |    Inf 
351.44/351.52	c   352s|  1700k|556476 |  5948k|   3.5 | 427M|  63 |   - |  70 |4753 |  70 |  19 |  19 | 699k|5205 | 0.000000e+00 |      --      |    Inf 
353.54/353.69	c   354s|  1710k|559400 |  5982k|   3.5 | 429M|  63 |   8 |  70 |4637 |  70 |  19 |  19 | 703k|5211 | 0.000000e+00 |      --      |    Inf 
355.63/355.73	c   356s|  1720k|562685 |  6016k|   3.5 | 432M|  63 |   8 |  70 |5878 |  70 |  19 |  19 | 707k|5219 | 0.000000e+00 |      --      |    Inf 
357.74/357.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.74/357.89	c   358s|  1730k|565981 |  6049k|   3.5 | 434M|  63 |   8 |  70 |5083 |  70 |  19 |  19 | 711k|5228 | 0.000000e+00 |      --      |    Inf 
359.83/359.94	c   360s|  1740k|569733 |  6082k|   3.5 | 437M|  63 |   8 |  70 |4819 |  70 |  19 |  19 | 715k|5232 | 0.000000e+00 |      --      |    Inf 
361.84/361.97	c   362s|  1750k|573279 |  6117k|   3.5 | 440M|  63 |   8 |  70 |5287 |  70 |  19 |  19 | 719k|5237 | 0.000000e+00 |      --      |    Inf 
364.04/364.13	c   364s|  1760k|576700 |  6152k|   3.5 | 442M|  63 |   8 |  70 |4789 |  70 |  19 |  19 | 723k|5244 | 0.000000e+00 |      --      |    Inf 
366.24/366.30	c   366s|  1770k|579807 |  6186k|   3.5 | 444M|  63 |   8 |  70 |4574 |  70 |  19 |  19 | 727k|5249 | 0.000000e+00 |      --      |    Inf 
368.34/368.44	c   368s|  1780k|582926 |  6221k|   3.5 | 447M|  63 |   8 |  70 |5406 |  70 |  19 |  19 | 731k|5253 | 0.000000e+00 |      --      |    Inf 
370.54/370.64	c   371s|  1790k|586153 |  6256k|   3.5 | 449M|  63 |   8 |  70 |4446 |  70 |  19 |  19 | 735k|5257 | 0.000000e+00 |      --      |    Inf 
372.63/372.76	c   373s|  1800k|589113 |  6292k|   3.5 | 452M|  63 |   8 |  70 |5473 |  70 |  19 |  19 | 740k|5262 | 0.000000e+00 |      --      |    Inf 
374.83/374.90	c   375s|  1810k|592148 |  6327k|   3.5 | 454M|  63 |   8 |  70 |5618 |  70 |  19 |  19 | 744k|5268 | 0.000000e+00 |      --      |    Inf 
377.03/377.15	c   377s|  1820k|595129 |  6362k|   3.5 | 457M|  63 |   8 |  70 |4581 |  70 |  19 |  19 | 748k|5271 | 0.000000e+00 |      --      |    Inf 
379.03/379.19	c   379s|  1830k|598729 |  6396k|   3.5 | 459M|  63 |   - |  70 |4808 |  70 |  19 |  19 | 752k|5275 | 0.000000e+00 |      --      |    Inf 
381.23/381.36	c   381s|  1840k|601872 |  6431k|   3.5 | 462M|  63 |   8 |  70 |4272 |  70 |  19 |  19 | 756k|5282 | 0.000000e+00 |      --      |    Inf 
383.23/383.36	c   383s|  1850k|605422 |  6465k|   3.5 | 465M|  63 |   8 |  70 |5637 |  70 |  19 |  19 | 760k|5288 | 0.000000e+00 |      --      |    Inf 
385.53/385.63	c   386s|  1860k|608376 |  6499k|   3.5 | 467M|  63 |   - |  70 |4523 |  70 |  19 |  19 | 765k|5295 | 0.000000e+00 |      --      |    Inf 
387.63/387.76	c   388s|  1870k|611468 |  6534k|   3.5 | 469M|  63 |   8 |  70 |4993 |  70 |  19 |  19 | 769k|5299 | 0.000000e+00 |      --      |    Inf 
389.93/390.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.93/390.02	c   390s|  1880k|614507 |  6569k|   3.5 | 471M|  63 |   - |  70 |3854 |  70 |  19 |  19 | 773k|5306 | 0.000000e+00 |      --      |    Inf 
391.93/392.05	c   392s|  1890k|617802 |  6604k|   3.5 | 474M|  63 |   8 |  70 |4715 |  70 |  19 |  19 | 777k|5313 | 0.000000e+00 |      --      |    Inf 
393.93/394.08	c   394s|  1900k|621288 |  6637k|   3.5 | 477M|  63 |   8 |  70 |5583 |  70 |  19 |  19 | 781k|5316 | 0.000000e+00 |      --      |    Inf 
396.23/396.33	c   396s|  1910k|624334 |  6672k|   3.5 | 479M|  63 |   8 |  70 |4732 |  70 |  19 |  19 | 786k|5324 | 0.000000e+00 |      --      |    Inf 
398.43/398.55	c   399s|  1920k|627289 |  6706k|   3.5 | 481M|  63 |   - |  70 |4081 |  70 |  19 |  19 | 790k|5330 | 0.000000e+00 |      --      |    Inf 
400.52/400.67	c   401s|  1930k|630545 |  6742k|   3.5 | 484M|  63 |   8 |  70 |4517 |  70 |  19 |  19 | 794k|5337 | 0.000000e+00 |      --      |    Inf 
402.54/402.69	c   403s|  1940k|633975 |  6776k|   3.5 | 487M|  63 |   8 |  70 |6064 |  70 |  19 |  19 | 798k|5342 | 0.000000e+00 |      --      |    Inf 
404.73/404.83	c   405s|  1950k|637337 |  6811k|   3.5 | 489M|  63 |   8 |  70 |6623 |  70 |  19 |  19 | 802k|5356 | 0.000000e+00 |      --      |    Inf 
407.03/407.10	c   407s|  1960k|640682 |  6844k|   3.5 | 492M|  63 |   8 |  70 |5991 |  70 |  19 |  19 | 806k|5358 | 0.000000e+00 |      --      |    Inf 
409.13/409.24	c   409s|  1970k|644043 |  6879k|   3.5 | 494M|  63 |   8 |  70 |5680 |  70 |  19 |  19 | 810k|5360 | 0.000000e+00 |      --      |    Inf 
411.33/411.44	c   411s|  1980k|647169 |  6913k|   3.5 | 497M|  63 |   - |  70 |5318 |  70 |  19 |  19 | 815k|5364 | 0.000000e+00 |      --      |    Inf 
413.62/413.71	c   414s|  1990k|650163 |  6948k|   3.5 | 499M|  63 |   - |  70 |4734 |  70 |  19 |  19 | 819k|5367 | 0.000000e+00 |      --      |    Inf 
415.74/415.89	c   416s|  2000k|653212 |  6982k|   3.5 | 502M|  63 |   8 |  70 |5004 |  70 |  19 |  19 | 823k|5371 | 0.000000e+00 |      --      |    Inf 
417.93/418.09	c   418s|  2010k|656310 |  7017k|   3.5 | 504M|  63 |   8 |  70 |4538 |  70 |  19 |  19 | 827k|5376 | 0.000000e+00 |      --      |    Inf 
419.93/420.09	c   420s|  2020k|660007 |  7051k|   3.5 | 507M|  63 |   8 |  70 |5445 |  70 |  19 |  19 | 831k|5385 | 0.000000e+00 |      --      |    Inf 
422.12/422.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
422.12/422.24	c   422s|  2030k|663095 |  7086k|   3.5 | 509M|  63 |   - |  70 |4935 |   0 |   0 |  19 | 835k|5390 | 0.000000e+00 |      --      |    Inf 
424.32/424.40	c   424s|  2040k|666110 |  7121k|   3.5 | 512M|  63 |   8 |  70 |4488 |  70 |  19 |  19 | 840k|5393 | 0.000000e+00 |      --      |    Inf 
426.43/426.50	c   426s|  2050k|669473 |  7156k|   3.5 | 514M|  63 |   - |  70 |4672 |  70 |  19 |  19 | 844k|5399 | 0.000000e+00 |      --      |    Inf 
428.63/428.74	c   429s|  2060k|672464 |  7191k|   3.5 | 516M|  63 |   8 |  70 |4396 |  70 |  19 |  19 | 848k|5404 | 0.000000e+00 |      --      |    Inf 
430.82/430.99	c   431s|  2070k|675353 |  7225k|   3.5 | 519M|  63 |   8 |  70 |4207 |  70 |  19 |  19 | 852k|5404 | 0.000000e+00 |      --      |    Inf 
433.02/433.16	c   433s|  2080k|678483 |  7260k|   3.5 | 521M|  63 |   8 |  70 |4627 |  70 |  19 |  19 | 856k|5404 | 0.000000e+00 |      --      |    Inf 
435.22/435.36	c   435s|  2090k|681399 |  7295k|   3.5 | 524M|  63 |   8 |  70 |4835 |  70 |  19 |  19 | 861k|5404 | 0.000000e+00 |      --      |    Inf 
437.42/437.53	c   438s|  2100k|684437 |  7329k|   3.5 | 526M|  63 |   8 |  70 |5145 |  70 |  19 |  19 | 865k|5408 | 0.000000e+00 |      --      |    Inf 
439.52/439.62	c   440s|  2110k|687847 |  7364k|   3.5 | 529M|  63 |   - |  70 |5338 |  70 |  19 |  19 | 869k|5414 | 0.000000e+00 |      --      |    Inf 
441.72/441.84	c   442s|  2120k|690874 |  7398k|   3.5 | 531M|  63 |   8 |  70 |5566 |  70 |  19 |  19 | 873k|5423 | 0.000000e+00 |      --      |    Inf 
444.02/444.10	c   444s|  2130k|694052 |  7432k|   3.5 | 534M|  63 |   - |  70 |4675 |  70 |  19 |  19 | 877k|5428 | 0.000000e+00 |      --      |    Inf 
446.12/446.23	c   446s|  2140k|697342 |  7466k|   3.5 | 536M|  63 |   8 |  70 |4874 |  70 |  19 |  19 | 881k|5439 | 0.000000e+00 |      --      |    Inf 
448.32/448.45	c   448s|  2150k|700381 |  7501k|   3.5 | 539M|  63 |   8 |  70 |4986 |  70 |  19 |  19 | 885k|5443 | 0.000000e+00 |      --      |    Inf 
450.52/450.63	c   451s|  2160k|703433 |  7535k|   3.5 | 541M|  63 |   8 |  70 |5049 |  70 |  19 |  19 | 890k|5450 | 0.000000e+00 |      --      |    Inf 
452.62/452.76	c   453s|  2170k|706820 |  7569k|   3.5 | 544M|  63 |   - |  70 |4885 |  70 |  19 |  19 | 894k|5456 | 0.000000e+00 |      --      |    Inf 
454.91/455.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.91/455.02	c   455s|  2180k|709744 |  7604k|   3.5 | 546M|  63 |   8 |  70 |4557 |  70 |  19 |  19 | 898k|5462 | 0.000000e+00 |      --      |    Inf 
457.02/457.19	c   457s|  2190k|712809 |  7639k|   3.5 | 549M|  63 |   - |  70 |5047 |  70 |  19 |  19 | 902k|5466 | 0.000000e+00 |      --      |    Inf 
459.22/459.35	c   459s|  2200k|715918 |  7674k|   3.5 | 551M|  63 |   - |  70 |5573 |  70 |  19 |  19 | 906k|5474 | 0.000000e+00 |      --      |    Inf 
461.42/461.57	c   462s|  2210k|719107 |  7709k|   3.5 | 554M|  63 |   - |  70 |4968 |  70 |  19 |  19 | 910k|5478 | 0.000000e+00 |      --      |    Inf 
463.61/463.73	c   464s|  2220k|722455 |  7743k|   3.5 | 556M|  63 |   8 |  70 |4765 |  70 |  19 |  19 | 914k|5483 | 0.000000e+00 |      --      |    Inf 
465.82/465.97	c   466s|  2230k|725326 |  7777k|   3.5 | 558M|  63 |   - |  70 |5022 |   0 |   0 |  19 | 919k|5491 | 0.000000e+00 |      --      |    Inf 
468.12/468.23	c   468s|  2240k|728293 |  7812k|   3.5 | 561M|  63 |   - |  70 |4664 |  70 |  19 |  19 | 923k|5496 | 0.000000e+00 |      --      |    Inf 
470.32/470.44	c   470s|  2250k|731471 |  7845k|   3.5 | 563M|  63 |   8 |  70 |4249 |  70 |  19 |  19 | 927k|5504 | 0.000000e+00 |      --      |    Inf 
472.51/472.60	c   473s|  2260k|734621 |  7880k|   3.5 | 566M|  63 |   8 |  70 |4864 |  70 |  19 |  19 | 931k|5510 | 0.000000e+00 |      --      |    Inf 
474.72/474.81	c   475s|  2270k|737693 |  7914k|   3.5 | 568M|  63 |   8 |  70 |4443 |  70 |  19 |  19 | 936k|5514 | 0.000000e+00 |      --      |    Inf 
476.81/476.99	c   477s|  2280k|740723 |  7949k|   3.5 | 571M|  63 |   8 |  70 |4422 |  70 |  19 |  19 | 940k|5517 | 0.000000e+00 |      --      |    Inf 
479.12/479.23	c   479s|  2290k|743766 |  7982k|   3.5 | 573M|  63 |   8 |  70 |4100 |  70 |  19 |  19 | 944k|5523 | 0.000000e+00 |      --      |    Inf 
481.32/481.43	c   481s|  2300k|746814 |  8017k|   3.5 | 576M|  63 |   8 |  70 |4108 |  70 |  19 |  19 | 948k|5529 | 0.000000e+00 |      --      |    Inf 
483.41/483.59	c   484s|  2310k|749850 |  8051k|   3.5 | 578M|  63 |   8 |  70 |4737 |  70 |  19 |  19 | 953k|5534 | 0.000000e+00 |      --      |    Inf 
485.61/485.71	c   486s|  2320k|753063 |  8086k|   3.5 | 581M|  63 |   8 |  70 |5340 |  70 |  19 |  19 | 957k|5542 | 0.000000e+00 |      --      |    Inf 
487.92/488.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
487.92/488.01	c   488s|  2330k|755992 |  8121k|   3.5 | 583M|  63 |   8 |  70 |4576 |  70 |  19 |  19 | 961k|5546 | 0.000000e+00 |      --      |    Inf 
490.01/490.13	c   490s|  2340k|759366 |  8155k|   3.5 | 586M|  63 |   8 |  70 |5496 |  70 |  19 |  19 | 965k|5551 | 0.000000e+00 |      --      |    Inf 
492.21/492.39	c   492s|  2350k|762310 |  8189k|   3.5 | 588M|  63 |   - |  70 |5220 |  70 |  19 |  19 | 969k|5555 | 0.000000e+00 |      --      |    Inf 
494.52/494.64	c   495s|  2360k|765331 |  8223k|   3.5 | 590M|  63 |   8 |  70 |4398 |  70 |  19 |  19 | 973k|5561 | 0.000000e+00 |      --      |    Inf 
496.71/496.88	c   497s|  2370k|768364 |  8258k|   3.5 | 593M|  63 |   8 |  70 |4438 |  70 |  19 |  19 | 978k|5566 | 0.000000e+00 |      --      |    Inf 
499.01/499.12	c   499s|  2380k|771155 |  8293k|   3.5 | 595M|  63 |   8 |  70 |4164 |  70 |  19 |  19 | 982k|5573 | 0.000000e+00 |      --      |    Inf 
501.11/501.23	c   501s|  2390k|774337 |  8328k|   3.5 | 598M|  63 |   8 |  70 |5176 |  70 |  19 |  19 | 986k|5579 | 0.000000e+00 |      --      |    Inf 
503.31/503.43	c   503s|  2400k|777415 |  8362k|   3.5 | 601M|  63 |   - |  70 |5582 |  70 |  19 |  19 | 991k|5584 | 0.000000e+00 |      --      |    Inf 
505.61/505.70	c   506s|  2410k|780410 |  8397k|   3.5 | 603M|  63 |   - |  70 |5086 |  70 |  19 |  19 | 995k|5589 | 0.000000e+00 |      --      |    Inf 
507.81/507.98	c   508s|  2420k|783352 |  8432k|   3.5 | 605M|  63 |   8 |  70 |4919 |  70 |  19 |  19 | 999k|5597 | 0.000000e+00 |      --      |    Inf 
510.01/510.17	c   510s|  2430k|786422 |  8466k|   3.5 | 608M|  63 |   8 |  70 |4991 |  70 |  19 |  19 |1003k|5604 | 0.000000e+00 |      --      |    Inf 
512.31/512.44	c   512s|  2440k|789493 |  8500k|   3.5 | 610M|  63 |   8 |  70 |4889 |  70 |  19 |  19 |1008k|5611 | 0.000000e+00 |      --      |    Inf 
514.51/514.67	c   515s|  2450k|792707 |  8535k|   3.5 | 613M|  63 |   - |  70 |4775 |  70 |  19 |  19 |1012k|5615 | 0.000000e+00 |      --      |    Inf 
516.82/516.90	c   517s|  2460k|795736 |  8570k|   3.5 | 615M|  63 |   8 |  70 |4802 |  70 |  19 |  19 |1016k|5620 | 0.000000e+00 |      --      |    Inf 
518.91/519.08	c   519s|  2470k|798820 |  8605k|   3.5 | 618M|  63 |   - |  70 |4743 |  70 |  19 |  19 |1020k|5627 | 0.000000e+00 |      --      |    Inf 
521.22/521.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
521.22/521.35	c   521s|  2480k|801676 |  8640k|   3.5 | 620M|  63 |   8 |  70 |4730 |  70 |  19 |  19 |1025k|5630 | 0.000000e+00 |      --      |    Inf 
523.41/523.53	c   524s|  2490k|804882 |  8674k|   3.5 | 623M|  63 |   - |  70 |5222 |  70 |  19 |  19 |1029k|5635 | 0.000000e+00 |      --      |    Inf 
525.61/525.79	c   526s|  2500k|807825 |  8708k|   3.5 | 625M|  63 |   8 |  70 |4412 |  70 |  19 |  19 |1033k|5641 | 0.000000e+00 |      --      |    Inf 
527.91/528.07	c   528s|  2510k|810461 |  8742k|   3.5 | 627M|  63 |   8 |  70 |4242 |  70 |  19 |  19 |1038k|5645 | 0.000000e+00 |      --      |    Inf 
530.11/530.28	c   530s|  2520k|813417 |  8777k|   3.5 | 630M|  63 |   8 |  70 |4804 |  70 |  19 |  19 |1042k|5648 | 0.000000e+00 |      --      |    Inf 
532.31/532.47	c   532s|  2530k|816750 |  8811k|   3.5 | 632M|  63 |   - |  70 |5264 |  70 |  19 |  19 |1046k|5656 | 0.000000e+00 |      --      |    Inf 
534.61/534.73	c   535s|  2540k|819795 |  8846k|   3.5 | 635M|  63 |   8 |  70 |5344 |  70 |  19 |  19 |1050k|5660 | 0.000000e+00 |      --      |    Inf 
536.91/537.03	c   537s|  2550k|822693 |  8880k|   3.5 | 637M|  63 |   8 |  70 |5017 |  70 |  19 |  19 |1054k|5663 | 0.000000e+00 |      --      |    Inf 
539.10/539.26	c   539s|  2560k|825674 |  8915k|   3.5 | 640M|  63 |   8 |  70 |5297 |  70 |  19 |  19 |1059k|5667 | 0.000000e+00 |      --      |    Inf 
541.30/541.49	c   541s|  2570k|828807 |  8948k|   3.5 | 642M|  63 |   - |  70 |4955 |  70 |  19 |  19 |1063k|5670 | 0.000000e+00 |      --      |    Inf 
543.50/543.68	c   544s|  2580k|831911 |  8983k|   3.5 | 645M|  63 |   8 |  70 |5381 |  70 |  19 |  19 |1067k|5675 | 0.000000e+00 |      --      |    Inf 
545.60/545.78	c   546s|  2590k|835398 |  9016k|   3.5 | 647M|  63 |   - |  70 |5569 |  70 |  19 |  19 |1071k|5683 | 0.000000e+00 |      --      |    Inf 
547.90/548.03	c   548s|  2600k|838471 |  9051k|   3.5 | 649M|  63 |   8 |  70 |4850 |  70 |  19 |  19 |1075k|5691 | 0.000000e+00 |      --      |    Inf 
550.00/550.19	c   550s|  2610k|841497 |  9084k|   3.5 | 652M|  63 |   8 |  70 |4754 |  70 |  19 |  19 |1079k|5696 | 0.000000e+00 |      --      |    Inf 
552.20/552.38	c   552s|  2620k|844374 |  9119k|   3.5 | 654M|  63 |   8 |  70 |5255 |  70 |  19 |  19 |1084k|5704 | 0.000000e+00 |      --      |    Inf 
554.50/554.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.50/554.66	c   555s|  2630k|847281 |  9154k|   3.5 | 657M|  63 |   - |  70 |4774 |  70 |  19 |  19 |1088k|5709 | 0.000000e+00 |      --      |    Inf 
556.70/556.87	c   557s|  2640k|850383 |  9188k|   3.5 | 659M|  63 |   - |  70 |4675 |  70 |  19 |  19 |1092k|5713 | 0.000000e+00 |      --      |    Inf 
558.70/558.87	c   559s|  2650k|854211 |  9222k|   3.5 | 662M|  63 |   8 |  70 |5781 |  70 |  19 |  19 |1096k|5718 | 0.000000e+00 |      --      |    Inf 
560.80/560.96	c   561s|  2660k|857712 |  9256k|   3.5 | 665M|  63 |   - |  70 |6056 |  70 |  19 |  19 |1100k|5723 | 0.000000e+00 |      --      |    Inf 
563.10/563.26	c   563s|  2670k|860675 |  9291k|   3.5 | 667M|  63 |   8 |  70 |5261 |  70 |  19 |  19 |1104k|5726 | 0.000000e+00 |      --      |    Inf 
565.20/565.35	c   565s|  2680k|864093 |  9325k|   3.5 | 669M|  63 |   8 |  70 |5677 |  70 |  19 |  19 |1108k|5730 | 0.000000e+00 |      --      |    Inf 
567.40/567.57	c   568s|  2690k|867207 |  9359k|   3.5 | 672M|  63 |   - |  70 |5208 |  70 |  19 |  19 |1112k|5734 | 0.000000e+00 |      --      |    Inf 
569.70/569.84	c   570s|  2700k|870123 |  9394k|   3.5 | 674M|  63 |   8 |  70 |4933 |  70 |  19 |  19 |1116k|5737 | 0.000000e+00 |      --      |    Inf 
571.90/572.05	c   572s|  2710k|873123 |  9429k|   3.5 | 677M|  63 |   - |  70 |4928 |  70 |  19 |  19 |1121k|5742 | 0.000000e+00 |      --      |    Inf 
574.10/574.25	c   574s|  2720k|876049 |  9465k|   3.5 | 679M|  63 |   8 |  70 |5352 |  70 |  19 |  19 |1125k|5745 | 0.000000e+00 |      --      |    Inf 
576.39/576.52	c   577s|  2730k|879047 |  9499k|   3.5 | 682M|  63 |   - |  70 |5253 |  70 |  19 |  19 |1129k|5746 | 0.000000e+00 |      --      |    Inf 
578.59/578.78	c   579s|  2740k|881939 |  9533k|   3.5 | 684M|  63 |   8 |  70 |5103 |  70 |  19 |  19 |1133k|5750 | 0.000000e+00 |      --      |    Inf 
580.89/581.05	c   581s|  2750k|884700 |  9568k|   3.5 | 687M|  63 |   8 |  70 |5080 |  70 |  19 |  19 |1138k|5754 | 0.000000e+00 |      --      |    Inf 
583.10/583.29	c   583s|  2760k|887788 |  9603k|   3.5 | 689M|  63 |   - |  70 |5204 |  70 |  19 |  19 |1142k|5759 | 0.000000e+00 |      --      |    Inf 
585.39/585.53	c   586s|  2770k|890615 |  9638k|   3.5 | 692M|  63 |   - |  70 |5504 |  70 |  19 |  19 |1146k|5765 | 0.000000e+00 |      --      |    Inf 
587.49/587.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
587.49/587.69	c   588s|  2780k|893839 |  9672k|   3.5 | 694M|  63 |   - |  70 |5543 |  70 |  19 |  19 |1150k|5772 | 0.000000e+00 |      --      |    Inf 
589.79/589.98	c   590s|  2790k|896783 |  9707k|   3.5 | 696M|  63 |   8 |  70 |5230 |  70 |  19 |  19 |1155k|5783 | 0.000000e+00 |      --      |    Inf 
592.09/592.22	c   592s|  2800k|899914 |  9741k|   3.5 | 699M|  63 |   8 |  70 |4513 |  70 |  19 |  19 |1159k|5793 | 0.000000e+00 |      --      |    Inf 
594.18/594.37	c   594s|  2810k|903065 |  9776k|   3.5 | 701M|  63 |   8 |  70 |5117 |  70 |  19 |  19 |1163k|5800 | 0.000000e+00 |      --      |    Inf 
596.38/596.52	c   597s|  2820k|906522 |  9811k|   3.5 | 704M|  63 |   8 |  70 |5014 |  70 |  19 |  19 |1167k|5804 | 0.000000e+00 |      --      |    Inf 
598.30/598.41	c   598s|  2830k|910890 |  9845k|   3.5 | 707M|  63 |   8 |  70 |6117 |  70 |  19 |  19 |1170k|5809 | 0.000000e+00 |      --      |    Inf 
600.29/600.44	c   600s|  2840k|914795 |  9878k|   3.5 | 709M|  63 |   8 |  70 |6625 |  70 |  19 |  19 |1174k|5816 | 0.000000e+00 |      --      |    Inf 
602.49/602.60	c   603s|  2850k|918345 |  9913k|   3.5 | 712M|  63 |   8 |  70 |7039 |  70 |  19 |  19 |1178k|5824 | 0.000000e+00 |      --      |    Inf 
604.68/604.85	c   605s|  2860k|921754 |  9948k|   3.5 | 714M|  63 |   8 |  70 |5967 |  70 |  19 |  19 |1182k|5832 | 0.000000e+00 |      --      |    Inf 
606.99/607.18	c   607s|  2870k|924755 |  9982k|   3.5 | 716M|  63 |   8 |  70 |5639 |  70 |  19 |  19 |1186k|5837 | 0.000000e+00 |      --      |    Inf 
609.29/609.44	c   609s|  2880k|927925 | 10017k|   3.5 | 719M|  63 |   - |  70 |5681 |  70 |  19 |  19 |1190k|5841 | 0.000000e+00 |      --      |    Inf 
611.49/611.67	c   612s|  2890k|931007 | 10052k|   3.5 | 721M|  63 |   8 |  70 |5327 |  70 |  19 |  19 |1194k|5851 | 0.000000e+00 |      --      |    Inf 
613.79/613.94	c   614s|  2900k|933918 | 10086k|   3.5 | 724M|  63 |   - |  70 |4944 |  70 |  19 |  19 |1199k|5857 | 0.000000e+00 |      --      |    Inf 
615.89/616.09	c   616s|  2910k|937273 | 10121k|   3.5 | 726M|  63 |   - |  70 |5337 |  70 |  19 |  19 |1203k|5866 | 0.000000e+00 |      --      |    Inf 
617.99/618.19	c   618s|  2920k|940632 | 10154k|   3.5 | 729M|  63 |   8 |  70 |5792 |  70 |  19 |  19 |1207k|5877 | 0.000000e+00 |      --      |    Inf 
620.29/620.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.29/620.41	c   620s|  2930k|943695 | 10188k|   3.5 | 731M|  63 |   8 |  70 |5166 |  70 |  19 |  19 |1211k|5885 | 0.000000e+00 |      --      |    Inf 
622.49/622.63	c   623s|  2940k|946967 | 10223k|   3.5 | 734M|  63 |   8 |  70 |5206 |  70 |  19 |  19 |1215k|5893 | 0.000000e+00 |      --      |    Inf 
624.59/624.77	c   625s|  2950k|950276 | 10258k|   3.5 | 736M|  63 |   8 |  70 |5952 |  70 |  19 |  19 |1219k|5893 | 0.000000e+00 |      --      |    Inf 
626.79/626.94	c   627s|  2960k|953345 | 10293k|   3.5 | 739M|  63 |   - |  70 |6485 |  70 |  19 |  19 |1223k|5898 | 0.000000e+00 |      --      |    Inf 
628.88/629.10	c   629s|  2970k|956922 | 10326k|   3.5 | 741M|  63 |   - |  70 |6879 |  70 |  19 |  19 |1227k|5903 | 0.000000e+00 |      --      |    Inf 
631.29/631.48	c   631s|  2980k|959986 | 10360k|   3.5 | 744M|  63 |   8 |  70 |5248 |  70 |  19 |  19 |1231k|5907 | 0.000000e+00 |      --      |    Inf 
633.18/633.39	c   633s|  2990k|963749 | 10394k|   3.5 | 747M|  63 |   - |  70 |6960 |  70 |  19 |  19 |1235k|5910 | 0.000000e+00 |      --      |    Inf 
635.47/635.65	c   636s|  3000k|966691 | 10427k|   3.5 | 749M|  63 |   8 |  70 |6035 |  70 |  19 |  19 |1239k|5910 | 0.000000e+00 |      --      |    Inf 
637.78/637.91	c   638s|  3010k|969867 | 10462k|   3.5 | 751M|  63 |   - |  70 |5048 |  70 |  19 |  19 |1243k|5910 | 0.000000e+00 |      --      |    Inf 
639.98/640.15	c   640s|  3020k|972857 | 10497k|   3.5 | 754M|  63 |   8 |  70 |5475 |  70 |  19 |  19 |1248k|5910 | 0.000000e+00 |      --      |    Inf 
642.19/642.40	c   642s|  3030k|976034 | 10532k|   3.5 | 756M|  63 |   8 |  70 |5379 |  70 |  19 |  19 |1252k|5910 | 0.000000e+00 |      --      |    Inf 
644.38/644.60	c   645s|  3040k|979151 | 10567k|   3.5 | 759M|  63 |   8 |  70 |5377 |  70 |  19 |  19 |1256k|5910 | 0.000000e+00 |      --      |    Inf 
646.68/646.89	c   647s|  3050k|982190 | 10602k|   3.5 | 761M|  63 |   8 |  70 |4771 |  70 |  19 |  19 |1260k|5910 | 0.000000e+00 |      --      |    Inf 
649.08/649.23	c   649s|  3060k|984955 | 10636k|   3.5 | 763M|  63 |   - |  70 |4814 |  70 |  19 |  19 |1264k|5910 | 0.000000e+00 |      --      |    Inf 
651.27/651.45	c   651s|  3070k|988058 | 10670k|   3.5 | 766M|  63 |   - |  70 |5148 |  70 |  19 |  19 |1269k|5910 | 0.000000e+00 |      --      |    Inf 
653.38/653.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
653.38/653.58	c   654s|  3080k|991472 | 10705k|   3.5 | 769M|  63 |   - |  70 |5626 |  70 |  19 |  19 |1273k|5910 | 0.000000e+00 |      --      |    Inf 
655.68/655.82	c   656s|  3090k|994609 | 10739k|   3.5 | 771M|  63 |   8 |  70 |5061 |  70 |  19 |  19 |1277k|5910 | 0.000000e+00 |      --      |    Inf 
657.78/657.97	c   658s|  3100k|997760 | 10773k|   3.5 | 773M|  63 |   8 |  70 |5317 |  70 |  19 |  19 |1281k|5910 | 0.000000e+00 |      --      |    Inf 
660.17/660.31	c   660s|  3110k|  1000k| 10807k|   3.5 | 776M|  63 |   8 |  70 |4554 |  70 |  19 |  19 |1285k|5910 | 0.000000e+00 |      --      |    Inf 
662.27/662.43	c   662s|  3120k|  1003k| 10842k|   3.5 | 779M|  63 |   - |  70 |6279 |  70 |  19 |  19 |1289k|5910 | 0.000000e+00 |      --      |    Inf 
664.57/664.76	c   665s|  3130k|  1006k| 10876k|   3.5 | 781M|  63 |   8 |  70 |5482 |  70 |  19 |  19 |1294k|5910 | 0.000000e+00 |      --      |    Inf 
666.77/666.97	c   667s|  3140k|  1009k| 10911k|   3.5 | 783M|  63 |   - |  70 |5428 |  70 |  19 |  19 |1298k|5910 | 0.000000e+00 |      --      |    Inf 
669.07/669.24	c   669s|  3150k|  1012k| 10945k|   3.5 | 786M|  63 |   8 |  70 |5257 |  70 |  19 |  19 |1302k|5910 | 0.000000e+00 |      --      |    Inf 
671.28/671.40	c   671s|  3160k|  1016k| 10979k|   3.5 | 788M|  63 |   8 |  70 |5948 |  70 |  19 |  19 |1306k|5910 | 0.000000e+00 |      --      |    Inf 
673.47/673.67	c   674s|  3170k|  1019k| 11013k|   3.5 | 791M|  63 |   8 |  70 |5227 |  70 |  19 |  19 |1310k|5910 | 0.000000e+00 |      --      |    Inf 
675.37/675.58	c   676s|  3180k|  1023k| 11046k|   3.5 | 794M|  63 |   8 |  70 |6606 |  70 |  19 |  19 |1314k|5910 | 0.000000e+00 |      --      |    Inf 
677.38/677.52	c   678s|  3190k|  1028k| 11078k|   3.5 | 796M|  63 |   8 |  70 |7411 |  70 |  19 |  19 |1317k|5910 | 0.000000e+00 |      --      |    Inf 
679.47/679.64	c   680s|  3200k|  1032k| 11111k|   3.5 | 799M|  63 |   8 |  70 |7354 |  70 |  19 |  19 |1320k|5912 | 0.000000e+00 |      --      |    Inf 
681.88/682.09	c   682s|  3210k|  1035k| 11145k|   3.5 | 801M|  63 |   - |  70 |5671 |  70 |  19 |  19 |1325k|5915 | 0.000000e+00 |      --      |    Inf 
684.27/684.45	c   684s|  3220k|  1038k| 11179k|   3.5 | 803M|  63 |   8 |  70 |5488 |  70 |  19 |  19 |1329k|5919 | 0.000000e+00 |      --      |    Inf 
686.67/686.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.67/686.81	c   687s|  3230k|  1041k| 11214k|   3.5 | 806M|  63 |   8 |  70 |4972 |  70 |  19 |  19 |1333k|5923 | 0.000000e+00 |      --      |    Inf 
688.77/688.97	c   689s|  3240k|  1044k| 11248k|   3.5 | 808M|  63 |   8 |  70 |5338 |  70 |  19 |  19 |1337k|5926 | 0.000000e+00 |      --      |    Inf 
691.17/691.30	c   691s|  3250k|  1047k| 11282k|   3.5 | 811M|  63 |   8 |  70 |4807 |  70 |  19 |  19 |1341k|5929 | 0.000000e+00 |      --      |    Inf 
693.37/693.53	c   694s|  3260k|  1050k| 11317k|   3.5 | 813M|  63 |   8 |  70 |5309 |  70 |  19 |  19 |1346k|5934 | 0.000000e+00 |      --      |    Inf 
695.57/695.73	c   696s|  3270k|  1053k| 11353k|   3.5 | 816M|  63 |   - |  70 |6112 |  70 |  19 |  19 |1350k|5936 | 0.000000e+00 |      --      |    Inf 
697.77/697.98	c   698s|  3280k|  1057k| 11387k|   3.5 | 818M|  63 |   8 |  70 |5655 |  70 |  19 |  19 |1354k|5940 | 0.000000e+00 |      --      |    Inf 
699.97/700.12	c   700s|  3290k|  1060k| 11420k|   3.5 | 821M|  63 |   8 |  70 |5892 |  70 |  19 |  19 |1358k|5943 | 0.000000e+00 |      --      |    Inf 
701.97/702.14	c   702s|  3300k|  1064k| 11453k|   3.5 | 823M|  63 |   8 |  70 |6332 |  70 |  19 |  19 |1362k|5949 | 0.000000e+00 |      --      |    Inf 
704.17/704.34	c   704s|  3310k|  1067k| 11487k|   3.5 | 826M|  63 |   8 |  70 |6370 |  70 |  19 |  19 |1366k|5954 | 0.000000e+00 |      --      |    Inf 
706.47/706.67	c   707s|  3320k|  1071k| 11521k|   3.5 | 828M|  63 |   8 |  70 |5797 |  70 |  19 |  19 |1370k|5959 | 0.000000e+00 |      --      |    Inf 
708.67/708.83	c   709s|  3330k|  1074k| 11555k|   3.5 | 831M|  63 |   8 |  70 |5721 |  70 |  19 |  19 |1374k|5962 | 0.000000e+00 |      --      |    Inf 
710.86/711.07	c   711s|  3340k|  1077k| 11588k|   3.5 | 833M|  63 |   8 |  70 |5971 |  70 |  19 |  19 |1378k|5965 | 0.000000e+00 |      --      |    Inf 
713.16/713.37	c   713s|  3350k|  1080k| 11623k|   3.5 | 836M|  63 |   8 |  70 |5125 |  70 |  19 |  19 |1382k|5972 | 0.000000e+00 |      --      |    Inf 
715.37/715.50	c   715s|  3360k|  1084k| 11658k|   3.5 | 838M|  63 |   8 |  70 |5659 |  70 |  19 |  19 |1386k|5977 | 0.000000e+00 |      --      |    Inf 
717.57/717.73	c   718s|  3370k|  1087k| 11691k|   3.5 | 841M|  63 |   8 |  70 |5315 |  70 |  19 |  19 |1390k|5981 | 0.000000e+00 |      --      |    Inf 
719.77/719.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
719.77/719.97	c   720s|  3380k|  1090k| 11726k|   3.5 | 843M|  63 |   - |  70 |5952 |  70 |  19 |  19 |1394k|5984 | 0.000000e+00 |      --      |    Inf 
721.86/722.08	c   722s|  3390k|  1094k| 11759k|   3.5 | 846M|  63 |   - |  70 |6507 |  70 |  19 |  19 |1398k|5988 | 0.000000e+00 |      --      |    Inf 
724.26/724.41	c   724s|  3400k|  1097k| 11792k|   3.5 | 848M|  63 |   - |  70 |5269 |  70 |  19 |  19 |1402k|5993 | 0.000000e+00 |      --      |    Inf 
726.36/726.58	c   727s|  3410k|  1100k| 11826k|   3.5 | 851M|  63 |   8 |  70 |5013 |  70 |  19 |  19 |1406k|5997 | 0.000000e+00 |      --      |    Inf 
728.66/728.87	c   729s|  3420k|  1103k| 11861k|   3.5 | 853M|  63 |   8 |  70 |5006 |  70 |  19 |  19 |1411k|6001 | 0.000000e+00 |      --      |    Inf 
730.96/731.10	c   731s|  3430k|  1106k| 11896k|   3.5 | 856M|  63 |   8 |  70 |5234 |  70 |  19 |  19 |1415k|6004 | 0.000000e+00 |      --      |    Inf 
733.16/733.32	c   733s|  3440k|  1110k| 11931k|   3.5 | 858M|  63 |   - |  70 |5946 |  70 |  19 |  19 |1419k|6010 | 0.000000e+00 |      --      |    Inf 
735.46/735.64	c   736s|  3450k|  1113k| 11965k|   3.5 | 861M|  63 |   8 |  70 |5423 |  70 |  19 |  19 |1423k|6019 | 0.000000e+00 |      --      |    Inf 
737.56/737.71	c   738s|  3460k|  1116k| 11998k|   3.5 | 863M|  63 |   8 |  70 |5634 |  70 |  19 |  19 |1427k|6024 | 0.000000e+00 |      --      |    Inf 
739.76/739.98	c   740s|  3470k|  1120k| 12032k|   3.5 | 865M|  63 |   - |  70 |4790 |  70 |  19 |  19 |1431k|6029 | 0.000000e+00 |      --      |    Inf 
742.06/742.25	c   742s|  3480k|  1122k| 12067k|   3.5 | 868M|  63 |   8 |  70 |4935 |  70 |  19 |  19 |1435k|6035 | 0.000000e+00 |      --      |    Inf 
744.36/744.55	c   745s|  3490k|  1125k| 12102k|   3.5 | 870M|  63 |   8 |  70 |4914 |  70 |  19 |  19 |1440k|6042 | 0.000000e+00 |      --      |    Inf 
746.66/746.83	c   747s|  3500k|  1128k| 12137k|   3.5 | 873M|  63 |   8 |  70 |5176 |  70 |  19 |  19 |1444k|6049 | 0.000000e+00 |      --      |    Inf 
748.86/749.07	c   749s|  3510k|  1131k| 12173k|   3.5 | 875M|  63 |   8 |  70 |5617 |  70 |  19 |  19 |1448k|6058 | 0.000000e+00 |      --      |    Inf 
751.16/751.35	c   751s|  3520k|  1134k| 12207k|   3.5 | 878M|  63 |   8 |  70 |5293 |  70 |  19 |  19 |1452k|6064 | 0.000000e+00 |      --      |    Inf 
753.26/753.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
753.26/753.45	c   753s|  3530k|  1138k| 12241k|   3.5 | 880M|  63 |   - |  70 |6328 |  70 |  19 |  19 |1456k|6070 | 0.000000e+00 |      --      |    Inf 
755.46/755.70	c   756s|  3540k|  1141k| 12274k|   3.5 | 883M|  63 |   - |  70 |5900 |  70 |  19 |  19 |1461k|6075 | 0.000000e+00 |      --      |    Inf 
757.76/757.94	c   758s|  3550k|  1144k| 12308k|   3.5 | 885M|  63 |   - |  70 |6190 |  70 |  19 |  19 |1465k|6082 | 0.000000e+00 |      --      |    Inf 
760.06/760.22	c   760s|  3560k|  1147k| 12343k|   3.5 | 888M|  63 |   8 |  70 |5267 |  70 |  19 |  19 |1469k|6089 | 0.000000e+00 |      --      |    Inf 
762.06/762.29	c   762s|  3570k|  1151k| 12377k|   3.5 | 890M|  63 |   8 |  70 |6358 |  70 |  19 |  19 |1473k|6094 | 0.000000e+00 |      --      |    Inf 
764.37/764.52	c   765s|  3580k|  1154k| 12410k|   3.5 | 893M|  63 |   - |  70 |6524 |  70 |  19 |  19 |1477k|6098 | 0.000000e+00 |      --      |    Inf 
766.66/766.80	c   767s|  3590k|  1157k| 12445k|   3.5 | 895M|  63 |   - |  70 |6370 |  70 |  19 |  19 |1481k|6106 | 0.000000e+00 |      --      |    Inf 
768.96/769.12	c   769s|  3600k|  1160k| 12479k|   3.5 | 898M|  63 |   8 |  70 |5348 |  70 |  19 |  19 |1485k|6110 | 0.000000e+00 |      --      |    Inf 
771.25/771.40	c   771s|  3610k|  1163k| 12513k|   3.5 | 900M|  63 |   8 |  70 |5563 |  70 |  19 |  19 |1490k|6116 | 0.000000e+00 |      --      |    Inf 
773.45/773.66	c   774s|  3620k|  1166k| 12547k|   3.5 | 903M|  63 |   8 |  70 |6109 |  70 |  19 |  19 |1494k|6124 | 0.000000e+00 |      --      |    Inf 
775.76/775.99	c   776s|  3630k|  1169k| 12582k|   3.5 | 905M|  63 |   - |  70 |6062 |  70 |  19 |  19 |1499k|6130 | 0.000000e+00 |      --      |    Inf 
778.16/778.37	c   778s|  3640k|  1172k| 12617k|   3.5 | 907M|  63 |   8 |  70 |5247 |  70 |  19 |  19 |1503k|6136 | 0.000000e+00 |      --      |    Inf 
780.46/780.61	c   781s|  3650k|  1175k| 12652k|   3.5 | 910M|  63 |   - |  70 |6038 |  70 |  19 |  19 |1507k|6138 | 0.000000e+00 |      --      |    Inf 
782.75/782.93	c   783s|  3660k|  1178k| 12687k|   3.5 | 912M|  63 |   8 |  70 |5903 |  70 |  19 |  19 |1511k|6141 | 0.000000e+00 |      --      |    Inf 
784.95/785.11	c   785s|  3670k|  1181k| 12721k|   3.5 | 915M|  63 |   8 |  70 |6683 |  70 |  19 |  19 |1516k|6144 | 0.000000e+00 |      --      |    Inf 
787.15/787.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
787.15/787.32	c   787s|  3680k|  1184k| 12755k|   3.5 | 918M|  63 |   8 |  70 |7507 |  70 |  19 |  19 |1520k|6148 | 0.000000e+00 |      --      |    Inf 
789.45/789.62	c   790s|  3690k|  1187k| 12790k|   3.5 | 920M|  63 |   - |  70 |7105 |  70 |  19 |  19 |1524k|6152 | 0.000000e+00 |      --      |    Inf 
791.65/791.83	c   792s|  3700k|  1191k| 12824k|   3.5 | 923M|  63 |   - |  70 |6944 |  70 |  19 |  19 |1528k|6156 | 0.000000e+00 |      --      |    Inf 
793.95/794.17	c   794s|  3710k|  1194k| 12859k|   3.5 | 925M|  63 |   8 |  70 |6019 |  70 |  19 |  19 |1532k|6161 | 0.000000e+00 |      --      |    Inf 
796.35/796.51	c   797s|  3720k|  1197k| 12893k|   3.5 | 927M|  63 |   8 |  70 |4939 |  70 |  19 |  19 |1537k|6163 | 0.000000e+00 |      --      |    Inf 
798.55/798.76	c   799s|  3730k|  1200k| 12927k|   3.5 | 930M|  63 |   8 |  70 |5066 |  70 |  19 |  19 |1541k|6167 | 0.000000e+00 |      --      |    Inf 
800.95/801.14	c   801s|  3740k|  1203k| 12963k|   3.5 | 932M|  63 |   - |  70 |4743 |  70 |  19 |  19 |1545k|6173 | 0.000000e+00 |      --      |    Inf 
803.24/803.49	c   803s|  3750k|  1206k| 12998k|   3.5 | 934M|  63 |   8 |  70 |4503 |  70 |  19 |  19 |1550k|6177 | 0.000000e+00 |      --      |    Inf 
805.55/805.71	c   806s|  3760k|  1209k| 13033k|   3.5 | 937M|  63 |   8 |  70 |4897 |  70 |  19 |  19 |1554k|6183 | 0.000000e+00 |      --      |    Inf 
807.55/807.77	c   808s|  3770k|  1212k| 13067k|   3.5 | 940M|  63 |   - |  70 |6388 |  70 |  19 |  19 |1558k|6187 | 0.000000e+00 |      --      |    Inf 
809.85/810.07	c   810s|  3780k|  1215k| 13101k|   3.5 | 942M|  63 |   - |  70 |5300 |   0 |   0 |  19 |1562k|6191 | 0.000000e+00 |      --      |    Inf 
812.14/812.39	c   812s|  3790k|  1218k| 13136k|   3.5 | 944M|  63 |   - |  70 |5082 |  70 |  19 |  19 |1566k|6196 | 0.000000e+00 |      --      |    Inf 
814.45/814.60	c   815s|  3800k|  1221k| 13171k|   3.5 | 947M|  63 |   8 |  70 |5525 |  70 |  19 |  19 |1570k|6201 | 0.000000e+00 |      --      |    Inf 
816.55/816.76	c   817s|  3810k|  1225k| 13205k|   3.5 | 949M|  63 |   8 |  70 |5829 |  70 |  19 |  19 |1574k|6204 | 0.000000e+00 |      --      |    Inf 
818.95/819.10	c   819s|  3820k|  1228k| 13241k|   3.5 | 952M|  63 |   8 |  70 |5121 |  70 |  19 |  19 |1579k|6209 | 0.000000e+00 |      --      |    Inf 
821.24/821.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.24/821.42	c   821s|  3830k|  1230k| 13276k|   3.5 | 954M|  63 |   - |  70 |5036 |  70 |  19 |  19 |1583k|6212 | 0.000000e+00 |      --      |    Inf 
823.54/823.70	c   824s|  3840k|  1233k| 13311k|   3.5 | 956M|  63 |   8 |  70 |4873 |  70 |  19 |  19 |1587k|6215 | 0.000000e+00 |      --      |    Inf 
825.74/825.98	c   826s|  3850k|  1236k| 13347k|   3.5 | 959M|  63 |   8 |  70 |4999 |  70 |  19 |  19 |1592k|6219 | 0.000000e+00 |      --      |    Inf 
827.94/828.18	c   828s|  3860k|  1239k| 13381k|   3.5 | 961M|  63 |   8 |  70 |5636 |  70 |  19 |  19 |1596k|6223 | 0.000000e+00 |      --      |    Inf 
830.35/830.51	c   831s|  3870k|  1243k| 13415k|   3.5 | 964M|  63 |   8 |  70 |5563 |  70 |  19 |  19 |1600k|6227 | 0.000000e+00 |      --      |    Inf 
832.54/832.76	c   833s|  3880k|  1246k| 13449k|   3.5 | 966M|  63 |   - |  70 |6074 |  70 |  19 |  19 |1604k|6231 | 0.000000e+00 |      --      |    Inf 
834.84/835.03	c   835s|  3890k|  1249k| 13483k|   3.5 | 969M|  63 |   8 |  70 |5883 |  70 |  19 |  19 |1608k|6238 | 0.000000e+00 |      --      |    Inf 
837.04/837.29	c   837s|  3900k|  1252k| 13517k|   3.5 | 971M|  63 |   8 |  70 |5542 |  70 |  19 |  19 |1612k|6241 | 0.000000e+00 |      --      |    Inf 
839.34/839.57	c   840s|  3910k|  1255k| 13553k|   3.5 | 974M|  63 |   8 |  70 |5546 |  70 |  19 |  19 |1617k|6244 | 0.000000e+00 |      --      |    Inf 
841.74/841.93	c   842s|  3920k|  1258k| 13587k|   3.5 | 976M|  63 |   - |  70 |5143 |  70 |  19 |  19 |1621k|6251 | 0.000000e+00 |      --      |    Inf 
844.03/844.23	c   844s|  3930k|  1261k| 13621k|   3.5 | 978M|  63 |   - |  70 |5327 |  70 |  19 |  19 |1625k|6256 | 0.000000e+00 |      --      |    Inf 
846.24/846.44	c   846s|  3940k|  1264k| 13656k|   3.5 | 981M|  63 |   8 |  70 |5023 |  70 |  19 |  19 |1630k|6260 | 0.000000e+00 |      --      |    Inf 
848.53/848.73	c   849s|  3950k|  1267k| 13690k|   3.5 | 983M|  63 |   - |  70 |5171 |  70 |  19 |  19 |1634k|6266 | 0.000000e+00 |      --      |    Inf 
850.83/851.04	c   851s|  3960k|  1270k| 13725k|   3.5 | 986M|  63 |   - |  70 |5261 |  70 |  19 |  19 |1638k|6271 | 0.000000e+00 |      --      |    Inf 
853.03/853.23	c   853s|  3970k|  1273k| 13758k|   3.5 | 988M|  63 |   - |  70 |5714 |  70 |  19 |  19 |1642k|6275 | 0.000000e+00 |      --      |    Inf 
855.33/855.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
855.33/855.58	c   856s|  3980k|  1276k| 13792k|   3.5 | 991M|  63 |   8 |  70 |5578 |  70 |  19 |  19 |1647k|6280 | 0.000000e+00 |      --      |    Inf 
857.63/857.88	c   858s|  3990k|  1279k| 13825k|   3.5 | 993M|  63 |   8 |  70 |5887 |  70 |  19 |  19 |1651k|6284 | 0.000000e+00 |      --      |    Inf 
859.94/860.20	c   860s|  4000k|  1282k| 13861k|   3.5 | 996M|  63 |   8 |  70 |5973 |  70 |  19 |  19 |1655k|6289 | 0.000000e+00 |      --      |    Inf 
862.33/862.57	c   863s|  4010k|  1285k| 13895k|   3.5 | 998M|  63 |   8 |  70 |5337 |  70 |  19 |  19 |1659k|6295 | 0.000000e+00 |      --      |    Inf 
864.64/864.87	c   865s|  4020k|  1288k| 13929k|   3.5 |1001M|  63 |   - |  70 |5252 |  70 |  19 |  19 |1663k|6298 | 0.000000e+00 |      --      |    Inf 
866.83/867.03	c   867s|  4030k|  1292k| 13963k|   3.5 |1003M|  63 |   8 |  70 |5895 |  70 |  19 |  19 |1667k|6300 | 0.000000e+00 |      --      |    Inf 
869.13/869.34	c   869s|  4040k|  1294k| 13998k|   3.5 |1006M|  63 |   - |  70 |5832 |  70 |  19 |  19 |1672k|6303 | 0.000000e+00 |      --      |    Inf 
871.43/871.67	c   872s|  4050k|  1298k| 14032k|   3.5 |1008M|  63 |   8 |  70 |5305 |  70 |  19 |  19 |1676k|6307 | 0.000000e+00 |      --      |    Inf 
873.73/873.96	c   874s|  4060k|  1301k| 14065k|   3.5 |1010M|  63 |   - |  70 |5240 |   0 |   0 |  19 |1680k|6310 | 0.000000e+00 |      --      |    Inf 
876.03/876.26	c   876s|  4070k|  1304k| 14100k|   3.5 |1013M|  63 |   - |  70 |5321 |  70 |  19 |  19 |1684k|6313 | 0.000000e+00 |      --      |    Inf 
878.43/878.65	c   879s|  4080k|  1307k| 14135k|   3.5 |1015M|  63 |   8 |  70 |5202 |  70 |  19 |  19 |1689k|6316 | 0.000000e+00 |      --      |    Inf 
880.73/880.93	c   881s|  4090k|  1310k| 14169k|   3.5 |1018M|  63 |   8 |  70 |5380 |  70 |  19 |  19 |1693k|6321 | 0.000000e+00 |      --      |    Inf 
883.14/883.31	c   883s|  4100k|  1313k| 14204k|   3.5 |1020M|  63 |   8 |  70 |5421 |  70 |  19 |  19 |1697k|6325 | 0.000000e+00 |      --      |    Inf 
885.43/885.60	c   886s|  4110k|  1316k| 14238k|   3.5 |1023M|  63 |   8 |  70 |5219 |  70 |  19 |  19 |1701k|6330 | 0.000000e+00 |      --      |    Inf 
887.53/887.76	c   888s|  4120k|  1319k| 14272k|   3.5 |1025M|  63 |   - |  70 |6376 |  70 |  19 |  19 |1705k|6334 | 0.000000e+00 |      --      |    Inf 
889.83/890.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
889.83/890.06	c   890s|  4130k|  1322k| 14306k|   3.5 |1028M|  63 |   8 |  70 |6333 |  70 |  19 |  19 |1710k|6338 | 0.000000e+00 |      --      |    Inf 
891.93/892.13	c   892s|  4140k|  1326k| 14340k|   3.5 |1030M|  63 |   8 |  70 |7374 |  70 |  19 |  19 |1713k|6342 | 0.000000e+00 |      --      |    Inf 
894.23/894.48	c   894s|  4150k|  1329k| 14374k|   3.5 |1033M|  63 |   - |  70 |6544 |  70 |  19 |  19 |1718k|6345 | 0.000000e+00 |      --      |    Inf 
896.43/896.67	c   897s|  4160k|  1333k| 14407k|   3.5 |1035M|  63 |   - |  70 |7058 |  70 |  19 |  19 |1722k|6347 | 0.000000e+00 |      --      |    Inf 
898.82/899.05	c   899s|  4170k|  1336k| 14440k|   3.5 |1038M|  63 |   8 |  70 |5763 |  70 |  19 |  19 |1726k|6353 | 0.000000e+00 |      --      |    Inf 
901.12/901.38	c   901s|  4180k|  1339k| 14475k|   3.5 |1040M|  63 |   8 |  70 |5920 |  70 |  19 |  19 |1730k|6356 | 0.000000e+00 |      --      |    Inf 
903.33/903.59	c   904s|  4190k|  1342k| 14510k|   3.5 |1043M|  63 |   8 |  70 |6429 |  70 |  19 |  19 |1734k|6363 | 0.000000e+00 |      --      |    Inf 
905.52/905.75	c   906s|  4200k|  1346k| 14544k|   3.5 |1045M|  63 |   8 |  70 |6722 |  70 |  19 |  19 |1738k|6367 | 0.000000e+00 |      --      |    Inf 
907.92/908.12	c   908s|  4210k|  1349k| 14577k|   3.5 |1048M|  63 |   8 |  70 |5527 |  70 |  19 |  19 |1742k|6370 | 0.000000e+00 |      --      |    Inf 
910.23/910.41	c   910s|  4220k|  1352k| 14611k|   3.5 |1050M|  63 |   - |  70 |5234 |  70 |  19 |  19 |1746k|6374 | 0.000000e+00 |      --      |    Inf 
912.32/912.57	c   913s|  4230k|  1355k| 14645k|   3.5 |1053M|  63 |   8 |  70 |6255 |  70 |  19 |  19 |1751k|6379 | 0.000000e+00 |      --      |    Inf 
914.62/914.83	c   915s|  4240k|  1358k| 14678k|   3.5 |1055M|  63 |   - |  70 |6473 |  70 |  19 |  19 |1755k|6382 | 0.000000e+00 |      --      |    Inf 
917.02/917.22	c   917s|  4250k|  1361k| 14713k|   3.5 |1057M|  63 |   8 |  70 |5817 |  70 |  19 |  19 |1759k|6386 | 0.000000e+00 |      --      |    Inf 
919.22/919.49	c   919s|  4260k|  1364k| 14748k|   3.5 |1060M|  63 |   8 |  70 |5574 |  70 |  19 |  19 |1763k|6392 | 0.000000e+00 |      --      |    Inf 
921.63/921.84	c   922s|  4270k|  1367k| 14782k|   3.5 |1062M|  63 |   8 |  70 |5154 |  70 |  19 |  19 |1768k|6395 | 0.000000e+00 |      --      |    Inf 
923.83/924.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
923.83/924.08	c   924s|  4280k|  1370k| 14816k|   3.5 |1065M|  63 |   8 |  70 |5519 |  70 |  19 |  19 |1772k|6398 | 0.000000e+00 |      --      |    Inf 
926.12/926.32	c   926s|  4290k|  1374k| 14850k|   3.5 |1067M|  63 |   8 |  70 |6233 |  70 |  19 |  19 |1776k|6405 | 0.000000e+00 |      --      |    Inf 
928.42/928.68	c   929s|  4300k|  1377k| 14884k|   3.5 |1069M|  63 |   8 |  70 |5447 |  70 |  19 |  19 |1780k|6407 | 0.000000e+00 |      --      |    Inf 
930.72/930.90	c   931s|  4310k|  1380k| 14919k|   3.5 |1072M|  63 |   - |  70 |5894 |  70 |  19 |  19 |1784k|6412 | 0.000000e+00 |      --      |    Inf 
932.92/933.16	c   933s|  4320k|  1383k| 14954k|   3.5 |1074M|  63 |   - |  70 |6086 |   0 |   0 |  19 |1788k|6416 | 0.000000e+00 |      --      |    Inf 
935.12/935.38	c   935s|  4330k|  1386k| 14989k|   3.5 |1077M|  63 |   8 |  70 |6023 |  70 |  19 |  19 |1792k|6421 | 0.000000e+00 |      --      |    Inf 
937.52/937.76	c   938s|  4340k|  1389k| 15023k|   3.5 |1079M|  63 |   8 |  70 |5455 |  70 |  19 |  19 |1797k|6425 | 0.000000e+00 |      --      |    Inf 
939.82/940.08	c   940s|  4350k|  1392k| 15057k|   3.5 |1082M|  63 |   - |  70 |5059 |  70 |  19 |  19 |1801k|6430 | 0.000000e+00 |      --      |    Inf 
942.12/942.36	c   942s|  4360k|  1395k| 15090k|   3.5 |1084M|  63 |   8 |  70 |5042 |  70 |  19 |  19 |1805k|6434 | 0.000000e+00 |      --      |    Inf 
944.32/944.58	c   945s|  4370k|  1398k| 15124k|   3.5 |1087M|  63 |   8 |  70 |5526 |  70 |  19 |  19 |1809k|6437 | 0.000000e+00 |      --      |    Inf 
946.62/946.87	c   947s|  4380k|  1401k| 15158k|   3.5 |1089M|  63 |   8 |  70 |5296 |  70 |  19 |  19 |1814k|6442 | 0.000000e+00 |      --      |    Inf 
949.02/949.20	c   949s|  4390k|  1404k| 15193k|   3.5 |1091M|  63 |   8 |  70 |5237 |  70 |  19 |  19 |1818k|6444 | 0.000000e+00 |      --      |    Inf 
951.22/951.49	c   951s|  4400k|  1407k| 15227k|   3.5 |1094M|  63 |   8 |  70 |5453 |  70 |  19 |  19 |1822k|6448 | 0.000000e+00 |      --      |    Inf 
953.52/953.72	c   954s|  4410k|  1410k| 15261k|   3.5 |1097M|  63 |   8 |  70 |6333 |  70 |  19 |  19 |1826k|6451 | 0.000000e+00 |      --      |    Inf 
955.73/955.94	c   956s|  4420k|  1413k| 15295k|   3.5 |1099M|  63 |   8 |  70 |6771 |  70 |  19 |  19 |1830k|6457 | 0.000000e+00 |      --      |    Inf 
958.12/958.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
958.12/958.33	c   958s|  4430k|  1417k| 15330k|   3.5 |1101M|  63 |   - |  70 |5582 |  70 |  19 |  19 |1835k|6458 | 0.000000e+00 |      --      |    Inf 
960.41/960.67	c   961s|  4440k|  1420k| 15365k|   3.5 |1104M|  63 |   - |  70 |5699 |   0 |   0 |  19 |1839k|6460 | 0.000000e+00 |      --      |    Inf 
962.71/962.90	c   963s|  4450k|  1423k| 15399k|   3.5 |1106M|  63 |   8 |  70 |5965 |  70 |  19 |  19 |1843k|6465 | 0.000000e+00 |      --      |    Inf 
965.02/965.21	c   965s|  4460k|  1426k| 15434k|   3.5 |1109M|  63 |   8 |  70 |5582 |  70 |  19 |  19 |1847k|6470 | 0.000000e+00 |      --      |    Inf 
967.42/967.63	c   968s|  4470k|  1429k| 15468k|   3.5 |1111M|  63 |   - |  70 |5452 |  70 |  19 |  19 |1852k|6474 | 0.000000e+00 |      --      |    Inf 
969.71/969.98	c   970s|  4480k|  1432k| 15501k|   3.5 |1113M|  63 |   8 |  70 |5312 |  70 |  19 |  19 |1856k|6477 | 0.000000e+00 |      --      |    Inf 
972.12/972.37	c   972s|  4490k|  1435k| 15535k|   3.5 |1116M|  63 |   - |  70 |4960 |  70 |  19 |  19 |1860k|6480 | 0.000000e+00 |      --      |    Inf 
974.32/974.53	c   975s|  4500k|  1438k| 15569k|   3.5 |1119M|  63 |   8 |  70 |5862 |  70 |  19 |  19 |1864k|6486 | 0.000000e+00 |      --      |    Inf 
976.62/976.86	c   977s|  4510k|  1440k| 15603k|   3.5 |1121M|  63 |   8 |  70 |5397 |  70 |  19 |  19 |1869k|6488 | 0.000000e+00 |      --      |    Inf 
979.01/979.23	c   979s|  4520k|  1443k| 15638k|   3.5 |1123M|  63 |   8 |  70 |5495 |  70 |  19 |  19 |1873k|6491 | 0.000000e+00 |      --      |    Inf 
981.31/981.50	c   981s|  4530k|  1446k| 15672k|   3.5 |1126M|  63 |   - |  70 |5513 |  70 |  19 |  19 |1877k|6495 | 0.000000e+00 |      --      |    Inf 
983.61/983.80	c   984s|  4540k|  1450k| 15706k|   3.5 |1128M|  63 |   - |  70 |5651 |  70 |  19 |  19 |1881k|6497 | 0.000000e+00 |      --      |    Inf 
985.91/986.15	c   986s|  4550k|  1453k| 15740k|   3.5 |1131M|  63 |   - |  70 |5314 |  70 |  19 |  19 |1886k|6501 | 0.000000e+00 |      --      |    Inf 
988.20/988.45	c   988s|  4560k|  1456k| 15775k|   3.5 |1133M|  63 |   - |  70 |5393 |  70 |  19 |  19 |1890k|6509 | 0.000000e+00 |      --      |    Inf 
990.21/990.43	c   990s|  4570k|  1460k| 15808k|   3.5 |1136M|  63 |   8 |  70 |6853 |  70 |  19 |  19 |1893k|6513 | 0.000000e+00 |      --      |    Inf 
992.31/992.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
992.31/992.58	c   993s|  4580k|  1463k| 15840k|   3.5 |1139M|  63 |   8 |  70 |7252 |  70 |  19 |  19 |1897k|6516 | 0.000000e+00 |      --      |    Inf 
994.71/994.91	c   995s|  4590k|  1466k| 15874k|   3.5 |1141M|  63 |   - |  70 |6600 |  70 |  19 |  19 |1901k|6522 | 0.000000e+00 |      --      |    Inf 
996.81/997.00	c   997s|  4600k|  1470k| 15905k|   3.5 |1144M|  63 |   8 |  70 |7358 |  70 |  19 |  19 |1905k|6526 | 0.000000e+00 |      --      |    Inf 
999.11/999.36	c   999s|  4610k|  1473k| 15940k|   3.5 |1146M|  63 |   8 |  70 |6613 |  70 |  19 |  19 |1909k|6529 | 0.000000e+00 |      --      |    Inf 
1001.61/1001.80	c  1002s|  4620k|  1476k| 15974k|   3.5 |1148M|  63 |   8 |  70 |5466 |  70 |  19 |  19 |1914k|6534 | 0.000000e+00 |      --      |    Inf 
1003.80/1004.09	c  1004s|  4630k|  1479k| 16008k|   3.5 |1151M|  63 |   8 |  70 |5741 |  70 |  19 |  19 |1918k|6537 | 0.000000e+00 |      --      |    Inf 
1006.21/1006.47	c  1006s|  4640k|  1482k| 16042k|   3.5 |1153M|  63 |   - |  70 |5510 |  70 |  19 |  19 |1922k|6540 | 0.000000e+00 |      --      |    Inf 
1008.41/1008.67	c  1009s|  4650k|  1486k| 16076k|   3.5 |1156M|  63 |   8 |  70 |6295 |  70 |  19 |  19 |1926k|6544 | 0.000000e+00 |      --      |    Inf 
1010.81/1011.03	c  1011s|  4660k|  1489k| 16110k|   3.5 |1158M|  63 |   8 |  70 |5534 |  70 |  19 |  19 |1930k|6547 | 0.000000e+00 |      --      |    Inf 
1013.10/1013.38	c  1013s|  4670k|  1492k| 16145k|   3.5 |1160M|  63 |   8 |  70 |5322 |  70 |  19 |  19 |1935k|6555 | 0.000000e+00 |      --      |    Inf 
1015.40/1015.68	c  1016s|  4680k|  1494k| 16180k|   3.5 |1163M|  63 |   8 |  70 |5433 |  70 |  19 |  19 |1939k|6559 | 0.000000e+00 |      --      |    Inf 
1017.70/1017.91	c  1018s|  4690k|  1498k| 16215k|   3.5 |1165M|  63 |   8 |  70 |6100 |  70 |  19 |  19 |1943k|6562 | 0.000000e+00 |      --      |    Inf 
1020.10/1020.32	c  1020s|  4700k|  1500k| 16248k|   3.5 |1168M|  63 |   - |  70 |5674 |  70 |  19 |  19 |1947k|6566 | 0.000000e+00 |      --      |    Inf 
1022.40/1022.65	c  1023s|  4710k|  1503k| 16281k|   3.5 |1170M|  63 |   8 |  70 |5833 |  70 |  19 |  19 |1952k|6573 | 0.000000e+00 |      --      |    Inf 
1024.80/1025.04	c  1025s|  4720k|  1507k| 16315k|   3.5 |1173M|  63 |   8 |  70 |5347 |  70 |  19 |  19 |1956k|6578 | 0.000000e+00 |      --      |    Inf 
1027.20/1027.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1027.20/1027.43	c  1027s|  4730k|  1509k| 16350k|   3.5 |1175M|  63 |   - |  70 |5094 |  70 |  19 |  19 |1960k|6581 | 0.000000e+00 |      --      |    Inf 
1029.60/1029.82	c  1030s|  4740k|  1512k| 16384k|   3.5 |1177M|  63 |   8 |  70 |5383 |  70 |  19 |  19 |1965k|6583 | 0.000000e+00 |      --      |    Inf 
1031.90/1032.12	c  1032s|  4750k|  1515k| 16418k|   3.5 |1180M|  63 |   8 |  70 |5220 |  70 |  19 |  19 |1969k|6588 | 0.000000e+00 |      --      |    Inf 
1034.30/1034.58	c  1035s|  4760k|  1518k| 16452k|   3.5 |1182M|  63 |   8 |  70 |5165 |  70 |  19 |  19 |1973k|6589 | 0.000000e+00 |      --      |    Inf 
1036.70/1036.91	c  1037s|  4770k|  1521k| 16487k|   3.5 |1185M|  63 |   - |  70 |5133 |  70 |  19 |  19 |1978k|6590 | 0.000000e+00 |      --      |    Inf 
1038.89/1039.19	c  1039s|  4780k|  1524k| 16522k|   3.5 |1187M|  63 |   8 |  70 |5934 |  70 |  19 |  19 |1982k|6594 | 0.000000e+00 |      --      |    Inf 
1041.30/1041.60	c  1042s|  4790k|  1527k| 16557k|   3.5 |1190M|  63 |   8 |  70 |5964 |  70 |  19 |  19 |1986k|6597 | 0.000000e+00 |      --      |    Inf 
1043.70/1043.99	c  1044s|  4800k|  1529k| 16592k|   3.5 |1192M|  63 |   8 |  70 |5926 |  70 |  19 |  19 |1991k|6602 | 0.000000e+00 |      --      |    Inf 
1045.90/1046.18	c  1046s|  4810k|  1533k| 16628k|   3.5 |1195M|  63 |   - |  70 |6965 |  70 |  19 |  19 |1995k|6607 | 0.000000e+00 |      --      |    Inf 
1048.29/1048.59	c  1049s|  4820k|  1536k| 16662k|   3.5 |1197M|  63 |   8 |  70 |5592 |  70 |  19 |  19 |1999k|6610 | 0.000000e+00 |      --      |    Inf 
1050.69/1050.98	c  1051s|  4830k|  1538k| 16697k|   3.5 |1199M|  63 |   8 |  70 |5127 |  70 |  19 |  19 |2003k|6616 | 0.000000e+00 |      --      |    Inf 
1053.19/1053.43	c  1053s|  4840k|  1541k| 16732k|   3.5 |1202M|  63 |   8 |  70 |5375 |  70 |  19 |  19 |2008k|6620 | 0.000000e+00 |      --      |    Inf 
1055.39/1055.63	c  1056s|  4850k|  1544k| 16766k|   3.5 |1205M|  63 |   8 |  70 |6785 |  70 |  19 |  19 |2012k|6623 | 0.000000e+00 |      --      |    Inf 
1057.60/1057.89	c  1058s|  4860k|  1548k| 16801k|   3.5 |1207M|  63 |   - |  70 |7818 |  70 |  19 |  19 |2016k|6627 | 0.000000e+00 |      --      |    Inf 
1059.89/1060.19	c  1060s|  4870k|  1551k| 16835k|   3.5 |1210M|  63 |   8 |  70 |6879 |  70 |  19 |  19 |2020k|6630 | 0.000000e+00 |      --      |    Inf 
1062.30/1062.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1062.30/1062.60	c  1063s|  4880k|  1554k| 16869k|   3.5 |1212M|  63 |   - |  70 |6204 |  70 |  19 |  19 |2024k|6633 | 0.000000e+00 |      --      |    Inf 
1064.79/1065.06	c  1065s|  4890k|  1557k| 16903k|   3.5 |1214M|  63 |   8 |  70 |6020 |  70 |  19 |  19 |2029k|6635 | 0.000000e+00 |      --      |    Inf 
1067.10/1067.36	c  1067s|  4900k|  1560k| 16938k|   3.5 |1217M|  63 |   8 |  70 |6241 |  70 |  19 |  19 |2033k|6638 | 0.000000e+00 |      --      |    Inf 
1069.50/1069.76	c  1070s|  4910k|  1563k| 16973k|   3.5 |1219M|  63 |   8 |  70 |6300 |  70 |  19 |  19 |2037k|6641 | 0.000000e+00 |      --      |    Inf 
1071.89/1072.14	c  1072s|  4920k|  1566k| 17008k|   3.5 |1222M|  63 |   8 |  70 |6521 |  70 |  19 |  19 |2041k|6644 | 0.000000e+00 |      --      |    Inf 
1074.19/1074.42	c  1074s|  4930k|  1569k| 17041k|   3.5 |1224M|  63 |   8 |  70 |6193 |  70 |  19 |  19 |2045k|6647 | 0.000000e+00 |      --      |    Inf 
1076.60/1076.82	c  1077s|  4940k|  1573k| 17075k|   3.5 |1227M|  63 |   8 |  70 |6225 |  70 |  19 |  19 |2049k|6650 | 0.000000e+00 |      --      |    Inf 
1078.90/1079.13	c  1079s|  4950k|  1576k| 17109k|   3.5 |1229M|  63 |   8 |  70 |6284 |  70 |  19 |  19 |2054k|6653 | 0.000000e+00 |      --      |    Inf 
1081.19/1081.48	c  1081s|  4960k|  1579k| 17142k|   3.5 |1232M|  63 |   - |  70 |6435 |  70 |  19 |  19 |2058k|6653 | 0.000000e+00 |      --      |    Inf 
1083.59/1083.84	c  1084s|  4970k|  1582k| 17176k|   3.5 |1234M|  63 |   - |  70 |6348 |  70 |  19 |  19 |2062k|6653 | 0.000000e+00 |      --      |    Inf 
1085.89/1086.15	c  1086s|  4980k|  1585k| 17210k|   3.5 |1237M|  63 |   8 |  70 |6559 |  70 |  19 |  19 |2066k|6653 | 0.000000e+00 |      --      |    Inf 
1088.29/1088.50	c  1088s|  4990k|  1588k| 17245k|   3.5 |1239M|  63 |   8 |  70 |6386 |  70 |  19 |  19 |2070k|6658 | 0.000000e+00 |      --      |    Inf 
1090.58/1090.81	c  1091s|  5000k|  1592k| 17279k|   3.5 |1242M|  63 |   - |  70 |6869 |  70 |  19 |  19 |2074k|6661 | 0.000000e+00 |      --      |    Inf 
1092.88/1093.19	c  1093s|  5010k|  1595k| 17313k|   3.5 |1244M|  63 |   - |  70 |6542 |  70 |  19 |  19 |2079k|6665 | 0.000000e+00 |      --      |    Inf 
1095.39/1095.69	c  1096s|  5020k|  1598k| 17347k|   3.5 |1246M|  63 |   8 |  70 |5700 |  70 |  19 |  19 |2083k|6669 | 0.000000e+00 |      --      |    Inf 
1097.79/1098.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1097.79/1098.07	c  1098s|  5030k|  1600k| 17381k|   3.5 |1249M|  63 |   - |  70 |5912 |  70 |  19 |  19 |2087k|6673 | 0.000000e+00 |      --      |    Inf 
1100.29/1100.54	c  1101s|  5040k|  1603k| 17416k|   3.5 |1251M|  63 |   8 |  70 |5998 |  70 |  19 |  19 |2092k|6675 | 0.000000e+00 |      --      |    Inf 
1102.69/1102.92	c  1103s|  5050k|  1606k| 17449k|   3.5 |1254M|  63 |   8 |  70 |6015 |  70 |  19 |  19 |2096k|6681 | 0.000000e+00 |      --      |    Inf 
1104.88/1105.12	c  1105s|  5060k|  1610k| 17483k|   3.5 |1256M|  63 |   8 |  70 |6414 |  70 |  19 |  19 |2100k|6684 | 0.000000e+00 |      --      |    Inf 
1107.08/1107.36	c  1107s|  5070k|  1613k| 17517k|   3.5 |1259M|  63 |   8 |  70 |7052 |  70 |  19 |  19 |2104k|6690 | 0.000000e+00 |      --      |    Inf 
1109.68/1109.91	c  1110s|  5080k|  1616k| 17551k|   3.5 |1261M|  63 |   8 |  70 |5372 |  70 |  19 |  19 |2108k|6695 | 0.000000e+00 |      --      |    Inf 
1111.79/1112.04	c  1112s|  5090k|  1619k| 17585k|   3.5 |1264M|  63 |   8 |  70 |6684 |  70 |  19 |  19 |2112k|6697 | 0.000000e+00 |      --      |    Inf 
1114.18/1114.43	c  1114s|  5100k|  1622k| 17619k|   3.5 |1266M|  63 |   8 |  70 |6085 |  70 |  19 |  19 |2116k|6700 | 0.000000e+00 |      --      |    Inf 
1116.19/1116.45	c  1116s|  5110k|  1627k| 17652k|   3.5 |1269M|  63 |   - |  70 |6917 |  70 |  19 |  19 |2120k|6705 | 0.000000e+00 |      --      |    Inf 
1118.28/1118.59	c  1119s|  5120k|  1630k| 17685k|   3.5 |1271M|  63 |   - |  70 |7445 |  70 |  19 |  19 |2123k|6712 | 0.000000e+00 |      --      |    Inf 
1120.77/1121.01	c  1121s|  5130k|  1633k| 17719k|   3.5 |1274M|  63 |   8 |  70 |7028 |  70 |  19 |  19 |2128k|6716 | 0.000000e+00 |      --      |    Inf 
1123.17/1123.41	c  1123s|  5140k|  1636k| 17752k|   3.5 |1276M|  63 |   8 |  70 |5954 |  70 |  19 |  19 |2132k|6719 | 0.000000e+00 |      --      |    Inf 
1125.38/1125.67	c  1126s|  5150k|  1640k| 17786k|   3.5 |1279M|  63 |   8 |  70 |6618 |  70 |  19 |  19 |2136k|6722 | 0.000000e+00 |      --      |    Inf 
1127.78/1128.04	c  1128s|  5160k|  1643k| 17821k|   3.5 |1281M|  63 |   - |  70 |6042 |  70 |  19 |  19 |2140k|6726 | 0.000000e+00 |      --      |    Inf 
1130.17/1130.48	c  1130s|  5170k|  1645k| 17855k|   3.5 |1283M|  63 |   8 |  70 |5724 |  70 |  19 |  19 |2145k|6729 | 0.000000e+00 |      --      |    Inf 
1132.58/1132.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1132.58/1132.80	c  1133s|  5180k|  1648k| 17890k|   3.5 |1286M|  63 |   - |  70 |5307 |  70 |  19 |  19 |2149k|6730 | 0.000000e+00 |      --      |    Inf 
1134.78/1135.03	c  1135s|  5190k|  1652k| 17924k|   3.5 |1288M|  63 |   8 |  70 |5572 |  70 |  19 |  19 |2153k|6735 | 0.000000e+00 |      --      |    Inf 
1137.08/1137.32	c  1137s|  5200k|  1655k| 17956k|   3.5 |1291M|  63 |   - |  70 |5716 |  70 |  19 |  19 |2157k|6738 | 0.000000e+00 |      --      |    Inf 
1139.48/1139.74	c  1140s|  5210k|  1657k| 17991k|   3.5 |1293M|  63 |   8 |  70 |5518 |  70 |  19 |  19 |2162k|6742 | 0.000000e+00 |      --      |    Inf 
1141.87/1142.16	c  1142s|  5220k|  1660k| 18025k|   3.5 |1295M|  63 |   - |  70 |5268 |  70 |  19 |  19 |2166k|6746 | 0.000000e+00 |      --      |    Inf 
1144.18/1144.48	c  1144s|  5230k|  1663k| 18060k|   3.5 |1298M|  63 |   8 |  70 |5695 |  70 |  19 |  19 |2170k|6748 | 0.000000e+00 |      --      |    Inf 
1146.58/1146.87	c  1147s|  5240k|  1666k| 18093k|   3.5 |1300M|  63 |   - |  70 |5107 |  70 |  19 |  19 |2174k|6752 | 0.000000e+00 |      --      |    Inf 
1148.97/1149.23	c  1149s|  5250k|  1669k| 18127k|   3.5 |1303M|  63 |   8 |  70 |5515 |  70 |  19 |  19 |2178k|6755 | 0.000000e+00 |      --      |    Inf 
1151.28/1151.51	c  1152s|  5260k|  1673k| 18162k|   3.5 |1305M|  63 |   8 |  70 |6312 |  70 |  19 |  19 |2183k|6759 | 0.000000e+00 |      --      |    Inf 
1153.48/1153.71	c  1154s|  5270k|  1676k| 18196k|   3.5 |1308M|  63 |   8 |  70 |6729 |  70 |  19 |  19 |2186k|6761 | 0.000000e+00 |      --      |    Inf 
1155.57/1155.82	c  1156s|  5280k|  1680k| 18229k|   3.5 |1311M|  63 |   8 |  70 |7816 |  70 |  19 |  19 |2190k|6764 | 0.000000e+00 |      --      |    Inf 
1158.07/1158.36	c  1158s|  5290k|  1683k| 18263k|   3.5 |1313M|  63 |   8 |  70 |5606 |  70 |  19 |  19 |2194k|6768 | 0.000000e+00 |      --      |    Inf 
1160.47/1160.77	c  1161s|  5300k|  1686k| 18298k|   3.5 |1315M|  63 |   8 |  70 |5632 |  70 |  19 |  19 |2199k|6775 | 0.000000e+00 |      --      |    Inf 
1162.67/1162.92	c  1163s|  5310k|  1689k| 18333k|   3.5 |1318M|  63 |   8 |  70 |6549 |  70 |  19 |  19 |2203k|6780 | 0.000000e+00 |      --      |    Inf 
1164.77/1165.04	c  1165s|  5320k|  1693k| 18368k|   3.5 |1321M|  63 |   - |  70 |7364 |  70 |  19 |  19 |2206k|6782 | 0.000000e+00 |      --      |    Inf 
1167.07/1167.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.07/1167.33	c  1167s|  5330k|  1697k| 18402k|   3.5 |1323M|  63 |   8 |  70 |8229 |  70 |  19 |  19 |2210k|6785 | 0.000000e+00 |      --      |    Inf 
1169.36/1169.62	c  1170s|  5340k|  1700k| 18437k|   3.5 |1326M|  63 |   8 |  70 |8363 |  70 |  19 |  19 |2214k|6790 | 0.000000e+00 |      --      |    Inf 
1171.57/1171.88	c  1172s|  5350k|  1704k| 18472k|   3.5 |1328M|  63 |   8 |  70 |8851 |  70 |  19 |  19 |2218k|6794 | 0.000000e+00 |      --      |    Inf 
1174.06/1174.37	c  1174s|  5360k|  1707k| 18506k|   3.5 |1331M|  63 |   8 |  70 |6836 |  70 |  19 |  19 |2222k|6795 | 0.000000e+00 |      --      |    Inf 
1176.17/1176.45	c  1176s|  5370k|  1710k| 18541k|   3.5 |1333M|  63 |   8 |  70 |7724 |  70 |  19 |  19 |2226k|6799 | 0.000000e+00 |      --      |    Inf 
1178.47/1178.74	c  1179s|  5380k|  1714k| 18576k|   3.5 |1336M|  63 |   8 |  70 |7446 |  70 |  19 |  19 |2230k|6805 | 0.000000e+00 |      --      |    Inf 
1180.77/1181.09	c  1181s|  5390k|  1717k| 18611k|   3.5 |1338M|  63 |   - |  70 |7864 |   0 |   0 |  19 |2235k|6807 | 0.000000e+00 |      --      |    Inf 
1183.16/1183.44	c  1183s|  5400k|  1720k| 18647k|   3.5 |1341M|  63 |   8 |  70 |7842 |  70 |  19 |  19 |2239k|6809 | 0.000000e+00 |      --      |    Inf 
1185.57/1185.90	c  1186s|  5410k|  1723k| 18682k|   3.5 |1343M|  63 |   - |  70 |6084 |  70 |  19 |  19 |2243k|6812 | 0.000000e+00 |      --      |    Inf 
1187.96/1188.26	c  1188s|  5420k|  1726k| 18716k|   3.5 |1345M|  63 |   8 |  70 |6007 |  70 |  19 |  19 |2248k|6816 | 0.000000e+00 |      --      |    Inf 
1190.26/1190.51	c  1191s|  5430k|  1729k| 18752k|   3.5 |1348M|  63 |   8 |  70 |6595 |  70 |  19 |  19 |2252k|6820 | 0.000000e+00 |      --      |    Inf 
1192.57/1192.80	c  1193s|  5440k|  1733k| 18786k|   3.5 |1350M|  63 |   8 |  70 |7212 |  70 |  19 |  19 |2256k|6823 | 0.000000e+00 |      --      |    Inf 
1194.76/1195.05	c  1195s|  5450k|  1736k| 18820k|   3.5 |1353M|  63 |   8 |  70 |7498 |  70 |  19 |  19 |2260k|6828 | 0.000000e+00 |      --      |    Inf 
1197.06/1197.31	c  1197s|  5460k|  1740k| 18855k|   3.5 |1356M|  63 |   - |  70 |8225 |  70 |  19 |  19 |2264k|6831 | 0.000000e+00 |      --      |    Inf 
1199.16/1199.49	c  1199s|  5470k|  1743k| 18889k|   3.5 |1358M|  63 |   - |  70 |9187 |  70 |  19 |  19 |2268k|6835 | 0.000000e+00 |      --      |    Inf 
1201.56/1201.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1201.56/1201.87	c  1202s|  5480k|  1747k| 18924k|   3.5 |1361M|  63 |   8 |  70 |8769 |  70 |  19 |  19 |2272k|6837 | 0.000000e+00 |      --      |    Inf 
1203.76/1204.03	c  1204s|  5490k|  1751k| 18959k|   3.5 |1364M|  63 |   - |  70 |9341 |  70 |  19 |  19 |2275k|6838 | 0.000000e+00 |      --      |    Inf 
1205.96/1206.28	c  1206s|  5500k|  1755k| 18992k|   3.5 |1366M|  63 |   8 |  70 |9574 |  70 |  19 |  19 |2279k|6839 | 0.000000e+00 |      --      |    Inf 
1208.36/1208.62	c  1209s|  5510k|  1758k| 19026k|   3.5 |1369M|  63 |   - |  70 |9468 |  70 |  19 |  19 |2283k|6846 | 0.000000e+00 |      --      |    Inf 
1210.76/1211.05	c  1211s|  5520k|  1761k| 19059k|   3.5 |1371M|  63 |   8 |  70 |8457 |  70 |  19 |  19 |2287k|6849 | 0.000000e+00 |      --      |    Inf 
1213.06/1213.32	c  1213s|  5530k|  1765k| 19091k|   3.5 |1374M|  63 |   - |  70 |8262 |  70 |  19 |  19 |2291k|6853 | 0.000000e+00 |      --      |    Inf 
1215.45/1215.78	c  1216s|  5540k|  1768k| 19126k|   3.5 |1376M|  63 |   8 |  70 |8293 |  70 |  19 |  19 |2295k|6859 | 0.000000e+00 |      --      |    Inf 
1217.85/1218.16	c  1218s|  5550k|  1771k| 19160k|   3.5 |1379M|  63 |   - |  70 |8055 |  70 |  19 |  19 |2300k|6865 | 0.000000e+00 |      --      |    Inf 
1220.26/1220.54	c  1221s|  5560k|  1774k| 19194k|   3.5 |1381M|  63 |   - |  70 |7936 |  70 |  19 |  19 |2304k|6869 | 0.000000e+00 |      --      |    Inf 
1222.55/1222.89	c  1223s|  5570k|  1778k| 19228k|   3.5 |1384M|  63 |   - |  70 |7948 |  70 |  19 |  19 |2308k|6871 | 0.000000e+00 |      --      |    Inf 
1224.86/1225.12	c  1225s|  5580k|  1781k| 19261k|   3.5 |1387M|  63 |   8 |  70 |9191 |  70 |  19 |  19 |2312k|6873 | 0.000000e+00 |      --      |    Inf 
1227.36/1227.64	c  1228s|  5590k|  1784k| 19295k|   3.5 |1389M|  63 |   - |  70 |7735 |  70 |  19 |  19 |2316k|6875 | 0.000000e+00 |      --      |    Inf 
1229.85/1230.18	c  1230s|  5600k|  1787k| 19329k|   3.5 |1391M|  63 |   - |  70 |6633 |  70 |  19 |  19 |2321k|6882 | 0.000000e+00 |      --      |    Inf 
1232.15/1232.42	c  1232s|  5610k|  1790k| 19363k|   3.5 |1394M|  63 |   - |  70 |7053 |  70 |  19 |  19 |2325k|6884 | 0.000000e+00 |      --      |    Inf 
1234.55/1234.89	c  1235s|  5620k|  1793k| 19397k|   3.5 |1396M|  63 |   - |  70 |6116 |  70 |  19 |  19 |2329k|6887 | 0.000000e+00 |      --      |    Inf 
1236.85/1237.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1236.85/1237.12	c  1237s|  5630k|  1797k| 19431k|   3.5 |1398M|  63 |   - |  70 |7203 |  70 |  19 |  19 |2333k|6891 | 0.000000e+00 |      --      |    Inf 
1239.36/1239.67	c  1240s|  5640k|  1800k| 19466k|   3.5 |1401M|  63 |   8 |  70 |6243 |  70 |  19 |  19 |2337k|6897 | 0.000000e+00 |      --      |    Inf 
1241.75/1242.00	c  1242s|  5650k|  1803k| 19500k|   3.5 |1403M|  63 |   8 |  70 |6204 |  70 |  19 |  19 |2341k|6899 | 0.000000e+00 |      --      |    Inf 
1243.95/1244.22	c  1244s|  5660k|  1806k| 19536k|   3.5 |1406M|  63 |   8 |  70 |7190 |  70 |  19 |  19 |2345k|6904 | 0.000000e+00 |      --      |    Inf 
1246.35/1246.67	c  1247s|  5670k|  1809k| 19570k|   3.5 |1408M|  63 |   8 |  70 |6463 |  70 |  19 |  19 |2350k|6906 | 0.000000e+00 |      --      |    Inf 
1248.75/1249.08	c  1249s|  5680k|  1812k| 19605k|   3.5 |1411M|  63 |   - |  70 |6036 |  70 |  19 |  19 |2354k|6909 | 0.000000e+00 |      --      |    Inf 
1251.25/1251.52	c  1252s|  5690k|  1815k| 19640k|   3.5 |1413M|  63 |   8 |  70 |6068 |  70 |  19 |  19 |2358k|6912 | 0.000000e+00 |      --      |    Inf 
1253.65/1253.93	c  1254s|  5700k|  1818k| 19674k|   3.5 |1415M|  63 |   8 |  70 |5576 |  70 |  19 |  19 |2362k|6915 | 0.000000e+00 |      --      |    Inf 
1255.95/1256.29	c  1256s|  5710k|  1821k| 19708k|   3.5 |1418M|  63 |   - |  70 |5756 |  70 |  19 |  19 |2367k|6920 | 0.000000e+00 |      --      |    Inf 
1258.35/1258.60	c  1259s|  5720k|  1825k| 19741k|   3.5 |1420M|  63 |   - |  70 |5946 |  70 |  19 |  19 |2371k|6922 | 0.000000e+00 |      --      |    Inf 
1260.55/1260.84	c  1261s|  5730k|  1828k| 19775k|   3.5 |1423M|  63 |   8 |  70 |6176 |  70 |  19 |  19 |2375k|6923 | 0.000000e+00 |      --      |    Inf 
1263.04/1263.35	c  1263s|  5740k|  1831k| 19809k|   3.5 |1425M|  63 |   8 |  70 |5898 |  70 |  19 |  19 |2379k|6925 | 0.000000e+00 |      --      |    Inf 
1265.55/1265.81	c  1266s|  5750k|  1834k| 19842k|   3.5 |1428M|  63 |   8 |  70 |5364 |  70 |  19 |  19 |2383k|6928 | 0.000000e+00 |      --      |    Inf 
1267.84/1268.11	c  1268s|  5760k|  1837k| 19876k|   3.5 |1430M|  63 |   8 |  70 |5599 |  70 |  19 |  19 |2387k|6931 | 0.000000e+00 |      --      |    Inf 
1270.05/1270.33	c  1270s|  5770k|  1840k| 19911k|   3.5 |1433M|  63 |   8 |  70 |6219 |  70 |  19 |  19 |2391k|6934 | 0.000000e+00 |      --      |    Inf 
1272.45/1272.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1272.45/1272.72	c  1273s|  5780k|  1843k| 19945k|   3.5 |1435M|  63 |   8 |  70 |5784 |  70 |  19 |  19 |2396k|6937 | 0.000000e+00 |      --      |    Inf 
1274.74/1275.08	c  1275s|  5790k|  1846k| 19980k|   3.5 |1438M|  63 |   8 |  70 |5858 |  70 |  19 |  19 |2400k|6940 | 0.000000e+00 |      --      |    Inf 
1277.25/1277.56	c  1278s|  5800k|  1849k| 20014k|   3.5 |1440M|  63 |   8 |  70 |5299 |  70 |  19 |  19 |2404k|6943 | 0.000000e+00 |      --      |    Inf 
1279.64/1279.93	c  1280s|  5810k|  1852k| 20048k|   3.5 |1442M|  63 |   8 |  70 |5542 |  70 |  19 |  19 |2408k|6944 | 0.000000e+00 |      --      |    Inf 
1281.94/1282.20	c  1282s|  5820k|  1856k| 20082k|   3.5 |1445M|  63 |   8 |  70 |6112 |  70 |  19 |  19 |2412k|6944 | 0.000000e+00 |      --      |    Inf 
1284.25/1284.54	c  1285s|  5830k|  1859k| 20117k|   3.5 |1447M|  63 |   8 |  70 |5714 |  70 |  19 |  19 |2417k|6944 | 0.000000e+00 |      --      |    Inf 
1286.54/1286.82	c  1287s|  5840k|  1862k| 20150k|   3.5 |1450M|  63 |   8 |  70 |6287 |  70 |  19 |  19 |2421k|6944 | 0.000000e+00 |      --      |    Inf 
1288.95/1289.21	c  1289s|  5850k|  1865k| 20184k|   3.5 |1452M|  63 |   8 |  70 |5457 |  70 |  19 |  19 |2425k|6944 | 0.000000e+00 |      --      |    Inf 
1291.24/1291.57	c  1292s|  5860k|  1868k| 20218k|   3.5 |1455M|  63 |   8 |  70 |5947 |  70 |  19 |  19 |2429k|6944 | 0.000000e+00 |      --      |    Inf 
1293.54/1293.84	c  1294s|  5870k|  1871k| 20253k|   3.5 |1457M|  63 |   8 |  70 |6805 |  70 |  19 |  19 |2433k|6944 | 0.000000e+00 |      --      |    Inf 
1296.04/1296.37	c  1296s|  5880k|  1874k| 20287k|   3.5 |1460M|  63 |   8 |  70 |5578 |  70 |  19 |  19 |2438k|6944 | 0.000000e+00 |      --      |    Inf 
1298.44/1298.70	c  1299s|  5890k|  1877k| 20320k|   3.5 |1462M|  63 |   8 |  70 |5516 |  70 |  19 |  19 |2442k|6944 | 0.000000e+00 |      --      |    Inf 
1300.73/1301.02	c  1301s|  5900k|  1880k| 20354k|   3.4 |1465M|  63 |   - |  70 |6090 |  70 |  19 |  19 |2446k|6944 | 0.000000e+00 |      --      |    Inf 
1303.14/1303.49	c  1303s|  5910k|  1884k| 20389k|   3.5 |1467M|  63 |   8 |  70 |5702 |  70 |  19 |  19 |2450k|6944 | 0.000000e+00 |      --      |    Inf 
1305.45/1305.77	c  1306s|  5920k|  1887k| 20425k|   3.5 |1470M|  63 |   - |  70 |6163 |  70 |  19 |  19 |2454k|6944 | 0.000000e+00 |      --      |    Inf 
1307.94/1308.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1307.94/1308.24	c  1308s|  5930k|  1889k| 20459k|   3.5 |1472M|  63 |   - |  70 |5441 |  70 |  19 |  19 |2458k|6944 | 0.000000e+00 |      --      |    Inf 
1310.33/1310.60	c  1311s|  5940k|  1892k| 20492k|   3.4 |1474M|  63 |   - |  70 |5931 |  70 |  19 |  19 |2463k|6944 | 0.000000e+00 |      --      |    Inf 
1312.63/1312.96	c  1313s|  5950k|  1895k| 20527k|   3.4 |1477M|  63 |   - |  70 |6004 |  70 |  19 |  19 |2467k|6944 | 0.000000e+00 |      --      |    Inf 
1314.74/1315.09	c  1315s|  5960k|  1899k| 20561k|   3.4 |1480M|  63 |   - |  70 |7289 |  70 |  19 |  19 |2471k|6944 | 0.000000e+00 |      --      |    Inf 
1317.13/1317.47	c  1317s|  5970k|  1903k| 20595k|   3.4 |1482M|  63 |   8 |  70 |6653 |  70 |  19 |  19 |2475k|6944 | 0.000000e+00 |      --      |    Inf 
1319.64/1319.95	c  1320s|  5980k|  1905k| 20629k|   3.4 |1484M|  63 |   8 |  70 |5691 |  70 |  19 |  19 |2479k|6944 | 0.000000e+00 |      --      |    Inf 
1321.94/1322.29	c  1322s|  5990k|  1909k| 20662k|   3.4 |1487M|  63 |   - |  70 |6321 |  70 |  19 |  19 |2483k|6944 | 0.000000e+00 |      --      |    Inf 
1324.43/1324.71	c  1325s|  6000k|  1912k| 20696k|   3.4 |1489M|  63 |   - |  70 |6388 |  70 |  19 |  19 |2487k|6944 | 0.000000e+00 |      --      |    Inf 
1326.83/1327.14	c  1327s|  6010k|  1915k| 20731k|   3.4 |1492M|  63 |   8 |  70 |6180 |  70 |  19 |  19 |2491k|6944 | 0.000000e+00 |      --      |    Inf 
1329.33/1329.68	c  1330s|  6020k|  1918k| 20764k|   3.4 |1494M|  63 |   - |  70 |5832 |  70 |  19 |  19 |2496k|6944 | 0.000000e+00 |      --      |    Inf 
1331.63/1331.99	c  1332s|  6030k|  1921k| 20798k|   3.4 |1496M|  63 |   8 |  70 |6076 |  70 |  19 |  19 |2500k|6944 | 0.000000e+00 |      --      |    Inf 
1334.13/1334.45	c  1334s|  6040k|  1923k| 20833k|   3.4 |1499M|  63 |   - |  70 |5578 |  70 |  19 |  19 |2504k|6944 | 0.000000e+00 |      --      |    Inf 
1336.62/1336.91	c  1337s|  6050k|  1926k| 20866k|   3.4 |1501M|  63 |   8 |  70 |5127 |  70 |  19 |  19 |2509k|6944 | 0.000000e+00 |      --      |    Inf 
1338.93/1339.27	c  1339s|  6060k|  1929k| 20901k|   3.4 |1504M|  63 |   8 |  70 |5103 |  70 |  19 |  19 |2513k|6944 | 0.000000e+00 |      --      |    Inf 
1341.23/1341.55	c  1342s|  6070k|  1932k| 20935k|   3.4 |1506M|  63 |   8 |  70 |5271 |  70 |  19 |  19 |2517k|6944 | 0.000000e+00 |      --      |    Inf 
1343.63/1343.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1343.63/1343.93	c  1344s|  6080k|  1935k| 20969k|   3.4 |1509M|  63 |   - |  70 |5782 |  70 |  19 |  19 |2522k|6944 | 0.000000e+00 |      --      |    Inf 
1346.13/1346.41	c  1346s|  6090k|  1938k| 21005k|   3.4 |1511M|  63 |   8 |  70 |5790 |  70 |  19 |  19 |2526k|6944 | 0.000000e+00 |      --      |    Inf 
1348.33/1348.63	c  1349s|  6100k|  1941k| 21040k|   3.4 |1514M|  63 |   - |  70 |7208 |  70 |  19 |  19 |2530k|6944 | 0.000000e+00 |      --      |    Inf 
1350.93/1351.22	c  1351s|  6110k|  1944k| 21076k|   3.4 |1516M|  63 |   8 |  70 |5885 |  70 |  19 |  19 |2535k|6944 | 0.000000e+00 |      --      |    Inf 
1353.32/1353.64	c  1354s|  6120k|  1947k| 21110k|   3.4 |1518M|  63 |   8 |  70 |5954 |  70 |  19 |  19 |2539k|6944 | 0.000000e+00 |      --      |    Inf 
1355.73/1356.09	c  1356s|  6130k|  1950k| 21145k|   3.4 |1521M|  63 |   8 |  70 |5829 |  70 |  19 |  19 |2543k|6944 | 0.000000e+00 |      --      |    Inf 
1358.03/1358.35	c  1358s|  6140k|  1953k| 21179k|   3.4 |1523M|  63 |   - |  70 |6337 |  70 |  19 |  19 |2547k|6944 | 0.000000e+00 |      --      |    Inf 
1360.44/1360.78	c  1361s|  6150k|  1956k| 21213k|   3.4 |1526M|  63 |   8 |  70 |5976 |  70 |  19 |  19 |2552k|6944 | 0.000000e+00 |      --      |    Inf 
1362.83/1363.18	c  1363s|  6160k|  1959k| 21248k|   3.4 |1528M|  63 |   - |  70 |6161 |  70 |  19 |  19 |2556k|6944 | 0.000000e+00 |      --      |    Inf 
1365.23/1365.51	c  1366s|  6170k|  1962k| 21283k|   3.4 |1531M|  63 |   - |  70 |6517 |  70 |  19 |  19 |2560k|6944 | 0.000000e+00 |      --      |    Inf 
1367.62/1367.95	c  1368s|  6180k|  1965k| 21317k|   3.4 |1533M|  63 |   8 |  70 |6417 |  70 |  19 |  19 |2564k|6944 | 0.000000e+00 |      --      |    Inf 
1370.02/1370.30	c  1370s|  6190k|  1968k| 21351k|   3.4 |1536M|  63 |   - |  70 |6687 |  70 |  19 |  19 |2569k|6944 | 0.000000e+00 |      --      |    Inf 
1372.13/1372.48	c  1372s|  6200k|  1972k| 21385k|   3.4 |1538M|  63 |   - |  70 |7832 |  70 |  19 |  19 |2572k|6944 | 0.000000e+00 |      --      |    Inf 
1374.52/1374.80	c  1375s|  6210k|  1975k| 21418k|   3.4 |1541M|  63 |   8 |  70 |7266 |  70 |  19 |  19 |2576k|6944 | 0.000000e+00 |      --      |    Inf 
1376.92/1377.24	c  1377s|  6220k|  1978k| 21451k|   3.4 |1543M|  63 |   8 |  70 |6548 |  70 |  19 |  19 |2580k|6944 | 0.000000e+00 |      --      |    Inf 
1379.22/1379.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1379.22/1379.53	c  1380s|  6230k|  1981k| 21485k|   3.4 |1546M|  63 |   8 |  70 |6395 |  70 |  19 |  19 |2585k|6944 | 0.000000e+00 |      --      |    Inf 
1381.42/1381.73	c  1382s|  6240k|  1985k| 21521k|   3.4 |1548M|  63 |   8 |  70 |7534 |  70 |  19 |  19 |2589k|6944 | 0.000000e+00 |      --      |    Inf 
1383.82/1384.11	c  1384s|  6250k|  1988k| 21556k|   3.4 |1551M|  63 |   - |  70 |7837 |  70 |  19 |  19 |2593k|6944 | 0.000000e+00 |      --      |    Inf 
1386.22/1386.53	c  1387s|  6260k|  1990k| 21591k|   3.4 |1553M|  63 |   - |  70 |7674 |  70 |  19 |  19 |2598k|6944 | 0.000000e+00 |      --      |    Inf 
1388.82/1389.11	c  1389s|  6270k|  1993k| 21627k|   3.4 |1555M|  63 |   - |  70 |6703 |  70 |  19 |  19 |2602k|6944 | 0.000000e+00 |      --      |    Inf 
1391.22/1391.53	c  1392s|  6280k|  1996k| 21662k|   3.4 |1558M|  63 |   - |  70 |6409 |  70 |  19 |  19 |2607k|6944 | 0.000000e+00 |      --      |    Inf 
1393.72/1394.02	c  1394s|  6290k|  1999k| 21695k|   3.4 |1560M|  63 |   8 |  70 |5843 |  70 |  19 |  19 |2611k|6944 | 0.000000e+00 |      --      |    Inf 
1396.11/1396.44	c  1396s|  6300k|  2002k| 21729k|   3.4 |1562M|  63 |   8 |  70 |5847 |  70 |  19 |  19 |2615k|6944 | 0.000000e+00 |      --      |    Inf 
1398.51/1398.82	c  1399s|  6310k|  2005k| 21763k|   3.4 |1565M|  63 |   8 |  70 |6513 |  70 |  19 |  19 |2620k|6944 | 0.000000e+00 |      --      |    Inf 
1401.02/1401.35	c  1401s|  6320k|  2008k| 21797k|   3.4 |1567M|  63 |   8 |  70 |6003 |  70 |  19 |  19 |2624k|6944 | 0.000000e+00 |      --      |    Inf 
1403.41/1403.72	c  1404s|  6330k|  2011k| 21832k|   3.4 |1570M|  63 |   - |  70 |6232 |  70 |  19 |  19 |2628k|6944 | 0.000000e+00 |      --      |    Inf 
1405.82/1406.19	c  1406s|  6340k|  2014k| 21868k|   3.4 |1572M|  63 |   8 |  70 |6120 |  70 |  19 |  19 |2632k|6944 | 0.000000e+00 |      --      |    Inf 
1408.21/1408.59	c  1409s|  6350k|  2017k| 21903k|   3.4 |1575M|  63 |   8 |  70 |6059 |  70 |  19 |  19 |2637k|6944 | 0.000000e+00 |      --      |    Inf 
1410.82/1411.15	c  1411s|  6360k|  2019k| 21937k|   3.4 |1577M|  63 |   8 |  70 |5805 |  70 |  19 |  19 |2641k|6944 | 0.000000e+00 |      --      |    Inf 
1413.31/1413.66	c  1414s|  6370k|  2022k| 21971k|   3.4 |1579M|  63 |   - |  70 |5823 |  70 |  19 |  19 |2645k|6944 | 0.000000e+00 |      --      |    Inf 
1415.62/1415.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1415.62/1415.97	c  1416s|  6380k|  2026k| 22004k|   3.4 |1582M|  63 |   - |  70 |6471 |  70 |  19 |  19 |2649k|6944 | 0.000000e+00 |      --      |    Inf 
1418.10/1418.41	c  1418s|  6390k|  2028k| 22038k|   3.4 |1584M|  63 |   8 |  70 |5968 |  70 |  19 |  19 |2654k|6944 | 0.000000e+00 |      --      |    Inf 
1420.51/1420.88	c  1421s|  6400k|  2031k| 22073k|   3.4 |1587M|  63 |   8 |  70 |5518 |  70 |  19 |  19 |2658k|6944 | 0.000000e+00 |      --      |    Inf 
1422.81/1423.16	c  1423s|  6410k|  2034k| 22107k|   3.4 |1589M|  63 |   8 |  70 |6054 |  70 |  19 |  19 |2662k|6944 | 0.000000e+00 |      --      |    Inf 
1425.11/1425.41	c  1425s|  6420k|  2037k| 22141k|   3.4 |1592M|  63 |   8 |  70 |6784 |  70 |  19 |  19 |2667k|6944 | 0.000000e+00 |      --      |    Inf 
1427.31/1427.66	c  1428s|  6430k|  2041k| 22175k|   3.4 |1594M|  63 |   8 |  70 |6927 |  70 |  19 |  19 |2671k|6944 | 0.000000e+00 |      --      |    Inf 
1429.61/1429.99	c  1430s|  6440k|  2044k| 22209k|   3.4 |1597M|  63 |   - |  70 |7209 |  70 |  19 |  19 |2675k|6944 | 0.000000e+00 |      --      |    Inf 
1432.00/1432.34	c  1432s|  6450k|  2047k| 22243k|   3.4 |1599M|  63 |   8 |  70 |7061 |  70 |  19 |  19 |2679k|6944 | 0.000000e+00 |      --      |    Inf 
1434.21/1434.52	c  1435s|  6460k|  2051k| 22276k|   3.4 |1602M|  63 |   8 |  70 |8305 |  70 |  19 |  19 |2682k|6944 | 0.000000e+00 |      --      |    Inf 
1436.80/1437.10	c  1437s|  6470k|  2054k| 22310k|   3.4 |1604M|  63 |   8 |  70 |6362 |  70 |  19 |  19 |2686k|6944 | 0.000000e+00 |      --      |    Inf 
1439.21/1439.56	c  1440s|  6480k|  2057k| 22344k|   3.4 |1606M|  63 |   - |  70 |5599 |  70 |  19 |  19 |2691k|6944 | 0.000000e+00 |      --      |    Inf 
1441.50/1441.88	c  1442s|  6490k|  2060k| 22377k|   3.4 |1609M|  63 |   8 |  70 |5785 |  70 |  19 |  19 |2695k|6944 | 0.000000e+00 |      --      |    Inf 
1444.10/1444.40	c  1444s|  6500k|  2063k| 22412k|   3.4 |1611M|  63 |   8 |  70 |5303 |  70 |  19 |  19 |2699k|6944 | 0.000000e+00 |      --      |    Inf 
1446.30/1446.69	c  1447s|  6510k|  2066k| 22446k|   3.4 |1614M|  63 |   8 |  70 |6134 |  70 |  19 |  19 |2703k|6944 | 0.000000e+00 |      --      |    Inf 
1448.80/1449.11	c  1449s|  6520k|  2069k| 22481k|   3.4 |1616M|  63 |   - |  70 |5885 |  70 |  19 |  19 |2708k|6944 | 0.000000e+00 |      --      |    Inf 
1451.10/1451.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1451.10/1451.43	c  1451s|  6530k|  2072k| 22515k|   3.4 |1619M|  63 |   8 |  70 |5968 |  70 |  19 |  19 |2712k|6944 | 0.000000e+00 |      --      |    Inf 
1453.60/1453.97	c  1454s|  6540k|  2075k| 22549k|   3.4 |1621M|  63 |   8 |  70 |5567 |  70 |  19 |  19 |2716k|6944 | 0.000000e+00 |      --      |    Inf 
1456.00/1456.39	c  1456s|  6550k|  2078k| 22584k|   3.4 |1623M|  63 |   - |  70 |5762 |  70 |  19 |  19 |2720k|6944 | 0.000000e+00 |      --      |    Inf 
1458.40/1458.79	c  1459s|  6560k|  2081k| 22618k|   3.4 |1626M|  63 |   8 |  70 |5742 |  70 |  19 |  19 |2725k|6944 | 0.000000e+00 |      --      |    Inf 
1461.00/1461.30	c  1461s|  6570k|  2083k| 22652k|   3.4 |1628M|  63 |   8 |  70 |5871 |  70 |  19 |  19 |2729k|6944 | 0.000000e+00 |      --      |    Inf 
1463.40/1463.75	c  1464s|  6580k|  2086k| 22686k|   3.4 |1630M|  63 |   8 |  70 |5488 |  70 |  19 |  19 |2733k|6944 | 0.000000e+00 |      --      |    Inf 
1465.80/1466.12	c  1466s|  6590k|  2089k| 22721k|   3.4 |1633M|  63 |   8 |  70 |6241 |  70 |  19 |  19 |2738k|6944 | 0.000000e+00 |      --      |    Inf 
1468.29/1468.60	c  1469s|  6600k|  2092k| 22756k|   3.4 |1635M|  63 |   8 |  70 |5943 |  70 |  19 |  19 |2742k|6944 | 0.000000e+00 |      --      |    Inf 
1470.69/1471.09	c  1471s|  6610k|  2095k| 22789k|   3.4 |1638M|  63 |   - |  70 |5351 |  70 |  19 |  19 |2746k|6944 | 0.000000e+00 |      --      |    Inf 
1473.09/1473.46	c  1473s|  6620k|  2098k| 22823k|   3.4 |1640M|  63 |   8 |  70 |5475 |  70 |  19 |  19 |2750k|6944 | 0.000000e+00 |      --      |    Inf 
1475.49/1475.87	c  1476s|  6630k|  2101k| 22857k|   3.4 |1643M|  63 |   8 |  70 |5984 |  70 |  19 |  19 |2755k|6944 | 0.000000e+00 |      --      |    Inf 
1477.79/1478.11	c  1478s|  6640k|  2105k| 22891k|   3.4 |1645M|  63 |   - |  70 |6715 |  70 |  19 |  19 |2759k|6944 | 0.000000e+00 |      --      |    Inf 
1480.29/1480.62	c  1481s|  6650k|  2108k| 22924k|   3.4 |1647M|  63 |   8 |  70 |5599 |  70 |  19 |  19 |2763k|6944 | 0.000000e+00 |      --      |    Inf 
1482.69/1483.01	c  1483s|  6660k|  2110k| 22959k|   3.4 |1650M|  63 |   8 |  70 |5698 |  70 |  19 |  19 |2767k|6944 | 0.000000e+00 |      --      |    Inf 
1485.09/1485.42	c  1485s|  6670k|  2113k| 22993k|   3.4 |1652M|  63 |   - |  70 |5866 |  70 |  19 |  19 |2772k|6944 | 0.000000e+00 |      --      |    Inf 
1487.59/1487.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1487.59/1487.90	c  1488s|  6680k|  2116k| 23027k|   3.4 |1655M|  63 |   - |  70 |5677 |  70 |  19 |  19 |2776k|6944 | 0.000000e+00 |      --      |    Inf 
1489.79/1490.17	c  1490s|  6690k|  2119k| 23062k|   3.4 |1657M|  63 |   - |  70 |6432 |  70 |  19 |  19 |2780k|6944 | 0.000000e+00 |      --      |    Inf 
1492.18/1492.56	c  1493s|  6700k|  2122k| 23096k|   3.4 |1660M|  63 |   - |  70 |6073 |  70 |  19 |  19 |2784k|6944 | 0.000000e+00 |      --      |    Inf 
1494.68/1495.04	c  1495s|  6710k|  2125k| 23130k|   3.4 |1662M|  63 |   8 |  70 |5729 |  70 |  19 |  19 |2788k|6944 | 0.000000e+00 |      --      |    Inf 
1497.09/1497.48	c  1497s|  6720k|  2128k| 23164k|   3.4 |1665M|  63 |   8 |  70 |6095 |  70 |  19 |  19 |2793k|6944 | 0.000000e+00 |      --      |    Inf 
1499.57/1499.91	c  1500s|  6730k|  2131k| 23197k|   3.4 |1667M|  63 |   8 |  70 |5828 |  70 |  19 |  19 |2797k|6944 | 0.000000e+00 |      --      |    Inf 
1501.87/1502.25	c  1502s|  6740k|  2134k| 23232k|   3.4 |1670M|  63 |   8 |  70 |6702 |  70 |  19 |  19 |2801k|6944 | 0.000000e+00 |      --      |    Inf 
1504.28/1504.62	c  1505s|  6750k|  2137k| 23266k|   3.4 |1672M|  63 |   8 |  70 |6585 |  70 |  19 |  19 |2805k|6944 | 0.000000e+00 |      --      |    Inf 
1506.59/1506.98	c  1507s|  6760k|  2140k| 23299k|   3.4 |1675M|  63 |   8 |  70 |7114 |  70 |  19 |  19 |2810k|6944 | 0.000000e+00 |      --      |    Inf 
1509.07/1509.46	c  1509s|  6770k|  2143k| 23333k|   3.4 |1677M|  63 |   8 |  70 |6178 |  70 |  19 |  19 |2814k|6944 | 0.000000e+00 |      --      |    Inf 
1511.38/1511.79	c  1512s|  6780k|  2146k| 23366k|   3.4 |1679M|  63 |   8 |  70 |6279 |  70 |  19 |  19 |2818k|6944 | 0.000000e+00 |      --      |    Inf 
1513.87/1514.24	c  1514s|  6790k|  2150k| 23400k|   3.4 |1682M|  63 |   8 |  70 |5918 |  70 |  19 |  19 |2822k|6944 | 0.000000e+00 |      --      |    Inf 
1516.08/1516.48	c  1516s|  6800k|  2153k| 23434k|   3.4 |1684M|  63 |   8 |  70 |6739 |  70 |  19 |  19 |2826k|6944 | 0.000000e+00 |      --      |    Inf 
1518.47/1518.86	c  1519s|  6810k|  2156k| 23469k|   3.4 |1687M|  63 |   8 |  70 |7051 |  70 |  19 |  19 |2830k|6944 | 0.000000e+00 |      --      |    Inf 
1520.97/1521.31	c  1521s|  6820k|  2159k| 23501k|   3.4 |1689M|  63 |   8 |  70 |6611 |  70 |  19 |  19 |2835k|6944 | 0.000000e+00 |      --      |    Inf 
1523.18/1523.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1523.18/1523.55	c  1524s|  6830k|  2162k| 23535k|   3.4 |1692M|  63 |   - |  70 |7711 |  70 |  19 |  19 |2839k|6944 | 0.000000e+00 |      --      |    Inf 
1525.87/1526.20	c  1526s|  6840k|  2165k| 23569k|   3.4 |1694M|  63 |   - |  70 |6417 |  70 |  19 |  19 |2843k|6944 | 0.000000e+00 |      --      |    Inf 
1528.17/1528.51	c  1529s|  6850k|  2168k| 23604k|   3.4 |1697M|  63 |   8 |  70 |7476 |  70 |  19 |  19 |2847k|6944 | 0.000000e+00 |      --      |    Inf 
1530.67/1531.05	c  1531s|  6860k|  2171k| 23637k|   3.4 |1699M|  63 |   8 |  70 |6649 |  70 |  19 |  19 |2851k|6944 | 0.000000e+00 |      --      |    Inf 
1532.98/1533.39	c  1533s|  6870k|  2175k| 23670k|   3.4 |1701M|  63 |   8 |  70 |6464 |  70 |  19 |  19 |2855k|6944 | 0.000000e+00 |      --      |    Inf 
1535.47/1535.87	c  1536s|  6880k|  2178k| 23704k|   3.4 |1704M|  63 |   8 |  70 |6401 |  70 |  19 |  19 |2860k|6944 | 0.000000e+00 |      --      |    Inf 
1537.95/1538.38	c  1538s|  6890k|  2180k| 23738k|   3.4 |1706M|  63 |   - |  70 |6290 |  70 |  19 |  19 |2864k|6944 | 0.000000e+00 |      --      |    Inf 
1540.26/1540.63	c  1541s|  6900k|  2184k| 23772k|   3.4 |1709M|  63 |   8 |  70 |6022 |  70 |  19 |  19 |2868k|6944 | 0.000000e+00 |      --      |    Inf 
1542.46/1542.89	c  1543s|  6910k|  2188k| 23804k|   3.4 |1711M|  63 |   8 |  70 |6538 |  70 |  19 |  19 |2871k|6944 | 0.000000e+00 |      --      |    Inf 
1544.96/1545.39	c  1545s|  6920k|  2191k| 23839k|   3.4 |1714M|  63 |   8 |  70 |6553 |  70 |  19 |  19 |2876k|6944 | 0.000000e+00 |      --      |    Inf 
1547.55/1547.94	c  1548s|  6930k|  2194k| 23872k|   3.4 |1716M|  63 |   - |  70 |5693 |  70 |  19 |  19 |2880k|6944 | 0.000000e+00 |      --      |    Inf 
1550.06/1550.44	c  1550s|  6940k|  2197k| 23906k|   3.4 |1718M|  63 |   8 |  70 |5688 |  70 |  19 |  19 |2884k|6944 | 0.000000e+00 |      --      |    Inf 
1552.25/1552.63	c  1553s|  6950k|  2200k| 23939k|   3.4 |1721M|  63 |   8 |  70 |7186 |  70 |  19 |  19 |2888k|6944 | 0.000000e+00 |      --      |    Inf 
1554.75/1555.12	c  1555s|  6960k|  2203k| 23973k|   3.4 |1723M|  63 |   8 |  70 |6382 |  70 |  19 |  19 |2892k|6944 | 0.000000e+00 |      --      |    Inf 
1556.85/1557.29	c  1557s|  6970k|  2207k| 24010k|   3.4 |1726M|  63 |   8 |  70 |7883 |  70 |  19 |  19 |2896k|6944 | 0.000000e+00 |      --      |    Inf 
1559.25/1559.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1559.25/1559.69	c  1560s|  6980k|  2210k| 24043k|   3.4 |1729M|  63 |   8 |  70 |7631 |  70 |  19 |  19 |2900k|6944 | 0.000000e+00 |      --      |    Inf 
1561.74/1562.19	c  1562s|  6990k|  2213k| 24078k|   3.4 |1731M|  63 |   8 |  70 |6892 |  70 |  19 |  19 |2905k|6944 | 0.000000e+00 |      --      |    Inf 
1564.25/1564.68	c  1565s|  7000k|  2216k| 24112k|   3.4 |1733M|  63 |   8 |  70 |6906 |  70 |  19 |  19 |2909k|6944 | 0.000000e+00 |      --      |    Inf 
1566.74/1567.15	c  1567s|  7010k|  2218k| 24146k|   3.4 |1736M|  63 |   - |  70 |6789 |  70 |  19 |  19 |2914k|6944 | 0.000000e+00 |      --      |    Inf 
1569.25/1569.61	c  1570s|  7020k|  2221k| 24180k|   3.4 |1738M|  63 |   - |  70 |6340 |  70 |  19 |  19 |2918k|6944 | 0.000000e+00 |      --      |    Inf 
1571.55/1571.91	c  1572s|  7030k|  2225k| 24213k|   3.4 |1741M|  63 |   - |  70 |6801 |  70 |  19 |  19 |2922k|6944 | 0.000000e+00 |      --      |    Inf 
1573.94/1574.33	c  1574s|  7040k|  2228k| 24248k|   3.4 |1743M|  63 |   8 |  70 |6337 |  70 |  19 |  19 |2926k|6944 | 0.000000e+00 |      --      |    Inf 
1576.35/1576.71	c  1577s|  7050k|  2231k| 24282k|   3.4 |1745M|  63 |   - |  70 |6144 |   0 |   0 |  19 |2930k|6944 | 0.000000e+00 |      --      |    Inf 
1578.73/1579.15	c  1579s|  7060k|  2234k| 24316k|   3.4 |1748M|  63 |   8 |  70 |5990 |  70 |  19 |  19 |2934k|6944 | 0.000000e+00 |      --      |    Inf 
1581.04/1581.41	c  1581s|  7070k|  2238k| 24349k|   3.4 |1751M|  63 |   - |  70 |7127 |  70 |  19 |  19 |2938k|6944 | 0.000000e+00 |      --      |    Inf 
1583.34/1583.71	c  1584s|  7080k|  2241k| 24384k|   3.4 |1753M|  63 |   - |  70 |8613 |  70 |  19 |  19 |2942k|6944 | 0.000000e+00 |      --      |    Inf 
1585.63/1586.04	c  1586s|  7090k|  2244k| 24416k|   3.4 |1756M|  63 |   - |  70 |9347 |  70 |  19 |  19 |2946k|6944 | 0.000000e+00 |      --      |    Inf 
1588.23/1588.65	c  1589s|  7100k|  2247k| 24450k|   3.4 |1758M|  63 |   8 |  70 |7079 |  70 |  19 |  19 |2951k|6944 | 0.000000e+00 |      --      |    Inf 
1590.63/1591.05	c  1591s|  7110k|  2250k| 24485k|   3.4 |1760M|  63 |   - |  70 |6801 |  70 |  19 |  19 |2955k|6944 | 0.000000e+00 |      --      |    Inf 
1593.03/1593.42	c  1593s|  7120k|  2253k| 24519k|   3.4 |1763M|  63 |   - |  70 |7028 |  70 |  19 |  19 |2959k|6944 | 0.000000e+00 |      --      |    Inf 
1595.53/1595.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1595.53/1595.93	c  1596s|  7130k|  2256k| 24553k|   3.4 |1765M|  63 |   8 |  70 |6481 |  70 |  19 |  19 |2964k|6944 | 0.000000e+00 |      --      |    Inf 
1597.84/1598.26	c  1598s|  7140k|  2259k| 24586k|   3.4 |1768M|  63 |   8 |  70 |6907 |  70 |  19 |  19 |2968k|6944 | 0.000000e+00 |      --      |    Inf 
1600.23/1600.68	c  1601s|  7150k|  2262k| 24621k|   3.4 |1770M|  63 |   8 |  70 |7166 |  70 |  19 |  19 |2972k|6944 | 0.000000e+00 |      --      |    Inf 
1602.73/1603.10	c  1603s|  7160k|  2265k| 24656k|   3.4 |1772M|  63 |   8 |  70 |6462 |  70 |  19 |  19 |2976k|6944 | 0.000000e+00 |      --      |    Inf 
1605.12/1605.53	c  1606s|  7170k|  2268k| 24690k|   3.4 |1775M|  63 |   8 |  70 |6722 |  70 |  19 |  19 |2980k|6944 | 0.000000e+00 |      --      |    Inf 
1607.42/1607.83	c  1608s|  7180k|  2271k| 24724k|   3.4 |1777M|  63 |   - |  70 |7180 |  70 |  19 |  19 |2985k|6944 | 0.000000e+00 |      --      |    Inf 
1609.93/1610.31	c  1610s|  7190k|  2274k| 24759k|   3.4 |1780M|  63 |   - |  70 |6133 |  70 |  19 |  19 |2989k|6944 | 0.000000e+00 |      --      |    Inf 
1612.32/1612.75	c  1613s|  7200k|  2277k| 24793k|   3.4 |1782M|  63 |   - |  70 |5775 |  70 |  19 |  19 |2993k|6944 | 0.000000e+00 |      --      |    Inf 
1614.71/1615.12	c  1615s|  7210k|  2281k| 24827k|   3.4 |1785M|  63 |   - |  70 |6306 |  70 |  19 |  19 |2997k|6944 | 0.000000e+00 |      --      |    Inf 
1617.22/1617.61	c  1618s|  7220k|  2283k| 24860k|   3.4 |1787M|  63 |   8 |  70 |5650 |  70 |  19 |  19 |3001k|6944 | 0.000000e+00 |      --      |    Inf 
1619.61/1620.00	c  1620s|  7230k|  2286k| 24895k|   3.4 |1789M|  63 |   - |  70 |5841 |  70 |  19 |  19 |3006k|6944 | 0.000000e+00 |      --      |    Inf 
1621.71/1622.19	c  1622s|  7240k|  2290k| 24928k|   3.4 |1792M|  63 |   8 |  70 |6868 |  70 |  19 |  19 |3009k|6944 | 0.000000e+00 |      --      |    Inf 
1624.12/1624.54	c  1625s|  7250k|  2293k| 24962k|   3.4 |1795M|  63 |   8 |  70 |6526 |  70 |  19 |  19 |3014k|6944 | 0.000000e+00 |      --      |    Inf 
1626.41/1626.88	c  1627s|  7260k|  2296k| 24996k|   3.4 |1797M|  63 |   8 |  70 |6965 |  70 |  19 |  19 |3018k|6944 | 0.000000e+00 |      --      |    Inf 
1628.91/1629.39	c  1629s|  7270k|  2299k| 25031k|   3.4 |1799M|  63 |   - |  70 |6718 |  70 |  19 |  19 |3022k|6944 | 0.000000e+00 |      --      |    Inf 
1631.41/1631.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1631.41/1631.89	c  1632s|  7280k|  2302k| 25066k|   3.4 |1802M|  63 |   - |  70 |6776 |  70 |  19 |  19 |3027k|6944 | 0.000000e+00 |      --      |    Inf 
1633.81/1634.24	c  1634s|  7290k|  2305k| 25100k|   3.4 |1804M|  63 |   8 |  70 |7477 |  70 |  19 |  19 |3031k|6944 | 0.000000e+00 |      --      |    Inf 
1636.52/1636.90	c  1637s|  7300k|  2308k| 25135k|   3.4 |1807M|  63 |   8 |  70 |6376 |  70 |  19 |  19 |3035k|6944 | 0.000000e+00 |      --      |    Inf 
1638.91/1639.34	c  1639s|  7310k|  2311k| 25169k|   3.4 |1809M|  63 |   8 |  70 |6599 |  70 |  19 |  19 |3039k|6944 | 0.000000e+00 |      --      |    Inf 
1641.51/1641.94	c  1642s|  7320k|  2313k| 25203k|   3.4 |1811M|  63 |   - |  70 |5901 |  70 |  19 |  19 |3044k|6944 | 0.000000e+00 |      --      |    Inf 
1643.91/1644.32	c  1644s|  7330k|  2316k| 25237k|   3.4 |1814M|  63 |   8 |  70 |6467 |  70 |  19 |  19 |3048k|6944 | 0.000000e+00 |      --      |    Inf 
1646.41/1646.88	c  1647s|  7340k|  2319k| 25272k|   3.4 |1816M|  63 |   8 |  70 |5376 |  70 |  19 |  19 |3052k|6944 | 0.000000e+00 |      --      |    Inf 
1648.81/1649.27	c  1649s|  7350k|  2322k| 25307k|   3.4 |1819M|  63 |   8 |  70 |5753 |  70 |  19 |  19 |3057k|6944 | 0.000000e+00 |      --      |    Inf 
1651.31/1651.75	c  1652s|  7360k|  2325k| 25341k|   3.4 |1821M|  63 |   8 |  70 |6111 |  70 |  19 |  19 |3061k|6944 | 0.000000e+00 |      --      |    Inf 
1653.71/1654.13	c  1654s|  7370k|  2328k| 25375k|   3.4 |1824M|  63 |   - |  70 |6480 |  70 |  19 |  19 |3065k|6944 | 0.000000e+00 |      --      |    Inf 
1656.31/1656.70	c  1657s|  7380k|  2331k| 25409k|   3.4 |1826M|  63 |   - |  70 |5619 |  70 |  19 |  19 |3070k|6944 | 0.000000e+00 |      --      |    Inf 
1658.51/1658.97	c  1659s|  7390k|  2334k| 25442k|   3.4 |1828M|  63 |   8 |  70 |6589 |  70 |  19 |  19 |3073k|6944 | 0.000000e+00 |      --      |    Inf 
1660.81/1661.22	c  1661s|  7400k|  2338k| 25478k|   3.4 |1831M|  63 |   - |  70 |8104 |  70 |  19 |  19 |3078k|6944 | 0.000000e+00 |      --      |    Inf 
1663.20/1663.61	c  1664s|  7410k|  2341k| 25512k|   3.4 |1834M|  63 |   8 |  70 |7931 |  70 |  19 |  19 |3082k|6944 | 0.000000e+00 |      --      |    Inf 
1665.41/1665.89	c  1666s|  7420k|  2344k| 25548k|   3.4 |1836M|  63 |   8 |  70 |8032 |  70 |  19 |  19 |3086k|6944 | 0.000000e+00 |      --      |    Inf 
1668.10/1668.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1668.10/1668.50	c  1668s|  7430k|  2347k| 25583k|   3.4 |1838M|  63 |   8 |  70 |7206 |  70 |  19 |  19 |3090k|6944 | 0.000000e+00 |      --      |    Inf 
1670.71/1671.11	c  1671s|  7440k|  2350k| 25617k|   3.4 |1841M|  63 |   - |  70 |6094 |  70 |  19 |  19 |3094k|6944 | 0.000000e+00 |      --      |    Inf 
1673.10/1673.50	c  1673s|  7450k|  2353k| 25651k|   3.4 |1843M|  63 |   - |  70 |6239 |  70 |  19 |  19 |3099k|6944 | 0.000000e+00 |      --      |    Inf 
1675.40/1675.83	c  1676s|  7460k|  2356k| 25686k|   3.4 |1846M|  63 |   8 |  70 |6712 |  70 |  19 |  19 |3103k|6944 | 0.000000e+00 |      --      |    Inf 
1677.80/1678.28	c  1678s|  7470k|  2359k| 25719k|   3.4 |1848M|  63 |   - |  70 |6426 |  70 |  19 |  19 |3107k|6944 | 0.000000e+00 |      --      |    Inf 
1680.10/1680.56	c  1681s|  7480k|  2362k| 25752k|   3.4 |1851M|  63 |   8 |  70 |7153 |  70 |  19 |  19 |3111k|6944 | 0.000000e+00 |      --      |    Inf 
1682.70/1683.17	c  1683s|  7490k|  2365k| 25786k|   3.4 |1853M|  63 |   - |  70 |6223 |  70 |  19 |  19 |3115k|6944 | 0.000000e+00 |      --      |    Inf 
1685.40/1685.80	c  1686s|  7500k|  2368k| 25820k|   3.4 |1855M|  63 |   - |  70 |5484 |  70 |  19 |  19 |3120k|6944 | 0.000000e+00 |      --      |    Inf 
1687.80/1688.24	c  1688s|  7510k|  2371k| 25855k|   3.4 |1858M|  63 |   8 |  70 |5892 |  70 |  19 |  19 |3124k|6944 | 0.000000e+00 |      --      |    Inf 
1690.20/1690.66	c  1691s|  7520k|  2374k| 25890k|   3.4 |1860M|  63 |   8 |  70 |5732 |  70 |  19 |  19 |3128k|6944 | 0.000000e+00 |      --      |    Inf 
1692.70/1693.15	c  1693s|  7530k|  2376k| 25924k|   3.4 |1862M|  63 |   8 |  70 |5500 |  70 |  19 |  19 |3133k|6944 | 0.000000e+00 |      --      |    Inf 
1695.00/1695.42	c  1695s|  7540k|  2380k| 25958k|   3.4 |1865M|  63 |   - |  70 |6553 |  70 |  19 |  19 |3137k|6944 | 0.000000e+00 |      --      |    Inf 
1697.50/1697.99	c  1698s|  7550k|  2382k| 25993k|   3.4 |1867M|  63 |   8 |  70 |5452 |  70 |  19 |  19 |3141k|6944 | 0.000000e+00 |      --      |    Inf 
1699.89/1700.35	c  1700s|  7560k|  2386k| 26027k|   3.4 |1870M|  63 |   - |  70 |5557 |  70 |  19 |  19 |3145k|6944 | 0.000000e+00 |      --      |    Inf 
1702.30/1702.73	c  1703s|  7570k|  2389k| 26061k|   3.4 |1872M|  63 |   - |  70 |5937 |  70 |  19 |  19 |3149k|6944 | 0.000000e+00 |      --      |    Inf 
1704.70/1705.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1704.70/1705.12	c  1705s|  7580k|  2392k| 26095k|   3.4 |1875M|  63 |   - |  70 |6355 |  70 |  19 |  19 |3154k|6944 | 0.000000e+00 |      --      |    Inf 
1706.90/1707.37	c  1707s|  7590k|  2395k| 26129k|   3.4 |1877M|  63 |   - |  70 |7179 |  70 |  19 |  19 |3158k|6944 | 0.000000e+00 |      --      |    Inf 
1709.40/1709.83	c  1710s|  7600k|  2399k| 26163k|   3.4 |1880M|  63 |   8 |  70 |6371 |  70 |  19 |  19 |3161k|6944 | 0.000000e+00 |      --      |    Inf 
1711.90/1712.32	c  1712s|  7610k|  2401k| 26198k|   3.4 |1882M|  63 |   8 |  70 |6225 |  70 |  19 |  19 |3166k|6944 | 0.000000e+00 |      --      |    Inf 
1714.41/1714.88	c  1715s|  7620k|  2404k| 26233k|   3.4 |1884M|  63 |   - |  70 |5991 |  70 |  19 |  19 |3170k|6944 | 0.000000e+00 |      --      |    Inf 
1716.70/1717.12	c  1717s|  7630k|  2408k| 26268k|   3.4 |1887M|  63 |   8 |  70 |7247 |  70 |  19 |  19 |3174k|6944 | 0.000000e+00 |      --      |    Inf 
1718.99/1719.44	c  1719s|  7640k|  2412k| 26302k|   3.4 |1890M|  63 |   8 |  70 |7740 |  70 |  19 |  19 |3178k|6944 | 0.000000e+00 |      --      |    Inf 
1721.40/1721.81	c  1722s|  7650k|  2415k| 26335k|   3.4 |1892M|  63 |   8 |  70 |7501 |  70 |  19 |  19 |3182k|6944 | 0.000000e+00 |      --      |    Inf 
1723.90/1724.36	c  1724s|  7660k|  2418k| 26369k|   3.4 |1895M|  63 |   8 |  70 |6919 |  70 |  19 |  19 |3186k|6944 | 0.000000e+00 |      --      |    Inf 
1726.39/1726.82	c  1727s|  7670k|  2421k| 26403k|   3.4 |1897M|  63 |   8 |  70 |6505 |  70 |  19 |  19 |3190k|6944 | 0.000000e+00 |      --      |    Inf 
1728.90/1729.32	c  1729s|  7680k|  2424k| 26437k|   3.4 |1900M|  63 |   8 |  70 |6972 |  70 |  19 |  19 |3194k|6944 | 0.000000e+00 |      --      |    Inf 
1731.29/1731.79	c  1732s|  7690k|  2427k| 26471k|   3.4 |1902M|  63 |   8 |  70 |6871 |  70 |  19 |  19 |3199k|6944 | 0.000000e+00 |      --      |    Inf 
1733.79/1734.23	c  1734s|  7700k|  2430k| 26505k|   3.4 |1904M|  63 |   8 |  70 |6799 |  70 |  19 |  19 |3203k|6944 | 0.000000e+00 |      --      |    Inf 
1736.10/1736.57	c  1737s|  7710k|  2434k| 26538k|   3.4 |1907M|  63 |   - |  70 |7120 |  70 |  19 |  19 |3207k|6944 | 0.000000e+00 |      --      |    Inf 
1738.50/1738.97	c  1739s|  7720k|  2437k| 26571k|   3.4 |1909M|  63 |   8 |  70 |6831 |  70 |  19 |  19 |3211k|6944 | 0.000000e+00 |      --      |    Inf 
1740.69/1741.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.69/1741.19	c  1741s|  7730k|  2441k| 26604k|   3.4 |1912M|  63 |   8 |  70 |8293 |  70 |  19 |  19 |3215k|6944 | 0.000000e+00 |      --      |    Inf 
1743.29/1743.76	c  1744s|  7740k|  2444k| 26637k|   3.4 |1914M|  63 |   - |  70 |6671 |  70 |  19 |  19 |3219k|6944 | 0.000000e+00 |      --      |    Inf 
1745.69/1746.12	c  1746s|  7750k|  2447k| 26671k|   3.4 |1917M|  63 |   - |  70 |6939 |  70 |  19 |  19 |3223k|6944 | 0.000000e+00 |      --      |    Inf 
1748.19/1748.66	c  1749s|  7760k|  2450k| 26705k|   3.4 |1919M|  63 |   8 |  70 |6231 |  70 |  19 |  19 |3227k|6944 | 0.000000e+00 |      --      |    Inf 
1750.70/1751.15	c  1751s|  7770k|  2453k| 26739k|   3.4 |1921M|  63 |   8 |  70 |5913 |  70 |  19 |  19 |3231k|6944 | 0.000000e+00 |      --      |    Inf 
1753.09/1753.58	c  1754s|  7780k|  2456k| 26773k|   3.4 |1924M|  63 |   8 |  70 |6374 |  70 |  19 |  19 |3236k|6944 | 0.000000e+00 |      --      |    Inf 
1755.59/1756.05	c  1756s|  7790k|  2459k| 26806k|   3.4 |1926M|  63 |   - |  70 |6016 |  70 |  19 |  19 |3240k|6944 | 0.000000e+00 |      --      |    Inf 
1758.09/1758.51	c  1759s|  7800k|  2462k| 26840k|   3.4 |1929M|  63 |   8 |  70 |6044 |  70 |  19 |  19 |3244k|6944 | 0.000000e+00 |      --      |    Inf 
1760.49/1760.90	c  1761s|  7810k|  2465k| 26874k|   3.4 |1931M|  63 |   8 |  70 |6263 |  70 |  19 |  19 |3248k|6944 | 0.000000e+00 |      --      |    Inf 
1762.69/1763.20	c  1763s|  7820k|  2469k| 26909k|   3.4 |1934M|  63 |   - |  70 |6696 |  70 |  19 |  19 |3252k|6944 | 0.000000e+00 |      --      |    Inf 
1765.29/1765.76	c  1766s|  7830k|  2471k| 26943k|   3.4 |1936M|  63 |   - |  70 |5922 |  70 |  19 |  19 |3257k|6944 | 0.000000e+00 |      --      |    Inf 
1767.89/1768.35	c  1768s|  7840k|  2474k| 26979k|   3.4 |1938M|  63 |   - |  70 |5704 |  70 |  19 |  19 |3261k|6944 | 0.000000e+00 |      --      |    Inf 
1770.19/1770.66	c  1771s|  7850k|  2477k| 27013k|   3.4 |1941M|  63 |   8 |  70 |6143 |  70 |  19 |  19 |3265k|6944 | 0.000000e+00 |      --      |    Inf 
1772.48/1772.92	c  1773s|  7860k|  2481k| 27049k|   3.4 |1944M|  63 |   8 |  70 |6988 |  70 |  19 |  19 |3269k|6944 | 0.000000e+00 |      --      |    Inf 
1774.79/1775.24	c  1775s|  7870k|  2484k| 27083k|   3.4 |1946M|  63 |   8 |  70 |7400 |  70 |  19 |  19 |3273k|6944 | 0.000000e+00 |      --      |    Inf 
1777.20/1777.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1777.20/1777.65	c  1778s|  7880k|  2487k| 27118k|   3.4 |1949M|  63 |   - |  70 |7518 |  70 |  19 |  19 |3278k|6944 | 0.000000e+00 |      --      |    Inf 
1779.79/1780.25	c  1780s|  7890k|  2490k| 27152k|   3.4 |1951M|  63 |   8 |  70 |6115 |  70 |  19 |  19 |3282k|6944 | 0.000000e+00 |      --      |    Inf 
1782.29/1782.74	c  1783s|  7900k|  2493k| 27186k|   3.4 |1953M|  63 |   8 |  70 |6320 |  70 |  19 |  19 |3287k|6944 | 0.000000e+00 |      --      |    Inf 
1784.68/1785.14	c  1785s|  7910k|  2496k| 27220k|   3.4 |1956M|  63 |   8 |  70 |6462 |  70 |  19 |  19 |3291k|6944 | 0.000000e+00 |      --      |    Inf 
1786.89/1787.33	c  1787s|  7920k|  2500k| 27255k|   3.4 |1959M|  63 |   8 |  70 |7718 |  70 |  19 |  19 |3295k|6944 | 0.000000e+00 |      --      |    Inf 
1789.19/1789.63	c  1790s|  7930k|  2503k| 27288k|   3.4 |1961M|  63 |   8 |  70 |8256 |  70 |  19 |  19 |3299k|6944 | 0.000000e+00 |      --      |    Inf 
1789.59/1790.00	c 
1789.59/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.59/1790.00	c Solving Time (sec) : 1790.00
1789.59/1790.00	c Solving Nodes      : 7931562
1789.59/1790.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.59/1790.00	c Dual Bound         : +0.00000000000000e+00
1789.59/1790.00	c Gap                : infinite
1789.59/1790.00	s UNKNOWN
1789.59/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.59/1790.00	c Solving Time       :    1790.00
1789.59/1790.00	c Original Problem   :
1789.59/1790.00	c   Problem name     : HOME/instance-3734690-1338700501.opb
1789.59/1790.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.59/1790.00	c   Constraints      : 17 initial, 17 maximal
1789.59/1790.00	c Presolved Problem  :
1789.59/1790.00	c   Problem name     : t_HOME/instance-3734690-1338700501.opb
1789.59/1790.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.59/1790.00	c   Constraints      : 8 initial, 9975 maximal
1789.59/1790.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.59/1790.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.59/1790.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1789.59/1790.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.59/1790.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.59/1790.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.59/1790.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.59/1790.00	c   linear           :       0.00          0          0          0          0          0          9          0          0
1789.59/1790.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.59/1790.00	c   root node        :          -          0          -          -          0          -          -          -          -
1789.59/1790.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.59/1790.00	c   integral         :          0          0          0    5232051          0        479       2014          0          0   10459408
1789.59/1790.00	c   linear           :          8+         7   18586123          0          1     116827    4629151          0          0          0
1789.59/1790.00	c   logicor          :          0+         0    7335835          0          0       6147    2522469          0          0          0
1789.59/1790.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.59/1790.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.59/1790.00	c   integral         :      31.24       0.00       0.00      31.24       0.00
1789.59/1790.00	c   linear           :     416.79       0.00     416.79       0.00       0.00
1789.59/1790.00	c   logicor          :     196.19       0.00     196.19       0.00       0.00
1789.59/1790.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.59/1790.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.59/1790.00	c   vbounds          :       2.29          2          0          0
1789.59/1790.00	c   rootredcost      :       2.04          0          0          0
1789.59/1790.00	c   pseudoobj        :       1.69          0          0          0
1789.59/1790.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.59/1790.00	c   propagation      :       9.98     122974     115721     466251       48.1         37       39.1          -
1789.59/1790.00	c   infeasible LP    :      80.85    2590601    2590504    5034241       32.1      27910       36.5          0
1789.59/1790.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.59/1790.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.59/1790.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.59/1790.00	c   applied globally :          -          -          -    2726848       25.4          -          -          -
1789.59/1790.00	c   applied locally  :          -          -          -     573007       38.7          -          -          -
1789.59/1790.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.59/1790.00	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 46)
1789.59/1790.00	c   redcost          :       6.83    5232055          0          0          0          0
1789.59/1790.00	c   impliedbounds    :       0.00          6          0          0          0          0
1789.59/1790.00	c   intobj           :       0.00          0          0          0          0          0
1789.59/1790.00	c   cgmip            :       0.00          0          0          0          0          0
1789.59/1790.00	c   gomory           :       0.00          6          0          0          0          0
1789.59/1790.00	c   strongcg         :       0.00          6          0          0         20          0
1789.59/1790.00	c   cmir             :       0.02          6          0          0         10          0
1789.59/1790.00	c   flowcover        :       0.02          6          0          0         17          0
1789.59/1790.00	c   clique           :       0.00          1          0          0          0          0
1789.59/1790.00	c   zerohalf         :       0.00          0          0          0          0          0
1789.59/1790.00	c   mcf              :       0.00          1          0          0          0          0
1789.59/1790.00	c   rapidlearning    :       0.06          1          0          0          0         13
1789.59/1790.00	c Pricers            :       Time      Calls       Vars
1789.59/1790.00	c   problem variables:       0.00          0          0
1789.59/1790.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.59/1790.00	c   relpscost        :      28.88    5232051        479       2014          0          0   10459408
1789.59/1790.00	c   pscost           :       0.00          0          0          0          0          0          0
1789.59/1790.00	c   inference        :       0.00          1          0          0          0          0          2
1789.59/1790.00	c   mostinf          :       0.00          0          0          0          0          0          0
1789.59/1790.00	c   leastinf         :       0.00          0          0          0          0          0          0
1789.59/1790.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.59/1790.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.59/1790.00	c   random           :       0.00          0          0          0          0          0          0
1789.59/1790.00	c Primal Heuristics  :       Time      Calls      Found
1789.59/1790.00	c   LP solutions     :       0.00          -          0
1789.59/1790.00	c   pseudo solutions :       0.00          -          0
1789.59/1790.00	c   oneopt           :       1.65          0          0
1789.59/1790.00	c   crossover        :       0.98          0          0
1789.59/1790.00	c   guideddiving     :       0.10          0          0
1789.59/1790.00	c   feaspump         :       0.08         26          0
1789.59/1790.00	c   objpscostdiving  :       0.08         26          0
1789.59/1790.00	c   rootsoldiving    :       0.10         26          0
1789.59/1790.00	c   coefdiving       :       0.11         52          0
1789.59/1790.00	c   pscostdiving     :       0.11         52          0
1789.59/1790.00	c   fracdiving       :       0.10         52          0
1789.59/1790.00	c   veclendiving     :       0.11         52          0
1789.59/1790.00	c   linesearchdiving :       0.11         52          0
1789.59/1790.00	c   trivial          :       0.00          2          0
1789.59/1790.00	c   simplerounding   :       0.79          0          0
1789.59/1790.00	c   zirounding       :       1.15       1000          0
1789.59/1790.00	c   rounding         :       1.92      32353          0
1789.59/1790.00	c   shifting         :       3.70      10185          0
1789.59/1790.00	c   intshifting      :       0.08          0          0
1789.59/1790.00	c   twoopt           :       0.00          0          0
1789.59/1790.00	c   fixandinfer      :       0.00          0          0
1789.59/1790.00	c   intdiving        :       0.00          0          0
1789.59/1790.00	c   actconsdiving    :       0.00          0          0
1789.59/1790.00	c   octane           :       0.00          0          0
1789.59/1790.00	c   rens             :       0.01          1          0
1789.59/1790.00	c   rins             :       0.00          0          0
1789.59/1790.00	c   localbranching   :       0.00          0          0
1789.59/1790.00	c   mutation         :       0.00          0          0
1789.59/1790.00	c   dins             :       0.00          0          0
1789.59/1790.00	c   undercover       :       0.00          0          0
1789.59/1790.00	c   nlp              :       0.86          0          0
1789.59/1790.00	c   trysol           :       1.25          0          0
1789.59/1790.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.59/1790.00	c   primal LP        :       0.00          0          0       0.00          -
1789.59/1790.00	c   dual LP          :     495.01    7708194   27289137       3.54   55128.89
1789.59/1790.00	c   lex dual LP      :       0.00          0          0       0.00          -
1789.59/1790.00	c   barrier LP       :       0.00          0          0       0.00          -
1789.59/1790.00	c   diving/probing LP:       0.12       2009       4837       2.41   40823.73
1789.59/1790.00	c   strong branching :       0.83       6944      39903       5.75   47828.23
1789.59/1790.00	c     (at root node) :          -          9        341      37.89          -
1789.59/1790.00	c   conflict analysis:       0.00          0          0       0.00          -
1789.59/1790.00	c B&B Tree           :
1789.59/1790.00	c   number of runs   :          1
1789.59/1790.00	c   nodes            :    7931562
1789.59/1790.00	c   nodes (total)    :    7931562
1789.59/1790.00	c   nodes left       :    2504014
1789.59/1790.00	c   max depth        :         63
1789.59/1790.00	c   max depth (total):         63
1789.59/1790.00	c   backtracks       :     625335 (7.9%)
1789.59/1790.00	c   delayed cutoffs  :      23835
1789.59/1790.00	c   repropagations   :    7664822 (2546803 domain reductions, 11566 cutoffs)
1789.59/1790.00	c   avg switch length:       5.40
1789.59/1790.00	c   switching time   :     292.76
1789.59/1790.00	c Solution           :
1789.59/1790.00	c   Solutions found  :          0 (0 improvements)
1789.59/1790.00	c   Primal Bound     :          -
1789.59/1790.00	c   Dual Bound       : +0.00000000000000e+00
1789.59/1790.00	c   Gap              :   infinite
1789.59/1790.00	c   Root Dual Bound  : +0.00000000000000e+00
1789.59/1790.00	c   Root Iterations  :        180
1796.08/1796.54	c Time complete: 1796.14.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 11527
/proc/meminfo: memFree=25877408/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=7912 CPUtime=0 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 1135 0 0 0 0 0 0 0 20 0 1 0 336175488 8101888 1081 33554432000 4194304 8395647 140734213591792 140733420873704 7382157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11527/statm: 1978 1089 365 1026 0 948 0

[startup+0.07981 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 11527
/proc/meminfo: memFree=25877408/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=22292 CPUtime=0.06 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 4808 0 0 0 6 0 0 0 20 0 1 0 336175488 22827008 4401 33554432000 4194304 8395647 140734213591792 140733420873704 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11527/statm: 5573 4401 608 1026 0 4543 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22292

[startup+0.100189 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 11527
/proc/meminfo: memFree=25877408/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=22292 CPUtime=0.09 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 4826 0 0 0 9 0 0 0 20 0 1 0 336175488 22827008 4419 33554432000 4194304 8395647 140734213591792 140733420873704 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11527/statm: 5573 4419 609 1026 0 4543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22292

[startup+0.300139 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 11527
/proc/meminfo: memFree=25877408/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=23440 CPUtime=0.28 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 5394 0 0 0 27 1 0 0 20 0 1 0 336175488 24002560 4987 33554432000 4194304 8395647 140734213591792 140733420873704 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11527/statm: 5860 4987 622 1026 0 4830 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23440

[startup+0.700099 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 11527
/proc/meminfo: memFree=25877408/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=23440 CPUtime=0.69 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 5399 0 0 0 66 3 0 0 20 0 1 0 336175488 24002560 4992 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11527/statm: 5860 4992 622 1026 0 4830 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23440

[startup+1.5001 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11528
/proc/meminfo: memFree=25859288/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=23440 CPUtime=1.49 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 5407 0 0 0 144 5 0 0 20 0 1 0 336175488 24002560 5000 33554432000 4194304 8395647 140734213591792 140734213587400 6189994 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11527/statm: 5860 5000 622 1026 0 4830 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23440

[startup+3.1001 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11528
/proc/meminfo: memFree=25857800/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=23440 CPUtime=3.09 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 5422 0 0 0 299 10 0 0 20 0 1 0 336175488 24002560 5015 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/11527/statm: 5860 5015 622 1026 0 4830 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23440

[startup+6.3001 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11528
/proc/meminfo: memFree=25852344/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=26264 CPUtime=6.29 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 6155 0 0 0 609 20 0 0 20 0 1 0 336175488 26894336 5748 33554432000 4194304 8395647 140734213591792 140734213587400 4506538 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 6566 5748 622 1026 0 5536 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26264

[startup+12.7002 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11528
/proc/meminfo: memFree=25833116/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=35460 CPUtime=12.69 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 8536 0 0 0 1230 39 0 0 20 0 1 0 336175488 36311040 8129 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 8865 8129 622 1026 0 7835 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35460

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11528
/proc/meminfo: memFree=25799620/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=54336 CPUtime=25.48 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 13312 0 0 0 2470 78 0 0 20 0 1 0 336175488 55640064 12905 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 13584 12905 622 1026 0 12554 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54336

[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11528
/proc/meminfo: memFree=25727080/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=93484 CPUtime=51.08 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 22862 0 0 0 4958 150 0 0 20 0 1 0 336175488 95727616 22455 33554432000 4194304 8395647 140734213591792 140734213587400 4218227 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 23371 22455 622 1026 0 22341 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 93484

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11529
/proc/meminfo: memFree=25602596/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=158960 CPUtime=102.28 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 39365 0 0 0 9943 285 0 0 20 0 1 0 336175488 162775040 38958 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 39740 38958 622 1026 0 38710 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 158960

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11529
/proc/meminfo: memFree=25462892/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=234504 CPUtime=162.26 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 57586 0 0 0 15780 446 0 0 20 0 1 0 336175488 240132096 57179 33554432000 4194304 8395647 140734213591792 140734213587400 5086821 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 58626 57179 622 1026 0 57596 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 234504

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11529
/proc/meminfo: memFree=25304444/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=311480 CPUtime=222.26 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 77169 0 0 0 21616 610 0 0 20 0 1 0 336175488 318955520 76762 33554432000 4194304 8395647 140734213591792 140734213586920 5027310 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 77870 76762 622 1026 0 76840 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 311480

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11529
/proc/meminfo: memFree=25170768/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=380108 CPUtime=282.24 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 94692 0 0 0 27458 766 0 0 20 0 1 0 336175488 389230592 94285 33554432000 4194304 8395647 140734213591792 140734213587400 5027242 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 95027 94285 622 1026 0 93997 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 380108

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 11532
/proc/meminfo: memFree=25037200/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=457120 CPUtime=342.23 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 112113 0 0 0 33301 922 0 0 20 0 1 0 336175488 468090880 112217 33554432000 4194304 8395647 140734213591792 140734213587304 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 114280 112217 622 1026 0 113250 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 457120

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11533
/proc/meminfo: memFree=24921244/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=526052 CPUtime=402.23 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 129447 0 0 0 39152 1071 0 0 20 0 1 0 336175488 538677248 129551 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 131513 129551 622 1026 0 130483 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 526052

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11533
/proc/meminfo: memFree=24788968/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=597656 CPUtime=462.22 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 147411 0 0 0 45001 1221 0 0 20 0 1 0 336175488 611999744 147515 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 149414 147515 622 1026 0 148384 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 597656

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11533
/proc/meminfo: memFree=24656600/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=661344 CPUtime=522.21 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 163715 0 0 0 50858 1363 0 0 20 0 1 0 336175488 677216256 163819 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 165336 163819 622 1026 0 164306 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 661344

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11533
/proc/meminfo: memFree=24541216/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=727264 CPUtime=582.19 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 180463 0 0 0 56712 1507 0 0 20 0 1 0 336175488 744718336 180701 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 181816 180701 622 1026 0 180786 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 727264

[startup+642.3 s]

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

/proc/meminfo: memFree=23476432/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1260352 CPUtime=1062.09 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 310918 0 0 0 103532 2677 0 0 20 0 1 0 336175488 1290600448 313292 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 315088 313292 622 1026 0 314058 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 1260352

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11539
/proc/meminfo: memFree=23336764/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1321544 CPUtime=1122.08 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 326344 0 0 0 109388 2820 0 0 20 0 1 0 336175488 1353261056 329222 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 330386 329222 622 1026 0 329356 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1321544

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11539
/proc/meminfo: memFree=23209696/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1390464 CPUtime=1182.06 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 343208 0 0 0 115246 2960 0 0 20 0 1 0 336175488 1423835136 346072 33554432000 4194304 8395647 140734213591792 140734213587400 4995709 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 347616 346072 622 1026 0 346586 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 1390464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11539
/proc/meminfo: memFree=23065504/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1453516 CPUtime=1242.05 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 359091 0 0 0 121103 3102 0 0 20 0 1 0 336175488 1488400384 361973 33554432000 4194304 8395647 140734213591792 140734213587400 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 363379 361973 622 1026 0 362349 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 1453516

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11540
/proc/meminfo: memFree=22934392/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1510232 CPUtime=1302.04 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 373458 0 0 0 126966 3238 0 0 20 0 1 0 336175488 1546477568 376328 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 377558 376328 622 1026 0 376528 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1510232

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 11540
/proc/meminfo: memFree=22824936/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1567664 CPUtime=1362.02 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 388162 0 0 0 132826 3376 0 0 20 0 1 0 336175488 1605287936 391043 33554432000 4194304 8395647 140734213591792 140734213587400 4218186 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 391916 391043 622 1026 0 390886 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1567664

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11540
/proc/meminfo: memFree=22704064/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1663696 CPUtime=1422.02 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 404387 0 0 0 138686 3516 0 0 20 0 1 0 336175488 1703624704 407254 33554432000 4194304 8395647 140734213591792 140734213587352 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 415924 407254 622 1026 0 414894 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 1663696

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11540
/proc/meminfo: memFree=22562352/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1727228 CPUtime=1481.99 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 420076 0 0 0 144547 3652 0 0 20 0 1 0 336175488 1768681472 423435 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 431807 423435 622 1026 0 430777 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 1727228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11543
/proc/meminfo: memFree=22421808/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1788920 CPUtime=1541.96 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 435867 0 0 0 150407 3789 0 0 20 0 1 0 336175488 1831854080 439704 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 447230 439704 622 1026 0 446200 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1788920

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11544
/proc/meminfo: memFree=22296856/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1848072 CPUtime=1601.93 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 450845 0 0 0 156268 3925 0 0 20 0 1 0 336175488 1892425728 454642 33554432000 4194304 8395647 140734213591792 140734213586920 6262422 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 462018 454642 622 1026 0 460988 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1848072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11544
/proc/meminfo: memFree=22185816/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1902104 CPUtime=1661.91 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 464491 0 0 0 162130 4061 0 0 20 0 1 0 336175488 1947754496 468527 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 475526 468527 622 1026 0 474496 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1902104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11582
/proc/meminfo: memFree=24312240/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=1965448 CPUtime=1721.9 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 480311 0 0 0 167995 4195 0 0 20 0 1 0 336175488 2012618752 484347 33554432000 4194304 8395647 140734213591792 140734213587400 4218202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 491362 484347 622 1026 0 490332 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1965448

[startup+1782.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/177 11582
/proc/meminfo: memFree=24160404/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=2027272 CPUtime=1781.89 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 495167 0 0 0 173864 4325 0 0 20 0 1 0 336175488 2075926528 500736 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 506818 500736 622 1026 0 505788 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 2027272

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

[startup+1785.5 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 11582
/proc/meminfo: memFree=24153712/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=2029512 CPUtime=1785.09 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 495764 0 0 0 174177 4332 0 0 20 0 1 0 336175488 2078220288 501333 33554432000 4194304 8395647 140734213591792 140734213587400 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 507378 501333 622 1026 0 506348 0
Current children cumulated CPU time (s) 1785.09
Current children cumulated vsize (KiB) 2029512

[startup+1791.91 s]
/proc/loadavg: 2.14 2.04 2.01 3/177 11582
/proc/meminfo: memFree=24141068/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=2034376 CPUtime=1791.49 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 496961 0 0 0 174806 4343 0 0 20 0 1 0 336175488 2083201024 502530 33554432000 4194304 8395647 140734213591792 140734213587624 6345370 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 508594 502530 625 1026 0 507564 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 2034376

[startup+1795.1 s]
/proc/loadavg: 2.13 2.04 2.01 3/177 11582
/proc/meminfo: memFree=24135116/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=2034376 CPUtime=1794.69 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 496961 0 0 0 175126 4343 0 0 20 0 1 0 336175488 2083201024 502530 33554432000 4194304 8395647 140734213591792 140734213587624 6345208 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 508594 502530 625 1026 0 507564 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 2034376

[startup+1795.9 s]
/proc/loadavg: 2.13 2.04 2.01 3/177 11582
/proc/meminfo: memFree=24135116/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=2034376 CPUtime=1795.48 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 496961 0 0 0 175205 4343 0 0 20 0 1 0 336175488 2083201024 502530 33554432000 4194304 8395647 140734213591792 140734213587624 6345229 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 508594 502530 625 1026 0 507564 0
Current children cumulated CPU time (s) 1795.48
Current children cumulated vsize (KiB) 2034376

[startup+1796.31 s]
/proc/loadavg: 2.13 2.04 2.01 3/177 11582
/proc/meminfo: memFree=24133752/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=2034376 CPUtime=1795.89 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 496961 0 0 0 175246 4343 0 0 20 0 1 0 336175488 2083201024 502530 33554432000 4194304 8395647 140734213591792 140734213587624 6345229 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 508594 502530 625 1026 0 507564 0
Current children cumulated CPU time (s) 1795.89
Current children cumulated vsize (KiB) 2034376

[startup+1796.5 s]
/proc/loadavg: 2.13 2.04 2.01 3/177 11582
/proc/meminfo: memFree=24133752/32873648 swapFree=6864/6864
[pid=11527] ppid=11525 vsize=2034376 CPUtime=1796.08 cores=0,2,4,6
/proc/11527/stat : 11527 (pbscip.linux.x8) R 11525 11527 7869 0 -1 4202496 496961 0 0 0 175265 4343 0 0 20 0 1 0 336175488 2083201024 502530 33554432000 4194304 8395647 140734213591792 140734213587624 4723516 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11527/statm: 508594 502530 625 1026 0 507564 0
Current children cumulated CPU time (s) 1796.08
Current children cumulated vsize (KiB) 2034376

Child status: 0
Real time (s): 1796.55
CPU time (s): 1796.14
CPU user time (s): 1752.69
CPU system time (s): 43.4514
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 2034376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1752.69
system time used= 43.4514
maximum resident set size= 2010120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496964
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= 246
involuntary context switches= 2694

runsolver used 4.54531 second user time and 12.1851 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 07:15:01
IDJOB=3734690
IDBENCH=2893
IDSOLVER=2326
FILE ID=node125/3734690-1338700501
RUNJOBID= node125-1338678622-7888
PBS_JOBID= 14636688
Free space on /tmp= 70424 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734690-1338700501/watcher-3734690-1338700501 -o /tmp/evaluation-result-3734690-1338700501/solver-3734690-1338700501 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734690-1338700501.opb -t 1800 -m 15500

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=170518198

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25877400 kB
Buffers:          605424 kB
Cached:          5050408 kB
SwapCached:         2308 kB
Active:          2916080 kB
Inactive:        3173552 kB
Active(anon):     414604 kB
Inactive(anon):    19460 kB
Active(file):    2501476 kB
Inactive(file):  3154092 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             10152 kB
Writeback:             0 kB
AnonPages:        436296 kB
Mapped:            16864 kB
Shmem:                96 kB
Slab:             767016 kB
SReclaimable:     210804 kB
SUnreclaim:       556212 kB
KernelStack:        1448 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     581720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70420 MiB
End job on node125 at 2012-06-03 07:44:57