Trace number 2693755

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.17 1802.12

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMc77cfb1ee053e7c4147458beb2d99117
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.107983
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints35
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
Top cost 1842
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1841
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
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-2693755-1277891614.wbo>
0.00/0.00	c original problem has 1270 variables (1235 bin, 0 int, 0 impl, 35 cont) and 136 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, 35 impls, 21 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 35 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 35 impls, 21 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 35 chg bounds, 0 chg sides, 0 chg coeffs, 44 upgd conss, 35 impls, 21 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 35 chg bounds, 0 chg sides, 0 chg coeffs, 65 upgd conss, 35 impls, 21 clqs
0.00/0.02	c    (0.0s) probing: 101/1235 (8.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 35 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  35 implications, 21 cliques
0.00/0.02	c presolved problem has 1270 variables (1235 bin, 0 int, 0 impl, 35 cont) and 135 constraints
0.00/0.02	c      35 constraints of type <indicator>
0.00/0.02	c      21 constraints of type <setppc>
0.00/0.02	c      35 constraints of type <linear>
0.00/0.02	c      44 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - |2548k|   0 |   - |1270 | 135 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.20	c   1.1s| 10000 |  9879 |     0 |   0.0 |6136k| 775 |   - |1270 | 384 |   0 |   0 |   0 | 518 |   0 | 0.000000e+00 |      --      |    Inf 
2.39/2.46	c   2.3s| 20000 | 19703 |     0 |   0.0 |9296k| 775 |   - |1270 | 363 |   0 |   0 |   0 |1005 |   0 | 0.000000e+00 |      --      |    Inf 
3.60/3.66	c   3.5s| 30000 | 29446 |     0 |   0.0 |  12M| 775 |   - |1270 | 643 |   0 |   0 |   0 |1863 |   0 | 0.000000e+00 |      --      |    Inf 
4.89/4.90	c   4.7s| 40000 | 38942 |     0 |   0.0 |  16M| 775 |   - |1270 | 876 |   0 |   0 |   0 |3918 |   0 | 0.000000e+00 |      --      |    Inf 
6.09/6.17	c   5.9s| 50000 | 47820 |     0 |   0.0 |  20M| 775 |   - |1270 | 826 |   0 |   0 |   0 |8028 |   0 | 0.000000e+00 |      --      |    Inf 
7.29/7.38	c   7.0s| 60000 | 57044 |     0 |   0.0 |  24M| 775 |   - |1270 | 687 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
8.59/8.64	c   8.2s| 70000 | 66861 |     0 |   0.0 |  27M| 775 |   - |1270 | 615 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
9.90/9.91	c   9.5s| 80000 | 76681 |     0 |   0.0 |  30M| 775 |   - |1270 | 509 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
11.19/11.20	c  10.7s| 90000 | 86486 |     0 |   0.0 |  33M| 775 |   - |1270 | 501 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
12.40/12.47	c  11.9s|100000 | 96303 |     0 |   0.0 |  36M| 775 |   - |1270 | 490 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
13.69/13.75	c  13.1s|110000 |106126 |     0 |   0.0 |  39M| 775 |   - |1270 | 519 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
14.99/15.03	c  14.4s|120000 |115936 |     0 |   0.0 |  42M| 775 |   - |1270 | 523 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
16.30/16.30	c  15.6s|130000 |125780 |     0 |   0.0 |  45M| 775 |   - |1270 | 523 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
17.50/17.58	c  16.8s|140000 |135588 |     0 |   0.0 |  48M| 775 |   - |1270 | 540 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
18.79/18.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.79/18.84	c  18.0s|150000 |145421 |     0 |   0.0 |  51M| 775 |   - |1270 | 506 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
20.09/20.12	c  19.2s|160000 |155249 |     0 |   0.0 |  55M| 775 |   - |1270 | 552 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
21.29/21.39	c  20.4s|170000 |165087 |     0 |   0.0 |  58M| 775 |   - |1270 | 514 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
22.59/22.66	c  21.6s|180000 |174899 |     0 |   0.0 |  61M| 775 |   - |1270 | 547 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
23.89/23.94	c  22.9s|190000 |184723 |     0 |   0.0 |  64M| 775 |   - |1270 | 516 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
25.19/25.21	c  24.1s|200000 |194543 |     0 |   0.0 |  67M| 775 |   - |1270 | 479 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
26.39/26.48	c  25.3s|210000 |204369 |     0 |   0.0 |  70M| 775 |   - |1270 | 532 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
27.69/27.75	c  26.5s|220000 |214180 |     0 |   0.0 |  73M| 775 |   - |1270 | 562 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
28.99/29.03	c  27.7s|230000 |223994 |     0 |   0.0 |  76M| 775 |   - |1270 | 498 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
30.30/30.30	c  28.9s|240000 |233824 |     0 |   0.0 |  79M| 775 |   - |1270 | 543 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
31.49/31.57	c  30.1s|250000 |243656 |     0 |   0.0 |  82M| 775 |   - |1270 | 522 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
32.80/32.85	c  31.3s|260000 |253470 |     0 |   0.0 |  85M| 775 |   - |1270 | 553 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
34.09/34.13	c  32.5s|270000 |263280 |     0 |   0.0 |  88M| 775 |   - |1270 | 631 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
35.29/35.39	c  33.8s|280000 |273130 |     0 |   0.0 |  91M| 775 |   - |1270 | 607 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
36.60/36.67	c  35.0s|290000 |282933 |     0 |   0.0 |  94M| 775 |   - |1270 | 574 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
37.89/37.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.89/37.94	c  36.2s|300000 |292746 |     0 |   0.0 |  97M| 775 |   - |1270 | 610 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
39.20/39.21	c  37.4s|310000 |302554 |     0 |   0.0 | 100M| 775 |   - |1270 | 613 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
40.39/40.46	c  38.6s|320000 |312375 |     0 |   0.0 | 103M| 775 |   - |1270 | 590 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
41.69/41.73	c  39.8s|330000 |322200 |     0 |   0.0 | 106M| 775 |   - |1270 | 652 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
42.99/43.00	c  41.0s|340000 |332015 |     0 |   0.0 | 109M| 775 |   - |1270 | 656 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
44.20/44.26	c  42.2s|350000 |341837 |     0 |   0.0 | 112M| 775 |   - |1270 | 640 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
45.49/45.53	c  43.5s|360000 |351660 |     0 |   0.0 | 115M| 775 |   - |1270 | 630 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
46.69/46.79	c  44.6s|370000 |361475 |     0 |   0.0 | 118M| 775 |   - |1270 | 615 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
47.99/48.05	c  45.9s|380000 |371280 |     0 |   0.0 | 121M| 775 |   - |1270 | 646 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
49.29/49.30	c  47.1s|390000 |381097 |     0 |   0.0 | 124M| 775 |   - |1270 | 637 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
50.50/50.56	c  48.3s|400000 |390914 |     0 |   0.0 | 127M| 775 |   - |1270 | 700 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
51.80/51.81	c  49.5s|410000 |400738 |     0 |   0.0 | 130M| 775 |   - |1270 | 711 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
53.00/53.08	c  50.7s|420000 |410545 |     0 |   0.0 | 134M| 775 |   - |1270 | 701 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
54.29/54.34	c  51.9s|430000 |420349 |     0 |   0.0 | 137M| 775 |   - |1270 | 718 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
55.60/55.61	c  53.1s|440000 |430162 |     0 |   0.0 | 140M| 775 |   - |1270 | 630 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
56.79/56.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.79/56.87	c  54.3s|450000 |439985 |     0 |   0.0 | 143M| 775 |   - |1270 | 674 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
58.09/58.13	c  55.5s|460000 |449785 |     0 |   0.0 | 146M| 775 |   - |1270 | 684 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
59.30/59.39	c  56.7s|470000 |459609 |     0 |   0.0 | 149M| 775 |   - |1270 | 619 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
60.59/60.65	c  57.9s|480000 |469421 |     0 |   0.0 | 152M| 775 |   - |1270 | 638 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
61.89/61.91	c  59.1s|490000 |479221 |     0 |   0.0 | 155M| 775 |   - |1270 | 655 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
63.09/63.17	c  60.3s|500000 |489043 |     0 |   0.0 | 158M| 775 |   - |1270 | 660 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
64.40/64.44	c  61.5s|510000 |498850 |     0 |   0.0 | 161M| 775 |   - |1270 | 659 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
65.69/65.71	c  62.7s|520000 |508644 |     0 |   0.0 | 164M| 775 |   - |1270 | 652 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
66.90/66.96	c  63.9s|530000 |518456 |     0 |   0.0 | 167M| 775 |   - |1270 | 637 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
68.20/68.22	c  65.1s|540000 |528260 |     0 |   0.0 | 170M| 775 |   - |1270 | 634 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
69.39/69.48	c  66.3s|550000 |538060 |     0 |   0.0 | 173M| 775 |   - |1270 | 624 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
70.70/70.73	c  67.5s|560000 |547884 |     0 |   0.0 | 176M| 775 |   - |1270 | 603 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
71.90/71.99	c  68.8s|570000 |557690 |     0 |   0.0 | 179M| 775 |   - |1270 | 659 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
73.20/73.26	c  70.0s|580000 |567472 |     0 |   0.0 | 182M| 775 |   - |1270 | 659 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
74.49/74.53	c  71.2s|590000 |577249 |     0 |   0.0 | 185M| 775 |   - |1270 | 677 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
75.69/75.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.69/75.80	c  72.4s|600000 |587053 |     0 |   0.0 | 188M| 775 |   - |1270 | 647 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
77.00/77.06	c  73.6s|610000 |596841 |     0 |   0.0 | 192M| 775 |   - |1270 | 666 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
78.29/78.31	c  74.8s|620000 |606644 |     0 |   0.0 | 195M| 775 |   - |1270 | 741 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
79.49/79.56	c  76.0s|630000 |616444 |     0 |   0.0 | 198M| 775 |   - |1270 | 728 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
80.80/80.83	c  77.2s|640000 |626221 |     0 |   0.0 | 201M| 775 |   - |1270 | 786 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
81.99/82.09	c  78.4s|650000 |636005 |     0 |   0.0 | 204M| 775 |   - |1270 | 764 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
83.29/83.34	c  79.6s|660000 |645800 |     0 |   0.0 | 207M| 775 |   - |1270 | 759 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
84.49/84.57	c  80.8s|670000 |655620 |     0 |   0.0 | 210M| 775 |   - |1270 | 737 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
85.80/85.82	c  81.9s|680000 |665416 |     0 |   0.0 | 213M| 775 |   - |1270 | 764 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
86.99/87.06	c  83.1s|690000 |675233 |     0 |   0.0 | 216M| 775 |   - |1270 | 717 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
88.29/88.31	c  84.3s|700000 |685020 |     0 |   0.0 | 219M| 775 |   - |1270 | 804 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
89.50/89.57	c  85.5s|710000 |694805 |     0 |   0.0 | 222M| 775 |   - |1270 | 756 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
90.79/90.83	c  86.7s|720000 |704598 |     0 |   0.0 | 225M| 775 |   - |1270 | 759 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
92.00/92.07	c  87.9s|730000 |714396 |     0 |   0.0 | 228M| 775 |   - |1270 | 821 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
93.29/93.33	c  89.1s|740000 |724182 |     0 |   0.0 | 231M| 775 |   - |1270 | 805 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
94.50/94.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.50/94.58	c  90.3s|750000 |733977 |     0 |   0.0 | 234M| 775 |   - |1270 | 773 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
95.79/95.83	c  91.5s|760000 |743767 |     0 |   0.0 | 237M| 775 |   - |1270 | 772 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
96.99/97.06	c  92.7s|770000 |753577 |     0 |   0.0 | 240M| 775 |   - |1270 | 785 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
98.29/98.31	c  93.9s|780000 |763375 |     0 |   0.0 | 243M| 775 |   - |1270 | 842 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
99.50/99.55	c  95.1s|790000 |773161 |     0 |   0.0 | 246M| 775 |   - |1270 | 845 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
100.70/100.79	c  96.2s|800000 |782979 |     0 |   0.0 | 249M| 775 |   - |1270 | 824 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
102.00/102.04	c  97.4s|810000 |792753 |     0 |   0.0 | 252M| 775 |   - |1270 | 835 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
103.19/103.30	c  98.6s|820000 |802528 |     0 |   0.0 | 255M| 775 |   - |1270 | 801 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
104.50/104.56	c  99.8s|830000 |812302 |     0 |   0.0 | 259M| 775 |   - |1270 | 829 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
105.79/105.80	c   101s|840000 |822101 |     0 |   0.0 | 262M| 775 |   - |1270 | 847 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
106.99/107.06	c   102s|850000 |831877 |     0 |   0.0 | 265M| 775 |   - |1270 | 792 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
108.29/108.30	c   103s|860000 |841681 |     0 |   0.0 | 268M| 775 |   - |1270 | 831 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
109.49/109.55	c   105s|870000 |851460 |     0 |   0.0 | 271M| 775 |   - |1270 | 799 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
110.80/110.81	c   106s|880000 |861233 |     0 |   0.0 | 274M| 775 |   - |1270 | 868 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
112.00/112.08	c   107s|890000 |870994 |     0 |   0.0 | 277M| 775 |   - |1270 | 858 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
113.30/113.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.30/113.33	c   108s|900000 |880763 |     0 |   0.0 | 280M| 775 |   - |1270 | 925 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
114.50/114.58	c   109s|910000 |890546 |     0 |   0.0 | 283M| 775 |   - |1270 | 850 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
115.80/115.83	c   111s|920000 |900309 |     0 |   0.0 | 286M| 775 |   - |1270 | 910 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
116.99/117.08	c   112s|930000 |910097 |     0 |   0.0 | 289M| 775 |   - |1270 | 889 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
118.30/118.33	c   113s|940000 |919884 |     0 |   0.0 | 292M| 775 |   - |1270 | 884 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
119.50/119.59	c   114s|950000 |929661 |     0 |   0.0 | 295M| 775 |   - |1270 | 934 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
120.79/120.83	c   115s|960000 |939437 |     0 |   0.0 | 299M| 775 |   - |1270 | 966 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
122.10/122.11	c   117s|970000 |949198 |     0 |   0.0 | 302M| 775 |   - |1270 | 919 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
123.29/123.35	c   118s|980000 |958972 |     0 |   0.0 | 305M| 775 |   - |1270 | 891 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
124.60/124.61	c   119s|990000 |968741 |     0 |   0.0 | 308M| 775 |   - |1270 | 917 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
125.80/125.86	c   120s|  1000k|978528 |     0 |   0.0 | 311M| 775 |   - |1270 | 896 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
127.10/127.13	c   121s|  1010k|988282 |     0 |   0.0 | 314M| 775 |   - |1270 | 890 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
128.30/128.39	c   123s|  1020k|998039 |     0 |   0.0 | 317M| 775 |   - |1270 | 928 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
129.59/129.63	c   124s|  1030k|  1007k|     0 |   0.0 | 320M| 775 |   - |1270 | 892 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
130.80/130.89	c   125s|  1040k|  1017k|     0 |   0.0 | 323M| 775 |   - |1270 | 850 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
132.10/132.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.10/132.15	c   126s|  1050k|  1027k|     0 |   0.0 | 326M| 775 |   - |1270 | 924 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
133.39/133.40	c   127s|  1060k|  1037k|     0 |   0.0 | 329M| 775 |   - |1270 | 835 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
134.59/134.64	c   129s|  1070k|  1046k|     0 |   0.0 | 332M| 775 |   - |1270 | 921 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
135.79/135.88	c   130s|  1080k|  1056k|     0 |   0.0 | 335M| 775 |   - |1270 | 926 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
137.09/137.13	c   131s|  1090k|  1066k|     0 |   0.0 | 339M| 775 |   - |1270 |1012 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
138.30/138.39	c   132s|  1100k|  1076k|     0 |   0.0 | 342M| 775 |   - |1270 | 927 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
139.60/139.61	c   133s|  1110k|  1085k|     0 |   0.0 | 345M| 775 |   - |1270 | 943 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
140.80/140.87	c   134s|  1120k|  1095k|     0 |   0.0 | 348M| 775 |   - |1270 | 920 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
142.09/142.13	c   136s|  1130k|  1105k|     0 |   0.0 | 351M| 775 |   - |1270 | 995 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
143.29/143.37	c   137s|  1140k|  1115k|     0 |   0.0 | 354M| 775 |   - |1270 | 938 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
144.60/144.61	c   138s|  1150k|  1124k|     0 |   0.0 | 357M| 775 |   - |1270 |1061 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
145.79/145.84	c   139s|  1160k|  1134k|     0 |   0.0 | 360M| 775 |   - |1270 |1049 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
147.10/147.10	c   140s|  1170k|  1144k|     0 |   0.0 | 363M| 775 |   - |1270 | 994 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
148.29/148.34	c   142s|  1180k|  1154k|     0 |   0.0 | 367M| 775 |   - |1270 |1027 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
149.50/149.60	c   143s|  1190k|  1163k|     0 |   0.0 | 370M| 775 |   - |1270 |1010 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
150.79/150.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.79/150.84	c   144s|  1200k|  1173k|     0 |   0.0 | 373M| 775 |   - |1270 | 951 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
151.99/152.09	c   145s|  1210k|  1183k|     0 |   0.0 | 376M| 775 |   - |1270 | 942 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
153.30/153.35	c   146s|  1220k|  1193k|     0 |   0.0 | 379M| 775 |   - |1270 | 983 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
154.60/154.60	c   148s|  1230k|  1203k|     0 |   0.0 | 382M| 775 |   - |1270 | 997 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
155.79/155.83	c   149s|  1240k|  1212k|     0 |   0.0 | 385M| 775 |   - |1270 | 952 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
157.00/157.07	c   150s|  1250k|  1222k|     0 |   0.0 | 388M| 775 |   - |1270 |1079 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
158.30/158.35	c   151s|  1260k|  1232k|     0 |   0.0 | 391M| 775 |   - |1270 |1052 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
159.51/159.59	c   152s|  1270k|  1242k|     0 |   0.0 | 394M| 775 |   - |1270 |1081 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
160.80/160.86	c   154s|  1280k|  1251k|     0 |   0.0 | 398M| 775 |   - |1270 |1124 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
161.99/162.09	c   155s|  1290k|  1261k|     0 |   0.0 | 401M| 775 |   - |1270 | 992 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
163.30/163.33	c   156s|  1300k|  1271k|     0 |   0.0 | 404M| 775 |   - |1270 |1018 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
164.50/164.55	c   157s|  1310k|  1281k|     0 |   0.0 | 407M| 775 |   - |1270 |1019 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
165.79/165.81	c   158s|  1320k|  1290k|     0 |   0.0 | 410M| 775 |   - |1270 |1045 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
166.99/167.04	c   160s|  1330k|  1300k|     0 |   0.0 | 413M| 775 |   - |1270 |1124 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
168.20/168.30	c   161s|  1340k|  1310k|     0 |   0.0 | 416M| 775 |   - |1270 |1043 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
169.50/169.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
169.50/169.57	c   162s|  1350k|  1320k|     0 |   0.0 | 419M| 775 |   - |1270 |1076 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
170.80/170.81	c   163s|  1360k|  1329k|     0 |   0.0 | 423M| 775 |   - |1270 |1062 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
171.99/172.07	c   164s|  1370k|  1339k|     0 |   0.0 | 426M| 775 |   - |1270 |1045 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
173.29/173.36	c   166s|  1380k|  1349k|     0 |   0.0 | 429M| 775 |   - |1270 |1064 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
174.60/174.60	c   167s|  1390k|  1359k|     0 |   0.0 | 432M| 775 |   - |1270 |1114 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
175.79/175.88	c   168s|  1400k|  1368k|     0 |   0.0 | 435M| 775 |   - |1270 |1059 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
177.11/177.14	c   169s|  1410k|  1378k|     0 |   0.0 | 438M| 775 |   - |1270 |1109 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
178.30/178.38	c   170s|  1420k|  1388k|     0 |   0.0 | 441M| 775 |   - |1270 |1114 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
179.60/179.64	c   172s|  1430k|  1398k|     0 |   0.0 | 444M| 775 |   - |1270 |1166 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
180.79/180.88	c   173s|  1440k|  1407k|     0 |   0.0 | 447M| 775 |   - |1270 | 980 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
182.09/182.13	c   174s|  1450k|  1417k|     0 |   0.0 | 451M| 775 |   - |1270 |1049 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
183.30/183.36	c   175s|  1460k|  1427k|     0 |   0.0 | 454M| 775 |   - |1270 | 979 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
184.60/184.61	c   176s|  1470k|  1437k|     0 |   0.0 | 457M| 775 |   - |1270 | 960 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
185.81/185.89	c   177s|  1480k|  1446k|     0 |   0.0 | 460M| 775 |   - |1270 |1028 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
187.09/187.11	c   179s|  1490k|  1456k|     0 |   0.0 | 463M| 775 |   - |1270 | 969 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
188.29/188.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.29/188.38	c   180s|  1500k|  1466k|     0 |   0.0 | 466M| 775 |   - |1270 |1015 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
189.60/189.64	c   181s|  1510k|  1475k|     0 |   0.0 | 469M| 775 |   - |1270 | 966 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
190.80/190.88	c   182s|  1520k|  1485k|     0 |   0.0 | 473M| 775 |   - |1270 |1130 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
192.10/192.14	c   183s|  1530k|  1495k|     0 |   0.0 | 476M| 775 |   - |1270 |1126 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
193.40/193.41	c   185s|  1540k|  1505k|     0 |   0.0 | 479M| 775 |   - |1270 |1096 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
194.60/194.68	c   186s|  1550k|  1514k|     0 |   0.0 | 482M| 775 |   - |1270 |1156 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
195.90/195.93	c   187s|  1560k|  1524k|     0 |   0.0 | 485M| 775 |   - |1270 |1164 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
197.20/197.20	c   188s|  1570k|  1534k|     0 |   0.0 | 488M| 775 |   - |1270 |1107 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
198.40/198.45	c   189s|  1580k|  1544k|     0 |   0.0 | 491M| 775 |   - |1270 |1129 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
199.59/199.69	c   191s|  1590k|  1553k|     0 |   0.0 | 495M| 775 |   - |1270 |1145 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
200.89/200.96	c   192s|  1600k|  1563k|     0 |   0.0 | 498M| 775 |   - |1270 |1098 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
202.20/202.24	c   193s|  1610k|  1573k|     0 |   0.0 | 501M| 775 |   - |1270 |1120 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
203.40/203.49	c   194s|  1620k|  1582k|     0 |   0.0 | 504M| 775 |   - |1270 |1097 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
204.69/204.72	c   195s|  1630k|  1592k|     0 |   0.0 | 507M| 775 |   - |1270 |1047 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
205.89/205.98	c   197s|  1640k|  1602k|     0 |   0.0 | 510M| 775 |   - |1270 |1096 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
207.19/207.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.19/207.22	c   198s|  1650k|  1612k|     0 |   0.0 | 514M| 775 |   - |1270 |1144 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
208.39/208.45	c   199s|  1660k|  1622k|     0 |   0.0 | 517M| 775 |   - |1270 |1105 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
209.60/209.67	c   200s|  1670k|  1631k|     0 |   0.0 | 520M| 775 |   - |1270 |1200 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
210.90/210.93	c   201s|  1680k|  1641k|     0 |   0.0 | 523M| 775 |   - |1270 |1159 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
212.10/212.16	c   203s|  1690k|  1651k|     0 |   0.0 | 526M| 775 |   - |1270 |1133 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
213.40/213.41	c   204s|  1700k|  1660k|     0 |   0.0 | 529M| 775 |   - |1270 |1178 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
214.60/214.68	c   205s|  1710k|  1670k|     0 |   0.0 | 533M| 775 |   - |1270 |1167 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
215.90/215.92	c   206s|  1720k|  1680k|     0 |   0.0 | 536M| 775 |   - |1270 |1227 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
217.10/217.19	c   207s|  1730k|  1690k|     0 |   0.0 | 539M| 775 |   - |1270 |1272 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
218.40/218.43	c   209s|  1740k|  1699k|     0 |   0.0 | 542M| 775 |   - |1270 |1245 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
219.70/219.74	c   210s|  1750k|  1709k|     0 |   0.0 | 545M| 775 |   - |1270 |1309 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
221.00/221.01	c   211s|  1760k|  1719k|     0 |   0.0 | 549M| 775 |   - |1270 |1310 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
222.20/222.27	c   212s|  1770k|  1728k|     0 |   0.0 | 552M| 775 |   - |1270 |1147 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
223.40/223.49	c   213s|  1780k|  1738k|     0 |   0.0 | 555M| 775 |   - |1270 |1223 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
224.70/224.75	c   215s|  1790k|  1748k|     0 |   0.0 | 558M| 775 |   - |1270 |1262 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
225.90/225.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.90/225.98	c   216s|  1800k|  1758k|     0 |   0.0 | 561M| 775 |   - |1270 |1343 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
227.20/227.24	c   217s|  1810k|  1767k|     0 |   0.0 | 564M| 775 |   - |1270 |1223 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
228.50/228.50	c   218s|  1820k|  1777k|     0 |   0.0 | 568M| 775 |   - |1270 |1225 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
229.70/229.75	c   219s|  1830k|  1787k|     0 |   0.0 | 571M| 775 |   - |1270 |1287 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
230.90/230.99	c   221s|  1840k|  1797k|     0 |   0.0 | 574M| 775 |   - |1270 |1210 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
232.20/232.26	c   222s|  1850k|  1806k|     0 |   0.0 | 577M| 775 |   - |1270 |1294 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
233.50/233.51	c   223s|  1860k|  1816k|     0 |   0.0 | 580M| 775 |   - |1270 |1206 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
234.70/234.77	c   224s|  1870k|  1826k|     0 |   0.0 | 583M| 775 |   - |1270 |1284 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
235.99/236.04	c   225s|  1880k|  1835k|     0 |   0.0 | 587M| 775 |   - |1270 |1229 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
237.20/237.28	c   227s|  1890k|  1845k|     0 |   0.0 | 590M| 775 |   - |1270 |1232 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
238.50/238.53	c   228s|  1900k|  1855k|     0 |   0.0 | 593M| 775 |   - |1270 |1248 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
239.71/239.78	c   229s|  1910k|  1865k|     0 |   0.0 | 596M| 775 |   - |1270 |1219 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
241.00/241.06	c   230s|  1920k|  1874k|     0 |   0.0 | 599M| 775 |   - |1270 |1232 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
242.30/242.32	c   231s|  1930k|  1884k|     0 |   0.0 | 603M| 775 |   - |1270 |1249 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
243.60/243.60	c   233s|  1940k|  1894k|     0 |   0.0 | 606M| 775 |   - |1270 |1303 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
244.80/244.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.80/244.86	c   234s|  1950k|  1903k|     0 |   0.0 | 609M| 775 |   - |1270 |1312 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
246.10/246.12	c   235s|  1960k|  1913k|     0 |   0.0 | 612M| 775 |   - |1270 |1332 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
247.29/247.38	c   236s|  1970k|  1923k|     0 |   0.0 | 616M| 775 |   - |1270 |1358 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
248.60/248.66	c   237s|  1980k|  1932k|     0 |   0.0 | 619M| 775 |   - |1270 |1303 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
249.90/249.90	c   239s|  1990k|  1942k|     0 |   0.0 | 622M| 775 |   - |1270 |1337 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
251.09/251.14	c   240s|  2000k|  1952k|     0 |   0.0 | 625M| 775 |   - |1270 |1346 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
252.40/252.41	c   241s|  2010k|  1962k|     0 |   0.0 | 628M| 775 |   - |1270 |1262 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
253.60/253.64	c   242s|  2020k|  1971k|     0 |   0.0 | 631M| 775 |   - |1270 |1297 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
254.90/254.90	c   243s|  2030k|  1981k|     0 |   0.0 | 635M| 775 |   - |1270 |1306 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
256.10/256.16	c   245s|  2040k|  1991k|     0 |   0.0 | 638M| 775 |   - |1270 |1374 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
257.40/257.40	c   246s|  2050k|  2000k|     0 |   0.0 | 641M| 775 |   - |1270 |1389 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
258.60/258.66	c   247s|  2060k|  2010k|     0 |   0.0 | 644M| 775 |   - |1270 |1413 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
259.90/259.90	c   248s|  2070k|  2020k|     0 |   0.0 | 647M| 775 |   - |1270 |1432 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
261.10/261.15	c   249s|  2080k|  2029k|     0 |   0.0 | 651M| 775 |   - |1270 |1411 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
262.30/262.38	c   250s|  2090k|  2039k|     0 |   0.0 | 654M| 775 |   - |1270 |1433 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
263.60/263.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.60/263.67	c   252s|  2100k|  2049k|     0 |   0.0 | 657M| 775 |   - |1270 |1459 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
264.90/264.97	c   253s|  2110k|  2058k|     0 |   0.0 | 660M| 775 |   - |1270 |1540 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
266.21/266.25	c   254s|  2120k|  2068k|     0 |   0.0 | 664M| 775 |   - |1270 |1445 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
267.40/267.49	c   255s|  2130k|  2078k|     0 |   0.0 | 667M| 775 |   - |1270 |1451 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
268.70/268.76	c   257s|  2140k|  2087k|     0 |   0.0 | 670M| 775 |   - |1270 |1517 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
270.00/270.03	c   258s|  2150k|  2097k|     0 |   0.0 | 673M| 775 |   - |1270 |1461 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
271.30/271.33	c   259s|  2160k|  2107k|     0 |   0.0 | 677M| 775 |   - |1270 |1419 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
272.60/272.64	c   260s|  2170k|  2117k|     0 |   0.0 | 680M| 775 |   - |1270 |1420 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
273.80/273.89	c   261s|  2180k|  2126k|     0 |   0.0 | 683M| 775 |   - |1270 |1476 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
275.10/275.18	c   263s|  2190k|  2136k|     0 |   0.0 | 686M| 775 |   - |1270 |1579 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
276.40/276.47	c   264s|  2200k|  2146k|     0 |   0.0 | 690M| 775 |   - |1270 |1598 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
277.70/277.73	c   265s|  2210k|  2155k|     0 |   0.0 | 693M| 775 |   - |1270 |1445 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
278.90/278.97	c   266s|  2220k|  2165k|     0 |   0.0 | 696M| 775 |   - |1270 |1445 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
280.20/280.24	c   267s|  2230k|  2175k|     0 |   0.0 | 700M| 775 |   - |1270 |1468 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
281.40/281.48	c   269s|  2240k|  2184k|     0 |   0.0 | 703M| 775 |   - |1270 |1488 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
282.71/282.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
282.71/282.75	c   270s|  2250k|  2194k|     0 |   0.0 | 706M| 775 |   - |1270 |1364 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
283.90/283.99	c   271s|  2260k|  2204k|     0 |   0.0 | 709M| 775 |   - |1270 |1499 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
285.20/285.28	c   272s|  2270k|  2213k|     0 |   0.0 | 713M| 775 |   - |1270 |1354 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
286.50/286.54	c   273s|  2280k|  2223k|     0 |   0.0 | 716M| 775 |   - |1270 |1452 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
287.80/287.82	c   275s|  2290k|  2233k|     0 |   0.0 | 719M| 775 |   - |1270 |1386 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
289.00/289.06	c   276s|  2300k|  2242k|     0 |   0.0 | 723M| 775 |   - |1270 |1482 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
290.31/290.30	c   277s|  2310k|  2252k|     0 |   0.0 | 726M| 775 |   - |1270 |1488 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
291.51/291.56	c   278s|  2320k|  2262k|     0 |   0.0 | 729M| 775 |   - |1270 |1435 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
292.80/292.82	c   279s|  2330k|  2271k|     0 |   0.0 | 733M| 775 |   - |1270 |1491 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
294.00/294.08	c   281s|  2340k|  2281k|     0 |   0.0 | 736M| 775 |   - |1270 |1486 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
295.30/295.35	c   282s|  2350k|  2290k|     0 |   0.0 | 739M| 775 |   - |1270 |1607 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
296.60/296.63	c   283s|  2360k|  2300k|     0 |   0.0 | 743M| 775 |   - |1270 |1514 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
297.80/297.88	c   284s|  2370k|  2310k|     0 |   0.0 | 746M| 775 |   - |1270 |1569 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
299.11/299.13	c   285s|  2380k|  2320k|     0 |   0.0 | 749M| 775 |   - |1270 |1474 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
300.31/300.38	c   287s|  2390k|  2329k|     0 |   0.0 | 753M| 775 |   - |1270 |1724 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
301.60/301.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.60/301.63	c   288s|  2400k|  2339k|     0 |   0.0 | 756M| 775 |   - |1270 |1542 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
302.80/302.88	c   289s|  2410k|  2348k|     0 |   0.0 | 759M| 775 |   - |1270 |1570 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
304.10/304.19	c   290s|  2420k|  2358k|     0 |   0.0 | 762M| 775 |   - |1270 |1487 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
305.40/305.42	c   291s|  2430k|  2368k|     0 |   0.0 | 766M| 775 |   - |1270 |1449 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
306.60/306.69	c   293s|  2440k|  2377k|     0 |   0.0 | 769M| 775 |   - |1270 |1429 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
307.91/307.94	c   294s|  2450k|  2387k|     0 |   0.0 | 772M| 775 |   - |1270 |1584 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
309.20/309.21	c   295s|  2460k|  2397k|     0 |   0.0 | 776M| 775 |   - |1270 |1602 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
310.40/310.47	c   296s|  2470k|  2406k|     0 |   0.0 | 779M| 775 |   - |1270 |1585 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
311.70/311.72	c   297s|  2480k|  2416k|     0 |   0.0 | 782M| 775 |   - |1270 |1626 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
312.90/312.99	c   299s|  2490k|  2426k|     0 |   0.0 | 786M| 775 |   - |1270 |1538 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
314.20/314.24	c   300s|  2500k|  2435k|     0 |   0.0 | 789M| 775 |   - |1270 |1593 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
315.50/315.54	c   301s|  2510k|  2445k|     0 |   0.0 | 792M| 775 |   - |1270 |1495 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
316.71/316.78	c   302s|  2520k|  2455k|     0 |   0.0 | 796M| 775 |   - |1270 |1646 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
318.00/318.05	c   303s|  2530k|  2464k|     0 |   0.0 | 799M| 775 |   - |1270 |1463 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
319.30/319.32	c   305s|  2540k|  2474k|     0 |   0.0 | 802M| 775 |   - |1270 |1576 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
320.50/320.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
320.50/320.58	c   306s|  2550k|  2484k|     0 |   0.0 | 806M| 775 |   - |1270 |1540 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
321.80/321.84	c   307s|  2560k|  2493k|     0 |   0.0 | 809M| 775 |   - |1270 |1571 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
323.10/323.10	c   308s|  2570k|  2503k|     0 |   0.0 | 812M| 775 |   - |1270 |1427 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
324.30/324.37	c   310s|  2580k|  2512k|     0 |   0.0 | 816M| 775 |   - |1270 |1595 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
325.61/325.65	c   311s|  2590k|  2522k|     0 |   0.0 | 819M| 775 |   - |1270 |1456 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
326.90/326.91	c   312s|  2600k|  2532k|     0 |   0.0 | 822M| 775 |   - |1270 |1519 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
328.10/328.19	c   313s|  2610k|  2541k|     0 |   0.0 | 826M| 775 |   - |1270 |1602 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
329.40/329.47	c   314s|  2620k|  2551k|     0 |   0.0 | 829M| 775 |   - |1270 |1636 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
330.70/330.79	c   316s|  2630k|  2561k|     0 |   0.0 | 832M| 775 |   - |1270 |1692 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
332.00/332.06	c   317s|  2640k|  2570k|     0 |   0.0 | 836M| 775 |   - |1270 |1635 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
333.31/333.34	c   318s|  2650k|  2580k|     0 |   0.0 | 839M| 775 |   - |1270 |1590 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
334.50/334.59	c   319s|  2660k|  2589k|     0 |   0.0 | 843M| 775 |   - |1270 |1747 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
335.80/335.85	c   320s|  2670k|  2599k|     0 |   0.0 | 846M| 775 |   - |1270 |1645 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
337.20/337.20	c   322s|  2680k|  2609k|     0 |   0.0 | 850M| 775 |   - |1270 |1646 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
338.40/338.48	c   323s|  2690k|  2618k|     0 |   0.0 | 853M| 775 |   - |1270 |1635 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
339.70/339.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.70/339.77	c   324s|  2700k|  2628k|     0 |   0.0 | 856M| 775 |   - |1270 |1594 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
341.01/341.08	c   325s|  2710k|  2637k|     0 |   0.0 | 860M| 775 |   - |1270 |1722 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
342.30/342.33	c   327s|  2720k|  2647k|     0 |   0.0 | 863M| 775 |   - |1270 |1602 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
343.50/343.59	c   328s|  2730k|  2657k|     0 |   0.0 | 867M| 775 |   - |1270 |1746 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
344.90/344.90	c   329s|  2740k|  2666k|     0 |   0.0 | 870M| 775 |   - |1270 |1717 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
346.11/346.15	c   330s|  2750k|  2676k|     0 |   0.0 | 873M| 775 |   - |1270 |1859 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
347.41/347.43	c   332s|  2760k|  2685k|     0 |   0.0 | 877M| 775 |   - |1270 |1765 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
348.71/348.71	c   333s|  2770k|  2695k|     0 |   0.0 | 880M| 775 |   - |1270 |1911 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
349.90/349.98	c   334s|  2780k|  2705k|     0 |   0.0 | 883M| 775 |   - |1270 |1721 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
351.20/351.24	c   335s|  2790k|  2714k|     0 |   0.0 | 887M| 775 |   - |1270 |2037 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
352.51/352.58	c   336s|  2800k|  2724k|     0 |   0.0 | 890M| 775 |   - |1270 |1863 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
353.80/353.87	c   338s|  2810k|  2733k|     0 |   0.0 | 894M| 775 |   - |1270 |2027 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
355.21/355.23	c   339s|  2820k|  2743k|     0 |   0.0 | 897M| 775 |   - |1270 |1867 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
356.40/356.49	c   340s|  2830k|  2752k|     0 |   0.0 | 901M| 775 |   - |1270 |1987 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
357.70/357.79	c   341s|  2840k|  2762k|     0 |   0.0 | 904M| 775 |   - |1270 |1880 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
359.01/359.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.01/359.05	c   343s|  2850k|  2772k|     0 |   0.0 | 907M| 775 |   - |1270 |2035 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
360.30/360.31	c   344s|  2860k|  2781k|     0 |   0.0 | 911M| 775 |   - |1270 |1966 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
361.50/361.57	c   345s|  2870k|  2791k|     0 |   0.0 | 914M| 775 |   - |1270 |1915 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
362.90/362.90	c   346s|  2880k|  2800k|     0 |   0.0 | 918M| 775 |   - |1270 |1865 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
364.20/364.20	c   347s|  2890k|  2810k|     0 |   0.0 | 921M| 775 |   - |1270 |1880 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
365.50/365.51	c   349s|  2900k|  2819k|     0 |   0.0 | 924M| 775 |   - |1270 |1844 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
366.70/366.77	c   350s|  2910k|  2829k|     0 |   0.0 | 928M| 775 |   - |1270 |1957 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
368.00/368.05	c   351s|  2920k|  2839k|     0 |   0.0 | 931M| 775 |   - |1270 |1909 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
369.30/369.38	c   352s|  2930k|  2848k|     0 |   0.0 | 935M| 775 |   - |1270 |1885 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
370.61/370.67	c   354s|  2940k|  2858k|     0 |   0.0 | 938M| 775 |   - |1270 |1887 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
372.00/372.01	c   355s|  2950k|  2867k|     0 |   0.0 | 942M| 775 |   - |1270 |1813 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
373.30/373.31	c   356s|  2960k|  2877k|     0 |   0.0 | 945M| 775 |   - |1270 |1745 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
374.61/374.61	c   357s|  2970k|  2886k|     0 |   0.0 | 949M| 775 |   - |1270 |1884 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
375.90/375.90	c   359s|  2980k|  2896k|     0 |   0.0 | 952M| 775 |   - |1270 |2031 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
377.11/377.19	c   360s|  2990k|  2905k|     0 |   0.0 | 956M| 775 |   - |1270 |2020 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
378.50/378.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
378.50/378.50	c   361s|  3000k|  2915k|     0 |   0.0 | 959M| 775 |   - |1270 |2092 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
379.80/379.83	c   362s|  3010k|  2924k|     0 |   0.0 | 962M| 775 |   - |1270 |1858 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
381.11/381.12	c   364s|  3020k|  2934k|     0 |   0.0 | 966M| 775 |   - |1270 |2158 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
382.40/382.47	c   365s|  3030k|  2943k|     0 |   0.0 | 969M| 775 |   - |1270 |1957 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
383.70/383.77	c   366s|  3040k|  2953k|     0 |   0.0 | 973M| 775 |   - |1270 |2271 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
385.10/385.10	c   367s|  3050k|  2963k|     0 |   0.0 | 976M| 775 |   - |1270 |1851 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
386.41/386.43	c   369s|  3060k|  2972k|     0 |   0.0 | 980M| 775 |   - |1270 |2007 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
387.71/387.76	c   370s|  3070k|  2982k|     0 |   0.0 | 983M| 775 |   - |1270 |1906 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
389.21/389.20	c   371s|  3080k|  2991k|     0 |   0.0 | 987M| 775 |   - |1270 |1997 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
390.51/390.53	c   373s|  3090k|  3000k|     0 |   0.0 | 990M| 775 |   - |1270 |2005 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
391.91/391.95	c   374s|  3100k|  3010k|     0 |   0.0 | 994M| 775 |   - |1270 |1948 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
393.20/393.26	c   375s|  3110k|  3019k|     0 |   0.0 | 997M| 775 |   - |1270 |2243 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
394.51/394.59	c   377s|  3120k|  3029k|     0 |   0.0 |1001M| 775 |   - |1270 |2061 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
395.91/395.93	c   378s|  3130k|  3038k|     0 |   0.0 |1004M| 775 |   - |1270 |2523 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
397.20/397.27	c   379s|  3140k|  3048k|     0 |   0.0 |1008M| 775 |   - |1270 |2150 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
398.51/398.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
398.51/398.54	c   380s|  3150k|  3057k|     0 |   0.0 |1011M| 775 |   - |1270 |2600 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
399.90/399.93	c   382s|  3160k|  3067k|     0 |   0.0 |1015M| 775 |   - |1270 |2163 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
401.21/401.29	c   383s|  3170k|  3076k|     0 |   0.0 |1018M| 775 |   - |1270 |2143 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
402.51/402.60	c   384s|  3180k|  3086k|     0 |   0.0 |1022M| 775 |   - |1270 |2266 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
404.01/404.00	c   386s|  3190k|  3095k|     0 |   0.0 |1025M| 775 |   - |1270 |2205 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
405.21/405.29	c   387s|  3200k|  3105k|     0 |   0.0 |1029M| 775 |   - |1270 |2503 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
406.60/406.65	c   388s|  3210k|  3114k|     0 |   0.0 |1032M| 775 |   - |1270 |2233 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
407.90/407.97	c   389s|  3220k|  3124k|     0 |   0.0 |1036M| 775 |   - |1270 |2338 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
409.31/409.35	c   391s|  3230k|  3133k|     0 |   0.0 |1039M| 775 |   - |1270 |2253 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
410.70/410.73	c   392s|  3240k|  3143k|     0 |   0.0 |1043M| 775 |   - |1270 |2337 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
412.00/412.03	c   393s|  3250k|  3152k|     0 |   0.0 |1047M| 775 |   - |1270 |2533 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
413.30/413.37	c   394s|  3260k|  3162k|     0 |   0.0 |1050M| 775 |   - |1270 |2311 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
414.61/414.67	c   396s|  3270k|  3171k|     0 |   0.0 |1054M| 775 |   - |1270 |2322 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
416.01/416.05	c   397s|  3280k|  3181k|     0 |   0.0 |1057M| 775 |   - |1270 |2335 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
417.40/417.48	c   398s|  3290k|  3190k|     0 |   0.0 |1061M| 775 |   - |1270 |2286 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
418.80/418.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
418.80/418.82	c   400s|  3300k|  3200k|     0 |   0.0 |1064M| 775 |   - |1270 |2655 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
420.11/420.18	c   401s|  3310k|  3209k|     0 |   0.0 |1068M| 775 |   - |1270 |2311 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
421.60/421.61	c   402s|  3320k|  3218k|     0 |   0.0 |1072M| 775 |   - |1270 |2401 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
422.90/422.96	c   404s|  3330k|  3228k|     0 |   0.0 |1075M| 775 |   - |1270 |2644 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
424.30/424.31	c   405s|  3340k|  3237k|     0 |   0.0 |1079M| 775 |   - |1270 |2387 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
425.71/425.73	c   406s|  3350k|  3247k|     0 |   0.0 |1082M| 775 |   - |1270 |2502 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
427.10/427.12	c   408s|  3360k|  3256k|     0 |   0.0 |1086M| 775 |   - |1270 |2842 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
428.40/428.43	c   409s|  3370k|  3265k|     0 |   0.0 |1090M| 775 |   - |1270 |2580 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
429.80/429.81	c   410s|  3380k|  3275k|     0 |   0.0 |1093M| 775 |   - |1270 |2495 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
431.11/431.16	c   411s|  3390k|  3284k|     0 |   0.0 |1097M| 775 |   - |1270 |2713 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
432.60/432.60	c   413s|  3400k|  3294k|     0 |   0.0 |1101M| 775 |   - |1270 |2500 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
433.90/433.98	c   414s|  3410k|  3303k|     0 |   0.0 |1104M| 775 |   - |1270 |2550 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
435.31/435.39	c   416s|  3420k|  3312k|     0 |   0.0 |1108M| 775 |   - |1270 |2947 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
436.81/436.83	c   417s|  3430k|  3322k|     0 |   0.0 |1112M| 775 |   - |1270 |2692 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
438.21/438.26	c   418s|  3440k|  3331k|     0 |   0.0 |1115M| 775 |   - |1270 |2511 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
439.61/439.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
439.61/439.61	c   420s|  3450k|  3340k|     0 |   0.0 |1119M| 775 |   - |1270 |2810 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
440.90/440.98	c   421s|  3460k|  3350k|     0 |   0.0 |1123M| 775 |   - |1270 |2728 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
442.30/442.37	c   422s|  3470k|  3359k|     0 |   0.0 |1126M| 775 |   - |1270 |2763 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
443.70/443.79	c   424s|  3480k|  3368k|     0 |   0.0 |1130M| 775 |   - |1270 |2749 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
445.11/445.17	c   425s|  3490k|  3378k|     0 |   0.0 |1134M| 775 |   - |1270 |3174 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
446.51/446.58	c   426s|  3500k|  3387k|     0 |   0.0 |1138M| 775 |   - |1270 |2934 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
448.10/448.10	c   428s|  3510k|  3396k|     0 |   0.0 |1141M| 775 |   - |1270 |2812 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
449.60/449.66	c   429s|  3520k|  3406k|     0 |   0.0 |1145M| 775 |   - |1270 |2781 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
451.01/451.09	c   431s|  3530k|  3415k|     0 |   0.0 |1149M| 775 |   - |1270 |3265 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
452.50/452.58	c   432s|  3540k|  3424k|     0 |   0.0 |1153M| 775 |   - |1270 |2965 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
454.00/454.02	c   433s|  3550k|  3434k|     0 |   0.0 |1156M| 775 |   - |1270 |2815 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
455.41/455.49	c   435s|  3560k|  3443k|     0 |   0.0 |1160M| 775 |   - |1270 |3040 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
456.90/456.93	c   436s|  3570k|  3452k|     0 |   0.0 |1164M| 775 |   - |1270 |3256 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
458.31/458.34	c   437s|  3580k|  3462k|     0 |   0.0 |1168M| 775 |   - |1270 |3228 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
459.91/459.90	c   439s|  3590k|  3471k|     0 |   0.0 |1171M| 775 |   - |1270 |3033 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
461.40/461.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.40/461.42	c   440s|  3600k|  3480k|     0 |   0.0 |1175M| 775 |   - |1270 |3062 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
462.91/462.94	c   442s|  3610k|  3489k|     0 |   0.0 |1179M| 775 |   - |1270 |3109 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
464.31/464.36	c   443s|  3620k|  3499k|     0 |   0.0 |1183M| 775 |   - |1270 |3162 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
465.81/465.85	c   445s|  3630k|  3508k|     0 |   0.0 |1187M| 775 |   - |1270 |3424 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
467.41/467.45	c   446s|  3640k|  3517k|     0 |   0.0 |1191M| 775 |   - |1270 |3242 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
468.81/468.87	c   448s|  3650k|  3526k|     0 |   0.0 |1194M| 775 |   - |1270 |3029 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
470.41/470.43	c   449s|  3660k|  3535k|     0 |   0.0 |1198M| 775 |   - |1270 |3060 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
471.91/471.92	c   450s|  3670k|  3545k|     0 |   0.0 |1202M| 775 |   - |1270 |3034 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
473.40/473.42	c   452s|  3680k|  3554k|     0 |   0.0 |1206M| 775 |   - |1270 |3254 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
474.90/474.93	c   453s|  3690k|  3563k|     0 |   0.0 |1210M| 775 |   - |1270 |3285 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
476.40/476.49	c   455s|  3700k|  3572k|     0 |   0.0 |1214M| 775 |   - |1270 |3292 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
477.91/477.94	c   456s|  3710k|  3582k|     0 |   0.0 |1218M| 775 |   - |1270 |3819 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
479.40/479.48	c   458s|  3720k|  3591k|     0 |   0.0 |1221M| 775 |   - |1270 |3646 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
480.91/480.99	c   459s|  3730k|  3600k|     0 |   0.0 |1225M| 775 |   - |1270 |3675 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
482.51/482.51	c   461s|  3740k|  3609k|     0 |   0.0 |1229M| 775 |   - |1270 |3650 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
484.01/484.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
484.01/484.06	c   462s|  3750k|  3618k|     0 |   0.0 |1233M| 775 |   - |1270 |3568 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
485.51/485.59	c   464s|  3760k|  3627k|     0 |   0.0 |1237M| 775 |   - |1270 |3774 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
487.21/487.28	c   465s|  3770k|  3637k|     0 |   0.0 |1241M| 775 |   - |1270 |3748 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
488.70/488.76	c   467s|  3780k|  3646k|     0 |   0.0 |1245M| 775 |   - |1270 |3934 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
490.20/490.24	c   468s|  3790k|  3655k|     0 |   0.0 |1249M| 775 |   - |1270 |3929 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
491.81/491.86	c   470s|  3800k|  3664k|     0 |   0.0 |1253M| 775 |   - |1270 |4028 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 |      --      |    Inf 
493.51/493.57	c   471s|  3810k|  3673k|     0 |   0.0 |1257M| 775 |   - |1270 |4155 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
495.21/495.22	c   473s|  3820k|  3682k|     0 |   0.0 |1261M| 775 |   - |1270 |4316 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 |      --      |    Inf 
496.70/496.79	c   474s|  3830k|  3691k|     0 |   0.0 |1265M| 775 |   - |1270 |4084 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 |      --      |    Inf 
498.31/498.38	c   476s|  3840k|  3700k|     0 |   0.0 |1269M| 775 |   - |1270 |4041 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 |      --      |    Inf 
499.90/499.99	c   477s|  3850k|  3709k|     0 |   0.0 |1273M| 775 |   - |1270 |3955 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 |      --      |    Inf 
501.51/501.58	c   479s|  3860k|  3718k|     0 |   0.0 |1277M| 775 |   - |1270 |4023 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 |      --      |    Inf 
503.10/503.15	c   480s|  3870k|  3727k|     0 |   0.0 |1281M| 775 |   - |1270 |4097 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 |      --      |    Inf 
504.81/504.83	c   482s|  3880k|  3736k|     0 |   0.0 |1285M| 775 |   - |1270 |4326 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 |      --      |    Inf 
506.41/506.44	c   484s|  3890k|  3745k|     0 |   0.0 |1290M| 775 |   - |1270 |4480 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 |      --      |    Inf 
508.11/508.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.11/508.18	c   485s|  3900k|  3754k|     0 |   0.0 |1294M| 775 |   - |1270 |4876 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 |      --      |    Inf 
509.81/509.87	c   487s|  3910k|  3763k|     0 |   0.0 |1298M| 775 |   - |1270 |4447 |   0 |   0 |   0 | 551k|   0 | 0.000000e+00 |      --      |    Inf 
511.61/511.68	c   489s|  3920k|  3772k|     0 |   0.0 |1302M| 775 |   - |1270 |4390 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 |      --      |    Inf 
513.51/513.50	c   490s|  3930k|  3781k|     0 |   0.0 |1307M| 775 |   - |1270 |4901 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 |      --      |    Inf 
515.30/515.34	c   492s|  3940k|  3789k|     0 |   0.0 |1311M| 775 |   - |1270 |4792 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 |      --      |    Inf 
517.10/517.19	c   494s|  3950k|  3798k|     0 |   0.0 |1315M| 775 |   - |1270 |4823 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 |      --      |    Inf 
519.00/519.04	c   496s|  3960k|  3807k|     0 |   0.0 |1320M| 775 |   - |1270 |5456 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 |      --      |    Inf 
521.01/521.02	c   498s|  3970k|  3816k|     0 |   0.0 |1324M| 775 |   - |1270 |5080 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
523.01/523.00	c   499s|  3980k|  3824k|     0 |   0.0 |1329M| 775 |   - |1270 |5711 |   0 |   0 |   0 | 583k|   0 | 0.000000e+00 |      --      |    Inf 
524.81/524.84	c   501s|  3990k|  3833k|     0 |   0.0 |1333M| 775 |   - |1270 |5232 |   0 |   0 |   0 | 588k|   0 | 0.000000e+00 |      --      |    Inf 
526.82/526.85	c   503s|  4000k|  3842k|     0 |   0.0 |1338M| 775 |   - |1270 |5309 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 |      --      |    Inf 
528.71/528.71	c   505s|  4010k|  3850k|     0 |   0.0 |1342M| 775 |   - |1270 |5756 |   0 |   0 |   0 | 599k|   0 | 0.000000e+00 |      --      |    Inf 
530.71/530.73	c   507s|  4020k|  3859k|     0 |   0.0 |1347M| 775 |   - |1270 |5694 |   0 |   0 |   0 | 604k|   0 | 0.000000e+00 |      --      |    Inf 
532.71/532.73	c   509s|  4030k|  3867k|     0 |   0.0 |1352M| 775 |   - |1270 |5718 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 |      --      |    Inf 
534.80/534.89	c   511s|  4040k|  3876k|     0 |   0.0 |1356M| 775 |   - |1270 |5758 |   0 |   0 |   0 | 615k|   0 | 0.000000e+00 |      --      |    Inf 
536.82/536.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
536.82/536.88	c   513s|  4050k|  3884k|     0 |   0.0 |1361M| 775 |   - |1270 |5853 |   0 |   0 |   0 | 621k|   0 | 0.000000e+00 |      --      |    Inf 
538.91/538.90	c   515s|  4060k|  3893k|     0 |   0.0 |1366M| 775 |   - |1270 |6200 |   0 |   0 |   0 | 626k|   0 | 0.000000e+00 |      --      |    Inf 
541.12/541.17	c   517s|  4070k|  3901k|     0 |   0.0 |1371M| 775 |   - |1270 |6020 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 |      --      |    Inf 
543.51/543.52	c   519s|  4080k|  3909k|     0 |   0.0 |1376M| 775 |   - |1270 |6187 |   0 |   0 |   0 | 638k|   0 | 0.000000e+00 |      --      |    Inf 
545.61/545.67	c   521s|  4090k|  3918k|     0 |   0.0 |1381M| 775 |   - |1270 |6361 |   0 |   0 |   0 | 643k|   0 | 0.000000e+00 |      --      |    Inf 
547.71/547.77	c   523s|  4100k|  3926k|     0 |   0.0 |1386M| 775 |   - |1270 |6229 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 |      --      |    Inf 
550.21/550.27	c   526s|  4110k|  3934k|     0 |   0.0 |1391M| 775 |   - |1270 |6102 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 |      --      |    Inf 
552.51/552.53	c   528s|  4120k|  3942k|     0 |   0.0 |1396M| 775 |   - |1270 |6425 |   0 |   0 |   0 | 660k|   0 | 0.000000e+00 |      --      |    Inf 
555.01/555.07	c   530s|  4130k|  3951k|     0 |   0.0 |1401M| 775 |   - |1270 |6319 |   0 |   0 |   0 | 666k|   0 | 0.000000e+00 |      --      |    Inf 
557.21/557.25	c   533s|  4140k|  3959k|     0 |   0.0 |1407M| 775 |   - |1270 |6374 |   0 |   0 |   0 | 672k|   0 | 0.000000e+00 |      --      |    Inf 
559.51/559.52	c   535s|  4150k|  3967k|     0 |   0.0 |1412M| 775 |   - |1270 |6158 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 |      --      |    Inf 
561.61/561.69	c   537s|  4160k|  3975k|     0 |   0.0 |1417M| 775 |   - |1270 |5955 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 |      --      |    Inf 
563.60/563.62	c   539s|  4170k|  3983k|     0 |   0.0 |1421M| 775 |   - |1270 |5593 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 |      --      |    Inf 
565.51/565.54	c   540s|  4180k|  3991k|     0 |   0.0 |1426M| 775 |   - |1270 |5188 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 |      --      |    Inf 
567.31/567.39	c   542s|  4190k|  3999k|     0 |   0.0 |1431M| 775 |   - |1270 |4618 |   0 |   0 |   0 | 702k|   0 | 0.000000e+00 |      --      |    Inf 
569.31/569.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.31/569.32	c   544s|  4200k|  4007k|     0 |   0.0 |1436M| 775 |   - |1270 |4119 |   0 |   0 |   0 | 708k|   0 | 0.000000e+00 |      --      |    Inf 
571.21/571.21	c   546s|  4210k|  4015k|     0 |   0.0 |1441M| 775 |   - |1270 |3693 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 |      --      |    Inf 
573.12/573.18	c   548s|  4220k|  4023k|     0 |   0.0 |1446M| 775 |   - |1270 |3546 |   0 |   0 |   0 | 720k|   0 | 0.000000e+00 |      --      |    Inf 
574.91/574.96	c   550s|  4230k|  4031k|     0 |   0.0 |1451M| 775 |   - |1270 |3281 |   0 |   0 |   0 | 727k|   0 | 0.000000e+00 |      --      |    Inf 
576.91/576.93	c   551s|  4240k|  4039k|     0 |   0.0 |1456M| 775 |   - |1270 |3006 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 |      --      |    Inf 
578.71/578.76	c   553s|  4250k|  4047k|     0 |   0.0 |1461M| 775 |   - |1270 |3053 |   0 |   0 |   0 | 740k|   0 | 0.000000e+00 |      --      |    Inf 
580.51/580.57	c   555s|  4260k|  4055k|     0 |   0.0 |1466M| 775 |   - |1270 |2930 |   0 |   0 |   0 | 746k|   0 | 0.000000e+00 |      --      |    Inf 
582.31/582.39	c   557s|  4270k|  4063k|     0 |   0.0 |1471M| 775 |   - |1270 |3006 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 |      --      |    Inf 
584.12/584.19	c   558s|  4280k|  4071k|     0 |   0.0 |1476M| 775 |   - |1270 |2897 |   0 |   0 |   0 | 759k|   0 | 0.000000e+00 |      --      |    Inf 
585.91/585.98	c   560s|  4290k|  4079k|     0 |   0.0 |1481M| 775 |   - |1270 |2864 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 |      --      |    Inf 
587.71/587.72	c   562s|  4300k|  4087k|     0 |   0.0 |1487M| 775 |   - |1270 |2957 |   0 |   0 |   0 | 770k|   0 | 0.000000e+00 |      --      |    Inf 
589.41/589.41	c   563s|  4310k|  4095k|     0 |   0.0 |1492M| 775 |   - |1270 |2887 |   0 |   0 |   0 | 777k|   0 | 0.000000e+00 |      --      |    Inf 
591.01/591.10	c   565s|  4320k|  4104k|     0 |   0.0 |1497M| 775 |   - |1270 |2870 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 |      --      |    Inf 
593.01/593.07	c   567s|  4330k|  4111k|     0 |   0.0 |1503M| 775 |   - |1270 |2858 |   0 |   0 |   0 | 789k|   0 | 0.000000e+00 |      --      |    Inf 
594.81/594.86	c   569s|  4340k|  4119k|     0 |   0.0 |1508M| 775 |   - |1270 |2879 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 |      --      |    Inf 
596.81/596.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
596.81/596.83	c   571s|  4350k|  4127k|     0 |   0.0 |1514M| 775 |   - |1270 |2964 |   0 |   0 |   0 | 802k|   0 | 0.000000e+00 |      --      |    Inf 
598.81/598.89	c   573s|  4360k|  4135k|     0 |   0.0 |1520M| 775 |   - |1270 |3115 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 |      --      |    Inf 
601.01/601.09	c   575s|  4370k|  4142k|     0 |   0.0 |1524M| 775 |   - |1270 |1955 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
602.30/602.30	c   576s|  4380k|  4152k|     0 |   0.0 |1527M| 775 |   - |1270 |1262 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
603.41/603.49	c   577s|  4390k|  4162k|     0 |   0.0 |1530M| 775 |   - |1270 |1003 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
604.71/604.70	c   578s|  4400k|  4172k|     0 |   0.0 |1532M| 775 |   - |1270 | 805 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
605.81/605.89	c   579s|  4410k|  4182k|     0 |   0.0 |1535M| 775 |   - |1270 | 277 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
607.00/607.08	c   580s|  4420k|  4192k|     0 |   0.0 |1538M| 775 |   - |1270 | 309 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
608.21/608.24	c   581s|  4430k|  4202k|     0 |   0.0 |1541M| 775 |   - |1270 | 367 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
609.41/609.48	c   583s|  4440k|  4212k|     0 |   0.0 |1545M| 775 |   - |1270 | 629 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 |      --      |    Inf 
610.70/610.78	c   584s|  4450k|  4221k|     0 |   0.0 |1548M| 775 |   - |1270 | 627 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 |      --      |    Inf 
612.01/612.08	c   585s|  4460k|  4231k|     0 |   0.0 |1551M| 775 |   - |1270 | 663 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 |      --      |    Inf 
613.30/613.36	c   586s|  4470k|  4241k|     0 |   0.0 |1554M| 775 |   - |1270 | 555 |   0 |   0 |   0 | 817k|   0 | 0.000000e+00 |      --      |    Inf 
614.61/614.65	c   588s|  4480k|  4251k|     0 |   0.0 |1557M| 775 |   - |1270 | 553 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 |      --      |    Inf 
615.91/615.93	c   589s|  4490k|  4261k|     0 |   0.0 |1560M| 775 |   - |1270 | 521 |   0 |   0 |   0 | 819k|   0 | 0.000000e+00 |      --      |    Inf 
617.21/617.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.21/617.24	c   590s|  4500k|  4270k|     0 |   0.0 |1563M| 775 |   - |1270 | 447 |   0 |   0 |   0 | 820k|   0 | 0.000000e+00 |      --      |    Inf 
618.51/618.54	c   591s|  4510k|  4280k|     0 |   0.0 |1567M| 775 |   - |1270 | 505 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 |      --      |    Inf 
619.81/619.81	c   592s|  4520k|  4290k|     0 |   0.0 |1570M| 775 |   - |1270 | 493 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 |      --      |    Inf 
621.11/621.12	c   594s|  4530k|  4300k|     0 |   0.0 |1573M| 775 |   - |1270 | 522 |   0 |   0 |   0 | 823k|   0 | 0.000000e+00 |      --      |    Inf 
622.41/622.42	c   595s|  4540k|  4310k|     0 |   0.0 |1576M| 775 |   - |1270 | 485 |   0 |   0 |   0 | 824k|   0 | 0.000000e+00 |      --      |    Inf 
623.62/623.67	c   596s|  4550k|  4320k|     0 |   0.0 |1579M| 775 |   - |1270 | 515 |   0 |   0 |   0 | 825k|   0 | 0.000000e+00 |      --      |    Inf 
624.91/624.96	c   597s|  4560k|  4329k|     0 |   0.0 |1582M| 775 |   - |1270 | 546 |   0 |   0 |   0 | 826k|   0 | 0.000000e+00 |      --      |    Inf 
626.21/626.28	c   599s|  4570k|  4339k|     0 |   0.0 |1586M| 775 |   - |1270 | 500 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 |      --      |    Inf 
627.60/627.64	c   600s|  4580k|  4349k|     0 |   0.0 |1589M| 775 |   - |1270 | 521 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 |      --      |    Inf 
628.91/628.96	c   601s|  4590k|  4359k|     0 |   0.0 |1592M| 775 |   - |1270 | 536 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 |      --      |    Inf 
630.22/630.22	c   602s|  4600k|  4369k|     0 |   0.0 |1595M| 775 |   - |1270 | 545 |   0 |   0 |   0 | 829k|   0 | 0.000000e+00 |      --      |    Inf 
631.41/631.49	c   604s|  4610k|  4379k|     0 |   0.0 |1598M| 775 |   - |1270 | 603 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 |      --      |    Inf 
632.71/632.77	c   605s|  4620k|  4388k|     0 |   0.0 |1601M| 775 |   - |1270 | 599 |   0 |   0 |   0 | 831k|   0 | 0.000000e+00 |      --      |    Inf 
634.01/634.05	c   606s|  4630k|  4398k|     0 |   0.0 |1605M| 775 |   - |1270 | 565 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 |      --      |    Inf 
635.31/635.32	c   607s|  4640k|  4408k|     0 |   0.0 |1608M| 775 |   - |1270 | 593 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 |      --      |    Inf 
636.51/636.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
636.51/636.59	c   608s|  4650k|  4418k|     0 |   0.0 |1611M| 775 |   - |1270 | 568 |   0 |   0 |   0 | 834k|   0 | 0.000000e+00 |      --      |    Inf 
637.81/637.88	c   610s|  4660k|  4428k|     0 |   0.0 |1614M| 775 |   - |1270 | 561 |   0 |   0 |   0 | 835k|   0 | 0.000000e+00 |      --      |    Inf 
639.12/639.16	c   611s|  4670k|  4437k|     0 |   0.0 |1617M| 775 |   - |1270 | 570 |   0 |   0 |   0 | 836k|   0 | 0.000000e+00 |      --      |    Inf 
640.41/640.43	c   612s|  4680k|  4447k|     0 |   0.0 |1620M| 775 |   - |1270 | 585 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 |      --      |    Inf 
641.71/641.70	c   613s|  4690k|  4457k|     0 |   0.0 |1623M| 775 |   - |1270 | 597 |   0 |   0 |   0 | 838k|   0 | 0.000000e+00 |      --      |    Inf 
642.91/642.95	c   615s|  4700k|  4467k|     0 |   0.0 |1626M| 775 |   - |1270 | 572 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 |      --      |    Inf 
644.11/644.19	c   616s|  4710k|  4477k|     0 |   0.0 |1630M| 775 |   - |1270 | 568 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 |      --      |    Inf 
645.42/645.47	c   617s|  4720k|  4487k|     0 |   0.0 |1633M| 775 |   - |1270 | 610 |   0 |   0 |   0 | 840k|   0 | 0.000000e+00 |      --      |    Inf 
646.72/646.73	c   618s|  4730k|  4496k|     0 |   0.0 |1636M| 775 |   - |1270 | 640 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 |      --      |    Inf 
648.01/648.02	c   619s|  4740k|  4506k|     0 |   0.0 |1639M| 775 |   - |1270 | 526 |   0 |   0 |   0 | 842k|   0 | 0.000000e+00 |      --      |    Inf 
649.31/649.30	c   621s|  4750k|  4516k|     0 |   0.0 |1642M| 775 |   - |1270 | 549 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 |      --      |    Inf 
650.51/650.56	c   622s|  4760k|  4526k|     0 |   0.0 |1645M| 775 |   - |1270 | 593 |   0 |   0 |   0 | 844k|   0 | 0.000000e+00 |      --      |    Inf 
651.81/651.83	c   623s|  4770k|  4536k|     0 |   0.0 |1648M| 775 |   - |1270 | 569 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 |      --      |    Inf 
653.01/653.09	c   624s|  4780k|  4545k|     0 |   0.0 |1652M| 775 |   - |1270 | 592 |   0 |   0 |   0 | 846k|   0 | 0.000000e+00 |      --      |    Inf 
654.31/654.38	c   626s|  4790k|  4555k|     0 |   0.0 |1655M| 775 |   - |1270 | 663 |   0 |   0 |   0 | 847k|   0 | 0.000000e+00 |      --      |    Inf 
655.62/655.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
655.62/655.63	c   627s|  4800k|  4565k|     0 |   0.0 |1658M| 775 |   - |1270 | 601 |   0 |   0 |   0 | 847k|   0 | 0.000000e+00 |      --      |    Inf 
656.81/656.89	c   628s|  4810k|  4575k|     0 |   0.0 |1661M| 775 |   - |1270 | 639 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 |      --      |    Inf 
658.11/658.16	c   629s|  4820k|  4585k|     0 |   0.0 |1664M| 775 |   - |1270 | 644 |   0 |   0 |   0 | 849k|   0 | 0.000000e+00 |      --      |    Inf 
659.41/659.43	c   630s|  4830k|  4595k|     0 |   0.0 |1667M| 775 |   - |1270 | 528 |   0 |   0 |   0 | 850k|   0 | 0.000000e+00 |      --      |    Inf 
660.71/660.71	c   632s|  4840k|  4604k|     0 |   0.0 |1670M| 775 |   - |1270 | 561 |   0 |   0 |   0 | 851k|   0 | 0.000000e+00 |      --      |    Inf 
661.91/661.99	c   633s|  4850k|  4614k|     0 |   0.0 |1673M| 775 |   - |1270 | 517 |   0 |   0 |   0 | 852k|   0 | 0.000000e+00 |      --      |    Inf 
663.21/663.25	c   634s|  4860k|  4624k|     0 |   0.0 |1677M| 775 |   - |1270 | 573 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 |      --      |    Inf 
664.51/664.53	c   635s|  4870k|  4634k|     0 |   0.0 |1680M| 775 |   - |1270 | 652 |   0 |   0 |   0 | 854k|   0 | 0.000000e+00 |      --      |    Inf 
665.81/665.81	c   636s|  4880k|  4644k|     0 |   0.0 |1683M| 775 |   - |1270 | 644 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 |      --      |    Inf 
667.01/667.08	c   638s|  4890k|  4653k|     0 |   0.0 |1686M| 775 |   - |1270 | 631 |   0 |   0 |   0 | 856k|   0 | 0.000000e+00 |      --      |    Inf 
668.31/668.35	c   639s|  4900k|  4663k|     0 |   0.0 |1689M| 775 |   - |1270 | 564 |   0 |   0 |   0 | 856k|   0 | 0.000000e+00 |      --      |    Inf 
669.61/669.62	c   640s|  4910k|  4673k|     0 |   0.0 |1692M| 775 |   - |1270 | 545 |   0 |   0 |   0 | 857k|   0 | 0.000000e+00 |      --      |    Inf 
670.81/670.90	c   641s|  4920k|  4683k|     0 |   0.0 |1695M| 775 |   - |1270 | 542 |   0 |   0 |   0 | 858k|   0 | 0.000000e+00 |      --      |    Inf 
672.11/672.19	c   643s|  4930k|  4693k|     0 |   0.0 |1698M| 775 |   - |1270 | 562 |   0 |   0 |   0 | 859k|   0 | 0.000000e+00 |      --      |    Inf 
673.41/673.50	c   644s|  4940k|  4702k|     0 |   0.0 |1701M| 775 |   - |1270 | 506 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 |      --      |    Inf 
674.71/674.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
674.71/674.78	c   645s|  4950k|  4712k|     0 |   0.0 |1705M| 775 |   - |1270 | 547 |   0 |   0 |   0 | 861k|   0 | 0.000000e+00 |      --      |    Inf 
676.01/676.02	c   646s|  4960k|  4722k|     0 |   0.0 |1708M| 775 |   - |1270 | 574 |   0 |   0 |   0 | 862k|   0 | 0.000000e+00 |      --      |    Inf 
677.21/677.29	c   647s|  4970k|  4732k|     0 |   0.0 |1711M| 775 |   - |1270 | 609 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 |      --      |    Inf 
678.51/678.57	c   649s|  4980k|  4742k|     0 |   0.0 |1714M| 775 |   - |1270 | 613 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 |      --      |    Inf 
679.82/679.82	c   650s|  4990k|  4752k|     0 |   0.0 |1717M| 775 |   - |1270 | 637 |   0 |   0 |   0 | 864k|   0 | 0.000000e+00 |      --      |    Inf 
681.12/681.13	c   651s|  5000k|  4761k|     0 |   0.0 |1720M| 775 |   - |1270 | 596 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 |      --      |    Inf 
682.41/682.42	c   652s|  5010k|  4771k|     0 |   0.0 |1723M| 775 |   - |1270 | 588 |   0 |   0 |   0 | 866k|   0 | 0.000000e+00 |      --      |    Inf 
683.61/683.69	c   654s|  5020k|  4781k|     0 |   0.0 |1726M| 775 |   - |1270 | 629 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 |      --      |    Inf 
684.92/685.00	c   655s|  5030k|  4791k|     0 |   0.0 |1730M| 775 |   - |1270 | 604 |   0 |   0 |   0 | 868k|   0 | 0.000000e+00 |      --      |    Inf 
686.22/686.26	c   656s|  5040k|  4801k|     0 |   0.0 |1733M| 775 |   - |1270 | 649 |   0 |   0 |   0 | 868k|   0 | 0.000000e+00 |      --      |    Inf 
687.52/687.55	c   657s|  5050k|  4810k|     0 |   0.0 |1736M| 775 |   - |1270 | 659 |   0 |   0 |   0 | 869k|   0 | 0.000000e+00 |      --      |    Inf 
688.81/688.81	c   658s|  5060k|  4820k|     0 |   0.0 |1739M| 775 |   - |1270 | 556 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 |      --      |    Inf 
690.01/690.07	c   660s|  5070k|  4830k|     0 |   0.0 |1742M| 775 |   - |1270 | 611 |   0 |   0 |   0 | 871k|   0 | 0.000000e+00 |      --      |    Inf 
691.32/691.38	c   661s|  5080k|  4840k|     0 |   0.0 |1745M| 775 |   - |1270 | 680 |   0 |   0 |   0 | 872k|   0 | 0.000000e+00 |      --      |    Inf 
692.61/692.65	c   662s|  5090k|  4850k|     0 |   0.0 |1748M| 775 |   - |1270 | 603 |   0 |   0 |   0 | 873k|   0 | 0.000000e+00 |      --      |    Inf 
693.91/693.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
693.91/693.95	c   663s|  5100k|  4859k|     0 |   0.0 |1751M| 775 |   - |1270 | 711 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 |      --      |    Inf 
695.21/695.23	c   665s|  5110k|  4869k|     0 |   0.0 |1754M| 775 |   - |1270 | 581 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 |      --      |    Inf 
696.51/696.50	c   666s|  5120k|  4879k|     0 |   0.0 |1758M| 775 |   - |1270 | 593 |   0 |   0 |   0 | 875k|   0 | 0.000000e+00 |      --      |    Inf 
697.71/697.77	c   667s|  5130k|  4889k|     0 |   0.0 |1761M| 775 |   - |1270 | 622 |   0 |   0 |   0 | 876k|   0 | 0.000000e+00 |      --      |    Inf 
699.01/699.04	c   668s|  5140k|  4899k|     0 |   0.0 |1764M| 775 |   - |1270 | 571 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 |      --      |    Inf 
700.21/700.29	c   669s|  5150k|  4908k|     0 |   0.0 |1767M| 775 |   - |1270 | 613 |   0 |   0 |   0 | 878k|   0 | 0.000000e+00 |      --      |    Inf 
701.51/701.58	c   671s|  5160k|  4918k|     0 |   0.0 |1770M| 775 |   - |1270 | 635 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 |      --      |    Inf 
702.82/702.86	c   672s|  5170k|  4928k|     0 |   0.0 |1773M| 775 |   - |1270 | 582 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 |      --      |    Inf 
704.11/704.14	c   673s|  5180k|  4938k|     0 |   0.0 |1776M| 775 |   - |1270 | 617 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 |      --      |    Inf 
705.42/705.43	c   674s|  5190k|  4948k|     0 |   0.0 |1779M| 775 |   - |1270 | 707 |   0 |   0 |   0 | 882k|   0 | 0.000000e+00 |      --      |    Inf 
706.71/706.74	c   676s|  5200k|  4957k|     0 |   0.0 |1783M| 775 |   - |1270 | 684 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 |      --      |    Inf 
708.01/708.06	c   677s|  5210k|  4967k|     0 |   0.0 |1786M| 775 |   - |1270 | 669 |   0 |   0 |   0 | 884k|   0 | 0.000000e+00 |      --      |    Inf 
709.31/709.36	c   678s|  5220k|  4977k|     0 |   0.0 |1789M| 775 |   - |1270 | 589 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 |      --      |    Inf 
710.62/710.65	c   679s|  5230k|  4987k|     0 |   0.0 |1792M| 775 |   - |1270 | 605 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 |      --      |    Inf 
711.92/711.90	c   681s|  5240k|  4997k|     0 |   0.0 |1795M| 775 |   - |1270 | 608 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 |      --      |    Inf 
713.11/713.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
713.11/713.17	c   682s|  5250k|  5007k|     0 |   0.0 |1798M| 775 |   - |1270 | 592 |   0 |   0 |   0 | 887k|   0 | 0.000000e+00 |      --      |    Inf 
714.41/714.49	c   683s|  5260k|  5016k|     0 |   0.0 |1801M| 775 |   - |1270 | 608 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 |      --      |    Inf 
715.71/715.76	c   684s|  5270k|  5026k|     0 |   0.0 |1804M| 775 |   - |1270 | 602 |   0 |   0 |   0 | 889k|   0 | 0.000000e+00 |      --      |    Inf 
717.01/717.03	c   685s|  5280k|  5036k|     0 |   0.0 |1808M| 775 |   - |1270 | 643 |   0 |   0 |   0 | 890k|   0 | 0.000000e+00 |      --      |    Inf 
718.32/718.30	c   687s|  5290k|  5046k|     0 |   0.0 |1811M| 775 |   - |1270 | 641 |   0 |   0 |   0 | 891k|   0 | 0.000000e+00 |      --      |    Inf 
719.61/719.63	c   688s|  5300k|  5056k|     0 |   0.0 |1814M| 775 |   - |1270 | 647 |   0 |   0 |   0 | 892k|   0 | 0.000000e+00 |      --      |    Inf 
720.91/720.93	c   689s|  5310k|  5065k|     0 |   0.0 |1817M| 775 |   - |1270 | 662 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 |      --      |    Inf 
722.21/722.20	c   690s|  5320k|  5075k|     0 |   0.0 |1820M| 775 |   - |1270 | 559 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 |      --      |    Inf 
723.51/723.51	c   692s|  5330k|  5085k|     0 |   0.0 |1823M| 775 |   - |1270 | 604 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 |      --      |    Inf 
724.82/724.82	c   693s|  5340k|  5095k|     0 |   0.0 |1826M| 775 |   - |1270 | 568 |   0 |   0 |   0 | 895k|   0 | 0.000000e+00 |      --      |    Inf 
726.02/726.09	c   694s|  5350k|  5105k|     0 |   0.0 |1829M| 775 |   - |1270 | 570 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 |      --      |    Inf 
727.31/727.34	c   695s|  5360k|  5115k|     0 |   0.0 |1833M| 775 |   - |1270 | 649 |   0 |   0 |   0 | 897k|   0 | 0.000000e+00 |      --      |    Inf 
728.51/728.59	c   697s|  5370k|  5124k|     0 |   0.0 |1836M| 775 |   - |1270 | 605 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 |      --      |    Inf 
729.81/729.88	c   698s|  5380k|  5134k|     0 |   0.0 |1839M| 775 |   - |1270 | 672 |   0 |   0 |   0 | 899k|   0 | 0.000000e+00 |      --      |    Inf 
731.11/731.13	c   699s|  5390k|  5144k|     0 |   0.0 |1842M| 775 |   - |1270 | 598 |   0 |   0 |   0 | 900k|   0 | 0.000000e+00 |      --      |    Inf 
732.41/732.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
732.41/732.42	c   700s|  5400k|  5154k|     0 |   0.0 |1845M| 775 |   - |1270 | 539 |   0 |   0 |   0 | 901k|   0 | 0.000000e+00 |      --      |    Inf 
733.72/733.72	c   701s|  5410k|  5164k|     0 |   0.0 |1848M| 775 |   - |1270 | 591 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 |      --      |    Inf 
735.02/735.01	c   703s|  5420k|  5173k|     0 |   0.0 |1852M| 775 |   - |1270 | 598 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 |      --      |    Inf 
736.21/736.28	c   704s|  5430k|  5183k|     0 |   0.0 |1855M| 775 |   - |1270 | 585 |   0 |   0 |   0 | 903k|   0 | 0.000000e+00 |      --      |    Inf 
737.51/737.56	c   705s|  5440k|  5193k|     0 |   0.0 |1858M| 775 |   - |1270 | 651 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 |      --      |    Inf 
738.81/738.85	c   706s|  5450k|  5203k|     0 |   0.0 |1861M| 775 |   - |1270 | 614 |   0 |   0 |   0 | 905k|   0 | 0.000000e+00 |      --      |    Inf 
740.12/740.17	c   708s|  5460k|  5213k|     0 |   0.0 |1864M| 775 |   - |1270 | 612 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 |      --      |    Inf 
741.42/741.44	c   709s|  5470k|  5222k|     0 |   0.0 |1867M| 775 |   - |1270 | 575 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 |      --      |    Inf 
742.71/742.77	c   710s|  5480k|  5232k|     0 |   0.0 |1870M| 775 |   - |1270 | 632 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 |      --      |    Inf 
744.02/744.07	c   711s|  5490k|  5242k|     0 |   0.0 |1873M| 775 |   - |1270 | 644 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 |      --      |    Inf 
745.31/745.32	c   713s|  5500k|  5252k|     0 |   0.0 |1876M| 775 |   - |1270 | 626 |   0 |   0 |   0 | 909k|   0 | 0.000000e+00 |      --      |    Inf 
746.61/746.60	c   714s|  5510k|  5262k|     0 |   0.0 |1880M| 775 |   - |1270 | 629 |   0 |   0 |   0 | 910k|   0 | 0.000000e+00 |      --      |    Inf 
747.82/747.88	c   715s|  5520k|  5271k|     0 |   0.0 |1883M| 775 |   - |1270 | 616 |   0 |   0 |   0 | 911k|   0 | 0.000000e+00 |      --      |    Inf 
749.12/749.15	c   716s|  5530k|  5281k|     0 |   0.0 |1886M| 775 |   - |1270 | 576 |   0 |   0 |   0 | 912k|   0 | 0.000000e+00 |      --      |    Inf 
750.41/750.44	c   717s|  5540k|  5291k|     0 |   0.0 |1889M| 775 |   - |1270 | 645 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 |      --      |    Inf 
751.72/751.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.72/751.72	c   719s|  5550k|  5301k|     0 |   0.0 |1892M| 775 |   - |1270 | 630 |   0 |   0 |   0 | 914k|   0 | 0.000000e+00 |      --      |    Inf 
752.91/752.99	c   720s|  5560k|  5311k|     0 |   0.0 |1895M| 775 |   - |1270 | 601 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 |      --      |    Inf 
754.31/754.37	c   721s|  5570k|  5320k|     0 |   0.0 |1898M| 775 |   - |1270 | 644 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 |      --      |    Inf 
755.62/755.63	c   722s|  5580k|  5330k|     0 |   0.0 |1901M| 775 |   - |1270 | 587 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 |      --      |    Inf 
756.92/756.91	c   724s|  5590k|  5340k|     0 |   0.0 |1904M| 775 |   - |1270 | 615 |   0 |   0 |   0 | 917k|   0 | 0.000000e+00 |      --      |    Inf 
758.21/758.21	c   725s|  5600k|  5350k|     0 |   0.0 |1908M| 775 |   - |1270 | 621 |   0 |   0 |   0 | 918k|   0 | 0.000000e+00 |      --      |    Inf 
759.52/759.51	c   726s|  5610k|  5360k|     0 |   0.0 |1911M| 775 |   - |1270 | 626 |   0 |   0 |   0 | 919k|   0 | 0.000000e+00 |      --      |    Inf 
760.82/760.80	c   727s|  5620k|  5370k|     0 |   0.0 |1914M| 775 |   - |1270 | 593 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 |      --      |    Inf 
762.11/762.14	c   729s|  5630k|  5379k|     0 |   0.0 |1917M| 775 |   - |1270 | 603 |   0 |   0 |   0 | 921k|   0 | 0.000000e+00 |      --      |    Inf 
763.42/763.46	c   730s|  5640k|  5389k|     0 |   0.0 |1920M| 775 |   - |1270 | 681 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 |      --      |    Inf 
764.71/764.79	c   731s|  5650k|  5399k|     0 |   0.0 |1923M| 775 |   - |1270 | 590 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 |      --      |    Inf 
766.11/766.12	c   732s|  5660k|  5409k|     0 |   0.0 |1926M| 775 |   - |1270 | 574 |   0 |   0 |   0 | 923k|   0 | 0.000000e+00 |      --      |    Inf 
767.41/767.41	c   734s|  5670k|  5419k|     0 |   0.0 |1929M| 775 |   - |1270 | 566 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 |      --      |    Inf 
768.71/768.74	c   735s|  5680k|  5428k|     0 |   0.0 |1932M| 775 |   - |1270 | 566 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 |      --      |    Inf 
770.02/770.05	c   736s|  5690k|  5438k|     0 |   0.0 |1936M| 775 |   - |1270 | 597 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 |      --      |    Inf 
771.31/771.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
771.31/771.33	c   737s|  5700k|  5448k|     0 |   0.0 |1939M| 775 |   - |1270 | 627 |   0 |   0 |   0 | 927k|   0 | 0.000000e+00 |      --      |    Inf 
772.62/772.65	c   739s|  5710k|  5458k|     0 |   0.0 |1942M| 775 |   - |1270 | 654 |   0 |   0 |   0 | 928k|   0 | 0.000000e+00 |      --      |    Inf 
773.91/773.95	c   740s|  5720k|  5468k|     0 |   0.0 |1945M| 775 |   - |1270 | 683 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 |      --      |    Inf 
775.21/775.27	c   741s|  5730k|  5477k|     0 |   0.0 |1948M| 775 |   - |1270 | 644 |   0 |   0 |   0 | 930k|   0 | 0.000000e+00 |      --      |    Inf 
776.51/776.59	c   742s|  5740k|  5487k|     0 |   0.0 |1951M| 775 |   - |1270 | 703 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 |      --      |    Inf 
777.81/777.87	c   744s|  5750k|  5497k|     0 |   0.0 |1954M| 775 |   - |1270 | 638 |   0 |   0 |   0 | 932k|   0 | 0.000000e+00 |      --      |    Inf 
779.12/779.16	c   745s|  5760k|  5507k|     0 |   0.0 |1958M| 775 |   - |1270 | 683 |   0 |   0 |   0 | 932k|   0 | 0.000000e+00 |      --      |    Inf 
780.42/780.44	c   746s|  5770k|  5517k|     0 |   0.0 |1961M| 775 |   - |1270 | 622 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 |      --      |    Inf 
781.71/781.70	c   747s|  5780k|  5526k|     0 |   0.0 |1964M| 775 |   - |1270 | 623 |   0 |   0 |   0 | 934k|   0 | 0.000000e+00 |      --      |    Inf 
782.92/782.99	c   748s|  5790k|  5536k|     0 |   0.0 |1967M| 775 |   - |1270 | 578 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 |      --      |    Inf 
784.22/784.30	c   750s|  5800k|  5546k|     0 |   0.0 |1970M| 775 |   - |1270 | 634 |   0 |   0 |   0 | 936k|   0 | 0.000000e+00 |      --      |    Inf 
785.62/785.68	c   751s|  5810k|  5556k|     0 |   0.0 |1973M| 775 |   - |1270 | 788 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 |      --      |    Inf 
787.02/787.02	c   752s|  5820k|  5566k|     0 |   0.0 |1976M| 775 |   - |1270 | 659 |   0 |   0 |   0 | 938k|   0 | 0.000000e+00 |      --      |    Inf 
788.32/788.30	c   754s|  5830k|  5575k|     0 |   0.0 |1979M| 775 |   - |1270 | 688 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 |      --      |    Inf 
789.52/789.59	c   755s|  5840k|  5585k|     0 |   0.0 |1982M| 775 |   - |1270 | 695 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 |      --      |    Inf 
790.92/790.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
790.92/790.91	c   756s|  5850k|  5595k|     0 |   0.0 |1985M| 775 |   - |1270 | 713 |   0 |   0 |   0 | 940k|   0 | 0.000000e+00 |      --      |    Inf 
792.11/792.19	c   757s|  5860k|  5605k|     0 |   0.0 |1988M| 775 |   - |1270 | 702 |   0 |   0 |   0 | 941k|   0 | 0.000000e+00 |      --      |    Inf 
793.42/793.48	c   759s|  5870k|  5615k|     0 |   0.0 |1992M| 775 |   - |1270 | 692 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 |      --      |    Inf 
794.71/794.76	c   760s|  5880k|  5624k|     0 |   0.0 |1995M| 775 |   - |1270 | 680 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 |      --      |    Inf 
796.01/796.05	c   761s|  5890k|  5634k|     0 |   0.0 |1998M| 775 |   - |1270 | 663 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 |      --      |    Inf 
797.31/797.33	c   762s|  5900k|  5644k|     0 |   0.0 |2001M| 775 |   - |1270 | 694 |   0 |   0 |   0 | 945k|   0 | 0.000000e+00 |      --      |    Inf 
798.71/798.71	c   764s|  5910k|  5654k|     0 |   0.0 |2004M| 775 |   - |1270 | 693 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 |      --      |    Inf 
800.02/800.01	c   765s|  5920k|  5664k|     0 |   0.0 |2007M| 775 |   - |1270 | 694 |   0 |   0 |   0 | 947k|   0 | 0.000000e+00 |      --      |    Inf 
801.32/801.39	c   766s|  5930k|  5673k|     0 |   0.0 |2010M| 775 |   - |1270 | 717 |   0 |   0 |   0 | 948k|   0 | 0.000000e+00 |      --      |    Inf 
802.62/802.70	c   767s|  5940k|  5683k|     0 |   0.0 |2014M| 775 |   - |1270 | 636 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 |      --      |    Inf 
803.92/804.00	c   769s|  5950k|  5693k|     0 |   0.0 |2017M| 775 |   - |1270 | 600 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 |      --      |    Inf 
805.31/805.34	c   770s|  5960k|  5703k|     0 |   0.0 |2020M| 775 |   - |1270 | 643 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 |      --      |    Inf 
806.61/806.61	c   771s|  5970k|  5713k|     0 |   0.0 |2023M| 775 |   - |1270 | 635 |   0 |   0 |   0 | 951k|   0 | 0.000000e+00 |      --      |    Inf 
807.81/807.86	c   772s|  5980k|  5723k|     0 |   0.0 |2026M| 775 |   - |1270 | 693 |   0 |   0 |   0 | 952k|   0 | 0.000000e+00 |      --      |    Inf 
809.21/809.25	c   774s|  5990k|  5732k|     0 |   0.0 |2029M| 775 |   - |1270 | 654 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 |      --      |    Inf 
810.51/810.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
810.51/810.55	c   775s|  6000k|  5742k|     0 |   0.0 |2032M| 775 |   - |1270 | 656 |   0 |   0 |   0 | 954k|   0 | 0.000000e+00 |      --      |    Inf 
811.92/811.90	c   776s|  6010k|  5752k|     0 |   0.0 |2035M| 775 |   - |1270 | 745 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 |      --      |    Inf 
813.21/813.20	c   777s|  6020k|  5762k|     0 |   0.0 |2038M| 775 |   - |1270 | 664 |   0 |   0 |   0 | 956k|   0 | 0.000000e+00 |      --      |    Inf 
814.52/814.56	c   779s|  6030k|  5771k|     0 |   0.0 |2042M| 775 |   - |1270 | 696 |   0 |   0 |   0 | 957k|   0 | 0.000000e+00 |      --      |    Inf 
815.82/815.88	c   780s|  6040k|  5781k|     0 |   0.0 |2045M| 775 |   - |1270 | 709 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 |      --      |    Inf 
817.12/817.18	c   781s|  6050k|  5791k|     0 |   0.0 |2048M| 775 |   - |1270 | 638 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 |      --      |    Inf 
818.42/818.48	c   782s|  6060k|  5801k|     0 |   0.0 |2051M| 775 |   - |1270 | 658 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 |      --      |    Inf 
819.71/819.78	c   784s|  6070k|  5811k|     0 |   0.0 |2054M| 775 |   - |1270 | 691 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 |      --      |    Inf 
821.12/821.10	c   785s|  6080k|  5820k|     0 |   0.0 |2057M| 775 |   - |1270 | 680 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 |      --      |    Inf 
822.41/822.42	c   786s|  6090k|  5830k|     0 |   0.0 |2060M| 775 |   - |1270 | 716 |   0 |   0 |   0 | 962k|   0 | 0.000000e+00 |      --      |    Inf 
823.72/823.70	c   787s|  6100k|  5840k|     0 |   0.0 |2063M| 775 |   - |1270 | 687 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 |      --      |    Inf 
824.92/824.96	c   789s|  6110k|  5850k|     0 |   0.0 |2066M| 775 |   - |1270 | 701 |   0 |   0 |   0 | 964k|   0 | 0.000000e+00 |      --      |    Inf 
826.21/826.24	c   790s|  6120k|  5860k|     0 |   0.0 |2070M| 775 |   - |1270 | 726 |   0 |   0 |   0 | 964k|   0 | 0.000000e+00 |      --      |    Inf 
827.52/827.53	c   791s|  6130k|  5870k|     0 |   0.0 |2073M| 775 |   - |1270 | 699 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 |      --      |    Inf 
828.82/828.80	c   792s|  6140k|  5879k|     0 |   0.0 |2076M| 775 |   - |1270 | 684 |   0 |   0 |   0 | 966k|   0 | 0.000000e+00 |      --      |    Inf 
830.02/830.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
830.02/830.07	c   794s|  6150k|  5889k|     0 |   0.0 |2079M| 775 |   - |1270 | 722 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 |      --      |    Inf 
831.32/831.32	c   795s|  6160k|  5899k|     0 |   0.0 |2082M| 775 |   - |1270 | 635 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 |      --      |    Inf 
832.63/832.62	c   796s|  6170k|  5909k|     0 |   0.0 |2085M| 775 |   - |1270 | 729 |   0 |   0 |   0 | 969k|   0 | 0.000000e+00 |      --      |    Inf 
833.92/833.91	c   797s|  6180k|  5919k|     0 |   0.0 |2088M| 775 |   - |1270 | 717 |   0 |   0 |   0 | 970k|   0 | 0.000000e+00 |      --      |    Inf 
835.11/835.18	c   798s|  6190k|  5928k|     0 |   0.0 |2091M| 775 |   - |1270 | 687 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 |      --      |    Inf 
836.41/836.47	c   800s|  6200k|  5938k|     0 |   0.0 |2095M| 775 |   - |1270 | 712 |   0 |   0 |   0 | 972k|   0 | 0.000000e+00 |      --      |    Inf 
837.71/837.74	c   801s|  6210k|  5948k|     0 |   0.0 |2098M| 775 |   - |1270 | 701 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 |      --      |    Inf 
839.01/839.02	c   802s|  6220k|  5958k|     0 |   0.0 |2101M| 775 |   - |1270 | 749 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 |      --      |    Inf 
840.32/840.32	c   803s|  6230k|  5968k|     0 |   0.0 |2104M| 775 |   - |1270 | 758 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 |      --      |    Inf 
841.52/841.58	c   804s|  6240k|  5977k|     0 |   0.0 |2107M| 775 |   - |1270 | 653 |   0 |   0 |   0 | 975k|   0 | 0.000000e+00 |      --      |    Inf 
842.82/842.85	c   806s|  6250k|  5987k|     0 |   0.0 |2110M| 775 |   - |1270 | 740 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 |      --      |    Inf 
844.12/844.17	c   807s|  6260k|  5997k|     0 |   0.0 |2113M| 775 |   - |1270 | 744 |   0 |   0 |   0 | 977k|   0 | 0.000000e+00 |      --      |    Inf 
845.41/845.46	c   808s|  6270k|  6007k|     0 |   0.0 |2116M| 775 |   - |1270 | 711 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 |      --      |    Inf 
846.71/846.74	c   809s|  6280k|  6017k|     0 |   0.0 |2119M| 775 |   - |1270 | 707 |   0 |   0 |   0 | 979k|   0 | 0.000000e+00 |      --      |    Inf 
847.92/847.99	c   811s|  6290k|  6026k|     0 |   0.0 |2123M| 775 |   - |1270 | 661 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 |      --      |    Inf 
849.22/849.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
849.22/849.25	c   812s|  6300k|  6036k|     0 |   0.0 |2126M| 775 |   - |1270 | 661 |   0 |   0 |   0 | 981k|   0 | 0.000000e+00 |      --      |    Inf 
850.52/850.53	c   813s|  6310k|  6046k|     0 |   0.0 |2129M| 775 |   - |1270 | 663 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 |      --      |    Inf 
851.82/851.80	c   814s|  6320k|  6056k|     0 |   0.0 |2132M| 775 |   - |1270 | 708 |   0 |   0 |   0 | 983k|   0 | 0.000000e+00 |      --      |    Inf 
853.02/853.08	c   816s|  6330k|  6066k|     0 |   0.0 |2135M| 775 |   - |1270 | 724 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 |      --      |    Inf 
854.32/854.36	c   817s|  6340k|  6076k|     0 |   0.0 |2138M| 775 |   - |1270 | 629 |   0 |   0 |   0 | 985k|   0 | 0.000000e+00 |      --      |    Inf 
855.62/855.62	c   818s|  6350k|  6085k|     0 |   0.0 |2142M| 775 |   - |1270 | 678 |   0 |   0 |   0 | 985k|   0 | 0.000000e+00 |      --      |    Inf 
856.82/856.88	c   819s|  6360k|  6095k|     0 |   0.0 |2145M| 775 |   - |1270 | 659 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 |      --      |    Inf 
858.21/858.20	c   820s|  6370k|  6105k|     0 |   0.0 |2148M| 775 |   - |1270 | 753 |   0 |   0 |   0 | 987k|   0 | 0.000000e+00 |      --      |    Inf 
859.41/859.47	c   822s|  6380k|  6115k|     0 |   0.0 |2151M| 775 |   - |1270 | 698 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 |      --      |    Inf 
860.81/860.80	c   823s|  6390k|  6125k|     0 |   0.0 |2154M| 775 |   - |1270 | 741 |   0 |   0 |   0 | 989k|   0 | 0.000000e+00 |      --      |    Inf 
862.02/862.08	c   824s|  6400k|  6134k|     0 |   0.0 |2157M| 775 |   - |1270 | 683 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 |      --      |    Inf 
863.32/863.34	c   825s|  6410k|  6144k|     0 |   0.0 |2160M| 775 |   - |1270 | 695 |   0 |   0 |   0 | 991k|   0 | 0.000000e+00 |      --      |    Inf 
864.62/864.66	c   827s|  6420k|  6154k|     0 |   0.0 |2163M| 775 |   - |1270 | 717 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 |      --      |    Inf 
865.92/865.93	c   828s|  6430k|  6164k|     0 |   0.0 |2167M| 775 |   - |1270 | 708 |   0 |   0 |   0 | 993k|   0 | 0.000000e+00 |      --      |    Inf 
867.11/867.19	c   829s|  6440k|  6174k|     0 |   0.0 |2170M| 775 |   - |1270 | 712 |   0 |   0 |   0 | 994k|   0 | 0.000000e+00 |      --      |    Inf 
868.52/868.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
868.52/868.50	c   830s|  6450k|  6183k|     0 |   0.0 |2173M| 775 |   - |1270 | 733 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 |      --      |    Inf 
869.82/869.83	c   831s|  6460k|  6193k|     0 |   0.0 |2176M| 775 |   - |1270 | 689 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 |      --      |    Inf 
871.13/871.12	c   833s|  6470k|  6203k|     0 |   0.0 |2179M| 775 |   - |1270 | 664 |   0 |   0 |   0 | 996k|   0 | 0.000000e+00 |      --      |    Inf 
872.33/872.37	c   834s|  6480k|  6213k|     0 |   0.0 |2182M| 775 |   - |1270 | 602 |   0 |   0 |   0 | 997k|   0 | 0.000000e+00 |      --      |    Inf 
873.62/873.66	c   835s|  6490k|  6223k|     0 |   0.0 |2185M| 775 |   - |1270 | 698 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 |      --      |    Inf 
874.91/874.98	c   836s|  6500k|  6232k|     0 |   0.0 |2188M| 775 |   - |1270 | 625 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 |      --      |    Inf 
876.22/876.28	c   838s|  6510k|  6242k|     0 |   0.0 |2192M| 775 |   - |1270 | 619 |   0 |   0 |   0 |1000k|   0 | 0.000000e+00 |      --      |    Inf 
877.51/877.56	c   839s|  6520k|  6252k|     0 |   0.0 |2195M| 775 |   - |1270 | 656 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 |      --      |    Inf 
878.82/878.82	c   840s|  6530k|  6262k|     0 |   0.0 |2198M| 775 |   - |1270 | 708 |   0 |   0 |   0 |1002k|   0 | 0.000000e+00 |      --      |    Inf 
880.03/880.06	c   841s|  6540k|  6272k|     0 |   0.0 |2201M| 775 |   - |1270 | 612 |   0 |   0 |   0 |1002k|   0 | 0.000000e+00 |      --      |    Inf 
881.31/881.38	c   843s|  6550k|  6281k|     0 |   0.0 |2204M| 775 |   - |1270 | 618 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 |      --      |    Inf 
882.61/882.66	c   844s|  6560k|  6291k|     0 |   0.0 |2207M| 775 |   - |1270 | 672 |   0 |   0 |   0 |1004k|   0 | 0.000000e+00 |      --      |    Inf 
883.91/883.94	c   845s|  6570k|  6301k|     0 |   0.0 |2210M| 775 |   - |1270 | 603 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 |      --      |    Inf 
885.22/885.22	c   846s|  6580k|  6311k|     0 |   0.0 |2213M| 775 |   - |1270 | 673 |   0 |   0 |   0 |1006k|   0 | 0.000000e+00 |      --      |    Inf 
886.42/886.47	c   847s|  6590k|  6321k|     0 |   0.0 |2216M| 775 |   - |1270 | 699 |   0 |   0 |   0 |1006k|   0 | 0.000000e+00 |      --      |    Inf 
887.82/887.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
887.82/887.83	c   849s|  6600k|  6330k|     0 |   0.0 |2220M| 775 |   - |1270 | 747 |   0 |   0 |   0 |1007k|   0 | 0.000000e+00 |      --      |    Inf 
889.02/889.09	c   850s|  6610k|  6340k|     0 |   0.0 |2223M| 775 |   - |1270 | 666 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 |      --      |    Inf 
890.32/890.35	c   851s|  6620k|  6350k|     0 |   0.0 |2226M| 775 |   - |1270 | 656 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 |      --      |    Inf 
891.62/891.64	c   852s|  6630k|  6360k|     0 |   0.0 |2229M| 775 |   - |1270 | 613 |   0 |   0 |   0 |1010k|   0 | 0.000000e+00 |      --      |    Inf 
892.92/892.95	c   854s|  6640k|  6370k|     0 |   0.0 |2232M| 775 |   - |1270 | 679 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 |      --      |    Inf 
894.22/894.24	c   855s|  6650k|  6379k|     0 |   0.0 |2235M| 775 |   - |1270 | 681 |   0 |   0 |   0 |1012k|   0 | 0.000000e+00 |      --      |    Inf 
895.52/895.54	c   856s|  6660k|  6389k|     0 |   0.0 |2238M| 775 |   - |1270 | 683 |   0 |   0 |   0 |1013k|   0 | 0.000000e+00 |      --      |    Inf 
896.82/896.81	c   857s|  6670k|  6399k|     0 |   0.0 |2241M| 775 |   - |1270 | 687 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 |      --      |    Inf 
898.12/898.12	c   858s|  6680k|  6409k|     0 |   0.0 |2245M| 775 |   - |1270 | 687 |   0 |   0 |   0 |1015k|   0 | 0.000000e+00 |      --      |    Inf 
899.32/899.39	c   860s|  6690k|  6419k|     0 |   0.0 |2248M| 775 |   - |1270 | 720 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 |      --      |    Inf 
900.62/900.65	c   861s|  6700k|  6429k|     0 |   0.0 |2251M| 775 |   - |1270 | 595 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 |      --      |    Inf 
901.92/901.97	c   862s|  6710k|  6438k|     0 |   0.0 |2254M| 775 |   - |1270 | 644 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 |      --      |    Inf 
903.22/903.26	c   863s|  6720k|  6448k|     0 |   0.0 |2257M| 775 |   - |1270 | 656 |   0 |   0 |   0 |1018k|   0 | 0.000000e+00 |      --      |    Inf 
904.52/904.56	c   865s|  6730k|  6458k|     0 |   0.0 |2260M| 775 |   - |1270 | 687 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 |      --      |    Inf 
905.81/905.80	c   866s|  6740k|  6468k|     0 |   0.0 |2263M| 775 |   - |1270 | 681 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 |      --      |    Inf 
907.01/907.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.01/907.07	c   867s|  6750k|  6478k|     0 |   0.0 |2266M| 775 |   - |1270 | 647 |   0 |   0 |   0 |1020k|   0 | 0.000000e+00 |      --      |    Inf 
908.32/908.35	c   868s|  6760k|  6487k|     0 |   0.0 |2269M| 775 |   - |1270 | 664 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 |      --      |    Inf 
909.62/909.62	c   870s|  6770k|  6497k|     0 |   0.0 |2273M| 775 |   - |1270 | 664 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 |      --      |    Inf 
910.91/910.91	c   871s|  6780k|  6507k|     0 |   0.0 |2276M| 775 |   - |1270 | 683 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 |      --      |    Inf 
912.22/912.24	c   872s|  6790k|  6517k|     0 |   0.0 |2279M| 775 |   - |1270 | 687 |   0 |   0 |   0 |1024k|   0 | 0.000000e+00 |      --      |    Inf 
913.51/913.55	c   873s|  6800k|  6527k|     0 |   0.0 |2282M| 775 |   - |1270 | 629 |   0 |   0 |   0 |1025k|   0 | 0.000000e+00 |      --      |    Inf 
914.82/914.83	c   875s|  6810k|  6536k|     0 |   0.0 |2285M| 775 |   - |1270 | 634 |   0 |   0 |   0 |1026k|   0 | 0.000000e+00 |      --      |    Inf 
916.12/916.13	c   876s|  6820k|  6546k|     0 |   0.0 |2288M| 775 |   - |1270 | 718 |   0 |   0 |   0 |1026k|   0 | 0.000000e+00 |      --      |    Inf 
917.42/917.40	c   877s|  6830k|  6556k|     0 |   0.0 |2291M| 775 |   - |1270 | 644 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 |      --      |    Inf 
918.62/918.68	c   878s|  6840k|  6566k|     0 |   0.0 |2294M| 775 |   - |1270 | 641 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 |      --      |    Inf 
919.92/919.95	c   879s|  6850k|  6576k|     0 |   0.0 |2297M| 775 |   - |1270 | 640 |   0 |   0 |   0 |1029k|   0 | 0.000000e+00 |      --      |    Inf 
921.22/921.25	c   881s|  6860k|  6585k|     0 |   0.0 |2301M| 775 |   - |1270 | 703 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 |      --      |    Inf 
922.52/922.57	c   882s|  6870k|  6595k|     0 |   0.0 |2304M| 775 |   - |1270 | 698 |   0 |   0 |   0 |1031k|   0 | 0.000000e+00 |      --      |    Inf 
923.82/923.86	c   883s|  6880k|  6605k|     0 |   0.0 |2307M| 775 |   - |1270 | 651 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 |      --      |    Inf 
925.12/925.17	c   884s|  6890k|  6615k|     0 |   0.0 |2310M| 775 |   - |1270 | 675 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 |      --      |    Inf 
926.42/926.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
926.42/926.42	c   886s|  6900k|  6625k|     0 |   0.0 |2313M| 775 |   - |1270 | 642 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 |      --      |    Inf 
927.72/927.72	c   887s|  6910k|  6634k|     0 |   0.0 |2316M| 775 |   - |1270 | 709 |   0 |   0 |   0 |1034k|   0 | 0.000000e+00 |      --      |    Inf 
928.92/928.97	c   888s|  6920k|  6644k|     0 |   0.0 |2319M| 775 |   - |1270 | 726 |   0 |   0 |   0 |1035k|   0 | 0.000000e+00 |      --      |    Inf 
930.22/930.25	c   889s|  6930k|  6654k|     0 |   0.0 |2322M| 775 |   - |1270 | 693 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 |      --      |    Inf 
931.42/931.50	c   890s|  6940k|  6664k|     0 |   0.0 |2325M| 775 |   - |1270 | 721 |   0 |   0 |   0 |1037k|   0 | 0.000000e+00 |      --      |    Inf 
932.82/932.83	c   892s|  6950k|  6674k|     0 |   0.0 |2328M| 775 |   - |1270 | 710 |   0 |   0 |   0 |1038k|   0 | 0.000000e+00 |      --      |    Inf 
934.12/934.10	c   893s|  6960k|  6683k|     0 |   0.0 |2331M| 775 |   - |1270 | 720 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 |      --      |    Inf 
935.32/935.38	c   894s|  6970k|  6693k|     0 |   0.0 |2335M| 775 |   - |1270 | 774 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 |      --      |    Inf 
936.62/936.64	c   895s|  6980k|  6703k|     0 |   0.0 |2338M| 775 |   - |1270 | 730 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 |      --      |    Inf 
937.92/937.92	c   897s|  6990k|  6713k|     0 |   0.0 |2341M| 775 |   - |1270 | 699 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 |      --      |    Inf 
939.12/939.17	c   898s|  7000k|  6723k|     0 |   0.0 |2344M| 775 |   - |1270 | 721 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 |      --      |    Inf 
940.42/940.42	c   899s|  7010k|  6732k|     0 |   0.0 |2347M| 775 |   - |1270 | 666 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 |      --      |    Inf 
941.72/941.72	c   900s|  7020k|  6742k|     0 |   0.0 |2350M| 775 |   - |1270 | 625 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 |      --      |    Inf 
942.92/942.98	c   901s|  7030k|  6752k|     0 |   0.0 |2353M| 775 |   - |1270 | 703 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 |      --      |    Inf 
944.22/944.25	c   903s|  7040k|  6762k|     0 |   0.0 |2356M| 775 |   - |1270 | 783 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 |      --      |    Inf 
945.52/945.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
945.52/945.53	c   904s|  7050k|  6772k|     0 |   0.0 |2359M| 775 |   - |1270 | 649 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 |      --      |    Inf 
946.82/946.81	c   905s|  7060k|  6781k|     0 |   0.0 |2363M| 775 |   - |1270 | 717 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 |      --      |    Inf 
948.02/948.08	c   906s|  7070k|  6791k|     0 |   0.0 |2366M| 775 |   - |1270 | 707 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 |      --      |    Inf 
949.33/949.36	c   908s|  7080k|  6801k|     0 |   0.0 |2369M| 775 |   - |1270 | 704 |   0 |   0 |   0 |1049k|   0 | 0.000000e+00 |      --      |    Inf 
950.62/950.65	c   909s|  7090k|  6811k|     0 |   0.0 |2372M| 775 |   - |1270 | 756 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 |      --      |    Inf 
951.92/951.96	c   910s|  7100k|  6821k|     0 |   0.0 |2375M| 775 |   - |1270 | 827 |   0 |   0 |   0 |1051k|   0 | 0.000000e+00 |      --      |    Inf 
953.32/953.30	c   911s|  7110k|  6830k|     0 |   0.0 |2378M| 775 |   - |1270 | 625 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 |      --      |    Inf 
954.62/954.67	c   913s|  7120k|  6840k|     0 |   0.0 |2381M| 775 |   - |1270 | 754 |   0 |   0 |   0 |1053k|   0 | 0.000000e+00 |      --      |    Inf 
955.93/955.92	c   914s|  7130k|  6850k|     0 |   0.0 |2384M| 775 |   - |1270 | 648 |   0 |   0 |   0 |1054k|   0 | 0.000000e+00 |      --      |    Inf 
957.22/957.25	c   915s|  7140k|  6860k|     0 |   0.0 |2387M| 775 |   - |1270 | 725 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 |      --      |    Inf 
958.62/958.62	c   916s|  7150k|  6870k|     0 |   0.0 |2390M| 775 |   - |1270 | 665 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 |      --      |    Inf 
959.92/959.93	c   918s|  7160k|  6879k|     0 |   0.0 |2394M| 775 |   - |1270 | 688 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 |      --      |    Inf 
961.12/961.19	c   919s|  7170k|  6889k|     0 |   0.0 |2397M| 775 |   - |1270 | 685 |   0 |   0 |   0 |1057k|   0 | 0.000000e+00 |      --      |    Inf 
962.53/962.54	c   920s|  7180k|  6899k|     0 |   0.0 |2400M| 775 |   - |1270 | 747 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 |      --      |    Inf 
963.92/963.91	c   921s|  7190k|  6909k|     0 |   0.0 |2403M| 775 |   - |1270 | 853 |   0 |   0 |   0 |1059k|   0 | 0.000000e+00 |      --      |    Inf 
965.12/965.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
965.12/965.19	c   923s|  7200k|  6919k|     0 |   0.0 |2406M| 775 |   - |1270 | 784 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 |      --      |    Inf 
966.52/966.55	c   924s|  7210k|  6928k|     0 |   0.0 |2409M| 775 |   - |1270 | 719 |   0 |   0 |   0 |1061k|   0 | 0.000000e+00 |      --      |    Inf 
967.82/967.85	c   925s|  7220k|  6938k|     0 |   0.0 |2412M| 775 |   - |1270 | 751 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 |      --      |    Inf 
969.12/969.15	c   927s|  7230k|  6948k|     0 |   0.0 |2415M| 775 |   - |1270 | 769 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 |      --      |    Inf 
970.42/970.47	c   928s|  7240k|  6958k|     0 |   0.0 |2418M| 775 |   - |1270 | 761 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 |      --      |    Inf 
971.72/971.76	c   929s|  7250k|  6968k|     0 |   0.0 |2422M| 775 |   - |1270 | 728 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 |      --      |    Inf 
973.12/973.12	c   930s|  7260k|  6977k|     0 |   0.0 |2425M| 775 |   - |1270 | 772 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 |      --      |    Inf 
974.42/974.43	c   932s|  7270k|  6987k|     0 |   0.0 |2428M| 775 |   - |1270 | 797 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 |      --      |    Inf 
975.73/975.72	c   933s|  7280k|  6997k|     0 |   0.0 |2431M| 775 |   - |1270 | 732 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 |      --      |    Inf 
976.92/976.98	c   934s|  7290k|  7007k|     0 |   0.0 |2434M| 775 |   - |1270 | 722 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 |      --      |    Inf 
978.22/978.28	c   935s|  7300k|  7017k|     0 |   0.0 |2437M| 775 |   - |1270 | 679 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 |      --      |    Inf 
979.62/979.61	c   937s|  7310k|  7026k|     0 |   0.0 |2440M| 775 |   - |1270 | 735 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 |      --      |    Inf 
980.82/980.89	c   938s|  7320k|  7036k|     0 |   0.0 |2443M| 775 |   - |1270 | 743 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 |      --      |    Inf 
982.23/982.29	c   939s|  7330k|  7046k|     0 |   0.0 |2446M| 775 |   - |1270 | 675 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 |      --      |    Inf 
983.53/983.56	c   940s|  7340k|  7056k|     0 |   0.0 |2449M| 775 |   - |1270 | 697 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 |      --      |    Inf 
984.82/984.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.82/984.83	c   942s|  7350k|  7066k|     0 |   0.0 |2452M| 775 |   - |1270 | 687 |   0 |   0 |   0 |1073k|   0 | 0.000000e+00 |      --      |    Inf 
986.12/986.14	c   943s|  7360k|  7075k|     0 |   0.0 |2456M| 775 |   - |1270 | 716 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 |      --      |    Inf 
987.42/987.43	c   944s|  7370k|  7085k|     0 |   0.0 |2459M| 775 |   - |1270 | 662 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 |      --      |    Inf 
988.72/988.72	c   945s|  7380k|  7095k|     0 |   0.0 |2462M| 775 |   - |1270 | 747 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 |      --      |    Inf 
990.03/990.01	c   946s|  7390k|  7105k|     0 |   0.0 |2465M| 775 |   - |1270 | 731 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 |      --      |    Inf 
991.22/991.28	c   948s|  7400k|  7115k|     0 |   0.0 |2468M| 775 |   - |1270 | 748 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 |      --      |    Inf 
992.52/992.57	c   949s|  7410k|  7125k|     0 |   0.0 |2471M| 775 |   - |1270 | 690 |   0 |   0 |   0 |1079k|   0 | 0.000000e+00 |      --      |    Inf 
993.82/993.87	c   950s|  7420k|  7134k|     0 |   0.0 |2474M| 775 |   - |1270 | 744 |   0 |   0 |   0 |1079k|   0 | 0.000000e+00 |      --      |    Inf 
995.22/995.23	c   951s|  7430k|  7144k|     0 |   0.0 |2477M| 775 |   - |1270 | 708 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 |      --      |    Inf 
996.52/996.58	c   953s|  7440k|  7154k|     0 |   0.0 |2480M| 775 |   - |1270 | 758 |   0 |   0 |   0 |1081k|   0 | 0.000000e+00 |      --      |    Inf 
997.92/997.93	c   954s|  7450k|  7164k|     0 |   0.0 |2483M| 775 |   - |1270 | 684 |   0 |   0 |   0 |1082k|   0 | 0.000000e+00 |      --      |    Inf 
999.32/999.31	c   955s|  7460k|  7173k|     0 |   0.0 |2487M| 775 |   - |1270 | 746 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 |      --      |    Inf 
1000.62/1000.60	c   957s|  7470k|  7183k|     0 |   0.0 |2490M| 775 |   - |1270 | 738 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 |      --      |    Inf 
1001.92/1001.92	c   958s|  7480k|  7193k|     0 |   0.0 |2493M| 775 |   - |1270 | 753 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 |      --      |    Inf 
1003.22/1003.23	c   959s|  7490k|  7203k|     0 |   0.0 |2496M| 775 |   - |1270 | 752 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 |      --      |    Inf 
1004.52/1004.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1004.52/1004.54	c   960s|  7500k|  7213k|     0 |   0.0 |2499M| 775 |   - |1270 | 736 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 |      --      |    Inf 
1005.83/1005.86	c   962s|  7510k|  7223k|     0 |   0.0 |2502M| 775 |   - |1270 | 777 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 |      --      |    Inf 
1007.12/1007.15	c   963s|  7520k|  7232k|     0 |   0.0 |2505M| 775 |   - |1270 | 714 |   0 |   0 |   0 |1088k|   0 | 0.000000e+00 |      --      |    Inf 
1008.52/1008.56	c   964s|  7530k|  7242k|     0 |   0.0 |2508M| 775 |   - |1270 | 655 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 |      --      |    Inf 
1009.93/1009.93	c   966s|  7540k|  7252k|     0 |   0.0 |2511M| 775 |   - |1270 | 757 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 |      --      |    Inf 
1011.32/1011.32	c   967s|  7550k|  7262k|     0 |   0.0 |2514M| 775 |   - |1270 | 610 |   0 |   0 |   0 |1091k|   0 | 0.000000e+00 |      --      |    Inf 
1012.52/1012.59	c   968s|  7560k|  7272k|     0 |   0.0 |2518M| 775 |   - |1270 | 729 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 |      --      |    Inf 
1013.82/1013.89	c   969s|  7570k|  7281k|     0 |   0.0 |2521M| 775 |   - |1270 | 636 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 |      --      |    Inf 
1015.12/1015.17	c   971s|  7580k|  7291k|     0 |   0.0 |2524M| 775 |   - |1270 | 691 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 |      --      |    Inf 
1016.53/1016.51	c   972s|  7590k|  7301k|     0 |   0.0 |2527M| 775 |   - |1270 | 736 |   0 |   0 |   0 |1094k|   0 | 0.000000e+00 |      --      |    Inf 
1017.83/1017.80	c   973s|  7600k|  7311k|     0 |   0.0 |2530M| 775 |   - |1270 | 729 |   0 |   0 |   0 |1095k|   0 | 0.000000e+00 |      --      |    Inf 
1019.02/1019.06	c   974s|  7610k|  7321k|     0 |   0.0 |2533M| 775 |   - |1270 | 749 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 |      --      |    Inf 
1020.32/1020.32	c   975s|  7620k|  7330k|     0 |   0.0 |2536M| 775 |   - |1270 | 771 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 |      --      |    Inf 
1021.62/1021.68	c   977s|  7630k|  7340k|     0 |   0.0 |2539M| 775 |   - |1270 | 687 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 |      --      |    Inf 
1023.03/1023.07	c   978s|  7640k|  7350k|     0 |   0.0 |2542M| 775 |   - |1270 | 606 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 |      --      |    Inf 
1024.32/1024.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1024.32/1024.39	c   979s|  7650k|  7360k|     0 |   0.0 |2545M| 775 |   - |1270 | 639 |   0 |   0 |   0 |1099k|   0 | 0.000000e+00 |      --      |    Inf 
1025.83/1025.80	c   981s|  7660k|  7370k|     0 |   0.0 |2548M| 775 |   - |1270 | 640 |   0 |   0 |   0 |1100k|   0 | 0.000000e+00 |      --      |    Inf 
1027.02/1027.06	c   982s|  7670k|  7379k|     0 |   0.0 |2552M| 775 |   - |1270 | 758 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 |      --      |    Inf 
1028.32/1028.33	c   983s|  7680k|  7389k|     0 |   0.0 |2555M| 775 |   - |1270 | 690 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 |      --      |    Inf 
1029.63/1029.63	c   984s|  7690k|  7399k|     0 |   0.0 |2558M| 775 |   - |1270 | 728 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 |      --      |    Inf 
1030.92/1030.98	c   986s|  7700k|  7409k|     0 |   0.0 |2561M| 775 |   - |1270 | 675 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 |      --      |    Inf 
1032.33/1032.33	c   987s|  7710k|  7419k|     0 |   0.0 |2564M| 775 |   - |1270 | 779 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 |      --      |    Inf 
1033.72/1033.73	c   988s|  7720k|  7428k|     0 |   0.0 |2567M| 775 |   - |1270 | 678 |   0 |   0 |   0 |1105k|   0 | 0.000000e+00 |      --      |    Inf 
1035.03/1035.03	c   990s|  7730k|  7438k|     0 |   0.0 |2570M| 775 |   - |1270 | 694 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 |      --      |    Inf 
1036.33/1036.37	c   991s|  7740k|  7448k|     0 |   0.0 |2573M| 775 |   - |1270 | 713 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 |      --      |    Inf 
1037.62/1037.67	c   992s|  7750k|  7458k|     0 |   0.0 |2577M| 775 |   - |1270 | 640 |   0 |   0 |   0 |1108k|   0 | 0.000000e+00 |      --      |    Inf 
1038.92/1038.90	c   993s|  7760k|  7468k|     0 |   0.0 |2580M| 775 |   - |1270 | 648 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 |      --      |    Inf 
1040.13/1040.18	c   994s|  7770k|  7477k|     0 |   0.0 |2583M| 775 |   - |1270 | 691 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 |      --      |    Inf 
1041.53/1041.50	c   996s|  7780k|  7487k|     0 |   0.0 |2586M| 775 |   - |1270 | 684 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 |      --      |    Inf 
1042.72/1042.75	c   997s|  7790k|  7497k|     0 |   0.0 |2589M| 775 |   - |1270 | 680 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 |      --      |    Inf 
1043.93/1043.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1043.93/1043.99	c   998s|  7800k|  7507k|     0 |   0.0 |2592M| 775 |   - |1270 | 706 |   0 |   0 |   0 |1112k|   0 | 0.000000e+00 |      --      |    Inf 
1045.23/1045.26	c   999s|  7810k|  7517k|     0 |   0.0 |2595M| 775 |   - |1270 | 745 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 |      --      |    Inf 
1046.52/1046.56	c  1001s|  7820k|  7526k|     0 |   0.0 |2598M| 775 |   - |1270 | 742 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 |      --      |    Inf 
1047.82/1047.86	c  1002s|  7830k|  7536k|     0 |   0.0 |2601M| 775 |   - |1270 | 697 |   0 |   0 |   0 |1114k|   0 | 0.000000e+00 |      --      |    Inf 
1049.13/1049.15	c  1003s|  7840k|  7546k|     0 |   0.0 |2604M| 775 |   - |1270 | 731 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 |      --      |    Inf 
1050.42/1050.44	c  1004s|  7850k|  7556k|     0 |   0.0 |2607M| 775 |   - |1270 | 695 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 |      --      |    Inf 
1051.72/1051.75	c  1005s|  7860k|  7566k|     0 |   0.0 |2611M| 775 |   - |1270 | 743 |   0 |   0 |   0 |1117k|   0 | 0.000000e+00 |      --      |    Inf 
1053.02/1053.10	c  1007s|  7870k|  7575k|     0 |   0.0 |2614M| 775 |   - |1270 | 745 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 |      --      |    Inf 
1054.32/1054.39	c  1008s|  7880k|  7585k|     0 |   0.0 |2617M| 775 |   - |1270 | 714 |   0 |   0 |   0 |1119k|   0 | 0.000000e+00 |      --      |    Inf 
1055.72/1055.72	c  1009s|  7890k|  7595k|     0 |   0.0 |2620M| 775 |   - |1270 | 678 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 |      --      |    Inf 
1057.03/1057.03	c  1011s|  7900k|  7605k|     0 |   0.0 |2623M| 775 |   - |1270 | 718 |   0 |   0 |   0 |1121k|   0 | 0.000000e+00 |      --      |    Inf 
1058.33/1058.33	c  1012s|  7910k|  7615k|     0 |   0.0 |2626M| 775 |   - |1270 | 756 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 |      --      |    Inf 
1059.72/1059.74	c  1013s|  7920k|  7624k|     0 |   0.0 |2629M| 775 |   - |1270 | 697 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 |      --      |    Inf 
1061.13/1061.11	c  1014s|  7930k|  7634k|     0 |   0.0 |2633M| 775 |   - |1270 | 761 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 |      --      |    Inf 
1062.53/1062.51	c  1016s|  7940k|  7644k|     0 |   0.0 |2636M| 775 |   - |1270 | 717 |   0 |   0 |   0 |1124k|   0 | 0.000000e+00 |      --      |    Inf 
1063.73/1063.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1063.73/1063.79	c  1017s|  7950k|  7654k|     0 |   0.0 |2639M| 775 |   - |1270 | 633 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 |      --      |    Inf 
1065.12/1065.16	c  1018s|  7960k|  7664k|     0 |   0.0 |2642M| 775 |   - |1270 | 686 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 |      --      |    Inf 
1066.42/1066.42	c  1020s|  7970k|  7674k|     0 |   0.0 |2645M| 775 |   - |1270 | 685 |   0 |   0 |   0 |1127k|   0 | 0.000000e+00 |      --      |    Inf 
1067.72/1067.71	c  1021s|  7980k|  7683k|     0 |   0.0 |2648M| 775 |   - |1270 | 691 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 |      --      |    Inf 
1069.02/1069.07	c  1022s|  7990k|  7693k|     0 |   0.0 |2651M| 775 |   - |1270 | 693 |   0 |   0 |   0 |1129k|   0 | 0.000000e+00 |      --      |    Inf 
1070.33/1070.38	c  1023s|  8000k|  7703k|     0 |   0.0 |2654M| 775 |   - |1270 | 623 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 |      --      |    Inf 
1071.73/1071.70	c  1025s|  8010k|  7713k|     0 |   0.0 |2657M| 775 |   - |1270 | 672 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 |      --      |    Inf 
1073.02/1073.03	c  1026s|  8020k|  7723k|     0 |   0.0 |2661M| 775 |   - |1270 | 616 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 |      --      |    Inf 
1074.32/1074.33	c  1027s|  8030k|  7732k|     0 |   0.0 |2664M| 775 |   - |1270 | 664 |   0 |   0 |   0 |1132k|   0 | 0.000000e+00 |      --      |    Inf 
1075.63/1075.63	c  1028s|  8040k|  7742k|     0 |   0.0 |2667M| 775 |   - |1270 | 673 |   0 |   0 |   0 |1133k|   0 | 0.000000e+00 |      --      |    Inf 
1076.93/1076.98	c  1030s|  8050k|  7752k|     0 |   0.0 |2670M| 775 |   - |1270 | 637 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 |      --      |    Inf 
1078.33/1078.33	c  1031s|  8060k|  7762k|     0 |   0.0 |2673M| 775 |   - |1270 | 673 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 |      --      |    Inf 
1079.73/1079.75	c  1032s|  8070k|  7771k|     0 |   0.0 |2676M| 775 |   - |1270 | 724 |   0 |   0 |   0 |1136k|   0 | 0.000000e+00 |      --      |    Inf 
1081.02/1081.07	c  1034s|  8080k|  7781k|     0 |   0.0 |2679M| 775 |   - |1270 | 732 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 |      --      |    Inf 
1082.43/1082.41	c  1035s|  8090k|  7791k|     0 |   0.0 |2682M| 775 |   - |1270 | 685 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 |      --      |    Inf 
1083.73/1083.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1083.73/1083.71	c  1036s|  8100k|  7801k|     0 |   0.0 |2685M| 775 |   - |1270 | 722 |   0 |   0 |   0 |1139k|   0 | 0.000000e+00 |      --      |    Inf 
1085.12/1085.11	c  1037s|  8110k|  7811k|     0 |   0.0 |2689M| 775 |   - |1270 | 716 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 |      --      |    Inf 
1086.42/1086.45	c  1039s|  8120k|  7820k|     0 |   0.0 |2692M| 775 |   - |1270 | 712 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 |      --      |    Inf 
1087.83/1087.82	c  1040s|  8130k|  7830k|     0 |   0.0 |2695M| 775 |   - |1270 | 688 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 |      --      |    Inf 
1089.12/1089.19	c  1041s|  8140k|  7840k|     0 |   0.0 |2698M| 775 |   - |1270 | 780 |   0 |   0 |   0 |1142k|   0 | 0.000000e+00 |      --      |    Inf 
1090.42/1090.49	c  1043s|  8150k|  7850k|     0 |   0.0 |2701M| 775 |   - |1270 | 779 |   0 |   0 |   0 |1143k|   0 | 0.000000e+00 |      --      |    Inf 
1091.72/1091.79	c  1044s|  8160k|  7860k|     0 |   0.0 |2704M| 775 |   - |1270 | 691 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 |      --      |    Inf 
1093.23/1093.20	c  1045s|  8170k|  7869k|     0 |   0.0 |2707M| 775 |   - |1270 | 688 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 |      --      |    Inf 
1094.43/1094.45	c  1046s|  8180k|  7879k|     0 |   0.0 |2710M| 775 |   - |1270 | 768 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 |      --      |    Inf 
1095.72/1095.78	c  1048s|  8190k|  7889k|     0 |   0.0 |2713M| 775 |   - |1270 | 754 |   0 |   0 |   0 |1147k|   0 | 0.000000e+00 |      --      |    Inf 
1097.12/1097.18	c  1049s|  8200k|  7899k|     0 |   0.0 |2717M| 775 |   - |1270 | 769 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 |      --      |    Inf 
1098.42/1098.48	c  1050s|  8210k|  7909k|     0 |   0.0 |2720M| 775 |   - |1270 | 772 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 |      --      |    Inf 
1099.72/1099.76	c  1051s|  8220k|  7918k|     0 |   0.0 |2723M| 775 |   - |1270 | 744 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 |      --      |    Inf 
1101.03/1101.09	c  1053s|  8230k|  7928k|     0 |   0.0 |2726M| 775 |   - |1270 | 704 |   0 |   0 |   0 |1150k|   0 | 0.000000e+00 |      --      |    Inf 
1102.42/1102.40	c  1054s|  8240k|  7938k|     0 |   0.0 |2729M| 775 |   - |1270 | 721 |   0 |   0 |   0 |1151k|   0 | 0.000000e+00 |      --      |    Inf 
1103.62/1103.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.62/1103.65	c  1055s|  8250k|  7948k|     0 |   0.0 |2732M| 775 |   - |1270 | 665 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 |      --      |    Inf 
1104.92/1104.93	c  1056s|  8260k|  7958k|     0 |   0.0 |2735M| 775 |   - |1270 | 700 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 |      --      |    Inf 
1106.13/1106.18	c  1058s|  8270k|  7967k|     0 |   0.0 |2738M| 775 |   - |1270 | 642 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 |      --      |    Inf 
1107.42/1107.46	c  1059s|  8280k|  7977k|     0 |   0.0 |2741M| 775 |   - |1270 | 663 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 |      --      |    Inf 
1108.73/1108.71	c  1060s|  8290k|  7987k|     0 |   0.0 |2744M| 775 |   - |1270 | 720 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 |      --      |    Inf 
1110.03/1110.01	c  1061s|  8300k|  7997k|     0 |   0.0 |2747M| 775 |   - |1270 | 761 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 |      --      |    Inf 
1111.42/1111.44	c  1063s|  8310k|  8007k|     0 |   0.0 |2751M| 775 |   - |1270 | 781 |   0 |   0 |   0 |1157k|   0 | 0.000000e+00 |      --      |    Inf 
1112.72/1112.72	c  1064s|  8320k|  8016k|     0 |   0.0 |2754M| 775 |   - |1270 | 795 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 |      --      |    Inf 
1114.03/1114.04	c  1065s|  8330k|  8026k|     0 |   0.0 |2757M| 775 |   - |1270 | 752 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 |      --      |    Inf 
1115.33/1115.30	c  1066s|  8340k|  8036k|     0 |   0.0 |2760M| 775 |   - |1270 | 745 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 |      --      |    Inf 
1116.53/1116.58	c  1067s|  8350k|  8046k|     0 |   0.0 |2763M| 775 |   - |1270 | 731 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 |      --      |    Inf 
1117.83/1117.84	c  1069s|  8360k|  8056k|     0 |   0.0 |2766M| 775 |   - |1270 | 788 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 |      --      |    Inf 
1119.13/1119.17	c  1070s|  8370k|  8065k|     0 |   0.0 |2769M| 775 |   - |1270 | 789 |   0 |   0 |   0 |1163k|   0 | 0.000000e+00 |      --      |    Inf 
1120.43/1120.48	c  1071s|  8380k|  8075k|     0 |   0.0 |2772M| 775 |   - |1270 | 703 |   0 |   0 |   0 |1163k|   0 | 0.000000e+00 |      --      |    Inf 
1121.73/1121.78	c  1072s|  8390k|  8085k|     0 |   0.0 |2775M| 775 |   - |1270 | 767 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 |      --      |    Inf 
1123.13/1123.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1123.13/1123.14	c  1074s|  8400k|  8095k|     0 |   0.0 |2778M| 775 |   - |1270 | 704 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 |      --      |    Inf 
1124.63/1124.60	c  1075s|  8410k|  8105k|     0 |   0.0 |2782M| 775 |   - |1270 | 767 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 |      --      |    Inf 
1125.83/1125.87	c  1076s|  8420k|  8114k|     0 |   0.0 |2785M| 775 |   - |1270 | 751 |   0 |   0 |   0 |1167k|   0 | 0.000000e+00 |      --      |    Inf 
1127.13/1127.18	c  1078s|  8430k|  8124k|     0 |   0.0 |2788M| 775 |   - |1270 | 756 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 |      --      |    Inf 
1128.52/1128.52	c  1079s|  8440k|  8134k|     0 |   0.0 |2791M| 775 |   - |1270 | 694 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 |      --      |    Inf 
1129.83/1129.83	c  1080s|  8450k|  8144k|     0 |   0.0 |2794M| 775 |   - |1270 | 752 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 |      --      |    Inf 
1131.22/1131.26	c  1081s|  8460k|  8154k|     0 |   0.0 |2797M| 775 |   - |1270 | 648 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 |      --      |    Inf 
1132.53/1132.54	c  1083s|  8470k|  8163k|     0 |   0.0 |2800M| 775 |   - |1270 | 711 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 |      --      |    Inf 
1133.83/1133.86	c  1084s|  8480k|  8173k|     0 |   0.0 |2803M| 775 |   - |1270 | 778 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 |      --      |    Inf 
1135.13/1135.19	c  1085s|  8490k|  8183k|     0 |   0.0 |2806M| 775 |   - |1270 | 753 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 |      --      |    Inf 
1136.42/1136.49	c  1086s|  8500k|  8193k|     0 |   0.0 |2809M| 775 |   - |1270 | 712 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 |      --      |    Inf 
1137.83/1137.87	c  1088s|  8510k|  8203k|     0 |   0.0 |2812M| 775 |   - |1270 | 752 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 |      --      |    Inf 
1139.12/1139.18	c  1089s|  8520k|  8212k|     0 |   0.0 |2815M| 775 |   - |1270 | 784 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 |      --      |    Inf 
1140.43/1140.45	c  1090s|  8530k|  8222k|     0 |   0.0 |2819M| 775 |   - |1270 | 790 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 |      --      |    Inf 
1141.73/1141.76	c  1092s|  8540k|  8232k|     0 |   0.0 |2822M| 775 |   - |1270 | 808 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 |      --      |    Inf 
1143.12/1143.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1143.12/1143.12	c  1093s|  8550k|  8242k|     0 |   0.0 |2825M| 775 |   - |1270 | 746 |   0 |   0 |   0 |1178k|   0 | 0.000000e+00 |      --      |    Inf 
1144.42/1144.48	c  1094s|  8560k|  8252k|     0 |   0.0 |2828M| 775 |   - |1270 | 736 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 |      --      |    Inf 
1145.72/1145.76	c  1095s|  8570k|  8261k|     0 |   0.0 |2831M| 775 |   - |1270 | 686 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 |      --      |    Inf 
1147.02/1147.02	c  1097s|  8580k|  8271k|     0 |   0.0 |2834M| 775 |   - |1270 | 679 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 |      --      |    Inf 
1148.23/1148.29	c  1098s|  8590k|  8281k|     0 |   0.0 |2837M| 775 |   - |1270 | 720 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 |      --      |    Inf 
1149.53/1149.54	c  1099s|  8600k|  8291k|     0 |   0.0 |2840M| 775 |   - |1270 | 712 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 |      --      |    Inf 
1150.82/1150.81	c  1100s|  8610k|  8301k|     0 |   0.0 |2843M| 775 |   - |1270 | 773 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 |      --      |    Inf 
1152.03/1152.08	c  1101s|  8620k|  8310k|     0 |   0.0 |2847M| 775 |   - |1270 | 762 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 |      --      |    Inf 
1153.33/1153.32	c  1103s|  8630k|  8320k|     0 |   0.0 |2850M| 775 |   - |1270 | 733 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 |      --      |    Inf 
1154.53/1154.58	c  1104s|  8640k|  8330k|     0 |   0.0 |2853M| 775 |   - |1270 | 763 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 |      --      |    Inf 
1155.83/1155.82	c  1105s|  8650k|  8340k|     0 |   0.0 |2856M| 775 |   - |1270 | 799 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 |      --      |    Inf 
1157.03/1157.08	c  1106s|  8660k|  8350k|     0 |   0.0 |2859M| 775 |   - |1270 | 824 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 |      --      |    Inf 
1158.33/1158.33	c  1107s|  8670k|  8359k|     0 |   0.0 |2862M| 775 |   - |1270 | 794 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 |      --      |    Inf 
1159.63/1159.60	c  1109s|  8680k|  8369k|     0 |   0.0 |2865M| 775 |   - |1270 | 771 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 |      --      |    Inf 
1160.82/1160.85	c  1110s|  8690k|  8379k|     0 |   0.0 |2868M| 775 |   - |1270 | 704 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 |      --      |    Inf 
1160.82/1160.89	c (node 8690318) switching to memory saving mode (mem: 2736.0M/3420.0M)
1166.93/1166.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1166.93/1166.90	c  1116s|  8700k|  8379k|     0 |   0.0 |2874M| 775 |   - |1270 |  14k|   0 |   0 |   0 |1219k|   0 | 0.000000e+00 |      --      |    Inf 
1172.72/1172.77	c  1121s|  8710k|  8379k|     0 |   0.0 |2878M| 775 |   - |1270 |  23k|   0 |   0 |   0 |1247k|   0 | 0.000000e+00 |      --      |    Inf 
1178.72/1178.76	c  1127s|  8720k|  8379k|     0 |   0.0 |2884M| 775 |   - |1270 |  38k|   0 |   0 |   0 |1275k|   0 | 0.000000e+00 |      --      |    Inf 
1184.83/1184.82	c  1133s|  8730k|  8379k|     0 |   0.0 |2889M| 775 |   - |1270 |  50k|   0 |   0 |   0 |1304k|   0 | 0.000000e+00 |      --      |    Inf 
1190.93/1190.94	c  1139s|  8740k|  8379k|     0 |   0.0 |2891M| 775 |   - |1270 |  55k|   0 |   0 |   0 |1330k|   0 | 0.000000e+00 |      --      |    Inf 
1197.33/1197.37	c  1145s|  8750k|  8379k|     0 |   0.0 |2896M| 775 |   - |1270 |  68k|   0 |   0 |   0 |1355k|   0 | 0.000000e+00 |      --      |    Inf 
1203.63/1203.66	c  1152s|  8760k|  8379k|     0 |   0.0 |2900M| 775 |   - |1270 |  78k|   0 |   0 |   0 |1382k|   0 | 0.000000e+00 |      --      |    Inf 
1209.63/1209.67	c  1157s|  8770k|  8379k|     0 |   0.0 |2902M| 787 |   - |1270 |  84k|   0 |   0 |   0 |1406k|   0 | 0.000000e+00 |      --      |    Inf 
1215.43/1215.43	c  1163s|  8780k|  8379k|     0 |   0.0 |2907M| 787 |   - |1270 |  96k|   0 |   0 |   0 |1431k|   0 | 0.000000e+00 |      --      |    Inf 
1221.53/1221.56	c  1169s|  8790k|  8379k|     0 |   0.0 |2910M| 787 |   - |1270 | 102k|   0 |   0 |   0 |1457k|   0 | 0.000000e+00 |      --      |    Inf 
1227.43/1227.41	c  1175s|  8800k|  8379k|     0 |   0.0 |2916M| 787 |   - |1270 | 119k|   0 |   0 |   0 |1486k|   0 | 0.000000e+00 |      --      |    Inf 
1234.13/1234.11	c  1181s|  8810k|  8379k|     0 |   0.0 |2922M| 787 |   - |1270 | 134k|   0 |   0 |   0 |1513k|   0 | 0.000000e+00 |      --      |    Inf 
1240.63/1240.69	c  1188s|  8820k|  8379k|     0 |   0.0 |2922M| 787 |   - |1270 | 131k|   0 |   0 |   0 |1540k|   0 | 0.000000e+00 |      --      |    Inf 
1246.53/1246.60	c  1194s|  8830k|  8379k|     0 |   0.0 |2925M| 787 |   - |1270 | 139k|   0 |   0 |   0 |1565k|   0 | 0.000000e+00 |      --      |    Inf 
1253.02/1253.00	c  1200s|  8840k|  8379k|     0 |   0.0 |2930M| 787 |   - |1270 | 153k|   0 |   0 |   0 |1592k|   0 | 0.000000e+00 |      --      |    Inf 
1259.54/1259.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.54/1259.58	c  1206s|  8850k|  8379k|     0 |   0.0 |2930M| 787 |   - |1270 | 152k|   0 |   0 |   0 |1616k|   0 | 0.000000e+00 |      --      |    Inf 
1264.93/1265.00	c  1212s|  8860k|  8379k|     0 |   0.0 |2932M| 787 |   - |1270 | 156k|   0 |   0 |   0 |1639k|   0 | 0.000000e+00 |      --      |    Inf 
1270.03/1270.01	c  1217s|  8870k|  8379k|     0 |   0.0 |2936M| 787 |   - |1270 | 167k|   0 |   0 |   0 |1662k|   0 | 0.000000e+00 |      --      |    Inf 
1275.23/1275.28	c  1222s|  8880k|  8379k|     0 |   0.0 |2940M| 787 |   - |1270 | 178k|   0 |   0 |   0 |1685k|   0 | 0.000000e+00 |      --      |    Inf 
1281.23/1281.23	c  1228s|  8890k|  8379k|     0 |   0.0 |2947M| 787 |   - |1270 | 195k|   0 |   0 |   0 |1714k|   0 | 0.000000e+00 |      --      |    Inf 
1287.63/1287.64	c  1234s|  8900k|  8379k|     0 |   0.0 |2952M| 787 |   - |1270 | 209k|   0 |   0 |   0 |1741k|   0 | 0.000000e+00 |      --      |    Inf 
1294.03/1294.07	c  1240s|  8910k|  8379k|     0 |   0.0 |2953M| 787 |   - |1270 | 211k|   0 |   0 |   0 |1767k|   0 | 0.000000e+00 |      --      |    Inf 
1300.53/1300.59	c  1246s|  8920k|  8379k|     0 |   0.0 |2958M| 787 |   - |1270 | 226k|   0 |   0 |   0 |1796k|   0 | 0.000000e+00 |      --      |    Inf 
1306.53/1306.50	c  1252s|  8930k|  8378k|     0 |   0.0 |2966M| 787 |   - |1270 | 243k|   0 |   0 |   0 |1826k|   0 | 0.000000e+00 |      --      |    Inf 
1312.43/1312.43	c  1258s|  8940k|  8378k|     0 |   0.0 |2970M| 787 |   - |1270 | 254k|   0 |   0 |   0 |1853k|   0 | 0.000000e+00 |      --      |    Inf 
1317.84/1317.81	c  1263s|  8950k|  8379k|     0 |   0.0 |2969M| 787 |   - |1270 | 251k|   0 |   0 |   0 |1878k|   0 | 0.000000e+00 |      --      |    Inf 
1323.43/1323.43	c  1269s|  8960k|  8379k|     0 |   0.0 |2975M| 787 |   - |1270 | 267k|   0 |   0 |   0 |1907k|   0 | 0.000000e+00 |      --      |    Inf 
1329.13/1329.14	c  1274s|  8970k|  8378k|     0 |   0.0 |2981M| 787 |   - |1270 | 280k|   0 |   0 |   0 |1935k|   0 | 0.000000e+00 |      --      |    Inf 
1335.53/1335.51	c  1281s|  8980k|  8378k|     0 |   0.0 |2986M| 787 |   - |1270 | 294k|   0 |   0 |   0 |1961k|   0 | 0.000000e+00 |      --      |    Inf 
1342.04/1342.04	c  1287s|  8990k|  8378k|     0 |   0.0 |2992M| 787 |   - |1270 | 308k|   0 |   0 |   0 |1989k|   0 | 0.000000e+00 |      --      |    Inf 
1348.64/1348.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1348.64/1348.64	c  1294s|  9000k|  8378k|     0 |   0.0 |2997M| 787 |   - |1270 | 320k|   0 |   0 |   0 |2015k|   0 | 0.000000e+00 |      --      |    Inf 
1355.33/1355.35	c  1300s|  9010k|  8378k|     0 |   0.0 |2990M| 787 |   - |1270 | 302k|   0 |   0 |   0 |2038k|   0 | 0.000000e+00 |      --      |    Inf 
1362.03/1362.09	c  1307s|  9020k|  8378k|     0 |   0.0 |2985M| 787 |   - |1270 | 289k|   0 |   0 |   0 |2065k|   0 | 0.000000e+00 |      --      |    Inf 
1367.83/1367.80	c  1312s|  9030k|  8378k|     0 |   0.0 |2989M| 787 |   - |1270 | 296k|   0 |   0 |   0 |2090k|   0 | 0.000000e+00 |      --      |    Inf 
1374.23/1374.22	c  1319s|  9040k|  8378k|     0 |   0.0 |2978M| 787 |   - |1270 | 264k|   0 |   0 |   0 |2114k|   0 | 0.000000e+00 |      --      |    Inf 
1379.43/1379.48	c  1324s|  9050k|  8378k|     0 |   0.0 |2980M| 787 |   - |1270 | 269k|   0 |   0 |   0 |2138k|   0 | 0.000000e+00 |      --      |    Inf 
1386.04/1386.05	c  1330s|  9060k|  8378k|     0 |   0.0 |2984M| 787 |   - |1270 | 282k|   0 |   0 |   0 |2163k|   0 | 0.000000e+00 |      --      |    Inf 
1393.23/1393.22	c  1337s|  9070k|  8378k|     0 |   0.0 |2986M| 787 |   - |1270 | 288k|   0 |   0 |   0 |2178k|   0 | 0.000000e+00 |      --      |    Inf 
1399.53/1399.51	c  1343s|  9080k|  8378k|     0 |   0.0 |2991M| 787 |   - |1270 | 300k|   0 |   0 |   0 |2203k|   0 | 0.000000e+00 |      --      |    Inf 
1406.13/1406.18	c  1350s|  9090k|  8378k|     0 |   0.0 |2981M| 787 |   - |1270 | 270k|   0 |   0 |   0 |2228k|   0 | 0.000000e+00 |      --      |    Inf 
1412.33/1412.38	c  1356s|  9100k|  8378k|     0 |   0.0 |2985M| 787 |   - |1270 | 282k|   0 |   0 |   0 |2252k|   0 | 0.000000e+00 |      --      |    Inf 
1418.14/1418.10	c  1362s|  9110k|  8378k|     0 |   0.0 |2989M| 787 |   - |1270 | 293k|   0 |   0 |   0 |2275k|   0 | 0.000000e+00 |      --      |    Inf 
1423.44/1423.42	c  1367s|  9120k|  8378k|     0 |   0.0 |2993M| 787 |   - |1270 | 304k|   0 |   0 |   0 |2298k|   0 | 0.000000e+00 |      --      |    Inf 
1428.54/1428.55	c  1372s|  9130k|  8378k|     0 |   0.0 |2997M| 787 |   - |1270 | 316k|   0 |   0 |   0 |2321k|   0 | 0.000000e+00 |      --      |    Inf 
1434.34/1434.31	c  1377s|  9140k|  8378k|     0 |   0.0 |3002M| 787 |   - |1270 | 330k|   0 |   0 |   0 |2346k|   0 | 0.000000e+00 |      --      |    Inf 
1440.63/1440.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1440.63/1440.60	c  1384s|  9150k|  8378k|     0 |   0.0 |3005M| 800 |   - |1270 | 336k|   0 |   0 |   0 |2375k|   0 | 0.000000e+00 |      --      |    Inf 
1446.64/1446.65	c  1390s|  9160k|  8378k|     0 |   0.0 |3010M| 800 |   - |1270 | 350k|   0 |   0 |   0 |2403k|   0 | 0.000000e+00 |      --      |    Inf 
1452.73/1452.79	c  1396s|  9170k|  8378k|     0 |   0.0 |3014M| 800 |   - |1270 | 359k|   0 |   0 |   0 |2428k|   0 | 0.000000e+00 |      --      |    Inf 
1457.63/1457.68	c  1400s|  9180k|  8378k|     0 |   0.0 |3018M| 800 |   - |1270 | 368k|   0 |   0 |   0 |2453k|   0 | 0.000000e+00 |      --      |    Inf 
1465.53/1465.51	c  1408s|  9190k|  8378k|     0 |   0.0 |3014M| 800 |   - |1270 | 360k|   0 |   0 |   0 |2479k|   0 | 0.000000e+00 |      --      |    Inf 
1472.33/1472.31	c  1415s|  9200k|  8378k|     0 |   0.0 |3009M| 800 |   - |1270 | 344k|   0 |   0 |   0 |2502k|   0 | 0.000000e+00 |      --      |    Inf 
1477.64/1477.65	c  1420s|  9210k|  8378k|     0 |   0.0 |3012M| 800 |   - |1270 | 354k|   0 |   0 |   0 |2525k|   0 | 0.000000e+00 |      --      |    Inf 
1483.33/1483.35	c  1425s|  9220k|  8378k|     0 |   0.0 |3004M| 800 |   - |1270 | 332k|   0 |   0 |   0 |2548k|   0 | 0.000000e+00 |      --      |    Inf 
1490.34/1490.31	c  1432s|  9230k|  8378k|     0 |   0.0 |3009M| 800 |   - |1270 | 346k|   0 |   0 |   0 |2574k|   0 | 0.000000e+00 |      --      |    Inf 
1496.43/1496.48	c  1438s|  9240k|  8378k|     0 |   0.0 |3013M| 800 |   - |1270 | 356k|   0 |   0 |   0 |2601k|   0 | 0.000000e+00 |      --      |    Inf 
1502.34/1502.36	c  1444s|  9250k|  8378k|     0 |   0.0 |3018M| 800 |   - |1270 | 370k|   0 |   0 |   0 |2629k|   0 | 0.000000e+00 |      --      |    Inf 
1508.24/1508.20	c  1450s|  9260k|  8378k|     0 |   0.0 |3022M| 800 |   - |1270 | 382k|   0 |   0 |   0 |2655k|   0 | 0.000000e+00 |      --      |    Inf 
1513.34/1513.31	c  1455s|  9270k|  8378k|     0 |   0.0 |3026M| 800 |   - |1270 | 389k|   0 |   0 |   0 |2677k|   0 | 0.000000e+00 |      --      |    Inf 
1518.34/1518.38	c  1460s|  9280k|  8378k|     0 |   0.0 |3030M| 800 |   - |1270 | 399k|   0 |   0 |   0 |2701k|   0 | 0.000000e+00 |      --      |    Inf 
1524.14/1524.10	c  1465s|  9290k|  8378k|     0 |   0.0 |3036M| 800 |   - |1270 | 415k|   0 |   0 |   0 |2730k|   0 | 0.000000e+00 |      --      |    Inf 
1529.24/1529.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.24/1529.21	c  1470s|  9300k|  8378k|     0 |   0.0 |3040M| 800 |   - |1270 | 427k|   0 |   0 |   0 |2754k|   0 | 0.000000e+00 |      --      |    Inf 
1533.84/1533.81	c  1475s|  9310k|  8378k|     0 |   0.0 |3042M| 800 |   - |1270 | 433k|   0 |   0 |   0 |2776k|   0 | 0.000000e+00 |      --      |    Inf 
1538.94/1538.95	c  1480s|  9320k|  8378k|     0 |   0.0 |3045M| 800 |   - |1270 | 440k|   0 |   0 |   0 |2799k|   0 | 0.000000e+00 |      --      |    Inf 
1546.14/1546.10	c  1487s|  9330k|  8378k|     0 |   0.0 |3038M| 800 |   - |1270 | 422k|   0 |   0 |   0 |2825k|   0 | 0.000000e+00 |      --      |    Inf 
1552.24/1552.24	c  1493s|  9340k|  8378k|     0 |   0.0 |3036M| 800 |   - |1270 | 417k|   0 |   0 |   0 |2846k|   0 | 0.000000e+00 |      --      |    Inf 
1558.03/1558.08	c  1498s|  9350k|  8378k|     0 |   0.0 |3028M| 800 |   - |1270 | 395k|   0 |   0 |   0 |2871k|   0 | 0.000000e+00 |      --      |    Inf 
1563.84/1563.88	c  1504s|  9360k|  8378k|     0 |   0.0 |3033M| 800 |   - |1270 | 409k|   0 |   0 |   0 |2897k|   0 | 0.000000e+00 |      --      |    Inf 
1569.34/1569.36	c  1509s|  9370k|  8378k|     0 |   0.0 |3038M| 800 |   - |1270 | 421k|   0 |   0 |   0 |2924k|   0 | 0.000000e+00 |      --      |    Inf 
1575.64/1575.60	c  1516s|  9380k|  8378k|     0 |   0.0 |3042M| 800 |   - |1270 | 434k|   0 |   0 |   0 |2951k|   0 | 0.000000e+00 |      --      |    Inf 
1582.04/1582.07	c  1522s|  9390k|  8378k|     0 |   0.0 |3049M| 800 |   - |1270 | 448k|   0 |   0 |   0 |2979k|   0 | 0.000000e+00 |      --      |    Inf 
1587.94/1587.96	c  1528s|  9400k|  8378k|     0 |   0.0 |3052M| 800 |   - |1270 | 456k|   0 |   0 |   0 |3001k|   0 | 0.000000e+00 |      --      |    Inf 
1600.45/1600.42	c  1540s|  9410k|  8378k|     0 |   0.0 |3104M| 800 |   - |1270 | 427k|   0 |   0 |   0 |3025k|   0 | 0.000000e+00 |      --      |    Inf 
1606.43/1606.44	c  1546s|  9420k|  8378k|     0 |   0.0 |3108M| 800 |   - |1270 | 437k|   0 |   0 |   0 |3047k|   0 | 0.000000e+00 |      --      |    Inf 
1612.44/1612.43	c  1552s|  9430k|  8378k|     0 |   0.0 |3112M| 800 |   - |1270 | 449k|   0 |   0 |   0 |3072k|   0 | 0.000000e+00 |      --      |    Inf 
1619.15/1619.18	c  1558s|  9440k|  8378k|     0 |   0.0 |3115M| 800 |   - |1270 | 458k|   0 |   0 |   0 |3098k|   0 | 0.000000e+00 |      --      |    Inf 
1624.24/1624.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.24/1624.27	c  1563s|  9450k|  8378k|     0 |   0.0 |3117M| 800 |   - |1270 | 463k|   0 |   0 |   0 |3124k|   0 | 0.000000e+00 |      --      |    Inf 
1628.74/1628.73	c  1568s|  9460k|  8378k|     0 |   0.0 |3120M| 800 |   - |1270 | 472k|   0 |   0 |   0 |3148k|   0 | 0.000000e+00 |      --      |    Inf 
1633.64/1633.66	c  1572s|  9470k|  8378k|     0 |   0.0 |3123M| 800 |   - |1270 | 480k|   0 |   0 |   0 |3170k|   0 | 0.000000e+00 |      --      |    Inf 
1639.84/1639.86	c  1579s|  9480k|  8378k|     0 |   0.0 |3129M| 800 |   - |1270 | 498k|   0 |   0 |   0 |3200k|   0 | 0.000000e+00 |      --      |    Inf 
1645.74/1645.73	c  1584s|  9490k|  8378k|     0 |   0.0 |3134M| 800 |   - |1270 | 510k|   0 |   0 |   0 |3227k|   0 | 0.000000e+00 |      --      |    Inf 
1651.64/1651.69	c  1590s|  9500k|  8378k|     0 |   0.0 |3137M| 800 |   - |1270 | 520k|   0 |   0 |   0 |3249k|   0 | 0.000000e+00 |      --      |    Inf 
1658.14/1658.13	c  1596s|  9510k|  8378k|     0 |   0.0 |3140M| 800 |   - |1270 | 528k|   0 |   0 |   0 |3272k|   0 | 0.000000e+00 |      --      |    Inf 
1664.44/1664.43	c  1603s|  9520k|  8378k|     0 |   0.0 |3143M| 800 |   - |1270 | 536k|   0 |   0 |   0 |3295k|   0 | 0.000000e+00 |      --      |    Inf 
1670.84/1670.89	c  1609s|  9530k|  8378k|     0 |   0.0 |3148M| 800 |   - |1270 | 543k|   0 |   0 |   0 |3315k|   0 | 0.000000e+00 |      --      |    Inf 
1677.34/1677.37	c  1615s|  9540k|  8378k|     0 |   0.0 |3151M| 800 |   - |1270 | 550k|   0 |   0 |   0 |3337k|   0 | 0.000000e+00 |      --      |    Inf 
1683.84/1683.87	c  1622s|  9550k|  8378k|     0 |   0.0 |3153M| 800 |   - |1270 | 557k|   0 |   0 |   0 |3358k|   0 | 0.000000e+00 |      --      |    Inf 
1690.04/1690.09	c  1628s|  9560k|  8378k|     0 |   0.0 |3154M| 800 |   - |1270 | 562k|   0 |   0 |   0 |3374k|   0 | 0.000000e+00 |      --      |    Inf 
1696.54/1696.53	c  1634s|  9570k|  8378k|     0 |   0.0 |3158M| 800 |   - |1270 | 570k|   0 |   0 |   0 |3393k|   0 | 0.000000e+00 |      --      |    Inf 
1702.85/1702.89	c  1640s|  9580k|  8378k|     0 |   0.0 |3161M| 800 |   - |1270 | 581k|   0 |   0 |   0 |3418k|   0 | 0.000000e+00 |      --      |    Inf 
1709.04/1709.06	c  1646s|  9590k|  8378k|     0 |   0.0 |3166M| 800 |   - |1270 | 596k|   0 |   0 |   0 |3446k|   0 | 0.000000e+00 |      --      |    Inf 
1717.54/1717.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1717.54/1717.58	c  1655s|  9600k|  8378k|     0 |   0.0 |3163M| 800 |   - |1270 | 563k|   0 |   0 |   0 |3473k|   0 | 0.000000e+00 |      --      |    Inf 
1724.85/1724.88	c  1662s|  9610k|  8378k|     0 |   0.0 |3155M| 800 |   - |1270 | 543k|   0 |   0 |   0 |3499k|   0 | 0.000000e+00 |      --      |    Inf 
1730.64/1730.66	c  1668s|  9620k|  8378k|     0 |   0.0 |3159M| 800 |   - |1270 | 555k|   0 |   0 |   0 |3523k|   0 | 0.000000e+00 |      --      |    Inf 
1736.74/1736.80	c  1674s|  9630k|  8378k|     0 |   0.0 |3165M| 800 |   - |1270 | 569k|   0 |   0 |   0 |3550k|   0 | 0.000000e+00 |      --      |    Inf 
1742.95/1742.96	c  1680s|  9640k|  8378k|     0 |   0.0 |3169M| 800 |   - |1270 | 580k|   0 |   0 |   0 |3575k|   0 | 0.000000e+00 |      --      |    Inf 
1749.24/1749.25	c  1686s|  9650k|  8378k|     0 |   0.0 |3173M| 800 |   - |1270 | 592k|   0 |   0 |   0 |3600k|   0 | 0.000000e+00 |      --      |    Inf 
1755.24/1755.25	c  1692s|  9660k|  8378k|     0 |   0.0 |3177M| 800 |   - |1270 | 604k|   0 |   0 |   0 |3625k|   0 | 0.000000e+00 |      --      |    Inf 
1761.34/1761.39	c  1698s|  9670k|  8378k|     0 |   0.0 |3181M| 800 |   - |1270 | 615k|   0 |   0 |   0 |3650k|   0 | 0.000000e+00 |      --      |    Inf 
1767.15/1767.18	c  1703s|  9680k|  8378k|     0 |   0.0 |3184M| 800 |   - |1270 | 624k|   0 |   0 |   0 |3673k|   0 | 0.000000e+00 |      --      |    Inf 
1772.05/1772.00	c  1708s|  9690k|  8378k|     0 |   0.0 |3189M| 800 |   - |1270 | 631k|   0 |   0 |   0 |3691k|   0 | 0.000000e+00 |      --      |    Inf 
1777.34/1777.35	c  1713s|  9700k|  8378k|     0 |   0.0 |3193M| 800 |   - |1270 | 642k|   0 |   0 |   0 |3714k|   0 | 0.000000e+00 |      --      |    Inf 
1782.84/1782.80	c  1719s|  9710k|  8378k|     0 |   0.0 |3196M| 800 |   - |1270 | 648k|   0 |   0 |   0 |3733k|   0 | 0.000000e+00 |      --      |    Inf 
1787.45/1787.44	c  1723s|  9720k|  8378k|     0 |   0.0 |3198M| 800 |   - |1270 | 655k|   0 |   0 |   0 |3755k|   0 | 0.000000e+00 |      --      |    Inf 
1793.65/1793.69	c  1729s|  9730k|  8378k|     0 |   0.0 |3204M| 800 |   - |1270 | 671k|   0 |   0 |   0 |3783k|   0 | 0.000000e+00 |      --      |    Inf 
1799.04/1799.09	c  1734s|  9740k|  8378k|     0 |   0.0 |3207M| 800 |   - |1270 | 679k|   0 |   0 |   0 |3804k|   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) : 1735.37
1800.05/1800.00	c Solving Nodes      : 9741534
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       :    1735.37
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693755-1277891614.wbo
1800.05/1800.00	c   Variables        : 1270 (1235 binary, 0 integer, 0 implicit integer, 35 continuous)
1800.05/1800.00	c   Constraints      : 136 initial, 136 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693755-1277891614.wbo
1800.05/1800.00	c   Variables        : 1270 (1235 binary, 0 integer, 0 implicit integer, 35 continuous)
1800.05/1800.00	c   Constraints      : 135 initial, 682011 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.01          0          0          0         35          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        :         35          0      83999          0      72892          0       5155          0          0          0
1800.05/1800.00	c   setppc           :         21          0   14947637          0    9341152      72704    9897176          0          0          0
1800.05/1800.00	c   linear           :         35          0   14874933          0    9341152     530757   35872919          0          0          0
1800.05/1800.00	c   logicor          :         44+         0    6536359          0    9341152     220441    8484850          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0    9341152          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.23       0.00       0.06       0.00       0.17
1800.05/1800.00	c   setppc           :      99.10       0.00      27.01       0.00      72.09
1800.05/1800.00	c   linear           :     367.22       0.00     362.59       0.00       4.63
1800.05/1800.00	c   logicor          :     289.82       0.00     196.56       0.00      93.26
1800.05/1800.00	c   countsols        :       1.60       0.00       0.00       0.00       1.60
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       3.30          2          0          0
1800.05/1800.00	c   rootredcost      :       3.35          0          0          0
1800.05/1800.00	c   pseudoobj        :      18.73   14947437          0          0
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :     396.45     823902     823902    8819344      187.4    2144260       20.2          -
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 :          -          -          -    3445711       42.5          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -     363466      179.1          -          -          -
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        :     617.26    9341152          0          0          0          0   18682304
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.03          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.54          0          0
1800.05/1800.00	c   trysol           :       2.00          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            :    9741534
1800.05/1800.00	c   nodes (total)    :    9741534
1800.05/1800.00	c   nodes left       :    8378586
1800.05/1800.00	c   max depth        :        800
1800.05/1800.00	c   max depth (total):        800
1800.05/1800.00	c   backtracks       :     437697 (4.5%)
1800.05/1800.00	c   delayed cutoffs  :     562185
1800.05/1800.00	c   repropagations   :    1051480 (22645933 domain reductions, 423520 cutoffs)
1800.05/1800.00	c   avg switch length:       3.63
1800.05/1800.00	c   switching time   :     171.81
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-2693755-1277891614/watcher-2693755-1277891614 -o /tmp/evaluation-result-2693755-1277891614/solver-2693755-1277891614 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693755-1277891614.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.48 3/178 10172
/proc/meminfo: memFree=31294076/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=8552 CPUtime=0
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 1623 0 0 0 0 0 0 0 25 0 1 0 130459072 8757248 1545 4089446400 4194304 7136930 140733635829888 18446744073709551615 6350076 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10172/statm: 2138 1545 275 719 0 1417 0

