Trace number 2693785

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 NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.13 1802.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-45-40--soft-66-100-0.wbo
MD5SUMa455ffab78a89665145255f789204852
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.087986
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints85
Number of soft constraints24
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 1255
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1254
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
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-2693785-1277892647.wbo>
0.00/0.00	c original problem has 1848 variables (1824 bin, 0 int, 0 impl, 24 cont) and 110 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 24 impls, 28 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 24 impls, 28 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 33 upgd conss, 24 impls, 28 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 24 chg bounds, 0 chg sides, 0 chg coeffs, 61 upgd conss, 24 impls, 28 clqs
0.00/0.03	c    (0.0s) probing: 101/1824 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (5 rounds):
0.00/0.03	c  0 deleted vars, 1 deleted constraints, 24 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  24 implications, 28 cliques
0.00/0.03	c presolved problem has 1848 variables (1824 bin, 0 int, 0 impl, 24 cont) and 109 constraints
0.00/0.03	c      24 constraints of type <indicator>
0.00/0.03	c      28 constraints of type <setppc>
0.00/0.03	c      24 constraints of type <linear>
0.00/0.03	c      33 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 3420
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	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.03	c   0.0s|     1 |     2 |     0 |     - |3665k|   0 |   - |1848 | 109 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.47	c   1.4s| 10000 |  9957 |     0 |   0.0 |7057k|1353 |   - |1848 | 217 |   0 |   0 |   0 | 230 |   0 | 0.000000e+00 |      --      |    Inf 
2.89/2.99	c   2.8s| 20000 | 19925 |     0 |   0.0 |  10M|1353 |   - |1848 | 242 |   0 |   0 |   0 | 408 |   0 | 0.000000e+00 |      --      |    Inf 
4.50/4.52	c   4.3s| 30000 | 29891 |     0 |   0.0 |  12M|1353 |   - |1848 | 283 |   0 |   0 |   0 | 582 |   0 | 0.000000e+00 |      --      |    Inf 
5.99/6.04	c   5.8s| 40000 | 39843 |     0 |   0.0 |  15M|1353 |   - |1848 | 323 |   0 |   0 |   0 | 802 |   0 | 0.000000e+00 |      --      |    Inf 
7.59/7.62	c   7.3s| 50000 | 49775 |     0 |   0.0 |  18M|1353 |   - |1848 | 385 |   0 |   0 |   0 |1062 |   0 | 0.000000e+00 |      --      |    Inf 
9.09/9.17	c   8.7s| 60000 | 59726 |     0 |   0.0 |  21M|1353 |   - |1848 | 384 |   0 |   0 |   0 |1287 |   0 | 0.000000e+00 |      --      |    Inf 
10.59/10.69	c  10.2s| 70000 | 69688 |     0 |   0.0 |  24M|1353 |   - |1848 | 383 |   0 |   0 |   0 |1507 |   0 | 0.000000e+00 |      --      |    Inf 
12.10/12.19	c  11.6s| 80000 | 79646 |     0 |   0.0 |  27M|1353 |   - |1848 | 410 |   0 |   0 |   0 |1749 |   0 | 0.000000e+00 |      --      |    Inf 
13.69/13.73	c  13.1s| 90000 | 89600 |     0 |   0.0 |  30M|1353 |   - |1848 | 440 |   0 |   0 |   0 |2004 |   0 | 0.000000e+00 |      --      |    Inf 
15.19/15.27	c  14.6s|100000 | 99553 |     0 |   0.0 |  33M|1353 |   - |1848 | 468 |   0 |   0 |   0 |2263 |   0 | 0.000000e+00 |      --      |    Inf 
16.69/16.79	c  16.0s|110000 |109509 |     0 |   0.0 |  36M|1353 |   - |1848 | 479 |   0 |   0 |   0 |2502 |   0 | 0.000000e+00 |      --      |    Inf 
18.30/18.33	c  17.5s|120000 |119472 |     0 |   0.0 |  39M|1353 |   - |1848 | 521 |   0 |   0 |   0 |2727 |   0 | 0.000000e+00 |      --      |    Inf 
19.80/19.84	c  18.9s|130000 |129430 |     0 |   0.0 |  41M|1353 |   - |1848 | 509 |   0 |   0 |   0 |2953 |   0 | 0.000000e+00 |      --      |    Inf 
21.29/21.37	c  20.4s|140000 |139385 |     0 |   0.0 |  44M|1353 |   - |1848 | 539 |   0 |   0 |   0 |3214 |   0 | 0.000000e+00 |      --      |    Inf 
22.89/22.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.89/22.92	c  21.8s|150000 |149340 |     0 |   0.0 |  47M|1353 |   - |1848 | 535 |   0 |   0 |   0 |3450 |   0 | 0.000000e+00 |      --      |    Inf 
24.40/24.44	c  23.3s|160000 |159298 |     0 |   0.0 |  50M|1353 |   - |1848 | 554 |   0 |   0 |   0 |3685 |   0 | 0.000000e+00 |      --      |    Inf 
25.79/25.89	c  24.7s|170000 |169247 |     0 |   0.0 |  53M|1353 |   - |1848 | 573 |   0 |   0 |   0 |3955 |   0 | 0.000000e+00 |      --      |    Inf 
27.30/27.39	c  26.1s|180000 |179205 |     0 |   0.0 |  56M|1353 |   - |1848 | 574 |   0 |   0 |   0 |4163 |   0 | 0.000000e+00 |      --      |    Inf 
28.79/28.86	c  27.5s|190000 |189149 |     0 |   0.0 |  59M|1353 |   - |1848 | 589 |   0 |   0 |   0 |4464 |   0 | 0.000000e+00 |      --      |    Inf 
30.29/30.30	c  28.9s|200000 |199091 |     0 |   0.0 |  62M|1353 |   - |1848 | 640 |   0 |   0 |   0 |4776 |   0 | 0.000000e+00 |      --      |    Inf 
31.59/31.70	c  30.2s|210000 |209041 |     0 |   0.0 |  64M|1353 |   - |1848 | 669 |   0 |   0 |   0 |5058 |   0 | 0.000000e+00 |      --      |    Inf 
32.99/33.06	c  31.5s|220000 |218993 |     0 |   0.0 |  67M|1353 |   - |1848 | 691 |   0 |   0 |   0 |5330 |   0 | 0.000000e+00 |      --      |    Inf 
34.39/34.45	c  32.8s|230000 |228930 |     0 |   0.0 |  70M|1353 |   - |1848 | 708 |   0 |   0 |   0 |5669 |   0 | 0.000000e+00 |      --      |    Inf 
35.79/35.81	c  34.1s|240000 |238881 |     0 |   0.0 |  73M|1353 |   - |1848 | 719 |   0 |   0 |   0 |5928 |   0 | 0.000000e+00 |      --      |    Inf 
37.19/37.27	c  35.5s|250000 |248798 |     0 |   0.0 |  77M|1353 |   - |1848 | 761 |   0 |   0 |   0 |6347 |   0 | 0.000000e+00 |      --      |    Inf 
38.59/38.68	c  36.8s|260000 |258743 |     0 |   0.0 |  80M|1353 |   - |1848 | 749 |   0 |   0 |   0 |6648 |   0 | 0.000000e+00 |      --      |    Inf 
39.99/40.05	c  38.1s|270000 |268685 |     0 |   0.0 |  83M|1353 |   - |1848 | 765 |   0 |   0 |   0 |6971 |   0 | 0.000000e+00 |      --      |    Inf 
41.29/41.39	c  39.3s|280000 |278611 |     0 |   0.0 |  86M|1353 |   - |1848 | 804 |   0 |   0 |   0 |7359 |   0 | 0.000000e+00 |      --      |    Inf 
42.69/42.77	c  40.6s|290000 |288537 |     0 |   0.0 |  89M|1353 |   - |1848 | 831 |   0 |   0 |   0 |7767 |   0 | 0.000000e+00 |      --      |    Inf 
44.09/44.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.09/44.17	c  42.0s|300000 |298467 |     0 |   0.0 |  92M|1353 |   - |1848 | 826 |   0 |   0 |   0 |8135 |   0 | 0.000000e+00 |      --      |    Inf 
45.59/45.61	c  43.3s|310000 |308408 |     0 |   0.0 |  95M|1353 |   - |1848 | 843 |   0 |   0 |   0 |8452 |   0 | 0.000000e+00 |      --      |    Inf 
47.00/47.06	c  44.7s|320000 |318323 |     0 |   0.0 |  98M|1353 |   - |1848 | 917 |   0 |   0 |   0 |8851 |   0 | 0.000000e+00 |      --      |    Inf 
48.40/48.49	c  46.0s|330000 |328257 |     0 |   0.0 | 101M|1353 |   - |1848 | 914 |   0 |   0 |   0 |9210 |   0 | 0.000000e+00 |      --      |    Inf 
49.90/49.97	c  47.5s|340000 |338191 |     0 |   0.0 | 104M|1353 |   - |1848 | 902 |   0 |   0 |   0 |9547 |   0 | 0.000000e+00 |      --      |    Inf 
51.49/51.50	c  48.9s|350000 |348123 |     0 |   0.0 | 107M|1353 |   - |1848 | 858 |   0 |   0 |   0 |9862 |   0 | 0.000000e+00 |      --      |    Inf 
52.99/53.04	c  50.4s|360000 |358047 |     0 |   0.0 | 110M|1353 |   - |1848 | 871 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
54.49/54.59	c  51.9s|370000 |367970 |     0 |   0.0 | 113M|1353 |   - |1848 | 823 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
56.10/56.12	c  53.3s|380000 |377894 |     0 |   0.0 | 116M|1353 |   - |1848 | 856 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
57.59/57.62	c  54.8s|390000 |387819 |     0 |   0.0 | 119M|1353 |   - |1848 | 862 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
59.10/59.15	c  56.2s|400000 |397712 |     0 |   0.0 | 122M|1353 |   - |1848 | 866 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
60.60/60.65	c  57.6s|410000 |407618 |     0 |   0.0 | 125M|1353 |   - |1848 | 809 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
62.09/62.10	c  59.0s|420000 |417561 |     0 |   0.0 | 128M|1353 |   - |1848 | 809 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
63.49/63.53	c  60.4s|430000 |427493 |     0 |   0.0 | 132M|1353 |   - |1848 | 863 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
64.90/64.96	c  61.7s|440000 |437421 |     0 |   0.0 | 135M|1353 |   - |1848 | 834 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
66.29/66.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.29/66.32	c  63.0s|450000 |447343 |     0 |   0.0 | 138M|1353 |   - |1848 | 853 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
67.59/67.67	c  64.3s|460000 |457260 |     0 |   0.0 | 141M|1353 |   - |1848 | 879 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
69.00/69.02	c  65.6s|470000 |467173 |     0 |   0.0 | 144M|1353 |   - |1848 | 859 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
70.29/70.37	c  66.9s|480000 |477082 |     0 |   0.0 | 147M|1353 |   - |1848 | 833 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
71.69/71.70	c  68.1s|490000 |486999 |     0 |   0.0 | 151M|1353 |   - |1848 | 868 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
72.99/73.06	c  69.4s|500000 |496897 |     0 |   0.0 | 154M|1353 |   - |1848 | 843 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
74.29/74.35	c  70.6s|510000 |506808 |     0 |   0.0 | 157M|1353 |   - |1848 | 931 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
75.50/75.58	c  71.8s|520000 |516705 |     0 |   0.0 | 160M|1353 |   - |1848 |1006 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
76.70/76.79	c  72.9s|530000 |526591 |     0 |   0.0 | 164M|1353 |   - |1848 |1123 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
77.90/77.99	c  74.1s|540000 |536457 |     0 |   0.0 | 167M|1353 |   - |1848 |1206 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
79.10/79.17	c  75.2s|550000 |546313 |     0 |   0.0 | 171M|1353 |   - |1848 |1359 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
80.29/80.31	c  76.3s|560000 |556150 |     0 |   0.0 | 174M|1353 |   - |1848 |1493 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
81.40/81.48	c  77.3s|570000 |565921 |     0 |   0.0 | 179M|1353 |   - |1848 |1742 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
82.50/82.58	c  78.4s|580000 |575662 |     0 |   0.0 | 183M|1353 |   - |1848 |1932 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
83.70/83.74	c  79.5s|590000 |585282 |     0 |   0.0 | 188M|1353 |   - |1848 |2317 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
85.59/85.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.59/85.65	c  81.3s|600000 |594237 |     0 |   0.0 | 196M|1369 |   - |1848 |3276 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
87.09/87.18	c  82.7s|610000 |604193 |     0 |   0.0 | 198M|1369 |   - |1848 | 997 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
88.69/88.72	c  84.2s|620000 |614136 |     0 |   0.0 | 200M|1369 |   - |1848 | 799 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
90.09/90.18	c  85.6s|630000 |624103 |     0 |   0.0 | 203M|1369 |   - |1848 | 804 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
91.60/91.69	c  87.0s|640000 |634068 |     0 |   0.0 | 206M|1369 |   - |1848 | 771 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
93.19/93.20	c  88.5s|650000 |644025 |     0 |   0.0 | 209M|1369 |   - |1848 | 748 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
94.70/94.72	c  89.9s|660000 |653988 |     0 |   0.0 | 212M|1369 |   - |1848 | 720 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
96.19/96.24	c  91.4s|670000 |663951 |     0 |   0.0 | 214M|1369 |   - |1848 | 739 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
97.69/97.75	c  92.8s|680000 |673915 |     0 |   0.0 | 217M|1369 |   - |1848 | 696 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
99.29/99.31	c  94.3s|690000 |683860 |     0 |   0.0 | 220M|1369 |   - |1848 | 687 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
100.80/100.84	c  95.8s|700000 |693827 |     0 |   0.0 | 223M|1369 |   - |1848 | 610 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
102.30/102.38	c  97.2s|710000 |703784 |     0 |   0.0 | 226M|1369 |   - |1848 | 632 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
103.89/103.93	c  98.7s|720000 |713742 |     0 |   0.0 | 229M|1369 |   - |1848 | 598 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
105.39/105.48	c   100s|730000 |723702 |     0 |   0.0 | 232M|1369 |   - |1848 | 567 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
107.00/107.00	c   102s|740000 |733669 |     0 |   0.0 | 234M|1369 |   - |1848 | 532 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
108.49/108.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.49/108.53	c   103s|750000 |743629 |     0 |   0.0 | 237M|1369 |   - |1848 | 489 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
110.00/110.05	c   105s|760000 |753595 |     0 |   0.0 | 240M|1369 |   - |1848 | 421 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
111.60/111.60	c   106s|770000 |763552 |     0 |   0.0 | 243M|1369 |   - |1848 | 433 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
113.09/113.11	c   108s|780000 |773515 |     0 |   0.0 | 246M|1369 |   - |1848 | 406 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
114.59/114.64	c   109s|790000 |783476 |     0 |   0.0 | 248M|1369 |   - |1848 | 443 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
116.09/116.18	c   110s|800000 |793435 |     0 |   0.0 | 251M|1369 |   - |1848 | 416 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
117.70/117.71	c   112s|810000 |803401 |     0 |   0.0 | 254M|1369 |   - |1848 | 382 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
119.20/119.22	c   113s|820000 |813369 |     0 |   0.0 | 257M|1369 |   - |1848 | 411 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
120.70/120.77	c   115s|830000 |823331 |     0 |   0.0 | 260M|1369 |   - |1848 | 376 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
122.30/122.31	c   116s|840000 |833291 |     0 |   0.0 | 263M|1369 |   - |1848 | 440 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
123.79/123.88	c   118s|850000 |843240 |     0 |   0.0 | 265M|1369 |   - |1848 | 462 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
125.29/125.39	c   119s|860000 |853203 |     0 |   0.0 | 268M|1369 |   - |1848 | 406 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
126.89/126.91	c   121s|870000 |863164 |     0 |   0.0 | 271M|1369 |   - |1848 | 440 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
128.40/128.48	c   122s|880000 |873110 |     0 |   0.0 | 274M|1369 |   - |1848 | 473 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
129.99/130.03	c   124s|890000 |883054 |     0 |   0.0 | 277M|1369 |   - |1848 | 507 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
131.49/131.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.49/131.56	c   125s|900000 |893017 |     0 |   0.0 | 279M|1369 |   - |1848 | 449 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
133.00/133.08	c   127s|910000 |902989 |     0 |   0.0 | 282M|1369 |   - |1848 | 441 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
134.49/134.58	c   128s|920000 |912957 |     0 |   0.0 | 285M|1369 |   - |1848 | 446 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
136.09/136.14	c   130s|930000 |922918 |     0 |   0.0 | 288M|1369 |   - |1848 | 443 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
137.60/137.66	c   131s|940000 |932877 |     0 |   0.0 | 291M|1369 |   - |1848 | 437 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
139.09/139.18	c   132s|950000 |942844 |     0 |   0.0 | 293M|1369 |   - |1848 | 420 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
140.70/140.73	c   134s|960000 |952804 |     0 |   0.0 | 296M|1369 |   - |1848 | 416 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
142.19/142.25	c   135s|970000 |962768 |     0 |   0.0 | 299M|1369 |   - |1848 | 457 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
143.80/143.80	c   137s|980000 |972724 |     0 |   0.0 | 302M|1369 |   - |1848 | 470 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
145.30/145.33	c   138s|990000 |982686 |     0 |   0.0 | 305M|1369 |   - |1848 | 445 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
146.90/146.90	c   140s|  1000k|992633 |     0 |   0.0 | 307M|1369 |   - |1848 | 472 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
148.40/148.42	c   141s|  1010k|  1002k|     0 |   0.0 | 310M|1369 |   - |1848 | 455 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
149.90/149.98	c   143s|  1020k|  1012k|     0 |   0.0 | 313M|1369 |   - |1848 | 453 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
151.50/151.51	c   144s|  1030k|  1022k|     0 |   0.0 | 316M|1369 |   - |1848 | 444 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
153.00/153.06	c   146s|  1040k|  1032k|     0 |   0.0 | 319M|1369 |   - |1848 | 431 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
154.49/154.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.49/154.58	c   147s|  1050k|  1042k|     0 |   0.0 | 321M|1369 |   - |1848 | 420 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
156.09/156.11	c   149s|  1060k|  1052k|     0 |   0.0 | 324M|1369 |   - |1848 | 447 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
157.60/157.65	c   150s|  1070k|  1062k|     0 |   0.0 | 327M|1369 |   - |1848 | 470 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
159.20/159.20	c   152s|  1080k|  1072k|     0 |   0.0 | 330M|1369 |   - |1848 | 459 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
160.70/160.71	c   153s|  1090k|  1082k|     0 |   0.0 | 333M|1369 |   - |1848 | 463 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
162.20/162.23	c   154s|  1100k|  1092k|     0 |   0.0 | 335M|1369 |   - |1848 | 493 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
163.69/163.75	c   156s|  1110k|  1102k|     0 |   0.0 | 338M|1369 |   - |1848 | 445 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
165.20/165.26	c   157s|  1120k|  1112k|     0 |   0.0 | 341M|1369 |   - |1848 | 463 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
166.69/166.79	c   159s|  1130k|  1122k|     0 |   0.0 | 344M|1369 |   - |1848 | 474 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
168.30/168.35	c   160s|  1140k|  1132k|     0 |   0.0 | 347M|1369 |   - |1848 | 457 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
169.79/169.85	c   162s|  1150k|  1142k|     0 |   0.0 | 349M|1369 |   - |1848 | 427 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
171.29/171.35	c   163s|  1160k|  1152k|     0 |   0.0 | 352M|1369 |   - |1848 | 439 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
172.80/172.85	c   165s|  1170k|  1161k|     0 |   0.0 | 355M|1369 |   - |1848 | 441 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
174.29/174.37	c   166s|  1180k|  1171k|     0 |   0.0 | 358M|1369 |   - |1848 | 472 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
175.79/175.88	c   168s|  1190k|  1181k|     0 |   0.0 | 361M|1369 |   - |1848 | 464 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
177.39/177.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.39/177.41	c   169s|  1200k|  1191k|     0 |   0.0 | 364M|1369 |   - |1848 | 460 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
178.89/178.92	c   170s|  1210k|  1201k|     0 |   0.0 | 366M|1369 |   - |1848 | 472 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
180.40/180.43	c   172s|  1220k|  1211k|     0 |   0.0 | 369M|1369 |   - |1848 | 480 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
181.89/181.95	c   173s|  1230k|  1221k|     0 |   0.0 | 372M|1369 |   - |1848 | 473 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
183.39/183.48	c   175s|  1240k|  1231k|     0 |   0.0 | 375M|1369 |   - |1848 | 449 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
184.90/184.99	c   176s|  1250k|  1241k|     0 |   0.0 | 378M|1369 |   - |1848 | 468 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
186.50/186.50	c   178s|  1260k|  1251k|     0 |   0.0 | 381M|1369 |   - |1848 | 471 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
188.00/188.04	c   179s|  1270k|  1261k|     0 |   0.0 | 383M|1369 |   - |1848 | 435 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
189.59/189.60	c   181s|  1280k|  1271k|     0 |   0.0 | 386M|1369 |   - |1848 | 507 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
191.10/191.13	c   182s|  1290k|  1281k|     0 |   0.0 | 389M|1369 |   - |1848 | 443 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
192.60/192.68	c   184s|  1300k|  1291k|     0 |   0.0 | 392M|1369 |   - |1848 | 488 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
194.19/194.20	c   185s|  1310k|  1301k|     0 |   0.0 | 395M|1369 |   - |1848 | 475 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
195.69/195.75	c   187s|  1320k|  1311k|     0 |   0.0 | 397M|1369 |   - |1848 | 486 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
197.19/197.29	c   188s|  1330k|  1321k|     0 |   0.0 | 400M|1369 |   - |1848 | 493 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
198.80/198.80	c   189s|  1340k|  1331k|     0 |   0.0 | 403M|1369 |   - |1848 | 474 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
200.30/200.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.30/200.32	c   191s|  1350k|  1341k|     0 |   0.0 | 406M|1369 |   - |1848 | 458 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
201.80/201.84	c   192s|  1360k|  1351k|     0 |   0.0 | 409M|1369 |   - |1848 | 427 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
203.29/203.35	c   194s|  1370k|  1361k|     0 |   0.0 | 412M|1369 |   - |1848 | 440 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
204.79/204.88	c   195s|  1380k|  1371k|     0 |   0.0 | 414M|1369 |   - |1848 | 451 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
206.30/206.39	c   197s|  1390k|  1381k|     0 |   0.0 | 417M|1369 |   - |1848 | 420 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
207.79/207.89	c   198s|  1400k|  1391k|     0 |   0.0 | 420M|1369 |   - |1848 | 480 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
209.40/209.44	c   200s|  1410k|  1400k|     0 |   0.0 | 423M|1369 |   - |1848 | 460 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
210.89/210.98	c   201s|  1420k|  1410k|     0 |   0.0 | 426M|1369 |   - |1848 | 460 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
212.50/212.50	c   203s|  1430k|  1420k|     0 |   0.0 | 429M|1369 |   - |1848 | 452 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
213.99/214.08	c   204s|  1440k|  1430k|     0 |   0.0 | 431M|1369 |   - |1848 | 487 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
215.60/215.60	c   206s|  1450k|  1440k|     0 |   0.0 | 434M|1369 |   - |1848 | 455 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
217.09/217.17	c   207s|  1460k|  1450k|     0 |   0.0 | 437M|1369 |   - |1848 | 478 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
218.70/218.71	c   209s|  1470k|  1460k|     0 |   0.0 | 440M|1369 |   - |1848 | 425 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
220.19/220.26	c   210s|  1480k|  1470k|     0 |   0.0 | 443M|1369 |   - |1848 | 465 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
221.69/221.79	c   212s|  1490k|  1480k|     0 |   0.0 | 445M|1369 |   - |1848 | 436 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
223.30/223.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
223.30/223.32	c   213s|  1500k|  1490k|     0 |   0.0 | 448M|1369 |   - |1848 | 456 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
224.80/224.88	c   214s|  1510k|  1500k|     0 |   0.0 | 451M|1369 |   - |1848 | 430 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
226.40/226.41	c   216s|  1520k|  1510k|     0 |   0.0 | 454M|1369 |   - |1848 | 452 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
227.90/227.94	c   217s|  1530k|  1520k|     0 |   0.0 | 457M|1369 |   - |1848 | 435 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
229.40/229.48	c   219s|  1540k|  1530k|     0 |   0.0 | 459M|1369 |   - |1848 | 415 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
231.00/231.04	c   220s|  1550k|  1540k|     0 |   0.0 | 462M|1369 |   - |1848 | 428 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
232.49/232.57	c   222s|  1560k|  1550k|     0 |   0.0 | 465M|1369 |   - |1848 | 460 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
234.00/234.09	c   223s|  1570k|  1560k|     0 |   0.0 | 468M|1369 |   - |1848 | 428 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
235.60/235.64	c   225s|  1580k|  1570k|     0 |   0.0 | 471M|1369 |   - |1848 | 427 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
237.09/237.16	c   226s|  1590k|  1580k|     0 |   0.0 | 473M|1369 |   - |1848 | 452 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
238.70/238.71	c   228s|  1600k|  1590k|     0 |   0.0 | 476M|1369 |   - |1848 | 405 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
240.19/240.26	c   229s|  1610k|  1600k|     0 |   0.0 | 479M|1369 |   - |1848 | 395 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
241.70/241.76	c   231s|  1620k|  1610k|     0 |   0.0 | 482M|1369 |   - |1848 | 422 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
243.20/243.27	c   232s|  1630k|  1620k|     0 |   0.0 | 485M|1369 |   - |1848 | 417 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
244.69/244.78	c   233s|  1640k|  1630k|     0 |   0.0 | 488M|1369 |   - |1848 | 396 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
246.29/246.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.29/246.30	c   235s|  1650k|  1639k|     0 |   0.0 | 490M|1369 |   - |1848 | 444 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
247.79/247.82	c   236s|  1660k|  1649k|     0 |   0.0 | 493M|1369 |   - |1848 | 419 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
249.30/249.33	c   238s|  1670k|  1659k|     0 |   0.0 | 496M|1369 |   - |1848 | 402 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
250.80/250.82	c   239s|  1680k|  1669k|     0 |   0.0 | 499M|1369 |   - |1848 | 423 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
252.29/252.34	c   241s|  1690k|  1679k|     0 |   0.0 | 502M|1369 |   - |1848 | 446 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
253.80/253.88	c   242s|  1700k|  1689k|     0 |   0.0 | 505M|1369 |   - |1848 | 484 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
255.30/255.39	c   244s|  1710k|  1699k|     0 |   0.0 | 507M|1369 |   - |1848 | 460 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
256.89/256.90	c   245s|  1720k|  1709k|     0 |   0.0 | 510M|1369 |   - |1848 | 466 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
258.40/258.44	c   246s|  1730k|  1719k|     0 |   0.0 | 513M|1369 |   - |1848 | 435 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
259.90/259.95	c   248s|  1740k|  1729k|     0 |   0.0 | 516M|1369 |   - |1848 | 425 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
261.39/261.46	c   249s|  1750k|  1739k|     0 |   0.0 | 519M|1369 |   - |1848 | 452 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
262.90/263.00	c   251s|  1760k|  1749k|     0 |   0.0 | 522M|1369 |   - |1848 | 456 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
264.49/264.50	c   252s|  1770k|  1759k|     0 |   0.0 | 524M|1369 |   - |1848 | 435 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
266.00/266.01	c   254s|  1780k|  1769k|     0 |   0.0 | 527M|1369 |   - |1848 | 419 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
267.50/267.52	c   255s|  1790k|  1779k|     0 |   0.0 | 530M|1369 |   - |1848 | 423 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
268.99/269.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.99/269.06	c   257s|  1800k|  1789k|     0 |   0.0 | 533M|1369 |   - |1848 | 430 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
270.50/270.59	c   258s|  1810k|  1799k|     0 |   0.0 | 536M|1369 |   - |1848 | 466 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
272.10/272.11	c   259s|  1820k|  1809k|     0 |   0.0 | 539M|1369 |   - |1848 | 440 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
273.60/273.62	c   261s|  1830k|  1819k|     0 |   0.0 | 541M|1369 |   - |1848 | 454 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
275.11/275.13	c   262s|  1840k|  1829k|     0 |   0.0 | 544M|1369 |   - |1848 | 420 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
276.59/276.65	c   264s|  1850k|  1839k|     0 |   0.0 | 547M|1369 |   - |1848 | 410 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
278.10/278.16	c   265s|  1860k|  1849k|     0 |   0.0 | 550M|1369 |   - |1848 | 409 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
279.60/279.68	c   267s|  1870k|  1859k|     0 |   0.0 | 553M|1369 |   - |1848 | 409 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
281.10/281.17	c   268s|  1880k|  1869k|     0 |   0.0 | 556M|1369 |   - |1848 | 416 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
282.60/282.69	c   270s|  1890k|  1878k|     0 |   0.0 | 558M|1369 |   - |1848 | 416 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
284.20/284.25	c   271s|  1900k|  1888k|     0 |   0.0 | 561M|1369 |   - |1848 | 392 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
285.80/285.88	c   273s|  1910k|  1898k|     0 |   0.0 | 564M|1369 |   - |1848 | 445 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
287.29/287.37	c   274s|  1920k|  1908k|     0 |   0.0 | 567M|1369 |   - |1848 | 423 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
288.79/288.88	c   276s|  1930k|  1918k|     0 |   0.0 | 570M|1369 |   - |1848 | 412 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
290.40/290.41	c   277s|  1940k|  1928k|     0 |   0.0 | 572M|1369 |   - |1848 | 441 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
291.89/291.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.89/291.92	c   278s|  1950k|  1938k|     0 |   0.0 | 575M|1369 |   - |1848 | 401 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
293.39/293.41	c   280s|  1960k|  1948k|     0 |   0.0 | 578M|1369 |   - |1848 | 413 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
294.91/294.92	c   281s|  1970k|  1958k|     0 |   0.0 | 581M|1369 |   - |1848 | 457 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
296.40/296.41	c   283s|  1980k|  1968k|     0 |   0.0 | 584M|1369 |   - |1848 | 411 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
297.90/297.94	c   284s|  1990k|  1978k|     0 |   0.0 | 586M|1369 |   - |1848 | 419 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
299.40/299.44	c   286s|  2000k|  1988k|     0 |   0.0 | 589M|1369 |   - |1848 | 414 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
300.90/300.96	c   287s|  2010k|  1998k|     0 |   0.0 | 592M|1369 |   - |1848 | 426 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
302.40/302.46	c   289s|  2020k|  2008k|     0 |   0.0 | 595M|1369 |   - |1848 | 428 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
304.00/304.02	c   290s|  2030k|  2018k|     0 |   0.0 | 598M|1369 |   - |1848 | 431 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
305.50/305.52	c   291s|  2040k|  2028k|     0 |   0.0 | 601M|1369 |   - |1848 | 412 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
307.00/307.04	c   293s|  2050k|  2038k|     0 |   0.0 | 603M|1369 |   - |1848 | 394 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
308.50/308.55	c   294s|  2060k|  2048k|     0 |   0.0 | 606M|1369 |   - |1848 | 387 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
309.99/310.06	c   296s|  2070k|  2058k|     0 |   0.0 | 609M|1369 |   - |1848 | 387 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
311.49/311.58	c   297s|  2080k|  2068k|     0 |   0.0 | 612M|1369 |   - |1848 | 392 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
313.10/313.13	c   299s|  2090k|  2078k|     0 |   0.0 | 615M|1369 |   - |1848 | 399 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
314.60/314.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.60/314.62	c   300s|  2100k|  2088k|     0 |   0.0 | 618M|1369 |   - |1848 | 425 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
316.10/316.16	c   302s|  2110k|  2098k|     0 |   0.0 | 620M|1369 |   - |1848 | 424 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
317.60/317.69	c   303s|  2120k|  2108k|     0 |   0.0 | 623M|1369 |   - |1848 | 434 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
319.10/319.19	c   304s|  2130k|  2118k|     0 |   0.0 | 626M|1369 |   - |1848 | 447 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
320.70/320.70	c   306s|  2140k|  2127k|     0 |   0.0 | 629M|1369 |   - |1848 | 465 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
322.20/322.24	c   307s|  2150k|  2137k|     0 |   0.0 | 632M|1369 |   - |1848 | 469 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
323.69/323.74	c   309s|  2160k|  2147k|     0 |   0.0 | 635M|1369 |   - |1848 | 424 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
325.19/325.27	c   310s|  2170k|  2157k|     0 |   0.0 | 637M|1369 |   - |1848 | 445 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
326.81/326.85	c   312s|  2180k|  2167k|     0 |   0.0 | 640M|1369 |   - |1848 | 460 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
328.30/328.39	c   313s|  2190k|  2177k|     0 |   0.0 | 643M|1369 |   - |1848 | 431 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
329.90/329.92	c   315s|  2200k|  2187k|     0 |   0.0 | 646M|1369 |   - |1848 | 437 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
331.40/331.41	c   316s|  2210k|  2197k|     0 |   0.0 | 649M|1369 |   - |1848 | 433 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
332.90/332.95	c   318s|  2220k|  2207k|     0 |   0.0 | 651M|1369 |   - |1848 | 459 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
334.40/334.47	c   319s|  2230k|  2217k|     0 |   0.0 | 654M|1369 |   - |1848 | 459 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
336.00/336.02	c   321s|  2240k|  2227k|     0 |   0.0 | 657M|1369 |   - |1848 | 449 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
337.50/337.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.50/337.52	c   322s|  2250k|  2237k|     0 |   0.0 | 660M|1369 |   - |1848 | 452 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
339.00/339.02	c   323s|  2260k|  2247k|     0 |   0.0 | 663M|1369 |   - |1848 | 459 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
340.50/340.51	c   325s|  2270k|  2257k|     0 |   0.0 | 665M|1369 |   - |1848 | 459 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
342.00/342.02	c   326s|  2280k|  2267k|     0 |   0.0 | 668M|1369 |   - |1848 | 498 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
343.50/343.56	c   328s|  2290k|  2277k|     0 |   0.0 | 671M|1369 |   - |1848 | 466 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
345.10/345.10	c   329s|  2300k|  2287k|     0 |   0.0 | 674M|1369 |   - |1848 | 444 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
346.60/346.62	c   331s|  2310k|  2297k|     0 |   0.0 | 677M|1369 |   - |1848 | 419 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
348.10/348.17	c   332s|  2320k|  2307k|     0 |   0.0 | 680M|1369 |   - |1848 | 436 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
349.60/349.69	c   334s|  2330k|  2317k|     0 |   0.0 | 682M|1369 |   - |1848 | 466 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
351.19/351.21	c   335s|  2340k|  2327k|     0 |   0.0 | 685M|1369 |   - |1848 | 436 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
352.70/352.75	c   336s|  2350k|  2337k|     0 |   0.0 | 688M|1369 |   - |1848 | 446 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
354.20/354.26	c   338s|  2360k|  2347k|     0 |   0.0 | 691M|1369 |   - |1848 | 435 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
355.69/355.77	c   339s|  2370k|  2357k|     0 |   0.0 | 694M|1369 |   - |1848 | 438 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
357.20/357.29	c   341s|  2380k|  2366k|     0 |   0.0 | 697M|1369 |   - |1848 | 444 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
358.79/358.83	c   342s|  2390k|  2376k|     0 |   0.0 | 699M|1369 |   - |1848 | 437 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
360.30/360.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
360.30/360.34	c   344s|  2400k|  2386k|     0 |   0.0 | 702M|1369 |   - |1848 | 434 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
361.80/361.84	c   345s|  2410k|  2396k|     0 |   0.0 | 705M|1369 |   - |1848 | 454 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
363.30/363.38	c   347s|  2420k|  2406k|     0 |   0.0 | 708M|1369 |   - |1848 | 448 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
364.90/364.91	c   348s|  2430k|  2416k|     0 |   0.0 | 711M|1369 |   - |1848 | 450 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
366.40/366.44	c   350s|  2440k|  2426k|     0 |   0.0 | 713M|1369 |   - |1848 | 478 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
367.90/367.96	c   351s|  2450k|  2436k|     0 |   0.0 | 716M|1369 |   - |1848 | 479 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
369.39/369.49	c   352s|  2460k|  2446k|     0 |   0.0 | 719M|1369 |   - |1848 | 450 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
370.99/371.00	c   354s|  2470k|  2456k|     0 |   0.0 | 722M|1369 |   - |1848 | 489 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
372.50/372.54	c   355s|  2480k|  2466k|     0 |   0.0 | 725M|1369 |   - |1848 | 490 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
374.00/374.04	c   357s|  2490k|  2476k|     0 |   0.0 | 728M|1369 |   - |1848 | 445 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
375.50/375.54	c   358s|  2500k|  2486k|     0 |   0.0 | 730M|1369 |   - |1848 | 455 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
377.00/377.07	c   360s|  2510k|  2496k|     0 |   0.0 | 733M|1369 |   - |1848 | 442 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
378.60/378.62	c   361s|  2520k|  2506k|     0 |   0.0 | 736M|1369 |   - |1848 | 438 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
380.09/380.14	c   363s|  2530k|  2516k|     0 |   0.0 | 739M|1369 |   - |1848 | 428 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
381.59/381.69	c   364s|  2540k|  2526k|     0 |   0.0 | 742M|1369 |   - |1848 | 471 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
383.20/383.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.20/383.21	c   366s|  2550k|  2536k|     0 |   0.0 | 744M|1369 |   - |1848 | 464 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
384.70/384.77	c   367s|  2560k|  2546k|     0 |   0.0 | 747M|1369 |   - |1848 | 472 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
386.20/386.29	c   368s|  2570k|  2556k|     0 |   0.0 | 750M|1369 |   - |1848 | 467 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
387.80/387.81	c   370s|  2580k|  2566k|     0 |   0.0 | 753M|1369 |   - |1848 | 483 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
389.30/389.33	c   371s|  2590k|  2576k|     0 |   0.0 | 756M|1369 |   - |1848 | 466 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
390.80/390.83	c   373s|  2600k|  2586k|     0 |   0.0 | 758M|1369 |   - |1848 | 484 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
392.30/392.40	c   374s|  2610k|  2596k|     0 |   0.0 | 761M|1369 |   - |1848 | 477 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
393.90/393.91	c   376s|  2620k|  2605k|     0 |   0.0 | 764M|1369 |   - |1848 | 497 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
395.40/395.42	c   377s|  2630k|  2615k|     0 |   0.0 | 767M|1369 |   - |1848 | 495 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
396.90/396.94	c   379s|  2640k|  2625k|     0 |   0.0 | 770M|1369 |   - |1848 | 489 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
398.40/398.46	c   380s|  2650k|  2635k|     0 |   0.0 | 772M|1369 |   - |1848 | 493 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
399.90/399.98	c   382s|  2660k|  2645k|     0 |   0.0 | 775M|1369 |   - |1848 | 501 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
401.50/401.50	c   383s|  2670k|  2655k|     0 |   0.0 | 778M|1369 |   - |1848 | 477 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
402.90/402.99	c   384s|  2680k|  2665k|     0 |   0.0 | 781M|1369 |   - |1848 | 514 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
404.50/404.53	c   386s|  2690k|  2675k|     0 |   0.0 | 784M|1369 |   - |1848 | 536 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
406.01/406.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.01/406.06	c   387s|  2700k|  2685k|     0 |   0.0 | 786M|1369 |   - |1848 | 469 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
407.50/407.56	c   389s|  2710k|  2695k|     0 |   0.0 | 789M|1369 |   - |1848 | 543 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
409.10/409.12	c   390s|  2720k|  2705k|     0 |   0.0 | 792M|1369 |   - |1848 | 553 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
410.60/410.63	c   392s|  2730k|  2715k|     0 |   0.0 | 795M|1369 |   - |1848 | 533 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
412.10/412.17	c   393s|  2740k|  2725k|     0 |   0.0 | 798M|1369 |   - |1848 | 536 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
413.70/413.71	c   395s|  2750k|  2735k|     0 |   0.0 | 800M|1369 |   - |1848 | 497 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
415.10/415.19	c   396s|  2760k|  2745k|     0 |   0.0 | 803M|1369 |   - |1848 | 502 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
416.70/416.70	c   398s|  2770k|  2755k|     0 |   0.0 | 806M|1369 |   - |1848 | 507 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
418.20/418.20	c   399s|  2780k|  2765k|     0 |   0.0 | 809M|1369 |   - |1848 | 502 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
419.70/419.72	c   400s|  2790k|  2775k|     0 |   0.0 | 812M|1369 |   - |1848 | 532 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
421.20/421.21	c   402s|  2800k|  2785k|     0 |   0.0 | 815M|1369 |   - |1848 | 540 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
422.70/422.74	c   403s|  2810k|  2795k|     0 |   0.0 | 817M|1369 |   - |1848 | 542 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
424.20/424.23	c   405s|  2820k|  2805k|     0 |   0.0 | 820M|1369 |   - |1848 | 537 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
425.71/425.72	c   406s|  2830k|  2815k|     0 |   0.0 | 823M|1369 |   - |1848 | 568 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
427.20/427.26	c   408s|  2840k|  2825k|     0 |   0.0 | 826M|1369 |   - |1848 | 555 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
428.80/428.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.80/428.80	c   409s|  2850k|  2835k|     0 |   0.0 | 829M|1369 |   - |1848 | 530 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
430.30/430.39	c   411s|  2860k|  2844k|     0 |   0.0 | 831M|1369 |   - |1848 | 543 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
431.90/431.91	c   412s|  2870k|  2854k|     0 |   0.0 | 834M|1369 |   - |1848 | 514 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
433.40/433.42	c   414s|  2880k|  2864k|     0 |   0.0 | 837M|1369 |   - |1848 | 561 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
434.90/434.97	c   415s|  2890k|  2874k|     0 |   0.0 | 840M|1369 |   - |1848 | 553 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
436.50/436.50	c   416s|  2900k|  2884k|     0 |   0.0 | 843M|1369 |   - |1848 | 592 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
438.00/438.03	c   418s|  2910k|  2894k|     0 |   0.0 | 845M|1369 |   - |1848 | 550 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
439.50/439.56	c   419s|  2920k|  2904k|     0 |   0.0 | 848M|1369 |   - |1848 | 559 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
441.00/441.04	c   421s|  2930k|  2914k|     0 |   0.0 | 851M|1369 |   - |1848 | 561 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
442.50/442.59	c   422s|  2940k|  2924k|     0 |   0.0 | 854M|1369 |   - |1848 | 556 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
444.00/444.07	c   424s|  2950k|  2934k|     0 |   0.0 | 857M|1369 |   - |1848 | 545 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
445.50/445.58	c   425s|  2960k|  2944k|     0 |   0.0 | 859M|1369 |   - |1848 | 578 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
447.10/447.10	c   427s|  2970k|  2954k|     0 |   0.0 | 862M|1369 |   - |1848 | 550 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
448.60/448.61	c   428s|  2980k|  2964k|     0 |   0.0 | 865M|1369 |   - |1848 | 639 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
450.10/450.13	c   430s|  2990k|  2974k|     0 |   0.0 | 868M|1369 |   - |1848 | 603 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
451.59/451.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
451.59/451.64	c   431s|  3000k|  2984k|     0 |   0.0 | 871M|1369 |   - |1848 | 581 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
453.10/453.17	c   432s|  3010k|  2994k|     0 |   0.0 | 873M|1369 |   - |1848 | 578 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
454.59/454.69	c   434s|  3020k|  3004k|     0 |   0.0 | 876M|1369 |   - |1848 | 600 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
456.10/456.19	c   435s|  3030k|  3014k|     0 |   0.0 | 879M|1369 |   - |1848 | 581 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
457.61/457.67	c   437s|  3040k|  3024k|     0 |   0.0 | 882M|1369 |   - |1848 | 558 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
459.20/459.22	c   438s|  3050k|  3034k|     0 |   0.0 | 885M|1369 |   - |1848 | 569 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
460.70/460.78	c   440s|  3060k|  3044k|     0 |   0.0 | 887M|1369 |   - |1848 | 541 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
462.19/462.28	c   441s|  3070k|  3054k|     0 |   0.0 | 890M|1369 |   - |1848 | 592 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
463.70/463.79	c   443s|  3080k|  3064k|     0 |   0.0 | 893M|1369 |   - |1848 | 536 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
465.20/465.29	c   444s|  3090k|  3074k|     0 |   0.0 | 896M|1369 |   - |1848 | 512 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
466.70/466.79	c   445s|  3100k|  3083k|     0 |   0.0 | 899M|1369 |   - |1848 | 499 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
468.30/468.30	c   447s|  3110k|  3093k|     0 |   0.0 | 901M|1369 |   - |1848 | 526 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
469.81/469.81	c   448s|  3120k|  3103k|     0 |   0.0 | 904M|1369 |   - |1848 | 483 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
471.20/471.29	c   450s|  3130k|  3113k|     0 |   0.0 | 907M|1369 |   - |1848 | 487 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
472.80/472.83	c   451s|  3140k|  3123k|     0 |   0.0 | 910M|1369 |   - |1848 | 496 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
474.30/474.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.30/474.33	c   453s|  3150k|  3133k|     0 |   0.0 | 913M|1369 |   - |1848 | 458 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
475.80/475.89	c   454s|  3160k|  3143k|     0 |   0.0 | 916M|1369 |   - |1848 | 460 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
477.30/477.39	c   456s|  3170k|  3153k|     0 |   0.0 | 918M|1369 |   - |1848 | 469 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
478.80/478.87	c   457s|  3180k|  3163k|     0 |   0.0 | 921M|1369 |   - |1848 | 439 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
480.30/480.37	c   458s|  3190k|  3173k|     0 |   0.0 | 924M|1369 |   - |1848 | 522 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
481.80/481.82	c   460s|  3200k|  3183k|     0 |   0.0 | 927M|1369 |   - |1848 | 464 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
483.30/483.32	c   461s|  3210k|  3193k|     0 |   0.0 | 930M|1369 |   - |1848 | 460 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
484.70/484.79	c   463s|  3220k|  3203k|     0 |   0.0 | 933M|1369 |   - |1848 | 477 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
486.31/486.35	c   464s|  3230k|  3213k|     0 |   0.0 | 935M|1369 |   - |1848 | 498 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
487.80/487.87	c   466s|  3240k|  3223k|     0 |   0.0 | 938M|1369 |   - |1848 | 520 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
489.30/489.37	c   467s|  3250k|  3233k|     0 |   0.0 | 941M|1369 |   - |1848 | 488 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
490.80/490.89	c   469s|  3260k|  3243k|     0 |   0.0 | 944M|1369 |   - |1848 | 492 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
492.30/492.39	c   470s|  3270k|  3253k|     0 |   0.0 | 947M|1369 |   - |1848 | 491 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
493.90/493.94	c   471s|  3280k|  3263k|     0 |   0.0 | 949M|1369 |   - |1848 | 501 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
495.40/495.41	c   473s|  3290k|  3273k|     0 |   0.0 | 952M|1369 |   - |1848 | 532 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
496.80/496.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.80/496.89	c   474s|  3300k|  3283k|     0 |   0.0 | 955M|1369 |   - |1848 | 504 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
498.30/498.36	c   476s|  3310k|  3293k|     0 |   0.0 | 958M|1369 |   - |1848 | 517 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
499.80/499.85	c   477s|  3320k|  3302k|     0 |   0.0 | 961M|1369 |   - |1848 | 518 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
501.30/501.36	c   479s|  3330k|  3312k|     0 |   0.0 | 964M|1369 |   - |1848 | 537 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
502.81/502.87	c   480s|  3340k|  3322k|     0 |   0.0 | 966M|1369 |   - |1848 | 555 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
504.30/504.38	c   481s|  3350k|  3332k|     0 |   0.0 | 969M|1369 |   - |1848 | 576 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
505.80/505.88	c   483s|  3360k|  3342k|     0 |   0.0 | 972M|1369 |   - |1848 | 553 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
507.30/507.39	c   484s|  3370k|  3352k|     0 |   0.0 | 975M|1369 |   - |1848 | 562 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
508.90/508.91	c   486s|  3380k|  3362k|     0 |   0.0 | 978M|1369 |   - |1848 | 577 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
510.40/510.42	c   487s|  3390k|  3372k|     0 |   0.0 | 981M|1369 |   - |1848 | 580 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
511.90/511.92	c   489s|  3400k|  3382k|     0 |   0.0 | 983M|1369 |   - |1848 | 543 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
513.40/513.44	c   490s|  3410k|  3392k|     0 |   0.0 | 986M|1369 |   - |1848 | 574 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
514.91/514.96	c   492s|  3420k|  3402k|     0 |   0.0 | 989M|1369 |   - |1848 | 605 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
516.40/516.43	c   493s|  3430k|  3412k|     0 |   0.0 | 992M|1369 |   - |1848 | 583 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
517.90/517.92	c   494s|  3440k|  3422k|     0 |   0.0 | 995M|1369 |   - |1848 | 576 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
519.40/519.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
519.40/519.44	c   496s|  3450k|  3432k|     0 |   0.0 | 997M|1369 |   - |1848 | 567 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
521.00/521.02	c   497s|  3460k|  3442k|     0 |   0.0 |1000M|1369 |   - |1848 | 584 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
522.51/522.52	c   499s|  3470k|  3452k|     0 |   0.0 |1003M|1369 |   - |1848 | 556 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
524.00/524.04	c   500s|  3480k|  3462k|     0 |   0.0 |1006M|1369 |   - |1848 | 575 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
525.50/525.53	c   502s|  3490k|  3472k|     0 |   0.0 |1009M|1369 |   - |1848 | 603 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
527.00/527.03	c   503s|  3500k|  3482k|     0 |   0.0 |1011M|1369 |   - |1848 | 565 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
528.50/528.52	c   505s|  3510k|  3492k|     0 |   0.0 |1014M|1369 |   - |1848 | 587 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
530.00/530.02	c   506s|  3520k|  3502k|     0 |   0.0 |1017M|1369 |   - |1848 | 562 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
531.50/531.57	c   507s|  3530k|  3512k|     0 |   0.0 |1020M|1369 |   - |1848 | 567 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
533.00/533.06	c   509s|  3540k|  3522k|     0 |   0.0 |1023M|1369 |   - |1848 | 563 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
534.50/534.55	c   510s|  3550k|  3531k|     0 |   0.0 |1026M|1369 |   - |1848 | 547 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
536.10/536.14	c   512s|  3560k|  3541k|     0 |   0.0 |1028M|1369 |   - |1848 | 589 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
537.60/537.65	c   513s|  3570k|  3551k|     0 |   0.0 |1031M|1369 |   - |1848 | 534 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
539.10/539.14	c   515s|  3580k|  3561k|     0 |   0.0 |1034M|1369 |   - |1848 | 511 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
540.60/540.65	c   516s|  3590k|  3571k|     0 |   0.0 |1037M|1369 |   - |1848 | 516 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
542.10/542.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
542.10/542.16	c   518s|  3600k|  3581k|     0 |   0.0 |1040M|1369 |   - |1848 | 491 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
543.60/543.68	c   519s|  3610k|  3591k|     0 |   0.0 |1043M|1369 |   - |1848 | 510 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
545.20/545.21	c   521s|  3620k|  3601k|     0 |   0.0 |1045M|1369 |   - |1848 | 496 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
546.71/546.74	c   522s|  3630k|  3611k|     0 |   0.0 |1048M|1369 |   - |1848 | 505 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
548.20/548.24	c   523s|  3640k|  3621k|     0 |   0.0 |1051M|1369 |   - |1848 | 471 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
549.71/549.79	c   525s|  3650k|  3631k|     0 |   0.0 |1054M|1369 |   - |1848 | 486 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
551.21/551.29	c   526s|  3660k|  3641k|     0 |   0.0 |1057M|1369 |   - |1848 | 475 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
552.70/552.77	c   528s|  3670k|  3651k|     0 |   0.0 |1059M|1369 |   - |1848 | 448 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
554.20/554.29	c   529s|  3680k|  3661k|     0 |   0.0 |1062M|1369 |   - |1848 | 435 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
555.80/555.80	c   531s|  3690k|  3671k|     0 |   0.0 |1065M|1369 |   - |1848 | 439 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
557.20/557.28	c   532s|  3700k|  3681k|     0 |   0.0 |1068M|1369 |   - |1848 | 424 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
558.70/558.76	c   533s|  3710k|  3691k|     0 |   0.0 |1071M|1369 |   - |1848 | 438 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
560.20/560.25	c   535s|  3720k|  3701k|     0 |   0.0 |1074M|1369 |   - |1848 | 424 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
561.70/561.77	c   536s|  3730k|  3711k|     0 |   0.0 |1076M|1369 |   - |1848 | 433 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
563.20/563.28	c   538s|  3740k|  3721k|     0 |   0.0 |1079M|1369 |   - |1848 | 443 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
564.70/564.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
564.70/564.77	c   539s|  3750k|  3731k|     0 |   0.0 |1082M|1369 |   - |1848 | 456 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
566.21/566.21	c   541s|  3760k|  3741k|     0 |   0.0 |1085M|1369 |   - |1848 | 446 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
567.70/567.74	c   542s|  3770k|  3751k|     0 |   0.0 |1088M|1369 |   - |1848 | 429 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
569.20/569.24	c   543s|  3780k|  3760k|     0 |   0.0 |1091M|1369 |   - |1848 | 437 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
570.71/570.73	c   545s|  3790k|  3770k|     0 |   0.0 |1093M|1369 |   - |1848 | 488 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
572.20/572.21	c   546s|  3800k|  3780k|     0 |   0.0 |1096M|1369 |   - |1848 | 439 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
573.70/573.70	c   548s|  3810k|  3790k|     0 |   0.0 |1099M|1369 |   - |1848 | 437 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
575.10/575.19	c   549s|  3820k|  3800k|     0 |   0.0 |1102M|1369 |   - |1848 | 482 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
576.70/576.73	c   551s|  3830k|  3810k|     0 |   0.0 |1105M|1369 |   - |1848 | 536 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
578.11/578.19	c   552s|  3840k|  3820k|     0 |   0.0 |1108M|1369 |   - |1848 | 464 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
579.60/579.67	c   553s|  3850k|  3830k|     0 |   0.0 |1110M|1369 |   - |1848 | 479 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
581.10/581.19	c   555s|  3860k|  3840k|     0 |   0.0 |1113M|1369 |   - |1848 | 491 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
582.70/582.70	c   556s|  3870k|  3850k|     0 |   0.0 |1116M|1369 |   - |1848 | 498 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
584.10/584.17	c   558s|  3880k|  3860k|     0 |   0.0 |1119M|1369 |   - |1848 | 490 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
585.60/585.67	c   559s|  3890k|  3870k|     0 |   0.0 |1122M|1369 |   - |1848 | 502 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
587.20/587.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
587.20/587.20	c   561s|  3900k|  3880k|     0 |   0.0 |1125M|1369 |   - |1848 | 475 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
588.60/588.69	c   562s|  3910k|  3890k|     0 |   0.0 |1127M|1369 |   - |1848 | 488 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
590.20/590.21	c   564s|  3920k|  3900k|     0 |   0.0 |1130M|1369 |   - |1848 | 502 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
591.60/591.69	c   565s|  3930k|  3910k|     0 |   0.0 |1133M|1369 |   - |1848 | 498 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
593.20/593.24	c   566s|  3940k|  3920k|     0 |   0.0 |1136M|1369 |   - |1848 | 523 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
594.70/594.74	c   568s|  3950k|  3930k|     0 |   0.0 |1139M|1369 |   - |1848 | 511 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
596.21/596.25	c   569s|  3960k|  3940k|     0 |   0.0 |1142M|1369 |   - |1848 | 558 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
597.70/597.72	c   571s|  3970k|  3950k|     0 |   0.0 |1144M|1369 |   - |1848 | 524 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
599.21/599.29	c   572s|  3980k|  3960k|     0 |   0.0 |1147M|1369 |   - |1848 | 572 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
600.80/600.80	c   574s|  3990k|  3970k|     0 |   0.0 |1150M|1369 |   - |1848 | 505 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
602.30/602.33	c   575s|  4000k|  3980k|     0 |   0.0 |1153M|1369 |   - |1848 | 539 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
603.80/603.83	c   577s|  4010k|  3989k|     0 |   0.0 |1156M|1369 |   - |1848 | 487 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
605.30/605.33	c   578s|  4020k|  3999k|     0 |   0.0 |1159M|1369 |   - |1848 | 504 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
606.80/606.81	c   579s|  4030k|  4009k|     0 |   0.0 |1161M|1369 |   - |1848 | 515 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
608.20/608.29	c   581s|  4040k|  4019k|     0 |   0.0 |1164M|1369 |   - |1848 | 533 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
609.70/609.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.70/609.78	c   582s|  4050k|  4029k|     0 |   0.0 |1167M|1369 |   - |1848 | 536 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
611.30/611.31	c   584s|  4060k|  4039k|     0 |   0.0 |1170M|1369 |   - |1848 | 574 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
612.81/612.81	c   585s|  4070k|  4049k|     0 |   0.0 |1173M|1369 |   - |1848 | 502 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
614.30/614.35	c   587s|  4080k|  4059k|     0 |   0.0 |1176M|1369 |   - |1848 | 547 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
615.80/615.85	c   588s|  4090k|  4069k|     0 |   0.0 |1178M|1369 |   - |1848 | 534 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
617.30/617.33	c   589s|  4100k|  4079k|     0 |   0.0 |1181M|1369 |   - |1848 | 501 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
618.80/618.84	c   591s|  4110k|  4089k|     0 |   0.0 |1184M|1369 |   - |1848 | 549 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
620.30/620.35	c   592s|  4120k|  4099k|     0 |   0.0 |1187M|1369 |   - |1848 | 544 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
621.80/621.86	c   594s|  4130k|  4109k|     0 |   0.0 |1190M|1369 |   - |1848 | 530 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
623.30/623.34	c   595s|  4140k|  4119k|     0 |   0.0 |1192M|1369 |   - |1848 | 519 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
624.80/624.84	c   597s|  4150k|  4129k|     0 |   0.0 |1195M|1369 |   - |1848 | 514 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
626.40/626.40	c   598s|  4160k|  4139k|     0 |   0.0 |1198M|1369 |   - |1848 | 496 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
627.90/627.90	c   599s|  4170k|  4149k|     0 |   0.0 |1201M|1369 |   - |1848 | 518 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
629.40/629.40	c   601s|  4180k|  4159k|     0 |   0.0 |1204M|1369 |   - |1848 | 538 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
630.91/630.91	c   602s|  4190k|  4169k|     0 |   0.0 |1207M|1369 |   - |1848 | 529 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
632.40/632.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
632.40/632.41	c   604s|  4200k|  4179k|     0 |   0.0 |1209M|1369 |   - |1848 | 506 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
633.80/633.87	c   605s|  4210k|  4189k|     0 |   0.0 |1212M|1369 |   - |1848 | 537 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
635.30/635.39	c   607s|  4220k|  4199k|     0 |   0.0 |1215M|1369 |   - |1848 | 542 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
636.80/636.89	c   608s|  4230k|  4209k|     0 |   0.0 |1218M|1369 |   - |1848 | 477 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
638.30/638.38	c   609s|  4240k|  4218k|     0 |   0.0 |1221M|1369 |   - |1848 | 502 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
639.90/639.92	c   611s|  4250k|  4228k|     0 |   0.0 |1224M|1369 |   - |1848 | 531 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
641.40/641.48	c   612s|  4260k|  4238k|     0 |   0.0 |1226M|1369 |   - |1848 | 507 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
643.00/643.01	c   614s|  4270k|  4248k|     0 |   0.0 |1229M|1369 |   - |1848 | 520 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
644.50/644.50	c   615s|  4280k|  4258k|     0 |   0.0 |1232M|1369 |   - |1848 | 520 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
646.00/646.06	c   617s|  4290k|  4268k|     0 |   0.0 |1235M|1369 |   - |1848 | 530 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
647.61/647.60	c   618s|  4300k|  4278k|     0 |   0.0 |1238M|1369 |   - |1848 | 570 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
649.01/649.09	c   620s|  4310k|  4288k|     0 |   0.0 |1241M|1369 |   - |1848 | 502 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
650.50/650.57	c   621s|  4320k|  4298k|     0 |   0.0 |1243M|1369 |   - |1848 | 517 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
652.00/652.05	c   623s|  4330k|  4308k|     0 |   0.0 |1246M|1369 |   - |1848 | 512 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
653.50/653.53	c   624s|  4340k|  4318k|     0 |   0.0 |1249M|1369 |   - |1848 | 504 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
655.00/655.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.00/655.01	c   625s|  4350k|  4328k|     0 |   0.0 |1252M|1369 |   - |1848 | 506 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
656.50/656.53	c   627s|  4360k|  4338k|     0 |   0.0 |1255M|1369 |   - |1848 | 514 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
658.00/658.04	c   628s|  4370k|  4348k|     0 |   0.0 |1257M|1369 |   - |1848 | 518 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
659.50/659.54	c   630s|  4380k|  4358k|     0 |   0.0 |1260M|1369 |   - |1848 | 524 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
661.00/661.05	c   631s|  4390k|  4368k|     0 |   0.0 |1263M|1369 |   - |1848 | 499 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
662.50/662.55	c   633s|  4400k|  4378k|     0 |   0.0 |1266M|1369 |   - |1848 | 506 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
664.00/664.04	c   634s|  4410k|  4388k|     0 |   0.0 |1269M|1369 |   - |1848 | 485 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
665.51/665.53	c   635s|  4420k|  4398k|     0 |   0.0 |1272M|1369 |   - |1848 | 523 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
667.00/667.02	c   637s|  4430k|  4408k|     0 |   0.0 |1274M|1369 |   - |1848 | 497 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
668.50/668.51	c   638s|  4440k|  4418k|     0 |   0.0 |1277M|1369 |   - |1848 | 529 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
669.91/670.00	c   640s|  4450k|  4428k|     0 |   0.0 |1280M|1369 |   - |1848 | 520 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
671.50/671.51	c   641s|  4460k|  4438k|     0 |   0.0 |1283M|1369 |   - |1848 | 556 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
672.90/672.98	c   643s|  4470k|  4447k|     0 |   0.0 |1286M|1369 |   - |1848 | 557 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
674.51/674.50	c   644s|  4480k|  4457k|     0 |   0.0 |1289M|1369 |   - |1848 | 540 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
676.00/676.01	c   645s|  4490k|  4467k|     0 |   0.0 |1291M|1369 |   - |1848 | 501 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
677.40/677.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
677.40/677.50	c   647s|  4500k|  4477k|     0 |   0.0 |1294M|1369 |   - |1848 | 544 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
679.00/679.01	c   648s|  4510k|  4487k|     0 |   0.0 |1297M|1369 |   - |1848 | 506 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
680.40/680.49	c   650s|  4520k|  4497k|     0 |   0.0 |1300M|1369 |   - |1848 | 515 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
682.00/682.00	c   651s|  4530k|  4507k|     0 |   0.0 |1303M|1369 |   - |1848 | 505 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
683.50/683.52	c   653s|  4540k|  4517k|     0 |   0.0 |1306M|1369 |   - |1848 | 562 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
685.00/685.00	c   654s|  4550k|  4527k|     0 |   0.0 |1308M|1369 |   - |1848 | 512 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
686.41/686.49	c   655s|  4560k|  4537k|     0 |   0.0 |1311M|1369 |   - |1848 | 573 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
688.00/688.00	c   657s|  4570k|  4547k|     0 |   0.0 |1314M|1369 |   - |1848 | 532 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
689.40/689.47	c   658s|  4580k|  4557k|     0 |   0.0 |1317M|1369 |   - |1848 | 496 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
690.91/690.96	c   660s|  4590k|  4567k|     0 |   0.0 |1320M|1369 |   - |1848 | 512 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
692.40/692.47	c   661s|  4600k|  4577k|     0 |   0.0 |1323M|1369 |   - |1848 | 532 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
693.90/693.93	c   663s|  4610k|  4587k|     0 |   0.0 |1325M|1369 |   - |1848 | 518 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
695.40/695.42	c   664s|  4620k|  4597k|     0 |   0.0 |1328M|1369 |   - |1848 | 503 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
696.80/696.89	c   665s|  4630k|  4607k|     0 |   0.0 |1331M|1369 |   - |1848 | 541 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
698.31/698.40	c   667s|  4640k|  4617k|     0 |   0.0 |1334M|1369 |   - |1848 | 541 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
699.80/699.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
699.80/699.89	c   668s|  4650k|  4627k|     0 |   0.0 |1337M|1369 |   - |1848 | 506 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
701.40/701.40	c   670s|  4660k|  4637k|     0 |   0.0 |1340M|1369 |   - |1848 | 532 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
702.80/702.89	c   671s|  4670k|  4647k|     0 |   0.0 |1343M|1369 |   - |1848 | 533 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
704.30/704.38	c   672s|  4680k|  4657k|     0 |   0.0 |1345M|1369 |   - |1848 | 533 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
705.80/705.84	c   674s|  4690k|  4666k|     0 |   0.0 |1348M|1369 |   - |1848 | 536 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
707.31/707.32	c   675s|  4700k|  4676k|     0 |   0.0 |1351M|1369 |   - |1848 | 508 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
708.70/708.79	c   677s|  4710k|  4686k|     0 |   0.0 |1354M|1369 |   - |1848 | 507 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
710.20/710.27	c   678s|  4720k|  4696k|     0 |   0.0 |1357M|1369 |   - |1848 | 520 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
711.81/711.82	c   680s|  4730k|  4706k|     0 |   0.0 |1359M|1369 |   - |1848 | 524 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
713.30/713.35	c   681s|  4740k|  4716k|     0 |   0.0 |1362M|1369 |   - |1848 | 514 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
714.81/714.85	c   683s|  4750k|  4726k|     0 |   0.0 |1365M|1369 |   - |1848 | 562 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
716.30/716.34	c   684s|  4760k|  4736k|     0 |   0.0 |1368M|1369 |   - |1848 | 545 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
717.81/717.81	c   685s|  4770k|  4746k|     0 |   0.0 |1371M|1369 |   - |1848 | 550 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
719.30/719.31	c   687s|  4780k|  4756k|     0 |   0.0 |1374M|1369 |   - |1848 | 567 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
720.71/720.79	c   688s|  4790k|  4766k|     0 |   0.0 |1377M|1369 |   - |1848 | 546 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
722.31/722.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
722.31/722.31	c   690s|  4800k|  4776k|     0 |   0.0 |1379M|1369 |   - |1848 | 572 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
723.70/723.80	c   691s|  4810k|  4786k|     0 |   0.0 |1382M|1369 |   - |1848 | 575 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
725.30/725.30	c   692s|  4820k|  4796k|     0 |   0.0 |1385M|1369 |   - |1848 | 600 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
726.70/726.78	c   694s|  4830k|  4806k|     0 |   0.0 |1388M|1369 |   - |1848 | 576 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
728.30/728.30	c   695s|  4840k|  4816k|     0 |   0.0 |1391M|1369 |   - |1848 | 600 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
729.81/729.84	c   697s|  4850k|  4826k|     0 |   0.0 |1394M|1369 |   - |1848 | 553 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
731.30/731.39	c   698s|  4860k|  4836k|     0 |   0.0 |1396M|1369 |   - |1848 | 565 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
732.80/732.86	c   700s|  4870k|  4846k|     0 |   0.0 |1399M|1369 |   - |1848 | 572 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
734.30/734.37	c   701s|  4880k|  4856k|     0 |   0.0 |1402M|1369 |   - |1848 | 570 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
735.91/735.91	c   703s|  4890k|  4866k|     0 |   0.0 |1405M|1369 |   - |1848 | 543 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
737.40/737.42	c   704s|  4900k|  4876k|     0 |   0.0 |1408M|1369 |   - |1848 | 586 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
738.90/738.94	c   706s|  4910k|  4886k|     0 |   0.0 |1410M|1369 |   - |1848 | 609 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
740.41/740.43	c   707s|  4920k|  4895k|     0 |   0.0 |1413M|1369 |   - |1848 | 583 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
741.90/741.90	c   708s|  4930k|  4905k|     0 |   0.0 |1416M|1369 |   - |1848 | 584 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
743.40/743.40	c   710s|  4940k|  4915k|     0 |   0.0 |1419M|1369 |   - |1848 | 634 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
744.81/744.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
744.81/744.89	c   711s|  4950k|  4925k|     0 |   0.0 |1422M|1369 |   - |1848 | 646 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
746.30/746.38	c   713s|  4960k|  4935k|     0 |   0.0 |1424M|1369 |   - |1848 | 630 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
747.80/747.87	c   714s|  4970k|  4945k|     0 |   0.0 |1427M|1369 |   - |1848 | 633 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
749.31/749.37	c   716s|  4980k|  4955k|     0 |   0.0 |1430M|1369 |   - |1848 | 633 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
750.91/750.91	c   717s|  4990k|  4965k|     0 |   0.0 |1433M|1369 |   - |1848 | 637 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
752.41/752.42	c   718s|  5000k|  4975k|     0 |   0.0 |1436M|1369 |   - |1848 | 644 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
753.90/753.92	c   720s|  5010k|  4985k|     0 |   0.0 |1439M|1369 |   - |1848 | 630 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
755.40/755.44	c   721s|  5020k|  4995k|     0 |   0.0 |1441M|1369 |   - |1848 | 628 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
756.91/756.97	c   723s|  5030k|  5005k|     0 |   0.0 |1444M|1369 |   - |1848 | 680 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
758.40/758.46	c   724s|  5040k|  5015k|     0 |   0.0 |1447M|1369 |   - |1848 | 635 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
759.90/759.98	c   726s|  5050k|  5025k|     0 |   0.0 |1450M|1369 |   - |1848 | 633 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
761.41/761.47	c   727s|  5060k|  5035k|     0 |   0.0 |1453M|1369 |   - |1848 | 621 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
762.91/762.98	c   729s|  5070k|  5045k|     0 |   0.0 |1455M|1369 |   - |1848 | 666 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
764.40/764.46	c   730s|  5080k|  5055k|     0 |   0.0 |1458M|1369 |   - |1848 | 667 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
765.91/765.95	c   731s|  5090k|  5065k|     0 |   0.0 |1461M|1369 |   - |1848 | 643 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
767.50/767.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.50/767.50	c   733s|  5100k|  5075k|     0 |   0.0 |1464M|1369 |   - |1848 | 623 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
768.91/768.97	c   734s|  5110k|  5085k|     0 |   0.0 |1467M|1369 |   - |1848 | 620 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
770.41/770.48	c   736s|  5120k|  5095k|     0 |   0.0 |1469M|1369 |   - |1848 | 626 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
772.01/772.01	c   737s|  5130k|  5105k|     0 |   0.0 |1472M|1369 |   - |1848 | 684 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
773.50/773.54	c   739s|  5140k|  5115k|     0 |   0.0 |1475M|1369 |   - |1848 | 639 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
775.01/775.02	c   740s|  5150k|  5124k|     0 |   0.0 |1478M|1369 |   - |1848 | 643 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
776.51/776.54	c   741s|  5160k|  5134k|     0 |   0.0 |1481M|1369 |   - |1848 | 655 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
778.01/778.01	c   743s|  5170k|  5144k|     0 |   0.0 |1484M|1369 |   - |1848 | 676 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
779.40/779.48	c   744s|  5180k|  5154k|     0 |   0.0 |1486M|1369 |   - |1848 | 641 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
780.90/780.96	c   746s|  5190k|  5164k|     0 |   0.0 |1489M|1369 |   - |1848 | 642 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
782.51/782.52	c   747s|  5200k|  5174k|     0 |   0.0 |1492M|1369 |   - |1848 | 686 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
783.90/783.99	c   749s|  5210k|  5184k|     0 |   0.0 |1495M|1369 |   - |1848 | 676 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
785.41/785.49	c   750s|  5220k|  5194k|     0 |   0.0 |1498M|1369 |   - |1848 | 684 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
786.91/786.99	c   751s|  5230k|  5204k|     0 |   0.0 |1500M|1369 |   - |1848 | 693 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
788.50/788.51	c   753s|  5240k|  5214k|     0 |   0.0 |1503M|1369 |   - |1848 | 681 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
789.91/789.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
789.91/789.97	c   754s|  5250k|  5224k|     0 |   0.0 |1506M|1369 |   - |1848 | 683 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
791.40/791.49	c   756s|  5260k|  5234k|     0 |   0.0 |1509M|1369 |   - |1848 | 674 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
793.00/793.00	c   757s|  5270k|  5244k|     0 |   0.0 |1512M|1369 |   - |1848 | 652 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
794.40/794.49	c   759s|  5280k|  5254k|     0 |   0.0 |1515M|1369 |   - |1848 | 650 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
796.01/796.01	c   760s|  5290k|  5264k|     0 |   0.0 |1517M|1369 |   - |1848 | 695 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
797.51/797.54	c   761s|  5300k|  5274k|     0 |   0.0 |1520M|1369 |   - |1848 | 629 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
799.01/799.04	c   763s|  5310k|  5284k|     0 |   0.0 |1523M|1369 |   - |1848 | 606 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
800.51/800.57	c   764s|  5320k|  5294k|     0 |   0.0 |1526M|1369 |   - |1848 | 626 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
802.01/802.07	c   766s|  5330k|  5304k|     0 |   0.0 |1529M|1369 |   - |1848 | 638 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
803.51/803.54	c   767s|  5340k|  5314k|     0 |   0.0 |1532M|1369 |   - |1848 | 645 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
805.00/805.02	c   769s|  5350k|  5324k|     0 |   0.0 |1534M|1369 |   - |1848 | 603 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
806.51/806.53	c   770s|  5360k|  5334k|     0 |   0.0 |1537M|1369 |   - |1848 | 599 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
807.91/807.97	c   772s|  5370k|  5344k|     0 |   0.0 |1540M|1369 |   - |1848 | 607 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
809.40/809.45	c   773s|  5380k|  5354k|     0 |   0.0 |1543M|1369 |   - |1848 | 604 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
810.91/810.92	c   774s|  5390k|  5363k|     0 |   0.0 |1546M|1369 |   - |1848 | 613 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
812.41/812.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
812.41/812.40	c   776s|  5400k|  5373k|     0 |   0.0 |1549M|1369 |   - |1848 | 607 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
813.80/813.87	c   777s|  5410k|  5383k|     0 |   0.0 |1551M|1369 |   - |1848 | 594 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
815.30/815.38	c   779s|  5420k|  5393k|     0 |   0.0 |1554M|1369 |   - |1848 | 582 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
816.80/816.89	c   780s|  5430k|  5403k|     0 |   0.0 |1557M|1369 |   - |1848 | 590 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
818.31/818.37	c   781s|  5440k|  5413k|     0 |   0.0 |1560M|1369 |   - |1848 | 570 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
819.80/819.89	c   783s|  5450k|  5423k|     0 |   0.0 |1563M|1369 |   - |1848 | 611 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
821.41/821.40	c   784s|  5460k|  5433k|     0 |   0.0 |1566M|1369 |   - |1848 | 577 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
822.91/822.91	c   786s|  5470k|  5443k|     0 |   0.0 |1568M|1369 |   - |1848 | 594 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
824.41/824.40	c   787s|  5480k|  5453k|     0 |   0.0 |1571M|1369 |   - |1848 | 571 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
825.91/825.93	c   789s|  5490k|  5463k|     0 |   0.0 |1574M|1369 |   - |1848 | 559 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
827.40/827.45	c   790s|  5500k|  5473k|     0 |   0.0 |1577M|1369 |   - |1848 | 634 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
828.91/828.94	c   792s|  5510k|  5483k|     0 |   0.0 |1580M|1369 |   - |1848 | 616 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
830.40/830.48	c   793s|  5520k|  5493k|     0 |   0.0 |1583M|1369 |   - |1848 | 611 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
832.01/832.00	c   794s|  5530k|  5503k|     0 |   0.0 |1585M|1369 |   - |1848 | 630 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
833.41/833.49	c   796s|  5540k|  5513k|     0 |   0.0 |1588M|1369 |   - |1848 | 595 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
834.91/835.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
834.91/835.00	c   797s|  5550k|  5523k|     0 |   0.0 |1591M|1369 |   - |1848 | 563 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
836.50/836.51	c   799s|  5560k|  5533k|     0 |   0.0 |1594M|1369 |   - |1848 | 588 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
837.91/837.98	c   800s|  5570k|  5543k|     0 |   0.0 |1596M|1369 |   - |1848 | 613 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
839.41/839.45	c   802s|  5580k|  5553k|     0 |   0.0 |1599M|1369 |   - |1848 | 588 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
840.90/840.93	c   803s|  5590k|  5563k|     0 |   0.0 |1602M|1369 |   - |1848 | 598 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
842.41/842.40	c   804s|  5600k|  5573k|     0 |   0.0 |1605M|1369 |   - |1848 | 594 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
843.91/843.91	c   806s|  5610k|  5582k|     0 |   0.0 |1608M|1369 |   - |1848 | 618 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
845.40/845.42	c   807s|  5620k|  5592k|     0 |   0.0 |1611M|1369 |   - |1848 | 604 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
846.90/846.92	c   809s|  5630k|  5602k|     0 |   0.0 |1613M|1369 |   - |1848 | 600 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
848.41/848.47	c   810s|  5640k|  5612k|     0 |   0.0 |1616M|1369 |   - |1848 | 652 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
849.91/849.96	c   812s|  5650k|  5622k|     0 |   0.0 |1619M|1369 |   - |1848 | 617 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
851.41/851.43	c   813s|  5660k|  5632k|     0 |   0.0 |1622M|1369 |   - |1848 | 612 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
852.91/852.95	c   814s|  5670k|  5642k|     0 |   0.0 |1625M|1369 |   - |1848 | 577 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
854.51/854.50	c   816s|  5680k|  5652k|     0 |   0.0 |1627M|1369 |   - |1848 | 594 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
856.01/856.04	c   817s|  5690k|  5662k|     0 |   0.0 |1630M|1369 |   - |1848 | 609 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
857.51/857.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
857.51/857.52	c   819s|  5700k|  5672k|     0 |   0.0 |1633M|1369 |   - |1848 | 619 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
858.90/858.98	c   820s|  5710k|  5682k|     0 |   0.0 |1636M|1369 |   - |1848 | 589 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
860.41/860.43	c   822s|  5720k|  5692k|     0 |   0.0 |1639M|1369 |   - |1848 | 594 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
861.91/861.94	c   823s|  5730k|  5702k|     0 |   0.0 |1642M|1369 |   - |1848 | 600 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
863.40/863.40	c   824s|  5740k|  5712k|     0 |   0.0 |1644M|1369 |   - |1848 | 593 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
864.91/864.92	c   826s|  5750k|  5722k|     0 |   0.0 |1647M|1369 |   - |1848 | 672 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
866.41/866.43	c   827s|  5760k|  5732k|     0 |   0.0 |1650M|1369 |   - |1848 | 618 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
867.91/867.97	c   829s|  5770k|  5742k|     0 |   0.0 |1653M|1369 |   - |1848 | 675 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
869.41/869.45	c   830s|  5780k|  5752k|     0 |   0.0 |1656M|1369 |   - |1848 | 599 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
870.90/870.95	c   832s|  5790k|  5762k|     0 |   0.0 |1659M|1369 |   - |1848 | 636 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
872.41/872.45	c   833s|  5800k|  5772k|     0 |   0.0 |1661M|1369 |   - |1848 | 617 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
873.91/873.92	c   834s|  5810k|  5782k|     0 |   0.0 |1664M|1369 |   - |1848 | 625 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
875.40/875.44	c   836s|  5820k|  5792k|     0 |   0.0 |1667M|1369 |   - |1848 | 630 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
876.90/876.92	c   837s|  5830k|  5801k|     0 |   0.0 |1670M|1369 |   - |1848 | 634 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
878.31/878.37	c   839s|  5840k|  5811k|     0 |   0.0 |1673M|1369 |   - |1848 | 618 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
879.81/879.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
879.81/879.86	c   840s|  5850k|  5821k|     0 |   0.0 |1676M|1369 |   - |1848 | 606 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
881.30/881.32	c   842s|  5860k|  5831k|     0 |   0.0 |1678M|1369 |   - |1848 | 625 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
882.70/882.80	c   843s|  5870k|  5841k|     0 |   0.0 |1681M|1369 |   - |1848 | 607 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
884.21/884.27	c   844s|  5880k|  5851k|     0 |   0.0 |1684M|1369 |   - |1848 | 610 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
885.70/885.74	c   846s|  5890k|  5861k|     0 |   0.0 |1687M|1369 |   - |1848 | 618 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
887.21/887.25	c   847s|  5900k|  5871k|     0 |   0.0 |1690M|1369 |   - |1848 | 604 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
888.71/888.77	c   849s|  5910k|  5881k|     0 |   0.0 |1693M|1369 |   - |1848 | 615 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
890.21/890.26	c   850s|  5920k|  5891k|     0 |   0.0 |1695M|1369 |   - |1848 | 595 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
891.71/891.74	c   851s|  5930k|  5901k|     0 |   0.0 |1698M|1369 |   - |1848 | 633 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
893.21/893.22	c   853s|  5940k|  5911k|     0 |   0.0 |1701M|1369 |   - |1848 | 648 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
894.71/894.72	c   854s|  5950k|  5921k|     0 |   0.0 |1704M|1369 |   - |1848 | 628 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
896.20/896.23	c   856s|  5960k|  5931k|     0 |   0.0 |1707M|1369 |   - |1848 | 646 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
897.71/897.74	c   857s|  5970k|  5941k|     0 |   0.0 |1710M|1369 |   - |1848 | 693 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
899.31/899.30	c   859s|  5980k|  5951k|     0 |   0.0 |1712M|1369 |   - |1848 | 709 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
900.81/900.81	c   860s|  5990k|  5961k|     0 |   0.0 |1715M|1369 |   - |1848 | 625 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
902.21/902.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
902.21/902.28	c   862s|  6000k|  5971k|     0 |   0.0 |1718M|1369 |   - |1848 | 632 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
903.81/903.81	c   863s|  6010k|  5981k|     0 |   0.0 |1721M|1369 |   - |1848 | 646 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
905.31/905.36	c   864s|  6020k|  5991k|     0 |   0.0 |1724M|1369 |   - |1848 | 644 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
906.80/906.89	c   866s|  6030k|  6001k|     0 |   0.0 |1726M|1369 |   - |1848 | 664 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
908.31/908.37	c   867s|  6040k|  6011k|     0 |   0.0 |1729M|1369 |   - |1848 | 639 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
909.81/909.85	c   869s|  6050k|  6021k|     0 |   0.0 |1732M|1369 |   - |1848 | 630 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
911.30/911.32	c   870s|  6060k|  6030k|     0 |   0.0 |1735M|1369 |   - |1848 | 644 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
912.81/912.83	c   872s|  6070k|  6040k|     0 |   0.0 |1738M|1369 |   - |1848 | 655 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
914.30/914.33	c   873s|  6080k|  6050k|     0 |   0.0 |1740M|1369 |   - |1848 | 617 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
915.81/915.85	c   874s|  6090k|  6060k|     0 |   0.0 |1743M|1369 |   - |1848 | 665 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
917.30/917.38	c   876s|  6100k|  6070k|     0 |   0.0 |1746M|1369 |   - |1848 | 665 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
918.81/918.89	c   877s|  6110k|  6080k|     0 |   0.0 |1749M|1369 |   - |1848 | 609 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
920.41/920.45	c   879s|  6120k|  6090k|     0 |   0.0 |1752M|1369 |   - |1848 | 629 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
921.91/921.95	c   880s|  6130k|  6100k|     0 |   0.0 |1754M|1369 |   - |1848 | 597 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
923.40/923.45	c   881s|  6140k|  6110k|     0 |   0.0 |1757M|1369 |   - |1848 | 582 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
924.90/924.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
924.90/924.91	c   883s|  6150k|  6120k|     0 |   0.0 |1760M|1369 |   - |1848 | 603 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
926.40/926.42	c   884s|  6160k|  6130k|     0 |   0.0 |1763M|1369 |   - |1848 | 580 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
927.90/927.93	c   885s|  6170k|  6140k|     0 |   0.0 |1766M|1369 |   - |1848 | 575 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
929.40/929.42	c   887s|  6180k|  6150k|     0 |   0.0 |1769M|1369 |   - |1848 | 574 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
930.91/930.94	c   888s|  6190k|  6160k|     0 |   0.0 |1771M|1369 |   - |1848 | 604 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
932.41/932.44	c   889s|  6200k|  6170k|     0 |   0.0 |1774M|1369 |   - |1848 | 596 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
933.91/933.93	c   891s|  6210k|  6180k|     0 |   0.0 |1777M|1369 |   - |1848 | 595 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
935.41/935.41	c   892s|  6220k|  6190k|     0 |   0.0 |1780M|1369 |   - |1848 | 525 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
936.90/936.91	c   893s|  6230k|  6200k|     0 |   0.0 |1783M|1369 |   - |1848 | 571 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
938.31/938.34	c   894s|  6240k|  6210k|     0 |   0.0 |1786M|1369 |   - |1848 | 565 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
939.80/939.83	c   896s|  6250k|  6220k|     0 |   0.0 |1788M|1369 |   - |1848 | 592 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
941.30/941.34	c   897s|  6260k|  6230k|     0 |   0.0 |1791M|1369 |   - |1848 | 601 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
942.91/942.93	c   898s|  6270k|  6240k|     0 |   0.0 |1794M|1369 |   - |1848 | 613 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
944.41/944.42	c   900s|  6280k|  6249k|     0 |   0.0 |1797M|1369 |   - |1848 | 614 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
945.81/945.88	c   901s|  6290k|  6259k|     0 |   0.0 |1800M|1369 |   - |1848 | 581 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
947.30/947.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
947.30/947.36	c   902s|  6300k|  6269k|     0 |   0.0 |1803M|1369 |   - |1848 | 593 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
948.81/948.80	c   904s|  6310k|  6279k|     0 |   0.0 |1805M|1369 |   - |1848 | 606 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
950.20/950.28	c   905s|  6320k|  6289k|     0 |   0.0 |1808M|1369 |   - |1848 | 605 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
951.70/951.74	c   906s|  6330k|  6299k|     0 |   0.0 |1811M|1369 |   - |1848 | 620 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
953.21/953.25	c   908s|  6340k|  6309k|     0 |   0.0 |1814M|1369 |   - |1848 | 615 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
954.71/954.75	c   909s|  6350k|  6319k|     0 |   0.0 |1817M|1369 |   - |1848 | 636 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
956.21/956.28	c   910s|  6360k|  6329k|     0 |   0.0 |1820M|1369 |   - |1848 | 594 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
957.71/957.79	c   912s|  6370k|  6339k|     0 |   0.0 |1822M|1369 |   - |1848 | 635 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
959.31/959.30	c   913s|  6380k|  6349k|     0 |   0.0 |1825M|1369 |   - |1848 | 621 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
960.70/960.79	c   914s|  6390k|  6359k|     0 |   0.0 |1828M|1369 |   - |1848 | 623 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
962.30/962.30	c   915s|  6400k|  6369k|     0 |   0.0 |1831M|1369 |   - |1848 | 657 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
963.71/963.78	c   917s|  6410k|  6379k|     0 |   0.0 |1834M|1369 |   - |1848 | 589 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
965.21/965.23	c   918s|  6420k|  6389k|     0 |   0.0 |1837M|1369 |   - |1848 | 606 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
966.71/966.70	c   919s|  6430k|  6399k|     0 |   0.0 |1840M|1369 |   - |1848 | 584 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
968.12/968.18	c   921s|  6440k|  6409k|     0 |   0.0 |1842M|1369 |   - |1848 | 569 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
969.60/969.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
969.60/969.67	c   922s|  6450k|  6419k|     0 |   0.0 |1845M|1369 |   - |1848 | 560 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
971.11/971.15	c   923s|  6460k|  6429k|     0 |   0.0 |1848M|1369 |   - |1848 | 544 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
972.61/972.63	c   925s|  6470k|  6439k|     0 |   0.0 |1851M|1369 |   - |1848 | 525 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
974.11/974.12	c   926s|  6480k|  6449k|     0 |   0.0 |1854M|1369 |   - |1848 | 535 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
975.61/975.62	c   927s|  6490k|  6459k|     0 |   0.0 |1857M|1369 |   - |1848 | 543 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
977.10/977.11	c   928s|  6500k|  6469k|     0 |   0.0 |1859M|1369 |   - |1848 | 562 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
978.50/978.59	c   930s|  6510k|  6479k|     0 |   0.0 |1862M|1369 |   - |1848 | 523 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
980.11/980.12	c   931s|  6520k|  6488k|     0 |   0.0 |1865M|1369 |   - |1848 | 548 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
981.61/981.61	c   933s|  6530k|  6498k|     0 |   0.0 |1868M|1369 |   - |1848 | 563 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
983.10/983.11	c   934s|  6540k|  6508k|     0 |   0.0 |1871M|1369 |   - |1848 | 530 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
984.51/984.60	c   935s|  6550k|  6518k|     0 |   0.0 |1874M|1369 |   - |1848 | 539 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
986.10/986.12	c   936s|  6560k|  6528k|     0 |   0.0 |1876M|1369 |   - |1848 | 527 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
987.61/987.60	c   938s|  6570k|  6538k|     0 |   0.0 |1879M|1369 |   - |1848 | 540 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
989.11/989.12	c   939s|  6580k|  6548k|     0 |   0.0 |1882M|1369 |   - |1848 | 568 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
990.61/990.60	c   940s|  6590k|  6558k|     0 |   0.0 |1885M|1369 |   - |1848 | 526 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
992.01/992.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
992.01/992.08	c   942s|  6600k|  6568k|     0 |   0.0 |1888M|1369 |   - |1848 | 523 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
993.51/993.53	c   943s|  6610k|  6578k|     0 |   0.0 |1891M|1369 |   - |1848 | 529 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
995.01/995.01	c   944s|  6620k|  6588k|     0 |   0.0 |1894M|1369 |   - |1848 | 541 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
996.41/996.48	c   946s|  6630k|  6598k|     0 |   0.0 |1896M|1369 |   - |1848 | 540 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
997.91/997.93	c   947s|  6640k|  6608k|     0 |   0.0 |1899M|1369 |   - |1848 | 529 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
999.30/999.37	c   948s|  6650k|  6618k|     0 |   0.0 |1902M|1369 |   - |1848 | 510 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
1000.91/1000.90	c   949s|  6660k|  6628k|     0 |   0.0 |1905M|1369 |   - |1848 | 517 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1002.41/1002.45	c   951s|  6670k|  6638k|     0 |   0.0 |1908M|1369 |   - |1848 | 518 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1003.91/1003.94	c   952s|  6680k|  6648k|     0 |   0.0 |1911M|1369 |   - |1848 | 510 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1005.42/1005.48	c   953s|  6690k|  6658k|     0 |   0.0 |1914M|1369 |   - |1848 | 493 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1006.91/1006.98	c   955s|  6700k|  6668k|     0 |   0.0 |1916M|1369 |   - |1848 | 490 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
1008.41/1008.49	c   956s|  6710k|  6678k|     0 |   0.0 |1919M|1369 |   - |1848 | 498 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1009.91/1009.97	c   957s|  6720k|  6688k|     0 |   0.0 |1922M|1369 |   - |1848 | 493 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1011.40/1011.43	c   959s|  6730k|  6698k|     0 |   0.0 |1925M|1369 |   - |1848 | 502 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1012.91/1012.94	c   960s|  6740k|  6707k|     0 |   0.0 |1928M|1369 |   - |1848 | 509 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1014.41/1014.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1014.41/1014.42	c   961s|  6750k|  6717k|     0 |   0.0 |1931M|1369 |   - |1848 | 476 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
1015.90/1015.94	c   963s|  6760k|  6727k|     0 |   0.0 |1934M|1369 |   - |1848 | 549 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1017.40/1017.46	c   964s|  6770k|  6737k|     0 |   0.0 |1936M|1369 |   - |1848 | 490 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1018.91/1018.92	c   965s|  6780k|  6747k|     0 |   0.0 |1939M|1369 |   - |1848 | 504 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1020.41/1020.42	c   967s|  6790k|  6757k|     0 |   0.0 |1942M|1369 |   - |1848 | 490 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1021.81/1021.90	c   968s|  6800k|  6767k|     0 |   0.0 |1945M|1369 |   - |1848 | 529 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
1023.41/1023.45	c   969s|  6810k|  6777k|     0 |   0.0 |1948M|1369 |   - |1848 | 512 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1024.91/1024.96	c   971s|  6820k|  6787k|     0 |   0.0 |1951M|1369 |   - |1848 | 531 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1026.41/1026.46	c   972s|  6830k|  6797k|     0 |   0.0 |1954M|1369 |   - |1848 | 519 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1028.01/1028.04	c   973s|  6840k|  6807k|     0 |   0.0 |1956M|1369 |   - |1848 | 560 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
1029.51/1029.55	c   975s|  6850k|  6817k|     0 |   0.0 |1959M|1369 |   - |1848 | 587 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1031.11/1031.12	c   976s|  6860k|  6827k|     0 |   0.0 |1962M|1369 |   - |1848 | 589 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1032.70/1032.70	c   978s|  6870k|  6837k|     0 |   0.0 |1965M|1369 |   - |1848 | 551 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1034.20/1034.20	c   979s|  6880k|  6847k|     0 |   0.0 |1968M|1369 |   - |1848 | 561 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
1035.61/1035.69	c   980s|  6890k|  6857k|     0 |   0.0 |1970M|1369 |   - |1848 | 569 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1037.21/1037.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1037.21/1037.24	c   982s|  6900k|  6867k|     0 |   0.0 |1973M|1369 |   - |1848 | 604 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1038.71/1038.75	c   983s|  6910k|  6877k|     0 |   0.0 |1976M|1369 |   - |1848 | 589 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1040.20/1040.24	c   984s|  6920k|  6887k|     0 |   0.0 |1979M|1369 |   - |1848 | 578 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1041.71/1041.75	c   986s|  6930k|  6897k|     0 |   0.0 |1982M|1369 |   - |1848 | 608 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
1043.21/1043.24	c   987s|  6940k|  6907k|     0 |   0.0 |1985M|1369 |   - |1848 | 567 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1044.60/1044.69	c   988s|  6950k|  6917k|     0 |   0.0 |1987M|1369 |   - |1848 | 570 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1046.11/1046.19	c   989s|  6960k|  6927k|     0 |   0.0 |1990M|1369 |   - |1848 | 564 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1047.70/1047.70	c   991s|  6970k|  6936k|     0 |   0.0 |1993M|1369 |   - |1848 | 595 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1049.20/1049.28	c   992s|  6980k|  6946k|     0 |   0.0 |1996M|1369 |   - |1848 | 593 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
1050.81/1050.81	c   993s|  6990k|  6956k|     0 |   0.0 |1999M|1369 |   - |1848 | 572 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1052.21/1052.30	c   995s|  7000k|  6966k|     0 |   0.0 |2002M|1369 |   - |1848 | 590 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1053.71/1053.78	c   996s|  7010k|  6976k|     0 |   0.0 |2004M|1369 |   - |1848 | 581 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1055.31/1055.31	c   997s|  7020k|  6986k|     0 |   0.0 |2007M|1369 |   - |1848 | 618 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
1056.71/1056.78	c   999s|  7030k|  6996k|     0 |   0.0 |2010M|1369 |   - |1848 | 593 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1058.21/1058.26	c  1000s|  7040k|  7006k|     0 |   0.0 |2013M|1369 |   - |1848 | 575 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1059.80/1059.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1059.80/1059.81	c  1001s|  7050k|  7016k|     0 |   0.0 |2016M|1369 |   - |1848 | 553 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1061.30/1061.30	c  1003s|  7060k|  7026k|     0 |   0.0 |2019M|1369 |   - |1848 | 548 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1062.71/1062.75	c  1004s|  7070k|  7036k|     0 |   0.0 |2021M|1369 |   - |1848 | 553 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
1064.21/1064.29	c  1005s|  7080k|  7046k|     0 |   0.0 |2024M|1369 |   - |1848 | 564 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1065.71/1065.79	c  1007s|  7090k|  7056k|     0 |   0.0 |2027M|1369 |   - |1848 | 543 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1067.20/1067.29	c  1008s|  7100k|  7066k|     0 |   0.0 |2030M|1369 |   - |1848 | 560 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1068.80/1068.80	c  1009s|  7110k|  7076k|     0 |   0.0 |2033M|1369 |   - |1848 | 562 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1070.21/1070.26	c  1011s|  7120k|  7086k|     0 |   0.0 |2036M|1369 |   - |1848 | 552 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
1071.70/1071.75	c  1012s|  7130k|  7096k|     0 |   0.0 |2038M|1369 |   - |1848 | 569 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1073.20/1073.25	c  1013s|  7140k|  7106k|     0 |   0.0 |2041M|1369 |   - |1848 | 584 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1074.71/1074.75	c  1015s|  7150k|  7116k|     0 |   0.0 |2044M|1369 |   - |1848 | 616 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1076.21/1076.22	c  1016s|  7160k|  7126k|     0 |   0.0 |2047M|1369 |   - |1848 | 594 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
1077.71/1077.72	c  1017s|  7170k|  7136k|     0 |   0.0 |2050M|1369 |   - |1848 | 609 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1079.11/1079.20	c  1019s|  7180k|  7146k|     0 |   0.0 |2053M|1369 |   - |1848 | 585 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1080.70/1080.70	c  1020s|  7190k|  7156k|     0 |   0.0 |2056M|1369 |   - |1848 | 577 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1082.11/1082.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1082.11/1082.19	c  1021s|  7200k|  7165k|     0 |   0.0 |2058M|1369 |   - |1848 | 595 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1083.71/1083.75	c  1023s|  7210k|  7175k|     0 |   0.0 |2061M|1369 |   - |1848 | 610 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
1085.20/1085.29	c  1024s|  7220k|  7185k|     0 |   0.0 |2064M|1369 |   - |1848 | 566 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1086.81/1086.84	c  1025s|  7230k|  7195k|     0 |   0.0 |2067M|1369 |   - |1848 | 606 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1088.31/1088.30	c  1027s|  7240k|  7205k|     0 |   0.0 |2070M|1369 |   - |1848 | 604 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1089.70/1089.78	c  1028s|  7250k|  7215k|     0 |   0.0 |2072M|1369 |   - |1848 | 628 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
1091.21/1091.27	c  1029s|  7260k|  7225k|     0 |   0.0 |2075M|1369 |   - |1848 | 637 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1092.71/1092.77	c  1031s|  7270k|  7235k|     0 |   0.0 |2078M|1369 |   - |1848 | 690 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1094.20/1094.26	c  1032s|  7280k|  7245k|     0 |   0.0 |2081M|1369 |   - |1848 | 661 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1095.81/1095.82	c  1033s|  7290k|  7255k|     0 |   0.0 |2084M|1369 |   - |1848 | 682 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
1097.30/1097.32	c  1035s|  7300k|  7265k|     0 |   0.0 |2087M|1369 |   - |1848 | 648 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1098.91/1098.93	c  1036s|  7310k|  7275k|     0 |   0.0 |2089M|1369 |   - |1848 | 629 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1100.41/1100.41	c  1037s|  7320k|  7285k|     0 |   0.0 |2092M|1369 |   - |1848 | 630 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1101.81/1101.89	c  1039s|  7330k|  7295k|     0 |   0.0 |2095M|1369 |   - |1848 | 671 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1103.41/1103.41	c  1040s|  7340k|  7305k|     0 |   0.0 |2098M|1369 |   - |1848 | 665 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
1104.91/1104.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1104.91/1104.92	c  1041s|  7350k|  7315k|     0 |   0.0 |2101M|1369 |   - |1848 | 645 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1106.41/1106.43	c  1043s|  7360k|  7325k|     0 |   0.0 |2103M|1369 |   - |1848 | 632 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1107.90/1107.98	c  1044s|  7370k|  7335k|     0 |   0.0 |2106M|1369 |   - |1848 | 622 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1109.41/1109.46	c  1045s|  7380k|  7345k|     0 |   0.0 |2109M|1369 |   - |1848 | 637 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1110.91/1110.97	c  1047s|  7390k|  7355k|     0 |   0.0 |2112M|1369 |   - |1848 | 603 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
1112.40/1112.47	c  1048s|  7400k|  7365k|     0 |   0.0 |2115M|1369 |   - |1848 | 610 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1113.90/1113.99	c  1049s|  7410k|  7375k|     0 |   0.0 |2118M|1369 |   - |1848 | 589 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1115.42/1115.48	c  1051s|  7420k|  7384k|     0 |   0.0 |2120M|1369 |   - |1848 | 593 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1116.90/1116.96	c  1052s|  7430k|  7394k|     0 |   0.0 |2123M|1369 |   - |1848 | 585 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1118.41/1118.45	c  1053s|  7440k|  7404k|     0 |   0.0 |2126M|1369 |   - |1848 | 605 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
1119.91/1119.94	c  1055s|  7450k|  7414k|     0 |   0.0 |2129M|1369 |   - |1848 | 569 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1121.40/1121.41	c  1056s|  7460k|  7424k|     0 |   0.0 |2132M|1369 |   - |1848 | 569 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1122.81/1122.89	c  1057s|  7470k|  7434k|     0 |   0.0 |2135M|1369 |   - |1848 | 579 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1124.31/1124.36	c  1058s|  7480k|  7444k|     0 |   0.0 |2138M|1369 |   - |1848 | 557 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1125.80/1125.86	c  1060s|  7490k|  7454k|     0 |   0.0 |2140M|1369 |   - |1848 | 554 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
1127.31/1127.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1127.31/1127.35	c  1061s|  7500k|  7464k|     0 |   0.0 |2143M|1369 |   - |1848 | 582 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1128.81/1128.85	c  1062s|  7510k|  7474k|     0 |   0.0 |2146M|1369 |   - |1848 | 584 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1130.31/1130.35	c  1064s|  7520k|  7484k|     0 |   0.0 |2149M|1369 |   - |1848 | 590 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1131.80/1131.87	c  1065s|  7530k|  7494k|     0 |   0.0 |2152M|1369 |   - |1848 | 590 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
1133.30/1133.38	c  1067s|  7540k|  7504k|     0 |   0.0 |2155M|1369 |   - |1848 | 560 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1134.81/1134.88	c  1068s|  7550k|  7514k|     0 |   0.0 |2157M|1369 |   - |1848 | 558 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1136.31/1136.35	c  1069s|  7560k|  7524k|     0 |   0.0 |2160M|1369 |   - |1848 | 560 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1137.81/1137.86	c  1071s|  7570k|  7534k|     0 |   0.0 |2163M|1369 |   - |1848 | 512 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1139.30/1139.32	c  1072s|  7580k|  7544k|     0 |   0.0 |2166M|1369 |   - |1848 | 522 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
1140.81/1140.86	c  1073s|  7590k|  7554k|     0 |   0.0 |2169M|1369 |   - |1848 | 555 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1142.31/1142.32	c  1075s|  7600k|  7564k|     0 |   0.0 |2172M|1369 |   - |1848 | 552 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1143.80/1143.82	c  1076s|  7610k|  7574k|     0 |   0.0 |2175M|1369 |   - |1848 | 539 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1145.21/1145.27	c  1077s|  7620k|  7584k|     0 |   0.0 |2177M|1369 |   - |1848 | 562 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1146.70/1146.73	c  1079s|  7630k|  7594k|     0 |   0.0 |2180M|1369 |   - |1848 | 546 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
1148.20/1148.21	c  1080s|  7640k|  7604k|     0 |   0.0 |2183M|1369 |   - |1848 | 556 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1149.61/1149.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1149.61/1149.68	c  1081s|  7650k|  7614k|     0 |   0.0 |2186M|1369 |   - |1848 | 563 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1151.11/1151.19	c  1083s|  7660k|  7623k|     0 |   0.0 |2189M|1369 |   - |1848 | 549 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1152.60/1152.68	c  1084s|  7670k|  7633k|     0 |   0.0 |2192M|1369 |   - |1848 | 535 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
1154.21/1154.22	c  1085s|  7680k|  7643k|     0 |   0.0 |2194M|1369 |   - |1848 | 537 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1155.70/1155.72	c  1087s|  7690k|  7653k|     0 |   0.0 |2197M|1369 |   - |1848 | 519 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1157.10/1157.19	c  1088s|  7700k|  7663k|     0 |   0.0 |2200M|1369 |   - |1848 | 536 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1158.61/1158.69	c  1089s|  7710k|  7673k|     0 |   0.0 |2203M|1369 |   - |1848 | 559 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1160.11/1160.18	c  1091s|  7720k|  7683k|     0 |   0.0 |2206M|1369 |   - |1848 | 531 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
1161.61/1161.69	c  1092s|  7730k|  7693k|     0 |   0.0 |2209M|1369 |   - |1848 | 539 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1163.10/1163.16	c  1093s|  7740k|  7703k|     0 |   0.0 |2211M|1369 |   - |1848 | 539 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1164.61/1164.65	c  1095s|  7750k|  7713k|     0 |   0.0 |2214M|1369 |   - |1848 | 577 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1166.11/1166.12	c  1096s|  7760k|  7723k|     0 |   0.0 |2217M|1369 |   - |1848 | 508 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
1167.61/1167.62	c  1097s|  7770k|  7733k|     0 |   0.0 |2220M|1369 |   - |1848 | 551 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1169.11/1169.16	c  1099s|  7780k|  7743k|     0 |   0.0 |2223M|1369 |   - |1848 | 568 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1170.61/1170.62	c  1100s|  7790k|  7753k|     0 |   0.0 |2226M|1369 |   - |1848 | 603 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1172.10/1172.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1172.10/1172.13	c  1101s|  7800k|  7763k|     0 |   0.0 |2228M|1369 |   - |1848 | 570 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1173.61/1173.61	c  1103s|  7810k|  7773k|     0 |   0.0 |2231M|1369 |   - |1848 | 556 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
1175.10/1175.14	c  1104s|  7820k|  7783k|     0 |   0.0 |2234M|1369 |   - |1848 | 575 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1176.61/1176.65	c  1105s|  7830k|  7793k|     0 |   0.0 |2237M|1369 |   - |1848 | 583 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1178.11/1178.13	c  1107s|  7840k|  7803k|     0 |   0.0 |2240M|1369 |   - |1848 | 580 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1179.60/1179.65	c  1108s|  7850k|  7813k|     0 |   0.0 |2243M|1369 |   - |1848 | 575 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1181.11/1181.15	c  1109s|  7860k|  7823k|     0 |   0.0 |2245M|1369 |   - |1848 | 589 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1182.71/1182.70	c  1111s|  7870k|  7833k|     0 |   0.0 |2248M|1369 |   - |1848 | 585 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1184.11/1184.17	c  1112s|  7880k|  7842k|     0 |   0.0 |2251M|1369 |   - |1848 | 553 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1185.61/1185.68	c  1114s|  7890k|  7852k|     0 |   0.0 |2254M|1369 |   - |1848 | 582 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1187.11/1187.20	c  1115s|  7900k|  7862k|     0 |   0.0 |2257M|1369 |   - |1848 | 577 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1188.61/1188.69	c  1116s|  7910k|  7872k|     0 |   0.0 |2260M|1369 |   - |1848 | 560 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1190.11/1190.19	c  1118s|  7920k|  7882k|     0 |   0.0 |2262M|1369 |   - |1848 | 544 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1191.61/1191.66	c  1119s|  7930k|  7892k|     0 |   0.0 |2265M|1369 |   - |1848 | 555 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1193.11/1193.16	c  1120s|  7940k|  7902k|     0 |   0.0 |2268M|1369 |   - |1848 | 583 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1194.61/1194.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1194.61/1194.64	c  1122s|  7950k|  7912k|     0 |   0.0 |2271M|1369 |   - |1848 | 583 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1196.11/1196.11	c  1123s|  7960k|  7922k|     0 |   0.0 |2274M|1369 |   - |1848 | 558 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1197.51/1197.57	c  1124s|  7970k|  7932k|     0 |   0.0 |2277M|1369 |   - |1848 | 545 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1199.01/1199.07	c  1126s|  7980k|  7942k|     0 |   0.0 |2279M|1369 |   - |1848 | 536 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1200.51/1200.57	c  1127s|  7990k|  7952k|     0 |   0.0 |2282M|1369 |   - |1848 | 581 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1202.00/1202.07	c  1128s|  8000k|  7962k|     0 |   0.0 |2285M|1369 |   - |1848 | 579 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1203.51/1203.56	c  1130s|  8010k|  7972k|     0 |   0.0 |2288M|1369 |   - |1848 | 548 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1205.01/1205.07	c  1131s|  8020k|  7982k|     0 |   0.0 |2291M|1369 |   - |1848 | 502 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1206.50/1206.56	c  1132s|  8030k|  7992k|     0 |   0.0 |2294M|1369 |   - |1848 | 539 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1208.00/1208.03	c  1134s|  8040k|  8002k|     0 |   0.0 |2297M|1369 |   - |1848 | 553 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1209.51/1209.55	c  1135s|  8050k|  8012k|     0 |   0.0 |2299M|1369 |   - |1848 | 572 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1211.11/1211.11	c  1136s|  8060k|  8022k|     0 |   0.0 |2302M|1369 |   - |1848 | 556 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1212.51/1212.58	c  1138s|  8070k|  8032k|     0 |   0.0 |2305M|1369 |   - |1848 | 561 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1214.01/1214.04	c  1139s|  8080k|  8042k|     0 |   0.0 |2308M|1369 |   - |1848 | 567 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1215.51/1215.52	c  1140s|  8090k|  8052k|     0 |   0.0 |2311M|1369 |   - |1848 | 538 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1217.01/1217.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1217.01/1217.07	c  1142s|  8100k|  8062k|     0 |   0.0 |2314M|1369 |   - |1848 | 594 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1218.51/1218.59	c  1143s|  8110k|  8071k|     0 |   0.0 |2316M|1369 |   - |1848 | 569 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1220.01/1220.06	c  1144s|  8120k|  8081k|     0 |   0.0 |2319M|1369 |   - |1848 | 540 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1221.61/1221.67	c  1146s|  8130k|  8091k|     0 |   0.0 |2322M|1369 |   - |1848 | 598 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1223.11/1223.17	c  1147s|  8140k|  8101k|     0 |   0.0 |2325M|1369 |   - |1848 | 563 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1224.61/1224.69	c  1149s|  8150k|  8111k|     0 |   0.0 |2328M|1369 |   - |1848 | 606 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1226.20/1226.20	c  1150s|  8160k|  8121k|     0 |   0.0 |2330M|1369 |   - |1848 | 588 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1227.81/1227.84	c  1151s|  8170k|  8131k|     0 |   0.0 |2333M|1369 |   - |1848 | 645 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1229.41/1229.43	c  1153s|  8180k|  8141k|     0 |   0.0 |2336M|1369 |   - |1848 | 638 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1230.92/1230.91	c  1154s|  8190k|  8151k|     0 |   0.0 |2339M|1369 |   - |1848 | 631 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1232.40/1232.41	c  1156s|  8200k|  8161k|     0 |   0.0 |2342M|1369 |   - |1848 | 617 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1233.91/1233.90	c  1157s|  8210k|  8171k|     0 |   0.0 |2344M|1369 |   - |1848 | 597 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1235.31/1235.37	c  1158s|  8220k|  8181k|     0 |   0.0 |2347M|1369 |   - |1848 | 673 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1236.81/1236.88	c  1160s|  8230k|  8191k|     0 |   0.0 |2350M|1369 |   - |1848 | 655 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1238.31/1238.36	c  1161s|  8240k|  8201k|     0 |   0.0 |2353M|1369 |   - |1848 | 665 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1239.81/1239.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1239.81/1239.83	c  1162s|  8250k|  8211k|     0 |   0.0 |2356M|1369 |   - |1848 | 665 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1241.31/1241.32	c  1164s|  8260k|  8221k|     0 |   0.0 |2359M|1369 |   - |1848 | 679 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1242.81/1242.84	c  1165s|  8270k|  8231k|     0 |   0.0 |2361M|1369 |   - |1848 | 688 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1244.21/1244.27	c  1166s|  8280k|  8241k|     0 |   0.0 |2364M|1369 |   - |1848 | 667 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1245.71/1245.76	c  1168s|  8290k|  8251k|     0 |   0.0 |2367M|1369 |   - |1848 | 711 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1247.20/1247.23	c  1169s|  8300k|  8261k|     0 |   0.0 |2370M|1369 |   - |1848 | 666 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1248.71/1248.74	c  1170s|  8310k|  8271k|     0 |   0.0 |2373M|1369 |   - |1848 | 718 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1250.21/1250.23	c  1172s|  8320k|  8280k|     0 |   0.0 |2376M|1369 |   - |1848 | 714 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1251.71/1251.72	c  1173s|  8330k|  8290k|     0 |   0.0 |2379M|1369 |   - |1848 | 708 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1253.21/1253.20	c  1174s|  8340k|  8300k|     0 |   0.0 |2381M|1369 |   - |1848 | 698 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1254.61/1254.65	c  1176s|  8350k|  8310k|     0 |   0.0 |2384M|1369 |   - |1848 | 689 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1256.11/1256.15	c  1177s|  8360k|  8320k|     0 |   0.0 |2387M|1369 |   - |1848 | 684 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1257.60/1257.62	c  1178s|  8370k|  8330k|     0 |   0.0 |2390M|1369 |   - |1848 | 679 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1259.11/1259.19	c  1180s|  8380k|  8340k|     0 |   0.0 |2393M|1369 |   - |1848 | 694 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1260.71/1260.72	c  1181s|  8390k|  8350k|     0 |   0.0 |2396M|1369 |   - |1848 | 713 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1262.21/1262.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1262.21/1262.20	c  1182s|  8400k|  8360k|     0 |   0.0 |2398M|1369 |   - |1848 | 675 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1263.61/1263.65	c  1184s|  8410k|  8370k|     0 |   0.0 |2401M|1369 |   - |1848 | 658 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1265.21/1265.22	c  1185s|  8420k|  8380k|     0 |   0.0 |2404M|1369 |   - |1848 | 652 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1266.70/1266.77	c  1186s|  8430k|  8390k|     0 |   0.0 |2407M|1369 |   - |1848 | 647 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1268.21/1268.28	c  1188s|  8440k|  8400k|     0 |   0.0 |2410M|1369 |   - |1848 | 646 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1269.80/1269.84	c  1189s|  8450k|  8410k|     0 |   0.0 |2412M|1369 |   - |1848 | 646 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1271.31/1271.35	c  1191s|  8460k|  8420k|     0 |   0.0 |2415M|1369 |   - |1848 | 616 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1272.81/1272.88	c  1192s|  8470k|  8430k|     0 |   0.0 |2418M|1369 |   - |1848 | 665 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1274.41/1274.42	c  1193s|  8480k|  8440k|     0 |   0.0 |2421M|1369 |   - |1848 | 647 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1275.91/1275.95	c  1195s|  8490k|  8450k|     0 |   0.0 |2424M|1369 |   - |1848 | 624 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1277.41/1277.46	c  1196s|  8500k|  8460k|     0 |   0.0 |2427M|1369 |   - |1848 | 637 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1278.91/1278.95	c  1197s|  8510k|  8470k|     0 |   0.0 |2429M|1369 |   - |1848 | 652 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1280.42/1280.41	c  1199s|  8520k|  8480k|     0 |   0.0 |2432M|1369 |   - |1848 | 615 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1281.81/1281.88	c  1200s|  8530k|  8490k|     0 |   0.0 |2435M|1369 |   - |1848 | 628 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1283.41/1283.44	c  1201s|  8540k|  8500k|     0 |   0.0 |2438M|1369 |   - |1848 | 623 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1284.81/1284.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1284.81/1284.88	c  1203s|  8550k|  8509k|     0 |   0.0 |2441M|1369 |   - |1848 | 604 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1286.41/1286.42	c  1204s|  8560k|  8519k|     0 |   0.0 |2444M|1369 |   - |1848 | 672 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1287.90/1287.90	c  1205s|  8570k|  8529k|     0 |   0.0 |2446M|1369 |   - |1848 | 615 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1289.41/1289.48	c  1207s|  8580k|  8539k|     0 |   0.0 |2449M|1369 |   - |1848 | 676 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1291.01/1291.01	c  1208s|  8590k|  8549k|     0 |   0.0 |2452M|1369 |   - |1848 | 682 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1292.51/1292.51	c  1210s|  8600k|  8559k|     0 |   0.0 |2455M|1369 |   - |1848 | 720 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1294.01/1294.00	c  1211s|  8610k|  8569k|     0 |   0.0 |2458M|1369 |   - |1848 | 663 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1295.41/1295.49	c  1212s|  8620k|  8579k|     0 |   0.0 |2460M|1369 |   - |1848 | 681 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1296.91/1296.94	c  1214s|  8630k|  8589k|     0 |   0.0 |2463M|1369 |   - |1848 | 720 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1298.41/1298.46	c  1215s|  8640k|  8599k|     0 |   0.0 |2466M|1369 |   - |1848 | 713 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1299.91/1299.98	c  1216s|  8650k|  8609k|     0 |   0.0 |2469M|1369 |   - |1848 | 729 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1301.41/1301.44	c  1218s|  8660k|  8619k|     0 |   0.0 |2472M|1369 |   - |1848 | 705 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1302.91/1302.92	c  1219s|  8670k|  8629k|     0 |   0.0 |2475M|1369 |   - |1848 | 678 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1304.41/1304.44	c  1220s|  8680k|  8639k|     0 |   0.0 |2477M|1369 |   - |1848 | 720 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1305.91/1305.91	c  1222s|  8690k|  8649k|     0 |   0.0 |2480M|1369 |   - |1848 | 671 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1307.41/1307.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1307.41/1307.41	c  1223s|  8700k|  8659k|     0 |   0.0 |2483M|1369 |   - |1848 | 685 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1308.81/1308.89	c  1224s|  8710k|  8669k|     0 |   0.0 |2486M|1369 |   - |1848 | 695 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1310.41/1310.41	c  1226s|  8720k|  8679k|     0 |   0.0 |2489M|1369 |   - |1848 | 681 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1311.81/1311.87	c  1227s|  8730k|  8689k|     0 |   0.0 |2492M|1369 |   - |1848 | 715 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1313.31/1313.35	c  1228s|  8740k|  8699k|     0 |   0.0 |2494M|1369 |   - |1848 | 699 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1314.81/1314.86	c  1230s|  8750k|  8709k|     0 |   0.0 |2497M|1369 |   - |1848 | 679 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1316.31/1316.34	c  1231s|  8760k|  8719k|     0 |   0.0 |2500M|1369 |   - |1848 | 667 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1317.71/1317.79	c  1232s|  8770k|  8728k|     0 |   0.0 |2503M|1369 |   - |1848 | 687 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1319.31/1319.32	c  1234s|  8780k|  8738k|     0 |   0.0 |2506M|1369 |   - |1848 | 747 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1320.81/1320.80	c  1235s|  8790k|  8748k|     0 |   0.0 |2509M|1369 |   - |1848 | 684 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1322.31/1322.31	c  1236s|  8800k|  8758k|     0 |   0.0 |2511M|1369 |   - |1848 | 714 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1323.81/1323.81	c  1238s|  8810k|  8768k|     0 |   0.0 |2514M|1369 |   - |1848 | 697 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1325.31/1325.31	c  1239s|  8820k|  8778k|     0 |   0.0 |2517M|1369 |   - |1848 | 658 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1326.81/1326.87	c  1241s|  8830k|  8788k|     0 |   0.0 |2520M|1369 |   - |1848 | 671 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1328.31/1328.39	c  1242s|  8840k|  8798k|     0 |   0.0 |2523M|1369 |   - |1848 | 736 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1329.81/1329.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1329.81/1329.86	c  1243s|  8850k|  8808k|     0 |   0.0 |2525M|1369 |   - |1848 | 672 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1331.31/1331.38	c  1245s|  8860k|  8818k|     0 |   0.0 |2528M|1369 |   - |1848 | 693 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1332.91/1332.91	c  1246s|  8870k|  8828k|     0 |   0.0 |2531M|1369 |   - |1848 | 708 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1334.41/1334.42	c  1247s|  8880k|  8838k|     0 |   0.0 |2534M|1369 |   - |1848 | 724 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1335.90/1335.92	c  1249s|  8890k|  8848k|     0 |   0.0 |2537M|1369 |   - |1848 | 705 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1337.40/1337.43	c  1250s|  8900k|  8858k|     0 |   0.0 |2540M|1369 |   - |1848 | 730 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1338.90/1338.96	c  1251s|  8910k|  8868k|     0 |   0.0 |2542M|1369 |   - |1848 | 722 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1340.41/1340.43	c  1253s|  8920k|  8878k|     0 |   0.0 |2545M|1369 |   - |1848 | 733 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1341.91/1341.93	c  1254s|  8930k|  8888k|     0 |   0.0 |2548M|1369 |   - |1848 | 687 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1343.40/1343.45	c  1255s|  8940k|  8898k|     0 |   0.0 |2551M|1369 |   - |1848 | 753 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1344.91/1344.99	c  1257s|  8950k|  8908k|     0 |   0.0 |2554M|1369 |   - |1848 | 691 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1346.41/1346.49	c  1258s|  8960k|  8918k|     0 |   0.0 |2556M|1369 |   - |1848 | 693 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1348.01/1348.01	c  1260s|  8970k|  8928k|     0 |   0.0 |2559M|1369 |   - |1848 | 706 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1349.41/1349.48	c  1261s|  8980k|  8938k|     0 |   0.0 |2562M|1369 |   - |1848 | 690 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1350.91/1350.96	c  1262s|  8990k|  8947k|     0 |   0.0 |2565M|1369 |   - |1848 | 707 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1352.41/1352.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1352.41/1352.43	c  1264s|  9000k|  8957k|     0 |   0.0 |2568M|1369 |   - |1848 | 668 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1353.81/1353.88	c  1265s|  9010k|  8967k|     0 |   0.0 |2570M|1369 |   - |1848 | 670 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1355.41/1355.40	c  1266s|  9020k|  8977k|     0 |   0.0 |2573M|1369 |   - |1848 | 664 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1356.81/1356.88	c  1268s|  9030k|  8987k|     0 |   0.0 |2576M|1369 |   - |1848 | 685 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1358.41/1358.45	c  1269s|  9040k|  8997k|     0 |   0.0 |2579M|1369 |   - |1848 | 675 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1359.91/1359.94	c  1270s|  9050k|  9007k|     0 |   0.0 |2582M|1369 |   - |1848 | 640 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1361.41/1361.41	c  1272s|  9060k|  9017k|     0 |   0.0 |2585M|1369 |   - |1848 | 628 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1362.81/1362.88	c  1273s|  9070k|  9027k|     0 |   0.0 |2587M|1369 |   - |1848 | 649 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1364.31/1364.36	c  1274s|  9080k|  9037k|     0 |   0.0 |2590M|1369 |   - |1848 | 639 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1365.81/1365.85	c  1276s|  9090k|  9047k|     0 |   0.0 |2593M|1369 |   - |1848 | 650 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1367.31/1367.32	c  1277s|  9100k|  9057k|     0 |   0.0 |2596M|1369 |   - |1848 | 634 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1368.81/1368.81	c  1278s|  9110k|  9067k|     0 |   0.0 |2599M|1369 |   - |1848 | 639 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1370.30/1370.31	c  1280s|  9120k|  9077k|     0 |   0.0 |2602M|1369 |   - |1848 | 629 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1371.72/1371.78	c  1281s|  9130k|  9087k|     0 |   0.0 |2604M|1369 |   - |1848 | 618 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1373.21/1373.23	c  1282s|  9140k|  9097k|     0 |   0.0 |2607M|1369 |   - |1848 | 646 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1374.71/1374.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1374.71/1374.70	c  1284s|  9150k|  9107k|     0 |   0.0 |2610M|1369 |   - |1848 | 641 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1376.12/1376.17	c  1285s|  9160k|  9117k|     0 |   0.0 |2613M|1369 |   - |1848 | 680 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1377.61/1377.65	c  1286s|  9170k|  9127k|     0 |   0.0 |2616M|1369 |   - |1848 | 636 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1379.11/1379.10	c  1288s|  9180k|  9137k|     0 |   0.0 |2619M|1369 |   - |1848 | 622 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1380.52/1380.56	c  1289s|  9190k|  9147k|     0 |   0.0 |2621M|1369 |   - |1848 | 614 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1382.11/1382.11	c  1290s|  9200k|  9157k|     0 |   0.0 |2624M|1369 |   - |1848 | 633 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1383.51/1383.57	c  1292s|  9210k|  9167k|     0 |   0.0 |2627M|1369 |   - |1848 | 645 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1385.02/1385.06	c  1293s|  9220k|  9176k|     0 |   0.0 |2630M|1369 |   - |1848 | 620 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1386.51/1386.52	c  1294s|  9230k|  9186k|     0 |   0.0 |2633M|1369 |   - |1848 | 639 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1388.01/1388.01	c  1295s|  9240k|  9196k|     0 |   0.0 |2636M|1369 |   - |1848 | 635 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1389.51/1389.50	c  1297s|  9250k|  9206k|     0 |   0.0 |2638M|1369 |   - |1848 | 629 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1390.91/1390.99	c  1298s|  9260k|  9216k|     0 |   0.0 |2641M|1369 |   - |1848 | 628 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1392.40/1392.47	c  1299s|  9270k|  9226k|     0 |   0.0 |2644M|1369 |   - |1848 | 632 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1393.91/1393.94	c  1301s|  9280k|  9236k|     0 |   0.0 |2647M|1369 |   - |1848 | 607 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1395.41/1395.48	c  1302s|  9290k|  9246k|     0 |   0.0 |2650M|1369 |   - |1848 | 635 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1396.91/1396.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1396.91/1396.95	c  1303s|  9300k|  9256k|     0 |   0.0 |2653M|1369 |   - |1848 | 592 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1398.41/1398.41	c  1305s|  9310k|  9266k|     0 |   0.0 |2655M|1369 |   - |1848 | 598 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1399.81/1399.89	c  1306s|  9320k|  9276k|     0 |   0.0 |2658M|1369 |   - |1848 | 609 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1401.41/1401.42	c  1307s|  9330k|  9286k|     0 |   0.0 |2661M|1369 |   - |1848 | 630 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1402.91/1402.91	c  1309s|  9340k|  9296k|     0 |   0.0 |2664M|1369 |   - |1848 | 600 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1404.41/1404.43	c  1310s|  9350k|  9306k|     0 |   0.0 |2667M|1369 |   - |1848 | 625 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1405.81/1405.89	c  1312s|  9360k|  9316k|     0 |   0.0 |2670M|1369 |   - |1848 | 628 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1407.31/1407.39	c  1313s|  9370k|  9326k|     0 |   0.0 |2672M|1369 |   - |1848 | 596 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1408.81/1408.84	c  1314s|  9380k|  9336k|     0 |   0.0 |2675M|1369 |   - |1848 | 613 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1410.32/1410.39	c  1316s|  9390k|  9346k|     0 |   0.0 |2678M|1369 |   - |1848 | 608 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1411.81/1411.89	c  1317s|  9400k|  9356k|     0 |   0.0 |2681M|1369 |   - |1848 | 650 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1413.31/1413.34	c  1318s|  9410k|  9366k|     0 |   0.0 |2684M|1369 |   - |1848 | 622 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1414.81/1414.80	c  1320s|  9420k|  9376k|     0 |   0.0 |2686M|1369 |   - |1848 | 636 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1416.31/1416.30	c  1321s|  9430k|  9386k|     0 |   0.0 |2689M|1369 |   - |1848 | 627 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1417.81/1417.80	c  1322s|  9440k|  9396k|     0 |   0.0 |2692M|1369 |   - |1848 | 639 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1419.31/1419.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1419.31/1419.31	c  1324s|  9450k|  9405k|     0 |   0.0 |2695M|1369 |   - |1848 | 650 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1420.81/1420.86	c  1325s|  9460k|  9415k|     0 |   0.0 |2698M|1369 |   - |1848 | 637 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1422.31/1422.39	c  1326s|  9470k|  9425k|     0 |   0.0 |2701M|1369 |   - |1848 | 638 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1423.81/1423.85	c  1328s|  9480k|  9435k|     0 |   0.0 |2703M|1369 |   - |1848 | 584 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1425.31/1425.32	c  1329s|  9490k|  9445k|     0 |   0.0 |2706M|1369 |   - |1848 | 616 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1426.72/1426.77	c  1330s|  9500k|  9455k|     0 |   0.0 |2709M|1369 |   - |1848 | 592 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1428.31/1428.33	c  1332s|  9510k|  9465k|     0 |   0.0 |2712M|1369 |   - |1848 | 620 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1429.81/1429.85	c  1333s|  9520k|  9475k|     0 |   0.0 |2715M|1369 |   - |1848 | 629 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1431.31/1431.32	c  1334s|  9530k|  9485k|     0 |   0.0 |2718M|1369 |   - |1848 | 612 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1432.81/1432.86	c  1336s|  9540k|  9495k|     0 |   0.0 |2720M|1369 |   - |1848 | 650 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1434.31/1434.34	c  1337s|  9550k|  9505k|     0 |   0.0 |2723M|1369 |   - |1848 | 601 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1435.71/1435.79	c  1338s|  9560k|  9515k|     0 |   0.0 |2726M|1369 |   - |1848 | 598 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1437.21/1437.29	c  1340s|  9570k|  9525k|     0 |   0.0 |2729M|1369 |   - |1848 | 605 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1438.71/1438.78	c  1341s|  9580k|  9535k|     0 |   0.0 |2732M|1369 |   - |1848 | 579 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1440.21/1440.24	c  1342s|  9590k|  9545k|     0 |   0.0 |2735M|1369 |   - |1848 | 589 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1441.61/1441.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1441.61/1441.67	c  1344s|  9600k|  9555k|     0 |   0.0 |2737M|1369 |   - |1848 | 565 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1443.11/1443.11	c  1345s|  9610k|  9565k|     0 |   0.0 |2740M|1369 |   - |1848 | 579 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1444.61/1444.64	c  1346s|  9620k|  9575k|     0 |   0.0 |2743M|1369 |   - |1848 | 603 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1446.11/1446.17	c  1348s|  9630k|  9585k|     0 |   0.0 |2746M|1369 |   - |1848 | 610 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1447.62/1447.62	c  1349s|  9640k|  9595k|     0 |   0.0 |2749M|1369 |   - |1848 | 577 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1449.11/1449.14	c  1350s|  9650k|  9605k|     0 |   0.0 |2752M|1369 |   - |1848 | 573 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1450.61/1450.61	c  1352s|  9660k|  9615k|     0 |   0.0 |2754M|1369 |   - |1848 | 562 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1452.11/1452.14	c  1353s|  9670k|  9625k|     0 |   0.0 |2757M|1369 |   - |1848 | 596 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1453.61/1453.69	c  1354s|  9680k|  9634k|     0 |   0.0 |2760M|1369 |   - |1848 | 613 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1455.11/1455.19	c  1356s|  9690k|  9644k|     0 |   0.0 |2763M|1369 |   - |1848 | 596 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1456.61/1456.65	c  1357s|  9700k|  9654k|     0 |   0.0 |2766M|1369 |   - |1848 | 601 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1458.11/1458.14	c  1358s|  9710k|  9664k|     0 |   0.0 |2769M|1369 |   - |1848 | 605 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1459.61/1459.61	c  1360s|  9720k|  9674k|     0 |   0.0 |2772M|1369 |   - |1848 | 608 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1461.01/1461.06	c  1361s|  9730k|  9684k|     0 |   0.0 |2774M|1369 |   - |1848 | 591 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1462.51/1462.54	c  1362s|  9740k|  9694k|     0 |   0.0 |2777M|1369 |   - |1848 | 604 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1463.91/1463.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1463.91/1463.97	c  1364s|  9750k|  9704k|     0 |   0.0 |2780M|1369 |   - |1848 | 590 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1465.41/1465.42	c  1365s|  9760k|  9714k|     0 |   0.0 |2783M|1369 |   - |1848 | 580 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1466.91/1466.95	c  1366s|  9770k|  9724k|     0 |   0.0 |2786M|1369 |   - |1848 | 630 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1468.41/1468.48	c  1368s|  9780k|  9734k|     0 |   0.0 |2789M|1369 |   - |1848 | 618 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1469.91/1469.98	c  1369s|  9790k|  9744k|     0 |   0.0 |2792M|1369 |   - |1848 | 597 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1471.41/1471.48	c  1370s|  9800k|  9754k|     0 |   0.0 |2794M|1369 |   - |1848 | 592 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1472.91/1472.96	c  1372s|  9810k|  9764k|     0 |   0.0 |2797M|1369 |   - |1848 | 582 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1474.41/1474.43	c  1373s|  9820k|  9774k|     0 |   0.0 |2800M|1369 |   - |1848 | 596 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1475.91/1475.91	c  1374s|  9830k|  9784k|     0 |   0.0 |2803M|1369 |   - |1848 | 582 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1477.42/1477.41	c  1376s|  9840k|  9794k|     0 |   0.0 |2806M|1369 |   - |1848 | 582 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1478.81/1478.87	c  1377s|  9850k|  9804k|     0 |   0.0 |2809M|1369 |   - |1848 | 606 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1480.31/1480.34	c  1378s|  9860k|  9814k|     0 |   0.0 |2812M|1369 |   - |1848 | 595 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1481.91/1481.90	c  1380s|  9870k|  9824k|     0 |   0.0 |2815M|1369 |   - |1848 | 611 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1483.51/1483.51	c  1381s|  9880k|  9834k|     0 |   0.0 |2817M|1369 |   - |1848 | 631 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1485.02/1485.09	c  1383s|  9890k|  9844k|     0 |   0.0 |2820M|1369 |   - |1848 | 609 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1486.51/1486.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1486.51/1486.56	c  1384s|  9900k|  9853k|     0 |   0.0 |2823M|1369 |   - |1848 | 617 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1488.01/1488.04	c  1385s|  9910k|  9863k|     0 |   0.0 |2826M|1369 |   - |1848 | 627 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1489.52/1489.51	c  1387s|  9920k|  9873k|     0 |   0.0 |2829M|1369 |   - |1848 | 587 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1491.01/1491.06	c  1388s|  9930k|  9883k|     0 |   0.0 |2832M|1369 |   - |1848 | 632 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1492.52/1492.53	c  1389s|  9940k|  9893k|     0 |   0.0 |2834M|1369 |   - |1848 | 635 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1494.01/1494.03	c  1391s|  9950k|  9903k|     0 |   0.0 |2837M|1369 |   - |1848 | 620 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1495.51/1495.52	c  1392s|  9960k|  9913k|     0 |   0.0 |2840M|1369 |   - |1848 | 656 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1497.01/1497.06	c  1393s|  9970k|  9923k|     0 |   0.0 |2843M|1369 |   - |1848 | 690 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1498.51/1498.56	c  1395s|  9980k|  9933k|     0 |   0.0 |2846M|1369 |   - |1848 | 613 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1500.01/1500.06	c  1396s|  9990k|  9943k|     0 |   0.0 |2849M|1369 |   - |1848 | 639 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1501.51/1501.52	c  1397s| 10000k|  9953k|     0 |   0.0 |2851M|1369 |   - |1848 | 612 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1503.01/1503.02	c  1399s| 10010k|  9963k|     0 |   0.0 |2854M|1369 |   - |1848 | 634 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1504.51/1504.51	c  1400s| 10020k|  9973k|     0 |   0.0 |2857M|1369 |   - |1848 | 645 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1506.02/1506.05	c  1401s| 10030k|  9983k|     0 |   0.0 |2860M|1369 |   - |1848 | 626 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1507.52/1507.54	c  1403s| 10040k|  9993k|     0 |   0.0 |2863M|1369 |   - |1848 | 629 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1508.91/1508.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1508.91/1508.99	c  1404s| 10050k| 10003k|     0 |   0.0 |2866M|1369 |   - |1848 | 613 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1510.42/1510.49	c (node 10059884) switching to memory saving mode (mem: 2736.0M/3420.0M)
1511.51/1511.57	c  1406s| 10060k| 10013k|     0 |   0.0 |2868M|1369 |   - |1848 | 626 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1525.42/1525.45	c  1420s| 10070k| 10013k|     0 |   0.0 |2869M|1404 |   - |1848 |1361 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1537.91/1537.94	c  1432s| 10080k| 10013k|     0 |   0.0 |2869M|1404 |   - |1848 |1715 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1555.91/1555.95	c  1450s| 10090k| 10013k|     0 |   0.0 |2872M|1404 |   - |1848 |2831 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1569.21/1569.27	c  1463s| 10100k| 10013k|     0 |   0.0 |2872M|1404 |   - |1848 |2955 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1593.41/1593.46	c  1486s| 10110k| 10013k|     0 |   0.0 |2874M|1404 |   - |1848 |7461 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1637.82/1637.87	c  1530s| 10120k| 10013k|     0 |   0.0 |2888M|1404 |   - |1848 |  33k|   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1677.21/1677.25	c  1569s| 10130k| 10013k|     0 |   0.0 |2889M|1404 |   - |1848 |  18k|   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1699.71/1699.78	c  1591s| 10140k| 10013k|     0 |   0.0 |2884M|1438 |   - |1848 |3639 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1712.11/1712.19	c  1603s| 10150k| 10013k|     0 |   0.0 |2884M|1438 |   - |1848 |4023 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1722.62/1722.68	c  1613s| 10160k| 10013k|     0 |   0.0 |2884M|1438 |   - |1848 |4199 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1733.32/1733.33	c  1624s| 10170k| 10013k|     0 |   0.0 |2884M|1438 |   - |1848 |3634 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1744.02/1744.02	c  1634s| 10180k| 10013k|     0 |   0.0 |2884M|1438 |   - |1848 |3757 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
1760.32/1760.39	c  1650s| 10190k| 10013k|     0 |   0.0 |2885M|1438 |   - |1848 |5767 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
1785.92/1785.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1785.92/1785.96	c  1675s| 10200k| 10013k|     0 |   0.0 |2884M|1438 |   - |1848 |3767 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1688.66
1800.02/1800.00	c Solving Nodes      : 10207277
1800.02/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.00	s UNKNOWN
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time       :    1688.66
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-2693785-1277892647.wbo
1800.02/1800.00	c   Variables        : 1848 (1824 binary, 0 integer, 0 implicit integer, 24 continuous)
1800.02/1800.00	c   Constraints      : 110 initial, 110 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-2693785-1277892647.wbo
1800.02/1800.00	c   Variables        : 1848 (1824 binary, 0 integer, 0 implicit integer, 24 continuous)
1800.02/1800.00	c   Constraints      : 109 initial, 40459 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.00          0          0          0         24          0          1          0          0
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   indicator        :         24          0     526985          0      79552          0         25          0          0          0
1800.02/1800.00	c   setppc           :         28          0   11466653          0   10146298      36223    6986001          0          0          0
1800.02/1800.00	c   linear           :         24          0   11436555          0   10147126      47779    7010404          0          0          0
1800.02/1800.00	c   logicor          :         33+         0    2336427          0   10147132      33617    1531128          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0          0   10147132          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c   indicator        :       0.01       0.00       0.00       0.00       0.01
1800.02/1800.00	c   setppc           :     284.29       0.00     133.95       0.00     150.34
1800.02/1800.00	c   linear           :     139.95       0.00     136.90       0.00       3.05
1800.02/1800.00	c   logicor          :     220.16       0.00      82.64       0.00     137.52
1800.02/1800.00	c   countsols        :       1.46       0.00       0.00       0.00       1.46
1800.02/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :       1.73          2          0          0
1800.02/1800.00	c   rootredcost      :       1.56          0          0          0
1800.02/1800.00	c   pseudoobj        :       7.72   11472681          0          0
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :     304.16     117619     117619    1542226      466.0     345310       38.4          -
1800.02/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -     407957       50.6          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -      77290      333.7          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :     885.70   10147132          0          0          0          0   20294264
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          0
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   oneopt           :       1.49          0          0
1800.02/1800.00	c   trivial          :       0.01          2          0
1800.02/1800.00	c   simplerounding   :       0.00          0          0
1800.02/1800.00	c   zirounding       :       0.00          0          0
1800.02/1800.00	c   rounding         :       0.00          0          0
1800.02/1800.00	c   shifting         :       0.00          0          0
1800.02/1800.00	c   intshifting      :       0.00          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   feaspump         :       0.00          0          0
1800.02/1800.00	c   coefdiving       :       0.00          0          0
1800.02/1800.00	c   pscostdiving     :       0.00          0          0
1800.02/1800.00	c   fracdiving       :       0.00          0          0
1800.02/1800.00	c   veclendiving     :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   objpscostdiving  :       0.00          0          0
1800.02/1800.00	c   rootsoldiving    :       0.00          0          0
1800.02/1800.00	c   linesearchdiving :       0.00          0          0
1800.02/1800.00	c   guideddiving     :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.00          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   crossover        :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   nlp              :       1.70          0          0
1800.02/1800.00	c   trysol           :       1.56          1          0
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :   10207277
1800.02/1800.00	c   nodes (total)    :   10207277
1800.02/1800.00	c   nodes left       :   10013868
1800.02/1800.00	c   max depth        :       1438
1800.02/1800.00	c   max depth (total):       1438
1800.02/1800.00	c   backtracks       :      60575 (0.6%)
1800.02/1800.00	c   delayed cutoffs  :      73120
1800.02/1800.00	c   repropagations   :     158759 (5336884 domain reductions, 57474 cutoffs)
1800.02/1800.00	c   avg switch length:       2.35
1800.02/1800.00	c   switching time   :      55.13
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :          0 (0 improvements)
1800.02/1800.00	c   Primal Bound     :          -
1800.02/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.00	c   Gap              :   infinite
1800.02/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693785-1277892647/watcher-2693785-1277892647 -o /tmp/evaluation-result-2693785-1277892647/solver-2693785-1277892647 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693785-1277892647.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 10171
/proc/meminfo: memFree=30250360/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=9168 CPUtime=0
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 1719 0 0 0 0 0 0 0 24 0 1 0 130561074 9388032 1642 4089446400 4194304 7136930 140734464179600 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10171/statm: 2292 1661 275 719 0 1571 0

