Trace number 4545047

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
SCIP 2024-07-07? 3581.51 3597.26

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4545047-1753233481.opb>
0.27/0.39	c original problem has 5363 variables (5363 bin, 0 int, 0 impl, 0 cont) and 78421 constraints
0.27/0.39	c problem read in 0.38
0.27/0.40	c No objective function, only one solution is needed.
0.53/0.62	c presolving:
0.71/0.82	c (round 1, fast)       1 del vars, 1 del conss, 53 add conss, 0 chg bounds, 212 chg sides, 53 chg coeffs, 0 upgd conss, 0 impls, 74950 clqs
0.82/0.97	c    (1.0s) running MILP presolver
1.20/1.33	c    (1.3s) MILP presolver found nothing
1.40/1.52	c (round 2, exhaustive) 1 del vars, 1 del conss, 53 add conss, 0 chg bounds, 212 chg sides, 636 chg coeffs, 78404 upgd conss, 0 impls, 74950 clqs
1.50/1.65	c (round 3, medium)     1 del vars, 3826 del conss, 7703 add conss, 0 chg bounds, 212 chg sides, 636 chg coeffs, 78404 upgd conss, 0 impls, 82600 clqs
18.33/18.50	c    (18.5s) probing: 1000/5362 (18.6%) - 0 fixings, 0 aggregations, 938284 implications, 0 bound changes
18.33/18.52	c    (18.5s) probing: 1001/5362 (18.7%) - 0 fixings, 0 aggregations, 940004 implications, 0 bound changes
18.33/18.52	c    (18.5s) probing aborted: 1000/1000 successive useless probings
18.84/19.08	c    (19.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
18.93/19.18	c    (19.2s) no symmetry present (symcode time: 0.02)
19.02/19.21	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
19.02/19.21	c  1 deleted vars, 3826 deleted constraints, 7703 added constraints, 0 tightened bounds, 0 added holes, 212 changed sides, 636 changed coefficients
19.02/19.21	c  0 implications, 165863 cliques
19.02/19.21	c presolved problem has 5362 variables (5362 bin, 0 int, 0 impl, 0 cont) and 82298 constraints
19.02/19.21	c   82176 constraints of type <setppc>
19.02/19.21	c      53 constraints of type <linear>
19.02/19.21	c      69 constraints of type <logicor>
19.02/19.21	c transformed objective value is always integral (scale: 1)
19.02/19.21	c Presolving Time: 18.59
19.02/19.21	c - non default parameters ----------------------------------------------------------------------
19.02/19.21	c # SCIP version 10.0.0
19.02/19.21	c 
19.02/19.21	c # maximal time in seconds to run
19.02/19.21	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
19.02/19.21	c limits/time = 3596.9931
19.02/19.21	c 
19.02/19.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
19.02/19.21	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
19.02/19.21	c limits/memory = 27900
19.02/19.21	c 
19.02/19.21	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
19.02/19.21	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
19.02/19.21	c limits/solutions = 1
19.02/19.21	c 
19.02/19.21	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
19.02/19.21	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
19.02/19.21	c misc/usesymmetry = 3
19.02/19.21	c 
19.02/19.21	c # belongs reading time to solving time?
19.02/19.21	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
19.02/19.21	c timing/reading = TRUE
19.02/19.21	c 
19.02/19.21	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
19.02/19.21	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
19.02/19.21	c propagating/symmetry/detectdoublelex = FALSE
19.02/19.21	c 
19.02/19.21	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
19.02/19.21	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
19.02/19.21	c propagating/symmetry/detectsubgroups = FALSE
19.02/19.21	c 
19.02/19.21	c # Type of symmetries that shall be computed?
19.02/19.21	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
19.02/19.21	c propagating/symmetry/symtype = 1
19.02/19.21	c 
19.02/19.21	c # Should components consisting of a single full reflection be handled?
19.02/19.21	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
19.02/19.21	c propagating/symmetry/usesimplesgncomp = FALSE
19.02/19.21	c 
19.02/19.21	c -----------------------------------------------------------------------------------------------
19.02/19.21	c start solving
19.02/19.21	c 
19.72/19.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.72/19.91	c  19.9s|     1 |     0 |  1198 |     - |   361M |   0 |5362 |  82k|  82k|   0 |  0 | 130 |   0 | 0.000000e+00 |      --      |    Inf | unknown
35.37/35.69	c  35.7s|     1 |     0 | 21403 |     - |   384M |   0 |5362 |  82k|  82k|  18 |  1 | 130 |   0 | 0.000000e+00 |      --      |    Inf | unknown
38.06/38.37	c  38.3s|     1 |     0 | 21703 |     - |   397M |   0 |5362 |  82k|  82k|  45 |  2 | 140 |   0 | 0.000000e+00 |      --      |    Inf | unknown
38.55/38.85	c  38.8s|     1 |     0 | 22039 |     - |   415M |   0 |5362 |  82k|  82k|  68 |  3 | 140 |   0 | 0.000000e+00 |      --      |    Inf | unknown
40.35/40.62	c  40.6s|     1 |     0 | 22458 |     - |   432M |   0 |5362 |  82k|  82k|  89 |  4 | 146 |   0 | 0.000000e+00 |      --      |    Inf | unknown
41.15/41.41	c  41.4s|     1 |     0 | 23038 |     - |   443M |   0 |5362 |  82k|  82k| 114 |  5 | 153 |   0 | 0.000000e+00 |      --      |    Inf | unknown
48.42/48.74	c  48.7s|     1 |     0 | 23342 |     - |   463M |   0 |5362 |  82k|  82k| 131 |  6 | 153 |   0 | 0.000000e+00 |      --      |    Inf | unknown
55.81/56.14	c  56.1s|     1 |     0 | 24144 |     - |   471M |   0 |5362 |  82k|  82k| 146 |  7 | 157 |   0 | 0.000000e+00 |      --      |    Inf | unknown
56.71/57.11	c  57.1s|     1 |     0 | 25111 |     - |   483M |   0 |5362 |  82k|  82k| 161 |  8 | 166 |   0 | 0.000000e+00 |      --      |    Inf | unknown
68.16/68.56	c  68.5s|     1 |     0 | 25641 |     - |   496M |   0 |5362 |  82k|  82k| 175 |  9 | 175 |   0 | 0.000000e+00 |      --      |    Inf | unknown
79.22/79.68	c  79.7s|     1 |     0 | 26329 |     - |   504M |   0 |5362 |  82k|  82k| 186 | 10 | 182 |   0 | 0.000000e+00 |      --      |    Inf | unknown
80.12/80.54	c  80.5s|     1 |     0 | 27285 |     - |   518M |   0 |5362 |  82k|  82k| 198 | 11 | 189 |   0 | 0.000000e+00 |      --      |    Inf | unknown
98.95/99.45	c  99.4s|     1 |     2 | 36053 |     - |   519M |   0 |5362 |  82k|  82k| 198 | 11 | 246 |  19 | 0.000000e+00 |      --      |    Inf | unknown
160.05/160.70	c   161s|   100 |    30 |148940 |1228.8 |   553M |  24 |5362 |  83k|  82k| 286 |  1 | 752 |  19 | 0.000000e+00 |      --      |    Inf |   0.76%
168.22/168.96	c   169s|   200 |    32 |154287 | 638.2 |   590M |  24 |5362 |  83k|   0 | 399 |  0 | 993 |  19 | 0.000000e+00 |      --      |    Inf |   1.07%
175.20/175.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
175.20/175.99	c   176s|   300 |    48 |161822 | 450.0 |   613M |  26 |5362 |  83k|   0 | 482 |  0 |1258 |  19 | 0.000000e+00 |      --      |    Inf |   1.69%
177.98/178.73	c   179s|   400 |    45 |165386 | 346.1 |   632M |  26 |5362 |  83k|  82k| 519 |  1 |1497 |  19 | 0.000000e+00 |      --      |    Inf |   1.88%
180.17/180.90	c   181s|   500 |    44 |169118 | 284.2 |   634M |  26 |5362 |  83k|  82k| 522 |  1 |1701 |  19 | 0.000000e+00 |      --      |    Inf |   1.96%
182.66/183.47	c   183s|   600 |    37 |173353 | 243.9 |   636M |  26 |5362 |  83k|   0 | 539 |  0 |1880 |  19 | 0.000000e+00 |      --      |    Inf |   1.98%
190.64/191.47	c   191s|   700 |    41 |177884 | 215.4 |   658M |  26 |5362 |  83k|  82k| 672 |  1 |2079 |  19 | 0.000000e+00 |      --      |    Inf |   2.31%
197.71/198.50	c   198s|   800 |    40 |183799 | 195.9 |   676M |  26 |5362 |  83k|   0 | 826 |  0 |2329 |  19 | 0.000000e+00 |      --      |    Inf |   2.66%
199.22/200.11	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
199.22/200.11	c (run 1, node 860) performing user restart
199.22/200.11	c 
199.32/200.13	c (restart) converted 48 cuts from the global cut pool into linear constraints
199.32/200.13	c 
199.41/200.25	c presolving:
199.61/200.42	c (round 1, exhaustive) 0 del vars, 41 del conss, 1 add conss, 0 chg bounds, 14 chg sides, 30 chg coeffs, 48 upgd conss, 0 impls, 165886 clqs
199.81/200.62	c (round 2, exhaustive) 0 del vars, 478 del conss, 1 add conss, 0 chg bounds, 17 chg sides, 106 chg coeffs, 48 upgd conss, 0 impls, 165887 clqs
200.00/200.89	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
200.00/200.89	c  0 deleted vars, 494 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 17 changed sides, 226 changed coefficients
200.00/200.89	c  0 implications, 165887 cliques
200.00/200.89	c presolved problem has 5362 variables (5362 bin, 0 int, 0 impl, 0 cont) and 83512 constraints
200.00/200.89	c      12 constraints of type <knapsack>
200.00/200.89	c   82216 constraints of type <setppc>
200.00/200.89	c      53 constraints of type <linear>
200.00/200.89	c    1231 constraints of type <logicor>
200.00/200.89	c transformed objective value is always integral (scale: 1)
200.00/200.89	c Presolving Time: 19.24
200.10/200.90	c 
200.40/201.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
200.40/201.25	c   201s|     1 |     0 |187991 |     - |   679M |   0 |5362 |  83k|  82k|   0 |  0 |2437 |  19 | 0.000000e+00 |      --      |    Inf | unknown
202.59/203.49	c   203s|     1 |     0 |188578 |     - |   688M |   0 |5362 |  83k|  82k|  31 |  1 |2447 |  19 | 0.000000e+00 |      --      |    Inf | unknown
204.69/205.57	c   206s|     1 |     0 |188990 |     - |   697M |   0 |5362 |  83k|  82k|  55 |  2 |2455 |  19 | 0.000000e+00 |      --      |    Inf | unknown
205.98/206.86	c   207s|     1 |     0 |189346 |     - |   708M |   0 |5362 |  83k|  82k|  77 |  3 |2456 |  19 | 0.000000e+00 |      --      |    Inf | unknown
212.96/213.83	c   214s|     1 |     0 |190922 |     - |   716M |   0 |5362 |  83k|  82k| 100 |  4 |2456 |  19 | 0.000000e+00 |      --      |    Inf | unknown
215.56/216.43	c   216s|     1 |     0 |191974 |     - |   724M |   0 |5362 |  83k|  82k| 124 |  5 |2466 |  19 | 0.000000e+00 |      --      |    Inf | unknown
227.14/228.08	c   228s|     1 |     0 |192960 |     - |   732M |   0 |5362 |  83k|  82k| 145 |  6 |2466 |  19 | 0.000000e+00 |      --      |    Inf | unknown
240.10/241.11	c   241s|     1 |     0 |194237 |     - |   741M |   0 |5362 |  83k|  82k| 163 |  7 |2466 |  19 | 0.000000e+00 |      --      |    Inf | unknown
253.34/254.30	c   254s|     1 |     0 |195224 |     - |   748M |   0 |5362 |  83k|  82k| 182 |  8 |2476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
266.50/267.57	c   268s|     1 |     0 |196035 |     - |   756M |   0 |5362 |  83k|  82k| 196 |  9 |2476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
281.65/282.74	c   283s|     1 |     0 |197367 |     - |   766M |   0 |5362 |  83k|  82k| 217 | 10 |2476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
283.05/284.19	c   284s|     1 |     0 |198736 |     - |   774M |   0 |5362 |  83k|  82k| 230 | 11 |2476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
310.25/311.45	c   311s|     1 |     2 |207949 |     - |   775M |   0 |5362 |  83k|  82k| 230 | 11 |2515 |  38 | 0.000000e+00 |      --      |    Inf | unknown
334.06/335.36	c   335s|   100 |    24 |226607 | 195.1 |   795M |  27 |5362 |  83k|  82k| 266 |  1 |2792 |  38 | 0.000000e+00 |      --      |    Inf | unknown
338.15/339.47	c   339s|   200 |    35 |234707 | 184.4 |   804M |  27 |5362 |  83k|  82k| 285 |  1 |3105 |  38 | 0.000000e+00 |      --      |    Inf | unknown
345.52/346.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
345.52/346.88	c   347s|   300 |    51 |246440 | 178.6 |   829M |  28 |5362 |  83k|   0 | 368 |  0 |3541 |  38 | 0.000000e+00 |      --      |    Inf | unknown
347.91/349.22	c   349s|   400 |    53 |250031 | 167.3 |   830M |  28 |5362 |  84k|  82k| 388 |  1 |3783 |  38 | 0.000000e+00 |      --      |    Inf | unknown
358.17/359.54	c   360s|   500 |    61 |262830 | 164.4 |   887M |  28 |5362 |  84k|  82k| 552 |  1 |4269 |  38 | 0.000000e+00 |      --      |    Inf | unknown
371.73/373.13	c   373s|   600 |    80 |272627 | 159.8 |   916M |  28 |5362 |  84k|   0 | 861 |  0 |4597 |  38 | 0.000000e+00 |      --      |    Inf |   0.86%
373.62/375.09	c   375s|   700 |    80 |275026 | 151.1 |   917M |  31 |5362 |  84k|   0 | 898 |  0 |4844 |  38 | 0.000000e+00 |      --      |    Inf |   0.88%
375.80/377.23	c   377s|   800 |    75 |278477 | 144.1 |   918M |  31 |5362 |  84k|   0 | 905 |  0 |5116 |  38 | 0.000000e+00 |      --      |    Inf |   1.00%
377.79/379.22	c   379s|   900 |    74 |281295 | 137.5 |   919M |  31 |5362 |  84k|   0 | 921 |  0 |5377 |  38 | 0.000000e+00 |      --      |    Inf |   1.04%
379.98/381.45	c   381s|  1000 |    72 |283954 | 131.5 |   919M |  31 |5362 |  84k|  82k| 987 |  2 |5586 |  38 | 0.000000e+00 |      --      |    Inf |   1.07%
382.17/383.63	c   384s|  1100 |    76 |287331 | 126.5 |   921M |  31 |5362 |  84k|   0 | 994 |  0 |5795 |  38 | 0.000000e+00 |      --      |    Inf |   1.13%
385.25/386.75	c   387s|  1200 |    81 |292394 | 122.8 |   921M |  31 |5362 |  84k|   0 |1042 |  0 |6011 |  38 | 0.000000e+00 |      --      |    Inf |   1.14%
387.24/388.74	c   389s|  1300 |    84 |295308 | 118.5 |   922M |  31 |5362 |  84k|   0 |1078 |  0 |6258 |  38 | 0.000000e+00 |      --      |    Inf |   1.14%
389.93/391.43	c   391s|  1400 |    78 |300114 | 115.4 |   925M |  31 |5362 |  85k|   0 |1110 |  0 |6526 |  38 | 0.000000e+00 |      --      |    Inf |   1.14%
393.01/394.51	c   394s|  1500 |    76 |306202 | 113.1 |   926M |  32 |5362 |  85k|  82k|1162 |  1 |6769 |  38 | 0.000000e+00 |      --      |    Inf |   1.14%
395.90/397.42	c   397s|  1600 |    81 |309780 | 109.9 |   934M |  32 |5362 |  85k|   0 |1222 |  0 |7025 |  38 | 0.000000e+00 |      --      |    Inf |   1.18%
400.18/401.76	c   402s|  1700 |    79 |317832 | 108.8 |   937M |  32 |5362 |  85k|   0 |1284 |  0 |7238 |  38 | 0.000000e+00 |      --      |    Inf |   1.23%
403.06/404.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
403.06/404.63	c   405s|  1800 |    85 |322674 | 106.5 |   938M |  32 |5362 |  85k|  82k|1314 |  1 |7492 |  38 | 0.000000e+00 |      --      |    Inf |   1.30%
405.46/407.04	c   407s|  1900 |    83 |326175 | 103.9 |   938M |  32 |5362 |  85k|  82k|1373 |  1 |7735 |  38 | 0.000000e+00 |      --      |    Inf |   1.31%
407.84/409.48	c   409s|  2000 |    82 |330260 | 101.7 |   939M |  32 |5362 |  85k|  82k|1391 |  1 |7968 |  38 | 0.000000e+00 |      --      |    Inf |   1.32%
409.83/411.40	c   411s|  2100 |    81 |332863 |  99.2 |   939M |  32 |5362 |  85k|   0 |1411 |  0 |8198 |  38 | 0.000000e+00 |      --      |    Inf |   1.32%
413.31/414.98	c   415s|  2200 |    83 |340422 |  98.4 |   939M |  32 |5362 |  85k|  82k|1438 |  2 |8441 |  38 | 0.000000e+00 |      --      |    Inf |   1.32%
415.42/417.07	c   417s|  2300 |    83 |343358 |  96.2 |   938M |  32 |5362 |  85k|   0 |1455 |  0 |8686 |  38 | 0.000000e+00 |      --      |    Inf |   1.32%
417.59/419.22	c   419s|  2400 |    85 |346014 |  94.1 |   938M |  32 |5362 |  85k|  82k|1511 |  1 |8885 |  38 | 0.000000e+00 |      --      |    Inf |   1.33%
420.28/421.98	c   422s|  2500 |    81 |350380 |  92.6 |   940M |  32 |5362 |  85k|  82k|1553 |  1 |9075 |  38 | 0.000000e+00 |      --      |    Inf |   1.33%
422.87/424.58	c   425s|  2600 |    88 |355524 |  91.4 |   940M |  32 |5362 |  85k|  82k|1583 |  1 |9373 |  38 | 0.000000e+00 |      --      |    Inf |   1.33%
424.96/426.66	c   427s|  2700 |    86 |359085 |  89.8 |   941M |  32 |5362 |  86k|   0 |1613 |  0 |9750 |  38 | 0.000000e+00 |      --      |    Inf |   1.33%
427.36/429.05	c   429s|  2800 |    82 |363586 |  88.6 |   942M |  32 |5362 |  86k|   0 |1642 |  0 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
429.45/431.14	c   431s|  2900 |    79 |367658 |  87.3 |   942M |  32 |5362 |  86k|   0 |1650 |  0 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
432.72/434.45	c   434s|  3000 |    92 |374553 |  86.8 |   942M |  32 |5362 |  86k|  82k|1690 |  1 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
435.10/436.81	c   437s|  3100 |    86 |378986 |  85.8 |   943M |  32 |5362 |  86k|   0 |1715 |  0 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
437.19/438.93	c   439s|  3200 |    88 |381931 |  84.4 |   943M |  32 |5362 |  86k|  82k|1742 |  1 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
439.30/441.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
439.30/441.09	c   441s|  3300 |    85 |385164 |  83.1 |   944M |  32 |5362 |  86k|  82k|1762 |  1 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
441.67/443.40	c   443s|  3400 |    81 |388479 |  81.9 |   945M |  32 |5362 |  86k|   0 |1787 |  0 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
444.27/446.10	c   446s|  3500 |    85 |393322 |  81.2 |   946M |  32 |5362 |  86k|  82k|1827 |  1 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
446.55/448.34	c   448s|  3600 |    77 |396525 |  80.1 |   946M |  32 |5362 |  86k|  82k|1855 |  1 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
449.93/451.74	c   452s|  3700 |    88 |405236 |  80.2 |   947M |  32 |5362 |  86k|  82k|1915 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
452.62/454.44	c   454s|  3800 |    93 |409372 |  79.4 |   948M |  32 |5362 |  86k|  82k|1966 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
455.01/456.83	c   457s|  3900 |    89 |413351 |  78.6 |   949M |  32 |5362 |  86k|   0 |1996 |  0 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
457.59/459.42	c   459s|  4000 |    88 |417873 |  77.9 |   949M |  32 |5362 |  86k|  82k|2044 |  1 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
459.68/461.51	c   461s|  4100 |    84 |421203 |  77.0 |   949M |  32 |5362 |  87k|   0 |2055 |  0 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
462.18/464.06	c   464s|  4200 |    86 |426103 |  76.4 |   949M |  32 |5362 |  87k|  82k|2069 |  1 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
464.66/466.57	c   467s|  4300 |    84 |430689 |  75.8 |   950M |  32 |5362 |  87k|   0 |2097 |  0 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
466.95/468.80	c   469s|  4400 |    86 |434666 |  75.1 |   950M |  34 |5362 |  87k|  82k|2119 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
468.84/470.79	c   471s|  4500 |    85 |437436 |  74.3 |   950M |  34 |5362 |  87k|  82k|2126 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
471.33/473.21	c   473s|  4600 |    83 |441902 |  73.7 |   951M |  34 |5362 |  87k|  82k|2146 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
473.82/475.76	c   476s|  4700 |    82 |446470 |  73.2 |   951M |  37 |5362 |  87k|   0 |2167 |  0 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
476.50/478.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
476.50/478.41	c   478s|  4800 |    79 |450911 |  72.7 |   951M |  37 |5362 |  87k|  82k|2228 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
479.39/481.35	c   481s|  4900 |    81 |456615 |  72.4 |   952M |  37 |5362 |  87k|   0 |2266 |  0 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.36%
481.98/484.00	c   484s|  5000 |    77 |461166 |  72.0 |   954M |  37 |5362 |  87k|   0 |2325 |  0 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.36%
485.36/487.30	c   487s|  5100 |    75 |466726 |  71.7 |   955M |  37 |5362 |  87k|   0 |2346 |  0 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.36%
487.55/489.56	c   490s|  5200 |    70 |471248 |  71.3 |   955M |  37 |5362 |  87k|  82k|2346 |  1 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.43%
490.83/492.84	c   493s|  5300 |    70 |477055 |  71.0 |   955M |  37 |5362 |  87k|   0 |2381 |  0 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.56%
493.22/495.25	c   495s|  5400 |    72 |481815 |  70.7 |   956M |  37 |5362 |  87k|  82k|2408 |  2 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.58%
495.21/497.28	c   497s|  5500 |    71 |484612 |  70.0 |   956M |  37 |5362 |  87k|  82k|2442 |  1 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.59%
499.49/501.52	c   501s|  5600 |    73 |489093 |  69.6 |   956M |  37 |5362 |  87k|   0 |2519 |  0 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   1.61%
501.88/503.95	c   504s|  5700 |    74 |493677 |  69.3 |   956M |  37 |5362 |  87k|  82k|2541 |  1 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   1.62%
504.17/506.29	c   506s|  5800 |    75 |497703 |  68.8 |   957M |  37 |5362 |  87k|   0 |2576 |  0 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   1.63%
506.46/508.50	c   508s|  5900 |    71 |500898 |  68.3 |   957M |  37 |5362 |  87k|   0 |2612 |  0 |  18k|  38 | 0.000000e+00 |      --      |    Inf |   1.63%
509.24/511.33	c   511s|  6000 |    80 |507124 |  68.2 |   958M |  37 |5362 |  87k|  82k|2636 |  1 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   1.64%
511.54/513.64	c   514s|  6100 |    75 |511295 |  67.8 |   958M |  37 |5362 |  87k|   0 |2668 |  0 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   1.65%
514.13/516.23	c   516s|  6200 |    78 |516763 |  67.6 |   958M |  37 |5362 |  88k|   0 |2708 |  0 |  19k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
516.12/518.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
516.12/518.26	c   518s|  6300 |    77 |520329 |  67.2 |   958M |  37 |5362 |  88k|  82k|2720 |  1 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
518.21/520.32	c   520s|  6400 |    78 |524222 |  66.8 |   958M |  37 |5362 |  88k|  82k|2729 |  1 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
521.49/523.68	c   524s|  6500 |    81 |531677 |  66.9 |   959M |  37 |5362 |  88k|  82k|2758 |  1 |  20k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
523.89/526.09	c   526s|  6600 |    80 |535685 |  66.5 |   960M |  37 |5362 |  88k|   0 |2800 |  0 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   1.66%
526.46/528.65	c   529s|  6700 |    82 |540374 |  66.3 |   961M |  37 |5362 |  88k|  82k|2837 |  1 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
528.75/530.91	c   531s|  6800 |    79 |544391 |  65.9 |   961M |  37 |5362 |  88k|   0 |2870 |  0 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
531.04/533.23	c   533s|  6900 |    80 |549069 |  65.7 |   961M |  37 |5362 |  88k|   0 |2890 |  0 |  21k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
533.33/535.58	c   536s|  7000 |    77 |553119 |  65.4 |   961M |  37 |5362 |  88k|  82k|2919 |  1 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
535.62/537.89	c   538s|  7100 |    72 |557536 |  65.1 |   962M |  37 |5362 |  88k|   0 |2944 |  0 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   1.67%
539.10/541.34	c   541s|  7200 |    77 |562386 |  64.9 |   962M |  37 |5362 |  88k|  82k|3030 |  1 |  22k|  38 | 0.000000e+00 |      --      |    Inf |   1.68%
541.59/543.88	c   544s|  7300 |    80 |566821 |  64.6 |   962M |  37 |5362 |  88k|  82k|3087 |  1 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   1.69%
543.98/546.28	c   546s|  7400 |    76 |571328 |  64.4 |   963M |  37 |5362 |  88k|  82k|3093 |  1 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   1.69%
546.56/548.84	c   549s|  7500 |    81 |576493 |  64.2 |   963M |  37 |5362 |  88k|  82k|3133 |  1 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   1.69%
548.86/551.12	c   551s|  7600 |    77 |580676 |  64.0 |   963M |  37 |5362 |  88k|   0 |3143 |  0 |  23k|  38 | 0.000000e+00 |      --      |    Inf |   1.71%
553.53/555.86	c   556s|  7700 |    81 |585452 |  63.8 |   963M |  37 |5362 |  88k|  82k|3202 |  1 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   1.72%
555.83/558.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
555.83/558.16	c   558s|  7800 |    80 |589343 |  63.5 |   964M |  37 |5362 |  88k|  82k|3231 |  0 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   1.74%
558.11/560.47	c   560s|  7900 |    81 |593931 |  63.3 |   964M |  37 |5362 |  88k|  82k|3250 |  1 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
560.30/562.64	c   563s|  8000 |    83 |597529 |  63.0 |   964M |  37 |5362 |  89k|   0 |3269 |  0 |  24k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
562.39/564.73	c   565s|  8100 |    79 |600965 |  62.7 |   964M |  37 |5362 |  89k|   0 |3300 |  0 |  25k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
564.79/567.15	c   567s|  8200 |    78 |605010 |  62.4 |   965M |  37 |5362 |  89k|  82k|3324 |  1 |  25k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
566.69/569.08	c   569s|  8300 |    79 |608461 |  62.1 |   965M |  37 |5362 |  89k|  82k|3335 |  1 |  25k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
568.68/571.01	c   571s|  8400 |    79 |611695 |  61.8 |   965M |  37 |5362 |  89k|  82k|3337 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   1.75%
570.55/572.98	c   573s|  8500 |    79 |614911 |  61.5 |   965M |  37 |5362 |  89k|  82k|3340 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
573.14/575.54	c   576s|  8600 |    80 |619136 |  61.3 |   965M |  37 |5362 |  89k|  82k|3353 |  2 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
575.13/577.57	c   578s|  8700 |    79 |622560 |  61.0 |   965M |  37 |5362 |  89k|  82k|3357 |  1 |  26k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
576.92/579.38	c   579s|  8800 |    81 |625410 |  60.7 |   966M |  37 |5362 |  89k|  82k|3358 |  1 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
579.51/581.91	c   582s|  8900 |    83 |630253 |  60.5 |   968M |  37 |5362 |  89k|  82k|3384 |  1 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
581.40/583.81	c   584s|  9000 |    80 |632978 |  60.2 |   968M |  37 |5362 |  89k|  82k|3391 |  1 |  27k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
583.39/585.89	c   586s|  9100 |    80 |636639 |  60.0 |   969M |  37 |5362 |  89k|  82k|3409 |  1 |  28k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
585.88/588.31	c   588s|  9200 |    93 |641529 |  59.9 |   970M |  37 |5362 |  89k|  82k|3422 |  1 |  28k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
587.68/590.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
587.68/590.14	c   590s|  9300 |    92 |644285 |  59.5 |   970M |  37 |5362 |  90k|  82k|3428 |  1 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
589.67/592.15	c   592s|  9400 |    88 |647666 |  59.3 |   970M |  37 |5362 |  90k|  82k|3429 |  1 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
592.14/594.61	c   595s|  9500 |    91 |653227 |  59.2 |   970M |  37 |5362 |  90k|   0 |3443 |  0 |  29k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
594.14/596.67	c   597s|  9600 |    89 |657372 |  59.1 |   970M |  37 |5362 |  90k|   0 |3443 |  0 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
596.82/599.33	c   599s|  9700 |    93 |663220 |  59.1 |   971M |  37 |5362 |  90k|   0 |3459 |  0 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   1.76%
598.91/601.46	c   601s|  9800 |    94 |667521 |  58.9 |   971M |  37 |5362 |  90k|  82k|3475 |  1 |  30k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
600.91/603.43	c   603s|  9900 |    91 |670796 |  58.7 |   972M |  37 |5362 |  90k|  82k|3482 |  1 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
603.10/605.62	c   606s| 10000 |    86 |674050 |  58.4 |   972M |  37 |5362 |  90k|  82k|3494 |  1 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
605.09/607.67	c   608s| 10100 |    88 |677517 |  58.2 |   972M |  37 |5362 |  90k|   0 |3502 |  0 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
607.59/610.14	c   610s| 10200 |    90 |682530 |  58.1 |   973M |  37 |5362 |  90k|  82k|3520 |  1 |  31k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
610.76/613.31	c   613s| 10300 |    94 |688589 |  58.2 |   973M |  37 |5362 |  90k|  82k|3535 |  1 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
612.56/615.17	c   615s| 10400 |    94 |691556 |  57.9 |   973M |  37 |5362 |  90k|  82k|3540 |  1 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
614.45/617.01	c   617s| 10500 |    93 |694490 |  57.7 |   973M |  37 |5362 |  90k|  82k|3542 |  1 |  32k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
616.73/619.37	c   619s| 10600 |    91 |698812 |  57.5 |   973M |  37 |5362 |  90k|  82k|3553 |  2 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
619.11/621.72	c   622s| 10700 |    92 |703294 |  57.4 |   973M |  37 |5362 |  90k|  82k|3564 |  1 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
621.20/623.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
621.20/623.88	c   624s| 10800 |    90 |707107 |  57.3 |   974M |  37 |5362 |  90k|  82k|3570 |  1 |  33k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
623.29/625.99	c   626s| 10900 |    91 |710619 |  57.1 |   974M |  37 |5362 |  90k|  82k|3578 |  1 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
625.39/628.04	c   628s| 11000 |    88 |714264 |  56.9 |   974M |  37 |5362 |  91k|  82k|3588 |  1 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
627.38/630.06	c   630s| 11100 |    88 |717702 |  56.7 |   974M |  37 |5362 |  91k|   0 |3592 |  0 |  34k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
629.86/632.50	c   632s| 11200 |    93 |722710 |  56.7 |   974M |  37 |5362 |  91k|  82k|3599 |  1 |  35k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
631.85/634.53	c   635s| 11300 |    94 |725895 |  56.5 |   975M |  37 |5362 |  91k|   0 |3601 |  0 |  35k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
633.74/636.49	c   636s| 11400 |    87 |728877 |  56.2 |   975M |  38 |5362 |  91k|   0 |3603 |  0 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
635.73/638.45	c   638s| 11500 |    86 |731775 |  56.0 |   975M |  38 |5362 |  91k|   0 |3605 |  0 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
637.82/640.54	c   641s| 11600 |    89 |735180 |  55.8 |   975M |  38 |5362 |  91k|  82k|3608 |  1 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
639.91/642.65	c   643s| 11700 |    86 |738333 |  55.6 |   975M |  38 |5362 |  91k|  82k|3613 |  1 |  36k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
642.60/645.33	c   645s| 11800 |    88 |744285 |  55.7 |   975M |  38 |5362 |  91k|   0 |3623 |  0 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
644.69/647.49	c   647s| 11900 |    89 |748193 |  55.5 |   975M |  38 |5362 |  91k|  82k|3643 |  1 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   1.77%
646.98/649.79	c   650s| 12000 |    90 |752398 |  55.4 |   976M |  38 |5362 |  91k|  82k|3657 |  1 |  37k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
649.17/651.98	c   652s| 12100 |    88 |756298 |  55.3 |   976M |  38 |5362 |  91k|   0 |3678 |  0 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
651.37/654.16	c   654s| 12200 |    89 |760567 |  55.2 |   976M |  38 |5362 |  91k|  82k|3686 |  1 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
653.64/656.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
653.64/656.43	c   656s| 12300 |    91 |764390 |  55.1 |   977M |  38 |5362 |  91k|   0 |3693 |  0 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
655.73/658.57	c   659s| 12400 |    87 |767610 |  54.9 |   977M |  38 |5362 |  91k|  82k|3705 |  1 |  38k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
658.02/660.84	c   661s| 12500 |    92 |772817 |  54.9 |   977M |  38 |5362 |  92k|  82k|3711 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
660.23/663.05	c   663s| 12600 |    88 |776887 |  54.8 |   977M |  39 |5362 |  92k|  82k|3716 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
662.51/665.34	c   665s| 12700 |    89 |781114 |  54.7 |   978M |  39 |5362 |  91k|  82k|3741 |  1 |  39k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
664.49/667.34	c   667s| 12800 |    88 |784219 |  54.5 |   978M |  39 |5362 |  92k|   0 |3758 |  0 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
667.19/670.10	c   670s| 12900 |    89 |790420 |  54.6 |   978M |  39 |5362 |  92k|   0 |3773 |  0 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
669.87/672.70	c   673s| 13000 |    89 |796291 |  54.6 |   978M |  39 |5362 |  92k|  82k|3783 |  1 |  40k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
671.96/674.88	c   675s| 13100 |    89 |800132 |  54.5 |   979M |  39 |5362 |  92k|  82k|3803 |  1 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
674.54/677.42	c   677s| 13200 |    89 |805754 |  54.5 |   979M |  39 |5362 |  91k|  82k|3816 |  1 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
676.83/679.77	c   680s| 13300 |    88 |809758 |  54.4 |   979M |  39 |5362 |  92k|   0 |3831 |  0 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   1.78%
679.13/682.11	c   682s| 13400 |    87 |814064 |  54.3 |   979M |  39 |5362 |  91k|  82k|3844 |  1 |  41k|  38 | 0.000000e+00 |      --      |    Inf |   1.79%
681.31/684.21	c   684s| 13500 |    88 |817282 |  54.2 |   980M |  39 |5362 |  91k|  82k|3889 |  1 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   1.79%
683.70/686.62	c   687s| 13600 |    89 |821396 |  54.1 |   980M |  39 |5362 |  91k|  82k|3913 |  1 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   1.79%
685.79/688.70	c   689s| 13700 |    88 |824907 |  53.9 |   980M |  39 |5362 |  92k|   0 |3944 |  0 |  42k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
688.19/691.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
688.19/691.16	c   691s| 13800 |    85 |828799 |  53.8 |   980M |  39 |5362 |  92k|  82k|3968 |  2 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
690.56/693.58	c   694s| 13900 |    83 |833381 |  53.8 |   980M |  39 |5362 |  92k|  82k|4005 |  0 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
693.45/696.41	c   696s| 14000 |    84 |839307 |  53.8 |   981M |  39 |5362 |  92k|  82k|4033 |  1 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   1.80%
695.84/698.88	c   699s| 14100 |    85 |844215 |  53.8 |   981M |  39 |5362 |  92k|  82k|4043 |  1 |  43k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
698.32/701.34	c   701s| 14200 |    83 |848965 |  53.8 |   985M |  39 |5362 |  92k|  82k|4047 |  1 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   1.81%
702.13/705.12	c   705s| 14300 |    87 |853333 |  53.7 |   994M |  39 |5362 |  92k|  82k|4072 |  1 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   1.85%
705.20/708.24	c   708s| 14400 |    88 |859312 |  53.7 |   995M |  39 |5362 |  91k|   0 |4095 |  0 |  44k|  38 | 0.000000e+00 |      --      |    Inf |   1.86%
707.58/710.68	c   711s| 14500 |    89 |864253 |  53.7 |   995M |  39 |5362 |  92k|  82k|4106 |  1 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   1.87%
711.67/714.75	c   715s| 14600 |    91 |870950 |  53.8 |  1004M |  39 |5362 |  92k|  82k|4144 |  1 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   1.90%
713.85/716.93	c   717s| 14700 |    93 |874505 |  53.7 |  1004M |  39 |5362 |  92k|   0 |4168 |  0 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   1.91%
716.44/719.54	c   720s| 14800 |    92 |878934 |  53.6 |  1004M |  39 |5362 |  92k|   0 |4205 |  0 |  45k|  38 | 0.000000e+00 |      --      |    Inf |   1.91%
718.73/721.81	c   722s| 14900 |    91 |882375 |  53.5 |  1005M |  39 |5362 |  92k|  82k|4264 |  2 |  46k|  38 | 0.000000e+00 |      --      |    Inf |   1.91%
721.03/724.16	c   724s| 15000 |    94 |885745 |  53.4 |  1005M |  39 |5362 |  92k|  82k|4319 |  1 |  46k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
723.70/726.84	c   727s| 15100 |    90 |888856 |  53.2 |  1005M |  39 |5362 |  92k|   0 |4369 |  0 |  46k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
729.08/732.24	c   732s| 15200 |    96 |898916 |  53.5 |  1005M |  39 |5362 |  92k|  82k|4458 |  1 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
731.57/734.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
731.57/734.78	c   735s| 15300 |    91 |903392 |  53.5 |  1005M |  39 |5362 |  92k|  82k|4475 |  1 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
735.25/738.44	c   738s| 15400 |    97 |911957 |  53.7 |  1005M |  39 |5362 |  92k|  82k|4503 |  1 |  47k|  38 | 0.000000e+00 |      --      |    Inf |   1.92%
739.13/742.33	c   742s| 15500 |   111 |918648 |  53.7 |  1005M |  39 |5362 |  92k|  82k|4560 |  1 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   1.93%
741.02/744.25	c   744s| 15600 |   116 |921668 |  53.6 |  1005M |  39 |5362 |  92k|  82k|4588 |  1 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   1.93%
743.01/746.27	c   746s| 15700 |   118 |924306 |  53.4 |  1006M |  39 |5362 |  92k|   0 |4619 |  0 |  48k|  38 | 0.000000e+00 |      --      |    Inf |   1.93%
745.20/748.45	c   748s| 15800 |   125 |928980 |  53.4 |  1006M |  39 |5362 |  92k|  82k|4635 |  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   1.93%
747.29/750.58	c   751s| 15900 |   117 |932120 |  53.3 |  1006M |  39 |5362 |  92k|   0 |4663 |  0 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   1.93%
750.47/753.70	c   754s| 16000 |   118 |938557 |  53.3 |  1006M |  39 |5362 |  92k|  82k|4685 |  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   1.93%
752.56/755.84	c   756s| 16100 |   121 |941726 |  53.2 |  1006M |  39 |5362 |  92k|  82k|4714 |  1 |  49k|  38 | 0.000000e+00 |      --      |    Inf |   1.93%
754.55/757.85	c   758s| 16200 |   119 |944959 |  53.1 |  1006M |  39 |5362 |  92k|   0 |4733 |  0 |  50k|  38 | 0.000000e+00 |      --      |    Inf |   1.93%
756.44/759.75	c   760s| 16300 |   121 |947463 |  52.9 |  1006M |  39 |5362 |  92k|   0 |4765 |  0 |  50k|  38 | 0.000000e+00 |      --      |    Inf |   1.93%
759.33/762.62	c   763s| 16400 |   123 |952492 |  52.9 |  1007M |  39 |5362 |  92k|   0 |4819 |  0 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
761.42/764.72	c   765s| 16500 |   122 |956000 |  52.8 |  1007M |  39 |5362 |  92k|  82k|4844 |  1 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
764.82/768.16	c   768s| 16600 |   139 |963805 |  52.9 |  1007M |  39 |5362 |  92k|   0 |4894 |  0 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
767.59/770.94	c   771s| 16700 |   137 |968841 |  52.9 |  1007M |  39 |5362 |  92k|  82k|4927 |  1 |  51k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
769.98/773.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
769.98/773.38	c   773s| 16800 |   141 |973383 |  52.9 |  1007M |  39 |5362 |  92k|  82k|4934 |  1 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
773.36/776.77	c   777s| 16900 |   156 |980480 |  53.0 |  1009M |  39 |5362 |  92k|  82k|4958 |  2 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
775.95/779.37	c   779s| 17000 |   158 |986050 |  53.0 |  1010M |  39 |5362 |  92k|  82k|4970 |  1 |  52k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
779.54/782.92	c   783s| 17100 |   172 |994695 |  53.2 |  1012M |  39 |5362 |  92k|   0 |4985 |  0 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
782.02/785.43	c   785s| 17200 |   168 |998915 |  53.1 |  1012M |  39 |5362 |  92k|  82k|4994 |  1 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
784.11/787.53	c   788s| 17300 |   160 |  1002k|  53.0 |  1012M |  39 |5362 |  92k|  82k|5006 |  1 |  53k|  38 | 0.000000e+00 |      --      |    Inf |   1.94%
787.20/790.69	c   791s| 17400 |   158 |  1008k|  53.1 |  1013M |  39 |5362 |  92k|  82k|5020 |  1 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   1.95%
789.79/793.27	c   793s| 17500 |   159 |  1014k|  53.1 |  1013M |  39 |5362 |  92k|  82k|5028 |  1 |  54k|  38 | 0.000000e+00 |      --      |    Inf |   1.95%
792.77/796.28	c   796s| 17600 |   177 |  1020k|  53.2 |  1013M |  40 |5362 |  92k|  82k|5042 |  1 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   1.95%
794.96/798.43	c   798s| 17700 |   174 |  1024k|  53.1 |  1013M |  40 |5362 |  92k|  82k|5050 |  1 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   1.95%
797.85/801.38	c   801s| 17800 |   177 |  1029k|  53.1 |  1014M |  40 |5362 |  92k|  82k|5082 |  1 |  55k|  38 | 0.000000e+00 |      --      |    Inf |   1.95%
800.55/804.03	c   804s| 17900 |   184 |  1034k|  53.1 |  1014M |  40 |5362 |  92k|  82k|5096 |  1 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   1.95%
803.02/806.57	c   807s| 18000 |   181 |  1038k|  53.0 |  1014M |  40 |5362 |  92k|  82k|5127 |  1 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   1.95%
810.29/813.88	c   814s| 18100 |   178 |  1042k|  52.9 |  1054M |  43 |5362 |  92k|   0 |5218 |  0 |  56k|  38 | 0.000000e+00 |      --      |    Inf |   1.96%
812.68/816.20	c   816s| 18200 |   175 |  1046k|  52.8 |  1055M |  43 |5362 |  92k|  82k|5261 |  1 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   1.96%
815.07/818.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
815.07/818.62	c   819s| 18300 |   164 |  1050k|  52.8 |  1055M |  43 |5362 |  92k|  82k|5274 |  1 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   1.96%
817.57/821.17	c   821s| 18400 |   159 |  1054k|  52.7 |  1056M |  43 |5362 |  92k|  82k|5303 |  1 |  57k|  38 | 0.000000e+00 |      --      |    Inf |   1.96%
821.04/824.65	c   825s| 18500 |   130 |  1061k|  52.8 |  1056M |  43 |5362 |  92k|  82k|5335 |  1 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   1.96%
823.83/827.44	c   827s| 18600 |   127 |  1066k|  52.8 |  1056M |  43 |5362 |  92k|   0 |5377 |  0 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   1.96%
827.02/830.60	c   831s| 18700 |   129 |  1071k|  52.8 |  1056M |  43 |5362 |  92k|   0 |5451 |  0 |  58k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
829.31/832.99	c   833s| 18800 |   129 |  1076k|  52.7 |  1056M |  43 |5362 |  92k|   0 |5477 |  0 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
831.60/835.20	c   835s| 18900 |   131 |  1080k|  52.7 |  1056M |  43 |5362 |  92k|  82k|5483 |  1 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
833.79/837.46	c   837s| 19000 |   136 |  1084k|  52.6 |  1056M |  43 |5362 |  92k|  82k|5509 |  1 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
835.88/839.57	c   840s| 19100 |   130 |  1087k|  52.5 |  1057M |  43 |5362 |  92k|   0 |5525 |  0 |  59k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
838.17/841.87	c   842s| 19200 |   132 |  1091k|  52.4 |  1057M |  43 |5362 |  92k|  82k|5545 |  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
840.26/843.96	c   844s| 19300 |   132 |  1095k|  52.4 |  1057M |  43 |5362 |  92k|  82k|5560 |  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
842.75/846.46	c   846s| 19400 |   124 |  1099k|  52.3 |  1057M |  43 |5362 |  92k|  82k|5583 |  1 |  60k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
845.84/849.50	c   849s| 19500 |   117 |  1105k|  52.4 |  1057M |  43 |5362 |  92k|   0 |5599 |  0 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
849.62/853.32	c   853s| 19600 |   115 |  1110k|  52.4 |  1073M |  44 |5362 |  92k|  82k|5639 |  1 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
852.01/855.77	c   856s| 19700 |   114 |  1115k|  52.3 |  1073M |  44 |5362 |  92k|  82k|5667 |  1 |  61k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
854.20/857.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
854.20/857.97	c   858s| 19800 |   114 |  1118k|  52.2 |  1073M |  44 |5362 |  92k|  82k|5705 |  1 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
861.47/865.28	c   865s| 19900 |   115 |  1123k|  52.2 |  1081M |  44 |5362 |  92k|  82k|5811 |  2 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
864.27/868.09	c   868s| 20000 |   113 |  1128k|  52.2 |  1081M |  44 |5362 |  92k|  82k|5897 |  2 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
866.75/870.57	c   871s| 20100 |   104 |  1132k|  52.1 |  1082M |  44 |5362 |  92k|  82k|5940 |  1 |  62k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
869.53/873.30	c   873s| 20200 |   100 |  1137k|  52.1 |  1082M |  44 |5362 |  92k|   0 |5991 |  0 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
874.01/877.81	c   878s| 20300 |   104 |  1142k|  52.1 |  1090M |  44 |5362 |  92k|  82k|6133 |  1 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   1.97%
876.21/880.10	c   880s| 20400 |    99 |  1146k|  52.1 |  1090M |  44 |5362 |  92k|   0 |6153 |  0 |  63k|  38 | 0.000000e+00 |      --      |    Inf |   2.02%
881.08/884.93	c   885s| 20500 |    96 |  1149k|  52.0 |  1098M |  44 |5362 |  92k|  82k|6224 |  1 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   2.04%
883.37/887.28	c   887s| 20600 |    90 |  1153k|  51.9 |  1098M |  44 |5362 |  92k|  82k|6266 |  1 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   2.05%
885.96/889.82	c   890s| 20700 |    89 |  1158k|  51.9 |  1098M |  49 |5362 |  92k|   0 |6323 |  0 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   2.06%
888.35/892.20	c   892s| 20800 |    89 |  1162k|  51.8 |  1098M |  49 |5362 |  92k|  82k|6354 |  1 |  64k|  38 | 0.000000e+00 |      --      |    Inf |   2.07%
890.34/894.26	c   894s| 20900 |    90 |  1165k|  51.7 |  1098M |  49 |5362 |  92k|  82k|6405 |  1 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   2.08%
892.82/896.79	c   897s| 21000 |    90 |  1169k|  51.7 |  1099M |  49 |5362 |  92k|  82k|6442 |  1 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   2.12%
895.31/899.21	c   899s| 21100 |    90 |  1173k|  51.6 |  1099M |  49 |5362 |  92k|  82k|6514 |  1 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   2.13%
897.22/901.19	c   901s| 21200 |    93 |  1175k|  51.5 |  1099M |  49 |5362 |  92k|   0 |6548 |  0 |  65k|  38 | 0.000000e+00 |      --      |    Inf |   2.13%
899.89/903.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
899.89/903.81	c   904s| 21300 |    92 |  1180k|  51.5 |  1099M |  49 |5362 |  92k|  82k|6573 |  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   2.13%
902.38/906.37	c   906s| 21400 |    92 |  1185k|  51.5 |  1099M |  49 |5362 |  92k|  82k|6618 |  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   2.13%
904.88/908.86	c   909s| 21500 |    91 |  1189k|  51.4 |  1099M |  49 |5362 |  92k|  82k|6693 |  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   2.14%
907.37/911.31	c   911s| 21600 |    92 |  1194k|  51.4 |  1099M |  49 |5362 |  92k|  82k|6724 |  1 |  66k|  38 | 0.000000e+00 |      --      |    Inf |   2.14%
910.06/914.07	c   914s| 21700 |    87 |  1198k|  51.4 |  1100M |  49 |5362 |  92k|  82k|6857 |  1 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   2.14%
912.74/916.75	c   917s| 21800 |    87 |  1202k|  51.3 |  1100M |  49 |5362 |  92k|   0 |6937 |  0 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   2.14%
914.73/918.77	c   919s| 21900 |    85 |  1205k|  51.2 |  1100M |  49 |5362 |  92k|   0 |6958 |  0 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   2.14%
917.82/921.86	c   922s| 22000 |    80 |  1208k|  51.1 |  1100M |  49 |5362 |  92k|   0 |7016 |  0 |  67k|  38 | 0.000000e+00 |      --      |    Inf |   2.16%
919.90/923.96	c   924s| 22100 |    83 |  1211k|  51.1 |  1100M |  49 |5362 |  92k|   0 |7043 |  0 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   2.19%
922.29/926.31	c   926s| 22200 |    77 |  1213k|  50.9 |  1100M |  49 |5362 |  92k|   0 |7099 |  0 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   2.59%
924.38/928.41	c   928s| 22300 |    78 |  1217k|  50.9 |  1100M |  49 |5362 |  92k|   0 |7119 |  0 |  68k|  38 | 0.000000e+00 |      --      |    Inf |   2.64%
926.67/930.71	c   931s| 22400 |    78 |  1221k|  50.8 |  1100M |  49 |5362 |  92k|   0 |7132 |  0 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   2.65%
929.16/933.28	c   933s| 22500 |    79 |  1226k|  50.8 |  1100M |  49 |5362 |  92k|   0 |7160 |  0 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   2.65%
931.75/935.82	c   936s| 22600 |    76 |  1231k|  50.8 |  1100M |  49 |5362 |  92k|  82k|7194 |  1 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   2.67%
934.53/938.69	c   939s| 22700 |    78 |  1237k|  50.8 |  1100M |  49 |5362 |  92k|  82k|7234 |  1 |  69k|  38 | 0.000000e+00 |      --      |    Inf |   2.68%
937.72/941.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
937.72/941.86	c   942s| 22800 |    88 |  1243k|  50.9 |  1100M |  49 |5362 |  92k|  82k|7270 |  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
939.92/944.09	c   944s| 22900 |    88 |  1247k|  50.8 |  1101M |  49 |5362 |  92k|  82k|7301 |  1 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
942.49/946.62	c   947s| 23000 |    85 |  1251k|  50.8 |  1101M |  49 |5362 |  92k|  82k|7353 |  2 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
945.08/949.28	c   949s| 23100 |    88 |  1257k|  50.8 |  1101M |  49 |5362 |  92k|   0 |7410 |  0 |  70k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
947.27/951.45	c   951s| 23200 |    87 |  1261k|  50.8 |  1101M |  49 |5362 |  92k|  82k|7426 |  1 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
950.06/954.20	c   954s| 23300 |    94 |  1266k|  50.8 |  1101M |  49 |5362 |  92k|   0 |7464 |  0 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
952.25/956.47	c   956s| 23400 |    91 |  1270k|  50.7 |  1101M |  49 |5362 |  92k|   0 |7507 |  0 |  71k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
954.95/959.16	c   959s| 23500 |    86 |  1275k|  50.7 |  1101M |  49 |5362 |  92k|   0 |7539 |  0 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
957.13/961.32	c   961s| 23600 |    90 |  1278k|  50.7 |  1101M |  49 |5362 |  92k|   0 |7559 |  0 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
959.32/963.57	c   964s| 23700 |    82 |  1282k|  50.6 |  1101M |  49 |5362 |  92k|   0 |7559 |  0 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   2.69%
961.70/966.00	c   966s| 23800 |    81 |  1287k|  50.6 |  1101M |  49 |5362 |  92k|  82k|7597 |  1 |  72k|  38 | 0.000000e+00 |      --      |    Inf |   2.70%
964.49/968.75	c   969s| 23900 |    80 |  1292k|  50.6 |  1101M |  49 |5362 |  92k|  82k|7652 |  1 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   2.70%
967.58/971.86	c   972s| 24000 |    83 |  1299k|  50.7 |  1101M |  49 |5362 |  92k|  82k|7679 |  1 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   2.70%
970.36/974.70	c   975s| 24100 |    78 |  1302k|  50.6 |  1102M |  49 |5362 |  92k|  82k|7708 |  1 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   2.70%
972.45/976.77	c   977s| 24200 |    76 |  1305k|  50.5 |  1102M |  49 |5362 |  92k|  82k|7746 |  1 |  73k|  38 | 0.000000e+00 |      --      |    Inf |   2.71%
974.54/978.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
974.54/978.84	c   979s| 24300 |    75 |  1307k|  50.4 |  1102M |  49 |5362 |  92k|   0 |7798 |  0 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   2.71%
976.43/980.76	c   981s| 24400 |    77 |  1310k|  50.3 |  1102M |  49 |5362 |  92k|  82k|7811 |  1 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   2.71%
978.32/982.63	c   983s| 24500 |    74 |  1312k|  50.2 |  1102M |  49 |5362 |  92k|  82k|7834 |  1 |  74k|  38 | 0.000000e+00 |      --      |    Inf |   2.71%
980.51/984.85	c   985s| 24600 |    75 |  1316k|  50.2 |  1102M |  49 |5362 |  92k|  82k|7862 |  1 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   2.71%
983.39/987.78	c   988s| 24700 |    74 |  1321k|  50.2 |  1102M |  49 |5362 |  92k|   0 |7883 |  0 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   2.71%
985.98/990.40	c   990s| 24800 |    76 |  1326k|  50.2 |  1102M |  49 |5362 |  92k|  82k|7921 |  1 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   2.72%
989.07/993.43	c   993s| 24900 |    72 |  1332k|  50.2 |  1102M |  49 |5362 |  92k|   0 |7981 |  0 |  75k|  38 | 0.000000e+00 |      --      |    Inf |   2.72%
992.55/996.91	c   997s| 25000 |    75 |  1337k|  50.2 |  1102M |  49 |5362 |  92k|  82k|8012 |  1 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   2.72%
995.14/999.53	c  1000s| 25100 |    76 |  1342k|  50.2 |  1102M |  49 |5362 |  92k|  82k|8067 |  1 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   2.73%
997.53/1001.98	c  1002s| 25200 |    74 |  1346k|  50.2 |  1102M |  49 |5362 |  92k|  82k|8088 |  2 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   2.74%
1000.41/1004.82	c  1005s| 25300 |    69 |  1351k|  50.2 |  1102M |  49 |5362 |  92k|  82k|8128 |  1 |  76k|  38 | 0.000000e+00 |      --      |    Inf |   2.76%
1010.69/1015.17	c  1015s| 25400 |    78 |  1362k|  50.4 |  1110M |  49 |5362 |  92k|  82k|8215 |  1 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   2.82%
1014.26/1018.76	c  1019s| 25500 |    78 |  1367k|  50.4 |  1110M |  49 |5362 |  92k|   0 |8272 |  0 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   2.85%
1016.35/1020.83	c  1021s| 25600 |    75 |  1370k|  50.3 |  1110M |  49 |5362 |  92k|   0 |8278 |  0 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   2.87%
1019.65/1024.19	c  1024s| 25700 |    83 |  1376k|  50.3 |  1110M |  49 |5362 |  92k|  82k|8355 |  2 |  77k|  38 | 0.000000e+00 |      --      |    Inf |   2.88%
1022.03/1026.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1022.03/1026.51	c  1026s| 25800 |    84 |  1379k|  50.3 |  1110M |  49 |5362 |  92k|  82k|8376 |  1 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   2.89%
1024.02/1028.56	c  1029s| 25900 |    85 |  1382k|  50.2 |  1110M |  49 |5362 |  92k|  82k|8402 |  1 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   2.90%
1026.63/1031.19	c  1031s| 26000 |    86 |  1387k|  50.2 |  1110M |  49 |5362 |  92k|   0 |8443 |  0 |  78k|  38 | 0.000000e+00 |      --      |    Inf |   2.90%
1029.10/1033.66	c  1034s| 26100 |    89 |  1390k|  50.1 |  1110M |  49 |5362 |  92k|  82k|8488 |  1 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   2.91%
1031.79/1036.33	c  1036s| 26200 |    83 |  1394k|  50.1 |  1111M |  49 |5362 |  92k|  82k|8536 |  1 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   2.91%
1034.38/1038.99	c  1039s| 26300 |    83 |  1398k|  50.0 |  1111M |  49 |5362 |  92k|   0 |8568 |  0 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   2.93%
1036.87/1041.46	c  1041s| 26400 |    82 |  1402k|  50.0 |  1111M |  49 |5362 |  92k|  82k|8617 |  1 |  79k|  38 | 0.000000e+00 |      --      |    Inf |   2.93%
1039.47/1044.04	c  1044s| 26500 |    80 |  1406k|  50.0 |  1111M |  49 |5362 |  92k|  82k|8635 |  1 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   2.93%
1041.95/1046.56	c  1047s| 26600 |    79 |  1411k|  50.0 |  1111M |  49 |5362 |  92k|   0 |8644 |  0 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   2.95%
1044.24/1048.89	c  1049s| 26700 |    77 |  1416k|  49.9 |  1111M |  49 |5362 |  92k|  82k|8672 |  1 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   2.97%
1046.23/1050.85	c  1051s| 26800 |    76 |  1418k|  49.9 |  1111M |  49 |5362 |  92k|   0 |8691 |  0 |  80k|  38 | 0.000000e+00 |      --      |    Inf |   3.00%
1048.53/1053.20	c  1053s| 26900 |    73 |  1422k|  49.8 |  1111M |  49 |5362 |  92k|   0 |8718 |  0 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   3.03%
1050.81/1055.44	c  1055s| 27000 |    75 |  1425k|  49.8 |  1111M |  49 |5362 |  92k|   0 |8750 |  0 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   3.05%
1053.00/1057.64	c  1058s| 27100 |    74 |  1429k|  49.7 |  1111M |  49 |5362 |  92k|  82k|8774 |  1 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   3.07%
1055.29/1059.98	c  1060s| 27200 |    73 |  1433k|  49.7 |  1111M |  49 |5362 |  92k|  82k|8789 |  1 |  81k|  38 | 0.000000e+00 |      --      |    Inf |   3.10%
1057.58/1062.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1057.58/1062.29	c  1062s| 27300 |    75 |  1436k|  49.6 |  1111M |  49 |5362 |  92k|  82k|8823 |  1 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   3.10%
1060.26/1064.92	c  1065s| 27400 |    76 |  1441k|  49.6 |  1111M |  49 |5362 |  92k|   0 |8859 |  0 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   3.11%
1062.65/1067.37	c  1067s| 27500 |    78 |  1445k|  49.6 |  1111M |  49 |5362 |  92k|   0 |8877 |  0 |  82k|  38 | 0.000000e+00 |      --      |    Inf |   3.11%
1065.35/1070.09	c  1070s| 27600 |    79 |  1450k|  49.6 |  1111M |  49 |5362 |  92k|   0 |8899 |  0 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   3.11%
1067.73/1072.49	c  1072s| 27700 |    77 |  1454k|  49.5 |  1115M |  49 |5362 |  92k|  82k|8930 |  1 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   3.11%
1070.51/1075.22	c  1075s| 27800 |    73 |  1459k|  49.5 |  1115M |  49 |5362 |  92k|  82k|8947 |  1 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   3.11%
1072.70/1077.43	c  1077s| 27900 |    77 |  1463k|  49.5 |  1115M |  49 |5362 |  92k|  82k|8951 |  1 |  83k|  38 | 0.000000e+00 |      --      |    Inf |   3.13%
1075.49/1080.29	c  1080s| 28000 |    81 |  1467k|  49.5 |  1116M |  49 |5362 |  92k|  82k|8985 |  1 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   3.14%
1078.78/1083.55	c  1084s| 28100 |    80 |  1473k|  49.5 |  1116M |  49 |5362 |  92k|  82k|9027 |  1 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   3.22%
1081.16/1085.93	c  1086s| 28200 |    80 |  1477k|  49.5 |  1116M |  49 |5362 |  92k|  82k|9055 |  1 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   3.23%
1083.65/1088.47	c  1088s| 28300 |    80 |  1481k|  49.5 |  1116M |  49 |5362 |  92k|   0 |9102 |  0 |  84k|  38 | 0.000000e+00 |      --      |    Inf |   3.24%
1085.84/1090.63	c  1091s| 28400 |    79 |  1484k|  49.4 |  1116M |  49 |5362 |  92k|   0 |9124 |  0 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   3.26%
1088.13/1092.98	c  1093s| 28500 |    80 |  1488k|  49.3 |  1116M |  49 |5362 |  92k|  82k|9180 |  2 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   3.27%
1090.72/1095.56	c  1096s| 28600 |    82 |  1493k|  49.4 |  1116M |  49 |5362 |  92k|   0 |9209 |  0 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   3.28%
1094.10/1098.93	c  1099s| 28700 |    81 |  1498k|  49.4 |  1116M |  49 |5362 |  92k|  82k|9256 |  1 |  85k|  38 | 0.000000e+00 |      --      |    Inf |   3.31%
1096.59/1101.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1096.59/1101.41	c  1101s| 28800 |    80 |  1503k|  49.4 |  1117M |  49 |5362 |  92k|  82k|9285 |  1 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   3.33%
1105.76/1110.66	c  1111s| 28900 |    79 |  1509k|  49.4 |  1117M |  49 |5362 |  92k|   0 |9326 |  0 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   3.37%
1107.95/1112.82	c  1113s| 29000 |    85 |  1512k|  49.3 |  1117M |  49 |5362 |  92k|  82k|9343 |  1 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   3.37%
1109.94/1114.88	c  1115s| 29100 |    86 |  1516k|  49.3 |  1117M |  49 |5362 |  92k|   0 |9362 |  0 |  86k|  38 | 0.000000e+00 |      --      |    Inf |   3.37%
1111.83/1116.78	c  1117s| 29200 |    82 |  1519k|  49.2 |  1117M |  49 |5362 |  92k|   0 |9384 |  0 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   3.37%
1114.23/1119.12	c  1119s| 29300 |    84 |  1523k|  49.2 |  1118M |  49 |5362 |  92k|   0 |9408 |  0 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1116.31/1121.21	c  1121s| 29400 |    84 |  1526k|  49.1 |  1118M |  49 |5362 |  92k|   0 |9430 |  0 |  87k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1118.80/1123.70	c  1124s| 29500 |    88 |  1531k|  49.1 |  1118M |  49 |5362 |  92k|  82k|9451 |  1 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1121.29/1126.23	c  1126s| 29600 |    91 |  1536k|  49.2 |  1118M |  49 |5362 |  92k|  82k|9469 |  2 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1123.57/1128.52	c  1129s| 29700 |    90 |  1540k|  49.1 |  1118M |  49 |5362 |  92k|  82k|9500 |  1 |  88k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1125.57/1130.56	c  1131s| 29800 |    84 |  1543k|  49.1 |  1118M |  49 |5362 |  92k|  82k|9508 |  1 |  89k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1127.75/1132.79	c  1133s| 29900 |    88 |  1547k|  49.0 |  1118M |  49 |5362 |  92k|   0 |9520 |  0 |  89k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1130.44/1135.40	c  1135s| 30000 |    87 |  1553k|  49.1 |  1118M |  49 |5362 |  92k|  82k|9530 |  1 |  89k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1132.73/1137.78	c  1138s| 30100 |    85 |  1557k|  49.0 |  1118M |  49 |5362 |  92k|  82k|9542 |  1 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1135.03/1140.06	c  1140s| 30200 |    84 |  1562k|  49.0 |  1118M |  49 |5362 |  92k|   0 |9558 |  0 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1137.21/1142.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1137.21/1142.25	c  1142s| 30300 |    84 |  1566k|  49.0 |  1118M |  49 |5362 |  92k|  82k|9571 |  1 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1139.70/1144.74	c  1145s| 30400 |    82 |  1570k|  49.0 |  1118M |  49 |5362 |  92k|  82k|9580 |  1 |  90k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1142.10/1147.19	c  1147s| 30500 |    83 |  1575k|  49.0 |  1118M |  49 |5362 |  92k|  82k|9599 |  1 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1144.78/1149.84	c  1150s| 30600 |    84 |  1579k|  49.0 |  1119M |  49 |5362 |  92k|  82k|9662 |  1 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1150.56/1155.61	c  1156s| 30700 |    81 |  1584k|  48.9 |  1127M |  49 |5362 |  92k|  82k|9756 |  2 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   3.38%
1153.25/1158.33	c  1158s| 30800 |    83 |  1589k|  49.0 |  1127M |  49 |5362 |  92k|  82k|9797 |  1 |  91k|  38 | 0.000000e+00 |      --      |    Inf |   3.40%
1155.64/1160.77	c  1161s| 30900 |    79 |  1593k|  48.9 |  1127M |  49 |5362 |  92k|   0 |9826 |  0 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   3.41%
1158.82/1163.95	c  1164s| 31000 |    84 |  1599k|  49.0 |  1127M |  49 |5362 |  92k|   0 |9846 |  0 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   3.41%
1162.41/1167.57	c  1168s| 31100 |    88 |  1605k|  49.0 |  1127M |  49 |5362 |  92k|  82k|9911 |  1 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   3.42%
1176.56/1181.71	c  1182s| 31200 |    97 |  1613k|  49.1 |  1135M |  49 |5362 |  92k|  82k|  10k|  1 |  92k|  38 | 0.000000e+00 |      --      |    Inf |   3.43%
1179.54/1184.79	c  1185s| 31300 |   106 |  1619k|  49.1 |  1135M |  49 |5362 |  92k|   0 |  10k|  0 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   3.44%
1182.33/1187.52	c  1188s| 31400 |    99 |  1625k|  49.2 |  1135M |  49 |5362 |  92k|  82k|  10k|  1 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   3.46%
1184.72/1190.00	c  1190s| 31500 |   102 |  1629k|  49.2 |  1135M |  49 |5362 |  92k|  82k|  10k|  1 |  93k|  38 | 0.000000e+00 |      --      |    Inf |   3.46%
1188.30/1193.52	c  1194s| 31600 |    99 |  1638k|  49.3 |  1135M |  49 |5362 |  92k|   0 |  10k|  0 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   3.47%
1191.39/1196.63	c  1197s| 31700 |   102 |  1643k|  49.3 |  1135M |  49 |5362 |  92k|  82k|  10k|  1 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   3.48%
1194.78/1200.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1194.78/1200.10	c  1200s| 31800 |   106 |  1650k|  49.3 |  1135M |  49 |5362 |  92k|  82k|  10k|  1 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   3.48%
1197.87/1203.16	c  1203s| 31900 |   103 |  1655k|  49.3 |  1135M |  49 |5362 |  92k|   0 |  10k|  0 |  94k|  38 | 0.000000e+00 |      --      |    Inf |   3.48%
1201.24/1206.51	c  1206s| 32000 |    97 |  1662k|  49.4 |  1135M |  49 |5362 |  92k|  82k|  10k|  1 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   3.51%
1203.93/1209.24	c  1209s| 32100 |    98 |  1666k|  49.4 |  1135M |  49 |5362 |  92k|   0 |  10k|  0 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   3.52%
1206.41/1211.73	c  1212s| 32200 |    96 |  1670k|  49.3 |  1136M |  49 |5362 |  92k|   0 |  10k|  0 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   3.52%
1209.50/1214.87	c  1215s| 32300 |   101 |  1675k|  49.4 |  1136M |  49 |5362 |  92k|  82k|  10k|  1 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   3.53%
1212.59/1217.94	c  1218s| 32400 |   101 |  1681k|  49.4 |  1136M |  49 |5362 |  92k|   0 |  10k|  0 |  95k|  38 | 0.000000e+00 |      --      |    Inf |   3.54%
1215.37/1220.79	c  1221s| 32500 |   101 |  1686k|  49.4 |  1136M |  49 |5362 |  92k|  82k|  10k|  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   3.54%
1218.86/1224.21	c  1224s| 32600 |    99 |  1692k|  49.4 |  1136M |  49 |5362 |  92k|  82k|  10k|  1 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   3.55%
1221.45/1226.81	c  1227s| 32700 |   100 |  1696k|  49.4 |  1136M |  49 |5362 |  92k|   0 |  10k|  0 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   3.55%
1224.04/1229.49	c  1229s| 32800 |    98 |  1701k|  49.4 |  1137M |  49 |5362 |  92k|  82k|  10k|  0 |  96k|  38 | 0.000000e+00 |      --      |    Inf |   3.56%
1228.32/1233.72	c  1234s| 32900 |   102 |  1709k|  49.5 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   3.57%
1231.10/1236.51	c  1236s| 33000 |   109 |  1714k|  49.5 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   3.57%
1233.60/1239.08	c  1239s| 33100 |   111 |  1718k|  49.4 |  1137M |  49 |5362 |  92k|   0 |  10k|  0 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   3.57%
1236.08/1241.56	c  1242s| 33200 |   108 |  1722k|  49.4 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 |  97k|  38 | 0.000000e+00 |      --      |    Inf |   3.57%
1238.68/1244.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1238.68/1244.18	c  1244s| 33300 |   105 |  1726k|  49.4 |  1137M |  49 |5362 |  92k|   0 |  10k|  0 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   3.57%
1242.25/1247.76	c  1248s| 33400 |   112 |  1733k|  49.4 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1244.84/1250.34	c  1250s| 33500 |   111 |  1738k|  49.4 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1248.02/1253.53	c  1254s| 33600 |   114 |  1745k|  49.5 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 |  98k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1250.31/1255.83	c  1256s| 33700 |   110 |  1749k|  49.5 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1253.00/1258.56	c  1259s| 33800 |   111 |  1754k|  49.5 |  1137M |  49 |5362 |  92k|   0 |  10k|  0 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1255.79/1261.30	c  1261s| 33900 |   111 |  1760k|  49.5 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1258.97/1264.55	c  1265s| 34000 |   109 |  1766k|  49.6 |  1137M |  49 |5362 |  92k|   0 |  10k|  0 |  99k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1262.76/1268.35	c  1268s| 34100 |   115 |  1774k|  49.6 |  1137M |  49 |5362 |  92k|   0 |  10k|  0 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1265.56/1271.16	c  1271s| 34200 |   117 |  1779k|  49.6 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1267.93/1273.51	c  1273s| 34300 |   116 |  1783k|  49.6 |  1137M |  49 |5362 |  92k|  82k|  10k|  1 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1270.22/1275.86	c  1276s| 34400 |   112 |  1788k|  49.6 |  1137M |  49 |5362 |  92k|   0 |  10k|  0 | 100k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1273.11/1278.75	c  1279s| 34500 |   111 |  1793k|  49.6 |  1137M |  49 |5362 |  92k|  82k|  10k|  0 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1276.09/1281.73	c  1282s| 34600 |   119 |  1798k|  49.6 |  1137M |  49 |5362 |  92k|   0 |  10k|  0 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1278.58/1284.29	c  1284s| 34700 |   117 |  1804k|  49.6 |  1138M |  49 |5362 |  92k|   0 |  10k|  0 | 101k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1281.57/1287.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1281.57/1287.21	c  1287s| 34800 |   117 |  1810k|  49.7 |  1138M |  49 |5362 |  92k|  82k|  10k|  1 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1284.85/1290.58	c  1291s| 34900 |   123 |  1816k|  49.7 |  1138M |  49 |5362 |  92k|  82k|  10k|  1 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1287.24/1293.00	c  1293s| 35000 |   121 |  1820k|  49.7 |  1138M |  49 |5362 |  92k|  82k|  10k|  1 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1290.23/1295.91	c  1296s| 35100 |   126 |  1826k|  49.7 |  1139M |  49 |5362 |  92k|  82k|  10k|  1 | 102k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1292.72/1298.48	c  1298s| 35200 |   125 |  1830k|  49.7 |  1140M |  49 |5362 |  92k|   0 |  10k|  0 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1295.21/1301.00	c  1301s| 35300 |   125 |  1834k|  49.6 |  1140M |  49 |5362 |  92k|  82k|  10k|  2 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1297.89/1303.64	c  1304s| 35400 |   121 |  1839k|  49.7 |  1140M |  49 |5362 |  92k|   0 |  10k|  0 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1300.18/1305.95	c  1306s| 35500 |   119 |  1843k|  49.6 |  1140M |  49 |5362 |  92k|   0 |  10k|  0 | 103k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1303.47/1309.26	c  1309s| 35600 |   126 |  1850k|  49.7 |  1140M |  49 |5362 |  92k|  82k|  10k|  1 | 104k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1306.86/1312.69	c  1313s| 35700 |   129 |  1857k|  49.7 |  1140M |  49 |5362 |  92k|   0 |  10k|  0 | 104k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1313.04/1318.85	c  1319s| 35800 |   137 |  1862k|  49.7 |  1164M |  49 |5362 |  92k|  82k|  11k|  2 | 104k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1324.21/1330.02	c  1330s| 35900 |   135 |  1869k|  49.8 |  1188M |  49 |5362 |  92k|   0 |  11k|  0 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1328.98/1334.87	c  1335s| 36000 |   137 |  1875k|  49.8 |  1188M |  49 |5362 |  92k|  82k|  11k|  1 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1345.42/1351.33	c  1351s| 36100 |   135 |  1881k|  49.8 |  1208M |  49 |5362 |  92k|   0 |  11k|  0 | 105k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1350.00/1355.99	c  1356s| 36200 |   131 |  1886k|  49.8 |  1217M |  49 |5362 |  92k|  82k|  11k|  1 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1355.98/1362.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1355.98/1362.00	c  1362s| 36300 |   126 |  1894k|  49.9 |  1218M |  49 |5362 |  92k|  82k|  11k|  2 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1359.76/1365.77	c  1366s| 36400 |   132 |  1902k|  50.0 |  1223M |  49 |5362 |  92k|  82k|  12k|  1 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1363.75/1369.74	c  1370s| 36500 |   129 |  1907k|  50.0 |  1223M |  49 |5362 |  92k|   0 |  12k|  0 | 106k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1366.23/1372.26	c  1372s| 36600 |   127 |  1912k|  50.0 |  1224M |  49 |5362 |  92k|   0 |  12k|  0 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1370.32/1376.33	c  1376s| 36700 |   127 |  1920k|  50.1 |  1224M |  49 |5362 |  92k|  82k|  12k|  1 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1374.80/1380.87	c  1381s| 36800 |   129 |  1928k|  50.2 |  1224M |  49 |5362 |  92k|  82k|  12k|  1 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1378.78/1384.89	c  1385s| 36900 |   127 |  1936k|  50.2 |  1224M |  49 |5362 |  92k|   0 |  12k|  0 | 107k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1381.47/1387.51	c  1387s| 37000 |   124 |  1940k|  50.2 |  1224M |  49 |5362 |  92k|  82k|  12k|  1 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1383.66/1389.80	c  1390s| 37100 |   115 |  1944k|  50.2 |  1224M |  49 |5362 |  92k|  82k|  12k|  1 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1386.96/1393.08	c  1393s| 37200 |   112 |  1950k|  50.2 |  1224M |  49 |5362 |  92k|  82k|  12k|  1 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1390.33/1396.40	c  1396s| 37300 |   110 |  1956k|  50.2 |  1225M |  49 |5362 |  92k|  82k|  12k|  1 | 108k|  38 | 0.000000e+00 |      --      |    Inf |   3.58%
1393.22/1399.31	c  1399s| 37400 |   114 |  1961k|  50.2 |  1225M |  49 |5362 |  92k|   0 |  12k|  0 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   3.59%
1395.92/1402.05	c  1402s| 37500 |   110 |  1966k|  50.2 |  1225M |  49 |5362 |  92k|  82k|  12k|  1 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   3.59%
1398.79/1404.90	c  1405s| 37600 |   115 |  1971k|  50.2 |  1225M |  49 |5362 |  92k|  82k|  12k|  2 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   3.59%
1401.58/1407.78	c  1408s| 37700 |   112 |  1976k|  50.2 |  1225M |  49 |5362 |  92k|  82k|  13k|  1 | 109k|  38 | 0.000000e+00 |      --      |    Inf |   3.59%
1406.97/1413.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1406.97/1413.16	c  1413s| 37800 |   114 |  1984k|  50.3 |  1225M |  49 |5362 |  92k|  82k|  13k|  1 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   3.59%
1410.04/1416.22	c  1416s| 37900 |   116 |  1989k|  50.3 |  1225M |  49 |5362 |  92k|   0 |  13k|  0 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   3.59%
1413.23/1419.42	c  1419s| 38000 |   123 |  1995k|  50.3 |  1225M |  49 |5362 |  92k|  82k|  13k|  1 | 110k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1417.31/1423.53	c  1424s| 38100 |   112 |  2003k|  50.4 |  1225M |  49 |5362 |  92k|  82k|  13k|  1 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1421.59/1427.89	c  1428s| 38200 |   117 |  2012k|  50.5 |  1225M |  49 |5362 |  92k|  82k|  13k|  2 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1425.17/1431.46	c  1431s| 38300 |   120 |  2019k|  50.6 |  1225M |  49 |5362 |  92k|   0 |  13k|  0 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1428.26/1434.54	c  1435s| 38400 |   123 |  2025k|  50.6 |  1225M |  49 |5362 |  92k|  82k|  13k|  1 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1432.34/1438.62	c  1439s| 38500 |   121 |  2033k|  50.7 |  1225M |  49 |5362 |  92k|   0 |  13k|  0 | 111k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1435.33/1441.67	c  1442s| 38600 |   122 |  2039k|  50.7 |  1225M |  49 |5362 |  92k|   0 |  13k|  0 | 112k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1438.61/1445.00	c  1445s| 38700 |   125 |  2045k|  50.7 |  1225M |  49 |5362 |  92k|  82k|  13k|  1 | 112k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1441.30/1447.69	c  1448s| 38800 |   120 |  2049k|  50.7 |  1226M |  49 |5362 |  92k|   0 |  13k|  0 | 112k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1444.49/1450.87	c  1451s| 38900 |   124 |  2056k|  50.7 |  1226M |  49 |5362 |  92k|  82k|  13k|  2 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1447.37/1453.76	c  1454s| 39000 |   119 |  2061k|  50.7 |  1226M |  49 |5362 |  92k|  82k|  13k|  1 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1450.56/1456.97	c  1457s| 39100 |   122 |  2068k|  50.8 |  1227M |  49 |5362 |  92k|  82k|  13k|  1 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1454.14/1460.55	c  1461s| 39200 |   120 |  2075k|  50.8 |  1227M |  49 |5362 |  92k|   0 |  13k|  0 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1457.83/1464.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1457.83/1464.21	c  1464s| 39300 |   122 |  2082k|  50.9 |  1227M |  49 |5362 |  92k|  82k|  13k|  1 | 113k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1460.91/1467.37	c  1467s| 39400 |   121 |  2088k|  50.9 |  1227M |  49 |5362 |  92k|   0 |  13k|  0 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   3.60%
1463.80/1470.21	c  1470s| 39500 |   120 |  2093k|  50.9 |  1227M |  49 |5362 |  92k|  82k|  13k|  1 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   3.61%
1466.60/1473.10	c  1473s| 39600 |   117 |  2098k|  50.9 |  1228M |  49 |5362 |  92k|  82k|  14k|  1 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1468.69/1475.14	c  1475s| 39700 |   122 |  2101k|  50.8 |  1228M |  49 |5362 |  92k|  82k|  14k|  1 | 114k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1471.58/1478.05	c  1478s| 39800 |   125 |  2106k|  50.8 |  1228M |  49 |5362 |  92k|  82k|  14k|  1 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1473.67/1480.15	c  1480s| 39900 |   123 |  2110k|  50.8 |  1228M |  49 |5362 |  92k|   0 |  14k|  0 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1475.75/1482.20	c  1482s| 40000 |   124 |  2113k|  50.8 |  1228M |  49 |5362 |  92k|   0 |  14k|  0 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1477.65/1484.17	c  1484s| 40100 |   123 |  2116k|  50.7 |  1228M |  49 |5362 |  92k|   0 |  14k|  0 | 115k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1479.73/1486.27	c  1486s| 40200 |   127 |  2120k|  50.7 |  1228M |  49 |5362 |  92k|  82k|  14k|  1 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1481.82/1488.34	c  1488s| 40300 |   119 |  2123k|  50.6 |  1228M |  49 |5362 |  92k|  82k|  14k|  1 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1484.21/1490.76	c  1491s| 40400 |   124 |  2127k|  50.6 |  1228M |  49 |5362 |  92k|   0 |  14k|  0 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1486.30/1492.85	c  1493s| 40500 |   122 |  2130k|  50.6 |  1228M |  49 |5362 |  92k|  82k|  14k|  1 | 116k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1488.68/1495.22	c  1495s| 40600 |   119 |  2134k|  50.5 |  1228M |  49 |5362 |  92k|   0 |  14k|  0 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1490.87/1497.48	c  1497s| 40700 |   119 |  2138k|  50.5 |  1228M |  49 |5362 |  92k|  82k|  14k|  1 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1493.47/1500.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1493.47/1500.10	c  1500s| 40800 |   115 |  2143k|  50.5 |  1228M |  49 |5362 |  92k|  82k|  14k|  1 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   3.63%
1496.05/1502.67	c  1503s| 40900 |   116 |  2148k|  50.5 |  1228M |  49 |5362 |  92k|   0 |  14k|  0 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   3.64%
1498.55/1505.15	c  1505s| 41000 |   114 |  2152k|  50.5 |  1228M |  49 |5362 |  92k|   0 |  14k|  0 | 117k|  38 | 0.000000e+00 |      --      |    Inf |   3.65%
1501.44/1508.01	c  1508s| 41100 |   116 |  2157k|  50.5 |  1229M |  49 |5362 |  92k|  82k|  14k|  1 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   3.65%
1503.81/1510.43	c  1510s| 41200 |   111 |  2161k|  50.5 |  1229M |  49 |5362 |  92k|  82k|  14k|  1 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   3.66%
1506.30/1512.96	c  1513s| 41300 |   108 |  2165k|  50.4 |  1229M |  49 |5362 |  92k|   0 |  14k|  0 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   3.66%
1508.99/1515.61	c  1516s| 41400 |   113 |  2170k|  50.4 |  1229M |  49 |5362 |  92k|  82k|  14k|  1 | 118k|  38 | 0.000000e+00 |      --      |    Inf |   3.66%
1511.68/1518.31	c  1518s| 41500 |   110 |  2175k|  50.4 |  1229M |  49 |5362 |  92k|   0 |  14k|  0 | 119k|  38 | 0.000000e+00 |      --      |    Inf |   3.66%
1513.97/1520.65	c  1521s| 41600 |   107 |  2179k|  50.4 |  1229M |  49 |5362 |  92k|   0 |  14k|  0 | 119k|  38 | 0.000000e+00 |      --      |    Inf |   3.66%
1517.96/1524.68	c  1525s| 41700 |   112 |  2189k|  50.5 |  1229M |  49 |5362 |  92k|   0 |  14k|  0 | 119k|  38 | 0.000000e+00 |      --      |    Inf |   3.66%
1520.74/1527.42	c  1527s| 41800 |   115 |  2194k|  50.5 |  1229M |  49 |5362 |  92k|  82k|  14k|  1 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1523.53/1530.23	c  1530s| 41900 |   118 |  2200k|  50.5 |  1229M |  49 |5362 |  92k|  82k|  14k|  2 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1526.72/1533.40	c  1533s| 42000 |   118 |  2206k|  50.6 |  1229M |  49 |5362 |  92k|  82k|  14k|  1 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1529.42/1536.14	c  1536s| 42100 |   116 |  2211k|  50.6 |  1229M |  49 |5362 |  92k|   0 |  14k|  0 | 120k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1532.10/1538.82	c  1539s| 42200 |   113 |  2216k|  50.6 |  1230M |  49 |5362 |  92k|   0 |  14k|  0 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1535.30/1542.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1535.30/1542.06	c  1542s| 42300 |   111 |  2222k|  50.6 |  1230M |  49 |5362 |  92k|  82k|  14k|  1 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1538.97/1545.70	c  1546s| 42400 |   110 |  2228k|  50.6 |  1238M |  49 |5362 |  92k|   0 |  14k|  0 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1544.26/1551.10	c  1551s| 42500 |   107 |  2233k|  50.6 |  1246M |  49 |5362 |  92k|  82k|  15k|  1 | 121k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1548.25/1555.08	c  1555s| 42600 |   106 |  2237k|  50.6 |  1246M |  49 |5362 |  92k|   0 |  15k|  0 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1551.02/1557.82	c  1558s| 42700 |   107 |  2241k|  50.6 |  1246M |  49 |5362 |  92k|  82k|  15k|  1 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1554.41/1561.21	c  1561s| 42800 |   103 |  2246k|  50.5 |  1246M |  49 |5362 |  92k|   0 |  15k|  0 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   3.67%
1557.21/1564.05	c  1564s| 42900 |   101 |  2251k|  50.5 |  1247M |  49 |5362 |  92k|   0 |  15k|  0 | 122k|  38 | 0.000000e+00 |      --      |    Inf |   3.68%
1559.88/1566.75	c  1567s| 43000 |   106 |  2256k|  50.5 |  1247M |  49 |5362 |  92k|  82k|  15k|  1 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   3.69%
1561.87/1568.75	c  1569s| 43100 |   102 |  2259k|  50.5 |  1247M |  49 |5362 |  92k|   0 |  15k|  0 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   3.69%
1569.94/1576.86	c  1577s| 43200 |    98 |  2264k|  50.5 |  1255M |  49 |5362 |  92k|  82k|  15k|  2 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   3.74%
1572.73/1579.66	c  1580s| 43300 |   100 |  2269k|  50.5 |  1255M |  49 |5362 |  92k|   0 |  15k|  0 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   3.78%
1576.13/1583.06	c  1583s| 43400 |    97 |  2273k|  50.5 |  1255M |  49 |5362 |  92k|  82k|  15k|  1 | 123k|  38 | 0.000000e+00 |      --      |    Inf |   3.81%
1578.90/1585.81	c  1586s| 43500 |   101 |  2278k|  50.5 |  1255M |  49 |5362 |  92k|   0 |  15k|  0 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   3.87%
1581.39/1588.37	c  1588s| 43600 |    96 |  2282k|  50.5 |  1255M |  49 |5362 |  92k|  82k|  15k|  1 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   3.89%
1584.28/1591.24	c  1591s| 43700 |    98 |  2287k|  50.4 |  1255M |  49 |5362 |  92k|  82k|  15k|  1 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   3.90%
1586.47/1593.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1586.47/1593.47	c  1593s| 43800 |    93 |  2290k|  50.4 |  1255M |  49 |5362 |  92k|  82k|  15k|  1 | 124k|  38 | 0.000000e+00 |      --      |    Inf |   3.90%
1589.17/1596.12	c  1596s| 43900 |    93 |  2294k|  50.4 |  1255M |  49 |5362 |  92k|  82k|  15k|  1 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   3.91%
1592.44/1599.42	c  1599s| 44000 |    90 |  2297k|  50.3 |  1255M |  49 |5362 |  92k|   0 |  16k|  0 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   3.95%
1596.72/1603.72	c  1604s| 44100 |    97 |  2304k|  50.4 |  1263M |  49 |5362 |  92k|  82k|  16k|  1 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   4.01%
1599.61/1606.65	c  1607s| 44200 |    95 |  2310k|  50.4 |  1263M |  49 |5362 |  92k|   0 |  16k|  0 | 125k|  38 | 0.000000e+00 |      --      |    Inf |   4.02%
1602.20/1609.21	c  1609s| 44300 |   102 |  2315k|  50.4 |  1263M |  49 |5362 |  92k|  82k|  16k|  2 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   4.03%
1604.69/1611.70	c  1612s| 44400 |   101 |  2319k|  50.4 |  1263M |  49 |5362 |  92k|  82k|  16k|  1 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   4.03%
1607.09/1614.13	c  1614s| 44500 |    97 |  2323k|  50.4 |  1263M |  49 |5362 |  92k|  82k|  16k|  1 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   4.03%
1611.26/1618.31	c  1618s| 44600 |   103 |  2330k|  50.4 |  1263M |  49 |5362 |  92k|  82k|  16k|  1 | 126k|  38 | 0.000000e+00 |      --      |    Inf |   4.05%
1613.55/1620.64	c  1621s| 44700 |   104 |  2334k|  50.4 |  1263M |  49 |5362 |  92k|   0 |  16k|  0 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   4.05%
1616.14/1623.28	c  1623s| 44800 |   101 |  2339k|  50.4 |  1263M |  49 |5362 |  92k|  82k|  16k|  1 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   4.05%
1618.72/1625.87	c  1626s| 44900 |    99 |  2344k|  50.4 |  1263M |  49 |5362 |  92k|   0 |  16k|  0 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   4.06%
1621.81/1628.91	c  1629s| 45000 |   100 |  2350k|  50.4 |  1265M |  49 |5362 |  92k|  82k|  16k|  1 | 127k|  38 | 0.000000e+00 |      --      |    Inf |   4.06%
1625.49/1632.60	c  1633s| 45100 |   104 |  2356k|  50.4 |  1265M |  49 |5362 |  92k|  82k|  16k|  1 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   4.07%
1628.48/1635.69	c  1636s| 45200 |    98 |  2364k|  50.5 |  1265M |  49 |5362 |  92k|   0 |  16k|  0 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   4.08%
1632.26/1639.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1632.26/1639.45	c  1639s| 45300 |   101 |  2372k|  50.5 |  1265M |  49 |5362 |  92k|  82k|  16k|  1 | 128k|  38 | 0.000000e+00 |      --      |    Inf |   4.10%
1634.96/1642.18	c  1642s| 45400 |   103 |  2378k|  50.6 |  1265M |  49 |5362 |  92k|  82k|  16k|  2 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   4.10%
1637.54/1644.77	c  1645s| 45500 |    99 |  2383k|  50.6 |  1265M |  49 |5362 |  92k|   0 |  16k|  0 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   4.10%
1640.43/1647.61	c  1648s| 45600 |    98 |  2389k|  50.6 |  1265M |  49 |5362 |  92k|  82k|  16k|  1 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   4.10%
1643.32/1650.59	c  1651s| 45700 |    96 |  2395k|  50.6 |  1266M |  49 |5362 |  92k|   0 |  16k|  0 | 129k|  38 | 0.000000e+00 |      --      |    Inf |   4.11%
1645.70/1652.99	c  1653s| 45800 |    93 |  2400k|  50.6 |  1266M |  49 |5362 |  92k|   0 |  16k|  0 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   4.15%
1649.29/1656.51	c  1656s| 45900 |   100 |  2408k|  50.7 |  1266M |  49 |5362 |  92k|  82k|  16k|  1 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
1652.67/1659.91	c  1660s| 46000 |   100 |  2415k|  50.7 |  1266M |  49 |5362 |  92k|  82k|  16k|  2 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
1655.77/1663.02	c  1663s| 46100 |    99 |  2421k|  50.7 |  1266M |  49 |5362 |  92k|  82k|  16k|  1 | 130k|  38 | 0.000000e+00 |      --      |    Inf |   4.16%
1658.75/1666.05	c  1666s| 46200 |   100 |  2427k|  50.7 |  1266M |  49 |5362 |  92k|   0 |  16k|  0 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1661.74/1669.01	c  1669s| 46300 |    98 |  2432k|  50.7 |  1266M |  49 |5362 |  92k|  82k|  16k|  1 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1664.91/1672.23	c  1672s| 46400 |    96 |  2439k|  50.8 |  1266M |  49 |5362 |  92k|  82k|  16k|  2 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   4.17%
1667.71/1675.08	c  1675s| 46500 |    92 |  2445k|  50.8 |  1266M |  49 |5362 |  92k|  82k|  16k|  1 | 131k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1670.80/1678.11	c  1678s| 46600 |    95 |  2451k|  50.8 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   4.18%
1683.65/1691.08	c  1691s| 46700 |    99 |  2463k|  51.0 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   4.20%
1686.03/1693.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1686.03/1693.48	c  1693s| 46800 |    98 |  2467k|  50.9 |  1266M |  49 |5362 |  92k|   0 |  17k|  0 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   4.21%
1689.02/1696.44	c  1696s| 46900 |    99 |  2472k|  50.9 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 132k|  38 | 0.000000e+00 |      --      |    Inf |   4.22%
1692.10/1699.57	c  1700s| 47000 |   102 |  2479k|  51.0 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 133k|  38 | 0.000000e+00 |      --      |    Inf |   4.22%
1695.39/1702.87	c  1703s| 47100 |    96 |  2485k|  51.0 |  1266M |  49 |5362 |  92k|   0 |  17k|  0 | 133k|  38 | 0.000000e+00 |      --      |    Inf |   4.23%
1697.78/1705.28	c  1705s| 47200 |   102 |  2490k|  51.0 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 133k|  38 | 0.000000e+00 |      --      |    Inf |   4.23%
1701.06/1708.53	c  1709s| 47300 |    99 |  2496k|  51.0 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   4.24%
1703.95/1711.44	c  1711s| 47400 |   104 |  2501k|  51.0 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   4.24%
1706.44/1713.91	c  1714s| 47500 |   106 |  2505k|  51.0 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   4.24%
1709.42/1716.92	c  1717s| 47600 |    96 |  2512k|  51.0 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 134k|  38 | 0.000000e+00 |      --      |    Inf |   4.25%
1711.81/1719.35	c  1719s| 47700 |    95 |  2516k|  51.0 |  1266M |  49 |5362 |  92k|   0 |  17k|  0 | 135k|  38 | 0.000000e+00 |      --      |    Inf |   4.25%
1714.70/1722.22	c  1722s| 47800 |   101 |  2522k|  51.0 |  1266M |  49 |5362 |  92k|  82k|  17k|  1 | 135k|  38 | 0.000000e+00 |      --      |    Inf |   4.25%
1717.29/1724.86	c  1725s| 47900 |   100 |  2528k|  51.0 |  1267M |  49 |5362 |  92k|   0 |  17k|  0 | 135k|  38 | 0.000000e+00 |      --      |    Inf |   4.25%
1719.97/1727.55	c  1728s| 48000 |    98 |  2534k|  51.1 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   4.25%
1722.66/1730.28	c  1730s| 48100 |    97 |  2539k|  51.1 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   4.25%
1724.85/1732.47	c  1732s| 48200 |    97 |  2542k|  51.0 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   4.25%
1727.34/1734.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1727.34/1734.92	c  1735s| 48300 |    99 |  2547k|  51.0 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 136k|  38 | 0.000000e+00 |      --      |    Inf |   4.25%
1729.73/1737.36	c  1737s| 48400 |    96 |  2552k|  51.0 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   4.25%
1733.42/1741.03	c  1741s| 48500 |    96 |  2559k|  51.1 |  1267M |  49 |5362 |  92k|  82k|  17k|  2 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   4.26%
1736.41/1744.05	c  1744s| 48600 |   100 |  2565k|  51.1 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   4.26%
1738.88/1746.52	c  1747s| 48700 |    97 |  2569k|  51.1 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 137k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1741.48/1749.16	c  1749s| 48800 |   108 |  2575k|  51.1 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1743.56/1751.20	c  1751s| 48900 |   101 |  2578k|  51.0 |  1267M |  49 |5362 |  92k|   0 |  17k|  0 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1746.15/1753.86	c  1754s| 49000 |   102 |  2584k|  51.0 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1748.74/1756.49	c  1756s| 49100 |   101 |  2589k|  51.0 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 138k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1751.52/1759.28	c  1759s| 49200 |   101 |  2594k|  51.0 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 139k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1753.81/1761.56	c  1762s| 49300 |   104 |  2598k|  51.0 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 139k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1756.10/1763.83	c  1764s| 49400 |   100 |  2602k|  51.0 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 139k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1762.47/1770.20	c  1770s| 49500 |   108 |  2616k|  51.2 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 139k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1765.76/1773.53	c  1774s| 49600 |   108 |  2623k|  51.2 |  1267M |  49 |5362 |  92k|   0 |  17k|  0 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1769.44/1777.28	c  1777s| 49700 |   112 |  2630k|  51.3 |  1267M |  49 |5362 |  92k|   0 |  17k|  0 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1772.53/1780.30	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1772.53/1780.30	c  1780s| 49800 |   111 |  2636k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 140k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1775.33/1783.15	c  1783s| 49900 |   113 |  2642k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1778.60/1786.42	c  1786s| 50000 |   105 |  2648k|  51.3 |  1267M |  49 |5362 |  92k|   0 |  17k|  0 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1781.39/1789.22	c  1789s| 50100 |   108 |  2654k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 141k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1783.77/1791.69	c  1792s| 50200 |   103 |  2659k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1787.06/1794.91	c  1795s| 50300 |   111 |  2666k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1789.35/1797.21	c  1797s| 50400 |   112 |  2670k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1791.64/1799.52	c  1800s| 50500 |   105 |  2674k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 142k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1793.92/1801.87	c  1802s| 50600 |   104 |  2678k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1796.91/1804.82	c  1805s| 50700 |   104 |  2683k|  51.3 |  1267M |  49 |5362 |  92k|   0 |  17k|  0 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1799.80/1807.77	c  1808s| 50800 |   109 |  2689k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 143k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1802.88/1810.82	c  1811s| 50900 |   108 |  2695k|  51.3 |  1267M |  49 |5362 |  92k|  82k|  17k|  1 | 144k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1806.66/1814.67	c  1815s| 51000 |   112 |  2705k|  51.4 |  1268M |  49 |5362 |  92k|   0 |  17k|  0 | 144k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1809.45/1817.49	c  1817s| 51100 |   110 |  2710k|  51.4 |  1268M |  49 |5362 |  92k|  82k|  17k|  1 | 144k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1812.54/1820.50	c  1820s| 51200 |   106 |  2716k|  51.4 |  1268M |  49 |5362 |  92k|  82k|  17k|  1 | 144k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1814.92/1822.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1814.92/1822.94	c  1823s| 51300 |   106 |  2721k|  51.4 |  1268M |  49 |5362 |  92k|  82k|  17k|  1 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1818.21/1826.20	c  1826s| 51400 |   103 |  2727k|  51.4 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1821.49/1829.51	c  1829s| 51500 |   106 |  2733k|  51.5 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 145k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1824.78/1832.87	c  1833s| 51600 |   103 |  2740k|  51.5 |  1268M |  49 |5362 |  92k|   0 |  18k|  0 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1828.08/1836.19	c  1836s| 51700 |   110 |  2747k|  51.5 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1831.15/1839.21	c  1839s| 51800 |   110 |  2753k|  51.5 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 146k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1834.33/1842.45	c  1842s| 51900 |   109 |  2759k|  51.6 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1838.31/1846.43	c  1846s| 52000 |   118 |  2766k|  51.6 |  1268M |  49 |5362 |  92k|   0 |  18k|  0 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1841.10/1849.21	c  1849s| 52100 |   114 |  2771k|  51.6 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1844.79/1852.96	c  1853s| 52200 |   114 |  2779k|  51.6 |  1268M |  49 |5362 |  92k|   0 |  18k|  0 | 147k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1848.47/1856.62	c  1857s| 52300 |   113 |  2786k|  51.7 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 148k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1851.97/1860.15	c  1860s| 52400 |   116 |  2790k|  51.7 |  1268M |  49 |5362 |  92k|  82k|  18k|  2 | 148k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1854.44/1862.64	c  1863s| 52500 |   120 |  2794k|  51.6 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 148k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1857.03/1865.25	c  1865s| 52600 |   114 |  2798k|  51.6 |  1268M |  49 |5362 |  92k|  82k|  18k|  2 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1860.11/1868.31	c  1868s| 52700 |   116 |  2804k|  51.6 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1862.60/1870.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1862.60/1870.88	c  1871s| 52800 |   115 |  2808k|  51.6 |  1268M |  49 |5362 |  92k|   0 |  18k|  0 | 149k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1865.19/1873.48	c  1873s| 52900 |   114 |  2813k|  51.6 |  1268M |  49 |5362 |  92k|  82k|  18k|  1 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1868.08/1876.31	c  1876s| 53000 |   112 |  2817k|  51.6 |  1276M |  49 |5362 |  92k|  82k|  18k|  1 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1871.36/1879.64	c  1880s| 53100 |   116 |  2824k|  51.6 |  1276M |  49 |5362 |  92k|  82k|  18k|  2 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1874.05/1882.34	c  1882s| 53200 |   112 |  2830k|  51.6 |  1276M |  49 |5362 |  92k|   0 |  18k|  0 | 150k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1877.13/1885.47	c  1885s| 53300 |   113 |  2835k|  51.6 |  1276M |  49 |5362 |  92k|   0 |  18k|  0 | 151k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1880.22/1888.58	c  1889s| 53400 |   113 |  2841k|  51.6 |  1276M |  49 |5362 |  92k|   0 |  18k|  0 | 151k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1882.82/1891.14	c  1891s| 53500 |   110 |  2844k|  51.6 |  1277M |  49 |5362 |  92k|  82k|  18k|  1 | 151k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1885.70/1894.08	c  1894s| 53600 |   110 |  2850k|  51.6 |  1277M |  49 |5362 |  92k|  82k|  18k|  1 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1888.28/1896.63	c  1897s| 53700 |   108 |  2855k|  51.6 |  1277M |  49 |5362 |  92k|  82k|  18k|  1 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1892.56/1900.93	c  1901s| 53800 |   114 |  2859k|  51.6 |  1277M |  49 |5362 |  92k|   0 |  18k|  0 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1895.55/1903.98	c  1904s| 53900 |   107 |  2864k|  51.6 |  1277M |  49 |5362 |  92k|   0 |  18k|  0 | 152k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1898.33/1906.70	c  1907s| 54000 |   106 |  2869k|  51.6 |  1277M |  49 |5362 |  92k|  82k|  18k|  1 | 153k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1902.31/1910.72	c  1911s| 54100 |   106 |  2879k|  51.7 |  1277M |  49 |5362 |  92k|   0 |  18k|  0 | 153k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1906.79/1915.27	c  1915s| 54200 |   107 |  2887k|  51.7 |  1277M |  49 |5362 |  92k|  82k|  18k|  1 | 153k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1909.69/1918.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1909.69/1918.12	c  1918s| 54300 |   103 |  2893k|  51.7 |  1277M |  49 |5362 |  92k|  82k|  18k|  1 | 154k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1912.96/1921.42	c  1921s| 54400 |   103 |  2899k|  51.8 |  1278M |  49 |5362 |  92k|  82k|  18k|  1 | 154k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1915.95/1924.42	c  1924s| 54500 |   104 |  2904k|  51.8 |  1278M |  49 |5362 |  92k|  82k|  18k|  1 | 154k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1918.84/1927.33	c  1927s| 54600 |   105 |  2910k|  51.8 |  1278M |  49 |5362 |  92k|  82k|  19k|  1 | 154k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1921.72/1930.26	c  1930s| 54700 |   101 |  2916k|  51.8 |  1278M |  49 |5362 |  92k|  82k|  19k|  1 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1925.30/1933.82	c  1934s| 54800 |    98 |  2923k|  51.8 |  1278M |  49 |5362 |  92k|   0 |  19k|  0 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   4.27%
1929.50/1938.08	c  1938s| 54900 |   105 |  2932k|  51.9 |  1278M |  49 |5362 |  92k|   0 |  19k|  0 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1931.87/1940.48	c  1940s| 55000 |   100 |  2935k|  51.8 |  1281M |  49 |5362 |  92k|  82k|  19k|  1 | 155k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1935.95/1944.55	c  1945s| 55100 |   101 |  2942k|  51.9 |  1281M |  49 |5362 |  92k|   0 |  19k|  0 | 156k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1939.04/1947.69	c  1948s| 55200 |   103 |  2948k|  51.9 |  1281M |  49 |5362 |  92k|   0 |  19k|  0 | 156k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1942.32/1950.95	c  1951s| 55300 |   106 |  2954k|  51.9 |  1281M |  49 |5362 |  92k|   0 |  19k|  0 | 156k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1944.61/1953.24	c  1953s| 55400 |   105 |  2959k|  51.9 |  1281M |  49 |5362 |  92k|  82k|  19k|  1 | 157k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1947.41/1956.08	c  1956s| 55500 |   105 |  2964k|  51.9 |  1281M |  49 |5362 |  92k|  82k|  19k|  1 | 157k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1949.68/1958.37	c  1958s| 55600 |   109 |  2968k|  51.9 |  1281M |  49 |5362 |  92k|  82k|  19k|  1 | 157k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1952.38/1961.10	c  1961s| 55700 |   108 |  2973k|  51.9 |  1281M |  49 |5362 |  92k|   0 |  19k|  0 | 157k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1954.86/1963.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1954.86/1963.53	c  1964s| 55800 |   109 |  2977k|  51.9 |  1281M |  49 |5362 |  92k|  82k|  19k|  1 | 158k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1957.55/1966.20	c  1966s| 55900 |   110 |  2983k|  51.9 |  1281M |  49 |5362 |  92k|  82k|  19k|  1 | 158k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1960.73/1969.45	c  1969s| 56000 |   104 |  2989k|  51.9 |  1281M |  49 |5362 |  92k|   0 |  19k|  0 | 158k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1963.72/1972.41	c  1972s| 56100 |   106 |  2994k|  51.9 |  1281M |  49 |5362 |  92k|  82k|  19k|  1 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1966.42/1975.14	c  1975s| 56200 |   103 |  3000k|  51.9 |  1281M |  49 |5362 |  92k|   0 |  19k|  0 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1969.79/1978.59	c  1979s| 56300 |   104 |  3007k|  51.9 |  1281M |  49 |5362 |  92k|  82k|  19k|  1 | 159k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1972.57/1981.31	c  1981s| 56400 |   104 |  3013k|  51.9 |  1281M |  49 |5362 |  92k|  82k|  19k|  1 | 160k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1976.06/1984.87	c  1985s| 56500 |   108 |  3020k|  52.0 |  1282M |  49 |5362 |  92k|  82k|  19k|  1 | 160k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1979.94/1988.76	c  1989s| 56600 |   102 |  3028k|  52.0 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 160k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1984.52/1993.31	c  1993s| 56700 |   107 |  3039k|  52.1 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1987.80/1996.69	c  1997s| 56800 |   107 |  3045k|  52.1 |  1282M |  49 |5362 |  92k|  82k|  19k|  1 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1991.20/2000.10	c  2000s| 56900 |   108 |  3052k|  52.2 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 161k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1993.98/2002.86	c  2003s| 57000 |   107 |  3057k|  52.2 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 162k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
1996.86/2005.78	c  2006s| 57100 |   104 |  3062k|  52.2 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 162k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2000.55/2009.47	c  2009s| 57200 |   109 |  3068k|  52.2 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 162k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2003.03/2011.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2003.03/2011.95	c  2012s| 57300 |   106 |  3072k|  52.1 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2005.72/2014.63	c  2015s| 57400 |   107 |  3077k|  52.2 |  1282M |  49 |5362 |  92k|  82k|  19k|  2 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2008.41/2017.33	c  2017s| 57500 |   104 |  3083k|  52.2 |  1282M |  49 |5362 |  92k|  82k|  19k|  1 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2012.10/2021.05	c  2021s| 57600 |   116 |  3091k|  52.2 |  1282M |  49 |5362 |  92k|  82k|  19k|  2 | 163k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2015.09/2024.08	c  2024s| 57700 |   115 |  3098k|  52.2 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 164k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2017.86/2026.86	c  2027s| 57800 |   114 |  3104k|  52.2 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 164k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2020.25/2029.27	c  2029s| 57900 |   119 |  3109k|  52.3 |  1282M |  49 |5362 |  92k|  82k|  19k|  1 | 165k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2022.44/2031.45	c  2031s| 58000 |   125 |  3114k|  52.2 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 165k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2024.53/2033.50	c  2033s| 58100 |   118 |  3117k|  52.2 |  1282M |  49 |5362 |  92k|  82k|  19k|  1 | 165k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2026.92/2035.95	c  2036s| 58200 |   111 |  3122k|  52.2 |  1282M |  49 |5362 |  92k|  82k|  19k|  1 | 165k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2029.61/2038.62	c  2039s| 58300 |   115 |  3127k|  52.2 |  1282M |  49 |5362 |  92k|   0 |  19k|  0 | 166k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2032.01/2041.01	c  2041s| 58400 |   109 |  3131k|  52.2 |  1283M |  49 |5362 |  92k|   0 |  19k|  0 | 166k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2034.38/2043.42	c  2043s| 58500 |   109 |  3136k|  52.2 |  1283M |  49 |5362 |  92k|  82k|  19k|  1 | 166k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2036.47/2045.57	c  2046s| 58600 |   107 |  3140k|  52.2 |  1283M |  49 |5362 |  92k|   0 |  19k|  0 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2039.97/2049.05	c  2049s| 58700 |   107 |  3145k|  52.2 |  1283M |  49 |5362 |  92k|   0 |  19k|  0 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2043.54/2052.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2043.54/2052.65	c  2053s| 58800 |   108 |  3151k|  52.2 |  1283M |  49 |5362 |  92k|  82k|  19k|  1 | 167k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2046.53/2055.65	c  2056s| 58900 |   114 |  3159k|  52.2 |  1283M |  49 |5362 |  92k|  82k|  19k|  1 | 168k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2049.81/2058.93	c  2059s| 59000 |   117 |  3166k|  52.2 |  1283M |  49 |5362 |  92k|  82k|  19k|  1 | 168k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2052.60/2061.70	c  2062s| 59100 |   115 |  3171k|  52.2 |  1283M |  49 |5362 |  92k|  82k|  19k|  1 | 168k|  38 | 0.000000e+00 |      --      |    Inf |   4.28%
2055.19/2064.33	c  2064s| 59200 |   110 |  3176k|  52.2 |  1283M |  49 |5362 |  92k|  82k|  19k|  2 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2057.99/2067.19	c  2067s| 59300 |   106 |  3182k|  52.2 |  1283M |  49 |5362 |  92k|   0 |  19k|  0 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2061.76/2070.91	c  2071s| 59400 |   108 |  3189k|  52.3 |  1283M |  49 |5362 |  92k|  82k|  19k|  1 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2064.45/2073.61	c  2074s| 59500 |   115 |  3194k|  52.3 |  1283M |  49 |5362 |  92k|   0 |  19k|  0 | 169k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2066.54/2075.77	c  2076s| 59600 |   113 |  3197k|  52.2 |  1283M |  49 |5362 |  92k|   0 |  19k|  0 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2068.63/2077.87	c  2078s| 59700 |   116 |  3200k|  52.2 |  1283M |  49 |5362 |  92k|  82k|  19k|  1 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2070.93/2080.12	c  2080s| 59800 |   115 |  3204k|  52.2 |  1283M |  49 |5362 |  92k|  82k|  19k|  1 | 170k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2073.71/2082.99	c  2083s| 59900 |   115 |  3210k|  52.2 |  1283M |  49 |5362 |  92k|   0 |  20k|  0 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2075.70/2084.91	c  2085s| 60000 |   114 |  3213k|  52.1 |  1283M |  49 |5362 |  92k|   0 |  20k|  0 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2077.99/2087.27	c  2087s| 60100 |   115 |  3217k|  52.1 |  1283M |  49 |5362 |  92k|  82k|  20k|  1 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2081.48/2090.74	c  2091s| 60200 |   115 |  3223k|  52.1 |  1283M |  49 |5362 |  92k|   0 |  20k|  0 | 171k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2083.88/2093.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2083.88/2093.13	c  2093s| 60300 |   118 |  3227k|  52.1 |  1283M |  49 |5362 |  92k|  82k|  20k|  1 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2086.66/2095.90	c  2096s| 60400 |   117 |  3233k|  52.1 |  1283M |  49 |5362 |  92k|  82k|  20k|  1 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2090.14/2099.44	c  2099s| 60500 |   117 |  3240k|  52.2 |  1283M |  49 |5362 |  92k|   0 |  20k|  0 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2092.63/2101.94	c  2102s| 60600 |   123 |  3244k|  52.2 |  1283M |  49 |5362 |  92k|  82k|  20k|  1 | 172k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2096.32/2105.61	c  2106s| 60700 |   121 |  3248k|  52.1 |  1283M |  49 |5362 |  92k|  82k|  20k|  1 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2100.20/2109.56	c  2110s| 60800 |   116 |  3254k|  52.1 |  1307M |  49 |5362 |  92k|  82k|  20k|  1 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2102.89/2112.21	c  2112s| 60900 |   115 |  3260k|  52.2 |  1307M |  49 |5362 |  92k|   0 |  20k|  0 | 173k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2105.79/2115.19	c  2115s| 61000 |   113 |  3266k|  52.2 |  1307M |  49 |5362 |  92k|   0 |  20k|  0 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2108.86/2118.20	c  2118s| 61100 |   117 |  3271k|  52.2 |  1307M |  49 |5362 |  92k|  82k|  20k|  1 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2111.35/2120.73	c  2121s| 61200 |   114 |  3275k|  52.2 |  1307M |  49 |5362 |  92k|   0 |  20k|  0 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2114.33/2123.71	c  2124s| 61300 |   117 |  3281k|  52.2 |  1307M |  49 |5362 |  92k|  82k|  20k|  1 | 174k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2118.21/2127.69	c  2128s| 61400 |   114 |  3288k|  52.2 |  1307M |  49 |5362 |  92k|  82k|  20k|  1 | 175k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2120.90/2130.32	c  2130s| 61500 |   111 |  3293k|  52.2 |  1307M |  49 |5362 |  92k|   0 |  20k|  0 | 175k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2124.09/2133.52	c  2134s| 61600 |   117 |  3299k|  52.2 |  1307M |  49 |5362 |  92k|   0 |  20k|  0 | 175k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2126.87/2136.30	c  2136s| 61700 |   112 |  3305k|  52.2 |  1308M |  49 |5362 |  92k|  82k|  20k|  1 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2130.26/2139.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2130.26/2139.73	c  2140s| 61800 |   116 |  3311k|  52.2 |  1308M |  49 |5362 |  92k|  82k|  20k|  1 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2133.44/2142.95	c  2143s| 61900 |   113 |  3317k|  52.2 |  1308M |  49 |5362 |  92k|  82k|  20k|  1 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2136.64/2146.16	c  2146s| 62000 |   114 |  3323k|  52.2 |  1308M |  49 |5362 |  92k|   0 |  20k|  0 | 176k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2140.62/2150.12	c  2150s| 62100 |   116 |  3328k|  52.2 |  1308M |  49 |5362 |  92k|   0 |  20k|  0 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2143.69/2153.29	c  2153s| 62200 |   113 |  3332k|  52.2 |  1308M |  49 |5362 |  92k|   0 |  20k|  0 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2146.49/2156.01	c  2156s| 62300 |   115 |  3337k|  52.2 |  1308M |  49 |5362 |  92k|   0 |  20k|  0 | 177k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2150.76/2160.35	c  2160s| 62400 |   114 |  3344k|  52.2 |  1308M |  49 |5362 |  92k|  82k|  20k|  1 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2154.24/2163.82	c  2164s| 62500 |   113 |  3350k|  52.3 |  1308M |  49 |5362 |  92k|   0 |  20k|  0 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2158.62/2168.29	c  2168s| 62600 |   113 |  3358k|  52.3 |  1308M |  49 |5362 |  92k|   0 |  20k|  0 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2162.42/2172.04	c  2172s| 62700 |   113 |  3366k|  52.3 |  1308M |  49 |5362 |  92k|   0 |  20k|  0 | 178k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2165.09/2174.77	c  2175s| 62800 |   110 |  3370k|  52.3 |  1308M |  49 |5362 |  92k|   0 |  20k|  0 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2167.78/2177.40	c  2177s| 62900 |   111 |  3375k|  52.3 |  1308M |  49 |5362 |  92k|  82k|  20k|  1 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2170.77/2180.44	c  2180s| 63000 |   112 |  3380k|  52.3 |  1308M |  49 |5362 |  92k|  82k|  20k|  1 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2174.46/2184.19	c  2184s| 63100 |   119 |  3387k|  52.4 |  1308M |  49 |5362 |  92k|  82k|  21k|  1 | 179k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2177.73/2187.46	c  2187s| 63200 |   117 |  3394k|  52.4 |  1308M |  49 |5362 |  92k|  82k|  21k|  1 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2181.22/2190.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2181.22/2190.94	c  2191s| 63300 |   120 |  3400k|  52.4 |  1308M |  49 |5362 |  92k|  82k|  21k|  2 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2183.91/2193.66	c  2194s| 63400 |   118 |  3405k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 180k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2186.59/2196.33	c  2196s| 63500 |   117 |  3410k|  52.4 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2189.39/2199.16	c  2199s| 63600 |   117 |  3416k|  52.4 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2192.86/2202.63	c  2203s| 63700 |   114 |  3423k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2196.36/2206.16	c  2206s| 63800 |   117 |  3430k|  52.4 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 181k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2198.74/2208.56	c  2209s| 63900 |   117 |  3434k|  52.4 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2200.93/2210.78	c  2211s| 64000 |   112 |  3438k|  52.4 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2203.61/2213.40	c  2213s| 64100 |   114 |  3442k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  2 | 182k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2206.00/2215.82	c  2216s| 64200 |   117 |  3446k|  52.4 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2209.20/2219.10	c  2219s| 64300 |   115 |  3453k|  52.4 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2213.37/2223.28	c  2223s| 64400 |   117 |  3461k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 183k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2215.56/2225.46	c  2225s| 64500 |   114 |  3465k|  52.4 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2218.54/2228.45	c  2228s| 64600 |   116 |  3470k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2220.73/2230.66	c  2231s| 64700 |   118 |  3474k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 184k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2222.82/2232.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2222.82/2232.75	c  2233s| 64800 |   120 |  3477k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2225.22/2235.14	c  2235s| 64900 |   118 |  3482k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 185k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2228.29/2238.28	c  2238s| 65000 |   114 |  3487k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2231.58/2241.53	c  2242s| 65100 |   117 |  3493k|  52.4 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2234.08/2244.09	c  2244s| 65200 |   116 |  3497k|  52.3 |  1309M |  49 |5362 |  92k|  82k|  21k|  2 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2236.55/2246.51	c  2246s| 65300 |   116 |  3501k|  52.3 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 186k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2239.16/2249.13	c  2249s| 65400 |   117 |  3506k|  52.3 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2241.43/2251.40	c  2251s| 65500 |   118 |  3510k|  52.3 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2245.61/2255.61	c  2256s| 65600 |   115 |  3512k|  52.3 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 187k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2251.00/2261.10	c  2261s| 65700 |   113 |  3516k|  52.2 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2254.47/2264.55	c  2265s| 65800 |   116 |  3520k|  52.2 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2257.97/2268.06	c  2268s| 65900 |   116 |  3528k|  52.3 |  1309M |  49 |5362 |  92k|   0 |  21k|  0 | 188k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2260.84/2270.90	c  2271s| 66000 |   117 |  3533k|  52.3 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2263.43/2273.58	c  2274s| 66100 |   117 |  3537k|  52.2 |  1309M |  49 |5362 |  92k|  82k|  21k|  2 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2266.42/2276.60	c  2277s| 66200 |   122 |  3543k|  52.3 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 189k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2269.50/2279.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2269.50/2279.65	c  2280s| 66300 |   118 |  3548k|  52.3 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2271.59/2281.79	c  2282s| 66400 |   118 |  3552k|  52.2 |  1309M |  49 |5362 |  92k|  82k|  21k|  1 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2274.18/2284.38	c  2284s| 66500 |   120 |  3555k|  52.2 |  1309M |  49 |5362 |  92k|  82k|  22k|  1 | 190k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2276.88/2287.08	c  2287s| 66600 |   117 |  3560k|  52.2 |  1309M |  49 |5362 |  92k|  82k|  22k|  1 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2284.85/2295.10	c  2295s| 66700 |   123 |  3565k|  52.2 |  1309M |  49 |5362 |  92k|  82k|  22k|  2 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   4.29%
2287.72/2297.90	c  2298s| 66800 |   123 |  3571k|  52.2 |  1309M |  49 |5362 |  92k|  82k|  22k|  1 | 191k|  38 | 0.000000e+00 |      --      |    Inf |   4.30%
2291.51/2301.75	c  2302s| 66900 |   123 |  3578k|  52.2 |  1309M |  49 |5362 |  92k|  82k|  22k|  1 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   4.30%
2294.99/2305.22	c  2305s| 67000 |   124 |  3586k|  52.3 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2297.98/2308.29	c  2308s| 67100 |   129 |  3592k|  52.3 |  1310M |  49 |5362 |  92k|  82k|  22k|  2 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2300.66/2310.92	c  2311s| 67200 |   129 |  3598k|  52.3 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 192k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2303.05/2313.32	c  2313s| 67300 |   125 |  3602k|  52.3 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2306.04/2316.32	c  2316s| 67400 |   131 |  3608k|  52.3 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2308.62/2318.96	c  2319s| 67500 |   135 |  3614k|  52.3 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 193k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2310.82/2321.14	c  2321s| 67600 |   133 |  3618k|  52.3 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2312.90/2323.27	c  2323s| 67700 |   135 |  3621k|  52.3 |  1310M |  49 |5362 |  92k|   0 |  22k|  0 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2314.99/2325.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2314.99/2325.33	c  2325s| 67800 |   132 |  3625k|  52.2 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 194k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2317.28/2327.62	c  2328s| 67900 |   125 |  3628k|  52.2 |  1310M |  49 |5362 |  92k|   0 |  22k|  0 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2320.07/2330.46	c  2330s| 68000 |   128 |  3633k|  52.2 |  1310M |  49 |5362 |  92k|   0 |  22k|  0 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   4.31%
2322.77/2333.13	c  2333s| 68100 |   132 |  3638k|  52.2 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 195k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2325.04/2335.40	c  2335s| 68200 |   130 |  3642k|  52.2 |  1310M |  49 |5362 |  92k|   0 |  22k|  0 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2327.33/2337.74	c  2338s| 68300 |   132 |  3647k|  52.2 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2329.52/2339.93	c  2340s| 68400 |   129 |  3651k|  52.2 |  1310M |  49 |5362 |  92k|   0 |  22k|  0 | 196k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2331.81/2342.27	c  2342s| 68500 |   124 |  3655k|  52.1 |  1310M |  49 |5362 |  92k|   0 |  22k|  0 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2334.40/2344.87	c  2345s| 68600 |   126 |  3660k|  52.1 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2337.29/2347.77	c  2348s| 68700 |   130 |  3666k|  52.1 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2340.68/2351.11	c  2351s| 68800 |   130 |  3671k|  52.1 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 197k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2342.86/2353.36	c  2353s| 68900 |   136 |  3676k|  52.1 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 198k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2345.34/2355.87	c  2356s| 69000 |   134 |  3681k|  52.1 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 198k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2347.83/2358.39	c  2358s| 69100 |   137 |  3685k|  52.1 |  1310M |  49 |5362 |  92k|  82k|  22k|  1 | 198k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2350.63/2361.16	c  2361s| 69200 |   139 |  3691k|  52.1 |  1310M |  49 |5362 |  92k|   0 |  22k|  0 | 199k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2352.91/2363.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2352.91/2363.45	c  2363s| 69300 |   139 |  3695k|  52.1 |  1310M |  49 |5362 |  92k|  82k|  23k|  1 | 199k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2355.30/2365.86	c  2366s| 69400 |   138 |  3699k|  52.1 |  1310M |  49 |5362 |  92k|  82k|  23k|  1 | 199k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2357.60/2368.15	c  2368s| 69500 |   137 |  3703k|  52.1 |  1310M |  49 |5362 |  92k|   0 |  23k|  0 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2360.17/2370.71	c  2371s| 69600 |   138 |  3708k|  52.1 |  1310M |  49 |5362 |  92k|  82k|  23k|  1 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2362.06/2372.61	c  2373s| 69700 |   137 |  3711k|  52.0 |  1310M |  49 |5362 |  92k|  82k|  23k|  1 | 200k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2365.25/2375.89	c  2376s| 69800 |   138 |  3717k|  52.1 |  1310M |  49 |5362 |  92k|   0 |  23k|  0 | 201k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2367.45/2378.01	c  2378s| 69900 |   140 |  3721k|  52.0 |  1310M |  49 |5362 |  92k|   0 |  23k|  0 | 201k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2370.32/2380.91	c  2381s| 70000 |   142 |  3727k|  52.0 |  1310M |  49 |5362 |  92k|  82k|  23k|  1 | 201k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2372.61/2383.22	c  2383s| 70100 |   143 |  3730k|  52.0 |  1310M |  49 |5362 |  92k|  82k|  23k|  1 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2374.90/2385.57	c  2386s| 70200 |   140 |  3734k|  52.0 |  1311M |  49 |5362 |  92k|   0 |  23k|  0 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2378.09/2388.72	c  2389s| 70300 |   143 |  3741k|  52.0 |  1311M |  49 |5362 |  92k|  82k|  23k|  2 | 202k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2380.77/2391.44	c  2391s| 70400 |   142 |  3746k|  52.0 |  1311M |  49 |5362 |  92k|  82k|  23k|  1 | 203k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2383.16/2393.80	c  2394s| 70500 |   141 |  3749k|  52.0 |  1311M |  49 |5362 |  92k|  82k|  23k|  2 | 203k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2385.36/2396.05	c  2396s| 70600 |   142 |  3753k|  52.0 |  1311M |  49 |5362 |  92k|  82k|  23k|  1 | 203k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2387.94/2398.62	c  2399s| 70700 |   144 |  3757k|  52.0 |  1311M |  49 |5362 |  92k|  82k|  23k|  1 | 203k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2389.93/2400.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2389.93/2400.62	c  2401s| 70800 |   140 |  3760k|  51.9 |  1311M |  49 |5362 |  92k|   0 |  23k|  0 | 204k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2392.43/2403.12	c  2403s| 70900 |   141 |  3764k|  51.9 |  1311M |  49 |5362 |  92k|   0 |  23k|  0 | 204k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2398.59/2409.38	c  2409s| 71000 |   139 |  3769k|  51.9 |  1319M |  49 |5362 |  92k|   0 |  23k|  0 | 204k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2401.48/2412.29	c  2412s| 71100 |   139 |  3774k|  51.9 |  1319M |  49 |5362 |  92k|   0 |  23k|  0 | 205k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2404.37/2415.15	c  2415s| 71200 |   139 |  3778k|  51.9 |  1319M |  49 |5362 |  92k|   0 |  23k|  0 | 205k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2407.15/2417.92	c  2418s| 71300 |   141 |  3783k|  51.9 |  1319M |  49 |5362 |  92k|   0 |  23k|  0 | 205k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2409.94/2420.78	c  2421s| 71400 |   139 |  3788k|  51.9 |  1319M |  49 |5362 |  92k|  82k|  23k|  1 | 205k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2414.52/2425.32	c  2425s| 71500 |   142 |  3795k|  51.9 |  1319M |  49 |5362 |  92k|  82k|  23k|  1 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2416.70/2427.51	c  2427s| 71600 |   142 |  3799k|  51.9 |  1319M |  49 |5362 |  92k|   0 |  23k|  0 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2423.57/2434.45	c  2434s| 71700 |   139 |  3808k|  51.9 |  1319M |  49 |5362 |  92k|  82k|  23k|  1 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2426.76/2437.64	c  2438s| 71800 |   142 |  3814k|  52.0 |  1319M |  49 |5362 |  92k|  82k|  23k|  1 | 206k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2430.05/2441.00	c  2441s| 71900 |   142 |  3820k|  52.0 |  1319M |  49 |5362 |  92k|  82k|  23k|  1 | 207k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2434.03/2444.96	c  2445s| 72000 |   139 |  3827k|  52.0 |  1319M |  49 |5362 |  92k|   0 |  23k|  0 | 207k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2437.81/2448.75	c  2449s| 72100 |   141 |  3834k|  52.0 |  1319M |  49 |5362 |  92k|  82k|  23k|  1 | 207k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2441.60/2452.59	c  2453s| 72200 |   144 |  3841k|  52.0 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2444.88/2455.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2444.88/2455.83	c  2456s| 72300 |   143 |  3847k|  52.1 |  1319M |  49 |5362 |  92k|   0 |  24k|  0 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2447.77/2458.73	c  2459s| 72400 |   146 |  3853k|  52.1 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2450.45/2461.45	c  2461s| 72500 |   141 |  3858k|  52.1 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 208k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2456.14/2467.17	c  2467s| 72600 |   148 |  3867k|  52.1 |  1319M |  49 |5362 |  92k|   0 |  24k|  0 | 209k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2459.92/2470.93	c  2471s| 72700 |   144 |  3874k|  52.1 |  1319M |  49 |5362 |  92k|   0 |  24k|  0 | 209k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2464.90/2475.91	c  2476s| 72800 |   145 |  3883k|  52.2 |  1319M |  49 |5362 |  92k|   0 |  24k|  0 | 209k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2468.18/2479.29	c  2479s| 72900 |   144 |  3889k|  52.2 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 210k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2472.17/2483.23	c  2483s| 73000 |   152 |  3897k|  52.2 |  1319M |  49 |5362 |  92k|   0 |  24k|  0 | 210k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2475.25/2486.31	c  2486s| 73100 |   147 |  3902k|  52.2 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 210k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2478.44/2489.52	c  2490s| 73200 |   148 |  3909k|  52.3 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2481.62/2492.75	c  2493s| 73300 |   147 |  3914k|  52.3 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2484.61/2495.74	c  2496s| 73400 |   148 |  3920k|  52.3 |  1319M |  49 |5362 |  92k|   0 |  24k|  0 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2487.40/2498.56	c  2499s| 73500 |   147 |  3925k|  52.3 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 211k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2491.78/2502.99	c  2503s| 73600 |   145 |  3935k|  52.3 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 212k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2495.56/2506.74	c  2507s| 73700 |   147 |  3942k|  52.3 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 212k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2498.86/2510.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2498.86/2510.07	c  2510s| 73800 |   144 |  3949k|  52.4 |  1319M |  49 |5362 |  92k|  82k|  24k|  1 | 212k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2501.53/2512.78	c  2513s| 73900 |   145 |  3955k|  52.4 |  1319M |  49 |5362 |  92k|   0 |  24k|  0 | 213k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2504.52/2515.78	c  2516s| 74000 |   142 |  3960k|  52.4 |  1320M |  49 |5362 |  92k|  82k|  24k|  2 | 213k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2507.41/2518.68	c  2519s| 74100 |   146 |  3965k|  52.4 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 213k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2509.50/2520.79	c  2521s| 74200 |   150 |  3968k|  52.4 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 213k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2512.38/2523.61	c  2524s| 74300 |   146 |  3973k|  52.3 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2514.67/2525.94	c  2526s| 74400 |   150 |  3978k|  52.3 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   4.32%
2516.96/2528.26	c  2528s| 74500 |   149 |  3982k|  52.3 |  1320M |  49 |5362 |  92k|   0 |  24k|  0 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2519.25/2530.55	c  2531s| 74600 |   148 |  3985k|  52.3 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 214k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2522.13/2533.49	c  2533s| 74700 |   150 |  3991k|  52.3 |  1320M |  49 |5362 |  92k|  82k|  24k|  2 | 215k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2524.62/2535.93	c  2536s| 74800 |   144 |  3995k|  52.3 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 215k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2527.01/2538.31	c  2538s| 74900 |   145 |  3999k|  52.3 |  1320M |  49 |5362 |  92k|   0 |  24k|  0 | 215k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2529.50/2540.85	c  2541s| 75000 |   147 |  4003k|  52.3 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2532.80/2544.12	c  2544s| 75100 |   149 |  4009k|  52.3 |  1320M |  49 |5362 |  92k|   0 |  24k|  0 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2535.17/2546.54	c  2547s| 75200 |   147 |  4012k|  52.2 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 216k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2539.55/2550.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2539.55/2550.98	c  2551s| 75300 |   149 |  4019k|  52.3 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2542.44/2553.88	c  2554s| 75400 |   151 |  4024k|  52.3 |  1320M |  49 |5362 |  92k|  82k|  24k|  1 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2546.02/2557.42	c  2557s| 75500 |   148 |  4032k|  52.3 |  1321M |  49 |5362 |  92k|  82k|  24k|  1 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2549.31/2560.77	c  2561s| 75600 |   150 |  4038k|  52.3 |  1321M |  49 |5362 |  92k|  82k|  24k|  1 | 217k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2552.79/2564.28	c  2564s| 75700 |   147 |  4045k|  52.3 |  1321M |  49 |5362 |  92k|   0 |  25k|  0 | 218k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2557.58/2569.07	c  2569s| 75800 |   149 |  4051k|  52.3 |  1321M |  49 |5362 |  92k|  82k|  25k|  1 | 218k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2561.67/2573.15	c  2573s| 75900 |   152 |  4056k|  52.3 |  1321M |  49 |5362 |  92k|  82k|  25k|  1 | 219k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2565.24/2576.71	c  2577s| 76000 |   150 |  4061k|  52.3 |  1330M |  49 |5362 |  92k|  82k|  25k|  1 | 219k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2567.64/2579.11	c  2579s| 76100 |   147 |  4066k|  52.3 |  1330M |  49 |5362 |  92k|   0 |  25k|  0 | 219k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2573.01/2584.58	c  2585s| 76200 |   152 |  4070k|  52.3 |  1338M |  49 |5362 |  92k|  82k|  25k|  1 | 220k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2575.10/2586.60	c  2587s| 76300 |   146 |  4074k|  52.3 |  1338M |  49 |5362 |  92k|   0 |  25k|  0 | 220k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2577.88/2589.47	c  2589s| 76400 |   151 |  4079k|  52.3 |  1338M |  49 |5362 |  92k|  82k|  25k|  1 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2583.06/2594.65	c  2595s| 76500 |   150 |  4083k|  52.3 |  1338M |  49 |5362 |  92k|  82k|  25k|  1 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2594.02/2605.69	c  2606s| 76600 |   148 |  4090k|  52.3 |  1347M |  49 |5362 |  92k|  82k|  25k|  1 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2596.81/2608.40	c  2608s| 76700 |   149 |  4094k|  52.3 |  1347M |  49 |5362 |  92k|  82k|  25k|  1 | 221k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2599.79/2611.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2599.79/2611.40	c  2611s| 76800 |   148 |  4100k|  52.3 |  1347M |  49 |5362 |  92k|  82k|  25k|  1 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2603.39/2615.03	c  2615s| 76900 |   149 |  4107k|  52.3 |  1353M |  49 |5362 |  92k|  82k|  25k|  1 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2614.94/2626.67	c  2627s| 77000 |   147 |  4112k|  52.3 |  1377M |  49 |5362 |  92k|  82k|  25k|  1 | 222k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2620.71/2632.45	c  2632s| 77100 |   149 |  4119k|  52.3 |  1377M |  49 |5362 |  92k|   0 |  26k|  0 | 223k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2628.30/2640.10	c  2640s| 77200 |   151 |  4129k|  52.4 |  1377M |  49 |5362 |  92k|   0 |  26k|  0 | 223k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2639.26/2651.08	c  2651s| 77300 |   141 |  4139k|  52.5 |  1409M |  49 |5362 |  92k|   0 |  26k|  0 | 223k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2642.25/2654.08	c  2654s| 77400 |   145 |  4144k|  52.5 |  1409M |  49 |5362 |  92k|  82k|  26k|  1 | 223k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2644.82/2656.62	c  2657s| 77500 |   147 |  4149k|  52.4 |  1409M |  49 |5362 |  92k|  82k|  26k|  1 | 224k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2649.80/2661.64	c  2662s| 77600 |   143 |  4154k|  52.5 |  1409M |  49 |5362 |  92k|  82k|  26k|  1 | 224k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2654.78/2666.65	c  2667s| 77700 |   151 |  4164k|  52.5 |  1409M |  49 |5362 |  92k|  82k|  26k|  1 | 224k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2659.66/2671.58	c  2672s| 77800 |   147 |  4171k|  52.5 |  1409M |  49 |5362 |  92k|  82k|  26k|  1 | 225k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2668.92/2680.86	c  2681s| 77900 |   147 |  4177k|  52.5 |  1409M |  49 |5362 |  92k|  82k|  27k|  1 | 225k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2675.40/2687.31	c  2687s| 78000 |   148 |  4184k|  52.6 |  1409M |  49 |5362 |  92k|  82k|  27k|  1 | 225k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2678.58/2690.56	c  2691s| 78100 |   149 |  4191k|  52.6 |  1409M |  49 |5362 |  92k|   0 |  27k|  0 | 226k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2682.46/2694.48	c  2694s| 78200 |   147 |  4199k|  52.6 |  1409M |  49 |5362 |  92k|   0 |  27k|  0 | 226k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2685.25/2697.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2685.25/2697.24	c  2697s| 78300 |   151 |  4205k|  52.6 |  1409M |  49 |5362 |  92k|  82k|  27k|  1 | 226k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2688.24/2700.23	c  2700s| 78400 |   153 |  4211k|  52.6 |  1409M |  49 |5362 |  92k|  82k|  27k|  1 | 226k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2690.93/2702.97	c  2703s| 78500 |   147 |  4217k|  52.6 |  1409M |  49 |5362 |  92k|  82k|  27k|  1 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2694.21/2706.28	c  2706s| 78600 |   149 |  4224k|  52.7 |  1409M |  49 |5362 |  92k|   0 |  27k|  0 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2696.40/2708.47	c  2708s| 78700 |   149 |  4227k|  52.6 |  1409M |  49 |5362 |  92k|  82k|  27k|  1 | 227k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2698.59/2710.65	c  2711s| 78800 |   148 |  4231k|  52.6 |  1409M |  49 |5362 |  92k|  82k|  27k|  1 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2700.99/2713.07	c  2713s| 78900 |   150 |  4235k|  52.6 |  1409M |  49 |5362 |  92k|  82k|  27k|  1 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2703.57/2715.63	c  2716s| 79000 |   153 |  4240k|  52.6 |  1410M |  49 |5362 |  92k|  82k|  27k|  1 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2706.15/2718.28	c  2718s| 79100 |   148 |  4245k|  52.6 |  1410M |  49 |5362 |  92k|  82k|  27k|  1 | 228k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2708.95/2721.05	c  2721s| 79200 |   145 |  4250k|  52.6 |  1410M |  49 |5362 |  92k|   0 |  27k|  0 | 229k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2713.72/2725.85	c  2726s| 79300 |   146 |  4256k|  52.6 |  1410M |  49 |5362 |  92k|  82k|  28k|  1 | 229k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2716.02/2728.19	c  2728s| 79400 |   144 |  4259k|  52.6 |  1410M |  49 |5362 |  92k|  82k|  28k|  2 | 229k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2718.70/2730.83	c  2731s| 79500 |   145 |  4264k|  52.6 |  1410M |  49 |5362 |  92k|   0 |  28k|  0 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2721.48/2733.64	c  2734s| 79600 |   146 |  4269k|  52.6 |  1410M |  49 |5362 |  92k|  82k|  28k|  1 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2723.67/2735.83	c  2736s| 79700 |   146 |  4273k|  52.6 |  1411M |  49 |5362 |  92k|   0 |  28k|  0 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2726.36/2738.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2726.36/2738.56	c  2739s| 79800 |   142 |  4277k|  52.5 |  1411M |  49 |5362 |  92k|   0 |  28k|  0 | 230k|  38 | 0.000000e+00 |      --      |    Inf |   4.33%
2729.35/2741.57	c  2742s| 79900 |   142 |  4283k|  52.5 |  1411M |  49 |5362 |  92k|  82k|  28k|  1 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2733.53/2745.75	c  2746s| 80000 |   143 |  4290k|  52.6 |  1411M |  49 |5362 |  92k|   0 |  28k|  0 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2736.92/2749.19	c  2749s| 80100 |   149 |  4297k|  52.6 |  1411M |  49 |5362 |  92k|   0 |  28k|  0 | 231k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2739.60/2751.80	c  2752s| 80200 |   148 |  4301k|  52.6 |  1411M |  49 |5362 |  92k|  82k|  28k|  1 | 232k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2742.59/2754.90	c  2755s| 80300 |   145 |  4306k|  52.6 |  1411M |  49 |5362 |  92k|  82k|  28k|  1 | 232k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2745.37/2757.68	c  2758s| 80400 |   145 |  4311k|  52.6 |  1411M |  49 |5362 |  92k|  82k|  28k|  2 | 232k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2748.87/2761.19	c  2761s| 80500 |   152 |  4318k|  52.6 |  1419M |  49 |5362 |  92k|   0 |  28k|  0 | 233k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2751.44/2763.70	c  2764s| 80600 |   148 |  4324k|  52.6 |  1419M |  49 |5362 |  92k|  82k|  28k|  1 | 233k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2754.23/2766.51	c  2766s| 80700 |   150 |  4329k|  52.6 |  1419M |  49 |5362 |  92k|   0 |  28k|  0 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2756.62/2768.99	c  2769s| 80800 |   152 |  4333k|  52.6 |  1419M |  49 |5362 |  92k|  82k|  28k|  1 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2759.82/2772.16	c  2772s| 80900 |   146 |  4339k|  52.6 |  1419M |  49 |5362 |  92k|  82k|  28k|  1 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2763.09/2775.47	c  2775s| 81000 |   152 |  4346k|  52.6 |  1419M |  49 |5362 |  92k|   0 |  29k|  0 | 234k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2767.17/2779.53	c  2780s| 81100 |   150 |  4351k|  52.6 |  1419M |  49 |5362 |  92k|   0 |  29k|  0 | 235k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2772.55/2784.99	c  2785s| 81200 |   152 |  4358k|  52.6 |  1435M |  49 |5362 |  92k|   0 |  29k|  0 | 235k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2775.53/2787.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2775.53/2787.96	c  2788s| 81300 |   149 |  4363k|  52.6 |  1435M |  49 |5362 |  92k|   0 |  29k|  0 | 236k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2779.41/2791.82	c  2792s| 81400 |   148 |  4369k|  52.6 |  1435M |  49 |5362 |  92k|  82k|  29k|  1 | 236k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2781.72/2794.15	c  2794s| 81500 |   148 |  4373k|  52.6 |  1435M |  49 |5362 |  92k|   0 |  29k|  0 | 236k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2784.19/2796.64	c  2797s| 81600 |   147 |  4378k|  52.6 |  1435M |  49 |5362 |  92k|   0 |  29k|  0 | 236k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2786.88/2799.39	c  2799s| 81700 |   145 |  4382k|  52.6 |  1435M |  49 |5362 |  92k|   0 |  29k|  0 | 237k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2790.86/2803.39	c  2803s| 81800 |   150 |  4388k|  52.6 |  1435M |  49 |5362 |  92k|  82k|  29k|  1 | 237k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2793.75/2806.24	c  2806s| 81900 |   151 |  4392k|  52.6 |  1435M |  49 |5362 |  92k|   0 |  29k|  0 | 237k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2796.73/2809.28	c  2809s| 82000 |   149 |  4398k|  52.6 |  1435M |  49 |5362 |  92k|  82k|  29k|  1 | 238k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2799.92/2812.44	c  2812s| 82100 |   151 |  4403k|  52.6 |  1436M |  49 |5362 |  92k|  82k|  29k|  1 | 238k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2804.00/2816.51	c  2816s| 82200 |   152 |  4409k|  52.6 |  1436M |  49 |5362 |  92k|   0 |  29k|  0 | 238k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2809.18/2821.71	c  2822s| 82300 |   154 |  4417k|  52.7 |  1436M |  49 |5362 |  92k|   0 |  29k|  0 | 239k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2814.35/2826.99	c  2827s| 82400 |   158 |  4427k|  52.7 |  1436M |  49 |5362 |  92k|  82k|  29k|  2 | 239k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2817.45/2830.01	c  2830s| 82500 |   154 |  4431k|  52.7 |  1436M |  49 |5362 |  92k|   0 |  29k|  0 | 239k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2820.22/2832.83	c  2833s| 82600 |   154 |  4436k|  52.7 |  1436M |  49 |5362 |  92k|   0 |  30k|  0 | 240k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2823.01/2835.66	c  2836s| 82700 |   155 |  4441k|  52.7 |  1436M |  49 |5362 |  92k|   0 |  30k|  0 | 240k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2826.00/2838.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2826.00/2838.69	c  2839s| 82800 |   155 |  4446k|  52.7 |  1436M |  49 |5362 |  92k|   0 |  30k|  0 | 240k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2829.08/2841.73	c  2842s| 82900 |   156 |  4451k|  52.7 |  1436M |  49 |5362 |  92k|  82k|  30k|  1 | 241k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2831.38/2844.09	c  2844s| 83000 |   153 |  4455k|  52.7 |  1436M |  49 |5362 |  92k|  82k|  30k|  1 | 241k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2834.25/2847.00	c  2847s| 83100 |   156 |  4460k|  52.7 |  1436M |  49 |5362 |  92k|  82k|  30k|  1 | 241k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2837.54/2850.27	c  2850s| 83200 |   154 |  4467k|  52.7 |  1436M |  49 |5362 |  92k|  82k|  30k|  1 | 242k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2840.62/2853.37	c  2853s| 83300 |   154 |  4473k|  52.7 |  1436M |  49 |5362 |  92k|   0 |  30k|  0 | 242k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2844.42/2857.11	c  2857s| 83400 |   153 |  4481k|  52.7 |  1436M |  49 |5362 |  92k|  82k|  30k|  2 | 242k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2848.19/2860.99	c  2861s| 83500 |   154 |  4488k|  52.7 |  1436M |  49 |5362 |  92k|   0 |  30k|  0 | 242k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2852.57/2865.35	c  2865s| 83600 |   153 |  4497k|  52.8 |  1436M |  49 |5362 |  92k|  82k|  30k|  1 | 243k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2856.95/2869.70	c  2870s| 83700 |   155 |  4506k|  52.8 |  1436M |  49 |5362 |  92k|  82k|  30k|  1 | 243k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2863.24/2876.06	c  2876s| 83800 |   157 |  4514k|  52.9 |  1445M |  49 |5362 |  92k|   0 |  30k|  0 | 243k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2867.41/2880.25	c  2880s| 83900 |   160 |  4521k|  52.9 |  1454M |  49 |5362 |  92k|   0 |  30k|  0 | 244k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2876.67/2889.51	c  2889s| 84000 |   162 |  4529k|  52.9 |  1461M |  49 |5362 |  92k|   0 |  30k|  0 | 244k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2880.35/2893.23	c  2893s| 84100 |   160 |  4536k|  52.9 |  1461M |  49 |5362 |  92k|   0 |  30k|  0 | 244k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2887.52/2900.44	c  2900s| 84200 |   156 |  4544k|  53.0 |  1462M |  49 |5362 |  92k|  82k|  31k|  1 | 245k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2891.50/2904.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2891.50/2904.49	c  2904s| 84300 |   156 |  4551k|  53.0 |  1462M |  49 |5362 |  92k|  82k|  31k|  1 | 245k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2896.10/2909.03	c  2909s| 84400 |   149 |  4558k|  53.0 |  1462M |  49 |5362 |  92k|   0 |  31k|  0 | 245k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2899.77/2912.77	c  2913s| 84500 |   156 |  4565k|  53.0 |  1462M |  49 |5362 |  92k|  82k|  31k|  1 | 246k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2904.74/2917.71	c  2918s| 84600 |   157 |  4573k|  53.1 |  1471M |  49 |5362 |  92k|  82k|  31k|  1 | 246k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2911.82/2924.86	c  2925s| 84700 |   160 |  4579k|  53.1 |  1487M |  49 |5362 |  92k|   0 |  31k|  0 | 246k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2915.02/2928.04	c  2928s| 84800 |   162 |  4585k|  53.1 |  1487M |  49 |5362 |  92k|   0 |  31k|  0 | 247k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2922.09/2935.17	c  2935s| 84900 |   157 |  4590k|  53.1 |  1487M |  49 |5362 |  92k|   0 |  31k|  0 | 247k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2928.55/2941.61	c  2942s| 85000 |   156 |  4595k|  53.1 |  1503M |  49 |5362 |  92k|   0 |  31k|  0 | 247k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2931.54/2944.68	c  2945s| 85100 |   156 |  4600k|  53.1 |  1503M |  49 |5362 |  92k|  82k|  32k|  1 | 248k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2941.60/2954.80	c  2955s| 85200 |   155 |  4610k|  53.1 |  1519M |  49 |5362 |  92k|  82k|  32k|  1 | 248k|  38 | 0.000000e+00 |      --      |    Inf |   4.34%
2944.38/2957.54	c  2958s| 85300 |   154 |  4614k|  53.1 |  1519M |  49 |5362 |  92k|  82k|  32k|  1 | 248k|  38 | 0.000000e+00 |      --      |    Inf |   4.37%
2949.26/2962.41	c  2962s| 85400 |   161 |  4622k|  53.1 |  1519M |  49 |5362 |  92k|   0 |  32k|  0 | 248k|  38 | 0.000000e+00 |      --      |    Inf |   4.39%
2951.25/2964.46	c  2964s| 85500 |   166 |  4625k|  53.1 |  1519M |  49 |5362 |  92k|  82k|  32k|  1 | 249k|  38 | 0.000000e+00 |      --      |    Inf |   4.40%
2953.34/2966.59	c  2967s| 85600 |   161 |  4629k|  53.1 |  1519M |  49 |5362 |  92k|  82k|  32k|  1 | 249k|  38 | 0.000000e+00 |      --      |    Inf |   4.40%
2955.53/2968.70	c  2969s| 85700 |   159 |  4631k|  53.1 |  1519M |  49 |5362 |  92k|  82k|  32k|  1 | 249k|  38 | 0.000000e+00 |      --      |    Inf |   4.41%
2958.42/2971.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2958.42/2971.62	c  2972s| 85800 |   154 |  4636k|  53.1 |  1519M |  49 |5362 |  92k|  82k|  32k|  1 | 249k|  38 | 0.000000e+00 |      --      |    Inf |   4.41%
2960.82/2974.09	c  2974s| 85900 |   157 |  4640k|  53.0 |  1519M |  49 |5362 |  92k|   0 |  32k|  0 | 250k|  38 | 0.000000e+00 |      --      |    Inf |   4.41%
2962.99/2976.22	c  2976s| 86000 |   156 |  4643k|  53.0 |  1519M |  49 |5362 |  92k|   0 |  32k|  0 | 250k|  38 | 0.000000e+00 |      --      |    Inf |   4.41%
2965.08/2978.38	c  2978s| 86100 |   157 |  4647k|  53.0 |  1519M |  49 |5362 |  92k|  82k|  32k|  0 | 250k|  38 | 0.000000e+00 |      --      |    Inf |   4.41%
2968.07/2981.30	c  2981s| 86200 |   166 |  4651k|  53.0 |  1519M |  49 |5362 |  92k|  82k|  32k|  1 | 250k|  38 | 0.000000e+00 |      --      |    Inf |   4.41%
2970.26/2983.52	c  2984s| 86300 |   157 |  4654k|  53.0 |  1519M |  49 |5362 |  92k|  82k|  33k|  1 | 251k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
2975.24/2988.57	c  2989s| 86400 |   155 |  4662k|  53.0 |  1519M |  49 |5362 |  92k|   0 |  33k|  0 | 251k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
2981.61/2995.01	c  2995s| 86500 |   157 |  4669k|  53.0 |  1519M |  49 |5362 |  92k|   0 |  33k|  0 | 251k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
2993.96/3007.33	c  3007s| 86600 |   157 |  4678k|  53.0 |  1551M |  49 |5362 |  92k|  82k|  33k|  1 | 252k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3003.22/3016.61	c  3017s| 86700 |   154 |  4684k|  53.1 |  1551M |  49 |5362 |  92k|  82k|  33k|  1 | 252k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3008.40/3021.87	c  3022s| 86800 |   153 |  4690k|  53.1 |  1551M |  49 |5362 |  92k|  82k|  33k|  1 | 252k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3020.57/3034.03	c  3034s| 86900 |   165 |  4697k|  53.1 |  1551M |  49 |5362 |  92k|  82k|  34k|  1 | 252k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3022.35/3035.88	c  3036s| 87000 |   164 |  4700k|  53.0 |  1551M |  49 |5362 |  92k|   0 |  34k|  0 | 253k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3025.04/3038.53	c  3039s| 87100 |   165 |  4703k|  53.0 |  1551M |  49 |5362 |  92k|   0 |  34k|  0 | 253k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3027.33/3040.80	c  3041s| 87200 |   166 |  4707k|  53.0 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 254k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3029.22/3042.72	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3029.22/3042.72	c  3043s| 87300 |   166 |  4709k|  53.0 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 254k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3031.31/3044.81	c  3045s| 87400 |   165 |  4713k|  53.0 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 254k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3033.30/3046.80	c  3047s| 87500 |   165 |  4716k|  52.9 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 254k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3035.19/3048.74	c  3049s| 87600 |   162 |  4718k|  52.9 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 255k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3037.18/3050.71	c  3051s| 87700 |   164 |  4721k|  52.9 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 255k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3039.17/3052.73	c  3053s| 87800 |   160 |  4724k|  52.8 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 255k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3041.26/3054.88	c  3055s| 87900 |   163 |  4727k|  52.8 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 256k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3043.95/3057.54	c  3058s| 88000 |   159 |  4732k|  52.8 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 256k|  38 | 0.000000e+00 |      --      |    Inf |   4.42%
3046.93/3060.59	c  3061s| 88100 |   162 |  4738k|  52.8 |  1561M |  49 |5362 |  92k|  82k|  34k|  2 | 256k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3049.82/3063.40	c  3063s| 88200 |   167 |  4744k|  52.8 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 257k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3052.42/3066.10	c  3066s| 88300 |   167 |  4750k|  52.8 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 257k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3054.60/3068.21	c  3068s| 88400 |   171 |  4753k|  52.8 |  1561M |  49 |5362 |  92k|  82k|  34k|  2 | 257k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3056.69/3070.36	c  3070s| 88500 |   169 |  4756k|  52.8 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 258k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3058.78/3072.45	c  3072s| 88600 |   167 |  4759k|  52.8 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 258k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3060.67/3074.37	c  3074s| 88700 |   164 |  4762k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 258k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3062.76/3076.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3062.76/3076.43	c  3076s| 88800 |   162 |  4765k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  34k|  2 | 259k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3065.54/3079.25	c  3079s| 88900 |   163 |  4771k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 259k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3067.93/3081.60	c  3082s| 89000 |   162 |  4775k|  52.7 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 259k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3070.02/3083.74	c  3084s| 89100 |   164 |  4779k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  34k|  2 | 259k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3072.81/3086.57	c  3087s| 89200 |   160 |  4783k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 260k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3075.31/3089.04	c  3089s| 89300 |   160 |  4788k|  52.7 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 260k|  38 | 0.000000e+00 |      --      |    Inf |   4.43%
3078.29/3092.07	c  3092s| 89400 |   162 |  4794k|  52.7 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 260k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3080.97/3094.79	c  3095s| 89500 |   161 |  4799k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 261k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3083.46/3097.21	c  3097s| 89600 |   161 |  4803k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 261k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3086.05/3099.83	c  3100s| 89700 |   164 |  4808k|  52.7 |  1561M |  49 |5362 |  92k|   0 |  34k|  0 | 261k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3088.25/3102.07	c  3102s| 89800 |   166 |  4813k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  34k|  1 | 261k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3091.52/3105.31	c  3105s| 89900 |   165 |  4820k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  34k|  2 | 262k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3094.41/3108.27	c  3108s| 90000 |   172 |  4825k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  35k|  1 | 262k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3096.60/3110.48	c  3110s| 90100 |   166 |  4829k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  35k|  2 | 262k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3099.08/3112.94	c  3113s| 90200 |   161 |  4834k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  35k|  1 | 262k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3102.57/3116.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3102.57/3116.47	c  3116s| 90300 |   166 |  4841k|  52.7 |  1561M |  49 |5362 |  92k|  82k|  35k|  1 | 263k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3105.17/3119.08	c  3119s| 90400 |   164 |  4846k|  52.7 |  1561M |  49 |5362 |  92k|   0 |  35k|  0 | 263k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3107.84/3121.79	c  3122s| 90500 |   171 |  4851k|  52.7 |  1561M |  49 |5362 |  92k|   0 |  35k|  0 | 263k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3110.03/3123.93	c  3124s| 90600 |   163 |  4854k|  52.6 |  1562M |  49 |5362 |  92k|  82k|  35k|  2 | 263k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3112.62/3126.50	c  3126s| 90700 |   169 |  4859k|  52.6 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 264k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3115.22/3129.14	c  3129s| 90800 |   169 |  4864k|  52.6 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 264k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3117.79/3131.70	c  3132s| 90900 |   168 |  4868k|  52.6 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 264k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3119.98/3133.99	c  3134s| 91000 |   167 |  4872k|  52.6 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 264k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3122.27/3136.22	c  3136s| 91100 |   167 |  4875k|  52.6 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 265k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3125.25/3139.26	c  3139s| 91200 |   167 |  4879k|  52.6 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 265k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3128.05/3142.10	c  3142s| 91300 |   163 |  4883k|  52.6 |  1562M |  49 |5362 |  92k|   0 |  35k|  0 | 265k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3130.63/3144.63	c  3145s| 91400 |   164 |  4888k|  52.6 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 265k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3133.03/3147.05	c  3147s| 91500 |   165 |  4893k|  52.6 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 266k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3135.21/3149.24	c  3149s| 91600 |   164 |  4896k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 266k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3137.11/3151.17	c  3151s| 91700 |   163 |  4899k|  52.5 |  1562M |  49 |5362 |  92k|   0 |  35k|  0 | 266k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3139.39/3153.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3139.39/3153.47	c  3153s| 91800 |   162 |  4902k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 266k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3141.67/3155.72	c  3156s| 91900 |   161 |  4906k|  52.5 |  1562M |  49 |5362 |  92k|   0 |  35k|  0 | 267k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3143.97/3158.09	c  3158s| 92000 |   162 |  4910k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 267k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3146.65/3160.79	c  3161s| 92100 |   163 |  4915k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  2 | 267k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3149.05/3163.17	c  3163s| 92200 |   163 |  4919k|  52.4 |  1562M |  49 |5362 |  92k|  82k|  35k|  2 | 267k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3151.73/3165.80	c  3166s| 92300 |   164 |  4924k|  52.4 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 268k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3154.12/3168.30	c  3168s| 92400 |   164 |  4929k|  52.4 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 268k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3156.50/3170.68	c  3171s| 92500 |   161 |  4933k|  52.4 |  1562M |  49 |5362 |  92k|   0 |  35k|  0 | 268k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3161.18/3175.33	c  3175s| 92600 |   162 |  4941k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  2 | 268k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3163.88/3178.01	c  3178s| 92700 |   162 |  4946k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 269k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3166.56/3180.72	c  3181s| 92800 |   159 |  4952k|  52.5 |  1562M |  49 |5362 |  92k|   0 |  35k|  0 | 269k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3169.64/3183.84	c  3184s| 92900 |   160 |  4958k|  52.5 |  1562M |  49 |5362 |  92k|   0 |  35k|  0 | 269k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3173.22/3187.43	c  3187s| 93000 |   163 |  4965k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 270k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3176.51/3190.72	c  3191s| 93100 |   165 |  4971k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  2 | 270k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3179.39/3193.65	c  3194s| 93200 |   162 |  4977k|  52.5 |  1562M |  49 |5362 |  92k|   0 |  35k|  0 | 270k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3182.38/3196.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3182.38/3196.60	c  3197s| 93300 |   158 |  4982k|  52.5 |  1562M |  49 |5362 |  92k|   0 |  35k|  0 | 270k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3185.27/3199.56	c  3200s| 93400 |   164 |  4988k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 271k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3187.77/3202.07	c  3202s| 93500 |   164 |  4992k|  52.5 |  1562M |  49 |5362 |  92k|   0 |  35k|  0 | 271k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3190.94/3205.24	c  3205s| 93600 |   165 |  4998k|  52.5 |  1562M |  49 |5362 |  92k|  82k|  35k|  1 | 271k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3193.84/3208.17	c  3208s| 93700 |   163 |  5004k|  52.5 |  1563M |  49 |5362 |  92k|   0 |  35k|  0 | 272k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3196.82/3211.16	c  3211s| 93800 |   164 |  5010k|  52.5 |  1563M |  49 |5362 |  92k|   0 |  35k|  0 | 272k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3199.81/3214.15	c  3214s| 93900 |   163 |  5016k|  52.5 |  1563M |  49 |5362 |  92k|   0 |  35k|  0 | 272k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3202.48/3216.85	c  3217s| 94000 |   161 |  5020k|  52.5 |  1563M |  49 |5362 |  92k|  82k|  35k|  2 | 273k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3205.87/3220.20	c  3220s| 94100 |   166 |  5026k|  52.5 |  1563M |  49 |5362 |  92k|  82k|  35k|  1 | 273k|  38 | 0.000000e+00 |      --      |    Inf |   4.44%
3208.77/3223.13	c  3223s| 94200 |   164 |  5031k|  52.5 |  1563M |  49 |5362 |  92k|   0 |  35k|  0 | 273k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3211.14/3225.59	c  3226s| 94300 |   166 |  5035k|  52.5 |  1563M |  49 |5362 |  92k|  82k|  35k|  1 | 273k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3213.23/3227.64	c  3228s| 94400 |   162 |  5038k|  52.5 |  1563M |  49 |5362 |  92k|  82k|  35k|  1 | 274k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3215.63/3230.04	c  3230s| 94500 |   162 |  5042k|  52.5 |  1563M |  49 |5362 |  92k|  82k|  36k|  2 | 274k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3218.80/3233.20	c  3233s| 94600 |   166 |  5048k|  52.5 |  1563M |  49 |5362 |  92k|   0 |  36k|  0 | 274k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3222.29/3236.71	c  3237s| 94700 |   167 |  5055k|  52.5 |  1563M |  49 |5362 |  92k|   0 |  36k|  0 | 274k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3226.58/3241.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3226.58/3241.01	c  3241s| 94800 |   168 |  5065k|  52.5 |  1563M |  49 |5362 |  92k|  82k|  36k|  1 | 275k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3229.06/3243.58	c  3244s| 94900 |   162 |  5070k|  52.5 |  1563M |  49 |5362 |  92k|  82k|  36k|  1 | 275k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3235.33/3249.80	c  3250s| 95000 |   164 |  5075k|  52.5 |  1564M |  50 |5362 |  92k|   0 |  36k|  0 | 275k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3238.12/3252.62	c  3253s| 95100 |   162 |  5079k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 276k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3240.52/3255.04	c  3255s| 95200 |   164 |  5084k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 276k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3242.61/3257.14	c  3257s| 95300 |   164 |  5087k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 276k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3244.68/3259.30	c  3259s| 95400 |   161 |  5091k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 276k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3247.58/3262.16	c  3262s| 95500 |   164 |  5097k|  52.5 |  1564M |  50 |5362 |  92k|   0 |  36k|  0 | 277k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3249.96/3264.51	c  3264s| 95600 |   162 |  5101k|  52.5 |  1564M |  50 |5362 |  92k|   0 |  36k|  0 | 277k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3252.95/3267.52	c  3268s| 95700 |   162 |  5107k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 277k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3255.83/3270.45	c  3270s| 95800 |   159 |  5113k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  2 | 278k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3259.53/3274.14	c  3274s| 95900 |   162 |  5121k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 278k|  38 | 0.000000e+00 |      --      |    Inf |   4.45%
3262.20/3276.83	c  3277s| 96000 |   161 |  5125k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 278k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3265.40/3280.03	c  3280s| 96100 |   165 |  5130k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 278k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3268.38/3283.09	c  3283s| 96200 |   159 |  5136k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 279k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3271.65/3286.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3271.65/3286.40	c  3286s| 96300 |   165 |  5143k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 279k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3274.14/3288.88	c  3289s| 96400 |   161 |  5148k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 279k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3276.63/3291.30	c  3291s| 96500 |   165 |  5153k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 280k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3279.22/3293.91	c  3294s| 96600 |   167 |  5158k|  52.5 |  1564M |  50 |5362 |  92k|  82k|  36k|  1 | 280k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3281.50/3296.30	c  3296s| 96700 |   164 |  5163k|  52.5 |  1565M |  50 |5362 |  92k|  82k|  36k|  1 | 280k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3283.90/3298.68	c  3299s| 96800 |   162 |  5168k|  52.5 |  1565M |  50 |5362 |  92k|  82k|  36k|  1 | 280k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3286.40/3301.14	c  3301s| 96900 |   166 |  5172k|  52.5 |  1565M |  50 |5362 |  92k|   0 |  36k|  0 | 281k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3288.68/3303.42	c  3303s| 97000 |   164 |  5176k|  52.5 |  1565M |  50 |5362 |  92k|  82k|  36k|  1 | 281k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3290.57/3305.31	c  3305s| 97100 |   165 |  5178k|  52.5 |  1565M |  50 |5362 |  92k|   0 |  36k|  0 | 281k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3292.86/3307.65	c  3308s| 97200 |   161 |  5183k|  52.5 |  1566M |  50 |5362 |  92k|   0 |  36k|  0 | 281k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3295.65/3310.41	c  3310s| 97300 |   160 |  5189k|  52.5 |  1566M |  50 |5362 |  92k|   0 |  36k|  0 | 282k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3298.14/3312.97	c  3313s| 97400 |   156 |  5194k|  52.5 |  1566M |  50 |5362 |  92k|   0 |  36k|  0 | 282k|  38 | 0.000000e+00 |      --      |    Inf |   4.46%
3301.03/3315.83	c  3316s| 97500 |   164 |  5199k|  52.5 |  1566M |  50 |5362 |  92k|  82k|  36k|  1 | 282k|  38 | 0.000000e+00 |      --      |    Inf |   4.47%
3303.23/3318.07	c  3318s| 97600 |   163 |  5203k|  52.4 |  1566M |  50 |5362 |  92k|  82k|  36k|  1 | 282k|  38 | 0.000000e+00 |      --      |    Inf |   4.47%
3305.33/3320.14	c  3320s| 97700 |   161 |  5206k|  52.4 |  1566M |  50 |5362 |  92k|  82k|  36k|  2 | 283k|  38 | 0.000000e+00 |      --      |    Inf |   4.47%
3307.32/3322.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3307.32/3322.18	c  3322s| 97800 |   162 |  5209k|  52.4 |  1566M |  50 |5362 |  92k|   0 |  36k|  0 | 283k|  38 | 0.000000e+00 |      --      |    Inf |   4.47%
3309.80/3324.66	c  3325s| 97900 |   158 |  5214k|  52.4 |  1566M |  50 |5362 |  92k|  82k|  36k|  1 | 283k|  38 | 0.000000e+00 |      --      |    Inf |   4.47%
3312.08/3326.95	c  3327s| 98000 |   161 |  5218k|  52.4 |  1566M |  50 |5362 |  92k|   0 |  36k|  0 | 283k|  38 | 0.000000e+00 |      --      |    Inf |   4.47%
3314.47/3329.35	c  3329s| 98100 |   160 |  5222k|  52.4 |  1566M |  50 |5362 |  92k|  82k|  36k|  1 | 284k|  38 | 0.000000e+00 |      --      |    Inf |   4.47%
3316.37/3331.23	c  3331s| 98200 |   160 |  5225k|  52.3 |  1566M |  50 |5362 |  92k|  82k|  36k|  1 | 284k|  38 | 0.000000e+00 |      --      |    Inf |   4.47%
3319.17/3334.02	c  3334s| 98300 |   161 |  5230k|  52.3 |  1566M |  50 |5362 |  92k|  82k|  36k|  1 | 284k|  38 | 0.000000e+00 |      --      |    Inf |   4.47%
3321.64/3336.57	c  3337s| 98400 |   170 |  5234k|  52.3 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 284k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3323.93/3338.89	c  3339s| 98500 |   168 |  5238k|  52.3 |  1566M |  50 |5362 |  92k|  82k|  37k|  1 | 285k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3326.23/3341.18	c  3341s| 98600 |   168 |  5242k|  52.3 |  1566M |  50 |5362 |  92k|  82k|  37k|  1 | 285k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3328.01/3342.99	c  3343s| 98700 |   162 |  5245k|  52.3 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 285k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3330.12/3345.06	c  3345s| 98800 |   158 |  5248k|  52.3 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 286k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3332.40/3347.35	c  3347s| 98900 |   161 |  5252k|  52.3 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 286k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3335.20/3350.14	c  3350s| 99000 |   167 |  5257k|  52.3 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 286k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3338.97/3353.92	c  3354s| 99100 |   175 |  5264k|  52.3 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 287k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3341.36/3356.36	c  3356s| 99200 |   174 |  5268k|  52.3 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 287k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3343.75/3358.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3343.75/3358.78	c  3359s| 99300 |   170 |  5273k|  52.3 |  1566M |  50 |5362 |  92k|  82k|  37k|  1 | 287k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3346.54/3361.54	c  3362s| 99400 |   169 |  5278k|  52.3 |  1566M |  50 |5362 |  92k|  82k|  37k|  1 | 287k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3349.43/3364.49	c  3364s| 99500 |   173 |  5284k|  52.3 |  1566M |  50 |5362 |  92k|  82k|  37k|  1 | 287k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3351.72/3366.71	c  3367s| 99600 |   170 |  5288k|  52.3 |  1566M |  50 |5362 |  92k|  82k|  37k|  1 | 288k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3354.31/3369.30	c  3369s| 99700 |   169 |  5293k|  52.2 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 288k|  38 | 0.000000e+00 |      --      |    Inf |   4.48%
3356.90/3371.92	c  3372s| 99800 |   163 |  5298k|  52.2 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 288k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3359.30/3374.33	c  3374s| 99900 |   161 |  5302k|  52.2 |  1566M |  50 |5362 |  92k|  82k|  37k|  1 | 288k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3363.38/3378.47	c  3378s|100000 |   159 |  5306k|  52.2 |  1566M |  50 |5362 |  92k|   0 |  37k|  0 | 289k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3366.08/3381.13	c  3381s|100100 |   152 |  5311k|  52.2 |  1566M |  50 |5362 |  92k|  82k|  37k|  1 | 289k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3368.86/3383.97	c  3384s|100200 |   154 |  5317k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  37k|  1 | 289k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3370.85/3385.95	c  3386s|100300 |   156 |  5320k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  37k|  1 | 289k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3373.24/3388.39	c  3388s|100400 |   153 |  5324k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  37k|  1 | 290k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3375.43/3390.59	c  3391s|100500 |   156 |  5328k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  37k|  1 | 290k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3378.12/3393.25	c  3393s|100600 |   153 |  5333k|  52.2 |  1567M |  50 |5362 |  92k|   0 |  37k|  0 | 290k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3380.93/3396.09	c  3396s|100700 |   161 |  5338k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  37k|  1 | 290k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3384.30/3399.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3384.30/3399.44	c  3399s|100800 |   157 |  5346k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  37k|  1 | 291k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3387.59/3402.72	c  3403s|100900 |   156 |  5353k|  52.2 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 291k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3390.58/3405.70	c  3406s|101000 |   153 |  5358k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 291k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3392.88/3408.09	c  3408s|101100 |   152 |  5361k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 291k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3394.97/3410.14	c  3410s|101200 |   153 |  5365k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 292k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3397.15/3412.31	c  3412s|101300 |   154 |  5369k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 292k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3399.24/3414.46	c  3414s|101400 |   150 |  5373k|  52.2 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 292k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3401.43/3416.65	c  3417s|101500 |   156 |  5377k|  52.2 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 292k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3403.62/3418.84	c  3419s|101600 |   156 |  5382k|  52.1 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 293k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3406.02/3421.22	c  3421s|101700 |   151 |  5387k|  52.1 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 293k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3408.11/3423.36	c  3423s|101800 |   153 |  5392k|  52.1 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 293k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3410.81/3426.02	c  3426s|101900 |   152 |  5397k|  52.1 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 294k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3413.29/3428.53	c  3429s|102000 |   155 |  5402k|  52.1 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 294k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3415.98/3431.26	c  3431s|102100 |   150 |  5407k|  52.1 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 294k|  38 | 0.000000e+00 |      --      |    Inf |   4.49%
3418.97/3434.27	c  3434s|102200 |   152 |  5409k|  52.1 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 295k|  38 | 0.000000e+00 |      --      |    Inf |   4.50%
3421.36/3436.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3421.36/3436.67	c  3437s|102300 |   152 |  5414k|  52.1 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 295k|  38 | 0.000000e+00 |      --      |    Inf |   4.50%
3423.66/3438.96	c  3439s|102400 |   152 |  5418k|  52.1 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 295k|  38 | 0.000000e+00 |      --      |    Inf |   4.50%
3426.35/3441.63	c  3442s|102500 |   160 |  5423k|  52.1 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 295k|  38 | 0.000000e+00 |      --      |    Inf |   4.50%
3428.94/3444.22	c  3444s|102600 |   159 |  5427k|  52.1 |  1567M |  50 |5362 |  92k|  82k|  38k|  0 | 296k|  38 | 0.000000e+00 |      --      |    Inf |   4.50%
3430.84/3446.13	c  3446s|102700 |   161 |  5430k|  52.1 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 296k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3432.62/3447.94	c  3448s|102800 |   156 |  5432k|  52.0 |  1567M |  50 |5362 |  92k|  82k|  38k|  2 | 296k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3434.52/3449.84	c  3450s|102900 |   160 |  5435k|  52.0 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 297k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3436.21/3451.51	c  3451s|103000 |   157 |  5437k|  52.0 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 297k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3438.10/3453.41	c  3453s|103100 |   157 |  5440k|  52.0 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 297k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3440.20/3455.55	c  3456s|103200 |   154 |  5445k|  51.9 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 298k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3442.49/3457.85	c  3458s|103300 |   159 |  5449k|  51.9 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 298k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3444.18/3459.54	c  3460s|103400 |   159 |  5451k|  51.9 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 298k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3446.08/3461.41	c  3461s|103500 |   157 |  5454k|  51.9 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 299k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3447.78/3463.12	c  3463s|103600 |   161 |  5456k|  51.9 |  1567M |  50 |5362 |  92k|  82k|  38k|  1 | 299k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3449.37/3464.79	c  3465s|103700 |   156 |  5458k|  51.8 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 299k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3451.16/3466.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3451.16/3466.58	c  3467s|103800 |   157 |  5460k|  51.8 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 300k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3452.95/3468.35	c  3468s|103900 |   162 |  5463k|  51.8 |  1567M |  50 |5362 |  92k|   0 |  38k|  0 | 300k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3454.66/3470.10	c  3470s|104000 |   156 |  5465k|  51.7 |  1568M |  50 |5362 |  92k|   0 |  38k|  0 | 300k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3456.44/3471.88	c  3472s|104100 |   157 |  5468k|  51.7 |  1568M |  50 |5362 |  92k|  82k|  38k|  1 | 301k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3458.33/3473.77	c  3474s|104200 |   157 |  5471k|  51.7 |  1568M |  50 |5362 |  92k|  82k|  38k|  1 | 301k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3460.43/3475.80	c  3476s|104300 |   154 |  5474k|  51.7 |  1568M |  50 |5362 |  92k|  82k|  38k|  1 | 301k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3462.32/3477.78	c  3478s|104400 |   153 |  5477k|  51.7 |  1568M |  50 |5362 |  92k|  82k|  38k|  1 | 301k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3464.81/3480.27	c  3480s|104500 |   154 |  5482k|  51.7 |  1568M |  50 |5362 |  92k|   0 |  38k|  0 | 302k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3467.30/3482.70	c  3483s|104600 |   151 |  5487k|  51.7 |  1568M |  50 |5362 |  92k|   0 |  38k|  0 | 302k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3469.50/3484.92	c  3485s|104700 |   147 |  5491k|  51.7 |  1568M |  50 |5362 |  92k|   0 |  38k|  0 | 302k|  38 | 0.000000e+00 |      --      |    Inf |   4.51%
3471.49/3487.00	c  3487s|104800 |   153 |  5495k|  51.6 |  1568M |  50 |5362 |  92k|  82k|  38k|  2 | 303k|  38 | 0.000000e+00 |      --      |    Inf |   4.54%
3473.48/3488.91	c  3489s|104900 |   158 |  5497k|  51.6 |  1568M |  50 |5362 |  92k|  82k|  38k|  1 | 303k|  38 | 0.000000e+00 |      --      |    Inf |   4.54%
3475.28/3490.73	c  3491s|105000 |   153 |  5500k|  51.6 |  1568M |  50 |5362 |  92k|  82k|  38k|  1 | 303k|  38 | 0.000000e+00 |      --      |    Inf |   4.54%
3477.07/3492.53	c  3493s|105100 |   151 |  5502k|  51.6 |  1568M |  50 |5362 |  92k|   0 |  38k|  0 | 303k|  38 | 0.000000e+00 |      --      |    Inf |   4.54%
3478.86/3494.31	c  3494s|105200 |   150 |  5505k|  51.5 |  1568M |  50 |5362 |  92k|   0 |  38k|  0 | 304k|  38 | 0.000000e+00 |      --      |    Inf |   4.54%
3480.67/3496.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3480.67/3496.12	c  3496s|105300 |   148 |  5507k|  51.5 |  1568M |  50 |5362 |  92k|   0 |  38k|  0 | 304k|  38 | 0.000000e+00 |      --      |    Inf |   4.55%
3482.56/3498.09	c  3498s|105400 |   153 |  5510k|  51.5 |  1568M |  50 |5362 |  92k|  82k|  39k|  1 | 304k|  38 | 0.000000e+00 |      --      |    Inf |   4.55%
3484.84/3500.31	c  3500s|105500 |   148 |  5514k|  51.5 |  1568M |  50 |5362 |  92k|  82k|  39k|  2 | 304k|  38 | 0.000000e+00 |      --      |    Inf |   4.56%
3489.54/3505.07	c  3505s|105600 |   144 |  5519k|  51.5 |  1568M |  50 |5362 |  92k|   0 |  39k|  0 | 305k|  38 | 0.000000e+00 |      --      |    Inf |   4.56%
3492.42/3507.94	c  3508s|105700 |   147 |  5523k|  51.5 |  1568M |  50 |5362 |  92k|   0 |  39k|  0 | 305k|  38 | 0.000000e+00 |      --      |    Inf |   4.56%
3495.21/3510.73	c  3511s|105800 |   148 |  5527k|  51.5 |  1569M |  50 |5362 |  92k|  82k|  39k|  1 | 305k|  38 | 0.000000e+00 |      --      |    Inf |   4.57%
3497.80/3513.33	c  3513s|105900 |   143 |  5532k|  51.5 |  1569M |  50 |5362 |  92k|  82k|  39k|  1 | 305k|  38 | 0.000000e+00 |      --      |    Inf |   4.57%
3500.00/3515.53	c  3516s|106000 |   146 |  5536k|  51.4 |  1569M |  50 |5362 |  92k|   0 |  39k|  0 | 306k|  38 | 0.000000e+00 |      --      |    Inf |   4.57%
3502.09/3517.68	c  3518s|106100 |   146 |  5539k|  51.4 |  1569M |  50 |5362 |  92k|  82k|  39k|  1 | 306k|  38 | 0.000000e+00 |      --      |    Inf |   4.57%
3504.18/3519.75	c  3520s|106200 |   143 |  5542k|  51.4 |  1569M |  50 |5362 |  92k|   0 |  39k|  0 | 306k|  38 | 0.000000e+00 |      --      |    Inf |   4.58%
3506.59/3522.12	c  3522s|106300 |   151 |  5546k|  51.4 |  1569M |  50 |5362 |  92k|  82k|  39k|  1 | 307k|  38 | 0.000000e+00 |      --      |    Inf |   4.58%
3508.58/3524.18	c  3524s|106400 |   147 |  5549k|  51.4 |  1569M |  50 |5362 |  92k|   0 |  39k|  0 | 307k|  38 | 0.000000e+00 |      --      |    Inf |   4.59%
3510.16/3525.77	c  3526s|106500 |   144 |  5551k|  51.3 |  1569M |  50 |5362 |  92k|   0 |  39k|  0 | 307k|  38 | 0.000000e+00 |      --      |    Inf |   4.59%
3511.96/3527.54	c  3528s|106600 |   143 |  5553k|  51.3 |  1569M |  50 |5362 |  92k|   0 |  39k|  0 | 307k|  38 | 0.000000e+00 |      --      |    Inf |   4.59%
3514.05/3529.62	c  3530s|106700 |   145 |  5557k|  51.3 |  1569M |  50 |5362 |  92k|  82k|  39k|  1 | 308k|  38 | 0.000000e+00 |      --      |    Inf |   4.59%
3516.14/3531.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3516.14/3531.71	c  3532s|106800 |   142 |  5560k|  51.3 |  1569M |  50 |5362 |  92k|  82k|  39k|  1 | 308k|  38 | 0.000000e+00 |      --      |    Inf |   4.59%
3518.34/3533.93	c  3534s|106900 |   141 |  5564k|  51.3 |  1569M |  50 |5362 |  92k|  82k|  39k|  1 | 308k|  38 | 0.000000e+00 |      --      |    Inf |   4.59%
3521.03/3536.64	c  3537s|107000 |   143 |  5569k|  51.3 |  1569M |  50 |5362 |  92k|  82k|  39k|  1 | 309k|  38 | 0.000000e+00 |      --      |    Inf |   4.60%
3523.12/3538.79	c  3539s|107100 |   143 |  5573k|  51.3 |  1569M |  50 |5362 |  92k|  82k|  39k|  1 | 309k|  38 | 0.000000e+00 |      --      |    Inf |   4.60%
3525.71/3541.34	c  3541s|107200 |   141 |  5577k|  51.3 |  1569M |  50 |5362 |  92k|  82k|  40k|  2 | 309k|  38 | 0.000000e+00 |      --      |    Inf |   4.60%
3528.60/3544.30	c  3544s|107300 |   146 |  5583k|  51.3 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 309k|  38 | 0.000000e+00 |      --      |    Inf |   4.60%
3530.89/3546.55	c  3547s|107400 |   148 |  5587k|  51.2 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 310k|  38 | 0.000000e+00 |      --      |    Inf |   4.61%
3533.09/3548.76	c  3549s|107500 |   147 |  5591k|  51.2 |  1569M |  50 |5362 |  92k|  82k|  40k|  2 | 310k|  38 | 0.000000e+00 |      --      |    Inf |   4.61%
3535.39/3551.07	c  3551s|107600 |   145 |  5595k|  51.2 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 310k|  38 | 0.000000e+00 |      --      |    Inf |   4.61%
3537.57/3553.21	c  3553s|107700 |   144 |  5598k|  51.2 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 311k|  38 | 0.000000e+00 |      --      |    Inf |   4.61%
3539.76/3555.46	c  3555s|107800 |   144 |  5602k|  51.2 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 311k|  38 | 0.000000e+00 |      --      |    Inf |   4.61%
3542.06/3557.73	c  3558s|107900 |   145 |  5606k|  51.2 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 311k|  38 | 0.000000e+00 |      --      |    Inf |   4.61%
3544.55/3560.27	c  3560s|108000 |   149 |  5611k|  51.2 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 311k|  38 | 0.000000e+00 |      --      |    Inf |   4.62%
3547.45/3563.12	c  3563s|108100 |   144 |  5616k|  51.2 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 312k|  38 | 0.000000e+00 |      --      |    Inf |   4.63%
3550.23/3565.90	c  3566s|108200 |   146 |  5622k|  51.2 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 312k|  38 | 0.000000e+00 |      --      |    Inf |   4.63%
3552.62/3568.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3552.62/3568.35	c  3568s|108300 |   148 |  5627k|  51.2 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 312k|  38 | 0.000000e+00 |      --      |    Inf |   4.63%
3554.62/3570.32	c  3570s|108400 |   149 |  5630k|  51.2 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 312k|  38 | 0.000000e+00 |      --      |    Inf |   4.63%
3557.33/3573.06	c  3573s|108500 |   150 |  5634k|  51.2 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 313k|  38 | 0.000000e+00 |      --      |    Inf |   4.63%
3559.60/3575.30	c  3575s|108600 |   151 |  5638k|  51.2 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 313k|  38 | 0.000000e+00 |      --      |    Inf |   4.63%
3562.00/3577.70	c  3578s|108700 |   147 |  5642k|  51.1 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 313k|  38 | 0.000000e+00 |      --      |    Inf |   4.63%
3564.49/3580.24	c  3580s|108800 |   148 |  5647k|  51.1 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 314k|  38 | 0.000000e+00 |      --      |    Inf |   4.63%
3566.68/3582.47	c  3582s|108900 |   143 |  5652k|  51.1 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 314k|  38 | 0.000000e+00 |      --      |    Inf |   4.63%
3569.17/3584.95	c  3585s|109000 |   144 |  5657k|  51.1 |  1569M |  50 |5362 |  92k|  82k|  40k|  2 | 314k|  38 | 0.000000e+00 |      --      |    Inf |   4.64%
3571.76/3587.52	c  3587s|109100 |   144 |  5662k|  51.1 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 314k|  38 | 0.000000e+00 |      --      |    Inf |   4.64%
3574.37/3590.14	c  3590s|109200 |   145 |  5667k|  51.1 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 315k|  38 | 0.000000e+00 |      --      |    Inf |   4.64%
3576.75/3592.52	c  3593s|109300 |   143 |  5672k|  51.1 |  1569M |  50 |5362 |  92k|  82k|  40k|  1 | 315k|  38 | 0.000000e+00 |      --      |    Inf |   4.64%
3579.04/3594.87	c  3595s|109400 |   142 |  5677k|  51.1 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 315k|  38 | 0.000000e+00 |      --      |    Inf |   4.64%
3581.14/3596.93	c  3597s|109500 |   143 |  5681k|  51.1 |  1569M |  50 |5362 |  92k|   0 |  40k|  0 | 316k|  38 | 0.000000e+00 |      --      |    Inf |   4.64%
3581.25/3597.01	c 
3581.25/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3581.25/3597.01	c Solving Time (sec) : 3596.99
3581.25/3597.01	c Solving Nodes      : 109505 (total of 110365 nodes in 2 runs)
3581.25/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3581.25/3597.01	c Dual Bound         : +0.00000000000000e+00
3581.25/3597.01	c Gap                : infinite
3581.25/3597.01	s UNKNOWN
3581.25/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3581.25/3597.01	c Total Time         :    3596.99
3581.25/3597.01	c   solving          :    3596.99
3581.25/3597.01	c   presolving       :      19.24 (included in solving)
3581.25/3597.01	c   reading          :       0.38 (included in solving)
3581.25/3597.01	c   copying          :       1.74 (15 #copies) (minimal 0.09, maximal 0.15, average 0.12)
3581.25/3597.01	c Original Problem   :
3581.25/3597.01	c   Problem name     : HOME/instance-4545047-1753233481.opb
3581.25/3597.01	c   Variables        : 5363 (5363 binary, 0 integer, 0 implicit integer, 0 continuous)
3581.25/3597.01	c   Constraints      : 78421 initial, 78421 maximal
3581.25/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3581.25/3597.01	c Presolved Problem  :
3581.25/3597.01	c   Problem name     : t_HOME/instance-4545047-1753233481.opb
3581.25/3597.01	c   Variables        : 5362 (5362 binary, 0 integer, 0 implicit integer, 0 continuous)
3581.25/3597.01	c   Constraints      : 83512 initial, 92355 maximal
3581.25/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3581.25/3597.01	c   Nonzeros         : 264985 constraint, 334484 clique table
3581.25/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3581.25/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   domcol           :       0.07       0.00      2          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   dualsparsify     :       0.56       0.00      1          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   gateextraction   :       0.20       0.00      4          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   milp             :       0.50       0.00      1          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   sparsify         :       0.06       0.00      1          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   trivial          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   dualfix          :       0.00       0.00      7          1          0          0          0          0          0          0          0          0
3581.25/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   probing          :      16.65       0.00      1          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   symmetry         :       0.10       0.00      1          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   vbounds          :       0.02       0.00      3          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   knapsack         :       0.12       0.00     11          0          0          0          0          0       3825       7651         17         55
3581.25/3597.01	c   setppc           :       0.31       0.01     14          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   linear           :       0.36       0.04     12          0          0          0          0          0          1         53        212        636
3581.25/3597.01	c   logicor          :       0.18       0.03     13          0          0          0          0          0        494          0          0        171
3581.25/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   components       :       0.04       0.00      2          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3581.25/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3581.25/3597.01	c   benderslp        :          0          0          0          0      68974          0          0       9331          0          0          0          0          0          0          0
3581.25/3597.01	c   integral         :          0          0          0          0      68974          0          0       9331          0          0          0          0          0          0     137948
3581.25/3597.01	c   knapsack         :         12+        21         11     782943          0          0          0          0     402131        202     174976        141         29          0          0
3581.25/3597.01	c   setppc           :      82216+     82221         22     792791          0          0          0       9326   50560083      44766   19189500          0          0          0          0
3581.25/3597.01	c   linear           :         53+        63         22     748025          0          0          0          3       8732        371    2214973          0          0          0          0
3581.25/3597.01	c   logicor          :       1231+     10063         22     530622          0          0          0          0    1015985      23162     684125         42         24          0          0
3581.25/3597.01	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3581.25/3597.01	c   benderslp        :       0.04       0.00       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00
3581.25/3597.01	c   integral         :     145.18       0.00       0.00       0.00     145.18       0.00       0.00       0.00       0.00       0.00
3581.25/3597.01	c   knapsack         :       7.82       0.00       0.08       7.60       0.00       0.00       0.00       0.00       0.14       0.00
3581.25/3597.01	c   setppc           :     213.39       0.01       0.12     201.22       0.00       0.00       0.00       0.17      11.70       0.17
3581.25/3597.01	c   linear           :       9.11       0.04       0.00       9.04       0.00       0.00       0.00       0.00       0.02       0.00
3581.25/3597.01	c   logicor          :      53.64       0.03       0.01      46.13       0.00       0.00       0.00       0.00       7.47       0.01
3581.25/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3581.25/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3581.25/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3581.25/3597.01	c   components       :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
3581.25/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3581.25/3597.01	c   dualfix          :          2          0          0          0
3581.25/3597.01	c   genvbounds       :          0          0          0          0
3581.25/3597.01	c   nlobbt           :          0          0          0          0
3581.25/3597.01	c   obbt             :          0          0          0          0
3581.25/3597.01	c   probing          :          0          0          0          0
3581.25/3597.01	c   pseudoobj        :          0          0          0          0
3581.25/3597.01	c   redcost          :          0          0          0          0
3581.25/3597.01	c   rootredcost      :          0          0          0          0
3581.25/3597.01	c   symmetry         :          0          0          0          0
3581.25/3597.01	c   vbounds          :     712290          0          0          0
3581.25/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3581.25/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3581.25/3597.01	c   genvbounds       :       0.16       0.00       0.00       0.16       0.00       0.00
3581.25/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3581.25/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3581.25/3597.01	c   probing          :      16.65       0.00      16.65       0.00       0.00       0.00
3581.25/3597.01	c   pseudoobj        :       0.16       0.00       0.00       0.16       0.00       0.00
3581.25/3597.01	c   redcost          :       0.06       0.00       0.00       0.06       0.00       0.00
3581.25/3597.01	c   rootredcost      :       0.07       0.00       0.00       0.07       0.00       0.00
3581.25/3597.01	c   symmetry         :       0.30       0.00       0.10       0.20       0.00       0.00
3581.25/3597.01	c   vbounds          :      35.10       0.00       0.02      35.08       0.00       0.00
3581.25/3597.01	c Symmetry           :
3581.25/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3581.25/3597.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
3581.25/3597.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
3581.25/3597.01	c   shadow tree time :       0.00 s
3581.25/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3581.25/3597.01	c   propagation      :      65.33      68187      67841          -     860541      468.5       8633      162.2          -          -          -
3581.25/3597.01	c   infeasible LP    :       1.76        504        487          -       7024      648.4         14      103.4        433      476.8          0
3581.25/3597.01	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3581.25/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3581.25/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3581.25/3597.01	c   applied globally :      22.08          -          -          0     315685      265.7          -          -        411          -          -
3581.25/3597.01	c   applied locally  :          -          -          -          0         25      932.0          -          -         22          -          -
3581.25/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3581.25/3597.01	c   cut pool         :       3.97          -      14073         42          -          -      28564     122854          -          -          -          -          -    (maximal pool size:       3080)
3581.25/3597.01	c   aggregation      :       3.01       0.00        609         22          0          0          2          0          2          1          0          1          0
3581.25/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          2          1          0          1          -
3581.25/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3581.25/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3581.25/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   clique           :       0.94       0.00         22         22          0          0        203        643          0        277        277          0          0
3581.25/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   gomory           :     412.89       0.00        603         20          0          0      31679     103987       4548      27264      26709        555          0
3581.25/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -      43110       2310       9057       8761        296          -
3581.25/3597.01	c   > strongcg       :          -          -          -          -          -          -          -      60877       2238      18207      17948        259          -
3581.25/3597.01	c   impliedbounds    :       2.57       0.00        609         22          0          0        709      16318          0      11477      11477          0          0
3581.25/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   mcf              :       0.06       0.00          2          2          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   multilinear      :       0.00       0.00       1213         22          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   rapidlearning    :       0.01       0.00          0          0          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   rlt              :       0.00       0.00        314         20          0          0          0          0          0          0          0          0          0
3581.25/3597.01	c   zerohalf         :       7.01       0.00        605         22          0          0       1644       1906       1123       2215       1389        826          0
3581.25/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3581.25/3597.01	c   hybrid           :       0.34       0.00       9821         22      40916        480      87794        428          0       3640
3581.25/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3581.25/3597.01	c   problem variables:       0.00          -          0          0
3581.25/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3581.25/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c   relpscost        :     145.05       0.00      68974          0          0          0          0          0          0     137948
3581.25/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3581.25/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3581.25/3597.01	c   LP solutions     :       0.00          -          -          0          0
3581.25/3597.01	c   relax solutions  :       0.00          -          -          0          0
3581.25/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3581.25/3597.01	c   strong branching :       0.00          -          -          0          0
3581.25/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3581.25/3597.01	c   adaptivediving   :       8.96       0.00         21          0          0
3581.25/3597.01	c   alns             :       5.55       0.00         13          0          0
3581.25/3597.01	c   bound            :       0.00       0.00          0          0          0
3581.25/3597.01	c   clique           :       0.15       0.00          1          0          0
3581.25/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3581.25/3597.01	c   completesol      :       0.00       0.00          0          0          0
3581.25/3597.01	c   conflictdiving   :      25.39       0.00        121          0          0
3581.25/3597.01	c   crossover        :       0.03       0.00          0          0          0
3581.25/3597.01	c   dins             :       0.00       0.00          0          0          0
3581.25/3597.01	c   distributiondivin:      11.71       0.00        121          0          0
3581.25/3597.01	c   dps              :       0.00       0.00          0          0          0
3581.25/3597.01	c   dualval          :       0.00       0.00          0          0          0
3581.25/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3581.25/3597.01	c   feasjump         :       0.10       0.00          2          0          0
3581.25/3597.01	c   feaspump         :      27.55       0.00         23          0          0
3581.25/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3581.25/3597.01	c   fracdiving       :       8.84       0.00        121          0          0
3581.25/3597.01	c   gins             :       0.02       0.00          0          0          0
3581.25/3597.01	c   guideddiving     :       0.00       0.00          0          0          0
3581.25/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3581.25/3597.01	c   indicator        :       0.05       0.00          0          0          0
3581.25/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3581.25/3597.01	c   indoneopt        :       0.06       0.00          0          0          0
3581.25/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3581.25/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3581.25/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3581.25/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3581.25/3597.01	c   linesearchdiving :       2.26       0.00        121          0          0
3581.25/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3581.25/3597.01	c   locks            :       0.07       0.00          1          0          0
3581.25/3597.01	c   lpface           :       1.26       0.00          0          0          0
3581.25/3597.01	c   mpec             :       0.00       0.00          0          0          0
3581.25/3597.01	c   multistart       :       0.00       0.00          0          0          0
3581.25/3597.01	c   mutation         :       0.00       0.00          0          0          0
3581.25/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3581.25/3597.01	c   objpscostdiving  :      50.65       0.00         16          0          0
3581.25/3597.01	c   octane           :       0.00       0.00          0          0          0
3581.25/3597.01	c   ofins            :       0.02       0.00          0          0          0
3581.25/3597.01	c   oneopt           :       0.06       0.00          0          0          0
3581.25/3597.01	c   padm             :       0.00       0.00          0          0          0
3581.25/3597.01	c   proximity        :       0.00       0.00          0          0          0
3581.25/3597.01	c   pscostdiving     :       9.31       0.00        121          0          0
3581.25/3597.01	c   randrounding     :       3.33       0.00       9341          0          0
3581.25/3597.01	c   rens             :       0.64       0.00          2          0          0
3581.25/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3581.25/3597.01	c   repair           :       0.00       0.00          0          0          0
3581.25/3597.01	c   rins             :       0.03       0.00          0          0          0
3581.25/3597.01	c   rootsoldiving    :      21.81       0.00         35          0          0
3581.25/3597.01	c   rounding         :       9.56       0.00       3949          0          0
3581.25/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3581.25/3597.01	c   shiftandpropagate:       0.20       0.00          2          0          0
3581.25/3597.01	c   shifting         :      10.62       0.00       1722          0          0
3581.25/3597.01	c   simplerounding   :       0.05       0.00          0          0          0
3581.25/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3581.25/3597.01	c   subnlp           :       0.08       0.00          0          0          0
3581.25/3597.01	c   trivial          :       0.01       0.00          4          0          0
3581.25/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3581.25/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3581.25/3597.01	c   trysol           :       0.03       0.00          0          0          0
3581.25/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3581.25/3597.01	c   undercover       :       0.00       0.00          0          0          0
3581.25/3597.01	c   vbounds          :       0.26       0.00          2          0          0
3581.25/3597.01	c   veclendiving     :       4.61       0.00        120          0          0
3581.25/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3581.25/3597.01	c   zirounding       :       0.61       0.00       1000          0          0
3581.25/3597.01	c   other solutions  :          -          -          -          0          -
3581.25/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3581.25/3597.01	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.25/3597.01	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.25/3597.01	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.25/3597.01	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.25/3597.01	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.25/3597.01	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.25/3597.01	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3581.25/3597.01	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3581.25/3597.01	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3581.25/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3581.25/3597.01	c   primal LP        :      17.63       2710          0       0.00       0.00      17.63       2710
3581.25/3597.01	c   dual LP          :    1601.90      79295    5280984      66.62    3296.70       0.19         25
3581.25/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3581.25/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3581.25/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3581.25/3597.01	c   diving/probing LP:     144.29       3760     400794     106.59    2777.62
3581.25/3597.01	c   strong branching :      17.17         38      24220     637.37    1410.99          -          -         39
3581.25/3597.01	c     (at root node) :          -         38      24220     637.37          -
3581.25/3597.01	c   conflict analysis:       0.00          0          0       0.00          -
3581.25/3597.01	c B&B Tree           :
3581.25/3597.01	c   number of runs   :          2
3581.25/3597.01	c   nodes            :     109505 (68430 internal, 41075 leaves)
3581.25/3597.01	c   feasible leaves  :          0
3581.25/3597.01	c   infeas. leaves   :      41074
3581.25/3597.01	c   objective leaves :          0
3581.25/3597.01	c   nodes (total)    :     110365 (68974 internal, 41391 leaves)
3581.25/3597.01	c   nodes left       :        142
3581.25/3597.01	c   max depth        :         50
3581.25/3597.01	c   max depth (total):         50
3581.25/3597.01	c   backtracks       :      26548 (24.2%)
3581.25/3597.01	c   early backtracks :          0 (0.0%)
3581.25/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3581.25/3597.01	c   delayed cutoffs  :      27215
3581.25/3597.01	c   repropagations   :     144386 (7221511 domain reductions, 25158 cutoffs)
3581.25/3597.01	c   avg switch length:       4.06
3581.25/3597.01	c   switching time   :     211.99
3581.25/3597.01	c Root Node          :
3581.25/3597.01	c   First LP value   : +0.00000000000000e+00
3581.25/3597.01	c   First LP Iters   :       1198 (9741.34 Iter/sec)
3581.25/3597.01	c   First LP Time    :       0.12
3581.25/3597.01	c   Final Dual Bound : +0.00000000000000e+00
3581.25/3597.01	c   Final Root Iters :      39460
3581.25/3597.01	c   Root LP Estimate : +1.02117386199812e-02
3581.25/3597.01	c Solution           :
3581.25/3597.01	c   Solutions found  :          0 (0 improvements)
3581.25/3597.01	c   Primal Bound     :          -
3581.25/3597.01	c   Dual Bound       : +0.00000000000000e+00
3581.25/3597.01	c   Gap              :   infinite
3581.25/3597.01	c Integrals          :      Total       Avg%
3581.25/3597.01	c   primal-dual      :  359699.44     100.00
3581.25/3597.01	c   primal-ref       :          -          - (not evaluated)
3581.25/3597.01	c   dual-ref         :          -          - (not evaluated)
3581.43/3597.23	c Time complete: 3581.47.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62478 MiB free)
  memory of node 1: 64507 MiB (61531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545047-1753233481/watcher-4545047-1753233481 -o /tmp/evaluation-result-4545047-1753233481/solver-4545047-1753233481 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753233476-160556 --watchdog 3760 pbscip -f HOME/instance-4545047-1753233481.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=160660, runsolver pid=160657

[startup+0.100069 s]*
/proc/loadavg: 1.77 3.06 3.78 5/254 160661
/proc/meminfo: memFree=126969404/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=57108 memory=29568 CPUtime=0.08 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 4451 0 0 0 7 1 0 0 20 0 1 0 239027914 58478592 7392 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 14277 7392 3264 3530 0 5728 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 57108 KiB
Current children cumulated memory: 29568 KiB

[startup+0.214313 s]*
/proc/loadavg: 1.77 3.06 3.78 5/254 160661
/proc/meminfo: memFree=126962348/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=69656 memory=41856 CPUtime=0.19 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 7497 0 0 0 17 2 0 0 20 0 1 0 239027914 71327744 10464 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 17414 10464 3264 3530 0 8865 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 69656 KiB
Current children cumulated memory: 41856 KiB

[startup+0.313186 s]*
/proc/loadavg: 1.77 3.06 3.78 5/254 160661
/proc/meminfo: memFree=126944204/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=80612 memory=52224 CPUtime=0.27 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 10109 0 0 0 24 3 0 0 20 0 1 0 239027914 82546688 13056 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 20153 13056 3264 3530 0 11604 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 80612 KiB
Current children cumulated memory: 52224 KiB

[startup+0.70029 s]
/proc/loadavg: 1.77 3.06 3.78 5/254 160661
/proc/meminfo: memFree=126904136/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=158024 memory=129504 CPUtime=0.62 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 29415 0 0 0 53 9 0 0 20 0 1 0 239027914 161816576 32376 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 39506 32376 3616 3530 0 30957 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 158024 KiB
Current children cumulated memory: 129504 KiB

[startup+1.50021 s]
/proc/loadavg: 1.77 3.06 3.78 5/254 160661
/proc/meminfo: memFree=126823368/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=201980 memory=173644 CPUtime=1.4 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 49259 0 0 0 126 14 0 0 20 0 1 0 239027914 206827520 43411 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 50495 43411 3744 3530 0 41946 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 201980 KiB
Current children cumulated memory: 173644 KiB

[startup+3.10574 s]
/proc/loadavg: 1.77 3.06 3.78 5/253 160675
/proc/meminfo: memFree=126811216/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=221188 memory=192584 CPUtime=2.99 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 55235 0 0 0 284 15 0 0 20 0 1 0 239027914 226496512 48146 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 55297 48146 3776 3530 0 46748 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 221188 KiB
Current children cumulated memory: 192584 KiB

[startup+6.3003 s]
/proc/loadavg: 1.94 3.08 3.78 5/254 160706
/proc/meminfo: memFree=126223152/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=222388 memory=193352 CPUtime=6.17 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 55443 0 0 0 602 15 0 0 20 0 1 0 239027914 227725312 48338 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 55597 48338 3776 3530 0 47048 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 222388 KiB
Current children cumulated memory: 193352 KiB

[startup+12.7003 s]
/proc/loadavg: 2.11 3.09 3.78 5/254 160706
/proc/meminfo: memFree=124117252/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=222388 memory=193352 CPUtime=12.55 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 55445 0 0 0 1240 15 0 0 20 0 1 0 239027914 227725312 48338 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 55597 48338 3776 3530 0 47048 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 222388 KiB
Current children cumulated memory: 193352 KiB

[startup+25.5003 s]
/proc/loadavg: 2.60 3.15 3.79 5/254 160707
/proc/meminfo: memFree=123332052/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=446040 memory=397192 CPUtime=25.3 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 87596 0 0 0 2508 22 0 0 20 0 1 0 239027914 456744960 99298 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 111510 99298 3968 3530 0 102961 0
Current children cumulated CPU time: 25.3 s
Current children cumulated vsize: 446040 KiB
Current children cumulated memory: 397192 KiB

[startup+51.1128 s]
/proc/loadavg: 3.14 3.24 3.80 5/254 160707
/proc/meminfo: memFree=122004780/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=563180 memory=467528 CPUtime=50.83 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 103652 0 0 0 5058 25 0 0 20 0 1 0 239027914 576696320 116882 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 140795 116882 3968 3530 0 132246 0
Current children cumulated CPU time: 50.83 s
Current children cumulated vsize: 563180 KiB
Current children cumulated memory: 467528 KiB

[startup+102.3 s]
/proc/loadavg: 3.75 3.39 3.83 5/254 160709
/proc/meminfo: memFree=119007056/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=711508 memory=583252 CPUtime=101.84 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 148309 0 0 0 10150 34 0 0 20 0 1 0 239027914 728584192 145813 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 177877 145813 4000 3530 0 169328 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 711508 KiB
Current children cumulated memory: 583252 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 3.52 3.84 5/253 160713
/proc/meminfo: memFree=118818164/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=736712 memory=610140 CPUtime=161.64 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 163277 0 0 0 16127 37 0 0 20 0 1 0 239027914 754393088 152535 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 184178 152535 4000 3530 0 175629 0
Current children cumulated CPU time: 161.64 s
Current children cumulated vsize: 736712 KiB
Current children cumulated memory: 610140 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.62 3.86 5/253 160716
/proc/meminfo: memFree=118812644/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=823116 memory=628832 CPUtime=221.44 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 174211 0 0 0 22104 40 0 0 20 0 1 0 239027914 842870784 157208 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 205779 157208 4000 3530 0 197230 0
Current children cumulated CPU time: 221.44 s
Current children cumulated vsize: 823116 KiB
Current children cumulated memory: 628832 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.72 3.88 5/253 160718
/proc/meminfo: memFree=118754692/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=865352 memory=635104 CPUtime=281.25 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 175761 0 0 0 28085 40 0 0 20 0 1 0 239027914 886120448 158776 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 216338 158776 4000 3530 0 207789 0
Current children cumulated CPU time: 281.25 s
Current children cumulated vsize: 865352 KiB
Current children cumulated memory: 635104 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.79 3.90 5/250 160720
/proc/meminfo: memFree=118492416/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=980964 memory=740832 CPUtime=341.04 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 202278 0 0 0 34059 45 0 0 20 0 1 0 239027914 1004507136 185208 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 245241 185208 4000 3530 0 236692 0
Current children cumulated CPU time: 341.04 s
Current children cumulated vsize: 980964 KiB
Current children cumulated memory: 740832 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.85 3.91 5/250 160722
/proc/meminfo: memFree=118438336/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1028676 memory=744544 CPUtime=400.77 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 203189 0 0 0 40032 45 0 0 20 0 1 0 239027914 1053364224 186136 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 257169 186136 4000 3530 0 248620 0
Current children cumulated CPU time: 400.77 s
Current children cumulated vsize: 1028676 KiB
Current children cumulated memory: 744544 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.91 3.93 5/250 160724
/proc/meminfo: memFree=118299060/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1040884 memory=756832 CPUtime=460.48 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 206262 0 0 0 46003 45 0 0 20 0 1 0 239027914 1065865216 189208 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 260221 189208 4000 3530 0 251672 0
Current children cumulated CPU time: 460.48 s

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

/proc/loadavg: 4.15 4.17 4.14 5/250 160864
/proc/meminfo: memFree=114780724/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1180860 CPUtime=3148.24 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 341410 0 0 0 314749 75 0 0 20 0 1 0 239027914 1773789184 295215 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 295215 4000 3530 0 424505 0
Current children cumulated CPU time: 3148.24 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1180860 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.15 4.14 5/250 160866
/proc/meminfo: memFree=114702776/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1180988 CPUtime=3207.96 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 341452 0 0 0 320721 75 0 0 20 0 1 0 239027914 1773789184 295247 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 295247 4000 3530 0 424505 0
Current children cumulated CPU time: 3207.96 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1180988 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.14 4.13 5/249 160868
/proc/meminfo: memFree=114689140/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1181552 CPUtime=3267.67 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 350505 0 0 0 326691 76 0 0 20 0 1 0 239027914 1773789184 295388 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 295388 4000 3530 0 424505 0
Current children cumulated CPU time: 3267.67 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1181552 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.14 4.13 5/249 160870
/proc/meminfo: memFree=114674456/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1182960 CPUtime=3327.42 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 350520 0 0 0 332666 76 0 0 20 0 1 0 239027914 1773789184 295740 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 295740 4000 3530 0 424505 0
Current children cumulated CPU time: 3327.42 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1182960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.13 4.13 5/249 160872
/proc/meminfo: memFree=114675864/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1186544 CPUtime=3387.19 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 350526 0 0 0 338643 76 0 0 20 0 1 0 239027914 1773789184 296636 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 296636 4000 3530 0 424505 0
Current children cumulated CPU time: 3387.19 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1186544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.13 4.13 5/249 160874
/proc/meminfo: memFree=114683364/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1190128 CPUtime=3446.97 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 350534 0 0 0 344621 76 0 0 20 0 1 0 239027914 1773789184 297532 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 297532 4000 3530 0 424505 0
Current children cumulated CPU time: 3446.97 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1190128 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.12 5/249 160876
/proc/meminfo: memFree=114666712/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1202544 CPUtime=3506.77 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 350536 0 0 0 350601 76 0 0 20 0 1 0 239027914 1773789184 300636 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 300636 4000 3530 0 424505 0
Current children cumulated CPU time: 3506.77 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1202544 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/250 160885
/proc/meminfo: memFree=114659488/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1208688 CPUtime=3566.58 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 360535 0 0 0 356580 78 0 0 20 0 1 0 239027914 1773789184 302172 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 302172 4000 3530 0 424505 0
Current children cumulated CPU time: 3566.58 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1208688 KiB

[startup+3597.26 s]
# the end of solver process 160660 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3580.68 s, system=0.824432 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3584 s]*
/proc/loadavg: 4.08 4.11 4.12 5/250 160885
/proc/meminfo: memFree=114658864/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1208688 CPUtime=3568.29 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 360535 0 0 0 356751 78 0 0 20 0 1 0 239027914 1773789184 302172 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 302172 4000 3530 0 424505 0
Current children cumulated CPU time: 3568.29 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1208688 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.12 4.12 5/250 160885
/proc/meminfo: memFree=114659368/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1208688 CPUtime=3574.66 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 360535 0 0 0 357388 78 0 0 20 0 1 0 239027914 1773789184 302172 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 302172 4000 3530 0 424505 0
Current children cumulated CPU time: 3574.66 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1208688 KiB

[startup+3593.6 s]
/proc/loadavg: 4.14 4.12 4.12 4/246 160893
/proc/meminfo: memFree=115060272/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1208688 CPUtime=3577.85 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 360535 0 0 0 357707 78 0 0 20 0 1 0 239027914 1773789184 302172 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 302172 4000 3530 0 424505 0
Current children cumulated CPU time: 3577.85 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1208688 KiB

[startup+3595.2 s]
/proc/loadavg: 4.05 4.11 4.11 5/247 160965
/proc/meminfo: memFree=119774400/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1208688 CPUtime=3579.44 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 360632 0 0 0 357866 78 0 0 20 0 1 0 239027914 1773789184 302172 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 302172 4000 3530 0 424505 0
Current children cumulated CPU time: 3579.44 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1208688 KiB

[startup+3596 s]*
/proc/loadavg: 4.05 4.11 4.11 5/250 160975
/proc/meminfo: memFree=119468660/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1208688 CPUtime=3580.25 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 360640 0 0 0 357947 78 0 0 20 0 1 0 239027914 1773789184 302172 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 302172 4000 3530 0 424505 0
Current children cumulated CPU time: 3580.25 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1208688 KiB

[startup+3596.8 s]
/proc/loadavg: 4.05 4.11 4.11 5/250 160975
/proc/meminfo: memFree=119468660/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1732216 memory=1208688 CPUtime=3581.04 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 360640 0 0 0 358026 78 0 0 20 0 1 0 239027914 1773789184 302172 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 433054 302172 4000 3530 0 424505 0
Current children cumulated CPU time: 3581.04 s
Current children cumulated vsize: 1732216 KiB
Current children cumulated memory: 1208688 KiB

[startup+3597.2 s]
/proc/loadavg: 4.05 4.11 4.11 5/250 160975
/proc/meminfo: memFree=118763288/131382112 swapFree=33010160/33010684
[pid=160660] ppid=160657 vsize=1718780 memory=1195264 CPUtime=3581.43 cores=4,6
/proc/160660/stat : 160660 (pbscip) R 160657 160660 160545 0 -1 4194304 360642 0 0 0 358065 78 0 0 20 0 1 0 239027914 1760030720 298816 18446744073709551615 4235264 18693293 140736736824176 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 31547392 140736736827783 140736736827882 140736736827882 140736736833486 0
/proc/160660/statm: 429695 298816 4000 3530 0 421146 0
Current children cumulated CPU time: 3581.43 s
Current children cumulated vsize: 1718780 KiB
Current children cumulated memory: 1195264 KiB

Child status: 0

Real time (s): 3597.26
CPU time (s): 3581.51
CPU user time (s): 3580.68
CPU system time (s): 0.824432
CPU usage (%): 99.562
Max. virtual memory (cumulated for all children) (KiB): 1774740
Max. memory (cumulated for all children) (KiB): 1248496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.68
system time used= 0.824432
maximum resident set size= 1248496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360663
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= 114
involuntary context switches= 2846


# summary of solver processes directly reported to runsolver:
#   pid: 160660
#   total CPU time (s): 3581.51
#   total CPU user time (s): 3580.68
#   total CPU system time (s): 0.824432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5612 second user time and 34.5164 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 03:18:01
IDJOB=4545047
IDBENCH=180696
IDSOLVER=3365
FILE ID=nodeC009/4545047-1753233481
RUNJOBID= nodeC009-1753233476-160556
SLURM_JOB_ID= 9687848
Free space on /tmp= 432220 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545047-1753233481/watcher-4545047-1753233481 -o /tmp/evaluation-result-4545047-1753233481/solver-4545047-1753233481 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753233476-160556 --watchdog 3760  pbscip -f HOME/instance-4545047-1753233481.opb -t 3600 -j 2 -m 31000

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=745345200

nodeC009 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.925
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3584.596
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.525
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.247
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.927
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.392
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126985972 kB
MemAvailable:   128294864 kB
Buffers:            2144 kB
Cached:          2025632 kB
SwapCached:           24 kB
Active:          2675948 kB
Inactive:         888280 kB
Active(anon):    1558504 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):   884200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             97540 kB
Writeback:             0 kB
AnonPages:       1539572 kB
Mapped:           140848 kB
Shmem:             26128 kB
KReclaimable:     293368 kB
Slab:             386684 kB
SReclaimable:     293368 kB
SUnreclaim:        93316 kB
KernelStack:        4096 kB
PageTables:         6296 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1919996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432172 MiB
End job on nodeC009 at 2025-07-23 04:17:59