Trace number 2693810

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.17 1802.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-35-30--soft-66-100-0.wbo
MD5SUM855765d60afa4a3ed9dadddc2a73110a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.045992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1050
Total number of constraints65
Number of soft constraints17
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
Top cost 939
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 938
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-2693810-1277893720.wbo>
0.00/0.00	c original problem has 1084 variables (1067 bin, 0 int, 0 impl, 17 cont) and 83 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 17 impls, 24 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 17 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 17 impls, 24 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 17 chg bounds, 0 chg sides, 0 chg coeffs, 24 upgd conss, 17 impls, 24 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 17 chg bounds, 0 chg sides, 0 chg coeffs, 48 upgd conss, 17 impls, 24 clqs
0.00/0.02	c    (0.0s) probing: 101/1067 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 17 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  17 implications, 24 cliques
0.00/0.02	c presolved problem has 1084 variables (1067 bin, 0 int, 0 impl, 17 cont) and 82 constraints
0.00/0.02	c      17 constraints of type <indicator>
0.00/0.02	c      24 constraints of type <setppc>
0.00/0.02	c      17 constraints of type <linear>
0.00/0.02	c      24 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - |2248k|   0 |   - |1084 |  82 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.13	c   1.1s| 10000 |  9929 |     0 |   0.0 |5602k| 727 |   - |1084 | 213 |   0 |   0 |   0 | 321 |   0 | 0.000000e+00 |      --      |    Inf 
2.20/2.24	c   2.1s| 20000 | 19857 |     0 |   0.0 |8593k| 752 |   - |1084 | 257 |   0 |   0 |   0 | 591 |   0 | 0.000000e+00 |      --      |    Inf 
3.30/3.38	c   3.2s| 30000 | 29771 |     0 |   0.0 |  11M| 752 |   - |1084 | 290 |   0 |   0 |   0 |1003 |   0 | 0.000000e+00 |      --      |    Inf 
4.49/4.52	c   4.3s| 40000 | 39685 |     0 |   0.0 |  14M| 752 |   - |1084 | 339 |   0 |   0 |   0 |1407 |   0 | 0.000000e+00 |      --      |    Inf 
5.59/5.64	c   5.3s| 50000 | 49609 |     0 |   0.0 |  17M| 752 |   - |1084 | 366 |   0 |   0 |   0 |1778 |   0 | 0.000000e+00 |      --      |    Inf 
6.69/6.75	c   6.4s| 60000 | 59544 |     0 |   0.0 |  20M| 752 |   - |1084 | 361 |   0 |   0 |   0 |2105 |   0 | 0.000000e+00 |      --      |    Inf 
7.79/7.85	c   7.4s| 70000 | 69447 |     0 |   0.0 |  23M| 752 |   - |1084 | 399 |   0 |   0 |   0 |2567 |   0 | 0.000000e+00 |      --      |    Inf 
8.89/8.94	c   8.4s| 80000 | 79326 |     0 |   0.0 |  26M| 752 |   - |1084 | 466 |   0 |   0 |   0 |3120 |   0 | 0.000000e+00 |      --      |    Inf 
9.99/10.00	c   9.4s| 90000 | 89219 |     0 |   0.0 |  29M| 752 |   - |1084 | 516 |   0 |   0 |   0 |3670 |   0 | 0.000000e+00 |      --      |    Inf 
11.00/11.08	c  10.4s|100000 | 99120 |     0 |   0.0 |  32M| 752 |   - |1084 | 492 |   0 |   0 |   0 |4209 |   0 | 0.000000e+00 |      --      |    Inf 
12.10/12.17	c  11.5s|110000 |109010 |     0 |   0.0 |  35M| 752 |   - |1084 | 434 |   0 |   0 |   0 |4708 |   0 | 0.000000e+00 |      --      |    Inf 
13.19/13.24	c  12.5s|120000 |118893 |     0 |   0.0 |  39M| 752 |   - |1084 | 445 |   0 |   0 |   0 |5192 |   0 | 0.000000e+00 |      --      |    Inf 
14.19/14.29	c  13.5s|130000 |128785 |     0 |   0.0 |  42M| 752 |   - |1084 | 432 |   0 |   0 |   0 |5640 |   0 | 0.000000e+00 |      --      |    Inf 
15.29/15.33	c  14.5s|140000 |138650 |     0 |   0.0 |  45M| 752 |   - |1084 | 487 |   0 |   0 |   0 |6177 |   0 | 0.000000e+00 |      --      |    Inf 
16.29/16.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.29/16.33	c  15.4s|150000 |148518 |     0 |   0.0 |  48M| 752 |   - |1084 | 517 |   0 |   0 |   0 |6718 |   0 | 0.000000e+00 |      --      |    Inf 
17.29/17.32	c  16.3s|160000 |158353 |     0 |   0.0 |  51M| 752 |   - |1084 | 621 |   0 |   0 |   0 |7475 |   0 | 0.000000e+00 |      --      |    Inf 
18.29/18.36	c  17.3s|170000 |168240 |     0 |   0.0 |  54M| 793 |   - |1084 | 453 |   0 |   0 |   0 |7869 |   0 | 0.000000e+00 |      --      |    Inf 
19.49/19.51	c  18.4s|180000 |178141 |     0 |   0.0 |  57M| 793 |   - |1084 | 494 |   0 |   0 |   0 |8245 |   0 | 0.000000e+00 |      --      |    Inf 
20.59/20.63	c  19.5s|190000 |188043 |     0 |   0.0 |  60M| 793 |   - |1084 | 509 |   0 |   0 |   0 |8696 |   0 | 0.000000e+00 |      --      |    Inf 
21.69/21.75	c  20.5s|200000 |197962 |     0 |   0.0 |  63M| 793 |   - |1084 | 479 |   0 |   0 |   0 |9100 |   0 | 0.000000e+00 |      --      |    Inf 
22.79/22.89	c  21.6s|210000 |207886 |     0 |   0.0 |  66M| 793 |   - |1084 | 442 |   0 |   0 |   0 |9432 |   0 | 0.000000e+00 |      --      |    Inf 
23.99/24.03	c  22.7s|220000 |217815 |     0 |   0.0 |  69M| 793 |   - |1084 | 432 |   0 |   0 |   0 |9760 |   0 | 0.000000e+00 |      --      |    Inf 
25.09/25.16	c  23.8s|230000 |227746 |     0 |   0.0 |  72M| 793 |   - |1084 | 431 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
26.20/26.29	c  24.8s|240000 |237674 |     0 |   0.0 |  75M| 793 |   - |1084 | 421 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
27.40/27.44	c  25.9s|250000 |247597 |     0 |   0.0 |  78M| 793 |   - |1084 | 306 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
28.50/28.57	c  26.9s|260000 |257515 |     0 |   0.0 |  80M| 793 |   - |1084 | 319 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
29.60/29.69	c  28.0s|270000 |267443 |     0 |   0.0 |  83M| 793 |   - |1084 | 335 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
30.79/30.82	c  29.1s|280000 |277374 |     0 |   0.0 |  86M| 793 |   - |1084 | 283 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
31.90/31.93	c  30.1s|290000 |287313 |     0 |   0.0 |  89M| 793 |   - |1084 | 306 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
33.00/33.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.00/33.05	c  31.2s|300000 |297238 |     0 |   0.0 |  92M| 793 |   - |1084 | 381 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
34.10/34.17	c  32.2s|310000 |307161 |     0 |   0.0 |  95M| 793 |   - |1084 | 350 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
35.20/35.29	c  33.3s|320000 |317096 |     0 |   0.0 |  98M| 793 |   - |1084 | 322 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
36.40/36.41	c  34.3s|330000 |327017 |     0 |   0.0 | 101M| 793 |   - |1084 | 385 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
37.50/37.54	c  35.4s|340000 |336927 |     0 |   0.0 | 104M| 793 |   - |1084 | 382 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
38.60/38.65	c  36.5s|350000 |346866 |     0 |   0.0 | 107M| 793 |   - |1084 | 342 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
39.69/39.79	c  37.5s|360000 |356780 |     0 |   0.0 | 110M| 793 |   - |1084 | 373 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
40.89/40.91	c  38.6s|370000 |366716 |     0 |   0.0 | 112M| 793 |   - |1084 | 365 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
41.99/42.03	c  39.6s|380000 |376645 |     0 |   0.0 | 115M| 793 |   - |1084 | 368 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
43.09/43.15	c  40.7s|390000 |386571 |     0 |   0.0 | 118M| 793 |   - |1084 | 360 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
44.20/44.28	c  41.8s|400000 |396498 |     0 |   0.0 | 121M| 793 |   - |1084 | 351 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
45.40/45.41	c  42.9s|410000 |406419 |     0 |   0.0 | 124M| 793 |   - |1084 | 344 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
46.49/46.53	c  43.9s|420000 |416356 |     0 |   0.0 | 127M| 793 |   - |1084 | 332 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
47.59/47.65	c  45.0s|430000 |426275 |     0 |   0.0 | 130M| 793 |   - |1084 | 315 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
48.69/48.76	c  46.0s|440000 |436206 |     0 |   0.0 | 133M| 793 |   - |1084 | 367 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
49.79/49.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.79/49.88	c  47.0s|450000 |446136 |     0 |   0.0 | 136M| 793 |   - |1084 | 344 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
50.89/50.99	c  48.1s|460000 |456064 |     0 |   0.0 | 139M| 793 |   - |1084 | 318 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
51.99/52.09	c  49.1s|470000 |466000 |     0 |   0.0 | 142M| 793 |   - |1084 | 344 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
53.19/53.20	c  50.2s|480000 |475927 |     0 |   0.0 | 145M| 793 |   - |1084 | 348 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
54.29/54.32	c  51.2s|490000 |485847 |     0 |   0.0 | 148M| 793 |   - |1084 | 327 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
55.39/55.44	c  52.3s|500000 |495762 |     0 |   0.0 | 151M| 793 |   - |1084 | 395 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
56.49/56.54	c  53.4s|510000 |505684 |     0 |   0.0 | 153M| 793 |   - |1084 | 407 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
57.59/57.66	c  54.4s|520000 |515600 |     0 |   0.0 | 156M| 793 |   - |1084 | 432 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
58.69/58.76	c  55.4s|530000 |525536 |     0 |   0.0 | 159M| 793 |   - |1084 | 380 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
59.80/59.87	c  56.5s|540000 |535458 |     0 |   0.0 | 162M| 793 |   - |1084 | 375 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
61.00/61.00	c  57.5s|550000 |545359 |     0 |   0.0 | 165M| 793 |   - |1084 | 413 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
62.09/62.12	c  58.6s|560000 |555291 |     0 |   0.0 | 168M| 793 |   - |1084 | 348 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
63.20/63.26	c  59.7s|570000 |565193 |     0 |   0.0 | 171M| 793 |   - |1084 | 413 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
64.30/64.37	c  60.7s|580000 |575124 |     0 |   0.0 | 174M| 793 |   - |1084 | 393 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
65.40/65.49	c  61.8s|590000 |585041 |     0 |   0.0 | 177M| 793 |   - |1084 | 442 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
66.40/66.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.40/66.50	c  62.7s|600000 |594967 |     0 |   0.0 | 180M| 793 |   - |1084 | 418 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
67.39/67.49	c  63.7s|610000 |604898 |     0 |   0.0 | 183M| 793 |   - |1084 | 418 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
68.39/68.47	c  64.6s|620000 |614827 |     0 |   0.0 | 186M| 793 |   - |1084 | 439 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
69.39/69.47	c  65.5s|630000 |624744 |     0 |   0.0 | 188M| 793 |   - |1084 | 418 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
70.40/70.48	c  66.5s|640000 |634664 |     0 |   0.0 | 191M| 793 |   - |1084 | 416 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
71.39/71.47	c  67.4s|650000 |644588 |     0 |   0.0 | 194M| 793 |   - |1084 | 402 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
72.40/72.46	c  68.4s|660000 |654517 |     0 |   0.0 | 197M| 793 |   - |1084 | 389 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
73.39/73.45	c  69.3s|670000 |664448 |     0 |   0.0 | 200M| 793 |   - |1084 | 407 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
74.39/74.44	c  70.2s|680000 |674359 |     0 |   0.0 | 203M| 793 |   - |1084 | 402 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
75.39/75.44	c  71.2s|690000 |684289 |     0 |   0.0 | 206M| 793 |   - |1084 | 365 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
76.39/76.43	c  72.1s|700000 |694211 |     0 |   0.0 | 209M| 793 |   - |1084 | 428 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
77.39/77.44	c  73.1s|710000 |704133 |     0 |   0.0 | 212M| 793 |   - |1084 | 413 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
78.40/78.41	c  74.0s|720000 |714060 |     0 |   0.0 | 215M| 793 |   - |1084 | 423 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
79.30/79.40	c  74.9s|730000 |723982 |     0 |   0.0 | 218M| 793 |   - |1084 | 414 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
80.30/80.39	c  75.8s|740000 |733909 |     0 |   0.0 | 220M| 793 |   - |1084 | 373 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
81.30/81.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.30/81.38	c  76.8s|750000 |743839 |     0 |   0.0 | 223M| 793 |   - |1084 | 389 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
82.29/82.36	c  77.7s|760000 |753757 |     0 |   0.0 | 226M| 793 |   - |1084 | 393 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
83.29/83.36	c  78.7s|770000 |763679 |     0 |   0.0 | 229M| 793 |   - |1084 | 388 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
84.29/84.33	c  79.6s|780000 |773600 |     0 |   0.0 | 232M| 793 |   - |1084 | 478 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
85.29/85.33	c  80.5s|790000 |783513 |     0 |   0.0 | 235M| 793 |   - |1084 | 426 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
86.29/86.32	c  81.5s|800000 |793449 |     0 |   0.0 | 238M| 793 |   - |1084 | 397 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
87.29/87.31	c  82.4s|810000 |803361 |     0 |   0.0 | 241M| 793 |   - |1084 | 426 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
88.29/88.32	c  83.3s|820000 |813289 |     0 |   0.0 | 244M| 793 |   - |1084 | 382 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
89.29/89.31	c  84.3s|830000 |823216 |     0 |   0.0 | 247M| 793 |   - |1084 | 412 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
90.29/90.30	c  85.2s|840000 |833145 |     0 |   0.0 | 250M| 793 |   - |1084 | 421 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
91.19/91.30	c  86.2s|850000 |843068 |     0 |   0.0 | 253M| 793 |   - |1084 | 427 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
92.19/92.29	c  87.1s|860000 |853001 |     0 |   0.0 | 256M| 793 |   - |1084 | 388 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
93.19/93.27	c  88.0s|870000 |862927 |     0 |   0.0 | 259M| 793 |   - |1084 | 408 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
94.20/94.24	c  88.9s|880000 |872853 |     0 |   0.0 | 262M| 793 |   - |1084 | 443 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
95.20/95.23	c  89.9s|890000 |882779 |     0 |   0.0 | 265M| 793 |   - |1084 | 444 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
96.19/96.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.19/96.24	c  90.8s|900000 |892697 |     0 |   0.0 | 267M| 793 |   - |1084 | 447 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
97.20/97.23	c  91.8s|910000 |902619 |     0 |   0.0 | 270M| 793 |   - |1084 | 417 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
98.19/98.22	c  92.7s|920000 |912544 |     0 |   0.0 | 273M| 793 |   - |1084 | 412 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
99.19/99.20	c  93.6s|930000 |922468 |     0 |   0.0 | 276M| 793 |   - |1084 | 427 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
100.20/100.20	c  94.5s|940000 |932396 |     0 |   0.0 | 279M| 793 |   - |1084 | 417 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
101.10/101.20	c  95.5s|950000 |942320 |     0 |   0.0 | 282M| 793 |   - |1084 | 436 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
102.10/102.18	c  96.4s|960000 |952235 |     0 |   0.0 | 285M| 793 |   - |1084 | 433 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
103.09/103.14	c  97.3s|970000 |962173 |     0 |   0.0 | 288M| 793 |   - |1084 | 417 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
104.10/104.13	c  98.3s|980000 |972087 |     0 |   0.0 | 291M| 793 |   - |1084 | 421 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
105.09/105.11	c  99.2s|990000 |982011 |     0 |   0.0 | 294M| 793 |   - |1084 | 446 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
105.99/106.07	c   100s|  1000k|991940 |     0 |   0.0 | 297M| 793 |   - |1084 | 455 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
107.00/107.06	c   101s|  1010k|  1001k|     0 |   0.0 | 300M| 793 |   - |1084 | 437 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
108.00/108.04	c   102s|  1020k|  1011k|     0 |   0.0 | 303M| 793 |   - |1084 | 432 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
109.00/109.04	c   103s|  1030k|  1021k|     0 |   0.0 | 305M| 793 |   - |1084 | 453 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
110.00/110.04	c   104s|  1040k|  1031k|     0 |   0.0 | 308M| 793 |   - |1084 | 442 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
111.00/111.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.00/111.04	c   105s|  1050k|  1041k|     0 |   0.0 | 311M| 793 |   - |1084 | 422 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
112.00/112.04	c   106s|  1060k|  1051k|     0 |   0.0 | 314M| 793 |   - |1084 | 432 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
113.00/113.04	c   107s|  1070k|  1061k|     0 |   0.0 | 317M| 793 |   - |1084 | 445 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
113.99/114.03	c   108s|  1080k|  1071k|     0 |   0.0 | 320M| 793 |   - |1084 | 451 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
115.00/115.00	c   109s|  1090k|  1081k|     0 |   0.0 | 323M| 793 |   - |1084 | 441 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
115.99/116.01	c   109s|  1100k|  1091k|     0 |   0.0 | 326M| 793 |   - |1084 | 435 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
117.00/117.02	c   110s|  1110k|  1101k|     0 |   0.0 | 329M| 793 |   - |1084 | 468 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
118.00/118.00	c   111s|  1120k|  1110k|     0 |   0.0 | 332M| 793 |   - |1084 | 441 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
118.89/118.99	c   112s|  1130k|  1120k|     0 |   0.0 | 335M| 793 |   - |1084 | 443 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
119.99/120.00	c   113s|  1140k|  1130k|     0 |   0.0 | 338M| 793 |   - |1084 | 438 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
120.90/120.96	c   114s|  1150k|  1140k|     0 |   0.0 | 340M| 793 |   - |1084 | 421 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
121.90/121.93	c   115s|  1160k|  1150k|     0 |   0.0 | 343M| 793 |   - |1084 | 401 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
122.90/122.90	c   116s|  1170k|  1160k|     0 |   0.0 | 346M| 793 |   - |1084 | 408 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
123.79/123.88	c   117s|  1180k|  1170k|     0 |   0.0 | 349M| 793 |   - |1084 | 432 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
124.79/124.87	c   118s|  1190k|  1180k|     0 |   0.0 | 352M| 793 |   - |1084 | 473 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
125.80/125.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.80/125.86	c   119s|  1200k|  1190k|     0 |   0.0 | 355M| 793 |   - |1084 | 433 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
126.79/126.85	c   120s|  1210k|  1200k|     0 |   0.0 | 358M| 793 |   - |1084 | 446 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
127.79/127.84	c   121s|  1220k|  1210k|     0 |   0.0 | 361M| 793 |   - |1084 | 469 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
128.80/128.83	c   122s|  1230k|  1220k|     0 |   0.0 | 364M| 793 |   - |1084 | 458 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
129.80/129.81	c   123s|  1240k|  1230k|     0 |   0.0 | 367M| 793 |   - |1084 | 442 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
130.80/130.80	c   123s|  1250k|  1239k|     0 |   0.0 | 370M| 793 |   - |1084 | 454 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
131.69/131.79	c   124s|  1260k|  1249k|     0 |   0.0 | 373M| 793 |   - |1084 | 460 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
132.70/132.79	c   125s|  1270k|  1259k|     0 |   0.0 | 376M| 793 |   - |1084 | 432 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
133.79/133.80	c   126s|  1280k|  1269k|     0 |   0.0 | 379M| 793 |   - |1084 | 463 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
134.80/134.80	c   127s|  1290k|  1279k|     0 |   0.0 | 382M| 793 |   - |1084 | 449 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
135.80/135.81	c   128s|  1300k|  1289k|     0 |   0.0 | 384M| 793 |   - |1084 | 437 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
136.79/136.80	c   129s|  1310k|  1299k|     0 |   0.0 | 387M| 793 |   - |1084 | 438 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
137.70/137.78	c   130s|  1320k|  1309k|     0 |   0.0 | 390M| 793 |   - |1084 | 442 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
138.70/138.78	c   131s|  1330k|  1319k|     0 |   0.0 | 393M| 793 |   - |1084 | 423 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
139.70/139.77	c   132s|  1340k|  1329k|     0 |   0.0 | 396M| 793 |   - |1084 | 422 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
140.70/140.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.70/140.74	c   133s|  1350k|  1339k|     0 |   0.0 | 399M| 793 |   - |1084 | 454 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
141.70/141.73	c   134s|  1360k|  1349k|     0 |   0.0 | 402M| 793 |   - |1084 | 453 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
142.70/142.72	c   135s|  1370k|  1359k|     0 |   0.0 | 405M| 793 |   - |1084 | 446 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
143.70/143.70	c   136s|  1380k|  1368k|     0 |   0.0 | 408M| 793 |   - |1084 | 449 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
144.60/144.69	c   137s|  1390k|  1378k|     0 |   0.0 | 411M| 793 |   - |1084 | 471 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
145.60/145.69	c   137s|  1400k|  1388k|     0 |   0.0 | 414M| 793 |   - |1084 | 461 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
146.59/146.68	c   138s|  1410k|  1398k|     0 |   0.0 | 416M| 793 |   - |1084 | 460 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
147.59/147.67	c   139s|  1420k|  1408k|     0 |   0.0 | 419M| 793 |   - |1084 | 452 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
148.59/148.65	c   140s|  1430k|  1418k|     0 |   0.0 | 422M| 793 |   - |1084 | 439 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
149.60/149.64	c   141s|  1440k|  1428k|     0 |   0.0 | 425M| 793 |   - |1084 | 439 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
150.60/150.69	c   142s|  1450k|  1438k|     0 |   0.0 | 428M| 793 |   - |1084 | 515 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
151.59/151.69	c   143s|  1460k|  1448k|     0 |   0.0 | 431M| 793 |   - |1084 | 514 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
152.59/152.67	c   144s|  1470k|  1458k|     0 |   0.0 | 434M| 793 |   - |1084 | 479 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
153.59/153.67	c   145s|  1480k|  1468k|     0 |   0.0 | 437M| 793 |   - |1084 | 468 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
154.60/154.66	c   146s|  1490k|  1478k|     0 |   0.0 | 440M| 793 |   - |1084 | 459 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
155.59/155.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.59/155.67	c   147s|  1500k|  1488k|     0 |   0.0 | 443M| 793 |   - |1084 | 497 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
156.60/156.69	c   148s|  1510k|  1497k|     0 |   0.0 | 445M| 793 |   - |1084 | 469 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
157.69/157.70	c   149s|  1520k|  1507k|     0 |   0.0 | 448M| 793 |   - |1084 | 477 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
158.60/158.69	c   150s|  1530k|  1517k|     0 |   0.0 | 451M| 793 |   - |1084 | 498 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
159.60/159.68	c   151s|  1540k|  1527k|     0 |   0.0 | 454M| 793 |   - |1084 | 493 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
160.61/160.66	c   152s|  1550k|  1537k|     0 |   0.0 | 457M| 793 |   - |1084 | 469 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
161.60/161.65	c   153s|  1560k|  1547k|     0 |   0.0 | 460M| 793 |   - |1084 | 478 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
162.59/162.63	c   153s|  1570k|  1557k|     0 |   0.0 | 463M| 793 |   - |1084 | 454 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
163.60/163.64	c   154s|  1580k|  1567k|     0 |   0.0 | 466M| 793 |   - |1084 | 487 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
164.60/164.63	c   155s|  1590k|  1577k|     0 |   0.0 | 469M| 793 |   - |1084 | 465 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
165.60/165.64	c   156s|  1600k|  1587k|     0 |   0.0 | 471M| 793 |   - |1084 | 467 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
166.60/166.61	c   157s|  1610k|  1597k|     0 |   0.0 | 474M| 793 |   - |1084 | 456 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
167.50/167.59	c   158s|  1620k|  1607k|     0 |   0.0 | 477M| 793 |   - |1084 | 430 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
168.50/168.57	c   159s|  1630k|  1616k|     0 |   0.0 | 480M| 793 |   - |1084 | 414 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
169.50/169.55	c   160s|  1640k|  1626k|     0 |   0.0 | 483M| 793 |   - |1084 | 390 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
170.50/170.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.50/170.53	c   161s|  1650k|  1636k|     0 |   0.0 | 486M| 793 |   - |1084 | 428 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
171.51/171.52	c   162s|  1660k|  1646k|     0 |   0.0 | 489M| 793 |   - |1084 | 485 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
172.49/172.51	c   163s|  1670k|  1656k|     0 |   0.0 | 492M| 793 |   - |1084 | 501 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
173.49/173.50	c   164s|  1680k|  1666k|     0 |   0.0 | 495M| 793 |   - |1084 | 503 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
174.40/174.48	c   165s|  1690k|  1676k|     0 |   0.0 | 498M| 793 |   - |1084 | 482 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
175.40/175.45	c   166s|  1700k|  1686k|     0 |   0.0 | 501M| 793 |   - |1084 | 524 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
176.40/176.43	c   166s|  1710k|  1696k|     0 |   0.0 | 503M| 793 |   - |1084 | 553 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
177.40/177.42	c   167s|  1720k|  1706k|     0 |   0.0 | 506M| 793 |   - |1084 | 547 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
178.30/178.38	c   168s|  1730k|  1716k|     0 |   0.0 | 509M| 793 |   - |1084 | 524 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
179.30/179.36	c   169s|  1740k|  1725k|     0 |   0.0 | 512M| 793 |   - |1084 | 521 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
180.30/180.32	c   170s|  1750k|  1735k|     0 |   0.0 | 515M| 793 |   - |1084 | 517 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
181.30/181.30	c   171s|  1760k|  1745k|     0 |   0.0 | 518M| 793 |   - |1084 | 515 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
182.20/182.26	c   172s|  1770k|  1755k|     0 |   0.0 | 521M| 793 |   - |1084 | 489 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
183.20/183.23	c   173s|  1780k|  1765k|     0 |   0.0 | 524M| 793 |   - |1084 | 497 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
184.19/184.20	c   174s|  1790k|  1775k|     0 |   0.0 | 527M| 793 |   - |1084 | 485 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
185.09/185.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.09/185.16	c   175s|  1800k|  1785k|     0 |   0.0 | 530M| 793 |   - |1084 | 452 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
186.10/186.12	c   176s|  1810k|  1795k|     0 |   0.0 | 533M| 793 |   - |1084 | 489 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
187.00/187.07	c   177s|  1820k|  1805k|     0 |   0.0 | 536M| 793 |   - |1084 | 502 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
188.00/188.04	c   177s|  1830k|  1815k|     0 |   0.0 | 539M| 793 |   - |1084 | 579 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
189.00/189.02	c   178s|  1840k|  1825k|     0 |   0.0 | 542M| 793 |   - |1084 | 510 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
190.00/190.01	c   179s|  1850k|  1835k|     0 |   0.0 | 544M| 793 |   - |1084 | 527 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
190.90/190.98	c   180s|  1860k|  1845k|     0 |   0.0 | 547M| 793 |   - |1084 | 495 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
191.89/191.94	c   181s|  1870k|  1854k|     0 |   0.0 | 550M| 793 |   - |1084 | 485 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
192.90/192.92	c   182s|  1880k|  1864k|     0 |   0.0 | 553M| 793 |   - |1084 | 489 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
193.79/193.89	c   183s|  1890k|  1874k|     0 |   0.0 | 556M| 793 |   - |1084 | 544 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
194.79/194.87	c   184s|  1900k|  1884k|     0 |   0.0 | 559M| 793 |   - |1084 | 508 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
195.81/195.86	c   185s|  1910k|  1894k|     0 |   0.0 | 562M| 793 |   - |1084 | 532 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
196.80/196.84	c   186s|  1920k|  1904k|     0 |   0.0 | 565M| 793 |   - |1084 | 483 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
197.80/197.80	c   187s|  1930k|  1914k|     0 |   0.0 | 568M| 793 |   - |1084 | 492 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
198.70/198.79	c   188s|  1940k|  1924k|     0 |   0.0 | 571M| 793 |   - |1084 | 545 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
199.70/199.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.70/199.76	c   188s|  1950k|  1934k|     0 |   0.0 | 574M| 793 |   - |1084 | 521 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
200.69/200.73	c   189s|  1960k|  1944k|     0 |   0.0 | 577M| 793 |   - |1084 | 509 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
201.70/201.71	c   190s|  1970k|  1954k|     0 |   0.0 | 579M| 793 |   - |1084 | 527 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
202.70/202.71	c   191s|  1980k|  1964k|     0 |   0.0 | 582M| 793 |   - |1084 | 482 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
203.70/203.72	c   192s|  1990k|  1973k|     0 |   0.0 | 585M| 793 |   - |1084 | 504 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
204.70/204.70	c   193s|  2000k|  1983k|     0 |   0.0 | 588M| 793 |   - |1084 | 494 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
205.60/205.69	c   194s|  2010k|  1993k|     0 |   0.0 | 591M| 793 |   - |1084 | 461 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
206.60/206.66	c   195s|  2020k|  2003k|     0 |   0.0 | 594M| 793 |   - |1084 | 473 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
207.59/207.64	c   196s|  2030k|  2013k|     0 |   0.0 | 597M| 793 |   - |1084 | 455 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
208.60/208.63	c   197s|  2040k|  2023k|     0 |   0.0 | 600M| 793 |   - |1084 | 504 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
209.60/209.62	c   198s|  2050k|  2033k|     0 |   0.0 | 603M| 793 |   - |1084 | 435 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
210.59/210.61	c   199s|  2060k|  2043k|     0 |   0.0 | 606M| 793 |   - |1084 | 465 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
211.50/211.58	c   200s|  2070k|  2053k|     0 |   0.0 | 608M| 793 |   - |1084 | 447 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
212.50/212.53	c   201s|  2080k|  2063k|     0 |   0.0 | 611M| 793 |   - |1084 | 442 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
213.49/213.52	c   201s|  2090k|  2073k|     0 |   0.0 | 614M| 793 |   - |1084 | 454 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
214.41/214.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.41/214.49	c   202s|  2100k|  2083k|     0 |   0.0 | 617M| 793 |   - |1084 | 459 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
215.40/215.47	c   203s|  2110k|  2093k|     0 |   0.0 | 620M| 793 |   - |1084 | 405 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
216.40/216.44	c   204s|  2120k|  2102k|     0 |   0.0 | 623M| 793 |   - |1084 | 426 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
217.30/217.39	c   205s|  2130k|  2112k|     0 |   0.0 | 626M| 793 |   - |1084 | 444 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
218.30/218.39	c   206s|  2140k|  2122k|     0 |   0.0 | 629M| 793 |   - |1084 | 423 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
219.30/219.37	c   207s|  2150k|  2132k|     0 |   0.0 | 632M| 793 |   - |1084 | 411 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
220.30/220.36	c   208s|  2160k|  2142k|     0 |   0.0 | 635M| 793 |   - |1084 | 431 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
221.30/221.35	c   209s|  2170k|  2152k|     0 |   0.0 | 638M| 793 |   - |1084 | 460 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
222.30/222.32	c   210s|  2180k|  2162k|     0 |   0.0 | 641M| 793 |   - |1084 | 490 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
223.30/223.30	c   211s|  2190k|  2172k|     0 |   0.0 | 643M| 793 |   - |1084 | 461 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
224.20/224.27	c   212s|  2200k|  2182k|     0 |   0.0 | 646M| 793 |   - |1084 | 513 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
225.20/225.25	c   213s|  2210k|  2192k|     0 |   0.0 | 649M| 793 |   - |1084 | 475 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
226.20/226.21	c   213s|  2220k|  2202k|     0 |   0.0 | 652M| 793 |   - |1084 | 474 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
227.09/227.18	c   214s|  2230k|  2212k|     0 |   0.0 | 655M| 793 |   - |1084 | 468 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
228.10/228.16	c   215s|  2240k|  2221k|     0 |   0.0 | 658M| 793 |   - |1084 | 475 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
229.10/229.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.10/229.12	c   216s|  2250k|  2231k|     0 |   0.0 | 661M| 793 |   - |1084 | 483 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
230.10/230.10	c   217s|  2260k|  2241k|     0 |   0.0 | 664M| 793 |   - |1084 | 469 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
231.01/231.09	c   218s|  2270k|  2251k|     0 |   0.0 | 667M| 793 |   - |1084 | 479 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
232.00/232.08	c   219s|  2280k|  2261k|     0 |   0.0 | 670M| 793 |   - |1084 | 506 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
233.00/233.06	c   220s|  2290k|  2271k|     0 |   0.0 | 673M| 793 |   - |1084 | 455 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
234.00/234.03	c   221s|  2300k|  2281k|     0 |   0.0 | 676M| 793 |   - |1084 | 457 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
235.00/235.00	c   222s|  2310k|  2291k|     0 |   0.0 | 679M| 793 |   - |1084 | 431 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
235.90/235.96	c   223s|  2320k|  2301k|     0 |   0.0 | 682M| 793 |   - |1084 | 423 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
236.90/236.95	c   224s|  2330k|  2311k|     0 |   0.0 | 685M| 793 |   - |1084 | 465 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
237.90/237.93	c   224s|  2340k|  2321k|     0 |   0.0 | 687M| 793 |   - |1084 | 448 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
238.80/238.89	c   225s|  2350k|  2331k|     0 |   0.0 | 690M| 793 |   - |1084 | 448 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
239.80/239.86	c   226s|  2360k|  2341k|     0 |   0.0 | 693M| 793 |   - |1084 | 488 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
240.80/240.86	c   227s|  2370k|  2350k|     0 |   0.0 | 696M| 793 |   - |1084 | 501 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
241.80/241.86	c   228s|  2380k|  2360k|     0 |   0.0 | 699M| 793 |   - |1084 | 459 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
242.80/242.84	c   229s|  2390k|  2370k|     0 |   0.0 | 702M| 793 |   - |1084 | 452 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
243.70/243.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.70/243.79	c   230s|  2400k|  2380k|     0 |   0.0 | 705M| 793 |   - |1084 | 456 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
244.70/244.77	c   231s|  2410k|  2390k|     0 |   0.0 | 708M| 793 |   - |1084 | 496 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
245.70/245.73	c   232s|  2420k|  2400k|     0 |   0.0 | 711M| 793 |   - |1084 | 437 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
246.59/246.69	c   233s|  2430k|  2410k|     0 |   0.0 | 714M| 793 |   - |1084 | 466 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
247.60/247.67	c   234s|  2440k|  2420k|     0 |   0.0 | 717M| 793 |   - |1084 | 499 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
248.60/248.64	c   235s|  2450k|  2430k|     0 |   0.0 | 720M| 793 |   - |1084 | 482 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
249.61/249.61	c   235s|  2460k|  2440k|     0 |   0.0 | 723M| 793 |   - |1084 | 502 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
250.50/250.59	c   236s|  2470k|  2450k|     0 |   0.0 | 725M| 793 |   - |1084 | 486 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
251.50/251.55	c   237s|  2480k|  2460k|     0 |   0.0 | 728M| 793 |   - |1084 | 503 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
252.50/252.53	c   238s|  2490k|  2469k|     0 |   0.0 | 731M| 793 |   - |1084 | 501 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
253.40/253.48	c   239s|  2500k|  2479k|     0 |   0.0 | 734M| 793 |   - |1084 | 490 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
254.40/254.45	c   240s|  2510k|  2489k|     0 |   0.0 | 737M| 793 |   - |1084 | 501 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
255.40/255.44	c   241s|  2520k|  2499k|     0 |   0.0 | 740M| 793 |   - |1084 | 474 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
256.31/256.39	c   242s|  2530k|  2509k|     0 |   0.0 | 743M| 793 |   - |1084 | 495 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
257.31/257.38	c   243s|  2540k|  2519k|     0 |   0.0 | 746M| 793 |   - |1084 | 487 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
258.30/258.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.30/258.34	c   244s|  2550k|  2529k|     0 |   0.0 | 749M| 793 |   - |1084 | 448 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
259.30/259.31	c   245s|  2560k|  2539k|     0 |   0.0 | 752M| 793 |   - |1084 | 486 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
260.30/260.31	c   246s|  2570k|  2549k|     0 |   0.0 | 755M| 793 |   - |1084 | 567 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
261.20/261.29	c   247s|  2580k|  2559k|     0 |   0.0 | 758M| 793 |   - |1084 | 538 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
262.20/262.26	c   247s|  2590k|  2569k|     0 |   0.0 | 760M| 793 |   - |1084 | 486 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
263.20/263.22	c   248s|  2600k|  2579k|     0 |   0.0 | 763M| 793 |   - |1084 | 497 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
264.10/264.18	c   249s|  2610k|  2588k|     0 |   0.0 | 766M| 793 |   - |1084 | 508 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
265.10/265.14	c   250s|  2620k|  2598k|     0 |   0.0 | 769M| 793 |   - |1084 | 523 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
266.10/266.11	c   251s|  2630k|  2608k|     0 |   0.0 | 772M| 793 |   - |1084 | 491 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
267.00/267.07	c   252s|  2640k|  2618k|     0 |   0.0 | 775M| 793 |   - |1084 | 484 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
268.00/268.04	c   253s|  2650k|  2628k|     0 |   0.0 | 778M| 793 |   - |1084 | 468 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
269.00/269.00	c   254s|  2660k|  2638k|     0 |   0.0 | 781M| 793 |   - |1084 | 470 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
269.90/269.96	c   255s|  2670k|  2648k|     0 |   0.0 | 784M| 793 |   - |1084 | 529 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
270.90/270.92	c   256s|  2680k|  2658k|     0 |   0.0 | 787M| 793 |   - |1084 | 455 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
271.81/271.89	c   257s|  2690k|  2668k|     0 |   0.0 | 790M| 793 |   - |1084 | 470 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
272.81/272.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
272.81/272.87	c   257s|  2700k|  2678k|     0 |   0.0 | 793M| 793 |   - |1084 | 474 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
273.80/273.84	c   258s|  2710k|  2688k|     0 |   0.0 | 796M| 793 |   - |1084 | 490 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
274.80/274.80	c   259s|  2720k|  2698k|     0 |   0.0 | 799M| 793 |   - |1084 | 487 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
275.70/275.79	c   260s|  2730k|  2707k|     0 |   0.0 | 802M| 793 |   - |1084 | 498 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
276.70/276.76	c   261s|  2740k|  2717k|     0 |   0.0 | 805M| 793 |   - |1084 | 503 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
277.70/277.72	c   262s|  2750k|  2727k|     0 |   0.0 | 807M| 793 |   - |1084 | 496 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
278.70/278.70	c   263s|  2760k|  2737k|     0 |   0.0 | 810M| 793 |   - |1084 | 549 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
279.60/279.68	c   264s|  2770k|  2747k|     0 |   0.0 | 813M| 793 |   - |1084 | 532 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
280.60/280.64	c   265s|  2780k|  2757k|     0 |   0.0 | 816M| 793 |   - |1084 | 510 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
281.61/281.64	c   266s|  2790k|  2767k|     0 |   0.0 | 819M| 793 |   - |1084 | 446 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
282.60/282.61	c   267s|  2800k|  2777k|     0 |   0.0 | 822M| 793 |   - |1084 | 490 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
283.50/283.57	c   268s|  2810k|  2787k|     0 |   0.0 | 825M| 793 |   - |1084 | 471 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
284.50/284.53	c   268s|  2820k|  2797k|     0 |   0.0 | 828M| 793 |   - |1084 | 519 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
285.50/285.50	c   269s|  2830k|  2807k|     0 |   0.0 | 831M| 793 |   - |1084 | 502 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
286.40/286.49	c   270s|  2840k|  2817k|     0 |   0.0 | 834M| 793 |   - |1084 | 501 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
287.40/287.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.40/287.46	c   271s|  2850k|  2826k|     0 |   0.0 | 837M| 793 |   - |1084 | 508 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
288.40/288.44	c   272s|  2860k|  2836k|     0 |   0.0 | 840M| 793 |   - |1084 | 490 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
289.40/289.41	c   273s|  2870k|  2846k|     0 |   0.0 | 843M| 793 |   - |1084 | 518 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
290.31/290.37	c   274s|  2880k|  2856k|     0 |   0.0 | 845M| 793 |   - |1084 | 515 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
291.30/291.35	c   275s|  2890k|  2866k|     0 |   0.0 | 848M| 793 |   - |1084 | 472 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
292.30/292.31	c   276s|  2900k|  2876k|     0 |   0.0 | 851M| 793 |   - |1084 | 495 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
293.20/293.27	c   277s|  2910k|  2886k|     0 |   0.0 | 854M| 793 |   - |1084 | 483 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
294.21/294.27	c   278s|  2920k|  2896k|     0 |   0.0 | 857M| 793 |   - |1084 | 526 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
295.20/295.25	c   279s|  2930k|  2906k|     0 |   0.0 | 860M| 793 |   - |1084 | 493 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
296.20/296.22	c   279s|  2940k|  2916k|     0 |   0.0 | 863M| 793 |   - |1084 | 465 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
297.10/297.17	c   280s|  2950k|  2926k|     0 |   0.0 | 866M| 793 |   - |1084 | 466 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
298.11/298.13	c   281s|  2960k|  2936k|     0 |   0.0 | 869M| 793 |   - |1084 | 530 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
299.11/299.11	c   282s|  2970k|  2946k|     0 |   0.0 | 872M| 793 |   - |1084 | 463 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
300.10/300.12	c   283s|  2980k|  2955k|     0 |   0.0 | 875M| 793 |   - |1084 | 521 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
301.10/301.10	c   284s|  2990k|  2965k|     0 |   0.0 | 878M| 793 |   - |1084 | 467 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
302.00/302.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
302.00/302.07	c   285s|  3000k|  2975k|     0 |   0.0 | 881M| 793 |   - |1084 | 453 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
303.00/303.02	c   286s|  3010k|  2985k|     0 |   0.0 | 883M| 793 |   - |1084 | 463 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
303.90/303.99	c   287s|  3020k|  2995k|     0 |   0.0 | 886M| 793 |   - |1084 | 478 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
304.90/304.96	c   288s|  3030k|  3005k|     0 |   0.0 | 889M| 793 |   - |1084 | 510 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
305.91/305.98	c   289s|  3040k|  3015k|     0 |   0.0 | 892M| 793 |   - |1084 | 477 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
306.90/306.94	c   290s|  3050k|  3025k|     0 |   0.0 | 895M| 793 |   - |1084 | 466 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
307.80/307.89	c   290s|  3060k|  3035k|     0 |   0.0 | 898M| 793 |   - |1084 | 498 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
308.80/308.84	c   291s|  3070k|  3045k|     0 |   0.0 | 901M| 793 |   - |1084 | 447 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
309.81/309.83	c   292s|  3080k|  3055k|     0 |   0.0 | 904M| 793 |   - |1084 | 535 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
310.81/310.81	c   293s|  3090k|  3064k|     0 |   0.0 | 907M| 793 |   - |1084 | 473 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
311.70/311.77	c   294s|  3100k|  3074k|     0 |   0.0 | 910M| 793 |   - |1084 | 487 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
312.71/312.72	c   295s|  3110k|  3084k|     0 |   0.0 | 913M| 793 |   - |1084 | 488 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
313.61/313.67	c   296s|  3120k|  3094k|     0 |   0.0 | 916M| 793 |   - |1084 | 465 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
314.61/314.66	c   297s|  3130k|  3104k|     0 |   0.0 | 919M| 793 |   - |1084 | 492 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
315.61/315.62	c   298s|  3140k|  3114k|     0 |   0.0 | 921M| 793 |   - |1084 | 499 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
316.60/316.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.60/316.60	c   299s|  3150k|  3124k|     0 |   0.0 | 924M| 793 |   - |1084 | 527 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
317.51/317.56	c   300s|  3160k|  3134k|     0 |   0.0 | 927M| 793 |   - |1084 | 496 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
318.50/318.52	c   301s|  3170k|  3144k|     0 |   0.0 | 930M| 793 |   - |1084 | 475 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
319.40/319.48	c   301s|  3180k|  3154k|     0 |   0.0 | 933M| 793 |   - |1084 | 476 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
320.40/320.47	c   302s|  3190k|  3164k|     0 |   0.0 | 936M| 793 |   - |1084 | 470 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
321.40/321.42	c   303s|  3200k|  3174k|     0 |   0.0 | 939M| 793 |   - |1084 | 473 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
322.40/322.41	c   304s|  3210k|  3183k|     0 |   0.0 | 942M| 793 |   - |1084 | 465 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
323.41/323.42	c   305s|  3220k|  3193k|     0 |   0.0 | 945M| 793 |   - |1084 | 444 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
324.30/324.40	c   306s|  3230k|  3203k|     0 |   0.0 | 948M| 793 |   - |1084 | 480 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
325.30/325.37	c   307s|  3240k|  3213k|     0 |   0.0 | 951M| 793 |   - |1084 | 452 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
326.30/326.36	c   308s|  3250k|  3223k|     0 |   0.0 | 954M| 793 |   - |1084 | 433 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
327.31/327.33	c   309s|  3260k|  3233k|     0 |   0.0 | 957M| 793 |   - |1084 | 442 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
328.21/328.29	c   310s|  3270k|  3243k|     0 |   0.0 | 959M| 793 |   - |1084 | 459 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
329.20/329.24	c   311s|  3280k|  3253k|     0 |   0.0 | 962M| 793 |   - |1084 | 454 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
330.20/330.21	c   312s|  3290k|  3263k|     0 |   0.0 | 965M| 793 |   - |1084 | 444 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
331.11/331.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.11/331.19	c   312s|  3300k|  3273k|     0 |   0.0 | 968M| 793 |   - |1084 | 455 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
332.11/332.16	c   313s|  3310k|  3283k|     0 |   0.0 | 971M| 793 |   - |1084 | 472 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
333.10/333.12	c   314s|  3320k|  3293k|     0 |   0.0 | 974M| 793 |   - |1084 | 480 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
334.00/334.06	c   315s|  3330k|  3302k|     0 |   0.0 | 977M| 793 |   - |1084 | 499 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
335.00/335.04	c   316s|  3340k|  3312k|     0 |   0.0 | 980M| 793 |   - |1084 | 509 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
336.00/336.00	c   317s|  3350k|  3322k|     0 |   0.0 | 983M| 793 |   - |1084 | 500 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
336.90/336.94	c   318s|  3360k|  3332k|     0 |   0.0 | 986M| 793 |   - |1084 | 506 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
337.90/337.92	c   319s|  3370k|  3342k|     0 |   0.0 | 989M| 793 |   - |1084 | 526 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
338.81/338.89	c   320s|  3380k|  3352k|     0 |   0.0 | 992M| 793 |   - |1084 | 500 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
339.81/339.90	c   321s|  3390k|  3362k|     0 |   0.0 | 995M| 793 |   - |1084 | 491 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
340.81/340.87	c   322s|  3400k|  3372k|     0 |   0.0 | 998M| 793 |   - |1084 | 520 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
341.81/341.86	c   323s|  3410k|  3382k|     0 |   0.0 |1001M| 793 |   - |1084 | 511 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
342.80/342.85	c   323s|  3420k|  3392k|     0 |   0.0 |1003M| 793 |   - |1084 | 508 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
343.81/343.82	c   324s|  3430k|  3402k|     0 |   0.0 |1006M| 793 |   - |1084 | 525 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
344.71/344.77	c   325s|  3440k|  3412k|     0 |   0.0 |1009M| 793 |   - |1084 | 543 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
345.71/345.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
345.71/345.75	c   326s|  3450k|  3421k|     0 |   0.0 |1012M| 793 |   - |1084 | 515 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
346.70/346.70	c   327s|  3460k|  3431k|     0 |   0.0 |1015M| 793 |   - |1084 | 526 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
347.61/347.68	c   328s|  3470k|  3441k|     0 |   0.0 |1018M| 793 |   - |1084 | 508 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
348.61/348.68	c   329s|  3480k|  3451k|     0 |   0.0 |1021M| 793 |   - |1084 | 519 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
349.60/349.66	c   330s|  3490k|  3461k|     0 |   0.0 |1024M| 793 |   - |1084 | 463 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
350.60/350.66	c   331s|  3500k|  3471k|     0 |   0.0 |1027M| 793 |   - |1084 | 496 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
351.61/351.64	c   332s|  3510k|  3481k|     0 |   0.0 |1030M| 793 |   - |1084 | 497 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
352.60/352.60	c   333s|  3520k|  3491k|     0 |   0.0 |1033M| 793 |   - |1084 | 494 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
353.50/353.59	c   334s|  3530k|  3501k|     0 |   0.0 |1036M| 793 |   - |1084 | 524 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
354.51/354.57	c   335s|  3540k|  3511k|     0 |   0.0 |1039M| 793 |   - |1084 | 476 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
355.50/355.53	c   335s|  3550k|  3521k|     0 |   0.0 |1041M| 793 |   - |1084 | 449 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
356.50/356.50	c   336s|  3560k|  3530k|     0 |   0.0 |1044M| 793 |   - |1084 | 453 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
357.41/357.48	c   337s|  3570k|  3540k|     0 |   0.0 |1047M| 793 |   - |1084 | 494 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
358.40/358.44	c   338s|  3580k|  3550k|     0 |   0.0 |1050M| 793 |   - |1084 | 472 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
359.40/359.43	c   339s|  3590k|  3560k|     0 |   0.0 |1053M| 793 |   - |1084 | 523 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
360.41/360.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
360.41/360.41	c   340s|  3600k|  3570k|     0 |   0.0 |1056M| 793 |   - |1084 | 476 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
361.31/361.36	c   341s|  3610k|  3580k|     0 |   0.0 |1059M| 793 |   - |1084 | 503 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
362.31/362.32	c   342s|  3620k|  3590k|     0 |   0.0 |1062M| 793 |   - |1084 | 497 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
363.20/363.28	c   343s|  3630k|  3600k|     0 |   0.0 |1065M| 793 |   - |1084 | 470 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
364.21/364.25	c   344s|  3640k|  3610k|     0 |   0.0 |1068M| 793 |   - |1084 | 559 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
365.21/365.23	c   345s|  3650k|  3620k|     0 |   0.0 |1071M| 793 |   - |1084 | 505 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
366.21/366.21	c   346s|  3660k|  3630k|     0 |   0.0 |1074M| 793 |   - |1084 | 597 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
367.21/367.24	c   346s|  3670k|  3639k|     0 |   0.0 |1077M| 793 |   - |1084 | 525 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
368.20/368.21	c   347s|  3680k|  3649k|     0 |   0.0 |1080M| 793 |   - |1084 | 569 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
369.21/369.22	c   348s|  3690k|  3659k|     0 |   0.0 |1082M| 793 |   - |1084 | 524 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
370.20/370.21	c   349s|  3700k|  3669k|     0 |   0.0 |1085M| 793 |   - |1084 | 544 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
371.21/371.20	c   350s|  3710k|  3679k|     0 |   0.0 |1088M| 793 |   - |1084 | 527 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
372.10/372.18	c   351s|  3720k|  3689k|     0 |   0.0 |1091M| 793 |   - |1084 | 568 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
373.11/373.15	c   352s|  3730k|  3699k|     0 |   0.0 |1094M| 793 |   - |1084 | 508 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
374.11/374.12	c   353s|  3740k|  3709k|     0 |   0.0 |1097M| 793 |   - |1084 | 508 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
375.01/375.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.01/375.06	c   354s|  3750k|  3719k|     0 |   0.0 |1100M| 793 |   - |1084 | 494 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
376.01/376.03	c   355s|  3760k|  3729k|     0 |   0.0 |1103M| 793 |   - |1084 | 541 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
377.00/377.00	c   356s|  3770k|  3739k|     0 |   0.0 |1106M| 793 |   - |1084 | 510 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
377.90/378.00	c   357s|  3780k|  3749k|     0 |   0.0 |1109M| 793 |   - |1084 | 526 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
378.91/378.95	c   358s|  3790k|  3758k|     0 |   0.0 |1112M| 793 |   - |1084 | 510 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
379.80/379.89	c   358s|  3800k|  3768k|     0 |   0.0 |1115M| 793 |   - |1084 | 549 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
380.81/380.85	c   359s|  3810k|  3778k|     0 |   0.0 |1118M| 793 |   - |1084 | 544 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
381.80/381.81	c   360s|  3820k|  3788k|     0 |   0.0 |1121M| 793 |   - |1084 | 537 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
382.71/382.80	c   361s|  3830k|  3798k|     0 |   0.0 |1124M| 793 |   - |1084 | 562 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
383.70/383.76	c   362s|  3840k|  3808k|     0 |   0.0 |1127M| 793 |   - |1084 | 543 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
384.71/384.71	c   363s|  3850k|  3818k|     0 |   0.0 |1129M| 793 |   - |1084 | 519 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
385.61/385.65	c   364s|  3860k|  3828k|     0 |   0.0 |1132M| 793 |   - |1084 | 561 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
386.60/386.61	c   365s|  3870k|  3838k|     0 |   0.0 |1135M| 793 |   - |1084 | 532 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
387.60/387.60	c   366s|  3880k|  3848k|     0 |   0.0 |1138M| 793 |   - |1084 | 534 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
388.51/388.55	c   367s|  3890k|  3858k|     0 |   0.0 |1141M| 793 |   - |1084 | 532 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
389.51/389.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.51/389.50	c   368s|  3900k|  3868k|     0 |   0.0 |1144M| 793 |   - |1084 | 496 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
390.41/390.45	c   368s|  3910k|  3877k|     0 |   0.0 |1147M| 793 |   - |1084 | 520 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
391.40/391.42	c   369s|  3920k|  3887k|     0 |   0.0 |1150M| 793 |   - |1084 | 530 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
392.31/392.37	c   370s|  3930k|  3897k|     0 |   0.0 |1153M| 793 |   - |1084 | 492 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
393.30/393.35	c   371s|  3940k|  3907k|     0 |   0.0 |1156M| 793 |   - |1084 | 500 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
394.31/394.31	c   372s|  3950k|  3917k|     0 |   0.0 |1159M| 793 |   - |1084 | 526 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
395.21/395.28	c   373s|  3960k|  3927k|     0 |   0.0 |1162M| 793 |   - |1084 | 516 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
396.21/396.23	c   374s|  3970k|  3937k|     0 |   0.0 |1165M| 793 |   - |1084 | 509 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
397.11/397.17	c   375s|  3980k|  3947k|     0 |   0.0 |1168M| 793 |   - |1084 | 477 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
398.11/398.19	c   376s|  3990k|  3957k|     0 |   0.0 |1171M| 793 |   - |1084 | 492 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
399.11/399.14	c   377s|  4000k|  3967k|     0 |   0.0 |1174M| 793 |   - |1084 | 505 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
400.01/400.10	c   378s|  4010k|  3977k|     0 |   0.0 |1177M| 793 |   - |1084 | 551 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
401.00/401.04	c   378s|  4020k|  3986k|     0 |   0.0 |1180M| 793 |   - |1084 | 518 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
402.00/402.02	c   379s|  4030k|  3996k|     0 |   0.0 |1182M| 793 |   - |1084 | 515 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
402.91/402.98	c   380s|  4040k|  4006k|     0 |   0.0 |1185M| 793 |   - |1084 | 476 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
403.91/403.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
403.91/403.95	c   381s|  4050k|  4016k|     0 |   0.0 |1188M| 793 |   - |1084 | 511 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
404.81/404.88	c   382s|  4060k|  4026k|     0 |   0.0 |1191M| 793 |   - |1084 | 545 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
405.81/405.87	c   383s|  4070k|  4036k|     0 |   0.0 |1194M| 793 |   - |1084 | 538 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
406.81/406.84	c   384s|  4080k|  4046k|     0 |   0.0 |1197M| 793 |   - |1084 | 557 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
407.81/407.82	c   385s|  4090k|  4056k|     0 |   0.0 |1200M| 793 |   - |1084 | 560 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
408.70/408.78	c   386s|  4100k|  4066k|     0 |   0.0 |1203M| 793 |   - |1084 | 507 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
409.70/409.74	c   387s|  4110k|  4076k|     0 |   0.0 |1206M| 793 |   - |1084 | 544 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
410.70/410.70	c   388s|  4120k|  4086k|     0 |   0.0 |1209M| 793 |   - |1084 | 556 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
411.70/411.74	c   388s|  4130k|  4095k|     0 |   0.0 |1212M| 793 |   - |1084 | 548 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
412.71/412.70	c   389s|  4140k|  4105k|     0 |   0.0 |1215M| 793 |   - |1084 | 619 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
413.61/413.67	c   390s|  4150k|  4115k|     0 |   0.0 |1218M| 793 |   - |1084 | 572 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
414.62/414.65	c   391s|  4160k|  4125k|     0 |   0.0 |1221M| 793 |   - |1084 | 578 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
415.61/415.64	c   392s|  4170k|  4135k|     0 |   0.0 |1224M| 793 |   - |1084 | 531 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
416.61/416.60	c   393s|  4180k|  4145k|     0 |   0.0 |1227M| 793 |   - |1084 | 557 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
417.51/417.58	c   394s|  4190k|  4155k|     0 |   0.0 |1229M| 793 |   - |1084 | 560 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
418.50/418.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
418.50/418.52	c   395s|  4200k|  4165k|     0 |   0.0 |1232M| 793 |   - |1084 | 571 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
419.41/419.46	c   396s|  4210k|  4175k|     0 |   0.0 |1235M| 793 |   - |1084 | 568 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
420.41/420.43	c   397s|  4220k|  4185k|     0 |   0.0 |1238M| 793 |   - |1084 | 602 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
421.31/421.39	c   398s|  4230k|  4195k|     0 |   0.0 |1241M| 793 |   - |1084 | 586 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
422.31/422.36	c   399s|  4240k|  4205k|     0 |   0.0 |1244M| 793 |   - |1084 | 561 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
423.31/423.34	c   399s|  4250k|  4214k|     0 |   0.0 |1247M| 793 |   - |1084 | 617 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
424.31/424.33	c   400s|  4260k|  4224k|     0 |   0.0 |1250M| 793 |   - |1084 | 603 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
425.31/425.32	c   401s|  4270k|  4234k|     0 |   0.0 |1253M| 793 |   - |1084 | 556 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
426.21/426.27	c   402s|  4280k|  4244k|     0 |   0.0 |1256M| 793 |   - |1084 | 557 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
427.20/427.22	c   403s|  4290k|  4254k|     0 |   0.0 |1259M| 793 |   - |1084 | 571 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
428.10/428.19	c   404s|  4300k|  4264k|     0 |   0.0 |1262M| 793 |   - |1084 | 547 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
429.11/429.13	c   405s|  4310k|  4274k|     0 |   0.0 |1265M| 793 |   - |1084 | 553 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
430.01/430.06	c   406s|  4320k|  4284k|     0 |   0.0 |1268M| 793 |   - |1084 | 569 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
431.01/431.00	c   407s|  4330k|  4294k|     0 |   0.0 |1271M| 793 |   - |1084 | 568 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
431.90/431.98	c   408s|  4340k|  4304k|     0 |   0.0 |1274M| 793 |   - |1084 | 605 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
432.90/432.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.90/432.92	c   408s|  4350k|  4314k|     0 |   0.0 |1277M| 793 |   - |1084 | 570 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
433.81/433.87	c   409s|  4360k|  4323k|     0 |   0.0 |1280M| 793 |   - |1084 | 568 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
434.81/434.81	c   410s|  4370k|  4333k|     0 |   0.0 |1283M| 793 |   - |1084 | 562 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
435.71/435.78	c   411s|  4380k|  4343k|     0 |   0.0 |1286M| 793 |   - |1084 | 625 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
436.72/436.77	c   412s|  4390k|  4353k|     0 |   0.0 |1289M| 793 |   - |1084 | 661 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
437.71/437.74	c   413s|  4400k|  4363k|     0 |   0.0 |1292M| 793 |   - |1084 | 614 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
438.71/438.74	c   414s|  4410k|  4373k|     0 |   0.0 |1294M| 793 |   - |1084 | 574 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
439.71/439.71	c   415s|  4420k|  4383k|     0 |   0.0 |1297M| 793 |   - |1084 | 606 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
440.60/440.68	c   416s|  4430k|  4393k|     0 |   0.0 |1300M| 793 |   - |1084 | 630 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
441.61/441.65	c   417s|  4440k|  4403k|     0 |   0.0 |1303M| 793 |   - |1084 | 635 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
442.61/442.63	c   418s|  4450k|  4413k|     0 |   0.0 |1306M| 793 |   - |1084 | 600 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
443.50/443.59	c   419s|  4460k|  4423k|     0 |   0.0 |1309M| 793 |   - |1084 | 616 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
444.51/444.57	c   419s|  4470k|  4432k|     0 |   0.0 |1312M| 793 |   - |1084 | 560 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
445.51/445.53	c   420s|  4480k|  4442k|     0 |   0.0 |1315M| 793 |   - |1084 | 546 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
446.52/446.52	c   421s|  4490k|  4452k|     0 |   0.0 |1318M| 793 |   - |1084 | 546 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
447.40/447.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.40/447.47	c   422s|  4500k|  4462k|     0 |   0.0 |1321M| 793 |   - |1084 | 525 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
448.41/448.44	c   423s|  4510k|  4472k|     0 |   0.0 |1324M| 793 |   - |1084 | 567 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
449.31/449.37	c   424s|  4520k|  4482k|     0 |   0.0 |1327M| 793 |   - |1084 | 554 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
450.31/450.31	c   425s|  4530k|  4492k|     0 |   0.0 |1329M| 793 |   - |1084 | 535 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
451.21/451.27	c   426s|  4540k|  4502k|     0 |   0.0 |1332M| 793 |   - |1084 | 543 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
452.21/452.25	c   427s|  4550k|  4512k|     0 |   0.0 |1335M| 793 |   - |1084 | 515 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
453.22/453.25	c   428s|  4560k|  4522k|     0 |   0.0 |1338M| 793 |   - |1084 | 504 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
454.22/454.25	c   429s|  4570k|  4532k|     0 |   0.0 |1341M| 793 |   - |1084 | 531 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
455.21/455.20	c   429s|  4580k|  4542k|     0 |   0.0 |1344M| 793 |   - |1084 | 536 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
456.11/456.16	c   430s|  4590k|  4551k|     0 |   0.0 |1347M| 793 |   - |1084 | 575 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
457.11/457.10	c   431s|  4600k|  4561k|     0 |   0.0 |1350M| 793 |   - |1084 | 539 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
458.11/458.10	c   432s|  4610k|  4571k|     0 |   0.0 |1353M| 793 |   - |1084 | 588 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
459.01/459.03	c   433s|  4620k|  4581k|     0 |   0.0 |1356M| 793 |   - |1084 | 601 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
459.91/459.99	c   434s|  4630k|  4591k|     0 |   0.0 |1359M| 793 |   - |1084 | 549 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
460.92/460.96	c   435s|  4640k|  4601k|     0 |   0.0 |1362M| 793 |   - |1084 | 612 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
461.92/461.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.92/461.91	c   436s|  4650k|  4611k|     0 |   0.0 |1365M| 793 |   - |1084 | 577 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
462.90/462.90	c   437s|  4660k|  4621k|     0 |   0.0 |1368M| 793 |   - |1084 | 580 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
463.91/463.90	c   438s|  4670k|  4631k|     0 |   0.0 |1371M| 793 |   - |1084 | 625 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
464.81/464.88	c   439s|  4680k|  4641k|     0 |   0.0 |1374M| 793 |   - |1084 | 551 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
465.81/465.85	c   440s|  4690k|  4651k|     0 |   0.0 |1376M| 793 |   - |1084 | 551 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
466.81/466.84	c   440s|  4700k|  4660k|     0 |   0.0 |1379M| 793 |   - |1084 | 593 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
467.81/467.83	c   441s|  4710k|  4670k|     0 |   0.0 |1382M| 793 |   - |1084 | 605 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
468.71/468.78	c   442s|  4720k|  4680k|     0 |   0.0 |1385M| 793 |   - |1084 | 630 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
469.71/469.75	c   443s|  4730k|  4690k|     0 |   0.0 |1388M| 793 |   - |1084 | 621 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
470.71/470.73	c   444s|  4740k|  4700k|     0 |   0.0 |1391M| 793 |   - |1084 | 650 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
471.71/471.71	c   445s|  4750k|  4710k|     0 |   0.0 |1394M| 793 |   - |1084 | 614 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
472.61/472.68	c   446s|  4760k|  4720k|     0 |   0.0 |1397M| 793 |   - |1084 | 658 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
473.61/473.66	c   447s|  4770k|  4730k|     0 |   0.0 |1400M| 793 |   - |1084 | 666 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
474.60/474.62	c   448s|  4780k|  4740k|     0 |   0.0 |1403M| 793 |   - |1084 | 640 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
475.51/475.58	c   449s|  4790k|  4750k|     0 |   0.0 |1406M| 793 |   - |1084 | 637 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
476.51/476.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.51/476.54	c   450s|  4800k|  4760k|     0 |   0.0 |1409M| 793 |   - |1084 | 632 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
477.41/477.49	c   451s|  4810k|  4769k|     0 |   0.0 |1412M| 793 |   - |1084 | 633 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
478.41/478.46	c   451s|  4820k|  4779k|     0 |   0.0 |1414M| 793 |   - |1084 | 603 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
479.31/479.39	c   452s|  4830k|  4789k|     0 |   0.0 |1417M| 793 |   - |1084 | 606 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
480.31/480.34	c   453s|  4840k|  4799k|     0 |   0.0 |1420M| 793 |   - |1084 | 645 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
481.21/481.28	c   454s|  4850k|  4809k|     0 |   0.0 |1423M| 793 |   - |1084 | 639 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
482.21/482.27	c   455s|  4860k|  4819k|     0 |   0.0 |1426M| 793 |   - |1084 | 645 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
483.21/483.20	c   456s|  4870k|  4829k|     0 |   0.0 |1429M| 793 |   - |1084 | 630 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
484.11/484.16	c   457s|  4880k|  4839k|     0 |   0.0 |1432M| 793 |   - |1084 | 653 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
485.11/485.17	c   458s|  4890k|  4849k|     0 |   0.0 |1435M| 793 |   - |1084 | 630 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
486.11/486.16	c   459s|  4900k|  4859k|     0 |   0.0 |1438M| 793 |   - |1084 | 642 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
487.11/487.14	c   460s|  4910k|  4869k|     0 |   0.0 |1441M| 793 |   - |1084 | 628 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
488.11/488.10	c   461s|  4920k|  4878k|     0 |   0.0 |1444M| 793 |   - |1084 | 641 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
489.01/489.09	c   461s|  4930k|  4888k|     0 |   0.0 |1447M| 793 |   - |1084 | 669 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
490.01/490.03	c   462s|  4940k|  4898k|     0 |   0.0 |1450M| 793 |   - |1084 | 630 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
491.01/491.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.01/491.02	c   463s|  4950k|  4908k|     0 |   0.0 |1453M| 793 |   - |1084 | 622 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
492.01/492.01	c   464s|  4960k|  4918k|     0 |   0.0 |1456M| 793 |   - |1084 | 620 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
493.01/493.00	c   465s|  4970k|  4928k|     0 |   0.0 |1459M| 793 |   - |1084 | 626 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
493.92/493.97	c   466s|  4980k|  4938k|     0 |   0.0 |1462M| 793 |   - |1084 | 633 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
494.91/494.91	c   467s|  4990k|  4948k|     0 |   0.0 |1465M| 793 |   - |1084 | 629 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
495.81/495.87	c   468s|  5000k|  4958k|     0 |   0.0 |1468M| 793 |   - |1084 | 646 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
496.81/496.84	c   469s|  5010k|  4968k|     0 |   0.0 |1471M| 793 |   - |1084 | 647 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
497.81/497.82	c   470s|  5020k|  4978k|     0 |   0.0 |1474M| 793 |   - |1084 | 697 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
498.81/498.82	c   471s|  5030k|  4987k|     0 |   0.0 |1476M| 793 |   - |1084 | 652 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
499.71/499.79	c   472s|  5040k|  4997k|     0 |   0.0 |1479M| 793 |   - |1084 | 669 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
500.81/500.83	c   472s|  5050k|  5007k|     0 |   0.0 |1482M| 793 |   - |1084 | 627 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
501.81/501.80	c   473s|  5060k|  5017k|     0 |   0.0 |1485M| 793 |   - |1084 | 663 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
502.71/502.76	c   474s|  5070k|  5027k|     0 |   0.0 |1488M| 793 |   - |1084 | 669 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
503.72/503.71	c   475s|  5080k|  5037k|     0 |   0.0 |1491M| 793 |   - |1084 | 625 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
504.71/504.70	c   476s|  5090k|  5047k|     0 |   0.0 |1494M| 793 |   - |1084 | 653 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
505.61/505.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
505.61/505.69	c   477s|  5100k|  5057k|     0 |   0.0 |1497M| 793 |   - |1084 | 594 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
506.61/506.69	c   478s|  5110k|  5067k|     0 |   0.0 |1500M| 793 |   - |1084 | 590 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
507.71/507.71	c   479s|  5120k|  5077k|     0 |   0.0 |1503M| 793 |   - |1084 | 686 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
508.61/508.66	c   480s|  5130k|  5086k|     0 |   0.0 |1506M| 793 |   - |1084 | 707 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
509.51/509.59	c   481s|  5140k|  5096k|     0 |   0.0 |1509M| 793 |   - |1084 | 694 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
510.51/510.56	c   482s|  5150k|  5106k|     0 |   0.0 |1512M| 793 |   - |1084 | 673 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
511.51/511.54	c   483s|  5160k|  5116k|     0 |   0.0 |1515M| 793 |   - |1084 | 700 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
512.51/512.51	c   484s|  5170k|  5126k|     0 |   0.0 |1518M| 793 |   - |1084 | 629 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
513.41/513.45	c   484s|  5180k|  5136k|     0 |   0.0 |1521M| 793 |   - |1084 | 636 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
514.41/514.41	c   485s|  5190k|  5146k|     0 |   0.0 |1524M| 793 |   - |1084 | 646 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
515.41/515.43	c   486s|  5200k|  5156k|     0 |   0.0 |1527M| 793 |   - |1084 | 638 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
516.31/516.37	c   487s|  5210k|  5166k|     0 |   0.0 |1529M| 793 |   - |1084 | 628 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
517.31/517.32	c   488s|  5220k|  5176k|     0 |   0.0 |1532M| 793 |   - |1084 | 604 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
518.21/518.27	c   489s|  5230k|  5186k|     0 |   0.0 |1535M| 793 |   - |1084 | 657 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
519.22/519.23	c   490s|  5240k|  5195k|     0 |   0.0 |1538M| 793 |   - |1084 | 642 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
520.21/520.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
520.21/520.21	c   491s|  5250k|  5205k|     0 |   0.0 |1541M| 793 |   - |1084 | 625 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
521.21/521.21	c   492s|  5260k|  5215k|     0 |   0.0 |1544M| 793 |   - |1084 | 695 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
522.11/522.15	c   493s|  5270k|  5225k|     0 |   0.0 |1547M| 793 |   - |1084 | 629 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
523.11/523.10	c   494s|  5280k|  5235k|     0 |   0.0 |1550M| 793 |   - |1084 | 617 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
524.01/524.08	c   494s|  5290k|  5245k|     0 |   0.0 |1553M| 793 |   - |1084 | 615 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
525.01/525.03	c   495s|  5300k|  5255k|     0 |   0.0 |1556M| 793 |   - |1084 | 582 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
526.01/526.00	c   496s|  5310k|  5265k|     0 |   0.0 |1559M| 793 |   - |1084 | 630 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
526.92/526.99	c   497s|  5320k|  5275k|     0 |   0.0 |1562M| 793 |   - |1084 | 638 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
527.92/527.95	c   498s|  5330k|  5285k|     0 |   0.0 |1565M| 793 |   - |1084 | 669 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
528.91/528.90	c   499s|  5340k|  5294k|     0 |   0.0 |1568M| 793 |   - |1084 | 666 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
529.81/529.87	c   500s|  5350k|  5304k|     0 |   0.0 |1571M| 793 |   - |1084 | 625 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
530.81/530.82	c   501s|  5360k|  5314k|     0 |   0.0 |1574M| 793 |   - |1084 | 631 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
531.71/531.79	c   502s|  5370k|  5324k|     0 |   0.0 |1577M| 793 |   - |1084 | 594 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
532.71/532.75	c   503s|  5380k|  5334k|     0 |   0.0 |1580M| 793 |   - |1084 | 602 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
533.61/533.69	c   503s|  5390k|  5344k|     0 |   0.0 |1583M| 793 |   - |1084 | 633 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
534.61/534.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.61/534.65	c   504s|  5400k|  5354k|     0 |   0.0 |1586M| 793 |   - |1084 | 651 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
535.51/535.59	c   505s|  5410k|  5364k|     0 |   0.0 |1589M| 793 |   - |1084 | 602 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
536.51/536.53	c   506s|  5420k|  5374k|     0 |   0.0 |1592M| 793 |   - |1084 | 621 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
537.51/537.50	c   507s|  5430k|  5384k|     0 |   0.0 |1595M| 793 |   - |1084 | 635 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
538.41/538.46	c   508s|  5440k|  5394k|     0 |   0.0 |1597M| 793 |   - |1084 | 629 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
539.41/539.45	c   509s|  5450k|  5403k|     0 |   0.0 |1600M| 793 |   - |1084 | 589 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
540.41/540.44	c   510s|  5460k|  5413k|     0 |   0.0 |1603M| 793 |   - |1084 | 601 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
541.41/541.41	c   511s|  5470k|  5423k|     0 |   0.0 |1606M| 793 |   - |1084 | 613 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
542.31/542.38	c   512s|  5480k|  5433k|     0 |   0.0 |1609M| 793 |   - |1084 | 627 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
543.32/543.37	c   513s|  5490k|  5443k|     0 |   0.0 |1612M| 793 |   - |1084 | 572 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
544.31/544.31	c   514s|  5500k|  5453k|     0 |   0.0 |1615M| 793 |   - |1084 | 607 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
545.21/545.26	c   514s|  5510k|  5463k|     0 |   0.0 |1618M| 793 |   - |1084 | 616 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
546.22/546.25	c   515s|  5520k|  5473k|     0 |   0.0 |1621M| 793 |   - |1084 | 646 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
547.21/547.23	c   516s|  5530k|  5483k|     0 |   0.0 |1624M| 793 |   - |1084 | 628 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
548.11/548.19	c   517s|  5540k|  5493k|     0 |   0.0 |1627M| 793 |   - |1084 | 711 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
549.12/549.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
549.12/549.18	c   518s|  5550k|  5502k|     0 |   0.0 |1630M| 793 |   - |1084 | 693 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
550.11/550.11	c   519s|  5560k|  5512k|     0 |   0.0 |1633M| 793 |   - |1084 | 629 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
551.12/551.15	c   520s|  5570k|  5522k|     0 |   0.0 |1636M| 793 |   - |1084 | 630 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
552.11/552.15	c   521s|  5580k|  5532k|     0 |   0.0 |1639M| 793 |   - |1084 | 622 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
553.11/553.13	c   522s|  5590k|  5542k|     0 |   0.0 |1642M| 793 |   - |1084 | 666 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
554.12/554.14	c   523s|  5600k|  5552k|     0 |   0.0 |1645M| 793 |   - |1084 | 679 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
555.01/555.10	c   524s|  5610k|  5562k|     0 |   0.0 |1648M| 793 |   - |1084 | 729 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
556.02/556.09	c   525s|  5620k|  5572k|     0 |   0.0 |1651M| 793 |   - |1084 | 661 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
557.01/557.04	c   525s|  5630k|  5582k|     0 |   0.0 |1653M| 793 |   - |1084 | 614 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
558.01/558.00	c   526s|  5640k|  5592k|     0 |   0.0 |1656M| 793 |   - |1084 | 639 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
558.91/558.94	c   527s|  5650k|  5601k|     0 |   0.0 |1659M| 793 |   - |1084 | 612 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
559.81/559.90	c   528s|  5660k|  5611k|     0 |   0.0 |1662M| 793 |   - |1084 | 597 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
560.81/560.89	c   529s|  5670k|  5621k|     0 |   0.0 |1665M| 793 |   - |1084 | 666 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
561.81/561.87	c   530s|  5680k|  5631k|     0 |   0.0 |1668M| 793 |   - |1084 | 697 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
562.82/562.85	c   531s|  5690k|  5641k|     0 |   0.0 |1671M| 793 |   - |1084 | 650 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
563.81/563.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
563.81/563.82	c   532s|  5700k|  5651k|     0 |   0.0 |1674M| 793 |   - |1084 | 614 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
564.71/564.79	c   533s|  5710k|  5661k|     0 |   0.0 |1677M| 793 |   - |1084 | 616 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
565.71/565.77	c   534s|  5720k|  5671k|     0 |   0.0 |1680M| 793 |   - |1084 | 584 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
566.71/566.73	c   535s|  5730k|  5681k|     0 |   0.0 |1683M| 793 |   - |1084 | 619 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
567.71/567.71	c   536s|  5740k|  5691k|     0 |   0.0 |1686M| 793 |   - |1084 | 625 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
568.61/568.68	c   536s|  5750k|  5701k|     0 |   0.0 |1689M| 793 |   - |1084 | 645 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
569.61/569.64	c   537s|  5760k|  5710k|     0 |   0.0 |1692M| 793 |   - |1084 | 659 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
570.52/570.58	c   538s|  5770k|  5720k|     0 |   0.0 |1695M| 793 |   - |1084 | 612 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
571.51/571.54	c   539s|  5780k|  5730k|     0 |   0.0 |1698M| 793 |   - |1084 | 611 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
572.51/572.50	c   540s|  5790k|  5740k|     0 |   0.0 |1701M| 793 |   - |1084 | 626 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
573.41/573.47	c   541s|  5800k|  5750k|     0 |   0.0 |1704M| 793 |   - |1084 | 582 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
574.51/574.53	c   542s|  5810k|  5760k|     0 |   0.0 |1707M| 793 |   - |1084 | 667 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
575.51/575.50	c   543s|  5820k|  5770k|     0 |   0.0 |1710M| 793 |   - |1084 | 679 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
576.42/576.45	c   544s|  5830k|  5780k|     0 |   0.0 |1713M| 793 |   - |1084 | 678 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
577.41/577.44	c   545s|  5840k|  5790k|     0 |   0.0 |1716M| 793 |   - |1084 | 652 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
578.32/578.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
578.32/578.39	c   546s|  5850k|  5800k|     0 |   0.0 |1718M| 793 |   - |1084 | 677 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
579.41/579.40	c   547s|  5860k|  5809k|     0 |   0.0 |1721M| 793 |   - |1084 | 650 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
580.42/580.43	c   548s|  5870k|  5819k|     0 |   0.0 |1724M| 793 |   - |1084 | 653 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
581.32/581.37	c   548s|  5880k|  5829k|     0 |   0.0 |1727M| 793 |   - |1084 | 642 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
582.31/582.34	c   549s|  5890k|  5839k|     0 |   0.0 |1730M| 793 |   - |1084 | 658 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
583.21/583.26	c   550s|  5900k|  5849k|     0 |   0.0 |1733M| 793 |   - |1084 | 682 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
584.22/584.25	c   551s|  5910k|  5859k|     0 |   0.0 |1736M| 793 |   - |1084 | 679 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
585.22/585.27	c   552s|  5920k|  5869k|     0 |   0.0 |1739M| 793 |   - |1084 | 675 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
586.21/586.22	c   553s|  5930k|  5879k|     0 |   0.0 |1742M| 793 |   - |1084 | 631 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
587.11/587.18	c   554s|  5940k|  5889k|     0 |   0.0 |1745M| 793 |   - |1084 | 636 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
588.11/588.11	c   555s|  5950k|  5899k|     0 |   0.0 |1748M| 793 |   - |1084 | 651 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
589.01/589.08	c   556s|  5960k|  5909k|     0 |   0.0 |1751M| 793 |   - |1084 | 757 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
590.01/590.02	c   557s|  5970k|  5918k|     0 |   0.0 |1754M| 793 |   - |1084 | 664 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
590.91/590.99	c   558s|  5980k|  5928k|     0 |   0.0 |1757M| 793 |   - |1084 | 687 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
591.92/591.98	c   558s|  5990k|  5938k|     0 |   0.0 |1760M| 793 |   - |1084 | 672 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
592.92/592.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
592.92/592.95	c   559s|  6000k|  5948k|     0 |   0.0 |1763M| 793 |   - |1084 | 660 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
593.82/593.88	c   560s|  6010k|  5958k|     0 |   0.0 |1766M| 793 |   - |1084 | 693 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
594.81/594.88	c   561s|  6020k|  5968k|     0 |   0.0 |1769M| 793 |   - |1084 | 717 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
595.82/595.84	c   562s|  6030k|  5978k|     0 |   0.0 |1772M| 793 |   - |1084 | 698 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
596.81/596.81	c   563s|  6040k|  5988k|     0 |   0.0 |1775M| 793 |   - |1084 | 712 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
597.71/597.77	c   564s|  6050k|  5998k|     0 |   0.0 |1777M| 793 |   - |1084 | 658 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
598.71/598.71	c   565s|  6060k|  6008k|     0 |   0.0 |1780M| 793 |   - |1084 | 679 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
599.61/599.68	c   566s|  6070k|  6017k|     0 |   0.0 |1783M| 793 |   - |1084 | 670 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
600.62/600.69	c   567s|  6080k|  6027k|     0 |   0.0 |1786M| 793 |   - |1084 | 707 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
601.61/601.64	c   568s|  6090k|  6037k|     0 |   0.0 |1789M| 793 |   - |1084 | 664 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
602.62/602.64	c   569s|  6100k|  6047k|     0 |   0.0 |1792M| 793 |   - |1084 | 697 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
603.51/603.59	c   569s|  6110k|  6057k|     0 |   0.0 |1795M| 793 |   - |1084 | 726 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
604.52/604.55	c   570s|  6120k|  6067k|     0 |   0.0 |1798M| 793 |   - |1084 | 681 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
605.51/605.55	c   571s|  6130k|  6077k|     0 |   0.0 |1801M| 793 |   - |1084 | 600 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
606.51/606.50	c   572s|  6140k|  6087k|     0 |   0.0 |1804M| 793 |   - |1084 | 613 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
607.41/607.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
607.41/607.46	c   573s|  6150k|  6097k|     0 |   0.0 |1807M| 793 |   - |1084 | 626 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
608.41/608.48	c   574s|  6160k|  6107k|     0 |   0.0 |1810M| 793 |   - |1084 | 652 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
609.42/609.47	c   575s|  6170k|  6117k|     0 |   0.0 |1813M| 793 |   - |1084 | 652 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
610.42/610.44	c   576s|  6180k|  6126k|     0 |   0.0 |1816M| 793 |   - |1084 | 653 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
611.31/611.38	c   577s|  6190k|  6136k|     0 |   0.0 |1819M| 793 |   - |1084 | 640 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
612.31/612.32	c   578s|  6200k|  6146k|     0 |   0.0 |1822M| 793 |   - |1084 | 662 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
613.31/613.32	c   579s|  6210k|  6156k|     0 |   0.0 |1825M| 793 |   - |1084 | 646 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
614.32/614.30	c   580s|  6220k|  6166k|     0 |   0.0 |1828M| 793 |   - |1084 | 613 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
615.32/615.30	c   580s|  6230k|  6176k|     0 |   0.0 |1831M| 793 |   - |1084 | 593 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
616.21/616.25	c   581s|  6240k|  6186k|     0 |   0.0 |1834M| 793 |   - |1084 | 604 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
617.21/617.25	c   582s|  6250k|  6196k|     0 |   0.0 |1837M| 793 |   - |1084 | 680 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
618.22/618.22	c   583s|  6260k|  6206k|     0 |   0.0 |1840M| 793 |   - |1084 | 641 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
619.12/619.17	c   584s|  6270k|  6216k|     0 |   0.0 |1843M| 793 |   - |1084 | 618 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
620.12/620.17	c   585s|  6280k|  6225k|     0 |   0.0 |1846M| 793 |   - |1084 | 602 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
621.12/621.13	c   586s|  6290k|  6235k|     0 |   0.0 |1849M| 793 |   - |1084 | 655 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
622.11/622.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
622.11/622.15	c   587s|  6300k|  6245k|     0 |   0.0 |1852M| 793 |   - |1084 | 667 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
623.02/623.08	c   588s|  6310k|  6255k|     0 |   0.0 |1855M| 793 |   - |1084 | 619 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
624.12/624.13	c   589s|  6320k|  6265k|     0 |   0.0 |1858M| 793 |   - |1084 | 690 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
625.02/625.09	c   590s|  6330k|  6275k|     0 |   0.0 |1861M| 793 |   - |1084 | 779 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
626.02/626.05	c   591s|  6340k|  6285k|     0 |   0.0 |1864M| 793 |   - |1084 | 678 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
627.02/627.03	c   591s|  6350k|  6295k|     0 |   0.0 |1867M| 793 |   - |1084 | 655 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
627.92/627.98	c   592s|  6360k|  6305k|     0 |   0.0 |1870M| 793 |   - |1084 | 698 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
628.91/628.97	c   593s|  6370k|  6315k|     0 |   0.0 |1873M| 793 |   - |1084 | 657 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
630.02/630.04	c   594s|  6380k|  6324k|     0 |   0.0 |1876M| 793 |   - |1084 | 710 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
630.92/630.98	c   595s|  6390k|  6334k|     0 |   0.0 |1879M| 793 |   - |1084 | 734 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
631.91/631.93	c   596s|  6400k|  6344k|     0 |   0.0 |1882M| 793 |   - |1084 | 759 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
632.91/632.91	c   597s|  6410k|  6354k|     0 |   0.0 |1884M| 793 |   - |1084 | 692 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
633.82/633.86	c   598s|  6420k|  6364k|     0 |   0.0 |1887M| 793 |   - |1084 | 702 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
634.82/634.83	c   599s|  6430k|  6374k|     0 |   0.0 |1890M| 793 |   - |1084 | 679 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
635.82/635.88	c   600s|  6440k|  6384k|     0 |   0.0 |1893M| 793 |   - |1084 | 716 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
636.92/636.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
636.92/636.96	c   601s|  6450k|  6394k|     0 |   0.0 |1896M| 793 |   - |1084 | 694 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
637.91/637.92	c   602s|  6460k|  6404k|     0 |   0.0 |1899M| 793 |   - |1084 | 766 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
638.81/638.90	c   603s|  6470k|  6414k|     0 |   0.0 |1902M| 793 |   - |1084 | 838 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
639.82/639.85	c   604s|  6480k|  6423k|     0 |   0.0 |1905M| 793 |   - |1084 | 761 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
640.82/640.81	c   604s|  6490k|  6433k|     0 |   0.0 |1908M| 793 |   - |1084 | 742 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
641.82/641.80	c   605s|  6500k|  6443k|     0 |   0.0 |1911M| 793 |   - |1084 | 704 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
642.81/642.82	c   606s|  6510k|  6453k|     0 |   0.0 |1914M| 793 |   - |1084 | 713 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
643.71/643.80	c   607s|  6520k|  6463k|     0 |   0.0 |1917M| 793 |   - |1084 | 683 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
644.72/644.78	c   608s|  6530k|  6473k|     0 |   0.0 |1920M| 793 |   - |1084 | 700 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
645.72/645.77	c   609s|  6540k|  6483k|     0 |   0.0 |1923M| 793 |   - |1084 | 784 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
646.72/646.73	c   610s|  6550k|  6493k|     0 |   0.0 |1926M| 793 |   - |1084 | 717 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
647.72/647.77	c   611s|  6560k|  6503k|     0 |   0.0 |1929M| 793 |   - |1084 | 711 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
648.72/648.77	c   612s|  6570k|  6513k|     0 |   0.0 |1932M| 793 |   - |1084 | 723 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
649.71/649.73	c   613s|  6580k|  6522k|     0 |   0.0 |1935M| 793 |   - |1084 | 692 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
650.62/650.69	c   614s|  6590k|  6532k|     0 |   0.0 |1938M| 793 |   - |1084 | 700 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
651.61/651.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
651.61/651.69	c   615s|  6600k|  6542k|     0 |   0.0 |1941M| 793 |   - |1084 | 741 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
652.62/652.68	c   616s|  6610k|  6552k|     0 |   0.0 |1944M| 793 |   - |1084 | 764 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
653.71/653.72	c   617s|  6620k|  6562k|     0 |   0.0 |1947M| 793 |   - |1084 | 782 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
654.71/654.70	c   618s|  6630k|  6572k|     0 |   0.0 |1950M| 793 |   - |1084 | 761 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
655.62/655.67	c   619s|  6640k|  6582k|     0 |   0.0 |1953M| 793 |   - |1084 | 737 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
656.72/656.70	c   620s|  6650k|  6592k|     0 |   0.0 |1955M| 793 |   - |1084 | 713 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
657.72/657.72	c   620s|  6660k|  6602k|     0 |   0.0 |1958M| 793 |   - |1084 | 754 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
658.62/658.69	c   621s|  6670k|  6611k|     0 |   0.0 |1961M| 793 |   - |1084 | 736 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
659.71/659.70	c   622s|  6680k|  6621k|     0 |   0.0 |1964M| 793 |   - |1084 | 762 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
660.72/660.73	c   623s|  6690k|  6631k|     0 |   0.0 |1967M| 793 |   - |1084 | 804 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
661.61/661.68	c   624s|  6700k|  6641k|     0 |   0.0 |1970M| 793 |   - |1084 | 833 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
662.62/662.62	c   625s|  6710k|  6651k|     0 |   0.0 |1973M| 793 |   - |1084 | 785 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
663.52/663.57	c   626s|  6720k|  6661k|     0 |   0.0 |1976M| 793 |   - |1084 | 748 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
664.52/664.59	c   627s|  6730k|  6671k|     0 |   0.0 |1979M| 793 |   - |1084 | 712 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
665.62/665.60	c   628s|  6740k|  6681k|     0 |   0.0 |1982M| 793 |   - |1084 | 683 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
666.52/666.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
666.52/666.55	c   629s|  6750k|  6691k|     0 |   0.0 |1985M| 793 |   - |1084 | 685 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
667.62/667.66	c   630s|  6760k|  6700k|     0 |   0.0 |1988M| 793 |   - |1084 | 818 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
668.72/668.76	c   631s|  6770k|  6710k|     0 |   0.0 |1991M| 793 |   - |1084 | 810 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
669.62/669.69	c   632s|  6780k|  6720k|     0 |   0.0 |1994M| 793 |   - |1084 | 750 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
670.62/670.66	c   633s|  6790k|  6730k|     0 |   0.0 |1997M| 793 |   - |1084 | 742 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
671.61/671.62	c   634s|  6800k|  6740k|     0 |   0.0 |2000M| 793 |   - |1084 | 775 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
672.51/672.58	c   635s|  6810k|  6750k|     0 |   0.0 |2003M| 793 |   - |1084 | 747 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
673.52/673.54	c   635s|  6820k|  6760k|     0 |   0.0 |2006M| 793 |   - |1084 | 700 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
674.51/674.52	c   636s|  6830k|  6770k|     0 |   0.0 |2009M| 793 |   - |1084 | 697 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
675.52/675.50	c   637s|  6840k|  6780k|     0 |   0.0 |2012M| 793 |   - |1084 | 722 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
676.42/676.47	c   638s|  6850k|  6790k|     0 |   0.0 |2015M| 793 |   - |1084 | 797 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
677.42/677.48	c   639s|  6860k|  6799k|     0 |   0.0 |2018M| 793 |   - |1084 | 785 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
678.51/678.50	c   640s|  6870k|  6809k|     0 |   0.0 |2021M| 793 |   - |1084 | 736 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
679.51/679.50	c   641s|  6880k|  6819k|     0 |   0.0 |2023M| 793 |   - |1084 | 707 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
680.41/680.48	c   642s|  6890k|  6829k|     0 |   0.0 |2026M| 793 |   - |1084 | 745 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
681.42/681.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
681.42/681.44	c   643s|  6900k|  6839k|     0 |   0.0 |2029M| 793 |   - |1084 | 714 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
682.42/682.44	c   644s|  6910k|  6849k|     0 |   0.0 |2032M| 793 |   - |1084 | 731 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
683.32/683.38	c   645s|  6920k|  6859k|     0 |   0.0 |2035M| 793 |   - |1084 | 773 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
684.31/684.36	c   646s|  6930k|  6869k|     0 |   0.0 |2038M| 793 |   - |1084 | 778 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
685.32/685.38	c   647s|  6940k|  6879k|     0 |   0.0 |2041M| 793 |   - |1084 | 736 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
686.32/686.33	c   647s|  6950k|  6889k|     0 |   0.0 |2044M| 793 |   - |1084 | 717 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
687.31/687.32	c   648s|  6960k|  6898k|     0 |   0.0 |2047M| 793 |   - |1084 | 706 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
688.32/688.30	c   649s|  6970k|  6908k|     0 |   0.0 |2050M| 793 |   - |1084 | 695 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
689.22/689.29	c   650s|  6980k|  6918k|     0 |   0.0 |2053M| 793 |   - |1084 | 723 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
690.21/690.26	c   651s|  6990k|  6928k|     0 |   0.0 |2056M| 793 |   - |1084 | 724 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
691.22/691.28	c   652s|  7000k|  6938k|     0 |   0.0 |2059M| 793 |   - |1084 | 737 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
692.22/692.22	c   653s|  7010k|  6948k|     0 |   0.0 |2062M| 793 |   - |1084 | 713 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
693.12/693.17	c   654s|  7020k|  6958k|     0 |   0.0 |2065M| 793 |   - |1084 | 679 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
694.12/694.11	c   655s|  7030k|  6968k|     0 |   0.0 |2068M| 793 |   - |1084 | 701 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
695.02/695.06	c   656s|  7040k|  6978k|     0 |   0.0 |2071M| 793 |   - |1084 | 671 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
696.02/696.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
696.02/696.06	c   657s|  7050k|  6988k|     0 |   0.0 |2074M| 793 |   - |1084 | 700 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
697.22/697.20	c   658s|  7060k|  6997k|     0 |   0.0 |2077M| 793 |   - |1084 | 736 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
698.21/698.22	c   659s|  7070k|  7007k|     0 |   0.0 |2080M| 793 |   - |1084 | 732 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
699.11/699.19	c   660s|  7080k|  7017k|     0 |   0.0 |2083M| 793 |   - |1084 | 709 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
700.11/700.15	c   661s|  7090k|  7027k|     0 |   0.0 |2086M| 793 |   - |1084 | 669 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
701.12/701.14	c   661s|  7100k|  7037k|     0 |   0.0 |2089M| 793 |   - |1084 | 681 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
702.12/702.13	c   662s|  7110k|  7047k|     0 |   0.0 |2092M| 793 |   - |1084 | 637 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
703.12/703.10	c   663s|  7120k|  7057k|     0 |   0.0 |2095M| 793 |   - |1084 | 630 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
704.02/704.08	c   664s|  7130k|  7067k|     0 |   0.0 |2098M| 793 |   - |1084 | 663 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
705.02/705.03	c   665s|  7140k|  7077k|     0 |   0.0 |2101M| 793 |   - |1084 | 698 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
706.01/706.00	c   666s|  7150k|  7087k|     0 |   0.0 |2104M| 793 |   - |1084 | 721 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
706.92/706.96	c   667s|  7160k|  7096k|     0 |   0.0 |2107M| 793 |   - |1084 | 758 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
707.92/707.99	c   668s|  7170k|  7106k|     0 |   0.0 |2110M| 793 |   - |1084 | 703 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
708.92/708.95	c   669s|  7180k|  7116k|     0 |   0.0 |2113M| 793 |   - |1084 | 702 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
709.92/709.91	c   670s|  7190k|  7126k|     0 |   0.0 |2116M| 793 |   - |1084 | 667 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
710.82/710.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
710.82/710.86	c   671s|  7200k|  7136k|     0 |   0.0 |2119M| 793 |   - |1084 | 736 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
711.82/711.88	c   672s|  7210k|  7146k|     0 |   0.0 |2122M| 793 |   - |1084 | 807 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
712.82/712.87	c   673s|  7220k|  7156k|     0 |   0.0 |2125M| 793 |   - |1084 | 750 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
713.82/713.85	c   673s|  7230k|  7166k|     0 |   0.0 |2128M| 793 |   - |1084 | 744 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
714.72/714.80	c   674s|  7240k|  7176k|     0 |   0.0 |2131M| 793 |   - |1084 | 709 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
715.72/715.75	c   675s|  7250k|  7186k|     0 |   0.0 |2134M| 793 |   - |1084 | 708 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
716.72/716.74	c   676s|  7260k|  7195k|     0 |   0.0 |2137M| 793 |   - |1084 | 709 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
717.72/717.72	c   677s|  7270k|  7205k|     0 |   0.0 |2140M| 793 |   - |1084 | 676 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
718.72/718.73	c   678s|  7280k|  7215k|     0 |   0.0 |2143M| 793 |   - |1084 | 738 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
719.72/719.75	c   679s|  7290k|  7225k|     0 |   0.0 |2146M| 793 |   - |1084 | 801 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
720.72/720.70	c   680s|  7300k|  7235k|     0 |   0.0 |2149M| 793 |   - |1084 | 797 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
721.63/721.68	c   681s|  7310k|  7245k|     0 |   0.0 |2152M| 793 |   - |1084 | 774 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
722.63/722.67	c   682s|  7320k|  7255k|     0 |   0.0 |2155M| 793 |   - |1084 | 768 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
723.62/723.68	c   683s|  7330k|  7265k|     0 |   0.0 |2158M| 793 |   - |1084 | 738 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
724.62/724.68	c   684s|  7340k|  7275k|     0 |   0.0 |2160M| 793 |   - |1084 | 736 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
725.62/725.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
725.62/725.63	c   685s|  7350k|  7285k|     0 |   0.0 |2163M| 793 |   - |1084 | 725 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
726.61/726.61	c   685s|  7360k|  7294k|     0 |   0.0 |2166M| 793 |   - |1084 | 763 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
727.62/727.61	c   686s|  7370k|  7304k|     0 |   0.0 |2169M| 793 |   - |1084 | 833 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
728.62/728.68	c   687s|  7380k|  7314k|     0 |   0.0 |2172M| 793 |   - |1084 | 825 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
729.62/729.69	c   688s|  7390k|  7324k|     0 |   0.0 |2175M| 793 |   - |1084 | 808 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
730.72/730.70	c   689s|  7400k|  7334k|     0 |   0.0 |2178M| 793 |   - |1084 | 755 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
731.62/731.67	c   690s|  7410k|  7344k|     0 |   0.0 |2181M| 793 |   - |1084 | 781 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
732.72/732.77	c   691s|  7420k|  7354k|     0 |   0.0 |2184M| 793 |   - |1084 | 756 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
733.72/733.71	c   692s|  7430k|  7364k|     0 |   0.0 |2187M| 793 |   - |1084 | 789 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
734.62/734.67	c   693s|  7440k|  7373k|     0 |   0.0 |2190M| 793 |   - |1084 | 751 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
735.72/735.70	c   694s|  7450k|  7383k|     0 |   0.0 |2193M| 793 |   - |1084 | 803 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
736.72/736.73	c   695s|  7460k|  7393k|     0 |   0.0 |2196M| 793 |   - |1084 | 862 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
737.72/737.70	c   696s|  7470k|  7403k|     0 |   0.0 |2199M| 793 |   - |1084 | 799 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
738.62/738.68	c   697s|  7480k|  7413k|     0 |   0.0 |2202M| 793 |   - |1084 | 780 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
739.62/739.61	c   698s|  7490k|  7423k|     0 |   0.0 |2205M| 793 |   - |1084 | 789 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
740.52/740.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
740.52/740.56	c   699s|  7500k|  7433k|     0 |   0.0 |2208M| 793 |   - |1084 | 768 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
741.52/741.50	c   699s|  7510k|  7443k|     0 |   0.0 |2211M| 793 |   - |1084 | 740 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
742.52/742.55	c   700s|  7520k|  7453k|     0 |   0.0 |2214M| 793 |   - |1084 | 824 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
743.52/743.55	c   701s|  7530k|  7463k|     0 |   0.0 |2217M| 793 |   - |1084 | 804 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
744.42/744.48	c   702s|  7540k|  7472k|     0 |   0.0 |2220M| 793 |   - |1084 | 773 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
745.42/745.47	c   703s|  7550k|  7482k|     0 |   0.0 |2223M| 793 |   - |1084 | 726 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
746.41/746.43	c   704s|  7560k|  7492k|     0 |   0.0 |2226M| 793 |   - |1084 | 720 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
747.42/747.40	c   705s|  7570k|  7502k|     0 |   0.0 |2229M| 793 |   - |1084 | 722 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
748.31/748.37	c   706s|  7580k|  7512k|     0 |   0.0 |2232M| 793 |   - |1084 | 747 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
749.42/749.41	c   707s|  7590k|  7522k|     0 |   0.0 |2235M| 793 |   - |1084 | 755 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
750.42/750.43	c   708s|  7600k|  7532k|     0 |   0.0 |2238M| 793 |   - |1084 | 751 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
751.42/751.41	c   709s|  7610k|  7542k|     0 |   0.0 |2241M| 793 |   - |1084 | 811 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
752.32/752.38	c   710s|  7620k|  7552k|     0 |   0.0 |2244M| 793 |   - |1084 | 799 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
753.31/753.36	c   711s|  7630k|  7562k|     0 |   0.0 |2247M| 793 |   - |1084 | 774 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
754.32/754.33	c   712s|  7640k|  7571k|     0 |   0.0 |2250M| 793 |   - |1084 | 752 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
755.22/755.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.22/755.28	c   713s|  7650k|  7581k|     0 |   0.0 |2253M| 793 |   - |1084 | 723 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
756.21/756.25	c   713s|  7660k|  7591k|     0 |   0.0 |2256M| 793 |   - |1084 | 774 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
757.21/757.20	c   714s|  7670k|  7601k|     0 |   0.0 |2259M| 793 |   - |1084 | 798 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
758.32/758.39	c   715s|  7680k|  7611k|     0 |   0.0 |2262M| 793 |   - |1084 | 842 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
759.32/759.36	c   716s|  7690k|  7621k|     0 |   0.0 |2265M| 793 |   - |1084 | 818 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
760.31/760.31	c   717s|  7700k|  7631k|     0 |   0.0 |2268M| 793 |   - |1084 | 860 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
761.23/761.25	c   718s|  7710k|  7641k|     0 |   0.0 |2271M| 793 |   - |1084 | 781 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
762.22/762.22	c   719s|  7720k|  7651k|     0 |   0.0 |2274M| 793 |   - |1084 | 779 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
763.12/763.18	c   720s|  7730k|  7660k|     0 |   0.0 |2277M| 793 |   - |1084 | 790 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
764.12/764.16	c   721s|  7740k|  7670k|     0 |   0.0 |2280M| 793 |   - |1084 | 794 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
765.12/765.13	c   722s|  7750k|  7680k|     0 |   0.0 |2283M| 793 |   - |1084 | 770 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
766.02/766.07	c   723s|  7760k|  7690k|     0 |   0.0 |2286M| 793 |   - |1084 | 768 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
767.02/767.03	c   724s|  7770k|  7700k|     0 |   0.0 |2289M| 793 |   - |1084 | 813 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
768.02/768.02	c   725s|  7780k|  7710k|     0 |   0.0 |2292M| 793 |   - |1084 | 763 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
768.92/768.97	c   725s|  7790k|  7720k|     0 |   0.0 |2295M| 793 |   - |1084 | 771 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
769.92/769.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.92/769.91	c   726s|  7800k|  7730k|     0 |   0.0 |2298M| 793 |   - |1084 | 766 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
770.92/770.90	c   727s|  7810k|  7740k|     0 |   0.0 |2301M| 793 |   - |1084 | 779 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
771.82/771.87	c   728s|  7820k|  7749k|     0 |   0.0 |2304M| 793 |   - |1084 | 793 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
772.92/772.92	c   729s|  7830k|  7759k|     0 |   0.0 |2307M| 793 |   - |1084 | 837 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
773.82/773.88	c   730s|  7840k|  7769k|     0 |   0.0 |2310M| 793 |   - |1084 | 919 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
774.82/774.84	c   731s|  7850k|  7779k|     0 |   0.0 |2313M| 793 |   - |1084 | 894 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
775.82/775.81	c   732s|  7860k|  7789k|     0 |   0.0 |2316M| 793 |   - |1084 | 845 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
776.72/776.78	c   733s|  7870k|  7799k|     0 |   0.0 |2319M| 793 |   - |1084 | 852 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
777.72/777.72	c   734s|  7880k|  7809k|     0 |   0.0 |2322M| 793 |   - |1084 | 796 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
778.73/778.73	c   735s|  7890k|  7819k|     0 |   0.0 |2325M| 793 |   - |1084 | 872 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
779.72/779.80	c   736s|  7900k|  7829k|     0 |   0.0 |2327M| 793 |   - |1084 | 824 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
780.82/780.81	c   737s|  7910k|  7838k|     0 |   0.0 |2330M| 793 |   - |1084 | 839 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
781.72/781.77	c   738s|  7920k|  7848k|     0 |   0.0 |2334M| 793 |   - |1084 | 875 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
782.72/782.72	c   738s|  7930k|  7858k|     0 |   0.0 |2336M| 793 |   - |1084 | 840 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
783.62/783.68	c   739s|  7940k|  7868k|     0 |   0.0 |2339M| 793 |   - |1084 | 784 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
784.62/784.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.62/784.64	c   740s|  7950k|  7878k|     0 |   0.0 |2342M| 793 |   - |1084 | 817 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
785.53/785.58	c   741s|  7960k|  7888k|     0 |   0.0 |2345M| 793 |   - |1084 | 799 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
786.52/786.59	c   742s|  7970k|  7898k|     0 |   0.0 |2348M| 793 |   - |1084 | 828 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
787.52/787.56	c   743s|  7980k|  7908k|     0 |   0.0 |2351M| 793 |   - |1084 | 896 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
788.52/788.55	c   744s|  7990k|  7918k|     0 |   0.0 |2354M| 793 |   - |1084 | 889 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
789.52/789.52	c   745s|  8000k|  7927k|     0 |   0.0 |2357M| 793 |   - |1084 | 888 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
790.42/790.47	c   746s|  8010k|  7937k|     0 |   0.0 |2360M| 793 |   - |1084 | 809 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
791.43/791.40	c   747s|  8020k|  7947k|     0 |   0.0 |2363M| 793 |   - |1084 | 795 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
792.32/792.39	c   748s|  8030k|  7957k|     0 |   0.0 |2366M| 793 |   - |1084 | 772 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
793.32/793.33	c   748s|  8040k|  7967k|     0 |   0.0 |2369M| 793 |   - |1084 | 773 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
794.23/794.25	c   749s|  8050k|  7977k|     0 |   0.0 |2372M| 793 |   - |1084 | 804 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
795.23/795.29	c   750s|  8060k|  7987k|     0 |   0.0 |2375M| 793 |   - |1084 | 775 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
796.22/796.25	c   751s|  8070k|  7997k|     0 |   0.0 |2378M| 793 |   - |1084 | 842 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
797.23/797.25	c   752s|  8080k|  8007k|     0 |   0.0 |2381M| 793 |   - |1084 | 820 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
798.22/798.20	c   753s|  8090k|  8017k|     0 |   0.0 |2384M| 793 |   - |1084 | 761 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
799.12/799.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
799.12/799.17	c   754s|  8100k|  8026k|     0 |   0.0 |2387M| 793 |   - |1084 | 778 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
800.12/800.16	c   755s|  8110k|  8036k|     0 |   0.0 |2390M| 793 |   - |1084 | 752 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
801.12/801.11	c   756s|  8120k|  8046k|     0 |   0.0 |2393M| 793 |   - |1084 | 813 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
802.02/802.09	c   757s|  8130k|  8056k|     0 |   0.0 |2396M| 793 |   - |1084 | 780 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
803.03/803.04	c   758s|  8140k|  8066k|     0 |   0.0 |2399M| 793 |   - |1084 | 821 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
804.03/804.01	c   758s|  8150k|  8076k|     0 |   0.0 |2402M| 793 |   - |1084 | 892 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
804.92/804.93	c   759s|  8160k|  8086k|     0 |   0.0 |2405M| 793 |   - |1084 | 867 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
805.82/805.87	c   760s|  8170k|  8096k|     0 |   0.0 |2408M| 793 |   - |1084 | 850 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
806.82/806.87	c   761s|  8180k|  8106k|     0 |   0.0 |2411M| 793 |   - |1084 | 826 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
807.82/807.82	c   762s|  8190k|  8115k|     0 |   0.0 |2414M| 793 |   - |1084 | 771 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
808.82/808.81	c   763s|  8200k|  8125k|     0 |   0.0 |2417M| 793 |   - |1084 | 846 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
809.82/809.83	c   764s|  8210k|  8135k|     0 |   0.0 |2420M| 793 |   - |1084 | 860 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
810.82/810.80	c   765s|  8220k|  8145k|     0 |   0.0 |2423M| 793 |   - |1084 | 821 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
811.82/811.84	c   766s|  8230k|  8155k|     0 |   0.0 |2426M| 793 |   - |1084 | 910 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
812.82/812.87	c   767s|  8240k|  8165k|     0 |   0.0 |2429M| 793 |   - |1084 | 860 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
813.82/813.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.82/813.84	c   768s|  8250k|  8175k|     0 |   0.0 |2432M| 793 |   - |1084 | 841 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
814.82/814.83	c   769s|  8260k|  8185k|     0 |   0.0 |2435M| 793 |   - |1084 | 823 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
815.82/815.80	c   770s|  8270k|  8195k|     0 |   0.0 |2438M| 793 |   - |1084 | 795 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
816.72/816.76	c   770s|  8280k|  8204k|     0 |   0.0 |2441M| 793 |   - |1084 | 854 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
817.72/817.74	c   771s|  8290k|  8214k|     0 |   0.0 |2444M| 793 |   - |1084 | 848 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
818.72/818.72	c   772s|  8300k|  8224k|     0 |   0.0 |2447M| 793 |   - |1084 | 877 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
819.62/819.68	c   773s|  8310k|  8234k|     0 |   0.0 |2450M| 793 |   - |1084 | 918 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
820.52/820.59	c   774s|  8320k|  8244k|     0 |   0.0 |2453M| 793 |   - |1084 | 908 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
821.52/821.55	c   775s|  8330k|  8254k|     0 |   0.0 |2456M| 793 |   - |1084 | 852 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
822.52/822.50	c   776s|  8340k|  8264k|     0 |   0.0 |2459M| 793 |   - |1084 | 882 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
823.42/823.47	c   777s|  8350k|  8274k|     0 |   0.0 |2462M| 793 |   - |1084 | 851 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
824.42/824.45	c   778s|  8360k|  8284k|     0 |   0.0 |2465M| 793 |   - |1084 | 831 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
825.42/825.42	c   779s|  8370k|  8293k|     0 |   0.0 |2468M| 793 |   - |1084 | 878 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
826.32/826.36	c   780s|  8380k|  8303k|     0 |   0.0 |2471M| 793 |   - |1084 | 918 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
827.32/827.32	c   780s|  8390k|  8313k|     0 |   0.0 |2474M| 793 |   - |1084 | 876 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
828.32/828.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
828.32/828.32	c   781s|  8400k|  8323k|     0 |   0.0 |2477M| 793 |   - |1084 | 873 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
829.33/829.34	c   782s|  8410k|  8333k|     0 |   0.0 |2480M| 793 |   - |1084 | 863 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
830.42/830.43	c   783s|  8420k|  8343k|     0 |   0.0 |2483M| 793 |   - |1084 | 841 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
831.32/831.38	c   784s|  8430k|  8353k|     0 |   0.0 |2486M| 793 |   - |1084 | 844 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
832.32/832.34	c   785s|  8440k|  8363k|     0 |   0.0 |2489M| 793 |   - |1084 | 868 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
833.32/833.31	c   786s|  8450k|  8373k|     0 |   0.0 |2492M| 793 |   - |1084 | 878 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
834.22/834.26	c   787s|  8460k|  8382k|     0 |   0.0 |2496M| 793 |   - |1084 | 887 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
835.23/835.21	c   788s|  8470k|  8392k|     0 |   0.0 |2499M| 793 |   - |1084 | 906 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
836.12/836.15	c   789s|  8480k|  8402k|     0 |   0.0 |2502M| 793 |   - |1084 | 844 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
837.13/837.11	c   790s|  8490k|  8412k|     0 |   0.0 |2504M| 793 |   - |1084 | 843 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
838.02/838.09	c   791s|  8500k|  8422k|     0 |   0.0 |2507M| 793 |   - |1084 | 841 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
839.02/839.03	c   791s|  8510k|  8432k|     0 |   0.0 |2510M| 793 |   - |1084 | 819 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
840.02/840.00	c   792s|  8520k|  8442k|     0 |   0.0 |2514M| 793 |   - |1084 | 887 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
840.92/840.97	c   793s|  8530k|  8452k|     0 |   0.0 |2517M| 793 |   - |1084 | 897 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
842.02/842.01	c   794s|  8540k|  8462k|     0 |   0.0 |2520M| 793 |   - |1084 | 958 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
842.92/842.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
842.92/842.99	c   795s|  8550k|  8471k|     0 |   0.0 |2523M| 793 |   - |1084 | 949 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
843.93/843.98	c   796s|  8560k|  8481k|     0 |   0.0 |2526M| 793 |   - |1084 | 900 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
844.92/844.92	c   797s|  8570k|  8491k|     0 |   0.0 |2528M| 793 |   - |1084 | 842 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
845.83/845.89	c   798s|  8580k|  8501k|     0 |   0.0 |2531M| 793 |   - |1084 | 869 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
846.82/846.84	c   799s|  8590k|  8511k|     0 |   0.0 |2534M| 793 |   - |1084 | 830 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
847.92/847.99	c   800s|  8600k|  8521k|     0 |   0.0 |2537M| 793 |   - |1084 | 836 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
849.02/849.00	c   801s|  8610k|  8531k|     0 |   0.0 |2540M| 793 |   - |1084 | 859 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
850.02/850.01	c   802s|  8620k|  8541k|     0 |   0.0 |2544M| 793 |   - |1084 | 884 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
851.03/851.07	c   803s|  8630k|  8551k|     0 |   0.0 |2547M| 793 |   - |1084 | 866 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
852.02/852.05	c   804s|  8640k|  8560k|     0 |   0.0 |2549M| 793 |   - |1084 | 872 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
852.93/852.99	c   805s|  8650k|  8570k|     0 |   0.0 |2552M| 793 |   - |1084 | 850 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
853.93/853.97	c   806s|  8660k|  8580k|     0 |   0.0 |2555M| 793 |   - |1084 | 842 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
854.93/854.95	c   806s|  8670k|  8590k|     0 |   0.0 |2558M| 793 |   - |1084 | 866 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
855.93/855.95	c   807s|  8680k|  8600k|     0 |   0.0 |2561M| 793 |   - |1084 | 890 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
856.83/856.89	c   808s|  8690k|  8610k|     0 |   0.0 |2564M| 793 |   - |1084 | 906 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
857.93/857.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
857.93/857.93	c   809s|  8700k|  8620k|     0 |   0.0 |2568M| 793 |   - |1084 | 927 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
858.82/858.85	c   810s|  8710k|  8630k|     0 |   0.0 |2571M| 793 |   - |1084 | 892 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
859.72/859.79	c   811s|  8720k|  8640k|     0 |   0.0 |2574M| 793 |   - |1084 | 875 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
860.72/860.74	c   812s|  8730k|  8649k|     0 |   0.0 |2577M| 793 |   - |1084 | 862 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
861.72/861.70	c   813s|  8740k|  8659k|     0 |   0.0 |2580M| 793 |   - |1084 | 894 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
862.63/862.69	c   814s|  8750k|  8669k|     0 |   0.0 |2582M| 793 |   - |1084 | 840 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
863.62/863.65	c   815s|  8760k|  8679k|     0 |   0.0 |2585M| 793 |   - |1084 | 877 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
864.63/864.61	c   816s|  8770k|  8689k|     0 |   0.0 |2589M| 793 |   - |1084 | 908 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
865.82/865.81	c   817s|  8780k|  8699k|     0 |   0.0 |2592M| 793 |   - |1084 | 895 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
866.73/866.80	c   818s|  8790k|  8709k|     0 |   0.0 |2595M| 793 |   - |1084 | 868 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
867.72/867.77	c   819s|  8800k|  8719k|     0 |   0.0 |2598M| 793 |   - |1084 | 861 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
868.73/868.71	c   819s|  8810k|  8729k|     0 |   0.0 |2600M| 793 |   - |1084 | 812 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
869.72/869.70	c   820s|  8820k|  8738k|     0 |   0.0 |2603M| 793 |   - |1084 | 783 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
870.72/870.70	c   821s|  8830k|  8748k|     0 |   0.0 |2606M| 793 |   - |1084 | 822 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
871.62/871.65	c   822s|  8840k|  8758k|     0 |   0.0 |2609M| 793 |   - |1084 | 829 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
872.52/872.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
872.52/872.59	c   823s|  8850k|  8768k|     0 |   0.0 |2613M| 793 |   - |1084 | 873 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
873.52/873.57	c   824s|  8860k|  8778k|     0 |   0.0 |2616M| 793 |   - |1084 | 881 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
874.53/874.52	c   825s|  8870k|  8788k|     0 |   0.0 |2619M| 793 |   - |1084 | 869 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
875.53/875.52	c   826s|  8880k|  8798k|     0 |   0.0 |2622M| 793 |   - |1084 | 870 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
876.52/876.55	c   827s|  8890k|  8808k|     0 |   0.0 |2625M| 793 |   - |1084 | 881 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
877.52/877.56	c   828s|  8900k|  8818k|     0 |   0.0 |2628M| 793 |   - |1084 | 812 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
878.52/878.51	c   829s|  8910k|  8828k|     0 |   0.0 |2631M| 793 |   - |1084 | 867 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
879.53/879.56	c   830s|  8920k|  8837k|     0 |   0.0 |2634M| 793 |   - |1084 | 905 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
880.53/880.55	c   831s|  8930k|  8847k|     0 |   0.0 |2637M| 793 |   - |1084 | 964 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
881.52/881.55	c   832s|  8940k|  8857k|     0 |   0.0 |2640M| 793 |   - |1084 | 908 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
882.43/882.48	c   832s|  8950k|  8867k|     0 |   0.0 |2643M| 793 |   - |1084 | 946 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
883.42/883.47	c   833s|  8960k|  8877k|     0 |   0.0 |2646M| 793 |   - |1084 | 904 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
884.52/884.50	c   834s|  8970k|  8887k|     0 |   0.0 |2649M| 793 |   - |1084 | 907 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
885.43/885.50	c   835s|  8980k|  8897k|     0 |   0.0 |2652M| 793 |   - |1084 | 882 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
886.43/886.42	c   836s|  8990k|  8907k|     0 |   0.0 |2654M| 793 |   - |1084 | 854 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
887.33/887.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
887.33/887.39	c   837s|  9000k|  8916k|     0 |   0.0 |2658M| 793 |   - |1084 | 877 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
888.83/888.82	c   838s|  9010k|  8926k|     0 |   0.0 |2661M| 793 |   - |1084 | 934 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
889.83/889.88	c   839s|  9020k|  8936k|     0 |   0.0 |2664M| 793 |   - |1084 | 932 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
890.82/890.87	c   840s|  9030k|  8946k|     0 |   0.0 |2667M| 793 |   - |1084 | 995 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
891.83/891.82	c   841s|  9040k|  8956k|     0 |   0.0 |2670M| 793 |   - |1084 | 884 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
892.72/892.76	c   842s|  9050k|  8966k|     0 |   0.0 |2673M| 793 |   - |1084 | 815 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
893.72/893.74	c   843s|  9060k|  8976k|     0 |   0.0 |2676M| 793 |   - |1084 | 878 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
894.72/894.73	c   844s|  9070k|  8986k|     0 |   0.0 |2679M| 793 |   - |1084 | 858 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
895.83/895.81	c   845s|  9080k|  8996k|     0 |   0.0 |2682M| 793 |   - |1084 | 866 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
896.82/896.85	c   846s|  9090k|  9005k|     0 |   0.0 |2685M| 793 |   - |1084 | 884 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
897.83/897.88	c   847s|  9100k|  9015k|     0 |   0.0 |2688M| 793 |   - |1084 | 915 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
898.83/898.82	c   848s|  9110k|  9025k|     0 |   0.0 |2691M| 793 |   - |1084 | 903 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
899.73/899.79	c   849s|  9120k|  9035k|     0 |   0.0 |2694M| 793 |   - |1084 | 881 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
900.72/900.74	c   850s|  9130k|  9045k|     0 |   0.0 |2697M| 793 |   - |1084 | 816 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
901.73/901.75	c   851s|  9140k|  9055k|     0 |   0.0 |2700M| 793 |   - |1084 | 808 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
903.03/903.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
903.03/903.05	c   852s|  9150k|  9065k|     0 |   0.0 |2703M| 793 |   - |1084 | 842 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
904.03/904.02	c   853s|  9160k|  9075k|     0 |   0.0 |2706M| 793 |   - |1084 | 879 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
905.02/905.00	c   854s|  9170k|  9085k|     0 |   0.0 |2709M| 793 |   - |1084 | 888 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
906.03/906.02	c   855s|  9180k|  9094k|     0 |   0.0 |2712M| 793 |   - |1084 | 956 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
907.03/907.04	c   856s|  9190k|  9104k|     0 |   0.0 |2715M| 793 |   - |1084 | 951 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
908.02/908.01	c   857s|  9200k|  9114k|     0 |   0.0 |2718M| 793 |   - |1084 | 918 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
908.93/908.95	c   857s|  9210k|  9124k|     0 |   0.0 |2721M| 793 |   - |1084 | 855 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
909.93/909.95	c   858s|  9220k|  9134k|     0 |   0.0 |2724M| 793 |   - |1084 | 839 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
910.92/910.99	c   859s|  9230k|  9144k|     0 |   0.0 |2727M| 793 |   - |1084 | 913 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
911.93/911.95	c   860s|  9240k|  9154k|     0 |   0.0 |2730M| 793 |   - |1084 | 892 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
912.93/912.93	c   861s|  9250k|  9164k|     0 |   0.0 |2733M| 793 |   - |1084 | 905 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
913.92/913.93	c   862s|  9260k|  9173k|     0 |   0.0 |2736M| 793 |   - |1084 | 893 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
914.83/914.86	c   863s|  9270k|  9183k|     0 |   0.0 |2739M| 793 |   - |1084 | 923 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
915.83/915.80	c   864s|  9280k|  9193k|     0 |   0.0 |2742M| 793 |   - |1084 | 871 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
916.73/916.76	c   865s|  9290k|  9203k|     0 |   0.0 |2745M| 793 |   - |1084 | 862 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
917.73/917.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
917.73/917.73	c   866s|  9300k|  9213k|     0 |   0.0 |2748M| 793 |   - |1084 | 856 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
918.63/918.67	c   867s|  9310k|  9223k|     0 |   0.0 |2751M| 793 |   - |1084 | 837 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
919.63/919.69	c   868s|  9320k|  9233k|     0 |   0.0 |2754M| 793 |   - |1084 | 803 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
920.63/920.66	c   868s|  9330k|  9243k|     0 |   0.0 |2757M| 793 |   - |1084 | 888 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
921.53/921.58	c   869s|  9340k|  9253k|     0 |   0.0 |2760M| 793 |   - |1084 | 919 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
922.53/922.53	c   870s|  9350k|  9263k|     0 |   0.0 |2763M| 793 |   - |1084 | 917 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
923.43/923.44	c   871s|  9360k|  9272k|     0 |   0.0 |2766M| 793 |   - |1084 | 840 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
924.42/924.42	c   872s|  9370k|  9282k|     0 |   0.0 |2769M| 793 |   - |1084 | 839 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
925.43/925.41	c   873s|  9380k|  9292k|     0 |   0.0 |2772M| 793 |   - |1084 | 881 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
926.33/926.36	c   874s|  9390k|  9302k|     0 |   0.0 |2775M| 793 |   - |1084 | 857 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
927.33/927.31	c   875s|  9400k|  9312k|     0 |   0.0 |2778M| 793 |   - |1084 | 848 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
928.22/928.29	c   876s|  9410k|  9322k|     0 |   0.0 |2781M| 793 |   - |1084 | 889 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
929.23/929.26	c   877s|  9420k|  9332k|     0 |   0.0 |2784M| 793 |   - |1084 | 915 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
930.53/930.51	c   878s|  9430k|  9342k|     0 |   0.0 |2787M| 793 |   - |1084 | 914 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
931.43/931.46	c   879s|  9440k|  9352k|     0 |   0.0 |2790M| 793 |   - |1084 | 873 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
932.43/932.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
932.43/932.43	c   880s|  9450k|  9361k|     0 |   0.0 |2793M| 793 |   - |1084 | 861 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
933.33/933.39	c   880s|  9460k|  9371k|     0 |   0.0 |2796M| 793 |   - |1084 | 889 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
934.33/934.35	c   881s|  9470k|  9381k|     0 |   0.0 |2799M| 793 |   - |1084 | 831 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
935.32/935.36	c   882s|  9480k|  9391k|     0 |   0.0 |2802M| 793 |   - |1084 | 896 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
936.32/936.37	c   883s|  9490k|  9401k|     0 |   0.0 |2805M| 793 |   - |1084 | 900 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
937.32/937.36	c   884s|  9500k|  9411k|     0 |   0.0 |2808M| 793 |   - |1084 | 924 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
938.33/938.33	c   885s|  9510k|  9421k|     0 |   0.0 |2811M| 793 |   - |1084 | 932 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
939.23/939.28	c   886s|  9520k|  9431k|     0 |   0.0 |2814M| 793 |   - |1084 | 927 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
940.22/940.27	c   887s|  9530k|  9441k|     0 |   0.0 |2817M| 793 |   - |1084 | 895 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
941.23/941.21	c   888s|  9540k|  9451k|     0 |   0.0 |2820M| 793 |   - |1084 | 845 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
942.23/942.21	c   889s|  9550k|  9460k|     0 |   0.0 |2823M| 793 |   - |1084 | 898 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
943.12/943.18	c   890s|  9560k|  9470k|     0 |   0.0 |2826M| 793 |   - |1084 | 849 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
944.13/944.14	c   891s|  9570k|  9480k|     0 |   0.0 |2829M| 793 |   - |1084 | 847 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
945.02/945.09	c   892s|  9580k|  9490k|     0 |   0.0 |2833M| 793 |   - |1084 | 895 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
946.04/946.09	c   892s|  9590k|  9500k|     0 |   0.0 |2836M| 793 |   - |1084 | 907 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
947.03/947.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
947.03/947.03	c   893s|  9600k|  9510k|     0 |   0.0 |2839M| 793 |   - |1084 | 911 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
947.93/947.99	c   894s|  9610k|  9520k|     0 |   0.0 |2842M| 793 |   - |1084 | 843 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
948.92/948.93	c   895s|  9620k|  9530k|     0 |   0.0 |2845M| 793 |   - |1084 | 851 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
949.83/949.88	c   896s|  9630k|  9540k|     0 |   0.0 |2848M| 793 |   - |1084 | 868 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
950.82/950.89	c   897s|  9640k|  9549k|     0 |   0.0 |2851M| 793 |   - |1084 | 897 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
951.82/951.88	c   898s|  9650k|  9559k|     0 |   0.0 |2854M| 793 |   - |1084 | 870 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
953.03/953.07	c   899s|  9660k|  9569k|     0 |   0.0 |2857M| 793 |   - |1084 | 906 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
954.02/954.03	c   900s|  9670k|  9579k|     0 |   0.0 |2860M| 793 |   - |1084 | 877 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
954.92/954.96	c   901s|  9680k|  9589k|     0 |   0.0 |2863M| 793 |   - |1084 | 907 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
955.84/955.89	c   902s|  9690k|  9599k|     0 |   0.0 |2866M| 793 |   - |1084 | 887 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
956.72/956.72	c (node 9698524) switching to memory saving mode (mem: 2736.0M/3420.0M)
958.52/958.59	c   904s|  9700k|  9608k|     0 |   0.0 |2868M| 804 |   - |1084 | 456 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
966.13/966.18	c   912s|  9710k|  9608k|     0 |   0.0 |2868M| 804 |   - |1084 | 493 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
974.23/974.23	c   920s|  9720k|  9608k|     0 |   0.0 |2869M| 804 |   - |1084 | 671 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
981.93/981.99	c   927s|  9730k|  9608k|     0 |   0.0 |2869M| 804 |   - |1084 |1045 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
988.03/988.02	c   933s|  9740k|  9608k|     0 |   0.0 |2869M| 804 |   - |1084 | 757 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
995.23/995.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
995.23/995.21	c   940s|  9750k|  9608k|     0 |   0.0 |2869M| 804 |   - |1084 | 702 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
1003.23/1003.24	c   948s|  9760k|  9608k|     0 |   0.0 |2869M| 804 |   - |1084 | 661 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
1010.22/1010.23	c   955s|  9770k|  9607k|     0 |   0.0 |2870M| 804 |   - |1084 | 730 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
1021.73/1021.76	c   966s|  9780k|  9607k|     0 |   0.0 |2873M| 804 |   - |1084 |9029 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
1034.33/1034.35	c   979s|  9790k|  9608k|     0 |   0.0 |2873M| 804 |   - |1084 |1268 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 |      --      |    Inf 
1040.73/1040.75	c   985s|  9800k|  9607k|     0 |   0.0 |2873M| 804 |   - |1084 |1256 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 |      --      |    Inf 
1053.84/1053.88	c   998s|  9810k|  9607k|     0 |   0.0 |2880M| 804 |   - |1084 |  12k|   0 |   0 |   0 | 564k|   0 | 0.000000e+00 |      --      |    Inf 
1066.53/1066.54	c  1011s|  9820k|  9607k|     0 |   0.0 |2883M| 804 |   - |1084 |  19k|   0 |   0 |   0 | 587k|   0 | 0.000000e+00 |      --      |    Inf 
1080.03/1080.06	c  1024s|  9830k|  9607k|     0 |   0.0 |2889M| 804 |   - |1084 |  32k|   0 |   0 |   0 | 610k|   0 | 0.000000e+00 |      --      |    Inf 
1088.53/1088.51	c  1032s|  9840k|  9607k|     0 |   0.0 |2879M| 804 |   - |1084 |1726 |   0 |   0 |   0 | 621k|   0 | 0.000000e+00 |      --      |    Inf 
1100.24/1100.24	c  1044s|  9850k|  9607k|     0 |   0.0 |2879M| 804 |   - |1084 | 920 |   0 |   0 |   0 | 642k|   0 | 0.000000e+00 |      --      |    Inf 
1109.13/1109.10	c  1053s|  9860k|  9607k|     0 |   0.0 |2882M| 804 |   - |1084 |8588 |   0 |   0 |   0 | 661k|   0 | 0.000000e+00 |      --      |    Inf 
1121.83/1121.81	c  1065s|  9870k|  9607k|     0 |   0.0 |2884M| 804 |   - |1084 |  10k|   0 |   0 |   0 | 684k|   0 | 0.000000e+00 |      --      |    Inf 
1133.53/1133.58	c  1077s|  9880k|  9607k|     0 |   0.0 |2887M| 804 |   - |1084 |  16k|   0 |   0 |   0 | 700k|   0 | 0.000000e+00 |      --      |    Inf 
1145.14/1145.15	c  1088s|  9890k|  9607k|     0 |   0.0 |2889M| 804 |   - |1084 |  23k|   0 |   0 |   0 | 717k|   0 | 0.000000e+00 |      --      |    Inf 
1155.63/1155.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1155.63/1155.62	c  1099s|  9900k|  9607k|     0 |   0.0 |2880M| 804 |   - |1084 | 952 |   0 |   0 |   0 | 730k|   0 | 0.000000e+00 |      --      |    Inf 
1165.24/1165.21	c  1108s|  9910k|  9607k|     0 |   0.0 |2880M| 804 |   - |1084 |1252 |   0 |   0 |   0 | 740k|   0 | 0.000000e+00 |      --      |    Inf 
1177.94/1177.93	c  1121s|  9920k|  9607k|     0 |   0.0 |2880M| 804 |   - |1084 | 847 |   0 |   0 |   0 | 763k|   0 | 0.000000e+00 |      --      |    Inf 
1189.04/1189.09	c  1132s|  9930k|  9607k|     0 |   0.0 |2886M| 804 |   - |1084 |  13k|   0 |   0 |   0 | 786k|   0 | 0.000000e+00 |      --      |    Inf 
1201.94/1201.97	c  1144s|  9940k|  9607k|     0 |   0.0 |2890M| 804 |   - |1084 |  22k|   0 |   0 |   0 | 809k|   0 | 0.000000e+00 |      --      |    Inf 
1216.54/1216.53	c  1159s|  9950k|  9607k|     0 |   0.0 |2892M| 804 |   - |1084 |  28k|   0 |   0 |   0 | 825k|   0 | 0.000000e+00 |      --      |    Inf 
1229.43/1229.47	c  1172s|  9960k|  9607k|     0 |   0.0 |2881M| 804 |   - |1084 |1477 |   0 |   0 |   0 | 840k|   0 | 0.000000e+00 |      --      |    Inf 
1240.64/1240.68	c  1183s|  9970k|  9607k|     0 |   0.0 |2882M| 804 |   - |1084 |2803 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 |      --      |    Inf 
1253.44/1253.48	c  1195s|  9980k|  9607k|     0 |   0.0 |2882M| 804 |   - |1084 |3135 |   0 |   0 |   0 | 866k|   0 | 0.000000e+00 |      --      |    Inf 
1266.64/1266.60	c  1208s|  9990k|  9607k|     0 |   0.0 |2882M| 804 |   - |1084 |3662 |   0 |   0 |   0 | 881k|   0 | 0.000000e+00 |      --      |    Inf 
1280.34/1280.39	c  1222s| 10000k|  9607k|     0 |   0.0 |2882M| 804 |   - |1084 |4327 |   0 |   0 |   0 | 893k|   0 | 0.000000e+00 |      --      |    Inf 
1295.04/1295.06	c  1236s| 10010k|  9607k|     0 |   0.0 |2882M| 804 |   - |1084 |4286 |   0 |   0 |   0 | 906k|   0 | 0.000000e+00 |      --      |    Inf 
1309.94/1309.91	c  1251s| 10020k|  9607k|     0 |   0.0 |2885M| 804 |   - |1084 |  11k|   0 |   0 |   0 | 926k|   0 | 0.000000e+00 |      --      |    Inf 
1322.94/1322.94	c  1264s| 10030k|  9607k|     0 |   0.0 |2888M| 804 |   - |1084 |  18k|   0 |   0 |   0 | 948k|   0 | 0.000000e+00 |      --      |    Inf 
1335.44/1335.49	c  1276s| 10040k|  9607k|     0 |   0.0 |2892M| 804 |   - |1084 |  27k|   0 |   0 |   0 | 971k|   0 | 0.000000e+00 |      --      |    Inf 
1348.94/1348.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1348.94/1348.91	c  1290s| 10050k|  9607k|     0 |   0.0 |2894M| 804 |   - |1084 |  31k|   0 |   0 |   0 | 990k|   0 | 0.000000e+00 |      --      |    Inf 
1363.14/1363.13	c  1304s| 10060k|  9607k|     0 |   0.0 |2893M| 804 |   - |1084 |  29k|   0 |   0 |   0 |1004k|   0 | 0.000000e+00 |      --      |    Inf 
1377.25/1377.20	c  1318s| 10070k|  9607k|     0 |   0.0 |2884M| 804 |   - |1084 |  10k|   0 |   0 |   0 |1021k|   0 | 0.000000e+00 |      --      |    Inf 
1390.64/1390.61	c  1331s| 10080k|  9607k|     0 |   0.0 |2886M| 804 |   - |1084 |  15k|   0 |   0 |   0 |1039k|   0 | 0.000000e+00 |      --      |    Inf 
1405.04/1405.00	c  1345s| 10090k|  9607k|     0 |   0.0 |2887M| 804 |   - |1084 |  17k|   0 |   0 |   0 |1055k|   0 | 0.000000e+00 |      --      |    Inf 
1418.75/1418.77	c  1359s| 10100k|  9607k|     0 |   0.0 |2885M| 804 |   - |1084 |  12k|   0 |   0 |   0 |1070k|   0 | 0.000000e+00 |      --      |    Inf 
1432.35/1432.37	c  1372s| 10110k|  9607k|     0 |   0.0 |2886M| 804 |   - |1084 |  14k|   0 |   0 |   0 |1086k|   0 | 0.000000e+00 |      --      |    Inf 
1445.54/1445.56	c  1385s| 10120k|  9607k|     0 |   0.0 |2887M| 804 |   - |1084 |  18k|   0 |   0 |   0 |1102k|   0 | 0.000000e+00 |      --      |    Inf 
1458.55/1458.51	c  1398s| 10130k|  9607k|     0 |   0.0 |2886M| 804 |   - |1084 |  15k|   0 |   0 |   0 |1119k|   0 | 0.000000e+00 |      --      |    Inf 
1471.24/1471.26	c  1411s| 10140k|  9607k|     0 |   0.0 |2886M| 804 |   - |1084 |  16k|   0 |   0 |   0 |1135k|   0 | 0.000000e+00 |      --      |    Inf 
1485.05/1485.04	c  1424s| 10150k|  9607k|     0 |   0.0 |2886M| 804 |   - |1084 |  15k|   0 |   0 |   0 |1151k|   0 | 0.000000e+00 |      --      |    Inf 
1498.95/1498.97	c  1438s| 10160k|  9607k|     0 |   0.0 |2886M| 804 |   - |1084 |  16k|   0 |   0 |   0 |1168k|   0 | 0.000000e+00 |      --      |    Inf 
1512.85/1512.81	c  1452s| 10170k|  9607k|     0 |   0.0 |2886M| 804 |   - |1084 |  18k|   0 |   0 |   0 |1184k|   0 | 0.000000e+00 |      --      |    Inf 
1525.85/1525.85	c  1465s| 10180k|  9607k|     0 |   0.0 |2889M| 804 |   - |1084 |  26k|   0 |   0 |   0 |1204k|   0 | 0.000000e+00 |      --      |    Inf 
1539.05/1539.08	c  1478s| 10190k|  9607k|     0 |   0.0 |2891M| 804 |   - |1084 |  31k|   0 |   0 |   0 |1221k|   0 | 0.000000e+00 |      --      |    Inf 
1553.05/1553.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1553.05/1553.00	c  1492s| 10200k|  9607k|     0 |   0.0 |2888M| 804 |   - |1084 |  24k|   0 |   0 |   0 |1236k|   0 | 0.000000e+00 |      --      |    Inf 
1566.55/1566.55	c  1505s| 10210k|  9607k|     0 |   0.0 |2888M| 804 |   - |1084 |  25k|   0 |   0 |   0 |1252k|   0 | 0.000000e+00 |      --      |    Inf 
1579.85/1579.82	c  1518s| 10220k|  9607k|     0 |   0.0 |2889M| 804 |   - |1084 |  28k|   0 |   0 |   0 |1269k|   0 | 0.000000e+00 |      --      |    Inf 
1593.05/1593.05	c  1531s| 10230k|  9607k|     0 |   0.0 |2890M| 804 |   - |1084 |  32k|   0 |   0 |   0 |1287k|   0 | 0.000000e+00 |      --      |    Inf 
1606.76/1606.72	c  1545s| 10240k|  9607k|     0 |   0.0 |2890M| 804 |   - |1084 |  33k|   0 |   0 |   0 |1305k|   0 | 0.000000e+00 |      --      |    Inf 
1620.36/1620.34	c  1558s| 10250k|  9607k|     0 |   0.0 |2891M| 804 |   - |1084 |  36k|   0 |   0 |   0 |1322k|   0 | 0.000000e+00 |      --      |    Inf 
1633.26/1633.24	c  1571s| 10260k|  9607k|     0 |   0.0 |2892M| 804 |   - |1084 |  40k|   0 |   0 |   0 |1339k|   0 | 0.000000e+00 |      --      |    Inf 
1645.85/1645.89	c  1583s| 10270k|  9607k|     0 |   0.0 |2892M| 804 |   - |1084 |  41k|   0 |   0 |   0 |1354k|   0 | 0.000000e+00 |      --      |    Inf 
1660.16/1660.13	c  1597s| 10280k|  9607k|     0 |   0.0 |2892M| 804 |   - |1084 |  42k|   0 |   0 |   0 |1368k|   0 | 0.000000e+00 |      --      |    Inf 
1673.65/1673.64	c  1611s| 10290k|  9607k|     0 |   0.0 |2893M| 804 |   - |1084 |  45k|   0 |   0 |   0 |1384k|   0 | 0.000000e+00 |      --      |    Inf 
1687.75/1687.70	c  1625s| 10300k|  9607k|     0 |   0.0 |2893M| 804 |   - |1084 |  47k|   0 |   0 |   0 |1400k|   0 | 0.000000e+00 |      --      |    Inf 
1701.35/1701.34	c  1638s| 10310k|  9607k|     0 |   0.0 |2894M| 804 |   - |1084 |  49k|   0 |   0 |   0 |1416k|   0 | 0.000000e+00 |      --      |    Inf 
1713.86/1713.88	c  1651s| 10320k|  9607k|     0 |   0.0 |2894M| 804 |   - |1084 |  51k|   0 |   0 |   0 |1434k|   0 | 0.000000e+00 |      --      |    Inf 
1726.75/1726.79	c  1663s| 10330k|  9607k|     0 |   0.0 |2895M| 804 |   - |1084 |  55k|   0 |   0 |   0 |1449k|   0 | 0.000000e+00 |      --      |    Inf 
1739.76/1739.70	c  1676s| 10340k|  9607k|     0 |   0.0 |2896M| 804 |   - |1084 |  58k|   0 |   0 |   0 |1465k|   0 | 0.000000e+00 |      --      |    Inf 
1753.76/1753.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1753.76/1753.78	c  1690s| 10350k|  9607k|     0 |   0.0 |2897M| 804 |   - |1084 |  61k|   0 |   0 |   0 |1482k|   0 | 0.000000e+00 |      --      |    Inf 
1768.16/1768.17	c  1704s| 10360k|  9607k|     0 |   0.0 |2899M| 804 |   - |1084 |  67k|   0 |   0 |   0 |1502k|   0 | 0.000000e+00 |      --      |    Inf 
1784.26/1784.21	c  1720s| 10370k|  9607k|     0 |   0.0 |2902M| 804 |   - |1084 |  73k|   0 |   0 |   0 |1519k|   0 | 0.000000e+00 |      --      |    Inf 
1798.66/1798.68	c  1734s| 10380k|  9607k|     0 |   0.0 |2905M| 804 |   - |1084 |  79k|   0 |   0 |   0 |1537k|   0 | 0.000000e+00 |      --      |    Inf 
1800.07/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.00	c 
1800.07/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.00	c Solving Time (sec) : 1735.80
1800.07/1800.00	c Solving Nodes      : 10380979
1800.07/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.00	c Gap                : infinite
1800.07/1800.00	s UNKNOWN
1800.07/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.00	c Solving Time       :    1735.80
1800.07/1800.00	c Original Problem   :
1800.07/1800.00	c   Problem name     : HOME/instance-2693810-1277893720.wbo
1800.07/1800.00	c   Variables        : 1084 (1067 binary, 0 integer, 0 implicit integer, 17 continuous)
1800.07/1800.00	c   Constraints      : 83 initial, 83 maximal
1800.07/1800.00	c Presolved Problem  :
1800.07/1800.00	c   Problem name     : t_HOME/instance-2693810-1277893720.wbo
1800.07/1800.00	c   Variables        : 1084 (1067 binary, 0 integer, 0 implicit integer, 17 continuous)
1800.07/1800.00	c   Constraints      : 82 initial, 80370 maximal
1800.07/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   linear           :       0.01          0          0          0         17          0          1          0          0
1800.07/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.00	c   indicator        :         17          0     421199          0      90466          0         17          0          0          0
1800.07/1800.00	c   setppc           :         24          0   14199362          0   10146091     226896   19783337          0          0          0
1800.07/1800.00	c   linear           :         17          0   13987863          0   10147062     125534    8396665          0          0          0
1800.07/1800.00	c   logicor          :         24+         0    4892501          0   10147252     121972    4489467          0          0          0
1800.07/1800.00	c   countsols        :          0          0          0          0   10147252          0          0          0          0          0
1800.07/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.00	c   indicator        :       0.11       0.00       0.08       0.00       0.03
1800.07/1800.00	c   setppc           :     495.84       0.00     399.20       0.00      96.64
1800.07/1800.00	c   linear           :     220.88       0.00     216.66       0.00       4.22
1800.07/1800.00	c   logicor          :     289.97       0.00     216.83       0.00      73.14
1800.07/1800.00	c   countsols        :       1.74       0.00       0.00       0.00       1.74
1800.07/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.00	c   vbounds          :       3.65          2          0          0
1800.07/1800.00	c   rootredcost      :       3.14          0          0          0
1800.07/1800.00	c   pseudoobj        :      10.94   14217224          0          0
1800.07/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.00	c   propagation      :     741.25     474399     474399    5729847      379.7    1002845       30.2          -
1800.07/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.00	c   applied globally :          -          -          -    1158891       34.8          -          -          -
1800.07/1800.00	c   applied locally  :          -          -          -     380558      239.2          -          -          -
1800.07/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.07/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.07/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.07/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.07/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.07/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.07/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.07/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.00	c Pricers            :       Time      Calls       Vars
1800.07/1800.00	c   problem variables:       0.00          0          0
1800.07/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   inference        :     491.63   10147252          0          0          0          0   20294504
1800.07/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.00	c   LP solutions     :       0.00          -          0
1800.07/1800.00	c   pseudo solutions :       0.00          -          0
1800.07/1800.00	c   oneopt           :       2.30          0          0
1800.07/1800.00	c   trivial          :       0.00          2          0
1800.07/1800.00	c   simplerounding   :       0.00          0          0
1800.07/1800.00	c   zirounding       :       0.00          0          0
1800.07/1800.00	c   rounding         :       0.00          0          0
1800.07/1800.00	c   shifting         :       0.00          0          0
1800.07/1800.00	c   intshifting      :       0.00          0          0
1800.07/1800.00	c   twoopt           :       0.00          0          0
1800.07/1800.00	c   fixandinfer      :       0.00          0          0
1800.07/1800.00	c   feaspump         :       0.00          0          0
1800.07/1800.00	c   coefdiving       :       0.00          0          0
1800.07/1800.00	c   pscostdiving     :       0.00          0          0
1800.07/1800.00	c   fracdiving       :       0.00          0          0
1800.07/1800.00	c   veclendiving     :       0.00          0          0
1800.07/1800.00	c   intdiving        :       0.00          0          0
1800.07/1800.00	c   actconsdiving    :       0.00          0          0
1800.07/1800.00	c   objpscostdiving  :       0.00          0          0
1800.07/1800.00	c   rootsoldiving    :       0.00          0          0
1800.07/1800.00	c   linesearchdiving :       0.00          0          0
1800.07/1800.00	c   guideddiving     :       0.00          0          0
1800.07/1800.00	c   octane           :       0.00          0          0
1800.07/1800.00	c   rens             :       0.00          0          0
1800.07/1800.00	c   rins             :       0.00          0          0
1800.07/1800.00	c   localbranching   :       0.00          0          0
1800.07/1800.00	c   mutation         :       0.00          0          0
1800.07/1800.00	c   crossover        :       0.00          0          0
1800.07/1800.00	c   dins             :       0.00          0          0
1800.07/1800.00	c   undercover       :       0.00          0          0
1800.07/1800.00	c   nlp              :       2.60          0          0
1800.07/1800.00	c   trysol           :       2.14          1          0
1800.07/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.07/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.07/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.07/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.00	c B&B Tree           :
1800.07/1800.00	c   number of runs   :          1
1800.07/1800.00	c   nodes            :   10380979
1800.07/1800.00	c   nodes (total)    :   10380979
1800.07/1800.00	c   nodes left       :    9607916
1800.07/1800.00	c   max depth        :        804
1800.07/1800.00	c   max depth (total):        804
1800.07/1800.00	c   backtracks       :     251198 (2.4%)
1800.07/1800.00	c   delayed cutoffs  :     305610
1800.07/1800.00	c   repropagations   :     652049 (13490610 domain reductions, 240675 cutoffs)
1800.07/1800.00	c   avg switch length:       2.62
1800.07/1800.00	c   switching time   :      87.90
1800.07/1800.00	c Solution           :
1800.07/1800.00	c   Solutions found  :          0 (0 improvements)
1800.07/1800.00	c   Primal Bound     :          -
1800.07/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.00	c   Gap              :   infinite
1800.07/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/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-2693810-1277893720/watcher-2693810-1277893720 -o /tmp/evaluation-result-2693810-1277893720/solver-2693810-1277893720 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693810-1277893720.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.16 2.03 2.04 4/178 22666
/proc/meminfo: memFree=30269136/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=8544 CPUtime=0
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 1616 0 0 0 0 0 0 0 25 0 1 0 164975070 8749056 1539 4089446400 4194304 7136930 140734038833104 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22666/statm: 2136 1539 275 719 0 1415 0

