Trace number 2693993

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 (MO) 1540.65 1540.63

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_25_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMcad14126bbe64a82703c3144c4e347cd
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.050991
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1000
Total number of constraints90
Number of soft constraints90
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Top cost 4573
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4572
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-2693993-1277920546.wbo>
0.00/0.00	c original problem has 1180 variables (1090 bin, 0 int, 0 impl, 90 cont) and 181 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	o 4572
0.00/0.01	c feasible solution found by trivial heuristic, objective value  4.572000e+03
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 90 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 90 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 90 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/1090 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 90 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  90 implications, 0 cliques
0.00/0.01	c presolved problem has 1180 variables (1090 bin, 0 int, 0 impl, 90 cont) and 180 constraints
0.00/0.01	c      90 constraints of type <indicator>
0.00/0.01	c      90 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c t 0.0s|     1 |     2 |     0 |     - |2424k|   0 |   - |1180 | 180 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
0.89/0.97	c   0.9s| 10000 |  9840 |     0 |   0.0 |6339k| 559 |   - |1180 | 959 |   0 |   0 |   0 | 807 |   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
1.89/1.99	c   1.9s| 20000 | 19592 |     0 |   0.0 |  10M| 559 |   - |1180 |2045 |   0 |   0 |   0 |2108 |   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
2.89/2.97	c   2.8s| 30000 | 29321 |     0 |   0.0 |  13M| 559 |   - |1180 |2387 |   0 |   0 |   0 |3534 |   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
3.89/3.92	c   3.7s| 40000 | 38927 |     0 |   0.0 |  16M| 559 |   - |1180 |3143 |   0 |   0 |   0 |5524 |   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
4.89/4.98	c   4.7s| 50000 | 47616 |     0 |   0.0 |  23M| 559 |   - |1180 |8568 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
6.19/6.23	c   5.9s| 60000 | 57425 |     0 |   0.0 |  26M| 560 |   - |1180 |2047 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
7.18/7.29	c   7.0s| 70000 | 67239 |     0 |   0.0 |  29M| 560 |   - |1180 |1118 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
8.18/8.27	c   7.9s| 80000 | 77054 |     0 |   0.0 |  31M| 560 |   - |1180 |1024 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
9.19/9.27	c   8.8s| 90000 | 86859 |     0 |   0.0 |  34M| 560 |   - |1180 | 948 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
10.29/10.33	c   9.8s|100000 | 96658 |     0 |   0.0 |  37M| 560 |   - |1180 | 895 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
11.18/11.29	c  10.8s|110000 |106458 |     0 |   0.0 |  40M| 560 |   - |1180 | 877 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
12.28/12.32	c  11.7s|120000 |116253 |     0 |   0.0 |  43M| 560 |   - |1180 | 852 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
13.28/13.37	c  12.8s|130000 |126075 |     0 |   0.0 |  46M| 560 |   - |1180 | 857 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
14.38/14.43	c  13.8s|140000 |135889 |     0 |   0.0 |  49M| 560 |   - |1180 | 828 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
15.39/15.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.39/15.50	c  14.8s|150000 |145701 |     0 |   0.0 |  52M| 560 |   - |1180 | 815 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
16.39/16.49	c  15.7s|160000 |155510 |     0 |   0.0 |  55M| 560 |   - |1180 | 899 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
17.38/17.45	c  16.6s|170000 |165318 |     0 |   0.0 |  58M| 560 |   - |1180 | 916 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
18.38/18.41	c  17.5s|180000 |175114 |     0 |   0.0 |  61M| 560 |   - |1180 | 944 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
19.28/19.36	c  18.4s|190000 |184930 |     0 |   0.0 |  64M| 560 |   - |1180 | 957 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
20.28/20.33	c  19.3s|200000 |194722 |     0 |   0.0 |  67M| 560 |   - |1180 | 974 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
21.18/21.29	c  20.2s|210000 |204521 |     0 |   0.0 |  70M| 560 |   - |1180 | 983 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
22.18/22.24	c  21.1s|220000 |214312 |     0 |   0.0 |  73M| 560 |   - |1180 | 998 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
23.18/23.20	c  22.0s|230000 |224114 |     0 |   0.0 |  76M| 560 |   - |1180 | 913 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
24.08/24.16	c  22.9s|240000 |233900 |     0 |   0.0 |  79M| 560 |   - |1180 | 932 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
25.08/25.11	c  23.8s|250000 |243682 |     0 |   0.0 |  82M| 560 |   - |1180 |1004 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
25.98/26.08	c  24.7s|260000 |253451 |     0 |   0.0 |  85M| 560 |   - |1180 |1034 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
26.98/27.05	c  25.6s|270000 |263229 |     0 |   0.0 |  88M| 560 |   - |1180 |1041 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
27.98/28.01	c  26.5s|280000 |272989 |     0 |   0.0 |  91M| 560 |   - |1180 |1106 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
28.88/28.97	c  27.4s|290000 |282767 |     0 |   0.0 |  94M| 560 |   - |1180 |1116 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
29.88/29.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.88/29.94	c  28.4s|300000 |292523 |     0 |   0.0 |  97M| 560 |   - |1180 |1142 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
30.78/30.89	c  29.2s|310000 |302298 |     0 |   0.0 | 100M| 560 |   - |1180 |1194 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
31.79/31.86	c  30.1s|320000 |312067 |     0 |   0.0 | 103M| 560 |   - |1180 |1190 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
32.78/32.81	c  31.0s|330000 |321878 |     0 |   0.0 | 105M| 560 |   - |1180 |1116 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
33.68/33.76	c  31.9s|340000 |331669 |     0 |   0.0 | 108M| 560 |   - |1180 |1156 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
34.68/34.71	c  32.8s|350000 |341458 |     0 |   0.0 | 111M| 560 |   - |1180 |1114 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
35.58/35.66	c  33.7s|360000 |351226 |     0 |   0.0 | 114M| 560 |   - |1180 |1125 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
36.58/36.61	c  34.6s|370000 |360994 |     0 |   0.0 | 117M| 560 |   - |1180 |1200 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
37.48/37.57	c  35.5s|380000 |370766 |     0 |   0.0 | 120M| 560 |   - |1180 |1248 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
38.49/38.54	c  36.4s|390000 |380528 |     0 |   0.0 | 123M| 560 |   - |1180 |1291 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
39.48/39.51	c  37.3s|400000 |390292 |     0 |   0.0 | 126M| 560 |   - |1180 |1252 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
40.38/40.47	c  38.2s|410000 |400052 |     0 |   0.0 | 129M| 560 |   - |1180 |1227 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
41.38/41.43	c  39.1s|420000 |409826 |     0 |   0.0 | 132M| 560 |   - |1180 |1227 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
42.28/42.38	c  40.0s|430000 |419612 |     0 |   0.0 | 135M| 560 |   - |1180 |1176 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
43.28/43.35	c  40.9s|440000 |429382 |     0 |   0.0 | 138M| 560 |   - |1180 |1271 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
44.28/44.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.28/44.30	c  41.8s|450000 |439160 |     0 |   0.0 | 141M| 560 |   - |1180 |1289 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
45.18/45.25	c  42.7s|460000 |448934 |     0 |   0.0 | 144M| 560 |   - |1180 |1269 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
46.18/46.21	c  43.6s|470000 |458712 |     0 |   0.0 | 147M| 560 |   - |1180 |1203 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
47.08/47.17	c  44.5s|480000 |468477 |     0 |   0.0 | 150M| 560 |   - |1180 |1265 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
48.08/48.13	c  45.4s|490000 |478253 |     0 |   0.0 | 153M| 560 |   - |1180 |1274 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
49.08/49.10	c  46.3s|500000 |488014 |     0 |   0.0 | 156M| 560 |   - |1180 |1291 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
49.98/50.06	c  47.2s|510000 |497767 |     0 |   0.0 | 159M| 560 |   - |1180 |1265 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
50.97/51.02	c  48.1s|520000 |507519 |     0 |   0.0 | 162M| 560 |   - |1180 |1283 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
51.88/51.98	c  49.0s|530000 |517264 |     0 |   0.0 | 165M| 560 |   - |1180 |1335 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
52.88/52.94	c  49.9s|540000 |527031 |     0 |   0.0 | 168M| 560 |   - |1180 |1322 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
53.78/53.90	c  50.8s|550000 |536794 |     0 |   0.0 | 171M| 560 |   - |1180 |1322 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
54.78/54.85	c  51.7s|560000 |546559 |     0 |   0.0 | 174M| 560 |   - |1180 |1296 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
55.78/55.80	c  52.6s|570000 |556324 |     0 |   0.0 | 177M| 560 |   - |1180 |1404 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
56.68/56.76	c  53.5s|580000 |566077 |     0 |   0.0 | 180M| 560 |   - |1180 |1353 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
57.67/57.73	c  54.4s|590000 |575810 |     0 |   0.0 | 183M| 560 |   - |1180 |1437 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
58.58/58.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.58/58.67	c  55.3s|600000 |585574 |     0 |   0.0 | 186M| 560 |   - |1180 |1393 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
59.58/59.63	c  56.2s|610000 |595322 |     0 |   0.0 | 189M| 560 |   - |1180 |1442 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
60.58/60.60	c  57.1s|620000 |605058 |     0 |   0.0 | 192M| 560 |   - |1180 |1479 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
61.49/61.55	c  58.0s|630000 |614817 |     0 |   0.0 | 195M| 560 |   - |1180 |1415 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
62.48/62.52	c  58.9s|640000 |624567 |     0 |   0.0 | 198M| 560 |   - |1180 |1441 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
63.37/63.49	c  59.8s|650000 |634309 |     0 |   0.0 | 201M| 560 |   - |1180 |1449 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
64.38/64.45	c  60.7s|660000 |644062 |     0 |   0.0 | 204M| 560 |   - |1180 |1481 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
65.38/65.41	c  61.6s|670000 |653809 |     0 |   0.0 | 207M| 560 |   - |1180 |1483 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
66.27/66.38	c  62.5s|680000 |663552 |     0 |   0.0 | 210M| 560 |   - |1180 |1491 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
67.28/67.34	c  63.5s|690000 |673290 |     0 |   0.0 | 213M| 560 |   - |1180 |1517 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
68.18/68.29	c  64.4s|700000 |683040 |     0 |   0.0 | 216M| 560 |   - |1180 |1533 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
69.18/69.25	c  65.3s|710000 |692789 |     0 |   0.0 | 219M| 560 |   - |1180 |1571 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
70.17/70.21	c  66.2s|720000 |702524 |     0 |   0.0 | 222M| 560 |   - |1180 |1608 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
71.08/71.17	c  67.0s|730000 |712265 |     0 |   0.0 | 225M| 560 |   - |1180 |1538 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
72.07/72.14	c  68.0s|740000 |722011 |     0 |   0.0 | 228M| 560 |   - |1180 |1540 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
73.07/73.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.07/73.10	c  68.9s|750000 |731763 |     0 |   0.0 | 231M| 560 |   - |1180 |1579 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
73.98/74.07	c  69.8s|760000 |741499 |     0 |   0.0 | 234M| 560 |   - |1180 |1652 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
74.98/75.03	c  70.7s|770000 |751242 |     0 |   0.0 | 237M| 560 |   - |1180 |1616 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
75.89/75.98	c  71.6s|780000 |760986 |     0 |   0.0 | 240M| 560 |   - |1180 |1596 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
76.89/76.94	c  72.5s|790000 |770745 |     0 |   0.0 | 243M| 560 |   - |1180 |1541 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
77.78/77.89	c  73.3s|800000 |780485 |     0 |   0.0 | 246M| 560 |   - |1180 |1569 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
78.77/78.85	c  74.2s|810000 |790235 |     0 |   0.0 | 249M| 560 |   - |1180 |1591 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
79.78/79.83	c  75.2s|820000 |799948 |     0 |   0.0 | 252M| 560 |   - |1180 |1620 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
80.77/80.80	c  76.1s|830000 |809660 |     0 |   0.0 | 255M| 560 |   - |1180 |1689 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
81.68/81.75	c  77.0s|840000 |819404 |     0 |   0.0 | 258M| 560 |   - |1180 |1634 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
82.68/82.74	c  77.9s|850000 |829110 |     0 |   0.0 | 261M| 560 |   - |1180 |1762 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
83.59/83.68	c  78.8s|860000 |838843 |     0 |   0.0 | 264M| 560 |   - |1180 |1735 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
84.58/84.65	c  79.7s|870000 |848569 |     0 |   0.0 | 267M| 560 |   - |1180 |1760 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
85.57/85.60	c  80.6s|880000 |858322 |     0 |   0.0 | 270M| 560 |   - |1180 |1778 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
86.48/86.55	c  81.5s|890000 |868060 |     0 |   0.0 | 273M| 560 |   - |1180 |1763 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
87.48/87.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.48/87.53	c  82.4s|900000 |877784 |     0 |   0.0 | 276M| 560 |   - |1180 |1784 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
88.38/88.48	c  83.3s|910000 |887521 |     0 |   0.0 | 279M| 560 |   - |1180 |1773 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
89.38/89.44	c  84.2s|920000 |897231 |     0 |   0.0 | 282M| 560 |   - |1180 |1761 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
90.38/90.41	c  85.1s|930000 |906955 |     0 |   0.0 | 285M| 560 |   - |1180 |1780 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
91.29/91.36	c  86.0s|940000 |916687 |     0 |   0.0 | 288M| 560 |   - |1180 |1700 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
92.28/92.34	c  86.9s|950000 |926406 |     0 |   0.0 | 291M| 560 |   - |1180 |1666 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
93.18/93.28	c  87.8s|960000 |936153 |     0 |   0.0 | 294M| 560 |   - |1180 |1696 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
94.18/94.23	c  88.7s|970000 |945884 |     0 |   0.0 | 297M| 560 |   - |1180 |1699 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
95.07/95.18	c  89.6s|980000 |955630 |     0 |   0.0 | 300M| 560 |   - |1180 |1664 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
96.07/96.14	c  90.5s|990000 |965342 |     0 |   0.0 | 303M| 560 |   - |1180 |1730 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
97.08/97.11	c  91.3s|  1000k|975046 |     0 |   0.0 | 306M| 560 |   - |1180 |1746 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
97.98/98.06	c  92.2s|  1010k|984765 |     0 |   0.0 | 309M| 560 |   - |1180 |1879 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
98.98/99.03	c  93.1s|  1020k|994488 |     0 |   0.0 | 312M| 560 |   - |1180 |1847 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
99.88/99.98	c  94.0s|  1030k|  1004k|     0 |   0.0 | 315M| 560 |   - |1180 |1805 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
100.88/100.93	c  94.9s|  1040k|  1013k|     0 |   0.0 | 317M| 560 |   - |1180 |1741 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
101.78/101.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.78/101.89	c  95.8s|  1050k|  1023k|     0 |   0.0 | 320M| 560 |   - |1180 |1756 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
102.78/102.86	c  96.7s|  1060k|  1033k|     0 |   0.0 | 323M| 560 |   - |1180 |1768 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
103.78/103.82	c  97.5s|  1070k|  1043k|     0 |   0.0 | 326M| 560 |   - |1180 |1791 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
104.68/104.76	c  98.4s|  1080k|  1052k|     0 |   0.0 | 329M| 560 |   - |1180 |1783 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
105.67/105.73	c  99.3s|  1090k|  1062k|     0 |   0.0 | 332M| 560 |   - |1180 |1797 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
106.58/106.67	c   100s|  1100k|  1072k|     0 |   0.0 | 335M| 560 |   - |1180 |1897 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
107.57/107.63	c   101s|  1110k|  1082k|     0 |   0.0 | 338M| 560 |   - |1180 |1811 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
108.48/108.58	c   102s|  1120k|  1091k|     0 |   0.0 | 341M| 560 |   - |1180 |1800 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
109.48/109.54	c   103s|  1130k|  1101k|     0 |   0.0 | 344M| 560 |   - |1180 |1809 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
110.38/110.49	c   104s|  1140k|  1111k|     0 |   0.0 | 347M| 560 |   - |1180 |1897 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
111.37/111.44	c   105s|  1150k|  1120k|     0 |   0.0 | 350M| 560 |   - |1180 |1813 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
112.38/112.41	c   106s|  1160k|  1130k|     0 |   0.0 | 353M| 560 |   - |1180 |1810 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
113.28/113.36	c   107s|  1170k|  1140k|     0 |   0.0 | 356M| 560 |   - |1180 |1892 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
114.18/114.30	c   107s|  1180k|  1150k|     0 |   0.0 | 359M| 560 |   - |1180 |1836 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
115.17/115.24	c   108s|  1190k|  1159k|     0 |   0.0 | 362M| 560 |   - |1180 |1928 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
116.17/116.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.17/116.21	c   109s|  1200k|  1169k|     0 |   0.0 | 365M| 560 |   - |1180 |1917 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
117.08/117.15	c   110s|  1210k|  1179k|     0 |   0.0 | 368M| 560 |   - |1180 |1983 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
118.07/118.10	c   111s|  1220k|  1188k|     0 |   0.0 | 371M| 560 |   - |1180 |1878 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
118.97/119.09	c   112s|  1230k|  1198k|     0 |   0.0 | 375M| 560 |   - |1180 |2043 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
119.98/120.04	c   113s|  1240k|  1208k|     0 |   0.0 | 377M| 560 |   - |1180 |1896 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
120.98/121.02	c   114s|  1250k|  1218k|     0 |   0.0 | 381M| 560 |   - |1180 |1915 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
121.88/122.00	c   115s|  1260k|  1227k|     0 |   0.0 | 384M| 560 |   - |1180 |2028 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
122.87/122.97	c   116s|  1270k|  1237k|     0 |   0.0 | 387M| 560 |   - |1180 |1981 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
123.88/123.93	c   116s|  1280k|  1247k|     0 |   0.0 | 390M| 560 |   - |1180 |1984 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
124.87/124.90	c   117s|  1290k|  1256k|     0 |   0.0 | 393M| 560 |   - |1180 |1976 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
125.78/125.85	c   118s|  1300k|  1266k|     0 |   0.0 | 396M| 560 |   - |1180 |2054 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
126.78/126.81	c   119s|  1310k|  1276k|     0 |   0.0 | 399M| 560 |   - |1180 |1978 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
127.68/127.75	c   120s|  1320k|  1285k|     0 |   0.0 | 402M| 560 |   - |1180 |2057 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
128.68/128.72	c   121s|  1330k|  1295k|     0 |   0.0 | 405M| 560 |   - |1180 |1932 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
129.58/129.67	c   122s|  1340k|  1305k|     0 |   0.0 | 408M| 560 |   - |1180 |2224 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
130.58/130.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.58/130.65	c   123s|  1350k|  1314k|     0 |   0.0 | 411M| 560 |   - |1180 |2000 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
131.58/131.60	c   124s|  1360k|  1324k|     0 |   0.0 | 414M| 560 |   - |1180 |2088 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
132.48/132.57	c   125s|  1370k|  1334k|     0 |   0.0 | 417M| 560 |   - |1180 |2103 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
133.48/133.53	c   126s|  1380k|  1344k|     0 |   0.0 | 420M| 560 |   - |1180 |2195 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
134.48/134.50	c   126s|  1390k|  1353k|     0 |   0.0 | 423M| 560 |   - |1180 |2224 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
135.38/135.46	c   127s|  1400k|  1363k|     0 |   0.0 | 426M| 560 |   - |1180 |2158 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
136.38/136.44	c   128s|  1410k|  1373k|     0 |   0.0 | 429M| 560 |   - |1180 |2216 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
137.28/137.40	c   129s|  1420k|  1382k|     0 |   0.0 | 432M| 560 |   - |1180 |2170 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
138.28/138.34	c   130s|  1430k|  1392k|     0 |   0.0 | 435M| 560 |   - |1180 |2106 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
139.28/139.30	c   131s|  1440k|  1402k|     0 |   0.0 | 438M| 560 |   - |1180 |2118 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
140.17/140.25	c   132s|  1450k|  1411k|     0 |   0.0 | 441M| 560 |   - |1180 |2181 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
141.17/141.22	c   133s|  1460k|  1421k|     0 |   0.0 | 444M| 560 |   - |1180 |2122 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
142.07/142.16	c   134s|  1470k|  1431k|     0 |   0.0 | 447M| 560 |   - |1180 |2210 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
143.08/143.15	c   135s|  1480k|  1440k|     0 |   0.0 | 450M| 560 |   - |1180 |2144 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
143.98/144.10	c   135s|  1490k|  1450k|     0 |   0.0 | 453M| 560 |   - |1180 |2245 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
144.98/145.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
144.98/145.10	c   136s|  1500k|  1460k|     0 |   0.0 | 456M| 560 |   - |1180 |2138 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
145.98/146.06	c   137s|  1510k|  1469k|     0 |   0.0 | 459M| 560 |   - |1180 |2238 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
146.98/147.00	c   138s|  1520k|  1479k|     0 |   0.0 | 462M| 560 |   - |1180 |2147 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
147.88/147.97	c   139s|  1530k|  1489k|     0 |   0.0 | 465M| 560 |   - |1180 |2395 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
148.88/148.93	c   140s|  1540k|  1498k|     0 |   0.0 | 468M| 560 |   - |1180 |2234 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
149.88/149.93	c   141s|  1550k|  1508k|     0 |   0.0 | 471M| 560 |   - |1180 |2429 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
150.88/150.90	c   142s|  1560k|  1518k|     0 |   0.0 | 474M| 560 |   - |1180 |2311 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
151.79/151.85	c   143s|  1570k|  1527k|     0 |   0.0 | 477M| 560 |   - |1180 |2419 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
152.78/152.82	c   144s|  1580k|  1537k|     0 |   0.0 | 480M| 560 |   - |1180 |2293 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
153.68/153.77	c   145s|  1590k|  1547k|     0 |   0.0 | 483M| 560 |   - |1180 |2395 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
154.68/154.73	c   145s|  1600k|  1556k|     0 |   0.0 | 486M| 560 |   - |1180 |2264 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
155.58/155.69	c   146s|  1610k|  1566k|     0 |   0.0 | 489M| 560 |   - |1180 |2430 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
156.68/156.72	c   147s|  1620k|  1576k|     0 |   0.0 | 492M| 560 |   - |1180 |2373 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
157.58/157.67	c   148s|  1630k|  1585k|     0 |   0.0 | 495M| 560 |   - |1180 |2569 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
158.58/158.64	c   149s|  1640k|  1595k|     0 |   0.0 | 498M| 560 |   - |1180 |2309 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
159.58/159.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.58/159.60	c   150s|  1650k|  1605k|     0 |   0.0 | 501M| 560 |   - |1180 |2594 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
160.48/160.59	c   151s|  1660k|  1614k|     0 |   0.0 | 504M| 560 |   - |1180 |2346 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
161.48/161.53	c   152s|  1670k|  1624k|     0 |   0.0 | 507M| 560 |   - |1180 |2629 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
162.48/162.54	c   153s|  1680k|  1634k|     0 |   0.0 | 510M| 560 |   - |1180 |2348 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
163.48/163.51	c   154s|  1690k|  1643k|     0 |   0.0 | 513M| 560 |   - |1180 |2611 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
164.48/164.50	c   155s|  1700k|  1653k|     0 |   0.0 | 516M| 560 |   - |1180 |2434 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
165.38/165.45	c   155s|  1710k|  1663k|     0 |   0.0 | 520M| 560 |   - |1180 |2576 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
166.38/166.43	c   156s|  1720k|  1672k|     0 |   0.0 | 523M| 560 |   - |1180 |2460 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
167.38/167.40	c   157s|  1730k|  1682k|     0 |   0.0 | 526M| 560 |   - |1180 |2464 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
168.29/168.39	c   158s|  1740k|  1692k|     0 |   0.0 | 529M| 560 |   - |1180 |2524 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
169.28/169.36	c   159s|  1750k|  1701k|     0 |   0.0 | 532M| 560 |   - |1180 |2515 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
170.27/170.35	c   160s|  1760k|  1711k|     0 |   0.0 | 535M| 560 |   - |1180 |2586 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
171.28/171.33	c   161s|  1770k|  1721k|     0 |   0.0 | 538M| 560 |   - |1180 |2571 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
172.28/172.36	c   162s|  1780k|  1730k|     0 |   0.0 | 541M| 560 |   - |1180 |2640 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
173.28/173.33	c   163s|  1790k|  1740k|     0 |   0.0 | 544M| 560 |   - |1180 |2591 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
174.28/174.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.28/174.33	c   164s|  1800k|  1750k|     0 |   0.0 | 547M| 560 |   - |1180 |2531 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
175.28/175.33	c   165s|  1810k|  1759k|     0 |   0.0 | 550M| 560 |   - |1180 |2524 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
176.28/176.32	c   166s|  1820k|  1769k|     0 |   0.0 | 553M| 560 |   - |1180 |2581 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
177.18/177.28	c   166s|  1830k|  1778k|     0 |   0.0 | 556M| 560 |   - |1180 |2587 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
178.19/178.26	c   167s|  1840k|  1788k|     0 |   0.0 | 559M| 560 |   - |1180 |2527 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
179.19/179.21	c   168s|  1850k|  1798k|     0 |   0.0 | 562M| 560 |   - |1180 |2415 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
180.08/180.18	c   169s|  1860k|  1807k|     0 |   0.0 | 566M| 560 |   - |1180 |2535 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
181.08/181.19	c   170s|  1870k|  1817k|     0 |   0.0 | 569M| 560 |   - |1180 |2551 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
182.08/182.18	c   171s|  1880k|  1827k|     0 |   0.0 | 572M| 560 |   - |1180 |2600 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
183.08/183.14	c   172s|  1890k|  1836k|     0 |   0.0 | 575M| 560 |   - |1180 |2505 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
184.08/184.15	c   173s|  1900k|  1846k|     0 |   0.0 | 578M| 560 |   - |1180 |2630 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
185.08/185.11	c   174s|  1910k|  1856k|     0 |   0.0 | 581M| 560 |   - |1180 |2737 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
186.08/186.10	c   175s|  1920k|  1865k|     0 |   0.0 | 584M| 560 |   - |1180 |2821 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
186.98/187.08	c   176s|  1930k|  1875k|     0 |   0.0 | 587M| 560 |   - |1180 |2675 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
187.99/188.05	c   177s|  1940k|  1884k|     0 |   0.0 | 590M| 560 |   - |1180 |2729 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
188.98/189.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.98/189.02	c   178s|  1950k|  1894k|     0 |   0.0 | 593M| 560 |   - |1180 |2617 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
189.98/190.02	c   178s|  1960k|  1904k|     0 |   0.0 | 596M| 560 |   - |1180 |2722 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
190.98/191.01	c   179s|  1970k|  1913k|     0 |   0.0 | 599M| 560 |   - |1180 |2763 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
191.98/192.00	c   180s|  1980k|  1923k|     0 |   0.0 | 602M| 560 |   - |1180 |2705 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
192.88/192.99	c   181s|  1990k|  1933k|     0 |   0.0 | 605M| 560 |   - |1180 |2627 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
193.88/193.99	c   182s|  2000k|  1942k|     0 |   0.0 | 609M| 560 |   - |1180 |2740 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
194.88/194.95	c   183s|  2010k|  1952k|     0 |   0.0 | 612M| 560 |   - |1180 |2613 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
195.88/195.94	c   184s|  2020k|  1961k|     0 |   0.0 | 615M| 560 |   - |1180 |2772 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
196.78/196.90	c   185s|  2030k|  1971k|     0 |   0.0 | 618M| 560 |   - |1180 |2911 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
197.78/197.88	c   186s|  2040k|  1981k|     0 |   0.0 | 621M| 560 |   - |1180 |2786 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
198.78/198.83	c   187s|  2050k|  1990k|     0 |   0.0 | 624M| 560 |   - |1180 |2875 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
199.78/199.83	c   188s|  2060k|  2000k|     0 |   0.0 | 627M| 560 |   - |1180 |2819 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
200.68/200.79	c   189s|  2070k|  2010k|     0 |   0.0 | 630M| 560 |   - |1180 |2804 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
201.68/201.79	c   190s|  2080k|  2019k|     0 |   0.0 | 633M| 560 |   - |1180 |2889 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
202.68/202.77	c   190s|  2090k|  2029k|     0 |   0.0 | 636M| 560 |   - |1180 |2962 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
203.68/203.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.68/203.78	c   191s|  2100k|  2038k|     0 |   0.0 | 639M| 560 |   - |1180 |3007 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
204.68/204.72	c   192s|  2110k|  2048k|     0 |   0.0 | 642M| 560 |   - |1180 |2925 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
205.68/205.73	c   193s|  2120k|  2058k|     0 |   0.0 | 646M| 560 |   - |1180 |2927 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
206.58/206.68	c   194s|  2130k|  2067k|     0 |   0.0 | 649M| 560 |   - |1180 |2936 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
207.68/207.70	c   195s|  2140k|  2077k|     0 |   0.0 | 652M| 560 |   - |1180 |3049 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
208.58/208.69	c   196s|  2150k|  2086k|     0 |   0.0 | 655M| 560 |   - |1180 |3149 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
209.68/209.70	c   197s|  2160k|  2096k|     0 |   0.0 | 658M| 560 |   - |1180 |3135 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
210.58/210.65	c   198s|  2170k|  2106k|     0 |   0.0 | 661M| 560 |   - |1180 |3020 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
211.69/211.70	c   199s|  2180k|  2115k|     0 |   0.0 | 664M| 560 |   - |1180 |3041 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
212.58/212.68	c   200s|  2190k|  2125k|     0 |   0.0 | 667M| 560 |   - |1180 |3107 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
213.68/213.72	c   201s|  2200k|  2134k|     0 |   0.0 | 670M| 560 |   - |1180 |3071 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
214.68/214.72	c   202s|  2210k|  2144k|     0 |   0.0 | 674M| 560 |   - |1180 |3287 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
215.68/215.75	c   203s|  2220k|  2153k|     0 |   0.0 | 677M| 560 |   - |1180 |2998 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
216.68/216.73	c   204s|  2230k|  2163k|     0 |   0.0 | 680M| 560 |   - |1180 |3126 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
217.68/217.74	c   204s|  2240k|  2173k|     0 |   0.0 | 683M| 560 |   - |1180 |3066 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
218.68/218.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.68/218.75	c   205s|  2250k|  2182k|     0 |   0.0 | 686M| 560 |   - |1180 |3209 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
219.68/219.75	c   206s|  2260k|  2192k|     0 |   0.0 | 689M| 560 |   - |1180 |3235 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
220.68/220.72	c   207s|  2270k|  2201k|     0 |   0.0 | 692M| 560 |   - |1180 |3311 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
221.68/221.74	c   208s|  2280k|  2211k|     0 |   0.0 | 695M| 560 |   - |1180 |3127 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
222.68/222.70	c   209s|  2290k|  2221k|     0 |   0.0 | 698M| 560 |   - |1180 |3007 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
223.68/223.74	c   210s|  2300k|  2230k|     0 |   0.0 | 701M| 560 |   - |1180 |3195 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
224.68/224.71	c   211s|  2310k|  2240k|     0 |   0.0 | 705M| 560 |   - |1180 |3398 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
225.68/225.73	c   212s|  2320k|  2249k|     0 |   0.0 | 708M| 560 |   - |1180 |3130 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
226.68/226.72	c   213s|  2330k|  2259k|     0 |   0.0 | 711M| 560 |   - |1180 |3184 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
227.69/227.76	c   214s|  2340k|  2268k|     0 |   0.0 | 714M| 560 |   - |1180 |3239 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
228.68/228.77	c   215s|  2350k|  2278k|     0 |   0.0 | 717M| 560 |   - |1180 |3339 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
229.68/229.77	c   216s|  2360k|  2288k|     0 |   0.0 | 720M| 560 |   - |1180 |3192 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
230.68/230.74	c   217s|  2370k|  2297k|     0 |   0.0 | 723M| 560 |   - |1180 |3461 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
231.78/231.82	c   218s|  2380k|  2307k|     0 |   0.0 | 727M| 560 |   - |1180 |3332 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
232.78/232.82	c   219s|  2390k|  2316k|     0 |   0.0 | 730M| 560 |   - |1180 |3427 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
233.78/233.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.78/233.87	c   220s|  2400k|  2326k|     0 |   0.0 | 733M| 560 |   - |1180 |3378 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
234.78/234.83	c   220s|  2410k|  2335k|     0 |   0.0 | 736M| 560 |   - |1180 |3420 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
235.78/235.85	c   221s|  2420k|  2345k|     0 |   0.0 | 739M| 560 |   - |1180 |3407 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
236.79/236.85	c   222s|  2430k|  2355k|     0 |   0.0 | 742M| 560 |   - |1180 |3383 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
237.78/237.88	c   223s|  2440k|  2364k|     0 |   0.0 | 745M| 560 |   - |1180 |3391 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
238.78/238.86	c   224s|  2450k|  2374k|     0 |   0.0 | 748M| 560 |   - |1180 |3333 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
239.79/239.89	c   225s|  2460k|  2383k|     0 |   0.0 | 752M| 560 |   - |1180 |3390 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
240.78/240.88	c   226s|  2470k|  2393k|     0 |   0.0 | 755M| 560 |   - |1180 |3311 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
241.89/241.93	c   227s|  2480k|  2402k|     0 |   0.0 | 758M| 560 |   - |1180 |3499 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
242.78/242.89	c   228s|  2490k|  2412k|     0 |   0.0 | 761M| 560 |   - |1180 |3330 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
243.88/243.94	c   229s|  2500k|  2421k|     0 |   0.0 | 764M| 560 |   - |1180 |3396 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
244.88/244.99	c   230s|  2510k|  2431k|     0 |   0.0 | 767M| 560 |   - |1180 |3618 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
245.98/246.02	c   231s|  2520k|  2441k|     0 |   0.0 | 771M| 560 |   - |1180 |3737 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
246.98/247.04	c   232s|  2530k|  2450k|     0 |   0.0 | 774M| 560 |   - |1180 |3598 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
248.09/248.14	c   233s|  2540k|  2460k|     0 |   0.0 | 777M| 560 |   - |1180 |3591 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
249.28/249.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
249.28/249.31	c   234s|  2550k|  2469k|     0 |   0.0 | 780M| 560 |   - |1180 |3545 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
250.38/250.41	c   235s|  2560k|  2479k|     0 |   0.0 | 783M| 560 |   - |1180 |3831 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
251.48/251.55	c   236s|  2570k|  2488k|     0 |   0.0 | 786M| 560 |   - |1180 |3595 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
252.59/252.65	c   237s|  2580k|  2498k|     0 |   0.0 | 790M| 560 |   - |1180 |3861 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
253.79/253.80	c   238s|  2590k|  2507k|     0 |   0.0 | 793M| 560 |   - |1180 |3674 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
254.88/254.92	c   239s|  2600k|  2517k|     0 |   0.0 | 796M| 560 |   - |1180 |4080 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
255.98/256.06	c   240s|  2610k|  2526k|     0 |   0.0 | 799M| 560 |   - |1180 |3614 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
257.08/257.15	c   242s|  2620k|  2536k|     0 |   0.0 | 802M| 560 |   - |1180 |3773 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
258.19/258.22	c   243s|  2630k|  2545k|     0 |   0.0 | 805M| 560 |   - |1180 |3679 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
259.18/259.28	c   244s|  2640k|  2555k|     0 |   0.0 | 809M| 560 |   - |1180 |3908 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
260.28/260.37	c   245s|  2650k|  2564k|     0 |   0.0 | 812M| 560 |   - |1180 |3551 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
261.38/261.40	c   245s|  2660k|  2574k|     0 |   0.0 | 815M| 560 |   - |1180 |3863 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
262.38/262.46	c   246s|  2670k|  2583k|     0 |   0.0 | 818M| 560 |   - |1180 |3749 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
263.48/263.50	c   247s|  2680k|  2593k|     0 |   0.0 | 821M| 560 |   - |1180 |3973 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
264.48/264.57	c   248s|  2690k|  2602k|     0 |   0.0 | 825M| 560 |   - |1180 |3699 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
265.58/265.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.58/265.62	c   249s|  2700k|  2612k|     0 |   0.0 | 828M| 560 |   - |1180 |3850 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
266.68/266.75	c   251s|  2710k|  2621k|     0 |   0.0 | 831M| 560 |   - |1180 |3966 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
267.77/267.87	c   252s|  2720k|  2631k|     0 |   0.0 | 834M| 560 |   - |1180 |3941 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
268.87/268.98	c   252s|  2730k|  2640k|     0 |   0.0 | 837M| 560 |   - |1180 |3743 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
269.98/270.03	c   253s|  2740k|  2650k|     0 |   0.0 | 840M| 560 |   - |1180 |3863 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
270.98/271.07	c   254s|  2750k|  2659k|     0 |   0.0 | 844M| 560 |   - |1180 |3990 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
272.07/272.15	c   255s|  2760k|  2669k|     0 |   0.0 | 847M| 560 |   - |1180 |3846 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
273.18/273.26	c   256s|  2770k|  2678k|     0 |   0.0 | 850M| 560 |   - |1180 |4197 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
274.38/274.45	c   257s|  2780k|  2688k|     0 |   0.0 | 853M| 560 |   - |1180 |3969 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
275.38/275.49	c   258s|  2790k|  2697k|     0 |   0.0 | 857M| 560 |   - |1180 |4200 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
276.48/276.56	c   259s|  2800k|  2707k|     0 |   0.0 | 860M| 560 |   - |1180 |3922 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
277.58/277.60	c   260s|  2810k|  2716k|     0 |   0.0 | 863M| 560 |   - |1180 |4442 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
278.67/278.75	c   261s|  2820k|  2726k|     0 |   0.0 | 866M| 560 |   - |1180 |3987 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
279.78/279.85	c   262s|  2830k|  2735k|     0 |   0.0 | 869M| 560 |   - |1180 |4234 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
280.88/280.96	c   263s|  2840k|  2745k|     0 |   0.0 | 872M| 560 |   - |1180 |4118 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
281.98/282.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.98/282.04	c   264s|  2850k|  2754k|     0 |   0.0 | 876M| 560 |   - |1180 |4039 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
283.08/283.12	c   265s|  2860k|  2764k|     0 |   0.0 | 879M| 560 |   - |1180 |4238 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
284.18/284.21	c   266s|  2870k|  2773k|     0 |   0.0 | 882M| 560 |   - |1180 |4187 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
285.28/285.33	c   266s|  2880k|  2783k|     0 |   0.0 | 885M| 560 |   - |1180 |4364 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
286.38/286.42	c   267s|  2890k|  2792k|     0 |   0.0 | 889M| 560 |   - |1180 |4206 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
287.38/287.44	c   268s|  2900k|  2802k|     0 |   0.0 | 892M| 560 |   - |1180 |4489 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
288.58/288.66	c   269s|  2910k|  2811k|     0 |   0.0 | 895M| 560 |   - |1180 |4214 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
289.68/289.79	c   270s|  2920k|  2820k|     0 |   0.0 | 898M| 560 |   - |1180 |4493 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
290.88/290.93	c   271s|  2930k|  2830k|     0 |   0.0 | 901M| 560 |   - |1180 |4216 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
291.88/291.99	c   272s|  2940k|  2839k|     0 |   0.0 | 905M| 560 |   - |1180 |4369 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
293.18/293.20	c   273s|  2950k|  2849k|     0 |   0.0 | 908M| 560 |   - |1180 |4064 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
294.18/294.27	c   274s|  2960k|  2858k|     0 |   0.0 | 911M| 560 |   - |1180 |4284 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
295.28/295.36	c   275s|  2970k|  2867k|     0 |   0.0 | 914M| 560 |   - |1180 |4476 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
296.37/296.44	c   276s|  2980k|  2877k|     0 |   0.0 | 918M| 560 |   - |1180 |4212 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
297.48/297.54	c   277s|  2990k|  2886k|     0 |   0.0 | 921M| 560 |   - |1180 |4803 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
298.57/298.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
298.57/298.66	c   278s|  3000k|  2896k|     0 |   0.0 | 924M| 560 |   - |1180 |4375 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
299.68/299.72	c   279s|  3010k|  2905k|     0 |   0.0 | 927M| 560 |   - |1180 |4915 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
300.77/300.88	c   280s|  3020k|  2915k|     0 |   0.0 | 931M| 560 |   - |1180 |4377 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
301.97/302.00	c   281s|  3030k|  2924k|     0 |   0.0 | 934M| 560 |   - |1180 |4512 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
303.08/303.10	c   282s|  3040k|  2933k|     0 |   0.0 | 937M| 560 |   - |1180 |4504 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
304.17/304.22	c   283s|  3050k|  2943k|     0 |   0.0 | 940M| 560 |   - |1180 |4476 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
305.28/305.34	c   284s|  3060k|  2952k|     0 |   0.0 | 944M| 560 |   - |1180 |4993 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
306.48/306.51	c   285s|  3070k|  2962k|     0 |   0.0 | 947M| 560 |   - |1180 |4607 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
307.58/307.62	c   286s|  3080k|  2971k|     0 |   0.0 | 950M| 560 |   - |1180 |5153 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
308.78/308.86	c   287s|  3090k|  2980k|     0 |   0.0 | 953M| 560 |   - |1180 |4717 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
309.98/310.03	c   288s|  3100k|  2990k|     0 |   0.0 | 957M| 560 |   - |1180 |5037 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
311.19/311.24	c   289s|  3110k|  2999k|     0 |   0.0 | 960M| 560 |   - |1180 |5205 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
312.39/312.42	c   290s|  3120k|  3008k|     0 |   0.0 | 963M| 560 |   - |1180 |4894 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
313.48/313.51	c   291s|  3130k|  3018k|     0 |   0.0 | 967M| 560 |   - |1180 |5186 |   0 |   0 |   0 | 579k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
314.59/314.66	c   292s|  3140k|  3027k|     0 |   0.0 | 970M| 560 |   - |1180 |5018 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
315.68/315.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.68/315.79	c   293s|  3150k|  3037k|     0 |   0.0 | 973M| 560 |   - |1180 |5254 |   0 |   0 |   0 | 585k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
316.88/317.00	c   294s|  3160k|  3046k|     0 |   0.0 | 977M| 560 |   - |1180 |5249 |   0 |   0 |   0 | 589k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
318.08/318.16	c   295s|  3170k|  3055k|     0 |   0.0 | 980M| 560 |   - |1180 |4944 |   0 |   0 |   0 | 592k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
319.28/319.32	c   296s|  3180k|  3065k|     0 |   0.0 | 983M| 560 |   - |1180 |5253 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
320.48/320.56	c   297s|  3190k|  3074k|     0 |   0.0 | 986M| 560 |   - |1180 |5138 |   0 |   0 |   0 | 598k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
321.58/321.67	c   298s|  3200k|  3083k|     0 |   0.0 | 990M| 560 |   - |1180 |5437 |   0 |   0 |   0 | 602k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
322.78/322.85	c   299s|  3210k|  3093k|     0 |   0.0 | 993M| 560 |   - |1180 |5429 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
323.98/324.00	c   300s|  3220k|  3102k|     0 |   0.0 | 996M| 560 |   - |1180 |5133 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
325.08/325.13	c   301s|  3230k|  3111k|     0 |   0.0 |1000M| 560 |   - |1180 |5622 |   0 |   0 |   0 | 612k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
326.38/326.40	c   302s|  3240k|  3121k|     0 |   0.0 |1003M| 560 |   - |1180 |5145 |   0 |   0 |   0 | 615k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
327.58/327.61	c   303s|  3250k|  3130k|     0 |   0.0 |1006M| 560 |   - |1180 |5569 |   0 |   0 |   0 | 619k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
328.78/328.82	c   304s|  3260k|  3139k|     0 |   0.0 |1010M| 560 |   - |1180 |5433 |   0 |   0 |   0 | 622k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
329.99/330.06	c   305s|  3270k|  3149k|     0 |   0.0 |1013M| 560 |   - |1180 |5312 |   0 |   0 |   0 | 626k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
331.18/331.26	c   306s|  3280k|  3158k|     0 |   0.0 |1016M| 560 |   - |1180 |6068 |   0 |   0 |   0 | 630k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
332.38/332.49	c   307s|  3290k|  3167k|     0 |   0.0 |1020M| 560 |   - |1180 |5565 |   0 |   0 |   0 | 633k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
333.58/333.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.58/333.68	c   308s|  3300k|  3177k|     0 |   0.0 |1023M| 560 |   - |1180 |5353 |   0 |   0 |   0 | 637k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
334.88/334.90	c   309s|  3310k|  3186k|     0 |   0.0 |1026M| 560 |   - |1180 |5900 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
335.98/336.09	c   310s|  3320k|  3195k|     0 |   0.0 |1030M| 560 |   - |1180 |5510 |   0 |   0 |   0 | 644k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
337.28/337.33	c   312s|  3330k|  3204k|     0 |   0.0 |1033M| 560 |   - |1180 |5365 |   0 |   0 |   0 | 648k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
338.48/338.53	c   313s|  3340k|  3214k|     0 |   0.0 |1037M| 560 |   - |1180 |5885 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
339.68/339.74	c   314s|  3350k|  3223k|     0 |   0.0 |1040M| 560 |   - |1180 |5528 |   0 |   0 |   0 | 655k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
340.99/341.06	c   315s|  3360k|  3232k|     0 |   0.0 |1043M| 560 |   - |1180 |5527 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
342.28/342.34	c   316s|  3370k|  3241k|     0 |   0.0 |1047M| 560 |   - |1180 |6121 |   0 |   0 |   0 | 663k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
343.48/343.59	c   317s|  3380k|  3251k|     0 |   0.0 |1050M| 560 |   - |1180 |5699 |   0 |   0 |   0 | 667k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
344.78/344.82	c   318s|  3390k|  3260k|     0 |   0.0 |1053M| 560 |   - |1180 |5564 |   0 |   0 |   0 | 671k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
345.98/346.05	c   319s|  3400k|  3269k|     0 |   0.0 |1057M| 560 |   - |1180 |6076 |   0 |   0 |   0 | 675k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
347.38/347.40	c   320s|  3410k|  3278k|     0 |   0.0 |1060M| 560 |   - |1180 |5857 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
348.69/348.72	c   322s|  3420k|  3287k|     0 |   0.0 |1064M| 560 |   - |1180 |5696 |   0 |   0 |   0 | 683k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
349.88/349.93	c   323s|  3430k|  3297k|     0 |   0.0 |1067M| 560 |   - |1180 |5912 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
351.08/351.19	c   324s|  3440k|  3306k|     0 |   0.0 |1070M| 560 |   - |1180 |5786 |   0 |   0 |   0 | 691k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
352.47/352.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.47/352.50	c   325s|  3450k|  3315k|     0 |   0.0 |1074M| 560 |   - |1180 |5719 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
353.68/353.73	c   326s|  3460k|  3324k|     0 |   0.0 |1077M| 560 |   - |1180 |6062 |   0 |   0 |   0 | 700k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
354.98/355.06	c   327s|  3470k|  3333k|     0 |   0.0 |1081M| 560 |   - |1180 |6219 |   0 |   0 |   0 | 704k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
356.28/356.35	c   328s|  3480k|  3343k|     0 |   0.0 |1084M| 560 |   - |1180 |6063 |   0 |   0 |   0 | 708k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
357.58/357.66	c   329s|  3490k|  3352k|     0 |   0.0 |1088M| 560 |   - |1180 |6716 |   0 |   0 |   0 | 712k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
358.88/358.99	c   331s|  3500k|  3361k|     0 |   0.0 |1091M| 560 |   - |1180 |6332 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
360.28/360.36	c   332s|  3510k|  3370k|     0 |   0.0 |1095M| 560 |   - |1180 |6088 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
361.58/361.60	c   333s|  3520k|  3379k|     0 |   0.0 |1098M| 560 |   - |1180 |6073 |   0 |   0 |   0 | 726k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
362.88/362.94	c   334s|  3530k|  3388k|     0 |   0.0 |1102M| 560 |   - |1180 |6825 |   0 |   0 |   0 | 730k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
364.28/364.34	c   335s|  3540k|  3397k|     0 |   0.0 |1105M| 560 |   - |1180 |6598 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
365.58/365.66	c   336s|  3550k|  3407k|     0 |   0.0 |1109M| 560 |   - |1180 |6273 |   0 |   0 |   0 | 739k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
366.88/366.99	c   338s|  3560k|  3416k|     0 |   0.0 |1112M| 560 |   - |1180 |6612 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
368.28/368.36	c   339s|  3570k|  3425k|     0 |   0.0 |1116M| 560 |   - |1180 |6915 |   0 |   0 |   0 | 749k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
369.68/369.71	c   340s|  3580k|  3434k|     0 |   0.0 |1119M| 560 |   - |1180 |6646 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
370.98/371.06	c   341s|  3590k|  3443k|     0 |   0.0 |1122M| 560 |   - |1180 |6052 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
372.28/372.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
372.28/372.39	c   342s|  3600k|  3452k|     0 |   0.0 |1126M| 560 |   - |1180 |6151 |   0 |   0 |   0 | 763k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
373.68/373.71	c   344s|  3610k|  3461k|     0 |   0.0 |1130M| 560 |   - |1180 |7254 |   0 |   0 |   0 | 768k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
375.18/375.23	c   345s|  3620k|  3470k|     0 |   0.0 |1133M| 560 |   - |1180 |6832 |   0 |   0 |   0 | 773k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
376.58/376.65	c   346s|  3630k|  3479k|     0 |   0.0 |1137M| 560 |   - |1180 |6938 |   0 |   0 |   0 | 778k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
377.98/378.01	c   347s|  3640k|  3488k|     0 |   0.0 |1140M| 560 |   - |1180 |6619 |   0 |   0 |   0 | 783k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
379.49/379.53	c   349s|  3650k|  3497k|     0 |   0.0 |1144M| 560 |   - |1180 |6644 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
380.88/380.92	c   350s|  3660k|  3506k|     0 |   0.0 |1148M| 560 |   - |1180 |7394 |   0 |   0 |   0 | 793k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
382.28/382.33	c   351s|  3670k|  3515k|     0 |   0.0 |1151M| 560 |   - |1180 |7498 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
383.68/383.79	c   352s|  3680k|  3524k|     0 |   0.0 |1155M| 560 |   - |1180 |7126 |   0 |   0 |   0 | 804k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
385.28/385.31	c   354s|  3690k|  3533k|     0 |   0.0 |1158M| 560 |   - |1180 |7032 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
386.78/386.83	c   355s|  3700k|  3542k|     0 |   0.0 |1162M| 560 |   - |1180 |7047 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
388.28/388.34	c   356s|  3710k|  3551k|     0 |   0.0 |1166M| 560 |   - |1180 |6951 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
389.88/389.90	c   358s|  3720k|  3559k|     0 |   0.0 |1169M| 560 |   - |1180 |7058 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
391.38/391.44	c   359s|  3730k|  3568k|     0 |   0.0 |1173M| 560 |   - |1180 |7046 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
392.88/392.98	c   361s|  3740k|  3577k|     0 |   0.0 |1177M| 560 |   - |1180 |7690 |   0 |   0 |   0 | 838k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
394.48/394.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
394.48/394.50	c   362s|  3750k|  3586k|     0 |   0.0 |1180M| 560 |   - |1180 |7845 |   0 |   0 |   0 | 844k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
396.08/396.11	c   363s|  3760k|  3595k|     0 |   0.0 |1184M| 560 |   - |1180 |8318 |   0 |   0 |   0 | 851k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
397.68/397.75	c   365s|  3770k|  3603k|     0 |   0.0 |1188M| 560 |   - |1180 |8547 |   0 |   0 |   0 | 857k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
399.38/399.42	c   366s|  3780k|  3612k|     0 |   0.0 |1192M| 560 |   - |1180 |8687 |   0 |   0 |   0 | 864k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
400.99/401.07	c   368s|  3790k|  3621k|     0 |   0.0 |1195M| 560 |   - |1180 |8716 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
402.68/402.73	c   369s|  3800k|  3630k|     0 |   0.0 |1199M| 560 |   - |1180 |8425 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
404.38/404.46	c   371s|  3810k|  3638k|     0 |   0.0 |1203M| 560 |   - |1180 |8455 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
406.18/406.26	c   372s|  3820k|  3647k|     0 |   0.0 |1207M| 560 |   - |1180 |8088 |   0 |   0 |   0 | 892k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
407.98/408.06	c   374s|  3830k|  3655k|     0 |   0.0 |1211M| 560 |   - |1180 |8275 |   0 |   0 |   0 | 899k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
409.78/409.84	c   376s|  3840k|  3664k|     0 |   0.0 |1214M| 560 |   - |1180 |8683 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
411.68/411.70	c   377s|  3850k|  3672k|     0 |   0.0 |1218M| 560 |   - |1180 |9048 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
413.49/413.53	c   379s|  3860k|  3681k|     0 |   0.0 |1222M| 560 |   - |1180 |9460 |   0 |   0 |   0 | 923k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
415.38/415.49	c   381s|  3870k|  3689k|     0 |   0.0 |1226M| 560 |   - |1180 |9577 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
417.48/417.50	c   383s|  3880k|  3697k|     0 |   0.0 |1230M| 560 |   - |1180 |9087 |   0 |   0 |   0 | 940k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
419.48/419.59	c   385s|  3890k|  3706k|     0 |   0.0 |1234M| 560 |   - |1180 |9440 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
421.48/421.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.48/421.55	c   386s|  3900k|  3714k|     0 |   0.0 |1238M| 560 |   - |1180 |9967 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
423.68/423.74	c   388s|  3910k|  3722k|     0 |   0.0 |1242M| 560 |   - |1180 |9858 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
425.88/425.92	c   390s|  3920k|  3730k|     0 |   0.0 |1246M| 560 |   - |1180 |9607 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
428.19/428.20	c   393s|  3930k|  3738k|     0 |   0.0 |1250M| 560 |   - |1180 |  10k|   0 |   0 |   0 | 989k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
430.39/430.42	c   395s|  3940k|  3746k|     0 |   0.0 |1254M| 560 |   - |1180 |9973 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
432.78/432.82	c   397s|  3950k|  3753k|     0 |   0.0 |1257M| 560 |   - |1180 |9690 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
435.08/435.19	c   399s|  3960k|  3761k|     0 |   0.0 |1261M| 560 |   - |1180 |  10k|   0 |   0 |   0 |1023k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
437.59/437.68	c   401s|  3970k|  3768k|     0 |   0.0 |1266M| 560 |   - |1180 |  11k|   0 |   0 |   0 |1036k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
440.18/440.26	c   404s|  3980k|  3776k|     0 |   0.0 |1269M| 560 |   - |1180 |  10k|   0 |   0 |   0 |1049k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
442.78/442.88	c   406s|  3990k|  3783k|     0 |   0.0 |1273M| 560 |   - |1180 |  11k|   0 |   0 |   0 |1063k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
445.48/445.55	c   409s|  4000k|  3790k|     0 |   0.0 |1277M| 560 |   - |1180 |  11k|   0 |   0 |   0 |1078k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
448.39/448.49	c   411s|  4010k|  3797k|     0 |   0.0 |1281M| 560 |   - |1180 |  10k|   0 |   0 |   0 |1093k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
450.99/451.06	c   414s|  4020k|  3804k|     0 |   0.0 |1284M| 560 |   - |1180 |  10k|   0 |   0 |   0 |1107k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
453.39/453.43	c   416s|  4030k|  3812k|     0 |   0.0 |1287M| 560 |   - |1180 |  10k|   0 |   0 |   0 |1118k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
455.48/455.55	c   418s|  4040k|  3820k|     0 |   0.0 |1291M| 560 |   - |1180 |  10k|   0 |   0 |   0 |1129k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
457.98/458.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
457.98/458.07	c   420s|  4050k|  3827k|     0 |   0.0 |1295M| 560 |   - |1180 |  10k|   0 |   0 |   0 |1141k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
461.08/461.13	c   423s|  4060k|  3833k|     0 |   0.0 |1302M| 560 |   - |1180 |  20k|   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
462.48/462.58	c   424s|  4070k|  3842k|     0 |   0.0 |1307M| 831 |   - |1180 |  23k|   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
463.59/463.63	c   425s|  4080k|  3852k|     0 |   0.0 |1306M| 834 |   - |1180 |  11k|   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
464.48/464.50	c   426s|  4090k|  3862k|     0 |   0.0 |1308M| 834 |   - |1180 |7901 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 4.572000e+03 |    Inf 
464.59/464.64	o 1067
464.59/464.64	c * 426s|  4091k|  3863k|     0 |   0.0 |1308M| 846 |   - |1180 |7879 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
465.38/465.45	c   427s|  4100k|  3872k|     0 |   0.0 |1310M| 846 |   - |1180 |7467 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
466.29/466.34	c   427s|  4110k|  3882k|     0 |   0.0 |1313M| 846 |   - |1180 |7068 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
467.19/467.23	c   428s|  4120k|  3892k|     0 |   0.0 |1315M| 846 |   - |1180 |6587 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
468.28/468.31	c   429s|  4130k|  3902k|     0 |   0.0 |1318M| 846 |   - |1180 |4998 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
469.28/469.39	c   430s|  4140k|  3911k|     0 |   0.0 |1321M| 846 |   - |1180 |2746 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
470.39/470.46	c   431s|  4150k|  3921k|     0 |   0.0 |1324M| 846 |   - |1180 |2593 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
471.48/471.52	c   432s|  4160k|  3931k|     0 |   0.0 |1327M| 846 |   - |1180 |2507 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
472.48/472.58	c   433s|  4170k|  3941k|     0 |   0.0 |1330M| 846 |   - |1180 |2487 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
473.59/473.67	c   434s|  4180k|  3951k|     0 |   0.0 |1333M| 846 |   - |1180 |2562 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
474.68/474.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.68/474.76	c   434s|  4190k|  3960k|     0 |   0.0 |1336M| 846 |   - |1180 |2667 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
475.99/476.04	c   436s|  4200k|  3970k|     0 |   0.0 |1339M| 846 |   - |1180 |2401 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
477.08/477.10	c   436s|  4210k|  3979k|     0 |   0.0 |1342M| 846 |   - |1180 |2195 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
478.09/478.15	c   437s|  4220k|  3989k|     0 |   0.0 |1345M| 846 |   - |1180 |2035 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
479.19/479.21	c   438s|  4230k|  3999k|     0 |   0.0 |1348M| 846 |   - |1180 |1945 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
480.19/480.27	c   439s|  4240k|  4009k|     0 |   0.0 |1351M| 846 |   - |1180 |1900 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
481.28/481.34	c   440s|  4250k|  4019k|     0 |   0.0 |1354M| 846 |   - |1180 |1792 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
482.38/482.40	c   441s|  4260k|  4028k|     0 |   0.0 |1358M| 846 |   - |1180 |1753 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
483.39/483.46	c   442s|  4270k|  4038k|     0 |   0.0 |1361M| 846 |   - |1180 |1692 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
484.48/484.53	c   443s|  4280k|  4048k|     0 |   0.0 |1364M| 846 |   - |1180 |1690 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
485.48/485.58	c   444s|  4290k|  4058k|     0 |   0.0 |1367M| 846 |   - |1180 |1585 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
486.58/486.63	c   445s|  4300k|  4068k|     0 |   0.0 |1370M| 846 |   - |1180 |1593 |   0 |   0 |   0 |1191k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
487.59/487.66	c   446s|  4310k|  4077k|     0 |   0.0 |1373M| 846 |   - |1180 |1583 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
488.68/488.70	c   446s|  4320k|  4087k|     0 |   0.0 |1376M| 846 |   - |1180 |1587 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
489.68/489.77	c   447s|  4330k|  4097k|     0 |   0.0 |1379M| 846 |   - |1180 |1583 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
490.78/490.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
490.78/490.81	c   448s|  4340k|  4107k|     0 |   0.0 |1382M| 846 |   - |1180 |1563 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
491.78/491.86	c   449s|  4350k|  4116k|     0 |   0.0 |1385M| 846 |   - |1180 |1536 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
492.88/492.93	c   450s|  4360k|  4126k|     0 |   0.0 |1388M| 846 |   - |1180 |1552 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
493.99/494.00	c   451s|  4370k|  4136k|     0 |   0.0 |1391M| 846 |   - |1180 |1563 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
494.99/495.06	c   452s|  4380k|  4146k|     0 |   0.0 |1394M| 846 |   - |1180 |1571 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
496.09/496.16	c   453s|  4390k|  4156k|     0 |   0.0 |1397M| 846 |   - |1180 |1528 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
497.09/497.19	c   454s|  4400k|  4165k|     0 |   0.0 |1400M| 846 |   - |1180 |1483 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
498.19/498.27	c   455s|  4410k|  4175k|     0 |   0.0 |1403M| 846 |   - |1180 |1521 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
499.28/499.35	c   456s|  4420k|  4185k|     0 |   0.0 |1406M| 846 |   - |1180 |1464 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
500.39/500.43	c   457s|  4430k|  4195k|     0 |   0.0 |1409M| 846 |   - |1180 |1491 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
501.38/501.48	c   458s|  4440k|  4205k|     0 |   0.0 |1412M| 846 |   - |1180 |1422 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
502.38/502.49	c   458s|  4450k|  4214k|     0 |   0.0 |1415M| 846 |   - |1180 |1414 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
503.48/503.54	c   459s|  4460k|  4224k|     0 |   0.0 |1418M| 846 |   - |1180 |1450 |   0 |   0 |   0 |1209k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
504.58/504.62	c   460s|  4470k|  4234k|     0 |   0.0 |1421M| 846 |   - |1180 |1510 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
505.58/505.66	c   461s|  4480k|  4244k|     0 |   0.0 |1424M| 846 |   - |1180 |1445 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
506.59/506.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
506.59/506.69	c   462s|  4490k|  4254k|     0 |   0.0 |1427M| 846 |   - |1180 |1444 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
507.68/507.79	c   463s|  4500k|  4263k|     0 |   0.0 |1430M| 846 |   - |1180 |1445 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
508.78/508.86	c   464s|  4510k|  4273k|     0 |   0.0 |1433M| 846 |   - |1180 |1426 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
509.89/509.92	c   465s|  4520k|  4283k|     0 |   0.0 |1436M| 846 |   - |1180 |1437 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
510.88/510.99	c   466s|  4530k|  4293k|     0 |   0.0 |1439M| 846 |   - |1180 |1432 |   0 |   0 |   0 |1217k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
511.98/512.08	c   467s|  4540k|  4302k|     0 |   0.0 |1442M| 846 |   - |1180 |1452 |   0 |   0 |   0 |1218k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
513.09/513.16	c   468s|  4550k|  4312k|     0 |   0.0 |1445M| 846 |   - |1180 |1424 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
514.19/514.20	c   468s|  4560k|  4322k|     0 |   0.0 |1448M| 846 |   - |1180 |1379 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
515.28/515.30	c   469s|  4570k|  4332k|     0 |   0.0 |1451M| 846 |   - |1180 |1382 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
516.29/516.34	c   470s|  4580k|  4342k|     0 |   0.0 |1454M| 846 |   - |1180 |1394 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
517.28/517.39	c   471s|  4590k|  4351k|     0 |   0.0 |1457M| 846 |   - |1180 |1370 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
518.39/518.47	c   472s|  4600k|  4361k|     0 |   0.0 |1460M| 846 |   - |1180 |1366 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
519.49/519.56	c   473s|  4610k|  4371k|     0 |   0.0 |1463M| 846 |   - |1180 |1443 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
520.58/520.62	c   474s|  4620k|  4381k|     0 |   0.0 |1466M| 846 |   - |1180 |1445 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
521.58/521.67	c   475s|  4630k|  4391k|     0 |   0.0 |1469M| 846 |   - |1180 |1500 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
522.59/522.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
522.59/522.69	c   476s|  4640k|  4400k|     0 |   0.0 |1472M| 846 |   - |1180 |1396 |   0 |   0 |   0 |1229k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
523.69/523.73	c   477s|  4650k|  4410k|     0 |   0.0 |1475M| 846 |   - |1180 |1420 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
524.79/524.80	c   478s|  4660k|  4420k|     0 |   0.0 |1478M| 846 |   - |1180 |1411 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
525.79/525.86	c   478s|  4670k|  4430k|     0 |   0.0 |1481M| 846 |   - |1180 |1384 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
526.89/526.93	c   479s|  4680k|  4440k|     0 |   0.0 |1484M| 846 |   - |1180 |1392 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
527.99/528.00	c   480s|  4690k|  4449k|     0 |   0.0 |1487M| 846 |   - |1180 |1435 |   0 |   0 |   0 |1234k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
528.98/529.09	c   481s|  4700k|  4459k|     0 |   0.0 |1490M| 846 |   - |1180 |1421 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
530.09/530.15	c   482s|  4710k|  4469k|     0 |   0.0 |1493M| 846 |   - |1180 |1367 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
531.08/531.19	c   483s|  4720k|  4479k|     0 |   0.0 |1496M| 846 |   - |1180 |1343 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
532.19/532.22	c   484s|  4730k|  4489k|     0 |   0.0 |1499M| 846 |   - |1180 |1326 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
533.19/533.28	c   485s|  4740k|  4498k|     0 |   0.0 |1502M| 846 |   - |1180 |1360 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
534.28/534.34	c   486s|  4750k|  4508k|     0 |   0.0 |1505M| 846 |   - |1180 |1332 |   0 |   0 |   0 |1241k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
535.39/535.42	c   487s|  4760k|  4518k|     0 |   0.0 |1508M| 846 |   - |1180 |1359 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
536.49/536.50	c   488s|  4770k|  4528k|     0 |   0.0 |1511M| 846 |   - |1180 |1327 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
537.49/537.56	c   489s|  4780k|  4538k|     0 |   0.0 |1514M| 846 |   - |1180 |1354 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
538.58/538.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
538.58/538.61	c   489s|  4790k|  4547k|     0 |   0.0 |1517M| 846 |   - |1180 |1366 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
539.59/539.63	c   490s|  4800k|  4557k|     0 |   0.0 |1520M| 846 |   - |1180 |1321 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
540.68/540.71	c   491s|  4810k|  4567k|     0 |   0.0 |1523M| 846 |   - |1180 |1346 |   0 |   0 |   0 |1248k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
541.69/541.76	c   492s|  4820k|  4577k|     0 |   0.0 |1526M| 846 |   - |1180 |1406 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
542.78/542.82	c   493s|  4830k|  4586k|     0 |   0.0 |1529M| 846 |   - |1180 |1446 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
543.88/543.91	c   494s|  4840k|  4596k|     0 |   0.0 |1532M| 846 |   - |1180 |1415 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
544.89/544.99	c   495s|  4850k|  4606k|     0 |   0.0 |1535M| 846 |   - |1180 |1410 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
545.98/546.03	c   496s|  4860k|  4616k|     0 |   0.0 |1538M| 846 |   - |1180 |1455 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
547.08/547.11	c   497s|  4870k|  4626k|     0 |   0.0 |1541M| 846 |   - |1180 |1461 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
548.09/548.18	c   498s|  4880k|  4635k|     0 |   0.0 |1544M| 846 |   - |1180 |1473 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
549.19/549.21	c   499s|  4890k|  4645k|     0 |   0.0 |1547M| 846 |   - |1180 |1392 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
550.18/550.25	c   500s|  4900k|  4655k|     0 |   0.0 |1550M| 846 |   - |1180 |1405 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
551.29/551.33	c   500s|  4910k|  4665k|     0 |   0.0 |1553M| 846 |   - |1180 |1424 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
552.39/552.41	c   501s|  4920k|  4675k|     0 |   0.0 |1556M| 846 |   - |1180 |1422 |   0 |   0 |   0 |1260k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
553.39/553.48	c   502s|  4930k|  4684k|     0 |   0.0 |1559M| 846 |   - |1180 |1375 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
554.48/554.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.48/554.55	c   503s|  4940k|  4694k|     0 |   0.0 |1562M| 846 |   - |1180 |1406 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
555.58/555.62	c   504s|  4950k|  4704k|     0 |   0.0 |1565M| 846 |   - |1180 |1408 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
556.59/556.68	c   505s|  4960k|  4714k|     0 |   0.0 |1568M| 846 |   - |1180 |1403 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
557.60/557.70	c   506s|  4970k|  4724k|     0 |   0.0 |1571M| 846 |   - |1180 |1387 |   0 |   0 |   0 |1266k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
558.79/558.80	c   507s|  4980k|  4733k|     0 |   0.0 |1574M| 846 |   - |1180 |1441 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
559.89/559.90	c   508s|  4990k|  4743k|     0 |   0.0 |1577M| 846 |   - |1180 |1419 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
560.99/561.02	c   509s|  5000k|  4753k|     0 |   0.0 |1579M| 846 |   - |1180 |1420 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
561.99/562.06	c   510s|  5010k|  4763k|     0 |   0.0 |1583M| 846 |   - |1180 |1426 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
563.10/563.11	c   511s|  5020k|  4772k|     0 |   0.0 |1586M| 846 |   - |1180 |1423 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
564.09/564.19	c   511s|  5030k|  4782k|     0 |   0.0 |1589M| 846 |   - |1180 |1465 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
565.19/565.24	c   512s|  5040k|  4792k|     0 |   0.0 |1592M| 846 |   - |1180 |1476 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
566.19/566.30	c   513s|  5050k|  4802k|     0 |   0.0 |1595M| 846 |   - |1180 |1494 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
567.28/567.32	c   514s|  5060k|  4812k|     0 |   0.0 |1598M| 846 |   - |1180 |1506 |   0 |   0 |   0 |1276k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
568.28/568.37	c   515s|  5070k|  4821k|     0 |   0.0 |1600M| 846 |   - |1180 |1501 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
569.39/569.47	c   516s|  5080k|  4831k|     0 |   0.0 |1603M| 846 |   - |1180 |1559 |   0 |   0 |   0 |1279k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
570.48/570.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
570.48/570.56	c   517s|  5090k|  4841k|     0 |   0.0 |1606M| 846 |   - |1180 |1538 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
571.59/571.62	c   518s|  5100k|  4851k|     0 |   0.0 |1609M| 846 |   - |1180 |1554 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
572.59/572.64	c   519s|  5110k|  4861k|     0 |   0.0 |1612M| 846 |   - |1180 |1490 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
573.69/573.74	c   520s|  5120k|  4870k|     0 |   0.0 |1615M| 846 |   - |1180 |1470 |   0 |   0 |   0 |1283k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
574.68/574.78	c   521s|  5130k|  4880k|     0 |   0.0 |1618M| 846 |   - |1180 |1474 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
575.78/575.83	c   521s|  5140k|  4890k|     0 |   0.0 |1621M| 846 |   - |1180 |1489 |   0 |   0 |   0 |1286k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
576.78/576.89	c   522s|  5150k|  4900k|     0 |   0.0 |1624M| 846 |   - |1180 |1479 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
577.89/577.95	c   523s|  5160k|  4909k|     0 |   0.0 |1627M| 846 |   - |1180 |1421 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
578.89/578.98	c   524s|  5170k|  4919k|     0 |   0.0 |1630M| 846 |   - |1180 |1428 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
579.99/580.03	c   525s|  5180k|  4929k|     0 |   0.0 |1633M| 846 |   - |1180 |1474 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
580.98/581.08	c   526s|  5190k|  4939k|     0 |   0.0 |1636M| 846 |   - |1180 |1471 |   0 |   0 |   0 |1291k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
582.09/582.16	c   527s|  5200k|  4949k|     0 |   0.0 |1639M| 846 |   - |1180 |1471 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
583.18/583.20	c   528s|  5210k|  4958k|     0 |   0.0 |1642M| 846 |   - |1180 |1442 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
584.18/584.26	c   529s|  5220k|  4968k|     0 |   0.0 |1645M| 846 |   - |1180 |1418 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
585.29/585.36	c   530s|  5230k|  4978k|     0 |   0.0 |1648M| 846 |   - |1180 |1451 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
586.39/586.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
586.39/586.45	c   531s|  5240k|  4988k|     0 |   0.0 |1651M| 846 |   - |1180 |1429 |   0 |   0 |   0 |1297k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
587.48/587.51	c   531s|  5250k|  4998k|     0 |   0.0 |1654M| 846 |   - |1180 |1476 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
588.59/588.60	c   532s|  5260k|  5007k|     0 |   0.0 |1657M| 846 |   - |1180 |1454 |   0 |   0 |   0 |1299k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
589.60/589.69	c   533s|  5270k|  5017k|     0 |   0.0 |1660M| 846 |   - |1180 |1509 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
590.69/590.76	c   534s|  5280k|  5027k|     0 |   0.0 |1663M| 846 |   - |1180 |1446 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
591.89/591.94	c   535s|  5290k|  5037k|     0 |   0.0 |1666M| 846 |   - |1180 |1496 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
592.89/592.98	c   536s|  5300k|  5046k|     0 |   0.0 |1669M| 846 |   - |1180 |1395 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
593.99/594.02	c   537s|  5310k|  5056k|     0 |   0.0 |1672M| 846 |   - |1180 |1447 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
595.00/595.09	c   538s|  5320k|  5066k|     0 |   0.0 |1675M| 846 |   - |1180 |1467 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
596.09/596.17	c   539s|  5330k|  5076k|     0 |   0.0 |1678M| 846 |   - |1180 |1429 |   0 |   0 |   0 |1308k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
597.09/597.19	c   540s|  5340k|  5086k|     0 |   0.0 |1681M| 846 |   - |1180 |1430 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
598.18/598.24	c   541s|  5350k|  5095k|     0 |   0.0 |1684M| 846 |   - |1180 |1489 |   0 |   0 |   0 |1310k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
599.28/599.32	c   542s|  5360k|  5105k|     0 |   0.0 |1687M| 846 |   - |1180 |1538 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
600.28/600.36	c   543s|  5370k|  5115k|     0 |   0.0 |1690M| 846 |   - |1180 |1463 |   0 |   0 |   0 |1312k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
601.38/601.43	c   543s|  5380k|  5125k|     0 |   0.0 |1693M| 846 |   - |1180 |1535 |   0 |   0 |   0 |1313k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
602.49/602.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
602.49/602.55	c   544s|  5390k|  5135k|     0 |   0.0 |1696M| 846 |   - |1180 |1511 |   0 |   0 |   0 |1314k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
603.58/603.61	c   545s|  5400k|  5144k|     0 |   0.0 |1699M| 846 |   - |1180 |1494 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
604.58/604.69	c   546s|  5410k|  5154k|     0 |   0.0 |1702M| 846 |   - |1180 |1480 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
605.69/605.75	c   547s|  5420k|  5164k|     0 |   0.0 |1705M| 846 |   - |1180 |1507 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
606.78/606.83	c   548s|  5430k|  5174k|     0 |   0.0 |1708M| 846 |   - |1180 |1526 |   0 |   0 |   0 |1319k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
607.89/607.93	c   549s|  5440k|  5183k|     0 |   0.0 |1711M| 846 |   - |1180 |1501 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
608.99/609.01	c   550s|  5450k|  5193k|     0 |   0.0 |1714M| 846 |   - |1180 |1496 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
609.98/610.06	c   551s|  5460k|  5203k|     0 |   0.0 |1717M| 846 |   - |1180 |1470 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
611.08/611.12	c   552s|  5470k|  5213k|     0 |   0.0 |1720M| 846 |   - |1180 |1550 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
612.08/612.14	c   553s|  5480k|  5223k|     0 |   0.0 |1723M| 846 |   - |1180 |1454 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
613.09/613.17	c   554s|  5490k|  5232k|     0 |   0.0 |1726M| 846 |   - |1180 |1472 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
614.18/614.24	c   554s|  5500k|  5242k|     0 |   0.0 |1729M| 846 |   - |1180 |1477 |   0 |   0 |   0 |1327k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
615.19/615.29	c   555s|  5510k|  5252k|     0 |   0.0 |1732M| 846 |   - |1180 |1524 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
616.28/616.34	c   556s|  5520k|  5262k|     0 |   0.0 |1735M| 846 |   - |1180 |1543 |   0 |   0 |   0 |1329k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
617.38/617.45	c   557s|  5530k|  5272k|     0 |   0.0 |1738M| 846 |   - |1180 |1495 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
618.39/618.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
618.39/618.48	c   558s|  5540k|  5281k|     0 |   0.0 |1741M| 846 |   - |1180 |1471 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
619.48/619.51	c   559s|  5550k|  5291k|     0 |   0.0 |1744M| 846 |   - |1180 |1451 |   0 |   0 |   0 |1333k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
620.48/620.53	c   560s|  5560k|  5301k|     0 |   0.0 |1747M| 846 |   - |1180 |1461 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
621.58/621.64	c   561s|  5570k|  5311k|     0 |   0.0 |1750M| 846 |   - |1180 |1476 |   0 |   0 |   0 |1335k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
622.69/622.70	c   562s|  5580k|  5320k|     0 |   0.0 |1753M| 846 |   - |1180 |1540 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
623.69/623.79	c   563s|  5590k|  5330k|     0 |   0.0 |1756M| 846 |   - |1180 |1593 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
624.80/624.89	c   564s|  5600k|  5340k|     0 |   0.0 |1759M| 846 |   - |1180 |1607 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
625.89/625.96	c   564s|  5610k|  5350k|     0 |   0.0 |1762M| 846 |   - |1180 |1567 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
627.00/627.03	c   565s|  5620k|  5360k|     0 |   0.0 |1765M| 846 |   - |1180 |1570 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
627.99/628.08	c   566s|  5630k|  5369k|     0 |   0.0 |1768M| 846 |   - |1180 |1568 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
629.10/629.13	c   567s|  5640k|  5379k|     0 |   0.0 |1771M| 846 |   - |1180 |1582 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
630.09/630.17	c   568s|  5650k|  5389k|     0 |   0.0 |1774M| 846 |   - |1180 |1538 |   0 |   0 |   0 |1344k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
631.19/631.21	c   569s|  5660k|  5399k|     0 |   0.0 |1777M| 846 |   - |1180 |1556 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
632.18/632.28	c   570s|  5670k|  5409k|     0 |   0.0 |1780M| 846 |   - |1180 |1573 |   0 |   0 |   0 |1347k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
633.28/633.31	c   571s|  5680k|  5418k|     0 |   0.0 |1783M| 846 |   - |1180 |1548 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
634.29/634.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
634.29/634.32	c   572s|  5690k|  5428k|     0 |   0.0 |1786M| 846 |   - |1180 |1526 |   0 |   0 |   0 |1349k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
635.29/635.39	c   573s|  5700k|  5438k|     0 |   0.0 |1789M| 846 |   - |1180 |1540 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
636.39/636.44	c   574s|  5710k|  5448k|     0 |   0.0 |1792M| 846 |   - |1180 |1522 |   0 |   0 |   0 |1351k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
637.48/637.51	c   574s|  5720k|  5457k|     0 |   0.0 |1795M| 846 |   - |1180 |1503 |   0 |   0 |   0 |1352k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
638.49/638.58	c   575s|  5730k|  5467k|     0 |   0.0 |1798M| 846 |   - |1180 |1535 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
639.58/639.67	c   576s|  5740k|  5477k|     0 |   0.0 |1801M| 846 |   - |1180 |1517 |   0 |   0 |   0 |1355k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
640.68/640.72	c   577s|  5750k|  5487k|     0 |   0.0 |1804M| 846 |   - |1180 |1541 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
641.79/641.85	c   578s|  5760k|  5497k|     0 |   0.0 |1807M| 846 |   - |1180 |1576 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
642.89/642.90	c   579s|  5770k|  5506k|     0 |   0.0 |1810M| 846 |   - |1180 |1594 |   0 |   0 |   0 |1358k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
643.89/643.94	c   580s|  5780k|  5516k|     0 |   0.0 |1813M| 846 |   - |1180 |1557 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
644.99/645.01	c   581s|  5790k|  5526k|     0 |   0.0 |1816M| 846 |   - |1180 |1539 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
645.98/646.06	c   582s|  5800k|  5536k|     0 |   0.0 |1819M| 846 |   - |1180 |1595 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
647.08/647.13	c   583s|  5810k|  5546k|     0 |   0.0 |1822M| 846 |   - |1180 |1570 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
648.09/648.17	c   584s|  5820k|  5555k|     0 |   0.0 |1825M| 846 |   - |1180 |1584 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
649.19/649.25	c   584s|  5830k|  5565k|     0 |   0.0 |1828M| 846 |   - |1180 |1577 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
650.19/650.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
650.19/650.29	c   585s|  5840k|  5575k|     0 |   0.0 |1831M| 846 |   - |1180 |1578 |   0 |   0 |   0 |1366k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
651.29/651.35	c   586s|  5850k|  5585k|     0 |   0.0 |1834M| 846 |   - |1180 |1612 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
652.39/652.42	c   587s|  5860k|  5594k|     0 |   0.0 |1837M| 846 |   - |1180 |1566 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
653.40/653.47	c   588s|  5870k|  5604k|     0 |   0.0 |1840M| 846 |   - |1180 |1542 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
654.49/654.51	c   589s|  5880k|  5614k|     0 |   0.0 |1843M| 846 |   - |1180 |1533 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
655.59/655.61	c   590s|  5890k|  5624k|     0 |   0.0 |1846M| 846 |   - |1180 |1585 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
656.59/656.66	c   591s|  5900k|  5634k|     0 |   0.0 |1849M| 846 |   - |1180 |1585 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
657.69/657.71	c   592s|  5910k|  5643k|     0 |   0.0 |1852M| 846 |   - |1180 |1569 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
658.69/658.71	c   593s|  5920k|  5653k|     0 |   0.0 |1855M| 846 |   - |1180 |1567 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
659.79/659.81	c   593s|  5930k|  5663k|     0 |   0.0 |1858M| 846 |   - |1180 |1641 |   0 |   0 |   0 |1377k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
660.89/660.90	c   594s|  5940k|  5673k|     0 |   0.0 |1861M| 846 |   - |1180 |1601 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
661.88/661.99	c   595s|  5950k|  5683k|     0 |   0.0 |1864M| 846 |   - |1180 |1662 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
662.99/663.03	c   596s|  5960k|  5692k|     0 |   0.0 |1867M| 846 |   - |1180 |1627 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
664.09/664.12	c   597s|  5970k|  5702k|     0 |   0.0 |1870M| 846 |   - |1180 |1640 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
665.09/665.19	c   598s|  5980k|  5712k|     0 |   0.0 |1873M| 846 |   - |1180 |1632 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
666.19/666.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
666.19/666.22	c   599s|  5990k|  5722k|     0 |   0.0 |1876M| 846 |   - |1180 |1584 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
667.19/667.30	c   600s|  6000k|  5731k|     0 |   0.0 |1879M| 846 |   - |1180 |1561 |   0 |   0 |   0 |1385k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
668.29/668.31	c   601s|  6010k|  5741k|     0 |   0.0 |1882M| 846 |   - |1180 |1587 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
669.29/669.37	c   602s|  6020k|  5751k|     0 |   0.0 |1885M| 846 |   - |1180 |1568 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
670.38/670.45	c   603s|  6030k|  5761k|     0 |   0.0 |1888M| 846 |   - |1180 |1605 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
671.49/671.51	c   604s|  6040k|  5771k|     0 |   0.0 |1891M| 846 |   - |1180 |1651 |   0 |   0 |   0 |1389k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
672.48/672.55	c   604s|  6050k|  5780k|     0 |   0.0 |1894M| 846 |   - |1180 |1597 |   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
673.49/673.58	c   605s|  6060k|  5790k|     0 |   0.0 |1897M| 846 |   - |1180 |1585 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
674.59/674.61	c   606s|  6070k|  5800k|     0 |   0.0 |1900M| 846 |   - |1180 |1592 |   0 |   0 |   0 |1393k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
675.69/675.70	c   607s|  6080k|  5810k|     0 |   0.0 |1903M| 846 |   - |1180 |1694 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
676.68/676.79	c   608s|  6090k|  5819k|     0 |   0.0 |1906M| 846 |   - |1180 |1601 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
677.79/677.88	c   609s|  6100k|  5829k|     0 |   0.0 |1909M| 846 |   - |1180 |1614 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
678.89/678.95	c   610s|  6110k|  5839k|     0 |   0.0 |1912M| 846 |   - |1180 |1594 |   0 |   0 |   0 |1398k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
679.89/679.96	c   611s|  6120k|  5849k|     0 |   0.0 |1915M| 846 |   - |1180 |1553 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
680.99/681.01	c   612s|  6130k|  5859k|     0 |   0.0 |1918M| 846 |   - |1180 |1560 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
681.99/682.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
681.99/682.04	c   613s|  6140k|  5868k|     0 |   0.0 |1921M| 846 |   - |1180 |1596 |   0 |   0 |   0 |1401k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
683.10/683.13	c   614s|  6150k|  5878k|     0 |   0.0 |1924M| 846 |   - |1180 |1610 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
684.09/684.18	c   614s|  6160k|  5888k|     0 |   0.0 |1927M| 846 |   - |1180 |1633 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
685.20/685.21	c   615s|  6170k|  5898k|     0 |   0.0 |1930M| 846 |   - |1180 |1647 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
686.19/686.27	c   616s|  6180k|  5908k|     0 |   0.0 |1933M| 846 |   - |1180 |1635 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
687.29/687.30	c   617s|  6190k|  5917k|     0 |   0.0 |1936M| 846 |   - |1180 |1622 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
688.39/688.40	c   618s|  6200k|  5927k|     0 |   0.0 |1939M| 846 |   - |1180 |1604 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
689.39/689.47	c   619s|  6210k|  5937k|     0 |   0.0 |1942M| 846 |   - |1180 |1619 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
690.48/690.55	c   620s|  6220k|  5947k|     0 |   0.0 |1945M| 846 |   - |1180 |1650 |   0 |   0 |   0 |1410k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
691.59/691.61	c   621s|  6230k|  5956k|     0 |   0.0 |1948M| 846 |   - |1180 |1629 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
692.59/692.65	c   622s|  6240k|  5966k|     0 |   0.0 |1951M| 846 |   - |1180 |1563 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
693.59/693.68	c   623s|  6250k|  5976k|     0 |   0.0 |1954M| 846 |   - |1180 |1563 |   0 |   0 |   0 |1414k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
694.69/694.74	c   624s|  6260k|  5986k|     0 |   0.0 |1957M| 846 |   - |1180 |1617 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
695.68/695.76	c   624s|  6270k|  5996k|     0 |   0.0 |1960M| 846 |   - |1180 |1593 |   0 |   0 |   0 |1416k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
696.69/696.79	c   625s|  6280k|  6005k|     0 |   0.0 |1963M| 846 |   - |1180 |1536 |   0 |   0 |   0 |1417k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
697.79/697.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
697.79/697.84	c   626s|  6290k|  6015k|     0 |   0.0 |1966M| 846 |   - |1180 |1485 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
698.79/698.88	c   627s|  6300k|  6025k|     0 |   0.0 |1969M| 846 |   - |1180 |1500 |   0 |   0 |   0 |1420k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
699.89/699.94	c   628s|  6310k|  6035k|     0 |   0.0 |1972M| 846 |   - |1180 |1488 |   0 |   0 |   0 |1421k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
700.89/700.96	c   629s|  6320k|  6045k|     0 |   0.0 |1975M| 846 |   - |1180 |1481 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
701.99/702.00	c   630s|  6330k|  6054k|     0 |   0.0 |1978M| 846 |   - |1180 |1518 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
703.09/703.11	c   631s|  6340k|  6064k|     0 |   0.0 |1981M| 846 |   - |1180 |1494 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
704.09/704.18	c   632s|  6350k|  6074k|     0 |   0.0 |1984M| 846 |   - |1180 |1507 |   0 |   0 |   0 |1425k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
705.19/705.21	c   632s|  6360k|  6084k|     0 |   0.0 |1987M| 846 |   - |1180 |1440 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
706.20/706.25	c   633s|  6370k|  6094k|     0 |   0.0 |1990M| 846 |   - |1180 |1410 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
707.29/707.30	c   634s|  6380k|  6103k|     0 |   0.0 |1993M| 846 |   - |1180 |1387 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
708.30/708.35	c   635s|  6390k|  6113k|     0 |   0.0 |1996M| 846 |   - |1180 |1394 |   0 |   0 |   0 |1430k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
709.29/709.38	c   636s|  6400k|  6123k|     0 |   0.0 |1999M| 846 |   - |1180 |1440 |   0 |   0 |   0 |1431k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
710.38/710.45	c   637s|  6410k|  6133k|     0 |   0.0 |2002M| 846 |   - |1180 |1461 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
711.49/711.50	c   638s|  6420k|  6142k|     0 |   0.0 |2005M| 846 |   - |1180 |1515 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
712.48/712.54	c   639s|  6430k|  6152k|     0 |   0.0 |2008M| 846 |   - |1180 |1526 |   0 |   0 |   0 |1434k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
713.59/713.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
713.59/713.61	c   640s|  6440k|  6162k|     0 |   0.0 |2011M| 846 |   - |1180 |1578 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
714.58/714.68	c   641s|  6450k|  6172k|     0 |   0.0 |2013M| 846 |   - |1180 |1544 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
715.69/715.73	c   641s|  6460k|  6182k|     0 |   0.0 |2016M| 846 |   - |1180 |1518 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
716.69/716.79	c   642s|  6470k|  6191k|     0 |   0.0 |2020M| 846 |   - |1180 |1551 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
717.79/717.83	c   643s|  6480k|  6201k|     0 |   0.0 |2022M| 846 |   - |1180 |1482 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
718.89/718.90	c   644s|  6490k|  6211k|     0 |   0.0 |2025M| 846 |   - |1180 |1502 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
719.88/719.97	c   645s|  6500k|  6221k|     0 |   0.0 |2028M| 846 |   - |1180 |1495 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
720.99/721.01	c   646s|  6510k|  6230k|     0 |   0.0 |2031M| 846 |   - |1180 |1493 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
721.99/722.03	c   647s|  6520k|  6240k|     0 |   0.0 |2034M| 846 |   - |1180 |1493 |   0 |   0 |   0 |1445k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
722.99/723.06	c   648s|  6530k|  6250k|     0 |   0.0 |2037M| 846 |   - |1180 |1470 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
724.09/724.11	c   649s|  6540k|  6260k|     0 |   0.0 |2040M| 846 |   - |1180 |1478 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
725.09/725.15	c   650s|  6550k|  6270k|     0 |   0.0 |2044M| 846 |   - |1180 |1504 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
726.09/726.19	c   650s|  6560k|  6279k|     0 |   0.0 |2046M| 846 |   - |1180 |1501 |   0 |   0 |   0 |1450k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
727.19/727.26	c   651s|  6570k|  6289k|     0 |   0.0 |2049M| 846 |   - |1180 |1472 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
728.29/728.31	c   652s|  6580k|  6299k|     0 |   0.0 |2052M| 846 |   - |1180 |1528 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
729.29/729.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
729.29/729.33	c   653s|  6590k|  6309k|     0 |   0.0 |2055M| 846 |   - |1180 |1459 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
730.29/730.38	c   654s|  6600k|  6318k|     0 |   0.0 |2058M| 846 |   - |1180 |1525 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
731.39/731.43	c   655s|  6610k|  6328k|     0 |   0.0 |2062M| 846 |   - |1180 |1498 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
732.39/732.47	c   656s|  6620k|  6338k|     0 |   0.0 |2065M| 846 |   - |1180 |1548 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
733.39/733.48	c   657s|  6630k|  6348k|     0 |   0.0 |2068M| 846 |   - |1180 |1545 |   0 |   0 |   0 |1458k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
734.49/734.54	c   658s|  6640k|  6358k|     0 |   0.0 |2071M| 846 |   - |1180 |1599 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
735.59/735.60	c   659s|  6650k|  6367k|     0 |   0.0 |2074M| 846 |   - |1180 |1545 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
736.59/736.67	c   659s|  6660k|  6377k|     0 |   0.0 |2077M| 846 |   - |1180 |1575 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
737.69/737.70	c   660s|  6670k|  6387k|     0 |   0.0 |2080M| 846 |   - |1180 |1536 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
738.69/738.73	c   661s|  6680k|  6397k|     0 |   0.0 |2083M| 846 |   - |1180 |1489 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
739.69/739.77	c   662s|  6690k|  6406k|     0 |   0.0 |2086M| 846 |   - |1180 |1508 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
740.69/740.78	c   663s|  6700k|  6416k|     0 |   0.0 |2089M| 846 |   - |1180 |1494 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
741.79/741.81	c   664s|  6710k|  6426k|     0 |   0.0 |2092M| 846 |   - |1180 |1547 |   0 |   0 |   0 |1467k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
742.79/742.83	c   665s|  6720k|  6436k|     0 |   0.0 |2095M| 846 |   - |1180 |1537 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
743.79/743.87	c   666s|  6730k|  6446k|     0 |   0.0 |2098M| 846 |   - |1180 |1515 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
744.89/744.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
744.89/744.91	c   666s|  6740k|  6455k|     0 |   0.0 |2101M| 846 |   - |1180 |1573 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
745.89/745.98	c   667s|  6750k|  6465k|     0 |   0.0 |2104M| 846 |   - |1180 |1635 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
747.09/747.11	c   668s|  6760k|  6475k|     0 |   0.0 |2107M| 846 |   - |1180 |1598 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
748.09/748.14	c   669s|  6770k|  6485k|     0 |   0.0 |2110M| 846 |   - |1180 |1605 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
749.10/749.19	c   670s|  6780k|  6495k|     0 |   0.0 |2113M| 846 |   - |1180 |1599 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
750.20/750.21	c   671s|  6790k|  6504k|     0 |   0.0 |2116M| 846 |   - |1180 |1612 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
751.20/751.27	c   672s|  6800k|  6514k|     0 |   0.0 |2119M| 846 |   - |1180 |1610 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
752.19/752.29	c   673s|  6810k|  6524k|     0 |   0.0 |2122M| 846 |   - |1180 |1578 |   0 |   0 |   0 |1478k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
753.28/753.34	c   674s|  6820k|  6534k|     0 |   0.0 |2125M| 846 |   - |1180 |1640 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
754.39/754.48	c   675s|  6830k|  6543k|     0 |   0.0 |2128M| 846 |   - |1180 |1692 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
755.49/755.55	c   676s|  6840k|  6553k|     0 |   0.0 |2131M| 846 |   - |1180 |1658 |   0 |   0 |   0 |1482k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
756.49/756.58	c   677s|  6850k|  6563k|     0 |   0.0 |2134M| 846 |   - |1180 |1604 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
757.59/757.67	c   677s|  6860k|  6573k|     0 |   0.0 |2137M| 846 |   - |1180 |1534 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
758.69/758.72	c   678s|  6870k|  6583k|     0 |   0.0 |2140M| 846 |   - |1180 |1572 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
759.69/759.78	c   679s|  6880k|  6592k|     0 |   0.0 |2143M| 846 |   - |1180 |1492 |   0 |   0 |   0 |1487k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
760.79/760.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
760.79/760.82	c   680s|  6890k|  6602k|     0 |   0.0 |2146M| 846 |   - |1180 |1496 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
761.89/761.93	c   681s|  6900k|  6612k|     0 |   0.0 |2149M| 846 |   - |1180 |1529 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
762.99/763.09	c   682s|  6910k|  6622k|     0 |   0.0 |2152M| 846 |   - |1180 |1697 |   0 |   0 |   0 |1490k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
764.09/764.16	c   683s|  6920k|  6632k|     0 |   0.0 |2155M| 846 |   - |1180 |1631 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
765.19/765.24	c   684s|  6930k|  6641k|     0 |   0.0 |2158M| 846 |   - |1180 |1643 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
766.19/766.28	c   685s|  6940k|  6651k|     0 |   0.0 |2161M| 846 |   - |1180 |1655 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
767.29/767.34	c   686s|  6950k|  6661k|     0 |   0.0 |2164M| 846 |   - |1180 |1641 |   0 |   0 |   0 |1495k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
768.29/768.39	c   687s|  6960k|  6671k|     0 |   0.0 |2167M| 846 |   - |1180 |1608 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
769.39/769.43	c   688s|  6970k|  6680k|     0 |   0.0 |2170M| 846 |   - |1180 |1603 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
770.39/770.49	c   688s|  6980k|  6690k|     0 |   0.0 |2173M| 846 |   - |1180 |1580 |   0 |   0 |   0 |1499k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
771.49/771.54	c   689s|  6990k|  6700k|     0 |   0.0 |2176M| 846 |   - |1180 |1577 |   0 |   0 |   0 |1500k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
772.59/772.66	c   690s|  7000k|  6710k|     0 |   0.0 |2179M| 846 |   - |1180 |1574 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
773.79/773.82	c   691s|  7010k|  6719k|     0 |   0.0 |2182M| 846 |   - |1180 |1676 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
774.79/774.87	c   692s|  7020k|  6729k|     0 |   0.0 |2185M| 846 |   - |1180 |1587 |   0 |   0 |   0 |1503k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
775.89/775.93	c   693s|  7030k|  6739k|     0 |   0.0 |2188M| 846 |   - |1180 |1525 |   0 |   0 |   0 |1505k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
776.99/777.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
776.99/777.03	c   694s|  7040k|  6749k|     0 |   0.0 |2191M| 846 |   - |1180 |1583 |   0 |   0 |   0 |1506k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
777.99/778.07	c   695s|  7050k|  6759k|     0 |   0.0 |2194M| 846 |   - |1180 |1568 |   0 |   0 |   0 |1507k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
779.09/779.17	c   696s|  7060k|  6768k|     0 |   0.0 |2197M| 846 |   - |1180 |1523 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
780.19/780.20	c   697s|  7070k|  6778k|     0 |   0.0 |2200M| 846 |   - |1180 |1506 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
781.19/781.24	c   698s|  7080k|  6788k|     0 |   0.0 |2203M| 846 |   - |1180 |1458 |   0 |   0 |   0 |1511k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
782.19/782.28	c   699s|  7090k|  6798k|     0 |   0.0 |2206M| 846 |   - |1180 |1461 |   0 |   0 |   0 |1512k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
783.29/783.33	c   699s|  7100k|  6807k|     0 |   0.0 |2209M| 846 |   - |1180 |1472 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
784.30/784.37	c   700s|  7110k|  6817k|     0 |   0.0 |2212M| 846 |   - |1180 |1510 |   0 |   0 |   0 |1514k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
785.39/785.42	c   701s|  7120k|  6827k|     0 |   0.0 |2215M| 846 |   - |1180 |1573 |   0 |   0 |   0 |1516k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
786.40/786.49	c   702s|  7130k|  6837k|     0 |   0.0 |2218M| 846 |   - |1180 |1559 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
787.49/787.53	c   703s|  7140k|  6847k|     0 |   0.0 |2221M| 846 |   - |1180 |1552 |   0 |   0 |   0 |1518k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
788.49/788.57	c   704s|  7150k|  6856k|     0 |   0.0 |2224M| 846 |   - |1180 |1535 |   0 |   0 |   0 |1519k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
789.60/789.60	c   705s|  7160k|  6866k|     0 |   0.0 |2227M| 846 |   - |1180 |1553 |   0 |   0 |   0 |1520k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
790.59/790.62	c   706s|  7170k|  6876k|     0 |   0.0 |2230M| 846 |   - |1180 |1526 |   0 |   0 |   0 |1522k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
791.59/791.66	c   707s|  7180k|  6886k|     0 |   0.0 |2233M| 846 |   - |1180 |1592 |   0 |   0 |   0 |1523k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
792.70/792.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
792.70/792.71	c   707s|  7190k|  6895k|     0 |   0.0 |2236M| 846 |   - |1180 |1536 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
793.70/793.78	c   708s|  7200k|  6905k|     0 |   0.0 |2239M| 846 |   - |1180 |1592 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
794.79/794.85	c   709s|  7210k|  6915k|     0 |   0.0 |2242M| 846 |   - |1180 |1572 |   0 |   0 |   0 |1526k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
795.79/795.88	c   710s|  7220k|  6925k|     0 |   0.0 |2245M| 846 |   - |1180 |1485 |   0 |   0 |   0 |1528k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
796.89/796.91	c   711s|  7230k|  6935k|     0 |   0.0 |2248M| 846 |   - |1180 |1509 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
797.89/797.94	c   712s|  7240k|  6944k|     0 |   0.0 |2251M| 846 |   - |1180 |1468 |   0 |   0 |   0 |1530k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
798.99/799.03	c   713s|  7250k|  6954k|     0 |   0.0 |2254M| 846 |   - |1180 |1495 |   0 |   0 |   0 |1531k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
799.99/800.06	c   714s|  7260k|  6964k|     0 |   0.0 |2257M| 846 |   - |1180 |1520 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
801.09/801.12	c   715s|  7270k|  6974k|     0 |   0.0 |2260M| 846 |   - |1180 |1494 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
802.09/802.15	c   716s|  7280k|  6983k|     0 |   0.0 |2263M| 846 |   - |1180 |1446 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
803.09/803.19	c   716s|  7290k|  6993k|     0 |   0.0 |2266M| 846 |   - |1180 |1413 |   0 |   0 |   0 |1536k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
804.19/804.22	c   717s|  7300k|  7003k|     0 |   0.0 |2269M| 846 |   - |1180 |1411 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
805.20/805.24	c   718s|  7310k|  7013k|     0 |   0.0 |2272M| 846 |   - |1180 |1403 |   0 |   0 |   0 |1538k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
806.30/806.32	c   719s|  7320k|  7023k|     0 |   0.0 |2275M| 846 |   - |1180 |1474 |   0 |   0 |   0 |1539k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
807.29/807.37	c   720s|  7330k|  7032k|     0 |   0.0 |2278M| 846 |   - |1180 |1404 |   0 |   0 |   0 |1541k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
808.29/808.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
808.29/808.39	c   721s|  7340k|  7042k|     0 |   0.0 |2281M| 846 |   - |1180 |1397 |   0 |   0 |   0 |1542k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
809.39/809.44	c   722s|  7350k|  7052k|     0 |   0.0 |2284M| 846 |   - |1180 |1435 |   0 |   0 |   0 |1543k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
810.49/810.52	c   723s|  7360k|  7062k|     0 |   0.0 |2287M| 846 |   - |1180 |1420 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
811.50/811.58	c   724s|  7370k|  7072k|     0 |   0.0 |2290M| 846 |   - |1180 |1460 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
812.59/812.62	c   724s|  7380k|  7081k|     0 |   0.0 |2293M| 846 |   - |1180 |1475 |   0 |   0 |   0 |1546k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
813.59/813.63	c   725s|  7390k|  7091k|     0 |   0.0 |2296M| 846 |   - |1180 |1451 |   0 |   0 |   0 |1548k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
814.59/814.66	c   726s|  7400k|  7101k|     0 |   0.0 |2299M| 846 |   - |1180 |1410 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
815.69/815.76	c   727s|  7410k|  7111k|     0 |   0.0 |2302M| 846 |   - |1180 |1419 |   0 |   0 |   0 |1550k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
816.69/816.78	c   728s|  7420k|  7120k|     0 |   0.0 |2305M| 846 |   - |1180 |1473 |   0 |   0 |   0 |1551k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
817.80/817.86	c   729s|  7430k|  7130k|     0 |   0.0 |2308M| 846 |   - |1180 |1475 |   0 |   0 |   0 |1552k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
818.90/818.94	c   730s|  7440k|  7140k|     0 |   0.0 |2311M| 846 |   - |1180 |1495 |   0 |   0 |   0 |1554k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
819.99/820.00	c   731s|  7450k|  7150k|     0 |   0.0 |2314M| 846 |   - |1180 |1452 |   0 |   0 |   0 |1555k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
821.09/821.14	c   732s|  7460k|  7160k|     0 |   0.0 |2317M| 846 |   - |1180 |1490 |   0 |   0 |   0 |1556k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
822.09/822.14	c   733s|  7470k|  7169k|     0 |   0.0 |2320M| 846 |   - |1180 |1521 |   0 |   0 |   0 |1557k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
823.20/823.20	c   734s|  7480k|  7179k|     0 |   0.0 |2323M| 846 |   - |1180 |1505 |   0 |   0 |   0 |1558k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
824.19/824.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
824.19/824.25	c   734s|  7490k|  7189k|     0 |   0.0 |2326M| 846 |   - |1180 |1452 |   0 |   0 |   0 |1560k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
825.19/825.29	c   735s|  7500k|  7199k|     0 |   0.0 |2329M| 846 |   - |1180 |1468 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
826.30/826.31	c   736s|  7510k|  7208k|     0 |   0.0 |2332M| 846 |   - |1180 |1450 |   0 |   0 |   0 |1562k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
827.39/827.41	c   737s|  7520k|  7218k|     0 |   0.0 |2335M| 846 |   - |1180 |1424 |   0 |   0 |   0 |1563k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
828.40/828.45	c   738s|  7530k|  7228k|     0 |   0.0 |2338M| 846 |   - |1180 |1406 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
829.59/829.66	c   739s|  7540k|  7238k|     0 |   0.0 |2341M| 846 |   - |1180 |1521 |   0 |   0 |   0 |1565k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
830.69/830.74	c   740s|  7550k|  7248k|     0 |   0.0 |2344M| 846 |   - |1180 |1554 |   0 |   0 |   0 |1567k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
831.79/831.81	c   741s|  7560k|  7257k|     0 |   0.0 |2347M| 846 |   - |1180 |1534 |   0 |   0 |   0 |1568k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
832.79/832.87	c   742s|  7570k|  7267k|     0 |   0.0 |2350M| 846 |   - |1180 |1555 |   0 |   0 |   0 |1569k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
833.89/833.96	c   743s|  7580k|  7277k|     0 |   0.0 |2353M| 846 |   - |1180 |1561 |   0 |   0 |   0 |1570k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
834.99/835.01	c   744s|  7590k|  7287k|     0 |   0.0 |2356M| 846 |   - |1180 |1496 |   0 |   0 |   0 |1571k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
836.00/836.03	c   744s|  7600k|  7296k|     0 |   0.0 |2359M| 846 |   - |1180 |1507 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
837.00/837.09	c   745s|  7610k|  7306k|     0 |   0.0 |2362M| 846 |   - |1180 |1507 |   0 |   0 |   0 |1573k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
838.10/838.15	c   746s|  7620k|  7316k|     0 |   0.0 |2365M| 846 |   - |1180 |1478 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
839.30/839.36	c   747s|  7630k|  7326k|     0 |   0.0 |2368M| 846 |   - |1180 |1618 |   0 |   0 |   0 |1576k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
840.40/840.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
840.40/840.43	c   748s|  7640k|  7336k|     0 |   0.0 |2371M| 846 |   - |1180 |1582 |   0 |   0 |   0 |1577k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
841.40/841.49	c   749s|  7650k|  7345k|     0 |   0.0 |2374M| 846 |   - |1180 |1585 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
842.50/842.52	c   750s|  7660k|  7355k|     0 |   0.0 |2377M| 846 |   - |1180 |1620 |   0 |   0 |   0 |1580k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
843.49/843.57	c   751s|  7670k|  7365k|     0 |   0.0 |2380M| 846 |   - |1180 |1513 |   0 |   0 |   0 |1581k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
844.59/844.68	c   752s|  7680k|  7375k|     0 |   0.0 |2383M| 846 |   - |1180 |1502 |   0 |   0 |   0 |1582k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
845.69/845.77	c   753s|  7690k|  7384k|     0 |   0.0 |2386M| 846 |   - |1180 |1521 |   0 |   0 |   0 |1583k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
846.80/846.86	c   754s|  7700k|  7394k|     0 |   0.0 |2389M| 846 |   - |1180 |1503 |   0 |   0 |   0 |1584k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
847.90/847.97	c   755s|  7710k|  7404k|     0 |   0.0 |2392M| 846 |   - |1180 |1503 |   0 |   0 |   0 |1586k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
849.00/849.10	c   756s|  7720k|  7414k|     0 |   0.0 |2395M| 846 |   - |1180 |1502 |   0 |   0 |   0 |1587k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
850.19/850.25	c   757s|  7730k|  7424k|     0 |   0.0 |2398M| 846 |   - |1180 |1515 |   0 |   0 |   0 |1588k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
851.29/851.32	c   758s|  7740k|  7433k|     0 |   0.0 |2401M| 846 |   - |1180 |1413 |   0 |   0 |   0 |1589k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
852.29/852.40	c   759s|  7750k|  7443k|     0 |   0.0 |2404M| 846 |   - |1180 |1402 |   0 |   0 |   0 |1590k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
853.50/853.50	c   760s|  7760k|  7453k|     0 |   0.0 |2407M| 846 |   - |1180 |1477 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
854.59/854.60	c   761s|  7770k|  7463k|     0 |   0.0 |2410M| 846 |   - |1180 |1508 |   0 |   0 |   0 |1593k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
855.59/855.68	c   761s|  7780k|  7472k|     0 |   0.0 |2413M| 846 |   - |1180 |1489 |   0 |   0 |   0 |1594k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
856.70/856.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
856.70/856.76	c   762s|  7790k|  7482k|     0 |   0.0 |2416M| 846 |   - |1180 |1525 |   0 |   0 |   0 |1595k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
857.69/857.76	c   763s|  7800k|  7492k|     0 |   0.0 |2419M| 846 |   - |1180 |1511 |   0 |   0 |   0 |1596k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
858.79/858.86	c   764s|  7810k|  7502k|     0 |   0.0 |2422M| 846 |   - |1180 |1516 |   0 |   0 |   0 |1598k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
859.89/859.95	c   765s|  7820k|  7511k|     0 |   0.0 |2425M| 846 |   - |1180 |1543 |   0 |   0 |   0 |1599k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
860.99/861.05	c   766s|  7830k|  7521k|     0 |   0.0 |2428M| 846 |   - |1180 |1558 |   0 |   0 |   0 |1600k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
862.10/862.13	c   767s|  7840k|  7531k|     0 |   0.0 |2431M| 846 |   - |1180 |1540 |   0 |   0 |   0 |1602k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
863.09/863.16	c   768s|  7850k|  7541k|     0 |   0.0 |2434M| 846 |   - |1180 |1527 |   0 |   0 |   0 |1603k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
864.20/864.24	c   769s|  7860k|  7551k|     0 |   0.0 |2437M| 846 |   - |1180 |1524 |   0 |   0 |   0 |1604k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
865.19/865.27	c   770s|  7870k|  7560k|     0 |   0.0 |2440M| 846 |   - |1180 |1520 |   0 |   0 |   0 |1605k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
866.39/866.40	c   771s|  7880k|  7570k|     0 |   0.0 |2443M| 846 |   - |1180 |1636 |   0 |   0 |   0 |1606k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
867.49/867.53	c   772s|  7890k|  7580k|     0 |   0.0 |2446M| 846 |   - |1180 |1605 |   0 |   0 |   0 |1608k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
869.00/869.08	c   773s|  7900k|  7590k|     0 |   0.0 |2449M| 846 |   - |1180 |1554 |   0 |   0 |   0 |1609k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
871.20/871.20	c   775s|  7910k|  7599k|     0 |   0.0 |2452M| 846 |   - |1180 |1556 |   0 |   0 |   0 |1610k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
873.19/873.29	c   777s|  7920k|  7609k|     0 |   0.0 |2455M| 846 |   - |1180 |1540 |   0 |   0 |   0 |1611k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
875.30/875.35	c   779s|  7930k|  7619k|     0 |   0.0 |2458M| 846 |   - |1180 |1475 |   0 |   0 |   0 |1613k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
877.29/877.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
877.29/877.39	c   781s|  7940k|  7629k|     0 |   0.0 |2461M| 846 |   - |1180 |1459 |   0 |   0 |   0 |1614k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
879.39/879.46	c   783s|  7950k|  7639k|     0 |   0.0 |2464M| 846 |   - |1180 |1518 |   0 |   0 |   0 |1615k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
881.49/881.53	c   785s|  7960k|  7648k|     0 |   0.0 |2467M| 846 |   - |1180 |1500 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
883.49/883.57	c   787s|  7970k|  7658k|     0 |   0.0 |2470M| 846 |   - |1180 |1525 |   0 |   0 |   0 |1617k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
885.70/885.72	c   789s|  7980k|  7668k|     0 |   0.0 |2473M| 846 |   - |1180 |1574 |   0 |   0 |   0 |1619k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
887.69/887.73	c   790s|  7990k|  7678k|     0 |   0.0 |2476M| 846 |   - |1180 |1523 |   0 |   0 |   0 |1620k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
889.70/889.80	c   792s|  8000k|  7687k|     0 |   0.0 |2479M| 846 |   - |1180 |1519 |   0 |   0 |   0 |1621k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
891.80/891.82	c   794s|  8010k|  7697k|     0 |   0.0 |2482M| 846 |   - |1180 |1589 |   0 |   0 |   0 |1622k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
893.79/893.86	c   796s|  8020k|  7707k|     0 |   0.0 |2485M| 846 |   - |1180 |1617 |   0 |   0 |   0 |1623k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
895.79/895.88	c   798s|  8030k|  7717k|     0 |   0.0 |2488M| 846 |   - |1180 |1649 |   0 |   0 |   0 |1625k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
897.89/897.90	c   800s|  8040k|  7727k|     0 |   0.0 |2491M| 846 |   - |1180 |1662 |   0 |   0 |   0 |1626k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
899.89/899.93	c   802s|  8050k|  7736k|     0 |   0.0 |2494M| 846 |   - |1180 |1619 |   0 |   0 |   0 |1627k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
901.90/901.99	c   804s|  8060k|  7746k|     0 |   0.0 |2497M| 846 |   - |1180 |1619 |   0 |   0 |   0 |1628k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
904.00/904.03	c   806s|  8070k|  7756k|     0 |   0.0 |2500M| 846 |   - |1180 |1541 |   0 |   0 |   0 |1629k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
906.00/906.05	c   807s|  8080k|  7766k|     0 |   0.0 |2503M| 846 |   - |1180 |1581 |   0 |   0 |   0 |1630k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
907.80/907.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.80/907.80	c   809s|  8090k|  7775k|     0 |   0.0 |2506M| 846 |   - |1180 |1553 |   0 |   0 |   0 |1632k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
909.19/909.26	c   810s|  8100k|  7785k|     0 |   0.0 |2509M| 846 |   - |1180 |1559 |   0 |   0 |   0 |1633k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
910.59/910.68	c   812s|  8110k|  7795k|     0 |   0.0 |2512M| 846 |   - |1180 |1589 |   0 |   0 |   0 |1634k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
911.90/911.94	c   813s|  8120k|  7805k|     0 |   0.0 |2515M| 846 |   - |1180 |1661 |   0 |   0 |   0 |1635k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
912.90/912.92	c   814s|  8130k|  7815k|     0 |   0.0 |2518M| 846 |   - |1180 |1605 |   0 |   0 |   0 |1636k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
913.89/913.90	c   814s|  8140k|  7824k|     0 |   0.0 |2521M| 846 |   - |1180 |1583 |   0 |   0 |   0 |1638k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
914.79/914.88	c   815s|  8150k|  7834k|     0 |   0.0 |2524M| 846 |   - |1180 |1544 |   0 |   0 |   0 |1639k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
915.79/915.87	c   816s|  8160k|  7844k|     0 |   0.0 |2527M| 846 |   - |1180 |1604 |   0 |   0 |   0 |1640k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
916.79/916.85	c   817s|  8170k|  7854k|     0 |   0.0 |2530M| 846 |   - |1180 |1535 |   0 |   0 |   0 |1641k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
917.79/917.83	c   818s|  8180k|  7863k|     0 |   0.0 |2533M| 846 |   - |1180 |1634 |   0 |   0 |   0 |1642k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
918.79/918.81	c   819s|  8190k|  7873k|     0 |   0.0 |2536M| 846 |   - |1180 |1602 |   0 |   0 |   0 |1644k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
919.79/919.82	c   819s|  8200k|  7883k|     0 |   0.0 |2539M| 846 |   - |1180 |1572 |   0 |   0 |   0 |1645k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
920.80/920.80	c   820s|  8210k|  7893k|     0 |   0.0 |2542M| 846 |   - |1180 |1574 |   0 |   0 |   0 |1646k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
921.70/921.79	c   821s|  8220k|  7903k|     0 |   0.0 |2545M| 846 |   - |1180 |1577 |   0 |   0 |   0 |1647k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
922.69/922.80	c   822s|  8230k|  7912k|     0 |   0.0 |2548M| 846 |   - |1180 |1635 |   0 |   0 |   0 |1648k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
923.70/923.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
923.70/923.79	c   823s|  8240k|  7922k|     0 |   0.0 |2551M| 846 |   - |1180 |1591 |   0 |   0 |   0 |1650k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
924.80/924.80	c   824s|  8250k|  7932k|     0 |   0.0 |2554M| 846 |   - |1180 |1614 |   0 |   0 |   0 |1651k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
925.80/925.81	c   825s|  8260k|  7942k|     0 |   0.0 |2557M| 846 |   - |1180 |1624 |   0 |   0 |   0 |1652k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
926.80/926.84	c   825s|  8270k|  7951k|     0 |   0.0 |2560M| 846 |   - |1180 |1584 |   0 |   0 |   0 |1653k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
927.80/927.83	c   826s|  8280k|  7961k|     0 |   0.0 |2563M| 846 |   - |1180 |1641 |   0 |   0 |   0 |1654k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
928.79/928.81	c   827s|  8290k|  7971k|     0 |   0.0 |2566M| 846 |   - |1180 |1566 |   0 |   0 |   0 |1655k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
929.79/929.80	c   828s|  8300k|  7981k|     0 |   0.0 |2569M| 846 |   - |1180 |1555 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
930.80/930.82	c   829s|  8310k|  7991k|     0 |   0.0 |2572M| 846 |   - |1180 |1518 |   0 |   0 |   0 |1658k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
931.80/931.84	c   830s|  8320k|  8000k|     0 |   0.0 |2575M| 846 |   - |1180 |1523 |   0 |   0 |   0 |1659k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
932.80/932.86	c   831s|  8330k|  8010k|     0 |   0.0 |2578M| 846 |   - |1180 |1544 |   0 |   0 |   0 |1661k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
933.80/933.85	c   831s|  8340k|  8020k|     0 |   0.0 |2581M| 846 |   - |1180 |1502 |   0 |   0 |   0 |1662k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
934.79/934.85	c   832s|  8350k|  8030k|     0 |   0.0 |2584M| 846 |   - |1180 |1527 |   0 |   0 |   0 |1663k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
935.80/935.87	c   833s|  8360k|  8039k|     0 |   0.0 |2587M| 846 |   - |1180 |1486 |   0 |   0 |   0 |1664k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
936.79/936.82	c   834s|  8370k|  8049k|     0 |   0.0 |2590M| 846 |   - |1180 |1482 |   0 |   0 |   0 |1665k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
937.80/937.83	c   835s|  8380k|  8059k|     0 |   0.0 |2593M| 846 |   - |1180 |1531 |   0 |   0 |   0 |1666k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
938.79/938.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
938.79/938.86	c   836s|  8390k|  8069k|     0 |   0.0 |2596M| 846 |   - |1180 |1497 |   0 |   0 |   0 |1668k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
939.79/939.84	c   837s|  8400k|  8078k|     0 |   0.0 |2599M| 846 |   - |1180 |1456 |   0 |   0 |   0 |1669k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
940.79/940.84	c   837s|  8410k|  8088k|     0 |   0.0 |2602M| 846 |   - |1180 |1430 |   0 |   0 |   0 |1670k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
941.80/941.87	c   838s|  8420k|  8098k|     0 |   0.0 |2605M| 846 |   - |1180 |1568 |   0 |   0 |   0 |1671k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
942.80/942.89	c   839s|  8430k|  8108k|     0 |   0.0 |2608M| 846 |   - |1180 |1509 |   0 |   0 |   0 |1673k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
943.80/943.89	c   840s|  8440k|  8118k|     0 |   0.0 |2611M| 846 |   - |1180 |1459 |   0 |   0 |   0 |1674k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
944.80/944.88	c   841s|  8450k|  8127k|     0 |   0.0 |2614M| 846 |   - |1180 |1513 |   0 |   0 |   0 |1675k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
945.90/945.91	c   842s|  8460k|  8137k|     0 |   0.0 |2617M| 846 |   - |1180 |1521 |   0 |   0 |   0 |1676k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
946.90/946.96	c   843s|  8470k|  8147k|     0 |   0.0 |2620M| 846 |   - |1180 |1568 |   0 |   0 |   0 |1678k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
947.89/947.99	c   843s|  8480k|  8157k|     0 |   0.0 |2623M| 846 |   - |1180 |1570 |   0 |   0 |   0 |1679k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
948.90/948.99	c   844s|  8490k|  8166k|     0 |   0.0 |2626M| 846 |   - |1180 |1557 |   0 |   0 |   0 |1680k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
949.90/949.96	c   845s|  8500k|  8176k|     0 |   0.0 |2629M| 846 |   - |1180 |1442 |   0 |   0 |   0 |1681k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
950.99/951.00	c   846s|  8510k|  8186k|     0 |   0.0 |2632M| 846 |   - |1180 |1472 |   0 |   0 |   0 |1683k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
951.89/951.97	c   847s|  8520k|  8196k|     0 |   0.0 |2635M| 846 |   - |1180 |1442 |   0 |   0 |   0 |1684k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
952.89/952.98	c   848s|  8530k|  8206k|     0 |   0.0 |2638M| 846 |   - |1180 |1461 |   0 |   0 |   0 |1685k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
953.89/953.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
953.89/953.96	c   849s|  8540k|  8215k|     0 |   0.0 |2641M| 846 |   - |1180 |1502 |   0 |   0 |   0 |1686k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
954.89/954.94	c   849s|  8550k|  8225k|     0 |   0.0 |2644M| 846 |   - |1180 |1527 |   0 |   0 |   0 |1687k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
955.99/956.01	c   850s|  8560k|  8235k|     0 |   0.0 |2647M| 846 |   - |1180 |1504 |   0 |   0 |   0 |1689k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
957.00/957.02	c   851s|  8570k|  8245k|     0 |   0.0 |2650M| 846 |   - |1180 |1482 |   0 |   0 |   0 |1690k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
957.89/958.00	c   852s|  8580k|  8254k|     0 |   0.0 |2653M| 846 |   - |1180 |1427 |   0 |   0 |   0 |1691k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
958.99/959.01	c   853s|  8590k|  8264k|     0 |   0.0 |2656M| 846 |   - |1180 |1470 |   0 |   0 |   0 |1692k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
960.00/960.00	c   854s|  8600k|  8274k|     0 |   0.0 |2659M| 846 |   - |1180 |1499 |   0 |   0 |   0 |1693k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
960.89/960.99	c   855s|  8610k|  8284k|     0 |   0.0 |2662M| 846 |   - |1180 |1429 |   0 |   0 |   0 |1694k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
961.89/961.99	c   855s|  8620k|  8294k|     0 |   0.0 |2665M| 846 |   - |1180 |1463 |   0 |   0 |   0 |1696k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
963.10/963.13	c   856s|  8630k|  8303k|     0 |   0.0 |2668M| 846 |   - |1180 |1597 |   0 |   0 |   0 |1697k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
964.09/964.14	c   857s|  8640k|  8313k|     0 |   0.0 |2671M| 846 |   - |1180 |1558 |   0 |   0 |   0 |1698k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
965.09/965.15	c   858s|  8650k|  8323k|     0 |   0.0 |2674M| 846 |   - |1180 |1517 |   0 |   0 |   0 |1700k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
966.09/966.17	c   859s|  8660k|  8333k|     0 |   0.0 |2677M| 846 |   - |1180 |1460 |   0 |   0 |   0 |1701k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
967.10/967.19	c   860s|  8670k|  8342k|     0 |   0.0 |2680M| 846 |   - |1180 |1527 |   0 |   0 |   0 |1702k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
968.10/968.19	c   861s|  8680k|  8352k|     0 |   0.0 |2683M| 846 |   - |1180 |1461 |   0 |   0 |   0 |1703k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
969.20/969.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
969.20/969.24	c   862s|  8690k|  8362k|     0 |   0.0 |2686M| 846 |   - |1180 |1443 |   0 |   0 |   0 |1704k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
970.20/970.25	c   862s|  8700k|  8372k|     0 |   0.0 |2689M| 846 |   - |1180 |1509 |   0 |   0 |   0 |1706k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
971.20/971.23	c   863s|  8710k|  8381k|     0 |   0.0 |2692M| 846 |   - |1180 |1482 |   0 |   0 |   0 |1707k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
972.20/972.27	c   864s|  8720k|  8391k|     0 |   0.0 |2695M| 846 |   - |1180 |1501 |   0 |   0 |   0 |1708k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
973.29/973.33	c   865s|  8730k|  8401k|     0 |   0.0 |2698M| 846 |   - |1180 |1564 |   0 |   0 |   0 |1709k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
974.29/974.31	c   866s|  8740k|  8411k|     0 |   0.0 |2701M| 846 |   - |1180 |1508 |   0 |   0 |   0 |1711k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
975.30/975.37	c   867s|  8750k|  8421k|     0 |   0.0 |2704M| 846 |   - |1180 |1493 |   0 |   0 |   0 |1712k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
976.40/976.46	c   868s|  8760k|  8430k|     0 |   0.0 |2707M| 846 |   - |1180 |1456 |   0 |   0 |   0 |1713k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
977.49/977.50	c   869s|  8770k|  8440k|     0 |   0.0 |2710M| 846 |   - |1180 |1432 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
978.60/978.61	c   870s|  8780k|  8450k|     0 |   0.0 |2713M| 846 |   - |1180 |1490 |   0 |   0 |   0 |1715k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
979.70/979.73	c   871s|  8790k|  8460k|     0 |   0.0 |2716M| 846 |   - |1180 |1573 |   0 |   0 |   0 |1717k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
980.80/980.86	c   872s|  8800k|  8469k|     0 |   0.0 |2719M| 846 |   - |1180 |1558 |   0 |   0 |   0 |1718k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
981.80/981.90	c   872s|  8810k|  8479k|     0 |   0.0 |2722M| 846 |   - |1180 |1469 |   0 |   0 |   0 |1719k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
982.89/982.95	c   873s|  8820k|  8489k|     0 |   0.0 |2725M| 846 |   - |1180 |1540 |   0 |   0 |   0 |1720k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
983.99/984.04	c   874s|  8830k|  8499k|     0 |   0.0 |2728M| 846 |   - |1180 |1477 |   0 |   0 |   0 |1722k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
985.00/985.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
985.00/985.07	c   875s|  8840k|  8509k|     0 |   0.0 |2731M| 846 |   - |1180 |1474 |   0 |   0 |   0 |1723k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
986.09/986.18	c   876s|  8850k|  8518k|     0 |   0.0 |2734M| 846 |   - |1180 |1490 |   0 |   0 |   0 |1724k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
987.19/987.22	c   877s|  8860k|  8528k|     0 |   0.0 |2737M| 846 |   - |1180 |1538 |   0 |   0 |   0 |1725k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
988.19/988.25	c   878s|  8870k|  8538k|     0 |   0.0 |2740M| 846 |   - |1180 |1498 |   0 |   0 |   0 |1727k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
989.29/989.37	c   879s|  8880k|  8548k|     0 |   0.0 |2743M| 846 |   - |1180 |1597 |   0 |   0 |   0 |1728k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
990.30/990.38	c   880s|  8890k|  8557k|     0 |   0.0 |2746M| 846 |   - |1180 |1586 |   0 |   0 |   0 |1729k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
991.29/991.38	c   881s|  8900k|  8567k|     0 |   0.0 |2749M| 846 |   - |1180 |1594 |   0 |   0 |   0 |1730k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
992.40/992.43	c   881s|  8910k|  8577k|     0 |   0.0 |2752M| 846 |   - |1180 |1532 |   0 |   0 |   0 |1731k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
993.39/993.47	c   882s|  8920k|  8587k|     0 |   0.0 |2755M| 846 |   - |1180 |1604 |   0 |   0 |   0 |1733k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
994.40/994.46	c   883s|  8930k|  8596k|     0 |   0.0 |2758M| 846 |   - |1180 |1626 |   0 |   0 |   0 |1734k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
995.50/995.53	c   884s|  8940k|  8606k|     0 |   0.0 |2761M| 846 |   - |1180 |1574 |   0 |   0 |   0 |1735k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
996.60/996.65	c   885s|  8950k|  8616k|     0 |   0.0 |2764M| 846 |   - |1180 |1549 |   0 |   0 |   0 |1736k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
997.60/997.67	c   886s|  8960k|  8626k|     0 |   0.0 |2767M| 846 |   - |1180 |1481 |   0 |   0 |   0 |1738k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
998.70/998.80	c   887s|  8970k|  8635k|     0 |   0.0 |2770M| 846 |   - |1180 |1553 |   0 |   0 |   0 |1739k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
999.80/999.88	c   888s|  8980k|  8645k|     0 |   0.0 |2773M| 846 |   - |1180 |1514 |   0 |   0 |   0 |1740k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1000.79/1000.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1000.79/1000.88	c   889s|  8990k|  8655k|     0 |   0.0 |2776M| 846 |   - |1180 |1462 |   0 |   0 |   0 |1741k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1001.90/1001.99	c   890s|  9000k|  8665k|     0 |   0.0 |2779M| 846 |   - |1180 |1462 |   0 |   0 |   0 |1743k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1002.99/1003.02	c   891s|  9010k|  8675k|     0 |   0.0 |2782M| 846 |   - |1180 |1485 |   0 |   0 |   0 |1744k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1004.00/1004.09	c   892s|  9020k|  8684k|     0 |   0.0 |2785M| 846 |   - |1180 |1470 |   0 |   0 |   0 |1745k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1005.09/1005.13	c   892s|  9030k|  8694k|     0 |   0.0 |2788M| 846 |   - |1180 |1540 |   0 |   0 |   0 |1746k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1006.10/1006.12	c   893s|  9040k|  8704k|     0 |   0.0 |2791M| 846 |   - |1180 |1405 |   0 |   0 |   0 |1748k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1007.10/1007.19	c   894s|  9050k|  8714k|     0 |   0.0 |2794M| 846 |   - |1180 |1413 |   0 |   0 |   0 |1749k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1008.20/1008.24	c   895s|  9060k|  8723k|     0 |   0.0 |2797M| 846 |   - |1180 |1475 |   0 |   0 |   0 |1750k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1009.20/1009.24	c   896s|  9070k|  8733k|     0 |   0.0 |2800M| 846 |   - |1180 |1526 |   0 |   0 |   0 |1751k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1010.20/1010.24	c   897s|  9080k|  8743k|     0 |   0.0 |2803M| 846 |   - |1180 |1535 |   0 |   0 |   0 |1753k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1011.20/1011.26	c   898s|  9090k|  8753k|     0 |   0.0 |2806M| 846 |   - |1180 |1557 |   0 |   0 |   0 |1754k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1012.20/1012.25	c   899s|  9100k|  8762k|     0 |   0.0 |2809M| 846 |   - |1180 |1534 |   0 |   0 |   0 |1755k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1013.20/1013.24	c   899s|  9110k|  8772k|     0 |   0.0 |2812M| 846 |   - |1180 |1476 |   0 |   0 |   0 |1756k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1014.20/1014.24	c   900s|  9120k|  8782k|     0 |   0.0 |2815M| 846 |   - |1180 |1476 |   0 |   0 |   0 |1757k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1015.20/1015.23	c   901s|  9130k|  8792k|     0 |   0.0 |2818M| 846 |   - |1180 |1491 |   0 |   0 |   0 |1759k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1016.19/1016.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1016.19/1016.25	c   902s|  9140k|  8802k|     0 |   0.0 |2821M| 846 |   - |1180 |1534 |   0 |   0 |   0 |1760k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1017.19/1017.24	c   903s|  9150k|  8811k|     0 |   0.0 |2824M| 846 |   - |1180 |1458 |   0 |   0 |   0 |1761k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1018.30/1018.31	c   904s|  9160k|  8821k|     0 |   0.0 |2827M| 846 |   - |1180 |1468 |   0 |   0 |   0 |1762k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1019.20/1019.28	c   904s|  9170k|  8831k|     0 |   0.0 |2830M| 846 |   - |1180 |1428 |   0 |   0 |   0 |1764k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1020.20/1020.29	c   905s|  9180k|  8841k|     0 |   0.0 |2833M| 846 |   - |1180 |1411 |   0 |   0 |   0 |1765k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1021.19/1021.29	c   906s|  9190k|  8850k|     0 |   0.0 |2836M| 846 |   - |1180 |1449 |   0 |   0 |   0 |1766k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1022.30/1022.34	c   907s|  9200k|  8860k|     0 |   0.0 |2839M| 846 |   - |1180 |1504 |   0 |   0 |   0 |1767k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1023.30/1023.33	c   908s|  9210k|  8870k|     0 |   0.0 |2842M| 846 |   - |1180 |1450 |   0 |   0 |   0 |1769k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1024.30/1024.34	c   909s|  9220k|  8880k|     0 |   0.0 |2845M| 846 |   - |1180 |1501 |   0 |   0 |   0 |1770k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1025.29/1025.34	c   910s|  9230k|  8890k|     0 |   0.0 |2848M| 846 |   - |1180 |1494 |   0 |   0 |   0 |1771k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1026.30/1026.34	c   910s|  9240k|  8899k|     0 |   0.0 |2851M| 846 |   - |1180 |1525 |   0 |   0 |   0 |1772k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1027.31/1027.39	c   911s|  9250k|  8909k|     0 |   0.0 |2854M| 846 |   - |1180 |1558 |   0 |   0 |   0 |1773k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1028.40/1028.49	c   912s|  9260k|  8919k|     0 |   0.0 |2857M| 846 |   - |1180 |1521 |   0 |   0 |   0 |1775k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1029.50/1029.53	c   913s|  9270k|  8929k|     0 |   0.0 |2860M| 846 |   - |1180 |1560 |   0 |   0 |   0 |1776k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1030.49/1030.50	c   914s|  9280k|  8938k|     0 |   0.0 |2863M| 846 |   - |1180 |1537 |   0 |   0 |   0 |1777k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1031.39/1031.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1031.39/1031.48	c   915s|  9290k|  8948k|     0 |   0.0 |2866M| 846 |   - |1180 |1490 |   0 |   0 |   0 |1779k|   0 | 0.000000e+00 | 1.067000e+03 |    Inf 
1032.20/1032.22	c (node 9296972) switching to memory saving mode (mem: 2736.0M/3420.0M)
1033.30/1033.31	o 1066
1033.30/1033.31	c * 917s|  9297k|  8955k|     0 |   0.0 |2868M| 846 |   - |1180 |1543 |   0 |   0 |   0 |1780k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1033.90/1033.91	c   917s|  9300k|  8955k|     0 |   0.0 |2874M| 860 |   - |1180 |  15k|   0 |   0 |   0 |1794k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1036.10/1036.15	c   919s|  9310k|  8955k|     0 |   0.0 |2893M| 860 |   - |1180 |  63k|   0 |   0 |   0 |1846k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1039.60/1039.60	c   922s|  9320k|  8955k|     0 |   0.0 |2914M| 860 |   - |1180 | 101k|   0 |   0 |   0 |1898k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1043.20/1043.29	c   926s|  9330k|  8955k|     0 |   0.0 |2934M| 860 |   - |1180 | 141k|   0 |   0 |   0 |1949k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1046.30/1046.36	c   929s|  9340k|  8955k|     0 |   0.0 |2954M| 860 |   - |1180 | 189k|   0 |   0 |   0 |2001k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1051.20/1051.28	c   933s|  9350k|  8955k|     0 |   0.0 |2972M| 860 |   - |1180 | 226k|   0 |   0 |   0 |2052k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1057.80/1057.82	c   939s|  9360k|  8955k|     0 |   0.0 |2991M| 860 |   - |1180 | 260k|   0 |   0 |   0 |2103k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1061.99/1062.00	c   943s|  9370k|  8955k|     0 |   0.0 |3010M| 860 |   - |1180 | 306k|   0 |   0 |   0 |2154k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1069.69/1069.77	c   951s|  9380k|  8955k|     0 |   0.0 |3016M| 863 |   - |1180 | 311k|   0 |   0 |   0 |2205k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1081.10/1081.13	c   962s|  9390k|  8955k|     0 |   0.0 |3031M| 863 |   - |1180 | 353k|   0 |   0 |   0 |2259k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1093.40/1093.49	c   974s|  9400k|  8955k|     0 |   0.0 |3047M| 863 |   - |1180 | 396k|   0 |   0 |   0 |2314k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1101.80/1101.84	c   982s|  9410k|  8955k|     0 |   0.0 |3065M| 863 |   - |1180 | 388k|   0 |   0 |   0 |2365k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1106.90/1106.95	c   987s|  9420k|  8955k|     0 |   0.0 |3086M| 863 |   - |1180 | 437k|   0 |   0 |   0 |2415k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1121.10/1121.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1121.10/1121.18	c  1001s|  9430k|  8955k|     0 |   0.0 |3086M| 863 |   - |1180 | 419k|   0 |   0 |   0 |2468k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1141.50/1141.50	c  1021s|  9440k|  8955k|     0 |   0.0 |3105M| 863 |   - |1180 | 437k|   0 |   0 |   0 |2520k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1144.70/1144.75	c  1024s|  9450k|  8955k|     0 |   0.0 |3121M| 863 |   - |1180 | 487k|   0 |   0 |   0 |2570k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1150.61/1150.65	c  1030s|  9460k|  8955k|     0 |   0.0 |3140M| 863 |   - |1180 | 535k|   0 |   0 |   0 |2621k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1154.80/1154.86	c  1034s|  9470k|  8955k|     0 |   0.0 |3157M| 863 |   - |1180 | 583k|   0 |   0 |   0 |2675k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1189.40/1189.42	c  1068s|  9480k|  8955k|     0 |   0.0 |3100M| 864 |   - |1180 | 380k|   0 |   0 |   0 |2724k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1192.31/1192.33	c  1070s|  9490k|  8955k|     0 |   0.0 |3116M| 864 |   - |1180 | 428k|   0 |   0 |   0 |2775k|   0 | 0.000000e+00 | 1.066000e+03 |    Inf 
1197.20/1197.23	o 987
1197.20/1197.23	c *1075s|  9493k|  8955k|     0 |   0.0 |3125M| 864 |   - |1180 | 445k|   0 |   0 |   0 |2793k|   0 | 0.000000e+00 | 9.870000e+02 |    Inf 
1197.30/1197.35	o 986
1197.30/1197.35	c *1075s|  9493k|  8955k|     0 |   0.0 |3125M| 864 |   - |1180 | 445k|   0 |   0 |   0 |2793k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1204.90/1204.99	c  1083s|  9500k|  8955k|     0 |   0.0 |3136M| 864 |   - |1180 | 475k|   0 |   0 |   0 |2826k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1210.30/1210.36	c  1088s|  9510k|  8955k|     0 |   0.0 |3151M| 864 |   - |1180 | 518k|   0 |   0 |   0 |2878k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1246.51/1246.57	c  1124s|  9520k|  8955k|     0 |   0.0 |3103M| 866 |   - |1180 | 369k|   0 |   0 |   0 |2929k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1267.40/1267.42	c  1144s|  9530k|  8955k|     0 |   0.0 |3111M| 866 |   - |1180 | 392k|   0 |   0 |   0 |2971k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1282.10/1282.19	c  1159s|  9540k|  8955k|     0 |   0.0 |3128M| 866 |   - |1180 | 434k|   0 |   0 |   0 |3020k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1285.91/1285.93	c  1162s|  9550k|  8955k|     0 |   0.0 |3144M| 866 |   - |1180 | 483k|   0 |   0 |   0 |3070k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1290.10/1290.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1290.10/1290.10	c  1166s|  9560k|  8955k|     0 |   0.0 |3159M| 866 |   - |1180 | 530k|   0 |   0 |   0 |3121k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1293.40/1293.44	c  1169s|  9570k|  8955k|     0 |   0.0 |3175M| 866 |   - |1180 | 579k|   0 |   0 |   0 |3172k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1297.10/1297.15	c  1173s|  9580k|  8955k|     0 |   0.0 |3192M| 866 |   - |1180 | 627k|   0 |   0 |   0 |3222k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1301.00/1301.01	c  1177s|  9590k|  8955k|     0 |   0.0 |3209M| 866 |   - |1180 | 676k|   0 |   0 |   0 |3273k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1305.20/1305.27	c  1181s|  9600k|  8955k|     0 |   0.0 |3225M| 866 |   - |1180 | 724k|   0 |   0 |   0 |3324k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1308.91/1308.98	c  1184s|  9610k|  8955k|     0 |   0.0 |3242M| 866 |   - |1180 | 773k|   0 |   0 |   0 |3375k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1320.01/1320.04	c  1195s|  9620k|  8955k|     0 |   0.0 |3267M| 866 |   - |1180 | 822k|   0 |   0 |   0 |3426k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1343.80/1343.80	c  1218s|  9630k|  8955k|     0 |   0.0 |3283M| 866 |   - |1180 | 866k|   0 |   0 |   0 |3479k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1355.40/1355.49	c  1230s|  9640k|  8955k|     0 |   0.0 |3301M| 866 |   - |1180 | 912k|   0 |   0 |   0 |3533k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1360.21/1360.25	c  1234s|  9650k|  8955k|     0 |   0.0 |3318M| 866 |   - |1180 | 961k|   0 |   0 |   0 |3586k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1428.61/1428.67	c  1302s|  9660k|  8955k|     0 |   0.0 |3265M| 866 |   - |1180 | 791k|   0 |   0 |   0 |3639k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1519.02/1519.08	c  1392s|  9670k|  8955k|     0 |   0.0 |3278M| 866 |   - |1180 | 828k|   0 |   0 |   0 |3693k|   0 | 0.000000e+00 | 9.860000e+02 |    Inf 
1538.52/1538.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1538.62/1538.60	c 
1538.62/1538.60	c SCIP Status        : solving was interrupted [user interrupt]
1538.62/1538.60	c Solving Time (sec) : 1411.78
1538.62/1538.60	c Solving Nodes      : 9671938
1538.62/1538.60	c Primal Bound       : +9.86000000000000e+02 (7 solutions)
1538.62/1538.60	c Dual Bound         : +0.00000000000000e+00
1538.62/1538.60	c Gap                : infinite
1538.62/1538.61	s SATISFIABLE
1538.62/1538.61	v -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 
1538.62/1538.61	v -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 
1538.62/1538.61	v -x958 -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 x944 -x943 -x942 -x941 -x940 -x939 -x938 
1538.62/1538.61	v -x937 -x936 -x935 -x934 x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 
1538.62/1538.61	v -x916 -x915 -x914 -x913 x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 x898 -x897 -x896 -x895 
1538.62/1538.61	v -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 x880 -x879 -x878 -x877 -x876 -x875 -x874 
1538.62/1538.61	v -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 
1538.62/1538.61	v -x853 -x852 -x851 -x850 -x849 -x848 x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 
1538.62/1538.61	v -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 
1538.62/1538.61	v -x811 -x810 x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 
1538.62/1538.61	v -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 
1538.62/1538.61	v -x769 -x768 -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 
1538.62/1538.61	v -x748 -x747 -x746 -x745 -x744 -x743 x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 
1538.62/1538.61	v -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 
1538.62/1538.61	v -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 x691 -x690 -x689 -x688 -x687 -x686 
1538.62/1538.61	v -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 
1538.62/1538.61	v -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 
1538.62/1538.61	v -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 
1538.62/1538.61	v x623 -x622 -x621 -x620 x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 
1538.62/1538.61	v -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 
1538.62/1538.61	v -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 
1538.62/1538.61	v -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 
1538.62/1538.61	v -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 x521 -x520 -x519 
1538.62/1538.61	v -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 
1538.62/1538.61	v -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 x479 -x478 -x477 
1538.62/1538.61	v -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 
1538.62/1538.61	v -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 x436 -x435 
1538.62/1538.61	v -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 
1538.62/1538.61	v -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 
1538.62/1538.61	v -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 x373 -x372 
1538.62/1538.61	v -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 x357 -x356 -x355 -x354 -x353 -x352 -x351 
1538.62/1538.61	v -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 x334 -x333 -x332 -x331 -x330 
1538.62/1538.61	v -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 
1538.62/1538.61	v -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 
1538.62/1538.61	v -x287 -x286 -x285 x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 
1538.62/1538.61	v -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 
1538.62/1538.61	v -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 
1538.62/1538.61	v -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 
1538.62/1538.61	v -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 
1538.62/1538.61	v x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 
1538.62/1538.61	v -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 
1538.62/1538.61	v -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 x125 -x124 -x123 -x122 -x121 
1538.62/1538.61	v -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 -x103 -x102 -x101 -x100 
1538.62/1538.61	v -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 
1538.62/1538.61	v -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 x51 -x50 
1538.62/1538.61	v -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 
1538.62/1538.61	v -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
1538.62/1538.61	c SCIP Status        : solving was interrupted [user interrupt]
1538.62/1538.61	c Solving Time       :    1411.78
1538.62/1538.61	c Original Problem   :
1538.62/1538.61	c   Problem name     : HOME/instance-2693993-1277920546.wbo
1538.62/1538.61	c   Variables        : 1180 (1090 binary, 0 integer, 0 implicit integer, 90 continuous)
1538.62/1538.61	c   Constraints      : 181 initial, 181 maximal
1538.62/1538.61	c Presolved Problem  :
1538.62/1538.61	c   Problem name     : t_HOME/instance-2693993-1277920546.wbo
1538.62/1538.61	c   Variables        : 1180 (1090 binary, 0 integer, 0 implicit integer, 90 continuous)
1538.62/1538.61	c   Constraints      : 180 initial, 984231 maximal
1538.62/1538.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1538.62/1538.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1538.62/1538.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1538.62/1538.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1538.62/1538.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1538.62/1538.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1538.62/1538.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1538.62/1538.61	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1538.62/1538.61	c   linear           :       0.00          0          0          0         90          0          1          0          0
1538.62/1538.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1538.62/1538.61	c   root node        :          -          0          -          -          0          -          -          -          -
1538.62/1538.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1538.62/1538.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1538.62/1538.61	c   indicator        :         90          0    1080443          0     332816          0      27245          0          0          0
1538.62/1538.61	c   linear           :         90          0   11755405          0    9350996     281571   16231562          0          0          0
1538.62/1538.61	c   logicor          :          0+         0    4229474          0          0      93055    3325751          0          0          0
1538.62/1538.61	c   countsols        :          0          0          0          0    9351000          0          0          0          0          0
1538.62/1538.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1538.62/1538.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1538.62/1538.61	c   indicator        :       0.31       0.00       0.08       0.00       0.23
1538.62/1538.61	c   linear           :     167.26       0.00     165.83       0.00       1.43
1538.62/1538.61	c   logicor          :     280.51       0.00     280.51       0.00       0.00
1538.62/1538.61	c   countsols        :       0.33       0.00       0.00       0.00       0.33
1538.62/1538.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1538.62/1538.61	c   vbounds          :       0.54          2          0          0
1538.62/1538.61	c   rootredcost      :       0.56          0          0          0
1538.62/1538.61	c   pseudoobj        :      32.94   11767660      12394          2
1538.62/1538.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1538.62/1538.61	c   propagation      :     120.72     387020     387020    4482664      113.5    4196132       18.6          -
1538.62/1538.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1538.62/1538.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1538.62/1538.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1538.62/1538.61	c   pseudo solution  :       0.02         25         25        443      143.0        323       21.0          -
1538.62/1538.61	c   applied globally :          -          -          -    3630378       21.1          -          -          -
1538.62/1538.61	c   applied locally  :          -          -          -      72734      141.8          -          -          -
1538.62/1538.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1538.62/1538.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1538.62/1538.61	c   redcost          :       0.00          0          0          0          0          0
1538.62/1538.61	c   impliedbounds    :       0.00          0          0          0          0          0
1538.62/1538.61	c   intobj           :       0.00          0          0          0          0          0
1538.62/1538.61	c   cgmip            :       0.00          0          0          0          0          0
1538.62/1538.61	c   gomory           :       0.00          0          0          0          0          0
1538.62/1538.61	c   strongcg         :       0.00          0          0          0          0          0
1538.62/1538.61	c   cmir             :       0.00          0          0          0          0          0
1538.62/1538.61	c   flowcover        :       0.00          0          0          0          0          0
1538.62/1538.61	c   clique           :       0.00          0          0          0          0          0
1538.62/1538.61	c   zerohalf         :       0.00          0          0          0          0          0
1538.62/1538.61	c   mcf              :       0.00          0          0          0          0          0
1538.62/1538.61	c   rapidlearning    :       0.00          0          0          0          0          0
1538.62/1538.61	c Pricers            :       Time      Calls       Vars
1538.62/1538.61	c   problem variables:       0.00          0          0
1538.62/1538.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1538.62/1538.61	c   relpscost        :       0.00          0          0          0          0          0          0
1538.62/1538.61	c   pscost           :       0.00          0          0          0          0          0          0
1538.62/1538.61	c   inference        :     544.85    9350996          0          0          0          0   18701992
1538.62/1538.61	c   mostinf          :       0.00          0          0          0          0          0          0
1538.62/1538.61	c   leastinf         :       0.00          0          0          0          0          0          0
1538.62/1538.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1538.62/1538.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1538.62/1538.61	c   random           :       0.00          0          0          0          0          0          0
1538.62/1538.61	c Primal Heuristics  :       Time      Calls      Found
1538.62/1538.61	c   LP solutions     :       0.00          -          0
1538.62/1538.61	c   pseudo solutions :       0.44          -          4
1538.62/1538.61	c   oneopt           :       0.81          0          0
1538.62/1538.61	c   trivial          :       0.01          2          2
1538.62/1538.61	c   simplerounding   :       0.00          0          0
1538.62/1538.61	c   zirounding       :       0.00          0          0
1538.62/1538.61	c   rounding         :       0.00          0          0
1538.62/1538.61	c   shifting         :       0.00          0          0
1538.62/1538.61	c   intshifting      :       0.00          0          0
1538.62/1538.61	c   twoopt           :       0.00          0          0
1538.62/1538.61	c   fixandinfer      :       0.00          0          0
1538.62/1538.61	c   feaspump         :       0.00          0          0
1538.62/1538.61	c   coefdiving       :       0.00          0          0
1538.62/1538.61	c   pscostdiving     :       0.00          0          0
1538.62/1538.61	c   fracdiving       :       0.00          0          0
1538.62/1538.61	c   veclendiving     :       0.00          0          0
1538.62/1538.61	c   intdiving        :       0.00          0          0
1538.62/1538.61	c   actconsdiving    :       0.00          0          0
1538.62/1538.61	c   objpscostdiving  :       0.00          0          0
1538.62/1538.61	c   rootsoldiving    :       0.00          0          0
1538.62/1538.61	c   linesearchdiving :       0.00          0          0
1538.62/1538.61	c   guideddiving     :       0.00          0          0
1538.62/1538.61	c   octane           :       0.00          0          0
1538.62/1538.61	c   rens             :       0.00          0          0
1538.62/1538.61	c   rins             :       0.00          0          0
1538.62/1538.61	c   localbranching   :       0.00          0          0
1538.62/1538.61	c   mutation         :       0.00          0          0
1538.62/1538.61	c   crossover        :       0.00          0          0
1538.62/1538.61	c   dins             :       0.00          0          0
1538.62/1538.61	c   undercover       :       0.00          0          0
1538.62/1538.61	c   nlp              :       0.52          0          0
1538.62/1538.61	c   trysol           :       0.49          1          1
1538.62/1538.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1538.62/1538.61	c   primal LP        :       0.00          0          0       0.00          -
1538.62/1538.61	c   dual LP          :       0.00          0          0       0.00          -
1538.62/1538.61	c   lex dual LP      :       0.00          0          0       0.00          -
1538.62/1538.61	c   barrier LP       :       0.00          0          0       0.00          -
1538.62/1538.61	c   diving/probing LP:       0.00          0          0       0.00          -
1538.62/1538.61	c   strong branching :       0.00          0          0       0.00          -
1538.62/1538.61	c     (at root node) :          -          0          0       0.00          -
1538.62/1538.61	c   conflict analysis:       0.00          0          0       0.00          -
1538.62/1538.61	c B&B Tree           :
1538.62/1538.61	c   number of runs   :          1
1538.62/1538.61	c   nodes            :    9671938
1538.62/1538.61	c   nodes (total)    :    9671938
1538.62/1538.61	c   nodes left       :    8955370
1538.62/1538.61	c   max depth        :        866
1538.62/1538.61	c   max depth (total):        866
1538.62/1538.61	c   backtracks       :     200864 (2.1%)
1538.62/1538.61	c   delayed cutoffs  :      74674
1538.62/1538.61	c   repropagations   :     180676 (2378354 domain reductions, 66107 cutoffs)
1538.62/1538.61	c   avg switch length:       3.67
1538.62/1538.61	c   switching time   :     235.11
1538.62/1538.61	c Solution           :
1538.62/1538.61	c   Solutions found  :          7 (5 improvements)
1538.62/1538.61	c   First Solution   : +4.57200000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1538.62/1538.61	c   Primal Bound     : +9.86000000000000e+02   (in run 1, after 9493552 nodes, 1075.28 seconds, depth 847, found by <relaxation>)
1538.62/1538.61	c   Dual Bound       : +0.00000000000000e+00
1538.62/1538.61	c   Gap              :   infinite
1538.62/1538.61	c   Root Dual Bound  : +0.00000000000000e+00
1538.62/1538.61	c   Root Iterations  :          0