[startup+0.0410839 s]
/proc/loadavg: 1.92 1.98 2.48 3/178 10172
/proc/meminfo: memFree=31294076/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=14800 CPUtime=0.03
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 4679 0 0 0 3 0 0 0 25 0 1 0 130459072 15155200 2962 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 3700 2962 390 719 0 2979 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14800

[startup+0.101058 s]
/proc/loadavg: 1.92 1.98 2.48 3/178 10172
/proc/meminfo: memFree=31294076/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=15192 CPUtime=0.09
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 4806 0 0 0 9 0 0 0 25 0 1 0 130459072 15556608 3089 4089446400 4194304 7136930 140733635829888 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 3798 3089 390 719 0 3077 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15192

[startup+0.301025 s]
/proc/loadavg: 1.92 1.98 2.48 3/178 10172
/proc/meminfo: memFree=31294076/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=16116 CPUtime=0.3
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 5045 0 0 0 28 2 0 0 25 0 1 0 130459072 16502784 3328 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 4029 3328 394 719 0 3308 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16116

[startup+0.70095 s]
/proc/loadavg: 1.92 1.98 2.48 3/178 10172
/proc/meminfo: memFree=31294076/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=17680 CPUtime=0.69
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 5448 0 0 0 65 4 0 0 25 0 1 0 130459072 18104320 3731 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 4420 3731 394 719 0 3699 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17680