[startup+0.0496539 s]
/proc/loadavg: 2.16 2.03 2.04 4/178 22666
/proc/meminfo: memFree=30269136/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=14872 CPUtime=0.04
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 4706 0 0 0 4 0 0 0 25 0 1 0 164975070 15228928 2990 4089446400 4194304 7136930 140734038833104 18446744073709551615 4407770 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 3718 2990 390 719 0 2997 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14872

[startup+0.100631 s]
/proc/loadavg: 2.16 2.03 2.04 4/178 22666
/proc/meminfo: memFree=30269136/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=15160 CPUtime=0.09
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 4774 0 0 0 8 1 0 0 25 0 1 0 164975070 15523840 3058 4089446400 4194304 7136930 140734038833104 18446744073709551615 4629974 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 3790 3058 394 719 0 3069 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15160

[startup+0.300588 s]
/proc/loadavg: 2.16 2.03 2.04 4/178 22666
/proc/meminfo: memFree=30269136/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=16084 CPUtime=0.29
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 5012 0 0 0 27 2 0 0 25 0 1 0 164975070 16470016 3296 4089446400 4194304 7136930 140734038833104 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 4021 3296 394 719 0 3300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16084

[startup+0.700515 s]
/proc/loadavg: 2.16 2.03 2.04 4/178 22666
/proc/meminfo: memFree=30269136/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=17644 CPUtime=0.69
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 5417 0 0 0 64 5 0 0 25 0 1 0 164975070 18067456 3701 4089446400 4194304 7136930 140734038833104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 4411 3701 394 719 0 3690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17644

