Trace number 2693962

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1802.17 1802.11

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_20_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMfcf2074312786880370cecd0374d7bf5
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.014997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints70
Number of soft constraints70
Number of constraints which are clauses40
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 constraint15
Maximum length of a constraint20
Top cost 3292
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3291
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2693962-1277919264.wbo>
0.00/0.00	c original problem has 740 variables (670 bin, 0 int, 0 impl, 70 cont) and 141 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.00	o 3291
0.00/0.00	c feasible solution found by trivial heuristic, objective value  3.291000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 70 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 70 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 70 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/670 (15.1%) - 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, 70 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  70 implications, 0 cliques
0.00/0.01	c presolved problem has 740 variables (670 bin, 0 int, 0 impl, 70 cont) and 140 constraints
0.00/0.01	c      70 constraints of type <indicator>
0.00/0.01	c      70 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 |     - |1625k|   0 |   - | 740 | 140 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
0.69/0.70	c   0.7s| 10000 |  9643 |     0 |   0.0 |5921k| 346 |   - | 740 |1788 |   0 |   0 |   0 |1834 |   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1.39/1.45	c   1.4s| 20000 | 18841 |     0 |   0.0 |  10M| 346 |   - | 740 |3551 |   0 |   0 |   0 |6165 |   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
2.19/2.24	c   2.1s| 30000 | 28520 |     0 |   0.0 |  12M| 346 |   - | 740 | 999 |   0 |   0 |   0 |7874 |   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
2.89/2.96	c   2.8s| 40000 | 38206 |     0 |   0.0 |  15M| 346 |   - | 740 | 806 |   0 |   0 |   0 |9627 |   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
3.59/3.68	c   3.4s| 50000 | 47863 |     0 |   0.0 |  19M| 346 |   - | 740 | 689 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
4.29/4.39	c   4.1s| 60000 | 57551 |     0 |   0.0 |  22M| 346 |   - | 740 | 633 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
5.09/5.11	c   4.8s| 70000 | 67194 |     0 |   0.0 |  25M| 346 |   - | 740 | 701 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
5.79/5.83	c   5.5s| 80000 | 76837 |     0 |   0.0 |  28M| 346 |   - | 740 | 756 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
6.49/6.56	c   6.1s| 90000 | 86437 |     0 |   0.0 |  31M| 346 |   - | 740 | 763 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
7.19/7.28	c   6.8s|100000 | 96028 |     0 |   0.0 |  34M| 346 |   - | 740 | 834 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
7.99/8.00	c   7.5s|110000 |105648 |     0 |   0.0 |  37M| 346 |   - | 740 | 889 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
8.69/8.72	c   8.2s|120000 |115249 |     0 |   0.0 |  41M| 346 |   - | 740 | 903 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
9.39/9.45	c   8.8s|130000 |124864 |     0 |   0.0 |  44M| 346 |   - | 740 | 917 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
10.09/10.18	c   9.5s|140000 |134451 |     0 |   0.0 |  47M| 346 |   - | 740 | 905 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
10.90/10.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.90/10.91	c  10.2s|150000 |144042 |     0 |   0.0 |  50M| 346 |   - | 740 | 909 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
11.59/11.64	c  10.9s|160000 |153621 |     0 |   0.0 |  53M| 346 |   - | 740 | 944 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
12.29/12.37	c  11.6s|170000 |163166 |     0 |   0.0 |  56M| 346 |   - | 740 | 985 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
13.10/13.12	c  12.2s|180000 |172678 |     0 |   0.0 |  60M| 346 |   - | 740 |1086 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
13.79/13.85	c  12.9s|190000 |182223 |     0 |   0.0 |  63M| 346 |   - | 740 |1108 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
14.49/14.59	c  13.6s|200000 |191737 |     0 |   0.0 |  66M| 346 |   - | 740 |1186 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
15.30/15.34	c  14.3s|210000 |201236 |     0 |   0.0 |  69M| 346 |   - | 740 |1207 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
15.99/16.08	c  15.0s|220000 |210760 |     0 |   0.0 |  72M| 346 |   - | 740 |1225 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
16.79/16.83	c  15.7s|230000 |220265 |     0 |   0.0 |  76M| 346 |   - | 740 |1313 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
17.49/17.58	c  16.4s|240000 |229765 |     0 |   0.0 |  79M| 346 |   - | 740 |1307 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
18.29/18.33	c  17.1s|250000 |239252 |     0 |   0.0 |  82M| 346 |   - | 740 |1261 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
18.99/19.07	c  17.8s|260000 |248732 |     0 |   0.0 |  85M| 346 |   - | 740 |1332 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
19.79/19.83	c  18.5s|270000 |258153 |     0 |   0.0 |  88M| 346 |   - | 740 |1454 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
20.49/20.59	c  19.3s|280000 |267599 |     0 |   0.0 |  92M| 346 |   - | 740 |1456 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
21.28/21.34	c  19.9s|290000 |277063 |     0 |   0.0 |  95M| 346 |   - | 740 |1477 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
22.09/22.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.09/22.11	c  20.7s|300000 |286444 |     0 |   0.0 |  98M| 346 |   - | 740 |1648 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
22.79/22.88	c  21.4s|310000 |295865 |     0 |   0.0 | 101M| 346 |   - | 740 |1651 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
23.59/23.65	c  22.1s|320000 |305265 |     0 |   0.0 | 105M| 346 |   - | 740 |1807 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
24.39/24.40	c  22.8s|330000 |314695 |     0 |   0.0 | 108M| 346 |   - | 740 |1838 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
25.09/25.19	c  23.6s|340000 |324077 |     0 |   0.0 | 111M| 346 |   - | 740 |1829 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
25.89/25.98	c  24.3s|350000 |333443 |     0 |   0.0 | 114M| 346 |   - | 740 |1868 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
26.69/26.76	c  25.1s|360000 |342800 |     0 |   0.0 | 118M| 346 |   - | 740 |1973 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
27.49/27.55	c  25.8s|370000 |352180 |     0 |   0.0 | 121M| 346 |   - | 740 |1930 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
28.29/28.33	c  26.5s|380000 |361559 |     0 |   0.0 | 124M| 346 |   - | 740 |1880 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
29.09/29.11	c  27.2s|390000 |370922 |     0 |   0.0 | 127M| 346 |   - | 740 |1980 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
29.89/29.91	c  28.0s|400000 |380251 |     0 |   0.0 | 131M| 346 |   - | 740 |1955 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
30.59/30.69	c  28.7s|410000 |389622 |     0 |   0.0 | 134M| 346 |   - | 740 |1896 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
31.39/31.48	c  29.5s|420000 |398952 |     0 |   0.0 | 137M| 346 |   - | 740 |2001 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
32.29/32.31	c  30.3s|430000 |408198 |     0 |   0.0 | 141M| 346 |   - | 740 |2079 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
33.00/33.09	c  31.0s|440000 |417528 |     0 |   0.0 | 144M| 346 |   - | 740 |2178 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
33.89/33.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.89/33.93	c  31.8s|450000 |426737 |     0 |   0.0 | 147M| 346 |   - | 740 |2364 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
34.69/34.77	c  32.6s|460000 |435964 |     0 |   0.0 | 151M| 346 |   - | 740 |2239 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
35.49/35.59	c  33.3s|470000 |445210 |     0 |   0.0 | 154M| 346 |   - | 740 |2229 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
36.39/36.42	c  34.1s|480000 |454414 |     0 |   0.0 | 157M| 346 |   - | 740 |2245 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
37.19/37.26	c  34.9s|490000 |463561 |     0 |   0.0 | 161M| 346 |   - | 740 |2576 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
38.09/38.11	c  35.7s|500000 |472754 |     0 |   0.0 | 164M| 346 |   - | 740 |2488 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
38.89/38.98	c  36.6s|510000 |481912 |     0 |   0.0 | 167M| 346 |   - | 740 |2418 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
39.79/39.83	c  37.4s|520000 |491119 |     0 |   0.0 | 171M| 346 |   - | 740 |2417 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
40.60/40.70	c  38.2s|530000 |500271 |     0 |   0.0 | 174M| 346 |   - | 740 |2582 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
41.49/41.57	c  39.0s|540000 |509402 |     0 |   0.0 | 177M| 346 |   - | 740 |2530 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
42.39/42.43	c  39.8s|550000 |518562 |     0 |   0.0 | 181M| 346 |   - | 740 |2553 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
43.19/43.28	c  40.6s|560000 |527727 |     0 |   0.0 | 184M| 346 |   - | 740 |2672 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
44.09/44.13	c  41.4s|570000 |536898 |     0 |   0.0 | 188M| 346 |   - | 740 |2763 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
44.99/45.05	c  42.3s|580000 |545950 |     0 |   0.0 | 191M| 346 |   - | 740 |2872 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
45.89/45.95	c  43.1s|590000 |555005 |     0 |   0.0 | 195M| 346 |   - | 740 |2814 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
46.79/46.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.79/46.86	c  44.0s|600000 |564055 |     0 |   0.0 | 198M| 346 |   - | 740 |3046 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
47.69/47.79	c  44.9s|610000 |573035 |     0 |   0.0 | 202M| 346 |   - | 740 |3180 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
48.69/48.78	c  45.8s|620000 |581969 |     0 |   0.0 | 205M| 346 |   - | 740 |3069 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
49.69/49.75	c  46.7s|630000 |590859 |     0 |   0.0 | 209M| 346 |   - | 740 |3264 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
50.69/50.72	c  47.6s|640000 |599772 |     0 |   0.0 | 212M| 346 |   - | 740 |3395 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
51.59/51.70	c  48.6s|650000 |608663 |     0 |   0.0 | 216M| 346 |   - | 740 |3500 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
52.59/52.67	c  49.5s|660000 |617574 |     0 |   0.0 | 219M| 346 |   - | 740 |3278 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
53.69/53.70	c  50.5s|670000 |626347 |     0 |   0.0 | 223M| 346 |   - | 740 |3547 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
54.69/54.74	c  51.4s|680000 |635104 |     0 |   0.0 | 227M| 346 |   - | 740 |3588 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
55.70/55.77	c  52.4s|690000 |643932 |     0 |   0.0 | 230M| 346 |   - | 740 |3496 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
56.69/56.79	c  53.4s|700000 |652729 |     0 |   0.0 | 234M| 346 |   - | 740 |3587 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
57.79/57.83	c  54.4s|710000 |661500 |     0 |   0.0 | 237M| 346 |   - | 740 |3555 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
58.79/58.85	c  55.4s|720000 |670239 |     0 |   0.0 | 241M| 346 |   - | 740 |3838 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
59.89/59.94	c  56.4s|730000 |678895 |     0 |   0.0 | 245M| 346 |   - | 740 |4056 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
60.99/61.07	c  57.5s|740000 |687481 |     0 |   0.0 | 249M| 346 |   - | 740 |4235 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
62.09/62.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.09/62.17	c  58.5s|750000 |696150 |     0 |   0.0 | 252M| 346 |   - | 740 |4206 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
63.29/63.32	c  59.6s|760000 |704722 |     0 |   0.0 | 256M| 346 |   - | 740 |4121 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
64.39/64.42	c  60.7s|770000 |713326 |     0 |   0.0 | 260M| 346 |   - | 740 |4586 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
65.50/65.56	c  61.8s|780000 |721910 |     0 |   0.0 | 264M| 346 |   - | 740 |5075 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
66.69/66.71	c  62.8s|790000 |730451 |     0 |   0.0 | 268M| 346 |   - | 740 |5450 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
67.80/67.87	c  64.0s|800000 |738932 |     0 |   0.0 | 272M| 346 |   - | 740 |6434 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
68.99/69.06	c  65.1s|810000 |747357 |     0 |   0.0 | 276M| 346 |   - | 740 |7726 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
70.19/70.25	c  66.2s|820000 |755753 |     0 |   0.0 | 281M| 346 |   - | 740 |8024 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
71.40/71.48	c  67.4s|830000 |764001 |     0 |   0.0 | 285M| 346 |   - | 740 |8380 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
72.69/72.77	c  68.6s|840000 |772101 |     0 |   0.0 | 290M| 346 |   - | 740 |  10k|   0 |   0 |   0 | 346k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
74.10/74.14	c  70.0s|850000 |779936 |     0 |   0.0 | 295M| 346 |   - | 740 |  12k|   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
75.49/75.56	c  71.3s|860000 |787581 |     0 |   0.0 | 300M| 346 |   - | 740 |  14k|   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
77.09/77.19	c  72.9s|870000 |794841 |     0 |   0.0 | 304M| 346 |   - | 740 |  14k|   0 |   0 |   0 | 387k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
79.39/79.42	c  75.1s|880000 |800851 |     0 |   0.0 | 309M| 346 |   - | 740 |  14k|   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
80.69/80.75	c  76.3s|890000 |809571 |     0 |   0.0 | 309M| 346 |   - | 740 |3609 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
81.59/81.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.59/81.63	c  77.2s|900000 |818883 |     0 |   0.0 | 312M| 346 |   - | 740 |2413 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
82.39/82.43	c  77.9s|910000 |828509 |     0 |   0.0 | 315M| 346 |   - | 740 |2106 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
83.20/83.23	c  78.7s|920000 |838139 |     0 |   0.0 | 318M| 346 |   - | 740 |2041 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
83.99/84.01	c  79.4s|930000 |847773 |     0 |   0.0 | 321M| 346 |   - | 740 |1922 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
84.70/84.79	c  80.2s|940000 |857415 |     0 |   0.0 | 325M| 346 |   - | 740 |1915 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
85.49/85.58	c  80.9s|950000 |867039 |     0 |   0.0 | 328M| 346 |   - | 740 |1904 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
86.29/86.39	c  81.7s|960000 |876662 |     0 |   0.0 | 331M| 346 |   - | 740 |1841 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
87.09/87.19	c  82.4s|970000 |886285 |     0 |   0.0 | 334M| 346 |   - | 740 |1821 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
87.89/87.98	c  83.2s|980000 |895922 |     0 |   0.0 | 337M| 346 |   - | 740 |1876 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
88.69/88.76	c  83.9s|990000 |905560 |     0 |   0.0 | 341M| 346 |   - | 740 |1838 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
89.49/89.56	c  84.6s|  1000k|915175 |     0 |   0.0 | 344M| 346 |   - | 740 |1845 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
90.30/90.35	c  85.3s|  1010k|924798 |     0 |   0.0 | 347M| 346 |   - | 740 |1750 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
91.09/91.12	c  86.1s|  1020k|934427 |     0 |   0.0 | 350M| 346 |   - | 740 |1785 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
91.89/91.91	c  86.8s|  1030k|944061 |     0 |   0.0 | 353M| 346 |   - | 740 |1735 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
92.59/92.68	c  87.5s|  1040k|953715 |     0 |   0.0 | 356M| 346 |   - | 740 |1694 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
93.39/93.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.39/93.45	c  88.3s|  1050k|963336 |     0 |   0.0 | 360M| 346 |   - | 740 |1733 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
94.19/94.22	c  89.0s|  1060k|972984 |     0 |   0.0 | 363M| 346 |   - | 740 |1634 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
94.99/95.01	c  89.7s|  1070k|982577 |     0 |   0.0 | 366M| 346 |   - | 740 |1712 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
95.70/95.79	c  90.5s|  1080k|992209 |     0 |   0.0 | 369M| 346 |   - | 740 |1650 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
96.49/96.58	c  91.2s|  1090k|  1001k|     0 |   0.0 | 372M| 346 |   - | 740 |1614 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
97.29/97.37	c  91.9s|  1100k|  1011k|     0 |   0.0 | 375M| 346 |   - | 740 |1612 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
98.09/98.16	c  92.7s|  1110k|  1021k|     0 |   0.0 | 379M| 346 |   - | 740 |1612 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
98.90/98.97	c  93.4s|  1120k|  1030k|     0 |   0.0 | 382M| 346 |   - | 740 |1632 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
99.69/99.76	c  94.2s|  1130k|  1040k|     0 |   0.0 | 385M| 346 |   - | 740 |1590 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
100.49/100.54	c  94.9s|  1140k|  1049k|     0 |   0.0 | 388M| 346 |   - | 740 |1641 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
101.29/101.32	c  95.6s|  1150k|  1059k|     0 |   0.0 | 391M| 346 |   - | 740 |1619 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
102.09/102.11	c  96.4s|  1160k|  1069k|     0 |   0.0 | 394M| 346 |   - | 740 |1593 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
102.89/102.91	c  97.1s|  1170k|  1078k|     0 |   0.0 | 398M| 346 |   - | 740 |1545 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
103.70/103.70	c  97.9s|  1180k|  1088k|     0 |   0.0 | 401M| 346 |   - | 740 |1523 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
104.40/104.47	c  98.6s|  1190k|  1098k|     0 |   0.0 | 404M| 346 |   - | 740 |1559 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
105.19/105.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.19/105.26	c  99.3s|  1200k|  1107k|     0 |   0.0 | 407M| 346 |   - | 740 |1543 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
105.99/106.04	c   100s|  1210k|  1117k|     0 |   0.0 | 410M| 346 |   - | 740 |1509 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
106.79/106.82	c   101s|  1220k|  1126k|     0 |   0.0 | 413M| 346 |   - | 740 |1470 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
107.49/107.58	c   102s|  1230k|  1136k|     0 |   0.0 | 417M| 346 |   - | 740 |1490 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
108.29/108.36	c   102s|  1240k|  1146k|     0 |   0.0 | 420M| 346 |   - | 740 |1526 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
109.09/109.15	c   103s|  1250k|  1155k|     0 |   0.0 | 423M| 346 |   - | 740 |1527 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
109.90/109.92	c   104s|  1260k|  1165k|     0 |   0.0 | 426M| 346 |   - | 740 |1517 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
110.59/110.69	c   104s|  1270k|  1174k|     0 |   0.0 | 429M| 346 |   - | 740 |1467 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
111.39/111.46	c   105s|  1280k|  1184k|     0 |   0.0 | 432M| 346 |   - | 740 |1489 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
112.19/112.23	c   106s|  1290k|  1194k|     0 |   0.0 | 436M| 346 |   - | 740 |1489 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
112.99/113.00	c   107s|  1300k|  1203k|     0 |   0.0 | 439M| 346 |   - | 740 |1510 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
113.69/113.77	c   107s|  1310k|  1213k|     0 |   0.0 | 442M| 346 |   - | 740 |1491 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
114.49/114.54	c   108s|  1320k|  1223k|     0 |   0.0 | 445M| 346 |   - | 740 |1475 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
115.29/115.31	c   109s|  1330k|  1232k|     0 |   0.0 | 448M| 346 |   - | 740 |1475 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
115.99/116.09	c   110s|  1340k|  1242k|     0 |   0.0 | 452M| 346 |   - | 740 |1484 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
116.79/116.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.79/116.86	c   110s|  1350k|  1251k|     0 |   0.0 | 455M| 346 |   - | 740 |1480 |   0 |   0 |   0 | 513k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
117.59/117.62	c   111s|  1360k|  1261k|     0 |   0.0 | 458M| 346 |   - | 740 |1434 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
118.39/118.43	c   112s|  1370k|  1271k|     0 |   0.0 | 461M| 346 |   - | 740 |1477 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
119.19/119.22	c   112s|  1380k|  1280k|     0 |   0.0 | 464M| 346 |   - | 740 |1455 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
119.90/119.99	c   113s|  1390k|  1290k|     0 |   0.0 | 467M| 346 |   - | 740 |1452 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
120.70/120.77	c   114s|  1400k|  1299k|     0 |   0.0 | 471M| 346 |   - | 740 |1453 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
121.49/121.59	c   115s|  1410k|  1309k|     0 |   0.0 | 474M| 346 |   - | 740 |1474 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
122.29/122.38	c   115s|  1420k|  1319k|     0 |   0.0 | 477M| 346 |   - | 740 |1476 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
123.09/123.19	c   116s|  1430k|  1328k|     0 |   0.0 | 480M| 346 |   - | 740 |1455 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
123.89/123.97	c   117s|  1440k|  1338k|     0 |   0.0 | 483M| 346 |   - | 740 |1483 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
124.69/124.77	c   118s|  1450k|  1347k|     0 |   0.0 | 486M| 346 |   - | 740 |1450 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
125.49/125.56	c   118s|  1460k|  1357k|     0 |   0.0 | 490M| 346 |   - | 740 |1414 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
126.29/126.34	c   119s|  1470k|  1367k|     0 |   0.0 | 493M| 346 |   - | 740 |1474 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
127.09/127.14	c   120s|  1480k|  1376k|     0 |   0.0 | 496M| 346 |   - | 740 |1465 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
127.89/127.92	c   121s|  1490k|  1386k|     0 |   0.0 | 499M| 346 |   - | 740 |1494 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
128.60/128.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.60/128.69	c   121s|  1500k|  1396k|     0 |   0.0 | 502M| 346 |   - | 740 |1557 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
129.39/129.48	c   122s|  1510k|  1405k|     0 |   0.0 | 505M| 346 |   - | 740 |1458 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
130.19/130.28	c   123s|  1520k|  1415k|     0 |   0.0 | 509M| 346 |   - | 740 |1448 |   0 |   0 |   0 | 548k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
130.99/131.09	c   124s|  1530k|  1424k|     0 |   0.0 | 512M| 346 |   - | 740 |1508 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
131.79/131.87	c   124s|  1540k|  1434k|     0 |   0.0 | 515M| 346 |   - | 740 |1530 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
132.59/132.69	c   125s|  1550k|  1444k|     0 |   0.0 | 518M| 346 |   - | 740 |1500 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
133.39/133.50	c   126s|  1560k|  1453k|     0 |   0.0 | 521M| 346 |   - | 740 |1584 |   0 |   0 |   0 | 557k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
134.19/134.28	c   127s|  1570k|  1463k|     0 |   0.0 | 524M| 346 |   - | 740 |1528 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
134.99/135.08	c   127s|  1580k|  1472k|     0 |   0.0 | 528M| 346 |   - | 740 |1464 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
135.80/135.86	c   128s|  1590k|  1482k|     0 |   0.0 | 531M| 346 |   - | 740 |1507 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
136.59/136.64	c   129s|  1600k|  1492k|     0 |   0.0 | 534M| 346 |   - | 740 |1522 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
137.39/137.47	c   130s|  1610k|  1501k|     0 |   0.0 | 537M| 346 |   - | 740 |1580 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
138.20/138.26	c   130s|  1620k|  1511k|     0 |   0.0 | 540M| 346 |   - | 740 |1519 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
138.99/139.03	c   131s|  1630k|  1520k|     0 |   0.0 | 543M| 346 |   - | 740 |1527 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
139.79/139.81	c   132s|  1640k|  1530k|     0 |   0.0 | 547M| 346 |   - | 740 |1496 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
140.59/140.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.59/140.60	c   133s|  1650k|  1540k|     0 |   0.0 | 550M| 346 |   - | 740 |1508 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
141.39/141.40	c   133s|  1660k|  1549k|     0 |   0.0 | 553M| 346 |   - | 740 |1567 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
142.19/142.24	c   134s|  1670k|  1559k|     0 |   0.0 | 556M| 346 |   - | 740 |1565 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
143.00/143.06	c   135s|  1680k|  1568k|     0 |   0.0 | 559M| 346 |   - | 740 |1541 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
143.79/143.86	c   136s|  1690k|  1578k|     0 |   0.0 | 562M| 346 |   - | 740 |1509 |   0 |   0 |   0 | 584k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
144.59/144.64	c   136s|  1700k|  1587k|     0 |   0.0 | 566M| 346 |   - | 740 |1509 |   0 |   0 |   0 | 586k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
145.40/145.44	c   137s|  1710k|  1597k|     0 |   0.0 | 569M| 346 |   - | 740 |1549 |   0 |   0 |   0 | 588k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
146.20/146.24	c   138s|  1720k|  1607k|     0 |   0.0 | 572M| 346 |   - | 740 |1608 |   0 |   0 |   0 | 591k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
147.00/147.01	c   139s|  1730k|  1616k|     0 |   0.0 | 575M| 346 |   - | 740 |1562 |   0 |   0 |   0 | 593k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
147.70/147.79	c   139s|  1740k|  1626k|     0 |   0.0 | 578M| 346 |   - | 740 |1609 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
148.50/148.58	c   140s|  1750k|  1635k|     0 |   0.0 | 581M| 346 |   - | 740 |1598 |   0 |   0 |   0 | 597k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
149.29/149.36	c   141s|  1760k|  1645k|     0 |   0.0 | 585M| 346 |   - | 740 |1627 |   0 |   0 |   0 | 599k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
150.09/150.15	c   142s|  1770k|  1655k|     0 |   0.0 | 588M| 346 |   - | 740 |1569 |   0 |   0 |   0 | 601k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
150.90/150.92	c   142s|  1780k|  1664k|     0 |   0.0 | 591M| 346 |   - | 740 |1547 |   0 |   0 |   0 | 603k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
151.70/151.73	c   143s|  1790k|  1674k|     0 |   0.0 | 594M| 346 |   - | 740 |1648 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
152.49/152.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.49/152.54	c   144s|  1800k|  1683k|     0 |   0.0 | 597M| 346 |   - | 740 |1601 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
153.29/153.38	c   145s|  1810k|  1693k|     0 |   0.0 | 600M| 346 |   - | 740 |1652 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
154.09/154.17	c   145s|  1820k|  1703k|     0 |   0.0 | 604M| 346 |   - | 740 |1614 |   0 |   0 |   0 | 612k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
154.99/155.00	c   146s|  1830k|  1712k|     0 |   0.0 | 607M| 346 |   - | 740 |1591 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
155.69/155.79	c   147s|  1840k|  1722k|     0 |   0.0 | 610M| 346 |   - | 740 |1563 |   0 |   0 |   0 | 616k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
156.49/156.56	c   148s|  1850k|  1731k|     0 |   0.0 | 613M| 346 |   - | 740 |1522 |   0 |   0 |   0 | 618k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
157.30/157.36	c   148s|  1860k|  1741k|     0 |   0.0 | 616M| 346 |   - | 740 |1513 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
158.09/158.18	c   149s|  1870k|  1750k|     0 |   0.0 | 620M| 346 |   - | 740 |1623 |   0 |   0 |   0 | 623k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
158.99/159.00	c   150s|  1880k|  1760k|     0 |   0.0 | 623M| 346 |   - | 740 |1593 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
159.80/159.86	c   151s|  1890k|  1770k|     0 |   0.0 | 626M| 346 |   - | 740 |1550 |   0 |   0 |   0 | 627k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
160.60/160.64	c   151s|  1900k|  1779k|     0 |   0.0 | 629M| 346 |   - | 740 |1562 |   0 |   0 |   0 | 629k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
161.39/161.43	c   152s|  1910k|  1789k|     0 |   0.0 | 632M| 346 |   - | 740 |1623 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
162.19/162.27	c   153s|  1920k|  1798k|     0 |   0.0 | 636M| 346 |   - | 740 |1561 |   0 |   0 |   0 | 634k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
163.00/163.06	c   154s|  1930k|  1808k|     0 |   0.0 | 639M| 346 |   - | 740 |1591 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
163.80/163.87	c   154s|  1940k|  1818k|     0 |   0.0 | 642M| 346 |   - | 740 |1554 |   0 |   0 |   0 | 638k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
164.59/164.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.59/164.67	c   155s|  1950k|  1827k|     0 |   0.0 | 645M| 346 |   - | 740 |1549 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
165.39/165.44	c   156s|  1960k|  1837k|     0 |   0.0 | 648M| 346 |   - | 740 |1528 |   0 |   0 |   0 | 643k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
166.20/166.22	c   157s|  1970k|  1846k|     0 |   0.0 | 652M| 346 |   - | 740 |1543 |   0 |   0 |   0 | 645k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
167.00/167.03	c   157s|  1980k|  1856k|     0 |   0.0 | 655M| 346 |   - | 740 |1533 |   0 |   0 |   0 | 647k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
167.79/167.84	c   158s|  1990k|  1865k|     0 |   0.0 | 658M| 346 |   - | 740 |1556 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
168.59/168.67	c   159s|  2000k|  1875k|     0 |   0.0 | 661M| 346 |   - | 740 |1555 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
169.40/169.49	c   160s|  2010k|  1885k|     0 |   0.0 | 664M| 346 |   - | 740 |1594 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
170.20/170.29	c   161s|  2020k|  1894k|     0 |   0.0 | 668M| 346 |   - | 740 |1557 |   0 |   0 |   0 | 656k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
171.10/171.16	c   161s|  2030k|  1904k|     0 |   0.0 | 671M| 346 |   - | 740 |1591 |   0 |   0 |   0 | 658k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
171.89/171.99	c   162s|  2040k|  1913k|     0 |   0.0 | 674M| 346 |   - | 740 |1640 |   0 |   0 |   0 | 660k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
172.70/172.78	c   163s|  2050k|  1923k|     0 |   0.0 | 677M| 346 |   - | 740 |1557 |   0 |   0 |   0 | 663k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
173.50/173.59	c   164s|  2060k|  1932k|     0 |   0.0 | 680M| 346 |   - | 740 |1670 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
174.40/174.46	c   164s|  2070k|  1942k|     0 |   0.0 | 683M| 346 |   - | 740 |1625 |   0 |   0 |   0 | 667k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
175.19/175.29	c   165s|  2080k|  1951k|     0 |   0.0 | 687M| 346 |   - | 740 |1612 |   0 |   0 |   0 | 670k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
176.00/176.09	c   166s|  2090k|  1961k|     0 |   0.0 | 690M| 346 |   - | 740 |1651 |   0 |   0 |   0 | 672k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
176.90/176.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.90/176.93	c   167s|  2100k|  1971k|     0 |   0.0 | 693M| 346 |   - | 740 |1738 |   0 |   0 |   0 | 674k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
177.69/177.71	c   168s|  2110k|  1980k|     0 |   0.0 | 696M| 346 |   - | 740 |1678 |   0 |   0 |   0 | 676k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
178.49/178.53	c   168s|  2120k|  1990k|     0 |   0.0 | 699M| 346 |   - | 740 |1736 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
179.30/179.35	c   169s|  2130k|  1999k|     0 |   0.0 | 703M| 346 |   - | 740 |1617 |   0 |   0 |   0 | 681k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
180.10/180.12	c   170s|  2140k|  2009k|     0 |   0.0 | 706M| 346 |   - | 740 |1703 |   0 |   0 |   0 | 683k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
180.89/180.91	c   171s|  2150k|  2018k|     0 |   0.0 | 709M| 346 |   - | 740 |1675 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
181.69/181.72	c   171s|  2160k|  2028k|     0 |   0.0 | 712M| 346 |   - | 740 |1715 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
182.50/182.55	c   172s|  2170k|  2038k|     0 |   0.0 | 715M| 346 |   - | 740 |1670 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
183.30/183.37	c   173s|  2180k|  2047k|     0 |   0.0 | 718M| 346 |   - | 740 |1802 |   0 |   0 |   0 | 692k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
184.10/184.20	c   174s|  2190k|  2057k|     0 |   0.0 | 722M| 346 |   - | 740 |1720 |   0 |   0 |   0 | 694k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
185.00/185.01	c   174s|  2200k|  2066k|     0 |   0.0 | 725M| 346 |   - | 740 |1713 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
185.80/185.84	c   175s|  2210k|  2076k|     0 |   0.0 | 728M| 346 |   - | 740 |1755 |   0 |   0 |   0 | 699k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
186.60/186.65	c   176s|  2220k|  2085k|     0 |   0.0 | 731M| 346 |   - | 740 |1717 |   0 |   0 |   0 | 701k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
187.40/187.45	c   177s|  2230k|  2095k|     0 |   0.0 | 734M| 346 |   - | 740 |1749 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
188.20/188.25	c   177s|  2240k|  2105k|     0 |   0.0 | 738M| 346 |   - | 740 |1798 |   0 |   0 |   0 | 705k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
189.10/189.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.10/189.10	c   178s|  2250k|  2114k|     0 |   0.0 | 741M| 346 |   - | 740 |1776 |   0 |   0 |   0 | 708k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
189.90/189.92	c   179s|  2260k|  2124k|     0 |   0.0 | 744M| 346 |   - | 740 |1762 |   0 |   0 |   0 | 710k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
190.70/190.78	c   180s|  2270k|  2133k|     0 |   0.0 | 747M| 346 |   - | 740 |1857 |   0 |   0 |   0 | 712k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
191.59/191.61	c   181s|  2280k|  2143k|     0 |   0.0 | 750M| 346 |   - | 740 |1756 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
192.40/192.47	c   181s|  2290k|  2152k|     0 |   0.0 | 754M| 346 |   - | 740 |1715 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
193.19/193.29	c   182s|  2300k|  2162k|     0 |   0.0 | 757M| 346 |   - | 740 |1732 |   0 |   0 |   0 | 719k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
193.99/194.09	c   183s|  2310k|  2171k|     0 |   0.0 | 760M| 346 |   - | 740 |1721 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
194.79/194.86	c   184s|  2320k|  2181k|     0 |   0.0 | 763M| 346 |   - | 740 |1699 |   0 |   0 |   0 | 723k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
195.59/195.67	c   184s|  2330k|  2191k|     0 |   0.0 | 766M| 346 |   - | 740 |1728 |   0 |   0 |   0 | 726k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
196.49/196.55	c   185s|  2340k|  2200k|     0 |   0.0 | 769M| 346 |   - | 740 |1802 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
197.29/197.38	c   186s|  2350k|  2210k|     0 |   0.0 | 773M| 346 |   - | 740 |1742 |   0 |   0 |   0 | 730k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
198.19/198.21	c   187s|  2360k|  2219k|     0 |   0.0 | 776M| 346 |   - | 740 |1832 |   0 |   0 |   0 | 733k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
199.00/199.02	c   188s|  2370k|  2229k|     0 |   0.0 | 779M| 346 |   - | 740 |1753 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
199.80/199.84	c   188s|  2380k|  2238k|     0 |   0.0 | 782M| 346 |   - | 740 |1848 |   0 |   0 |   0 | 737k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
200.69/200.70	c   189s|  2390k|  2248k|     0 |   0.0 | 785M| 346 |   - | 740 |1822 |   0 |   0 |   0 | 740k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
201.49/201.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
201.49/201.56	c   190s|  2400k|  2257k|     0 |   0.0 | 789M| 346 |   - | 740 |1810 |   0 |   0 |   0 | 742k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
202.30/202.36	c   191s|  2410k|  2267k|     0 |   0.0 | 792M| 346 |   - | 740 |1803 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
203.19/203.23	c   192s|  2420k|  2276k|     0 |   0.0 | 795M| 346 |   - | 740 |1838 |   0 |   0 |   0 | 747k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
204.00/204.03	c   192s|  2430k|  2286k|     0 |   0.0 | 798M| 346 |   - | 740 |1851 |   0 |   0 |   0 | 749k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
204.79/204.89	c   193s|  2440k|  2296k|     0 |   0.0 | 801M| 346 |   - | 740 |1802 |   0 |   0 |   0 | 751k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
205.70/205.78	c   194s|  2450k|  2305k|     0 |   0.0 | 805M| 346 |   - | 740 |1831 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
206.50/206.59	c   195s|  2460k|  2315k|     0 |   0.0 | 808M| 346 |   - | 740 |1797 |   0 |   0 |   0 | 756k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
207.39/207.42	c   196s|  2470k|  2324k|     0 |   0.0 | 811M| 346 |   - | 740 |1836 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
208.20/208.24	c   196s|  2480k|  2334k|     0 |   0.0 | 814M| 346 |   - | 740 |1740 |   0 |   0 |   0 | 760k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
209.00/209.05	c   197s|  2490k|  2343k|     0 |   0.0 | 817M| 346 |   - | 740 |1789 |   0 |   0 |   0 | 762k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
209.80/209.86	c   198s|  2500k|  2353k|     0 |   0.0 | 821M| 346 |   - | 740 |1857 |   0 |   0 |   0 | 765k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
210.70/210.70	c   199s|  2510k|  2362k|     0 |   0.0 | 824M| 346 |   - | 740 |1944 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
211.50/211.52	c   199s|  2520k|  2372k|     0 |   0.0 | 827M| 346 |   - | 740 |1872 |   0 |   0 |   0 | 770k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
212.30/212.38	c   200s|  2530k|  2382k|     0 |   0.0 | 830M| 346 |   - | 740 |1892 |   0 |   0 |   0 | 772k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
213.19/213.22	c   201s|  2540k|  2391k|     0 |   0.0 | 833M| 346 |   - | 740 |1897 |   0 |   0 |   0 | 774k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
213.99/214.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.99/214.03	c   202s|  2550k|  2401k|     0 |   0.0 | 836M| 346 |   - | 740 |1843 |   0 |   0 |   0 | 777k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
214.89/214.90	c   203s|  2560k|  2410k|     0 |   0.0 | 840M| 346 |   - | 740 |1853 |   0 |   0 |   0 | 779k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
215.70/215.70	c   203s|  2570k|  2420k|     0 |   0.0 | 843M| 346 |   - | 740 |1785 |   0 |   0 |   0 | 781k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
216.50/216.55	c   204s|  2580k|  2429k|     0 |   0.0 | 846M| 346 |   - | 740 |1846 |   0 |   0 |   0 | 783k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
217.29/217.37	c   205s|  2590k|  2439k|     0 |   0.0 | 849M| 346 |   - | 740 |1847 |   0 |   0 |   0 | 786k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
218.20/218.25	c   206s|  2600k|  2448k|     0 |   0.0 | 852M| 346 |   - | 740 |1852 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
219.00/219.09	c   206s|  2610k|  2458k|     0 |   0.0 | 856M| 346 |   - | 740 |1915 |   0 |   0 |   0 | 790k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
219.80/219.90	c   207s|  2620k|  2467k|     0 |   0.0 | 859M| 346 |   - | 740 |1795 |   0 |   0 |   0 | 792k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
220.70/220.75	c   208s|  2630k|  2477k|     0 |   0.0 | 862M| 346 |   - | 740 |1909 |   0 |   0 |   0 | 795k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
221.49/221.57	c   209s|  2640k|  2487k|     0 |   0.0 | 865M| 346 |   - | 740 |1794 |   0 |   0 |   0 | 797k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
222.39/222.41	c   210s|  2650k|  2496k|     0 |   0.0 | 868M| 346 |   - | 740 |1877 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
223.20/223.25	c   210s|  2660k|  2506k|     0 |   0.0 | 872M| 346 |   - | 740 |1842 |   0 |   0 |   0 | 802k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
223.99/224.08	c   211s|  2670k|  2515k|     0 |   0.0 | 875M| 346 |   - | 740 |1795 |   0 |   0 |   0 | 804k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
224.89/224.91	c   212s|  2680k|  2525k|     0 |   0.0 | 878M| 346 |   - | 740 |1846 |   0 |   0 |   0 | 806k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
225.70/225.71	c   213s|  2690k|  2534k|     0 |   0.0 | 881M| 346 |   - | 740 |1844 |   0 |   0 |   0 | 808k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
226.50/226.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
226.50/226.58	c   214s|  2700k|  2544k|     0 |   0.0 | 884M| 346 |   - | 740 |1821 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
227.40/227.49	c   214s|  2710k|  2553k|     0 |   0.0 | 887M| 346 |   - | 740 |1916 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
228.30/228.32	c   215s|  2720k|  2563k|     0 |   0.0 | 891M| 346 |   - | 740 |1898 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
229.10/229.19	c   216s|  2730k|  2572k|     0 |   0.0 | 894M| 346 |   - | 740 |1889 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
229.99/230.05	c   217s|  2740k|  2582k|     0 |   0.0 | 897M| 346 |   - | 740 |1913 |   0 |   0 |   0 | 820k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
230.90/230.92	c   218s|  2750k|  2592k|     0 |   0.0 | 900M| 346 |   - | 740 |1866 |   0 |   0 |   0 | 823k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
231.70/231.76	c   218s|  2760k|  2601k|     0 |   0.0 | 903M| 346 |   - | 740 |1908 |   0 |   0 |   0 | 825k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
232.59/232.63	c   219s|  2770k|  2611k|     0 |   0.0 | 907M| 346 |   - | 740 |1994 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
233.40/233.45	c   220s|  2780k|  2620k|     0 |   0.0 | 910M| 346 |   - | 740 |1878 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
234.20/234.29	c   221s|  2790k|  2630k|     0 |   0.0 | 913M| 346 |   - | 740 |1826 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
235.10/235.10	c   222s|  2800k|  2639k|     0 |   0.0 | 916M| 346 |   - | 740 |1815 |   0 |   0 |   0 | 834k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
235.90/235.95	c   222s|  2810k|  2649k|     0 |   0.0 | 920M| 346 |   - | 740 |1835 |   0 |   0 |   0 | 836k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
236.70/236.75	c   223s|  2820k|  2658k|     0 |   0.0 | 923M| 346 |   - | 740 |1833 |   0 |   0 |   0 | 838k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
237.50/237.60	c   224s|  2830k|  2668k|     0 |   0.0 | 926M| 346 |   - | 740 |1859 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
238.40/238.41	c   225s|  2840k|  2677k|     0 |   0.0 | 929M| 346 |   - | 740 |1879 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
239.19/239.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
239.19/239.23	c   226s|  2850k|  2687k|     0 |   0.0 | 932M| 346 |   - | 740 |1931 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
239.99/240.06	c   226s|  2860k|  2697k|     0 |   0.0 | 936M| 346 |   - | 740 |1919 |   0 |   0 |   0 | 848k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
240.90/240.95	c   227s|  2870k|  2706k|     0 |   0.0 | 939M| 346 |   - | 740 |1975 |   0 |   0 |   0 | 851k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
241.79/241.83	c   228s|  2880k|  2716k|     0 |   0.0 | 942M| 346 |   - | 740 |1891 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
242.60/242.68	c   229s|  2890k|  2725k|     0 |   0.0 | 945M| 346 |   - | 740 |1885 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
243.50/243.51	c   230s|  2900k|  2735k|     0 |   0.0 | 948M| 346 |   - | 740 |1874 |   0 |   0 |   0 | 858k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
244.40/244.41	c   230s|  2910k|  2744k|     0 |   0.0 | 952M| 346 |   - | 740 |1930 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
245.30/245.30	c   231s|  2920k|  2754k|     0 |   0.0 | 955M| 346 |   - | 740 |1958 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
246.10/246.12	c   232s|  2930k|  2763k|     0 |   0.0 | 958M| 346 |   - | 740 |1901 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
246.89/246.96	c   233s|  2940k|  2773k|     0 |   0.0 | 961M| 346 |   - | 740 |1926 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
247.79/247.81	c   234s|  2950k|  2782k|     0 |   0.0 | 964M| 346 |   - | 740 |1944 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
248.60/248.68	c   234s|  2960k|  2792k|     0 |   0.0 | 967M| 346 |   - | 740 |1952 |   0 |   0 |   0 | 872k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
249.40/249.48	c   235s|  2970k|  2801k|     0 |   0.0 | 971M| 346 |   - | 740 |1953 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
250.30/250.36	c   236s|  2980k|  2811k|     0 |   0.0 | 974M| 346 |   - | 740 |1990 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
251.20/251.23	c   237s|  2990k|  2820k|     0 |   0.0 | 977M| 346 |   - | 740 |1996 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
252.10/252.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
252.10/252.10	c   238s|  3000k|  2830k|     0 |   0.0 | 980M| 346 |   - | 740 |1967 |   0 |   0 |   0 | 882k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
252.90/252.91	c   238s|  3010k|  2839k|     0 |   0.0 | 983M| 346 |   - | 740 |1877 |   0 |   0 |   0 | 884k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
253.70/253.78	c   239s|  3020k|  2849k|     0 |   0.0 | 987M| 346 |   - | 740 |1908 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
254.50/254.58	c   240s|  3030k|  2859k|     0 |   0.0 | 990M| 346 |   - | 740 |1878 |   0 |   0 |   0 | 888k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
255.50/255.53	c   241s|  3040k|  2868k|     0 |   0.0 | 993M| 346 |   - | 740 |1982 |   0 |   0 |   0 | 891k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
256.30/256.37	c   242s|  3050k|  2878k|     0 |   0.0 | 996M| 346 |   - | 740 |1874 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
257.19/257.22	c   242s|  3060k|  2887k|     0 |   0.0 | 999M| 346 |   - | 740 |1967 |   0 |   0 |   0 | 895k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
257.99/258.06	c   243s|  3070k|  2897k|     0 |   0.0 |1003M| 346 |   - | 740 |1940 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
258.89/258.92	c   244s|  3080k|  2906k|     0 |   0.0 |1006M| 346 |   - | 740 |1983 |   0 |   0 |   0 | 900k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
259.70/259.76	c   245s|  3090k|  2916k|     0 |   0.0 |1009M| 346 |   - | 740 |1946 |   0 |   0 |   0 | 903k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
260.61/260.63	c   246s|  3100k|  2925k|     0 |   0.0 |1012M| 346 |   - | 740 |1983 |   0 |   0 |   0 | 905k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
261.50/261.50	c   246s|  3110k|  2935k|     0 |   0.0 |1016M| 346 |   - | 740 |1971 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
262.39/262.42	c   247s|  3120k|  2944k|     0 |   0.0 |1019M| 346 |   - | 740 |1951 |   0 |   0 |   0 | 910k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
263.30/263.36	c   248s|  3130k|  2954k|     0 |   0.0 |1022M| 346 |   - | 740 |2045 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
264.10/264.17	c   249s|  3140k|  2963k|     0 |   0.0 |1025M| 346 |   - | 740 |1933 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
265.00/265.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.00/265.02	c   250s|  3150k|  2973k|     0 |   0.0 |1028M| 346 |   - | 740 |1977 |   0 |   0 |   0 | 917k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
265.79/265.85	c   251s|  3160k|  2982k|     0 |   0.0 |1032M| 346 |   - | 740 |2001 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
266.70/266.71	c   251s|  3170k|  2992k|     0 |   0.0 |1035M| 346 |   - | 740 |1916 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
267.50/267.56	c   252s|  3180k|  3001k|     0 |   0.0 |1038M| 346 |   - | 740 |2060 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
268.30/268.39	c   253s|  3190k|  3011k|     0 |   0.0 |1041M| 346 |   - | 740 |2016 |   0 |   0 |   0 | 927k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
269.20/269.26	c   254s|  3200k|  3020k|     0 |   0.0 |1044M| 346 |   - | 740 |2034 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
270.09/270.12	c   255s|  3210k|  3030k|     0 |   0.0 |1048M| 346 |   - | 740 |2023 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
270.89/270.97	c   255s|  3220k|  3039k|     0 |   0.0 |1051M| 346 |   - | 740 |1966 |   0 |   0 |   0 | 934k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
271.80/271.83	c   256s|  3230k|  3049k|     0 |   0.0 |1054M| 346 |   - | 740 |2019 |   0 |   0 |   0 | 936k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
272.59/272.69	c   257s|  3240k|  3058k|     0 |   0.0 |1057M| 346 |   - | 740 |1987 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
273.50/273.57	c   258s|  3250k|  3068k|     0 |   0.0 |1060M| 346 |   - | 740 |2025 |   0 |   0 |   0 | 941k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
274.39/274.44	c   259s|  3260k|  3077k|     0 |   0.0 |1064M| 346 |   - | 740 |2003 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
275.29/275.30	c   260s|  3270k|  3087k|     0 |   0.0 |1067M| 346 |   - | 740 |2050 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
276.10/276.18	c   260s|  3280k|  3097k|     0 |   0.0 |1070M| 346 |   - | 740 |2019 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
277.00/277.05	c   261s|  3290k|  3106k|     0 |   0.0 |1073M| 346 |   - | 740 |2016 |   0 |   0 |   0 | 951k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
277.90/277.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.90/277.91	c   262s|  3300k|  3116k|     0 |   0.0 |1076M| 346 |   - | 740 |2032 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
278.70/278.77	c   263s|  3310k|  3125k|     0 |   0.0 |1080M| 346 |   - | 740 |2011 |   0 |   0 |   0 | 956k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
279.60/279.65	c   264s|  3320k|  3135k|     0 |   0.0 |1083M| 346 |   - | 740 |2027 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
280.50/280.51	c   264s|  3330k|  3144k|     0 |   0.0 |1086M| 346 |   - | 740 |2067 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
281.29/281.39	c   265s|  3340k|  3154k|     0 |   0.0 |1089M| 346 |   - | 740 |2075 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
282.09/282.19	c   266s|  3350k|  3163k|     0 |   0.0 |1092M| 346 |   - | 740 |2007 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
283.00/283.06	c   267s|  3360k|  3173k|     0 |   0.0 |1096M| 346 |   - | 740 |2107 |   0 |   0 |   0 | 968k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
283.89/283.95	c   268s|  3370k|  3182k|     0 |   0.0 |1099M| 346 |   - | 740 |2149 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
284.81/284.84	c   269s|  3380k|  3192k|     0 |   0.0 |1102M| 346 |   - | 740 |2058 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
285.60/285.68	c   269s|  3390k|  3201k|     0 |   0.0 |1105M| 346 |   - | 740 |2066 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
286.50/286.53	c   270s|  3400k|  3211k|     0 |   0.0 |1109M| 346 |   - | 740 |2052 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
287.30/287.38	c   271s|  3410k|  3220k|     0 |   0.0 |1112M| 346 |   - | 740 |2147 |   0 |   0 |   0 | 981k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
288.20/288.20	c   272s|  3420k|  3230k|     0 |   0.0 |1115M| 346 |   - | 740 |2071 |   0 |   0 |   0 | 983k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
289.00/289.02	c   273s|  3430k|  3239k|     0 |   0.0 |1118M| 346 |   - | 740 |2055 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
289.80/289.84	c   273s|  3440k|  3249k|     0 |   0.0 |1121M| 346 |   - | 740 |2099 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
290.60/290.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.60/290.67	c   274s|  3450k|  3258k|     0 |   0.0 |1125M| 346 |   - | 740 |2110 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
291.40/291.48	c   275s|  3460k|  3268k|     0 |   0.0 |1128M| 346 |   - | 740 |2140 |   0 |   0 |   0 | 993k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
292.30/292.36	c   276s|  3470k|  3277k|     0 |   0.0 |1131M| 346 |   - | 740 |2153 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
293.20/293.21	c   276s|  3480k|  3287k|     0 |   0.0 |1134M| 346 |   - | 740 |2114 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
294.00/294.06	c   277s|  3490k|  3296k|     0 |   0.0 |1137M| 346 |   - | 740 |2097 |   0 |   0 |   0 |1000k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
294.90/294.90	c   278s|  3500k|  3306k|     0 |   0.0 |1141M| 346 |   - | 740 |2099 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
295.70/295.79	c   279s|  3510k|  3315k|     0 |   0.0 |1144M| 346 |   - | 740 |2050 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
296.60/296.67	c   280s|  3520k|  3325k|     0 |   0.0 |1147M| 346 |   - | 740 |2102 |   0 |   0 |   0 |1008k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
297.50/297.57	c   281s|  3530k|  3334k|     0 |   0.0 |1150M| 346 |   - | 740 |2103 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
298.40/298.43	c   281s|  3540k|  3344k|     0 |   0.0 |1154M| 346 |   - | 740 |2051 |   0 |   0 |   0 |1013k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
299.21/299.23	c   282s|  3550k|  3353k|     0 |   0.0 |1157M| 346 |   - | 740 |2070 |   0 |   0 |   0 |1015k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
300.00/300.07	c   283s|  3560k|  3363k|     0 |   0.0 |1160M| 346 |   - | 740 |2093 |   0 |   0 |   0 |1018k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
300.89/300.95	c   284s|  3570k|  3372k|     0 |   0.0 |1163M| 346 |   - | 740 |2177 |   0 |   0 |   0 |1020k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
301.80/301.87	c   285s|  3580k|  3382k|     0 |   0.0 |1166M| 346 |   - | 740 |2127 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
302.60/302.65	c   285s|  3590k|  3392k|     0 |   0.0 |1169M| 346 |   - | 740 |2072 |   0 |   0 |   0 |1025k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
303.40/303.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.40/303.49	c   286s|  3600k|  3401k|     0 |   0.0 |1173M| 346 |   - | 740 |2054 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
304.29/304.37	c   287s|  3610k|  3411k|     0 |   0.0 |1176M| 346 |   - | 740 |2024 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
305.20/305.28	c   288s|  3620k|  3420k|     0 |   0.0 |1179M| 346 |   - | 740 |2111 |   0 |   0 |   0 |1032k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
306.10/306.10	c   289s|  3630k|  3430k|     0 |   0.0 |1182M| 346 |   - | 740 |2062 |   0 |   0 |   0 |1035k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
306.90/306.98	c   289s|  3640k|  3439k|     0 |   0.0 |1186M| 346 |   - | 740 |2118 |   0 |   0 |   0 |1037k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
307.80/307.85	c   290s|  3650k|  3449k|     0 |   0.0 |1189M| 346 |   - | 740 |2150 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
308.70/308.77	c   291s|  3660k|  3458k|     0 |   0.0 |1192M| 346 |   - | 740 |2064 |   0 |   0 |   0 |1043k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
309.70/309.70	c   292s|  3670k|  3468k|     0 |   0.0 |1195M| 346 |   - | 740 |2059 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
310.49/310.56	c   293s|  3680k|  3477k|     0 |   0.0 |1199M| 346 |   - | 740 |2089 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
311.40/311.45	c   294s|  3690k|  3487k|     0 |   0.0 |1202M| 346 |   - | 740 |2036 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
312.30/312.33	c   295s|  3700k|  3496k|     0 |   0.0 |1205M| 346 |   - | 740 |2058 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
313.20/313.20	c   295s|  3710k|  3506k|     0 |   0.0 |1208M| 346 |   - | 740 |2051 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
314.00/314.00	c   296s|  3720k|  3515k|     0 |   0.0 |1211M| 346 |   - | 740 |2020 |   0 |   0 |   0 |1057k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
314.89/314.92	c   297s|  3730k|  3525k|     0 |   0.0 |1215M| 346 |   - | 740 |2072 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
315.80/315.84	c   298s|  3740k|  3534k|     0 |   0.0 |1218M| 346 |   - | 740 |2111 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
316.70/316.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.70/316.79	c   299s|  3750k|  3544k|     0 |   0.0 |1221M| 346 |   - | 740 |2105 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
317.60/317.66	c   300s|  3760k|  3553k|     0 |   0.0 |1224M| 346 |   - | 740 |2167 |   0 |   0 |   0 |1067k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
318.49/318.52	c   300s|  3770k|  3563k|     0 |   0.0 |1228M| 346 |   - | 740 |2145 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
319.40/319.42	c   301s|  3780k|  3572k|     0 |   0.0 |1231M| 346 |   - | 740 |2183 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
320.30/320.30	c   302s|  3790k|  3582k|     0 |   0.0 |1234M| 346 |   - | 740 |2151 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
321.10/321.13	c   303s|  3800k|  3591k|     0 |   0.0 |1237M| 346 |   - | 740 |2077 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
322.00/322.02	c   304s|  3810k|  3601k|     0 |   0.0 |1241M| 346 |   - | 740 |2102 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
322.80/322.87	c   304s|  3820k|  3610k|     0 |   0.0 |1244M| 346 |   - | 740 |2091 |   0 |   0 |   0 |1083k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
323.80/323.80	c   305s|  3830k|  3620k|     0 |   0.0 |1247M| 346 |   - | 740 |2081 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
324.60/324.67	c   306s|  3840k|  3629k|     0 |   0.0 |1250M| 346 |   - | 740 |2086 |   0 |   0 |   0 |1087k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
325.50/325.58	c   307s|  3850k|  3639k|     0 |   0.0 |1253M| 346 |   - | 740 |2068 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
326.40/326.42	c   308s|  3860k|  3648k|     0 |   0.0 |1257M| 346 |   - | 740 |2070 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
327.20/327.29	c   309s|  3870k|  3658k|     0 |   0.0 |1260M| 346 |   - | 740 |2041 |   0 |   0 |   0 |1094k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
328.10/328.11	c   309s|  3880k|  3667k|     0 |   0.0 |1263M| 346 |   - | 740 |2039 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
328.90/328.95	c   310s|  3890k|  3677k|     0 |   0.0 |1266M| 346 |   - | 740 |2037 |   0 |   0 |   0 |1099k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
329.80/329.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.80/329.86	c   311s|  3900k|  3686k|     0 |   0.0 |1270M| 346 |   - | 740 |2144 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
330.70/330.74	c   312s|  3910k|  3696k|     0 |   0.0 |1273M| 346 |   - | 740 |2148 |   0 |   0 |   0 |1105k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
331.60/331.62	c   313s|  3920k|  3705k|     0 |   0.0 |1276M| 346 |   - | 740 |2172 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
332.40/332.47	c   314s|  3930k|  3715k|     0 |   0.0 |1279M| 346 |   - | 740 |2116 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
333.30/333.31	c   314s|  3940k|  3724k|     0 |   0.0 |1282M| 346 |   - | 740 |2133 |   0 |   0 |   0 |1113k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
334.20/334.20	c   315s|  3950k|  3734k|     0 |   0.0 |1286M| 346 |   - | 740 |2051 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
335.10/335.15	c   316s|  3960k|  3743k|     0 |   0.0 |1289M| 346 |   - | 740 |2103 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
336.00/336.02	c   317s|  3970k|  3753k|     0 |   0.0 |1292M| 346 |   - | 740 |2071 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
336.80/336.86	c   318s|  3980k|  3762k|     0 |   0.0 |1295M| 346 |   - | 740 |2149 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
337.71/337.74	c   319s|  3990k|  3772k|     0 |   0.0 |1299M| 346 |   - | 740 |2212 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
338.60/338.65	c   319s|  4000k|  3781k|     0 |   0.0 |1302M| 346 |   - | 740 |2175 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
339.50/339.55	c   320s|  4010k|  3791k|     0 |   0.0 |1305M| 346 |   - | 740 |2222 |   0 |   0 |   0 |1131k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
340.40/340.41	c   321s|  4020k|  3800k|     0 |   0.0 |1308M| 346 |   - | 740 |2160 |   0 |   0 |   0 |1133k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
341.31/341.32	c   322s|  4030k|  3810k|     0 |   0.0 |1311M| 346 |   - | 740 |2214 |   0 |   0 |   0 |1136k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
342.10/342.19	c   323s|  4040k|  3819k|     0 |   0.0 |1315M| 346 |   - | 740 |2202 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
343.00/343.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
343.00/343.04	c   324s|  4050k|  3829k|     0 |   0.0 |1318M| 346 |   - | 740 |2253 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
343.80/343.87	c   324s|  4060k|  3838k|     0 |   0.0 |1321M| 346 |   - | 740 |2179 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
344.80/344.83	c   325s|  4070k|  3848k|     0 |   0.0 |1325M| 346 |   - | 740 |2253 |   0 |   0 |   0 |1147k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
345.70/345.79	c   326s|  4080k|  3857k|     0 |   0.0 |1328M| 346 |   - | 740 |2207 |   0 |   0 |   0 |1150k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
346.60/346.69	c   327s|  4090k|  3866k|     0 |   0.0 |1331M| 346 |   - | 740 |2179 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
347.40/347.49	c   328s|  4100k|  3876k|     0 |   0.0 |1334M| 346 |   - | 740 |2122 |   0 |   0 |   0 |1155k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
348.30/348.33	c   329s|  4110k|  3886k|     0 |   0.0 |1337M| 346 |   - | 740 |2170 |   0 |   0 |   0 |1157k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
349.20/349.20	c   329s|  4120k|  3895k|     0 |   0.0 |1341M| 346 |   - | 740 |2102 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
350.00/350.07	c   330s|  4130k|  3905k|     0 |   0.0 |1344M| 346 |   - | 740 |2054 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
350.91/350.91	c   331s|  4140k|  3914k|     0 |   0.0 |1347M| 346 |   - | 740 |2151 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
351.80/351.80	c   332s|  4150k|  3924k|     0 |   0.0 |1350M| 346 |   - | 740 |2152 |   0 |   0 |   0 |1167k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
352.60/352.65	c   333s|  4160k|  3933k|     0 |   0.0 |1353M| 346 |   - | 740 |2292 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
353.50/353.56	c   334s|  4170k|  3943k|     0 |   0.0 |1357M| 346 |   - | 740 |2196 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
354.40/354.46	c   334s|  4180k|  3952k|     0 |   0.0 |1360M| 346 |   - | 740 |2183 |   0 |   0 |   0 |1174k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
355.31/355.34	c   335s|  4190k|  3962k|     0 |   0.0 |1363M| 346 |   - | 740 |2103 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
356.20/356.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.20/356.25	c   336s|  4200k|  3971k|     0 |   0.0 |1366M| 346 |   - | 740 |2190 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
357.20/357.25	c   337s|  4210k|  3980k|     0 |   0.0 |1369M| 346 |   - | 740 |2218 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
358.10/358.18	c   338s|  4220k|  3990k|     0 |   0.0 |1373M| 346 |   - | 740 |2213 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
359.10/359.14	c   339s|  4230k|  3999k|     0 |   0.0 |1376M| 346 |   - | 740 |2220 |   0 |   0 |   0 |1188k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
360.00/360.01	c   340s|  4240k|  4009k|     0 |   0.0 |1379M| 346 |   - | 740 |2149 |   0 |   0 |   0 |1191k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
360.90/360.94	c   341s|  4250k|  4018k|     0 |   0.0 |1382M| 346 |   - | 740 |2215 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
361.81/361.82	c   341s|  4260k|  4028k|     0 |   0.0 |1386M| 346 |   - | 740 |2163 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
362.80/362.82	c   342s|  4270k|  4037k|     0 |   0.0 |1389M| 346 |   - | 740 |2242 |   0 |   0 |   0 |1198k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
363.60/363.68	c   343s|  4280k|  4047k|     0 |   0.0 |1392M| 346 |   - | 740 |2192 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
364.50/364.54	c   344s|  4290k|  4056k|     0 |   0.0 |1395M| 346 |   - | 740 |2208 |   0 |   0 |   0 |1203k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
365.40/365.46	c   345s|  4300k|  4066k|     0 |   0.0 |1398M| 346 |   - | 740 |2169 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
366.40/366.41	c   346s|  4310k|  4075k|     0 |   0.0 |1402M| 346 |   - | 740 |2286 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
367.31/367.30	c   347s|  4320k|  4085k|     0 |   0.0 |1405M| 346 |   - | 740 |2155 |   0 |   0 |   0 |1211k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
368.20/368.24	c   348s|  4330k|  4094k|     0 |   0.0 |1408M| 346 |   - | 740 |2193 |   0 |   0 |   0 |1214k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
369.10/369.17	c   348s|  4340k|  4104k|     0 |   0.0 |1411M| 346 |   - | 740 |2226 |   0 |   0 |   0 |1216k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
370.00/370.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.00/370.08	c   349s|  4350k|  4113k|     0 |   0.0 |1415M| 346 |   - | 740 |2225 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
370.90/370.96	c   350s|  4360k|  4123k|     0 |   0.0 |1418M| 346 |   - | 740 |2132 |   0 |   0 |   0 |1222k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
371.81/371.87	c   351s|  4370k|  4132k|     0 |   0.0 |1421M| 346 |   - | 740 |2284 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
372.70/372.79	c   352s|  4380k|  4141k|     0 |   0.0 |1424M| 346 |   - | 740 |2271 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
373.70/373.75	c   353s|  4390k|  4151k|     0 |   0.0 |1427M| 346 |   - | 740 |2193 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
374.60/374.64	c   354s|  4400k|  4160k|     0 |   0.0 |1431M| 346 |   - | 740 |2188 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
375.60/375.65	c   355s|  4410k|  4170k|     0 |   0.0 |1434M| 346 |   - | 740 |2180 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
376.50/376.54	c   355s|  4420k|  4179k|     0 |   0.0 |1437M| 346 |   - | 740 |2182 |   0 |   0 |   0 |1237k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
377.40/377.49	c   356s|  4430k|  4189k|     0 |   0.0 |1440M| 346 |   - | 740 |2232 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
378.30/378.40	c   357s|  4440k|  4198k|     0 |   0.0 |1444M| 346 |   - | 740 |2256 |   0 |   0 |   0 |1243k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
379.20/379.27	c   358s|  4450k|  4208k|     0 |   0.0 |1447M| 346 |   - | 740 |2230 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
380.20/380.20	c   359s|  4460k|  4217k|     0 |   0.0 |1450M| 346 |   - | 740 |2203 |   0 |   0 |   0 |1248k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
381.10/381.11	c   360s|  4470k|  4227k|     0 |   0.0 |1453M| 346 |   - | 740 |2228 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
381.90/381.99	c   361s|  4480k|  4236k|     0 |   0.0 |1456M| 346 |   - | 740 |2199 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
382.91/382.97	c   361s|  4490k|  4246k|     0 |   0.0 |1460M| 346 |   - | 740 |2299 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
383.91/383.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
383.91/383.91	c   362s|  4500k|  4255k|     0 |   0.0 |1463M| 346 |   - | 740 |2205 |   0 |   0 |   0 |1258k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
384.80/384.80	c   363s|  4510k|  4265k|     0 |   0.0 |1466M| 346 |   - | 740 |2286 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
385.60/385.67	c   364s|  4520k|  4274k|     0 |   0.0 |1469M| 346 |   - | 740 |2332 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
386.50/386.53	c   365s|  4530k|  4284k|     0 |   0.0 |1473M| 346 |   - | 740 |2323 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
387.40/387.43	c   366s|  4540k|  4293k|     0 |   0.0 |1476M| 346 |   - | 740 |2259 |   0 |   0 |   0 |1269k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
388.20/388.29	c   367s|  4550k|  4303k|     0 |   0.0 |1479M| 346 |   - | 740 |2236 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
389.10/389.17	c   367s|  4560k|  4312k|     0 |   0.0 |1482M| 346 |   - | 740 |2200 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
390.01/390.03	c   368s|  4570k|  4322k|     0 |   0.0 |1486M| 346 |   - | 740 |2254 |   0 |   0 |   0 |1277k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
390.90/390.97	c   369s|  4580k|  4331k|     0 |   0.0 |1489M| 346 |   - | 740 |2307 |   0 |   0 |   0 |1279k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
391.90/391.93	c   370s|  4590k|  4340k|     0 |   0.0 |1492M| 346 |   - | 740 |2308 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
392.80/392.82	c   371s|  4600k|  4350k|     0 |   0.0 |1495M| 346 |   - | 740 |2322 |   0 |   0 |   0 |1284k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
393.80/393.83	c   372s|  4610k|  4359k|     0 |   0.0 |1498M| 346 |   - | 740 |2274 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
394.70/394.79	c   373s|  4620k|  4369k|     0 |   0.0 |1502M| 346 |   - | 740 |2359 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
395.71/395.75	c   374s|  4630k|  4378k|     0 |   0.0 |1505M| 346 |   - | 740 |2324 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
396.70/396.70	c   375s|  4640k|  4388k|     0 |   0.0 |1508M| 346 |   - | 740 |2318 |   0 |   0 |   0 |1295k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
397.60/397.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.60/397.62	c   375s|  4650k|  4397k|     0 |   0.0 |1511M| 346 |   - | 740 |2463 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
398.50/398.57	c   376s|  4660k|  4407k|     0 |   0.0 |1515M| 346 |   - | 740 |2419 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
399.50/399.53	c   377s|  4670k|  4416k|     0 |   0.0 |1518M| 346 |   - | 740 |2314 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
400.41/400.45	c   378s|  4680k|  4426k|     0 |   0.0 |1521M| 346 |   - | 740 |2385 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
401.30/401.37	c   379s|  4690k|  4435k|     0 |   0.0 |1524M| 346 |   - | 740 |2305 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
402.30/402.35	c   380s|  4700k|  4445k|     0 |   0.0 |1528M| 346 |   - | 740 |2270 |   0 |   0 |   0 |1312k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
403.21/403.29	c   381s|  4710k|  4454k|     0 |   0.0 |1531M| 346 |   - | 740 |2227 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
404.20/404.25	c   382s|  4720k|  4463k|     0 |   0.0 |1534M| 346 |   - | 740 |2317 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
405.10/405.15	c   383s|  4730k|  4473k|     0 |   0.0 |1537M| 346 |   - | 740 |2275 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
406.00/406.09	c   383s|  4740k|  4482k|     0 |   0.0 |1541M| 346 |   - | 740 |2317 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
407.10/407.12	c   384s|  4750k|  4492k|     0 |   0.0 |1544M| 346 |   - | 740 |2347 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
408.20/408.20	c   385s|  4760k|  4501k|     0 |   0.0 |1547M| 346 |   - | 740 |2242 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
409.11/409.16	c   386s|  4770k|  4511k|     0 |   0.0 |1550M| 346 |   - | 740 |2366 |   0 |   0 |   0 |1331k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
410.10/410.12	c   387s|  4780k|  4520k|     0 |   0.0 |1553M| 346 |   - | 740 |2276 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
411.00/411.03	c   388s|  4790k|  4530k|     0 |   0.0 |1557M| 346 |   - | 740 |2244 |   0 |   0 |   0 |1336k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
411.90/411.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
411.90/411.98	c   389s|  4800k|  4539k|     0 |   0.0 |1560M| 346 |   - | 740 |2344 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
412.90/412.95	c   390s|  4810k|  4549k|     0 |   0.0 |1563M| 346 |   - | 740 |2354 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
413.90/413.91	c   391s|  4820k|  4558k|     0 |   0.0 |1566M| 346 |   - | 740 |2314 |   0 |   0 |   0 |1345k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
414.81/414.84	c   392s|  4830k|  4567k|     0 |   0.0 |1570M| 346 |   - | 740 |2448 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
415.71/415.75	c   393s|  4840k|  4577k|     0 |   0.0 |1573M| 346 |   - | 740 |2324 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
416.61/416.68	c   394s|  4850k|  4586k|     0 |   0.0 |1576M| 346 |   - | 740 |2273 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
417.60/417.62	c   394s|  4860k|  4596k|     0 |   0.0 |1579M| 346 |   - | 740 |2354 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
418.50/418.55	c   395s|  4870k|  4605k|     0 |   0.0 |1583M| 346 |   - | 740 |2365 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
419.40/419.44	c   396s|  4880k|  4615k|     0 |   0.0 |1586M| 346 |   - | 740 |2291 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
420.40/420.45	c   397s|  4890k|  4624k|     0 |   0.0 |1589M| 346 |   - | 740 |2264 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
421.40/421.43	c   398s|  4900k|  4634k|     0 |   0.0 |1592M| 346 |   - | 740 |2241 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
422.31/422.33	c   399s|  4910k|  4643k|     0 |   0.0 |1595M| 346 |   - | 740 |2259 |   0 |   0 |   0 |1370k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
423.20/423.22	c   400s|  4920k|  4652k|     0 |   0.0 |1599M| 346 |   - | 740 |2347 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
424.10/424.20	c   401s|  4930k|  4662k|     0 |   0.0 |1602M| 346 |   - | 740 |2272 |   0 |   0 |   0 |1375k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
425.01/425.07	c   401s|  4940k|  4671k|     0 |   0.0 |1605M| 346 |   - | 740 |2306 |   0 |   0 |   0 |1377k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
425.91/425.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
425.91/425.96	c   402s|  4950k|  4681k|     0 |   0.0 |1608M| 346 |   - | 740 |2283 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
426.90/426.92	c   403s|  4960k|  4690k|     0 |   0.0 |1612M| 346 |   - | 740 |2362 |   0 |   0 |   0 |1383k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
427.80/427.83	c   404s|  4970k|  4700k|     0 |   0.0 |1615M| 346 |   - | 740 |2289 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
428.60/428.69	c   405s|  4980k|  4709k|     0 |   0.0 |1618M| 346 |   - | 740 |2315 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
429.60/429.60	c   406s|  4990k|  4719k|     0 |   0.0 |1621M| 346 |   - | 740 |2315 |   0 |   0 |   0 |1391k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
430.50/430.50	c   407s|  5000k|  4728k|     0 |   0.0 |1624M| 346 |   - | 740 |2223 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
431.40/431.45	c   408s|  5010k|  4738k|     0 |   0.0 |1628M| 346 |   - | 740 |2328 |   0 |   0 |   0 |1397k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
432.41/432.46	c   408s|  5020k|  4747k|     0 |   0.0 |1631M| 346 |   - | 740 |2316 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
433.31/433.34	c   409s|  5030k|  4756k|     0 |   0.0 |1634M| 346 |   - | 740 |2327 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
434.20/434.26	c   410s|  5040k|  4766k|     0 |   0.0 |1638M| 346 |   - | 740 |2279 |   0 |   0 |   0 |1406k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
435.11/435.19	c   411s|  5050k|  4775k|     0 |   0.0 |1641M| 346 |   - | 740 |2241 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
436.00/436.06	c   412s|  5060k|  4785k|     0 |   0.0 |1644M| 346 |   - | 740 |2200 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
437.01/437.10	c   413s|  5070k|  4794k|     0 |   0.0 |1647M| 346 |   - | 740 |2290 |   0 |   0 |   0 |1414k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
438.00/438.04	c   414s|  5080k|  4804k|     0 |   0.0 |1651M| 346 |   - | 740 |2292 |   0 |   0 |   0 |1417k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
439.00/439.05	c   415s|  5090k|  4813k|     0 |   0.0 |1654M| 346 |   - | 740 |2293 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
440.01/440.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
440.01/440.01	c   416s|  5100k|  4823k|     0 |   0.0 |1657M| 346 |   - | 740 |2352 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
441.01/441.05	c   417s|  5110k|  4832k|     0 |   0.0 |1660M| 346 |   - | 740 |2352 |   0 |   0 |   0 |1425k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
442.01/442.03	c   418s|  5120k|  4841k|     0 |   0.0 |1663M| 346 |   - | 740 |2305 |   0 |   0 |   0 |1427k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
442.90/442.94	c   418s|  5130k|  4851k|     0 |   0.0 |1667M| 346 |   - | 740 |2364 |   0 |   0 |   0 |1430k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
443.81/443.82	c   419s|  5140k|  4860k|     0 |   0.0 |1670M| 346 |   - | 740 |2411 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
444.70/444.79	c   420s|  5150k|  4870k|     0 |   0.0 |1673M| 346 |   - | 740 |2381 |   0 |   0 |   0 |1436k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
445.60/445.69	c   421s|  5160k|  4879k|     0 |   0.0 |1676M| 346 |   - | 740 |2349 |   0 |   0 |   0 |1439k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
446.70/446.73	c   422s|  5170k|  4889k|     0 |   0.0 |1680M| 346 |   - | 740 |2346 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
447.60/447.69	c   423s|  5180k|  4898k|     0 |   0.0 |1683M| 346 |   - | 740 |2412 |   0 |   0 |   0 |1445k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
448.50/448.58	c   424s|  5190k|  4908k|     0 |   0.0 |1686M| 346 |   - | 740 |2329 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
449.51/449.56	c   425s|  5200k|  4917k|     0 |   0.0 |1689M| 346 |   - | 740 |2274 |   0 |   0 |   0 |1450k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
450.50/450.54	c   426s|  5210k|  4926k|     0 |   0.0 |1693M| 346 |   - | 740 |2247 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
451.40/451.47	c   427s|  5220k|  4936k|     0 |   0.0 |1696M| 346 |   - | 740 |2285 |   0 |   0 |   0 |1455k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
452.41/452.42	c   427s|  5230k|  4945k|     0 |   0.0 |1699M| 346 |   - | 740 |2300 |   0 |   0 |   0 |1458k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
453.30/453.34	c   428s|  5240k|  4955k|     0 |   0.0 |1703M| 346 |   - | 740 |2232 |   0 |   0 |   0 |1460k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
454.21/454.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.21/454.28	c   429s|  5250k|  4964k|     0 |   0.0 |1706M| 346 |   - | 740 |2357 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
455.20/455.28	c   430s|  5260k|  4974k|     0 |   0.0 |1709M| 346 |   - | 740 |2344 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
456.10/456.17	c   431s|  5270k|  4983k|     0 |   0.0 |1712M| 346 |   - | 740 |2255 |   0 |   0 |   0 |1469k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
457.11/457.13	c   432s|  5280k|  4993k|     0 |   0.0 |1716M| 346 |   - | 740 |2313 |   0 |   0 |   0 |1471k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
458.01/458.08	c   433s|  5290k|  5002k|     0 |   0.0 |1719M| 346 |   - | 740 |2378 |   0 |   0 |   0 |1474k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
458.91/458.98	c   434s|  5300k|  5012k|     0 |   0.0 |1722M| 346 |   - | 740 |2308 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
459.90/459.96	c   435s|  5310k|  5021k|     0 |   0.0 |1725M| 346 |   - | 740 |2390 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
460.91/460.98	c   436s|  5320k|  5031k|     0 |   0.0 |1729M| 346 |   - | 740 |2381 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
461.91/461.90	c   436s|  5330k|  5040k|     0 |   0.0 |1732M| 346 |   - | 740 |2402 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
462.71/462.78	c   437s|  5340k|  5049k|     0 |   0.0 |1735M| 346 |   - | 740 |2455 |   0 |   0 |   0 |1488k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
463.71/463.79	c   438s|  5350k|  5059k|     0 |   0.0 |1738M| 346 |   - | 740 |2395 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
464.81/464.83	c   439s|  5360k|  5068k|     0 |   0.0 |1742M| 346 |   - | 740 |2377 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
465.71/465.79	c   440s|  5370k|  5078k|     0 |   0.0 |1745M| 346 |   - | 740 |2414 |   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
466.70/466.71	c   441s|  5380k|  5087k|     0 |   0.0 |1748M| 346 |   - | 740 |2401 |   0 |   0 |   0 |1500k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
467.71/467.72	c   442s|  5390k|  5097k|     0 |   0.0 |1751M| 346 |   - | 740 |2347 |   0 |   0 |   0 |1503k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
468.62/468.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
468.62/468.62	c   443s|  5400k|  5106k|     0 |   0.0 |1755M| 346 |   - | 740 |2317 |   0 |   0 |   0 |1505k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
469.61/469.62	c   444s|  5410k|  5116k|     0 |   0.0 |1758M| 346 |   - | 740 |2364 |   0 |   0 |   0 |1508k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
470.51/470.58	c   445s|  5420k|  5125k|     0 |   0.0 |1761M| 346 |   - | 740 |2326 |   0 |   0 |   0 |1510k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
471.41/471.46	c   446s|  5430k|  5134k|     0 |   0.0 |1764M| 346 |   - | 740 |2400 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
472.40/472.42	c   446s|  5440k|  5144k|     0 |   0.0 |1768M| 346 |   - | 740 |2289 |   0 |   0 |   0 |1516k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
473.51/473.52	c   447s|  5450k|  5153k|     0 |   0.0 |1771M| 346 |   - | 740 |2392 |   0 |   0 |   0 |1518k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
474.50/474.52	c   448s|  5460k|  5163k|     0 |   0.0 |1774M| 346 |   - | 740 |2433 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
475.51/475.51	c   449s|  5470k|  5172k|     0 |   0.0 |1778M| 346 |   - | 740 |2453 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
476.40/476.49	c   450s|  5480k|  5182k|     0 |   0.0 |1781M| 346 |   - | 740 |2467 |   0 |   0 |   0 |1527k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
477.41/477.46	c   451s|  5490k|  5191k|     0 |   0.0 |1784M| 346 |   - | 740 |2406 |   0 |   0 |   0 |1530k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
478.30/478.39	c   452s|  5500k|  5201k|     0 |   0.0 |1787M| 346 |   - | 740 |2385 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
479.31/479.32	c   453s|  5510k|  5210k|     0 |   0.0 |1791M| 346 |   - | 740 |2387 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
480.21/480.27	c   454s|  5520k|  5219k|     0 |   0.0 |1794M| 346 |   - | 740 |2430 |   0 |   0 |   0 |1538k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
481.20/481.22	c   455s|  5530k|  5229k|     0 |   0.0 |1797M| 346 |   - | 740 |2396 |   0 |   0 |   0 |1541k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
482.11/482.19	c   456s|  5540k|  5238k|     0 |   0.0 |1800M| 346 |   - | 740 |2448 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
483.11/483.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.11/483.12	c   457s|  5550k|  5248k|     0 |   0.0 |1804M| 346 |   - | 740 |2473 |   0 |   0 |   0 |1547k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
484.01/484.07	c   458s|  5560k|  5257k|     0 |   0.0 |1807M| 346 |   - | 740 |2386 |   0 |   0 |   0 |1550k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
485.12/485.14	c   459s|  5570k|  5267k|     0 |   0.0 |1810M| 346 |   - | 740 |2355 |   0 |   0 |   0 |1553k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
486.11/486.10	c   459s|  5580k|  5276k|     0 |   0.0 |1813M| 346 |   - | 740 |2377 |   0 |   0 |   0 |1556k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
487.01/487.04	c   460s|  5590k|  5285k|     0 |   0.0 |1817M| 346 |   - | 740 |2371 |   0 |   0 |   0 |1558k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
487.90/487.91	c   461s|  5600k|  5295k|     0 |   0.0 |1820M| 346 |   - | 740 |2363 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
488.80/488.86	c   462s|  5610k|  5304k|     0 |   0.0 |1823M| 346 |   - | 740 |2370 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
489.80/489.83	c   463s|  5620k|  5314k|     0 |   0.0 |1826M| 346 |   - | 740 |2427 |   0 |   0 |   0 |1567k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
490.80/490.83	c   464s|  5630k|  5323k|     0 |   0.0 |1830M| 346 |   - | 740 |2546 |   0 |   0 |   0 |1570k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
491.80/491.82	c   465s|  5640k|  5333k|     0 |   0.0 |1833M| 346 |   - | 740 |2422 |   0 |   0 |   0 |1573k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
492.81/492.85	c   466s|  5650k|  5342k|     0 |   0.0 |1836M| 346 |   - | 740 |2431 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
493.81/493.89	c   467s|  5660k|  5351k|     0 |   0.0 |1840M| 346 |   - | 740 |2526 |   0 |   0 |   0 |1579k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
494.80/494.90	c   468s|  5670k|  5361k|     0 |   0.0 |1843M| 346 |   - | 740 |2480 |   0 |   0 |   0 |1582k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
495.81/495.81	c   469s|  5680k|  5370k|     0 |   0.0 |1846M| 346 |   - | 740 |2409 |   0 |   0 |   0 |1584k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
496.71/496.74	c   470s|  5690k|  5380k|     0 |   0.0 |1849M| 346 |   - | 740 |2391 |   0 |   0 |   0 |1587k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
497.60/497.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
497.60/497.62	c   470s|  5700k|  5389k|     0 |   0.0 |1853M| 346 |   - | 740 |2425 |   0 |   0 |   0 |1590k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
498.60/498.60	c   471s|  5710k|  5399k|     0 |   0.0 |1856M| 346 |   - | 740 |2480 |   0 |   0 |   0 |1593k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
499.50/499.56	c   472s|  5720k|  5408k|     0 |   0.0 |1859M| 346 |   - | 740 |2451 |   0 |   0 |   0 |1596k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
500.52/500.56	c   473s|  5730k|  5417k|     0 |   0.0 |1862M| 346 |   - | 740 |2520 |   0 |   0 |   0 |1599k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
501.40/501.43	c   474s|  5740k|  5427k|     0 |   0.0 |1866M| 346 |   - | 740 |2388 |   0 |   0 |   0 |1602k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
502.31/502.33	c   475s|  5750k|  5436k|     0 |   0.0 |1869M| 346 |   - | 740 |2338 |   0 |   0 |   0 |1605k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
503.20/503.27	c   476s|  5760k|  5446k|     0 |   0.0 |1872M| 346 |   - | 740 |2448 |   0 |   0 |   0 |1607k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
504.21/504.29	c   477s|  5770k|  5455k|     0 |   0.0 |1875M| 346 |   - | 740 |2343 |   0 |   0 |   0 |1610k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
505.20/505.26	c   478s|  5780k|  5465k|     0 |   0.0 |1879M| 346 |   - | 740 |2323 |   0 |   0 |   0 |1613k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
506.11/506.20	c   479s|  5790k|  5474k|     0 |   0.0 |1882M| 346 |   - | 740 |2400 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
507.20/507.23	c   480s|  5800k|  5483k|     0 |   0.0 |1885M| 346 |   - | 740 |2405 |   0 |   0 |   0 |1619k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
508.11/508.14	c   480s|  5810k|  5493k|     0 |   0.0 |1888M| 346 |   - | 740 |2338 |   0 |   0 |   0 |1621k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
509.11/509.16	c   481s|  5820k|  5502k|     0 |   0.0 |1892M| 346 |   - | 740 |2376 |   0 |   0 |   0 |1624k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
510.10/510.12	c   482s|  5830k|  5512k|     0 |   0.0 |1895M| 346 |   - | 740 |2418 |   0 |   0 |   0 |1627k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
511.10/511.13	c   483s|  5840k|  5521k|     0 |   0.0 |1898M| 346 |   - | 740 |2337 |   0 |   0 |   0 |1630k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
512.00/512.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.00/512.09	c   484s|  5850k|  5531k|     0 |   0.0 |1901M| 346 |   - | 740 |2367 |   0 |   0 |   0 |1633k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
513.01/513.08	c   485s|  5860k|  5540k|     0 |   0.0 |1905M| 346 |   - | 740 |2340 |   0 |   0 |   0 |1635k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
514.01/514.06	c   486s|  5870k|  5549k|     0 |   0.0 |1908M| 346 |   - | 740 |2407 |   0 |   0 |   0 |1638k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
515.01/515.03	c   487s|  5880k|  5559k|     0 |   0.0 |1911M| 346 |   - | 740 |2457 |   0 |   0 |   0 |1641k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
516.10/516.15	c   488s|  5890k|  5568k|     0 |   0.0 |1915M| 346 |   - | 740 |2461 |   0 |   0 |   0 |1644k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
517.10/517.18	c   489s|  5900k|  5578k|     0 |   0.0 |1918M| 346 |   - | 740 |2393 |   0 |   0 |   0 |1648k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
518.11/518.17	c   490s|  5910k|  5587k|     0 |   0.0 |1921M| 346 |   - | 740 |2384 |   0 |   0 |   0 |1651k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
519.11/519.14	c   491s|  5920k|  5596k|     0 |   0.0 |1924M| 346 |   - | 740 |2445 |   0 |   0 |   0 |1654k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
520.11/520.10	c   492s|  5930k|  5606k|     0 |   0.0 |1928M| 346 |   - | 740 |2393 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
521.11/521.17	c   493s|  5940k|  5615k|     0 |   0.0 |1931M| 346 |   - | 740 |2359 |   0 |   0 |   0 |1659k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
522.00/522.08	c   494s|  5950k|  5625k|     0 |   0.0 |1934M| 346 |   - | 740 |2307 |   0 |   0 |   0 |1662k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
523.10/523.11	c   495s|  5960k|  5634k|     0 |   0.0 |1938M| 346 |   - | 740 |2300 |   0 |   0 |   0 |1665k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
524.11/524.11	c   496s|  5970k|  5644k|     0 |   0.0 |1941M| 346 |   - | 740 |2413 |   0 |   0 |   0 |1667k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
525.00/525.06	c   497s|  5980k|  5653k|     0 |   0.0 |1944M| 346 |   - | 740 |2400 |   0 |   0 |   0 |1670k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
526.00/526.05	c   497s|  5990k|  5662k|     0 |   0.0 |1947M| 346 |   - | 740 |2403 |   0 |   0 |   0 |1673k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
527.01/527.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.01/527.08	c   498s|  6000k|  5672k|     0 |   0.0 |1951M| 346 |   - | 740 |2411 |   0 |   0 |   0 |1676k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
528.02/528.07	c   499s|  6010k|  5681k|     0 |   0.0 |1954M| 346 |   - | 740 |2393 |   0 |   0 |   0 |1679k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
529.01/529.01	c   500s|  6020k|  5691k|     0 |   0.0 |1957M| 346 |   - | 740 |2420 |   0 |   0 |   0 |1682k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
530.00/530.05	c   501s|  6030k|  5700k|     0 |   0.0 |1960M| 346 |   - | 740 |2347 |   0 |   0 |   0 |1685k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
531.00/531.06	c   502s|  6040k|  5709k|     0 |   0.0 |1964M| 346 |   - | 740 |2462 |   0 |   0 |   0 |1688k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
532.00/532.08	c   503s|  6050k|  5719k|     0 |   0.0 |1967M| 346 |   - | 740 |2506 |   0 |   0 |   0 |1691k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
533.10/533.15	c   504s|  6060k|  5728k|     0 |   0.0 |1970M| 346 |   - | 740 |2422 |   0 |   0 |   0 |1694k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
534.11/534.10	c   505s|  6070k|  5738k|     0 |   0.0 |1974M| 346 |   - | 740 |2373 |   0 |   0 |   0 |1697k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
535.01/535.03	c   506s|  6080k|  5747k|     0 |   0.0 |1977M| 346 |   - | 740 |2443 |   0 |   0 |   0 |1700k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
536.01/536.03	c   507s|  6090k|  5756k|     0 |   0.0 |1980M| 346 |   - | 740 |2487 |   0 |   0 |   0 |1703k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
537.01/537.05	c   508s|  6100k|  5766k|     0 |   0.0 |1984M| 346 |   - | 740 |2511 |   0 |   0 |   0 |1706k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
538.00/538.04	c   509s|  6110k|  5775k|     0 |   0.0 |1987M| 346 |   - | 740 |2465 |   0 |   0 |   0 |1709k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
539.21/539.22	c   510s|  6120k|  5785k|     0 |   0.0 |1990M| 346 |   - | 740 |2380 |   0 |   0 |   0 |1712k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
540.12/540.15	c   511s|  6130k|  5794k|     0 |   0.0 |1993M| 346 |   - | 740 |2397 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
541.11/541.19	c   512s|  6140k|  5803k|     0 |   0.0 |1997M| 346 |   - | 740 |2479 |   0 |   0 |   0 |1717k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
542.22/542.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
542.22/542.28	c   513s|  6150k|  5813k|     0 |   0.0 |2000M| 346 |   - | 740 |2406 |   0 |   0 |   0 |1720k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
543.21/543.28	c   514s|  6160k|  5822k|     0 |   0.0 |2003M| 346 |   - | 740 |2455 |   0 |   0 |   0 |1723k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
544.21/544.28	c   515s|  6170k|  5832k|     0 |   0.0 |2006M| 346 |   - | 740 |2387 |   0 |   0 |   0 |1726k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
545.21/545.28	c   516s|  6180k|  5841k|     0 |   0.0 |2010M| 346 |   - | 740 |2385 |   0 |   0 |   0 |1728k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
546.21/546.28	c   517s|  6190k|  5851k|     0 |   0.0 |2013M| 346 |   - | 740 |2471 |   0 |   0 |   0 |1731k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
547.21/547.26	c   518s|  6200k|  5860k|     0 |   0.0 |2016M| 346 |   - | 740 |2536 |   0 |   0 |   0 |1734k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
548.21/548.20	c   519s|  6210k|  5869k|     0 |   0.0 |2019M| 346 |   - | 740 |2462 |   0 |   0 |   0 |1737k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
549.01/549.09	c   519s|  6220k|  5879k|     0 |   0.0 |2023M| 346 |   - | 740 |2415 |   0 |   0 |   0 |1740k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
550.01/550.06	c   520s|  6230k|  5888k|     0 |   0.0 |2026M| 346 |   - | 740 |2440 |   0 |   0 |   0 |1743k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
551.01/551.09	c   521s|  6240k|  5898k|     0 |   0.0 |2029M| 346 |   - | 740 |2447 |   0 |   0 |   0 |1745k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
551.91/551.99	c   522s|  6250k|  5907k|     0 |   0.0 |2032M| 346 |   - | 740 |2505 |   0 |   0 |   0 |1748k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
552.91/552.98	c   523s|  6260k|  5916k|     0 |   0.0 |2035M| 346 |   - | 740 |2489 |   0 |   0 |   0 |1751k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
553.91/553.95	c   524s|  6270k|  5926k|     0 |   0.0 |2039M| 346 |   - | 740 |2521 |   0 |   0 |   0 |1754k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
554.91/554.94	c   525s|  6280k|  5935k|     0 |   0.0 |2042M| 346 |   - | 740 |2535 |   0 |   0 |   0 |1757k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
556.01/556.01	c   526s|  6290k|  5945k|     0 |   0.0 |2045M| 346 |   - | 740 |2535 |   0 |   0 |   0 |1761k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
556.90/556.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
556.90/556.93	c   527s|  6300k|  5954k|     0 |   0.0 |2049M| 346 |   - | 740 |2485 |   0 |   0 |   0 |1764k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
557.90/557.94	c   528s|  6310k|  5963k|     0 |   0.0 |2052M| 346 |   - | 740 |2408 |   0 |   0 |   0 |1767k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
559.01/559.01	c   529s|  6320k|  5973k|     0 |   0.0 |2055M| 346 |   - | 740 |2404 |   0 |   0 |   0 |1769k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
559.92/559.98	c   530s|  6330k|  5982k|     0 |   0.0 |2059M| 346 |   - | 740 |2508 |   0 |   0 |   0 |1772k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
560.91/560.92	c   531s|  6340k|  5992k|     0 |   0.0 |2062M| 346 |   - | 740 |2386 |   0 |   0 |   0 |1775k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
561.81/561.89	c   532s|  6350k|  6001k|     0 |   0.0 |2065M| 346 |   - | 740 |2504 |   0 |   0 |   0 |1778k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
562.80/562.88	c   533s|  6360k|  6011k|     0 |   0.0 |2068M| 346 |   - | 740 |2453 |   0 |   0 |   0 |1781k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
563.90/563.91	c   534s|  6370k|  6020k|     0 |   0.0 |2072M| 346 |   - | 740 |2414 |   0 |   0 |   0 |1784k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
564.91/564.90	c   534s|  6380k|  6029k|     0 |   0.0 |2075M| 346 |   - | 740 |2506 |   0 |   0 |   0 |1787k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
565.91/565.91	c   535s|  6390k|  6039k|     0 |   0.0 |2078M| 346 |   - | 740 |2508 |   0 |   0 |   0 |1790k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
567.01/567.02	c   536s|  6400k|  6048k|     0 |   0.0 |2082M| 346 |   - | 740 |2446 |   0 |   0 |   0 |1793k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
568.01/568.05	c   537s|  6410k|  6057k|     0 |   0.0 |2085M| 346 |   - | 740 |2487 |   0 |   0 |   0 |1796k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
569.01/569.04	c   538s|  6420k|  6067k|     0 |   0.0 |2088M| 346 |   - | 740 |2493 |   0 |   0 |   0 |1798k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
570.01/570.00	c   539s|  6430k|  6076k|     0 |   0.0 |2091M| 346 |   - | 740 |2442 |   0 |   0 |   0 |1801k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
570.91/570.97	c   540s|  6440k|  6086k|     0 |   0.0 |2095M| 346 |   - | 740 |2477 |   0 |   0 |   0 |1805k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
572.02/572.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.02/572.03	c   541s|  6450k|  6095k|     0 |   0.0 |2098M| 346 |   - | 740 |2474 |   0 |   0 |   0 |1808k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
572.91/572.99	c   542s|  6460k|  6105k|     0 |   0.0 |2101M| 346 |   - | 740 |2507 |   0 |   0 |   0 |1811k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
574.01/574.09	c   543s|  6470k|  6114k|     0 |   0.0 |2105M| 346 |   - | 740 |2604 |   0 |   0 |   0 |1814k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
575.11/575.11	c   544s|  6480k|  6123k|     0 |   0.0 |2108M| 346 |   - | 740 |2522 |   0 |   0 |   0 |1817k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
576.11/576.12	c   545s|  6490k|  6133k|     0 |   0.0 |2111M| 346 |   - | 740 |2539 |   0 |   0 |   0 |1820k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
577.11/577.12	c   546s|  6500k|  6142k|     0 |   0.0 |2115M| 346 |   - | 740 |2543 |   0 |   0 |   0 |1823k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
578.00/578.09	c   547s|  6510k|  6151k|     0 |   0.0 |2118M| 346 |   - | 740 |2585 |   0 |   0 |   0 |1827k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
579.11/579.15	c   548s|  6520k|  6161k|     0 |   0.0 |2121M| 346 |   - | 740 |2493 |   0 |   0 |   0 |1829k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
580.11/580.14	c   549s|  6530k|  6170k|     0 |   0.0 |2125M| 346 |   - | 740 |2567 |   0 |   0 |   0 |1832k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
581.11/581.13	c   550s|  6540k|  6180k|     0 |   0.0 |2128M| 346 |   - | 740 |2511 |   0 |   0 |   0 |1835k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
582.11/582.18	c   551s|  6550k|  6189k|     0 |   0.0 |2131M| 346 |   - | 740 |2590 |   0 |   0 |   0 |1838k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
583.11/583.16	c   552s|  6560k|  6199k|     0 |   0.0 |2134M| 346 |   - | 740 |2592 |   0 |   0 |   0 |1841k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
584.11/584.13	c   553s|  6570k|  6208k|     0 |   0.0 |2138M| 346 |   - | 740 |2604 |   0 |   0 |   0 |1844k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
585.11/585.13	c   554s|  6580k|  6217k|     0 |   0.0 |2141M| 346 |   - | 740 |2629 |   0 |   0 |   0 |1847k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
586.01/586.09	c   555s|  6590k|  6227k|     0 |   0.0 |2144M| 346 |   - | 740 |2563 |   0 |   0 |   0 |1850k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
587.01/587.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
587.01/587.07	c   556s|  6600k|  6236k|     0 |   0.0 |2147M| 346 |   - | 740 |2603 |   0 |   0 |   0 |1853k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
587.91/587.91	c   556s|  6610k|  6246k|     0 |   0.0 |2151M| 346 |   - | 740 |2529 |   0 |   0 |   0 |1856k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
588.81/588.83	c   557s|  6620k|  6255k|     0 |   0.0 |2154M| 346 |   - | 740 |2490 |   0 |   0 |   0 |1859k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
589.91/589.93	c   558s|  6630k|  6264k|     0 |   0.0 |2157M| 346 |   - | 740 |2622 |   0 |   0 |   0 |1862k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
590.91/590.91	c   559s|  6640k|  6274k|     0 |   0.0 |2160M| 346 |   - | 740 |2541 |   0 |   0 |   0 |1865k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
591.91/591.90	c   560s|  6650k|  6283k|     0 |   0.0 |2164M| 346 |   - | 740 |2607 |   0 |   0 |   0 |1868k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
592.82/592.87	c   561s|  6660k|  6293k|     0 |   0.0 |2167M| 346 |   - | 740 |2557 |   0 |   0 |   0 |1871k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
593.71/593.76	c   562s|  6670k|  6302k|     0 |   0.0 |2170M| 346 |   - | 740 |2506 |   0 |   0 |   0 |1874k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
594.81/594.83	c   563s|  6680k|  6311k|     0 |   0.0 |2174M| 346 |   - | 740 |2527 |   0 |   0 |   0 |1877k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
596.01/596.03	c   564s|  6690k|  6321k|     0 |   0.0 |2177M| 346 |   - | 740 |2616 |   0 |   0 |   0 |1881k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
597.01/597.01	c   565s|  6700k|  6330k|     0 |   0.0 |2180M| 346 |   - | 740 |2536 |   0 |   0 |   0 |1884k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
598.01/598.09	c   566s|  6710k|  6339k|     0 |   0.0 |2183M| 346 |   - | 740 |2494 |   0 |   0 |   0 |1887k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
599.00/599.09	c   567s|  6720k|  6349k|     0 |   0.0 |2187M| 346 |   - | 740 |2479 |   0 |   0 |   0 |1890k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
600.11/600.11	c   568s|  6730k|  6358k|     0 |   0.0 |2190M| 346 |   - | 740 |2518 |   0 |   0 |   0 |1893k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
601.01/601.05	c   569s|  6740k|  6368k|     0 |   0.0 |2193M| 346 |   - | 740 |2526 |   0 |   0 |   0 |1896k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
601.91/601.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
601.91/601.97	c   570s|  6750k|  6377k|     0 |   0.0 |2197M| 346 |   - | 740 |2469 |   0 |   0 |   0 |1899k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
602.91/602.92	c   571s|  6760k|  6386k|     0 |   0.0 |2200M| 346 |   - | 740 |2519 |   0 |   0 |   0 |1901k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
603.92/603.96	c   572s|  6770k|  6396k|     0 |   0.0 |2203M| 346 |   - | 740 |2542 |   0 |   0 |   0 |1904k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
604.92/604.92	c   572s|  6780k|  6405k|     0 |   0.0 |2206M| 346 |   - | 740 |2488 |   0 |   0 |   0 |1907k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
605.91/605.93	c   573s|  6790k|  6415k|     0 |   0.0 |2210M| 346 |   - | 740 |2537 |   0 |   0 |   0 |1910k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
606.91/606.95	c   574s|  6800k|  6424k|     0 |   0.0 |2213M| 346 |   - | 740 |2570 |   0 |   0 |   0 |1913k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
607.81/607.83	c   575s|  6810k|  6433k|     0 |   0.0 |2216M| 346 |   - | 740 |2507 |   0 |   0 |   0 |1916k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
608.71/608.72	c   576s|  6820k|  6443k|     0 |   0.0 |2220M| 346 |   - | 740 |2535 |   0 |   0 |   0 |1919k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
609.61/609.64	c   577s|  6830k|  6452k|     0 |   0.0 |2223M| 346 |   - | 740 |2444 |   0 |   0 |   0 |1922k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
610.61/610.67	c   578s|  6840k|  6462k|     0 |   0.0 |2226M| 346 |   - | 740 |2531 |   0 |   0 |   0 |1925k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
611.52/611.58	c   579s|  6850k|  6471k|     0 |   0.0 |2229M| 346 |   - | 740 |2541 |   0 |   0 |   0 |1928k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
612.41/612.47	c   580s|  6860k|  6480k|     0 |   0.0 |2233M| 346 |   - | 740 |2558 |   0 |   0 |   0 |1931k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
613.31/613.38	c   580s|  6870k|  6490k|     0 |   0.0 |2236M| 346 |   - | 740 |2576 |   0 |   0 |   0 |1934k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
614.31/614.39	c   581s|  6880k|  6499k|     0 |   0.0 |2239M| 346 |   - | 740 |2508 |   0 |   0 |   0 |1937k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
615.41/615.47	c   582s|  6890k|  6509k|     0 |   0.0 |2243M| 346 |   - | 740 |2559 |   0 |   0 |   0 |1940k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
616.51/616.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
616.51/616.58	c   584s|  6900k|  6518k|     0 |   0.0 |2246M| 346 |   - | 740 |2548 |   0 |   0 |   0 |1943k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
617.71/617.76	c   585s|  6910k|  6527k|     0 |   0.0 |2249M| 346 |   - | 740 |2555 |   0 |   0 |   0 |1947k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
618.71/618.73	c   586s|  6920k|  6537k|     0 |   0.0 |2253M| 346 |   - | 740 |2468 |   0 |   0 |   0 |1950k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
619.70/619.76	c   587s|  6930k|  6546k|     0 |   0.0 |2256M| 346 |   - | 740 |2553 |   0 |   0 |   0 |1953k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
620.81/620.82	c   588s|  6940k|  6555k|     0 |   0.0 |2259M| 346 |   - | 740 |2622 |   0 |   0 |   0 |1956k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
621.81/621.81	c   589s|  6950k|  6565k|     0 |   0.0 |2262M| 346 |   - | 740 |2534 |   0 |   0 |   0 |1958k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
622.81/622.85	c   590s|  6960k|  6574k|     0 |   0.0 |2266M| 346 |   - | 740 |2643 |   0 |   0 |   0 |1961k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
623.72/623.75	c   590s|  6970k|  6584k|     0 |   0.0 |2269M| 346 |   - | 740 |2634 |   0 |   0 |   0 |1964k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
625.01/625.02	c   592s|  6980k|  6593k|     0 |   0.0 |2272M| 346 |   - | 740 |2667 |   0 |   0 |   0 |1968k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
626.11/626.11	c   593s|  6990k|  6602k|     0 |   0.0 |2276M| 346 |   - | 740 |2553 |   0 |   0 |   0 |1971k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
627.02/627.07	c   594s|  7000k|  6612k|     0 |   0.0 |2279M| 346 |   - | 740 |2585 |   0 |   0 |   0 |1974k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
628.11/628.15	c   595s|  7010k|  6621k|     0 |   0.0 |2282M| 346 |   - | 740 |2599 |   0 |   0 |   0 |1977k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
629.12/629.12	c   595s|  7020k|  6631k|     0 |   0.0 |2285M| 346 |   - | 740 |2601 |   0 |   0 |   0 |1980k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
630.11/630.19	c   597s|  7030k|  6640k|     0 |   0.0 |2289M| 346 |   - | 740 |2653 |   0 |   0 |   0 |1983k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
631.21/631.21	c   597s|  7040k|  6649k|     0 |   0.0 |2292M| 346 |   - | 740 |2565 |   0 |   0 |   0 |1986k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
632.21/632.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
632.21/632.27	c   598s|  7050k|  6659k|     0 |   0.0 |2295M| 346 |   - | 740 |2613 |   0 |   0 |   0 |1989k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
633.21/633.24	c   599s|  7060k|  6668k|     0 |   0.0 |2299M| 346 |   - | 740 |2655 |   0 |   0 |   0 |1992k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
634.21/634.25	c   600s|  7070k|  6677k|     0 |   0.0 |2302M| 346 |   - | 740 |2563 |   0 |   0 |   0 |1995k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
635.21/635.27	c   601s|  7080k|  6687k|     0 |   0.0 |2305M| 346 |   - | 740 |2610 |   0 |   0 |   0 |1998k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
636.21/636.28	c   602s|  7090k|  6696k|     0 |   0.0 |2309M| 346 |   - | 740 |2615 |   0 |   0 |   0 |2001k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
637.12/637.19	c   603s|  7100k|  6705k|     0 |   0.0 |2312M| 346 |   - | 740 |2626 |   0 |   0 |   0 |2004k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
638.11/638.11	c   604s|  7110k|  6715k|     0 |   0.0 |2315M| 346 |   - | 740 |2652 |   0 |   0 |   0 |2008k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
639.02/639.07	c   605s|  7120k|  6724k|     0 |   0.0 |2318M| 346 |   - | 740 |2576 |   0 |   0 |   0 |2011k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
640.01/640.00	c   606s|  7130k|  6734k|     0 |   0.0 |2322M| 346 |   - | 740 |2565 |   0 |   0 |   0 |2013k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
641.01/641.02	c   607s|  7140k|  6743k|     0 |   0.0 |2325M| 346 |   - | 740 |2581 |   0 |   0 |   0 |2016k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
642.11/642.12	c   608s|  7150k|  6752k|     0 |   0.0 |2328M| 346 |   - | 740 |2626 |   0 |   0 |   0 |2019k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
643.12/643.19	c   609s|  7160k|  6762k|     0 |   0.0 |2332M| 346 |   - | 740 |2578 |   0 |   0 |   0 |2022k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
644.32/644.32	c   610s|  7170k|  6771k|     0 |   0.0 |2335M| 346 |   - | 740 |2594 |   0 |   0 |   0 |2025k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
645.32/645.32	c   611s|  7180k|  6781k|     0 |   0.0 |2338M| 346 |   - | 740 |2608 |   0 |   0 |   0 |2028k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
646.31/646.38	c   612s|  7190k|  6790k|     0 |   0.0 |2342M| 346 |   - | 740 |2704 |   0 |   0 |   0 |2031k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
647.41/647.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
647.41/647.42	c   613s|  7200k|  6799k|     0 |   0.0 |2345M| 346 |   - | 740 |2578 |   0 |   0 |   0 |2035k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
648.41/648.44	c   614s|  7210k|  6809k|     0 |   0.0 |2348M| 346 |   - | 740 |2614 |   0 |   0 |   0 |2038k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
649.41/649.45	c   615s|  7220k|  6818k|     0 |   0.0 |2351M| 346 |   - | 740 |2562 |   0 |   0 |   0 |2040k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
650.51/650.50	c   616s|  7230k|  6827k|     0 |   0.0 |2355M| 346 |   - | 740 |2583 |   0 |   0 |   0 |2043k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
651.51/651.59	c   617s|  7240k|  6837k|     0 |   0.0 |2358M| 346 |   - | 740 |2649 |   0 |   0 |   0 |2047k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
652.62/652.66	c   618s|  7250k|  6846k|     0 |   0.0 |2361M| 346 |   - | 740 |2617 |   0 |   0 |   0 |2050k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
653.81/653.83	c   619s|  7260k|  6856k|     0 |   0.0 |2365M| 346 |   - | 740 |2598 |   0 |   0 |   0 |2053k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
654.71/654.79	c   620s|  7270k|  6865k|     0 |   0.0 |2368M| 346 |   - | 740 |2645 |   0 |   0 |   0 |2057k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
655.81/655.83	c   621s|  7280k|  6874k|     0 |   0.0 |2371M| 346 |   - | 740 |2596 |   0 |   0 |   0 |2060k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
656.81/656.84	c   622s|  7290k|  6884k|     0 |   0.0 |2375M| 346 |   - | 740 |2614 |   0 |   0 |   0 |2063k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
657.91/657.94	c   623s|  7300k|  6893k|     0 |   0.0 |2378M| 346 |   - | 740 |2633 |   0 |   0 |   0 |2066k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
658.81/658.90	c   624s|  7310k|  6902k|     0 |   0.0 |2381M| 346 |   - | 740 |2631 |   0 |   0 |   0 |2069k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
659.91/659.92	c   625s|  7320k|  6912k|     0 |   0.0 |2384M| 346 |   - | 740 |2682 |   0 |   0 |   0 |2072k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
660.81/660.87	c   626s|  7330k|  6921k|     0 |   0.0 |2388M| 346 |   - | 740 |2687 |   0 |   0 |   0 |2075k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
661.91/661.95	c   627s|  7340k|  6930k|     0 |   0.0 |2391M| 346 |   - | 740 |2589 |   0 |   0 |   0 |2078k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
662.91/662.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.91/662.99	c   628s|  7350k|  6940k|     0 |   0.0 |2394M| 346 |   - | 740 |2553 |   0 |   0 |   0 |2081k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
664.01/664.03	c   629s|  7360k|  6949k|     0 |   0.0 |2398M| 346 |   - | 740 |2628 |   0 |   0 |   0 |2084k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
665.12/665.14	c   630s|  7370k|  6959k|     0 |   0.0 |2401M| 346 |   - | 740 |2573 |   0 |   0 |   0 |2087k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
666.11/666.13	c   631s|  7380k|  6968k|     0 |   0.0 |2404M| 346 |   - | 740 |2660 |   0 |   0 |   0 |2090k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
667.01/667.07	c   632s|  7390k|  6977k|     0 |   0.0 |2408M| 346 |   - | 740 |2663 |   0 |   0 |   0 |2093k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
668.01/668.06	c   633s|  7400k|  6987k|     0 |   0.0 |2411M| 346 |   - | 740 |2617 |   0 |   0 |   0 |2096k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
669.01/669.03	c   633s|  7410k|  6996k|     0 |   0.0 |2414M| 346 |   - | 740 |2712 |   0 |   0 |   0 |2099k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
670.12/670.11	c   635s|  7420k|  7006k|     0 |   0.0 |2417M| 346 |   - | 740 |2668 |   0 |   0 |   0 |2102k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
671.11/671.16	c   636s|  7430k|  7015k|     0 |   0.0 |2421M| 346 |   - | 740 |2642 |   0 |   0 |   0 |2105k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
672.12/672.14	c   636s|  7440k|  7024k|     0 |   0.0 |2424M| 346 |   - | 740 |2631 |   0 |   0 |   0 |2108k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
673.22/673.25	c   638s|  7450k|  7034k|     0 |   0.0 |2427M| 346 |   - | 740 |2642 |   0 |   0 |   0 |2111k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
674.21/674.30	c   639s|  7460k|  7043k|     0 |   0.0 |2431M| 346 |   - | 740 |2684 |   0 |   0 |   0 |2114k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
675.31/675.38	c   640s|  7470k|  7052k|     0 |   0.0 |2434M| 346 |   - | 740 |2701 |   0 |   0 |   0 |2118k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
676.31/676.38	c   640s|  7480k|  7062k|     0 |   0.0 |2437M| 346 |   - | 740 |2549 |   0 |   0 |   0 |2121k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
677.41/677.43	c   642s|  7490k|  7071k|     0 |   0.0 |2440M| 346 |   - | 740 |2546 |   0 |   0 |   0 |2124k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
678.51/678.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
678.51/678.57	c   643s|  7500k|  7081k|     0 |   0.0 |2444M| 346 |   - | 740 |2687 |   0 |   0 |   0 |2127k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
679.52/679.57	c   644s|  7510k|  7090k|     0 |   0.0 |2447M| 346 |   - | 740 |2634 |   0 |   0 |   0 |2131k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
680.61/680.64	c   645s|  7520k|  7099k|     0 |   0.0 |2450M| 346 |   - | 740 |2619 |   0 |   0 |   0 |2134k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
681.71/681.73	c   646s|  7530k|  7109k|     0 |   0.0 |2454M| 346 |   - | 740 |2604 |   0 |   0 |   0 |2137k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
682.82/682.85	c   647s|  7540k|  7118k|     0 |   0.0 |2457M| 346 |   - | 740 |2644 |   0 |   0 |   0 |2140k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
684.01/684.07	c   648s|  7550k|  7127k|     0 |   0.0 |2460M| 346 |   - | 740 |2528 |   0 |   0 |   0 |2143k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
685.22/685.22	c   649s|  7560k|  7137k|     0 |   0.0 |2464M| 346 |   - | 740 |2569 |   0 |   0 |   0 |2146k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
686.11/686.19	c   650s|  7570k|  7146k|     0 |   0.0 |2467M| 346 |   - | 740 |2592 |   0 |   0 |   0 |2149k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
687.21/687.27	c   651s|  7580k|  7155k|     0 |   0.0 |2470M| 346 |   - | 740 |2582 |   0 |   0 |   0 |2152k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
688.32/688.38	c   652s|  7590k|  7165k|     0 |   0.0 |2474M| 346 |   - | 740 |2653 |   0 |   0 |   0 |2155k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
689.42/689.50	c   653s|  7600k|  7174k|     0 |   0.0 |2477M| 346 |   - | 740 |2685 |   0 |   0 |   0 |2159k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
690.72/690.71	c   654s|  7610k|  7183k|     0 |   0.0 |2480M| 346 |   - | 740 |2698 |   0 |   0 |   0 |2162k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
691.61/691.69	c   655s|  7620k|  7193k|     0 |   0.0 |2484M| 346 |   - | 740 |2657 |   0 |   0 |   0 |2165k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
692.81/692.82	c   656s|  7630k|  7202k|     0 |   0.0 |2487M| 346 |   - | 740 |2689 |   0 |   0 |   0 |2168k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
693.91/693.93	c   657s|  7640k|  7212k|     0 |   0.0 |2490M| 346 |   - | 740 |2711 |   0 |   0 |   0 |2171k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
695.01/695.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
695.01/695.10	c   658s|  7650k|  7221k|     0 |   0.0 |2493M| 346 |   - | 740 |2754 |   0 |   0 |   0 |2175k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
696.11/696.10	c   659s|  7660k|  7230k|     0 |   0.0 |2497M| 346 |   - | 740 |2688 |   0 |   0 |   0 |2178k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
697.11/697.12	c   660s|  7670k|  7240k|     0 |   0.0 |2500M| 346 |   - | 740 |2683 |   0 |   0 |   0 |2181k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
698.11/698.17	c   661s|  7680k|  7249k|     0 |   0.0 |2503M| 346 |   - | 740 |2771 |   0 |   0 |   0 |2184k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
699.21/699.26	c   662s|  7690k|  7258k|     0 |   0.0 |2506M| 346 |   - | 740 |2777 |   0 |   0 |   0 |2187k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
700.32/700.34	c   663s|  7700k|  7268k|     0 |   0.0 |2510M| 346 |   - | 740 |2670 |   0 |   0 |   0 |2191k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
701.41/701.40	c   664s|  7710k|  7277k|     0 |   0.0 |2513M| 346 |   - | 740 |2883 |   0 |   0 |   0 |2194k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
702.41/702.41	c   665s|  7720k|  7286k|     0 |   0.0 |2516M| 346 |   - | 740 |2795 |   0 |   0 |   0 |2197k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
703.61/703.60	c   666s|  7730k|  7296k|     0 |   0.0 |2520M| 346 |   - | 740 |2714 |   0 |   0 |   0 |2201k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
704.61/704.65	c   667s|  7740k|  7305k|     0 |   0.0 |2523M| 346 |   - | 740 |2672 |   0 |   0 |   0 |2204k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
705.61/705.63	c   668s|  7750k|  7314k|     0 |   0.0 |2526M| 346 |   - | 740 |2743 |   0 |   0 |   0 |2207k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
706.61/706.67	c   669s|  7760k|  7324k|     0 |   0.0 |2530M| 346 |   - | 740 |2686 |   0 |   0 |   0 |2211k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
707.72/707.78	c   670s|  7770k|  7333k|     0 |   0.0 |2533M| 346 |   - | 740 |2730 |   0 |   0 |   0 |2214k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
708.72/708.74	c   671s|  7780k|  7342k|     0 |   0.0 |2536M| 346 |   - | 740 |2642 |   0 |   0 |   0 |2217k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
709.82/709.80	c   672s|  7790k|  7352k|     0 |   0.0 |2540M| 346 |   - | 740 |2697 |   0 |   0 |   0 |2220k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
710.72/710.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
710.72/710.72	c   673s|  7800k|  7361k|     0 |   0.0 |2543M| 346 |   - | 740 |2682 |   0 |   0 |   0 |2223k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
711.62/711.67	c   674s|  7810k|  7370k|     0 |   0.0 |2546M| 346 |   - | 740 |2726 |   0 |   0 |   0 |2226k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
712.61/712.69	c   675s|  7820k|  7380k|     0 |   0.0 |2550M| 346 |   - | 740 |2711 |   0 |   0 |   0 |2229k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
713.71/713.73	c   676s|  7830k|  7389k|     0 |   0.0 |2553M| 346 |   - | 740 |2697 |   0 |   0 |   0 |2232k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
714.61/714.68	c   677s|  7840k|  7398k|     0 |   0.0 |2556M| 346 |   - | 740 |2744 |   0 |   0 |   0 |2235k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
715.81/715.81	c   678s|  7850k|  7408k|     0 |   0.0 |2560M| 346 |   - | 740 |2664 |   0 |   0 |   0 |2239k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
716.82/716.90	c   679s|  7860k|  7417k|     0 |   0.0 |2563M| 346 |   - | 740 |2633 |   0 |   0 |   0 |2242k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
717.91/717.99	c   680s|  7870k|  7426k|     0 |   0.0 |2566M| 346 |   - | 740 |2697 |   0 |   0 |   0 |2245k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
719.01/719.10	c   681s|  7880k|  7436k|     0 |   0.0 |2569M| 346 |   - | 740 |2720 |   0 |   0 |   0 |2248k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
720.01/720.07	c   682s|  7890k|  7445k|     0 |   0.0 |2573M| 346 |   - | 740 |2712 |   0 |   0 |   0 |2251k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
721.01/721.04	c   683s|  7900k|  7455k|     0 |   0.0 |2576M| 346 |   - | 740 |2644 |   0 |   0 |   0 |2254k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
722.11/722.15	c   684s|  7910k|  7464k|     0 |   0.0 |2579M| 346 |   - | 740 |2648 |   0 |   0 |   0 |2257k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
723.21/723.23	c   685s|  7920k|  7473k|     0 |   0.0 |2583M| 346 |   - | 740 |2759 |   0 |   0 |   0 |2261k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
724.31/724.32	c   686s|  7930k|  7483k|     0 |   0.0 |2586M| 346 |   - | 740 |2722 |   0 |   0 |   0 |2264k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
725.42/725.43	c   687s|  7940k|  7492k|     0 |   0.0 |2589M| 346 |   - | 740 |2870 |   0 |   0 |   0 |2267k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
726.42/726.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
726.42/726.41	c   688s|  7950k|  7501k|     0 |   0.0 |2593M| 346 |   - | 740 |2753 |   0 |   0 |   0 |2270k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
727.51/727.53	c   689s|  7960k|  7511k|     0 |   0.0 |2596M| 346 |   - | 740 |2710 |   0 |   0 |   0 |2274k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
728.61/728.67	c   690s|  7970k|  7520k|     0 |   0.0 |2599M| 346 |   - | 740 |2753 |   0 |   0 |   0 |2277k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
729.82/729.81	c   691s|  7980k|  7529k|     0 |   0.0 |2602M| 346 |   - | 740 |2673 |   0 |   0 |   0 |2281k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
731.02/731.03	c   693s|  7990k|  7539k|     0 |   0.0 |2606M| 346 |   - | 740 |2699 |   0 |   0 |   0 |2284k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
732.01/732.04	c   694s|  8000k|  7548k|     0 |   0.0 |2609M| 346 |   - | 740 |2729 |   0 |   0 |   0 |2287k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
733.01/733.07	c   695s|  8010k|  7557k|     0 |   0.0 |2612M| 346 |   - | 740 |2675 |   0 |   0 |   0 |2290k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
734.22/734.26	c   696s|  8020k|  7567k|     0 |   0.0 |2616M| 346 |   - | 740 |2723 |   0 |   0 |   0 |2293k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
735.32/735.38	c   697s|  8030k|  7576k|     0 |   0.0 |2619M| 346 |   - | 740 |2764 |   0 |   0 |   0 |2296k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
736.51/736.56	c   698s|  8040k|  7585k|     0 |   0.0 |2622M| 346 |   - | 740 |2738 |   0 |   0 |   0 |2299k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
737.52/737.58	c   699s|  8050k|  7595k|     0 |   0.0 |2626M| 346 |   - | 740 |2698 |   0 |   0 |   0 |2302k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
738.61/738.69	c   700s|  8060k|  7604k|     0 |   0.0 |2629M| 346 |   - | 740 |2838 |   0 |   0 |   0 |2305k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
739.72/739.72	c   701s|  8070k|  7613k|     0 |   0.0 |2632M| 346 |   - | 740 |2693 |   0 |   0 |   0 |2308k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
740.71/740.75	c   702s|  8080k|  7623k|     0 |   0.0 |2636M| 346 |   - | 740 |2690 |   0 |   0 |   0 |2311k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
741.72/741.72	c   703s|  8090k|  7632k|     0 |   0.0 |2639M| 346 |   - | 740 |2745 |   0 |   0 |   0 |2314k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
742.71/742.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
742.71/742.75	c   704s|  8100k|  7641k|     0 |   0.0 |2642M| 346 |   - | 740 |2698 |   0 |   0 |   0 |2318k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
743.72/743.74	c   705s|  8110k|  7651k|     0 |   0.0 |2645M| 346 |   - | 740 |2742 |   0 |   0 |   0 |2321k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
744.72/744.77	c   706s|  8120k|  7660k|     0 |   0.0 |2649M| 346 |   - | 740 |2806 |   0 |   0 |   0 |2324k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
745.91/745.95	c   707s|  8130k|  7670k|     0 |   0.0 |2652M| 346 |   - | 740 |2847 |   0 |   0 |   0 |2327k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
747.02/747.01	c   708s|  8140k|  7679k|     0 |   0.0 |2655M| 346 |   - | 740 |2756 |   0 |   0 |   0 |2331k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
748.03/748.02	c   709s|  8150k|  7688k|     0 |   0.0 |2659M| 346 |   - | 740 |2859 |   0 |   0 |   0 |2334k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
749.22/749.23	c   710s|  8160k|  7697k|     0 |   0.0 |2662M| 346 |   - | 740 |2741 |   0 |   0 |   0 |2338k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
750.41/750.49	c   711s|  8170k|  7707k|     0 |   0.0 |2665M| 346 |   - | 740 |2749 |   0 |   0 |   0 |2341k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
751.52/751.50	c   712s|  8180k|  7716k|     0 |   0.0 |2669M| 346 |   - | 740 |2789 |   0 |   0 |   0 |2344k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
752.52/752.55	c   713s|  8190k|  7725k|     0 |   0.0 |2672M| 346 |   - | 740 |2752 |   0 |   0 |   0 |2348k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
753.62/753.67	c   714s|  8200k|  7735k|     0 |   0.0 |2675M| 346 |   - | 740 |2797 |   0 |   0 |   0 |2351k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
754.72/754.75	c   715s|  8210k|  7744k|     0 |   0.0 |2679M| 346 |   - | 740 |2797 |   0 |   0 |   0 |2355k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
755.91/755.95	c   716s|  8220k|  7753k|     0 |   0.0 |2682M| 346 |   - | 740 |2754 |   0 |   0 |   0 |2358k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
757.01/757.00	c   718s|  8230k|  7763k|     0 |   0.0 |2685M| 346 |   - | 740 |2731 |   0 |   0 |   0 |2361k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
758.11/758.19	c   719s|  8240k|  7772k|     0 |   0.0 |2689M| 346 |   - | 740 |2767 |   0 |   0 |   0 |2364k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
759.21/759.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.21/759.28	c   720s|  8250k|  7781k|     0 |   0.0 |2692M| 346 |   - | 740 |2722 |   0 |   0 |   0 |2367k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
760.62/760.60	c   721s|  8260k|  7791k|     0 |   0.0 |2695M| 346 |   - | 740 |2694 |   0 |   0 |   0 |2371k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
761.62/761.61	c   722s|  8270k|  7800k|     0 |   0.0 |2699M| 346 |   - | 740 |2751 |   0 |   0 |   0 |2374k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
762.71/762.78	c   723s|  8280k|  7809k|     0 |   0.0 |2702M| 346 |   - | 740 |2755 |   0 |   0 |   0 |2377k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
763.91/763.92	c   724s|  8290k|  7819k|     0 |   0.0 |2705M| 346 |   - | 740 |2678 |   0 |   0 |   0 |2380k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
764.92/764.99	c   725s|  8300k|  7828k|     0 |   0.0 |2708M| 346 |   - | 740 |2741 |   0 |   0 |   0 |2383k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
766.22/766.22	c   726s|  8310k|  7837k|     0 |   0.0 |2712M| 346 |   - | 740 |2881 |   0 |   0 |   0 |2386k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
767.32/767.38	c   727s|  8320k|  7847k|     0 |   0.0 |2715M| 346 |   - | 740 |2708 |   0 |   0 |   0 |2389k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
768.42/768.44	c   728s|  8330k|  7856k|     0 |   0.0 |2718M| 346 |   - | 740 |2749 |   0 |   0 |   0 |2393k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
769.52/769.56	c   730s|  8340k|  7865k|     0 |   0.0 |2722M| 346 |   - | 740 |2715 |   0 |   0 |   0 |2396k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
770.52/770.59	c   730s|  8350k|  7875k|     0 |   0.0 |2725M| 346 |   - | 740 |2760 |   0 |   0 |   0 |2399k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
771.71/771.76	c   732s|  8360k|  7884k|     0 |   0.0 |2728M| 346 |   - | 740 |2709 |   0 |   0 |   0 |2402k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
772.92/772.90	c   733s|  8370k|  7893k|     0 |   0.0 |2731M| 346 |   - | 740 |2710 |   0 |   0 |   0 |2405k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
773.92/773.93	c   734s|  8380k|  7903k|     0 |   0.0 |2735M| 346 |   - | 740 |2764 |   0 |   0 |   0 |2408k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
774.91/774.94	c   735s|  8390k|  7912k|     0 |   0.0 |2738M| 346 |   - | 740 |2669 |   0 |   0 |   0 |2412k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
776.22/776.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
776.22/776.20	c   736s|  8400k|  7921k|     0 |   0.0 |2741M| 346 |   - | 740 |2737 |   0 |   0 |   0 |2415k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
777.32/777.33	c   737s|  8410k|  7931k|     0 |   0.0 |2745M| 346 |   - | 740 |2729 |   0 |   0 |   0 |2418k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
778.41/778.49	c   738s|  8420k|  7940k|     0 |   0.0 |2748M| 346 |   - | 740 |2718 |   0 |   0 |   0 |2422k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
779.51/779.56	c   739s|  8430k|  7949k|     0 |   0.0 |2752M| 346 |   - | 740 |2675 |   0 |   0 |   0 |2425k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
780.72/780.75	c   740s|  8440k|  7958k|     0 |   0.0 |2755M| 346 |   - | 740 |2775 |   0 |   0 |   0 |2429k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
781.82/781.81	c   741s|  8450k|  7968k|     0 |   0.0 |2758M| 346 |   - | 740 |2880 |   0 |   0 |   0 |2432k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
782.91/782.99	c   742s|  8460k|  7977k|     0 |   0.0 |2761M| 346 |   - | 740 |2758 |   0 |   0 |   0 |2435k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
784.12/784.15	c   743s|  8470k|  7986k|     0 |   0.0 |2765M| 346 |   - | 740 |2695 |   0 |   0 |   0 |2438k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
785.12/785.16	c   744s|  8480k|  7996k|     0 |   0.0 |2768M| 346 |   - | 740 |2757 |   0 |   0 |   0 |2441k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
786.22/786.27	c   746s|  8490k|  8005k|     0 |   0.0 |2771M| 346 |   - | 740 |2757 |   0 |   0 |   0 |2445k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
787.32/787.32	c   747s|  8500k|  8015k|     0 |   0.0 |2775M| 346 |   - | 740 |2734 |   0 |   0 |   0 |2448k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
788.41/788.47	c   748s|  8510k|  8024k|     0 |   0.0 |2778M| 346 |   - | 740 |2839 |   0 |   0 |   0 |2451k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
789.42/789.48	c   749s|  8520k|  8033k|     0 |   0.0 |2781M| 346 |   - | 740 |2822 |   0 |   0 |   0 |2454k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
790.41/790.44	c   750s|  8530k|  8043k|     0 |   0.0 |2784M| 346 |   - | 740 |2733 |   0 |   0 |   0 |2457k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
791.51/791.51	c   751s|  8540k|  8052k|     0 |   0.0 |2788M| 346 |   - | 740 |2861 |   0 |   0 |   0 |2460k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
792.41/792.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
792.41/792.49	c   751s|  8550k|  8061k|     0 |   0.0 |2791M| 346 |   - | 740 |2785 |   0 |   0 |   0 |2463k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
793.72/793.77	c   753s|  8560k|  8071k|     0 |   0.0 |2794M| 346 |   - | 740 |2824 |   0 |   0 |   0 |2467k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
794.92/794.91	c   754s|  8570k|  8080k|     0 |   0.0 |2798M| 346 |   - | 740 |2826 |   0 |   0 |   0 |2470k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
796.02/796.08	c   755s|  8580k|  8089k|     0 |   0.0 |2801M| 346 |   - | 740 |2735 |   0 |   0 |   0 |2473k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
797.11/797.17	c   756s|  8590k|  8098k|     0 |   0.0 |2804M| 346 |   - | 740 |2727 |   0 |   0 |   0 |2477k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
798.21/798.27	c   757s|  8600k|  8108k|     0 |   0.0 |2808M| 346 |   - | 740 |2834 |   0 |   0 |   0 |2480k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
799.32/799.35	c   758s|  8610k|  8117k|     0 |   0.0 |2811M| 346 |   - | 740 |2715 |   0 |   0 |   0 |2484k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
800.51/800.51	c   759s|  8620k|  8126k|     0 |   0.0 |2814M| 346 |   - | 740 |2682 |   0 |   0 |   0 |2487k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
801.62/801.60	c   760s|  8630k|  8136k|     0 |   0.0 |2818M| 346 |   - | 740 |2743 |   0 |   0 |   0 |2490k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
802.72/802.71	c   761s|  8640k|  8145k|     0 |   0.0 |2821M| 346 |   - | 740 |2797 |   0 |   0 |   0 |2494k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
803.82/803.84	c   762s|  8650k|  8154k|     0 |   0.0 |2825M| 346 |   - | 740 |2759 |   0 |   0 |   0 |2497k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
804.91/804.95	c   763s|  8660k|  8164k|     0 |   0.0 |2828M| 346 |   - | 740 |2673 |   0 |   0 |   0 |2501k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
806.02/806.01	c   764s|  8670k|  8173k|     0 |   0.0 |2831M| 346 |   - | 740 |2685 |   0 |   0 |   0 |2504k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
807.21/807.28	c   766s|  8680k|  8182k|     0 |   0.0 |2835M| 346 |   - | 740 |2840 |   0 |   0 |   0 |2508k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
808.32/808.37	c   767s|  8690k|  8192k|     0 |   0.0 |2838M| 346 |   - | 740 |2767 |   0 |   0 |   0 |2511k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
809.41/809.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
809.41/809.48	c   768s|  8700k|  8201k|     0 |   0.0 |2841M| 346 |   - | 740 |2789 |   0 |   0 |   0 |2514k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
810.51/810.56	c   769s|  8710k|  8210k|     0 |   0.0 |2845M| 346 |   - | 740 |2740 |   0 |   0 |   0 |2518k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
811.61/811.68	c   770s|  8720k|  8220k|     0 |   0.0 |2848M| 346 |   - | 740 |2778 |   0 |   0 |   0 |2521k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
812.83/812.80	c   771s|  8730k|  8229k|     0 |   0.0 |2851M| 346 |   - | 740 |2724 |   0 |   0 |   0 |2524k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
814.12/814.15	c   772s|  8740k|  8238k|     0 |   0.0 |2855M| 346 |   - | 740 |2796 |   0 |   0 |   0 |2527k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
815.32/815.35	c   773s|  8750k|  8247k|     0 |   0.0 |2858M| 346 |   - | 740 |2735 |   0 |   0 |   0 |2530k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
816.52/816.50	c   774s|  8760k|  8257k|     0 |   0.0 |2861M| 346 |   - | 740 |2813 |   0 |   0 |   0 |2534k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
817.62/817.64	c   776s|  8770k|  8266k|     0 |   0.0 |2865M| 346 |   - | 740 |2783 |   0 |   0 |   0 |2537k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
818.72/818.72	c   777s|  8780k|  8275k|     0 |   0.0 |2868M| 346 |   - | 740 |2724 |   0 |   0 |   0 |2540k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
818.81/818.88	c (node 8781441) switching to memory saving mode (mem: 2736.0M/3420.0M)
823.02/823.01	c   781s|  8790k|  8276k|     0 |   0.0 |2871M| 347 |   - | 740 |9110 |   0 |   0 |   0 |2564k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
826.62/826.69	c   784s|  8800k|  8276k|     0 |   0.0 |2873M| 348 |   - | 740 |  15k|   0 |   0 |   0 |2589k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
830.31/830.32	c   788s|  8810k|  8276k|     0 |   0.0 |2875M| 348 |   - | 740 |  22k|   0 |   0 |   0 |2613k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
833.83/833.84	c   791s|  8820k|  8276k|     0 |   0.0 |2877M| 348 |   - | 740 |  27k|   0 |   0 |   0 |2636k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
837.22/837.28	c   795s|  8830k|  8276k|     0 |   0.0 |2879M| 348 |   - | 740 |  34k|   0 |   0 |   0 |2658k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
840.71/840.73	c   798s|  8840k|  8276k|     0 |   0.0 |2881M| 348 |   - | 740 |  40k|   0 |   0 |   0 |2679k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
844.22/844.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
844.22/844.27	c   801s|  8850k|  8276k|     0 |   0.0 |2883M| 348 |   - | 740 |  46k|   0 |   0 |   0 |2699k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
847.72/847.70	c   805s|  8860k|  8276k|     0 |   0.0 |2885M| 348 |   - | 740 |  52k|   0 |   0 |   0 |2719k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
851.12/851.19	c   808s|  8870k|  8276k|     0 |   0.0 |2887M| 348 |   - | 740 |  57k|   0 |   0 |   0 |2740k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
854.82/854.83	c   812s|  8880k|  8276k|     0 |   0.0 |2891M| 348 |   - | 740 |  63k|   0 |   0 |   0 |2761k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
858.42/858.43	c   815s|  8890k|  8276k|     0 |   0.0 |2894M| 348 |   - | 740 |  69k|   0 |   0 |   0 |2782k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
863.42/863.46	c   820s|  8900k|  8276k|     0 |   0.0 |2906M| 348 |   - | 740 |  74k|   0 |   0 |   0 |2804k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
867.22/867.25	c   824s|  8910k|  8276k|     0 |   0.0 |2886M| 348 |   - | 740 |  10k|   0 |   0 |   0 |2825k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
871.02/871.09	c   827s|  8920k|  8276k|     0 |   0.0 |2884M| 348 |   - | 740 |5421 |   0 |   0 |   0 |2847k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
875.02/875.05	c   831s|  8930k|  8275k|     0 |   0.0 |2884M| 348 |   - | 740 |5085 |   0 |   0 |   0 |2870k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
879.32/879.34	c   836s|  8940k|  8275k|     0 |   0.0 |2884M| 348 |   - | 740 |4464 |   0 |   0 |   0 |2896k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
884.02/884.00	c   840s|  8950k|  8275k|     0 |   0.0 |2884M| 348 |   - | 740 |4813 |   0 |   0 |   0 |2926k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
889.02/889.05	c   845s|  8960k|  8274k|     0 |   0.0 |2884M| 348 |   - | 740 |5493 |   0 |   0 |   0 |2962k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
894.42/894.43	c   850s|  8970k|  8274k|     0 |   0.0 |2884M| 348 |   - | 740 |7279 |   0 |   0 |   0 |3001k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
900.12/900.10	c   856s|  8980k|  8273k|     0 |   0.0 |2884M| 348 |   - | 740 |7010 |   0 |   0 |   0 |3045k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
905.83/905.80	c   861s|  8990k|  8272k|     0 |   0.0 |2884M| 348 |   - | 740 |9362 |   0 |   0 |   0 |3088k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
911.42/911.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
911.42/911.41	c   867s|  9000k|  8272k|     0 |   0.0 |2885M| 348 |   - | 740 |  12k|   0 |   0 |   0 |3132k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
917.43/917.46	c   873s|  9010k|  8271k|     0 |   0.0 |2884M| 348 |   - | 740 |  11k|   0 |   0 |   0 |3178k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
923.52/923.58	c   879s|  9020k|  8271k|     0 |   0.0 |2884M| 348 |   - | 740 |  10k|   0 |   0 |   0 |3225k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
929.62/929.61	c   884s|  9030k|  8270k|     0 |   0.0 |2884M| 348 |   - | 740 |  11k|   0 |   0 |   0 |3272k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
935.82/935.83	c   890s|  9040k|  8270k|     0 |   0.0 |2884M| 348 |   - | 740 |  10k|   0 |   0 |   0 |3319k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
941.82/941.89	c   896s|  9050k|  8269k|     0 |   0.0 |2885M| 348 |   - | 740 |  14k|   0 |   0 |   0 |3366k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
948.02/948.09	c   902s|  9060k|  8269k|     0 |   0.0 |2884M| 348 |   - | 740 |  12k|   0 |   0 |   0 |3411k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
954.22/954.28	c   908s|  9070k|  8268k|     0 |   0.0 |2883M| 348 |   - | 740 |  10k|   0 |   0 |   0 |3462k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
960.43/960.41	c   914s|  9080k|  8268k|     0 |   0.0 |2883M| 348 |   - | 740 |  10k|   0 |   0 |   0 |3506k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
966.52/966.50	c   920s|  9090k|  8268k|     0 |   0.0 |2883M| 348 |   - | 740 |9033 |   0 |   0 |   0 |3550k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
972.73/972.71	c   926s|  9100k|  8267k|     0 |   0.0 |2884M| 348 |   - | 740 |  12k|   0 |   0 |   0 |3597k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
979.22/979.26	c   932s|  9110k|  8267k|     0 |   0.0 |2885M| 348 |   - | 740 |  13k|   0 |   0 |   0 |3648k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
985.53/985.52	c   938s|  9120k|  8267k|     0 |   0.0 |2885M| 348 |   - | 740 |  15k|   0 |   0 |   0 |3694k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
992.03/992.03	c   944s|  9130k|  8267k|     0 |   0.0 |2884M| 348 |   - | 740 |  14k|   0 |   0 |   0 |3740k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
998.12/998.15	c   950s|  9140k|  8266k|     0 |   0.0 |2885M| 348 |   - | 740 |  15k|   0 |   0 |   0 |3788k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1004.52/1004.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1004.52/1004.57	c   956s|  9150k|  8266k|     0 |   0.0 |2884M| 348 |   - | 740 |  12k|   0 |   0 |   0 |3841k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1010.83/1010.83	c   962s|  9160k|  8266k|     0 |   0.0 |2885M| 348 |   - | 740 |  16k|   0 |   0 |   0 |3884k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1016.73/1016.77	c   968s|  9170k|  8265k|     0 |   0.0 |2887M| 348 |   - | 740 |  22k|   0 |   0 |   0 |3924k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1023.22/1023.22	c   974s|  9180k|  8265k|     0 |   0.0 |2884M| 348 |   - | 740 |  13k|   0 |   0 |   0 |3968k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1029.73/1029.71	c   980s|  9190k|  8265k|     0 |   0.0 |2883M| 348 |   - | 740 |9821 |   0 |   0 |   0 |4017k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1035.92/1035.94	c   986s|  9200k|  8265k|     0 |   0.0 |2886M| 348 |   - | 740 |  20k|   0 |   0 |   0 |4069k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1042.33/1042.31	c   992s|  9210k|  8264k|     0 |   0.0 |2885M| 348 |   - | 740 |  16k|   0 |   0 |   0 |4114k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1048.43/1048.44	c   998s|  9220k|  8264k|     0 |   0.0 |2890M| 348 |   - | 740 |  32k|   0 |   0 |   0 |4161k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1055.23/1055.27	c  1005s|  9230k|  8264k|     0 |   0.0 |2887M| 348 |   - | 740 |  14k|   0 |   0 |   0 |4204k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1061.44/1061.45	c  1011s|  9240k|  8264k|     0 |   0.0 |2889M| 348 |   - | 740 |  22k|   0 |   0 |   0 |4246k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1068.22/1068.28	c  1017s|  9250k|  8264k|     0 |   0.0 |2889M| 348 |   - | 740 |  20k|   0 |   0 |   0 |4296k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1074.52/1074.59	c  1023s|  9260k|  8263k|     0 |   0.0 |2888M| 348 |   - | 740 |  20k|   0 |   0 |   0 |4345k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1081.34/1081.40	c  1030s|  9270k|  8263k|     0 |   0.0 |2885M| 348 |   - | 740 |9312 |   0 |   0 |   0 |4395k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1088.23/1088.24	c  1036s|  9280k|  8263k|     0 |   0.0 |2888M| 348 |   - | 740 |  16k|   0 |   0 |   0 |4439k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1095.03/1095.00	c  1043s|  9290k|  8263k|     0 |   0.0 |2886M| 348 |   - | 740 |  11k|   0 |   0 |   0 |4483k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1101.73/1101.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1101.73/1101.70	c  1049s|  9300k|  8263k|     0 |   0.0 |2886M| 348 |   - | 740 |  10k|   0 |   0 |   0 |4529k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1108.23/1108.30	c  1055s|  9310k|  8263k|     0 |   0.0 |2887M| 348 |   - | 740 |  13k|   0 |   0 |   0 |4574k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1114.73/1114.75	c  1061s|  9320k|  8262k|     0 |   0.0 |2886M| 348 |   - | 740 |  12k|   0 |   0 |   0 |4621k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1121.32/1121.35	c  1068s|  9330k|  8262k|     0 |   0.0 |2885M| 348 |   - | 740 |9412 |   0 |   0 |   0 |4671k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1127.73/1127.79	c  1074s|  9340k|  8262k|     0 |   0.0 |2889M| 348 |   - | 740 |  21k|   0 |   0 |   0 |4722k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1134.33/1134.39	c  1080s|  9350k|  8262k|     0 |   0.0 |2885M| 348 |   - | 740 |  10k|   0 |   0 |   0 |4769k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1141.12/1141.16	c  1087s|  9360k|  8262k|     0 |   0.0 |2888M| 348 |   - | 740 |  18k|   0 |   0 |   0 |4815k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1147.93/1147.96	c  1093s|  9370k|  8261k|     0 |   0.0 |2885M| 348 |   - | 740 |9207 |   0 |   0 |   0 |4861k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1154.53/1154.59	c  1099s|  9380k|  8261k|     0 |   0.0 |2888M| 348 |   - | 740 |  20k|   0 |   0 |   0 |4910k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1160.83/1160.88	c  1105s|  9390k|  8261k|     0 |   0.0 |2887M| 348 |   - | 740 |  15k|   0 |   0 |   0 |4947k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1167.33/1167.37	c  1112s|  9400k|  8261k|     0 |   0.0 |2890M| 348 |   - | 740 |  26k|   0 |   0 |   0 |4992k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1174.13/1174.13	c  1118s|  9410k|  8261k|     0 |   0.0 |2886M| 348 |   - | 740 |  15k|   0 |   0 |   0 |5042k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1180.53/1180.55	c  1124s|  9420k|  8261k|     0 |   0.0 |2884M| 348 |   - | 740 |8727 |   0 |   0 |   0 |5090k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1186.43/1186.41	c  1130s|  9430k|  8260k|     0 |   0.0 |2892M| 348 |   - | 740 |  32k|   0 |   0 |   0 |5141k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1193.63/1193.61	c  1137s|  9440k|  8260k|     0 |   0.0 |2888M| 348 |   - | 740 |  13k|   0 |   0 |   0 |5190k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1200.13/1200.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1200.13/1200.11	c  1143s|  9450k|  8260k|     0 |   0.0 |2889M| 348 |   - | 740 |  16k|   0 |   0 |   0 |5236k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1206.63/1206.70	c  1149s|  9460k|  8260k|     0 |   0.0 |2887M| 348 |   - | 740 |  11k|   0 |   0 |   0 |5277k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1213.53/1213.53	c  1156s|  9470k|  8260k|     0 |   0.0 |2887M| 348 |   - | 740 |8811 |   0 |   0 |   0 |5322k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1220.03/1220.00	c  1162s|  9480k|  8260k|     0 |   0.0 |2889M| 348 |   - | 740 |  17k|   0 |   0 |   0 |5367k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1226.94/1226.92	c  1168s|  9490k|  8260k|     0 |   0.0 |2889M| 348 |   - | 740 |  16k|   0 |   0 |   0 |5415k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1233.83/1233.85	c  1175s|  9500k|  8259k|     0 |   0.0 |2890M| 348 |   - | 740 |  18k|   0 |   0 |   0 |5461k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1240.64/1240.69	c  1181s|  9510k|  8259k|     0 |   0.0 |2888M| 348 |   - | 740 |  13k|   0 |   0 |   0 |5510k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1247.34/1247.31	c  1188s|  9520k|  8259k|     0 |   0.0 |2888M| 348 |   - | 740 |  12k|   0 |   0 |   0 |5558k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1253.73/1253.75	c  1194s|  9530k|  8259k|     0 |   0.0 |2893M| 348 |   - | 740 |  30k|   0 |   0 |   0 |5608k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1260.43/1260.40	c  1200s|  9540k|  8259k|     0 |   0.0 |2888M| 348 |   - | 740 |  12k|   0 |   0 |   0 |5658k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1266.94/1266.93	c  1206s|  9550k|  8258k|     0 |   0.0 |2893M| 348 |   - | 740 |  27k|   0 |   0 |   0 |5706k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1273.63/1273.64	c  1213s|  9560k|  8258k|     0 |   0.0 |2888M| 348 |   - | 740 |  12k|   0 |   0 |   0 |5753k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1280.64/1280.67	c  1220s|  9570k|  8258k|     0 |   0.0 |2890M| 348 |   - | 740 |  15k|   0 |   0 |   0 |5801k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1287.54/1287.55	c  1226s|  9580k|  8258k|     0 |   0.0 |2891M| 348 |   - | 740 |  20k|   0 |   0 |   0 |5849k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1294.84/1294.83	c  1233s|  9590k|  8258k|     0 |   0.0 |2891M| 348 |   - | 740 |  18k|   0 |   0 |   0 |5895k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1301.93/1301.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1301.93/1301.93	c  1240s|  9600k|  8258k|     0 |   0.0 |2888M| 348 |   - | 740 |  10k|   0 |   0 |   0 |5938k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1308.94/1308.93	c  1246s|  9610k|  8258k|     0 |   0.0 |2887M| 348 |   - | 740 |8939 |   0 |   0 |   0 |5981k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1315.83/1315.81	c  1253s|  9620k|  8258k|     0 |   0.0 |2889M| 348 |   - | 740 |  12k|   0 |   0 |   0 |6026k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1322.44/1322.47	c  1259s|  9630k|  8258k|     0 |   0.0 |2890M| 348 |   - | 740 |  18k|   0 |   0 |   0 |6073k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1329.04/1329.05	c  1266s|  9640k|  8258k|     0 |   0.0 |2891M| 348 |   - | 740 |  20k|   0 |   0 |   0 |6121k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1336.04/1336.05	c  1272s|  9650k|  8257k|     0 |   0.0 |2892M| 348 |   - | 740 |  23k|   0 |   0 |   0 |6171k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1342.73/1342.70	c  1279s|  9660k|  8257k|     0 |   0.0 |2895M| 348 |   - | 740 |  33k|   0 |   0 |   0 |6221k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1348.73/1348.74	c  1284s|  9670k|  8257k|     0 |   0.0 |2894M| 348 |   - | 740 |  31k|   0 |   0 |   0 |6270k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1355.34/1355.38	c  1291s|  9680k|  8257k|     0 |   0.0 |2893M| 348 |   - | 740 |  28k|   0 |   0 |   0 |6317k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1362.24/1362.28	c  1297s|  9690k|  8257k|     0 |   0.0 |2888M| 348 |   - | 740 |  10k|   0 |   0 |   0 |6364k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1369.23/1369.21	c  1304s|  9700k|  8257k|     0 |   0.0 |2889M| 348 |   - | 740 |  15k|   0 |   0 |   0 |6411k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1376.24/1376.21	c  1311s|  9710k|  8256k|     0 |   0.0 |2888M| 348 |   - | 740 |9687 |   0 |   0 |   0 |6455k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1382.43/1382.48	c  1317s|  9720k|  8256k|     0 |   0.0 |2895M| 348 |   - | 740 |  34k|   0 |   0 |   0 |6503k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1389.54/1389.52	c  1323s|  9730k|  8256k|     0 |   0.0 |2904M| 348 |   - | 740 |  60k|   0 |   0 |   0 |6551k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1397.84/1397.86	c  1331s|  9740k|  8256k|     0 |   0.0 |2892M| 348 |   - | 740 |  13k|   0 |   0 |   0 |6590k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1404.54/1404.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1404.54/1404.56	c  1338s|  9750k|  8256k|     0 |   0.0 |2899M| 348 |   - | 740 |  37k|   0 |   0 |   0 |6639k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1411.74/1411.79	c  1345s|  9760k|  8256k|     0 |   0.0 |2897M| 348 |   - | 740 |  29k|   0 |   0 |   0 |6682k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1418.84/1418.83	c  1351s|  9770k|  8256k|     0 |   0.0 |2895M| 348 |   - | 740 |  25k|   0 |   0 |   0 |6728k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1425.94/1425.98	c  1358s|  9780k|  8256k|     0 |   0.0 |2892M| 348 |   - | 740 |  14k|   0 |   0 |   0 |6776k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1432.74/1432.76	c  1365s|  9790k|  8256k|     0 |   0.0 |2897M| 348 |   - | 740 |  29k|   0 |   0 |   0 |6824k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1440.14/1440.10	c  1372s|  9800k|  8256k|     0 |   0.0 |2892M| 348 |   - | 740 |  12k|   0 |   0 |   0 |6874k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1446.14/1446.12	c  1377s|  9810k|  8255k|     0 |   0.0 |2899M| 348 |   - | 740 |  35k|   0 |   0 |   0 |6922k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1453.44/1453.43	c  1384s|  9820k|  8255k|     0 |   0.0 |2894M| 348 |   - | 740 |  19k|   0 |   0 |   0 |6972k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1459.65/1459.62	c  1390s|  9830k|  8255k|     0 |   0.0 |2901M| 348 |   - | 740 |  41k|   0 |   0 |   0 |7022k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1467.04/1467.03	c  1397s|  9840k|  8255k|     0 |   0.0 |2892M| 348 |   - | 740 |  12k|   0 |   0 |   0 |7070k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1473.64/1473.66	c  1404s|  9850k|  8255k|     0 |   0.0 |2898M| 348 |   - | 740 |  30k|   0 |   0 |   0 |7118k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1480.44/1480.47	c  1410s|  9860k|  8255k|     0 |   0.0 |2902M| 348 |   - | 740 |  43k|   0 |   0 |   0 |7167k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1487.95/1487.98	c  1417s|  9870k|  8255k|     0 |   0.0 |2909M| 348 |   - | 740 |  64k|   0 |   0 |   0 |7215k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1494.85/1494.81	c  1424s|  9880k|  8255k|     0 |   0.0 |2917M| 348 |   - | 740 |  88k|   0 |   0 |   0 |7263k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1503.85/1503.86	c  1433s|  9890k|  8255k|     0 |   0.0 |2905M| 348 |   - | 740 |  16k|   0 |   0 |   0 |7308k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1511.65/1511.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1511.65/1511.62	c  1440s|  9900k|  8254k|     0 |   0.0 |2903M| 348 |   - | 740 |9798 |   0 |   0 |   0 |7349k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1519.05/1519.01	c  1447s|  9910k|  8254k|     0 |   0.0 |2903M| 348 |   - | 740 |  10k|   0 |   0 |   0 |7396k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1525.54/1525.58	c  1453s|  9920k|  8254k|     0 |   0.0 |2911M| 348 |   - | 740 |  34k|   0 |   0 |   0 |7445k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1533.35/1533.38	c  1461s|  9930k|  8254k|     0 |   0.0 |2905M| 348 |   - | 740 |  16k|   0 |   0 |   0 |7489k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1540.64/1540.60	c  1468s|  9940k|  8254k|     0 |   0.0 |2908M| 348 |   - | 740 |  26k|   0 |   0 |   0 |7537k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1547.55/1547.55	c  1474s|  9950k|  8254k|     0 |   0.0 |2906M| 348 |   - | 740 |  21k|   0 |   0 |   0 |7584k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1554.35/1554.33	c  1481s|  9960k|  8254k|     0 |   0.0 |2908M| 348 |   - | 740 |  26k|   0 |   0 |   0 |7631k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1561.04/1561.09	c  1487s|  9970k|  8254k|     0 |   0.0 |2912M| 348 |   - | 740 |  38k|   0 |   0 |   0 |7681k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1567.64/1567.63	c  1493s|  9980k|  8254k|     0 |   0.0 |2915M| 348 |   - | 740 |  49k|   0 |   0 |   0 |7729k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1574.75/1574.73	c  1500s|  9990k|  8253k|     0 |   0.0 |2907M| 348 |   - | 740 |  25k|   0 |   0 |   0 |7778k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1581.14/1581.17	c  1506s| 10000k|  8253k|     0 |   0.0 |2908M| 348 |   - | 740 |  29k|   0 |   0 |   0 |7828k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1587.15/1587.19	c  1512s| 10010k|  8253k|     0 |   0.0 |2916M| 348 |   - | 740 |  53k|   0 |   0 |   0 |7876k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1594.35/1594.34	c  1519s| 10020k|  8253k|     0 |   0.0 |2909M| 348 |   - | 740 |  29k|   0 |   0 |   0 |7926k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1602.14/1602.11	c  1526s| 10030k|  8253k|     0 |   0.0 |2903M| 348 |   - | 740 |9587 |   0 |   0 |   0 |7973k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1608.84/1608.84	c  1533s| 10040k|  8253k|     0 |   0.0 |2906M| 348 |   - | 740 |  21k|   0 |   0 |   0 |8020k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1615.54/1615.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1615.54/1615.52	c  1539s| 10050k|  8253k|     0 |   0.0 |2908M| 348 |   - | 740 |  27k|   0 |   0 |   0 |8067k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1622.25/1622.27	c  1546s| 10060k|  8253k|     0 |   0.0 |2916M| 348 |   - | 740 |  52k|   0 |   0 |   0 |8115k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1628.94/1629.00	c  1552s| 10070k|  8252k|     0 |   0.0 |2924M| 348 |   - | 740 |  80k|   0 |   0 |   0 |8162k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1635.55/1635.52	c  1558s| 10080k|  8252k|     0 |   0.0 |2932M| 348 |   - | 740 | 104k|   0 |   0 |   0 |8210k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1645.45/1645.40	c  1568s| 10090k|  8252k|     0 |   0.0 |2913M| 348 |   - | 740 |  31k|   0 |   0 |   0 |8257k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1653.35/1653.37	c  1575s| 10100k|  8252k|     0 |   0.0 |2907M| 348 |   - | 740 |  13k|   0 |   0 |   0 |8302k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1660.75/1660.79	c  1583s| 10110k|  8252k|     0 |   0.0 |2906M| 348 |   - | 740 |  10k|   0 |   0 |   0 |8344k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1668.15/1668.11	c  1590s| 10120k|  8252k|     0 |   0.0 |2907M| 348 |   - | 740 |  12k|   0 |   0 |   0 |8389k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1674.85/1674.87	c  1596s| 10130k|  8252k|     0 |   0.0 |2915M| 348 |   - | 740 |  39k|   0 |   0 |   0 |8438k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1681.35/1681.36	c  1602s| 10140k|  8252k|     0 |   0.0 |2922M| 348 |   - | 740 |  62k|   0 |   0 |   0 |8486k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1689.15/1689.18	c  1610s| 10150k|  8252k|     0 |   0.0 |2923M| 348 |   - | 740 |  66k|   0 |   0 |   0 |8534k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1697.05/1697.02	c  1617s| 10160k|  8252k|     0 |   0.0 |2909M| 348 |   - | 740 |  20k|   0 |   0 |   0 |8583k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1703.35/1703.31	c  1623s| 10170k|  8252k|     0 |   0.0 |2913M| 348 |   - | 740 |  33k|   0 |   0 |   0 |8631k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1710.65/1710.62	c  1630s| 10180k|  8252k|     0 |   0.0 |2906M| 348 |   - | 740 |9996 |   0 |   0 |   0 |8679k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1717.05/1717.07	c  1636s| 10190k|  8251k|     0 |   0.0 |2913M| 348 |   - | 740 |  33k|   0 |   0 |   0 |8728k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1724.95/1724.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1724.95/1724.93	c  1644s| 10200k|  8251k|     0 |   0.0 |2908M| 348 |   - | 740 |  17k|   0 |   0 |   0 |8773k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1731.55/1731.57	c  1650s| 10210k|  8251k|     0 |   0.0 |2909M| 348 |   - | 740 |  19k|   0 |   0 |   0 |8822k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1737.45/1737.47	c  1656s| 10220k|  8251k|     0 |   0.0 |2915M| 348 |   - | 740 |  41k|   0 |   0 |   0 |8870k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1744.15/1744.17	c  1662s| 10230k|  8251k|     0 |   0.0 |2916M| 348 |   - | 740 |  42k|   0 |   0 |   0 |8918k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1751.65/1751.69	c  1669s| 10240k|  8251k|     0 |   0.0 |2909M| 348 |   - | 740 |  19k|   0 |   0 |   0 |8965k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1758.46/1758.48	c  1676s| 10250k|  8251k|     0 |   0.0 |2910M| 348 |   - | 740 |  24k|   0 |   0 |   0 |9013k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1764.95/1764.98	c  1682s| 10260k|  8250k|     0 |   0.0 |2913M| 348 |   - | 740 |  32k|   0 |   0 |   0 |9059k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1771.55/1771.56	c  1688s| 10270k|  8250k|     0 |   0.0 |2920M| 348 |   - | 740 |  56k|   0 |   0 |   0 |9107k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1780.45/1780.48	c  1697s| 10280k|  8250k|     0 |   0.0 |2906M| 348 |   - | 740 |  10k|   0 |   0 |   0 |9150k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1787.15/1787.18	c  1703s| 10290k|  8250k|     0 |   0.0 |2914M| 348 |   - | 740 |  37k|   0 |   0 |   0 |9198k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1794.05/1794.03	c  1710s| 10300k|  8250k|     0 |   0.0 |2922M| 348 |   - | 740 |  62k|   0 |   0 |   0 |9244k|   0 | 0.000000e+00 | 3.291000e+03 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1715.62
1800.06/1800.00	c Solving Nodes      : 10305936
1800.06/1800.00	c Primal Bound       : +3.29100000000000e+03 (4 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.00	s SATISFIABLE
1800.06/1800.00	v x600 x599 x598 x597 x596 x595 x594 x593 x592 x591 x590 x589 x588 x587 x586 x585 x584 x583 x582 x581 x580 x579 x578 x577 x576 x575 
1800.06/1800.00	v x574 x573 x572 x571 x570 x569 x568 x567 x566 x565 x564 x563 x562 x561 x560 x559 x558 x557 x556 x555 x554 x553 x552 x551 x550 
1800.06/1800.00	v x549 x548 x547 x546 x545 x544 x543 x542 x541 x540 x539 x538 x537 x536 x535 x534 x533 x532 x531 x530 x529 x528 x527 x526 x525 
1800.06/1800.00	v x524 x523 x522 x521 x520 x519 x518 x517 x516 x515 x514 x513 x512 x511 x510 x509 x508 x507 x506 x505 x504 x503 x502 x501 x500 
1800.06/1800.00	v x499 x498 x497 x496 x495 x494 x493 x492 x491 x490 x489 x488 x487 x486 x485 x484 x483 x482 x481 x480 x479 x478 x477 x476 x475 
1800.06/1800.00	v x474 x473 x472 x471 x470 x469 x468 x467 x466 x465 x464 x463 x462 x461 x460 x459 x458 x457 x456 x455 x454 x453 x452 x451 x450 
1800.06/1800.00	v x449 x448 x447 x446 x445 x444 x443 x442 x441 x440 x439 x438 x437 x436 x435 x434 x433 x432 x431 x430 x429 x428 x427 x426 x425 
1800.06/1800.00	v x424 x423 x422 x421 x420 x419 x418 x417 x416 x415 x414 x413 x412 x411 x410 x409 x408 x407 x406 x405 x404 x403 x402 x401 x400 
1800.06/1800.00	v x399 x398 x397 x396 x395 x394 x393 x392 x391 x390 x389 x388 x387 x386 x385 x384 x383 x382 x381 x380 x379 x378 x377 x376 x375 
1800.06/1800.00	v x374 x373 x372 x371 x370 x369 x368 x367 x366 x365 x364 x363 x362 x361 x360 x359 x358 x357 x356 x355 x354 x353 x352 x351 x350 
1800.06/1800.00	v x349 x348 x347 x346 x345 x344 x343 x342 x341 x340 x339 x338 x337 x336 x335 x334 x333 x332 x331 x330 x329 x328 x327 x326 x325 
1800.06/1800.00	v x324 x323 x322 x321 x320 x319 x318 x317 x316 x315 x314 x313 x312 x311 x310 x309 x308 x307 x306 x305 x304 x303 x302 x301 x300 
1800.06/1800.00	v x299 x298 x297 x296 x295 x294 x293 x292 x291 x290 x289 x288 x287 x286 x285 x284 x283 x282 x281 x280 x279 x278 x277 x276 x275 
1800.06/1800.00	v x274 x273 x272 x271 x270 x269 x268 x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 x257 x256 x255 x254 x253 x252 x251 x250 
1800.06/1800.00	v x249 x248 x247 x246 x245 x244 x243 x242 x241 x240 x239 x238 x237 x236 x235 x234 x233 x232 x231 x230 x229 x228 x227 x226 x225 
1800.06/1800.00	v x224 x223 x222 x221 x220 x219 x218 x217 x216 x215 x214 x213 x212 x211 x210 x209 x208 x207 x206 x205 x204 x203 x202 x201 x200 
1800.06/1800.00	v x199 x198 x197 x196 x195 x194 x193 x192 x191 x190 x189 x188 x187 x186 x185 x184 x183 x182 x181 x180 x179 x178 x177 x176 x175 
1800.06/1800.00	v x174 x173 x172 x171 x170 x169 x168 x167 x166 x165 x164 x163 x162 x161 x160 x159 x158 x157 x156 x155 x154 x153 x152 x151 x150 
1800.06/1800.00	v x149 x148 x147 x146 x145 x144 x143 x142 x141 x140 x139 x138 x137 x136 x135 x134 x133 x132 x131 x130 x129 x128 x127 x126 x125 
1800.06/1800.00	v x124 x123 x122 x121 x120 x119 x118 x117 x116 x115 x114 x113 x112 x111 x110 x109 x108 x107 x106 x105 x104 x103 x102 x101 x100 
1800.06/1800.00	v x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 x89 x88 x87 x86 x85 x84 x83 x82 x81 x80 x79 x78 x77 x76 x75 x74 x73 x72 x71 x70 x69 
1800.06/1800.00	v 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 x43 x42 x41 x40 x39 x38 
1800.06/1800.00	v 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 x12 x11 x10 x9 x8 x7 x6 
1800.06/1800.00	v x5 x4 x3 x2 x1 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time       :    1715.62
1800.06/1800.00	c Original Problem   :
1800.06/1800.00	c   Problem name     : HOME/instance-2693962-1277919264.wbo
1800.06/1800.00	c   Variables        : 740 (670 binary, 0 integer, 0 implicit integer, 70 continuous)
1800.06/1800.00	c   Constraints      : 141 initial, 141 maximal
1800.06/1800.00	c Presolved Problem  :
1800.06/1800.00	c   Problem name     : t_HOME/instance-2693962-1277919264.wbo
1800.06/1800.00	c   Variables        : 740 (670 binary, 0 integer, 0 implicit integer, 70 continuous)
1800.06/1800.00	c   Constraints      : 140 initial, 105269 maximal
1800.06/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   linear           :       0.01          0          0          0         70          0          1          0          0
1800.06/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :         70          0      12860          0       9510          0         70          0          0          0
1800.06/1800.00	c   linear           :         70          0   16438593          0    9689980     856597   35464369          0          0          0
1800.06/1800.00	c   logicor          :          0+         0    8155868          0          0     396042   15330461          0          0          0
1800.06/1800.00	c   countsols        :          0          0          0          0    9689980          0          0          0          0          0
1800.06/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c   indicator        :       0.01       0.00       0.00       0.00       0.01
1800.06/1800.00	c   linear           :     378.22       0.00     374.31       0.00       3.91
1800.06/1800.00	c   logicor          :     370.11       0.00     370.11       0.00       0.00
1800.06/1800.00	c   countsols        :       1.31       0.00       0.00       0.00       1.31
1800.06/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.00	c   vbounds          :       2.45          2          0          0
1800.06/1800.00	c   rootredcost      :       2.84          0          0          0
1800.06/1800.00	c   pseudoobj        :      30.43   16438393          0          0
1800.06/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.00	c   propagation      :     213.51    1252638    1252638   11522915       86.4    7701118       15.7          -
1800.06/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.00	c   applied globally :          -          -          -    8791386       21.0          -          -          -
1800.06/1800.00	c   applied locally  :          -          -          -     479632       83.4          -          -          -
1800.06/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.00	c Pricers            :       Time      Calls       Vars
1800.06/1800.00	c   problem variables:       0.00          0          0
1800.06/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   inference        :     277.94    9689980          0          0          0          0   19379960
1800.06/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.00	c   LP solutions     :       0.00          -          0
1800.06/1800.00	c   pseudo solutions :       0.00          -          0
1800.06/1800.00	c   oneopt           :       2.36          0          0
1800.06/1800.00	c   trivial          :       0.00          2          3
1800.06/1800.00	c   simplerounding   :       0.00          0          0
1800.06/1800.00	c   zirounding       :       0.00          0          0
1800.06/1800.00	c   rounding         :       0.00          0          0
1800.06/1800.00	c   shifting         :       0.00          0          0
1800.06/1800.00	c   intshifting      :       0.00          0          0
1800.06/1800.00	c   twoopt           :       0.00          0          0
1800.06/1800.00	c   fixandinfer      :       0.00          0          0
1800.06/1800.00	c   feaspump         :       0.00          0          0
1800.06/1800.00	c   coefdiving       :       0.00          0          0
1800.06/1800.00	c   pscostdiving     :       0.00          0          0
1800.06/1800.00	c   fracdiving       :       0.00          0          0
1800.06/1800.00	c   veclendiving     :       0.00          0          0
1800.06/1800.00	c   intdiving        :       0.00          0          0
1800.06/1800.00	c   actconsdiving    :       0.00          0          0
1800.06/1800.00	c   objpscostdiving  :       0.00          0          0
1800.06/1800.00	c   rootsoldiving    :       0.00          0          0
1800.06/1800.00	c   linesearchdiving :       0.00          0          0
1800.06/1800.00	c   guideddiving     :       0.00          0          0
1800.06/1800.00	c   octane           :       0.00          0          0
1800.06/1800.00	c   rens             :       0.00          0          0
1800.06/1800.00	c   rins             :       0.00          0          0
1800.06/1800.00	c   localbranching   :       0.00          0          0
1800.06/1800.00	c   mutation         :       0.00          0          0
1800.06/1800.00	c   crossover        :       0.00          0          0
1800.06/1800.00	c   dins             :       0.00          0          0
1800.06/1800.00	c   undercover       :       0.00          0          0
1800.06/1800.00	c   nlp              :       1.86          0          0
1800.06/1800.00	c   trysol           :       1.88          1          1
1800.06/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.00	c B&B Tree           :
1800.06/1800.00	c   number of runs   :          1
1800.06/1800.00	c   nodes            :   10305936
1800.06/1800.00	c   nodes (total)    :   10305936
1800.06/1800.00	c   nodes left       :    8250602
1800.06/1800.00	c   max depth        :        348
1800.06/1800.00	c   max depth (total):        348
1800.06/1800.00	c   backtracks       :     702993 (6.8%)
1800.06/1800.00	c   delayed cutoffs  :     823423
1800.06/1800.00	c   repropagations   :    1404151 (21468482 domain reductions, 636683 cutoffs)
1800.06/1800.00	c   avg switch length:       3.89
1800.06/1800.00	c   switching time   :     461.71
1800.06/1800.00	c Solution           :
1800.06/1800.00	c   Solutions found  :          4 (1 improvements)
1800.06/1800.00	c   First Solution   : +3.29100000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.06/1800.00	c   Primal Bound     : +3.29100000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.06/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.00	c   Gap              :   infinite
1800.06/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.00	c   Root Iterations  :          0

Verifier Data

OK	1251

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.01 2.00 4/196 17070
/proc/meminfo: memFree=31073900/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=8560 CPUtime=0
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 1621 0 0 0 0 0 0 0 25 0 1 0 133221640 8765440 1544 4089446400 4194304 7136930 140734651361248 18446744073709551615 6267808 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17070/statm: 2140 1544 275 719 0 1419 0

[startup+0.0476291 s]
/proc/loadavg: 2.04 2.01 2.00 4/196 17070
/proc/meminfo: memFree=31073900/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=13180 CPUtime=0.04
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 3265 0 0 0 4 0 0 0 25 0 1 0 133221640 13496320 2578 4089446400 4194304 7136930 140734651361248 18446744073709551615 6328631 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 3295 2579 390 719 0 2574 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13180

[startup+0.100608 s]
/proc/loadavg: 2.04 2.01 2.00 4/196 17070
/proc/meminfo: memFree=31073900/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=13752 CPUtime=0.09
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 3402 0 0 0 9 0 0 0 25 0 1 0 133221640 14082048 2715 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 3438 2715 390 719 0 2717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13752

[startup+0.300569 s]
/proc/loadavg: 2.04 2.01 2.00 4/196 17070
/proc/meminfo: memFree=31073900/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=15960 CPUtime=0.29
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 3962 0 0 0 28 1 0 0 25 0 1 0 133221640 16343040 3275 4089446400 4194304 7136930 140734651361248 18446744073709551615 6328631 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 3990 3275 390 719 0 3269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15960

[startup+0.700504 s]
/proc/loadavg: 2.04 2.01 2.00 4/196 17070
/proc/meminfo: memFree=31073900/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=19128 CPUtime=0.69
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 4763 0 0 0 66 3 0 0 25 0 1 0 133221640 19587072 4076 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17070/statm: 4782 4076 390 719 0 4061 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19128

[startup+1.50034 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 17071
/proc/meminfo: memFree=31057028/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=24408 CPUtime=1.49
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 6127 0 0 0 141 8 0 0 25 0 1 0 133221640 24993792 5440 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17070/statm: 6102 5440 390 719 0 5381 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24408

[startup+3.10104 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 17071
/proc/meminfo: memFree=31050552/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=32532 CPUtime=3.09
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 8229 0 0 0 290 19 0 0 25 0 1 0 133221640 33312768 7542 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17070/statm: 8133 7542 390 719 0 7412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32532

[startup+6.30044 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 17071
/proc/meminfo: memFree=31034556/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=48724 CPUtime=6.29
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 11944 0 0 0 588 41 0 0 25 0 1 0 133221640 49893376 11257 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17070/statm: 12181 11257 390 719 0 11460 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48724

[startup+12.7002 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 17071
/proc/meminfo: memFree=31002000/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=79188 CPUtime=12.69
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 19867 0 0 0 1186 83 0 0 25 0 1 0 133221640 81088512 19180 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17070/statm: 19797 19180 390 719 0 19076 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79188

[startup+25.5008 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 17071
/proc/meminfo: memFree=30939956/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=142452 CPUtime=25.49
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 35274 0 0 0 2386 163 0 0 25 0 1 0 133221640 145870848 34587 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17070/statm: 35613 34587 390 719 0 34892 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142452

[startup+51.101 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 17071
/proc/meminfo: memFree=30831120/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=256128 CPUtime=51.09
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 62728 0 0 0 4799 310 0 0 25 0 1 0 133221640 262275072 62041 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17070/statm: 64032 62041 390 719 0 63311 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 256128

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17073
/proc/meminfo: memFree=30626952/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=468616 CPUtime=102.29
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 112917 0 0 0 9655 574 0 0 25 0 1 0 133221640 479862784 112230 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 117154 112230 390 719 0 116433 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 468616

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 17075
/proc/meminfo: memFree=30377772/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=709168 CPUtime=162.29
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 175887 0 0 0 15294 935 0 0 25 0 1 0 133221640 726188032 175200 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 177292 175200 390 719 0 176571 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 709168

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 17077
/proc/meminfo: memFree=30128436/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=977288 CPUtime=222.3
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 237410 0 0 0 20952 1278 0 0 25 0 1 0 133221640 1000742912 236723 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 244322 236723 390 719 0 243601 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 977288

[startup+282.301 s]
/proc/loadavg: 1.95 1.99 1.99 3/197 17078
/proc/meminfo: memFree=29895856/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=1201544 CPUtime=282.3
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 296114 0 0 0 26613 1617 0 0 25 0 1 0 133221640 1230381056 295427 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 300386 295427 390 719 0 299665 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1201544

[startup+342.301 s]
/proc/loadavg: 1.93 1.97 1.99 3/197 17079
/proc/meminfo: memFree=29663296/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=1421188 CPUtime=342.3
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 353579 0 0 0 32287 1943 0 0 25 0 1 0 133221640 1455296512 352892 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 355297 352892 390 719 0 354576 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1421188

[startup+402.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/197 17081
/proc/meminfo: memFree=29444996/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=1697200 CPUtime=402.3
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 408598 0 0 0 37980 2250 0 0 25 0 1 0 133221640 1737932800 407911 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 424300 407911 390 719 0 423579 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1697200

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/197 17083
/proc/meminfo: memFree=29221456/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=1909240 CPUtime=462.3
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 463951 0 0 0 43680 2550 0 0 25 0 1 0 133221640 1955061760 463264 4089446400 4194304 7136930 140734651361248 18446744073709551615 5905989 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 477310 463264 390 719 0 476589 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1909240

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/197 17085
/proc/meminfo: memFree=29014436/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=2108312 CPUtime=522.31
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 516037 0 0 0 49390 2841 0 0 25 0 1 0 133221640 2158911488 515350 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 527078 515350 390 719 0 526357 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2108312

[startup+582.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/197 17086
/proc/meminfo: memFree=28805312/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=2308864 CPUtime=582.31
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 568323 0 0 0 55101 3130 0 0 25 0 1 0 133221640 2364276736 567636 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 577216 567636 390 719 0 576495 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2308864

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/197 17087
/proc/meminfo: memFree=28596172/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=2504572 CPUtime=642.31
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 619481 0 0 0 60800 3431 0 0 25 0 1 0 133221640 2564681728 618794 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17070/statm: 626143 618794 390 719 0 625422 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2504572

[startup+702.301 s]

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

/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 807933 0 0 0 101142 5091 0 0 25 0 1 0 133221640 3185893376 773850 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 777806 773850 390 719 0 777085 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 3111224

[startup+1122.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/197 17149
/proc/meminfo: memFree=28125472/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3112464 CPUtime=1122.33
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 808214 0 0 0 106860 5373 0 0 25 0 1 0 133221640 3187163136 774131 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 778116 774131 390 719 0 777395 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 3112464

[startup+1182.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/197 17150
/proc/meminfo: memFree=28124932/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3112332 CPUtime=1182.33
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 808275 0 0 0 112578 5655 0 0 25 0 1 0 133221640 3187027968 774159 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 778083 774159 390 719 0 777362 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 3112332

[startup+1242.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/197 17151
/proc/meminfo: memFree=28095972/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3122436 CPUtime=1242.33
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 810339 0 0 0 118303 5930 0 0 25 0 1 0 133221640 3197374464 776223 4089446400 4194304 7136930 140734651361248 18446744073709551615 4998685 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 780609 776223 390 719 0 779888 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3122436

[startup+1302.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/197 17153
/proc/meminfo: memFree=28091444/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3126856 CPUtime=1302.34
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 811407 0 0 0 124016 6218 0 0 25 0 1 0 133221640 3201900544 777258 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 781714 777258 390 719 0 780993 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 3126856

[startup+1362.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/197 17155
/proc/meminfo: memFree=28089536/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3127608 CPUtime=1362.34
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 811651 0 0 0 129735 6499 0 0 25 0 1 0 133221640 3202670592 777405 4089446400 4194304 7136930 140734651361248 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 781902 777405 390 719 0 781181 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 3127608

[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.99 3/197 17157
/proc/meminfo: memFree=28078832/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3140656 CPUtime=1422.35
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 814256 0 0 0 135462 6773 0 0 25 0 1 0 133221640 3216031744 780010 4089446400 4194304 7136930 140734651361248 18446744073709551615 5905992 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 785164 780010 390 719 0 784443 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 3140656

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.99 3/197 17158
/proc/meminfo: memFree=28076400/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3142612 CPUtime=1482.34
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 814856 0 0 0 141181 7053 0 0 25 0 1 0 133221640 3218034688 780610 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 785653 780610 390 719 0 784932 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 3142612

[startup+1542.3 s]
/proc/loadavg: 2.07 1.99 1.99 3/197 17159
/proc/meminfo: memFree=28043852/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3178116 CPUtime=1542.35
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 823270 0 0 0 146931 7304 0 0 25 0 1 0 133221640 3254390784 788510 4089446400 4194304 7136930 140734651361248 18446744073709551615 5918688 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 794529 788510 390 719 0 793808 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 3178116

[startup+1602.3 s]
/proc/loadavg: 2.02 1.99 1.99 3/197 17170
/proc/meminfo: memFree=28042520/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3178116 CPUtime=1602.35
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 823279 0 0 0 152654 7581 0 0 25 0 1 0 133221640 3254390784 788519 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 794529 788519 390 719 0 793808 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 3178116

[startup+1662.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/197 17172
/proc/meminfo: memFree=28035956/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3185888 CPUtime=1662.35
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 825458 0 0 0 158397 7838 0 0 25 0 1 0 133221640 3262349312 790184 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 796472 790184 390 719 0 795751 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 3185888

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/197 17174
/proc/meminfo: memFree=28036004/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3185888 CPUtime=1722.35
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 825478 0 0 0 164136 8099 0 0 25 0 1 0 133221640 3262349312 790204 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 796472 790204 390 719 0 795751 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 3185888

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/197 17175
/proc/meminfo: memFree=28009168/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3185888 CPUtime=1782.35
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 825478 0 0 0 169865 8370 0 0 25 0 1 0 133221640 3262349312 790204 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 796472 790204 390 719 0 795751 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 3185888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.99 3/197 17176
/proc/meminfo: memFree=28009160/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3185888 CPUtime=1800.06
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 825479 0 0 0 171562 8444 0 0 25 0 1 0 133221640 3262349312 790205 4089446400 4194304 7136930 140734651361248 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17070/statm: 796472 790205 390 719 0 795751 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 3185888

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17070

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

[startup+1801.4 s]
/proc/loadavg: 2.00 1.99 1.99 3/198 17177
/proc/meminfo: memFree=28009152/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3185372 CPUtime=1801.45
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 825485 0 0 0 171701 8444 0 0 25 0 1 0 133221640 3261820928 790082 4089446400 4194304 7136930 140734651361248 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17070/statm: 796343 790082 396 719 0 795622 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 3185372

[startup+1801.81 s]
/proc/loadavg: 2.00 1.99 1.99 3/198 17177
/proc/meminfo: memFree=28009400/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3185372 CPUtime=1801.86
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 825485 0 0 0 171742 8444 0 0 25 0 1 0 133221640 3261820928 790082 4089446400 4194304 7136930 140734651361248 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17070/statm: 796343 790082 396 719 0 795622 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 3185372

[startup+1802 s]
/proc/loadavg: 2.00 1.99 1.99 3/198 17177
/proc/meminfo: memFree=28009400/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=3185372 CPUtime=1802.05
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4202496 825485 0 0 0 171761 8444 0 0 25 0 1 0 133221640 3261820928 790082 4089446400 4194304 7136930 140734651361248 18446744073709551615 6165634 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17070/statm: 796343 790082 396 719 0 795622 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 3185372

[startup+1802.1 s]
/proc/loadavg: 2.00 1.99 1.99 3/198 17177
/proc/meminfo: memFree=28009400/32951124 swapFree=67111528/67111528
[pid=17070] ppid=17068 vsize=0 CPUtime=1802.15
/proc/17070/stat : 17070 (pbscip.linux.x8) R 17068 17070 16329 0 -1 4203524 825485 0 0 0 171762 8453 0 0 25 0 1 0 133221640 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/17070/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.17
CPU user time (s): 1717.63
CPU system time (s): 84.5451
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3187944

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

runsolver used 2.54361 second user time and 5.82411 second system time

The end

Launcher Data

Begin job on node141 at 2010-06-30 19:34:24
IDJOB=2693962
IDBENCH=79147
IDSOLVER=1206
FILE ID=node141/2693962-1277919264
PBS_JOBID= 11197340
Free space on /tmp= 74204 MiB

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

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

MD5SUM BENCH= fcf2074312786880370cecd0374d7bf5
RANDOM SEED=1851600168

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31074428 kB
Buffers:        202080 kB
Cached:        1149608 kB
SwapCached:          0 kB
Active:         955736 kB
Inactive:       775896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31074428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3168 kB
Writeback:           0 kB
AnonPages:      379904 kB
Mapped:          20140 kB
Slab:            80568 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1651620 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node141 at 2010-06-30 20:04:27