Trace number 2693733

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) 1469.86 1469.83

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMfbd3a39d50404986b242d7bfefa0e7f6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.077987
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints55
Number of constraints which are clauses42
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 constraint21
Top cost 2274
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 2273
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
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-2693733-1277891138.wbo>
0.00/0.00	c original problem has 950 variables (895 bin, 0 int, 0 impl, 55 cont) and 138 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 55 impls, 10 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 55 impls, 10 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 17 upgd conss, 55 impls, 10 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 55 chg bounds, 0 chg sides, 0 chg coeffs, 27 upgd conss, 55 impls, 10 clqs
0.00/0.02	c    (0.0s) probing: 101/895 (11.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 55 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  55 implications, 10 cliques
0.00/0.02	c presolved problem has 950 variables (895 bin, 0 int, 0 impl, 55 cont) and 137 constraints
0.00/0.02	c      55 constraints of type <indicator>
0.00/0.02	c      10 constraints of type <setppc>
0.00/0.02	c      55 constraints of type <linear>
0.00/0.02	c      17 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - |1936k|   0 |   - | 950 | 137 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.86	c   0.7s| 10000 |  9836 |     0 |   0.0 |5388k| 727 |   - | 950 | 425 |   0 |   0 |   0 | 717 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.71	c   1.4s| 20000 | 19656 |     0 |   0.0 |8516k| 727 |   - | 950 | 527 |   0 |   0 |   0 |1748 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.54	c   2.0s| 30000 | 29454 |     0 |   0.0 |  11M| 727 |   - | 950 | 581 |   0 |   0 |   0 |2876 |   0 | 0.000000e+00 |      --      |    Inf 
3.29/3.32	c   2.6s| 40000 | 39224 |     0 |   0.0 |  14M| 727 |   - | 950 | 527 |   0 |   0 |   0 |4241 |   0 | 0.000000e+00 |      --      |    Inf 
4.09/4.12	c   3.3s| 50000 | 48555 |     0 |   0.0 |  17M| 727 |   - | 950 | 455 |   0 |   0 |   0 |5319 |   0 | 0.000000e+00 |      --      |    Inf 
4.89/4.99	c   4.0s| 60000 | 58389 |     0 |   0.0 |  20M| 727 |   - | 950 | 560 |   0 |   0 |   0 |6217 |   0 | 0.000000e+00 |      --      |    Inf 
5.79/5.88	c   4.7s| 70000 | 68179 |     0 |   0.0 |  23M| 727 |   - | 950 | 591 |   0 |   0 |   0 |7345 |   0 | 0.000000e+00 |      --      |    Inf 
6.69/6.77	c   5.4s| 80000 | 77977 |     0 |   0.0 |  26M| 727 |   - | 950 | 578 |   0 |   0 |   0 |8473 |   0 | 0.000000e+00 |      --      |    Inf 
7.59/7.65	c   6.1s| 90000 | 87787 |     0 |   0.0 |  29M| 727 |   - | 950 | 584 |   0 |   0 |   0 |9534 |   0 | 0.000000e+00 |      --      |    Inf 
8.49/8.55	c   6.8s|100000 | 97590 |     0 |   0.0 |  32M| 727 |   - | 950 | 595 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.45	c   7.6s|110000 |107373 |     0 |   0.0 |  35M| 727 |   - | 950 | 627 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
10.29/10.34	c   8.3s|120000 |117174 |     0 |   0.0 |  37M| 727 |   - | 950 | 650 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
11.19/11.23	c   9.1s|130000 |126948 |     0 |   0.0 |  40M| 727 |   - | 950 | 713 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
12.10/12.12	c   9.8s|140000 |136749 |     0 |   0.0 |  43M| 727 |   - | 950 | 689 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
12.99/13.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.99/13.01	c  10.5s|150000 |146547 |     0 |   0.0 |  46M| 727 |   - | 950 | 771 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
13.90/13.90	c  11.3s|160000 |156347 |     0 |   0.0 |  49M| 727 |   - | 950 | 792 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
14.69/14.79	c  12.0s|170000 |166152 |     0 |   0.0 |  52M| 727 |   - | 950 | 784 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
15.59/15.68	c  12.7s|180000 |175956 |     0 |   0.0 |  55M| 727 |   - | 950 | 814 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
16.50/16.58	c  13.4s|190000 |185747 |     0 |   0.0 |  57M| 727 |   - | 950 | 823 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
17.39/17.47	c  14.2s|200000 |195526 |     0 |   0.0 |  60M| 727 |   - | 950 | 811 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
18.29/18.36	c  14.9s|210000 |205325 |     0 |   0.0 |  63M| 727 |   - | 950 | 834 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
19.19/19.26	c  15.6s|220000 |215102 |     0 |   0.0 |  66M| 727 |   - | 950 | 874 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
20.09/20.16	c  16.4s|230000 |224903 |     0 |   0.0 |  69M| 727 |   - | 950 | 841 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
20.99/21.04	c  17.1s|240000 |234698 |     0 |   0.0 |  72M| 727 |   - | 950 | 906 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
21.89/21.93	c  17.8s|250000 |244499 |     0 |   0.0 |  75M| 727 |   - | 950 | 856 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
22.80/22.82	c  18.5s|260000 |254281 |     0 |   0.0 |  78M| 727 |   - | 950 | 908 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
23.69/23.71	c  19.2s|270000 |264056 |     0 |   0.0 |  81M| 727 |   - | 950 | 986 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
24.59/24.60	c  20.0s|280000 |273837 |     0 |   0.0 |  83M| 727 |   - | 950 | 952 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
25.39/25.49	c  20.7s|290000 |283626 |     0 |   0.0 |  86M| 727 |   - | 950 | 980 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
26.30/26.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.30/26.38	c  21.4s|300000 |293417 |     0 |   0.0 |  89M| 727 |   - | 950 | 941 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
27.19/27.27	c  22.2s|310000 |303195 |     0 |   0.0 |  92M| 727 |   - | 950 | 952 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
28.09/28.16	c  22.9s|320000 |312989 |     0 |   0.0 |  95M| 727 |   - | 950 | 972 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
28.99/29.04	c  23.6s|330000 |322776 |     0 |   0.0 |  98M| 727 |   - | 950 | 934 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
29.89/29.92	c  24.4s|340000 |332578 |     0 |   0.0 | 101M| 727 |   - | 950 |1019 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
30.70/30.80	c  25.1s|350000 |342372 |     0 |   0.0 | 104M| 727 |   - | 950 | 995 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
31.59/31.68	c  25.8s|360000 |352181 |     0 |   0.0 | 106M| 727 |   - | 950 | 981 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
32.49/32.56	c  26.5s|370000 |361967 |     0 |   0.0 | 109M| 727 |   - | 950 | 979 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
33.39/33.43	c  27.2s|380000 |371760 |     0 |   0.0 | 112M| 727 |   - | 950 | 954 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
34.30/34.32	c  27.9s|390000 |381534 |     0 |   0.0 | 115M| 727 |   - | 950 |1012 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
35.20/35.20	c  28.7s|400000 |391306 |     0 |   0.0 | 118M| 727 |   - | 950 |1063 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
35.99/36.08	c  29.4s|410000 |401100 |     0 |   0.0 | 121M| 727 |   - | 950 | 993 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
36.89/36.95	c  30.1s|420000 |410888 |     0 |   0.0 | 124M| 727 |   - | 950 |1023 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
37.79/37.83	c  30.8s|430000 |420686 |     0 |   0.0 | 127M| 727 |   - | 950 | 975 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
38.69/38.70	c  31.5s|440000 |430451 |     0 |   0.0 | 130M| 727 |   - | 950 |1096 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
39.50/39.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.50/39.58	c  32.2s|450000 |440238 |     0 |   0.0 | 133M| 727 |   - | 950 |1082 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
40.39/40.45	c  32.9s|460000 |450024 |     0 |   0.0 | 136M| 727 |   - | 950 |1069 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
41.29/41.33	c  33.6s|470000 |459816 |     0 |   0.0 | 138M| 727 |   - | 950 |1012 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
42.19/42.21	c  34.3s|480000 |469584 |     0 |   0.0 | 141M| 727 |   - | 950 |1073 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
42.99/43.08	c  35.0s|490000 |479385 |     0 |   0.0 | 144M| 727 |   - | 950 |1042 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
43.90/43.96	c  35.8s|500000 |489173 |     0 |   0.0 | 147M| 727 |   - | 950 |1076 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
44.79/44.83	c  36.5s|510000 |498959 |     0 |   0.0 | 150M| 727 |   - | 950 |1099 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
45.69/45.70	c  37.2s|520000 |508740 |     0 |   0.0 | 153M| 727 |   - | 950 |1141 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
46.49/46.59	c  37.9s|530000 |518523 |     0 |   0.0 | 156M| 727 |   - | 950 |1060 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
47.40/47.46	c  38.6s|540000 |528307 |     0 |   0.0 | 159M| 727 |   - | 950 |1039 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
48.30/48.33	c  39.3s|550000 |538089 |     0 |   0.0 | 162M| 727 |   - | 950 |1133 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
49.19/49.21	c  40.0s|560000 |547871 |     0 |   0.0 | 165M| 727 |   - | 950 |1058 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
49.99/50.08	c  40.7s|570000 |557662 |     0 |   0.0 | 168M| 727 |   - | 950 |1073 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
50.89/50.96	c  41.4s|580000 |567454 |     0 |   0.0 | 170M| 727 |   - | 950 |1050 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
51.79/51.83	c  42.1s|590000 |577243 |     0 |   0.0 | 173M| 727 |   - | 950 |1087 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
52.70/52.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.70/52.71	c  42.8s|600000 |587018 |     0 |   0.0 | 176M| 727 |   - | 950 |1100 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
53.49/53.59	c  43.5s|610000 |596790 |     0 |   0.0 | 179M| 727 |   - | 950 |1145 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
54.39/54.45	c  44.2s|620000 |606584 |     0 |   0.0 | 182M| 727 |   - | 950 |1141 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
55.30/55.34	c  44.9s|630000 |616347 |     0 |   0.0 | 185M| 727 |   - | 950 |1153 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
56.19/56.21	c  45.6s|640000 |626133 |     0 |   0.0 | 188M| 727 |   - | 950 |1198 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
56.99/57.08	c  46.4s|650000 |635909 |     0 |   0.0 | 191M| 727 |   - | 950 |1189 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
57.89/57.96	c  47.1s|660000 |645692 |     0 |   0.0 | 194M| 727 |   - | 950 |1150 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
58.79/58.83	c  47.8s|670000 |655467 |     0 |   0.0 | 197M| 727 |   - | 950 |1119 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
59.70/59.70	c  48.5s|680000 |665225 |     0 |   0.0 | 199M| 727 |   - | 950 |1147 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
60.50/60.57	c  49.2s|690000 |675022 |     0 |   0.0 | 202M| 727 |   - | 950 |1088 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
61.40/61.44	c  49.9s|700000 |684796 |     0 |   0.0 | 205M| 727 |   - | 950 |1131 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
62.29/62.32	c  50.6s|710000 |694584 |     0 |   0.0 | 208M| 727 |   - | 950 |1121 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
63.19/63.20	c  51.3s|720000 |704344 |     0 |   0.0 | 211M| 727 |   - | 950 |1123 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
64.00/64.07	c  52.0s|730000 |714103 |     0 |   0.0 | 214M| 727 |   - | 950 |1129 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
64.89/64.95	c  52.7s|740000 |723871 |     0 |   0.0 | 217M| 727 |   - | 950 |1172 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
65.79/65.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.79/65.83	c  53.5s|750000 |733652 |     0 |   0.0 | 220M| 727 |   - | 950 |1138 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
66.59/66.69	c  54.2s|760000 |743433 |     0 |   0.0 | 223M| 727 |   - | 950 |1144 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
67.59/67.60	c  54.9s|770000 |753179 |     0 |   0.0 | 226M| 727 |   - | 950 |1159 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
68.39/68.47	c  55.6s|780000 |762960 |     0 |   0.0 | 228M| 727 |   - | 950 |1131 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
69.29/69.35	c  56.3s|790000 |772738 |     0 |   0.0 | 231M| 727 |   - | 950 |1174 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
70.19/70.23	c  57.0s|800000 |782494 |     0 |   0.0 | 234M| 727 |   - | 950 |1156 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
71.09/71.11	c  57.8s|810000 |792253 |     0 |   0.0 | 237M| 727 |   - | 950 |1170 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
71.89/71.99	c  58.5s|820000 |802023 |     0 |   0.0 | 240M| 727 |   - | 950 |1127 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
72.79/72.86	c  59.2s|830000 |811803 |     0 |   0.0 | 243M| 727 |   - | 950 |1149 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
73.70/73.74	c  59.9s|840000 |821559 |     0 |   0.0 | 246M| 727 |   - | 950 |1261 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
74.59/74.61	c  60.5s|850000 |831324 |     0 |   0.0 | 249M| 727 |   - | 950 |1159 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
75.39/75.49	c  61.3s|860000 |841083 |     0 |   0.0 | 252M| 727 |   - | 950 |1215 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
76.29/76.37	c  62.0s|870000 |850838 |     0 |   0.0 | 255M| 727 |   - | 950 |1270 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
77.20/77.25	c  62.7s|880000 |860596 |     0 |   0.0 | 258M| 727 |   - | 950 |1281 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
78.10/78.13	c  63.4s|890000 |870349 |     0 |   0.0 | 260M| 727 |   - | 950 |1210 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
78.99/79.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.99/79.02	c  64.1s|900000 |880103 |     0 |   0.0 | 263M| 727 |   - | 950 |1225 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
79.80/79.90	c  64.8s|910000 |889854 |     0 |   0.0 | 266M| 727 |   - | 950 |1291 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
80.69/80.76	c  65.5s|920000 |899632 |     0 |   0.0 | 269M| 727 |   - | 950 |1216 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
81.59/81.63	c  66.2s|930000 |909403 |     0 |   0.0 | 272M| 727 |   - | 950 |1246 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
82.49/82.51	c  66.9s|940000 |919153 |     0 |   0.0 | 275M| 727 |   - | 950 |1237 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
83.29/83.39	c  67.6s|950000 |928909 |     0 |   0.0 | 278M| 727 |   - | 950 |1288 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
84.19/84.26	c  68.3s|960000 |938671 |     0 |   0.0 | 281M| 727 |   - | 950 |1236 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
85.09/85.15	c  69.0s|970000 |948417 |     0 |   0.0 | 283M| 727 |   - | 950 |1299 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
85.99/86.02	c  69.8s|980000 |958169 |     0 |   0.0 | 286M| 727 |   - | 950 |1299 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
86.80/86.90	c  70.5s|990000 |967938 |     0 |   0.0 | 289M| 727 |   - | 950 |1229 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
87.69/87.77	c  71.2s|  1000k|977674 |     0 |   0.0 | 292M| 727 |   - | 950 |1267 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
88.60/88.65	c  71.9s|  1010k|987424 |     0 |   0.0 | 295M| 727 |   - | 950 |1287 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
89.49/89.53	c  72.6s|  1020k|997190 |     0 |   0.0 | 298M| 727 |   - | 950 |1306 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
90.39/90.43	c  73.3s|  1030k|  1006k|     0 |   0.0 | 301M| 727 |   - | 950 |1311 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
91.29/91.32	c  74.1s|  1040k|  1016k|     0 |   0.0 | 304M| 727 |   - | 950 |1404 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
92.10/92.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.10/92.19	c  74.8s|  1050k|  1026k|     0 |   0.0 | 307M| 727 |   - | 950 |1344 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
92.99/93.07	c  75.5s|  1060k|  1036k|     0 |   0.0 | 310M| 727 |   - | 950 |1322 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
93.89/93.95	c  76.2s|  1070k|  1045k|     0 |   0.0 | 313M| 727 |   - | 950 |1272 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
94.79/94.85	c  76.9s|  1080k|  1055k|     0 |   0.0 | 315M| 727 |   - | 950 |1191 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
95.70/95.72	c  77.6s|  1090k|  1065k|     0 |   0.0 | 318M| 727 |   - | 950 |1331 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
96.59/96.61	c  78.3s|  1100k|  1075k|     0 |   0.0 | 321M| 727 |   - | 950 |1333 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
97.39/97.48	c  79.0s|  1110k|  1084k|     0 |   0.0 | 324M| 727 |   - | 950 |1371 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
98.29/98.37	c  79.8s|  1120k|  1094k|     0 |   0.0 | 327M| 727 |   - | 950 |1242 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
99.20/99.24	c  80.5s|  1130k|  1104k|     0 |   0.0 | 330M| 727 |   - | 950 |1247 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
100.10/100.12	c  81.2s|  1140k|  1114k|     0 |   0.0 | 333M| 727 |   - | 950 |1229 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
100.89/100.98	c  81.9s|  1150k|  1123k|     0 |   0.0 | 336M| 727 |   - | 950 |1324 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
101.80/101.87	c  82.6s|  1160k|  1133k|     0 |   0.0 | 339M| 727 |   - | 950 |1312 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
102.69/102.75	c  83.3s|  1170k|  1143k|     0 |   0.0 | 342M| 727 |   - | 950 |1385 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
103.60/103.63	c  84.0s|  1180k|  1153k|     0 |   0.0 | 345M| 727 |   - | 950 |1314 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
104.50/104.51	c  84.7s|  1190k|  1162k|     0 |   0.0 | 348M| 727 |   - | 950 |1291 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
105.30/105.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.30/105.39	c  85.5s|  1200k|  1172k|     0 |   0.0 | 350M| 727 |   - | 950 |1324 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
106.19/106.26	c  86.2s|  1210k|  1182k|     0 |   0.0 | 353M| 727 |   - | 950 |1304 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
107.09/107.15	c  86.9s|  1220k|  1192k|     0 |   0.0 | 356M| 727 |   - | 950 |1321 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
107.99/108.01	c  87.6s|  1230k|  1201k|     0 |   0.0 | 359M| 727 |   - | 950 |1313 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
108.80/108.88	c  88.3s|  1240k|  1211k|     0 |   0.0 | 362M| 727 |   - | 950 |1297 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
109.70/109.77	c  89.0s|  1250k|  1221k|     0 |   0.0 | 365M| 727 |   - | 950 |1312 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
110.59/110.65	c  89.7s|  1260k|  1231k|     0 |   0.0 | 368M| 727 |   - | 950 |1348 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
111.50/111.53	c  90.4s|  1270k|  1240k|     0 |   0.0 | 371M| 727 |   - | 950 |1278 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
112.29/112.39	c  91.1s|  1280k|  1250k|     0 |   0.0 | 374M| 727 |   - | 950 |1390 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
113.20/113.29	c  91.9s|  1290k|  1260k|     0 |   0.0 | 377M| 727 |   - | 950 |1311 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
114.10/114.16	c  92.6s|  1300k|  1270k|     0 |   0.0 | 380M| 727 |   - | 950 |1402 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
115.00/115.03	c  93.3s|  1310k|  1279k|     0 |   0.0 | 383M| 727 |   - | 950 |1314 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
115.89/115.90	c  94.0s|  1320k|  1289k|     0 |   0.0 | 386M| 727 |   - | 950 |1375 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
116.70/116.79	c  94.7s|  1330k|  1299k|     0 |   0.0 | 389M| 727 |   - | 950 |1309 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
117.60/117.69	c  95.4s|  1340k|  1309k|     0 |   0.0 | 392M| 727 |   - | 950 |1405 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
118.50/118.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.50/118.59	c  96.2s|  1350k|  1318k|     0 |   0.0 | 394M| 727 |   - | 950 |1327 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
119.40/119.45	c  96.9s|  1360k|  1328k|     0 |   0.0 | 397M| 727 |   - | 950 |1382 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
120.30/120.33	c  97.6s|  1370k|  1338k|     0 |   0.0 | 400M| 727 |   - | 950 |1391 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
121.19/121.20	c  98.3s|  1380k|  1347k|     0 |   0.0 | 403M| 727 |   - | 950 |1469 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
122.00/122.09	c  99.1s|  1390k|  1357k|     0 |   0.0 | 406M| 727 |   - | 950 |1421 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
122.90/122.98	c  99.8s|  1400k|  1367k|     0 |   0.0 | 409M| 727 |   - | 950 |1384 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
123.79/123.85	c   101s|  1410k|  1377k|     0 |   0.0 | 412M| 727 |   - | 950 |1497 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
124.70/124.72	c   101s|  1420k|  1386k|     0 |   0.0 | 415M| 727 |   - | 950 |1408 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
125.50/125.57	c   102s|  1430k|  1396k|     0 |   0.0 | 418M| 727 |   - | 950 |1451 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
126.40/126.45	c   103s|  1440k|  1406k|     0 |   0.0 | 421M| 727 |   - | 950 |1344 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
127.30/127.34	c   103s|  1450k|  1416k|     0 |   0.0 | 424M| 727 |   - | 950 |1433 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
128.19/128.22	c   104s|  1460k|  1425k|     0 |   0.0 | 427M| 727 |   - | 950 |1347 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
129.09/129.11	c   105s|  1470k|  1435k|     0 |   0.0 | 430M| 727 |   - | 950 |1437 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
129.89/129.97	c   105s|  1480k|  1445k|     0 |   0.0 | 433M| 727 |   - | 950 |1334 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
130.80/130.84	c   106s|  1490k|  1455k|     0 |   0.0 | 436M| 727 |   - | 950 |1467 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
131.69/131.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.69/131.73	c   107s|  1500k|  1464k|     0 |   0.0 | 439M| 727 |   - | 950 |1412 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
132.59/132.61	c   108s|  1510k|  1474k|     0 |   0.0 | 441M| 727 |   - | 950 |1408 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
133.40/133.48	c   108s|  1520k|  1484k|     0 |   0.0 | 444M| 727 |   - | 950 |1336 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
134.30/134.38	c   109s|  1530k|  1494k|     0 |   0.0 | 447M| 727 |   - | 950 |1461 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
135.20/135.24	c   110s|  1540k|  1503k|     0 |   0.0 | 450M| 727 |   - | 950 |1407 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
136.09/136.12	c   110s|  1550k|  1513k|     0 |   0.0 | 453M| 727 |   - | 950 |1490 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
136.99/137.00	c   111s|  1560k|  1523k|     0 |   0.0 | 456M| 727 |   - | 950 |1428 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
137.79/137.89	c   112s|  1570k|  1532k|     0 |   0.0 | 459M| 727 |   - | 950 |1566 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
138.69/138.79	c   112s|  1580k|  1542k|     0 |   0.0 | 462M| 727 |   - | 950 |1533 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
139.60/139.66	c   113s|  1590k|  1552k|     0 |   0.0 | 465M| 727 |   - | 950 |1514 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
140.50/140.52	c   114s|  1600k|  1562k|     0 |   0.0 | 468M| 727 |   - | 950 |1388 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
141.40/141.42	c   115s|  1610k|  1571k|     0 |   0.0 | 471M| 727 |   - | 950 |1521 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
142.19/142.28	c   115s|  1620k|  1581k|     0 |   0.0 | 474M| 727 |   - | 950 |1515 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
143.10/143.16	c   116s|  1630k|  1591k|     0 |   0.0 | 477M| 727 |   - | 950 |1486 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
144.00/144.06	c   117s|  1640k|  1601k|     0 |   0.0 | 480M| 727 |   - | 950 |1440 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
144.89/144.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
144.89/144.95	c   117s|  1650k|  1610k|     0 |   0.0 | 483M| 727 |   - | 950 |1513 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
145.80/145.86	c   118s|  1660k|  1620k|     0 |   0.0 | 486M| 727 |   - | 950 |1488 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
146.70/146.73	c   119s|  1670k|  1630k|     0 |   0.0 | 489M| 727 |   - | 950 |1433 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
147.59/147.60	c   120s|  1680k|  1639k|     0 |   0.0 | 491M| 727 |   - | 950 |1435 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
148.40/148.47	c   120s|  1690k|  1649k|     0 |   0.0 | 494M| 727 |   - | 950 |1452 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
149.29/149.34	c   121s|  1700k|  1659k|     0 |   0.0 | 497M| 727 |   - | 950 |1463 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
150.19/150.24	c   122s|  1710k|  1669k|     0 |   0.0 | 500M| 727 |   - | 950 |1501 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
151.09/151.11	c   122s|  1720k|  1678k|     0 |   0.0 | 503M| 727 |   - | 950 |1592 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
152.00/152.00	c   123s|  1730k|  1688k|     0 |   0.0 | 506M| 727 |   - | 950 |1597 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
152.80/152.88	c   124s|  1740k|  1698k|     0 |   0.0 | 509M| 727 |   - | 950 |1650 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
153.70/153.78	c   125s|  1750k|  1707k|     0 |   0.0 | 512M| 727 |   - | 950 |1684 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
154.59/154.66	c   125s|  1760k|  1717k|     0 |   0.0 | 515M| 727 |   - | 950 |1760 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
155.50/155.55	c   126s|  1770k|  1727k|     0 |   0.0 | 518M| 727 |   - | 950 |1731 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
156.39/156.42	c   127s|  1780k|  1737k|     0 |   0.0 | 521M| 727 |   - | 950 |1736 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
157.30/157.32	c   127s|  1790k|  1746k|     0 |   0.0 | 524M| 727 |   - | 950 |1768 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
158.19/158.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.19/158.20	c   128s|  1800k|  1756k|     0 |   0.0 | 527M| 727 |   - | 950 |1743 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
159.00/159.09	c   129s|  1810k|  1766k|     0 |   0.0 | 530M| 727 |   - | 950 |1646 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
159.89/159.98	c   129s|  1820k|  1775k|     0 |   0.0 | 533M| 727 |   - | 950 |1657 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
160.79/160.86	c   130s|  1830k|  1785k|     0 |   0.0 | 536M| 727 |   - | 950 |1704 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
161.70/161.76	c   131s|  1840k|  1795k|     0 |   0.0 | 539M| 727 |   - | 950 |1749 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
162.60/162.66	c   132s|  1850k|  1804k|     0 |   0.0 | 542M| 727 |   - | 950 |1681 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
163.49/163.54	c   132s|  1860k|  1814k|     0 |   0.0 | 545M| 727 |   - | 950 |1700 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
164.40/164.44	c   133s|  1870k|  1824k|     0 |   0.0 | 548M| 727 |   - | 950 |1712 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
165.29/165.32	c   134s|  1880k|  1834k|     0 |   0.0 | 551M| 727 |   - | 950 |1796 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
166.19/166.22	c   135s|  1890k|  1843k|     0 |   0.0 | 554M| 727 |   - | 950 |1709 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
167.00/167.09	c   135s|  1900k|  1853k|     0 |   0.0 | 557M| 727 |   - | 950 |1769 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
167.90/167.97	c   136s|  1910k|  1863k|     0 |   0.0 | 560M| 727 |   - | 950 |1782 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
168.80/168.84	c   137s|  1920k|  1872k|     0 |   0.0 | 563M| 727 |   - | 950 |1737 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
169.70/169.75	c   137s|  1930k|  1882k|     0 |   0.0 | 566M| 727 |   - | 950 |1784 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
170.60/170.64	c   138s|  1940k|  1892k|     0 |   0.0 | 569M| 727 |   - | 950 |1805 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
171.50/171.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.50/171.54	c   139s|  1950k|  1901k|     0 |   0.0 | 572M| 727 |   - | 950 |1688 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
172.39/172.45	c   139s|  1960k|  1911k|     0 |   0.0 | 575M| 727 |   - | 950 |1814 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
173.30/173.32	c   140s|  1970k|  1921k|     0 |   0.0 | 578M| 727 |   - | 950 |1848 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
174.19/174.22	c   141s|  1980k|  1931k|     0 |   0.0 | 581M| 727 |   - | 950 |1912 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
175.10/175.13	c   142s|  1990k|  1940k|     0 |   0.0 | 584M| 727 |   - | 950 |1784 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
176.00/176.02	c   142s|  2000k|  1950k|     0 |   0.0 | 587M| 727 |   - | 950 |1787 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
176.80/176.90	c   143s|  2010k|  1960k|     0 |   0.0 | 589M| 727 |   - | 950 |1770 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
177.70/177.78	c   144s|  2020k|  1969k|     0 |   0.0 | 592M| 727 |   - | 950 |1722 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
178.59/178.67	c   144s|  2030k|  1979k|     0 |   0.0 | 595M| 727 |   - | 950 |1838 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
179.49/179.56	c   145s|  2040k|  1989k|     0 |   0.0 | 598M| 727 |   - | 950 |1851 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
180.40/180.46	c   146s|  2050k|  1998k|     0 |   0.0 | 601M| 727 |   - | 950 |1926 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
181.29/181.36	c   147s|  2060k|  2008k|     0 |   0.0 | 604M| 727 |   - | 950 |1920 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
182.19/182.26	c   147s|  2070k|  2018k|     0 |   0.0 | 607M| 727 |   - | 950 |1980 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
183.09/183.17	c   148s|  2080k|  2027k|     0 |   0.0 | 610M| 727 |   - | 950 |1927 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
183.99/184.06	c   149s|  2090k|  2037k|     0 |   0.0 | 613M| 727 |   - | 950 |1922 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
184.90/184.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.90/184.95	c   149s|  2100k|  2047k|     0 |   0.0 | 616M| 727 |   - | 950 |1837 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
185.80/185.86	c   150s|  2110k|  2057k|     0 |   0.0 | 619M| 727 |   - | 950 |1870 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
186.70/186.75	c   151s|  2120k|  2066k|     0 |   0.0 | 622M| 727 |   - | 950 |1866 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
187.60/187.65	c   152s|  2130k|  2076k|     0 |   0.0 | 625M| 727 |   - | 950 |1805 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
188.50/188.55	c   152s|  2140k|  2086k|     0 |   0.0 | 628M| 727 |   - | 950 |1861 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
189.40/189.46	c   153s|  2150k|  2095k|     0 |   0.0 | 631M| 727 |   - | 950 |1901 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
190.30/190.34	c   154s|  2160k|  2105k|     0 |   0.0 | 634M| 727 |   - | 950 |1832 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
191.19/191.25	c   155s|  2170k|  2115k|     0 |   0.0 | 637M| 727 |   - | 950 |2019 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
192.09/192.13	c   155s|  2180k|  2124k|     0 |   0.0 | 640M| 727 |   - | 950 |1895 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
192.99/193.05	c   156s|  2190k|  2134k|     0 |   0.0 | 643M| 727 |   - | 950 |2039 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
193.89/193.93	c   157s|  2200k|  2144k|     0 |   0.0 | 646M| 727 |   - | 950 |2049 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
194.79/194.84	c   157s|  2210k|  2153k|     0 |   0.0 | 649M| 727 |   - | 950 |1956 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
195.70/195.73	c   158s|  2220k|  2163k|     0 |   0.0 | 652M| 727 |   - | 950 |2017 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
196.59/196.66	c   159s|  2230k|  2173k|     0 |   0.0 | 655M| 727 |   - | 950 |2058 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
197.50/197.52	c   160s|  2240k|  2182k|     0 |   0.0 | 658M| 727 |   - | 950 |1898 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
198.40/198.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.40/198.40	c   160s|  2250k|  2192k|     0 |   0.0 | 661M| 727 |   - | 950 |1881 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
199.19/199.28	c   161s|  2260k|  2202k|     0 |   0.0 | 664M| 727 |   - | 950 |1991 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
200.10/200.15	c   162s|  2270k|  2211k|     0 |   0.0 | 667M| 727 |   - | 950 |1930 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
201.00/201.06	c   162s|  2280k|  2221k|     0 |   0.0 | 670M| 727 |   - | 950 |1879 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
201.90/201.94	c   163s|  2290k|  2231k|     0 |   0.0 | 673M| 727 |   - | 950 |1897 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
202.80/202.85	c   164s|  2300k|  2240k|     0 |   0.0 | 676M| 727 |   - | 950 |1987 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
203.70/203.73	c   165s|  2310k|  2250k|     0 |   0.0 | 679M| 727 |   - | 950 |1982 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
204.60/204.64	c   165s|  2320k|  2260k|     0 |   0.0 | 682M| 727 |   - | 950 |1975 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
205.50/205.54	c   166s|  2330k|  2269k|     0 |   0.0 | 685M| 727 |   - | 950 |2046 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
206.39/206.45	c   167s|  2340k|  2279k|     0 |   0.0 | 688M| 727 |   - | 950 |2186 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
207.29/207.32	c   167s|  2350k|  2289k|     0 |   0.0 | 691M| 727 |   - | 950 |2081 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
208.29/208.30	c   168s|  2360k|  2298k|     0 |   0.0 | 694M| 727 |   - | 950 |2136 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
209.09/209.16	c   169s|  2370k|  2308k|     0 |   0.0 | 697M| 727 |   - | 950 |2067 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
210.00/210.07	c   170s|  2380k|  2318k|     0 |   0.0 | 700M| 727 |   - | 950 |2007 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
211.00/211.00	c   171s|  2390k|  2327k|     0 |   0.0 | 703M| 727 |   - | 950 |2163 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
211.89/211.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.89/211.92	c   171s|  2400k|  2337k|     0 |   0.0 | 706M| 727 |   - | 950 |2131 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
212.80/212.81	c   172s|  2410k|  2347k|     0 |   0.0 | 709M| 727 |   - | 950 |2120 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
213.60/213.69	c   173s|  2420k|  2356k|     0 |   0.0 | 712M| 727 |   - | 950 |2140 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
214.51/214.59	c   173s|  2430k|  2366k|     0 |   0.0 | 715M| 727 |   - | 950 |2176 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
215.39/215.46	c   174s|  2440k|  2376k|     0 |   0.0 | 718M| 727 |   - | 950 |2075 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
216.30/216.37	c   175s|  2450k|  2385k|     0 |   0.0 | 721M| 727 |   - | 950 |2140 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
217.20/217.26	c   176s|  2460k|  2395k|     0 |   0.0 | 724M| 727 |   - | 950 |2001 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
218.09/218.16	c   176s|  2470k|  2405k|     0 |   0.0 | 727M| 727 |   - | 950 |2169 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
219.00/219.03	c   177s|  2480k|  2414k|     0 |   0.0 | 730M| 727 |   - | 950 |2019 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
219.90/219.98	c   178s|  2490k|  2424k|     0 |   0.0 | 733M| 727 |   - | 950 |2142 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
220.80/220.89	c   179s|  2500k|  2434k|     0 |   0.0 | 736M| 727 |   - | 950 |2199 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
221.80/221.82	c   179s|  2510k|  2443k|     0 |   0.0 | 739M| 727 |   - | 950 |2262 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
222.69/222.72	c   180s|  2520k|  2453k|     0 |   0.0 | 742M| 727 |   - | 950 |2110 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
223.59/223.61	c   181s|  2530k|  2463k|     0 |   0.0 | 745M| 727 |   - | 950 |2127 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
224.49/224.51	c   182s|  2540k|  2472k|     0 |   0.0 | 748M| 727 |   - | 950 |2139 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
225.30/225.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.30/225.39	c   182s|  2550k|  2482k|     0 |   0.0 | 751M| 727 |   - | 950 |2183 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
226.30/226.30	c   183s|  2560k|  2492k|     0 |   0.0 | 754M| 727 |   - | 950 |2213 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
227.20/227.22	c   184s|  2570k|  2501k|     0 |   0.0 | 757M| 727 |   - | 950 |2288 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
228.09/228.14	c   184s|  2580k|  2511k|     0 |   0.0 | 760M| 727 |   - | 950 |2286 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
229.00/229.03	c   185s|  2590k|  2520k|     0 |   0.0 | 763M| 727 |   - | 950 |2258 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
230.00/230.00	c   186s|  2600k|  2530k|     0 |   0.0 | 767M| 727 |   - | 950 |2433 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
230.91/230.91	c   187s|  2610k|  2540k|     0 |   0.0 | 770M| 727 |   - | 950 |2218 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
231.79/231.84	c   187s|  2620k|  2549k|     0 |   0.0 | 773M| 727 |   - | 950 |2289 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
232.69/232.72	c   188s|  2630k|  2559k|     0 |   0.0 | 776M| 727 |   - | 950 |2178 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
233.59/233.64	c   189s|  2640k|  2569k|     0 |   0.0 | 779M| 727 |   - | 950 |2347 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
234.49/234.51	c   190s|  2650k|  2578k|     0 |   0.0 | 782M| 727 |   - | 950 |2267 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
235.40/235.42	c   190s|  2660k|  2588k|     0 |   0.0 | 785M| 727 |   - | 950 |2365 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
236.30/236.31	c   191s|  2670k|  2598k|     0 |   0.0 | 788M| 727 |   - | 950 |2451 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
237.20/237.21	c   192s|  2680k|  2607k|     0 |   0.0 | 791M| 727 |   - | 950 |2325 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
237.99/238.08	c   193s|  2690k|  2617k|     0 |   0.0 | 794M| 727 |   - | 950 |2357 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
238.90/238.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.90/238.98	c   193s|  2700k|  2627k|     0 |   0.0 | 797M| 727 |   - | 950 |2409 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
239.89/239.91	c   194s|  2710k|  2636k|     0 |   0.0 | 800M| 727 |   - | 950 |2469 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
240.80/240.82	c   195s|  2720k|  2646k|     0 |   0.0 | 803M| 727 |   - | 950 |2507 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
241.70/241.75	c   196s|  2730k|  2655k|     0 |   0.0 | 806M| 727 |   - | 950 |2526 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
242.60/242.63	c   196s|  2740k|  2665k|     0 |   0.0 | 809M| 727 |   - | 950 |2404 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
243.50/243.53	c   197s|  2750k|  2675k|     0 |   0.0 | 812M| 727 |   - | 950 |2370 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
244.40/244.40	c   198s|  2760k|  2684k|     0 |   0.0 | 815M| 727 |   - | 950 |2365 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
245.30/245.34	c   198s|  2770k|  2694k|     0 |   0.0 | 818M| 727 |   - | 950 |2486 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
246.19/246.21	c   199s|  2780k|  2704k|     0 |   0.0 | 821M| 727 |   - | 950 |2341 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
247.09/247.13	c   200s|  2790k|  2713k|     0 |   0.0 | 824M| 727 |   - | 950 |2443 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
247.99/248.02	c   201s|  2800k|  2723k|     0 |   0.0 | 827M| 727 |   - | 950 |2478 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
248.89/248.92	c   201s|  2810k|  2733k|     0 |   0.0 | 830M| 727 |   - | 950 |2518 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
249.80/249.88	c   202s|  2820k|  2742k|     0 |   0.0 | 833M| 727 |   - | 950 |2524 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
250.70/250.78	c   203s|  2830k|  2752k|     0 |   0.0 | 836M| 727 |   - | 950 |2420 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
251.70/251.71	c   204s|  2840k|  2761k|     0 |   0.0 | 839M| 727 |   - | 950 |2306 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
252.59/252.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
252.59/252.62	c   204s|  2850k|  2771k|     0 |   0.0 | 842M| 727 |   - | 950 |2485 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
253.49/253.53	c   205s|  2860k|  2781k|     0 |   0.0 | 845M| 727 |   - | 950 |2512 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
254.40/254.41	c   206s|  2870k|  2790k|     0 |   0.0 | 848M| 727 |   - | 950 |2523 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
255.30/255.31	c   207s|  2880k|  2800k|     0 |   0.0 | 851M| 727 |   - | 950 |2560 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
256.10/256.19	c   207s|  2890k|  2810k|     0 |   0.0 | 854M| 727 |   - | 950 |2466 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
257.10/257.19	c   208s|  2900k|  2819k|     0 |   0.0 | 857M| 727 |   - | 950 |2565 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
258.00/258.08	c   209s|  2910k|  2829k|     0 |   0.0 | 860M| 727 |   - | 950 |2545 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
259.00/259.02	c   210s|  2920k|  2838k|     0 |   0.0 | 864M| 727 |   - | 950 |2513 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
259.90/259.93	c   210s|  2930k|  2848k|     0 |   0.0 | 867M| 727 |   - | 950 |2435 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
260.80/260.87	c   211s|  2940k|  2858k|     0 |   0.0 | 870M| 727 |   - | 950 |2486 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
261.71/261.78	c   212s|  2950k|  2867k|     0 |   0.0 | 873M| 727 |   - | 950 |2444 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
262.70/262.71	c   213s|  2960k|  2877k|     0 |   0.0 | 876M| 727 |   - | 950 |2536 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
263.59/263.63	c   213s|  2970k|  2886k|     0 |   0.0 | 879M| 727 |   - | 950 |2493 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
264.50/264.55	c   214s|  2980k|  2896k|     0 |   0.0 | 882M| 727 |   - | 950 |2628 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
265.50/265.51	c   215s|  2990k|  2906k|     0 |   0.0 | 885M| 727 |   - | 950 |2567 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
266.40/266.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
266.40/266.40	c   216s|  3000k|  2915k|     0 |   0.0 | 888M| 727 |   - | 950 |2518 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
267.39/267.41	c   216s|  3010k|  2925k|     0 |   0.0 | 891M| 727 |   - | 950 |2703 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
268.31/268.31	c   217s|  3020k|  2934k|     0 |   0.0 | 894M| 727 |   - | 950 |2637 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
269.30/269.30	c   218s|  3030k|  2944k|     0 |   0.0 | 897M| 727 |   - | 950 |2774 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
270.20/270.22	c   219s|  3040k|  2954k|     0 |   0.0 | 900M| 727 |   - | 950 |2789 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
271.10/271.15	c   219s|  3050k|  2963k|     0 |   0.0 | 903M| 727 |   - | 950 |2681 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
272.00/272.04	c   220s|  3060k|  2973k|     0 |   0.0 | 906M| 727 |   - | 950 |2500 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
272.90/272.99	c   221s|  3070k|  2982k|     0 |   0.0 | 909M| 727 |   - | 950 |2589 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
273.91/273.96	c   222s|  3080k|  2992k|     0 |   0.0 | 912M| 727 |   - | 950 |2714 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
274.79/274.87	c   222s|  3090k|  3002k|     0 |   0.0 | 916M| 727 |   - | 950 |2626 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
275.69/275.78	c   223s|  3100k|  3011k|     0 |   0.0 | 919M| 727 |   - | 950 |2479 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
276.70/276.71	c   224s|  3110k|  3021k|     0 |   0.0 | 922M| 727 |   - | 950 |2556 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
277.60/277.61	c   225s|  3120k|  3030k|     0 |   0.0 | 925M| 727 |   - | 950 |2548 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
278.39/278.48	c   225s|  3130k|  3040k|     0 |   0.0 | 928M| 727 |   - | 950 |2645 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
279.41/279.42	c   226s|  3140k|  3050k|     0 |   0.0 | 931M| 727 |   - | 950 |2628 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
280.29/280.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.29/280.31	c   227s|  3150k|  3059k|     0 |   0.0 | 934M| 727 |   - | 950 |2760 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
281.30/281.37	c   228s|  3160k|  3069k|     0 |   0.0 | 937M| 727 |   - | 950 |2781 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
282.20/282.26	c   229s|  3170k|  3078k|     0 |   0.0 | 940M| 727 |   - | 950 |2799 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
283.20/283.22	c   229s|  3180k|  3088k|     0 |   0.0 | 943M| 727 |   - | 950 |2737 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
284.09/284.13	c   230s|  3190k|  3097k|     0 |   0.0 | 946M| 727 |   - | 950 |2800 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
285.00/285.08	c   231s|  3200k|  3107k|     0 |   0.0 | 949M| 727 |   - | 950 |2877 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 |      --      |    Inf 
286.00/286.04	c   232s|  3210k|  3117k|     0 |   0.0 | 952M| 727 |   - | 950 |2874 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 |      --      |    Inf 
286.90/286.98	c   232s|  3220k|  3126k|     0 |   0.0 | 955M| 727 |   - | 950 |2949 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
287.90/287.95	c   233s|  3230k|  3136k|     0 |   0.0 | 958M| 727 |   - | 950 |2805 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 |      --      |    Inf 
288.90/288.93	c   234s|  3240k|  3145k|     0 |   0.0 | 962M| 727 |   - | 950 |2946 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
289.80/289.87	c   235s|  3250k|  3155k|     0 |   0.0 | 965M| 727 |   - | 950 |2894 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 |      --      |    Inf 
290.70/290.79	c   235s|  3260k|  3164k|     0 |   0.0 | 968M| 727 |   - | 950 |2875 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 |      --      |    Inf 
291.70/291.75	c   236s|  3270k|  3174k|     0 |   0.0 | 971M| 727 |   - | 950 |2862 |   0 |   0 |   0 | 513k|   0 | 0.000000e+00 |      --      |    Inf 
292.69/292.70	c   237s|  3280k|  3184k|     0 |   0.0 | 974M| 727 |   - | 950 |2953 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 |      --      |    Inf 
293.61/293.66	c   238s|  3290k|  3193k|     0 |   0.0 | 977M| 727 |   - | 950 |2850 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 |      --      |    Inf 
294.50/294.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.50/294.57	c   239s|  3300k|  3203k|     0 |   0.0 | 980M| 727 |   - | 950 |2892 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 |      --      |    Inf 
295.50/295.59	c   239s|  3310k|  3212k|     0 |   0.0 | 983M| 727 |   - | 950 |3013 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
296.40/296.46	c   240s|  3320k|  3222k|     0 |   0.0 | 986M| 727 |   - | 950 |2887 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 |      --      |    Inf 
297.40/297.40	c   241s|  3330k|  3231k|     0 |   0.0 | 989M| 727 |   - | 950 |2961 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 |      --      |    Inf 
298.20/298.27	c   242s|  3340k|  3241k|     0 |   0.0 | 992M| 727 |   - | 950 |2897 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 |      --      |    Inf 
299.20/299.22	c   242s|  3350k|  3251k|     0 |   0.0 | 995M| 727 |   - | 950 |2893 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 |      --      |    Inf 
300.10/300.15	c   243s|  3360k|  3260k|     0 |   0.0 | 998M| 727 |   - | 950 |2915 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 |      --      |    Inf 
301.10/301.12	c   244s|  3370k|  3270k|     0 |   0.0 |1002M| 727 |   - | 950 |2867 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 |      --      |    Inf 
302.00/302.03	c   245s|  3380k|  3279k|     0 |   0.0 |1005M| 727 |   - | 950 |2913 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 |      --      |    Inf 
302.89/302.98	c   245s|  3390k|  3289k|     0 |   0.0 |1008M| 727 |   - | 950 |3016 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 |      --      |    Inf 
303.90/303.90	c   246s|  3400k|  3298k|     0 |   0.0 |1011M| 727 |   - | 950 |2870 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 |      --      |    Inf 
304.80/304.81	c   247s|  3410k|  3308k|     0 |   0.0 |1014M| 727 |   - | 950 |2979 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
305.70/305.77	c   248s|  3420k|  3318k|     0 |   0.0 |1017M| 727 |   - | 950 |2873 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 |      --      |    Inf 
306.60/306.69	c   248s|  3430k|  3327k|     0 |   0.0 |1020M| 727 |   - | 950 |3053 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 |      --      |    Inf 
307.60/307.65	c   249s|  3440k|  3337k|     0 |   0.0 |1023M| 727 |   - | 950 |2974 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 |      --      |    Inf 
308.50/308.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
308.50/308.59	c   250s|  3450k|  3346k|     0 |   0.0 |1026M| 727 |   - | 950 |3121 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 |      --      |    Inf 
309.50/309.51	c   251s|  3460k|  3356k|     0 |   0.0 |1029M| 727 |   - | 950 |2880 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 |      --      |    Inf 
310.39/310.41	c   251s|  3470k|  3365k|     0 |   0.0 |1033M| 727 |   - | 950 |3017 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 |      --      |    Inf 
311.30/311.34	c   252s|  3480k|  3375k|     0 |   0.0 |1036M| 727 |   - | 950 |2897 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 |      --      |    Inf 
312.19/312.24	c   253s|  3490k|  3384k|     0 |   0.0 |1039M| 727 |   - | 950 |2962 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 |      --      |    Inf 
313.19/313.22	c   254s|  3500k|  3394k|     0 |   0.0 |1042M| 727 |   - | 950 |2826 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 |      --      |    Inf 
314.10/314.14	c   254s|  3510k|  3404k|     0 |   0.0 |1045M| 727 |   - | 950 |2937 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 |      --      |    Inf 
315.10/315.12	c   255s|  3520k|  3413k|     0 |   0.0 |1048M| 727 |   - | 950 |3048 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 |      --      |    Inf 
316.10/316.10	c   256s|  3530k|  3423k|     0 |   0.0 |1051M| 727 |   - | 950 |3002 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 |      --      |    Inf 
317.20/317.20	c   257s|  3540k|  3432k|     0 |   0.0 |1054M| 727 |   - | 950 |2964 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 |      --      |    Inf 
317.99/318.09	c   258s|  3550k|  3442k|     0 |   0.0 |1057M| 727 |   - | 950 |3028 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
319.10/319.10	c   259s|  3560k|  3451k|     0 |   0.0 |1061M| 727 |   - | 950 |3154 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 |      --      |    Inf 
320.00/320.00	c   259s|  3570k|  3461k|     0 |   0.0 |1064M| 727 |   - | 950 |3019 |   0 |   0 |   0 | 583k|   0 | 0.000000e+00 |      --      |    Inf 
320.99/321.05	c   260s|  3580k|  3470k|     0 |   0.0 |1067M| 727 |   - | 950 |3194 |   0 |   0 |   0 | 586k|   0 | 0.000000e+00 |      --      |    Inf 
321.90/321.95	c   261s|  3590k|  3480k|     0 |   0.0 |1070M| 727 |   - | 950 |3165 |   0 |   0 |   0 | 588k|   0 | 0.000000e+00 |      --      |    Inf 
323.00/323.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.00/323.07	c   262s|  3600k|  3489k|     0 |   0.0 |1073M| 727 |   - | 950 |3385 |   0 |   0 |   0 | 591k|   0 | 0.000000e+00 |      --      |    Inf 
323.90/323.99	c   263s|  3610k|  3499k|     0 |   0.0 |1076M| 727 |   - | 950 |3109 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 |      --      |    Inf 
325.00/325.03	c   264s|  3620k|  3508k|     0 |   0.0 |1079M| 727 |   - | 950 |3037 |   0 |   0 |   0 | 596k|   0 | 0.000000e+00 |      --      |    Inf 
325.90/325.99	c   264s|  3630k|  3518k|     0 |   0.0 |1082M| 727 |   - | 950 |3252 |   0 |   0 |   0 | 599k|   0 | 0.000000e+00 |      --      |    Inf 
327.00/327.05	c   265s|  3640k|  3527k|     0 |   0.0 |1086M| 727 |   - | 950 |3451 |   0 |   0 |   0 | 602k|   0 | 0.000000e+00 |      --      |    Inf 
327.90/327.99	c   266s|  3650k|  3537k|     0 |   0.0 |1089M| 727 |   - | 950 |3309 |   0 |   0 |   0 | 604k|   0 | 0.000000e+00 |      --      |    Inf 
329.00/329.01	c   267s|  3660k|  3546k|     0 |   0.0 |1092M| 727 |   - | 950 |3432 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 |      --      |    Inf 
329.90/329.97	c   268s|  3670k|  3556k|     0 |   0.0 |1095M| 727 |   - | 950 |3204 |   0 |   0 |   0 | 609k|   0 | 0.000000e+00 |      --      |    Inf 
331.01/331.06	c   269s|  3680k|  3565k|     0 |   0.0 |1098M| 727 |   - | 950 |3457 |   0 |   0 |   0 | 612k|   0 | 0.000000e+00 |      --      |    Inf 
332.00/332.03	c   269s|  3690k|  3575k|     0 |   0.0 |1101M| 727 |   - | 950 |3313 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 |      --      |    Inf 
333.10/333.10	c   270s|  3700k|  3584k|     0 |   0.0 |1104M| 727 |   - | 950 |3477 |   0 |   0 |   0 | 617k|   0 | 0.000000e+00 |      --      |    Inf 
334.00/334.04	c   271s|  3710k|  3594k|     0 |   0.0 |1108M| 727 |   - | 950 |3552 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 |      --      |    Inf 
335.00/335.08	c   272s|  3720k|  3603k|     0 |   0.0 |1111M| 727 |   - | 950 |3603 |   0 |   0 |   0 | 623k|   0 | 0.000000e+00 |      --      |    Inf 
336.00/336.02	c   273s|  3730k|  3613k|     0 |   0.0 |1114M| 727 |   - | 950 |3400 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 |      --      |    Inf 
337.00/337.04	c   273s|  3740k|  3622k|     0 |   0.0 |1117M| 727 |   - | 950 |3568 |   0 |   0 |   0 | 628k|   0 | 0.000000e+00 |      --      |    Inf 
337.90/337.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.90/337.95	c   274s|  3750k|  3632k|     0 |   0.0 |1120M| 727 |   - | 950 |3508 |   0 |   0 |   0 | 631k|   0 | 0.000000e+00 |      --      |    Inf 
338.90/338.98	c   275s|  3760k|  3641k|     0 |   0.0 |1123M| 727 |   - | 950 |3649 |   0 |   0 |   0 | 633k|   0 | 0.000000e+00 |      --      |    Inf 
339.91/339.97	c   276s|  3770k|  3651k|     0 |   0.0 |1126M| 727 |   - | 950 |3492 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 |      --      |    Inf 
340.90/341.00	c   277s|  3780k|  3660k|     0 |   0.0 |1130M| 727 |   - | 950 |3690 |   0 |   0 |   0 | 639k|   0 | 0.000000e+00 |      --      |    Inf 
342.01/342.02	c   278s|  3790k|  3670k|     0 |   0.0 |1133M| 727 |   - | 950 |3588 |   0 |   0 |   0 | 642k|   0 | 0.000000e+00 |      --      |    Inf 
343.00/343.00	c   278s|  3800k|  3679k|     0 |   0.0 |1136M| 727 |   - | 950 |3418 |   0 |   0 |   0 | 645k|   0 | 0.000000e+00 |      --      |    Inf 
344.00/344.07	c   279s|  3810k|  3689k|     0 |   0.0 |1139M| 727 |   - | 950 |3630 |   0 |   0 |   0 | 648k|   0 | 0.000000e+00 |      --      |    Inf 
345.00/345.07	c   280s|  3820k|  3698k|     0 |   0.0 |1142M| 727 |   - | 950 |3718 |   0 |   0 |   0 | 650k|   0 | 0.000000e+00 |      --      |    Inf 
346.10/346.11	c   281s|  3830k|  3708k|     0 |   0.0 |1145M| 727 |   - | 950 |3810 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 |      --      |    Inf 
347.00/347.07	c   282s|  3840k|  3717k|     0 |   0.0 |1148M| 727 |   - | 950 |3638 |   0 |   0 |   0 | 656k|   0 | 0.000000e+00 |      --      |    Inf 
348.10/348.17	c   283s|  3850k|  3726k|     0 |   0.0 |1152M| 727 |   - | 950 |3817 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 |      --      |    Inf 
349.10/349.17	c   284s|  3860k|  3736k|     0 |   0.0 |1155M| 727 |   - | 950 |3827 |   0 |   0 |   0 | 662k|   0 | 0.000000e+00 |      --      |    Inf 
350.20/350.20	c   284s|  3870k|  3745k|     0 |   0.0 |1158M| 727 |   - | 950 |3524 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 |      --      |    Inf 
351.30/351.33	c   285s|  3880k|  3755k|     0 |   0.0 |1161M| 727 |   - | 950 |3829 |   0 |   0 |   0 | 669k|   0 | 0.000000e+00 |      --      |    Inf 
352.30/352.38	c   286s|  3890k|  3764k|     0 |   0.0 |1164M| 727 |   - | 950 |3878 |   0 |   0 |   0 | 672k|   0 | 0.000000e+00 |      --      |    Inf 
353.40/353.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.40/353.45	c   287s|  3900k|  3774k|     0 |   0.0 |1168M| 727 |   - | 950 |3765 |   0 |   0 |   0 | 675k|   0 | 0.000000e+00 |      --      |    Inf 
354.40/354.43	c   288s|  3910k|  3783k|     0 |   0.0 |1171M| 727 |   - | 950 |3819 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 |      --      |    Inf 
355.40/355.43	c   289s|  3920k|  3792k|     0 |   0.0 |1174M| 727 |   - | 950 |3798 |   0 |   0 |   0 | 681k|   0 | 0.000000e+00 |      --      |    Inf 
356.50/356.51	c   290s|  3930k|  3802k|     0 |   0.0 |1177M| 727 |   - | 950 |4004 |   0 |   0 |   0 | 684k|   0 | 0.000000e+00 |      --      |    Inf 
357.51/357.55	c   291s|  3940k|  3811k|     0 |   0.0 |1180M| 727 |   - | 950 |4138 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 |      --      |    Inf 
358.60/358.66	c   291s|  3950k|  3821k|     0 |   0.0 |1183M| 727 |   - | 950 |4020 |   0 |   0 |   0 | 691k|   0 | 0.000000e+00 |      --      |    Inf 
359.70/359.73	c   292s|  3960k|  3830k|     0 |   0.0 |1187M| 727 |   - | 950 |4120 |   0 |   0 |   0 | 694k|   0 | 0.000000e+00 |      --      |    Inf 
360.70/360.76	c   293s|  3970k|  3839k|     0 |   0.0 |1190M| 727 |   - | 950 |4161 |   0 |   0 |   0 | 697k|   0 | 0.000000e+00 |      --      |    Inf 
361.81/361.84	c   294s|  3980k|  3849k|     0 |   0.0 |1193M| 727 |   - | 950 |4144 |   0 |   0 |   0 | 701k|   0 | 0.000000e+00 |      --      |    Inf 
362.91/362.92	c   295s|  3990k|  3858k|     0 |   0.0 |1196M| 727 |   - | 950 |3936 |   0 |   0 |   0 | 704k|   0 | 0.000000e+00 |      --      |    Inf 
363.90/363.97	c   296s|  4000k|  3868k|     0 |   0.0 |1199M| 727 |   - | 950 |4002 |   0 |   0 |   0 | 707k|   0 | 0.000000e+00 |      --      |    Inf 
365.10/365.13	c   297s|  4010k|  3877k|     0 |   0.0 |1203M| 727 |   - | 950 |4054 |   0 |   0 |   0 | 711k|   0 | 0.000000e+00 |      --      |    Inf 
366.10/366.19	c   298s|  4020k|  3886k|     0 |   0.0 |1206M| 727 |   - | 950 |3928 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 |      --      |    Inf 
367.20/367.29	c   299s|  4030k|  3896k|     0 |   0.0 |1209M| 727 |   - | 950 |4144 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 |      --      |    Inf 
368.40/368.44	c   300s|  4040k|  3905k|     0 |   0.0 |1212M| 727 |   - | 950 |4091 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 |      --      |    Inf 
369.40/369.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.40/369.49	c   301s|  4050k|  3915k|     0 |   0.0 |1216M| 727 |   - | 950 |4102 |   0 |   0 |   0 | 724k|   0 | 0.000000e+00 |      --      |    Inf 
370.50/370.60	c   302s|  4060k|  3924k|     0 |   0.0 |1219M| 727 |   - | 950 |4175 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 |      --      |    Inf 
371.70/371.74	c   303s|  4070k|  3933k|     0 |   0.0 |1222M| 727 |   - | 950 |4316 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 |      --      |    Inf 
372.70/372.80	c   304s|  4080k|  3942k|     0 |   0.0 |1225M| 727 |   - | 950 |4420 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 |      --      |    Inf 
373.80/373.84	c   304s|  4090k|  3952k|     0 |   0.0 |1229M| 727 |   - | 950 |4417 |   0 |   0 |   0 | 738k|   0 | 0.000000e+00 |      --      |    Inf 
375.00/375.04	c   305s|  4100k|  3961k|     0 |   0.0 |1232M| 727 |   - | 950 |4519 |   0 |   0 |   0 | 742k|   0 | 0.000000e+00 |      --      |    Inf 
376.11/376.20	c   306s|  4110k|  3970k|     0 |   0.0 |1235M| 727 |   - | 950 |4360 |   0 |   0 |   0 | 746k|   0 | 0.000000e+00 |      --      |    Inf 
377.20/377.30	c   307s|  4120k|  3980k|     0 |   0.0 |1238M| 727 |   - | 950 |4285 |   0 |   0 |   0 | 750k|   0 | 0.000000e+00 |      --      |    Inf 
378.40/378.45	c   308s|  4130k|  3989k|     0 |   0.0 |1242M| 727 |   - | 950 |4474 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 |      --      |    Inf 
379.60/379.68	c   309s|  4140k|  3998k|     0 |   0.0 |1245M| 727 |   - | 950 |4712 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 |      --      |    Inf 
380.80/380.83	c   310s|  4150k|  4008k|     0 |   0.0 |1248M| 727 |   - | 950 |4462 |   0 |   0 |   0 | 762k|   0 | 0.000000e+00 |      --      |    Inf 
381.90/381.91	c   311s|  4160k|  4017k|     0 |   0.0 |1252M| 727 |   - | 950 |4493 |   0 |   0 |   0 | 766k|   0 | 0.000000e+00 |      --      |    Inf 
382.90/382.94	c   312s|  4170k|  4026k|     0 |   0.0 |1255M| 727 |   - | 950 |4482 |   0 |   0 |   0 | 769k|   0 | 0.000000e+00 |      --      |    Inf 
384.00/384.07	c   313s|  4180k|  4035k|     0 |   0.0 |1258M| 727 |   - | 950 |4457 |   0 |   0 |   0 | 773k|   0 | 0.000000e+00 |      --      |    Inf 
385.20/385.27	c   314s|  4190k|  4045k|     0 |   0.0 |1261M| 727 |   - | 950 |4724 |   0 |   0 |   0 | 778k|   0 | 0.000000e+00 |      --      |    Inf 
386.40/386.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.40/386.45	c   315s|  4200k|  4054k|     0 |   0.0 |1265M| 727 |   - | 950 |4802 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 |      --      |    Inf 
387.60/387.64	c   316s|  4210k|  4063k|     0 |   0.0 |1268M| 727 |   - | 950 |4841 |   0 |   0 |   0 | 786k|   0 | 0.000000e+00 |      --      |    Inf 
388.80/388.82	c   317s|  4220k|  4072k|     0 |   0.0 |1271M| 727 |   - | 950 |4768 |   0 |   0 |   0 | 790k|   0 | 0.000000e+00 |      --      |    Inf 
390.00/390.01	c   318s|  4230k|  4082k|     0 |   0.0 |1275M| 727 |   - | 950 |4904 |   0 |   0 |   0 | 794k|   0 | 0.000000e+00 |      --      |    Inf 
391.30/391.31	c   319s|  4240k|  4091k|     0 |   0.0 |1278M| 727 |   - | 950 |5016 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 |      --      |    Inf 
392.61/392.65	c   321s|  4250k|  4100k|     0 |   0.0 |1281M| 727 |   - | 950 |5064 |   0 |   0 |   0 | 803k|   0 | 0.000000e+00 |      --      |    Inf 
394.00/394.03	c   322s|  4260k|  4109k|     0 |   0.0 |1285M| 727 |   - | 950 |5108 |   0 |   0 |   0 | 808k|   0 | 0.000000e+00 |      --      |    Inf 
395.29/395.34	c   323s|  4270k|  4118k|     0 |   0.0 |1288M| 727 |   - | 950 |5219 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 |      --      |    Inf 
396.60/396.61	c   324s|  4280k|  4127k|     0 |   0.0 |1291M| 727 |   - | 950 |5227 |   0 |   0 |   0 | 817k|   0 | 0.000000e+00 |      --      |    Inf 
397.80/397.87	c   325s|  4290k|  4137k|     0 |   0.0 |1295M| 727 |   - | 950 |5120 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 |      --      |    Inf 
399.10/399.16	c   326s|  4300k|  4146k|     0 |   0.0 |1298M| 727 |   - | 950 |5211 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 |      --      |    Inf 
400.50/400.50	c   327s|  4310k|  4155k|     0 |   0.0 |1301M| 727 |   - | 950 |5297 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 |      --      |    Inf 
401.80/401.85	c   329s|  4320k|  4164k|     0 |   0.0 |1305M| 727 |   - | 950 |5274 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 |      --      |    Inf 
403.09/403.10	c   330s|  4330k|  4173k|     0 |   0.0 |1308M| 727 |   - | 950 |5173 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 |      --      |    Inf 
404.29/404.32	c   331s|  4340k|  4182k|     0 |   0.0 |1311M| 727 |   - | 950 |5040 |   0 |   0 |   0 | 846k|   0 | 0.000000e+00 |      --      |    Inf 
405.40/405.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.40/405.47	c   332s|  4350k|  4191k|     0 |   0.0 |1315M| 727 |   - | 950 |5119 |   0 |   0 |   0 | 850k|   0 | 0.000000e+00 |      --      |    Inf 
406.80/406.85	c   333s|  4360k|  4200k|     0 |   0.0 |1318M| 727 |   - | 950 |5576 |   0 |   0 |   0 | 856k|   0 | 0.000000e+00 |      --      |    Inf 
408.10/408.16	c   334s|  4370k|  4210k|     0 |   0.0 |1322M| 727 |   - | 950 |5632 |   0 |   0 |   0 | 861k|   0 | 0.000000e+00 |      --      |    Inf 
409.50/409.52	c   335s|  4380k|  4219k|     0 |   0.0 |1325M| 727 |   - | 950 |5915 |   0 |   0 |   0 | 866k|   0 | 0.000000e+00 |      --      |    Inf 
410.70/410.78	c   336s|  4390k|  4228k|     0 |   0.0 |1328M| 727 |   - | 950 |5603 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 |      --      |    Inf 
412.10/412.13	c   337s|  4400k|  4237k|     0 |   0.0 |1332M| 727 |   - | 950 |5992 |   0 |   0 |   0 | 876k|   0 | 0.000000e+00 |      --      |    Inf 
413.40/413.43	c   339s|  4410k|  4246k|     0 |   0.0 |1335M| 727 |   - | 950 |6259 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 |      --      |    Inf 
414.70/414.70	c   340s|  4420k|  4255k|     0 |   0.0 |1338M| 727 |   - | 950 |5677 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 |      --      |    Inf 
416.20/416.23	c   341s|  4430k|  4264k|     0 |   0.0 |1342M| 727 |   - | 950 |6522 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 |      --      |    Inf 
417.50/417.58	c   342s|  4440k|  4273k|     0 |   0.0 |1345M| 727 |   - | 950 |6406 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 |      --      |    Inf 
419.00/419.06	c   344s|  4450k|  4282k|     0 |   0.0 |1349M| 727 |   - | 950 |6940 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 |      --      |    Inf 
420.50/420.53	c   345s|  4460k|  4291k|     0 |   0.0 |1352M| 727 |   - | 950 |6758 |   0 |   0 |   0 | 910k|   0 | 0.000000e+00 |      --      |    Inf 
421.80/421.88	c   346s|  4470k|  4300k|     0 |   0.0 |1356M| 727 |   - | 950 |6691 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 |      --      |    Inf 
423.41/423.49	c   348s|  4480k|  4309k|     0 |   0.0 |1359M| 727 |   - | 950 |7245 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 |      --      |    Inf 
424.90/424.97	c   349s|  4490k|  4317k|     0 |   0.0 |1363M| 727 |   - | 950 |7569 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 |      --      |    Inf 
426.40/426.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
426.40/426.46	c   350s|  4500k|  4326k|     0 |   0.0 |1366M| 727 |   - | 950 |7478 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 |      --      |    Inf 
428.00/428.00	c   351s|  4510k|  4335k|     0 |   0.0 |1370M| 727 |   - | 950 |7582 |   0 |   0 |   0 | 941k|   0 | 0.000000e+00 |      --      |    Inf 
429.50/429.53	c   353s|  4520k|  4344k|     0 |   0.0 |1373M| 727 |   - | 950 |8088 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 |      --      |    Inf 
430.90/430.99	c   354s|  4530k|  4353k|     0 |   0.0 |1377M| 727 |   - | 950 |8646 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 |      --      |    Inf 
432.50/432.52	c   356s|  4540k|  4362k|     0 |   0.0 |1381M| 727 |   - | 950 |8665 |   0 |   0 |   0 | 962k|   0 | 0.000000e+00 |      --      |    Inf 
434.10/434.19	c   357s|  4550k|  4370k|     0 |   0.0 |1384M| 727 |   - | 950 |8807 |   0 |   0 |   0 | 969k|   0 | 0.000000e+00 |      --      |    Inf 
435.90/435.94	c   359s|  4560k|  4379k|     0 |   0.0 |1388M| 727 |   - | 950 |9529 |   0 |   0 |   0 | 977k|   0 | 0.000000e+00 |      --      |    Inf 
437.90/437.92	c   360s|  4570k|  4388k|     0 |   0.0 |1392M| 727 |   - | 950 |  10k|   0 |   0 |   0 | 985k|   0 | 0.000000e+00 |      --      |    Inf 
439.90/439.97	c   362s|  4580k|  4396k|     0 |   0.0 |1396M| 727 |   - | 950 |  11k|   0 |   0 |   0 | 994k|   0 | 0.000000e+00 |      --      |    Inf 
442.00/442.07	c   364s|  4590k|  4405k|     0 |   0.0 |1400M| 727 |   - | 950 |  12k|   0 |   0 |   0 |1002k|   0 | 0.000000e+00 |      --      |    Inf 
444.41/444.45	c   366s|  4600k|  4413k|     0 |   0.0 |1405M| 727 |   - | 950 |  13k|   0 |   0 |   0 |1011k|   0 | 0.000000e+00 |      --      |    Inf 
447.30/447.37	c   369s|  4610k|  4421k|     0 |   0.0 |1410M| 727 |   - | 950 |  15k|   0 |   0 |   0 |1023k|   0 | 0.000000e+00 |      --      |    Inf 
451.70/451.70	c   373s|  4620k|  4429k|     0 |   0.0 |1416M| 727 |   - | 950 |  16k|   0 |   0 |   0 |1038k|   0 | 0.000000e+00 |      --      |    Inf 
452.91/452.91	c   374s|  4630k|  4439k|     0 |   0.0 |1414M| 727 |   - | 950 |4383 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 |      --      |    Inf 
453.71/453.77	c   375s|  4640k|  4448k|     0 |   0.0 |1416M| 727 |   - | 950 |3876 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 |      --      |    Inf 
454.50/454.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.50/454.57	c   376s|  4650k|  4458k|     0 |   0.0 |1419M| 727 |   - | 950 |3647 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 |      --      |    Inf 
454.70/454.77	o 88
454.70/454.77	c * 376s|  4651k|  4457k|     0 |   0.0 |1419M| 727 |   - | 950 |3633 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 8.800000e+01 |    Inf 
455.10/455.12	o 54
455.10/455.12	c * 376s|  4655k|  4461k|     0 |   0.0 |1420M| 727 |   - | 950 |3562 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 5.400000e+01 |    Inf 
455.41/455.45	o 29
455.41/455.45	c * 376s|  4658k|  4461k|     0 |   0.0 |1420M| 727 |   - | 950 |3504 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
455.50/455.54	c   376s|  4660k|  4462k|     0 |   0.0 |1420M| 727 |   - | 950 |3495 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
455.70/455.73	o 21
455.70/455.73	c * 377s|  4661k|  4463k|     0 |   0.0 |1420M| 727 |   - | 950 |3487 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
456.41/456.43	c   377s|  4670k|  4471k|     0 |   0.0 |1423M| 727 |   - | 950 |3341 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
457.30/457.30	c   378s|  4680k|  4481k|     0 |   0.0 |1425M| 727 |   - | 950 |3103 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
458.10/458.16	c   379s|  4690k|  4491k|     0 |   0.0 |1428M| 727 |   - | 950 |2569 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
459.00/459.01	c   379s|  4700k|  4501k|     0 |   0.0 |1431M| 727 |   - | 950 |2284 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
459.81/459.85	c   380s|  4710k|  4511k|     0 |   0.0 |1434M| 727 |   - | 950 |2078 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
460.60/460.66	c   381s|  4720k|  4521k|     0 |   0.0 |1437M| 727 |   - | 950 |1802 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
461.40/461.47	c   381s|  4730k|  4531k|     0 |   0.0 |1440M| 727 |   - | 950 |1609 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
462.20/462.27	c   382s|  4740k|  4541k|     0 |   0.0 |1443M| 727 |   - | 950 |1445 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
463.01/463.05	c   383s|  4750k|  4551k|     0 |   0.0 |1445M| 727 |   - | 950 |1361 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
463.81/463.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
463.81/463.82	c   383s|  4760k|  4561k|     0 |   0.0 |1448M| 727 |   - | 950 |1333 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
464.60/464.62	c   384s|  4770k|  4571k|     0 |   0.0 |1451M| 727 |   - | 950 |1395 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
465.40/465.40	c   384s|  4780k|  4580k|     0 |   0.0 |1454M| 727 |   - | 950 |1389 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
466.10/466.18	c   385s|  4790k|  4590k|     0 |   0.0 |1457M| 727 |   - | 950 |1383 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
467.11/467.10	c   386s|  4800k|  4600k|     0 |   0.0 |1460M| 727 |   - | 950 |1282 |   0 |   0 |   0 |1047k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
468.00/468.05	c   387s|  4810k|  4610k|     0 |   0.0 |1463M| 727 |   - | 950 |1266 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
469.00/469.00	c   387s|  4820k|  4620k|     0 |   0.0 |1466M| 727 |   - | 950 |1269 |   0 |   0 |   0 |1049k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
469.90/469.97	c   388s|  4830k|  4630k|     0 |   0.0 |1469M| 727 |   - | 950 |1184 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
470.90/470.94	c   389s|  4840k|  4639k|     0 |   0.0 |1472M| 727 |   - | 950 |1177 |   0 |   0 |   0 |1051k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
471.90/471.90	c   390s|  4850k|  4649k|     0 |   0.0 |1475M| 727 |   - | 950 |1115 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
472.81/472.82	c   391s|  4860k|  4659k|     0 |   0.0 |1478M| 727 |   - | 950 |1073 |   0 |   0 |   0 |1053k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
473.70/473.75	c   391s|  4870k|  4669k|     0 |   0.0 |1480M| 727 |   - | 950 |1073 |   0 |   0 |   0 |1054k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
474.71/474.72	c   392s|  4880k|  4679k|     0 |   0.0 |1483M| 727 |   - | 950 |1042 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
475.60/475.65	c   393s|  4890k|  4689k|     0 |   0.0 |1486M| 727 |   - | 950 |1019 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
476.51/476.56	c   394s|  4900k|  4698k|     0 |   0.0 |1489M| 727 |   - | 950 | 950 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
477.50/477.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.50/477.53	c   395s|  4910k|  4708k|     0 |   0.0 |1492M| 727 |   - | 950 | 964 |   0 |   0 |   0 |1057k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
478.41/478.46	c   395s|  4920k|  4718k|     0 |   0.0 |1495M| 727 |   - | 950 | 945 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
479.40/479.41	c   396s|  4930k|  4728k|     0 |   0.0 |1498M| 727 |   - | 950 | 972 |   0 |   0 |   0 |1059k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
480.31/480.34	c   397s|  4940k|  4738k|     0 |   0.0 |1501M| 727 |   - | 950 | 914 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
481.30/481.34	c   398s|  4950k|  4748k|     0 |   0.0 |1504M| 727 |   - | 950 | 920 |   0 |   0 |   0 |1061k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
482.30/482.31	c   399s|  4960k|  4757k|     0 |   0.0 |1506M| 727 |   - | 950 | 877 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
483.20/483.25	c   399s|  4970k|  4767k|     0 |   0.0 |1509M| 727 |   - | 950 | 860 |   0 |   0 |   0 |1063k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
484.11/484.19	c   400s|  4980k|  4777k|     0 |   0.0 |1512M| 727 |   - | 950 | 784 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
485.11/485.13	c   401s|  4990k|  4787k|     0 |   0.0 |1515M| 727 |   - | 950 | 814 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
486.00/486.06	c   402s|  5000k|  4797k|     0 |   0.0 |1518M| 727 |   - | 950 | 812 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
486.91/486.98	c   402s|  5010k|  4807k|     0 |   0.0 |1521M| 727 |   - | 950 | 819 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
487.90/487.91	c   403s|  5020k|  4817k|     0 |   0.0 |1524M| 727 |   - | 950 | 795 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
488.90/488.90	c   404s|  5030k|  4826k|     0 |   0.0 |1527M| 727 |   - | 950 | 774 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
489.80/489.86	c   405s|  5040k|  4836k|     0 |   0.0 |1529M| 727 |   - | 950 | 752 |   0 |   0 |   0 |1069k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
490.71/490.78	c   406s|  5050k|  4846k|     0 |   0.0 |1532M| 727 |   - | 950 | 758 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
491.70/491.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.70/491.73	c   406s|  5060k|  4856k|     0 |   0.0 |1535M| 727 |   - | 950 | 753 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
492.60/492.66	c   407s|  5070k|  4866k|     0 |   0.0 |1538M| 727 |   - | 950 | 706 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
493.50/493.59	c   408s|  5080k|  4876k|     0 |   0.0 |1541M| 727 |   - | 950 | 681 |   0 |   0 |   0 |1073k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
494.50/494.52	c   409s|  5090k|  4885k|     0 |   0.0 |1544M| 727 |   - | 950 | 633 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
495.40/495.48	c   410s|  5100k|  4895k|     0 |   0.0 |1547M| 727 |   - | 950 | 660 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
496.40/496.41	c   410s|  5110k|  4905k|     0 |   0.0 |1550M| 727 |   - | 950 | 654 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
497.30/497.34	c   411s|  5120k|  4915k|     0 |   0.0 |1553M| 727 |   - | 950 | 713 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
498.21/498.29	c   412s|  5130k|  4925k|     0 |   0.0 |1555M| 727 |   - | 950 | 680 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
499.21/499.24	c   413s|  5140k|  4935k|     0 |   0.0 |1558M| 727 |   - | 950 | 673 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
500.20/500.21	c   414s|  5150k|  4944k|     0 |   0.0 |1561M| 727 |   - | 950 | 661 |   0 |   0 |   0 |1079k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
501.10/501.14	c   414s|  5160k|  4954k|     0 |   0.0 |1564M| 727 |   - | 950 | 638 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
502.01/502.09	c   415s|  5170k|  4964k|     0 |   0.0 |1567M| 727 |   - | 950 | 680 |   0 |   0 |   0 |1081k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
503.01/503.05	c   416s|  5180k|  4974k|     0 |   0.0 |1570M| 727 |   - | 950 | 582 |   0 |   0 |   0 |1082k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
504.00/504.02	c   417s|  5190k|  4984k|     0 |   0.0 |1573M| 727 |   - | 950 | 617 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
504.91/504.95	c   418s|  5200k|  4994k|     0 |   0.0 |1575M| 727 |   - | 950 | 590 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
505.80/505.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
505.80/505.87	c   418s|  5210k|  5004k|     0 |   0.0 |1578M| 727 |   - | 950 | 594 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
506.80/506.82	c   419s|  5220k|  5013k|     0 |   0.0 |1581M| 727 |   - | 950 | 627 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
507.70/507.76	c   420s|  5230k|  5023k|     0 |   0.0 |1584M| 727 |   - | 950 | 625 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
508.71/508.72	c   421s|  5240k|  5033k|     0 |   0.0 |1587M| 727 |   - | 950 | 672 |   0 |   0 |   0 |1088k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
509.60/509.66	c   421s|  5250k|  5043k|     0 |   0.0 |1590M| 727 |   - | 950 | 620 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
510.60/510.63	c   422s|  5260k|  5053k|     0 |   0.0 |1593M| 727 |   - | 950 | 600 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
511.51/511.57	c   423s|  5270k|  5063k|     0 |   0.0 |1596M| 727 |   - | 950 | 611 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
512.41/512.50	c   424s|  5280k|  5072k|     0 |   0.0 |1598M| 727 |   - | 950 | 623 |   0 |   0 |   0 |1091k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
513.41/513.48	c   425s|  5290k|  5082k|     0 |   0.0 |1601M| 727 |   - | 950 | 723 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
514.40/514.40	c   425s|  5300k|  5092k|     0 |   0.0 |1604M| 727 |   - | 950 | 635 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
515.30/515.35	c   426s|  5310k|  5102k|     0 |   0.0 |1607M| 727 |   - | 950 | 629 |   0 |   0 |   0 |1094k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
516.20/516.28	c   427s|  5320k|  5112k|     0 |   0.0 |1610M| 727 |   - | 950 | 629 |   0 |   0 |   0 |1095k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
517.20/517.26	c   428s|  5330k|  5122k|     0 |   0.0 |1613M| 727 |   - | 950 | 652 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
518.11/518.17	c   429s|  5340k|  5131k|     0 |   0.0 |1616M| 727 |   - | 950 | 612 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
519.11/519.11	c   429s|  5350k|  5141k|     0 |   0.0 |1619M| 727 |   - | 950 | 632 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
520.00/520.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
520.00/520.04	c   430s|  5360k|  5151k|     0 |   0.0 |1622M| 727 |   - | 950 | 657 |   0 |   0 |   0 |1099k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
520.90/520.96	c   431s|  5370k|  5161k|     0 |   0.0 |1624M| 727 |   - | 950 | 656 |   0 |   0 |   0 |1100k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
521.90/521.92	c   432s|  5380k|  5171k|     0 |   0.0 |1627M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
522.81/522.86	c   433s|  5390k|  5181k|     0 |   0.0 |1630M| 727 |   - | 950 | 679 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
523.81/523.80	c   433s|  5400k|  5191k|     0 |   0.0 |1633M| 727 |   - | 950 | 635 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
524.71/524.74	c   434s|  5410k|  5200k|     0 |   0.0 |1636M| 727 |   - | 950 | 607 |   0 |   0 |   0 |1103k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
525.60/525.67	c   435s|  5420k|  5210k|     0 |   0.0 |1639M| 727 |   - | 950 | 596 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
526.60/526.63	c   436s|  5430k|  5220k|     0 |   0.0 |1642M| 727 |   - | 950 | 623 |   0 |   0 |   0 |1105k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
527.50/527.58	c   437s|  5440k|  5230k|     0 |   0.0 |1645M| 727 |   - | 950 | 665 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
528.50/528.52	c   437s|  5450k|  5240k|     0 |   0.0 |1647M| 727 |   - | 950 | 652 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
529.40/529.45	c   438s|  5460k|  5250k|     0 |   0.0 |1650M| 727 |   - | 950 | 614 |   0 |   0 |   0 |1108k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
530.40/530.40	c   439s|  5470k|  5259k|     0 |   0.0 |1653M| 727 |   - | 950 | 554 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
531.30/531.35	c   440s|  5480k|  5269k|     0 |   0.0 |1656M| 727 |   - | 950 | 629 |   0 |   0 |   0 |1109k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
532.20/532.26	c   440s|  5490k|  5279k|     0 |   0.0 |1659M| 727 |   - | 950 | 608 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
533.10/533.19	c   441s|  5500k|  5289k|     0 |   0.0 |1662M| 727 |   - | 950 | 634 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
534.10/534.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.10/534.11	c   442s|  5510k|  5299k|     0 |   0.0 |1665M| 727 |   - | 950 | 656 |   0 |   0 |   0 |1112k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
535.00/535.04	c   443s|  5520k|  5309k|     0 |   0.0 |1668M| 727 |   - | 950 | 633 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
535.91/535.99	c   444s|  5530k|  5319k|     0 |   0.0 |1670M| 727 |   - | 950 | 639 |   0 |   0 |   0 |1114k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
536.90/536.92	c   444s|  5540k|  5328k|     0 |   0.0 |1673M| 727 |   - | 950 | 688 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
537.81/537.86	c   445s|  5550k|  5338k|     0 |   0.0 |1676M| 727 |   - | 950 | 599 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
538.81/538.81	c   446s|  5560k|  5348k|     0 |   0.0 |1679M| 727 |   - | 950 | 654 |   0 |   0 |   0 |1117k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
539.70/539.77	c   447s|  5570k|  5358k|     0 |   0.0 |1682M| 727 |   - | 950 | 613 |   0 |   0 |   0 |1117k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
540.71/540.70	c   447s|  5580k|  5368k|     0 |   0.0 |1685M| 727 |   - | 950 | 659 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
541.60/541.62	c   448s|  5590k|  5378k|     0 |   0.0 |1688M| 727 |   - | 950 | 622 |   0 |   0 |   0 |1119k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
542.50/542.55	c   449s|  5600k|  5387k|     0 |   0.0 |1690M| 727 |   - | 950 | 625 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
543.51/543.52	c   450s|  5610k|  5397k|     0 |   0.0 |1693M| 727 |   - | 950 | 667 |   0 |   0 |   0 |1121k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
544.40/544.47	c   451s|  5620k|  5407k|     0 |   0.0 |1696M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
545.41/545.43	c   451s|  5630k|  5417k|     0 |   0.0 |1699M| 727 |   - | 950 | 631 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
546.30/546.33	c   452s|  5640k|  5427k|     0 |   0.0 |1702M| 727 |   - | 950 | 641 |   0 |   0 |   0 |1124k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
547.20/547.25	c   453s|  5650k|  5437k|     0 |   0.0 |1705M| 727 |   - | 950 | 623 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
548.11/548.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
548.11/548.15	c   454s|  5660k|  5447k|     0 |   0.0 |1708M| 727 |   - | 950 | 637 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
549.11/549.13	c   454s|  5670k|  5456k|     0 |   0.0 |1711M| 727 |   - | 950 | 611 |   0 |   0 |   0 |1127k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
550.01/550.07	c   455s|  5680k|  5466k|     0 |   0.0 |1714M| 727 |   - | 950 | 640 |   0 |   0 |   0 |1127k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
550.91/551.00	c   456s|  5690k|  5476k|     0 |   0.0 |1717M| 727 |   - | 950 | 617 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
551.90/551.94	c   457s|  5700k|  5486k|     0 |   0.0 |1719M| 727 |   - | 950 | 614 |   0 |   0 |   0 |1129k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
552.81/552.88	c   458s|  5710k|  5496k|     0 |   0.0 |1722M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
553.80/553.83	c   458s|  5720k|  5506k|     0 |   0.0 |1725M| 727 |   - | 950 | 692 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
554.70/554.78	c   459s|  5730k|  5515k|     0 |   0.0 |1728M| 727 |   - | 950 | 629 |   0 |   0 |   0 |1132k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
555.71/555.73	c   460s|  5740k|  5525k|     0 |   0.0 |1731M| 727 |   - | 950 | 597 |   0 |   0 |   0 |1133k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
556.70/556.72	c   461s|  5750k|  5535k|     0 |   0.0 |1734M| 727 |   - | 950 | 678 |   0 |   0 |   0 |1134k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
557.61/557.67	c   462s|  5760k|  5545k|     0 |   0.0 |1737M| 727 |   - | 950 | 644 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
558.50/558.59	c   462s|  5770k|  5555k|     0 |   0.0 |1740M| 727 |   - | 950 | 633 |   0 |   0 |   0 |1136k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
559.50/559.50	c   463s|  5780k|  5565k|     0 |   0.0 |1742M| 727 |   - | 950 | 602 |   0 |   0 |   0 |1136k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
560.51/560.51	c   464s|  5790k|  5575k|     0 |   0.0 |1745M| 727 |   - | 950 | 698 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
561.40/561.48	c   465s|  5800k|  5584k|     0 |   0.0 |1748M| 727 |   - | 950 | 660 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
562.41/562.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
562.41/562.40	c   466s|  5810k|  5594k|     0 |   0.0 |1751M| 727 |   - | 950 | 615 |   0 |   0 |   0 |1139k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
563.30/563.39	c   466s|  5820k|  5604k|     0 |   0.0 |1754M| 727 |   - | 950 | 719 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
564.31/564.35	c   467s|  5830k|  5614k|     0 |   0.0 |1757M| 727 |   - | 950 | 658 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
565.21/565.28	c   468s|  5840k|  5624k|     0 |   0.0 |1760M| 727 |   - | 950 | 682 |   0 |   0 |   0 |1142k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
566.11/566.19	c   469s|  5850k|  5634k|     0 |   0.0 |1763M| 727 |   - | 950 | 678 |   0 |   0 |   0 |1143k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
567.10/567.12	c   470s|  5860k|  5643k|     0 |   0.0 |1766M| 727 |   - | 950 | 637 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
568.01/568.08	c   470s|  5870k|  5653k|     0 |   0.0 |1769M| 727 |   - | 950 | 650 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
569.00/569.02	c   471s|  5880k|  5663k|     0 |   0.0 |1771M| 727 |   - | 950 | 657 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
569.90/569.99	c   472s|  5890k|  5673k|     0 |   0.0 |1774M| 727 |   - | 950 | 696 |   0 |   0 |   0 |1147k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
570.91/570.93	c   473s|  5900k|  5683k|     0 |   0.0 |1777M| 727 |   - | 950 | 670 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
571.81/571.84	c   474s|  5910k|  5693k|     0 |   0.0 |1780M| 727 |   - | 950 | 691 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
572.71/572.75	c   474s|  5920k|  5702k|     0 |   0.0 |1783M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1150k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
573.61/573.68	c   475s|  5930k|  5712k|     0 |   0.0 |1786M| 727 |   - | 950 | 651 |   0 |   0 |   0 |1151k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
574.61/574.62	c   476s|  5940k|  5722k|     0 |   0.0 |1789M| 727 |   - | 950 | 652 |   0 |   0 |   0 |1151k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
575.51/575.57	c   477s|  5950k|  5732k|     0 |   0.0 |1792M| 727 |   - | 950 | 683 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
576.50/576.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
576.50/576.53	c   477s|  5960k|  5742k|     0 |   0.0 |1794M| 727 |   - | 950 | 650 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
577.41/577.50	c   478s|  5970k|  5752k|     0 |   0.0 |1797M| 727 |   - | 950 | 659 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
578.41/578.44	c   479s|  5980k|  5762k|     0 |   0.0 |1800M| 727 |   - | 950 | 594 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
579.30/579.39	c   480s|  5990k|  5771k|     0 |   0.0 |1803M| 727 |   - | 950 | 664 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
580.30/580.32	c   481s|  6000k|  5781k|     0 |   0.0 |1806M| 727 |   - | 950 | 654 |   0 |   0 |   0 |1157k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
581.20/581.27	c   481s|  6010k|  5791k|     0 |   0.0 |1809M| 727 |   - | 950 | 713 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
582.11/582.18	c   482s|  6020k|  5801k|     0 |   0.0 |1812M| 727 |   - | 950 | 666 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
583.11/583.10	c   483s|  6030k|  5811k|     0 |   0.0 |1814M| 727 |   - | 950 | 624 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
584.00/584.04	c   484s|  6040k|  5821k|     0 |   0.0 |1817M| 727 |   - | 950 | 643 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
584.91/584.98	c   484s|  6050k|  5830k|     0 |   0.0 |1820M| 727 |   - | 950 | 631 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
585.90/585.90	c   485s|  6060k|  5840k|     0 |   0.0 |1823M| 727 |   - | 950 | 660 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
586.81/586.82	c   486s|  6070k|  5850k|     0 |   0.0 |1826M| 727 |   - | 950 | 621 |   0 |   0 |   0 |1163k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
587.70/587.79	c   487s|  6080k|  5860k|     0 |   0.0 |1829M| 727 |   - | 950 | 689 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
588.71/588.72	c   488s|  6090k|  5870k|     0 |   0.0 |1832M| 727 |   - | 950 | 628 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
589.61/589.64	c   488s|  6100k|  5880k|     0 |   0.0 |1835M| 727 |   - | 950 | 622 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
590.50/590.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.50/590.54	c   489s|  6110k|  5890k|     0 |   0.0 |1837M| 727 |   - | 950 | 664 |   0 |   0 |   0 |1167k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
591.41/591.48	c   490s|  6120k|  5899k|     0 |   0.0 |1840M| 727 |   - | 950 | 648 |   0 |   0 |   0 |1167k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
592.40/592.44	c   491s|  6130k|  5909k|     0 |   0.0 |1843M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
593.31/593.36	c   492s|  6140k|  5919k|     0 |   0.0 |1846M| 727 |   - | 950 | 685 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
594.30/594.31	c   492s|  6150k|  5929k|     0 |   0.0 |1849M| 727 |   - | 950 | 662 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
595.20/595.28	c   493s|  6160k|  5939k|     0 |   0.0 |1852M| 727 |   - | 950 | 713 |   0 |   0 |   0 |1171k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
596.21/596.22	c   494s|  6170k|  5949k|     0 |   0.0 |1855M| 727 |   - | 950 | 711 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
597.11/597.20	c   495s|  6180k|  5958k|     0 |   0.0 |1858M| 727 |   - | 950 | 688 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
598.10/598.13	c   496s|  6190k|  5968k|     0 |   0.0 |1861M| 727 |   - | 950 | 663 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
599.00/599.06	c   496s|  6200k|  5978k|     0 |   0.0 |1863M| 727 |   - | 950 | 633 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
599.90/599.98	c   497s|  6210k|  5988k|     0 |   0.0 |1866M| 727 |   - | 950 | 638 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
600.91/600.94	c   498s|  6220k|  5998k|     0 |   0.0 |1869M| 727 |   - | 950 | 629 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
601.80/601.89	c   499s|  6230k|  6008k|     0 |   0.0 |1872M| 727 |   - | 950 | 662 |   0 |   0 |   0 |1178k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
602.81/602.85	c   500s|  6240k|  6018k|     0 |   0.0 |1875M| 727 |   - | 950 | 690 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
603.70/603.80	c   500s|  6250k|  6027k|     0 |   0.0 |1878M| 727 |   - | 950 | 671 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
604.70/604.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
604.70/604.74	c   501s|  6260k|  6037k|     0 |   0.0 |1881M| 727 |   - | 950 | 652 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
605.60/605.65	c   502s|  6270k|  6047k|     0 |   0.0 |1884M| 727 |   - | 950 | 692 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
606.61/606.60	c   503s|  6280k|  6057k|     0 |   0.0 |1886M| 727 |   - | 950 | 671 |   0 |   0 |   0 |1182k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
607.50/607.54	c   503s|  6290k|  6067k|     0 |   0.0 |1889M| 727 |   - | 950 | 718 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
608.51/608.51	c   504s|  6300k|  6077k|     0 |   0.0 |1892M| 727 |   - | 950 | 688 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
609.41/609.48	c   505s|  6310k|  6086k|     0 |   0.0 |1895M| 727 |   - | 950 | 732 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
610.41/610.42	c   506s|  6320k|  6096k|     0 |   0.0 |1898M| 727 |   - | 950 | 698 |   0 |   0 |   0 |1186k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
611.30/611.33	c   507s|  6330k|  6106k|     0 |   0.0 |1901M| 727 |   - | 950 | 653 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
612.21/612.28	c   507s|  6340k|  6116k|     0 |   0.0 |1904M| 727 |   - | 950 | 690 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
613.21/613.23	c   508s|  6350k|  6126k|     0 |   0.0 |1907M| 727 |   - | 950 | 624 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
614.10/614.17	c   509s|  6360k|  6136k|     0 |   0.0 |1909M| 727 |   - | 950 | 634 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
615.10/615.13	c   510s|  6370k|  6146k|     0 |   0.0 |1912M| 727 |   - | 950 | 667 |   0 |   0 |   0 |1191k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
616.01/616.05	c   511s|  6380k|  6155k|     0 |   0.0 |1915M| 727 |   - | 950 | 663 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
616.90/616.97	c   511s|  6390k|  6165k|     0 |   0.0 |1918M| 727 |   - | 950 | 659 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
617.90/617.95	c   512s|  6400k|  6175k|     0 |   0.0 |1921M| 727 |   - | 950 | 679 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
618.80/618.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
618.80/618.89	c   513s|  6410k|  6185k|     0 |   0.0 |1924M| 727 |   - | 950 | 730 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
619.80/619.84	c   514s|  6420k|  6195k|     0 |   0.0 |1927M| 727 |   - | 950 | 722 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
620.71/620.79	c   515s|  6430k|  6205k|     0 |   0.0 |1929M| 727 |   - | 950 | 665 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
621.71/621.72	c   515s|  6440k|  6214k|     0 |   0.0 |1932M| 727 |   - | 950 | 689 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
622.71/622.70	c   516s|  6450k|  6224k|     0 |   0.0 |1935M| 727 |   - | 950 | 651 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
623.61/623.61	c   517s|  6460k|  6234k|     0 |   0.0 |1938M| 727 |   - | 950 | 669 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
624.51/624.55	c   518s|  6470k|  6244k|     0 |   0.0 |1941M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
625.41/625.46	c   518s|  6480k|  6254k|     0 |   0.0 |1944M| 727 |   - | 950 | 667 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
626.30/626.39	c   519s|  6490k|  6264k|     0 |   0.0 |1947M| 727 |   - | 950 | 676 |   0 |   0 |   0 |1202k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
627.31/627.30	c   520s|  6500k|  6274k|     0 |   0.0 |1949M| 727 |   - | 950 | 645 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
628.20/628.23	c   521s|  6510k|  6283k|     0 |   0.0 |1952M| 727 |   - | 950 | 656 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
629.11/629.16	c   522s|  6520k|  6293k|     0 |   0.0 |1955M| 727 |   - | 950 | 650 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
630.01/630.06	c   522s|  6530k|  6303k|     0 |   0.0 |1958M| 727 |   - | 950 | 678 |   0 |   0 |   0 |1205k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
630.90/630.97	c   523s|  6540k|  6313k|     0 |   0.0 |1961M| 727 |   - | 950 | 658 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
631.91/631.92	c   524s|  6550k|  6323k|     0 |   0.0 |1964M| 727 |   - | 950 | 665 |   0 |   0 |   0 |1207k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
632.80/632.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
632.80/632.87	c   525s|  6560k|  6333k|     0 |   0.0 |1967M| 727 |   - | 950 | 684 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
633.81/633.80	c   525s|  6570k|  6342k|     0 |   0.0 |1970M| 727 |   - | 950 | 673 |   0 |   0 |   0 |1209k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
634.71/634.73	c   526s|  6580k|  6352k|     0 |   0.0 |1972M| 727 |   - | 950 | 696 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
635.60/635.67	c   527s|  6590k|  6362k|     0 |   0.0 |1975M| 727 |   - | 950 | 688 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
636.61/636.62	c   528s|  6600k|  6372k|     0 |   0.0 |1978M| 727 |   - | 950 | 706 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
637.50/637.54	c   529s|  6610k|  6382k|     0 |   0.0 |1981M| 727 |   - | 950 | 697 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
638.41/638.47	c   529s|  6620k|  6392k|     0 |   0.0 |1984M| 727 |   - | 950 | 705 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
639.41/639.41	c   530s|  6630k|  6401k|     0 |   0.0 |1987M| 727 |   - | 950 | 658 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
640.31/640.34	c   531s|  6640k|  6411k|     0 |   0.0 |1990M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
641.21/641.28	c   532s|  6650k|  6421k|     0 |   0.0 |1993M| 727 |   - | 950 | 678 |   0 |   0 |   0 |1217k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
642.21/642.22	c   533s|  6660k|  6431k|     0 |   0.0 |1995M| 727 |   - | 950 | 637 |   0 |   0 |   0 |1217k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
643.10/643.16	c   533s|  6670k|  6441k|     0 |   0.0 |1998M| 727 |   - | 950 | 657 |   0 |   0 |   0 |1218k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
644.00/644.08	c   534s|  6680k|  6451k|     0 |   0.0 |2001M| 727 |   - | 950 | 643 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
645.00/645.02	c   535s|  6690k|  6460k|     0 |   0.0 |2004M| 727 |   - | 950 | 705 |   0 |   0 |   0 |1220k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
645.91/645.99	c   536s|  6700k|  6470k|     0 |   0.0 |2007M| 727 |   - | 950 | 719 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
646.90/646.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.90/646.90	c   536s|  6710k|  6480k|     0 |   0.0 |2010M| 727 |   - | 950 | 690 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
647.81/647.87	c   537s|  6720k|  6490k|     0 |   0.0 |2012M| 727 |   - | 950 | 670 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
648.81/648.80	c   538s|  6730k|  6500k|     0 |   0.0 |2015M| 727 |   - | 950 | 615 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
649.71/649.76	c   539s|  6740k|  6510k|     0 |   0.0 |2018M| 727 |   - | 950 | 619 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
650.60/650.68	c   540s|  6750k|  6520k|     0 |   0.0 |2021M| 727 |   - | 950 | 671 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
651.61/651.61	c   540s|  6760k|  6529k|     0 |   0.0 |2024M| 727 |   - | 950 | 715 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
652.50/652.54	c   541s|  6770k|  6539k|     0 |   0.0 |2027M| 727 |   - | 950 | 690 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
653.41/653.49	c   542s|  6780k|  6549k|     0 |   0.0 |2030M| 727 |   - | 950 | 715 |   0 |   0 |   0 |1229k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
654.41/654.44	c   543s|  6790k|  6559k|     0 |   0.0 |2033M| 727 |   - | 950 | 744 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
655.31/655.38	c   544s|  6800k|  6569k|     0 |   0.0 |2035M| 727 |   - | 950 | 691 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
656.30/656.30	c   544s|  6810k|  6579k|     0 |   0.0 |2038M| 727 |   - | 950 | 688 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
657.21/657.24	c   545s|  6820k|  6588k|     0 |   0.0 |2041M| 727 |   - | 950 | 729 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
658.21/658.20	c   546s|  6830k|  6598k|     0 |   0.0 |2044M| 727 |   - | 950 | 751 |   0 |   0 |   0 |1233k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
659.10/659.13	c   547s|  6840k|  6608k|     0 |   0.0 |2047M| 727 |   - | 950 | 718 |   0 |   0 |   0 |1234k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
660.01/660.06	c   548s|  6850k|  6618k|     0 |   0.0 |2050M| 727 |   - | 950 | 734 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
661.01/661.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
661.01/661.02	c   548s|  6860k|  6628k|     0 |   0.0 |2053M| 727 |   - | 950 | 681 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
661.91/661.94	c   549s|  6870k|  6638k|     0 |   0.0 |2056M| 727 |   - | 950 | 725 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
662.90/662.95	c   550s|  6880k|  6647k|     0 |   0.0 |2058M| 727 |   - | 950 | 765 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
663.80/663.88	c   551s|  6890k|  6657k|     0 |   0.0 |2061M| 727 |   - | 950 | 761 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
664.80/664.86	c   552s|  6900k|  6667k|     0 |   0.0 |2064M| 727 |   - | 950 | 763 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
665.70/665.77	c   552s|  6910k|  6677k|     0 |   0.0 |2067M| 727 |   - | 950 | 681 |   0 |   0 |   0 |1241k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
666.61/666.69	c   553s|  6920k|  6687k|     0 |   0.0 |2070M| 727 |   - | 950 | 703 |   0 |   0 |   0 |1241k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
667.61/667.61	c   554s|  6930k|  6697k|     0 |   0.0 |2073M| 727 |   - | 950 | 681 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
668.51/668.57	c   555s|  6940k|  6707k|     0 |   0.0 |2076M| 727 |   - | 950 | 745 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
669.40/669.49	c   555s|  6950k|  6716k|     0 |   0.0 |2078M| 727 |   - | 950 | 709 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
670.41/670.44	c   556s|  6960k|  6726k|     0 |   0.0 |2081M| 727 |   - | 950 | 711 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
671.31/671.39	c   557s|  6970k|  6736k|     0 |   0.0 |2084M| 727 |   - | 950 | 732 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
672.31/672.36	c   558s|  6980k|  6746k|     0 |   0.0 |2087M| 727 |   - | 950 | 748 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
673.21/673.27	c   559s|  6990k|  6756k|     0 |   0.0 |2090M| 727 |   - | 950 | 696 |   0 |   0 |   0 |1248k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
674.21/674.23	c   559s|  7000k|  6766k|     0 |   0.0 |2093M| 727 |   - | 950 | 732 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
675.11/675.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
675.11/675.14	c   560s|  7010k|  6775k|     0 |   0.0 |2096M| 727 |   - | 950 | 675 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
676.01/676.09	c   561s|  7020k|  6785k|     0 |   0.0 |2098M| 727 |   - | 950 | 667 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
677.01/677.03	c   562s|  7030k|  6795k|     0 |   0.0 |2101M| 727 |   - | 950 | 680 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
677.91/677.97	c   563s|  7040k|  6805k|     0 |   0.0 |2104M| 727 |   - | 950 | 720 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
678.91/678.92	c   563s|  7050k|  6815k|     0 |   0.0 |2107M| 727 |   - | 950 | 700 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
679.82/679.87	c   564s|  7060k|  6825k|     0 |   0.0 |2110M| 727 |   - | 950 | 762 |   0 |   0 |   0 |1254k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
680.81/680.82	c   565s|  7070k|  6834k|     0 |   0.0 |2113M| 727 |   - | 950 | 721 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
681.70/681.73	c   566s|  7080k|  6844k|     0 |   0.0 |2116M| 727 |   - | 950 | 661 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
682.70/682.72	c   566s|  7090k|  6854k|     0 |   0.0 |2119M| 727 |   - | 950 | 756 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
683.61/683.63	c   567s|  7100k|  6864k|     0 |   0.0 |2121M| 727 |   - | 950 | 705 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
684.51/684.55	c   568s|  7110k|  6874k|     0 |   0.0 |2124M| 727 |   - | 950 | 692 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
685.40/685.49	c   569s|  7120k|  6884k|     0 |   0.0 |2127M| 727 |   - | 950 | 696 |   0 |   0 |   0 |1260k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
686.41/686.42	c   570s|  7130k|  6894k|     0 |   0.0 |2130M| 727 |   - | 950 | 728 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
687.30/687.34	c   570s|  7140k|  6903k|     0 |   0.0 |2133M| 727 |   - | 950 | 723 |   0 |   0 |   0 |1262k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
688.21/688.28	c   571s|  7150k|  6913k|     0 |   0.0 |2136M| 727 |   - | 950 | 698 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
689.20/689.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
689.20/689.20	c   572s|  7160k|  6923k|     0 |   0.0 |2139M| 727 |   - | 950 | 735 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
690.11/690.13	c   573s|  7170k|  6933k|     0 |   0.0 |2142M| 727 |   - | 950 | 705 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
691.00/691.07	c   573s|  7180k|  6943k|     0 |   0.0 |2144M| 727 |   - | 950 | 733 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
692.00/692.05	c   574s|  7190k|  6953k|     0 |   0.0 |2147M| 727 |   - | 950 | 726 |   0 |   0 |   0 |1266k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
693.01/693.02	c   575s|  7200k|  6962k|     0 |   0.0 |2150M| 727 |   - | 950 | 745 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
693.91/693.94	c   576s|  7210k|  6972k|     0 |   0.0 |2153M| 727 |   - | 950 | 700 |   0 |   0 |   0 |1268k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
694.91/694.90	c   577s|  7220k|  6982k|     0 |   0.0 |2156M| 727 |   - | 950 | 735 |   0 |   0 |   0 |1269k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
695.81/695.84	c   578s|  7230k|  6992k|     0 |   0.0 |2159M| 727 |   - | 950 | 749 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
696.71/696.75	c   578s|  7240k|  7002k|     0 |   0.0 |2161M| 727 |   - | 950 | 689 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
697.71/697.72	c   579s|  7250k|  7012k|     0 |   0.0 |2164M| 727 |   - | 950 | 704 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
698.61/698.66	c   580s|  7260k|  7022k|     0 |   0.0 |2167M| 727 |   - | 950 | 728 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
699.51/699.57	c   581s|  7270k|  7031k|     0 |   0.0 |2170M| 727 |   - | 950 | 695 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
700.40/700.49	c   581s|  7280k|  7041k|     0 |   0.0 |2173M| 727 |   - | 950 | 729 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
701.41/701.42	c   582s|  7290k|  7051k|     0 |   0.0 |2176M| 727 |   - | 950 | 723 |   0 |   0 |   0 |1275k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
702.31/702.34	c   583s|  7300k|  7061k|     0 |   0.0 |2179M| 727 |   - | 950 | 717 |   0 |   0 |   0 |1276k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
703.30/703.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
703.30/703.30	c   584s|  7310k|  7071k|     0 |   0.0 |2181M| 727 |   - | 950 | 734 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
704.20/704.25	c   585s|  7320k|  7081k|     0 |   0.0 |2184M| 727 |   - | 950 | 707 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
705.11/705.19	c   585s|  7330k|  7090k|     0 |   0.0 |2187M| 727 |   - | 950 | 731 |   0 |   0 |   0 |1279k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
706.11/706.14	c   586s|  7340k|  7100k|     0 |   0.0 |2190M| 727 |   - | 950 | 743 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
707.01/707.09	c   587s|  7350k|  7110k|     0 |   0.0 |2193M| 727 |   - | 950 | 746 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
708.00/708.06	c   588s|  7360k|  7120k|     0 |   0.0 |2196M| 727 |   - | 950 | 690 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
709.01/709.01	c   588s|  7370k|  7130k|     0 |   0.0 |2199M| 727 |   - | 950 | 723 |   0 |   0 |   0 |1283k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
710.01/710.02	c   589s|  7380k|  7140k|     0 |   0.0 |2201M| 727 |   - | 950 | 741 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
711.01/711.00	c   590s|  7390k|  7149k|     0 |   0.0 |2204M| 727 |   - | 950 | 744 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
711.91/711.98	c   591s|  7400k|  7159k|     0 |   0.0 |2207M| 727 |   - | 950 | 705 |   0 |   0 |   0 |1286k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
712.90/712.92	c   592s|  7410k|  7169k|     0 |   0.0 |2210M| 727 |   - | 950 | 769 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
713.81/713.84	c   593s|  7420k|  7179k|     0 |   0.0 |2213M| 727 |   - | 950 | 718 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
714.81/714.82	c   593s|  7430k|  7189k|     0 |   0.0 |2216M| 727 |   - | 950 | 731 |   0 |   0 |   0 |1288k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
715.70/715.75	c   594s|  7440k|  7199k|     0 |   0.0 |2218M| 727 |   - | 950 | 689 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
716.61/716.68	c   595s|  7450k|  7209k|     0 |   0.0 |2221M| 727 |   - | 950 | 723 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
717.61/717.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
717.61/717.66	c   596s|  7460k|  7218k|     0 |   0.0 |2224M| 727 |   - | 950 | 746 |   0 |   0 |   0 |1291k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
718.61/718.60	c   597s|  7470k|  7228k|     0 |   0.0 |2227M| 727 |   - | 950 | 703 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
719.51/719.51	c   597s|  7480k|  7238k|     0 |   0.0 |2230M| 727 |   - | 950 | 682 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
720.41/720.46	c   598s|  7490k|  7248k|     0 |   0.0 |2233M| 727 |   - | 950 | 667 |   0 |   0 |   0 |1294k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
721.40/721.40	c   599s|  7500k|  7258k|     0 |   0.0 |2236M| 727 |   - | 950 | 726 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
722.31/722.32	c   600s|  7510k|  7268k|     0 |   0.0 |2238M| 727 |   - | 950 | 701 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
723.20/723.23	c   600s|  7520k|  7277k|     0 |   0.0 |2241M| 727 |   - | 950 | 699 |   0 |   0 |   0 |1297k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
724.11/724.19	c   601s|  7530k|  7287k|     0 |   0.0 |2244M| 727 |   - | 950 | 731 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
725.11/725.12	c   602s|  7540k|  7297k|     0 |   0.0 |2247M| 727 |   - | 950 | 702 |   0 |   0 |   0 |1299k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
726.01/726.06	c   603s|  7550k|  7307k|     0 |   0.0 |2250M| 727 |   - | 950 | 690 |   0 |   0 |   0 |1300k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
726.91/726.99	c   604s|  7560k|  7317k|     0 |   0.0 |2253M| 727 |   - | 950 | 681 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
727.90/727.90	c   604s|  7570k|  7327k|     0 |   0.0 |2256M| 727 |   - | 950 | 679 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
728.81/728.82	c   605s|  7580k|  7336k|     0 |   0.0 |2259M| 727 |   - | 950 | 663 |   0 |   0 |   0 |1302k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
729.71/729.73	c   606s|  7590k|  7346k|     0 |   0.0 |2262M| 727 |   - | 950 | 662 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
730.61/730.67	c   607s|  7600k|  7356k|     0 |   0.0 |2264M| 727 |   - | 950 | 693 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
731.61/731.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
731.61/731.61	c   607s|  7610k|  7366k|     0 |   0.0 |2267M| 727 |   - | 950 | 731 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
732.51/732.56	c   608s|  7620k|  7376k|     0 |   0.0 |2270M| 727 |   - | 950 | 739 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
733.41/733.49	c   609s|  7630k|  7386k|     0 |   0.0 |2273M| 727 |   - | 950 | 738 |   0 |   0 |   0 |1307k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
734.41/734.43	c   610s|  7640k|  7395k|     0 |   0.0 |2276M| 727 |   - | 950 | 742 |   0 |   0 |   0 |1308k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
735.31/735.38	c   611s|  7650k|  7405k|     0 |   0.0 |2279M| 727 |   - | 950 | 713 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
736.30/736.36	c   611s|  7660k|  7415k|     0 |   0.0 |2282M| 727 |   - | 950 | 770 |   0 |   0 |   0 |1310k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
737.31/737.31	c   612s|  7670k|  7425k|     0 |   0.0 |2285M| 727 |   - | 950 | 717 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
738.21/738.28	c   613s|  7680k|  7435k|     0 |   0.0 |2287M| 727 |   - | 950 | 707 |   0 |   0 |   0 |1312k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
739.21/739.26	c   614s|  7690k|  7445k|     0 |   0.0 |2290M| 727 |   - | 950 | 710 |   0 |   0 |   0 |1313k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
740.21/740.22	c   615s|  7700k|  7455k|     0 |   0.0 |2293M| 727 |   - | 950 | 709 |   0 |   0 |   0 |1314k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
741.10/741.17	c   615s|  7710k|  7464k|     0 |   0.0 |2296M| 727 |   - | 950 | 728 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
742.01/742.07	c   616s|  7720k|  7474k|     0 |   0.0 |2299M| 727 |   - | 950 | 660 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
742.90/742.99	c   617s|  7730k|  7484k|     0 |   0.0 |2302M| 727 |   - | 950 | 637 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
743.91/743.96	c   618s|  7740k|  7494k|     0 |   0.0 |2304M| 727 |   - | 950 | 670 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
744.80/744.86	c   619s|  7750k|  7504k|     0 |   0.0 |2307M| 727 |   - | 950 | 644 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
745.82/745.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
745.82/745.81	c   619s|  7760k|  7514k|     0 |   0.0 |2310M| 727 |   - | 950 | 673 |   0 |   0 |   0 |1319k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
746.70/746.74	c   620s|  7770k|  7523k|     0 |   0.0 |2313M| 727 |   - | 950 | 670 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
747.61/747.69	c   621s|  7780k|  7533k|     0 |   0.0 |2316M| 727 |   - | 950 | 694 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
748.61/748.64	c   622s|  7790k|  7543k|     0 |   0.0 |2319M| 727 |   - | 950 | 701 |   0 |   0 |   0 |1322k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
749.51/749.54	c   622s|  7800k|  7553k|     0 |   0.0 |2322M| 727 |   - | 950 | 711 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
750.41/750.47	c   623s|  7810k|  7563k|     0 |   0.0 |2325M| 727 |   - | 950 | 688 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
751.41/751.44	c   624s|  7820k|  7573k|     0 |   0.0 |2327M| 727 |   - | 950 | 682 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
752.31/752.39	c   625s|  7830k|  7582k|     0 |   0.0 |2330M| 727 |   - | 950 | 678 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
753.31/753.34	c   626s|  7840k|  7592k|     0 |   0.0 |2333M| 727 |   - | 950 | 696 |   0 |   0 |   0 |1327k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
754.21/754.29	c   626s|  7850k|  7602k|     0 |   0.0 |2336M| 727 |   - | 950 | 721 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
755.21/755.22	c   627s|  7860k|  7612k|     0 |   0.0 |2339M| 727 |   - | 950 | 644 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
756.11/756.16	c   628s|  7870k|  7622k|     0 |   0.0 |2342M| 727 |   - | 950 | 663 |   0 |   0 |   0 |1329k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
757.01/757.08	c   629s|  7880k|  7632k|     0 |   0.0 |2344M| 727 |   - | 950 | 675 |   0 |   0 |   0 |1330k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
758.01/758.04	c   630s|  7890k|  7642k|     0 |   0.0 |2347M| 727 |   - | 950 | 697 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
758.91/758.96	c   630s|  7900k|  7651k|     0 |   0.0 |2350M| 727 |   - | 950 | 662 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
759.91/759.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.91/759.94	c   631s|  7910k|  7661k|     0 |   0.0 |2353M| 727 |   - | 950 | 715 |   0 |   0 |   0 |1333k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
760.91/760.92	c   632s|  7920k|  7671k|     0 |   0.0 |2356M| 727 |   - | 950 | 713 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
761.81/761.90	c   633s|  7930k|  7681k|     0 |   0.0 |2359M| 727 |   - | 950 | 666 |   0 |   0 |   0 |1335k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
762.81/762.84	c   634s|  7940k|  7691k|     0 |   0.0 |2362M| 727 |   - | 950 | 696 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
763.81/763.81	c   634s|  7950k|  7701k|     0 |   0.0 |2365M| 727 |   - | 950 | 713 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
764.71/764.78	c   635s|  7960k|  7710k|     0 |   0.0 |2367M| 727 |   - | 950 | 683 |   0 |   0 |   0 |1338k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
765.71/765.72	c   636s|  7970k|  7720k|     0 |   0.0 |2370M| 727 |   - | 950 | 675 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
766.62/766.70	c   637s|  7980k|  7730k|     0 |   0.0 |2373M| 727 |   - | 950 | 724 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
767.60/767.64	c   638s|  7990k|  7740k|     0 |   0.0 |2376M| 727 |   - | 950 | 727 |   0 |   0 |   0 |1341k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
768.61/768.60	c   639s|  8000k|  7750k|     0 |   0.0 |2379M| 727 |   - | 950 | 730 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
769.51/769.59	c   639s|  8010k|  7760k|     0 |   0.0 |2382M| 727 |   - | 950 | 729 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
770.50/770.53	c   640s|  8020k|  7769k|     0 |   0.0 |2385M| 727 |   - | 950 | 645 |   0 |   0 |   0 |1344k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
771.51/771.54	c   641s|  8030k|  7779k|     0 |   0.0 |2387M| 727 |   - | 950 | 708 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
772.51/772.52	c   642s|  8040k|  7789k|     0 |   0.0 |2390M| 727 |   - | 950 | 652 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
773.41/773.49	c   643s|  8050k|  7799k|     0 |   0.0 |2393M| 727 |   - | 950 | 672 |   0 |   0 |   0 |1347k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
774.42/774.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
774.42/774.43	c   643s|  8060k|  7809k|     0 |   0.0 |2396M| 727 |   - | 950 | 694 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
775.42/775.43	c   644s|  8070k|  7819k|     0 |   0.0 |2399M| 727 |   - | 950 | 754 |   0 |   0 |   0 |1349k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
776.31/776.36	c   645s|  8080k|  7828k|     0 |   0.0 |2402M| 727 |   - | 950 | 654 |   0 |   0 |   0 |1349k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
777.31/777.32	c   646s|  8090k|  7838k|     0 |   0.0 |2405M| 727 |   - | 950 | 739 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
778.20/778.27	c   647s|  8100k|  7848k|     0 |   0.0 |2407M| 727 |   - | 950 | 688 |   0 |   0 |   0 |1351k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
779.21/779.21	c   648s|  8110k|  7858k|     0 |   0.0 |2410M| 727 |   - | 950 | 685 |   0 |   0 |   0 |1352k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
780.11/780.11	c   648s|  8120k|  7868k|     0 |   0.0 |2413M| 727 |   - | 950 | 675 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
781.01/781.04	c   649s|  8130k|  7878k|     0 |   0.0 |2416M| 727 |   - | 950 | 716 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
781.91/781.96	c   650s|  8140k|  7887k|     0 |   0.0 |2419M| 727 |   - | 950 | 692 |   0 |   0 |   0 |1355k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
782.91/782.90	c   651s|  8150k|  7897k|     0 |   0.0 |2422M| 727 |   - | 950 | 668 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
783.81/783.88	c   651s|  8160k|  7907k|     0 |   0.0 |2425M| 727 |   - | 950 | 705 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
784.81/784.80	c   652s|  8170k|  7917k|     0 |   0.0 |2427M| 727 |   - | 950 | 647 |   0 |   0 |   0 |1358k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
785.71/785.74	c   653s|  8180k|  7927k|     0 |   0.0 |2430M| 727 |   - | 950 | 632 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
786.61/786.69	c   654s|  8190k|  7937k|     0 |   0.0 |2433M| 727 |   - | 950 | 664 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
787.62/787.61	c   655s|  8200k|  7947k|     0 |   0.0 |2436M| 727 |   - | 950 | 717 |   0 |   0 |   0 |1360k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
788.51/788.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
788.51/788.54	c   655s|  8210k|  7956k|     0 |   0.0 |2439M| 727 |   - | 950 | 699 |   0 |   0 |   0 |1361k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
789.51/789.50	c   656s|  8220k|  7966k|     0 |   0.0 |2442M| 727 |   - | 950 | 695 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
790.41/790.42	c   657s|  8230k|  7976k|     0 |   0.0 |2445M| 727 |   - | 950 | 684 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
791.41/791.49	c   658s|  8240k|  7986k|     0 |   0.0 |2448M| 727 |   - | 950 | 668 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
792.41/792.47	c   659s|  8250k|  7996k|     0 |   0.0 |2450M| 727 |   - | 950 | 704 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
793.41/793.42	c   659s|  8260k|  8006k|     0 |   0.0 |2453M| 727 |   - | 950 | 691 |   0 |   0 |   0 |1366k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
794.31/794.34	c   660s|  8270k|  8015k|     0 |   0.0 |2456M| 727 |   - | 950 | 647 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
795.21/795.26	c   661s|  8280k|  8025k|     0 |   0.0 |2459M| 727 |   - | 950 | 680 |   0 |   0 |   0 |1368k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
796.11/796.19	c   662s|  8290k|  8035k|     0 |   0.0 |2462M| 727 |   - | 950 | 695 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
797.11/797.12	c   663s|  8300k|  8045k|     0 |   0.0 |2465M| 727 |   - | 950 | 658 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
798.01/798.07	c   663s|  8310k|  8055k|     0 |   0.0 |2468M| 727 |   - | 950 | 703 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
799.01/799.00	c   664s|  8320k|  8065k|     0 |   0.0 |2470M| 727 |   - | 950 | 668 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
799.91/799.93	c   665s|  8330k|  8075k|     0 |   0.0 |2473M| 727 |   - | 950 | 695 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
800.81/800.84	c   666s|  8340k|  8084k|     0 |   0.0 |2476M| 727 |   - | 950 | 659 |   0 |   0 |   0 |1373k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
801.71/801.76	c   667s|  8350k|  8094k|     0 |   0.0 |2479M| 727 |   - | 950 | 677 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
802.71/802.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.71/802.72	c   667s|  8360k|  8104k|     0 |   0.0 |2482M| 727 |   - | 950 | 646 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
803.71/803.72	c   668s|  8370k|  8114k|     0 |   0.0 |2485M| 727 |   - | 950 | 673 |   0 |   0 |   0 |1376k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
804.61/804.69	c   669s|  8380k|  8124k|     0 |   0.0 |2488M| 727 |   - | 950 | 697 |   0 |   0 |   0 |1377k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
805.61/805.62	c   670s|  8390k|  8134k|     0 |   0.0 |2491M| 727 |   - | 950 | 640 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
806.51/806.58	c   671s|  8400k|  8143k|     0 |   0.0 |2493M| 727 |   - | 950 | 702 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
807.51/807.53	c   671s|  8410k|  8153k|     0 |   0.0 |2496M| 727 |   - | 950 | 677 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
808.42/808.47	c   672s|  8420k|  8163k|     0 |   0.0 |2499M| 727 |   - | 950 | 748 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
809.41/809.48	c   673s|  8430k|  8173k|     0 |   0.0 |2502M| 727 |   - | 950 | 706 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
810.41/810.43	c   674s|  8440k|  8183k|     0 |   0.0 |2505M| 727 |   - | 950 | 679 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
811.31/811.38	c   675s|  8450k|  8193k|     0 |   0.0 |2508M| 727 |   - | 950 | 666 |   0 |   0 |   0 |1383k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
812.41/812.44	c   676s|  8460k|  8203k|     0 |   0.0 |2511M| 727 |   - | 950 | 742 |   0 |   0 |   0 |1384k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
813.41/813.40	c   676s|  8470k|  8212k|     0 |   0.0 |2514M| 727 |   - | 950 | 679 |   0 |   0 |   0 |1385k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
814.31/814.35	c   677s|  8480k|  8222k|     0 |   0.0 |2516M| 727 |   - | 950 | 737 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
815.31/815.34	c   678s|  8490k|  8232k|     0 |   0.0 |2519M| 727 |   - | 950 | 649 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
816.31/816.34	c   679s|  8500k|  8242k|     0 |   0.0 |2522M| 727 |   - | 950 | 711 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
817.22/817.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
817.22/817.28	c   680s|  8510k|  8252k|     0 |   0.0 |2525M| 727 |   - | 950 | 659 |   0 |   0 |   0 |1389k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
818.21/818.26	c   681s|  8520k|  8262k|     0 |   0.0 |2528M| 727 |   - | 950 | 650 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
819.11/819.15	c   681s|  8530k|  8271k|     0 |   0.0 |2531M| 727 |   - | 950 | 658 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
820.11/820.16	c   682s|  8540k|  8281k|     0 |   0.0 |2534M| 727 |   - | 950 | 647 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
821.01/821.09	c   683s|  8550k|  8291k|     0 |   0.0 |2537M| 727 |   - | 950 | 666 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
822.01/822.09	c   684s|  8560k|  8301k|     0 |   0.0 |2540M| 727 |   - | 950 | 672 |   0 |   0 |   0 |1393k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
822.91/822.98	c   684s|  8570k|  8311k|     0 |   0.0 |2542M| 727 |   - | 950 | 646 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
823.91/823.95	c   685s|  8580k|  8321k|     0 |   0.0 |2545M| 727 |   - | 950 | 651 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
824.92/824.92	c   686s|  8590k|  8330k|     0 |   0.0 |2548M| 727 |   - | 950 | 659 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
825.81/825.88	c   687s|  8600k|  8340k|     0 |   0.0 |2551M| 727 |   - | 950 | 676 |   0 |   0 |   0 |1397k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
826.71/826.79	c   688s|  8610k|  8350k|     0 |   0.0 |2554M| 727 |   - | 950 | 691 |   0 |   0 |   0 |1398k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
827.81/827.83	c   689s|  8620k|  8360k|     0 |   0.0 |2557M| 727 |   - | 950 | 687 |   0 |   0 |   0 |1399k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
828.71/828.77	c   689s|  8630k|  8370k|     0 |   0.0 |2560M| 727 |   - | 950 | 727 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
829.71/829.71	c   690s|  8640k|  8380k|     0 |   0.0 |2563M| 727 |   - | 950 | 723 |   0 |   0 |   0 |1401k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
830.61/830.63	c   691s|  8650k|  8390k|     0 |   0.0 |2565M| 727 |   - | 950 | 692 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
831.52/831.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
831.52/831.53	c   692s|  8660k|  8399k|     0 |   0.0 |2568M| 727 |   - | 950 | 657 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
832.41/832.47	c   692s|  8670k|  8409k|     0 |   0.0 |2571M| 727 |   - | 950 | 703 |   0 |   0 |   0 |1404k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
833.41/833.42	c   693s|  8680k|  8419k|     0 |   0.0 |2574M| 727 |   - | 950 | 706 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
834.31/834.36	c   694s|  8690k|  8429k|     0 |   0.0 |2577M| 727 |   - | 950 | 663 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
835.31/835.37	c   695s|  8700k|  8439k|     0 |   0.0 |2580M| 727 |   - | 950 | 749 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
836.31/836.31	c   696s|  8710k|  8449k|     0 |   0.0 |2583M| 727 |   - | 950 | 688 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
837.22/837.25	c   696s|  8720k|  8458k|     0 |   0.0 |2586M| 727 |   - | 950 | 660 |   0 |   0 |   0 |1408k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
838.12/838.19	c   697s|  8730k|  8468k|     0 |   0.0 |2588M| 727 |   - | 950 | 641 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
839.11/839.18	c   698s|  8740k|  8478k|     0 |   0.0 |2591M| 727 |   - | 950 | 732 |   0 |   0 |   0 |1410k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
840.11/840.14	c   699s|  8750k|  8488k|     0 |   0.0 |2594M| 727 |   - | 950 | 658 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
841.01/841.07	c   700s|  8760k|  8498k|     0 |   0.0 |2597M| 727 |   - | 950 | 666 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
842.01/842.02	c   700s|  8770k|  8508k|     0 |   0.0 |2600M| 727 |   - | 950 | 694 |   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
843.01/843.02	c   701s|  8780k|  8517k|     0 |   0.0 |2603M| 727 |   - | 950 | 696 |   0 |   0 |   0 |1414k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
843.91/843.96	c   702s|  8790k|  8527k|     0 |   0.0 |2606M| 727 |   - | 950 | 707 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
844.82/844.89	c   703s|  8800k|  8537k|     0 |   0.0 |2609M| 727 |   - | 950 | 677 |   0 |   0 |   0 |1415k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
845.82/845.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
845.82/845.88	c   704s|  8810k|  8547k|     0 |   0.0 |2612M| 727 |   - | 950 | 702 |   0 |   0 |   0 |1416k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
846.81/846.87	c   705s|  8820k|  8557k|     0 |   0.0 |2614M| 727 |   - | 950 | 643 |   0 |   0 |   0 |1417k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
847.81/847.84	c   705s|  8830k|  8567k|     0 |   0.0 |2617M| 727 |   - | 950 | 684 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
848.71/848.75	c   706s|  8840k|  8577k|     0 |   0.0 |2620M| 727 |   - | 950 | 635 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
849.61/849.68	c   707s|  8850k|  8586k|     0 |   0.0 |2623M| 727 |   - | 950 | 648 |   0 |   0 |   0 |1420k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
850.61/850.68	c   708s|  8860k|  8596k|     0 |   0.0 |2626M| 727 |   - | 950 | 645 |   0 |   0 |   0 |1421k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
851.61/851.65	c   709s|  8870k|  8606k|     0 |   0.0 |2629M| 727 |   - | 950 | 707 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
852.61/852.64	c   710s|  8880k|  8616k|     0 |   0.0 |2632M| 727 |   - | 950 | 712 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
853.52/853.54	c   710s|  8890k|  8626k|     0 |   0.0 |2635M| 727 |   - | 950 | 648 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
854.51/854.54	c   711s|  8900k|  8636k|     0 |   0.0 |2637M| 727 |   - | 950 | 657 |   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
855.41/855.44	c   712s|  8910k|  8645k|     0 |   0.0 |2640M| 727 |   - | 950 | 661 |   0 |   0 |   0 |1425k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
856.41/856.43	c   713s|  8920k|  8655k|     0 |   0.0 |2643M| 727 |   - | 950 | 711 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
857.41/857.42	c   714s|  8930k|  8665k|     0 |   0.0 |2646M| 727 |   - | 950 | 653 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
858.41/858.41	c   714s|  8940k|  8675k|     0 |   0.0 |2649M| 727 |   - | 950 | 670 |   0 |   0 |   0 |1428k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
859.31/859.33	c   715s|  8950k|  8685k|     0 |   0.0 |2652M| 727 |   - | 950 | 636 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
860.32/860.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
860.32/860.33	c   716s|  8960k|  8695k|     0 |   0.0 |2655M| 727 |   - | 950 | 663 |   0 |   0 |   0 |1430k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
861.32/861.30	c   717s|  8970k|  8704k|     0 |   0.0 |2658M| 727 |   - | 950 | 643 |   0 |   0 |   0 |1431k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
862.21/862.22	c   718s|  8980k|  8714k|     0 |   0.0 |2661M| 727 |   - | 950 | 648 |   0 |   0 |   0 |1432k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
863.11/863.17	c   718s|  8990k|  8724k|     0 |   0.0 |2663M| 727 |   - | 950 | 624 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
864.11/864.10	c   719s|  9000k|  8734k|     0 |   0.0 |2666M| 727 |   - | 950 | 642 |   0 |   0 |   0 |1434k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
865.01/865.01	c   720s|  9010k|  8744k|     0 |   0.0 |2669M| 727 |   - | 950 | 626 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
865.91/865.99	c   721s|  9020k|  8754k|     0 |   0.0 |2672M| 727 |   - | 950 | 675 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
866.91/866.92	c   722s|  9030k|  8764k|     0 |   0.0 |2675M| 727 |   - | 950 | 663 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
867.82/867.81	c   722s|  9040k|  8773k|     0 |   0.0 |2678M| 727 |   - | 950 | 616 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
868.71/868.73	c   723s|  9050k|  8783k|     0 |   0.0 |2681M| 727 |   - | 950 | 587 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
869.61/869.65	c   724s|  9060k|  8793k|     0 |   0.0 |2683M| 727 |   - | 950 | 638 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
870.61/870.60	c   725s|  9070k|  8803k|     0 |   0.0 |2686M| 727 |   - | 950 | 674 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
871.51/871.54	c   725s|  9080k|  8813k|     0 |   0.0 |2689M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1441k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
872.51/872.54	c   726s|  9090k|  8823k|     0 |   0.0 |2692M| 727 |   - | 950 | 635 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
873.51/873.54	c   727s|  9100k|  8832k|     0 |   0.0 |2695M| 727 |   - | 950 | 723 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
874.41/874.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
874.41/874.49	c   728s|  9110k|  8842k|     0 |   0.0 |2698M| 727 |   - | 950 | 674 |   0 |   0 |   0 |1443k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
875.41/875.41	c   729s|  9120k|  8852k|     0 |   0.0 |2701M| 727 |   - | 950 | 710 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
876.31/876.36	c   729s|  9130k|  8862k|     0 |   0.0 |2704M| 727 |   - | 950 | 674 |   0 |   0 |   0 |1445k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
877.21/877.25	c   730s|  9140k|  8872k|     0 |   0.0 |2706M| 727 |   - | 950 | 672 |   0 |   0 |   0 |1446k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
878.11/878.17	c   731s|  9150k|  8882k|     0 |   0.0 |2709M| 727 |   - | 950 | 694 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
879.01/879.08	c   732s|  9160k|  8891k|     0 |   0.0 |2712M| 727 |   - | 950 | 656 |   0 |   0 |   0 |1448k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
879.92/879.96	c   732s|  9170k|  8901k|     0 |   0.0 |2715M| 727 |   - | 950 | 691 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
880.81/880.89	c   733s|  9180k|  8911k|     0 |   0.0 |2718M| 727 |   - | 950 | 693 |   0 |   0 |   0 |1450k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
881.71/881.79	c   734s|  9190k|  8921k|     0 |   0.0 |2721M| 727 |   - | 950 | 701 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
882.71/882.72	c   735s|  9200k|  8931k|     0 |   0.0 |2724M| 727 |   - | 950 | 685 |   0 |   0 |   0 |1451k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
883.61/883.67	c   735s|  9210k|  8941k|     0 |   0.0 |2727M| 727 |   - | 950 | 704 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
884.51/884.57	c   736s|  9220k|  8951k|     0 |   0.0 |2729M| 727 |   - | 950 | 692 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
885.41/885.47	c   737s|  9230k|  8960k|     0 |   0.0 |2732M| 727 |   - | 950 | 664 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
886.41/886.41	c   738s|  9240k|  8970k|     0 |   0.0 |2735M| 727 |   - | 950 | 641 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
887.32/887.36	c   739s|  9250k|  8980k|     0 |   0.0 |2738M| 727 |   - | 950 | 638 |   0 |   0 |   0 |1456k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
888.21/888.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
888.21/888.28	c   739s|  9260k|  8990k|     0 |   0.0 |2741M| 727 |   - | 950 | 674 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
889.21/889.24	c   740s|  9270k|  9000k|     0 |   0.0 |2744M| 727 |   - | 950 | 684 |   0 |   0 |   0 |1458k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
890.21/890.21	c   741s|  9280k|  9010k|     0 |   0.0 |2747M| 727 |   - | 950 | 667 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
891.11/891.12	c   742s|  9290k|  9019k|     0 |   0.0 |2750M| 727 |   - | 950 | 664 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
892.02/892.06	c   743s|  9300k|  9029k|     0 |   0.0 |2753M| 727 |   - | 950 | 681 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
893.01/893.01	c   743s|  9310k|  9039k|     0 |   0.0 |2755M| 727 |   - | 950 | 659 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
893.91/893.96	c   744s|  9320k|  9049k|     0 |   0.0 |2758M| 727 |   - | 950 | 668 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
894.81/894.87	c   745s|  9330k|  9059k|     0 |   0.0 |2761M| 727 |   - | 950 | 669 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
895.71/895.79	c   746s|  9340k|  9069k|     0 |   0.0 |2764M| 727 |   - | 950 | 670 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
896.71/896.72	c   746s|  9350k|  9079k|     0 |   0.0 |2767M| 727 |   - | 950 | 665 |   0 |   0 |   0 |1465k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
897.62/897.63	c   747s|  9360k|  9088k|     0 |   0.0 |2770M| 727 |   - | 950 | 626 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
898.51/898.57	c   748s|  9370k|  9098k|     0 |   0.0 |2773M| 727 |   - | 950 | 661 |   0 |   0 |   0 |1467k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
899.42/899.49	c   749s|  9380k|  9108k|     0 |   0.0 |2776M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
900.41/900.41	c   750s|  9390k|  9118k|     0 |   0.0 |2779M| 727 |   - | 950 | 646 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
901.31/901.32	c   750s|  9400k|  9128k|     0 |   0.0 |2781M| 727 |   - | 950 | 657 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
902.21/902.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
902.21/902.25	c   751s|  9410k|  9138k|     0 |   0.0 |2784M| 727 |   - | 950 | 681 |   0 |   0 |   0 |1471k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
903.12/903.17	c   752s|  9420k|  9147k|     0 |   0.0 |2787M| 727 |   - | 950 | 682 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
904.01/904.07	c   753s|  9430k|  9157k|     0 |   0.0 |2790M| 727 |   - | 950 | 678 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
904.91/904.98	c   753s|  9440k|  9167k|     0 |   0.0 |2793M| 727 |   - | 950 | 655 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
905.81/905.89	c   754s|  9450k|  9177k|     0 |   0.0 |2796M| 727 |   - | 950 | 666 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
906.81/906.84	c   755s|  9460k|  9187k|     0 |   0.0 |2799M| 727 |   - | 950 | 683 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
907.71/907.78	c   756s|  9470k|  9197k|     0 |   0.0 |2802M| 727 |   - | 950 | 704 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
908.71/908.71	c   756s|  9480k|  9207k|     0 |   0.0 |2805M| 727 |   - | 950 | 750 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
909.72/909.74	c   757s|  9490k|  9216k|     0 |   0.0 |2807M| 727 |   - | 950 | 711 |   0 |   0 |   0 |1478k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
910.72/910.71	c   758s|  9500k|  9226k|     0 |   0.0 |2810M| 727 |   - | 950 | 745 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
911.61/911.66	c   759s|  9510k|  9236k|     0 |   0.0 |2813M| 727 |   - | 950 | 719 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
912.61/912.63	c   760s|  9520k|  9246k|     0 |   0.0 |2816M| 727 |   - | 950 | 702 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
913.51/913.59	c   761s|  9530k|  9256k|     0 |   0.0 |2819M| 727 |   - | 950 | 706 |   0 |   0 |   0 |1482k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
914.51/914.57	c   761s|  9540k|  9266k|     0 |   0.0 |2822M| 727 |   - | 950 | 790 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
915.62/915.60	c   762s|  9550k|  9275k|     0 |   0.0 |2824M| 727 |   - | 950 | 725 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
916.51/916.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
916.51/916.52	c   763s|  9560k|  9285k|     0 |   0.0 |2827M| 727 |   - | 950 | 691 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
917.42/917.45	c   764s|  9570k|  9295k|     0 |   0.0 |2830M| 727 |   - | 950 | 739 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
918.42/918.42	c   765s|  9580k|  9305k|     0 |   0.0 |2833M| 727 |   - | 950 | 773 |   0 |   0 |   0 |1487k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
919.32/919.39	c   765s|  9590k|  9315k|     0 |   0.0 |2836M| 727 |   - | 950 | 738 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
920.31/920.31	c   766s|  9600k|  9325k|     0 |   0.0 |2839M| 727 |   - | 950 | 722 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
921.21/921.28	c   767s|  9610k|  9334k|     0 |   0.0 |2842M| 727 |   - | 950 | 776 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
922.21/922.23	c   768s|  9620k|  9344k|     0 |   0.0 |2845M| 727 |   - | 950 | 736 |   0 |   0 |   0 |1490k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
923.21/923.24	c   769s|  9630k|  9354k|     0 |   0.0 |2847M| 727 |   - | 950 | 659 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
924.22/924.20	c   770s|  9640k|  9364k|     0 |   0.0 |2850M| 727 |   - | 950 | 693 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
925.12/925.18	c   770s|  9650k|  9374k|     0 |   0.0 |2853M| 727 |   - | 950 | 645 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
926.01/926.09	c   771s|  9660k|  9384k|     0 |   0.0 |2856M| 727 |   - | 950 | 677 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
927.01/927.06	c   772s|  9670k|  9394k|     0 |   0.0 |2859M| 727 |   - | 950 | 711 |   0 |   0 |   0 |1495k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
928.01/928.00	c   773s|  9680k|  9403k|     0 |   0.0 |2862M| 727 |   - | 950 | 687 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
928.92/928.98	c   774s|  9690k|  9413k|     0 |   0.0 |2865M| 727 |   - | 950 | 723 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
930.02/930.04	c   774s|  9700k|  9423k|     0 |   0.0 |2868M| 727 |   - | 950 | 699 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
930.31/930.35	c (node 9703081) switching to memory saving mode (mem: 2736.0M/3420.0M)
934.11/934.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
934.11/934.19	c   778s|  9710k|  9426k|     0 |   0.0 |2875M| 727 |   - | 950 |  19k|   0 |   0 |   0 |1526k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
938.71/938.75	c   782s|  9720k|  9426k|     0 |   0.0 |2884M| 727 |   - | 950 |  44k|   0 |   0 |   0 |1563k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
943.41/943.49	c   787s|  9730k|  9426k|     0 |   0.0 |2889M| 727 |   - | 950 |  56k|   0 |   0 |   0 |1588k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
948.22/948.28	c   791s|  9740k|  9426k|     0 |   0.0 |2894M| 727 |   - | 950 |  69k|   0 |   0 |   0 |1614k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
953.11/953.16	c   796s|  9750k|  9426k|     0 |   0.0 |2899M| 727 |   - | 950 |  82k|   0 |   0 |   0 |1640k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
958.12/958.14	c   800s|  9760k|  9426k|     0 |   0.0 |2904M| 727 |   - | 950 |  95k|   0 |   0 |   0 |1665k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
963.02/963.02	c   805s|  9770k|  9426k|     0 |   0.0 |2909M| 727 |   - | 950 | 108k|   0 |   0 |   0 |1689k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
967.71/967.77	c   809s|  9780k|  9426k|     0 |   0.0 |2914M| 727 |   - | 950 | 120k|   0 |   0 |   0 |1713k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
972.42/972.46	c   813s|  9790k|  9426k|     0 |   0.0 |2918M| 727 |   - | 950 | 133k|   0 |   0 |   0 |1737k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
976.92/976.98	c   817s|  9800k|  9426k|     0 |   0.0 |2923M| 727 |   - | 950 | 146k|   0 |   0 |   0 |1762k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
981.72/981.75	c   822s|  9810k|  9426k|     0 |   0.0 |2928M| 727 |   - | 950 | 158k|   0 |   0 |   0 |1787k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
986.21/986.25	c   826s|  9820k|  9426k|     0 |   0.0 |2932M| 727 |   - | 950 | 171k|   0 |   0 |   0 |1813k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
991.21/991.22	c   830s|  9830k|  9426k|     0 |   0.0 |2943M| 727 |   - | 950 | 183k|   0 |   0 |   0 |1838k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
996.12/996.16	c   835s|  9840k|  9426k|     0 |   0.0 |2953M| 727 |   - | 950 | 196k|   0 |   0 |   0 |1863k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1001.02/1001.04	c   839s|  9850k|  9426k|     0 |   0.0 |2958M| 727 |   - | 950 | 209k|   0 |   0 |   0 |1888k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1005.91/1005.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1005.91/1005.93	c   844s|  9860k|  9426k|     0 |   0.0 |2964M| 727 |   - | 950 | 221k|   0 |   0 |   0 |1913k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1010.92/1010.95	c   848s|  9870k|  9426k|     0 |   0.0 |2975M| 727 |   - | 950 | 237k|   0 |   0 |   0 |1942k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1015.72/1015.76	c   853s|  9880k|  9426k|     0 |   0.0 |2982M| 727 |   - | 950 | 257k|   0 |   0 |   0 |1976k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1020.62/1020.63	c   857s|  9890k|  9426k|     0 |   0.0 |2990M| 727 |   - | 950 | 276k|   0 |   0 |   0 |2008k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1026.12/1026.12	c   862s|  9900k|  9426k|     0 |   0.0 |2996M| 727 |   - | 950 | 290k|   0 |   0 |   0 |2036k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1031.32/1031.37	c   867s|  9910k|  9426k|     0 |   0.0 |3000M| 727 |   - | 950 | 303k|   0 |   0 |   0 |2062k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1036.91/1036.91	c   872s|  9920k|  9426k|     0 |   0.0 |3006M| 727 |   - | 950 | 316k|   0 |   0 |   0 |2087k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1042.32/1042.38	c   877s|  9930k|  9426k|     0 |   0.0 |3011M| 727 |   - | 950 | 330k|   0 |   0 |   0 |2113k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1048.12/1048.17	c   882s|  9940k|  9426k|     0 |   0.0 |3009M| 727 |   - | 950 | 324k|   0 |   0 |   0 |2139k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1053.52/1053.54	c   887s|  9950k|  9426k|     0 |   0.0 |3013M| 727 |   - | 950 | 337k|   0 |   0 |   0 |2164k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1058.82/1058.88	c   892s|  9960k|  9426k|     0 |   0.0 |3018M| 727 |   - | 950 | 349k|   0 |   0 |   0 |2189k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1063.81/1063.83	c   897s|  9970k|  9426k|     0 |   0.0 |3024M| 727 |   - | 950 | 361k|   0 |   0 |   0 |2214k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1068.92/1068.96	c   902s|  9980k|  9426k|     0 |   0.0 |3028M| 727 |   - | 950 | 374k|   0 |   0 |   0 |2241k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1074.12/1074.17	c   906s|  9990k|  9426k|     0 |   0.0 |3033M| 727 |   - | 950 | 387k|   0 |   0 |   0 |2267k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1079.31/1079.35	c   911s| 10000k|  9426k|     0 |   0.0 |3037M| 727 |   - | 950 | 400k|   0 |   0 |   0 |2293k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1084.52/1084.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1084.52/1084.53	c   916s| 10010k|  9426k|     0 |   0.0 |3042M| 727 |   - | 950 | 413k|   0 |   0 |   0 |2320k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1089.81/1089.83	c   921s| 10020k|  9426k|     0 |   0.0 |3048M| 727 |   - | 950 | 425k|   0 |   0 |   0 |2343k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1094.72/1094.73	c   925s| 10030k|  9426k|     0 |   0.0 |3052M| 727 |   - | 950 | 438k|   0 |   0 |   0 |2364k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1099.62/1099.68	c   930s| 10040k|  9426k|     0 |   0.0 |3057M| 727 |   - | 950 | 450k|   0 |   0 |   0 |2387k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1104.52/1104.57	c   934s| 10050k|  9426k|     0 |   0.0 |3061M| 727 |   - | 950 | 463k|   0 |   0 |   0 |2412k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1109.32/1109.35	c   939s| 10060k|  9426k|     0 |   0.0 |3065M| 727 |   - | 950 | 474k|   0 |   0 |   0 |2434k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1114.41/1114.45	c   943s| 10070k|  9426k|     0 |   0.0 |3069M| 727 |   - | 950 | 487k|   0 |   0 |   0 |2457k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1119.02/1119.02	c   947s| 10080k|  9426k|     0 |   0.0 |3076M| 727 |   - | 950 | 499k|   0 |   0 |   0 |2481k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1123.82/1123.84	c   952s| 10090k|  9426k|     0 |   0.0 |3081M| 727 |   - | 950 | 513k|   0 |   0 |   0 |2508k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1129.12/1129.14	c   957s| 10100k|  9426k|     0 |   0.0 |3085M| 727 |   - | 950 | 524k|   0 |   0 |   0 |2534k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1134.42/1134.42	c   962s| 10110k|  9426k|     0 |   0.0 |3089M| 727 |   - | 950 | 536k|   0 |   0 |   0 |2556k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1139.72/1139.78	c   967s| 10120k|  9426k|     0 |   0.0 |3093M| 727 |   - | 950 | 549k|   0 |   0 |   0 |2581k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1145.32/1145.30	c   972s| 10130k|  9426k|     0 |   0.0 |3098M| 727 |   - | 950 | 561k|   0 |   0 |   0 |2605k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1150.42/1150.44	c   976s| 10140k|  9426k|     0 |   0.0 |3102M| 727 |   - | 950 | 573k|   0 |   0 |   0 |2628k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1155.62/1155.68	c   981s| 10150k|  9426k|     0 |   0.0 |3106M| 727 |   - | 950 | 586k|   0 |   0 |   0 |2653k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1160.62/1160.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1160.62/1160.67	c   986s| 10160k|  9426k|     0 |   0.0 |3113M| 727 |   - | 950 | 598k|   0 |   0 |   0 |2678k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1165.32/1165.39	c   990s| 10170k|  9426k|     0 |   0.0 |3118M| 727 |   - | 950 | 611k|   0 |   0 |   0 |2700k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1170.33/1170.33	c   995s| 10180k|  9426k|     0 |   0.0 |3122M| 727 |   - | 950 | 623k|   0 |   0 |   0 |2725k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1175.22/1175.22	c   999s| 10190k|  9426k|     0 |   0.0 |3127M| 727 |   - | 950 | 635k|   0 |   0 |   0 |2749k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1180.12/1180.18	c  1004s| 10200k|  9426k|     0 |   0.0 |3131M| 727 |   - | 950 | 648k|   0 |   0 |   0 |2775k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1184.72/1184.78	c  1008s| 10210k|  9426k|     0 |   0.0 |3135M| 727 |   - | 950 | 661k|   0 |   0 |   0 |2800k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1189.52/1189.53	c  1012s| 10220k|  9426k|     0 |   0.0 |3140M| 727 |   - | 950 | 673k|   0 |   0 |   0 |2823k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1194.02/1194.04	c  1016s| 10230k|  9426k|     0 |   0.0 |3144M| 727 |   - | 950 | 686k|   0 |   0 |   0 |2848k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1199.02/1199.05	c  1021s| 10240k|  9426k|     0 |   0.0 |3149M| 727 |   - | 950 | 699k|   0 |   0 |   0 |2876k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1203.82/1203.86	c  1025s| 10250k|  9426k|     0 |   0.0 |3156M| 727 |   - | 950 | 712k|   0 |   0 |   0 |2903k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1208.62/1208.67	c  1030s| 10260k|  9426k|     0 |   0.0 |3161M| 727 |   - | 950 | 725k|   0 |   0 |   0 |2930k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1213.62/1213.66	c  1034s| 10270k|  9426k|     0 |   0.0 |3165M| 727 |   - | 950 | 738k|   0 |   0 |   0 |2960k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1218.42/1218.49	c  1039s| 10280k|  9426k|     0 |   0.0 |3171M| 727 |   - | 950 | 753k|   0 |   0 |   0 |2990k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1223.42/1223.49	c  1043s| 10290k|  9426k|     0 |   0.0 |3174M| 727 |   - | 950 | 763k|   0 |   0 |   0 |3017k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1228.52/1228.59	c  1048s| 10300k|  9426k|     0 |   0.0 |3178M| 727 |   - | 950 | 775k|   0 |   0 |   0 |3041k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1233.62/1233.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1233.62/1233.60	c  1052s| 10310k|  9426k|     0 |   0.0 |3182M| 727 |   - | 950 | 787k|   0 |   0 |   0 |3066k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1238.72/1238.71	c  1057s| 10320k|  9426k|     0 |   0.0 |3187M| 727 |   - | 950 | 799k|   0 |   0 |   0 |3092k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1243.52/1243.50	c  1062s| 10330k|  9426k|     0 |   0.0 |3191M| 727 |   - | 950 | 813k|   0 |   0 |   0 |3117k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1248.12/1248.11	c  1066s| 10340k|  9426k|     0 |   0.0 |3196M| 727 |   - | 950 | 825k|   0 |   0 |   0 |3143k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1253.02/1253.02	c  1070s| 10350k|  9426k|     0 |   0.0 |3200M| 727 |   - | 950 | 838k|   0 |   0 |   0 |3166k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1257.72/1257.71	c  1075s| 10360k|  9426k|     0 |   0.0 |3209M| 727 |   - | 950 | 851k|   0 |   0 |   0 |3191k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1262.92/1262.98	c  1079s| 10370k|  9426k|     0 |   0.0 |3213M| 727 |   - | 950 | 865k|   0 |   0 |   0 |3218k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1268.62/1268.63	c  1085s| 10380k|  9426k|     0 |   0.0 |3217M| 727 |   - | 950 | 876k|   0 |   0 |   0 |3246k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1273.82/1273.83	c  1090s| 10390k|  9426k|     0 |   0.0 |3222M| 727 |   - | 950 | 889k|   0 |   0 |   0 |3275k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1279.12/1279.15	c  1094s| 10400k|  9426k|     0 |   0.0 |3227M| 727 |   - | 950 | 902k|   0 |   0 |   0 |3306k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1284.52/1284.55	c  1099s| 10410k|  9426k|     0 |   0.0 |3230M| 727 |   - | 950 | 910k|   0 |   0 |   0 |3330k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1289.73/1289.75	c  1104s| 10420k|  9426k|     0 |   0.0 |3234M| 727 |   - | 950 | 923k|   0 |   0 |   0 |3353k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1294.63/1294.69	c  1109s| 10430k|  9426k|     0 |   0.0 |3239M| 727 |   - | 950 | 935k|   0 |   0 |   0 |3377k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1299.72/1299.71	c  1113s| 10440k|  9426k|     0 |   0.0 |3243M| 727 |   - | 950 | 949k|   0 |   0 |   0 |3403k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1304.82/1304.87	c  1118s| 10450k|  9426k|     0 |   0.0 |3248M| 727 |   - | 950 | 962k|   0 |   0 |   0 |3429k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1310.12/1310.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1310.12/1310.11	c  1123s| 10460k|  9426k|     0 |   0.0 |3252M| 727 |   - | 950 | 974k|   0 |   0 |   0 |3454k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1315.23/1315.25	c  1128s| 10470k|  9426k|     0 |   0.0 |3257M| 727 |   - | 950 | 987k|   0 |   0 |   0 |3478k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1320.22/1320.21	c  1132s| 10480k|  9426k|     0 |   0.0 |3261M| 727 |   - | 950 | 999k|   0 |   0 |   0 |3501k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1325.12/1325.14	c  1137s| 10490k|  9426k|     0 |   0.0 |3268M| 727 |   - | 950 |1013k|   0 |   0 |   0 |3527k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1330.53/1330.53	c  1142s| 10500k|  9426k|     0 |   0.0 |3275M| 727 |   - | 950 |1026k|   0 |   0 |   0 |3551k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1335.93/1335.94	c  1147s| 10510k|  9426k|     0 |   0.0 |3279M| 727 |   - | 950 |1038k|   0 |   0 |   0 |3574k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1341.12/1341.16	c  1152s| 10520k|  9426k|     0 |   0.0 |3283M| 727 |   - | 950 |1048k|   0 |   0 |   0 |3597k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1346.22/1346.23	c  1156s| 10530k|  9426k|     0 |   0.0 |3287M| 727 |   - | 950 |1061k|   0 |   0 |   0 |3620k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1351.32/1351.31	c  1161s| 10540k|  9426k|     0 |   0.0 |3292M| 727 |   - | 950 |1073k|   0 |   0 |   0 |3643k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1356.43/1356.48	c  1166s| 10550k|  9426k|     0 |   0.0 |3296M| 727 |   - | 950 |1087k|   0 |   0 |   0 |3667k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1361.52/1361.58	c  1170s| 10560k|  9426k|     0 |   0.0 |3301M| 727 |   - | 950 |1100k|   0 |   0 |   0 |3691k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1366.92/1366.90	c  1175s| 10570k|  9426k|     0 |   0.0 |3305M| 727 |   - | 950 |1112k|   0 |   0 |   0 |3714k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1371.92/1371.90	c  1180s| 10580k|  9426k|     0 |   0.0 |3310M| 727 |   - | 950 |1125k|   0 |   0 |   0 |3740k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1376.92/1376.95	c  1184s| 10590k|  9426k|     0 |   0.0 |3314M| 727 |   - | 950 |1139k|   0 |   0 |   0 |3766k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1381.73/1381.79	c  1189s| 10600k|  9426k|     0 |   0.0 |3319M| 727 |   - | 950 |1151k|   0 |   0 |   0 |3790k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1387.22/1387.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1387.22/1387.27	c  1194s| 10610k|  9426k|     0 |   0.0 |3323M| 727 |   - | 950 |1161k|   0 |   0 |   0 |3814k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1392.53/1392.54	c  1199s| 10620k|  9426k|     0 |   0.0 |3326M| 727 |   - | 950 |1172k|   0 |   0 |   0 |3836k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1397.53/1397.53	c  1203s| 10630k|  9426k|     0 |   0.0 |3331M| 727 |   - | 950 |1183k|   0 |   0 |   0 |3859k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1402.62/1402.62	c  1208s| 10640k|  9426k|     0 |   0.0 |3335M| 727 |   - | 950 |1196k|   0 |   0 |   0 |3882k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1407.62/1407.66	c  1213s| 10650k|  9426k|     0 |   0.0 |3345M| 727 |   - | 950 |1210k|   0 |   0 |   0 |3906k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1412.63/1412.62	c  1217s| 10660k|  9426k|     0 |   0.0 |3350M| 727 |   - | 950 |1222k|   0 |   0 |   0 |3930k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1417.83/1417.81	c  1222s| 10670k|  9426k|     0 |   0.0 |3354M| 727 |   - | 950 |1235k|   0 |   0 |   0 |3955k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1422.72/1422.70	c  1226s| 10680k|  9426k|     0 |   0.0 |3359M| 727 |   - | 950 |1248k|   0 |   0 |   0 |3980k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1427.62/1427.63	c  1231s| 10690k|  9426k|     0 |   0.0 |3363M| 727 |   - | 950 |1261k|   0 |   0 |   0 |4002k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1432.72/1432.70	c  1236s| 10700k|  9426k|     0 |   0.0 |3367M| 727 |   - | 950 |1273k|   0 |   0 |   0 |4029k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1437.73/1437.75	c  1240s| 10710k|  9426k|     0 |   0.0 |3372M| 727 |   - | 950 |1286k|   0 |   0 |   0 |4052k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1442.03/1442.02	c  1244s| 10720k|  9426k|     0 |   0.0 |3376M| 727 |   - | 950 |1298k|   0 |   0 |   0 |4075k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1446.72/1446.72	c  1248s| 10730k|  9426k|     0 |   0.0 |3380M| 727 |   - | 950 |1309k|   0 |   0 |   0 |4098k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1451.63/1451.62	c  1253s| 10740k|  9426k|     0 |   0.0 |3385M| 727 |   - | 950 |1323k|   0 |   0 |   0 |4124k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1456.33/1456.34	c  1257s| 10750k|  9426k|     0 |   0.0 |3389M| 727 |   - | 950 |1335k|   0 |   0 |   0 |4149k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1460.83/1460.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1460.83/1460.85	c  1261s| 10760k|  9426k|     0 |   0.0 |3393M| 727 |   - | 950 |1348k|   0 |   0 |   0 |4172k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1465.62/1465.68	c  1266s| 10770k|  9426k|     0 |   0.0 |3398M| 727 |   - | 950 |1361k|   0 |   0 |   0 |4197k|   0 | 0.000000e+00 | 2.100000e+01 |    Inf 
1467.73/1467.70	c pressed CTRL-C 1 times (5 times for forcing termination)
1467.73/1467.70	c 
1467.73/1467.70	c SCIP Status        : solving was interrupted [user interrupt]
1467.73/1467.70	c Solving Time (sec) : 1267.47
1467.73/1467.70	c Solving Nodes      : 10773995
1467.73/1467.70	c Primal Bound       : +2.10000000000000e+01 (4 solutions)
1467.73/1467.70	c Dual Bound         : +0.00000000000000e+00
1467.73/1467.70	c Gap                : infinite
1467.73/1467.70	s SATISFIABLE
1467.73/1467.70	v -x840 -x839 -x838 -x837 -x836 -x835 x834 -x833 -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 
1467.73/1467.70	v -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 -x809 x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 
1467.73/1467.70	v -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 x782 -x781 -x780 -x779 -x778 -x777 
1467.73/1467.70	v -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 
1467.73/1467.70	v -x755 -x754 x753 -x752 -x751 -x750 -x749 -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 
1467.73/1467.70	v -x734 -x733 -x732 -x731 x730 -x729 -x728 -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 
1467.73/1467.70	v -x713 -x712 -x711 -x710 -x709 -x708 -x707 -x706 -x705 -x704 -x703 -x702 -x701 -x700 x699 -x698 -x697 -x696 -x695 -x694 -x693 
1467.73/1467.70	v -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 x672 
1467.73/1467.70	v -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 x651 
1467.73/1467.70	v -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 -x640 -x639 -x638 x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 
1467.73/1467.70	v -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 x610 -x609 
1467.73/1467.70	v -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 
1467.73/1467.70	v -x587 -x586 -x585 -x584 -x583 -x582 -x581 -x580 x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 
1467.73/1467.70	v -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 x546 
1467.73/1467.70	v -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 -x537 -x536 x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 
1467.73/1467.70	v -x524 -x523 -x522 -x521 x520 -x519 -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 
1467.73/1467.70	v -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 
1467.73/1467.70	v -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 
1467.73/1467.70	v -x461 -x460 -x459 -x458 -x457 -x456 x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 
1467.73/1467.70	v -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 
1467.73/1467.70	v -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 
1467.73/1467.70	v -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 x381 -x380 -x379 -x378 
1467.73/1467.70	v -x377 x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 
1467.73/1467.70	v -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 
1467.73/1467.70	v -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 
1467.73/1467.70	v -x314 -x313 -x312 x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 
1467.73/1467.70	v -x293 -x292 -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 x277 -x276 -x275 -x274 -x273 
1467.73/1467.70	v -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 
1467.73/1467.70	v -x252 -x251 -x250 -x249 -x248 x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 
1467.73/1467.70	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 
1467.73/1467.70	v -x210 -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1467.73/1467.70	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 
1467.73/1467.70	v -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1467.73/1467.70	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1467.73/1467.70	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 
1467.73/1467.70	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 
1467.73/1467.70	v -x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1467.73/1467.70	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1467.73/1467.70	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
1467.73/1467.70	v -x4 x3 -x2 -x1 
1467.73/1467.70	c SCIP Status        : solving was interrupted [user interrupt]
1467.73/1467.70	c Solving Time       :    1267.47
1467.73/1467.70	c Original Problem   :
1467.73/1467.70	c   Problem name     : HOME/instance-2693733-1277891138.wbo
1467.73/1467.70	c   Variables        : 950 (895 binary, 0 integer, 0 implicit integer, 55 continuous)
1467.73/1467.70	c   Constraints      : 138 initial, 138 maximal
1467.73/1467.70	c Presolved Problem  :
1467.73/1467.70	c   Problem name     : t_HOME/instance-2693733-1277891138.wbo
1467.73/1467.70	c   Variables        : 950 (895 binary, 0 integer, 0 implicit integer, 55 continuous)
1467.73/1467.70	c   Constraints      : 137 initial, 1366329 maximal
1467.73/1467.70	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1467.73/1467.70	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1467.73/1467.70	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1467.73/1467.70	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1467.73/1467.70	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1467.73/1467.70	c   implics          :       0.00          0          0          0          0          0          0          0          0
1467.73/1467.70	c   probing          :       0.00          0          0          0          0          0          0          0          0
1467.73/1467.70	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1467.73/1467.70	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1467.73/1467.70	c   linear           :       0.00          0          0          0         55          0          1          0          0
1467.73/1467.70	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1467.73/1467.70	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1467.73/1467.70	c   root node        :          -          0          -          -          0          -          -          -          -
1467.73/1467.70	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1467.73/1467.70	c   integral         :          0          0          0          0          0          0          0          0          0          0
1467.73/1467.70	c   indicator        :         55          0    5592719          0     907699          0       5979          0          0          0
1467.73/1467.70	c   setppc           :         10          0   16927655          0   10348169     137044    4810396          0          0          0
1467.73/1467.70	c   linear           :         55          0   16819570          0   10351035     403001   14164759          0          0          0
1467.73/1467.70	c   logicor          :         17+         0    7931795          0   10350856     292024    8149396          0          0          0
1467.73/1467.70	c   bounddisjunction :          0+         0        275          0          0          0          1          0          0          0
1467.73/1467.70	c   countsols        :          0          0          0          0   10351039          0          0          0          0          0
1467.73/1467.70	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1467.73/1467.70	c   integral         :       0.00       0.00       0.00       0.00       0.00
1467.73/1467.70	c   indicator        :       0.23       0.00       0.01       0.00       0.22
1467.73/1467.70	c   setppc           :      86.49       0.00      62.90       0.00      23.59
1467.73/1467.70	c   linear           :     234.49       0.00     233.02       0.00       1.47
1467.73/1467.70	c   logicor          :     243.40       0.00     205.84       0.00      37.56
1467.73/1467.70	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1467.73/1467.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1467.73/1467.70	c Propagators        :       Time      Calls    Cutoffs    DomReds
1467.73/1467.70	c   vbounds          :       0.00          2          0          0
1467.73/1467.70	c   rootredcost      :       0.00          0          0          0
1467.73/1467.70	c   pseudoobj        :      21.88   16957503        984       3182
1467.73/1467.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1467.73/1467.70	c   propagation      :     351.72     833053     833052    8311043      185.9    3248225       20.0          -
1467.73/1467.70	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1467.73/1467.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1467.73/1467.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1467.73/1467.70	c   pseudo solution  :       0.00          1          1          1        2.0          1       21.0          -
1467.73/1467.70	c   applied globally :          -          -          -    3688023       25.3          -          -          -
1467.73/1467.70	c   applied locally  :          -          -          -     520038      152.9          -          -          -
1467.73/1467.70	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1467.73/1467.70	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1467.73/1467.70	c   redcost          :       0.00          0          0          0          0          0
1467.73/1467.70	c   impliedbounds    :       0.00          0          0          0          0          0
1467.73/1467.70	c   intobj           :       0.00          0          0          0          0          0
1467.73/1467.70	c   cgmip            :       0.00          0          0          0          0          0
1467.73/1467.70	c   gomory           :       0.00          0          0          0          0          0
1467.73/1467.70	c   strongcg         :       0.00          0          0          0          0          0
1467.73/1467.70	c   cmir             :       0.00          0          0          0          0          0
1467.73/1467.70	c   flowcover        :       0.00          0          0          0          0          0
1467.73/1467.70	c   clique           :       0.00          0          0          0          0          0
1467.73/1467.70	c   zerohalf         :       0.00          0          0          0          0          0
1467.73/1467.70	c   mcf              :       0.00          0          0          0          0          0
1467.73/1467.70	c   rapidlearning    :       0.00          0          0          0          0          0
1467.73/1467.70	c Pricers            :       Time      Calls       Vars
1467.73/1467.70	c   problem variables:       0.00          0          0
1467.73/1467.70	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1467.73/1467.70	c   relpscost        :       0.00          0          0          0          0          0          0
1467.73/1467.70	c   pscost           :       0.00          0          0          0          0          0          0
1467.73/1467.70	c   inference        :     446.72   10351035          0          0          0          0   20702070
1467.73/1467.70	c   mostinf          :       0.00          0          0          0          0          0          0
1467.73/1467.70	c   leastinf         :       0.00          0          0          0          0          0          0
1467.73/1467.70	c   fullstrong       :       0.00          0          0          0          0          0          0
1467.73/1467.70	c   allfullstrong    :       0.00          0          0          0          0          0          0
1467.73/1467.70	c   random           :       0.00          0          0          0          0          0          0
1467.73/1467.70	c Primal Heuristics  :       Time      Calls      Found
1467.73/1467.70	c   LP solutions     :       0.00          -          0
1467.73/1467.70	c   pseudo solutions :       0.21          -          4
1467.73/1467.70	c   oneopt           :       0.31          0          0
1467.73/1467.70	c   trivial          :       0.00          2          0
1467.73/1467.70	c   simplerounding   :       0.00          0          0
1467.73/1467.70	c   zirounding       :       0.00          0          0
1467.73/1467.70	c   rounding         :       0.00          0          0
1467.73/1467.70	c   shifting         :       0.00          0          0
1467.73/1467.70	c   intshifting      :       0.00          0          0
1467.73/1467.70	c   twoopt           :       0.00          0          0
1467.73/1467.70	c   fixandinfer      :       0.00          0          0
1467.73/1467.70	c   feaspump         :       0.00          0          0
1467.73/1467.70	c   coefdiving       :       0.00          0          0
1467.73/1467.70	c   pscostdiving     :       0.00          0          0
1467.73/1467.70	c   fracdiving       :       0.00          0          0
1467.73/1467.70	c   veclendiving     :       0.00          0          0
1467.73/1467.70	c   intdiving        :       0.00          0          0
1467.73/1467.70	c   actconsdiving    :       0.00          0          0
1467.73/1467.70	c   objpscostdiving  :       0.00          0          0
1467.73/1467.70	c   rootsoldiving    :       0.00          0          0
1467.73/1467.70	c   linesearchdiving :       0.00          0          0
1467.73/1467.70	c   guideddiving     :       0.00          0          0
1467.73/1467.70	c   octane           :       0.00          0          0
1467.73/1467.70	c   rens             :       0.00          0          0
1467.73/1467.70	c   rins             :       0.00          0          0
1467.73/1467.70	c   localbranching   :       0.00          0          0
1467.73/1467.70	c   mutation         :       0.00          0          0
1467.73/1467.70	c   crossover        :       0.00          0          0
1467.73/1467.70	c   dins             :       0.00          0          0
1467.73/1467.70	c   undercover       :       0.00          0          0
1467.73/1467.70	c   nlp              :       0.02          0          0
1467.73/1467.70	c   trysol           :       0.00          1          0
1467.73/1467.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1467.73/1467.70	c   primal LP        :       0.00          0          0       0.00          -
1467.73/1467.70	c   dual LP          :       0.00          0          0       0.00          -
1467.73/1467.70	c   lex dual LP      :       0.00          0          0       0.00          -
1467.73/1467.70	c   barrier LP       :       0.00          0          0       0.00          -
1467.73/1467.70	c   diving/probing LP:       0.00          0          0       0.00          -
1467.73/1467.70	c   strong branching :       0.00          0          0       0.00          -
1467.73/1467.70	c     (at root node) :          -          0          0       0.00          -
1467.73/1467.70	c   conflict analysis:       0.00          0          0       0.00          -
1467.73/1467.70	c B&B Tree           :
1467.73/1467.70	c   number of runs   :          1
1467.73/1467.70	c   nodes            :   10773995
1467.73/1467.70	c   nodes (total)    :   10773995
1467.73/1467.70	c   nodes left       :    9426659
1467.73/1467.70	c   max depth        :        727
1467.73/1467.70	c   max depth (total):        727
1467.73/1467.70	c   backtracks       :     431903 (4.0%)
1467.73/1467.70	c   delayed cutoffs  :     494510
1467.73/1467.70	c   repropagations   :    1028140 (10442431 domain reductions, 410098 cutoffs)
1467.73/1467.70	c   avg switch length:       3.54
1467.73/1467.70	c   switching time   :     145.01
1467.73/1467.70	c Solution           :
1467.73/1467.70	c   Solutions found  :          4 (4 improvements)
1467.73/1467.70	c   First Solution   : +8.80000000000000e+01   (in run 1, after 4651856 nodes, 375.80 seconds, depth 693, found by <relaxation>)
1467.73/1467.70	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 4661777 nodes, 376.58 seconds, depth 642, found by <relaxation>)
1467.73/1467.70	c   Dual Bound       : +0.00000000000000e+00
1467.73/1467.70	c   Gap              :   infinite
1467.73/1467.70	c   Root Dual Bound  : +0.00000000000000e+00
1467.73/1467.70	c   Root Iterations  :          0