[startup+1.50037 s]
/proc/loadavg: 2.16 2.03 2.04 3/179 22667
/proc/meminfo: memFree=30253256/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=19860 CPUtime=1.49
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 6004 0 0 0 140 9 0 0 25 0 1 0 164975070 20336640 4288 4089446400 4194304 7136930 140734038833104 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 4965 4288 394 719 0 4244 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19860

[startup+3.10106 s]
/proc/loadavg: 2.16 2.03 2.04 3/179 22667
/proc/meminfo: memFree=30247676/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=24980 CPUtime=3.1
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 7360 0 0 0 292 18 0 0 25 0 1 0 164975070 25579520 5644 4089446400 4194304 7136930 140734038833104 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 6245 5644 394 719 0 5524 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 24980

[startup+6.30046 s]
/proc/loadavg: 2.15 2.03 2.04 3/179 22667
/proc/meminfo: memFree=30233692/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=33900 CPUtime=6.29
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 9698 0 0 0 594 35 0 0 25 0 1 0 164975070 34713600 7982 4089446400 4194304 7136930 140734038833104 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 8475 7982 394 719 0 7754 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33900

[startup+12.7002 s]
/proc/loadavg: 2.13 2.03 2.03 3/179 22667
/proc/meminfo: memFree=30205792/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=55536 CPUtime=12.7
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 14812 0 0 0 1200 70 0 0 25 0 1 0 164975070 56868864 13096 4089446400 4194304 7136930 140734038833104 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 13884 13096 394 719 0 13163 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 55536

