Trace number 2693968

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1802.14 1802.09

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_40_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM72248c5a2862af1e3cf852420a7ca986
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.168973
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2800
Total number of constraints150
Number of soft constraints150
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
Top cost 7477
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7476
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693968-1277919513.wbo>
0.00/0.01	c original problem has 3100 variables (2950 bin, 0 int, 0 impl, 150 cont) and 301 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	o 7476
0.00/0.02	c feasible solution found by trivial heuristic, objective value  7.476000e+03
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 150 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 150 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 150 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/2950 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  0 deleted vars, 1 deleted constraints, 150 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  150 implications, 0 cliques
0.00/0.03	c presolved problem has 3100 variables (2950 bin, 0 int, 0 impl, 150 cont) and 300 constraints
0.00/0.03	c     150 constraints of type <indicator>
0.00/0.03	c     150 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 3420
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c t 0.0s|     1 |     2 |     0 |     - |5905k|   0 |   - |3100 | 300 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1.79/1.88	c   1.7s| 10000 |  9945 |     0 |   0.0 |9930k|1742 |   - |3100 | 574 |   0 |   0 |   0 | 274 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
3.79/3.83	c   3.4s| 20000 | 19893 |     0 |   0.0 |  13M|1742 |   - |3100 | 834 |   0 |   0 |   0 | 534 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
5.69/5.80	c   5.3s| 30000 | 29839 |     0 |   0.0 |  16M|1742 |   - |3100 |1102 |   0 |   0 |   0 | 804 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
7.70/7.77	c   7.1s| 40000 | 39789 |     0 |   0.0 |  19M|1742 |   - |3100 |1334 |   0 |   0 |   0 |1073 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
9.79/9.83	c   9.0s| 50000 | 49723 |     0 |   0.0 |  22M|1742 |   - |3100 |1527 |   0 |   0 |   0 |1403 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
11.80/11.86	c  10.8s| 60000 | 59661 |     0 |   0.0 |  25M|1742 |   - |3100 |1629 |   0 |   0 |   0 |1713 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
13.89/13.90	c  12.7s| 70000 | 69579 |     0 |   0.0 |  28M|1742 |   - |3100 |1775 |   0 |   0 |   0 |2123 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
15.89/15.91	c  14.5s| 80000 | 79517 |     0 |   0.0 |  31M|1742 |   - |3100 |1758 |   0 |   0 |   0 |2433 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
17.89/17.95	c  16.4s| 90000 | 89427 |     0 |   0.0 |  34M|1742 |   - |3100 |1927 |   0 |   0 |   0 |2883 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
19.89/19.93	c  18.2s|100000 | 99357 |     0 |   0.0 |  37M|1742 |   - |3100 |1971 |   0 |   0 |   0 |3233 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
21.79/21.89	c  20.0s|110000 |109293 |     0 |   0.0 |  40M|1742 |   - |3100 |2005 |   0 |   0 |   0 |3553 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
23.79/23.86	c  21.8s|120000 |119211 |     0 |   0.0 |  42M|1742 |   - |3100 |2074 |   0 |   0 |   0 |3963 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
25.69/25.78	c  23.6s|130000 |129145 |     0 |   0.0 |  45M|1742 |   - |3100 |2128 |   0 |   0 |   0 |4293 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
27.69/27.72	c  25.4s|140000 |139067 |     0 |   0.0 |  48M|1742 |   - |3100 |2232 |   0 |   0 |   0 |4683 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
29.60/29.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.60/29.65	c  27.1s|150000 |148983 |     0 |   0.0 |  51M|1742 |   - |3100 |2266 |   0 |   0 |   0 |5103 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
31.49/31.54	c  28.8s|160000 |158921 |     0 |   0.0 |  54M|1742 |   - |3100 |2294 |   0 |   0 |   0 |5413 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
33.39/33.42	c  30.6s|170000 |168851 |     0 |   0.0 |  57M|1742 |   - |3100 |2348 |   0 |   0 |   0 |5763 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
35.30/35.32	c  32.3s|180000 |178764 |     0 |   0.0 |  60M|1742 |   - |3100 |2462 |   0 |   0 |   0 |6180 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
37.09/37.19	c  34.0s|190000 |188680 |     0 |   0.0 |  63M|1742 |   - |3100 |2621 |   0 |   0 |   0 |6600 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
39.19/39.22	c  35.9s|200000 |198617 |     0 |   0.0 |  66M|1742 |   - |3100 |2500 |   0 |   0 |   0 |6881 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
41.29/41.31	c  37.8s|210000 |208555 |     0 |   0.0 |  69M|1742 |   - |3100 |2395 |   0 |   0 |   0 |7198 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
43.29/43.39	c  39.7s|220000 |218484 |     0 |   0.0 |  71M|1742 |   - |3100 |2332 |   0 |   0 |   0 |7548 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
45.49/45.50	c  41.6s|230000 |228412 |     0 |   0.0 |  74M|1742 |   - |3100 |1805 |   0 |   0 |   0 |7908 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
47.49/47.57	c  43.5s|240000 |238341 |     0 |   0.0 |  77M|1742 |   - |3100 |1807 |   0 |   0 |   0 |8266 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
49.59/49.66	c  45.4s|250000 |248287 |     0 |   0.0 |  80M|1742 |   - |3100 |1773 |   0 |   0 |   0 |8536 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
51.70/51.75	c  47.3s|260000 |258218 |     0 |   0.0 |  82M|1742 |   - |3100 |1739 |   0 |   0 |   0 |8876 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
53.80/53.81	c  49.2s|270000 |268168 |     0 |   0.0 |  85M|1742 |   - |3100 |1643 |   0 |   0 |   0 |9126 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
55.90/55.90	c  51.1s|280000 |278093 |     0 |   0.0 |  88M|1742 |   - |3100 |1711 |   0 |   0 |   0 |9506 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
57.89/57.98	c  53.0s|290000 |288025 |     0 |   0.0 |  91M|1742 |   - |3100 |1726 |   0 |   0 |   0 |9844 |   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
59.99/60.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.99/60.05	c  55.0s|300000 |297959 |     0 |   0.0 |  94M|1742 |   - |3100 |1696 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
62.10/62.13	c  56.9s|310000 |307903 |     0 |   0.0 |  96M|1742 |   - |3100 |1670 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
64.10/64.19	c  58.8s|320000 |317849 |     0 |   0.0 |  99M|1742 |   - |3100 |1646 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
66.19/66.26	c  60.7s|330000 |327805 |     0 |   0.0 | 102M|1742 |   - |3100 |1625 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
68.29/68.34	c  62.6s|340000 |337749 |     0 |   0.0 | 105M|1742 |   - |3100 |1694 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
70.40/70.42	c  64.5s|350000 |347681 |     0 |   0.0 | 108M|1742 |   - |3100 |1716 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
72.50/72.51	c  66.5s|360000 |357621 |     0 |   0.0 | 110M|1742 |   - |3100 |1671 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
74.50/74.59	c  68.3s|370000 |367559 |     0 |   0.0 | 113M|1742 |   - |3100 |1657 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
76.59/76.66	c  70.3s|380000 |377489 |     0 |   0.0 | 116M|1742 |   - |3100 |1665 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
78.70/78.75	c  72.2s|390000 |387425 |     0 |   0.0 | 119M|1742 |   - |3100 |1668 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
80.80/80.83	c  74.1s|400000 |397361 |     0 |   0.0 | 122M|1742 |   - |3100 |1666 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
82.90/82.92	c  76.0s|410000 |407295 |     0 |   0.0 | 124M|1742 |   - |3100 |1649 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
84.89/84.99	c  78.0s|420000 |417234 |     0 |   0.0 | 127M|1742 |   - |3100 |1625 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
87.00/87.08	c  79.9s|430000 |427170 |     0 |   0.0 | 130M|1742 |   - |3100 |1657 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
89.10/89.12	c  81.8s|440000 |437118 |     0 |   0.0 | 133M|1742 |   - |3100 |1555 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
91.09/91.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.09/91.19	c  83.7s|450000 |447060 |     0 |   0.0 | 136M|1742 |   - |3100 |1554 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
93.20/93.28	c  85.6s|460000 |457000 |     0 |   0.0 | 138M|1742 |   - |3100 |1603 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
95.30/95.35	c  87.5s|470000 |466940 |     0 |   0.0 | 141M|1742 |   - |3100 |1558 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
97.40/97.42	c  89.5s|480000 |476880 |     0 |   0.0 | 144M|1742 |   - |3100 |1527 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
99.39/99.49	c  91.4s|490000 |486804 |     0 |   0.0 | 147M|1742 |   - |3100 |1608 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
101.50/101.58	c  93.3s|500000 |496734 |     0 |   0.0 | 149M|1742 |   - |3100 |1587 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
103.59/103.64	c  95.2s|510000 |506674 |     0 |   0.0 | 152M|1742 |   - |3100 |1554 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
105.70/105.71	c  97.1s|520000 |516612 |     0 |   0.0 | 155M|1742 |   - |3100 |1590 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
107.70/107.79	c  99.0s|530000 |526546 |     0 |   0.0 | 158M|1742 |   - |3100 |1543 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
109.80/109.87	c   101s|540000 |536482 |     0 |   0.0 | 161M|1742 |   - |3100 |1503 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
111.89/111.93	c   103s|550000 |546428 |     0 |   0.0 | 163M|1742 |   - |3100 |1490 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
114.00/114.02	c   105s|560000 |556368 |     0 |   0.0 | 166M|1742 |   - |3100 |1472 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
116.09/116.11	c   107s|570000 |566300 |     0 |   0.0 | 169M|1742 |   - |3100 |1469 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
118.09/118.15	c   109s|580000 |576240 |     0 |   0.0 | 172M|1742 |   - |3100 |1496 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
120.10/120.19	c   110s|590000 |586188 |     0 |   0.0 | 174M|1742 |   - |3100 |1455 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
122.19/122.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.19/122.24	c   112s|600000 |596140 |     0 |   0.0 | 177M|1742 |   - |3100 |1407 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
124.20/124.30	c   114s|610000 |606070 |     0 |   0.0 | 180M|1742 |   - |3100 |1505 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
126.30/126.36	c   116s|620000 |616018 |     0 |   0.0 | 183M|1742 |   - |3100 |1457 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
128.40/128.43	c   118s|630000 |625948 |     0 |   0.0 | 185M|1742 |   - |3100 |1503 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
130.39/130.48	c   120s|640000 |635894 |     0 |   0.0 | 188M|1742 |   - |3100 |1482 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
132.50/132.55	c   122s|650000 |645830 |     0 |   0.0 | 191M|1742 |   - |3100 |1490 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
134.59/134.61	c   124s|660000 |655770 |     0 |   0.0 | 194M|1742 |   - |3100 |1492 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
136.60/136.66	c   126s|670000 |665700 |     0 |   0.0 | 197M|1742 |   - |3100 |1472 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
138.70/138.71	c   128s|680000 |675644 |     0 |   0.0 | 199M|1742 |   - |3100 |1395 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
140.70/140.78	c   129s|690000 |685582 |     0 |   0.0 | 202M|1742 |   - |3100 |1404 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
142.80/142.84	c   131s|700000 |695520 |     0 |   0.0 | 205M|1742 |   - |3100 |1420 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
144.90/144.91	c   133s|710000 |705456 |     0 |   0.0 | 208M|1742 |   - |3100 |1413 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
146.90/146.97	c   135s|720000 |715392 |     0 |   0.0 | 210M|1742 |   - |3100 |1434 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
149.00/149.02	c   137s|730000 |725334 |     0 |   0.0 | 213M|1742 |   - |3100 |1426 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
150.99/151.06	c   139s|740000 |735280 |     0 |   0.0 | 216M|1742 |   - |3100 |1442 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
153.10/153.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.10/153.12	c   141s|750000 |745212 |     0 |   0.0 | 219M|1742 |   - |3100 |1449 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
155.20/155.20	c   143s|760000 |755150 |     0 |   0.0 | 221M|1742 |   - |3100 |1475 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
157.21/157.25	c   145s|770000 |765088 |     0 |   0.0 | 224M|1742 |   - |3100 |1466 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
159.29/159.31	c   146s|780000 |775026 |     0 |   0.0 | 227M|1742 |   - |3100 |1486 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
161.30/161.39	c   148s|790000 |784948 |     0 |   0.0 | 230M|1742 |   - |3100 |1487 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
163.39/163.44	c   150s|800000 |794892 |     0 |   0.0 | 233M|1742 |   - |3100 |1423 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
165.49/165.50	c   152s|810000 |804820 |     0 |   0.0 | 235M|1742 |   - |3100 |1470 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
167.50/167.53	c   154s|820000 |814773 |     0 |   0.0 | 238M|1742 |   - |3100 |1404 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
169.50/169.59	c   156s|830000 |824711 |     0 |   0.0 | 241M|1742 |   - |3100 |1397 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
171.60/171.64	c   158s|840000 |834645 |     0 |   0.0 | 244M|1742 |   - |3100 |1463 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
173.70/173.73	c   160s|850000 |844565 |     0 |   0.0 | 246M|1742 |   - |3100 |1447 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
175.70/175.77	c   162s|860000 |854507 |     0 |   0.0 | 249M|1742 |   - |3100 |1386 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
177.80/177.84	c   164s|870000 |864445 |     0 |   0.0 | 252M|1742 |   - |3100 |1372 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
179.80/179.89	c   165s|880000 |874397 |     0 |   0.0 | 255M|1742 |   - |3100 |1360 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
181.90/181.96	c   167s|890000 |884337 |     0 |   0.0 | 257M|1742 |   - |3100 |1352 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
184.00/184.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
184.00/184.02	c   169s|900000 |894279 |     0 |   0.0 | 260M|1742 |   - |3100 |1344 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
185.99/186.05	c   171s|910000 |904219 |     0 |   0.0 | 263M|1742 |   - |3100 |1333 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
188.10/188.13	c   173s|920000 |914151 |     0 |   0.0 | 266M|1742 |   - |3100 |1361 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
190.09/190.19	c   175s|930000 |924097 |     0 |   0.0 | 269M|1742 |   - |3100 |1320 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
192.19/192.26	c   177s|940000 |934035 |     0 |   0.0 | 271M|1742 |   - |3100 |1306 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
194.30/194.30	c   179s|950000 |943982 |     0 |   0.0 | 274M|1742 |   - |3100 |1298 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
196.30/196.37	c   181s|960000 |953914 |     0 |   0.0 | 277M|1742 |   - |3100 |1315 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
198.40/198.45	c   182s|970000 |963844 |     0 |   0.0 | 280M|1742 |   - |3100 |1264 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
200.50/200.51	c   184s|980000 |973774 |     0 |   0.0 | 282M|1742 |   - |3100 |1279 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
202.49/202.58	c   186s|990000 |983717 |     0 |   0.0 | 285M|1742 |   - |3100 |1269 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
204.61/204.65	c   188s|  1000k|993645 |     0 |   0.0 | 288M|1742 |   - |3100 |1271 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
206.60/206.70	c   190s|  1010k|  1003k|     0 |   0.0 | 291M|1742 |   - |3100 |1265 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
208.69/208.76	c   192s|  1020k|  1013k|     0 |   0.0 | 293M|1742 |   - |3100 |1266 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
210.80/210.83	c   194s|  1030k|  1023k|     0 |   0.0 | 296M|1742 |   - |3100 |1266 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
212.79/212.89	c   196s|  1040k|  1033k|     0 |   0.0 | 299M|1742 |   - |3100 |1219 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
214.90/214.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.90/214.95	c   198s|  1050k|  1043k|     0 |   0.0 | 302M|1742 |   - |3100 |1211 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
216.99/217.03	c   200s|  1060k|  1053k|     0 |   0.0 | 304M|1742 |   - |3100 |1221 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
219.00/219.09	c   202s|  1070k|  1063k|     0 |   0.0 | 307M|1742 |   - |3100 |1216 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
221.11/221.15	c   203s|  1080k|  1073k|     0 |   0.0 | 310M|1742 |   - |3100 |1178 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
223.20/223.22	c   205s|  1090k|  1083k|     0 |   0.0 | 313M|1742 |   - |3100 |1199 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
225.19/225.29	c   207s|  1100k|  1093k|     0 |   0.0 | 316M|1742 |   - |3100 |1189 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
227.30/227.37	c   209s|  1110k|  1102k|     0 |   0.0 | 318M|1742 |   - |3100 |1195 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
229.40/229.41	c   211s|  1120k|  1112k|     0 |   0.0 | 321M|1742 |   - |3100 |1147 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
231.40/231.47	c   213s|  1130k|  1122k|     0 |   0.0 | 324M|1742 |   - |3100 |1140 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
233.50/233.50	c   215s|  1140k|  1132k|     0 |   0.0 | 327M|1742 |   - |3100 |1109 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
235.50/235.59	c   217s|  1150k|  1142k|     0 |   0.0 | 329M|1742 |   - |3100 |1121 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
237.60/237.64	c   219s|  1160k|  1152k|     0 |   0.0 | 332M|1742 |   - |3100 |1116 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
239.60/239.69	c   220s|  1170k|  1162k|     0 |   0.0 | 335M|1742 |   - |3100 |1094 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
241.70/241.75	c   222s|  1180k|  1172k|     0 |   0.0 | 338M|1742 |   - |3100 |1123 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
243.80/243.82	c   224s|  1190k|  1182k|     0 |   0.0 | 340M|1742 |   - |3100 |1109 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
245.79/245.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.79/245.89	c   226s|  1200k|  1192k|     0 |   0.0 | 343M|1742 |   - |3100 |1097 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
247.89/247.94	c   228s|  1210k|  1202k|     0 |   0.0 | 346M|1742 |   - |3100 |1103 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
249.89/249.99	c   230s|  1220k|  1212k|     0 |   0.0 | 349M|1742 |   - |3100 |1085 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
252.00/252.06	c   232s|  1230k|  1222k|     0 |   0.0 | 352M|1742 |   - |3100 |1098 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
254.10/254.14	c   234s|  1240k|  1232k|     0 |   0.0 | 354M|1742 |   - |3100 |1074 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
256.10/256.19	c   236s|  1250k|  1242k|     0 |   0.0 | 357M|1742 |   - |3100 |1055 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
258.20/258.24	c   237s|  1260k|  1252k|     0 |   0.0 | 360M|1742 |   - |3100 |1055 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
260.30/260.31	c   239s|  1270k|  1261k|     0 |   0.0 | 363M|1742 |   - |3100 |1075 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
262.30/262.37	c   241s|  1280k|  1271k|     0 |   0.0 | 365M|1742 |   - |3100 |1072 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
264.40/264.41	c   243s|  1290k|  1281k|     0 |   0.0 | 368M|1742 |   - |3100 |1063 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
266.40/266.45	c   245s|  1300k|  1291k|     0 |   0.0 | 371M|1742 |   - |3100 |1073 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
268.40/268.48	c   247s|  1310k|  1301k|     0 |   0.0 | 374M|1742 |   - |3100 |1074 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
270.51/270.54	c   249s|  1320k|  1311k|     0 |   0.0 | 376M|1742 |   - |3100 |1057 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
272.60/272.61	c   251s|  1330k|  1321k|     0 |   0.0 | 379M|1742 |   - |3100 |1090 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
274.60/274.66	c   253s|  1340k|  1331k|     0 |   0.0 | 382M|1742 |   - |3100 |1086 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
276.70/276.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
276.70/276.71	c   254s|  1350k|  1341k|     0 |   0.0 | 385M|1742 |   - |3100 |1082 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
278.70/278.79	c   256s|  1360k|  1351k|     0 |   0.0 | 387M|1742 |   - |3100 |1146 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
280.80/280.85	c   258s|  1370k|  1361k|     0 |   0.0 | 390M|1742 |   - |3100 |1093 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
282.80/282.88	c   260s|  1380k|  1371k|     0 |   0.0 | 393M|1742 |   - |3100 |1090 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
284.91/284.95	c   262s|  1390k|  1381k|     0 |   0.0 | 396M|1742 |   - |3100 |1082 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
287.00/287.00	c   264s|  1400k|  1391k|     0 |   0.0 | 399M|1742 |   - |3100 |1102 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
289.00/289.07	c   266s|  1410k|  1401k|     0 |   0.0 | 401M|1742 |   - |3100 |1132 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
291.10/291.13	c   268s|  1420k|  1411k|     0 |   0.0 | 404M|1742 |   - |3100 |1089 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
293.10/293.18	c   270s|  1430k|  1420k|     0 |   0.0 | 407M|1742 |   - |3100 |1070 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
295.20/295.23	c   271s|  1440k|  1430k|     0 |   0.0 | 410M|1742 |   - |3100 |1074 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
297.20/297.28	c   273s|  1450k|  1440k|     0 |   0.0 | 412M|1742 |   - |3100 |1097 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
299.30/299.33	c   275s|  1460k|  1450k|     0 |   0.0 | 415M|1742 |   - |3100 |1115 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
301.31/301.39	c   277s|  1470k|  1460k|     0 |   0.0 | 418M|1742 |   - |3100 |1082 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
303.40/303.46	c   279s|  1480k|  1470k|     0 |   0.0 | 421M|1742 |   - |3100 |1074 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
305.50/305.51	c   281s|  1490k|  1480k|     0 |   0.0 | 423M|1742 |   - |3100 |1082 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
307.50/307.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
307.50/307.56	c   283s|  1500k|  1490k|     0 |   0.0 | 426M|1742 |   - |3100 |1109 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
309.60/309.63	c   285s|  1510k|  1500k|     0 |   0.0 | 429M|1742 |   - |3100 |1128 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
311.60/311.69	c   287s|  1520k|  1510k|     0 |   0.0 | 432M|1742 |   - |3100 |1083 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
313.70/313.75	c   289s|  1530k|  1520k|     0 |   0.0 | 434M|1742 |   - |3100 |1088 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
315.80/315.80	c   290s|  1540k|  1530k|     0 |   0.0 | 437M|1742 |   - |3100 |1111 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
317.81/317.85	c   292s|  1550k|  1540k|     0 |   0.0 | 440M|1742 |   - |3100 |1107 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
319.90/319.92	c   294s|  1560k|  1550k|     0 |   0.0 | 443M|1742 |   - |3100 |1116 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
322.00/322.00	c   296s|  1570k|  1560k|     0 |   0.0 | 445M|1742 |   - |3100 |1134 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
324.00/324.05	c   298s|  1580k|  1569k|     0 |   0.0 | 448M|1742 |   - |3100 |1080 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
326.10/326.11	c   300s|  1590k|  1579k|     0 |   0.0 | 451M|1742 |   - |3100 |1125 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
328.10/328.18	c   302s|  1600k|  1589k|     0 |   0.0 | 454M|1742 |   - |3100 |1156 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
330.20/330.25	c   304s|  1610k|  1599k|     0 |   0.0 | 457M|1742 |   - |3100 |1105 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
332.30/332.30	c   306s|  1620k|  1609k|     0 |   0.0 | 459M|1742 |   - |3100 |1084 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
334.30/334.33	c   308s|  1630k|  1619k|     0 |   0.0 | 462M|1742 |   - |3100 |1134 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
336.30/336.38	c   309s|  1640k|  1629k|     0 |   0.0 | 465M|1742 |   - |3100 |1116 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
338.40/338.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.40/338.45	c   311s|  1650k|  1639k|     0 |   0.0 | 468M|1742 |   - |3100 |1089 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
340.40/340.50	c   313s|  1660k|  1649k|     0 |   0.0 | 470M|1742 |   - |3100 |1076 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
342.50/342.55	c   315s|  1670k|  1659k|     0 |   0.0 | 473M|1742 |   - |3100 |1091 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
344.60/344.61	c   317s|  1680k|  1669k|     0 |   0.0 | 476M|1742 |   - |3100 |1050 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
346.60/346.66	c   319s|  1690k|  1679k|     0 |   0.0 | 479M|1742 |   - |3100 |1084 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
348.71/348.72	c   321s|  1700k|  1689k|     0 |   0.0 | 481M|1742 |   - |3100 |1114 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
350.70/350.78	c   323s|  1710k|  1699k|     0 |   0.0 | 484M|1742 |   - |3100 |1083 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
352.80/352.82	c   325s|  1720k|  1709k|     0 |   0.0 | 487M|1742 |   - |3100 |1061 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
354.80/354.89	c   327s|  1730k|  1718k|     0 |   0.0 | 490M|1742 |   - |3100 |1102 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
356.90/356.94	c   329s|  1740k|  1728k|     0 |   0.0 | 493M|1742 |   - |3100 |1132 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
359.00/359.00	c   330s|  1750k|  1738k|     0 |   0.0 | 495M|1742 |   - |3100 |1163 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
361.00/361.05	c   332s|  1760k|  1748k|     0 |   0.0 | 498M|1742 |   - |3100 |1122 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
363.11/363.10	c   334s|  1770k|  1758k|     0 |   0.0 | 501M|1742 |   - |3100 |1109 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
365.10/365.15	c   336s|  1780k|  1768k|     0 |   0.0 | 504M|1742 |   - |3100 |1132 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
367.11/367.17	c   338s|  1790k|  1778k|     0 |   0.0 | 506M|1742 |   - |3100 |1098 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
369.20/369.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.20/369.23	c   340s|  1800k|  1788k|     0 |   0.0 | 509M|1742 |   - |3100 |1148 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
371.20/371.27	c   342s|  1810k|  1798k|     0 |   0.0 | 512M|1742 |   - |3100 |1138 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
373.30/373.32	c   344s|  1820k|  1808k|     0 |   0.0 | 515M|1742 |   - |3100 |1115 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
375.30/375.37	c   346s|  1830k|  1818k|     0 |   0.0 | 517M|1742 |   - |3100 |1157 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
377.40/377.43	c   348s|  1840k|  1828k|     0 |   0.0 | 520M|1742 |   - |3100 |1158 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
379.41/379.49	c   350s|  1850k|  1838k|     0 |   0.0 | 523M|1742 |   - |3100 |1165 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
381.50/381.52	c   351s|  1860k|  1848k|     0 |   0.0 | 526M|1742 |   - |3100 |1140 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
383.50/383.57	c   353s|  1870k|  1858k|     0 |   0.0 | 529M|1742 |   - |3100 |1107 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
385.60/385.64	c   355s|  1880k|  1868k|     0 |   0.0 | 531M|1742 |   - |3100 |1079 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
387.70/387.71	c   357s|  1890k|  1877k|     0 |   0.0 | 534M|1742 |   - |3100 |1124 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
389.71/389.76	c   359s|  1900k|  1887k|     0 |   0.0 | 537M|1742 |   - |3100 |1119 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
391.80/391.84	c   361s|  1910k|  1897k|     0 |   0.0 | 540M|1742 |   - |3100 |1135 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
393.90/393.91	c   363s|  1920k|  1907k|     0 |   0.0 | 542M|1742 |   - |3100 |1100 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
395.91/395.96	c   365s|  1930k|  1917k|     0 |   0.0 | 545M|1742 |   - |3100 |1105 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
398.01/398.00	c   367s|  1940k|  1927k|     0 |   0.0 | 548M|1742 |   - |3100 |1073 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
400.01/400.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.01/400.08	c   369s|  1950k|  1937k|     0 |   0.0 | 551M|1742 |   - |3100 |1102 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
402.10/402.13	c   371s|  1960k|  1947k|     0 |   0.0 | 553M|1742 |   - |3100 |1126 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
404.10/404.19	c   372s|  1970k|  1957k|     0 |   0.0 | 556M|1742 |   - |3100 |1097 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
406.21/406.23	c   374s|  1980k|  1967k|     0 |   0.0 | 559M|1742 |   - |3100 |1100 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
408.31/408.30	c   376s|  1990k|  1977k|     0 |   0.0 | 562M|1742 |   - |3100 |1125 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
410.31/410.37	c   378s|  2000k|  1987k|     0 |   0.0 | 565M|1742 |   - |3100 |1093 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
412.41/412.42	c   380s|  2010k|  1997k|     0 |   0.0 | 567M|1742 |   - |3100 |1123 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
414.41/414.47	c   382s|  2020k|  2007k|     0 |   0.0 | 570M|1742 |   - |3100 |1144 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
416.51/416.52	c   384s|  2030k|  2016k|     0 |   0.0 | 573M|1742 |   - |3100 |1079 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
418.51/418.58	c   386s|  2040k|  2026k|     0 |   0.0 | 576M|1742 |   - |3100 |1132 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
420.60/420.60	c   388s|  2050k|  2036k|     0 |   0.0 | 578M|1742 |   - |3100 |1117 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
422.60/422.66	c   390s|  2060k|  2046k|     0 |   0.0 | 581M|1742 |   - |3100 |1132 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
424.71/424.73	c   392s|  2070k|  2056k|     0 |   0.0 | 584M|1742 |   - |3100 |1142 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
426.70/426.79	c   394s|  2080k|  2066k|     0 |   0.0 | 587M|1742 |   - |3100 |1175 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
428.80/428.84	c   395s|  2090k|  2076k|     0 |   0.0 | 589M|1742 |   - |3100 |1164 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
430.81/430.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.81/430.89	c   397s|  2100k|  2086k|     0 |   0.0 | 592M|1742 |   - |3100 |1160 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
432.91/432.95	c   399s|  2110k|  2096k|     0 |   0.0 | 595M|1742 |   - |3100 |1129 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
435.01/435.00	c   401s|  2120k|  2106k|     0 |   0.0 | 598M|1742 |   - |3100 |1131 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
437.01/437.07	c   403s|  2130k|  2116k|     0 |   0.0 | 601M|1742 |   - |3100 |1132 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
439.10/439.10	c   405s|  2140k|  2126k|     0 |   0.0 | 603M|1742 |   - |3100 |1137 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
441.11/441.16	c   407s|  2150k|  2136k|     0 |   0.0 | 606M|1742 |   - |3100 |1068 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
443.21/443.23	c   409s|  2160k|  2146k|     0 |   0.0 | 609M|1742 |   - |3100 |1053 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
445.20/445.28	c   411s|  2170k|  2156k|     0 |   0.0 | 612M|1742 |   - |3100 |1027 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
447.31/447.33	c   413s|  2180k|  2165k|     0 |   0.0 | 614M|1742 |   - |3100 |1058 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
449.30/449.36	c   414s|  2190k|  2175k|     0 |   0.0 | 617M|1742 |   - |3100 |1022 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
451.40/451.42	c   416s|  2200k|  2185k|     0 |   0.0 | 620M|1742 |   - |3100 |1062 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
453.41/453.47	c   418s|  2210k|  2195k|     0 |   0.0 | 623M|1742 |   - |3100 |1085 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
455.50/455.52	c   420s|  2220k|  2205k|     0 |   0.0 | 625M|1742 |   - |3100 |1037 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
457.51/457.57	c   422s|  2230k|  2215k|     0 |   0.0 | 628M|1742 |   - |3100 |1059 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
459.61/459.62	c   424s|  2240k|  2225k|     0 |   0.0 | 631M|1742 |   - |3100 |1017 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
461.60/461.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.60/461.69	c   426s|  2250k|  2235k|     0 |   0.0 | 634M|1742 |   - |3100 |1086 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
463.70/463.72	c   428s|  2260k|  2245k|     0 |   0.0 | 637M|1742 |   - |3100 |1018 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
465.70/465.78	c   430s|  2270k|  2255k|     0 |   0.0 | 639M|1742 |   - |3100 |1050 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
467.80/467.82	c   432s|  2280k|  2265k|     0 |   0.0 | 642M|1742 |   - |3100 |1009 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
469.91/469.91	c   434s|  2290k|  2275k|     0 |   0.0 | 645M|1742 |   - |3100 |1057 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
471.91/471.95	c   435s|  2300k|  2285k|     0 |   0.0 | 648M|1742 |   - |3100 |1070 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
473.90/473.99	c   437s|  2310k|  2295k|     0 |   0.0 | 650M|1742 |   - |3100 |1091 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
476.00/476.04	c   439s|  2320k|  2305k|     0 |   0.0 | 653M|1742 |   - |3100 |1055 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
478.10/478.10	c   441s|  2330k|  2314k|     0 |   0.0 | 656M|1742 |   - |3100 |1052 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
480.10/480.16	c   443s|  2340k|  2324k|     0 |   0.0 | 659M|1742 |   - |3100 |1045 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
482.21/482.21	c   445s|  2350k|  2334k|     0 |   0.0 | 661M|1742 |   - |3100 |1061 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
484.20/484.27	c   447s|  2360k|  2344k|     0 |   0.0 | 664M|1742 |   - |3100 |1071 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
486.31/486.32	c   449s|  2370k|  2354k|     0 |   0.0 | 667M|1742 |   - |3100 |1105 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
488.31/488.36	c   451s|  2380k|  2364k|     0 |   0.0 | 670M|1742 |   - |3100 |1094 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
490.40/490.40	c   453s|  2390k|  2374k|     0 |   0.0 | 673M|1742 |   - |3100 |1083 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
492.40/492.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.40/492.46	c   454s|  2400k|  2384k|     0 |   0.0 | 675M|1742 |   - |3100 |1079 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
494.41/494.49	c   456s|  2410k|  2394k|     0 |   0.0 | 678M|1742 |   - |3100 |1097 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
496.51/496.56	c   458s|  2420k|  2404k|     0 |   0.0 | 681M|1742 |   - |3100 |1157 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
498.50/498.59	c   460s|  2430k|  2414k|     0 |   0.0 | 684M|1742 |   - |3100 |1117 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
500.60/500.64	c   462s|  2440k|  2424k|     0 |   0.0 | 686M|1742 |   - |3100 |1188 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
502.71/502.70	c   464s|  2450k|  2434k|     0 |   0.0 | 689M|1742 |   - |3100 |1139 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
504.70/504.76	c   466s|  2460k|  2444k|     0 |   0.0 | 692M|1742 |   - |3100 |1128 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
506.81/506.82	c   468s|  2470k|  2454k|     0 |   0.0 | 695M|1742 |   - |3100 |1147 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
508.81/508.86	c   470s|  2480k|  2464k|     0 |   0.0 | 697M|1742 |   - |3100 |1169 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
510.91/510.91	c   472s|  2490k|  2473k|     0 |   0.0 | 700M|1742 |   - |3100 |1180 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
512.91/512.95	c   473s|  2500k|  2483k|     0 |   0.0 | 703M|1742 |   - |3100 |1194 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
514.90/514.97	c   475s|  2510k|  2493k|     0 |   0.0 | 706M|1742 |   - |3100 |1142 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
517.01/517.03	c   477s|  2520k|  2503k|     0 |   0.0 | 709M|1742 |   - |3100 |1177 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
519.00/519.09	c   479s|  2530k|  2513k|     0 |   0.0 | 711M|1742 |   - |3100 |1153 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
521.11/521.12	c   481s|  2540k|  2523k|     0 |   0.0 | 714M|1742 |   - |3100 |1159 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
523.11/523.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.11/523.17	c   483s|  2550k|  2533k|     0 |   0.0 | 717M|1742 |   - |3100 |1166 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
525.20/525.23	c   485s|  2560k|  2543k|     0 |   0.0 | 720M|1742 |   - |3100 |1161 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
527.31/527.30	c   487s|  2570k|  2553k|     0 |   0.0 | 722M|1742 |   - |3100 |1121 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
529.31/529.34	c   489s|  2580k|  2563k|     0 |   0.0 | 725M|1742 |   - |3100 |1092 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
531.31/531.37	c   491s|  2590k|  2573k|     0 |   0.0 | 728M|1742 |   - |3100 |1069 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
533.41/533.43	c   492s|  2600k|  2583k|     0 |   0.0 | 731M|1742 |   - |3100 |1091 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
535.40/535.47	c   494s|  2610k|  2593k|     0 |   0.0 | 733M|1742 |   - |3100 |1095 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
537.51/537.50	c   496s|  2620k|  2603k|     0 |   0.0 | 736M|1742 |   - |3100 |1094 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
539.50/539.53	c   498s|  2630k|  2613k|     0 |   0.0 | 739M|1742 |   - |3100 |1083 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
541.51/541.58	c   500s|  2640k|  2622k|     0 |   0.0 | 742M|1742 |   - |3100 |1054 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
543.61/543.65	c   502s|  2650k|  2632k|     0 |   0.0 | 745M|1742 |   - |3100 |1048 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
545.61/545.70	c   504s|  2660k|  2642k|     0 |   0.0 | 747M|1742 |   - |3100 |1056 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
547.71/547.75	c   506s|  2670k|  2652k|     0 |   0.0 | 750M|1742 |   - |3100 |1067 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
549.70/549.78	c   508s|  2680k|  2662k|     0 |   0.0 | 753M|1742 |   - |3100 |1094 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
551.81/551.82	c   510s|  2690k|  2672k|     0 |   0.0 | 756M|1742 |   - |3100 |1098 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
553.81/553.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
553.81/553.86	c   511s|  2700k|  2682k|     0 |   0.0 | 758M|1742 |   - |3100 |1107 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
555.90/555.92	c   513s|  2710k|  2692k|     0 |   0.0 | 761M|1742 |   - |3100 |1122 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
557.91/557.95	c   515s|  2720k|  2702k|     0 |   0.0 | 764M|1742 |   - |3100 |1172 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
559.91/559.97	c   517s|  2730k|  2712k|     0 |   0.0 | 767M|1742 |   - |3100 |1181 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
561.91/561.99	c   519s|  2740k|  2722k|     0 |   0.0 | 770M|1742 |   - |3100 |1197 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
564.00/564.01	c   521s|  2750k|  2732k|     0 |   0.0 | 772M|1742 |   - |3100 |1215 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
566.01/566.04	c   523s|  2760k|  2742k|     0 |   0.0 | 775M|1742 |   - |3100 |1229 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
568.01/568.09	c   525s|  2770k|  2752k|     0 |   0.0 | 778M|1742 |   - |3100 |1154 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
570.20/570.20	c   527s|  2780k|  2762k|     0 |   0.0 | 781M|1742 |   - |3100 |1217 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
572.21/572.25	c   529s|  2790k|  2771k|     0 |   0.0 | 783M|1742 |   - |3100 |1218 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
574.31/574.30	c   530s|  2800k|  2781k|     0 |   0.0 | 786M|1742 |   - |3100 |1201 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
576.31/576.36	c   532s|  2810k|  2791k|     0 |   0.0 | 789M|1742 |   - |3100 |1200 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
578.31/578.39	c   534s|  2820k|  2801k|     0 |   0.0 | 792M|1742 |   - |3100 |1192 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
580.41/580.43	c   536s|  2830k|  2811k|     0 |   0.0 | 794M|1742 |   - |3100 |1153 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
582.41/582.49	c   538s|  2840k|  2821k|     0 |   0.0 | 797M|1742 |   - |3100 |1152 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
584.51/584.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
584.51/584.56	c   540s|  2850k|  2831k|     0 |   0.0 | 800M|1742 |   - |3100 |1101 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
586.61/586.62	c   542s|  2860k|  2841k|     0 |   0.0 | 803M|1742 |   - |3100 |1109 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
588.61/588.66	c   544s|  2870k|  2851k|     0 |   0.0 | 805M|1742 |   - |3100 |1116 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
590.62/590.70	c   546s|  2880k|  2861k|     0 |   0.0 | 808M|1742 |   - |3100 |1162 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
592.71/592.73	c   548s|  2890k|  2871k|     0 |   0.0 | 811M|1742 |   - |3100 |1168 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
594.70/594.77	c   549s|  2900k|  2881k|     0 |   0.0 | 814M|1742 |   - |3100 |1140 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
596.81/596.83	c   551s|  2910k|  2891k|     0 |   0.0 | 817M|1742 |   - |3100 |1137 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
598.91/598.90	c   553s|  2920k|  2901k|     0 |   0.0 | 819M|1742 |   - |3100 |1145 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
600.91/600.94	c   555s|  2930k|  2910k|     0 |   0.0 | 822M|1742 |   - |3100 |1149 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
602.91/602.98	c   557s|  2940k|  2920k|     0 |   0.0 | 825M|1742 |   - |3100 |1172 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
605.02/605.01	c   559s|  2950k|  2930k|     0 |   0.0 | 828M|1742 |   - |3100 |1187 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
607.00/607.05	c   561s|  2960k|  2940k|     0 |   0.0 | 830M|1742 |   - |3100 |1198 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
609.01/609.08	c   563s|  2970k|  2950k|     0 |   0.0 | 833M|1742 |   - |3100 |1118 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
611.10/611.15	c   565s|  2980k|  2960k|     0 |   0.0 | 836M|1742 |   - |3100 |1165 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
613.20/613.21	c   567s|  2990k|  2970k|     0 |   0.0 | 839M|1742 |   - |3100 |1237 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
615.21/615.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
615.21/615.24	c   568s|  3000k|  2980k|     0 |   0.0 | 842M|1742 |   - |3100 |1190 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
617.31/617.31	c   570s|  3010k|  2990k|     0 |   0.0 | 844M|1742 |   - |3100 |1193 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
619.31/619.34	c   572s|  3020k|  3000k|     0 |   0.0 | 847M|1742 |   - |3100 |1199 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
621.30/621.39	c   574s|  3030k|  3010k|     0 |   0.0 | 850M|1742 |   - |3100 |1169 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
623.40/623.45	c   576s|  3040k|  3020k|     0 |   0.0 | 853M|1742 |   - |3100 |1143 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
625.51/625.51	c   578s|  3050k|  3030k|     0 |   0.0 | 855M|1742 |   - |3100 |1190 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
627.51/627.57	c   580s|  3060k|  3040k|     0 |   0.0 | 858M|1742 |   - |3100 |1241 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
629.61/629.61	c   582s|  3070k|  3050k|     0 |   0.0 | 861M|1742 |   - |3100 |1203 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
631.61/631.63	c   584s|  3080k|  3059k|     0 |   0.0 | 864M|1742 |   - |3100 |1246 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
633.62/633.68	c   586s|  3090k|  3069k|     0 |   0.0 | 867M|1742 |   - |3100 |1271 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
635.71/635.72	c   587s|  3100k|  3079k|     0 |   0.0 | 869M|1742 |   - |3100 |1201 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
637.71/637.79	c   589s|  3110k|  3089k|     0 |   0.0 | 872M|1742 |   - |3100 |1183 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
639.81/639.87	c   591s|  3120k|  3099k|     0 |   0.0 | 875M|1742 |   - |3100 |1220 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
641.91/641.91	c   593s|  3130k|  3109k|     0 |   0.0 | 878M|1742 |   - |3100 |1182 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
643.91/643.95	c   595s|  3140k|  3119k|     0 |   0.0 | 880M|1742 |   - |3100 |1225 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
645.91/645.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
645.91/645.99	c   597s|  3150k|  3129k|     0 |   0.0 | 883M|1742 |   - |3100 |1209 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
648.01/648.05	c   599s|  3160k|  3139k|     0 |   0.0 | 886M|1742 |   - |3100 |1173 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
650.11/650.12	c   601s|  3170k|  3149k|     0 |   0.0 | 889M|1742 |   - |3100 |1155 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
652.11/652.17	c   603s|  3180k|  3159k|     0 |   0.0 | 891M|1742 |   - |3100 |1102 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
654.21/654.22	c   605s|  3190k|  3169k|     0 |   0.0 | 894M|1742 |   - |3100 |1138 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
656.20/656.26	c   606s|  3200k|  3179k|     0 |   0.0 | 897M|1742 |   - |3100 |1133 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
658.31/658.34	c   608s|  3210k|  3189k|     0 |   0.0 | 900M|1742 |   - |3100 |1154 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
660.31/660.36	c   610s|  3220k|  3199k|     0 |   0.0 | 903M|1742 |   - |3100 |1182 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
662.41/662.40	c   612s|  3230k|  3208k|     0 |   0.0 | 905M|1742 |   - |3100 |1164 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
664.42/664.46	c   614s|  3240k|  3218k|     0 |   0.0 | 908M|1742 |   - |3100 |1172 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
666.51/666.52	c   616s|  3250k|  3228k|     0 |   0.0 | 911M|1742 |   - |3100 |1122 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
668.52/668.56	c   618s|  3260k|  3238k|     0 |   0.0 | 914M|1742 |   - |3100 |1202 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
670.61/670.61	c   620s|  3270k|  3248k|     0 |   0.0 | 916M|1742 |   - |3100 |1121 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
672.61/672.65	c   622s|  3280k|  3258k|     0 |   0.0 | 919M|1742 |   - |3100 |1152 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
674.61/674.69	c   624s|  3290k|  3268k|     0 |   0.0 | 922M|1742 |   - |3100 |1165 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
676.71/676.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
676.71/676.72	c   625s|  3300k|  3278k|     0 |   0.0 | 925M|1742 |   - |3100 |1208 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
678.71/678.75	c   627s|  3310k|  3288k|     0 |   0.0 | 927M|1742 |   - |3100 |1214 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
680.71/680.80	c   629s|  3320k|  3298k|     0 |   0.0 | 930M|1742 |   - |3100 |1148 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
682.81/682.86	c   631s|  3330k|  3308k|     0 |   0.0 | 933M|1742 |   - |3100 |1170 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
684.81/684.89	c   633s|  3340k|  3318k|     0 |   0.0 | 936M|1742 |   - |3100 |1163 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
686.91/686.95	c   635s|  3350k|  3328k|     0 |   0.0 | 939M|1742 |   - |3100 |1222 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
689.01/689.00	c   637s|  3360k|  3338k|     0 |   0.0 | 941M|1742 |   - |3100 |1247 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
691.01/691.02	c   639s|  3370k|  3348k|     0 |   0.0 | 944M|1742 |   - |3100 |1248 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
693.01/693.07	c   641s|  3380k|  3357k|     0 |   0.0 | 947M|1742 |   - |3100 |1238 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
695.12/695.12	c   643s|  3390k|  3367k|     0 |   0.0 | 950M|1742 |   - |3100 |1189 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
697.12/697.16	c   644s|  3400k|  3377k|     0 |   0.0 | 952M|1742 |   - |3100 |1160 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
699.21/699.22	c   646s|  3410k|  3387k|     0 |   0.0 | 955M|1742 |   - |3100 |1180 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
701.31/701.32	c   648s|  3420k|  3397k|     0 |   0.0 | 958M|1742 |   - |3100 |1220 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
703.31/703.37	c   650s|  3430k|  3407k|     0 |   0.0 | 961M|1742 |   - |3100 |1218 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
705.41/705.42	c   652s|  3440k|  3417k|     0 |   0.0 | 964M|1742 |   - |3100 |1246 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
707.41/707.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
707.41/707.45	c   654s|  3450k|  3427k|     0 |   0.0 | 966M|1742 |   - |3100 |1180 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
709.52/709.51	c   656s|  3460k|  3437k|     0 |   0.0 | 969M|1742 |   - |3100 |1181 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
711.51/711.56	c   658s|  3470k|  3447k|     0 |   0.0 | 972M|1742 |   - |3100 |1098 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
713.61/713.60	c   660s|  3480k|  3457k|     0 |   0.0 | 975M|1742 |   - |3100 |1142 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
715.61/715.65	c   662s|  3490k|  3467k|     0 |   0.0 | 977M|1742 |   - |3100 |1155 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
717.72/717.70	c   664s|  3500k|  3477k|     0 |   0.0 | 980M|1742 |   - |3100 |1190 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
719.71/719.76	c   665s|  3510k|  3487k|     0 |   0.0 | 983M|1742 |   - |3100 |1188 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
721.71/721.79	c   667s|  3520k|  3496k|     0 |   0.0 | 986M|1742 |   - |3100 |1151 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
723.81/723.84	c   669s|  3530k|  3506k|     0 |   0.0 | 988M|1742 |   - |3100 |1147 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
725.81/725.88	c   671s|  3540k|  3516k|     0 |   0.0 | 991M|1742 |   - |3100 |1110 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
727.91/727.92	c   673s|  3550k|  3526k|     0 |   0.0 | 994M|1742 |   - |3100 |1123 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
729.91/729.97	c   675s|  3560k|  3536k|     0 |   0.0 | 997M|1742 |   - |3100 |1111 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
732.01/732.00	c   677s|  3570k|  3546k|     0 |   0.0 | 999M|1742 |   - |3100 |1141 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
734.01/734.06	c   679s|  3580k|  3556k|     0 |   0.0 |1002M|1742 |   - |3100 |1167 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
736.01/736.09	c   681s|  3590k|  3566k|     0 |   0.0 |1005M|1742 |   - |3100 |1180 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
738.12/738.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
738.12/738.11	c   682s|  3600k|  3576k|     0 |   0.0 |1008M|1742 |   - |3100 |1140 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
740.11/740.16	c   684s|  3610k|  3586k|     0 |   0.0 |1011M|1742 |   - |3100 |1092 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
742.21/742.22	c   686s|  3620k|  3596k|     0 |   0.0 |1013M|1742 |   - |3100 |1091 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
744.22/744.27	c   688s|  3630k|  3606k|     0 |   0.0 |1016M|1742 |   - |3100 |1091 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
746.32/746.32	c   690s|  3640k|  3616k|     0 |   0.0 |1019M|1742 |   - |3100 |1121 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
748.41/748.41	c   692s|  3650k|  3626k|     0 |   0.0 |1022M|1742 |   - |3100 |1196 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
750.42/750.45	c   694s|  3660k|  3636k|     0 |   0.0 |1024M|1742 |   - |3100 |1171 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
752.42/752.48	c   696s|  3670k|  3645k|     0 |   0.0 |1027M|1742 |   - |3100 |1166 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
754.51/754.53	c   698s|  3680k|  3655k|     0 |   0.0 |1030M|1742 |   - |3100 |1201 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
756.52/756.58	c   700s|  3690k|  3665k|     0 |   0.0 |1033M|1742 |   - |3100 |1191 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
758.62/758.63	c   702s|  3700k|  3675k|     0 |   0.0 |1035M|1742 |   - |3100 |1143 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
760.61/760.69	c   703s|  3710k|  3685k|     0 |   0.0 |1038M|1742 |   - |3100 |1182 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
762.71/762.73	c   705s|  3720k|  3695k|     0 |   0.0 |1041M|1742 |   - |3100 |1194 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
764.71/764.77	c   707s|  3730k|  3705k|     0 |   0.0 |1044M|1742 |   - |3100 |1178 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
766.82/766.81	c   709s|  3740k|  3715k|     0 |   0.0 |1046M|1742 |   - |3100 |1208 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
768.82/768.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
768.82/768.85	c   711s|  3750k|  3725k|     0 |   0.0 |1049M|1742 |   - |3100 |1249 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
770.91/770.90	c   713s|  3760k|  3735k|     0 |   0.0 |1052M|1742 |   - |3100 |1191 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
772.91/772.94	c   715s|  3770k|  3745k|     0 |   0.0 |1055M|1742 |   - |3100 |1205 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
774.91/774.99	c   717s|  3780k|  3755k|     0 |   0.0 |1057M|1742 |   - |3100 |1228 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
777.01/777.06	c   719s|  3790k|  3765k|     0 |   0.0 |1060M|1742 |   - |3100 |1164 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
779.12/779.10	c   721s|  3800k|  3775k|     0 |   0.0 |1063M|1742 |   - |3100 |1181 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
781.12/781.13	c   722s|  3810k|  3784k|     0 |   0.0 |1066M|1742 |   - |3100 |1207 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
783.12/783.18	c   724s|  3820k|  3794k|     0 |   0.0 |1069M|1742 |   - |3100 |1225 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
785.21/785.24	c   726s|  3830k|  3804k|     0 |   0.0 |1071M|1742 |   - |3100 |1264 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
787.21/787.27	c   728s|  3840k|  3814k|     0 |   0.0 |1074M|1742 |   - |3100 |1186 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
789.31/789.33	c   730s|  3850k|  3824k|     0 |   0.0 |1077M|1742 |   - |3100 |1181 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
791.31/791.38	c   732s|  3860k|  3834k|     0 |   0.0 |1080M|1742 |   - |3100 |1197 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
793.42/793.44	c   734s|  3870k|  3844k|     0 |   0.0 |1082M|1742 |   - |3100 |1230 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
795.41/795.47	c   736s|  3880k|  3854k|     0 |   0.0 |1085M|1742 |   - |3100 |1226 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
797.42/797.50	c   738s|  3890k|  3864k|     0 |   0.0 |1088M|1742 |   - |3100 |1231 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
799.52/799.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
799.52/799.55	c   739s|  3900k|  3874k|     0 |   0.0 |1091M|1742 |   - |3100 |1225 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
801.51/801.56	c   741s|  3910k|  3884k|     0 |   0.0 |1093M|1742 |   - |3100 |1183 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
803.61/803.60	c   743s|  3920k|  3894k|     0 |   0.0 |1096M|1742 |   - |3100 |1154 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
805.61/805.63	c   745s|  3930k|  3904k|     0 |   0.0 |1099M|1742 |   - |3100 |1177 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
807.62/807.67	c   747s|  3940k|  3914k|     0 |   0.0 |1102M|1742 |   - |3100 |1185 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
809.72/809.72	c   749s|  3950k|  3924k|     0 |   0.0 |1104M|1742 |   - |3100 |1199 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
811.72/811.75	c   751s|  3960k|  3933k|     0 |   0.0 |1107M|1742 |   - |3100 |1229 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
813.81/813.80	c   753s|  3970k|  3943k|     0 |   0.0 |1110M|1742 |   - |3100 |1234 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
815.81/815.83	c   755s|  3980k|  3953k|     0 |   0.0 |1113M|1742 |   - |3100 |1224 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
817.81/817.87	c   757s|  3990k|  3963k|     0 |   0.0 |1116M|1742 |   - |3100 |1195 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
819.91/819.94	c   758s|  4000k|  3973k|     0 |   0.0 |1118M|1742 |   - |3100 |1182 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
821.91/821.97	c   760s|  4010k|  3983k|     0 |   0.0 |1121M|1742 |   - |3100 |1162 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
824.01/824.02	c   762s|  4020k|  3993k|     0 |   0.0 |1124M|1742 |   - |3100 |1173 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
826.02/826.07	c   764s|  4030k|  4003k|     0 |   0.0 |1127M|1742 |   - |3100 |1161 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
828.11/828.11	c   766s|  4040k|  4013k|     0 |   0.0 |1129M|1742 |   - |3100 |1216 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
830.12/830.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
830.12/830.15	c   768s|  4050k|  4023k|     0 |   0.0 |1132M|1742 |   - |3100 |1218 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
832.22/832.20	c   770s|  4060k|  4033k|     0 |   0.0 |1135M|1742 |   - |3100 |1251 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
834.22/834.25	c   772s|  4070k|  4043k|     0 |   0.0 |1138M|1742 |   - |3100 |1224 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
836.22/836.30	c   774s|  4080k|  4053k|     0 |   0.0 |1140M|1742 |   - |3100 |1159 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
838.31/838.38	c   776s|  4090k|  4063k|     0 |   0.0 |1143M|1742 |   - |3100 |1176 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
840.42/840.44	c   777s|  4100k|  4072k|     0 |   0.0 |1146M|1742 |   - |3100 |1203 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
842.42/842.48	c   779s|  4110k|  4082k|     0 |   0.0 |1149M|1742 |   - |3100 |1199 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
844.51/844.51	c   781s|  4120k|  4092k|     0 |   0.0 |1151M|1742 |   - |3100 |1181 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
846.51/846.54	c   783s|  4130k|  4102k|     0 |   0.0 |1154M|1742 |   - |3100 |1159 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
848.52/848.58	c   785s|  4140k|  4112k|     0 |   0.0 |1157M|1742 |   - |3100 |1151 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
850.61/850.63	c   787s|  4150k|  4122k|     0 |   0.0 |1160M|1742 |   - |3100 |1169 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
852.62/852.68	c   789s|  4160k|  4132k|     0 |   0.0 |1162M|1742 |   - |3100 |1166 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
854.72/854.71	c   791s|  4170k|  4142k|     0 |   0.0 |1165M|1742 |   - |3100 |1167 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
856.72/856.76	c   793s|  4180k|  4152k|     0 |   0.0 |1168M|1742 |   - |3100 |1164 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
858.71/858.78	c   794s|  4190k|  4162k|     0 |   0.0 |1171M|1742 |   - |3100 |1153 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
860.81/860.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
860.81/860.81	c   796s|  4200k|  4172k|     0 |   0.0 |1173M|1742 |   - |3100 |1182 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
862.82/862.87	c   798s|  4210k|  4182k|     0 |   0.0 |1176M|1742 |   - |3100 |1161 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
864.81/864.87	c   800s|  4220k|  4192k|     0 |   0.0 |1179M|1742 |   - |3100 |1218 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
866.91/866.91	c   802s|  4230k|  4202k|     0 |   0.0 |1182M|1742 |   - |3100 |1155 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
868.92/868.95	c   804s|  4240k|  4212k|     0 |   0.0 |1185M|1742 |   - |3100 |1169 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
870.92/870.99	c   806s|  4250k|  4221k|     0 |   0.0 |1187M|1742 |   - |3100 |1171 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
873.01/873.04	c   808s|  4260k|  4231k|     0 |   0.0 |1190M|1742 |   - |3100 |1207 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
875.01/875.09	c   810s|  4270k|  4241k|     0 |   0.0 |1193M|1742 |   - |3100 |1140 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
877.11/877.14	c   812s|  4280k|  4251k|     0 |   0.0 |1196M|1742 |   - |3100 |1171 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
879.12/879.17	c   813s|  4290k|  4261k|     0 |   0.0 |1198M|1742 |   - |3100 |1158 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
881.13/881.19	c   815s|  4300k|  4271k|     0 |   0.0 |1201M|1742 |   - |3100 |1205 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
883.22/883.28	c   817s|  4310k|  4281k|     0 |   0.0 |1204M|1742 |   - |3100 |1191 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
885.32/885.30	c   819s|  4320k|  4291k|     0 |   0.0 |1207M|1742 |   - |3100 |1189 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
887.32/887.34	c   821s|  4330k|  4301k|     0 |   0.0 |1209M|1742 |   - |3100 |1201 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
889.32/889.38	c   823s|  4340k|  4311k|     0 |   0.0 |1212M|1742 |   - |3100 |1190 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
891.41/891.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
891.41/891.42	c   825s|  4350k|  4321k|     0 |   0.0 |1215M|1742 |   - |3100 |1197 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
893.42/893.45	c   827s|  4360k|  4331k|     0 |   0.0 |1218M|1742 |   - |3100 |1144 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
895.42/895.47	c   829s|  4370k|  4341k|     0 |   0.0 |1220M|1742 |   - |3100 |1178 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
897.52/897.50	c   830s|  4380k|  4351k|     0 |   0.0 |1223M|1742 |   - |3100 |1198 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
899.52/899.55	c   832s|  4390k|  4361k|     0 |   0.0 |1226M|1742 |   - |3100 |1164 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
901.62/901.61	c   834s|  4400k|  4370k|     0 |   0.0 |1229M|1742 |   - |3100 |1182 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
903.62/903.67	c   836s|  4410k|  4380k|     0 |   0.0 |1231M|1742 |   - |3100 |1179 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
905.71/905.71	c   838s|  4420k|  4390k|     0 |   0.0 |1234M|1742 |   - |3100 |1182 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
907.72/907.76	c   840s|  4430k|  4400k|     0 |   0.0 |1237M|1742 |   - |3100 |1239 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
909.81/909.81	c   842s|  4440k|  4410k|     0 |   0.0 |1240M|1742 |   - |3100 |1187 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
911.82/911.82	c   844s|  4450k|  4420k|     0 |   0.0 |1243M|1742 |   - |3100 |1163 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
913.82/913.86	c   846s|  4460k|  4430k|     0 |   0.0 |1245M|1742 |   - |3100 |1210 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
915.91/915.92	c   848s|  4470k|  4440k|     0 |   0.0 |1248M|1742 |   - |3100 |1214 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
917.91/917.95	c   849s|  4480k|  4450k|     0 |   0.0 |1251M|1742 |   - |3100 |1213 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
919.91/919.98	c   851s|  4490k|  4460k|     0 |   0.0 |1254M|1742 |   - |3100 |1216 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
922.02/922.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
922.02/922.04	c   853s|  4500k|  4470k|     0 |   0.0 |1256M|1742 |   - |3100 |1253 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
924.02/924.09	c   855s|  4510k|  4480k|     0 |   0.0 |1259M|1742 |   - |3100 |1244 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
926.13/926.14	c   857s|  4520k|  4490k|     0 |   0.0 |1262M|1742 |   - |3100 |1217 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
928.12/928.17	c   859s|  4530k|  4500k|     0 |   0.0 |1265M|1742 |   - |3100 |1238 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
930.22/930.21	c   861s|  4540k|  4509k|     0 |   0.0 |1267M|1742 |   - |3100 |1257 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
932.22/932.27	c   863s|  4550k|  4519k|     0 |   0.0 |1270M|1742 |   - |3100 |1227 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
934.32/934.30	c   865s|  4560k|  4529k|     0 |   0.0 |1273M|1742 |   - |3100 |1254 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
936.32/936.35	c   866s|  4570k|  4539k|     0 |   0.0 |1276M|1742 |   - |3100 |1226 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
938.32/938.39	c   868s|  4580k|  4549k|     0 |   0.0 |1278M|1742 |   - |3100 |1198 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
940.43/940.44	c   870s|  4590k|  4559k|     0 |   0.0 |1281M|1742 |   - |3100 |1229 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
942.42/942.49	c   872s|  4600k|  4569k|     0 |   0.0 |1284M|1742 |   - |3100 |1226 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
944.52/944.53	c   874s|  4610k|  4579k|     0 |   0.0 |1287M|1742 |   - |3100 |1251 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
946.52/946.55	c   876s|  4620k|  4589k|     0 |   0.0 |1290M|1742 |   - |3100 |1234 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
948.62/948.60	c   878s|  4630k|  4599k|     0 |   0.0 |1292M|1742 |   - |3100 |1244 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
950.62/950.63	c   880s|  4640k|  4609k|     0 |   0.0 |1295M|1742 |   - |3100 |1223 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
952.63/952.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.63/952.64	c   882s|  4650k|  4619k|     0 |   0.0 |1298M|1742 |   - |3100 |1221 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
954.62/954.69	c   883s|  4660k|  4629k|     0 |   0.0 |1301M|1742 |   - |3100 |1204 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
956.72/956.74	c   885s|  4670k|  4639k|     0 |   0.0 |1303M|1742 |   - |3100 |1205 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
958.72/958.77	c   887s|  4680k|  4649k|     0 |   0.0 |1306M|1742 |   - |3100 |1197 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
960.81/960.83	c   889s|  4690k|  4658k|     0 |   0.0 |1309M|1742 |   - |3100 |1182 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
962.82/962.85	c   891s|  4700k|  4668k|     0 |   0.0 |1312M|1742 |   - |3100 |1201 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
964.82/964.89	c   893s|  4710k|  4678k|     0 |   0.0 |1314M|1742 |   - |3100 |1170 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
966.93/966.95	c   895s|  4720k|  4688k|     0 |   0.0 |1317M|1742 |   - |3100 |1220 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
969.02/969.02	c   897s|  4730k|  4698k|     0 |   0.0 |1320M|1742 |   - |3100 |1246 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
971.02/971.07	c   899s|  4740k|  4708k|     0 |   0.0 |1323M|1742 |   - |3100 |1255 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
973.12/973.13	c   901s|  4750k|  4718k|     0 |   0.0 |1326M|1742 |   - |3100 |1278 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
975.12/975.19	c   902s|  4760k|  4728k|     0 |   0.0 |1328M|1742 |   - |3100 |1233 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
977.22/977.21	c   904s|  4770k|  4738k|     0 |   0.0 |1331M|1742 |   - |3100 |1187 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
979.22/979.24	c   906s|  4780k|  4748k|     0 |   0.0 |1334M|1742 |   - |3100 |1215 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
981.23/981.28	c   908s|  4790k|  4758k|     0 |   0.0 |1337M|1742 |   - |3100 |1202 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
983.32/983.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
983.32/983.31	c   910s|  4800k|  4768k|     0 |   0.0 |1339M|1742 |   - |3100 |1173 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
985.32/985.34	c   912s|  4810k|  4778k|     0 |   0.0 |1342M|1742 |   - |3100 |1196 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
987.31/987.38	c   914s|  4820k|  4788k|     0 |   0.0 |1345M|1742 |   - |3100 |1197 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
989.42/989.44	c   916s|  4830k|  4797k|     0 |   0.0 |1348M|1742 |   - |3100 |1217 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
991.52/991.51	c   918s|  4840k|  4807k|     0 |   0.0 |1350M|1742 |   - |3100 |1249 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
993.52/993.56	c   919s|  4850k|  4817k|     0 |   0.0 |1353M|1742 |   - |3100 |1235 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
995.62/995.61	c   921s|  4860k|  4827k|     0 |   0.0 |1356M|1742 |   - |3100 |1243 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
997.63/997.63	c   923s|  4870k|  4837k|     0 |   0.0 |1359M|1742 |   - |3100 |1232 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
999.62/999.66	c   925s|  4880k|  4847k|     0 |   0.0 |1361M|1742 |   - |3100 |1220 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1001.72/1001.70	c   927s|  4890k|  4857k|     0 |   0.0 |1364M|1742 |   - |3100 |1198 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1003.72/1003.77	c   929s|  4900k|  4867k|     0 |   0.0 |1367M|1742 |   - |3100 |1209 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1005.82/1005.80	c   931s|  4910k|  4877k|     0 |   0.0 |1370M|1742 |   - |3100 |1222 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1007.82/1007.84	c   933s|  4920k|  4887k|     0 |   0.0 |1372M|1742 |   - |3100 |1238 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1009.83/1009.88	c   935s|  4930k|  4897k|     0 |   0.0 |1375M|1742 |   - |3100 |1257 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1011.92/1011.91	c   936s|  4940k|  4907k|     0 |   0.0 |1378M|1742 |   - |3100 |1249 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1013.92/1013.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1013.92/1013.95	c   938s|  4950k|  4917k|     0 |   0.0 |1381M|1742 |   - |3100 |1259 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1016.02/1016.00	c   940s|  4960k|  4927k|     0 |   0.0 |1383M|1742 |   - |3100 |1245 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1018.02/1018.06	c   942s|  4970k|  4936k|     0 |   0.0 |1386M|1742 |   - |3100 |1223 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1020.02/1020.08	c   944s|  4980k|  4946k|     0 |   0.0 |1389M|1742 |   - |3100 |1203 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1022.12/1022.12	c   946s|  4990k|  4956k|     0 |   0.0 |1392M|1742 |   - |3100 |1296 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1024.12/1024.13	c   948s|  5000k|  4966k|     0 |   0.0 |1395M|1742 |   - |3100 |1268 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1026.12/1026.17	c   950s|  5010k|  4976k|     0 |   0.0 |1397M|1742 |   - |3100 |1247 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1028.22/1028.23	c   952s|  5020k|  4986k|     0 |   0.0 |1400M|1742 |   - |3100 |1251 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1030.22/1030.27	c   953s|  5030k|  4996k|     0 |   0.0 |1403M|1742 |   - |3100 |1256 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1032.32/1032.30	c   955s|  5040k|  5006k|     0 |   0.0 |1406M|1742 |   - |3100 |1171 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1034.32/1034.35	c   957s|  5050k|  5016k|     0 |   0.0 |1408M|1742 |   - |3100 |1177 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1036.32/1036.37	c   959s|  5060k|  5026k|     0 |   0.0 |1411M|1742 |   - |3100 |1141 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1038.42/1038.41	c   961s|  5070k|  5036k|     0 |   0.0 |1414M|1742 |   - |3100 |1165 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1040.42/1040.44	c   963s|  5080k|  5046k|     0 |   0.0 |1417M|1742 |   - |3100 |1163 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1042.42/1042.47	c   965s|  5090k|  5056k|     0 |   0.0 |1420M|1742 |   - |3100 |1189 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1044.52/1044.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.52/1044.54	c   967s|  5100k|  5066k|     0 |   0.0 |1422M|1742 |   - |3100 |1211 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1046.52/1046.58	c   969s|  5110k|  5076k|     0 |   0.0 |1425M|1742 |   - |3100 |1149 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1048.62/1048.62	c   970s|  5120k|  5085k|     0 |   0.0 |1428M|1742 |   - |3100 |1214 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1050.62/1050.67	c   972s|  5130k|  5095k|     0 |   0.0 |1431M|1742 |   - |3100 |1164 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1052.73/1052.73	c   974s|  5140k|  5105k|     0 |   0.0 |1433M|1742 |   - |3100 |1240 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1054.83/1054.80	c   976s|  5150k|  5115k|     0 |   0.0 |1436M|1742 |   - |3100 |1200 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1056.82/1056.86	c   978s|  5160k|  5125k|     0 |   0.0 |1439M|1742 |   - |3100 |1192 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1058.83/1058.88	c   980s|  5170k|  5135k|     0 |   0.0 |1442M|1742 |   - |3100 |1250 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1060.92/1060.92	c   982s|  5180k|  5145k|     0 |   0.0 |1445M|1742 |   - |3100 |1246 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1062.92/1062.96	c   984s|  5190k|  5155k|     0 |   0.0 |1447M|1742 |   - |3100 |1229 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1065.02/1065.04	c   986s|  5200k|  5165k|     0 |   0.0 |1450M|1742 |   - |3100 |1237 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1067.03/1067.07	c   988s|  5210k|  5175k|     0 |   0.0 |1453M|1742 |   - |3100 |1181 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1069.02/1069.10	c   989s|  5220k|  5185k|     0 |   0.0 |1456M|1742 |   - |3100 |1191 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1071.12/1071.16	c   991s|  5230k|  5195k|     0 |   0.0 |1458M|1742 |   - |3100 |1190 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1073.22/1073.20	c   993s|  5240k|  5205k|     0 |   0.0 |1461M|1742 |   - |3100 |1177 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1075.22/1075.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1075.22/1075.24	c   995s|  5250k|  5215k|     0 |   0.0 |1464M|1742 |   - |3100 |1248 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1077.22/1077.28	c   997s|  5260k|  5224k|     0 |   0.0 |1467M|1742 |   - |3100 |1268 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1079.33/1079.34	c   999s|  5270k|  5234k|     0 |   0.0 |1470M|1742 |   - |3100 |1231 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1081.42/1081.42	c  1001s|  5280k|  5244k|     0 |   0.0 |1472M|1742 |   - |3100 |1246 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1083.42/1083.45	c  1003s|  5290k|  5254k|     0 |   0.0 |1475M|1742 |   - |3100 |1206 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1085.53/1085.51	c  1005s|  5300k|  5264k|     0 |   0.0 |1478M|1742 |   - |3100 |1257 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1087.52/1087.56	c  1006s|  5310k|  5274k|     0 |   0.0 |1481M|1742 |   - |3100 |1226 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1089.52/1089.59	c  1008s|  5320k|  5284k|     0 |   0.0 |1483M|1742 |   - |3100 |1238 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1091.62/1091.63	c  1010s|  5330k|  5294k|     0 |   0.0 |1486M|1742 |   - |3100 |1242 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1093.62/1093.65	c  1012s|  5340k|  5304k|     0 |   0.0 |1489M|1742 |   - |3100 |1288 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1095.63/1095.67	c  1014s|  5350k|  5314k|     0 |   0.0 |1492M|1742 |   - |3100 |1290 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1097.73/1097.71	c  1016s|  5360k|  5324k|     0 |   0.0 |1494M|1742 |   - |3100 |1268 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1099.72/1099.76	c  1018s|  5370k|  5334k|     0 |   0.0 |1497M|1742 |   - |3100 |1312 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1101.82/1101.83	c  1020s|  5380k|  5344k|     0 |   0.0 |1500M|1742 |   - |3100 |1227 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1103.92/1103.90	c  1022s|  5390k|  5354k|     0 |   0.0 |1503M|1742 |   - |3100 |1289 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1105.92/1105.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1105.92/1105.92	c  1023s|  5400k|  5363k|     0 |   0.0 |1506M|1742 |   - |3100 |1216 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1107.93/1107.96	c  1025s|  5410k|  5373k|     0 |   0.0 |1508M|1742 |   - |3100 |1256 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1109.93/1109.97	c  1027s|  5420k|  5383k|     0 |   0.0 |1511M|1742 |   - |3100 |1250 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1112.02/1112.05	c  1029s|  5430k|  5393k|     0 |   0.0 |1514M|1742 |   - |3100 |1319 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1114.02/1114.08	c  1031s|  5440k|  5403k|     0 |   0.0 |1517M|1742 |   - |3100 |1322 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1116.12/1116.13	c  1033s|  5450k|  5413k|     0 |   0.0 |1519M|1742 |   - |3100 |1279 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1118.23/1118.20	c  1035s|  5460k|  5423k|     0 |   0.0 |1522M|1742 |   - |3100 |1342 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1120.23/1120.25	c  1037s|  5470k|  5433k|     0 |   0.0 |1525M|1742 |   - |3100 |1248 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1122.32/1122.31	c  1039s|  5480k|  5443k|     0 |   0.0 |1528M|1742 |   - |3100 |1237 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1124.32/1124.35	c  1041s|  5490k|  5453k|     0 |   0.0 |1530M|1742 |   - |3100 |1237 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1126.32/1126.40	c  1042s|  5500k|  5463k|     0 |   0.0 |1533M|1742 |   - |3100 |1233 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1128.42/1128.45	c  1044s|  5510k|  5473k|     0 |   0.0 |1536M|1742 |   - |3100 |1235 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1130.52/1130.51	c  1046s|  5520k|  5483k|     0 |   0.0 |1539M|1742 |   - |3100 |1288 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1132.53/1132.57	c  1048s|  5530k|  5493k|     0 |   0.0 |1542M|1742 |   - |3100 |1323 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1134.62/1134.60	c  1050s|  5540k|  5502k|     0 |   0.0 |1544M|1742 |   - |3100 |1258 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1136.63/1136.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1136.63/1136.66	c  1052s|  5550k|  5512k|     0 |   0.0 |1547M|1742 |   - |3100 |1263 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1138.73/1138.73	c  1054s|  5560k|  5522k|     0 |   0.0 |1550M|1742 |   - |3100 |1244 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1140.73/1140.77	c  1056s|  5570k|  5532k|     0 |   0.0 |1553M|1742 |   - |3100 |1213 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1142.83/1142.81	c  1058s|  5580k|  5542k|     0 |   0.0 |1555M|1742 |   - |3100 |1199 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1144.82/1144.85	c  1060s|  5590k|  5552k|     0 |   0.0 |1558M|1742 |   - |3100 |1286 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1146.92/1146.92	c  1061s|  5600k|  5562k|     0 |   0.0 |1561M|1742 |   - |3100 |1257 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1148.93/1148.99	c  1063s|  5610k|  5572k|     0 |   0.0 |1564M|1742 |   - |3100 |1277 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1151.02/1151.01	c  1065s|  5620k|  5582k|     0 |   0.0 |1566M|1742 |   - |3100 |1288 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1153.02/1153.09	c  1067s|  5630k|  5592k|     0 |   0.0 |1569M|1742 |   - |3100 |1248 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1155.13/1155.15	c  1069s|  5640k|  5602k|     0 |   0.0 |1572M|1742 |   - |3100 |1267 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1157.13/1157.18	c  1071s|  5650k|  5612k|     0 |   0.0 |1575M|1742 |   - |3100 |1206 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1159.22/1159.23	c  1073s|  5660k|  5622k|     0 |   0.0 |1577M|1742 |   - |3100 |1218 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1161.22/1161.27	c  1075s|  5670k|  5632k|     0 |   0.0 |1580M|1742 |   - |3100 |1217 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1163.32/1163.33	c  1077s|  5680k|  5641k|     0 |   0.0 |1583M|1742 |   - |3100 |1212 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1165.33/1165.37	c  1079s|  5690k|  5651k|     0 |   0.0 |1586M|1742 |   - |3100 |1218 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1167.42/1167.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.42/1167.42	c  1080s|  5700k|  5661k|     0 |   0.0 |1589M|1742 |   - |3100 |1255 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1169.43/1169.44	c  1082s|  5710k|  5671k|     0 |   0.0 |1591M|1742 |   - |3100 |1236 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1171.43/1171.50	c  1084s|  5720k|  5681k|     0 |   0.0 |1594M|1742 |   - |3100 |1229 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1173.52/1173.56	c  1086s|  5730k|  5691k|     0 |   0.0 |1597M|1742 |   - |3100 |1217 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1175.62/1175.62	c  1088s|  5740k|  5701k|     0 |   0.0 |1600M|1742 |   - |3100 |1168 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1177.63/1177.68	c  1090s|  5750k|  5711k|     0 |   0.0 |1602M|1742 |   - |3100 |1171 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1179.73/1179.73	c  1092s|  5760k|  5721k|     0 |   0.0 |1605M|1742 |   - |3100 |1166 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1181.73/1181.80	c  1094s|  5770k|  5731k|     0 |   0.0 |1608M|1742 |   - |3100 |1161 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1183.83/1183.85	c  1096s|  5780k|  5741k|     0 |   0.0 |1611M|1742 |   - |3100 |1181 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1185.92/1185.91	c  1098s|  5790k|  5751k|     0 |   0.0 |1614M|1742 |   - |3100 |1272 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1187.92/1187.95	c  1099s|  5800k|  5761k|     0 |   0.0 |1616M|1742 |   - |3100 |1310 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1189.93/1189.96	c  1101s|  5810k|  5771k|     0 |   0.0 |1619M|1742 |   - |3100 |1294 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1192.03/1192.03	c  1103s|  5820k|  5780k|     0 |   0.0 |1622M|1742 |   - |3100 |1294 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1194.13/1194.11	c  1105s|  5830k|  5790k|     0 |   0.0 |1625M|1742 |   - |3100 |1290 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1196.12/1196.15	c  1107s|  5840k|  5800k|     0 |   0.0 |1627M|1742 |   - |3100 |1200 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1198.23/1198.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1198.23/1198.22	c  1109s|  5850k|  5810k|     0 |   0.0 |1630M|1742 |   - |3100 |1247 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1200.23/1200.27	c  1111s|  5860k|  5820k|     0 |   0.0 |1633M|1742 |   - |3100 |1222 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1202.34/1202.33	c  1113s|  5870k|  5830k|     0 |   0.0 |1636M|1742 |   - |3100 |1191 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1204.33/1204.36	c  1115s|  5880k|  5840k|     0 |   0.0 |1638M|1742 |   - |3100 |1199 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1206.43/1206.41	c  1117s|  5890k|  5850k|     0 |   0.0 |1641M|1742 |   - |3100 |1262 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1208.43/1208.45	c  1118s|  5900k|  5860k|     0 |   0.0 |1644M|1742 |   - |3100 |1293 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1210.52/1210.50	c  1120s|  5910k|  5870k|     0 |   0.0 |1647M|1742 |   - |3100 |1284 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1212.52/1212.55	c  1122s|  5920k|  5880k|     0 |   0.0 |1649M|1742 |   - |3100 |1261 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1214.52/1214.59	c  1124s|  5930k|  5890k|     0 |   0.0 |1652M|1742 |   - |3100 |1267 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1216.63/1216.64	c  1126s|  5940k|  5900k|     0 |   0.0 |1655M|1742 |   - |3100 |1249 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1218.63/1218.67	c  1128s|  5950k|  5910k|     0 |   0.0 |1658M|1742 |   - |3100 |1221 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1220.73/1220.73	c  1130s|  5960k|  5919k|     0 |   0.0 |1661M|1742 |   - |3100 |1290 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1222.82/1222.81	c  1132s|  5970k|  5929k|     0 |   0.0 |1663M|1742 |   - |3100 |1306 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1224.82/1224.85	c  1134s|  5980k|  5939k|     0 |   0.0 |1666M|1742 |   - |3100 |1295 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1226.82/1226.88	c  1136s|  5990k|  5949k|     0 |   0.0 |1669M|1742 |   - |3100 |1325 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1228.93/1228.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1228.93/1228.92	c  1137s|  6000k|  5959k|     0 |   0.0 |1672M|1742 |   - |3100 |1357 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1230.93/1230.97	c  1139s|  6010k|  5969k|     0 |   0.0 |1674M|1742 |   - |3100 |1355 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1232.93/1233.00	c  1141s|  6020k|  5979k|     0 |   0.0 |1677M|1742 |   - |3100 |1343 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1235.03/1235.05	c  1143s|  6030k|  5989k|     0 |   0.0 |1680M|1742 |   - |3100 |1313 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1237.02/1237.08	c  1145s|  6040k|  5999k|     0 |   0.0 |1683M|1742 |   - |3100 |1332 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1239.12/1239.16	c  1147s|  6050k|  6009k|     0 |   0.0 |1685M|1742 |   - |3100 |1360 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1241.22/1241.20	c  1149s|  6060k|  6019k|     0 |   0.0 |1688M|1742 |   - |3100 |1299 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1243.22/1243.24	c  1151s|  6070k|  6029k|     0 |   0.0 |1691M|1742 |   - |3100 |1343 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1245.23/1245.27	c  1153s|  6080k|  6039k|     0 |   0.0 |1694M|1742 |   - |3100 |1350 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1247.33/1247.33	c  1155s|  6090k|  6049k|     0 |   0.0 |1696M|1742 |   - |3100 |1381 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1249.33/1249.38	c  1156s|  6100k|  6058k|     0 |   0.0 |1699M|1742 |   - |3100 |1375 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1251.42/1251.42	c  1158s|  6110k|  6068k|     0 |   0.0 |1702M|1742 |   - |3100 |1323 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1253.43/1253.47	c  1160s|  6120k|  6078k|     0 |   0.0 |1705M|1742 |   - |3100 |1240 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1255.53/1255.55	c  1162s|  6130k|  6088k|     0 |   0.0 |1707M|1742 |   - |3100 |1243 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1257.63/1257.61	c  1164s|  6140k|  6098k|     0 |   0.0 |1710M|1742 |   - |3100 |1258 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1259.63/1259.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.63/1259.63	c  1166s|  6150k|  6108k|     0 |   0.0 |1713M|1742 |   - |3100 |1220 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1261.63/1261.68	c  1168s|  6160k|  6118k|     0 |   0.0 |1716M|1742 |   - |3100 |1237 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1263.73/1263.72	c  1170s|  6170k|  6128k|     0 |   0.0 |1719M|1742 |   - |3100 |1227 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1265.73/1265.75	c  1172s|  6180k|  6138k|     0 |   0.0 |1721M|1742 |   - |3100 |1261 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1267.73/1267.79	c  1174s|  6190k|  6148k|     0 |   0.0 |1724M|1742 |   - |3100 |1261 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1269.82/1269.83	c  1175s|  6200k|  6158k|     0 |   0.0 |1727M|1742 |   - |3100 |1243 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1271.83/1271.89	c  1177s|  6210k|  6168k|     0 |   0.0 |1730M|1742 |   - |3100 |1236 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1273.93/1273.94	c  1179s|  6220k|  6178k|     0 |   0.0 |1732M|1742 |   - |3100 |1189 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1275.94/1276.00	c  1181s|  6230k|  6188k|     0 |   0.0 |1735M|1742 |   - |3100 |1165 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1278.03/1278.04	c  1183s|  6240k|  6198k|     0 |   0.0 |1738M|1742 |   - |3100 |1136 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1280.03/1280.06	c  1185s|  6250k|  6207k|     0 |   0.0 |1741M|1742 |   - |3100 |1114 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1282.13/1282.10	c  1187s|  6260k|  6217k|     0 |   0.0 |1744M|1742 |   - |3100 |1102 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1284.12/1284.14	c  1189s|  6270k|  6227k|     0 |   0.0 |1746M|1742 |   - |3100 |1177 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1286.13/1286.16	c  1191s|  6280k|  6237k|     0 |   0.0 |1749M|1742 |   - |3100 |1211 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1288.23/1288.25	c  1193s|  6290k|  6247k|     0 |   0.0 |1752M|1742 |   - |3100 |1229 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1290.34/1290.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1290.34/1290.33	c  1195s|  6300k|  6257k|     0 |   0.0 |1755M|1742 |   - |3100 |1259 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1292.33/1292.37	c  1196s|  6310k|  6267k|     0 |   0.0 |1757M|1742 |   - |3100 |1254 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1294.43/1294.43	c  1198s|  6320k|  6277k|     0 |   0.0 |1760M|1742 |   - |3100 |1174 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1296.43/1296.48	c  1200s|  6330k|  6287k|     0 |   0.0 |1763M|1742 |   - |3100 |1225 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1298.53/1298.52	c  1202s|  6340k|  6297k|     0 |   0.0 |1766M|1742 |   - |3100 |1194 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1300.53/1300.59	c  1204s|  6350k|  6307k|     0 |   0.0 |1769M|1742 |   - |3100 |1196 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1302.63/1302.63	c  1206s|  6360k|  6317k|     0 |   0.0 |1771M|1742 |   - |3100 |1225 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1304.64/1304.66	c  1208s|  6370k|  6327k|     0 |   0.0 |1774M|1742 |   - |3100 |1316 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1306.62/1306.68	c  1210s|  6380k|  6337k|     0 |   0.0 |1777M|1742 |   - |3100 |1353 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1308.73/1308.76	c  1212s|  6390k|  6346k|     0 |   0.0 |1780M|1742 |   - |3100 |1346 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1310.83/1310.81	c  1214s|  6400k|  6356k|     0 |   0.0 |1782M|1742 |   - |3100 |1313 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1312.83/1312.84	c  1215s|  6410k|  6366k|     0 |   0.0 |1785M|1742 |   - |3100 |1247 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1314.92/1314.90	c  1217s|  6420k|  6376k|     0 |   0.0 |1788M|1742 |   - |3100 |1235 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1316.93/1316.95	c  1219s|  6430k|  6386k|     0 |   0.0 |1791M|1742 |   - |3100 |1313 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1318.94/1318.99	c  1221s|  6440k|  6396k|     0 |   0.0 |1794M|1742 |   - |3100 |1274 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1321.04/1321.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1321.04/1321.03	c  1223s|  6450k|  6406k|     0 |   0.0 |1796M|1742 |   - |3100 |1263 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1323.03/1323.07	c  1225s|  6460k|  6416k|     0 |   0.0 |1799M|1742 |   - |3100 |1333 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1325.03/1325.08	c  1227s|  6470k|  6426k|     0 |   0.0 |1802M|1742 |   - |3100 |1315 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1327.03/1327.08	c  1229s|  6480k|  6436k|     0 |   0.0 |1805M|1742 |   - |3100 |1303 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1329.13/1329.17	c  1231s|  6490k|  6446k|     0 |   0.0 |1807M|1742 |   - |3100 |1314 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1331.23/1331.21	c  1233s|  6500k|  6456k|     0 |   0.0 |1810M|1742 |   - |3100 |1284 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1333.23/1333.27	c  1234s|  6510k|  6466k|     0 |   0.0 |1813M|1742 |   - |3100 |1270 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1335.34/1335.33	c  1236s|  6520k|  6476k|     0 |   0.0 |1816M|1742 |   - |3100 |1263 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1337.33/1337.39	c  1238s|  6530k|  6486k|     0 |   0.0 |1818M|1742 |   - |3100 |1287 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1339.43/1339.46	c  1240s|  6540k|  6495k|     0 |   0.0 |1821M|1742 |   - |3100 |1245 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1341.53/1341.51	c  1242s|  6550k|  6505k|     0 |   0.0 |1824M|1742 |   - |3100 |1249 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1343.53/1343.56	c  1244s|  6560k|  6515k|     0 |   0.0 |1827M|1742 |   - |3100 |1286 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1345.63/1345.60	c  1246s|  6570k|  6525k|     0 |   0.0 |1830M|1742 |   - |3100 |1335 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1347.63/1347.64	c  1248s|  6580k|  6535k|     0 |   0.0 |1832M|1742 |   - |3100 |1363 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1349.64/1349.69	c  1250s|  6590k|  6545k|     0 |   0.0 |1835M|1742 |   - |3100 |1303 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1351.73/1351.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1351.73/1351.75	c  1252s|  6600k|  6555k|     0 |   0.0 |1838M|1742 |   - |3100 |1306 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1353.83/1353.82	c  1254s|  6610k|  6565k|     0 |   0.0 |1840M|1742 |   - |3100 |1207 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1355.83/1355.89	c  1255s|  6620k|  6575k|     0 |   0.0 |1843M|1742 |   - |3100 |1258 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1357.93/1357.91	c  1257s|  6630k|  6585k|     0 |   0.0 |1846M|1742 |   - |3100 |1241 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1359.93/1359.97	c  1259s|  6640k|  6595k|     0 |   0.0 |1849M|1742 |   - |3100 |1236 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1362.03/1362.00	c  1261s|  6650k|  6605k|     0 |   0.0 |1851M|1742 |   - |3100 |1269 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1364.03/1364.04	c  1263s|  6660k|  6615k|     0 |   0.0 |1854M|1742 |   - |3100 |1299 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1366.03/1366.07	c  1265s|  6670k|  6624k|     0 |   0.0 |1857M|1742 |   - |3100 |1272 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1368.03/1368.09	c  1267s|  6680k|  6634k|     0 |   0.0 |1860M|1742 |   - |3100 |1282 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1370.13/1370.17	c  1269s|  6690k|  6644k|     0 |   0.0 |1863M|1742 |   - |3100 |1257 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1372.23/1372.24	c  1271s|  6700k|  6654k|     0 |   0.0 |1865M|1742 |   - |3100 |1180 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1374.23/1374.28	c  1273s|  6710k|  6664k|     0 |   0.0 |1868M|1742 |   - |3100 |1160 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1376.33/1376.36	c  1274s|  6720k|  6674k|     0 |   0.0 |1871M|1742 |   - |3100 |1172 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1378.43/1378.40	c  1276s|  6730k|  6684k|     0 |   0.0 |1874M|1742 |   - |3100 |1224 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1380.44/1380.44	c  1278s|  6740k|  6694k|     0 |   0.0 |1876M|1742 |   - |3100 |1219 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1382.53/1382.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1382.53/1382.50	c  1280s|  6750k|  6704k|     0 |   0.0 |1879M|1742 |   - |3100 |1259 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1384.53/1384.51	c  1282s|  6760k|  6714k|     0 |   0.0 |1882M|1742 |   - |3100 |1282 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1386.53/1386.53	c  1284s|  6770k|  6724k|     0 |   0.0 |1885M|1742 |   - |3100 |1331 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1388.53/1388.54	c  1286s|  6780k|  6734k|     0 |   0.0 |1887M|1742 |   - |3100 |1296 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1390.53/1390.59	c  1288s|  6790k|  6744k|     0 |   0.0 |1890M|1742 |   - |3100 |1300 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1392.64/1392.65	c  1290s|  6800k|  6754k|     0 |   0.0 |1893M|1742 |   - |3100 |1307 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1394.63/1394.69	c  1291s|  6810k|  6763k|     0 |   0.0 |1896M|1742 |   - |3100 |1197 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1396.73/1396.75	c  1293s|  6820k|  6773k|     0 |   0.0 |1899M|1742 |   - |3100 |1182 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1398.83/1398.80	c  1295s|  6830k|  6783k|     0 |   0.0 |1901M|1742 |   - |3100 |1225 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1400.83/1400.85	c  1297s|  6840k|  6793k|     0 |   0.0 |1904M|1742 |   - |3100 |1236 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1402.83/1402.87	c  1299s|  6850k|  6803k|     0 |   0.0 |1907M|1742 |   - |3100 |1258 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1404.93/1404.93	c  1301s|  6860k|  6813k|     0 |   0.0 |1910M|1742 |   - |3100 |1296 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1406.94/1406.96	c  1303s|  6870k|  6823k|     0 |   0.0 |1912M|1742 |   - |3100 |1319 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1409.03/1409.01	c  1305s|  6880k|  6833k|     0 |   0.0 |1915M|1742 |   - |3100 |1329 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1411.03/1411.08	c  1307s|  6890k|  6843k|     0 |   0.0 |1918M|1742 |   - |3100 |1298 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1413.13/1413.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1413.13/1413.11	c  1309s|  6900k|  6853k|     0 |   0.0 |1921M|1742 |   - |3100 |1244 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1415.13/1415.16	c  1310s|  6910k|  6863k|     0 |   0.0 |1923M|1742 |   - |3100 |1250 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1417.23/1417.21	c  1312s|  6920k|  6873k|     0 |   0.0 |1926M|1742 |   - |3100 |1260 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1419.23/1419.26	c  1314s|  6930k|  6883k|     0 |   0.0 |1929M|1742 |   - |3100 |1262 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1421.24/1421.27	c  1316s|  6940k|  6893k|     0 |   0.0 |1932M|1742 |   - |3100 |1251 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1423.34/1423.34	c  1318s|  6950k|  6903k|     0 |   0.0 |1935M|1742 |   - |3100 |1297 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1425.33/1425.36	c  1320s|  6960k|  6912k|     0 |   0.0 |1937M|1742 |   - |3100 |1296 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1427.43/1427.41	c  1322s|  6970k|  6922k|     0 |   0.0 |1940M|1742 |   - |3100 |1331 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1429.43/1429.45	c  1324s|  6980k|  6932k|     0 |   0.0 |1943M|1742 |   - |3100 |1332 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1431.53/1431.50	c  1326s|  6990k|  6942k|     0 |   0.0 |1946M|1742 |   - |3100 |1380 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1433.53/1433.59	c  1328s|  7000k|  6952k|     0 |   0.0 |1948M|1742 |   - |3100 |1376 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1435.63/1435.63	c  1329s|  7010k|  6962k|     0 |   0.0 |1951M|1742 |   - |3100 |1257 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1437.74/1437.70	c  1331s|  7020k|  6972k|     0 |   0.0 |1954M|1742 |   - |3100 |1254 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1439.74/1439.73	c  1333s|  7030k|  6982k|     0 |   0.0 |1957M|1742 |   - |3100 |1253 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1441.74/1441.76	c  1335s|  7040k|  6992k|     0 |   0.0 |1959M|1742 |   - |3100 |1218 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1443.73/1443.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1443.73/1443.80	c  1337s|  7050k|  7002k|     0 |   0.0 |1962M|1742 |   - |3100 |1226 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1445.83/1445.81	c  1339s|  7060k|  7012k|     0 |   0.0 |1965M|1742 |   - |3100 |1290 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1447.83/1447.85	c  1341s|  7070k|  7022k|     0 |   0.0 |1968M|1742 |   - |3100 |1312 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1449.84/1449.87	c  1343s|  7080k|  7032k|     0 |   0.0 |1971M|1742 |   - |3100 |1360 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1451.94/1451.91	c  1345s|  7090k|  7042k|     0 |   0.0 |1973M|1742 |   - |3100 |1343 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1453.93/1453.97	c  1346s|  7100k|  7051k|     0 |   0.0 |1976M|1742 |   - |3100 |1314 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1456.03/1456.03	c  1348s|  7110k|  7061k|     0 |   0.0 |1979M|1742 |   - |3100 |1220 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1458.03/1458.07	c  1350s|  7120k|  7071k|     0 |   0.0 |1982M|1742 |   - |3100 |1221 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1460.13/1460.10	c  1352s|  7130k|  7081k|     0 |   0.0 |1984M|1742 |   - |3100 |1234 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1462.13/1462.16	c  1354s|  7140k|  7091k|     0 |   0.0 |1987M|1742 |   - |3100 |1220 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1464.23/1464.20	c  1356s|  7150k|  7101k|     0 |   0.0 |1990M|1742 |   - |3100 |1205 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1466.24/1466.23	c  1358s|  7160k|  7111k|     0 |   0.0 |1993M|1742 |   - |3100 |1240 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1468.23/1468.27	c  1360s|  7170k|  7121k|     0 |   0.0 |1995M|1742 |   - |3100 |1331 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1470.34/1470.30	c  1362s|  7180k|  7131k|     0 |   0.0 |1998M|1742 |   - |3100 |1327 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1472.33/1472.31	c  1364s|  7190k|  7141k|     0 |   0.0 |2001M|1742 |   - |3100 |1327 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1474.33/1474.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1474.33/1474.37	c  1365s|  7200k|  7151k|     0 |   0.0 |2004M|1742 |   - |3100 |1295 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1476.43/1476.42	c  1367s|  7210k|  7161k|     0 |   0.0 |2006M|1742 |   - |3100 |1283 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1478.44/1478.46	c  1369s|  7220k|  7171k|     0 |   0.0 |2009M|1742 |   - |3100 |1250 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1480.54/1480.51	c  1371s|  7230k|  7181k|     0 |   0.0 |2012M|1742 |   - |3100 |1267 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1482.53/1482.58	c  1373s|  7240k|  7190k|     0 |   0.0 |2015M|1742 |   - |3100 |1291 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1484.63/1484.63	c  1375s|  7250k|  7200k|     0 |   0.0 |2017M|1742 |   - |3100 |1283 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1486.64/1486.67	c  1377s|  7260k|  7210k|     0 |   0.0 |2020M|1742 |   - |3100 |1354 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1488.63/1488.69	c  1379s|  7270k|  7220k|     0 |   0.0 |2023M|1742 |   - |3100 |1385 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1490.74/1490.74	c  1381s|  7280k|  7230k|     0 |   0.0 |2026M|1742 |   - |3100 |1410 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1492.73/1492.76	c  1382s|  7290k|  7240k|     0 |   0.0 |2028M|1742 |   - |3100 |1399 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1494.83/1494.81	c  1384s|  7300k|  7250k|     0 |   0.0 |2031M|1742 |   - |3100 |1413 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1496.83/1496.86	c  1386s|  7310k|  7260k|     0 |   0.0 |2034M|1742 |   - |3100 |1362 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1498.93/1498.92	c  1388s|  7320k|  7270k|     0 |   0.0 |2037M|1742 |   - |3100 |1304 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1500.94/1500.95	c  1390s|  7330k|  7280k|     0 |   0.0 |2039M|1742 |   - |3100 |1256 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1502.93/1502.98	c  1392s|  7340k|  7290k|     0 |   0.0 |2042M|1742 |   - |3100 |1251 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1505.03/1505.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1505.03/1505.07	c  1394s|  7350k|  7300k|     0 |   0.0 |2045M|1742 |   - |3100 |1305 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1507.13/1507.14	c  1396s|  7360k|  7310k|     0 |   0.0 |2048M|1742 |   - |3100 |1296 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1509.14/1509.19	c  1398s|  7370k|  7320k|     0 |   0.0 |2050M|1742 |   - |3100 |1280 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1511.14/1511.19	c  1400s|  7380k|  7329k|     0 |   0.0 |2053M|1742 |   - |3100 |1334 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1513.23/1513.27	c  1402s|  7390k|  7339k|     0 |   0.0 |2056M|1742 |   - |3100 |1386 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1515.23/1515.27	c  1403s|  7400k|  7349k|     0 |   0.0 |2059M|1742 |   - |3100 |1365 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1517.34/1517.36	c  1405s|  7410k|  7359k|     0 |   0.0 |2062M|1742 |   - |3100 |1356 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1519.44/1519.42	c  1407s|  7420k|  7369k|     0 |   0.0 |2064M|1742 |   - |3100 |1276 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1521.43/1521.46	c  1409s|  7430k|  7379k|     0 |   0.0 |2067M|1742 |   - |3100 |1201 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1523.54/1523.50	c  1411s|  7440k|  7389k|     0 |   0.0 |2070M|1742 |   - |3100 |1211 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1525.53/1525.56	c  1413s|  7450k|  7399k|     0 |   0.0 |2073M|1742 |   - |3100 |1206 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1527.53/1527.57	c  1415s|  7460k|  7409k|     0 |   0.0 |2075M|1742 |   - |3100 |1210 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1529.63/1529.66	c  1417s|  7470k|  7419k|     0 |   0.0 |2078M|1742 |   - |3100 |1234 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1531.63/1531.68	c  1419s|  7480k|  7429k|     0 |   0.0 |2081M|1742 |   - |3100 |1289 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1533.63/1533.68	c  1420s|  7490k|  7439k|     0 |   0.0 |2084M|1742 |   - |3100 |1347 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1535.73/1535.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1535.73/1535.71	c  1422s|  7500k|  7449k|     0 |   0.0 |2086M|1742 |   - |3100 |1376 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1537.74/1537.74	c  1424s|  7510k|  7459k|     0 |   0.0 |2089M|1742 |   - |3100 |1420 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1539.74/1539.78	c  1426s|  7520k|  7468k|     0 |   0.0 |2092M|1742 |   - |3100 |1329 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1541.83/1541.83	c  1428s|  7530k|  7478k|     0 |   0.0 |2095M|1742 |   - |3100 |1261 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1543.83/1543.88	c  1430s|  7540k|  7488k|     0 |   0.0 |2097M|1742 |   - |3100 |1226 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1545.93/1545.93	c  1432s|  7550k|  7498k|     0 |   0.0 |2100M|1742 |   - |3100 |1207 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1547.94/1547.98	c  1434s|  7560k|  7508k|     0 |   0.0 |2103M|1742 |   - |3100 |1217 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1550.03/1550.02	c  1436s|  7570k|  7518k|     0 |   0.0 |2106M|1742 |   - |3100 |1244 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1552.04/1552.05	c  1437s|  7580k|  7528k|     0 |   0.0 |2109M|1742 |   - |3100 |1300 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1554.03/1554.09	c  1439s|  7590k|  7538k|     0 |   0.0 |2111M|1742 |   - |3100 |1327 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1556.13/1556.11	c  1441s|  7600k|  7548k|     0 |   0.0 |2114M|1742 |   - |3100 |1335 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1558.13/1558.12	c  1443s|  7610k|  7558k|     0 |   0.0 |2117M|1742 |   - |3100 |1376 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1560.14/1560.19	c  1445s|  7620k|  7568k|     0 |   0.0 |2120M|1742 |   - |3100 |1358 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1562.24/1562.22	c  1447s|  7630k|  7578k|     0 |   0.0 |2122M|1742 |   - |3100 |1290 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1564.34/1564.30	c  1449s|  7640k|  7588k|     0 |   0.0 |2125M|1742 |   - |3100 |1193 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1566.34/1566.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.34/1566.34	c  1451s|  7650k|  7598k|     0 |   0.0 |2128M|1742 |   - |3100 |1228 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1568.33/1568.34	c  1453s|  7660k|  7607k|     0 |   0.0 |2131M|1742 |   - |3100 |1237 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1570.43/1570.41	c  1455s|  7670k|  7617k|     0 |   0.0 |2134M|1742 |   - |3100 |1277 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1572.44/1572.42	c  1456s|  7680k|  7627k|     0 |   0.0 |2136M|1742 |   - |3100 |1314 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1574.44/1574.44	c  1458s|  7690k|  7637k|     0 |   0.0 |2139M|1742 |   - |3100 |1311 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1576.44/1576.49	c  1460s|  7700k|  7647k|     0 |   0.0 |2142M|1742 |   - |3100 |1373 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1578.54/1578.51	c  1462s|  7710k|  7657k|     0 |   0.0 |2145M|1742 |   - |3100 |1389 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1580.53/1580.52	c  1464s|  7720k|  7667k|     0 |   0.0 |2147M|1742 |   - |3100 |1359 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1582.53/1582.57	c  1466s|  7730k|  7677k|     0 |   0.0 |2150M|1742 |   - |3100 |1293 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1584.64/1584.62	c  1468s|  7740k|  7687k|     0 |   0.0 |2153M|1742 |   - |3100 |1233 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1586.64/1586.68	c  1470s|  7750k|  7697k|     0 |   0.0 |2156M|1742 |   - |3100 |1244 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1588.74/1588.73	c  1472s|  7760k|  7707k|     0 |   0.0 |2158M|1742 |   - |3100 |1227 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1590.73/1590.75	c  1473s|  7770k|  7717k|     0 |   0.0 |2161M|1742 |   - |3100 |1250 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1592.74/1592.76	c  1475s|  7780k|  7727k|     0 |   0.0 |2164M|1742 |   - |3100 |1254 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1594.74/1594.79	c  1477s|  7790k|  7737k|     0 |   0.0 |2167M|1742 |   - |3100 |1327 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1596.83/1596.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1596.83/1596.82	c  1479s|  7800k|  7746k|     0 |   0.0 |2170M|1742 |   - |3100 |1314 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1598.83/1598.82	c  1481s|  7810k|  7756k|     0 |   0.0 |2172M|1742 |   - |3100 |1324 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1600.84/1600.84	c  1483s|  7820k|  7766k|     0 |   0.0 |2175M|1742 |   - |3100 |1326 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1602.83/1602.85	c  1485s|  7830k|  7776k|     0 |   0.0 |2178M|1742 |   - |3100 |1343 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1604.84/1604.86	c  1487s|  7840k|  7786k|     0 |   0.0 |2181M|1742 |   - |3100 |1319 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1606.84/1606.89	c  1488s|  7850k|  7796k|     0 |   0.0 |2183M|1742 |   - |3100 |1230 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1608.94/1608.93	c  1490s|  7860k|  7806k|     0 |   0.0 |2186M|1742 |   - |3100 |1264 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1610.93/1610.95	c  1492s|  7870k|  7816k|     0 |   0.0 |2189M|1742 |   - |3100 |1214 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1612.94/1612.99	c  1494s|  7880k|  7826k|     0 |   0.0 |2192M|1742 |   - |3100 |1237 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1615.03/1615.02	c  1496s|  7890k|  7836k|     0 |   0.0 |2194M|1742 |   - |3100 |1258 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1617.04/1617.05	c  1498s|  7900k|  7846k|     0 |   0.0 |2197M|1742 |   - |3100 |1303 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1619.03/1619.08	c  1500s|  7910k|  7856k|     0 |   0.0 |2200M|1742 |   - |3100 |1325 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1621.04/1621.09	c  1502s|  7920k|  7866k|     0 |   0.0 |2203M|1742 |   - |3100 |1317 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1623.14/1623.12	c  1503s|  7930k|  7876k|     0 |   0.0 |2206M|1742 |   - |3100 |1338 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1625.14/1625.16	c  1505s|  7940k|  7885k|     0 |   0.0 |2208M|1742 |   - |3100 |1323 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1627.24/1627.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1627.24/1627.21	c  1507s|  7950k|  7895k|     0 |   0.0 |2211M|1742 |   - |3100 |1284 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1629.24/1629.23	c  1509s|  7960k|  7905k|     0 |   0.0 |2214M|1742 |   - |3100 |1215 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1631.34/1631.31	c  1511s|  7970k|  7915k|     0 |   0.0 |2217M|1742 |   - |3100 |1206 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1633.34/1633.37	c  1513s|  7980k|  7925k|     0 |   0.0 |2219M|1742 |   - |3100 |1178 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1635.44/1635.43	c  1515s|  7990k|  7935k|     0 |   0.0 |2222M|1742 |   - |3100 |1297 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1637.43/1637.48	c  1517s|  8000k|  7945k|     0 |   0.0 |2225M|1742 |   - |3100 |1308 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1639.53/1639.55	c  1519s|  8010k|  7955k|     0 |   0.0 |2228M|1742 |   - |3100 |1371 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1641.54/1641.59	c  1521s|  8020k|  7965k|     0 |   0.0 |2230M|1742 |   - |3100 |1420 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1643.63/1643.61	c  1523s|  8030k|  7975k|     0 |   0.0 |2233M|1742 |   - |3100 |1378 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1645.64/1645.63	c  1524s|  8040k|  7985k|     0 |   0.0 |2236M|1742 |   - |3100 |1420 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1647.64/1647.65	c  1526s|  8050k|  7995k|     0 |   0.0 |2239M|1742 |   - |3100 |1437 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1649.74/1649.72	c  1528s|  8060k|  8005k|     0 |   0.0 |2241M|1742 |   - |3100 |1344 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1651.74/1651.75	c  1530s|  8070k|  8014k|     0 |   0.0 |2244M|1742 |   - |3100 |1296 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1653.73/1653.78	c  1532s|  8080k|  8024k|     0 |   0.0 |2247M|1742 |   - |3100 |1267 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1655.83/1655.84	c  1534s|  8090k|  8034k|     0 |   0.0 |2250M|1742 |   - |3100 |1265 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1657.83/1657.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1657.83/1657.87	c  1536s|  8100k|  8044k|     0 |   0.0 |2252M|1742 |   - |3100 |1259 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1659.84/1659.87	c  1538s|  8110k|  8054k|     0 |   0.0 |2255M|1742 |   - |3100 |1256 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1661.84/1661.88	c  1539s|  8120k|  8064k|     0 |   0.0 |2258M|1742 |   - |3100 |1351 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1663.94/1663.91	c  1541s|  8130k|  8074k|     0 |   0.0 |2261M|1742 |   - |3100 |1372 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1665.94/1665.95	c  1543s|  8140k|  8084k|     0 |   0.0 |2264M|1742 |   - |3100 |1404 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1667.94/1667.98	c  1545s|  8150k|  8094k|     0 |   0.0 |2266M|1742 |   - |3100 |1414 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1670.03/1670.01	c  1547s|  8160k|  8104k|     0 |   0.0 |2269M|1742 |   - |3100 |1429 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1672.04/1672.04	c  1549s|  8170k|  8114k|     0 |   0.0 |2272M|1742 |   - |3100 |1271 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1674.04/1674.08	c  1551s|  8180k|  8124k|     0 |   0.0 |2275M|1742 |   - |3100 |1262 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1676.14/1676.14	c  1553s|  8190k|  8134k|     0 |   0.0 |2277M|1742 |   - |3100 |1224 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1678.13/1678.19	c  1555s|  8200k|  8144k|     0 |   0.0 |2280M|1742 |   - |3100 |1242 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1680.24/1680.25	c  1556s|  8210k|  8153k|     0 |   0.0 |2283M|1742 |   - |3100 |1270 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1682.24/1682.28	c  1558s|  8220k|  8163k|     0 |   0.0 |2286M|1742 |   - |3100 |1324 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1684.34/1684.31	c  1560s|  8230k|  8173k|     0 |   0.0 |2288M|1742 |   - |3100 |1340 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1686.34/1686.34	c  1562s|  8240k|  8183k|     0 |   0.0 |2291M|1742 |   - |3100 |1323 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1688.34/1688.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1688.34/1688.36	c  1564s|  8250k|  8193k|     0 |   0.0 |2294M|1742 |   - |3100 |1367 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1690.34/1690.36	c  1566s|  8260k|  8203k|     0 |   0.0 |2297M|1742 |   - |3100 |1355 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1692.34/1692.37	c  1568s|  8270k|  8213k|     0 |   0.0 |2299M|1742 |   - |3100 |1266 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1694.43/1694.40	c  1570s|  8280k|  8223k|     0 |   0.0 |2302M|1742 |   - |3100 |1217 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1696.44/1696.48	c  1572s|  8290k|  8233k|     0 |   0.0 |2305M|1742 |   - |3100 |1249 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1698.54/1698.53	c  1573s|  8300k|  8243k|     0 |   0.0 |2308M|1742 |   - |3100 |1213 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1700.54/1700.59	c  1575s|  8310k|  8253k|     0 |   0.0 |2311M|1742 |   - |3100 |1230 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1702.63/1702.68	c  1577s|  8320k|  8263k|     0 |   0.0 |2313M|1742 |   - |3100 |1209 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1704.63/1704.68	c  1579s|  8330k|  8273k|     0 |   0.0 |2316M|1742 |   - |3100 |1265 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1706.74/1706.73	c  1581s|  8340k|  8283k|     0 |   0.0 |2319M|1742 |   - |3100 |1291 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1708.74/1708.75	c  1583s|  8350k|  8292k|     0 |   0.0 |2322M|1742 |   - |3100 |1343 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1710.74/1710.78	c  1585s|  8360k|  8302k|     0 |   0.0 |2324M|1742 |   - |3100 |1363 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1712.84/1712.80	c  1587s|  8370k|  8312k|     0 |   0.0 |2327M|1742 |   - |3100 |1375 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1714.84/1714.82	c  1589s|  8380k|  8322k|     0 |   0.0 |2330M|1742 |   - |3100 |1364 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1716.84/1716.85	c  1591s|  8390k|  8332k|     0 |   0.0 |2333M|1742 |   - |3100 |1241 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1718.94/1718.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.94/1718.91	c  1592s|  8400k|  8342k|     0 |   0.0 |2335M|1742 |   - |3100 |1270 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1720.94/1720.97	c  1594s|  8410k|  8352k|     0 |   0.0 |2338M|1742 |   - |3100 |1263 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1723.04/1723.00	c  1596s|  8420k|  8362k|     0 |   0.0 |2341M|1742 |   - |3100 |1257 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1725.03/1725.09	c  1598s|  8430k|  8372k|     0 |   0.0 |2344M|1742 |   - |3100 |1338 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1727.14/1727.12	c  1600s|  8440k|  8382k|     0 |   0.0 |2347M|1742 |   - |3100 |1313 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1729.14/1729.17	c  1602s|  8450k|  8392k|     0 |   0.0 |2349M|1742 |   - |3100 |1361 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1731.24/1731.23	c  1604s|  8460k|  8402k|     0 |   0.0 |2352M|1742 |   - |3100 |1336 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1733.24/1733.27	c  1606s|  8470k|  8412k|     0 |   0.0 |2355M|1742 |   - |3100 |1372 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1735.33/1735.32	c  1608s|  8480k|  8422k|     0 |   0.0 |2358M|1742 |   - |3100 |1448 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1737.34/1737.35	c  1609s|  8490k|  8431k|     0 |   0.0 |2360M|1742 |   - |3100 |1334 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1739.34/1739.39	c  1611s|  8500k|  8441k|     0 |   0.0 |2363M|1742 |   - |3100 |1241 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1741.44/1741.43	c  1613s|  8510k|  8451k|     0 |   0.0 |2366M|1742 |   - |3100 |1228 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1743.54/1743.53	c  1615s|  8520k|  8461k|     0 |   0.0 |2369M|1742 |   - |3100 |1220 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1745.54/1745.59	c  1617s|  8530k|  8471k|     0 |   0.0 |2371M|1742 |   - |3100 |1246 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1747.64/1747.67	c  1619s|  8540k|  8481k|     0 |   0.0 |2374M|1742 |   - |3100 |1284 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1749.64/1749.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1749.64/1749.69	c  1621s|  8550k|  8491k|     0 |   0.0 |2377M|1742 |   - |3100 |1319 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1751.74/1751.70	c  1623s|  8560k|  8501k|     0 |   0.0 |2380M|1742 |   - |3100 |1344 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1753.74/1753.79	c  1625s|  8570k|  8511k|     0 |   0.0 |2383M|1742 |   - |3100 |1414 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1755.74/1755.79	c  1627s|  8580k|  8521k|     0 |   0.0 |2385M|1742 |   - |3100 |1395 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1757.84/1757.81	c  1628s|  8590k|  8531k|     0 |   0.0 |2388M|1742 |   - |3100 |1404 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1759.84/1759.85	c  1630s|  8600k|  8541k|     0 |   0.0 |2391M|1742 |   - |3100 |1373 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1761.94/1761.90	c  1632s|  8610k|  8551k|     0 |   0.0 |2394M|1742 |   - |3100 |1296 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1763.94/1763.91	c  1634s|  8620k|  8560k|     0 |   0.0 |2396M|1742 |   - |3100 |1254 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1765.94/1765.98	c  1636s|  8630k|  8570k|     0 |   0.0 |2399M|1742 |   - |3100 |1296 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1768.04/1768.03	c  1638s|  8640k|  8580k|     0 |   0.0 |2402M|1742 |   - |3100 |1309 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1770.14/1770.10	c  1640s|  8650k|  8590k|     0 |   0.0 |2405M|1742 |   - |3100 |1344 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1772.14/1772.10	c  1642s|  8660k|  8600k|     0 |   0.0 |2407M|1742 |   - |3100 |1387 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1774.14/1774.15	c  1644s|  8670k|  8610k|     0 |   0.0 |2410M|1742 |   - |3100 |1408 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1776.24/1776.21	c  1646s|  8680k|  8620k|     0 |   0.0 |2413M|1742 |   - |3100 |1494 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1778.24/1778.22	c  1647s|  8690k|  8630k|     0 |   0.0 |2416M|1742 |   - |3100 |1478 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1780.24/1780.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1780.24/1780.25	c  1649s|  8700k|  8640k|     0 |   0.0 |2419M|1742 |   - |3100 |1487 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1782.25/1782.28	c  1651s|  8710k|  8650k|     0 |   0.0 |2421M|1742 |   - |3100 |1487 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1784.34/1784.33	c  1653s|  8720k|  8660k|     0 |   0.0 |2424M|1742 |   - |3100 |1365 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1786.35/1786.38	c  1655s|  8730k|  8670k|     0 |   0.0 |2427M|1742 |   - |3100 |1308 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1788.44/1788.42	c  1657s|  8740k|  8680k|     0 |   0.0 |2430M|1742 |   - |3100 |1310 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1790.44/1790.45	c  1659s|  8750k|  8690k|     0 |   0.0 |2432M|1742 |   - |3100 |1334 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1792.54/1792.50	c  1661s|  8760k|  8699k|     0 |   0.0 |2435M|1742 |   - |3100 |1393 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1794.54/1794.56	c  1663s|  8770k|  8709k|     0 |   0.0 |2438M|1742 |   - |3100 |1361 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1796.54/1796.59	c  1664s|  8780k|  8719k|     0 |   0.0 |2441M|1742 |   - |3100 |1402 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1798.64/1798.61	c  1666s|  8790k|  8729k|     0 |   0.0 |2443M|1742 |   - |3100 |1390 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 7.476000e+03 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1667.65
1800.05/1800.00	c Solving Nodes      : 8796753
1800.05/1800.00	c Primal Bound       : +7.47600000000000e+03 (3 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v x2800 x2799 x2798 x2797 x2796 x2795 x2794 x2793 x2792 x2791 x2790 x2789 x2788 x2787 x2786 x2785 x2784 x2783 x2782 x2781 x2780 x2779 
1800.05/1800.01	v x2778 x2777 x2776 x2775 x2774 x2773 x2772 x2771 x2770 x2769 x2768 x2767 x2766 x2765 x2764 x2763 x2762 x2761 x2760 x2759 
1800.05/1800.01	v x2758 x2757 x2756 x2755 x2754 x2753 x2752 x2751 x2750 x2749 x2748 x2747 x2746 x2745 x2744 x2743 x2742 x2741 x2740 x2739 x2738 
1800.05/1800.01	v x2737 x2736 x2735 x2734 x2733 x2732 x2731 x2730 x2729 x2728 x2727 x2726 x2725 x2724 x2723 x2722 x2721 x2720 x2719 x2718 x2717 
1800.05/1800.01	v x2716 x2715 x2714 x2713 x2712 x2711 x2710 x2709 x2708 x2707 x2706 x2705 x2704 x2703 x2702 x2701 x2700 x2699 x2698 x2697 x2696 
1800.05/1800.01	v x2695 x2694 x2693 x2692 x2691 x2690 x2689 x2688 x2687 x2686 x2685 x2684 x2683 x2682 x2681 x2680 x2679 x2678 x2677 x2676 x2675 
1800.05/1800.01	v x2674 x2673 x2672 x2671 x2670 x2669 x2668 x2667 x2666 x2665 x2664 x2663 x2662 x2661 x2660 x2659 x2658 x2657 x2656 x2655 x2654 
1800.05/1800.01	v x2653 x2652 x2651 x2650 x2649 x2648 x2647 x2646 x2645 x2644 x2643 x2642 x2641 x2640 x2639 x2638 x2637 x2636 x2635 x2634 
1800.05/1800.01	v x2633 x2632 x2631 x2630 x2629 x2628 x2627 x2626 x2625 x2624 x2623 x2622 x2621 x2620 x2619 x2618 x2617 x2616 x2615 x2614 x2613 
1800.05/1800.01	v x2612 x2611 x2610 x2609 x2608 x2607 x2606 x2605 x2604 x2603 x2602 x2601 x2600 x2599 x2598 x2597 x2596 x2595 x2594 x2593 x2592 
1800.05/1800.01	v x2591 x2590 x2589 x2588 x2587 x2586 x2585 x2584 x2583 x2582 x2581 x2580 x2579 x2578 x2577 x2576 x2575 x2574 x2573 x2572 x2571 
1800.05/1800.01	v x2570 x2569 x2568 x2567 x2566 x2565 x2564 x2563 x2562 x2561 x2560 x2559 x2558 x2557 x2556 x2555 x2554 x2553 x2552 x2551 x2550 
1800.05/1800.01	v x2549 x2548 x2547 x2546 x2545 x2544 x2543 x2542 x2541 x2540 x2539 x2538 x2537 x2536 x2535 x2534 x2533 x2532 x2531 x2530 x2529 
1800.05/1800.01	v x2528 x2527 x2526 x2525 x2524 x2523 x2522 x2521 x2520 x2519 x2518 x2517 x2516 x2515 x2514 x2513 x2512 x2511 x2510 x2509 
1800.05/1800.01	v x2508 x2507 x2506 x2505 x2504 x2503 x2502 x2501 x2500 x2499 x2498 x2497 x2496 x2495 x2494 x2493 x2492 x2491 x2490 x2489 x2488 
1800.05/1800.01	v x2487 x2486 x2485 x2484 x2483 x2482 x2481 x2480 x2479 x2478 x2477 x2476 x2475 x2474 x2473 x2472 x2471 x2470 x2469 x2468 x2467 
1800.05/1800.01	v x2466 x2465 x2464 x2463 x2462 x2461 x2460 x2459 x2458 x2457 x2456 x2455 x2454 x2453 x2452 x2451 x2450 x2449 x2448 x2447 x2446 
1800.05/1800.01	v x2445 x2444 x2443 x2442 x2441 x2440 x2439 x2438 x2437 x2436 x2435 x2434 x2433 x2432 x2431 x2430 x2429 x2428 x2427 x2426 x2425 
1800.05/1800.01	v x2424 x2423 x2422 x2421 x2420 x2419 x2418 x2417 x2416 x2415 x2414 x2413 x2412 x2411 x2410 x2409 x2408 x2407 x2406 x2405 x2404 
1800.05/1800.01	v x2403 x2402 x2401 x2400 x2399 x2398 x2397 x2396 x2395 x2394 x2393 x2392 x2391 x2390 x2389 x2388 x2387 x2386 x2385 x2384 
1800.05/1800.01	v x2383 x2382 x2381 x2380 x2379 x2378 x2377 x2376 x2375 x2374 x2373 x2372 x2371 x2370 x2369 x2368 x2367 x2366 x2365 x2364 x2363 
1800.05/1800.01	v x2362 x2361 x2360 x2359 x2358 x2357 x2356 x2355 x2354 x2353 x2352 x2351 x2350 x2349 x2348 x2347 x2346 x2345 x2344 x2343 x2342 
1800.05/1800.01	v x2341 x2340 x2339 x2338 x2337 x2336 x2335 x2334 x2333 x2332 x2331 x2330 x2329 x2328 x2327 x2326 x2325 x2324 x2323 x2322 x2321 
1800.05/1800.01	v x2320 x2319 x2318 x2317 x2316 x2315 x2314 x2313 x2312 x2311 x2310 x2309 x2308 x2307 x2306 x2305 x2304 x2303 x2302 x2301 x2300 
1800.05/1800.01	v x2299 x2298 x2297 x2296 x2295 x2294 x2293 x2292 x2291 x2290 x2289 x2288 x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 x2279 
1800.05/1800.01	v x2278 x2277 x2276 x2275 x2274 x2273 x2272 x2271 x2270 x2269 x2268 x2267 x2266 x2265 x2264 x2263 x2262 x2261 x2260 x2259 
1800.05/1800.01	v x2258 x2257 x2256 x2255 x2254 x2253 x2252 x2251 x2250 x2249 x2248 x2247 x2246 x2245 x2244 x2243 x2242 x2241 x2240 x2239 x2238 
1800.05/1800.01	v x2237 x2236 x2235 x2234 x2233 x2232 x2231 x2230 x2229 x2228 x2227 x2226 x2225 x2224 x2223 x2222 x2221 x2220 x2219 x2218 x2217 
1800.05/1800.01	v x2216 x2215 x2214 x2213 x2212 x2211 x2210 x2209 x2208 x2207 x2206 x2205 x2204 x2203 x2202 x2201 x2200 x2199 x2198 x2197 x2196 
1800.05/1800.01	v x2195 x2194 x2193 x2192 x2191 x2190 x2189 x2188 x2187 x2186 x2185 x2184 x2183 x2182 x2181 x2180 x2179 x2178 x2177 x2176 x2175 
1800.05/1800.01	v x2174 x2173 x2172 x2171 x2170 x2169 x2168 x2167 x2166 x2165 x2164 x2163 x2162 x2161 x2160 x2159 x2158 x2157 x2156 x2155 x2154 
1800.05/1800.01	v x2153 x2152 x2151 x2150 x2149 x2148 x2147 x2146 x2145 x2144 x2143 x2142 x2141 x2140 x2139 x2138 x2137 x2136 x2135 x2134 
1800.05/1800.01	v x2133 x2132 x2131 x2130 x2129 x2128 x2127 x2126 x2125 x2124 x2123 x2122 x2121 x2120 x2119 x2118 x2117 x2116 x2115 x2114 x2113 
1800.05/1800.01	v x2112 x2111 x2110 x2109 x2108 x2107 x2106 x2105 x2104 x2103 x2102 x2101 x2100 x2099 x2098 x2097 x2096 x2095 x2094 x2093 x2092 
1800.05/1800.01	v x2091 x2090 x2089 x2088 x2087 x2086 x2085 x2084 x2083 x2082 x2081 x2080 x2079 x2078 x2077 x2076 x2075 x2074 x2073 x2072 x2071 
1800.05/1800.01	v x2070 x2069 x2068 x2067 x2066 x2065 x2064 x2063 x2062 x2061 x2060 x2059 x2058 x2057 x2056 x2055 x2054 x2053 x2052 x2051 x2050 
1800.05/1800.01	v x2049 x2048 x2047 x2046 x2045 x2044 x2043 x2042 x2041 x2040 x2039 x2038 x2037 x2036 x2035 x2034 x2033 x2032 x2031 x2030 x2029 
1800.05/1800.01	v x2028 x2027 x2026 x2025 x2024 x2023 x2022 x2021 x2020 x2019 x2018 x2017 x2016 x2015 x2014 x2013 x2012 x2011 x2010 x2009 
1800.05/1800.01	v x2008 x2007 x2006 x2005 x2004 x2003 x2002 x2001 x2000 x1999 x1998 x1997 x1996 x1995 x1994 x1993 x1992 x1991 x1990 x1989 x1988 
1800.05/1800.01	v x1987 x1986 x1985 x1984 x1983 x1982 x1981 x1980 x1979 x1978 x1977 x1976 x1975 x1974 x1973 x1972 x1971 x1970 x1969 x1968 x1967 
1800.05/1800.01	v x1966 x1965 x1964 x1963 x1962 x1961 x1960 x1959 x1958 x1957 x1956 x1955 x1954 x1953 x1952 x1951 x1950 x1949 x1948 x1947 x1946 
1800.05/1800.01	v x1945 x1944 x1943 x1942 x1941 x1940 x1939 x1938 x1937 x1936 x1935 x1934 x1933 x1932 x1931 x1930 x1929 x1928 x1927 x1926 x1925 
1800.05/1800.01	v x1924 x1923 x1922 x1921 x1920 x1919 x1918 x1917 x1916 x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 x1907 x1906 x1905 x1904 
1800.05/1800.01	v x1903 x1902 x1901 x1900 x1899 x1898 x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 x1889 x1888 x1887 x1886 x1885 x1884 
1800.05/1800.01	v x1883 x1882 x1881 x1880 x1879 x1878 x1877 x1876 x1875 x1874 x1873 x1872 x1871 x1870 x1869 x1868 x1867 x1866 x1865 x1864 x1863 
1800.05/1800.01	v x1862 x1861 x1860 x1859 x1858 x1857 x1856 x1855 x1854 x1853 x1852 x1851 x1850 x1849 x1848 x1847 x1846 x1845 x1844 x1843 x1842 
1800.05/1800.01	v x1841 x1840 x1839 x1838 x1837 x1836 x1835 x1834 x1833 x1832 x1831 x1830 x1829 x1828 x1827 x1826 x1825 x1824 x1823 x1822 x1821 
1800.05/1800.01	v x1820 x1819 x1818 x1817 x1816 x1815 x1814 x1813 x1812 x1811 x1810 x1809 x1808 x1807 x1806 x1805 x1804 x1803 x1802 x1801 x1800 
1800.05/1800.01	v x1799 x1798 x1797 x1796 x1795 x1794 x1793 x1792 x1791 x1790 x1789 x1788 x1787 x1786 x1785 x1784 x1783 x1782 x1781 x1780 x1779 
1800.05/1800.01	v x1778 x1777 x1776 x1775 x1774 x1773 x1772 x1771 x1770 x1769 x1768 x1767 x1766 x1765 x1764 x1763 x1762 x1761 x1760 x1759 
1800.05/1800.01	v x1758 x1757 x1756 x1755 x1754 x1753 x1752 x1751 x1750 x1749 x1748 x1747 x1746 x1745 x1744 x1743 x1742 x1741 x1740 x1739 x1738 
1800.05/1800.01	v x1737 x1736 x1735 x1734 x1733 x1732 x1731 x1730 x1729 x1728 x1727 x1726 x1725 x1724 x1723 x1722 x1721 x1720 x1719 x1718 x1717 
1800.05/1800.01	v x1716 x1715 x1714 x1713 x1712 x1711 x1710 x1709 x1708 x1707 x1706 x1705 x1704 x1703 x1702 x1701 x1700 x1699 x1698 x1697 x1696 
1800.05/1800.01	v x1695 x1694 x1693 x1692 x1691 x1690 x1689 x1688 x1687 x1686 x1685 x1684 x1683 x1682 x1681 x1680 x1679 x1678 x1677 x1676 x1675 
1800.05/1800.01	v x1674 x1673 x1672 x1671 x1670 x1669 x1668 x1667 x1666 x1665 x1664 x1663 x1662 x1661 x1660 x1659 x1658 x1657 x1656 x1655 x1654 
1800.05/1800.01	v x1653 x1652 x1651 x1650 x1649 x1648 x1647 x1646 x1645 x1644 x1643 x1642 x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 
1800.05/1800.01	v x1633 x1632 x1631 x1630 x1629 x1628 x1627 x1626 x1625 x1624 x1623 x1622 x1621 x1620 x1619 x1618 x1617 x1616 x1615 x1614 x1613 
1800.05/1800.01	v x1612 x1611 x1610 x1609 x1608 x1607 x1606 x1605 x1604 x1603 x1602 x1601 x1600 x1599 x1598 x1597 x1596 x1595 x1594 x1593 x1592 
1800.05/1800.01	v x1591 x1590 x1589 x1588 x1587 x1586 x1585 x1584 x1583 x1582 x1581 x1580 x1579 x1578 x1577 x1576 x1575 x1574 x1573 x1572 x1571 
1800.05/1800.01	v x1570 x1569 x1568 x1567 x1566 x1565 x1564 x1563 x1562 x1561 x1560 x1559 x1558 x1557 x1556 x1555 x1554 x1553 x1552 x1551 x1550 
1800.05/1800.01	v x1549 x1548 x1547 x1546 x1545 x1544 x1543 x1542 x1541 x1540 x1539 x1538 x1537 x1536 x1535 x1534 x1533 x1532 x1531 x1530 x1529 
1800.05/1800.01	v x1528 x1527 x1526 x1525 x1524 x1523 x1522 x1521 x1520 x1519 x1518 x1517 x1516 x1515 x1514 x1513 x1512 x1511 x1510 x1509 
1800.05/1800.01	v x1508 x1507 x1506 x1505 x1504 x1503 x1502 x1501 x1500 x1499 x1498 x1497 x1496 x1495 x1494 x1493 x1492 x1491 x1490 x1489 x1488 
1800.05/1800.01	v x1487 x1486 x1485 x1484 x1483 x1482 x1481 x1480 x1479 x1478 x1477 x1476 x1475 x1474 x1473 x1472 x1471 x1470 x1469 x1468 x1467 
1800.05/1800.01	v x1466 x1465 x1464 x1463 x1462 x1461 x1460 x1459 x1458 x1457 x1456 x1455 x1454 x1453 x1452 x1451 x1450 x1449 x1448 x1447 x1446 
1800.05/1800.01	v x1445 x1444 x1443 x1442 x1441 x1440 x1439 x1438 x1437 x1436 x1435 x1434 x1433 x1432 x1431 x1430 x1429 x1428 x1427 x1426 x1425 
1800.05/1800.01	v x1424 x1423 x1422 x1421 x1420 x1419 x1418 x1417 x1416 x1415 x1414 x1413 x1412 x1411 x1410 x1409 x1408 x1407 x1406 x1405 x1404 
1800.05/1800.01	v x1403 x1402 x1401 x1400 x1399 x1398 x1397 x1396 x1395 x1394 x1393 x1392 x1391 x1390 x1389 x1388 x1387 x1386 x1385 x1384 
1800.05/1800.01	v x1383 x1382 x1381 x1380 x1379 x1378 x1377 x1376 x1375 x1374 x1373 x1372 x1371 x1370 x1369 x1368 x1367 x1366 x1365 x1364 x1363 
1800.05/1800.01	v x1362 x1361 x1360 x1359 x1358 x1357 x1356 x1355 x1354 x1353 x1352 x1351 x1350 x1349 x1348 x1347 x1346 x1345 x1344 x1343 x1342 
1800.05/1800.01	v x1341 x1340 x1339 x1338 x1337 x1336 x1335 x1334 x1333 x1332 x1331 x1330 x1329 x1328 x1327 x1326 x1325 x1324 x1323 x1322 x1321 
1800.05/1800.01	v x1320 x1319 x1318 x1317 x1316 x1315 x1314 x1313 x1312 x1311 x1310 x1309 x1308 x1307 x1306 x1305 x1304 x1303 x1302 x1301 x1300 
1800.05/1800.01	v x1299 x1298 x1297 x1296 x1295 x1294 x1293 x1292 x1291 x1290 x1289 x1288 x1287 x1286 x1285 x1284 x1283 x1282 x1281 x1280 x1279 
1800.05/1800.01	v x1278 x1277 x1276 x1275 x1274 x1273 x1272 x1271 x1270 x1269 x1268 x1267 x1266 x1265 x1264 x1263 x1262 x1261 x1260 x1259 
1800.05/1800.01	v x1258 x1257 x1256 x1255 x1254 x1253 x1252 x1251 x1250 x1249 x1248 x1247 x1246 x1245 x1244 x1243 x1242 x1241 x1240 x1239 x1238 
1800.05/1800.01	v x1237 x1236 x1235 x1234 x1233 x1232 x1231 x1230 x1229 x1228 x1227 x1226 x1225 x1224 x1223 x1222 x1221 x1220 x1219 x1218 x1217 
1800.05/1800.01	v x1216 x1215 x1214 x1213 x1212 x1211 x1210 x1209 x1208 x1207 x1206 x1205 x1204 x1203 x1202 x1201 x1200 x1199 x1198 x1197 x1196 
1800.05/1800.01	v x1195 x1194 x1193 x1192 x1191 x1190 x1189 x1188 x1187 x1186 x1185 x1184 x1183 x1182 x1181 x1180 x1179 x1178 x1177 x1176 x1175 
1800.05/1800.01	v x1174 x1173 x1172 x1171 x1170 x1169 x1168 x1167 x1166 x1165 x1164 x1163 x1162 x1161 x1160 x1159 x1158 x1157 x1156 x1155 x1154 
1800.05/1800.01	v x1153 x1152 x1151 x1150 x1149 x1148 x1147 x1146 x1145 x1144 x1143 x1142 x1141 x1140 x1139 x1138 x1137 x1136 x1135 x1134 
1800.05/1800.01	v x1133 x1132 x1131 x1130 x1129 x1128 x1127 x1126 x1125 x1124 x1123 x1122 x1121 x1120 x1119 x1118 x1117 x1116 x1115 x1114 x1113 
1800.05/1800.01	v x1112 x1111 x1110 x1109 x1108 x1107 x1106 x1105 x1104 x1103 x1102 x1101 x1100 x1099 x1098 x1097 x1096 x1095 x1094 x1093 x1092 
1800.05/1800.01	v x1091 x1090 x1089 x1088 x1087 x1086 x1085 x1084 x1083 x1082 x1081 x1080 x1079 x1078 x1077 x1076 x1075 x1074 x1073 x1072 x1071 
1800.05/1800.01	v x1070 x1069 x1068 x1067 x1066 x1065 x1064 x1063 x1062 x1061 x1060 x1059 x1058 x1057 x1056 x1055 x1054 x1053 x1052 x1051 x1050 
1800.05/1800.01	v x1049 x1048 x1047 x1046 x1045 x1044 x1043 x1042 x1041 x1040 x1039 x1038 x1037 x1036 x1035 x1034 x1033 x1032 x1031 x1030 x1029 
1800.05/1800.01	v x1028 x1027 x1026 x1025 x1024 x1023 x1022 x1021 x1020 x1019 x1018 x1017 x1016 x1015 x1014 x1013 x1012 x1011 x1010 x1009 
1800.05/1800.01	v x1008 x1007 x1006 x1005 x1004 x1003 x1002 x1001 x1000 x999 x998 x997 x996 x995 x994 x993 x992 x991 x990 x989 x988 x987 x986 x985 
1800.05/1800.01	v x984 x983 x982 x981 x980 x979 x978 x977 x976 x975 x974 x973 x972 x971 x970 x969 x968 x967 x966 x965 x964 x963 x962 x961 x960 
1800.05/1800.01	v x959 x958 x957 x956 x955 x954 x953 x952 x951 x950 x949 x948 x947 x946 x945 x944 x943 x942 x941 x940 x939 x938 x937 x936 x935 
1800.05/1800.01	v x934 x933 x932 x931 x930 x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 
1800.05/1800.01	v x909 x908 x907 x906 x905 x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 
1800.05/1800.01	v x884 x883 x882 x881 x880 x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 
1800.05/1800.01	v x859 x858 x857 x856 x855 x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 
1800.05/1800.01	v x834 x833 x832 x831 x830 x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 
1800.05/1800.01	v x809 x808 x807 x806 x805 x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 
1800.05/1800.01	v x784 x783 x782 x781 x780 x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 
1800.05/1800.01	v x759 x758 x757 x756 x755 x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 
1800.05/1800.01	v x734 x733 x732 x731 x730 x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 
1800.05/1800.01	v x709 x708 x707 x706 x705 x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 
1800.05/1800.01	v x684 x683 x682 x681 x680 x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 
1800.05/1800.01	v x659 x658 x657 x656 x655 x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 
1800.05/1800.01	v x634 x633 x632 x631 x630 x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 
1800.05/1800.01	v x609 x608 x607 x606 x605 x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 
1800.05/1800.01	v x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 
1800.05/1800.01	v x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 
1800.05/1800.01	v x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 
1800.05/1800.01	v x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 
1800.05/1800.01	v x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 
1800.05/1800.01	v x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 
1800.05/1800.01	v x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 
1800.05/1800.01	v x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 
1800.05/1800.01	v x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 
1800.05/1800.01	v x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 
1800.05/1800.01	v x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 
1800.05/1800.01	v x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 
1800.05/1800.01	v x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 
1800.05/1800.01	v x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 
1800.05/1800.01	v x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 
1800.05/1800.01	v x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 
1800.05/1800.01	v x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 
1800.05/1800.01	v x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 
1800.05/1800.01	v x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 
1800.05/1800.01	v x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 
1800.05/1800.01	v x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 
1800.05/1800.01	v x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 x31 x30 x29 x28 x27 x26 x25 x24 x23 x22 x21 x20 x19 
1800.05/1800.01	v x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1667.65
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2693968-1277919513.wbo
1800.05/1800.01	c   Variables        : 3100 (2950 binary, 0 integer, 0 implicit integer, 150 continuous)
1800.05/1800.01	c   Constraints      : 301 initial, 301 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2693968-1277919513.wbo
1800.05/1800.01	c   Variables        : 3100 (2950 binary, 0 integer, 0 implicit integer, 150 continuous)
1800.05/1800.01	c   Constraints      : 300 initial, 2657 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.00          0          0          0        150          0          1          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :        150          0       1521          0       1293          0        150          0          0          0
1800.05/1800.01	c   linear           :        150          0    9279053          0    8766668      29803    4843907          0          0          0
1800.05/1800.01	c   logicor          :          0+         0    1084738          0          0        418      65149          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0    8766668          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   indicator        :       0.01       0.00       0.00       0.00       0.01
1800.05/1800.01	c   linear           :      93.78       0.00      93.57       0.00       0.21
1800.05/1800.01	c   logicor          :       4.27       0.00       4.27       0.00       0.00
1800.05/1800.01	c   countsols        :       0.02       0.00       0.00       0.00       0.02
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       0.00          2          0          0
1800.05/1800.01	c   rootredcost      :       0.00          0          0          0
1800.05/1800.01	c   pseudoobj        :      30.47    9278853          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      52.85      30221      30221     515196      323.6     581096       31.8          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -     301929       33.0          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -         17      412.3          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :    1470.07    8766668          0          0          0          0   17533336
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.02          0          0
1800.05/1800.01	c   trivial          :       0.00          2          2
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.00          0          0
1800.05/1800.01	c   trysol           :       0.00          1          1
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :    8796753
1800.05/1800.01	c   nodes (total)    :    8796753
1800.05/1800.01	c   nodes left       :    8736436
1800.05/1800.01	c   max depth        :       1742
1800.05/1800.01	c   max depth (total):       1742
1800.05/1800.01	c   backtracks       :      11668 (0.1%)
1800.05/1800.01	c   delayed cutoffs  :        148
1800.05/1800.01	c   repropagations   :       6364 (13241 domain reductions, 136 cutoffs)
1800.05/1800.01	c   avg switch length:       2.36
1800.05/1800.01	c   switching time   :      37.38
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          3 (1 improvements)
1800.05/1800.01	c   First Solution   : +7.47600000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Primal Bound     : +7.47600000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :          0

Verifier Data

OK	3663

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 14562
/proc/meminfo: memFree=30848060/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=9180 CPUtime=0
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 1785 0 0 0 0 0 0 0 23 0 1 0 133246788 9400320 1708 4089446400 4194304 7136930 140737170158080 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14562/statm: 2295 1708 275 719 0 1574 0

[startup+0.0685719 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 14562
/proc/meminfo: memFree=30848060/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=18860 CPUtime=0.06
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 4683 0 0 0 5 1 0 0 23 0 1 0 133246788 19312640 3995 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 4715 3995 383 719 0 3994 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18860

[startup+0.100562 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 14562
/proc/meminfo: memFree=30848060/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=19128 CPUtime=0.09
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 4723 0 0 0 8 1 0 0 23 0 1 0 133246788 19587072 4035 4089446400 4194304 7136930 140737170158080 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 4782 4035 383 719 0 4061 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19128

[startup+0.300536 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 14562
/proc/meminfo: memFree=30848060/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=20488 CPUtime=0.29
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 5097 0 0 0 26 3 0 0 23 0 1 0 133246788 20979712 4409 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 5122 4409 390 719 0 4401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20488

[startup+0.700458 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 14562
/proc/meminfo: memFree=30848060/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=21540 CPUtime=0.69
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 5351 0 0 0 62 7 0 0 25 0 1 0 133246788 22056960 4663 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 5385 4663 390 719 0 4664 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21540

[startup+1.50031 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14563
/proc/meminfo: memFree=30829824/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=23244 CPUtime=1.49
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 5806 0 0 0 134 15 0 0 25 0 1 0 133246788 23801856 5118 4089446400 4194304 7136930 140737170158080 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 5811 5118 390 719 0 5090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23244

[startup+3.10103 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 14563
/proc/meminfo: memFree=30826848/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=25984 CPUtime=3.09
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 6508 0 0 0 278 31 0 0 25 0 1 0 133246788 26607616 5820 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 6496 5820 390 719 0 5775 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25984

[startup+6.30044 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 14563
/proc/meminfo: memFree=30819648/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=33148 CPUtime=6.29
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 8373 0 0 0 573 56 0 0 25 0 1 0 133246788 33943552 7685 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 8287 7685 390 719 0 7566 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33148

[startup+12.7003 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 14563
/proc/meminfo: memFree=30808292/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=45456 CPUtime=12.69
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 11576 0 0 0 1157 112 0 0 25 0 1 0 133246788 46546944 10888 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 11364 10888 390 719 0 10643 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45456

[startup+25.501 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 14564
/proc/meminfo: memFree=30784460/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=67128 CPUtime=25.49
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 16709 0 0 0 2331 218 0 0 25 0 1 0 133246788 68739072 16021 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 16782 16021 390 719 0 16061 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67128

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 14564
/proc/meminfo: memFree=30737104/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=109624 CPUtime=51.09
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 26805 0 0 0 4673 436 0 0 25 0 1 0 133246788 112254976 26117 4089446400 4194304 7136930 140737170158080 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 27406 26117 390 719 0 26685 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109624

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 14566
/proc/meminfo: memFree=30649104/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=190380 CPUtime=102.3
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 45909 0 0 0 9395 835 0 0 25 0 1 0 133246788 194949120 45221 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 47595 45221 390 719 0 46874 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 190380

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14567
/proc/meminfo: memFree=30552160/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=271900 CPUtime=162.3
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 67410 0 0 0 14922 1308 0 0 25 0 1 0 133246788 278425600 66722 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 67975 66722 390 719 0 67254 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 271900

[startup+222.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 14568
/proc/meminfo: memFree=30452968/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=370940 CPUtime=222.29
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 89182 0 0 0 20442 1787 0 0 25 0 1 0 133246788 379842560 88494 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 92735 88494 390 719 0 92014 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 370940

[startup+282.301 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 14570
/proc/meminfo: memFree=30357496/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=452088 CPUtime=282.3
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 110590 0 0 0 25959 2271 0 0 25 0 1 0 133246788 462938112 109902 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 113022 109902 390 719 0 112301 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 452088

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14655
/proc/meminfo: memFree=30704232/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=534872 CPUtime=342.3
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 132442 0 0 0 31496 2734 0 0 25 0 1 0 133246788 547708928 131754 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 133718 131754 390 719 0 132997 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 534872

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14657
/proc/meminfo: memFree=30618984/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=616004 CPUtime=402.3
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 153851 0 0 0 37074 3156 0 0 25 0 1 0 133246788 630788096 153163 4089446400 4194304 7136930 140737170158080 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 154001 153163 390 719 0 153280 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 616004

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14658
/proc/meminfo: memFree=30535572/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=727236 CPUtime=462.3
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 174606 0 0 0 42649 3581 0 0 25 0 1 0 133246788 744689664 173918 4089446400 4194304 7136930 140737170158080 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 181809 173918 390 719 0 181088 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 727236

[startup+522.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 14659
/proc/meminfo: memFree=30449660/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=809636 CPUtime=522.31
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 196303 0 0 0 48213 4018 0 0 25 0 1 0 133246788 829067264 195615 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 202409 195615 390 719 0 201688 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 809636

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14661
/proc/meminfo: memFree=30363028/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=890216 CPUtime=582.31
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 217618 0 0 0 53788 4443 0 0 25 0 1 0 133246788 911581184 216930 4089446400 4194304 7136930 140737170158080 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 222554 216930 390 719 0 221833 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 890216

[startup+642.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14663
/proc/meminfo: memFree=30277360/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=970200 CPUtime=642.31
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 238722 0 0 0 59354 4877 0 0 25 0 1 0 133246788 993484800 238034 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 242550 238034 390 719 0 241829 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 970200

[startup+702.301 s]

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

/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 367502 0 0 0 92753 7479 0 0 25 0 1 0 133246788 1560104960 366814 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 380885 366814 390 719 0 380164 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1523540

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14674
/proc/meminfo: memFree=29677668/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=1602952 CPUtime=1062.32
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 388495 0 0 0 98313 7919 0 0 25 0 1 0 133246788 1641422848 387807 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 400738 387807 390 719 0 400017 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1602952

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14675
/proc/meminfo: memFree=29590416/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=1684612 CPUtime=1122.32
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 410034 0 0 0 103863 8369 0 0 25 0 1 0 133246788 1725042688 409346 4089446400 4194304 7136930 140737170158080 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 421153 409346 390 719 0 420432 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1684612

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14677
/proc/meminfo: memFree=29509500/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=1761952 CPUtime=1182.32
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 430496 0 0 0 109424 8808 0 0 25 0 1 0 133246788 1804238848 429808 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 440488 429808 390 719 0 439767 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1761952

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14679
/proc/meminfo: memFree=29422104/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=1844708 CPUtime=1242.32
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 452342 0 0 0 114990 9242 0 0 25 0 1 0 133246788 1888980992 451654 4089446400 4194304 7136930 140737170158080 18446744073709551615 5892349 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 461177 451654 390 719 0 460456 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1844708

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14681
/proc/meminfo: memFree=29327764/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=1932488 CPUtime=1302.33
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 475427 0 0 0 120562 9671 0 0 25 0 1 0 133246788 1978867712 474739 4089446400 4194304 7136930 140737170158080 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14562/statm: 483122 474739 390 719 0 482401 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1932488

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14691
/proc/meminfo: memFree=29243876/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2013004 CPUtime=1362.33
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 496665 0 0 0 126140 10093 0 0 25 0 1 0 133246788 2061316096 495977 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14562/statm: 503251 495977 390 719 0 502530 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2013004

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14692
/proc/meminfo: memFree=29161904/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2088500 CPUtime=1422.34
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 516664 0 0 0 131703 10531 0 0 25 0 1 0 133246788 2138624000 515976 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14562/statm: 522125 515976 390 719 0 521404 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 2088500

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14694
/proc/meminfo: memFree=29077988/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2167984 CPUtime=1482.33
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 537680 0 0 0 137281 10952 0 0 25 0 1 0 133246788 2220015616 536992 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14562/statm: 541996 536992 390 719 0 541275 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2167984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14696
/proc/meminfo: memFree=28994088/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2246864 CPUtime=1542.34
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 558553 0 0 0 142842 11392 0 0 25 0 1 0 133246788 2300788736 557865 4089446400 4194304 7136930 140737170158080 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14562/statm: 561716 557865 390 719 0 560995 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 2246864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14698
/proc/meminfo: memFree=28906792/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2330040 CPUtime=1602.34
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 580457 0 0 0 148417 11817 0 0 25 0 1 0 133246788 2385960960 579769 4089446400 4194304 7136930 140737170158080 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14562/statm: 582510 579769 390 719 0 581789 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2330040

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14699
/proc/meminfo: memFree=28821872/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2409140 CPUtime=1662.33
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 601387 0 0 0 153985 12248 0 0 25 0 1 0 133246788 2466959360 600699 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14562/statm: 602285 600699 390 719 0 601564 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2409140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14700
/proc/meminfo: memFree=28738928/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2620256 CPUtime=1722.34
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 622528 0 0 0 159554 12680 0 0 25 0 1 0 133246788 2683142144 621840 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14562/statm: 655064 621840 390 719 0 654343 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2620256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14702
/proc/meminfo: memFree=28652056/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2701892 CPUtime=1782.34
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 644056 0 0 0 165125 13109 0 0 25 0 1 0 133246788 2766737408 643368 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14562/statm: 675473 643368 390 719 0 674752 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2701892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14703
/proc/meminfo: memFree=28627860/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2723520 CPUtime=1800.05
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 649825 0 0 0 166765 13240 0 0 25 0 1 0 133246788 2788884480 649137 4089446400 4194304 7136930 140737170158080 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14562/statm: 680880 649137 390 719 0 680159 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2723520

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14562

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14704
/proc/meminfo: memFree=28627852/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2723680 CPUtime=1801.44
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 649850 0 0 0 166904 13240 0 0 19 0 1 0 133246788 2789048320 649162 4089446400 4194304 7136930 140737170158080 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14562/statm: 680920 649162 396 719 0 680199 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 2723680

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14704
/proc/meminfo: memFree=28627728/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2723680 CPUtime=1801.85
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 649850 0 0 0 166945 13240 0 0 20 0 1 0 133246788 2789048320 649162 4089446400 4194304 7136930 140737170158080 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14562/statm: 680920 649162 396 719 0 680199 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 2723680

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14704
/proc/meminfo: memFree=28627728/32951124 swapFree=67111528/67111528
[pid=14562] ppid=14560 vsize=2723680 CPUtime=1802.04
/proc/14562/stat : 14562 (pbscip.linux.x8) R 14560 14562 13759 0 -1 4202496 649850 0 0 0 166964 13240 0 0 21 0 1 0 133246788 2789048320 649162 4089446400 4194304 7136930 140737170158080 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14562/statm: 680920 649162 396 719 0 680199 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 2723680

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.09
CPU time (s): 1802.14
CPU user time (s): 1669.65
CPU system time (s): 132.49
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2723680

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

runsolver used 3.3215 second user time and 6.53601 second system time

The end

Launcher Data

Begin job on node137 at 2010-06-30 19:38:34
IDJOB=2693968
IDBENCH=79150
IDSOLVER=1206
FILE ID=node137/2693968-1277919513
PBS_JOBID= 11197329
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693968-1277919513/watcher-2693968-1277919513 -o /tmp/evaluation-result-2693968-1277919513/solver-2693968-1277919513 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693968-1277919513.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 72248c5a2862af1e3cf852420a7ca986
RANDOM SEED=361357281

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30847968 kB
Buffers:        204748 kB
Cached:        1265772 kB
SwapCached:          0 kB
Active:        1033840 kB
Inactive:       921504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30847968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3228 kB
Writeback:           0 kB
AnonPages:      484076 kB
Mapped:          16920 kB
Slab:            80928 kB
PageTables:       5640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   644144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node137 at 2010-06-30 20:08:36