Verifier Data

OK	985

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.27 2.18 2.09 4/196 15250
/proc/meminfo: memFree=31148964/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=8812 CPUtime=0
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 1694 0 0 0 0 0 0 0 25 0 1 0 133350951 9023488 1616 4089446400 4194304 7136930 140736200176848 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15250/statm: 2203 1616 275 719 0 1482 0

[startup+0.0326591 s]
/proc/loadavg: 2.27 2.18 2.09 4/196 15250
/proc/meminfo: memFree=31148964/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=14624 CPUtime=0.02
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 3603 0 0 0 2 0 0 0 25 0 1 0 133350951 14974976 2914 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15250/statm: 3656 2914 383 719 0 2935 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14624

[startup+0.100645 s]
/proc/loadavg: 2.27 2.18 2.09 4/196 15250
/proc/meminfo: memFree=31148964/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=15412 CPUtime=0.09
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 3836 0 0 0 9 0 0 0 25 0 1 0 133350951 15781888 3147 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15250/statm: 3853 3147 390 719 0 3132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15412

[startup+0.300606 s]
/proc/loadavg: 2.27 2.18 2.09 4/196 15250
/proc/meminfo: memFree=31148964/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=16344 CPUtime=0.29
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 4076 0 0 0 28 1 0 0 25 0 1 0 133350951 16736256 3387 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15250/statm: 4086 3387 390 719 0 3365 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16344

