Trace number 2693829

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 solverMSAT (TO) 1802.1 1802.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-51-50--soft-66-100-0.wbo
MD5SUMc9611a719411a0f5e82fa4122f33d8f1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.06399
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2550
Total number of constraints101
Number of soft constraints30
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Top cost 1659
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1658
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693829-1277894884.wbo>
0.00/0.01	c original problem has 2610 variables (2580 bin, 0 int, 0 impl, 30 cont) and 132 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	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.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 30 impls, 34 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 30 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 30 impls, 34 clqs
0.00/0.02	c (round 3) 0 del vars, 1 del conss, 30 chg bounds, 0 chg sides, 0 chg coeffs, 37 upgd conss, 30 impls, 34 clqs
0.00/0.02	c (round 4) 0 del vars, 1 del conss, 30 chg bounds, 0 chg sides, 0 chg coeffs, 71 upgd conss, 30 impls, 34 clqs
0.00/0.04	c    (0.0s) probing: 101/2580 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.04	c presolving (5 rounds):
0.00/0.04	c  0 deleted vars, 1 deleted constraints, 30 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  30 implications, 34 cliques
0.00/0.04	c presolved problem has 2610 variables (2580 bin, 0 int, 0 impl, 30 cont) and 131 constraints
0.00/0.04	c      30 constraints of type <indicator>
0.00/0.04	c      34 constraints of type <setppc>
0.00/0.04	c      30 constraints of type <linear>
0.00/0.04	c      37 constraints of type <logicor>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.02
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 1.2.1.2
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1799.99
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 3420
0.00/0.04	c 
0.00/0.04	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c lp/solvefreq = -1
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.04	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.04	c   0.0s|     1 |     2 |     0 |     - |5096k|   0 |   - |2610 | 131 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.86	c   1.7s| 10000 |  9965 |     0 |   0.0 |8460k|1928 |   - |2610 | 226 |   0 |   0 |   0 | 187 |   0 | 0.000000e+00 |      --      |    Inf 
3.68/3.72	c   3.3s| 20000 | 19927 |     0 |   0.0 |  11M|1928 |   - |2610 | 249 |   0 |   0 |   0 | 385 |   0 | 0.000000e+00 |      --      |    Inf 
5.58/5.67	c   5.1s| 30000 | 29898 |     0 |   0.0 |  14M|1928 |   - |2610 | 262 |   0 |   0 |   0 | 553 |   0 | 0.000000e+00 |      --      |    Inf 
7.69/7.74	c   7.0s| 40000 | 39872 |     0 |   0.0 |  17M|1928 |   - |2610 | 284 |   0 |   0 |   0 | 682 |   0 | 0.000000e+00 |      --      |    Inf 
9.79/9.80	c   8.9s| 50000 | 49852 |     0 |   0.0 |  20M|1928 |   - |2610 | 275 |   0 |   0 |   0 | 785 |   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.76	c  10.7s| 60000 | 59824 |     0 |   0.0 |  23M|1969 |   - |2610 | 304 |   0 |   0 |   0 | 936 |   0 | 0.000000e+00 |      --      |    Inf 
13.69/13.76	c  12.6s| 70000 | 69791 |     0 |   0.0 |  25M|2003 |   - |2610 | 353 |   0 |   0 |   0 |1102 |   0 | 0.000000e+00 |      --      |    Inf 
15.78/15.80	c  14.4s| 80000 | 79762 |     0 |   0.0 |  28M|2025 |   - |2610 | 366 |   0 |   0 |   0 |1236 |   0 | 0.000000e+00 |      --      |    Inf 
17.77/17.83	c  16.2s| 90000 | 89736 |     0 |   0.0 |  31M|2025 |   - |2610 | 365 |   0 |   0 |   0 |1353 |   0 | 0.000000e+00 |      --      |    Inf 
19.77/19.85	c  18.1s|100000 | 99704 |     0 |   0.0 |  34M|2025 |   - |2610 | 390 |   0 |   0 |   0 |1530 |   0 | 0.000000e+00 |      --      |    Inf 
21.87/21.90	c  19.9s|110000 |109678 |     0 |   0.0 |  36M|2025 |   - |2610 | 369 |   0 |   0 |   0 |1676 |   0 | 0.000000e+00 |      --      |    Inf 
23.87/23.92	c  21.8s|120000 |119654 |     0 |   0.0 |  39M|2025 |   - |2610 | 400 |   0 |   0 |   0 |1824 |   0 | 0.000000e+00 |      --      |    Inf 
25.76/25.86	c  23.5s|130000 |129633 |     0 |   0.0 |  42M|2025 |   - |2610 | 402 |   0 |   0 |   0 |1940 |   0 | 0.000000e+00 |      --      |    Inf 
27.86/27.91	c  25.4s|140000 |139597 |     0 |   0.0 |  45M|2025 |   - |2610 | 421 |   0 |   0 |   0 |2127 |   0 | 0.000000e+00 |      --      |    Inf 
29.86/29.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.86/29.93	c  27.3s|150000 |149562 |     0 |   0.0 |  48M|2025 |   - |2610 | 433 |   0 |   0 |   0 |2316 |   0 | 0.000000e+00 |      --      |    Inf 
31.86/31.95	c  29.1s|160000 |159539 |     0 |   0.0 |  50M|2025 |   - |2610 | 440 |   0 |   0 |   0 |2435 |   0 | 0.000000e+00 |      --      |    Inf 
33.86/33.92	c  30.9s|170000 |169514 |     0 |   0.0 |  53M|2025 |   - |2610 | 458 |   0 |   0 |   0 |2563 |   0 | 0.000000e+00 |      --      |    Inf 
35.86/35.93	c  32.7s|180000 |179491 |     0 |   0.0 |  56M|2025 |   - |2610 | 477 |   0 |   0 |   0 |2679 |   0 | 0.000000e+00 |      --      |    Inf 
37.75/37.88	c  34.5s|190000 |189460 |     0 |   0.0 |  59M|2025 |   - |2610 | 516 |   0 |   0 |   0 |2849 |   0 | 0.000000e+00 |      --      |    Inf 
39.85/39.92	c  36.4s|200000 |199428 |     0 |   0.0 |  61M|2025 |   - |2610 | 534 |   0 |   0 |   0 |3006 |   0 | 0.000000e+00 |      --      |    Inf 
41.85/41.94	c  38.2s|210000 |209395 |     0 |   0.0 |  64M|2025 |   - |2610 | 554 |   0 |   0 |   0 |3182 |   0 | 0.000000e+00 |      --      |    Inf 
43.86/43.95	c  40.0s|220000 |219367 |     0 |   0.0 |  67M|2025 |   - |2610 | 536 |   0 |   0 |   0 |3331 |   0 | 0.000000e+00 |      --      |    Inf 
45.85/45.93	c  41.9s|230000 |229336 |     0 |   0.0 |  70M|2025 |   - |2610 | 559 |   0 |   0 |   0 |3500 |   0 | 0.000000e+00 |      --      |    Inf 
47.85/47.91	c  43.7s|240000 |239316 |     0 |   0.0 |  72M|2025 |   - |2610 | 559 |   0 |   0 |   0 |3620 |   0 | 0.000000e+00 |      --      |    Inf 
49.85/49.94	c  45.5s|250000 |249278 |     0 |   0.0 |  75M|2025 |   - |2610 | 567 |   0 |   0 |   0 |3826 |   0 | 0.000000e+00 |      --      |    Inf 
51.75/51.84	c  47.2s|260000 |259249 |     0 |   0.0 |  78M|2025 |   - |2610 | 600 |   0 |   0 |   0 |3975 |   0 | 0.000000e+00 |      --      |    Inf 
53.76/53.84	c  49.1s|270000 |269217 |     0 |   0.0 |  81M|2025 |   - |2610 | 631 |   0 |   0 |   0 |4150 |   0 | 0.000000e+00 |      --      |    Inf 
55.75/55.80	c  50.9s|280000 |279185 |     0 |   0.0 |  83M|2025 |   - |2610 | 632 |   0 |   0 |   0 |4314 |   0 | 0.000000e+00 |      --      |    Inf 
57.65/57.71	c  52.6s|290000 |289158 |     0 |   0.0 |  86M|2025 |   - |2610 | 651 |   0 |   0 |   0 |4458 |   0 | 0.000000e+00 |      --      |    Inf 
59.55/59.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.55/59.63	c  54.4s|300000 |299123 |     0 |   0.0 |  89M|2025 |   - |2610 | 696 |   0 |   0 |   0 |4635 |   0 | 0.000000e+00 |      --      |    Inf 
61.46/61.56	c  56.1s|310000 |309094 |     0 |   0.0 |  92M|2025 |   - |2610 | 697 |   0 |   0 |   0 |4794 |   0 | 0.000000e+00 |      --      |    Inf 
63.35/63.49	c  57.8s|320000 |319058 |     0 |   0.0 |  95M|2025 |   - |2610 | 703 |   0 |   0 |   0 |4993 |   0 | 0.000000e+00 |      --      |    Inf 
65.25/65.38	c  59.6s|330000 |329040 |     0 |   0.0 |  97M|2025 |   - |2610 | 674 |   0 |   0 |   0 |5102 |   0 | 0.000000e+00 |      --      |    Inf 
67.16/67.29	c  61.3s|340000 |339006 |     0 |   0.0 | 100M|2025 |   - |2610 | 716 |   0 |   0 |   0 |5288 |   0 | 0.000000e+00 |      --      |    Inf 
69.16/69.21	c  63.1s|350000 |348978 |     0 |   0.0 | 103M|2025 |   - |2610 | 683 |   0 |   0 |   0 |5433 |   0 | 0.000000e+00 |      --      |    Inf 
71.05/71.19	c  64.9s|360000 |358936 |     0 |   0.0 | 106M|2025 |   - |2610 | 733 |   0 |   0 |   0 |5649 |   0 | 0.000000e+00 |      --      |    Inf 
73.05/73.15	c  66.7s|370000 |368902 |     0 |   0.0 | 108M|2025 |   - |2610 | 733 |   0 |   0 |   0 |5823 |   0 | 0.000000e+00 |      --      |    Inf 
74.95/75.08	c  68.4s|380000 |378873 |     0 |   0.0 | 111M|2025 |   - |2610 | 731 |   0 |   0 |   0 |5969 |   0 | 0.000000e+00 |      --      |    Inf 
76.95/77.04	c  70.2s|390000 |388826 |     0 |   0.0 | 114M|2025 |   - |2610 | 765 |   0 |   0 |   0 |6188 |   0 | 0.000000e+00 |      --      |    Inf 
78.86/78.95	c  71.9s|400000 |398789 |     0 |   0.0 | 117M|2025 |   - |2610 | 791 |   0 |   0 |   0 |6388 |   0 | 0.000000e+00 |      --      |    Inf 
80.65/80.78	c  73.6s|410000 |408760 |     0 |   0.0 | 120M|2025 |   - |2610 | 778 |   0 |   0 |   0 |6538 |   0 | 0.000000e+00 |      --      |    Inf 
82.45/82.56	c  75.2s|420000 |418728 |     0 |   0.0 | 122M|2025 |   - |2610 | 799 |   0 |   0 |   0 |6703 |   0 | 0.000000e+00 |      --      |    Inf 
84.25/84.34	c  76.8s|430000 |428701 |     0 |   0.0 | 125M|2025 |   - |2610 | 811 |   0 |   0 |   0 |6848 |   0 | 0.000000e+00 |      --      |    Inf 
86.05/86.19	c  78.4s|440000 |438664 |     0 |   0.0 | 128M|2025 |   - |2610 | 833 |   0 |   0 |   0 |7053 |   0 | 0.000000e+00 |      --      |    Inf 
87.86/87.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.86/87.97	c  80.0s|450000 |448634 |     0 |   0.0 | 131M|2025 |   - |2610 | 829 |   0 |   0 |   0 |7210 |   0 | 0.000000e+00 |      --      |    Inf 
89.76/89.83	c  81.7s|460000 |458595 |     0 |   0.0 | 134M|2025 |   - |2610 | 845 |   0 |   0 |   0 |7411 |   0 | 0.000000e+00 |      --      |    Inf 
91.45/91.58	c  83.2s|470000 |468557 |     0 |   0.0 | 137M|2025 |   - |2610 | 872 |   0 |   0 |   0 |7618 |   0 | 0.000000e+00 |      --      |    Inf 
93.25/93.34	c  84.8s|480000 |478529 |     0 |   0.0 | 139M|2025 |   - |2610 | 869 |   0 |   0 |   0 |7774 |   0 | 0.000000e+00 |      --      |    Inf 
95.15/95.25	c  86.6s|490000 |488491 |     0 |   0.0 | 142M|2025 |   - |2610 | 872 |   0 |   0 |   0 |7963 |   0 | 0.000000e+00 |      --      |    Inf 
96.95/97.07	c  88.2s|500000 |498446 |     0 |   0.0 | 145M|2025 |   - |2610 | 897 |   0 |   0 |   0 |8208 |   0 | 0.000000e+00 |      --      |    Inf 
98.75/98.82	c  89.8s|510000 |508413 |     0 |   0.0 | 148M|2025 |   - |2610 | 888 |   0 |   0 |   0 |8379 |   0 | 0.000000e+00 |      --      |    Inf 
100.45/100.58	c  91.4s|520000 |518373 |     0 |   0.0 | 151M|2025 |   - |2610 | 912 |   0 |   0 |   0 |8589 |   0 | 0.000000e+00 |      --      |    Inf 
102.26/102.33	c  92.9s|530000 |528337 |     0 |   0.0 | 154M|2025 |   - |2610 | 925 |   0 |   0 |   0 |8779 |   0 | 0.000000e+00 |      --      |    Inf 
104.05/104.12	c  94.5s|540000 |538298 |     0 |   0.0 | 157M|2025 |   - |2610 | 940 |   0 |   0 |   0 |8989 |   0 | 0.000000e+00 |      --      |    Inf 
105.86/105.90	c  96.2s|550000 |548274 |     0 |   0.0 | 159M|2025 |   - |2610 | 928 |   0 |   0 |   0 |9122 |   0 | 0.000000e+00 |      --      |    Inf 
107.56/107.69	c  97.8s|560000 |558237 |     0 |   0.0 | 162M|2025 |   - |2610 | 934 |   0 |   0 |   0 |9309 |   0 | 0.000000e+00 |      --      |    Inf 
109.35/109.42	c  99.3s|570000 |568191 |     0 |   0.0 | 165M|2025 |   - |2610 | 955 |   0 |   0 |   0 |9549 |   0 | 0.000000e+00 |      --      |    Inf 
111.15/111.25	c   101s|580000 |578143 |     0 |   0.0 | 168M|2025 |   - |2610 | 961 |   0 |   0 |   0 |9797 |   0 | 0.000000e+00 |      --      |    Inf 
112.96/113.01	c   103s|590000 |588107 |     0 |   0.0 | 171M|2025 |   - |2610 | 951 |   0 |   0 |   0 |9987 |   0 | 0.000000e+00 |      --      |    Inf 
114.75/114.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.75/114.80	c   104s|600000 |598061 |     0 |   0.0 | 174M|2025 |   - |2610 | 989 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
116.55/116.61	c   106s|610000 |608019 |     0 |   0.0 | 177M|2025 |   - |2610 |1002 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
118.25/118.39	c   107s|620000 |617977 |     0 |   0.0 | 180M|2025 |   - |2610 | 964 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
120.06/120.19	c   109s|630000 |627915 |     0 |   0.0 | 183M|2025 |   - |2610 |1061 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
121.86/121.97	c   111s|640000 |637878 |     0 |   0.0 | 186M|2025 |   - |2610 |1045 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
123.75/123.80	c   112s|650000 |647847 |     0 |   0.0 | 188M|2025 |   - |2610 |1029 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
125.56/125.64	c   114s|660000 |657809 |     0 |   0.0 | 191M|2025 |   - |2610 |1087 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
127.35/127.47	c   116s|670000 |667760 |     0 |   0.0 | 194M|2025 |   - |2610 |1101 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
129.16/129.27	c   117s|680000 |677719 |     0 |   0.0 | 197M|2025 |   - |2610 |1074 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
130.96/131.03	c   119s|690000 |687680 |     0 |   0.0 | 200M|2025 |   - |2610 |1085 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
132.85/132.90	c   120s|700000 |697601 |     0 |   0.0 | 203M|2025 |   - |2610 |1116 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
134.66/134.74	c   122s|710000 |707554 |     0 |   0.0 | 206M|2025 |   - |2610 |1129 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
136.45/136.55	c   124s|720000 |717514 |     0 |   0.0 | 209M|2025 |   - |2610 |1130 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
138.26/138.36	c   125s|730000 |727472 |     0 |   0.0 | 212M|2025 |   - |2610 |1159 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
140.15/140.20	c   127s|740000 |737414 |     0 |   0.0 | 215M|2025 |   - |2610 |1223 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
141.95/142.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.95/142.05	c   129s|750000 |747367 |     0 |   0.0 | 218M|2025 |   - |2610 |1213 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
143.75/143.88	c   130s|760000 |757322 |     0 |   0.0 | 221M|2025 |   - |2610 |1225 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
145.65/145.75	c   132s|770000 |767269 |     0 |   0.0 | 224M|2025 |   - |2610 |1227 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
147.56/147.63	c   134s|780000 |777217 |     0 |   0.0 | 226M|2025 |   - |2610 |1212 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
149.36/149.47	c   135s|790000 |787178 |     0 |   0.0 | 229M|2025 |   - |2610 |1241 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
151.25/151.38	c   137s|800000 |797133 |     0 |   0.0 | 232M|2025 |   - |2610 |1239 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
153.25/153.31	c   139s|810000 |807094 |     0 |   0.0 | 235M|2025 |   - |2610 |1219 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
155.15/155.29	c   141s|820000 |816970 |     0 |   0.0 | 238M|2025 |   - |2610 |1203 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
157.16/157.25	c   143s|830000 |826926 |     0 |   0.0 | 241M|2025 |   - |2610 |1232 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
159.06/159.15	c   144s|840000 |836890 |     0 |   0.0 | 244M|2025 |   - |2610 |1213 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
160.95/161.10	c   146s|850000 |846850 |     0 |   0.0 | 247M|2025 |   - |2610 |1231 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
163.05/163.15	c   148s|860000 |856790 |     0 |   0.0 | 250M|2025 |   - |2610 |1228 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
165.06/165.17	c   150s|870000 |866747 |     0 |   0.0 | 253M|2025 |   - |2610 |1259 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
167.16/167.22	c   152s|880000 |876698 |     0 |   0.0 | 256M|2025 |   - |2610 |1228 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
169.15/169.27	c   153s|890000 |886652 |     0 |   0.0 | 259M|2025 |   - |2610 |1206 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
171.16/171.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.16/171.29	c   155s|900000 |896605 |     0 |   0.0 | 262M|2025 |   - |2610 |1227 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
173.15/173.29	c   157s|910000 |906562 |     0 |   0.0 | 265M|2025 |   - |2610 |1208 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
175.26/175.31	c   159s|920000 |916511 |     0 |   0.0 | 268M|2025 |   - |2610 |1208 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
177.25/177.30	c   161s|930000 |926469 |     0 |   0.0 | 271M|2025 |   - |2610 |1216 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
179.16/179.26	c   163s|940000 |936423 |     0 |   0.0 | 274M|2025 |   - |2610 |1230 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
181.16/181.24	c   164s|950000 |946371 |     0 |   0.0 | 277M|2025 |   - |2610 |1215 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
183.15/183.21	c   166s|960000 |956321 |     0 |   0.0 | 280M|2025 |   - |2610 |1191 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
185.05/185.15	c   168s|970000 |966270 |     0 |   0.0 | 283M|2025 |   - |2610 |1206 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
186.96/187.07	c   170s|980000 |976221 |     0 |   0.0 | 286M|2025 |   - |2610 |1212 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
188.86/188.98	c   171s|990000 |986161 |     0 |   0.0 | 289M|2025 |   - |2610 |1219 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
190.75/190.87	c   173s|  1000k|996118 |     0 |   0.0 | 292M|2025 |   - |2610 |1217 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
192.65/192.74	c   175s|  1010k|  1006k|     0 |   0.0 | 295M|2025 |   - |2610 |1226 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
194.45/194.59	c   176s|  1020k|  1016k|     0 |   0.0 | 298M|2025 |   - |2610 |1203 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
196.36/196.42	c   178s|  1030k|  1025k|     0 |   0.0 | 301M|2025 |   - |2610 |1214 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
198.15/198.26	c   180s|  1040k|  1035k|     0 |   0.0 | 304M|2025 |   - |2610 |1223 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
199.95/200.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.95/200.07	c   181s|  1050k|  1045k|     0 |   0.0 | 307M|2025 |   - |2610 |1237 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
201.76/201.87	c   183s|  1060k|  1055k|     0 |   0.0 | 310M|2025 |   - |2610 |1213 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
203.55/203.63	c   185s|  1070k|  1065k|     0 |   0.0 | 313M|2025 |   - |2610 |1224 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
205.36/205.41	c   186s|  1080k|  1075k|     0 |   0.0 | 316M|2025 |   - |2610 |1264 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
207.16/207.20	c   188s|  1090k|  1085k|     0 |   0.0 | 319M|2025 |   - |2610 |1228 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
208.86/208.99	c   189s|  1100k|  1095k|     0 |   0.0 | 322M|2025 |   - |2610 |1230 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
210.76/210.80	c   191s|  1110k|  1105k|     0 |   0.0 | 325M|2025 |   - |2610 |1245 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
212.45/212.58	c   193s|  1120k|  1115k|     0 |   0.0 | 328M|2025 |   - |2610 |1246 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
214.25/214.34	c   194s|  1130k|  1125k|     0 |   0.0 | 331M|2025 |   - |2610 |1253 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
215.96/216.08	c   196s|  1140k|  1135k|     0 |   0.0 | 334M|2025 |   - |2610 |1231 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
217.66/217.75	c   197s|  1150k|  1145k|     0 |   0.0 | 338M|2025 |   - |2610 |1253 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
219.35/219.42	c   199s|  1160k|  1155k|     0 |   0.0 | 341M|2025 |   - |2610 |1279 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
221.06/221.12	c   200s|  1170k|  1165k|     0 |   0.0 | 344M|2025 |   - |2610 |1295 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
222.65/222.74	c   202s|  1180k|  1175k|     0 |   0.0 | 347M|2025 |   - |2610 |1299 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
224.26/224.40	c   203s|  1190k|  1185k|     0 |   0.0 | 350M|2025 |   - |2610 |1298 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
225.96/226.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.96/226.04	c   205s|  1200k|  1194k|     0 |   0.0 | 353M|2025 |   - |2610 |1322 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
227.56/227.60	c   206s|  1210k|  1204k|     0 |   0.0 | 357M|2025 |   - |2610 |1321 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
229.05/229.18	c   207s|  1220k|  1214k|     0 |   0.0 | 360M|2025 |   - |2610 |1322 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
230.65/230.72	c   209s|  1230k|  1224k|     0 |   0.0 | 363M|2025 |   - |2610 |1345 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
232.16/232.28	c   210s|  1240k|  1234k|     0 |   0.0 | 366M|2025 |   - |2610 |1345 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
233.76/233.81	c   212s|  1250k|  1244k|     0 |   0.0 | 370M|2025 |   - |2610 |1361 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
235.26/235.35	c   213s|  1260k|  1254k|     0 |   0.0 | 373M|2025 |   - |2610 |1396 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
236.76/236.87	c   214s|  1270k|  1264k|     0 |   0.0 | 376M|2025 |   - |2610 |1422 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
238.26/238.36	c   216s|  1280k|  1274k|     0 |   0.0 | 380M|2025 |   - |2610 |1457 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
239.77/239.81	c   217s|  1290k|  1284k|     0 |   0.0 | 383M|2025 |   - |2610 |1422 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
241.16/241.28	c   218s|  1300k|  1294k|     0 |   0.0 | 387M|2025 |   - |2610 |1414 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
242.65/242.73	c   219s|  1310k|  1303k|     0 |   0.0 | 391M|2025 |   - |2610 |1445 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
244.06/244.11	c   221s|  1320k|  1313k|     0 |   0.0 | 394M|2025 |   - |2610 |1500 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
245.46/245.50	c   222s|  1330k|  1323k|     0 |   0.0 | 398M|2025 |   - |2610 |1625 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
246.76/246.83	c   223s|  1340k|  1333k|     0 |   0.0 | 402M|2025 |   - |2610 |1626 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
248.06/248.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.06/248.18	c   224s|  1350k|  1343k|     0 |   0.0 | 406M|2025 |   - |2610 |1601 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
249.46/249.52	c   225s|  1360k|  1353k|     0 |   0.0 | 411M|2025 |   - |2610 |1709 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
250.76/250.84	c   226s|  1370k|  1362k|     0 |   0.0 | 415M|2025 |   - |2610 |1670 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
252.25/252.37	c   228s|  1380k|  1372k|     0 |   0.0 | 421M|2025 |   - |2610 |1643 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
254.96/255.02	c   230s|  1390k|  1381k|     0 |   0.0 | 429M|2025 |   - |2610 |2301 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
255.06/255.17	o 1
255.06/255.17	c * 230s|  1390k|  1380k|     0 |   0.0 | 429M|2189 |   - |2610 |2296 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
256.96/257.02	c   232s|  1400k|  1389k|     0 |   0.0 | 431M|2189 |   - |2610 |1882 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
258.96/259.07	c   234s|  1410k|  1399k|     0 |   0.0 | 433M|2189 |   - |2610 |1192 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
261.05/261.16	c   236s|  1420k|  1409k|     0 |   0.0 | 436M|2189 |   - |2610 |1167 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.15/263.21	c   238s|  1430k|  1419k|     0 |   0.0 | 439M|2189 |   - |2610 |1141 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.16/265.23	c   240s|  1440k|  1429k|     0 |   0.0 | 442M|2189 |   - |2610 |1127 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
267.05/267.16	c   241s|  1450k|  1439k|     0 |   0.0 | 444M|2189 |   - |2610 |1130 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
269.06/269.17	c   243s|  1460k|  1449k|     0 |   0.0 | 447M|2189 |   - |2610 |1076 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.16/271.20	c   245s|  1470k|  1459k|     0 |   0.0 | 450M|2189 |   - |2610 |1052 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.16/273.21	c   247s|  1480k|  1469k|     0 |   0.0 | 453M|2189 |   - |2610 |1016 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.05/275.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.05/275.16	c   249s|  1490k|  1479k|     0 |   0.0 | 455M|2189 |   - |2610 |1039 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.17/277.22	c   251s|  1500k|  1489k|     0 |   0.0 | 458M|2189 |   - |2610 |1036 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
279.06/279.19	c   253s|  1510k|  1499k|     0 |   0.0 | 461M|2189 |   - |2610 |1029 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
281.16/281.25	c   254s|  1520k|  1508k|     0 |   0.0 | 464M|2189 |   - |2610 |1018 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.15/283.28	c   256s|  1530k|  1518k|     0 |   0.0 | 466M|2189 |   - |2610 | 993 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
285.26/285.31	c   258s|  1540k|  1528k|     0 |   0.0 | 469M|2189 |   - |2610 | 953 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
287.15/287.29	c   260s|  1550k|  1538k|     0 |   0.0 | 472M|2189 |   - |2610 | 932 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.26/289.36	c   262s|  1560k|  1548k|     0 |   0.0 | 475M|2189 |   - |2610 | 899 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.26/291.39	c   264s|  1570k|  1558k|     0 |   0.0 | 477M|2189 |   - |2610 | 861 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
293.36/293.45	c   266s|  1580k|  1568k|     0 |   0.0 | 480M|2189 |   - |2610 | 813 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.46/295.52	c   268s|  1590k|  1578k|     0 |   0.0 | 483M|2189 |   - |2610 | 847 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
297.45/297.55	c   269s|  1600k|  1588k|     0 |   0.0 | 485M|2189 |   - |2610 | 796 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
299.56/299.62	c   271s|  1610k|  1598k|     0 |   0.0 | 488M|2189 |   - |2610 | 779 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
301.45/301.59	c   273s|  1620k|  1608k|     0 |   0.0 | 491M|2189 |   - |2610 | 728 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.66/303.70	c   275s|  1630k|  1618k|     0 |   0.0 | 494M|2189 |   - |2610 | 750 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
305.66/305.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.66/305.71	c   277s|  1640k|  1628k|     0 |   0.0 | 496M|2189 |   - |2610 | 687 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
307.76/307.82	c   279s|  1650k|  1638k|     0 |   0.0 | 499M|2189 |   - |2610 | 706 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
309.76/309.82	c   281s|  1660k|  1648k|     0 |   0.0 | 502M|2189 |   - |2610 | 645 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
311.76/311.89	c   283s|  1670k|  1658k|     0 |   0.0 | 505M|2189 |   - |2610 | 623 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.76/313.89	c   284s|  1680k|  1668k|     0 |   0.0 | 507M|2189 |   - |2610 | 622 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
315.86/315.96	c   286s|  1690k|  1678k|     0 |   0.0 | 510M|2189 |   - |2610 | 670 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
317.86/317.99	c   288s|  1700k|  1688k|     0 |   0.0 | 513M|2189 |   - |2610 | 608 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.86/319.95	c   290s|  1710k|  1698k|     0 |   0.0 | 515M|2189 |   - |2610 | 631 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
321.86/321.99	c   292s|  1720k|  1708k|     0 |   0.0 | 518M|2189 |   - |2610 | 638 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
323.96/324.03	c   294s|  1730k|  1718k|     0 |   0.0 | 521M|2189 |   - |2610 | 649 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.85/325.95	c   295s|  1740k|  1728k|     0 |   0.0 | 524M|2189 |   - |2610 | 617 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
327.86/327.99	c   297s|  1750k|  1738k|     0 |   0.0 | 526M|2189 |   - |2610 | 623 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
329.97/330.06	c   299s|  1760k|  1748k|     0 |   0.0 | 529M|2189 |   - |2610 | 639 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
331.95/332.07	c   301s|  1770k|  1758k|     0 |   0.0 | 532M|2189 |   - |2610 | 627 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.96/334.02	c   303s|  1780k|  1768k|     0 |   0.0 | 534M|2189 |   - |2610 | 611 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.96/336.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.96/336.06	c   305s|  1790k|  1778k|     0 |   0.0 | 537M|2189 |   - |2610 | 629 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.96/338.07	c   306s|  1800k|  1788k|     0 |   0.0 | 540M|2189 |   - |2610 | 613 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
340.06/340.10	c   308s|  1810k|  1798k|     0 |   0.0 | 543M|2189 |   - |2610 | 619 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
342.06/342.18	c   310s|  1820k|  1808k|     0 |   0.0 | 545M|2189 |   - |2610 | 621 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.16/344.23	c   312s|  1830k|  1818k|     0 |   0.0 | 548M|2189 |   - |2610 | 630 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
346.16/346.24	c   314s|  1840k|  1828k|     0 |   0.0 | 551M|2189 |   - |2610 | 596 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
348.16/348.29	c   316s|  1850k|  1838k|     0 |   0.0 | 553M|2189 |   - |2610 | 608 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
350.26/350.34	c   318s|  1860k|  1847k|     0 |   0.0 | 556M|2189 |   - |2610 | 637 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.26/352.34	c   319s|  1870k|  1857k|     0 |   0.0 | 559M|2189 |   - |2610 | 625 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.26/354.32	c   321s|  1880k|  1867k|     0 |   0.0 | 562M|2189 |   - |2610 | 593 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
356.26/356.32	c   323s|  1890k|  1877k|     0 |   0.0 | 564M|2189 |   - |2610 | 586 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
358.26/358.33	c   325s|  1900k|  1887k|     0 |   0.0 | 567M|2189 |   - |2610 | 617 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
360.26/360.31	c   327s|  1910k|  1897k|     0 |   0.0 | 570M|2189 |   - |2610 | 609 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
362.26/362.33	c   329s|  1920k|  1907k|     0 |   0.0 | 573M|2189 |   - |2610 | 633 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
364.36/364.42	c   331s|  1930k|  1917k|     0 |   0.0 | 575M|2189 |   - |2610 | 649 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
366.36/366.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.36/366.47	c   333s|  1940k|  1927k|     0 |   0.0 | 578M|2189 |   - |2610 | 686 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
368.47/368.53	c   334s|  1950k|  1937k|     0 |   0.0 | 581M|2189 |   - |2610 | 640 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
370.36/370.48	c   336s|  1960k|  1947k|     0 |   0.0 | 583M|2189 |   - |2610 | 625 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
372.46/372.51	c   338s|  1970k|  1957k|     0 |   0.0 | 586M|2189 |   - |2610 | 624 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
374.36/374.46	c   340s|  1980k|  1967k|     0 |   0.0 | 589M|2189 |   - |2610 | 595 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.46/376.52	c   342s|  1990k|  1977k|     0 |   0.0 | 592M|2189 |   - |2610 | 641 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
378.46/378.54	c   344s|  2000k|  1987k|     0 |   0.0 | 594M|2189 |   - |2610 | 654 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.46/380.52	c   346s|  2010k|  1997k|     0 |   0.0 | 597M|2189 |   - |2610 | 656 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.46/382.53	c   347s|  2020k|  2007k|     0 |   0.0 | 600M|2189 |   - |2610 | 617 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
384.46/384.52	c   349s|  2030k|  2017k|     0 |   0.0 | 603M|2189 |   - |2610 | 632 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
386.46/386.55	c   351s|  2040k|  2027k|     0 |   0.0 | 605M|2189 |   - |2610 | 625 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
388.46/388.52	c   353s|  2050k|  2037k|     0 |   0.0 | 608M|2189 |   - |2610 | 637 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
390.46/390.53	c   355s|  2060k|  2047k|     0 |   0.0 | 611M|2189 |   - |2610 | 604 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
392.46/392.53	c   357s|  2070k|  2057k|     0 |   0.0 | 614M|2189 |   - |2610 | 678 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.46/394.55	c   359s|  2080k|  2067k|     0 |   0.0 | 616M|2189 |   - |2610 | 620 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
396.46/396.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.46/396.53	c   360s|  2090k|  2077k|     0 |   0.0 | 619M|2189 |   - |2610 | 625 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
398.46/398.50	c   362s|  2100k|  2087k|     0 |   0.0 | 622M|2189 |   - |2610 | 606 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
400.37/400.47	c   364s|  2110k|  2097k|     0 |   0.0 | 625M|2189 |   - |2610 | 645 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
402.36/402.49	c   366s|  2120k|  2107k|     0 |   0.0 | 627M|2189 |   - |2610 | 625 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.36/404.47	c   368s|  2130k|  2117k|     0 |   0.0 | 630M|2189 |   - |2610 | 615 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
406.36/406.44	c   370s|  2140k|  2127k|     0 |   0.0 | 633M|2189 |   - |2610 | 621 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.26/408.35	c   371s|  2150k|  2137k|     0 |   0.0 | 635M|2189 |   - |2610 | 626 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.36/410.47	c   373s|  2160k|  2147k|     0 |   0.0 | 638M|2189 |   - |2610 | 636 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
412.46/412.51	c   375s|  2170k|  2157k|     0 |   0.0 | 641M|2189 |   - |2610 | 619 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
414.46/414.51	c   377s|  2180k|  2167k|     0 |   0.0 | 644M|2189 |   - |2610 | 614 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.46/416.50	c   379s|  2190k|  2177k|     0 |   0.0 | 646M|2189 |   - |2610 | 631 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
418.36/418.42	c   381s|  2200k|  2187k|     0 |   0.0 | 649M|2189 |   - |2610 | 621 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
420.46/420.50	c   383s|  2210k|  2196k|     0 |   0.0 | 652M|2189 |   - |2610 | 671 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
422.37/422.45	c   385s|  2220k|  2206k|     0 |   0.0 | 655M|2189 |   - |2610 | 643 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.47/424.57	c   386s|  2230k|  2216k|     0 |   0.0 | 657M|2189 |   - |2610 | 632 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.46/426.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
426.46/426.57	c   388s|  2240k|  2226k|     0 |   0.0 | 660M|2189 |   - |2610 | 635 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
428.46/428.55	c   390s|  2250k|  2236k|     0 |   0.0 | 663M|2189 |   - |2610 | 612 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.46/430.55	c   392s|  2260k|  2246k|     0 |   0.0 | 665M|2189 |   - |2610 | 593 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
432.47/432.58	c   394s|  2270k|  2256k|     0 |   0.0 | 668M|2189 |   - |2610 | 649 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
434.47/434.56	c   396s|  2280k|  2266k|     0 |   0.0 | 671M|2189 |   - |2610 | 636 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
436.47/436.55	c   398s|  2290k|  2276k|     0 |   0.0 | 674M|2189 |   - |2610 | 640 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.36/438.48	c   399s|  2300k|  2286k|     0 |   0.0 | 676M|2189 |   - |2610 | 640 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
440.46/440.51	c   401s|  2310k|  2296k|     0 |   0.0 | 679M|2189 |   - |2610 | 595 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
442.36/442.45	c   403s|  2320k|  2306k|     0 |   0.0 | 682M|2189 |   - |2610 | 616 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
444.36/444.46	c   405s|  2330k|  2316k|     0 |   0.0 | 685M|2189 |   - |2610 | 616 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
446.36/446.47	c   407s|  2340k|  2326k|     0 |   0.0 | 687M|2189 |   - |2610 | 610 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.36/448.46	c   409s|  2350k|  2336k|     0 |   0.0 | 690M|2189 |   - |2610 | 608 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
450.36/450.40	c   410s|  2360k|  2346k|     0 |   0.0 | 693M|2189 |   - |2610 | 618 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
452.36/452.46	c   412s|  2370k|  2356k|     0 |   0.0 | 696M|2189 |   - |2610 | 629 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
454.27/454.37	c   414s|  2380k|  2366k|     0 |   0.0 | 698M|2189 |   - |2610 | 653 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
456.37/456.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
456.37/456.40	c   416s|  2390k|  2376k|     0 |   0.0 | 701M|2189 |   - |2610 | 610 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
458.26/458.38	c   418s|  2400k|  2386k|     0 |   0.0 | 704M|2189 |   - |2610 | 601 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
460.26/460.39	c   420s|  2410k|  2396k|     0 |   0.0 | 707M|2189 |   - |2610 | 600 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
462.26/462.37	c   422s|  2420k|  2406k|     0 |   0.0 | 709M|2189 |   - |2610 | 618 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
464.26/464.38	c   423s|  2430k|  2416k|     0 |   0.0 | 712M|2189 |   - |2610 | 597 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
466.27/466.40	c   425s|  2440k|  2426k|     0 |   0.0 | 715M|2189 |   - |2610 | 599 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.26/468.37	c   427s|  2450k|  2436k|     0 |   0.0 | 718M|2189 |   - |2610 | 575 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.26/470.37	c   429s|  2460k|  2446k|     0 |   0.0 | 720M|2189 |   - |2610 | 591 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
472.26/472.34	c   431s|  2470k|  2456k|     0 |   0.0 | 723M|2189 |   - |2610 | 549 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.26/474.38	c   433s|  2480k|  2466k|     0 |   0.0 | 726M|2189 |   - |2610 | 573 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.26/476.39	c   435s|  2490k|  2476k|     0 |   0.0 | 728M|2189 |   - |2610 | 569 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
478.26/478.39	c   436s|  2500k|  2486k|     0 |   0.0 | 731M|2189 |   - |2610 | 561 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
480.27/480.39	c   438s|  2510k|  2496k|     0 |   0.0 | 734M|2189 |   - |2610 | 557 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
482.36/482.40	c   440s|  2520k|  2506k|     0 |   0.0 | 737M|2189 |   - |2610 | 578 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
484.36/484.42	c   442s|  2530k|  2516k|     0 |   0.0 | 739M|2189 |   - |2610 | 526 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
486.26/486.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
486.26/486.39	c   444s|  2540k|  2526k|     0 |   0.0 | 742M|2189 |   - |2610 | 526 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
488.27/488.40	c   446s|  2550k|  2536k|     0 |   0.0 | 745M|2189 |   - |2610 | 539 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
490.36/490.41	c   447s|  2560k|  2545k|     0 |   0.0 | 748M|2189 |   - |2610 | 553 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.36/492.46	c   449s|  2570k|  2555k|     0 |   0.0 | 750M|2189 |   - |2610 | 580 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
494.36/494.45	c   451s|  2580k|  2565k|     0 |   0.0 | 753M|2189 |   - |2610 | 549 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
496.37/496.48	c   453s|  2590k|  2575k|     0 |   0.0 | 756M|2189 |   - |2610 | 588 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
498.46/498.53	c   455s|  2600k|  2585k|     0 |   0.0 | 759M|2189 |   - |2610 | 591 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
500.47/500.51	c   457s|  2610k|  2595k|     0 |   0.0 | 761M|2189 |   - |2610 | 611 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
502.46/502.59	c   458s|  2620k|  2605k|     0 |   0.0 | 764M|2189 |   - |2610 | 579 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
504.46/504.54	c   460s|  2630k|  2615k|     0 |   0.0 | 767M|2189 |   - |2610 | 586 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
506.46/506.55	c   462s|  2640k|  2625k|     0 |   0.0 | 769M|2189 |   - |2610 | 582 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.36/508.49	c   464s|  2650k|  2635k|     0 |   0.0 | 772M|2189 |   - |2610 | 603 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
510.37/510.49	c   466s|  2660k|  2645k|     0 |   0.0 | 775M|2189 |   - |2610 | 550 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.36/512.48	c   468s|  2670k|  2655k|     0 |   0.0 | 778M|2189 |   - |2610 | 577 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
514.36/514.47	c   469s|  2680k|  2665k|     0 |   0.0 | 780M|2189 |   - |2610 | 567 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
516.36/516.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
516.36/516.48	c   471s|  2690k|  2675k|     0 |   0.0 | 783M|2189 |   - |2610 | 568 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
518.36/518.45	c   473s|  2700k|  2685k|     0 |   0.0 | 786M|2189 |   - |2610 | 534 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
520.46/520.52	c   475s|  2710k|  2695k|     0 |   0.0 | 789M|2189 |   - |2610 | 609 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.37/522.48	c   477s|  2720k|  2705k|     0 |   0.0 | 791M|2189 |   - |2610 | 547 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
524.36/524.47	c   479s|  2730k|  2715k|     0 |   0.0 | 794M|2189 |   - |2610 | 562 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
526.36/526.48	c   480s|  2740k|  2725k|     0 |   0.0 | 797M|2189 |   - |2610 | 592 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.47/528.52	c   482s|  2750k|  2735k|     0 |   0.0 | 800M|2189 |   - |2610 | 593 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
530.46/530.50	c   484s|  2760k|  2745k|     0 |   0.0 | 802M|2189 |   - |2610 | 613 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.37/532.49	c   486s|  2770k|  2755k|     0 |   0.0 | 805M|2189 |   - |2610 | 577 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
534.37/534.47	c   488s|  2780k|  2765k|     0 |   0.0 | 808M|2189 |   - |2610 | 582 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
536.46/536.55	c   490s|  2790k|  2775k|     0 |   0.0 | 811M|2189 |   - |2610 | 593 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
538.46/538.55	c   491s|  2800k|  2785k|     0 |   0.0 | 813M|2189 |   - |2610 | 569 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
540.47/540.54	c   493s|  2810k|  2795k|     0 |   0.0 | 816M|2189 |   - |2610 | 581 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
542.46/542.58	c   495s|  2820k|  2805k|     0 |   0.0 | 819M|2189 |   - |2610 | 596 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
544.56/544.63	c   497s|  2830k|  2815k|     0 |   0.0 | 821M|2189 |   - |2610 | 528 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
546.67/546.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
546.67/546.71	c   499s|  2840k|  2825k|     0 |   0.0 | 824M|2189 |   - |2610 | 542 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
548.57/548.69	c   501s|  2850k|  2835k|     0 |   0.0 | 827M|2189 |   - |2610 | 533 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
550.67/550.78	c   503s|  2860k|  2845k|     0 |   0.0 | 830M|2189 |   - |2610 | 532 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
552.76/552.81	c   504s|  2870k|  2855k|     0 |   0.0 | 832M|2189 |   - |2610 | 551 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
554.66/554.79	c   506s|  2880k|  2865k|     0 |   0.0 | 835M|2189 |   - |2610 | 539 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
556.67/556.78	c   508s|  2890k|  2875k|     0 |   0.0 | 838M|2189 |   - |2610 | 522 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
558.67/558.77	c   510s|  2900k|  2885k|     0 |   0.0 | 841M|2189 |   - |2610 | 528 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
560.66/560.72	c   512s|  2910k|  2895k|     0 |   0.0 | 843M|2189 |   - |2610 | 495 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
562.66/562.76	c   513s|  2920k|  2904k|     0 |   0.0 | 846M|2189 |   - |2610 | 544 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
564.67/564.79	c   515s|  2930k|  2914k|     0 |   0.0 | 849M|2189 |   - |2610 | 552 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
566.66/566.79	c   517s|  2940k|  2924k|     0 |   0.0 | 851M|2189 |   - |2610 | 551 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
568.77/568.84	c   519s|  2950k|  2934k|     0 |   0.0 | 854M|2189 |   - |2610 | 542 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
570.77/570.81	c   521s|  2960k|  2944k|     0 |   0.0 | 857M|2189 |   - |2610 | 505 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
572.77/572.83	c   523s|  2970k|  2954k|     0 |   0.0 | 860M|2189 |   - |2610 | 532 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
574.76/574.81	c   524s|  2980k|  2964k|     0 |   0.0 | 862M|2189 |   - |2610 | 515 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
576.77/576.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.77/576.82	c   526s|  2990k|  2974k|     0 |   0.0 | 865M|2189 |   - |2610 | 490 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
578.77/578.84	c   528s|  3000k|  2984k|     0 |   0.0 | 868M|2189 |   - |2610 | 492 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.86/580.90	c   530s|  3010k|  2994k|     0 |   0.0 | 871M|2189 |   - |2610 | 508 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
582.97/583.00	c   532s|  3020k|  3004k|     0 |   0.0 | 873M|2189 |   - |2610 | 527 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
584.86/584.98	c   534s|  3030k|  3014k|     0 |   0.0 | 876M|2189 |   - |2610 | 538 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
586.87/586.99	c   536s|  3040k|  3024k|     0 |   0.0 | 879M|2189 |   - |2610 | 576 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
588.96/589.03	c   537s|  3050k|  3034k|     0 |   0.0 | 882M|2189 |   - |2610 | 552 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
590.87/590.99	c   539s|  3060k|  3044k|     0 |   0.0 | 884M|2189 |   - |2610 | 536 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
592.97/593.06	c   541s|  3070k|  3054k|     0 |   0.0 | 887M|2189 |   - |2610 | 518 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
594.97/595.04	c   543s|  3080k|  3064k|     0 |   0.0 | 890M|2189 |   - |2610 | 517 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
597.07/597.13	c   545s|  3090k|  3074k|     0 |   0.0 | 892M|2189 |   - |2610 | 546 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
599.07/599.17	c   547s|  3100k|  3084k|     0 |   0.0 | 895M|2189 |   - |2610 | 562 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
601.07/601.16	c   548s|  3110k|  3094k|     0 |   0.0 | 898M|2189 |   - |2610 | 526 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.17/603.24	c   550s|  3120k|  3104k|     0 |   0.0 | 901M|2189 |   - |2610 | 563 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
605.16/605.27	c   552s|  3130k|  3114k|     0 |   0.0 | 903M|2189 |   - |2610 | 556 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
607.26/607.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
607.26/607.31	c   554s|  3140k|  3124k|     0 |   0.0 | 906M|2189 |   - |2610 | 580 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
609.27/609.34	c   556s|  3150k|  3134k|     0 |   0.0 | 909M|2189 |   - |2610 | 605 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
611.26/611.39	c   558s|  3160k|  3144k|     0 |   0.0 | 912M|2189 |   - |2610 | 588 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
613.27/613.36	c   560s|  3170k|  3154k|     0 |   0.0 | 914M|2189 |   - |2610 | 612 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
615.36/615.42	c   562s|  3180k|  3164k|     0 |   0.0 | 917M|2189 |   - |2610 | 607 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
617.36/617.43	c   564s|  3190k|  3174k|     0 |   0.0 | 920M|2189 |   - |2610 | 584 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
619.47/619.52	c   566s|  3200k|  3184k|     0 |   0.0 | 922M|2189 |   - |2610 | 567 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
621.47/621.51	c   567s|  3210k|  3194k|     0 |   0.0 | 925M|2189 |   - |2610 | 574 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
623.47/623.54	c   569s|  3220k|  3204k|     0 |   0.0 | 928M|2189 |   - |2610 | 574 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
625.46/625.59	c   571s|  3230k|  3214k|     0 |   0.0 | 931M|2189 |   - |2610 | 548 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
627.57/627.60	c   573s|  3240k|  3224k|     0 |   0.0 | 933M|2189 |   - |2610 | 548 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
629.57/629.61	c   575s|  3250k|  3234k|     0 |   0.0 | 936M|2189 |   - |2610 | 546 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
631.67/631.74	c   577s|  3260k|  3244k|     0 |   0.0 | 939M|2189 |   - |2610 | 544 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
633.67/633.70	c   579s|  3270k|  3254k|     0 |   0.0 | 941M|2189 |   - |2610 | 532 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
635.67/635.74	c   580s|  3280k|  3263k|     0 |   0.0 | 944M|2189 |   - |2610 | 510 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
637.57/637.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
637.57/637.69	c   582s|  3290k|  3273k|     0 |   0.0 | 947M|2189 |   - |2610 | 516 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
639.67/639.74	c   584s|  3300k|  3283k|     0 |   0.0 | 950M|2189 |   - |2610 | 534 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
641.76/641.83	c   586s|  3310k|  3293k|     0 |   0.0 | 952M|2189 |   - |2610 | 550 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
643.66/643.79	c   588s|  3320k|  3303k|     0 |   0.0 | 955M|2189 |   - |2610 | 542 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
645.76/645.85	c   590s|  3330k|  3313k|     0 |   0.0 | 958M|2189 |   - |2610 | 575 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
647.78/647.84	c   592s|  3340k|  3323k|     0 |   0.0 | 961M|2189 |   - |2610 | 587 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
649.76/649.85	c   593s|  3350k|  3333k|     0 |   0.0 | 963M|2189 |   - |2610 | 594 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
651.86/651.90	c   595s|  3360k|  3343k|     0 |   0.0 | 966M|2189 |   - |2610 | 580 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
653.87/653.91	c   597s|  3370k|  3353k|     0 |   0.0 | 969M|2189 |   - |2610 | 576 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
655.77/655.89	c   599s|  3380k|  3363k|     0 |   0.0 | 971M|2189 |   - |2610 | 538 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
657.87/657.93	c   601s|  3390k|  3373k|     0 |   0.0 | 974M|2189 |   - |2610 | 564 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
659.88/659.94	c   603s|  3400k|  3383k|     0 |   0.0 | 977M|2189 |   - |2610 | 543 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
661.86/661.93	c   604s|  3410k|  3393k|     0 |   0.0 | 980M|2189 |   - |2610 | 558 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
663.87/663.97	c   606s|  3420k|  3403k|     0 |   0.0 | 982M|2189 |   - |2610 | 524 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
665.87/665.98	c   608s|  3430k|  3413k|     0 |   0.0 | 985M|2189 |   - |2610 | 544 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
667.97/668.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
667.97/668.00	c   610s|  3440k|  3423k|     0 |   0.0 | 988M|2189 |   - |2610 | 581 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
669.97/670.08	c   612s|  3450k|  3433k|     0 |   0.0 | 991M|2189 |   - |2610 | 562 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
672.07/672.16	c   614s|  3460k|  3443k|     0 |   0.0 | 993M|2189 |   - |2610 | 559 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
674.07/674.18	c   616s|  3470k|  3453k|     0 |   0.0 | 996M|2189 |   - |2610 | 557 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
676.06/676.17	c   617s|  3480k|  3463k|     0 |   0.0 | 999M|2189 |   - |2610 | 598 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
678.07/678.18	c   619s|  3490k|  3473k|     0 |   0.0 |1001M|2189 |   - |2610 | 623 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
680.06/680.16	c   621s|  3500k|  3483k|     0 |   0.0 |1004M|2189 |   - |2610 | 643 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
682.07/682.14	c   623s|  3510k|  3493k|     0 |   0.0 |1007M|2189 |   - |2610 | 625 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
684.08/684.13	c   625s|  3520k|  3503k|     0 |   0.0 |1010M|2189 |   - |2610 | 642 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
686.06/686.10	c   626s|  3530k|  3513k|     0 |   0.0 |1012M|2189 |   - |2610 | 635 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
688.07/688.13	c   628s|  3540k|  3523k|     0 |   0.0 |1015M|2189 |   - |2610 | 647 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
690.07/690.14	c   630s|  3550k|  3533k|     0 |   0.0 |1018M|2189 |   - |2610 | 653 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
692.07/692.14	c   632s|  3560k|  3543k|     0 |   0.0 |1021M|2189 |   - |2610 | 669 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.07/694.17	c   634s|  3570k|  3553k|     0 |   0.0 |1023M|2189 |   - |2610 | 675 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
696.07/696.17	c   636s|  3580k|  3563k|     0 |   0.0 |1026M|2189 |   - |2610 | 644 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
698.06/698.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
698.06/698.13	c   637s|  3590k|  3573k|     0 |   0.0 |1029M|2189 |   - |2610 | 665 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
700.07/700.16	c   639s|  3600k|  3583k|     0 |   0.0 |1031M|2189 |   - |2610 | 658 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
702.07/702.15	c   641s|  3610k|  3593k|     0 |   0.0 |1034M|2189 |   - |2610 | 652 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
704.07/704.16	c   643s|  3620k|  3603k|     0 |   0.0 |1037M|2189 |   - |2610 | 628 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
706.07/706.18	c   645s|  3630k|  3613k|     0 |   0.0 |1040M|2189 |   - |2610 | 666 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
708.06/708.19	c   647s|  3640k|  3623k|     0 |   0.0 |1042M|2189 |   - |2610 | 638 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
710.17/710.22	c   648s|  3650k|  3632k|     0 |   0.0 |1045M|2189 |   - |2610 | 666 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
712.16/712.25	c   650s|  3660k|  3642k|     0 |   0.0 |1048M|2189 |   - |2610 | 654 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
714.17/714.27	c   652s|  3670k|  3652k|     0 |   0.0 |1050M|2189 |   - |2610 | 645 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
716.27/716.34	c   654s|  3680k|  3662k|     0 |   0.0 |1053M|2189 |   - |2610 | 637 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
718.27/718.37	c   656s|  3690k|  3672k|     0 |   0.0 |1056M|2189 |   - |2610 | 640 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
720.26/720.37	c   658s|  3700k|  3682k|     0 |   0.0 |1059M|2189 |   - |2610 | 662 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
722.27/722.36	c   660s|  3710k|  3692k|     0 |   0.0 |1061M|2189 |   - |2610 | 659 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
724.27/724.35	c   661s|  3720k|  3702k|     0 |   0.0 |1064M|2189 |   - |2610 | 647 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
726.37/726.42	c   663s|  3730k|  3712k|     0 |   0.0 |1067M|2189 |   - |2610 | 630 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
728.47/728.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
728.47/728.54	c   665s|  3740k|  3722k|     0 |   0.0 |1070M|2189 |   - |2610 | 693 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
730.47/730.53	c   667s|  3750k|  3732k|     0 |   0.0 |1072M|2189 |   - |2610 | 627 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
732.47/732.56	c   669s|  3760k|  3742k|     0 |   0.0 |1075M|2189 |   - |2610 | 624 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
734.47/734.56	c   671s|  3770k|  3752k|     0 |   0.0 |1078M|2189 |   - |2610 | 606 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
736.47/736.56	c   672s|  3780k|  3762k|     0 |   0.0 |1080M|2189 |   - |2610 | 607 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
738.57/738.62	c   674s|  3790k|  3772k|     0 |   0.0 |1083M|2189 |   - |2610 | 616 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
740.56/740.67	c   676s|  3800k|  3782k|     0 |   0.0 |1086M|2189 |   - |2610 | 621 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
742.57/742.65	c   678s|  3810k|  3792k|     0 |   0.0 |1088M|2189 |   - |2610 | 627 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
744.57/744.68	c   680s|  3820k|  3802k|     0 |   0.0 |1091M|2189 |   - |2610 | 596 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
746.67/746.74	c   682s|  3830k|  3812k|     0 |   0.0 |1094M|2189 |   - |2610 | 580 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
748.77/748.81	c   684s|  3840k|  3822k|     0 |   0.0 |1097M|2189 |   - |2610 | 587 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
750.67/750.78	c   685s|  3850k|  3832k|     0 |   0.0 |1099M|2189 |   - |2610 | 579 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
752.77/752.80	c   687s|  3860k|  3842k|     0 |   0.0 |1102M|2189 |   - |2610 | 558 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
754.67/754.79	c   689s|  3870k|  3852k|     0 |   0.0 |1105M|2189 |   - |2610 | 549 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
756.68/756.75	c   691s|  3880k|  3862k|     0 |   0.0 |1107M|2189 |   - |2610 | 550 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
758.77/758.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
758.77/758.81	c   693s|  3890k|  3872k|     0 |   0.0 |1110M|2189 |   - |2610 | 587 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
760.87/760.95	c   695s|  3900k|  3882k|     0 |   0.0 |1113M|2189 |   - |2610 | 603 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
762.97/763.00	c   696s|  3910k|  3892k|     0 |   0.0 |1116M|2189 |   - |2610 | 572 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
764.97/765.05	c   698s|  3920k|  3902k|     0 |   0.0 |1118M|2189 |   - |2610 | 604 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
766.96/767.06	c   700s|  3930k|  3912k|     0 |   0.0 |1121M|2189 |   - |2610 | 591 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
768.97/769.09	c   702s|  3940k|  3922k|     0 |   0.0 |1124M|2189 |   - |2610 | 602 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
770.97/771.06	c   704s|  3950k|  3932k|     0 |   0.0 |1127M|2189 |   - |2610 | 565 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
772.97/773.09	c   706s|  3960k|  3942k|     0 |   0.0 |1129M|2189 |   - |2610 | 595 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
775.07/775.10	c   707s|  3970k|  3952k|     0 |   0.0 |1132M|2189 |   - |2610 | 579 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
776.97/777.09	c   709s|  3980k|  3962k|     0 |   0.0 |1135M|2189 |   - |2610 | 576 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
779.07/779.11	c   711s|  3990k|  3972k|     0 |   0.0 |1137M|2189 |   - |2610 | 561 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
781.07/781.10	c   713s|  4000k|  3982k|     0 |   0.0 |1140M|2189 |   - |2610 | 567 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
783.07/783.13	c   715s|  4010k|  3992k|     0 |   0.0 |1143M|2189 |   - |2610 | 572 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
785.07/785.14	c   717s|  4020k|  4001k|     0 |   0.0 |1146M|2189 |   - |2610 | 568 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
787.06/787.15	c   718s|  4030k|  4011k|     0 |   0.0 |1148M|2189 |   - |2610 | 533 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
789.07/789.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
789.07/789.11	c   720s|  4040k|  4021k|     0 |   0.0 |1151M|2189 |   - |2610 | 544 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
791.07/791.16	c   722s|  4050k|  4031k|     0 |   0.0 |1154M|2189 |   - |2610 | 560 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
793.17/793.20	c   724s|  4060k|  4041k|     0 |   0.0 |1157M|2189 |   - |2610 | 548 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
795.17/795.27	c   726s|  4070k|  4051k|     0 |   0.0 |1159M|2189 |   - |2610 | 542 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
797.27/797.35	c   728s|  4080k|  4061k|     0 |   0.0 |1162M|2189 |   - |2610 | 557 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
799.27/799.31	c   729s|  4090k|  4071k|     0 |   0.0 |1165M|2189 |   - |2610 | 549 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
801.27/801.30	c   731s|  4100k|  4081k|     0 |   0.0 |1167M|2189 |   - |2610 | 553 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
803.27/803.33	c   733s|  4110k|  4091k|     0 |   0.0 |1170M|2189 |   - |2610 | 549 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
805.27/805.32	c   735s|  4120k|  4101k|     0 |   0.0 |1173M|2189 |   - |2610 | 558 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
807.27/807.34	c   737s|  4130k|  4111k|     0 |   0.0 |1176M|2189 |   - |2610 | 528 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
809.17/809.29	c   739s|  4140k|  4121k|     0 |   0.0 |1178M|2189 |   - |2610 | 546 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
811.27/811.35	c   740s|  4150k|  4131k|     0 |   0.0 |1181M|2189 |   - |2610 | 555 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
813.27/813.32	c   742s|  4160k|  4141k|     0 |   0.0 |1184M|2189 |   - |2610 | 521 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
815.37/815.41	c   744s|  4170k|  4151k|     0 |   0.0 |1187M|2189 |   - |2610 | 564 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
817.27/817.38	c   746s|  4180k|  4161k|     0 |   0.0 |1189M|2189 |   - |2610 | 537 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
819.37/819.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
819.37/819.48	c   748s|  4190k|  4171k|     0 |   0.0 |1192M|2189 |   - |2610 | 546 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
821.37/821.42	c   750s|  4200k|  4181k|     0 |   0.0 |1195M|2189 |   - |2610 | 526 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
823.47/823.50	c   752s|  4210k|  4191k|     0 |   0.0 |1198M|2189 |   - |2610 | 538 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
825.37/825.48	c   753s|  4220k|  4201k|     0 |   0.0 |1200M|2189 |   - |2610 | 567 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
827.47/827.50	c   755s|  4230k|  4211k|     0 |   0.0 |1203M|2189 |   - |2610 | 574 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
829.47/829.50	c   757s|  4240k|  4221k|     0 |   0.0 |1206M|2189 |   - |2610 | 525 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
831.47/831.52	c   759s|  4250k|  4231k|     0 |   0.0 |1208M|2189 |   - |2610 | 559 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
833.47/833.52	c   761s|  4260k|  4241k|     0 |   0.0 |1211M|2189 |   - |2610 | 557 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
835.47/835.56	c   763s|  4270k|  4251k|     0 |   0.0 |1214M|2189 |   - |2610 | 563 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
837.47/837.57	c   764s|  4280k|  4261k|     0 |   0.0 |1217M|2189 |   - |2610 | 557 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
839.47/839.56	c   766s|  4290k|  4271k|     0 |   0.0 |1219M|2189 |   - |2610 | 577 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
841.57/841.61	c   768s|  4300k|  4281k|     0 |   0.0 |1222M|2189 |   - |2610 | 553 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
843.47/843.57	c   770s|  4310k|  4291k|     0 |   0.0 |1225M|2189 |   - |2610 | 562 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
845.47/845.59	c   772s|  4320k|  4301k|     0 |   0.0 |1228M|2189 |   - |2610 | 575 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.47/847.59	c   773s|  4330k|  4311k|     0 |   0.0 |1230M|2189 |   - |2610 | 578 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
849.57/849.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
849.57/849.61	c   775s|  4340k|  4321k|     0 |   0.0 |1233M|2189 |   - |2610 | 595 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
851.57/851.66	c   777s|  4350k|  4331k|     0 |   0.0 |1236M|2189 |   - |2610 | 568 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
853.58/853.62	c   779s|  4360k|  4341k|     0 |   0.0 |1238M|2189 |   - |2610 | 610 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
855.57/855.69	c   781s|  4370k|  4351k|     0 |   0.0 |1241M|2189 |   - |2610 | 596 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
857.67/857.70	c   783s|  4380k|  4360k|     0 |   0.0 |1244M|2189 |   - |2610 | 605 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
859.67/859.73	c   785s|  4390k|  4370k|     0 |   0.0 |1247M|2189 |   - |2610 | 620 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
861.78/861.84	c   786s|  4400k|  4380k|     0 |   0.0 |1249M|2189 |   - |2610 | 639 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
863.77/863.84	c   788s|  4410k|  4390k|     0 |   0.0 |1252M|2189 |   - |2610 | 585 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
865.77/865.86	c   790s|  4420k|  4400k|     0 |   0.0 |1255M|2189 |   - |2610 | 606 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
867.78/867.89	c   792s|  4430k|  4410k|     0 |   0.0 |1257M|2189 |   - |2610 | 617 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
869.87/869.90	c   794s|  4440k|  4420k|     0 |   0.0 |1260M|2189 |   - |2610 | 616 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
871.87/871.93	c   796s|  4450k|  4430k|     0 |   0.0 |1263M|2189 |   - |2610 | 636 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.87/873.96	c   798s|  4460k|  4440k|     0 |   0.0 |1266M|2189 |   - |2610 | 622 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
875.87/875.96	c   799s|  4470k|  4450k|     0 |   0.0 |1268M|2189 |   - |2610 | 621 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
877.87/877.95	c   801s|  4480k|  4460k|     0 |   0.0 |1271M|2189 |   - |2610 | 613 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
879.88/879.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
879.88/879.97	c   803s|  4490k|  4470k|     0 |   0.0 |1274M|2189 |   - |2610 | 669 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
881.98/882.06	c   805s|  4500k|  4480k|     0 |   0.0 |1277M|2189 |   - |2610 | 673 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
883.97/884.03	c   807s|  4510k|  4490k|     0 |   0.0 |1279M|2189 |   - |2610 | 672 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
885.97/886.05	c   809s|  4520k|  4500k|     0 |   0.0 |1282M|2189 |   - |2610 | 626 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
887.97/888.03	c   810s|  4530k|  4510k|     0 |   0.0 |1285M|2189 |   - |2610 | 634 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
890.07/890.10	c   812s|  4540k|  4520k|     0 |   0.0 |1288M|2189 |   - |2610 | 668 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
892.08/892.11	c   814s|  4550k|  4530k|     0 |   0.0 |1290M|2189 |   - |2610 | 636 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
893.98/894.09	c   816s|  4560k|  4540k|     0 |   0.0 |1293M|2189 |   - |2610 | 614 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
896.07/896.10	c   818s|  4570k|  4550k|     0 |   0.0 |1296M|2189 |   - |2610 | 593 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
897.97/898.07	c   820s|  4580k|  4560k|     0 |   0.0 |1298M|2189 |   - |2610 | 630 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
899.98/900.09	c   821s|  4590k|  4570k|     0 |   0.0 |1301M|2189 |   - |2610 | 649 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
902.07/902.15	c   823s|  4600k|  4580k|     0 |   0.0 |1304M|2189 |   - |2610 | 625 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
904.08/904.19	c   825s|  4610k|  4590k|     0 |   0.0 |1307M|2189 |   - |2610 | 665 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
906.17/906.23	c   827s|  4620k|  4600k|     0 |   0.0 |1309M|2189 |   - |2610 | 663 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
908.07/908.19	c   829s|  4630k|  4610k|     0 |   0.0 |1312M|2189 |   - |2610 | 646 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
910.17/910.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.17/910.22	c   831s|  4640k|  4620k|     0 |   0.0 |1315M|2189 |   - |2610 | 632 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
912.17/912.28	c   832s|  4650k|  4630k|     0 |   0.0 |1317M|2189 |   - |2610 | 669 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
914.17/914.27	c   834s|  4660k|  4640k|     0 |   0.0 |1320M|2189 |   - |2610 | 605 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
916.27/916.32	c   836s|  4670k|  4650k|     0 |   0.0 |1323M|2189 |   - |2610 | 661 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
918.27/918.33	c   838s|  4680k|  4660k|     0 |   0.0 |1326M|2189 |   - |2610 | 643 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
920.28/920.32	c   840s|  4690k|  4670k|     0 |   0.0 |1328M|2189 |   - |2610 | 636 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
922.27/922.37	c   842s|  4700k|  4680k|     0 |   0.0 |1331M|2189 |   - |2610 | 689 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
924.37/924.43	c   844s|  4710k|  4690k|     0 |   0.0 |1334M|2189 |   - |2610 | 684 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
926.38/926.47	c   845s|  4720k|  4699k|     0 |   0.0 |1336M|2189 |   - |2610 | 649 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
928.47/928.54	c   847s|  4730k|  4709k|     0 |   0.0 |1339M|2189 |   - |2610 | 650 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
930.37/930.48	c   849s|  4740k|  4719k|     0 |   0.0 |1342M|2189 |   - |2610 | 611 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
932.47/932.55	c   851s|  4750k|  4729k|     0 |   0.0 |1345M|2189 |   - |2610 | 641 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
934.47/934.56	c   853s|  4760k|  4739k|     0 |   0.0 |1347M|2189 |   - |2610 | 621 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
936.47/936.57	c   855s|  4770k|  4749k|     0 |   0.0 |1350M|2189 |   - |2610 | 663 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
938.48/938.53	c   856s|  4780k|  4759k|     0 |   0.0 |1353M|2189 |   - |2610 | 606 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.48/940.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
940.48/940.55	c   858s|  4790k|  4769k|     0 |   0.0 |1355M|2189 |   - |2610 | 592 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
942.47/942.57	c   860s|  4800k|  4779k|     0 |   0.0 |1358M|2189 |   - |2610 | 602 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
944.47/944.53	c   862s|  4810k|  4789k|     0 |   0.0 |1361M|2189 |   - |2610 | 599 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
946.48/946.59	c   864s|  4820k|  4799k|     0 |   0.0 |1364M|2189 |   - |2610 | 636 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
948.57/948.60	c   866s|  4830k|  4809k|     0 |   0.0 |1366M|2189 |   - |2610 | 604 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
950.57/950.64	c   867s|  4840k|  4819k|     0 |   0.0 |1369M|2189 |   - |2610 | 613 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
952.58/952.63	c   869s|  4850k|  4829k|     0 |   0.0 |1372M|2189 |   - |2610 | 585 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
954.58/954.64	c   871s|  4860k|  4839k|     0 |   0.0 |1375M|2189 |   - |2610 | 608 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.58/956.64	c   873s|  4870k|  4849k|     0 |   0.0 |1377M|2189 |   - |2610 | 587 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
958.57/958.67	c   875s|  4880k|  4859k|     0 |   0.0 |1380M|2189 |   - |2610 | 566 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
960.57/960.66	c   877s|  4890k|  4869k|     0 |   0.0 |1383M|2189 |   - |2610 | 580 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
962.57/962.66	c   878s|  4900k|  4879k|     0 |   0.0 |1385M|2189 |   - |2610 | 588 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
964.57/964.63	c   880s|  4910k|  4889k|     0 |   0.0 |1388M|2189 |   - |2610 | 598 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
966.57/966.65	c   882s|  4920k|  4899k|     0 |   0.0 |1391M|2189 |   - |2610 | 597 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
968.58/968.66	c   884s|  4930k|  4909k|     0 |   0.0 |1393M|2189 |   - |2610 | 616 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
970.58/970.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
970.58/970.67	c   886s|  4940k|  4919k|     0 |   0.0 |1396M|2189 |   - |2610 | 615 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
972.57/972.66	c   888s|  4950k|  4929k|     0 |   0.0 |1399M|2189 |   - |2610 | 605 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
974.58/974.64	c   889s|  4960k|  4939k|     0 |   0.0 |1402M|2189 |   - |2610 | 658 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
976.58/976.66	c   891s|  4970k|  4949k|     0 |   0.0 |1404M|2189 |   - |2610 | 603 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
978.57/978.60	c   893s|  4980k|  4959k|     0 |   0.0 |1407M|2189 |   - |2610 | 576 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
980.57/980.65	c   895s|  4990k|  4969k|     0 |   0.0 |1410M|2189 |   - |2610 | 593 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.57/982.63	c   897s|  5000k|  4979k|     0 |   0.0 |1413M|2189 |   - |2610 | 577 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
984.58/984.62	c   898s|  5010k|  4989k|     0 |   0.0 |1415M|2189 |   - |2610 | 576 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
986.58/986.64	c   900s|  5020k|  4999k|     0 |   0.0 |1418M|2189 |   - |2610 | 580 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
988.68/988.70	c   902s|  5030k|  5009k|     0 |   0.0 |1421M|2189 |   - |2610 | 607 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
990.67/990.74	c   904s|  5040k|  5019k|     0 |   0.0 |1423M|2189 |   - |2610 | 631 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
992.67/992.77	c   906s|  5050k|  5029k|     0 |   0.0 |1426M|2189 |   - |2610 | 613 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
994.67/994.74	c   908s|  5060k|  5039k|     0 |   0.0 |1429M|2189 |   - |2610 | 602 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
996.87/996.94	c   910s|  5070k|  5049k|     0 |   0.0 |1432M|2189 |   - |2610 | 658 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
998.87/998.97	c   912s|  5080k|  5058k|     0 |   0.0 |1434M|2189 |   - |2610 | 652 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1000.88/1000.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1000.88/1000.96	c   913s|  5090k|  5068k|     0 |   0.0 |1437M|2189 |   - |2610 | 620 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1002.87/1002.92	c   915s|  5100k|  5078k|     0 |   0.0 |1440M|2189 |   - |2610 | 641 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1004.88/1004.97	c   917s|  5110k|  5088k|     0 |   0.0 |1442M|2189 |   - |2610 | 683 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1006.88/1006.99	c   919s|  5120k|  5098k|     0 |   0.0 |1445M|2189 |   - |2610 | 670 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1008.88/1008.97	c   921s|  5130k|  5108k|     0 |   0.0 |1448M|2189 |   - |2610 | 654 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1010.88/1010.94	c   922s|  5140k|  5118k|     0 |   0.0 |1451M|2189 |   - |2610 | 696 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1012.88/1012.98	c   924s|  5150k|  5128k|     0 |   0.0 |1453M|2189 |   - |2610 | 657 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1014.87/1014.99	c   926s|  5160k|  5138k|     0 |   0.0 |1456M|2189 |   - |2610 | 666 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1016.88/1016.98	c   928s|  5170k|  5148k|     0 |   0.0 |1459M|2189 |   - |2610 | 653 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1018.98/1019.03	c   930s|  5180k|  5158k|     0 |   0.0 |1461M|2189 |   - |2610 | 644 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1020.98/1021.07	c   932s|  5190k|  5168k|     0 |   0.0 |1464M|2189 |   - |2610 | 636 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1022.88/1022.99	c   933s|  5200k|  5178k|     0 |   0.0 |1467M|2189 |   - |2610 | 613 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1024.97/1025.06	c   935s|  5210k|  5188k|     0 |   0.0 |1469M|2189 |   - |2610 | 630 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1026.98/1027.04	c   937s|  5220k|  5198k|     0 |   0.0 |1472M|2189 |   - |2610 | 615 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1028.97/1029.08	c   939s|  5230k|  5208k|     0 |   0.0 |1475M|2189 |   - |2610 | 617 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1031.07/1031.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1031.07/1031.12	c   941s|  5240k|  5218k|     0 |   0.0 |1478M|2189 |   - |2610 | 597 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1033.07/1033.14	c   943s|  5250k|  5228k|     0 |   0.0 |1480M|2189 |   - |2610 | 623 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1035.18/1035.29	c   945s|  5260k|  5238k|     0 |   0.0 |1483M|2189 |   - |2610 | 622 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1037.18/1037.26	c   947s|  5270k|  5248k|     0 |   0.0 |1486M|2189 |   - |2610 | 622 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1039.27/1039.38	c   948s|  5280k|  5258k|     0 |   0.0 |1489M|2189 |   - |2610 | 703 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1041.28/1041.38	c   950s|  5290k|  5268k|     0 |   0.0 |1491M|2189 |   - |2610 | 635 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1043.38/1043.43	c   952s|  5300k|  5278k|     0 |   0.0 |1494M|2189 |   - |2610 | 678 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1045.37/1045.47	c   954s|  5310k|  5288k|     0 |   0.0 |1497M|2189 |   - |2610 | 672 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1047.37/1047.45	c   956s|  5320k|  5298k|     0 |   0.0 |1499M|2189 |   - |2610 | 673 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1049.39/1049.43	c   958s|  5330k|  5308k|     0 |   0.0 |1502M|2189 |   - |2610 | 666 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1051.38/1051.49	c   960s|  5340k|  5318k|     0 |   0.0 |1505M|2189 |   - |2610 | 699 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1053.38/1053.49	c   961s|  5350k|  5328k|     0 |   0.0 |1507M|2189 |   - |2610 | 658 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1055.47/1055.52	c   963s|  5360k|  5338k|     0 |   0.0 |1510M|2189 |   - |2610 | 632 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1057.38/1057.49	c   965s|  5370k|  5348k|     0 |   0.0 |1513M|2189 |   - |2610 | 622 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1059.37/1059.46	c   967s|  5380k|  5358k|     0 |   0.0 |1516M|2189 |   - |2610 | 611 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1061.38/1061.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1061.38/1061.48	c   969s|  5390k|  5368k|     0 |   0.0 |1518M|2189 |   - |2610 | 650 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1063.38/1063.45	c   970s|  5400k|  5378k|     0 |   0.0 |1521M|2189 |   - |2610 | 652 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1065.38/1065.48	c   972s|  5410k|  5388k|     0 |   0.0 |1524M|2189 |   - |2610 | 659 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1067.38/1067.48	c   974s|  5420k|  5398k|     0 |   0.0 |1526M|2189 |   - |2610 | 665 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1069.48/1069.53	c   976s|  5430k|  5407k|     0 |   0.0 |1529M|2189 |   - |2610 | 663 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1071.47/1071.56	c   978s|  5440k|  5417k|     0 |   0.0 |1532M|2189 |   - |2610 | 680 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1073.48/1073.59	c   980s|  5450k|  5427k|     0 |   0.0 |1535M|2189 |   - |2610 | 710 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1075.58/1075.67	c   982s|  5460k|  5437k|     0 |   0.0 |1537M|2189 |   - |2610 | 707 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1077.58/1077.67	c   983s|  5470k|  5447k|     0 |   0.0 |1540M|2189 |   - |2610 | 703 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1079.67/1079.70	c   985s|  5480k|  5457k|     0 |   0.0 |1543M|2189 |   - |2610 | 716 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1081.67/1081.73	c   987s|  5490k|  5467k|     0 |   0.0 |1545M|2189 |   - |2610 | 712 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1083.68/1083.71	c   989s|  5500k|  5477k|     0 |   0.0 |1548M|2189 |   - |2610 | 733 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1085.68/1085.73	c   991s|  5510k|  5487k|     0 |   0.0 |1551M|2189 |   - |2610 | 733 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1087.68/1087.77	c   993s|  5520k|  5497k|     0 |   0.0 |1554M|2189 |   - |2610 | 753 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1089.78/1089.82	c   994s|  5530k|  5507k|     0 |   0.0 |1556M|2189 |   - |2610 | 730 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1091.77/1091.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1091.77/1091.84	c   996s|  5540k|  5517k|     0 |   0.0 |1559M|2189 |   - |2610 | 710 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1093.78/1093.84	c   998s|  5550k|  5527k|     0 |   0.0 |1562M|2189 |   - |2610 | 725 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1095.77/1095.85	c  1000s|  5560k|  5537k|     0 |   0.0 |1564M|2189 |   - |2610 | 692 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1097.78/1097.82	c  1002s|  5570k|  5547k|     0 |   0.0 |1567M|2189 |   - |2610 | 689 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1099.78/1099.88	c  1004s|  5580k|  5557k|     0 |   0.0 |1570M|2189 |   - |2610 | 642 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.88/1101.90	c  1005s|  5590k|  5567k|     0 |   0.0 |1572M|2189 |   - |2610 | 682 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1103.88/1103.95	c  1007s|  5600k|  5577k|     0 |   0.0 |1575M|2189 |   - |2610 | 645 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1105.88/1105.98	c  1009s|  5610k|  5587k|     0 |   0.0 |1578M|2189 |   - |2610 | 696 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1107.88/1107.99	c  1011s|  5620k|  5597k|     0 |   0.0 |1581M|2189 |   - |2610 | 697 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1109.98/1110.00	c  1013s|  5630k|  5607k|     0 |   0.0 |1583M|2189 |   - |2610 | 754 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1111.88/1111.97	c  1015s|  5640k|  5617k|     0 |   0.0 |1586M|2189 |   - |2610 | 683 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1113.88/1113.95	c  1016s|  5650k|  5627k|     0 |   0.0 |1589M|2189 |   - |2610 | 658 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1115.88/1115.96	c  1018s|  5660k|  5637k|     0 |   0.0 |1592M|2189 |   - |2610 | 649 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1117.87/1117.90	c  1020s|  5670k|  5647k|     0 |   0.0 |1594M|2189 |   - |2610 | 704 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1119.88/1119.90	c  1022s|  5680k|  5657k|     0 |   0.0 |1597M|2189 |   - |2610 | 675 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1121.89/1121.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1121.89/1121.92	c  1024s|  5690k|  5667k|     0 |   0.0 |1600M|2189 |   - |2610 | 707 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1123.78/1123.85	c  1025s|  5700k|  5677k|     0 |   0.0 |1602M|2189 |   - |2610 | 660 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1125.78/1125.84	c  1027s|  5710k|  5687k|     0 |   0.0 |1605M|2189 |   - |2610 | 662 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1127.77/1127.86	c  1029s|  5720k|  5697k|     0 |   0.0 |1608M|2189 |   - |2610 | 647 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1129.68/1129.79	c  1031s|  5730k|  5707k|     0 |   0.0 |1611M|2189 |   - |2610 | 616 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1131.68/1131.80	c  1033s|  5740k|  5717k|     0 |   0.0 |1613M|2189 |   - |2610 | 613 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1133.68/1133.73	c  1034s|  5750k|  5727k|     0 |   0.0 |1616M|2189 |   - |2610 | 625 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1135.68/1135.77	c  1036s|  5760k|  5737k|     0 |   0.0 |1619M|2189 |   - |2610 | 634 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1137.67/1137.72	c  1038s|  5770k|  5747k|     0 |   0.0 |1621M|2189 |   - |2610 | 630 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1139.67/1139.73	c  1040s|  5780k|  5757k|     0 |   0.0 |1624M|2189 |   - |2610 | 612 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1141.58/1141.70	c  1042s|  5790k|  5767k|     0 |   0.0 |1627M|2189 |   - |2610 | 607 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1143.67/1143.73	c  1044s|  5800k|  5776k|     0 |   0.0 |1630M|2189 |   - |2610 | 612 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1145.68/1145.73	c  1045s|  5810k|  5786k|     0 |   0.0 |1632M|2189 |   - |2610 | 627 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1147.68/1147.73	c  1047s|  5820k|  5796k|     0 |   0.0 |1635M|2189 |   - |2610 | 608 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1149.67/1149.78	c  1049s|  5830k|  5806k|     0 |   0.0 |1638M|2189 |   - |2610 | 594 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1151.69/1151.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1151.69/1151.74	c  1051s|  5840k|  5816k|     0 |   0.0 |1641M|2189 |   - |2610 | 602 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1153.79/1153.83	c  1053s|  5850k|  5826k|     0 |   0.0 |1643M|2189 |   - |2610 | 685 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1155.78/1155.87	c  1055s|  5860k|  5836k|     0 |   0.0 |1646M|2189 |   - |2610 | 617 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1157.78/1157.87	c  1057s|  5870k|  5846k|     0 |   0.0 |1649M|2189 |   - |2610 | 632 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1159.78/1159.85	c  1058s|  5880k|  5856k|     0 |   0.0 |1652M|2189 |   - |2610 | 599 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1161.78/1161.89	c  1060s|  5890k|  5866k|     0 |   0.0 |1654M|2189 |   - |2610 | 594 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1163.79/1163.84	c  1062s|  5900k|  5876k|     0 |   0.0 |1657M|2189 |   - |2610 | 586 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1165.77/1165.82	c  1064s|  5910k|  5886k|     0 |   0.0 |1660M|2189 |   - |2610 | 614 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1167.78/1167.86	c  1066s|  5920k|  5896k|     0 |   0.0 |1662M|2189 |   - |2610 | 594 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1169.88/1169.93	c  1068s|  5930k|  5906k|     0 |   0.0 |1665M|2189 |   - |2610 | 567 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1171.87/1171.92	c  1070s|  5940k|  5916k|     0 |   0.0 |1668M|2189 |   - |2610 | 553 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1173.88/1173.97	c  1072s|  5950k|  5926k|     0 |   0.0 |1671M|2189 |   - |2610 | 605 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1175.88/1175.98	c  1073s|  5960k|  5936k|     0 |   0.0 |1673M|2189 |   - |2610 | 581 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1177.88/1178.00	c  1075s|  5970k|  5946k|     0 |   0.0 |1676M|2189 |   - |2610 | 601 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1179.98/1180.02	c  1077s|  5980k|  5956k|     0 |   0.0 |1679M|2189 |   - |2610 | 586 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1181.98/1182.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1181.98/1182.01	c  1079s|  5990k|  5966k|     0 |   0.0 |1681M|2189 |   - |2610 | 605 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1183.98/1184.02	c  1081s|  6000k|  5976k|     0 |   0.0 |1684M|2189 |   - |2610 | 623 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1185.98/1186.07	c  1083s|  6010k|  5986k|     0 |   0.0 |1687M|2189 |   - |2610 | 582 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1187.98/1188.05	c  1085s|  6020k|  5996k|     0 |   0.0 |1690M|2189 |   - |2610 | 616 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1190.09/1190.13	c  1087s|  6030k|  6006k|     0 |   0.0 |1692M|2189 |   - |2610 | 630 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1192.08/1192.17	c  1088s|  6040k|  6016k|     0 |   0.0 |1695M|2189 |   - |2610 | 594 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1194.08/1194.14	c  1090s|  6050k|  6026k|     0 |   0.0 |1698M|2189 |   - |2610 | 581 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.08/1196.18	c  1092s|  6060k|  6036k|     0 |   0.0 |1700M|2189 |   - |2610 | 628 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1198.08/1198.14	c  1094s|  6070k|  6046k|     0 |   0.0 |1703M|2189 |   - |2610 | 596 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1200.18/1200.23	c  1096s|  6080k|  6056k|     0 |   0.0 |1706M|2189 |   - |2610 | 639 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1202.18/1202.28	c  1098s|  6090k|  6066k|     0 |   0.0 |1709M|2189 |   - |2610 | 622 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1204.18/1204.29	c  1100s|  6100k|  6076k|     0 |   0.0 |1711M|2189 |   - |2610 | 600 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1206.28/1206.30	c  1102s|  6110k|  6086k|     0 |   0.0 |1714M|2189 |   - |2610 | 622 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1208.28/1208.32	c  1103s|  6120k|  6096k|     0 |   0.0 |1717M|2189 |   - |2610 | 624 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1210.28/1210.36	c  1105s|  6130k|  6106k|     0 |   0.0 |1719M|2189 |   - |2610 | 651 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1212.28/1212.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1212.28/1212.35	c  1107s|  6140k|  6116k|     0 |   0.0 |1722M|2189 |   - |2610 | 637 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1214.38/1214.44	c  1109s|  6150k|  6125k|     0 |   0.0 |1725M|2189 |   - |2610 | 648 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1216.38/1216.49	c  1111s|  6160k|  6135k|     0 |   0.0 |1728M|2189 |   - |2610 | 628 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1218.48/1218.52	c  1113s|  6170k|  6145k|     0 |   0.0 |1730M|2189 |   - |2610 | 618 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1220.48/1220.55	c  1115s|  6180k|  6155k|     0 |   0.0 |1733M|2189 |   - |2610 | 624 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1222.58/1222.61	c  1117s|  6190k|  6165k|     0 |   0.0 |1736M|2189 |   - |2610 | 652 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1224.47/1224.59	c  1119s|  6200k|  6175k|     0 |   0.0 |1738M|2189 |   - |2610 | 622 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1226.58/1226.62	c  1120s|  6210k|  6185k|     0 |   0.0 |1741M|2189 |   - |2610 | 626 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1228.59/1228.63	c  1122s|  6220k|  6195k|     0 |   0.0 |1744M|2189 |   - |2610 | 641 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1230.58/1230.68	c  1124s|  6230k|  6205k|     0 |   0.0 |1747M|2189 |   - |2610 | 621 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1232.58/1232.66	c  1126s|  6240k|  6215k|     0 |   0.0 |1749M|2189 |   - |2610 | 614 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1234.58/1234.69	c  1128s|  6250k|  6225k|     0 |   0.0 |1752M|2189 |   - |2610 | 636 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1236.68/1236.70	c  1130s|  6260k|  6235k|     0 |   0.0 |1755M|2189 |   - |2610 | 627 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1238.59/1238.68	c  1132s|  6270k|  6245k|     0 |   0.0 |1757M|2189 |   - |2610 | 642 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1240.69/1240.75	c  1134s|  6280k|  6255k|     0 |   0.0 |1760M|2189 |   - |2610 | 651 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1242.68/1242.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1242.68/1242.72	c  1135s|  6290k|  6265k|     0 |   0.0 |1763M|2189 |   - |2610 | 653 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1244.68/1244.76	c  1137s|  6300k|  6275k|     0 |   0.0 |1766M|2189 |   - |2610 | 622 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1246.68/1246.79	c  1139s|  6310k|  6285k|     0 |   0.0 |1768M|2189 |   - |2610 | 640 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1248.78/1248.86	c  1141s|  6320k|  6295k|     0 |   0.0 |1771M|2189 |   - |2610 | 647 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1250.78/1250.89	c  1143s|  6330k|  6305k|     0 |   0.0 |1774M|2189 |   - |2610 | 635 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1252.79/1252.85	c  1145s|  6340k|  6315k|     0 |   0.0 |1776M|2189 |   - |2610 | 601 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1254.78/1254.81	c  1147s|  6350k|  6325k|     0 |   0.0 |1779M|2189 |   - |2610 | 602 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1256.88/1256.91	c  1149s|  6360k|  6335k|     0 |   0.0 |1782M|2189 |   - |2610 | 652 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1258.88/1258.97	c  1150s|  6370k|  6345k|     0 |   0.0 |1785M|2189 |   - |2610 | 638 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1260.88/1260.97	c  1152s|  6380k|  6355k|     0 |   0.0 |1787M|2189 |   - |2610 | 638 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1262.98/1263.04	c  1154s|  6390k|  6365k|     0 |   0.0 |1790M|2189 |   - |2610 | 632 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1264.99/1265.02	c  1156s|  6400k|  6375k|     0 |   0.0 |1793M|2189 |   - |2610 | 657 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1266.98/1267.03	c  1158s|  6410k|  6385k|     0 |   0.0 |1796M|2189 |   - |2610 | 654 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1268.98/1269.02	c  1160s|  6420k|  6395k|     0 |   0.0 |1798M|2189 |   - |2610 | 636 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1270.98/1271.04	c  1161s|  6430k|  6405k|     0 |   0.0 |1801M|2189 |   - |2610 | 697 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1272.99/1273.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1272.99/1273.09	c  1163s|  6440k|  6415k|     0 |   0.0 |1804M|2189 |   - |2610 | 667 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1274.98/1275.04	c  1165s|  6450k|  6425k|     0 |   0.0 |1806M|2189 |   - |2610 | 627 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1276.99/1277.06	c  1167s|  6460k|  6435k|     0 |   0.0 |1809M|2189 |   - |2610 | 665 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1278.98/1279.04	c  1169s|  6470k|  6445k|     0 |   0.0 |1812M|2189 |   - |2610 | 604 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1280.88/1280.99	c  1170s|  6480k|  6455k|     0 |   0.0 |1815M|2189 |   - |2610 | 600 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1282.98/1283.02	c  1172s|  6490k|  6465k|     0 |   0.0 |1817M|2189 |   - |2610 | 604 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1284.98/1285.04	c  1174s|  6500k|  6475k|     0 |   0.0 |1820M|2189 |   - |2610 | 615 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1286.99/1287.09	c  1176s|  6510k|  6484k|     0 |   0.0 |1823M|2189 |   - |2610 | 615 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1289.08/1289.15	c  1178s|  6520k|  6494k|     0 |   0.0 |1825M|2189 |   - |2610 | 635 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1291.08/1291.16	c  1180s|  6530k|  6504k|     0 |   0.0 |1828M|2189 |   - |2610 | 624 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1293.18/1293.20	c  1182s|  6540k|  6514k|     0 |   0.0 |1831M|2189 |   - |2610 | 611 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1295.18/1295.21	c  1183s|  6550k|  6524k|     0 |   0.0 |1834M|2189 |   - |2610 | 631 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1297.18/1297.28	c  1185s|  6560k|  6534k|     0 |   0.0 |1836M|2189 |   - |2610 | 648 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1299.18/1299.29	c  1187s|  6570k|  6544k|     0 |   0.0 |1839M|2189 |   - |2610 | 598 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1301.19/1301.28	c  1189s|  6580k|  6554k|     0 |   0.0 |1842M|2189 |   - |2610 | 583 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1303.28/1303.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1303.28/1303.38	c  1191s|  6590k|  6564k|     0 |   0.0 |1844M|2189 |   - |2610 | 615 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1305.39/1305.40	c  1193s|  6600k|  6574k|     0 |   0.0 |1847M|2189 |   - |2610 | 629 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1307.38/1307.40	c  1195s|  6610k|  6584k|     0 |   0.0 |1850M|2189 |   - |2610 | 636 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1309.38/1309.43	c  1196s|  6620k|  6594k|     0 |   0.0 |1853M|2189 |   - |2610 | 649 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1311.38/1311.48	c  1198s|  6630k|  6604k|     0 |   0.0 |1855M|2189 |   - |2610 | 622 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1313.48/1313.51	c  1200s|  6640k|  6614k|     0 |   0.0 |1858M|2189 |   - |2610 | 624 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1315.49/1315.55	c  1202s|  6650k|  6624k|     0 |   0.0 |1861M|2189 |   - |2610 | 634 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1317.58/1317.61	c  1204s|  6660k|  6634k|     0 |   0.0 |1863M|2189 |   - |2610 | 628 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1319.58/1319.67	c  1206s|  6670k|  6644k|     0 |   0.0 |1866M|2189 |   - |2610 | 615 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1321.59/1321.67	c  1208s|  6680k|  6654k|     0 |   0.0 |1869M|2189 |   - |2610 | 626 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1323.58/1323.69	c  1209s|  6690k|  6664k|     0 |   0.0 |1872M|2189 |   - |2610 | 608 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1325.58/1325.66	c  1211s|  6700k|  6674k|     0 |   0.0 |1874M|2189 |   - |2610 | 584 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1327.59/1327.66	c  1213s|  6710k|  6684k|     0 |   0.0 |1877M|2189 |   - |2610 | 618 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1329.58/1329.67	c  1215s|  6720k|  6694k|     0 |   0.0 |1880M|2189 |   - |2610 | 605 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1331.58/1331.64	c  1217s|  6730k|  6704k|     0 |   0.0 |1882M|2189 |   - |2610 | 604 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1333.58/1333.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1333.58/1333.68	c  1218s|  6740k|  6714k|     0 |   0.0 |1885M|2189 |   - |2610 | 611 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1335.68/1335.75	c  1220s|  6750k|  6724k|     0 |   0.0 |1888M|2189 |   - |2610 | 666 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1337.59/1337.69	c  1222s|  6760k|  6734k|     0 |   0.0 |1891M|2189 |   - |2610 | 625 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1339.58/1339.69	c  1224s|  6770k|  6744k|     0 |   0.0 |1893M|2189 |   - |2610 | 634 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1341.58/1341.68	c  1226s|  6780k|  6754k|     0 |   0.0 |1896M|2189 |   - |2610 | 656 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1343.59/1343.68	c  1228s|  6790k|  6764k|     0 |   0.0 |1899M|2189 |   - |2610 | 663 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1345.58/1345.67	c  1229s|  6800k|  6774k|     0 |   0.0 |1902M|2189 |   - |2610 | 661 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1347.59/1347.68	c  1231s|  6810k|  6784k|     0 |   0.0 |1904M|2189 |   - |2610 | 651 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1349.59/1349.63	c  1233s|  6820k|  6794k|     0 |   0.0 |1907M|2189 |   - |2610 | 697 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1351.59/1351.60	c  1235s|  6830k|  6804k|     0 |   0.0 |1910M|2189 |   - |2610 | 653 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1353.48/1353.59	c  1237s|  6840k|  6814k|     0 |   0.0 |1912M|2189 |   - |2610 | 648 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1355.49/1355.56	c  1238s|  6850k|  6824k|     0 |   0.0 |1915M|2189 |   - |2610 | 641 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1357.48/1357.51	c  1240s|  6860k|  6834k|     0 |   0.0 |1918M|2189 |   - |2610 | 652 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1359.59/1359.60	c  1242s|  6870k|  6843k|     0 |   0.0 |1920M|2189 |   - |2610 | 703 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1361.48/1361.59	c  1244s|  6880k|  6853k|     0 |   0.0 |1923M|2189 |   - |2610 | 662 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1363.58/1363.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1363.58/1363.63	c  1246s|  6890k|  6863k|     0 |   0.0 |1926M|2189 |   - |2610 | 715 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1365.58/1365.65	c  1248s|  6900k|  6873k|     0 |   0.0 |1929M|2189 |   - |2610 | 679 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1367.58/1367.61	c  1249s|  6910k|  6883k|     0 |   0.0 |1931M|2189 |   - |2610 | 674 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1369.58/1369.67	c  1251s|  6920k|  6893k|     0 |   0.0 |1934M|2189 |   - |2610 | 663 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1371.69/1371.71	c  1253s|  6930k|  6903k|     0 |   0.0 |1937M|2189 |   - |2610 | 707 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1373.59/1373.68	c  1255s|  6940k|  6913k|     0 |   0.0 |1939M|2189 |   - |2610 | 756 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1375.68/1375.73	c  1257s|  6950k|  6923k|     0 |   0.0 |1942M|2189 |   - |2610 | 696 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1377.58/1377.69	c  1259s|  6960k|  6933k|     0 |   0.0 |1945M|2189 |   - |2610 | 702 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1379.58/1379.68	c  1260s|  6970k|  6943k|     0 |   0.0 |1948M|2189 |   - |2610 | 716 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1381.68/1381.72	c  1262s|  6980k|  6953k|     0 |   0.0 |1950M|2189 |   - |2610 | 713 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1383.68/1383.74	c  1264s|  6990k|  6963k|     0 |   0.0 |1953M|2189 |   - |2610 | 720 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1385.58/1385.66	c  1266s|  7000k|  6973k|     0 |   0.0 |1956M|2189 |   - |2610 | 684 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1387.69/1387.74	c  1268s|  7010k|  6983k|     0 |   0.0 |1958M|2189 |   - |2610 | 711 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1389.68/1389.75	c  1270s|  7020k|  6993k|     0 |   0.0 |1961M|2189 |   - |2610 | 732 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1391.68/1391.71	c  1272s|  7030k|  7003k|     0 |   0.0 |1964M|2189 |   - |2610 | 723 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1393.69/1393.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1393.69/1393.70	c  1273s|  7040k|  7013k|     0 |   0.0 |1966M|2189 |   - |2610 | 723 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1395.68/1395.74	c  1275s|  7050k|  7023k|     0 |   0.0 |1969M|2189 |   - |2610 | 737 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1397.68/1397.78	c  1277s|  7060k|  7033k|     0 |   0.0 |1972M|2189 |   - |2610 | 720 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1399.69/1399.70	c  1279s|  7070k|  7043k|     0 |   0.0 |1975M|2189 |   - |2610 | 710 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1401.69/1401.70	c  1281s|  7080k|  7053k|     0 |   0.0 |1977M|2189 |   - |2610 | 740 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1403.69/1403.71	c  1283s|  7090k|  7063k|     0 |   0.0 |1980M|2189 |   - |2610 | 744 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1405.59/1405.67	c  1284s|  7100k|  7073k|     0 |   0.0 |1983M|2189 |   - |2610 | 698 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1407.68/1407.75	c  1286s|  7110k|  7083k|     0 |   0.0 |1985M|2189 |   - |2610 | 697 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1409.69/1409.75	c  1288s|  7120k|  7093k|     0 |   0.0 |1988M|2189 |   - |2610 | 705 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1411.69/1411.72	c  1290s|  7130k|  7103k|     0 |   0.0 |1991M|2189 |   - |2610 | 715 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1413.69/1413.71	c  1292s|  7140k|  7113k|     0 |   0.0 |1994M|2189 |   - |2610 | 719 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1415.59/1415.66	c  1294s|  7150k|  7123k|     0 |   0.0 |1996M|2189 |   - |2610 | 697 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1417.59/1417.67	c  1296s|  7160k|  7133k|     0 |   0.0 |1999M|2189 |   - |2610 | 717 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1419.58/1419.63	c  1297s|  7170k|  7143k|     0 |   0.0 |2002M|2189 |   - |2610 | 717 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1421.58/1421.61	c  1299s|  7180k|  7153k|     0 |   0.0 |2004M|2189 |   - |2610 | 750 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1423.49/1423.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1423.49/1423.59	c  1301s|  7190k|  7163k|     0 |   0.0 |2007M|2189 |   - |2610 | 734 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1425.49/1425.57	c  1303s|  7200k|  7173k|     0 |   0.0 |2010M|2189 |   - |2610 | 679 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1427.48/1427.55	c  1305s|  7210k|  7182k|     0 |   0.0 |2013M|2189 |   - |2610 | 715 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1429.48/1429.54	c  1307s|  7220k|  7192k|     0 |   0.0 |2015M|2189 |   - |2610 | 693 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1431.49/1431.54	c  1308s|  7230k|  7202k|     0 |   0.0 |2018M|2189 |   - |2610 | 702 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1433.48/1433.50	c  1310s|  7240k|  7212k|     0 |   0.0 |2021M|2189 |   - |2610 | 687 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1435.49/1435.55	c  1312s|  7250k|  7222k|     0 |   0.0 |2023M|2189 |   - |2610 | 697 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1437.49/1437.57	c  1314s|  7260k|  7232k|     0 |   0.0 |2026M|2189 |   - |2610 | 700 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1439.48/1439.57	c  1316s|  7270k|  7242k|     0 |   0.0 |2029M|2189 |   - |2610 | 696 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1441.49/1441.53	c  1318s|  7280k|  7252k|     0 |   0.0 |2032M|2189 |   - |2610 | 685 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1443.39/1443.45	c  1319s|  7290k|  7262k|     0 |   0.0 |2034M|2189 |   - |2610 | 688 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1445.29/1445.38	c  1321s|  7300k|  7272k|     0 |   0.0 |2037M|2189 |   - |2610 | 682 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1447.29/1447.36	c  1323s|  7310k|  7282k|     0 |   0.0 |2040M|2189 |   - |2610 | 702 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1449.18/1449.29	c  1325s|  7320k|  7292k|     0 |   0.0 |2042M|2189 |   - |2610 | 685 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1451.29/1451.34	c  1327s|  7330k|  7302k|     0 |   0.0 |2045M|2189 |   - |2610 | 728 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1453.19/1453.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1453.19/1453.28	c  1328s|  7340k|  7312k|     0 |   0.0 |2048M|2189 |   - |2610 | 706 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1455.19/1455.28	c  1330s|  7350k|  7322k|     0 |   0.0 |2051M|2189 |   - |2610 | 705 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1457.19/1457.25	c  1332s|  7360k|  7332k|     0 |   0.0 |2053M|2189 |   - |2610 | 724 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1459.18/1459.26	c  1334s|  7370k|  7342k|     0 |   0.0 |2056M|2189 |   - |2610 | 736 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1461.19/1461.24	c  1336s|  7380k|  7352k|     0 |   0.0 |2059M|2189 |   - |2610 | 736 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1463.18/1463.25	c  1338s|  7390k|  7362k|     0 |   0.0 |2061M|2189 |   - |2610 | 727 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1465.19/1465.26	c  1340s|  7400k|  7372k|     0 |   0.0 |2064M|2189 |   - |2610 | 741 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1467.19/1467.27	c  1341s|  7410k|  7382k|     0 |   0.0 |2067M|2189 |   - |2610 | 679 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1469.18/1469.23	c  1343s|  7420k|  7392k|     0 |   0.0 |2070M|2189 |   - |2610 | 700 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1471.18/1471.27	c  1345s|  7430k|  7402k|     0 |   0.0 |2072M|2189 |   - |2610 | 705 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1473.19/1473.28	c  1347s|  7440k|  7412k|     0 |   0.0 |2075M|2189 |   - |2610 | 696 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1475.29/1475.30	c  1349s|  7450k|  7422k|     0 |   0.0 |2078M|2189 |   - |2610 | 707 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1477.29/1477.30	c  1351s|  7460k|  7432k|     0 |   0.0 |2081M|2189 |   - |2610 | 727 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1479.19/1479.25	c  1352s|  7470k|  7442k|     0 |   0.0 |2083M|2189 |   - |2610 | 723 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1481.18/1481.27	c  1354s|  7480k|  7452k|     0 |   0.0 |2086M|2189 |   - |2610 | 726 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.19/1483.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.19/1483.24	c  1356s|  7490k|  7462k|     0 |   0.0 |2089M|2189 |   - |2610 | 706 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1485.19/1485.26	c  1358s|  7500k|  7472k|     0 |   0.0 |2091M|2189 |   - |2610 | 721 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1487.09/1487.16	c  1360s|  7510k|  7482k|     0 |   0.0 |2094M|2189 |   - |2610 | 706 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1489.08/1489.19	c  1362s|  7520k|  7492k|     0 |   0.0 |2097M|2189 |   - |2610 | 703 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1491.08/1491.13	c  1363s|  7530k|  7502k|     0 |   0.0 |2100M|2189 |   - |2610 | 695 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1493.09/1493.11	c  1365s|  7540k|  7512k|     0 |   0.0 |2102M|2189 |   - |2610 | 703 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1495.09/1495.14	c  1367s|  7550k|  7521k|     0 |   0.0 |2105M|2189 |   - |2610 | 731 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1497.09/1497.11	c  1369s|  7560k|  7531k|     0 |   0.0 |2108M|2189 |   - |2610 | 705 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1499.09/1499.10	c  1371s|  7570k|  7541k|     0 |   0.0 |2110M|2189 |   - |2610 | 690 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1501.09/1501.11	c  1373s|  7580k|  7551k|     0 |   0.0 |2113M|2189 |   - |2610 | 695 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1503.08/1503.10	c  1375s|  7590k|  7561k|     0 |   0.0 |2116M|2189 |   - |2610 | 708 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1504.99/1505.05	c  1376s|  7600k|  7571k|     0 |   0.0 |2119M|2189 |   - |2610 | 704 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1506.99/1507.08	c  1378s|  7610k|  7581k|     0 |   0.0 |2121M|2189 |   - |2610 | 697 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1508.99/1509.10	c  1380s|  7620k|  7591k|     0 |   0.0 |2124M|2189 |   - |2610 | 707 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1510.99/1511.09	c  1382s|  7630k|  7601k|     0 |   0.0 |2127M|2189 |   - |2610 | 698 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1513.09/1513.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1513.09/1513.17	c  1384s|  7640k|  7611k|     0 |   0.0 |2129M|2189 |   - |2610 | 737 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1515.09/1515.16	c  1386s|  7650k|  7621k|     0 |   0.0 |2132M|2189 |   - |2610 | 684 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1517.09/1517.13	c  1387s|  7660k|  7631k|     0 |   0.0 |2135M|2189 |   - |2610 | 670 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1519.09/1519.11	c  1389s|  7670k|  7641k|     0 |   0.0 |2138M|2189 |   - |2610 | 676 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1520.99/1521.07	c  1391s|  7680k|  7651k|     0 |   0.0 |2140M|2189 |   - |2610 | 676 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1522.98/1523.06	c  1393s|  7690k|  7661k|     0 |   0.0 |2143M|2189 |   - |2610 | 658 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1524.98/1525.08	c  1395s|  7700k|  7671k|     0 |   0.0 |2146M|2189 |   - |2610 | 666 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1526.99/1527.07	c  1397s|  7710k|  7681k|     0 |   0.0 |2148M|2189 |   - |2610 | 677 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1528.99/1529.06	c  1398s|  7720k|  7691k|     0 |   0.0 |2151M|2189 |   - |2610 | 653 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1531.09/1531.12	c  1400s|  7730k|  7701k|     0 |   0.0 |2154M|2189 |   - |2610 | 684 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1532.99/1533.03	c  1402s|  7740k|  7711k|     0 |   0.0 |2157M|2189 |   - |2610 | 667 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1534.99/1535.00	c  1404s|  7750k|  7721k|     0 |   0.0 |2159M|2189 |   - |2610 | 662 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1536.89/1536.97	c  1406s|  7760k|  7731k|     0 |   0.0 |2162M|2189 |   - |2610 | 658 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1538.99/1539.05	c  1408s|  7770k|  7741k|     0 |   0.0 |2165M|2189 |   - |2610 | 676 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1540.99/1541.08	c  1410s|  7780k|  7751k|     0 |   0.0 |2167M|2189 |   - |2610 | 667 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1543.09/1543.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1543.09/1543.17	c  1412s|  7790k|  7761k|     0 |   0.0 |2170M|2189 |   - |2610 | 666 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1545.08/1545.19	c  1413s|  7800k|  7771k|     0 |   0.0 |2173M|2189 |   - |2610 | 725 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1547.09/1547.16	c  1415s|  7810k|  7781k|     0 |   0.0 |2176M|2189 |   - |2610 | 684 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1549.09/1549.19	c  1417s|  7820k|  7791k|     0 |   0.0 |2178M|2189 |   - |2610 | 652 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1551.09/1551.17	c  1419s|  7830k|  7801k|     0 |   0.0 |2181M|2189 |   - |2610 | 667 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1553.19/1553.22	c  1421s|  7840k|  7811k|     0 |   0.0 |2184M|2189 |   - |2610 | 654 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1555.09/1555.18	c  1423s|  7850k|  7821k|     0 |   0.0 |2186M|2189 |   - |2610 | 636 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1557.09/1557.13	c  1424s|  7860k|  7831k|     0 |   0.0 |2189M|2189 |   - |2610 | 623 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1559.09/1559.12	c  1426s|  7870k|  7841k|     0 |   0.0 |2192M|2189 |   - |2610 | 604 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1560.98/1561.09	c  1428s|  7880k|  7851k|     0 |   0.0 |2195M|2189 |   - |2610 | 642 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1562.99/1563.03	c  1430s|  7890k|  7861k|     0 |   0.0 |2197M|2189 |   - |2610 | 607 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1564.99/1565.01	c  1432s|  7900k|  7871k|     0 |   0.0 |2200M|2189 |   - |2610 | 608 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1566.99/1567.00	c  1433s|  7910k|  7880k|     0 |   0.0 |2203M|2189 |   - |2610 | 621 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1568.99/1569.01	c  1435s|  7920k|  7890k|     0 |   0.0 |2205M|2189 |   - |2610 | 631 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.89/1570.98	c  1437s|  7930k|  7900k|     0 |   0.0 |2208M|2189 |   - |2610 | 620 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1572.89/1572.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1572.89/1572.95	c  1439s|  7940k|  7910k|     0 |   0.0 |2211M|2189 |   - |2610 | 610 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1574.89/1574.95	c  1441s|  7950k|  7920k|     0 |   0.0 |2214M|2189 |   - |2610 | 602 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1576.89/1576.90	c  1442s|  7960k|  7930k|     0 |   0.0 |2216M|2189 |   - |2610 | 604 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1578.88/1578.91	c  1444s|  7970k|  7940k|     0 |   0.0 |2219M|2189 |   - |2610 | 624 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1580.79/1580.87	c  1446s|  7980k|  7950k|     0 |   0.0 |2222M|2189 |   - |2610 | 641 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1582.79/1582.84	c  1448s|  7990k|  7960k|     0 |   0.0 |2225M|2189 |   - |2610 | 624 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1584.69/1584.77	c  1450s|  8000k|  7970k|     0 |   0.0 |2227M|2189 |   - |2610 | 623 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1586.69/1586.75	c  1451s|  8010k|  7980k|     0 |   0.0 |2230M|2189 |   - |2610 | 627 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1588.69/1588.71	c  1453s|  8020k|  7990k|     0 |   0.0 |2233M|2189 |   - |2610 | 611 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1590.69/1590.70	c  1455s|  8030k|  8000k|     0 |   0.0 |2235M|2189 |   - |2610 | 607 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1592.69/1592.74	c  1457s|  8040k|  8010k|     0 |   0.0 |2238M|2189 |   - |2610 | 614 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1594.59/1594.67	c  1459s|  8050k|  8020k|     0 |   0.0 |2241M|2189 |   - |2610 | 606 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1596.59/1596.66	c  1461s|  8060k|  8030k|     0 |   0.0 |2243M|2189 |   - |2610 | 591 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1598.59/1598.65	c  1462s|  8070k|  8040k|     0 |   0.0 |2246M|2189 |   - |2610 | 638 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.50/1600.59	c  1464s|  8080k|  8050k|     0 |   0.0 |2249M|2189 |   - |2610 | 596 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1602.49/1602.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1602.49/1602.56	c  1466s|  8090k|  8060k|     0 |   0.0 |2252M|2189 |   - |2610 | 617 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1604.49/1604.53	c  1468s|  8100k|  8070k|     0 |   0.0 |2254M|2189 |   - |2610 | 636 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1606.49/1606.58	c  1470s|  8110k|  8080k|     0 |   0.0 |2257M|2189 |   - |2610 | 642 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1608.49/1608.51	c  1471s|  8120k|  8090k|     0 |   0.0 |2260M|2189 |   - |2610 | 596 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1610.40/1610.45	c  1473s|  8130k|  8100k|     0 |   0.0 |2262M|2189 |   - |2610 | 610 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1612.39/1612.44	c  1475s|  8140k|  8110k|     0 |   0.0 |2265M|2189 |   - |2610 | 608 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1614.29/1614.37	c  1477s|  8150k|  8120k|     0 |   0.0 |2268M|2189 |   - |2610 | 595 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1616.39/1616.42	c  1479s|  8160k|  8130k|     0 |   0.0 |2271M|2189 |   - |2610 | 659 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1618.29/1618.37	c  1480s|  8170k|  8140k|     0 |   0.0 |2273M|2189 |   - |2610 | 630 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1620.30/1620.33	c  1482s|  8180k|  8150k|     0 |   0.0 |2276M|2189 |   - |2610 | 624 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1622.19/1622.29	c  1484s|  8190k|  8160k|     0 |   0.0 |2279M|2189 |   - |2610 | 608 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1624.29/1624.31	c  1486s|  8200k|  8170k|     0 |   0.0 |2282M|2189 |   - |2610 | 618 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1626.18/1626.28	c  1488s|  8210k|  8180k|     0 |   0.0 |2284M|2189 |   - |2610 | 648 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1628.19/1628.28	c  1490s|  8220k|  8190k|     0 |   0.0 |2287M|2189 |   - |2610 | 615 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1630.19/1630.26	c  1491s|  8230k|  8200k|     0 |   0.0 |2290M|2189 |   - |2610 | 592 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1632.19/1632.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1632.19/1632.24	c  1493s|  8240k|  8210k|     0 |   0.0 |2292M|2189 |   - |2610 | 588 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1634.19/1634.26	c  1495s|  8250k|  8220k|     0 |   0.0 |2295M|2189 |   - |2610 | 631 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1636.19/1636.25	c  1497s|  8260k|  8230k|     0 |   0.0 |2298M|2189 |   - |2610 | 614 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1638.19/1638.25	c  1499s|  8270k|  8239k|     0 |   0.0 |2301M|2189 |   - |2610 | 654 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1640.19/1640.26	c  1501s|  8280k|  8249k|     0 |   0.0 |2303M|2189 |   - |2610 | 630 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1642.20/1642.25	c  1502s|  8290k|  8259k|     0 |   0.0 |2306M|2189 |   - |2610 | 637 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1644.19/1644.23	c  1504s|  8300k|  8269k|     0 |   0.0 |2309M|2189 |   - |2610 | 614 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1646.19/1646.22	c  1506s|  8310k|  8279k|     0 |   0.0 |2312M|2189 |   - |2610 | 659 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1648.09/1648.17	c  1508s|  8320k|  8289k|     0 |   0.0 |2314M|2189 |   - |2610 | 656 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1650.09/1650.18	c  1510s|  8330k|  8299k|     0 |   0.0 |2317M|2189 |   - |2610 | 617 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1652.10/1652.13	c  1511s|  8340k|  8309k|     0 |   0.0 |2320M|2189 |   - |2610 | 605 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1654.09/1654.13	c  1513s|  8350k|  8319k|     0 |   0.0 |2322M|2189 |   - |2610 | 658 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1656.09/1656.11	c  1515s|  8360k|  8329k|     0 |   0.0 |2325M|2189 |   - |2610 | 628 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1657.99/1658.07	c  1517s|  8370k|  8339k|     0 |   0.0 |2328M|2189 |   - |2610 | 627 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1660.00/1660.06	c  1519s|  8380k|  8349k|     0 |   0.0 |2331M|2189 |   - |2610 | 628 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1661.99/1662.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1661.99/1662.04	c  1520s|  8390k|  8359k|     0 |   0.0 |2333M|2189 |   - |2610 | 663 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1663.99/1664.00	c  1522s|  8400k|  8369k|     0 |   0.0 |2336M|2189 |   - |2610 | 625 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1665.99/1666.03	c  1524s|  8410k|  8379k|     0 |   0.0 |2339M|2189 |   - |2610 | 626 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1667.99/1668.00	c  1526s|  8420k|  8389k|     0 |   0.0 |2341M|2189 |   - |2610 | 620 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1669.99/1670.00	c  1528s|  8430k|  8399k|     0 |   0.0 |2344M|2189 |   - |2610 | 641 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1671.90/1671.96	c  1530s|  8440k|  8409k|     0 |   0.0 |2347M|2189 |   - |2610 | 627 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1673.89/1673.95	c  1531s|  8450k|  8419k|     0 |   0.0 |2350M|2189 |   - |2610 | 696 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1675.89/1675.96	c  1533s|  8460k|  8429k|     0 |   0.0 |2352M|2189 |   - |2610 | 672 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1677.79/1677.88	c  1535s|  8470k|  8439k|     0 |   0.0 |2355M|2189 |   - |2610 | 625 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1679.89/1679.91	c  1537s|  8480k|  8449k|     0 |   0.0 |2358M|2189 |   - |2610 | 657 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1681.80/1681.88	c  1539s|  8490k|  8459k|     0 |   0.0 |2360M|2189 |   - |2610 | 644 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1683.79/1683.80	c  1540s|  8500k|  8469k|     0 |   0.0 |2363M|2189 |   - |2610 | 632 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1685.79/1685.82	c  1542s|  8510k|  8479k|     0 |   0.0 |2366M|2189 |   - |2610 | 653 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1687.69/1687.79	c  1544s|  8520k|  8489k|     0 |   0.0 |2369M|2189 |   - |2610 | 643 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1689.69/1689.72	c  1546s|  8530k|  8499k|     0 |   0.0 |2371M|2189 |   - |2610 | 634 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1691.70/1691.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1691.70/1691.70	c  1548s|  8540k|  8509k|     0 |   0.0 |2374M|2189 |   - |2610 | 647 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1693.69/1693.71	c  1549s|  8550k|  8519k|     0 |   0.0 |2377M|2189 |   - |2610 | 651 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1695.69/1695.71	c  1551s|  8560k|  8529k|     0 |   0.0 |2379M|2189 |   - |2610 | 701 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1697.69/1697.73	c  1553s|  8570k|  8539k|     0 |   0.0 |2382M|2189 |   - |2610 | 746 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1699.59/1699.67	c  1555s|  8580k|  8549k|     0 |   0.0 |2385M|2189 |   - |2610 | 708 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1701.60/1701.65	c  1557s|  8590k|  8559k|     0 |   0.0 |2388M|2189 |   - |2610 | 713 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1703.59/1703.60	c  1558s|  8600k|  8569k|     0 |   0.0 |2390M|2189 |   - |2610 | 705 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1705.49/1705.55	c  1560s|  8610k|  8578k|     0 |   0.0 |2393M|2189 |   - |2610 | 700 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1707.49/1707.50	c  1562s|  8620k|  8588k|     0 |   0.0 |2396M|2189 |   - |2610 | 716 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1709.40/1709.47	c  1564s|  8630k|  8598k|     0 |   0.0 |2398M|2189 |   - |2610 | 725 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1711.39/1711.43	c  1566s|  8640k|  8608k|     0 |   0.0 |2401M|2189 |   - |2610 | 736 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1713.29/1713.38	c  1567s|  8650k|  8618k|     0 |   0.0 |2404M|2189 |   - |2610 | 739 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1715.29/1715.38	c  1569s|  8660k|  8628k|     0 |   0.0 |2406M|2189 |   - |2610 | 766 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1717.30/1717.36	c  1571s|  8670k|  8638k|     0 |   0.0 |2409M|2189 |   - |2610 | 772 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1719.20/1719.28	c  1573s|  8680k|  8648k|     0 |   0.0 |2412M|2189 |   - |2610 | 760 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1721.29/1721.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1721.29/1721.30	c  1574s|  8690k|  8658k|     0 |   0.0 |2415M|2189 |   - |2610 | 756 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1723.19/1723.25	c  1576s|  8700k|  8668k|     0 |   0.0 |2417M|2189 |   - |2610 | 735 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1725.09/1725.18	c  1578s|  8710k|  8678k|     0 |   0.0 |2420M|2189 |   - |2610 | 766 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1727.19/1727.24	c  1580s|  8720k|  8688k|     0 |   0.0 |2423M|2189 |   - |2610 | 782 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1729.19/1729.26	c  1582s|  8730k|  8698k|     0 |   0.0 |2425M|2189 |   - |2610 | 760 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1731.19/1731.25	c  1584s|  8740k|  8708k|     0 |   0.0 |2428M|2189 |   - |2610 | 737 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1733.20/1733.20	c  1585s|  8750k|  8718k|     0 |   0.0 |2431M|2189 |   - |2610 | 767 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1735.09/1735.18	c  1587s|  8760k|  8728k|     0 |   0.0 |2434M|2189 |   - |2610 | 772 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1737.09/1737.15	c  1589s|  8770k|  8738k|     0 |   0.0 |2436M|2189 |   - |2610 | 753 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1739.10/1739.15	c  1591s|  8780k|  8748k|     0 |   0.0 |2439M|2189 |   - |2610 | 752 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1741.10/1741.10	c  1593s|  8790k|  8758k|     0 |   0.0 |2442M|2189 |   - |2610 | 747 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1743.09/1743.10	c  1594s|  8800k|  8768k|     0 |   0.0 |2444M|2189 |   - |2610 | 771 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1744.99/1745.07	c  1596s|  8810k|  8778k|     0 |   0.0 |2447M|2189 |   - |2610 | 736 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1746.99/1747.08	c  1598s|  8820k|  8788k|     0 |   0.0 |2450M|2189 |   - |2610 | 757 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1749.00/1749.02	c  1600s|  8830k|  8798k|     0 |   0.0 |2453M|2189 |   - |2610 | 747 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1751.00/1751.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1751.00/1751.06	c  1602s|  8840k|  8808k|     0 |   0.0 |2455M|2189 |   - |2610 | 774 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1752.99/1753.07	c  1603s|  8850k|  8818k|     0 |   0.0 |2458M|2189 |   - |2610 | 721 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1754.99/1755.02	c  1605s|  8860k|  8828k|     0 |   0.0 |2461M|2189 |   - |2610 | 704 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1756.99/1757.00	c  1607s|  8870k|  8838k|     0 |   0.0 |2463M|2189 |   - |2610 | 722 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1758.90/1758.94	c  1609s|  8880k|  8848k|     0 |   0.0 |2466M|2189 |   - |2610 | 710 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1760.89/1760.98	c  1611s|  8890k|  8858k|     0 |   0.0 |2469M|2189 |   - |2610 | 728 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1762.90/1762.99	c  1612s|  8900k|  8868k|     0 |   0.0 |2472M|2189 |   - |2610 | 707 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1764.99/1765.00	c  1614s|  8910k|  8878k|     0 |   0.0 |2474M|2189 |   - |2610 | 704 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1767.00/1767.03	c  1616s|  8920k|  8888k|     0 |   0.0 |2477M|2189 |   - |2610 | 688 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1768.90/1768.97	c  1618s|  8930k|  8898k|     0 |   0.0 |2480M|2189 |   - |2610 | 660 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1771.00/1771.02	c  1620s|  8940k|  8908k|     0 |   0.0 |2482M|2189 |   - |2610 | 657 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1773.00/1773.00	c  1621s|  8950k|  8918k|     0 |   0.0 |2485M|2189 |   - |2610 | 656 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1774.89/1774.96	c  1623s|  8960k|  8928k|     0 |   0.0 |2488M|2189 |   - |2610 | 629 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1776.89/1776.96	c  1625s|  8970k|  8937k|     0 |   0.0 |2491M|2189 |   - |2610 | 662 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1778.90/1778.92	c  1627s|  8980k|  8947k|     0 |   0.0 |2493M|2189 |   - |2610 | 657 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1780.90/1780.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1780.90/1780.92	c  1629s|  8990k|  8957k|     0 |   0.0 |2496M|2189 |   - |2610 | 653 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1782.79/1782.86	c  1630s|  9000k|  8967k|     0 |   0.0 |2499M|2189 |   - |2610 | 656 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1784.89/1784.91	c  1632s|  9010k|  8977k|     0 |   0.0 |2502M|2189 |   - |2610 | 682 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1786.79/1786.84	c  1634s|  9020k|  8987k|     0 |   0.0 |2504M|2189 |   - |2610 | 657 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1788.80/1788.86	c  1636s|  9030k|  8997k|     0 |   0.0 |2507M|2189 |   - |2610 | 656 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.80/1790.82	c  1638s|  9040k|  9007k|     0 |   0.0 |2510M|2189 |   - |2610 | 670 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1792.70/1792.77	c  1639s|  9050k|  9017k|     0 |   0.0 |2512M|2189 |   - |2610 | 653 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1794.70/1794.76	c  1641s|  9060k|  9027k|     0 |   0.0 |2515M|2189 |   - |2610 | 630 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1796.69/1796.76	c  1643s|  9070k|  9037k|     0 |   0.0 |2518M|2189 |   - |2610 | 703 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1798.79/1798.84	c  1645s|  9080k|  9047k|     0 |   0.0 |2521M|2189 |   - |2610 | 671 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.00/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.00/1800.00	c 
1800.00/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.00	c Solving Time (sec) : 1646.06
1800.00/1800.00	c Solving Nodes      : 9086063
1800.00/1800.00	c Primal Bound       : +1.00000000000000e+00 (1 solutions)
1800.00/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.00/1800.00	c Gap                : infinite
1800.00/1800.00	s SATISFIABLE
1800.00/1800.00	v -x2550 -x2549 -x2548 -x2547 -x2546 -x2545 -x2544 -x2543 -x2542 -x2541 -x2540 -x2539 -x2538 -x2537 -x2536 -x2535 -x2534 -x2533 -x2532 
1800.00/1800.00	v -x2531 -x2530 -x2529 -x2528 -x2527 -x2526 -x2525 -x2524 -x2523 -x2522 -x2521 -x2520 -x2519 -x2518 -x2517 -x2516 -x2515 
1800.00/1800.00	v -x2514 -x2513 -x2512 -x2511 -x2510 -x2509 -x2508 -x2507 -x2506 -x2505 -x2504 -x2503 -x2502 x2501 -x2500 x2499 -x2498 -x2497 -x2496 
1800.00/1800.00	v -x2495 -x2494 -x2493 -x2492 -x2491 -x2490 -x2489 -x2488 -x2487 -x2486 -x2485 -x2484 -x2483 -x2482 -x2481 -x2480 -x2479 
1800.00/1800.00	v -x2478 -x2477 -x2476 -x2475 -x2474 -x2473 -x2472 -x2471 -x2470 -x2469 -x2468 -x2467 -x2466 -x2465 -x2464 -x2463 -x2462 -x2461 
1800.00/1800.00	v -x2460 -x2459 -x2458 -x2457 -x2456 -x2455 -x2454 -x2453 -x2452 -x2451 -x2450 -x2449 -x2448 -x2447 -x2446 -x2445 x2444 -x2443 
1800.00/1800.00	v -x2442 -x2441 -x2440 -x2439 -x2438 -x2437 -x2436 -x2435 -x2434 -x2433 -x2432 -x2431 -x2430 -x2429 -x2428 -x2427 -x2426 -x2425 
1800.00/1800.00	v -x2424 -x2423 -x2422 -x2421 -x2420 -x2419 -x2418 -x2417 -x2416 -x2415 -x2414 -x2413 -x2412 -x2411 -x2410 -x2409 -x2408 -x2407 
1800.00/1800.00	v -x2406 -x2405 -x2404 -x2403 -x2402 -x2401 -x2400 -x2399 -x2398 -x2397 -x2396 -x2395 -x2394 -x2393 -x2392 -x2391 -x2390 x2389 
1800.00/1800.00	v -x2388 -x2387 -x2386 -x2385 -x2384 -x2383 -x2382 -x2381 -x2380 -x2379 -x2378 -x2377 -x2376 -x2375 -x2374 -x2373 -x2372 -x2371 
1800.00/1800.00	v -x2370 -x2369 -x2368 -x2367 -x2366 -x2365 -x2364 -x2363 -x2362 -x2361 -x2360 -x2359 -x2358 -x2357 -x2356 -x2355 -x2354 -x2353 
1800.00/1800.00	v -x2352 -x2351 -x2350 -x2349 -x2348 -x2347 -x2346 -x2345 -x2344 -x2343 -x2342 x2341 -x2340 -x2339 -x2338 -x2337 -x2336 -x2335 
1800.00/1800.00	v -x2334 -x2333 -x2332 -x2331 -x2330 -x2329 -x2328 -x2327 -x2326 -x2325 -x2324 -x2323 -x2322 -x2321 -x2320 -x2319 -x2318 -x2317 
1800.00/1800.00	v -x2316 -x2315 -x2314 -x2313 -x2312 -x2311 -x2310 -x2309 -x2308 -x2307 -x2306 -x2305 -x2304 -x2303 -x2302 -x2301 -x2300 
1800.00/1800.00	v -x2299 -x2298 -x2297 -x2296 -x2295 -x2294 -x2293 -x2292 -x2291 -x2290 -x2289 -x2288 -x2287 -x2286 -x2285 -x2284 -x2283 -x2282 
1800.00/1800.00	v -x2281 -x2280 -x2279 -x2278 -x2277 -x2276 -x2275 -x2274 -x2273 -x2272 -x2271 -x2270 -x2269 -x2268 -x2267 -x2266 -x2265 -x2264 
1800.00/1800.00	v -x2263 -x2262 -x2261 -x2260 -x2259 -x2258 -x2257 -x2256 -x2255 -x2254 x2253 -x2252 -x2251 -x2250 -x2249 -x2248 -x2247 -x2246 
1800.00/1800.00	v -x2245 -x2244 -x2243 -x2242 -x2241 -x2240 -x2239 -x2238 -x2237 -x2236 -x2235 -x2234 -x2233 -x2232 -x2231 -x2230 -x2229 -x2228 
1800.00/1800.00	v -x2227 -x2226 -x2225 -x2224 -x2223 -x2222 -x2221 -x2220 -x2219 -x2218 -x2217 -x2216 -x2215 -x2214 -x2213 x2212 -x2211 -x2210 
1800.00/1800.00	v -x2209 -x2208 -x2207 -x2206 -x2205 -x2204 -x2203 -x2202 -x2201 -x2200 -x2199 -x2198 -x2197 -x2196 -x2195 -x2194 -x2193 -x2192 
1800.00/1800.00	v -x2191 -x2190 -x2189 x2188 -x2187 -x2186 -x2185 -x2184 -x2183 -x2182 -x2181 -x2180 -x2179 -x2178 -x2177 -x2176 -x2175 -x2174 
1800.00/1800.00	v -x2173 -x2172 -x2171 -x2170 -x2169 -x2168 -x2167 -x2166 -x2165 -x2164 -x2163 -x2162 -x2161 -x2160 -x2159 -x2158 -x2157 -x2156 
1800.00/1800.00	v -x2155 -x2154 -x2153 -x2152 -x2151 -x2150 -x2149 -x2148 -x2147 -x2146 -x2145 -x2144 -x2143 -x2142 -x2141 -x2140 -x2139 -x2138 
1800.00/1800.00	v -x2137 -x2136 -x2135 -x2134 -x2133 -x2132 -x2131 -x2130 -x2129 -x2128 -x2127 -x2126 -x2125 -x2124 -x2123 -x2122 -x2121 
1800.00/1800.00	v -x2120 -x2119 -x2118 -x2117 -x2116 -x2115 -x2114 -x2113 -x2112 -x2111 -x2110 -x2109 x2108 -x2107 -x2106 -x2105 -x2104 -x2103 
1800.00/1800.00	v -x2102 -x2101 -x2100 -x2099 -x2098 -x2097 -x2096 -x2095 -x2094 -x2093 -x2092 -x2091 -x2090 -x2089 -x2088 -x2087 -x2086 -x2085 
1800.00/1800.00	v -x2084 -x2083 -x2082 -x2081 -x2080 -x2079 -x2078 -x2077 -x2076 -x2075 -x2074 -x2073 -x2072 -x2071 -x2070 -x2069 -x2068 -x2067 
1800.00/1800.00	v -x2066 -x2065 -x2064 -x2063 -x2062 -x2061 -x2060 -x2059 -x2058 -x2057 -x2056 -x2055 x2054 -x2053 -x2052 -x2051 -x2050 -x2049 
1800.00/1800.00	v -x2048 -x2047 -x2046 -x2045 -x2044 -x2043 -x2042 -x2041 -x2040 -x2039 -x2038 -x2037 -x2036 -x2035 -x2034 -x2033 -x2032 -x2031 
1800.00/1800.00	v -x2030 -x2029 -x2028 -x2027 x2026 -x2025 -x2024 -x2023 -x2022 -x2021 -x2020 -x2019 -x2018 -x2017 -x2016 -x2015 -x2014 -x2013 
1800.00/1800.00	v -x2012 -x2011 -x2010 -x2009 -x2008 -x2007 -x2006 -x2005 -x2004 -x2003 -x2002 -x2001 -x2000 -x1999 -x1998 -x1997 -x1996 -x1995 
1800.00/1800.00	v -x1994 -x1993 -x1992 -x1991 -x1990 -x1989 -x1988 -x1987 -x1986 -x1985 -x1984 -x1983 -x1982 -x1981 -x1980 -x1979 -x1978 -x1977 
1800.00/1800.00	v -x1976 -x1975 -x1974 x1973 -x1972 -x1971 -x1970 -x1969 -x1968 -x1967 -x1966 -x1965 -x1964 -x1963 -x1962 -x1961 -x1960 -x1959 
1800.00/1800.00	v -x1958 -x1957 -x1956 -x1955 -x1954 -x1953 -x1952 -x1951 -x1950 -x1949 -x1948 -x1947 x1946 -x1945 -x1944 -x1943 -x1942 -x1941 
1800.00/1800.00	v -x1940 -x1939 -x1938 -x1937 -x1936 -x1935 -x1934 -x1933 -x1932 -x1931 -x1930 -x1929 -x1928 -x1927 -x1926 -x1925 -x1924 -x1923 
1800.00/1800.00	v -x1922 -x1921 -x1920 -x1919 -x1918 -x1917 -x1916 -x1915 -x1914 -x1913 -x1912 -x1911 -x1910 -x1909 -x1908 -x1907 -x1906 
1800.00/1800.00	v -x1905 -x1904 -x1903 -x1902 -x1901 -x1900 -x1899 -x1898 -x1897 -x1896 -x1895 -x1894 -x1893 -x1892 -x1891 -x1890 -x1889 -x1888 
1800.00/1800.00	v -x1887 -x1886 -x1885 -x1884 -x1883 -x1882 -x1881 -x1880 -x1879 -x1878 -x1877 -x1876 -x1875 -x1874 -x1873 x1872 -x1871 -x1870 
1800.00/1800.00	v -x1869 -x1868 -x1867 -x1866 -x1865 -x1864 -x1863 -x1862 -x1861 -x1860 -x1859 -x1858 -x1857 -x1856 -x1855 -x1854 -x1853 -x1852 
1800.00/1800.00	v -x1851 -x1850 -x1849 -x1848 -x1847 -x1846 -x1845 x1844 -x1843 -x1842 -x1841 -x1840 -x1839 -x1838 -x1837 -x1836 -x1835 -x1834 
1800.00/1800.00	v -x1833 -x1832 -x1831 -x1830 -x1829 -x1828 -x1827 -x1826 -x1825 -x1824 -x1823 -x1822 -x1821 -x1820 -x1819 -x1818 -x1817 -x1816 
1800.00/1800.00	v -x1815 -x1814 -x1813 -x1812 -x1811 -x1810 -x1809 -x1808 -x1807 -x1806 -x1805 -x1804 -x1803 -x1802 -x1801 -x1800 -x1799 -x1798 
1800.00/1800.00	v -x1797 -x1796 -x1795 x1794 -x1793 -x1792 -x1791 -x1790 -x1789 -x1788 -x1787 -x1786 -x1785 -x1784 -x1783 -x1782 -x1781 -x1780 
1800.00/1800.00	v -x1779 -x1778 -x1777 -x1776 -x1775 -x1774 -x1773 -x1772 -x1771 -x1770 -x1769 -x1768 -x1767 -x1766 -x1765 -x1764 -x1763 -x1762 
1800.00/1800.00	v -x1761 -x1760 -x1759 -x1758 -x1757 -x1756 -x1755 -x1754 -x1753 -x1752 -x1751 -x1750 -x1749 -x1748 -x1747 -x1746 -x1745 x1744 
1800.00/1800.00	v -x1743 -x1742 -x1741 -x1740 -x1739 -x1738 -x1737 -x1736 -x1735 -x1734 -x1733 -x1732 -x1731 -x1730 -x1729 -x1728 -x1727 -x1726 
1800.00/1800.00	v -x1725 -x1724 -x1723 -x1722 -x1721 -x1720 -x1719 -x1718 -x1717 -x1716 -x1715 -x1714 -x1713 -x1712 -x1711 -x1710 -x1709 
1800.00/1800.00	v -x1708 -x1707 -x1706 -x1705 -x1704 -x1703 -x1702 -x1701 -x1700 -x1699 -x1698 -x1697 -x1696 -x1695 x1694 -x1693 -x1692 -x1691 
1800.00/1800.00	v -x1690 -x1689 -x1688 -x1687 -x1686 -x1685 -x1684 -x1683 -x1682 -x1681 -x1680 -x1679 -x1678 -x1677 -x1676 -x1675 -x1674 -x1673 
1800.00/1800.00	v -x1672 -x1671 -x1670 -x1669 -x1668 -x1667 -x1666 -x1665 -x1664 -x1663 -x1662 -x1661 -x1660 -x1659 -x1658 -x1657 -x1656 -x1655 
1800.00/1800.00	v -x1654 -x1653 -x1652 -x1651 -x1650 -x1649 -x1648 -x1647 -x1646 -x1645 x1644 -x1643 -x1642 -x1641 -x1640 -x1639 -x1638 -x1637 
1800.00/1800.00	v -x1636 -x1635 -x1634 -x1633 -x1632 -x1631 -x1630 -x1629 -x1628 -x1627 -x1626 -x1625 -x1624 -x1623 -x1622 -x1621 -x1620 -x1619 
1800.00/1800.00	v -x1618 -x1617 -x1616 -x1615 -x1614 -x1613 -x1612 -x1611 -x1610 -x1609 -x1608 -x1607 -x1606 -x1605 -x1604 -x1603 -x1602 -x1601 
1800.00/1800.00	v -x1600 -x1599 -x1598 -x1597 -x1596 -x1595 -x1594 -x1593 -x1592 -x1591 -x1590 -x1589 -x1588 -x1587 -x1586 -x1585 -x1584 -x1583 
1800.00/1800.00	v -x1582 -x1581 -x1580 -x1579 -x1578 -x1577 -x1576 -x1575 x1574 -x1573 -x1572 -x1571 -x1570 -x1569 -x1568 -x1567 -x1566 -x1565 
1800.00/1800.00	v -x1564 -x1563 -x1562 -x1561 -x1560 -x1559 -x1558 -x1557 -x1556 -x1555 -x1554 -x1553 -x1552 -x1551 -x1550 -x1549 -x1548 -x1547 
1800.00/1800.00	v -x1546 -x1545 -x1544 -x1543 -x1542 -x1541 -x1540 -x1539 -x1538 -x1537 -x1536 -x1535 -x1534 -x1533 -x1532 -x1531 -x1530 
1800.00/1800.00	v -x1529 x1528 -x1527 -x1526 -x1525 -x1524 -x1523 -x1522 -x1521 -x1520 -x1519 -x1518 -x1517 -x1516 -x1515 -x1514 -x1513 -x1512 
1800.00/1800.00	v -x1511 -x1510 -x1509 -x1508 -x1507 -x1506 -x1505 -x1504 -x1503 -x1502 -x1501 -x1500 -x1499 -x1498 -x1497 -x1496 -x1495 x1494 
1800.00/1800.00	v -x1493 -x1492 -x1491 -x1490 -x1489 -x1488 -x1487 -x1486 -x1485 -x1484 -x1483 -x1482 -x1481 -x1480 -x1479 -x1478 -x1477 -x1476 
1800.00/1800.00	v -x1475 -x1474 -x1473 -x1472 -x1471 -x1470 -x1469 -x1468 -x1467 -x1466 -x1465 -x1464 -x1463 -x1462 -x1461 -x1460 -x1459 -x1458 
1800.00/1800.00	v -x1457 -x1456 -x1455 -x1454 -x1453 -x1452 -x1451 -x1450 -x1449 -x1448 -x1447 -x1446 -x1445 -x1444 -x1443 -x1442 -x1441 -x1440 
1800.00/1800.00	v -x1439 -x1438 -x1437 -x1436 -x1435 -x1434 -x1433 -x1432 -x1431 -x1430 -x1429 -x1428 -x1427 -x1426 -x1425 -x1424 -x1423 -x1422 
1800.00/1800.00	v -x1421 x1420 -x1419 -x1418 -x1417 -x1416 -x1415 -x1414 -x1413 -x1412 -x1411 -x1410 -x1409 -x1408 -x1407 -x1406 -x1405 -x1404 
1800.00/1800.00	v -x1403 -x1402 -x1401 -x1400 -x1399 -x1398 -x1397 -x1396 -x1395 x1394 -x1393 -x1392 -x1391 -x1390 -x1389 -x1388 -x1387 -x1386 
1800.00/1800.00	v -x1385 -x1384 -x1383 -x1382 -x1381 -x1380 -x1379 -x1378 -x1377 -x1376 -x1375 -x1374 -x1373 -x1372 -x1371 -x1370 -x1369 -x1368 
1800.00/1800.00	v -x1367 -x1366 -x1365 -x1364 -x1363 -x1362 -x1361 -x1360 -x1359 -x1358 -x1357 -x1356 -x1355 -x1354 -x1353 -x1352 -x1351 -x1350 
1800.00/1800.00	v -x1349 -x1348 -x1347 -x1346 -x1345 -x1344 -x1343 -x1342 -x1341 -x1340 -x1339 -x1338 -x1337 x1336 -x1335 -x1334 -x1333 -x1332 
1800.00/1800.00	v -x1331 -x1330 -x1329 -x1328 -x1327 -x1326 -x1325 -x1324 -x1323 -x1322 -x1321 -x1320 -x1319 -x1318 -x1317 -x1316 -x1315 
1800.00/1800.00	v -x1314 -x1313 -x1312 -x1311 -x1310 -x1309 -x1308 -x1307 -x1306 -x1305 -x1304 -x1303 -x1302 -x1301 -x1300 -x1299 -x1298 -x1297 
1800.00/1800.00	v -x1296 -x1295 x1294 -x1293 -x1292 -x1291 -x1290 -x1289 -x1288 -x1287 -x1286 -x1285 -x1284 -x1283 -x1282 -x1281 -x1280 -x1279 
1800.00/1800.00	v -x1278 -x1277 -x1276 -x1275 -x1274 -x1273 -x1272 -x1271 -x1270 -x1269 -x1268 -x1267 -x1266 -x1265 -x1264 -x1263 -x1262 -x1261 
1800.00/1800.00	v -x1260 -x1259 -x1258 -x1257 -x1256 -x1255 -x1254 -x1253 -x1252 -x1251 -x1250 -x1249 -x1248 -x1247 -x1246 -x1245 -x1244 x1243 
1800.00/1800.00	v -x1242 -x1241 -x1240 -x1239 -x1238 -x1237 -x1236 -x1235 -x1234 -x1233 -x1232 -x1231 -x1230 -x1229 -x1228 -x1227 -x1226 -x1225 
1800.00/1800.00	v -x1224 -x1223 -x1222 -x1221 -x1220 -x1219 -x1218 -x1217 -x1216 -x1215 -x1214 -x1213 -x1212 -x1211 -x1210 -x1209 -x1208 -x1207 
1800.00/1800.00	v -x1206 -x1205 -x1204 -x1203 -x1202 -x1201 -x1200 -x1199 -x1198 -x1197 -x1196 -x1195 -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 
1800.00/1800.00	v -x1188 -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 -x1180 -x1179 -x1178 -x1177 -x1176 -x1175 -x1174 -x1173 -x1172 -x1171 
1800.00/1800.00	v -x1170 -x1169 -x1168 x1167 -x1166 -x1165 -x1164 -x1163 -x1162 -x1161 -x1160 -x1159 -x1158 -x1157 -x1156 -x1155 -x1154 -x1153 
1800.00/1800.00	v -x1152 -x1151 -x1150 -x1149 -x1148 -x1147 -x1146 -x1145 -x1144 -x1143 -x1142 -x1141 -x1140 -x1139 -x1138 -x1137 -x1136 
1800.00/1800.00	v -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 x1129 -x1128 -x1127 -x1126 -x1125 -x1124 -x1123 -x1122 -x1121 -x1120 -x1119 -x1118 
1800.00/1800.00	v -x1117 -x1116 -x1115 -x1114 -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 -x1107 -x1106 -x1105 -x1104 -x1103 -x1102 -x1101 -x1100 
1800.00/1800.00	v -x1099 -x1098 -x1097 -x1096 -x1095 x1094 -x1093 -x1092 -x1091 -x1090 -x1089 -x1088 -x1087 -x1086 -x1085 -x1084 -x1083 -x1082 
1800.00/1800.00	v -x1081 -x1080 -x1079 -x1078 -x1077 -x1076 -x1075 -x1074 -x1073 -x1072 -x1071 -x1070 -x1069 -x1068 -x1067 -x1066 -x1065 -x1064 
1800.00/1800.00	v -x1063 -x1062 -x1061 -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 
1800.00/1800.00	v -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 -x1038 -x1037 -x1036 -x1035 x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 
1800.00/1800.00	v -x1027 -x1026 -x1025 -x1024 -x1023 -x1022 -x1021 -x1020 -x1019 -x1018 -x1017 -x1016 -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 
1800.00/1800.00	v -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 
1800.00/1800.00	v -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 
1800.00/1800.00	v -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 
1800.00/1800.00	v -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 -x935 -x934 -x933 x932 -x931 -x930 -x929 -x928 
1800.00/1800.00	v -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 
1800.00/1800.00	v -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 
1800.00/1800.00	v -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 
1800.00/1800.00	v -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 
1800.00/1800.00	v -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 
1800.00/1800.00	v -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 
1800.00/1800.00	v -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 
1800.00/1800.00	v x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 
1800.00/1800.00	v -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 
1800.00/1800.00	v -x739 -x738 -x737 -x736 x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 
1800.00/1800.00	v -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 
1800.00/1800.00	v -x697 -x696 x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 
1800.00/1800.00	v -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 
1800.00/1800.00	v -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 
1800.00/1800.00	v -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 
1800.00/1800.00	v -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 
1800.00/1800.00	v -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 
1800.00/1800.00	v -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 x556 -x555 -x554 -x553 -x552 
1800.00/1800.00	v -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 
1800.00/1800.00	v -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 
1800.00/1800.00	v -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 
1800.00/1800.00	v -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 
1800.00/1800.00	v -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 
1800.00/1800.00	v -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 
1800.00/1800.00	v -x426 -x425 -x424 -x423 -x422 x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 
1800.00/1800.00	v -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 
1800.00/1800.00	v -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 
1800.00/1800.00	v -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 
1800.00/1800.00	v -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 
1800.00/1800.00	v -x321 -x320 x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 
1800.00/1800.00	v -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 x283 -x282 -x281 -x280 
1800.00/1800.00	v -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 
1800.00/1800.00	v -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 x244 -x243 -x242 -x241 -x240 -x239 -x238 
1800.00/1800.00	v -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 
1800.00/1800.00	v -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 
1800.00/1800.00	v -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 
1800.00/1800.00	v -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 
1800.00/1800.00	v -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 
1800.00/1800.00	v -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 
1800.00/1800.00	v -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 
1800.00/1800.00	v -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 
1800.00/1800.00	v -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 
1800.00/1800.00	v -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 
1800.00/1800.00	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.00/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.00/1800.00	c Solving Time       :    1646.06
1800.00/1800.00	c Original Problem   :
1800.00/1800.00	c   Problem name     : HOME/instance-2693829-1277894884.wbo
1800.00/1800.00	c   Variables        : 2610 (2580 binary, 0 integer, 0 implicit integer, 30 continuous)
1800.00/1800.00	c   Constraints      : 132 initial, 132 maximal
1800.00/1800.00	c Presolved Problem  :
1800.00/1800.00	c   Problem name     : t_HOME/instance-2693829-1277894884.wbo
1800.00/1800.00	c   Variables        : 2610 (2580 binary, 0 integer, 0 implicit integer, 30 continuous)
1800.00/1800.00	c   Constraints      : 131 initial, 2342 maximal
1800.00/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.00/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.00/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   linear           :       0.00          0          0          0         30          0          1          0          0
1800.00/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.00/1800.00	c   root node        :          -          1          -          -          2          -          -          -          -
1800.00/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.00/1800.00	c   indicator        :         30          0       2440          0       2188          0         56          0          0          0
1800.00/1800.00	c   setppc           :         34          0    9535275          0    9071237      10464    3011809          0          0          0
1800.00/1800.00	c   linear           :         30          0    9526329          0    9072748       4121     834207          0          0          0
1800.00/1800.00	c   logicor          :         37+         0    1301450          0    9073604       2753     246562          0          0          0
1800.00/1800.00	c   countsols        :          0          0          0          0    9073608          0          0          0          0          0
1800.00/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.00/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.00	c   setppc           :     243.53       0.00      52.22       0.00     191.31
1800.00/1800.00	c   linear           :      34.17       0.00      33.55       0.00       0.62
1800.00/1800.00	c   logicor          :     187.17       0.00      16.93       0.00     170.24
1800.00/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.00/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.00/1800.00	c   vbounds          :       0.00          2          0          0
1800.00/1800.00	c   rootredcost      :       0.01          0          0          0
1800.00/1800.00	c   pseudoobj        :       5.95    9541801          0          0
1800.00/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.00/1800.00	c   propagation      :      83.72      17338      17338     454751      466.7     140000       46.4          -
1800.00/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.00/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.00/1800.00	c   applied globally :          -          -          -     154206       62.1          -          -          -
1800.00/1800.00	c   applied locally  :          -          -          -       3204      361.3          -          -          -
1800.00/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.00/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.00/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.00/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.00/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.00/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.00/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.00/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.00/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.00/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.00/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.00/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.00/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.00/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.00/1800.00	c Pricers            :       Time      Calls       Vars
1800.00/1800.00	c   problem variables:       0.00          0          0
1800.00/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.00/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   inference        :    1102.55    9073607          0          0          0          0   18147214
1800.00/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.00/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.00/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.00/1800.00	c   LP solutions     :       0.00          -          0
1800.00/1800.00	c   pseudo solutions :       0.02          -          1
1800.00/1800.00	c   oneopt           :       0.20          0          0
1800.00/1800.00	c   trivial          :       0.01          2          0
1800.00/1800.00	c   simplerounding   :       0.00          0          0
1800.00/1800.00	c   zirounding       :       0.00          0          0
1800.00/1800.00	c   rounding         :       0.00          0          0
1800.00/1800.00	c   shifting         :       0.00          0          0
1800.00/1800.00	c   intshifting      :       0.00          0          0
1800.00/1800.00	c   twoopt           :       0.00          0          0
1800.00/1800.00	c   fixandinfer      :       0.00          0          0
1800.00/1800.00	c   feaspump         :       0.00          0          0
1800.00/1800.00	c   coefdiving       :       0.00          0          0
1800.00/1800.00	c   pscostdiving     :       0.00          0          0
1800.00/1800.00	c   fracdiving       :       0.00          0          0
1800.00/1800.00	c   veclendiving     :       0.00          0          0
1800.00/1800.00	c   intdiving        :       0.00          0          0
1800.00/1800.00	c   actconsdiving    :       0.00          0          0
1800.00/1800.00	c   objpscostdiving  :       0.00          0          0
1800.00/1800.00	c   rootsoldiving    :       0.00          0          0
1800.00/1800.00	c   linesearchdiving :       0.00          0          0
1800.00/1800.00	c   guideddiving     :       0.00          0          0
1800.00/1800.00	c   octane           :       0.00          0          0
1800.00/1800.00	c   rens             :       0.00          0          0
1800.00/1800.00	c   rins             :       0.00          0          0
1800.00/1800.00	c   localbranching   :       0.00          0          0
1800.00/1800.00	c   mutation         :       0.00          0          0
1800.00/1800.00	c   crossover        :       0.00          0          0
1800.00/1800.00	c   dins             :       0.00          0          0
1800.00/1800.00	c   undercover       :       0.00          0          0
1800.00/1800.00	c   nlp              :       0.02          0          0
1800.00/1800.00	c   trysol           :       0.00          1          0
1800.00/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.00/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.00/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.00/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.00/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.00/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.00/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.00/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.00/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.00/1800.00	c B&B Tree           :
1800.00/1800.00	c   number of runs   :          1
1800.00/1800.00	c   nodes            :    9086063
1800.00/1800.00	c   nodes (total)    :    9086063
1800.00/1800.00	c   nodes left       :    9053722
1800.00/1800.00	c   max depth        :       2189
1800.00/1800.00	c   max depth (total):       2189
1800.00/1800.00	c   backtracks       :       6702 (0.1%)
1800.00/1800.00	c   delayed cutoffs  :       5217
1800.00/1800.00	c   repropagations   :      22680 (205663 domain reductions, 4883 cutoffs)
1800.00/1800.00	c   avg switch length:       2.25
1800.00/1800.00	c   switching time   :      32.49
1800.00/1800.00	c Solution           :
1800.00/1800.00	c   Solutions found  :          1 (1 improvements)
1800.00/1800.00	c   First Solution   : +1.00000000000000e+00   (in run 1, after 1390892 nodes, 230.24 seconds, depth 2189, found by <relaxation>)
1800.00/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 1390892 nodes, 230.24 seconds, depth 2189, found by <relaxation>)
1800.00/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.00/1800.00	c   Gap              :   infinite
1800.00/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.00/1800.00	c   Root Iterations  :          0

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693829-1277894884/watcher-2693829-1277894884 -o /tmp/evaluation-result-2693829-1277894884/solver-2693829-1277894884 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693829-1277894884.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: 2.00 2.00 2.00 3/196 11035
/proc/meminfo: memFree=31231568/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=8528 CPUtime=0
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 1615 0 0 0 0 0 0 0 21 0 1 0 130785310 8732672 1537 4089446400 4194304 7136930 140736318105360 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11035/statm: 2132 1537 275 719 0 1411 0