[startup+25.5008 s]
/proc/loadavg: 2.10 2.03 2.03 3/179 22667
/proc/meminfo: memFree=30151452/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=98336 CPUtime=25.49
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 24918 0 0 0 2406 143 0 0 25 0 1 0 164975070 100696064 23202 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 24584 23202 394 719 0 23863 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98336

[startup+51.1009 s]
/proc/loadavg: 2.07 2.03 2.03 3/179 22668
/proc/meminfo: memFree=30058044/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=169196 CPUtime=51.09
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 43511 0 0 0 4819 290 0 0 25 0 1 0 164975070 173256704 41795 4089446400 4194304 7136930 140734038833104 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22666/statm: 42299 41795 394 719 0 41578 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 169196

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.03 3/179 22669
/proc/meminfo: memFree=29854880/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=326224 CPUtime=102.3
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 82671 0 0 0 9654 576 0 0 25 0 1 0 164975070 334053376 80955 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 81556 80955 394 719 0 80835 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 326224

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.02 3/179 22671
/proc/meminfo: memFree=29596400/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=519900 CPUtime=162.29
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 129336 0 0 0 15316 913 0 0 25 0 1 0 164975070 532377600 127620 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 129975 127620 394 719 0 129254 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 519900

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/179 22673
/proc/meminfo: memFree=29309040/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=732224 CPUtime=222.3
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 176590 0 0 0 20974 1256 0 0 25 0 1 0 164975070 749797376 174874 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 183056 174874 394 719 0 182335 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 732224

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 22674
/proc/meminfo: memFree=29043980/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=914068 CPUtime=282.31
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 224441 0 0 0 26637 1594 0 0 25 0 1 0 164975070 936005632 222725 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 228517 222725 394 719 0 227796 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 914068

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22676
/proc/meminfo: memFree=28729584/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=1094420 CPUtime=342.3
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 271903 0 0 0 32296 1934 0 0 25 0 1 0 164975070 1120686080 270187 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 273605 270187 394 719 0 272884 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1094420

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22677
/proc/meminfo: memFree=28405264/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=1276720 CPUtime=402.3
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 319879 0 0 0 37958 2272 0 0 25 0 1 0 164975070 1307361280 318163 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 319180 318163 394 719 0 318459 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1276720