[startup+0.70054 s]
/proc/loadavg: 2.27 2.18 2.09 4/196 15250
/proc/meminfo: memFree=31148964/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=18116 CPUtime=0.69
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 4529 0 0 0 66 3 0 0 25 0 1 0 133350951 18550784 3840 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15250/statm: 4529 3840 390 719 0 3808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18116

[startup+1.5004 s]
/proc/loadavg: 2.27 2.18 2.09 3/197 15251
/proc/meminfo: memFree=31133720/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=21820 CPUtime=1.49
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 5475 0 0 0 141 8 0 0 25 0 1 0 133350951 22343680 4786 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15250/statm: 5455 4786 390 719 0 4734 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21820

[startup+3.10113 s]
/proc/loadavg: 2.27 2.18 2.09 3/197 15251
/proc/meminfo: memFree=31128636/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=28424 CPUtime=3.09
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 7190 0 0 0 294 15 0 0 25 0 1 0 133350951 29106176 6501 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15250/statm: 7106 6501 390 719 0 6385 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28424

[startup+6.30047 s]
/proc/loadavg: 2.24 2.18 2.09 3/197 15251
/proc/meminfo: memFree=31100984/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=46244 CPUtime=6.3
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 11660 0 0 0 599 31 0 0 25 0 1 0 133350951 47353856 10971 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15250/statm: 11561 10971 390 719 0 10840 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 46244

