Trace number 4498296

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 NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13OPT10 16.0134 16.0628

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_10_2.opb
MD5SUMd1da6339ee7ef8ec01d4c55772fc8100
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.03638
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint21
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1260
Sum of products size (including duplicates)2520
Number of different products1260
Sum of products size2520

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4498296-1751268251.opb>
0.00/0.00	c original problem has 1360 variables (100 bin, 0 int, 1260 cont) and 1460 constraints
0.00/0.00	c original problem has 1260 implied integral variables (0 bin, 0 int, 1260 cont)
0.00/0.00	c problem read in 0.003 seconds
0.00/0.00	c presolving:
0.00/0.01	c (round 1, medium)     0 del vars, 1460 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2, fast)       1260 del vars, 1460 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 3, exhaustive) 1260 del vars, 1460 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 0 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.01	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.01	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
0.00/0.01	c  1260 deleted vars, 1460 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 100 variables (100 bin, 0 int, 0 cont) and 100 constraints
0.00/0.01	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.01	c     100 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c problem pure SAT
0.00/0.01	c 
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c 
0.00/0.01	c # SCIP version 10.0.0
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.01	c limits/time = 3596.99846
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.01	c limits/memory = 27900
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.00/0.01	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.01	c reading/opbreader/maxintsize = 47
0.00/0.01	c 
0.00/0.01	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.01	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.01	c propagating/genvbounds/timingmask = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c 
0.00/0.01	o 100
0.00/0.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.01	c t 0.0s|     1 |     0 |     0 |     - | trivial|   0 | 100 | 100 |   0 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.000000e+02 |    Inf | unknown
0.00/0.01	o 11
0.00/0.01	c p 0.0s|     1 |     0 |     0 |     - |   locks|   0 | 100 | 100 | 100 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.100000e+01 |    Inf | unknown
0.00/0.02	c   0.0s|     1 |     0 |   475 |     - |  8589k |   0 | 100 | 100 | 100 |   0 |  0 |   0 |   0 | 7.208190e+00 | 1.100000e+01 |  52.60%| unknown
0.00/0.03	c   0.0s|     1 |     0 |   536 |     - |    12M |   0 | 100 | 100 | 101 |   1 |  1 |   0 |   0 | 7.287134e+00 | 1.100000e+01 |  50.95%| unknown
0.00/0.05	c   0.0s|     1 |     0 |   587 |     - |    14M |   0 | 100 | 100 | 102 |   2 |  2 |   0 |   0 | 7.356835e+00 | 1.100000e+01 |  49.52%| unknown
0.00/0.06	c   0.1s|     1 |     0 |   644 |     - |    17M |   0 | 100 | 100 | 103 |   3 |  3 |   0 |   0 | 7.381737e+00 | 1.100000e+01 |  49.02%| unknown
0.00/0.07	c   0.1s|     1 |     0 |   674 |     - |    20M |   0 | 100 | 100 | 104 |   4 |  4 |   0 |   0 | 7.389321e+00 | 1.100000e+01 |  48.86%| unknown
0.00/0.08	c   0.1s|     1 |     0 |   740 |     - |    22M |   0 | 100 | 100 | 105 |   5 |  5 |   0 |   0 | 7.402607e+00 | 1.100000e+01 |  48.60%| unknown
0.00/0.09	c   0.1s|     1 |     0 |   798 |     - |    22M |   0 | 100 | 100 | 106 |   6 |  6 |   0 |   0 | 7.421807e+00 | 1.100000e+01 |  48.21%| unknown
0.09/0.10	c   0.1s|     1 |     0 |   823 |     - |    25M |   0 | 100 | 100 | 107 |   7 |  7 |   0 |   0 | 7.425836e+00 | 1.100000e+01 |  48.13%| unknown
0.09/0.12	c   0.1s|     1 |     0 |   868 |     - |    27M |   0 | 100 | 100 | 108 |   8 |  8 |   0 |   0 | 7.430570e+00 | 1.100000e+01 |  48.04%| unknown
0.09/0.13	c   0.1s|     1 |     0 |   881 |     - |    29M |   0 | 100 | 100 | 109 |   9 |  9 |   0 |   0 | 7.431175e+00 | 1.100000e+01 |  48.03%| unknown
0.09/0.14	c   0.1s|     1 |     0 |   918 |     - |    33M |   0 | 100 | 100 | 110 |  10 | 10 |   0 |   0 | 7.433921e+00 | 1.100000e+01 |  47.97%| unknown
0.09/0.15	c   0.2s|     1 |     0 |   939 |     - |    33M |   0 | 100 | 100 | 111 |  11 | 11 |   0 |   0 | 7.435576e+00 | 1.100000e+01 |  47.94%| unknown
0.09/0.15	c   0.2s|     1 |     0 |   959 |     - |    33M |   0 | 100 | 100 | 112 |  12 | 12 |   0 |   0 | 7.436796e+00 | 1.100000e+01 |  47.91%| unknown
0.09/0.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.09/0.16	c   0.2s|     1 |     0 |   972 |     - |    33M |   0 | 100 | 100 | 113 |  13 | 13 |   0 |   0 | 7.437182e+00 | 1.100000e+01 |  47.91%| unknown
0.09/0.17	c   0.2s|     1 |     0 |  1000 |     - |    33M |   0 | 100 | 100 | 114 |  14 | 14 |   0 |   0 | 7.439650e+00 | 1.100000e+01 |  47.86%| unknown
0.09/0.17	c   0.2s|     1 |     0 |  1023 |     - |    33M |   0 | 100 | 100 | 115 |  15 | 15 |   0 |   0 | 7.441091e+00 | 1.100000e+01 |  47.83%| unknown
0.09/0.18	c   0.2s|     1 |     0 |  1051 |     - |    33M |   0 | 100 | 100 | 116 |  16 | 16 |   0 |   0 | 7.442494e+00 | 1.100000e+01 |  47.80%| unknown
0.09/0.18	c   0.2s|     1 |     0 |  1066 |     - |    33M |   0 | 100 | 100 | 117 |  17 | 17 |   0 |   0 | 7.442708e+00 | 1.100000e+01 |  47.80%| unknown
0.09/0.19	c   0.2s|     1 |     0 |  1090 |     - |    33M |   0 | 100 | 100 | 118 |  18 | 18 |   0 |   0 | 7.443765e+00 | 1.100000e+01 |  47.77%| unknown
0.09/0.20	c   0.2s|     1 |     0 |  1106 |     - |    33M |   0 | 100 | 100 | 119 |  19 | 19 |   0 |   0 | 7.444018e+00 | 1.100000e+01 |  47.77%| unknown
0.09/0.20	c   0.2s|     1 |     0 |  1117 |     - |    33M |   0 | 100 | 100 | 120 |  20 | 20 |   0 |   0 | 7.444478e+00 | 1.100000e+01 |  47.76%| unknown
0.20/0.21	c   0.2s|     1 |     0 |  1136 |     - |    33M |   0 | 100 | 100 | 121 |  21 | 21 |   0 |   0 | 7.445040e+00 | 1.100000e+01 |  47.75%| unknown
0.20/0.22	c   0.2s|     1 |     0 |  1169 |     - |    33M |   0 | 100 | 100 | 122 |  22 | 22 |   0 |   0 | 7.446063e+00 | 1.100000e+01 |  47.73%| unknown
0.20/0.22	c   0.2s|     1 |     0 |  1180 |     - |    33M |   0 | 100 | 100 | 123 |  23 | 23 |   0 |   0 | 7.446140e+00 | 1.100000e+01 |  47.73%| unknown
0.20/0.23	c   0.2s|     1 |     0 |  1201 |     - |    33M |   0 | 100 | 100 | 124 |  24 | 24 |   0 |   0 | 7.446750e+00 | 1.100000e+01 |  47.72%| unknown
0.20/0.23	c   0.2s|     1 |     0 |  1210 |     - |    33M |   0 | 100 | 100 | 125 |  25 | 25 |   0 |   0 | 7.447063e+00 | 1.100000e+01 |  47.71%| unknown
0.20/0.24	c   0.2s|     1 |     0 |  1217 |     - |    33M |   0 | 100 | 100 | 126 |  26 | 26 |   0 |   0 | 7.447115e+00 | 1.100000e+01 |  47.71%| unknown
0.20/0.25	c   0.2s|     1 |     0 |  1230 |     - |    33M |   0 | 100 | 100 | 127 |  27 | 27 |   0 |   0 | 7.447394e+00 | 1.100000e+01 |  47.70%| unknown
0.20/0.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.20/0.25	c   0.3s|     1 |     0 |  1232 |     - |    33M |   0 | 100 | 100 | 128 |  28 | 28 |   0 |   0 | 7.447402e+00 | 1.100000e+01 |  47.70%| unknown
0.20/0.26	c   0.3s|     1 |     0 |  1235 |     - |    33M |   0 | 100 | 100 | 126 |  29 | 29 |   0 |   0 | 7.447480e+00 | 1.100000e+01 |  47.70%| unknown
0.20/0.27	c   0.3s|     1 |     0 |  1245 |     - |    33M |   0 | 100 | 100 | 127 |  30 | 30 |   0 |   0 | 7.447773e+00 | 1.100000e+01 |  47.70%| unknown
0.20/0.28	c   0.3s|     1 |     0 |  1250 |     - |    33M |   0 | 100 | 100 | 128 |  31 | 31 |   0 |   0 | 7.447936e+00 | 1.100000e+01 |  47.69%| unknown
0.20/0.28	c   0.3s|     1 |     0 |  1253 |     - |    33M |   0 | 100 | 100 | 129 |  32 | 32 |   0 |   0 | 7.447948e+00 | 1.100000e+01 |  47.69%| unknown
0.40/0.45	c   0.5s|     1 |     2 |  1253 |     - |    33M |   0 | 100 | 100 | 129 |  32 | 32 |   0 |  23 | 7.463182e+00 | 1.100000e+01 |  47.39%| unknown
1.79/1.82	c   1.8s|   100 |    41 |  7234 |  60.4 |    58M |  16 | 100 | 177 | 132 |  88 |  9 |  97 | 464 | 7.841656e+00 | 1.100000e+01 |  40.28%|   9.10%
2.48/2.53	c   2.5s|   200 |    79 | 12383 |  55.9 |    58M |  22 | 100 | 194 | 134 | 179 |  1 | 133 | 523 | 7.841656e+00 | 1.100000e+01 |  40.28%|   9.24%
3.08/3.12	c   3.1s|   300 |   121 | 16754 |  51.8 |    58M |  26 | 100 | 198 | 123 | 243 |  1 | 149 | 560 | 7.841656e+00 | 1.100000e+01 |  40.28%|  10.74%
3.58/3.64	c   3.6s|   400 |   157 | 21649 |  51.1 |    58M |  26 | 100 | 211 | 123 | 299 |  1 | 179 | 599 | 7.841656e+00 | 1.100000e+01 |  40.28%|  12.05%
4.67/4.70	c   4.7s|   500 |   255 | 31337 |  60.3 |    58M |  26 | 100 | 225 | 133 | 426 |  1 | 207 | 635 | 8.383699e+00 | 1.100000e+01 |  31.21%|  18.87%
5.27/5.37	c   5.4s|   600 |   341 | 39066 |  63.1 |    59M |  26 | 100 | 238 | 134 | 507 |  1 | 238 | 645 | 8.526565e+00 | 1.100000e+01 |  29.01%|  21.52%
5.97/6.10	c   6.1s|   700 |   419 | 45473 |  63.3 |    67M |  26 | 100 | 250 | 134 | 603 |  1 | 259 | 659 | 8.680176e+00 | 1.100000e+01 |  26.73%|  24.95%
6.97/7.00	c   7.0s|   800 |   483 | 52177 |  63.7 |    70M |  26 | 100 | 256 | 142 | 727 |  1 | 274 | 661 | 8.733476e+00 | 1.100000e+01 |  25.95%|  26.14%
7.66/7.72	c   7.7s|   900 |   541 | 58459 |  63.6 |    71M |  26 | 100 | 261 | 141 | 823 | 12 | 285 | 664 | 8.769697e+00 | 1.100000e+01 |  25.43%|  29.10%
8.26/8.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.26/8.34	c   8.3s|  1000 |   589 | 63574 |  62.4 |    71M |  26 | 100 | 265 | 123 | 906 |  1 | 292 | 668 | 8.824614e+00 | 1.100000e+01 |  24.65%|  30.93%
8.76/8.85	c   8.9s|  1100 |   649 | 69063 |  61.7 |    71M |  26 | 100 | 268 | 134 | 970 |  0 | 302 | 671 | 8.830225e+00 | 1.100000e+01 |  24.57%|  31.87%
9.36/9.47	c   9.5s|  1200 |   683 | 74048 |  60.7 |    71M |  26 | 100 | 281 | 130 |1060 |  1 | 318 | 680 | 8.904746e+00 | 1.100000e+01 |  23.53%|  33.47%
10.06/10.15	c  10.2s|  1300 |   719 | 79026 |  59.9 |    71M |  26 | 100 | 284 | 130 |1157 |  1 | 323 | 681 | 8.946685e+00 | 1.100000e+01 |  22.95%|  34.69%
10.35/10.46	c  10.5s|  1400 |   749 | 82718 |  58.2 |    72M |  27 | 100 | 289 | 129 |1192 |  0 | 330 | 686 | 8.952228e+00 | 1.100000e+01 |  22.87%|  35.65%
10.86/10.96	c  11.0s|  1500 |   777 | 86882 |  57.1 |    72M |  27 | 100 | 291 | 132 |1265 |  0 | 335 | 688 | 9.002998e+00 | 1.100000e+01 |  22.18%|  37.16%
11.46/11.52	c  11.5s|  1600 |   807 | 91520 |  56.5 |    72M |  27 | 100 | 295 | 130 |1345 |  1 | 340 | 690 | 9.078189e+00 | 1.100000e+01 |  21.17%|  38.84%
12.06/12.11	c  12.1s|  1700 |   823 | 95902 |  55.7 |    73M |  27 | 100 | 297 | 131 |1434 |  1 | 343 | 690 | 9.102998e+00 | 1.100000e+01 |  20.84%|  40.46%
12.55/12.65	c  12.7s|  1800 |   841 | 99874 |  54.8 |    82M |  27 | 100 | 300 | 123 |1511 |  1 | 347 | 694 | 9.108512e+00 | 1.100000e+01 |  20.77%|  41.84%
12.85/12.90	c  12.9s|  1900 |   851 |103066 |  53.6 |    82M |  28 | 100 | 305 | 132 |1537 |  1 | 353 | 697 | 9.118160e+00 | 1.100000e+01 |  20.64%|  43.41%
13.05/13.15	c  13.2s|  2000 |   873 |106183 |  52.5 |    82M |  28 | 100 | 307 | 131 |1561 |  1 | 359 | 700 | 9.122842e+00 | 1.100000e+01 |  20.58%|  44.75%
13.45/13.53	c  13.5s|  2100 |   895 |110319 |  52.0 |    82M |  28 | 100 | 314 | 129 |1610 |  1 | 367 | 701 | 9.130638e+00 | 1.100000e+01 |  20.47%|  45.18%
13.75/13.89	c  13.9s|  2200 |   905 |113834 |  51.2 |    82M |  28 | 100 | 316 | 130 |1657 |  1 | 369 | 702 | 9.191274e+00 | 1.100000e+01 |  19.68%|  47.40%
13.95/14.04	c  14.0s|  2300 |   919 |116805 |  50.3 |    82M |  28 | 100 | 318 | 130 |1670 |  0 | 374 | 702 | 9.205907e+00 | 1.100000e+01 |  19.49%|  48.07%
14.15/14.29	c  14.3s|  2400 |   929 |119568 |  49.3 |    83M |  28 | 100 | 321 | 132 |1694 |  1 | 378 | 704 | 9.211646e+00 | 1.100000e+01 |  19.41%|  49.18%
14.54/14.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.54/14.63	c  14.6s|  2500 |   945 |122983 |  48.7 |    84M |  29 | 100 | 322 | 132 |1736 |  1 | 383 | 706 | 9.225155e+00 | 1.100000e+01 |  19.24%|  50.23%
14.64/14.77	c  14.8s|  2600 |   953 |125665 |  47.9 |    84M |  29 | 100 | 324 | 129 |1745 |  1 | 385 | 707 | 9.259078e+00 | 1.100000e+01 |  18.80%|  51.40%
14.95/15.09	c  15.1s|  2700 |   955 |128827 |  47.3 |    84M |  29 | 100 | 325 | 123 |1787 |  0 | 386 | 707 | 9.287454e+00 | 1.100000e+01 |  18.44%|  52.20%
15.24/15.30	c  15.3s|  2800 |   955 |131632 |  46.6 |    84M |  29 | 100 | 325 | 131 |1811 |  0 | 387 | 707 | 9.288848e+00 | 1.100000e+01 |  18.42%|  53.79%
15.34/15.40	c  15.4s|  2900 |   957 |133906 |  45.8 |    84M |  29 | 100 | 325 | 133 |1815 |  0 | 387 | 708 | 9.324026e+00 | 1.100000e+01 |  17.97%|  54.50%
15.44/15.55	c  15.5s|  3000 |   959 |136509 |  45.1 |    84M |  29 | 100 | 325 | 132 |1825 |  1 | 390 | 708 | 9.351629e+00 | 1.100000e+01 |  17.63%|  55.26%
15.64/15.73	c  15.7s|  3100 |   959 |139059 |  44.5 |    84M |  29 | 100 | 327 | 131 |1840 |  1 | 394 | 708 | 9.353718e+00 | 1.100000e+01 |  17.60%|  55.63%
15.74/15.87	c  15.9s|  3200 |   961 |141181 |  43.7 |    84M |  29 | 100 | 326 | 129 |1850 |  1 | 396 | 709 | 9.363550e+00 | 1.100000e+01 |  17.48%|  56.16%
15.84/15.99	c  16.0s|  3300 |   965 |143700 |  43.2 |    84M |  29 | 100 | 327 | 123 |1859 |  1 | 398 | 710 | 9.387903e+00 | 1.100000e+01 |  17.17%|  57.26%
15.94/16.02	o 10
15.94/16.03	c *16.0s|  3329 |     0 |144342 |  43.0 |    LP  |  29 | 100 | 327 | 132 |1859 |  1 | 399 | 710 | 1.000000e+01 | 1.000000e+01 |   0.00%| 100.00%
15.94/16.03	c 
15.94/16.03	c SCIP Status        : problem is solved [optimal solution found]
15.94/16.03	c Solving Time (sec) : 16.03
15.94/16.03	c Solving Nodes      : 3329
15.94/16.03	c Primal Bound       : +1.00000000000000e+01 (845 solutions)
15.94/16.03	c Dual Bound         : +1.00000000000000e+01
15.94/16.03	c Gap                : 0.00 %
15.94/16.03	s OPTIMUM FOUND
15.94/16.03	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 x18 x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29
15.94/16.03	v x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55
15.94/16.03	v -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81
15.94/16.03	v -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100
15.94/16.03	c SCIP Status        : problem is solved [optimal solution found]
15.94/16.03	c Total Time         :      16.03
15.94/16.03	c   solving          :      16.03
15.94/16.03	c   presolving       :       0.01 (included in solving)
15.94/16.03	c   reading          :       0.00 (included in solving)
15.94/16.03	c   copying          :       0.02 (10 #copies) (minimal 0.00, maximal 0.00, average 0.00)
15.94/16.03	c Original Problem   :
15.94/16.03	c   Problem name     : HOME/instance-4498296-1751268251.opb
15.94/16.03	c   Variables        : 1360 (100 binary, 0 integer, 1260 continuous)
15.94/16.03	c   implied integral : 1260 (0 binary, 0 integer, 1260 continuous)
15.94/16.03	c   Constraints      : 1460 initial, 1460 maximal
15.94/16.03	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
15.94/16.03	c Presolved Problem  :
15.94/16.03	c   Problem name     : t_HOME/instance-4498296-1751268251.opb
15.94/16.03	c   Variables        : 100 (100 binary, 0 integer, 0 continuous)
15.94/16.03	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
15.94/16.03	c   Constraints      : 100 initial, 327 maximal
15.94/16.03	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
15.94/16.03	c   Nonzeros         : 1360 constraint, 0 clique table
15.94/16.03	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
15.94/16.03	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.94/16.03	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.94/16.03	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
15.94/16.03	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.94/16.03	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
15.94/16.03	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   dualfix          :       0.00       0.00      4       1260          0          0          0          0          0          0          0          0
15.94/16.03	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.94/16.03	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.94/16.03	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.94/16.03	c   linear           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
15.94/16.03	c   logicor          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
15.94/16.03	c   pseudoboolean    :       0.00       0.00      1          0          0          0          0          0       1460        100          0          0
15.94/16.03	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
15.94/16.03	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
15.94/16.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
15.94/16.03	c   integral         :          0          0          0          0       2294          0          0        952          0          0        275          0          0        213       4298
15.94/16.03	c   logicor          :        100+       328         32       7111          1          0          0        949         98         57         14          0          0          0          0
15.94/16.03	c   fixedvar         :          0          0          0          0          1          0          0        871          0          0          0          0          0          0          0
15.94/16.03	c   countsols        :          0          0          0          0          1          0          0        871          0          0          0          0          0          0          0
15.94/16.03	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
15.94/16.03	c   integral         :       1.43       0.00       0.00       0.00       1.42       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   logicor          :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   fixedvar         :       0.03       0.00       0.00       0.00       0.00       0.00       0.00       0.03       0.00       0.00
15.94/16.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
15.94/16.03	c   dualfix          :          2          0          0          0
15.94/16.03	c   genvbounds       :          0          0          0          0
15.94/16.03	c   nlobbt           :          0          0          0          0
15.94/16.03	c   obbt             :          0          0          0          0
15.94/16.03	c   probing          :          0          0          0          0
15.94/16.03	c   pseudoobj        :       9574          0          0          0
15.94/16.03	c   redcost          :      10724          0          0      28468
15.94/16.03	c   rootredcost      :          1          0          0          0
15.94/16.03	c   symmetry         :          0          0          0          0
15.94/16.03	c   vbounds          :          0          0          0          0
15.94/16.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
15.94/16.03	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   redcost          :       0.04       0.00       0.00       0.04       0.00       0.00
15.94/16.03	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
15.94/16.03	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
15.94/16.03	c   propagation      :       0.00         57         15          -         15       21.6          0        0.0          -          -          -
15.94/16.03	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
15.94/16.03	c   bound exceed. LP :       0.06        677        370          -        414       15.3          0        0.0          0        0.0       2849
15.94/16.03	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
15.94/16.03	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
15.94/16.03	c   applied globally :       0.00          -          -          0        232       11.6          -          -          0          -          -
15.94/16.03	c   applied locally  :          -          -          -          0        167       20.7          -          -          0          -          -
15.94/16.03	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
15.94/16.03	c   cut pool         :       1.48          -       2873         51          -          -      50091     126159          -          -          -          -          -    (maximal pool size:       2741)
15.94/16.03	c   aggregation      :       5.25       0.00       1855         32          0          0          0          0          0          0          0          0          0
15.94/16.03	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
15.94/16.03	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
15.94/16.03	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
15.94/16.03	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   clique           :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
15.94/16.03	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   gomory           :       2.19       0.00        966         10          0          0      49115     123455          0       1659       1659          0          0
15.94/16.03	c   > gomorymi       :          -          -          -          -          -          -          -      94853          0       1543       1543          0          -
15.94/16.03	c   > strongcg       :          -          -          -          -          -          -          -      28602          0        116        116          0          -
15.94/16.03	c   impliedbounds    :       0.00       0.00       1855         32          0          0          0          0          0          0          0          0          0
15.94/16.03	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
15.94/16.03	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   multilinear      :       0.00       0.00        207         32          0          0          0          0          0          0          0          0          0
15.94/16.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
15.94/16.03	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
15.94/16.03	c   zerohalf         :       0.52       0.00        976         20          0          0        976       2704          0        200        200          0          0
15.94/16.03	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
15.94/16.03	c   hybrid           :       0.10       0.00       1857         32       1859          0     124300         32          0       3427
15.94/16.03	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
15.94/16.03	c   problem variables:       0.00          -          0          0
15.94/16.03	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
15.94/16.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c   relpscost        :       1.42       0.00       2293          0          0          0        275          0        213       4298
15.94/16.03	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
15.94/16.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
15.94/16.03	c   LP solutions     :       0.01          -          -          1          1
15.94/16.03	c   relax solutions  :       0.00          -          -          0          0
15.94/16.03	c   pseudo solutions :       0.00          -          -          0          0
15.94/16.03	c   strong branching :       0.02          -          -        365          0
15.94/16.03	c   actconsdiving    :       0.00       0.00          0          0          0
15.94/16.03	c   adaptivediving   :       0.06       0.00         40          0          0
15.94/16.03	c   alns             :       0.01       0.00          5          0          0
15.94/16.03	c   bound            :       0.00       0.00          0          0          0
15.94/16.03	c   clique           :       0.00       0.00          0          0          0
15.94/16.03	c   coefdiving       :       0.00       0.00          0          0          0
15.94/16.03	c   completesol      :       0.00       0.00          0          0          0
15.94/16.03	c   conflictdiving   :       0.02       0.00         20          0          0
15.94/16.03	c   crossover        :       0.00       0.00          0          0          0
15.94/16.03	c   dins             :       0.00       0.00          0          0          0
15.94/16.03	c   distributiondivin:       0.34       0.00         20          0          0
15.94/16.03	c   dks              :       0.00       0.00          0          0          0
15.94/16.03	c   dps              :       0.00       0.00          0          0          0
15.94/16.03	c   dualval          :       0.00       0.00          0          0          0
15.94/16.03	c   farkasdiving     :       0.00       0.00          0          0          0
15.94/16.03	c   feaspump         :       0.00       0.00          0          0          0
15.94/16.03	c   fixandinfer      :       0.00       0.00          0          0          0
15.94/16.03	c   fracdiving       :       0.02       0.00         20          0          0
15.94/16.03	c   gins             :       0.00       0.00          0          0          0
15.94/16.03	c   guideddiving     :       0.02       0.00         20          0          0
15.94/16.03	c   indicator        :       0.00       0.00          0          0          0
15.94/16.03	c   indicatordiving  :       0.00       0.00          0          0          0
15.94/16.03	c   intdiving        :       0.00       0.00          0          0          0
15.94/16.03	c   intshifting      :       0.00       0.00          0          0          0
15.94/16.03	c   linesearchdiving :       0.02       0.00         20          0          0
15.94/16.03	c   localbranching   :       0.00       0.00          0          0          0
15.94/16.03	c   locks            :       0.00       0.00          1          1          1
15.94/16.03	c   lpface           :       0.00       0.00          0          0          0
15.94/16.03	c   mpec             :       0.00       0.00          0          0          0
15.94/16.03	c   multistart       :       0.00       0.00          0          0          0
15.94/16.03	c   mutation         :       0.00       0.00          0          0          0
15.94/16.03	c   nlpdiving        :       0.00       0.00          0          0          0
15.94/16.03	c   objpscostdiving  :       0.10       0.00         10         20          0
15.94/16.03	c   octane           :       0.00       0.00          0          0          0
15.94/16.03	c   ofins            :       0.00       0.00          0          0          0
15.94/16.03	c   oneopt           :       0.00       0.00          1          0          0
15.94/16.03	c   padm             :       0.00       0.00          0          0          0
15.94/16.03	c   proximity        :       0.00       0.00          0          0          0
15.94/16.03	c   pscostdiving     :       0.03       0.00         20          1          0
15.94/16.03	c   randrounding     :       0.01       0.00         76          0          0
15.94/16.03	c   rens             :       0.00       0.00          0          0          0
15.94/16.03	c   reoptsols        :       0.00       0.00          0          0          0
15.94/16.03	c   repair           :       0.00       0.00          0          0          0
15.94/16.03	c   rins             :       0.16       0.00          5          4          0
15.94/16.03	c   rootsoldiving    :       0.01       0.00         10          0          0
15.94/16.03	c   rounding         :       0.01       0.00        846          0          0
15.94/16.03	c   scheduler        :       0.00       0.00          0          0          0
15.94/16.03	c   shiftandpropagate:       0.00       0.00          0          0          0
15.94/16.03	c   shifting         :       0.01       0.00        585          0          0
15.94/16.03	c   simplerounding   :       0.02       0.00       4152         45          0
15.94/16.03	c   subnlp           :       0.00       0.00          0          0          0
15.94/16.03	c   trivial          :       0.00       0.00          2          1          1
15.94/16.03	c   trivialnegation  :       0.00       0.00          0          0          0
15.94/16.03	c   trustregion      :       0.00       0.00          0          0          0
15.94/16.03	c   trysol           :       0.00       0.00          0          0          0
15.94/16.03	c   twoopt           :       0.00       0.00          0          0          0
15.94/16.03	c   undercover       :       0.00       0.00          0          0          0
15.94/16.03	c   vbounds          :       0.00       0.00          0          0          0
15.94/16.03	c   veclendiving     :       0.02       0.00         20          0          0
15.94/16.03	c   zeroobj          :       0.00       0.00          0          0          0
15.94/16.03	c   zirounding       :       0.08       0.00       2149        407          0
15.94/16.03	c   other solutions  :          -          -          -          0          -
15.94/16.03	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
15.94/16.03	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
15.94/16.03	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
15.94/16.03	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
15.94/16.03	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
15.94/16.03	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
15.94/16.03	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
15.94/16.03	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
15.94/16.03	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
15.94/16.03	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
15.94/16.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
15.94/16.03	c   primal LP        :       0.03        329          0       0.00       0.00       0.03        329
15.94/16.03	c   dual LP          :       3.36       7714     134879      25.33   40094.88       0.18       2389
15.94/16.03	c   lex dual LP      :       0.00          0          0       0.00          -
15.94/16.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
15.94/16.03	c   resolve instable :       0.00          0          0       0.00          -
15.94/16.03	c   diving/probing LP:       0.30        758       9463      12.48   31161.19
15.94/16.03	c   strong branching :       1.25        710      47292      66.61   37688.06          -          -         33
15.94/16.03	c     (at root node) :          -         23       4360     189.57          -
15.94/16.03	c   conflict analysis:       0.04        289       2849       9.86   67807.50
15.94/16.03	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
15.94/16.03	c   benders          :       0.00          0          0          0       0.00          0          0          0
15.94/16.03	c B&B Tree           :
15.94/16.03	c   number of runs   :          1
15.94/16.03	c   nodes            :       3329 (2149 internal, 1180 leaves)
15.94/16.03	c   feasible leaves  :          1
15.94/16.03	c   infeas. leaves   :          5
15.94/16.03	c   objective leaves :       1174
15.94/16.03	c   nodes (total)    :       3329 (2149 internal, 1180 leaves)
15.94/16.03	c   nodes left       :          0
15.94/16.03	c   max depth        :         29
15.94/16.03	c   max depth (total):         29
15.94/16.03	c   backtracks       :        953 (28.6%)
15.94/16.03	c   early backtracks :          0 (0.0%)
15.94/16.03	c   nodes exc. ref.  :          0 (0.0%)
15.94/16.03	c   delayed cutoffs  :          0
15.94/16.03	c   repropagations   :         19 (9 domain reductions, 0 cutoffs)
15.94/16.03	c   avg switch length:       7.08
15.94/16.03	c   switching time   :       0.09
15.94/16.03	c Root Node          :
15.94/16.03	c   First LP value   : +7.20819039498947e+00
15.94/16.03	c   First LP Iters   :        475 (59234.32 Iter/sec)
15.94/16.03	c   First LP Time    :       0.01
15.94/16.03	c   Final Dual Bound : +7.46318225018590e+00
15.94/16.03	c   Final Root Iters :       1253
15.94/16.03	c   Root LP Estimate : +9.09908630421863e+00
15.94/16.03	c Solution           :
15.94/16.03	c   Solutions found  :        845 (3 improvements)
15.94/16.03	c   First Solution   : +1.00000000000000e+02   (in run 1, after 1 nodes, 0.01 seconds, depth 0, found by <trivial>)
15.94/16.03	c   Gap First Sol.   :   infinite
15.94/16.03	c   Gap Last Sol.    :       0.00 %
15.94/16.03	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 3329 nodes, 16.03 seconds, depth -1, found by <relaxation>)
15.94/16.03	c   Dual Bound       : +1.00000000000000e+01
15.94/16.03	c   Gap              :       0.00 %
15.94/16.03	c Integrals          :      Total       Avg%
15.94/16.03	c   primal-dual      :     346.29      21.60
15.94/16.03	c   primal-ref       :          -          - (not evaluated)
15.94/16.03	c   dual-ref         :          -          - (not evaluated)
15.94/16.06	c Time complete (sec):     16.010