[startup+462.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 22679
/proc/meminfo: memFree=28105756/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=1522516 CPUtime=462.3
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 367350 0 0 0 43617 2613 0 0 25 0 1 0 164975070 1559056384 365634 4089446400 4194304 7136930 140734038833104 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 380629 365634 394 719 0 379908 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1522516

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22681
/proc/meminfo: memFree=27860912/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=1705300 CPUtime=522.31
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 415424 0 0 0 49276 2955 0 0 25 0 1 0 164975070 1746227200 413708 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 426325 413708 394 719 0 425604 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1705300

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22682
/proc/meminfo: memFree=27613088/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=1886588 CPUtime=582.31
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 463133 0 0 0 54934 3297 0 0 25 0 1 0 164975070 1931866112 461417 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 471647 461417 394 719 0 470926 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1886588

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22684
/proc/meminfo: memFree=27350392/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=2069716 CPUtime=642.31
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 511275 0 0 0 60591 3640 0 0 25 0 1 0 164975070 2119389184 509559 4089446400 4194304 7136930 140734038833104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 517429 509559 394 719 0 516708 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2069716

[startup+702.301 s]

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

/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 806893 0 0 0 100649 5584 0 0 25 0 1 0 164975070 3262095360 767131 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909144 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 796410 767131 394 719 0 795689 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 3185640

[startup+1122.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 22825
/proc/meminfo: memFree=27793560/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3200136 CPUtime=1122.33
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 810472 0 0 0 106570 5663 0 0 25 0 1 0 164975070 3276939264 769939 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 800034 769939 394 719 0 799313 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 3200136

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 22826
/proc/meminfo: memFree=27658688/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3200852 CPUtime=1182.34
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 810871 0 0 0 112490 5744 0 0 25 0 1 0 164975070 3277672448 769825 4089446400 4194304 7136930 140734038833104 18446744073709551615 5922966 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 800213 769825 394 719 0 799492 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 3200852

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 22828
/proc/meminfo: memFree=27517644/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3203872 CPUtime=1242.34
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 812377 0 0 0 118421 5813 0 0 25 0 1 0 164975070 3280764928 770560 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 800968 770560 394 719 0 800247 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 3203872

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 22829
/proc/meminfo: memFree=27378936/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3203576 CPUtime=1302.34
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 812534 0 0 0 124358 5876 0 0 25 0 1 0 164975070 3280461824 770460 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 800894 770460 394 719 0 800173 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 3203576

[startup+1362.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 22831
/proc/meminfo: memFree=27237508/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3209360 CPUtime=1362.34
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 813631 0 0 0 130290 5944 0 0 25 0 1 0 164975070 3286384640 771557 4089446400 4194304 7136930 140734038833104 18446744073709551615 5908957 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 802340 771557 394 719 0 801619 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 3209360

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22833
/proc/meminfo: memFree=27101156/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3207500 CPUtime=1422.35
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 813689 0 0 0 136229 6006 0 0 25 0 1 0 164975070 3284480000 771101 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 801875 771101 394 719 0 801154 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 3207500

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 22834
/proc/meminfo: memFree=26964068/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3207500 CPUtime=1482.35
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 813696 0 0 0 142156 6079 0 0 25 0 1 0 164975070 3284480000 771108 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 801875 771108 394 719 0 801154 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 3207500

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 22836
/proc/meminfo: memFree=26822404/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3206668 CPUtime=1542.35
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 813745 0 0 0 148094 6141 0 0 25 0 1 0 164975070 3283628032 770900 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909106 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 801667 770900 394 719 0 800946 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 3206668

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 22837
/proc/meminfo: memFree=26687916/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3209840 CPUtime=1602.35
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 814613 0 0 0 154025 6210 0 0 25 0 1 0 164975070 3286876160 771768 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909040 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 802460 771768 394 719 0 801739 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 3209840

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 22839
/proc/meminfo: memFree=26546388/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3214476 CPUtime=1662.35
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 815521 0 0 0 159960 6275 0 0 25 0 1 0 164975070 3291623424 772676 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 803619 772676 394 719 0 802898 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 3214476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 22841
/proc/meminfo: memFree=26403960/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3219972 CPUtime=1722.36
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 816584 0 0 0 165893 6343 0 0 25 0 1 0 164975070 3297251328 773739 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 804993 773739 394 719 0 804272 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 3219972

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22842
/proc/meminfo: memFree=26259692/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3223660 CPUtime=1782.36
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 817553 0 0 0 171828 6408 0 0 25 0 1 0 164975070 3301027840 774708 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 805915 774708 394 719 0 805194 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 3223660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22843
/proc/meminfo: memFree=26213304/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3227504 CPUtime=1800.07
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 818477 0 0 0 173580 6427 0 0 25 0 1 0 164975070 3304964096 775632 4089446400 4194304 7136930 140734038833104 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22666/statm: 806876 775632 394 719 0 806155 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3227504

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22666

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22844
/proc/meminfo: memFree=26210816/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3228384 CPUtime=1801.46
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 818668 0 0 0 173719 6427 0 0 25 0 1 0 164975070 3305865216 775823 4089446400 4194304 7136930 140734038833104 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22666/statm: 807096 775823 399 719 0 806375 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (KiB) 3228384

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22844
/proc/meminfo: memFree=26208584/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3228384 CPUtime=1801.87
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 818668 0 0 0 173760 6427 0 0 25 0 1 0 164975070 3305865216 775823 4089446400 4194304 7136930 140734038833104 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22666/statm: 807096 775823 399 719 0 806375 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 3228384

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22844
/proc/meminfo: memFree=26208584/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=3228384 CPUtime=1802.06
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4202496 818668 0 0 0 173779 6427 0 0 25 0 1 0 164975070 3305865216 775823 4089446400 4194304 7136930 140734038833104 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22666/statm: 807096 775823 399 719 0 806375 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 3228384

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22844
/proc/meminfo: memFree=26208584/32950928 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=0 CPUtime=1802.16
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 21459 0 -1 4203524 818668 0 0 0 173780 6436 0 0 25 0 1 0 164975070 0 0 4089446400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/22666/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.11
CPU time (s): 1802.17
CPU user time (s): 1737.8
CPU system time (s): 64.3682
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 3415700

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

runsolver used 2.46162 second user time and 5.83011 second system time

The end

Launcher Data

Begin job on node115 at 2010-06-30 12:28:40
IDJOB=2693810
IDBENCH=78731
IDSOLVER=1206
FILE ID=node115/2693810-1277893720
PBS_JOBID= 11197124
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 855765d60afa4a3ed9dadddc2a73110a
RANDOM SEED=841887695

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30269664 kB
Buffers:        179184 kB
Cached:         932772 kB
SwapCached:          0 kB
Active:        1881212 kB
Inactive:       655664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30269664 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3180 kB
Writeback:           0 kB
AnonPages:     1424548 kB
Mapped:          14984 kB
Slab:            77848 kB
PageTables:       7492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1573516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node115 at 2010-06-30 12:58:42