[startup+12.7003 s]
/proc/loadavg: 2.22 2.17 2.09 4/197 15251
/proc/meminfo: memFree=31080780/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=68340 CPUtime=12.68
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 16918 0 0 0 1210 58 0 0 25 0 1 0 133350951 69980160 16229 4089446400 4194304 7136930 140736200176848 18446744073709551615 4642989 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15250/statm: 17085 16229 390 719 0 16364 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68340

[startup+25.5011 s]
/proc/loadavg: 2.17 2.16 2.08 3/197 15251
/proc/meminfo: memFree=31038564/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=112832 CPUtime=25.48
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 27525 0 0 0 2415 133 0 0 25 0 1 0 133350951 115539968 26836 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15250/statm: 28208 26836 390 719 0 27487 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112832

[startup+51.1006 s]
/proc/loadavg: 2.11 2.15 2.08 3/197 15252
/proc/meminfo: memFree=30951676/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=204396 CPUtime=51.08
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 49390 0 0 0 4815 293 0 0 25 0 1 0 133350951 209301504 48701 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15250/statm: 51099 48701 390 719 0 50378 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 204396

[startup+102.306 s]
/proc/loadavg: 2.05 2.12 2.08 3/197 15253
/proc/meminfo: memFree=30781364/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=380260 CPUtime=102.28
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 91258 0 0 0 9620 608 0 0 25 0 1 0 133350951 389386240 90569 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15250/statm: 95065 90569 390 719 0 94344 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 380260

