Trace number 2694048

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (MO) 1479.36 1479.33

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-31-30--soft-0-100-0.wbo
MD5SUM168e81c26eea0b6e6155adb2f3f4d195
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.026995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables930
Total number of constraints61
Number of soft constraints61
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 3358
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3357
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
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-2694048-1277921489.wbo>
0.00/0.00	c original problem has 1052 variables (991 bin, 0 int, 0 impl, 61 cont) and 123 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	o 3357
0.00/0.01	c feasible solution found by trivial heuristic, objective value  3.357000e+03
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 61 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 61 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 61 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/991 (10.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 61 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  61 implications, 0 cliques
0.00/0.01	c presolved problem has 1052 variables (991 bin, 0 int, 0 impl, 61 cont) and 122 constraints
0.00/0.01	c      61 constraints of type <indicator>
0.00/0.01	c      61 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c t 0.0s|     1 |     2 |     0 |     - |2140k|   0 |   - |1052 | 122 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
0.69/0.71	c   0.7s| 10000 |  9916 |     0 |   0.0 |5652k| 781 |   - |1052 | 533 |   0 |   0 |   0 | 413 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1.29/1.39	c   1.3s| 20000 | 19839 |     0 |   0.0 |8784k| 829 |   - |1052 | 922 |   0 |   0 |   0 | 802 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
2.09/2.11	c   2.0s| 30000 | 29757 |     0 |   0.0 |  11M| 829 |   - |1052 |1318 |   0 |   0 |   0 |1208 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
2.79/2.83	c   2.6s| 40000 | 39669 |     0 |   0.0 |  15M| 829 |   - |1052 |1518 |   0 |   0 |   0 |1648 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
3.49/3.56	c   3.3s| 50000 | 49555 |     0 |   0.0 |  18M| 829 |   - |1052 |1689 |   0 |   0 |   0 |2219 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
4.19/4.27	c   4.0s| 60000 | 59455 |     0 |   0.0 |  20M| 829 |   - |1052 |1789 |   0 |   0 |   0 |2719 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
4.89/4.95	c   4.6s| 70000 | 69346 |     0 |   0.0 |  23M| 829 |   - |1052 |1909 |   0 |   0 |   0 |3269 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
5.60/5.63	c   5.2s| 80000 | 79238 |     0 |   0.0 |  26M| 829 |   - |1052 |2025 |   0 |   0 |   0 |3809 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
6.19/6.29	c   5.9s| 90000 | 89119 |     0 |   0.0 |  29M| 829 |   - |1052 |2172 |   0 |   0 |   0 |4409 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
6.89/6.93	c   6.5s|100000 | 98973 |     0 |   0.0 |  32M| 829 |   - |1052 |2442 |   0 |   0 |   0 |5139 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
7.49/7.56	c   7.0s|110000 |108823 |     0 |   0.0 |  35M| 829 |   - |1052 |2789 |   0 |   0 |   0 |5889 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
8.09/8.17	c   7.6s|120000 |118651 |     0 |   0.0 |  38M| 829 |   - |1052 |3186 |   0 |   0 |   0 |6749 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
8.70/8.75	c   8.2s|130000 |128457 |     0 |   0.0 |  41M| 829 |   - |1052 |3731 |   0 |   0 |   0 |7719 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
9.29/9.32	c   8.7s|140000 |138222 |     0 |   0.0 |  45M| 829 |   - |1052 |4534 |   0 |   0 |   0 |8891 |   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
9.80/9.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.80/9.87	c   9.2s|150000 |147890 |     0 |   0.0 |  48M| 829 |   - |1052 |5900 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
10.49/10.57	c   9.8s|160000 |157046 |     0 |   0.0 |  54M| 829 |   - |1052 |  10k|   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
11.49/11.51	c  10.7s|170000 |166834 |     0 |   0.0 |  60M| 829 |   - |1052 |9781 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
12.29/12.36	c  11.5s|180000 |176752 |     0 |   0.0 |  62M| 829 |   - |1052 |2672 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
13.10/13.14	c  12.3s|190000 |186656 |     0 |   0.0 |  64M| 829 |   - |1052 |1233 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
13.79/13.89	c  13.0s|200000 |196566 |     0 |   0.0 |  67M| 829 |   - |1052 |1232 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
14.59/14.64	c  13.7s|210000 |206488 |     0 |   0.0 |  70M| 829 |   - |1052 |1162 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
15.29/15.40	c  14.4s|220000 |216402 |     0 |   0.0 |  72M| 829 |   - |1052 |1186 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
16.09/16.15	c  15.1s|230000 |226324 |     0 |   0.0 |  75M| 829 |   - |1052 |1166 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
16.89/16.90	c  15.9s|240000 |236242 |     0 |   0.0 |  78M| 829 |   - |1052 |1152 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
17.60/17.65	c  16.6s|250000 |246154 |     0 |   0.0 |  81M| 829 |   - |1052 |1150 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
18.39/18.41	c  17.3s|260000 |256062 |     0 |   0.0 |  84M| 829 |   - |1052 |1194 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
19.10/19.15	c  18.0s|270000 |265982 |     0 |   0.0 |  86M| 829 |   - |1052 |1122 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
19.90/19.91	c  18.7s|280000 |275901 |     0 |   0.0 |  89M| 829 |   - |1052 |1179 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
20.59/20.65	c  19.4s|290000 |285820 |     0 |   0.0 |  92M| 829 |   - |1052 |1140 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
21.39/21.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.39/21.40	c  20.1s|300000 |295738 |     0 |   0.0 |  95M| 829 |   - |1052 |1117 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
22.09/22.15	c  20.8s|310000 |305647 |     0 |   0.0 |  97M| 829 |   - |1052 | 983 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
22.89/22.91	c  21.5s|320000 |315558 |     0 |   0.0 | 100M| 829 |   - |1052 | 961 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
23.59/23.68	c  22.3s|330000 |325463 |     0 |   0.0 | 103M| 829 |   - |1052 | 952 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
24.39/24.44	c  23.0s|340000 |335367 |     0 |   0.0 | 106M| 829 |   - |1052 | 924 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
25.09/25.19	c  23.7s|350000 |345276 |     0 |   0.0 | 109M| 829 |   - |1052 | 926 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
25.89/25.94	c  24.4s|360000 |355180 |     0 |   0.0 | 111M| 829 |   - |1052 | 952 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
26.60/26.69	c  25.1s|370000 |365088 |     0 |   0.0 | 114M| 829 |   - |1052 | 969 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
27.40/27.45	c  25.8s|380000 |374984 |     0 |   0.0 | 117M| 829 |   - |1052 | 963 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
28.09/28.19	c  26.5s|390000 |384912 |     0 |   0.0 | 120M| 829 |   - |1052 | 913 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
28.89/28.94	c  27.2s|400000 |394827 |     0 |   0.0 | 122M| 829 |   - |1052 | 928 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
29.60/29.69	c  27.9s|410000 |404745 |     0 |   0.0 | 125M| 829 |   - |1052 | 888 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
30.39/30.44	c  28.6s|420000 |414645 |     0 |   0.0 | 128M| 829 |   - |1052 | 910 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
31.10/31.19	c  29.3s|430000 |424563 |     0 |   0.0 | 131M| 829 |   - |1052 | 917 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
31.90/31.93	c  30.0s|440000 |434472 |     0 |   0.0 | 134M| 829 |   - |1052 | 913 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
32.60/32.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.60/32.67	c  30.8s|450000 |444376 |     0 |   0.0 | 136M| 829 |   - |1052 | 912 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
33.40/33.42	c  31.4s|460000 |454286 |     0 |   0.0 | 139M| 829 |   - |1052 | 903 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
34.09/34.17	c  32.1s|470000 |464196 |     0 |   0.0 | 142M| 829 |   - |1052 | 891 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
34.89/34.93	c  32.9s|480000 |474088 |     0 |   0.0 | 145M| 829 |   - |1052 | 917 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
35.59/35.67	c  33.6s|490000 |483988 |     0 |   0.0 | 147M| 829 |   - |1052 | 912 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
36.39/36.41	c  34.2s|500000 |493896 |     0 |   0.0 | 150M| 829 |   - |1052 | 912 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
37.09/37.15	c  34.9s|510000 |503802 |     0 |   0.0 | 153M| 829 |   - |1052 | 948 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
37.89/37.90	c  35.6s|520000 |513706 |     0 |   0.0 | 156M| 829 |   - |1052 | 915 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
38.59/38.64	c  36.3s|530000 |523613 |     0 |   0.0 | 158M| 829 |   - |1052 | 912 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
39.29/39.38	c  37.0s|540000 |533517 |     0 |   0.0 | 161M| 829 |   - |1052 | 932 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
40.10/40.11	c  37.7s|550000 |543427 |     0 |   0.0 | 164M| 829 |   - |1052 | 911 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
40.79/40.85	c  38.4s|560000 |553327 |     0 |   0.0 | 167M| 829 |   - |1052 | 913 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
41.50/41.59	c  39.1s|570000 |563232 |     0 |   0.0 | 170M| 829 |   - |1052 | 882 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
42.29/42.32	c  39.8s|580000 |573144 |     0 |   0.0 | 172M| 829 |   - |1052 | 922 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
42.99/43.06	c  40.5s|590000 |583055 |     0 |   0.0 | 175M| 829 |   - |1052 | 869 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
43.79/43.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.79/43.80	c  41.2s|600000 |592954 |     0 |   0.0 | 178M| 829 |   - |1052 | 922 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
44.49/44.53	c  41.9s|610000 |602870 |     0 |   0.0 | 181M| 829 |   - |1052 | 883 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
45.19/45.27	c  42.5s|620000 |612778 |     0 |   0.0 | 183M| 829 |   - |1052 | 877 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
45.99/46.01	c  43.2s|630000 |622688 |     0 |   0.0 | 186M| 829 |   - |1052 | 827 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
46.69/46.74	c  43.9s|640000 |632600 |     0 |   0.0 | 189M| 829 |   - |1052 | 855 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
47.40/47.48	c  44.6s|650000 |642512 |     0 |   0.0 | 192M| 829 |   - |1052 | 856 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
48.19/48.22	c  45.3s|660000 |652418 |     0 |   0.0 | 195M| 829 |   - |1052 | 829 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
48.89/48.96	c  46.0s|670000 |662324 |     0 |   0.0 | 197M| 829 |   - |1052 | 852 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
49.69/49.71	c  46.7s|680000 |672226 |     0 |   0.0 | 200M| 829 |   - |1052 | 875 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
50.39/50.44	c  47.4s|690000 |682126 |     0 |   0.0 | 203M| 829 |   - |1052 | 853 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
51.10/51.18	c  48.1s|700000 |692037 |     0 |   0.0 | 206M| 829 |   - |1052 | 903 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
51.89/51.94	c  48.8s|710000 |701933 |     0 |   0.0 | 208M| 829 |   - |1052 | 925 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
52.59/52.68	c  49.5s|720000 |711833 |     0 |   0.0 | 211M| 829 |   - |1052 | 928 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
53.39/53.41	c  50.2s|730000 |721761 |     0 |   0.0 | 214M| 829 |   - |1052 | 858 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
54.10/54.16	c  50.9s|740000 |731667 |     0 |   0.0 | 217M| 829 |   - |1052 | 836 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
54.79/54.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.79/54.89	c  51.6s|750000 |741587 |     0 |   0.0 | 219M| 829 |   - |1052 | 838 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
55.59/55.64	c  52.3s|760000 |751494 |     0 |   0.0 | 222M| 829 |   - |1052 | 848 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
56.30/56.37	c  53.0s|770000 |761390 |     0 |   0.0 | 225M| 829 |   - |1052 | 906 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
57.10/57.11	c  53.7s|780000 |771301 |     0 |   0.0 | 228M| 829 |   - |1052 | 898 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
57.79/57.85	c  54.4s|790000 |781201 |     0 |   0.0 | 231M| 829 |   - |1052 | 887 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
58.49/58.58	c  55.1s|800000 |791112 |     0 |   0.0 | 233M| 829 |   - |1052 | 858 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
59.30/59.31	c  55.8s|810000 |801022 |     0 |   0.0 | 236M| 829 |   - |1052 | 834 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
59.99/60.05	c  56.5s|820000 |810928 |     0 |   0.0 | 239M| 829 |   - |1052 | 850 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
60.69/60.79	c  57.1s|830000 |820824 |     0 |   0.0 | 242M| 829 |   - |1052 | 946 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
61.50/61.52	c  57.8s|840000 |830748 |     0 |   0.0 | 244M| 829 |   - |1052 | 834 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
62.20/62.25	c  58.5s|850000 |840648 |     0 |   0.0 | 247M| 829 |   - |1052 | 860 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
62.89/62.99	c  59.2s|860000 |850559 |     0 |   0.0 | 250M| 829 |   - |1052 | 892 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
63.69/63.73	c  59.9s|870000 |860475 |     0 |   0.0 | 253M| 829 |   - |1052 | 855 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
64.39/64.46	c  60.6s|880000 |870379 |     0 |   0.0 | 255M| 829 |   - |1052 | 876 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
65.20/65.20	c  61.3s|890000 |880284 |     0 |   0.0 | 258M| 829 |   - |1052 | 951 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
65.89/65.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.89/65.93	c  62.0s|900000 |890188 |     0 |   0.0 | 261M| 829 |   - |1052 | 924 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
66.59/66.67	c  62.7s|910000 |900084 |     0 |   0.0 | 264M| 829 |   - |1052 | 943 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
67.39/67.40	c  63.4s|920000 |909992 |     0 |   0.0 | 267M| 829 |   - |1052 | 941 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
68.10/68.13	c  64.0s|930000 |919898 |     0 |   0.0 | 269M| 829 |   - |1052 | 950 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
68.79/68.85	c  64.7s|940000 |929815 |     0 |   0.0 | 272M| 829 |   - |1052 | 956 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
69.49/69.57	c  65.4s|950000 |939717 |     0 |   0.0 | 275M| 829 |   - |1052 | 993 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
70.19/70.30	c  66.1s|960000 |949619 |     0 |   0.0 | 278M| 829 |   - |1052 | 934 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
70.99/71.03	c  66.7s|970000 |959529 |     0 |   0.0 | 280M| 829 |   - |1052 | 928 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
71.69/71.77	c  67.4s|980000 |969433 |     0 |   0.0 | 283M| 829 |   - |1052 | 914 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
72.39/72.48	c  68.1s|990000 |979346 |     0 |   0.0 | 286M| 829 |   - |1052 | 888 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
73.19/73.21	c  68.8s|  1000k|989254 |     0 |   0.0 | 289M| 829 |   - |1052 | 912 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
73.90/73.92	c  69.5s|  1010k|999162 |     0 |   0.0 | 291M| 829 |   - |1052 | 914 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
74.59/74.66	c  70.2s|  1020k|  1009k|     0 |   0.0 | 294M| 829 |   - |1052 | 939 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
75.29/75.39	c  70.8s|  1030k|  1018k|     0 |   0.0 | 297M| 829 |   - |1052 | 950 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
76.09/76.12	c  71.5s|  1040k|  1028k|     0 |   0.0 | 300M| 829 |   - |1052 | 935 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
76.79/76.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.79/76.84	c  72.2s|  1050k|  1038k|     0 |   0.0 | 302M| 829 |   - |1052 | 917 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
77.49/77.56	c  72.8s|  1060k|  1048k|     0 |   0.0 | 305M| 829 |   - |1052 | 911 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
78.20/78.28	c  73.5s|  1070k|  1058k|     0 |   0.0 | 308M| 829 |   - |1052 | 900 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
78.99/79.03	c  74.2s|  1080k|  1068k|     0 |   0.0 | 311M| 829 |   - |1052 | 854 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
79.69/79.76	c  74.9s|  1090k|  1078k|     0 |   0.0 | 313M| 829 |   - |1052 | 853 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
80.39/80.49	c  75.6s|  1100k|  1088k|     0 |   0.0 | 316M| 829 |   - |1052 | 833 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
81.19/81.23	c  76.3s|  1110k|  1098k|     0 |   0.0 | 319M| 829 |   - |1052 | 838 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
81.89/81.95	c  77.0s|  1120k|  1108k|     0 |   0.0 | 322M| 829 |   - |1052 | 848 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
82.60/82.69	c  77.7s|  1130k|  1118k|     0 |   0.0 | 325M| 829 |   - |1052 | 901 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
83.39/83.42	c  78.4s|  1140k|  1127k|     0 |   0.0 | 327M| 829 |   - |1052 | 946 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
84.09/84.16	c  79.1s|  1150k|  1137k|     0 |   0.0 | 330M| 829 |   - |1052 | 957 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
84.89/84.90	c  79.8s|  1160k|  1147k|     0 |   0.0 | 333M| 829 |   - |1052 | 989 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
85.59/85.62	c  80.5s|  1170k|  1157k|     0 |   0.0 | 336M| 829 |   - |1052 |1046 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
86.29/86.34	c  81.1s|  1180k|  1167k|     0 |   0.0 | 338M| 829 |   - |1052 |1063 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
87.00/87.06	c  81.8s|  1190k|  1177k|     0 |   0.0 | 341M| 829 |   - |1052 |1080 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
87.70/87.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.70/87.77	c  82.5s|  1200k|  1187k|     0 |   0.0 | 344M| 829 |   - |1052 |1079 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
88.50/88.50	c  83.2s|  1210k|  1197k|     0 |   0.0 | 347M| 829 |   - |1052 |1152 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
89.19/89.23	c  83.8s|  1220k|  1207k|     0 |   0.0 | 349M| 829 |   - |1052 |1020 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
89.89/89.96	c  84.5s|  1230k|  1217k|     0 |   0.0 | 352M| 829 |   - |1052 |1055 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
90.59/90.69	c  85.2s|  1240k|  1227k|     0 |   0.0 | 355M| 829 |   - |1052 |1082 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
91.40/91.43	c  85.9s|  1250k|  1236k|     0 |   0.0 | 358M| 829 |   - |1052 |1028 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
92.10/92.16	c  86.6s|  1260k|  1246k|     0 |   0.0 | 360M| 829 |   - |1052 |1021 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
92.80/92.89	c  87.3s|  1270k|  1256k|     0 |   0.0 | 363M| 829 |   - |1052 | 983 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
93.59/93.62	c  88.0s|  1280k|  1266k|     0 |   0.0 | 366M| 829 |   - |1052 |1089 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
94.29/94.36	c  88.7s|  1290k|  1276k|     0 |   0.0 | 369M| 829 |   - |1052 |1006 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
95.10/95.11	c  89.4s|  1300k|  1286k|     0 |   0.0 | 371M| 829 |   - |1052 |1011 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
95.79/95.84	c  90.1s|  1310k|  1296k|     0 |   0.0 | 374M| 829 |   - |1052 |1030 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
96.49/96.56	c  90.7s|  1320k|  1306k|     0 |   0.0 | 377M| 829 |   - |1052 | 999 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
97.19/97.29	c  91.4s|  1330k|  1316k|     0 |   0.0 | 380M| 829 |   - |1052 | 956 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
97.99/98.02	c  92.1s|  1340k|  1326k|     0 |   0.0 | 382M| 829 |   - |1052 |1013 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
98.70/98.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.70/98.75	c  92.8s|  1350k|  1335k|     0 |   0.0 | 385M| 829 |   - |1052 |1051 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
99.39/99.47	c  93.5s|  1360k|  1345k|     0 |   0.0 | 388M| 829 |   - |1052 |1085 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
100.10/100.19	c  94.1s|  1370k|  1355k|     0 |   0.0 | 391M| 829 |   - |1052 |1036 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
100.89/100.92	c  94.8s|  1380k|  1365k|     0 |   0.0 | 394M| 829 |   - |1052 |1073 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
101.59/101.64	c  95.5s|  1390k|  1375k|     0 |   0.0 | 396M| 829 |   - |1052 |1088 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
102.30/102.37	c  96.2s|  1400k|  1385k|     0 |   0.0 | 399M| 829 |   - |1052 |1061 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
103.10/103.10	c  96.9s|  1410k|  1395k|     0 |   0.0 | 402M| 829 |   - |1052 |1057 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
103.80/103.85	c  97.6s|  1420k|  1405k|     0 |   0.0 | 404M| 829 |   - |1052 |1030 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
104.50/104.58	c  98.3s|  1430k|  1415k|     0 |   0.0 | 407M| 829 |   - |1052 |1075 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
105.19/105.29	c  99.0s|  1440k|  1425k|     0 |   0.0 | 410M| 829 |   - |1052 | 988 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
105.99/106.01	c  99.6s|  1450k|  1434k|     0 |   0.0 | 413M| 829 |   - |1052 | 957 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
106.70/106.76	c   100s|  1460k|  1444k|     0 |   0.0 | 415M| 829 |   - |1052 |1022 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
107.39/107.47	c   101s|  1470k|  1454k|     0 |   0.0 | 418M| 829 |   - |1052 | 990 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
108.20/108.21	c   102s|  1480k|  1464k|     0 |   0.0 | 421M| 829 |   - |1052 |1051 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
108.90/108.93	c   102s|  1490k|  1474k|     0 |   0.0 | 424M| 829 |   - |1052 |1014 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
109.59/109.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.59/109.66	c   103s|  1500k|  1484k|     0 |   0.0 | 426M| 829 |   - |1052 | 963 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
110.29/110.38	c   104s|  1510k|  1494k|     0 |   0.0 | 429M| 829 |   - |1052 |1020 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
111.10/111.11	c   104s|  1520k|  1504k|     0 |   0.0 | 432M| 829 |   - |1052 | 982 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
111.80/111.84	c   105s|  1530k|  1514k|     0 |   0.0 | 435M| 829 |   - |1052 | 986 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
112.49/112.57	c   106s|  1540k|  1524k|     0 |   0.0 | 438M| 829 |   - |1052 |1024 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
113.20/113.28	c   106s|  1550k|  1534k|     0 |   0.0 | 440M| 829 |   - |1052 |1044 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
113.99/114.02	c   107s|  1560k|  1543k|     0 |   0.0 | 443M| 829 |   - |1052 |1010 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
114.70/114.76	c   108s|  1570k|  1553k|     0 |   0.0 | 446M| 829 |   - |1052 |1012 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
115.39/115.47	c   109s|  1580k|  1563k|     0 |   0.0 | 449M| 829 |   - |1052 |1057 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
116.20/116.20	c   109s|  1590k|  1573k|     0 |   0.0 | 451M| 829 |   - |1052 |1067 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
116.89/116.90	c   110s|  1600k|  1583k|     0 |   0.0 | 454M| 829 |   - |1052 |1024 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
117.60/117.63	c   111s|  1610k|  1593k|     0 |   0.0 | 457M| 829 |   - |1052 |1045 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
118.29/118.37	c   111s|  1620k|  1603k|     0 |   0.0 | 460M| 829 |   - |1052 |1069 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
118.99/119.09	c   112s|  1630k|  1613k|     0 |   0.0 | 462M| 829 |   - |1052 |1155 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
119.80/119.84	c   113s|  1640k|  1623k|     0 |   0.0 | 465M| 829 |   - |1052 |1119 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
120.49/120.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.49/120.57	c   113s|  1650k|  1633k|     0 |   0.0 | 468M| 829 |   - |1052 |1149 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
121.30/121.32	c   114s|  1660k|  1642k|     0 |   0.0 | 471M| 829 |   - |1052 |1166 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
122.00/122.04	c   115s|  1670k|  1652k|     0 |   0.0 | 474M| 829 |   - |1052 |1161 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
122.69/122.77	c   115s|  1680k|  1662k|     0 |   0.0 | 476M| 829 |   - |1052 |1112 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
123.50/123.51	c   116s|  1690k|  1672k|     0 |   0.0 | 479M| 829 |   - |1052 |1128 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
124.19/124.24	c   117s|  1700k|  1682k|     0 |   0.0 | 482M| 829 |   - |1052 |1098 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
124.89/124.97	c   118s|  1710k|  1692k|     0 |   0.0 | 485M| 829 |   - |1052 |1024 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
125.69/125.70	c   118s|  1720k|  1702k|     0 |   0.0 | 487M| 829 |   - |1052 |1026 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
126.39/126.43	c   119s|  1730k|  1712k|     0 |   0.0 | 490M| 829 |   - |1052 |1054 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
127.09/127.15	c   120s|  1740k|  1722k|     0 |   0.0 | 493M| 829 |   - |1052 |1063 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
127.80/127.86	c   120s|  1750k|  1732k|     0 |   0.0 | 496M| 829 |   - |1052 |1120 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
128.50/128.58	c   121s|  1760k|  1741k|     0 |   0.0 | 498M| 829 |   - |1052 |1141 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
129.29/129.31	c   122s|  1770k|  1751k|     0 |   0.0 | 501M| 829 |   - |1052 |1128 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
129.99/130.03	c   122s|  1780k|  1761k|     0 |   0.0 | 504M| 829 |   - |1052 |1124 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
130.69/130.75	c   123s|  1790k|  1771k|     0 |   0.0 | 507M| 829 |   - |1052 |1194 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
131.39/131.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.39/131.48	c   124s|  1800k|  1781k|     0 |   0.0 | 509M| 829 |   - |1052 |1077 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
132.19/132.22	c   124s|  1810k|  1791k|     0 |   0.0 | 512M| 829 |   - |1052 |1069 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
132.89/132.95	c   125s|  1820k|  1801k|     0 |   0.0 | 515M| 829 |   - |1052 |1033 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
133.60/133.68	c   126s|  1830k|  1811k|     0 |   0.0 | 518M| 829 |   - |1052 |1035 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
134.39/134.40	c   126s|  1840k|  1821k|     0 |   0.0 | 521M| 829 |   - |1052 | 972 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
135.09/135.13	c   127s|  1850k|  1831k|     0 |   0.0 | 523M| 829 |   - |1052 | 947 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
135.80/135.85	c   128s|  1860k|  1840k|     0 |   0.0 | 526M| 829 |   - |1052 | 968 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
136.49/136.56	c   128s|  1870k|  1850k|     0 |   0.0 | 529M| 829 |   - |1052 | 956 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
137.19/137.27	c   129s|  1880k|  1860k|     0 |   0.0 | 532M| 829 |   - |1052 | 938 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
137.99/138.00	c   130s|  1890k|  1870k|     0 |   0.0 | 534M| 829 |   - |1052 |1029 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
138.70/138.74	c   130s|  1900k|  1880k|     0 |   0.0 | 537M| 829 |   - |1052 |1030 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
139.39/139.46	c   131s|  1910k|  1890k|     0 |   0.0 | 540M| 829 |   - |1052 |1029 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
140.09/140.18	c   132s|  1920k|  1900k|     0 |   0.0 | 543M| 829 |   - |1052 |1017 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
140.90/140.91	c   132s|  1930k|  1910k|     0 |   0.0 | 545M| 829 |   - |1052 | 975 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
141.59/141.65	c   133s|  1940k|  1920k|     0 |   0.0 | 548M| 829 |   - |1052 | 996 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
142.29/142.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.29/142.38	c   134s|  1950k|  1930k|     0 |   0.0 | 551M| 829 |   - |1052 | 950 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
143.00/143.09	c   135s|  1960k|  1939k|     0 |   0.0 | 554M| 829 |   - |1052 | 986 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
143.79/143.81	c   135s|  1970k|  1949k|     0 |   0.0 | 556M| 829 |   - |1052 | 998 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
144.49/144.54	c   136s|  1980k|  1959k|     0 |   0.0 | 559M| 829 |   - |1052 |1056 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
145.19/145.25	c   137s|  1990k|  1969k|     0 |   0.0 | 562M| 829 |   - |1052 |1067 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
145.90/145.97	c   137s|  2000k|  1979k|     0 |   0.0 | 565M| 829 |   - |1052 |1113 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
146.59/146.67	c   138s|  2010k|  1989k|     0 |   0.0 | 568M| 829 |   - |1052 |1057 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
147.40/147.41	c   139s|  2020k|  1999k|     0 |   0.0 | 570M| 829 |   - |1052 |1101 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
148.09/148.12	c   139s|  2030k|  2009k|     0 |   0.0 | 573M| 829 |   - |1052 |1100 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
148.79/148.84	c   140s|  2040k|  2019k|     0 |   0.0 | 576M| 829 |   - |1052 |1092 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
149.50/149.57	c   141s|  2050k|  2029k|     0 |   0.0 | 579M| 829 |   - |1052 |1074 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
150.20/150.29	c   141s|  2060k|  2039k|     0 |   0.0 | 581M| 829 |   - |1052 |1112 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
151.00/151.02	c   142s|  2070k|  2048k|     0 |   0.0 | 584M| 829 |   - |1052 |1115 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
151.70/151.76	c   143s|  2080k|  2058k|     0 |   0.0 | 587M| 829 |   - |1052 |1106 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
152.39/152.46	c   143s|  2090k|  2068k|     0 |   0.0 | 590M| 829 |   - |1052 |1151 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
153.09/153.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.09/153.17	c   144s|  2100k|  2078k|     0 |   0.0 | 592M| 829 |   - |1052 |1056 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
153.79/153.89	c   145s|  2110k|  2088k|     0 |   0.0 | 595M| 829 |   - |1052 |1073 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
154.59/154.64	c   145s|  2120k|  2098k|     0 |   0.0 | 598M| 829 |   - |1052 |1067 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
155.30/155.36	c   146s|  2130k|  2108k|     0 |   0.0 | 601M| 829 |   - |1052 |1082 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
155.99/156.08	c   147s|  2140k|  2118k|     0 |   0.0 | 603M| 829 |   - |1052 |1079 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
156.80/156.80	c   147s|  2150k|  2128k|     0 |   0.0 | 606M| 829 |   - |1052 |1079 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
157.49/157.53	c   148s|  2160k|  2138k|     0 |   0.0 | 609M| 829 |   - |1052 |1126 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
158.20/158.26	c   149s|  2170k|  2147k|     0 |   0.0 | 612M| 829 |   - |1052 |1161 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
158.89/158.98	c   149s|  2180k|  2157k|     0 |   0.0 | 615M| 829 |   - |1052 |1215 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
159.60/159.69	c   150s|  2190k|  2167k|     0 |   0.0 | 617M| 829 |   - |1052 |1109 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
160.40/160.42	c   151s|  2200k|  2177k|     0 |   0.0 | 620M| 829 |   - |1052 |1087 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
161.10/161.15	c   152s|  2210k|  2187k|     0 |   0.0 | 623M| 829 |   - |1052 |1088 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
161.80/161.89	c   152s|  2220k|  2197k|     0 |   0.0 | 626M| 829 |   - |1052 |1118 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
162.59/162.60	c   153s|  2230k|  2207k|     0 |   0.0 | 628M| 829 |   - |1052 |1080 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
163.30/163.32	c   154s|  2240k|  2217k|     0 |   0.0 | 631M| 829 |   - |1052 |1115 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
163.99/164.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.99/164.05	c   154s|  2250k|  2227k|     0 |   0.0 | 634M| 829 |   - |1052 |1185 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
164.69/164.80	c   155s|  2260k|  2236k|     0 |   0.0 | 637M| 829 |   - |1052 |1168 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
165.49/165.53	c   156s|  2270k|  2246k|     0 |   0.0 | 640M| 829 |   - |1052 |1202 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
166.19/166.26	c   156s|  2280k|  2256k|     0 |   0.0 | 642M| 829 |   - |1052 |1174 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
166.90/166.99	c   157s|  2290k|  2266k|     0 |   0.0 | 645M| 829 |   - |1052 |1221 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
167.70/167.72	c   158s|  2300k|  2276k|     0 |   0.0 | 648M| 829 |   - |1052 |1232 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
168.39/168.45	c   158s|  2310k|  2286k|     0 |   0.0 | 651M| 829 |   - |1052 |1235 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
169.10/169.16	c   159s|  2320k|  2296k|     0 |   0.0 | 653M| 829 |   - |1052 |1255 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
169.89/169.90	c   160s|  2330k|  2306k|     0 |   0.0 | 656M| 829 |   - |1052 |1257 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
170.60/170.63	c   160s|  2340k|  2316k|     0 |   0.0 | 659M| 829 |   - |1052 |1308 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
171.30/171.38	c   161s|  2350k|  2326k|     0 |   0.0 | 662M| 829 |   - |1052 |1345 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
171.99/172.09	c   162s|  2360k|  2335k|     0 |   0.0 | 664M| 829 |   - |1052 |1370 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
172.70/172.80	c   162s|  2370k|  2345k|     0 |   0.0 | 667M| 829 |   - |1052 |1292 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
173.50/173.51	c   163s|  2380k|  2355k|     0 |   0.0 | 670M| 829 |   - |1052 |1242 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
174.19/174.24	c   164s|  2390k|  2365k|     0 |   0.0 | 673M| 829 |   - |1052 |1255 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
174.90/174.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.90/174.98	c   165s|  2400k|  2375k|     0 |   0.0 | 676M| 829 |   - |1052 |1312 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
175.69/175.71	c   165s|  2410k|  2385k|     0 |   0.0 | 678M| 829 |   - |1052 |1330 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
176.39/176.43	c   166s|  2420k|  2395k|     0 |   0.0 | 681M| 829 |   - |1052 |1295 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
177.10/177.15	c   167s|  2430k|  2405k|     0 |   0.0 | 684M| 829 |   - |1052 |1321 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
177.80/177.89	c   167s|  2440k|  2415k|     0 |   0.0 | 687M| 829 |   - |1052 |1402 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
178.59/178.62	c   168s|  2450k|  2425k|     0 |   0.0 | 689M| 829 |   - |1052 |1324 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
179.30/179.35	c   169s|  2460k|  2434k|     0 |   0.0 | 692M| 829 |   - |1052 |1344 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
180.00/180.05	c   169s|  2470k|  2444k|     0 |   0.0 | 695M| 829 |   - |1052 |1105 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
180.69/180.78	c   170s|  2480k|  2454k|     0 |   0.0 | 698M| 829 |   - |1052 |1077 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
181.50/181.51	c   171s|  2490k|  2464k|     0 |   0.0 | 700M| 829 |   - |1052 |1105 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
182.20/182.24	c   171s|  2500k|  2474k|     0 |   0.0 | 703M| 829 |   - |1052 |1044 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
182.90/182.95	c   172s|  2510k|  2484k|     0 |   0.0 | 706M| 829 |   - |1052 |1062 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
183.60/183.68	c   173s|  2520k|  2494k|     0 |   0.0 | 709M| 829 |   - |1052 |1126 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
184.29/184.39	c   173s|  2530k|  2504k|     0 |   0.0 | 711M| 829 |   - |1052 |1147 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
185.09/185.13	c   174s|  2540k|  2514k|     0 |   0.0 | 714M| 829 |   - |1052 |1107 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
185.79/185.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.79/185.86	c   175s|  2550k|  2524k|     0 |   0.0 | 717M| 829 |   - |1052 |1080 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
186.50/186.59	c   175s|  2560k|  2533k|     0 |   0.0 | 720M| 829 |   - |1052 |1081 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
187.19/187.29	c   176s|  2570k|  2543k|     0 |   0.0 | 723M| 829 |   - |1052 |1112 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
188.00/188.02	c   177s|  2580k|  2553k|     0 |   0.0 | 725M| 829 |   - |1052 |1155 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
188.70/188.76	c   177s|  2590k|  2563k|     0 |   0.0 | 728M| 829 |   - |1052 |1231 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
189.50/189.50	c   178s|  2600k|  2573k|     0 |   0.0 | 731M| 829 |   - |1052 |1204 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
190.09/190.19	c   179s|  2610k|  2583k|     0 |   0.0 | 734M| 829 |   - |1052 |1200 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
190.89/190.92	c   180s|  2620k|  2593k|     0 |   0.0 | 736M| 829 |   - |1052 |1134 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
191.59/191.64	c   180s|  2630k|  2603k|     0 |   0.0 | 739M| 829 |   - |1052 |1167 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
192.30/192.36	c   181s|  2640k|  2613k|     0 |   0.0 | 742M| 829 |   - |1052 |1168 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
192.99/193.07	c   182s|  2650k|  2623k|     0 |   0.0 | 745M| 829 |   - |1052 |1068 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
193.69/193.77	c   182s|  2660k|  2632k|     0 |   0.0 | 747M| 829 |   - |1052 |1058 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
194.40/194.49	c   183s|  2670k|  2642k|     0 |   0.0 | 750M| 829 |   - |1052 |1092 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
195.09/195.19	c   184s|  2680k|  2652k|     0 |   0.0 | 753M| 829 |   - |1052 |1067 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
195.90/195.92	c   184s|  2690k|  2662k|     0 |   0.0 | 756M| 829 |   - |1052 |1111 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
196.59/196.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.59/196.65	c   185s|  2700k|  2672k|     0 |   0.0 | 759M| 829 |   - |1052 |1142 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
197.29/197.36	c   186s|  2710k|  2682k|     0 |   0.0 | 761M| 829 |   - |1052 |1131 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
198.00/198.06	c   186s|  2720k|  2692k|     0 |   0.0 | 764M| 829 |   - |1052 |1110 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
198.69/198.77	c   187s|  2730k|  2702k|     0 |   0.0 | 767M| 829 |   - |1052 |1184 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
199.40/199.49	c   188s|  2740k|  2712k|     0 |   0.0 | 770M| 829 |   - |1052 |1185 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
200.20/200.21	c   188s|  2750k|  2722k|     0 |   0.0 | 772M| 829 |   - |1052 |1235 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
200.90/200.94	c   189s|  2760k|  2731k|     0 |   0.0 | 775M| 829 |   - |1052 |1281 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
201.60/201.63	c   190s|  2770k|  2741k|     0 |   0.0 | 778M| 829 |   - |1052 |1237 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
202.30/202.34	c   190s|  2780k|  2751k|     0 |   0.0 | 781M| 829 |   - |1052 |1302 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
202.99/203.07	c   191s|  2790k|  2761k|     0 |   0.0 | 783M| 829 |   - |1052 |1306 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
203.80/203.80	c   192s|  2800k|  2771k|     0 |   0.0 | 786M| 829 |   - |1052 |1266 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
204.50/204.53	c   192s|  2810k|  2781k|     0 |   0.0 | 789M| 829 |   - |1052 |1282 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
205.19/205.24	c   193s|  2820k|  2791k|     0 |   0.0 | 792M| 829 |   - |1052 |1157 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
205.89/205.95	c   194s|  2830k|  2801k|     0 |   0.0 | 794M| 829 |   - |1052 |1157 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
206.60/206.67	c   194s|  2840k|  2811k|     0 |   0.0 | 797M| 829 |   - |1052 |1242 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
207.30/207.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.30/207.38	c   195s|  2850k|  2821k|     0 |   0.0 | 800M| 829 |   - |1052 |1272 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
208.09/208.10	c   196s|  2860k|  2830k|     0 |   0.0 | 803M| 829 |   - |1052 |1168 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
208.79/208.83	c   196s|  2870k|  2840k|     0 |   0.0 | 805M| 829 |   - |1052 |1184 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
209.49/209.54	c   197s|  2880k|  2850k|     0 |   0.0 | 808M| 829 |   - |1052 |1209 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
210.20/210.24	c   198s|  2890k|  2860k|     0 |   0.0 | 811M| 829 |   - |1052 |1224 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
210.89/210.99	c   198s|  2900k|  2870k|     0 |   0.0 | 814M| 829 |   - |1052 |1265 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
211.69/211.72	c   199s|  2910k|  2880k|     0 |   0.0 | 817M| 829 |   - |1052 |1292 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
212.39/212.42	c   200s|  2920k|  2890k|     0 |   0.0 | 819M| 829 |   - |1052 |1300 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
213.10/213.14	c   200s|  2930k|  2900k|     0 |   0.0 | 822M| 829 |   - |1052 |1319 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
213.79/213.85	c   201s|  2940k|  2910k|     0 |   0.0 | 825M| 829 |   - |1052 |1369 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
214.50/214.58	c   202s|  2950k|  2919k|     0 |   0.0 | 828M| 829 |   - |1052 |1397 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
215.30/215.30	c   202s|  2960k|  2929k|     0 |   0.0 | 830M| 829 |   - |1052 |1448 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
216.00/216.00	c   203s|  2970k|  2939k|     0 |   0.0 | 833M| 829 |   - |1052 |1337 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
216.70/216.71	c   204s|  2980k|  2949k|     0 |   0.0 | 836M| 829 |   - |1052 |1312 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
217.39/217.42	c   204s|  2990k|  2959k|     0 |   0.0 | 839M| 829 |   - |1052 |1411 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
218.10/218.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.10/218.13	c   205s|  3000k|  2969k|     0 |   0.0 | 841M| 829 |   - |1052 |1384 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
218.80/218.85	c   206s|  3010k|  2979k|     0 |   0.0 | 844M| 829 |   - |1052 |1404 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
219.49/219.56	c   206s|  3020k|  2989k|     0 |   0.0 | 847M| 829 |   - |1052 |1395 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
220.20/220.27	c   207s|  3030k|  2999k|     0 |   0.0 | 850M| 829 |   - |1052 |1275 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
220.89/221.00	c   208s|  3040k|  3009k|     0 |   0.0 | 853M| 829 |   - |1052 |1301 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
221.69/221.71	c   208s|  3050k|  3018k|     0 |   0.0 | 855M| 829 |   - |1052 |1357 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
222.39/222.44	c   209s|  3060k|  3028k|     0 |   0.0 | 858M| 829 |   - |1052 |1421 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
223.09/223.14	c   210s|  3070k|  3038k|     0 |   0.0 | 861M| 829 |   - |1052 |1400 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
223.79/223.84	c   210s|  3080k|  3048k|     0 |   0.0 | 864M| 829 |   - |1052 |1422 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
224.50/224.56	c   211s|  3090k|  3058k|     0 |   0.0 | 866M| 829 |   - |1052 |1363 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
225.20/225.28	c   212s|  3100k|  3068k|     0 |   0.0 | 869M| 829 |   - |1052 |1340 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
225.89/225.99	c   212s|  3110k|  3078k|     0 |   0.0 | 872M| 829 |   - |1052 |1305 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
226.70/226.72	c   213s|  3120k|  3088k|     0 |   0.0 | 875M| 829 |   - |1052 |1306 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
227.39/227.44	c   214s|  3130k|  3098k|     0 |   0.0 | 877M| 829 |   - |1052 |1275 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
228.09/228.15	c   214s|  3140k|  3107k|     0 |   0.0 | 880M| 829 |   - |1052 |1243 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
228.80/228.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.80/228.86	c   215s|  3150k|  3117k|     0 |   0.0 | 883M| 829 |   - |1052 |1262 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
229.49/229.55	c   216s|  3160k|  3127k|     0 |   0.0 | 886M| 829 |   - |1052 |1305 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
230.20/230.28	c   216s|  3170k|  3137k|     0 |   0.0 | 888M| 829 |   - |1052 |1272 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
230.90/230.99	c   217s|  3180k|  3147k|     0 |   0.0 | 891M| 829 |   - |1052 |1252 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
231.69/231.71	c   218s|  3190k|  3157k|     0 |   0.0 | 894M| 829 |   - |1052 |1142 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
232.39/232.44	c   218s|  3200k|  3167k|     0 |   0.0 | 897M| 829 |   - |1052 |1179 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
233.10/233.16	c   219s|  3210k|  3177k|     0 |   0.0 | 900M| 829 |   - |1052 |1210 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
233.79/233.89	c   220s|  3220k|  3187k|     0 |   0.0 | 902M| 829 |   - |1052 |1208 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
234.60/234.61	c   220s|  3230k|  3197k|     0 |   0.0 | 905M| 829 |   - |1052 |1214 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
235.30/235.32	c   221s|  3240k|  3206k|     0 |   0.0 | 908M| 829 |   - |1052 |1157 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
235.99/236.04	c   222s|  3250k|  3216k|     0 |   0.0 | 911M| 829 |   - |1052 |1157 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
236.69/236.75	c   223s|  3260k|  3226k|     0 |   0.0 | 913M| 829 |   - |1052 |1239 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
237.39/237.44	c   223s|  3270k|  3236k|     0 |   0.0 | 916M| 829 |   - |1052 |1272 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
238.10/238.17	c   224s|  3280k|  3246k|     0 |   0.0 | 919M| 829 |   - |1052 |1286 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
238.79/238.87	c   225s|  3290k|  3256k|     0 |   0.0 | 922M| 829 |   - |1052 |1341 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
239.49/239.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.49/239.58	c   225s|  3300k|  3266k|     0 |   0.0 | 924M| 829 |   - |1052 |1216 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
240.29/240.30	c   226s|  3310k|  3276k|     0 |   0.0 | 927M| 829 |   - |1052 |1265 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
241.00/241.01	c   227s|  3320k|  3286k|     0 |   0.0 | 930M| 829 |   - |1052 |1269 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
241.69/241.73	c   227s|  3330k|  3295k|     0 |   0.0 | 933M| 829 |   - |1052 |1306 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
242.40/242.44	c   228s|  3340k|  3305k|     0 |   0.0 | 936M| 829 |   - |1052 |1297 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
243.10/243.14	c   229s|  3350k|  3315k|     0 |   0.0 | 938M| 829 |   - |1052 |1303 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
243.80/243.85	c   229s|  3360k|  3325k|     0 |   0.0 | 941M| 829 |   - |1052 |1190 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
244.50/244.57	c   230s|  3370k|  3335k|     0 |   0.0 | 944M| 829 |   - |1052 |1330 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
245.20/245.27	c   231s|  3380k|  3345k|     0 |   0.0 | 947M| 829 |   - |1052 |1302 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
245.90/245.98	c   231s|  3390k|  3355k|     0 |   0.0 | 949M| 829 |   - |1052 |1315 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
246.59/246.68	c   232s|  3400k|  3365k|     0 |   0.0 | 952M| 829 |   - |1052 |1349 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
247.29/247.38	c   232s|  3410k|  3375k|     0 |   0.0 | 955M| 829 |   - |1052 |1185 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
247.99/248.09	c   233s|  3420k|  3385k|     0 |   0.0 | 958M| 829 |   - |1052 |1249 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
248.70/248.77	c   234s|  3430k|  3394k|     0 |   0.0 | 960M| 829 |   - |1052 |1228 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
249.40/249.47	c   234s|  3440k|  3404k|     0 |   0.0 | 963M| 829 |   - |1052 |1280 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
250.09/250.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
250.09/250.18	c   235s|  3450k|  3414k|     0 |   0.0 | 966M| 829 |   - |1052 |1296 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
250.80/250.88	c   236s|  3460k|  3424k|     0 |   0.0 | 969M| 829 |   - |1052 |1283 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
251.50/251.58	c   236s|  3470k|  3434k|     0 |   0.0 | 972M| 829 |   - |1052 |1191 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
252.19/252.29	c   237s|  3480k|  3444k|     0 |   0.0 | 974M| 829 |   - |1052 |1301 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
253.01/253.00	c   238s|  3490k|  3454k|     0 |   0.0 | 977M| 829 |   - |1052 |1350 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
253.70/253.72	c   238s|  3500k|  3464k|     0 |   0.0 | 980M| 829 |   - |1052 |1364 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
254.39/254.45	c   239s|  3510k|  3474k|     0 |   0.0 | 983M| 829 |   - |1052 |1424 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
255.10/255.17	c   240s|  3520k|  3483k|     0 |   0.0 | 985M| 829 |   - |1052 |1383 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
255.80/255.87	c   240s|  3530k|  3493k|     0 |   0.0 | 988M| 829 |   - |1052 |1392 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
256.49/256.57	c   241s|  3540k|  3503k|     0 |   0.0 | 991M| 829 |   - |1052 |1460 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
257.19/257.28	c   242s|  3550k|  3513k|     0 |   0.0 | 994M| 829 |   - |1052 |1582 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
257.99/258.00	c   242s|  3560k|  3523k|     0 |   0.0 | 997M| 829 |   - |1052 |1503 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
258.70/258.70	c   243s|  3570k|  3533k|     0 |   0.0 | 999M| 829 |   - |1052 |1355 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
259.40/259.42	c   244s|  3580k|  3543k|     0 |   0.0 |1002M| 829 |   - |1052 |1207 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
260.09/260.13	c   244s|  3590k|  3553k|     0 |   0.0 |1005M| 829 |   - |1052 |1256 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
260.79/260.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
260.79/260.82	c   245s|  3600k|  3563k|     0 |   0.0 |1008M| 829 |   - |1052 |1299 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
261.50/261.54	c   246s|  3610k|  3572k|     0 |   0.0 |1010M| 829 |   - |1052 |1324 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
262.20/262.27	c   246s|  3620k|  3582k|     0 |   0.0 |1013M| 829 |   - |1052 |1338 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
262.90/262.98	c   247s|  3630k|  3592k|     0 |   0.0 |1016M| 829 |   - |1052 |1275 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
263.70/263.70	c   248s|  3640k|  3602k|     0 |   0.0 |1019M| 829 |   - |1052 |1241 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
264.39/264.42	c   249s|  3650k|  3612k|     0 |   0.0 |1021M| 829 |   - |1052 |1336 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
265.10/265.12	c   249s|  3660k|  3622k|     0 |   0.0 |1024M| 829 |   - |1052 |1385 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
265.79/265.84	c   250s|  3670k|  3632k|     0 |   0.0 |1027M| 829 |   - |1052 |1445 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
266.49/266.55	c   251s|  3680k|  3642k|     0 |   0.0 |1030M| 829 |   - |1052 |1424 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
267.20/267.26	c   251s|  3690k|  3652k|     0 |   0.0 |1032M| 829 |   - |1052 |1382 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
267.89/267.97	c   252s|  3700k|  3662k|     0 |   0.0 |1035M| 829 |   - |1052 |1323 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
268.60/268.68	c   253s|  3710k|  3671k|     0 |   0.0 |1038M| 829 |   - |1052 |1406 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
269.30/269.38	c   253s|  3720k|  3681k|     0 |   0.0 |1041M| 829 |   - |1052 |1380 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
270.00/270.09	c   254s|  3730k|  3691k|     0 |   0.0 |1044M| 829 |   - |1052 |1438 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
270.80/270.81	c   255s|  3740k|  3701k|     0 |   0.0 |1046M| 829 |   - |1052 |1451 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
271.50/271.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
271.50/271.52	c   255s|  3750k|  3711k|     0 |   0.0 |1049M| 829 |   - |1052 |1504 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
272.20/272.23	c   256s|  3760k|  3721k|     0 |   0.0 |1052M| 829 |   - |1052 |1520 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
272.89/272.93	c   257s|  3770k|  3731k|     0 |   0.0 |1055M| 829 |   - |1052 |1525 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
273.60/273.63	c   257s|  3780k|  3741k|     0 |   0.0 |1057M| 829 |   - |1052 |1541 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
274.29/274.34	c   258s|  3790k|  3751k|     0 |   0.0 |1060M| 829 |   - |1052 |1610 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
275.00/275.05	c   259s|  3800k|  3760k|     0 |   0.0 |1063M| 829 |   - |1052 |1621 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
275.69/275.78	c   259s|  3810k|  3770k|     0 |   0.0 |1066M| 829 |   - |1052 |1313 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
276.39/276.49	c   260s|  3820k|  3780k|     0 |   0.0 |1068M| 829 |   - |1052 |1302 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
277.10/277.19	c   261s|  3830k|  3790k|     0 |   0.0 |1071M| 829 |   - |1052 |1335 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
277.80/277.89	c   261s|  3840k|  3800k|     0 |   0.0 |1074M| 829 |   - |1052 |1385 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
278.60/278.61	c   262s|  3850k|  3810k|     0 |   0.0 |1077M| 829 |   - |1052 |1359 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
279.30/279.31	c   263s|  3860k|  3820k|     0 |   0.0 |1080M| 829 |   - |1052 |1280 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
279.99/280.01	c   263s|  3870k|  3830k|     0 |   0.0 |1082M| 829 |   - |1052 |1139 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
280.70/280.72	c   264s|  3880k|  3840k|     0 |   0.0 |1085M| 829 |   - |1052 |1215 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
281.40/281.42	c   264s|  3890k|  3849k|     0 |   0.0 |1088M| 829 |   - |1052 |1212 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
282.10/282.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
282.10/282.12	c   265s|  3900k|  3859k|     0 |   0.0 |1091M| 829 |   - |1052 |1229 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
282.79/282.84	c   266s|  3910k|  3869k|     0 |   0.0 |1093M| 829 |   - |1052 |1238 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
283.49/283.54	c   266s|  3920k|  3879k|     0 |   0.0 |1096M| 829 |   - |1052 |1231 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
284.20/284.24	c   267s|  3930k|  3889k|     0 |   0.0 |1099M| 829 |   - |1052 |1224 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
284.90/284.95	c   268s|  3940k|  3899k|     0 |   0.0 |1102M| 829 |   - |1052 |1220 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
285.60/285.65	c   268s|  3950k|  3909k|     0 |   0.0 |1105M| 829 |   - |1052 |1249 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
286.30/286.35	c   269s|  3960k|  3919k|     0 |   0.0 |1107M| 829 |   - |1052 |1313 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
287.00/287.07	c   270s|  3970k|  3929k|     0 |   0.0 |1110M| 829 |   - |1052 |1287 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
287.70/287.79	c   270s|  3980k|  3938k|     0 |   0.0 |1113M| 829 |   - |1052 |1234 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
288.50/288.50	c   271s|  3990k|  3948k|     0 |   0.0 |1116M| 829 |   - |1052 |1219 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
289.20/289.21	c   272s|  4000k|  3958k|     0 |   0.0 |1118M| 829 |   - |1052 |1290 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
289.79/289.89	c   272s|  4010k|  3968k|     0 |   0.0 |1121M| 829 |   - |1052 |1325 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
290.59/290.60	c   273s|  4020k|  3978k|     0 |   0.0 |1124M| 829 |   - |1052 |1387 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
291.29/291.31	c   274s|  4030k|  3988k|     0 |   0.0 |1127M| 829 |   - |1052 |1409 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
292.00/292.02	c   274s|  4040k|  3998k|     0 |   0.0 |1130M| 829 |   - |1052 |1491 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
292.69/292.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.69/292.72	c   275s|  4050k|  4008k|     0 |   0.0 |1132M| 829 |   - |1052 |1285 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
293.39/293.44	c   276s|  4060k|  4018k|     0 |   0.0 |1135M| 829 |   - |1052 |1344 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
294.09/294.14	c   276s|  4070k|  4027k|     0 |   0.0 |1138M| 829 |   - |1052 |1403 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
294.80/294.84	c   277s|  4080k|  4037k|     0 |   0.0 |1140M| 829 |   - |1052 |1420 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
295.50/295.54	c   278s|  4090k|  4047k|     0 |   0.0 |1143M| 829 |   - |1052 |1518 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
296.19/296.25	c   278s|  4100k|  4057k|     0 |   0.0 |1146M| 829 |   - |1052 |1511 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
296.90/296.96	c   279s|  4110k|  4067k|     0 |   0.0 |1149M| 829 |   - |1052 |1377 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
297.59/297.65	c   280s|  4120k|  4077k|     0 |   0.0 |1152M| 829 |   - |1052 |1331 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
298.29/298.36	c   280s|  4130k|  4087k|     0 |   0.0 |1154M| 829 |   - |1052 |1377 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
298.99/299.05	c   281s|  4140k|  4097k|     0 |   0.0 |1157M| 829 |   - |1052 |1295 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
299.70/299.76	c   282s|  4150k|  4107k|     0 |   0.0 |1160M| 829 |   - |1052 |1295 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
300.39/300.46	c   282s|  4160k|  4116k|     0 |   0.0 |1163M| 829 |   - |1052 |1270 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
301.10/301.19	c   283s|  4170k|  4126k|     0 |   0.0 |1165M| 829 |   - |1052 |1264 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
301.90/301.90	c   284s|  4180k|  4136k|     0 |   0.0 |1168M| 829 |   - |1052 |1337 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
302.60/302.61	c   284s|  4190k|  4146k|     0 |   0.0 |1171M| 829 |   - |1052 |1380 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
303.29/303.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.29/303.30	c   285s|  4200k|  4156k|     0 |   0.0 |1174M| 829 |   - |1052 |1459 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
303.89/303.99	c   286s|  4210k|  4166k|     0 |   0.0 |1176M| 829 |   - |1052 |1456 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
304.70/304.73	c   286s|  4220k|  4176k|     0 |   0.0 |1179M| 829 |   - |1052 |1490 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
305.40/305.44	c   287s|  4230k|  4186k|     0 |   0.0 |1182M| 829 |   - |1052 |1531 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
306.09/306.15	c   288s|  4240k|  4196k|     0 |   0.0 |1185M| 829 |   - |1052 |1329 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
306.80/306.85	c   288s|  4250k|  4206k|     0 |   0.0 |1188M| 829 |   - |1052 |1353 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
307.50/307.56	c   289s|  4260k|  4215k|     0 |   0.0 |1190M| 829 |   - |1052 |1388 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
308.20/308.26	c   290s|  4270k|  4225k|     0 |   0.0 |1193M| 829 |   - |1052 |1457 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
308.90/308.99	c   290s|  4280k|  4235k|     0 |   0.0 |1196M| 829 |   - |1052 |1494 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
309.69/309.71	c   291s|  4290k|  4245k|     0 |   0.0 |1199M| 829 |   - |1052 |1285 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
310.40/310.41	c   292s|  4300k|  4255k|     0 |   0.0 |1201M| 829 |   - |1052 |1313 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
311.10/311.12	c   292s|  4310k|  4265k|     0 |   0.0 |1204M| 829 |   - |1052 |1349 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
311.79/311.81	c   293s|  4320k|  4275k|     0 |   0.0 |1207M| 829 |   - |1052 |1375 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
312.50/312.50	c   294s|  4330k|  4285k|     0 |   0.0 |1210M| 829 |   - |1052 |1459 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
313.20/313.20	c   294s|  4340k|  4295k|     0 |   0.0 |1212M| 829 |   - |1052 |1504 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
313.90/313.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
313.90/313.91	c   295s|  4350k|  4304k|     0 |   0.0 |1215M| 829 |   - |1052 |1527 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
314.60/314.62	c   296s|  4360k|  4314k|     0 |   0.0 |1218M| 829 |   - |1052 |1562 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
315.30/315.33	c   296s|  4370k|  4324k|     0 |   0.0 |1221M| 829 |   - |1052 |1581 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
315.99/316.04	c   297s|  4380k|  4334k|     0 |   0.0 |1224M| 829 |   - |1052 |1637 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
316.70/316.72	c   298s|  4390k|  4344k|     0 |   0.0 |1226M| 829 |   - |1052 |1658 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
317.39/317.43	c   298s|  4400k|  4354k|     0 |   0.0 |1229M| 829 |   - |1052 |1739 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
318.09/318.14	c   299s|  4410k|  4364k|     0 |   0.0 |1232M| 829 |   - |1052 |1748 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
318.80/318.84	c   300s|  4420k|  4374k|     0 |   0.0 |1235M| 829 |   - |1052 |1737 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
319.50/319.57	c   300s|  4430k|  4384k|     0 |   0.0 |1238M| 829 |   - |1052 |1620 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
320.19/320.28	c   301s|  4440k|  4393k|     0 |   0.0 |1240M| 829 |   - |1052 |1651 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
320.90/320.97	c   302s|  4450k|  4403k|     0 |   0.0 |1243M| 829 |   - |1052 |1701 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
321.59/321.68	c   302s|  4460k|  4413k|     0 |   0.0 |1246M| 829 |   - |1052 |1733 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
322.39/322.40	c   303s|  4470k|  4423k|     0 |   0.0 |1249M| 829 |   - |1052 |1733 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
323.00/323.09	c   304s|  4480k|  4433k|     0 |   0.0 |1251M| 829 |   - |1052 |1767 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
323.80/323.83	c   304s|  4490k|  4443k|     0 |   0.0 |1254M| 829 |   - |1052 |1666 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
324.50/324.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.50/324.55	c   305s|  4500k|  4453k|     0 |   0.0 |1257M| 829 |   - |1052 |1784 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
325.20/325.24	c   306s|  4510k|  4463k|     0 |   0.0 |1260M| 829 |   - |1052 |1774 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
325.90/325.93	c   306s|  4520k|  4473k|     0 |   0.0 |1263M| 829 |   - |1052 |1800 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
326.60/326.62	c   307s|  4530k|  4482k|     0 |   0.0 |1265M| 829 |   - |1052 |1845 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
327.30/327.33	c   308s|  4540k|  4492k|     0 |   0.0 |1268M| 829 |   - |1052 |1833 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
328.00/328.03	c   308s|  4550k|  4502k|     0 |   0.0 |1271M| 829 |   - |1052 |1659 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
328.70/328.74	c   309s|  4560k|  4512k|     0 |   0.0 |1274M| 829 |   - |1052 |1749 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
329.39/329.44	c   310s|  4570k|  4522k|     0 |   0.0 |1276M| 829 |   - |1052 |1786 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
330.10/330.14	c   310s|  4580k|  4532k|     0 |   0.0 |1279M| 829 |   - |1052 |1793 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
330.80/330.85	c   311s|  4590k|  4542k|     0 |   0.0 |1282M| 829 |   - |1052 |1843 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
331.50/331.58	c   312s|  4600k|  4552k|     0 |   0.0 |1285M| 829 |   - |1052 |1871 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
332.29/332.30	c   312s|  4610k|  4562k|     0 |   0.0 |1287M| 829 |   - |1052 |1847 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
332.99/333.00	c   313s|  4620k|  4571k|     0 |   0.0 |1290M| 829 |   - |1052 |1786 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
333.70/333.70	c   314s|  4630k|  4581k|     0 |   0.0 |1293M| 829 |   - |1052 |1845 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
334.40/334.41	c   314s|  4640k|  4591k|     0 |   0.0 |1296M| 829 |   - |1052 |1933 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
335.00/335.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
335.00/335.09	c   315s|  4650k|  4601k|     0 |   0.0 |1299M| 829 |   - |1052 |1953 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
335.80/335.81	c   315s|  4660k|  4611k|     0 |   0.0 |1301M| 829 |   - |1052 |2029 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
336.50/336.51	c   316s|  4670k|  4621k|     0 |   0.0 |1304M| 829 |   - |1052 |1740 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
337.19/337.22	c   317s|  4680k|  4631k|     0 |   0.0 |1307M| 829 |   - |1052 |1562 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
337.90/337.93	c   317s|  4690k|  4641k|     0 |   0.0 |1309M| 829 |   - |1052 |1593 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
338.59/338.63	c   318s|  4700k|  4651k|     0 |   0.0 |1312M| 829 |   - |1052 |1675 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
339.30/339.32	c   319s|  4710k|  4660k|     0 |   0.0 |1315M| 829 |   - |1052 |1679 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
339.99/340.01	c   319s|  4720k|  4670k|     0 |   0.0 |1318M| 829 |   - |1052 |1684 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
340.69/340.73	c   320s|  4730k|  4680k|     0 |   0.0 |1321M| 829 |   - |1052 |1697 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
341.39/341.43	c   321s|  4740k|  4690k|     0 |   0.0 |1323M| 829 |   - |1052 |1628 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
342.10/342.14	c   321s|  4750k|  4700k|     0 |   0.0 |1326M| 829 |   - |1052 |1647 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
342.80/342.85	c   322s|  4760k|  4710k|     0 |   0.0 |1329M| 829 |   - |1052 |1700 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
343.50/343.53	c   323s|  4770k|  4720k|     0 |   0.0 |1332M| 829 |   - |1052 |1597 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
344.20/344.25	c   323s|  4780k|  4730k|     0 |   0.0 |1334M| 829 |   - |1052 |1694 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
344.89/344.95	c   324s|  4790k|  4740k|     0 |   0.0 |1337M| 829 |   - |1052 |1679 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
345.60/345.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.60/345.66	c   325s|  4800k|  4749k|     0 |   0.0 |1340M| 829 |   - |1052 |1654 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
346.29/346.38	c   325s|  4810k|  4759k|     0 |   0.0 |1343M| 829 |   - |1052 |1431 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
346.99/347.08	c   326s|  4820k|  4769k|     0 |   0.0 |1345M| 829 |   - |1052 |1474 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
347.69/347.77	c   327s|  4830k|  4779k|     0 |   0.0 |1348M| 829 |   - |1052 |1547 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
348.40/348.47	c   327s|  4840k|  4789k|     0 |   0.0 |1351M| 829 |   - |1052 |1418 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
349.09/349.17	c   328s|  4850k|  4799k|     0 |   0.0 |1354M| 829 |   - |1052 |1393 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
349.81/349.87	c   329s|  4860k|  4809k|     0 |   0.0 |1357M| 829 |   - |1052 |1417 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
350.49/350.58	c   329s|  4870k|  4819k|     0 |   0.0 |1359M| 829 |   - |1052 |1403 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
351.20/351.28	c   330s|  4880k|  4829k|     0 |   0.0 |1362M| 829 |   - |1052 |1386 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
351.90/351.99	c   331s|  4890k|  4838k|     0 |   0.0 |1365M| 829 |   - |1052 |1424 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
352.60/352.66	c   331s|  4900k|  4848k|     0 |   0.0 |1368M| 829 |   - |1052 |1449 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
353.30/353.36	c   332s|  4910k|  4858k|     0 |   0.0 |1370M| 829 |   - |1052 |1507 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
354.00/354.05	c   333s|  4920k|  4868k|     0 |   0.0 |1373M| 829 |   - |1052 |1559 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
354.70/354.75	c   333s|  4930k|  4878k|     0 |   0.0 |1376M| 829 |   - |1052 |1334 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
355.40/355.45	c   334s|  4940k|  4888k|     0 |   0.0 |1379M| 829 |   - |1052 |1375 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
356.09/356.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.09/356.15	c   335s|  4950k|  4898k|     0 |   0.0 |1382M| 829 |   - |1052 |1408 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
356.79/356.86	c   335s|  4960k|  4908k|     0 |   0.0 |1384M| 829 |   - |1052 |1473 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
357.50/357.58	c   336s|  4970k|  4918k|     0 |   0.0 |1387M| 829 |   - |1052 |1471 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
358.19/358.28	c   337s|  4980k|  4927k|     0 |   0.0 |1390M| 829 |   - |1052 |1526 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
358.90/358.98	c   337s|  4990k|  4937k|     0 |   0.0 |1393M| 829 |   - |1052 |1572 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
359.60/359.70	c   338s|  5000k|  4947k|     0 |   0.0 |1395M| 829 |   - |1052 |1609 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
360.40/360.40	c   339s|  5010k|  4957k|     0 |   0.0 |1398M| 829 |   - |1052 |1585 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
361.10/361.10	c   339s|  5020k|  4967k|     0 |   0.0 |1401M| 829 |   - |1052 |1652 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
361.69/361.78	c   340s|  5030k|  4977k|     0 |   0.0 |1404M| 829 |   - |1052 |1722 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
362.50/362.50	c   341s|  5040k|  4987k|     0 |   0.0 |1407M| 829 |   - |1052 |1775 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
363.10/363.18	c   341s|  5050k|  4997k|     0 |   0.0 |1409M| 829 |   - |1052 |1829 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
363.90/363.90	c   342s|  5060k|  5007k|     0 |   0.0 |1412M| 829 |   - |1052 |1793 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
364.60/364.62	c   343s|  5070k|  5016k|     0 |   0.0 |1415M| 829 |   - |1052 |1676 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
365.30/365.33	c   343s|  5080k|  5026k|     0 |   0.0 |1418M| 829 |   - |1052 |1714 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
366.00/366.04	c   344s|  5090k|  5036k|     0 |   0.0 |1420M| 829 |   - |1052 |1812 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
366.70/366.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.70/366.76	c   345s|  5100k|  5046k|     0 |   0.0 |1423M| 829 |   - |1052 |1846 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
367.40/367.46	c   345s|  5110k|  5056k|     0 |   0.0 |1426M| 829 |   - |1052 |1873 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
368.09/368.17	c   346s|  5120k|  5066k|     0 |   0.0 |1429M| 829 |   - |1052 |1878 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
368.90/368.90	c   347s|  5130k|  5076k|     0 |   0.0 |1432M| 829 |   - |1052 |1871 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
369.50/369.60	c   347s|  5140k|  5086k|     0 |   0.0 |1434M| 829 |   - |1052 |1595 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
370.19/370.28	c   348s|  5150k|  5096k|     0 |   0.0 |1437M| 829 |   - |1052 |1570 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
370.90/370.99	c   348s|  5160k|  5105k|     0 |   0.0 |1440M| 829 |   - |1052 |1672 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
371.60/371.69	c   349s|  5170k|  5115k|     0 |   0.0 |1443M| 829 |   - |1052 |1711 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
372.30/372.37	c   350s|  5180k|  5125k|     0 |   0.0 |1445M| 829 |   - |1052 |1768 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
373.00/373.06	c   350s|  5190k|  5135k|     0 |   0.0 |1448M| 829 |   - |1052 |1812 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
373.70/373.76	c   351s|  5200k|  5145k|     0 |   0.0 |1451M| 829 |   - |1052 |1724 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
374.39/374.46	c   352s|  5210k|  5155k|     0 |   0.0 |1454M| 829 |   - |1052 |1544 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
375.10/375.16	c   352s|  5220k|  5165k|     0 |   0.0 |1456M| 829 |   - |1052 |1589 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
375.80/375.85	c   353s|  5230k|  5175k|     0 |   0.0 |1459M| 829 |   - |1052 |1666 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
376.50/376.55	c   354s|  5240k|  5185k|     0 |   0.0 |1462M| 829 |   - |1052 |1719 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
377.20/377.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
377.20/377.25	c   354s|  5250k|  5194k|     0 |   0.0 |1465M| 829 |   - |1052 |1787 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
377.90/377.98	c   355s|  5260k|  5204k|     0 |   0.0 |1468M| 829 |   - |1052 |1721 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
378.69/378.70	c   356s|  5270k|  5214k|     0 |   0.0 |1470M| 829 |   - |1052 |1499 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
379.40/379.42	c   356s|  5280k|  5224k|     0 |   0.0 |1473M| 829 |   - |1052 |1511 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
380.10/380.11	c   357s|  5290k|  5234k|     0 |   0.0 |1476M| 829 |   - |1052 |1548 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
380.80/380.83	c   358s|  5300k|  5244k|     0 |   0.0 |1479M| 829 |   - |1052 |1610 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
381.49/381.51	c   358s|  5310k|  5254k|     0 |   0.0 |1481M| 829 |   - |1052 |1666 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
382.20/382.24	c   359s|  5320k|  5264k|     0 |   0.0 |1484M| 829 |   - |1052 |1731 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
382.90/382.94	c   360s|  5330k|  5273k|     0 |   0.0 |1487M| 829 |   - |1052 |1720 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
383.60/383.67	c   360s|  5340k|  5283k|     0 |   0.0 |1490M| 829 |   - |1052 |1816 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
384.29/384.38	c   361s|  5350k|  5293k|     0 |   0.0 |1493M| 829 |   - |1052 |1871 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
385.00/385.07	c   362s|  5360k|  5303k|     0 |   0.0 |1495M| 829 |   - |1052 |1901 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
385.69/385.78	c   362s|  5370k|  5313k|     0 |   0.0 |1498M| 829 |   - |1052 |1976 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
386.40/386.46	c   363s|  5380k|  5323k|     0 |   0.0 |1501M| 829 |   - |1052 |2009 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
387.11/387.16	c   364s|  5390k|  5333k|     0 |   0.0 |1504M| 829 |   - |1052 |2053 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
387.79/387.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
387.79/387.89	c   364s|  5400k|  5343k|     0 |   0.0 |1506M| 829 |   - |1052 |2043 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
388.60/388.63	c   365s|  5410k|  5353k|     0 |   0.0 |1509M| 829 |   - |1052 |1699 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
389.31/389.34	c   366s|  5420k|  5362k|     0 |   0.0 |1512M| 829 |   - |1052 |1640 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
390.00/390.03	c   366s|  5430k|  5372k|     0 |   0.0 |1515M| 829 |   - |1052 |1575 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
390.70/390.72	c   367s|  5440k|  5382k|     0 |   0.0 |1517M| 829 |   - |1052 |1526 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
391.40/391.40	c   368s|  5450k|  5392k|     0 |   0.0 |1520M| 829 |   - |1052 |1567 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
392.10/392.10	c   368s|  5460k|  5402k|     0 |   0.0 |1523M| 829 |   - |1052 |1552 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
392.80/392.82	c   369s|  5470k|  5412k|     0 |   0.0 |1526M| 829 |   - |1052 |1488 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
393.50/393.53	c   370s|  5480k|  5422k|     0 |   0.0 |1529M| 829 |   - |1052 |1452 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
394.20/394.24	c   370s|  5490k|  5432k|     0 |   0.0 |1531M| 829 |   - |1052 |1531 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
394.90/394.93	c   371s|  5500k|  5442k|     0 |   0.0 |1534M| 829 |   - |1052 |1564 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
395.60/395.61	c   372s|  5510k|  5451k|     0 |   0.0 |1537M| 829 |   - |1052 |1575 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
396.20/396.28	c   372s|  5520k|  5461k|     0 |   0.0 |1540M| 829 |   - |1052 |1619 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
396.90/396.99	c   373s|  5530k|  5471k|     0 |   0.0 |1543M| 829 |   - |1052 |1583 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
397.70/397.70	c   374s|  5540k|  5481k|     0 |   0.0 |1545M| 829 |   - |1052 |1400 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
398.40/398.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
398.40/398.41	c   374s|  5550k|  5491k|     0 |   0.0 |1548M| 829 |   - |1052 |1472 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
399.09/399.11	c   375s|  5560k|  5501k|     0 |   0.0 |1551M| 829 |   - |1052 |1573 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
399.80/399.80	c   375s|  5570k|  5511k|     0 |   0.0 |1554M| 829 |   - |1052 |1593 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
400.40/400.49	c   376s|  5580k|  5521k|     0 |   0.0 |1557M| 829 |   - |1052 |1639 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
401.10/401.17	c   377s|  5590k|  5531k|     0 |   0.0 |1559M| 829 |   - |1052 |1700 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
401.90/401.91	c   377s|  5600k|  5540k|     0 |   0.0 |1562M| 829 |   - |1052 |1596 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
402.60/402.62	c   378s|  5610k|  5550k|     0 |   0.0 |1565M| 829 |   - |1052 |1500 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
403.30/403.33	c   379s|  5620k|  5560k|     0 |   0.0 |1568M| 829 |   - |1052 |1598 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
404.00/404.02	c   379s|  5630k|  5570k|     0 |   0.0 |1570M| 829 |   - |1052 |1585 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
404.70/404.71	c   380s|  5640k|  5580k|     0 |   0.0 |1573M| 829 |   - |1052 |1629 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
405.40/405.41	c   381s|  5650k|  5590k|     0 |   0.0 |1576M| 829 |   - |1052 |1686 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
406.10/406.11	c   381s|  5660k|  5600k|     0 |   0.0 |1579M| 829 |   - |1052 |1745 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
406.80/406.81	c   382s|  5670k|  5610k|     0 |   0.0 |1582M| 829 |   - |1052 |1512 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
407.50/407.52	c   383s|  5680k|  5620k|     0 |   0.0 |1584M| 829 |   - |1052 |1520 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
408.20/408.23	c   383s|  5690k|  5629k|     0 |   0.0 |1587M| 829 |   - |1052 |1588 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
408.90/408.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.90/408.91	c   384s|  5700k|  5639k|     0 |   0.0 |1590M| 829 |   - |1052 |1557 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
409.60/409.62	c   385s|  5710k|  5649k|     0 |   0.0 |1593M| 829 |   - |1052 |1646 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
410.30/410.32	c   385s|  5720k|  5659k|     0 |   0.0 |1596M| 829 |   - |1052 |1725 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
411.00/411.01	c   386s|  5730k|  5669k|     0 |   0.0 |1598M| 829 |   - |1052 |1786 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
411.70/411.74	c   387s|  5740k|  5679k|     0 |   0.0 |1601M| 829 |   - |1052 |1726 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
412.41/412.47	c   387s|  5750k|  5689k|     0 |   0.0 |1604M| 829 |   - |1052 |1725 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
413.10/413.17	c   388s|  5760k|  5699k|     0 |   0.0 |1607M| 829 |   - |1052 |1611 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
413.80/413.87	c   389s|  5770k|  5709k|     0 |   0.0 |1609M| 829 |   - |1052 |1624 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
414.50/414.56	c   389s|  5780k|  5718k|     0 |   0.0 |1612M| 829 |   - |1052 |1512 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
415.20/415.25	c   390s|  5790k|  5728k|     0 |   0.0 |1615M| 829 |   - |1052 |1538 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
415.90/415.94	c   391s|  5800k|  5738k|     0 |   0.0 |1618M| 829 |   - |1052 |1531 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
416.60/416.64	c   391s|  5810k|  5748k|     0 |   0.0 |1620M| 829 |   - |1052 |1439 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
417.30/417.39	c   392s|  5820k|  5758k|     0 |   0.0 |1623M| 829 |   - |1052 |1506 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
418.01/418.09	c   393s|  5830k|  5768k|     0 |   0.0 |1626M| 829 |   - |1052 |1554 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
418.70/418.78	c   393s|  5840k|  5778k|     0 |   0.0 |1629M| 829 |   - |1052 |1651 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
419.40/419.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.40/419.48	c   394s|  5850k|  5788k|     0 |   0.0 |1632M| 829 |   - |1052 |1724 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
420.11/420.18	c   395s|  5860k|  5797k|     0 |   0.0 |1634M| 829 |   - |1052 |1794 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
420.80/420.87	c   395s|  5870k|  5807k|     0 |   0.0 |1637M| 829 |   - |1052 |1845 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
421.50/421.57	c   396s|  5880k|  5817k|     0 |   0.0 |1640M| 829 |   - |1052 |1736 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
422.19/422.27	c   397s|  5890k|  5827k|     0 |   0.0 |1643M| 829 |   - |1052 |1542 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
422.90/422.97	c   397s|  5900k|  5837k|     0 |   0.0 |1645M| 829 |   - |1052 |1516 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
423.60/423.66	c   398s|  5910k|  5847k|     0 |   0.0 |1648M| 829 |   - |1052 |1549 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
424.30/424.37	c   399s|  5920k|  5857k|     0 |   0.0 |1651M| 829 |   - |1052 |1579 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
425.00/425.07	c   399s|  5930k|  5867k|     0 |   0.0 |1654M| 829 |   - |1052 |1659 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
425.70/425.76	c   400s|  5940k|  5877k|     0 |   0.0 |1657M| 829 |   - |1052 |1722 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
426.40/426.47	c   400s|  5950k|  5886k|     0 |   0.0 |1659M| 829 |   - |1052 |1503 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
427.10/427.19	c   401s|  5960k|  5896k|     0 |   0.0 |1662M| 829 |   - |1052 |1561 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
427.80/427.88	c   402s|  5970k|  5906k|     0 |   0.0 |1665M| 829 |   - |1052 |1629 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
428.60/428.60	c   402s|  5980k|  5916k|     0 |   0.0 |1668M| 829 |   - |1052 |1678 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
429.30/429.30	c   403s|  5990k|  5926k|     0 |   0.0 |1671M| 829 |   - |1052 |1712 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
429.90/429.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.90/429.99	c   404s|  6000k|  5936k|     0 |   0.0 |1673M| 829 |   - |1052 |1744 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
430.59/430.65	c   404s|  6010k|  5946k|     0 |   0.0 |1676M| 829 |   - |1052 |1843 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
431.30/431.37	c   405s|  6020k|  5956k|     0 |   0.0 |1679M| 829 |   - |1052 |1781 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
431.99/432.07	c   406s|  6030k|  5966k|     0 |   0.0 |1682M| 829 |   - |1052 |1531 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
432.70/432.76	c   406s|  6040k|  5975k|     0 |   0.0 |1684M| 829 |   - |1052 |1617 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
433.40/433.48	c   407s|  6050k|  5985k|     0 |   0.0 |1687M| 829 |   - |1052 |1681 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
434.10/434.19	c   408s|  6060k|  5995k|     0 |   0.0 |1690M| 829 |   - |1052 |1676 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
434.80/434.88	c   408s|  6070k|  6005k|     0 |   0.0 |1693M| 829 |   - |1052 |1763 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
435.50/435.55	c   409s|  6080k|  6015k|     0 |   0.0 |1696M| 829 |   - |1052 |1846 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
436.19/436.25	c   410s|  6090k|  6025k|     0 |   0.0 |1698M| 829 |   - |1052 |1707 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
436.90/436.97	c   410s|  6100k|  6035k|     0 |   0.0 |1701M| 829 |   - |1052 |1540 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
437.60/437.67	c   411s|  6110k|  6045k|     0 |   0.0 |1704M| 829 |   - |1052 |1670 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
438.30/438.37	c   412s|  6120k|  6054k|     0 |   0.0 |1707M| 829 |   - |1052 |1618 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
439.00/439.08	c   412s|  6130k|  6064k|     0 |   0.0 |1709M| 829 |   - |1052 |1642 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
439.69/439.76	c   413s|  6140k|  6074k|     0 |   0.0 |1712M| 829 |   - |1052 |1686 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
440.40/440.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
440.40/440.49	c   414s|  6150k|  6084k|     0 |   0.0 |1715M| 829 |   - |1052 |1782 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
441.11/441.19	c   414s|  6160k|  6094k|     0 |   0.0 |1718M| 829 |   - |1052 |1706 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
441.90/441.91	c   415s|  6170k|  6104k|     0 |   0.0 |1721M| 829 |   - |1052 |1516 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
442.60/442.62	c   416s|  6180k|  6114k|     0 |   0.0 |1723M| 829 |   - |1052 |1587 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
443.31/443.33	c   416s|  6190k|  6124k|     0 |   0.0 |1726M| 829 |   - |1052 |1609 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
443.99/444.02	c   417s|  6200k|  6134k|     0 |   0.0 |1729M| 829 |   - |1052 |1646 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
444.60/444.68	c   418s|  6210k|  6143k|     0 |   0.0 |1732M| 829 |   - |1052 |1708 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
445.30/445.37	c   418s|  6220k|  6153k|     0 |   0.0 |1735M| 829 |   - |1052 |1792 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
446.00/446.08	c   419s|  6230k|  6163k|     0 |   0.0 |1737M| 829 |   - |1052 |1725 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
446.70/446.80	c   420s|  6240k|  6173k|     0 |   0.0 |1740M| 829 |   - |1052 |1590 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
447.50/447.51	c   420s|  6250k|  6183k|     0 |   0.0 |1743M| 829 |   - |1052 |1541 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
448.10/448.19	c   421s|  6260k|  6193k|     0 |   0.0 |1746M| 829 |   - |1052 |1592 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
448.80/448.88	c   422s|  6270k|  6203k|     0 |   0.0 |1748M| 829 |   - |1052 |1535 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
449.50/449.57	c   422s|  6280k|  6213k|     0 |   0.0 |1751M| 829 |   - |1052 |1495 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
450.19/450.24	c   423s|  6290k|  6223k|     0 |   0.0 |1754M| 829 |   - |1052 |1510 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
450.90/450.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.90/450.96	c   423s|  6300k|  6232k|     0 |   0.0 |1757M| 829 |   - |1052 |1411 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
451.60/451.68	c   424s|  6310k|  6242k|     0 |   0.0 |1760M| 829 |   - |1052 |1451 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
452.30/452.37	c   425s|  6320k|  6252k|     0 |   0.0 |1762M| 829 |   - |1052 |1452 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
453.00/453.04	c   425s|  6330k|  6262k|     0 |   0.0 |1765M| 829 |   - |1052 |1513 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
453.69/453.72	c   426s|  6340k|  6272k|     0 |   0.0 |1768M| 829 |   - |1052 |1573 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
454.40/454.41	c   427s|  6350k|  6282k|     0 |   0.0 |1771M| 829 |   - |1052 |1606 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
455.00/455.10	c   427s|  6360k|  6292k|     0 |   0.0 |1774M| 829 |   - |1052 |1740 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
455.70/455.77	c   428s|  6370k|  6302k|     0 |   0.0 |1776M| 829 |   - |1052 |1774 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
456.40/456.49	c   429s|  6380k|  6311k|     0 |   0.0 |1779M| 829 |   - |1052 |1759 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
457.10/457.17	c   429s|  6390k|  6321k|     0 |   0.0 |1782M| 829 |   - |1052 |1769 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
457.79/457.88	c   430s|  6400k|  6331k|     0 |   0.0 |1785M| 829 |   - |1052 |1849 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
458.50/458.57	c   431s|  6410k|  6341k|     0 |   0.0 |1788M| 829 |   - |1052 |1848 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
459.19/459.26	c   431s|  6420k|  6351k|     0 |   0.0 |1790M| 829 |   - |1052 |1959 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
459.90/459.95	c   432s|  6430k|  6361k|     0 |   0.0 |1793M| 829 |   - |1052 |2009 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
460.60/460.64	c   433s|  6440k|  6371k|     0 |   0.0 |1796M| 829 |   - |1052 |2084 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
461.30/461.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.30/461.37	c   433s|  6450k|  6381k|     0 |   0.0 |1799M| 829 |   - |1052 |1790 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
462.01/462.07	c   434s|  6460k|  6391k|     0 |   0.0 |1801M| 829 |   - |1052 |1479 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
462.70/462.75	c   434s|  6470k|  6400k|     0 |   0.0 |1804M| 829 |   - |1052 |1501 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
463.40/463.48	c   435s|  6480k|  6410k|     0 |   0.0 |1807M| 829 |   - |1052 |1602 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
464.10/464.16	c   436s|  6490k|  6420k|     0 |   0.0 |1810M| 829 |   - |1052 |1643 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
464.80/464.84	c   436s|  6500k|  6430k|     0 |   0.0 |1813M| 829 |   - |1052 |1698 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
465.50/465.53	c   437s|  6510k|  6440k|     0 |   0.0 |1815M| 829 |   - |1052 |1754 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
466.20/466.24	c   438s|  6520k|  6450k|     0 |   0.0 |1818M| 829 |   - |1052 |1662 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
466.90/466.95	c   438s|  6530k|  6460k|     0 |   0.0 |1821M| 829 |   - |1052 |1476 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
467.60/467.64	c   439s|  6540k|  6470k|     0 |   0.0 |1824M| 829 |   - |1052 |1540 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
468.29/468.37	c   440s|  6550k|  6480k|     0 |   0.0 |1826M| 829 |   - |1052 |1586 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
468.99/469.07	c   440s|  6560k|  6489k|     0 |   0.0 |1829M| 829 |   - |1052 |1618 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
469.70/469.74	c   441s|  6570k|  6499k|     0 |   0.0 |1832M| 829 |   - |1052 |1683 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
470.40/470.42	c   442s|  6580k|  6509k|     0 |   0.0 |1835M| 829 |   - |1052 |1759 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
471.09/471.16	c   442s|  6590k|  6519k|     0 |   0.0 |1838M| 829 |   - |1052 |1769 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
471.80/471.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
471.80/471.90	c   443s|  6600k|  6529k|     0 |   0.0 |1841M| 829 |   - |1052 |1782 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
472.59/472.61	c   444s|  6610k|  6539k|     0 |   0.0 |1843M| 829 |   - |1052 |1727 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
473.30/473.32	c   444s|  6620k|  6549k|     0 |   0.0 |1846M| 829 |   - |1052 |1658 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
474.00/474.02	c   445s|  6630k|  6559k|     0 |   0.0 |1849M| 829 |   - |1052 |1637 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
474.70/474.72	c   446s|  6640k|  6568k|     0 |   0.0 |1852M| 829 |   - |1052 |1658 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
475.40/475.43	c   446s|  6650k|  6578k|     0 |   0.0 |1854M| 829 |   - |1052 |1720 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
476.10/476.10	c   447s|  6660k|  6588k|     0 |   0.0 |1857M| 829 |   - |1052 |1683 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
476.80/476.82	c   448s|  6670k|  6598k|     0 |   0.0 |1860M| 829 |   - |1052 |1525 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
477.50/477.54	c   448s|  6680k|  6608k|     0 |   0.0 |1863M| 829 |   - |1052 |1657 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
478.20/478.25	c   449s|  6690k|  6618k|     0 |   0.0 |1865M| 829 |   - |1052 |1683 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
478.90/478.96	c   450s|  6700k|  6628k|     0 |   0.0 |1868M| 829 |   - |1052 |1815 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
479.61/479.64	c   450s|  6710k|  6638k|     0 |   0.0 |1871M| 829 |   - |1052 |1845 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
480.30/480.32	c   451s|  6720k|  6647k|     0 |   0.0 |1874M| 829 |   - |1052 |1905 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
481.00/481.02	c   452s|  6730k|  6657k|     0 |   0.0 |1877M| 829 |   - |1052 |2013 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
481.71/481.73	c   452s|  6740k|  6667k|     0 |   0.0 |1879M| 829 |   - |1052 |2068 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
482.40/482.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
482.40/482.44	c   453s|  6750k|  6677k|     0 |   0.0 |1882M| 829 |   - |1052 |1696 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
483.10/483.15	c   454s|  6760k|  6687k|     0 |   0.0 |1885M| 829 |   - |1052 |1753 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
483.80/483.85	c   454s|  6770k|  6697k|     0 |   0.0 |1888M| 829 |   - |1052 |1756 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
484.50/484.55	c   455s|  6780k|  6707k|     0 |   0.0 |1890M| 829 |   - |1052 |1788 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
485.20/485.21	c   456s|  6790k|  6717k|     0 |   0.0 |1893M| 829 |   - |1052 |1842 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
485.80/485.88	c   456s|  6800k|  6727k|     0 |   0.0 |1896M| 829 |   - |1052 |1866 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
486.50/486.56	c   457s|  6810k|  6736k|     0 |   0.0 |1899M| 829 |   - |1052 |1894 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
487.21/487.27	c   458s|  6820k|  6746k|     0 |   0.0 |1901M| 829 |   - |1052 |1616 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
487.90/487.99	c   458s|  6830k|  6756k|     0 |   0.0 |1904M| 829 |   - |1052 |1680 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
488.60/488.69	c   459s|  6840k|  6766k|     0 |   0.0 |1907M| 829 |   - |1052 |1747 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
489.29/489.39	c   459s|  6850k|  6776k|     0 |   0.0 |1910M| 829 |   - |1052 |1793 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
490.00/490.05	c   460s|  6860k|  6786k|     0 |   0.0 |1912M| 829 |   - |1052 |1733 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
490.70/490.71	c   461s|  6870k|  6796k|     0 |   0.0 |1915M| 829 |   - |1052 |1748 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
491.30/491.38	c   461s|  6880k|  6806k|     0 |   0.0 |1918M| 829 |   - |1052 |1795 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
492.00/492.08	c   462s|  6890k|  6815k|     0 |   0.0 |1921M| 829 |   - |1052 |1651 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
492.70/492.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.70/492.79	c   463s|  6900k|  6825k|     0 |   0.0 |1924M| 829 |   - |1052 |1619 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
493.50/493.51	c   463s|  6910k|  6835k|     0 |   0.0 |1926M| 829 |   - |1052 |1702 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
494.10/494.19	c   464s|  6920k|  6845k|     0 |   0.0 |1929M| 829 |   - |1052 |1758 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
494.80/494.87	c   465s|  6930k|  6855k|     0 |   0.0 |1932M| 829 |   - |1052 |1804 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
495.50/495.57	c   465s|  6940k|  6865k|     0 |   0.0 |1935M| 829 |   - |1052 |1880 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
496.20/496.22	c   466s|  6950k|  6875k|     0 |   0.0 |1938M| 829 |   - |1052 |1922 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
496.90/496.92	c   467s|  6960k|  6885k|     0 |   0.0 |1940M| 829 |   - |1052 |1974 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
497.60/497.62	c   467s|  6970k|  6895k|     0 |   0.0 |1943M| 829 |   - |1052 |1651 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
498.20/498.30	c   468s|  6980k|  6904k|     0 |   0.0 |1946M| 829 |   - |1052 |1687 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
498.90/498.99	c   468s|  6990k|  6914k|     0 |   0.0 |1949M| 829 |   - |1052 |1716 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
499.70/499.70	c   469s|  7000k|  6924k|     0 |   0.0 |1951M| 829 |   - |1052 |1806 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
500.30/500.38	c   470s|  7010k|  6934k|     0 |   0.0 |1954M| 829 |   - |1052 |1829 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
501.00/501.06	c   470s|  7020k|  6944k|     0 |   0.0 |1957M| 829 |   - |1052 |1903 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
501.70/501.74	c   471s|  7030k|  6954k|     0 |   0.0 |1960M| 829 |   - |1052 |1951 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
502.40/502.47	c   472s|  7040k|  6964k|     0 |   0.0 |1963M| 829 |   - |1052 |1956 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
503.10/503.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.10/503.17	c   472s|  7050k|  6974k|     0 |   0.0 |1965M| 829 |   - |1052 |1647 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
503.90/503.92	c   473s|  7060k|  6983k|     0 |   0.0 |1968M| 829 |   - |1052 |1753 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
504.60/504.60	c   474s|  7070k|  6993k|     0 |   0.0 |1971M| 829 |   - |1052 |1727 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
505.20/505.28	c   474s|  7080k|  7003k|     0 |   0.0 |1974M| 829 |   - |1052 |1631 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
505.90/505.95	c   475s|  7090k|  7013k|     0 |   0.0 |1976M| 829 |   - |1052 |1725 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
506.60/506.62	c   476s|  7100k|  7023k|     0 |   0.0 |1979M| 829 |   - |1052 |1696 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
507.30/507.33	c   476s|  7110k|  7033k|     0 |   0.0 |1982M| 829 |   - |1052 |1637 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
508.00/508.03	c   477s|  7120k|  7043k|     0 |   0.0 |1985M| 829 |   - |1052 |1612 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
508.70/508.71	c   478s|  7130k|  7053k|     0 |   0.0 |1988M| 829 |   - |1052 |1538 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
509.40/509.41	c   478s|  7140k|  7062k|     0 |   0.0 |1990M| 829 |   - |1052 |1494 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
510.10/510.12	c   479s|  7150k|  7072k|     0 |   0.0 |1993M| 829 |   - |1052 |1561 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
510.70/510.77	c   480s|  7160k|  7082k|     0 |   0.0 |1996M| 829 |   - |1052 |1523 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
511.40/511.44	c   480s|  7170k|  7092k|     0 |   0.0 |1999M| 829 |   - |1052 |1576 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
512.10/512.11	c   481s|  7180k|  7102k|     0 |   0.0 |2001M| 829 |   - |1052 |1586 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
512.80/512.81	c   481s|  7190k|  7112k|     0 |   0.0 |2004M| 829 |   - |1052 |1682 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
513.50/513.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
513.50/513.55	c   482s|  7200k|  7122k|     0 |   0.0 |2007M| 829 |   - |1052 |1659 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
514.20/514.26	c   483s|  7210k|  7132k|     0 |   0.0 |2010M| 829 |   - |1052 |1712 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
514.90/514.98	c   483s|  7220k|  7141k|     0 |   0.0 |2013M| 829 |   - |1052 |1760 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
515.60/515.68	c   484s|  7230k|  7151k|     0 |   0.0 |2016M| 829 |   - |1052 |1828 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
516.30/516.32	c   485s|  7240k|  7161k|     0 |   0.0 |2018M| 829 |   - |1052 |1841 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
517.00/517.03	c   485s|  7250k|  7171k|     0 |   0.0 |2021M| 829 |   - |1052 |1973 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
517.70/517.71	c   486s|  7260k|  7181k|     0 |   0.0 |2024M| 829 |   - |1052 |2060 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
518.40/518.43	c   487s|  7270k|  7191k|     0 |   0.0 |2027M| 829 |   - |1052 |1984 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
519.11/519.14	c   487s|  7280k|  7201k|     0 |   0.0 |2030M| 829 |   - |1052 |2077 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
519.80/519.82	c   488s|  7290k|  7211k|     0 |   0.0 |2032M| 829 |   - |1052 |2141 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
520.50/520.51	c   489s|  7300k|  7220k|     0 |   0.0 |2035M| 829 |   - |1052 |2173 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
521.20/521.20	c   489s|  7310k|  7230k|     0 |   0.0 |2038M| 829 |   - |1052 |2283 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
521.90/521.90	c   490s|  7320k|  7240k|     0 |   0.0 |2041M| 829 |   - |1052 |2297 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
522.51/522.57	c   491s|  7330k|  7250k|     0 |   0.0 |2044M| 829 |   - |1052 |2385 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
523.20/523.27	c   491s|  7340k|  7260k|     0 |   0.0 |2046M| 829 |   - |1052 |2189 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
524.00/524.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.00/524.00	c   492s|  7350k|  7270k|     0 |   0.0 |2049M| 829 |   - |1052 |1708 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
524.60/524.68	c   493s|  7360k|  7280k|     0 |   0.0 |2052M| 829 |   - |1052 |1762 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
525.31/525.36	c   493s|  7370k|  7290k|     0 |   0.0 |2055M| 829 |   - |1052 |1809 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
526.00/526.04	c   494s|  7380k|  7300k|     0 |   0.0 |2057M| 829 |   - |1052 |1876 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
526.70/526.73	c   494s|  7390k|  7309k|     0 |   0.0 |2060M| 829 |   - |1052 |1904 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
527.40/527.41	c   495s|  7400k|  7319k|     0 |   0.0 |2063M| 829 |   - |1052 |1898 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
528.00/528.08	c   496s|  7410k|  7329k|     0 |   0.0 |2066M| 829 |   - |1052 |1834 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
528.80/528.80	c   496s|  7420k|  7339k|     0 |   0.0 |2068M| 829 |   - |1052 |1645 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
529.50/529.51	c   497s|  7430k|  7349k|     0 |   0.0 |2071M| 829 |   - |1052 |1693 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
530.21/530.23	c   498s|  7440k|  7359k|     0 |   0.0 |2074M| 829 |   - |1052 |1767 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
530.90/530.93	c   498s|  7450k|  7369k|     0 |   0.0 |2077M| 829 |   - |1052 |1769 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
531.60/531.60	c   499s|  7460k|  7379k|     0 |   0.0 |2080M| 829 |   - |1052 |1868 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
532.21/532.30	c   500s|  7470k|  7388k|     0 |   0.0 |2082M| 829 |   - |1052 |1951 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
533.00/533.00	c   500s|  7480k|  7398k|     0 |   0.0 |2085M| 829 |   - |1052 |2029 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
533.70/533.70	c   501s|  7490k|  7408k|     0 |   0.0 |2088M| 829 |   - |1052 |1977 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
534.30/534.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.30/534.39	c   502s|  7500k|  7418k|     0 |   0.0 |2091M| 829 |   - |1052 |1768 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
535.00/535.08	c   502s|  7510k|  7428k|     0 |   0.0 |2093M| 829 |   - |1052 |1771 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
535.70/535.77	c   503s|  7520k|  7438k|     0 |   0.0 |2096M| 829 |   - |1052 |1846 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
536.40/536.45	c   504s|  7530k|  7448k|     0 |   0.0 |2099M| 829 |   - |1052 |1905 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
537.10/537.11	c   504s|  7540k|  7458k|     0 |   0.0 |2102M| 829 |   - |1052 |1980 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
537.70/537.78	c   505s|  7550k|  7467k|     0 |   0.0 |2105M| 829 |   - |1052 |2038 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
538.40/538.48	c   505s|  7560k|  7477k|     0 |   0.0 |2107M| 829 |   - |1052 |2075 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
539.20/539.20	c   506s|  7570k|  7487k|     0 |   0.0 |2110M| 829 |   - |1052 |2042 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
539.79/539.88	c   507s|  7580k|  7497k|     0 |   0.0 |2113M| 829 |   - |1052 |1927 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
540.50/540.59	c   507s|  7590k|  7507k|     0 |   0.0 |2116M| 829 |   - |1052 |1975 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
541.30/541.30	c   508s|  7600k|  7517k|     0 |   0.0 |2119M| 829 |   - |1052 |2032 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
541.90/541.96	c   509s|  7610k|  7527k|     0 |   0.0 |2121M| 829 |   - |1052 |2103 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
542.60/542.63	c   509s|  7620k|  7537k|     0 |   0.0 |2124M| 829 |   - |1052 |2134 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
543.30/543.32	c   510s|  7630k|  7547k|     0 |   0.0 |2127M| 829 |   - |1052 |2212 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
543.90/543.98	c   511s|  7640k|  7556k|     0 |   0.0 |2130M| 829 |   - |1052 |2042 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
544.60/544.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
544.60/544.68	c   511s|  7650k|  7566k|     0 |   0.0 |2132M| 829 |   - |1052 |1860 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
545.30/545.38	c   512s|  7660k|  7576k|     0 |   0.0 |2135M| 829 |   - |1052 |1954 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
546.00/546.07	c   513s|  7670k|  7586k|     0 |   0.0 |2138M| 829 |   - |1052 |1931 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
546.70/546.76	c   513s|  7680k|  7596k|     0 |   0.0 |2141M| 829 |   - |1052 |2003 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
547.40/547.46	c   514s|  7690k|  7606k|     0 |   0.0 |2144M| 829 |   - |1052 |2086 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
548.10/548.12	c   514s|  7700k|  7616k|     0 |   0.0 |2147M| 829 |   - |1052 |2075 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
548.70/548.79	c   515s|  7710k|  7626k|     0 |   0.0 |2149M| 829 |   - |1052 |2187 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
549.50/549.52	c   516s|  7720k|  7635k|     0 |   0.0 |2152M| 829 |   - |1052 |2039 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
550.20/550.22	c   516s|  7730k|  7645k|     0 |   0.0 |2155M| 829 |   - |1052 |1725 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
550.90/550.96	c   517s|  7740k|  7655k|     0 |   0.0 |2158M| 829 |   - |1052 |1836 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
551.60/551.67	c   518s|  7750k|  7665k|     0 |   0.0 |2160M| 829 |   - |1052 |1655 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
552.30/552.37	c   518s|  7760k|  7675k|     0 |   0.0 |2163M| 829 |   - |1052 |1556 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
553.00/553.05	c   519s|  7770k|  7685k|     0 |   0.0 |2166M| 829 |   - |1052 |1670 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
553.69/553.73	c   520s|  7780k|  7695k|     0 |   0.0 |2169M| 829 |   - |1052 |1664 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
554.41/554.42	c   520s|  7790k|  7705k|     0 |   0.0 |2171M| 829 |   - |1052 |1711 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
555.00/555.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
555.00/555.09	c   521s|  7800k|  7714k|     0 |   0.0 |2174M| 829 |   - |1052 |1645 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
555.80/555.82	c   522s|  7810k|  7724k|     0 |   0.0 |2177M| 829 |   - |1052 |1700 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
556.51/556.51	c   522s|  7820k|  7734k|     0 |   0.0 |2180M| 829 |   - |1052 |1752 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
557.20/557.21	c   523s|  7830k|  7744k|     0 |   0.0 |2183M| 829 |   - |1052 |1773 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
557.80/557.89	c   524s|  7840k|  7754k|     0 |   0.0 |2185M| 829 |   - |1052 |1850 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
558.50/558.57	c   524s|  7850k|  7764k|     0 |   0.0 |2188M| 829 |   - |1052 |1832 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
559.20/559.28	c   525s|  7860k|  7774k|     0 |   0.0 |2191M| 829 |   - |1052 |1854 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
559.90/559.92	c   526s|  7870k|  7784k|     0 |   0.0 |2194M| 829 |   - |1052 |1728 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
560.60/560.68	c   526s|  7880k|  7793k|     0 |   0.0 |2196M| 829 |   - |1052 |1730 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
561.30/561.39	c   527s|  7890k|  7803k|     0 |   0.0 |2199M| 829 |   - |1052 |1781 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
562.00/562.07	c   528s|  7900k|  7813k|     0 |   0.0 |2202M| 829 |   - |1052 |1801 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
562.70/562.76	c   528s|  7910k|  7823k|     0 |   0.0 |2205M| 829 |   - |1052 |1854 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
563.40/563.45	c   529s|  7920k|  7833k|     0 |   0.0 |2208M| 829 |   - |1052 |1968 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
564.10/564.11	c   529s|  7930k|  7843k|     0 |   0.0 |2210M| 829 |   - |1052 |1978 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
564.70/564.79	c   530s|  7940k|  7853k|     0 |   0.0 |2213M| 829 |   - |1052 |2075 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
565.41/565.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.41/565.46	c   531s|  7950k|  7863k|     0 |   0.0 |2216M| 829 |   - |1052 |2139 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
566.10/566.17	c   531s|  7960k|  7872k|     0 |   0.0 |2219M| 829 |   - |1052 |2081 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
566.80/566.88	c   532s|  7970k|  7882k|     0 |   0.0 |2222M| 829 |   - |1052 |2173 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
567.50/567.56	c   533s|  7980k|  7892k|     0 |   0.0 |2224M| 829 |   - |1052 |2215 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
568.20/568.24	c   533s|  7990k|  7902k|     0 |   0.0 |2227M| 829 |   - |1052 |2259 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
568.90/568.93	c   534s|  8000k|  7912k|     0 |   0.0 |2230M| 829 |   - |1052 |2354 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
569.60/569.61	c   535s|  8010k|  7922k|     0 |   0.0 |2233M| 829 |   - |1052 |2470 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
570.20/570.27	c   535s|  8020k|  7932k|     0 |   0.0 |2236M| 829 |   - |1052 |2516 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
570.90/570.97	c   536s|  8030k|  7942k|     0 |   0.0 |2239M| 829 |   - |1052 |2470 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
571.60/571.64	c   537s|  8040k|  7952k|     0 |   0.0 |2241M| 829 |   - |1052 |2349 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
572.30/572.33	c   537s|  8050k|  7961k|     0 |   0.0 |2244M| 829 |   - |1052 |2429 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
573.00/573.05	c   538s|  8060k|  7971k|     0 |   0.0 |2247M| 829 |   - |1052 |2478 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
573.70/573.73	c   538s|  8070k|  7981k|     0 |   0.0 |2250M| 829 |   - |1052 |2533 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
574.40/574.41	c   539s|  8080k|  7991k|     0 |   0.0 |2253M| 829 |   - |1052 |2627 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
575.10/575.10	c   540s|  8090k|  8001k|     0 |   0.0 |2255M| 829 |   - |1052 |2662 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
575.70/575.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
575.70/575.76	c   540s|  8100k|  8011k|     0 |   0.0 |2258M| 829 |   - |1052 |2571 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
576.40/576.46	c   541s|  8110k|  8021k|     0 |   0.0 |2261M| 829 |   - |1052 |2597 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
577.10/577.16	c   542s|  8120k|  8031k|     0 |   0.0 |2264M| 829 |   - |1052 |2161 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
577.80/577.85	c   542s|  8130k|  8040k|     0 |   0.0 |2266M| 829 |   - |1052 |2179 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
578.51/578.55	c   543s|  8140k|  8050k|     0 |   0.0 |2269M| 829 |   - |1052 |2208 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
579.20/579.23	c   544s|  8150k|  8060k|     0 |   0.0 |2272M| 829 |   - |1052 |2288 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
579.80/579.89	c   544s|  8160k|  8070k|     0 |   0.0 |2275M| 829 |   - |1052 |2397 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
580.50/580.57	c   545s|  8170k|  8080k|     0 |   0.0 |2278M| 829 |   - |1052 |2439 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
581.21/581.25	c   546s|  8180k|  8090k|     0 |   0.0 |2281M| 829 |   - |1052 |2506 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
581.90/581.98	c   546s|  8190k|  8100k|     0 |   0.0 |2283M| 829 |   - |1052 |2400 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
582.60/582.67	c   547s|  8200k|  8110k|     0 |   0.0 |2286M| 829 |   - |1052 |2434 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
583.30/583.36	c   548s|  8210k|  8119k|     0 |   0.0 |2289M| 829 |   - |1052 |2467 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
584.01/584.05	c   548s|  8220k|  8129k|     0 |   0.0 |2292M| 829 |   - |1052 |2530 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
584.70/584.78	c   549s|  8230k|  8139k|     0 |   0.0 |2295M| 829 |   - |1052 |2616 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
585.40/585.44	c   549s|  8240k|  8149k|     0 |   0.0 |2297M| 829 |   - |1052 |2640 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
586.10/586.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
586.10/586.12	c   550s|  8250k|  8159k|     0 |   0.0 |2300M| 829 |   - |1052 |2759 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
586.70/586.79	c   551s|  8260k|  8169k|     0 |   0.0 |2303M| 829 |   - |1052 |2809 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
587.50/587.52	c   551s|  8270k|  8179k|     0 |   0.0 |2306M| 829 |   - |1052 |2152 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
588.21/588.24	c   552s|  8280k|  8189k|     0 |   0.0 |2308M| 829 |   - |1052 |2201 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
588.90/588.92	c   553s|  8290k|  8198k|     0 |   0.0 |2311M| 829 |   - |1052 |2229 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
589.60/589.63	c   553s|  8300k|  8208k|     0 |   0.0 |2314M| 829 |   - |1052 |2326 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
590.30/590.30	c   554s|  8310k|  8218k|     0 |   0.0 |2317M| 829 |   - |1052 |2379 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
590.90/590.98	c   555s|  8320k|  8228k|     0 |   0.0 |2320M| 829 |   - |1052 |2310 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
591.60/591.66	c   555s|  8330k|  8238k|     0 |   0.0 |2323M| 829 |   - |1052 |2410 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
592.30/592.34	c   556s|  8340k|  8248k|     0 |   0.0 |2325M| 829 |   - |1052 |2166 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
593.00/593.06	c   557s|  8350k|  8258k|     0 |   0.0 |2328M| 829 |   - |1052 |1656 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
593.70/593.74	c   557s|  8360k|  8268k|     0 |   0.0 |2331M| 829 |   - |1052 |1754 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
594.40/594.45	c   558s|  8370k|  8278k|     0 |   0.0 |2333M| 829 |   - |1052 |1798 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
595.11/595.14	c   559s|  8380k|  8287k|     0 |   0.0 |2336M| 829 |   - |1052 |1861 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
595.80/595.82	c   559s|  8390k|  8297k|     0 |   0.0 |2339M| 829 |   - |1052 |1908 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
596.50/596.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
596.50/596.50	c   560s|  8400k|  8307k|     0 |   0.0 |2342M| 829 |   - |1052 |2004 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
597.10/597.18	c   560s|  8410k|  8317k|     0 |   0.0 |2345M| 829 |   - |1052 |2044 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
597.80/597.85	c   561s|  8420k|  8327k|     0 |   0.0 |2347M| 829 |   - |1052 |2059 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
598.50/598.57	c   562s|  8430k|  8337k|     0 |   0.0 |2350M| 829 |   - |1052 |1708 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
599.30/599.31	c   562s|  8440k|  8347k|     0 |   0.0 |2353M| 829 |   - |1052 |1792 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
599.90/599.99	c   563s|  8450k|  8357k|     0 |   0.0 |2356M| 829 |   - |1052 |1845 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
600.61/600.66	c   564s|  8460k|  8366k|     0 |   0.0 |2359M| 829 |   - |1052 |1926 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
601.30/601.36	c   564s|  8470k|  8376k|     0 |   0.0 |2361M| 829 |   - |1052 |1955 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
602.00/602.05	c   565s|  8480k|  8386k|     0 |   0.0 |2364M| 829 |   - |1052 |2018 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
602.71/602.70	c   566s|  8490k|  8396k|     0 |   0.0 |2367M| 829 |   - |1052 |1963 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
603.30/603.37	c   566s|  8500k|  8406k|     0 |   0.0 |2370M| 829 |   - |1052 |1974 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
604.00/604.08	c   567s|  8510k|  8416k|     0 |   0.0 |2373M| 829 |   - |1052 |1802 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
604.70/604.79	c   568s|  8520k|  8426k|     0 |   0.0 |2375M| 829 |   - |1052 |1874 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
605.40/605.48	c   568s|  8530k|  8436k|     0 |   0.0 |2378M| 829 |   - |1052 |1856 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
606.11/606.14	c   569s|  8540k|  8445k|     0 |   0.0 |2381M| 829 |   - |1052 |1969 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
606.81/606.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
606.81/606.81	c   569s|  8550k|  8455k|     0 |   0.0 |2384M| 829 |   - |1052 |1988 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
607.41/607.48	c   570s|  8560k|  8465k|     0 |   0.0 |2387M| 829 |   - |1052 |2004 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
608.10/608.16	c   571s|  8570k|  8475k|     0 |   0.0 |2389M| 829 |   - |1052 |2105 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
608.80/608.88	c   571s|  8580k|  8485k|     0 |   0.0 |2392M| 829 |   - |1052 |2156 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
609.50/609.57	c   572s|  8590k|  8495k|     0 |   0.0 |2395M| 829 |   - |1052 |2142 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
610.20/610.29	c   573s|  8600k|  8505k|     0 |   0.0 |2398M| 829 |   - |1052 |2216 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
610.91/610.99	c   573s|  8610k|  8515k|     0 |   0.0 |2401M| 829 |   - |1052 |2257 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
611.61/611.65	c   574s|  8620k|  8524k|     0 |   0.0 |2403M| 829 |   - |1052 |2324 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
612.30/612.33	c   575s|  8630k|  8534k|     0 |   0.0 |2406M| 829 |   - |1052 |2411 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
613.00/613.06	c   575s|  8640k|  8544k|     0 |   0.0 |2409M| 829 |   - |1052 |2521 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
613.71/613.71	c   576s|  8650k|  8554k|     0 |   0.0 |2412M| 829 |   - |1052 |2566 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
614.41/614.41	c   577s|  8660k|  8564k|     0 |   0.0 |2415M| 829 |   - |1052 |2616 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
615.10/615.10	c   577s|  8670k|  8574k|     0 |   0.0 |2417M| 829 |   - |1052 |2209 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
615.70/615.79	c   578s|  8680k|  8584k|     0 |   0.0 |2420M| 829 |   - |1052 |2260 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
616.50/616.52	c   579s|  8690k|  8594k|     0 |   0.0 |2423M| 829 |   - |1052 |2342 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
617.20/617.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.20/617.23	c   579s|  8700k|  8603k|     0 |   0.0 |2426M| 829 |   - |1052 |2436 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
617.80/617.89	c   580s|  8710k|  8613k|     0 |   0.0 |2429M| 829 |   - |1052 |2431 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
618.50/618.57	c   580s|  8720k|  8623k|     0 |   0.0 |2431M| 829 |   - |1052 |2545 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
619.20/619.23	c   581s|  8730k|  8633k|     0 |   0.0 |2434M| 829 |   - |1052 |2423 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
619.90/619.93	c   582s|  8740k|  8643k|     0 |   0.0 |2437M| 829 |   - |1052 |2419 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
620.60/620.63	c   582s|  8750k|  8653k|     0 |   0.0 |2439M| 829 |   - |1052 |1829 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
621.30/621.34	c   583s|  8760k|  8663k|     0 |   0.0 |2442M| 829 |   - |1052 |1923 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
622.00/622.04	c   584s|  8770k|  8673k|     0 |   0.0 |2445M| 829 |   - |1052 |1949 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
622.70/622.72	c   584s|  8780k|  8682k|     0 |   0.0 |2448M| 829 |   - |1052 |1901 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
623.40/623.43	c   585s|  8790k|  8692k|     0 |   0.0 |2451M| 829 |   - |1052 |2015 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
624.10/624.12	c   586s|  8800k|  8702k|     0 |   0.0 |2454M| 829 |   - |1052 |2033 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
624.80/624.85	c   586s|  8810k|  8712k|     0 |   0.0 |2456M| 829 |   - |1052 |2111 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
625.50/625.57	c   587s|  8820k|  8722k|     0 |   0.0 |2459M| 829 |   - |1052 |2090 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
626.20/626.26	c   588s|  8830k|  8732k|     0 |   0.0 |2462M| 829 |   - |1052 |1826 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
626.90/626.99	c   588s|  8840k|  8742k|     0 |   0.0 |2465M| 829 |   - |1052 |1922 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
627.70/627.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.70/627.72	c   589s|  8850k|  8752k|     0 |   0.0 |2468M| 829 |   - |1052 |2014 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
628.30/628.38	c   590s|  8860k|  8761k|     0 |   0.0 |2470M| 829 |   - |1052 |2071 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
629.00/629.05	c   590s|  8870k|  8771k|     0 |   0.0 |2473M| 829 |   - |1052 |2184 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
629.70/629.74	c   591s|  8880k|  8781k|     0 |   0.0 |2476M| 829 |   - |1052 |2235 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
630.40/630.42	c   592s|  8890k|  8791k|     0 |   0.0 |2479M| 829 |   - |1052 |2253 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
631.10/631.10	c   592s|  8900k|  8801k|     0 |   0.0 |2482M| 829 |   - |1052 |2246 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
631.80/631.81	c   593s|  8910k|  8811k|     0 |   0.0 |2484M| 829 |   - |1052 |1954 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
632.41/632.50	c   594s|  8920k|  8821k|     0 |   0.0 |2487M| 829 |   - |1052 |1891 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
633.20/633.20	c   594s|  8930k|  8831k|     0 |   0.0 |2490M| 829 |   - |1052 |1927 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
633.90/633.92	c   595s|  8940k|  8840k|     0 |   0.0 |2493M| 829 |   - |1052 |1988 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
634.50/634.59	c   596s|  8950k|  8850k|     0 |   0.0 |2495M| 829 |   - |1052 |1993 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
635.20/635.26	c   596s|  8960k|  8860k|     0 |   0.0 |2498M| 829 |   - |1052 |1988 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
635.91/635.94	c   597s|  8970k|  8870k|     0 |   0.0 |2501M| 829 |   - |1052 |1940 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
636.60/636.64	c   597s|  8980k|  8880k|     0 |   0.0 |2504M| 829 |   - |1052 |1934 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
637.30/637.37	c   598s|  8990k|  8890k|     0 |   0.0 |2507M| 829 |   - |1052 |1865 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
638.11/638.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
638.11/638.12	c   599s|  9000k|  8900k|     0 |   0.0 |2509M| 829 |   - |1052 |1874 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
638.80/638.81	c   599s|  9010k|  8909k|     0 |   0.0 |2512M| 829 |   - |1052 |1904 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
639.51/639.50	c   600s|  9020k|  8919k|     0 |   0.0 |2515M| 829 |   - |1052 |1998 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
640.11/640.15	c   601s|  9030k|  8929k|     0 |   0.0 |2518M| 829 |   - |1052 |2058 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
640.80/640.82	c   601s|  9040k|  8939k|     0 |   0.0 |2521M| 829 |   - |1052 |2138 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
641.40/641.46	c   602s|  9050k|  8949k|     0 |   0.0 |2523M| 829 |   - |1052 |2175 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
642.10/642.12	c   603s|  9060k|  8959k|     0 |   0.0 |2526M| 829 |   - |1052 |2276 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
642.80/642.84	c   603s|  9070k|  8969k|     0 |   0.0 |2529M| 829 |   - |1052 |2120 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
643.50/643.53	c   604s|  9080k|  8979k|     0 |   0.0 |2532M| 829 |   - |1052 |2225 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
644.21/644.22	c   605s|  9090k|  8988k|     0 |   0.0 |2535M| 829 |   - |1052 |2252 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
644.80/644.88	c   605s|  9100k|  8998k|     0 |   0.0 |2537M| 829 |   - |1052 |2307 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
645.50/645.55	c   606s|  9110k|  9008k|     0 |   0.0 |2540M| 829 |   - |1052 |2330 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
646.20/646.21	c   606s|  9120k|  9018k|     0 |   0.0 |2543M| 829 |   - |1052 |2406 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
646.81/646.87	c   607s|  9130k|  9028k|     0 |   0.0 |2546M| 829 |   - |1052 |2291 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
647.50/647.52	c   608s|  9140k|  9038k|     0 |   0.0 |2549M| 829 |   - |1052 |2355 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
648.20/648.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
648.20/648.24	c   608s|  9150k|  9048k|     0 |   0.0 |2551M| 829 |   - |1052 |1931 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
648.91/648.96	c   609s|  9160k|  9058k|     0 |   0.0 |2554M| 829 |   - |1052 |1925 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
649.60/649.66	c   610s|  9170k|  9067k|     0 |   0.0 |2557M| 829 |   - |1052 |1951 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
650.31/650.32	c   610s|  9180k|  9077k|     0 |   0.0 |2560M| 829 |   - |1052 |2016 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
651.01/651.03	c   611s|  9190k|  9087k|     0 |   0.0 |2563M| 829 |   - |1052 |2045 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
651.60/651.69	c   612s|  9200k|  9097k|     0 |   0.0 |2565M| 829 |   - |1052 |2043 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
652.31/652.39	c   612s|  9210k|  9107k|     0 |   0.0 |2568M| 829 |   - |1052 |2020 |   0 |   0 |   0 | 513k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
653.00/653.04	c   613s|  9220k|  9117k|     0 |   0.0 |2571M| 829 |   - |1052 |2139 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
653.71/653.73	c   613s|  9230k|  9127k|     0 |   0.0 |2574M| 829 |   - |1052 |1870 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
654.41/654.47	c   614s|  9240k|  9137k|     0 |   0.0 |2576M| 829 |   - |1052 |1946 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
655.10/655.19	c   615s|  9250k|  9146k|     0 |   0.0 |2579M| 829 |   - |1052 |1975 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
655.81/655.87	c   615s|  9260k|  9156k|     0 |   0.0 |2582M| 829 |   - |1052 |2042 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
656.50/656.55	c   616s|  9270k|  9166k|     0 |   0.0 |2585M| 829 |   - |1052 |2074 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
657.20/657.22	c   617s|  9280k|  9176k|     0 |   0.0 |2588M| 829 |   - |1052 |2166 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
657.81/657.88	c   617s|  9290k|  9186k|     0 |   0.0 |2591M| 829 |   - |1052 |2241 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
658.51/658.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.51/658.59	c   618s|  9300k|  9196k|     0 |   0.0 |2593M| 829 |   - |1052 |2345 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
659.20/659.29	c   619s|  9310k|  9206k|     0 |   0.0 |2596M| 829 |   - |1052 |2293 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
660.01/660.01	c   619s|  9320k|  9215k|     0 |   0.0 |2599M| 829 |   - |1052 |2316 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
660.70/660.75	c   620s|  9330k|  9225k|     0 |   0.0 |2602M| 829 |   - |1052 |2378 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
661.41/661.45	c   621s|  9340k|  9235k|     0 |   0.0 |2605M| 829 |   - |1052 |2498 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
662.11/662.13	c   621s|  9350k|  9245k|     0 |   0.0 |2607M| 829 |   - |1052 |2472 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
662.81/662.80	c   622s|  9360k|  9255k|     0 |   0.0 |2610M| 829 |   - |1052 |2540 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
663.40/663.46	c   622s|  9370k|  9265k|     0 |   0.0 |2613M| 829 |   - |1052 |2430 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
664.10/664.13	c   623s|  9380k|  9275k|     0 |   0.0 |2616M| 829 |   - |1052 |2519 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
664.80/664.87	c   624s|  9390k|  9285k|     0 |   0.0 |2619M| 829 |   - |1052 |2350 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
665.51/665.56	c   624s|  9400k|  9294k|     0 |   0.0 |2621M| 829 |   - |1052 |2372 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
666.20/666.29	c   625s|  9410k|  9304k|     0 |   0.0 |2624M| 829 |   - |1052 |2463 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
666.90/666.98	c   626s|  9420k|  9314k|     0 |   0.0 |2627M| 829 |   - |1052 |2442 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
667.61/667.68	c   626s|  9430k|  9324k|     0 |   0.0 |2630M| 829 |   - |1052 |2560 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
668.30/668.35	c   627s|  9440k|  9334k|     0 |   0.0 |2633M| 829 |   - |1052 |2577 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
669.00/669.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
669.00/669.00	c   628s|  9450k|  9344k|     0 |   0.0 |2635M| 829 |   - |1052 |2692 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
669.70/669.72	c   628s|  9460k|  9354k|     0 |   0.0 |2638M| 829 |   - |1052 |2864 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
670.41/670.41	c   629s|  9470k|  9363k|     0 |   0.0 |2641M| 829 |   - |1052 |2410 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
671.10/671.10	c   630s|  9480k|  9373k|     0 |   0.0 |2644M| 829 |   - |1052 |2397 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
671.81/671.82	c   630s|  9490k|  9383k|     0 |   0.0 |2647M| 829 |   - |1052 |2431 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
672.50/672.56	c   631s|  9500k|  9393k|     0 |   0.0 |2649M| 829 |   - |1052 |2497 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
673.21/673.25	c   632s|  9510k|  9403k|     0 |   0.0 |2652M| 829 |   - |1052 |2592 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
673.90/673.93	c   632s|  9520k|  9413k|     0 |   0.0 |2655M| 829 |   - |1052 |2618 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
674.60/674.62	c   633s|  9530k|  9423k|     0 |   0.0 |2658M| 829 |   - |1052 |2711 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
675.20/675.30	c   634s|  9540k|  9433k|     0 |   0.0 |2661M| 829 |   - |1052 |2705 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
675.90/675.99	c   634s|  9550k|  9442k|     0 |   0.0 |2663M| 829 |   - |1052 |2764 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
676.60/676.69	c   635s|  9560k|  9452k|     0 |   0.0 |2666M| 829 |   - |1052 |2424 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
677.30/677.38	c   636s|  9570k|  9462k|     0 |   0.0 |2669M| 829 |   - |1052 |2452 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
678.00/678.07	c   636s|  9580k|  9472k|     0 |   0.0 |2672M| 829 |   - |1052 |2361 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
678.71/678.74	c   637s|  9590k|  9482k|     0 |   0.0 |2674M| 829 |   - |1052 |2380 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
679.30/679.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
679.30/679.39	c   637s|  9600k|  9492k|     0 |   0.0 |2677M| 829 |   - |1052 |2413 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
680.00/680.05	c   638s|  9610k|  9502k|     0 |   0.0 |2680M| 829 |   - |1052 |2501 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
680.70/680.72	c   639s|  9620k|  9512k|     0 |   0.0 |2683M| 829 |   - |1052 |2289 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
681.40/681.41	c   639s|  9630k|  9521k|     0 |   0.0 |2686M| 829 |   - |1052 |2420 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
682.10/682.10	c   640s|  9640k|  9531k|     0 |   0.0 |2688M| 829 |   - |1052 |1978 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
682.80/682.81	c   641s|  9650k|  9541k|     0 |   0.0 |2691M| 829 |   - |1052 |2109 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
683.50/683.53	c   641s|  9660k|  9551k|     0 |   0.0 |2694M| 829 |   - |1052 |2153 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
684.21/684.23	c   642s|  9670k|  9561k|     0 |   0.0 |2697M| 829 |   - |1052 |2205 |   0 |   0 |   0 | 543k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
684.80/684.89	c   643s|  9680k|  9571k|     0 |   0.0 |2700M| 829 |   - |1052 |2270 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
685.51/685.57	c   643s|  9690k|  9581k|     0 |   0.0 |2702M| 829 |   - |1052 |2358 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
686.20/686.26	c   644s|  9700k|  9591k|     0 |   0.0 |2705M| 829 |   - |1052 |2391 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
686.90/686.93	c   645s|  9710k|  9600k|     0 |   0.0 |2708M| 829 |   - |1052 |2475 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
687.60/687.65	c   645s|  9720k|  9610k|     0 |   0.0 |2711M| 829 |   - |1052 |2337 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
688.30/688.37	c   646s|  9730k|  9620k|     0 |   0.0 |2714M| 829 |   - |1052 |2369 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
689.00/689.07	c   647s|  9740k|  9630k|     0 |   0.0 |2716M| 829 |   - |1052 |2445 |   0 |   0 |   0 | 548k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
689.71/689.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
689.71/689.72	c   647s|  9750k|  9640k|     0 |   0.0 |2719M| 829 |   - |1052 |2479 |   0 |   0 |   0 | 548k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
690.41/690.42	c   648s|  9760k|  9650k|     0 |   0.0 |2722M| 829 |   - |1052 |2391 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
691.10/691.10	c   648s|  9770k|  9660k|     0 |   0.0 |2725M| 829 |   - |1052 |2470 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
691.81/691.83	c   649s|  9780k|  9669k|     0 |   0.0 |2728M| 829 |   - |1052 |2425 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
692.50/692.51	c   650s|  9790k|  9679k|     0 |   0.0 |2731M| 829 |   - |1052 |2595 |   0 |   0 |   0 | 551k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
693.20/693.21	c   650s|  9800k|  9689k|     0 |   0.0 |2733M| 829 |   - |1052 |2115 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
693.90/693.91	c   651s|  9810k|  9699k|     0 |   0.0 |2736M| 829 |   - |1052 |2132 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
694.50/694.59	c   652s|  9820k|  9709k|     0 |   0.0 |2739M| 829 |   - |1052 |2198 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
695.21/695.29	c   652s|  9830k|  9719k|     0 |   0.0 |2742M| 829 |   - |1052 |2286 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
696.00/696.00	c   653s|  9840k|  9729k|     0 |   0.0 |2744M| 829 |   - |1052 |2357 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
696.61/696.68	c   654s|  9850k|  9738k|     0 |   0.0 |2747M| 829 |   - |1052 |2471 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
697.31/697.38	c   654s|  9860k|  9748k|     0 |   0.0 |2750M| 829 |   - |1052 |2387 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
698.00/698.04	c   655s|  9870k|  9758k|     0 |   0.0 |2753M| 829 |   - |1052 |2469 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
698.70/698.72	c   656s|  9880k|  9768k|     0 |   0.0 |2756M| 829 |   - |1052 |2442 |   0 |   0 |   0 | 557k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
699.40/699.43	c   656s|  9890k|  9778k|     0 |   0.0 |2758M| 829 |   - |1052 |2226 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
700.10/700.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.10/700.12	c   657s|  9900k|  9788k|     0 |   0.0 |2761M| 829 |   - |1052 |2243 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
700.80/700.80	c   658s|  9910k|  9798k|     0 |   0.0 |2764M| 829 |   - |1052 |2266 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
701.40/701.48	c   658s|  9920k|  9808k|     0 |   0.0 |2767M| 829 |   - |1052 |2397 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
702.10/702.15	c   659s|  9930k|  9817k|     0 |   0.0 |2770M| 829 |   - |1052 |2362 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
702.80/702.88	c   660s|  9940k|  9827k|     0 |   0.0 |2772M| 829 |   - |1052 |2489 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
703.60/703.61	c   660s|  9950k|  9837k|     0 |   0.0 |2775M| 829 |   - |1052 |2487 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
704.21/704.27	c   661s|  9960k|  9847k|     0 |   0.0 |2778M| 829 |   - |1052 |2538 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
704.90/704.97	c   661s|  9970k|  9857k|     0 |   0.0 |2781M| 829 |   - |1052 |2118 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
705.61/705.65	c   662s|  9980k|  9867k|     0 |   0.0 |2783M| 829 |   - |1052 |2114 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
706.30/706.33	c   663s|  9990k|  9877k|     0 |   0.0 |2786M| 829 |   - |1052 |2177 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
707.00/707.00	c   663s| 10000k|  9887k|     0 |   0.0 |2789M| 829 |   - |1052 |2299 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
707.61/707.67	c   664s| 10010k|  9896k|     0 |   0.0 |2792M| 829 |   - |1052 |2377 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
708.30/708.34	c   665s| 10020k|  9906k|     0 |   0.0 |2795M| 829 |   - |1052 |2449 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
709.00/709.03	c   665s| 10030k|  9916k|     0 |   0.0 |2798M| 829 |   - |1052 |2413 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
709.70/709.72	c   666s| 10040k|  9926k|     0 |   0.0 |2800M| 829 |   - |1052 |2512 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
710.30/710.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
710.30/710.39	c   667s| 10050k|  9936k|     0 |   0.0 |2803M| 829 |   - |1052 |2367 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
711.10/711.12	c   667s| 10060k|  9946k|     0 |   0.0 |2806M| 829 |   - |1052 |2414 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
711.80/711.82	c   668s| 10070k|  9956k|     0 |   0.0 |2809M| 829 |   - |1052 |2400 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
712.50/712.54	c   669s| 10080k|  9965k|     0 |   0.0 |2812M| 829 |   - |1052 |2511 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
713.10/713.19	c   669s| 10090k|  9975k|     0 |   0.0 |2814M| 829 |   - |1052 |2590 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
713.80/713.87	c   670s| 10100k|  9985k|     0 |   0.0 |2817M| 829 |   - |1052 |2626 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
714.50/714.53	c   670s| 10110k|  9995k|     0 |   0.0 |2820M| 829 |   - |1052 |2765 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
715.10/715.20	c   671s| 10120k| 10005k|     0 |   0.0 |2823M| 829 |   - |1052 |2758 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
715.80/715.88	c   672s| 10130k| 10015k|     0 |   0.0 |2826M| 829 |   - |1052 |2452 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
716.50/716.59	c   672s| 10140k| 10025k|     0 |   0.0 |2828M| 829 |   - |1052 |2507 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
717.31/717.30	c   673s| 10150k| 10035k|     0 |   0.0 |2831M| 829 |   - |1052 |2570 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
717.90/717.98	c   674s| 10160k| 10044k|     0 |   0.0 |2834M| 829 |   - |1052 |2616 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
718.61/718.66	c   674s| 10170k| 10054k|     0 |   0.0 |2837M| 829 |   - |1052 |2666 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
719.31/719.36	c   675s| 10180k| 10064k|     0 |   0.0 |2840M| 829 |   - |1052 |2726 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
720.01/720.07	c   676s| 10190k| 10074k|     0 |   0.0 |2843M| 829 |   - |1052 |2736 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
720.70/720.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.70/720.72	c   676s| 10200k| 10084k|     0 |   0.0 |2845M| 829 |   - |1052 |2802 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
721.40/721.40	c   677s| 10210k| 10094k|     0 |   0.0 |2848M| 829 |   - |1052 |2676 |   0 |   0 |   0 | 579k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
722.10/722.13	c   678s| 10220k| 10104k|     0 |   0.0 |2851M| 829 |   - |1052 |2298 |   0 |   0 |   0 | 579k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
722.81/722.84	c   678s| 10230k| 10114k|     0 |   0.0 |2854M| 829 |   - |1052 |2322 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
723.50/723.54	c   679s| 10240k| 10123k|     0 |   0.0 |2856M| 829 |   - |1052 |2158 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
724.21/724.20	c   679s| 10250k| 10133k|     0 |   0.0 |2859M| 829 |   - |1052 |2178 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
724.81/724.86	c   680s| 10260k| 10143k|     0 |   0.0 |2862M| 829 |   - |1052 |2216 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
725.50/725.54	c   681s| 10270k| 10153k|     0 |   0.0 |2865M| 829 |   - |1052 |2236 |   0 |   0 |   0 | 583k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
726.20/726.28	c   681s| 10280k| 10163k|     0 |   0.0 |2868M| 829 |   - |1052 |2189 |   0 |   0 |   0 | 583k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
726.41/726.47	c (node 10282912) switching to memory saving mode (mem: 2736.0M/3420.0M)
734.51/734.53	c   690s| 10290k| 10166k|     0 |   0.0 |2876M| 840 |   - |1052 |  19k|   0 |   0 |   0 | 617k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
744.21/744.27	c   699s| 10300k| 10166k|     0 |   0.0 |2887M| 840 |   - |1052 |  39k|   0 |   0 |   0 | 662k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
751.60/751.66	c   706s| 10310k| 10166k|     0 |   0.0 |2900M| 840 |   - |1052 |  69k|   0 |   0 |   0 | 712k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
761.21/761.23	c   716s| 10320k| 10166k|     0 |   0.0 |2906M| 840 |   - |1052 |  78k|   0 |   0 |   0 | 761k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
774.10/774.14	c   729s| 10330k| 10166k|     0 |   0.0 |2910M| 840 |   - |1052 |  85k|   0 |   0 |   0 | 810k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
787.51/787.59	c   742s| 10340k| 10166k|     0 |   0.0 |2918M| 840 |   - |1052 |  93k|   0 |   0 |   0 | 853k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
798.00/798.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
798.00/798.02	c   752s| 10350k| 10166k|     0 |   0.0 |2933M| 840 |   - |1052 | 127k|   0 |   0 |   0 | 905k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
807.51/807.59	c   762s| 10360k| 10166k|     0 |   0.0 |2952M| 840 |   - |1052 | 160k|   0 |   0 |   0 | 957k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
814.80/814.81	c   769s| 10370k| 10166k|     0 |   0.0 |2968M| 840 |   - |1052 | 199k|   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
823.41/823.45	c   778s| 10380k| 10166k|     0 |   0.0 |2985M| 840 |   - |1052 | 240k|   0 |   0 |   0 |1059k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
832.31/832.31	c   786s| 10390k| 10166k|     0 |   0.0 |3002M| 840 |   - |1052 | 279k|   0 |   0 |   0 |1110k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
841.01/841.00	c   795s| 10400k| 10166k|     0 |   0.0 |3019M| 840 |   - |1052 | 321k|   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
850.91/850.91	c   805s| 10410k| 10166k|     0 |   0.0 |3035M| 840 |   - |1052 | 359k|   0 |   0 |   0 |1213k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
859.50/859.54	c   813s| 10420k| 10166k|     0 |   0.0 |3042M| 840 |   - |1052 | 376k|   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
883.01/883.00	c   837s| 10430k| 10166k|     0 |   0.0 |3004M| 840 |   - |1052 | 232k|   0 |   0 |   0 |1313k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
901.21/901.22	c   855s| 10440k| 10166k|     0 |   0.0 |3008M| 840 |   - |1052 | 226k|   0 |   0 |   0 |1363k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
915.40/915.49	c   869s| 10450k| 10166k|     0 |   0.0 |3020M| 840 |   - |1052 | 256k|   0 |   0 |   0 |1413k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
928.41/928.40	c   882s| 10460k| 10166k|     0 |   0.0 |3033M| 840 |   - |1052 | 286k|   0 |   0 |   0 |1464k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
938.21/938.26	c   891s| 10470k| 10166k|     0 |   0.0 |3046M| 840 |   - |1052 | 320k|   0 |   0 |   0 |1515k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
950.50/950.53	c   904s| 10480k| 10166k|     0 |   0.0 |3059M| 840 |   - |1052 | 352k|   0 |   0 |   0 |1566k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
965.10/965.17	c   918s| 10490k| 10166k|     0 |   0.0 |3071M| 840 |   - |1052 | 382k|   0 |   0 |   0 |1616k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
980.11/980.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
980.11/980.17	c   933s| 10500k| 10166k|     0 |   0.0 |3085M| 840 |   - |1052 | 413k|   0 |   0 |   0 |1665k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
994.91/994.91	c   948s| 10510k| 10166k|     0 |   0.0 |3098M| 840 |   - |1052 | 444k|   0 |   0 |   0 |1715k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1009.61/1009.62	c   962s| 10520k| 10166k|     0 |   0.0 |3111M| 840 |   - |1052 | 475k|   0 |   0 |   0 |1764k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1022.01/1022.09	c   975s| 10530k| 10166k|     0 |   0.0 |3124M| 840 |   - |1052 | 509k|   0 |   0 |   0 |1814k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1036.21/1036.24	c   989s| 10540k| 10166k|     0 |   0.0 |3138M| 840 |   - |1052 | 541k|   0 |   0 |   0 |1863k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1060.31/1060.36	c  1013s| 10550k| 10166k|     0 |   0.0 |3172M| 840 |   - |1052 | 520k|   0 |   0 |   0 |1914k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1077.31/1077.32	c  1030s| 10560k| 10166k|     0 |   0.0 |3182M| 840 |   - |1052 | 541k|   0 |   0 |   0 |1965k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1090.71/1090.79	c  1043s| 10570k| 10166k|     0 |   0.0 |3195M| 840 |   - |1052 | 572k|   0 |   0 |   0 |2014k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1112.91/1112.95	c  1065s| 10580k| 10166k|     0 |   0.0 |3181M| 840 |   - |1052 | 519k|   0 |   0 |   0 |2065k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1155.61/1155.61	c  1108s| 10590k| 10166k|     0 |   0.0 |3168M| 840 |   - |1052 | 457k|   0 |   0 |   0 |2108k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1171.21/1171.20	c  1123s| 10600k| 10166k|     0 |   0.0 |3179M| 840 |   - |1052 | 467k|   0 |   0 |   0 |2158k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1185.61/1185.61	c  1137s| 10610k| 10166k|     0 |   0.0 |3192M| 840 |   - |1052 | 500k|   0 |   0 |   0 |2208k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1201.01/1201.04	c  1153s| 10620k| 10166k|     0 |   0.0 |3203M| 840 |   - |1052 | 524k|   0 |   0 |   0 |2257k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1211.51/1211.51	c  1163s| 10630k| 10166k|     0 |   0.0 |3216M| 840 |   - |1052 | 559k|   0 |   0 |   0 |2308k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1223.92/1223.94	c  1175s| 10640k| 10166k|     0 |   0.0 |3230M| 840 |   - |1052 | 593k|   0 |   0 |   0 |2360k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1234.71/1234.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1234.71/1234.75	c  1186s| 10650k| 10166k|     0 |   0.0 |3241M| 840 |   - |1052 | 623k|   0 |   0 |   0 |2412k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1248.11/1248.16	c  1199s| 10660k| 10166k|     0 |   0.0 |3253M| 840 |   - |1052 | 643k|   0 |   0 |   0 |2464k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1264.02/1264.01	c  1215s| 10670k| 10166k|     0 |   0.0 |3266M| 840 |   - |1052 | 675k|   0 |   0 |   0 |2513k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1280.52/1280.51	c  1231s| 10680k| 10166k|     0 |   0.0 |3279M| 840 |   - |1052 | 706k|   0 |   0 |   0 |2562k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1310.02/1310.01	c  1261s| 10690k| 10166k|     0 |   0.0 |3304M| 840 |   - |1052 | 731k|   0 |   0 |   0 |2614k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1342.31/1342.33	c  1293s| 10700k| 10166k|     0 |   0.0 |3317M| 840 |   - |1052 | 761k|   0 |   0 |   0 |2664k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1378.21/1378.26	c  1329s| 10710k| 10166k|     0 |   0.0 |3332M| 840 |   - |1052 | 793k|   0 |   0 |   0 |2715k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1417.52/1417.56	c  1368s| 10720k| 10166k|     0 |   0.0 |3344M| 840 |   - |1052 | 824k|   0 |   0 |   0 |2766k|   0 | 0.000000e+00 | 3.357000e+03 |    Inf 
1477.22/1477.21	c pressed CTRL-C 1 times (5 times for forcing termination)
1477.22/1477.21	c 
1477.22/1477.21	c SCIP Status        : solving was interrupted [user interrupt]
1477.22/1477.21	c Solving Time (sec) : 1427.59
1477.22/1477.21	c Solving Nodes      : 10729617
1477.22/1477.21	c Primal Bound       : +3.35700000000000e+03 (4 solutions)
1477.22/1477.21	c Dual Bound         : +0.00000000000000e+00
1477.22/1477.21	c Gap                : infinite
1477.22/1477.21	s SATISFIABLE
1477.22/1477.21	v x930 x929 x928 x927 x926 x925 x924 x923 x922 x921 x920 x919 x918 x917 x916 x915 x914 x913 x912 x911 x910 x909 x908 x907 x906 x905 
1477.22/1477.21	v x904 x903 x902 x901 x900 x899 x898 x897 x896 x895 x894 x893 x892 x891 x890 x889 x888 x887 x886 x885 x884 x883 x882 x881 x880 
1477.22/1477.21	v x879 x878 x877 x876 x875 x874 x873 x872 x871 x870 x869 x868 x867 x866 x865 x864 x863 x862 x861 x860 x859 x858 x857 x856 x855 
1477.22/1477.21	v x854 x853 x852 x851 x850 x849 x848 x847 x846 x845 x844 x843 x842 x841 x840 x839 x838 x837 x836 x835 x834 x833 x832 x831 x830 
1477.22/1477.21	v x829 x828 x827 x826 x825 x824 x823 x822 x821 x820 x819 x818 x817 x816 x815 x814 x813 x812 x811 x810 x809 x808 x807 x806 x805 
1477.22/1477.21	v x804 x803 x802 x801 x800 x799 x798 x797 x796 x795 x794 x793 x792 x791 x790 x789 x788 x787 x786 x785 x784 x783 x782 x781 x780 
1477.22/1477.21	v x779 x778 x777 x776 x775 x774 x773 x772 x771 x770 x769 x768 x767 x766 x765 x764 x763 x762 x761 x760 x759 x758 x757 x756 x755 
1477.22/1477.21	v x754 x753 x752 x751 x750 x749 x748 x747 x746 x745 x744 x743 x742 x741 x740 x739 x738 x737 x736 x735 x734 x733 x732 x731 x730 
1477.22/1477.21	v x729 x728 x727 x726 x725 x724 x723 x722 x721 x720 x719 x718 x717 x716 x715 x714 x713 x712 x711 x710 x709 x708 x707 x706 x705 
1477.22/1477.21	v x704 x703 x702 x701 x700 x699 x698 x697 x696 x695 x694 x693 x692 x691 x690 x689 x688 x687 x686 x685 x684 x683 x682 x681 x680 
1477.22/1477.21	v x679 x678 x677 x676 x675 x674 x673 x672 x671 x670 x669 x668 x667 x666 x665 x664 x663 x662 x661 x660 x659 x658 x657 x656 x655 
1477.22/1477.21	v x654 x653 x652 x651 x650 x649 x648 x647 x646 x645 x644 x643 x642 x641 x640 x639 x638 x637 x636 x635 x634 x633 x632 x631 x630 
1477.22/1477.21	v x629 x628 x627 x626 x625 x624 x623 x622 x621 x620 x619 x618 x617 x616 x615 x614 x613 x612 x611 x610 x609 x608 x607 x606 x605 
1477.22/1477.21	v x604 x603 x602 x601 x600 x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 
1477.22/1477.21	v x579 x578 x577 x576 x575 x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 
1477.22/1477.21	v x554 x553 x552 x551 x550 x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 
1477.22/1477.21	v x529 x528 x527 x526 x525 x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 
1477.22/1477.21	v x504 x503 x502 x501 x500 x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 
1477.22/1477.21	v x479 x478 x477 x476 x475 x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 
1477.22/1477.21	v x454 x453 x452 x451 x450 x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 
1477.22/1477.21	v x429 x428 x427 x426 x425 x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 
1477.22/1477.21	v x404 x403 x402 x401 x400 x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 
1477.22/1477.21	v x379 x378 x377 x376 x375 x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 
1477.22/1477.21	v x354 x353 x352 x351 x350 x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 
1477.22/1477.21	v x329 x328 x327 x326 x325 x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 
1477.22/1477.21	v x304 x303 x302 x301 x300 x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 
1477.22/1477.21	v x279 x278 x277 x276 x275 x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 
1477.22/1477.21	v x254 x253 x252 x251 x250 x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 
1477.22/1477.21	v x229 x228 x227 x226 x225 x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 
1477.22/1477.21	v x204 x203 x202 x201 x200 x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 
1477.22/1477.21	v x179 x178 x177 x176 x175 x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 
1477.22/1477.21	v x154 x153 x152 x151 x150 x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 
1477.22/1477.21	v x129 x128 x127 x126 x125 x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 
1477.22/1477.21	v x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 
1477.22/1477.21	v x74 x73 x72 x71 x70 x69 x68 x67 x66 x65 x64 x63 x62 x61 x60 x59 x58 x57 x56 x55 x54 x53 x52 x51 x50 x49 x48 x47 x46 x45 x44 
1477.22/1477.21	v 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 x18 x17 x16 x15 x14 x13 
1477.22/1477.21	v x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
1477.22/1477.21	c SCIP Status        : solving was interrupted [user interrupt]
1477.22/1477.21	c Solving Time       :    1427.59
1477.22/1477.21	c Original Problem   :
1477.22/1477.21	c   Problem name     : HOME/instance-2694048-1277921489.wbo
1477.22/1477.21	c   Variables        : 1052 (991 binary, 0 integer, 0 implicit integer, 61 continuous)
1477.22/1477.21	c   Constraints      : 123 initial, 123 maximal
1477.22/1477.21	c Presolved Problem  :
1477.22/1477.21	c   Problem name     : t_HOME/instance-2694048-1277921489.wbo
1477.22/1477.21	c   Variables        : 1052 (991 binary, 0 integer, 0 implicit integer, 61 continuous)
1477.22/1477.21	c   Constraints      : 122 initial, 829328 maximal
1477.22/1477.21	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1477.22/1477.21	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1477.22/1477.21	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1477.22/1477.21	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1477.22/1477.21	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1477.22/1477.21	c   implics          :       0.00          0          0          0          0          0          0          0          0
1477.22/1477.21	c   probing          :       0.00          0          0          0          0          0          0          0          0
1477.22/1477.21	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1477.22/1477.21	c   linear           :       0.01          0          0          0         61          0          1          0          0
1477.22/1477.21	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1477.22/1477.21	c   root node        :          -          0          -          -          0          -          -          -          -
1477.22/1477.21	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1477.22/1477.21	c   integral         :          0          0          0          0          0          0          0          0          0          0
1477.22/1477.21	c   indicator        :         61          0       1033          0        793          0         84          0          0          0
1477.22/1477.21	c   linear           :         61          0   12656407          0   10487946     207923   10202120          0          0          0
1477.22/1477.21	c   logicor          :          0+         0    3158949          0          0     101937    2709358          0          0          0
1477.22/1477.21	c   countsols        :          0          0          0          0   10487946          0          0          0          0          0
1477.22/1477.21	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1477.22/1477.21	c   integral         :       0.00       0.00       0.00       0.00       0.00
1477.22/1477.21	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1477.22/1477.21	c   linear           :     382.24       0.00     377.90       0.00       4.34
1477.22/1477.21	c   logicor          :     312.98       0.00     312.98       0.00       0.00
1477.22/1477.21	c   countsols        :       1.67       0.00       0.00       0.00       1.67
1477.22/1477.21	c Propagators        :       Time      Calls    Cutoffs    DomReds
1477.22/1477.21	c   vbounds          :       3.14          2          0          0
1477.22/1477.21	c   rootredcost      :       2.70          0          0          0
1477.22/1477.21	c   pseudoobj        :      22.90   12656207          0          0
1477.22/1477.21	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1477.22/1477.21	c   propagation      :     439.20     309860     309860    3963707      333.8    3356741       26.2          -
1477.22/1477.21	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1477.22/1477.21	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1477.22/1477.21	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1477.22/1477.21	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1477.22/1477.21	c   applied globally :          -          -          -    2673369       26.6          -          -          -
1477.22/1477.21	c   applied locally  :          -          -          -     134170      261.9          -          -          -
1477.22/1477.21	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1477.22/1477.21	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1477.22/1477.21	c   redcost          :       0.00          0          0          0          0          0
1477.22/1477.21	c   impliedbounds    :       0.00          0          0          0          0          0
1477.22/1477.21	c   intobj           :       0.00          0          0          0          0          0
1477.22/1477.21	c   cgmip            :       0.00          0          0          0          0          0
1477.22/1477.21	c   gomory           :       0.00          0          0          0          0          0
1477.22/1477.21	c   strongcg         :       0.00          0          0          0          0          0
1477.22/1477.21	c   cmir             :       0.00          0          0          0          0          0
1477.22/1477.21	c   flowcover        :       0.00          0          0          0          0          0
1477.22/1477.21	c   clique           :       0.00          0          0          0          0          0
1477.22/1477.21	c   zerohalf         :       0.00          0          0          0          0          0
1477.22/1477.21	c   mcf              :       0.00          0          0          0          0          0
1477.22/1477.21	c   rapidlearning    :       0.00          0          0          0          0          0
1477.22/1477.21	c Pricers            :       Time      Calls       Vars
1477.22/1477.21	c   problem variables:       0.00          0          0
1477.22/1477.21	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1477.22/1477.21	c   relpscost        :       0.00          0          0          0          0          0          0
1477.22/1477.21	c   pscost           :       0.00          0          0          0          0          0          0
1477.22/1477.21	c   inference        :     390.16   10487946          0          0          0          0   20975892
1477.22/1477.21	c   mostinf          :       0.00          0          0          0          0          0          0
1477.22/1477.21	c   leastinf         :       0.00          0          0          0          0          0          0
1477.22/1477.21	c   fullstrong       :       0.00          0          0          0          0          0          0
1477.22/1477.21	c   allfullstrong    :       0.00          0          0          0          0          0          0
1477.22/1477.21	c   random           :       0.00          0          0          0          0          0          0
1477.22/1477.21	c Primal Heuristics  :       Time      Calls      Found
1477.22/1477.21	c   LP solutions     :       0.00          -          0
1477.22/1477.21	c   pseudo solutions :       0.00          -          0
1477.22/1477.21	c   oneopt           :       2.35          0          0
1477.22/1477.21	c   trivial          :       0.00          2          3
1477.22/1477.21	c   simplerounding   :       0.00          0          0
1477.22/1477.21	c   zirounding       :       0.00          0          0
1477.22/1477.21	c   rounding         :       0.00          0          0
1477.22/1477.21	c   shifting         :       0.00          0          0
1477.22/1477.21	c   intshifting      :       0.00          0          0
1477.22/1477.21	c   twoopt           :       0.00          0          0
1477.22/1477.21	c   fixandinfer      :       0.00          0          0
1477.22/1477.21	c   feaspump         :       0.00          0          0
1477.22/1477.21	c   coefdiving       :       0.00          0          0
1477.22/1477.21	c   pscostdiving     :       0.00          0          0
1477.22/1477.21	c   fracdiving       :       0.00          0          0
1477.22/1477.21	c   veclendiving     :       0.00          0          0
1477.22/1477.21	c   intdiving        :       0.00          0          0
1477.22/1477.21	c   actconsdiving    :       0.00          0          0
1477.22/1477.21	c   objpscostdiving  :       0.00          0          0
1477.22/1477.21	c   rootsoldiving    :       0.00          0          0
1477.22/1477.21	c   linesearchdiving :       0.00          0          0
1477.22/1477.21	c   guideddiving     :       0.00          0          0
1477.22/1477.21	c   octane           :       0.00          0          0
1477.22/1477.21	c   rens             :       0.00          0          0
1477.22/1477.21	c   rins             :       0.00          0          0
1477.22/1477.21	c   localbranching   :       0.00          0          0
1477.22/1477.21	c   mutation         :       0.00          0          0
1477.22/1477.21	c   crossover        :       0.00          0          0
1477.22/1477.21	c   dins             :       0.00          0          0
1477.22/1477.21	c   undercover       :       0.00          0          0
1477.22/1477.21	c   nlp              :       2.51          0          0
1477.22/1477.21	c   trysol           :       2.22          1          1
1477.22/1477.21	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1477.22/1477.21	c   primal LP        :       0.00          0          0       0.00          -
1477.22/1477.21	c   dual LP          :       0.00          0          0       0.00          -
1477.22/1477.21	c   lex dual LP      :       0.00          0          0       0.00          -
1477.22/1477.21	c   barrier LP       :       0.00          0          0       0.00          -
1477.22/1477.21	c   diving/probing LP:       0.00          0          0       0.00          -
1477.22/1477.21	c   strong branching :       0.00          0          0       0.00          -
1477.22/1477.21	c     (at root node) :          -          0          0       0.00          -
1477.22/1477.21	c   conflict analysis:       0.00          0          0       0.00          -
1477.22/1477.21	c B&B Tree           :
1477.22/1477.21	c   number of runs   :          1
1477.22/1477.21	c   nodes            :   10729617
1477.22/1477.21	c   nodes (total)    :   10729617
1477.22/1477.21	c   nodes left       :   10166371
1477.22/1477.21	c   max depth        :        840
1477.22/1477.21	c   max depth (total):        840
1477.22/1477.21	c   backtracks       :     165117 (1.5%)
1477.22/1477.21	c   delayed cutoffs  :      79905
1477.22/1477.21	c   repropagations   :     170411 (2262312 domain reductions, 68189 cutoffs)
1477.22/1477.21	c   avg switch length:       2.61
1477.22/1477.21	c   switching time   :     150.48
1477.22/1477.21	c Solution           :
1477.22/1477.21	c   Solutions found  :          4 (1 improvements)
1477.22/1477.21	c   First Solution   : +3.35700000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1477.22/1477.21	c   Primal Bound     : +3.35700000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1477.22/1477.21	c   Dual Bound       : +0.00000000000000e+00
1477.22/1477.21	c   Gap              :   infinite
1477.22/1477.21	c   Root Dual Bound  : +0.00000000000000e+00
1477.22/1477.21	c   Root Iterations  :          0

Verifier Data

OK	1850

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694048-1277921489/watcher-2694048-1277921489 -o /tmp/evaluation-result-2694048-1277921489/solver-2694048-1277921489 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694048-1277921489.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.97 2.01 2.00 4/178 13946
/proc/meminfo: memFree=29873592/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=9180 CPUtime=0
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 1694 0 0 0 0 0 0 0 25 0 1 0 133444995 9400320 1616 4089446400 4194304 7136930 140735490677264 18446744073709551615 6329871 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13946/statm: 2295 1633 275 719 0 1574 0

[startup+0.061515 s]
/proc/loadavg: 1.97 2.01 2.00 4/178 13946
/proc/meminfo: memFree=29873592/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=15048 CPUtime=0.05
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 3744 0 0 0 5 0 0 0 25 0 1 0 133444995 15409152 3056 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 3762 3056 390 719 0 3041 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15048

[startup+0.100522 s]
/proc/loadavg: 1.97 2.01 2.00 4/178 13946
/proc/meminfo: memFree=29873592/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=15240 CPUtime=0.09
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 3785 0 0 0 9 0 0 0 25 0 1 0 133444995 15605760 3097 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 3810 3097 390 719 0 3089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15240

[startup+0.300488 s]
/proc/loadavg: 1.97 2.01 2.00 4/178 13946
/proc/meminfo: memFree=29873592/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=17016 CPUtime=0.29
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 4217 0 0 0 27 2 0 0 25 0 1 0 133444995 17424384 3529 4089446400 4194304 7136930 140735490677264 18446744073709551615 6328631 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 4254 3530 390 719 0 3533 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17016

[startup+0.700421 s]
/proc/loadavg: 1.97 2.01 2.00 4/178 13946
/proc/meminfo: memFree=29873592/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=18980 CPUtime=0.69
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 4738 0 0 0 65 4 0 0 25 0 1 0 133444995 19435520 4050 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 4745 4050 390 719 0 4024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18980

[startup+1.50028 s]
/proc/loadavg: 1.97 2.01 2.00 3/179 13947
/proc/meminfo: memFree=29855852/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=22900 CPUtime=1.49
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 5755 0 0 0 140 9 0 0 25 0 1 0 133444995 23449600 5067 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 5725 5067 390 719 0 5004 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22900

[startup+3.10102 s]
/proc/loadavg: 1.97 2.01 2.00 3/179 13947
/proc/meminfo: memFree=29846932/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=31108 CPUtime=3.09
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 7910 0 0 0 290 19 0 0 25 0 1 0 133444995 31854592 7222 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 7777 7222 390 719 0 7056 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31108

[startup+6.30048 s]
/proc/loadavg: 1.97 2.01 2.00 3/179 13947
/proc/meminfo: memFree=29824600/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=47472 CPUtime=6.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 11665 0 0 0 587 43 0 0 25 0 1 0 133444995 48611328 10977 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 11868 10977 390 719 0 11147 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 47472

[startup+12.7004 s]
/proc/loadavg: 1.97 2.01 2.00 3/179 13947
/proc/meminfo: memFree=29766152/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=91148 CPUtime=12.69
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 22586 0 0 0 1186 83 0 0 25 0 1 0 133444995 93335552 21898 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 22787 21898 390 719 0 22066 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 91148

[startup+25.5002 s]
/proc/loadavg: 1.98 2.01 2.00 3/179 13949
/proc/meminfo: memFree=29687592/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=142280 CPUtime=25.49
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 34992 0 0 0 2398 151 0 0 25 0 1 0 133444995 145694720 34304 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 35570 34304 390 719 0 34849 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142280

[startup+51.1009 s]
/proc/loadavg: 1.98 2.01 2.00 3/179 13949
/proc/meminfo: memFree=29546740/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=247772 CPUtime=51.1
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 60661 0 0 0 4803 307 0 0 25 0 1 0 133444995 253718528 59973 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 61943 59973 390 719 0 61222 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 247772

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 13951
/proc/meminfo: memFree=29248336/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=461740 CPUtime=102.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 112746 0 0 0 9612 618 0 0 25 0 1 0 133444995 472821760 112058 4089446400 4194304 7136930 140735490677264 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 115435 112058 390 719 0 114714 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 461740

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 13951
/proc/meminfo: memFree=28906036/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=723872 CPUtime=162.29
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 173302 0 0 0 15259 970 0 0 25 0 1 0 133444995 741244928 172614 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 180968 172614 390 719 0 180247 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 723872

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 13953
/proc/meminfo: memFree=28596468/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=952596 CPUtime=222.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 233676 0 0 0 20893 1337 0 0 25 0 1 0 133444995 975458304 232988 4089446400 4194304 7136930 140735490677264 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 238149 232988 390 719 0 237428 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 952596

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 13955
/proc/meminfo: memFree=28254796/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=1184048 CPUtime=282.29
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 294809 0 0 0 26529 1700 0 0 25 0 1 0 133444995 1212465152 294121 4089446400 4194304 7136930 140735490677264 18446744073709551615 4407868 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 296012 294121 390 719 0 295291 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1184048

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 13957
/proc/meminfo: memFree=27884840/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=1483304 CPUtime=342.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 356519 0 0 0 32155 2075 0 0 25 0 1 0 133444995 1518903296 355831 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 370826 355831 390 719 0 370105 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1483304

[startup+402.301 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 14041
/proc/meminfo: memFree=29801020/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=1719104 CPUtime=402.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 418759 0 0 0 37783 2447 0 0 25 0 1 0 133444995 1760362496 418071 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 429776 418071 390 719 0 429055 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1719104

[startup+462.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 14041
/proc/meminfo: memFree=29463752/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=1954528 CPUtime=462.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 480898 0 0 0 43407 2823 0 0 25 0 1 0 133444995 2001436672 480210 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 488632 480210 390 719 0 487911 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1954528

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14043
/proc/meminfo: memFree=29127748/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=2194076 CPUtime=522.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 544116 0 0 0 49028 3202 0 0 25 0 1 0 133444995 2246733824 543428 4089446400 4194304 7136930 140735490677264 18446744073709551615 5955728 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 548519 543428 390 719 0 547798 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2194076

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14045
/proc/meminfo: memFree=28779484/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=2434776 CPUtime=582.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 607688 0 0 0 54653 3577 0 0 25 0 1 0 133444995 2493210624 607000 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 608694 607000 390 719 0 607973 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2434776

[startup+642.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14047
/proc/meminfo: memFree=28424520/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=2805764 CPUtime=642.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 671014 0 0 0 60272 3958 0 0 25 0 1 0 133444995 2873102336 670326 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 701441 670326 390 719 0 700720 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2805764

[startup+702.3 s]

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

/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 734087 0 0 0 65895 4335 0 0 25 0 1 0 133444995 3117899776 733399 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 761206 733399 390 719 0 760485 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 3044824

[startup+762.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14049
/proc/meminfo: memFree=27775480/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3214940 CPUtime=762.31
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 816198 0 0 0 71697 4534 0 0 25 0 1 0 133444995 3292098560 775771 4089446400 4194304 7136930 140735490677264 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 803735 775771 390 719 0 803014 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 3214940

[startup+822.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14051
/proc/meminfo: memFree=27530740/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3315040 CPUtime=822.31
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 839555 0 0 0 77645 4586 0 0 25 0 1 0 133444995 3394600960 799128 4089446400 4194304 7136930 140735490677264 18446744073709551615 5909106 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 828760 799128 390 719 0 828039 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3315040

[startup+882.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14053
/proc/meminfo: memFree=27294444/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3428508 CPUtime=882.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 866528 0 0 0 83596 4634 0 0 25 0 1 0 133444995 3510792192 826101 4089446400 4194304 7136930 140735490677264 18446744073709551615 5909098 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 857127 826101 390 719 0 856406 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 3428508

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14055
/proc/meminfo: memFree=27198624/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3445768 CPUtime=942.3
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 870459 0 0 0 89549 4681 0 0 25 0 1 0 133444995 3528466432 830032 4089446400 4194304 7136930 140735490677264 18446744073709551615 4431478 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 861442 830032 390 719 0 860721 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 3445768

[startup+1002.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 14057
/proc/meminfo: memFree=27088796/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3480112 CPUtime=1002.31
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 879007 0 0 0 95505 4726 0 0 25 0 1 0 133444995 3563634688 838580 4089446400 4194304 7136930 140735490677264 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 870028 838580 390 719 0 869307 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 3480112

[startup+1062.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 14057
/proc/meminfo: memFree=26920592/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3577368 CPUtime=1062.31
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 902448 0 0 0 101464 4767 0 0 25 0 1 0 133444995 3663224832 862021 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 894342 862021 390 719 0 893621 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3577368

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14059
/proc/meminfo: memFree=26799980/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3623880 CPUtime=1122.31
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 913684 0 0 0 107430 4801 0 0 25 0 1 0 133444995 3710853120 873257 4089446400 4194304 7136930 140735490677264 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 905970 873257 390 719 0 905249 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 3623880

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14061
/proc/meminfo: memFree=26695364/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3651336 CPUtime=1182.31
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 920382 0 0 0 113402 4829 0 0 25 0 1 0 133444995 3738968064 879955 4089446400 4194304 7136930 140735490677264 18446744073709551615 4350002 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 912834 879955 390 719 0 912113 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 3651336

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14066
/proc/meminfo: memFree=26592800/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3679488 CPUtime=1242.31
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 927478 0 0 0 119356 4875 0 0 25 0 1 0 133444995 3767795712 887051 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 919872 887051 390 719 0 919151 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 3679488

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14068
/proc/meminfo: memFree=26446956/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3742852 CPUtime=1302.32
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 943303 0 0 0 125320 4912 0 0 25 0 1 0 133444995 3832680448 902876 4089446400 4194304 7136930 140735490677264 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 935713 902876 390 719 0 934992 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 3742852

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14068
/proc/meminfo: memFree=26347544/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3766004 CPUtime=1362.31
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 949437 0 0 0 131297 4934 0 0 25 0 1 0 133444995 3856388096 909010 4089446400 4194304 7136930 140735490677264 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 941501 909010 390 719 0 940780 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 3766004

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14070
/proc/meminfo: memFree=26246276/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3793096 CPUtime=1422.33
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 955915 0 0 0 137283 4950 0 0 25 0 1 0 133444995 3884130304 915488 4089446400 4194304 7136930 140735490677264 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 948274 915488 390 719 0 947553 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3793096



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1477.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14072
/proc/meminfo: memFree=26079048/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3896452 CPUtime=1477.22
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 979540 0 0 0 142759 4963 0 0 25 0 1 0 133444995 3989966848 939113 4089446400 4194304 7136930 140735490677264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13946/statm: 974113 939113 390 719 0 973392 0
Current children cumulated CPU time (s) 1477.22
Current children cumulated vsize (KiB) 3896452

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13946

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

[startup+1478.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14072
/proc/meminfo: memFree=26079048/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3896452 CPUtime=1478.21
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 979546 0 0 0 142858 4963 0 0 25 0 1 0 133444995 3989966848 939119 4089446400 4194304 7136930 140735490677264 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13946/statm: 974113 939119 396 719 0 973392 0
Current children cumulated CPU time (s) 1478.21
Current children cumulated vsize (KiB) 3896452

[startup+1479 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14073
/proc/meminfo: memFree=26076684/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3896452 CPUtime=1479.01
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 979546 0 0 0 142938 4963 0 0 25 0 1 0 133444995 3989966848 939119 4089446400 4194304 7136930 140735490677264 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13946/statm: 974113 939119 396 719 0 973392 0
Current children cumulated CPU time (s) 1479.01
Current children cumulated vsize (KiB) 3896452

[startup+1479.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14073
/proc/meminfo: memFree=26076684/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=3896452 CPUtime=1479.21
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4202496 979546 0 0 0 142958 4963 0 0 25 0 1 0 133444995 3989966848 939119 4089446400 4194304 7136930 140735490677264 18446744073709551615 4670052 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13946/statm: 974113 939119 396 719 0 973392 0
Current children cumulated CPU time (s) 1479.21
Current children cumulated vsize (KiB) 3896452

[startup+1479.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14073
/proc/meminfo: memFree=26076684/32951124 swapFree=67111528/67111528
[pid=13946] ppid=13944 vsize=0 CPUtime=1479.31
/proc/13946/stat : 13946 (pbscip.linux.x8) R 13944 13946 12422 0 -1 4203524 979546 0 0 0 142959 4972 0 0 25 0 1 0 133444995 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13946/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1479.31
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1479.33
CPU time (s): 1479.36
CPU user time (s): 1429.6
CPU system time (s): 49.7574
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3896452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1429.6
system time used= 49.7574
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 979546
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 885

runsolver used 2.04869 second user time and 4.90225 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 20:11:29
IDJOB=2694048
IDBENCH=79172
IDSOLVER=1206
FILE ID=node130/2694048-1277921489
PBS_JOBID= 11197286
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 168e81c26eea0b6e6155adb2f3f4d195
RANDOM SEED=1233249828

node130.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.796
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.59
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.796
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.67
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.796
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.82
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.796
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.72
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.796
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.82
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.796
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.63
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.796
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.82
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.796
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	: 5237.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29874120 kB
Buffers:        206620 kB
Cached:         967736 kB
SwapCached:          0 kB
Active:        2226484 kB
Inactive:       704752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29874120 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3060 kB
Writeback:           0 kB
AnonPages:     1756540 kB
Mapped:          15300 kB
Slab:            79016 kB
PageTables:       8124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1904452 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node130 at 2010-06-30 20:36:09