[startup+1.50081 s]
/proc/loadavg: 1.92 1.98 2.48 3/179 10173
/proc/meminfo: memFree=31279684/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=20164 CPUtime=1.49
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 6074 0 0 0 142 7 0 0 25 0 1 0 130459072 20647936 4357 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 5041 4357 394 719 0 4320 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20164

[startup+3.10052 s]
/proc/loadavg: 1.92 1.98 2.48 3/179 10173
/proc/meminfo: memFree=31276336/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=25028 CPUtime=3.1
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 7350 0 0 0 295 15 0 0 25 0 1 0 130459072 25628672 5633 4089446400 4194304 7136930 140733635829888 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 6257 5633 394 719 0 5536 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 25028

[startup+6.30093 s]
/proc/loadavg: 1.93 1.98 2.48 3/179 10173
/proc/meminfo: memFree=31264664/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=37396 CPUtime=6.29
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 10523 0 0 0 598 31 0 0 25 0 1 0 130459072 38293504 8806 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 9349 8806 394 719 0 8628 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37396

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 2.48 3/179 10173
/proc/meminfo: memFree=31244316/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=57868 CPUtime=12.7
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 15329 0 0 0 1213 57 0 0 25 0 1 0 130459072 59256832 13612 4089446400 4194304 7136930 140733635829888 18446744073709551615 4407868 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 14467 13612 394 719 0 13746 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 57868

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 2.47 3/179 10173
/proc/meminfo: memFree=31209216/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=94604 CPUtime=25.5
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 23852 0 0 0 2434 116 0 0 25 0 1 0 130459072 96874496 22135 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 23651 22135 394 719 0 22930 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 94604