[startup+162.301 s]
/proc/loadavg: 2.09 2.12 2.08 3/197 15255
/proc/meminfo: memFree=30579928/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=573044 CPUtime=162.28
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 141794 0 0 0 15249 979 0 0 25 0 1 0 133350951 586797056 141105 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15250/statm: 143261 141105 390 719 0 142540 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 573044

[startup+222.3 s]
/proc/loadavg: 2.07 2.11 2.08 3/197 15257
/proc/meminfo: memFree=30381352/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=793940 CPUtime=222.28
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 191096 0 0 0 20870 1358 0 0 25 0 1 0 133350951 812994560 190407 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15250/statm: 198485 190407 390 719 0 197764 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 793940

[startup+282.301 s]
/proc/loadavg: 2.02 2.08 2.07 3/179 15388
/proc/meminfo: memFree=30449696/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=979320 CPUtime=282.28
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 239527 0 0 0 26394 1834 0 0 25 0 1 0 133350951 1002823680 238838 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 244830 238838 390 719 0 244109 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 979320

[startup+342.301 s]
/proc/loadavg: 2.01 2.07 2.06 3/179 15398
/proc/meminfo: memFree=30141128/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=1148692 CPUtime=342.28
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 283747 0 0 0 31588 2640 0 0 25 0 1 0 133350951 1176260608 283058 4089446400 4194304 7136930 140736200176848 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 287173 283058 390 719 0 286452 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1148692

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/179 15400
/proc/meminfo: memFree=29853740/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=1305024 CPUtime=402.28
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 324304 0 0 0 36894 3334 0 0 25 0 1 0 133350951 1336344576 323615 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 326256 323615 390 719 0 325535 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1305024