[startup+0.068175 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11035
/proc/meminfo: memFree=31231568/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=18872 CPUtime=0.06
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 5692 0 0 0 6 0 0 0 21 0 1 0 130785310 19324928 3975 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11035/statm: 4718 3975 390 719 0 3997 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18872

[startup+0.100168 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11035
/proc/meminfo: memFree=31231568/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=19388 CPUtime=0.09
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 5824 0 0 0 9 0 0 0 21 0 1 0 130785310 19853312 4107 4089446400 4194304 7136930 140736318105360 18446744073709551615 4407868 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11035/statm: 4847 4107 390 719 0 4126 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19388

[startup+0.30016 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11035
/proc/meminfo: memFree=31231568/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=19804 CPUtime=0.29
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 5922 0 0 0 27 2 0 0 21 0 1 0 130785310 20279296 4205 4089446400 4194304 7136930 140736318105360 18446744073709551615 5892259 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11035/statm: 4951 4205 390 719 0 4230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19804

[startup+0.701068 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11035
/proc/meminfo: memFree=31231568/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=20984 CPUtime=0.69
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 6235 0 0 0 64 5 0 0 22 0 1 0 130785310 21487616 4518 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11035/statm: 5246 4518 394 719 0 4525 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20984

[startup+1.50092 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11036
/proc/meminfo: memFree=31214448/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=23228 CPUtime=1.49
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 6816 0 0 0 134 15 0 0 25 0 1 0 130785310 23785472 5099 4089446400 4194304 7136930 140736318105360 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11035/statm: 5807 5099 394 719 0 5086 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23228

[startup+3.10064 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11036
/proc/meminfo: memFree=31210604/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=26132 CPUtime=3.09
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 7561 0 0 0 279 30 0 0 25 0 1 0 130785310 26759168 5844 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11035/statm: 6533 5844 394 719 0 5812 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26132

[startup+6.30008 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11037
/proc/meminfo: memFree=31205176/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=30968 CPUtime=6.29
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 8846 0 0 0 572 57 0 0 25 0 1 0 130785310 31711232 7129 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11035/statm: 7742 7129 394 719 0 7021 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30968

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11037
/proc/meminfo: memFree=31194388/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=41512 CPUtime=12.69
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 11594 0 0 0 1156 113 0 0 25 0 1 0 130785310 42508288 9876 4089446400 4194304 7136930 140736318105360 18446744073709551615 4436471 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11035/statm: 10378 9876 394 719 0 9657 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41512

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11037
/proc/meminfo: memFree=31172352/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=63192 CPUtime=25.46
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 16768 0 0 0 2320 226 0 0 25 0 1 0 130785310 64708608 15050 4089446400 4194304 7136930 140736318105360 18446744073709551615 4740310 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11035/statm: 15798 15050 394 719 0 15077 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 63192

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11037
/proc/meminfo: memFree=31129464/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=105396 CPUtime=51.05
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 26750 0 0 0 4659 446 0 0 25 0 1 0 130785310 107925504 25032 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 26349 25032 394 719 0 25628 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 105396

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11039
/proc/meminfo: memFree=31017564/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=195748 CPUtime=102.26
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 48311 0 0 0 9292 934 0 0 25 0 1 0 130785310 200445952 46593 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 48937 46593 394 719 0 48216 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 195748

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11041
/proc/meminfo: memFree=30900832/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=297184 CPUtime=162.25
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 74887 0 0 0 14713 1512 0 0 25 0 1 0 130785310 304316416 73169 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 74296 73169 394 719 0 73575 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 297184

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11042
/proc/meminfo: memFree=30784824/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=414404 CPUtime=222.26
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 101288 0 0 0 20137 2089 0 0 25 0 1 0 130785310 424349696 99570 4089446400 4194304 7136930 140736318105360 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 103601 99570 394 719 0 102880 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 414404

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 11044
/proc/meminfo: memFree=30643632/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=541404 CPUtime=282.26
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 134275 0 0 0 25541 2685 0 0 25 0 1 0 130785310 554397696 132557 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 135351 132557 394 719 0 134630 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 541404

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 11045
/proc/meminfo: memFree=30548452/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=623652 CPUtime=342.26
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 155955 0 0 0 31029 3197 0 0 25 0 1 0 130785310 638619648 154237 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 155913 154237 394 719 0 155192 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 623652

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11047
/proc/meminfo: memFree=30448564/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=742936 CPUtime=402.26
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 178755 0 0 0 36579 3647 0 0 25 0 1 0 130785310 760766464 177037 4089446400 4194304 7136930 140736318105360 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 185734 177037 394 719 0 185013 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 742936

[startup+462.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 11049
/proc/meminfo: memFree=30354756/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=821996 CPUtime=462.26
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 199692 0 0 0 42147 4079 0 0 25 0 1 0 130785310 841723904 197974 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 205499 197974 394 719 0 204778 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 821996

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 11050
/proc/meminfo: memFree=30261060/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=902276 CPUtime=522.26
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 220899 0 0 0 47655 4571 0 0 25 0 1 0 130785310 923930624 219181 4089446400 4194304 7136930 140736318105360 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 225569 219181 394 719 0 224848 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 902276

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 11052
/proc/meminfo: memFree=30167608/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=980696 CPUtime=582.27
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 241663 0 0 0 53132 5095 0 0 25 0 1 0 130785310 1004232704 239945 4089446400 4194304 7136930 140736318105360 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 245174 239945 394 719 0 244453 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 980696

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11053
/proc/meminfo: memFree=30064588/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=1066692 CPUtime=642.27
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 264341 0 0 0 58653 5574 0 0 25 0 1 0 130785310 1092292608 262623 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 266673 262623 394 719 0 265952 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 1066692

[startup+702.3 s]

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

/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 391490 0 0 0 91461 8766 0 0 25 0 1 0 130785310 1651855360 389772 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 403285 389772 394 719 0 402564 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 1613140

[startup+1062.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/197 11074
/proc/meminfo: memFree=29401116/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=1691296 CPUtime=1062.28
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 412182 0 0 0 96940 9288 0 0 25 0 1 0 130785310 1731887104 410464 4089446400 4194304 7136930 140736318105360 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 422824 410464 394 719 0 422103 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 1691296

[startup+1122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/197 11075
/proc/meminfo: memFree=29306276/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=1771764 CPUtime=1122.28
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 433458 0 0 0 102408 9820 0 0 25 0 1 0 130785310 1814286336 431740 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 442941 431740 394 719 0 442220 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1771764

[startup+1182.3 s]
/proc/loadavg: 2.25 2.12 2.03 3/197 11077
/proc/meminfo: memFree=29209988/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=1853784 CPUtime=1182.28
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 455103 0 0 0 107931 10297 0 0 25 0 1 0 130785310 1898274816 453385 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 463446 453385 394 719 0 462725 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 1853784

[startup+1242.3 s]
/proc/loadavg: 2.09 2.10 2.03 3/197 11078
/proc/meminfo: memFree=29113680/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=1934232 CPUtime=1242.28
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 476388 0 0 0 113499 10729 0 0 25 0 1 0 130785310 1980653568 474670 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 483558 474670 394 719 0 482837 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 1934232

[startup+1302.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/197 11080
/proc/meminfo: memFree=29015020/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2017756 CPUtime=1302.28
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 498420 0 0 0 118987 11241 0 0 25 0 1 0 130785310 2066182144 496702 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 504439 496702 394 719 0 503718 0
Current children cumulated CPU time (s) 1302.28
Current children cumulated vsize (KiB) 2017756

[startup+1362.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/197 11130
/proc/meminfo: memFree=29539832/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2097872 CPUtime=1362.28
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 519606 0 0 0 124453 11775 0 0 25 0 1 0 130785310 2148220928 517888 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 524468 517888 394 719 0 523747 0
Current children cumulated CPU time (s) 1362.28
Current children cumulated vsize (KiB) 2097872

[startup+1422.31 s]
/proc/loadavg: 2.03 2.06 2.02 3/179 11213
/proc/meminfo: memFree=29433804/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2176160 CPUtime=1422.29
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 540340 0 0 0 129982 12247 0 0 25 0 1 0 130785310 2228387840 538622 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 544040 538622 394 719 0 543319 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 2176160

[startup+1482.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/179 11215
/proc/meminfo: memFree=29211192/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2255428 CPUtime=1482.29
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 561345 0 0 0 135529 12700 0 0 25 0 1 0 130785310 2309558272 559627 4089446400 4194304 7136930 140736318105360 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 563857 559627 394 719 0 563136 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 2255428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 11216
/proc/meminfo: memFree=28984840/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2337196 CPUtime=1542.28
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 582953 0 0 0 141071 13157 0 0 25 0 1 0 130785310 2393288704 581235 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 584299 581235 394 719 0 583578 0
Current children cumulated CPU time (s) 1542.28
Current children cumulated vsize (KiB) 2337196

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 11272
/proc/meminfo: memFree=29212148/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2417336 CPUtime=1602.29
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 604177 0 0 0 146578 13651 0 0 25 0 1 0 130785310 2475352064 602459 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 604334 602459 394 719 0 603613 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 2417336

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11274
/proc/meminfo: memFree=29122560/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2631608 CPUtime=1662.29
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 626152 0 0 0 152073 14156 0 0 25 0 1 0 130785310 2694766592 624434 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 657902 624434 394 719 0 657181 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 2631608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 11347
/proc/meminfo: memFree=28840332/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2711984 CPUtime=1722.29
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 647412 0 0 0 157538 14691 0 0 25 0 1 0 130785310 2777071616 645694 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 677996 645694 394 719 0 677275 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 2711984

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 11349
/proc/meminfo: memFree=28741688/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2795508 CPUtime=1782.29
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 669467 0 0 0 162994 15235 0 0 25 0 1 0 130785310 2862600192 667749 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 698877 667749 394 719 0 698156 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 2795508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 11349
/proc/meminfo: memFree=28711912/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2818596 CPUtime=1800
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 675587 0 0 0 164607 15393 0 0 25 0 1 0 130785310 2886242304 673869 4089446400 4194304 7136930 140736318105360 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11035/statm: 704649 673869 394 719 0 703928 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2818596

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11035

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/198 11350
/proc/meminfo: memFree=28711524/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2818596 CPUtime=1801.4
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 675592 0 0 0 164747 15393 0 0 19 0 1 0 130785310 2886242304 673874 4089446400 4194304 7136930 140736318105360 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11035/statm: 704649 673874 399 719 0 703928 0
Current children cumulated CPU time (s) 1801.4
Current children cumulated vsize (KiB) 2818596

[startup+1801.81 s]
/proc/loadavg: 2.00 2.01 2.00 3/198 11350
/proc/meminfo: memFree=28711524/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2818596 CPUtime=1801.8
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 675592 0 0 0 164787 15393 0 0 20 0 1 0 130785310 2886242304 673874 4089446400 4194304 7136930 140736318105360 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11035/statm: 704649 673874 399 719 0 703928 0
Current children cumulated CPU time (s) 1801.8
Current children cumulated vsize (KiB) 2818596

[startup+1802 s]
/proc/loadavg: 2.00 2.01 2.00 3/198 11350
/proc/meminfo: memFree=28711524/32950928 swapFree=67111528/67111528
[pid=11035] ppid=11033 vsize=2818596 CPUtime=1802
/proc/11035/stat : 11035 (pbscip.linux.x8) R 11033 11035 9402 0 -1 4202496 675592 0 0 0 164807 15393 0 0 21 0 1 0 130785310 2886242304 673874 4089446400 4194304 7136930 140736318105360 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11035/statm: 704649 673874 399 719 0 703928 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 2818596

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.09
CPU time (s): 1802.1
CPU user time (s): 1648.08
CPU system time (s): 154.019
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 2818596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1648.08
system time used= 154.019
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 675592
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= 3
involuntary context switches= 27007

runsolver used 2.71359 second user time and 5.57315 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 12:48:04
IDJOB=2693829
IDBENCH=78743
IDSOLVER=1206
FILE ID=node120/2693829-1277894884
PBS_JOBID= 11197114
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-51-50--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-2693829-1277894884/watcher-2693829-1277894884 -o /tmp/evaluation-result-2693829-1277894884/solver-2693829-1277894884 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693829-1277894884.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c9611a719411a0f5e82fa4122f33d8f1
RANDOM SEED=1931058382

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31232096 kB
Buffers:        180032 kB
Cached:         927040 kB
SwapCached:          0 kB
Active:         997608 kB
Inactive:       578136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31232096 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3096 kB
Writeback:           0 kB
AnonPages:      468872 kB
Mapped:          20052 kB
Slab:            77580 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1646172 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= 74208 MiB
End job on node120 at 2010-06-30 13:18:06