[startup+0.104037 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 10171
/proc/meminfo: memFree=30250360/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=16952 CPUtime=0.09
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 5225 0 0 0 9 0 0 0 24 0 1 0 130561074 17358848 3509 4089446400 4194304 7136930 140734464179600 18446744073709551615 4436340 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 4238 3509 390 719 0 3517 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16952

[startup+0.201021 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 10171
/proc/meminfo: memFree=30250360/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=17212 CPUtime=0.2
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 5316 0 0 0 19 1 0 0 24 0 1 0 130561074 17625088 3600 4089446400 4194304 7136930 140734464179600 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 4303 3600 390 719 0 3582 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 17212

[startup+0.301004 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 10171
/proc/meminfo: memFree=30250360/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=17596 CPUtime=0.29
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 5403 0 0 0 28 1 0 0 25 0 1 0 130561074 18018304 3687 4089446400 4194304 7136930 140734464179600 18446744073709551615 4740321 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 4399 3687 394 719 0 3678 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17596

[startup+0.700936 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 10171
/proc/meminfo: memFree=30250360/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=19560 CPUtime=0.69
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 5891 0 0 0 66 3 0 0 25 0 1 0 130561074 20029440 4175 4089446400 4194304 7136930 140734464179600 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 4890 4175 394 719 0 4169 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19560

[startup+1.5008 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 10172
/proc/meminfo: memFree=30233116/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=21776 CPUtime=1.49
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 6471 0 0 0 143 6 0 0 25 0 1 0 130561074 22298624 4755 4089446400 4194304 7136930 140734464179600 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 5444 4755 394 719 0 4723 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21776

[startup+3.10053 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 10172
/proc/meminfo: memFree=30230388/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=25660 CPUtime=3.09
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 7486 0 0 0 292 17 0 0 25 0 1 0 130561074 26275840 5770 4089446400 4194304 7136930 140734464179600 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 6415 5770 394 719 0 5694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25660

[startup+6.30099 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 10172
/proc/meminfo: memFree=30222568/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=32240 CPUtime=6.29
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 9219 0 0 0 600 29 0 0 25 0 1 0 130561074 33013760 7503 4089446400 4194304 7136930 140734464179600 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 8060 7503 394 719 0 7339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32240

[startup+12.7009 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 10172
/proc/meminfo: memFree=30207412/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=47380 CPUtime=12.69
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 12644 0 0 0 1210 59 0 0 25 0 1 0 130561074 48517120 10928 4089446400 4194304 7136930 140734464179600 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 11845 10928 394 719 0 11124 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47380

[startup+25.5008 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 10172
/proc/meminfo: memFree=30177336/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=73020 CPUtime=25.5
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 19372 0 0 0 2431 119 0 0 25 0 1 0 130561074 74772480 17656 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 18255 17656 394 719 0 17534 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 73020

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 10172
/proc/meminfo: memFree=30098496/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=134560 CPUtime=51.1
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 34408 0 0 0 4855 255 0 0 25 0 1 0 130561074 137789440 32692 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 33640 32692 394 719 0 32919 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 134560

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 10174
/proc/meminfo: memFree=29915552/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=274452 CPUtime=102.3
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 68643 0 0 0 9716 514 0 0 25 0 1 0 130561074 281038848 66927 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 68613 66927 394 719 0 67892 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 274452

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 10176
/proc/meminfo: memFree=29765588/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=402840 CPUtime=162.3
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 98173 0 0 0 15454 776 0 0 25 0 1 0 130561074 412508160 96457 4089446400 4194304 7136930 140734464179600 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 100710 96457 394 719 0 99989 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 402840

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 10178
/proc/meminfo: memFree=29569236/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=512944 CPUtime=222.31
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 127216 0 0 0 21200 1031 0 0 25 0 1 0 130561074 525254656 125500 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 128236 125500 394 719 0 127515 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 512944

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 10180
/proc/meminfo: memFree=29380452/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=625260 CPUtime=282.29
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 156842 0 0 0 26926 1303 0 0 25 0 1 0 130561074 640266240 155126 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 156315 155126 394 719 0 155594 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 625260

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 10180
/proc/meminfo: memFree=29178040/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=770932 CPUtime=342.29
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 186602 0 0 0 32654 1575 0 0 25 0 1 0 130561074 789434368 184886 4089446400 4194304 7136930 140734464179600 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 192733 184886 394 719 0 192012 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 770932

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 10182
/proc/meminfo: memFree=28994336/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=882520 CPUtime=402.3
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 215992 0 0 0 38378 1852 0 0 25 0 1 0 130561074 903700480 214276 4089446400 4194304 7136930 140734464179600 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 220630 214276 394 719 0 219909 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 882520

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 10184
/proc/meminfo: memFree=28793648/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=994036 CPUtime=462.29
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 245409 0 0 0 44115 2114 0 0 25 0 1 0 130561074 1017892864 243693 4089446400 4194304 7136930 140734464179600 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 248509 243693 394 719 0 247788 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 994036

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 10186
/proc/meminfo: memFree=28602108/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=1104768 CPUtime=522.3
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 274647 0 0 0 49855 2375 0 0 25 0 1 0 130561074 1131282432 272931 4089446400 4194304 7136930 140734464179600 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 276192 272931 394 719 0 275471 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1104768

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 10188
/proc/meminfo: memFree=28396332/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=1219104 CPUtime=582.3
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 304768 0 0 0 55592 2638 0 0 25 0 1 0 130561074 1248362496 303052 4089446400 4194304 7136930 140734464179600 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 304776 303052 394 719 0 304055 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1219104

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 10188
/proc/meminfo: memFree=28213000/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=1393888 CPUtime=642.3
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 333628 0 0 0 61323 2907 0 0 25 0 1 0 130561074 1427341312 331912 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10171/statm: 348472 331912 394 719 0 347751 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1393888

[startup+702.301 s]

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

/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 511766 0 0 0 95066 5165 0 0 25 0 1 0 130561074 2118864896 510050 4089446400 4194304 7136930 140734464179600 18446744073709551615 4641963 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 517301 510050 394 719 0 516580 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2069204

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 10246
/proc/meminfo: memFree=29337752/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=2183424 CPUtime=1062.3
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 541865 0 0 0 100365 5865 0 0 25 0 1 0 130561074 2235826176 540149 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 545856 540149 394 719 0 545135 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2183424

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 10248
/proc/meminfo: memFree=29217272/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=2293508 CPUtime=1122.3
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 570939 0 0 0 105665 6565 0 0 25 0 1 0 130561074 2348552192 569223 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 573377 569223 394 719 0 572656 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 2293508

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 10250
/proc/meminfo: memFree=29095184/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=2410708 CPUtime=1182.31
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 601782 0 0 0 111049 7182 0 0 25 0 1 0 130561074 2468564992 600066 4089446400 4194304 7136930 140734464179600 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 602677 600066 394 719 0 601956 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 2410708

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 10252
/proc/meminfo: memFree=28950660/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=2519528 CPUtime=1242.31
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 630516 0 0 0 116442 7789 0 0 25 0 1 0 130561074 2579996672 628800 4089446400 4194304 7136930 140734464179600 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 629882 628800 394 719 0 629161 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 2519528

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 10255
/proc/meminfo: memFree=28828312/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=2764720 CPUtime=1302.31
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 660577 0 0 0 121839 8392 0 0 25 0 1 0 130561074 2831073280 658861 4089446400 4194304 7136930 140734464179600 18446744073709551615 4407748 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 691180 658861 394 719 0 690459 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 2764720

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 10257
/proc/meminfo: memFree=28678464/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=2878976 CPUtime=1362.31
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 690692 0 0 0 127239 8992 0 0 25 0 1 0 130561074 2948071424 688976 4089446400 4194304 7136930 140734464179600 18446744073709551615 5892210 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 719744 688976 394 719 0 719023 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 2878976

[startup+1422.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 10259
/proc/meminfo: memFree=28557748/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=2990992 CPUtime=1422.31
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 720272 0 0 0 132630 9601 0 0 25 0 1 0 130561074 3062775808 718556 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 747748 718556 394 719 0 747027 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 2990992

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 10261
/proc/meminfo: memFree=28443744/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=3099020 CPUtime=1482.32
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 748843 0 0 0 138013 10219 0 0 25 0 1 0 130561074 3173396480 747127 4089446400 4194304 7136930 140734464179600 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 774755 747127 394 719 0 774034 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 3099020

[startup+1542.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 10261
/proc/meminfo: memFree=28379060/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=3160012 CPUtime=1542.32
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 803890 0 0 0 143633 10599 0 0 25 0 1 0 130561074 3235852288 763059 4089446400 4194304 7136930 140734464179600 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 790003 763059 394 719 0 789282 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 3160012

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 10263
/proc/meminfo: memFree=28367700/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=3172552 CPUtime=1602.31
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 806606 0 0 0 149512 10719 0 0 25 0 1 0 130561074 3248693248 765775 4089446400 4194304 7136930 140734464179600 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 793138 765775 394 719 0 792417 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 3172552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10265
/proc/meminfo: memFree=28343864/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=3199424 CPUtime=1662.32
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 813913 0 0 0 155446 10786 0 0 25 0 1 0 130561074 3276210176 771511 4089446400 4194304 7136930 140734464179600 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 799856 771511 394 719 0 799135 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 3199424

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10267
/proc/meminfo: memFree=28341068/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=3202512 CPUtime=1722.31
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 814989 0 0 0 161300 10931 0 0 25 0 1 0 130561074 3279372288 772331 4089446400 4194304 7136930 140734464179600 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 800628 772331 394 719 0 799907 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 3202512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10269
/proc/meminfo: memFree=28343120/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=3199724 CPUtime=1782.32
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 815055 0 0 0 167134 11098 0 0 25 0 1 0 130561074 3276517376 771629 4089446400 4194304 7136930 140734464179600 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 799931 771629 394 719 0 799210 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 3199724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10269
/proc/meminfo: memFree=28342988/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=3198840 CPUtime=1800.02
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 815076 0 0 0 168866 11136 0 0 25 0 1 0 130561074 3275612160 771394 4089446400 4194304 7136930 140734464179600 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10171/statm: 799710 771394 394 719 0 798989 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3198840

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10171

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 10270
/proc/meminfo: memFree=28342732/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=3198840 CPUtime=1801.52
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 815081 0 0 0 169016 11136 0 0 20 0 1 0 130561074 3275612160 771399 4089446400 4194304 7136930 140734464179600 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10171/statm: 799710 771399 399 719 0 798989 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 3198840

[startup+1801.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 10270
/proc/meminfo: memFree=28342732/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=3198840 CPUtime=1801.92
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4202496 815081 0 0 0 169056 11136 0 0 21 0 1 0 130561074 3275612160 771399 4089446400 4194304 7136930 140734464179600 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10171/statm: 799710 771399 399 719 0 798989 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 3198840

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 10270
/proc/meminfo: memFree=28342732/32950928 swapFree=67111528/67111528
[pid=10171] ppid=10169 vsize=0 CPUtime=1802.11
/proc/10171/stat : 10171 (pbscip.linux.x8) R 10169 10171 8851 0 -1 4203524 815081 0 0 0 169066 11145 0 0 21 0 1 0 130561074 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/10171/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.13
CPU user time (s): 1690.67
CPU system time (s): 111.466
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3414228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1690.67
system time used= 111.466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 815081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2885

runsolver used 2.58661 second user time and 5.83411 second system time

The end

Launcher Data

Begin job on node126 at 2010-06-30 12:10:47
IDJOB=2693785
IDBENCH=78715
IDSOLVER=1206
FILE ID=node126/2693785-1277892647
PBS_JOBID= 11197101
Free space on /tmp= 74188 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693785-1277892647/watcher-2693785-1277892647 -o /tmp/evaluation-result-2693785-1277892647/solver-2693785-1277892647 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693785-1277892647.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a455ffab78a89665145255f789204852
RANDOM SEED=1566334512

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30251012 kB
Buffers:        174076 kB
Cached:         922116 kB
SwapCached:          0 kB
Active:        1915748 kB
Inactive:       640508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30251012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3312 kB
Writeback:           0 kB
AnonPages:     1460132 kB
Mapped:          15324 kB
Slab:            77332 kB
PageTables:       7988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1603300 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74188 MiB
End job on node126 at 2010-06-30 12:40:49