Trace number 4514708

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-07UNSAT 157.14 157.65

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-7_7_15.opb
MD5SUM69d753b56eddf687e2d1b1391a40f474
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.04864
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables506
Total number of constraints2337
Number of constraints which are clauses2332
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4514708-1751227955.opb>
0.00/0.03	c original problem has 506 variables (506 bin, 0 int, 0 impl, 0 cont) and 2337 constraints
0.00/0.03	c problem read in 0.01
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.04	c presolving:
0.00/0.04	c (round 1, fast)       4 del vars, 4 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 860 clqs
0.00/0.04	c (round 2, fast)       6 del vars, 180 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 940 clqs
0.00/0.04	c (round 3, fast)       7 del vars, 187 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 940 clqs
0.00/0.05	c    (0.0s) running MILP presolver
0.00/0.06	c    (0.0s) MILP presolver found nothing
0.00/0.08	c (round 4, exhaustive) 7 del vars, 187 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 2149 upgd conss, 0 impls, 940 clqs
0.19/0.24	c    (0.2s) probing: 457/500 (91.4%) - 0 fixings, 0 aggregations, 80 implications, 0 bound changes
0.19/0.24	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.19/0.26	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.19/0.28	c    (0.3s) symmetry computation finished: 11 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
0.19/0.28	c dynamic symmetry handling statistics:
0.19/0.28	c    orbitopal reduction:       no components
0.19/0.28	c    orbital reduction:         no components
0.19/0.28	c    lexicographic reduction:   11 permutations with support sizes 42, 44, 44, 44, 44, 44, 44, 44, 44, 44, 22
0.19/0.28	c handled 11 out of 11 symmetry components
0.19/0.29	c presolving (5 rounds: 5 fast, 2 medium, 2 exhaustive):
0.19/0.29	c  7 deleted vars, 187 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.29	c  0 implications, 1020 cliques
0.19/0.29	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 2150 constraints
0.19/0.29	c       1 constraints of type <knapsack>
0.19/0.29	c     940 constraints of type <setppc>
0.19/0.29	c       1 constraints of type <linear>
0.19/0.29	c    1208 constraints of type <logicor>
0.19/0.29	c transformed objective value is always integral (scale: 1)
0.19/0.29	c Presolving Time: 0.25
0.19/0.29	c - non default parameters ----------------------------------------------------------------------
0.19/0.29	c # SCIP version 10.0.0
0.19/0.29	c 
0.19/0.29	c # maximal time in seconds to run
0.19/0.29	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.19/0.29	c limits/time = 3596.994132
0.19/0.29	c 
0.19/0.29	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.29	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.19/0.29	c limits/memory = 27900
0.19/0.29	c 
0.19/0.29	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
0.19/0.29	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
0.19/0.29	c limits/solutions = 1
0.19/0.29	c 
0.19/0.29	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.
0.19/0.29	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
0.19/0.29	c misc/usesymmetry = 3
0.19/0.29	c 
0.19/0.29	c # belongs reading time to solving time?
0.19/0.29	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.19/0.29	c timing/reading = TRUE
0.19/0.29	c 
0.19/0.29	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
0.19/0.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.19/0.29	c propagating/symmetry/detectdoublelex = FALSE
0.19/0.29	c 
0.19/0.29	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
0.19/0.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.19/0.29	c propagating/symmetry/detectsubgroups = FALSE
0.19/0.29	c 
0.19/0.29	c # Type of symmetries that shall be computed?
0.19/0.29	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
0.19/0.29	c propagating/symmetry/symtype = 1
0.19/0.29	c 
0.19/0.29	c # Should components consisting of a single full reflection be handled?
0.19/0.29	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
0.19/0.29	c propagating/symmetry/usesimplesgncomp = FALSE
0.19/0.29	c 
0.19/0.29	c -----------------------------------------------------------------------------------------------
0.19/0.29	c start solving
0.19/0.29	c 
0.28/0.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.28/0.39	c   0.4s|     1 |     0 |   681 |     - |    17M |   0 | 500 |2204 |2150 |   0 |  0 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.65/1.75	c   1.7s|     1 |     0 |  8837 |     - |    21M |   0 | 500 |2404 |2156 |   6 |  1 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.75/1.87	c   1.9s|     1 |     0 |  9173 |     - |    26M |   0 | 500 |2409 |2163 |  13 |  2 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.85/1.95	c   1.9s|     1 |     0 |  9410 |     - |    29M |   0 | 500 |2415 |2168 |  18 |  3 |  64 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.96/2.01	c   2.0s|     1 |     0 |  9541 |     - |    34M |   0 | 500 |2422 |2172 |  22 |  4 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.96/2.07	c   2.1s|     1 |     0 |  9675 |     - |    39M |   0 | 500 |2424 |2178 |  28 |  5 |  73 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.05/2.14	c   2.1s|     1 |     0 |  9807 |     - |    41M |   0 | 500 |2430 |2185 |  35 |  6 |  79 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.05/2.19	c   2.2s|     1 |     0 |  9911 |     - |    46M |   0 | 500 |2430 |2190 |  40 |  7 |  79 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.15/2.26	c   2.2s|     1 |     0 | 10101 |     - |    51M |   0 | 500 |2437 |2196 |  46 |  8 |  86 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.25/2.35	c   2.3s|     1 |     0 | 10308 |     - |    55M |   0 | 500 |2437 |2199 |  49 |  9 |  86 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.34/2.43	c   2.4s|     1 |     0 | 10401 |     - |    66M |   0 | 500 |2438 |2205 |  55 | 10 |  87 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.34/2.45	c   2.4s|     1 |     0 | 10459 |     - |    66M |   0 | 500 |2439 |2207 |  57 | 11 |  88 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2.84/2.90	c   2.9s|     1 |     2 | 11426 |     - |    66M |   0 | 500 |2449 |2207 |  57 | 11 |  98 |  11 | 0.000000e+00 |      --      |    Inf | unknown
5.84/5.99	c   6.0s|   100 |    43 | 45728 | 356.3 |    68M |  20 | 500 |2696 |2185 |  96 |  1 | 387 |  11 | 0.000000e+00 |      --      |    Inf |   0.60%
6.44/6.57	c   6.6s|   200 |    43 | 52552 | 211.5 |    68M |  20 | 500 |2822 |   0 |  97 |  0 | 536 |  11 | 0.000000e+00 |      --      |    Inf |   0.65%
7.43/7.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.43/7.55	c   7.5s|   300 |    49 | 61319 | 170.1 |    69M |  20 | 500 |3014 |2182 | 135 |  0 | 759 |  11 | 0.000000e+00 |      --      |    Inf |   1.17%
8.53/8.66	c   8.6s|   400 |    59 | 73636 | 158.3 |    76M |  20 | 500 |3141 |   0 | 206 |  0 | 949 |  11 | 0.000000e+00 |      --      |    Inf |   1.79%
9.04/9.12	c   9.1s|   500 |    57 | 81184 | 141.7 |    79M |  20 | 500 |3234 |2194 | 249 |  1 |1100 |  11 | 0.000000e+00 |      --      |    Inf |   2.09%
10.52/10.63	c  10.6s|   600 |    70 | 94835 | 140.9 |    88M |  20 | 500 |3318 |2185 | 340 |  1 |1280 |  11 | 0.000000e+00 |      --      |    Inf |   2.88%
11.32/11.44	c  11.4s|   700 |    71 |103915 | 133.7 |    88M |  20 | 500 |3364 |2185 | 384 |  1 |1395 |  11 | 0.000000e+00 |      --      |    Inf |   3.44%
11.93/12.08	c  12.1s|   800 |    68 |109857 | 124.4 |    89M |  20 | 500 |3482 |2178 | 452 |  1 |1562 |  11 | 0.000000e+00 |      --      |    Inf |   4.14%
12.81/12.95	c  12.9s|   900 |    67 |117734 | 119.3 |    89M |  20 | 500 |3573 |2191 | 529 |  1 |1725 |  11 | 0.000000e+00 |      --      |    Inf |   4.99%
14.31/14.47	c  14.5s|  1000 |    77 |131615 | 121.3 |    90M |  20 | 500 |3594 |   0 | 626 |  0 |1884 |  11 | 0.000000e+00 |      --      |    Inf |   6.65%
15.20/15.33	c  15.3s|  1100 |    73 |140582 | 118.4 |    90M |  20 | 500 |3636 |2187 | 733 |  1 |2028 |  11 | 0.000000e+00 |      --      |    Inf |   9.32%
16.40/16.54	c  16.5s|  1200 |    78 |151995 | 118.0 |    90M |  20 | 500 |3691 |2191 | 837 |  1 |2156 |  11 | 0.000000e+00 |      --      |    Inf |  10.08%
17.02/17.16	c  17.1s|  1300 |    86 |160147 | 115.2 |    90M |  20 | 500 |3723 |2192 | 867 |  1 |2308 |  11 | 0.000000e+00 |      --      |    Inf |  10.22%
17.02/17.18	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
17.02/17.18	c (run 1, node 1310) performing user restart
17.02/17.18	c 
17.02/17.18	c (restart) converted 28 cuts from the global cut pool into linear constraints
17.02/17.18	c 
17.10/17.20	c presolving:
17.10/17.21	c (round 1, fast)       0 del vars, 4 del conss, 0 add conss, 0 chg bounds, 2 chg sides, 51 chg coeffs, 0 upgd conss, 0 impls, 1033 clqs
17.10/17.22	c (round 2, exhaustive) 0 del vars, 7 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 55 chg coeffs, 0 upgd conss, 0 impls, 1033 clqs
17.10/17.22	c (round 3, exhaustive) 0 del vars, 7 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 59 chg coeffs, 225 upgd conss, 0 impls, 1033 clqs
17.10/17.22	c (round 4, exhaustive) 0 del vars, 36 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 63 chg coeffs, 225 upgd conss, 0 impls, 1033 clqs
17.10/17.24	c (round 5, exhaustive) 0 del vars, 121 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 1547 chg coeffs, 225 upgd conss, 0 impls, 1033 clqs
17.10/17.26	c (round 6, exhaustive) 0 del vars, 126 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 1550 chg coeffs, 225 upgd conss, 0 impls, 1033 clqs
17.10/17.26	c (round 7, exhaustive) 0 del vars, 126 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 1842 chg coeffs, 225 upgd conss, 0 impls, 1033 clqs
17.10/17.28	c presolving (8 rounds: 8 fast, 7 medium, 7 exhaustive):
17.10/17.28	c  0 deleted vars, 126 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3 changed sides, 1844 changed coefficients
17.10/17.28	c  0 implications, 1033 cliques
17.10/17.28	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 3643 constraints
17.10/17.28	c      80 constraints of type <knapsack>
17.10/17.28	c     924 constraints of type <setppc>
17.10/17.28	c      29 constraints of type <linear>
17.10/17.28	c    2610 constraints of type <logicor>
17.10/17.28	c transformed objective value is always integral (scale: 1)
17.10/17.28	c Presolving Time: 0.33
17.10/17.28	c 
17.20/17.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.20/17.34	c  17.3s|     1 |     0 |161381 |     - |    90M |   0 | 500 |3653 |2149 |   0 |  0 |2341 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.63	c  17.6s|     1 |     0 |161465 |     - |    90M |   0 | 500 |3686 |2155 |   6 |  1 |2347 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.50/17.68	c  17.7s|     1 |     0 |161524 |     - |    92M |   0 | 500 |3686 |2158 |   9 |  2 |2347 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.60/17.74	c  17.7s|     1 |     0 |161576 |     - |    95M |   0 | 500 |3688 |2163 |  14 |  3 |2349 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.81	c  17.8s|     1 |     0 |161662 |     - |    96M |   0 | 500 |3696 |2167 |  18 |  4 |2357 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.70/17.88	c  17.9s|     1 |     0 |161762 |     - |    97M |   0 | 500 |3702 |2175 |  26 |  5 |2363 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.80/17.97	c  18.0s|     1 |     0 |161853 |     - |   100M |   0 | 500 |3703 |2179 |  30 |  6 |2364 |  11 | 0.000000e+00 |      --      |    Inf | unknown
17.91/18.06	c  18.0s|     1 |     0 |161944 |     - |   104M |   0 | 500 |3706 |2184 |  35 |  7 |2367 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.01/18.17	c  18.2s|     1 |     0 |162035 |     - |   108M |   0 | 500 |3713 |2188 |  39 |  8 |2374 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.10/18.24	c  18.2s|     1 |     0 |162113 |     - |   109M |   0 | 500 |3719 |2192 |  43 |  9 |2380 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.20/18.33	c  18.3s|     1 |     0 |162150 |     - |   110M |   0 | 500 |3723 |2193 |  44 | 10 |2384 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.20/18.36	c  18.3s|     1 |     0 |162208 |     - |   110M |   0 | 500 |3730 |2196 |  47 | 11 |2391 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.49/18.65	c  18.6s|     1 |     2 |163149 |     - |   110M |   0 | 500 |3736 |2196 |  47 | 11 |2402 |  22 | 0.000000e+00 |      --      |    Inf | unknown
19.49/19.61	c  19.6s|   100 |    22 |172258 | 113.7 |   112M |  20 | 500 |3812 |2157 |  55 |  1 |2531 |  22 | 0.000000e+00 |      --      |    Inf | unknown
20.59/20.70	c  20.7s|   200 |    26 |189340 | 117.4 |   112M |  20 | 500 |3869 |2160 |  66 |  1 |2683 |  22 | 0.000000e+00 |      --      |    Inf | unknown
21.29/21.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
21.29/21.41	c  21.4s|   300 |    26 |197935 | 115.5 |   112M |  20 | 500 |3827 |2157 |  81 |  0 |2801 |  22 | 0.000000e+00 |      --      |    Inf |   2.15%
21.90/22.06	c  22.0s|   400 |    39 |207875 | 114.5 |   116M |  20 | 500 |3869 |   0 | 121 |  0 |2958 |  22 | 0.000000e+00 |      --      |    Inf |   5.49%
22.28/22.48	c  22.5s|   500 |    28 |216636 | 113.1 |   117M |  20 | 500 |3963 |2160 | 131 |  0 |3127 |  22 | 0.000000e+00 |      --      |    Inf |   5.70%
22.78/22.97	c  23.0s|   600 |    31 |225510 | 111.8 |   117M |  20 | 500 |4001 |   0 | 155 |  0 |3251 |  22 | 0.000000e+00 |      --      |    Inf |   5.85%
23.48/23.62	c  23.6s|   700 |    32 |234816 | 110.8 |   117M |  20 | 500 |3960 |2163 | 195 |  1 |3350 |  22 | 0.000000e+00 |      --      |    Inf |   6.13%
24.68/24.86	c  24.8s|   800 |    44 |250549 | 113.1 |   119M |  20 | 500 |3999 |2164 | 244 |  1 |3504 |  22 | 0.000000e+00 |      --      |    Inf |   6.33%
25.28/25.48	c  25.5s|   900 |    52 |261052 | 112.7 |   121M |  20 | 500 |4064 |2163 | 274 |  0 |3632 |  22 | 0.000000e+00 |      --      |    Inf |   6.45%
25.78/25.92	c  25.9s|  1000 |    50 |269842 | 111.6 |   122M |  20 | 500 |4121 |   0 | 282 |  0 |3776 |  22 | 0.000000e+00 |      --      |    Inf |   6.54%
26.18/26.32	c  26.3s|  1100 |    51 |278071 | 110.4 |   122M |  20 | 500 |4161 |2163 | 282 |  1 |3908 |  22 | 0.000000e+00 |      --      |    Inf |   6.62%
26.68/26.82	c  26.8s|  1200 |    42 |287194 | 109.6 |   122M |  20 | 500 |4230 |   0 | 285 |  0 |4060 |  22 | 0.000000e+00 |      --      |    Inf |   6.88%
27.67/27.82	c  27.8s|  1300 |    60 |299642 | 110.2 |   124M |  20 | 500 |4274 |2165 | 357 |  1 |4208 |  22 | 0.000000e+00 |      --      |    Inf |   6.99%
27.99/28.19	c  28.2s|  1400 |    52 |308157 | 109.3 |   124M |  20 | 500 |4350 |2165 | 357 |  0 |4346 |  22 | 0.000000e+00 |      --      |    Inf |   7.06%
28.57/28.77	c  28.8s|  1500 |    58 |317416 | 108.7 |   125M |  20 | 500 |4407 |2165 | 365 |  1 |4486 |  22 | 0.000000e+00 |      --      |    Inf |   7.16%
28.98/29.11	c  29.1s|  1600 |    50 |324972 | 107.5 |   125M |  20 | 500 |4451 |   0 | 365 |  0 |4601 |  22 | 0.000000e+00 |      --      |    Inf |   7.27%
29.97/30.17	c  30.2s|  1700 |    60 |340029 | 109.0 |   125M |  20 | 500 |4416 |2164 | 376 |  0 |4753 |  22 | 0.000000e+00 |      --      |    Inf |   7.53%
30.56/30.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
30.56/30.74	c  30.7s|  1800 |    66 |349973 | 108.7 |   125M |  20 | 500 |4470 |2164 | 430 |  1 |4870 |  22 | 0.000000e+00 |      --      |    Inf |   7.73%
31.06/31.20	c  31.2s|  1900 |    60 |359117 | 108.1 |   125M |  20 | 500 |4557 |   0 | 446 |  0 |5022 |  22 | 0.000000e+00 |      --      |    Inf |   7.90%
31.75/31.94	c  31.9s|  2000 |    63 |370246 | 108.2 |   125M |  20 | 500 |4620 |2161 | 470 |  0 |5156 |  22 | 0.000000e+00 |      --      |    Inf |   8.06%
32.15/32.34	c  32.3s|  2100 |    70 |378608 | 107.5 |   125M |  20 | 500 |4710 |2165 | 488 |  1 |5294 |  22 | 0.000000e+00 |      --      |    Inf |   8.11%
32.45/32.67	c  32.7s|  2200 |    67 |385953 | 106.5 |   125M |  20 | 500 |4821 |2165 | 488 |  1 |5451 |  22 | 0.000000e+00 |      --      |    Inf |   8.17%
32.86/33.02	c  33.0s|  2300 |    61 |393661 | 105.7 |   125M |  20 | 500 |4895 |2161 | 488 |  0 |5591 |  22 | 0.000000e+00 |      --      |    Inf |   8.22%
33.25/33.49	c  33.5s|  2400 |    63 |401673 | 105.0 |   125M |  20 | 500 |4931 |   0 | 515 |  0 |5728 |  22 | 0.000000e+00 |      --      |    Inf |   8.30%
35.25/35.46	c  35.4s|  2500 |    85 |419715 | 107.0 |   128M |  20 | 500 |4633 |   0 | 596 |  0 |5870 |  22 | 0.000000e+00 |      --      |    Inf |   9.02%
35.65/35.87	c  35.9s|  2600 |    85 |429033 | 106.7 |   128M |  20 | 500 |4630 |2164 | 596 |  0 |6004 |  22 | 0.000000e+00 |      --      |    Inf |   9.12%
36.15/36.32	c  36.3s|  2700 |    80 |438236 | 106.3 |   128M |  20 | 500 |4574 |2165 | 596 |  1 |6169 |  22 | 0.000000e+00 |      --      |    Inf |   9.30%
36.86/37.04	c  37.0s|  2800 |    77 |448059 | 106.1 |   128M |  20 | 500 |4507 |   0 | 622 |  0 |6276 |  22 | 0.000000e+00 |      --      |    Inf |   9.62%
37.44/37.64	c  37.6s|  2900 |    78 |456094 | 105.5 |   129M |  20 | 500 |4496 |   0 | 652 |  0 |6378 |  22 | 0.000000e+00 |      --      |    Inf |   9.78%
37.85/38.08	c  38.1s|  3000 |    80 |463756 | 104.8 |   129M |  20 | 500 |4560 |2163 | 677 |  0 |6503 |  22 | 0.000000e+00 |      --      |    Inf |   9.90%
38.34/38.53	c  38.5s|  3100 |    75 |473027 | 104.5 |   129M |  20 | 500 |4569 |2163 | 690 |  1 |6635 |  22 | 0.000000e+00 |      --      |    Inf |  10.28%
39.95/40.17	c  40.2s|  3200 |    77 |489511 | 105.9 |   129M |  20 | 500 |4485 |   0 | 730 |  0 |6749 |  22 | 0.000000e+00 |      --      |    Inf |  13.66%
40.63/40.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
40.63/40.89	c  40.9s|  3300 |    84 |499869 | 105.8 |   129M |  20 | 500 |4379 |   0 | 810 |  0 |6867 |  22 | 0.000000e+00 |      --      |    Inf |  14.26%
41.13/41.32	c  41.3s|  3400 |    81 |507075 | 105.1 |   129M |  20 | 500 |4454 |2170 | 828 |  2 |7089 |  22 | 0.000000e+00 |      --      |    Inf |  14.52%
41.53/41.76	c  41.7s|  3500 |    81 |515455 | 104.7 |   129M |  20 | 500 |4461 |   0 | 837 |  0 |7241 |  22 | 0.000000e+00 |      --      |    Inf |  14.67%
42.03/42.22	c  42.2s|  3600 |    81 |524098 | 104.3 |   129M |  20 | 500 |4410 |   0 | 864 |  0 |7368 |  22 | 0.000000e+00 |      --      |    Inf |  15.05%
42.33/42.58	c  42.6s|  3700 |    78 |531307 | 103.7 |   129M |  20 | 500 |4461 |2165 | 864 |  1 |7517 |  22 | 0.000000e+00 |      --      |    Inf |  15.11%
43.12/43.37	c  43.4s|  3800 |    81 |542411 | 103.8 |   129M |  20 | 500 |4396 |2162 | 879 |  0 |7693 |  22 | 0.000000e+00 |      --      |    Inf |  15.20%
43.72/43.94	c  43.9s|  3900 |    80 |551767 | 103.6 |   130M |  20 | 500 |4432 |2165 | 927 |  1 |7840 |  22 | 0.000000e+00 |      --      |    Inf |  15.56%
44.22/44.43	c  44.4s|  4000 |    77 |560033 | 103.2 |   130M |  20 | 500 |4447 |2158 | 952 |  1 |7963 |  22 | 0.000000e+00 |      --      |    Inf |  15.71%
44.62/44.87	c  44.9s|  4100 |    75 |568878 | 102.9 |   130M |  20 | 500 |4527 |2167 | 971 |  0 |8115 |  22 | 0.000000e+00 |      --      |    Inf |  15.92%
45.32/45.51	c  45.5s|  4200 |    79 |577823 | 102.7 |   130M |  20 | 500 |4381 |2158 |1010 |  1 |8257 |  22 | 0.000000e+00 |      --      |    Inf |  16.19%
45.72/45.96	c  45.9s|  4300 |    76 |586470 | 102.4 |   130M |  20 | 500 |4386 |2167 |1029 |  0 |8411 |  22 | 0.000000e+00 |      --      |    Inf |  16.35%
46.51/46.70	c  46.7s|  4400 |    80 |596811 | 102.4 |   131M |  20 | 500 |4314 |2167 |1086 |  1 |8541 |  22 | 0.000000e+00 |      --      |    Inf |  16.60%
46.92/47.13	c  47.1s|  4500 |    74 |604537 | 102.0 |   131M |  20 | 500 |4244 |2167 |1113 |  1 |8654 |  22 | 0.000000e+00 |      --      |    Inf |  17.17%
47.61/47.84	c  47.8s|  4600 |    76 |614337 | 101.9 |   131M |  20 | 500 |4248 |2163 |1144 |  1 |8775 |  22 | 0.000000e+00 |      --      |    Inf |  20.46%
48.21/48.46	c  48.4s|  4700 |    74 |624838 | 102.0 |   131M |  20 | 500 |4320 |2163 |1186 |  0 |8908 |  22 | 0.000000e+00 |      --      |    Inf |  20.69%
49.01/49.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
49.01/49.27	c  49.3s|  4800 |    72 |635539 | 102.0 |   131M |  20 | 500 |4240 |2163 |1217 |  1 |9067 |  22 | 0.000000e+00 |      --      |    Inf |  21.32%
49.82/50.08	c  50.1s|  4900 |    68 |645730 | 102.0 |   131M |  20 | 500 |4121 |2164 |1231 |  0 |9191 |  22 | 0.000000e+00 |      --      |    Inf |  24.65%
50.40/50.63	c  50.6s|  5000 |    67 |655742 | 102.0 |   131M |  20 | 500 |4129 |2163 |1261 |  1 |9290 |  22 | 0.000000e+00 |      --      |    Inf |  24.85%
51.10/51.33	c  51.3s|  5100 |    67 |666584 | 102.1 |   131M |  20 | 500 |4095 |2167 |1335 |  0 |9425 |  22 | 0.000000e+00 |      --      |    Inf |  25.23%
51.81/52.08	c  52.1s|  5200 |    73 |677108 | 102.2 |   131M |  20 | 500 |4134 |2166 |1376 |  0 |9564 |  22 | 0.000000e+00 |      --      |    Inf |  25.38%
52.20/52.47	c  52.5s|  5300 |    66 |685261 | 101.9 |   131M |  20 | 500 |4210 |   0 |1376 |  0 |9715 |  22 | 0.000000e+00 |      --      |    Inf |  25.53%
52.91/53.13	c  53.1s|  5400 |    69 |694767 | 101.8 |   131M |  20 | 500 |4260 |   0 |1432 |  0 |9864 |  22 | 0.000000e+00 |      --      |    Inf |  25.66%
53.39/53.65	c  53.6s|  5500 |    69 |704052 | 101.6 |   131M |  20 | 500 |4275 |2167 |1471 |  0 |9994 |  22 | 0.000000e+00 |      --      |    Inf |  25.86%
53.90/54.18	c  54.2s|  5600 |    62 |713716 | 101.5 |   131M |  20 | 500 |4270 |   0 |1506 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  26.22%
54.69/54.91	c  54.9s|  5700 |    62 |724534 | 101.6 |   131M |  20 | 500 |4226 |2166 |1562 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  26.67%
55.59/55.89	c  55.9s|  5800 |    66 |739099 | 102.3 |   131M |  20 | 500 |4086 |2161 |1585 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.24%
56.08/56.35	c  56.3s|  5900 |    61 |747764 | 102.0 |   131M |  20 | 500 |4089 |2159 |1610 |  0 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  28.64%
56.89/57.16	c  57.1s|  6000 |    61 |759086 | 102.2 |   131M |  20 | 500 |3967 |2166 |1660 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.21%
57.58/57.89	c  57.9s|  6100 |    70 |769450 | 102.2 |   132M |  20 | 500 |3932 |2164 |1735 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.62%
58.08/58.32	c  58.3s|  6200 |    70 |778425 | 102.1 |   132M |  20 | 500 |4022 |2167 |1750 |  1 |  10k|  22 | 0.000000e+00 |      --      |    Inf |  30.73%
58.48/58.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
58.48/58.77	c  58.8s|  6300 |    64 |788018 | 102.0 |   132M |  20 | 500 |4132 |2164 |1750 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  30.81%
59.08/59.39	c  59.4s|  6400 |    64 |798020 | 101.9 |   132M |  20 | 500 |4143 |2162 |1770 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  31.32%
59.67/59.93	c  59.9s|  6500 |    60 |807758 | 101.9 |   132M |  20 | 500 |4105 |   0 |1798 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.24%
60.17/60.47	c  60.5s|  6600 |    60 |818275 | 101.9 |   132M |  20 | 500 |4140 |2166 |1839 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.39%
60.67/60.98	c  61.0s|  6700 |    65 |826460 | 101.7 |   132M |  20 | 500 |4228 |2172 |1855 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.45%
61.88/62.12	c  62.1s|  6800 |    62 |841597 | 102.3 |   132M |  20 | 500 |4224 |2167 |1871 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.77%
62.46/62.74	c  62.7s|  6900 |    64 |851871 | 102.3 |   132M |  20 | 500 |4230 |2166 |1902 |  0 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  32.93%
62.88/63.16	c  63.1s|  7000 |    62 |860460 | 102.1 |   132M |  20 | 500 |4319 |2164 |1913 |  1 |  11k|  22 | 0.000000e+00 |      --      |    Inf |  33.08%
63.26/63.58	c  63.6s|  7100 |    62 |869470 | 102.0 |   132M |  20 | 500 |4408 |2159 |1929 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.18%
63.96/64.22	c  64.2s|  7200 |    60 |880010 | 102.0 |   132M |  20 | 500 |4465 |   0 |1929 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  33.28%
64.96/65.28	c  65.3s|  7300 |    65 |892327 | 102.2 |   132M |  20 | 500 |4377 |2161 |2016 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  34.25%
65.66/65.96	c  65.9s|  7400 |    61 |902709 | 102.3 |   132M |  20 | 500 |4369 |2155 |2029 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  35.37%
66.55/66.83	c  66.8s|  7500 |    66 |912719 | 102.2 |   132M |  20 | 500 |4330 |2168 |2115 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  35.72%
66.95/67.27	c  67.3s|  7600 |    64 |921424 | 102.1 |   132M |  20 | 500 |4390 |   0 |2130 |  0 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  35.83%
67.45/67.77	c  67.8s|  7700 |    63 |929619 | 101.8 |   132M |  20 | 500 |4395 |2152 |2152 |  1 |  12k|  22 | 0.000000e+00 |      --      |    Inf |  36.19%
68.15/68.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
68.15/68.47	c  68.5s|  7800 |    64 |940181 | 101.9 |   133M |  20 | 500 |4466 |2162 |2211 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  37.21%
68.76/69.06	c  69.0s|  7900 |    60 |950451 | 101.9 |   133M |  20 | 500 |4485 |2164 |2254 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  37.65%
69.14/69.47	c  69.5s|  8000 |    59 |958834 | 101.7 |   133M |  20 | 500 |4475 |   0 |2265 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  38.29%
70.04/70.34	c  70.3s|  8100 |    61 |969881 | 101.8 |   133M |  20 | 500 |4394 |2168 |2318 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  39.14%
70.94/71.22	c  71.2s|  8200 |    56 |982917 | 102.1 |   133M |  20 | 500 |4391 |   0 |2346 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  39.57%
71.44/71.72	c  71.7s|  8300 |    52 |990535 | 101.8 |   133M |  20 | 500 |4325 |   0 |2386 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  39.89%
72.04/72.32	c  72.3s|  8400 |    54 |  1001k| 101.9 |   134M |  20 | 500 |4315 |2162 |2413 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  41.19%
73.03/73.32	c  73.3s|  8500 |    52 |  1013k| 102.1 |   135M |  20 | 500 |4242 |   0 |2455 |  0 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  42.25%
73.74/74.01	c  74.0s|  8600 |    52 |  1024k| 102.1 |   135M |  20 | 500 |4253 |2162 |2495 |  1 |  13k|  22 | 0.000000e+00 |      --      |    Inf |  42.66%
74.23/74.55	c  74.5s|  8700 |    51 |  1031k| 101.8 |   135M |  20 | 500 |4253 |2171 |2554 |  2 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  43.26%
74.63/74.97	c  75.0s|  8800 |    54 |  1039k| 101.6 |   135M |  20 | 500 |4336 |   0 |2568 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  43.41%
75.03/75.33	c  75.3s|  8900 |    51 |  1047k| 101.4 |   135M |  20 | 500 |4425 |2166 |2568 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  43.49%
75.52/75.86	c  75.8s|  9000 |    48 |  1056k| 101.3 |   135M |  20 | 500 |4479 |   0 |2579 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  43.76%
76.12/76.49	c  76.5s|  9100 |    44 |  1066k| 101.3 |   135M |  20 | 500 |4446 |2162 |2622 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  44.92%
77.22/77.50	c  77.5s|  9200 |    50 |  1076k| 101.3 |   135M |  20 | 500 |4291 |2162 |2704 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  46.73%
78.02/78.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.02/78.31	c  78.3s|  9300 |    48 |  1086k| 101.3 |   135M |  20 | 500 |4323 |2159 |2765 |  1 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  47.71%
79.01/79.37	c  79.4s|  9400 |    41 |  1097k| 101.3 |   135M |  20 | 500 |4181 |2166 |2870 |  0 |  14k|  22 | 0.000000e+00 |      --      |    Inf |  51.37%
79.61/79.92	c  79.9s|  9500 |    40 |  1105k| 101.2 |   135M |  20 | 500 |4200 |2165 |2910 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  51.75%
80.82/81.12	c  81.1s|  9600 |    44 |  1117k| 101.3 |   135M |  20 | 500 |4148 |2167 |2992 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  53.55%
82.01/82.35	c  82.3s|  9700 |    51 |  1135k| 102.0 |   135M |  20 | 500 |4164 |2166 |3067 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  54.97%
82.72/83.10	c  83.1s|  9800 |    47 |  1145k| 102.0 |   135M |  20 | 500 |4194 |2164 |3154 |  1 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  55.49%
83.20/83.59	c  83.6s|  9900 |    46 |  1154k| 101.9 |   135M |  20 | 500 |4271 |   0 |3182 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  55.83%
84.00/84.30	c  84.3s| 10000 |    49 |  1166k| 102.1 |   135M |  20 | 500 |4335 |2160 |3228 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  56.03%
84.40/84.74	c  84.7s| 10100 |    47 |  1174k| 101.9 |   135M |  20 | 500 |4434 |   0 |3248 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  56.18%
84.90/85.23	c  85.2s| 10200 |    49 |  1184k| 101.9 |   135M |  20 | 500 |4520 |2168 |3282 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  56.33%
85.60/85.98	c  86.0s| 10300 |    46 |  1195k| 101.9 |   135M |  20 | 500 |4577 |   0 |3329 |  0 |  15k|  22 | 0.000000e+00 |      --      |    Inf |  56.60%
86.70/87.11	c  87.1s| 10400 |    47 |  1208k| 102.2 |   137M |  20 | 500 |4420 |   0 |3412 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  58.29%
87.29/87.62	c  87.6s| 10500 |    50 |  1216k| 102.0 |   137M |  20 | 500 |4468 |   0 |3440 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  58.49%
87.70/88.09	c  88.1s| 10600 |    48 |  1225k| 101.9 |   137M |  20 | 500 |4566 |2166 |3471 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  58.69%
88.59/88.95	c  88.9s| 10700 |    52 |  1235k| 101.9 |   138M |  20 | 500 |4589 |2166 |3579 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  59.86%
88.98/89.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
88.98/89.39	c  89.4s| 10800 |    48 |  1244k| 101.8 |   138M |  20 | 500 |4683 |2165 |3594 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  60.05%
89.58/89.91	c  89.9s| 10900 |    45 |  1253k| 101.7 |   138M |  20 | 500 |4717 |2159 |3622 |  1 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  60.41%
90.48/90.82	c  90.8s| 11000 |    47 |  1264k| 101.8 |   138M |  20 | 500 |4708 |   0 |3711 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  61.02%
91.38/91.77	c  91.8s| 11100 |    49 |  1274k| 101.8 |   138M |  20 | 500 |4744 |   0 |3766 |  0 |  16k|  22 | 0.000000e+00 |      --      |    Inf |  61.62%
91.98/92.33	c  92.3s| 11200 |    44 |  1284k| 101.7 |   138M |  20 | 500 |4812 |   0 |3792 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  61.94%
92.69/93.07	c  93.1s| 11300 |    43 |  1295k| 101.8 |   138M |  20 | 500 |4768 |2169 |3871 |  2 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  63.11%
93.68/94.08	c  94.1s| 11400 |    54 |  1308k| 102.0 |   138M |  20 | 500 |4731 |2166 |3931 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  63.79%
94.17/94.57	c  94.6s| 11500 |    54 |  1317k| 101.9 |   138M |  20 | 500 |4789 |2163 |3964 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  64.17%
94.68/95.08	c  95.1s| 11600 |    54 |  1326k| 101.8 |   138M |  20 | 500 |4863 |   0 |3998 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  64.29%
95.06/95.42	c  95.4s| 11700 |    52 |  1334k| 101.6 |   138M |  20 | 500 |4982 |2164 |3998 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  64.39%
95.77/96.13	c  96.1s| 11800 |    54 |  1343k| 101.6 |   138M |  20 | 500 |5043 |2163 |4063 |  0 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  64.85%
96.16/96.52	c  96.5s| 11900 |    50 |  1351k| 101.4 |   138M |  20 | 500 |5105 |2168 |4063 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  65.04%
96.77/97.19	c  97.2s| 12000 |    47 |  1360k| 101.3 |   138M |  20 | 500 |5140 |2167 |4122 |  1 |  17k|  22 | 0.000000e+00 |      --      |    Inf |  65.36%
97.56/97.94	c  97.9s| 12100 |    54 |  1370k| 101.3 |   138M |  20 | 500 |5097 |2166 |4185 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  65.71%
98.15/98.55	c  98.5s| 12200 |    53 |  1381k| 101.4 |   138M |  20 | 500 |5192 |2166 |4209 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  65.96%
98.67/99.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
98.67/99.05	c  99.0s| 12300 |    51 |  1392k| 101.4 |   138M |  20 | 500 |5285 |   0 |4228 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  66.07%
99.25/99.65	c  99.6s| 12400 |    44 |  1400k| 101.3 |   138M |  20 | 500 |5241 |2167 |4265 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  66.77%
100.35/100.75	c   101s| 12500 |    51 |  1411k| 101.4 |   138M |  20 | 500 |5133 |2164 |4377 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  68.26%
100.76/101.17	c   101s| 12600 |    46 |  1420k| 101.3 |   138M |  20 | 500 |5230 |2169 |4377 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  68.43%
101.54/101.93	c   102s| 12700 |    51 |  1430k| 101.3 |   138M |  20 | 500 |5232 |2168 |4431 |  1 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  68.81%
101.84/102.29	c   102s| 12800 |    49 |  1437k| 101.1 |   138M |  20 | 500 |5312 |2165 |4450 |  0 |  18k|  22 | 0.000000e+00 |      --      |    Inf |  68.91%
102.34/102.76	c   103s| 12900 |    51 |  1447k| 101.0 |   138M |  20 | 500 |5413 |2164 |4465 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  69.02%
103.14/103.50	c   103s| 13000 |    56 |  1458k| 101.1 |   141M |  20 | 500 |5541 |2162 |4524 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  69.09%
103.54/103.91	c   104s| 13100 |    57 |  1467k| 101.0 |   141M |  20 | 500 |5621 |2165 |4524 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  69.16%
104.14/104.52	c   105s| 13200 |    55 |  1477k| 101.0 |   141M |  20 | 500 |5701 |2162 |4560 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  69.28%
104.43/104.89	c   105s| 13300 |    54 |  1485k| 100.8 |   141M |  20 | 500 |5805 |2167 |4560 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  69.35%
104.93/105.33	c   105s| 13400 |    51 |  1494k| 100.8 |   141M |  20 | 500 |5891 |2163 |4560 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  69.44%
105.43/105.84	c   106s| 13500 |    47 |  1503k| 100.7 |   141M |  20 | 500 |5882 |2164 |4588 |  1 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  70.07%
106.13/106.51	c   107s| 13600 |    43 |  1513k| 100.7 |   141M |  20 | 500 |5807 |2162 |4639 |  0 |  19k|  22 | 0.000000e+00 |      --      |    Inf |  70.61%
107.03/107.40	c   107s| 13700 |    44 |  1523k| 100.7 |   141M |  20 | 500 |5618 |   0 |4706 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  71.12%
107.82/108.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
107.82/108.22	c   108s| 13800 |    45 |  1533k| 100.7 |   141M |  20 | 500 |5568 |2165 |4801 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  71.64%
108.22/108.60	c   109s| 13900 |    43 |  1541k| 100.6 |   141M |  20 | 500 |5615 |2162 |4801 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  71.79%
108.73/109.18	c   109s| 14000 |    40 |  1551k| 100.6 |   141M |  20 | 500 |5562 |   0 |4823 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  72.30%
109.22/109.69	c   110s| 14100 |    40 |  1561k| 100.5 |   141M |  20 | 500 |5575 |2166 |4856 |  1 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  72.55%
110.22/110.69	c   111s| 14200 |    41 |  1573k| 100.6 |   141M |  20 | 500 |5437 |   0 |4914 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  72.98%
110.91/111.35	c   111s| 14300 |    43 |  1583k| 100.6 |   141M |  20 | 500 |5449 |   0 |4964 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  73.36%
111.91/112.38	c   112s| 14400 |    46 |  1593k| 100.7 |   141M |  20 | 500 |5340 |2161 |5015 |  0 |  20k|  22 | 0.000000e+00 |      --      |    Inf |  73.75%
112.51/113.00	c   113s| 14500 |    47 |  1604k| 100.7 |   141M |  20 | 500 |5333 |2170 |5072 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  74.00%
113.31/113.74	c   114s| 14600 |    60 |  1615k| 100.8 |   141M |  20 | 500 |5446 |2167 |5136 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  74.15%
113.91/114.38	c   114s| 14700 |    58 |  1625k| 100.8 |   141M |  20 | 500 |5538 |2170 |5196 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  74.29%
114.40/114.80	c   115s| 14800 |    58 |  1634k| 100.7 |   141M |  20 | 500 |5611 |2165 |5196 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  74.43%
114.90/115.35	c   115s| 14900 |    55 |  1644k| 100.7 |   141M |  20 | 500 |5675 |2167 |5239 |  1 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  74.57%
115.30/115.71	c   116s| 15000 |    54 |  1652k| 100.6 |   141M |  20 | 500 |5761 |2167 |5239 |  0 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  74.66%
115.71/116.19	c   116s| 15100 |    47 |  1662k| 100.6 |   141M |  20 | 500 |5836 |2163 |5250 |  2 |  21k|  22 | 0.000000e+00 |      --      |    Inf |  74.84%
116.30/116.70	c   117s| 15200 |    47 |  1669k| 100.4 |   142M |  20 | 500 |5729 |2159 |5292 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  75.20%
116.90/117.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
116.90/117.33	c   117s| 15300 |    43 |  1679k| 100.4 |   142M |  20 | 500 |5604 |2171 |5358 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  75.91%
117.61/118.08	c   118s| 15400 |    47 |  1689k| 100.4 |   142M |  20 | 500 |5714 |2165 |5398 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  76.05%
118.49/118.99	c   119s| 15500 |    42 |  1701k| 100.5 |   142M |  20 | 500 |5614 |   0 |5468 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  76.71%
119.39/119.83	c   120s| 15600 |    40 |  1713k| 100.6 |   142M |  20 | 500 |5515 |2164 |5546 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  77.35%
120.70/121.14	c   121s| 15700 |    49 |  1727k| 100.8 |   142M |  20 | 500 |5357 |2169 |5686 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  77.86%
121.18/121.66	c   122s| 15800 |    52 |  1737k| 100.8 |   142M |  20 | 500 |5413 |2168 |5730 |  1 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  78.09%
121.78/122.27	c   122s| 15900 |    47 |  1748k| 100.9 |   142M |  20 | 500 |5485 |   0 |5778 |  0 |  22k|  22 | 0.000000e+00 |      --      |    Inf |  78.34%
122.59/123.09	c   123s| 16000 |    45 |  1757k| 100.8 |   142M |  20 | 500 |5317 |   0 |5855 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  78.92%
123.18/123.62	c   124s| 16100 |    44 |  1767k| 100.8 |   142M |  20 | 500 |5349 |2161 |5887 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  79.08%
123.69/124.19	c   124s| 16200 |    48 |  1778k| 100.9 |   142M |  20 | 500 |5405 |2162 |5922 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  79.36%
124.17/124.61	c   125s| 16300 |    41 |  1787k| 100.8 |   142M |  20 | 500 |5485 |   0 |5941 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  79.44%
124.77/125.20	c   125s| 16400 |    42 |  1796k| 100.8 |   142M |  20 | 500 |5469 |2167 |5979 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  79.87%
125.37/125.89	c   126s| 16500 |    42 |  1807k| 100.8 |   142M |  20 | 500 |5427 |2152 |6040 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  81.03%
126.17/126.62	c   127s| 16600 |    44 |  1817k| 100.8 |   142M |  20 | 500 |5460 |   0 |6110 |  0 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  81.33%
127.07/127.56	c   128s| 16700 |    43 |  1829k| 100.9 |   142M |  20 | 500 |5314 |2162 |6209 |  1 |  23k|  22 | 0.000000e+00 |      --      |    Inf |  82.06%
127.96/128.40	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
127.96/128.40	c   128s| 16800 |    43 |  1841k| 101.0 |   142M |  20 | 500 |5308 |2166 |6308 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  82.47%
128.46/128.91	c   129s| 16900 |    43 |  1851k| 101.0 |   142M |  20 | 500 |5368 |   0 |6336 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  82.64%
128.96/129.45	c   129s| 17000 |    42 |  1861k| 101.0 |   142M |  20 | 500 |5342 |   0 |6377 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  83.11%
129.76/130.24	c   130s| 17100 |    41 |  1871k| 101.0 |   142M |  20 | 500 |5355 |2176 |6470 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  83.63%
130.46/130.93	c   131s| 17200 |    40 |  1880k| 101.0 |   142M |  20 | 500 |5240 |2168 |6560 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  84.30%
131.05/131.54	c   132s| 17300 |    37 |  1890k| 100.9 |   144M |  20 | 500 |5134 |2161 |6584 |  1 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  84.88%
131.75/132.22	c   132s| 17400 |    38 |  1900k| 100.9 |   144M |  20 | 500 |5122 |2170 |6679 |  2 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  85.18%
132.25/132.79	c   133s| 17500 |    32 |  1909k| 100.9 |   144M |  20 | 500 |5150 |2165 |6745 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  85.74%
133.05/133.58	c   134s| 17600 |    30 |  1919k| 100.9 |   144M |  20 | 500 |5101 |2164 |6813 |  0 |  24k|  22 | 0.000000e+00 |      --      |    Inf |  86.41%
134.24/134.72	c   135s| 17700 |    41 |  1932k| 101.0 |   145M |  20 | 500 |5088 |2165 |6949 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  87.53%
134.66/135.15	c   135s| 17800 |    38 |  1942k| 101.0 |   145M |  20 | 500 |5159 |2173 |6974 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  87.75%
135.14/135.68	c   136s| 17900 |    35 |  1951k| 101.0 |   146M |  20 | 500 |5232 |2168 |7012 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  87.97%
136.04/136.50	c   136s| 18000 |    34 |  1963k| 101.1 |   146M |  20 | 500 |5210 |   0 |7075 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  88.70%
136.55/137.07	c   137s| 18100 |    36 |  1973k| 101.0 |   146M |  20 | 500 |5161 |2166 |7128 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  89.09%
136.94/137.49	c   137s| 18200 |    35 |  1981k| 100.9 |   146M |  20 | 500 |5231 |   0 |7147 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  89.20%
137.43/138.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
137.43/138.00	c   138s| 18300 |    32 |  1990k| 100.9 |   146M |  20 | 500 |5235 |   0 |7177 |  0 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  89.53%
137.93/138.48	c   138s| 18400 |    36 |  1999k| 100.8 |   146M |  20 | 500 |5297 |2168 |7213 |  1 |  25k|  22 | 0.000000e+00 |      --      |    Inf |  89.61%
138.43/138.92	c   139s| 18500 |    38 |  2007k| 100.8 |   146M |  20 | 500 |5378 |2164 |7226 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  89.79%
138.93/139.42	c   139s| 18600 |    33 |  2017k| 100.7 |   146M |  20 | 500 |5445 |   0 |7258 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  90.04%
139.33/139.88	c   140s| 18700 |    36 |  2025k| 100.6 |   146M |  20 | 500 |5534 |2169 |7273 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  90.10%
139.73/140.27	c   140s| 18800 |    33 |  2033k| 100.5 |   146M |  20 | 500 |5613 |   0 |7292 |  0 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  90.24%
140.33/140.80	c   141s| 18900 |    31 |  2043k| 100.5 |   146M |  20 | 500 |5605 |2152 |7308 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  90.77%
141.42/142.01	c   142s| 19000 |    32 |  2055k| 100.6 |   146M |  20 | 500 |5529 |2169 |7409 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  91.43%
141.92/142.41	c   142s| 19100 |    35 |  2062k| 100.5 |   146M |  20 | 500 |5605 |2164 |7428 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  91.51%
142.32/142.86	c   143s| 19200 |    31 |  2070k| 100.4 |   147M |  20 | 500 |5647 |2165 |7448 |  1 |  26k|  22 | 0.000000e+00 |      --      |    Inf |  91.61%
142.92/143.48	c   143s| 19300 |    33 |  2080k| 100.4 |   147M |  20 | 500 |5704 |2171 |7503 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  91.83%
143.32/143.88	c   144s| 19400 |    29 |  2088k| 100.2 |   147M |  20 | 500 |5782 |   0 |7522 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  92.00%
143.82/144.39	c   144s| 19500 |    34 |  2097k| 100.2 |   147M |  20 | 500 |5857 |   0 |7558 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  92.13%
144.21/144.75	c   145s| 19600 |    29 |  2105k| 100.1 |   148M |  20 | 500 |5951 |2167 |7558 |  0 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  92.22%
144.71/145.21	c   145s| 19700 |    33 |  2113k| 100.0 |   148M |  20 | 500 |5951 |2165 |7601 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  92.34%
145.11/145.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
145.11/145.63	c   146s| 19800 |    28 |  2121k|  99.9 |   148M |  20 | 500 |5992 |2164 |7617 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  92.50%
145.81/146.33	c   146s| 19900 |    30 |  2132k| 100.0 |   148M |  20 | 500 |6010 |2172 |7705 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  92.90%
146.41/146.98	c   147s| 20000 |    27 |  2142k| 100.0 |   148M |  20 | 500 |6021 |2168 |7741 |  1 |  27k|  22 | 0.000000e+00 |      --      |    Inf |  93.60%
147.21/147.72	c   148s| 20100 |    23 |  2152k| 100.0 |   148M |  20 | 500 |5849 |2163 |7772 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  94.19%
148.10/148.61	c   149s| 20200 |    17 |  2162k| 100.0 |   148M |  20 | 500 |5736 |   0 |7859 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  95.12%
148.70/149.24	c   149s| 20300 |    15 |  2173k| 100.0 |   148M |  20 | 500 |5613 |2154 |7905 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  95.68%
149.30/149.81	c   150s| 20400 |    16 |  2183k| 100.0 |   148M |  20 | 500 |5614 |2172 |7950 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  95.87%
149.90/150.45	c   150s| 20500 |    16 |  2194k| 100.1 |   148M |  20 | 500 |5673 |2168 |7991 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  96.00%
150.30/150.84	c   151s| 20600 |    14 |  2203k| 100.0 |   148M |  20 | 500 |5762 |2172 |7991 |  1 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  96.08%
150.99/151.56	c   152s| 20700 |    13 |  2214k| 100.0 |   148M |  20 | 500 |5739 |2166 |8041 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  96.48%
151.60/152.14	c   152s| 20800 |    16 |  2223k| 100.0 |   148M |  20 | 500 |5728 |   0 |8101 |  0 |  28k|  22 | 0.000000e+00 |      --      |    Inf |  96.65%
152.09/152.60	c   153s| 20900 |    14 |  2233k| 100.0 |   148M |  20 | 500 |5762 |2164 |8120 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  96.85%
152.60/153.12	c   153s| 21000 |    13 |  2243k| 100.0 |   148M |  20 | 500 |5785 |2168 |8157 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  97.04%
152.99/153.56	c   154s| 21100 |    11 |  2252k| 100.0 |   148M |  20 | 500 |5885 |2165 |8175 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  97.14%
153.79/154.38	c   154s| 21200 |     9 |  2261k|  99.9 |   148M |  20 | 500 |5768 |2165 |8234 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  97.78%
154.78/155.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
154.78/155.32	c   155s| 21300 |     7 |  2272k| 100.0 |   148M |  20 | 500 |5600 |   0 |8307 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  98.84%
155.49/156.03	c   156s| 21400 |     5 |  2281k|  99.9 |   148M |  20 | 500 |5504 |   0 |8362 |  0 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  99.18%
156.08/156.64	c   157s| 21500 |     4 |  2290k|  99.9 |   148M |  20 | 500 |5295 |2152 |8396 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  99.41%
156.98/157.50	c   157s| 21600 |     3 |  2302k| 100.0 |   148M |  20 | 500 |5225 |2168 |8472 |  1 |  29k|  22 | 0.000000e+00 |      --      |    Inf |  99.93%
156.98/157.58	c 
156.98/157.58	c SCIP Status        : problem is solved [infeasible]
156.98/157.58	c Solving Time (sec) : 157.57
156.98/157.58	c Solving Nodes      : 21615 (total of 22925 nodes in 2 runs)
156.98/157.58	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
156.98/157.58	c Dual Bound         : +1.00000000000000e+20
156.98/157.58	c Gap                : 0.00 %
156.98/157.58	s UNSATISFIABLE
156.98/157.58	c SCIP Status        : problem is solved [infeasible]
156.98/157.58	c Total Time         :     157.57
156.98/157.58	c   solving          :     157.57
156.98/157.58	c   presolving       :       0.33 (included in solving)
156.98/157.58	c   reading          :       0.01 (included in solving)
156.98/157.58	c   copying          :       0.55 (64 #copies) (minimal 0.00, maximal 0.01, average 0.01)
156.98/157.58	c Original Problem   :
156.98/157.58	c   Problem name     : HOME/instance-4514708-1751227955.opb
156.98/157.58	c   Variables        : 506 (506 binary, 0 integer, 0 implicit integer, 0 continuous)
156.98/157.58	c   Constraints      : 2337 initial, 2337 maximal
156.98/157.58	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
156.98/157.58	c Presolved Problem  :
156.98/157.58	c   Problem name     : t_HOME/instance-4514708-1751227955.opb
156.98/157.58	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
156.98/157.58	c   Constraints      : 3643 initial, 6046 maximal
156.98/157.58	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
156.98/157.58	c   Nonzeros         : 37308 constraint, 1574 clique table
156.98/157.58	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
156.98/157.58	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
156.98/157.58	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   dualsparsify     :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
156.98/157.58	c   gateextraction   :       0.02       0.00      8          0          0          0          0          0          0          0          0          0
156.98/157.58	c   implics          :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
156.98/157.58	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
156.98/157.58	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
156.98/157.58	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   trivial          :       0.00       0.00     13          1          0          0          0          0          0          0          0          0
156.98/157.58	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   dualfix          :       0.00       0.00     13          1          0          0          0          0          0          0          0          0
156.98/157.58	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   probing          :       0.14       0.00      1          0          0          0          0          0          0          0          0          0
156.98/157.58	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
156.98/157.58	c   symmetry         :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
156.98/157.58	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
156.98/157.58	c   knapsack         :       0.00       0.00     25          0          0          0          0          0          0          0          1         66
156.98/157.58	c   setppc           :       0.01       0.00     25          0          0          0          0          0         29          0          0          0
156.98/157.58	c   linear           :       0.03       0.00     21          4          0          0          4          0        190          0          2          8
156.98/157.58	c   logicor          :       0.06       0.01     22          0          0          0          0          0         94          0          0       1770
156.98/157.58	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
156.98/157.58	c   root node        :          -          -      -        120          -          -        120          -          -          -          -          -
156.98/157.58	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
156.98/157.58	c   benderslp        :          0          0          0          0      12294          0          0         32          0          0          0          0          0          0          0
156.98/157.58	c   integral         :          0          0          0          0      12294          0          0         32          0          0          0          0          0          0      24588
156.98/157.58	c   knapsack         :         80+        98         22      96752          0          0          0         27      47752        176      63285          0          0          0          0
156.98/157.58	c   setppc           :        924        924         22      96589          0          0          0         19      84220        144     242033          0          0          0          0
156.98/157.58	c   linear           :         29+        63         24      96257          0          0          0          6       3175       1856       9062          9          3          0          0
156.98/157.58	c   logicor          :       2610+      5025         22      72808          0          0          0          0     299529       5427    1092376         29          5          0          0
156.98/157.58	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
156.98/157.58	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   integral         :       1.28       0.00       0.00       0.00       1.28       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   knapsack         :       1.36       0.00       0.00       1.34       0.00       0.00       0.00       0.00       0.02       0.00
156.98/157.58	c   setppc           :       1.08       0.00       0.00       1.06       0.00       0.00       0.00       0.00       0.02       0.00
156.98/157.58	c   linear           :       0.27       0.00       0.00       0.26       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   logicor          :       4.27       0.01       0.01       4.18       0.00       0.00       0.00       0.00       0.08       0.00
156.98/157.58	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
156.98/157.58	c   dualfix          :          2          0          0          0
156.98/157.58	c   genvbounds       :          0          0          0          0
156.98/157.58	c   nlobbt           :          0          0          0          0
156.98/157.58	c   obbt             :          0          0          0          0
156.98/157.58	c   probing          :          0          0          0          0
156.98/157.58	c   pseudoobj        :          0          0          0          0
156.98/157.58	c   redcost          :          0          0          0          0
156.98/157.58	c   rootredcost      :          0          0          0          0
156.98/157.58	c   symmetry         :          0          0          0          0
156.98/157.58	c   vbounds          :      69049          0          0          0
156.98/157.58	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
156.98/157.58	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
156.98/157.58	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   probing          :       0.14       0.00       0.14       0.00       0.00       0.00
156.98/157.58	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
156.98/157.58	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
156.98/157.58	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
156.98/157.58	c   symmetry         :       0.05       0.00       0.02       0.03       0.00       0.00
156.98/157.58	c   vbounds          :       0.16       0.00       0.00       0.16       0.00       0.00
156.98/157.58	c Symmetry           :
156.98/157.58	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
156.98/157.58	c   orbital reduction:          0 reductions applied,          0 cutoffs
156.98/157.58	c   lexicographic red:          0 reductions applied,          0 cutoffs
156.98/157.58	c   shadow tree time :       0.03 s
156.98/157.58	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
156.98/157.58	c   propagation      :       0.15       6014       5260          -      27173       19.5         96       17.8          -          -          -
156.98/157.58	c   infeasible LP    :       0.99       5285       5260          -      49424       29.8         12       12.4       5214       48.6          0
156.98/157.58	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
156.98/157.58	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
156.98/157.58	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
156.98/157.58	c   applied globally :       0.16          -          -          0      24206       22.8          -          -       4951          -          -
156.98/157.58	c   applied locally  :          -          -          -          0        387       20.8          -          -        263          -          -
156.98/157.58	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
156.98/157.58	c   cut pool         :       2.84          -       2376         42          -          -      47050      69262          -          -          -          -          -    (maximal pool size:       4058)
156.98/157.58	c   aggregation      :       0.60       0.00       1294         22          0          0          7         45          0         21         21          0          0
156.98/157.58	c   > cmir           :          -          -          -          -          -          -          -         45          0         21         21          0          -
156.98/157.58	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
156.98/157.58	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
156.98/157.58	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   clique           :       0.02       0.00         22         22          0          0         43        984          0        373        373          0          0
156.98/157.58	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   gomory           :      26.73       0.00       1292         20          0          0      65655      58134      19070       3246       2972        274          0
156.98/157.58	c   > gomorymi       :          -          -          -          -          -          -          -      24650       9637        684        468        216          -
156.98/157.58	c   > strongcg       :          -          -          -          -          -          -          -      33484       9433       2562       2504         58          -
156.98/157.58	c   impliedbounds    :       0.04       0.00       1294         22          0          0          0          0          0          0          0          0          0
156.98/157.58	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
156.98/157.58	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   multilinear      :       0.00       0.00       1591         22          0          0          0          0          0          0          0          0          0
156.98/157.58	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
156.98/157.58	c   rapidlearning    :       6.37       0.00         60          2          0        349          0          0          0          0          0          0        621
156.98/157.58	c   rlt              :       0.00       0.00        654         20          0          0          0          0          0          0          0          0          0
156.98/157.58	c   zerohalf         :       3.74       0.00       1294         22          0          0       3197      10099       2782       5676       3817       1859          0
156.98/157.58	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
156.98/157.58	c   hybrid           :       0.18       0.00       1297         22       9297         42      81855        104          0       5333
156.98/157.58	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c Pricers            :   ExecTime  SetupTime      Calls       Vars
156.98/157.58	c   problem variables:       0.00          -          0          0
156.98/157.58	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
156.98/157.58	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c   relpscost        :       1.28       0.00      12294          0          0          0          0          0          0      24588
156.98/157.58	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
156.98/157.58	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
156.98/157.58	c   LP solutions     :       0.00          -          -          0          0
156.98/157.58	c   relax solutions  :       0.00          -          -          0          0
156.98/157.58	c   pseudo solutions :       0.00          -          -          0          0
156.98/157.58	c   strong branching :       0.00          -          -          0          0
156.98/157.58	c   actconsdiving    :       0.00       0.00          0          0          0
156.98/157.58	c   adaptivediving   :       1.06       0.00         26          0          0
156.98/157.58	c   alns             :       0.04       0.00          4          0          0
156.98/157.58	c   bound            :       0.00       0.00          0          0          0
156.98/157.58	c   clique           :       0.01       0.00          1          0          0
156.98/157.58	c   coefdiving       :       0.00       0.00          0          0          0
156.98/157.58	c   completesol      :       0.00       0.00          0          0          0
156.98/157.58	c   conflictdiving   :       0.73       0.00         30          0          0
156.98/157.58	c   crossover        :       0.00       0.00          0          0          0
156.98/157.58	c   dins             :       0.00       0.00          0          0          0
156.98/157.58	c   distributiondivin:       2.40       0.00         29          0          0
156.98/157.58	c   dps              :       0.00       0.00          0          0          0
156.98/157.58	c   dualval          :       0.00       0.00          0          0          0
156.98/157.58	c   farkasdiving     :       0.00       0.00          0          0          0
156.98/157.58	c   feasjump         :       0.05       0.00          2          0          0
156.98/157.58	c   feaspump         :       1.31       0.00          3          0          0
156.98/157.58	c   fixandinfer      :       0.00       0.00          0          0          0
156.98/157.58	c   fracdiving       :       1.08       0.00         30          0          0
156.98/157.58	c   gins             :       0.00       0.00          0          0          0
156.98/157.58	c   guideddiving     :       0.00       0.00          0          0          0
156.98/157.58	c   indcoefdiving    :       0.00       0.00          0          0          0
156.98/157.58	c   indicator        :       0.00       0.00          0          0          0
156.98/157.58	c   indicatordiving  :       0.00       0.00          0          0          0
156.98/157.58	c   indoneopt        :       0.00       0.00          0          0          0
156.98/157.58	c   indrounding      :       0.00       0.00          0          0          0
156.98/157.58	c   indtwoopt        :       0.00       0.00          0          0          0
156.98/157.58	c   intdiving        :       0.00       0.00          0          0          0
156.98/157.58	c   intshifting      :       0.00       0.00          0          0          0
156.98/157.58	c   linesearchdiving :       0.90       0.00         30          0          0
156.98/157.58	c   localbranching   :       0.00       0.00          0          0          0
156.98/157.58	c   locks            :       0.00       0.00          1          0          0
156.98/157.58	c   lpface           :       0.02       0.00          0          0          0
156.98/157.58	c   mpec             :       0.00       0.00          0          0          0
156.98/157.58	c   multistart       :       0.00       0.00          0          0          0
156.98/157.58	c   mutation         :       0.00       0.00          0          0          0
156.98/157.58	c   nlpdiving        :       0.00       0.00          0          0          0
156.98/157.58	c   objpscostdiving  :       2.46       0.00          5          0          0
156.98/157.58	c   octane           :       0.00       0.00          0          0          0
156.98/157.58	c   ofins            :       0.00       0.00          0          0          0
156.98/157.58	c   oneopt           :       0.00       0.00          0          0          0
156.98/157.58	c   padm             :       0.00       0.00          0          0          0
156.98/157.58	c   proximity        :       0.00       0.00          0          0          0
156.98/157.58	c   pscostdiving     :       1.23       0.00         31          0          0
156.98/157.58	c   randrounding     :       0.06       0.00         42          0          0
156.98/157.58	c   rens             :       0.00       0.00          0          0          0
156.98/157.58	c   reoptsols        :       0.00       0.00          0          0          0
156.98/157.58	c   repair           :       0.00       0.00          0          0          0
156.98/157.58	c   rins             :       0.00       0.00          0          0          0
156.98/157.58	c   rootsoldiving    :       1.04       0.00         15          0          0
156.98/157.58	c   rounding         :       0.14       0.00       1615          0          0
156.98/157.58	c   scheduler        :       0.00       0.00          0          0          0
156.98/157.58	c   shiftandpropagate:       0.01       0.00          2          0          0
156.98/157.58	c   shifting         :       0.28       0.00        549          0          0
156.98/157.58	c   simplerounding   :       0.00       0.00          0          0          0
156.98/157.58	c   smallcard        :       0.00       0.00          0          0          0
156.98/157.58	c   subnlp           :       0.01       0.00          0          0          0
156.98/157.58	c   trivial          :       0.00       0.00          4          0          0
156.98/157.58	c   trivialnegation  :       0.00       0.00          0          0          0
156.98/157.58	c   trustregion      :       0.00       0.00          0          0          0
156.98/157.58	c   trysol           :       0.00       0.00          0          0          0
156.98/157.58	c   twoopt           :       0.00       0.00          0          0          0
156.98/157.58	c   undercover       :       0.00       0.00          0          0          0
156.98/157.58	c   vbounds          :       0.01       0.00          2          0          0
156.98/157.58	c   veclendiving     :       0.97       0.00         30          0          0
156.98/157.58	c   zeroobj          :       0.00       0.00          0          0          0
156.98/157.58	c   zirounding       :       0.04       0.00       1000          0          0
156.98/157.58	c   other solutions  :          -          -          -          0          -
156.98/157.58	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
156.98/157.58	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
156.98/157.58	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
156.98/157.58	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
156.98/157.58	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
156.98/157.58	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
156.98/157.58	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
156.98/157.58	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
156.98/157.58	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
156.98/157.58	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
156.98/157.58	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
156.98/157.58	c   primal LP        :       0.20        647          0       0.00       0.00       0.20        647
156.98/157.58	c   dual LP          :      85.05      18767    2167661     115.62   25486.30       0.00         19
156.98/157.58	c   lex dual LP      :       0.00          0          0       0.00          -
156.98/157.58	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
156.98/157.58	c   resolve instable :       0.00          0          0       0.00          -
156.98/157.58	c   diving/probing LP:      10.93        955     136222     142.64   12468.71
156.98/157.58	c   strong branching :       0.52         22       8710     395.91   16874.25          -          -          1
156.98/157.58	c     (at root node) :          -         22       8710     395.91          -
156.98/157.58	c   conflict analysis:       0.00          0          0       0.00          -
156.98/157.58	c B&B Tree           :
156.98/157.58	c   number of runs   :          2
156.98/157.58	c   nodes            :      21615 (11560 internal, 10055 leaves)
156.98/157.58	c   feasible leaves  :          0
156.98/157.58	c   infeas. leaves   :      10055
156.98/157.58	c   objective leaves :          0
156.98/157.58	c   nodes (total)    :      22925 (12294 internal, 10631 leaves)
156.98/157.58	c   nodes left       :          0
156.98/157.58	c   max depth        :         20
156.98/157.58	c   max depth (total):         20
156.98/157.58	c   backtracks       :       4977 (23.0%)
156.98/157.58	c   early backtracks :          0 (0.0%)
156.98/157.58	c   nodes exc. ref.  :          0 (0.0%)
156.98/157.58	c   delayed cutoffs  :       1506
156.98/157.58	c   repropagations   :      11393 (337479 domain reductions, 1487 cutoffs)
156.98/157.58	c   avg switch length:       3.33
156.98/157.58	c   switching time   :       4.23
156.98/157.58	c Root Node          :
156.98/157.58	c   First LP value   : +0.00000000000000e+00
156.98/157.58	c   First LP Iters   :        681 (13580.35 Iter/sec)
156.98/157.58	c   First LP Time    :       0.05
156.98/157.58	c   Final Dual Bound :          -
156.98/157.58	c   Final Root Iters :      12123
156.98/157.58	c   Root LP Estimate : +2.57952962729813e-02
156.98/157.58	c Solution           :
156.98/157.58	c   Solutions found  :          0 (0 improvements)
156.98/157.58	c   Primal Bound     : infeasible
156.98/157.58	c   Dual Bound       :          -
156.98/157.58	c   Gap              :       0.00 %
156.98/157.58	c Integrals          :      Total       Avg%
156.98/157.58	c   primal-dual      :          -          - (problem infeasible)
156.98/157.58	c   primal-ref       :          -          - (problem infeasible)
156.98/157.58	c   dual-ref         :          -          - (problem infeasible)
157.09/157.64	c Time complete: 157.127.

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 (62681 MiB free)
  memory of node 1: 64507 MiB (63673 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514708-1751227955/watcher-4514708-1751227955 -o /tmp/evaluation-result-4514708-1751227955/solver-4514708-1751227955 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751220587-28487 --watchdog 3760 pbscip -f HOME/instance-4514708-1751227955.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=29997, runsolver pid=29994

[startup+0.100072 s]*
/proc/loadavg: 4.14 4.13 4.14 5/252 29998
/proc/meminfo: memFree=129375024/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=51800 memory=26112 CPUtime=0.09 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 3128 0 0 0 8 1 0 0 20 0 1 0 38475173 53043200 6528 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 12950 6528 3776 3530 0 4401 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 51800 KiB
Current children cumulated memory: 26112 KiB

[startup+0.216812 s]*
/proc/loadavg: 4.14 4.13 4.14 5/252 29998
/proc/meminfo: memFree=129372252/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=52032 memory=26368 CPUtime=0.19 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 3186 0 0 0 18 1 0 0 20 0 1 0 38475173 53280768 6592 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 13008 6592 3776 3530 0 4459 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 52032 KiB
Current children cumulated memory: 26368 KiB

[startup+0.313504 s]*
/proc/loadavg: 4.13 4.12 4.14 5/252 29998
/proc/meminfo: memFree=129365196/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=60920 memory=33920 CPUtime=0.28 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 5022 0 0 0 26 2 0 0 20 0 1 0 38475173 62382080 8480 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 15230 8480 3872 3530 0 6681 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 60920 KiB
Current children cumulated memory: 33920 KiB

[startup+0.700258 s]
/proc/loadavg: 4.13 4.12 4.14 5/252 29998
/proc/meminfo: memFree=129365196/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=61440 memory=34816 CPUtime=0.66 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 5158 0 0 0 64 2 0 0 20 0 1 0 38475173 62914560 8704 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 15360 8704 3968 3530 0 6811 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 61440 KiB
Current children cumulated memory: 34816 KiB

[startup+1.50028 s]
/proc/loadavg: 4.13 4.12 4.14 5/252 29998
/proc/meminfo: memFree=129365196/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=61708 memory=35200 CPUtime=1.45 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 5250 0 0 0 143 2 0 0 20 0 1 0 38475173 63188992 8800 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 15427 8800 3968 3530 0 6878 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 61708 KiB
Current children cumulated memory: 35200 KiB

[startup+3.11321 s]
/proc/loadavg: 4.13 4.12 4.14 5/252 29998
/proc/meminfo: memFree=129329412/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=121196 memory=88420 CPUtime=3.06 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 18761 0 0 0 302 4 0 0 20 0 1 0 38475173 124104704 22105 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 30299 22105 3968 3530 0 21750 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 121196 KiB
Current children cumulated memory: 88420 KiB

[startup+6.30034 s]
/proc/loadavg: 4.12 4.12 4.14 5/252 29998
/proc/meminfo: memFree=129329412/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=123024 memory=91748 CPUtime=6.24 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 19586 0 0 0 620 4 0 0 20 0 1 0 38475173 125976576 22937 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 30756 22937 3968 3530 0 22207 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 123024 KiB
Current children cumulated memory: 91748 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.14 4.15 5/252 29998
/proc/meminfo: memFree=129288836/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=143292 memory=110032 CPUtime=12.62 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 24420 0 0 0 1257 5 0 0 20 0 1 0 38475173 146731008 27508 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 35823 27508 3968 3530 0 27274 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 143292 KiB
Current children cumulated memory: 110032 KiB

[startup+25.5004 s]
/proc/loadavg: 4.16 4.13 4.14 5/252 30000
/proc/meminfo: memFree=129260640/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=177336 memory=145496 CPUtime=25.38 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 36157 0 0 0 2530 8 0 0 20 0 1 0 38475173 181592064 36374 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 44334 36374 3968 3530 0 35785 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 177336 KiB
Current children cumulated memory: 145496 KiB

[startup+51.1132 s]
/proc/loadavg: 4.16 4.13 4.14 5/252 30000
/proc/meminfo: memFree=129236240/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=191672 memory=160472 CPUtime=50.91 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 39891 0 0 0 5082 9 0 0 20 0 1 0 38475173 196272128 40118 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 47918 40118 3968 3530 0 39369 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 191672 KiB
Current children cumulated memory: 160472 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.11 4.13 5/253 30005
/proc/meminfo: memFree=129208856/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=202004 memory=169816 CPUtime=101.94 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 42845 0 0 0 10185 9 0 0 20 0 1 0 38475173 206852096 42454 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 50501 42454 3968 3530 0 41952 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 202004 KiB
Current children cumulated memory: 169816 KiB

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

# cumulated CPU time of all completed processes:  user=157.031 s, system=0.109207 s

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

[startup+102.4 s]
/proc/loadavg: 4.07 4.11 4.13 5/253 30005
/proc/meminfo: memFree=129208856/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=202004 memory=169816 CPUtime=102.04 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 42845 0 0 0 10195 9 0 0 20 0 1 0 38475173 206852096 42454 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 50501 42454 3968 3530 0 41952 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 202004 KiB
Current children cumulated memory: 169816 KiB

[startup+128 s]*
/proc/loadavg: 4.12 4.12 4.13 5/253 30008
/proc/meminfo: memFree=129198732/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=205616 memory=173784 CPUtime=127.58 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 43860 0 0 0 12749 9 0 0 20 0 1 0 38475173 210550784 43446 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 51404 43446 3968 3530 0 42855 0
Current children cumulated CPU time: 127.58 s
Current children cumulated vsize: 205616 KiB
Current children cumulated memory: 173784 KiB

[startup+140.8 s]
/proc/loadavg: 4.10 4.11 4.13 5/252 30008
/proc/meminfo: memFree=129196712/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=207296 memory=175704 CPUtime=140.33 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 44335 0 0 0 14024 9 0 0 20 0 1 0 38475173 212271104 43926 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 51824 43926 3968 3530 0 43275 0
Current children cumulated CPU time: 140.33 s
Current children cumulated vsize: 207296 KiB
Current children cumulated memory: 175704 KiB

[startup+147.2 s]
/proc/loadavg: 4.16 4.13 4.14 5/252 30009
/proc/meminfo: memFree=129204640/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=208272 memory=176216 CPUtime=146.71 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 44467 0 0 0 14662 9 0 0 20 0 1 0 38475173 213270528 44054 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 52068 44054 3968 3530 0 43519 0
Current children cumulated CPU time: 146.71 s
Current children cumulated vsize: 208272 KiB
Current children cumulated memory: 176216 KiB

[startup+153.6 s]
/proc/loadavg: 4.15 4.12 4.14 5/252 30009
/proc/meminfo: memFree=129196860/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=208272 memory=176216 CPUtime=153.09 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 44471 0 0 0 15300 9 0 0 20 0 1 0 38475173 213270528 44054 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 52068 44054 3968 3530 0 43519 0
Current children cumulated CPU time: 153.09 s
Current children cumulated vsize: 208272 KiB
Current children cumulated memory: 176216 KiB

[startup+155.2 s]
/proc/loadavg: 4.15 4.12 4.14 5/252 30009
/proc/meminfo: memFree=129196860/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=208272 memory=176216 CPUtime=154.68 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 44471 0 0 0 15459 9 0 0 20 0 1 0 38475173 213270528 44054 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 52068 44054 3968 3530 0 43519 0
Current children cumulated CPU time: 154.68 s
Current children cumulated vsize: 208272 KiB
Current children cumulated memory: 176216 KiB

[startup+156.8 s]
/proc/loadavg: 4.13 4.12 4.13 5/252 30009
/proc/meminfo: memFree=129196612/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=208272 memory=176216 CPUtime=156.28 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 44471 0 0 0 15619 9 0 0 20 0 1 0 38475173 213270528 44054 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 52068 44054 3968 3530 0 43519 0
Current children cumulated CPU time: 156.28 s
Current children cumulated vsize: 208272 KiB
Current children cumulated memory: 176216 KiB

[startup+157.2 s]
/proc/loadavg: 4.13 4.12 4.13 5/252 30009
/proc/meminfo: memFree=129196612/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=208272 memory=176216 CPUtime=156.68 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 44471 0 0 0 15659 9 0 0 20 0 1 0 38475173 213270528 44054 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 52068 44054 3968 3530 0 43519 0
Current children cumulated CPU time: 156.68 s
Current children cumulated vsize: 208272 KiB
Current children cumulated memory: 176216 KiB

[startup+157.6 s]
/proc/loadavg: 4.13 4.12 4.13 5/252 30009
/proc/meminfo: memFree=129196612/131382112 swapFree=33010684/33010684
[pid=29997] ppid=29994 vsize=208272 memory=176216 CPUtime=157.09 cores=5,7
/proc/29997/stat : 29997 (pbscip) R 29994 29997 28474 0 -1 4194304 44471 0 0 0 15699 10 0 0 20 0 1 0 38475173 213270528 44054 18446744073709551615 4235264 18693293 140726309585696 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57036800 140726309591433 140726309591532 140726309591532 140726309597134 0
/proc/29997/statm: 52068 44054 3968 3530 0 43519 0
Current children cumulated CPU time: 157.09 s
Current children cumulated vsize: 208272 KiB
Current children cumulated memory: 176216 KiB

Child status: 0

Real time (s): 157.65
CPU time (s): 157.14
CPU user time (s): 157.031
CPU system time (s): 0.109207
CPU usage (%): 99.6766
Max. virtual memory (cumulated for all children) (KiB): 208272
Max. memory (cumulated for all children) (KiB): 176216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.031
system time used= 0.109207
maximum resident set size= 176216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44533
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= 80
involuntary context switches= 161


# summary of solver processes directly reported to runsolver:
#   pid: 29997
#   total CPU time (s): 157.14
#   total CPU user time (s): 157.031
#   total CPU system time (s): 0.109207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.76354 second user time and 1.69057 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 22:12:35
IDJOB=4514708
IDBENCH=162835
IDSOLVER=3365
FILE ID=nodeC012/4514708-1751227955
RUNJOBID= nodeC012-1751220587-28487
SLURM_JOB_ID= 9587676
Free space on /tmp= 433004 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-7_7_15.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514708-1751227955/watcher-4514708-1751227955 -o /tmp/evaluation-result-4514708-1751227955/solver-4514708-1751227955 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751220587-28487 --watchdog 3760  pbscip -f HOME/instance-4514708-1751227955.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 69d753b56eddf687e2d1b1391a40f474
RANDOM SEED=259397785

nodeC012 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.039
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.39
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		: 3648.690
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.39
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.170
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.39
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		: 1197.625
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.39
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		: 3661.716
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.39
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		: 1197.082
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.39
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		: 1197.435
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.39
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.220
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129388440 kB
MemAvailable:   129217376 kB
Buffers:            3280 kB
Cached:           639408 kB
SwapCached:            0 kB
Active:          1030524 kB
Inactive:         390756 kB
Active(anon):     796552 kB
Inactive(anon):        0 kB
Active(file):     233972 kB
Inactive(file):   390756 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18784 kB
Writeback:             4 kB
AnonPages:        781696 kB
Mapped:           137160 kB
Shmem:             17960 kB
KReclaimable:      87284 kB
Slab:             169332 kB
SReclaimable:      87284 kB
SUnreclaim:        82048 kB
KernelStack:        4064 kB
PageTables:         4712 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1174236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC012 at 2025-06-29 22:15:13