Trace number 2694006

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1802.17 1802.12

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-41-40--soft-0-100-0.wbo
MD5SUM19fe712a4f6ee0b978bb364f3985a5e4
Bench CategorySOFT-SMALLINT-LIN (only soft 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.074987
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 constraints81
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 4603
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4602
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-2694006-1277921104.wbo>
0.00/0.00	c original problem has 1802 variables (1721 bin, 0 int, 0 impl, 81 cont) and 163 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	o 4602
0.00/0.01	c feasible solution found by trivial heuristic, objective value  4.602000e+03
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, 81 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 81 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 81 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/1721 (5.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 81 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  81 implications, 0 cliques
0.00/0.02	c presolved problem has 1802 variables (1721 bin, 0 int, 0 impl, 81 cont) and 162 constraints
0.00/0.02	c      81 constraints of type <indicator>
0.00/0.02	c      81 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c t 0.0s|     1 |     2 |     0 |     - |3499k|   0 |   - |1802 | 162 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
0.99/1.06	c   1.0s| 10000 |  9950 |     0 |   0.0 |7128k|1265 |   - |1802 | 411 |   0 |   0 |   0 | 251 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
2.10/2.11	c   2.0s| 20000 | 19914 |     0 |   0.0 |  10M|1333 |   - |1802 | 591 |   0 |   0 |   0 | 431 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
3.09/3.18	c   3.0s| 30000 | 29876 |     0 |   0.0 |  13M|1395 |   - |1802 | 780 |   0 |   0 |   0 | 621 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
4.19/4.26	c   4.0s| 40000 | 39828 |     0 |   0.0 |  16M|1426 |   - |1802 | 971 |   0 |   0 |   0 | 861 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
5.29/5.33	c   5.0s| 50000 | 49772 |     0 |   0.0 |  19M|1468 |   - |1802 |1119 |   0 |   0 |   0 |1138 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
6.39/6.43	c   6.1s| 60000 | 59735 |     0 |   0.0 |  21M|1468 |   - |1802 |1196 |   0 |   0 |   0 |1328 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
7.48/7.52	c   7.2s| 70000 | 69699 |     0 |   0.0 |  24M|1468 |   - |1802 |1244 |   0 |   0 |   0 |1508 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
8.59/8.61	c   8.2s| 80000 | 79657 |     0 |   0.0 |  27M|1468 |   - |1802 |1303 |   0 |   0 |   0 |1718 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
9.69/9.74	c   9.2s| 90000 | 89603 |     0 |   0.0 |  30M|1468 |   - |1802 |1405 |   0 |   0 |   0 |1988 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
10.79/10.84	c  10.2s|100000 | 99557 |     0 |   0.0 |  33M|1471 |   - |1802 |1459 |   0 |   0 |   0 |2218 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
11.89/11.93	c  11.3s|110000 |109495 |     0 |   0.0 |  36M|1471 |   - |1802 |1571 |   0 |   0 |   0 |2528 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
12.99/13.00	c  12.3s|120000 |119443 |     0 |   0.0 |  38M|1471 |   - |1802 |1672 |   0 |   0 |   0 |2788 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
13.99/14.07	c  13.4s|130000 |129391 |     0 |   0.0 |  41M|1471 |   - |1802 |1730 |   0 |   0 |   0 |3048 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
15.09/15.13	c  14.4s|140000 |139347 |     0 |   0.0 |  44M|1471 |   - |1802 |1737 |   0 |   0 |   0 |3268 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
16.09/16.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.09/16.18	c  15.3s|150000 |149299 |     0 |   0.0 |  47M|1471 |   - |1802 |1743 |   0 |   0 |   0 |3508 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
17.19/17.26	c  16.4s|160000 |159233 |     0 |   0.0 |  50M|1471 |   - |1802 |1837 |   0 |   0 |   0 |3838 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
18.29/18.32	c  17.4s|170000 |169169 |     0 |   0.0 |  52M|1471 |   - |1802 |1959 |   0 |   0 |   0 |4158 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
19.29/19.37	c  18.4s|180000 |179115 |     0 |   0.0 |  55M|1471 |   - |1802 |2021 |   0 |   0 |   0 |4428 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
20.39/20.41	c  19.4s|190000 |189063 |     0 |   0.0 |  58M|1471 |   - |1802 |2090 |   0 |   0 |   0 |4688 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
21.39/21.43	c  20.4s|200000 |198995 |     0 |   0.0 |  61M|1471 |   - |1802 |2190 |   0 |   0 |   0 |5028 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
22.39/22.44	c  21.3s|210000 |208945 |     0 |   0.0 |  63M|1471 |   - |1802 |2274 |   0 |   0 |   0 |5278 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
23.39/23.45	c  22.2s|220000 |218893 |     0 |   0.0 |  66M|1471 |   - |1802 |2354 |   0 |   0 |   0 |5538 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
24.40/24.44	c  23.2s|230000 |228843 |     0 |   0.0 |  69M|1471 |   - |1802 |2420 |   0 |   0 |   0 |5788 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
25.39/25.43	c  24.1s|240000 |238777 |     0 |   0.0 |  72M|1471 |   - |1802 |2583 |   0 |   0 |   0 |6118 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
26.29/26.40	c  25.1s|250000 |248717 |     0 |   0.0 |  75M|1471 |   - |1802 |2731 |   0 |   0 |   0 |6418 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
27.29/27.37	c  26.0s|260000 |258661 |     0 |   0.0 |  77M|1471 |   - |1802 |2827 |   0 |   0 |   0 |6698 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
28.29/28.35	c  26.9s|270000 |268587 |     0 |   0.0 |  80M|1471 |   - |1802 |3045 |   0 |   0 |   0 |7068 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
29.29/29.30	c  27.8s|280000 |278521 |     0 |   0.0 |  83M|1471 |   - |1802 |3226 |   0 |   0 |   0 |7398 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
30.19/30.23	c  28.6s|290000 |288451 |     0 |   0.0 |  86M|1471 |   - |1802 |3403 |   0 |   0 |   0 |7748 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
31.20/31.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.20/31.20	c  29.6s|300000 |298371 |     0 |   0.0 |  89M|1471 |   - |1802 |3665 |   0 |   0 |   0 |8148 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
32.09/32.13	c  30.4s|310000 |308305 |     0 |   0.0 |  92M|1471 |   - |1802 |3818 |   0 |   0 |   0 |8478 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
33.00/33.04	c  31.3s|320000 |318219 |     0 |   0.0 |  95M|1471 |   - |1802 |4117 |   0 |   0 |   0 |8908 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
33.89/33.94	c  32.2s|330000 |328153 |     0 |   0.0 |  98M|1471 |   - |1802 |4283 |   0 |   0 |   0 |9238 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
34.79/34.83	c  33.0s|340000 |338071 |     0 |   0.0 | 101M|1471 |   - |1802 |4567 |   0 |   0 |   0 |9648 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
35.59/35.69	c  33.8s|350000 |348005 |     0 |   0.0 | 103M|1471 |   - |1802 |4791 |   0 |   0 |   0 |9978 |   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
36.49/36.56	c  34.6s|360000 |357921 |     0 |   0.0 | 106M|1471 |   - |1802 |5093 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
37.40/37.43	c  35.4s|370000 |367835 |     0 |   0.0 | 109M|1471 |   - |1802 |5427 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
38.19/38.28	c  36.2s|380000 |377735 |     0 |   0.0 | 112M|1471 |   - |1802 |5816 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
39.09/39.10	c  37.0s|390000 |387647 |     0 |   0.0 | 116M|1471 |   - |1802 |6160 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
39.89/39.91	c  37.8s|400000 |397545 |     0 |   0.0 | 119M|1471 |   - |1802 |6592 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
40.70/40.72	c  38.5s|410000 |407435 |     0 |   0.0 | 122M|1471 |   - |1802 |7079 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
41.49/41.50	c  39.3s|420000 |417335 |     0 |   0.0 | 125M|1471 |   - |1802 |7516 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
42.19/42.27	c  39.9s|430000 |427217 |     0 |   0.0 | 128M|1471 |   - |1802 |8061 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
42.99/43.02	c  40.6s|440000 |437089 |     0 |   0.0 | 131M|1471 |   - |1802 |8687 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
43.69/43.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.69/43.74	c  41.3s|450000 |446957 |     0 |   0.0 | 135M|1471 |   - |1802 |9338 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
44.39/44.48	c  42.0s|460000 |456817 |     0 |   0.0 | 138M|1471 |   - |1802 |  10k|   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
45.19/45.20	c  42.7s|470000 |466663 |     0 |   0.0 | 142M|1471 |   - |1802 |  10k|   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
45.89/45.92	c  43.4s|480000 |476475 |     0 |   0.0 | 145M|1471 |   - |1802 |  11k|   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
46.59/46.62	c  44.0s|490000 |486279 |     0 |   0.0 | 149M|1471 |   - |1802 |  12k|   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
47.30/47.33	c  44.7s|500000 |496039 |     0 |   0.0 | 153M|1471 |   - |1802 |  13k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
48.09/48.13	c  45.4s|510000 |505669 |     0 |   0.0 | 157M|1471 |   - |1802 |  15k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
48.89/48.99	c  46.2s|520000 |515145 |     0 |   0.0 | 162M|1471 |   - |1802 |  18k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
50.29/50.37	c  47.5s|530000 |524468 |     0 |   0.0 | 171M|1471 |   - |1802 |  21k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
51.70/51.73	c  48.8s|540000 |534414 |     0 |   0.0 | 168M|1471 |   - |1802 |3782 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
52.79/52.86	c  49.9s|550000 |544358 |     0 |   0.0 | 170M|1471 |   - |1802 |1267 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
53.90/53.99	c  51.0s|560000 |554312 |     0 |   0.0 | 173M|1471 |   - |1802 |1259 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
55.10/55.14	c  52.1s|570000 |564264 |     0 |   0.0 | 175M|1471 |   - |1802 |1278 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
56.19/56.26	c  53.1s|580000 |574226 |     0 |   0.0 | 178M|1471 |   - |1802 |1244 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
57.30/57.39	c  54.2s|590000 |584178 |     0 |   0.0 | 181M|1471 |   - |1802 |1314 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
58.49/58.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.49/58.56	c  55.4s|600000 |594120 |     0 |   0.0 | 184M|1471 |   - |1802 |1374 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
59.70/59.72	c  56.5s|610000 |604064 |     0 |   0.0 | 186M|1471 |   - |1802 |1354 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
60.79/60.88	c  57.6s|620000 |614012 |     0 |   0.0 | 189M|1471 |   - |1802 |1335 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
62.00/62.03	c  58.6s|630000 |623962 |     0 |   0.0 | 192M|1471 |   - |1802 |1347 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
63.09/63.18	c  59.8s|640000 |633918 |     0 |   0.0 | 195M|1471 |   - |1802 |1360 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
64.30/64.34	c  60.9s|650000 |643868 |     0 |   0.0 | 197M|1471 |   - |1802 |1383 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
65.40/65.49	c  62.0s|660000 |653820 |     0 |   0.0 | 200M|1471 |   - |1802 |1393 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
66.59/66.67	c  63.1s|670000 |663764 |     0 |   0.0 | 203M|1471 |   - |1802 |1408 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
67.79/67.81	c  64.2s|680000 |673718 |     0 |   0.0 | 206M|1471 |   - |1802 |1407 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
68.90/68.96	c  65.3s|690000 |683678 |     0 |   0.0 | 208M|1471 |   - |1802 |1398 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
70.09/70.12	c  66.4s|700000 |693636 |     0 |   0.0 | 211M|1471 |   - |1802 |1383 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
71.19/71.27	c  67.5s|710000 |703588 |     0 |   0.0 | 214M|1471 |   - |1802 |1404 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
72.39/72.40	c  68.6s|720000 |713548 |     0 |   0.0 | 217M|1471 |   - |1802 |1371 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
73.50/73.56	c  69.7s|730000 |723504 |     0 |   0.0 | 219M|1471 |   - |1802 |1369 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
74.70/74.71	c  70.7s|740000 |733456 |     0 |   0.0 | 222M|1471 |   - |1802 |1184 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
75.80/75.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.80/75.84	c  71.8s|750000 |743421 |     0 |   0.0 | 225M|1471 |   - |1802 |1110 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
77.00/77.01	c  73.0s|760000 |753365 |     0 |   0.0 | 228M|1471 |   - |1802 |1069 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
78.10/78.16	c  74.0s|770000 |763319 |     0 |   0.0 | 230M|1471 |   - |1802 |1032 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
79.20/79.30	c  75.2s|780000 |773277 |     0 |   0.0 | 233M|1471 |   - |1802 |1031 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
80.39/80.43	c  76.2s|790000 |783233 |     0 |   0.0 | 236M|1471 |   - |1802 |1043 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
81.49/81.57	c  77.3s|800000 |793195 |     0 |   0.0 | 239M|1471 |   - |1802 |1010 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
82.69/82.77	c  78.4s|810000 |803134 |     0 |   0.0 | 241M|1471 |   - |1802 |1050 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
83.89/83.93	c  79.6s|820000 |813078 |     0 |   0.0 | 244M|1471 |   - |1802 |1068 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
84.99/85.07	c  80.7s|830000 |823030 |     0 |   0.0 | 247M|1471 |   - |1802 |1020 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
86.19/86.24	c  81.8s|840000 |832986 |     0 |   0.0 | 249M|1471 |   - |1802 |1040 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
87.29/87.39	c  82.9s|850000 |842932 |     0 |   0.0 | 252M|1471 |   - |1802 |1096 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
88.49/88.56	c  84.0s|860000 |852878 |     0 |   0.0 | 255M|1471 |   - |1802 |1087 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
89.59/89.68	c  85.0s|870000 |862832 |     0 |   0.0 | 258M|1471 |   - |1802 |1061 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
90.80/90.83	c  86.2s|880000 |872786 |     0 |   0.0 | 260M|1471 |   - |1802 |1021 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
91.90/91.98	c  87.3s|890000 |882736 |     0 |   0.0 | 263M|1471 |   - |1802 |1028 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
93.09/93.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.09/93.11	c  88.3s|900000 |892692 |     0 |   0.0 | 266M|1471 |   - |1802 | 987 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
94.19/94.27	c  89.4s|910000 |902642 |     0 |   0.0 | 269M|1471 |   - |1802 |1028 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
95.39/95.42	c  90.5s|920000 |912584 |     0 |   0.0 | 271M|1471 |   - |1802 |1051 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
96.49/96.58	c  91.6s|930000 |922538 |     0 |   0.0 | 274M|1471 |   - |1802 |1023 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
97.69/97.72	c  92.7s|940000 |932492 |     0 |   0.0 | 277M|1471 |   - |1802 |1030 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
98.79/98.84	c  93.8s|950000 |942452 |     0 |   0.0 | 280M|1471 |   - |1802 |1023 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
100.00/100.00	c  94.9s|960000 |952410 |     0 |   0.0 | 282M|1471 |   - |1802 |1001 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
101.10/101.16	c  96.0s|970000 |962364 |     0 |   0.0 | 285M|1471 |   - |1802 |1013 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
102.20/102.30	c  97.1s|980000 |972316 |     0 |   0.0 | 288M|1471 |   - |1802 |1000 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
103.40/103.45	c  98.2s|990000 |982268 |     0 |   0.0 | 290M|1471 |   - |1802 |1028 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
104.59/104.62	c  99.3s|  1000k|992218 |     0 |   0.0 | 293M|1471 |   - |1802 |1023 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
105.69/105.77	c   100s|  1010k|  1002k|     0 |   0.0 | 296M|1471 |   - |1802 |1003 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
106.90/106.92	c   102s|  1020k|  1012k|     0 |   0.0 | 299M|1471 |   - |1802 | 999 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
107.99/108.06	c   103s|  1030k|  1022k|     0 |   0.0 | 301M|1471 |   - |1802 |1021 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
109.10/109.17	c   104s|  1040k|  1032k|     0 |   0.0 | 304M|1471 |   - |1802 | 962 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
110.30/110.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.30/110.34	c   105s|  1050k|  1041k|     0 |   0.0 | 307M|1471 |   - |1802 | 987 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
111.39/111.48	c   106s|  1060k|  1051k|     0 |   0.0 | 310M|1471 |   - |1802 |1004 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
112.59/112.60	c   107s|  1070k|  1061k|     0 |   0.0 | 312M|1471 |   - |1802 | 992 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
113.69/113.74	c   108s|  1080k|  1071k|     0 |   0.0 | 315M|1471 |   - |1802 | 981 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
114.89/114.91	c   109s|  1090k|  1081k|     0 |   0.0 | 318M|1471 |   - |1802 | 930 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
116.00/116.05	c   110s|  1100k|  1091k|     0 |   0.0 | 321M|1471 |   - |1802 | 968 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
117.20/117.22	c   111s|  1110k|  1101k|     0 |   0.0 | 323M|1471 |   - |1802 | 949 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
118.29/118.37	c   112s|  1120k|  1111k|     0 |   0.0 | 326M|1471 |   - |1802 | 957 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
119.49/119.51	c   114s|  1130k|  1121k|     0 |   0.0 | 329M|1471 |   - |1802 | 939 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
120.60/120.64	c   115s|  1140k|  1131k|     0 |   0.0 | 331M|1471 |   - |1802 | 979 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
121.80/121.81	c   116s|  1150k|  1141k|     0 |   0.0 | 334M|1471 |   - |1802 | 984 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
122.89/122.94	c   117s|  1160k|  1151k|     0 |   0.0 | 337M|1471 |   - |1802 | 961 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
123.99/124.09	c   118s|  1170k|  1161k|     0 |   0.0 | 340M|1471 |   - |1802 | 988 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
125.19/125.22	c   119s|  1180k|  1171k|     0 |   0.0 | 342M|1471 |   - |1802 | 997 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
126.29/126.35	c   120s|  1190k|  1181k|     0 |   0.0 | 345M|1471 |   - |1802 | 976 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
127.50/127.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.50/127.52	c   121s|  1200k|  1191k|     0 |   0.0 | 348M|1471 |   - |1802 | 948 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
128.60/128.67	c   122s|  1210k|  1201k|     0 |   0.0 | 350M|1471 |   - |1802 | 949 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
129.70/129.80	c   123s|  1220k|  1211k|     0 |   0.0 | 353M|1471 |   - |1802 | 972 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
130.90/130.93	c   124s|  1230k|  1221k|     0 |   0.0 | 356M|1471 |   - |1802 |1009 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
132.00/132.07	c   126s|  1240k|  1231k|     0 |   0.0 | 359M|1471 |   - |1802 |1027 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
133.20/133.22	c   127s|  1250k|  1240k|     0 |   0.0 | 361M|1471 |   - |1802 | 927 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
134.29/134.35	c   128s|  1260k|  1250k|     0 |   0.0 | 364M|1471 |   - |1802 | 929 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
135.40/135.47	c   129s|  1270k|  1260k|     0 |   0.0 | 367M|1471 |   - |1802 | 953 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
136.60/136.60	c   130s|  1280k|  1270k|     0 |   0.0 | 369M|1471 |   - |1802 |1009 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
137.69/137.75	c   131s|  1290k|  1280k|     0 |   0.0 | 372M|1471 |   - |1802 | 990 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
138.79/138.89	c   132s|  1300k|  1290k|     0 |   0.0 | 375M|1471 |   - |1802 | 968 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
139.99/140.02	c   133s|  1310k|  1300k|     0 |   0.0 | 378M|1471 |   - |1802 | 917 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
141.20/141.20	c   134s|  1320k|  1310k|     0 |   0.0 | 380M|1471 |   - |1802 | 983 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
142.29/142.39	c   135s|  1330k|  1320k|     0 |   0.0 | 383M|1471 |   - |1802 | 948 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
143.50/143.53	c   136s|  1340k|  1330k|     0 |   0.0 | 386M|1471 |   - |1802 | 924 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
144.60/144.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
144.60/144.68	c   138s|  1350k|  1340k|     0 |   0.0 | 389M|1471 |   - |1802 | 959 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
145.79/145.80	c   139s|  1360k|  1350k|     0 |   0.0 | 391M|1471 |   - |1802 | 914 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
146.89/146.98	c   140s|  1370k|  1360k|     0 |   0.0 | 394M|1471 |   - |1802 | 978 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
148.10/148.11	c   141s|  1380k|  1370k|     0 |   0.0 | 397M|1471 |   - |1802 | 910 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
149.19/149.27	c   142s|  1390k|  1380k|     0 |   0.0 | 400M|1471 |   - |1802 | 927 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
150.40/150.45	c   143s|  1400k|  1390k|     0 |   0.0 | 402M|1471 |   - |1802 | 942 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
151.49/151.59	c   144s|  1410k|  1400k|     0 |   0.0 | 405M|1471 |   - |1802 | 941 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
152.69/152.74	c   145s|  1420k|  1410k|     0 |   0.0 | 408M|1471 |   - |1802 | 981 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
153.79/153.87	c   146s|  1430k|  1420k|     0 |   0.0 | 410M|1471 |   - |1802 | 927 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
155.00/155.04	c   147s|  1440k|  1430k|     0 |   0.0 | 413M|1471 |   - |1802 | 952 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
156.10/156.19	c   149s|  1450k|  1440k|     0 |   0.0 | 416M|1471 |   - |1802 | 916 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
157.30/157.33	c   150s|  1460k|  1449k|     0 |   0.0 | 419M|1471 |   - |1802 | 898 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
158.40/158.49	c   151s|  1470k|  1459k|     0 |   0.0 | 421M|1471 |   - |1802 | 893 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
159.59/159.65	c   152s|  1480k|  1469k|     0 |   0.0 | 424M|1471 |   - |1802 | 930 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
160.79/160.80	c   153s|  1490k|  1479k|     0 |   0.0 | 427M|1471 |   - |1802 | 946 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
161.89/161.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.89/161.92	c   154s|  1500k|  1489k|     0 |   0.0 | 429M|1471 |   - |1802 | 866 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
163.00/163.09	c   155s|  1510k|  1499k|     0 |   0.0 | 432M|1471 |   - |1802 | 862 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
164.19/164.23	c   156s|  1520k|  1509k|     0 |   0.0 | 435M|1471 |   - |1802 | 872 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
165.29/165.39	c   157s|  1530k|  1519k|     0 |   0.0 | 438M|1471 |   - |1802 | 905 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
166.50/166.52	c   158s|  1540k|  1529k|     0 |   0.0 | 440M|1471 |   - |1802 | 901 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
167.60/167.64	c   159s|  1550k|  1539k|     0 |   0.0 | 443M|1471 |   - |1802 | 912 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
168.79/168.80	c   161s|  1560k|  1549k|     0 |   0.0 | 446M|1471 |   - |1802 | 927 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
169.89/169.92	c   162s|  1570k|  1559k|     0 |   0.0 | 449M|1471 |   - |1802 | 886 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
171.00/171.06	c   163s|  1580k|  1569k|     0 |   0.0 | 451M|1471 |   - |1802 | 911 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
172.19/172.22	c   164s|  1590k|  1579k|     0 |   0.0 | 454M|1471 |   - |1802 | 877 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
173.29/173.39	c   165s|  1600k|  1589k|     0 |   0.0 | 457M|1471 |   - |1802 | 906 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
174.50/174.51	c   166s|  1610k|  1599k|     0 |   0.0 | 459M|1471 |   - |1802 | 886 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
175.59/175.63	c   167s|  1620k|  1609k|     0 |   0.0 | 462M|1471 |   - |1802 | 903 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
176.69/176.75	c   168s|  1630k|  1619k|     0 |   0.0 | 465M|1471 |   - |1802 | 874 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
177.80/177.88	c   169s|  1640k|  1629k|     0 |   0.0 | 468M|1471 |   - |1802 | 895 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
179.00/179.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.00/179.00	c   170s|  1650k|  1639k|     0 |   0.0 | 470M|1471 |   - |1802 | 850 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
180.09/180.13	c   171s|  1660k|  1649k|     0 |   0.0 | 473M|1471 |   - |1802 | 849 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
181.20/181.25	c   172s|  1670k|  1658k|     0 |   0.0 | 476M|1471 |   - |1802 | 842 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
182.29/182.39	c   174s|  1680k|  1668k|     0 |   0.0 | 478M|1471 |   - |1802 | 834 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
183.49/183.56	c   175s|  1690k|  1678k|     0 |   0.0 | 481M|1471 |   - |1802 | 848 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
184.70/184.73	c   176s|  1700k|  1688k|     0 |   0.0 | 484M|1471 |   - |1802 | 905 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
185.80/185.86	c   177s|  1710k|  1698k|     0 |   0.0 | 487M|1471 |   - |1802 | 853 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
186.90/186.98	c   178s|  1720k|  1708k|     0 |   0.0 | 489M|1471 |   - |1802 | 855 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
188.10/188.13	c   179s|  1730k|  1718k|     0 |   0.0 | 492M|1471 |   - |1802 | 871 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
189.21/189.29	c   180s|  1740k|  1728k|     0 |   0.0 | 495M|1471 |   - |1802 | 865 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
190.40/190.40	c   181s|  1750k|  1738k|     0 |   0.0 | 497M|1471 |   - |1802 | 854 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
191.50/191.55	c   182s|  1760k|  1748k|     0 |   0.0 | 500M|1471 |   - |1802 | 861 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
192.69/192.71	c   183s|  1770k|  1758k|     0 |   0.0 | 503M|1471 |   - |1802 | 851 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
193.79/193.85	c   184s|  1780k|  1768k|     0 |   0.0 | 506M|1471 |   - |1802 | 872 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
194.90/194.99	c   186s|  1790k|  1778k|     0 |   0.0 | 508M|1471 |   - |1802 | 849 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
196.10/196.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.10/196.15	c   187s|  1800k|  1788k|     0 |   0.0 | 511M|1471 |   - |1802 | 821 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
197.30/197.31	c   188s|  1810k|  1798k|     0 |   0.0 | 514M|1471 |   - |1802 | 845 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
198.40/198.44	c   189s|  1820k|  1808k|     0 |   0.0 | 517M|1471 |   - |1802 | 864 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
199.50/199.58	c   190s|  1830k|  1818k|     0 |   0.0 | 519M|1471 |   - |1802 | 861 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
200.69/200.73	c   191s|  1840k|  1828k|     0 |   0.0 | 522M|1471 |   - |1802 | 914 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
201.80/201.86	c   192s|  1850k|  1838k|     0 |   0.0 | 525M|1471 |   - |1802 | 908 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
202.99/203.01	c   193s|  1860k|  1848k|     0 |   0.0 | 527M|1471 |   - |1802 | 855 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
204.09/204.10	c   194s|  1870k|  1857k|     0 |   0.0 | 530M|1471 |   - |1802 | 872 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
205.20/205.22	c   195s|  1880k|  1867k|     0 |   0.0 | 533M|1471 |   - |1802 | 873 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
206.30/206.37	c   196s|  1890k|  1877k|     0 |   0.0 | 536M|1471 |   - |1802 | 844 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
207.49/207.50	c   198s|  1900k|  1887k|     0 |   0.0 | 538M|1471 |   - |1802 | 888 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
208.59/208.65	c   199s|  1910k|  1897k|     0 |   0.0 | 541M|1471 |   - |1802 | 875 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
209.70/209.78	c   200s|  1920k|  1907k|     0 |   0.0 | 544M|1471 |   - |1802 | 875 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
210.80/210.89	c   201s|  1930k|  1917k|     0 |   0.0 | 546M|1471 |   - |1802 | 871 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
211.99/212.04	c   202s|  1940k|  1927k|     0 |   0.0 | 549M|1471 |   - |1802 | 905 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
213.10/213.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.10/213.19	c   203s|  1950k|  1937k|     0 |   0.0 | 552M|1471 |   - |1802 | 878 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
214.29/214.32	c   204s|  1960k|  1947k|     0 |   0.0 | 555M|1471 |   - |1802 | 893 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
215.40/215.46	c   205s|  1970k|  1957k|     0 |   0.0 | 557M|1471 |   - |1802 | 870 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
216.61/216.60	c   206s|  1980k|  1967k|     0 |   0.0 | 560M|1471 |   - |1802 | 872 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
217.70/217.71	c   207s|  1990k|  1977k|     0 |   0.0 | 563M|1471 |   - |1802 | 885 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
218.80/218.86	c   208s|  2000k|  1987k|     0 |   0.0 | 565M|1471 |   - |1802 | 885 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
219.90/220.00	c   209s|  2010k|  1997k|     0 |   0.0 | 568M|1471 |   - |1802 | 870 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
221.10/221.14	c   211s|  2020k|  2007k|     0 |   0.0 | 571M|1471 |   - |1802 | 876 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
222.20/222.28	c   212s|  2030k|  2017k|     0 |   0.0 | 574M|1471 |   - |1802 | 883 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
223.40/223.40	c   213s|  2040k|  2027k|     0 |   0.0 | 576M|1471 |   - |1802 | 872 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
224.49/224.53	c   214s|  2050k|  2037k|     0 |   0.0 | 579M|1471 |   - |1802 | 893 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
225.60/225.67	c   215s|  2060k|  2047k|     0 |   0.0 | 582M|1471 |   - |1802 | 886 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
226.80/226.82	c   216s|  2070k|  2056k|     0 |   0.0 | 585M|1471 |   - |1802 | 856 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
227.90/227.95	c   217s|  2080k|  2066k|     0 |   0.0 | 587M|1471 |   - |1802 | 812 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
229.00/229.08	c   218s|  2090k|  2076k|     0 |   0.0 | 590M|1471 |   - |1802 | 808 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
230.19/230.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
230.19/230.21	c   219s|  2100k|  2086k|     0 |   0.0 | 593M|1471 |   - |1802 | 808 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
231.30/231.32	c   220s|  2110k|  2096k|     0 |   0.0 | 595M|1471 |   - |1802 | 801 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
232.39/232.43	c   221s|  2120k|  2106k|     0 |   0.0 | 598M|1471 |   - |1802 | 797 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
233.50/233.57	c   222s|  2130k|  2116k|     0 |   0.0 | 601M|1471 |   - |1802 | 838 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
234.70/234.72	c   223s|  2140k|  2126k|     0 |   0.0 | 604M|1471 |   - |1802 | 802 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
235.80/235.85	c   225s|  2150k|  2136k|     0 |   0.0 | 606M|1471 |   - |1802 | 818 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
236.90/236.97	c   226s|  2160k|  2146k|     0 |   0.0 | 609M|1471 |   - |1802 | 774 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
237.99/238.09	c   227s|  2170k|  2156k|     0 |   0.0 | 612M|1471 |   - |1802 | 828 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
239.20/239.23	c   228s|  2180k|  2166k|     0 |   0.0 | 614M|1471 |   - |1802 | 857 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
240.30/240.34	c   229s|  2190k|  2176k|     0 |   0.0 | 617M|1471 |   - |1802 | 803 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
241.39/241.49	c   230s|  2200k|  2186k|     0 |   0.0 | 620M|1471 |   - |1802 | 815 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
242.60/242.62	c   231s|  2210k|  2196k|     0 |   0.0 | 623M|1471 |   - |1802 | 814 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
243.69/243.74	c   232s|  2220k|  2206k|     0 |   0.0 | 625M|1471 |   - |1802 | 836 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
244.80/244.86	c   233s|  2230k|  2216k|     0 |   0.0 | 628M|1471 |   - |1802 | 868 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
245.89/245.98	c   234s|  2240k|  2226k|     0 |   0.0 | 631M|1471 |   - |1802 | 837 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
247.10/247.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.10/247.11	c   235s|  2250k|  2236k|     0 |   0.0 | 633M|1471 |   - |1802 | 882 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
248.20/248.22	c   236s|  2260k|  2246k|     0 |   0.0 | 636M|1471 |   - |1802 | 834 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
249.30/249.35	c   237s|  2270k|  2256k|     0 |   0.0 | 639M|1471 |   - |1802 | 789 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
250.49/250.50	c   239s|  2280k|  2265k|     0 |   0.0 | 642M|1471 |   - |1802 | 836 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
251.59/251.62	c   240s|  2290k|  2275k|     0 |   0.0 | 644M|1471 |   - |1802 | 839 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
252.69/252.77	c   241s|  2300k|  2285k|     0 |   0.0 | 647M|1471 |   - |1802 | 857 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
253.90/253.91	c   242s|  2310k|  2295k|     0 |   0.0 | 650M|1471 |   - |1802 | 864 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
255.00/255.05	c   243s|  2320k|  2305k|     0 |   0.0 | 652M|1471 |   - |1802 | 830 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
256.09/256.20	c   244s|  2330k|  2315k|     0 |   0.0 | 655M|1471 |   - |1802 | 839 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
257.30/257.32	c   245s|  2340k|  2325k|     0 |   0.0 | 658M|1471 |   - |1802 | 839 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
258.40/258.43	c   246s|  2350k|  2335k|     0 |   0.0 | 661M|1471 |   - |1802 | 833 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
259.50/259.59	c   247s|  2360k|  2345k|     0 |   0.0 | 663M|1471 |   - |1802 | 831 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
260.71/260.71	c   248s|  2370k|  2355k|     0 |   0.0 | 666M|1471 |   - |1802 | 816 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
261.80/261.83	c   249s|  2380k|  2365k|     0 |   0.0 | 669M|1471 |   - |1802 | 813 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
262.91/262.96	c   250s|  2390k|  2375k|     0 |   0.0 | 671M|1471 |   - |1802 | 786 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
264.10/264.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.10/264.10	c   252s|  2400k|  2385k|     0 |   0.0 | 674M|1471 |   - |1802 | 782 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
265.20/265.22	c   253s|  2410k|  2395k|     0 |   0.0 | 677M|1471 |   - |1802 | 804 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
266.30/266.33	c   254s|  2420k|  2405k|     0 |   0.0 | 680M|1471 |   - |1802 | 790 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
267.40/267.43	c   255s|  2430k|  2415k|     0 |   0.0 | 682M|1471 |   - |1802 | 774 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
268.49/268.54	c   256s|  2440k|  2425k|     0 |   0.0 | 685M|1471 |   - |1802 | 786 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
269.60/269.68	c   257s|  2450k|  2435k|     0 |   0.0 | 688M|1471 |   - |1802 | 778 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
270.79/270.82	c   258s|  2460k|  2445k|     0 |   0.0 | 690M|1471 |   - |1802 | 805 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
271.89/271.96	c   259s|  2470k|  2455k|     0 |   0.0 | 693M|1471 |   - |1802 | 753 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
273.00/273.08	c   260s|  2480k|  2464k|     0 |   0.0 | 696M|1471 |   - |1802 | 791 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
274.20/274.20	c   261s|  2490k|  2474k|     0 |   0.0 | 699M|1471 |   - |1802 | 765 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
275.30/275.33	c   262s|  2500k|  2484k|     0 |   0.0 | 701M|1471 |   - |1802 | 822 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
276.39/276.46	c   263s|  2510k|  2494k|     0 |   0.0 | 704M|1471 |   - |1802 | 796 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
277.60/277.60	c   264s|  2520k|  2504k|     0 |   0.0 | 707M|1471 |   - |1802 | 840 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
278.69/278.74	c   265s|  2530k|  2514k|     0 |   0.0 | 710M|1471 |   - |1802 | 831 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
279.80/279.85	c   267s|  2540k|  2524k|     0 |   0.0 | 712M|1471 |   - |1802 | 823 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
280.90/280.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.90/280.98	c   268s|  2550k|  2534k|     0 |   0.0 | 715M|1471 |   - |1802 | 820 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
282.10/282.11	c   269s|  2560k|  2544k|     0 |   0.0 | 718M|1471 |   - |1802 | 832 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
283.19/283.25	c   270s|  2570k|  2554k|     0 |   0.0 | 720M|1471 |   - |1802 | 871 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
284.30/284.37	c   271s|  2580k|  2564k|     0 |   0.0 | 723M|1471 |   - |1802 | 829 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
285.50/285.53	c   272s|  2590k|  2574k|     0 |   0.0 | 726M|1471 |   - |1802 | 821 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
286.60/286.68	c   273s|  2600k|  2584k|     0 |   0.0 | 729M|1471 |   - |1802 | 804 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
287.80/287.80	c   274s|  2610k|  2594k|     0 |   0.0 | 731M|1471 |   - |1802 | 804 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
288.90/288.92	c   275s|  2620k|  2604k|     0 |   0.0 | 734M|1471 |   - |1802 | 827 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
290.00/290.05	c   276s|  2630k|  2614k|     0 |   0.0 | 737M|1471 |   - |1802 | 818 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
291.10/291.18	c   277s|  2640k|  2624k|     0 |   0.0 | 739M|1471 |   - |1802 | 812 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
292.29/292.34	c   278s|  2650k|  2634k|     0 |   0.0 | 742M|1471 |   - |1802 | 845 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
293.50/293.50	c   280s|  2660k|  2644k|     0 |   0.0 | 745M|1471 |   - |1802 | 841 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
294.60/294.62	c   281s|  2670k|  2653k|     0 |   0.0 | 748M|1471 |   - |1802 | 816 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
295.70/295.77	c   282s|  2680k|  2663k|     0 |   0.0 | 750M|1471 |   - |1802 | 860 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
296.80/296.88	c   283s|  2690k|  2673k|     0 |   0.0 | 753M|1471 |   - |1802 | 868 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
297.89/298.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
297.89/298.00	c   284s|  2700k|  2683k|     0 |   0.0 | 756M|1471 |   - |1802 | 879 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
299.10/299.12	c   285s|  2710k|  2693k|     0 |   0.0 | 758M|1471 |   - |1802 | 930 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
300.20/300.24	c   286s|  2720k|  2703k|     0 |   0.0 | 761M|1471 |   - |1802 | 883 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
301.30/301.36	c   287s|  2730k|  2713k|     0 |   0.0 | 764M|1471 |   - |1802 | 797 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
302.41/302.50	c   288s|  2740k|  2723k|     0 |   0.0 | 767M|1471 |   - |1802 | 787 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
303.50/303.60	c   289s|  2750k|  2733k|     0 |   0.0 | 769M|1471 |   - |1802 | 807 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
304.71/304.71	c   290s|  2760k|  2743k|     0 |   0.0 | 772M|1471 |   - |1802 | 793 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
305.80/305.81	c   291s|  2770k|  2753k|     0 |   0.0 | 775M|1471 |   - |1802 | 827 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
306.91/306.94	c   292s|  2780k|  2763k|     0 |   0.0 | 777M|1471 |   - |1802 | 854 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
308.00/308.08	c   293s|  2790k|  2773k|     0 |   0.0 | 780M|1471 |   - |1802 | 886 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
309.20/309.23	c   295s|  2800k|  2783k|     0 |   0.0 | 783M|1471 |   - |1802 | 852 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
310.30/310.35	c   296s|  2810k|  2793k|     0 |   0.0 | 786M|1471 |   - |1802 | 842 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
311.40/311.46	c   297s|  2820k|  2803k|     0 |   0.0 | 788M|1471 |   - |1802 | 870 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
312.49/312.58	c   298s|  2830k|  2813k|     0 |   0.0 | 791M|1471 |   - |1802 | 910 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
313.70/313.71	c   299s|  2840k|  2823k|     0 |   0.0 | 794M|1471 |   - |1802 | 881 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
314.80/314.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.80/314.85	c   300s|  2850k|  2833k|     0 |   0.0 | 796M|1471 |   - |1802 | 908 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
315.89/315.98	c   301s|  2860k|  2843k|     0 |   0.0 | 799M|1471 |   - |1802 | 943 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
317.09/317.10	c   302s|  2870k|  2853k|     0 |   0.0 | 802M|1471 |   - |1802 | 825 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
318.19/318.23	c   303s|  2880k|  2862k|     0 |   0.0 | 805M|1471 |   - |1802 | 785 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
319.30/319.34	c   304s|  2890k|  2872k|     0 |   0.0 | 807M|1471 |   - |1802 | 794 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
320.40/320.44	c   305s|  2900k|  2882k|     0 |   0.0 | 810M|1471 |   - |1802 | 822 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
321.50/321.55	c   306s|  2910k|  2892k|     0 |   0.0 | 813M|1471 |   - |1802 | 849 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
322.59/322.68	c   307s|  2920k|  2902k|     0 |   0.0 | 815M|1471 |   - |1802 | 829 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
323.70/323.78	c   308s|  2930k|  2912k|     0 |   0.0 | 818M|1471 |   - |1802 | 820 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
324.90/324.91	c   309s|  2940k|  2922k|     0 |   0.0 | 821M|1471 |   - |1802 | 869 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
326.00/326.05	c   311s|  2950k|  2932k|     0 |   0.0 | 824M|1471 |   - |1802 | 854 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
327.20/327.20	c   312s|  2960k|  2942k|     0 |   0.0 | 826M|1471 |   - |1802 | 860 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
328.30/328.35	c   313s|  2970k|  2952k|     0 |   0.0 | 829M|1471 |   - |1802 | 876 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
329.40/329.43	c   314s|  2980k|  2962k|     0 |   0.0 | 832M|1471 |   - |1802 | 856 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
330.50/330.58	c   315s|  2990k|  2972k|     0 |   0.0 | 834M|1471 |   - |1802 | 887 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
331.70/331.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.70/331.70	c   316s|  3000k|  2982k|     0 |   0.0 | 837M|1471 |   - |1802 | 883 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
332.80/332.81	c   317s|  3010k|  2992k|     0 |   0.0 | 840M|1471 |   - |1802 | 879 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
333.90/333.97	c   318s|  3020k|  3002k|     0 |   0.0 | 843M|1471 |   - |1802 | 875 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
335.10/335.12	c   319s|  3030k|  3012k|     0 |   0.0 | 845M|1471 |   - |1802 | 875 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
336.20/336.27	c   320s|  3040k|  3022k|     0 |   0.0 | 848M|1471 |   - |1802 | 836 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
337.40/337.41	c   321s|  3050k|  3032k|     0 |   0.0 | 851M|1471 |   - |1802 | 886 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
338.50/338.55	c   322s|  3060k|  3042k|     0 |   0.0 | 854M|1471 |   - |1802 | 898 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
339.60/339.68	c   324s|  3070k|  3052k|     0 |   0.0 | 856M|1471 |   - |1802 | 860 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
340.80/340.81	c   325s|  3080k|  3061k|     0 |   0.0 | 859M|1471 |   - |1802 | 888 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
341.90/341.94	c   326s|  3090k|  3071k|     0 |   0.0 | 862M|1471 |   - |1802 | 812 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
343.00/343.08	c   327s|  3100k|  3081k|     0 |   0.0 | 864M|1471 |   - |1802 | 834 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
344.20/344.21	c   328s|  3110k|  3091k|     0 |   0.0 | 867M|1471 |   - |1802 | 825 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
345.31/345.32	c   329s|  3120k|  3101k|     0 |   0.0 | 870M|1471 |   - |1802 | 804 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
346.40/346.46	c   330s|  3130k|  3111k|     0 |   0.0 | 873M|1471 |   - |1802 | 812 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
347.51/347.59	c   331s|  3140k|  3121k|     0 |   0.0 | 875M|1471 |   - |1802 | 852 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
348.70/348.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.70/348.73	c   332s|  3150k|  3131k|     0 |   0.0 | 878M|1471 |   - |1802 | 853 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
349.80/349.87	c   333s|  3160k|  3141k|     0 |   0.0 | 881M|1471 |   - |1802 | 829 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
350.91/350.99	c   334s|  3170k|  3151k|     0 |   0.0 | 883M|1471 |   - |1802 | 810 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
352.10/352.15	c   335s|  3180k|  3161k|     0 |   0.0 | 886M|1471 |   - |1802 | 780 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
353.20/353.27	c   337s|  3190k|  3171k|     0 |   0.0 | 889M|1471 |   - |1802 | 786 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
354.39/354.41	c   338s|  3200k|  3181k|     0 |   0.0 | 892M|1471 |   - |1802 | 835 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
355.50/355.53	c   339s|  3210k|  3191k|     0 |   0.0 | 894M|1471 |   - |1802 | 809 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
356.60/356.65	c   340s|  3220k|  3201k|     0 |   0.0 | 897M|1471 |   - |1802 | 855 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
357.70/357.79	c   341s|  3230k|  3211k|     0 |   0.0 | 900M|1471 |   - |1802 | 874 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
358.90/358.93	c   342s|  3240k|  3221k|     0 |   0.0 | 902M|1471 |   - |1802 | 790 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
360.00/360.03	c   343s|  3250k|  3231k|     0 |   0.0 | 905M|1471 |   - |1802 | 803 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
361.10/361.19	c   344s|  3260k|  3241k|     0 |   0.0 | 908M|1471 |   - |1802 | 811 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
362.30/362.33	c   345s|  3270k|  3251k|     0 |   0.0 | 910M|1471 |   - |1802 | 849 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
363.40/363.46	c   346s|  3280k|  3260k|     0 |   0.0 | 913M|1471 |   - |1802 | 856 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
364.50/364.59	c   347s|  3290k|  3270k|     0 |   0.0 | 916M|1471 |   - |1802 | 900 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
365.70/365.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
365.70/365.75	c   348s|  3300k|  3280k|     0 |   0.0 | 919M|1471 |   - |1802 | 887 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
366.80/366.88	c   349s|  3310k|  3290k|     0 |   0.0 | 921M|1471 |   - |1802 | 912 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
367.90/367.98	c   351s|  3320k|  3300k|     0 |   0.0 | 924M|1471 |   - |1802 | 866 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
369.10/369.13	c   352s|  3330k|  3310k|     0 |   0.0 | 927M|1471 |   - |1802 | 897 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
370.20/370.28	c   353s|  3340k|  3320k|     0 |   0.0 | 929M|1471 |   - |1802 | 904 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
371.40/371.40	c   354s|  3350k|  3330k|     0 |   0.0 | 932M|1471 |   - |1802 | 903 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
372.50/372.51	c   355s|  3360k|  3340k|     0 |   0.0 | 935M|1471 |   - |1802 | 909 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
373.60/373.64	c   356s|  3370k|  3350k|     0 |   0.0 | 938M|1471 |   - |1802 | 922 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
374.70/374.77	c   357s|  3380k|  3360k|     0 |   0.0 | 940M|1471 |   - |1802 | 912 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
375.90/375.90	c   358s|  3390k|  3370k|     0 |   0.0 | 943M|1471 |   - |1802 | 948 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
377.00/377.04	c   359s|  3400k|  3380k|     0 |   0.0 | 946M|1471 |   - |1802 | 895 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
378.10/378.16	c   360s|  3410k|  3390k|     0 |   0.0 | 948M|1471 |   - |1802 | 863 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
379.20/379.28	c   361s|  3420k|  3400k|     0 |   0.0 | 951M|1471 |   - |1802 | 850 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
380.40/380.43	c   362s|  3430k|  3410k|     0 |   0.0 | 954M|1471 |   - |1802 | 857 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
381.50/381.58	c   364s|  3440k|  3420k|     0 |   0.0 | 957M|1471 |   - |1802 | 854 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
382.71/382.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.71/382.72	c   365s|  3450k|  3430k|     0 |   0.0 | 959M|1471 |   - |1802 | 871 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
383.81/383.86	c   366s|  3460k|  3440k|     0 |   0.0 | 962M|1471 |   - |1802 | 849 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
384.91/385.00	c   367s|  3470k|  3449k|     0 |   0.0 | 965M|1471 |   - |1802 | 874 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
386.10/386.13	c   368s|  3480k|  3459k|     0 |   0.0 | 967M|1471 |   - |1802 | 807 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
387.21/387.27	c   369s|  3490k|  3469k|     0 |   0.0 | 970M|1471 |   - |1802 | 785 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
388.30/388.39	c   370s|  3500k|  3479k|     0 |   0.0 | 973M|1471 |   - |1802 | 759 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
389.50/389.55	c   371s|  3510k|  3489k|     0 |   0.0 | 976M|1471 |   - |1802 | 776 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
390.60/390.68	c   372s|  3520k|  3499k|     0 |   0.0 | 978M|1471 |   - |1802 | 767 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
391.70/391.79	c   373s|  3530k|  3509k|     0 |   0.0 | 981M|1471 |   - |1802 | 765 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
392.90/392.93	c   374s|  3540k|  3519k|     0 |   0.0 | 984M|1471 |   - |1802 | 805 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
394.00/394.05	c   375s|  3550k|  3529k|     0 |   0.0 | 986M|1471 |   - |1802 | 795 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
395.20/395.20	c   376s|  3560k|  3539k|     0 |   0.0 | 989M|1471 |   - |1802 | 768 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
396.30/396.30	c   378s|  3570k|  3549k|     0 |   0.0 | 992M|1471 |   - |1802 | 783 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
397.40/397.43	c   379s|  3580k|  3559k|     0 |   0.0 | 995M|1471 |   - |1802 | 830 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
398.50/398.59	c   380s|  3590k|  3569k|     0 |   0.0 | 997M|1471 |   - |1802 | 810 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
399.71/399.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
399.71/399.72	c   381s|  3600k|  3579k|     0 |   0.0 |1000M|1471 |   - |1802 | 782 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
400.80/400.85	c   382s|  3610k|  3589k|     0 |   0.0 |1003M|1471 |   - |1802 | 820 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
401.90/401.98	c   383s|  3620k|  3599k|     0 |   0.0 |1005M|1471 |   - |1802 | 824 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
403.11/403.11	c   384s|  3630k|  3609k|     0 |   0.0 |1008M|1471 |   - |1802 | 794 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
404.20/404.23	c   385s|  3640k|  3619k|     0 |   0.0 |1011M|1471 |   - |1802 | 775 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
405.31/405.35	c   386s|  3650k|  3629k|     0 |   0.0 |1014M|1471 |   - |1802 | 817 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
406.40/406.49	c   387s|  3660k|  3639k|     0 |   0.0 |1016M|1471 |   - |1802 | 895 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
407.61/407.64	c   388s|  3670k|  3648k|     0 |   0.0 |1019M|1471 |   - |1802 | 845 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
408.70/408.75	c   389s|  3680k|  3658k|     0 |   0.0 |1022M|1471 |   - |1802 | 830 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
409.80/409.86	c   390s|  3690k|  3668k|     0 |   0.0 |1024M|1471 |   - |1802 | 820 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
410.90/410.97	c   391s|  3700k|  3678k|     0 |   0.0 |1027M|1471 |   - |1802 | 850 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
412.10/412.12	c   393s|  3710k|  3688k|     0 |   0.0 |1030M|1471 |   - |1802 | 909 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
413.21/413.25	c   394s|  3720k|  3698k|     0 |   0.0 |1033M|1471 |   - |1802 | 894 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
414.30/414.39	c   395s|  3730k|  3708k|     0 |   0.0 |1035M|1471 |   - |1802 | 822 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
415.40/415.49	c   396s|  3740k|  3718k|     0 |   0.0 |1038M|1471 |   - |1802 | 785 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
416.60/416.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
416.60/416.62	c   397s|  3750k|  3728k|     0 |   0.0 |1041M|1471 |   - |1802 | 856 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
417.70/417.75	c   398s|  3760k|  3738k|     0 |   0.0 |1043M|1471 |   - |1802 | 833 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
418.90/418.90	c   399s|  3770k|  3748k|     0 |   0.0 |1046M|1471 |   - |1802 | 793 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
420.00/420.00	c   400s|  3780k|  3758k|     0 |   0.0 |1049M|1471 |   - |1802 | 793 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
421.11/421.13	c   401s|  3790k|  3768k|     0 |   0.0 |1052M|1471 |   - |1802 | 812 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
422.20/422.27	c   402s|  3800k|  3778k|     0 |   0.0 |1054M|1471 |   - |1802 | 830 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
423.30/423.40	c   403s|  3810k|  3788k|     0 |   0.0 |1057M|1471 |   - |1802 | 797 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
424.50/424.53	c   404s|  3820k|  3798k|     0 |   0.0 |1060M|1471 |   - |1802 | 831 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
425.61/425.66	c   406s|  3830k|  3808k|     0 |   0.0 |1063M|1471 |   - |1802 | 813 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
426.71/426.78	c   407s|  3840k|  3818k|     0 |   0.0 |1065M|1471 |   - |1802 | 847 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
427.90/427.91	c   408s|  3850k|  3828k|     0 |   0.0 |1068M|1471 |   - |1802 | 817 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
429.00/429.02	c   409s|  3860k|  3837k|     0 |   0.0 |1071M|1471 |   - |1802 | 809 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
430.10/430.18	c   410s|  3870k|  3847k|     0 |   0.0 |1073M|1471 |   - |1802 | 847 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
431.31/431.30	c   411s|  3880k|  3857k|     0 |   0.0 |1076M|1471 |   - |1802 | 868 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
432.40/432.44	c   412s|  3890k|  3867k|     0 |   0.0 |1079M|1471 |   - |1802 | 870 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
433.51/433.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
433.51/433.58	c   413s|  3900k|  3877k|     0 |   0.0 |1082M|1471 |   - |1802 | 897 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
434.70/434.71	c   414s|  3910k|  3887k|     0 |   0.0 |1084M|1471 |   - |1802 | 847 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
435.80/435.84	c   415s|  3920k|  3897k|     0 |   0.0 |1087M|1471 |   - |1802 | 871 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
436.90/436.97	c   416s|  3930k|  3907k|     0 |   0.0 |1090M|1471 |   - |1802 | 848 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
438.00/438.07	c   417s|  3940k|  3917k|     0 |   0.0 |1092M|1471 |   - |1802 | 853 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
439.20/439.20	c   418s|  3950k|  3927k|     0 |   0.0 |1095M|1471 |   - |1802 | 889 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
440.30/440.34	c   419s|  3960k|  3937k|     0 |   0.0 |1098M|1471 |   - |1802 | 887 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
441.40/441.48	c   421s|  3970k|  3947k|     0 |   0.0 |1100M|1471 |   - |1802 | 934 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
442.50/442.58	c   422s|  3980k|  3957k|     0 |   0.0 |1103M|1471 |   - |1802 | 950 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
443.61/443.69	c   423s|  3990k|  3967k|     0 |   0.0 |1106M|1471 |   - |1802 | 950 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
444.81/444.84	c   424s|  4000k|  3977k|     0 |   0.0 |1109M|1471 |   - |1802 | 933 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
445.90/445.97	c   425s|  4010k|  3987k|     0 |   0.0 |1111M|1471 |   - |1802 | 956 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
447.10/447.11	c   426s|  4020k|  3997k|     0 |   0.0 |1114M|1471 |   - |1802 | 945 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
448.20/448.23	c   427s|  4030k|  4007k|     0 |   0.0 |1117M|1471 |   - |1802 | 884 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
449.30/449.36	c   428s|  4040k|  4017k|     0 |   0.0 |1119M|1471 |   - |1802 | 889 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
450.40/450.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.40/450.49	c   429s|  4050k|  4026k|     0 |   0.0 |1122M|1471 |   - |1802 | 917 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
451.60/451.62	c   430s|  4060k|  4036k|     0 |   0.0 |1125M|1471 |   - |1802 | 943 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
452.71/452.75	c   431s|  4070k|  4046k|     0 |   0.0 |1128M|1471 |   - |1802 | 948 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
453.80/453.85	c   432s|  4080k|  4056k|     0 |   0.0 |1130M|1471 |   - |1802 | 892 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
454.90/454.99	c   433s|  4090k|  4066k|     0 |   0.0 |1133M|1471 |   - |1802 | 852 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
456.10/456.11	c   434s|  4100k|  4076k|     0 |   0.0 |1136M|1471 |   - |1802 | 890 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
457.21/457.22	c   436s|  4110k|  4086k|     0 |   0.0 |1138M|1471 |   - |1802 | 875 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
458.30/458.34	c   437s|  4120k|  4096k|     0 |   0.0 |1141M|1471 |   - |1802 | 870 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
459.40/459.47	c   438s|  4130k|  4106k|     0 |   0.0 |1144M|1471 |   - |1802 | 854 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
460.51/460.59	c   439s|  4140k|  4116k|     0 |   0.0 |1147M|1471 |   - |1802 | 884 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
461.71/461.72	c   440s|  4150k|  4126k|     0 |   0.0 |1149M|1471 |   - |1802 | 870 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
462.80/462.85	c   441s|  4160k|  4136k|     0 |   0.0 |1152M|1471 |   - |1802 | 862 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
463.90/463.96	c   442s|  4170k|  4146k|     0 |   0.0 |1155M|1471 |   - |1802 | 869 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
465.10/465.10	c   443s|  4180k|  4156k|     0 |   0.0 |1157M|1471 |   - |1802 | 853 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
466.21/466.21	c   444s|  4190k|  4166k|     0 |   0.0 |1160M|1471 |   - |1802 | 875 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
467.30/467.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
467.30/467.33	c   445s|  4200k|  4176k|     0 |   0.0 |1163M|1471 |   - |1802 | 890 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
468.40/468.47	c   446s|  4210k|  4186k|     0 |   0.0 |1166M|1471 |   - |1802 | 906 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
469.50/469.59	c   447s|  4220k|  4196k|     0 |   0.0 |1168M|1471 |   - |1802 | 867 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
470.71/470.73	c   448s|  4230k|  4206k|     0 |   0.0 |1171M|1471 |   - |1802 | 876 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
471.81/471.86	c   449s|  4240k|  4215k|     0 |   0.0 |1174M|1471 |   - |1802 | 917 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
472.91/472.99	c   451s|  4250k|  4225k|     0 |   0.0 |1176M|1471 |   - |1802 | 858 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
474.11/474.10	c   452s|  4260k|  4235k|     0 |   0.0 |1179M|1471 |   - |1802 | 857 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
475.21/475.24	c   453s|  4270k|  4245k|     0 |   0.0 |1182M|1471 |   - |1802 | 864 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
476.30/476.38	c   454s|  4280k|  4255k|     0 |   0.0 |1185M|1471 |   - |1802 | 881 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
477.40/477.48	c   455s|  4290k|  4265k|     0 |   0.0 |1187M|1471 |   - |1802 | 877 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
478.50/478.60	c   456s|  4300k|  4275k|     0 |   0.0 |1190M|1471 |   - |1802 | 847 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
479.70/479.72	c   457s|  4310k|  4285k|     0 |   0.0 |1193M|1471 |   - |1802 | 916 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
480.81/480.85	c   458s|  4320k|  4295k|     0 |   0.0 |1195M|1471 |   - |1802 | 912 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
481.90/481.98	c   459s|  4330k|  4305k|     0 |   0.0 |1198M|1471 |   - |1802 | 905 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
483.10/483.11	c   460s|  4340k|  4315k|     0 |   0.0 |1201M|1471 |   - |1802 | 808 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
484.21/484.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
484.21/484.24	c   461s|  4350k|  4325k|     0 |   0.0 |1204M|1471 |   - |1802 | 853 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
485.30/485.36	c   462s|  4360k|  4335k|     0 |   0.0 |1206M|1471 |   - |1802 | 815 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
486.40/486.48	c   463s|  4370k|  4345k|     0 |   0.0 |1209M|1471 |   - |1802 | 861 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
487.61/487.63	c   464s|  4380k|  4355k|     0 |   0.0 |1212M|1471 |   - |1802 | 864 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
488.70/488.74	c   466s|  4390k|  4365k|     0 |   0.0 |1215M|1471 |   - |1802 | 838 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
489.90/489.90	c   467s|  4400k|  4375k|     0 |   0.0 |1217M|1471 |   - |1802 | 911 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
491.00/491.04	c   468s|  4410k|  4385k|     0 |   0.0 |1220M|1471 |   - |1802 | 918 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
492.10/492.18	c   469s|  4420k|  4395k|     0 |   0.0 |1223M|1471 |   - |1802 | 966 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
493.30/493.32	c   470s|  4430k|  4405k|     0 |   0.0 |1225M|1471 |   - |1802 | 917 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
494.41/494.46	c   471s|  4440k|  4414k|     0 |   0.0 |1228M|1471 |   - |1802 | 970 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
495.50/495.55	c   472s|  4450k|  4424k|     0 |   0.0 |1231M|1471 |   - |1802 | 965 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
496.61/496.68	c   473s|  4460k|  4434k|     0 |   0.0 |1234M|1471 |   - |1802 | 977 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
497.81/497.81	c   474s|  4470k|  4444k|     0 |   0.0 |1236M|1471 |   - |1802 |1000 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
498.90/498.91	c   475s|  4480k|  4454k|     0 |   0.0 |1239M|1471 |   - |1802 |1007 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
500.01/500.05	c   476s|  4490k|  4464k|     0 |   0.0 |1242M|1471 |   - |1802 |1026 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
501.10/501.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
501.10/501.16	c   477s|  4500k|  4474k|     0 |   0.0 |1244M|1471 |   - |1802 |1022 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
502.31/502.30	c   478s|  4510k|  4484k|     0 |   0.0 |1247M|1471 |   - |1802 |1070 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
503.41/503.44	c   480s|  4520k|  4494k|     0 |   0.0 |1250M|1471 |   - |1802 | 992 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
504.50/504.54	c   481s|  4530k|  4504k|     0 |   0.0 |1253M|1471 |   - |1802 | 927 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
505.60/505.68	c   482s|  4540k|  4514k|     0 |   0.0 |1255M|1471 |   - |1802 | 951 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
506.81/506.80	c   483s|  4550k|  4524k|     0 |   0.0 |1258M|1471 |   - |1802 | 954 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
507.91/507.91	c   484s|  4560k|  4534k|     0 |   0.0 |1261M|1471 |   - |1802 | 917 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
509.00/509.03	c   485s|  4570k|  4544k|     0 |   0.0 |1263M|1471 |   - |1802 | 929 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
510.10/510.18	c   486s|  4580k|  4554k|     0 |   0.0 |1266M|1471 |   - |1802 | 928 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
511.20/511.28	c   487s|  4590k|  4564k|     0 |   0.0 |1269M|1471 |   - |1802 | 937 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
512.40/512.40	c   488s|  4600k|  4574k|     0 |   0.0 |1271M|1471 |   - |1802 | 937 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
513.50/513.51	c   489s|  4610k|  4584k|     0 |   0.0 |1274M|1471 |   - |1802 | 928 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
514.60/514.65	c   490s|  4620k|  4594k|     0 |   0.0 |1277M|1471 |   - |1802 | 907 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
515.70/515.77	c   491s|  4630k|  4603k|     0 |   0.0 |1280M|1471 |   - |1802 | 880 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
516.80/516.87	c   492s|  4640k|  4613k|     0 |   0.0 |1282M|1471 |   - |1802 | 870 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
517.91/518.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
517.91/518.00	c   493s|  4650k|  4623k|     0 |   0.0 |1285M|1471 |   - |1802 | 895 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
519.11/519.10	c   494s|  4660k|  4633k|     0 |   0.0 |1288M|1471 |   - |1802 | 910 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
520.21/520.22	c   496s|  4670k|  4643k|     0 |   0.0 |1290M|1471 |   - |1802 | 905 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
521.31/521.32	c   497s|  4680k|  4653k|     0 |   0.0 |1293M|1471 |   - |1802 | 923 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
522.41/522.45	c   498s|  4690k|  4663k|     0 |   0.0 |1296M|1471 |   - |1802 | 957 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
523.51/523.57	c   499s|  4700k|  4673k|     0 |   0.0 |1299M|1471 |   - |1802 | 979 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
524.61/524.70	c   500s|  4710k|  4683k|     0 |   0.0 |1301M|1471 |   - |1802 | 959 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
525.71/525.79	c   501s|  4720k|  4693k|     0 |   0.0 |1304M|1471 |   - |1802 | 951 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
526.91/526.91	c   502s|  4730k|  4703k|     0 |   0.0 |1307M|1471 |   - |1802 | 978 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
528.01/528.03	c   503s|  4740k|  4713k|     0 |   0.0 |1310M|1471 |   - |1802 | 980 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
529.11/529.17	c   504s|  4750k|  4723k|     0 |   0.0 |1312M|1471 |   - |1802 | 986 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
530.21/530.28	c   505s|  4760k|  4733k|     0 |   0.0 |1315M|1471 |   - |1802 |1006 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
531.31/531.39	c   506s|  4770k|  4743k|     0 |   0.0 |1318M|1471 |   - |1802 | 970 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
532.51/532.50	c   507s|  4780k|  4753k|     0 |   0.0 |1320M|1471 |   - |1802 | 972 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
533.61/533.60	c   508s|  4790k|  4763k|     0 |   0.0 |1323M|1471 |   - |1802 | 980 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
534.71/534.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.71/534.75	c   509s|  4800k|  4773k|     0 |   0.0 |1326M|1471 |   - |1802 |1016 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
535.81/535.89	c   510s|  4810k|  4783k|     0 |   0.0 |1328M|1471 |   - |1802 | 882 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
537.00/537.00	c   512s|  4820k|  4793k|     0 |   0.0 |1331M|1471 |   - |1802 | 917 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
538.10/538.11	c   513s|  4830k|  4802k|     0 |   0.0 |1334M|1471 |   - |1802 | 923 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
539.20/539.21	c   514s|  4840k|  4812k|     0 |   0.0 |1337M|1471 |   - |1802 | 907 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
540.31/540.32	c   515s|  4850k|  4822k|     0 |   0.0 |1339M|1471 |   - |1802 | 950 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
541.41/541.43	c   516s|  4860k|  4832k|     0 |   0.0 |1342M|1471 |   - |1802 | 959 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
542.51/542.53	c   517s|  4870k|  4842k|     0 |   0.0 |1345M|1471 |   - |1802 | 973 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
543.60/543.65	c   518s|  4880k|  4852k|     0 |   0.0 |1348M|1471 |   - |1802 | 995 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
544.71/544.76	c   519s|  4890k|  4862k|     0 |   0.0 |1350M|1471 |   - |1802 | 953 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
545.80/545.87	c   520s|  4900k|  4872k|     0 |   0.0 |1353M|1471 |   - |1802 | 985 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
547.00/547.00	c   521s|  4910k|  4882k|     0 |   0.0 |1356M|1471 |   - |1802 | 880 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
548.10/548.10	c   522s|  4920k|  4892k|     0 |   0.0 |1358M|1471 |   - |1802 | 892 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
549.20/549.21	c   523s|  4930k|  4902k|     0 |   0.0 |1361M|1471 |   - |1802 | 915 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
550.31/550.33	c   524s|  4940k|  4912k|     0 |   0.0 |1364M|1471 |   - |1802 | 860 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
551.40/551.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.40/551.45	c   525s|  4950k|  4922k|     0 |   0.0 |1367M|1471 |   - |1802 | 920 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
552.50/552.57	c   526s|  4960k|  4932k|     0 |   0.0 |1369M|1471 |   - |1802 | 923 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
553.61/553.68	c   527s|  4970k|  4942k|     0 |   0.0 |1372M|1471 |   - |1802 | 923 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
554.81/554.83	c   528s|  4980k|  4952k|     0 |   0.0 |1375M|1471 |   - |1802 | 974 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
555.90/555.96	c   530s|  4990k|  4962k|     0 |   0.0 |1378M|1471 |   - |1802 | 944 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
557.00/557.05	c   531s|  5000k|  4972k|     0 |   0.0 |1380M|1471 |   - |1802 | 911 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
558.11/558.17	c   532s|  5010k|  4982k|     0 |   0.0 |1383M|1471 |   - |1802 | 930 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
559.21/559.29	c   533s|  5020k|  4992k|     0 |   0.0 |1386M|1471 |   - |1802 | 967 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
560.41/560.40	c   534s|  5030k|  5001k|     0 |   0.0 |1388M|1471 |   - |1802 | 975 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
561.51/561.52	c   535s|  5040k|  5011k|     0 |   0.0 |1391M|1471 |   - |1802 | 955 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
562.60/562.63	c   536s|  5050k|  5021k|     0 |   0.0 |1394M|1471 |   - |1802 | 996 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
563.70/563.73	c   537s|  5060k|  5031k|     0 |   0.0 |1397M|1471 |   - |1802 | 960 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
564.80/564.85	c   538s|  5070k|  5041k|     0 |   0.0 |1399M|1471 |   - |1802 |1002 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
565.91/565.95	c   539s|  5080k|  5051k|     0 |   0.0 |1402M|1471 |   - |1802 |1027 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
567.00/567.08	c   540s|  5090k|  5061k|     0 |   0.0 |1405M|1471 |   - |1802 |1042 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
568.20/568.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
568.20/568.20	c   541s|  5100k|  5071k|     0 |   0.0 |1408M|1471 |   - |1802 | 930 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
569.31/569.33	c   542s|  5110k|  5081k|     0 |   0.0 |1410M|1471 |   - |1802 | 909 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
570.41/570.44	c   543s|  5120k|  5091k|     0 |   0.0 |1413M|1471 |   - |1802 | 886 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
571.50/571.57	c   544s|  5130k|  5101k|     0 |   0.0 |1416M|1471 |   - |1802 | 911 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
572.61/572.68	c   546s|  5140k|  5111k|     0 |   0.0 |1418M|1471 |   - |1802 | 921 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
573.81/573.80	c   547s|  5150k|  5121k|     0 |   0.0 |1421M|1471 |   - |1802 | 946 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
574.90/574.93	c   548s|  5160k|  5131k|     0 |   0.0 |1424M|1471 |   - |1802 | 943 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
576.00/576.03	c   549s|  5170k|  5141k|     0 |   0.0 |1426M|1471 |   - |1802 | 919 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
577.10/577.14	c   550s|  5180k|  5151k|     0 |   0.0 |1429M|1471 |   - |1802 | 958 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
578.21/578.26	c   551s|  5190k|  5161k|     0 |   0.0 |1432M|1471 |   - |1802 |1004 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
579.30/579.38	c   552s|  5200k|  5171k|     0 |   0.0 |1435M|1471 |   - |1802 | 954 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
580.51/580.52	c   553s|  5210k|  5181k|     0 |   0.0 |1437M|1471 |   - |1802 | 929 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
581.61/581.65	c   554s|  5220k|  5190k|     0 |   0.0 |1440M|1471 |   - |1802 | 936 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
582.70/582.76	c   555s|  5230k|  5200k|     0 |   0.0 |1443M|1471 |   - |1802 | 900 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
583.81/583.88	c   556s|  5240k|  5210k|     0 |   0.0 |1445M|1471 |   - |1802 | 957 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
585.00/585.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
585.00/585.00	c   557s|  5250k|  5220k|     0 |   0.0 |1448M|1471 |   - |1802 |1004 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
586.11/586.14	c   558s|  5260k|  5230k|     0 |   0.0 |1451M|1471 |   - |1802 | 955 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
587.21/587.25	c   559s|  5270k|  5240k|     0 |   0.0 |1454M|1471 |   - |1802 | 978 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
588.31/588.36	c   560s|  5280k|  5250k|     0 |   0.0 |1456M|1471 |   - |1802 | 995 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
589.41/589.47	c   561s|  5290k|  5260k|     0 |   0.0 |1459M|1471 |   - |1802 |1002 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
590.50/590.58	c   563s|  5300k|  5270k|     0 |   0.0 |1462M|1471 |   - |1802 | 906 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
591.61/591.69	c   564s|  5310k|  5280k|     0 |   0.0 |1464M|1471 |   - |1802 | 903 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
592.71/592.80	c   565s|  5320k|  5290k|     0 |   0.0 |1467M|1471 |   - |1802 | 897 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
593.91/593.91	c   566s|  5330k|  5300k|     0 |   0.0 |1470M|1471 |   - |1802 | 905 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
595.01/595.01	c   567s|  5340k|  5310k|     0 |   0.0 |1473M|1471 |   - |1802 | 932 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
596.11/596.11	c   568s|  5350k|  5320k|     0 |   0.0 |1475M|1471 |   - |1802 | 937 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
597.21/597.24	c   569s|  5360k|  5330k|     0 |   0.0 |1478M|1471 |   - |1802 | 956 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
598.31/598.36	c   570s|  5370k|  5340k|     0 |   0.0 |1481M|1471 |   - |1802 | 980 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
599.41/599.47	c   571s|  5380k|  5350k|     0 |   0.0 |1483M|1471 |   - |1802 | 949 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
600.51/600.58	c   572s|  5390k|  5360k|     0 |   0.0 |1486M|1471 |   - |1802 |1020 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
601.61/601.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
601.61/601.68	c   573s|  5400k|  5370k|     0 |   0.0 |1489M|1471 |   - |1802 | 996 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
602.71/602.79	c   574s|  5410k|  5379k|     0 |   0.0 |1492M|1471 |   - |1802 | 956 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
603.91/603.91	c   575s|  5420k|  5389k|     0 |   0.0 |1494M|1471 |   - |1802 | 911 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
605.02/605.01	c   576s|  5430k|  5399k|     0 |   0.0 |1497M|1471 |   - |1802 | 910 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
606.12/606.14	c   577s|  5440k|  5409k|     0 |   0.0 |1500M|1471 |   - |1802 | 893 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
607.21/607.22	c   578s|  5450k|  5419k|     0 |   0.0 |1502M|1471 |   - |1802 | 911 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
608.31/608.38	c   579s|  5460k|  5429k|     0 |   0.0 |1505M|1471 |   - |1802 | 941 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
609.51/609.52	c   581s|  5470k|  5439k|     0 |   0.0 |1508M|1471 |   - |1802 | 967 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
610.60/610.64	c   582s|  5480k|  5449k|     0 |   0.0 |1511M|1471 |   - |1802 | 994 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
611.71/611.76	c   583s|  5490k|  5459k|     0 |   0.0 |1513M|1471 |   - |1802 | 985 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
612.81/612.89	c   584s|  5500k|  5469k|     0 |   0.0 |1516M|1471 |   - |1802 |1002 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
614.01/614.01	c   585s|  5510k|  5479k|     0 |   0.0 |1519M|1471 |   - |1802 | 935 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
615.11/615.13	c   586s|  5520k|  5489k|     0 |   0.0 |1521M|1471 |   - |1802 | 940 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
616.20/616.25	c   587s|  5530k|  5499k|     0 |   0.0 |1524M|1471 |   - |1802 | 946 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
617.31/617.39	c   588s|  5540k|  5509k|     0 |   0.0 |1527M|1471 |   - |1802 | 966 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
618.51/618.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
618.51/618.50	c   589s|  5550k|  5519k|     0 |   0.0 |1530M|1471 |   - |1802 |1004 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
619.61/619.60	c   590s|  5560k|  5529k|     0 |   0.0 |1532M|1471 |   - |1802 |1005 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
620.71/620.73	c   591s|  5570k|  5539k|     0 |   0.0 |1535M|1471 |   - |1802 | 966 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
621.81/621.84	c   592s|  5580k|  5549k|     0 |   0.0 |1538M|1471 |   - |1802 | 992 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
622.90/622.98	c   593s|  5590k|  5559k|     0 |   0.0 |1540M|1471 |   - |1802 | 969 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
624.11/624.12	c   594s|  5600k|  5568k|     0 |   0.0 |1543M|1471 |   - |1802 |1002 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
625.20/625.24	c   596s|  5610k|  5578k|     0 |   0.0 |1546M|1471 |   - |1802 | 869 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
626.31/626.35	c   597s|  5620k|  5588k|     0 |   0.0 |1548M|1471 |   - |1802 | 886 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
627.41/627.48	c   598s|  5630k|  5598k|     0 |   0.0 |1551M|1471 |   - |1802 | 866 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
628.51/628.57	c   599s|  5640k|  5608k|     0 |   0.0 |1554M|1471 |   - |1802 | 878 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
629.61/629.68	c   600s|  5650k|  5618k|     0 |   0.0 |1557M|1471 |   - |1802 | 880 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
630.81/630.80	c   601s|  5660k|  5628k|     0 |   0.0 |1559M|1471 |   - |1802 | 876 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
631.91/631.93	c   602s|  5670k|  5638k|     0 |   0.0 |1562M|1471 |   - |1802 | 947 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
633.01/633.08	c   603s|  5680k|  5648k|     0 |   0.0 |1565M|1471 |   - |1802 | 961 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
634.21/634.21	c   604s|  5690k|  5658k|     0 |   0.0 |1568M|1471 |   - |1802 | 945 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
635.31/635.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.31/635.36	c   605s|  5700k|  5668k|     0 |   0.0 |1570M|1471 |   - |1802 |1014 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
636.40/636.49	c   606s|  5710k|  5678k|     0 |   0.0 |1573M|1471 |   - |1802 | 999 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
637.61/637.61	c   607s|  5720k|  5688k|     0 |   0.0 |1576M|1471 |   - |1802 | 922 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
638.71/638.74	c   608s|  5730k|  5698k|     0 |   0.0 |1578M|1471 |   - |1802 | 916 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
639.81/639.84	c   609s|  5740k|  5708k|     0 |   0.0 |1581M|1471 |   - |1802 | 936 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
640.91/640.97	c   611s|  5750k|  5718k|     0 |   0.0 |1584M|1471 |   - |1802 | 939 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
642.01/642.08	c   612s|  5760k|  5728k|     0 |   0.0 |1586M|1471 |   - |1802 | 957 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
643.11/643.19	c   613s|  5770k|  5738k|     0 |   0.0 |1589M|1471 |   - |1802 | 960 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
644.30/644.30	c   614s|  5780k|  5747k|     0 |   0.0 |1592M|1471 |   - |1802 | 988 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
645.41/645.41	c   615s|  5790k|  5757k|     0 |   0.0 |1595M|1471 |   - |1802 | 993 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
646.51/646.55	c   616s|  5800k|  5767k|     0 |   0.0 |1597M|1471 |   - |1802 |1024 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
647.61/647.68	c   617s|  5810k|  5777k|     0 |   0.0 |1600M|1471 |   - |1802 |1026 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
648.81/648.83	c   618s|  5820k|  5787k|     0 |   0.0 |1603M|1471 |   - |1802 |1030 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
649.90/649.96	c   619s|  5830k|  5797k|     0 |   0.0 |1605M|1471 |   - |1802 |1001 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
651.01/651.10	c   620s|  5840k|  5807k|     0 |   0.0 |1608M|1471 |   - |1802 |1032 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
652.11/652.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
652.11/652.20	c   621s|  5850k|  5817k|     0 |   0.0 |1611M|1471 |   - |1802 |1015 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
653.31/653.30	c   622s|  5860k|  5827k|     0 |   0.0 |1614M|1471 |   - |1802 |1013 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
654.30/654.40	c   623s|  5870k|  5837k|     0 |   0.0 |1616M|1471 |   - |1802 |1010 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
655.51/655.53	c   624s|  5880k|  5847k|     0 |   0.0 |1619M|1471 |   - |1802 |1016 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
656.61/656.67	c   626s|  5890k|  5857k|     0 |   0.0 |1622M|1471 |   - |1802 |1030 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
657.71/657.79	c   627s|  5900k|  5867k|     0 |   0.0 |1625M|1471 |   - |1802 | 980 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
658.92/658.94	c   628s|  5910k|  5877k|     0 |   0.0 |1627M|1471 |   - |1802 | 980 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
660.01/660.06	c   629s|  5920k|  5887k|     0 |   0.0 |1630M|1471 |   - |1802 |1002 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
661.21/661.22	c   630s|  5930k|  5897k|     0 |   0.0 |1633M|1471 |   - |1802 | 920 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
662.31/662.36	c   631s|  5940k|  5907k|     0 |   0.0 |1635M|1471 |   - |1802 | 890 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
663.41/663.47	c   632s|  5950k|  5917k|     0 |   0.0 |1638M|1471 |   - |1802 | 907 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
664.51/664.58	c   633s|  5960k|  5927k|     0 |   0.0 |1641M|1471 |   - |1802 | 876 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
665.61/665.69	c   634s|  5970k|  5937k|     0 |   0.0 |1644M|1471 |   - |1802 | 941 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
666.71/666.78	c   635s|  5980k|  5946k|     0 |   0.0 |1646M|1471 |   - |1802 | 938 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
667.91/667.93	c   636s|  5990k|  5956k|     0 |   0.0 |1649M|1471 |   - |1802 | 979 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
669.01/669.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
669.01/669.04	c   637s|  6000k|  5966k|     0 |   0.0 |1652M|1471 |   - |1802 | 954 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
670.11/670.17	c   638s|  6010k|  5976k|     0 |   0.0 |1654M|1471 |   - |1802 | 986 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
671.21/671.29	c   639s|  6020k|  5986k|     0 |   0.0 |1657M|1471 |   - |1802 |1008 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
672.41/672.41	c   640s|  6030k|  5996k|     0 |   0.0 |1660M|1471 |   - |1802 | 968 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
673.51/673.54	c   642s|  6040k|  6006k|     0 |   0.0 |1663M|1471 |   - |1802 | 939 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
674.61/674.67	c   643s|  6050k|  6016k|     0 |   0.0 |1665M|1471 |   - |1802 | 952 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
675.81/675.81	c   644s|  6060k|  6026k|     0 |   0.0 |1668M|1471 |   - |1802 | 978 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
676.91/676.91	c   645s|  6070k|  6036k|     0 |   0.0 |1671M|1471 |   - |1802 | 991 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
678.01/678.04	c   646s|  6080k|  6046k|     0 |   0.0 |1673M|1471 |   - |1802 |1046 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
679.11/679.13	c   647s|  6090k|  6056k|     0 |   0.0 |1676M|1471 |   - |1802 |1062 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
680.21/680.24	c   648s|  6100k|  6066k|     0 |   0.0 |1679M|1471 |   - |1802 |1099 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
681.31/681.34	c   649s|  6110k|  6076k|     0 |   0.0 |1682M|1471 |   - |1802 |1086 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
682.41/682.46	c   650s|  6120k|  6086k|     0 |   0.0 |1684M|1471 |   - |1802 |1128 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
683.51/683.56	c   651s|  6130k|  6096k|     0 |   0.0 |1687M|1471 |   - |1802 |1128 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
684.71/684.71	c   652s|  6140k|  6106k|     0 |   0.0 |1690M|1471 |   - |1802 |1058 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
685.81/685.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.81/685.83	c   653s|  6150k|  6116k|     0 |   0.0 |1692M|1471 |   - |1802 |1026 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
686.91/686.98	c   654s|  6160k|  6126k|     0 |   0.0 |1695M|1471 |   - |1802 |1061 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
688.01/688.09	c   655s|  6170k|  6135k|     0 |   0.0 |1698M|1471 |   - |1802 |1042 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
689.11/689.19	c   656s|  6180k|  6145k|     0 |   0.0 |1701M|1471 |   - |1802 |1023 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
690.31/690.33	c   658s|  6190k|  6155k|     0 |   0.0 |1703M|1471 |   - |1802 |1054 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
691.41/691.44	c   659s|  6200k|  6165k|     0 |   0.0 |1706M|1471 |   - |1802 |1081 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
692.51/692.55	c   660s|  6210k|  6175k|     0 |   0.0 |1709M|1471 |   - |1802 |1065 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
693.61/693.69	c   661s|  6220k|  6185k|     0 |   0.0 |1711M|1471 |   - |1802 |1137 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
694.81/694.81	c   662s|  6230k|  6195k|     0 |   0.0 |1714M|1471 |   - |1802 |1077 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
695.81/695.87	c   663s|  6240k|  6205k|     0 |   0.0 |1717M|1471 |   - |1802 |1072 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
697.01/697.01	c   664s|  6250k|  6215k|     0 |   0.0 |1720M|1471 |   - |1802 |1033 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
698.11/698.14	c   665s|  6260k|  6225k|     0 |   0.0 |1722M|1471 |   - |1802 |1002 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
699.20/699.28	c   666s|  6270k|  6235k|     0 |   0.0 |1725M|1471 |   - |1802 | 996 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
700.41/700.40	c   667s|  6280k|  6245k|     0 |   0.0 |1728M|1471 |   - |1802 | 991 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
701.51/701.51	c   668s|  6290k|  6255k|     0 |   0.0 |1730M|1471 |   - |1802 | 967 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
702.61/702.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.61/702.61	c   669s|  6300k|  6265k|     0 |   0.0 |1733M|1471 |   - |1802 | 995 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
703.71/703.75	c   670s|  6310k|  6275k|     0 |   0.0 |1736M|1471 |   - |1802 |1048 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
704.80/704.86	c   671s|  6320k|  6285k|     0 |   0.0 |1739M|1471 |   - |1802 |1002 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
705.91/705.98	c   672s|  6330k|  6295k|     0 |   0.0 |1741M|1471 |   - |1802 |1027 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
707.11/707.12	c   673s|  6340k|  6305k|     0 |   0.0 |1744M|1471 |   - |1802 |1033 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
708.21/708.26	c   675s|  6350k|  6314k|     0 |   0.0 |1747M|1471 |   - |1802 |1069 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
709.31/709.40	c   676s|  6360k|  6324k|     0 |   0.0 |1749M|1471 |   - |1802 |1039 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
710.51/710.51	c   677s|  6370k|  6334k|     0 |   0.0 |1752M|1471 |   - |1802 |1034 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
711.62/711.65	c   678s|  6380k|  6344k|     0 |   0.0 |1755M|1471 |   - |1802 |1113 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
712.71/712.79	c   679s|  6390k|  6354k|     0 |   0.0 |1758M|1471 |   - |1802 |1112 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
713.92/713.91	c   680s|  6400k|  6364k|     0 |   0.0 |1760M|1471 |   - |1802 |1133 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
715.02/715.02	c   681s|  6410k|  6374k|     0 |   0.0 |1763M|1471 |   - |1802 |1133 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
716.12/716.11	c   682s|  6420k|  6384k|     0 |   0.0 |1766M|1471 |   - |1802 |1143 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
717.22/717.23	c   683s|  6430k|  6394k|     0 |   0.0 |1769M|1471 |   - |1802 |1184 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
718.32/718.33	c   684s|  6440k|  6404k|     0 |   0.0 |1771M|1471 |   - |1802 |1184 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
719.42/719.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
719.42/719.43	c   685s|  6450k|  6414k|     0 |   0.0 |1774M|1471 |   - |1802 |1203 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
720.52/720.57	c   686s|  6460k|  6424k|     0 |   0.0 |1777M|1471 |   - |1802 |1179 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
721.71/721.71	c   687s|  6470k|  6434k|     0 |   0.0 |1779M|1471 |   - |1802 |1089 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
722.81/722.83	c   688s|  6480k|  6444k|     0 |   0.0 |1782M|1471 |   - |1802 | 964 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
723.91/723.94	c   689s|  6490k|  6454k|     0 |   0.0 |1785M|1471 |   - |1802 | 916 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
725.01/725.08	c   691s|  6500k|  6464k|     0 |   0.0 |1788M|1471 |   - |1802 | 952 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
726.21/726.22	c   692s|  6510k|  6474k|     0 |   0.0 |1790M|1471 |   - |1802 | 957 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
727.31/727.34	c   693s|  6520k|  6484k|     0 |   0.0 |1793M|1471 |   - |1802 | 962 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
728.41/728.44	c   694s|  6530k|  6494k|     0 |   0.0 |1796M|1471 |   - |1802 | 958 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
729.51/729.57	c   695s|  6540k|  6503k|     0 |   0.0 |1798M|1471 |   - |1802 | 990 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
730.62/730.68	c   696s|  6550k|  6513k|     0 |   0.0 |1801M|1471 |   - |1802 |1019 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
731.81/731.84	c   697s|  6560k|  6523k|     0 |   0.0 |1804M|1471 |   - |1802 | 994 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
732.91/732.97	c   698s|  6570k|  6533k|     0 |   0.0 |1807M|1471 |   - |1802 |1038 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
734.01/734.06	c   699s|  6580k|  6543k|     0 |   0.0 |1809M|1471 |   - |1802 |1052 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
735.11/735.17	c   700s|  6590k|  6553k|     0 |   0.0 |1812M|1471 |   - |1802 |1027 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
736.21/736.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
736.21/736.26	c   701s|  6600k|  6563k|     0 |   0.0 |1815M|1471 |   - |1802 |1019 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
737.31/737.36	c   702s|  6610k|  6573k|     0 |   0.0 |1817M|1471 |   - |1802 |1058 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
738.41/738.47	c   703s|  6620k|  6583k|     0 |   0.0 |1820M|1471 |   - |1802 |1058 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
739.61/739.62	c   704s|  6630k|  6593k|     0 |   0.0 |1823M|1471 |   - |1802 |1134 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
740.71/740.74	c   705s|  6640k|  6603k|     0 |   0.0 |1826M|1471 |   - |1802 |1135 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
741.81/741.84	c   707s|  6650k|  6613k|     0 |   0.0 |1828M|1471 |   - |1802 |1134 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
742.92/742.97	c   708s|  6660k|  6623k|     0 |   0.0 |1831M|1471 |   - |1802 |1170 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
744.02/744.08	c   709s|  6670k|  6633k|     0 |   0.0 |1834M|1471 |   - |1802 |1139 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
745.11/745.19	c   710s|  6680k|  6643k|     0 |   0.0 |1837M|1471 |   - |1802 |1123 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
746.31/746.32	c   711s|  6690k|  6653k|     0 |   0.0 |1839M|1471 |   - |1802 |1151 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
747.41/747.46	c   712s|  6700k|  6663k|     0 |   0.0 |1842M|1471 |   - |1802 |1025 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
748.51/748.58	c   713s|  6710k|  6673k|     0 |   0.0 |1845M|1471 |   - |1802 | 979 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
749.71/749.76	c   714s|  6720k|  6683k|     0 |   0.0 |1847M|1471 |   - |1802 | 928 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
750.81/750.89	c   715s|  6730k|  6692k|     0 |   0.0 |1850M|1471 |   - |1802 | 894 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
752.01/752.02	c   716s|  6740k|  6702k|     0 |   0.0 |1853M|1471 |   - |1802 | 953 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
753.11/753.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
753.11/753.13	c   717s|  6750k|  6712k|     0 |   0.0 |1855M|1471 |   - |1802 | 941 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
754.21/754.26	c   718s|  6760k|  6722k|     0 |   0.0 |1858M|1471 |   - |1802 |1005 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
755.41/755.40	c   719s|  6770k|  6732k|     0 |   0.0 |1861M|1471 |   - |1802 | 994 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
756.51/756.50	c   721s|  6780k|  6742k|     0 |   0.0 |1864M|1471 |   - |1802 |1024 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
757.61/757.63	c   722s|  6790k|  6752k|     0 |   0.0 |1866M|1471 |   - |1802 |1041 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
758.72/758.77	c   723s|  6800k|  6762k|     0 |   0.0 |1869M|1471 |   - |1802 |1032 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
759.81/759.87	c   724s|  6810k|  6772k|     0 |   0.0 |1872M|1471 |   - |1802 |1065 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
760.91/760.96	c   725s|  6820k|  6782k|     0 |   0.0 |1874M|1471 |   - |1802 |1019 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
762.01/762.07	c   726s|  6830k|  6792k|     0 |   0.0 |1877M|1471 |   - |1802 |1032 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
763.11/763.20	c   727s|  6840k|  6802k|     0 |   0.0 |1880M|1471 |   - |1802 |1061 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
764.31/764.36	c   728s|  6850k|  6812k|     0 |   0.0 |1883M|1471 |   - |1802 |1079 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
765.41/765.46	c   729s|  6860k|  6822k|     0 |   0.0 |1885M|1471 |   - |1802 |1069 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
766.51/766.58	c   730s|  6870k|  6832k|     0 |   0.0 |1888M|1471 |   - |1802 |1073 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
767.62/767.66	c   731s|  6880k|  6842k|     0 |   0.0 |1891M|1471 |   - |1802 |1028 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
768.71/768.75	c   732s|  6890k|  6852k|     0 |   0.0 |1893M|1471 |   - |1802 |1091 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
769.81/769.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.81/769.90	c   733s|  6900k|  6862k|     0 |   0.0 |1896M|1471 |   - |1802 |1059 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
771.02/771.05	c   734s|  6910k|  6872k|     0 |   0.0 |1899M|1471 |   - |1802 |1096 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
772.12/772.15	c   735s|  6920k|  6881k|     0 |   0.0 |1901M|1471 |   - |1802 |1059 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
773.22/773.29	c   737s|  6930k|  6891k|     0 |   0.0 |1904M|1471 |   - |1802 | 930 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
774.41/774.41	c   738s|  6940k|  6901k|     0 |   0.0 |1907M|1471 |   - |1802 | 911 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
775.52/775.52	c   739s|  6950k|  6911k|     0 |   0.0 |1910M|1471 |   - |1802 | 907 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
776.61/776.67	c   740s|  6960k|  6921k|     0 |   0.0 |1912M|1471 |   - |1802 | 929 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
777.71/777.78	c   741s|  6970k|  6931k|     0 |   0.0 |1915M|1471 |   - |1802 | 982 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
778.91/778.92	c   742s|  6980k|  6941k|     0 |   0.0 |1918M|1471 |   - |1802 | 979 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
780.02/780.00	c   743s|  6990k|  6951k|     0 |   0.0 |1920M|1471 |   - |1802 | 988 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
781.11/781.14	c   744s|  7000k|  6961k|     0 |   0.0 |1923M|1471 |   - |1802 |1025 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
782.22/782.25	c   745s|  7010k|  6971k|     0 |   0.0 |1926M|1471 |   - |1802 |1085 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
783.32/783.35	c   746s|  7020k|  6981k|     0 |   0.0 |1929M|1471 |   - |1802 |1043 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
784.41/784.47	c   747s|  7030k|  6991k|     0 |   0.0 |1931M|1471 |   - |1802 |1078 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
785.61/785.61	c   748s|  7040k|  7001k|     0 |   0.0 |1934M|1471 |   - |1802 |1056 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
786.71/786.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.71/786.75	c   749s|  7050k|  7011k|     0 |   0.0 |1937M|1471 |   - |1802 |1021 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
787.81/787.86	c   750s|  7060k|  7021k|     0 |   0.0 |1939M|1471 |   - |1802 |1005 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
788.92/788.98	c   752s|  7070k|  7031k|     0 |   0.0 |1942M|1471 |   - |1802 |1023 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
790.11/790.10	c   753s|  7080k|  7041k|     0 |   0.0 |1945M|1471 |   - |1802 |1070 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
791.21/791.20	c   754s|  7090k|  7051k|     0 |   0.0 |1948M|1471 |   - |1802 |1084 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
792.31/792.33	c   755s|  7100k|  7060k|     0 |   0.0 |1950M|1471 |   - |1802 |1129 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
793.41/793.42	c   756s|  7110k|  7070k|     0 |   0.0 |1953M|1471 |   - |1802 |1107 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
794.51/794.52	c   757s|  7120k|  7080k|     0 |   0.0 |1956M|1471 |   - |1802 |1114 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
795.61/795.64	c   758s|  7130k|  7090k|     0 |   0.0 |1959M|1471 |   - |1802 |1163 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
796.71/796.76	c   759s|  7140k|  7100k|     0 |   0.0 |1961M|1471 |   - |1802 |1143 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
797.81/797.87	c   760s|  7150k|  7110k|     0 |   0.0 |1964M|1471 |   - |1802 |1140 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
799.01/799.01	c   761s|  7160k|  7120k|     0 |   0.0 |1967M|1471 |   - |1802 |1150 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
800.11/800.14	c   762s|  7170k|  7130k|     0 |   0.0 |1969M|1471 |   - |1802 |1017 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
801.21/801.26	c   763s|  7180k|  7140k|     0 |   0.0 |1972M|1471 |   - |1802 |1028 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
802.31/802.36	c   764s|  7190k|  7150k|     0 |   0.0 |1975M|1471 |   - |1802 |1051 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
803.51/803.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
803.51/803.50	c   765s|  7200k|  7160k|     0 |   0.0 |1977M|1471 |   - |1802 |1072 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
804.62/804.60	c   766s|  7210k|  7170k|     0 |   0.0 |1980M|1471 |   - |1802 |1103 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
805.72/805.72	c   768s|  7220k|  7180k|     0 |   0.0 |1983M|1471 |   - |1802 |1079 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
806.81/806.84	c   769s|  7230k|  7190k|     0 |   0.0 |1986M|1471 |   - |1802 |1133 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
807.92/807.92	c   770s|  7240k|  7200k|     0 |   0.0 |1988M|1471 |   - |1802 |1100 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
809.02/809.02	c   771s|  7250k|  7210k|     0 |   0.0 |1991M|1471 |   - |1802 |1140 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
810.11/810.11	c   772s|  7260k|  7220k|     0 |   0.0 |1994M|1471 |   - |1802 |1166 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
811.22/811.25	c   773s|  7270k|  7230k|     0 |   0.0 |1996M|1471 |   - |1802 |1161 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
812.32/812.38	c   774s|  7280k|  7240k|     0 |   0.0 |1999M|1471 |   - |1802 |1103 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
813.41/813.47	c   775s|  7290k|  7250k|     0 |   0.0 |2002M|1471 |   - |1802 | 932 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
814.52/814.56	c   776s|  7300k|  7259k|     0 |   0.0 |2004M|1471 |   - |1802 | 939 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
815.62/815.66	c   777s|  7310k|  7269k|     0 |   0.0 |2007M|1471 |   - |1802 | 966 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
816.71/816.78	c   778s|  7320k|  7279k|     0 |   0.0 |2010M|1471 |   - |1802 | 983 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
817.82/817.89	c   779s|  7330k|  7289k|     0 |   0.0 |2013M|1471 |   - |1802 |1033 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
819.01/819.01	c   780s|  7340k|  7299k|     0 |   0.0 |2015M|1471 |   - |1802 |1013 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
820.12/820.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
820.12/820.12	c   781s|  7350k|  7309k|     0 |   0.0 |2018M|1471 |   - |1802 |1018 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
821.11/821.18	c   782s|  7360k|  7319k|     0 |   0.0 |2021M|1471 |   - |1802 |1042 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
822.22/822.29	c   783s|  7370k|  7329k|     0 |   0.0 |2024M|1471 |   - |1802 |1061 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
823.41/823.41	c   784s|  7380k|  7339k|     0 |   0.0 |2026M|1471 |   - |1802 |1083 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
824.52/824.53	c   786s|  7390k|  7349k|     0 |   0.0 |2029M|1471 |   - |1802 |1076 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
825.62/825.66	c   787s|  7400k|  7359k|     0 |   0.0 |2032M|1471 |   - |1802 |1131 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
826.71/826.77	c   788s|  7410k|  7369k|     0 |   0.0 |2034M|1471 |   - |1802 |1009 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
827.82/827.86	c   789s|  7420k|  7379k|     0 |   0.0 |2037M|1471 |   - |1802 |1027 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
828.91/828.98	c   790s|  7430k|  7389k|     0 |   0.0 |2040M|1471 |   - |1802 |1026 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
830.01/830.07	c   791s|  7440k|  7399k|     0 |   0.0 |2043M|1471 |   - |1802 | 987 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
831.11/831.17	c   792s|  7450k|  7409k|     0 |   0.0 |2045M|1471 |   - |1802 |1004 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
832.31/832.30	c   793s|  7460k|  7419k|     0 |   0.0 |2048M|1471 |   - |1802 |1017 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
833.31/833.40	c   794s|  7470k|  7429k|     0 |   0.0 |2051M|1471 |   - |1802 |1013 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
834.41/834.48	c   795s|  7480k|  7439k|     0 |   0.0 |2053M|1471 |   - |1802 |1002 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
835.51/835.58	c   796s|  7490k|  7449k|     0 |   0.0 |2056M|1471 |   - |1802 |1053 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
836.71/836.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
836.71/836.72	c   797s|  7500k|  7458k|     0 |   0.0 |2059M|1471 |   - |1802 |1041 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
837.82/837.86	c   798s|  7510k|  7468k|     0 |   0.0 |2062M|1471 |   - |1802 |1075 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
838.91/838.97	c   799s|  7520k|  7478k|     0 |   0.0 |2064M|1471 |   - |1802 |1056 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
840.01/840.07	c   800s|  7530k|  7488k|     0 |   0.0 |2067M|1471 |   - |1802 | 994 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
841.11/841.19	c   802s|  7540k|  7498k|     0 |   0.0 |2070M|1471 |   - |1802 | 983 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
842.21/842.28	c   803s|  7550k|  7508k|     0 |   0.0 |2073M|1471 |   - |1802 |1012 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
843.41/843.41	c   804s|  7560k|  7518k|     0 |   0.0 |2075M|1471 |   - |1802 |1042 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
844.51/844.51	c   805s|  7570k|  7528k|     0 |   0.0 |2078M|1471 |   - |1802 |1055 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
845.61/845.61	c   806s|  7580k|  7538k|     0 |   0.0 |2081M|1471 |   - |1802 |1038 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
846.72/846.75	c   807s|  7590k|  7548k|     0 |   0.0 |2083M|1471 |   - |1802 |1080 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
847.81/847.88	c   808s|  7600k|  7558k|     0 |   0.0 |2086M|1471 |   - |1802 |1080 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
848.91/848.99	c   809s|  7610k|  7568k|     0 |   0.0 |2089M|1471 |   - |1802 |1091 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
850.11/850.10	c   810s|  7620k|  7578k|     0 |   0.0 |2092M|1471 |   - |1802 |1095 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
851.21/851.22	c   811s|  7630k|  7588k|     0 |   0.0 |2094M|1471 |   - |1802 |1038 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
852.31/852.34	c   812s|  7640k|  7598k|     0 |   0.0 |2097M|1471 |   - |1802 |1078 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
853.41/853.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
853.41/853.47	c   813s|  7650k|  7608k|     0 |   0.0 |2100M|1471 |   - |1802 | 991 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
854.51/854.58	c   814s|  7660k|  7618k|     0 |   0.0 |2102M|1471 |   - |1802 | 962 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
855.62/855.70	c   815s|  7670k|  7628k|     0 |   0.0 |2105M|1471 |   - |1802 | 977 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
856.82/856.83	c   816s|  7680k|  7638k|     0 |   0.0 |2108M|1471 |   - |1802 | 956 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
857.91/857.92	c   818s|  7690k|  7647k|     0 |   0.0 |2110M|1471 |   - |1802 | 941 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
859.02/859.03	c   819s|  7700k|  7657k|     0 |   0.0 |2113M|1471 |   - |1802 | 963 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
860.12/860.13	c   820s|  7710k|  7667k|     0 |   0.0 |2116M|1471 |   - |1802 | 948 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
861.22/861.25	c   821s|  7720k|  7677k|     0 |   0.0 |2119M|1471 |   - |1802 | 999 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
862.31/862.40	c   822s|  7730k|  7687k|     0 |   0.0 |2121M|1471 |   - |1802 |1024 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
863.51/863.54	c   823s|  7740k|  7697k|     0 |   0.0 |2124M|1471 |   - |1802 |1055 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
864.61/864.69	c   824s|  7750k|  7707k|     0 |   0.0 |2127M|1471 |   - |1802 |1061 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
865.82/865.80	c   825s|  7760k|  7717k|     0 |   0.0 |2130M|1471 |   - |1802 |1100 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
866.92/866.93	c   826s|  7770k|  7727k|     0 |   0.0 |2132M|1471 |   - |1802 |1083 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
868.02/868.05	c   827s|  7780k|  7737k|     0 |   0.0 |2135M|1471 |   - |1802 |1058 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
869.12/869.15	c   828s|  7790k|  7747k|     0 |   0.0 |2138M|1471 |   - |1802 |1109 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
870.21/870.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
870.21/870.26	c   829s|  7800k|  7757k|     0 |   0.0 |2140M|1471 |   - |1802 |1131 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
871.31/871.35	c   830s|  7810k|  7767k|     0 |   0.0 |2143M|1471 |   - |1802 |1147 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
872.41/872.44	c   831s|  7820k|  7777k|     0 |   0.0 |2146M|1471 |   - |1802 |1137 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
873.52/873.53	c   833s|  7830k|  7787k|     0 |   0.0 |2148M|1471 |   - |1802 |1194 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
874.62/874.61	c   834s|  7840k|  7797k|     0 |   0.0 |2151M|1471 |   - |1802 |1205 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
875.71/875.72	c   835s|  7850k|  7807k|     0 |   0.0 |2154M|1471 |   - |1802 |1212 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
876.81/876.81	c   836s|  7860k|  7817k|     0 |   0.0 |2157M|1471 |   - |1802 |1265 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
877.92/877.92	c   837s|  7870k|  7827k|     0 |   0.0 |2159M|1471 |   - |1802 |1300 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
879.02/879.04	c   838s|  7880k|  7836k|     0 |   0.0 |2162M|1471 |   - |1802 |1304 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
880.12/880.19	c   839s|  7890k|  7846k|     0 |   0.0 |2165M|1471 |   - |1802 |1334 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
881.32/881.33	c   840s|  7900k|  7856k|     0 |   0.0 |2167M|1471 |   - |1802 |1109 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
882.42/882.45	c   841s|  7910k|  7866k|     0 |   0.0 |2170M|1471 |   - |1802 |1073 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
883.52/883.55	c   842s|  7920k|  7876k|     0 |   0.0 |2173M|1471 |   - |1802 |1019 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
884.61/884.66	c   843s|  7930k|  7886k|     0 |   0.0 |2175M|1471 |   - |1802 |1019 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
885.72/885.75	c   844s|  7940k|  7896k|     0 |   0.0 |2178M|1471 |   - |1802 |1033 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
886.82/886.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
886.82/886.86	c   845s|  7950k|  7906k|     0 |   0.0 |2181M|1471 |   - |1802 |1007 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
887.91/887.98	c   846s|  7960k|  7916k|     0 |   0.0 |2184M|1471 |   - |1802 |1030 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
889.01/889.08	c   847s|  7970k|  7926k|     0 |   0.0 |2186M|1471 |   - |1802 |1071 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
890.12/890.19	c   848s|  7980k|  7936k|     0 |   0.0 |2189M|1471 |   - |1802 |1130 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
891.32/891.32	c   849s|  7990k|  7946k|     0 |   0.0 |2192M|1471 |   - |1802 |1086 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
892.41/892.41	c   851s|  8000k|  7956k|     0 |   0.0 |2194M|1471 |   - |1802 |1109 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
893.52/893.53	c   852s|  8010k|  7966k|     0 |   0.0 |2197M|1471 |   - |1802 |1114 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
894.62/894.64	c   853s|  8020k|  7976k|     0 |   0.0 |2200M|1471 |   - |1802 |1083 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
895.71/895.79	c   854s|  8030k|  7986k|     0 |   0.0 |2203M|1471 |   - |1802 |1012 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
896.82/896.88	c   855s|  8040k|  7996k|     0 |   0.0 |2205M|1471 |   - |1802 | 993 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
897.92/897.97	c   856s|  8050k|  8006k|     0 |   0.0 |2208M|1471 |   - |1802 |1026 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
899.01/899.06	c   857s|  8060k|  8016k|     0 |   0.0 |2211M|1471 |   - |1802 |1022 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
900.12/900.15	c   858s|  8070k|  8025k|     0 |   0.0 |2213M|1471 |   - |1802 |1063 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
901.22/901.26	c   859s|  8080k|  8035k|     0 |   0.0 |2216M|1471 |   - |1802 |1105 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
902.32/902.39	c   860s|  8090k|  8045k|     0 |   0.0 |2219M|1471 |   - |1802 |1114 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
903.42/903.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
903.42/903.50	c   861s|  8100k|  8055k|     0 |   0.0 |2222M|1471 |   - |1802 |1143 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
904.51/904.59	c   862s|  8110k|  8065k|     0 |   0.0 |2224M|1471 |   - |1802 |1136 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
905.62/905.69	c   863s|  8120k|  8075k|     0 |   0.0 |2227M|1471 |   - |1802 |1194 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
906.71/906.79	c   864s|  8130k|  8085k|     0 |   0.0 |2230M|1471 |   - |1802 |1182 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
907.91/907.95	c   865s|  8140k|  8095k|     0 |   0.0 |2233M|1471 |   - |1802 |1232 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
909.12/909.11	c   867s|  8150k|  8105k|     0 |   0.0 |2235M|1471 |   - |1802 | 969 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
910.21/910.20	c   868s|  8160k|  8115k|     0 |   0.0 |2238M|1471 |   - |1802 | 928 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
911.21/911.29	c   869s|  8170k|  8125k|     0 |   0.0 |2241M|1471 |   - |1802 | 931 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
912.31/912.37	c   870s|  8180k|  8135k|     0 |   0.0 |2243M|1471 |   - |1802 | 925 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
913.42/913.48	c   871s|  8190k|  8145k|     0 |   0.0 |2246M|1471 |   - |1802 | 959 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
914.52/914.57	c   872s|  8200k|  8155k|     0 |   0.0 |2249M|1471 |   - |1802 | 955 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
915.62/915.65	c   873s|  8210k|  8165k|     0 |   0.0 |2251M|1471 |   - |1802 | 969 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
916.72/916.76	c   874s|  8220k|  8175k|     0 |   0.0 |2254M|1471 |   - |1802 |1001 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
917.82/917.89	c   875s|  8230k|  8185k|     0 |   0.0 |2257M|1471 |   - |1802 |1056 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
919.02/919.00	c   876s|  8240k|  8195k|     0 |   0.0 |2260M|1471 |   - |1802 |1046 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
920.12/920.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
920.12/920.12	c   877s|  8250k|  8205k|     0 |   0.0 |2262M|1471 |   - |1802 |1069 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
921.21/921.23	c   878s|  8260k|  8214k|     0 |   0.0 |2265M|1471 |   - |1802 |1060 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
922.32/922.33	c   879s|  8270k|  8224k|     0 |   0.0 |2268M|1471 |   - |1802 |1052 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
923.41/923.46	c   880s|  8280k|  8234k|     0 |   0.0 |2271M|1471 |   - |1802 |1050 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
924.51/924.59	c   881s|  8290k|  8244k|     0 |   0.0 |2273M|1471 |   - |1802 |1083 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
925.71/925.71	c   883s|  8300k|  8254k|     0 |   0.0 |2276M|1471 |   - |1802 |1067 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
926.82/926.82	c   884s|  8310k|  8264k|     0 |   0.0 |2279M|1471 |   - |1802 |1121 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
927.92/927.92	c   885s|  8320k|  8274k|     0 |   0.0 |2281M|1471 |   - |1802 |1153 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
929.02/929.02	c   886s|  8330k|  8284k|     0 |   0.0 |2284M|1471 |   - |1802 |1119 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
930.12/930.13	c   887s|  8340k|  8294k|     0 |   0.0 |2287M|1471 |   - |1802 |1166 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
931.21/931.24	c   888s|  8350k|  8304k|     0 |   0.0 |2290M|1471 |   - |1802 |1176 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
932.31/932.34	c   889s|  8360k|  8314k|     0 |   0.0 |2292M|1471 |   - |1802 |1160 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
933.41/933.47	c   890s|  8370k|  8324k|     0 |   0.0 |2295M|1471 |   - |1802 |1182 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
934.51/934.56	c   891s|  8380k|  8334k|     0 |   0.0 |2298M|1471 |   - |1802 |1184 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
935.71/935.73	c   892s|  8390k|  8344k|     0 |   0.0 |2301M|1471 |   - |1802 |1179 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
936.82/936.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
936.82/936.85	c   893s|  8400k|  8354k|     0 |   0.0 |2303M|1471 |   - |1802 |1176 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
938.01/938.02	c   894s|  8410k|  8364k|     0 |   0.0 |2306M|1471 |   - |1802 |1096 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
939.12/939.15	c   895s|  8420k|  8374k|     0 |   0.0 |2309M|1471 |   - |1802 |1074 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
940.32/940.32	c   896s|  8430k|  8384k|     0 |   0.0 |2311M|1471 |   - |1802 |1152 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
941.42/941.43	c   898s|  8440k|  8393k|     0 |   0.0 |2314M|1471 |   - |1802 |1167 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
942.51/942.54	c   899s|  8450k|  8403k|     0 |   0.0 |2317M|1471 |   - |1802 |1156 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
943.62/943.62	c   900s|  8460k|  8413k|     0 |   0.0 |2320M|1471 |   - |1802 |1134 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
944.72/944.73	c   901s|  8470k|  8423k|     0 |   0.0 |2322M|1471 |   - |1802 |1162 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
945.81/945.85	c   902s|  8480k|  8433k|     0 |   0.0 |2325M|1471 |   - |1802 |1177 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
946.91/946.96	c   903s|  8490k|  8443k|     0 |   0.0 |2328M|1471 |   - |1802 |1224 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
948.01/948.08	c   904s|  8500k|  8453k|     0 |   0.0 |2331M|1471 |   - |1802 |1211 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
949.12/949.18	c   905s|  8510k|  8463k|     0 |   0.0 |2333M|1471 |   - |1802 |1228 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
950.33/950.30	c   906s|  8520k|  8473k|     0 |   0.0 |2336M|1471 |   - |1802 |1220 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
951.42/951.41	c   907s|  8530k|  8483k|     0 |   0.0 |2339M|1471 |   - |1802 |1068 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
952.52/952.52	c   908s|  8540k|  8493k|     0 |   0.0 |2341M|1471 |   - |1802 |1006 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
953.62/953.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
953.62/953.63	c   909s|  8550k|  8503k|     0 |   0.0 |2344M|1471 |   - |1802 |1008 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
954.73/954.79	c   910s|  8560k|  8513k|     0 |   0.0 |2347M|1471 |   - |1802 |1033 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
955.82/955.88	c   911s|  8570k|  8523k|     0 |   0.0 |2349M|1471 |   - |1802 |1026 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
956.92/956.98	c   912s|  8580k|  8533k|     0 |   0.0 |2352M|1471 |   - |1802 |1078 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
958.03/958.08	c   914s|  8590k|  8543k|     0 |   0.0 |2355M|1471 |   - |1802 |1056 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
959.12/959.19	c   915s|  8600k|  8553k|     0 |   0.0 |2358M|1471 |   - |1802 |1063 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
960.22/960.28	c   916s|  8610k|  8563k|     0 |   0.0 |2360M|1471 |   - |1802 |1069 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
961.32/961.39	c   917s|  8620k|  8573k|     0 |   0.0 |2363M|1471 |   - |1802 |1100 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
962.42/962.48	c   918s|  8630k|  8583k|     0 |   0.0 |2366M|1471 |   - |1802 |1088 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
963.52/963.55	c   919s|  8640k|  8592k|     0 |   0.0 |2368M|1471 |   - |1802 |1114 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
964.63/964.67	c   920s|  8650k|  8602k|     0 |   0.0 |2371M|1471 |   - |1802 |1091 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
965.73/965.78	c   921s|  8660k|  8612k|     0 |   0.0 |2374M|1471 |   - |1802 |1068 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
966.82/966.88	c   922s|  8670k|  8622k|     0 |   0.0 |2376M|1471 |   - |1802 |1013 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
967.92/967.98	c   923s|  8680k|  8632k|     0 |   0.0 |2379M|1471 |   - |1802 |1016 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
969.03/969.10	c   924s|  8690k|  8642k|     0 |   0.0 |2382M|1471 |   - |1802 |1005 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
970.12/970.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
970.12/970.18	c   925s|  8700k|  8652k|     0 |   0.0 |2385M|1471 |   - |1802 | 962 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
971.32/971.32	c   926s|  8710k|  8662k|     0 |   0.0 |2387M|1471 |   - |1802 |1016 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
972.32/972.40	c   927s|  8720k|  8672k|     0 |   0.0 |2390M|1471 |   - |1802 |1049 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
973.52/973.53	c   928s|  8730k|  8682k|     0 |   0.0 |2393M|1471 |   - |1802 |1042 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
974.52/974.60	c   929s|  8740k|  8692k|     0 |   0.0 |2396M|1471 |   - |1802 |1112 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
975.62/975.68	c   930s|  8750k|  8702k|     0 |   0.0 |2398M|1471 |   - |1802 |1114 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
976.73/976.77	c   931s|  8760k|  8712k|     0 |   0.0 |2401M|1471 |   - |1802 |1141 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
977.93/977.91	c   933s|  8770k|  8722k|     0 |   0.0 |2404M|1471 |   - |1802 |1176 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
979.03/979.02	c   934s|  8780k|  8732k|     0 |   0.0 |2406M|1471 |   - |1802 |1141 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
980.13/980.14	c   935s|  8790k|  8742k|     0 |   0.0 |2409M|1471 |   - |1802 |1103 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
981.22/981.27	c   936s|  8800k|  8752k|     0 |   0.0 |2412M|1471 |   - |1802 |1034 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
982.33/982.39	c   937s|  8810k|  8762k|     0 |   0.0 |2414M|1471 |   - |1802 |1032 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
983.52/983.50	c   938s|  8820k|  8772k|     0 |   0.0 |2417M|1471 |   - |1802 |1055 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
984.62/984.60	c   939s|  8830k|  8782k|     0 |   0.0 |2420M|1471 |   - |1802 |1045 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
985.72/985.72	c   940s|  8840k|  8791k|     0 |   0.0 |2423M|1471 |   - |1802 |1103 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
986.81/986.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.81/986.84	c   941s|  8850k|  8801k|     0 |   0.0 |2425M|1471 |   - |1802 |1093 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
987.92/987.92	c   942s|  8860k|  8811k|     0 |   0.0 |2428M|1471 |   - |1802 |1092 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
989.02/989.02	c   943s|  8870k|  8821k|     0 |   0.0 |2431M|1471 |   - |1802 |1109 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
990.12/990.11	c   944s|  8880k|  8831k|     0 |   0.0 |2433M|1471 |   - |1802 |1069 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
991.22/991.21	c   945s|  8890k|  8841k|     0 |   0.0 |2436M|1471 |   - |1802 |1107 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
992.32/992.33	c   946s|  8900k|  8851k|     0 |   0.0 |2439M|1471 |   - |1802 |1140 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
993.41/993.43	c   947s|  8910k|  8861k|     0 |   0.0 |2442M|1471 |   - |1802 |1121 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
994.52/994.55	c   948s|  8920k|  8871k|     0 |   0.0 |2444M|1471 |   - |1802 |1129 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
995.62/995.68	c   949s|  8930k|  8881k|     0 |   0.0 |2447M|1471 |   - |1802 |1015 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
996.82/996.80	c   951s|  8940k|  8891k|     0 |   0.0 |2450M|1471 |   - |1802 |1051 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
997.92/997.90	c   952s|  8950k|  8901k|     0 |   0.0 |2452M|1471 |   - |1802 |1074 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
999.02/999.03	c   953s|  8960k|  8911k|     0 |   0.0 |2455M|1471 |   - |1802 |1063 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1000.12/1000.10	c   954s|  8970k|  8921k|     0 |   0.0 |2458M|1471 |   - |1802 |1015 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1001.12/1001.19	c   955s|  8980k|  8931k|     0 |   0.0 |2461M|1471 |   - |1802 |1032 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1002.22/1002.28	c   956s|  8990k|  8941k|     0 |   0.0 |2463M|1471 |   - |1802 |1039 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1003.42/1003.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1003.42/1003.43	c   957s|  9000k|  8951k|     0 |   0.0 |2466M|1471 |   - |1802 |1077 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1004.52/1004.52	c   958s|  9010k|  8961k|     0 |   0.0 |2469M|1471 |   - |1802 |1063 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1005.61/1005.65	c   959s|  9020k|  8970k|     0 |   0.0 |2471M|1471 |   - |1802 |1073 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1006.72/1006.77	c   960s|  9030k|  8980k|     0 |   0.0 |2474M|1471 |   - |1802 |1126 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1007.82/1007.87	c   961s|  9040k|  8990k|     0 |   0.0 |2477M|1471 |   - |1802 |1085 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1008.91/1008.97	c   962s|  9050k|  9000k|     0 |   0.0 |2480M|1471 |   - |1802 |1100 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1010.12/1010.10	c   963s|  9060k|  9010k|     0 |   0.0 |2482M|1471 |   - |1802 |1048 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1011.22/1011.21	c   964s|  9070k|  9020k|     0 |   0.0 |2485M|1471 |   - |1802 | 954 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1012.32/1012.33	c   966s|  9080k|  9030k|     0 |   0.0 |2488M|1471 |   - |1802 | 940 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1013.42/1013.46	c   967s|  9090k|  9040k|     0 |   0.0 |2490M|1471 |   - |1802 | 922 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1014.52/1014.56	c   968s|  9100k|  9050k|     0 |   0.0 |2493M|1471 |   - |1802 | 916 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1015.62/1015.66	c   969s|  9110k|  9060k|     0 |   0.0 |2496M|1471 |   - |1802 | 907 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1016.71/1016.79	c   970s|  9120k|  9070k|     0 |   0.0 |2499M|1471 |   - |1802 | 950 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1017.92/1017.93	c   971s|  9130k|  9080k|     0 |   0.0 |2501M|1471 |   - |1802 | 971 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1019.02/1019.02	c   972s|  9140k|  9090k|     0 |   0.0 |2504M|1471 |   - |1802 | 965 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1020.12/1020.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1020.12/1020.11	c   973s|  9150k|  9100k|     0 |   0.0 |2507M|1471 |   - |1802 | 984 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1021.21/1021.22	c   974s|  9160k|  9110k|     0 |   0.0 |2509M|1471 |   - |1802 |1023 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1022.31/1022.31	c   975s|  9170k|  9120k|     0 |   0.0 |2512M|1471 |   - |1802 |1011 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1023.42/1023.42	c   976s|  9180k|  9130k|     0 |   0.0 |2515M|1471 |   - |1802 |1010 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1024.51/1024.52	c   977s|  9190k|  9140k|     0 |   0.0 |2518M|1471 |   - |1802 | 986 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1025.62/1025.67	c   978s|  9200k|  9150k|     0 |   0.0 |2520M|1471 |   - |1802 | 856 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1026.82/1026.84	c   979s|  9210k|  9160k|     0 |   0.0 |2523M|1471 |   - |1802 | 823 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1027.92/1027.98	c   981s|  9220k|  9169k|     0 |   0.0 |2526M|1471 |   - |1802 | 834 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1029.02/1029.04	c   982s|  9230k|  9179k|     0 |   0.0 |2528M|1471 |   - |1802 | 847 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1030.12/1030.14	c   983s|  9240k|  9189k|     0 |   0.0 |2531M|1471 |   - |1802 | 910 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1031.22/1031.24	c   984s|  9250k|  9199k|     0 |   0.0 |2534M|1471 |   - |1802 | 917 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1032.32/1032.36	c   985s|  9260k|  9209k|     0 |   0.0 |2536M|1471 |   - |1802 | 963 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1033.42/1033.45	c   986s|  9270k|  9219k|     0 |   0.0 |2539M|1471 |   - |1802 |1014 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1034.52/1034.57	c   987s|  9280k|  9229k|     0 |   0.0 |2542M|1471 |   - |1802 |1028 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1035.62/1035.69	c   988s|  9290k|  9239k|     0 |   0.0 |2545M|1471 |   - |1802 |1059 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1036.72/1036.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1036.72/1036.78	c   989s|  9300k|  9249k|     0 |   0.0 |2547M|1471 |   - |1802 |1065 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1037.82/1037.88	c   990s|  9310k|  9259k|     0 |   0.0 |2550M|1471 |   - |1802 |1100 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1039.02/1039.04	c   991s|  9320k|  9269k|     0 |   0.0 |2553M|1471 |   - |1802 |1146 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1040.12/1040.17	c   992s|  9330k|  9279k|     0 |   0.0 |2555M|1471 |   - |1802 |1085 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1041.22/1041.23	c   993s|  9340k|  9289k|     0 |   0.0 |2558M|1471 |   - |1802 |1070 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1042.32/1042.35	c   994s|  9350k|  9299k|     0 |   0.0 |2561M|1471 |   - |1802 |1088 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1043.42/1043.47	c   995s|  9360k|  9309k|     0 |   0.0 |2564M|1471 |   - |1802 |1082 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1044.52/1044.54	c   996s|  9370k|  9319k|     0 |   0.0 |2566M|1471 |   - |1802 |1135 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1045.62/1045.62	c   997s|  9380k|  9329k|     0 |   0.0 |2569M|1471 |   - |1802 |1134 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1046.72/1046.76	c   998s|  9390k|  9339k|     0 |   0.0 |2572M|1471 |   - |1802 |1159 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1047.82/1047.86	c  1000s|  9400k|  9349k|     0 |   0.0 |2574M|1471 |   - |1802 |1175 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1048.92/1048.96	c  1001s|  9410k|  9358k|     0 |   0.0 |2577M|1471 |   - |1802 |1164 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1050.02/1050.09	c  1002s|  9420k|  9368k|     0 |   0.0 |2580M|1471 |   - |1802 |1206 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1051.22/1051.20	c  1003s|  9430k|  9378k|     0 |   0.0 |2583M|1471 |   - |1802 |1214 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1052.32/1052.30	c  1004s|  9440k|  9388k|     0 |   0.0 |2585M|1471 |   - |1802 |1242 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1053.42/1053.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1053.42/1053.41	c  1005s|  9450k|  9398k|     0 |   0.0 |2588M|1471 |   - |1802 |1285 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1054.52/1054.55	c  1006s|  9460k|  9408k|     0 |   0.0 |2591M|1471 |   - |1802 |1170 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1055.62/1055.68	c  1007s|  9470k|  9418k|     0 |   0.0 |2594M|1471 |   - |1802 |1009 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1056.72/1056.78	c  1008s|  9480k|  9428k|     0 |   0.0 |2596M|1471 |   - |1802 | 916 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1057.82/1057.88	c  1009s|  9490k|  9438k|     0 |   0.0 |2599M|1471 |   - |1802 | 904 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1059.02/1059.02	c  1010s|  9500k|  9448k|     0 |   0.0 |2602M|1471 |   - |1802 | 898 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1060.12/1060.11	c  1011s|  9510k|  9458k|     0 |   0.0 |2604M|1471 |   - |1802 | 891 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1061.22/1061.22	c  1012s|  9520k|  9468k|     0 |   0.0 |2607M|1471 |   - |1802 | 947 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1062.32/1062.34	c  1013s|  9530k|  9478k|     0 |   0.0 |2610M|1471 |   - |1802 | 928 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1063.42/1063.44	c  1015s|  9540k|  9488k|     0 |   0.0 |2613M|1471 |   - |1802 | 958 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1064.52/1064.55	c  1016s|  9550k|  9498k|     0 |   0.0 |2615M|1471 |   - |1802 | 995 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1065.62/1065.66	c  1017s|  9560k|  9508k|     0 |   0.0 |2618M|1471 |   - |1802 | 991 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1066.72/1066.77	c  1018s|  9570k|  9518k|     0 |   0.0 |2621M|1471 |   - |1802 | 986 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1067.82/1067.89	c  1019s|  9580k|  9528k|     0 |   0.0 |2623M|1471 |   - |1802 |1047 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1069.02/1069.02	c  1020s|  9590k|  9537k|     0 |   0.0 |2626M|1471 |   - |1802 |1087 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1070.12/1070.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1070.12/1070.17	c  1021s|  9600k|  9547k|     0 |   0.0 |2629M|1471 |   - |1802 |1073 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1071.22/1071.27	c  1022s|  9610k|  9557k|     0 |   0.0 |2632M|1471 |   - |1802 |1055 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1072.32/1072.40	c  1023s|  9620k|  9567k|     0 |   0.0 |2634M|1471 |   - |1802 |1096 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1073.42/1073.49	c  1024s|  9630k|  9577k|     0 |   0.0 |2637M|1471 |   - |1802 |1120 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1074.52/1074.58	c  1025s|  9640k|  9587k|     0 |   0.0 |2640M|1471 |   - |1802 |1162 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1075.62/1075.68	c  1026s|  9650k|  9597k|     0 |   0.0 |2642M|1471 |   - |1802 |1172 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1076.72/1076.75	c  1027s|  9660k|  9607k|     0 |   0.0 |2645M|1471 |   - |1802 |1236 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1077.82/1077.85	c  1028s|  9670k|  9617k|     0 |   0.0 |2648M|1471 |   - |1802 |1232 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1078.93/1078.94	c  1029s|  9680k|  9627k|     0 |   0.0 |2651M|1471 |   - |1802 |1240 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1080.02/1080.07	c  1030s|  9690k|  9637k|     0 |   0.0 |2653M|1471 |   - |1802 |1221 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1081.12/1081.18	c  1032s|  9700k|  9647k|     0 |   0.0 |2656M|1471 |   - |1802 |1270 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1082.22/1082.28	c  1033s|  9710k|  9657k|     0 |   0.0 |2659M|1471 |   - |1802 |1269 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1083.32/1083.38	c  1034s|  9720k|  9667k|     0 |   0.0 |2661M|1471 |   - |1802 |1283 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1084.42/1084.47	c  1035s|  9730k|  9677k|     0 |   0.0 |2664M|1471 |   - |1802 |1317 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1085.63/1085.60	c  1036s|  9740k|  9687k|     0 |   0.0 |2667M|1471 |   - |1802 |1171 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1086.73/1086.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1086.73/1086.72	c  1037s|  9750k|  9697k|     0 |   0.0 |2669M|1471 |   - |1802 |1031 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1087.82/1087.85	c  1038s|  9760k|  9707k|     0 |   0.0 |2672M|1471 |   - |1802 |1045 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1088.93/1088.96	c  1039s|  9770k|  9717k|     0 |   0.0 |2675M|1471 |   - |1802 |1005 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1090.03/1090.04	c  1040s|  9780k|  9726k|     0 |   0.0 |2678M|1471 |   - |1802 |1041 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1091.12/1091.12	c  1041s|  9790k|  9736k|     0 |   0.0 |2680M|1471 |   - |1802 |1015 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1092.23/1092.24	c  1042s|  9800k|  9746k|     0 |   0.0 |2683M|1471 |   - |1802 |1049 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1093.33/1093.35	c  1043s|  9810k|  9756k|     0 |   0.0 |2686M|1471 |   - |1802 |1053 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1094.43/1094.45	c  1044s|  9820k|  9766k|     0 |   0.0 |2689M|1471 |   - |1802 |1079 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1095.52/1095.57	c  1045s|  9830k|  9776k|     0 |   0.0 |2691M|1471 |   - |1802 |1070 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1096.63/1096.69	c  1046s|  9840k|  9786k|     0 |   0.0 |2694M|1471 |   - |1802 |1121 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1097.73/1097.73	c  1047s|  9850k|  9796k|     0 |   0.0 |2697M|1471 |   - |1802 |1120 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1098.83/1098.88	c  1048s|  9860k|  9806k|     0 |   0.0 |2699M|1471 |   - |1802 |1118 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1099.93/1099.99	c  1049s|  9870k|  9816k|     0 |   0.0 |2702M|1471 |   - |1802 |1159 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1101.03/1101.08	c  1051s|  9880k|  9826k|     0 |   0.0 |2705M|1471 |   - |1802 |1033 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1102.13/1102.20	c  1052s|  9890k|  9836k|     0 |   0.0 |2708M|1471 |   - |1802 |1074 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1103.33/1103.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.33/1103.33	c  1053s|  9900k|  9846k|     0 |   0.0 |2710M|1471 |   - |1802 |1075 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1104.43/1104.45	c  1054s|  9910k|  9856k|     0 |   0.0 |2713M|1471 |   - |1802 |1087 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1105.52/1105.55	c  1055s|  9920k|  9866k|     0 |   0.0 |2716M|1471 |   - |1802 |1127 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1106.63/1106.65	c  1056s|  9930k|  9876k|     0 |   0.0 |2718M|1471 |   - |1802 |1129 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1107.73/1107.77	c  1057s|  9940k|  9886k|     0 |   0.0 |2721M|1471 |   - |1802 |1183 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1108.82/1108.87	c  1058s|  9950k|  9896k|     0 |   0.0 |2724M|1471 |   - |1802 |1190 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1109.92/1109.97	c  1059s|  9960k|  9905k|     0 |   0.0 |2727M|1471 |   - |1802 |1176 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1111.03/1111.07	c  1060s|  9970k|  9915k|     0 |   0.0 |2729M|1471 |   - |1802 |1194 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1112.13/1112.16	c  1061s|  9980k|  9925k|     0 |   0.0 |2732M|1471 |   - |1802 |1232 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1113.23/1113.28	c  1062s|  9990k|  9935k|     0 |   0.0 |2735M|1471 |   - |1802 |1255 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1114.33/1114.37	c  1063s| 10000k|  9945k|     0 |   0.0 |2738M|1471 |   - |1802 |1288 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1115.43/1115.45	c  1064s| 10010k|  9955k|     0 |   0.0 |2740M|1471 |   - |1802 |1300 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1116.53/1116.56	c  1065s| 10020k|  9965k|     0 |   0.0 |2743M|1471 |   - |1802 |1127 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1117.63/1117.68	c  1066s| 10030k|  9975k|     0 |   0.0 |2746M|1471 |   - |1802 |1156 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1118.72/1118.78	c  1067s| 10040k|  9985k|     0 |   0.0 |2748M|1471 |   - |1802 |1139 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1119.92/1119.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1119.92/1119.92	c  1069s| 10050k|  9995k|     0 |   0.0 |2751M|1471 |   - |1802 |1131 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1121.02/1121.02	c  1070s| 10060k| 10005k|     0 |   0.0 |2754M|1471 |   - |1802 |1182 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1122.12/1122.13	c  1071s| 10070k| 10015k|     0 |   0.0 |2756M|1471 |   - |1802 |1223 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1123.22/1123.23	c  1072s| 10080k| 10025k|     0 |   0.0 |2759M|1471 |   - |1802 |1235 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1124.32/1124.33	c  1073s| 10090k| 10035k|     0 |   0.0 |2762M|1471 |   - |1802 |1290 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1125.42/1125.40	c  1074s| 10100k| 10045k|     0 |   0.0 |2765M|1471 |   - |1802 |1334 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1126.52/1126.51	c  1075s| 10110k| 10055k|     0 |   0.0 |2767M|1471 |   - |1802 |1340 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1127.62/1127.62	c  1076s| 10120k| 10065k|     0 |   0.0 |2770M|1471 |   - |1802 |1355 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1128.72/1128.75	c  1077s| 10130k| 10075k|     0 |   0.0 |2773M|1471 |   - |1802 |1424 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1129.83/1129.81	c  1078s| 10140k| 10084k|     0 |   0.0 |2775M|1471 |   - |1802 |1430 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1130.92/1130.94	c  1079s| 10150k| 10094k|     0 |   0.0 |2778M|1471 |   - |1802 |1463 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1132.02/1132.04	c  1080s| 10160k| 10104k|     0 |   0.0 |2781M|1471 |   - |1802 |1093 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1133.12/1133.19	c  1081s| 10170k| 10114k|     0 |   0.0 |2783M|1471 |   - |1802 |1105 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1134.32/1134.32	c  1082s| 10180k| 10124k|     0 |   0.0 |2786M|1471 |   - |1802 |1101 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1135.43/1135.42	c  1083s| 10190k| 10134k|     0 |   0.0 |2789M|1471 |   - |1802 |1044 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1136.52/1136.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1136.52/1136.55	c  1085s| 10200k| 10144k|     0 |   0.0 |2792M|1471 |   - |1802 |1062 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1137.63/1137.63	c  1086s| 10210k| 10154k|     0 |   0.0 |2794M|1471 |   - |1802 |1058 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1138.72/1138.72	c  1087s| 10220k| 10164k|     0 |   0.0 |2797M|1471 |   - |1802 |1052 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1139.82/1139.81	c  1088s| 10230k| 10174k|     0 |   0.0 |2800M|1471 |   - |1802 |1076 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1140.92/1140.92	c  1089s| 10240k| 10184k|     0 |   0.0 |2802M|1471 |   - |1802 |1058 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1142.02/1142.01	c  1090s| 10250k| 10194k|     0 |   0.0 |2805M|1471 |   - |1802 |1109 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1143.12/1143.14	c  1091s| 10260k| 10204k|     0 |   0.0 |2808M|1471 |   - |1802 |1099 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1144.22/1144.27	c  1092s| 10270k| 10214k|     0 |   0.0 |2811M|1471 |   - |1802 |1126 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1145.32/1145.36	c  1093s| 10280k| 10224k|     0 |   0.0 |2813M|1471 |   - |1802 |1160 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1146.42/1146.47	c  1094s| 10290k| 10234k|     0 |   0.0 |2816M|1471 |   - |1802 |1177 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1147.53/1147.57	c  1095s| 10300k| 10244k|     0 |   0.0 |2819M|1471 |   - |1802 |1143 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1148.73/1148.70	c  1096s| 10310k| 10254k|     0 |   0.0 |2821M|1471 |   - |1802 |1174 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1149.82/1149.82	c  1097s| 10320k| 10263k|     0 |   0.0 |2824M|1471 |   - |1802 |1184 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1150.92/1150.93	c  1098s| 10330k| 10273k|     0 |   0.0 |2827M|1471 |   - |1802 |1183 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1151.92/1151.99	c  1099s| 10340k| 10283k|     0 |   0.0 |2830M|1471 |   - |1802 |1208 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1153.02/1153.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1153.02/1153.09	c  1100s| 10350k| 10293k|     0 |   0.0 |2832M|1471 |   - |1802 |1199 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1154.22/1154.21	c  1101s| 10360k| 10303k|     0 |   0.0 |2835M|1471 |   - |1802 |1269 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1155.33/1155.31	c  1103s| 10370k| 10313k|     0 |   0.0 |2838M|1471 |   - |1802 |1247 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1156.42/1156.40	c  1104s| 10380k| 10323k|     0 |   0.0 |2841M|1471 |   - |1802 |1279 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1157.42/1157.47	c  1105s| 10390k| 10333k|     0 |   0.0 |2843M|1471 |   - |1802 |1278 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1158.52/1158.55	c  1106s| 10400k| 10343k|     0 |   0.0 |2846M|1471 |   - |1802 |1317 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1159.62/1159.64	c  1107s| 10410k| 10353k|     0 |   0.0 |2849M|1471 |   - |1802 |1380 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1160.72/1160.76	c  1108s| 10420k| 10363k|     0 |   0.0 |2851M|1471 |   - |1802 |1404 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1161.82/1161.83	c  1109s| 10430k| 10373k|     0 |   0.0 |2854M|1471 |   - |1802 |1414 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1162.93/1162.92	c  1110s| 10440k| 10383k|     0 |   0.0 |2857M|1471 |   - |1802 |1258 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1164.02/1164.03	c  1111s| 10450k| 10393k|     0 |   0.0 |2859M|1471 |   - |1802 |1060 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1165.12/1165.16	c  1112s| 10460k| 10403k|     0 |   0.0 |2862M|1471 |   - |1802 |1077 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1166.22/1166.26	c  1113s| 10470k| 10413k|     0 |   0.0 |2865M|1471 |   - |1802 |1052 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1167.32/1167.36	c  1114s| 10480k| 10423k|     0 |   0.0 |2868M|1471 |   - |1802 |1091 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1167.72/1167.71	c (node 10482999) switching to memory saving mode (mem: 2736.0M/3420.0M)
1177.12/1177.14	c  1124s| 10490k| 10426k|     0 |   0.0 |2884M|1488 |   - |1802 |  33k|   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1191.73/1191.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1191.73/1191.76	c  1138s| 10500k| 10426k|     0 |   0.0 |2904M|1492 |   - |1802 |  74k|   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1208.83/1208.88	c  1155s| 10510k| 10426k|     0 |   0.0 |2924M|1492 |   - |1802 | 116k|   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1225.52/1225.54	c  1172s| 10520k| 10426k|     0 |   0.0 |2944M|1492 |   - |1802 | 159k|   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1241.12/1241.18	c  1187s| 10530k| 10426k|     0 |   0.0 |2964M|1504 |   - |1802 | 188k|   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1261.43/1261.41	c  1208s| 10540k| 10426k|     0 |   0.0 |2979M|1504 |   - |1802 | 217k|   0 |   0 |   0 | 570k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1276.13/1276.19	c  1222s| 10550k| 10426k|     0 |   0.0 |3000M|1504 |   - |1802 | 258k|   0 |   0 |   0 | 620k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1291.92/1291.95	c  1238s| 10560k| 10426k|     0 |   0.0 |3021M|1504 |   - |1802 | 303k|   0 |   0 |   0 | 670k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1308.72/1308.79	c  1255s| 10570k| 10426k|     0 |   0.0 |3043M|1504 |   - |1802 | 348k|   0 |   0 |   0 | 720k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1328.73/1328.74	c  1274s| 10580k| 10426k|     0 |   0.0 |3056M|1504 |   - |1802 | 368k|   0 |   0 |   0 | 771k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1347.93/1347.96	c  1294s| 10590k| 10426k|     0 |   0.0 |3072M|1504 |   - |1802 | 401k|   0 |   0 |   0 | 822k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1367.33/1367.38	c  1313s| 10600k| 10426k|     0 |   0.0 |3081M|1504 |   - |1802 | 419k|   0 |   0 |   0 | 873k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1388.03/1388.00	c  1333s| 10610k| 10426k|     0 |   0.0 |3089M|1504 |   - |1802 | 426k|   0 |   0 |   0 | 923k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1407.13/1407.18	c  1352s| 10620k| 10426k|     0 |   0.0 |3106M|1508 |   - |1802 | 458k|   0 |   0 |   0 | 974k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1422.03/1422.05	c  1367s| 10630k| 10426k|     0 |   0.0 |3127M|1508 |   - |1802 | 504k|   0 |   0 |   0 |1024k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1441.83/1441.81	c  1387s| 10640k| 10426k|     0 |   0.0 |3143M|1508 |   - |1802 | 538k|   0 |   0 |   0 |1075k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1459.44/1459.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1459.44/1459.44	c  1404s| 10650k| 10426k|     0 |   0.0 |3163M|1508 |   - |1802 | 580k|   0 |   0 |   0 |1125k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1475.83/1475.87	c  1421s| 10660k| 10426k|     0 |   0.0 |3181M|1508 |   - |1802 | 615k|   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1497.93/1497.91	c  1443s| 10670k| 10426k|     0 |   0.0 |3199M|1508 |   - |1802 | 653k|   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1523.63/1523.63	c  1468s| 10680k| 10426k|     0 |   0.0 |3199M|1508 |   - |1802 | 646k|   0 |   0 |   0 |1278k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1546.73/1546.71	c  1491s| 10690k| 10426k|     0 |   0.0 |3216M|1508 |   - |1802 | 679k|   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1570.74/1570.80	c  1515s| 10700k| 10426k|     0 |   0.0 |3231M|1508 |   - |1802 | 708k|   0 |   0 |   0 |1379k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1600.03/1600.05	c  1544s| 10710k| 10426k|     0 |   0.0 |3241M|1508 |   - |1802 | 729k|   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1625.33/1625.36	c  1570s| 10720k| 10426k|     0 |   0.0 |3257M|1508 |   - |1802 | 762k|   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1655.93/1655.91	c  1600s| 10730k| 10426k|     0 |   0.0 |3210M|1508 |   - |1802 | 638k|   0 |   0 |   0 |1530k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1676.94/1676.97	c  1621s| 10740k| 10426k|     0 |   0.0 |3195M|1508 |   - |1802 | 608k|   0 |   0 |   0 |1580k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1698.84/1698.89	c  1643s| 10750k| 10426k|     0 |   0.0 |3204M|1508 |   - |1802 | 629k|   0 |   0 |   0 |1631k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1717.15/1717.18	c  1661s| 10760k| 10426k|     0 |   0.0 |3221M|1508 |   - |1802 | 664k|   0 |   0 |   0 |1681k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1732.64/1732.61	c  1676s| 10770k| 10426k|     0 |   0.0 |3239M|1508 |   - |1802 | 703k|   0 |   0 |   0 |1731k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1748.74/1748.70	c  1692s| 10780k| 10426k|     0 |   0.0 |3254M|1508 |   - |1802 | 738k|   0 |   0 |   0 |1781k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1766.34/1766.32	c  1710s| 10790k| 10426k|     0 |   0.0 |3271M|1508 |   - |1802 | 776k|   0 |   0 |   0 |1832k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1782.24/1782.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1782.24/1782.27	c  1726s| 10800k| 10426k|     0 |   0.0 |3287M|1508 |   - |1802 | 816k|   0 |   0 |   0 |1882k|   0 | 0.000000e+00 | 4.602000e+03 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1743.30
1800.04/1800.00	c Solving Nodes      : 10806538
1800.04/1800.00	c Primal Bound       : +4.60200000000000e+03 (4 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v x1640 x1639 x1638 x1637 x1636 x1635 x1634 x1633 x1632 x1631 x1630 x1629 x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 x1620 x1619 
1800.04/1800.00	v x1618 x1617 x1616 x1615 x1614 x1613 x1612 x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 x1599 
1800.04/1800.00	v x1598 x1597 x1596 x1595 x1594 x1593 x1592 x1591 x1590 x1589 x1588 x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 x1578 
1800.04/1800.00	v x1577 x1576 x1575 x1574 x1573 x1572 x1571 x1570 x1569 x1568 x1567 x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 x1558 x1557 
1800.04/1800.00	v x1556 x1555 x1554 x1553 x1552 x1551 x1550 x1549 x1548 x1547 x1546 x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 x1537 x1536 
1800.04/1800.00	v x1535 x1534 x1533 x1532 x1531 x1530 x1529 x1528 x1527 x1526 x1525 x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 x1516 x1515 
1800.04/1800.00	v x1514 x1513 x1512 x1511 x1510 x1509 x1508 x1507 x1506 x1505 x1504 x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 x1495 x1494 
1800.04/1800.00	v x1493 x1492 x1491 x1490 x1489 x1488 x1487 x1486 x1485 x1484 x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 x1474 
1800.04/1800.00	v x1473 x1472 x1471 x1470 x1469 x1468 x1467 x1466 x1465 x1464 x1463 x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 x1453 
1800.04/1800.00	v x1452 x1451 x1450 x1449 x1448 x1447 x1446 x1445 x1444 x1443 x1442 x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 x1433 x1432 
1800.04/1800.00	v x1431 x1430 x1429 x1428 x1427 x1426 x1425 x1424 x1423 x1422 x1421 x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 x1412 x1411 
1800.04/1800.00	v x1410 x1409 x1408 x1407 x1406 x1405 x1404 x1403 x1402 x1401 x1400 x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 x1391 x1390 
1800.04/1800.00	v x1389 x1388 x1387 x1386 x1385 x1384 x1383 x1382 x1381 x1380 x1379 x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 x1370 x1369 
1800.04/1800.00	v x1368 x1367 x1366 x1365 x1364 x1363 x1362 x1361 x1360 x1359 x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 x1349 
1800.04/1800.00	v x1348 x1347 x1346 x1345 x1344 x1343 x1342 x1341 x1340 x1339 x1338 x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 x1328 
1800.04/1800.00	v x1327 x1326 x1325 x1324 x1323 x1322 x1321 x1320 x1319 x1318 x1317 x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 x1308 x1307 
1800.04/1800.00	v x1306 x1305 x1304 x1303 x1302 x1301 x1300 x1299 x1298 x1297 x1296 x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 x1287 x1286 
1800.04/1800.00	v x1285 x1284 x1283 x1282 x1281 x1280 x1279 x1278 x1277 x1276 x1275 x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 x1266 x1265 
1800.04/1800.00	v x1264 x1263 x1262 x1261 x1260 x1259 x1258 x1257 x1256 x1255 x1254 x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 x1245 x1244 
1800.04/1800.00	v x1243 x1242 x1241 x1240 x1239 x1238 x1237 x1236 x1235 x1234 x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 x1224 
1800.04/1800.00	v x1223 x1222 x1221 x1220 x1219 x1218 x1217 x1216 x1215 x1214 x1213 x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 x1203 
1800.04/1800.00	v x1202 x1201 x1200 x1199 x1198 x1197 x1196 x1195 x1194 x1193 x1192 x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 x1183 x1182 
1800.04/1800.00	v x1181 x1180 x1179 x1178 x1177 x1176 x1175 x1174 x1173 x1172 x1171 x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 x1162 x1161 
1800.04/1800.00	v x1160 x1159 x1158 x1157 x1156 x1155 x1154 x1153 x1152 x1151 x1150 x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 x1141 x1140 
1800.04/1800.00	v x1139 x1138 x1137 x1136 x1135 x1134 x1133 x1132 x1131 x1130 x1129 x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 x1120 x1119 
1800.04/1800.00	v x1118 x1117 x1116 x1115 x1114 x1113 x1112 x1111 x1110 x1109 x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 x1099 
1800.04/1800.00	v x1098 x1097 x1096 x1095 x1094 x1093 x1092 x1091 x1090 x1089 x1088 x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 x1078 
1800.04/1800.00	v x1077 x1076 x1075 x1074 x1073 x1072 x1071 x1070 x1069 x1068 x1067 x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 
1800.04/1800.00	v x1056 x1055 x1054 x1053 x1052 x1051 x1050 x1049 x1048 x1047 x1046 x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 x1037 x1036 
1800.04/1800.00	v x1035 x1034 x1033 x1032 x1031 x1030 x1029 x1028 x1027 x1026 x1025 x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 x1016 x1015 
1800.04/1800.00	v x1014 x1013 x1012 x1011 x1010 x1009 x1008 x1007 x1006 x1005 x1004 x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 x994 x993 
1800.04/1800.00	v x992 x991 x990 x989 x988 x987 x986 x985 x984 x983 x982 x981 x980 x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 x969 x968 
1800.04/1800.00	v x967 x966 x965 x964 x963 x962 x961 x960 x959 x958 x957 x956 x955 x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 x944 x943 
1800.04/1800.00	v x942 x941 x940 x939 x938 x937 x936 x935 x934 x933 x932 x931 x930 x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 
1800.04/1800.00	v x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 
1800.04/1800.00	v x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 
1800.04/1800.00	v x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 
1800.04/1800.00	v x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 
1800.04/1800.00	v x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 
1800.04/1800.00	v x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 
1800.04/1800.00	v x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 
1800.04/1800.00	v x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 
1800.04/1800.00	v x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 
1800.04/1800.00	v x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 
1800.04/1800.00	v x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 
1800.04/1800.00	v x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 
1800.04/1800.00	v x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 
1800.04/1800.00	v x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 
1800.04/1800.00	v x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 
1800.04/1800.00	v x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 
1800.04/1800.00	v x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 
1800.04/1800.00	v x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 
1800.04/1800.00	v x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 
1800.04/1800.00	v x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 
1800.04/1800.00	v x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 
1800.04/1800.00	v x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 
1800.04/1800.00	v x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 
1800.04/1800.00	v x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 
1800.04/1800.00	v x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 
1800.04/1800.00	v x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 
1800.04/1800.00	v x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 
1800.04/1800.00	v x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 
1800.04/1800.00	v x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 
1800.04/1800.00	v x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 
1800.04/1800.00	v x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 
1800.04/1800.00	v x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 
1800.04/1800.00	v x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 
1800.04/1800.00	v x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 
1800.04/1800.00	v x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 
1800.04/1800.00	v x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1743.30
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2694006-1277921104.wbo
1800.04/1800.00	c   Variables        : 1802 (1721 binary, 0 integer, 0 implicit integer, 81 continuous)
1800.04/1800.00	c   Constraints      : 163 initial, 163 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2694006-1277921104.wbo
1800.04/1800.00	c   Variables        : 1802 (1721 binary, 0 integer, 0 implicit integer, 81 continuous)
1800.04/1800.00	c   Constraints      : 162 initial, 826363 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.01          0          0          0         81          0          1          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :         81          0       1679          0       1416          0        114          0          0          0
1800.04/1800.00	c   linear           :         81          0   11947582          0   10624315     140394    7433219          0          0          0
1800.04/1800.00	c   logicor          :          0+         0    1632872          0          0      54231    1328510          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0   10624315          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   linear           :     507.49       0.00     502.84       0.00       4.65
1800.04/1800.00	c   logicor          :     198.80       0.00     198.80       0.00       0.00
1800.04/1800.00	c   countsols        :       2.18       0.00       0.00       0.00       2.18
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       3.10          2          0          0
1800.04/1800.00	c   rootredcost      :       2.58          0          0          0
1800.04/1800.00	c   pseudoobj        :      26.50   11947382          0          0
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :     569.39     194625     194625    2771038      486.6    2850405       31.8          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -    1890355       32.6          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -      25210      357.9          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :     809.01   10624315          0          0          0          0   21248630
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       3.29          0          0
1800.04/1800.00	c   trivial          :       0.00          2          3
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       3.20          0          0
1800.04/1800.00	c   trysol           :       2.82          1          1
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :   10806538
1800.04/1800.00	c   nodes (total)    :   10806538
1800.04/1800.00	c   nodes left       :   10426471
1800.04/1800.00	c   max depth        :       1508
1800.04/1800.00	c   max depth (total):       1508
1800.04/1800.00	c   backtracks       :     105089 (1.0%)
1800.04/1800.00	c   delayed cutoffs  :      15622
1800.04/1800.00	c   repropagations   :      33467 (404873 domain reductions, 12402 cutoffs)
1800.04/1800.00	c   avg switch length:       2.31
1800.04/1800.00	c   switching time   :      73.47
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          4 (1 improvements)
1800.04/1800.00	c   First Solution   : +4.60200000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Primal Bound     : +4.60200000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0

Verifier Data

OK	2425

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25822
/proc/meminfo: memFree=29911336/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=8800 CPUtime=0
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 1690 0 0 0 0 0 0 0 25 0 1 0 165702183 9011200 1612 4089446400 4194304 7136930 140733322594496 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25822/statm: 2200 1612 275 719 0 1479 0

[startup+0.0411951 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25822
/proc/meminfo: memFree=29911336/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=16216 CPUtime=0.03
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 4018 0 0 0 3 0 0 0 25 0 1 0 165702183 16605184 3329 4089446400 4194304 7136930 140733322594496 18446744073709551615 5892267 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 4054 3329 383 719 0 3333 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16216

[startup+0.101184 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25822
/proc/meminfo: memFree=29911336/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=16740 CPUtime=0.09
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 4154 0 0 0 9 0 0 0 25 0 1 0 165702183 17141760 3465 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 4185 3465 383 719 0 3464 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+0.300157 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25822
/proc/meminfo: memFree=29911336/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=17704 CPUtime=0.29
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 4408 0 0 0 28 1 0 0 25 0 1 0 165702183 18128896 3719 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 4426 3719 390 719 0 3705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17704

[startup+0.701075 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25822
/proc/meminfo: memFree=29911336/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=19784 CPUtime=0.69
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 4929 0 0 0 67 2 0 0 25 0 1 0 165702183 20258816 4240 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 4946 4240 390 719 0 4225 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19784

[startup+1.50093 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25823
/proc/meminfo: memFree=29892728/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=22752 CPUtime=1.49
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 5699 0 0 0 143 6 0 0 25 0 1 0 165702183 23298048 5010 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 5688 5010 390 719 0 4967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22752

[startup+3.10058 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25823
/proc/meminfo: memFree=29887280/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=27872 CPUtime=3.09
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 7045 0 0 0 292 17 0 0 25 0 1 0 165702183 28540928 6356 4089446400 4194304 7136930 140733322594496 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 6968 6356 390 719 0 6247 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27872

[startup+6.30099 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25823
/proc/meminfo: memFree=29868060/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=38628 CPUtime=6.29
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 9836 0 0 0 598 31 0 0 25 0 1 0 165702183 39555072 9147 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 9657 9147 390 719 0 8936 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38628

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25823
/proc/meminfo: memFree=29832216/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=59208 CPUtime=12.69
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 14705 0 0 0 1204 65 0 0 25 0 1 0 165702183 60628992 14016 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 14802 14018 390 719 0 14081 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59208

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25823
/proc/meminfo: memFree=29769100/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=98460 CPUtime=25.49
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 23980 0 0 0 2419 130 0 0 25 0 1 0 165702183 100823040 23291 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 24615 23291 390 719 0 23894 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98460

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25824
/proc/meminfo: memFree=29606720/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=215792 CPUtime=51.09
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 52021 0 0 0 4822 287 0 0 25 0 1 0 165702183 220971008 51313 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 53948 51313 390 719 0 53227 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 215792

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25825
/proc/meminfo: memFree=29367204/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=342212 CPUtime=102.3
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 85369 0 0 0 9708 522 0 0 25 0 1 0 165702183 350425088 84661 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 85553 84661 390 719 0 84832 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 342212

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25827
/proc/meminfo: memFree=29097440/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=500416 CPUtime=162.3
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 122845 0 0 0 15439 791 0 0 25 0 1 0 165702183 512425984 122137 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 125104 122137 390 719 0 124383 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 500416

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25829
/proc/meminfo: memFree=28819252/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=647776 CPUtime=222.29
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 161697 0 0 0 21164 1065 0 0 25 0 1 0 165702183 663322624 160989 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 161944 160989 390 719 0 161223 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 647776

[startup+282.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 25830
/proc/meminfo: memFree=28546112/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=822944 CPUtime=282.3
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 199390 0 0 0 26886 1344 0 0 25 0 1 0 165702183 842694656 198682 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 205736 198682 390 719 0 205015 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 822944

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 25832
/proc/meminfo: memFree=28262444/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=968164 CPUtime=342.3
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 237729 0 0 0 32603 1627 0 0 25 0 1 0 165702183 991399936 237021 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 242041 237021 390 719 0 241320 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 968164

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25833
/proc/meminfo: memFree=27992548/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=1109508 CPUtime=402.3
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 275152 0 0 0 38323 1907 0 0 25 0 1 0 165702183 1136136192 274444 4089446400 4194304 7136930 140733322594496 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 277377 274444 390 719 0 276656 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1109508

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25835
/proc/meminfo: memFree=27711656/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=1319952 CPUtime=462.3
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 313433 0 0 0 44033 2197 0 0 25 0 1 0 165702183 1351630848 312725 4089446400 4194304 7136930 140733322594496 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 329988 312725 390 719 0 329267 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1319952

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25837
/proc/meminfo: memFree=27442012/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=1462356 CPUtime=522.3
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 351091 0 0 0 49749 2481 0 0 25 0 1 0 165702183 1497452544 350383 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 365589 350383 390 719 0 364868 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1462356

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25838
/proc/meminfo: memFree=27157864/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=1608656 CPUtime=582.3
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 389782 0 0 0 55466 2764 0 0 25 0 1 0 165702183 1647263744 389074 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 402164 389074 390 719 0 401443 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1608656

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25840
/proc/meminfo: memFree=26875296/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=1755360 CPUtime=642.31
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 428534 0 0 0 61183 3048 0 0 25 0 1 0 165702183 1797488640 427826 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 438840 427826 390 719 0 438119 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1755360

[startup+702.301 s]

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

/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 695593 0 0 0 101343 4889 0 0 25 0 1 0 165702183 2965753856 694885 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/25822/statm: 724061 694885 390 719 0 723340 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2896244

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25899
/proc/meminfo: memFree=28559308/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3043560 CPUtime=1122.32
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 734527 0 0 0 107091 5141 0 0 25 0 1 0 165702183 3116605440 733819 4089446400 4194304 7136930 140733322594496 18446744073709551615 4642126 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 760890 733819 390 719 0 760169 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3043560

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25900
/proc/meminfo: memFree=28418876/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3179420 CPUtime=1182.32
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 810260 0 0 0 112889 5343 0 0 25 0 1 0 165702183 3255726080 768824 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 794855 768824 390 719 0 794134 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3179420

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 25902
/proc/meminfo: memFree=28323584/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3278916 CPUtime=1242.33
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 833618 0 0 0 118849 5384 0 0 25 0 1 0 165702183 3357609984 792182 4089446400 4194304 7136930 140733322594496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 819729 792182 390 719 0 819008 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3278916

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 25903
/proc/meminfo: memFree=28238332/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3367292 CPUtime=1302.33
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 854841 0 0 0 124812 5421 0 0 25 0 1 0 165702183 3448107008 813405 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 841823 813405 390 719 0 841102 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3367292

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25905
/proc/meminfo: memFree=28189048/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3419048 CPUtime=1362.33
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 867349 0 0 0 130781 5452 0 0 25 0 1 0 165702183 3501105152 825913 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 854762 825913 390 719 0 854041 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3419048

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25907
/proc/meminfo: memFree=28130840/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3476588 CPUtime=1422.33
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 881501 0 0 0 136751 5482 0 0 25 0 1 0 165702183 3560026112 840065 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 869147 840065 390 719 0 868426 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3476588

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 25908
/proc/meminfo: memFree=28063940/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3543460 CPUtime=1482.34
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 898072 0 0 0 142717 5517 0 0 25 0 1 0 165702183 3628503040 856636 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 885865 856636 390 719 0 885144 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 3543460

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 25910
/proc/meminfo: memFree=28031760/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3574276 CPUtime=1542.33
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 905840 0 0 0 148688 5545 0 0 25 0 1 0 165702183 3660058624 864404 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 893569 864404 390 719 0 892848 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3574276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25911
/proc/meminfo: memFree=27995388/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3611368 CPUtime=1602.33
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 914849 0 0 0 154661 5572 0 0 25 0 1 0 165702183 3698040832 873413 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 902842 873413 390 719 0 902121 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3611368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25913
/proc/meminfo: memFree=27943256/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3664608 CPUtime=1662.33
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 927819 0 0 0 160635 5598 0 0 25 0 1 0 165702183 3752558592 886383 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909072 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 916152 886383 390 719 0 915431 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3664608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25915
/proc/meminfo: memFree=27933408/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3675448 CPUtime=1722.34
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 930217 0 0 0 166603 5631 0 0 25 0 1 0 165702183 3763658752 888781 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 918862 888781 390 719 0 918141 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3675448

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 25916
/proc/meminfo: memFree=27918328/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3689416 CPUtime=1782.34
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 933864 0 0 0 172567 5667 0 0 25 0 1 0 165702183 3777961984 892428 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 922354 892428 390 719 0 921633 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3689416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 25917
/proc/meminfo: memFree=27912112/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3697420 CPUtime=1800.04
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 935417 0 0 0 174329 5675 0 0 25 0 1 0 165702183 3786158080 893981 4089446400 4194304 7136930 140733322594496 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/25822/statm: 924355 893981 390 719 0 923634 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3697420

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25822

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

[startup+1801.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/198 25918
/proc/meminfo: memFree=27909748/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3699604 CPUtime=1801.44
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 935982 0 0 0 174469 5675 0 0 25 0 1 0 165702183 3788394496 894546 4089446400 4194304 7136930 140733322594496 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25822/statm: 924901 894546 396 719 0 924180 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 3699604

[startup+1801.81 s]
/proc/loadavg: 2.05 2.01 2.00 3/198 25918
/proc/meminfo: memFree=27909748/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3699604 CPUtime=1801.84
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 935982 0 0 0 174509 5675 0 0 25 0 1 0 165702183 3788394496 894546 4089446400 4194304 7136930 140733322594496 18446744073709551615 6165617 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25822/statm: 924901 894546 396 719 0 924180 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 3699604

[startup+1802 s]
/proc/loadavg: 2.05 2.01 2.00 3/198 25918
/proc/meminfo: memFree=27909748/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=3699604 CPUtime=1802.04
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4202496 935982 0 0 0 174529 5675 0 0 25 0 1 0 165702183 3788394496 894546 4089446400 4194304 7136930 140733322594496 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25822/statm: 924901 894546 396 719 0 924180 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3699604

[startup+1802.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/198 25918
/proc/meminfo: memFree=27909748/32950928 swapFree=67111528/67111528
[pid=25822] ppid=25820 vsize=0 CPUtime=1802.14
/proc/25822/stat : 25822 (pbscip.linux.x8) R 25820 25822 24522 0 -1 4203524 935982 0 0 0 174529 5685 0 0 25 0 1 0 165702183 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25822/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.12
CPU time (s): 1802.17
CPU user time (s): 1745.3
CPU system time (s): 56.8744
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3699604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1745.3
system time used= 56.8744
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 935982
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= 1
involuntary context switches= 12574

runsolver used 2.58961 second user time and 5.67214 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 20:05:04
IDJOB=2694006
IDBENCH=79169
IDSOLVER=1206
FILE ID=node116/2694006-1277921104
PBS_JOBID= 11197318
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 19fe712a4f6ee0b978bb364f3985a5e4
RANDOM SEED=138177089

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29911864 kB
Buffers:        204012 kB
Cached:        1007824 kB
SwapCached:          0 kB
Active:        2165800 kB
Inactive:       723952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29911864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3140 kB
Writeback:           0 kB
AnonPages:     1677672 kB
Mapped:          16272 kB
Slab:            79572 kB
PageTables:       7828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1871936 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 node116 at 2010-06-30 20:35:07