[startup+462.301 s]
/proc/loadavg: 2.00 2.04 2.05 3/179 15402
/proc/meminfo: memFree=29639276/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=1417408 CPUtime=462.28
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 352984 0 0 0 42410 3818 0 0 25 0 1 0 133350951 1451425792 352272 4089446400 4194304 7136930 140736200176848 18446744073709551615 5000121 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 354352 352272 390 719 0 353631 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1417408

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/179 15404
/proc/meminfo: memFree=29372564/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=1651476 CPUtime=522.29
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 397144 0 0 0 47538 4691 0 0 25 0 1 0 133350951 1691111424 396432 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 412869 396432 390 719 0 412148 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1651476

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.04 3/179 15405
/proc/meminfo: memFree=29102288/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=1818292 CPUtime=582.28
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 441006 0 0 0 52700 5528 0 0 25 0 1 0 133350951 1861931008 440294 4089446400 4194304 7136930 140736200176848 18446744073709551615 4643174 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 454573 440294 390 719 0 453852 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1818292

[startup+642.301 s]
/proc/loadavg: 2.04 2.03 2.04 3/179 15406
/proc/meminfo: memFree=28830660/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=1985036 CPUtime=642.3
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 484848 0 0 0 57856 6374 0 0 25 0 1 0 133350951 2032676864 484136 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 496259 484136 390 719 0 495538 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1985036

