Trace number 3734734

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? 1797.62 1798.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_2.opb
MD5SUMccdf85c0efcf9b688264aa74ef25462f
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 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5830
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-3734734-1338700729.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 |    47 |     - | 365k|   0 |   8 |  70 |   8 |  70 |   8 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   175 |     - | 417k|   0 |  14 |  70 |   9 |  70 |  14 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   185 |     - | 436k|   0 |  18 |  70 |   9 |  70 |  19 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.09	c   0.1s|     1 |     0 |   189 |     - | 441k|   0 |  21 |  70 |   9 |  70 |  22 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   195 |     - | 445k|   0 |  21 |  70 |   9 |  70 |  23 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   208 |     - | 455k|   0 |  19 |  70 |   9 |  70 |  25 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   216 |     - | 470k|   0 |  23 |  70 |   9 |  70 |  29 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	c   0.2s|     1 |     2 |   216 |     - | 470k|   0 |  23 |  70 |   9 |  70 |  29 |  21 |   0 |  19 | 0.000000e+00 |      --      |    Inf 
2.19/2.23	c   2.2s| 10000 |  4747 | 35384 |   3.5 |4256k|  60 |   8 |  70 |2539 |  70 |  23 |  21 |3253 | 551 | 0.000000e+00 |      --      |    Inf 
4.18/4.21	c   4.2s| 20000 |  9126 | 69045 |   3.4 |6848k|  62 |   8 |  70 |1735 |  70 |  23 |  21 |6624 | 717 | 0.000000e+00 |      --      |    Inf 
5.98/6.06	c   6.1s| 30000 | 13782 |102661 |   3.4 |9525k|  62 |   8 |  70 |1791 |  70 |  23 |  21 |9836 | 838 | 0.000000e+00 |      --      |    Inf 
7.88/7.92	c   7.9s| 40000 | 18284 |136656 |   3.4 |  12M|  62 |   8 |  70 |1862 |  70 |  23 |  21 |  13k| 971 | 0.000000e+00 |      --      |    Inf 
9.79/9.80	c   9.8s| 50000 | 22587 |170778 |   3.4 |  14M|  62 |   8 |  70 |2161 |  70 |  23 |  21 |  16k|1089 | 0.000000e+00 |      --      |    Inf 
11.58/11.66	c  11.7s| 60000 | 27008 |203581 |   3.4 |  17M|  63 |   8 |  70 |2404 |  70 |  23 |  21 |  19k|1171 | 0.000000e+00 |      --      |    Inf 
13.48/13.60	c  13.6s| 70000 | 31024 |237594 |   3.4 |  20M|  63 |   - |  70 |2359 |  70 |  23 |  21 |  23k|1249 | 0.000000e+00 |      --      |    Inf 
15.47/15.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.47/15.53	c  15.5s| 80000 | 35061 |271563 |   3.4 |  22M|  63 |   8 |  70 |2363 |  70 |  23 |  21 |  26k|1320 | 0.000000e+00 |      --      |    Inf 
17.37/17.43	c  17.4s| 90000 | 39178 |304899 |   3.4 |  25M|  63 |   8 |  70 |2536 |  70 |  23 |  21 |  30k|1382 | 0.000000e+00 |      --      |    Inf 
19.27/19.33	c  19.3s|100000 | 43334 |337791 |   3.4 |  27M|  63 |   - |  70 |2535 |  70 |  23 |  21 |  33k|1457 | 0.000000e+00 |      --      |    Inf 
21.18/21.21	c  21.2s|110000 | 47520 |370622 |   3.4 |  30M|  63 |   8 |  70 |2908 |  70 |  23 |  21 |  37k|1518 | 0.000000e+00 |      --      |    Inf 
23.07/23.16	c  23.2s|120000 | 51536 |403725 |   3.4 |  33M|  63 |   8 |  70 |2855 |  70 |  23 |  21 |  40k|1586 | 0.000000e+00 |      --      |    Inf 
24.97/25.08	c  25.1s|130000 | 55684 |436086 |   3.4 |  35M|  63 |   8 |  70 |3089 |  70 |  23 |  21 |  44k|1654 | 0.000000e+00 |      --      |    Inf 
26.87/26.93	c  26.9s|140000 | 60379 |467491 |   3.3 |  38M|  63 |   8 |  70 |2906 |  70 |  23 |  21 |  47k|1710 | 0.000000e+00 |      --      |    Inf 
28.67/28.79	c  28.8s|150000 | 64784 |499883 |   3.3 |  41M|  63 |   - |  70 |3712 |  70 |  23 |  21 |  50k|1781 | 0.000000e+00 |      --      |    Inf 
30.67/30.73	c  30.7s|160000 | 69135 |532644 |   3.3 |  43M|  63 |   8 |  70 |3214 |  70 |  23 |  21 |  54k|1824 | 0.000000e+00 |      --      |    Inf 
32.57/32.63	c  32.6s|170000 | 73356 |564771 |   3.3 |  46M|  63 |   8 |  70 |3650 |  70 |  23 |  21 |  57k|1853 | 0.000000e+00 |      --      |    Inf 
34.47/34.59	c  34.6s|180000 | 77609 |597019 |   3.3 |  49M|  63 |   - |  70 |3261 |  70 |  23 |  21 |  60k|1878 | 0.000000e+00 |      --      |    Inf 
36.47/36.52	c  36.5s|190000 | 81959 |629216 |   3.3 |  51M|  63 |   8 |  70 |3002 |  70 |  23 |  21 |  64k|1917 | 0.000000e+00 |      --      |    Inf 
38.37/38.48	c  38.5s|200000 | 86069 |662419 |   3.3 |  54M|  63 |   - |  70 |2875 |  70 |  23 |  21 |  67k|1951 | 0.000000e+00 |      --      |    Inf 
40.27/40.34	c  40.3s|210000 | 90571 |694376 |   3.3 |  56M|  63 |   8 |  70 |3221 |  70 |  23 |  21 |  70k|1986 | 0.000000e+00 |      --      |    Inf 
42.26/42.31	c  42.3s|220000 | 94660 |726835 |   3.3 |  59M|  63 |   8 |  70 |2997 |  70 |  23 |  21 |  74k|2022 | 0.000000e+00 |      --      |    Inf 
44.17/44.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.17/44.23	c  44.2s|230000 | 98982 |759169 |   3.3 |  62M|  63 |   8 |  70 |3085 |  70 |  23 |  21 |  77k|2059 | 0.000000e+00 |      --      |    Inf 
46.07/46.13	c  46.1s|240000 |103351 |791004 |   3.3 |  64M|  63 |   8 |  70 |3141 |  70 |  23 |  21 |  81k|2110 | 0.000000e+00 |      --      |    Inf 
47.96/48.04	c  48.0s|250000 |107705 |823676 |   3.3 |  67M|  63 |   8 |  70 |3350 |  70 |  23 |  21 |  84k|2140 | 0.000000e+00 |      --      |    Inf 
49.97/50.03	c  50.0s|260000 |111648 |857324 |   3.3 |  69M|  63 |   8 |  70 |2997 |  70 |  23 |  21 |  88k|2178 | 0.000000e+00 |      --      |    Inf 
51.86/51.99	c  52.0s|270000 |115847 |889597 |   3.3 |  72M|  63 |   8 |  70 |2752 |  70 |  23 |  21 |  91k|2205 | 0.000000e+00 |      --      |    Inf 
53.77/53.82	c  53.8s|280000 |120155 |921796 |   3.3 |  75M|  63 |   - |  70 |3920 |  70 |  23 |  21 |  94k|2234 | 0.000000e+00 |      --      |    Inf 
55.76/55.80	c  55.8s|290000 |124229 |953801 |   3.3 |  77M|  63 |   8 |  70 |3380 |  70 |  23 |  21 |  98k|2264 | 0.000000e+00 |      --      |    Inf 
57.66/57.71	c  57.7s|300000 |128556 |986401 |   3.3 |  80M|  63 |   8 |  70 |3473 |  70 |  23 |  21 | 101k|2296 | 0.000000e+00 |      --      |    Inf 
59.65/59.74	c  59.7s|310000 |132416 |  1019k|   3.3 |  83M|  63 |   - |  70 |3450 |  70 |  23 |  21 | 105k|2342 | 0.000000e+00 |      --      |    Inf 
61.66/61.72	c  61.7s|320000 |136560 |  1051k|   3.3 |  85M|  63 |   - |  70 |3332 |  70 |  23 |  21 | 108k|2365 | 0.000000e+00 |      --      |    Inf 
63.56/63.69	c  63.7s|330000 |140613 |  1084k|   3.3 |  88M|  63 |   8 |  70 |3383 |  70 |  23 |  21 | 112k|2386 | 0.000000e+00 |      --      |    Inf 
65.55/65.67	c  65.7s|340000 |144627 |  1116k|   3.3 |  90M|  63 |   - |  70 |3533 |  70 |  23 |  21 | 115k|2409 | 0.000000e+00 |      --      |    Inf 
67.55/67.60	c  67.6s|350000 |148699 |  1148k|   3.3 |  93M|  63 |   - |  70 |4057 |  70 |  23 |  21 | 119k|2438 | 0.000000e+00 |      --      |    Inf 
69.45/69.58	c  69.6s|360000 |152709 |  1182k|   3.3 |  96M|  63 |   - |  70 |3720 |  70 |  23 |  21 | 122k|2470 | 0.000000e+00 |      --      |    Inf 
71.46/71.52	c  71.5s|370000 |156891 |  1213k|   3.3 |  98M|  63 |   8 |  70 |4035 |  70 |  23 |  21 | 126k|2489 | 0.000000e+00 |      --      |    Inf 
73.45/73.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.45/73.55	c  73.5s|380000 |160889 |  1246k|   3.3 | 101M|  63 |   8 |  70 |3266 |  70 |  23 |  21 | 129k|2515 | 0.000000e+00 |      --      |    Inf 
75.44/75.55	c  75.5s|390000 |164791 |  1280k|   3.3 | 103M|  63 |   8 |  70 |3482 |  70 |  23 |  21 | 133k|2531 | 0.000000e+00 |      --      |    Inf 
77.44/77.53	c  77.5s|400000 |168735 |  1313k|   3.3 | 106M|  63 |   - |  70 |3593 |  70 |  23 |  21 | 137k|2538 | 0.000000e+00 |      --      |    Inf 
79.44/79.51	c  79.5s|410000 |172826 |  1345k|   3.3 | 108M|  63 |   - |  70 |3574 |  70 |  23 |  21 | 140k|2558 | 0.000000e+00 |      --      |    Inf 
81.44/81.54	c  81.5s|420000 |176797 |  1379k|   3.3 | 111M|  63 |   8 |  70 |3445 |  70 |  23 |  21 | 144k|2576 | 0.000000e+00 |      --      |    Inf 
83.45/83.55	c  83.5s|430000 |180783 |  1411k|   3.3 | 113M|  63 |   8 |  70 |3703 |  70 |  23 |  21 | 147k|2587 | 0.000000e+00 |      --      |    Inf 
85.44/85.52	c  85.5s|440000 |184819 |  1445k|   3.3 | 116M|  63 |   8 |  70 |3899 |  70 |  23 |  21 | 151k|2609 | 0.000000e+00 |      --      |    Inf 
87.34/87.43	c  87.4s|450000 |188851 |  1477k|   3.3 | 119M|  63 |   - |  70 |4411 |  70 |  23 |  21 | 154k|2625 | 0.000000e+00 |      --      |    Inf 
89.33/89.45	c  89.4s|460000 |192723 |  1510k|   3.3 | 121M|  63 |   8 |  70 |3890 |  70 |  23 |  21 | 158k|2634 | 0.000000e+00 |      --      |    Inf 
91.33/91.42	c  91.4s|470000 |196875 |  1542k|   3.3 | 124M|  63 |   8 |  70 |3947 |  70 |  23 |  21 | 161k|2650 | 0.000000e+00 |      --      |    Inf 
93.34/93.45	c  93.4s|480000 |200770 |  1575k|   3.3 | 126M|  63 |   8 |  70 |3817 |  70 |  23 |  21 | 165k|2664 | 0.000000e+00 |      --      |    Inf 
95.32/95.47	c  95.5s|490000 |204775 |  1608k|   3.3 | 129M|  63 |   8 |  70 |3757 |  70 |  23 |  21 | 169k|2676 | 0.000000e+00 |      --      |    Inf 
97.33/97.42	c  97.4s|500000 |208872 |  1640k|   3.3 | 131M|  63 |   8 |  70 |3883 |  70 |  23 |  21 | 172k|2684 | 0.000000e+00 |      --      |    Inf 
99.32/99.46	c  99.5s|510000 |212822 |  1674k|   3.3 | 134M|  63 |   8 |  70 |3860 |  70 |  23 |  21 | 176k|2700 | 0.000000e+00 |      --      |    Inf 
101.22/101.30	c   101s|520000 |217336 |  1706k|   3.3 | 137M|  63 |   8 |  70 |4852 |  70 |  23 |  21 | 179k|2712 | 0.000000e+00 |      --      |    Inf 
103.23/103.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.23/103.31	c   103s|530000 |221305 |  1738k|   3.3 | 139M|  63 |   - |  70 |3978 |  70 |  23 |  21 | 183k|2726 | 0.000000e+00 |      --      |    Inf 
105.22/105.35	c   105s|540000 |224949 |  1772k|   3.3 | 142M|  63 |   8 |  70 |3873 |  70 |  23 |  21 | 187k|2726 | 0.000000e+00 |      --      |    Inf 
107.22/107.37	c   107s|550000 |228716 |  1806k|   3.3 | 144M|  63 |   8 |  70 |4050 |  70 |  23 |  21 | 190k|2726 | 0.000000e+00 |      --      |    Inf 
109.32/109.44	c   109s|560000 |232434 |  1838k|   3.3 | 147M|  63 |   8 |  70 |3796 |  70 |  23 |  21 | 194k|2726 | 0.000000e+00 |      --      |    Inf 
111.31/111.46	c   111s|570000 |236204 |  1871k|   3.3 | 149M|  63 |   8 |  70 |3771 |  70 |  23 |  21 | 198k|2739 | 0.000000e+00 |      --      |    Inf 
113.32/113.44	c   113s|580000 |240217 |  1903k|   3.3 | 152M|  63 |   8 |  70 |3841 |  70 |  23 |  21 | 201k|2756 | 0.000000e+00 |      --      |    Inf 
115.31/115.46	c   115s|590000 |244200 |  1936k|   3.3 | 154M|  63 |   8 |  70 |3459 |  70 |  23 |  21 | 205k|2768 | 0.000000e+00 |      --      |    Inf 
117.31/117.45	c   117s|600000 |248212 |  1968k|   3.3 | 157M|  63 |   8 |  70 |3429 |  70 |  23 |  21 | 208k|2773 | 0.000000e+00 |      --      |    Inf 
119.21/119.33	c   119s|610000 |252222 |  2000k|   3.3 | 160M|  63 |   - |  70 |4897 |  70 |  23 |  21 | 212k|2775 | 0.000000e+00 |      --      |    Inf 
121.10/121.29	c   121s|620000 |256025 |  2031k|   3.3 | 162M|  63 |   8 |  70 |4356 |  70 |  23 |  21 | 216k|2775 | 0.000000e+00 |      --      |    Inf 
123.11/123.22	c   123s|630000 |260415 |  2063k|   3.3 | 165M|  63 |   8 |  70 |4107 |  70 |  23 |  21 | 219k|2775 | 0.000000e+00 |      --      |    Inf 
125.10/125.22	c   125s|640000 |264414 |  2096k|   3.3 | 167M|  63 |   8 |  70 |3553 |  70 |  23 |  21 | 222k|2775 | 0.000000e+00 |      --      |    Inf 
127.10/127.27	c   127s|650000 |268098 |  2128k|   3.3 | 170M|  63 |   8 |  70 |3887 |  70 |  23 |  21 | 226k|2775 | 0.000000e+00 |      --      |    Inf 
129.20/129.32	c   129s|660000 |272067 |  2160k|   3.3 | 172M|  63 |   - |  70 |3430 |  70 |  23 |  21 | 230k|2775 | 0.000000e+00 |      --      |    Inf 
131.10/131.27	c   131s|670000 |276058 |  2192k|   3.3 | 175M|  63 |   8 |  70 |3729 |  70 |  23 |  21 | 233k|2775 | 0.000000e+00 |      --      |    Inf 
133.10/133.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.10/133.23	c   133s|680000 |280109 |  2224k|   3.3 | 177M|  63 |   - |  70 |3878 |  70 |  23 |  21 | 237k|2775 | 0.000000e+00 |      --      |    Inf 
134.99/135.15	c   135s|690000 |284078 |  2258k|   3.3 | 180M|  63 |   - |  70 |4651 |   0 |   0 |  21 | 241k|2775 | 0.000000e+00 |      --      |    Inf 
137.09/137.25	c   137s|700000 |287777 |  2292k|   3.3 | 183M|  63 |   - |  70 |4603 |  70 |  23 |  21 | 244k|2775 | 0.000000e+00 |      --      |    Inf 
138.99/139.18	c   139s|710000 |292122 |  2324k|   3.3 | 185M|  63 |   - |  70 |4781 |  70 |  23 |  21 | 248k|2775 | 0.000000e+00 |      --      |    Inf 
141.09/141.26	c   141s|720000 |296140 |  2357k|   3.3 | 188M|  63 |   8 |  70 |3997 |  70 |  23 |  21 | 251k|2775 | 0.000000e+00 |      --      |    Inf 
143.09/143.26	c   143s|730000 |300214 |  2389k|   3.3 | 190M|  63 |   8 |  70 |4238 |  70 |  23 |  21 | 255k|2775 | 0.000000e+00 |      --      |    Inf 
145.09/145.28	c   145s|740000 |304107 |  2421k|   3.3 | 193M|  63 |   8 |  70 |3966 |  70 |  23 |  21 | 258k|2775 | 0.000000e+00 |      --      |    Inf 
147.20/147.34	c   147s|750000 |307879 |  2454k|   3.3 | 195M|  63 |   8 |  70 |3862 |  70 |  23 |  21 | 262k|2775 | 0.000000e+00 |      --      |    Inf 
149.18/149.38	c   149s|760000 |311596 |  2487k|   3.3 | 198M|  63 |   8 |  70 |4151 |  70 |  23 |  21 | 266k|2775 | 0.000000e+00 |      --      |    Inf 
151.18/151.32	c   151s|770000 |315957 |  2518k|   3.3 | 200M|  63 |   - |  70 |4216 |  70 |  23 |  21 | 269k|2775 | 0.000000e+00 |      --      |    Inf 
153.28/153.44	c   153s|780000 |319488 |  2552k|   3.3 | 203M|  63 |   8 |  70 |4029 |  70 |  23 |  21 | 273k|2775 | 0.000000e+00 |      --      |    Inf 
155.38/155.55	c   156s|790000 |322915 |  2585k|   3.3 | 205M|  63 |   8 |  70 |3826 |  70 |  23 |  21 | 277k|2775 | 0.000000e+00 |      --      |    Inf 
157.48/157.61	c   158s|800000 |326583 |  2617k|   3.3 | 208M|  63 |   - |  70 |3723 |  70 |  23 |  21 | 281k|2775 | 0.000000e+00 |      --      |    Inf 
159.58/159.70	c   160s|810000 |330198 |  2649k|   3.3 | 210M|  63 |   8 |  70 |3493 |  70 |  23 |  21 | 284k|2775 | 0.000000e+00 |      --      |    Inf 
161.68/161.82	c   162s|820000 |333796 |  2682k|   3.3 | 213M|  63 |   8 |  70 |3637 |  70 |  23 |  21 | 288k|2775 | 0.000000e+00 |      --      |    Inf 
163.68/163.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.68/163.80	c   164s|830000 |337910 |  2714k|   3.3 | 215M|  63 |   8 |  70 |4090 |  70 |  23 |  21 | 292k|2775 | 0.000000e+00 |      --      |    Inf 
165.57/165.70	c   166s|840000 |342110 |  2746k|   3.3 | 218M|  63 |   8 |  70 |4753 |  70 |  23 |  21 | 295k|2775 | 0.000000e+00 |      --      |    Inf 
167.58/167.76	c   168s|850000 |345915 |  2779k|   3.3 | 220M|  63 |   8 |  70 |4509 |  70 |  23 |  21 | 299k|2775 | 0.000000e+00 |      --      |    Inf 
169.57/169.79	c   170s|860000 |349765 |  2811k|   3.3 | 223M|  63 |   8 |  70 |4340 |  70 |  23 |  21 | 302k|2775 | 0.000000e+00 |      --      |    Inf 
171.67/171.84	c   172s|870000 |353607 |  2844k|   3.3 | 225M|  63 |   8 |  70 |4133 |  70 |  23 |  21 | 306k|2775 | 0.000000e+00 |      --      |    Inf 
173.68/173.87	c   174s|880000 |357512 |  2878k|   3.3 | 228M|  63 |   - |  70 |4158 |  70 |  23 |  21 | 310k|2775 | 0.000000e+00 |      --      |    Inf 
175.66/175.85	c   176s|890000 |361604 |  2910k|   3.3 | 231M|  63 |   8 |  70 |4241 |  70 |  23 |  21 | 313k|2775 | 0.000000e+00 |      --      |    Inf 
177.67/177.89	c   178s|900000 |365435 |  2943k|   3.3 | 233M|  63 |   8 |  70 |4326 |  70 |  23 |  21 | 317k|2775 | 0.000000e+00 |      --      |    Inf 
179.66/179.86	c   180s|910000 |369250 |  2977k|   3.3 | 236M|  63 |   - |  70 |5107 |  70 |  23 |  21 | 321k|2776 | 0.000000e+00 |      --      |    Inf 
181.76/181.98	c   182s|920000 |373111 |  3008k|   3.3 | 238M|  63 |   - |  70 |4097 |  70 |  23 |  21 | 324k|2776 | 0.000000e+00 |      --      |    Inf 
183.87/184.04	c   184s|930000 |377026 |  3040k|   3.3 | 241M|  63 |   - |  70 |4229 |  70 |  23 |  21 | 328k|2776 | 0.000000e+00 |      --      |    Inf 
185.96/186.15	c   186s|940000 |380770 |  3073k|   3.3 | 243M|  63 |   8 |  70 |4078 |  70 |  23 |  21 | 332k|2776 | 0.000000e+00 |      --      |    Inf 
188.06/188.21	c   188s|950000 |384597 |  3106k|   3.3 | 246M|  63 |   8 |  70 |4007 |  70 |  23 |  21 | 335k|2777 | 0.000000e+00 |      --      |    Inf 
189.86/190.05	c   190s|960000 |388891 |  3136k|   3.3 | 248M|  63 |   - |  70 |5267 |  70 |  23 |  21 | 339k|2777 | 0.000000e+00 |      --      |    Inf 
191.86/192.08	c   192s|970000 |392765 |  3168k|   3.3 | 251M|  63 |   - |  70 |4705 |   0 |   0 |  21 | 342k|2777 | 0.000000e+00 |      --      |    Inf 
193.96/194.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.96/194.19	c   194s|980000 |396503 |  3201k|   3.3 | 253M|  63 |   8 |  70 |4345 |  70 |  23 |  21 | 346k|2777 | 0.000000e+00 |      --      |    Inf 
196.06/196.29	c   196s|990000 |400252 |  3234k|   3.3 | 256M|  63 |   8 |  70 |3989 |  70 |  23 |  21 | 350k|2777 | 0.000000e+00 |      --      |    Inf 
198.16/198.39	c   198s|  1000k|403915 |  3266k|   3.3 | 258M|  63 |   8 |  70 |4253 |  70 |  23 |  21 | 353k|2777 | 0.000000e+00 |      --      |    Inf 
200.26/200.47	c   200s|  1010k|407507 |  3300k|   3.3 | 261M|  63 |   8 |  70 |4967 |  70 |  23 |  21 | 357k|2777 | 0.000000e+00 |      --      |    Inf 
202.36/202.57	c   203s|  1020k|411333 |  3333k|   3.3 | 263M|  63 |   8 |  70 |4588 |  70 |  23 |  21 | 361k|2777 | 0.000000e+00 |      --      |    Inf 
204.36/204.59	c   205s|  1030k|415297 |  3366k|   3.3 | 266M|  63 |   - |  70 |4579 |  70 |  23 |  21 | 364k|2777 | 0.000000e+00 |      --      |    Inf 
206.56/206.71	c   207s|  1040k|419116 |  3399k|   3.3 | 268M|  63 |   8 |  70 |4360 |  70 |  23 |  21 | 368k|2777 | 0.000000e+00 |      --      |    Inf 
208.66/208.86	c   209s|  1050k|422795 |  3432k|   3.3 | 271M|  63 |   - |  70 |4293 |  70 |  23 |  21 | 372k|2777 | 0.000000e+00 |      --      |    Inf 
210.76/210.90	c   211s|  1060k|426367 |  3465k|   3.3 | 274M|  63 |   8 |  70 |4900 |  70 |  23 |  21 | 376k|2777 | 0.000000e+00 |      --      |    Inf 
212.86/213.00	c   213s|  1070k|430293 |  3498k|   3.3 | 276M|  63 |   - |  70 |4578 |  70 |  23 |  21 | 379k|2777 | 0.000000e+00 |      --      |    Inf 
214.85/215.09	c   215s|  1080k|434206 |  3530k|   3.3 | 278M|  63 |   - |  70 |4334 |  70 |  23 |  21 | 383k|2777 | 0.000000e+00 |      --      |    Inf 
216.95/217.14	c   217s|  1090k|438268 |  3562k|   3.3 | 281M|  63 |   - |  70 |4740 |  70 |  23 |  21 | 386k|2777 | 0.000000e+00 |      --      |    Inf 
219.16/219.34	c   219s|  1100k|441821 |  3596k|   3.3 | 283M|  63 |   8 |  70 |4378 |  70 |  23 |  21 | 390k|2777 | 0.000000e+00 |      --      |    Inf 
221.26/221.40	c   221s|  1110k|445591 |  3629k|   3.3 | 286M|  63 |   8 |  70 |4893 |  70 |  23 |  21 | 394k|2777 | 0.000000e+00 |      --      |    Inf 
223.36/223.52	c   224s|  1120k|449364 |  3661k|   3.3 | 288M|  63 |   - |  70 |4580 |  70 |  23 |  21 | 398k|2780 | 0.000000e+00 |      --      |    Inf 
225.46/225.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.46/225.66	c   226s|  1130k|453149 |  3695k|   3.3 | 291M|  63 |   8 |  70 |4364 |  70 |  23 |  21 | 401k|2782 | 0.000000e+00 |      --      |    Inf 
227.66/227.81	c   228s|  1140k|456940 |  3728k|   3.3 | 293M|  63 |   - |  70 |3930 |  70 |  23 |  21 | 405k|2785 | 0.000000e+00 |      --      |    Inf 
229.66/229.83	c   230s|  1150k|460589 |  3760k|   3.3 | 296M|  63 |   - |  70 |4704 |  70 |  23 |  21 | 409k|2793 | 0.000000e+00 |      --      |    Inf 
231.86/232.09	c   232s|  1160k|464129 |  3793k|   3.3 | 298M|  63 |   8 |  70 |4181 |  70 |  23 |  21 | 413k|2804 | 0.000000e+00 |      --      |    Inf 
233.96/234.17	c   234s|  1170k|467738 |  3826k|   3.3 | 301M|  63 |   8 |  70 |4910 |  70 |  23 |  21 | 416k|2811 | 0.000000e+00 |      --      |    Inf 
235.95/236.11	c   236s|  1180k|471728 |  3859k|   3.3 | 304M|  63 |   8 |  70 |6000 |  70 |  23 |  21 | 420k|2813 | 0.000000e+00 |      --      |    Inf 
238.05/238.22	c   238s|  1190k|475676 |  3892k|   3.3 | 306M|  63 |   8 |  70 |4757 |  70 |  23 |  21 | 424k|2819 | 0.000000e+00 |      --      |    Inf 
240.25/240.46	c   240s|  1200k|479136 |  3926k|   3.3 | 309M|  63 |   8 |  70 |4152 |  70 |  23 |  21 | 428k|2821 | 0.000000e+00 |      --      |    Inf 
242.45/242.63	c   243s|  1210k|482790 |  3959k|   3.3 | 311M|  63 |   8 |  70 |4205 |  70 |  23 |  21 | 431k|2821 | 0.000000e+00 |      --      |    Inf 
244.45/244.62	c   245s|  1220k|487018 |  3991k|   3.3 | 314M|  63 |   8 |  70 |4758 |  70 |  23 |  21 | 435k|2829 | 0.000000e+00 |      --      |    Inf 
246.45/246.60	c   247s|  1230k|491223 |  4022k|   3.3 | 316M|  63 |   - |  70 |5081 |  70 |  23 |  21 | 438k|2835 | 0.000000e+00 |      --      |    Inf 
248.66/248.83	c   249s|  1240k|494719 |  4055k|   3.3 | 319M|  63 |   8 |  70 |4312 |  70 |  23 |  21 | 442k|2838 | 0.000000e+00 |      --      |    Inf 
250.65/250.84	c   251s|  1250k|498838 |  4088k|   3.3 | 321M|  63 |   8 |  70 |5072 |  70 |  23 |  21 | 446k|2846 | 0.000000e+00 |      --      |    Inf 
252.75/252.92	c   253s|  1260k|502519 |  4122k|   3.3 | 324M|  63 |   8 |  70 |4965 |  70 |  23 |  21 | 449k|2846 | 0.000000e+00 |      --      |    Inf 
254.85/255.10	c   255s|  1270k|506271 |  4154k|   3.3 | 326M|  63 |   8 |  70 |4280 |  70 |  23 |  21 | 453k|2846 | 0.000000e+00 |      --      |    Inf 
256.95/257.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
256.95/257.19	c   257s|  1280k|510130 |  4186k|   3.3 | 329M|  63 |   8 |  70 |4388 |  70 |  23 |  21 | 457k|2846 | 0.000000e+00 |      --      |    Inf 
258.85/259.09	c   259s|  1290k|514640 |  4218k|   3.3 | 332M|  63 |   8 |  70 |5177 |  70 |  23 |  21 | 460k|2846 | 0.000000e+00 |      --      |    Inf 
260.75/260.93	c   261s|  1300k|519590 |  4249k|   3.3 | 335M|  63 |   8 |  70 |6181 |  70 |  23 |  21 | 463k|2846 | 0.000000e+00 |      --      |    Inf 
262.66/262.88	c   263s|  1310k|524253 |  4280k|   3.3 | 337M|  63 |   8 |  70 |6218 |  70 |  23 |  21 | 466k|2846 | 0.000000e+00 |      --      |    Inf 
264.65/264.84	c   265s|  1320k|528611 |  4312k|   3.3 | 340M|  63 |   - |  70 |6351 |  70 |  23 |  21 | 470k|2846 | 0.000000e+00 |      --      |    Inf 
266.65/266.90	c   267s|  1330k|532971 |  4342k|   3.3 | 342M|  63 |   8 |  70 |6318 |  70 |  23 |  21 | 473k|2846 | 0.000000e+00 |      --      |    Inf 
268.75/268.92	c   269s|  1340k|537271 |  4372k|   3.3 | 345M|  63 |   8 |  70 |6425 |  70 |  23 |  21 | 476k|2846 | 0.000000e+00 |      --      |    Inf 
270.65/270.86	c   271s|  1350k|541728 |  4403k|   3.3 | 348M|  63 |   8 |  70 |6723 |  70 |  23 |  21 | 480k|2846 | 0.000000e+00 |      --      |    Inf 
272.75/272.92	c   273s|  1360k|545890 |  4434k|   3.3 | 350M|  63 |   8 |  70 |6511 |  70 |  23 |  21 | 483k|2846 | 0.000000e+00 |      --      |    Inf 
274.75/274.97	c   275s|  1370k|550060 |  4464k|   3.3 | 353M|  63 |   - |  70 |6430 |  70 |  23 |  21 | 487k|2846 | 0.000000e+00 |      --      |    Inf 
276.95/277.16	c   277s|  1380k|554194 |  4495k|   3.3 | 355M|  63 |   - |  70 |5349 |  70 |  23 |  21 | 490k|2846 | 0.000000e+00 |      --      |    Inf 
279.15/279.35	c   279s|  1390k|558051 |  4527k|   3.3 | 358M|  63 |   8 |  70 |4446 |  70 |  23 |  21 | 494k|2846 | 0.000000e+00 |      --      |    Inf 
281.25/281.43	c   281s|  1400k|562108 |  4560k|   3.3 | 360M|  63 |   8 |  70 |4666 |  70 |  23 |  21 | 497k|2846 | 0.000000e+00 |      --      |    Inf 
283.45/283.65	c   284s|  1410k|565779 |  4593k|   3.3 | 363M|  63 |   - |  70 |4544 |  70 |  23 |  21 | 501k|2846 | 0.000000e+00 |      --      |    Inf 
285.54/285.75	c   286s|  1420k|569539 |  4625k|   3.3 | 365M|  63 |   8 |  70 |4779 |  70 |  23 |  21 | 505k|2846 | 0.000000e+00 |      --      |    Inf 
287.65/287.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.65/287.83	c   288s|  1430k|573545 |  4657k|   3.3 | 368M|  63 |   8 |  70 |4722 |  70 |  23 |  21 | 508k|2846 | 0.000000e+00 |      --      |    Inf 
289.84/290.02	c   290s|  1440k|577100 |  4691k|   3.3 | 370M|  63 |   8 |  70 |4545 |  70 |  23 |  21 | 512k|2846 | 0.000000e+00 |      --      |    Inf 
291.94/292.10	c   292s|  1450k|580888 |  4724k|   3.3 | 373M|  63 |   - |  70 |4785 |  70 |  23 |  21 | 516k|2846 | 0.000000e+00 |      --      |    Inf 
294.05/294.27	c   294s|  1460k|584745 |  4755k|   3.3 | 375M|  63 |   8 |  70 |4181 |  70 |  23 |  21 | 519k|2846 | 0.000000e+00 |      --      |    Inf 
296.25/296.43	c   296s|  1470k|588122 |  4789k|   3.3 | 378M|  63 |   8 |  70 |4734 |  70 |  23 |  21 | 523k|2846 | 0.000000e+00 |      --      |    Inf 
298.44/298.67	c   299s|  1480k|591678 |  4821k|   3.3 | 380M|  63 |   8 |  70 |4229 |  70 |  23 |  21 | 527k|2846 | 0.000000e+00 |      --      |    Inf 
300.64/300.87	c   301s|  1490k|595370 |  4853k|   3.3 | 383M|  63 |   8 |  70 |4009 |  70 |  23 |  21 | 531k|2846 | 0.000000e+00 |      --      |    Inf 
302.75/302.94	c   303s|  1500k|599270 |  4885k|   3.3 | 385M|  63 |   8 |  70 |4341 |  70 |  23 |  21 | 534k|2846 | 0.000000e+00 |      --      |    Inf 
304.84/305.09	c   305s|  1510k|603029 |  4918k|   3.3 | 388M|  63 |   8 |  70 |4595 |  70 |  23 |  21 | 538k|2846 | 0.000000e+00 |      --      |    Inf 
307.04/307.25	c   307s|  1520k|606591 |  4951k|   3.3 | 390M|  63 |   8 |  70 |4763 |  70 |  23 |  21 | 542k|2846 | 0.000000e+00 |      --      |    Inf 
309.24/309.45	c   309s|  1530k|610230 |  4983k|   3.3 | 393M|  63 |   8 |  70 |4607 |  70 |  23 |  21 | 546k|2846 | 0.000000e+00 |      --      |    Inf 
311.44/311.65	c   312s|  1540k|613963 |  5015k|   3.3 | 395M|  63 |   8 |  70 |4381 |  70 |  23 |  21 | 550k|2846 | 0.000000e+00 |      --      |    Inf 
313.74/313.93	c   314s|  1550k|617621 |  5048k|   3.3 | 398M|  63 |   - |  70 |4407 |  70 |  23 |  21 | 553k|2846 | 0.000000e+00 |      --      |    Inf 
315.94/316.10	c   316s|  1560k|621099 |  5081k|   3.3 | 400M|  63 |   - |  70 |4955 |  70 |  23 |  21 | 557k|2846 | 0.000000e+00 |      --      |    Inf 
318.14/318.36	c   318s|  1570k|624783 |  5114k|   3.3 | 403M|  63 |   8 |  70 |4537 |  70 |  23 |  21 | 561k|2846 | 0.000000e+00 |      --      |    Inf 
320.24/320.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
320.24/320.43	c   320s|  1580k|628290 |  5147k|   3.3 | 405M|  63 |   - |  70 |5630 |  70 |  23 |  21 | 565k|2846 | 0.000000e+00 |      --      |    Inf 
322.54/322.71	c   323s|  1590k|631883 |  5180k|   3.3 | 408M|  63 |   8 |  70 |4781 |  70 |  23 |  21 | 568k|2846 | 0.000000e+00 |      --      |    Inf 
324.74/324.93	c   325s|  1600k|635530 |  5212k|   3.3 | 410M|  63 |   - |  70 |4897 |  70 |  23 |  21 | 572k|2846 | 0.000000e+00 |      --      |    Inf 
326.84/327.00	c   327s|  1610k|639472 |  5244k|   3.3 | 413M|  63 |   8 |  70 |5734 |  70 |  23 |  21 | 576k|2846 | 0.000000e+00 |      --      |    Inf 
328.94/329.14	c   329s|  1620k|643286 |  5277k|   3.3 | 415M|  63 |   - |  70 |5681 |  70 |  23 |  21 | 580k|2846 | 0.000000e+00 |      --      |    Inf 
331.24/331.45	c   331s|  1630k|646773 |  5310k|   3.3 | 418M|  63 |   8 |  70 |5084 |  70 |  23 |  21 | 583k|2846 | 0.000000e+00 |      --      |    Inf 
333.53/333.71	c   334s|  1640k|650521 |  5342k|   3.3 | 420M|  63 |   8 |  70 |4455 |  70 |  23 |  21 | 587k|2846 | 0.000000e+00 |      --      |    Inf 
335.74/335.96	c   336s|  1650k|653804 |  5377k|   3.3 | 423M|  63 |   8 |  70 |4866 |  70 |  23 |  21 | 591k|2846 | 0.000000e+00 |      --      |    Inf 
338.04/338.22	c   338s|  1660k|657493 |  5409k|   3.3 | 425M|  63 |   8 |  70 |4522 |  70 |  23 |  21 | 595k|2846 | 0.000000e+00 |      --      |    Inf 
340.13/340.30	c   340s|  1670k|661069 |  5442k|   3.3 | 428M|  63 |   8 |  70 |4927 |  70 |  23 |  21 | 599k|2846 | 0.000000e+00 |      --      |    Inf 
342.24/342.47	c   342s|  1680k|664765 |  5475k|   3.3 | 430M|  63 |   - |  70 |4726 |  70 |  23 |  21 | 602k|2846 | 0.000000e+00 |      --      |    Inf 
344.43/344.67	c   345s|  1690k|668491 |  5507k|   3.3 | 433M|  63 |   8 |  70 |4593 |  70 |  23 |  21 | 606k|2846 | 0.000000e+00 |      --      |    Inf 
346.64/346.88	c   347s|  1700k|672057 |  5540k|   3.3 | 435M|  63 |   - |  70 |4864 |  70 |  23 |  21 | 610k|2846 | 0.000000e+00 |      --      |    Inf 
348.83/349.09	c   349s|  1710k|675798 |  5572k|   3.3 | 438M|  63 |   - |  70 |4440 |  70 |  23 |  21 | 614k|2846 | 0.000000e+00 |      --      |    Inf 
351.04/351.29	c   351s|  1720k|679309 |  5605k|   3.3 | 440M|  63 |   8 |  70 |4730 |  70 |  23 |  21 | 617k|2846 | 0.000000e+00 |      --      |    Inf 
353.23/353.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.23/353.47	c   353s|  1730k|683178 |  5637k|   3.3 | 443M|  63 |   8 |  70 |4611 |  70 |  23 |  21 | 621k|2846 | 0.000000e+00 |      --      |    Inf 
355.54/355.73	c   356s|  1740k|686961 |  5668k|   3.3 | 445M|  63 |   8 |  70 |4473 |  70 |  23 |  21 | 625k|2846 | 0.000000e+00 |      --      |    Inf 
357.63/357.85	c   358s|  1750k|690652 |  5703k|   3.3 | 448M|  63 |   - |  70 |4789 |  70 |  23 |  21 | 629k|2846 | 0.000000e+00 |      --      |    Inf 
359.73/359.96	c   360s|  1760k|694326 |  5736k|   3.3 | 450M|  63 |   - |  70 |4638 |  70 |  23 |  21 | 632k|2846 | 0.000000e+00 |      --      |    Inf 
362.03/362.21	c   362s|  1770k|697865 |  5768k|   3.3 | 452M|  63 |   - |  70 |4361 |  70 |  23 |  21 | 636k|2846 | 0.000000e+00 |      --      |    Inf 
364.13/364.38	c   364s|  1780k|701749 |  5800k|   3.3 | 455M|  63 |   - |  70 |4619 |  70 |  23 |  21 | 640k|2846 | 0.000000e+00 |      --      |    Inf 
366.43/366.64	c   367s|  1790k|705435 |  5832k|   3.3 | 458M|  63 |   - |  70 |4502 |  70 |  23 |  21 | 643k|2846 | 0.000000e+00 |      --      |    Inf 
368.63/368.84	c   369s|  1800k|709194 |  5864k|   3.3 | 460M|  63 |   8 |  70 |4550 |  70 |  23 |  21 | 647k|2846 | 0.000000e+00 |      --      |    Inf 
370.83/371.09	c   371s|  1810k|712692 |  5898k|   3.3 | 462M|  63 |   8 |  70 |4638 |  70 |  23 |  21 | 651k|2846 | 0.000000e+00 |      --      |    Inf 
373.13/373.35	c   373s|  1820k|716099 |  5930k|   3.3 | 465M|  63 |   8 |  70 |4958 |  70 |  23 |  21 | 655k|2846 | 0.000000e+00 |      --      |    Inf 
375.32/375.55	c   376s|  1830k|719895 |  5963k|   3.3 | 468M|  63 |   8 |  70 |5264 |  70 |  23 |  21 | 659k|2846 | 0.000000e+00 |      --      |    Inf 
377.42/377.64	c   378s|  1840k|723662 |  5996k|   3.3 | 470M|  63 |   8 |  70 |5485 |  70 |  23 |  21 | 662k|2846 | 0.000000e+00 |      --      |    Inf 
379.63/379.86	c   380s|  1850k|727379 |  6029k|   3.3 | 473M|  63 |   - |  70 |5257 |  70 |  23 |  21 | 666k|2846 | 0.000000e+00 |      --      |    Inf 
381.93/382.11	c   382s|  1860k|730961 |  6062k|   3.3 | 475M|  63 |   8 |  70 |5118 |  70 |  23 |  21 | 670k|2846 | 0.000000e+00 |      --      |    Inf 
384.32/384.50	c   384s|  1870k|734468 |  6094k|   3.3 | 477M|  63 |   8 |  70 |4592 |  70 |  23 |  21 | 674k|2846 | 0.000000e+00 |      --      |    Inf 
386.53/386.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.53/386.77	c   387s|  1880k|737833 |  6128k|   3.3 | 480M|  63 |   - |  70 |4450 |  70 |  23 |  21 | 678k|2846 | 0.000000e+00 |      --      |    Inf 
388.53/388.76	c   389s|  1890k|741773 |  6160k|   3.3 | 483M|  63 |   8 |  70 |5640 |  70 |  23 |  21 | 681k|2846 | 0.000000e+00 |      --      |    Inf 
390.83/391.03	c   391s|  1900k|745301 |  6192k|   3.3 | 485M|  63 |   - |  70 |4993 |  70 |  23 |  21 | 685k|2846 | 0.000000e+00 |      --      |    Inf 
392.93/393.13	c   393s|  1910k|749026 |  6225k|   3.3 | 488M|  63 |   8 |  70 |5827 |  70 |  23 |  21 | 689k|2846 | 0.000000e+00 |      --      |    Inf 
395.13/395.32	c   395s|  1920k|752704 |  6257k|   3.3 | 490M|  63 |   8 |  70 |5289 |  70 |  23 |  21 | 693k|2846 | 0.000000e+00 |      --      |    Inf 
397.22/397.42	c   397s|  1930k|756318 |  6289k|   3.3 | 493M|  63 |   8 |  70 |5794 |  70 |  23 |  21 | 696k|2846 | 0.000000e+00 |      --      |    Inf 
399.52/399.74	c   400s|  1940k|759862 |  6321k|   3.3 | 495M|  63 |   - |  70 |5056 |  70 |  23 |  21 | 700k|2846 | 0.000000e+00 |      --      |    Inf 
401.72/401.97	c   402s|  1950k|763632 |  6353k|   3.3 | 498M|  63 |   8 |  70 |5035 |  70 |  23 |  21 | 704k|2846 | 0.000000e+00 |      --      |    Inf 
404.02/404.21	c   404s|  1960k|767273 |  6386k|   3.3 | 500M|  63 |   8 |  70 |5307 |  70 |  23 |  21 | 708k|2846 | 0.000000e+00 |      --      |    Inf 
406.22/406.49	c   406s|  1970k|771086 |  6418k|   3.3 | 502M|  63 |   - |  70 |4731 |  70 |  23 |  21 | 711k|2846 | 0.000000e+00 |      --      |    Inf 
408.52/408.71	c   409s|  1980k|774702 |  6450k|   3.3 | 505M|  63 |   - |  70 |4685 |  70 |  23 |  21 | 715k|2846 | 0.000000e+00 |      --      |    Inf 
410.72/410.93	c   411s|  1990k|778253 |  6484k|   3.3 | 507M|  63 |   8 |  70 |4919 |  70 |  23 |  21 | 719k|2846 | 0.000000e+00 |      --      |    Inf 
413.02/413.20	c   413s|  2000k|781696 |  6516k|   3.3 | 510M|  63 |   8 |  70 |4486 |  70 |  23 |  21 | 723k|2846 | 0.000000e+00 |      --      |    Inf 
415.22/415.41	c   415s|  2010k|785551 |  6549k|   3.3 | 512M|  63 |   - |  70 |4757 |  70 |  23 |  21 | 727k|2846 | 0.000000e+00 |      --      |    Inf 
417.42/417.66	c   418s|  2020k|789123 |  6581k|   3.3 | 515M|  63 |   - |  70 |5163 |  70 |  23 |  21 | 730k|2846 | 0.000000e+00 |      --      |    Inf 
419.82/420.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.82/420.04	c   420s|  2030k|792733 |  6614k|   3.3 | 517M|  63 |   - |  70 |4887 |  70 |  23 |  21 | 734k|2846 | 0.000000e+00 |      --      |    Inf 
421.92/422.11	c   422s|  2040k|797092 |  6646k|   3.3 | 520M|  63 |   8 |  70 |5027 |  70 |  23 |  21 | 738k|2846 | 0.000000e+00 |      --      |    Inf 
423.81/424.06	c   424s|  2050k|801359 |  6677k|   3.3 | 523M|  63 |   - |  70 |5905 |  70 |  23 |  21 | 741k|2846 | 0.000000e+00 |      --      |    Inf 
425.82/426.05	c   426s|  2060k|805591 |  6708k|   3.3 | 525M|  63 |   - |  70 |6383 |  70 |  23 |  21 | 744k|2846 | 0.000000e+00 |      --      |    Inf 
427.82/428.01	c   428s|  2070k|809992 |  6737k|   3.3 | 528M|  63 |   8 |  70 |7275 |  70 |  23 |  21 | 748k|2846 | 0.000000e+00 |      --      |    Inf 
429.92/430.18	c   430s|  2080k|814047 |  6767k|   3.3 | 531M|  63 |   8 |  70 |6696 |  70 |  23 |  21 | 751k|2846 | 0.000000e+00 |      --      |    Inf 
432.31/432.59	c   433s|  2090k|817790 |  6799k|   3.3 | 533M|  63 |   - |  70 |4891 |  70 |  23 |  21 | 755k|2846 | 0.000000e+00 |      --      |    Inf 
434.71/434.98	c   435s|  2100k|821331 |  6832k|   3.3 | 535M|  63 |   - |  70 |4273 |  70 |  23 |  21 | 758k|2846 | 0.000000e+00 |      --      |    Inf 
437.02/437.29	c   437s|  2110k|824768 |  6864k|   3.3 | 537M|  63 |   - |  70 |4522 |  70 |  23 |  21 | 762k|2846 | 0.000000e+00 |      --      |    Inf 
439.32/439.52	c   440s|  2120k|828356 |  6896k|   3.3 | 540M|  63 |   8 |  70 |4975 |  70 |  23 |  21 | 766k|2846 | 0.000000e+00 |      --      |    Inf 
441.52/441.73	c   442s|  2130k|831951 |  6930k|   3.3 | 543M|  63 |   8 |  70 |5314 |  70 |  23 |  21 | 770k|2846 | 0.000000e+00 |      --      |    Inf 
443.82/444.04	c   444s|  2140k|835738 |  6962k|   3.3 | 545M|  63 |   8 |  70 |4585 |  70 |  23 |  21 | 774k|2846 | 0.000000e+00 |      --      |    Inf 
446.01/446.25	c   446s|  2150k|839635 |  6994k|   3.3 | 547M|  63 |   8 |  70 |4271 |  70 |  23 |  21 | 777k|2846 | 0.000000e+00 |      --      |    Inf 
448.21/448.44	c   448s|  2160k|843312 |  7027k|   3.3 | 550M|  63 |   - |  70 |4532 |  70 |  23 |  21 | 781k|2846 | 0.000000e+00 |      --      |    Inf 
450.31/450.56	c   451s|  2170k|847329 |  7060k|   3.3 | 553M|  63 |   8 |  70 |4945 |  70 |  23 |  21 | 785k|2846 | 0.000000e+00 |      --      |    Inf 
452.31/452.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
452.31/452.58	c   453s|  2180k|851198 |  7093k|   3.3 | 555M|  63 |   8 |  70 |5912 |  70 |  23 |  21 | 788k|2846 | 0.000000e+00 |      --      |    Inf 
454.51/454.73	c   455s|  2190k|854881 |  7126k|   3.3 | 558M|  63 |   8 |  70 |6135 |  70 |  23 |  21 | 792k|2846 | 0.000000e+00 |      --      |    Inf 
456.61/456.88	c   457s|  2200k|858527 |  7158k|   3.3 | 561M|  63 |   - |  70 |6718 |  70 |  23 |  21 | 796k|2846 | 0.000000e+00 |      --      |    Inf 
459.11/459.31	c   459s|  2210k|862086 |  7191k|   3.3 | 563M|  63 |   8 |  70 |5294 |  70 |  23 |  21 | 800k|2846 | 0.000000e+00 |      --      |    Inf 
461.51/461.72	c   462s|  2220k|865487 |  7224k|   3.3 | 565M|  63 |   - |  70 |4501 |  70 |  23 |  21 | 804k|2846 | 0.000000e+00 |      --      |    Inf 
463.92/464.11	c   464s|  2230k|868730 |  7257k|   3.3 | 567M|  63 |   8 |  70 |4471 |  70 |  23 |  21 | 808k|2846 | 0.000000e+00 |      --      |    Inf 
466.22/466.41	c   466s|  2240k|872215 |  7290k|   3.3 | 570M|  63 |   8 |  70 |4554 |  70 |  23 |  21 | 811k|2846 | 0.000000e+00 |      --      |    Inf 
468.61/468.86	c   469s|  2250k|875612 |  7323k|   3.3 | 572M|  63 |   8 |  70 |4254 |  70 |  23 |  21 | 815k|2846 | 0.000000e+00 |      --      |    Inf 
470.81/471.06	c   471s|  2260k|879207 |  7355k|   3.3 | 575M|  63 |   8 |  70 |4879 |  70 |  23 |  21 | 819k|2846 | 0.000000e+00 |      --      |    Inf 
473.11/473.33	c   473s|  2270k|882951 |  7388k|   3.3 | 577M|  63 |   8 |  70 |4677 |  70 |  23 |  21 | 823k|2846 | 0.000000e+00 |      --      |    Inf 
475.21/475.44	c   475s|  2280k|886649 |  7420k|   3.3 | 580M|  63 |   8 |  70 |5479 |  70 |  23 |  21 | 827k|2846 | 0.000000e+00 |      --      |    Inf 
477.51/477.78	c   478s|  2290k|890462 |  7452k|   3.3 | 582M|  63 |   8 |  70 |4577 |  70 |  23 |  21 | 830k|2846 | 0.000000e+00 |      --      |    Inf 
479.71/479.98	c   480s|  2300k|894169 |  7484k|   3.3 | 585M|  63 |   - |  70 |5112 |  70 |  23 |  21 | 834k|2846 | 0.000000e+00 |      --      |    Inf 
482.11/482.30	c   482s|  2310k|897542 |  7517k|   3.3 | 587M|  63 |   - |  70 |4619 |  70 |  23 |  21 | 838k|2846 | 0.000000e+00 |      --      |    Inf 
484.31/484.57	c   485s|  2320k|901288 |  7550k|   3.3 | 590M|  63 |   8 |  70 |4556 |  70 |  23 |  21 | 842k|2846 | 0.000000e+00 |      --      |    Inf 
486.41/486.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
486.41/486.68	c   487s|  2330k|905284 |  7582k|   3.3 | 593M|  63 |   - |  70 |5702 |  70 |  23 |  21 | 845k|2846 | 0.000000e+00 |      --      |    Inf 
488.81/489.00	c   489s|  2340k|908749 |  7615k|   3.3 | 595M|  63 |   - |  70 |5242 |  70 |  23 |  21 | 849k|2846 | 0.000000e+00 |      --      |    Inf 
491.21/491.45	c   491s|  2350k|912113 |  7648k|   3.3 | 597M|  63 |   - |  70 |4914 |  70 |  23 |  21 | 853k|2846 | 0.000000e+00 |      --      |    Inf 
493.31/493.59	c   494s|  2360k|916079 |  7680k|   3.3 | 600M|  63 |   8 |  70 |5778 |  70 |  23 |  21 | 857k|2846 | 0.000000e+00 |      --      |    Inf 
495.50/495.71	c   496s|  2370k|919908 |  7712k|   3.3 | 603M|  63 |   8 |  70 |6253 |  70 |  23 |  21 | 860k|2846 | 0.000000e+00 |      --      |    Inf 
497.81/498.09	c   498s|  2380k|923399 |  7744k|   3.3 | 605M|  63 |   8 |  70 |5434 |  70 |  23 |  21 | 864k|2846 | 0.000000e+00 |      --      |    Inf 
499.90/500.10	c   500s|  2390k|927561 |  7775k|   3.3 | 608M|  63 |   8 |  70 |6333 |  70 |  23 |  21 | 867k|2846 | 0.000000e+00 |      --      |    Inf 
502.30/502.55	c   503s|  2400k|931216 |  7807k|   3.3 | 610M|  63 |   8 |  70 |5010 |  70 |  23 |  21 | 871k|2846 | 0.000000e+00 |      --      |    Inf 
504.80/505.03	c   505s|  2410k|934620 |  7840k|   3.3 | 612M|  63 |   8 |  70 |4736 |  70 |  23 |  21 | 875k|2846 | 0.000000e+00 |      --      |    Inf 
507.01/507.21	c   507s|  2420k|938451 |  7871k|   3.3 | 615M|  63 |   8 |  70 |5311 |  70 |  23 |  21 | 879k|2846 | 0.000000e+00 |      --      |    Inf 
509.50/509.71	c   510s|  2430k|941879 |  7903k|   3.3 | 617M|  63 |   - |  70 |4579 |  70 |  23 |  21 | 883k|2846 | 0.000000e+00 |      --      |    Inf 
511.60/511.83	c   512s|  2440k|945900 |  7935k|   3.3 | 620M|  63 |   - |  70 |4955 |  70 |  23 |  21 | 886k|2846 | 0.000000e+00 |      --      |    Inf 
513.80/514.04	c   514s|  2450k|949660 |  7967k|   3.3 | 622M|  63 |   8 |  70 |4493 |  70 |  23 |  21 | 890k|2846 | 0.000000e+00 |      --      |    Inf 
516.10/516.36	c   516s|  2460k|953293 |  8000k|   3.3 | 625M|  63 |   - |  70 |4276 |  70 |  23 |  21 | 894k|2846 | 0.000000e+00 |      --      |    Inf 
518.10/518.37	c   518s|  2470k|957234 |  8031k|   3.3 | 627M|  63 |   8 |  70 |5365 |  70 |  23 |  21 | 897k|2846 | 0.000000e+00 |      --      |    Inf 
520.19/520.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
520.19/520.47	c   520s|  2480k|960795 |  8061k|   3.3 | 630M|  63 |   8 |  70 |5891 |  70 |  23 |  21 | 901k|2846 | 0.000000e+00 |      --      |    Inf 
522.69/522.97	c   523s|  2490k|963944 |  8093k|   3.3 | 632M|  63 |   8 |  70 |4717 |  70 |  23 |  21 | 905k|2846 | 0.000000e+00 |      --      |    Inf 
524.79/525.04	c   525s|  2500k|967935 |  8124k|   3.2 | 635M|  63 |   - |  70 |5390 |  70 |  23 |  21 | 909k|2846 | 0.000000e+00 |      --      |    Inf 
527.09/527.38	c   527s|  2510k|971331 |  8157k|   3.2 | 637M|  63 |   8 |  70 |5284 |  70 |  23 |  21 | 913k|2846 | 0.000000e+00 |      --      |    Inf 
529.49/529.70	c   530s|  2520k|974833 |  8190k|   3.3 | 639M|  63 |   8 |  70 |4682 |  70 |  23 |  21 | 917k|2846 | 0.000000e+00 |      --      |    Inf 
531.69/531.92	c   532s|  2530k|978460 |  8223k|   3.3 | 642M|  63 |   8 |  70 |4878 |  70 |  23 |  21 | 921k|2846 | 0.000000e+00 |      --      |    Inf 
534.00/534.21	c   534s|  2540k|982182 |  8255k|   3.3 | 644M|  63 |   8 |  70 |4718 |  70 |  23 |  21 | 924k|2846 | 0.000000e+00 |      --      |    Inf 
536.09/536.37	c   536s|  2550k|985871 |  8286k|   3.2 | 647M|  63 |   8 |  70 |4891 |  70 |  23 |  21 | 928k|2846 | 0.000000e+00 |      --      |    Inf 
538.39/538.62	c   539s|  2560k|989441 |  8319k|   3.2 | 649M|  63 |   8 |  70 |4807 |  70 |  23 |  21 | 932k|2846 | 0.000000e+00 |      --      |    Inf 
540.69/540.93	c   541s|  2570k|992858 |  8352k|   3.2 | 652M|  63 |   - |  70 |4423 |  70 |  23 |  21 | 936k|2846 | 0.000000e+00 |      --      |    Inf 
542.99/543.21	c   543s|  2580k|996414 |  8384k|   3.2 | 654M|  63 |   - |  70 |4832 |  70 |  23 |  21 | 939k|2846 | 0.000000e+00 |      --      |    Inf 
545.18/545.41	c   545s|  2590k|  1000k|  8417k|   3.3 | 657M|  63 |   - |  70 |5566 |  70 |  23 |  21 | 943k|2846 | 0.000000e+00 |      --      |    Inf 
547.39/547.68	c   548s|  2600k|  1003k|  8450k|   3.3 | 659M|  63 |   - |  70 |5475 |  70 |  23 |  21 | 947k|2846 | 0.000000e+00 |      --      |    Inf 
549.79/550.02	c   550s|  2610k|  1007k|  8483k|   3.3 | 662M|  63 |   8 |  70 |4889 |  70 |  23 |  21 | 951k|2846 | 0.000000e+00 |      --      |    Inf 
551.99/552.26	c   552s|  2620k|  1010k|  8516k|   3.3 | 664M|  63 |   - |  70 |5471 |  70 |  23 |  21 | 955k|2846 | 0.000000e+00 |      --      |    Inf 
554.49/554.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.49/554.73	c   555s|  2630k|  1014k|  8547k|   3.2 | 667M|  63 |   8 |  70 |4467 |  70 |  23 |  21 | 959k|2846 | 0.000000e+00 |      --      |    Inf 
556.78/557.05	c   557s|  2640k|  1017k|  8582k|   3.3 | 669M|  63 |   8 |  70 |4993 |  70 |  23 |  21 | 963k|2846 | 0.000000e+00 |      --      |    Inf 
559.18/559.41	c   559s|  2650k|  1020k|  8615k|   3.3 | 672M|  63 |   8 |  70 |4759 |  70 |  23 |  21 | 967k|2846 | 0.000000e+00 |      --      |    Inf 
561.38/561.61	c   562s|  2660k|  1024k|  8647k|   3.3 | 674M|  63 |   - |  70 |5323 |  70 |  23 |  21 | 971k|2846 | 0.000000e+00 |      --      |    Inf 
563.68/563.94	c   564s|  2670k|  1028k|  8680k|   3.3 | 677M|  63 |   8 |  70 |4862 |  70 |  23 |  21 | 974k|2846 | 0.000000e+00 |      --      |    Inf 
565.98/566.20	c   566s|  2680k|  1032k|  8712k|   3.3 | 679M|  63 |   8 |  70 |4916 |  70 |  23 |  21 | 978k|2846 | 0.000000e+00 |      --      |    Inf 
568.49/568.72	c   569s|  2690k|  1035k|  8744k|   3.3 | 681M|  63 |   8 |  70 |4368 |  70 |  23 |  21 | 982k|2846 | 0.000000e+00 |      --      |    Inf 
570.69/570.92	c   571s|  2700k|  1039k|  8777k|   3.3 | 684M|  63 |   8 |  70 |5212 |  70 |  23 |  21 | 986k|2846 | 0.000000e+00 |      --      |    Inf 
572.78/573.01	c   573s|  2710k|  1043k|  8808k|   3.3 | 687M|  63 |   8 |  70 |5497 |  70 |  23 |  21 | 989k|2846 | 0.000000e+00 |      --      |    Inf 
575.09/575.39	c   575s|  2720k|  1046k|  8841k|   3.3 | 689M|  63 |   8 |  70 |5404 |  70 |  23 |  21 | 993k|2846 | 0.000000e+00 |      --      |    Inf 
577.47/577.71	c   578s|  2730k|  1050k|  8874k|   3.3 | 691M|  63 |   8 |  70 |5261 |  70 |  23 |  21 | 997k|2846 | 0.000000e+00 |      --      |    Inf 
579.78/580.07	c   580s|  2740k|  1053k|  8906k|   3.3 | 694M|  63 |   8 |  70 |5406 |  70 |  23 |  21 |1001k|2846 | 0.000000e+00 |      --      |    Inf 
582.18/582.44	c   582s|  2750k|  1057k|  8938k|   3.3 | 696M|  63 |   - |  70 |4853 |  70 |  23 |  21 |1004k|2846 | 0.000000e+00 |      --      |    Inf 
584.57/584.82	c   585s|  2760k|  1060k|  8971k|   3.3 | 699M|  63 |   8 |  70 |5128 |  70 |  23 |  21 |1008k|2846 | 0.000000e+00 |      --      |    Inf 
586.87/587.11	c   587s|  2770k|  1063k|  9005k|   3.3 | 701M|  63 |   8 |  70 |5482 |  70 |  23 |  21 |1012k|2846 | 0.000000e+00 |      --      |    Inf 
589.27/589.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
589.27/589.52	c   590s|  2780k|  1067k|  9037k|   3.3 | 704M|  63 |   - |  70 |5622 |  70 |  23 |  21 |1016k|2846 | 0.000000e+00 |      --      |    Inf 
591.77/592.01	c   592s|  2790k|  1070k|  9069k|   3.3 | 706M|  63 |   - |  70 |4800 |  70 |  23 |  21 |1020k|2846 | 0.000000e+00 |      --      |    Inf 
594.17/594.44	c   594s|  2800k|  1074k|  9102k|   3.3 | 708M|  63 |   - |  70 |4631 |  70 |  23 |  21 |1024k|2846 | 0.000000e+00 |      --      |    Inf 
596.57/596.82	c   597s|  2810k|  1077k|  9135k|   3.3 | 711M|  63 |   8 |  70 |4789 |  70 |  23 |  21 |1028k|2846 | 0.000000e+00 |      --      |    Inf 
598.97/599.22	c   599s|  2820k|  1081k|  9168k|   3.3 | 713M|  63 |   8 |  70 |5038 |  70 |  23 |  21 |1032k|2846 | 0.000000e+00 |      --      |    Inf 
601.26/601.57	c   602s|  2830k|  1084k|  9199k|   3.3 | 716M|  63 |   8 |  70 |5129 |  70 |  23 |  21 |1035k|2846 | 0.000000e+00 |      --      |    Inf 
603.68/603.93	c   604s|  2840k|  1088k|  9231k|   3.3 | 718M|  63 |   8 |  70 |5155 |  70 |  23 |  21 |1039k|2846 | 0.000000e+00 |      --      |    Inf 
605.96/606.23	c   606s|  2850k|  1092k|  9263k|   3.3 | 721M|  63 |   - |  70 |5336 |  70 |  23 |  21 |1043k|2846 | 0.000000e+00 |      --      |    Inf 
608.26/608.54	c   609s|  2860k|  1095k|  9296k|   3.3 | 723M|  63 |   8 |  70 |5607 |  70 |  23 |  21 |1047k|2846 | 0.000000e+00 |      --      |    Inf 
610.56/610.87	c   611s|  2870k|  1098k|  9329k|   3.3 | 726M|  63 |   8 |  70 |5374 |  70 |  23 |  21 |1051k|2846 | 0.000000e+00 |      --      |    Inf 
612.96/613.29	c   613s|  2880k|  1102k|  9362k|   3.3 | 728M|  63 |   - |  70 |5309 |  70 |  23 |  21 |1055k|2846 | 0.000000e+00 |      --      |    Inf 
615.26/615.57	c   616s|  2890k|  1105k|  9395k|   3.3 | 731M|  63 |   8 |  70 |5542 |  70 |  23 |  21 |1059k|2846 | 0.000000e+00 |      --      |    Inf 
617.35/617.62	c   618s|  2900k|  1109k|  9427k|   3.3 | 733M|  63 |   8 |  70 |6078 |  70 |  23 |  21 |1062k|2846 | 0.000000e+00 |      --      |    Inf 
619.56/619.82	c   620s|  2910k|  1113k|  9458k|   3.3 | 736M|  63 |   8 |  70 |5799 |  70 |  23 |  21 |1066k|2846 | 0.000000e+00 |      --      |    Inf 
621.75/622.09	c   622s|  2920k|  1117k|  9491k|   3.3 | 738M|  63 |   - |  70 |6280 |  70 |  23 |  21 |1070k|2846 | 0.000000e+00 |      --      |    Inf 
623.96/624.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
623.96/624.25	c   624s|  2930k|  1121k|  9522k|   3.2 | 741M|  63 |   - |  70 |6867 |  70 |  23 |  21 |1073k|2846 | 0.000000e+00 |      --      |    Inf 
626.15/626.44	c   626s|  2940k|  1124k|  9551k|   3.2 | 744M|  63 |   8 |  70 |7876 |  70 |  23 |  21 |1077k|2846 | 0.000000e+00 |      --      |    Inf 
628.76/629.06	c   629s|  2950k|  1128k|  9585k|   3.2 | 746M|  63 |   - |  70 |6042 |  70 |  23 |  21 |1081k|2846 | 0.000000e+00 |      --      |    Inf 
631.25/631.59	c   632s|  2960k|  1131k|  9617k|   3.2 | 748M|  63 |   8 |  70 |5505 |  70 |  23 |  21 |1085k|2846 | 0.000000e+00 |      --      |    Inf 
633.75/634.05	c   634s|  2970k|  1135k|  9650k|   3.2 | 751M|  63 |   - |  70 |5412 |  70 |  23 |  21 |1089k|2846 | 0.000000e+00 |      --      |    Inf 
636.04/636.34	c   636s|  2980k|  1138k|  9682k|   3.2 | 753M|  63 |   8 |  70 |5463 |  70 |  23 |  21 |1093k|2846 | 0.000000e+00 |      --      |    Inf 
638.25/638.57	c   639s|  2990k|  1142k|  9715k|   3.2 | 756M|  63 |   - |  70 |5780 |  70 |  23 |  21 |1097k|2846 | 0.000000e+00 |      --      |    Inf 
640.35/640.61	c   641s|  3000k|  1146k|  9745k|   3.2 | 758M|  63 |   8 |  70 |6109 |  70 |  23 |  21 |1100k|2846 | 0.000000e+00 |      --      |    Inf 
642.75/643.04	c   643s|  3010k|  1149k|  9778k|   3.2 | 760M|  63 |   8 |  70 |5073 |  70 |  23 |  21 |1104k|2846 | 0.000000e+00 |      --      |    Inf 
645.24/645.54	c   646s|  3020k|  1152k|  9810k|   3.2 | 763M|  63 |   8 |  70 |4669 |  70 |  23 |  21 |1108k|2846 | 0.000000e+00 |      --      |    Inf 
647.35/647.69	c   648s|  3030k|  1156k|  9843k|   3.2 | 765M|  63 |   8 |  70 |5761 |  70 |  23 |  21 |1112k|2846 | 0.000000e+00 |      --      |    Inf 
649.85/650.11	c   650s|  3040k|  1160k|  9876k|   3.2 | 768M|  63 |   8 |  70 |5256 |  70 |  23 |  21 |1115k|2846 | 0.000000e+00 |      --      |    Inf 
651.95/652.28	c   652s|  3050k|  1164k|  9909k|   3.2 | 771M|  63 |   8 |  70 |6165 |  70 |  23 |  21 |1119k|2846 | 0.000000e+00 |      --      |    Inf 
654.24/654.57	c   655s|  3060k|  1167k|  9942k|   3.2 | 773M|  63 |   - |  70 |6388 |  70 |  23 |  21 |1123k|2846 | 0.000000e+00 |      --      |    Inf 
656.53/656.84	c   657s|  3070k|  1171k|  9974k|   3.2 | 776M|  63 |   - |  70 |6504 |  70 |  23 |  21 |1127k|2846 | 0.000000e+00 |      --      |    Inf 
659.03/659.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
659.03/659.36	c   659s|  3080k|  1174k| 10005k|   3.2 | 778M|  63 |   8 |  70 |5469 |  70 |  23 |  21 |1131k|2846 | 0.000000e+00 |      --      |    Inf 
661.34/661.69	c   662s|  3090k|  1177k| 10038k|   3.2 | 780M|  63 |   - |  70 |6006 |  70 |  23 |  21 |1135k|2846 | 0.000000e+00 |      --      |    Inf 
663.63/663.97	c   664s|  3100k|  1181k| 10070k|   3.2 | 783M|  63 |   8 |  70 |6060 |  70 |  23 |  21 |1139k|2846 | 0.000000e+00 |      --      |    Inf 
666.03/666.32	c   666s|  3110k|  1185k| 10101k|   3.2 | 785M|  63 |   8 |  70 |5373 |  70 |  23 |  21 |1143k|2846 | 0.000000e+00 |      --      |    Inf 
668.23/668.58	c   669s|  3120k|  1188k| 10133k|   3.2 | 788M|  63 |   8 |  70 |5493 |  70 |  23 |  21 |1146k|2846 | 0.000000e+00 |      --      |    Inf 
670.74/671.03	c   671s|  3130k|  1192k| 10166k|   3.2 | 790M|  63 |   - |  70 |5340 |  70 |  23 |  21 |1150k|2846 | 0.000000e+00 |      --      |    Inf 
673.13/673.47	c   673s|  3140k|  1195k| 10198k|   3.2 | 792M|  63 |   8 |  70 |5156 |  70 |  23 |  21 |1154k|2846 | 0.000000e+00 |      --      |    Inf 
675.52/675.87	c   676s|  3150k|  1198k| 10232k|   3.2 | 795M|  63 |   - |  70 |5395 |  70 |  23 |  21 |1158k|2846 | 0.000000e+00 |      --      |    Inf 
677.72/678.06	c   678s|  3160k|  1202k| 10262k|   3.2 | 798M|  63 |   - |  70 |6369 |  70 |  23 |  21 |1162k|2846 | 0.000000e+00 |      --      |    Inf 
680.23/680.54	c   681s|  3170k|  1206k| 10293k|   3.2 | 800M|  63 |   8 |  70 |5305 |  70 |  23 |  21 |1166k|2846 | 0.000000e+00 |      --      |    Inf 
682.52/682.80	c   683s|  3180k|  1209k| 10326k|   3.2 | 802M|  63 |   8 |  70 |5848 |  70 |  23 |  21 |1169k|2846 | 0.000000e+00 |      --      |    Inf 
684.92/685.20	c   685s|  3190k|  1213k| 10359k|   3.2 | 805M|  63 |   - |  70 |5171 |  70 |  23 |  21 |1173k|2846 | 0.000000e+00 |      --      |    Inf 
686.91/687.28	c   687s|  3200k|  1217k| 10390k|   3.2 | 808M|  63 |   8 |  70 |6483 |  70 |  23 |  21 |1177k|2846 | 0.000000e+00 |      --      |    Inf 
689.32/689.68	c   690s|  3210k|  1220k| 10422k|   3.2 | 810M|  63 |   8 |  70 |5861 |  70 |  23 |  21 |1181k|2846 | 0.000000e+00 |      --      |    Inf 
691.72/692.09	c   692s|  3220k|  1223k| 10455k|   3.2 | 812M|  63 |   8 |  70 |5188 |  70 |  23 |  21 |1185k|2846 | 0.000000e+00 |      --      |    Inf 
693.91/694.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
693.91/694.27	c   694s|  3230k|  1227k| 10487k|   3.2 | 815M|  63 |   8 |  70 |5987 |  70 |  23 |  21 |1189k|2846 | 0.000000e+00 |      --      |    Inf 
696.01/696.33	c   696s|  3240k|  1231k| 10518k|   3.2 | 818M|  63 |   8 |  70 |7130 |  70 |  23 |  21 |1192k|2846 | 0.000000e+00 |      --      |    Inf 
698.51/698.80	c   699s|  3250k|  1234k| 10550k|   3.2 | 820M|  63 |   8 |  70 |6113 |  70 |  23 |  21 |1196k|2846 | 0.000000e+00 |      --      |    Inf 
700.81/701.10	c   701s|  3260k|  1238k| 10583k|   3.2 | 822M|  63 |   8 |  70 |5942 |  70 |  23 |  21 |1200k|2846 | 0.000000e+00 |      --      |    Inf 
703.00/703.39	c   703s|  3270k|  1241k| 10616k|   3.2 | 825M|  63 |   8 |  70 |6176 |  70 |  23 |  21 |1204k|2846 | 0.000000e+00 |      --      |    Inf 
705.50/705.84	c   706s|  3280k|  1245k| 10647k|   3.2 | 827M|  63 |   - |  70 |5238 |  70 |  23 |  21 |1208k|2846 | 0.000000e+00 |      --      |    Inf 
707.80/708.16	c   708s|  3290k|  1248k| 10679k|   3.2 | 830M|  63 |   8 |  70 |5461 |  70 |  23 |  21 |1212k|2846 | 0.000000e+00 |      --      |    Inf 
710.00/710.34	c   710s|  3300k|  1252k| 10711k|   3.2 | 832M|  63 |   8 |  70 |5899 |  70 |  23 |  21 |1215k|2846 | 0.000000e+00 |      --      |    Inf 
712.20/712.50	c   712s|  3310k|  1256k| 10742k|   3.2 | 835M|  63 |   8 |  70 |5832 |  70 |  23 |  21 |1219k|2846 | 0.000000e+00 |      --      |    Inf 
714.49/714.83	c   715s|  3320k|  1260k| 10775k|   3.2 | 837M|  63 |   8 |  70 |5908 |  70 |  23 |  21 |1223k|2846 | 0.000000e+00 |      --      |    Inf 
716.90/717.26	c   717s|  3330k|  1263k| 10808k|   3.2 | 839M|  63 |   8 |  70 |5115 |  70 |  23 |  21 |1227k|2846 | 0.000000e+00 |      --      |    Inf 
719.29/719.65	c   720s|  3340k|  1267k| 10840k|   3.2 | 842M|  63 |   8 |  70 |4775 |  70 |  23 |  21 |1231k|2846 | 0.000000e+00 |      --      |    Inf 
721.59/721.91	c   722s|  3350k|  1270k| 10873k|   3.2 | 844M|  63 |   8 |  70 |5104 |  70 |  23 |  21 |1234k|2846 | 0.000000e+00 |      --      |    Inf 
723.79/724.12	c   724s|  3360k|  1274k| 10906k|   3.2 | 847M|  63 |   8 |  70 |5360 |  70 |  23 |  21 |1238k|2846 | 0.000000e+00 |      --      |    Inf 
726.29/726.65	c   727s|  3370k|  1277k| 10939k|   3.2 | 849M|  63 |   - |  70 |5168 |  70 |  23 |  21 |1242k|2846 | 0.000000e+00 |      --      |    Inf 
728.68/729.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
728.68/729.08	c   729s|  3380k|  1280k| 10972k|   3.2 | 852M|  63 |   8 |  70 |5442 |  70 |  23 |  21 |1246k|2846 | 0.000000e+00 |      --      |    Inf 
731.19/731.54	c   732s|  3390k|  1283k| 11005k|   3.2 | 854M|  63 |   8 |  70 |5616 |  70 |  23 |  21 |1250k|2846 | 0.000000e+00 |      --      |    Inf 
733.39/733.70	c   734s|  3400k|  1288k| 11036k|   3.2 | 857M|  63 |   - |  70 |6413 |  70 |  23 |  21 |1254k|2846 | 0.000000e+00 |      --      |    Inf 
735.59/735.97	c   736s|  3410k|  1291k| 11070k|   3.2 | 859M|  63 |   - |  70 |6591 |  70 |  23 |  21 |1257k|2846 | 0.000000e+00 |      --      |    Inf 
737.69/738.08	c   738s|  3420k|  1296k| 11102k|   3.2 | 862M|  63 |   8 |  70 |7782 |  70 |  23 |  21 |1261k|2846 | 0.000000e+00 |      --      |    Inf 
739.78/740.13	c   740s|  3430k|  1300k| 11133k|   3.2 | 865M|  63 |   8 |  70 |8864 |  70 |  23 |  21 |1264k|2846 | 0.000000e+00 |      --      |    Inf 
742.18/742.58	c   743s|  3440k|  1304k| 11166k|   3.2 | 867M|  63 |   - |  70 |8028 |  70 |  23 |  21 |1268k|2846 | 0.000000e+00 |      --      |    Inf 
744.38/744.77	c   745s|  3450k|  1307k| 11197k|   3.2 | 870M|  63 |   8 |  70 |8752 |  70 |  23 |  21 |1272k|2846 | 0.000000e+00 |      --      |    Inf 
746.68/747.00	c   747s|  3460k|  1311k| 11228k|   3.2 | 873M|  63 |   8 |  70 |9405 |  70 |  23 |  21 |1275k|2846 | 0.000000e+00 |      --      |    Inf 
749.09/749.44	c   749s|  3470k|  1315k| 11259k|   3.2 | 875M|  63 |   8 |  70 |8939 |  70 |  23 |  21 |1279k|2846 | 0.000000e+00 |      --      |    Inf 
751.38/751.77	c   752s|  3480k|  1319k| 11289k|   3.2 | 878M|  63 |   8 |  70 |9263 |  70 |  23 |  21 |1283k|2846 | 0.000000e+00 |      --      |    Inf 
753.98/754.30	c   754s|  3490k|  1322k| 11320k|   3.2 | 880M|  63 |   8 |  70 |8272 |  70 |  23 |  21 |1287k|2846 | 0.000000e+00 |      --      |    Inf 
756.48/756.83	c   757s|  3500k|  1326k| 11352k|   3.2 | 882M|  63 |   - |  70 |7306 |  70 |  23 |  21 |1290k|2846 | 0.000000e+00 |      --      |    Inf 
759.08/759.43	c   759s|  3510k|  1329k| 11384k|   3.2 | 884M|  63 |   8 |  70 |5821 |  70 |  23 |  21 |1294k|2846 | 0.000000e+00 |      --      |    Inf 
761.38/761.77	c   762s|  3520k|  1333k| 11416k|   3.2 | 887M|  63 |   8 |  70 |6152 |  70 |  23 |  21 |1298k|2846 | 0.000000e+00 |      --      |    Inf 
763.77/764.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
763.77/764.10	c   764s|  3530k|  1337k| 11448k|   3.2 | 889M|  63 |   8 |  70 |5658 |  70 |  23 |  21 |1302k|2846 | 0.000000e+00 |      --      |    Inf 
765.88/766.23	c   766s|  3540k|  1340k| 11482k|   3.2 | 892M|  63 |   8 |  70 |6679 |  70 |  23 |  21 |1306k|2846 | 0.000000e+00 |      --      |    Inf 
768.49/768.82	c   769s|  3550k|  1343k| 11514k|   3.2 | 894M|  63 |   8 |  70 |5097 |  70 |  23 |  21 |1310k|2846 | 0.000000e+00 |      --      |    Inf 
770.79/771.16	c   771s|  3560k|  1347k| 11546k|   3.2 | 896M|  63 |   8 |  70 |5367 |  70 |  23 |  21 |1314k|2846 | 0.000000e+00 |      --      |    Inf 
773.38/773.72	c   774s|  3570k|  1350k| 11579k|   3.2 | 899M|  63 |   8 |  70 |4801 |  70 |  23 |  21 |1317k|2846 | 0.000000e+00 |      --      |    Inf 
775.58/775.97	c   776s|  3580k|  1354k| 11612k|   3.2 | 901M|  63 |   - |  70 |5417 |  70 |  23 |  21 |1321k|2846 | 0.000000e+00 |      --      |    Inf 
778.07/778.40	c   778s|  3590k|  1357k| 11643k|   3.2 | 904M|  63 |   8 |  70 |5428 |  70 |  23 |  21 |1325k|2846 | 0.000000e+00 |      --      |    Inf 
780.38/780.78	c   781s|  3600k|  1361k| 11676k|   3.2 | 906M|  63 |   8 |  70 |5767 |  70 |  23 |  21 |1329k|2846 | 0.000000e+00 |      --      |    Inf 
782.88/783.26	c   783s|  3610k|  1364k| 11708k|   3.2 | 909M|  63 |   8 |  70 |5397 |  70 |  23 |  21 |1333k|2846 | 0.000000e+00 |      --      |    Inf 
785.18/785.51	c   786s|  3620k|  1367k| 11739k|   3.2 | 911M|  63 |   8 |  70 |6582 |  70 |  23 |  21 |1337k|2846 | 0.000000e+00 |      --      |    Inf 
787.38/787.72	c   788s|  3630k|  1371k| 11769k|   3.2 | 914M|  63 |   - |  70 |7492 |  70 |  23 |  21 |1341k|2846 | 0.000000e+00 |      --      |    Inf 
789.88/790.24	c   790s|  3640k|  1374k| 11801k|   3.2 | 916M|  63 |   8 |  70 |6072 |  70 |  23 |  21 |1345k|2846 | 0.000000e+00 |      --      |    Inf 
792.27/792.66	c   793s|  3650k|  1378k| 11833k|   3.2 | 919M|  63 |   8 |  70 |6143 |  70 |  23 |  21 |1349k|2846 | 0.000000e+00 |      --      |    Inf 
794.48/794.85	c   795s|  3660k|  1381k| 11867k|   3.2 | 921M|  63 |   8 |  70 |7392 |  70 |  23 |  21 |1353k|2846 | 0.000000e+00 |      --      |    Inf 
796.97/797.30	c   797s|  3670k|  1384k| 11899k|   3.2 | 924M|  63 |   - |  70 |6204 |  70 |  23 |  21 |1357k|2846 | 0.000000e+00 |      --      |    Inf 
799.38/799.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
799.38/799.76	c   800s|  3680k|  1388k| 11930k|   3.2 | 926M|  63 |   - |  70 |5655 |  70 |  23 |  21 |1361k|2846 | 0.000000e+00 |      --      |    Inf 
801.58/801.94	c   802s|  3690k|  1391k| 11960k|   3.2 | 929M|  63 |   8 |  70 |6236 |  70 |  23 |  21 |1365k|2846 | 0.000000e+00 |      --      |    Inf 
803.97/804.34	c   804s|  3700k|  1395k| 11994k|   3.2 | 931M|  63 |   8 |  70 |5908 |  70 |  23 |  21 |1369k|2846 | 0.000000e+00 |      --      |    Inf 
806.47/806.86	c   807s|  3710k|  1398k| 12026k|   3.2 | 933M|  63 |   8 |  70 |5063 |  70 |  23 |  21 |1373k|2846 | 0.000000e+00 |      --      |    Inf 
808.57/808.98	c   809s|  3720k|  1402k| 12057k|   3.2 | 936M|  63 |   8 |  70 |5574 |  70 |  23 |  21 |1376k|2846 | 0.000000e+00 |      --      |    Inf 
810.67/811.09	c   811s|  3730k|  1406k| 12087k|   3.2 | 938M|  63 |   - |  70 |5737 |  70 |  23 |  21 |1380k|2846 | 0.000000e+00 |      --      |    Inf 
812.97/813.32	c   813s|  3740k|  1409k| 12118k|   3.2 | 941M|  63 |   8 |  70 |5806 |  70 |  23 |  21 |1384k|2846 | 0.000000e+00 |      --      |    Inf 
815.37/815.71	c   816s|  3750k|  1413k| 12150k|   3.2 | 943M|  63 |   8 |  70 |5172 |  70 |  23 |  21 |1388k|2846 | 0.000000e+00 |      --      |    Inf 
817.77/818.19	c   818s|  3760k|  1416k| 12182k|   3.2 | 945M|  63 |   8 |  70 |4941 |  70 |  23 |  21 |1392k|2846 | 0.000000e+00 |      --      |    Inf 
820.07/820.49	c   820s|  3770k|  1419k| 12216k|   3.2 | 948M|  63 |   - |  70 |5187 |  70 |  23 |  21 |1396k|2846 | 0.000000e+00 |      --      |    Inf 
822.17/822.59	c   823s|  3780k|  1423k| 12246k|   3.2 | 951M|  63 |   8 |  70 |6925 |  70 |  23 |  21 |1400k|2846 | 0.000000e+00 |      --      |    Inf 
824.58/824.94	c   825s|  3790k|  1427k| 12277k|   3.2 | 953M|  63 |   - |  70 |7102 |  70 |  23 |  21 |1404k|2846 | 0.000000e+00 |      --      |    Inf 
827.07/827.43	c   827s|  3800k|  1430k| 12310k|   3.2 | 956M|  63 |   8 |  70 |6066 |  70 |  23 |  21 |1408k|2846 | 0.000000e+00 |      --      |    Inf 
829.67/830.02	c   830s|  3810k|  1433k| 12342k|   3.2 | 958M|  63 |   8 |  70 |5163 |  70 |  23 |  21 |1412k|2846 | 0.000000e+00 |      --      |    Inf 
831.86/832.26	c   832s|  3820k|  1437k| 12373k|   3.2 | 960M|  63 |   - |  70 |5897 |  70 |  23 |  21 |1415k|2846 | 0.000000e+00 |      --      |    Inf 
834.27/834.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
834.27/834.68	c   835s|  3830k|  1441k| 12404k|   3.2 | 963M|  63 |   8 |  70 |5310 |  70 |  23 |  21 |1419k|2846 | 0.000000e+00 |      --      |    Inf 
836.87/837.22	c   837s|  3840k|  1444k| 12436k|   3.2 | 965M|  63 |   8 |  70 |5134 |  70 |  23 |  21 |1423k|2846 | 0.000000e+00 |      --      |    Inf 
839.26/839.63	c   840s|  3850k|  1448k| 12469k|   3.2 | 968M|  63 |   8 |  70 |5326 |  70 |  23 |  21 |1427k|2846 | 0.000000e+00 |      --      |    Inf 
841.66/842.07	c   842s|  3860k|  1451k| 12501k|   3.2 | 970M|  63 |   8 |  70 |5154 |  70 |  23 |  21 |1431k|2846 | 0.000000e+00 |      --      |    Inf 
844.06/844.42	c   844s|  3870k|  1455k| 12535k|   3.2 | 973M|  63 |   8 |  70 |5318 |  70 |  23 |  21 |1435k|2846 | 0.000000e+00 |      --      |    Inf 
846.37/846.74	c   847s|  3880k|  1458k| 12568k|   3.2 | 975M|  63 |   - |  70 |5528 |  70 |  23 |  21 |1439k|2846 | 0.000000e+00 |      --      |    Inf 
848.77/849.16	c   849s|  3890k|  1461k| 12599k|   3.2 | 977M|  63 |   8 |  70 |5370 |  70 |  23 |  21 |1443k|2846 | 0.000000e+00 |      --      |    Inf 
851.07/851.48	c   851s|  3900k|  1465k| 12630k|   3.2 | 980M|  63 |   - |  70 |5379 |  70 |  23 |  21 |1446k|2846 | 0.000000e+00 |      --      |    Inf 
853.67/854.00	c   854s|  3910k|  1469k| 12662k|   3.2 | 982M|  63 |   8 |  70 |5492 |  70 |  23 |  21 |1450k|2846 | 0.000000e+00 |      --      |    Inf 
856.07/856.44	c   856s|  3920k|  1472k| 12695k|   3.2 | 985M|  63 |   8 |  70 |5404 |  70 |  23 |  21 |1454k|2846 | 0.000000e+00 |      --      |    Inf 
858.46/858.84	c   859s|  3930k|  1476k| 12728k|   3.2 | 987M|  63 |   8 |  70 |5364 |  70 |  23 |  21 |1458k|2846 | 0.000000e+00 |      --      |    Inf 
860.66/861.03	c   861s|  3940k|  1479k| 12760k|   3.2 | 990M|  63 |   8 |  70 |5747 |  70 |  23 |  21 |1462k|2846 | 0.000000e+00 |      --      |    Inf 
862.87/863.21	c   863s|  3950k|  1483k| 12791k|   3.2 | 993M|  63 |   8 |  70 |6721 |  70 |  23 |  21 |1466k|2846 | 0.000000e+00 |      --      |    Inf 
865.06/865.44	c   865s|  3960k|  1487k| 12821k|   3.2 | 995M|  63 |   8 |  70 |7968 |  70 |  23 |  21 |1470k|2846 | 0.000000e+00 |      --      |    Inf 
867.27/867.69	c   868s|  3970k|  1490k| 12851k|   3.2 | 998M|  63 |   - |  70 |8471 |  70 |  23 |  21 |1473k|2846 | 0.000000e+00 |      --      |    Inf 
869.66/870.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
869.66/870.02	c   870s|  3980k|  1494k| 12881k|   3.2 |1000M|  63 |   8 |  70 |7642 |  70 |  23 |  21 |1477k|2846 | 0.000000e+00 |      --      |    Inf 
871.97/872.31	c   872s|  3990k|  1498k| 12912k|   3.2 |1003M|  63 |   - |  70 |8184 |  70 |  23 |  21 |1481k|2846 | 0.000000e+00 |      --      |    Inf 
874.36/874.71	c   875s|  4000k|  1502k| 12943k|   3.2 |1006M|  63 |   - |  70 |7833 |  70 |  23 |  21 |1485k|2846 | 0.000000e+00 |      --      |    Inf 
876.76/877.11	c   877s|  4010k|  1505k| 12973k|   3.2 |1008M|  63 |   - |  70 |8176 |  70 |  23 |  21 |1489k|2846 | 0.000000e+00 |      --      |    Inf 
878.97/879.37	c   879s|  4020k|  1509k| 13003k|   3.2 |1011M|  63 |   8 |  70 |8357 |  70 |  23 |  21 |1492k|2846 | 0.000000e+00 |      --      |    Inf 
881.37/881.75	c   882s|  4030k|  1513k| 13033k|   3.2 |1013M|  63 |   8 |  70 |8349 |  70 |  23 |  21 |1496k|2846 | 0.000000e+00 |      --      |    Inf 
883.97/884.33	c   884s|  4040k|  1516k| 13065k|   3.2 |1015M|  63 |   - |  70 |6308 |  70 |  23 |  21 |1500k|2846 | 0.000000e+00 |      --      |    Inf 
886.56/886.98	c   887s|  4050k|  1520k| 13097k|   3.2 |1017M|  63 |   - |  70 |5487 |  70 |  23 |  21 |1504k|2846 | 0.000000e+00 |      --      |    Inf 
888.86/889.23	c   889s|  4060k|  1523k| 13131k|   3.2 |1020M|  63 |   - |  70 |6469 |  70 |  23 |  21 |1508k|2846 | 0.000000e+00 |      --      |    Inf 
891.16/891.52	c   892s|  4070k|  1527k| 13165k|   3.2 |1023M|  63 |   - |  70 |6487 |  70 |  23 |  21 |1512k|2846 | 0.000000e+00 |      --      |    Inf 
893.56/893.94	c   894s|  4080k|  1530k| 13196k|   3.2 |1025M|  63 |   8 |  70 |5952 |  70 |  23 |  21 |1515k|2846 | 0.000000e+00 |      --      |    Inf 
895.96/896.36	c   896s|  4090k|  1534k| 13228k|   3.2 |1027M|  63 |   8 |  70 |5847 |  70 |  23 |  21 |1519k|2846 | 0.000000e+00 |      --      |    Inf 
898.37/898.73	c   899s|  4100k|  1538k| 13259k|   3.2 |1030M|  63 |   8 |  70 |6093 |  70 |  23 |  21 |1523k|2846 | 0.000000e+00 |      --      |    Inf 
900.56/900.97	c   901s|  4110k|  1541k| 13291k|   3.2 |1033M|  63 |   - |  70 |7219 |   0 |   0 |  21 |1527k|2846 | 0.000000e+00 |      --      |    Inf 
903.06/903.47	c   903s|  4120k|  1545k| 13323k|   3.2 |1035M|  63 |   8 |  70 |6047 |  70 |  23 |  21 |1531k|2846 | 0.000000e+00 |      --      |    Inf 
905.45/905.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
905.45/905.86	c   906s|  4130k|  1548k| 13354k|   3.2 |1037M|  63 |   - |  70 |5978 |  70 |  23 |  21 |1535k|2846 | 0.000000e+00 |      --      |    Inf 
907.75/908.16	c   908s|  4140k|  1552k| 13389k|   3.2 |1040M|  63 |   8 |  70 |6565 |  70 |  23 |  21 |1539k|2846 | 0.000000e+00 |      --      |    Inf 
910.37/910.76	c   911s|  4150k|  1555k| 13421k|   3.2 |1042M|  63 |   8 |  70 |5768 |  70 |  23 |  21 |1542k|2846 | 0.000000e+00 |      --      |    Inf 
912.96/913.35	c   913s|  4160k|  1558k| 13453k|   3.2 |1044M|  63 |   8 |  70 |5298 |  70 |  23 |  21 |1546k|2846 | 0.000000e+00 |      --      |    Inf 
915.35/915.70	c   916s|  4170k|  1562k| 13485k|   3.2 |1047M|  63 |   8 |  70 |6370 |  70 |  23 |  21 |1550k|2846 | 0.000000e+00 |      --      |    Inf 
917.65/918.09	c   918s|  4180k|  1565k| 13518k|   3.2 |1050M|  63 |   8 |  70 |6746 |  70 |  23 |  21 |1555k|2846 | 0.000000e+00 |      --      |    Inf 
920.15/920.57	c   921s|  4190k|  1568k| 13549k|   3.2 |1052M|  63 |   8 |  70 |6152 |  70 |  23 |  21 |1558k|2846 | 0.000000e+00 |      --      |    Inf 
922.65/923.04	c   923s|  4200k|  1572k| 13581k|   3.2 |1054M|  63 |   8 |  70 |5581 |  70 |  23 |  21 |1562k|2846 | 0.000000e+00 |      --      |    Inf 
925.16/925.55	c   926s|  4210k|  1575k| 13612k|   3.2 |1057M|  63 |   8 |  70 |5331 |  70 |  23 |  21 |1566k|2846 | 0.000000e+00 |      --      |    Inf 
927.85/928.24	c   928s|  4220k|  1579k| 13644k|   3.2 |1059M|  63 |   8 |  70 |4617 |  70 |  23 |  21 |1570k|2846 | 0.000000e+00 |      --      |    Inf 
930.26/930.68	c   931s|  4230k|  1582k| 13677k|   3.2 |1061M|  63 |   - |  70 |4955 |  70 |  23 |  21 |1574k|2846 | 0.000000e+00 |      --      |    Inf 
932.75/933.13	c   933s|  4240k|  1585k| 13709k|   3.2 |1064M|  63 |   8 |  70 |5721 |  70 |  23 |  21 |1578k|2846 | 0.000000e+00 |      --      |    Inf 
935.26/935.64	c   936s|  4250k|  1589k| 13741k|   3.2 |1066M|  63 |   8 |  70 |5181 |  70 |  23 |  21 |1582k|2846 | 0.000000e+00 |      --      |    Inf 
937.86/938.23	c   938s|  4260k|  1592k| 13773k|   3.2 |1069M|  63 |   - |  70 |4747 |  70 |  23 |  21 |1586k|2846 | 0.000000e+00 |      --      |    Inf 
940.25/940.69	c   941s|  4270k|  1595k| 13805k|   3.2 |1071M|  63 |   8 |  70 |5213 |  70 |  23 |  21 |1590k|2846 | 0.000000e+00 |      --      |    Inf 
942.76/943.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
942.76/943.19	c   943s|  4280k|  1599k| 13837k|   3.2 |1073M|  63 |   - |  70 |4728 |  70 |  23 |  21 |1594k|2846 | 0.000000e+00 |      --      |    Inf 
945.35/945.76	c   946s|  4290k|  1602k| 13869k|   3.2 |1076M|  63 |   8 |  70 |5423 |  70 |  23 |  21 |1598k|2846 | 0.000000e+00 |      --      |    Inf 
947.95/948.36	c   948s|  4300k|  1605k| 13900k|   3.2 |1078M|  63 |   8 |  70 |4851 |  70 |  23 |  21 |1602k|2846 | 0.000000e+00 |      --      |    Inf 
950.45/950.84	c   951s|  4310k|  1609k| 13933k|   3.2 |1081M|  63 |   8 |  70 |5060 |  70 |  23 |  21 |1606k|2846 | 0.000000e+00 |      --      |    Inf 
952.65/953.08	c   953s|  4320k|  1612k| 13965k|   3.2 |1083M|  63 |   8 |  70 |6192 |  70 |  23 |  21 |1610k|2846 | 0.000000e+00 |      --      |    Inf 
955.05/955.43	c   955s|  4330k|  1615k| 13997k|   3.2 |1086M|  63 |   8 |  70 |5951 |  70 |  23 |  21 |1614k|2846 | 0.000000e+00 |      --      |    Inf 
957.44/957.87	c   958s|  4340k|  1619k| 14028k|   3.2 |1088M|  63 |   - |  70 |5260 |  70 |  23 |  21 |1618k|2846 | 0.000000e+00 |      --      |    Inf 
960.15/960.54	c   961s|  4350k|  1622k| 14061k|   3.2 |1090M|  63 |   - |  70 |4873 |  70 |  23 |  21 |1622k|2846 | 0.000000e+00 |      --      |    Inf 
962.65/963.01	c   963s|  4360k|  1625k| 14093k|   3.2 |1093M|  63 |   8 |  70 |4888 |  70 |  23 |  21 |1626k|2846 | 0.000000e+00 |      --      |    Inf 
965.15/965.51	c   966s|  4370k|  1628k| 14125k|   3.2 |1095M|  63 |   - |  70 |4527 |  70 |  23 |  21 |1630k|2846 | 0.000000e+00 |      --      |    Inf 
967.65/968.02	c   968s|  4380k|  1632k| 14157k|   3.2 |1098M|  63 |   8 |  70 |4517 |  70 |  23 |  21 |1634k|2846 | 0.000000e+00 |      --      |    Inf 
970.05/970.47	c   970s|  4390k|  1635k| 14189k|   3.2 |1100M|  63 |   8 |  70 |4796 |  70 |  23 |  21 |1637k|2846 | 0.000000e+00 |      --      |    Inf 
972.64/973.05	c   973s|  4400k|  1638k| 14221k|   3.2 |1102M|  63 |   8 |  70 |4762 |  70 |  23 |  21 |1642k|2846 | 0.000000e+00 |      --      |    Inf 
975.15/975.59	c   976s|  4410k|  1642k| 14254k|   3.2 |1105M|  63 |   8 |  70 |4645 |  70 |  23 |  21 |1645k|2846 | 0.000000e+00 |      --      |    Inf 
977.46/977.90	c   978s|  4420k|  1645k| 14285k|   3.2 |1107M|  63 |   8 |  70 |5398 |  70 |  23 |  21 |1649k|2846 | 0.000000e+00 |      --      |    Inf 
979.75/980.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
979.75/980.19	c   980s|  4430k|  1649k| 14318k|   3.2 |1110M|  63 |   - |  70 |5998 |  70 |  23 |  21 |1653k|2846 | 0.000000e+00 |      --      |    Inf 
982.15/982.57	c   983s|  4440k|  1652k| 14352k|   3.2 |1112M|  63 |   8 |  70 |5919 |  70 |  23 |  21 |1657k|2846 | 0.000000e+00 |      --      |    Inf 
984.84/985.23	c   985s|  4450k|  1656k| 14384k|   3.2 |1115M|  63 |   8 |  70 |4839 |  70 |  23 |  21 |1661k|2846 | 0.000000e+00 |      --      |    Inf 
987.35/987.77	c   988s|  4460k|  1659k| 14416k|   3.2 |1117M|  63 |   8 |  70 |5166 |  70 |  23 |  21 |1665k|2846 | 0.000000e+00 |      --      |    Inf 
989.85/990.21	c   990s|  4470k|  1662k| 14449k|   3.2 |1119M|  63 |   8 |  70 |5290 |  70 |  23 |  21 |1669k|2846 | 0.000000e+00 |      --      |    Inf 
992.34/992.75	c   993s|  4480k|  1666k| 14481k|   3.2 |1122M|  63 |   8 |  70 |5146 |  70 |  23 |  21 |1673k|2846 | 0.000000e+00 |      --      |    Inf 
994.95/995.31	c   995s|  4490k|  1669k| 14513k|   3.2 |1124M|  63 |   8 |  70 |4818 |  70 |  23 |  21 |1677k|2846 | 0.000000e+00 |      --      |    Inf 
997.45/997.85	c   998s|  4500k|  1672k| 14545k|   3.2 |1127M|  63 |   8 |  70 |4770 |  70 |  23 |  21 |1681k|2846 | 0.000000e+00 |      --      |    Inf 
999.84/1000.22	c  1000s|  4510k|  1676k| 14577k|   3.2 |1129M|  63 |   8 |  70 |5244 |  70 |  23 |  21 |1684k|2846 | 0.000000e+00 |      --      |    Inf 
1002.45/1002.83	c  1003s|  4520k|  1679k| 14610k|   3.2 |1132M|  63 |   8 |  70 |5167 |  70 |  23 |  21 |1688k|2846 | 0.000000e+00 |      --      |    Inf 
1004.85/1005.21	c  1005s|  4530k|  1683k| 14642k|   3.2 |1134M|  63 |   8 |  70 |5828 |  70 |  23 |  21 |1692k|2846 | 0.000000e+00 |      --      |    Inf 
1007.44/1007.89	c  1008s|  4540k|  1686k| 14675k|   3.2 |1136M|  63 |   8 |  70 |5451 |  70 |  23 |  21 |1696k|2846 | 0.000000e+00 |      --      |    Inf 
1009.84/1010.27	c  1010s|  4550k|  1689k| 14707k|   3.2 |1139M|  63 |   8 |  70 |6081 |  70 |  23 |  21 |1700k|2846 | 0.000000e+00 |      --      |    Inf 
1012.34/1012.72	c  1013s|  4560k|  1693k| 14740k|   3.2 |1141M|  63 |   8 |  70 |6321 |  70 |  23 |  21 |1704k|2846 | 0.000000e+00 |      --      |    Inf 
1014.64/1015.05	c  1015s|  4570k|  1696k| 14771k|   3.2 |1144M|  63 |   - |  70 |6741 |  70 |  23 |  21 |1708k|2846 | 0.000000e+00 |      --      |    Inf 
1017.34/1017.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1017.34/1017.72	c  1018s|  4580k|  1699k| 14803k|   3.2 |1146M|  63 |   - |  70 |5928 |  70 |  23 |  21 |1712k|2846 | 0.000000e+00 |      --      |    Inf 
1020.04/1020.41	c  1020s|  4590k|  1703k| 14836k|   3.2 |1149M|  63 |   8 |  70 |5360 |  70 |  23 |  21 |1716k|2846 | 0.000000e+00 |      --      |    Inf 
1022.55/1022.99	c  1023s|  4600k|  1706k| 14869k|   3.2 |1151M|  63 |   - |  70 |5017 |  70 |  23 |  21 |1720k|2846 | 0.000000e+00 |      --      |    Inf 
1025.14/1025.51	c  1026s|  4610k|  1709k| 14902k|   3.2 |1153M|  63 |   - |  70 |5018 |  70 |  23 |  21 |1724k|2846 | 0.000000e+00 |      --      |    Inf 
1027.54/1027.96	c  1028s|  4620k|  1713k| 14935k|   3.2 |1156M|  63 |   8 |  70 |5427 |  70 |  23 |  21 |1728k|2846 | 0.000000e+00 |      --      |    Inf 
1029.94/1030.36	c  1030s|  4630k|  1716k| 14966k|   3.2 |1158M|  63 |   - |  70 |5464 |  70 |  23 |  21 |1732k|2846 | 0.000000e+00 |      --      |    Inf 
1032.24/1032.61	c  1033s|  4640k|  1720k| 14997k|   3.2 |1161M|  63 |   8 |  70 |6894 |  70 |  23 |  21 |1736k|2846 | 0.000000e+00 |      --      |    Inf 
1034.84/1035.26	c  1035s|  4650k|  1723k| 15030k|   3.2 |1163M|  63 |   8 |  70 |5945 |  70 |  23 |  21 |1740k|2846 | 0.000000e+00 |      --      |    Inf 
1037.34/1037.70	c  1038s|  4660k|  1726k| 15062k|   3.2 |1166M|  63 |   - |  70 |5778 |  70 |  23 |  21 |1744k|2846 | 0.000000e+00 |      --      |    Inf 
1039.73/1040.15	c  1040s|  4670k|  1730k| 15094k|   3.2 |1168M|  63 |   8 |  70 |5941 |  70 |  23 |  21 |1748k|2846 | 0.000000e+00 |      --      |    Inf 
1042.24/1042.66	c  1043s|  4680k|  1733k| 15126k|   3.2 |1170M|  63 |   - |  70 |5530 |  70 |  23 |  21 |1752k|2846 | 0.000000e+00 |      --      |    Inf 
1044.73/1045.16	c  1045s|  4690k|  1736k| 15159k|   3.2 |1173M|  63 |   8 |  70 |5997 |  70 |  23 |  21 |1755k|2846 | 0.000000e+00 |      --      |    Inf 
1047.13/1047.58	c  1048s|  4700k|  1740k| 15189k|   3.2 |1175M|  63 |   - |  70 |6215 |  70 |  23 |  21 |1759k|2846 | 0.000000e+00 |      --      |    Inf 
1049.63/1050.06	c  1050s|  4710k|  1744k| 15222k|   3.2 |1178M|  63 |   8 |  70 |6142 |  70 |  23 |  21 |1763k|2846 | 0.000000e+00 |      --      |    Inf 
1052.14/1052.52	c  1053s|  4720k|  1747k| 15253k|   3.2 |1180M|  63 |   8 |  70 |5506 |  70 |  23 |  21 |1767k|2846 | 0.000000e+00 |      --      |    Inf 
1054.74/1055.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1054.74/1055.19	c  1055s|  4730k|  1750k| 15285k|   3.2 |1183M|  63 |   - |  70 |5243 |  70 |  23 |  21 |1771k|2846 | 0.000000e+00 |      --      |    Inf 
1057.14/1057.57	c  1058s|  4740k|  1754k| 15317k|   3.2 |1185M|  63 |   8 |  70 |5988 |  70 |  23 |  21 |1775k|2846 | 0.000000e+00 |      --      |    Inf 
1059.43/1059.89	c  1060s|  4750k|  1757k| 15349k|   3.2 |1188M|  63 |   - |  70 |6825 |  70 |  23 |  21 |1779k|2846 | 0.000000e+00 |      --      |    Inf 
1062.24/1062.61	c  1063s|  4760k|  1760k| 15381k|   3.2 |1190M|  63 |   8 |  70 |5887 |  70 |  23 |  21 |1783k|2846 | 0.000000e+00 |      --      |    Inf 
1064.64/1065.08	c  1065s|  4770k|  1764k| 15414k|   3.2 |1193M|  63 |   - |  70 |6670 |  70 |  23 |  21 |1787k|2846 | 0.000000e+00 |      --      |    Inf 
1067.43/1067.81	c  1068s|  4780k|  1767k| 15446k|   3.2 |1195M|  63 |   8 |  70 |5445 |  70 |  23 |  21 |1791k|2846 | 0.000000e+00 |      --      |    Inf 
1069.84/1070.24	c  1070s|  4790k|  1770k| 15479k|   3.2 |1197M|  63 |   8 |  70 |5964 |  70 |  23 |  21 |1795k|2846 | 0.000000e+00 |      --      |    Inf 
1072.04/1072.47	c  1072s|  4800k|  1774k| 15511k|   3.2 |1200M|  63 |   8 |  70 |7225 |  70 |  23 |  21 |1799k|2846 | 0.000000e+00 |      --      |    Inf 
1074.53/1074.93	c  1075s|  4810k|  1777k| 15543k|   3.2 |1202M|  63 |   8 |  70 |6798 |  70 |  23 |  21 |1803k|2846 | 0.000000e+00 |      --      |    Inf 
1077.13/1077.52	c  1078s|  4820k|  1781k| 15575k|   3.2 |1205M|  63 |   8 |  70 |6078 |  70 |  23 |  21 |1806k|2846 | 0.000000e+00 |      --      |    Inf 
1079.53/1079.90	c  1080s|  4830k|  1784k| 15607k|   3.2 |1207M|  63 |   8 |  70 |6818 |  70 |  23 |  21 |1810k|2846 | 0.000000e+00 |      --      |    Inf 
1082.13/1082.52	c  1083s|  4840k|  1788k| 15637k|   3.2 |1209M|  63 |   8 |  70 |5558 |  70 |  23 |  21 |1814k|2846 | 0.000000e+00 |      --      |    Inf 
1084.53/1084.95	c  1085s|  4850k|  1790k| 15671k|   3.2 |1212M|  63 |   - |  70 |6486 |  70 |  23 |  21 |1818k|2846 | 0.000000e+00 |      --      |    Inf 
1086.83/1087.24	c  1087s|  4860k|  1794k| 15702k|   3.2 |1214M|  63 |   8 |  70 |6471 |  70 |  23 |  21 |1822k|2846 | 0.000000e+00 |      --      |    Inf 
1088.93/1089.37	c  1089s|  4870k|  1799k| 15733k|   3.2 |1217M|  63 |   - |  70 |7014 |  70 |  23 |  21 |1825k|2846 | 0.000000e+00 |      --      |    Inf 
1091.23/1091.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1091.23/1091.64	c  1092s|  4880k|  1803k| 15765k|   3.2 |1220M|  63 |   8 |  70 |7724 |  70 |  23 |  21 |1829k|2846 | 0.000000e+00 |      --      |    Inf 
1093.63/1094.04	c  1094s|  4890k|  1807k| 15797k|   3.2 |1222M|  63 |   - |  70 |7873 |  70 |  23 |  21 |1832k|2846 | 0.000000e+00 |      --      |    Inf 
1096.43/1096.86	c  1097s|  4900k|  1811k| 15829k|   3.2 |1224M|  63 |   8 |  70 |5246 |  70 |  23 |  21 |1836k|2846 | 0.000000e+00 |      --      |    Inf 
1098.63/1099.02	c  1099s|  4910k|  1815k| 15862k|   3.2 |1227M|  63 |   8 |  70 |5836 |  70 |  23 |  21 |1840k|2846 | 0.000000e+00 |      --      |    Inf 
1100.83/1101.29	c  1101s|  4920k|  1818k| 15895k|   3.2 |1230M|  63 |   8 |  70 |6651 |  70 |  23 |  21 |1843k|2846 | 0.000000e+00 |      --      |    Inf 
1103.13/1103.53	c  1104s|  4930k|  1822k| 15926k|   3.2 |1232M|  63 |   8 |  70 |6482 |  70 |  23 |  21 |1847k|2846 | 0.000000e+00 |      --      |    Inf 
1105.23/1105.62	c  1106s|  4940k|  1827k| 15955k|   3.2 |1235M|  63 |   8 |  70 |7306 |  70 |  23 |  21 |1850k|2846 | 0.000000e+00 |      --      |    Inf 
1107.43/1107.83	c  1108s|  4950k|  1831k| 15984k|   3.2 |1238M|  63 |   8 |  70 |7723 |  70 |  23 |  21 |1854k|2846 | 0.000000e+00 |      --      |    Inf 
1109.72/1110.13	c  1110s|  4960k|  1835k| 16015k|   3.2 |1240M|  63 |   8 |  70 |7305 |  70 |  23 |  21 |1857k|2846 | 0.000000e+00 |      --      |    Inf 
1112.02/1112.47	c  1112s|  4970k|  1839k| 16043k|   3.2 |1242M|  63 |   8 |  70 |7144 |  70 |  23 |  21 |1861k|2846 | 0.000000e+00 |      --      |    Inf 
1114.83/1115.25	c  1115s|  4980k|  1842k| 16076k|   3.2 |1245M|  63 |   - |  70 |5424 |  70 |  23 |  21 |1865k|2846 | 0.000000e+00 |      --      |    Inf 
1117.32/1117.79	c  1118s|  4990k|  1846k| 16108k|   3.2 |1247M|  63 |   - |  70 |5030 |  70 |  23 |  21 |1869k|2846 | 0.000000e+00 |      --      |    Inf 
1119.92/1120.33	c  1120s|  5000k|  1849k| 16139k|   3.2 |1249M|  63 |   8 |  70 |5255 |  70 |  23 |  21 |1873k|2846 | 0.000000e+00 |      --      |    Inf 
1122.42/1122.84	c  1123s|  5010k|  1852k| 16171k|   3.2 |1252M|  63 |   8 |  70 |4950 |  70 |  23 |  21 |1877k|2846 | 0.000000e+00 |      --      |    Inf 
1124.93/1125.38	c  1125s|  5020k|  1856k| 16203k|   3.2 |1254M|  63 |   - |  70 |5032 |  70 |  23 |  21 |1880k|2846 | 0.000000e+00 |      --      |    Inf 
1127.22/1127.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1127.22/1127.61	c  1128s|  5030k|  1859k| 16234k|   3.2 |1257M|  63 |   8 |  70 |5386 |  70 |  23 |  21 |1884k|2846 | 0.000000e+00 |      --      |    Inf 
1129.23/1129.68	c  1130s|  5040k|  1863k| 16264k|   3.2 |1259M|  63 |   8 |  70 |6403 |  70 |  23 |  21 |1888k|2846 | 0.000000e+00 |      --      |    Inf 
1131.82/1132.29	c  1132s|  5050k|  1866k| 16297k|   3.2 |1262M|  63 |   8 |  70 |5328 |  70 |  23 |  21 |1892k|2846 | 0.000000e+00 |      --      |    Inf 
1134.32/1134.74	c  1135s|  5060k|  1870k| 16329k|   3.2 |1264M|  63 |   - |  70 |5737 |  70 |  23 |  21 |1896k|2846 | 0.000000e+00 |      --      |    Inf 
1137.03/1137.41	c  1137s|  5070k|  1873k| 16360k|   3.2 |1266M|  63 |   - |  70 |5200 |  70 |  23 |  21 |1899k|2846 | 0.000000e+00 |      --      |    Inf 
1139.53/1139.99	c  1140s|  5080k|  1877k| 16391k|   3.2 |1269M|  63 |   8 |  70 |4923 |  70 |  23 |  21 |1903k|2846 | 0.000000e+00 |      --      |    Inf 
1142.02/1142.44	c  1142s|  5090k|  1880k| 16423k|   3.2 |1271M|  63 |   - |  70 |5616 |  70 |  23 |  21 |1907k|2846 | 0.000000e+00 |      --      |    Inf 
1144.32/1144.73	c  1145s|  5100k|  1883k| 16454k|   3.2 |1274M|  63 |   8 |  70 |6485 |  70 |  23 |  21 |1911k|2846 | 0.000000e+00 |      --      |    Inf 
1146.83/1147.20	c  1147s|  5110k|  1887k| 16486k|   3.2 |1276M|  63 |   8 |  70 |6384 |  70 |  23 |  21 |1915k|2846 | 0.000000e+00 |      --      |    Inf 
1149.22/1149.62	c  1150s|  5120k|  1891k| 16519k|   3.2 |1279M|  63 |   8 |  70 |6337 |  70 |  23 |  21 |1919k|2846 | 0.000000e+00 |      --      |    Inf 
1151.82/1152.22	c  1152s|  5130k|  1894k| 16552k|   3.2 |1281M|  63 |   8 |  70 |5436 |  70 |  23 |  21 |1923k|2846 | 0.000000e+00 |      --      |    Inf 
1154.22/1154.62	c  1155s|  5140k|  1897k| 16583k|   3.2 |1284M|  63 |   8 |  70 |5930 |  70 |  23 |  21 |1927k|2846 | 0.000000e+00 |      --      |    Inf 
1156.73/1157.11	c  1157s|  5150k|  1901k| 16616k|   3.2 |1286M|  63 |   8 |  70 |5790 |  70 |  23 |  21 |1931k|2846 | 0.000000e+00 |      --      |    Inf 
1158.92/1159.36	c  1159s|  5160k|  1904k| 16648k|   3.2 |1289M|  63 |   8 |  70 |6596 |  70 |  23 |  21 |1935k|2846 | 0.000000e+00 |      --      |    Inf 
1161.32/1161.70	c  1162s|  5170k|  1908k| 16681k|   3.2 |1291M|  63 |   8 |  70 |6768 |  70 |  23 |  21 |1939k|2846 | 0.000000e+00 |      --      |    Inf 
1163.52/1163.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.52/1163.90	c  1164s|  5180k|  1912k| 16710k|   3.2 |1294M|  63 |   8 |  70 |7287 |  70 |  23 |  21 |1942k|2846 | 0.000000e+00 |      --      |    Inf 
1165.72/1166.12	c  1166s|  5190k|  1916k| 16740k|   3.2 |1297M|  63 |   8 |  70 |7512 |  70 |  23 |  21 |1946k|2846 | 0.000000e+00 |      --      |    Inf 
1168.01/1168.46	c  1168s|  5200k|  1920k| 16769k|   3.2 |1299M|  63 |   8 |  70 |7810 |  70 |  23 |  21 |1949k|2846 | 0.000000e+00 |      --      |    Inf 
1170.31/1170.76	c  1171s|  5210k|  1925k| 16799k|   3.2 |1302M|  63 |   - |  70 |8130 |  70 |  23 |  21 |1952k|2846 | 0.000000e+00 |      --      |    Inf 
1172.72/1173.17	c  1173s|  5220k|  1928k| 16829k|   3.2 |1305M|  63 |   - |  70 |8521 |  70 |  23 |  21 |1956k|2846 | 0.000000e+00 |      --      |    Inf 
1175.11/1175.54	c  1176s|  5230k|  1932k| 16859k|   3.2 |1307M|  63 |   8 |  70 |8475 |  70 |  23 |  21 |1960k|2846 | 0.000000e+00 |      --      |    Inf 
1177.52/1177.95	c  1178s|  5240k|  1936k| 16887k|   3.2 |1310M|  63 |   8 |  70 |8640 |  70 |  23 |  21 |1963k|2846 | 0.000000e+00 |      --      |    Inf 
1179.93/1180.31	c  1180s|  5250k|  1940k| 16917k|   3.2 |1312M|  63 |   8 |  70 |7563 |  70 |  23 |  21 |1967k|2846 | 0.000000e+00 |      --      |    Inf 
1182.21/1182.60	c  1183s|  5260k|  1944k| 16947k|   3.2 |1315M|  63 |   8 |  70 |8255 |  70 |  23 |  21 |1970k|2846 | 0.000000e+00 |      --      |    Inf 
1184.51/1184.97	c  1185s|  5270k|  1948k| 16979k|   3.2 |1318M|  63 |   8 |  70 |8748 |  70 |  23 |  21 |1974k|2846 | 0.000000e+00 |      --      |    Inf 
1186.92/1187.35	c  1187s|  5280k|  1952k| 17012k|   3.2 |1320M|  63 |   8 |  70 |9187 |  70 |  23 |  21 |1978k|2846 | 0.000000e+00 |      --      |    Inf 
1189.52/1189.90	c  1190s|  5290k|  1956k| 17044k|   3.2 |1323M|  63 |   8 |  70 |7682 |  70 |  23 |  21 |1981k|2846 | 0.000000e+00 |      --      |    Inf 
1191.92/1192.38	c  1192s|  5300k|  1960k| 17075k|   3.2 |1325M|  63 |   - |  70 |7088 |  70 |  23 |  21 |1985k|2846 | 0.000000e+00 |      --      |    Inf 
1194.41/1194.87	c  1195s|  5310k|  1963k| 17105k|   3.2 |1327M|  63 |   - |  70 |7242 |  70 |  23 |  21 |1989k|2846 | 0.000000e+00 |      --      |    Inf 
1196.92/1197.34	c  1197s|  5320k|  1966k| 17136k|   3.2 |1330M|  63 |   8 |  70 |7362 |  70 |  23 |  21 |1993k|2846 | 0.000000e+00 |      --      |    Inf 
1199.41/1199.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.41/1199.82	c  1200s|  5330k|  1970k| 17168k|   3.2 |1333M|  63 |   8 |  70 |8028 |  70 |  23 |  21 |1997k|2846 | 0.000000e+00 |      --      |    Inf 
1202.01/1202.48	c  1202s|  5340k|  1973k| 17199k|   3.2 |1335M|  63 |   - |  70 |7338 |  70 |  23 |  21 |2001k|2846 | 0.000000e+00 |      --      |    Inf 
1204.51/1204.94	c  1205s|  5350k|  1977k| 17229k|   3.2 |1337M|  63 |   - |  70 |7175 |  70 |  23 |  21 |2005k|2846 | 0.000000e+00 |      --      |    Inf 
1206.91/1207.36	c  1207s|  5360k|  1980k| 17259k|   3.2 |1340M|  63 |   - |  70 |6916 |  70 |  23 |  21 |2009k|2846 | 0.000000e+00 |      --      |    Inf 
1209.21/1209.65	c  1210s|  5370k|  1984k| 17291k|   3.2 |1342M|  63 |   8 |  70 |7658 |  70 |  23 |  21 |2012k|2846 | 0.000000e+00 |      --      |    Inf 
1211.82/1212.27	c  1212s|  5380k|  1987k| 17323k|   3.2 |1345M|  63 |   8 |  70 |7402 |  70 |  23 |  21 |2016k|2846 | 0.000000e+00 |      --      |    Inf 
1214.21/1214.64	c  1215s|  5390k|  1991k| 17354k|   3.2 |1347M|  63 |   8 |  70 |8110 |  70 |  23 |  21 |2020k|2846 | 0.000000e+00 |      --      |    Inf 
1216.81/1217.22	c  1217s|  5400k|  1994k| 17385k|   3.2 |1350M|  63 |   8 |  70 |7431 |  70 |  23 |  21 |2024k|2846 | 0.000000e+00 |      --      |    Inf 
1219.31/1219.77	c  1220s|  5410k|  1997k| 17416k|   3.2 |1352M|  63 |   8 |  70 |7145 |  70 |  23 |  21 |2028k|2846 | 0.000000e+00 |      --      |    Inf 
1221.91/1222.38	c  1222s|  5420k|  2001k| 17446k|   3.2 |1355M|  63 |   8 |  70 |6784 |  70 |  23 |  21 |2032k|2846 | 0.000000e+00 |      --      |    Inf 
1224.21/1224.61	c  1225s|  5430k|  2005k| 17478k|   3.2 |1357M|  63 |   - |  70 |8162 |  70 |  23 |  21 |2035k|2846 | 0.000000e+00 |      --      |    Inf 
1226.61/1227.06	c  1227s|  5440k|  2008k| 17509k|   3.2 |1360M|  63 |   8 |  70 |8745 |  70 |  23 |  21 |2039k|2846 | 0.000000e+00 |      --      |    Inf 
1229.21/1229.64	c  1230s|  5450k|  2012k| 17541k|   3.2 |1362M|  63 |   - |  70 |8467 |   0 |   0 |  21 |2043k|2846 | 0.000000e+00 |      --      |    Inf 
1231.71/1232.15	c  1232s|  5460k|  2015k| 17572k|   3.2 |1365M|  63 |   - |  70 |7944 |  70 |  23 |  21 |2047k|2846 | 0.000000e+00 |      --      |    Inf 
1234.11/1234.59	c  1235s|  5470k|  2018k| 17605k|   3.2 |1367M|  63 |   8 |  70 |8141 |  70 |  23 |  21 |2051k|2846 | 0.000000e+00 |      --      |    Inf 
1236.71/1237.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1236.71/1237.19	c  1237s|  5480k|  2022k| 17635k|   3.2 |1369M|  63 |   8 |  70 |7422 |  70 |  23 |  21 |2055k|2846 | 0.000000e+00 |      --      |    Inf 
1239.21/1239.61	c  1240s|  5490k|  2025k| 17666k|   3.2 |1372M|  63 |   8 |  70 |7771 |  70 |  23 |  21 |2059k|2846 | 0.000000e+00 |      --      |    Inf 
1241.51/1241.94	c  1242s|  5500k|  2029k| 17696k|   3.2 |1375M|  63 |   - |  70 |7989 |  70 |  23 |  21 |2063k|2846 | 0.000000e+00 |      --      |    Inf 
1244.21/1244.64	c  1245s|  5510k|  2033k| 17726k|   3.2 |1377M|  63 |   8 |  70 |7108 |  70 |  23 |  21 |2066k|2846 | 0.000000e+00 |      --      |    Inf 
1246.61/1247.06	c  1247s|  5520k|  2036k| 17758k|   3.2 |1379M|  63 |   - |  70 |7381 |  70 |  23 |  21 |2070k|2846 | 0.000000e+00 |      --      |    Inf 
1249.11/1249.56	c  1250s|  5530k|  2040k| 17788k|   3.2 |1382M|  63 |   8 |  70 |6482 |  70 |  23 |  21 |2074k|2846 | 0.000000e+00 |      --      |    Inf 
1251.60/1252.07	c  1252s|  5540k|  2043k| 17820k|   3.2 |1384M|  63 |   8 |  70 |5691 |  70 |  23 |  21 |2078k|2846 | 0.000000e+00 |      --      |    Inf 
1253.80/1254.28	c  1254s|  5550k|  2047k| 17851k|   3.2 |1387M|  63 |   - |  70 |7014 |  70 |  23 |  21 |2082k|2846 | 0.000000e+00 |      --      |    Inf 
1256.20/1256.63	c  1257s|  5560k|  2051k| 17881k|   3.2 |1389M|  63 |   - |  70 |6681 |  70 |  23 |  21 |2085k|2846 | 0.000000e+00 |      --      |    Inf 
1259.01/1259.43	c  1259s|  5570k|  2054k| 17912k|   3.2 |1391M|  63 |   8 |  70 |5163 |  70 |  23 |  21 |2089k|2846 | 0.000000e+00 |      --      |    Inf 
1261.50/1261.94	c  1262s|  5580k|  2057k| 17945k|   3.2 |1394M|  63 |   - |  70 |5623 |  70 |  23 |  21 |2093k|2846 | 0.000000e+00 |      --      |    Inf 
1263.80/1264.27	c  1264s|  5590k|  2061k| 17976k|   3.2 |1396M|  63 |   8 |  70 |6897 |  70 |  23 |  21 |2097k|2846 | 0.000000e+00 |      --      |    Inf 
1266.61/1267.02	c  1267s|  5600k|  2064k| 18009k|   3.2 |1399M|  63 |   8 |  70 |5747 |  70 |  23 |  21 |2101k|2846 | 0.000000e+00 |      --      |    Inf 
1269.40/1269.87	c  1270s|  5610k|  2067k| 18041k|   3.2 |1401M|  63 |   8 |  70 |5494 |  70 |  23 |  21 |2105k|2846 | 0.000000e+00 |      --      |    Inf 
1271.70/1272.16	c  1272s|  5620k|  2071k| 18073k|   3.2 |1404M|  63 |   8 |  70 |6085 |  70 |  23 |  21 |2109k|2846 | 0.000000e+00 |      --      |    Inf 
1273.80/1274.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1273.80/1274.29	c  1274s|  5630k|  2075k| 18103k|   3.2 |1406M|  63 |   8 |  70 |6809 |  70 |  23 |  21 |2113k|2846 | 0.000000e+00 |      --      |    Inf 
1276.10/1276.52	c  1277s|  5640k|  2079k| 18134k|   3.2 |1409M|  63 |   8 |  70 |7562 |  70 |  23 |  21 |2116k|2846 | 0.000000e+00 |      --      |    Inf 
1278.40/1278.88	c  1279s|  5650k|  2083k| 18165k|   3.2 |1411M|  63 |   8 |  70 |7307 |  70 |  23 |  21 |2120k|2846 | 0.000000e+00 |      --      |    Inf 
1280.90/1281.32	c  1281s|  5660k|  2086k| 18197k|   3.2 |1414M|  63 |   - |  70 |7723 |  70 |  23 |  21 |2124k|2846 | 0.000000e+00 |      --      |    Inf 
1283.40/1283.80	c  1284s|  5670k|  2089k| 18229k|   3.2 |1416M|  63 |   8 |  70 |7890 |  70 |  23 |  21 |2128k|2846 | 0.000000e+00 |      --      |    Inf 
1286.20/1286.61	c  1287s|  5680k|  2092k| 18261k|   3.2 |1418M|  63 |   - |  70 |5160 |  70 |  23 |  21 |2132k|2846 | 0.000000e+00 |      --      |    Inf 
1288.60/1289.10	c  1289s|  5690k|  2095k| 18295k|   3.2 |1421M|  63 |   8 |  70 |5664 |  70 |  23 |  21 |2136k|2846 | 0.000000e+00 |      --      |    Inf 
1291.49/1291.94	c  1292s|  5700k|  2099k| 18327k|   3.2 |1423M|  63 |   - |  70 |5057 |  70 |  23 |  21 |2140k|2846 | 0.000000e+00 |      --      |    Inf 
1294.09/1294.58	c  1295s|  5710k|  2102k| 18359k|   3.2 |1425M|  63 |   - |  70 |5472 |  70 |  23 |  21 |2144k|2846 | 0.000000e+00 |      --      |    Inf 
1296.90/1297.37	c  1297s|  5720k|  2105k| 18392k|   3.2 |1428M|  63 |   8 |  70 |4560 |  70 |  23 |  21 |2148k|2846 | 0.000000e+00 |      --      |    Inf 
1299.40/1299.81	c  1300s|  5730k|  2108k| 18425k|   3.2 |1430M|  63 |   8 |  70 |5478 |  70 |  23 |  21 |2152k|2846 | 0.000000e+00 |      --      |    Inf 
1301.59/1302.08	c  1302s|  5740k|  2112k| 18457k|   3.2 |1433M|  63 |   - |  70 |6097 |  70 |  23 |  21 |2156k|2846 | 0.000000e+00 |      --      |    Inf 
1304.20/1304.67	c  1305s|  5750k|  2116k| 18488k|   3.2 |1435M|  63 |   - |  70 |5389 |  70 |  23 |  21 |2159k|2846 | 0.000000e+00 |      --      |    Inf 
1306.89/1307.31	c  1307s|  5760k|  2119k| 18520k|   3.2 |1438M|  63 |   - |  70 |5010 |  70 |  23 |  21 |2164k|2846 | 0.000000e+00 |      --      |    Inf 
1309.29/1309.79	c  1310s|  5770k|  2122k| 18552k|   3.2 |1440M|  63 |   8 |  70 |5541 |  70 |  23 |  21 |2167k|2846 | 0.000000e+00 |      --      |    Inf 
1311.89/1312.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1311.89/1312.30	c  1312s|  5780k|  2125k| 18585k|   3.2 |1443M|  63 |   - |  70 |5914 |  70 |  23 |  21 |2172k|2846 | 0.000000e+00 |      --      |    Inf 
1314.39/1314.82	c  1315s|  5790k|  2129k| 18616k|   3.2 |1445M|  63 |   8 |  70 |5559 |  70 |  23 |  21 |2175k|2846 | 0.000000e+00 |      --      |    Inf 
1316.49/1316.94	c  1317s|  5800k|  2133k| 18645k|   3.2 |1448M|  63 |   8 |  70 |5878 |  70 |  23 |  21 |2179k|2846 | 0.000000e+00 |      --      |    Inf 
1319.09/1319.51	c  1320s|  5810k|  2136k| 18677k|   3.2 |1450M|  63 |   8 |  70 |5236 |  70 |  23 |  21 |2183k|2846 | 0.000000e+00 |      --      |    Inf 
1321.29/1321.77	c  1322s|  5820k|  2140k| 18708k|   3.2 |1453M|  63 |   - |  70 |6618 |  70 |  23 |  21 |2187k|2846 | 0.000000e+00 |      --      |    Inf 
1323.59/1324.07	c  1324s|  5830k|  2144k| 18739k|   3.2 |1455M|  63 |   - |  70 |7347 |  70 |  23 |  21 |2190k|2846 | 0.000000e+00 |      --      |    Inf 
1326.39/1326.80	c  1327s|  5840k|  2147k| 18771k|   3.2 |1457M|  63 |   - |  70 |6128 |  70 |  23 |  21 |2194k|2846 | 0.000000e+00 |      --      |    Inf 
1328.88/1329.38	c  1329s|  5850k|  2150k| 18803k|   3.2 |1460M|  63 |   8 |  70 |6206 |  70 |  23 |  21 |2198k|2846 | 0.000000e+00 |      --      |    Inf 
1331.29/1331.77	c  1332s|  5860k|  2154k| 18835k|   3.2 |1462M|  63 |   8 |  70 |6519 |  70 |  23 |  21 |2202k|2846 | 0.000000e+00 |      --      |    Inf 
1333.69/1334.19	c  1334s|  5870k|  2157k| 18869k|   3.2 |1465M|  63 |   8 |  70 |7264 |  70 |  23 |  21 |2206k|2846 | 0.000000e+00 |      --      |    Inf 
1336.19/1336.65	c  1337s|  5880k|  2160k| 18901k|   3.2 |1467M|  63 |   - |  70 |8012 |  70 |  23 |  21 |2210k|2846 | 0.000000e+00 |      --      |    Inf 
1338.69/1339.17	c  1339s|  5890k|  2163k| 18934k|   3.2 |1470M|  63 |   8 |  70 |8776 |  70 |  23 |  21 |2215k|2846 | 0.000000e+00 |      --      |    Inf 
1341.60/1342.09	c  1342s|  5900k|  2166k| 18966k|   3.2 |1472M|  63 |   8 |  70 |6316 |  70 |  23 |  21 |2218k|2846 | 0.000000e+00 |      --      |    Inf 
1344.18/1344.67	c  1345s|  5910k|  2170k| 18998k|   3.2 |1474M|  63 |   8 |  70 |6246 |  70 |  23 |  21 |2222k|2846 | 0.000000e+00 |      --      |    Inf 
1346.88/1347.32	c  1347s|  5920k|  2173k| 19029k|   3.2 |1477M|  63 |   8 |  70 |5533 |  70 |  23 |  21 |2226k|2846 | 0.000000e+00 |      --      |    Inf 
1349.58/1350.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1349.58/1350.03	c  1350s|  5930k|  2177k| 19061k|   3.2 |1479M|  63 |   - |  70 |5142 |  70 |  23 |  21 |2230k|2846 | 0.000000e+00 |      --      |    Inf 
1352.29/1352.71	c  1353s|  5940k|  2180k| 19093k|   3.2 |1481M|  63 |   8 |  70 |4919 |  70 |  23 |  21 |2234k|2846 | 0.000000e+00 |      --      |    Inf 
1354.89/1355.30	c  1355s|  5950k|  2183k| 19125k|   3.2 |1484M|  63 |   - |  70 |5256 |  70 |  23 |  21 |2238k|2846 | 0.000000e+00 |      --      |    Inf 
1357.18/1357.66	c  1358s|  5960k|  2187k| 19158k|   3.2 |1487M|  63 |   - |  70 |6778 |  70 |  23 |  21 |2242k|2846 | 0.000000e+00 |      --      |    Inf 
1359.79/1360.26	c  1360s|  5970k|  2190k| 19189k|   3.2 |1489M|  63 |   8 |  70 |6013 |  70 |  23 |  21 |2246k|2846 | 0.000000e+00 |      --      |    Inf 
1362.18/1362.68	c  1363s|  5980k|  2193k| 19223k|   3.2 |1491M|  63 |   - |  70 |6354 |  70 |  23 |  21 |2250k|2846 | 0.000000e+00 |      --      |    Inf 
1364.88/1365.39	c  1365s|  5990k|  2196k| 19256k|   3.2 |1494M|  63 |   8 |  70 |5644 |  70 |  23 |  21 |2254k|2846 | 0.000000e+00 |      --      |    Inf 
1367.38/1367.81	c  1368s|  6000k|  2200k| 19287k|   3.2 |1496M|  63 |   8 |  70 |5768 |  70 |  23 |  21 |2258k|2846 | 0.000000e+00 |      --      |    Inf 
1369.98/1370.42	c  1370s|  6010k|  2203k| 19319k|   3.2 |1499M|  63 |   - |  70 |5812 |  70 |  23 |  21 |2262k|2846 | 0.000000e+00 |      --      |    Inf 
1372.48/1372.99	c  1373s|  6020k|  2206k| 19352k|   3.2 |1501M|  63 |   - |  70 |5893 |  70 |  23 |  21 |2266k|2846 | 0.000000e+00 |      --      |    Inf 
1374.88/1375.31	c  1375s|  6030k|  2210k| 19385k|   3.2 |1504M|  63 |   - |  70 |7017 |  70 |  23 |  21 |2270k|2846 | 0.000000e+00 |      --      |    Inf 
1377.28/1377.72	c  1378s|  6040k|  2213k| 19420k|   3.2 |1506M|  63 |   8 |  70 |7499 |  70 |  23 |  21 |2274k|2846 | 0.000000e+00 |      --      |    Inf 
1379.78/1380.28	c  1380s|  6050k|  2217k| 19453k|   3.2 |1509M|  63 |   8 |  70 |7537 |  70 |  23 |  21 |2278k|2846 | 0.000000e+00 |      --      |    Inf 
1382.28/1382.79	c  1383s|  6060k|  2220k| 19485k|   3.2 |1511M|  63 |   - |  70 |7682 |  70 |  23 |  21 |2282k|2846 | 0.000000e+00 |      --      |    Inf 
1384.78/1385.26	c  1385s|  6070k|  2223k| 19517k|   3.2 |1514M|  63 |   8 |  70 |8321 |  70 |  23 |  21 |2287k|2846 | 0.000000e+00 |      --      |    Inf 
1387.48/1387.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1387.48/1387.91	c  1388s|  6080k|  2226k| 19549k|   3.2 |1516M|  63 |   8 |  70 |7589 |  70 |  23 |  21 |2291k|2846 | 0.000000e+00 |      --      |    Inf 
1390.18/1390.65	c  1391s|  6090k|  2229k| 19582k|   3.2 |1518M|  63 |   - |  70 |6683 |  70 |  23 |  21 |2295k|2846 | 0.000000e+00 |      --      |    Inf 
1392.78/1393.28	c  1393s|  6100k|  2233k| 19613k|   3.2 |1520M|  63 |   - |  70 |6138 |  70 |  23 |  21 |2299k|2846 | 0.000000e+00 |      --      |    Inf 
1395.38/1395.81	c  1396s|  6110k|  2236k| 19645k|   3.2 |1523M|  63 |   - |  70 |5144 |  70 |  23 |  21 |2303k|2846 | 0.000000e+00 |      --      |    Inf 
1397.59/1398.03	c  1398s|  6120k|  2240k| 19678k|   3.2 |1525M|  63 |   8 |  70 |6151 |  70 |  23 |  21 |2307k|2846 | 0.000000e+00 |      --      |    Inf 
1400.08/1400.55	c  1401s|  6130k|  2243k| 19709k|   3.2 |1528M|  63 |   - |  70 |5835 |  70 |  23 |  21 |2311k|2846 | 0.000000e+00 |      --      |    Inf 
1402.77/1403.26	c  1403s|  6140k|  2246k| 19742k|   3.2 |1530M|  63 |   8 |  70 |5269 |  70 |  23 |  21 |2315k|2846 | 0.000000e+00 |      --      |    Inf 
1405.29/1405.76	c  1406s|  6150k|  2250k| 19774k|   3.2 |1533M|  63 |   8 |  70 |5812 |  70 |  23 |  21 |2318k|2846 | 0.000000e+00 |      --      |    Inf 
1407.48/1407.98	c  1408s|  6160k|  2253k| 19805k|   3.2 |1535M|  63 |   - |  70 |7112 |  70 |  23 |  21 |2322k|2846 | 0.000000e+00 |      --      |    Inf 
1410.27/1410.74	c  1411s|  6170k|  2256k| 19838k|   3.2 |1537M|  63 |   8 |  70 |5658 |  70 |  23 |  21 |2327k|2846 | 0.000000e+00 |      --      |    Inf 
1412.78/1413.22	c  1413s|  6180k|  2259k| 19870k|   3.2 |1540M|  63 |   8 |  70 |6055 |  70 |  23 |  21 |2330k|2846 | 0.000000e+00 |      --      |    Inf 
1415.37/1415.90	c  1416s|  6190k|  2262k| 19902k|   3.2 |1542M|  63 |   8 |  70 |5373 |  70 |  23 |  21 |2335k|2846 | 0.000000e+00 |      --      |    Inf 
1417.67/1418.14	c  1418s|  6200k|  2266k| 19933k|   3.2 |1545M|  63 |   8 |  70 |6755 |  70 |  23 |  21 |2338k|2846 | 0.000000e+00 |      --      |    Inf 
1419.98/1420.40	c  1420s|  6210k|  2270k| 19963k|   3.2 |1547M|  63 |   8 |  70 |6834 |  70 |  23 |  21 |2342k|2846 | 0.000000e+00 |      --      |    Inf 
1422.27/1422.71	c  1423s|  6220k|  2274k| 19992k|   3.2 |1550M|  63 |   8 |  70 |6671 |  70 |  23 |  21 |2346k|2846 | 0.000000e+00 |      --      |    Inf 
1424.97/1425.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1424.97/1425.42	c  1425s|  6230k|  2277k| 20023k|   3.2 |1552M|  63 |   8 |  70 |5809 |  70 |  23 |  21 |2349k|2846 | 0.000000e+00 |      --      |    Inf 
1427.77/1428.26	c  1428s|  6240k|  2280k| 20055k|   3.2 |1554M|  63 |   8 |  70 |5155 |  70 |  23 |  21 |2353k|2846 | 0.000000e+00 |      --      |    Inf 
1430.37/1430.88	c  1431s|  6250k|  2284k| 20086k|   3.2 |1557M|  63 |   8 |  70 |5353 |  70 |  23 |  21 |2357k|2846 | 0.000000e+00 |      --      |    Inf 
1433.07/1433.54	c  1434s|  6260k|  2287k| 20118k|   3.2 |1559M|  63 |   - |  70 |5027 |  70 |  23 |  21 |2361k|2846 | 0.000000e+00 |      --      |    Inf 
1435.66/1436.18	c  1436s|  6270k|  2290k| 20150k|   3.2 |1561M|  63 |   - |  70 |4973 |  70 |  23 |  21 |2365k|2846 | 0.000000e+00 |      --      |    Inf 
1437.97/1438.44	c  1438s|  6280k|  2294k| 20183k|   3.2 |1564M|  63 |   8 |  70 |6350 |  70 |  23 |  21 |2369k|2846 | 0.000000e+00 |      --      |    Inf 
1440.47/1440.94	c  1441s|  6290k|  2297k| 20215k|   3.2 |1567M|  63 |   8 |  70 |6118 |  70 |  23 |  21 |2373k|2846 | 0.000000e+00 |      --      |    Inf 
1443.07/1443.57	c  1444s|  6300k|  2300k| 20248k|   3.2 |1569M|  63 |   - |  70 |6088 |  70 |  23 |  21 |2377k|2846 | 0.000000e+00 |      --      |    Inf 
1445.57/1446.06	c  1446s|  6310k|  2304k| 20281k|   3.2 |1571M|  63 |   8 |  70 |6570 |  70 |  23 |  21 |2381k|2846 | 0.000000e+00 |      --      |    Inf 
1448.27/1448.78	c  1449s|  6320k|  2307k| 20312k|   3.2 |1574M|  63 |   8 |  70 |5798 |  70 |  23 |  21 |2385k|2846 | 0.000000e+00 |      --      |    Inf 
1450.86/1451.32	c  1451s|  6330k|  2310k| 20345k|   3.2 |1576M|  63 |   8 |  70 |5855 |  70 |  23 |  21 |2389k|2846 | 0.000000e+00 |      --      |    Inf 
1453.47/1453.99	c  1454s|  6340k|  2314k| 20377k|   3.2 |1579M|  63 |   8 |  70 |5676 |  70 |  23 |  21 |2393k|2846 | 0.000000e+00 |      --      |    Inf 
1455.77/1456.25	c  1456s|  6350k|  2317k| 20408k|   3.2 |1581M|  63 |   8 |  70 |7281 |  70 |  23 |  21 |2397k|2846 | 0.000000e+00 |      --      |    Inf 
1458.26/1458.76	c  1459s|  6360k|  2321k| 20438k|   3.2 |1584M|  63 |   8 |  70 |6305 |  70 |  23 |  21 |2401k|2846 | 0.000000e+00 |      --      |    Inf 
1460.46/1460.94	c  1461s|  6370k|  2325k| 20470k|   3.2 |1587M|  63 |   8 |  70 |7947 |  70 |  23 |  21 |2404k|2846 | 0.000000e+00 |      --      |    Inf 
1462.97/1463.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1462.97/1463.43	c  1463s|  6380k|  2329k| 20503k|   3.2 |1589M|  63 |   - |  70 |8210 |  70 |  23 |  21 |2408k|2846 | 0.000000e+00 |      --      |    Inf 
1465.66/1466.16	c  1466s|  6390k|  2332k| 20535k|   3.2 |1591M|  63 |   8 |  70 |6593 |  70 |  23 |  21 |2412k|2846 | 0.000000e+00 |      --      |    Inf 
1468.16/1468.65	c  1469s|  6400k|  2336k| 20567k|   3.2 |1594M|  63 |   - |  70 |6574 |  70 |  23 |  21 |2416k|2846 | 0.000000e+00 |      --      |    Inf 
1470.46/1470.92	c  1471s|  6410k|  2339k| 20598k|   3.2 |1596M|  63 |   - |  70 |7138 |  70 |  23 |  21 |2420k|2846 | 0.000000e+00 |      --      |    Inf 
1472.76/1473.22	c  1473s|  6420k|  2343k| 20628k|   3.2 |1599M|  63 |   8 |  70 |7319 |  70 |  23 |  21 |2423k|2846 | 0.000000e+00 |      --      |    Inf 
1475.06/1475.57	c  1476s|  6430k|  2347k| 20657k|   3.2 |1602M|  63 |   8 |  70 |8337 |  70 |  23 |  21 |2427k|2846 | 0.000000e+00 |      --      |    Inf 
1477.56/1478.04	c  1478s|  6440k|  2350k| 20688k|   3.2 |1604M|  63 |   - |  70 |8527 |  70 |  23 |  21 |2431k|2846 | 0.000000e+00 |      --      |    Inf 
1480.36/1480.87	c  1481s|  6450k|  2354k| 20719k|   3.2 |1606M|  63 |   8 |  70 |6276 |  70 |  23 |  21 |2435k|2846 | 0.000000e+00 |      --      |    Inf 
1483.06/1483.57	c  1484s|  6460k|  2357k| 20750k|   3.2 |1608M|  63 |   8 |  70 |5933 |  70 |  23 |  21 |2439k|2846 | 0.000000e+00 |      --      |    Inf 
1485.86/1486.35	c  1486s|  6470k|  2360k| 20784k|   3.2 |1611M|  63 |   8 |  70 |6059 |  70 |  23 |  21 |2443k|2846 | 0.000000e+00 |      --      |    Inf 
1488.46/1488.94	c  1489s|  6480k|  2364k| 20816k|   3.2 |1613M|  63 |   8 |  70 |6110 |  70 |  23 |  21 |2447k|2846 | 0.000000e+00 |      --      |    Inf 
1491.46/1491.95	c  1492s|  6490k|  2367k| 20848k|   3.2 |1615M|  63 |   8 |  70 |5276 |  70 |  23 |  21 |2451k|2846 | 0.000000e+00 |      --      |    Inf 
1494.06/1494.51	c  1495s|  6500k|  2370k| 20881k|   3.2 |1618M|  63 |   8 |  70 |5917 |  70 |  23 |  21 |2455k|2846 | 0.000000e+00 |      --      |    Inf 
1496.86/1497.31	c  1497s|  6510k|  2373k| 20913k|   3.2 |1620M|  63 |   8 |  70 |5492 |  70 |  23 |  21 |2459k|2846 | 0.000000e+00 |      --      |    Inf 
1499.36/1499.89	c  1500s|  6520k|  2377k| 20945k|   3.2 |1623M|  63 |   8 |  70 |5233 |  70 |  23 |  21 |2463k|2846 | 0.000000e+00 |      --      |    Inf 
1501.65/1502.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1501.65/1502.17	c  1502s|  6530k|  2380k| 20978k|   3.2 |1625M|  63 |   - |  70 |6194 |  70 |  23 |  21 |2467k|2846 | 0.000000e+00 |      --      |    Inf 
1504.46/1504.90	c  1505s|  6540k|  2383k| 21011k|   3.2 |1627M|  63 |   - |  70 |5388 |  70 |  23 |  21 |2471k|2846 | 0.000000e+00 |      --      |    Inf 
1506.96/1507.47	c  1507s|  6550k|  2387k| 21043k|   3.2 |1630M|  63 |   - |  70 |5036 |  70 |  23 |  21 |2475k|2846 | 0.000000e+00 |      --      |    Inf 
1509.45/1509.97	c  1510s|  6560k|  2390k| 21075k|   3.2 |1632M|  63 |   8 |  70 |5181 |  70 |  23 |  21 |2478k|2846 | 0.000000e+00 |      --      |    Inf 
1511.75/1512.24	c  1512s|  6570k|  2394k| 21106k|   3.2 |1635M|  63 |   - |  70 |6084 |  70 |  23 |  21 |2482k|2846 | 0.000000e+00 |      --      |    Inf 
1514.35/1514.88	c  1515s|  6580k|  2397k| 21137k|   3.2 |1637M|  63 |   8 |  70 |5671 |  70 |  23 |  21 |2486k|2846 | 0.000000e+00 |      --      |    Inf 
1516.95/1517.41	c  1517s|  6590k|  2401k| 21170k|   3.2 |1640M|  63 |   8 |  70 |5782 |  70 |  23 |  21 |2490k|2846 | 0.000000e+00 |      --      |    Inf 
1519.56/1520.10	c  1520s|  6600k|  2404k| 21202k|   3.2 |1642M|  63 |   - |  70 |5415 |  70 |  23 |  21 |2494k|2846 | 0.000000e+00 |      --      |    Inf 
1522.25/1522.77	c  1523s|  6610k|  2407k| 21234k|   3.2 |1644M|  63 |   8 |  70 |5196 |  70 |  23 |  21 |2498k|2846 | 0.000000e+00 |      --      |    Inf 
1524.96/1525.41	c  1525s|  6620k|  2410k| 21267k|   3.2 |1647M|  63 |   - |  70 |5709 |  70 |  23 |  21 |2502k|2846 | 0.000000e+00 |      --      |    Inf 
1527.15/1527.68	c  1528s|  6630k|  2414k| 21299k|   3.2 |1650M|  63 |   8 |  70 |7141 |  70 |  23 |  21 |2506k|2846 | 0.000000e+00 |      --      |    Inf 
1529.66/1530.17	c  1530s|  6640k|  2418k| 21329k|   3.2 |1652M|  63 |   - |  70 |6698 |  70 |  23 |  21 |2510k|2846 | 0.000000e+00 |      --      |    Inf 
1532.35/1532.80	c  1533s|  6650k|  2421k| 21361k|   3.2 |1654M|  63 |   8 |  70 |6487 |  70 |  23 |  21 |2514k|2846 | 0.000000e+00 |      --      |    Inf 
1534.75/1535.27	c  1535s|  6660k|  2425k| 21391k|   3.2 |1657M|  63 |   8 |  70 |6327 |  70 |  23 |  21 |2517k|2846 | 0.000000e+00 |      --      |    Inf 
1537.16/1537.67	c  1538s|  6670k|  2429k| 21422k|   3.2 |1659M|  63 |   8 |  70 |6406 |  70 |  23 |  21 |2521k|2846 | 0.000000e+00 |      --      |    Inf 
1539.65/1540.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1539.65/1540.14	c  1540s|  6680k|  2432k| 21453k|   3.2 |1662M|  63 |   - |  70 |5826 |  70 |  23 |  21 |2525k|2846 | 0.000000e+00 |      --      |    Inf 
1542.45/1542.91	c  1543s|  6690k|  2435k| 21485k|   3.2 |1664M|  63 |   8 |  70 |5458 |  70 |  23 |  21 |2529k|2846 | 0.000000e+00 |      --      |    Inf 
1544.96/1545.42	c  1545s|  6700k|  2439k| 21519k|   3.2 |1666M|  63 |   8 |  70 |5934 |  70 |  23 |  21 |2533k|2846 | 0.000000e+00 |      --      |    Inf 
1547.55/1548.00	c  1548s|  6710k|  2442k| 21551k|   3.2 |1669M|  63 |   8 |  70 |6009 |  70 |  23 |  21 |2537k|2846 | 0.000000e+00 |      --      |    Inf 
1550.15/1550.62	c  1551s|  6720k|  2446k| 21582k|   3.2 |1671M|  63 |   8 |  70 |6133 |  70 |  23 |  21 |2541k|2846 | 0.000000e+00 |      --      |    Inf 
1552.76/1553.23	c  1553s|  6730k|  2449k| 21615k|   3.2 |1674M|  63 |   - |  70 |6066 |  70 |  23 |  21 |2545k|2846 | 0.000000e+00 |      --      |    Inf 
1555.45/1555.95	c  1556s|  6740k|  2452k| 21647k|   3.2 |1676M|  63 |   8 |  70 |5411 |  70 |  23 |  21 |2548k|2846 | 0.000000e+00 |      --      |    Inf 
1558.05/1558.56	c  1559s|  6750k|  2456k| 21679k|   3.2 |1678M|  63 |   - |  70 |5441 |  70 |  23 |  21 |2552k|2846 | 0.000000e+00 |      --      |    Inf 
1560.45/1560.92	c  1561s|  6760k|  2460k| 21709k|   3.2 |1681M|  63 |   8 |  70 |5857 |  70 |  23 |  21 |2556k|2846 | 0.000000e+00 |      --      |    Inf 
1562.65/1563.13	c  1563s|  6770k|  2464k| 21738k|   3.2 |1684M|  63 |   8 |  70 |6730 |  70 |  23 |  21 |2559k|2846 | 0.000000e+00 |      --      |    Inf 
1564.94/1565.45	c  1565s|  6780k|  2467k| 21767k|   3.2 |1686M|  63 |   8 |  70 |7226 |  70 |  23 |  21 |2563k|2846 | 0.000000e+00 |      --      |    Inf 
1567.74/1568.29	c  1568s|  6790k|  2470k| 21799k|   3.2 |1688M|  63 |   - |  70 |5585 |  70 |  23 |  21 |2567k|2846 | 0.000000e+00 |      --      |    Inf 
1570.45/1570.95	c  1571s|  6800k|  2474k| 21831k|   3.2 |1691M|  63 |   - |  70 |5244 |  70 |  23 |  21 |2571k|2846 | 0.000000e+00 |      --      |    Inf 
1573.15/1573.65	c  1574s|  6810k|  2477k| 21863k|   3.2 |1693M|  63 |   8 |  70 |4906 |  70 |  23 |  21 |2575k|2846 | 0.000000e+00 |      --      |    Inf 
1575.75/1576.20	c  1576s|  6820k|  2481k| 21894k|   3.2 |1695M|  63 |   - |  70 |5141 |  70 |  23 |  21 |2579k|2846 | 0.000000e+00 |      --      |    Inf 
1578.34/1578.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1578.34/1578.89	c  1579s|  6830k|  2484k| 21927k|   3.2 |1698M|  63 |   - |  70 |5160 |  70 |  23 |  21 |2583k|2846 | 0.000000e+00 |      --      |    Inf 
1580.85/1581.34	c  1581s|  6840k|  2487k| 21960k|   3.2 |1700M|  63 |   8 |  70 |5678 |  70 |  23 |  21 |2587k|2846 | 0.000000e+00 |      --      |    Inf 
1583.64/1584.15	c  1584s|  6850k|  2490k| 21992k|   3.2 |1703M|  63 |   8 |  70 |5009 |  70 |  23 |  21 |2591k|2846 | 0.000000e+00 |      --      |    Inf 
1586.24/1586.70	c  1587s|  6860k|  2493k| 22024k|   3.2 |1705M|  63 |   - |  70 |5583 |  70 |  23 |  21 |2595k|2846 | 0.000000e+00 |      --      |    Inf 
1588.65/1589.10	c  1589s|  6870k|  2497k| 22055k|   3.2 |1708M|  63 |   8 |  70 |5706 |  70 |  23 |  21 |2599k|2846 | 0.000000e+00 |      --      |    Inf 
1590.85/1591.30	c  1591s|  6880k|  2501k| 22087k|   3.2 |1710M|  63 |   - |  70 |6470 |  70 |  23 |  21 |2602k|2846 | 0.000000e+00 |      --      |    Inf 
1593.54/1594.02	c  1594s|  6890k|  2504k| 22120k|   3.2 |1712M|  63 |   - |  70 |5814 |  70 |  23 |  21 |2606k|2846 | 0.000000e+00 |      --      |    Inf 
1595.94/1596.45	c  1596s|  6900k|  2508k| 22152k|   3.2 |1715M|  63 |   8 |  70 |6329 |  70 |  23 |  21 |2610k|2846 | 0.000000e+00 |      --      |    Inf 
1598.54/1599.09	c  1599s|  6910k|  2511k| 22184k|   3.2 |1717M|  63 |   - |  70 |5721 |  70 |  23 |  21 |2614k|2846 | 0.000000e+00 |      --      |    Inf 
1601.15/1601.68	c  1602s|  6920k|  2515k| 22216k|   3.2 |1720M|  63 |   - |  70 |5278 |  70 |  23 |  21 |2618k|2846 | 0.000000e+00 |      --      |    Inf 
1603.84/1604.39	c  1604s|  6930k|  2518k| 22247k|   3.2 |1722M|  63 |   8 |  70 |4959 |  70 |  23 |  21 |2622k|2846 | 0.000000e+00 |      --      |    Inf 
1606.34/1606.84	c  1607s|  6940k|  2521k| 22279k|   3.2 |1724M|  63 |   - |  70 |5204 |  70 |  23 |  21 |2626k|2846 | 0.000000e+00 |      --      |    Inf 
1608.85/1609.36	c  1609s|  6950k|  2525k| 22310k|   3.2 |1727M|  63 |   8 |  70 |5770 |  70 |  23 |  21 |2630k|2846 | 0.000000e+00 |      --      |    Inf 
1611.54/1612.02	c  1612s|  6960k|  2528k| 22342k|   3.2 |1729M|  63 |   8 |  70 |5587 |  70 |  23 |  21 |2633k|2846 | 0.000000e+00 |      --      |    Inf 
1614.14/1614.64	c  1615s|  6970k|  2531k| 22373k|   3.2 |1732M|  63 |   8 |  70 |5338 |  70 |  23 |  21 |2637k|2846 | 0.000000e+00 |      --      |    Inf 
1616.64/1617.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1616.64/1617.14	c  1617s|  6980k|  2535k| 22406k|   3.2 |1734M|  63 |   8 |  70 |5969 |  70 |  23 |  21 |2641k|2846 | 0.000000e+00 |      --      |    Inf 
1619.44/1619.96	c  1620s|  6990k|  2538k| 22438k|   3.2 |1737M|  63 |   - |  70 |5283 |  70 |  23 |  21 |2645k|2846 | 0.000000e+00 |      --      |    Inf 
1622.05/1622.56	c  1623s|  7000k|  2541k| 22469k|   3.2 |1739M|  63 |   8 |  70 |5619 |  70 |  23 |  21 |2649k|2846 | 0.000000e+00 |      --      |    Inf 
1624.73/1625.26	c  1625s|  7010k|  2545k| 22501k|   3.2 |1741M|  63 |   8 |  70 |5242 |  70 |  23 |  21 |2653k|2846 | 0.000000e+00 |      --      |    Inf 
1627.44/1627.92	c  1628s|  7020k|  2548k| 22533k|   3.2 |1744M|  63 |   - |  70 |5111 |   0 |   0 |  21 |2657k|2846 | 0.000000e+00 |      --      |    Inf 
1630.13/1630.65	c  1631s|  7030k|  2551k| 22565k|   3.2 |1746M|  63 |   - |  70 |5054 |  70 |  23 |  21 |2661k|2846 | 0.000000e+00 |      --      |    Inf 
1632.54/1633.08	c  1633s|  7040k|  2555k| 22596k|   3.2 |1749M|  63 |   8 |  70 |5704 |  70 |  23 |  21 |2665k|2846 | 0.000000e+00 |      --      |    Inf 
1635.25/1635.76	c  1636s|  7050k|  2558k| 22627k|   3.2 |1751M|  63 |   - |  70 |5528 |  70 |  23 |  21 |2669k|2846 | 0.000000e+00 |      --      |    Inf 
1637.74/1638.20	c  1638s|  7060k|  2562k| 22659k|   3.2 |1754M|  63 |   - |  70 |6214 |  70 |  23 |  21 |2673k|2846 | 0.000000e+00 |      --      |    Inf 
1640.43/1640.90	c  1641s|  7070k|  2565k| 22692k|   3.2 |1756M|  63 |   8 |  70 |5586 |  70 |  23 |  21 |2677k|2846 | 0.000000e+00 |      --      |    Inf 
1642.94/1643.42	c  1643s|  7080k|  2568k| 22723k|   3.2 |1758M|  63 |   - |  70 |5652 |  70 |  23 |  21 |2681k|2846 | 0.000000e+00 |      --      |    Inf 
1645.23/1645.72	c  1646s|  7090k|  2572k| 22753k|   3.2 |1761M|  63 |   8 |  70 |6508 |  70 |  23 |  21 |2684k|2846 | 0.000000e+00 |      --      |    Inf 
1647.94/1648.49	c  1648s|  7100k|  2575k| 22785k|   3.2 |1763M|  63 |   8 |  70 |5717 |  70 |  23 |  21 |2688k|2846 | 0.000000e+00 |      --      |    Inf 
1650.54/1651.01	c  1651s|  7110k|  2578k| 22817k|   3.2 |1766M|  63 |   8 |  70 |5696 |  70 |  23 |  21 |2692k|2846 | 0.000000e+00 |      --      |    Inf 
1652.84/1653.31	c  1653s|  7120k|  2582k| 22849k|   3.2 |1768M|  63 |   8 |  70 |6595 |  70 |  23 |  21 |2696k|2846 | 0.000000e+00 |      --      |    Inf 
1655.63/1656.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1655.63/1656.14	c  1656s|  7130k|  2585k| 22881k|   3.2 |1770M|  63 |   - |  70 |5823 |  70 |  23 |  21 |2701k|2846 | 0.000000e+00 |      --      |    Inf 
1658.24/1658.79	c  1659s|  7140k|  2588k| 22913k|   3.2 |1773M|  63 |   8 |  70 |5021 |  70 |  23 |  21 |2705k|2846 | 0.000000e+00 |      --      |    Inf 
1661.13/1661.64	c  1662s|  7150k|  2591k| 22945k|   3.2 |1775M|  63 |   8 |  70 |4739 |  70 |  23 |  21 |2708k|2846 | 0.000000e+00 |      --      |    Inf 
1663.63/1664.17	c  1664s|  7160k|  2595k| 22977k|   3.2 |1778M|  63 |   - |  70 |5128 |  70 |  23 |  21 |2713k|2846 | 0.000000e+00 |      --      |    Inf 
1665.94/1666.47	c  1666s|  7170k|  2599k| 23009k|   3.2 |1780M|  63 |   8 |  70 |6096 |  70 |  23 |  21 |2716k|2846 | 0.000000e+00 |      --      |    Inf 
1668.14/1668.70	c  1669s|  7180k|  2603k| 23043k|   3.2 |1783M|  63 |   - |  70 |6949 |  70 |  23 |  21 |2720k|2846 | 0.000000e+00 |      --      |    Inf 
1670.53/1671.00	c  1671s|  7190k|  2607k| 23075k|   3.2 |1786M|  63 |   - |  70 |7569 |  70 |  23 |  21 |2723k|2846 | 0.000000e+00 |      --      |    Inf 
1673.02/1673.56	c  1674s|  7200k|  2610k| 23108k|   3.2 |1788M|  63 |   - |  70 |7938 |  70 |  23 |  21 |2727k|2846 | 0.000000e+00 |      --      |    Inf 
1675.63/1676.12	c  1676s|  7210k|  2613k| 23141k|   3.2 |1791M|  63 |   8 |  70 |8273 |  70 |  23 |  21 |2731k|2846 | 0.000000e+00 |      --      |    Inf 
1678.23/1678.76	c  1679s|  7220k|  2617k| 23173k|   3.2 |1793M|  63 |   8 |  70 |8225 |  70 |  23 |  21 |2735k|2846 | 0.000000e+00 |      --      |    Inf 
1680.73/1681.26	c  1681s|  7230k|  2620k| 23206k|   3.2 |1796M|  63 |   - |  70 |8699 |  70 |  23 |  21 |2739k|2846 | 0.000000e+00 |      --      |    Inf 
1683.33/1683.83	c  1684s|  7240k|  2624k| 23237k|   3.2 |1798M|  63 |   8 |  70 |8552 |  70 |  23 |  21 |2743k|2846 | 0.000000e+00 |      --      |    Inf 
1686.03/1686.55	c  1687s|  7250k|  2627k| 23269k|   3.2 |1800M|  63 |   - |  70 |8565 |  70 |  23 |  21 |2747k|2846 | 0.000000e+00 |      --      |    Inf 
1688.92/1689.44	c  1689s|  7260k|  2630k| 23302k|   3.2 |1802M|  63 |   8 |  70 |7072 |  70 |  23 |  21 |2751k|2846 | 0.000000e+00 |      --      |    Inf 
1691.73/1692.28	c  1692s|  7270k|  2633k| 23332k|   3.2 |1805M|  63 |   8 |  70 |6005 |  70 |  23 |  21 |2754k|2846 | 0.000000e+00 |      --      |    Inf 
1694.54/1695.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1694.54/1695.00	c  1695s|  7280k|  2637k| 23365k|   3.2 |1807M|  63 |   - |  70 |5921 |  70 |  23 |  21 |2758k|2846 | 0.000000e+00 |      --      |    Inf 
1697.23/1697.72	c  1698s|  7290k|  2640k| 23397k|   3.2 |1809M|  63 |   - |  70 |5476 |  70 |  23 |  21 |2763k|2846 | 0.000000e+00 |      --      |    Inf 
1699.82/1700.38	c  1700s|  7300k|  2643k| 23430k|   3.2 |1812M|  63 |   - |  70 |5289 |  70 |  23 |  21 |2767k|2846 | 0.000000e+00 |      --      |    Inf 
1702.52/1703.04	c  1703s|  7310k|  2646k| 23461k|   3.2 |1814M|  63 |   8 |  70 |5297 |  70 |  23 |  21 |2771k|2846 | 0.000000e+00 |      --      |    Inf 
1705.03/1705.50	c  1705s|  7320k|  2650k| 23494k|   3.2 |1817M|  63 |   - |  70 |6412 |  70 |  23 |  21 |2774k|2846 | 0.000000e+00 |      --      |    Inf 
1707.42/1707.96	c  1708s|  7330k|  2653k| 23526k|   3.2 |1819M|  63 |   8 |  70 |7292 |  70 |  23 |  21 |2778k|2846 | 0.000000e+00 |      --      |    Inf 
1709.93/1710.41	c  1710s|  7340k|  2657k| 23559k|   3.2 |1822M|  63 |   8 |  70 |7736 |  70 |  23 |  21 |2782k|2846 | 0.000000e+00 |      --      |    Inf 
1712.13/1712.66	c  1713s|  7350k|  2661k| 23592k|   3.2 |1825M|  63 |   - |  70 |7797 |  70 |  23 |  21 |2786k|2846 | 0.000000e+00 |      --      |    Inf 
1714.62/1715.15	c  1715s|  7360k|  2665k| 23626k|   3.2 |1827M|  63 |   8 |  70 |7603 |  70 |  23 |  21 |2789k|2846 | 0.000000e+00 |      --      |    Inf 
1717.02/1717.59	c  1718s|  7370k|  2668k| 23657k|   3.2 |1830M|  63 |   8 |  70 |8178 |  70 |  23 |  21 |2793k|2846 | 0.000000e+00 |      --      |    Inf 
1719.42/1719.97	c  1720s|  7380k|  2672k| 23687k|   3.2 |1832M|  63 |   - |  70 |9059 |  70 |  23 |  21 |2797k|2846 | 0.000000e+00 |      --      |    Inf 
1722.03/1722.54	c  1723s|  7390k|  2675k| 23719k|   3.2 |1834M|  63 |   8 |  70 |8428 |  70 |  23 |  21 |2801k|2846 | 0.000000e+00 |      --      |    Inf 
1724.92/1725.43	c  1725s|  7400k|  2678k| 23750k|   3.2 |1836M|  63 |   8 |  70 |6346 |  70 |  23 |  21 |2805k|2846 | 0.000000e+00 |      --      |    Inf 
1727.63/1728.15	c  1728s|  7410k|  2682k| 23782k|   3.2 |1839M|  63 |   8 |  70 |6254 |  70 |  23 |  21 |2809k|2846 | 0.000000e+00 |      --      |    Inf 
1730.52/1731.00	c  1731s|  7420k|  2685k| 23814k|   3.2 |1841M|  63 |   8 |  70 |5154 |  70 |  23 |  21 |2813k|2846 | 0.000000e+00 |      --      |    Inf 
1733.12/1733.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1733.12/1733.68	c  1734s|  7430k|  2688k| 23845k|   3.2 |1843M|  63 |   - |  70 |5112 |  70 |  23 |  21 |2817k|2846 | 0.000000e+00 |      --      |    Inf 
1735.92/1736.42	c  1736s|  7440k|  2691k| 23877k|   3.2 |1846M|  63 |   8 |  70 |5035 |  70 |  23 |  21 |2821k|2846 | 0.000000e+00 |      --      |    Inf 
1738.62/1739.11	c  1739s|  7450k|  2695k| 23909k|   3.2 |1848M|  63 |   8 |  70 |4784 |  70 |  23 |  21 |2825k|2846 | 0.000000e+00 |      --      |    Inf 
1741.42/1741.94	c  1742s|  7460k|  2698k| 23940k|   3.2 |1850M|  63 |   8 |  70 |4501 |  70 |  23 |  21 |2829k|2846 | 0.000000e+00 |      --      |    Inf 
1744.02/1744.58	c  1745s|  7470k|  2701k| 23972k|   3.2 |1853M|  63 |   8 |  70 |4591 |  70 |  23 |  21 |2833k|2846 | 0.000000e+00 |      --      |    Inf 
1746.62/1747.11	c  1747s|  7480k|  2704k| 24006k|   3.2 |1855M|  63 |   8 |  70 |5759 |  70 |  23 |  21 |2837k|2846 | 0.000000e+00 |      --      |    Inf 
1749.01/1749.59	c  1750s|  7490k|  2707k| 24039k|   3.2 |1858M|  63 |   8 |  70 |5865 |  70 |  23 |  21 |2841k|2846 | 0.000000e+00 |      --      |    Inf 
1751.82/1752.33	c  1752s|  7500k|  2711k| 24072k|   3.2 |1860M|  63 |   8 |  70 |5275 |  70 |  23 |  21 |2845k|2846 | 0.000000e+00 |      --      |    Inf 
1754.31/1754.89	c  1755s|  7510k|  2714k| 24103k|   3.2 |1863M|  63 |   - |  70 |5703 |  70 |  23 |  21 |2849k|2846 | 0.000000e+00 |      --      |    Inf 
1757.22/1757.72	c  1758s|  7520k|  2717k| 24135k|   3.2 |1865M|  63 |   8 |  70 |5062 |  70 |  23 |  21 |2853k|2846 | 0.000000e+00 |      --      |    Inf 
1760.02/1760.52	c  1761s|  7530k|  2720k| 24167k|   3.2 |1867M|  63 |   8 |  70 |4934 |  70 |  23 |  21 |2857k|2846 | 0.000000e+00 |      --      |    Inf 
1762.32/1762.89	c  1763s|  7540k|  2724k| 24198k|   3.2 |1870M|  63 |   - |  70 |5584 |  70 |  23 |  21 |2861k|2846 | 0.000000e+00 |      --      |    Inf 
1764.92/1765.42	c  1765s|  7550k|  2727k| 24229k|   3.2 |1872M|  63 |   8 |  70 |6648 |  70 |  23 |  21 |2864k|2846 | 0.000000e+00 |      --      |    Inf 
1767.72/1768.20	c  1768s|  7560k|  2730k| 24261k|   3.2 |1875M|  63 |   8 |  70 |5371 |  70 |  23 |  21 |2869k|2846 | 0.000000e+00 |      --      |    Inf 
1770.41/1770.94	c  1771s|  7570k|  2734k| 24293k|   3.2 |1877M|  63 |   8 |  70 |5145 |  70 |  23 |  21 |2872k|2846 | 0.000000e+00 |      --      |    Inf 
1772.91/1773.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1772.91/1773.40	c  1773s|  7580k|  2737k| 24326k|   3.2 |1879M|  63 |   8 |  70 |5694 |  70 |  23 |  21 |2876k|2846 | 0.000000e+00 |      --      |    Inf 
1775.41/1775.95	c  1776s|  7590k|  2741k| 24358k|   3.2 |1882M|  63 |   8 |  70 |5843 |  70 |  23 |  21 |2880k|2846 | 0.000000e+00 |      --      |    Inf 
1777.91/1778.45	c  1778s|  7600k|  2744k| 24389k|   3.2 |1884M|  63 |   8 |  70 |5958 |  70 |  23 |  21 |2884k|2846 | 0.000000e+00 |      --      |    Inf 
1780.42/1780.94	c  1781s|  7610k|  2748k| 24420k|   3.2 |1887M|  63 |   8 |  70 |5885 |  70 |  23 |  21 |2888k|2846 | 0.000000e+00 |      --      |    Inf 
1783.11/1783.60	c  1784s|  7620k|  2751k| 24451k|   3.2 |1889M|  63 |   8 |  70 |5023 |  70 |  23 |  21 |2892k|2846 | 0.000000e+00 |      --      |    Inf 
1785.81/1786.40	c  1786s|  7630k|  2754k| 24483k|   3.2 |1891M|  63 |   - |  70 |5030 |  70 |  23 |  21 |2896k|2846 | 0.000000e+00 |      --      |    Inf 
1788.60/1789.15	c  1789s|  7640k|  2757k| 24515k|   3.2 |1894M|  63 |   - |  70 |4344 |  70 |  23 |  21 |2900k|2846 | 0.000000e+00 |      --      |    Inf 
1789.51/1790.00	c 
1789.51/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.00	c Solving Time (sec) : 1790.00
1789.51/1790.00	c Solving Nodes      : 7643189
1789.51/1790.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.51/1790.00	c Dual Bound         : +0.00000000000000e+00
1789.51/1790.00	c Gap                : infinite
1789.51/1790.00	s UNKNOWN
1789.51/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.00	c Solving Time       :    1790.00
1789.51/1790.00	c Original Problem   :
1789.51/1790.00	c   Problem name     : HOME/instance-3734734-1338700729.opb
1789.51/1790.00	c   Variables        : 71 (71 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.00	c   Constraints      : 17 initial, 17 maximal
1789.51/1790.00	c Presolved Problem  :
1789.51/1790.00	c   Problem name     : t_HOME/instance-3734734-1338700729.opb
1789.51/1790.00	c   Variables        : 70 (70 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.00	c   Constraints      : 8 initial, 9817 maximal
1789.51/1790.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.51/1790.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1789.51/1790.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.00	c   linear           :       0.00          0          0          0          0          0          9          0          0
1789.51/1790.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.00	c   root node        :          -          0          -          -          0          -          -          -          -
1789.51/1790.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.00	c   integral         :          0          0          0    5215641          0        180       1017          0          0   10429146
1789.51/1790.00	c   linear           :          8+         7   16116145          0          1      40297    1494763          0          0          0
1789.51/1790.00	c   logicor          :          0+         0    7204983          0          0       4446    2202226          0          0          0
1789.51/1790.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.51/1790.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.51/1790.00	c   integral         :      31.03       0.00       0.00      31.03       0.00
1789.51/1790.00	c   linear           :     390.23       0.00     390.23       0.00       0.00
1789.51/1790.00	c   logicor          :     222.10       0.00     222.10       0.00       0.00
1789.51/1790.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.51/1790.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.51/1790.00	c   vbounds          :       2.14          2          0          0
1789.51/1790.00	c   rootredcost      :       1.87          0          0          0
1789.51/1790.00	c   pseudoobj        :       1.51          0          0          0
1789.51/1790.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.51/1790.00	c   propagation      :       3.33      44743      41195     155683       50.8         20       38.0          -
1789.51/1790.00	c   infeasible LP    :      75.00    2395004    2394913    4431855       32.2      31401       36.5          0
1789.51/1790.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.51/1790.00	c   applied globally :          -          -          -    2461833       25.9          -          -          -
1789.51/1790.00	c   applied locally  :          -          -          -     439883       37.9          -          -          -
1789.51/1790.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.51/1790.00	c   cut pool         :       0.00          5          -          -          7          -    (maximal pool size: 50)
1789.51/1790.00	c   redcost          :       6.75    5215646          0          0          0          0
1789.51/1790.00	c   impliedbounds    :       0.00          6          0          0          0          0
1789.51/1790.00	c   intobj           :       0.00          0          0          0          0          0
1789.51/1790.00	c   cgmip            :       0.00          0          0          0          0          0
1789.51/1790.00	c   gomory           :       0.00          6          0          0          0          0
1789.51/1790.00	c   strongcg         :       0.00          6          0          0         16          0
1789.51/1790.00	c   cmir             :       0.02          6          0          0         21          0
1789.51/1790.00	c   flowcover        :       0.02          6          0          0         24          0
1789.51/1790.00	c   clique           :       0.00          1          0          0          0          0
1789.51/1790.00	c   zerohalf         :       0.00          0          0          0          0          0
1789.51/1790.00	c   mcf              :       0.00          1          0          0          0          0
1789.51/1790.00	c   rapidlearning    :       0.06          1          0          0          0          1
1789.51/1790.00	c Pricers            :       Time      Calls       Vars
1789.51/1790.00	c   problem variables:       0.00          0          0
1789.51/1790.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.00	c   relpscost        :      28.59    5215641        180       1017          0          0   10429146
1789.51/1790.00	c   pscost           :       0.00          0          0          0          0          0          0
1789.51/1790.00	c   inference        :       0.00          1          0          0          0          0          2
1789.51/1790.00	c   mostinf          :       0.00          0          0          0          0          0          0
1789.51/1790.00	c   leastinf         :       0.00          0          0          0          0          0          0
1789.51/1790.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.51/1790.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.51/1790.00	c   random           :       0.00          0          0          0          0          0          0
1789.51/1790.00	c Primal Heuristics  :       Time      Calls      Found
1789.51/1790.00	c   LP solutions     :       0.00          -          0
1789.51/1790.00	c   pseudo solutions :       0.00          -          0
1789.51/1790.00	c   oneopt           :       1.56          0          0
1789.51/1790.00	c   crossover        :       0.93          0          0
1789.51/1790.00	c   guideddiving     :       0.13          0          0
1789.51/1790.00	c   linesearchdiving :       0.11         24          0
1789.51/1790.00	c   coefdiving       :       0.12         25          0
1789.51/1790.00	c   pscostdiving     :       0.10         25          0
1789.51/1790.00	c   fracdiving       :       0.10         25          0
1789.51/1790.00	c   veclendiving     :       0.11         25          0
1789.51/1790.00	c   feaspump         :       0.09         13          0
1789.51/1790.00	c   objpscostdiving  :       0.10         13          0
1789.51/1790.00	c   rootsoldiving    :       0.11         13          0
1789.51/1790.00	c   trivial          :       0.00          2          0
1789.51/1790.00	c   simplerounding   :       0.77          0          0
1789.51/1790.00	c   zirounding       :       1.08       1000          0
1789.51/1790.00	c   rounding         :       2.02      32291          0
1789.51/1790.00	c   shifting         :       3.56      10173          0
1789.51/1790.00	c   intshifting      :       0.09          0          0
1789.51/1790.00	c   twoopt           :       0.00          0          0
1789.51/1790.00	c   fixandinfer      :       0.00          0          0
1789.51/1790.00	c   intdiving        :       0.00          0          0
1789.51/1790.00	c   actconsdiving    :       0.00          0          0
1789.51/1790.00	c   octane           :       0.00          0          0
1789.51/1790.00	c   rens             :       0.03          1          0
1789.51/1790.00	c   rins             :       0.00          0          0
1789.51/1790.00	c   localbranching   :       0.00          0          0
1789.51/1790.00	c   mutation         :       0.00          0          0
1789.51/1790.00	c   dins             :       0.00          0          0
1789.51/1790.00	c   undercover       :       0.00          0          0
1789.51/1790.00	c   nlp              :       0.83          0          0
1789.51/1790.00	c   trysol           :       1.26          0          0
1789.51/1790.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.51/1790.00	c   primal LP        :       0.00          0          0       0.00          -
1789.51/1790.00	c   dual LP          :     479.52    7485586   24522912       3.28   51140.24
1789.51/1790.00	c   lex dual LP      :       0.00          0          0       0.00          -
1789.51/1790.00	c   barrier LP       :       0.00          0          0       0.00          -
1789.51/1790.00	c   diving/probing LP:       0.07       1326       2894       2.18   39025.84
1789.51/1790.00	c   strong branching :       0.45       2846      22992       8.08   51485.08
1789.51/1790.00	c     (at root node) :          -         19       1030      54.21          -
1789.51/1790.00	c   conflict analysis:       0.00          0          0       0.00          -
1789.51/1790.00	c B&B Tree           :
1789.51/1790.00	c   number of runs   :          1
1789.51/1790.00	c   nodes            :    7643189
1789.51/1790.00	c   nodes (total)    :    7643189
1789.51/1790.00	c   nodes left       :    2758864
1789.51/1790.00	c   max depth        :         63
1789.51/1790.00	c   max depth (total):         63
1789.51/1790.00	c   backtracks       :     757481 (9.9%)
1789.51/1790.00	c   delayed cutoffs  :      27096
1789.51/1790.00	c   repropagations   :    6141792 (2235832 domain reductions, 10998 cutoffs)
1789.51/1790.00	c   avg switch length:       5.77
1789.51/1790.00	c   switching time   :     323.38
1789.51/1790.00	c Solution           :
1789.51/1790.00	c   Solutions found  :          0 (0 improvements)
1789.51/1790.00	c   Primal Bound     :          -
1789.51/1790.00	c   Dual Bound       : +0.00000000000000e+00
1789.51/1790.00	c   Gap              :   infinite
1789.51/1790.00	c   Root Dual Bound  : +0.00000000000000e+00
1789.51/1790.00	c   Root Iterations  :        216
1797.60/1798.11	c Time complete: 1797.61.

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

running on 4 cores: 1,3,5,7

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: 1.99 1.98 1.99 3/176 29971
/proc/meminfo: memFree=31373440/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 1245 0 0 0 0 0 0 0 20 0 1 0 336201417 8105984 1192 33554432000 4194304 8395647 140735316016656 140735930715416 7382056 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 1979 1203 374 1026 0 949 0

[startup+0.0104319 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 29971
/proc/meminfo: memFree=31373440/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=11616 CPUtime=0 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 2464 0 0 0 0 0 0 0 20 0 1 0 336201417 11894784 2057 33554432000 4194304 8395647 140735316016656 140735930715416 4604563 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 3160 2067 435 1026 0 2130 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11616

[startup+0.100263 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 29971
/proc/meminfo: memFree=31373440/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=22308 CPUtime=0.09 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 4810 0 0 0 9 0 0 0 20 0 1 0 336201417 22843392 4403 33554432000 4194304 8395647 140735316016656 140735930715416 6201930 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 5577 4403 608 1026 0 4547 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22308

[startup+0.300268 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 29971
/proc/meminfo: memFree=31373440/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=23412 CPUtime=0.28 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 5384 0 0 0 27 1 0 0 20 0 1 0 336201417 23973888 4977 33554432000 4194304 8395647 140735316016656 140735930715416 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 5853 4977 622 1026 0 4823 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23412

[startup+0.700219 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 29971
/proc/meminfo: memFree=31373440/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=23412 CPUtime=0.69 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 5388 0 0 0 66 3 0 0 20 0 1 0 336201417 23973888 4981 33554432000 4194304 8395647 140735316016656 140735316012216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 5853 4981 622 1026 0 4823 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23412

[startup+1.50023 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29972
/proc/meminfo: memFree=31356312/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=23412 CPUtime=1.49 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 5396 0 0 0 145 4 0 0 20 0 1 0 336201417 23973888 4989 33554432000 4194304 8395647 140735316016656 140735316012216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 5853 4989 622 1026 0 4823 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23412

[startup+3.10022 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29972
/proc/meminfo: memFree=31355816/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=23412 CPUtime=3.09 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 5411 0 0 0 301 8 0 0 20 0 1 0 336201417 23973888 5004 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 5853 5004 622 1026 0 4823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23412

[startup+6.30022 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29972
/proc/meminfo: memFree=31353124/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=26384 CPUtime=6.28 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 6219 0 0 0 611 17 0 0 20 0 1 0 336201417 27017216 5807 33554432000 4194304 8395647 140735316016656 140735316012120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 6596 5807 622 1026 0 5566 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26384

[startup+12.7002 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 29972
/proc/meminfo: memFree=31342344/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=35908 CPUtime=12.68 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 8653 0 0 0 1233 35 0 0 20 0 1 0 336201417 36769792 8241 33554432000 4194304 8395647 140735316016656 140735316011512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 8977 8241 622 1026 0 7947 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35908

[startup+25.5002 s]
/proc/loadavg: 2.06 2.00 2.00 3/177 29972
/proc/meminfo: memFree=31323180/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=54780 CPUtime=25.47 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 13472 0 0 0 2476 71 0 0 20 0 1 0 336201417 56094720 13053 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 13695 13053 622 1026 0 12665 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 54780

[startup+51.1002 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 29972
/proc/meminfo: memFree=31285172/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=93908 CPUtime=51.07 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 23017 0 0 0 4967 140 0 0 20 0 1 0 336201417 96161792 22597 33554432000 4194304 8395647 140735316016656 140735316011784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 23477 22597 622 1026 0 22447 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 93908

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 29975
/proc/meminfo: memFree=31214032/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=166300 CPUtime=102.23 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 40337 0 0 0 9946 277 0 0 20 0 1 0 336201417 170291200 39978 33554432000 4194304 8395647 140735316016656 140735316012216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 41575 39978 622 1026 0 40545 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 166300

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29976
/proc/meminfo: memFree=31136696/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=242688 CPUtime=162.18 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 59919 0 0 0 15786 432 0 0 20 0 1 0 336201417 248512512 59550 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 60672 59550 622 1026 0 59642 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 242688

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29976
/proc/meminfo: memFree=31059648/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=317072 CPUtime=222.16 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 78935 0 0 0 21630 586 0 0 20 0 1 0 336201417 324681728 78556 33554432000 4194304 8395647 140735316016656 140735316012264 6262422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 79268 78556 622 1026 0 78238 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 317072

[startup+282.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 29976
/proc/meminfo: memFree=30984132/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=399892 CPUtime=282.14 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 98010 0 0 0 27478 736 0 0 20 0 1 0 336201417 409489408 97631 33554432000 4194304 8395647 140735316016656 140735316011704 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 99973 97631 622 1026 0 98943 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 399892

[startup+342.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 29976
/proc/meminfo: memFree=30912828/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=468384 CPUtime=342.14 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 115521 0 0 0 33325 889 0 0 20 0 1 0 336201417 479625216 115140 33554432000 4194304 8395647 140735316016656 140735316012216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 117096 115140 622 1026 0 116066 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 468384

[startup+402.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 29976
/proc/meminfo: memFree=30841896/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=537288 CPUtime=402.12 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 132999 0 0 0 39180 1032 0 0 20 0 1 0 336201417 550182912 133140 33554432000 4194304 8395647 140735316016656 140735316012120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 134322 133140 622 1026 0 133292 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 537288

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 29977
/proc/meminfo: memFree=30772112/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=605248 CPUtime=462.11 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 150135 0 0 0 45030 1181 0 0 20 0 1 0 336201417 619773952 150292 33554432000 4194304 8395647 140735316016656 140735316012168 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 151312 150292 622 1026 0 150282 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 605248

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 29977
/proc/meminfo: memFree=30705304/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=670324 CPUtime=522.1 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 166706 0 0 0 50886 1324 0 0 20 0 1 0 336201417 686411776 166869 33554432000 4194304 8395647 140735316016656 140735316012120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 167581 166869 622 1026 0 166551 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 670324

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 29977
/proc/meminfo: memFree=30639116/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=751860 CPUtime=582.07 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 183281 0 0 0 56741 1466 0 0 20 0 1 0 336201417 769904640 183434 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 187965 183434 622 1026 0 186935 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 751860

[startup+642.3 s]

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

/proc/meminfo: memFree=30137408/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1240104 CPUtime=1061.93 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 305878 0 0 0 103647 2546 0 0 20 0 1 0 336201417 1269866496 308560 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 310026 308560 622 1026 0 308996 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 1240104

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29982
/proc/meminfo: memFree=30079500/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1296676 CPUtime=1121.92 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 320235 0 0 0 109511 2681 0 0 20 0 1 0 336201417 1327796224 322917 33554432000 4194304 8395647 140735316016656 140735316012120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 324169 322917 622 1026 0 323139 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 1296676

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29982
/proc/meminfo: memFree=30013532/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1363256 CPUtime=1181.92 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 336762 0 0 0 115385 2807 0 0 20 0 1 0 336201417 1395974144 339444 33554432000 4194304 8395647 140735316016656 140735316012120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 340814 339444 622 1026 0 339784 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 1363256

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29982
/proc/meminfo: memFree=29953392/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1421120 CPUtime=1241.91 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 351657 0 0 0 121254 2937 0 0 20 0 1 0 336201417 1455226880 354339 33554432000 4194304 8395647 140735316016656 140735316012216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 355280 354339 622 1026 0 354250 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 1421120

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30023
/proc/meminfo: memFree=29874104/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1508372 CPUtime=1301.9 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 365643 0 0 0 127125 3065 0 0 20 0 1 0 336201417 1544572928 368848 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 377093 368848 622 1026 0 376063 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 1508372

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30023
/proc/meminfo: memFree=29737872/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1569228 CPUtime=1361.88 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 381097 0 0 0 132992 3196 0 0 20 0 1 0 336201417 1606889472 384306 33554432000 4194304 8395647 140735316016656 140735316012216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 392307 384306 622 1026 0 391277 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1569228

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30025
/proc/meminfo: memFree=29609612/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1628472 CPUtime=1421.88 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 395608 0 0 0 138866 3322 0 0 20 0 1 0 336201417 1667555328 399325 33554432000 4194304 8395647 140735316016656 140735316012264 6063782 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 407118 399325 622 1026 0 406088 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1628472

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30025
/proc/meminfo: memFree=29488932/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1683808 CPUtime=1481.86 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 409620 0 0 0 144737 3449 0 0 20 0 1 0 336201417 1724219392 413873 33554432000 4194304 8395647 140735316016656 140735316012216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 420952 413873 622 1026 0 419922 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 1683808

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 30025
/proc/meminfo: memFree=29374632/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1740200 CPUtime=1541.85 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 423895 0 0 0 150613 3572 0 0 20 0 1 0 336201417 1781964800 428140 33554432000 4194304 8395647 140735316016656 140735316012216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 435050 428140 622 1026 0 434020 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 1740200

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30025
/proc/meminfo: memFree=29269260/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1791092 CPUtime=1601.84 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 436786 0 0 0 156492 3692 0 0 20 0 1 0 336201417 1834078208 441032 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 447773 441032 622 1026 0 446743 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 1791092

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 30025
/proc/meminfo: memFree=29157500/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1846888 CPUtime=1661.83 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 450850 0 0 0 162371 3812 0 0 20 0 1 0 336201417 1891213312 455631 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 461722 455631 622 1026 0 460692 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 1846888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30026
/proc/meminfo: memFree=29040716/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1905964 CPUtime=1721.83 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 465130 0 0 0 168240 3943 0 0 20 0 1 0 336201417 1951707136 470417 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 476491 470417 622 1026 0 475461 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 1905964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30026
/proc/meminfo: memFree=28933108/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1959372 CPUtime=1781.8 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 478506 0 0 0 174114 4066 0 0 20 0 1 0 336201417 2006396928 484801 33554432000 4194304 8395647 140735316016656 140735316012264 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 489843 484801 622 1026 0 488813 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 1959372

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30026
/proc/meminfo: memFree=28917840/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1966480 CPUtime=1791.41 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 480287 0 0 0 175060 4081 0 0 20 0 1 0 336201417 2013675520 486581 33554432000 4194304 8395647 140735316016656 140735316012488 4723516 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 491620 486581 625 1026 0 490590 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 1966480

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30026
/proc/meminfo: memFree=28916584/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1966480 CPUtime=1794.6 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 480295 0 0 0 175379 4081 0 0 20 0 1 0 336201417 2013675520 486581 33554432000 4194304 8395647 140735316016656 140735316012488 6345370 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 491620 486581 625 1026 0 490590 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 1966480

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30026
/proc/meminfo: memFree=28914600/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1966480 CPUtime=1796.2 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 480295 0 0 0 175539 4081 0 0 20 0 1 0 336201417 2013675520 486581 33554432000 4194304 8395647 140735316016656 140735316012488 6345203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 491620 486581 625 1026 0 490590 0
Current children cumulated CPU time (s) 1796.2
Current children cumulated vsize (KiB) 1966480

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30026
/proc/meminfo: memFree=28914352/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1966480 CPUtime=1797 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 480295 0 0 0 175619 4081 0 0 20 0 1 0 336201417 2013675520 486581 33554432000 4194304 8395647 140735316016656 140735316012488 4220157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 491620 486581 625 1026 0 490590 0
Current children cumulated CPU time (s) 1797
Current children cumulated vsize (KiB) 1966480

[startup+1797.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30026
/proc/meminfo: memFree=28914352/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1966480 CPUtime=1797.39 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 480295 0 0 0 175658 4081 0 0 20 0 1 0 336201417 2013675520 486581 33554432000 4194304 8395647 140735316016656 140735316012488 6345229 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 491620 486581 625 1026 0 490590 0
Current children cumulated CPU time (s) 1797.39
Current children cumulated vsize (KiB) 1966480

[startup+1798.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30026
/proc/meminfo: memFree=28914352/32873844 swapFree=8656/8656
[pid=29971] ppid=29969 vsize=1901956 CPUtime=1797.6 cores=1,3,5,7
/proc/29971/stat : 29971 (pbscip.linux.x8) R 29969 29971 18061 0 -1 4202496 480295 0 0 0 175678 4082 0 0 20 0 1 0 336201417 1947602944 463947 33554432000 4194304 8395647 140735316016656 140735316012488 7602442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29971/statm: 475489 463947 625 1026 0 474459 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (KiB) 1901956

Child status: 0
Real time (s): 1798.12
CPU time (s): 1797.62
CPU user time (s): 1756.79
CPU system time (s): 40.8378
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 1966480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1756.79
system time used= 40.8378
maximum resident set size= 1946324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480298
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= 311
involuntary context switches= 1822

runsolver used 3.54546 second user time and 8.50871 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-03 07:18:49
IDJOB=3734734
IDBENCH=2898
IDSOLVER=2326
FILE ID=node102/3734734-1338700729
RUNJOBID= node102-1338679212-26561
PBS_JOBID= 14636711
Free space on /tmp= 71164 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_2.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-3734734-1338700729/watcher-3734734-1338700729 -o /tmp/evaluation-result-3734734-1338700729/solver-3734734-1338700729 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734734-1338700729.opb -t 1800 -m 15500

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=1070252258

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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		: 2667.178
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		: 2667.178
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		: 2667.178
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:       32873844 kB
MemFree:        31373804 kB
Buffers:          155856 kB
Cached:           565408 kB
SwapCached:         5524 kB
Active:           156896 kB
Inactive:         585724 kB
Active(anon):      18392 kB
Inactive(anon):     5604 kB
Active(file):     138504 kB
Inactive(file):   580120 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097272 kB
Dirty:             10140 kB
Writeback:             0 kB
AnonPages:         37596 kB
Mapped:            11620 kB
Shmem:                 0 kB
Slab:             615332 kB
SReclaimable:      56488 kB
SUnreclaim:       558844 kB
KernelStack:        1480 kB
PageTables:         3820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     140120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71156 MiB
End job on node102 at 2012-06-03 07:48:47