Verifier Data

OK	21

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693733-1277891138/watcher-2693733-1277891138 -o /tmp/evaluation-result-2693733-1277891138/solver-2693733-1277891138 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693733-1277891138.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.04 2.01 2.12 3/179 22244
/proc/meminfo: memFree=31375296/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=8552 CPUtime=0
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 1623 0 0 0 0 0 0 0 21 0 1 0 162753304 8757248 1545 4089446400 4194304 7136930 140736740926720 18446744073709551615 6350076 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22244/statm: 2202 1546 275 719 0 1481 0

[startup+0.0574701 s]
/proc/loadavg: 2.04 2.01 2.12 3/179 22244
/proc/meminfo: memFree=31375296/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=13760 CPUtime=0.05
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 4435 0 0 0 4 1 0 0 21 0 1 0 162753304 14090240 2719 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 3440 2719 390 719 0 2719 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13760

[startup+0.100464 s]
/proc/loadavg: 2.04 2.01 2.12 3/179 22244
/proc/meminfo: memFree=31375296/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=14420 CPUtime=0.09
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 4594 0 0 0 7 2 0 0 21 0 1 0 162753304 14766080 2878 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 3605 2878 394 719 0 2884 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14420

[startup+0.300437 s]
/proc/loadavg: 2.04 2.01 2.12 3/179 22244
/proc/meminfo: memFree=31375296/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=16420 CPUtime=0.29
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 5104 0 0 0 23 6 0 0 21 0 1 0 162753304 16814080 3388 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 4105 3388 394 719 0 3384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16420