[startup+51.1008 s]
/proc/loadavg: 1.96 1.98 2.45 3/179 10174
/proc/meminfo: memFree=31141044/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=160492 CPUtime=51.09
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 41077 0 0 0 4877 232 0 0 25 0 1 0 130459072 164343808 39360 4089446400 4194304 7136930 140733635829888 18446744073709551615 4618496 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 40123 39360 394 719 0 39402 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 160492

[startup+102.307 s]
/proc/loadavg: 2.02 1.99 2.43 3/179 10303
/proc/meminfo: memFree=30869228/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=296048 CPUtime=102.3
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 74423 0 0 0 9769 461 0 0 25 0 1 0 130459072 303153152 72706 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 74012 72706 394 719 0 73291 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 296048

[startup+162.301 s]
/proc/loadavg: 2.08 2.00 2.41 3/179 10305
/proc/meminfo: memFree=30521568/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=465812 CPUtime=162.3
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 114500 0 0 0 15497 733 0 0 25 0 1 0 130459072 476991488 112783 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 116453 112783 394 719 0 115732 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 465812

[startup+222.301 s]
/proc/loadavg: 2.03 2.00 2.38 3/179 10307
/proc/meminfo: memFree=30230240/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=620280 CPUtime=222.3
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 154937 0 0 0 21225 1005 0 0 25 0 1 0 130459072 635166720 153220 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 155070 153220 394 719 0 154349 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 620280

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.35 3/179 10308
/proc/meminfo: memFree=29991580/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=807696 CPUtime=282.3
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 195267 0 0 0 26941 1289 0 0 25 0 1 0 130459072 827080704 193550 4089446400 4194304 7136930 140733635829888 18446744073709551615 4660092 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 201924 193550 394 719 0 201203 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 807696

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.33 3/179 10310
/proc/meminfo: memFree=29745632/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=976904 CPUtime=342.3
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 239309 0 0 0 32664 1566 0 0 25 0 1 0 130459072 1000349696 237592 4089446400 4194304 7136930 140733635829888 18446744073709551615 4648638 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 244226 237592 394 719 0 243505 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 976904

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.30 3/179 10311
/proc/meminfo: memFree=29534272/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=1133628 CPUtime=402.3
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 280079 0 0 0 38390 1840 0 0 25 0 1 0 130459072 1160835072 278362 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 283407 278362 394 719 0 282686 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1133628

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.28 3/179 10322
/proc/meminfo: memFree=29330516/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=1294628 CPUtime=462.31
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 321864 0 0 0 44125 2106 0 0 25 0 1 0 130459072 1325699072 320147 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 323657 320147 394 719 0 322936 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1294628

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/179 10324
/proc/meminfo: memFree=29060736/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=1449952 CPUtime=522.3
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 361979 0 0 0 49880 2350 0 0 25 0 1 0 130459072 1484750848 360262 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 362488 360262 394 719 0 361767 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1449952

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/179 10325
/proc/meminfo: memFree=28825572/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=1592396 CPUtime=582.31
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 398372 0 0 0 55660 2571 0 0 25 0 1 0 130459072 1630613504 396655 4089446400 4194304 7136930 140733635829888 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 398099 396655 394 719 0 397378 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1592396

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.23 3/179 10327
/proc/meminfo: memFree=28583840/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=1811944 CPUtime=642.31
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 438266 0 0 0 61396 2835 0 0 25 0 1 0 130459072 1855430656 436549 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 452986 436549 394 719 0 452265 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1811944

