Trace number 2693747

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.15 1802.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_31_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMea89038de81a2a24e795de2249a907ab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.094985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1860
Total number of constraints122
Number of soft constraints42
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 2134
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2133
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
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-2693747-1277973303.wbo>
0.00/0.00	c original problem has 1944 variables (1902 bin, 0 int, 0 impl, 42 cont) and 165 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, 42 impls, 35 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 42 impls, 35 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 45 upgd conss, 42 impls, 35 clqs
0.00/0.02	c (round 4) 0 del vars, 1 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 80 upgd conss, 42 impls, 35 clqs
0.00/0.03	c    (0.0s) probing: 101/1902 (5.3%) - 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, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  42 implications, 35 cliques
0.00/0.03	c presolved problem has 1944 variables (1902 bin, 0 int, 0 impl, 42 cont) and 164 constraints
0.00/0.03	c      42 constraints of type <indicator>
0.00/0.03	c      35 constraints of type <setppc>
0.00/0.03	c      42 constraints of type <linear>
0.00/0.03	c      45 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.01
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 |     - |3830k|   0 |   - |1944 | 164 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.62	c   1.6s| 10000 |  9949 |     0 |   0.0 |7240k|1433 |   - |1944 | 322 |   0 |   0 |   0 | 277 |   0 | 0.000000e+00 |      --      |    Inf 
3.40/3.41	c   3.3s| 20000 | 19880 |     0 |   0.0 |  10M|1433 |   - |1944 | 365 |   0 |   0 |   0 | 569 |   0 | 0.000000e+00 |      --      |    Inf 
5.19/5.22	c   5.0s| 30000 | 29812 |     0 |   0.0 |  13M|1433 |   - |1944 | 403 |   0 |   0 |   0 | 916 |   0 | 0.000000e+00 |      --      |    Inf 
6.99/7.02	c   6.8s| 40000 | 39752 |     0 |   0.0 |  15M|1433 |   - |1944 | 418 |   0 |   0 |   0 |1253 |   0 | 0.000000e+00 |      --      |    Inf 
8.79/8.82	c   8.6s| 50000 | 49683 |     0 |   0.0 |  18M|1433 |   - |1944 | 502 |   0 |   0 |   0 |1625 |   0 | 0.000000e+00 |      --      |    Inf 
10.59/10.62	c  10.3s| 60000 | 59600 |     0 |   0.0 |  21M|1433 |   - |1944 | 513 |   0 |   0 |   0 |2082 |   0 | 0.000000e+00 |      --      |    Inf 
12.39/12.41	c  12.0s| 70000 | 69504 |     0 |   0.0 |  24M|1433 |   - |1944 | 554 |   0 |   0 |   0 |2606 |   0 | 0.000000e+00 |      --      |    Inf 
14.09/14.18	c  13.7s| 80000 | 79392 |     0 |   0.0 |  27M|1433 |   - |1944 | 637 |   0 |   0 |   0 |3193 |   0 | 0.000000e+00 |      --      |    Inf 
15.89/15.91	c  15.4s| 90000 | 89313 |     0 |   0.0 |  30M|1433 |   - |1944 | 655 |   0 |   0 |   0 |3631 |   0 | 0.000000e+00 |      --      |    Inf 
17.49/17.60	c  17.0s|100000 | 99224 |     0 |   0.0 |  33M|1433 |   - |1944 | 663 |   0 |   0 |   0 |4148 |   0 | 0.000000e+00 |      --      |    Inf 
19.18/19.26	c  18.6s|110000 |109124 |     0 |   0.0 |  36M|1433 |   - |1944 | 749 |   0 |   0 |   0 |4732 |   0 | 0.000000e+00 |      --      |    Inf 
20.89/20.93	c  20.3s|120000 |119020 |     0 |   0.0 |  39M|1433 |   - |1944 | 756 |   0 |   0 |   0 |5305 |   0 | 0.000000e+00 |      --      |    Inf 
22.49/22.58	c  21.9s|130000 |128887 |     0 |   0.0 |  42M|1433 |   - |1944 | 821 |   0 |   0 |   0 |6054 |   0 | 0.000000e+00 |      --      |    Inf 
24.19/24.21	c  23.4s|140000 |138776 |     0 |   0.0 |  45M|1433 |   - |1944 | 824 |   0 |   0 |   0 |6700 |   0 | 0.000000e+00 |      --      |    Inf 
25.79/25.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.79/25.83	c  25.0s|150000 |148638 |     0 |   0.0 |  48M|1433 |   - |1944 | 905 |   0 |   0 |   0 |7501 |   0 | 0.000000e+00 |      --      |    Inf 
27.39/27.44	c  26.5s|160000 |158488 |     0 |   0.0 |  51M|1433 |   - |1944 |1027 |   0 |   0 |   0 |8379 |   0 | 0.000000e+00 |      --      |    Inf 
28.99/29.04	c  28.1s|170000 |168342 |     0 |   0.0 |  54M|1433 |   - |1944 |1014 |   0 |   0 |   0 |9224 |   0 | 0.000000e+00 |      --      |    Inf 
30.69/30.73	c  29.7s|180000 |178126 |     0 |   0.0 |  58M|1433 |   - |1944 |1142 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
32.49/32.50	c  31.4s|190000 |187869 |     0 |   0.0 |  61M|1433 |   - |1944 |1062 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
34.09/34.20	c  33.0s|200000 |197631 |     0 |   0.0 |  65M|1433 |   - |1944 |1004 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
35.79/35.85	c  34.6s|210000 |207358 |     0 |   0.0 |  68M|1433 |   - |1944 |1023 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
37.39/37.42	c  36.2s|220000 |217106 |     0 |   0.0 |  72M|1433 |   - |1944 |1013 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
38.89/38.94	c  37.6s|230000 |226844 |     0 |   0.0 |  75M|1433 |   - |1944 |1011 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
40.39/40.40	c  39.0s|240000 |236545 |     0 |   0.0 |  79M|1433 |   - |1944 |1061 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
41.80/41.80	c  40.4s|250000 |246233 |     0 |   0.0 |  83M|1433 |   - |1944 |1167 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
43.09/43.19	c  41.7s|260000 |255761 |     0 |   0.0 |  87M|1433 |   - |1944 |1130 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
44.89/44.91	c  43.4s|270000 |265583 |     0 |   0.0 |  89M|1433 |   - |1944 | 757 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
46.59/46.66	c  45.0s|280000 |275459 |     0 |   0.0 |  92M|1433 |   - |1944 | 773 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
48.40/48.42	c  46.8s|290000 |285380 |     0 |   0.0 |  95M|1433 |   - |1944 | 684 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
50.19/50.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.19/50.21	c  48.5s|300000 |295299 |     0 |   0.0 |  98M|1433 |   - |1944 | 651 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
51.89/51.99	c  50.2s|310000 |305229 |     0 |   0.0 | 101M|1433 |   - |1944 | 627 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
53.79/53.80	c  51.9s|320000 |315135 |     0 |   0.0 | 104M|1433 |   - |1944 | 641 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
55.49/55.59	c  53.7s|330000 |325043 |     0 |   0.0 | 106M|1433 |   - |1944 | 608 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
57.29/57.37	c  55.4s|340000 |334974 |     0 |   0.0 | 109M|1433 |   - |1944 | 580 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
59.09/59.17	c  57.1s|350000 |344902 |     0 |   0.0 | 112M|1433 |   - |1944 | 568 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
60.89/60.96	c  58.9s|360000 |354831 |     0 |   0.0 | 115M|1433 |   - |1944 | 570 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
62.69/62.75	c  60.6s|370000 |364764 |     0 |   0.0 | 118M|1433 |   - |1944 | 547 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
64.49/64.55	c  62.4s|380000 |374694 |     0 |   0.0 | 120M|1433 |   - |1944 | 536 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
66.29/66.36	c  64.1s|390000 |384611 |     0 |   0.0 | 123M|1433 |   - |1944 | 569 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
68.09/68.15	c  65.8s|400000 |394529 |     0 |   0.0 | 126M|1433 |   - |1944 | 580 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
69.89/69.95	c  67.6s|410000 |404451 |     0 |   0.0 | 129M|1433 |   - |1944 | 537 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
71.69/71.75	c  69.3s|420000 |414371 |     0 |   0.0 | 132M|1433 |   - |1944 | 572 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
73.49/73.53	c  71.1s|430000 |424300 |     0 |   0.0 | 134M|1433 |   - |1944 | 523 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
75.29/75.32	c  72.8s|440000 |434229 |     0 |   0.0 | 137M|1433 |   - |1944 | 549 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
77.09/77.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.09/77.11	c  74.5s|450000 |444159 |     0 |   0.0 | 140M|1433 |   - |1944 | 534 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
78.89/78.92	c  76.3s|460000 |454059 |     0 |   0.0 | 143M|1433 |   - |1944 | 633 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
80.70/80.71	c  78.0s|470000 |463982 |     0 |   0.0 | 146M|1433 |   - |1944 | 602 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
82.39/82.49	c  79.8s|480000 |473915 |     0 |   0.0 | 148M|1433 |   - |1944 | 635 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
84.19/84.28	c  81.5s|490000 |483849 |     0 |   0.0 | 151M|1433 |   - |1944 | 619 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
86.00/86.09	c  83.2s|500000 |493763 |     0 |   0.0 | 154M|1433 |   - |1944 | 714 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
87.79/87.88	c  85.0s|510000 |503687 |     0 |   0.0 | 157M|1433 |   - |1944 | 678 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
89.69/89.70	c  86.8s|520000 |513605 |     0 |   0.0 | 160M|1433 |   - |1944 | 706 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
91.50/91.51	c  88.5s|530000 |523528 |     0 |   0.0 | 162M|1433 |   - |1944 | 642 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
93.29/93.32	c  90.3s|540000 |533441 |     0 |   0.0 | 165M|1433 |   - |1944 | 683 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
95.09/95.13	c  92.0s|550000 |543362 |     0 |   0.0 | 168M|1433 |   - |1944 | 745 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
96.90/96.91	c  93.8s|560000 |553298 |     0 |   0.0 | 171M|1433 |   - |1944 | 683 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
98.69/98.70	c  95.5s|570000 |563233 |     0 |   0.0 | 173M|1433 |   - |1944 | 629 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
100.39/100.49	c  97.2s|580000 |573154 |     0 |   0.0 | 176M|1433 |   - |1944 | 675 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
102.19/102.28	c  99.0s|590000 |583074 |     0 |   0.0 | 179M|1433 |   - |1944 | 710 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
103.99/104.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.99/104.06	c   101s|600000 |593009 |     0 |   0.0 | 182M|1433 |   - |1944 | 711 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
105.80/105.85	c   102s|610000 |602938 |     0 |   0.0 | 185M|1433 |   - |1944 | 680 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
107.59/107.66	c   104s|620000 |612862 |     0 |   0.0 | 187M|1433 |   - |1944 | 660 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
109.39/109.45	c   106s|630000 |622785 |     0 |   0.0 | 190M|1433 |   - |1944 | 645 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
111.19/111.25	c   108s|640000 |632716 |     0 |   0.0 | 193M|1433 |   - |1944 | 660 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
112.99/113.05	c   109s|650000 |642634 |     0 |   0.0 | 196M|1433 |   - |1944 | 656 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
114.80/114.84	c   111s|660000 |652568 |     0 |   0.0 | 198M|1433 |   - |1944 | 594 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
116.60/116.61	c   113s|670000 |662509 |     0 |   0.0 | 201M|1433 |   - |1944 | 607 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
118.29/118.39	c   115s|680000 |672437 |     0 |   0.0 | 204M|1433 |   - |1944 | 620 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
120.09/120.20	c   116s|690000 |682337 |     0 |   0.0 | 207M|1433 |   - |1944 | 700 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
121.89/121.99	c   118s|700000 |692258 |     0 |   0.0 | 210M|1433 |   - |1944 | 626 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
123.69/123.78	c   120s|710000 |702179 |     0 |   0.0 | 213M|1433 |   - |1944 | 634 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
125.49/125.56	c   122s|720000 |712100 |     0 |   0.0 | 215M|1433 |   - |1944 | 632 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
127.29/127.36	c   123s|730000 |722017 |     0 |   0.0 | 218M|1433 |   - |1944 | 672 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
129.09/129.13	c   125s|740000 |731955 |     0 |   0.0 | 221M|1433 |   - |1944 | 601 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
130.89/130.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.89/130.91	c   127s|750000 |741875 |     0 |   0.0 | 224M|1433 |   - |1944 | 652 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
132.69/132.70	c   128s|760000 |751795 |     0 |   0.0 | 227M|1433 |   - |1944 | 700 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
134.49/134.50	c   130s|770000 |761711 |     0 |   0.0 | 229M|1433 |   - |1944 | 639 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
136.19/136.29	c   132s|780000 |771643 |     0 |   0.0 | 232M|1433 |   - |1944 | 638 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
137.99/138.08	c   134s|790000 |781555 |     0 |   0.0 | 235M|1433 |   - |1944 | 667 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
139.79/139.87	c   135s|800000 |791474 |     0 |   0.0 | 238M|1433 |   - |1944 | 641 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
141.59/141.69	c   137s|810000 |801377 |     0 |   0.0 | 241M|1433 |   - |1944 | 668 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
143.40/143.49	c   139s|820000 |811287 |     0 |   0.0 | 243M|1433 |   - |1944 | 629 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
145.20/145.28	c   141s|830000 |821205 |     0 |   0.0 | 246M|1433 |   - |1944 | 668 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
146.99/147.06	c   142s|840000 |831115 |     0 |   0.0 | 249M|1433 |   - |1944 | 672 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
148.79/148.86	c   144s|850000 |841033 |     0 |   0.0 | 252M|1433 |   - |1944 | 674 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
150.59/150.69	c   146s|860000 |850913 |     0 |   0.0 | 255M|1433 |   - |1944 | 744 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
152.39/152.47	c   148s|870000 |860848 |     0 |   0.0 | 257M|1433 |   - |1944 | 702 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
154.19/154.26	c   149s|880000 |870760 |     0 |   0.0 | 260M|1433 |   - |1944 | 765 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
155.99/156.05	c   151s|890000 |880686 |     0 |   0.0 | 263M|1433 |   - |1944 | 771 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
157.79/157.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.79/157.84	c   153s|900000 |890611 |     0 |   0.0 | 266M|1433 |   - |1944 | 762 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
159.60/159.64	c   155s|910000 |900526 |     0 |   0.0 | 269M|1433 |   - |1944 | 792 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
161.39/161.42	c   156s|920000 |910459 |     0 |   0.0 | 271M|1433 |   - |1944 | 723 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
163.19/163.20	c   158s|930000 |920390 |     0 |   0.0 | 274M|1433 |   - |1944 | 722 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
164.89/164.98	c   160s|940000 |930317 |     0 |   0.0 | 277M|1433 |   - |1944 | 739 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
166.70/166.75	c   161s|950000 |940250 |     0 |   0.0 | 280M|1433 |   - |1944 | 682 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
168.50/168.54	c   163s|960000 |950171 |     0 |   0.0 | 283M|1433 |   - |1944 | 694 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
170.29/170.34	c   165s|970000 |960082 |     0 |   0.0 | 285M|1433 |   - |1944 | 699 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
172.09/172.13	c   167s|980000 |970012 |     0 |   0.0 | 288M|1433 |   - |1944 | 702 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
173.80/173.90	c   168s|990000 |979945 |     0 |   0.0 | 291M|1433 |   - |1944 | 696 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
175.69/175.72	c   170s|  1000k|989837 |     0 |   0.0 | 294M|1433 |   - |1944 | 656 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
177.49/177.50	c   172s|  1010k|999773 |     0 |   0.0 | 297M|1433 |   - |1944 | 633 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
179.19/179.27	c   174s|  1020k|  1009k|     0 |   0.0 | 299M|1433 |   - |1944 | 692 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
180.99/181.05	c   175s|  1030k|  1019k|     0 |   0.0 | 302M|1433 |   - |1944 | 654 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
182.80/182.84	c   177s|  1040k|  1029k|     0 |   0.0 | 305M|1433 |   - |1944 | 633 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
184.60/184.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.60/184.60	c   179s|  1050k|  1039k|     0 |   0.0 | 308M|1433 |   - |1944 | 627 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
186.39/186.41	c   180s|  1060k|  1049k|     0 |   0.0 | 311M|1433 |   - |1944 | 628 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
188.10/188.19	c   182s|  1070k|  1059k|     0 |   0.0 | 313M|1433 |   - |1944 | 628 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
189.89/189.97	c   184s|  1080k|  1069k|     0 |   0.0 | 316M|1433 |   - |1944 | 672 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
191.70/191.76	c   186s|  1090k|  1079k|     0 |   0.0 | 319M|1433 |   - |1944 | 701 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
193.50/193.55	c   187s|  1100k|  1089k|     0 |   0.0 | 322M|1433 |   - |1944 | 709 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
195.30/195.33	c   189s|  1110k|  1098k|     0 |   0.0 | 325M|1433 |   - |1944 | 692 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
197.10/197.11	c   191s|  1120k|  1108k|     0 |   0.0 | 328M|1433 |   - |1944 | 708 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
198.80/198.89	c   193s|  1130k|  1118k|     0 |   0.0 | 330M|1433 |   - |1944 | 723 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
200.60/200.66	c   194s|  1140k|  1128k|     0 |   0.0 | 333M|1433 |   - |1944 | 740 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
202.40/202.44	c   196s|  1150k|  1138k|     0 |   0.0 | 336M|1433 |   - |1944 | 645 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
204.20/204.22	c   198s|  1160k|  1148k|     0 |   0.0 | 339M|1433 |   - |1944 | 715 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
205.99/206.00	c   199s|  1170k|  1158k|     0 |   0.0 | 342M|1433 |   - |1944 | 679 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
207.69/207.79	c   201s|  1180k|  1168k|     0 |   0.0 | 344M|1433 |   - |1944 | 701 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
209.49/209.55	c   203s|  1190k|  1178k|     0 |   0.0 | 347M|1433 |   - |1944 | 674 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
211.30/211.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.30/211.34	c   205s|  1200k|  1188k|     0 |   0.0 | 350M|1433 |   - |1944 | 671 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
213.09/213.10	c   206s|  1210k|  1198k|     0 |   0.0 | 353M|1433 |   - |1944 | 661 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
214.80/214.89	c   208s|  1220k|  1208k|     0 |   0.0 | 356M|1433 |   - |1944 | 714 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
216.60/216.67	c   210s|  1230k|  1218k|     0 |   0.0 | 359M|1433 |   - |1944 | 679 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
218.39/218.44	c   212s|  1240k|  1227k|     0 |   0.0 | 361M|1433 |   - |1944 | 663 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
220.19/220.21	c   213s|  1250k|  1237k|     0 |   0.0 | 364M|1433 |   - |1944 | 607 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
221.99/222.00	c   215s|  1260k|  1247k|     0 |   0.0 | 367M|1433 |   - |1944 | 655 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
223.69/223.78	c   217s|  1270k|  1257k|     0 |   0.0 | 370M|1433 |   - |1944 | 669 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
225.50/225.56	c   218s|  1280k|  1267k|     0 |   0.0 | 373M|1433 |   - |1944 | 714 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
227.29/227.34	c   220s|  1290k|  1277k|     0 |   0.0 | 375M|1433 |   - |1944 | 711 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
229.10/229.12	c   222s|  1300k|  1287k|     0 |   0.0 | 378M|1433 |   - |1944 | 695 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
230.79/230.88	c   224s|  1310k|  1297k|     0 |   0.0 | 381M|1433 |   - |1944 | 659 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
232.60/232.65	c   225s|  1320k|  1307k|     0 |   0.0 | 384M|1433 |   - |1944 | 746 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
234.40/234.43	c   227s|  1330k|  1317k|     0 |   0.0 | 387M|1433 |   - |1944 | 753 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
236.19/236.20	c   229s|  1340k|  1327k|     0 |   0.0 | 390M|1433 |   - |1944 | 797 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
237.90/237.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.90/237.96	c   230s|  1350k|  1337k|     0 |   0.0 | 392M|1433 |   - |1944 | 773 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
239.70/239.76	c   232s|  1360k|  1346k|     0 |   0.0 | 395M|1433 |   - |1944 | 775 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
241.49/241.54	c   234s|  1370k|  1356k|     0 |   0.0 | 398M|1433 |   - |1944 | 821 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
243.29/243.31	c   236s|  1380k|  1366k|     0 |   0.0 | 401M|1433 |   - |1944 | 767 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
245.00/245.09	c   237s|  1390k|  1376k|     0 |   0.0 | 404M|1433 |   - |1944 | 754 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
246.79/246.87	c   239s|  1400k|  1386k|     0 |   0.0 | 406M|1433 |   - |1944 | 737 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
248.60/248.65	c   241s|  1410k|  1396k|     0 |   0.0 | 409M|1433 |   - |1944 | 692 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
250.39/250.42	c   242s|  1420k|  1406k|     0 |   0.0 | 412M|1433 |   - |1944 | 674 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
252.19/252.21	c   244s|  1430k|  1416k|     0 |   0.0 | 415M|1433 |   - |1944 | 723 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
253.99/254.00	c   246s|  1440k|  1426k|     0 |   0.0 | 418M|1433 |   - |1944 | 728 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
255.70/255.77	c   248s|  1450k|  1436k|     0 |   0.0 | 420M|1433 |   - |1944 | 719 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
257.50/257.53	c   249s|  1460k|  1446k|     0 |   0.0 | 423M|1433 |   - |1944 | 704 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
259.29/259.31	c   251s|  1470k|  1456k|     0 |   0.0 | 426M|1433 |   - |1944 | 645 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
260.99/261.09	c   253s|  1480k|  1466k|     0 |   0.0 | 429M|1433 |   - |1944 | 660 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
262.79/262.88	c   255s|  1490k|  1475k|     0 |   0.0 | 432M|1433 |   - |1944 | 725 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
264.60/264.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.60/264.66	c   256s|  1500k|  1485k|     0 |   0.0 | 435M|1433 |   - |1944 | 649 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
266.39/266.44	c   258s|  1510k|  1495k|     0 |   0.0 | 437M|1433 |   - |1944 | 684 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
268.20/268.21	c   260s|  1520k|  1505k|     0 |   0.0 | 440M|1433 |   - |1944 | 668 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
269.90/269.99	c   261s|  1530k|  1515k|     0 |   0.0 | 443M|1433 |   - |1944 | 644 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
271.70/271.78	c   263s|  1540k|  1525k|     0 |   0.0 | 446M|1433 |   - |1944 | 638 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
273.49/273.55	c   265s|  1550k|  1535k|     0 |   0.0 | 449M|1433 |   - |1944 | 634 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
275.29/275.32	c   267s|  1560k|  1545k|     0 |   0.0 | 451M|1433 |   - |1944 | 675 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
277.00/277.09	c   268s|  1570k|  1555k|     0 |   0.0 | 454M|1433 |   - |1944 | 680 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
278.80/278.89	c   270s|  1580k|  1565k|     0 |   0.0 | 457M|1433 |   - |1944 | 622 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
280.60/280.67	c   272s|  1590k|  1575k|     0 |   0.0 | 460M|1433 |   - |1944 | 699 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
282.40/282.44	c   273s|  1600k|  1585k|     0 |   0.0 | 463M|1433 |   - |1944 | 685 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
284.20/284.21	c   275s|  1610k|  1594k|     0 |   0.0 | 465M|1433 |   - |1944 | 697 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
285.89/285.98	c   277s|  1620k|  1604k|     0 |   0.0 | 468M|1433 |   - |1944 | 707 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
287.70/287.75	c   279s|  1630k|  1614k|     0 |   0.0 | 471M|1433 |   - |1944 | 696 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
289.49/289.52	c   280s|  1640k|  1624k|     0 |   0.0 | 474M|1433 |   - |1944 | 691 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
291.20/291.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.20/291.29	c   282s|  1650k|  1634k|     0 |   0.0 | 477M|1433 |   - |1944 | 669 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
292.99/293.05	c   284s|  1660k|  1644k|     0 |   0.0 | 479M|1433 |   - |1944 | 727 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
294.80/294.82	c   285s|  1670k|  1654k|     0 |   0.0 | 482M|1433 |   - |1944 | 697 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
296.59/296.60	c   287s|  1680k|  1664k|     0 |   0.0 | 485M|1433 |   - |1944 | 678 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
298.30/298.37	c   289s|  1690k|  1674k|     0 |   0.0 | 488M|1433 |   - |1944 | 729 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
300.09/300.13	c   291s|  1700k|  1684k|     0 |   0.0 | 491M|1433 |   - |1944 | 680 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
301.79/301.89	c   292s|  1710k|  1694k|     0 |   0.0 | 493M|1433 |   - |1944 | 708 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
303.60/303.68	c   294s|  1720k|  1704k|     0 |   0.0 | 496M|1433 |   - |1944 | 750 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
305.40/305.45	c   296s|  1730k|  1713k|     0 |   0.0 | 499M|1433 |   - |1944 | 719 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
307.19/307.23	c   297s|  1740k|  1723k|     0 |   0.0 | 502M|1433 |   - |1944 | 756 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
309.00/309.00	c   299s|  1750k|  1733k|     0 |   0.0 | 505M|1433 |   - |1944 | 715 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
310.70/310.77	c   301s|  1760k|  1743k|     0 |   0.0 | 507M|1433 |   - |1944 | 686 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
312.50/312.57	c   303s|  1770k|  1753k|     0 |   0.0 | 510M|1433 |   - |1944 | 667 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
314.30/314.34	c   304s|  1780k|  1763k|     0 |   0.0 | 513M|1433 |   - |1944 | 679 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
316.09/316.11	c   306s|  1790k|  1773k|     0 |   0.0 | 516M|1433 |   - |1944 | 673 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
317.80/317.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.80/317.88	c   308s|  1800k|  1783k|     0 |   0.0 | 519M|1433 |   - |1944 | 704 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
319.60/319.67	c   310s|  1810k|  1793k|     0 |   0.0 | 522M|1433 |   - |1944 | 748 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
321.40/321.42	c   311s|  1820k|  1803k|     0 |   0.0 | 524M|1433 |   - |1944 | 685 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
323.10/323.20	c   313s|  1830k|  1813k|     0 |   0.0 | 527M|1433 |   - |1944 | 703 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
324.90/324.95	c   315s|  1840k|  1823k|     0 |   0.0 | 530M|1433 |   - |1944 | 690 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
326.70/326.73	c   316s|  1850k|  1833k|     0 |   0.0 | 533M|1433 |   - |1944 | 749 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
328.49/328.50	c   318s|  1860k|  1842k|     0 |   0.0 | 536M|1433 |   - |1944 | 700 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
330.30/330.31	c   320s|  1870k|  1852k|     0 |   0.0 | 538M|1433 |   - |1944 | 738 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
332.00/332.08	c   322s|  1880k|  1862k|     0 |   0.0 | 541M|1433 |   - |1944 | 714 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
333.80/333.87	c   323s|  1890k|  1872k|     0 |   0.0 | 544M|1433 |   - |1944 | 771 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
335.60/335.63	c   325s|  1900k|  1882k|     0 |   0.0 | 547M|1433 |   - |1944 | 719 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
337.40/337.40	c   327s|  1910k|  1892k|     0 |   0.0 | 550M|1433 |   - |1944 | 712 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
339.10/339.18	c   328s|  1920k|  1902k|     0 |   0.0 | 552M|1433 |   - |1944 | 720 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
340.90/340.95	c   330s|  1930k|  1912k|     0 |   0.0 | 555M|1433 |   - |1944 | 727 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
342.69/342.71	c   332s|  1940k|  1922k|     0 |   0.0 | 558M|1433 |   - |1944 | 733 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
344.50/344.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.50/344.51	c   334s|  1950k|  1932k|     0 |   0.0 | 561M|1433 |   - |1944 | 826 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
346.20/346.27	c   335s|  1960k|  1942k|     0 |   0.0 | 564M|1433 |   - |1944 | 700 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
348.00/348.06	c   337s|  1970k|  1952k|     0 |   0.0 | 567M|1433 |   - |1944 | 684 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
349.80/349.85	c   339s|  1980k|  1961k|     0 |   0.0 | 569M|1433 |   - |1944 | 691 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
351.60/351.61	c   340s|  1990k|  1971k|     0 |   0.0 | 572M|1433 |   - |1944 | 678 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
353.40/353.40	c   342s|  2000k|  1981k|     0 |   0.0 | 575M|1433 |   - |1944 | 668 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
355.10/355.19	c   344s|  2010k|  1991k|     0 |   0.0 | 578M|1433 |   - |1944 | 711 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
356.89/356.96	c   346s|  2020k|  2001k|     0 |   0.0 | 580M|1433 |   - |1944 | 720 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
358.70/358.74	c   347s|  2030k|  2011k|     0 |   0.0 | 583M|1433 |   - |1944 | 678 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
360.50/360.50	c   349s|  2040k|  2021k|     0 |   0.0 | 586M|1433 |   - |1944 | 663 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
362.20/362.24	c   351s|  2050k|  2031k|     0 |   0.0 | 589M|1433 |   - |1944 | 746 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
364.00/364.01	c   352s|  2060k|  2041k|     0 |   0.0 | 592M|1433 |   - |1944 | 710 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
365.70/365.79	c   354s|  2070k|  2051k|     0 |   0.0 | 595M|1433 |   - |1944 | 726 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
367.50/367.56	c   356s|  2080k|  2061k|     0 |   0.0 | 597M|1433 |   - |1944 | 713 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
369.30/369.31	c   358s|  2090k|  2071k|     0 |   0.0 | 600M|1433 |   - |1944 | 724 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
371.00/371.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.00/371.09	c   359s|  2100k|  2080k|     0 |   0.0 | 603M|1433 |   - |1944 | 706 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
372.80/372.85	c   361s|  2110k|  2090k|     0 |   0.0 | 606M|1433 |   - |1944 | 714 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
374.60/374.60	c   363s|  2120k|  2100k|     0 |   0.0 | 609M|1433 |   - |1944 | 680 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
376.31/376.38	c   364s|  2130k|  2110k|     0 |   0.0 | 611M|1433 |   - |1944 | 682 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
378.10/378.16	c   366s|  2140k|  2120k|     0 |   0.0 | 614M|1433 |   - |1944 | 670 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
379.90/379.93	c   368s|  2150k|  2130k|     0 |   0.0 | 617M|1433 |   - |1944 | 663 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
381.60/381.69	c   370s|  2160k|  2140k|     0 |   0.0 | 620M|1433 |   - |1944 | 647 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
383.40/383.46	c   371s|  2170k|  2150k|     0 |   0.0 | 623M|1433 |   - |1944 | 695 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
385.20/385.24	c   373s|  2180k|  2160k|     0 |   0.0 | 625M|1433 |   - |1944 | 718 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
387.00/387.01	c   375s|  2190k|  2170k|     0 |   0.0 | 628M|1433 |   - |1944 | 795 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
388.80/388.80	c   376s|  2200k|  2180k|     0 |   0.0 | 631M|1433 |   - |1944 | 795 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
390.51/390.58	c   378s|  2210k|  2190k|     0 |   0.0 | 634M|1433 |   - |1944 | 832 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
392.30/392.34	c   380s|  2220k|  2199k|     0 |   0.0 | 637M|1433 |   - |1944 | 802 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
394.10/394.11	c   382s|  2230k|  2209k|     0 |   0.0 | 639M|1433 |   - |1944 | 864 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
395.80/395.89	c   383s|  2240k|  2219k|     0 |   0.0 | 642M|1433 |   - |1944 | 869 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
397.60/397.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.60/397.67	c   385s|  2250k|  2229k|     0 |   0.0 | 645M|1433 |   - |1944 | 842 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
399.40/399.43	c   387s|  2260k|  2239k|     0 |   0.0 | 648M|1433 |   - |1944 | 808 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
401.10/401.19	c   388s|  2270k|  2249k|     0 |   0.0 | 651M|1433 |   - |1944 | 782 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
402.90/402.95	c   390s|  2280k|  2259k|     0 |   0.0 | 653M|1433 |   - |1944 | 773 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
404.70/404.71	c   392s|  2290k|  2269k|     0 |   0.0 | 656M|1433 |   - |1944 | 759 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
406.40/406.48	c   394s|  2300k|  2279k|     0 |   0.0 | 659M|1433 |   - |1944 | 759 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
408.20/408.24	c   395s|  2310k|  2289k|     0 |   0.0 | 662M|1433 |   - |1944 | 716 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
410.00/410.01	c   397s|  2320k|  2299k|     0 |   0.0 | 665M|1433 |   - |1944 | 711 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
411.70/411.76	c   399s|  2330k|  2309k|     0 |   0.0 | 667M|1433 |   - |1944 | 728 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
413.51/413.52	c   400s|  2340k|  2318k|     0 |   0.0 | 670M|1433 |   - |1944 | 759 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
415.20/415.29	c   402s|  2350k|  2328k|     0 |   0.0 | 673M|1433 |   - |1944 | 735 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
417.00/417.06	c   404s|  2360k|  2338k|     0 |   0.0 | 676M|1433 |   - |1944 | 734 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
418.80/418.81	c   406s|  2370k|  2348k|     0 |   0.0 | 679M|1433 |   - |1944 | 754 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
420.50/420.58	c   407s|  2380k|  2358k|     0 |   0.0 | 681M|1433 |   - |1944 | 748 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
422.30/422.35	c   409s|  2390k|  2368k|     0 |   0.0 | 684M|1433 |   - |1944 | 763 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
424.10/424.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.10/424.14	c   411s|  2400k|  2378k|     0 |   0.0 | 687M|1433 |   - |1944 | 771 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
425.81/425.89	c   412s|  2410k|  2388k|     0 |   0.0 | 690M|1433 |   - |1944 | 796 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
427.60/427.63	c   414s|  2420k|  2398k|     0 |   0.0 | 693M|1433 |   - |1944 | 799 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
429.30/429.38	c   416s|  2430k|  2408k|     0 |   0.0 | 696M|1433 |   - |1944 | 772 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
431.10/431.14	c   417s|  2440k|  2418k|     0 |   0.0 | 698M|1433 |   - |1944 | 782 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
432.90/432.91	c   419s|  2450k|  2428k|     0 |   0.0 | 701M|1433 |   - |1944 | 741 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
434.60/434.68	c   421s|  2460k|  2437k|     0 |   0.0 | 704M|1433 |   - |1944 | 808 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
436.40/436.44	c   423s|  2470k|  2447k|     0 |   0.0 | 707M|1433 |   - |1944 | 716 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
438.10/438.19	c   424s|  2480k|  2457k|     0 |   0.0 | 710M|1433 |   - |1944 | 746 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
439.90/439.96	c   426s|  2490k|  2467k|     0 |   0.0 | 713M|1433 |   - |1944 | 712 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
441.70/441.73	c   428s|  2500k|  2477k|     0 |   0.0 | 715M|1433 |   - |1944 | 736 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
443.41/443.47	c   429s|  2510k|  2487k|     0 |   0.0 | 718M|1433 |   - |1944 | 794 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
445.20/445.23	c   431s|  2520k|  2497k|     0 |   0.0 | 721M|1433 |   - |1944 | 777 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
446.90/446.99	c   433s|  2530k|  2507k|     0 |   0.0 | 724M|1433 |   - |1944 | 756 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
448.70/448.73	c   434s|  2540k|  2517k|     0 |   0.0 | 727M|1433 |   - |1944 | 723 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
450.50/450.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.50/450.52	c   436s|  2550k|  2527k|     0 |   0.0 | 730M|1433 |   - |1944 | 806 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
452.21/452.29	c   438s|  2560k|  2537k|     0 |   0.0 | 732M|1433 |   - |1944 | 757 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
454.00/454.07	c   440s|  2570k|  2546k|     0 |   0.0 | 735M|1433 |   - |1944 | 765 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
455.80/455.83	c   441s|  2580k|  2556k|     0 |   0.0 | 738M|1433 |   - |1944 | 802 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
457.50/457.58	c   443s|  2590k|  2566k|     0 |   0.0 | 741M|1433 |   - |1944 | 749 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
459.31/459.38	c   445s|  2600k|  2576k|     0 |   0.0 | 744M|1433 |   - |1944 | 756 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
461.10/461.12	c   446s|  2610k|  2586k|     0 |   0.0 | 746M|1433 |   - |1944 | 764 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
462.90/462.90	c   448s|  2620k|  2596k|     0 |   0.0 | 749M|1433 |   - |1944 | 775 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
464.60/464.65	c   450s|  2630k|  2606k|     0 |   0.0 | 752M|1433 |   - |1944 | 795 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
466.40/466.41	c   452s|  2640k|  2616k|     0 |   0.0 | 755M|1433 |   - |1944 | 742 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
468.10/468.17	c   453s|  2650k|  2626k|     0 |   0.0 | 758M|1433 |   - |1944 | 739 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
469.90/469.92	c   455s|  2660k|  2636k|     0 |   0.0 | 760M|1433 |   - |1944 | 780 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
471.71/471.70	c   457s|  2670k|  2646k|     0 |   0.0 | 763M|1433 |   - |1944 | 798 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
473.40/473.45	c   458s|  2680k|  2656k|     0 |   0.0 | 766M|1433 |   - |1944 | 769 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
475.21/475.21	c   460s|  2690k|  2665k|     0 |   0.0 | 769M|1433 |   - |1944 | 786 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
476.90/476.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.90/476.95	c   462s|  2700k|  2675k|     0 |   0.0 | 772M|1433 |   - |1944 | 767 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
478.61/478.69	c   463s|  2710k|  2685k|     0 |   0.0 | 775M|1433 |   - |1944 | 798 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
480.41/480.45	c   465s|  2720k|  2695k|     0 |   0.0 | 777M|1433 |   - |1944 | 773 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
482.20/482.21	c   467s|  2730k|  2705k|     0 |   0.0 | 780M|1433 |   - |1944 | 741 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
483.90/483.96	c   469s|  2740k|  2715k|     0 |   0.0 | 783M|1433 |   - |1944 | 740 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
485.70/485.73	c   470s|  2750k|  2725k|     0 |   0.0 | 786M|1433 |   - |1944 | 726 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
487.41/487.48	c   472s|  2760k|  2735k|     0 |   0.0 | 789M|1433 |   - |1944 | 751 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
489.20/489.27	c   474s|  2770k|  2745k|     0 |   0.0 | 792M|1433 |   - |1944 | 778 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
491.00/491.02	c   475s|  2780k|  2755k|     0 |   0.0 | 794M|1433 |   - |1944 | 750 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
492.71/492.77	c   477s|  2790k|  2765k|     0 |   0.0 | 797M|1433 |   - |1944 | 724 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
494.51/494.52	c   479s|  2800k|  2775k|     0 |   0.0 | 800M|1433 |   - |1944 | 717 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
496.21/496.29	c   481s|  2810k|  2784k|     0 |   0.0 | 803M|1433 |   - |1944 | 745 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
498.00/498.07	c   482s|  2820k|  2794k|     0 |   0.0 | 806M|1433 |   - |1944 | 743 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
499.81/499.85	c   484s|  2830k|  2804k|     0 |   0.0 | 809M|1433 |   - |1944 | 736 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
501.61/501.61	c   486s|  2840k|  2814k|     0 |   0.0 | 811M|1433 |   - |1944 | 681 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
503.31/503.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.31/503.39	c   487s|  2850k|  2824k|     0 |   0.0 | 814M|1433 |   - |1944 | 720 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
505.11/505.14	c   489s|  2860k|  2834k|     0 |   0.0 | 817M|1433 |   - |1944 | 744 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
506.90/506.90	c   491s|  2870k|  2844k|     0 |   0.0 | 820M|1433 |   - |1944 | 750 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
508.60/508.66	c   492s|  2880k|  2854k|     0 |   0.0 | 823M|1433 |   - |1944 | 768 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
510.41/510.43	c   494s|  2890k|  2864k|     0 |   0.0 | 825M|1433 |   - |1944 | 728 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
512.10/512.19	c   496s|  2900k|  2874k|     0 |   0.0 | 828M|1433 |   - |1944 | 767 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
513.90/513.95	c   498s|  2910k|  2884k|     0 |   0.0 | 831M|1433 |   - |1944 | 742 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
515.70/515.71	c   499s|  2920k|  2894k|     0 |   0.0 | 834M|1433 |   - |1944 | 734 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
517.40/517.48	c   501s|  2930k|  2903k|     0 |   0.0 | 837M|1433 |   - |1944 | 772 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
519.21/519.24	c   503s|  2940k|  2913k|     0 |   0.0 | 840M|1433 |   - |1944 | 731 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
520.90/520.99	c   504s|  2950k|  2923k|     0 |   0.0 | 842M|1433 |   - |1944 | 737 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
522.70/522.76	c   506s|  2960k|  2933k|     0 |   0.0 | 845M|1433 |   - |1944 | 757 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
524.51/524.52	c   508s|  2970k|  2943k|     0 |   0.0 | 848M|1433 |   - |1944 | 767 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
526.30/526.30	c   510s|  2980k|  2953k|     0 |   0.0 | 851M|1433 |   - |1944 | 794 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
528.01/528.04	c   511s|  2990k|  2963k|     0 |   0.0 | 854M|1433 |   - |1944 | 795 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
529.81/529.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
529.81/529.81	c   513s|  3000k|  2973k|     0 |   0.0 | 856M|1433 |   - |1944 | 847 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
531.51/531.57	c   515s|  3010k|  2983k|     0 |   0.0 | 859M|1433 |   - |1944 | 814 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
533.30/533.34	c   516s|  3020k|  2993k|     0 |   0.0 | 862M|1433 |   - |1944 | 836 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
535.10/535.11	c   518s|  3030k|  3003k|     0 |   0.0 | 865M|1433 |   - |1944 | 823 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
536.81/536.88	c   520s|  3040k|  3013k|     0 |   0.0 | 868M|1433 |   - |1944 | 784 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
538.60/538.64	c   522s|  3050k|  3022k|     0 |   0.0 | 871M|1433 |   - |1944 | 795 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
540.41/540.41	c   523s|  3060k|  3032k|     0 |   0.0 | 873M|1433 |   - |1944 | 762 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
542.11/542.17	c   525s|  3070k|  3042k|     0 |   0.0 | 876M|1433 |   - |1944 | 726 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
543.91/543.92	c   527s|  3080k|  3052k|     0 |   0.0 | 879M|1433 |   - |1944 | 744 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
545.61/545.70	c   528s|  3090k|  3062k|     0 |   0.0 | 882M|1433 |   - |1944 | 727 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
547.41/547.44	c   530s|  3100k|  3072k|     0 |   0.0 | 885M|1433 |   - |1944 | 725 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
549.20/549.23	c   532s|  3110k|  3082k|     0 |   0.0 | 887M|1433 |   - |1944 | 717 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
551.00/551.00	c   533s|  3120k|  3092k|     0 |   0.0 | 890M|1433 |   - |1944 | 745 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
552.70/552.75	c   535s|  3130k|  3102k|     0 |   0.0 | 893M|1433 |   - |1944 | 719 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
554.51/554.55	c   537s|  3140k|  3112k|     0 |   0.0 | 896M|1433 |   - |1944 | 757 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
556.20/556.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
556.20/556.29	c   539s|  3150k|  3122k|     0 |   0.0 | 899M|1433 |   - |1944 | 745 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
558.00/558.08	c   540s|  3160k|  3132k|     0 |   0.0 | 901M|1433 |   - |1944 | 783 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
559.81/559.86	c   542s|  3170k|  3141k|     0 |   0.0 | 904M|1433 |   - |1944 | 739 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
561.60/561.67	c   544s|  3180k|  3151k|     0 |   0.0 | 907M|1433 |   - |1944 | 781 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
563.41/563.42	c   545s|  3190k|  3161k|     0 |   0.0 | 910M|1433 |   - |1944 | 819 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
565.10/565.15	c   547s|  3200k|  3171k|     0 |   0.0 | 913M|1433 |   - |1944 | 805 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
566.80/566.88	c   549s|  3210k|  3181k|     0 |   0.0 | 915M|1433 |   - |1944 | 812 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
568.61/568.66	c   551s|  3220k|  3191k|     0 |   0.0 | 918M|1433 |   - |1944 | 807 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
570.40/570.41	c   552s|  3230k|  3201k|     0 |   0.0 | 921M|1433 |   - |1944 | 859 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
572.11/572.15	c   554s|  3240k|  3211k|     0 |   0.0 | 924M|1433 |   - |1944 | 807 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
573.80/573.89	c   556s|  3250k|  3221k|     0 |   0.0 | 927M|1433 |   - |1944 | 840 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
575.60/575.65	c   557s|  3260k|  3231k|     0 |   0.0 | 929M|1433 |   - |1944 | 852 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
577.40/577.40	c   559s|  3270k|  3241k|     0 |   0.0 | 932M|1433 |   - |1944 | 865 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
579.10/579.15	c   561s|  3280k|  3251k|     0 |   0.0 | 935M|1433 |   - |1944 | 829 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
580.81/580.90	c   562s|  3290k|  3260k|     0 |   0.0 | 938M|1433 |   - |1944 | 834 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
582.60/582.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
582.60/582.64	c   564s|  3300k|  3270k|     0 |   0.0 | 941M|1433 |   - |1944 | 871 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
584.30/584.38	c   566s|  3310k|  3280k|     0 |   0.0 | 944M|1433 |   - |1944 | 832 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
586.10/586.14	c   568s|  3320k|  3290k|     0 |   0.0 | 947M|1433 |   - |1944 | 828 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
587.91/587.91	c   569s|  3330k|  3300k|     0 |   0.0 | 949M|1433 |   - |1944 | 852 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
589.61/589.68	c   571s|  3340k|  3310k|     0 |   0.0 | 952M|1433 |   - |1944 | 804 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
591.41/591.44	c   573s|  3350k|  3320k|     0 |   0.0 | 955M|1433 |   - |1944 | 790 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
593.21/593.20	c   574s|  3360k|  3330k|     0 |   0.0 | 958M|1433 |   - |1944 | 785 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
594.91/594.95	c   576s|  3370k|  3340k|     0 |   0.0 | 961M|1433 |   - |1944 | 731 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
596.70/596.71	c   578s|  3380k|  3350k|     0 |   0.0 | 963M|1433 |   - |1944 | 748 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
598.41/598.46	c   579s|  3390k|  3360k|     0 |   0.0 | 966M|1433 |   - |1944 | 714 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
600.20/600.25	c   581s|  3400k|  3370k|     0 |   0.0 | 969M|1433 |   - |1944 | 754 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
602.00/602.00	c   583s|  3410k|  3379k|     0 |   0.0 | 972M|1433 |   - |1944 | 725 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
603.71/603.75	c   585s|  3420k|  3389k|     0 |   0.0 | 975M|1433 |   - |1944 | 745 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
605.50/605.50	c   586s|  3430k|  3399k|     0 |   0.0 | 978M|1433 |   - |1944 | 764 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
607.22/607.24	c   588s|  3440k|  3409k|     0 |   0.0 | 980M|1433 |   - |1944 | 723 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
609.01/609.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.01/609.02	c   590s|  3450k|  3419k|     0 |   0.0 | 983M|1433 |   - |1944 | 741 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
610.71/610.77	c   591s|  3460k|  3429k|     0 |   0.0 | 986M|1433 |   - |1944 | 746 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
612.51/612.51	c   593s|  3470k|  3439k|     0 |   0.0 | 989M|1433 |   - |1944 | 766 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
614.20/614.27	c   595s|  3480k|  3449k|     0 |   0.0 | 992M|1433 |   - |1944 | 768 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
616.02/616.04	c   596s|  3490k|  3459k|     0 |   0.0 | 995M|1433 |   - |1944 | 811 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
617.81/617.82	c   598s|  3500k|  3469k|     0 |   0.0 | 997M|1433 |   - |1944 | 783 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
619.61/619.63	c   600s|  3510k|  3479k|     0 |   0.0 |1000M|1433 |   - |1944 | 813 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
621.41/621.40	c   602s|  3520k|  3489k|     0 |   0.0 |1003M|1433 |   - |1944 | 769 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
623.11/623.15	c   603s|  3530k|  3498k|     0 |   0.0 |1006M|1433 |   - |1944 | 803 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
624.91/624.92	c   605s|  3540k|  3508k|     0 |   0.0 |1009M|1433 |   - |1944 | 788 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
626.71/626.73	c   607s|  3550k|  3518k|     0 |   0.0 |1011M|1433 |   - |1944 | 852 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
628.40/628.48	c   608s|  3560k|  3528k|     0 |   0.0 |1014M|1433 |   - |1944 | 822 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
630.21/630.25	c   610s|  3570k|  3538k|     0 |   0.0 |1017M|1433 |   - |1944 | 836 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
632.01/632.06	c   612s|  3580k|  3548k|     0 |   0.0 |1020M|1433 |   - |1944 | 872 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
633.80/633.83	c   614s|  3590k|  3558k|     0 |   0.0 |1023M|1433 |   - |1944 | 867 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
635.50/635.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.50/635.60	c   615s|  3600k|  3568k|     0 |   0.0 |1026M|1433 |   - |1944 | 874 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
637.31/637.36	c   617s|  3610k|  3578k|     0 |   0.0 |1028M|1433 |   - |1944 | 876 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
639.11/639.11	c   619s|  3620k|  3588k|     0 |   0.0 |1031M|1433 |   - |1944 | 852 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
640.81/640.85	c   620s|  3630k|  3598k|     0 |   0.0 |1034M|1433 |   - |1944 | 884 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
642.61/642.62	c   622s|  3640k|  3607k|     0 |   0.0 |1037M|1433 |   - |1944 | 838 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
644.31/644.35	c   624s|  3650k|  3617k|     0 |   0.0 |1039M|1433 |   - |1944 | 835 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
646.10/646.10	c   626s|  3660k|  3627k|     0 |   0.0 |1042M|1433 |   - |1944 | 852 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
647.80/647.88	c   627s|  3670k|  3637k|     0 |   0.0 |1045M|1433 |   - |1944 | 881 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
649.61/649.65	c   629s|  3680k|  3647k|     0 |   0.0 |1048M|1433 |   - |1944 | 810 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
651.41/651.40	c   631s|  3690k|  3657k|     0 |   0.0 |1051M|1433 |   - |1944 | 865 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
653.11/653.15	c   632s|  3700k|  3667k|     0 |   0.0 |1054M|1433 |   - |1944 | 791 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
654.80/654.88	c   634s|  3710k|  3677k|     0 |   0.0 |1056M|1433 |   - |1944 | 806 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
656.61/656.64	c   636s|  3720k|  3687k|     0 |   0.0 |1059M|1433 |   - |1944 | 785 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
658.31/658.38	c   637s|  3730k|  3697k|     0 |   0.0 |1062M|1433 |   - |1944 | 800 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
660.11/660.15	c   639s|  3740k|  3707k|     0 |   0.0 |1065M|1433 |   - |1944 | 827 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
661.91/661.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
661.91/661.92	c   641s|  3750k|  3717k|     0 |   0.0 |1068M|1433 |   - |1944 | 841 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
663.61/663.68	c   643s|  3760k|  3726k|     0 |   0.0 |1071M|1433 |   - |1944 | 804 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
665.41/665.47	c   644s|  3770k|  3736k|     0 |   0.0 |1073M|1433 |   - |1944 | 859 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
667.20/667.25	c   646s|  3780k|  3746k|     0 |   0.0 |1076M|1433 |   - |1944 | 829 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
669.01/669.00	c   648s|  3790k|  3756k|     0 |   0.0 |1079M|1433 |   - |1944 | 796 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
670.71/670.75	c   649s|  3800k|  3766k|     0 |   0.0 |1082M|1433 |   - |1944 | 847 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
672.51/672.58	c   651s|  3810k|  3776k|     0 |   0.0 |1085M|1433 |   - |1944 | 847 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
674.31/674.33	c   653s|  3820k|  3786k|     0 |   0.0 |1088M|1433 |   - |1944 | 768 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
676.00/676.06	c   655s|  3830k|  3796k|     0 |   0.0 |1090M|1433 |   - |1944 | 794 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
677.71/677.79	c   656s|  3840k|  3806k|     0 |   0.0 |1093M|1433 |   - |1944 | 811 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
679.50/679.54	c   658s|  3850k|  3816k|     0 |   0.0 |1096M|1433 |   - |1944 | 794 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
681.21/681.28	c   660s|  3860k|  3826k|     0 |   0.0 |1099M|1433 |   - |1944 | 820 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
683.01/683.07	c   661s|  3870k|  3835k|     0 |   0.0 |1102M|1433 |   - |1944 | 853 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
684.81/684.81	c   663s|  3880k|  3845k|     0 |   0.0 |1105M|1433 |   - |1944 | 818 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
686.52/686.55	c   665s|  3890k|  3855k|     0 |   0.0 |1108M|1433 |   - |1944 | 862 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
688.31/688.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
688.31/688.34	c   666s|  3900k|  3865k|     0 |   0.0 |1110M|1433 |   - |1944 | 893 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
690.11/690.10	c   668s|  3910k|  3875k|     0 |   0.0 |1113M|1433 |   - |1944 | 890 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
691.81/691.87	c   670s|  3920k|  3885k|     0 |   0.0 |1116M|1433 |   - |1944 | 898 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
693.60/693.61	c   672s|  3930k|  3895k|     0 |   0.0 |1119M|1433 |   - |1944 | 888 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
695.41/695.40	c   673s|  3940k|  3905k|     0 |   0.0 |1122M|1433 |   - |1944 | 857 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
697.11/697.14	c   675s|  3950k|  3915k|     0 |   0.0 |1124M|1433 |   - |1944 | 843 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
698.81/698.89	c   677s|  3960k|  3925k|     0 |   0.0 |1127M|1433 |   - |1944 | 825 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
700.61/700.65	c   678s|  3970k|  3935k|     0 |   0.0 |1130M|1433 |   - |1944 | 771 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
702.31/702.38	c   680s|  3980k|  3945k|     0 |   0.0 |1133M|1433 |   - |1944 | 765 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
704.12/704.16	c   682s|  3990k|  3954k|     0 |   0.0 |1136M|1433 |   - |1944 | 777 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
705.91/705.92	c   683s|  4000k|  3964k|     0 |   0.0 |1139M|1433 |   - |1944 | 745 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
707.60/707.66	c   685s|  4010k|  3974k|     0 |   0.0 |1142M|1433 |   - |1944 | 718 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
709.41/709.42	c   687s|  4020k|  3984k|     0 |   0.0 |1144M|1433 |   - |1944 | 749 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
711.11/711.17	c   688s|  4030k|  3994k|     0 |   0.0 |1147M|1433 |   - |1944 | 732 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
712.92/712.90	c   690s|  4040k|  4004k|     0 |   0.0 |1150M|1433 |   - |1944 | 712 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
714.61/714.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.61/714.69	c   692s|  4050k|  4014k|     0 |   0.0 |1153M|1433 |   - |1944 | 740 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
716.41/716.46	c   694s|  4060k|  4024k|     0 |   0.0 |1156M|1433 |   - |1944 | 732 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
718.21/718.22	c   695s|  4070k|  4034k|     0 |   0.0 |1158M|1433 |   - |1944 | 680 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
720.01/720.00	c   697s|  4080k|  4044k|     0 |   0.0 |1161M|1433 |   - |1944 | 703 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
721.72/721.77	c   699s|  4090k|  4054k|     0 |   0.0 |1164M|1433 |   - |1944 | 712 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
723.51/723.50	c   700s|  4100k|  4064k|     0 |   0.0 |1167M|1433 |   - |1944 | 717 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
725.21/725.24	c   702s|  4110k|  4073k|     0 |   0.0 |1170M|1433 |   - |1944 | 668 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
726.92/726.97	c   704s|  4120k|  4083k|     0 |   0.0 |1173M|1433 |   - |1944 | 725 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
728.71/728.72	c   705s|  4130k|  4093k|     0 |   0.0 |1175M|1433 |   - |1944 | 743 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
730.42/730.48	c   707s|  4140k|  4103k|     0 |   0.0 |1178M|1433 |   - |1944 | 773 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
732.21/732.23	c   709s|  4150k|  4113k|     0 |   0.0 |1181M|1433 |   - |1944 | 780 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
733.91/733.95	c   711s|  4160k|  4123k|     0 |   0.0 |1184M|1433 |   - |1944 | 731 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
735.61/735.68	c   712s|  4170k|  4133k|     0 |   0.0 |1187M|1433 |   - |1944 | 767 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
737.41/737.42	c   714s|  4180k|  4143k|     0 |   0.0 |1190M|1433 |   - |1944 | 763 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
739.11/739.15	c   716s|  4190k|  4153k|     0 |   0.0 |1193M|1433 |   - |1944 | 754 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
740.81/740.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
740.81/740.88	c   717s|  4200k|  4163k|     0 |   0.0 |1195M|1433 |   - |1944 | 762 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
742.62/742.61	c   719s|  4210k|  4173k|     0 |   0.0 |1198M|1433 |   - |1944 | 770 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
744.31/744.37	c   721s|  4220k|  4183k|     0 |   0.0 |1201M|1433 |   - |1944 | 731 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
746.11/746.11	c   722s|  4230k|  4192k|     0 |   0.0 |1204M|1433 |   - |1944 | 714 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
747.81/747.85	c   724s|  4240k|  4202k|     0 |   0.0 |1207M|1433 |   - |1944 | 737 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
749.51/749.58	c   726s|  4250k|  4212k|     0 |   0.0 |1210M|1433 |   - |1944 | 784 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
751.31/751.31	c   727s|  4260k|  4222k|     0 |   0.0 |1212M|1433 |   - |1944 | 809 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
753.02/753.05	c   729s|  4270k|  4232k|     0 |   0.0 |1215M|1433 |   - |1944 | 830 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
754.72/754.77	c   731s|  4280k|  4242k|     0 |   0.0 |1218M|1433 |   - |1944 | 829 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
756.51/756.55	c   732s|  4290k|  4252k|     0 |   0.0 |1221M|1433 |   - |1944 | 805 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
758.31/758.30	c   734s|  4300k|  4262k|     0 |   0.0 |1224M|1433 |   - |1944 | 827 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
760.01/760.04	c   736s|  4310k|  4272k|     0 |   0.0 |1227M|1433 |   - |1944 | 850 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
761.72/761.79	c   738s|  4320k|  4282k|     0 |   0.0 |1230M|1433 |   - |1944 | 835 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
763.52/763.51	c   739s|  4330k|  4292k|     0 |   0.0 |1232M|1433 |   - |1944 | 825 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
765.21/765.25	c   741s|  4340k|  4302k|     0 |   0.0 |1235M|1433 |   - |1944 | 788 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
767.01/767.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
767.01/767.00	c   743s|  4350k|  4311k|     0 |   0.0 |1238M|1433 |   - |1944 | 791 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
768.71/768.74	c   744s|  4360k|  4321k|     0 |   0.0 |1241M|1433 |   - |1944 | 738 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
770.41/770.48	c   746s|  4370k|  4331k|     0 |   0.0 |1244M|1433 |   - |1944 | 771 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
772.22/772.22	c   748s|  4380k|  4341k|     0 |   0.0 |1247M|1433 |   - |1944 | 812 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
773.92/773.95	c   749s|  4390k|  4351k|     0 |   0.0 |1250M|1433 |   - |1944 | 776 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
775.62/775.68	c   751s|  4400k|  4361k|     0 |   0.0 |1252M|1433 |   - |1944 | 815 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
777.41/777.43	c   753s|  4410k|  4371k|     0 |   0.0 |1255M|1433 |   - |1944 | 816 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
779.11/779.16	c   754s|  4420k|  4381k|     0 |   0.0 |1258M|1433 |   - |1944 | 832 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
780.81/780.89	c   756s|  4430k|  4391k|     0 |   0.0 |1261M|1433 |   - |1944 | 831 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
782.61/782.64	c   758s|  4440k|  4401k|     0 |   0.0 |1264M|1433 |   - |1944 | 799 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
784.41/784.42	c   759s|  4450k|  4411k|     0 |   0.0 |1267M|1433 |   - |1944 | 826 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
786.12/786.16	c   761s|  4460k|  4421k|     0 |   0.0 |1269M|1433 |   - |1944 | 820 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
787.92/787.93	c   763s|  4470k|  4430k|     0 |   0.0 |1272M|1433 |   - |1944 | 858 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
789.61/789.68	c   765s|  4480k|  4440k|     0 |   0.0 |1275M|1433 |   - |1944 | 821 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
791.42/791.43	c   766s|  4490k|  4450k|     0 |   0.0 |1278M|1433 |   - |1944 | 828 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
793.12/793.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
793.12/793.17	c   768s|  4500k|  4460k|     0 |   0.0 |1281M|1433 |   - |1944 | 784 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
794.91/794.93	c   770s|  4510k|  4470k|     0 |   0.0 |1284M|1433 |   - |1944 | 809 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
796.61/796.67	c   771s|  4520k|  4480k|     0 |   0.0 |1286M|1433 |   - |1944 | 816 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
798.41/798.40	c   773s|  4530k|  4490k|     0 |   0.0 |1289M|1433 |   - |1944 | 791 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
800.11/800.15	c   775s|  4540k|  4500k|     0 |   0.0 |1292M|1433 |   - |1944 | 827 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
801.91/801.95	c   776s|  4550k|  4510k|     0 |   0.0 |1295M|1433 |   - |1944 | 833 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
803.62/803.69	c   778s|  4560k|  4520k|     0 |   0.0 |1298M|1433 |   - |1944 | 835 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
805.42/805.44	c   780s|  4570k|  4530k|     0 |   0.0 |1301M|1433 |   - |1944 | 852 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
807.12/807.20	c   782s|  4580k|  4539k|     0 |   0.0 |1304M|1433 |   - |1944 | 864 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
808.91/808.94	c   783s|  4590k|  4549k|     0 |   0.0 |1306M|1433 |   - |1944 | 852 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
810.61/810.69	c   785s|  4600k|  4559k|     0 |   0.0 |1309M|1433 |   - |1944 | 851 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
812.41/812.46	c   787s|  4610k|  4569k|     0 |   0.0 |1312M|1433 |   - |1944 | 818 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
814.21/814.24	c   788s|  4620k|  4579k|     0 |   0.0 |1315M|1433 |   - |1944 | 823 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
816.01/816.00	c   790s|  4630k|  4589k|     0 |   0.0 |1318M|1433 |   - |1944 | 777 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
817.71/817.74	c   792s|  4640k|  4599k|     0 |   0.0 |1321M|1433 |   - |1944 | 807 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
819.41/819.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
819.41/819.48	c   793s|  4650k|  4609k|     0 |   0.0 |1323M|1433 |   - |1944 | 812 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
821.21/821.25	c   795s|  4660k|  4619k|     0 |   0.0 |1326M|1433 |   - |1944 | 840 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
823.02/823.00	c   797s|  4670k|  4629k|     0 |   0.0 |1329M|1433 |   - |1944 | 845 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
824.72/824.78	c   799s|  4680k|  4639k|     0 |   0.0 |1332M|1433 |   - |1944 | 844 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
826.51/826.52	c   800s|  4690k|  4648k|     0 |   0.0 |1335M|1433 |   - |1944 | 784 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
828.21/828.24	c   802s|  4700k|  4658k|     0 |   0.0 |1338M|1433 |   - |1944 | 791 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
830.01/830.00	c   804s|  4710k|  4668k|     0 |   0.0 |1340M|1433 |   - |1944 | 828 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
831.72/831.73	c   805s|  4720k|  4678k|     0 |   0.0 |1343M|1433 |   - |1944 | 825 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
833.41/833.48	c   807s|  4730k|  4688k|     0 |   0.0 |1346M|1433 |   - |1944 | 806 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
835.21/835.22	c   809s|  4740k|  4698k|     0 |   0.0 |1349M|1433 |   - |1944 | 821 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
836.91/836.98	c   810s|  4750k|  4708k|     0 |   0.0 |1352M|1433 |   - |1944 | 829 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
838.71/838.74	c   812s|  4760k|  4718k|     0 |   0.0 |1355M|1433 |   - |1944 | 819 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
840.42/840.47	c   814s|  4770k|  4728k|     0 |   0.0 |1358M|1433 |   - |1944 | 799 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
842.22/842.21	c   815s|  4780k|  4738k|     0 |   0.0 |1360M|1433 |   - |1944 | 844 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
843.92/843.98	c   817s|  4790k|  4748k|     0 |   0.0 |1363M|1433 |   - |1944 | 797 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
845.71/845.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
845.71/845.72	c   819s|  4800k|  4758k|     0 |   0.0 |1366M|1433 |   - |1944 | 761 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
847.41/847.46	c   820s|  4810k|  4767k|     0 |   0.0 |1369M|1433 |   - |1944 | 817 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
849.12/849.20	c   822s|  4820k|  4777k|     0 |   0.0 |1372M|1433 |   - |1944 | 769 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
850.91/850.94	c   824s|  4830k|  4787k|     0 |   0.0 |1375M|1433 |   - |1944 | 794 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
852.62/852.67	c   826s|  4840k|  4797k|     0 |   0.0 |1378M|1433 |   - |1944 | 788 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
854.42/854.40	c   827s|  4850k|  4807k|     0 |   0.0 |1380M|1433 |   - |1944 | 795 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
856.11/856.18	c   829s|  4860k|  4817k|     0 |   0.0 |1383M|1433 |   - |1944 | 883 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
857.91/857.95	c   831s|  4870k|  4827k|     0 |   0.0 |1386M|1433 |   - |1944 | 768 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
859.71/859.71	c   832s|  4880k|  4837k|     0 |   0.0 |1389M|1433 |   - |1944 | 812 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
861.42/861.44	c   834s|  4890k|  4847k|     0 |   0.0 |1392M|1433 |   - |1944 | 835 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
863.22/863.21	c   836s|  4900k|  4857k|     0 |   0.0 |1395M|1433 |   - |1944 | 816 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
864.92/864.95	c   837s|  4910k|  4867k|     0 |   0.0 |1397M|1433 |   - |1944 | 811 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
866.62/866.69	c   839s|  4920k|  4877k|     0 |   0.0 |1400M|1433 |   - |1944 | 851 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
868.42/868.44	c   841s|  4930k|  4886k|     0 |   0.0 |1403M|1433 |   - |1944 | 858 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
870.12/870.17	c   842s|  4940k|  4896k|     0 |   0.0 |1406M|1433 |   - |1944 | 775 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
871.91/871.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.91/871.93	c   844s|  4950k|  4906k|     0 |   0.0 |1409M|1433 |   - |1944 | 812 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
873.61/873.65	c   846s|  4960k|  4916k|     0 |   0.0 |1412M|1433 |   - |1944 | 767 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
875.31/875.39	c   848s|  4970k|  4926k|     0 |   0.0 |1414M|1433 |   - |1944 | 741 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
877.11/877.12	c   849s|  4980k|  4936k|     0 |   0.0 |1417M|1433 |   - |1944 | 764 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
878.82/878.89	c   851s|  4990k|  4946k|     0 |   0.0 |1420M|1433 |   - |1944 | 843 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
880.61/880.63	c   853s|  5000k|  4956k|     0 |   0.0 |1423M|1433 |   - |1944 | 822 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
882.42/882.40	c   854s|  5010k|  4966k|     0 |   0.0 |1426M|1433 |   - |1944 | 783 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
884.11/884.14	c   856s|  5020k|  4976k|     0 |   0.0 |1429M|1433 |   - |1944 | 764 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
885.82/885.89	c   858s|  5030k|  4986k|     0 |   0.0 |1432M|1433 |   - |1944 | 778 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
887.61/887.61	c   859s|  5040k|  4996k|     0 |   0.0 |1434M|1433 |   - |1944 | 775 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
889.31/889.34	c   861s|  5050k|  5005k|     0 |   0.0 |1437M|1433 |   - |1944 | 792 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
891.02/891.09	c   863s|  5060k|  5015k|     0 |   0.0 |1440M|1433 |   - |1944 | 821 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
892.81/892.84	c   864s|  5070k|  5025k|     0 |   0.0 |1443M|1433 |   - |1944 | 771 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
894.62/894.61	c   866s|  5080k|  5035k|     0 |   0.0 |1446M|1433 |   - |1944 | 836 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
896.31/896.35	c   868s|  5090k|  5045k|     0 |   0.0 |1449M|1433 |   - |1944 | 792 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
898.12/898.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
898.12/898.10	c   870s|  5100k|  5055k|     0 |   0.0 |1451M|1433 |   - |1944 | 818 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
899.82/899.84	c   871s|  5110k|  5065k|     0 |   0.0 |1454M|1433 |   - |1944 | 858 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
901.52/901.55	c   873s|  5120k|  5075k|     0 |   0.0 |1457M|1433 |   - |1944 | 835 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
903.32/903.32	c   875s|  5130k|  5085k|     0 |   0.0 |1460M|1433 |   - |1944 | 857 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
905.01/905.09	c   876s|  5140k|  5095k|     0 |   0.0 |1463M|1433 |   - |1944 | 865 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
906.81/906.84	c   878s|  5150k|  5105k|     0 |   0.0 |1466M|1433 |   - |1944 | 853 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
908.62/908.61	c   880s|  5160k|  5114k|     0 |   0.0 |1469M|1433 |   - |1944 | 937 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
910.31/910.35	c   881s|  5170k|  5124k|     0 |   0.0 |1471M|1433 |   - |1944 | 882 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
912.02/912.09	c   883s|  5180k|  5134k|     0 |   0.0 |1474M|1433 |   - |1944 | 920 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
913.82/913.80	c   885s|  5190k|  5144k|     0 |   0.0 |1477M|1433 |   - |1944 | 932 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
915.51/915.52	c   886s|  5200k|  5154k|     0 |   0.0 |1480M|1433 |   - |1944 | 876 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
917.31/917.30	c   888s|  5210k|  5164k|     0 |   0.0 |1483M|1433 |   - |1944 | 915 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
919.02/919.04	c   890s|  5220k|  5174k|     0 |   0.0 |1486M|1433 |   - |1944 | 894 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
920.73/920.80	c   892s|  5230k|  5184k|     0 |   0.0 |1488M|1433 |   - |1944 | 888 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
922.51/922.53	c   893s|  5240k|  5194k|     0 |   0.0 |1491M|1433 |   - |1944 | 891 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
924.21/924.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
924.21/924.29	c   895s|  5250k|  5204k|     0 |   0.0 |1494M|1433 |   - |1944 | 870 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
926.02/926.02	c   897s|  5260k|  5214k|     0 |   0.0 |1497M|1433 |   - |1944 | 885 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
927.72/927.79	c   898s|  5270k|  5224k|     0 |   0.0 |1500M|1433 |   - |1944 | 891 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
929.52/929.55	c   900s|  5280k|  5233k|     0 |   0.0 |1503M|1433 |   - |1944 | 862 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
931.31/931.30	c   902s|  5290k|  5243k|     0 |   0.0 |1506M|1433 |   - |1944 | 864 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
933.01/933.02	c   903s|  5300k|  5253k|     0 |   0.0 |1508M|1433 |   - |1944 | 808 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
934.72/934.76	c   905s|  5310k|  5263k|     0 |   0.0 |1511M|1433 |   - |1944 | 847 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
936.51/936.52	c   907s|  5320k|  5273k|     0 |   0.0 |1514M|1433 |   - |1944 | 879 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
938.22/938.29	c   908s|  5330k|  5283k|     0 |   0.0 |1517M|1433 |   - |1944 | 846 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
940.01/940.09	c   910s|  5340k|  5293k|     0 |   0.0 |1520M|1433 |   - |1944 | 855 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
941.81/941.85	c   912s|  5350k|  5303k|     0 |   0.0 |1523M|1433 |   - |1944 | 864 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
943.61/943.60	c   914s|  5360k|  5313k|     0 |   0.0 |1525M|1433 |   - |1944 | 824 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
945.32/945.35	c   915s|  5370k|  5323k|     0 |   0.0 |1528M|1433 |   - |1944 | 840 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
947.02/947.07	c   917s|  5380k|  5333k|     0 |   0.0 |1531M|1433 |   - |1944 | 865 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
948.82/948.82	c   919s|  5390k|  5343k|     0 |   0.0 |1534M|1433 |   - |1944 | 870 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
950.52/950.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
950.52/950.55	c   920s|  5400k|  5352k|     0 |   0.0 |1537M|1433 |   - |1944 | 930 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
952.22/952.28	c   922s|  5410k|  5362k|     0 |   0.0 |1539M|1433 |   - |1944 | 894 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
954.01/954.00	c   924s|  5420k|  5372k|     0 |   0.0 |1542M|1433 |   - |1944 | 923 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
955.71/955.73	c   925s|  5430k|  5382k|     0 |   0.0 |1545M|1433 |   - |1944 | 941 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
957.42/957.46	c   927s|  5440k|  5392k|     0 |   0.0 |1548M|1433 |   - |1944 | 941 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
959.12/959.19	c   929s|  5450k|  5402k|     0 |   0.0 |1551M|1433 |   - |1944 | 966 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
960.91/960.96	c   930s|  5460k|  5412k|     0 |   0.0 |1553M|1433 |   - |1944 | 869 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
962.63/962.69	c   932s|  5470k|  5422k|     0 |   0.0 |1556M|1433 |   - |1944 | 929 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
964.42/964.40	c   934s|  5480k|  5432k|     0 |   0.0 |1559M|1433 |   - |1944 | 895 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
966.12/966.15	c   935s|  5490k|  5442k|     0 |   0.0 |1562M|1433 |   - |1944 |1014 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
967.82/967.89	c   937s|  5500k|  5452k|     0 |   0.0 |1565M|1433 |   - |1944 | 900 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
969.62/969.61	c   939s|  5510k|  5461k|     0 |   0.0 |1568M|1433 |   - |1944 | 917 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
971.32/971.35	c   940s|  5520k|  5471k|     0 |   0.0 |1570M|1433 |   - |1944 | 911 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
973.01/973.09	c   942s|  5530k|  5481k|     0 |   0.0 |1573M|1433 |   - |1944 | 984 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
974.81/974.81	c   944s|  5540k|  5491k|     0 |   0.0 |1576M|1433 |   - |1944 | 928 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
976.52/976.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
976.52/976.56	c   945s|  5550k|  5501k|     0 |   0.0 |1579M|1433 |   - |1944 | 906 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
978.22/978.28	c   947s|  5560k|  5511k|     0 |   0.0 |1582M|1433 |   - |1944 | 881 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
980.02/980.05	c   949s|  5570k|  5521k|     0 |   0.0 |1585M|1433 |   - |1944 | 934 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
981.82/981.80	c   951s|  5580k|  5531k|     0 |   0.0 |1588M|1433 |   - |1944 | 857 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
983.53/983.53	c   952s|  5590k|  5541k|     0 |   0.0 |1590M|1433 |   - |1944 | 885 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
985.21/985.29	c   954s|  5600k|  5551k|     0 |   0.0 |1593M|1433 |   - |1944 | 913 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
987.02/987.04	c   956s|  5610k|  5561k|     0 |   0.0 |1596M|1433 |   - |1944 | 899 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
988.72/988.78	c   957s|  5620k|  5570k|     0 |   0.0 |1599M|1433 |   - |1944 | 969 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
990.52/990.51	c   959s|  5630k|  5580k|     0 |   0.0 |1602M|1433 |   - |1944 | 903 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
992.22/992.23	c   961s|  5640k|  5590k|     0 |   0.0 |1605M|1433 |   - |1944 | 888 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
993.92/993.99	c   962s|  5650k|  5600k|     0 |   0.0 |1608M|1433 |   - |1944 | 951 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
995.72/995.78	c   964s|  5660k|  5610k|     0 |   0.0 |1610M|1433 |   - |1944 | 917 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
997.52/997.52	c   966s|  5670k|  5620k|     0 |   0.0 |1613M|1433 |   - |1944 | 911 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
999.22/999.27	c   967s|  5680k|  5630k|     0 |   0.0 |1616M|1433 |   - |1944 | 918 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1000.92/1001.00	c   969s|  5690k|  5640k|     0 |   0.0 |1619M|1433 |   - |1944 | 887 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1002.72/1002.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1002.72/1002.74	c   971s|  5700k|  5650k|     0 |   0.0 |1622M|1433 |   - |1944 | 909 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1004.43/1004.46	c   972s|  5710k|  5660k|     0 |   0.0 |1625M|1433 |   - |1944 | 871 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1006.22/1006.20	c   974s|  5720k|  5670k|     0 |   0.0 |1627M|1433 |   - |1944 | 907 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1007.92/1007.99	c   976s|  5730k|  5679k|     0 |   0.0 |1630M|1433 |   - |1944 | 961 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1009.72/1009.71	c   978s|  5740k|  5689k|     0 |   0.0 |1633M|1433 |   - |1944 | 891 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1011.42/1011.45	c   979s|  5750k|  5699k|     0 |   0.0 |1636M|1433 |   - |1944 | 889 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1013.22/1013.24	c   981s|  5760k|  5709k|     0 |   0.0 |1639M|1433 |   - |1944 | 908 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1014.92/1014.99	c   983s|  5770k|  5719k|     0 |   0.0 |1642M|1433 |   - |1944 | 920 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1016.72/1016.72	c   984s|  5780k|  5729k|     0 |   0.0 |1645M|1433 |   - |1944 | 879 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1018.42/1018.47	c   986s|  5790k|  5739k|     0 |   0.0 |1647M|1433 |   - |1944 | 877 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1020.22/1020.22	c   988s|  5800k|  5749k|     0 |   0.0 |1650M|1433 |   - |1944 | 946 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1021.92/1021.96	c   989s|  5810k|  5759k|     0 |   0.0 |1653M|1433 |   - |1944 |1003 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1023.62/1023.69	c   991s|  5820k|  5769k|     0 |   0.0 |1656M|1433 |   - |1944 | 958 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1025.42/1025.42	c   993s|  5830k|  5779k|     0 |   0.0 |1659M|1433 |   - |1944 | 895 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1027.12/1027.15	c   994s|  5840k|  5789k|     0 |   0.0 |1662M|1433 |   - |1944 | 940 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1028.82/1028.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1028.82/1028.87	c   996s|  5850k|  5798k|     0 |   0.0 |1665M|1433 |   - |1944 | 892 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1030.62/1030.60	c   998s|  5860k|  5808k|     0 |   0.0 |1667M|1433 |   - |1944 | 891 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1032.32/1032.32	c   999s|  5870k|  5818k|     0 |   0.0 |1670M|1433 |   - |1944 | 904 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1034.03/1034.08	c  1001s|  5880k|  5828k|     0 |   0.0 |1673M|1433 |   - |1944 | 928 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1035.82/1035.82	c  1003s|  5890k|  5838k|     0 |   0.0 |1676M|1433 |   - |1944 | 964 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1037.52/1037.56	c  1005s|  5900k|  5848k|     0 |   0.0 |1679M|1433 |   - |1944 | 897 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1039.22/1039.28	c  1006s|  5910k|  5858k|     0 |   0.0 |1682M|1433 |   - |1944 | 945 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1041.02/1041.03	c  1008s|  5920k|  5868k|     0 |   0.0 |1684M|1433 |   - |1944 | 926 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1042.72/1042.80	c  1010s|  5930k|  5878k|     0 |   0.0 |1687M|1433 |   - |1944 | 955 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1044.52/1044.58	c  1011s|  5940k|  5888k|     0 |   0.0 |1690M|1433 |   - |1944 | 880 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1046.32/1046.31	c  1013s|  5950k|  5898k|     0 |   0.0 |1693M|1433 |   - |1944 | 890 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1048.02/1048.03	c  1015s|  5960k|  5907k|     0 |   0.0 |1696M|1433 |   - |1944 | 904 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1049.82/1049.81	c  1016s|  5970k|  5917k|     0 |   0.0 |1699M|1433 |   - |1944 | 950 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1051.62/1051.61	c  1018s|  5980k|  5927k|     0 |   0.0 |1701M|1433 |   - |1944 | 920 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1053.32/1053.34	c  1020s|  5990k|  5937k|     0 |   0.0 |1704M|1433 |   - |1944 | 958 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1055.03/1055.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1055.03/1055.06	c  1021s|  6000k|  5947k|     0 |   0.0 |1707M|1433 |   - |1944 | 971 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1056.72/1056.78	c  1023s|  6010k|  5957k|     0 |   0.0 |1710M|1433 |   - |1944 | 982 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1058.52/1058.57	c  1025s|  6020k|  5967k|     0 |   0.0 |1713M|1433 |   - |1944 |1011 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1060.32/1060.30	c  1027s|  6030k|  5977k|     0 |   0.0 |1716M|1433 |   - |1944 | 980 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1062.02/1062.06	c  1028s|  6040k|  5987k|     0 |   0.0 |1718M|1433 |   - |1944 |1045 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1063.82/1063.81	c  1030s|  6050k|  5997k|     0 |   0.0 |1721M|1433 |   - |1944 |1052 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1065.52/1065.54	c  1032s|  6060k|  6007k|     0 |   0.0 |1724M|1433 |   - |1944 | 991 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1067.22/1067.29	c  1033s|  6070k|  6016k|     0 |   0.0 |1727M|1433 |   - |1944 | 952 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1069.02/1069.03	c  1035s|  6080k|  6026k|     0 |   0.0 |1730M|1433 |   - |1944 | 931 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1070.82/1070.83	c  1037s|  6090k|  6036k|     0 |   0.0 |1733M|1433 |   - |1944 | 976 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1072.63/1072.60	c  1038s|  6100k|  6046k|     0 |   0.0 |1735M|1433 |   - |1944 | 925 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1074.32/1074.34	c  1040s|  6110k|  6056k|     0 |   0.0 |1738M|1433 |   - |1944 | 940 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1076.02/1076.09	c  1042s|  6120k|  6066k|     0 |   0.0 |1741M|1433 |   - |1944 | 962 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1077.82/1077.85	c  1044s|  6130k|  6076k|     0 |   0.0 |1744M|1433 |   - |1944 | 888 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1079.62/1079.60	c  1045s|  6140k|  6086k|     0 |   0.0 |1747M|1433 |   - |1944 | 879 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1081.33/1081.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1081.33/1081.39	c  1047s|  6150k|  6096k|     0 |   0.0 |1750M|1433 |   - |1944 | 923 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1083.12/1083.16	c  1049s|  6160k|  6106k|     0 |   0.0 |1752M|1433 |   - |1944 | 939 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1084.92/1084.91	c  1050s|  6170k|  6116k|     0 |   0.0 |1755M|1433 |   - |1944 | 886 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1086.72/1086.71	c  1052s|  6180k|  6125k|     0 |   0.0 |1758M|1433 |   - |1944 | 956 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1088.42/1088.48	c  1054s|  6190k|  6135k|     0 |   0.0 |1761M|1433 |   - |1944 |1015 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1090.23/1090.21	c  1056s|  6200k|  6145k|     0 |   0.0 |1764M|1433 |   - |1944 | 975 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1092.02/1092.00	c  1057s|  6210k|  6155k|     0 |   0.0 |1767M|1433 |   - |1944 |1003 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1093.72/1093.73	c  1059s|  6220k|  6165k|     0 |   0.0 |1769M|1433 |   - |1944 |1016 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1095.42/1095.46	c  1061s|  6230k|  6175k|     0 |   0.0 |1772M|1433 |   - |1944 | 962 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1097.22/1097.20	c  1062s|  6240k|  6185k|     0 |   0.0 |1775M|1433 |   - |1944 |1000 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1098.93/1098.92	c  1064s|  6250k|  6195k|     0 |   0.0 |1778M|1433 |   - |1944 | 966 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1100.63/1100.63	c  1066s|  6260k|  6205k|     0 |   0.0 |1781M|1433 |   - |1944 |1002 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1102.33/1102.37	c  1067s|  6270k|  6215k|     0 |   0.0 |1784M|1433 |   - |1944 | 954 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1104.02/1104.08	c  1069s|  6280k|  6225k|     0 |   0.0 |1787M|1433 |   - |1944 | 953 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1105.82/1105.88	c  1071s|  6290k|  6234k|     0 |   0.0 |1789M|1433 |   - |1944 | 979 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1107.62/1107.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.62/1107.62	c  1072s|  6300k|  6244k|     0 |   0.0 |1792M|1433 |   - |1944 | 925 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1109.32/1109.33	c  1074s|  6310k|  6254k|     0 |   0.0 |1795M|1433 |   - |1944 | 879 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1111.02/1111.09	c  1076s|  6320k|  6264k|     0 |   0.0 |1798M|1433 |   - |1944 | 919 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1112.83/1112.81	c  1077s|  6330k|  6274k|     0 |   0.0 |1801M|1433 |   - |1944 | 898 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1114.52/1114.53	c  1079s|  6340k|  6284k|     0 |   0.0 |1804M|1433 |   - |1944 | 857 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1116.32/1116.30	c  1081s|  6350k|  6294k|     0 |   0.0 |1807M|1433 |   - |1944 | 889 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1118.03/1118.01	c  1082s|  6360k|  6304k|     0 |   0.0 |1809M|1433 |   - |1944 | 910 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1119.72/1119.74	c  1084s|  6370k|  6314k|     0 |   0.0 |1812M|1433 |   - |1944 | 872 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1121.43/1121.46	c  1086s|  6380k|  6324k|     0 |   0.0 |1815M|1433 |   - |1944 | 828 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1123.13/1123.19	c  1087s|  6390k|  6334k|     0 |   0.0 |1818M|1433 |   - |1944 | 834 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1124.92/1124.94	c  1089s|  6400k|  6343k|     0 |   0.0 |1821M|1433 |   - |1944 | 773 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1126.62/1126.67	c  1091s|  6410k|  6353k|     0 |   0.0 |1824M|1433 |   - |1944 | 883 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1128.32/1128.39	c  1092s|  6420k|  6363k|     0 |   0.0 |1827M|1433 |   - |1944 | 875 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1130.12/1130.14	c  1094s|  6430k|  6373k|     0 |   0.0 |1829M|1433 |   - |1944 | 868 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1131.93/1131.91	c  1096s|  6440k|  6383k|     0 |   0.0 |1832M|1433 |   - |1944 | 906 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1133.62/1133.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1133.62/1133.65	c  1098s|  6450k|  6393k|     0 |   0.0 |1835M|1433 |   - |1944 | 878 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1135.33/1135.39	c  1099s|  6460k|  6403k|     0 |   0.0 |1838M|1433 |   - |1944 | 859 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1137.13/1137.12	c  1101s|  6470k|  6413k|     0 |   0.0 |1841M|1433 |   - |1944 | 865 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1138.83/1138.84	c  1103s|  6480k|  6423k|     0 |   0.0 |1844M|1433 |   - |1944 | 888 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1140.52/1140.59	c  1104s|  6490k|  6433k|     0 |   0.0 |1846M|1433 |   - |1944 | 872 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1142.32/1142.33	c  1106s|  6500k|  6443k|     0 |   0.0 |1849M|1433 |   - |1944 | 829 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1144.02/1144.06	c  1108s|  6510k|  6453k|     0 |   0.0 |1852M|1433 |   - |1944 | 862 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1145.72/1145.77	c  1109s|  6520k|  6462k|     0 |   0.0 |1855M|1433 |   - |1944 | 882 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1147.52/1147.52	c  1111s|  6530k|  6472k|     0 |   0.0 |1858M|1433 |   - |1944 | 897 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1149.32/1149.33	c  1113s|  6540k|  6482k|     0 |   0.0 |1861M|1433 |   - |1944 | 895 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1151.02/1151.08	c  1114s|  6550k|  6492k|     0 |   0.0 |1863M|1433 |   - |1944 | 914 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1152.83/1152.83	c  1116s|  6560k|  6502k|     0 |   0.0 |1866M|1433 |   - |1944 | 913 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1154.52/1154.53	c  1118s|  6570k|  6512k|     0 |   0.0 |1869M|1433 |   - |1944 | 905 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1156.23/1156.25	c  1119s|  6580k|  6522k|     0 |   0.0 |1872M|1433 |   - |1944 | 907 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1157.92/1157.97	c  1121s|  6590k|  6532k|     0 |   0.0 |1875M|1433 |   - |1944 | 912 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1159.62/1159.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1159.62/1159.68	c  1123s|  6600k|  6542k|     0 |   0.0 |1878M|1433 |   - |1944 | 885 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1161.43/1161.40	c  1124s|  6610k|  6552k|     0 |   0.0 |1881M|1433 |   - |1944 | 875 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1163.12/1163.11	c  1126s|  6620k|  6562k|     0 |   0.0 |1883M|1433 |   - |1944 | 856 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1164.82/1164.83	c  1128s|  6630k|  6571k|     0 |   0.0 |1886M|1433 |   - |1944 | 836 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1166.53/1166.54	c  1129s|  6640k|  6581k|     0 |   0.0 |1889M|1433 |   - |1944 | 859 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1168.23/1168.27	c  1131s|  6650k|  6591k|     0 |   0.0 |1892M|1433 |   - |1944 | 863 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1170.02/1170.00	c  1133s|  6660k|  6601k|     0 |   0.0 |1895M|1433 |   - |1944 | 835 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1171.73/1171.73	c  1134s|  6670k|  6611k|     0 |   0.0 |1898M|1433 |   - |1944 | 844 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1173.43/1173.44	c  1136s|  6680k|  6621k|     0 |   0.0 |1901M|1433 |   - |1944 | 851 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1175.12/1175.20	c  1138s|  6690k|  6631k|     0 |   0.0 |1904M|1433 |   - |1944 | 881 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1176.93/1176.90	c  1139s|  6700k|  6641k|     0 |   0.0 |1906M|1433 |   - |1944 | 848 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1178.63/1178.62	c  1141s|  6710k|  6651k|     0 |   0.0 |1909M|1433 |   - |1944 | 866 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1180.33/1180.39	c  1143s|  6720k|  6661k|     0 |   0.0 |1912M|1433 |   - |1944 | 886 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1182.03/1182.09	c  1144s|  6730k|  6671k|     0 |   0.0 |1915M|1433 |   - |1944 | 897 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1183.83/1183.80	c  1146s|  6740k|  6681k|     0 |   0.0 |1918M|1433 |   - |1944 | 894 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1185.53/1185.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1185.53/1185.55	c  1148s|  6750k|  6690k|     0 |   0.0 |1921M|1433 |   - |1944 | 920 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1187.22/1187.26	c  1149s|  6760k|  6700k|     0 |   0.0 |1924M|1433 |   - |1944 | 908 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1188.93/1188.99	c  1151s|  6770k|  6710k|     0 |   0.0 |1926M|1433 |   - |1944 | 919 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1190.72/1190.71	c  1153s|  6780k|  6720k|     0 |   0.0 |1929M|1433 |   - |1944 | 895 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1192.43/1192.42	c  1154s|  6790k|  6730k|     0 |   0.0 |1932M|1433 |   - |1944 | 934 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1194.13/1194.18	c  1156s|  6800k|  6740k|     0 |   0.0 |1935M|1433 |   - |1944 | 947 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1195.92/1195.93	c  1158s|  6810k|  6750k|     0 |   0.0 |1938M|1433 |   - |1944 | 994 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1197.62/1197.69	c  1160s|  6820k|  6760k|     0 |   0.0 |1941M|1433 |   - |1944 |1005 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1199.42/1199.42	c  1161s|  6830k|  6770k|     0 |   0.0 |1943M|1433 |   - |1944 | 948 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1201.13/1201.14	c  1163s|  6840k|  6780k|     0 |   0.0 |1946M|1433 |   - |1944 | 949 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1202.83/1202.86	c  1164s|  6850k|  6790k|     0 |   0.0 |1949M|1433 |   - |1944 | 954 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1204.53/1204.59	c  1166s|  6860k|  6799k|     0 |   0.0 |1952M|1433 |   - |1944 | 953 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1206.32/1206.32	c  1168s|  6870k|  6809k|     0 |   0.0 |1955M|1433 |   - |1944 | 925 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1208.02/1208.04	c  1170s|  6880k|  6819k|     0 |   0.0 |1958M|1433 |   - |1944 | 908 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1209.73/1209.78	c  1171s|  6890k|  6829k|     0 |   0.0 |1961M|1433 |   - |1944 | 969 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1211.53/1211.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1211.53/1211.51	c  1173s|  6900k|  6839k|     0 |   0.0 |1964M|1433 |   - |1944 | 917 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1213.23/1213.25	c  1175s|  6910k|  6849k|     0 |   0.0 |1966M|1433 |   - |1944 | 926 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1215.03/1215.05	c  1176s|  6920k|  6859k|     0 |   0.0 |1969M|1433 |   - |1944 | 936 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1216.73/1216.75	c  1178s|  6930k|  6869k|     0 |   0.0 |1972M|1433 |   - |1944 | 912 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1218.42/1218.46	c  1180s|  6940k|  6879k|     0 |   0.0 |1975M|1433 |   - |1944 | 954 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1220.12/1220.19	c  1181s|  6950k|  6889k|     0 |   0.0 |1978M|1433 |   - |1944 | 946 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1221.92/1221.97	c  1183s|  6960k|  6899k|     0 |   0.0 |1981M|1433 |   - |1944 | 969 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1223.73/1223.71	c  1185s|  6970k|  6908k|     0 |   0.0 |1983M|1433 |   - |1944 | 938 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1225.43/1225.41	c  1186s|  6980k|  6918k|     0 |   0.0 |1986M|1433 |   - |1944 | 948 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1227.13/1227.15	c  1188s|  6990k|  6928k|     0 |   0.0 |1989M|1433 |   - |1944 | 965 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1228.84/1228.89	c  1190s|  7000k|  6938k|     0 |   0.0 |1992M|1433 |   - |1944 |1002 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1230.62/1230.68	c  1191s|  7010k|  6948k|     0 |   0.0 |1995M|1433 |   - |1944 | 990 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1232.43/1232.44	c  1193s|  7020k|  6958k|     0 |   0.0 |1998M|1433 |   - |1944 |1009 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1234.12/1234.16	c  1195s|  7030k|  6968k|     0 |   0.0 |2000M|1433 |   - |1944 | 952 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1235.92/1235.93	c  1197s|  7040k|  6978k|     0 |   0.0 |2003M|1433 |   - |1944 |1012 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1237.63/1237.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.63/1237.64	c  1198s|  7050k|  6988k|     0 |   0.0 |2006M|1433 |   - |1944 | 933 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1239.33/1239.35	c  1200s|  7060k|  6998k|     0 |   0.0 |2009M|1433 |   - |1944 | 900 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1241.03/1241.07	c  1201s|  7070k|  7008k|     0 |   0.0 |2012M|1433 |   - |1944 | 932 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1242.82/1242.83	c  1203s|  7080k|  7017k|     0 |   0.0 |2015M|1433 |   - |1944 | 947 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1244.52/1244.55	c  1205s|  7090k|  7027k|     0 |   0.0 |2017M|1433 |   - |1944 | 910 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1246.23/1246.30	c  1207s|  7100k|  7037k|     0 |   0.0 |2020M|1433 |   - |1944 | 899 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1248.03/1248.04	c  1208s|  7110k|  7047k|     0 |   0.0 |2023M|1433 |   - |1944 | 870 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1249.73/1249.78	c  1210s|  7120k|  7057k|     0 |   0.0 |2026M|1433 |   - |1944 | 906 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1251.42/1251.49	c  1212s|  7130k|  7067k|     0 |   0.0 |2029M|1433 |   - |1944 | 921 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1253.22/1253.25	c  1213s|  7140k|  7077k|     0 |   0.0 |2032M|1433 |   - |1944 | 970 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1254.92/1254.96	c  1215s|  7150k|  7087k|     0 |   0.0 |2034M|1433 |   - |1944 | 910 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1256.63/1256.68	c  1217s|  7160k|  7097k|     0 |   0.0 |2037M|1433 |   - |1944 | 934 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1258.32/1258.40	c  1218s|  7170k|  7107k|     0 |   0.0 |2040M|1433 |   - |1944 | 945 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1260.12/1260.15	c  1220s|  7180k|  7117k|     0 |   0.0 |2043M|1433 |   - |1944 | 915 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1261.83/1261.87	c  1222s|  7190k|  7126k|     0 |   0.0 |2046M|1433 |   - |1944 | 929 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1263.63/1263.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.63/1263.61	c  1223s|  7200k|  7136k|     0 |   0.0 |2049M|1433 |   - |1944 | 925 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1265.32/1265.37	c  1225s|  7210k|  7146k|     0 |   0.0 |2051M|1433 |   - |1944 | 950 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1267.03/1267.08	c  1227s|  7220k|  7156k|     0 |   0.0 |2054M|1433 |   - |1944 | 933 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1268.82/1268.81	c  1228s|  7230k|  7166k|     0 |   0.0 |2057M|1433 |   - |1944 | 929 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1270.54/1270.56	c  1230s|  7240k|  7176k|     0 |   0.0 |2060M|1433 |   - |1944 | 973 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1272.23/1272.28	c  1232s|  7250k|  7186k|     0 |   0.0 |2063M|1433 |   - |1944 | 992 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1274.03/1274.02	c  1233s|  7260k|  7196k|     0 |   0.0 |2066M|1433 |   - |1944 | 980 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1275.73/1275.74	c  1235s|  7270k|  7206k|     0 |   0.0 |2068M|1433 |   - |1944 | 973 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1277.43/1277.46	c  1237s|  7280k|  7216k|     0 |   0.0 |2071M|1433 |   - |1944 | 932 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1279.13/1279.18	c  1238s|  7290k|  7226k|     0 |   0.0 |2074M|1433 |   - |1944 | 935 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1280.92/1280.93	c  1240s|  7300k|  7235k|     0 |   0.0 |2077M|1433 |   - |1944 | 968 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1282.73/1282.72	c  1242s|  7310k|  7245k|     0 |   0.0 |2080M|1433 |   - |1944 | 979 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1284.43/1284.44	c  1243s|  7320k|  7255k|     0 |   0.0 |2083M|1433 |   - |1944 | 917 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1286.13/1286.14	c  1245s|  7330k|  7265k|     0 |   0.0 |2086M|1433 |   - |1944 | 936 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1287.93/1287.90	c  1247s|  7340k|  7275k|     0 |   0.0 |2088M|1433 |   - |1944 | 982 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1289.63/1289.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1289.63/1289.68	c  1249s|  7350k|  7285k|     0 |   0.0 |2091M|1433 |   - |1944 | 996 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1291.43/1291.40	c  1250s|  7360k|  7295k|     0 |   0.0 |2094M|1433 |   - |1944 | 939 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1293.13/1293.13	c  1252s|  7370k|  7305k|     0 |   0.0 |2097M|1433 |   - |1944 | 916 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1294.84/1294.84	c  1254s|  7380k|  7315k|     0 |   0.0 |2100M|1433 |   - |1944 | 967 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1296.53/1296.54	c  1255s|  7390k|  7325k|     0 |   0.0 |2103M|1433 |   - |1944 | 945 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1298.23/1298.27	c  1257s|  7400k|  7335k|     0 |   0.0 |2105M|1433 |   - |1944 | 977 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1300.03/1300.05	c  1259s|  7410k|  7344k|     0 |   0.0 |2108M|1433 |   - |1944 | 891 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1301.72/1301.78	c  1260s|  7420k|  7354k|     0 |   0.0 |2111M|1433 |   - |1944 | 930 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1303.53/1303.52	c  1262s|  7430k|  7364k|     0 |   0.0 |2114M|1433 |   - |1944 | 919 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1305.23/1305.23	c  1264s|  7440k|  7374k|     0 |   0.0 |2117M|1433 |   - |1944 | 924 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1306.93/1306.94	c  1265s|  7450k|  7384k|     0 |   0.0 |2120M|1433 |   - |1944 | 938 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1308.63/1308.69	c  1267s|  7460k|  7394k|     0 |   0.0 |2122M|1433 |   - |1944 | 900 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1310.43/1310.42	c  1269s|  7470k|  7404k|     0 |   0.0 |2125M|1433 |   - |1944 | 934 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1312.13/1312.16	c  1270s|  7480k|  7414k|     0 |   0.0 |2128M|1433 |   - |1944 | 956 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1313.82/1313.87	c  1272s|  7490k|  7424k|     0 |   0.0 |2131M|1433 |   - |1944 | 942 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1315.63/1315.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1315.63/1315.61	c  1274s|  7500k|  7434k|     0 |   0.0 |2134M|1433 |   - |1944 | 980 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1317.33/1317.33	c  1275s|  7510k|  7444k|     0 |   0.0 |2137M|1433 |   - |1944 | 918 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1319.04/1319.07	c  1277s|  7520k|  7453k|     0 |   0.0 |2140M|1433 |   - |1944 | 972 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1320.83/1320.80	c  1279s|  7530k|  7463k|     0 |   0.0 |2142M|1433 |   - |1944 | 961 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1322.53/1322.53	c  1280s|  7540k|  7473k|     0 |   0.0 |2145M|1433 |   - |1944 | 957 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1324.23/1324.24	c  1282s|  7550k|  7483k|     0 |   0.0 |2148M|1433 |   - |1944 | 907 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1325.92/1325.96	c  1284s|  7560k|  7493k|     0 |   0.0 |2151M|1433 |   - |1944 | 938 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1327.73/1327.75	c  1285s|  7570k|  7503k|     0 |   0.0 |2154M|1433 |   - |1944 |1001 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1329.43/1329.46	c  1287s|  7580k|  7513k|     0 |   0.0 |2157M|1433 |   - |1944 | 960 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1331.14/1331.18	c  1289s|  7590k|  7523k|     0 |   0.0 |2159M|1433 |   - |1944 | 927 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1332.83/1332.88	c  1290s|  7600k|  7533k|     0 |   0.0 |2162M|1433 |   - |1944 |1009 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1334.53/1334.58	c  1292s|  7610k|  7543k|     0 |   0.0 |2165M|1433 |   - |1944 | 971 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1336.22/1336.29	c  1294s|  7620k|  7552k|     0 |   0.0 |2168M|1433 |   - |1944 | 952 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1338.03/1338.00	c  1295s|  7630k|  7562k|     0 |   0.0 |2171M|1433 |   - |1944 | 951 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1339.73/1339.74	c  1297s|  7640k|  7572k|     0 |   0.0 |2174M|1433 |   - |1944 | 953 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1341.43/1341.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1341.43/1341.49	c  1299s|  7650k|  7582k|     0 |   0.0 |2176M|1433 |   - |1944 | 941 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1343.24/1343.24	c  1300s|  7660k|  7592k|     0 |   0.0 |2179M|1433 |   - |1944 | 948 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1344.93/1344.96	c  1302s|  7670k|  7602k|     0 |   0.0 |2182M|1433 |   - |1944 | 911 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1346.63/1346.68	c  1304s|  7680k|  7612k|     0 |   0.0 |2185M|1433 |   - |1944 | 938 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1348.43/1348.44	c  1305s|  7690k|  7622k|     0 |   0.0 |2188M|1433 |   - |1944 | 996 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1350.13/1350.19	c  1307s|  7700k|  7632k|     0 |   0.0 |2191M|1433 |   - |1944 | 940 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1351.83/1351.89	c  1309s|  7710k|  7642k|     0 |   0.0 |2194M|1433 |   - |1944 | 929 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1353.63/1353.60	c  1310s|  7720k|  7652k|     0 |   0.0 |2196M|1433 |   - |1944 | 953 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1355.43/1355.43	c  1312s|  7730k|  7661k|     0 |   0.0 |2199M|1433 |   - |1944 | 955 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1357.13/1357.12	c  1314s|  7740k|  7671k|     0 |   0.0 |2202M|1433 |   - |1944 | 916 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1358.83/1358.84	c  1315s|  7750k|  7681k|     0 |   0.0 |2205M|1433 |   - |1944 |1024 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1360.53/1360.57	c  1317s|  7760k|  7691k|     0 |   0.0 |2208M|1433 |   - |1944 |1010 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1362.23/1362.28	c  1319s|  7770k|  7701k|     0 |   0.0 |2211M|1433 |   - |1944 | 993 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1364.03/1364.02	c  1320s|  7780k|  7711k|     0 |   0.0 |2213M|1433 |   - |1944 |1010 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1365.73/1365.73	c  1322s|  7790k|  7721k|     0 |   0.0 |2216M|1433 |   - |1944 | 980 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1367.53/1367.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1367.53/1367.50	c  1324s|  7800k|  7731k|     0 |   0.0 |2219M|1433 |   - |1944 | 997 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1369.23/1369.21	c  1325s|  7810k|  7741k|     0 |   0.0 |2222M|1433 |   - |1944 |1031 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1370.93/1370.93	c  1327s|  7820k|  7751k|     0 |   0.0 |2225M|1433 |   - |1944 |1048 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1372.63/1372.64	c  1329s|  7830k|  7761k|     0 |   0.0 |2228M|1433 |   - |1944 | 999 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1374.33/1374.36	c  1330s|  7840k|  7770k|     0 |   0.0 |2231M|1433 |   - |1944 |1050 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1376.13/1376.13	c  1332s|  7850k|  7780k|     0 |   0.0 |2233M|1433 |   - |1944 |1035 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1377.83/1377.84	c  1334s|  7860k|  7790k|     0 |   0.0 |2236M|1433 |   - |1944 |1014 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1379.54/1379.56	c  1335s|  7870k|  7800k|     0 |   0.0 |2239M|1433 |   - |1944 | 983 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1381.23/1381.27	c  1337s|  7880k|  7810k|     0 |   0.0 |2242M|1433 |   - |1944 | 968 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1383.03/1383.01	c  1339s|  7890k|  7820k|     0 |   0.0 |2245M|1433 |   - |1944 | 947 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1384.73/1384.74	c  1340s|  7900k|  7830k|     0 |   0.0 |2248M|1433 |   - |1944 | 965 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1386.43/1386.47	c  1342s|  7910k|  7840k|     0 |   0.0 |2250M|1433 |   - |1944 | 989 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1388.13/1388.18	c  1344s|  7920k|  7850k|     0 |   0.0 |2253M|1433 |   - |1944 | 951 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1389.83/1389.89	c  1345s|  7930k|  7860k|     0 |   0.0 |2256M|1433 |   - |1944 | 970 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1391.54/1391.59	c  1347s|  7940k|  7870k|     0 |   0.0 |2259M|1433 |   - |1944 | 917 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1393.33/1393.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1393.33/1393.33	c  1349s|  7950k|  7879k|     0 |   0.0 |2262M|1433 |   - |1944 | 936 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1395.03/1395.02	c  1350s|  7960k|  7889k|     0 |   0.0 |2265M|1433 |   - |1944 | 919 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1396.73/1396.72	c  1352s|  7970k|  7899k|     0 |   0.0 |2268M|1433 |   - |1944 | 952 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1398.44/1398.42	c  1354s|  7980k|  7909k|     0 |   0.0 |2270M|1433 |   - |1944 | 914 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
1400.13/1400.15	c  1355s|  7990k|  7919k|     0 |   0.0 |2273M|1433 |   - |1944 | 962 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
1401.83/1401.88	c  1357s|  8000k|  7929k|     0 |   0.0 |2276M|1433 |   - |1944 | 991 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1403.63/1403.60	c  1359s|  8010k|  7939k|     0 |   0.0 |2279M|1433 |   - |1944 | 958 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1405.33/1405.31	c  1360s|  8020k|  7949k|     0 |   0.0 |2282M|1433 |   - |1944 | 950 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1407.03/1407.02	c  1362s|  8030k|  7959k|     0 |   0.0 |2285M|1433 |   - |1944 | 959 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1408.73/1408.74	c  1364s|  8040k|  7969k|     0 |   0.0 |2287M|1433 |   - |1944 | 938 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
1410.44/1410.48	c  1365s|  8050k|  7979k|     0 |   0.0 |2290M|1433 |   - |1944 | 962 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
1412.24/1412.20	c  1367s|  8060k|  7988k|     0 |   0.0 |2293M|1433 |   - |1944 | 969 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
1413.93/1413.94	c  1369s|  8070k|  7998k|     0 |   0.0 |2296M|1433 |   - |1944 |1016 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1415.73/1415.71	c  1370s|  8080k|  8008k|     0 |   0.0 |2299M|1433 |   - |1944 |1007 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1417.43/1417.41	c  1372s|  8090k|  8018k|     0 |   0.0 |2302M|1433 |   - |1944 |1025 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
1419.13/1419.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1419.13/1419.11	c  1374s|  8100k|  8028k|     0 |   0.0 |2304M|1433 |   - |1944 | 996 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
1420.83/1420.84	c  1375s|  8110k|  8038k|     0 |   0.0 |2307M|1433 |   - |1944 |1006 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
1422.53/1422.54	c  1377s|  8120k|  8048k|     0 |   0.0 |2310M|1433 |   - |1944 |1005 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
1424.23/1424.28	c  1379s|  8130k|  8058k|     0 |   0.0 |2313M|1433 |   - |1944 |1041 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1425.93/1425.99	c  1380s|  8140k|  8068k|     0 |   0.0 |2316M|1433 |   - |1944 | 994 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1427.74/1427.70	c  1382s|  8150k|  8078k|     0 |   0.0 |2319M|1433 |   - |1944 | 986 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1429.43/1429.42	c  1384s|  8160k|  8087k|     0 |   0.0 |2321M|1433 |   - |1944 |1007 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1431.14/1431.12	c  1385s|  8170k|  8097k|     0 |   0.0 |2324M|1433 |   - |1944 | 979 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
1432.83/1432.82	c  1387s|  8180k|  8107k|     0 |   0.0 |2327M|1433 |   - |1944 | 986 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
1434.54/1434.53	c  1388s|  8190k|  8117k|     0 |   0.0 |2330M|1433 |   - |1944 | 990 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
1436.23/1436.29	c  1390s|  8200k|  8127k|     0 |   0.0 |2333M|1433 |   - |1944 |1012 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
1438.03/1438.01	c  1392s|  8210k|  8137k|     0 |   0.0 |2336M|1433 |   - |1944 | 923 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
1439.73/1439.71	c  1393s|  8220k|  8147k|     0 |   0.0 |2338M|1433 |   - |1944 | 938 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
1441.43/1441.47	c  1395s|  8230k|  8157k|     0 |   0.0 |2341M|1433 |   - |1944 | 993 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1443.13/1443.19	c  1397s|  8240k|  8167k|     0 |   0.0 |2344M|1433 |   - |1944 | 984 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1444.93/1444.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1444.93/1444.99	c  1399s|  8250k|  8177k|     0 |   0.0 |2347M|1433 |   - |1944 | 974 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1446.63/1446.68	c  1400s|  8260k|  8187k|     0 |   0.0 |2350M|1433 |   - |1944 | 986 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
1448.43/1448.41	c  1402s|  8270k|  8196k|     0 |   0.0 |2353M|1433 |   - |1944 | 992 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
1450.13/1450.15	c  1404s|  8280k|  8206k|     0 |   0.0 |2355M|1433 |   - |1944 |1035 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1451.83/1451.88	c  1405s|  8290k|  8216k|     0 |   0.0 |2358M|1433 |   - |1944 | 989 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1453.53/1453.59	c  1407s|  8300k|  8226k|     0 |   0.0 |2361M|1433 |   - |1944 |1019 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1455.33/1455.34	c  1409s|  8310k|  8236k|     0 |   0.0 |2364M|1433 |   - |1944 |1097 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1457.03/1457.05	c  1410s|  8320k|  8246k|     0 |   0.0 |2367M|1433 |   - |1944 |1038 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
1458.83/1458.88	c  1412s|  8330k|  8256k|     0 |   0.0 |2370M|1433 |   - |1944 |1072 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
1460.63/1460.60	c  1414s|  8340k|  8266k|     0 |   0.0 |2373M|1433 |   - |1944 |1048 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
1462.33/1462.33	c  1415s|  8350k|  8276k|     0 |   0.0 |2375M|1433 |   - |1944 |1099 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1464.03/1464.08	c  1417s|  8360k|  8286k|     0 |   0.0 |2378M|1433 |   - |1944 |1058 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1465.83/1465.81	c  1419s|  8370k|  8295k|     0 |   0.0 |2381M|1433 |   - |1944 |1014 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1467.44/1467.49	c  1420s|  8380k|  8305k|     0 |   0.0 |2384M|1433 |   - |1944 | 987 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1469.23/1469.21	c  1422s|  8390k|  8315k|     0 |   0.0 |2387M|1433 |   - |1944 |1056 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
1470.93/1470.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1470.93/1470.99	c  1424s|  8400k|  8325k|     0 |   0.0 |2390M|1433 |   - |1944 | 990 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
1472.73/1472.71	c  1425s|  8410k|  8335k|     0 |   0.0 |2392M|1433 |   - |1944 | 955 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
1474.43/1474.43	c  1427s|  8420k|  8345k|     0 |   0.0 |2395M|1433 |   - |1944 | 973 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
1476.13/1476.15	c  1429s|  8430k|  8355k|     0 |   0.0 |2398M|1433 |   - |1944 | 900 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
1477.83/1477.87	c  1430s|  8440k|  8365k|     0 |   0.0 |2401M|1433 |   - |1944 | 921 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
1479.64/1479.63	c  1432s|  8450k|  8375k|     0 |   0.0 |2404M|1433 |   - |1944 | 930 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
1481.33/1481.34	c  1434s|  8460k|  8385k|     0 |   0.0 |2406M|1433 |   - |1944 | 838 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
1483.04/1483.03	c  1435s|  8470k|  8395k|     0 |   0.0 |2409M|1433 |   - |1944 | 918 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
1484.74/1484.77	c  1437s|  8480k|  8404k|     0 |   0.0 |2412M|1433 |   - |1944 | 934 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
1486.43/1486.48	c  1439s|  8490k|  8414k|     0 |   0.0 |2415M|1433 |   - |1944 | 896 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1488.23/1488.20	c  1440s|  8500k|  8424k|     0 |   0.0 |2418M|1433 |   - |1944 | 945 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1489.83/1489.89	c  1442s|  8510k|  8434k|     0 |   0.0 |2421M|1433 |   - |1944 | 940 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1491.63/1491.60	c  1444s|  8520k|  8444k|     0 |   0.0 |2424M|1433 |   - |1944 | 991 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1493.34/1493.38	c  1445s|  8530k|  8454k|     0 |   0.0 |2426M|1433 |   - |1944 | 988 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
1495.13/1495.15	c  1447s|  8540k|  8464k|     0 |   0.0 |2429M|1433 |   - |1944 | 968 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
1496.84/1496.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1496.84/1496.84	c  1449s|  8550k|  8474k|     0 |   0.0 |2432M|1433 |   - |1944 | 978 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
1498.54/1498.54	c  1450s|  8560k|  8484k|     0 |   0.0 |2435M|1433 |   - |1944 |1016 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
1500.24/1500.25	c  1452s|  8570k|  8494k|     0 |   0.0 |2438M|1433 |   - |1944 |1020 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
1501.94/1501.98	c  1454s|  8580k|  8503k|     0 |   0.0 |2441M|1433 |   - |1944 |1080 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1503.74/1503.72	c  1455s|  8590k|  8513k|     0 |   0.0 |2444M|1433 |   - |1944 |1058 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1505.43/1505.42	c  1457s|  8600k|  8523k|     0 |   0.0 |2446M|1433 |   - |1944 |1024 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1507.14/1507.13	c  1459s|  8610k|  8533k|     0 |   0.0 |2449M|1433 |   - |1944 | 999 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1508.84/1508.89	c  1460s|  8620k|  8543k|     0 |   0.0 |2452M|1433 |   - |1944 |1046 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
1510.63/1510.61	c  1462s|  8630k|  8553k|     0 |   0.0 |2455M|1433 |   - |1944 |1005 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
1512.33/1512.32	c  1464s|  8640k|  8563k|     0 |   0.0 |2458M|1433 |   - |1944 |1014 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
1514.03/1514.02	c  1465s|  8650k|  8573k|     0 |   0.0 |2461M|1433 |   - |1944 | 973 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
1515.73/1515.75	c  1467s|  8660k|  8583k|     0 |   0.0 |2464M|1433 |   - |1944 |1033 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
1517.43/1517.43	c  1469s|  8670k|  8593k|     0 |   0.0 |2466M|1433 |   - |1944 | 988 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
1519.24/1519.25	c  1470s|  8680k|  8603k|     0 |   0.0 |2469M|1433 |   - |1944 |1033 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
1520.93/1520.99	c  1472s|  8690k|  8612k|     0 |   0.0 |2472M|1433 |   - |1944 |1039 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
1522.73/1522.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1522.73/1522.70	c  1474s|  8700k|  8622k|     0 |   0.0 |2475M|1433 |   - |1944 |1019 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
1524.44/1524.41	c  1475s|  8710k|  8632k|     0 |   0.0 |2478M|1433 |   - |1944 |1045 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
1526.13/1526.13	c  1477s|  8720k|  8642k|     0 |   0.0 |2481M|1433 |   - |1944 |1031 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1527.83/1527.84	c  1479s|  8730k|  8652k|     0 |   0.0 |2483M|1433 |   - |1944 | 995 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1529.54/1529.56	c  1480s|  8740k|  8662k|     0 |   0.0 |2486M|1433 |   - |1944 |1037 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1531.24/1531.29	c  1482s|  8750k|  8672k|     0 |   0.0 |2489M|1433 |   - |1944 | 993 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1532.93/1532.98	c  1484s|  8760k|  8682k|     0 |   0.0 |2492M|1433 |   - |1944 |1092 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
1534.73/1534.71	c  1485s|  8770k|  8692k|     0 |   0.0 |2495M|1433 |   - |1944 |1035 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
1536.44/1536.41	c  1487s|  8780k|  8702k|     0 |   0.0 |2498M|1433 |   - |1944 |1089 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
1538.14/1538.10	c  1489s|  8790k|  8711k|     0 |   0.0 |2500M|1433 |   - |1944 |1012 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1539.83/1539.80	c  1490s|  8800k|  8721k|     0 |   0.0 |2503M|1433 |   - |1944 |1017 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1541.43/1541.49	c  1492s|  8810k|  8731k|     0 |   0.0 |2506M|1433 |   - |1944 | 950 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
1543.14/1543.17	c  1494s|  8820k|  8741k|     0 |   0.0 |2509M|1433 |   - |1944 | 975 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
1544.84/1544.87	c  1495s|  8830k|  8751k|     0 |   0.0 |2512M|1433 |   - |1944 | 984 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
1546.54/1546.58	c  1497s|  8840k|  8761k|     0 |   0.0 |2515M|1433 |   - |1944 | 948 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
1548.33/1548.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1548.33/1548.35	c  1499s|  8850k|  8771k|     0 |   0.0 |2518M|1433 |   - |1944 | 964 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
1550.04/1550.06	c  1500s|  8860k|  8781k|     0 |   0.0 |2521M|1433 |   - |1944 | 987 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
1551.84/1551.80	c  1502s|  8870k|  8791k|     0 |   0.0 |2523M|1433 |   - |1944 |1034 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
1553.53/1553.50	c  1504s|  8880k|  8801k|     0 |   0.0 |2526M|1433 |   - |1944 | 990 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
1555.23/1555.21	c  1505s|  8890k|  8811k|     0 |   0.0 |2529M|1433 |   - |1944 | 990 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
1556.84/1556.88	c  1507s|  8900k|  8820k|     0 |   0.0 |2532M|1433 |   - |1944 | 970 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
1558.64/1558.63	c  1509s|  8910k|  8830k|     0 |   0.0 |2535M|1433 |   - |1944 | 953 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
1560.33/1560.39	c  1510s|  8920k|  8840k|     0 |   0.0 |2538M|1433 |   - |1944 | 974 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
1562.15/1562.12	c  1512s|  8930k|  8850k|     0 |   0.0 |2541M|1433 |   - |1944 |1025 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
1563.84/1563.85	c  1514s|  8940k|  8860k|     0 |   0.0 |2544M|1433 |   - |1944 | 966 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
1565.54/1565.54	c  1515s|  8950k|  8870k|     0 |   0.0 |2546M|1433 |   - |1944 |1004 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
1567.24/1567.27	c  1517s|  8960k|  8880k|     0 |   0.0 |2549M|1433 |   - |1944 | 999 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
1568.94/1568.99	c  1519s|  8970k|  8890k|     0 |   0.0 |2552M|1433 |   - |1944 | 943 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
1570.74/1570.72	c  1520s|  8980k|  8900k|     0 |   0.0 |2555M|1433 |   - |1944 |1016 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
1572.44/1572.49	c  1522s|  8990k|  8910k|     0 |   0.0 |2558M|1433 |   - |1944 |1046 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
1574.24/1574.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1574.24/1574.21	c  1524s|  9000k|  8920k|     0 |   0.0 |2561M|1433 |   - |1944 |1056 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
1575.93/1575.92	c  1525s|  9010k|  8929k|     0 |   0.0 |2563M|1433 |   - |1944 |1042 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
1577.64/1577.62	c  1527s|  9020k|  8939k|     0 |   0.0 |2566M|1433 |   - |1944 |1049 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
1579.34/1579.34	c  1529s|  9030k|  8949k|     0 |   0.0 |2569M|1433 |   - |1944 |1053 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
1581.04/1581.03	c  1530s|  9040k|  8959k|     0 |   0.0 |2572M|1433 |   - |1944 |1060 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
1582.74/1582.77	c  1532s|  9050k|  8969k|     0 |   0.0 |2575M|1433 |   - |1944 |1039 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
1584.44/1584.47	c  1534s|  9060k|  8979k|     0 |   0.0 |2578M|1433 |   - |1944 |1008 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 |      --      |    Inf 
1586.14/1586.20	c  1535s|  9070k|  8989k|     0 |   0.0 |2581M|1433 |   - |1944 |1011 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
1587.93/1587.93	c  1537s|  9080k|  8999k|     0 |   0.0 |2583M|1433 |   - |1944 |1035 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
1589.64/1589.68	c  1539s|  9090k|  9009k|     0 |   0.0 |2586M|1433 |   - |1944 | 991 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
1591.33/1591.38	c  1540s|  9100k|  9019k|     0 |   0.0 |2589M|1433 |   - |1944 |1013 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
1593.14/1593.14	c  1542s|  9110k|  9029k|     0 |   0.0 |2592M|1433 |   - |1944 |1074 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
1594.84/1594.82	c  1544s|  9120k|  9038k|     0 |   0.0 |2595M|1433 |   - |1944 |1035 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
1596.53/1596.56	c  1545s|  9130k|  9048k|     0 |   0.0 |2598M|1433 |   - |1944 |1045 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
1598.24/1598.25	c  1547s|  9140k|  9058k|     0 |   0.0 |2600M|1433 |   - |1944 | 986 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
1599.93/1599.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1599.93/1599.94	c  1549s|  9150k|  9068k|     0 |   0.0 |2603M|1433 |   - |1944 |1007 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
1601.64/1601.67	c  1550s|  9160k|  9078k|     0 |   0.0 |2606M|1433 |   - |1944 |1018 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
1603.33/1603.39	c  1552s|  9170k|  9088k|     0 |   0.0 |2609M|1433 |   - |1944 |1024 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
1605.14/1605.11	c  1554s|  9180k|  9098k|     0 |   0.0 |2612M|1433 |   - |1944 |1006 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
1606.84/1606.82	c  1555s|  9190k|  9108k|     0 |   0.0 |2615M|1433 |   - |1944 |1026 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
1608.54/1608.54	c  1557s|  9200k|  9118k|     0 |   0.0 |2618M|1433 |   - |1944 | 974 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
1610.24/1610.29	c  1559s|  9210k|  9128k|     0 |   0.0 |2620M|1433 |   - |1944 | 998 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
1611.93/1611.98	c  1560s|  9220k|  9137k|     0 |   0.0 |2623M|1433 |   - |1944 |1008 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 |      --      |    Inf 
1613.75/1613.74	c  1562s|  9230k|  9147k|     0 |   0.0 |2626M|1433 |   - |1944 |1021 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 |      --      |    Inf 
1615.44/1615.44	c  1564s|  9240k|  9157k|     0 |   0.0 |2629M|1433 |   - |1944 | 977 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
1617.14/1617.16	c  1565s|  9250k|  9167k|     0 |   0.0 |2632M|1433 |   - |1944 | 977 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
1618.84/1618.86	c  1567s|  9260k|  9177k|     0 |   0.0 |2635M|1433 |   - |1944 |1011 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
1620.64/1620.63	c  1569s|  9270k|  9187k|     0 |   0.0 |2638M|1433 |   - |1944 |1000 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
1622.43/1622.41	c  1570s|  9280k|  9197k|     0 |   0.0 |2640M|1433 |   - |1944 |1002 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
1624.14/1624.16	c  1572s|  9290k|  9207k|     0 |   0.0 |2643M|1433 |   - |1944 |1030 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
1625.84/1625.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1625.84/1625.89	c  1574s|  9300k|  9217k|     0 |   0.0 |2646M|1433 |   - |1944 | 949 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
1627.64/1627.67	c  1575s|  9310k|  9227k|     0 |   0.0 |2649M|1433 |   - |1944 | 993 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
1629.44/1629.41	c  1577s|  9320k|  9236k|     0 |   0.0 |2652M|1433 |   - |1944 |1006 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
1631.14/1631.12	c  1579s|  9330k|  9246k|     0 |   0.0 |2654M|1433 |   - |1944 | 930 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
1632.84/1632.81	c  1580s|  9340k|  9256k|     0 |   0.0 |2657M|1433 |   - |1944 |1010 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
1634.54/1634.51	c  1582s|  9350k|  9266k|     0 |   0.0 |2660M|1433 |   - |1944 |1021 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
1636.24/1636.29	c  1584s|  9360k|  9276k|     0 |   0.0 |2663M|1433 |   - |1944 |1049 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
1638.05/1638.03	c  1585s|  9370k|  9286k|     0 |   0.0 |2666M|1433 |   - |1944 | 986 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
1639.74/1639.75	c  1587s|  9380k|  9296k|     0 |   0.0 |2669M|1433 |   - |1944 |1072 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
1641.54/1641.53	c  1589s|  9390k|  9306k|     0 |   0.0 |2671M|1433 |   - |1944 |1084 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
1643.24/1643.27	c  1590s|  9400k|  9316k|     0 |   0.0 |2674M|1433 |   - |1944 |1040 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
1645.03/1645.02	c  1592s|  9410k|  9326k|     0 |   0.0 |2677M|1433 |   - |1944 |1094 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
1646.75/1646.71	c  1594s|  9420k|  9335k|     0 |   0.0 |2680M|1433 |   - |1944 |1059 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
1648.34/1648.38	c  1595s|  9430k|  9345k|     0 |   0.0 |2683M|1433 |   - |1944 |1072 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
1650.15/1650.15	c  1597s|  9440k|  9355k|     0 |   0.0 |2686M|1433 |   - |1944 |1048 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
1651.84/1651.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1651.84/1651.84	c  1599s|  9450k|  9365k|     0 |   0.0 |2688M|1433 |   - |1944 |1012 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
1653.54/1653.55	c  1600s|  9460k|  9375k|     0 |   0.0 |2691M|1433 |   - |1944 | 999 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
1655.23/1655.25	c  1602s|  9470k|  9385k|     0 |   0.0 |2694M|1433 |   - |1944 |1023 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
1656.94/1656.93	c  1604s|  9480k|  9395k|     0 |   0.0 |2697M|1433 |   - |1944 | 989 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
1658.73/1658.73	c  1605s|  9490k|  9405k|     0 |   0.0 |2700M|1433 |   - |1944 |1004 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
1660.44/1660.43	c  1607s|  9500k|  9415k|     0 |   0.0 |2703M|1433 |   - |1944 | 952 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
1662.14/1662.14	c  1609s|  9510k|  9425k|     0 |   0.0 |2705M|1433 |   - |1944 | 973 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
1663.84/1663.84	c  1610s|  9520k|  9435k|     0 |   0.0 |2708M|1433 |   - |1944 |1010 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
1665.64/1665.60	c  1612s|  9530k|  9444k|     0 |   0.0 |2711M|1433 |   - |1944 |1009 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
1667.34/1667.32	c  1614s|  9540k|  9454k|     0 |   0.0 |2714M|1433 |   - |1944 | 934 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
1669.04/1669.06	c  1615s|  9550k|  9464k|     0 |   0.0 |2717M|1433 |   - |1944 | 992 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
1670.74/1670.76	c  1617s|  9560k|  9474k|     0 |   0.0 |2720M|1433 |   - |1944 |1021 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
1672.43/1672.47	c  1619s|  9570k|  9484k|     0 |   0.0 |2723M|1433 |   - |1944 |1044 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
1674.25/1674.22	c  1620s|  9580k|  9494k|     0 |   0.0 |2725M|1433 |   - |1944 |1047 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
1675.93/1675.93	c  1622s|  9590k|  9504k|     0 |   0.0 |2728M|1433 |   - |1944 |1038 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
1677.65/1677.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1677.65/1677.63	c  1624s|  9600k|  9514k|     0 |   0.0 |2731M|1433 |   - |1944 |1044 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
1679.34/1679.31	c  1625s|  9610k|  9524k|     0 |   0.0 |2734M|1433 |   - |1944 |1070 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
1681.04/1681.08	c  1627s|  9620k|  9534k|     0 |   0.0 |2737M|1433 |   - |1944 |1092 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
1682.84/1682.81	c  1629s|  9630k|  9543k|     0 |   0.0 |2740M|1433 |   - |1944 |1062 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
1684.54/1684.50	c  1630s|  9640k|  9553k|     0 |   0.0 |2743M|1433 |   - |1944 |1052 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
1686.24/1686.22	c  1632s|  9650k|  9563k|     0 |   0.0 |2745M|1433 |   - |1944 |1036 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
1687.94/1687.90	c  1634s|  9660k|  9573k|     0 |   0.0 |2748M|1433 |   - |1944 |1034 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
1689.65/1689.62	c  1635s|  9670k|  9583k|     0 |   0.0 |2751M|1433 |   - |1944 | 991 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
1691.34/1691.32	c  1637s|  9680k|  9593k|     0 |   0.0 |2754M|1433 |   - |1944 | 947 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
1692.94/1692.97	c  1638s|  9690k|  9603k|     0 |   0.0 |2757M|1433 |   - |1944 |1001 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 |      --      |    Inf 
1694.64/1694.65	c  1640s|  9700k|  9613k|     0 |   0.0 |2760M|1433 |   - |1944 |1015 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 |      --      |    Inf 
1696.35/1696.34	c  1642s|  9710k|  9623k|     0 |   0.0 |2763M|1433 |   - |1944 |1009 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
1698.14/1698.19	c  1643s|  9720k|  9633k|     0 |   0.0 |2766M|1433 |   - |1944 | 974 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
1699.94/1699.91	c  1645s|  9730k|  9642k|     0 |   0.0 |2768M|1433 |   - |1944 | 965 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
1701.64/1701.65	c  1647s|  9740k|  9652k|     0 |   0.0 |2771M|1433 |   - |1944 | 964 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
1703.44/1703.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1703.44/1703.46	c  1649s|  9750k|  9662k|     0 |   0.0 |2774M|1433 |   - |1944 |1050 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 |      --      |    Inf 
1705.24/1705.25	c  1650s|  9760k|  9672k|     0 |   0.0 |2777M|1433 |   - |1944 | 960 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
1706.94/1706.93	c  1652s|  9770k|  9682k|     0 |   0.0 |2780M|1433 |   - |1944 | 980 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
1708.64/1708.63	c  1654s|  9780k|  9692k|     0 |   0.0 |2783M|1433 |   - |1944 |1031 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 |      --      |    Inf 
1710.34/1710.34	c  1655s|  9790k|  9702k|     0 |   0.0 |2786M|1433 |   - |1944 |1020 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 |      --      |    Inf 
1712.04/1712.03	c  1657s|  9800k|  9712k|     0 |   0.0 |2788M|1433 |   - |1944 |1037 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
1713.74/1713.76	c  1659s|  9810k|  9722k|     0 |   0.0 |2791M|1433 |   - |1944 |1031 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
1715.44/1715.45	c  1660s|  9820k|  9732k|     0 |   0.0 |2794M|1433 |   - |1944 |1060 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 |      --      |    Inf 
1717.15/1717.17	c  1662s|  9830k|  9741k|     0 |   0.0 |2797M|1433 |   - |1944 |1052 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 |      --      |    Inf 
1718.84/1718.88	c  1664s|  9840k|  9751k|     0 |   0.0 |2800M|1433 |   - |1944 |1007 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
1720.54/1720.57	c  1665s|  9850k|  9761k|     0 |   0.0 |2803M|1433 |   - |1944 | 999 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
1722.24/1722.26	c  1667s|  9860k|  9771k|     0 |   0.0 |2805M|1433 |   - |1944 | 991 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
1723.94/1723.90	c  1668s|  9870k|  9781k|     0 |   0.0 |2808M|1433 |   - |1944 | 966 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
1725.54/1725.59	c  1670s|  9880k|  9791k|     0 |   0.0 |2811M|1433 |   - |1944 |1029 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
1727.24/1727.29	c  1672s|  9890k|  9801k|     0 |   0.0 |2814M|1433 |   - |1944 | 986 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
1729.05/1729.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1729.05/1729.03	c  1673s|  9900k|  9811k|     0 |   0.0 |2817M|1433 |   - |1944 |1032 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
1730.74/1730.75	c  1675s|  9910k|  9821k|     0 |   0.0 |2820M|1433 |   - |1944 | 989 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 |      --      |    Inf 
1732.45/1732.43	c  1677s|  9920k|  9831k|     0 |   0.0 |2823M|1433 |   - |1944 | 933 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 |      --      |    Inf 
1734.15/1734.10	c  1678s|  9930k|  9841k|     0 |   0.0 |2825M|1433 |   - |1944 | 975 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 |      --      |    Inf 
1735.84/1735.82	c  1680s|  9940k|  9850k|     0 |   0.0 |2828M|1433 |   - |1944 |1084 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 |      --      |    Inf 
1737.54/1737.50	c  1681s|  9950k|  9860k|     0 |   0.0 |2831M|1433 |   - |1944 |1010 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
1739.15/1739.19	c  1683s|  9960k|  9870k|     0 |   0.0 |2834M|1433 |   - |1944 |1044 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
1740.84/1740.88	c  1685s|  9970k|  9880k|     0 |   0.0 |2837M|1433 |   - |1944 |1090 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 |      --      |    Inf 
1742.64/1742.63	c  1686s|  9980k|  9890k|     0 |   0.0 |2840M|1433 |   - |1944 |1059 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
1744.35/1744.35	c  1688s|  9990k|  9900k|     0 |   0.0 |2843M|1433 |   - |1944 |1143 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
1746.04/1746.04	c  1690s| 10000k|  9910k|     0 |   0.0 |2845M|1433 |   - |1944 |1097 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
1747.74/1747.77	c  1691s| 10010k|  9920k|     0 |   0.0 |2848M|1433 |   - |1944 |1122 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
1749.54/1749.51	c  1693s| 10020k|  9930k|     0 |   0.0 |2851M|1433 |   - |1944 |1083 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
1751.14/1751.18	c  1695s| 10030k|  9940k|     0 |   0.0 |2854M|1433 |   - |1944 |1094 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
1752.94/1752.90	c  1696s| 10040k|  9949k|     0 |   0.0 |2857M|1433 |   - |1944 |1075 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 |      --      |    Inf 
1754.54/1754.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1754.54/1754.56	c  1698s| 10050k|  9959k|     0 |   0.0 |2860M|1433 |   - |1944 |1058 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 |      --      |    Inf 
1756.24/1756.23	c  1700s| 10060k|  9969k|     0 |   0.0 |2863M|1433 |   - |1944 |1030 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 |      --      |    Inf 
1757.95/1757.94	c  1701s| 10070k|  9979k|     0 |   0.0 |2865M|1433 |   - |1944 |1011 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 |      --      |    Inf 
1759.64/1759.68	c  1703s| 10080k|  9989k|     0 |   0.0 |2868M|1433 |   - |1944 |1081 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
1759.75/1759.73	c (node 10080265) switching to memory saving mode (mem: 2736.0M/3420.0M)
1766.34/1766.30	c  1709s| 10090k|  9990k|     0 |   0.0 |2875M|1433 |   - |1944 |  13k|   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
1772.44/1772.40	c  1715s| 10100k|  9990k|     0 |   0.0 |2880M|1433 |   - |1944 |  25k|   0 |   0 |   0 | 563k|   0 | 0.000000e+00 |      --      |    Inf 
1778.45/1778.47	c  1721s| 10110k|  9990k|     0 |   0.0 |2886M|1433 |   - |1944 |  38k|   0 |   0 |   0 | 597k|   0 | 0.000000e+00 |      --      |    Inf 
1784.35/1784.36	c  1727s| 10120k|  9990k|     0 |   0.0 |2892M|1433 |   - |1944 |  51k|   0 |   0 |   0 | 628k|   0 | 0.000000e+00 |      --      |    Inf 
1790.34/1790.35	c  1733s| 10130k|  9990k|     0 |   0.0 |2898M|1433 |   - |1944 |  63k|   0 |   0 |   0 | 657k|   0 | 0.000000e+00 |      --      |    Inf 
1796.44/1796.43	c  1739s| 10140k|  9990k|     0 |   0.0 |2904M|1433 |   - |1944 |  76k|   0 |   0 |   0 | 688k|   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1742.36
1800.05/1800.00	c Solving Nodes      : 10145983
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s UNKNOWN
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1742.36
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693747-1277973303.wbo
1800.05/1800.00	c   Variables        : 1944 (1902 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.00	c   Constraints      : 165 initial, 165 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693747-1277973303.wbo
1800.05/1800.00	c   Variables        : 1944 (1902 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.00	c   Constraints      : 164 initial, 82930 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0         42          0          1          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :         42          0        999          0        757          0         70          0          0          0
1800.05/1800.00	c   setppc           :         35          0   11367531          0   10094031      22276    3263781          0          0          0
1800.05/1800.00	c   linear           :         42          0   11345255          0   10094031      53148    3178054          0          0          0
1800.05/1800.00	c   logicor          :         45+         0    2823580          0   10094031      20792     933958          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0   10094031          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   setppc           :     169.32       0.00      27.00       0.00     142.32
1800.05/1800.00	c   linear           :      71.01       0.00      65.51       0.00       5.50
1800.05/1800.00	c   logicor          :     174.55       0.00      23.59       0.00     150.96
1800.05/1800.00	c   countsols        :       1.64       0.00       0.00       0.00       1.64
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       2.78          2          0          0
1800.05/1800.00	c   rootredcost      :       2.72          0          0          0
1800.05/1800.00	c   pseudoobj        :      15.08   11367331          0          0
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :      72.50      96216      96216    1464919      208.6     506922       29.1          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -     691154       56.5          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -      15005      217.9          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :    1130.00   10094031          0          0          0          0   20188062
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   oneopt           :       2.53          0          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       2.55          0          0
1800.05/1800.00	c   trysol           :       1.90          1          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :   10145983
1800.05/1800.00	c   nodes (total)    :   10145983
1800.05/1800.00	c   nodes left       :    9990151
1800.05/1800.00	c   max depth        :       1433
1800.05/1800.00	c   max depth (total):       1433
1800.05/1800.00	c   backtracks       :      46552 (0.5%)
1800.05/1800.00	c   delayed cutoffs  :      51929
1800.05/1800.00	c   repropagations   :     106073 (1026969 domain reductions, 44264 cutoffs)
1800.05/1800.00	c   avg switch length:       2.58
1800.05/1800.00	c   switching time   :      55.33
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          0 (0 improvements)
1800.05/1800.00	c   Primal Bound     :          -
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/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-2693747-1277973303/watcher-2693747-1277973303 -o /tmp/evaluation-result-2693747-1277973303/solver-2693747-1277973303 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693747-1277973303.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.95 1.67 4/196 20503
/proc/meminfo: memFree=31384920/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=8804 CPUtime=0
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 1685 0 0 0 0 0 0 0 25 0 1 0 138624941 9015296 1607 4089446400 4194304 7136930 140736887854160 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20503/statm: 2201 1611 275 719 0 1480 0

[startup+0.101726 s]
/proc/loadavg: 1.92 1.95 1.67 4/196 20503
/proc/meminfo: memFree=31384920/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=16928 CPUtime=0.09
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 5231 0 0 0 9 0 0 0 25 0 1 0 138624941 17334272 3514 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20503/statm: 4232 3514 390 719 0 3511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16928

[startup+0.200708 s]
/proc/loadavg: 1.92 1.95 1.67 4/196 20503
/proc/meminfo: memFree=31384920/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=17604 CPUtime=0.19
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 5383 0 0 0 18 1 0 0 25 0 1 0 138624941 18026496 3666 4089446400 4194304 7136930 140736887854160 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20503/statm: 4401 3667 390 719 0 3680 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17604

[startup+0.300691 s]
/proc/loadavg: 1.92 1.95 1.67 4/196 20503
/proc/meminfo: memFree=31384920/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=18016 CPUtime=0.29
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 5487 0 0 0 28 1 0 0 25 0 1 0 138624941 18448384 3770 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20503/statm: 4504 3770 394 719 0 3783 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18016

[startup+0.700617 s]
/proc/loadavg: 1.92 1.95 1.67 4/196 20503
/proc/meminfo: memFree=31384920/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=19052 CPUtime=0.69
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 5785 0 0 0 67 2 0 0 25 0 1 0 138624941 19509248 4068 4089446400 4194304 7136930 140736887854160 18446744073709551615 4407876 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20503/statm: 4763 4068 394 719 0 4042 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19052

[startup+1.50047 s]
/proc/loadavg: 1.92 1.95 1.67 3/197 20504
/proc/meminfo: memFree=31369188/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=21384 CPUtime=1.49
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 6381 0 0 0 144 5 0 0 25 0 1 0 138624941 21897216 4664 4089446400 4194304 7136930 140736887854160 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20503/statm: 5346 4664 394 719 0 4625 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21384

[startup+3.10018 s]
/proc/loadavg: 1.92 1.95 1.67 3/197 20504
/proc/meminfo: memFree=31366956/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=24512 CPUtime=3.09
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 7197 0 0 0 300 9 0 0 25 0 1 0 138624941 25100288 5480 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20503/statm: 6128 5480 394 719 0 5407 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24512

[startup+6.30059 s]
/proc/loadavg: 1.85 1.94 1.67 3/197 20552
/proc/meminfo: memFree=31402308/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=30248 CPUtime=6.29
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 8704 0 0 0 610 19 0 0 25 0 1 0 138624941 30973952 6987 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20503/statm: 7562 6987 394 719 0 6841 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30248

[startup+12.7004 s]
/proc/loadavg: 1.86 1.94 1.67 3/197 20552
/proc/meminfo: memFree=31382736/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=42292 CPUtime=12.69
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 11331 0 0 0 1230 39 0 0 25 0 1 0 138624941 43307008 9614 4089446400 4194304 7136930 140736887854160 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20503/statm: 10573 9614 394 719 0 9852 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42292

[startup+25.5011 s]
/proc/loadavg: 1.89 1.94 1.67 3/197 20552
/proc/meminfo: memFree=31355256/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=66872 CPUtime=25.49
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 17751 0 0 0 2465 84 0 0 25 0 1 0 138624941 68476928 16034 4089446400 4194304 7136930 140736887854160 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20503/statm: 16718 16034 394 719 0 15997 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66872

[startup+51.1004 s]
/proc/loadavg: 2.01 1.96 1.69 3/197 20553
/proc/meminfo: memFree=31293960/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=126588 CPUtime=51.09
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 32249 0 0 0 4933 176 0 0 25 0 1 0 138624941 129626112 30532 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 31647 30532 394 719 0 30926 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126588

[startup+102.301 s]
/proc/loadavg: 2.00 1.97 1.70 3/197 20555
/proc/meminfo: memFree=31201272/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=218556 CPUtime=102.3
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 54279 0 0 0 9898 332 0 0 25 0 1 0 138624941 223801344 52562 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 54639 52562 394 719 0 53918 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 218556

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.72 3/197 20556
/proc/meminfo: memFree=31100140/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=312512 CPUtime=162.29
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 79076 0 0 0 15710 519 0 0 25 0 1 0 138624941 320012288 77359 4089446400 4194304 7136930 140736887854160 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 78128 77359 394 719 0 77407 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 312512

[startup+222.306 s]
/proc/loadavg: 2.00 1.97 1.73 3/197 20558
/proc/meminfo: memFree=30993176/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=428012 CPUtime=222.3
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 105179 0 0 0 21523 707 0 0 25 0 1 0 138624941 438284288 103462 4089446400 4194304 7136930 140736887854160 18446744073709551615 4642976 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 107003 103462 394 719 0 106282 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 428012

[startup+282.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/197 20560
/proc/meminfo: memFree=30894168/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=521968 CPUtime=282.3
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 129981 0 0 0 27332 898 0 0 25 0 1 0 138624941 534495232 128264 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 130492 128264 394 719 0 129771 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 521968

[startup+342.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/197 20561
/proc/meminfo: memFree=30793892/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=615880 CPUtime=342.3
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 154759 0 0 0 33148 1082 0 0 25 0 1 0 138624941 630661120 153042 4089446400 4194304 7136930 140736887854160 18446744073709551615 4436340 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 153970 153042 394 719 0 153249 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 615880

[startup+402.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/197 20562
/proc/meminfo: memFree=30695604/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=741016 CPUtime=402.3
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 179144 0 0 0 38952 1278 0 0 25 0 1 0 138624941 758800384 177427 4089446400 4194304 7136930 140736887854160 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 185254 177427 394 719 0 184533 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 741016

[startup+462.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/197 20564
/proc/meminfo: memFree=30591132/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=839012 CPUtime=462.3
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 204991 0 0 0 44759 1471 0 0 25 0 1 0 138624941 859148288 203274 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 209753 203274 394 719 0 209032 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 839012

[startup+522.3 s]
/proc/loadavg: 2.00 1.97 1.79 3/197 20566
/proc/meminfo: memFree=30492364/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=932868 CPUtime=522.3
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 229740 0 0 0 50570 1660 0 0 25 0 1 0 138624941 955256832 228023 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 233217 228023 394 719 0 232496 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 932868

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/197 20568
/proc/meminfo: memFree=30390740/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=1028116 CPUtime=582.31
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 254880 0 0 0 56380 1851 0 0 25 0 1 0 138624941 1052790784 253163 4089446400 4194304 7136930 140736887854160 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 257029 253163 394 719 0 256308 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1028116

[startup+642.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/197 20569
/proc/meminfo: memFree=30289980/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=1124188 CPUtime=642.31
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 280225 0 0 0 62188 2043 0 0 25 0 1 0 138624941 1151168512 278508 4089446400 4194304 7136930 140736887854160 18446744073709551615 5901789 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 281047 278508 394 719 0 280326 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1124188

[startup+702.3 s]

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

/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 433131 0 0 0 97040 3192 0 0 25 0 1 0 138624941 1811881984 431414 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 442354 431414 394 719 0 441633 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1769416

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/197 20580
/proc/meminfo: memFree=29572248/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=1864452 CPUtime=1062.32
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 458215 0 0 0 102848 3384 0 0 25 0 1 0 138624941 1909198848 456498 4089446400 4194304 7136930 140736887854160 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 466113 456498 394 719 0 465392 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1864452

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/197 20582
/proc/meminfo: memFree=29461684/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=1967500 CPUtime=1122.33
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 485291 0 0 0 108658 3575 0 0 25 0 1 0 138624941 2014720000 483574 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 491875 483574 394 719 0 491154 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1967500

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/197 20584
/proc/meminfo: memFree=29362412/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=2062312 CPUtime=1182.33
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 510321 0 0 0 114464 3769 0 0 25 0 1 0 138624941 2111807488 508604 4089446400 4194304 7136930 140736887854160 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 515578 508604 394 719 0 514857 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2062312

[startup+1242.3 s]
/proc/loadavg: 2.04 1.99 1.88 3/197 20585
/proc/meminfo: memFree=29260644/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=2158256 CPUtime=1242.33
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 535678 0 0 0 120266 3967 0 0 25 0 1 0 138624941 2210054144 533961 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 539564 533961 394 719 0 538843 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2158256

[startup+1302.3 s]
/proc/loadavg: 2.01 1.99 1.89 3/197 20586
/proc/meminfo: memFree=29155920/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=2257632 CPUtime=1302.32
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 561854 0 0 0 126076 4156 0 0 25 0 1 0 138624941 2311815168 560137 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 564408 560137 394 719 0 563687 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 2257632

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/197 20588
/proc/meminfo: memFree=29053776/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=2353504 CPUtime=1362.33
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 587169 0 0 0 131866 4367 0 0 25 0 1 0 138624941 2409988096 585452 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 588376 585452 394 719 0 587655 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2353504

[startup+1422.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/197 20590
/proc/meminfo: memFree=28947304/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=2453128 CPUtime=1422.34
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 613425 0 0 0 137666 4568 0 0 25 0 1 0 138624941 2512003072 611708 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 613282 611708 394 719 0 612561 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2453128

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/197 20592
/proc/meminfo: memFree=28842072/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=2684452 CPUtime=1482.33
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 639826 0 0 0 143468 4765 0 0 25 0 1 0 138624941 2748878848 638109 4089446400 4194304 7136930 140736887854160 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 671113 638109 394 719 0 670392 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2684452

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/197 20593
/proc/meminfo: memFree=28737464/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=2782504 CPUtime=1542.34
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 665676 0 0 0 149276 4958 0 0 25 0 1 0 138624941 2849284096 663959 4089446400 4194304 7136930 140736887854160 18446744073709551615 4641936 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 695626 663959 394 719 0 694905 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2782504

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/197 20603
/proc/meminfo: memFree=28634656/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=2879960 CPUtime=1602.34
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 691393 0 0 0 155079 5155 0 0 25 0 1 0 138624941 2949079040 689676 4089446400 4194304 7136930 140736887854160 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 719990 689676 394 719 0 719269 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2879960

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/197 20605
/proc/meminfo: memFree=28532760/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=2976024 CPUtime=1662.34
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 716757 0 0 0 160883 5351 0 0 25 0 1 0 138624941 3047448576 715040 4089446400 4194304 7136930 140736887854160 18446744073709551615 4436346 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 744006 715040 394 719 0 743285 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2976024

[startup+1722.3 s]
/proc/loadavg: 2.04 2.00 1.91 3/197 20607
/proc/meminfo: memFree=28425428/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=3077884 CPUtime=1722.34
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 743542 0 0 0 166681 5553 0 0 25 0 1 0 138624941 3151753216 741825 4089446400 4194304 7136930 140736887854160 18446744073709551615 5922966 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 769471 741825 394 719 0 768750 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3077884

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/197 20609
/proc/meminfo: memFree=28330004/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=3174652 CPUtime=1782.34
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 806366 0 0 0 172503 5731 0 0 25 0 1 0 138624941 3250843648 765625 4089446400 4194304 7136930 140736887854160 18446744073709551615 5922760 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 793663 765625 394 719 0 792942 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3174652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.01 1.92 2/177 20612
/proc/meminfo: memFree=28356436/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=3199796 CPUtime=1800.05
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 811832 0 0 0 174236 5769 0 0 25 0 1 0 138624941 3276591104 771091 4089446400 4194304 7136930 140736887854160 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20503/statm: 799949 771091 394 719 0 799228 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3199796

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -20503

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

[startup+1801.5 s]
/proc/loadavg: 2.05 2.01 1.92 2/178 20613
/proc/meminfo: memFree=28354940/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=3199916 CPUtime=1801.54
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 812279 0 0 0 174385 5769 0 0 20 0 1 0 138624941 3276713984 771096 4089446400 4194304 7136930 140736887854160 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20503/statm: 799979 771096 399 719 0 799258 0
Current children cumulated CPU time (s) 1801.54
Current children cumulated vsize (KiB) 3199916

[startup+1801.91 s]
/proc/loadavg: 2.05 2.01 1.92 2/175 20630
/proc/meminfo: memFree=28355436/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=3199916 CPUtime=1801.95
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4202496 812279 0 0 0 174426 5769 0 0 20 0 1 0 138624941 3276713984 771096 4089446400 4194304 7136930 140736887854160 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20503/statm: 799979 771096 399 719 0 799258 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 3199916

[startup+1802.1 s]
/proc/loadavg: 2.05 2.01 1.92 2/175 20630
/proc/meminfo: memFree=28355436/32951124 swapFree=67111528/67111528
[pid=20503] ppid=20501 vsize=0 CPUtime=1802.14
/proc/20503/stat : 20503 (pbscip.linux.x8) R 20501 20503 20188 0 -1 4203524 812279 0 0 0 174436 5778 0 0 21 0 1 0 138624941 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/20503/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.15
CPU user time (s): 1744.36
CPU system time (s): 57.7912
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3400632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1744.36
system time used= 57.7912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 812279
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= 2
involuntary context switches= 968

runsolver used 2.44563 second user time and 5.80112 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-01 10:35:03
IDJOB=2693747
IDBENCH=78699
IDSOLVER=1206
FILE ID=node142/2693747-1277973303
PBS_JOBID= 11197882
Free space on /tmp= 74180 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr--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-2693747-1277973303/watcher-2693747-1277973303 -o /tmp/evaluation-result-2693747-1277973303/solver-2693747-1277973303 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693747-1277973303.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ea89038de81a2a24e795de2249a907ab
RANDOM SEED=639048074

node142.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.827
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.65
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.827
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
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.827
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.82
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.827
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31385448 kB
Buffers:        216468 kB
Cached:        1074420 kB
SwapCached:          0 kB
Active:         554704 kB
Inactive:       863172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31385448 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3260 kB
Writeback:           0 kB
AnonPages:      127548 kB
Mapped:          20248 kB
Slab:            82248 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1640908 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= 74176 MiB
End job on node142 at 2010-07-01 11:05:05