Trace number 2694001

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.12 1802.08

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_41_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM6ff912dc2f2e680571fd49caa2fcd856
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.295954
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3280
Total number of constraints162
Number of soft constraints162
Number of constraints which are clauses82
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
Top cost 8163
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 8162
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-2694001-1277920886.wbo>
0.00/0.01	c original problem has 3604 variables (3442 bin, 0 int, 0 impl, 162 cont) and 325 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	o 8162
0.00/0.02	c feasible solution found by trivial heuristic, objective value  8.162000e+03
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 162 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 162 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 162 impls, 0 clqs
0.00/0.04	c    (0.0s) probing: 101/3442 (2.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  0 deleted vars, 1 deleted constraints, 162 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  162 implications, 0 cliques
0.00/0.04	c presolved problem has 3604 variables (3442 bin, 0 int, 0 impl, 162 cont) and 324 constraints
0.00/0.04	c     162 constraints of type <indicator>
0.00/0.04	c     162 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.02
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 1.2.1.2
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1800
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 3420
0.00/0.04	c 
0.00/0.04	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c lp/solvefreq = -1
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c t 0.0s|     1 |     2 |     0 |     - |6855k|   0 |   - |3604 | 324 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1.99/2.00	c   1.9s| 10000 |  9966 |     0 |   0.0 |  10M|2161 |   - |3604 | 479 |   0 |   0 |   0 | 155 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
4.19/4.22	c   4.1s| 20000 | 19916 |     0 |   0.0 |  13M|2163 |   - |3604 | 729 |   0 |   0 |   0 | 405 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
6.39/6.44	c   6.3s| 30000 | 29876 |     0 |   0.0 |  16M|2163 |   - |3604 | 924 |   0 |   0 |   0 | 602 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
8.59/8.66	c   8.5s| 40000 | 39826 |     0 |   0.0 |  19M|2163 |   - |3604 |1149 |   0 |   0 |   0 | 852 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
10.79/10.88	c  10.6s| 50000 | 49790 |     0 |   0.0 |  22M|2163 |   - |3604 |1270 |   0 |   0 |   0 |1032 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
13.09/13.15	c  12.9s| 60000 | 59735 |     0 |   0.0 |  25M|2163 |   - |3604 |1449 |   0 |   0 |   0 |1309 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
15.39/15.43	c  15.1s| 70000 | 69691 |     0 |   0.0 |  28M|2163 |   - |3604 |1463 |   0 |   0 |   0 |1529 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
17.60/17.69	c  17.3s| 80000 | 79651 |     0 |   0.0 |  31M|2163 |   - |3604 |1495 |   0 |   0 |   0 |1729 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
19.89/19.96	c  19.5s| 90000 | 89595 |     0 |   0.0 |  34M|2163 |   - |3604 |1580 |   0 |   0 |   0 |2009 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
22.19/22.21	c  21.7s|100000 | 99555 |     0 |   0.0 |  37M|2163 |   - |3604 |1599 |   0 |   0 |   0 |2209 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
24.39/24.43	c  23.9s|110000 |109515 |     0 |   0.0 |  39M|2163 |   - |3604 |1637 |   0 |   0 |   0 |2409 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
26.59/26.68	c  26.1s|120000 |119463 |     0 |   0.0 |  42M|2163 |   - |3604 |1691 |   0 |   0 |   0 |2669 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
28.89/28.93	c  28.3s|130000 |129413 |     0 |   0.0 |  45M|2163 |   - |3604 |1743 |   0 |   0 |   0 |2919 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
31.09/31.15	c  30.5s|140000 |139359 |     0 |   0.0 |  48M|2163 |   - |3604 |1754 |   0 |   0 |   0 |3189 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
33.29/33.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.29/33.37	c  32.7s|150000 |149309 |     0 |   0.0 |  51M|2163 |   - |3604 |1778 |   0 |   0 |   0 |3439 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
35.49/35.58	c  34.8s|160000 |159263 |     0 |   0.0 |  53M|2163 |   - |3604 |1816 |   0 |   0 |   0 |3669 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
37.69/37.79	c  37.0s|170000 |169207 |     0 |   0.0 |  56M|2163 |   - |3604 |1940 |   0 |   0 |   0 |3949 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
39.98/40.02	c  39.2s|180000 |179141 |     0 |   0.0 |  59M|2163 |   - |3604 |2070 |   0 |   0 |   0 |4279 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
42.19/42.22	c  41.4s|190000 |189087 |     0 |   0.0 |  62M|2163 |   - |3604 |2149 |   0 |   0 |   0 |4549 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
44.39/44.40	c  43.5s|200000 |199035 |     0 |   0.0 |  64M|2163 |   - |3604 |2172 |   0 |   0 |   0 |4809 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
46.59/46.60	c  45.6s|210000 |208981 |     0 |   0.0 |  67M|2163 |   - |3604 |2209 |   0 |   0 |   0 |5079 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
48.68/48.77	c  47.8s|220000 |218925 |     0 |   0.0 |  70M|2163 |   - |3604 |2208 |   0 |   0 |   0 |5359 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
50.89/50.96	c  49.9s|230000 |228859 |     0 |   0.0 |  73M|2163 |   - |3604 |2304 |   0 |   0 |   0 |5689 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
53.09/53.13	c  52.0s|240000 |238793 |     0 |   0.0 |  76M|2163 |   - |3604 |2446 |   0 |   0 |   0 |6019 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
55.19/55.29	c  54.1s|250000 |248721 |     0 |   0.0 |  78M|2163 |   - |3604 |2602 |   0 |   0 |   0 |6379 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
57.39/57.44	c  56.2s|260000 |258661 |     0 |   0.0 |  81M|2163 |   - |3604 |2666 |   0 |   0 |   0 |6679 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
59.49/59.56	c  58.3s|270000 |268593 |     0 |   0.0 |  84M|2163 |   - |3604 |2812 |   0 |   0 |   0 |7019 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
61.60/61.69	c  60.4s|280000 |278539 |     0 |   0.0 |  87M|2163 |   - |3604 |2911 |   0 |   0 |   0 |7289 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
63.69/63.75	c  62.4s|290000 |288485 |     0 |   0.0 |  90M|2163 |   - |3604 |2964 |   0 |   0 |   0 |7559 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
65.79/65.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.79/65.84	c  64.5s|300000 |298431 |     0 |   0.0 |  92M|2163 |   - |3604 |3016 |   0 |   0 |   0 |7829 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
67.89/67.92	c  66.5s|310000 |308375 |     0 |   0.0 |  95M|2163 |   - |3604 |3182 |   0 |   0 |   0 |8109 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
69.89/69.98	c  68.5s|320000 |318325 |     0 |   0.0 |  98M|2163 |   - |3604 |3338 |   0 |   0 |   0 |8359 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
71.99/72.06	c  70.5s|330000 |328257 |     0 |   0.0 | 101M|2163 |   - |3604 |3532 |   0 |   0 |   0 |8699 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
74.09/74.11	c  72.5s|340000 |338197 |     0 |   0.0 | 104M|2163 |   - |3604 |3693 |   0 |   0 |   0 |8999 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
76.09/76.14	c  74.5s|350000 |348141 |     0 |   0.0 | 106M|2163 |   - |3604 |3816 |   0 |   0 |   0 |9279 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
78.09/78.16	c  76.5s|360000 |358085 |     0 |   0.0 | 109M|2163 |   - |3604 |3929 |   0 |   0 |   0 |9559 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
80.09/80.17	c  78.5s|370000 |368029 |     0 |   0.0 | 112M|2163 |   - |3604 |4059 |   0 |   0 |   0 |9839 |   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
82.09/82.16	c  80.4s|380000 |377971 |     0 |   0.0 | 115M|2163 |   - |3604 |4202 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
84.09/84.17	c  82.4s|390000 |387905 |     0 |   0.0 | 118M|2163 |   - |3604 |4419 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
86.09/86.17	c  84.3s|400000 |397831 |     0 |   0.0 | 121M|2163 |   - |3604 |4665 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
88.10/88.13	c  86.3s|410000 |407769 |     0 |   0.0 | 123M|2163 |   - |3604 |4828 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
89.99/90.07	c  88.2s|420000 |417715 |     0 |   0.0 | 126M|2163 |   - |3604 |4988 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
91.99/92.05	c  90.1s|430000 |427635 |     0 |   0.0 | 129M|2163 |   - |3604 |5273 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
93.89/93.99	c  92.0s|440000 |437569 |     0 |   0.0 | 132M|2163 |   - |3604 |5489 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
95.89/95.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.89/95.94	c  93.9s|450000 |447493 |     0 |   0.0 | 135M|2163 |   - |3604 |5763 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
97.80/97.87	c  95.8s|460000 |457421 |     0 |   0.0 | 138M|2163 |   - |3604 |6043 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
99.69/99.79	c  97.7s|470000 |467353 |     0 |   0.0 | 141M|2163 |   - |3604 |6233 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
101.69/101.71	c  99.5s|480000 |477295 |     0 |   0.0 | 144M|2163 |   - |3604 |6447 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
103.49/103.60	c   101s|490000 |487223 |     0 |   0.0 | 146M|2163 |   - |3604 |6656 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
105.39/105.48	c   103s|500000 |497153 |     0 |   0.0 | 149M|2163 |   - |3604 |6900 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
107.29/107.36	c   105s|510000 |507077 |     0 |   0.0 | 152M|2163 |   - |3604 |7204 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
109.19/109.22	c   107s|520000 |517001 |     0 |   0.0 | 155M|2163 |   - |3604 |7486 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
110.99/111.07	c   109s|530000 |526923 |     0 |   0.0 | 158M|2163 |   - |3604 |7797 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
112.89/112.90	c   110s|540000 |536857 |     0 |   0.0 | 161M|2163 |   - |3604 |8056 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
114.69/114.75	c   112s|550000 |546775 |     0 |   0.0 | 164M|2163 |   - |3604 |8373 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
116.49/116.57	c   114s|560000 |556701 |     0 |   0.0 | 167M|2163 |   - |3604 |8655 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
118.29/118.39	c   116s|570000 |566625 |     0 |   0.0 | 170M|2163 |   - |3604 |8969 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
120.09/120.18	c   118s|580000 |576541 |     0 |   0.0 | 173M|2163 |   - |3604 |9322 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
121.89/121.96	c   119s|590000 |586459 |     0 |   0.0 | 176M|2163 |   - |3604 |9677 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
123.69/123.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.69/123.73	c   121s|600000 |596379 |     0 |   0.0 | 179M|2163 |   - |3604 |  10k|   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
125.40/125.48	c   123s|610000 |606303 |     0 |   0.0 | 182M|2163 |   - |3604 |  10k|   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
127.20/127.25	c   124s|620000 |616207 |     0 |   0.0 | 185M|2163 |   - |3604 |  10k|   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
128.99/129.00	c   126s|630000 |626113 |     0 |   0.0 | 188M|2163 |   - |3604 |  11k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
130.69/130.73	c   128s|640000 |636013 |     0 |   0.0 | 191M|2163 |   - |3604 |  11k|   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
132.40/132.44	c   130s|650000 |645917 |     0 |   0.0 | 194M|2163 |   - |3604 |  12k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
134.10/134.13	c   131s|660000 |655823 |     0 |   0.0 | 197M|2163 |   - |3604 |  12k|   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
135.79/135.80	c   133s|670000 |665729 |     0 |   0.0 | 200M|2163 |   - |3604 |  13k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
137.40/137.45	c   134s|680000 |675627 |     0 |   0.0 | 203M|2163 |   - |3604 |  13k|   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
139.09/139.12	c   136s|690000 |685505 |     0 |   0.0 | 206M|2163 |   - |3604 |  14k|   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
140.69/140.77	c   138s|700000 |695385 |     0 |   0.0 | 209M|2163 |   - |3604 |  14k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
142.39/142.43	c   139s|710000 |705257 |     0 |   0.0 | 212M|2163 |   - |3604 |  15k|   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
144.00/144.03	c   141s|720000 |715117 |     0 |   0.0 | 216M|2163 |   - |3604 |  16k|   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
145.59/145.61	c   142s|730000 |724977 |     0 |   0.0 | 219M|2163 |   - |3604 |  17k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
147.10/147.16	c   144s|740000 |734839 |     0 |   0.0 | 222M|2163 |   - |3604 |  17k|   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
148.69/148.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.69/148.71	c   145s|750000 |744681 |     0 |   0.0 | 226M|2163 |   - |3604 |  18k|   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
150.20/150.25	c   147s|760000 |754511 |     0 |   0.0 | 229M|2163 |   - |3604 |  19k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
151.79/151.81	c   148s|770000 |764295 |     0 |   0.0 | 233M|2163 |   - |3604 |  20k|   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
153.29/153.39	c   150s|780000 |774039 |     0 |   0.0 | 237M|2163 |   - |3604 |  21k|   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
154.89/154.98	c   151s|790000 |783705 |     0 |   0.0 | 241M|2163 |   - |3604 |  23k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
156.39/156.49	c   153s|800000 |793347 |     0 |   0.0 | 245M|2163 |   - |3604 |  25k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
157.99/158.01	c   154s|810000 |802917 |     0 |   0.0 | 250M|2163 |   - |3604 |  27k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
159.40/159.49	c   156s|820000 |812435 |     0 |   0.0 | 255M|2163 |   - |3604 |  29k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
160.89/160.95	c   157s|830000 |821839 |     0 |   0.0 | 260M|2163 |   - |3604 |  32k|   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
164.39/164.45	c   161s|840000 |829733 |     0 |   0.0 | 272M|2163 |   - |3604 |  42k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
167.09/167.17	c   163s|850000 |839692 |     0 |   0.0 | 262M|2163 |   - |3604 |1000 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
169.30/169.39	c   166s|860000 |849651 |     0 |   0.0 | 265M|2163 |   - |3604 | 994 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
171.60/171.64	c   168s|870000 |859609 |     0 |   0.0 | 268M|2163 |   - |3604 |1010 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
173.80/173.89	c   170s|880000 |869567 |     0 |   0.0 | 271M|2163 |   - |3604 |1023 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
176.10/176.15	c   172s|890000 |879520 |     0 |   0.0 | 273M|2163 |   - |3604 |1074 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
178.40/178.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
178.40/178.43	c   174s|900000 |889472 |     0 |   0.0 | 276M|2163 |   - |3604 |1064 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
180.69/180.74	c   177s|910000 |899406 |     0 |   0.0 | 279M|2163 |   - |3604 |1124 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
182.99/183.01	c   179s|920000 |909370 |     0 |   0.0 | 281M|2163 |   - |3604 |1064 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
185.19/185.27	c   181s|930000 |919328 |     0 |   0.0 | 284M|2163 |   - |3604 |1074 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
187.49/187.59	c   183s|940000 |929276 |     0 |   0.0 | 287M|2163 |   - |3604 |1075 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
189.79/189.88	c   186s|950000 |939228 |     0 |   0.0 | 290M|2163 |   - |3604 |1068 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
192.10/192.16	c   188s|960000 |949186 |     0 |   0.0 | 292M|2163 |   - |3604 |1059 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
194.40/194.42	c   190s|970000 |959142 |     0 |   0.0 | 295M|2163 |   - |3604 |1064 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
196.69/196.73	c   192s|980000 |969098 |     0 |   0.0 | 298M|2163 |   - |3604 |1044 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
198.99/199.04	c   195s|990000 |979042 |     0 |   0.0 | 301M|2163 |   - |3604 |1068 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
201.30/201.33	c   197s|  1000k|989000 |     0 |   0.0 | 303M|2163 |   - |3604 | 901 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
203.60/203.62	c   199s|  1010k|998944 |     0 |   0.0 | 306M|2163 |   - |3604 | 919 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
205.89/205.92	c   201s|  1020k|  1008k|     0 |   0.0 | 309M|2163 |   - |3604 | 933 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
208.19/208.22	c   204s|  1030k|  1018k|     0 |   0.0 | 312M|2163 |   - |3604 | 908 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
210.50/210.50	c   206s|  1040k|  1028k|     0 |   0.0 | 314M|2163 |   - |3604 | 922 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
212.69/212.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.69/212.79	c   208s|  1050k|  1038k|     0 |   0.0 | 317M|2163 |   - |3604 | 910 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
215.00/215.07	c   210s|  1060k|  1048k|     0 |   0.0 | 320M|2163 |   - |3604 | 892 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
217.30/217.36	c   213s|  1070k|  1058k|     0 |   0.0 | 322M|2163 |   - |3604 | 908 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
219.60/219.63	c   215s|  1080k|  1068k|     0 |   0.0 | 325M|2163 |   - |3604 | 887 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
221.90/221.94	c   217s|  1090k|  1078k|     0 |   0.0 | 328M|2163 |   - |3604 | 909 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
224.19/224.22	c   219s|  1100k|  1088k|     0 |   0.0 | 331M|2163 |   - |3604 | 917 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
226.50/226.52	c   222s|  1110k|  1098k|     0 |   0.0 | 333M|2163 |   - |3604 | 921 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
228.80/228.81	c   224s|  1120k|  1108k|     0 |   0.0 | 336M|2163 |   - |3604 | 910 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
231.10/231.12	c   226s|  1130k|  1118k|     0 |   0.0 | 339M|2163 |   - |3604 | 904 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
233.39/233.43	c   228s|  1140k|  1128k|     0 |   0.0 | 342M|2163 |   - |3604 | 927 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
235.69/235.71	c   231s|  1150k|  1138k|     0 |   0.0 | 344M|2163 |   - |3604 | 930 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
238.00/238.02	c   233s|  1160k|  1148k|     0 |   0.0 | 347M|2163 |   - |3604 | 926 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
240.29/240.31	c   235s|  1170k|  1158k|     0 |   0.0 | 350M|2163 |   - |3604 | 922 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
242.50/242.59	c   237s|  1180k|  1168k|     0 |   0.0 | 353M|2163 |   - |3604 | 935 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
244.79/244.87	c   240s|  1190k|  1178k|     0 |   0.0 | 355M|2163 |   - |3604 | 929 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
247.09/247.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.09/247.17	c   242s|  1200k|  1188k|     0 |   0.0 | 358M|2163 |   - |3604 | 930 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
249.39/249.45	c   244s|  1210k|  1197k|     0 |   0.0 | 361M|2163 |   - |3604 | 965 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
251.69/251.73	c   246s|  1220k|  1207k|     0 |   0.0 | 363M|2163 |   - |3604 | 956 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
253.99/254.04	c   249s|  1230k|  1217k|     0 |   0.0 | 366M|2163 |   - |3604 | 947 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
256.30/256.34	c   251s|  1240k|  1227k|     0 |   0.0 | 369M|2163 |   - |3604 |1008 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
258.60/258.61	c   253s|  1250k|  1237k|     0 |   0.0 | 372M|2163 |   - |3604 | 951 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
260.90/260.90	c   255s|  1260k|  1247k|     0 |   0.0 | 374M|2163 |   - |3604 | 985 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
263.09/263.18	c   258s|  1270k|  1257k|     0 |   0.0 | 377M|2163 |   - |3604 | 993 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
265.40/265.47	c   260s|  1280k|  1267k|     0 |   0.0 | 380M|2163 |   - |3604 |1010 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
267.69/267.77	c   262s|  1290k|  1277k|     0 |   0.0 | 383M|2163 |   - |3604 |1010 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
269.99/270.04	c   264s|  1300k|  1287k|     0 |   0.0 | 385M|2163 |   - |3604 | 961 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
272.30/272.38	c   267s|  1310k|  1297k|     0 |   0.0 | 388M|2163 |   - |3604 |1017 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
274.60/274.66	c   269s|  1320k|  1307k|     0 |   0.0 | 391M|2163 |   - |3604 | 962 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
276.90/276.97	c   271s|  1330k|  1317k|     0 |   0.0 | 393M|2163 |   - |3604 | 938 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
279.20/279.25	c   273s|  1340k|  1327k|     0 |   0.0 | 396M|2163 |   - |3604 | 964 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
281.49/281.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.49/281.53	c   275s|  1350k|  1337k|     0 |   0.0 | 399M|2163 |   - |3604 | 986 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
283.80/283.82	c   278s|  1360k|  1347k|     0 |   0.0 | 402M|2163 |   - |3604 | 965 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
286.10/286.14	c   280s|  1370k|  1357k|     0 |   0.0 | 404M|2163 |   - |3604 |1008 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
288.39/288.41	c   282s|  1380k|  1367k|     0 |   0.0 | 407M|2163 |   - |3604 | 951 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
290.59/290.69	c   284s|  1390k|  1377k|     0 |   0.0 | 410M|2163 |   - |3604 | 959 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
292.89/293.00	c   287s|  1400k|  1387k|     0 |   0.0 | 413M|2163 |   - |3604 | 962 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
295.19/295.29	c   289s|  1410k|  1396k|     0 |   0.0 | 415M|2163 |   - |3604 | 932 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
297.49/297.57	c   291s|  1420k|  1406k|     0 |   0.0 | 418M|2163 |   - |3604 | 961 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
299.80/299.88	c   293s|  1430k|  1416k|     0 |   0.0 | 421M|2163 |   - |3604 | 945 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
302.10/302.17	c   296s|  1440k|  1426k|     0 |   0.0 | 423M|2163 |   - |3604 | 932 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
304.39/304.47	c   298s|  1450k|  1436k|     0 |   0.0 | 426M|2163 |   - |3604 | 914 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
306.69/306.77	c   300s|  1460k|  1446k|     0 |   0.0 | 429M|2163 |   - |3604 | 939 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
309.00/309.06	c   302s|  1470k|  1456k|     0 |   0.0 | 432M|2163 |   - |3604 | 949 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
311.30/311.37	c   305s|  1480k|  1466k|     0 |   0.0 | 434M|2163 |   - |3604 | 918 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
313.60/313.68	c   307s|  1490k|  1476k|     0 |   0.0 | 437M|2163 |   - |3604 | 902 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
315.89/315.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.89/315.97	c   309s|  1500k|  1486k|     0 |   0.0 | 440M|2163 |   - |3604 | 924 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
318.29/318.30	c   311s|  1510k|  1496k|     0 |   0.0 | 443M|2163 |   - |3604 | 906 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
320.50/320.58	c   314s|  1520k|  1506k|     0 |   0.0 | 445M|2163 |   - |3604 | 893 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
322.79/322.88	c   316s|  1530k|  1516k|     0 |   0.0 | 448M|2163 |   - |3604 | 895 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
325.09/325.18	c   318s|  1540k|  1526k|     0 |   0.0 | 451M|2163 |   - |3604 | 909 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
327.50/327.50	c   320s|  1550k|  1536k|     0 |   0.0 | 453M|2163 |   - |3604 | 915 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
329.80/329.83	c   323s|  1560k|  1546k|     0 |   0.0 | 456M|2163 |   - |3604 | 893 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
332.09/332.15	c   325s|  1570k|  1556k|     0 |   0.0 | 459M|2163 |   - |3604 | 921 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
334.40/334.44	c   327s|  1580k|  1566k|     0 |   0.0 | 462M|2163 |   - |3604 | 911 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
336.70/336.75	c   330s|  1590k|  1576k|     0 |   0.0 | 464M|2163 |   - |3604 | 907 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
339.00/339.07	c   332s|  1600k|  1586k|     0 |   0.0 | 467M|2163 |   - |3604 | 919 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
341.29/341.39	c   334s|  1610k|  1595k|     0 |   0.0 | 470M|2163 |   - |3604 | 909 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
343.70/343.74	c   336s|  1620k|  1605k|     0 |   0.0 | 473M|2163 |   - |3604 | 944 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
346.00/346.06	c   339s|  1630k|  1615k|     0 |   0.0 | 475M|2163 |   - |3604 | 923 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
348.30/348.36	c   341s|  1640k|  1625k|     0 |   0.0 | 478M|2163 |   - |3604 | 929 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
350.59/350.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
350.59/350.68	c   343s|  1650k|  1635k|     0 |   0.0 | 481M|2163 |   - |3604 | 900 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
352.89/352.99	c   345s|  1660k|  1645k|     0 |   0.0 | 484M|2163 |   - |3604 | 940 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
355.30/355.30	c   348s|  1670k|  1655k|     0 |   0.0 | 486M|2163 |   - |3604 | 945 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
357.50/357.59	c   350s|  1680k|  1665k|     0 |   0.0 | 489M|2163 |   - |3604 | 934 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
359.90/359.93	c   352s|  1690k|  1675k|     0 |   0.0 | 492M|2163 |   - |3604 | 918 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
362.19/362.28	c   355s|  1700k|  1685k|     0 |   0.0 | 494M|2163 |   - |3604 | 974 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
364.50/364.59	c   357s|  1710k|  1695k|     0 |   0.0 | 497M|2163 |   - |3604 | 967 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
366.90/366.91	c   359s|  1720k|  1705k|     0 |   0.0 | 500M|2163 |   - |3604 | 944 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
369.19/369.24	c   361s|  1730k|  1715k|     0 |   0.0 | 503M|2163 |   - |3604 | 974 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
371.50/371.54	c   364s|  1740k|  1725k|     0 |   0.0 | 505M|2163 |   - |3604 | 979 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
373.79/373.83	c   366s|  1750k|  1735k|     0 |   0.0 | 508M|2163 |   - |3604 | 938 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
376.09/376.13	c   368s|  1760k|  1745k|     0 |   0.0 | 511M|2163 |   - |3604 | 961 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
378.40/378.45	c   370s|  1770k|  1755k|     0 |   0.0 | 514M|2163 |   - |3604 | 932 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
380.70/380.76	c   373s|  1780k|  1765k|     0 |   0.0 | 516M|2163 |   - |3604 | 934 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
383.00/383.06	c   375s|  1790k|  1775k|     0 |   0.0 | 519M|2163 |   - |3604 | 948 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
385.30/385.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.30/385.38	c   377s|  1800k|  1785k|     0 |   0.0 | 522M|2163 |   - |3604 | 947 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
387.70/387.70	c   380s|  1810k|  1795k|     0 |   0.0 | 524M|2163 |   - |3604 | 953 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
389.90/390.00	c   382s|  1820k|  1804k|     0 |   0.0 | 527M|2163 |   - |3604 | 968 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
392.20/392.29	c   384s|  1830k|  1814k|     0 |   0.0 | 530M|2163 |   - |3604 | 924 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
394.50/394.59	c   386s|  1840k|  1824k|     0 |   0.0 | 533M|2163 |   - |3604 | 933 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
396.90/396.90	c   389s|  1850k|  1834k|     0 |   0.0 | 535M|2163 |   - |3604 | 938 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
399.09/399.18	c   391s|  1860k|  1844k|     0 |   0.0 | 538M|2163 |   - |3604 | 911 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
401.40/401.48	c   393s|  1870k|  1854k|     0 |   0.0 | 541M|2163 |   - |3604 | 903 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
403.70/403.77	c   395s|  1880k|  1864k|     0 |   0.0 | 544M|2163 |   - |3604 | 911 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
406.01/406.08	c   398s|  1890k|  1874k|     0 |   0.0 | 546M|2163 |   - |3604 | 897 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
408.29/408.38	c   400s|  1900k|  1884k|     0 |   0.0 | 549M|2163 |   - |3604 | 915 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
410.60/410.68	c   402s|  1910k|  1894k|     0 |   0.0 | 552M|2163 |   - |3604 | 893 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
412.89/412.97	c   404s|  1920k|  1904k|     0 |   0.0 | 554M|2163 |   - |3604 | 893 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
415.19/415.27	c   407s|  1930k|  1914k|     0 |   0.0 | 557M|2163 |   - |3604 | 953 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
417.60/417.60	c   409s|  1940k|  1924k|     0 |   0.0 | 560M|2163 |   - |3604 | 917 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
419.90/419.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.90/419.92	c   411s|  1950k|  1934k|     0 |   0.0 | 563M|2163 |   - |3604 | 961 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
422.20/422.22	c   413s|  1960k|  1944k|     0 |   0.0 | 565M|2163 |   - |3604 | 942 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
424.49/424.53	c   416s|  1970k|  1954k|     0 |   0.0 | 568M|2163 |   - |3604 | 933 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
426.80/426.82	c   418s|  1980k|  1964k|     0 |   0.0 | 571M|2163 |   - |3604 | 931 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
429.10/429.16	c   420s|  1990k|  1974k|     0 |   0.0 | 573M|2163 |   - |3604 | 933 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
431.40/431.46	c   422s|  2000k|  1984k|     0 |   0.0 | 576M|2163 |   - |3604 | 962 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
433.70/433.76	c   425s|  2010k|  1994k|     0 |   0.0 | 579M|2163 |   - |3604 | 959 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
436.10/436.10	c   427s|  2020k|  2004k|     0 |   0.0 | 582M|2163 |   - |3604 | 992 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
438.40/438.40	c   429s|  2030k|  2013k|     0 |   0.0 | 584M|2163 |   - |3604 |1014 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
440.70/440.73	c   432s|  2040k|  2023k|     0 |   0.0 | 587M|2163 |   - |3604 |1019 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
443.00/443.01	c   434s|  2050k|  2033k|     0 |   0.0 | 590M|2163 |   - |3604 |1007 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
445.30/445.30	c   436s|  2060k|  2043k|     0 |   0.0 | 592M|2163 |   - |3604 | 984 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
447.60/447.60	c   438s|  2070k|  2053k|     0 |   0.0 | 595M|2163 |   - |3604 |1013 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
449.79/449.88	c   440s|  2080k|  2063k|     0 |   0.0 | 598M|2163 |   - |3604 |1008 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
452.11/452.18	c   443s|  2090k|  2073k|     0 |   0.0 | 601M|2163 |   - |3604 |1008 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
454.40/454.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.40/454.49	c   445s|  2100k|  2083k|     0 |   0.0 | 603M|2163 |   - |3604 | 976 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
456.80/456.83	c   447s|  2110k|  2093k|     0 |   0.0 | 606M|2163 |   - |3604 | 997 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
459.10/459.14	c   450s|  2120k|  2103k|     0 |   0.0 | 609M|2163 |   - |3604 |1023 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
461.40/461.46	c   452s|  2130k|  2113k|     0 |   0.0 | 612M|2163 |   - |3604 | 977 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
463.70/463.78	c   454s|  2140k|  2123k|     0 |   0.0 | 614M|2163 |   - |3604 |1004 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
466.00/466.09	c   456s|  2150k|  2133k|     0 |   0.0 | 617M|2163 |   - |3604 | 975 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
468.40/468.41	c   459s|  2160k|  2143k|     0 |   0.0 | 620M|2163 |   - |3604 | 939 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
470.70/470.72	c   461s|  2170k|  2153k|     0 |   0.0 | 622M|2163 |   - |3604 | 936 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
473.00/473.03	c   463s|  2180k|  2163k|     0 |   0.0 | 625M|2163 |   - |3604 | 966 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
475.31/475.34	c   465s|  2190k|  2173k|     0 |   0.0 | 628M|2163 |   - |3604 | 947 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
477.60/477.66	c   468s|  2200k|  2183k|     0 |   0.0 | 630M|2163 |   - |3604 | 959 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
479.90/479.96	c   470s|  2210k|  2193k|     0 |   0.0 | 633M|2163 |   - |3604 | 969 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
482.20/482.27	c   472s|  2220k|  2203k|     0 |   0.0 | 636M|2163 |   - |3604 | 946 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
484.50/484.58	c   475s|  2230k|  2213k|     0 |   0.0 | 639M|2163 |   - |3604 | 953 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
486.90/486.90	c   477s|  2240k|  2222k|     0 |   0.0 | 641M|2163 |   - |3604 | 962 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
489.20/489.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
489.20/489.20	c   479s|  2250k|  2232k|     0 |   0.0 | 644M|2163 |   - |3604 | 916 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
491.50/491.50	c   481s|  2260k|  2242k|     0 |   0.0 | 647M|2163 |   - |3604 | 927 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
493.80/493.82	c   484s|  2270k|  2252k|     0 |   0.0 | 650M|2163 |   - |3604 | 925 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
496.10/496.16	c   486s|  2280k|  2262k|     0 |   0.0 | 652M|2163 |   - |3604 | 945 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
498.40/498.49	c   488s|  2290k|  2272k|     0 |   0.0 | 655M|2163 |   - |3604 | 930 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
500.80/500.86	c   490s|  2300k|  2282k|     0 |   0.0 | 658M|2163 |   - |3604 | 975 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
503.10/503.17	c   493s|  2310k|  2292k|     0 |   0.0 | 660M|2163 |   - |3604 | 956 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
505.49/505.50	c   495s|  2320k|  2302k|     0 |   0.0 | 663M|2163 |   - |3604 | 975 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
507.80/507.84	c   497s|  2330k|  2312k|     0 |   0.0 | 666M|2163 |   - |3604 |1009 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
510.10/510.18	c   500s|  2340k|  2322k|     0 |   0.0 | 669M|2163 |   - |3604 | 949 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
512.50/512.51	c   502s|  2350k|  2332k|     0 |   0.0 | 671M|2163 |   - |3604 | 981 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
514.80/514.83	c   504s|  2360k|  2342k|     0 |   0.0 | 674M|2163 |   - |3604 | 958 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
517.11/517.15	c   506s|  2370k|  2352k|     0 |   0.0 | 677M|2163 |   - |3604 | 963 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
519.40/519.48	c   509s|  2380k|  2362k|     0 |   0.0 | 679M|2163 |   - |3604 | 980 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
521.80/521.82	c   511s|  2390k|  2372k|     0 |   0.0 | 682M|2163 |   - |3604 |1003 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
524.10/524.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.10/524.13	c   513s|  2400k|  2382k|     0 |   0.0 | 685M|2163 |   - |3604 | 964 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
526.40/526.49	c   516s|  2410k|  2392k|     0 |   0.0 | 688M|2163 |   - |3604 | 988 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
528.70/528.79	c   518s|  2420k|  2402k|     0 |   0.0 | 690M|2163 |   - |3604 | 996 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
531.10/531.12	c   520s|  2430k|  2412k|     0 |   0.0 | 693M|2163 |   - |3604 | 970 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
533.40/533.42	c   522s|  2440k|  2421k|     0 |   0.0 | 696M|2163 |   - |3604 |1007 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
535.70/535.77	c   525s|  2450k|  2431k|     0 |   0.0 | 698M|2163 |   - |3604 |1010 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
538.10/538.13	c   527s|  2460k|  2441k|     0 |   0.0 | 701M|2163 |   - |3604 |1021 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
540.40/540.46	c   529s|  2470k|  2451k|     0 |   0.0 | 704M|2163 |   - |3604 | 993 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
542.70/542.76	c   532s|  2480k|  2461k|     0 |   0.0 | 707M|2163 |   - |3604 | 932 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
545.10/545.11	c   534s|  2490k|  2471k|     0 |   0.0 | 709M|2163 |   - |3604 | 979 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
547.40/547.43	c   536s|  2500k|  2481k|     0 |   0.0 | 712M|2163 |   - |3604 | 972 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
549.70/549.76	c   538s|  2510k|  2491k|     0 |   0.0 | 715M|2163 |   - |3604 | 973 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
552.10/552.11	c   541s|  2520k|  2501k|     0 |   0.0 | 717M|2163 |   - |3604 | 943 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
554.40/554.47	c   543s|  2530k|  2511k|     0 |   0.0 | 720M|2163 |   - |3604 | 976 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
556.80/556.83	c   545s|  2540k|  2521k|     0 |   0.0 | 723M|2163 |   - |3604 | 953 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
559.11/559.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.11/559.15	c   548s|  2550k|  2531k|     0 |   0.0 | 726M|2163 |   - |3604 | 934 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
561.40/561.47	c   550s|  2560k|  2541k|     0 |   0.0 | 728M|2163 |   - |3604 | 966 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
563.80/563.80	c   552s|  2570k|  2551k|     0 |   0.0 | 731M|2163 |   - |3604 | 978 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
566.10/566.12	c   555s|  2580k|  2561k|     0 |   0.0 | 734M|2163 |   - |3604 | 972 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
568.40/568.47	c   557s|  2590k|  2571k|     0 |   0.0 | 736M|2163 |   - |3604 |1014 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
570.80/570.81	c   559s|  2600k|  2581k|     0 |   0.0 | 739M|2163 |   - |3604 | 963 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
573.10/573.15	c   561s|  2610k|  2591k|     0 |   0.0 | 742M|2163 |   - |3604 | 977 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
575.41/575.45	c   564s|  2620k|  2601k|     0 |   0.0 | 745M|2163 |   - |3604 | 986 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
577.70/577.77	c   566s|  2630k|  2611k|     0 |   0.0 | 747M|2163 |   - |3604 | 993 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
580.10/580.10	c   568s|  2640k|  2620k|     0 |   0.0 | 750M|2163 |   - |3604 |1014 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
582.40/582.46	c   571s|  2650k|  2630k|     0 |   0.0 | 753M|2163 |   - |3604 | 997 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
584.70/584.79	c   573s|  2660k|  2640k|     0 |   0.0 | 755M|2163 |   - |3604 | 999 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
587.10/587.13	c   575s|  2670k|  2650k|     0 |   0.0 | 758M|2163 |   - |3604 |1004 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
589.40/589.45	c   577s|  2680k|  2660k|     0 |   0.0 | 761M|2163 |   - |3604 |1032 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
591.70/591.80	c   580s|  2690k|  2670k|     0 |   0.0 | 764M|2163 |   - |3604 |1001 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
594.10/594.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
594.10/594.12	c   582s|  2700k|  2680k|     0 |   0.0 | 766M|2163 |   - |3604 |1074 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
596.40/596.44	c   584s|  2710k|  2690k|     0 |   0.0 | 769M|2163 |   - |3604 |1072 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
598.80/598.80	c   587s|  2720k|  2700k|     0 |   0.0 | 772M|2163 |   - |3604 |1043 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
601.11/601.17	c   589s|  2730k|  2710k|     0 |   0.0 | 775M|2163 |   - |3604 |1104 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
603.50/603.53	c   591s|  2740k|  2720k|     0 |   0.0 | 777M|2163 |   - |3604 |1083 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
605.80/605.86	c   594s|  2750k|  2730k|     0 |   0.0 | 780M|2163 |   - |3604 |1081 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
608.10/608.18	c   596s|  2760k|  2740k|     0 |   0.0 | 783M|2163 |   - |3604 |1070 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
610.51/610.53	c   598s|  2770k|  2750k|     0 |   0.0 | 785M|2163 |   - |3604 |1085 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
612.81/612.88	c   600s|  2780k|  2760k|     0 |   0.0 | 788M|2163 |   - |3604 |1081 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
615.21/615.21	c   603s|  2790k|  2770k|     0 |   0.0 | 791M|2163 |   - |3604 |1073 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
617.50/617.54	c   605s|  2800k|  2780k|     0 |   0.0 | 793M|2163 |   - |3604 |1069 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
619.90/619.91	c   607s|  2810k|  2790k|     0 |   0.0 | 796M|2163 |   - |3604 |1073 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
622.20/622.22	c   610s|  2820k|  2800k|     0 |   0.0 | 799M|2163 |   - |3604 |1068 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
624.50/624.53	c   612s|  2830k|  2810k|     0 |   0.0 | 802M|2163 |   - |3604 |1035 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
626.80/626.88	c   614s|  2840k|  2819k|     0 |   0.0 | 804M|2163 |   - |3604 |1092 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
629.21/629.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
629.21/629.23	c   616s|  2850k|  2829k|     0 |   0.0 | 807M|2163 |   - |3604 |1091 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
631.51/631.57	c   619s|  2860k|  2839k|     0 |   0.0 | 810M|2163 |   - |3604 |1051 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
633.90/633.92	c   621s|  2870k|  2849k|     0 |   0.0 | 812M|2163 |   - |3604 |1042 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
636.20/636.26	c   623s|  2880k|  2859k|     0 |   0.0 | 815M|2163 |   - |3604 |1069 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
638.50/638.59	c   626s|  2890k|  2869k|     0 |   0.0 | 818M|2163 |   - |3604 |1035 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
640.90/640.93	c   628s|  2900k|  2879k|     0 |   0.0 | 821M|2163 |   - |3604 |1042 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
643.20/643.22	c   630s|  2910k|  2889k|     0 |   0.0 | 823M|2163 |   - |3604 |1021 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
645.51/645.57	c   632s|  2920k|  2899k|     0 |   0.0 | 826M|2163 |   - |3604 |1024 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
647.90/647.93	c   635s|  2930k|  2909k|     0 |   0.0 | 829M|2163 |   - |3604 |1021 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
650.21/650.26	c   637s|  2940k|  2919k|     0 |   0.0 | 831M|2163 |   - |3604 |1036 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
652.60/652.60	c   639s|  2950k|  2929k|     0 |   0.0 | 834M|2163 |   - |3604 |1059 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
654.90/654.92	c   642s|  2960k|  2939k|     0 |   0.0 | 837M|2163 |   - |3604 |1070 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
657.20/657.26	c   644s|  2970k|  2949k|     0 |   0.0 | 840M|2163 |   - |3604 |1061 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
659.61/659.60	c   646s|  2980k|  2959k|     0 |   0.0 | 842M|2163 |   - |3604 |1023 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
661.90/661.94	c   648s|  2990k|  2969k|     0 |   0.0 | 845M|2163 |   - |3604 |1029 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
664.30/664.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
664.30/664.30	c   651s|  3000k|  2979k|     0 |   0.0 | 848M|2163 |   - |3604 |1021 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
666.61/666.65	c   653s|  3010k|  2989k|     0 |   0.0 | 850M|2163 |   - |3604 |1018 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
668.91/668.98	c   655s|  3020k|  2999k|     0 |   0.0 | 853M|2163 |   - |3604 |1002 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
671.31/671.32	c   658s|  3030k|  3009k|     0 |   0.0 | 856M|2163 |   - |3604 |1020 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
673.60/673.65	c   660s|  3040k|  3018k|     0 |   0.0 | 858M|2163 |   - |3604 |1051 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
676.00/676.01	c   662s|  3050k|  3028k|     0 |   0.0 | 861M|2163 |   - |3604 |1007 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
678.30/678.36	c   665s|  3060k|  3038k|     0 |   0.0 | 864M|2163 |   - |3604 | 994 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
680.70/680.72	c   667s|  3070k|  3048k|     0 |   0.0 | 867M|2163 |   - |3604 |1048 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
683.00/683.07	c   669s|  3080k|  3058k|     0 |   0.0 | 869M|2163 |   - |3604 |1037 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
685.41/685.43	c   672s|  3090k|  3068k|     0 |   0.0 | 872M|2163 |   - |3604 |1026 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
687.70/687.75	c   674s|  3100k|  3078k|     0 |   0.0 | 875M|2163 |   - |3604 |1051 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
690.00/690.06	c   676s|  3110k|  3088k|     0 |   0.0 | 878M|2163 |   - |3604 |1050 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
692.40/692.40	c   678s|  3120k|  3098k|     0 |   0.0 | 880M|2163 |   - |3604 |1078 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
694.70/694.73	c   681s|  3130k|  3108k|     0 |   0.0 | 883M|2163 |   - |3604 |1037 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
697.00/697.07	c   683s|  3140k|  3118k|     0 |   0.0 | 886M|2163 |   - |3604 |1100 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
699.40/699.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
699.40/699.48	c   685s|  3150k|  3128k|     0 |   0.0 | 888M|2163 |   - |3604 |1092 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
701.70/701.79	c   688s|  3160k|  3138k|     0 |   0.0 | 891M|2163 |   - |3604 |1079 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
704.11/704.17	c   690s|  3170k|  3148k|     0 |   0.0 | 894M|2163 |   - |3604 |1131 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
706.41/706.47	c   692s|  3180k|  3158k|     0 |   0.0 | 896M|2163 |   - |3604 |1097 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
708.81/708.81	c   694s|  3190k|  3168k|     0 |   0.0 | 899M|2163 |   - |3604 |1115 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
711.11/711.16	c   697s|  3200k|  3178k|     0 |   0.0 | 902M|2163 |   - |3604 |1102 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
713.50/713.51	c   699s|  3210k|  3188k|     0 |   0.0 | 905M|2163 |   - |3604 |1096 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
715.80/715.87	c   701s|  3220k|  3198k|     0 |   0.0 | 907M|2163 |   - |3604 |1086 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
718.20/718.21	c   704s|  3230k|  3207k|     0 |   0.0 | 910M|2163 |   - |3604 |1107 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
720.51/720.53	c   706s|  3240k|  3217k|     0 |   0.0 | 913M|2163 |   - |3604 |1020 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
722.81/722.88	c   708s|  3250k|  3227k|     0 |   0.0 | 915M|2163 |   - |3604 |1022 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
725.20/725.22	c   711s|  3260k|  3237k|     0 |   0.0 | 918M|2163 |   - |3604 |1022 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
727.50/727.55	c   713s|  3270k|  3247k|     0 |   0.0 | 921M|2163 |   - |3604 |1019 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
729.90/729.90	c   715s|  3280k|  3257k|     0 |   0.0 | 924M|2163 |   - |3604 | 991 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
732.20/732.29	c   718s|  3290k|  3267k|     0 |   0.0 | 926M|2163 |   - |3604 | 998 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
734.61/734.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
734.61/734.65	c   720s|  3300k|  3277k|     0 |   0.0 | 929M|2163 |   - |3604 | 967 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
736.90/736.99	c   722s|  3310k|  3287k|     0 |   0.0 | 932M|2163 |   - |3604 | 957 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
739.31/739.35	c   724s|  3320k|  3297k|     0 |   0.0 | 934M|2163 |   - |3604 | 968 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
741.61/741.69	c   727s|  3330k|  3307k|     0 |   0.0 | 937M|2163 |   - |3604 | 967 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
744.01/744.08	c   729s|  3340k|  3317k|     0 |   0.0 | 940M|2163 |   - |3604 | 977 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
746.40/746.43	c   731s|  3350k|  3327k|     0 |   0.0 | 943M|2163 |   - |3604 | 975 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
748.70/748.78	c   734s|  3360k|  3337k|     0 |   0.0 | 945M|2163 |   - |3604 | 969 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
751.10/751.17	c   736s|  3370k|  3347k|     0 |   0.0 | 948M|2163 |   - |3604 |1019 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
753.51/753.53	c   738s|  3380k|  3357k|     0 |   0.0 | 951M|2163 |   - |3604 |1003 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
755.82/755.88	c   741s|  3390k|  3367k|     0 |   0.0 | 953M|2163 |   - |3604 |1048 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
758.20/758.22	c   743s|  3400k|  3377k|     0 |   0.0 | 956M|2163 |   - |3604 |1005 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
760.51/760.57	c   745s|  3410k|  3387k|     0 |   0.0 | 959M|2163 |   - |3604 | 960 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
762.91/762.93	c   748s|  3420k|  3397k|     0 |   0.0 | 962M|2163 |   - |3604 | 946 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
765.20/765.27	c   750s|  3430k|  3406k|     0 |   0.0 | 964M|2163 |   - |3604 | 958 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
767.51/767.59	c   752s|  3440k|  3416k|     0 |   0.0 | 967M|2163 |   - |3604 | 955 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
769.91/769.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.91/769.94	c   754s|  3450k|  3426k|     0 |   0.0 | 970M|2163 |   - |3604 | 954 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
772.31/772.32	c   757s|  3460k|  3436k|     0 |   0.0 | 973M|2163 |   - |3604 | 932 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
774.61/774.67	c   759s|  3470k|  3446k|     0 |   0.0 | 975M|2163 |   - |3604 | 929 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
777.01/777.02	c   761s|  3480k|  3456k|     0 |   0.0 | 978M|2163 |   - |3604 | 988 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
779.31/779.36	c   764s|  3490k|  3466k|     0 |   0.0 | 981M|2163 |   - |3604 | 960 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
781.71/781.70	c   766s|  3500k|  3476k|     0 |   0.0 | 983M|2163 |   - |3604 | 975 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
784.00/784.04	c   768s|  3510k|  3486k|     0 |   0.0 | 986M|2163 |   - |3604 | 936 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
786.30/786.37	c   771s|  3520k|  3496k|     0 |   0.0 | 989M|2163 |   - |3604 | 943 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
788.71/788.74	c   773s|  3530k|  3506k|     0 |   0.0 | 992M|2163 |   - |3604 | 968 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
791.01/791.08	c   775s|  3540k|  3516k|     0 |   0.0 | 994M|2163 |   - |3604 | 971 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
793.41/793.41	c   777s|  3550k|  3526k|     0 |   0.0 | 997M|2163 |   - |3604 | 970 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
795.71/795.76	c   780s|  3560k|  3536k|     0 |   0.0 |1000M|2163 |   - |3604 | 959 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
798.10/798.12	c   782s|  3570k|  3546k|     0 |   0.0 |1002M|2163 |   - |3604 | 987 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
800.40/800.43	c   784s|  3580k|  3556k|     0 |   0.0 |1005M|2163 |   - |3604 | 990 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
802.70/802.77	c   787s|  3590k|  3566k|     0 |   0.0 |1008M|2163 |   - |3604 |1003 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
805.11/805.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
805.11/805.11	c   789s|  3600k|  3576k|     0 |   0.0 |1011M|2163 |   - |3604 |1032 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
807.41/807.45	c   791s|  3610k|  3586k|     0 |   0.0 |1013M|2163 |   - |3604 |1043 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
809.81/809.81	c   793s|  3620k|  3596k|     0 |   0.0 |1016M|2163 |   - |3604 |1049 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
812.10/812.17	c   796s|  3630k|  3605k|     0 |   0.0 |1019M|2163 |   - |3604 |1081 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
814.51/814.51	c   798s|  3640k|  3615k|     0 |   0.0 |1021M|2163 |   - |3604 |1071 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
816.80/816.87	c   800s|  3650k|  3625k|     0 |   0.0 |1024M|2163 |   - |3604 |1031 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
819.21/819.20	c   803s|  3660k|  3635k|     0 |   0.0 |1027M|2163 |   - |3604 |1018 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
821.50/821.56	c   805s|  3670k|  3645k|     0 |   0.0 |1030M|2163 |   - |3604 |1040 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
823.91/823.92	c   807s|  3680k|  3655k|     0 |   0.0 |1032M|2163 |   - |3604 |1031 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
826.21/826.29	c   810s|  3690k|  3665k|     0 |   0.0 |1035M|2163 |   - |3604 |1031 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
828.61/828.65	c   812s|  3700k|  3675k|     0 |   0.0 |1038M|2163 |   - |3604 |1054 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
831.00/831.01	c   814s|  3710k|  3685k|     0 |   0.0 |1040M|2163 |   - |3604 |1058 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
833.31/833.34	c   817s|  3720k|  3695k|     0 |   0.0 |1043M|2163 |   - |3604 |1001 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
835.61/835.69	c   819s|  3730k|  3705k|     0 |   0.0 |1046M|2163 |   - |3604 |1011 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
838.01/838.04	c   821s|  3740k|  3715k|     0 |   0.0 |1048M|2163 |   - |3604 | 992 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
840.30/840.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
840.30/840.39	c   824s|  3750k|  3725k|     0 |   0.0 |1051M|2163 |   - |3604 | 983 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
842.71/842.75	c   826s|  3760k|  3735k|     0 |   0.0 |1054M|2163 |   - |3604 | 991 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
845.01/845.08	c   828s|  3770k|  3745k|     0 |   0.0 |1057M|2163 |   - |3604 |1026 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
847.41/847.47	c   830s|  3780k|  3755k|     0 |   0.0 |1059M|2163 |   - |3604 |1030 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
849.81/849.81	c   833s|  3790k|  3765k|     0 |   0.0 |1062M|2163 |   - |3604 |1049 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
852.11/852.12	c   835s|  3800k|  3775k|     0 |   0.0 |1065M|2163 |   - |3604 |1032 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
854.41/854.48	c   837s|  3810k|  3785k|     0 |   0.0 |1067M|2163 |   - |3604 |1052 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
856.81/856.84	c   840s|  3820k|  3795k|     0 |   0.0 |1070M|2163 |   - |3604 |1047 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
859.11/859.19	c   842s|  3830k|  3804k|     0 |   0.0 |1073M|2163 |   - |3604 |1055 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
861.51/861.55	c   844s|  3840k|  3814k|     0 |   0.0 |1076M|2163 |   - |3604 |1111 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
863.81/863.88	c   847s|  3850k|  3824k|     0 |   0.0 |1078M|2163 |   - |3604 |1096 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
866.31/866.30	c   849s|  3860k|  3834k|     0 |   0.0 |1081M|2163 |   - |3604 |1118 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
868.61/868.65	c   851s|  3870k|  3844k|     0 |   0.0 |1084M|2163 |   - |3604 |1086 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
871.01/871.00	c   854s|  3880k|  3854k|     0 |   0.0 |1086M|2163 |   - |3604 |1133 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
873.30/873.33	c   856s|  3890k|  3864k|     0 |   0.0 |1089M|2163 |   - |3604 |1091 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
875.61/875.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
875.61/875.65	c   858s|  3900k|  3874k|     0 |   0.0 |1092M|2163 |   - |3604 |1111 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
878.00/878.04	c   860s|  3910k|  3884k|     0 |   0.0 |1094M|2163 |   - |3604 |1076 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
880.41/880.40	c   863s|  3920k|  3894k|     0 |   0.0 |1097M|2163 |   - |3604 |1078 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
882.71/882.75	c   865s|  3930k|  3904k|     0 |   0.0 |1100M|2163 |   - |3604 |1082 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
885.00/885.08	c   867s|  3940k|  3914k|     0 |   0.0 |1103M|2163 |   - |3604 |1051 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
887.41/887.46	c   870s|  3950k|  3924k|     0 |   0.0 |1105M|2163 |   - |3604 |1068 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
889.81/889.81	c   872s|  3960k|  3934k|     0 |   0.0 |1108M|2163 |   - |3604 |1058 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
892.11/892.14	c   874s|  3970k|  3944k|     0 |   0.0 |1111M|2163 |   - |3604 |1021 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
894.51/894.51	c   877s|  3980k|  3954k|     0 |   0.0 |1114M|2163 |   - |3604 |1015 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
896.81/896.86	c   879s|  3990k|  3964k|     0 |   0.0 |1116M|2163 |   - |3604 |1004 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
899.20/899.20	c   881s|  4000k|  3974k|     0 |   0.0 |1119M|2163 |   - |3604 |1023 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
901.51/901.55	c   883s|  4010k|  3984k|     0 |   0.0 |1122M|2163 |   - |3604 |1031 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
903.80/903.89	c   886s|  4020k|  3993k|     0 |   0.0 |1124M|2163 |   - |3604 |1065 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
906.21/906.22	c   888s|  4030k|  4003k|     0 |   0.0 |1127M|2163 |   - |3604 |1040 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
908.51/908.59	c   890s|  4040k|  4013k|     0 |   0.0 |1130M|2163 |   - |3604 |1044 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
910.92/910.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.92/910.95	c   893s|  4050k|  4023k|     0 |   0.0 |1133M|2163 |   - |3604 |1064 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
913.31/913.31	c   895s|  4060k|  4033k|     0 |   0.0 |1135M|2163 |   - |3604 |1053 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
915.61/915.68	c   897s|  4070k|  4043k|     0 |   0.0 |1138M|2163 |   - |3604 |1060 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
918.01/918.02	c   900s|  4080k|  4053k|     0 |   0.0 |1141M|2163 |   - |3604 |1045 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
920.31/920.36	c   902s|  4090k|  4063k|     0 |   0.0 |1143M|2163 |   - |3604 |1017 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
922.71/922.72	c   904s|  4100k|  4073k|     0 |   0.0 |1146M|2163 |   - |3604 |1022 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
925.01/925.07	c   907s|  4110k|  4083k|     0 |   0.0 |1149M|2163 |   - |3604 |1062 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
927.42/927.42	c   909s|  4120k|  4093k|     0 |   0.0 |1151M|2163 |   - |3604 |1039 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
929.71/929.76	c   911s|  4130k|  4103k|     0 |   0.0 |1154M|2163 |   - |3604 |1033 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
932.11/932.11	c   913s|  4140k|  4113k|     0 |   0.0 |1157M|2163 |   - |3604 |1073 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
934.41/934.43	c   916s|  4150k|  4123k|     0 |   0.0 |1160M|2163 |   - |3604 |1018 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
936.71/936.78	c   918s|  4160k|  4133k|     0 |   0.0 |1162M|2163 |   - |3604 | 951 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
939.11/939.14	c   920s|  4170k|  4143k|     0 |   0.0 |1165M|2163 |   - |3604 | 931 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
941.41/941.49	c   923s|  4180k|  4153k|     0 |   0.0 |1168M|2163 |   - |3604 | 931 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
943.81/943.81	c   925s|  4190k|  4163k|     0 |   0.0 |1171M|2163 |   - |3604 | 959 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
946.11/946.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
946.11/946.18	c   927s|  4200k|  4173k|     0 |   0.0 |1173M|2163 |   - |3604 | 961 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
948.51/948.55	c   930s|  4210k|  4183k|     0 |   0.0 |1176M|2163 |   - |3604 | 960 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
950.91/950.91	c   932s|  4220k|  4192k|     0 |   0.0 |1179M|2163 |   - |3604 | 965 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
953.21/953.26	c   934s|  4230k|  4202k|     0 |   0.0 |1181M|2163 |   - |3604 | 958 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
955.61/955.62	c   937s|  4240k|  4212k|     0 |   0.0 |1184M|2163 |   - |3604 | 941 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
958.01/958.01	c   939s|  4250k|  4222k|     0 |   0.0 |1187M|2163 |   - |3604 | 906 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
960.31/960.38	c   941s|  4260k|  4232k|     0 |   0.0 |1190M|2163 |   - |3604 | 935 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
962.71/962.73	c   944s|  4270k|  4242k|     0 |   0.0 |1192M|2163 |   - |3604 | 952 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
965.02/965.09	c   946s|  4280k|  4252k|     0 |   0.0 |1195M|2163 |   - |3604 | 950 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
967.41/967.48	c   948s|  4290k|  4262k|     0 |   0.0 |1198M|2163 |   - |3604 | 995 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
969.82/969.83	c   950s|  4300k|  4272k|     0 |   0.0 |1200M|2163 |   - |3604 |1030 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
972.11/972.16	c   953s|  4310k|  4282k|     0 |   0.0 |1203M|2163 |   - |3604 |1008 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
974.41/974.49	c   955s|  4320k|  4292k|     0 |   0.0 |1206M|2163 |   - |3604 |1027 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
976.81/976.86	c   957s|  4330k|  4302k|     0 |   0.0 |1209M|2163 |   - |3604 |1029 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
979.21/979.20	c   960s|  4340k|  4312k|     0 |   0.0 |1211M|2163 |   - |3604 | 981 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
981.51/981.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
981.51/981.54	c   962s|  4350k|  4322k|     0 |   0.0 |1214M|2163 |   - |3604 | 961 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
983.81/983.89	c   964s|  4360k|  4332k|     0 |   0.0 |1217M|2163 |   - |3604 | 972 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
986.21/986.24	c   967s|  4370k|  4342k|     0 |   0.0 |1219M|2163 |   - |3604 |1009 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
988.51/988.56	c   969s|  4380k|  4352k|     0 |   0.0 |1222M|2163 |   - |3604 |1014 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
990.91/990.94	c   971s|  4390k|  4362k|     0 |   0.0 |1225M|2163 |   - |3604 |1061 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
993.22/993.30	c   973s|  4400k|  4372k|     0 |   0.0 |1228M|2163 |   - |3604 |1066 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
995.62/995.64	c   976s|  4410k|  4382k|     0 |   0.0 |1230M|2163 |   - |3604 |1055 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
998.01/998.00	c   978s|  4420k|  4391k|     0 |   0.0 |1233M|2163 |   - |3604 |1043 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1000.31/1000.36	c   980s|  4430k|  4401k|     0 |   0.0 |1236M|2163 |   - |3604 | 970 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1002.71/1002.71	c   983s|  4440k|  4411k|     0 |   0.0 |1238M|2163 |   - |3604 | 985 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1005.01/1005.05	c   985s|  4450k|  4421k|     0 |   0.0 |1241M|2163 |   - |3604 | 971 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1007.41/1007.40	c   987s|  4460k|  4431k|     0 |   0.0 |1244M|2163 |   - |3604 | 974 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1009.71/1009.75	c   990s|  4470k|  4441k|     0 |   0.0 |1247M|2163 |   - |3604 | 994 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1012.12/1012.11	c   992s|  4480k|  4451k|     0 |   0.0 |1249M|2163 |   - |3604 | 995 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1014.41/1014.45	c   994s|  4490k|  4461k|     0 |   0.0 |1252M|2163 |   - |3604 |1016 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1016.81/1016.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1016.81/1016.83	c   997s|  4500k|  4471k|     0 |   0.0 |1255M|2163 |   - |3604 |1016 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1019.11/1019.18	c   999s|  4510k|  4481k|     0 |   0.0 |1257M|2163 |   - |3604 |1028 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1021.52/1021.54	c  1001s|  4520k|  4491k|     0 |   0.0 |1260M|2163 |   - |3604 |1006 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1023.81/1023.89	c  1003s|  4530k|  4501k|     0 |   0.0 |1263M|2163 |   - |3604 | 986 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1026.21/1026.24	c  1006s|  4540k|  4511k|     0 |   0.0 |1266M|2163 |   - |3604 |1018 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1028.51/1028.59	c  1008s|  4550k|  4521k|     0 |   0.0 |1268M|2163 |   - |3604 |1008 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1030.91/1030.93	c  1010s|  4560k|  4531k|     0 |   0.0 |1271M|2163 |   - |3604 |1041 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1033.21/1033.28	c  1013s|  4570k|  4541k|     0 |   0.0 |1274M|2163 |   - |3604 |1020 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1035.62/1035.64	c  1015s|  4580k|  4551k|     0 |   0.0 |1276M|2163 |   - |3604 |1013 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1038.01/1038.00	c  1017s|  4590k|  4561k|     0 |   0.0 |1279M|2163 |   - |3604 |1022 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1040.31/1040.37	c  1020s|  4600k|  4571k|     0 |   0.0 |1282M|2163 |   - |3604 |1005 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1042.72/1042.70	c  1022s|  4610k|  4581k|     0 |   0.0 |1285M|2163 |   - |3604 | 980 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1045.02/1045.05	c  1024s|  4620k|  4590k|     0 |   0.0 |1287M|2163 |   - |3604 | 969 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1047.41/1047.42	c  1027s|  4630k|  4600k|     0 |   0.0 |1290M|2163 |   - |3604 | 983 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1049.71/1049.78	c  1029s|  4640k|  4610k|     0 |   0.0 |1293M|2163 |   - |3604 | 960 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1052.11/1052.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1052.11/1052.14	c  1031s|  4650k|  4620k|     0 |   0.0 |1295M|2163 |   - |3604 | 968 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1054.41/1054.47	c  1033s|  4660k|  4630k|     0 |   0.0 |1298M|2163 |   - |3604 |1022 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1056.81/1056.83	c  1036s|  4670k|  4640k|     0 |   0.0 |1301M|2163 |   - |3604 | 996 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1059.11/1059.19	c  1038s|  4680k|  4650k|     0 |   0.0 |1304M|2163 |   - |3604 |1025 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1061.51/1061.54	c  1040s|  4690k|  4660k|     0 |   0.0 |1306M|2163 |   - |3604 |1016 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1063.82/1063.89	c  1043s|  4700k|  4670k|     0 |   0.0 |1309M|2163 |   - |3604 |1005 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1066.21/1066.27	c  1045s|  4710k|  4680k|     0 |   0.0 |1312M|2163 |   - |3604 |1042 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1068.61/1068.64	c  1047s|  4720k|  4690k|     0 |   0.0 |1314M|2163 |   - |3604 |1050 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1070.91/1070.93	c  1050s|  4730k|  4700k|     0 |   0.0 |1317M|2163 |   - |3604 |1037 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1073.22/1073.29	c  1052s|  4740k|  4710k|     0 |   0.0 |1320M|2163 |   - |3604 |1089 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1075.61/1075.64	c  1054s|  4750k|  4720k|     0 |   0.0 |1322M|2163 |   - |3604 |1085 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1077.92/1077.98	c  1056s|  4760k|  4730k|     0 |   0.0 |1325M|2163 |   - |3604 |1121 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1080.32/1080.32	c  1059s|  4770k|  4740k|     0 |   0.0 |1328M|2163 |   - |3604 |1113 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1082.61/1082.69	c  1061s|  4780k|  4750k|     0 |   0.0 |1331M|2163 |   - |3604 |1091 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1085.01/1085.04	c  1063s|  4790k|  4760k|     0 |   0.0 |1333M|2163 |   - |3604 |1103 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1087.31/1087.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1087.31/1087.37	c  1066s|  4800k|  4770k|     0 |   0.0 |1336M|2163 |   - |3604 |1105 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1089.71/1089.71	c  1068s|  4810k|  4780k|     0 |   0.0 |1339M|2163 |   - |3604 |1095 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1092.01/1092.07	c  1070s|  4820k|  4789k|     0 |   0.0 |1341M|2163 |   - |3604 |1141 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1094.41/1094.44	c  1073s|  4830k|  4799k|     0 |   0.0 |1344M|2163 |   - |3604 |1145 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1096.72/1096.76	c  1075s|  4840k|  4809k|     0 |   0.0 |1347M|2163 |   - |3604 |1144 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1099.11/1099.13	c  1077s|  4850k|  4819k|     0 |   0.0 |1350M|2163 |   - |3604 |1175 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1101.41/1101.47	c  1079s|  4860k|  4829k|     0 |   0.0 |1352M|2163 |   - |3604 |1174 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1103.81/1103.82	c  1082s|  4870k|  4839k|     0 |   0.0 |1355M|2163 |   - |3604 |1171 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1106.11/1106.16	c  1084s|  4880k|  4849k|     0 |   0.0 |1358M|2163 |   - |3604 |1129 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1108.41/1108.49	c  1086s|  4890k|  4859k|     0 |   0.0 |1360M|2163 |   - |3604 |1065 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1110.81/1110.85	c  1089s|  4900k|  4869k|     0 |   0.0 |1363M|2163 |   - |3604 |1089 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1113.22/1113.21	c  1091s|  4910k|  4879k|     0 |   0.0 |1366M|2163 |   - |3604 |1066 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1115.52/1115.57	c  1093s|  4920k|  4889k|     0 |   0.0 |1369M|2163 |   - |3604 |1093 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1117.92/1117.91	c  1096s|  4930k|  4899k|     0 |   0.0 |1371M|2163 |   - |3604 |1115 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1120.22/1120.25	c  1098s|  4940k|  4909k|     0 |   0.0 |1374M|2163 |   - |3604 |1118 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1122.51/1122.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1122.51/1122.59	c  1100s|  4950k|  4919k|     0 |   0.0 |1377M|2163 |   - |3604 |1159 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1124.92/1124.93	c  1102s|  4960k|  4929k|     0 |   0.0 |1379M|2163 |   - |3604 |1135 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1127.22/1127.27	c  1105s|  4970k|  4939k|     0 |   0.0 |1382M|2163 |   - |3604 |1118 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1129.62/1129.61	c  1107s|  4980k|  4949k|     0 |   0.0 |1385M|2163 |   - |3604 |1122 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1131.92/1131.93	c  1109s|  4990k|  4959k|     0 |   0.0 |1388M|2163 |   - |3604 |1044 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1134.32/1134.30	c  1112s|  5000k|  4969k|     0 |   0.0 |1390M|2163 |   - |3604 |1034 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1136.62/1136.62	c  1114s|  5010k|  4979k|     0 |   0.0 |1393M|2163 |   - |3604 |1067 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1138.91/1138.98	c  1116s|  5020k|  4988k|     0 |   0.0 |1396M|2163 |   - |3604 |1122 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1141.31/1141.35	c  1119s|  5030k|  4998k|     0 |   0.0 |1398M|2163 |   - |3604 |1132 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1143.62/1143.69	c  1121s|  5040k|  5008k|     0 |   0.0 |1401M|2163 |   - |3604 |1075 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1146.02/1146.03	c  1123s|  5050k|  5018k|     0 |   0.0 |1404M|2163 |   - |3604 |1081 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1148.31/1148.39	c  1126s|  5060k|  5028k|     0 |   0.0 |1407M|2163 |   - |3604 |1102 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1150.72/1150.76	c  1128s|  5070k|  5038k|     0 |   0.0 |1409M|2163 |   - |3604 |1130 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1153.11/1153.11	c  1130s|  5080k|  5048k|     0 |   0.0 |1412M|2163 |   - |3604 |1178 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1155.41/1155.47	c  1132s|  5090k|  5058k|     0 |   0.0 |1415M|2163 |   - |3604 |1171 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1157.81/1157.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1157.81/1157.82	c  1135s|  5100k|  5068k|     0 |   0.0 |1417M|2163 |   - |3604 |1151 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1160.12/1160.15	c  1137s|  5110k|  5078k|     0 |   0.0 |1420M|2163 |   - |3604 |1175 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1162.52/1162.51	c  1139s|  5120k|  5088k|     0 |   0.0 |1423M|2163 |   - |3604 |1147 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1164.81/1164.86	c  1142s|  5130k|  5098k|     0 |   0.0 |1426M|2163 |   - |3604 |1141 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1167.12/1167.16	c  1144s|  5140k|  5108k|     0 |   0.0 |1428M|2163 |   - |3604 |1154 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1169.52/1169.55	c  1146s|  5150k|  5118k|     0 |   0.0 |1431M|2163 |   - |3604 |1118 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1171.92/1171.90	c  1149s|  5160k|  5128k|     0 |   0.0 |1434M|2163 |   - |3604 |1184 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1174.22/1174.25	c  1151s|  5170k|  5138k|     0 |   0.0 |1436M|2163 |   - |3604 |1176 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1176.52/1176.59	c  1153s|  5180k|  5148k|     0 |   0.0 |1439M|2163 |   - |3604 |1130 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1178.91/1178.93	c  1155s|  5190k|  5158k|     0 |   0.0 |1442M|2163 |   - |3604 |1126 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1181.21/1181.27	c  1158s|  5200k|  5168k|     0 |   0.0 |1445M|2163 |   - |3604 |1125 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1183.62/1183.60	c  1160s|  5210k|  5177k|     0 |   0.0 |1447M|2163 |   - |3604 |1147 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1185.92/1185.94	c  1162s|  5220k|  5187k|     0 |   0.0 |1450M|2163 |   - |3604 |1138 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1188.21/1188.27	c  1165s|  5230k|  5197k|     0 |   0.0 |1453M|2163 |   - |3604 |1120 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1190.51/1190.59	c  1167s|  5240k|  5207k|     0 |   0.0 |1455M|2163 |   - |3604 |1132 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1192.92/1192.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1192.92/1192.90	c  1169s|  5250k|  5217k|     0 |   0.0 |1458M|2163 |   - |3604 |1157 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1195.22/1195.26	c  1171s|  5260k|  5227k|     0 |   0.0 |1461M|2163 |   - |3604 |1143 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1197.61/1197.64	c  1174s|  5270k|  5237k|     0 |   0.0 |1464M|2163 |   - |3604 |1086 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1200.02/1200.00	c  1176s|  5280k|  5247k|     0 |   0.0 |1466M|2163 |   - |3604 |1045 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1202.33/1202.37	c  1178s|  5290k|  5257k|     0 |   0.0 |1469M|2163 |   - |3604 |1025 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1204.72/1204.70	c  1181s|  5300k|  5267k|     0 |   0.0 |1472M|2163 |   - |3604 |1001 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1207.02/1207.03	c  1183s|  5310k|  5277k|     0 |   0.0 |1474M|2163 |   - |3604 |1014 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1209.32/1209.37	c  1185s|  5320k|  5287k|     0 |   0.0 |1477M|2163 |   - |3604 |1020 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1211.72/1211.71	c  1188s|  5330k|  5297k|     0 |   0.0 |1480M|2163 |   - |3604 |1038 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1214.01/1214.05	c  1190s|  5340k|  5307k|     0 |   0.0 |1483M|2163 |   - |3604 |1044 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1216.32/1216.39	c  1192s|  5350k|  5317k|     0 |   0.0 |1485M|2163 |   - |3604 |1021 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1218.72/1218.76	c  1195s|  5360k|  5327k|     0 |   0.0 |1488M|2163 |   - |3604 |1068 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1221.12/1221.11	c  1197s|  5370k|  5337k|     0 |   0.0 |1491M|2163 |   - |3604 | 999 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1223.41/1223.47	c  1199s|  5380k|  5347k|     0 |   0.0 |1494M|2163 |   - |3604 |1005 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1225.82/1225.81	c  1201s|  5390k|  5357k|     0 |   0.0 |1496M|2163 |   - |3604 | 977 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1228.12/1228.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1228.12/1228.15	c  1204s|  5400k|  5367k|     0 |   0.0 |1499M|2163 |   - |3604 | 984 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1230.52/1230.51	c  1206s|  5410k|  5376k|     0 |   0.0 |1502M|2163 |   - |3604 | 992 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1232.81/1232.86	c  1208s|  5420k|  5386k|     0 |   0.0 |1504M|2163 |   - |3604 |1013 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1235.22/1235.20	c  1211s|  5430k|  5396k|     0 |   0.0 |1507M|2163 |   - |3604 |1036 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1237.53/1237.50	c  1213s|  5440k|  5406k|     0 |   0.0 |1510M|2163 |   - |3604 |1043 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1239.82/1239.86	c  1215s|  5450k|  5416k|     0 |   0.0 |1513M|2163 |   - |3604 |1096 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1242.11/1242.18	c  1218s|  5460k|  5426k|     0 |   0.0 |1515M|2163 |   - |3604 |1057 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1244.51/1244.53	c  1220s|  5470k|  5436k|     0 |   0.0 |1518M|2163 |   - |3604 |1054 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1246.82/1246.88	c  1222s|  5480k|  5446k|     0 |   0.0 |1521M|2163 |   - |3604 |1040 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1249.21/1249.26	c  1224s|  5490k|  5456k|     0 |   0.0 |1523M|2163 |   - |3604 |1035 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1251.62/1251.63	c  1227s|  5500k|  5466k|     0 |   0.0 |1526M|2163 |   - |3604 |1056 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1253.92/1253.94	c  1229s|  5510k|  5476k|     0 |   0.0 |1529M|2163 |   - |3604 |1011 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1256.22/1256.29	c  1231s|  5520k|  5486k|     0 |   0.0 |1532M|2163 |   - |3604 |1039 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1258.62/1258.63	c  1234s|  5530k|  5496k|     0 |   0.0 |1534M|2163 |   - |3604 |1012 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1260.91/1260.94	c  1236s|  5540k|  5506k|     0 |   0.0 |1537M|2163 |   - |3604 |1017 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1263.22/1263.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.22/1263.26	c  1238s|  5550k|  5516k|     0 |   0.0 |1540M|2163 |   - |3604 |1004 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1265.61/1265.61	c  1241s|  5560k|  5526k|     0 |   0.0 |1542M|2163 |   - |3604 |1054 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1267.92/1267.98	c  1243s|  5570k|  5536k|     0 |   0.0 |1545M|2163 |   - |3604 |1058 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1270.21/1270.30	c  1245s|  5580k|  5546k|     0 |   0.0 |1548M|2163 |   - |3604 |1049 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1272.62/1272.63	c  1247s|  5590k|  5556k|     0 |   0.0 |1551M|2163 |   - |3604 | 961 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1274.93/1274.99	c  1250s|  5600k|  5566k|     0 |   0.0 |1553M|2163 |   - |3604 | 964 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1277.32/1277.31	c  1252s|  5610k|  5576k|     0 |   0.0 |1556M|2163 |   - |3604 | 983 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1279.62/1279.65	c  1254s|  5620k|  5585k|     0 |   0.0 |1559M|2163 |   - |3604 | 976 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1281.92/1281.99	c  1257s|  5630k|  5595k|     0 |   0.0 |1561M|2163 |   - |3604 | 985 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1284.32/1284.30	c  1259s|  5640k|  5605k|     0 |   0.0 |1564M|2163 |   - |3604 | 992 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1286.61/1286.62	c  1261s|  5650k|  5615k|     0 |   0.0 |1567M|2163 |   - |3604 |1029 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1288.92/1288.99	c  1263s|  5660k|  5625k|     0 |   0.0 |1570M|2163 |   - |3604 |1060 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1291.32/1291.32	c  1266s|  5670k|  5635k|     0 |   0.0 |1572M|2163 |   - |3604 |1047 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1293.62/1293.66	c  1268s|  5680k|  5645k|     0 |   0.0 |1575M|2163 |   - |3604 |1040 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1296.02/1296.00	c  1270s|  5690k|  5655k|     0 |   0.0 |1578M|2163 |   - |3604 |1026 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1298.31/1298.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1298.31/1298.34	c  1273s|  5700k|  5665k|     0 |   0.0 |1580M|2163 |   - |3604 |1033 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1300.62/1300.68	c  1275s|  5710k|  5675k|     0 |   0.0 |1583M|2163 |   - |3604 |1043 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1303.02/1303.00	c  1277s|  5720k|  5685k|     0 |   0.0 |1586M|2163 |   - |3604 |1062 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1305.32/1305.35	c  1279s|  5730k|  5695k|     0 |   0.0 |1589M|2163 |   - |3604 |1057 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1307.62/1307.68	c  1282s|  5740k|  5705k|     0 |   0.0 |1591M|2163 |   - |3604 |1054 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1310.02/1310.04	c  1284s|  5750k|  5715k|     0 |   0.0 |1594M|2163 |   - |3604 |1101 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1312.32/1312.37	c  1286s|  5760k|  5725k|     0 |   0.0 |1597M|2163 |   - |3604 |1098 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1314.72/1314.72	c  1289s|  5770k|  5735k|     0 |   0.0 |1600M|2163 |   - |3604 |1111 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1317.02/1317.07	c  1291s|  5780k|  5745k|     0 |   0.0 |1602M|2163 |   - |3604 |1077 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1319.41/1319.43	c  1293s|  5790k|  5755k|     0 |   0.0 |1605M|2163 |   - |3604 |1001 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1321.82/1321.80	c  1296s|  5800k|  5765k|     0 |   0.0 |1608M|2163 |   - |3604 |1019 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1324.12/1324.12	c  1298s|  5810k|  5774k|     0 |   0.0 |1610M|2163 |   - |3604 |1009 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1326.42/1326.45	c  1300s|  5820k|  5784k|     0 |   0.0 |1613M|2163 |   - |3604 |1044 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1328.82/1328.80	c  1302s|  5830k|  5794k|     0 |   0.0 |1616M|2163 |   - |3604 |1036 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1331.12/1331.14	c  1305s|  5840k|  5804k|     0 |   0.0 |1619M|2163 |   - |3604 |1035 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1333.42/1333.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1333.42/1333.48	c  1307s|  5850k|  5814k|     0 |   0.0 |1621M|2163 |   - |3604 | 985 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1335.82/1335.81	c  1309s|  5860k|  5824k|     0 |   0.0 |1624M|2163 |   - |3604 |1024 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1338.12/1338.16	c  1312s|  5870k|  5834k|     0 |   0.0 |1627M|2163 |   - |3604 |1042 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1340.52/1340.50	c  1314s|  5880k|  5844k|     0 |   0.0 |1629M|2163 |   - |3604 |1013 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1342.82/1342.86	c  1316s|  5890k|  5854k|     0 |   0.0 |1632M|2163 |   - |3604 |1026 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1345.22/1345.21	c  1318s|  5900k|  5864k|     0 |   0.0 |1635M|2163 |   - |3604 |1011 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1347.52/1347.55	c  1321s|  5910k|  5874k|     0 |   0.0 |1638M|2163 |   - |3604 |1001 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1349.92/1349.91	c  1323s|  5920k|  5884k|     0 |   0.0 |1640M|2163 |   - |3604 |1025 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1352.22/1352.26	c  1325s|  5930k|  5894k|     0 |   0.0 |1643M|2163 |   - |3604 |1027 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1354.62/1354.60	c  1328s|  5940k|  5904k|     0 |   0.0 |1646M|2163 |   - |3604 |1019 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1356.92/1356.92	c  1330s|  5950k|  5914k|     0 |   0.0 |1648M|2163 |   - |3604 |1030 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1359.22/1359.26	c  1332s|  5960k|  5924k|     0 |   0.0 |1651M|2163 |   - |3604 |1074 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1361.52/1361.59	c  1335s|  5970k|  5934k|     0 |   0.0 |1654M|2163 |   - |3604 |1040 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1363.92/1363.93	c  1337s|  5980k|  5944k|     0 |   0.0 |1657M|2163 |   - |3604 |1015 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1366.22/1366.29	c  1339s|  5990k|  5954k|     0 |   0.0 |1659M|2163 |   - |3604 |1032 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1368.62/1368.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1368.62/1368.65	c  1341s|  6000k|  5964k|     0 |   0.0 |1662M|2163 |   - |3604 | 971 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1370.92/1370.98	c  1344s|  6010k|  5973k|     0 |   0.0 |1665M|2163 |   - |3604 | 962 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1373.32/1373.32	c  1346s|  6020k|  5983k|     0 |   0.0 |1668M|2163 |   - |3604 | 969 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1375.62/1375.67	c  1348s|  6030k|  5993k|     0 |   0.0 |1670M|2163 |   - |3604 | 967 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1378.02/1378.00	c  1351s|  6040k|  6003k|     0 |   0.0 |1673M|2163 |   - |3604 | 957 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1380.32/1380.32	c  1353s|  6050k|  6013k|     0 |   0.0 |1676M|2163 |   - |3604 | 954 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1382.62/1382.65	c  1355s|  6060k|  6023k|     0 |   0.0 |1678M|2163 |   - |3604 | 955 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1384.93/1384.96	c  1357s|  6070k|  6033k|     0 |   0.0 |1681M|2163 |   - |3604 | 973 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1387.32/1387.31	c  1360s|  6080k|  6043k|     0 |   0.0 |1684M|2163 |   - |3604 |1011 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1389.62/1389.67	c  1362s|  6090k|  6053k|     0 |   0.0 |1687M|2163 |   - |3604 |1001 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1392.02/1392.03	c  1364s|  6100k|  6063k|     0 |   0.0 |1689M|2163 |   - |3604 |1014 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1394.32/1394.39	c  1367s|  6110k|  6073k|     0 |   0.0 |1692M|2163 |   - |3604 | 942 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1396.72/1396.72	c  1369s|  6120k|  6083k|     0 |   0.0 |1695M|2163 |   - |3604 | 947 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1399.02/1399.06	c  1371s|  6130k|  6093k|     0 |   0.0 |1697M|2163 |   - |3604 |1023 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1401.42/1401.41	c  1374s|  6140k|  6103k|     0 |   0.0 |1700M|2163 |   - |3604 | 969 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1403.72/1403.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1403.72/1403.79	c  1376s|  6150k|  6113k|     0 |   0.0 |1703M|2163 |   - |3604 |1018 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1406.12/1406.11	c  1378s|  6160k|  6123k|     0 |   0.0 |1706M|2163 |   - |3604 |1035 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1408.42/1408.42	c  1380s|  6170k|  6133k|     0 |   0.0 |1708M|2163 |   - |3604 |1037 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1410.72/1410.74	c  1383s|  6180k|  6143k|     0 |   0.0 |1711M|2163 |   - |3604 |1048 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1413.03/1413.06	c  1385s|  6190k|  6153k|     0 |   0.0 |1714M|2163 |   - |3604 |1043 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1415.32/1415.38	c  1387s|  6200k|  6163k|     0 |   0.0 |1716M|2163 |   - |3604 |1049 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1417.72/1417.73	c  1390s|  6210k|  6172k|     0 |   0.0 |1719M|2163 |   - |3604 |1107 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1420.02/1420.08	c  1392s|  6220k|  6182k|     0 |   0.0 |1722M|2163 |   - |3604 |1062 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1422.43/1422.41	c  1394s|  6230k|  6192k|     0 |   0.0 |1725M|2163 |   - |3604 |1095 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1424.72/1424.73	c  1396s|  6240k|  6202k|     0 |   0.0 |1727M|2163 |   - |3604 |1107 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1427.02/1427.04	c  1399s|  6250k|  6212k|     0 |   0.0 |1730M|2163 |   - |3604 |1121 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1429.43/1429.43	c  1401s|  6260k|  6222k|     0 |   0.0 |1733M|2163 |   - |3604 |1175 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1431.72/1431.75	c  1403s|  6270k|  6232k|     0 |   0.0 |1735M|2163 |   - |3604 |1149 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1434.02/1434.09	c  1406s|  6280k|  6242k|     0 |   0.0 |1738M|2163 |   - |3604 |1159 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1436.32/1436.38	c  1408s|  6290k|  6252k|     0 |   0.0 |1741M|2163 |   - |3604 |1157 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1438.72/1438.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1438.72/1438.72	c  1410s|  6300k|  6262k|     0 |   0.0 |1744M|2163 |   - |3604 |1239 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1441.02/1441.05	c  1412s|  6310k|  6272k|     0 |   0.0 |1746M|2163 |   - |3604 |1230 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1443.33/1443.37	c  1415s|  6320k|  6282k|     0 |   0.0 |1749M|2163 |   - |3604 |1239 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1445.72/1445.73	c  1417s|  6330k|  6292k|     0 |   0.0 |1752M|2163 |   - |3604 |1161 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1448.02/1448.07	c  1419s|  6340k|  6302k|     0 |   0.0 |1754M|2163 |   - |3604 |1160 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1450.43/1450.42	c  1422s|  6350k|  6312k|     0 |   0.0 |1757M|2163 |   - |3604 |1148 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1452.72/1452.73	c  1424s|  6360k|  6322k|     0 |   0.0 |1760M|2163 |   - |3604 |1125 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1455.02/1455.06	c  1426s|  6370k|  6332k|     0 |   0.0 |1762M|2163 |   - |3604 |1097 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1457.32/1457.39	c  1429s|  6380k|  6342k|     0 |   0.0 |1765M|2163 |   - |3604 |1084 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1459.62/1459.70	c  1431s|  6390k|  6352k|     0 |   0.0 |1768M|2163 |   - |3604 |1103 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1462.03/1462.02	c  1433s|  6400k|  6362k|     0 |   0.0 |1770M|2163 |   - |3604 |1134 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1464.32/1464.31	c  1435s|  6410k|  6372k|     0 |   0.0 |1773M|2163 |   - |3604 |1133 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1466.62/1466.66	c  1438s|  6420k|  6381k|     0 |   0.0 |1776M|2163 |   - |3604 |1163 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1469.02/1469.01	c  1440s|  6430k|  6391k|     0 |   0.0 |1779M|2163 |   - |3604 |1196 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1471.33/1471.34	c  1442s|  6440k|  6401k|     0 |   0.0 |1781M|2163 |   - |3604 |1066 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1473.62/1473.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1473.62/1473.67	c  1444s|  6450k|  6411k|     0 |   0.0 |1784M|2163 |   - |3604 |1055 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1476.03/1476.03	c  1447s|  6460k|  6421k|     0 |   0.0 |1787M|2163 |   - |3604 |1074 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1478.32/1478.35	c  1449s|  6470k|  6431k|     0 |   0.0 |1789M|2163 |   - |3604 |1087 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1480.63/1480.67	c  1451s|  6480k|  6441k|     0 |   0.0 |1792M|2163 |   - |3604 |1096 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1483.03/1483.02	c  1454s|  6490k|  6451k|     0 |   0.0 |1795M|2163 |   - |3604 |1078 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1485.33/1485.37	c  1456s|  6500k|  6461k|     0 |   0.0 |1797M|2163 |   - |3604 |1135 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1487.62/1487.69	c  1458s|  6510k|  6471k|     0 |   0.0 |1800M|2163 |   - |3604 |1136 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1489.92/1489.98	c  1460s|  6520k|  6481k|     0 |   0.0 |1803M|2163 |   - |3604 |1119 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1492.33/1492.31	c  1463s|  6530k|  6491k|     0 |   0.0 |1806M|2163 |   - |3604 |1132 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1494.62/1494.66	c  1465s|  6540k|  6501k|     0 |   0.0 |1808M|2163 |   - |3604 |1147 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1497.02/1497.01	c  1467s|  6550k|  6511k|     0 |   0.0 |1811M|2163 |   - |3604 |1141 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1499.32/1499.34	c  1470s|  6560k|  6521k|     0 |   0.0 |1814M|2163 |   - |3604 |1112 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1501.63/1501.69	c  1472s|  6570k|  6531k|     0 |   0.0 |1817M|2163 |   - |3604 |1101 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1504.02/1504.05	c  1474s|  6580k|  6541k|     0 |   0.0 |1819M|2163 |   - |3604 |1144 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1506.32/1506.39	c  1477s|  6590k|  6551k|     0 |   0.0 |1822M|2163 |   - |3604 |1175 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1508.72/1508.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1508.72/1508.73	c  1479s|  6600k|  6561k|     0 |   0.0 |1825M|2163 |   - |3604 |1148 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1511.02/1511.05	c  1481s|  6610k|  6571k|     0 |   0.0 |1827M|2163 |   - |3604 |1153 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1513.32/1513.39	c  1483s|  6620k|  6580k|     0 |   0.0 |1830M|2163 |   - |3604 |1208 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1515.73/1515.72	c  1486s|  6630k|  6590k|     0 |   0.0 |1833M|2163 |   - |3604 |1222 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1518.02/1518.06	c  1488s|  6640k|  6600k|     0 |   0.0 |1836M|2163 |   - |3604 |1271 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1520.42/1520.40	c  1490s|  6650k|  6610k|     0 |   0.0 |1838M|2163 |   - |3604 |1185 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1522.72/1522.73	c  1493s|  6660k|  6620k|     0 |   0.0 |1841M|2163 |   - |3604 |1175 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1525.03/1525.07	c  1495s|  6670k|  6630k|     0 |   0.0 |1844M|2163 |   - |3604 |1056 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1527.42/1527.41	c  1497s|  6680k|  6640k|     0 |   0.0 |1846M|2163 |   - |3604 |1053 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1529.72/1529.73	c  1499s|  6690k|  6650k|     0 |   0.0 |1849M|2163 |   - |3604 |1032 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1532.03/1532.06	c  1502s|  6700k|  6660k|     0 |   0.0 |1852M|2163 |   - |3604 |1048 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1534.33/1534.39	c  1504s|  6710k|  6670k|     0 |   0.0 |1855M|2163 |   - |3604 |1048 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1536.62/1536.70	c  1506s|  6720k|  6680k|     0 |   0.0 |1857M|2163 |   - |3604 |1026 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1539.03/1539.02	c  1508s|  6730k|  6690k|     0 |   0.0 |1860M|2163 |   - |3604 |1067 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1541.33/1541.35	c  1511s|  6740k|  6700k|     0 |   0.0 |1863M|2163 |   - |3604 |1104 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1543.62/1543.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1543.62/1543.68	c  1513s|  6750k|  6710k|     0 |   0.0 |1866M|2163 |   - |3604 |1124 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1546.02/1546.02	c  1515s|  6760k|  6720k|     0 |   0.0 |1868M|2163 |   - |3604 |1107 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1548.33/1548.37	c  1518s|  6770k|  6730k|     0 |   0.0 |1871M|2163 |   - |3604 |1075 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1550.72/1550.73	c  1520s|  6780k|  6740k|     0 |   0.0 |1874M|2163 |   - |3604 |1056 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1553.03/1553.09	c  1522s|  6790k|  6750k|     0 |   0.0 |1876M|2163 |   - |3604 |1057 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1555.43/1555.44	c  1525s|  6800k|  6760k|     0 |   0.0 |1879M|2163 |   - |3604 |1081 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1557.73/1557.78	c  1527s|  6810k|  6769k|     0 |   0.0 |1882M|2163 |   - |3604 |1110 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1560.12/1560.12	c  1529s|  6820k|  6779k|     0 |   0.0 |1885M|2163 |   - |3604 |1123 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1562.43/1562.48	c  1532s|  6830k|  6789k|     0 |   0.0 |1887M|2163 |   - |3604 |1153 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1564.73/1564.77	c  1534s|  6840k|  6799k|     0 |   0.0 |1890M|2163 |   - |3604 |1145 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1567.02/1567.09	c  1536s|  6850k|  6809k|     0 |   0.0 |1893M|2163 |   - |3604 |1182 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1569.33/1569.38	c  1538s|  6860k|  6819k|     0 |   0.0 |1895M|2163 |   - |3604 |1205 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1571.62/1571.69	c  1541s|  6870k|  6829k|     0 |   0.0 |1898M|2163 |   - |3604 |1193 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1574.03/1574.03	c  1543s|  6880k|  6839k|     0 |   0.0 |1901M|2163 |   - |3604 |1088 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1576.33/1576.38	c  1545s|  6890k|  6849k|     0 |   0.0 |1904M|2163 |   - |3604 |1069 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1578.63/1578.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1578.63/1578.68	c  1547s|  6900k|  6859k|     0 |   0.0 |1906M|2163 |   - |3604 | 943 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1581.03/1581.07	c  1550s|  6910k|  6869k|     0 |   0.0 |1909M|2163 |   - |3604 | 975 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1583.43/1583.42	c  1552s|  6920k|  6879k|     0 |   0.0 |1912M|2163 |   - |3604 | 998 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1585.72/1585.77	c  1554s|  6930k|  6889k|     0 |   0.0 |1914M|2163 |   - |3604 |1021 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1588.13/1588.11	c  1557s|  6940k|  6899k|     0 |   0.0 |1917M|2163 |   - |3604 |1075 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1590.42/1590.45	c  1559s|  6950k|  6909k|     0 |   0.0 |1920M|2163 |   - |3604 |1051 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1592.72/1592.76	c  1561s|  6960k|  6919k|     0 |   0.0 |1922M|2163 |   - |3604 |1068 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1595.03/1595.09	c  1564s|  6970k|  6929k|     0 |   0.0 |1925M|2163 |   - |3604 |1083 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1597.42/1597.40	c  1566s|  6980k|  6939k|     0 |   0.0 |1928M|2163 |   - |3604 |1083 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1599.63/1599.68	c  1568s|  6990k|  6949k|     0 |   0.0 |1931M|2163 |   - |3604 |1071 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1602.02/1602.06	c  1570s|  7000k|  6958k|     0 |   0.0 |1933M|2163 |   - |3604 |1110 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1604.32/1604.37	c  1573s|  7010k|  6968k|     0 |   0.0 |1936M|2163 |   - |3604 | 955 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1606.63/1606.68	c  1575s|  7020k|  6978k|     0 |   0.0 |1939M|2163 |   - |3604 | 966 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1609.03/1609.01	c  1577s|  7030k|  6988k|     0 |   0.0 |1941M|2163 |   - |3604 | 957 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1611.33/1611.36	c  1579s|  7040k|  6998k|     0 |   0.0 |1944M|2163 |   - |3604 |1026 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1613.63/1613.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1613.63/1613.68	c  1582s|  7050k|  7008k|     0 |   0.0 |1947M|2163 |   - |3604 |1027 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1616.04/1616.01	c  1584s|  7060k|  7018k|     0 |   0.0 |1950M|2163 |   - |3604 |1057 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1618.32/1618.33	c  1586s|  7070k|  7028k|     0 |   0.0 |1952M|2163 |   - |3604 |1022 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1620.63/1620.67	c  1589s|  7080k|  7038k|     0 |   0.0 |1955M|2163 |   - |3604 |1030 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1622.93/1622.98	c  1591s|  7090k|  7048k|     0 |   0.0 |1958M|2163 |   - |3604 |1068 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1625.23/1625.28	c  1593s|  7100k|  7058k|     0 |   0.0 |1960M|2163 |   - |3604 |1072 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1627.62/1627.61	c  1595s|  7110k|  7068k|     0 |   0.0 |1963M|2163 |   - |3604 |1073 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1629.93/1629.94	c  1598s|  7120k|  7078k|     0 |   0.0 |1966M|2163 |   - |3604 |1076 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1632.23/1632.29	c  1600s|  7130k|  7088k|     0 |   0.0 |1969M|2163 |   - |3604 |1081 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1634.63/1634.63	c  1602s|  7140k|  7098k|     0 |   0.0 |1971M|2163 |   - |3604 |1126 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1636.94/1636.99	c  1605s|  7150k|  7108k|     0 |   0.0 |1974M|2163 |   - |3604 |1111 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1639.33/1639.34	c  1607s|  7160k|  7118k|     0 |   0.0 |1977M|2163 |   - |3604 |1136 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1641.63/1641.67	c  1609s|  7170k|  7128k|     0 |   0.0 |1980M|2163 |   - |3604 |1148 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1643.92/1643.99	c  1611s|  7180k|  7138k|     0 |   0.0 |1982M|2163 |   - |3604 |1118 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1646.23/1646.29	c  1614s|  7190k|  7148k|     0 |   0.0 |1985M|2163 |   - |3604 |1117 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1648.63/1648.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1648.63/1648.63	c  1616s|  7200k|  7158k|     0 |   0.0 |1988M|2163 |   - |3604 |1145 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1650.92/1650.93	c  1618s|  7210k|  7167k|     0 |   0.0 |1990M|2163 |   - |3604 |1158 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1653.23/1653.26	c  1621s|  7220k|  7177k|     0 |   0.0 |1993M|2163 |   - |3604 |1205 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1655.63/1655.63	c  1623s|  7230k|  7187k|     0 |   0.0 |1996M|2163 |   - |3604 |1116 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1657.93/1657.97	c  1625s|  7240k|  7197k|     0 |   0.0 |1999M|2163 |   - |3604 |1083 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1660.33/1660.31	c  1627s|  7250k|  7207k|     0 |   0.0 |2001M|2163 |   - |3604 |1045 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1662.63/1662.67	c  1630s|  7260k|  7217k|     0 |   0.0 |2004M|2163 |   - |3604 |1038 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1665.02/1665.01	c  1632s|  7270k|  7227k|     0 |   0.0 |2007M|2163 |   - |3604 |1065 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1667.33/1667.33	c  1634s|  7280k|  7237k|     0 |   0.0 |2009M|2163 |   - |3604 |1091 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1669.63/1669.66	c  1637s|  7290k|  7247k|     0 |   0.0 |2012M|2163 |   - |3604 |1098 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1671.93/1671.98	c  1639s|  7300k|  7257k|     0 |   0.0 |2015M|2163 |   - |3604 |1106 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1674.23/1674.29	c  1641s|  7310k|  7267k|     0 |   0.0 |2018M|2163 |   - |3604 |1125 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1676.62/1676.61	c  1643s|  7320k|  7277k|     0 |   0.0 |2020M|2163 |   - |3604 |1158 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1678.93/1678.91	c  1646s|  7330k|  7287k|     0 |   0.0 |2023M|2163 |   - |3604 |1188 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1681.23/1681.24	c  1648s|  7340k|  7297k|     0 |   0.0 |2026M|2163 |   - |3604 |1220 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1683.53/1683.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1683.53/1683.56	c  1650s|  7350k|  7307k|     0 |   0.0 |2028M|2163 |   - |3604 |1080 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1685.92/1685.91	c  1653s|  7360k|  7317k|     0 |   0.0 |2031M|2163 |   - |3604 |1080 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1688.22/1688.25	c  1655s|  7370k|  7327k|     0 |   0.0 |2034M|2163 |   - |3604 |1062 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1690.53/1690.59	c  1657s|  7380k|  7337k|     0 |   0.0 |2037M|2163 |   - |3604 |1036 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1692.93/1692.92	c  1659s|  7390k|  7347k|     0 |   0.0 |2039M|2163 |   - |3604 | 987 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1695.23/1695.26	c  1662s|  7400k|  7357k|     0 |   0.0 |2042M|2163 |   - |3604 |1074 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1697.63/1697.61	c  1664s|  7410k|  7366k|     0 |   0.0 |2045M|2163 |   - |3604 |1021 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1699.93/1699.94	c  1666s|  7420k|  7376k|     0 |   0.0 |2047M|2163 |   - |3604 |1036 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1702.23/1702.25	c  1669s|  7430k|  7386k|     0 |   0.0 |2050M|2163 |   - |3604 |1043 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1704.53/1704.56	c  1671s|  7440k|  7396k|     0 |   0.0 |2053M|2163 |   - |3604 |1023 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1706.82/1706.85	c  1673s|  7450k|  7406k|     0 |   0.0 |2056M|2163 |   - |3604 |1094 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1709.13/1709.19	c  1675s|  7460k|  7416k|     0 |   0.0 |2058M|2163 |   - |3604 |1116 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1711.53/1711.54	c  1678s|  7470k|  7426k|     0 |   0.0 |2061M|2163 |   - |3604 |1078 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1713.83/1713.89	c  1680s|  7480k|  7436k|     0 |   0.0 |2064M|2163 |   - |3604 |1080 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1716.23/1716.25	c  1682s|  7490k|  7446k|     0 |   0.0 |2066M|2163 |   - |3604 | 972 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1718.52/1718.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.52/1718.56	c  1685s|  7500k|  7456k|     0 |   0.0 |2069M|2163 |   - |3604 |1004 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1720.83/1720.88	c  1687s|  7510k|  7466k|     0 |   0.0 |2072M|2163 |   - |3604 |1024 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1723.22/1723.21	c  1689s|  7520k|  7476k|     0 |   0.0 |2074M|2163 |   - |3604 |1035 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1725.52/1725.54	c  1691s|  7530k|  7486k|     0 |   0.0 |2077M|2163 |   - |3604 |1055 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1727.83/1727.83	c  1694s|  7540k|  7496k|     0 |   0.0 |2080M|2163 |   - |3604 |1051 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1730.13/1730.16	c  1696s|  7550k|  7506k|     0 |   0.0 |2083M|2163 |   - |3604 |1052 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1732.53/1732.51	c  1698s|  7560k|  7516k|     0 |   0.0 |2085M|2163 |   - |3604 |1070 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1734.73/1734.80	c  1700s|  7570k|  7526k|     0 |   0.0 |2088M|2163 |   - |3604 |1081 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1737.13/1737.10	c  1703s|  7580k|  7536k|     0 |   0.0 |2091M|2163 |   - |3604 |1039 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1739.43/1739.45	c  1705s|  7590k|  7546k|     0 |   0.0 |2093M|2163 |   - |3604 |1065 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1741.72/1741.78	c  1707s|  7600k|  7556k|     0 |   0.0 |2096M|2163 |   - |3604 |1067 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1744.13/1744.13	c  1710s|  7610k|  7565k|     0 |   0.0 |2099M|2163 |   - |3604 | 981 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1746.53/1746.50	c  1712s|  7620k|  7575k|     0 |   0.0 |2102M|2163 |   - |3604 |1009 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1748.83/1748.85	c  1714s|  7630k|  7585k|     0 |   0.0 |2104M|2163 |   - |3604 | 967 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1751.24/1751.21	c  1717s|  7640k|  7595k|     0 |   0.0 |2107M|2163 |   - |3604 |1006 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1753.53/1753.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1753.53/1753.55	c  1719s|  7650k|  7605k|     0 |   0.0 |2110M|2163 |   - |3604 |1004 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1755.93/1755.92	c  1721s|  7660k|  7615k|     0 |   0.0 |2112M|2163 |   - |3604 |1016 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1758.23/1758.25	c  1723s|  7670k|  7625k|     0 |   0.0 |2115M|2163 |   - |3604 |1056 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1760.53/1760.56	c  1726s|  7680k|  7635k|     0 |   0.0 |2118M|2163 |   - |3604 |1046 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1762.83/1762.89	c  1728s|  7690k|  7645k|     0 |   0.0 |2121M|2163 |   - |3604 |1075 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1765.13/1765.17	c  1730s|  7700k|  7655k|     0 |   0.0 |2123M|2163 |   - |3604 |1107 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1767.43/1767.49	c  1733s|  7710k|  7665k|     0 |   0.0 |2126M|2163 |   - |3604 |1139 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1769.83/1769.80	c  1735s|  7720k|  7675k|     0 |   0.0 |2129M|2163 |   - |3604 |1160 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1772.13/1772.11	c  1737s|  7730k|  7685k|     0 |   0.0 |2131M|2163 |   - |3604 |1160 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1774.44/1774.45	c  1739s|  7740k|  7695k|     0 |   0.0 |2134M|2163 |   - |3604 |1130 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1776.83/1776.80	c  1742s|  7750k|  7705k|     0 |   0.0 |2137M|2163 |   - |3604 |1158 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1779.13/1779.14	c  1744s|  7760k|  7715k|     0 |   0.0 |2140M|2163 |   - |3604 |1171 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1781.43/1781.49	c  1746s|  7770k|  7725k|     0 |   0.0 |2142M|2163 |   - |3604 |1199 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1783.83/1783.86	c  1749s|  7780k|  7735k|     0 |   0.0 |2145M|2163 |   - |3604 |1250 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1786.22/1786.21	c  1751s|  7790k|  7745k|     0 |   0.0 |2148M|2163 |   - |3604 |1242 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1788.53/1788.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1788.53/1788.53	c  1753s|  7800k|  7755k|     0 |   0.0 |2150M|2163 |   - |3604 |1251 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1790.84/1790.84	c  1755s|  7810k|  7764k|     0 |   0.0 |2153M|2163 |   - |3604 |1267 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1793.13/1793.15	c  1758s|  7820k|  7774k|     0 |   0.0 |2156M|2163 |   - |3604 |1269 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1795.43/1795.47	c  1760s|  7830k|  7784k|     0 |   0.0 |2159M|2163 |   - |3604 |1277 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 8.162000e+03 |    Inf 
1797.73/1797.79	c  1762s|  7840k|  7794k|     0 |   0.0 |2161M|2163 |   - |3604 |1195 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 8.162000e+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) : 1764.42
1800.04/1800.00	c Solving Nodes      : 7849459
1800.04/1800.00	c Primal Bound       : +8.16200000000000e+03 (4 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	v x3280 x3279 x3278 x3277 x3276 x3275 x3274 x3273 x3272 x3271 x3270 x3269 x3268 x3267 x3266 x3265 x3264 x3263 x3262 x3261 x3260 x3259 
1800.04/1800.01	v x3258 x3257 x3256 x3255 x3254 x3253 x3252 x3251 x3250 x3249 x3248 x3247 x3246 x3245 x3244 x3243 x3242 x3241 x3240 x3239 
1800.04/1800.01	v x3238 x3237 x3236 x3235 x3234 x3233 x3232 x3231 x3230 x3229 x3228 x3227 x3226 x3225 x3224 x3223 x3222 x3221 x3220 x3219 x3218 
1800.04/1800.01	v x3217 x3216 x3215 x3214 x3213 x3212 x3211 x3210 x3209 x3208 x3207 x3206 x3205 x3204 x3203 x3202 x3201 x3200 x3199 x3198 x3197 
1800.04/1800.01	v x3196 x3195 x3194 x3193 x3192 x3191 x3190 x3189 x3188 x3187 x3186 x3185 x3184 x3183 x3182 x3181 x3180 x3179 x3178 x3177 x3176 
1800.04/1800.01	v x3175 x3174 x3173 x3172 x3171 x3170 x3169 x3168 x3167 x3166 x3165 x3164 x3163 x3162 x3161 x3160 x3159 x3158 x3157 x3156 x3155 
1800.04/1800.01	v x3154 x3153 x3152 x3151 x3150 x3149 x3148 x3147 x3146 x3145 x3144 x3143 x3142 x3141 x3140 x3139 x3138 x3137 x3136 x3135 x3134 
1800.04/1800.01	v x3133 x3132 x3131 x3130 x3129 x3128 x3127 x3126 x3125 x3124 x3123 x3122 x3121 x3120 x3119 x3118 x3117 x3116 x3115 x3114 
1800.04/1800.01	v x3113 x3112 x3111 x3110 x3109 x3108 x3107 x3106 x3105 x3104 x3103 x3102 x3101 x3100 x3099 x3098 x3097 x3096 x3095 x3094 x3093 
1800.04/1800.01	v x3092 x3091 x3090 x3089 x3088 x3087 x3086 x3085 x3084 x3083 x3082 x3081 x3080 x3079 x3078 x3077 x3076 x3075 x3074 x3073 x3072 
1800.04/1800.01	v x3071 x3070 x3069 x3068 x3067 x3066 x3065 x3064 x3063 x3062 x3061 x3060 x3059 x3058 x3057 x3056 x3055 x3054 x3053 x3052 x3051 
1800.04/1800.01	v x3050 x3049 x3048 x3047 x3046 x3045 x3044 x3043 x3042 x3041 x3040 x3039 x3038 x3037 x3036 x3035 x3034 x3033 x3032 x3031 x3030 
1800.04/1800.01	v x3029 x3028 x3027 x3026 x3025 x3024 x3023 x3022 x3021 x3020 x3019 x3018 x3017 x3016 x3015 x3014 x3013 x3012 x3011 x3010 x3009 
1800.04/1800.01	v x3008 x3007 x3006 x3005 x3004 x3003 x3002 x3001 x3000 x2999 x2998 x2997 x2996 x2995 x2994 x2993 x2992 x2991 x2990 x2989 
1800.04/1800.01	v x2988 x2987 x2986 x2985 x2984 x2983 x2982 x2981 x2980 x2979 x2978 x2977 x2976 x2975 x2974 x2973 x2972 x2971 x2970 x2969 x2968 
1800.04/1800.01	v x2967 x2966 x2965 x2964 x2963 x2962 x2961 x2960 x2959 x2958 x2957 x2956 x2955 x2954 x2953 x2952 x2951 x2950 x2949 x2948 x2947 
1800.04/1800.01	v x2946 x2945 x2944 x2943 x2942 x2941 x2940 x2939 x2938 x2937 x2936 x2935 x2934 x2933 x2932 x2931 x2930 x2929 x2928 x2927 x2926 
1800.04/1800.01	v x2925 x2924 x2923 x2922 x2921 x2920 x2919 x2918 x2917 x2916 x2915 x2914 x2913 x2912 x2911 x2910 x2909 x2908 x2907 x2906 x2905 
1800.04/1800.01	v x2904 x2903 x2902 x2901 x2900 x2899 x2898 x2897 x2896 x2895 x2894 x2893 x2892 x2891 x2890 x2889 x2888 x2887 x2886 x2885 x2884 
1800.04/1800.01	v x2883 x2882 x2881 x2880 x2879 x2878 x2877 x2876 x2875 x2874 x2873 x2872 x2871 x2870 x2869 x2868 x2867 x2866 x2865 x2864 
1800.04/1800.01	v x2863 x2862 x2861 x2860 x2859 x2858 x2857 x2856 x2855 x2854 x2853 x2852 x2851 x2850 x2849 x2848 x2847 x2846 x2845 x2844 x2843 
1800.04/1800.01	v x2842 x2841 x2840 x2839 x2838 x2837 x2836 x2835 x2834 x2833 x2832 x2831 x2830 x2829 x2828 x2827 x2826 x2825 x2824 x2823 x2822 
1800.04/1800.01	v x2821 x2820 x2819 x2818 x2817 x2816 x2815 x2814 x2813 x2812 x2811 x2810 x2809 x2808 x2807 x2806 x2805 x2804 x2803 x2802 x2801 
1800.04/1800.01	v x2800 x2799 x2798 x2797 x2796 x2795 x2794 x2793 x2792 x2791 x2790 x2789 x2788 x2787 x2786 x2785 x2784 x2783 x2782 x2781 x2780 
1800.04/1800.01	v x2779 x2778 x2777 x2776 x2775 x2774 x2773 x2772 x2771 x2770 x2769 x2768 x2767 x2766 x2765 x2764 x2763 x2762 x2761 x2760 x2759 
1800.04/1800.01	v x2758 x2757 x2756 x2755 x2754 x2753 x2752 x2751 x2750 x2749 x2748 x2747 x2746 x2745 x2744 x2743 x2742 x2741 x2740 x2739 
1800.04/1800.01	v x2738 x2737 x2736 x2735 x2734 x2733 x2732 x2731 x2730 x2729 x2728 x2727 x2726 x2725 x2724 x2723 x2722 x2721 x2720 x2719 x2718 
1800.04/1800.01	v x2717 x2716 x2715 x2714 x2713 x2712 x2711 x2710 x2709 x2708 x2707 x2706 x2705 x2704 x2703 x2702 x2701 x2700 x2699 x2698 x2697 
1800.04/1800.01	v x2696 x2695 x2694 x2693 x2692 x2691 x2690 x2689 x2688 x2687 x2686 x2685 x2684 x2683 x2682 x2681 x2680 x2679 x2678 x2677 x2676 
1800.04/1800.01	v x2675 x2674 x2673 x2672 x2671 x2670 x2669 x2668 x2667 x2666 x2665 x2664 x2663 x2662 x2661 x2660 x2659 x2658 x2657 x2656 x2655 
1800.04/1800.01	v x2654 x2653 x2652 x2651 x2650 x2649 x2648 x2647 x2646 x2645 x2644 x2643 x2642 x2641 x2640 x2639 x2638 x2637 x2636 x2635 x2634 
1800.04/1800.01	v x2633 x2632 x2631 x2630 x2629 x2628 x2627 x2626 x2625 x2624 x2623 x2622 x2621 x2620 x2619 x2618 x2617 x2616 x2615 x2614 
1800.04/1800.01	v x2613 x2612 x2611 x2610 x2609 x2608 x2607 x2606 x2605 x2604 x2603 x2602 x2601 x2600 x2599 x2598 x2597 x2596 x2595 x2594 x2593 
1800.04/1800.01	v x2592 x2591 x2590 x2589 x2588 x2587 x2586 x2585 x2584 x2583 x2582 x2581 x2580 x2579 x2578 x2577 x2576 x2575 x2574 x2573 x2572 
1800.04/1800.01	v x2571 x2570 x2569 x2568 x2567 x2566 x2565 x2564 x2563 x2562 x2561 x2560 x2559 x2558 x2557 x2556 x2555 x2554 x2553 x2552 x2551 
1800.04/1800.01	v x2550 x2549 x2548 x2547 x2546 x2545 x2544 x2543 x2542 x2541 x2540 x2539 x2538 x2537 x2536 x2535 x2534 x2533 x2532 x2531 x2530 
1800.04/1800.01	v x2529 x2528 x2527 x2526 x2525 x2524 x2523 x2522 x2521 x2520 x2519 x2518 x2517 x2516 x2515 x2514 x2513 x2512 x2511 x2510 x2509 
1800.04/1800.01	v x2508 x2507 x2506 x2505 x2504 x2503 x2502 x2501 x2500 x2499 x2498 x2497 x2496 x2495 x2494 x2493 x2492 x2491 x2490 x2489 
1800.04/1800.01	v x2488 x2487 x2486 x2485 x2484 x2483 x2482 x2481 x2480 x2479 x2478 x2477 x2476 x2475 x2474 x2473 x2472 x2471 x2470 x2469 x2468 
1800.04/1800.01	v x2467 x2466 x2465 x2464 x2463 x2462 x2461 x2460 x2459 x2458 x2457 x2456 x2455 x2454 x2453 x2452 x2451 x2450 x2449 x2448 x2447 
1800.04/1800.01	v x2446 x2445 x2444 x2443 x2442 x2441 x2440 x2439 x2438 x2437 x2436 x2435 x2434 x2433 x2432 x2431 x2430 x2429 x2428 x2427 x2426 
1800.04/1800.01	v x2425 x2424 x2423 x2422 x2421 x2420 x2419 x2418 x2417 x2416 x2415 x2414 x2413 x2412 x2411 x2410 x2409 x2408 x2407 x2406 x2405 
1800.04/1800.01	v x2404 x2403 x2402 x2401 x2400 x2399 x2398 x2397 x2396 x2395 x2394 x2393 x2392 x2391 x2390 x2389 x2388 x2387 x2386 x2385 x2384 
1800.04/1800.01	v x2383 x2382 x2381 x2380 x2379 x2378 x2377 x2376 x2375 x2374 x2373 x2372 x2371 x2370 x2369 x2368 x2367 x2366 x2365 x2364 
1800.04/1800.01	v x2363 x2362 x2361 x2360 x2359 x2358 x2357 x2356 x2355 x2354 x2353 x2352 x2351 x2350 x2349 x2348 x2347 x2346 x2345 x2344 x2343 
1800.04/1800.01	v x2342 x2341 x2340 x2339 x2338 x2337 x2336 x2335 x2334 x2333 x2332 x2331 x2330 x2329 x2328 x2327 x2326 x2325 x2324 x2323 x2322 
1800.04/1800.01	v x2321 x2320 x2319 x2318 x2317 x2316 x2315 x2314 x2313 x2312 x2311 x2310 x2309 x2308 x2307 x2306 x2305 x2304 x2303 x2302 x2301 
1800.04/1800.01	v x2300 x2299 x2298 x2297 x2296 x2295 x2294 x2293 x2292 x2291 x2290 x2289 x2288 x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 
1800.04/1800.01	v x2279 x2278 x2277 x2276 x2275 x2274 x2273 x2272 x2271 x2270 x2269 x2268 x2267 x2266 x2265 x2264 x2263 x2262 x2261 x2260 x2259 
1800.04/1800.01	v x2258 x2257 x2256 x2255 x2254 x2253 x2252 x2251 x2250 x2249 x2248 x2247 x2246 x2245 x2244 x2243 x2242 x2241 x2240 x2239 
1800.04/1800.01	v x2238 x2237 x2236 x2235 x2234 x2233 x2232 x2231 x2230 x2229 x2228 x2227 x2226 x2225 x2224 x2223 x2222 x2221 x2220 x2219 x2218 
1800.04/1800.01	v x2217 x2216 x2215 x2214 x2213 x2212 x2211 x2210 x2209 x2208 x2207 x2206 x2205 x2204 x2203 x2202 x2201 x2200 x2199 x2198 x2197 
1800.04/1800.01	v x2196 x2195 x2194 x2193 x2192 x2191 x2190 x2189 x2188 x2187 x2186 x2185 x2184 x2183 x2182 x2181 x2180 x2179 x2178 x2177 x2176 
1800.04/1800.01	v x2175 x2174 x2173 x2172 x2171 x2170 x2169 x2168 x2167 x2166 x2165 x2164 x2163 x2162 x2161 x2160 x2159 x2158 x2157 x2156 x2155 
1800.04/1800.01	v x2154 x2153 x2152 x2151 x2150 x2149 x2148 x2147 x2146 x2145 x2144 x2143 x2142 x2141 x2140 x2139 x2138 x2137 x2136 x2135 x2134 
1800.04/1800.01	v x2133 x2132 x2131 x2130 x2129 x2128 x2127 x2126 x2125 x2124 x2123 x2122 x2121 x2120 x2119 x2118 x2117 x2116 x2115 x2114 
1800.04/1800.01	v x2113 x2112 x2111 x2110 x2109 x2108 x2107 x2106 x2105 x2104 x2103 x2102 x2101 x2100 x2099 x2098 x2097 x2096 x2095 x2094 x2093 
1800.04/1800.01	v x2092 x2091 x2090 x2089 x2088 x2087 x2086 x2085 x2084 x2083 x2082 x2081 x2080 x2079 x2078 x2077 x2076 x2075 x2074 x2073 x2072 
1800.04/1800.01	v x2071 x2070 x2069 x2068 x2067 x2066 x2065 x2064 x2063 x2062 x2061 x2060 x2059 x2058 x2057 x2056 x2055 x2054 x2053 x2052 x2051 
1800.04/1800.01	v x2050 x2049 x2048 x2047 x2046 x2045 x2044 x2043 x2042 x2041 x2040 x2039 x2038 x2037 x2036 x2035 x2034 x2033 x2032 x2031 x2030 
1800.04/1800.01	v x2029 x2028 x2027 x2026 x2025 x2024 x2023 x2022 x2021 x2020 x2019 x2018 x2017 x2016 x2015 x2014 x2013 x2012 x2011 x2010 x2009 
1800.04/1800.01	v x2008 x2007 x2006 x2005 x2004 x2003 x2002 x2001 x2000 x1999 x1998 x1997 x1996 x1995 x1994 x1993 x1992 x1991 x1990 x1989 
1800.04/1800.01	v x1988 x1987 x1986 x1985 x1984 x1983 x1982 x1981 x1980 x1979 x1978 x1977 x1976 x1975 x1974 x1973 x1972 x1971 x1970 x1969 x1968 
1800.04/1800.01	v x1967 x1966 x1965 x1964 x1963 x1962 x1961 x1960 x1959 x1958 x1957 x1956 x1955 x1954 x1953 x1952 x1951 x1950 x1949 x1948 x1947 
1800.04/1800.01	v x1946 x1945 x1944 x1943 x1942 x1941 x1940 x1939 x1938 x1937 x1936 x1935 x1934 x1933 x1932 x1931 x1930 x1929 x1928 x1927 x1926 
1800.04/1800.01	v x1925 x1924 x1923 x1922 x1921 x1920 x1919 x1918 x1917 x1916 x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 x1907 x1906 x1905 
1800.04/1800.01	v x1904 x1903 x1902 x1901 x1900 x1899 x1898 x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 x1889 x1888 x1887 x1886 x1885 x1884 
1800.04/1800.01	v x1883 x1882 x1881 x1880 x1879 x1878 x1877 x1876 x1875 x1874 x1873 x1872 x1871 x1870 x1869 x1868 x1867 x1866 x1865 x1864 
1800.04/1800.01	v x1863 x1862 x1861 x1860 x1859 x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 x1850 x1849 x1848 x1847 x1846 x1845 x1844 x1843 
1800.04/1800.01	v x1842 x1841 x1840 x1839 x1838 x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 x1829 x1828 x1827 x1826 x1825 x1824 x1823 x1822 
1800.04/1800.01	v x1821 x1820 x1819 x1818 x1817 x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 x1808 x1807 x1806 x1805 x1804 x1803 x1802 x1801 
1800.04/1800.01	v x1800 x1799 x1798 x1797 x1796 x1795 x1794 x1793 x1792 x1791 x1790 x1789 x1788 x1787 x1786 x1785 x1784 x1783 x1782 x1781 x1780 
1800.04/1800.01	v x1779 x1778 x1777 x1776 x1775 x1774 x1773 x1772 x1771 x1770 x1769 x1768 x1767 x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 
1800.04/1800.01	v x1758 x1757 x1756 x1755 x1754 x1753 x1752 x1751 x1750 x1749 x1748 x1747 x1746 x1745 x1744 x1743 x1742 x1741 x1740 x1739 
1800.04/1800.01	v x1738 x1737 x1736 x1735 x1734 x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 x1720 x1719 x1718 
1800.04/1800.01	v x1717 x1716 x1715 x1714 x1713 x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 x1704 x1703 x1702 x1701 x1700 x1699 x1698 x1697 
1800.04/1800.01	v x1696 x1695 x1694 x1693 x1692 x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 x1683 x1682 x1681 x1680 x1679 x1678 x1677 x1676 
1800.04/1800.01	v x1675 x1674 x1673 x1672 x1671 x1670 x1669 x1668 x1667 x1666 x1665 x1664 x1663 x1662 x1661 x1660 x1659 x1658 x1657 x1656 x1655 
1800.04/1800.01	v x1654 x1653 x1652 x1651 x1650 x1649 x1648 x1647 x1646 x1645 x1644 x1643 x1642 x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 
1800.04/1800.01	v x1633 x1632 x1631 x1630 x1629 x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 x1620 x1619 x1618 x1617 x1616 x1615 x1614 
1800.04/1800.01	v x1613 x1612 x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 x1599 x1598 x1597 x1596 x1595 x1594 x1593 
1800.04/1800.01	v x1592 x1591 x1590 x1589 x1588 x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 x1578 x1577 x1576 x1575 x1574 x1573 x1572 
1800.04/1800.01	v x1571 x1570 x1569 x1568 x1567 x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 x1558 x1557 x1556 x1555 x1554 x1553 x1552 x1551 
1800.04/1800.01	v x1550 x1549 x1548 x1547 x1546 x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 x1537 x1536 x1535 x1534 x1533 x1532 x1531 x1530 
1800.04/1800.01	v x1529 x1528 x1527 x1526 x1525 x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 
1800.04/1800.01	v x1508 x1507 x1506 x1505 x1504 x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 x1495 x1494 x1493 x1492 x1491 x1490 x1489 
1800.04/1800.01	v x1488 x1487 x1486 x1485 x1484 x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 x1474 x1473 x1472 x1471 x1470 x1469 x1468 
1800.04/1800.01	v x1467 x1466 x1465 x1464 x1463 x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 x1453 x1452 x1451 x1450 x1449 x1448 x1447 
1800.04/1800.01	v x1446 x1445 x1444 x1443 x1442 x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 
1800.04/1800.01	v x1425 x1424 x1423 x1422 x1421 x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 
1800.04/1800.01	v x1404 x1403 x1402 x1401 x1400 x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 
1800.04/1800.01	v x1383 x1382 x1381 x1380 x1379 x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 x1370 x1369 x1368 x1367 x1366 x1365 x1364 
1800.04/1800.01	v x1363 x1362 x1361 x1360 x1359 x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 x1349 x1348 x1347 x1346 x1345 x1344 x1343 
1800.04/1800.01	v x1342 x1341 x1340 x1339 x1338 x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 x1328 x1327 x1326 x1325 x1324 x1323 x1322 
1800.04/1800.01	v x1321 x1320 x1319 x1318 x1317 x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 
1800.04/1800.01	v x1300 x1299 x1298 x1297 x1296 x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 
1800.04/1800.01	v x1279 x1278 x1277 x1276 x1275 x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 
1800.04/1800.01	v x1258 x1257 x1256 x1255 x1254 x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 x1245 x1244 x1243 x1242 x1241 x1240 x1239 
1800.04/1800.01	v x1238 x1237 x1236 x1235 x1234 x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 x1224 x1223 x1222 x1221 x1220 x1219 x1218 
1800.04/1800.01	v x1217 x1216 x1215 x1214 x1213 x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 x1203 x1202 x1201 x1200 x1199 x1198 x1197 
1800.04/1800.01	v x1196 x1195 x1194 x1193 x1192 x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 
1800.04/1800.01	v x1175 x1174 x1173 x1172 x1171 x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 
1800.04/1800.01	v x1154 x1153 x1152 x1151 x1150 x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 
1800.04/1800.01	v x1133 x1132 x1131 x1130 x1129 x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 x1120 x1119 x1118 x1117 x1116 x1115 x1114 
1800.04/1800.01	v x1113 x1112 x1111 x1110 x1109 x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 x1099 x1098 x1097 x1096 x1095 x1094 x1093 
1800.04/1800.01	v x1092 x1091 x1090 x1089 x1088 x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 x1078 x1077 x1076 x1075 x1074 x1073 x1072 
1800.04/1800.01	v x1071 x1070 x1069 x1068 x1067 x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 
1800.04/1800.01	v x1050 x1049 x1048 x1047 x1046 x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 
1800.04/1800.01	v x1029 x1028 x1027 x1026 x1025 x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 
1800.04/1800.01	v x1008 x1007 x1006 x1005 x1004 x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 x994 x993 x992 x991 x990 x989 x988 x987 x986 
1800.04/1800.01	v x985 x984 x983 x982 x981 x980 x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 x969 x968 x967 x966 x965 x964 x963 x962 x961 
1800.04/1800.01	v x960 x959 x958 x957 x956 x955 x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 x944 x943 x942 x941 x940 x939 x938 x937 x936 
1800.04/1800.01	v x935 x934 x933 x932 x931 x930 x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 
1800.04/1800.01	v x910 x909 x908 x907 x906 x905 x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 
1800.04/1800.01	v x885 x884 x883 x882 x881 x880 x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 
1800.04/1800.01	v x860 x859 x858 x857 x856 x855 x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 
1800.04/1800.01	v x835 x834 x833 x832 x831 x830 x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 
1800.04/1800.01	v x810 x809 x808 x807 x806 x805 x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 
1800.04/1800.01	v x785 x784 x783 x782 x781 x780 x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 
1800.04/1800.01	v x760 x759 x758 x757 x756 x755 x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 
1800.04/1800.01	v x735 x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 
1800.04/1800.01	v x710 x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 
1800.04/1800.01	v x685 x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 
1800.04/1800.01	v x660 x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 
1800.04/1800.01	v x635 x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 
1800.04/1800.01	v x610 x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 
1800.04/1800.01	v x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 
1800.04/1800.01	v x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 
1800.04/1800.01	v x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 
1800.04/1800.01	v x510 x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 
1800.04/1800.01	v x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 
1800.04/1800.01	v x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 
1800.04/1800.01	v x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 
1800.04/1800.01	v x410 x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 
1800.04/1800.01	v x385 x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 
1800.04/1800.01	v x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 
1800.04/1800.01	v x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 
1800.04/1800.01	v x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 
1800.04/1800.01	v x285 x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 
1800.04/1800.01	v x260 x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 
1800.04/1800.01	v x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 
1800.04/1800.01	v x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 
1800.04/1800.01	v x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 
1800.04/1800.01	v x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 
1800.04/1800.01	v x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 
1800.04/1800.01	v x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 
1800.04/1800.01	v x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 
1800.04/1800.01	v x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 
1800.04/1800.01	v x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1764.42
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2694001-1277920886.wbo
1800.04/1800.01	c   Variables        : 3604 (3442 binary, 0 integer, 0 implicit integer, 162 continuous)
1800.04/1800.01	c   Constraints      : 325 initial, 325 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2694001-1277920886.wbo
1800.04/1800.01	c   Variables        : 3604 (3442 binary, 0 integer, 0 implicit integer, 162 continuous)
1800.04/1800.01	c   Constraints      : 324 initial, 43215 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.00          0          0          0        162          0          1          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :        162          0       1830          0       1586          0        208          0          0          0
1800.04/1800.01	c   linear           :        162          0    8255800          0    7826850      22532    3054992          0          0          0
1800.04/1800.01	c   logicor          :          0+         0     687240          0          0        102      29838          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0    7826850          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   linear           :     101.01       0.00      96.95       0.00       4.06
1800.04/1800.01	c   logicor          :       3.58       0.00       3.58       0.00       0.00
1800.04/1800.01	c   countsols        :       1.27       0.00       0.00       0.00       1.27
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       1.70          2          0          0
1800.04/1800.01	c   rootredcost      :       1.86          0          0          0
1800.04/1800.01	c   pseudoobj        :      35.25    8255600          0          0
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :      54.14      22634      22634     508405      322.4     562113       37.5          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -     226229       38.6          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          1      394.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :    1496.10    7826850          0          0          0          0   15653700
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       2.02          0          0
1800.04/1800.01	c   trivial          :       0.01          2          3
1800.04/1800.01	c   simplerounding   :       0.00          0          0
1800.04/1800.01	c   zirounding       :       0.00          0          0
1800.04/1800.01	c   rounding         :       0.00          0          0
1800.04/1800.01	c   shifting         :       0.00          0          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       0.00          0          0
1800.04/1800.01	c   coefdiving       :       0.00          0          0
1800.04/1800.01	c   pscostdiving     :       0.00          0          0
1800.04/1800.01	c   fracdiving       :       0.00          0          0
1800.04/1800.01	c   veclendiving     :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       0.00          0          0
1800.04/1800.01	c   rootsoldiving    :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       0.00          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.00          0          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       1.67          0          0
1800.04/1800.01	c   trysol           :       1.58          1          1
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :    7849459
1800.04/1800.01	c   nodes (total)    :    7849459
1800.04/1800.01	c   nodes left       :    7804214
1800.04/1800.01	c   max depth        :       2163
1800.04/1800.01	c   max depth (total):       2163
1800.04/1800.01	c   backtracks       :       8944 (0.1%)
1800.04/1800.01	c   delayed cutoffs  :         28
1800.04/1800.01	c   repropagations   :       2247 (2981 domain reductions, 25 cutoffs)
1800.04/1800.01	c   avg switch length:       2.30
1800.04/1800.01	c   switching time   :      42.05
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          4 (1 improvements)
1800.04/1800.01	c   First Solution   : +8.16200000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Primal Bound     : +8.16200000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :          0

Verifier Data

OK	4246

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 16043
/proc/meminfo: memFree=27543684/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=9184 CPUtime=0
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 1786 0 0 0 0 0 0 0 25 0 1 0 133384564 9404416 1709 4089446400 4194304 7136930 140736183330944 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16043/statm: 2296 1709 275 719 0 1575 0

[startup+0.102202 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 16043
/proc/meminfo: memFree=27543684/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=21852 CPUtime=0.09
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 5396 0 0 0 9 0 0 0 25 0 1 0 133384564 22376448 4708 4089446400 4194304 7136930 140736183330944 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 5463 4708 383 719 0 4742 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21852

[startup+0.200181 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 16043
/proc/meminfo: memFree=27543684/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=22248 CPUtime=0.19
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 5494 0 0 0 19 0 0 0 25 0 1 0 133384564 22781952 4806 4089446400 4194304 7136930 140736183330944 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 5562 4806 383 719 0 4841 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22248

[startup+0.300176 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 16043
/proc/meminfo: memFree=27543684/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=22900 CPUtime=0.29
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 5662 0 0 0 29 0 0 0 25 0 1 0 133384564 23449600 4974 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 5725 4974 383 719 0 5004 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22900

[startup+0.701095 s]
/proc/loadavg: 1.93 1.98 1.99 4/178 16043
/proc/meminfo: memFree=27543684/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=24068 CPUtime=0.69
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 5969 0 0 0 68 1 0 0 25 0 1 0 133384564 24645632 5281 4089446400 4194304 7136930 140736183330944 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16043/statm: 6017 5281 390 719 0 5296 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24068

[startup+1.50097 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 16044
/proc/meminfo: memFree=27520364/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=25236 CPUtime=1.49
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 6299 0 0 0 146 3 0 0 25 0 1 0 133384564 25841664 5611 4089446400 4194304 7136930 140736183330944 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16043/statm: 6309 5611 390 719 0 5588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25236

[startup+3.10067 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 16044
/proc/meminfo: memFree=27514316/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=29016 CPUtime=3.09
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 7268 0 0 0 301 8 0 0 25 0 1 0 133384564 29712384 6580 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16043/statm: 7254 6580 390 719 0 6533 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29016

[startup+6.30011 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 16044
/proc/meminfo: memFree=27498196/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=33736 CPUtime=6.29
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 8505 0 0 0 614 15 0 0 25 0 1 0 133384564 34545664 7817 4089446400 4194304 7136930 140736183330944 18446744073709551615 4407939 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16043/statm: 8434 7817 390 719 0 7713 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33736

[startup+12.701 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 16044
/proc/meminfo: memFree=27469700/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=43068 CPUtime=12.69
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 10947 0 0 0 1242 27 0 0 25 0 1 0 133384564 44101632 10259 4089446400 4194304 7136930 140736183330944 18446744073709551615 5892210 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 10767 10259 390 719 0 10046 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43068

[startup+25.5007 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 16044
/proc/meminfo: memFree=27426716/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=64296 CPUtime=25.49
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 15958 0 0 0 2496 53 0 0 25 0 1 0 133384564 65839104 15270 4089446400 4194304 7136930 140736183330944 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 16074 15270 390 719 0 15353 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64296

[startup+51.1002 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 16046
/proc/meminfo: memFree=27338016/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=102520 CPUtime=51.09
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 24946 0 0 0 5004 105 0 0 25 0 1 0 133384564 104980480 24258 4089446400 4194304 7136930 140736183330944 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 25630 24258 390 719 0 24909 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102520

[startup+102.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 16046
/proc/meminfo: memFree=27153948/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=183652 CPUtime=102.3
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 44147 0 0 0 10012 218 0 0 25 0 1 0 133384564 188059648 43459 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 45913 43459 390 719 0 45192 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 183652

[startup+162.301 s]
/proc/loadavg: 2.06 2.00 2.00 3/179 16129
/proc/meminfo: memFree=30851884/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=311388 CPUtime=162.29
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 77307 0 0 0 15855 374 0 0 25 0 1 0 133384564 318861312 76619 4089446400 4194304 7136930 140736183330944 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 77847 76619 390 719 0 77126 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 311388

[startup+222.306 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 16131
/proc/meminfo: memFree=30770424/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=406236 CPUtime=222.3
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 99528 0 0 0 21745 485 0 0 25 0 1 0 133384564 415985664 96737 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 101559 96737 390 719 0 100838 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 406236

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 16133
/proc/meminfo: memFree=30694468/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=478668 CPUtime=282.29
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 118685 0 0 0 27619 610 0 0 25 0 1 0 133384564 490156032 115894 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 119667 115894 390 719 0 118946 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 478668

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 16134
/proc/meminfo: memFree=30618284/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=549948 CPUtime=342.29
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 137513 0 0 0 33499 730 0 0 25 0 1 0 133384564 563146752 134722 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 137487 134722 390 719 0 136766 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 549948

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16135
/proc/meminfo: memFree=30544536/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=619716 CPUtime=402.3
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 155963 0 0 0 39383 847 0 0 25 0 1 0 133384564 634589184 153172 4089446400 4194304 7136930 140736183330944 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 154929 153172 390 719 0 154208 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 619716

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16137
/proc/meminfo: memFree=30469688/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=722712 CPUtime=462.3
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 174523 0 0 0 45267 963 0 0 25 0 1 0 133384564 740057088 171732 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 180678 171732 390 719 0 179957 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 722712

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16139
/proc/meminfo: memFree=30396848/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=792416 CPUtime=522.3
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 192941 0 0 0 51152 1078 0 0 25 0 1 0 133384564 811433984 190150 4089446400 4194304 7136930 140736183330944 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 198104 190150 390 719 0 197383 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 792416

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16141
/proc/meminfo: memFree=30322892/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=860960 CPUtime=582.3
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 211084 0 0 0 57042 1188 0 0 25 0 1 0 133384564 881623040 208293 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 215240 208293 390 719 0 214519 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 860960

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16142
/proc/meminfo: memFree=30248312/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=932800 CPUtime=642.3
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 230033 0 0 0 62924 1306 0 0 25 0 1 0 133384564 955187200 227242 4089446400 4194304 7136930 140736183330944 18446744073709551615 4407919 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 233200 227242 390 719 0 232479 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 932800

[startup+702.301 s]

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

/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 357068 0 0 0 104110 2121 0 0 25 0 1 0 133384564 1514192896 354277 4089446400 4194304 7136930 140736183330944 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 369676 354277 390 719 0 368955 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1478704

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16155
/proc/meminfo: memFree=29663400/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=1548932 CPUtime=1122.31
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 375617 0 0 0 109989 2242 0 0 25 0 1 0 133384564 1586106368 372826 4089446400 4194304 7136930 140736183330944 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 387233 372826 390 719 0 386512 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1548932

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16157
/proc/meminfo: memFree=29588568/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=1620552 CPUtime=1182.32
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 394515 0 0 0 115878 2354 0 0 25 0 1 0 133384564 1659445248 391724 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 405138 391724 390 719 0 404417 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1620552

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16158
/proc/meminfo: memFree=29514104/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=1689624 CPUtime=1242.32
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 412777 0 0 0 121764 2468 0 0 25 0 1 0 133384564 1730174976 409986 4089446400 4194304 7136930 140736183330944 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 422406 409986 390 719 0 421685 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1689624

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16159
/proc/meminfo: memFree=29444104/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=1756220 CPUtime=1302.32
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 430423 0 0 0 127648 2584 0 0 25 0 1 0 133384564 1798369280 427632 4089446400 4194304 7136930 140736183330944 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 439055 427632 390 719 0 438334 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1756220

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16161
/proc/meminfo: memFree=29370872/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=1825288 CPUtime=1362.32
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 448689 0 0 0 133525 2707 0 0 25 0 1 0 133384564 1869094912 445898 4089446400 4194304 7136930 140736183330944 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 456322 445898 390 719 0 455601 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1825288

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16163
/proc/meminfo: memFree=29297660/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=1893508 CPUtime=1422.33
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 466708 0 0 0 139407 2826 0 0 25 0 1 0 133384564 1938952192 463917 4089446400 4194304 7136930 140736183330944 18446744073709551615 4407969 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 473377 463917 390 719 0 472656 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1893508

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16165
/proc/meminfo: memFree=29224532/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=1962428 CPUtime=1482.33
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 484969 0 0 0 145291 2942 0 0 25 0 1 0 133384564 2009526272 482178 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 490607 482178 390 719 0 489886 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1962428

[startup+1542.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 16166
/proc/meminfo: memFree=29150212/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2032800 CPUtime=1542.33
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 503563 0 0 0 151173 3060 0 0 25 0 1 0 133384564 2081587200 500772 4089446400 4194304 7136930 140736183330944 18446744073709551615 5892251 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 508200 500772 390 719 0 507479 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2032800

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 16167
/proc/meminfo: memFree=29076976/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2101852 CPUtime=1602.33
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 521822 0 0 0 157056 3177 0 0 25 0 1 0 133384564 2152296448 519031 4089446400 4194304 7136930 140736183330944 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 525463 519031 390 719 0 524742 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2101852

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 16169
/proc/meminfo: memFree=29004108/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2170248 CPUtime=1662.33
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 539920 0 0 0 162942 3291 0 0 25 0 1 0 133384564 2222333952 537129 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 542562 537129 390 719 0 541841 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2170248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16171
/proc/meminfo: memFree=28932880/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2237708 CPUtime=1722.32
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 557757 0 0 0 168821 3411 0 0 25 0 1 0 133384564 2291412992 554966 4089446400 4194304 7136930 140736183330944 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 559427 554966 390 719 0 558706 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 2237708

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16173
/proc/meminfo: memFree=28859272/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2306200 CPUtime=1782.33
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 575910 0 0 0 174705 3528 0 0 25 0 1 0 133384564 2361548800 573119 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 576550 573119 390 719 0 575829 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 2306200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16173
/proc/meminfo: memFree=28838556/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2325700 CPUtime=1800.04
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 581077 0 0 0 176442 3562 0 0 25 0 1 0 133384564 2381516800 578286 4089446400 4194304 7136930 140736183330944 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16043/statm: 581425 578286 390 719 0 580704 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2325700

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16043

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16174
/proc/meminfo: memFree=28838176/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2325700 CPUtime=1800.74
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 581095 0 0 0 176512 3562 0 0 25 0 1 0 133384564 2381516800 578304 4089446400 4194304 7136930 140736183330944 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16043/statm: 581425 578304 396 719 0 580704 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 2325700

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16174
/proc/meminfo: memFree=28838176/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2325700 CPUtime=1801.53
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 581096 0 0 0 176591 3562 0 0 25 0 1 0 133384564 2381516800 578305 4089446400 4194304 7136930 140736183330944 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16043/statm: 581425 578305 396 719 0 580704 0
Current children cumulated CPU time (s) 1801.53
Current children cumulated vsize (KiB) 2325700

[startup+1801.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16174
/proc/meminfo: memFree=28838412/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2325700 CPUtime=1801.94
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 581096 0 0 0 176632 3562 0 0 25 0 1 0 133384564 2381516800 578305 4089446400 4194304 7136930 140736183330944 18446744073709551615 6165733 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16043/statm: 581425 578305 396 719 0 580704 0
Current children cumulated CPU time (s) 1801.94
Current children cumulated vsize (KiB) 2325700

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16174
/proc/meminfo: memFree=28838412/32951124 swapFree=67111528/67111528
[pid=16043] ppid=16041 vsize=2325700 CPUtime=1802.03
/proc/16043/stat : 16043 (pbscip.linux.x8) R 16041 16043 14469 0 -1 4202496 581096 0 0 0 176641 3562 0 0 25 0 1 0 133384564 2381516800 578305 4089446400 4194304 7136930 140736183330944 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16043/statm: 581425 578305 396 719 0 580704 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 2325700

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.12
CPU user time (s): 1766.42
CPU system time (s): 35.6966
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2325700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.42
system time used= 35.6966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 581096
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 991

runsolver used 2.54061 second user time and 5.73913 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 20:01:26
IDJOB=2694001
IDBENCH=79166
IDSOLVER=1206
FILE ID=node136/2694001-1277920886
PBS_JOBID= 11197279
Free space on /tmp= 74136 MiB

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

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

MD5SUM BENCH= 6ff912dc2f2e680571fd49caa2fcd856
RANDOM SEED=397124866

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27543964 kB
Buffers:        203940 kB
Cached:        1378092 kB
SwapCached:          0 kB
Active:        4335984 kB
Inactive:       917896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27543964 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3528 kB
Writeback:           4 kB
AnonPages:     3671752 kB
Mapped:          15080 kB
Slab:            82944 kB
PageTables:      11936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3821888 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= 74136 MiB
End job on node136 at 2010-06-30 20:31:28