[startup+0.700355 s]
/proc/loadavg: 2.04 2.01 2.12 3/179 22244
/proc/meminfo: memFree=31375296/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=17876 CPUtime=0.69
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 5506 0 0 0 56 13 0 0 22 0 1 0 162753304 18305024 3790 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 4469 3790 394 719 0 3748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17876

[startup+1.50021 s]
/proc/loadavg: 2.11 2.03 2.12 3/180 22245
/proc/meminfo: memFree=31360656/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=20484 CPUtime=1.49
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 6196 0 0 0 120 29 0 0 25 0 1 0 162753304 20975616 4480 4089446400 4194304 7136930 140736740926720 18446744073709551615 5921187 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 5121 4480 394 719 0 4400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20484

[startup+3.10093 s]
/proc/loadavg: 2.11 2.03 2.12 3/180 22245
/proc/meminfo: memFree=31355820/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=27600 CPUtime=3.09
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 8039 0 0 0 246 63 0 0 25 0 1 0 162753304 28262400 6323 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 6900 6323 394 719 0 6179 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27600

[startup+6.30037 s]
/proc/loadavg: 2.10 2.03 2.12 3/180 22245
/proc/meminfo: memFree=31342888/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=41420 CPUtime=6.29
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 11111 0 0 0 503 126 0 0 25 0 1 0 162753304 42414080 9395 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 10355 9395 394 719 0 9634 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41420