[startup+702.3 s]

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

/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 573403 0 0 0 68142 8088 0 0 25 0 1 0 133350951 2377715712 572691 4089446400 4194304 7136930 140736200176848 18446744073709551615 4407919 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 580497 572691 390 719 0 579776 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 2321988

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 15412
/proc/meminfo: memFree=28017244/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=2492972 CPUtime=822.29
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 618333 0 0 0 73275 8954 0 0 25 0 1 0 133350951 2552803328 617621 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 623243 617621 390 719 0 622522 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 2492972

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 15413
/proc/meminfo: memFree=27763372/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=2642160 CPUtime=882.29
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 657508 0 0 0 78537 9692 0 0 25 0 1 0 133350951 2705571840 656796 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 660540 656796 390 719 0 659819 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 2642160

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 15414
/proc/meminfo: memFree=27533140/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=2776652 CPUtime=942.29
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 692837 0 0 0 83856 10373 0 0 25 0 1 0 133350951 2843291648 692125 4089446400 4194304 7136930 140736200176848 18446744073709551615 5906002 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 694163 692125 390 719 0 693442 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 2776652

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 15416
/proc/meminfo: memFree=27257656/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3078868 CPUtime=1002.3
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 737822 0 0 0 89002 11228 0 0 25 0 1 0 133350951 3152760832 737110 4089446400 4194304 7136930 140736200176848 18446744073709551615 4431822 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 769717 737110 390 719 0 768996 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 3078868

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15418
/proc/meminfo: memFree=26875048/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3381476 CPUtime=1062.3
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 845995 0 0 0 94373 11857 0 0 25 0 1 0 133350951 3462631424 810299 4089446400 4194304 7136930 140736200176848 18446744073709551615 4227150 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 845369 810299 391 719 0 844648 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 3381476

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15420
/proc/meminfo: memFree=26650044/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3512764 CPUtime=1122.3
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 877710 0 0 0 100200 12030 0 0 25 0 1 0 133350951 3597070336 842014 4089446400 4194304 7136930 140736200176848 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 878191 842014 391 719 0 877470 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 3512764

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 15421
/proc/meminfo: memFree=26426652/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3651540 CPUtime=1182.3
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 911134 0 0 0 106077 12153 0 0 25 0 1 0 133350951 3739176960 875438 4089446400 4194304 7136930 140736200176848 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 912885 875438 391 719 0 912164 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 3651540

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15422
/proc/meminfo: memFree=26289944/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3692796 CPUtime=1242.31
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 921259 0 0 0 111972 12259 0 0 25 0 1 0 133350951 3781423104 885563 4089446400 4194304 7136930 140736200176848 18446744073709551615 4431726 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 923199 885563 391 719 0 922478 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 3692796

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/179 15424
/proc/meminfo: memFree=26148024/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3741404 CPUtime=1302.3
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 932920 0 0 0 117772 12458 0 0 25 0 1 0 133350951 3831197696 897224 4089446400 4194304 7136930 140736200176848 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 935351 897224 391 719 0 934630 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 3741404

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15426
/proc/meminfo: memFree=25920536/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3876188 CPUtime=1362.31
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 966809 0 0 0 123612 12619 0 0 25 0 1 0 133350951 3969216512 931113 4089446400 4194304 7136930 140736200176848 18446744073709551615 5004405 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 969047 931113 391 719 0 968326 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 3876188

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 15428
/proc/meminfo: memFree=25818920/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3883148 CPUtime=1422.31
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 968594 0 0 0 129591 12640 0 0 25 0 1 0 133350951 3976343552 932898 4089446400 4194304 7136930 140736200176848 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 970787 932898 391 719 0 970066 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 3883148

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15429
/proc/meminfo: memFree=25724736/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3883148 CPUtime=1482.31
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 968636 0 0 0 135571 12660 0 0 25 0 1 0 133350951 3976343552 932940 4089446400 4194304 7136930 140736200176848 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 970787 932940 391 719 0 970066 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 3883148



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1538.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 15430
/proc/meminfo: memFree=25626104/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3892300 CPUtime=1538.52
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 970874 0 0 0 141168 12684 0 0 25 0 1 0 133350951 3985715200 935178 4089446400 4194304 7136930 140736200176848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15250/statm: 973075 935178 391 719 0 972354 0
Current children cumulated CPU time (s) 1538.52
Current children cumulated vsize (KiB) 3892300

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15250

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