Verifier Data

OK	10

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: 63708 MiB (61523 MiB free)
  memory of node 1: 64465 MiB (62404 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498296-1751268251/watcher-4498296-1751268251 -o /tmp/evaluation-result-4498296-1751268251/solver-4498296-1751268251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751268232-45645 --watchdog 3760 pbsolver -f HOME/instance-4498296-1751268251.opb -t 3600 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=45976, runsolver pid=45973
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.38 0.37 0.18 5/266 45977
/proc/meminfo: memFree=126869976/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=45324 memory=36096 CPUtime=0.09 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 6651 0 0 0 9 0 0 0 20 0 1 0 42503855 46411776 9024 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 11331 9024 2624 2575 0 8238 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45324 KiB
Current children cumulated memory: 36096 KiB

[startup+0.205428 s]*
/proc/loadavg: 1.38 0.37 0.18 5/266 45977
/proc/meminfo: memFree=126861912/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=53608 memory=44032 CPUtime=0.2 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 8636 0 0 0 19 1 0 0 20 0 1 0 42503855 54894592 11008 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 13402 11008 2624 2575 0 10309 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 53608 KiB
Current children cumulated memory: 44032 KiB

[startup+0.305377 s]*
/proc/loadavg: 1.38 0.37 0.18 5/266 45977
/proc/meminfo: memFree=126862220/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=56188 memory=45568 CPUtime=0.3 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 9019 0 0 0 29 1 0 0 20 0 1 0 42503855 57536512 11392 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 14047 11392 2624 2575 0 10954 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 56188 KiB
Current children cumulated memory: 45568 KiB

[startup+0.700111 s]
/proc/loadavg: 1.38 0.37 0.18 5/266 45977
/proc/meminfo: memFree=126862236/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=56188 memory=45568 CPUtime=0.69 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 9021 0 0 0 68 1 0 0 20 0 1 0 42503855 57536512 11392 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 14047 11392 2624 2575 0 10954 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 56188 KiB
Current children cumulated memory: 45568 KiB

[startup+1.50017 s]
/proc/loadavg: 1.38 0.37 0.18 5/266 45977
/proc/meminfo: memFree=126862236/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=64536 memory=53888 CPUtime=1.48 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 11106 0 0 0 147 1 0 0 20 0 1 0 42503855 66084864 13472 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 16134 13472 2624 2575 0 13041 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 64536 KiB
Current children cumulated memory: 53888 KiB

[startup+3.10526 s]
/proc/loadavg: 1.59 0.43 0.20 5/266 45977
/proc/meminfo: memFree=126822168/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=82180 memory=70272 CPUtime=3.08 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 15153 0 0 0 306 2 0 0 20 0 1 0 42503855 84152320 17568 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 20545 17568 2688 2575 0 17452 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 82180 KiB
Current children cumulated memory: 70272 KiB

[startup+6.30016 s]
/proc/loadavg: 1.59 0.43 0.20 5/266 45977
/proc/meminfo: memFree=126805708/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=89836 memory=77056 CPUtime=6.27 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 16863 0 0 0 625 2 0 0 20 0 1 0 42503855 91992064 19264 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 22459 19264 2688 2575 0 19366 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 89836 KiB
Current children cumulated memory: 77056 KiB

[startup+12.7002 s]
/proc/loadavg: 2.04 0.57 0.25 5/266 45977
/proc/meminfo: memFree=126782776/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=104096 memory=89984 CPUtime=12.65 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 20086 0 0 0 1262 3 0 0 20 0 1 0 42503855 106594304 22496 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 26024 22496 2688 2575 0 22931 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 104096 KiB
Current children cumulated memory: 89984 KiB

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

# cumulated CPU time of all completed processes:  user=15.9735 s, system=0.039861 s

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

[startup+12.8002 s]
/proc/loadavg: 2.04 0.57 0.25 5/266 45977
/proc/meminfo: memFree=126782776/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=104096 memory=90240 CPUtime=12.75 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 20138 0 0 0 1272 3 0 0 20 0 1 0 42503855 106594304 22560 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 26024 22560 2688 2575 0 22931 0
Current children cumulated CPU time: 12.75 s
Current children cumulated vsize: 104096 KiB
Current children cumulated memory: 90240 KiB

[startup+14.4002 s]
/proc/loadavg: 2.04 0.57 0.25 5/266 45978
/proc/meminfo: memFree=126774712/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=105096 memory=92160 CPUtime=14.34 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 20648 0 0 0 1431 3 0 0 20 0 1 0 42503855 107618304 23040 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 26274 23040 2688 2575 0 23181 0
Current children cumulated CPU time: 14.34 s
Current children cumulated vsize: 105096 KiB
Current children cumulated memory: 92160 KiB

[startup+15.2001 s]
/proc/loadavg: 2.04 0.57 0.25 5/266 45978
/proc/meminfo: memFree=126766648/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=106120 memory=92416 CPUtime=15.14 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 20696 0 0 0 1511 3 0 0 20 0 1 0 42503855 108666880 23104 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 26530 23104 2688 2575 0 23437 0
Current children cumulated CPU time: 15.14 s
Current children cumulated vsize: 106120 KiB
Current children cumulated memory: 92416 KiB

[startup+15.6002 s]
/proc/loadavg: 2.04 0.57 0.25 5/266 45978
/proc/meminfo: memFree=126766648/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=106120 memory=92416 CPUtime=15.54 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 20697 0 0 0 1551 3 0 0 20 0 1 0 42503855 108666880 23104 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 26530 23104 2688 2575 0 23437 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 106120 KiB
Current children cumulated memory: 92416 KiB

[startup+16.0001 s]*
/proc/loadavg: 2.04 0.57 0.25 4/264 45982
/proc/meminfo: memFree=126819496/131249992 swapFree=33010684/33010684
[pid=45976] ppid=45973 vsize=106688 memory=93056 CPUtime=15.94 cores=0,2
/proc/45976/stat : 45976 (pbsolver) R 45973 45976 45628 0 -1 4194304 20862 0 0 0 1591 3 0 0 20 0 1 0 42503855 109248512 23264 18446744073709551615 4198400 14743177 140735760240944 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 16769280 16853168 42090496 140735760243082 140735760243178 140735760243178 140735760248780 0
/proc/45976/statm: 26672 23264 2688 2575 0 23579 0
Current children cumulated CPU time: 15.94 s
Current children cumulated vsize: 106688 KiB
Current children cumulated memory: 93056 KiB

Child status: 0

Real time (s): 16.0628
CPU time (s): 16.0134
CPU user time (s): 15.9735
CPU system time (s): 0.039861
CPU usage (%): 99.6925
Max. virtual memory (cumulated for all children) (KiB): 106688
Max. memory (cumulated for all children) (KiB): 93056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9735
system time used= 0.039861
maximum resident set size= 93056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20862
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= 3
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 45976
#   total CPU time (s): 16.0134
#   total CPU user time (s): 15.9735
#   total CPU system time (s): 0.039861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035464 second user time and 0.104348 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-30 09:24:11
IDJOB=4498296
IDBENCH=148596
IDSOLVER=3366
FILE ID=nodeC025/4498296-1751268251
RUNJOBID= nodeC025-1751268232-45645
SLURM_JOB_ID= 9594192
Free space on /tmp= 433020 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_2.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498296-1751268251/watcher-4498296-1751268251 -o /tmp/evaluation-result-4498296-1751268251/solver-4498296-1751268251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751268232-45645 --watchdog 3760  pbsolver -f HOME/instance-4498296-1751268251.opb -t 3600 -m 31000

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

MD5SUM BENCH= d1da6339ee7ef8ec01d4c55772fc8100
RANDOM SEED=27383631

nodeC025 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	: 0xb00002a
cpu MHz		: 3489.882
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.830
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.838
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3471.002
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.831
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.836
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3600.149
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3700.000
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        126901972 kB
MemAvailable:   129547856 kB
Buffers:            3280 kB
Cached:          3445360 kB
SwapCached:            0 kB
Active:           630220 kB
Inactive:        3106392 kB
Active(anon):     306076 kB
Inactive(anon):        0 kB
Active(file):     324144 kB
Inactive(file):  3106392 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45304 kB
Writeback:             0 kB
AnonPages:        290988 kB
Mapped:           134928 kB
Shmem:             18084 kB
KReclaimable:     109172 kB
Slab:             196884 kB
SReclaimable:     109172 kB
SUnreclaim:        87712 kB
KernelStack:        4352 kB
PageTables:         3708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     650836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC025 at 2025-06-30 09:24:27