[startup+12.7002 s]
/proc/loadavg: 2.10 2.03 2.12 3/180 22246
/proc/meminfo: memFree=31319964/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=62432 CPUtime=12.69
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 16647 0 0 0 1028 241 0 0 25 0 1 0 162753304 63930368 14931 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 15608 14931 394 719 0 14887 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62432

[startup+25.501 s]
/proc/loadavg: 2.07 2.03 2.12 3/180 22246
/proc/meminfo: memFree=31275272/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=109404 CPUtime=25.49
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 27915 0 0 0 2071 478 0 0 25 0 1 0 162753304 112029696 26199 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 27351 26199 394 719 0 26630 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109404

[startup+51.1005 s]
/proc/loadavg: 2.05 2.02 2.11 3/180 22246
/proc/meminfo: memFree=31179236/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=206620 CPUtime=51.09
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 51271 0 0 0 4149 960 0 0 25 0 1 0 162753304 211578880 49555 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 51655 49555 394 719 0 50934 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 206620

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.10 3/180 22248
/proc/meminfo: memFree=31000492/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=393152 CPUtime=102.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 96029 0 0 0 8295 1935 0 0 25 0 1 0 162753304 402587648 94313 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 98288 94313 394 719 0 97567 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 393152

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.09 3/180 22250
/proc/meminfo: memFree=30790988/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=596112 CPUtime=162.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 149358 0 0 0 13136 3094 0 0 25 0 1 0 162753304 610418688 147642 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 149028 147642 394 719 0 148307 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 596112

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/180 22251
/proc/meminfo: memFree=30578276/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=827240 CPUtime=222.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 201481 0 0 0 17972 4258 0 0 25 0 1 0 162753304 847093760 199765 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 206810 199765 394 719 0 206089 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 827240

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/180 22252
/proc/meminfo: memFree=30365288/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=1029664 CPUtime=282.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 254546 0 0 0 22855 5375 0 0 25 0 1 0 162753304 1054375936 252830 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 257416 252830 394 719 0 256695 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1029664

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/180 22254
/proc/meminfo: memFree=30156660/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=1225040 CPUtime=342.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 305641 0 0 0 27786 6444 0 0 25 0 1 0 162753304 1254440960 303925 4089446400 4194304 7136930 140736740926720 18446744073709551615 4219802 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22244/statm: 306260 303925 394 719 0 305539 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1225040

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 22284
/proc/meminfo: memFree=30072464/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=1461760 CPUtime=402.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 350323 0 0 0 32893 7337 0 0 25 0 1 0 162753304 1496842240 348607 4089446400 4194304 7136930 140736740926720 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 365440 348607 394 719 0 364719 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1461760

