Trace number 2693814

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.16 1802.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-41-40--soft-66-100-0.wbo
MD5SUMb19b36a9eeef0aa91319f6277ed84276
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.049992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1640
Total number of constraints81
Number of soft constraints21
Number of constraints which are clauses41
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
Top cost 1107
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1106
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 42
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-2693814-1277894288.wbo>
0.00/0.00	c original problem has 1682 variables (1661 bin, 0 int, 0 impl, 21 cont) and 103 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 21 impls, 31 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 21 impls, 31 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 29 upgd conss, 21 impls, 31 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 60 upgd conss, 21 impls, 31 clqs
0.00/0.03	c    (0.0s) probing: 101/1661 (6.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (5 rounds):
0.00/0.03	c  0 deleted vars, 1 deleted constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  21 implications, 31 cliques
0.00/0.03	c presolved problem has 1682 variables (1661 bin, 0 int, 0 impl, 21 cont) and 102 constraints
0.00/0.03	c      21 constraints of type <indicator>
0.00/0.03	c      31 constraints of type <setppc>
0.00/0.03	c      21 constraints of type <linear>
0.00/0.03	c      29 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 3420
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c   0.0s|     1 |     2 |     0 |     - |3386k|   0 |   - |1682 | 102 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.30	c   1.2s| 10000 |  9961 |     0 |   0.0 |6673k|1232 |   - |1682 | 199 |   0 |   0 |   0 | 220 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.69	c   2.6s| 20000 | 19914 |     0 |   0.0 |9641k|1232 |   - |1682 | 233 |   0 |   0 |   0 | 455 |   0 | 0.000000e+00 |      --      |    Inf 
3.99/4.06	c   3.9s| 30000 | 29871 |     0 |   0.0 |  12M|1232 |   - |1682 | 294 |   0 |   0 |   0 | 674 |   0 | 0.000000e+00 |      --      |    Inf 
5.40/5.41	c   5.2s| 40000 | 39827 |     0 |   0.0 |  15M|1290 |   - |1682 | 315 |   0 |   0 |   0 | 903 |   0 | 0.000000e+00 |      --      |    Inf 
6.79/6.82	c   6.5s| 50000 | 49779 |     0 |   0.0 |  18M|1295 |   - |1682 | 299 |   0 |   0 |   0 |1136 |   0 | 0.000000e+00 |      --      |    Inf 
8.19/8.23	c   7.9s| 60000 | 59732 |     0 |   0.0 |  21M|1295 |   - |1682 | 312 |   0 |   0 |   0 |1358 |   0 | 0.000000e+00 |      --      |    Inf 
9.49/9.58	c   9.2s| 70000 | 69692 |     0 |   0.0 |  23M|1295 |   - |1682 | 334 |   0 |   0 |   0 |1562 |   0 | 0.000000e+00 |      --      |    Inf 
10.90/10.97	c  10.5s| 80000 | 79661 |     0 |   0.0 |  26M|1295 |   - |1682 | 310 |   0 |   0 |   0 |1735 |   0 | 0.000000e+00 |      --      |    Inf 
12.29/12.38	c  11.9s| 90000 | 89619 |     0 |   0.0 |  29M|1295 |   - |1682 | 323 |   0 |   0 |   0 |1960 |   0 | 0.000000e+00 |      --      |    Inf 
13.69/13.77	c  13.2s|100000 | 99579 |     0 |   0.0 |  32M|1295 |   - |1682 | 387 |   0 |   0 |   0 |2182 |   0 | 0.000000e+00 |      --      |    Inf 
15.09/15.15	c  14.5s|110000 |109538 |     0 |   0.0 |  35M|1295 |   - |1682 | 407 |   0 |   0 |   0 |2412 |   0 | 0.000000e+00 |      --      |    Inf 
16.50/16.53	c  15.8s|120000 |119492 |     0 |   0.0 |  37M|1295 |   - |1682 | 374 |   0 |   0 |   0 |2637 |   0 | 0.000000e+00 |      --      |    Inf 
17.79/17.87	c  17.1s|130000 |129452 |     0 |   0.0 |  40M|1295 |   - |1682 | 399 |   0 |   0 |   0 |2856 |   0 | 0.000000e+00 |      --      |    Inf 
19.19/19.24	c  18.4s|140000 |139402 |     0 |   0.0 |  43M|1295 |   - |1682 | 430 |   0 |   0 |   0 |3116 |   0 | 0.000000e+00 |      --      |    Inf 
20.49/20.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.49/20.59	c  19.7s|150000 |149362 |     0 |   0.0 |  46M|1295 |   - |1682 | 445 |   0 |   0 |   0 |3340 |   0 | 0.000000e+00 |      --      |    Inf 
21.89/21.96	c  21.1s|160000 |159301 |     0 |   0.0 |  49M|1295 |   - |1682 | 487 |   0 |   0 |   0 |3659 |   0 | 0.000000e+00 |      --      |    Inf 
23.29/23.31	c  22.3s|170000 |169245 |     0 |   0.0 |  51M|1295 |   - |1682 | 499 |   0 |   0 |   0 |3956 |   0 | 0.000000e+00 |      --      |    Inf 
24.59/24.65	c  23.6s|180000 |179197 |     0 |   0.0 |  54M|1295 |   - |1682 | 495 |   0 |   0 |   0 |4222 |   0 | 0.000000e+00 |      --      |    Inf 
25.89/25.98	c  24.9s|190000 |189140 |     0 |   0.0 |  57M|1295 |   - |1682 | 502 |   0 |   0 |   0 |4528 |   0 | 0.000000e+00 |      --      |    Inf 
27.29/27.30	c  26.2s|200000 |199075 |     0 |   0.0 |  60M|1295 |   - |1682 | 528 |   0 |   0 |   0 |4880 |   0 | 0.000000e+00 |      --      |    Inf 
28.50/28.60	c  27.4s|210000 |209025 |     0 |   0.0 |  63M|1295 |   - |1682 | 552 |   0 |   0 |   0 |5159 |   0 | 0.000000e+00 |      --      |    Inf 
29.89/29.91	c  28.7s|220000 |218970 |     0 |   0.0 |  66M|1295 |   - |1682 | 575 |   0 |   0 |   0 |5457 |   0 | 0.000000e+00 |      --      |    Inf 
31.19/31.24	c  29.9s|230000 |228911 |     0 |   0.0 |  69M|1295 |   - |1682 | 599 |   0 |   0 |   0 |5779 |   0 | 0.000000e+00 |      --      |    Inf 
32.50/32.54	c  31.2s|240000 |238849 |     0 |   0.0 |  72M|1295 |   - |1682 | 643 |   0 |   0 |   0 |6117 |   0 | 0.000000e+00 |      --      |    Inf 
33.79/33.84	c  32.5s|250000 |248775 |     0 |   0.0 |  75M|1295 |   - |1682 | 678 |   0 |   0 |   0 |6493 |   0 | 0.000000e+00 |      --      |    Inf 
35.09/35.15	c  33.7s|260000 |258718 |     0 |   0.0 |  77M|1295 |   - |1682 | 672 |   0 |   0 |   0 |6804 |   0 | 0.000000e+00 |      --      |    Inf 
36.40/36.48	c  35.0s|270000 |268643 |     0 |   0.0 |  80M|1295 |   - |1682 | 757 |   0 |   0 |   0 |7250 |   0 | 0.000000e+00 |      --      |    Inf 
37.80/37.82	c  36.3s|280000 |278570 |     0 |   0.0 |  83M|1295 |   - |1682 | 819 |   0 |   0 |   0 |7662 |   0 | 0.000000e+00 |      --      |    Inf 
39.09/39.18	c  37.6s|290000 |288513 |     0 |   0.0 |  86M|1295 |   - |1682 | 733 |   0 |   0 |   0 |7960 |   0 | 0.000000e+00 |      --      |    Inf 
40.49/40.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.49/40.54	c  38.9s|300000 |298449 |     0 |   0.0 |  89M|1295 |   - |1682 | 783 |   0 |   0 |   0 |8259 |   0 | 0.000000e+00 |      --      |    Inf 
41.89/41.94	c  40.2s|310000 |308378 |     0 |   0.0 |  92M|1295 |   - |1682 | 745 |   0 |   0 |   0 |8517 |   0 | 0.000000e+00 |      --      |    Inf 
43.29/43.33	c  41.6s|320000 |318321 |     0 |   0.0 |  95M|1295 |   - |1682 | 721 |   0 |   0 |   0 |8696 |   0 | 0.000000e+00 |      --      |    Inf 
44.60/44.69	c  42.9s|330000 |328265 |     0 |   0.0 |  98M|1295 |   - |1682 | 730 |   0 |   0 |   0 |8898 |   0 | 0.000000e+00 |      --      |    Inf 
45.99/46.06	c  44.2s|340000 |338200 |     0 |   0.0 | 101M|1295 |   - |1682 | 733 |   0 |   0 |   0 |9121 |   0 | 0.000000e+00 |      --      |    Inf 
47.30/47.39	c  45.5s|350000 |348148 |     0 |   0.0 | 104M|1295 |   - |1682 | 775 |   0 |   0 |   0 |9372 |   0 | 0.000000e+00 |      --      |    Inf 
48.69/48.71	c  46.7s|360000 |358079 |     0 |   0.0 | 107M|1295 |   - |1682 | 746 |   0 |   0 |   0 |9643 |   0 | 0.000000e+00 |      --      |    Inf 
49.99/50.02	c  48.0s|370000 |368014 |     0 |   0.0 | 110M|1295 |   - |1682 | 758 |   0 |   0 |   0 |9887 |   0 | 0.000000e+00 |      --      |    Inf 
51.29/51.34	c  49.2s|380000 |377927 |     0 |   0.0 | 113M|1295 |   - |1682 | 753 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
52.60/52.65	c  50.5s|390000 |387857 |     0 |   0.0 | 115M|1295 |   - |1682 | 745 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
53.90/53.96	c  51.7s|400000 |397779 |     0 |   0.0 | 118M|1295 |   - |1682 | 754 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
55.20/55.20	c  52.9s|410000 |407699 |     0 |   0.0 | 121M|1295 |   - |1682 | 810 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
56.39/56.43	c  54.1s|420000 |417629 |     0 |   0.0 | 124M|1295 |   - |1682 | 786 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
57.59/57.68	c  55.3s|430000 |427546 |     0 |   0.0 | 127M|1295 |   - |1682 | 803 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
58.90/58.90	c  56.5s|440000 |437460 |     0 |   0.0 | 130M|1295 |   - |1682 | 799 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
60.00/60.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.00/60.06	c  57.6s|450000 |447372 |     0 |   0.0 | 133M|1295 |   - |1682 | 850 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
61.19/61.21	c  58.7s|460000 |457278 |     0 |   0.0 | 137M|1295 |   - |1682 | 910 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
62.29/62.32	c  59.7s|470000 |467184 |     0 |   0.0 | 140M|1295 |   - |1682 |1038 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
63.39/63.43	c  60.8s|480000 |477084 |     0 |   0.0 | 143M|1295 |   - |1682 |1179 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
64.50/64.50	c  61.8s|490000 |486989 |     0 |   0.0 | 146M|1295 |   - |1682 |1332 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
65.49/65.58	c  62.8s|500000 |496852 |     0 |   0.0 | 150M|1295 |   - |1682 |1563 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
66.60/66.65	c  63.8s|510000 |506743 |     0 |   0.0 | 153M|1295 |   - |1682 |1674 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
67.60/67.69	c  64.8s|520000 |516611 |     0 |   0.0 | 156M|1295 |   - |1682 |1862 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
68.69/68.70	c  65.8s|530000 |526472 |     0 |   0.0 | 160M|1295 |   - |1682 |2049 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
69.69/69.73	c  66.7s|540000 |536299 |     0 |   0.0 | 163M|1295 |   - |1682 |2312 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
70.59/70.69	c  67.6s|550000 |546117 |     0 |   0.0 | 167M|1295 |   - |1682 |2637 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
71.59/71.65	c  68.5s|560000 |555859 |     0 |   0.0 | 171M|1295 |   - |1682 |3115 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
72.60/72.68	c  69.5s|570000 |565503 |     0 |   0.0 | 176M|1295 |   - |1682 |3701 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
74.39/74.48	c  71.2s|580000 |574660 |     0 |   0.0 | 183M|1392 |   - |1682 |4836 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
75.79/75.89	c  72.6s|590000 |584614 |     0 |   0.0 | 185M|1392 |   - |1682 |4183 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
77.20/77.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.20/77.27	c  73.9s|600000 |594545 |     0 |   0.0 | 186M|1392 |   - |1682 | 751 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
78.59/78.64	c  75.2s|610000 |604488 |     0 |   0.0 | 189M|1392 |   - |1682 | 740 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
79.99/80.05	c  76.6s|620000 |614442 |     0 |   0.0 | 192M|1392 |   - |1682 | 725 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
81.40/81.45	c  77.9s|630000 |624396 |     0 |   0.0 | 195M|1392 |   - |1682 | 728 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
82.80/82.83	c  79.2s|640000 |634355 |     0 |   0.0 | 197M|1392 |   - |1682 | 753 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
84.19/84.25	c  80.6s|650000 |644317 |     0 |   0.0 | 200M|1392 |   - |1682 | 710 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
85.60/85.62	c  81.9s|660000 |654284 |     0 |   0.0 | 203M|1392 |   - |1682 | 694 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
87.00/87.02	c  83.3s|670000 |664230 |     0 |   0.0 | 206M|1392 |   - |1682 | 715 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
88.40/88.40	c  84.6s|680000 |674193 |     0 |   0.0 | 208M|1392 |   - |1682 | 681 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
89.69/89.78	c  85.9s|690000 |684149 |     0 |   0.0 | 211M|1392 |   - |1682 | 685 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
91.10/91.18	c  87.3s|700000 |694104 |     0 |   0.0 | 214M|1392 |   - |1682 | 641 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
92.49/92.56	c  88.6s|710000 |704062 |     0 |   0.0 | 217M|1392 |   - |1682 | 628 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
93.90/93.94	c  89.9s|720000 |714024 |     0 |   0.0 | 220M|1392 |   - |1682 | 555 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
95.29/95.36	c  91.3s|730000 |723983 |     0 |   0.0 | 222M|1392 |   - |1682 | 540 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
96.70/96.76	c  92.6s|740000 |733936 |     0 |   0.0 | 225M|1392 |   - |1682 | 459 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
98.09/98.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.09/98.14	c  94.0s|750000 |743899 |     0 |   0.0 | 228M|1392 |   - |1682 | 434 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
99.50/99.52	c  95.3s|760000 |753858 |     0 |   0.0 | 231M|1392 |   - |1682 | 415 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
100.89/100.90	c  96.6s|770000 |763826 |     0 |   0.0 | 233M|1392 |   - |1682 | 402 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
102.20/102.29	c  97.9s|780000 |773782 |     0 |   0.0 | 236M|1392 |   - |1682 | 420 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
103.69/103.70	c  99.3s|790000 |783741 |     0 |   0.0 | 239M|1392 |   - |1682 | 381 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
105.00/105.08	c   101s|800000 |793706 |     0 |   0.0 | 242M|1392 |   - |1682 | 388 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
106.39/106.46	c   102s|810000 |803661 |     0 |   0.0 | 244M|1392 |   - |1682 | 415 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
107.80/107.84	c   103s|820000 |813626 |     0 |   0.0 | 247M|1392 |   - |1682 | 394 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
109.19/109.22	c   105s|830000 |823587 |     0 |   0.0 | 250M|1392 |   - |1682 | 394 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
110.60/110.61	c   106s|840000 |833545 |     0 |   0.0 | 253M|1392 |   - |1682 | 368 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
112.00/112.03	c   107s|850000 |843488 |     0 |   0.0 | 255M|1392 |   - |1682 | 405 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
113.40/113.42	c   109s|860000 |853441 |     0 |   0.0 | 258M|1392 |   - |1682 | 408 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
114.79/114.80	c   110s|870000 |863397 |     0 |   0.0 | 261M|1392 |   - |1682 | 396 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
116.20/116.22	c   111s|880000 |873343 |     0 |   0.0 | 264M|1392 |   - |1682 | 423 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
117.50/117.57	c   113s|890000 |883305 |     0 |   0.0 | 267M|1392 |   - |1682 | 394 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
118.90/118.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.90/118.95	c   114s|900000 |893266 |     0 |   0.0 | 269M|1392 |   - |1682 | 413 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
120.30/120.33	c   115s|910000 |903224 |     0 |   0.0 | 272M|1392 |   - |1682 | 424 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
121.70/121.73	c   117s|920000 |913174 |     0 |   0.0 | 275M|1392 |   - |1682 | 439 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
122.99/123.10	c   118s|930000 |923137 |     0 |   0.0 | 278M|1392 |   - |1682 | 411 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
124.40/124.48	c   119s|940000 |933098 |     0 |   0.0 | 280M|1392 |   - |1682 | 431 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
125.79/125.86	c   121s|950000 |943057 |     0 |   0.0 | 283M|1392 |   - |1682 | 421 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
127.20/127.24	c   122s|960000 |953016 |     0 |   0.0 | 286M|1392 |   - |1682 | 430 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
128.59/128.61	c   123s|970000 |962983 |     0 |   0.0 | 289M|1392 |   - |1682 | 392 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
130.00/130.00	c   125s|980000 |972943 |     0 |   0.0 | 292M|1392 |   - |1682 | 416 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
131.29/131.35	c   126s|990000 |982905 |     0 |   0.0 | 294M|1392 |   - |1682 | 394 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
132.69/132.74	c   127s|  1000k|992865 |     0 |   0.0 | 297M|1392 |   - |1682 | 423 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
134.10/134.12	c   128s|  1010k|  1002k|     0 |   0.0 | 300M|1392 |   - |1682 | 405 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
135.50/135.50	c   130s|  1020k|  1012k|     0 |   0.0 | 303M|1392 |   - |1682 | 419 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
136.80/136.89	c   131s|  1030k|  1022k|     0 |   0.0 | 306M|1392 |   - |1682 | 444 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
138.19/138.28	c   132s|  1040k|  1032k|     0 |   0.0 | 308M|1392 |   - |1682 | 402 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
139.60/139.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.60/139.66	c   134s|  1050k|  1042k|     0 |   0.0 | 311M|1392 |   - |1682 | 408 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
141.00/141.06	c   135s|  1060k|  1052k|     0 |   0.0 | 314M|1392 |   - |1682 | 378 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
142.40/142.46	c   136s|  1070k|  1062k|     0 |   0.0 | 317M|1392 |   - |1682 | 391 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
143.79/143.85	c   138s|  1080k|  1072k|     0 |   0.0 | 319M|1392 |   - |1682 | 391 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
145.21/145.23	c   139s|  1090k|  1082k|     0 |   0.0 | 322M|1392 |   - |1682 | 371 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
146.60/146.62	c   140s|  1100k|  1092k|     0 |   0.0 | 325M|1392 |   - |1682 | 397 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
148.00/148.04	c   142s|  1110k|  1102k|     0 |   0.0 | 328M|1392 |   - |1682 | 391 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
149.40/149.42	c   143s|  1120k|  1112k|     0 |   0.0 | 330M|1392 |   - |1682 | 404 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
150.80/150.80	c   145s|  1130k|  1122k|     0 |   0.0 | 333M|1392 |   - |1682 | 413 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
152.10/152.19	c   146s|  1140k|  1132k|     0 |   0.0 | 336M|1392 |   - |1682 | 376 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
153.50/153.57	c   147s|  1150k|  1142k|     0 |   0.0 | 339M|1392 |   - |1682 | 394 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
154.90/154.94	c   148s|  1160k|  1152k|     0 |   0.0 | 341M|1392 |   - |1682 | 379 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
156.30/156.31	c   150s|  1170k|  1162k|     0 |   0.0 | 344M|1392 |   - |1682 | 389 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
157.59/157.68	c   151s|  1180k|  1172k|     0 |   0.0 | 347M|1392 |   - |1682 | 387 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
159.00/159.08	c   152s|  1190k|  1182k|     0 |   0.0 | 350M|1392 |   - |1682 | 372 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
160.39/160.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
160.39/160.45	c   154s|  1200k|  1192k|     0 |   0.0 | 353M|1392 |   - |1682 | 405 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
161.80/161.82	c   155s|  1210k|  1202k|     0 |   0.0 | 355M|1392 |   - |1682 | 375 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
163.10/163.18	c   156s|  1220k|  1211k|     0 |   0.0 | 358M|1392 |   - |1682 | 382 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
164.50/164.57	c   158s|  1230k|  1221k|     0 |   0.0 | 361M|1392 |   - |1682 | 404 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
165.90/165.96	c   159s|  1240k|  1231k|     0 |   0.0 | 364M|1392 |   - |1682 | 420 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
167.29/167.33	c   160s|  1250k|  1241k|     0 |   0.0 | 366M|1392 |   - |1682 | 435 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
168.70/168.75	c   162s|  1260k|  1251k|     0 |   0.0 | 369M|1392 |   - |1682 | 427 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
170.09/170.15	c   163s|  1270k|  1261k|     0 |   0.0 | 372M|1392 |   - |1682 | 409 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
171.50/171.55	c   164s|  1280k|  1271k|     0 |   0.0 | 375M|1392 |   - |1682 | 397 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
172.90/172.96	c   166s|  1290k|  1281k|     0 |   0.0 | 377M|1392 |   - |1682 | 436 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
174.29/174.35	c   167s|  1300k|  1291k|     0 |   0.0 | 380M|1392 |   - |1682 | 413 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
175.69/175.72	c   168s|  1310k|  1301k|     0 |   0.0 | 383M|1392 |   - |1682 | 446 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
177.10/177.12	c   170s|  1320k|  1311k|     0 |   0.0 | 386M|1392 |   - |1682 | 433 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
178.39/178.48	c   171s|  1330k|  1321k|     0 |   0.0 | 388M|1392 |   - |1682 | 436 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
179.79/179.89	c   172s|  1340k|  1331k|     0 |   0.0 | 391M|1392 |   - |1682 | 473 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
181.19/181.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
181.19/181.29	c   174s|  1350k|  1341k|     0 |   0.0 | 394M|1392 |   - |1682 | 458 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
182.60/182.66	c   175s|  1360k|  1351k|     0 |   0.0 | 397M|1392 |   - |1682 | 531 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
184.00/184.04	c   176s|  1370k|  1361k|     0 |   0.0 | 400M|1392 |   - |1682 | 480 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
185.40/185.42	c   178s|  1380k|  1371k|     0 |   0.0 | 402M|1392 |   - |1682 | 441 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
186.80/186.81	c   179s|  1390k|  1381k|     0 |   0.0 | 405M|1392 |   - |1682 | 483 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
188.19/188.24	c   180s|  1400k|  1391k|     0 |   0.0 | 408M|1392 |   - |1682 | 505 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
189.60/189.64	c   182s|  1410k|  1401k|     0 |   0.0 | 411M|1392 |   - |1682 | 462 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
191.00/191.01	c   183s|  1420k|  1411k|     0 |   0.0 | 413M|1392 |   - |1682 | 496 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
192.29/192.39	c   184s|  1430k|  1421k|     0 |   0.0 | 416M|1392 |   - |1682 | 468 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
193.70/193.76	c   186s|  1440k|  1430k|     0 |   0.0 | 419M|1392 |   - |1682 | 456 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
195.10/195.14	c   187s|  1450k|  1440k|     0 |   0.0 | 422M|1392 |   - |1682 | 513 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
196.49/196.51	c   188s|  1460k|  1450k|     0 |   0.0 | 425M|1392 |   - |1682 | 482 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
197.79/197.89	c   190s|  1470k|  1460k|     0 |   0.0 | 427M|1392 |   - |1682 | 433 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
199.19/199.27	c   191s|  1480k|  1470k|     0 |   0.0 | 430M|1392 |   - |1682 | 454 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
200.60/200.67	c   192s|  1490k|  1480k|     0 |   0.0 | 433M|1392 |   - |1682 | 424 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
202.00/202.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.00/202.06	c   194s|  1500k|  1490k|     0 |   0.0 | 436M|1392 |   - |1682 | 436 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
203.40/203.45	c   195s|  1510k|  1500k|     0 |   0.0 | 438M|1392 |   - |1682 | 466 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
204.80/204.82	c   196s|  1520k|  1510k|     0 |   0.0 | 441M|1392 |   - |1682 | 449 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
206.10/206.18	c   198s|  1530k|  1520k|     0 |   0.0 | 444M|1392 |   - |1682 | 422 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
207.50/207.56	c   199s|  1540k|  1530k|     0 |   0.0 | 447M|1392 |   - |1682 | 410 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
208.90/208.92	c   200s|  1550k|  1540k|     0 |   0.0 | 449M|1392 |   - |1682 | 420 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
210.20/210.28	c   202s|  1560k|  1550k|     0 |   0.0 | 452M|1392 |   - |1682 | 439 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
211.60/211.68	c   203s|  1570k|  1560k|     0 |   0.0 | 455M|1392 |   - |1682 | 431 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
213.00/213.04	c   204s|  1580k|  1570k|     0 |   0.0 | 458M|1392 |   - |1682 | 409 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
214.40/214.41	c   206s|  1590k|  1580k|     0 |   0.0 | 461M|1392 |   - |1682 | 436 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
215.79/215.80	c   207s|  1600k|  1590k|     0 |   0.0 | 463M|1392 |   - |1682 | 390 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
217.10/217.17	c   208s|  1610k|  1600k|     0 |   0.0 | 466M|1392 |   - |1682 | 412 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
218.50/218.54	c   210s|  1620k|  1610k|     0 |   0.0 | 469M|1392 |   - |1682 | 412 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
219.90/219.95	c   211s|  1630k|  1620k|     0 |   0.0 | 472M|1392 |   - |1682 | 439 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
221.30/221.35	c   212s|  1640k|  1630k|     0 |   0.0 | 474M|1392 |   - |1682 | 409 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
222.69/222.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.69/222.73	c   214s|  1650k|  1640k|     0 |   0.0 | 477M|1392 |   - |1682 | 443 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
223.99/224.09	c   215s|  1660k|  1650k|     0 |   0.0 | 480M|1392 |   - |1682 | 411 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
225.40/225.46	c   216s|  1670k|  1660k|     0 |   0.0 | 483M|1392 |   - |1682 | 387 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
226.80/226.85	c   218s|  1680k|  1669k|     0 |   0.0 | 486M|1392 |   - |1682 | 407 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
228.20/228.22	c   219s|  1690k|  1679k|     0 |   0.0 | 488M|1392 |   - |1682 | 395 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
229.60/229.61	c   220s|  1700k|  1689k|     0 |   0.0 | 491M|1392 |   - |1682 | 444 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
230.91/230.98	c   222s|  1710k|  1699k|     0 |   0.0 | 494M|1392 |   - |1682 | 409 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
232.30/232.34	c   223s|  1720k|  1709k|     0 |   0.0 | 497M|1392 |   - |1682 | 400 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
233.70/233.75	c   224s|  1730k|  1719k|     0 |   0.0 | 499M|1392 |   - |1682 | 394 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
235.10/235.11	c   225s|  1740k|  1729k|     0 |   0.0 | 502M|1392 |   - |1682 | 405 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
236.50/236.54	c   227s|  1750k|  1739k|     0 |   0.0 | 505M|1392 |   - |1682 | 428 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
237.90/237.93	c   228s|  1760k|  1749k|     0 |   0.0 | 508M|1392 |   - |1682 | 418 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
239.20/239.29	c   229s|  1770k|  1759k|     0 |   0.0 | 510M|1392 |   - |1682 | 402 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
240.60/240.67	c   231s|  1780k|  1769k|     0 |   0.0 | 513M|1392 |   - |1682 | 417 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
242.00/242.02	c   232s|  1790k|  1779k|     0 |   0.0 | 516M|1392 |   - |1682 | 417 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
243.30/243.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.30/243.38	c   233s|  1800k|  1789k|     0 |   0.0 | 519M|1392 |   - |1682 | 432 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
244.70/244.78	c   235s|  1810k|  1799k|     0 |   0.0 | 522M|1392 |   - |1682 | 427 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
246.10/246.14	c   236s|  1820k|  1809k|     0 |   0.0 | 524M|1392 |   - |1682 | 443 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
247.51/247.54	c   237s|  1830k|  1819k|     0 |   0.0 | 527M|1392 |   - |1682 | 452 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
248.90/248.92	c   239s|  1840k|  1829k|     0 |   0.0 | 530M|1392 |   - |1682 | 421 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
250.30/250.32	c   240s|  1850k|  1839k|     0 |   0.0 | 533M|1392 |   - |1682 | 448 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
251.70/251.71	c   241s|  1860k|  1849k|     0 |   0.0 | 536M|1392 |   - |1682 | 443 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
253.11/253.10	c   243s|  1870k|  1859k|     0 |   0.0 | 538M|1392 |   - |1682 | 444 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
254.40/254.47	c   244s|  1880k|  1869k|     0 |   0.0 | 541M|1392 |   - |1682 | 454 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
255.80/255.82	c   245s|  1890k|  1879k|     0 |   0.0 | 544M|1392 |   - |1682 | 446 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
257.10/257.17	c   247s|  1900k|  1889k|     0 |   0.0 | 547M|1392 |   - |1682 | 446 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
258.51/258.55	c   248s|  1910k|  1899k|     0 |   0.0 | 549M|1392 |   - |1682 | 489 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
259.90/259.91	c   249s|  1920k|  1908k|     0 |   0.0 | 552M|1392 |   - |1682 | 524 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
261.30/261.30	c   251s|  1930k|  1918k|     0 |   0.0 | 555M|1392 |   - |1682 | 512 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
262.70/262.70	c   252s|  1940k|  1928k|     0 |   0.0 | 558M|1392 |   - |1682 | 474 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
264.00/264.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.00/264.07	c   253s|  1950k|  1938k|     0 |   0.0 | 561M|1392 |   - |1682 | 500 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
265.40/265.42	c   254s|  1960k|  1948k|     0 |   0.0 | 563M|1392 |   - |1682 | 513 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
266.70/266.78	c   256s|  1970k|  1958k|     0 |   0.0 | 566M|1392 |   - |1682 | 474 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
268.10/268.16	c   257s|  1980k|  1968k|     0 |   0.0 | 569M|1392 |   - |1682 | 466 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
269.51/269.54	c   258s|  1990k|  1978k|     0 |   0.0 | 572M|1392 |   - |1682 | 467 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
270.90/270.91	c   260s|  2000k|  1988k|     0 |   0.0 | 574M|1392 |   - |1682 | 465 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
272.20/272.26	c   261s|  2010k|  1998k|     0 |   0.0 | 577M|1392 |   - |1682 | 440 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
273.60/273.63	c   262s|  2020k|  2008k|     0 |   0.0 | 580M|1392 |   - |1682 | 475 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
274.90/274.99	c   264s|  2030k|  2018k|     0 |   0.0 | 583M|1392 |   - |1682 | 457 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
276.30/276.37	c   265s|  2040k|  2028k|     0 |   0.0 | 586M|1392 |   - |1682 | 480 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
277.70/277.77	c   266s|  2050k|  2038k|     0 |   0.0 | 588M|1392 |   - |1682 | 488 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
279.10/279.16	c   268s|  2060k|  2048k|     0 |   0.0 | 591M|1392 |   - |1682 | 450 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
280.51/280.52	c   269s|  2070k|  2058k|     0 |   0.0 | 594M|1392 |   - |1682 | 435 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
281.90/281.91	c   270s|  2080k|  2068k|     0 |   0.0 | 597M|1392 |   - |1682 | 442 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
283.20/283.28	c   272s|  2090k|  2078k|     0 |   0.0 | 599M|1392 |   - |1682 | 433 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
284.60/284.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.60/284.64	c   273s|  2100k|  2088k|     0 |   0.0 | 602M|1392 |   - |1682 | 431 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
286.00/286.06	c   274s|  2110k|  2098k|     0 |   0.0 | 605M|1392 |   - |1682 | 464 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
287.40/287.42	c   276s|  2120k|  2108k|     0 |   0.0 | 608M|1392 |   - |1682 | 436 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
288.80/288.83	c   277s|  2130k|  2118k|     0 |   0.0 | 610M|1392 |   - |1682 | 443 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
290.10/290.18	c   278s|  2140k|  2128k|     0 |   0.0 | 613M|1392 |   - |1682 | 464 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
291.50/291.58	c   280s|  2150k|  2138k|     0 |   0.0 | 616M|1392 |   - |1682 | 463 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
292.90/292.98	c   281s|  2160k|  2147k|     0 |   0.0 | 619M|1392 |   - |1682 | 509 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
294.31/294.39	c   282s|  2170k|  2157k|     0 |   0.0 | 622M|1392 |   - |1682 | 457 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
295.70/295.75	c   284s|  2180k|  2167k|     0 |   0.0 | 624M|1392 |   - |1682 | 462 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
297.11/297.14	c   285s|  2190k|  2177k|     0 |   0.0 | 627M|1392 |   - |1682 | 474 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
298.50/298.51	c   286s|  2200k|  2187k|     0 |   0.0 | 630M|1392 |   - |1682 | 437 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
299.90/299.91	c   288s|  2210k|  2197k|     0 |   0.0 | 633M|1392 |   - |1682 | 467 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
301.20/301.28	c   289s|  2220k|  2207k|     0 |   0.0 | 635M|1392 |   - |1682 | 459 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
302.60/302.63	c   290s|  2230k|  2217k|     0 |   0.0 | 638M|1392 |   - |1682 | 460 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
303.90/303.99	c   292s|  2240k|  2227k|     0 |   0.0 | 641M|1392 |   - |1682 | 462 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
305.30/305.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.30/305.36	c   293s|  2250k|  2237k|     0 |   0.0 | 644M|1392 |   - |1682 | 441 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
306.70/306.74	c   294s|  2260k|  2247k|     0 |   0.0 | 646M|1392 |   - |1682 | 442 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
308.10/308.14	c   296s|  2270k|  2257k|     0 |   0.0 | 649M|1392 |   - |1682 | 475 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
309.51/309.51	c   297s|  2280k|  2267k|     0 |   0.0 | 652M|1392 |   - |1682 | 433 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
310.81/310.89	c   298s|  2290k|  2277k|     0 |   0.0 | 655M|1392 |   - |1682 | 441 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
312.21/312.28	c   300s|  2300k|  2287k|     0 |   0.0 | 658M|1392 |   - |1682 | 435 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
313.60/313.66	c   301s|  2310k|  2297k|     0 |   0.0 | 660M|1392 |   - |1682 | 455 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
315.00/315.04	c   302s|  2320k|  2307k|     0 |   0.0 | 663M|1392 |   - |1682 | 448 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
316.40/316.40	c   303s|  2330k|  2317k|     0 |   0.0 | 666M|1392 |   - |1682 | 482 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
317.71/317.80	c   305s|  2340k|  2327k|     0 |   0.0 | 669M|1392 |   - |1682 | 496 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
319.21/319.20	c   306s|  2350k|  2337k|     0 |   0.0 | 671M|1392 |   - |1682 | 481 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
320.50/320.58	c   307s|  2360k|  2347k|     0 |   0.0 | 674M|1392 |   - |1682 | 506 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
321.90/321.96	c   309s|  2370k|  2357k|     0 |   0.0 | 677M|1392 |   - |1682 | 502 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
323.31/323.31	c   310s|  2380k|  2367k|     0 |   0.0 | 680M|1392 |   - |1682 | 519 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
324.60/324.69	c   311s|  2390k|  2377k|     0 |   0.0 | 682M|1392 |   - |1682 | 521 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
326.00/326.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.00/326.05	c   313s|  2400k|  2387k|     0 |   0.0 | 685M|1392 |   - |1682 | 512 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
327.40/327.42	c   314s|  2410k|  2396k|     0 |   0.0 | 688M|1392 |   - |1682 | 522 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
328.71/328.78	c   315s|  2420k|  2406k|     0 |   0.0 | 691M|1392 |   - |1682 | 518 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
330.20/330.22	c   317s|  2430k|  2416k|     0 |   0.0 | 693M|1392 |   - |1682 | 557 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
331.61/331.60	c   318s|  2440k|  2426k|     0 |   0.0 | 696M|1392 |   - |1682 | 575 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
332.91/332.97	c   319s|  2450k|  2436k|     0 |   0.0 | 699M|1392 |   - |1682 | 543 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
334.31/334.37	c   321s|  2460k|  2446k|     0 |   0.0 | 702M|1392 |   - |1682 | 607 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
335.70/335.73	c   322s|  2470k|  2456k|     0 |   0.0 | 704M|1392 |   - |1682 | 551 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
337.10/337.10	c   323s|  2480k|  2466k|     0 |   0.0 | 707M|1392 |   - |1682 | 560 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
338.41/338.47	c   325s|  2490k|  2476k|     0 |   0.0 | 710M|1392 |   - |1682 | 538 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
339.81/339.85	c   326s|  2500k|  2486k|     0 |   0.0 | 713M|1392 |   - |1682 | 531 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
341.20/341.21	c   327s|  2510k|  2496k|     0 |   0.0 | 715M|1392 |   - |1682 | 523 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
342.50/342.57	c   329s|  2520k|  2506k|     0 |   0.0 | 718M|1392 |   - |1682 | 506 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
343.90/343.97	c   330s|  2530k|  2516k|     0 |   0.0 | 721M|1392 |   - |1682 | 488 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
345.31/345.35	c   331s|  2540k|  2526k|     0 |   0.0 | 724M|1392 |   - |1682 | 501 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
346.70/346.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
346.70/346.71	c   333s|  2550k|  2536k|     0 |   0.0 | 727M|1392 |   - |1682 | 515 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
348.00/348.09	c   334s|  2560k|  2546k|     0 |   0.0 | 729M|1392 |   - |1682 | 498 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
349.41/349.46	c   335s|  2570k|  2556k|     0 |   0.0 | 732M|1392 |   - |1682 | 494 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
350.80/350.82	c   337s|  2580k|  2566k|     0 |   0.0 | 735M|1392 |   - |1682 | 487 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
352.10/352.18	c   338s|  2590k|  2576k|     0 |   0.0 | 738M|1392 |   - |1682 | 545 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
353.50/353.52	c   339s|  2600k|  2586k|     0 |   0.0 | 740M|1392 |   - |1682 | 496 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
354.91/354.90	c   340s|  2610k|  2596k|     0 |   0.0 | 743M|1392 |   - |1682 | 478 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
356.21/356.29	c   342s|  2620k|  2606k|     0 |   0.0 | 746M|1392 |   - |1682 | 490 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
357.60/357.65	c   343s|  2630k|  2616k|     0 |   0.0 | 749M|1392 |   - |1682 | 496 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
358.90/359.00	c   344s|  2640k|  2626k|     0 |   0.0 | 752M|1392 |   - |1682 | 482 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
360.30/360.37	c   346s|  2650k|  2636k|     0 |   0.0 | 754M|1392 |   - |1682 | 505 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
361.70/361.74	c   347s|  2660k|  2645k|     0 |   0.0 | 757M|1392 |   - |1682 | 512 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
363.11/363.14	c   348s|  2670k|  2655k|     0 |   0.0 | 760M|1392 |   - |1682 | 507 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
364.40/364.49	c   350s|  2680k|  2665k|     0 |   0.0 | 763M|1392 |   - |1682 | 525 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
365.80/365.86	c   351s|  2690k|  2675k|     0 |   0.0 | 765M|1392 |   - |1682 | 527 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
367.20/367.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
367.20/367.23	c   352s|  2700k|  2685k|     0 |   0.0 | 768M|1392 |   - |1682 | 492 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
368.60/368.61	c   354s|  2710k|  2695k|     0 |   0.0 | 771M|1392 |   - |1682 | 534 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
370.00/370.00	c   355s|  2720k|  2705k|     0 |   0.0 | 774M|1392 |   - |1682 | 502 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
371.40/371.40	c   356s|  2730k|  2715k|     0 |   0.0 | 776M|1392 |   - |1682 | 483 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
372.71/372.76	c   358s|  2740k|  2725k|     0 |   0.0 | 779M|1392 |   - |1682 | 500 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
374.10/374.13	c   359s|  2750k|  2735k|     0 |   0.0 | 782M|1392 |   - |1682 | 532 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
375.50/375.50	c   360s|  2760k|  2745k|     0 |   0.0 | 785M|1392 |   - |1682 | 506 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
376.80/376.83	c   361s|  2770k|  2755k|     0 |   0.0 | 787M|1392 |   - |1682 | 520 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
378.20/378.23	c   363s|  2780k|  2765k|     0 |   0.0 | 790M|1392 |   - |1682 | 507 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
379.61/379.60	c   364s|  2790k|  2775k|     0 |   0.0 | 793M|1392 |   - |1682 | 518 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
380.90/380.99	c   365s|  2800k|  2785k|     0 |   0.0 | 796M|1392 |   - |1682 | 519 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
382.31/382.36	c   367s|  2810k|  2795k|     0 |   0.0 | 799M|1392 |   - |1682 | 538 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
383.70/383.76	c   368s|  2820k|  2805k|     0 |   0.0 | 801M|1392 |   - |1682 | 528 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
385.10/385.17	c   369s|  2830k|  2815k|     0 |   0.0 | 804M|1392 |   - |1682 | 552 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
386.50/386.57	c   371s|  2840k|  2825k|     0 |   0.0 | 807M|1392 |   - |1682 | 547 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
387.90/387.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
387.90/387.93	c   372s|  2850k|  2835k|     0 |   0.0 | 810M|1392 |   - |1682 | 491 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
389.21/389.30	c   373s|  2860k|  2845k|     0 |   0.0 | 812M|1392 |   - |1682 | 504 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
390.60/390.67	c   375s|  2870k|  2855k|     0 |   0.0 | 815M|1392 |   - |1682 | 499 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
392.00/392.06	c   376s|  2880k|  2864k|     0 |   0.0 | 818M|1392 |   - |1682 | 535 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
393.41/393.44	c   377s|  2890k|  2874k|     0 |   0.0 | 821M|1392 |   - |1682 | 500 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
394.70/394.79	c   379s|  2900k|  2884k|     0 |   0.0 | 823M|1392 |   - |1682 | 489 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
396.10/396.16	c   380s|  2910k|  2894k|     0 |   0.0 | 826M|1392 |   - |1682 | 502 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
397.51/397.59	c   381s|  2920k|  2904k|     0 |   0.0 | 829M|1392 |   - |1682 | 508 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
398.91/398.96	c   383s|  2930k|  2914k|     0 |   0.0 | 832M|1392 |   - |1682 | 527 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
400.31/400.36	c   384s|  2940k|  2924k|     0 |   0.0 | 835M|1392 |   - |1682 | 532 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
401.71/401.76	c   385s|  2950k|  2934k|     0 |   0.0 | 837M|1392 |   - |1682 | 529 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
403.11/403.13	c   387s|  2960k|  2944k|     0 |   0.0 | 840M|1392 |   - |1682 | 522 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
404.51/404.50	c   388s|  2970k|  2954k|     0 |   0.0 | 843M|1392 |   - |1682 | 532 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
405.80/405.86	c   389s|  2980k|  2964k|     0 |   0.0 | 846M|1392 |   - |1682 | 501 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
407.21/407.24	c   391s|  2990k|  2974k|     0 |   0.0 | 848M|1392 |   - |1682 | 539 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
408.60/408.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.60/408.60	c   392s|  3000k|  2984k|     0 |   0.0 | 851M|1392 |   - |1682 | 506 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
409.91/409.97	c   393s|  3010k|  2994k|     0 |   0.0 | 854M|1392 |   - |1682 | 466 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
411.31/411.32	c   395s|  3020k|  3004k|     0 |   0.0 | 857M|1392 |   - |1682 | 466 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
412.60/412.67	c   396s|  3030k|  3014k|     0 |   0.0 | 860M|1392 |   - |1682 | 465 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
414.00/414.09	c   397s|  3040k|  3024k|     0 |   0.0 | 862M|1392 |   - |1682 | 506 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
415.40/415.47	c   399s|  3050k|  3034k|     0 |   0.0 | 865M|1392 |   - |1682 | 498 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
416.81/416.85	c   400s|  3060k|  3044k|     0 |   0.0 | 868M|1392 |   - |1682 | 496 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
418.21/418.22	c   401s|  3070k|  3054k|     0 |   0.0 | 871M|1392 |   - |1682 | 502 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
419.50/419.59	c   403s|  3080k|  3064k|     0 |   0.0 | 873M|1392 |   - |1682 | 485 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
420.91/420.93	c   404s|  3090k|  3074k|     0 |   0.0 | 876M|1392 |   - |1682 | 497 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
422.21/422.28	c   405s|  3100k|  3084k|     0 |   0.0 | 879M|1392 |   - |1682 | 482 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
423.61/423.62	c   406s|  3110k|  3094k|     0 |   0.0 | 882M|1392 |   - |1682 | 485 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
424.90/424.97	c   408s|  3120k|  3103k|     0 |   0.0 | 884M|1392 |   - |1682 | 512 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
426.30/426.35	c   409s|  3130k|  3113k|     0 |   0.0 | 887M|1392 |   - |1682 | 501 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
427.60/427.69	c   410s|  3140k|  3123k|     0 |   0.0 | 890M|1392 |   - |1682 | 514 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
429.01/429.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.01/429.09	c   412s|  3150k|  3133k|     0 |   0.0 | 893M|1392 |   - |1682 | 510 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
430.41/430.45	c   413s|  3160k|  3143k|     0 |   0.0 | 896M|1392 |   - |1682 | 534 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
431.81/431.81	c   414s|  3170k|  3153k|     0 |   0.0 | 898M|1392 |   - |1682 | 499 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
433.11/433.16	c   416s|  3180k|  3163k|     0 |   0.0 | 901M|1392 |   - |1682 | 500 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
434.51/434.53	c   417s|  3190k|  3173k|     0 |   0.0 | 904M|1392 |   - |1682 | 539 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
435.91/435.90	c   418s|  3200k|  3183k|     0 |   0.0 | 907M|1392 |   - |1682 | 510 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
437.21/437.25	c   420s|  3210k|  3193k|     0 |   0.0 | 909M|1392 |   - |1682 | 475 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
438.61/438.62	c   421s|  3220k|  3203k|     0 |   0.0 | 912M|1392 |   - |1682 | 512 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
440.01/440.01	c   422s|  3230k|  3213k|     0 |   0.0 | 915M|1392 |   - |1682 | 513 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
441.30/441.39	c   423s|  3240k|  3223k|     0 |   0.0 | 918M|1392 |   - |1682 | 510 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
442.71/442.74	c   425s|  3250k|  3233k|     0 |   0.0 | 920M|1392 |   - |1682 | 496 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
444.11/444.12	c   426s|  3260k|  3243k|     0 |   0.0 | 923M|1392 |   - |1682 | 527 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
445.41/445.48	c   427s|  3270k|  3253k|     0 |   0.0 | 926M|1392 |   - |1682 | 491 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
446.81/446.84	c   429s|  3280k|  3263k|     0 |   0.0 | 929M|1392 |   - |1682 | 487 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
448.21/448.23	c   430s|  3290k|  3273k|     0 |   0.0 | 932M|1392 |   - |1682 | 567 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
449.51/449.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.51/449.58	c   431s|  3300k|  3283k|     0 |   0.0 | 934M|1392 |   - |1682 | 535 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
450.91/450.98	c   433s|  3310k|  3293k|     0 |   0.0 | 937M|1392 |   - |1682 | 522 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
452.31/452.36	c   434s|  3320k|  3303k|     0 |   0.0 | 940M|1392 |   - |1682 | 546 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
453.71/453.74	c   435s|  3330k|  3313k|     0 |   0.0 | 943M|1392 |   - |1682 | 522 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
455.01/455.07	c   437s|  3340k|  3323k|     0 |   0.0 | 945M|1392 |   - |1682 | 493 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
456.41/456.41	c   438s|  3350k|  3333k|     0 |   0.0 | 948M|1392 |   - |1682 | 489 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
457.71/457.75	c   439s|  3360k|  3342k|     0 |   0.0 | 951M|1392 |   - |1682 | 447 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
459.11/459.11	c   440s|  3370k|  3352k|     0 |   0.0 | 954M|1392 |   - |1682 | 521 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
460.40/460.47	c   442s|  3380k|  3362k|     0 |   0.0 | 957M|1392 |   - |1682 | 508 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
461.80/461.82	c   443s|  3390k|  3372k|     0 |   0.0 | 959M|1392 |   - |1682 | 511 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
463.11/463.18	c   444s|  3400k|  3382k|     0 |   0.0 | 962M|1392 |   - |1682 | 500 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
464.51/464.54	c   446s|  3410k|  3392k|     0 |   0.0 | 965M|1392 |   - |1682 | 482 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
465.90/465.91	c   447s|  3420k|  3402k|     0 |   0.0 | 968M|1392 |   - |1682 | 483 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
467.30/467.30	c   448s|  3430k|  3412k|     0 |   0.0 | 970M|1392 |   - |1682 | 531 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
468.61/468.63	c   450s|  3440k|  3422k|     0 |   0.0 | 973M|1392 |   - |1682 | 526 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
470.01/470.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.01/470.03	c   451s|  3450k|  3432k|     0 |   0.0 | 976M|1392 |   - |1682 | 530 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
471.40/471.43	c   452s|  3460k|  3442k|     0 |   0.0 | 979M|1392 |   - |1682 | 526 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
472.71/472.79	c   454s|  3470k|  3452k|     0 |   0.0 | 982M|1392 |   - |1682 | 540 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
474.12/474.16	c   455s|  3480k|  3462k|     0 |   0.0 | 984M|1392 |   - |1682 | 553 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
475.51/475.53	c   456s|  3490k|  3472k|     0 |   0.0 | 987M|1392 |   - |1682 | 575 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
476.91/476.92	c   458s|  3500k|  3482k|     0 |   0.0 | 990M|1392 |   - |1682 | 596 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
478.21/478.29	c   459s|  3510k|  3492k|     0 |   0.0 | 993M|1392 |   - |1682 | 526 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
479.70/479.70	c   460s|  3520k|  3502k|     0 |   0.0 | 995M|1392 |   - |1682 | 545 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
481.00/481.09	c   462s|  3530k|  3512k|     0 |   0.0 | 998M|1392 |   - |1682 | 544 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
482.41/482.47	c   463s|  3540k|  3522k|     0 |   0.0 |1001M|1392 |   - |1682 | 560 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
483.81/483.89	c   464s|  3550k|  3532k|     0 |   0.0 |1004M|1392 |   - |1682 | 541 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
485.21/485.28	c   466s|  3560k|  3542k|     0 |   0.0 |1006M|1392 |   - |1682 | 492 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
486.61/486.64	c   467s|  3570k|  3552k|     0 |   0.0 |1009M|1392 |   - |1682 | 535 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
488.01/488.04	c   468s|  3580k|  3562k|     0 |   0.0 |1012M|1392 |   - |1682 | 578 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
489.41/489.41	c   469s|  3590k|  3571k|     0 |   0.0 |1015M|1392 |   - |1682 | 520 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
490.81/490.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
490.81/490.84	c   471s|  3600k|  3581k|     0 |   0.0 |1017M|1392 |   - |1682 | 572 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
492.21/492.23	c   472s|  3610k|  3591k|     0 |   0.0 |1020M|1392 |   - |1682 | 557 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
493.51/493.59	c   473s|  3620k|  3601k|     0 |   0.0 |1023M|1392 |   - |1682 | 544 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
494.92/494.95	c   475s|  3630k|  3611k|     0 |   0.0 |1025M|1392 |   - |1682 | 551 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
496.31/496.31	c   476s|  3640k|  3621k|     0 |   0.0 |1028M|1392 |   - |1682 | 540 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
497.61/497.66	c   477s|  3650k|  3631k|     0 |   0.0 |1031M|1392 |   - |1682 | 570 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
499.01/499.02	c   479s|  3660k|  3641k|     0 |   0.0 |1034M|1392 |   - |1682 | 567 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
500.31/500.37	c   480s|  3670k|  3651k|     0 |   0.0 |1036M|1392 |   - |1682 | 532 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
501.70/501.74	c   481s|  3680k|  3661k|     0 |   0.0 |1039M|1392 |   - |1682 | 557 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
503.11/503.14	c   483s|  3690k|  3671k|     0 |   0.0 |1042M|1392 |   - |1682 | 550 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
504.51/504.54	c   484s|  3700k|  3681k|     0 |   0.0 |1045M|1392 |   - |1682 | 564 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
505.91/505.93	c   485s|  3710k|  3691k|     0 |   0.0 |1047M|1392 |   - |1682 | 555 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
507.21/507.26	c   487s|  3720k|  3701k|     0 |   0.0 |1050M|1392 |   - |1682 | 531 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
508.61/508.66	c   488s|  3730k|  3711k|     0 |   0.0 |1053M|1392 |   - |1682 | 546 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
510.01/510.09	c   489s|  3740k|  3721k|     0 |   0.0 |1056M|1392 |   - |1682 | 533 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
511.41/511.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
511.41/511.49	c   491s|  3750k|  3731k|     0 |   0.0 |1058M|1392 |   - |1682 | 535 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
512.81/512.83	c   492s|  3760k|  3741k|     0 |   0.0 |1061M|1392 |   - |1682 | 518 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
514.11/514.19	c   493s|  3770k|  3751k|     0 |   0.0 |1064M|1392 |   - |1682 | 545 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
515.51/515.56	c   495s|  3780k|  3761k|     0 |   0.0 |1067M|1392 |   - |1682 | 527 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
516.92/516.91	c   496s|  3790k|  3771k|     0 |   0.0 |1069M|1392 |   - |1682 | 506 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
518.21/518.25	c   497s|  3800k|  3781k|     0 |   0.0 |1072M|1392 |   - |1682 | 525 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
519.51/519.59	c   498s|  3810k|  3790k|     0 |   0.0 |1075M|1392 |   - |1682 | 485 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
520.90/520.96	c   500s|  3820k|  3800k|     0 |   0.0 |1078M|1392 |   - |1682 | 486 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
522.31/522.31	c   501s|  3830k|  3810k|     0 |   0.0 |1081M|1392 |   - |1682 | 473 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
523.62/523.63	c   502s|  3840k|  3820k|     0 |   0.0 |1083M|1392 |   - |1682 | 475 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
524.91/524.97	c   504s|  3850k|  3830k|     0 |   0.0 |1086M|1392 |   - |1682 | 468 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
526.31/526.37	c   505s|  3860k|  3840k|     0 |   0.0 |1089M|1392 |   - |1682 | 490 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
527.71/527.72	c   506s|  3870k|  3850k|     0 |   0.0 |1092M|1392 |   - |1682 | 476 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
529.11/529.11	c   508s|  3880k|  3860k|     0 |   0.0 |1095M|1392 |   - |1682 | 493 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
530.41/530.46	c   509s|  3890k|  3870k|     0 |   0.0 |1097M|1392 |   - |1682 | 498 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
531.81/531.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
531.81/531.83	c   510s|  3900k|  3880k|     0 |   0.0 |1100M|1392 |   - |1682 | 476 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
533.21/533.20	c   511s|  3910k|  3890k|     0 |   0.0 |1103M|1392 |   - |1682 | 475 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
534.52/534.55	c   513s|  3920k|  3900k|     0 |   0.0 |1106M|1392 |   - |1682 | 460 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
535.91/535.90	c   514s|  3930k|  3910k|     0 |   0.0 |1108M|1392 |   - |1682 | 478 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
537.21/537.26	c   515s|  3940k|  3920k|     0 |   0.0 |1111M|1392 |   - |1682 | 429 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
538.61/538.62	c   517s|  3950k|  3930k|     0 |   0.0 |1114M|1392 |   - |1682 | 415 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
539.91/539.95	c   518s|  3960k|  3940k|     0 |   0.0 |1117M|1392 |   - |1682 | 404 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
541.31/541.33	c   519s|  3970k|  3950k|     0 |   0.0 |1119M|1392 |   - |1682 | 437 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
542.71/542.72	c   521s|  3980k|  3960k|     0 |   0.0 |1122M|1392 |   - |1682 | 451 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
544.01/544.07	c   522s|  3990k|  3970k|     0 |   0.0 |1125M|1392 |   - |1682 | 440 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
545.41/545.41	c   523s|  4000k|  3980k|     0 |   0.0 |1128M|1392 |   - |1682 | 469 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
546.81/546.81	c   524s|  4010k|  3990k|     0 |   0.0 |1131M|1392 |   - |1682 | 490 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
548.11/548.17	c   526s|  4020k|  4000k|     0 |   0.0 |1133M|1392 |   - |1682 | 449 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
549.51/549.52	c   527s|  4030k|  4010k|     0 |   0.0 |1136M|1392 |   - |1682 | 461 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
550.91/550.90	c   528s|  4040k|  4020k|     0 |   0.0 |1139M|1392 |   - |1682 | 493 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
552.21/552.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
552.21/552.28	c   530s|  4050k|  4029k|     0 |   0.0 |1142M|1392 |   - |1682 | 428 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
553.61/553.63	c   531s|  4060k|  4039k|     0 |   0.0 |1144M|1392 |   - |1682 | 452 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
554.91/554.98	c   532s|  4070k|  4049k|     0 |   0.0 |1147M|1392 |   - |1682 | 449 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
556.31/556.34	c   534s|  4080k|  4059k|     0 |   0.0 |1150M|1392 |   - |1682 | 462 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
557.61/557.68	c   535s|  4090k|  4069k|     0 |   0.0 |1153M|1392 |   - |1682 | 462 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
559.01/559.05	c   536s|  4100k|  4079k|     0 |   0.0 |1155M|1392 |   - |1682 | 459 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
560.41/560.40	c   538s|  4110k|  4089k|     0 |   0.0 |1158M|1392 |   - |1682 | 517 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
561.71/561.76	c   539s|  4120k|  4099k|     0 |   0.0 |1161M|1392 |   - |1682 | 506 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
563.11/563.10	c   540s|  4130k|  4109k|     0 |   0.0 |1164M|1392 |   - |1682 | 502 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
564.41/564.49	c   541s|  4140k|  4119k|     0 |   0.0 |1167M|1392 |   - |1682 | 457 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
565.81/565.81	c   543s|  4150k|  4129k|     0 |   0.0 |1169M|1392 |   - |1682 | 490 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
567.11/567.18	c   544s|  4160k|  4139k|     0 |   0.0 |1172M|1392 |   - |1682 | 514 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
568.51/568.53	c   545s|  4170k|  4149k|     0 |   0.0 |1175M|1392 |   - |1682 | 508 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
569.91/569.91	c   547s|  4180k|  4159k|     0 |   0.0 |1178M|1392 |   - |1682 | 511 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
571.21/571.25	c   548s|  4190k|  4169k|     0 |   0.0 |1180M|1392 |   - |1682 | 544 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
572.61/572.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.61/572.61	c   549s|  4200k|  4179k|     0 |   0.0 |1183M|1392 |   - |1682 | 523 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
573.92/573.97	c   551s|  4210k|  4189k|     0 |   0.0 |1186M|1392 |   - |1682 | 498 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
575.32/575.35	c   552s|  4220k|  4199k|     0 |   0.0 |1189M|1392 |   - |1682 | 521 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
576.71/576.74	c   553s|  4230k|  4209k|     0 |   0.0 |1192M|1392 |   - |1682 | 496 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
578.01/578.05	c   554s|  4240k|  4219k|     0 |   0.0 |1194M|1392 |   - |1682 | 490 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
579.42/579.43	c   556s|  4250k|  4229k|     0 |   0.0 |1197M|1392 |   - |1682 | 548 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
580.72/580.79	c   557s|  4260k|  4238k|     0 |   0.0 |1200M|1392 |   - |1682 | 533 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
582.11/582.12	c   558s|  4270k|  4248k|     0 |   0.0 |1203M|1392 |   - |1682 | 502 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
583.42/583.45	c   560s|  4280k|  4258k|     0 |   0.0 |1205M|1392 |   - |1682 | 508 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
584.71/584.78	c   561s|  4290k|  4268k|     0 |   0.0 |1208M|1392 |   - |1682 | 495 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
586.11/586.11	c   562s|  4300k|  4278k|     0 |   0.0 |1211M|1392 |   - |1682 | 493 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
587.42/587.45	c   564s|  4310k|  4288k|     0 |   0.0 |1214M|1392 |   - |1682 | 494 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
588.81/588.80	c   565s|  4320k|  4298k|     0 |   0.0 |1217M|1392 |   - |1682 | 480 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
590.12/590.16	c   566s|  4330k|  4308k|     0 |   0.0 |1219M|1392 |   - |1682 | 471 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
591.51/591.51	c   567s|  4340k|  4318k|     0 |   0.0 |1222M|1392 |   - |1682 | 508 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
592.82/592.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
592.82/592.86	c   569s|  4350k|  4328k|     0 |   0.0 |1225M|1392 |   - |1682 | 486 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
594.21/594.23	c   570s|  4360k|  4338k|     0 |   0.0 |1228M|1392 |   - |1682 | 475 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
595.62/595.62	c   571s|  4370k|  4348k|     0 |   0.0 |1231M|1392 |   - |1682 | 451 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
596.91/596.98	c   573s|  4380k|  4358k|     0 |   0.0 |1233M|1392 |   - |1682 | 479 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
598.31/598.31	c   574s|  4390k|  4368k|     0 |   0.0 |1236M|1392 |   - |1682 | 483 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
599.61/599.67	c   575s|  4400k|  4378k|     0 |   0.0 |1239M|1392 |   - |1682 | 439 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
601.01/601.03	c   577s|  4410k|  4388k|     0 |   0.0 |1242M|1392 |   - |1682 | 452 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
602.42/602.42	c   578s|  4420k|  4398k|     0 |   0.0 |1245M|1392 |   - |1682 | 460 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
603.72/603.79	c   579s|  4430k|  4408k|     0 |   0.0 |1247M|1392 |   - |1682 | 452 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
605.12/605.14	c   580s|  4440k|  4418k|     0 |   0.0 |1250M|1392 |   - |1682 | 475 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
606.51/606.52	c   582s|  4450k|  4428k|     0 |   0.0 |1253M|1392 |   - |1682 | 467 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
607.81/607.86	c   583s|  4460k|  4438k|     0 |   0.0 |1256M|1392 |   - |1682 | 452 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
609.21/609.24	c   584s|  4470k|  4448k|     0 |   0.0 |1258M|1392 |   - |1682 | 483 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
610.61/610.62	c   586s|  4480k|  4458k|     0 |   0.0 |1261M|1392 |   - |1682 | 480 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
611.92/611.97	c   587s|  4490k|  4467k|     0 |   0.0 |1264M|1392 |   - |1682 | 467 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
613.31/613.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
613.31/613.30	c   588s|  4500k|  4477k|     0 |   0.0 |1267M|1392 |   - |1682 | 471 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
614.62/614.68	c   590s|  4510k|  4487k|     0 |   0.0 |1270M|1392 |   - |1682 | 500 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
616.11/616.11	c   591s|  4520k|  4497k|     0 |   0.0 |1272M|1392 |   - |1682 | 474 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
617.51/617.59	c   592s|  4530k|  4507k|     0 |   0.0 |1275M|1392 |   - |1682 | 548 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
618.92/618.98	c   594s|  4540k|  4517k|     0 |   0.0 |1278M|1392 |   - |1682 | 530 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
620.32/620.36	c   595s|  4550k|  4527k|     0 |   0.0 |1281M|1392 |   - |1682 | 564 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
621.71/621.72	c   596s|  4560k|  4537k|     0 |   0.0 |1283M|1392 |   - |1682 | 499 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
623.02/623.08	c   598s|  4570k|  4547k|     0 |   0.0 |1286M|1392 |   - |1682 | 546 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
624.41/624.48	c   599s|  4580k|  4557k|     0 |   0.0 |1289M|1392 |   - |1682 | 558 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
625.82/625.84	c   600s|  4590k|  4567k|     0 |   0.0 |1292M|1392 |   - |1682 | 518 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
627.11/627.16	c   602s|  4600k|  4577k|     0 |   0.0 |1295M|1392 |   - |1682 | 516 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
628.51/628.50	c   603s|  4610k|  4587k|     0 |   0.0 |1297M|1392 |   - |1682 | 535 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
629.82/629.86	c   604s|  4620k|  4597k|     0 |   0.0 |1300M|1392 |   - |1682 | 519 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
631.21/631.26	c   606s|  4630k|  4607k|     0 |   0.0 |1303M|1392 |   - |1682 | 523 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
632.61/632.61	c   607s|  4640k|  4617k|     0 |   0.0 |1306M|1392 |   - |1682 | 487 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
633.91/633.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
633.91/633.98	c   608s|  4650k|  4627k|     0 |   0.0 |1308M|1392 |   - |1682 | 560 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
635.31/635.33	c   609s|  4660k|  4637k|     0 |   0.0 |1311M|1392 |   - |1682 | 525 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
636.61/636.68	c   611s|  4670k|  4647k|     0 |   0.0 |1314M|1392 |   - |1682 | 503 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
638.02/638.02	c   612s|  4680k|  4657k|     0 |   0.0 |1317M|1392 |   - |1682 | 563 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
639.31/639.36	c   613s|  4690k|  4667k|     0 |   0.0 |1320M|1392 |   - |1682 | 535 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
640.72/640.70	c   615s|  4700k|  4676k|     0 |   0.0 |1322M|1392 |   - |1682 | 523 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
642.01/642.08	c   616s|  4710k|  4686k|     0 |   0.0 |1325M|1392 |   - |1682 | 501 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
643.42/643.41	c   617s|  4720k|  4696k|     0 |   0.0 |1328M|1392 |   - |1682 | 487 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
644.71/644.78	c   619s|  4730k|  4706k|     0 |   0.0 |1331M|1392 |   - |1682 | 494 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
646.11/646.14	c   620s|  4740k|  4716k|     0 |   0.0 |1334M|1392 |   - |1682 | 472 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
647.51/647.54	c   621s|  4750k|  4726k|     0 |   0.0 |1336M|1392 |   - |1682 | 524 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
648.92/648.94	c   623s|  4760k|  4736k|     0 |   0.0 |1339M|1392 |   - |1682 | 490 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
650.21/650.29	c   624s|  4770k|  4746k|     0 |   0.0 |1342M|1392 |   - |1682 | 485 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
651.62/651.64	c   625s|  4780k|  4756k|     0 |   0.0 |1345M|1392 |   - |1682 | 476 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
653.02/653.03	c   626s|  4790k|  4766k|     0 |   0.0 |1347M|1392 |   - |1682 | 513 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
654.42/654.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
654.42/654.40	c   628s|  4800k|  4776k|     0 |   0.0 |1350M|1392 |   - |1682 | 577 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
655.71/655.74	c   629s|  4810k|  4786k|     0 |   0.0 |1353M|1392 |   - |1682 | 506 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
657.12/657.15	c   630s|  4820k|  4796k|     0 |   0.0 |1356M|1392 |   - |1682 | 512 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
658.51/658.52	c   632s|  4830k|  4806k|     0 |   0.0 |1358M|1392 |   - |1682 | 501 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
659.81/659.87	c   633s|  4840k|  4816k|     0 |   0.0 |1361M|1392 |   - |1682 | 538 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
661.22/661.24	c   634s|  4850k|  4826k|     0 |   0.0 |1364M|1392 |   - |1682 | 551 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
662.61/662.62	c   636s|  4860k|  4836k|     0 |   0.0 |1367M|1392 |   - |1682 | 546 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
664.01/664.05	c   637s|  4870k|  4846k|     0 |   0.0 |1370M|1392 |   - |1682 | 556 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
665.32/665.39	c   638s|  4880k|  4856k|     0 |   0.0 |1372M|1392 |   - |1682 | 541 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
666.71/666.72	c   640s|  4890k|  4866k|     0 |   0.0 |1375M|1392 |   - |1682 | 537 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
668.02/668.07	c   641s|  4900k|  4876k|     0 |   0.0 |1378M|1392 |   - |1682 | 514 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
669.42/669.45	c   642s|  4910k|  4886k|     0 |   0.0 |1381M|1392 |   - |1682 | 534 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
670.71/670.79	c   644s|  4920k|  4895k|     0 |   0.0 |1383M|1392 |   - |1682 | 532 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
672.12/672.14	c   645s|  4930k|  4905k|     0 |   0.0 |1386M|1392 |   - |1682 | 558 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
673.41/673.48	c   646s|  4940k|  4915k|     0 |   0.0 |1389M|1392 |   - |1682 | 539 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
674.81/674.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
674.81/674.84	c   647s|  4950k|  4925k|     0 |   0.0 |1392M|1392 |   - |1682 | 550 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
676.21/676.22	c   649s|  4960k|  4935k|     0 |   0.0 |1394M|1392 |   - |1682 | 567 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
677.52/677.55	c   650s|  4970k|  4945k|     0 |   0.0 |1397M|1392 |   - |1682 | 573 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
678.91/678.90	c   651s|  4980k|  4955k|     0 |   0.0 |1400M|1392 |   - |1682 | 560 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
680.21/680.22	c   653s|  4990k|  4965k|     0 |   0.0 |1403M|1392 |   - |1682 | 561 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
681.61/681.62	c   654s|  5000k|  4975k|     0 |   0.0 |1405M|1392 |   - |1682 | 585 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
682.92/682.97	c   655s|  5010k|  4985k|     0 |   0.0 |1408M|1392 |   - |1682 | 544 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
684.32/684.40	c   657s|  5020k|  4995k|     0 |   0.0 |1411M|1392 |   - |1682 | 582 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
685.72/685.73	c   658s|  5030k|  5005k|     0 |   0.0 |1414M|1392 |   - |1682 | 510 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
687.11/687.14	c   659s|  5040k|  5015k|     0 |   0.0 |1417M|1392 |   - |1682 | 577 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
688.41/688.49	c   661s|  5050k|  5025k|     0 |   0.0 |1419M|1392 |   - |1682 | 509 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
689.81/689.83	c   662s|  5060k|  5035k|     0 |   0.0 |1422M|1392 |   - |1682 | 516 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
691.12/691.17	c   663s|  5070k|  5045k|     0 |   0.0 |1425M|1392 |   - |1682 | 525 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
692.51/692.52	c   664s|  5080k|  5055k|     0 |   0.0 |1428M|1392 |   - |1682 | 552 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
693.82/693.88	c   666s|  5090k|  5065k|     0 |   0.0 |1430M|1392 |   - |1682 | 542 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
695.22/695.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
695.22/695.25	c   667s|  5100k|  5075k|     0 |   0.0 |1433M|1392 |   - |1682 | 510 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
696.62/696.60	c   668s|  5110k|  5085k|     0 |   0.0 |1436M|1392 |   - |1682 | 490 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
697.91/697.95	c   670s|  5120k|  5095k|     0 |   0.0 |1439M|1392 |   - |1682 | 547 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
699.22/699.30	c   671s|  5130k|  5105k|     0 |   0.0 |1441M|1392 |   - |1682 | 535 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
700.62/700.65	c   672s|  5140k|  5114k|     0 |   0.0 |1444M|1392 |   - |1682 | 527 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
701.92/701.99	c   673s|  5150k|  5124k|     0 |   0.0 |1447M|1392 |   - |1682 | 574 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
703.32/703.33	c   675s|  5160k|  5134k|     0 |   0.0 |1450M|1392 |   - |1682 | 532 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
704.72/704.77	c   676s|  5170k|  5144k|     0 |   0.0 |1453M|1392 |   - |1682 | 604 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
706.12/706.15	c   677s|  5180k|  5154k|     0 |   0.0 |1455M|1392 |   - |1682 | 536 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
707.51/707.50	c   679s|  5190k|  5164k|     0 |   0.0 |1458M|1392 |   - |1682 | 532 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
708.81/708.83	c   680s|  5200k|  5174k|     0 |   0.0 |1461M|1392 |   - |1682 | 558 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
710.12/710.19	c   681s|  5210k|  5184k|     0 |   0.0 |1464M|1392 |   - |1682 | 560 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
711.52/711.55	c   683s|  5220k|  5194k|     0 |   0.0 |1466M|1392 |   - |1682 | 545 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
712.92/712.93	c   684s|  5230k|  5204k|     0 |   0.0 |1469M|1392 |   - |1682 | 559 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
714.31/714.36	c   685s|  5240k|  5214k|     0 |   0.0 |1472M|1392 |   - |1682 | 587 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
715.71/715.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
715.71/715.72	c   687s|  5250k|  5224k|     0 |   0.0 |1475M|1392 |   - |1682 | 590 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
717.12/717.11	c   688s|  5260k|  5234k|     0 |   0.0 |1477M|1392 |   - |1682 | 575 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
718.42/718.46	c   689s|  5270k|  5244k|     0 |   0.0 |1480M|1392 |   - |1682 | 616 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
719.82/719.82	c   691s|  5280k|  5254k|     0 |   0.0 |1483M|1392 |   - |1682 | 579 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
721.11/721.17	c   692s|  5290k|  5264k|     0 |   0.0 |1486M|1392 |   - |1682 | 601 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
722.52/722.51	c   693s|  5300k|  5274k|     0 |   0.0 |1488M|1392 |   - |1682 | 584 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
723.82/723.89	c   695s|  5310k|  5284k|     0 |   0.0 |1491M|1392 |   - |1682 | 554 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
725.22/725.26	c   696s|  5320k|  5294k|     0 |   0.0 |1494M|1392 |   - |1682 | 587 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
726.62/726.65	c   697s|  5330k|  5304k|     0 |   0.0 |1497M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
728.01/728.02	c   699s|  5340k|  5314k|     0 |   0.0 |1499M|1392 |   - |1682 | 592 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
729.32/729.36	c   700s|  5350k|  5324k|     0 |   0.0 |1502M|1392 |   - |1682 | 589 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
730.62/730.67	c   701s|  5360k|  5333k|     0 |   0.0 |1505M|1392 |   - |1682 | 636 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
732.02/732.03	c   702s|  5370k|  5343k|     0 |   0.0 |1508M|1392 |   - |1682 | 614 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
733.32/733.36	c   704s|  5380k|  5353k|     0 |   0.0 |1510M|1392 |   - |1682 | 600 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
734.72/734.71	c   705s|  5390k|  5363k|     0 |   0.0 |1513M|1392 |   - |1682 | 623 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
736.02/736.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
736.02/736.05	c   706s|  5400k|  5373k|     0 |   0.0 |1516M|1392 |   - |1682 | 590 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
737.32/737.38	c   707s|  5410k|  5383k|     0 |   0.0 |1519M|1392 |   - |1682 | 609 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
738.72/738.73	c   709s|  5420k|  5393k|     0 |   0.0 |1522M|1392 |   - |1682 | 636 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
740.02/740.06	c   710s|  5430k|  5403k|     0 |   0.0 |1524M|1392 |   - |1682 | 607 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
741.32/741.39	c   711s|  5440k|  5413k|     0 |   0.0 |1527M|1392 |   - |1682 | 631 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
742.72/742.71	c   713s|  5450k|  5423k|     0 |   0.0 |1530M|1392 |   - |1682 | 573 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
744.02/744.05	c   714s|  5460k|  5433k|     0 |   0.0 |1533M|1392 |   - |1682 | 607 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
745.32/745.39	c   715s|  5470k|  5443k|     0 |   0.0 |1535M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
746.72/746.74	c   716s|  5480k|  5453k|     0 |   0.0 |1538M|1392 |   - |1682 | 624 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
748.02/748.06	c   718s|  5490k|  5463k|     0 |   0.0 |1541M|1392 |   - |1682 | 614 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
749.41/749.41	c   719s|  5500k|  5473k|     0 |   0.0 |1544M|1392 |   - |1682 | 589 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
750.72/750.76	c   720s|  5510k|  5483k|     0 |   0.0 |1547M|1392 |   - |1682 | 563 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
752.12/752.10	c   722s|  5520k|  5493k|     0 |   0.0 |1549M|1392 |   - |1682 | 635 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
753.42/753.44	c   723s|  5530k|  5503k|     0 |   0.0 |1552M|1392 |   - |1682 | 602 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
754.82/754.81	c   724s|  5540k|  5513k|     0 |   0.0 |1555M|1392 |   - |1682 | 598 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
756.21/756.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
756.21/756.21	c   726s|  5550k|  5523k|     0 |   0.0 |1558M|1392 |   - |1682 | 619 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
757.52/757.53	c   727s|  5560k|  5533k|     0 |   0.0 |1560M|1392 |   - |1682 | 579 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
758.82/758.88	c   728s|  5570k|  5543k|     0 |   0.0 |1563M|1392 |   - |1682 | 604 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
760.22/760.22	c   729s|  5580k|  5552k|     0 |   0.0 |1566M|1392 |   - |1682 | 594 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
761.51/761.57	c   731s|  5590k|  5562k|     0 |   0.0 |1569M|1392 |   - |1682 | 578 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
762.92/762.91	c   732s|  5600k|  5572k|     0 |   0.0 |1572M|1392 |   - |1682 | 579 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
764.22/764.25	c   733s|  5610k|  5582k|     0 |   0.0 |1574M|1392 |   - |1682 | 546 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
765.53/765.60	c   735s|  5620k|  5592k|     0 |   0.0 |1577M|1392 |   - |1682 | 574 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
766.92/766.94	c   736s|  5630k|  5602k|     0 |   0.0 |1580M|1392 |   - |1682 | 546 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
768.22/768.29	c   737s|  5640k|  5612k|     0 |   0.0 |1583M|1392 |   - |1682 | 554 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
769.62/769.66	c   738s|  5650k|  5622k|     0 |   0.0 |1585M|1392 |   - |1682 | 569 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
770.91/771.00	c   740s|  5660k|  5632k|     0 |   0.0 |1588M|1392 |   - |1682 | 545 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
772.32/772.35	c   741s|  5670k|  5642k|     0 |   0.0 |1591M|1392 |   - |1682 | 549 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
773.72/773.72	c   742s|  5680k|  5652k|     0 |   0.0 |1594M|1392 |   - |1682 | 587 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
775.02/775.07	c   744s|  5690k|  5662k|     0 |   0.0 |1597M|1392 |   - |1682 | 534 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
776.42/776.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
776.42/776.40	c   745s|  5700k|  5672k|     0 |   0.0 |1599M|1392 |   - |1682 | 538 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
777.73/777.75	c   746s|  5710k|  5682k|     0 |   0.0 |1602M|1392 |   - |1682 | 547 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
779.02/779.08	c   747s|  5720k|  5692k|     0 |   0.0 |1605M|1392 |   - |1682 | 551 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
780.42/780.45	c   749s|  5730k|  5702k|     0 |   0.0 |1608M|1392 |   - |1682 | 604 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
781.82/781.84	c   750s|  5740k|  5712k|     0 |   0.0 |1610M|1392 |   - |1682 | 587 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
783.12/783.17	c   751s|  5750k|  5722k|     0 |   0.0 |1613M|1392 |   - |1682 | 573 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
784.52/784.54	c   753s|  5760k|  5732k|     0 |   0.0 |1616M|1392 |   - |1682 | 617 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
785.92/785.93	c   754s|  5770k|  5742k|     0 |   0.0 |1619M|1392 |   - |1682 | 614 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
787.22/787.27	c   755s|  5780k|  5752k|     0 |   0.0 |1621M|1392 |   - |1682 | 576 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
788.62/788.64	c   757s|  5790k|  5761k|     0 |   0.0 |1624M|1392 |   - |1682 | 578 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
790.02/790.02	c   758s|  5800k|  5771k|     0 |   0.0 |1627M|1392 |   - |1682 | 586 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
791.32/791.37	c   759s|  5810k|  5781k|     0 |   0.0 |1630M|1392 |   - |1682 | 597 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
792.72/792.72	c   761s|  5820k|  5791k|     0 |   0.0 |1632M|1392 |   - |1682 | 658 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
794.02/794.07	c   762s|  5830k|  5801k|     0 |   0.0 |1635M|1392 |   - |1682 | 609 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
795.42/795.40	c   763s|  5840k|  5811k|     0 |   0.0 |1638M|1392 |   - |1682 | 621 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
796.72/796.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
796.72/796.75	c   764s|  5850k|  5821k|     0 |   0.0 |1641M|1392 |   - |1682 | 608 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
798.12/798.11	c   766s|  5860k|  5831k|     0 |   0.0 |1644M|1392 |   - |1682 | 614 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
799.42/799.47	c   767s|  5870k|  5841k|     0 |   0.0 |1646M|1392 |   - |1682 | 618 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
800.83/800.85	c   768s|  5880k|  5851k|     0 |   0.0 |1649M|1392 |   - |1682 | 628 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
802.12/802.18	c   770s|  5890k|  5861k|     0 |   0.0 |1652M|1392 |   - |1682 | 605 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
803.52/803.54	c   771s|  5900k|  5871k|     0 |   0.0 |1655M|1392 |   - |1682 | 585 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
804.92/804.90	c   772s|  5910k|  5881k|     0 |   0.0 |1657M|1392 |   - |1682 | 579 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
806.22/806.24	c   774s|  5920k|  5891k|     0 |   0.0 |1660M|1392 |   - |1682 | 593 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
807.62/807.61	c   775s|  5930k|  5901k|     0 |   0.0 |1663M|1392 |   - |1682 | 630 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
808.92/808.97	c   776s|  5940k|  5911k|     0 |   0.0 |1666M|1392 |   - |1682 | 608 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
810.32/810.33	c   777s|  5950k|  5921k|     0 |   0.0 |1668M|1392 |   - |1682 | 602 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
811.61/811.66	c   779s|  5960k|  5931k|     0 |   0.0 |1671M|1392 |   - |1682 | 576 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
813.02/813.02	c   780s|  5970k|  5941k|     0 |   0.0 |1674M|1392 |   - |1682 | 597 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
814.32/814.39	c   781s|  5980k|  5951k|     0 |   0.0 |1677M|1392 |   - |1682 | 600 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
815.72/815.74	c   783s|  5990k|  5961k|     0 |   0.0 |1679M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
817.12/817.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
817.12/817.18	c   784s|  6000k|  5971k|     0 |   0.0 |1682M|1392 |   - |1682 | 701 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
818.52/818.55	c   785s|  6010k|  5981k|     0 |   0.0 |1685M|1392 |   - |1682 | 612 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
819.92/819.92	c   787s|  6020k|  5990k|     0 |   0.0 |1688M|1392 |   - |1682 | 593 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
821.22/821.26	c   788s|  6030k|  6000k|     0 |   0.0 |1690M|1392 |   - |1682 | 558 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
822.62/822.65	c   789s|  6040k|  6010k|     0 |   0.0 |1693M|1392 |   - |1682 | 587 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
824.01/824.00	c   791s|  6050k|  6020k|     0 |   0.0 |1696M|1392 |   - |1682 | 580 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
825.32/825.36	c   792s|  6060k|  6030k|     0 |   0.0 |1699M|1392 |   - |1682 | 552 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
826.72/826.72	c   793s|  6070k|  6040k|     0 |   0.0 |1702M|1392 |   - |1682 | 555 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
828.02/828.06	c   794s|  6080k|  6050k|     0 |   0.0 |1704M|1392 |   - |1682 | 577 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
829.43/829.40	c   796s|  6090k|  6060k|     0 |   0.0 |1707M|1392 |   - |1682 | 547 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
830.71/830.77	c   797s|  6100k|  6070k|     0 |   0.0 |1710M|1392 |   - |1682 | 580 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
832.12/832.13	c   798s|  6110k|  6080k|     0 |   0.0 |1713M|1392 |   - |1682 | 548 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
833.42/833.47	c   800s|  6120k|  6090k|     0 |   0.0 |1715M|1392 |   - |1682 | 539 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
834.82/834.85	c   801s|  6130k|  6100k|     0 |   0.0 |1718M|1392 |   - |1682 | 586 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
836.22/836.21	c   802s|  6140k|  6110k|     0 |   0.0 |1721M|1392 |   - |1682 | 612 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
837.52/837.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
837.52/837.57	c   804s|  6150k|  6120k|     0 |   0.0 |1724M|1392 |   - |1682 | 555 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
838.92/838.94	c   805s|  6160k|  6130k|     0 |   0.0 |1727M|1392 |   - |1682 | 554 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
840.22/840.29	c   806s|  6170k|  6140k|     0 |   0.0 |1729M|1392 |   - |1682 | 624 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
841.62/841.68	c   808s|  6180k|  6150k|     0 |   0.0 |1732M|1392 |   - |1682 | 610 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
843.02/843.08	c   809s|  6190k|  6160k|     0 |   0.0 |1735M|1392 |   - |1682 | 600 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
844.42/844.41	c   810s|  6200k|  6170k|     0 |   0.0 |1738M|1392 |   - |1682 | 607 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
845.72/845.75	c   811s|  6210k|  6180k|     0 |   0.0 |1740M|1392 |   - |1682 | 593 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
847.03/847.08	c   813s|  6220k|  6190k|     0 |   0.0 |1743M|1392 |   - |1682 | 637 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
848.32/848.38	c   814s|  6230k|  6200k|     0 |   0.0 |1746M|1392 |   - |1682 | 578 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
849.72/849.72	c   815s|  6240k|  6210k|     0 |   0.0 |1749M|1392 |   - |1682 | 579 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
851.02/851.07	c   817s|  6250k|  6219k|     0 |   0.0 |1751M|1392 |   - |1682 | 596 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
852.32/852.39	c   818s|  6260k|  6229k|     0 |   0.0 |1754M|1392 |   - |1682 | 590 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
853.72/853.75	c   819s|  6270k|  6239k|     0 |   0.0 |1757M|1392 |   - |1682 | 601 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
855.02/855.09	c   820s|  6280k|  6249k|     0 |   0.0 |1760M|1392 |   - |1682 | 571 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
856.42/856.48	c   822s|  6290k|  6259k|     0 |   0.0 |1763M|1392 |   - |1682 | 579 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
857.82/857.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
857.82/857.88	c   823s|  6300k|  6269k|     0 |   0.0 |1765M|1392 |   - |1682 | 565 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
859.22/859.21	c   824s|  6310k|  6279k|     0 |   0.0 |1768M|1392 |   - |1682 | 580 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
860.52/860.53	c   826s|  6320k|  6289k|     0 |   0.0 |1771M|1392 |   - |1682 | 562 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
861.82/861.88	c   827s|  6330k|  6299k|     0 |   0.0 |1774M|1392 |   - |1682 | 564 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
863.22/863.25	c   828s|  6340k|  6309k|     0 |   0.0 |1777M|1392 |   - |1682 | 549 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
864.53/864.59	c   829s|  6350k|  6319k|     0 |   0.0 |1779M|1392 |   - |1682 | 547 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
865.92/865.94	c   831s|  6360k|  6329k|     0 |   0.0 |1782M|1392 |   - |1682 | 578 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
867.33/867.33	c   832s|  6370k|  6339k|     0 |   0.0 |1785M|1392 |   - |1682 | 531 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
868.72/868.71	c   833s|  6380k|  6349k|     0 |   0.0 |1788M|1392 |   - |1682 | 532 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
870.02/870.07	c   835s|  6390k|  6359k|     0 |   0.0 |1790M|1392 |   - |1682 | 519 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
871.42/871.42	c   836s|  6400k|  6369k|     0 |   0.0 |1793M|1392 |   - |1682 | 523 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
872.82/872.80	c   837s|  6410k|  6379k|     0 |   0.0 |1796M|1392 |   - |1682 | 576 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
874.12/874.13	c   839s|  6420k|  6389k|     0 |   0.0 |1799M|1392 |   - |1682 | 544 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
875.42/875.47	c   840s|  6430k|  6399k|     0 |   0.0 |1801M|1392 |   - |1682 | 556 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
876.83/876.82	c   841s|  6440k|  6409k|     0 |   0.0 |1804M|1392 |   - |1682 | 554 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
878.22/878.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
878.22/878.26	c   843s|  6450k|  6419k|     0 |   0.0 |1807M|1392 |   - |1682 | 550 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
879.62/879.61	c   844s|  6460k|  6429k|     0 |   0.0 |1810M|1392 |   - |1682 | 538 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
880.92/880.97	c   845s|  6470k|  6439k|     0 |   0.0 |1813M|1392 |   - |1682 | 573 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
882.32/882.32	c   846s|  6480k|  6448k|     0 |   0.0 |1815M|1392 |   - |1682 | 548 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
883.62/883.69	c   848s|  6490k|  6458k|     0 |   0.0 |1818M|1392 |   - |1682 | 555 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
885.02/885.08	c   849s|  6500k|  6468k|     0 |   0.0 |1821M|1392 |   - |1682 | 554 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
886.42/886.43	c   850s|  6510k|  6478k|     0 |   0.0 |1824M|1392 |   - |1682 | 547 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
887.73/887.76	c   852s|  6520k|  6488k|     0 |   0.0 |1826M|1392 |   - |1682 | 570 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
889.13/889.10	c   853s|  6530k|  6498k|     0 |   0.0 |1829M|1392 |   - |1682 | 546 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
890.42/890.44	c   854s|  6540k|  6508k|     0 |   0.0 |1832M|1392 |   - |1682 | 540 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
891.72/891.79	c   856s|  6550k|  6518k|     0 |   0.0 |1835M|1392 |   - |1682 | 554 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
893.12/893.14	c   857s|  6560k|  6528k|     0 |   0.0 |1838M|1392 |   - |1682 | 563 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
894.52/894.50	c   858s|  6570k|  6538k|     0 |   0.0 |1840M|1392 |   - |1682 | 538 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
895.82/895.85	c   859s|  6580k|  6548k|     0 |   0.0 |1843M|1392 |   - |1682 | 541 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
897.22/897.21	c   861s|  6590k|  6558k|     0 |   0.0 |1846M|1392 |   - |1682 | 551 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
898.63/898.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
898.63/898.61	c   862s|  6600k|  6568k|     0 |   0.0 |1849M|1392 |   - |1682 | 575 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
899.92/899.97	c   863s|  6610k|  6578k|     0 |   0.0 |1851M|1392 |   - |1682 | 573 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
901.32/901.34	c   865s|  6620k|  6588k|     0 |   0.0 |1854M|1392 |   - |1682 | 589 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
902.62/902.69	c   866s|  6630k|  6598k|     0 |   0.0 |1857M|1392 |   - |1682 | 581 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
904.03/904.04	c   867s|  6640k|  6608k|     0 |   0.0 |1860M|1392 |   - |1682 | 577 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
905.42/905.40	c   869s|  6650k|  6618k|     0 |   0.0 |1862M|1392 |   - |1682 | 630 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
906.82/906.81	c   870s|  6660k|  6628k|     0 |   0.0 |1865M|1392 |   - |1682 | 606 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
908.12/908.13	c   871s|  6670k|  6638k|     0 |   0.0 |1868M|1392 |   - |1682 | 628 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
909.42/909.44	c   873s|  6680k|  6648k|     0 |   0.0 |1871M|1392 |   - |1682 | 600 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
910.73/910.78	c   874s|  6690k|  6658k|     0 |   0.0 |1873M|1392 |   - |1682 | 594 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
912.13/912.12	c   875s|  6700k|  6668k|     0 |   0.0 |1876M|1392 |   - |1682 | 599 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
913.52/913.51	c   876s|  6710k|  6677k|     0 |   0.0 |1879M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
914.82/914.84	c   878s|  6720k|  6687k|     0 |   0.0 |1882M|1392 |   - |1682 | 633 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
916.12/916.17	c   879s|  6730k|  6697k|     0 |   0.0 |1885M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
917.52/917.52	c   880s|  6740k|  6707k|     0 |   0.0 |1887M|1392 |   - |1682 | 636 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
918.92/918.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
918.92/918.91	c   882s|  6750k|  6717k|     0 |   0.0 |1890M|1392 |   - |1682 | 633 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
920.22/920.25	c   883s|  6760k|  6727k|     0 |   0.0 |1893M|1392 |   - |1682 | 625 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
921.63/921.63	c   884s|  6770k|  6737k|     0 |   0.0 |1896M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
923.02/923.00	c   886s|  6780k|  6747k|     0 |   0.0 |1898M|1392 |   - |1682 | 640 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
924.33/924.35	c   887s|  6790k|  6757k|     0 |   0.0 |1901M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
925.72/925.75	c   888s|  6800k|  6767k|     0 |   0.0 |1904M|1392 |   - |1682 | 685 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
927.12/927.11	c   889s|  6810k|  6777k|     0 |   0.0 |1907M|1392 |   - |1682 | 633 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
928.43/928.44	c   891s|  6820k|  6787k|     0 |   0.0 |1909M|1392 |   - |1682 | 642 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
929.83/929.81	c   892s|  6830k|  6797k|     0 |   0.0 |1912M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
931.12/931.17	c   893s|  6840k|  6807k|     0 |   0.0 |1915M|1392 |   - |1682 | 621 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
932.53/932.55	c   895s|  6850k|  6817k|     0 |   0.0 |1918M|1392 |   - |1682 | 637 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
933.93/933.94	c   896s|  6860k|  6827k|     0 |   0.0 |1921M|1392 |   - |1682 | 661 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
935.22/935.29	c   897s|  6870k|  6837k|     0 |   0.0 |1923M|1392 |   - |1682 | 630 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
936.63/936.61	c   899s|  6880k|  6847k|     0 |   0.0 |1926M|1392 |   - |1682 | 595 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
938.02/938.01	c   900s|  6890k|  6857k|     0 |   0.0 |1929M|1392 |   - |1682 | 645 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
939.33/939.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
939.33/939.35	c   901s|  6900k|  6867k|     0 |   0.0 |1932M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
940.73/940.70	c   902s|  6910k|  6877k|     0 |   0.0 |1934M|1392 |   - |1682 | 607 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
942.03/942.04	c   904s|  6920k|  6887k|     0 |   0.0 |1937M|1392 |   - |1682 | 601 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
943.32/943.40	c   905s|  6930k|  6897k|     0 |   0.0 |1940M|1392 |   - |1682 | 607 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
944.73/944.77	c   906s|  6940k|  6906k|     0 |   0.0 |1943M|1392 |   - |1682 | 581 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
946.12/946.11	c   908s|  6950k|  6916k|     0 |   0.0 |1945M|1392 |   - |1682 | 598 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
947.53/947.58	c   909s|  6960k|  6926k|     0 |   0.0 |1948M|1392 |   - |1682 | 644 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
948.92/948.94	c   910s|  6970k|  6936k|     0 |   0.0 |1951M|1392 |   - |1682 | 595 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
950.33/950.30	c   912s|  6980k|  6946k|     0 |   0.0 |1954M|1392 |   - |1682 | 590 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
951.62/951.69	c   913s|  6990k|  6956k|     0 |   0.0 |1956M|1392 |   - |1682 | 603 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
953.03/953.04	c   914s|  7000k|  6966k|     0 |   0.0 |1959M|1392 |   - |1682 | 605 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
954.33/954.39	c   916s|  7010k|  6976k|     0 |   0.0 |1962M|1392 |   - |1682 | 603 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
955.72/955.73	c   917s|  7020k|  6986k|     0 |   0.0 |1965M|1392 |   - |1682 | 571 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
957.03/957.08	c   918s|  7030k|  6996k|     0 |   0.0 |1967M|1392 |   - |1682 | 559 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
958.42/958.46	c   919s|  7040k|  7006k|     0 |   0.0 |1970M|1392 |   - |1682 | 587 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
959.83/959.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
959.83/959.84	c   921s|  7050k|  7016k|     0 |   0.0 |1973M|1392 |   - |1682 | 575 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
961.22/961.21	c   922s|  7060k|  7026k|     0 |   0.0 |1976M|1392 |   - |1682 | 593 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
962.62/962.62	c   923s|  7070k|  7036k|     0 |   0.0 |1979M|1392 |   - |1682 | 603 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
963.92/963.97	c   925s|  7080k|  7046k|     0 |   0.0 |1981M|1392 |   - |1682 | 622 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
965.32/965.33	c   926s|  7090k|  7056k|     0 |   0.0 |1984M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
966.62/966.67	c   927s|  7100k|  7066k|     0 |   0.0 |1987M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
968.03/968.04	c   929s|  7110k|  7076k|     0 |   0.0 |1990M|1392 |   - |1682 | 621 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
969.32/969.38	c   930s|  7120k|  7086k|     0 |   0.0 |1992M|1392 |   - |1682 | 621 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
970.73/970.71	c   931s|  7130k|  7096k|     0 |   0.0 |1995M|1392 |   - |1682 | 602 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
972.02/972.04	c   933s|  7140k|  7106k|     0 |   0.0 |1998M|1392 |   - |1682 | 600 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
973.42/973.40	c   934s|  7150k|  7116k|     0 |   0.0 |2001M|1392 |   - |1682 | 589 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
974.72/974.73	c   935s|  7160k|  7125k|     0 |   0.0 |2003M|1392 |   - |1682 | 586 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
976.03/976.07	c   936s|  7170k|  7135k|     0 |   0.0 |2006M|1392 |   - |1682 | 632 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
977.42/977.43	c   938s|  7180k|  7145k|     0 |   0.0 |2009M|1392 |   - |1682 | 639 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
978.72/978.78	c   939s|  7190k|  7155k|     0 |   0.0 |2012M|1392 |   - |1682 | 605 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
980.13/980.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
980.13/980.11	c   940s|  7200k|  7165k|     0 |   0.0 |2014M|1392 |   - |1682 | 623 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
981.42/981.46	c   942s|  7210k|  7175k|     0 |   0.0 |2017M|1392 |   - |1682 | 641 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
982.73/982.79	c   943s|  7220k|  7185k|     0 |   0.0 |2020M|1392 |   - |1682 | 632 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
984.12/984.18	c   944s|  7230k|  7195k|     0 |   0.0 |2023M|1392 |   - |1682 | 656 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
985.42/985.50	c   945s|  7240k|  7205k|     0 |   0.0 |2025M|1392 |   - |1682 | 632 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
986.82/986.86	c   947s|  7250k|  7215k|     0 |   0.0 |2028M|1392 |   - |1682 | 594 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
988.22/988.20	c   948s|  7260k|  7225k|     0 |   0.0 |2031M|1392 |   - |1682 | 612 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
989.53/989.56	c   949s|  7270k|  7235k|     0 |   0.0 |2034M|1392 |   - |1682 | 678 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
990.93/990.92	c   951s|  7280k|  7245k|     0 |   0.0 |2037M|1392 |   - |1682 | 669 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
992.23/992.28	c   952s|  7290k|  7255k|     0 |   0.0 |2039M|1392 |   - |1682 | 616 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
993.63/993.64	c   953s|  7300k|  7265k|     0 |   0.0 |2042M|1392 |   - |1682 | 615 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
995.03/995.02	c   955s|  7310k|  7275k|     0 |   0.0 |2045M|1392 |   - |1682 | 657 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
996.33/996.35	c   956s|  7320k|  7285k|     0 |   0.0 |2048M|1392 |   - |1682 | 643 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
997.73/997.70	c   957s|  7330k|  7295k|     0 |   0.0 |2050M|1392 |   - |1682 | 615 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
999.03/999.07	c   958s|  7340k|  7305k|     0 |   0.0 |2053M|1392 |   - |1682 | 615 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1000.43/1000.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1000.43/1000.42	c   960s|  7350k|  7315k|     0 |   0.0 |2056M|1392 |   - |1682 | 603 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1001.72/1001.77	c   961s|  7360k|  7325k|     0 |   0.0 |2059M|1392 |   - |1682 | 642 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1003.13/1003.15	c   962s|  7370k|  7335k|     0 |   0.0 |2061M|1392 |   - |1682 | 597 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1004.42/1004.48	c   964s|  7380k|  7345k|     0 |   0.0 |2064M|1392 |   - |1682 | 577 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
1005.83/1005.82	c   965s|  7390k|  7354k|     0 |   0.0 |2067M|1392 |   - |1682 | 572 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1007.13/1007.17	c   966s|  7400k|  7364k|     0 |   0.0 |2070M|1392 |   - |1682 | 561 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1008.53/1008.53	c   968s|  7410k|  7374k|     0 |   0.0 |2072M|1392 |   - |1682 | 566 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1009.83/1009.89	c   969s|  7420k|  7384k|     0 |   0.0 |2075M|1392 |   - |1682 | 596 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
1011.22/1011.26	c   970s|  7430k|  7394k|     0 |   0.0 |2078M|1392 |   - |1682 | 592 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1012.62/1012.62	c   971s|  7440k|  7404k|     0 |   0.0 |2081M|1392 |   - |1682 | 608 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1013.93/1013.98	c   973s|  7450k|  7414k|     0 |   0.0 |2084M|1392 |   - |1682 | 587 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1015.33/1015.32	c   974s|  7460k|  7424k|     0 |   0.0 |2086M|1392 |   - |1682 | 573 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1016.72/1016.70	c   975s|  7470k|  7434k|     0 |   0.0 |2089M|1392 |   - |1682 | 585 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1018.03/1018.07	c   977s|  7480k|  7444k|     0 |   0.0 |2092M|1392 |   - |1682 | 584 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1019.43/1019.43	c   978s|  7490k|  7454k|     0 |   0.0 |2095M|1392 |   - |1682 | 577 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1020.83/1020.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1020.83/1020.82	c   979s|  7500k|  7464k|     0 |   0.0 |2097M|1392 |   - |1682 | 600 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1022.12/1022.16	c   981s|  7510k|  7474k|     0 |   0.0 |2100M|1392 |   - |1682 | 556 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1023.52/1023.52	c   982s|  7520k|  7484k|     0 |   0.0 |2103M|1392 |   - |1682 | 563 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1024.83/1024.85	c   983s|  7530k|  7494k|     0 |   0.0 |2106M|1392 |   - |1682 | 564 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1026.23/1026.26	c   985s|  7540k|  7504k|     0 |   0.0 |2108M|1392 |   - |1682 | 595 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1027.52/1027.59	c   986s|  7550k|  7514k|     0 |   0.0 |2111M|1392 |   - |1682 | 554 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1028.92/1028.95	c   987s|  7560k|  7524k|     0 |   0.0 |2114M|1392 |   - |1682 | 547 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1030.33/1030.32	c   988s|  7570k|  7534k|     0 |   0.0 |2117M|1392 |   - |1682 | 583 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1031.63/1031.67	c   990s|  7580k|  7544k|     0 |   0.0 |2120M|1392 |   - |1682 | 570 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1033.02/1033.01	c   991s|  7590k|  7554k|     0 |   0.0 |2122M|1392 |   - |1682 | 562 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1034.33/1034.34	c   992s|  7600k|  7564k|     0 |   0.0 |2125M|1392 |   - |1682 | 586 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1035.72/1035.71	c   994s|  7610k|  7573k|     0 |   0.0 |2128M|1392 |   - |1682 | 568 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1037.02/1037.04	c   995s|  7620k|  7583k|     0 |   0.0 |2131M|1392 |   - |1682 | 565 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1038.44/1038.45	c   996s|  7630k|  7593k|     0 |   0.0 |2133M|1392 |   - |1682 | 609 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1039.83/1039.80	c   997s|  7640k|  7603k|     0 |   0.0 |2136M|1392 |   - |1682 | 616 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1041.13/1041.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1041.13/1041.18	c   999s|  7650k|  7613k|     0 |   0.0 |2139M|1392 |   - |1682 | 603 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1042.52/1042.54	c  1000s|  7660k|  7623k|     0 |   0.0 |2142M|1392 |   - |1682 | 604 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1043.83/1043.86	c  1001s|  7670k|  7633k|     0 |   0.0 |2144M|1392 |   - |1682 | 604 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1045.23/1045.23	c  1003s|  7680k|  7643k|     0 |   0.0 |2147M|1392 |   - |1682 | 637 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1046.53/1046.57	c  1004s|  7690k|  7653k|     0 |   0.0 |2150M|1392 |   - |1682 | 650 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1047.93/1047.93	c  1005s|  7700k|  7663k|     0 |   0.0 |2153M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1049.22/1049.26	c  1007s|  7710k|  7673k|     0 |   0.0 |2155M|1392 |   - |1682 | 603 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1050.62/1050.63	c  1008s|  7720k|  7683k|     0 |   0.0 |2158M|1392 |   - |1682 | 636 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1051.93/1051.96	c  1009s|  7730k|  7693k|     0 |   0.0 |2161M|1392 |   - |1682 | 652 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1053.23/1053.28	c  1010s|  7740k|  7703k|     0 |   0.0 |2164M|1392 |   - |1682 | 632 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1054.63/1054.67	c  1012s|  7750k|  7713k|     0 |   0.0 |2167M|1392 |   - |1682 | 651 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1056.03/1056.03	c  1013s|  7760k|  7723k|     0 |   0.0 |2169M|1392 |   - |1682 | 615 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1057.43/1057.40	c  1014s|  7770k|  7733k|     0 |   0.0 |2172M|1392 |   - |1682 | 633 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1058.73/1058.77	c  1016s|  7780k|  7743k|     0 |   0.0 |2175M|1392 |   - |1682 | 638 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1060.13/1060.11	c  1017s|  7790k|  7753k|     0 |   0.0 |2178M|1392 |   - |1682 | 633 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1061.43/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.43/1061.48	c  1018s|  7800k|  7763k|     0 |   0.0 |2180M|1392 |   - |1682 | 634 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1062.83/1062.85	c  1020s|  7810k|  7773k|     0 |   0.0 |2183M|1392 |   - |1682 | 614 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1064.22/1064.26	c  1021s|  7820k|  7783k|     0 |   0.0 |2186M|1392 |   - |1682 | 599 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1065.63/1065.62	c  1022s|  7830k|  7792k|     0 |   0.0 |2189M|1392 |   - |1682 | 600 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1066.93/1066.97	c  1024s|  7840k|  7802k|     0 |   0.0 |2191M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1068.33/1068.33	c  1025s|  7850k|  7812k|     0 |   0.0 |2194M|1392 |   - |1682 | 622 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1069.63/1069.66	c  1026s|  7860k|  7822k|     0 |   0.0 |2197M|1392 |   - |1682 | 597 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1070.92/1070.98	c  1027s|  7870k|  7832k|     0 |   0.0 |2200M|1392 |   - |1682 | 616 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1072.33/1072.37	c  1029s|  7880k|  7842k|     0 |   0.0 |2203M|1392 |   - |1682 | 599 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1073.73/1073.77	c  1030s|  7890k|  7852k|     0 |   0.0 |2205M|1392 |   - |1682 | 605 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1075.13/1075.14	c  1031s|  7900k|  7862k|     0 |   0.0 |2208M|1392 |   - |1682 | 588 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1076.43/1076.47	c  1033s|  7910k|  7872k|     0 |   0.0 |2211M|1392 |   - |1682 | 625 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1077.83/1077.86	c  1034s|  7920k|  7882k|     0 |   0.0 |2214M|1392 |   - |1682 | 601 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1079.23/1079.25	c  1035s|  7930k|  7892k|     0 |   0.0 |2216M|1392 |   - |1682 | 620 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1080.63/1080.67	c  1037s|  7940k|  7902k|     0 |   0.0 |2219M|1392 |   - |1682 | 649 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1082.03/1082.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1082.03/1082.00	c  1038s|  7950k|  7912k|     0 |   0.0 |2222M|1392 |   - |1682 | 585 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1083.33/1083.38	c  1039s|  7960k|  7922k|     0 |   0.0 |2225M|1392 |   - |1682 | 612 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1084.72/1084.70	c  1041s|  7970k|  7932k|     0 |   0.0 |2227M|1392 |   - |1682 | 574 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1086.03/1086.05	c  1042s|  7980k|  7942k|     0 |   0.0 |2230M|1392 |   - |1682 | 580 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1087.43/1087.43	c  1043s|  7990k|  7952k|     0 |   0.0 |2233M|1392 |   - |1682 | 623 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1088.73/1088.79	c  1044s|  8000k|  7962k|     0 |   0.0 |2236M|1392 |   - |1682 | 566 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1090.13/1090.15	c  1046s|  8010k|  7972k|     0 |   0.0 |2239M|1392 |   - |1682 | 566 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1091.53/1091.51	c  1047s|  8020k|  7982k|     0 |   0.0 |2241M|1392 |   - |1682 | 570 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1092.93/1092.90	c  1048s|  8030k|  7992k|     0 |   0.0 |2244M|1392 |   - |1682 | 567 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1094.23/1094.25	c  1050s|  8040k|  8001k|     0 |   0.0 |2247M|1392 |   - |1682 | 586 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1095.63/1095.60	c  1051s|  8050k|  8011k|     0 |   0.0 |2250M|1392 |   - |1682 | 567 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1097.03/1097.02	c  1052s|  8060k|  8021k|     0 |   0.0 |2253M|1392 |   - |1682 | 596 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1098.33/1098.37	c  1054s|  8070k|  8031k|     0 |   0.0 |2255M|1392 |   - |1682 | 578 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1099.73/1099.71	c  1055s|  8080k|  8041k|     0 |   0.0 |2258M|1392 |   - |1682 | 554 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1101.13/1101.13	c  1056s|  8090k|  8051k|     0 |   0.0 |2261M|1392 |   - |1682 | 609 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1102.53/1102.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1102.53/1102.51	c  1058s|  8100k|  8061k|     0 |   0.0 |2264M|1392 |   - |1682 | 594 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1103.83/1103.82	c  1059s|  8110k|  8071k|     0 |   0.0 |2266M|1392 |   - |1682 | 572 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1105.22/1105.20	c  1060s|  8120k|  8081k|     0 |   0.0 |2269M|1392 |   - |1682 | 577 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1106.64/1106.63	c  1062s|  8130k|  8091k|     0 |   0.0 |2272M|1392 |   - |1682 | 605 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1107.93/1107.97	c  1063s|  8140k|  8101k|     0 |   0.0 |2275M|1392 |   - |1682 | 566 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1109.33/1109.35	c  1064s|  8150k|  8111k|     0 |   0.0 |2277M|1392 |   - |1682 | 610 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1110.73/1110.70	c  1066s|  8160k|  8121k|     0 |   0.0 |2280M|1392 |   - |1682 | 614 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1112.03/1112.08	c  1067s|  8170k|  8131k|     0 |   0.0 |2283M|1392 |   - |1682 | 625 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1113.43/1113.48	c  1068s|  8180k|  8141k|     0 |   0.0 |2286M|1392 |   - |1682 | 616 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1114.83/1114.81	c  1069s|  8190k|  8151k|     0 |   0.0 |2289M|1392 |   - |1682 | 616 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1116.13/1116.16	c  1071s|  8200k|  8161k|     0 |   0.0 |2291M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1117.54/1117.54	c  1072s|  8210k|  8171k|     0 |   0.0 |2294M|1392 |   - |1682 | 630 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1118.83/1118.89	c  1073s|  8220k|  8181k|     0 |   0.0 |2297M|1392 |   - |1682 | 622 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1120.33/1120.31	c  1075s|  8230k|  8191k|     0 |   0.0 |2300M|1392 |   - |1682 | 675 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1121.63/1121.66	c  1076s|  8240k|  8201k|     0 |   0.0 |2302M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1123.04/1123.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1123.04/1123.02	c  1077s|  8250k|  8210k|     0 |   0.0 |2305M|1392 |   - |1682 | 622 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1124.33/1124.38	c  1079s|  8260k|  8220k|     0 |   0.0 |2308M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1125.73/1125.75	c  1080s|  8270k|  8230k|     0 |   0.0 |2311M|1392 |   - |1682 | 614 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1127.03/1127.07	c  1081s|  8280k|  8240k|     0 |   0.0 |2313M|1392 |   - |1682 | 592 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1128.43/1128.43	c  1083s|  8290k|  8250k|     0 |   0.0 |2316M|1392 |   - |1682 | 611 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1129.74/1129.78	c  1084s|  8300k|  8260k|     0 |   0.0 |2319M|1392 |   - |1682 | 633 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1131.13/1131.12	c  1085s|  8310k|  8270k|     0 |   0.0 |2322M|1392 |   - |1682 | 607 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1132.43/1132.47	c  1086s|  8320k|  8280k|     0 |   0.0 |2324M|1392 |   - |1682 | 568 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1133.83/1133.81	c  1088s|  8330k|  8290k|     0 |   0.0 |2327M|1392 |   - |1682 | 595 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1135.13/1135.16	c  1089s|  8340k|  8300k|     0 |   0.0 |2330M|1392 |   - |1682 | 609 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1136.43/1136.49	c  1090s|  8350k|  8310k|     0 |   0.0 |2333M|1392 |   - |1682 | 582 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1137.83/1137.87	c  1092s|  8360k|  8320k|     0 |   0.0 |2336M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1139.23/1139.21	c  1093s|  8370k|  8330k|     0 |   0.0 |2338M|1392 |   - |1682 | 614 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1140.53/1140.58	c  1094s|  8380k|  8340k|     0 |   0.0 |2341M|1392 |   - |1682 | 645 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1142.03/1142.01	c  1096s|  8390k|  8350k|     0 |   0.0 |2344M|1392 |   - |1682 | 670 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1143.33/1143.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1143.33/1143.36	c  1097s|  8400k|  8360k|     0 |   0.0 |2347M|1392 |   - |1682 | 586 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1144.73/1144.70	c  1098s|  8410k|  8370k|     0 |   0.0 |2349M|1392 |   - |1682 | 591 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1146.14/1146.10	c  1099s|  8420k|  8380k|     0 |   0.0 |2352M|1392 |   - |1682 | 657 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1147.43/1147.49	c  1101s|  8430k|  8390k|     0 |   0.0 |2355M|1392 |   - |1682 | 655 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1148.83/1148.85	c  1102s|  8440k|  8400k|     0 |   0.0 |2358M|1392 |   - |1682 | 623 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1150.23/1150.20	c  1103s|  8450k|  8410k|     0 |   0.0 |2360M|1392 |   - |1682 | 646 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1151.53/1151.57	c  1105s|  8460k|  8420k|     0 |   0.0 |2363M|1392 |   - |1682 | 635 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1152.93/1152.91	c  1106s|  8470k|  8429k|     0 |   0.0 |2366M|1392 |   - |1682 | 619 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1154.23/1154.26	c  1107s|  8480k|  8439k|     0 |   0.0 |2369M|1392 |   - |1682 | 644 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1155.53/1155.59	c  1109s|  8490k|  8449k|     0 |   0.0 |2371M|1392 |   - |1682 | 623 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1156.93/1156.96	c  1110s|  8500k|  8459k|     0 |   0.0 |2374M|1392 |   - |1682 | 646 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1158.34/1158.32	c  1111s|  8510k|  8469k|     0 |   0.0 |2377M|1392 |   - |1682 | 641 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1159.63/1159.66	c  1112s|  8520k|  8479k|     0 |   0.0 |2380M|1392 |   - |1682 | 639 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1161.03/1161.01	c  1114s|  8530k|  8489k|     0 |   0.0 |2382M|1392 |   - |1682 | 632 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1162.34/1162.36	c  1115s|  8540k|  8499k|     0 |   0.0 |2385M|1392 |   - |1682 | 643 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1163.73/1163.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.73/1163.73	c  1116s|  8550k|  8509k|     0 |   0.0 |2388M|1392 |   - |1682 | 633 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1165.13/1165.12	c  1118s|  8560k|  8519k|     0 |   0.0 |2391M|1392 |   - |1682 | 618 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1166.43/1166.46	c  1119s|  8570k|  8529k|     0 |   0.0 |2394M|1392 |   - |1682 | 610 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1167.83/1167.82	c  1120s|  8580k|  8539k|     0 |   0.0 |2396M|1392 |   - |1682 | 633 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1169.24/1169.21	c  1122s|  8590k|  8549k|     0 |   0.0 |2399M|1392 |   - |1682 | 610 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1170.53/1170.55	c  1123s|  8600k|  8559k|     0 |   0.0 |2402M|1392 |   - |1682 | 624 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1171.93/1171.90	c  1124s|  8610k|  8569k|     0 |   0.0 |2405M|1392 |   - |1682 | 637 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1173.23/1173.24	c  1125s|  8620k|  8579k|     0 |   0.0 |2407M|1392 |   - |1682 | 622 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1174.63/1174.63	c  1127s|  8630k|  8589k|     0 |   0.0 |2410M|1392 |   - |1682 | 665 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1176.03/1176.04	c  1128s|  8640k|  8599k|     0 |   0.0 |2413M|1392 |   - |1682 | 640 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1177.34/1177.36	c  1129s|  8650k|  8609k|     0 |   0.0 |2416M|1392 |   - |1682 | 609 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1178.64/1178.67	c  1131s|  8660k|  8619k|     0 |   0.0 |2418M|1392 |   - |1682 | 630 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1180.04/1180.03	c  1132s|  8670k|  8629k|     0 |   0.0 |2421M|1392 |   - |1682 | 655 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1181.34/1181.35	c  1133s|  8680k|  8638k|     0 |   0.0 |2424M|1392 |   - |1682 | 647 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1182.73/1182.72	c  1134s|  8690k|  8648k|     0 |   0.0 |2427M|1392 |   - |1682 | 626 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1184.03/1184.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1184.03/1184.07	c  1136s|  8700k|  8658k|     0 |   0.0 |2429M|1392 |   - |1682 | 647 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1185.34/1185.38	c  1137s|  8710k|  8668k|     0 |   0.0 |2432M|1392 |   - |1682 | 645 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1186.73/1186.76	c  1138s|  8720k|  8678k|     0 |   0.0 |2435M|1392 |   - |1682 | 643 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1188.04/1188.09	c  1140s|  8730k|  8688k|     0 |   0.0 |2438M|1392 |   - |1682 | 657 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1189.43/1189.41	c  1141s|  8740k|  8698k|     0 |   0.0 |2440M|1392 |   - |1682 | 644 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1190.73/1190.78	c  1142s|  8750k|  8708k|     0 |   0.0 |2443M|1392 |   - |1682 | 679 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1192.13/1192.14	c  1144s|  8760k|  8718k|     0 |   0.0 |2446M|1392 |   - |1682 | 665 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1193.44/1193.46	c  1145s|  8770k|  8728k|     0 |   0.0 |2449M|1392 |   - |1682 | 671 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1194.74/1194.77	c  1146s|  8780k|  8738k|     0 |   0.0 |2451M|1392 |   - |1682 | 652 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1196.14/1196.13	c  1147s|  8790k|  8748k|     0 |   0.0 |2454M|1392 |   - |1682 | 667 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1197.43/1197.45	c  1149s|  8800k|  8758k|     0 |   0.0 |2457M|1392 |   - |1682 | 690 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1198.83/1198.80	c  1150s|  8810k|  8768k|     0 |   0.0 |2460M|1392 |   - |1682 | 694 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1200.14/1200.18	c  1151s|  8820k|  8778k|     0 |   0.0 |2463M|1392 |   - |1682 | 686 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1201.53/1201.56	c  1153s|  8830k|  8788k|     0 |   0.0 |2465M|1392 |   - |1682 | 725 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1202.93/1202.92	c  1154s|  8840k|  8798k|     0 |   0.0 |2468M|1392 |   - |1682 | 670 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1204.24/1204.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1204.24/1204.29	c  1155s|  8850k|  8808k|     0 |   0.0 |2471M|1392 |   - |1682 | 702 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1205.64/1205.64	c  1156s|  8860k|  8818k|     0 |   0.0 |2474M|1392 |   - |1682 | 672 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1206.94/1206.97	c  1158s|  8870k|  8828k|     0 |   0.0 |2476M|1392 |   - |1682 | 658 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1208.33/1208.33	c  1159s|  8880k|  8837k|     0 |   0.0 |2479M|1392 |   - |1682 | 699 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1209.63/1209.69	c  1160s|  8890k|  8847k|     0 |   0.0 |2482M|1392 |   - |1682 | 686 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1211.03/1211.07	c  1162s|  8900k|  8857k|     0 |   0.0 |2485M|1392 |   - |1682 | 684 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1212.43/1212.42	c  1163s|  8910k|  8867k|     0 |   0.0 |2487M|1392 |   - |1682 | 665 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1213.73/1213.75	c  1164s|  8920k|  8877k|     0 |   0.0 |2490M|1392 |   - |1682 | 681 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1215.03/1215.08	c  1166s|  8930k|  8887k|     0 |   0.0 |2493M|1392 |   - |1682 | 654 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1216.43/1216.50	c  1167s|  8940k|  8897k|     0 |   0.0 |2496M|1392 |   - |1682 | 642 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1217.83/1217.84	c  1168s|  8950k|  8907k|     0 |   0.0 |2498M|1392 |   - |1682 | 674 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1219.24/1219.23	c  1169s|  8960k|  8917k|     0 |   0.0 |2501M|1392 |   - |1682 | 664 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1220.63/1220.60	c  1171s|  8970k|  8927k|     0 |   0.0 |2504M|1392 |   - |1682 | 645 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1221.94/1221.93	c  1172s|  8980k|  8937k|     0 |   0.0 |2507M|1392 |   - |1682 | 630 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1223.33/1223.31	c  1173s|  8990k|  8947k|     0 |   0.0 |2510M|1392 |   - |1682 | 670 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1224.63/1224.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1224.63/1224.65	c  1175s|  9000k|  8957k|     0 |   0.0 |2512M|1392 |   - |1682 | 676 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1225.93/1225.99	c  1176s|  9010k|  8967k|     0 |   0.0 |2515M|1392 |   - |1682 | 677 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1227.33/1227.35	c  1177s|  9020k|  8977k|     0 |   0.0 |2518M|1392 |   - |1682 | 653 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1228.63/1228.67	c  1178s|  9030k|  8987k|     0 |   0.0 |2521M|1392 |   - |1682 | 669 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1230.04/1230.01	c  1180s|  9040k|  8997k|     0 |   0.0 |2523M|1392 |   - |1682 | 633 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1231.33/1231.39	c  1181s|  9050k|  9007k|     0 |   0.0 |2526M|1392 |   - |1682 | 651 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1232.73/1232.73	c  1182s|  9060k|  9017k|     0 |   0.0 |2529M|1392 |   - |1682 | 663 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1234.13/1234.13	c  1184s|  9070k|  9027k|     0 |   0.0 |2532M|1392 |   - |1682 | 642 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1235.53/1235.51	c  1185s|  9080k|  9037k|     0 |   0.0 |2534M|1392 |   - |1682 | 638 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1236.84/1236.84	c  1186s|  9090k|  9047k|     0 |   0.0 |2537M|1392 |   - |1682 | 651 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1238.24/1238.28	c  1188s|  9100k|  9056k|     0 |   0.0 |2540M|1392 |   - |1682 | 689 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1239.63/1239.62	c  1189s|  9110k|  9066k|     0 |   0.0 |2543M|1392 |   - |1682 | 668 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1240.93/1240.95	c  1190s|  9120k|  9076k|     0 |   0.0 |2546M|1392 |   - |1682 | 681 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1242.33/1242.30	c  1192s|  9130k|  9086k|     0 |   0.0 |2548M|1392 |   - |1682 | 664 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1243.63/1243.66	c  1193s|  9140k|  9096k|     0 |   0.0 |2551M|1392 |   - |1682 | 655 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1245.03/1245.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1245.03/1245.02	c  1194s|  9150k|  9106k|     0 |   0.0 |2554M|1392 |   - |1682 | 641 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1246.43/1246.40	c  1196s|  9160k|  9116k|     0 |   0.0 |2557M|1392 |   - |1682 | 643 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1247.74/1247.76	c  1197s|  9170k|  9126k|     0 |   0.0 |2560M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1249.13/1249.12	c  1198s|  9180k|  9136k|     0 |   0.0 |2562M|1392 |   - |1682 | 622 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1250.64/1250.61	c  1200s|  9190k|  9146k|     0 |   0.0 |2565M|1392 |   - |1682 | 703 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1251.94/1251.97	c  1201s|  9200k|  9156k|     0 |   0.0 |2568M|1392 |   - |1682 | 657 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1253.33/1253.39	c  1202s|  9210k|  9166k|     0 |   0.0 |2571M|1392 |   - |1682 | 695 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1254.73/1254.75	c  1204s|  9220k|  9176k|     0 |   0.0 |2573M|1392 |   - |1682 | 688 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1256.14/1256.13	c  1205s|  9230k|  9186k|     0 |   0.0 |2576M|1392 |   - |1682 | 649 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1257.43/1257.47	c  1206s|  9240k|  9196k|     0 |   0.0 |2579M|1392 |   - |1682 | 639 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1258.83/1258.80	c  1207s|  9250k|  9206k|     0 |   0.0 |2582M|1392 |   - |1682 | 606 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1260.13/1260.16	c  1209s|  9260k|  9216k|     0 |   0.0 |2584M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1261.54/1261.50	c  1210s|  9270k|  9226k|     0 |   0.0 |2587M|1392 |   - |1682 | 631 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1262.84/1262.86	c  1211s|  9280k|  9236k|     0 |   0.0 |2590M|1392 |   - |1682 | 643 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1264.13/1264.16	c  1213s|  9290k|  9246k|     0 |   0.0 |2593M|1392 |   - |1682 | 602 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1265.53/1265.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1265.53/1265.55	c  1214s|  9300k|  9255k|     0 |   0.0 |2596M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1266.84/1266.87	c  1215s|  9310k|  9265k|     0 |   0.0 |2598M|1392 |   - |1682 | 654 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1268.24/1268.26	c  1216s|  9320k|  9275k|     0 |   0.0 |2601M|1392 |   - |1682 | 689 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1269.63/1269.62	c  1218s|  9330k|  9285k|     0 |   0.0 |2604M|1392 |   - |1682 | 641 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1270.94/1270.96	c  1219s|  9340k|  9295k|     0 |   0.0 |2607M|1392 |   - |1682 | 634 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1272.34/1272.31	c  1220s|  9350k|  9305k|     0 |   0.0 |2609M|1392 |   - |1682 | 639 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1273.64/1273.66	c  1222s|  9360k|  9315k|     0 |   0.0 |2612M|1392 |   - |1682 | 628 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1275.03/1275.00	c  1223s|  9370k|  9325k|     0 |   0.0 |2615M|1392 |   - |1682 | 623 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1276.34/1276.37	c  1224s|  9380k|  9335k|     0 |   0.0 |2618M|1392 |   - |1682 | 654 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1277.74/1277.73	c  1226s|  9390k|  9345k|     0 |   0.0 |2620M|1392 |   - |1682 | 657 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1279.13/1279.10	c  1227s|  9400k|  9355k|     0 |   0.0 |2623M|1392 |   - |1682 | 601 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1280.54/1280.51	c  1228s|  9410k|  9365k|     0 |   0.0 |2626M|1392 |   - |1682 | 624 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1281.83/1281.87	c  1230s|  9420k|  9375k|     0 |   0.0 |2629M|1392 |   - |1682 | 631 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1283.24/1283.21	c  1231s|  9430k|  9385k|     0 |   0.0 |2631M|1392 |   - |1682 | 629 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1284.54/1284.53	c  1232s|  9440k|  9395k|     0 |   0.0 |2634M|1392 |   - |1682 | 642 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1285.84/1285.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1285.84/1285.87	c  1233s|  9450k|  9405k|     0 |   0.0 |2637M|1392 |   - |1682 | 626 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1287.24/1287.26	c  1235s|  9460k|  9415k|     0 |   0.0 |2640M|1392 |   - |1682 | 663 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1288.64/1288.62	c  1236s|  9470k|  9425k|     0 |   0.0 |2642M|1392 |   - |1682 | 615 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1289.93/1289.98	c  1237s|  9480k|  9435k|     0 |   0.0 |2645M|1392 |   - |1682 | 616 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1291.33/1291.36	c  1239s|  9490k|  9445k|     0 |   0.0 |2648M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1292.73/1292.71	c  1240s|  9500k|  9455k|     0 |   0.0 |2651M|1392 |   - |1682 | 676 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1294.03/1294.04	c  1241s|  9510k|  9465k|     0 |   0.0 |2653M|1392 |   - |1682 | 644 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1295.43/1295.43	c  1243s|  9520k|  9474k|     0 |   0.0 |2656M|1392 |   - |1682 | 681 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1296.74/1296.75	c  1244s|  9530k|  9484k|     0 |   0.0 |2659M|1392 |   - |1682 | 630 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1298.14/1298.11	c  1245s|  9540k|  9494k|     0 |   0.0 |2662M|1392 |   - |1682 | 656 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1299.44/1299.45	c  1246s|  9550k|  9504k|     0 |   0.0 |2664M|1392 |   - |1682 | 684 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1300.84/1300.82	c  1248s|  9560k|  9514k|     0 |   0.0 |2667M|1392 |   - |1682 | 611 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1302.14/1302.19	c  1249s|  9570k|  9524k|     0 |   0.0 |2670M|1392 |   - |1682 | 646 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1303.54/1303.51	c  1250s|  9580k|  9534k|     0 |   0.0 |2673M|1392 |   - |1682 | 617 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1304.83/1304.82	c  1251s|  9590k|  9544k|     0 |   0.0 |2676M|1392 |   - |1682 | 661 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1306.13/1306.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1306.13/1306.17	c  1253s|  9600k|  9554k|     0 |   0.0 |2678M|1392 |   - |1682 | 673 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1307.54/1307.58	c  1254s|  9610k|  9564k|     0 |   0.0 |2681M|1392 |   - |1682 | 678 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1308.94/1308.95	c  1255s|  9620k|  9574k|     0 |   0.0 |2684M|1392 |   - |1682 | 630 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1310.24/1310.28	c  1257s|  9630k|  9584k|     0 |   0.0 |2687M|1392 |   - |1682 | 617 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1311.64/1311.62	c  1258s|  9640k|  9594k|     0 |   0.0 |2689M|1392 |   - |1682 | 636 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1312.93/1312.96	c  1259s|  9650k|  9604k|     0 |   0.0 |2692M|1392 |   - |1682 | 643 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1314.23/1314.29	c  1261s|  9660k|  9614k|     0 |   0.0 |2695M|1392 |   - |1682 | 654 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1315.64/1315.61	c  1262s|  9670k|  9624k|     0 |   0.0 |2698M|1392 |   - |1682 | 637 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1316.94/1316.96	c  1263s|  9680k|  9634k|     0 |   0.0 |2700M|1392 |   - |1682 | 619 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1318.34/1318.31	c  1264s|  9690k|  9644k|     0 |   0.0 |2703M|1392 |   - |1682 | 664 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1319.63/1319.65	c  1266s|  9700k|  9654k|     0 |   0.0 |2706M|1392 |   - |1682 | 655 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1320.94/1320.98	c  1267s|  9710k|  9664k|     0 |   0.0 |2709M|1392 |   - |1682 | 624 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1322.34/1322.35	c  1268s|  9720k|  9674k|     0 |   0.0 |2712M|1392 |   - |1682 | 668 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1323.64/1323.69	c  1270s|  9730k|  9684k|     0 |   0.0 |2714M|1392 |   - |1682 | 649 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1325.14/1325.11	c  1271s|  9740k|  9693k|     0 |   0.0 |2717M|1392 |   - |1682 | 658 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1326.44/1326.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1326.44/1326.45	c  1272s|  9750k|  9703k|     0 |   0.0 |2720M|1392 |   - |1682 | 652 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1327.84/1327.85	c  1274s|  9760k|  9713k|     0 |   0.0 |2723M|1392 |   - |1682 | 680 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1329.14/1329.17	c  1275s|  9770k|  9723k|     0 |   0.0 |2725M|1392 |   - |1682 | 650 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1330.53/1330.56	c  1276s|  9780k|  9733k|     0 |   0.0 |2728M|1392 |   - |1682 | 638 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1331.93/1331.92	c  1277s|  9790k|  9743k|     0 |   0.0 |2731M|1392 |   - |1682 | 650 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1333.25/1333.29	c  1279s|  9800k|  9753k|     0 |   0.0 |2734M|1392 |   - |1682 | 664 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1334.64/1334.66	c  1280s|  9810k|  9763k|     0 |   0.0 |2736M|1392 |   - |1682 | 705 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1335.93/1335.99	c  1281s|  9820k|  9773k|     0 |   0.0 |2739M|1392 |   - |1682 | 643 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1337.34/1337.32	c  1283s|  9830k|  9783k|     0 |   0.0 |2742M|1392 |   - |1682 | 632 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1338.64/1338.67	c  1284s|  9840k|  9793k|     0 |   0.0 |2745M|1392 |   - |1682 | 617 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1340.04/1340.00	c  1285s|  9850k|  9803k|     0 |   0.0 |2748M|1392 |   - |1682 | 644 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1341.34/1341.35	c  1286s|  9860k|  9813k|     0 |   0.0 |2750M|1392 |   - |1682 | 630 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1342.73/1342.70	c  1288s|  9870k|  9823k|     0 |   0.0 |2753M|1392 |   - |1682 | 662 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1344.04/1344.02	c  1289s|  9880k|  9833k|     0 |   0.0 |2756M|1392 |   - |1682 | 631 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1345.34/1345.36	c  1290s|  9890k|  9843k|     0 |   0.0 |2759M|1392 |   - |1682 | 638 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1346.63/1346.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1346.63/1346.68	c  1292s|  9900k|  9853k|     0 |   0.0 |2762M|1392 |   - |1682 | 626 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1348.03/1348.04	c  1293s|  9910k|  9863k|     0 |   0.0 |2764M|1392 |   - |1682 | 640 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1349.33/1349.37	c  1294s|  9920k|  9873k|     0 |   0.0 |2767M|1392 |   - |1682 | 638 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1350.74/1350.75	c  1295s|  9930k|  9883k|     0 |   0.0 |2770M|1392 |   - |1682 | 652 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1352.14/1352.11	c  1297s|  9940k|  9893k|     0 |   0.0 |2773M|1392 |   - |1682 | 619 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1353.43/1353.45	c  1298s|  9950k|  9903k|     0 |   0.0 |2775M|1392 |   - |1682 | 650 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1354.74/1354.77	c  1299s|  9960k|  9912k|     0 |   0.0 |2778M|1392 |   - |1682 | 612 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1356.14/1356.12	c  1301s|  9970k|  9922k|     0 |   0.0 |2781M|1392 |   - |1682 | 612 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1357.44/1357.46	c  1302s|  9980k|  9932k|     0 |   0.0 |2784M|1392 |   - |1682 | 613 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1358.83/1358.81	c  1303s|  9990k|  9942k|     0 |   0.0 |2787M|1392 |   - |1682 | 619 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1360.14/1360.13	c  1304s| 10000k|  9952k|     0 |   0.0 |2789M|1392 |   - |1682 | 626 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1361.43/1361.47	c  1306s| 10010k|  9962k|     0 |   0.0 |2792M|1392 |   - |1682 | 625 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1362.84/1362.82	c  1307s| 10020k|  9972k|     0 |   0.0 |2795M|1392 |   - |1682 | 599 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1364.14/1364.13	c  1308s| 10030k|  9982k|     0 |   0.0 |2798M|1392 |   - |1682 | 609 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1365.44/1365.48	c  1310s| 10040k|  9992k|     0 |   0.0 |2800M|1392 |   - |1682 | 638 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1366.84/1366.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1366.84/1366.83	c  1311s| 10050k| 10002k|     0 |   0.0 |2803M|1392 |   - |1682 | 666 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1368.13/1368.17	c  1312s| 10060k| 10012k|     0 |   0.0 |2806M|1392 |   - |1682 | 609 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1369.44/1369.50	c  1313s| 10070k| 10022k|     0 |   0.0 |2809M|1392 |   - |1682 | 657 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1370.84/1370.84	c  1315s| 10080k| 10032k|     0 |   0.0 |2812M|1392 |   - |1682 | 694 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1372.23/1372.20	c  1316s| 10090k| 10042k|     0 |   0.0 |2814M|1392 |   - |1682 | 635 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1373.53/1373.55	c  1317s| 10100k| 10052k|     0 |   0.0 |2817M|1392 |   - |1682 | 638 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1374.94/1374.91	c  1319s| 10110k| 10062k|     0 |   0.0 |2820M|1392 |   - |1682 | 624 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1376.23/1376.28	c  1320s| 10120k| 10072k|     0 |   0.0 |2823M|1392 |   - |1682 | 663 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1377.64/1377.65	c  1321s| 10130k| 10082k|     0 |   0.0 |2825M|1392 |   - |1682 | 653 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1379.03/1379.02	c  1323s| 10140k| 10092k|     0 |   0.0 |2828M|1392 |   - |1682 | 660 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1380.43/1380.42	c  1324s| 10150k| 10102k|     0 |   0.0 |2831M|1392 |   - |1682 | 711 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1381.83/1381.86	c  1325s| 10160k| 10112k|     0 |   0.0 |2834M|1392 |   - |1682 | 688 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1383.33/1383.35	c  1327s| 10170k| 10121k|     0 |   0.0 |2837M|1392 |   - |1682 | 699 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1384.84/1384.82	c  1328s| 10180k| 10131k|     0 |   0.0 |2839M|1392 |   - |1682 | 692 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1386.23/1386.29	c  1330s| 10190k| 10141k|     0 |   0.0 |2842M|1392 |   - |1682 | 678 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1387.73/1387.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1387.73/1387.73	c  1331s| 10200k| 10151k|     0 |   0.0 |2845M|1392 |   - |1682 | 673 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1389.23/1389.25	c  1332s| 10210k| 10161k|     0 |   0.0 |2848M|1392 |   - |1682 | 671 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1390.74/1390.76	c  1334s| 10220k| 10171k|     0 |   0.0 |2851M|1392 |   - |1682 | 666 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1392.24/1392.25	c  1335s| 10230k| 10181k|     0 |   0.0 |2853M|1392 |   - |1682 | 628 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1393.64/1393.65	c  1337s| 10240k| 10191k|     0 |   0.0 |2856M|1392 |   - |1682 | 627 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1395.03/1395.04	c  1338s| 10250k| 10201k|     0 |   0.0 |2859M|1392 |   - |1682 | 645 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1396.34/1396.38	c  1339s| 10260k| 10211k|     0 |   0.0 |2862M|1392 |   - |1682 | 643 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1397.73/1397.72	c  1341s| 10270k| 10221k|     0 |   0.0 |2864M|1392 |   - |1682 | 615 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1399.03/1399.07	c  1342s| 10280k| 10231k|     0 |   0.0 |2867M|1392 |   - |1682 | 654 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1399.63/1399.67	c (node 10284389) switching to memory saving mode (mem: 2736.0M/3420.0M)
1417.34/1417.38	c  1360s| 10290k| 10236k|     0 |   0.0 |2878M|1417 |   - |1682 |  19k|   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1444.13/1444.18	c  1387s| 10300k| 10236k|     0 |   0.0 |2880M|1417 |   - |1682 |  10k|   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1459.93/1459.91	c  1402s| 10310k| 10236k|     0 |   0.0 |2878M|1417 |   - |1682 |3372 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1469.33/1469.33	c  1411s| 10320k| 10236k|     0 |   0.0 |2878M|1417 |   - |1682 |4152 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1478.44/1478.47	c  1420s| 10330k| 10236k|     0 |   0.0 |2878M|1417 |   - |1682 |4887 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1487.44/1487.48	c  1429s| 10340k| 10236k|     0 |   0.0 |2879M|1417 |   - |1682 |5288 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1524.13/1524.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1524.13/1524.16	c  1466s| 10350k| 10236k|     0 |   0.0 |2882M|1417 |   - |1682 |3272 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
1539.64/1539.61	c  1481s| 10360k| 10236k|     0 |   0.0 |2888M|1417 |   - |1682 |  13k|   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1561.84/1561.84	c  1503s| 10370k| 10236k|     0 |   0.0 |2885M|1417 |   - |1682 |3355 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
1580.44/1580.44	c  1522s| 10380k| 10236k|     0 |   0.0 |2891M|1417 |   - |1682 |  16k|   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
1603.84/1603.83	c  1545s| 10390k| 10236k|     0 |   0.0 |2888M|1417 |   - |1682 |3518 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 |      --      |    Inf 
1612.84/1612.83	c  1554s| 10400k| 10236k|     0 |   0.0 |2888M|1417 |   - |1682 |2660 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
1636.34/1636.39	c  1577s| 10410k| 10236k|     0 |   0.0 |2888M|1417 |   - |1682 |3169 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 |      --      |    Inf 
1645.84/1645.81	c  1587s| 10420k| 10236k|     0 |   0.0 |2888M|1417 |   - |1682 |3194 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 |      --      |    Inf 
1675.04/1675.08	c  1616s| 10430k| 10236k|     0 |   0.0 |2905M|1417 |   - |1682 |  34k|   0 |   0 |   0 | 608k|   0 | 0.000000e+00 |      --      |    Inf 
1707.84/1707.89	c  1648s| 10440k| 10236k|     0 |   0.0 |2903M|1417 |   - |1682 |  26k|   0 |   0 |   0 | 652k|   0 | 0.000000e+00 |      --      |    Inf 
1739.05/1739.05	c  1679s| 10450k| 10236k|     0 |   0.0 |2915M|1417 |   - |1682 |  40k|   0 |   0 |   0 | 702k|   0 | 0.000000e+00 |      --      |    Inf 
1773.84/1773.87	c  1714s| 10460k| 10236k|     0 |   0.0 |2938M|1417 |   - |1682 |  84k|   0 |   0 |   0 | 757k|   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1740.01
1800.05/1800.00	c Solving Nodes      : 10466841
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s UNKNOWN
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1740.01
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693814-1277894288.wbo
1800.05/1800.00	c   Variables        : 1682 (1661 binary, 0 integer, 0 implicit integer, 21 continuous)
1800.05/1800.00	c   Constraints      : 103 initial, 103 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693814-1277894288.wbo
1800.05/1800.00	c   Variables        : 1682 (1661 binary, 0 integer, 0 implicit integer, 21 continuous)
1800.05/1800.00	c   Constraints      : 102 initial, 109183 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0         21          0          1          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :         21          0     389198          0      64663          0         22          0          0          0
1800.05/1800.00	c   setppc           :         31          0   11849432          0   10395737      66057    6157472          0          0          0
1800.05/1800.00	c   linear           :         21          0   11688929          0   10382856      33065    3301517          0          0          0
1800.05/1800.00	c   logicor          :         29+         0    2484449          0   10396082      41431    1264298          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0   10396105          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       0.12       0.00       0.08       0.00       0.04
1800.05/1800.00	c   setppc           :     396.66       0.00     237.10       0.00     159.56
1800.05/1800.01	c   linear           :     109.81       0.00     104.77       0.00       5.04
1800.05/1800.01	c   logicor          :     244.83       0.00     123.79       0.00     121.04
1800.05/1800.01	c   countsols        :       1.71       0.00       0.00       0.00       1.71
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       2.82          2          0          0
1800.05/1800.01	c   rootredcost      :       2.95          0          0          0
1800.05/1800.01	c   pseudoobj        :      10.07   11863833          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :     416.17     140553     140553    2370348      444.7     632128       39.2          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -     710688       47.9          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -      82903      290.1          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :     796.48   10396105          0          0          0          0   20792210
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       2.13          0          0
1800.05/1800.01	c   trivial          :       0.01          2          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       2.58          0          0
1800.05/1800.01	c   trysol           :       1.87          1          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :   10466841
1800.05/1800.01	c   nodes (total)    :   10466841
1800.05/1800.01	c   nodes left       :   10236061
1800.05/1800.01	c   max depth        :       1417
1800.05/1800.01	c   max depth (total):       1417
1800.05/1800.01	c   backtracks       :      74861 (0.7%)
1800.05/1800.01	c   delayed cutoffs  :      89309
1800.05/1800.01	c   repropagations   :     181946 (3536412 domain reductions, 69817 cutoffs)
1800.05/1800.01	c   avg switch length:       2.39
1800.05/1800.01	c   switching time   :      52.66
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.87 1.98 1.99 3/178 1663
/proc/meminfo: memFree=31762836/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=6584 CPUtime=0
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 1010 0 0 0 0 0 0 0 25 0 1 0 130857142 6742016 933 4089446400 4194304 7136930 140737246605808 18446744073709551615 6346856 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1663/statm: 1646 945 254 719 0 925 0

[startup+0.078087 s]
/proc/loadavg: 1.87 1.98 1.99 3/178 1663
/proc/meminfo: memFree=31762836/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=15840 CPUtime=0.07
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 4952 0 0 0 7 0 0 0 18 0 1 0 130857142 16220160 3236 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 3960 3236 390 719 0 3239 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15840

[startup+0.101076 s]
/proc/loadavg: 1.87 1.98 1.99 3/178 1663
/proc/meminfo: memFree=31762836/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=15840 CPUtime=0.09
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 4960 0 0 0 9 0 0 0 18 0 1 0 130857142 16220160 3244 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 3960 3244 390 719 0 3239 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15840

[startup+0.301041 s]
/proc/loadavg: 1.87 1.98 1.99 3/178 1663
/proc/meminfo: memFree=31762836/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=16448 CPUtime=0.29
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 5100 0 0 0 28 1 0 0 18 0 1 0 130857142 16842752 3384 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 4112 3384 394 719 0 3391 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16448

[startup+0.700944 s]
/proc/loadavg: 1.87 1.98 1.99 3/178 1663
/proc/meminfo: memFree=31762836/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=17748 CPUtime=0.69
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 5459 0 0 0 67 2 0 0 18 0 1 0 130857142 18173952 3743 4089446400 4194304 7136930 140737246605808 18446744073709551615 5909004 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 4437 3743 394 719 0 3716 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17748

[startup+1.50081 s]
/proc/loadavg: 1.87 1.98 1.99 3/179 1664
/proc/meminfo: memFree=31747948/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=21376 CPUtime=1.49
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 6375 0 0 0 144 5 0 0 19 0 1 0 130857142 21889024 4659 4089446400 4194304 7136930 140737246605808 18446744073709551615 4643174 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 5344 4659 394 719 0 4623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21376

[startup+3.1005 s]
/proc/loadavg: 1.87 1.98 1.99 3/179 1664
/proc/meminfo: memFree=31744228/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=24632 CPUtime=3.09
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 7246 0 0 0 298 11 0 0 25 0 1 0 130857142 25223168 5530 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 6158 5530 394 719 0 5437 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24632

[startup+6.3009 s]
/proc/loadavg: 1.88 1.98 1.99 3/179 1664
/proc/meminfo: memFree=31736732/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=32540 CPUtime=6.29
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 9324 0 0 0 604 25 0 0 25 0 1 0 130857142 33320960 7608 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 8135 7608 394 719 0 7414 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32540

[startup+12.7007 s]
/proc/loadavg: 1.89 1.98 1.99 3/179 1664
/proc/meminfo: memFree=31722128/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=48660 CPUtime=12.69
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 13020 0 0 0 1217 52 0 0 25 0 1 0 130857142 49827840 11304 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 12165 11304 394 719 0 11444 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48660

[startup+25.5003 s]
/proc/loadavg: 1.91 1.98 1.99 3/179 1665
/proc/meminfo: memFree=31692384/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=76936 CPUtime=25.49
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 20428 0 0 0 2443 106 0 0 25 0 1 0 130857142 78782464 18712 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 19234 18712 394 719 0 18513 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76936

[startup+51.1006 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 1665
/proc/meminfo: memFree=31632772/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=138764 CPUtime=51.1
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 35584 0 0 0 4900 210 0 0 25 0 1 0 130857142 142094336 33868 4089446400 4194304 7136930 140737246605808 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 34691 33868 394 719 0 33970 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 138764

[startup+102.306 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 1667
/proc/meminfo: memFree=31488760/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=283264 CPUtime=102.3
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 71105 0 0 0 9792 438 0 0 25 0 1 0 130857142 290062336 69388 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 70816 69388 394 719 0 70095 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 283264

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 1668
/proc/meminfo: memFree=31363316/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=420140 CPUtime=162.3
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 102922 0 0 0 15557 673 0 0 25 0 1 0 130857142 430223360 101205 4089446400 4194304 7136930 140737246605808 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 105035 101205 394 719 0 104314 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 420140

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 1670
/proc/meminfo: memFree=31232184/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=542056 CPUtime=222.3
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 135088 0 0 0 21318 912 0 0 25 0 1 0 130857142 555065344 133371 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 135514 133371 394 719 0 134793 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 542056

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 1671
/proc/meminfo: memFree=31107748/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=693996 CPUtime=282.3
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 166594 0 0 0 27072 1158 0 0 25 0 1 0 130857142 710651904 164877 4089446400 4194304 7136930 140737246605808 18446744073709551615 5892230 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 173499 164877 394 719 0 172778 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 693996

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 1673
/proc/meminfo: memFree=30979848/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=813712 CPUtime=342.3
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 198209 0 0 0 32835 1395 0 0 25 0 1 0 130857142 833241088 196492 4089446400 4194304 7136930 140737246605808 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 203428 196492 394 719 0 202707 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 813712

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 1675
/proc/meminfo: memFree=30854044/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=933648 CPUtime=402.3
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 229871 0 0 0 38597 1633 0 0 25 0 1 0 130857142 956055552 228154 4089446400 4194304 7136930 140737246605808 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 233412 228154 394 719 0 232691 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 933648

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 1676
/proc/meminfo: memFree=30722540/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=1056500 CPUtime=462.31
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 262310 0 0 0 44355 1876 0 0 25 0 1 0 130857142 1081856000 260593 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 264125 260593 394 719 0 263404 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1056500

[startup+522.301 s]
/proc/loadavg: 1.93 1.96 1.98 4/197 1724
/proc/meminfo: memFree=30506196/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=1176620 CPUtime=522.31
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 294031 0 0 0 50098 2133 0 0 25 0 1 0 130857142 1204858880 292314 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 294155 292314 394 719 0 293434 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1176620

[startup+582.301 s]
/proc/loadavg: 2.03 1.98 1.99 3/197 1725
/proc/meminfo: memFree=30313108/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=1365808 CPUtime=582.31
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 326654 0 0 0 55855 2376 0 0 25 0 1 0 130857142 1398587392 324937 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 341452 324937 394 719 0 340731 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1365808

[startup+642.301 s]
/proc/loadavg: 2.01 1.98 1.99 3/197 1727
/proc/meminfo: memFree=30176392/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=1484840 CPUtime=642.32
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 358132 0 0 0 61614 2618 0 0 25 0 1 0 130857142 1520476160 356415 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 371210 356415 394 719 0 370489 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1484840

[startup+702.3 s]

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

/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 583735 0 0 0 101905 4328 0 0 25 0 1 0 130857142 2395344896 582018 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 584801 582018 394 719 0 584080 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 2339204

[startup+1122.3 s]
/proc/loadavg: 2.03 2.00 1.99 3/197 1740
/proc/meminfo: memFree=29106952/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=2457648 CPUtime=1122.33
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 615067 0 0 0 107665 4568 0 0 25 0 1 0 130857142 2516631552 613350 4089446400 4194304 7136930 140737246605808 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 614412 613350 394 719 0 613691 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2457648

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/197 1741
/proc/meminfo: memFree=28983508/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=2706120 CPUtime=1182.34
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 646091 0 0 0 113408 4826 0 0 25 0 1 0 130857142 2771066880 644374 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 676530 644374 394 719 0 675809 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 2706120

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 1743
/proc/meminfo: memFree=28852488/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=2828044 CPUtime=1242.33
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 678322 0 0 0 119157 5076 0 0 25 0 1 0 130857142 2895917056 676605 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 707011 676605 394 719 0 706290 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2828044

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 1745
/proc/meminfo: memFree=28720228/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=2951664 CPUtime=1302.34
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 710941 0 0 0 124907 5327 0 0 25 0 1 0 130857142 3022503936 709224 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 737916 709224 394 719 0 737195 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 2951664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 1746
/proc/meminfo: memFree=28594676/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3071456 CPUtime=1362.33
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 742621 0 0 0 130656 5577 0 0 25 0 1 0 130857142 3145170944 740904 4089446400 4194304 7136930 140737246605808 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 767864 740904 394 719 0 767143 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3071456

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 1757
/proc/meminfo: memFree=28490664/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3165732 CPUtime=1422.34
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 807028 0 0 0 136487 5747 0 0 25 0 1 0 130857142 3241709568 765327 4089446400 4194304 7136930 140737246605808 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 791433 765327 394 719 0 790712 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3165732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 1758
/proc/meminfo: memFree=28478468/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3170732 CPUtime=1482.33
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 808473 0 0 0 142423 5810 0 0 25 0 1 0 130857142 3246829568 766260 4089446400 4194304 7136930 140737246605808 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 792683 766260 394 719 0 791962 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3170732

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 1760
/proc/meminfo: memFree=28466280/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3183080 CPUtime=1542.34
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 812639 0 0 0 148387 5847 0 0 25 0 1 0 130857142 3259473920 769146 4089446400 4194304 7136930 140737246605808 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 795770 769146 394 719 0 795049 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 3183080

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 4/197 1762
/proc/meminfo: memFree=28454072/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3197364 CPUtime=1602.34
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 815861 0 0 0 154347 5887 0 0 25 0 1 0 130857142 3274100736 772112 4089446400 4194304 7136930 140737246605808 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 799341 772112 394 719 0 798620 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 3197364

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 1763
/proc/meminfo: memFree=28456744/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3194704 CPUtime=1662.34
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 815962 0 0 0 160293 5941 0 0 25 0 1 0 130857142 3271376896 771445 4089446400 4194304 7136930 140737246605808 18446744073709551615 5909152 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 798676 771445 394 719 0 797955 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 3194704

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 1765
/proc/meminfo: memFree=28441440/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3214812 CPUtime=1722.34
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 821848 0 0 0 166264 5970 0 0 25 0 1 0 130857142 3291967488 776307 4089446400 4194304 7136930 140737246605808 18446744073709551615 4219826 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 803703 776307 394 719 0 802982 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3214812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 1766
/proc/meminfo: memFree=28398236/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3255016 CPUtime=1782.35
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 831368 0 0 0 172239 5996 0 0 25 0 1 0 130857142 3333136384 785827 4089446400 4194304 7136930 140737246605808 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 813754 785827 394 719 0 813033 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 3255016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 1767
/proc/meminfo: memFree=28378492/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3278088 CPUtime=1800.05
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 840746 0 0 0 174001 6004 0 0 25 0 1 0 130857142 3356762112 790597 4089446400 4194304 7136930 140737246605808 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/1663/statm: 819522 790597 394 719 0 818801 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3278088

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1663

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 1768
/proc/meminfo: memFree=28378360/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3278088 CPUtime=1801.45
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 840751 0 0 0 174141 6004 0 0 19 0 1 0 130857142 3356762112 790602 4089446400 4194304 7136930 140737246605808 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1663/statm: 819522 790602 399 719 0 818801 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 3278088

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 1768
/proc/meminfo: memFree=28378360/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3278088 CPUtime=1801.85
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 840751 0 0 0 174181 6004 0 0 20 0 1 0 130857142 3356762112 790602 4089446400 4194304 7136930 140737246605808 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1663/statm: 819522 790602 399 719 0 818801 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 3278088

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 1768
/proc/meminfo: memFree=28378360/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=3278088 CPUtime=1802.05
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4202496 840751 0 0 0 174201 6004 0 0 21 0 1 0 130857142 3356762112 790602 4089446400 4194304 7136930 140737246605808 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1663/statm: 819522 790602 399 719 0 818801 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 3278088

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 1768
/proc/meminfo: memFree=28378360/32951124 swapFree=67111528/67111528
[pid=1663] ppid=1661 vsize=0 CPUtime=1802.14
/proc/1663/stat : 1663 (pbscip.linux.x8) R 1661 1663 473 0 -1 4203524 840751 0 0 0 174201 6013 0 0 21 0 1 0 130857142 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1663/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.16
CPU user time (s): 1742.02
CPU system time (s): 60.1449
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3405716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1742.02
system time used= 60.1449
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 840751
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= 4
involuntary context switches= 1415

runsolver used 2.48862 second user time and 5.82311 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 12:38:08
IDJOB=2693814
IDBENCH=78734
IDSOLVER=1206
FILE ID=node111/2693814-1277894288
PBS_JOBID= 11197132
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= b19b36a9eeef0aa91319f6277ed84276
RANDOM SEED=59954134

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.74
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.850
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:     32951124 kB
MemFree:      31763248 kB
Buffers:        179288 kB
Cached:         787744 kB
SwapCached:          0 kB
Active:         468884 kB
Inactive:       577772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31763248 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3376 kB
Writeback:           0 kB
AnonPages:       79304 kB
Mapped:          15356 kB
Slab:            76992 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   220056 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 node111 at 2010-06-30 13:08:11