Trace number 4498295

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 2024-07-07OPT10 16.9801 17.0432

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.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-4498295-1751268253.opb>
0.00/0.02	c original problem has 1360 variables (100 bin, 0 int, 1260 impl, 0 cont) and 1460 constraints
0.00/0.02	c problem read in 0.01
0.00/0.03	c presolving:
0.00/0.04	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.04	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.04	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.05	c    (0.0s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.05	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.05	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.05	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
0.00/0.05	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.05	c  0 implications, 0 cliques
0.00/0.05	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.05	c     100 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.02
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 10.0.0
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.05	c limits/time = 3596.993138
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.05	c limits/memory = 27900
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 100
0.00/0.05	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.05	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.05	o 11
0.00/0.05	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.08	c   0.1s|     1 |     0 |   475 |     - |  8262k |   0 | 100 | 100 | 100 |   0 |  0 |   0 |   0 | 7.208190e+00 | 1.100000e+01 |  52.60%| unknown
0.10/0.12	c   0.1s|     1 |     0 |   536 |     - |    11M |   0 | 100 | 100 | 101 |   1 |  1 |   0 |   0 | 7.287134e+00 | 1.100000e+01 |  50.95%| unknown
0.10/0.16	c   0.1s|     1 |     0 |   587 |     - |    14M |   0 | 100 | 100 | 102 |   2 |  2 |   0 |   0 | 7.356835e+00 | 1.100000e+01 |  49.52%| unknown
0.10/0.19	c   0.2s|     1 |     0 |   644 |     - |    16M |   0 | 100 | 100 | 103 |   3 |  3 |   0 |   0 | 7.381737e+00 | 1.100000e+01 |  49.02%| unknown
0.21/0.22	c   0.2s|     1 |     0 |   674 |     - |    19M |   0 | 100 | 100 | 104 |   4 |  4 |   0 |   0 | 7.389321e+00 | 1.100000e+01 |  48.86%| unknown
0.21/0.26	c   0.2s|     1 |     0 |   740 |     - |    22M |   0 | 100 | 100 | 105 |   5 |  5 |   0 |   0 | 7.402607e+00 | 1.100000e+01 |  48.60%| unknown
0.21/0.28	c   0.3s|     1 |     0 |   798 |     - |    22M |   0 | 100 | 100 | 106 |   6 |  6 |   0 |   0 | 7.421807e+00 | 1.100000e+01 |  48.21%| unknown
0.21/0.31	c   0.3s|     1 |     0 |   823 |     - |    24M |   0 | 100 | 100 | 107 |   7 |  7 |   0 |   0 | 7.425836e+00 | 1.100000e+01 |  48.13%| unknown
0.30/0.34	c   0.3s|     1 |     0 |   868 |     - |    27M |   0 | 100 | 100 | 108 |   8 |  8 |   0 |   0 | 7.430570e+00 | 1.100000e+01 |  48.04%| unknown
0.30/0.37	c   0.4s|     1 |     0 |   881 |     - |    28M |   0 | 100 | 100 | 109 |   9 |  9 |   0 |   0 | 7.431175e+00 | 1.100000e+01 |  48.03%| unknown
0.30/0.40	c   0.4s|     1 |     0 |   918 |     - |    31M |   0 | 100 | 100 | 110 |  10 | 10 |   0 |   0 | 7.433921e+00 | 1.100000e+01 |  47.97%| unknown
0.30/0.41	c   0.4s|     1 |     0 |   939 |     - |    31M |   0 | 100 | 100 | 111 |  11 | 11 |   0 |   0 | 7.435576e+00 | 1.100000e+01 |  47.94%| unknown
0.41/0.43	c   0.4s|     1 |     0 |   959 |     - |    31M |   0 | 100 | 100 | 112 |  12 | 12 |   0 |   0 | 7.436796e+00 | 1.100000e+01 |  47.91%| unknown
0.41/0.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.41/0.44	c   0.4s|     1 |     0 |   972 |     - |    31M |   0 | 100 | 100 | 113 |  13 | 13 |   0 |   0 | 7.437182e+00 | 1.100000e+01 |  47.91%| unknown
0.41/0.45	c   0.4s|     1 |     0 |  1000 |     - |    31M |   0 | 100 | 100 | 114 |  14 | 14 |   0 |   0 | 7.439650e+00 | 1.100000e+01 |  47.86%| unknown
0.41/0.47	c   0.5s|     1 |     0 |  1023 |     - |    32M |   0 | 100 | 100 | 115 |  15 | 15 |   0 |   0 | 7.441091e+00 | 1.100000e+01 |  47.83%| unknown
0.41/0.48	c   0.5s|     1 |     0 |  1051 |     - |    32M |   0 | 100 | 100 | 116 |  16 | 16 |   0 |   0 | 7.442494e+00 | 1.100000e+01 |  47.80%| unknown
0.41/0.50	c   0.5s|     1 |     0 |  1066 |     - |    32M |   0 | 100 | 100 | 117 |  17 | 17 |   0 |   0 | 7.442708e+00 | 1.100000e+01 |  47.80%| unknown
0.41/0.51	c   0.5s|     1 |     0 |  1090 |     - |    32M |   0 | 100 | 100 | 118 |  18 | 18 |   0 |   0 | 7.443765e+00 | 1.100000e+01 |  47.77%| unknown
0.51/0.53	c   0.5s|     1 |     0 |  1106 |     - |    32M |   0 | 100 | 100 | 119 |  19 | 19 |   0 |   0 | 7.444018e+00 | 1.100000e+01 |  47.77%| unknown
0.51/0.55	c   0.5s|     1 |     0 |  1117 |     - |    32M |   0 | 100 | 100 | 120 |  20 | 20 |   0 |   0 | 7.444478e+00 | 1.100000e+01 |  47.76%| unknown
0.51/0.56	c   0.5s|     1 |     0 |  1136 |     - |    32M |   0 | 100 | 100 | 121 |  21 | 21 |   0 |   0 | 7.445040e+00 | 1.100000e+01 |  47.75%| unknown
0.51/0.57	c   0.6s|     1 |     0 |  1169 |     - |    32M |   0 | 100 | 100 | 122 |  22 | 22 |   0 |   0 | 7.446063e+00 | 1.100000e+01 |  47.73%| unknown
0.51/0.59	c   0.6s|     1 |     0 |  1180 |     - |    32M |   0 | 100 | 100 | 123 |  23 | 23 |   0 |   0 | 7.446140e+00 | 1.100000e+01 |  47.73%| unknown
0.51/0.60	c   0.6s|     1 |     0 |  1201 |     - |    32M |   0 | 100 | 100 | 124 |  24 | 24 |   0 |   0 | 7.446750e+00 | 1.100000e+01 |  47.72%| unknown
0.59/0.62	c   0.6s|     1 |     0 |  1210 |     - |    32M |   0 | 100 | 100 | 125 |  25 | 25 |   0 |   0 | 7.447063e+00 | 1.100000e+01 |  47.71%| unknown
0.59/0.63	c   0.6s|     1 |     0 |  1217 |     - |    32M |   0 | 100 | 100 | 126 |  26 | 26 |   0 |   0 | 7.447115e+00 | 1.100000e+01 |  47.71%| unknown
0.59/0.65	c   0.6s|     1 |     0 |  1230 |     - |    32M |   0 | 100 | 100 | 127 |  27 | 27 |   0 |   0 | 7.447394e+00 | 1.100000e+01 |  47.70%| unknown
0.59/0.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.59/0.67	c   0.7s|     1 |     0 |  1232 |     - |    32M |   0 | 100 | 100 | 128 |  28 | 28 |   0 |   0 | 7.447402e+00 | 1.100000e+01 |  47.70%| unknown
0.59/0.69	c   0.7s|     1 |     0 |  1235 |     - |    32M |   0 | 100 | 100 | 126 |  29 | 29 |   0 |   0 | 7.447480e+00 | 1.100000e+01 |  47.70%| unknown
0.68/0.70	c   0.7s|     1 |     0 |  1245 |     - |    32M |   0 | 100 | 100 | 127 |  30 | 30 |   0 |   0 | 7.447773e+00 | 1.100000e+01 |  47.70%| unknown
0.68/0.72	c   0.7s|     1 |     0 |  1250 |     - |    32M |   0 | 100 | 100 | 128 |  31 | 31 |   0 |   0 | 7.447936e+00 | 1.100000e+01 |  47.69%| unknown
0.68/0.74	c   0.7s|     1 |     0 |  1253 |     - |    32M |   0 | 100 | 100 | 129 |  32 | 32 |   0 |   0 | 7.447948e+00 | 1.100000e+01 |  47.69%| unknown
0.99/1.03	c   1.0s|     1 |     2 |  1253 |     - |    32M |   0 | 100 | 100 | 129 |  32 | 32 |   0 |  23 | 7.463182e+00 | 1.100000e+01 |  47.39%| unknown
2.57/2.69	c   2.7s|   100 |    41 |  7234 |  60.4 |    56M |  16 | 100 | 177 | 132 |  88 |  9 |  97 | 464 | 7.841656e+00 | 1.100000e+01 |  40.28%|   9.10%
3.37/3.41	c   3.4s|   200 |    79 | 12383 |  55.9 |    56M |  22 | 100 | 194 | 134 | 179 |  1 | 133 | 523 | 7.841656e+00 | 1.100000e+01 |  40.28%|   9.24%
3.98/4.02	c   4.0s|   300 |   121 | 16754 |  51.8 |    56M |  26 | 100 | 198 | 123 | 243 |  1 | 149 | 560 | 7.841656e+00 | 1.100000e+01 |  40.28%|  10.74%
4.46/4.54	c   4.5s|   400 |   157 | 21649 |  51.1 |    57M |  26 | 100 | 211 | 123 | 299 |  1 | 179 | 599 | 7.841656e+00 | 1.100000e+01 |  40.28%|  12.05%
5.56/5.61	c   5.6s|   500 |   255 | 31337 |  60.3 |    57M |  26 | 100 | 225 | 133 | 426 |  1 | 207 | 635 | 8.383699e+00 | 1.100000e+01 |  31.21%|  18.87%
6.16/6.28	c   6.3s|   600 |   341 | 39066 |  63.1 |    58M |  26 | 100 | 238 | 134 | 507 |  1 | 238 | 645 | 8.526565e+00 | 1.100000e+01 |  29.01%|  21.52%
6.98/7.01	c   7.0s|   700 |   419 | 45473 |  63.3 |    67M |  26 | 100 | 250 | 134 | 603 |  1 | 259 | 659 | 8.680176e+00 | 1.100000e+01 |  26.73%|  24.95%
7.86/7.92	c   7.9s|   800 |   483 | 52177 |  63.7 |    69M |  26 | 100 | 256 | 142 | 727 |  1 | 274 | 661 | 8.733476e+00 | 1.100000e+01 |  25.95%|  26.14%
8.56/8.65	c   8.6s|   900 |   541 | 58459 |  63.6 |    70M |  26 | 100 | 261 | 141 | 823 | 12 | 285 | 664 | 8.769697e+00 | 1.100000e+01 |  25.43%|  29.10%
9.15/9.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.15/9.26	c   9.3s|  1000 |   589 | 63574 |  62.4 |    70M |  26 | 100 | 265 | 123 | 906 |  1 | 292 | 668 | 8.824614e+00 | 1.100000e+01 |  24.65%|  30.93%
9.65/9.78	c   9.8s|  1100 |   649 | 69063 |  61.7 |    70M |  26 | 100 | 268 | 134 | 970 |  0 | 302 | 671 | 8.830225e+00 | 1.100000e+01 |  24.57%|  31.87%
10.35/10.43	c  10.4s|  1200 |   683 | 74048 |  60.7 |    70M |  26 | 100 | 281 | 130 |1060 |  1 | 318 | 680 | 8.904746e+00 | 1.100000e+01 |  23.53%|  33.47%
11.06/11.13	c  11.1s|  1300 |   719 | 79026 |  59.9 |    70M |  26 | 100 | 284 | 130 |1157 |  1 | 323 | 681 | 8.946685e+00 | 1.100000e+01 |  22.95%|  34.69%
11.35/11.44	c  11.4s|  1400 |   749 | 82718 |  58.2 |    70M |  27 | 100 | 289 | 129 |1192 |  0 | 330 | 686 | 8.952228e+00 | 1.100000e+01 |  22.87%|  35.65%
11.85/11.95	c  11.9s|  1500 |   777 | 86882 |  57.1 |    70M |  27 | 100 | 291 | 132 |1265 |  0 | 335 | 688 | 9.002998e+00 | 1.100000e+01 |  22.18%|  37.16%
12.44/12.51	c  12.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%
13.05/13.11	c  13.1s|  1700 |   823 | 95902 |  55.7 |    72M |  27 | 100 | 297 | 131 |1434 |  1 | 343 | 690 | 9.102998e+00 | 1.100000e+01 |  20.84%|  40.46%
13.54/13.65	c  13.6s|  1800 |   841 | 99874 |  54.8 |    80M |  27 | 100 | 300 | 123 |1511 |  1 | 347 | 694 | 9.108512e+00 | 1.100000e+01 |  20.77%|  41.84%
13.84/13.90	c  13.9s|  1900 |   851 |103066 |  53.6 |    81M |  28 | 100 | 305 | 132 |1537 |  1 | 353 | 697 | 9.118160e+00 | 1.100000e+01 |  20.64%|  43.41%
14.05/14.15	c  14.1s|  2000 |   873 |106183 |  52.5 |    81M |  28 | 100 | 307 | 131 |1561 |  1 | 359 | 700 | 9.122842e+00 | 1.100000e+01 |  20.58%|  44.75%
14.43/14.53	c  14.5s|  2100 |   895 |110319 |  52.0 |    81M |  28 | 100 | 314 | 129 |1610 |  1 | 367 | 701 | 9.130638e+00 | 1.100000e+01 |  20.47%|  45.18%
14.73/14.89	c  14.9s|  2200 |   905 |113834 |  51.2 |    81M |  28 | 100 | 316 | 130 |1657 |  1 | 369 | 702 | 9.191274e+00 | 1.100000e+01 |  19.68%|  47.40%
14.94/15.04	c  15.0s|  2300 |   919 |116805 |  50.3 |    81M |  28 | 100 | 318 | 130 |1670 |  0 | 374 | 702 | 9.205907e+00 | 1.100000e+01 |  19.49%|  48.07%
15.13/15.28	c  15.3s|  2400 |   929 |119568 |  49.3 |    81M |  28 | 100 | 321 | 132 |1694 |  1 | 378 | 704 | 9.211646e+00 | 1.100000e+01 |  19.41%|  49.18%
15.53/15.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.53/15.63	c  15.6s|  2500 |   945 |122983 |  48.7 |    82M |  29 | 100 | 322 | 132 |1736 |  1 | 383 | 706 | 9.225155e+00 | 1.100000e+01 |  19.24%|  50.23%
15.63/15.76	c  15.7s|  2600 |   953 |125665 |  47.9 |    82M |  29 | 100 | 324 | 129 |1745 |  1 | 385 | 707 | 9.259078e+00 | 1.100000e+01 |  18.80%|  51.40%
15.94/16.08	c  16.1s|  2700 |   955 |128827 |  47.3 |    82M |  29 | 100 | 325 | 123 |1787 |  0 | 386 | 707 | 9.287454e+00 | 1.100000e+01 |  18.44%|  52.20%
16.23/16.30	c  16.3s|  2800 |   955 |131632 |  46.6 |    82M |  29 | 100 | 325 | 131 |1811 |  0 | 387 | 707 | 9.288848e+00 | 1.100000e+01 |  18.42%|  53.79%
16.33/16.40	c  16.4s|  2900 |   957 |133906 |  45.8 |    82M |  29 | 100 | 325 | 133 |1815 |  0 | 387 | 708 | 9.324026e+00 | 1.100000e+01 |  17.97%|  54.50%
16.43/16.54	c  16.5s|  3000 |   959 |136509 |  45.1 |    82M |  29 | 100 | 325 | 132 |1825 |  1 | 390 | 708 | 9.351629e+00 | 1.100000e+01 |  17.63%|  55.26%
16.63/16.72	c  16.7s|  3100 |   959 |139059 |  44.5 |    83M |  29 | 100 | 327 | 131 |1840 |  1 | 394 | 708 | 9.353718e+00 | 1.100000e+01 |  17.60%|  55.63%
16.72/16.85	c  16.8s|  3200 |   961 |141181 |  43.7 |    83M |  29 | 100 | 326 | 129 |1850 |  1 | 396 | 709 | 9.363550e+00 | 1.100000e+01 |  17.48%|  56.16%
16.82/16.98	c  17.0s|  3300 |   965 |143700 |  43.2 |    83M |  29 | 100 | 327 | 123 |1859 |  1 | 398 | 710 | 9.387903e+00 | 1.100000e+01 |  17.17%|  57.26%
16.94/17.01	o 10
16.94/17.01	c *17.0s|  3329 |     0 |144342 |  43.0 |    LP  |  29 | 100 | 101 | 132 |1859 |  1 | 399 | 710 | 1.000000e+01 | 1.000000e+01 |   0.00%| 100.00%
16.94/17.01	c 
16.94/17.01	c SCIP Status        : problem is solved [optimal solution found]
16.94/17.01	c Solving Time (sec) : 17.00
16.94/17.01	c Solving Nodes      : 3329
16.94/17.01	c Primal Bound       : +1.00000000000000e+01 (845 solutions)
16.94/17.01	c Dual Bound         : +1.00000000000000e+01
16.94/17.01	c Gap                : 0.00 %
16.94/17.01	s OPTIMUM FOUND
16.94/17.01	v -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 
16.94/17.01	v -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 
16.94/17.01	v -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 x30 -x29 -x28 -x27 -x26 -x25 
16.94/17.01	v -x24 -x23 -x22 -x21 x20 x19 x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
16.94/17.01	c SCIP Status        : problem is solved [optimal solution found]
16.94/17.01	c Total Time         :      17.00
16.94/17.01	c   solving          :      17.00
16.94/17.01	c   presolving       :       0.02 (included in solving)
16.94/17.01	c   reading          :       0.01 (included in solving)
16.94/17.01	c   copying          :       0.03 (10 #copies) (minimal 0.00, maximal 0.00, average 0.00)
16.94/17.01	c Original Problem   :
16.94/17.01	c   Problem name     : HOME/instance-4498295-1751268253.opb
16.94/17.01	c   Variables        : 1360 (100 binary, 0 integer, 1260 implicit integer, 0 continuous)
16.94/17.01	c   Constraints      : 1460 initial, 1460 maximal
16.94/17.01	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
16.94/17.01	c Presolved Problem  :
16.94/17.01	c   Problem name     : t_HOME/instance-4498295-1751268253.opb
16.94/17.01	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
16.94/17.01	c   Constraints      : 100 initial, 327 maximal
16.94/17.01	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
16.94/17.01	c   Nonzeros         : 1360 constraint, 0 clique table
16.94/17.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
16.94/17.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
16.94/17.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
16.94/17.01	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
16.94/17.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
16.94/17.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
16.94/17.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   dualfix          :       0.00       0.00      4       1260          0          0          0          0          0          0          0          0
16.94/17.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
16.94/17.01	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
16.94/17.01	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
16.94/17.01	c   linear           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
16.94/17.01	c   logicor          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
16.94/17.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   pseudoboolean    :       0.00       0.00      1          0          0          0          0          0       1460        100          0          0
16.94/17.01	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
16.94/17.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
16.94/17.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
16.94/17.01	c   benderslp        :          0          0          0          0       2294          0          0        952          0          0          0          0          0          0          0
16.94/17.01	c   integral         :          0          0          0          0       2294          0          0        952          0          0        275          0          0        213       4298
16.94/17.01	c   logicor          :        100+       328         32       7111          1          0          0        949         98         57         14          0          0          0          0
16.94/17.01	c   benders          :          0          0          0          0          1          0          0        873          0          0          0          0          0          0          0
16.94/17.01	c   fixedvar         :          0          0          0          0          1          0          0        871          0          0          0          0          0          0          0
16.94/17.01	c   countsols        :          0          0          0          0          1          0          0        871          0          0          0          0          0          0          0
16.94/17.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
16.94/17.01	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   integral         :       1.80       0.00       0.00       0.00       1.79       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   logicor          :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   fixedvar         :       0.03       0.00       0.00       0.00       0.00       0.00       0.00       0.03       0.00       0.00
16.94/17.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
16.94/17.01	c   dualfix          :          2          0          0          0
16.94/17.01	c   genvbounds       :          0          0          0          0
16.94/17.01	c   nlobbt           :          0          0          0          0
16.94/17.01	c   obbt             :          0          0          0          0
16.94/17.01	c   probing          :          0          0          0          0
16.94/17.01	c   pseudoobj        :       7684          0          0          0
16.94/17.01	c   redcost          :       8834          0          0      28468
16.94/17.01	c   rootredcost      :          1          0          0          0
16.94/17.01	c   symmetry         :          0          0          0          0
16.94/17.01	c   vbounds          :          0          0          0          0
16.94/17.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
16.94/17.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   redcost          :       0.04       0.00       0.00       0.04       0.00       0.00
16.94/17.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
16.94/17.01	c Symmetry           :
16.94/17.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
16.94/17.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
16.94/17.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
16.94/17.01	c   shadow tree time :       0.00 s
16.94/17.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
16.94/17.01	c   propagation      :       0.00         57         15          -         15       21.6          0        0.0          -          -          -
16.94/17.01	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
16.94/17.01	c   bound exceed. LP :       0.07        677        370          -        414       15.3          0        0.0          0        0.0       2849
16.94/17.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
16.94/17.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
16.94/17.01	c   applied globally :       0.00          -          -          0        232       11.6          -          -          0          -          -
16.94/17.01	c   applied locally  :          -          -          -          0        167       20.7          -          -          0          -          -
16.94/17.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
16.94/17.01	c   cut pool         :       1.39          -       2873         51          -          -      50092     126158          -          -          -          -          -    (maximal pool size:       2741)
16.94/17.01	c   aggregation      :       5.51       0.00       1855         32          0          0          0          0          0          0          0          0          0
16.94/17.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
16.94/17.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
16.94/17.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
16.94/17.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   clique           :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
16.94/17.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   gomory           :       2.39       0.00        966         10          0          0      49116     123454          0       1659       1659          0          0
16.94/17.01	c   > gomorymi       :          -          -          -          -          -          -          -      94856          0       1543       1543          0          -
16.94/17.01	c   > strongcg       :          -          -          -          -          -          -          -      28598          0        116        116          0          -
16.94/17.01	c   impliedbounds    :       0.00       0.00       1855         32          0          0          0          0          0          0          0          0          0
16.94/17.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
16.94/17.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   multilinear      :       0.00       0.00        207         32          0          0          0          0          0          0          0          0          0
16.94/17.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
16.94/17.01	c   rlt              :       0.00       0.00        233         10          0          0          0          0          0          0          0          0          0
16.94/17.01	c   zerohalf         :       0.59       0.00        976         20          0          0        976       2704          0        200        200          0          0
16.94/17.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
16.94/17.01	c   hybrid           :       0.11       0.00       1857         32       1859          0     124299         32          0       3427
16.94/17.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
16.94/17.01	c   problem variables:       0.00          -          0          0
16.94/17.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
16.94/17.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c   relpscost        :       1.79       0.00       2293          0          0          0        275          0        213       4298
16.94/17.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
16.94/17.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
16.94/17.01	c   LP solutions     :       0.01          -          -          1          1
16.94/17.01	c   relax solutions  :       0.00          -          -          0          0
16.94/17.01	c   pseudo solutions :       0.00          -          -          0          0
16.94/17.01	c   strong branching :       0.02          -          -        365          0
16.94/17.01	c   actconsdiving    :       0.00       0.00          0          0          0
16.94/17.01	c   adaptivediving   :       0.06       0.00         40          0          0
16.94/17.01	c   alns             :       0.02       0.00          5          0          0
16.94/17.01	c   bound            :       0.00       0.00          0          0          0
16.94/17.01	c   clique           :       0.00       0.00          0          0          0
16.94/17.01	c   coefdiving       :       0.00       0.00          0          0          0
16.94/17.01	c   completesol      :       0.00       0.00          0          0          0
16.94/17.01	c   conflictdiving   :       0.02       0.00         20          0          0
16.94/17.01	c   crossover        :       0.00       0.00          0          0          0
16.94/17.01	c   dins             :       0.00       0.00          0          0          0
16.94/17.01	c   distributiondivin:       0.34       0.00         20          0          0
16.94/17.01	c   dps              :       0.00       0.00          0          0          0
16.94/17.01	c   dualval          :       0.00       0.00          0          0          0
16.94/17.01	c   farkasdiving     :       0.00       0.00          0          0          0
16.94/17.01	c   feasjump         :       0.00       0.00          0          0          0
16.94/17.01	c   feaspump         :       0.00       0.00          0          0          0
16.94/17.01	c   fixandinfer      :       0.00       0.00          0          0          0
16.94/17.01	c   fracdiving       :       0.02       0.00         20          0          0
16.94/17.01	c   gins             :       0.00       0.00          0          0          0
16.94/17.01	c   guideddiving     :       0.02       0.00         20          0          0
16.94/17.01	c   indcoefdiving    :       0.00       0.00          0          0          0
16.94/17.01	c   indicator        :       0.00       0.00          0          0          0
16.94/17.01	c   indicatordiving  :       0.00       0.00          0          0          0
16.94/17.01	c   indoneopt        :       0.00       0.00          0          0          0
16.94/17.01	c   indrounding      :       0.00       0.00          0          0          0
16.94/17.01	c   indtwoopt        :       0.00       0.00          0          0          0
16.94/17.01	c   intdiving        :       0.00       0.00          0          0          0
16.94/17.01	c   intshifting      :       0.00       0.00          0          0          0
16.94/17.01	c   linesearchdiving :       0.02       0.00         20          0          0
16.94/17.01	c   localbranching   :       0.00       0.00          0          0          0
16.94/17.01	c   locks            :       0.00       0.00          1          1          1
16.94/17.01	c   lpface           :       0.00       0.00          0          0          0
16.94/17.01	c   mpec             :       0.00       0.00          0          0          0
16.94/17.01	c   multistart       :       0.00       0.00          0          0          0
16.94/17.01	c   mutation         :       0.00       0.00          0          0          0
16.94/17.01	c   nlpdiving        :       0.00       0.00          0          0          0
16.94/17.01	c   objpscostdiving  :       0.10       0.00         10         20          0
16.94/17.01	c   octane           :       0.00       0.00          0          0          0
16.94/17.01	c   ofins            :       0.00       0.00          0          0          0
16.94/17.01	c   oneopt           :       0.00       0.00          1          0          0
16.94/17.01	c   padm             :       0.00       0.00          0          0          0
16.94/17.01	c   proximity        :       0.00       0.00          0          0          0
16.94/17.01	c   pscostdiving     :       0.03       0.00         20          1          0
16.94/17.01	c   randrounding     :       0.01       0.00         76          0          0
16.94/17.01	c   rens             :       0.00       0.00          0          0          0
16.94/17.01	c   reoptsols        :       0.00       0.00          0          0          0
16.94/17.01	c   repair           :       0.00       0.00          0          0          0
16.94/17.01	c   rins             :       0.17       0.00          5          4          0
16.94/17.01	c   rootsoldiving    :       0.01       0.00         10          0          0
16.94/17.01	c   rounding         :       0.01       0.00        846          0          0
16.94/17.01	c   scheduler        :       0.00       0.00          0          0          0
16.94/17.01	c   shiftandpropagate:       0.00       0.00          0          0          0
16.94/17.01	c   shifting         :       0.01       0.00        585          0          0
16.94/17.01	c   simplerounding   :       0.02       0.00       4152         45          0
16.94/17.01	c   smallcard        :       0.00       0.00          0          0          0
16.94/17.01	c   subnlp           :       0.00       0.00          0          0          0
16.94/17.01	c   trivial          :       0.00       0.00          2          1          1
16.94/17.01	c   trivialnegation  :       0.00       0.00          0          0          0
16.94/17.01	c   trustregion      :       0.00       0.00          0          0          0
16.94/17.01	c   trysol           :       0.00       0.00          0          0          0
16.94/17.01	c   twoopt           :       0.00       0.00          0          0          0
16.94/17.01	c   undercover       :       0.00       0.00          0          0          0
16.94/17.01	c   vbounds          :       0.00       0.00          0          0          0
16.94/17.01	c   veclendiving     :       0.02       0.00         20          0          0
16.94/17.01	c   zeroobj          :       0.00       0.00          0          0          0
16.94/17.01	c   zirounding       :       0.08       0.00       2149        407          0
16.94/17.01	c   other solutions  :          -          -          -          0          -
16.94/17.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
16.94/17.01	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
16.94/17.01	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
16.94/17.01	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
16.94/17.01	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
16.94/17.01	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
16.94/17.01	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
16.94/17.01	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
16.94/17.01	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
16.94/17.01	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
16.94/17.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
16.94/17.01	c   primal LP        :       0.03        329          0       0.00       0.00       0.03        329
16.94/17.01	c   dual LP          :       3.45       7714     134879      25.33   39041.23       0.19       2389
16.94/17.01	c   lex dual LP      :       0.00          0          0       0.00          -
16.94/17.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
16.94/17.01	c   resolve instable :       0.00          0          0       0.00          -
16.94/17.01	c   diving/probing LP:       0.29        758       9463      12.48   32730.13
16.94/17.01	c   strong branching :       1.60        710      47292      66.61   29466.54          -          -         33
16.94/17.01	c     (at root node) :          -         23       4360     189.57          -
16.94/17.01	c   conflict analysis:       0.05        289       2849       9.86   59378.91
16.94/17.01	c B&B Tree           :
16.94/17.01	c   number of runs   :          1
16.94/17.01	c   nodes            :       3329 (2149 internal, 1180 leaves)
16.94/17.01	c   feasible leaves  :          1
16.94/17.01	c   infeas. leaves   :          5
16.94/17.01	c   objective leaves :       1174
16.94/17.01	c   nodes (total)    :       3329 (2149 internal, 1180 leaves)
16.94/17.01	c   nodes left       :          0
16.94/17.01	c   max depth        :         29
16.94/17.01	c   max depth (total):         29
16.94/17.01	c   backtracks       :        953 (28.6%)
16.94/17.01	c   early backtracks :          0 (0.0%)
16.94/17.01	c   nodes exc. ref.  :          0 (0.0%)
16.94/17.01	c   delayed cutoffs  :          0
16.94/17.01	c   repropagations   :         19 (9 domain reductions, 0 cutoffs)
16.94/17.01	c   avg switch length:       7.08
16.94/17.01	c   switching time   :       0.09
16.94/17.01	c Root Node          :
16.94/17.01	c   First LP value   : +7.20819039498947e+00
16.94/17.01	c   First LP Iters   :        475 (19179.52 Iter/sec)
16.94/17.01	c   First LP Time    :       0.02
16.94/17.01	c   Final Dual Bound : +7.46318225018590e+00
16.94/17.01	c   Final Root Iters :       1253
16.94/17.01	c   Root LP Estimate : +9.09908630421863e+00
16.94/17.01	c Solution           :
16.94/17.01	c   Solutions found  :        845 (3 improvements)
16.94/17.01	c   First Solution   : +1.00000000000000e+02   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
16.94/17.01	c   Gap First Sol.   :   infinite
16.94/17.01	c   Gap Last Sol.    :       0.00 %
16.94/17.01	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 3329 nodes, 17.00 seconds, depth -1, found by <relaxation>)
16.94/17.01	c   Dual Bound       : +1.00000000000000e+01
16.94/17.01	c   Gap              :       0.00 %
16.94/17.01	c Integrals          :      Total       Avg%
16.94/17.01	c   primal-dual      :     378.76      22.28
16.94/17.01	c   primal-ref       :          -          - (not evaluated)
16.94/17.01	c   dual-ref         :          -          - (not evaluated)
16.94/17.04	c Time complete: 16.9709.

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: 63837 MiB (62988 MiB free)
  memory of node 1: 64465 MiB (63565 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498295-1751268253/watcher-4498295-1751268253 -o /tmp/evaluation-result-4498295-1751268253/solver-4498295-1751268253 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751268232-44412 --watchdog 3760 pbscip -f HOME/instance-4498295-1751268253.opb -t 3600 -j 2 -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
Starting watchdog thread
solver pid=44696, runsolver pid=44693
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 1.31 0.37 0.18 5/251 44697
/proc/meminfo: memFree=129584040/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=53348 memory=27904 CPUtime=0.1 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 3469 0 0 0 9 1 0 0 20 0 1 0 42504442 54628352 6976 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 13337 6976 3872 3530 0 4788 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 53348 KiB
Current children cumulated memory: 27904 KiB

[startup+0.213135 s]*
/proc/loadavg: 1.31 0.37 0.18 5/251 44697
/proc/meminfo: memFree=129575976/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=61572 memory=35968 CPUtime=0.21 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 5465 0 0 0 19 2 0 0 20 0 1 0 42504442 63049728 8992 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 15393 8992 3872 3530 0 6844 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 61572 KiB
Current children cumulated memory: 35968 KiB

[startup+0.313017 s]*
/proc/loadavg: 1.31 0.37 0.18 5/251 44697
/proc/meminfo: memFree=129567912/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=67248 memory=41344 CPUtime=0.3 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 6823 0 0 0 28 2 0 0 20 0 1 0 42504442 68861952 10336 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 16812 10336 3872 3530 0 8263 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 67248 KiB
Current children cumulated memory: 41344 KiB

[startup+0.70027 s]
/proc/loadavg: 1.31 0.37 0.18 5/251 44697
/proc/meminfo: memFree=129559848/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=75000 memory=48640 CPUtime=0.68 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 8661 0 0 0 65 3 0 0 20 0 1 0 42504442 76800000 12160 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 18750 12160 3872 3530 0 10201 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 75000 KiB
Current children cumulated memory: 48640 KiB

[startup+1.50025 s]
/proc/loadavg: 1.53 0.43 0.20 5/251 44697
/proc/meminfo: memFree=129559848/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=77228 memory=49792 CPUtime=1.48 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 8952 0 0 0 145 3 0 0 20 0 1 0 42504442 79081472 12448 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 19307 12448 3872 3530 0 10758 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 77228 KiB
Current children cumulated memory: 49792 KiB

[startup+3.11272 s]
/proc/loadavg: 1.53 0.43 0.20 5/251 44697
/proc/meminfo: memFree=129529384/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=99200 memory=70784 CPUtime=3.08 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 14173 0 0 0 304 4 0 0 20 0 1 0 42504442 101580800 17696 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 24800 17696 3872 3530 0 16251 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 99200 KiB
Current children cumulated memory: 70784 KiB

[startup+6.3003 s]
/proc/loadavg: 1.72 0.49 0.22 5/251 44697
/proc/meminfo: memFree=129529860/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=104488 memory=76032 CPUtime=6.26 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 15407 0 0 0 622 4 0 0 20 0 1 0 42504442 106995712 19008 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 26122 19008 3968 3530 0 17573 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 104488 KiB
Current children cumulated memory: 76032 KiB

[startup+12.7003 s]
/proc/loadavg: 1.91 0.55 0.24 5/251 44697
/proc/meminfo: memFree=129493824/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=117492 memory=88576 CPUtime=12.64 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 18543 0 0 0 1259 5 0 0 20 0 1 0 42504442 120311808 22144 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 29373 22144 3968 3530 0 20824 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 117492 KiB
Current children cumulated memory: 88576 KiB

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

# cumulated CPU time of all completed processes:  user=16.9175 s, system=0.062616 s

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

[startup+12.8004 s]
/proc/loadavg: 1.91 0.55 0.24 5/251 44697
/proc/meminfo: memFree=129493824/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=117492 memory=88576 CPUtime=12.74 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 18543 0 0 0 1269 5 0 0 20 0 1 0 42504442 120311808 22144 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 29373 22144 3968 3530 0 20824 0
Current children cumulated CPU time: 12.74 s
Current children cumulated vsize: 117492 KiB
Current children cumulated memory: 88576 KiB

[startup+14.4003 s]
/proc/loadavg: 1.91 0.55 0.24 5/251 44697
/proc/meminfo: memFree=129472908/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=126096 memory=96384 CPUtime=14.33 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 20527 0 0 0 1428 5 0 0 20 0 1 0 42504442 129122304 24096 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 31524 24096 3968 3530 0 22975 0
Current children cumulated CPU time: 14.33 s
Current children cumulated vsize: 126096 KiB
Current children cumulated memory: 96384 KiB

[startup+16.0003 s]*
/proc/loadavg: 2.16 0.63 0.27 5/251 44697
/proc/meminfo: memFree=129473160/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=127120 memory=96896 CPUtime=15.94 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 20655 0 0 0 1589 5 0 0 20 0 1 0 42504442 130170880 24224 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 31780 24224 3968 3530 0 23231 0
Current children cumulated CPU time: 15.94 s
Current children cumulated vsize: 127120 KiB
Current children cumulated memory: 96896 KiB

[startup+16.8003 s]
/proc/loadavg: 2.16 0.63 0.27 5/251 44697
/proc/meminfo: memFree=129473160/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=127120 memory=97024 CPUtime=16.72 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 20695 0 0 0 1667 5 0 0 20 0 1 0 42504442 130170880 24256 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 31780 24256 3968 3530 0 23231 0
Current children cumulated CPU time: 16.72 s
Current children cumulated vsize: 127120 KiB
Current children cumulated memory: 97024 KiB

[startup+17.0003 s]*
/proc/loadavg: 2.16 0.63 0.27 5/251 44697
/proc/meminfo: memFree=129473160/131382112 swapFree=33010684/33010684
[pid=44696] ppid=44693 vsize=127120 memory=97024 CPUtime=16.94 cores=0,2
/proc/44696/stat : 44696 (pbscip) R 44693 44696 44395 0 -1 4194304 20696 0 0 0 1689 5 0 0 20 0 1 0 42504442 130170880 24256 18446744073709551615 4235264 18693293 140733407560368 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33599488 140733407562121 140733407562220 140733407562220 140733407567822 0
/proc/44696/statm: 31780 24256 3968 3530 0 23231 0
Current children cumulated CPU time: 16.94 s
Current children cumulated vsize: 127120 KiB
Current children cumulated memory: 97024 KiB

Child status: 0

Real time (s): 17.0432
CPU time (s): 16.9801
CPU user time (s): 16.9175
CPU system time (s): 0.062616
CPU usage (%): 99.6303
Max. virtual memory (cumulated for all children) (KiB): 127120
Max. memory (cumulated for all children) (KiB): 97024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9175
system time used= 0.062616
maximum resident set size= 97024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20702
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= 83
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 44696
#   total CPU time (s): 16.9801
#   total CPU user time (s): 16.9175
#   total CPU system time (s): 0.062616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.095462 second user time and 0.252594 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 09:24:13
IDJOB=4498295
IDBENCH=148596
IDSOLVER=3365
FILE ID=nodeC007/4498295-1751268253
RUNJOBID= nodeC007-1751268232-44412
SLURM_JOB_ID= 9594174
Free space on /tmp= 432960 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_2.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498295-1751268253/watcher-4498295-1751268253 -o /tmp/evaluation-result-4498295-1751268253/solver-4498295-1751268253 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751268232-44412 --watchdog 3760  pbscip -f HOME/instance-4498295-1751268253.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= d1da6339ee7ef8ec01d4c55772fc8100
RANDOM SEED=27383631

nodeC007 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		: 1197.202
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.68
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		: 3661.304
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.68
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.466
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129591788 kB
MemAvailable:   129705300 kB
Buffers:            3280 kB
Cached:           921480 kB
SwapCached:            0 kB
Active:           554904 kB
Inactive:         675096 kB
Active(anon):     323204 kB
Inactive(anon):        0 kB
Active(file):     231700 kB
Inactive(file):   675096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75476 kB
Writeback:             0 kB
AnonPages:        308348 kB
Mapped:           136476 kB
Shmem:             17960 kB
KReclaimable:      92688 kB
Slab:             175844 kB
SReclaimable:      92688 kB
SUnreclaim:        83156 kB
KernelStack:        3984 kB
PageTables:         3776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     694828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC007 at 2025-06-30 09:24:30