[startup+462.301 s]
/proc/loadavg: 2.07 2.02 2.07 3/179 22286
/proc/meminfo: memFree=29734128/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=1623664 CPUtime=462.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 390808 0 0 0 38194 8036 0 0 25 0 1 0 162753304 1662631936 389092 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 405916 389092 397 719 0 405195 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1623664

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 2.06 3/179 22287
/proc/meminfo: memFree=29459044/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=1806828 CPUtime=522.31
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 439073 0 0 0 43208 9023 0 0 25 0 1 0 162753304 1850191872 437357 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 451707 437357 397 719 0 450986 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1806828

[startup+582.301 s]
/proc/loadavg: 2.06 2.02 2.06 3/179 22288
/proc/meminfo: memFree=29224364/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=1988196 CPUtime=582.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 486866 0 0 0 48225 10005 0 0 25 0 1 0 162753304 2035912704 485150 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 497049 485150 397 719 0 496328 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1988196

[startup+642.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/179 22290
/proc/meminfo: memFree=28880076/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=2167684 CPUtime=642.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 534196 0 0 0 53262 10970 0 0 25 0 1 0 162753304 2219708416 532480 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 541921 532480 397 719 0 541200 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2167684

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 2.05 3/179 22292
/proc/meminfo: memFree=28578324/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=2347484 CPUtime=702.31
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 581602 0 0 0 58287 11944 0 0 25 0 1 0 162753304 2403823616 579886 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 586871 579886 397 719 0 586150 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2347484

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 22294
/proc/meminfo: memFree=28261540/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=2528284 CPUtime=762.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 629244 0 0 0 63320 12912 0 0 25 0 1 0 162753304 2588962816 627528 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 632071 627528 397 719 0 631350 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2528284

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 22295
/proc/meminfo: memFree=28014964/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=2705828 CPUtime=822.31
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 676039 0 0 0 68390 13841 0 0 25 0 1 0 162753304 2770767872 674323 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 676457 674323 397 719 0 675736 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2705828

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 22296
/proc/meminfo: memFree=27779300/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3014976 CPUtime=882.31
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 722994 0 0 0 73436 14795 0 0 25 0 1 0 162753304 3087335424 721278 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 753744 721278 397 719 0 753023 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3014976

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 22307
/proc/meminfo: memFree=27548432/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3184292 CPUtime=942.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 803566 0 0 0 78564 15668 0 0 25 0 1 0 162753304 3260715008 765026 4089446400 4194304 7136930 140736740926720 18446744073709551615 4648301 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 796073 765026 397 719 0 795352 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 3184292

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 22309
/proc/meminfo: memFree=27392392/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3298004 CPUtime=1002.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 829071 0 0 0 84035 16197 0 0 25 0 1 0 162753304 3377156096 790531 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 824501 790531 397 719 0 823780 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3298004

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 22311
/proc/meminfo: memFree=27223348/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3385624 CPUtime=1062.31
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 850656 0 0 0 89542 16689 0 0 25 0 1 0 162753304 3466878976 812116 4089446400 4194304 7136930 140736740926720 18446744073709551615 5909102 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 846406 812116 397 719 0 845685 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3385624

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 2.01 3/179 22312
/proc/meminfo: memFree=27087876/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3465808 CPUtime=1122.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 870370 0 0 0 95043 17189 0 0 25 0 1 0 162753304 3548987392 831830 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 866452 831830 397 719 0 865731 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3465808

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/179 22313
/proc/meminfo: memFree=26941752/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3532792 CPUtime=1182.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 887332 0 0 0 100551 17681 0 0 25 0 1 0 162753304 3617579008 848792 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 883198 848792 397 719 0 882477 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3532792

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 22315
/proc/meminfo: memFree=26738220/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3606248 CPUtime=1242.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 905753 0 0 0 106049 18183 0 0 25 0 1 0 162753304 3692797952 867213 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 901562 867213 397 719 0 900841 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3606248

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22317
/proc/meminfo: memFree=26551408/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3682256 CPUtime=1302.33
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 924495 0 0 0 111574 18659 0 0 25 0 1 0 162753304 3770630144 885955 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 920564 885955 397 719 0 919843 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3682256

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22319
/proc/meminfo: memFree=26338196/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3762024 CPUtime=1362.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 944297 0 0 0 117097 19135 0 0 25 0 1 0 162753304 3852312576 905757 4089446400 4194304 7136930 140736740926720 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 940506 905757 397 719 0 939785 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 3762024

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22320
/proc/meminfo: memFree=26092872/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3848900 CPUtime=1422.33
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 965109 0 0 0 122597 19636 0 0 25 0 1 0 162753304 3941273600 926569 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 962225 926569 397 719 0 961504 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3848900



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1467.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22321
/proc/meminfo: memFree=25940308/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3891656 CPUtime=1467.73
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 976345 0 0 0 126747 20026 0 0 25 0 1 0 162753304 3985055744 937805 4089446400 4194304 7136930 140736740926720 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 972914 937805 397 719 0 972193 0
Current children cumulated CPU time (s) 1467.73
Current children cumulated vsize (KiB) 3891656

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22244

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

[startup+1468.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22322
/proc/meminfo: memFree=25920832/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3910592 CPUtime=1468.62
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 980787 0 0 0 126835 20027 0 0 25 0 1 0 162753304 4004446208 942247 4089446400 4194304 7136930 140736740926720 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22244/statm: 977648 942247 402 719 0 976927 0
Current children cumulated CPU time (s) 1468.62
Current children cumulated vsize (KiB) 3910592

[startup+1469.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22322
/proc/meminfo: memFree=25920832/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=3910592 CPUtime=1469.42
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4202496 980787 0 0 0 126915 20027 0 0 25 0 1 0 162753304 4004446208 942247 4089446400 4194304 7136930 140736740926720 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22244/statm: 977648 942247 402 719 0 976927 0
Current children cumulated CPU time (s) 1469.42
Current children cumulated vsize (KiB) 3910592

[startup+1469.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22322
/proc/meminfo: memFree=25917732/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=0 CPUtime=1469.83
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21078 0 -1 4203524 980787 0 0 0 126946 20037 0 0 25 0 1 0 162753304 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/22244/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1469.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1469.83
CPU time (s): 1469.86
CPU user time (s): 1269.46
CPU system time (s): 200.397
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3910592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1269.47
system time used= 200.397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 980787
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= 1397

runsolver used 2.11368 second user time and 4.83826 second system time

The end

Launcher Data

Begin job on node119 at 2010-06-30 11:45:38
IDJOB=2693733
IDBENCH=78693
IDSOLVER=1206
FILE ID=node119/2693733-1277891138
PBS_JOBID= 11197116
Free space on /tmp= 74188 MiB

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

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

MD5SUM BENCH= fbd3a39d50404986b242d7bfefa0e7f6
RANDOM SEED=951600697

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31375948 kB
Buffers:        175840 kB
Cached:         965104 kB
SwapCached:          0 kB
Active:         808716 kB
Inactive:       622504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31375948 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3132 kB
Writeback:           0 kB
AnonPages:      290644 kB
Mapped:          18368 kB
Slab:            77888 kB
PageTables:       5588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   594196 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node119 at 2010-06-30 12:10:08