[startup+702.301 s]

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

/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 703114 0 0 0 101558 4674 0 0 25 0 1 0 130459072 2889928704 701397 4089446400 4194304 7136930 140733635829888 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 705549 701397 394 719 0 704828 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2822196

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 10340
/proc/meminfo: memFree=26964684/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=2963364 CPUtime=1122.33
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 740163 0 0 0 107294 4939 0 0 25 0 1 0 130459072 3034484736 738446 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 740841 738446 394 719 0 740120 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2963364

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 10341
/proc/meminfo: memFree=26811480/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3211036 CPUtime=1182.32
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 802623 0 0 0 113066 5166 0 0 25 0 1 0 130459072 3288100864 768143 4089446400 4194304 7136930 140733635829888 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 802759 768143 394 719 0 802038 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3211036

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 10343
/proc/meminfo: memFree=26706884/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3269472 CPUtime=1242.33
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 816278 0 0 0 118942 5291 0 0 25 0 1 0 130459072 3347939328 781798 4089446400 4194304 7136930 140733635829888 18446744073709551615 4221012 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 817368 781798 394 719 0 816647 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3269472

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.09 3/179 10344
/proc/meminfo: memFree=26615192/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3324860 CPUtime=1302.34
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 829858 0 0 0 124816 5418 0 0 25 0 1 0 130459072 3404656640 795378 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 831215 795378 394 719 0 830494 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 3324860

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.08 3/179 10346
/proc/meminfo: memFree=26528428/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3375576 CPUtime=1362.33
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 842552 0 0 0 130692 5541 0 0 25 0 1 0 130459072 3456589824 808072 4089446400 4194304 7136930 140733635829888 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 843894 808072 394 719 0 843173 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3375576

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 10348
/proc/meminfo: memFree=26479876/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3387640 CPUtime=1422.34
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 845414 0 0 0 136571 5663 0 0 25 0 1 0 130459072 3468943360 810934 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 846910 810934 394 719 0 846189 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3387640

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 10349
/proc/meminfo: memFree=26414448/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3417128 CPUtime=1482.33
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 852666 0 0 0 142439 5794 0 0 25 0 1 0 130459072 3499139072 818186 4089446400 4194304 7136930 140733635829888 18446744073709551615 5908957 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 854282 818186 394 719 0 853561 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3417128

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 10351
/proc/meminfo: memFree=26347788/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3452132 CPUtime=1542.33
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 861508 0 0 0 148300 5933 0 0 25 0 1 0 130459072 3534983168 827028 4089446400 4194304 7136930 140733635829888 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 863033 827028 394 719 0 862312 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3452132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 10352
/proc/meminfo: memFree=26191476/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3585356 CPUtime=1602.34
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 891955 0 0 0 154186 6048 0 0 25 0 1 0 130459072 3671404544 857475 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 896339 857475 394 719 0 895618 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 3585356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 10354
/proc/meminfo: memFree=26132524/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3612108 CPUtime=1662.34
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 898854 0 0 0 160055 6179 0 0 25 0 1 0 130459072 3698798592 864374 4089446400 4194304 7136930 140733635829888 18446744073709551615 5909939 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 903027 864374 394 719 0 902306 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 3612108

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 10356
/proc/meminfo: memFree=26013656/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3698532 CPUtime=1722.34
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 919825 0 0 0 165939 6295 0 0 25 0 1 0 130459072 3787296768 885345 4089446400 4194304 7136930 140733635829888 18446744073709551615 4431438 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 924633 885345 394 719 0 923912 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3698532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 10357
/proc/meminfo: memFree=25955424/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3729512 CPUtime=1782.35
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 927392 0 0 0 171809 6426 0 0 25 0 1 0 130459072 3819020288 892912 4089446400 4194304 7136930 140733635829888 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 932378 892912 394 719 0 931657 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 3729512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 10358
/proc/meminfo: memFree=25932948/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3741440 CPUtime=1800.05
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 930609 0 0 0 173537 6468 0 0 25 0 1 0 130459072 3831234560 896129 4089446400 4194304 7136930 140733635829888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10172/statm: 935360 896129 394 719 0 934639 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3741440

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10172

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.04 3/180 10359
/proc/meminfo: memFree=25931576/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3741440 CPUtime=1801.44
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 930936 0 0 0 173676 6468 0 0 25 0 1 0 130459072 3831234560 896456 4089446400 4194304 7136930 140733635829888 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10172/statm: 935360 896456 399 719 0 934639 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 3741440

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.04 3/180 10359
/proc/meminfo: memFree=25930956/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3741440 CPUtime=1801.85
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 930936 0 0 0 173717 6468 0 0 25 0 1 0 130459072 3831234560 896456 4089446400 4194304 7136930 140733635829888 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10172/statm: 935360 896456 399 719 0 934639 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 3741440

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.04 3/180 10359
/proc/meminfo: memFree=25930956/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=3741440 CPUtime=1802.04
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4202496 930936 0 0 0 173736 6468 0 0 25 0 1 0 130459072 3831234560 896456 4089446400 4194304 7136930 140733635829888 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10172/statm: 935360 896456 399 719 0 934639 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3741440

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.04 3/180 10359
/proc/meminfo: memFree=25930956/32951124 swapFree=67111528/67111528
[pid=10172] ppid=10170 vsize=0 CPUtime=1802.15
/proc/10172/stat : 10172 (pbscip.linux.x8) R 10170 10172 9243 0 -1 4203524 930936 0 0 0 173737 6478 0 0 25 0 1 0 130459072 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10172/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.12
CPU time (s): 1802.17
CPU user time (s): 1737.37
CPU system time (s): 64.7991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3741440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1737.37
system time used= 64.7991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 930936
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= 1023

runsolver used 2.52761 second user time and 5.75012 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 11:53:34
IDJOB=2693755
IDBENCH=78703
IDSOLVER=1206
FILE ID=node106/2693755-1277891614
PBS_JOBID= 11197142
Free space on /tmp= 74208 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-chnl20_30_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-2693755-1277891614/watcher-2693755-1277891614 -o /tmp/evaluation-result-2693755-1277891614/solver-2693755-1277891614 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693755-1277891614.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c77cfb1ee053e7c4147458beb2d99117
RANDOM SEED=2069629969

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31294604 kB
Buffers:        172888 kB
Cached:        1267452 kB
SwapCached:          0 kB
Active:         486492 kB
Inactive:      1027356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31294604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:       73200 kB
Mapped:          15056 kB
Slab:            78836 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   218496 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= 74204 MiB
End job on node106 at 2010-06-30 12:23:36