[startup+1539 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 15431
/proc/meminfo: memFree=25625724/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3892300 CPUtime=1539.01
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 970958 0 0 0 141217 12684 0 0 18 0 1 0 133350951 3985715200 935262 4089446400 4194304 7136930 140736200176848 18446744073709551615 6165617 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15250/statm: 973075 935262 397 719 0 972354 0
Current children cumulated CPU time (s) 1539.01
Current children cumulated vsize (KiB) 3892300

[startup+1539.8 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 15431
/proc/meminfo: memFree=25625724/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3892300 CPUtime=1539.81
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 970958 0 0 0 141297 12684 0 0 19 0 1 0 133350951 3985715200 935262 4089446400 4194304 7136930 140736200176848 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15250/statm: 973075 935262 397 719 0 972354 0
Current children cumulated CPU time (s) 1539.81
Current children cumulated vsize (KiB) 3892300

[startup+1540.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15431
/proc/meminfo: memFree=25623616/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=3892300 CPUtime=1540.21
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4202496 970958 0 0 0 141337 12684 0 0 20 0 1 0 133350951 3985715200 935262 4089446400 4194304 7136930 140736200176848 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15250/statm: 973075 935262 397 719 0 972354 0
Current children cumulated CPU time (s) 1540.21
Current children cumulated vsize (KiB) 3892300

[startup+1540.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15431
/proc/meminfo: memFree=25623616/32950928 swapFree=4192956/4192956
[pid=15250] ppid=15248 vsize=0 CPUtime=1540.61
/proc/15250/stat : 15250 (pbscip.linux.x8) R 15248 15250 14030 0 -1 4203524 970958 0 0 0 141368 12693 0 0 21 0 1 0 133350951 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/15250/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1540.61
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1540.63
CPU time (s): 1540.65
CPU user time (s): 1413.68
CPU system time (s): 126.964
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3892300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1413.68
system time used= 126.964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 970958
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 14076

runsolver used 2.6496 second user time and 5.38318 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 19:55:46
IDJOB=2693993
IDBENCH=79162
IDSOLVER=1206
FILE ID=node124/2693993-1277920546
PBS_JOBID= 11197317
Free space on /tmp= 130620 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-chnl20_25_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-2693993-1277920546/watcher-2693993-1277920546 -o /tmp/evaluation-result-2693993-1277920546/solver-2693993-1277920546 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693993-1277920546.wbo -t 1800 -m 3800

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

MD5SUM BENCH= cad14126bbe64a82703c3144c4e347cd
RANDOM SEED=863001791

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31149368 kB
Buffers:        205860 kB
Cached:        1123416 kB
SwapCached:          0 kB
Active:         846284 kB
Inactive:       838564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31149368 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:      355684 kB
Mapped:          20288 kB
Slab:            81508 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:  1656384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130616 MiB
End job on node124 at 2010-06-30 20:21:27