Trace number 2693690

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 solver? (TO) 1802.15 1802.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_35_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMf839b9b81895c491ec67614997c8bc2d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.099984
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2100
Total number of constraints130
Number of soft constraints47
Number of constraints which are clauses70
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
Top cost 2325
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2324
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693690-1277889795.wbo>
0.00/0.01	c original problem has 2194 variables (2147 bin, 0 int, 0 impl, 47 cont) and 178 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 47 impls, 35 clqs
0.00/0.02	c (round 2) 0 del vars, 1 del conss, 47 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 47 impls, 35 clqs
0.00/0.02	c (round 3) 0 del vars, 1 del conss, 47 chg bounds, 0 chg sides, 0 chg coeffs, 48 upgd conss, 47 impls, 35 clqs
0.00/0.02	c (round 4) 0 del vars, 1 del conss, 47 chg bounds, 0 chg sides, 0 chg coeffs, 83 upgd conss, 47 impls, 35 clqs
0.00/0.03	c    (0.0s) probing: 101/2147 (4.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (5 rounds):
0.00/0.03	c  0 deleted vars, 1 deleted constraints, 47 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  47 implications, 35 cliques
0.00/0.03	c presolved problem has 2194 variables (2147 bin, 0 int, 0 impl, 47 cont) and 177 constraints
0.00/0.03	c      47 constraints of type <indicator>
0.00/0.03	c      35 constraints of type <setppc>
0.00/0.03	c      47 constraints of type <linear>
0.00/0.03	c      48 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 3420
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	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.03	c   0.0s|     1 |     2 |     0 |     - |4308k|   0 |   - |2194 | 177 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.85	c   1.7s| 10000 |  9941 |     0 |   0.0 |7866k|1515 |   - |2194 | 364 |   0 |   0 |   0 | 354 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.82	c   3.5s| 20000 | 19870 |     0 |   0.0 |  10M|1515 |   - |2194 | 387 |   0 |   0 |   0 | 627 |   0 | 0.000000e+00 |      --      |    Inf 
5.69/5.79	c   5.3s| 30000 | 29803 |     0 |   0.0 |  13M|1515 |   - |2194 | 449 |   0 |   0 |   0 | 964 |   0 | 0.000000e+00 |      --      |    Inf 
7.69/7.77	c   7.2s| 40000 | 39732 |     0 |   0.0 |  16M|1515 |   - |2194 | 434 |   0 |   0 |   0 |1356 |   0 | 0.000000e+00 |      --      |    Inf 
9.69/9.75	c   9.0s| 50000 | 49662 |     0 |   0.0 |  19M|1515 |   - |2194 | 479 |   0 |   0 |   0 |1746 |   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.71	c  10.8s| 60000 | 59581 |     0 |   0.0 |  22M|1515 |   - |2194 | 534 |   0 |   0 |   0 |2185 |   0 | 0.000000e+00 |      --      |    Inf 
13.59/13.65	c  12.6s| 70000 | 69509 |     0 |   0.0 |  25M|1515 |   - |2194 | 564 |   0 |   0 |   0 |2574 |   0 | 0.000000e+00 |      --      |    Inf 
15.49/15.56	c  14.4s| 80000 | 79438 |     0 |   0.0 |  28M|1515 |   - |2194 | 594 |   0 |   0 |   0 |2915 |   0 | 0.000000e+00 |      --      |    Inf 
17.39/17.47	c  16.1s| 90000 | 89356 |     0 |   0.0 |  31M|1515 |   - |2194 | 603 |   0 |   0 |   0 |3257 |   0 | 0.000000e+00 |      --      |    Inf 
19.29/19.31	c  17.9s|100000 | 99286 |     0 |   0.0 |  34M|1515 |   - |2194 | 619 |   0 |   0 |   0 |3620 |   0 | 0.000000e+00 |      --      |    Inf 
21.09/21.15	c  19.6s|110000 |109197 |     0 |   0.0 |  37M|1515 |   - |2194 | 680 |   0 |   0 |   0 |4013 |   0 | 0.000000e+00 |      --      |    Inf 
22.89/22.96	c  21.2s|120000 |119107 |     0 |   0.0 |  40M|1515 |   - |2194 | 731 |   0 |   0 |   0 |4464 |   0 | 0.000000e+00 |      --      |    Inf 
24.69/24.77	c  22.9s|130000 |129011 |     0 |   0.0 |  43M|1515 |   - |2194 | 753 |   0 |   0 |   0 |4898 |   0 | 0.000000e+00 |      --      |    Inf 
26.49/26.55	c  24.5s|140000 |138914 |     0 |   0.0 |  46M|1515 |   - |2194 | 825 |   0 |   0 |   0 |5425 |   0 | 0.000000e+00 |      --      |    Inf 
28.29/28.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.29/28.34	c  26.1s|150000 |148795 |     0 |   0.0 |  49M|1515 |   - |2194 | 942 |   0 |   0 |   0 |6056 |   0 | 0.000000e+00 |      --      |    Inf 
30.09/30.10	c  27.7s|160000 |158687 |     0 |   0.0 |  52M|1515 |   - |2194 |1002 |   0 |   0 |   0 |6627 |   0 | 0.000000e+00 |      --      |    Inf 
31.80/31.84	c  29.3s|170000 |168567 |     0 |   0.0 |  55M|1515 |   - |2194 |1094 |   0 |   0 |   0 |7284 |   0 | 0.000000e+00 |      --      |    Inf 
33.49/33.58	c  30.9s|180000 |178438 |     0 |   0.0 |  59M|1515 |   - |2194 |1176 |   0 |   0 |   0 |8001 |   0 | 0.000000e+00 |      --      |    Inf 
35.29/35.33	c  32.5s|190000 |188291 |     0 |   0.0 |  62M|1515 |   - |2194 |1147 |   0 |   0 |   0 |8761 |   0 | 0.000000e+00 |      --      |    Inf 
36.99/37.07	c  34.1s|200000 |198109 |     0 |   0.0 |  65M|1515 |   - |2194 |1173 |   0 |   0 |   0 |9626 |   0 | 0.000000e+00 |      --      |    Inf 
38.69/38.78	c  35.7s|210000 |207977 |     0 |   0.0 |  68M|1515 |   - |2194 |1084 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
40.39/40.48	c  37.2s|220000 |217844 |     0 |   0.0 |  71M|1515 |   - |2194 |1058 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
42.09/42.20	c  38.8s|230000 |227676 |     0 |   0.0 |  74M|1515 |   - |2194 |1019 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
43.89/43.99	c  40.4s|240000 |237486 |     0 |   0.0 |  78M|1515 |   - |2194 |1110 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
45.69/45.79	c  42.1s|250000 |247298 |     0 |   0.0 |  81M|1515 |   - |2194 |1098 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
47.49/47.54	c  43.7s|260000 |257107 |     0 |   0.0 |  85M|1515 |   - |2194 |1101 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
49.19/49.24	c  45.2s|270000 |266905 |     0 |   0.0 |  88M|1515 |   - |2194 |1090 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
50.89/50.91	c  46.7s|280000 |276703 |     0 |   0.0 |  92M|1515 |   - |2194 |1083 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
52.49/52.53	c  48.2s|290000 |286503 |     0 |   0.0 |  95M|1515 |   - |2194 |1099 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
54.09/54.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.09/54.12	c  49.6s|300000 |296283 |     0 |   0.0 |  99M|1515 |   - |2194 |1100 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
55.59/55.65	c  51.0s|310000 |306066 |     0 |   0.0 | 103M|1515 |   - |2194 |1135 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
57.10/57.16	c  52.4s|320000 |315836 |     0 |   0.0 | 106M|1515 |   - |2194 |1168 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
58.59/58.62	c  53.7s|330000 |325529 |     0 |   0.0 | 110M|1515 |   - |2194 |1235 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
60.19/60.24	c  55.1s|340000 |334586 |     0 |   0.0 | 116M|1515 |   - |2194 |1904 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
62.09/62.11	c  56.8s|350000 |344504 |     0 |   0.0 | 118M|1597 |   - |2194 | 806 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
63.99/64.04	c  58.6s|360000 |354417 |     0 |   0.0 | 121M|1597 |   - |2194 | 795 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
65.89/65.94	c  60.4s|370000 |364359 |     0 |   0.0 | 124M|1597 |   - |2194 | 753 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
67.79/67.88	c  62.1s|380000 |374285 |     0 |   0.0 | 127M|1597 |   - |2194 | 761 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
69.79/69.81	c  63.9s|390000 |384222 |     0 |   0.0 | 129M|1597 |   - |2194 | 685 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
71.69/71.76	c  65.7s|400000 |394147 |     0 |   0.0 | 132M|1597 |   - |2194 | 691 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
73.60/73.70	c  67.5s|410000 |404073 |     0 |   0.0 | 135M|1597 |   - |2194 | 632 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
75.59/75.63	c  69.3s|420000 |414008 |     0 |   0.0 | 138M|1597 |   - |2194 | 591 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
77.49/77.57	c  71.1s|430000 |423935 |     0 |   0.0 | 141M|1597 |   - |2194 | 571 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
79.49/79.50	c  72.9s|440000 |433870 |     0 |   0.0 | 144M|1597 |   - |2194 | 545 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
81.39/81.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.39/81.44	c  74.7s|450000 |443792 |     0 |   0.0 | 146M|1597 |   - |2194 | 515 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
83.29/83.38	c  76.4s|460000 |453726 |     0 |   0.0 | 149M|1597 |   - |2194 | 542 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
85.30/85.32	c  78.2s|470000 |463648 |     0 |   0.0 | 152M|1597 |   - |2194 | 565 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
87.19/87.26	c  80.0s|480000 |473570 |     0 |   0.0 | 155M|1597 |   - |2194 | 552 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
89.19/89.21	c  81.8s|490000 |483476 |     0 |   0.0 | 158M|1597 |   - |2194 | 629 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
91.09/91.13	c  83.6s|500000 |493412 |     0 |   0.0 | 161M|1597 |   - |2194 | 564 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
92.99/93.06	c  85.4s|510000 |503340 |     0 |   0.0 | 164M|1597 |   - |2194 | 584 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
94.89/94.98	c  87.2s|520000 |513265 |     0 |   0.0 | 166M|1597 |   - |2194 | 634 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
96.80/96.89	c  88.9s|530000 |523200 |     0 |   0.0 | 169M|1597 |   - |2194 | 570 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
98.79/98.82	c  90.7s|540000 |533127 |     0 |   0.0 | 172M|1597 |   - |2194 | 611 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
100.69/100.75	c  92.5s|550000 |543056 |     0 |   0.0 | 175M|1597 |   - |2194 | 607 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
102.59/102.68	c  94.3s|560000 |552996 |     0 |   0.0 | 178M|1597 |   - |2194 | 559 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
104.59/104.63	c  96.1s|570000 |562910 |     0 |   0.0 | 181M|1597 |   - |2194 | 573 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
106.49/106.56	c  97.9s|580000 |572844 |     0 |   0.0 | 184M|1597 |   - |2194 | 588 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
108.38/108.49	c  99.6s|590000 |582777 |     0 |   0.0 | 187M|1597 |   - |2194 | 523 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
110.38/110.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.38/110.42	c   101s|600000 |592713 |     0 |   0.0 | 190M|1597 |   - |2194 | 541 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
112.29/112.36	c   103s|610000 |602634 |     0 |   0.0 | 192M|1597 |   - |2194 | 529 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
114.19/114.30	c   105s|620000 |612561 |     0 |   0.0 | 195M|1597 |   - |2194 | 556 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
116.18/116.22	c   107s|630000 |622490 |     0 |   0.0 | 198M|1597 |   - |2194 | 544 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
118.09/118.17	c   109s|640000 |632413 |     0 |   0.0 | 201M|1597 |   - |2194 | 493 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
120.09/120.11	c   110s|650000 |642345 |     0 |   0.0 | 204M|1597 |   - |2194 | 508 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
122.00/122.06	c   112s|660000 |652270 |     0 |   0.0 | 207M|1597 |   - |2194 | 530 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
123.99/124.00	c   114s|670000 |662190 |     0 |   0.0 | 210M|1597 |   - |2194 | 544 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
125.89/125.93	c   116s|680000 |672124 |     0 |   0.0 | 212M|1597 |   - |2194 | 520 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
127.79/127.85	c   118s|690000 |682059 |     0 |   0.0 | 215M|1597 |   - |2194 | 542 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
129.70/129.77	c   119s|700000 |691987 |     0 |   0.0 | 218M|1597 |   - |2194 | 519 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
131.69/131.70	c   121s|710000 |701919 |     0 |   0.0 | 221M|1597 |   - |2194 | 498 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
133.59/133.64	c   123s|720000 |711849 |     0 |   0.0 | 224M|1597 |   - |2194 | 530 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
135.49/135.57	c   125s|730000 |721781 |     0 |   0.0 | 227M|1597 |   - |2194 | 487 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
137.39/137.50	c   126s|740000 |731694 |     0 |   0.0 | 230M|1597 |   - |2194 | 535 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
139.39/139.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.39/139.43	c   128s|750000 |741627 |     0 |   0.0 | 233M|1597 |   - |2194 | 507 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
141.29/141.37	c   130s|760000 |751547 |     0 |   0.0 | 235M|1597 |   - |2194 | 593 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
143.29/143.30	c   132s|770000 |761474 |     0 |   0.0 | 238M|1597 |   - |2194 | 590 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
145.20/145.25	c   134s|780000 |771392 |     0 |   0.0 | 241M|1597 |   - |2194 | 587 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
147.09/147.17	c   135s|790000 |781328 |     0 |   0.0 | 244M|1597 |   - |2194 | 560 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
149.09/149.10	c   137s|800000 |791237 |     0 |   0.0 | 247M|1597 |   - |2194 | 596 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
150.99/151.04	c   139s|810000 |801160 |     0 |   0.0 | 250M|1597 |   - |2194 | 656 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
152.90/152.95	c   141s|820000 |811089 |     0 |   0.0 | 253M|1597 |   - |2194 | 619 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
154.80/154.88	c   142s|830000 |821011 |     0 |   0.0 | 255M|1597 |   - |2194 | 614 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
156.69/156.78	c   144s|840000 |830942 |     0 |   0.0 | 258M|1597 |   - |2194 | 680 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
158.69/158.70	c   146s|850000 |840866 |     0 |   0.0 | 261M|1597 |   - |2194 | 604 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
160.60/160.64	c   148s|860000 |850792 |     0 |   0.0 | 264M|1597 |   - |2194 | 596 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
162.49/162.58	c   150s|870000 |860720 |     0 |   0.0 | 267M|1597 |   - |2194 | 656 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
164.49/164.50	c   151s|880000 |870642 |     0 |   0.0 | 270M|1597 |   - |2194 | 634 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
166.39/166.43	c   153s|890000 |880563 |     0 |   0.0 | 273M|1597 |   - |2194 | 639 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
168.30/168.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
168.30/168.38	c   155s|900000 |890479 |     0 |   0.0 | 276M|1597 |   - |2194 | 656 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
170.29/170.32	c   157s|910000 |900398 |     0 |   0.0 | 278M|1597 |   - |2194 | 621 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
172.19/172.24	c   158s|920000 |910333 |     0 |   0.0 | 281M|1597 |   - |2194 | 597 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
174.09/174.16	c   160s|930000 |920265 |     0 |   0.0 | 284M|1597 |   - |2194 | 650 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
176.09/176.11	c   162s|940000 |930179 |     0 |   0.0 | 287M|1597 |   - |2194 | 634 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
177.99/178.06	c   164s|950000 |940101 |     0 |   0.0 | 290M|1597 |   - |2194 | 625 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
179.99/180.01	c   166s|960000 |950021 |     0 |   0.0 | 293M|1597 |   - |2194 | 617 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
181.89/181.97	c   167s|970000 |959943 |     0 |   0.0 | 296M|1597 |   - |2194 | 600 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
183.89/183.92	c   169s|980000 |969852 |     0 |   0.0 | 298M|1597 |   - |2194 | 628 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
185.80/185.86	c   171s|990000 |979771 |     0 |   0.0 | 301M|1597 |   - |2194 | 622 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
187.79/187.83	c   173s|  1000k|989686 |     0 |   0.0 | 304M|1597 |   - |2194 | 623 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
189.69/189.77	c   175s|  1010k|999603 |     0 |   0.0 | 307M|1597 |   - |2194 | 665 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
191.69/191.72	c   176s|  1020k|  1009k|     0 |   0.0 | 310M|1597 |   - |2194 | 663 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
193.60/193.69	c   178s|  1030k|  1019k|     0 |   0.0 | 313M|1597 |   - |2194 | 642 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
195.60/195.63	c   180s|  1040k|  1029k|     0 |   0.0 | 315M|1597 |   - |2194 | 634 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
197.50/197.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.50/197.57	c   182s|  1050k|  1039k|     0 |   0.0 | 318M|1597 |   - |2194 | 606 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
199.49/199.52	c   184s|  1060k|  1049k|     0 |   0.0 | 321M|1597 |   - |2194 | 618 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
201.39/201.45	c   185s|  1070k|  1059k|     0 |   0.0 | 324M|1597 |   - |2194 | 611 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
203.29/203.38	c   187s|  1080k|  1069k|     0 |   0.0 | 327M|1597 |   - |2194 | 637 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
205.30/205.30	c   189s|  1090k|  1078k|     0 |   0.0 | 330M|1597 |   - |2194 | 588 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
207.19/207.22	c   191s|  1100k|  1088k|     0 |   0.0 | 333M|1597 |   - |2194 | 568 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
209.09/209.14	c   192s|  1110k|  1098k|     0 |   0.0 | 335M|1597 |   - |2194 | 553 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
210.99/211.05	c   194s|  1120k|  1108k|     0 |   0.0 | 338M|1597 |   - |2194 | 530 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
212.89/212.97	c   196s|  1130k|  1118k|     0 |   0.0 | 341M|1597 |   - |2194 | 612 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
214.80/214.89	c   198s|  1140k|  1128k|     0 |   0.0 | 344M|1597 |   - |2194 | 593 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
216.79/216.82	c   200s|  1150k|  1138k|     0 |   0.0 | 347M|1597 |   - |2194 | 603 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
218.69/218.75	c   201s|  1160k|  1148k|     0 |   0.0 | 350M|1597 |   - |2194 | 588 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
220.69/220.72	c   203s|  1170k|  1158k|     0 |   0.0 | 353M|1597 |   - |2194 | 632 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
222.59/222.66	c   205s|  1180k|  1168k|     0 |   0.0 | 356M|1597 |   - |2194 | 612 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
224.49/224.59	c   207s|  1190k|  1178k|     0 |   0.0 | 358M|1597 |   - |2194 | 587 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
226.50/226.52	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.52	c   208s|  1200k|  1188k|     0 |   0.0 | 361M|1597 |   - |2194 | 587 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
228.39/228.48	c   210s|  1210k|  1198k|     0 |   0.0 | 364M|1597 |   - |2194 | 669 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
230.39/230.42	c   212s|  1220k|  1207k|     0 |   0.0 | 367M|1597 |   - |2194 | 629 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
232.29/232.36	c   214s|  1230k|  1217k|     0 |   0.0 | 370M|1597 |   - |2194 | 624 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
234.20/234.29	c   216s|  1240k|  1227k|     0 |   0.0 | 373M|1597 |   - |2194 | 588 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
236.19/236.21	c   217s|  1250k|  1237k|     0 |   0.0 | 375M|1597 |   - |2194 | 577 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
238.09/238.12	c   219s|  1260k|  1247k|     0 |   0.0 | 378M|1597 |   - |2194 | 635 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
239.99/240.05	c   221s|  1270k|  1257k|     0 |   0.0 | 381M|1597 |   - |2194 | 634 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
241.90/241.98	c   223s|  1280k|  1267k|     0 |   0.0 | 384M|1597 |   - |2194 | 629 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
243.89/243.91	c   224s|  1290k|  1277k|     0 |   0.0 | 387M|1597 |   - |2194 | 623 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
245.80/245.84	c   226s|  1300k|  1287k|     0 |   0.0 | 390M|1597 |   - |2194 | 652 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
247.69/247.75	c   228s|  1310k|  1297k|     0 |   0.0 | 393M|1597 |   - |2194 | 671 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
249.70/249.71	c   230s|  1320k|  1307k|     0 |   0.0 | 395M|1597 |   - |2194 | 641 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
251.60/251.63	c   232s|  1330k|  1317k|     0 |   0.0 | 398M|1597 |   - |2194 | 697 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
253.49/253.59	c   233s|  1340k|  1327k|     0 |   0.0 | 401M|1597 |   - |2194 | 714 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
255.49/255.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.49/255.54	c   235s|  1350k|  1336k|     0 |   0.0 | 404M|1597 |   - |2194 | 704 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
257.40/257.48	c   237s|  1360k|  1346k|     0 |   0.0 | 407M|1597 |   - |2194 | 693 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
259.39/259.42	c   239s|  1370k|  1356k|     0 |   0.0 | 410M|1597 |   - |2194 | 682 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
261.30/261.35	c   241s|  1380k|  1366k|     0 |   0.0 | 413M|1597 |   - |2194 | 720 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
263.19/263.28	c   242s|  1390k|  1376k|     0 |   0.0 | 416M|1597 |   - |2194 | 638 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
265.19/265.20	c   244s|  1400k|  1386k|     0 |   0.0 | 418M|1597 |   - |2194 | 601 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
267.10/267.13	c   246s|  1410k|  1396k|     0 |   0.0 | 421M|1597 |   - |2194 | 681 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
268.99/269.07	c   248s|  1420k|  1406k|     0 |   0.0 | 424M|1597 |   - |2194 | 598 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
271.00/271.03	c   249s|  1430k|  1416k|     0 |   0.0 | 427M|1597 |   - |2194 | 663 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
272.89/272.98	c   251s|  1440k|  1426k|     0 |   0.0 | 430M|1597 |   - |2194 | 601 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
274.90/274.91	c   253s|  1450k|  1436k|     0 |   0.0 | 433M|1597 |   - |2194 | 590 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
276.79/276.84	c   255s|  1460k|  1446k|     0 |   0.0 | 436M|1597 |   - |2194 | 590 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
278.69/278.76	c   257s|  1470k|  1456k|     0 |   0.0 | 439M|1597 |   - |2194 | 615 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
280.70/280.71	c   258s|  1480k|  1465k|     0 |   0.0 | 441M|1597 |   - |2194 | 587 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
282.60/282.65	c   260s|  1490k|  1475k|     0 |   0.0 | 444M|1597 |   - |2194 | 611 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
284.59/284.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.59/284.61	c   262s|  1500k|  1485k|     0 |   0.0 | 447M|1597 |   - |2194 | 608 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
286.49/286.55	c   264s|  1510k|  1495k|     0 |   0.0 | 450M|1597 |   - |2194 | 605 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
288.40/288.49	c   266s|  1520k|  1505k|     0 |   0.0 | 453M|1597 |   - |2194 | 574 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
290.40/290.41	c   267s|  1530k|  1515k|     0 |   0.0 | 456M|1597 |   - |2194 | 597 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
292.30/292.35	c   269s|  1540k|  1525k|     0 |   0.0 | 459M|1597 |   - |2194 | 568 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
294.30/294.31	c   271s|  1550k|  1535k|     0 |   0.0 | 461M|1597 |   - |2194 | 576 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
296.19/296.25	c   273s|  1560k|  1545k|     0 |   0.0 | 464M|1597 |   - |2194 | 580 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
298.10/298.18	c   274s|  1570k|  1555k|     0 |   0.0 | 467M|1597 |   - |2194 | 574 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
300.09/300.13	c   276s|  1580k|  1565k|     0 |   0.0 | 470M|1597 |   - |2194 | 594 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
302.00/302.08	c   278s|  1590k|  1575k|     0 |   0.0 | 473M|1597 |   - |2194 | 648 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
304.00/304.00	c   280s|  1600k|  1585k|     0 |   0.0 | 476M|1597 |   - |2194 | 646 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
305.89/305.93	c   282s|  1610k|  1594k|     0 |   0.0 | 479M|1597 |   - |2194 | 653 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
307.79/307.87	c   283s|  1620k|  1604k|     0 |   0.0 | 482M|1597 |   - |2194 | 706 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
309.80/309.82	c   285s|  1630k|  1614k|     0 |   0.0 | 485M|1597 |   - |2194 | 737 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
311.69/311.75	c   287s|  1640k|  1624k|     0 |   0.0 | 487M|1597 |   - |2194 | 709 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
313.59/313.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
313.59/313.68	c   289s|  1650k|  1634k|     0 |   0.0 | 490M|1597 |   - |2194 | 709 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
315.60/315.64	c   291s|  1660k|  1644k|     0 |   0.0 | 493M|1597 |   - |2194 | 712 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
317.50/317.58	c   292s|  1670k|  1654k|     0 |   0.0 | 496M|1597 |   - |2194 | 723 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
319.49/319.53	c   294s|  1680k|  1664k|     0 |   0.0 | 499M|1597 |   - |2194 | 702 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
321.39/321.44	c   296s|  1690k|  1674k|     0 |   0.0 | 502M|1597 |   - |2194 | 693 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
323.30/323.39	c   298s|  1700k|  1684k|     0 |   0.0 | 505M|1597 |   - |2194 | 671 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
325.30/325.34	c   300s|  1710k|  1694k|     0 |   0.0 | 507M|1597 |   - |2194 | 681 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
327.20/327.27	c   301s|  1720k|  1704k|     0 |   0.0 | 510M|1597 |   - |2194 | 640 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
329.19/329.20	c   303s|  1730k|  1713k|     0 |   0.0 | 513M|1597 |   - |2194 | 713 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
331.10/331.15	c   305s|  1740k|  1723k|     0 |   0.0 | 516M|1597 |   - |2194 | 698 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
333.00/333.09	c   307s|  1750k|  1733k|     0 |   0.0 | 519M|1597 |   - |2194 | 646 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
334.99/335.02	c   309s|  1760k|  1743k|     0 |   0.0 | 522M|1597 |   - |2194 | 687 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
336.89/336.96	c   310s|  1770k|  1753k|     0 |   0.0 | 525M|1597 |   - |2194 | 734 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
338.89/338.91	c   312s|  1780k|  1763k|     0 |   0.0 | 528M|1597 |   - |2194 | 763 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
340.80/340.86	c   314s|  1790k|  1773k|     0 |   0.0 | 530M|1597 |   - |2194 | 716 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
342.80/342.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.80/342.81	c   316s|  1800k|  1783k|     0 |   0.0 | 533M|1597 |   - |2194 | 676 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
344.70/344.75	c   318s|  1810k|  1793k|     0 |   0.0 | 536M|1597 |   - |2194 | 686 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
346.60/346.67	c   319s|  1820k|  1803k|     0 |   0.0 | 539M|1597 |   - |2194 | 747 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
348.61/348.62	c   321s|  1830k|  1813k|     0 |   0.0 | 542M|1597 |   - |2194 | 695 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
350.49/350.55	c   323s|  1840k|  1823k|     0 |   0.0 | 545M|1597 |   - |2194 | 683 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
352.39/352.49	c   325s|  1850k|  1833k|     0 |   0.0 | 548M|1597 |   - |2194 | 664 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
354.39/354.43	c   327s|  1860k|  1842k|     0 |   0.0 | 550M|1597 |   - |2194 | 634 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
356.30/356.38	c   328s|  1870k|  1852k|     0 |   0.0 | 553M|1597 |   - |2194 | 660 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
358.30/358.33	c   330s|  1880k|  1862k|     0 |   0.0 | 556M|1597 |   - |2194 | 660 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
360.20/360.29	c   332s|  1890k|  1872k|     0 |   0.0 | 559M|1597 |   - |2194 | 634 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
362.19/362.26	c   334s|  1900k|  1882k|     0 |   0.0 | 562M|1597 |   - |2194 | 672 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
364.20/364.23	c   336s|  1910k|  1892k|     0 |   0.0 | 565M|1597 |   - |2194 | 661 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
366.10/366.18	c   337s|  1920k|  1902k|     0 |   0.0 | 568M|1597 |   - |2194 | 642 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
368.10/368.18	c   339s|  1930k|  1912k|     0 |   0.0 | 570M|1597 |   - |2194 | 718 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
370.10/370.15	c   341s|  1940k|  1922k|     0 |   0.0 | 573M|1597 |   - |2194 | 685 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
372.00/372.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
372.00/372.08	c   343s|  1950k|  1932k|     0 |   0.0 | 576M|1597 |   - |2194 | 689 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
374.00/374.02	c   345s|  1960k|  1942k|     0 |   0.0 | 579M|1597 |   - |2194 | 674 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
375.90/375.97	c   346s|  1970k|  1952k|     0 |   0.0 | 582M|1597 |   - |2194 | 662 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
377.90/377.94	c   348s|  1980k|  1962k|     0 |   0.0 | 585M|1597 |   - |2194 | 668 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
379.89/379.90	c   350s|  1990k|  1971k|     0 |   0.0 | 588M|1597 |   - |2194 | 648 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
381.79/381.83	c   352s|  2000k|  1981k|     0 |   0.0 | 591M|1597 |   - |2194 | 677 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
383.70/383.77	c   354s|  2010k|  1991k|     0 |   0.0 | 593M|1597 |   - |2194 | 654 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
385.70/385.70	c   355s|  2020k|  2001k|     0 |   0.0 | 596M|1597 |   - |2194 | 664 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
387.60/387.65	c   357s|  2030k|  2011k|     0 |   0.0 | 599M|1597 |   - |2194 | 657 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
389.50/389.59	c   359s|  2040k|  2021k|     0 |   0.0 | 602M|1597 |   - |2194 | 663 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
391.50/391.53	c   361s|  2050k|  2031k|     0 |   0.0 | 605M|1597 |   - |2194 | 715 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
393.39/393.50	c   363s|  2060k|  2041k|     0 |   0.0 | 608M|1597 |   - |2194 | 755 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
395.40/395.44	c   364s|  2070k|  2051k|     0 |   0.0 | 610M|1597 |   - |2194 | 736 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
397.30/397.37	c   366s|  2080k|  2061k|     0 |   0.0 | 613M|1597 |   - |2194 | 729 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
399.30/399.31	c   368s|  2090k|  2071k|     0 |   0.0 | 616M|1597 |   - |2194 | 715 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
401.20/401.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
401.20/401.24	c   370s|  2100k|  2081k|     0 |   0.0 | 619M|1597 |   - |2194 | 712 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
403.20/403.22	c   372s|  2110k|  2090k|     0 |   0.0 | 622M|1597 |   - |2194 | 785 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
405.10/405.15	c   373s|  2120k|  2100k|     0 |   0.0 | 625M|1597 |   - |2194 | 763 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
407.01/407.07	c   375s|  2130k|  2110k|     0 |   0.0 | 628M|1597 |   - |2194 | 711 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
409.00/409.01	c   377s|  2140k|  2120k|     0 |   0.0 | 630M|1597 |   - |2194 | 766 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
410.90/410.95	c   379s|  2150k|  2130k|     0 |   0.0 | 633M|1597 |   - |2194 | 679 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
412.80/412.88	c   380s|  2160k|  2140k|     0 |   0.0 | 636M|1597 |   - |2194 | 659 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
414.80/414.82	c   382s|  2170k|  2150k|     0 |   0.0 | 639M|1597 |   - |2194 | 650 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
416.69/416.77	c   384s|  2180k|  2160k|     0 |   0.0 | 642M|1597 |   - |2194 | 648 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
418.70/418.75	c   386s|  2190k|  2170k|     0 |   0.0 | 645M|1597 |   - |2194 | 680 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
420.60/420.68	c   388s|  2200k|  2180k|     0 |   0.0 | 648M|1597 |   - |2194 | 632 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
422.60/422.60	c   389s|  2210k|  2190k|     0 |   0.0 | 650M|1597 |   - |2194 | 603 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
424.50/424.55	c   391s|  2220k|  2200k|     0 |   0.0 | 653M|1597 |   - |2194 | 712 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
426.40/426.48	c   393s|  2230k|  2210k|     0 |   0.0 | 656M|1597 |   - |2194 | 680 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
428.40/428.45	c   395s|  2240k|  2219k|     0 |   0.0 | 659M|1597 |   - |2194 | 644 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
430.29/430.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.29/430.38	c   397s|  2250k|  2229k|     0 |   0.0 | 662M|1597 |   - |2194 | 645 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
432.30/432.34	c   398s|  2260k|  2239k|     0 |   0.0 | 665M|1597 |   - |2194 | 654 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
434.20/434.28	c   400s|  2270k|  2249k|     0 |   0.0 | 668M|1597 |   - |2194 | 696 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
436.20/436.26	c   402s|  2280k|  2259k|     0 |   0.0 | 671M|1597 |   - |2194 | 677 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
438.19/438.24	c   404s|  2290k|  2269k|     0 |   0.0 | 673M|1597 |   - |2194 | 736 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
440.20/440.21	c   406s|  2300k|  2279k|     0 |   0.0 | 676M|1597 |   - |2194 | 726 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
442.11/442.18	c   407s|  2310k|  2289k|     0 |   0.0 | 679M|1597 |   - |2194 | 730 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
444.10/444.14	c   409s|  2320k|  2299k|     0 |   0.0 | 682M|1597 |   - |2194 | 737 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
446.00/446.09	c   411s|  2330k|  2309k|     0 |   0.0 | 685M|1597 |   - |2194 | 731 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
448.00/448.05	c   413s|  2340k|  2319k|     0 |   0.0 | 688M|1597 |   - |2194 | 703 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
450.00/450.00	c   415s|  2350k|  2329k|     0 |   0.0 | 690M|1597 |   - |2194 | 684 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
451.90/451.95	c   416s|  2360k|  2339k|     0 |   0.0 | 693M|1597 |   - |2194 | 751 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
453.80/453.89	c   418s|  2370k|  2348k|     0 |   0.0 | 696M|1597 |   - |2194 | 662 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
455.80/455.87	c   420s|  2380k|  2358k|     0 |   0.0 | 699M|1597 |   - |2194 | 680 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
457.80/457.85	c   422s|  2390k|  2368k|     0 |   0.0 | 702M|1597 |   - |2194 | 663 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
459.81/459.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.81/459.82	c   424s|  2400k|  2378k|     0 |   0.0 | 704M|1597 |   - |2194 | 663 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
461.70/461.77	c   425s|  2410k|  2388k|     0 |   0.0 | 707M|1597 |   - |2194 | 632 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
463.70/463.75	c   427s|  2420k|  2398k|     0 |   0.0 | 710M|1597 |   - |2194 | 698 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
465.70/465.71	c   429s|  2430k|  2408k|     0 |   0.0 | 713M|1597 |   - |2194 | 663 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
467.59/467.62	c   431s|  2440k|  2418k|     0 |   0.0 | 716M|1597 |   - |2194 | 675 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
469.50/469.54	c   433s|  2450k|  2428k|     0 |   0.0 | 719M|1597 |   - |2194 | 740 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
471.40/471.49	c   434s|  2460k|  2438k|     0 |   0.0 | 722M|1597 |   - |2194 | 757 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
473.40/473.44	c   436s|  2470k|  2448k|     0 |   0.0 | 724M|1597 |   - |2194 | 689 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
475.30/475.37	c   438s|  2480k|  2458k|     0 |   0.0 | 727M|1597 |   - |2194 | 663 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
477.31/477.33	c   440s|  2490k|  2467k|     0 |   0.0 | 730M|1597 |   - |2194 | 665 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
479.20/479.29	c   442s|  2500k|  2477k|     0 |   0.0 | 733M|1597 |   - |2194 | 702 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
481.20/481.24	c   443s|  2510k|  2487k|     0 |   0.0 | 736M|1597 |   - |2194 | 754 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
483.10/483.19	c   445s|  2520k|  2497k|     0 |   0.0 | 739M|1597 |   - |2194 | 706 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
485.11/485.11	c   447s|  2530k|  2507k|     0 |   0.0 | 741M|1597 |   - |2194 | 713 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
487.00/487.02	c   449s|  2540k|  2517k|     0 |   0.0 | 744M|1597 |   - |2194 | 707 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
488.90/488.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
488.90/488.93	c   451s|  2550k|  2527k|     0 |   0.0 | 747M|1597 |   - |2194 | 721 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
490.80/490.89	c   452s|  2560k|  2537k|     0 |   0.0 | 750M|1597 |   - |2194 | 774 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
492.80/492.85	c   454s|  2570k|  2547k|     0 |   0.0 | 753M|1597 |   - |2194 | 743 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
494.70/494.77	c   456s|  2580k|  2557k|     0 |   0.0 | 756M|1597 |   - |2194 | 677 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
496.70/496.70	c   458s|  2590k|  2567k|     0 |   0.0 | 759M|1597 |   - |2194 | 696 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
498.60/498.64	c   460s|  2600k|  2577k|     0 |   0.0 | 761M|1597 |   - |2194 | 671 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
500.50/500.57	c   461s|  2610k|  2586k|     0 |   0.0 | 764M|1597 |   - |2194 | 751 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
502.40/502.49	c   463s|  2620k|  2596k|     0 |   0.0 | 767M|1597 |   - |2194 | 730 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
504.40/504.42	c   465s|  2630k|  2606k|     0 |   0.0 | 770M|1597 |   - |2194 | 698 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
506.30/506.34	c   467s|  2640k|  2616k|     0 |   0.0 | 773M|1597 |   - |2194 | 618 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
508.20/508.25	c   468s|  2650k|  2626k|     0 |   0.0 | 776M|1597 |   - |2194 | 648 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
510.10/510.17	c   470s|  2660k|  2636k|     0 |   0.0 | 779M|1597 |   - |2194 | 595 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
512.10/512.11	c   472s|  2670k|  2646k|     0 |   0.0 | 781M|1597 |   - |2194 | 608 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
514.00/514.02	c   474s|  2680k|  2656k|     0 |   0.0 | 784M|1597 |   - |2194 | 638 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
515.91/515.93	c   475s|  2690k|  2666k|     0 |   0.0 | 787M|1597 |   - |2194 | 643 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
517.80/517.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
517.80/517.86	c   477s|  2700k|  2676k|     0 |   0.0 | 790M|1597 |   - |2194 | 615 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
519.70/519.78	c   479s|  2710k|  2686k|     0 |   0.0 | 793M|1597 |   - |2194 | 640 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
521.70/521.70	c   481s|  2720k|  2696k|     0 |   0.0 | 796M|1597 |   - |2194 | 647 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
523.60/523.65	c   483s|  2730k|  2706k|     0 |   0.0 | 799M|1597 |   - |2194 | 687 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
525.50/525.58	c   484s|  2740k|  2715k|     0 |   0.0 | 802M|1597 |   - |2194 | 650 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
527.50/527.51	c   486s|  2750k|  2725k|     0 |   0.0 | 805M|1597 |   - |2194 | 671 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
529.40/529.45	c   488s|  2760k|  2735k|     0 |   0.0 | 807M|1597 |   - |2194 | 668 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
531.40/531.41	c   490s|  2770k|  2745k|     0 |   0.0 | 810M|1597 |   - |2194 | 622 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
533.30/533.35	c   492s|  2780k|  2755k|     0 |   0.0 | 813M|1597 |   - |2194 | 657 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
535.21/535.29	c   493s|  2790k|  2765k|     0 |   0.0 | 816M|1597 |   - |2194 | 654 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
537.20/537.21	c   495s|  2800k|  2775k|     0 |   0.0 | 819M|1597 |   - |2194 | 673 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
539.10/539.15	c   497s|  2810k|  2785k|     0 |   0.0 | 822M|1597 |   - |2194 | 721 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
541.00/541.06	c   499s|  2820k|  2795k|     0 |   0.0 | 825M|1597 |   - |2194 | 680 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
543.00/543.00	c   500s|  2830k|  2805k|     0 |   0.0 | 828M|1597 |   - |2194 | 693 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
544.90/544.92	c   502s|  2840k|  2815k|     0 |   0.0 | 831M|1597 |   - |2194 | 719 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
546.80/546.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
546.80/546.85	c   504s|  2850k|  2825k|     0 |   0.0 | 833M|1597 |   - |2194 | 729 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
548.70/548.77	c   506s|  2860k|  2834k|     0 |   0.0 | 836M|1597 |   - |2194 | 714 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
550.61/550.69	c   508s|  2870k|  2844k|     0 |   0.0 | 839M|1597 |   - |2194 | 686 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
552.61/552.62	c   509s|  2880k|  2854k|     0 |   0.0 | 842M|1597 |   - |2194 | 684 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
554.51/554.55	c   511s|  2890k|  2864k|     0 |   0.0 | 845M|1597 |   - |2194 | 707 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
556.40/556.47	c   513s|  2900k|  2874k|     0 |   0.0 | 848M|1597 |   - |2194 | 688 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
558.40/558.42	c   515s|  2910k|  2884k|     0 |   0.0 | 851M|1597 |   - |2194 | 731 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
560.30/560.33	c   516s|  2920k|  2894k|     0 |   0.0 | 854M|1597 |   - |2194 | 687 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
562.20/562.26	c   518s|  2930k|  2904k|     0 |   0.0 | 856M|1597 |   - |2194 | 672 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
564.10/564.18	c   520s|  2940k|  2914k|     0 |   0.0 | 859M|1597 |   - |2194 | 738 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
566.10/566.10	c   522s|  2950k|  2924k|     0 |   0.0 | 862M|1597 |   - |2194 | 712 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
568.00/568.02	c   524s|  2960k|  2934k|     0 |   0.0 | 865M|1597 |   - |2194 | 702 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
569.90/569.95	c   525s|  2970k|  2944k|     0 |   0.0 | 868M|1597 |   - |2194 | 724 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
571.80/571.87	c   527s|  2980k|  2953k|     0 |   0.0 | 871M|1597 |   - |2194 | 704 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
573.70/573.79	c   529s|  2990k|  2963k|     0 |   0.0 | 874M|1597 |   - |2194 | 694 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
575.70/575.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
575.70/575.72	c   531s|  3000k|  2973k|     0 |   0.0 | 877M|1597 |   - |2194 | 685 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
577.60/577.63	c   532s|  3010k|  2983k|     0 |   0.0 | 879M|1597 |   - |2194 | 650 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
579.50/579.58	c   534s|  3020k|  2993k|     0 |   0.0 | 882M|1597 |   - |2194 | 749 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
581.50/581.53	c   536s|  3030k|  3003k|     0 |   0.0 | 885M|1597 |   - |2194 | 758 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
583.40/583.44	c   538s|  3040k|  3013k|     0 |   0.0 | 888M|1597 |   - |2194 | 727 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
585.30/585.35	c   540s|  3050k|  3023k|     0 |   0.0 | 891M|1597 |   - |2194 | 702 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
587.20/587.30	c   541s|  3060k|  3033k|     0 |   0.0 | 894M|1597 |   - |2194 | 743 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
589.20/589.22	c   543s|  3070k|  3043k|     0 |   0.0 | 897M|1597 |   - |2194 | 726 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
591.10/591.16	c   545s|  3080k|  3053k|     0 |   0.0 | 900M|1597 |   - |2194 | 713 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
593.00/593.09	c   547s|  3090k|  3063k|     0 |   0.0 | 903M|1597 |   - |2194 | 699 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
595.01/595.04	c   549s|  3100k|  3073k|     0 |   0.0 | 905M|1597 |   - |2194 | 720 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
596.90/596.96	c   550s|  3110k|  3082k|     0 |   0.0 | 908M|1597 |   - |2194 | 692 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
598.90/598.90	c   552s|  3120k|  3092k|     0 |   0.0 | 911M|1597 |   - |2194 | 728 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
600.80/600.85	c   554s|  3130k|  3102k|     0 |   0.0 | 914M|1597 |   - |2194 | 706 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
602.70/602.80	c   556s|  3140k|  3112k|     0 |   0.0 | 917M|1597 |   - |2194 | 723 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
604.71/604.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
604.71/604.76	c   558s|  3150k|  3122k|     0 |   0.0 | 920M|1597 |   - |2194 | 708 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
606.70/606.72	c   559s|  3160k|  3132k|     0 |   0.0 | 923M|1597 |   - |2194 | 719 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
608.61/608.65	c   561s|  3170k|  3142k|     0 |   0.0 | 926M|1597 |   - |2194 | 778 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
610.51/610.59	c   563s|  3180k|  3152k|     0 |   0.0 | 928M|1597 |   - |2194 | 704 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
612.50/612.53	c   565s|  3190k|  3162k|     0 |   0.0 | 931M|1597 |   - |2194 | 741 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
614.40/614.46	c   566s|  3200k|  3172k|     0 |   0.0 | 934M|1597 |   - |2194 | 731 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
616.31/616.39	c   568s|  3210k|  3182k|     0 |   0.0 | 937M|1597 |   - |2194 | 764 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
618.30/618.32	c   570s|  3220k|  3192k|     0 |   0.0 | 940M|1597 |   - |2194 | 738 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
620.20/620.28	c   572s|  3230k|  3201k|     0 |   0.0 | 943M|1597 |   - |2194 | 672 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
622.21/622.22	c   574s|  3240k|  3211k|     0 |   0.0 | 946M|1597 |   - |2194 | 760 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
624.11/624.14	c   575s|  3250k|  3221k|     0 |   0.0 | 948M|1597 |   - |2194 | 704 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
626.00/626.06	c   577s|  3260k|  3231k|     0 |   0.0 | 951M|1597 |   - |2194 | 713 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
627.91/627.99	c   579s|  3270k|  3241k|     0 |   0.0 | 954M|1597 |   - |2194 | 708 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
629.90/629.92	c   581s|  3280k|  3251k|     0 |   0.0 | 957M|1597 |   - |2194 | 722 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
631.81/631.88	c   583s|  3290k|  3261k|     0 |   0.0 | 960M|1597 |   - |2194 | 745 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
633.81/633.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
633.81/633.83	c   584s|  3300k|  3271k|     0 |   0.0 | 963M|1597 |   - |2194 | 662 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
635.71/635.79	c   586s|  3310k|  3281k|     0 |   0.0 | 966M|1597 |   - |2194 | 697 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
637.71/637.72	c   588s|  3320k|  3291k|     0 |   0.0 | 968M|1597 |   - |2194 | 665 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
639.61/639.65	c   590s|  3330k|  3301k|     0 |   0.0 | 971M|1597 |   - |2194 | 674 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
641.60/641.61	c   592s|  3340k|  3311k|     0 |   0.0 | 974M|1597 |   - |2194 | 715 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
643.51/643.55	c   593s|  3350k|  3321k|     0 |   0.0 | 977M|1597 |   - |2194 | 618 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
645.51/645.51	c   595s|  3360k|  3330k|     0 |   0.0 | 980M|1597 |   - |2194 | 684 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
647.41/647.45	c   597s|  3370k|  3340k|     0 |   0.0 | 983M|1597 |   - |2194 | 703 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
649.30/649.37	c   599s|  3380k|  3350k|     0 |   0.0 | 986M|1597 |   - |2194 | 675 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
651.30/651.33	c   601s|  3390k|  3360k|     0 |   0.0 | 989M|1597 |   - |2194 | 703 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
653.20/653.28	c   602s|  3400k|  3370k|     0 |   0.0 | 991M|1597 |   - |2194 | 687 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
655.20/655.21	c   604s|  3410k|  3380k|     0 |   0.0 | 994M|1597 |   - |2194 | 683 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
657.11/657.13	c   606s|  3420k|  3390k|     0 |   0.0 | 997M|1597 |   - |2194 | 672 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
659.00/659.05	c   608s|  3430k|  3400k|     0 |   0.0 |1000M|1597 |   - |2194 | 691 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
660.90/661.00	c   609s|  3440k|  3410k|     0 |   0.0 |1003M|1597 |   - |2194 | 708 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
662.91/662.91	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.91	c   611s|  3450k|  3420k|     0 |   0.0 |1006M|1597 |   - |2194 | 715 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
664.80/664.87	c   613s|  3460k|  3430k|     0 |   0.0 |1009M|1597 |   - |2194 | 744 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
666.80/666.80	c   615s|  3470k|  3440k|     0 |   0.0 |1012M|1597 |   - |2194 | 739 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
668.71/668.72	c   617s|  3480k|  3449k|     0 |   0.0 |1014M|1597 |   - |2194 | 717 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
670.61/670.64	c   618s|  3490k|  3459k|     0 |   0.0 |1017M|1597 |   - |2194 | 738 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
672.51/672.58	c   620s|  3500k|  3469k|     0 |   0.0 |1020M|1597 |   - |2194 | 749 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
674.50/674.53	c   622s|  3510k|  3479k|     0 |   0.0 |1023M|1597 |   - |2194 | 790 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
676.41/676.46	c   624s|  3520k|  3489k|     0 |   0.0 |1026M|1597 |   - |2194 | 756 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
678.40/678.41	c   625s|  3530k|  3499k|     0 |   0.0 |1029M|1597 |   - |2194 | 782 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
680.31/680.34	c   627s|  3540k|  3509k|     0 |   0.0 |1032M|1597 |   - |2194 | 804 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
682.31/682.30	c   629s|  3550k|  3519k|     0 |   0.0 |1035M|1597 |   - |2194 | 800 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
684.21/684.25	c   631s|  3560k|  3529k|     0 |   0.0 |1037M|1597 |   - |2194 | 782 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
686.11/686.16	c   633s|  3570k|  3539k|     0 |   0.0 |1040M|1597 |   - |2194 | 779 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
688.01/688.09	c   634s|  3580k|  3549k|     0 |   0.0 |1043M|1597 |   - |2194 | 811 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
690.01/690.05	c   636s|  3590k|  3559k|     0 |   0.0 |1046M|1597 |   - |2194 | 783 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
691.91/691.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.91/691.98	c   638s|  3600k|  3568k|     0 |   0.0 |1049M|1597 |   - |2194 | 814 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
693.90/693.90	c   640s|  3610k|  3578k|     0 |   0.0 |1052M|1597 |   - |2194 | 781 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
695.81/695.81	c   642s|  3620k|  3588k|     0 |   0.0 |1055M|1597 |   - |2194 | 831 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
697.70/697.75	c   643s|  3630k|  3598k|     0 |   0.0 |1057M|1597 |   - |2194 | 822 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
699.61/699.68	c   645s|  3640k|  3608k|     0 |   0.0 |1060M|1597 |   - |2194 | 791 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
701.60/701.63	c   647s|  3650k|  3618k|     0 |   0.0 |1063M|1597 |   - |2194 | 814 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
703.51/703.57	c   649s|  3660k|  3628k|     0 |   0.0 |1066M|1597 |   - |2194 | 870 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
705.51/705.52	c   650s|  3670k|  3638k|     0 |   0.0 |1069M|1597 |   - |2194 | 840 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
707.40/707.45	c   652s|  3680k|  3648k|     0 |   0.0 |1072M|1597 |   - |2194 | 826 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
709.30/709.38	c   654s|  3690k|  3658k|     0 |   0.0 |1075M|1597 |   - |2194 | 842 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
711.30/711.30	c   656s|  3700k|  3668k|     0 |   0.0 |1078M|1597 |   - |2194 | 810 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
713.21/713.24	c   658s|  3710k|  3678k|     0 |   0.0 |1080M|1597 |   - |2194 | 830 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
715.20/715.22	c   659s|  3720k|  3687k|     0 |   0.0 |1083M|1597 |   - |2194 | 763 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
717.11/717.17	c   661s|  3730k|  3697k|     0 |   0.0 |1086M|1597 |   - |2194 | 759 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
719.11/719.13	c   663s|  3740k|  3707k|     0 |   0.0 |1089M|1597 |   - |2194 | 754 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
721.00/721.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
721.00/721.08	c   665s|  3750k|  3717k|     0 |   0.0 |1092M|1597 |   - |2194 | 848 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
723.01/723.00	c   667s|  3760k|  3727k|     0 |   0.0 |1095M|1597 |   - |2194 | 775 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
724.91/724.93	c   668s|  3770k|  3737k|     0 |   0.0 |1097M|1597 |   - |2194 | 768 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
726.81/726.88	c   670s|  3780k|  3747k|     0 |   0.0 |1100M|1597 |   - |2194 | 754 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
728.80/728.84	c   672s|  3790k|  3757k|     0 |   0.0 |1103M|1597 |   - |2194 | 727 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
730.71/730.77	c   674s|  3800k|  3767k|     0 |   0.0 |1106M|1597 |   - |2194 | 792 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
732.70/732.70	c   676s|  3810k|  3777k|     0 |   0.0 |1109M|1597 |   - |2194 | 769 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
734.61/734.64	c   677s|  3820k|  3787k|     0 |   0.0 |1112M|1597 |   - |2194 | 787 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
736.51/736.54	c   679s|  3830k|  3797k|     0 |   0.0 |1115M|1597 |   - |2194 | 702 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
738.41/738.49	c   681s|  3840k|  3807k|     0 |   0.0 |1117M|1597 |   - |2194 | 722 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
740.41/740.41	c   683s|  3850k|  3816k|     0 |   0.0 |1120M|1597 |   - |2194 | 774 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
742.31/742.34	c   684s|  3860k|  3826k|     0 |   0.0 |1123M|1597 |   - |2194 | 830 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
744.20/744.28	c   686s|  3870k|  3836k|     0 |   0.0 |1126M|1597 |   - |2194 | 755 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
746.21/746.24	c   688s|  3880k|  3846k|     0 |   0.0 |1129M|1597 |   - |2194 | 826 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
748.11/748.15	c   690s|  3890k|  3856k|     0 |   0.0 |1132M|1597 |   - |2194 | 805 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
750.00/750.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
750.00/750.08	c   692s|  3900k|  3866k|     0 |   0.0 |1135M|1597 |   - |2194 | 823 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
752.01/752.01	c   693s|  3910k|  3876k|     0 |   0.0 |1138M|1597 |   - |2194 | 825 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
753.91/753.93	c   695s|  3920k|  3886k|     0 |   0.0 |1141M|1597 |   - |2194 | 824 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
755.81/755.88	c   697s|  3930k|  3896k|     0 |   0.0 |1143M|1597 |   - |2194 | 854 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
757.71/757.80	c   699s|  3940k|  3906k|     0 |   0.0 |1146M|1597 |   - |2194 | 777 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
759.71/759.72	c   700s|  3950k|  3916k|     0 |   0.0 |1149M|1597 |   - |2194 | 746 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
761.60/761.60	c   702s|  3960k|  3926k|     0 |   0.0 |1152M|1597 |   - |2194 | 779 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
763.51/763.53	c   704s|  3970k|  3935k|     0 |   0.0 |1155M|1597 |   - |2194 | 769 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
765.41/765.48	c   706s|  3980k|  3945k|     0 |   0.0 |1158M|1597 |   - |2194 | 790 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
767.40/767.40	c   708s|  3990k|  3955k|     0 |   0.0 |1161M|1597 |   - |2194 | 757 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
769.21/769.29	c   709s|  4000k|  3965k|     0 |   0.0 |1164M|1597 |   - |2194 | 759 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
771.21/771.22	c   711s|  4010k|  3975k|     0 |   0.0 |1166M|1597 |   - |2194 | 748 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
773.11/773.15	c   713s|  4020k|  3985k|     0 |   0.0 |1169M|1597 |   - |2194 | 712 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
775.00/775.06	c   715s|  4030k|  3995k|     0 |   0.0 |1172M|1597 |   - |2194 | 751 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
776.91/776.98	c   716s|  4040k|  4005k|     0 |   0.0 |1175M|1597 |   - |2194 | 795 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
778.91/778.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
778.91/778.90	c   718s|  4050k|  4015k|     0 |   0.0 |1178M|1597 |   - |2194 | 778 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
780.81/780.83	c   720s|  4060k|  4025k|     0 |   0.0 |1181M|1597 |   - |2194 | 798 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
782.71/782.78	c   722s|  4070k|  4035k|     0 |   0.0 |1184M|1597 |   - |2194 | 778 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
784.71/784.71	c   724s|  4080k|  4045k|     0 |   0.0 |1187M|1597 |   - |2194 | 731 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
786.61/786.66	c   725s|  4090k|  4054k|     0 |   0.0 |1190M|1597 |   - |2194 | 745 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
788.50/788.59	c   727s|  4100k|  4064k|     0 |   0.0 |1192M|1597 |   - |2194 | 760 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
790.51/790.51	c   729s|  4110k|  4074k|     0 |   0.0 |1195M|1597 |   - |2194 | 770 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
792.40/792.49	c   731s|  4120k|  4084k|     0 |   0.0 |1198M|1597 |   - |2194 | 773 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
794.41/794.41	c   732s|  4130k|  4094k|     0 |   0.0 |1201M|1597 |   - |2194 | 703 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
796.31/796.34	c   734s|  4140k|  4104k|     0 |   0.0 |1204M|1597 |   - |2194 | 686 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
798.21/798.26	c   736s|  4150k|  4114k|     0 |   0.0 |1207M|1597 |   - |2194 | 678 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
800.11/800.16	c   738s|  4160k|  4124k|     0 |   0.0 |1210M|1597 |   - |2194 | 707 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
802.11/802.10	c   740s|  4170k|  4134k|     0 |   0.0 |1213M|1597 |   - |2194 | 768 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
804.01/804.09	c   741s|  4180k|  4144k|     0 |   0.0 |1215M|1597 |   - |2194 | 747 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
806.01/806.02	c   743s|  4190k|  4154k|     0 |   0.0 |1218M|1597 |   - |2194 | 762 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
807.91/807.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
807.91/807.95	c   745s|  4200k|  4163k|     0 |   0.0 |1221M|1597 |   - |2194 | 737 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
809.81/809.86	c   747s|  4210k|  4173k|     0 |   0.0 |1224M|1597 |   - |2194 | 747 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
811.72/811.79	c   749s|  4220k|  4183k|     0 |   0.0 |1227M|1597 |   - |2194 | 762 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
813.71/813.73	c   750s|  4230k|  4193k|     0 |   0.0 |1230M|1597 |   - |2194 | 713 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
815.61/815.67	c   752s|  4240k|  4203k|     0 |   0.0 |1233M|1597 |   - |2194 | 704 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
817.61/817.61	c   754s|  4250k|  4213k|     0 |   0.0 |1236M|1597 |   - |2194 | 729 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
819.51/819.54	c   756s|  4260k|  4223k|     0 |   0.0 |1239M|1597 |   - |2194 | 758 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
821.41/821.48	c   757s|  4270k|  4233k|     0 |   0.0 |1241M|1597 |   - |2194 | 717 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
823.41/823.43	c   759s|  4280k|  4243k|     0 |   0.0 |1244M|1597 |   - |2194 | 745 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
825.31/825.36	c   761s|  4290k|  4253k|     0 |   0.0 |1247M|1597 |   - |2194 | 728 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
827.22/827.28	c   763s|  4300k|  4263k|     0 |   0.0 |1250M|1597 |   - |2194 | 762 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
829.21/829.26	c   765s|  4310k|  4273k|     0 |   0.0 |1253M|1597 |   - |2194 | 789 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
831.22/831.21	c   766s|  4320k|  4282k|     0 |   0.0 |1256M|1597 |   - |2194 | 733 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
833.11/833.11	c   768s|  4330k|  4292k|     0 |   0.0 |1259M|1597 |   - |2194 | 762 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
835.01/835.00	c   770s|  4340k|  4302k|     0 |   0.0 |1262M|1597 |   - |2194 | 801 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
836.92/836.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
836.92/836.91	c   772s|  4350k|  4312k|     0 |   0.0 |1264M|1597 |   - |2194 | 749 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
838.81/838.86	c   773s|  4360k|  4322k|     0 |   0.0 |1267M|1597 |   - |2194 | 734 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
840.71/840.78	c   775s|  4370k|  4332k|     0 |   0.0 |1270M|1597 |   - |2194 | 759 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
842.62/842.69	c   777s|  4380k|  4342k|     0 |   0.0 |1273M|1597 |   - |2194 | 753 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
844.51/844.59	c   779s|  4390k|  4352k|     0 |   0.0 |1276M|1597 |   - |2194 | 766 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
846.51/846.52	c   781s|  4400k|  4362k|     0 |   0.0 |1279M|1597 |   - |2194 | 758 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
848.41/848.46	c   782s|  4410k|  4372k|     0 |   0.0 |1282M|1597 |   - |2194 | 727 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
850.32/850.36	c   784s|  4420k|  4382k|     0 |   0.0 |1285M|1597 |   - |2194 | 755 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
852.31/852.36	c   786s|  4430k|  4392k|     0 |   0.0 |1288M|1597 |   - |2194 | 752 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
854.21/854.30	c   788s|  4440k|  4401k|     0 |   0.0 |1290M|1597 |   - |2194 | 753 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
856.21/856.24	c   790s|  4450k|  4411k|     0 |   0.0 |1293M|1597 |   - |2194 | 750 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
858.11/858.15	c   791s|  4460k|  4421k|     0 |   0.0 |1296M|1597 |   - |2194 | 733 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
860.12/860.11	c   793s|  4470k|  4431k|     0 |   0.0 |1299M|1597 |   - |2194 | 745 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
862.01/862.04	c   795s|  4480k|  4441k|     0 |   0.0 |1302M|1597 |   - |2194 | 744 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
863.91/863.96	c   797s|  4490k|  4451k|     0 |   0.0 |1305M|1597 |   - |2194 | 812 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
865.91/865.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.91/865.90	c   798s|  4500k|  4461k|     0 |   0.0 |1308M|1597 |   - |2194 | 761 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
867.81/867.85	c   800s|  4510k|  4471k|     0 |   0.0 |1311M|1597 |   - |2194 | 786 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
869.81/869.81	c   802s|  4520k|  4481k|     0 |   0.0 |1314M|1597 |   - |2194 | 815 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
871.72/871.75	c   804s|  4530k|  4491k|     0 |   0.0 |1316M|1597 |   - |2194 | 743 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
873.61/873.65	c   806s|  4540k|  4501k|     0 |   0.0 |1319M|1597 |   - |2194 | 769 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
875.52/875.55	c   807s|  4550k|  4510k|     0 |   0.0 |1322M|1597 |   - |2194 | 761 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
877.41/877.47	c   809s|  4560k|  4520k|     0 |   0.0 |1325M|1597 |   - |2194 | 811 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
879.41/879.40	c   811s|  4570k|  4530k|     0 |   0.0 |1328M|1597 |   - |2194 | 802 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
881.31/881.30	c   813s|  4580k|  4540k|     0 |   0.0 |1331M|1597 |   - |2194 | 827 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
883.11/883.19	c   814s|  4590k|  4550k|     0 |   0.0 |1334M|1597 |   - |2194 | 826 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
885.11/885.11	c   816s|  4600k|  4560k|     0 |   0.0 |1337M|1597 |   - |2194 | 840 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
887.02/887.02	c   818s|  4610k|  4570k|     0 |   0.0 |1340M|1597 |   - |2194 | 790 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
888.91/888.94	c   820s|  4620k|  4580k|     0 |   0.0 |1343M|1597 |   - |2194 | 856 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
890.81/890.85	c   821s|  4630k|  4590k|     0 |   0.0 |1345M|1597 |   - |2194 | 905 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
892.71/892.77	c   823s|  4640k|  4600k|     0 |   0.0 |1348M|1597 |   - |2194 | 788 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
894.71/894.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
894.71/894.73	c   825s|  4650k|  4610k|     0 |   0.0 |1351M|1597 |   - |2194 | 845 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
896.62/896.67	c   827s|  4660k|  4620k|     0 |   0.0 |1354M|1597 |   - |2194 | 792 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
898.51/898.57	c   829s|  4670k|  4629k|     0 |   0.0 |1357M|1597 |   - |2194 | 812 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
900.51/900.53	c   830s|  4680k|  4639k|     0 |   0.0 |1360M|1597 |   - |2194 | 724 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
902.41/902.47	c   832s|  4690k|  4649k|     0 |   0.0 |1363M|1597 |   - |2194 | 827 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
904.31/904.37	c   834s|  4700k|  4659k|     0 |   0.0 |1366M|1597 |   - |2194 | 784 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
906.32/906.31	c   836s|  4710k|  4669k|     0 |   0.0 |1368M|1597 |   - |2194 | 776 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
908.22/908.22	c   837s|  4720k|  4679k|     0 |   0.0 |1371M|1597 |   - |2194 | 814 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
910.22/910.20	c   839s|  4730k|  4689k|     0 |   0.0 |1374M|1597 |   - |2194 | 822 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
912.12/912.12	c   841s|  4740k|  4699k|     0 |   0.0 |1377M|1597 |   - |2194 | 760 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
914.02/914.06	c   843s|  4750k|  4709k|     0 |   0.0 |1380M|1597 |   - |2194 | 766 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
915.92/915.96	c   845s|  4760k|  4719k|     0 |   0.0 |1383M|1597 |   - |2194 | 808 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
917.81/917.86	c   846s|  4770k|  4729k|     0 |   0.0 |1386M|1597 |   - |2194 | 763 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
919.72/919.76	c   848s|  4780k|  4739k|     0 |   0.0 |1389M|1597 |   - |2194 | 759 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
921.72/921.73	c   850s|  4790k|  4748k|     0 |   0.0 |1392M|1597 |   - |2194 | 757 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
923.61/923.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
923.61/923.66	c   852s|  4800k|  4758k|     0 |   0.0 |1394M|1597 |   - |2194 | 784 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
925.52/925.56	c   853s|  4810k|  4768k|     0 |   0.0 |1397M|1597 |   - |2194 | 758 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
927.51/927.52	c   855s|  4820k|  4778k|     0 |   0.0 |1400M|1597 |   - |2194 | 793 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
929.42/929.46	c   857s|  4830k|  4788k|     0 |   0.0 |1403M|1597 |   - |2194 | 814 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
931.42/931.44	c   859s|  4840k|  4798k|     0 |   0.0 |1406M|1597 |   - |2194 | 761 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
933.31/933.37	c   861s|  4850k|  4808k|     0 |   0.0 |1409M|1597 |   - |2194 | 860 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
935.22/935.27	c   862s|  4860k|  4818k|     0 |   0.0 |1412M|1597 |   - |2194 | 798 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
937.22/937.21	c   864s|  4870k|  4828k|     0 |   0.0 |1414M|1597 |   - |2194 | 833 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
939.11/939.16	c   866s|  4880k|  4838k|     0 |   0.0 |1417M|1597 |   - |2194 | 832 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
941.02/941.07	c   868s|  4890k|  4848k|     0 |   0.0 |1420M|1597 |   - |2194 | 850 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
942.92/942.99	c   870s|  4900k|  4858k|     0 |   0.0 |1423M|1597 |   - |2194 | 821 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
944.91/944.95	c   871s|  4910k|  4867k|     0 |   0.0 |1426M|1597 |   - |2194 | 812 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
946.81/946.86	c   873s|  4920k|  4877k|     0 |   0.0 |1429M|1597 |   - |2194 | 788 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
948.71/948.77	c   875s|  4930k|  4887k|     0 |   0.0 |1432M|1597 |   - |2194 | 829 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
950.71/950.74	c   877s|  4940k|  4897k|     0 |   0.0 |1435M|1597 |   - |2194 | 770 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
952.62/952.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.62/952.64	c   878s|  4950k|  4907k|     0 |   0.0 |1437M|1597 |   - |2194 | 841 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
954.52/954.57	c   880s|  4960k|  4917k|     0 |   0.0 |1440M|1597 |   - |2194 | 804 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
956.42/956.48	c   882s|  4970k|  4927k|     0 |   0.0 |1443M|1597 |   - |2194 | 778 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
958.42/958.42	c   884s|  4980k|  4937k|     0 |   0.0 |1446M|1597 |   - |2194 | 799 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
960.32/960.37	c   886s|  4990k|  4947k|     0 |   0.0 |1449M|1597 |   - |2194 | 813 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
962.22/962.27	c   887s|  5000k|  4957k|     0 |   0.0 |1452M|1597 |   - |2194 | 853 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
964.21/964.23	c   889s|  5010k|  4967k|     0 |   0.0 |1455M|1597 |   - |2194 | 857 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
966.11/966.15	c   891s|  5020k|  4977k|     0 |   0.0 |1458M|1597 |   - |2194 | 790 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
968.02/968.09	c   893s|  5030k|  4986k|     0 |   0.0 |1460M|1597 |   - |2194 | 835 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
970.01/970.00	c   894s|  5040k|  4996k|     0 |   0.0 |1463M|1597 |   - |2194 | 826 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
971.91/971.96	c   896s|  5050k|  5006k|     0 |   0.0 |1466M|1597 |   - |2194 | 874 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
973.81/973.87	c   898s|  5060k|  5016k|     0 |   0.0 |1469M|1597 |   - |2194 | 861 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
975.72/975.77	c   900s|  5070k|  5026k|     0 |   0.0 |1472M|1597 |   - |2194 | 841 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
977.62/977.69	c   902s|  5080k|  5036k|     0 |   0.0 |1475M|1597 |   - |2194 | 813 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
979.62/979.61	c   903s|  5090k|  5046k|     0 |   0.0 |1478M|1597 |   - |2194 | 835 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
981.51/981.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
981.51/981.52	c   905s|  5100k|  5056k|     0 |   0.0 |1480M|1597 |   - |2194 | 803 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
983.32/983.40	c   907s|  5110k|  5066k|     0 |   0.0 |1483M|1597 |   - |2194 | 805 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
985.22/985.29	c   908s|  5120k|  5076k|     0 |   0.0 |1486M|1597 |   - |2194 | 812 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
987.11/987.18	c   910s|  5130k|  5086k|     0 |   0.0 |1489M|1597 |   - |2194 | 833 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
989.11/989.12	c   912s|  5140k|  5096k|     0 |   0.0 |1492M|1597 |   - |2194 | 852 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
991.02/991.01	c   914s|  5150k|  5105k|     0 |   0.0 |1495M|1597 |   - |2194 | 810 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
992.91/992.92	c   916s|  5160k|  5115k|     0 |   0.0 |1498M|1597 |   - |2194 | 852 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
994.91/994.90	c   917s|  5170k|  5125k|     0 |   0.0 |1501M|1597 |   - |2194 | 844 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
996.72/996.79	c   919s|  5180k|  5135k|     0 |   0.0 |1504M|1597 |   - |2194 | 837 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
998.61/998.69	c   921s|  5190k|  5145k|     0 |   0.0 |1506M|1597 |   - |2194 | 839 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1000.62/1000.61	c   923s|  5200k|  5155k|     0 |   0.0 |1509M|1597 |   - |2194 | 807 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1002.51/1002.53	c   924s|  5210k|  5165k|     0 |   0.0 |1512M|1597 |   - |2194 | 857 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1004.41/1004.42	c   926s|  5220k|  5175k|     0 |   0.0 |1515M|1597 |   - |2194 | 791 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1006.31/1006.32	c   928s|  5230k|  5185k|     0 |   0.0 |1518M|1597 |   - |2194 | 843 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1008.22/1008.23	c   930s|  5240k|  5195k|     0 |   0.0 |1521M|1597 |   - |2194 | 839 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1010.12/1010.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1010.12/1010.12	c   931s|  5250k|  5205k|     0 |   0.0 |1524M|1597 |   - |2194 | 822 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1012.02/1012.05	c   933s|  5260k|  5215k|     0 |   0.0 |1527M|1597 |   - |2194 | 825 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1013.91/1013.94	c   935s|  5270k|  5224k|     0 |   0.0 |1530M|1597 |   - |2194 | 843 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1015.81/1015.85	c   937s|  5280k|  5234k|     0 |   0.0 |1532M|1597 |   - |2194 | 825 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1017.72/1017.75	c   938s|  5290k|  5244k|     0 |   0.0 |1535M|1597 |   - |2194 | 788 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1019.62/1019.63	c   940s|  5300k|  5254k|     0 |   0.0 |1538M|1597 |   - |2194 | 834 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1021.51/1021.57	c   942s|  5310k|  5264k|     0 |   0.0 |1541M|1597 |   - |2194 | 775 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1023.51/1023.51	c   944s|  5320k|  5274k|     0 |   0.0 |1544M|1597 |   - |2194 | 841 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1025.41/1025.40	c   946s|  5330k|  5284k|     0 |   0.0 |1547M|1597 |   - |2194 | 809 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1027.32/1027.35	c   947s|  5340k|  5294k|     0 |   0.0 |1550M|1597 |   - |2194 | 839 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1029.22/1029.24	c   949s|  5350k|  5304k|     0 |   0.0 |1553M|1597 |   - |2194 | 833 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1031.12/1031.12	c   951s|  5360k|  5314k|     0 |   0.0 |1556M|1597 |   - |2194 | 782 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1032.92/1032.99	c   953s|  5370k|  5324k|     0 |   0.0 |1558M|1597 |   - |2194 | 796 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1034.82/1034.86	c   954s|  5380k|  5334k|     0 |   0.0 |1561M|1597 |   - |2194 | 801 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1036.82/1036.80	c   956s|  5390k|  5343k|     0 |   0.0 |1564M|1597 |   - |2194 | 814 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1038.71/1038.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1038.71/1038.74	c   958s|  5400k|  5353k|     0 |   0.0 |1567M|1597 |   - |2194 | 818 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1040.63/1040.67	c   960s|  5410k|  5363k|     0 |   0.0 |1570M|1597 |   - |2194 | 753 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1042.62/1042.62	c   961s|  5420k|  5373k|     0 |   0.0 |1573M|1597 |   - |2194 | 757 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1044.52/1044.53	c   963s|  5430k|  5383k|     0 |   0.0 |1576M|1597 |   - |2194 | 804 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1046.42/1046.46	c   965s|  5440k|  5393k|     0 |   0.0 |1579M|1597 |   - |2194 | 792 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1048.32/1048.35	c   967s|  5450k|  5403k|     0 |   0.0 |1582M|1597 |   - |2194 | 850 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1050.21/1050.25	c   968s|  5460k|  5413k|     0 |   0.0 |1584M|1597 |   - |2194 | 832 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1052.12/1052.19	c   970s|  5470k|  5423k|     0 |   0.0 |1587M|1597 |   - |2194 | 831 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1054.12/1054.11	c   972s|  5480k|  5433k|     0 |   0.0 |1590M|1597 |   - |2194 | 818 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1056.03/1056.02	c   974s|  5490k|  5443k|     0 |   0.0 |1593M|1597 |   - |2194 | 796 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1057.92/1057.90	c   975s|  5500k|  5453k|     0 |   0.0 |1596M|1597 |   - |2194 | 809 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1059.82/1059.80	c   977s|  5510k|  5462k|     0 |   0.0 |1599M|1597 |   - |2194 | 789 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1061.72/1061.71	c   979s|  5520k|  5472k|     0 |   0.0 |1602M|1597 |   - |2194 | 825 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1063.62/1063.63	c   981s|  5530k|  5482k|     0 |   0.0 |1605M|1597 |   - |2194 | 831 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1065.51/1065.54	c   983s|  5540k|  5492k|     0 |   0.0 |1608M|1597 |   - |2194 | 793 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1067.42/1067.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.42/1067.49	c   984s|  5550k|  5502k|     0 |   0.0 |1610M|1597 |   - |2194 | 803 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1069.42/1069.45	c   986s|  5560k|  5512k|     0 |   0.0 |1613M|1597 |   - |2194 | 829 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1071.32/1071.37	c   988s|  5570k|  5522k|     0 |   0.0 |1616M|1597 |   - |2194 | 829 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1073.22/1073.27	c   990s|  5580k|  5532k|     0 |   0.0 |1619M|1597 |   - |2194 | 810 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1075.12/1075.18	c   991s|  5590k|  5542k|     0 |   0.0 |1622M|1597 |   - |2194 | 835 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1077.01/1077.09	c   993s|  5600k|  5552k|     0 |   0.0 |1625M|1597 |   - |2194 | 805 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1078.92/1078.98	c   995s|  5610k|  5562k|     0 |   0.0 |1628M|1597 |   - |2194 | 760 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1080.82/1080.88	c   997s|  5620k|  5571k|     0 |   0.0 |1630M|1597 |   - |2194 | 785 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1082.72/1082.76	c   998s|  5630k|  5581k|     0 |   0.0 |1633M|1597 |   - |2194 | 834 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1084.62/1084.68	c  1000s|  5640k|  5591k|     0 |   0.0 |1636M|1597 |   - |2194 | 792 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1086.62/1086.60	c  1002s|  5650k|  5601k|     0 |   0.0 |1639M|1597 |   - |2194 | 779 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1088.52/1088.53	c  1004s|  5660k|  5611k|     0 |   0.0 |1642M|1597 |   - |2194 | 787 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1090.42/1090.46	c  1005s|  5670k|  5621k|     0 |   0.0 |1645M|1597 |   - |2194 | 809 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1092.32/1092.38	c  1007s|  5680k|  5631k|     0 |   0.0 |1648M|1597 |   - |2194 | 802 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1094.32/1094.30	c  1009s|  5690k|  5641k|     0 |   0.0 |1651M|1597 |   - |2194 | 786 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1096.22/1096.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1096.22/1096.21	c  1011s|  5700k|  5651k|     0 |   0.0 |1654M|1597 |   - |2194 | 760 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1098.12/1098.11	c  1013s|  5710k|  5661k|     0 |   0.0 |1656M|1597 |   - |2194 | 831 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1099.92/1100.00	c  1014s|  5720k|  5671k|     0 |   0.0 |1659M|1597 |   - |2194 | 781 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1101.81/1101.88	c  1016s|  5730k|  5680k|     0 |   0.0 |1662M|1597 |   - |2194 | 807 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1103.72/1103.76	c  1018s|  5740k|  5690k|     0 |   0.0 |1665M|1597 |   - |2194 | 828 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1105.62/1105.64	c  1019s|  5750k|  5700k|     0 |   0.0 |1668M|1597 |   - |2194 | 784 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1107.52/1107.53	c  1021s|  5760k|  5710k|     0 |   0.0 |1671M|1597 |   - |2194 | 838 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1109.42/1109.45	c  1023s|  5770k|  5720k|     0 |   0.0 |1674M|1597 |   - |2194 | 882 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1111.32/1111.35	c  1025s|  5780k|  5730k|     0 |   0.0 |1677M|1597 |   - |2194 | 899 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1113.22/1113.29	c  1026s|  5790k|  5740k|     0 |   0.0 |1680M|1597 |   - |2194 | 916 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1115.22/1115.22	c  1028s|  5800k|  5750k|     0 |   0.0 |1682M|1597 |   - |2194 | 931 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1117.12/1117.16	c  1030s|  5810k|  5760k|     0 |   0.0 |1685M|1597 |   - |2194 | 866 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1119.02/1119.07	c  1032s|  5820k|  5770k|     0 |   0.0 |1688M|1597 |   - |2194 | 850 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1120.92/1120.95	c  1033s|  5830k|  5780k|     0 |   0.0 |1691M|1597 |   - |2194 | 850 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1122.82/1122.86	c  1035s|  5840k|  5790k|     0 |   0.0 |1694M|1597 |   - |2194 | 866 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1124.72/1124.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1124.72/1124.79	c  1037s|  5850k|  5799k|     0 |   0.0 |1697M|1597 |   - |2194 | 900 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1126.62/1126.68	c  1039s|  5860k|  5809k|     0 |   0.0 |1700M|1597 |   - |2194 | 855 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1128.53/1128.60	c  1040s|  5870k|  5819k|     0 |   0.0 |1703M|1597 |   - |2194 | 881 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1130.42/1130.49	c  1042s|  5880k|  5829k|     0 |   0.0 |1705M|1597 |   - |2194 | 815 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1132.42/1132.43	c  1044s|  5890k|  5839k|     0 |   0.0 |1708M|1597 |   - |2194 | 842 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1134.32/1134.36	c  1046s|  5900k|  5849k|     0 |   0.0 |1711M|1597 |   - |2194 | 804 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1136.23/1136.27	c  1047s|  5910k|  5859k|     0 |   0.0 |1714M|1597 |   - |2194 | 784 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1138.12/1138.19	c  1049s|  5920k|  5869k|     0 |   0.0 |1717M|1597 |   - |2194 | 791 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1140.12/1140.11	c  1051s|  5930k|  5879k|     0 |   0.0 |1720M|1597 |   - |2194 | 747 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1141.92/1141.99	c  1052s|  5940k|  5889k|     0 |   0.0 |1723M|1597 |   - |2194 | 825 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1143.82/1143.88	c  1054s|  5950k|  5899k|     0 |   0.0 |1726M|1597 |   - |2194 | 746 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1145.82/1145.87	c  1056s|  5960k|  5909k|     0 |   0.0 |1729M|1597 |   - |2194 | 786 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1147.72/1147.79	c  1058s|  5970k|  5918k|     0 |   0.0 |1731M|1597 |   - |2194 | 801 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1149.62/1149.68	c  1059s|  5980k|  5928k|     0 |   0.0 |1734M|1597 |   - |2194 | 788 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1151.63/1151.64	c  1061s|  5990k|  5938k|     0 |   0.0 |1737M|1597 |   - |2194 | 782 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1153.52/1153.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1153.52/1153.59	c  1063s|  6000k|  5948k|     0 |   0.0 |1740M|1597 |   - |2194 | 849 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1155.52/1155.51	c  1065s|  6010k|  5958k|     0 |   0.0 |1743M|1597 |   - |2194 | 895 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1157.32/1157.39	c  1066s|  6020k|  5968k|     0 |   0.0 |1746M|1597 |   - |2194 | 914 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1159.32/1159.33	c  1068s|  6030k|  5978k|     0 |   0.0 |1749M|1597 |   - |2194 | 956 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1161.22/1161.27	c  1070s|  6040k|  5988k|     0 |   0.0 |1752M|1597 |   - |2194 | 950 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1163.12/1163.17	c  1072s|  6050k|  5998k|     0 |   0.0 |1755M|1597 |   - |2194 | 936 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1165.12/1165.11	c  1073s|  6060k|  6008k|     0 |   0.0 |1757M|1597 |   - |2194 | 963 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1167.02/1167.03	c  1075s|  6070k|  6018k|     0 |   0.0 |1760M|1597 |   - |2194 | 922 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1168.92/1168.94	c  1077s|  6080k|  6027k|     0 |   0.0 |1763M|1597 |   - |2194 | 954 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1170.82/1170.84	c  1078s|  6090k|  6037k|     0 |   0.0 |1766M|1597 |   - |2194 | 945 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1172.72/1172.79	c  1080s|  6100k|  6047k|     0 |   0.0 |1769M|1597 |   - |2194 | 894 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1174.73/1174.70	c  1082s|  6110k|  6057k|     0 |   0.0 |1772M|1597 |   - |2194 | 866 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1176.62/1176.61	c  1084s|  6120k|  6067k|     0 |   0.0 |1774M|1597 |   - |2194 | 863 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1178.42/1178.49	c  1085s|  6130k|  6077k|     0 |   0.0 |1777M|1597 |   - |2194 | 866 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1180.42/1180.40	c  1087s|  6140k|  6087k|     0 |   0.0 |1780M|1597 |   - |2194 | 883 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1182.22/1182.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1182.22/1182.29	c  1089s|  6150k|  6097k|     0 |   0.0 |1783M|1597 |   - |2194 | 836 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1184.22/1184.24	c  1090s|  6160k|  6107k|     0 |   0.0 |1786M|1597 |   - |2194 | 864 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1186.12/1186.13	c  1092s|  6170k|  6117k|     0 |   0.0 |1789M|1597 |   - |2194 | 875 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1188.12/1188.11	c  1094s|  6180k|  6127k|     0 |   0.0 |1792M|1597 |   - |2194 | 960 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1190.02/1190.04	c  1096s|  6190k|  6136k|     0 |   0.0 |1795M|1597 |   - |2194 | 874 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1191.92/1191.92	c  1097s|  6200k|  6146k|     0 |   0.0 |1797M|1597 |   - |2194 | 800 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1193.82/1193.88	c  1099s|  6210k|  6156k|     0 |   0.0 |1800M|1597 |   - |2194 | 890 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1195.82/1195.80	c  1101s|  6220k|  6166k|     0 |   0.0 |1803M|1597 |   - |2194 | 853 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1197.72/1197.74	c  1103s|  6230k|  6176k|     0 |   0.0 |1806M|1597 |   - |2194 | 929 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1199.62/1199.65	c  1104s|  6240k|  6186k|     0 |   0.0 |1809M|1597 |   - |2194 | 893 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1201.52/1201.54	c  1106s|  6250k|  6196k|     0 |   0.0 |1812M|1597 |   - |2194 | 889 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1203.43/1203.43	c  1108s|  6260k|  6206k|     0 |   0.0 |1815M|1597 |   - |2194 | 889 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1205.32/1205.35	c  1110s|  6270k|  6216k|     0 |   0.0 |1818M|1597 |   - |2194 | 882 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1207.22/1207.22	c  1111s|  6280k|  6226k|     0 |   0.0 |1820M|1597 |   - |2194 | 875 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1209.12/1209.10	c  1113s|  6290k|  6236k|     0 |   0.0 |1823M|1597 |   - |2194 | 813 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1210.92/1210.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1210.92/1210.99	c  1115s|  6300k|  6246k|     0 |   0.0 |1826M|1597 |   - |2194 | 858 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1212.92/1212.90	c  1116s|  6310k|  6255k|     0 |   0.0 |1829M|1597 |   - |2194 | 889 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1214.82/1214.85	c  1118s|  6320k|  6265k|     0 |   0.0 |1832M|1597 |   - |2194 | 874 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1216.72/1216.77	c  1120s|  6330k|  6275k|     0 |   0.0 |1835M|1597 |   - |2194 | 858 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1218.73/1218.71	c  1122s|  6340k|  6285k|     0 |   0.0 |1838M|1597 |   - |2194 | 876 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1220.62/1220.64	c  1123s|  6350k|  6295k|     0 |   0.0 |1841M|1597 |   - |2194 | 852 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1222.53/1222.52	c  1125s|  6360k|  6305k|     0 |   0.0 |1844M|1597 |   - |2194 | 836 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1224.43/1224.41	c  1127s|  6370k|  6315k|     0 |   0.0 |1847M|1597 |   - |2194 | 816 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1226.32/1226.30	c  1128s|  6380k|  6325k|     0 |   0.0 |1849M|1597 |   - |2194 | 796 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1228.23/1228.25	c  1130s|  6390k|  6335k|     0 |   0.0 |1852M|1597 |   - |2194 | 784 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1230.12/1230.15	c  1132s|  6400k|  6345k|     0 |   0.0 |1855M|1597 |   - |2194 | 785 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1232.03/1232.05	c  1134s|  6410k|  6355k|     0 |   0.0 |1858M|1597 |   - |2194 | 799 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1233.92/1233.93	c  1135s|  6420k|  6365k|     0 |   0.0 |1861M|1597 |   - |2194 | 793 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1235.73/1235.78	c  1137s|  6430k|  6374k|     0 |   0.0 |1864M|1597 |   - |2194 | 759 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1237.72/1237.70	c  1139s|  6440k|  6384k|     0 |   0.0 |1867M|1597 |   - |2194 | 812 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1239.52/1239.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1239.52/1239.57	c  1140s|  6450k|  6394k|     0 |   0.0 |1870M|1597 |   - |2194 | 774 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1241.42/1241.45	c  1142s|  6460k|  6404k|     0 |   0.0 |1872M|1597 |   - |2194 | 774 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1243.42/1243.43	c  1144s|  6470k|  6414k|     0 |   0.0 |1875M|1597 |   - |2194 | 834 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1245.32/1245.34	c  1146s|  6480k|  6424k|     0 |   0.0 |1878M|1597 |   - |2194 | 822 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1247.22/1247.23	c  1147s|  6490k|  6434k|     0 |   0.0 |1881M|1597 |   - |2194 | 823 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1249.13/1249.11	c  1149s|  6500k|  6444k|     0 |   0.0 |1884M|1597 |   - |2194 | 797 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1251.02/1251.00	c  1151s|  6510k|  6454k|     0 |   0.0 |1887M|1597 |   - |2194 | 816 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1252.83/1252.89	c  1152s|  6520k|  6464k|     0 |   0.0 |1890M|1597 |   - |2194 | 864 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1254.82/1254.81	c  1154s|  6530k|  6474k|     0 |   0.0 |1893M|1597 |   - |2194 | 904 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1256.72/1256.74	c  1156s|  6540k|  6483k|     0 |   0.0 |1896M|1597 |   - |2194 | 854 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1258.62/1258.63	c  1158s|  6550k|  6493k|     0 |   0.0 |1898M|1597 |   - |2194 | 888 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1260.53/1260.52	c  1159s|  6560k|  6503k|     0 |   0.0 |1901M|1597 |   - |2194 | 886 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1262.32/1262.39	c  1161s|  6570k|  6513k|     0 |   0.0 |1904M|1597 |   - |2194 | 936 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1264.33/1264.33	c  1163s|  6580k|  6523k|     0 |   0.0 |1907M|1597 |   - |2194 | 952 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1266.22/1266.26	c  1165s|  6590k|  6533k|     0 |   0.0 |1910M|1597 |   - |2194 | 973 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1268.12/1268.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.12/1268.17	c  1166s|  6600k|  6543k|     0 |   0.0 |1913M|1597 |   - |2194 | 960 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1270.02/1270.04	c  1168s|  6610k|  6553k|     0 |   0.0 |1916M|1597 |   - |2194 | 919 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1271.92/1271.91	c  1170s|  6620k|  6563k|     0 |   0.0 |1919M|1597 |   - |2194 | 895 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1273.83/1273.81	c  1171s|  6630k|  6573k|     0 |   0.0 |1922M|1597 |   - |2194 | 917 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1275.72/1275.71	c  1173s|  6640k|  6583k|     0 |   0.0 |1925M|1597 |   - |2194 | 955 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1277.52/1277.59	c  1175s|  6650k|  6593k|     0 |   0.0 |1927M|1597 |   - |2194 | 826 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1279.43/1279.48	c  1176s|  6660k|  6602k|     0 |   0.0 |1930M|1597 |   - |2194 | 870 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1281.43/1281.44	c  1178s|  6670k|  6612k|     0 |   0.0 |1933M|1597 |   - |2194 | 917 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1283.33/1283.33	c  1180s|  6680k|  6622k|     0 |   0.0 |1936M|1597 |   - |2194 | 928 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1285.23/1285.26	c  1182s|  6690k|  6632k|     0 |   0.0 |1939M|1597 |   - |2194 | 875 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1287.12/1287.17	c  1183s|  6700k|  6642k|     0 |   0.0 |1942M|1597 |   - |2194 | 930 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1289.13/1289.14	c  1185s|  6710k|  6652k|     0 |   0.0 |1945M|1597 |   - |2194 | 918 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1291.02/1291.07	c  1187s|  6720k|  6662k|     0 |   0.0 |1948M|1597 |   - |2194 | 899 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1292.93/1292.97	c  1189s|  6730k|  6672k|     0 |   0.0 |1950M|1597 |   - |2194 | 870 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1294.83/1294.87	c  1190s|  6740k|  6682k|     0 |   0.0 |1953M|1597 |   - |2194 | 893 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1296.73/1296.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1296.73/1296.77	c  1192s|  6750k|  6692k|     0 |   0.0 |1956M|1597 |   - |2194 | 920 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1298.72/1298.73	c  1194s|  6760k|  6702k|     0 |   0.0 |1959M|1597 |   - |2194 | 845 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1300.62/1300.68	c  1196s|  6770k|  6711k|     0 |   0.0 |1962M|1597 |   - |2194 | 920 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1302.62/1302.62	c  1197s|  6780k|  6721k|     0 |   0.0 |1965M|1597 |   - |2194 | 846 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1304.53/1304.54	c  1199s|  6790k|  6731k|     0 |   0.0 |1968M|1597 |   - |2194 | 867 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1306.42/1306.44	c  1201s|  6800k|  6741k|     0 |   0.0 |1970M|1597 |   - |2194 | 928 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1308.32/1308.37	c  1203s|  6810k|  6751k|     0 |   0.0 |1973M|1597 |   - |2194 | 917 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1310.22/1310.26	c  1204s|  6820k|  6761k|     0 |   0.0 |1976M|1597 |   - |2194 | 923 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1312.13/1312.19	c  1206s|  6830k|  6771k|     0 |   0.0 |1979M|1597 |   - |2194 | 897 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1314.02/1314.08	c  1208s|  6840k|  6781k|     0 |   0.0 |1982M|1597 |   - |2194 | 865 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1315.93/1315.98	c  1209s|  6850k|  6791k|     0 |   0.0 |1985M|1597 |   - |2194 | 940 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1317.93/1317.91	c  1211s|  6860k|  6801k|     0 |   0.0 |1988M|1597 |   - |2194 | 884 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1319.83/1319.84	c  1213s|  6870k|  6811k|     0 |   0.0 |1991M|1597 |   - |2194 | 872 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1321.72/1321.76	c  1215s|  6880k|  6820k|     0 |   0.0 |1993M|1597 |   - |2194 | 850 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1323.63/1323.65	c  1216s|  6890k|  6830k|     0 |   0.0 |1996M|1597 |   - |2194 | 863 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1325.53/1325.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1325.53/1325.54	c  1218s|  6900k|  6840k|     0 |   0.0 |1999M|1597 |   - |2194 | 831 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1327.43/1327.49	c  1220s|  6910k|  6850k|     0 |   0.0 |2002M|1597 |   - |2194 | 818 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1329.32/1329.34	c  1221s|  6920k|  6860k|     0 |   0.0 |2005M|1597 |   - |2194 | 907 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1331.23/1331.29	c  1223s|  6930k|  6870k|     0 |   0.0 |2008M|1597 |   - |2194 | 905 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1333.13/1333.18	c  1225s|  6940k|  6880k|     0 |   0.0 |2011M|1597 |   - |2194 | 863 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1335.03/1335.08	c  1227s|  6950k|  6890k|     0 |   0.0 |2014M|1597 |   - |2194 | 863 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1336.93/1336.98	c  1228s|  6960k|  6900k|     0 |   0.0 |2016M|1597 |   - |2194 | 816 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1338.83/1338.86	c  1230s|  6970k|  6910k|     0 |   0.0 |2019M|1597 |   - |2194 | 844 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1340.73/1340.74	c  1232s|  6980k|  6920k|     0 |   0.0 |2022M|1597 |   - |2194 | 865 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1342.63/1342.60	c  1233s|  6990k|  6930k|     0 |   0.0 |2025M|1597 |   - |2194 | 859 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1344.53/1344.54	c  1235s|  7000k|  6939k|     0 |   0.0 |2028M|1597 |   - |2194 | 905 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1346.44/1346.45	c  1237s|  7010k|  6949k|     0 |   0.0 |2031M|1597 |   - |2194 | 808 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1348.33/1348.33	c  1239s|  7020k|  6959k|     0 |   0.0 |2034M|1597 |   - |2194 | 860 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1350.23/1350.24	c  1240s|  7030k|  6969k|     0 |   0.0 |2037M|1597 |   - |2194 | 830 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1352.13/1352.11	c  1242s|  7040k|  6979k|     0 |   0.0 |2040M|1597 |   - |2194 | 879 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1353.93/1354.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1353.93/1354.00	c  1244s|  7050k|  6989k|     0 |   0.0 |2042M|1597 |   - |2194 | 824 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1355.83/1355.87	c  1245s|  7060k|  6999k|     0 |   0.0 |2045M|1597 |   - |2194 | 887 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1357.73/1357.74	c  1247s|  7070k|  7009k|     0 |   0.0 |2048M|1597 |   - |2194 | 839 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1359.64/1359.63	c  1249s|  7080k|  7019k|     0 |   0.0 |2051M|1597 |   - |2194 | 838 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1361.53/1361.51	c  1250s|  7090k|  7029k|     0 |   0.0 |2054M|1597 |   - |2194 | 895 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1363.42/1363.42	c  1252s|  7100k|  7039k|     0 |   0.0 |2057M|1597 |   - |2194 | 878 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1365.33/1365.30	c  1254s|  7110k|  7049k|     0 |   0.0 |2060M|1597 |   - |2194 | 825 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1367.12/1367.20	c  1256s|  7120k|  7058k|     0 |   0.0 |2063M|1597 |   - |2194 | 874 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1369.02/1369.08	c  1257s|  7130k|  7068k|     0 |   0.0 |2066M|1597 |   - |2194 | 845 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1370.93/1370.99	c  1259s|  7140k|  7078k|     0 |   0.0 |2069M|1597 |   - |2194 | 797 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1372.93/1372.91	c  1261s|  7150k|  7088k|     0 |   0.0 |2071M|1597 |   - |2194 | 807 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1374.82/1374.84	c  1262s|  7160k|  7098k|     0 |   0.0 |2074M|1597 |   - |2194 | 773 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1376.73/1376.77	c  1264s|  7170k|  7108k|     0 |   0.0 |2077M|1597 |   - |2194 | 827 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1378.63/1378.66	c  1266s|  7180k|  7118k|     0 |   0.0 |2080M|1597 |   - |2194 | 823 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1380.63/1380.61	c  1268s|  7190k|  7128k|     0 |   0.0 |2083M|1597 |   - |2194 | 824 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1382.53/1382.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1382.53/1382.53	c  1269s|  7200k|  7138k|     0 |   0.0 |2086M|1597 |   - |2194 | 900 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1384.43/1384.44	c  1271s|  7210k|  7148k|     0 |   0.0 |2089M|1597 |   - |2194 | 884 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1386.33/1386.34	c  1273s|  7220k|  7158k|     0 |   0.0 |2092M|1597 |   - |2194 | 926 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1388.23/1388.24	c  1275s|  7230k|  7167k|     0 |   0.0 |2094M|1597 |   - |2194 | 961 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1390.13/1390.19	c  1276s|  7240k|  7177k|     0 |   0.0 |2097M|1597 |   - |2194 | 952 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1392.02/1392.08	c  1278s|  7250k|  7187k|     0 |   0.0 |2100M|1597 |   - |2194 | 942 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1393.93/1393.97	c  1280s|  7260k|  7197k|     0 |   0.0 |2103M|1597 |   - |2194 | 952 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1395.83/1395.87	c  1281s|  7270k|  7207k|     0 |   0.0 |2106M|1597 |   - |2194 | 960 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1397.73/1397.77	c  1283s|  7280k|  7217k|     0 |   0.0 |2109M|1597 |   - |2194 | 985 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1399.72/1399.73	c  1285s|  7290k|  7227k|     0 |   0.0 |2112M|1597 |   - |2194 | 989 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1401.62/1401.69	c  1287s|  7300k|  7237k|     0 |   0.0 |2115M|1597 |   - |2194 | 983 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1403.53/1403.57	c  1288s|  7310k|  7247k|     0 |   0.0 |2118M|1597 |   - |2194 | 991 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1405.43/1405.45	c  1290s|  7320k|  7257k|     0 |   0.0 |2120M|1597 |   - |2194 |1019 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1407.33/1407.32	c  1292s|  7330k|  7267k|     0 |   0.0 |2123M|1597 |   - |2194 |1019 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1409.13/1409.17	c  1293s|  7340k|  7276k|     0 |   0.0 |2126M|1597 |   - |2194 |1027 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1411.03/1411.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1411.03/1411.06	c  1295s|  7350k|  7286k|     0 |   0.0 |2129M|1597 |   - |2194 | 981 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1412.93/1412.97	c  1297s|  7360k|  7296k|     0 |   0.0 |2132M|1597 |   - |2194 | 999 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1414.83/1414.87	c  1299s|  7370k|  7306k|     0 |   0.0 |2135M|1597 |   - |2194 | 992 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1416.73/1416.80	c  1300s|  7380k|  7316k|     0 |   0.0 |2138M|1597 |   - |2194 | 969 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1418.73/1418.72	c  1302s|  7390k|  7326k|     0 |   0.0 |2141M|1597 |   - |2194 | 936 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1420.62/1420.65	c  1304s|  7400k|  7336k|     0 |   0.0 |2144M|1597 |   - |2194 | 916 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1422.52/1422.52	c  1305s|  7410k|  7346k|     0 |   0.0 |2147M|1597 |   - |2194 | 905 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1424.44/1424.43	c  1307s|  7420k|  7356k|     0 |   0.0 |2149M|1597 |   - |2194 | 890 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1426.33/1426.31	c  1309s|  7430k|  7366k|     0 |   0.0 |2152M|1597 |   - |2194 | 907 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1428.13/1428.19	c  1311s|  7440k|  7376k|     0 |   0.0 |2155M|1597 |   - |2194 | 915 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1430.12/1430.13	c  1312s|  7450k|  7385k|     0 |   0.0 |2158M|1597 |   - |2194 | 903 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1432.02/1432.02	c  1314s|  7460k|  7395k|     0 |   0.0 |2161M|1597 |   - |2194 | 862 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1433.93/1433.91	c  1316s|  7470k|  7405k|     0 |   0.0 |2164M|1597 |   - |2194 | 946 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1435.73/1435.78	c  1317s|  7480k|  7415k|     0 |   0.0 |2167M|1597 |   - |2194 | 876 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1437.63/1437.66	c  1319s|  7490k|  7425k|     0 |   0.0 |2170M|1597 |   - |2194 | 867 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1439.53/1439.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1439.53/1439.56	c  1321s|  7500k|  7435k|     0 |   0.0 |2173M|1597 |   - |2194 | 914 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1441.42/1441.47	c  1323s|  7510k|  7445k|     0 |   0.0 |2176M|1597 |   - |2194 | 902 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1443.33/1443.38	c  1324s|  7520k|  7455k|     0 |   0.0 |2178M|1597 |   - |2194 | 902 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1445.23/1445.29	c  1326s|  7530k|  7465k|     0 |   0.0 |2181M|1597 |   - |2194 | 930 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1447.13/1447.19	c  1328s|  7540k|  7475k|     0 |   0.0 |2184M|1597 |   - |2194 | 946 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1449.03/1449.07	c  1329s|  7550k|  7485k|     0 |   0.0 |2187M|1597 |   - |2194 | 885 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1450.93/1450.98	c  1331s|  7560k|  7495k|     0 |   0.0 |2190M|1597 |   - |2194 | 897 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1452.83/1452.85	c  1333s|  7570k|  7504k|     0 |   0.0 |2193M|1597 |   - |2194 | 861 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1454.73/1454.74	c  1335s|  7580k|  7514k|     0 |   0.0 |2196M|1597 |   - |2194 | 885 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1456.63/1456.62	c  1336s|  7590k|  7524k|     0 |   0.0 |2199M|1597 |   - |2194 | 879 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1458.54/1458.52	c  1338s|  7600k|  7534k|     0 |   0.0 |2202M|1597 |   - |2194 | 879 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1460.43/1460.45	c  1340s|  7610k|  7544k|     0 |   0.0 |2205M|1597 |   - |2194 | 895 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1462.43/1462.44	c  1341s|  7620k|  7554k|     0 |   0.0 |2207M|1597 |   - |2194 | 900 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1464.33/1464.35	c  1343s|  7630k|  7564k|     0 |   0.0 |2210M|1597 |   - |2194 | 892 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1466.24/1466.25	c  1345s|  7640k|  7574k|     0 |   0.0 |2213M|1597 |   - |2194 | 875 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1468.13/1468.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1468.13/1468.17	c  1347s|  7650k|  7584k|     0 |   0.0 |2216M|1597 |   - |2194 | 908 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1470.13/1470.11	c  1348s|  7660k|  7594k|     0 |   0.0 |2219M|1597 |   - |2194 | 887 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1471.93/1471.98	c  1350s|  7670k|  7604k|     0 |   0.0 |2222M|1597 |   - |2194 | 865 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1473.82/1473.88	c  1352s|  7680k|  7613k|     0 |   0.0 |2225M|1597 |   - |2194 | 850 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1475.73/1475.80	c  1353s|  7690k|  7623k|     0 |   0.0 |2228M|1597 |   - |2194 | 826 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1477.63/1477.69	c  1355s|  7700k|  7633k|     0 |   0.0 |2231M|1597 |   - |2194 | 821 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1479.53/1479.58	c  1357s|  7710k|  7643k|     0 |   0.0 |2233M|1597 |   - |2194 | 796 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1481.43/1481.48	c  1359s|  7720k|  7653k|     0 |   0.0 |2236M|1597 |   - |2194 | 742 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1483.33/1483.36	c  1360s|  7730k|  7663k|     0 |   0.0 |2239M|1597 |   - |2194 | 767 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1485.23/1485.21	c  1362s|  7740k|  7673k|     0 |   0.0 |2242M|1597 |   - |2194 | 774 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1487.03/1487.08	c  1364s|  7750k|  7683k|     0 |   0.0 |2245M|1597 |   - |2194 | 777 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1488.93/1488.99	c  1365s|  7760k|  7693k|     0 |   0.0 |2248M|1597 |   - |2194 | 713 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1490.83/1490.87	c  1367s|  7770k|  7703k|     0 |   0.0 |2251M|1597 |   - |2194 | 775 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1492.73/1492.78	c  1369s|  7780k|  7713k|     0 |   0.0 |2254M|1597 |   - |2194 | 772 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1494.73/1494.72	c  1371s|  7790k|  7723k|     0 |   0.0 |2257M|1597 |   - |2194 | 820 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1496.63/1496.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1496.63/1496.60	c  1372s|  7800k|  7733k|     0 |   0.0 |2260M|1597 |   - |2194 | 867 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1498.43/1498.49	c  1374s|  7810k|  7742k|     0 |   0.0 |2262M|1597 |   - |2194 | 823 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1500.34/1500.38	c  1376s|  7820k|  7752k|     0 |   0.0 |2265M|1597 |   - |2194 | 869 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1502.23/1502.26	c  1377s|  7830k|  7762k|     0 |   0.0 |2268M|1597 |   - |2194 | 881 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1504.13/1504.18	c  1379s|  7840k|  7772k|     0 |   0.0 |2271M|1597 |   - |2194 | 909 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1506.03/1506.06	c  1381s|  7850k|  7782k|     0 |   0.0 |2274M|1597 |   - |2194 | 881 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1507.93/1507.95	c  1382s|  7860k|  7792k|     0 |   0.0 |2277M|1597 |   - |2194 | 874 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1509.83/1509.82	c  1384s|  7870k|  7802k|     0 |   0.0 |2280M|1597 |   - |2194 | 839 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1511.73/1511.70	c  1386s|  7880k|  7812k|     0 |   0.0 |2283M|1597 |   - |2194 | 854 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1513.63/1513.60	c  1387s|  7890k|  7822k|     0 |   0.0 |2286M|1597 |   - |2194 | 855 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1515.53/1515.54	c  1389s|  7900k|  7832k|     0 |   0.0 |2289M|1597 |   - |2194 | 940 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1517.53/1517.50	c  1391s|  7910k|  7842k|     0 |   0.0 |2291M|1597 |   - |2194 | 859 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1519.33/1519.37	c  1393s|  7920k|  7851k|     0 |   0.0 |2294M|1597 |   - |2194 | 839 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1521.23/1521.30	c  1394s|  7930k|  7861k|     0 |   0.0 |2297M|1597 |   - |2194 | 843 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1523.13/1523.16	c  1396s|  7940k|  7871k|     0 |   0.0 |2300M|1597 |   - |2194 | 888 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1525.04/1525.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1525.04/1525.08	c  1398s|  7950k|  7881k|     0 |   0.0 |2303M|1597 |   - |2194 | 933 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1526.93/1526.98	c  1399s|  7960k|  7891k|     0 |   0.0 |2306M|1597 |   - |2194 | 947 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1528.83/1528.87	c  1401s|  7970k|  7901k|     0 |   0.0 |2309M|1597 |   - |2194 | 944 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1530.83/1530.82	c  1403s|  7980k|  7911k|     0 |   0.0 |2312M|1597 |   - |2194 | 975 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1532.73/1532.72	c  1405s|  7990k|  7921k|     0 |   0.0 |2315M|1597 |   - |2194 | 937 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1534.53/1534.59	c  1406s|  8000k|  7931k|     0 |   0.0 |2318M|1597 |   - |2194 | 968 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1536.53/1536.50	c  1408s|  8010k|  7941k|     0 |   0.0 |2320M|1597 |   - |2194 | 963 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1538.44/1538.41	c  1410s|  8020k|  7951k|     0 |   0.0 |2323M|1597 |   - |2194 | 915 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1540.23/1540.29	c  1412s|  8030k|  7960k|     0 |   0.0 |2326M|1597 |   - |2194 | 905 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1542.24/1542.21	c  1413s|  8040k|  7970k|     0 |   0.0 |2329M|1597 |   - |2194 | 913 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1544.13/1544.10	c  1415s|  8050k|  7980k|     0 |   0.0 |2332M|1597 |   - |2194 | 915 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1546.03/1546.01	c  1417s|  8060k|  7990k|     0 |   0.0 |2335M|1597 |   - |2194 | 891 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1547.93/1547.95	c  1418s|  8070k|  8000k|     0 |   0.0 |2338M|1597 |   - |2194 | 885 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1549.84/1549.83	c  1420s|  8080k|  8010k|     0 |   0.0 |2341M|1597 |   - |2194 | 945 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1551.73/1551.71	c  1422s|  8090k|  8020k|     0 |   0.0 |2344M|1597 |   - |2194 | 974 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1553.64/1553.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1553.64/1553.62	c  1423s|  8100k|  8030k|     0 |   0.0 |2346M|1597 |   - |2194 | 950 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1555.53/1555.59	c  1425s|  8110k|  8040k|     0 |   0.0 |2349M|1597 |   - |2194 | 977 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1557.54/1557.52	c  1427s|  8120k|  8050k|     0 |   0.0 |2352M|1597 |   - |2194 | 924 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1559.53/1559.52	c  1429s|  8130k|  8060k|     0 |   0.0 |2355M|1597 |   - |2194 | 969 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1561.43/1561.48	c  1431s|  8140k|  8069k|     0 |   0.0 |2358M|1597 |   - |2194 | 971 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1563.44/1563.40	c  1432s|  8150k|  8079k|     0 |   0.0 |2361M|1597 |   - |2194 | 973 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1565.34/1565.32	c  1434s|  8160k|  8089k|     0 |   0.0 |2364M|1597 |   - |2194 | 973 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1567.23/1567.20	c  1436s|  8170k|  8099k|     0 |   0.0 |2367M|1597 |   - |2194 | 995 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1569.13/1569.10	c  1438s|  8180k|  8109k|     0 |   0.0 |2369M|1597 |   - |2194 | 981 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1570.93/1570.98	c  1439s|  8190k|  8119k|     0 |   0.0 |2372M|1597 |   - |2194 | 904 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1572.83/1572.87	c  1441s|  8200k|  8129k|     0 |   0.0 |2375M|1597 |   - |2194 | 939 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1574.73/1574.76	c  1443s|  8210k|  8139k|     0 |   0.0 |2378M|1597 |   - |2194 | 951 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1576.63/1576.66	c  1444s|  8220k|  8149k|     0 |   0.0 |2381M|1597 |   - |2194 |1003 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1578.53/1578.58	c  1446s|  8230k|  8159k|     0 |   0.0 |2384M|1597 |   - |2194 |1003 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1580.43/1580.48	c  1448s|  8240k|  8169k|     0 |   0.0 |2387M|1597 |   - |2194 | 926 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1582.43/1582.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1582.43/1582.40	c  1449s|  8250k|  8178k|     0 |   0.0 |2390M|1597 |   - |2194 | 949 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1584.24/1584.27	c  1451s|  8260k|  8188k|     0 |   0.0 |2393M|1597 |   - |2194 | 956 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1586.14/1586.12	c  1453s|  8270k|  8198k|     0 |   0.0 |2395M|1597 |   - |2194 | 974 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1588.03/1588.02	c  1455s|  8280k|  8208k|     0 |   0.0 |2398M|1597 |   - |2194 | 973 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1589.94/1589.92	c  1456s|  8290k|  8218k|     0 |   0.0 |2401M|1597 |   - |2194 | 960 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1591.74/1591.79	c  1458s|  8300k|  8228k|     0 |   0.0 |2404M|1597 |   - |2194 | 979 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1593.63/1593.70	c  1460s|  8310k|  8238k|     0 |   0.0 |2407M|1597 |   - |2194 | 996 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1595.53/1595.57	c  1461s|  8320k|  8248k|     0 |   0.0 |2410M|1597 |   - |2194 | 991 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1597.43/1597.45	c  1463s|  8330k|  8258k|     0 |   0.0 |2413M|1597 |   - |2194 |1000 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1599.33/1599.34	c  1465s|  8340k|  8268k|     0 |   0.0 |2416M|1597 |   - |2194 | 973 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1601.23/1601.22	c  1466s|  8350k|  8278k|     0 |   0.0 |2419M|1597 |   - |2194 |1014 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1603.03/1603.08	c  1468s|  8360k|  8288k|     0 |   0.0 |2422M|1597 |   - |2194 | 982 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1604.94/1604.94	c  1470s|  8370k|  8297k|     0 |   0.0 |2424M|1597 |   - |2194 | 926 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1606.84/1606.82	c  1471s|  8380k|  8307k|     0 |   0.0 |2427M|1597 |   - |2194 | 968 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1608.74/1608.76	c  1473s|  8390k|  8317k|     0 |   0.0 |2430M|1597 |   - |2194 | 898 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1610.63/1610.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1610.63/1610.62	c  1475s|  8400k|  8327k|     0 |   0.0 |2433M|1597 |   - |2194 | 905 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1612.43/1612.49	c  1477s|  8410k|  8337k|     0 |   0.0 |2436M|1597 |   - |2194 | 958 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1614.34/1614.37	c  1478s|  8420k|  8347k|     0 |   0.0 |2439M|1597 |   - |2194 | 958 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1616.33/1616.33	c  1480s|  8430k|  8357k|     0 |   0.0 |2442M|1597 |   - |2194 | 965 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1618.24/1618.23	c  1482s|  8440k|  8367k|     0 |   0.0 |2445M|1597 |   - |2194 | 959 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1620.13/1620.11	c  1483s|  8450k|  8377k|     0 |   0.0 |2448M|1597 |   - |2194 | 950 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1622.04/1622.03	c  1485s|  8460k|  8387k|     0 |   0.0 |2451M|1597 |   - |2194 | 933 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1623.83/1623.90	c  1487s|  8470k|  8397k|     0 |   0.0 |2453M|1597 |   - |2194 | 940 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1625.74/1625.80	c  1489s|  8480k|  8406k|     0 |   0.0 |2456M|1597 |   - |2194 | 884 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1627.64/1627.68	c  1490s|  8490k|  8416k|     0 |   0.0 |2459M|1597 |   - |2194 | 927 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1629.53/1629.56	c  1492s|  8500k|  8426k|     0 |   0.0 |2462M|1597 |   - |2194 | 955 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1631.44/1631.43	c  1494s|  8510k|  8436k|     0 |   0.0 |2465M|1597 |   - |2194 | 942 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1633.34/1633.30	c  1495s|  8520k|  8446k|     0 |   0.0 |2468M|1597 |   - |2194 | 910 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1635.14/1635.19	c  1497s|  8530k|  8456k|     0 |   0.0 |2471M|1597 |   - |2194 | 921 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1637.04/1637.08	c  1499s|  8540k|  8466k|     0 |   0.0 |2474M|1597 |   - |2194 | 936 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1638.93/1639.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1638.93/1639.00	c  1500s|  8550k|  8476k|     0 |   0.0 |2477M|1597 |   - |2194 | 854 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1640.93/1640.92	c  1502s|  8560k|  8486k|     0 |   0.0 |2479M|1597 |   - |2194 | 863 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1642.83/1642.83	c  1504s|  8570k|  8496k|     0 |   0.0 |2482M|1597 |   - |2194 | 842 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1644.74/1644.73	c  1506s|  8580k|  8506k|     0 |   0.0 |2485M|1597 |   - |2194 | 960 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1646.64/1646.62	c  1507s|  8590k|  8515k|     0 |   0.0 |2488M|1597 |   - |2194 | 891 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1648.53/1648.57	c  1509s|  8600k|  8525k|     0 |   0.0 |2491M|1597 |   - |2194 | 891 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1650.43/1650.47	c  1511s|  8610k|  8535k|     0 |   0.0 |2494M|1597 |   - |2194 | 925 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1652.33/1652.36	c  1512s|  8620k|  8545k|     0 |   0.0 |2497M|1597 |   - |2194 | 955 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1654.24/1654.29	c  1514s|  8630k|  8555k|     0 |   0.0 |2500M|1597 |   - |2194 | 832 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1656.14/1656.17	c  1516s|  8640k|  8565k|     0 |   0.0 |2503M|1597 |   - |2194 | 852 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1658.13/1658.12	c  1518s|  8650k|  8575k|     0 |   0.0 |2506M|1597 |   - |2194 | 883 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1660.04/1660.01	c  1519s|  8660k|  8585k|     0 |   0.0 |2508M|1597 |   - |2194 | 907 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1661.84/1661.88	c  1521s|  8670k|  8595k|     0 |   0.0 |2511M|1597 |   - |2194 | 860 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1663.74/1663.76	c  1523s|  8680k|  8605k|     0 |   0.0 |2514M|1597 |   - |2194 | 928 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1665.64/1665.66	c  1524s|  8690k|  8615k|     0 |   0.0 |2517M|1597 |   - |2194 | 884 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1667.54/1667.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1667.54/1667.53	c  1526s|  8700k|  8625k|     0 |   0.0 |2520M|1597 |   - |2194 | 928 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1669.43/1669.48	c  1528s|  8710k|  8634k|     0 |   0.0 |2523M|1597 |   - |2194 | 937 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1671.33/1671.35	c  1530s|  8720k|  8644k|     0 |   0.0 |2526M|1597 |   - |2194 | 912 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1673.24/1673.26	c  1531s|  8730k|  8654k|     0 |   0.0 |2529M|1597 |   - |2194 | 912 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1675.13/1675.16	c  1533s|  8740k|  8664k|     0 |   0.0 |2532M|1597 |   - |2194 | 961 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1677.03/1677.03	c  1535s|  8750k|  8674k|     0 |   0.0 |2535M|1597 |   - |2194 | 932 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1678.93/1678.91	c  1536s|  8760k|  8684k|     0 |   0.0 |2537M|1597 |   - |2194 | 997 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1680.74/1680.80	c  1538s|  8770k|  8694k|     0 |   0.0 |2540M|1597 |   - |2194 | 988 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1682.74/1682.72	c  1540s|  8780k|  8704k|     0 |   0.0 |2543M|1597 |   - |2194 | 974 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1684.64/1684.62	c  1542s|  8790k|  8714k|     0 |   0.0 |2546M|1597 |   - |2194 | 957 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1686.53/1686.51	c  1543s|  8800k|  8724k|     0 |   0.0 |2549M|1597 |   - |2194 | 977 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1688.34/1688.38	c  1545s|  8810k|  8734k|     0 |   0.0 |2552M|1597 |   - |2194 | 950 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1690.23/1690.26	c  1547s|  8820k|  8743k|     0 |   0.0 |2555M|1597 |   - |2194 | 939 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1692.14/1692.15	c  1548s|  8830k|  8753k|     0 |   0.0 |2558M|1597 |   - |2194 | 960 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1694.04/1694.02	c  1550s|  8840k|  8763k|     0 |   0.0 |2561M|1597 |   - |2194 | 978 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1695.94/1695.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1695.94/1695.90	c  1552s|  8850k|  8773k|     0 |   0.0 |2564M|1597 |   - |2194 | 971 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1697.74/1697.78	c  1553s|  8860k|  8783k|     0 |   0.0 |2566M|1597 |   - |2194 | 936 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1699.64/1699.68	c  1555s|  8870k|  8793k|     0 |   0.0 |2569M|1597 |   - |2194 | 981 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1701.53/1701.58	c  1557s|  8880k|  8803k|     0 |   0.0 |2572M|1597 |   - |2194 | 980 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1703.43/1703.49	c  1559s|  8890k|  8813k|     0 |   0.0 |2575M|1597 |   - |2194 | 989 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1705.34/1705.39	c  1560s|  8900k|  8823k|     0 |   0.0 |2578M|1597 |   - |2194 | 950 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1707.24/1707.25	c  1562s|  8910k|  8833k|     0 |   0.0 |2581M|1597 |   - |2194 | 982 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1709.13/1709.12	c  1564s|  8920k|  8843k|     0 |   0.0 |2584M|1597 |   - |2194 | 931 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1711.03/1711.05	c  1565s|  8930k|  8852k|     0 |   0.0 |2587M|1597 |   - |2194 | 948 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1712.94/1712.91	c  1567s|  8940k|  8862k|     0 |   0.0 |2589M|1597 |   - |2194 | 924 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1714.84/1714.86	c  1569s|  8950k|  8872k|     0 |   0.0 |2592M|1597 |   - |2194 |1047 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1716.74/1716.73	c  1570s|  8960k|  8882k|     0 |   0.0 |2595M|1597 |   - |2194 | 951 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1718.63/1718.63	c  1572s|  8970k|  8892k|     0 |   0.0 |2598M|1597 |   - |2194 | 962 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1720.54/1720.54	c  1574s|  8980k|  8902k|     0 |   0.0 |2601M|1597 |   - |2194 | 923 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1722.44/1722.43	c  1576s|  8990k|  8912k|     0 |   0.0 |2604M|1597 |   - |2194 | 968 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1724.34/1724.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1724.34/1724.31	c  1577s|  9000k|  8922k|     0 |   0.0 |2607M|1597 |   - |2194 | 946 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1726.14/1726.19	c  1579s|  9010k|  8932k|     0 |   0.0 |2610M|1597 |   - |2194 | 967 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1728.04/1728.08	c  1581s|  9020k|  8942k|     0 |   0.0 |2613M|1597 |   - |2194 | 993 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1729.94/1729.97	c  1582s|  9030k|  8952k|     0 |   0.0 |2616M|1597 |   - |2194 | 938 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1731.83/1731.85	c  1584s|  9040k|  8961k|     0 |   0.0 |2618M|1597 |   - |2194 | 992 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1733.74/1733.72	c  1586s|  9050k|  8971k|     0 |   0.0 |2621M|1597 |   - |2194 | 957 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1735.64/1735.64	c  1588s|  9060k|  8981k|     0 |   0.0 |2624M|1597 |   - |2194 |1046 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1737.54/1737.51	c  1589s|  9070k|  8991k|     0 |   0.0 |2627M|1597 |   - |2194 |1055 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1739.44/1739.48	c  1591s|  9080k|  9001k|     0 |   0.0 |2630M|1597 |   - |2194 | 973 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1741.35/1741.36	c  1593s|  9090k|  9011k|     0 |   0.0 |2633M|1597 |   - |2194 |1006 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1743.24/1743.22	c  1594s|  9100k|  9021k|     0 |   0.0 |2636M|1597 |   - |2194 | 975 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1745.14/1745.10	c  1596s|  9110k|  9031k|     0 |   0.0 |2639M|1597 |   - |2194 | 973 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1746.94/1746.96	c  1598s|  9120k|  9041k|     0 |   0.0 |2642M|1597 |   - |2194 |1029 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1748.84/1748.84	c  1599s|  9130k|  9051k|     0 |   0.0 |2644M|1597 |   - |2194 | 990 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1750.73/1750.71	c  1601s|  9140k|  9061k|     0 |   0.0 |2647M|1597 |   - |2194 | 975 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1752.64/1752.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1752.64/1752.61	c  1603s|  9150k|  9070k|     0 |   0.0 |2650M|1597 |   - |2194 | 965 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1754.44/1754.49	c  1604s|  9160k|  9080k|     0 |   0.0 |2653M|1597 |   - |2194 | 986 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1756.34/1756.34	c  1606s|  9170k|  9090k|     0 |   0.0 |2656M|1597 |   - |2194 | 963 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1758.24/1758.22	c  1608s|  9180k|  9100k|     0 |   0.0 |2659M|1597 |   - |2194 | 916 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1760.04/1760.08	c  1610s|  9190k|  9110k|     0 |   0.0 |2662M|1597 |   - |2194 | 940 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1761.93/1761.98	c  1611s|  9200k|  9120k|     0 |   0.0 |2665M|1597 |   - |2194 | 971 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1763.83/1763.85	c  1613s|  9210k|  9130k|     0 |   0.0 |2668M|1597 |   - |2194 | 931 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1765.74/1765.71	c  1615s|  9220k|  9140k|     0 |   0.0 |2671M|1597 |   - |2194 | 931 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1767.53/1767.60	c  1616s|  9230k|  9150k|     0 |   0.0 |2673M|1597 |   - |2194 | 888 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1769.44/1769.49	c  1618s|  9240k|  9160k|     0 |   0.0 |2676M|1597 |   - |2194 | 897 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1771.44/1771.43	c  1620s|  9250k|  9170k|     0 |   0.0 |2679M|1597 |   - |2194 | 947 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1773.34/1773.33	c  1621s|  9260k|  9179k|     0 |   0.0 |2682M|1597 |   - |2194 | 889 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1775.24/1775.22	c  1623s|  9270k|  9189k|     0 |   0.0 |2685M|1597 |   - |2194 | 919 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1777.04/1777.08	c  1625s|  9280k|  9199k|     0 |   0.0 |2688M|1597 |   - |2194 | 958 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1778.94/1778.94	c  1627s|  9290k|  9209k|     0 |   0.0 |2691M|1597 |   - |2194 | 976 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1780.84/1780.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1780.84/1780.83	c  1628s|  9300k|  9219k|     0 |   0.0 |2694M|1597 |   - |2194 |1010 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1782.74/1782.76	c  1630s|  9310k|  9229k|     0 |   0.0 |2697M|1597 |   - |2194 |1008 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1784.63/1784.64	c  1632s|  9320k|  9239k|     0 |   0.0 |2700M|1597 |   - |2194 |1003 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1786.54/1786.53	c  1633s|  9330k|  9249k|     0 |   0.0 |2703M|1597 |   - |2194 | 947 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1788.44/1788.42	c  1635s|  9340k|  9259k|     0 |   0.0 |2705M|1597 |   - |2194 | 988 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1790.34/1790.31	c  1637s|  9350k|  9269k|     0 |   0.0 |2708M|1597 |   - |2194 | 984 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1792.23/1792.20	c  1638s|  9360k|  9279k|     0 |   0.0 |2711M|1597 |   - |2194 | 915 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1794.15/1794.11	c  1640s|  9370k|  9288k|     0 |   0.0 |2714M|1597 |   - |2194 | 894 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1796.04/1796.00	c  1642s|  9380k|  9298k|     0 |   0.0 |2717M|1597 |   - |2194 | 915 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1797.84/1797.88	c  1644s|  9390k|  9308k|     0 |   0.0 |2720M|1597 |   - |2194 | 958 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1799.74/1799.75	c  1645s|  9400k|  9318k|     0 |   0.0 |2723M|1597 |   - |2194 | 990 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1645.45
1800.04/1800.00	c Solving Nodes      : 9401332
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1645.45
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2693690-1277889795.wbo
1800.04/1800.00	c   Variables        : 2194 (2147 binary, 0 integer, 0 implicit integer, 47 continuous)
1800.04/1800.00	c   Constraints      : 178 initial, 178 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2693690-1277889795.wbo
1800.04/1800.00	c   Variables        : 2194 (2147 binary, 0 integer, 0 implicit integer, 47 continuous)
1800.04/1800.00	c   Constraints      : 177 initial, 1924 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0         47          0          1          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :         47          0       1821          0       1525          0        115          0          0          0
1800.04/1800.00	c   setppc           :         35          0   10286569          0    9370665      23393    4365576          0          0          0
1800.04/1800.00	c   linear           :         47          0   10263176          0    9370665      16567    2749314          0          0          0
1800.04/1800.00	c   logicor          :         48+         0    2296541          0    9370665      10162     620078          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0    9370665          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   setppc           :     166.34       0.00      25.45       0.00     140.89
1800.04/1800.00	c   linear           :      35.07       0.00      33.93       0.00       1.14
1800.04/1800.00	c   logicor          :     159.02       0.00      14.53       0.00     144.49
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       0.02          2          0          0
1800.04/1800.00	c   rootredcost      :       0.02          0          0          0
1800.04/1800.00	c   pseudoobj        :      11.30   10286369          0          0
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      49.13      50122      50122     792617      241.6     246357       27.8          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     383650       66.8          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -       8432      256.1          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :    1181.63    9370665          0          0          0          0   18741330
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.00          0          0
1800.04/1800.00	c   trivial          :       0.01          2          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       0.05          0          0
1800.04/1800.00	c   trysol           :       0.00          1          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    9401332
1800.04/1800.00	c   nodes (total)    :    9401332
1800.04/1800.00	c   nodes left       :    9320013
1800.04/1800.00	c   max depth        :       1597
1800.04/1800.00	c   max depth (total):       1597
1800.04/1800.00	c   backtracks       :      19970 (0.2%)
1800.04/1800.00	c   delayed cutoffs  :      19986
1800.04/1800.00	c   repropagations   :      56425 (794192 domain reductions, 19455 cutoffs)
1800.04/1800.00	c   avg switch length:       2.52
1800.04/1800.00	c   switching time   :      44.51
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693690-1277889795/watcher-2693690-1277889795 -o /tmp/evaluation-result-2693690-1277889795/solver-2693690-1277889795 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693690-1277889795.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: 6.40 3.53 2.89 3/179 13311
/proc/meminfo: memFree=31035580/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=8540 CPUtime=0
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 1618 0 0 0 0 0 0 0 21 0 1 0 130275402 8744960 1541 4089446400 4194304 7136930 140733688914064 18446744073709551615 6350076 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13311/statm: 2135 1541 275 719 0 1414 0

[startup+0.0532651 s]
/proc/loadavg: 6.40 3.53 2.89 3/179 13311
/proc/meminfo: memFree=31035580/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=18612 CPUtime=0.04
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 5635 0 0 0 4 0 0 0 18 0 1 0 130275402 19058688 3919 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13311/statm: 4653 3919 390 719 0 3932 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18612

[startup+0.100265 s]
/proc/loadavg: 6.40 3.53 2.89 3/179 13311
/proc/meminfo: memFree=31035580/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=18612 CPUtime=0.09
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 5640 0 0 0 8 1 0 0 18 0 1 0 130275402 19058688 3924 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13311/statm: 4653 3924 390 719 0 3932 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18612

[startup+0.300219 s]
/proc/loadavg: 6.40 3.53 2.89 3/179 13311
/proc/meminfo: memFree=31035580/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=19708 CPUtime=0.29
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 5919 0 0 0 27 2 0 0 18 0 1 0 130275402 20180992 4203 4089446400 4194304 7136930 140733688914064 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13311/statm: 4927 4203 394 719 0 4206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19708

[startup+0.700143 s]
/proc/loadavg: 6.40 3.53 2.89 3/179 13311
/proc/meminfo: memFree=31035580/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=21008 CPUtime=0.69
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 6256 0 0 0 64 5 0 0 18 0 1 0 130275402 21512192 4540 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13311/statm: 5252 4540 394 719 0 4531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21008

[startup+1.501 s]
/proc/loadavg: 6.40 3.53 2.89 3/180 13312
/proc/meminfo: memFree=31018956/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=22444 CPUtime=1.49
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 6633 0 0 0 138 11 0 0 19 0 1 0 130275402 22982656 4917 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13311/statm: 5611 4917 394 719 0 4890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22444

[startup+3.10071 s]
/proc/loadavg: 6.40 3.53 2.89 3/180 13312
/proc/meminfo: memFree=31016848/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=25176 CPUtime=3.09
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 7354 0 0 0 286 23 0 0 25 0 1 0 130275402 25780224 5638 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13311/statm: 6294 5638 394 719 0 5573 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25176

[startup+6.30013 s]
/proc/loadavg: 6.05 3.50 2.88 3/180 13312
/proc/meminfo: memFree=31011640/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=30548 CPUtime=6.28
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 8768 0 0 0 580 48 0 0 25 0 1 0 130275402 31281152 7052 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13311/statm: 7637 7052 394 719 0 6916 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30548

[startup+12.701 s]
/proc/loadavg: 5.72 3.48 2.88 3/180 13312
/proc/meminfo: memFree=31002360/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=40664 CPUtime=12.69
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 11411 0 0 0 1175 94 0 0 25 0 1 0 130275402 41639936 9695 4089446400 4194304 7136930 140733688914064 18446744073709551615 4643174 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13311/statm: 10166 9695 394 719 0 9445 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40664

[startup+25.5006 s]
/proc/loadavg: 4.96 3.42 2.87 3/180 13313
/proc/meminfo: memFree=30980684/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=63628 CPUtime=25.49
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 16890 0 0 0 2353 196 0 0 25 0 1 0 130275402 65155072 15174 4089446400 4194304 7136930 140733688914064 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13311/statm: 15907 15174 394 719 0 15186 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63628

[startup+51.101 s]
/proc/loadavg: 3.95 3.31 2.84 3/180 13313
/proc/meminfo: memFree=30918136/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=121168 CPUtime=51.09
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 30807 0 0 0 4691 418 0 0 25 0 1 0 130275402 124076032 29091 4089446400 4194304 7136930 140733688914064 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13311/statm: 30292 29091 394 719 0 29571 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121168

[startup+102.306 s]
/proc/loadavg: 2.85 3.10 2.80 3/180 13315
/proc/meminfo: memFree=30830284/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=221116 CPUtime=102.29
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 54804 0 0 0 9392 837 0 0 25 0 1 0 130275402 226422784 53088 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 55279 53088 394 719 0 54558 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 221116

[startup+162.301 s]
/proc/loadavg: 2.31 2.90 2.74 3/180 13316
/proc/meminfo: memFree=30736792/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=310792 CPUtime=162.29
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 78398 0 0 0 14925 1304 0 0 25 0 1 0 130275402 318251008 76682 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 77698 76682 394 719 0 76977 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 310792

[startup+222.301 s]
/proc/loadavg: 2.11 2.73 2.69 3/180 13318
/proc/meminfo: memFree=30641612/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=416032 CPUtime=222.29
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 101806 0 0 0 20457 1772 0 0 25 0 1 0 130275402 426016768 100090 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 104008 100090 394 719 0 103287 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 416032

[startup+282.301 s]
/proc/loadavg: 2.07 2.61 2.65 3/180 13319
/proc/meminfo: memFree=30550176/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=504332 CPUtime=282.3
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 125103 0 0 0 25986 2244 0 0 25 0 1 0 130275402 516435968 123387 4089446400 4194304 7136930 140733688914064 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 126083 123387 394 719 0 125362 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 504332

[startup+342.301 s]
/proc/loadavg: 2.02 2.50 2.61 3/180 13321
/proc/meminfo: memFree=30452032/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=596384 CPUtime=342.29
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 149292 0 0 0 31533 2696 0 0 25 0 1 0 130275402 610697216 147576 4089446400 4194304 7136930 140733688914064 18446744073709551615 4643136 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 149096 147576 394 719 0 148375 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 596384

[startup+402.301 s]
/proc/loadavg: 2.01 2.40 2.57 3/180 13323
/proc/meminfo: memFree=30356496/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=719728 CPUtime=402.29
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 173150 0 0 0 37070 3159 0 0 25 0 1 0 130275402 737001472 171434 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 179932 171434 394 719 0 179211 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 719728

[startup+462.3 s]
/proc/loadavg: 2.00 2.33 2.53 3/180 13324
/proc/meminfo: memFree=30265412/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=805148 CPUtime=462.3
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 195681 0 0 0 42598 3632 0 0 25 0 1 0 130275402 824471552 193965 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 201287 193965 394 719 0 200566 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 805148

[startup+522.3 s]
/proc/loadavg: 2.00 2.26 2.49 3/180 13329
/proc/meminfo: memFree=30170088/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=895044 CPUtime=522.3
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 219333 0 0 0 48135 4095 0 0 25 0 1 0 130275402 916525056 217617 4089446400 4194304 7136930 140733688914064 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 223761 217617 394 719 0 223040 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 895044

[startup+582.3 s]
/proc/loadavg: 2.00 2.21 2.46 3/180 13330
/proc/meminfo: memFree=30076696/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=983208 CPUtime=582.3
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 242597 0 0 0 53678 4552 0 0 25 0 1 0 130275402 1006804992 240881 4089446400 4194304 7136930 140733688914064 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 245802 240881 394 719 0 245081 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 983208

[startup+642.3 s]
/proc/loadavg: 2.00 2.17 2.43 3/180 13332
/proc/meminfo: memFree=29983872/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=1070112 CPUtime=642.3
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 265522 0 0 0 59222 5008 0 0 25 0 1 0 130275402 1095794688 263806 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 267528 263806 394 719 0 266807 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1070112

[startup+702.3 s]

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

/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 430689 0 0 0 97954 8278 0 0 25 0 1 0 130275402 1804955648 428973 4089446400 4194304 7136930 140733688914064 18446744073709551615 4642088 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 440663 428973 394 719 0 439942 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1762652

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.24 3/179 13372
/proc/meminfo: memFree=29261460/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=1852356 CPUtime=1122.32
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 454332 0 0 0 103462 8770 0 0 25 0 1 0 130275402 1896812544 452616 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 463089 452616 394 719 0 462368 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1852356

[startup+1182.3 s]
/proc/loadavg: 2.05 2.04 2.23 3/179 13373
/proc/meminfo: memFree=29095648/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=1944248 CPUtime=1182.32
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 478510 0 0 0 108873 9359 0 0 25 0 1 0 130275402 1990909952 476794 4089446400 4194304 7136930 140733688914064 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 486062 476794 394 719 0 485341 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1944248

[startup+1242.3 s]
/proc/loadavg: 2.02 2.03 2.21 3/179 13375
/proc/meminfo: memFree=28934496/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2033908 CPUtime=1242.33
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 502124 0 0 0 114282 9951 0 0 25 0 1 0 130275402 2082721792 500408 4089446400 4194304 7136930 140733688914064 18446744073709551615 4407868 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 508477 500408 394 719 0 507756 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2033908

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.20 3/179 13377
/proc/meminfo: memFree=28806340/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2119716 CPUtime=1302.33
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 524809 0 0 0 119712 10521 0 0 25 0 1 0 130275402 2170589184 523093 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 529929 523093 394 719 0 529208 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 2119716

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.18 3/179 13378
/proc/meminfo: memFree=28658092/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2210436 CPUtime=1362.33
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 548687 0 0 0 125115 11118 0 0 25 0 1 0 130275402 2263486464 546971 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 552609 546971 394 719 0 551888 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2210436

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.17 3/179 13380
/proc/meminfo: memFree=28501660/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2303104 CPUtime=1422.33
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 573055 0 0 0 130524 11709 0 0 25 0 1 0 130275402 2358378496 571339 4089446400 4194304 7136930 140733688914064 18446744073709551615 4740369 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 575776 571339 394 719 0 575055 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 2303104

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.16 5/197 13426
/proc/meminfo: memFree=28686160/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2393292 CPUtime=1482.33
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 596815 0 0 0 135932 12301 0 0 25 0 1 0 130275402 2450731008 595099 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 598323 595099 394 719 0 597602 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2393292

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.15 3/197 13428
/proc/meminfo: memFree=28525424/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2486016 CPUtime=1542.33
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 621224 0 0 0 141334 12899 0 0 25 0 1 0 130275402 2545680384 619508 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 621504 619508 394 719 0 620783 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2486016

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.14 3/197 13430
/proc/meminfo: memFree=28413016/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2576072 CPUtime=1602.33
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 644956 0 0 0 146743 13490 0 0 25 0 1 0 130275402 2637897728 643240 4089446400 4194304 7136930 140733688914064 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 644018 643240 394 719 0 643297 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2576072

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/197 13431
/proc/meminfo: memFree=28303584/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2797008 CPUtime=1662.34
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 668630 0 0 0 152145 14089 0 0 25 0 1 0 130275402 2864136192 666914 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 699252 666914 394 719 0 698531 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2797008

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/197 13433
/proc/meminfo: memFree=28203832/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2890320 CPUtime=1722.34
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 693204 0 0 0 157550 14684 0 0 25 0 1 0 130275402 2959687680 691488 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 722580 691488 394 719 0 721859 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2890320

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/197 13434
/proc/meminfo: memFree=28109528/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=2978564 CPUtime=1782.34
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 716496 0 0 0 162955 15279 0 0 25 0 1 0 130275402 3050049536 714780 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 744641 714780 394 719 0 743920 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2978564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.10 3/197 13435
/proc/meminfo: memFree=28079864/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=3005512 CPUtime=1800.04
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 723587 0 0 0 164545 15459 0 0 25 0 1 0 130275402 3077644288 721871 4089446400 4194304 7136930 140733688914064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13311/statm: 751378 721871 394 719 0 750657 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3005512

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13311

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.10 3/198 13436
/proc/meminfo: memFree=28079856/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=3005512 CPUtime=1801.43
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 723602 0 0 0 164684 15459 0 0 25 0 1 0 130275402 3077644288 721886 4089446400 4194304 7136930 140733688914064 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13311/statm: 751378 721886 399 719 0 750657 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 3005512

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.10 3/198 13436
/proc/meminfo: memFree=28079856/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=3005512 CPUtime=1801.84
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 723602 0 0 0 164725 15459 0 0 25 0 1 0 130275402 3077644288 721886 4089446400 4194304 7136930 140733688914064 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13311/statm: 751378 721886 399 719 0 750657 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 3005512

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.10 3/198 13436
/proc/meminfo: memFree=28079856/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=3005512 CPUtime=1802.03
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4202496 723602 0 0 0 164744 15459 0 0 25 0 1 0 130275402 3077644288 721886 4089446400 4194304 7136930 140733688914064 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13311/statm: 751378 721886 399 719 0 750657 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 3005512

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.10 3/198 13436
/proc/meminfo: memFree=28079856/32951124 swapFree=67111528/67111528
[pid=13311] ppid=13309 vsize=0 CPUtime=1802.14
/proc/13311/stat : 13311 (pbscip.linux.x8) R 13309 13311 12555 0 -1 4203524 723602 0 0 0 164745 15469 0 0 25 0 1 0 130275402 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.15
CPU user time (s): 1647.46
CPU system time (s): 154.694
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3005512

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

runsolver used 2.56161 second user time and 5.78112 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 11:23:15
IDJOB=2693690
IDBENCH=78670
IDSOLVER=1206
FILE ID=node138/2693690-1277889795
PBS_JOBID= 11197077
Free space on /tmp= 74124 MiB

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

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

MD5SUM BENCH= f839b9b81895c491ec67614997c8bc2d
RANDOM SEED=2056145576

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31036108 kB
Buffers:        173344 kB
Cached:        1482216 kB
SwapCached:          0 kB
Active:         748484 kB
Inactive:      1016556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31036108 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3052 kB
Writeback:           0 kB
AnonPages:      109808 kB
Mapped:          18484 kB
Slab:            82928 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   277244 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= 74136 MiB
End job on node138 at 2010-06-30 11:53:18