Trace number 4498348

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 12.548 12.5933

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_10_4.opb
MD5SUMf2bcbaa2314fdbbaf32cb5f01e98067b
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 benchmark7.17507
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 constraint19
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)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

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-4498348-1751269310.opb>
0.00/0.01	c original problem has 1358 variables (100 bin, 0 int, 1258 cont) and 1458 constraints
0.00/0.01	c original problem has 1258 implied integral variables (0 bin, 0 int, 1258 cont)
0.00/0.01	c problem read in 0.008 seconds
0.00/0.02	c presolving:
0.00/0.03	c (round 1, medium)     0 del vars, 1458 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.03	c (round 2, fast)       1258 del vars, 1458 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.03	c (round 3, exhaustive) 1258 del vars, 1458 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 0 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.03	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.03	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.03	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
0.00/0.03	c  1258 deleted vars, 1458 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 0 cliques
0.00/0.03	c presolved problem has 100 variables (100 bin, 0 int, 0 cont) and 100 constraints
0.00/0.03	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.00/0.03	c     100 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c problem pure SAT
0.00/0.03	c 
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c 
0.00/0.03	c # SCIP version 10.0.0
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.03	c limits/time = 3596.996061
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.03	c limits/memory = 27900
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	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.03	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.00/0.03	c reading/opbreader/maxintsize = 47
0.00/0.03	c 
0.00/0.03	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.00/0.03	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.00/0.03	c propagating/genvbounds/timingmask = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c 
0.00/0.03	o 100
0.00/0.03	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.03	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.04	o 12
0.00/0.04	c p 0.0s|     1 |     0 |     0 |     - |   locks|   0 | 100 | 100 | 100 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.200000e+01 |    Inf | unknown
0.00/0.05	c   0.1s|     1 |     0 |   376 |     - |  8595k |   0 | 100 | 100 | 100 |   0 |  0 |   0 |   0 | 7.407003e+00 | 1.200000e+01 |  62.01%| unknown
0.00/0.10	c   0.1s|     1 |     0 |   401 |     - |    12M |   0 | 100 | 100 | 101 |   1 |  1 |   0 |   0 | 7.420206e+00 | 1.200000e+01 |  61.72%| unknown
0.10/0.14	c   0.1s|     1 |     0 |   468 |     - |    15M |   0 | 100 | 100 | 102 |   2 |  2 |   0 |   0 | 7.453407e+00 | 1.200000e+01 |  61.00%| unknown
0.10/0.17	c   0.2s|     1 |     0 |   519 |     - |    17M |   0 | 100 | 100 | 103 |   3 |  3 |   0 |   0 | 7.484465e+00 | 1.200000e+01 |  60.33%| unknown
0.10/0.20	c   0.2s|     1 |     0 |   567 |     - |    20M |   0 | 100 | 100 | 104 |   4 |  4 |   0 |   0 | 7.502356e+00 | 1.200000e+01 |  59.95%| unknown
0.21/0.23	c   0.2s|     1 |     0 |   605 |     - |    22M |   0 | 100 | 100 | 105 |   5 |  5 |   0 |   0 | 7.516914e+00 | 1.200000e+01 |  59.64%| unknown
0.21/0.26	c   0.3s|     1 |     0 |   663 |     - |    25M |   0 | 100 | 100 | 106 |   6 |  6 |   0 |   0 | 7.534821e+00 | 1.200000e+01 |  59.26%| unknown
0.21/0.30	c   0.3s|     1 |     0 |   696 |     - |    25M |   0 | 100 | 100 | 107 |   7 |  7 |   0 |   0 | 7.541205e+00 | 1.200000e+01 |  59.13%| unknown
0.31/0.33	c   0.3s|     1 |     0 |   734 |     - |    29M |   0 | 100 | 100 | 108 |   8 |  8 |   0 |   0 | 7.555809e+00 | 1.200000e+01 |  58.82%| unknown
0.31/0.37	c   0.4s|     1 |     0 |   790 |     - |    29M |   0 | 100 | 100 | 109 |   9 |  9 |   0 |   0 | 7.565660e+00 | 1.200000e+01 |  58.61%| unknown
0.31/0.40	c   0.4s|     1 |     0 |   803 |     - |    33M |   0 | 100 | 100 | 110 |  10 | 10 |   0 |   0 | 7.567082e+00 | 1.200000e+01 |  58.58%| unknown
0.31/0.42	c   0.4s|     1 |     0 |   832 |     - |    33M |   0 | 100 | 100 | 111 |  11 | 11 |   0 |   0 | 7.568381e+00 | 1.200000e+01 |  58.55%| unknown
0.41/0.44	c   0.4s|     1 |     0 |   857 |     - |    33M |   0 | 100 | 100 | 112 |  12 | 12 |   0 |   0 | 7.570902e+00 | 1.200000e+01 |  58.50%| unknown
0.41/0.45	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.45	c   0.5s|     1 |     0 |   883 |     - |    33M |   0 | 100 | 100 | 113 |  13 | 13 |   0 |   0 | 7.573064e+00 | 1.200000e+01 |  58.46%| unknown
0.41/0.47	c   0.5s|     1 |     0 |   898 |     - |    33M |   0 | 100 | 100 | 114 |  14 | 14 |   0 |   0 | 7.573773e+00 | 1.200000e+01 |  58.44%| unknown
0.41/0.49	c   0.5s|     1 |     0 |   915 |     - |    33M |   0 | 100 | 100 | 115 |  15 | 15 |   0 |   0 | 7.574117e+00 | 1.200000e+01 |  58.43%| unknown
0.41/0.51	c   0.5s|     1 |     0 |   941 |     - |    33M |   0 | 100 | 100 | 116 |  16 | 16 |   0 |   0 | 7.575731e+00 | 1.200000e+01 |  58.40%| unknown
0.51/0.53	c   0.5s|     1 |     0 |   961 |     - |    33M |   0 | 100 | 100 | 117 |  17 | 17 |   0 |   0 | 7.576496e+00 | 1.200000e+01 |  58.38%| unknown
0.51/0.55	c   0.5s|     1 |     0 |   980 |     - |    33M |   0 | 100 | 100 | 118 |  18 | 18 |   0 |   0 | 7.576841e+00 | 1.200000e+01 |  58.38%| unknown
0.51/0.57	c   0.6s|     1 |     0 |  1010 |     - |    33M |   0 | 100 | 100 | 119 |  19 | 19 |   0 |   0 | 7.577318e+00 | 1.200000e+01 |  58.37%| unknown
0.51/0.58	c   0.6s|     1 |     0 |  1021 |     - |    33M |   0 | 100 | 100 | 120 |  20 | 20 |   0 |   0 | 7.577569e+00 | 1.200000e+01 |  58.36%| unknown
0.51/0.59	c   0.6s|     1 |     0 |  1035 |     - |    33M |   0 | 100 | 100 | 121 |  21 | 21 |   0 |   0 | 7.578111e+00 | 1.200000e+01 |  58.35%| unknown
0.51/0.61	c   0.6s|     1 |     0 |  1067 |     - |    33M |   0 | 100 | 100 | 122 |  22 | 22 |   0 |   0 | 7.581343e+00 | 1.200000e+01 |  58.28%| unknown
0.60/0.62	c   0.6s|     1 |     0 |  1094 |     - |    33M |   0 | 100 | 100 | 120 |  23 | 23 |   0 |   0 | 7.588357e+00 | 1.200000e+01 |  58.14%| unknown
0.60/0.63	c   0.6s|     1 |     0 |  1101 |     - |    33M |   0 | 100 | 100 | 121 |  24 | 24 |   0 |   0 | 7.588728e+00 | 1.200000e+01 |  58.13%| unknown
0.60/0.64	c   0.6s|     1 |     0 |  1105 |     - |    33M |   0 | 100 | 100 | 122 |  25 | 25 |   0 |   0 | 7.588935e+00 | 1.200000e+01 |  58.12%| unknown
0.60/0.65	c   0.6s|     1 |     0 |  1114 |     - |    33M |   0 | 100 | 100 | 123 |  26 | 26 |   0 |   0 | 7.589012e+00 | 1.200000e+01 |  58.12%| unknown
0.60/0.66	c   0.7s|     1 |     0 |  1117 |     - |    33M |   0 | 100 | 100 | 124 |  27 | 27 |   0 |   0 | 7.589068e+00 | 1.200000e+01 |  58.12%| unknown
0.60/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.60/0.67	c   0.7s|     1 |     0 |  1120 |     - |    33M |   0 | 100 | 100 | 125 |  28 | 28 |   0 |   0 | 7.589090e+00 | 1.200000e+01 |  58.12%| unknown
0.60/0.69	c   0.7s|     1 |     0 |  1131 |     - |    33M |   0 | 100 | 100 | 125 |  29 | 29 |   0 |   0 | 7.589245e+00 | 1.200000e+01 |  58.12%| unknown
0.69/0.70	c   0.7s|     1 |     0 |  1137 |     - |    33M |   0 | 100 | 100 | 126 |  30 | 30 |   0 |   0 | 7.589388e+00 | 1.200000e+01 |  58.12%| unknown
0.69/0.71	c   0.7s|     1 |     0 |  1139 |     - |    33M |   0 | 100 | 100 | 127 |  31 | 31 |   0 |   0 | 7.589416e+00 | 1.200000e+01 |  58.11%| unknown
0.69/0.73	c   0.7s|     1 |     0 |  1140 |     - |    33M |   0 | 100 | 100 | 128 |  32 | 32 |   0 |   0 | 7.589418e+00 | 1.200000e+01 |  58.11%| unknown
0.89/0.98	c   1.0s|     1 |     2 |  1140 |     - |    33M |   0 | 100 | 100 | 128 |  32 | 33 |   0 |  19 | 7.626152e+00 | 1.200000e+01 |  57.35%| unknown
1.19/1.27	o 11
1.19/1.27	c * 1.3s|     8 |     5 |  1566 |  60.9 |strongbr|   7 | 100 | 101 | 117 |  32 |  1 |   1 | 105 | 7.626152e+00 | 1.100000e+01 |  44.24%|   3.52%
2.68/2.74	c   2.7s|   100 |    33 |  8531 |  74.7 |    57M |  16 | 100 | 215 | 117 |  79 |  2 | 155 | 537 | 8.206204e+00 | 1.100000e+01 |  34.04%|  17.15%
3.38/3.40	c   3.4s|   200 |    61 | 14038 |  64.8 |    58M |  17 | 100 | 258 | 117 | 141 |  2 | 204 | 635 | 8.346646e+00 | 1.100000e+01 |  31.79%|  20.97%
4.09/4.14	c   4.1s|   300 |    97 | 19247 |  60.6 |    58M |  18 | 100 | 267 | 127 | 216 |  7 | 219 | 712 | 8.468895e+00 | 1.100000e+01 |  29.89%|  23.55%
4.47/4.54	c   4.5s|   400 |   123 | 23251 |  55.4 |    60M |  19 | 100 | 267 | 122 | 264 |  1 | 219 | 713 | 8.507273e+00 | 1.100000e+01 |  29.30%|  26.05%
5.57/5.60	c   5.6s|   500 |   201 | 33070 |  64.0 |    60M |  19 | 100 | 290 | 117 | 391 |  1 | 255 | 718 | 8.507273e+00 | 1.100000e+01 |  29.30%|  28.21%
6.47/6.56	c   6.6s|   600 |   291 | 41764 |  67.8 |    60M |  21 | 100 | 304 | 117 | 506 |  1 | 289 | 727 | 8.800263e+00 | 1.100000e+01 |  25.00%|  31.34%
7.16/7.22	c   7.2s|   700 |   345 | 48121 |  67.2 |    60M |  21 | 100 | 318 | 122 | 597 |  1 | 308 | 736 | 8.887532e+00 | 1.100000e+01 |  23.77%|  33.10%
7.97/8.08	c   8.1s|   800 |   407 | 54555 |  66.9 |    61M |  21 | 100 | 326 | 117 | 722 |  1 | 320 | 737 | 8.922143e+00 | 1.100000e+01 |  23.29%|  35.44%
8.46/8.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
8.46/8.55	c   8.6s|   900 |   473 | 59823 |  65.3 |    61M |  21 | 100 | 329 | 124 | 780 |  1 | 335 | 739 | 8.969479e+00 | 1.100000e+01 |  22.64%|  36.20%
9.07/9.18	c   9.2s|  1000 |   513 | 65165 |  64.1 |    61M |  21 | 100 | 334 | 125 | 867 |  2 | 345 | 744 | 9.039199e+00 | 1.100000e+01 |  21.69%|  37.62%
9.36/9.48	c   9.5s|  1100 |   541 | 68904 |  61.7 |    69M |  23 | 100 | 337 | 117 | 899 |  1 | 356 | 746 | 9.077154e+00 | 1.100000e+01 |  21.18%|  39.60%
10.06/10.17	c  10.2s|  1200 |   565 | 74153 |  60.9 |    70M |  23 | 100 | 341 | 131 |1000 | 10 | 363 | 748 | 9.126533e+00 | 1.100000e+01 |  20.53%|  41.05%
10.45/10.57	c  10.6s|  1300 |   595 | 78541 |  59.6 |    70M |  24 | 100 | 342 | 117 |1053 |  0 | 368 | 748 | 9.156654e+00 | 1.100000e+01 |  20.13%|  42.17%
11.15/11.28	c  11.3s|  1400 |   629 | 83516 |  58.9 |    70M |  24 | 100 | 343 | 127 |1156 |  1 | 370 | 748 | 9.178354e+00 | 1.100000e+01 |  19.85%|  44.02%
11.64/11.74	c  11.7s|  1500 |   659 | 87685 |  57.7 |    72M |  24 | 100 | 344 | 126 |1216 |  1 | 371 | 748 | 9.186451e+00 | 1.100000e+01 |  19.74%|  47.59%
11.84/11.93	c  11.9s|  1600 |   675 | 91040 |  56.2 |    72M |  24 | 100 | 347 | 117 |1234 |  0 | 378 | 750 | 9.212720e+00 | 1.100000e+01 |  19.40%|  48.01%
12.14/12.28	c  12.3s|  1700 |   701 | 95425 |  55.5 |    73M |  25 | 100 | 347 | 124 |1271 |  1 | 382 | 750 | 9.220430e+00 | 1.100000e+01 |  19.30%|  48.49%
12.45/12.50	c  12.5s|  1800 |   715 | 98635 |  54.2 |    73M |  25 | 100 | 348 | 117 |1289 |  0 | 387 | 750 | 9.251479e+00 | 1.100000e+01 |  18.90%|  49.27%
12.45/12.55	o 10
12.45/12.56	c *12.6s|  1860 |     0 |100307 |  53.3 |    LP  |  25 | 100 | 347 | 127 |1289 |  1 | 387 | 750 | 1.000000e+01 | 1.000000e+01 |   0.00%| 100.00%
12.45/12.56	c 
12.45/12.56	c SCIP Status        : problem is solved [optimal solution found]
12.45/12.56	c Solving Time (sec) : 12.56
12.45/12.56	c Solving Nodes      : 1860
12.45/12.56	c Primal Bound       : +1.00000000000000e+01 (649 solutions)
12.45/12.56	c Dual Bound         : +1.00000000000000e+01
12.45/12.56	c Gap                : 0.00 %
12.45/12.56	s OPTIMUM FOUND
12.45/12.56	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
12.45/12.56	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 -x56
12.45/12.56	v -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 x82
12.45/12.56	v -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
12.45/12.56	c SCIP Status        : problem is solved [optimal solution found]
12.45/12.56	c Total Time         :      12.56
12.45/12.56	c   solving          :      12.56
12.45/12.56	c   presolving       :       0.02 (included in solving)
12.45/12.56	c   reading          :       0.01 (included in solving)
12.45/12.56	c   copying          :       0.02 (8 #copies) (minimal 0.00, maximal 0.00, average 0.00)
12.45/12.56	c Original Problem   :
12.45/12.56	c   Problem name     : HOME/instance-4498348-1751269310.opb
12.45/12.56	c   Variables        : 1358 (100 binary, 0 integer, 1258 continuous)
12.45/12.56	c   implied integral : 1258 (0 binary, 0 integer, 1258 continuous)
12.45/12.56	c   Constraints      : 1458 initial, 1458 maximal
12.45/12.56	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
12.45/12.56	c Presolved Problem  :
12.45/12.56	c   Problem name     : t_HOME/instance-4498348-1751269310.opb
12.45/12.56	c   Variables        : 100 (100 binary, 0 integer, 0 continuous)
12.45/12.56	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
12.45/12.56	c   Constraints      : 100 initial, 348 maximal
12.45/12.56	c   Objective        : minimize, 100 non-zeros (abs.min = 1, abs.max = 1)
12.45/12.56	c   Nonzeros         : 1358 constraint, 0 clique table
12.45/12.56	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
12.45/12.56	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.45/12.56	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.45/12.56	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
12.45/12.56	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.45/12.56	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
12.45/12.56	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   dualfix          :       0.00       0.00      4       1258          0          0          0          0          0          0          0          0
12.45/12.56	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.45/12.56	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.45/12.56	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.45/12.56	c   linear           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
12.45/12.56	c   logicor          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
12.45/12.56	c   pseudoboolean    :       0.00       0.00      1          0          0          0          0          0       1458        100          0          0
12.45/12.56	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
12.45/12.56	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
12.45/12.56	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
12.45/12.56	c   integral         :          0          0          0          0       1437          0          0        704          0          1        294          0          0        229       2582
12.45/12.56	c   logicor          :        100+       351         33       5174          1          0          0        701         72         69         12          0          0          0          0
12.45/12.56	c   fixedvar         :          0          0          0          0          1          0          0        652          0          0          0          0          0          0          0
12.45/12.56	c   countsols        :          0          0          0          0          1          0          0        652          0          0          0          0          0          0          0
12.45/12.56	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
12.45/12.56	c   integral         :       1.90       0.00       0.00       0.00       1.90       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   logicor          :       0.03       0.00       0.00       0.02       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   fixedvar         :       0.02       0.00       0.00       0.00       0.00       0.00       0.00       0.02       0.00       0.00
12.45/12.56	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
12.45/12.56	c   dualfix          :          2          0          0          0
12.45/12.56	c   genvbounds       :          0          0          0          0
12.45/12.56	c   nlobbt           :          0          0          0          0
12.45/12.56	c   obbt             :          0          0          0          0
12.45/12.56	c   probing          :          0          0          0          0
12.45/12.56	c   pseudoobj        :       5641          0          0          0
12.45/12.56	c   redcost          :       6633          0          0      15844
12.45/12.56	c   rootredcost      :          2          0          0          0
12.45/12.56	c   symmetry         :          0          0          0          0
12.45/12.56	c   vbounds          :          0          0          0          0
12.45/12.56	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
12.45/12.56	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   redcost          :       0.03       0.00       0.00       0.03       0.00       0.00
12.45/12.56	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
12.45/12.56	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
12.45/12.56	c   propagation      :       0.00         66         12          -         12       20.5          0        0.0          -          -          -
12.45/12.56	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
12.45/12.56	c   bound exceed. LP :       0.05        618        359          -        399       14.2          0        0.0          0        0.0       2265
12.45/12.56	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
12.45/12.56	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
12.45/12.56	c   applied globally :       0.00          -          -          0        248       10.9          -          -          0          -          -
12.45/12.56	c   applied locally  :          -          -          -          0        139       20.7          -          -          0          -          -
12.45/12.56	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
12.45/12.56	c   cut pool         :       0.96          -       1986         52          -          -      35276      87485          -          -          -          -          -    (maximal pool size:       2730)
12.45/12.56	c   aggregation      :       3.71       0.00       1287         33          0          0          0          0          0          0          0          0          0
12.45/12.56	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
12.45/12.56	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
12.45/12.56	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
12.45/12.56	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   clique           :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
12.45/12.56	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   gomory           :       1.71       0.00        676         10          0          0      34595      85561          0       1153       1153          0          0
12.45/12.56	c   > gomorymi       :          -          -          -          -          -          -          -      65230          0       1076       1076          0          -
12.45/12.56	c   > strongcg       :          -          -          -          -          -          -          -      20331          0         77         77          0          -
12.45/12.56	c   impliedbounds    :       0.00       0.00       1287         33          0          0          0          0          0          0          0          0          0
12.45/12.56	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
12.45/12.56	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   multilinear      :       0.00       0.00        136         33          0          0          0          0          0          0          0          0          0
12.45/12.56	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
12.45/12.56	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
12.45/12.56	c   zerohalf         :       0.46       0.00        686         20          0          0        686       1924          5        136        136          0          0
12.45/12.56	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
12.45/12.56	c   hybrid           :       0.07       0.00       1286         32       1289          0      86201         32          0       3176
12.45/12.56	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c Pricers            :   ExecTime  SetupTime      Calls       Vars
12.45/12.56	c   problem variables:       0.00          -          0          0
12.45/12.56	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
12.45/12.56	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c   relpscost        :       1.89       0.00       1436          0          0          1        294          0        229       2582
12.45/12.56	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
12.45/12.56	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
12.45/12.56	c   LP solutions     :       0.01          -          -          1          1
12.45/12.56	c   relax solutions  :       0.00          -          -          0          0
12.45/12.56	c   pseudo solutions :       0.00          -          -          0          0
12.45/12.56	c   strong branching :       0.02          -          -        237          1
12.45/12.56	c   actconsdiving    :       0.00       0.00          0          0          0
12.45/12.56	c   adaptivediving   :       0.06       0.00         34          0          0
12.45/12.56	c   alns             :       0.02       0.00          5          0          0
12.45/12.56	c   bound            :       0.00       0.00          0          0          0
12.45/12.56	c   clique           :       0.00       0.00          0          0          0
12.45/12.56	c   coefdiving       :       0.00       0.00          0          0          0
12.45/12.56	c   completesol      :       0.00       0.00          0          0          0
12.45/12.56	c   conflictdiving   :       0.02       0.00         18          0          0
12.45/12.56	c   crossover        :       0.00       0.00          1          0          0
12.45/12.56	c   dins             :       0.00       0.00          0          0          0
12.45/12.56	c   distributiondivin:       0.33       0.00         18          0          0
12.45/12.56	c   dks              :       0.00       0.00          0          0          0
12.45/12.56	c   dps              :       0.00       0.00          0          0          0
12.45/12.56	c   dualval          :       0.00       0.00          0          0          0
12.45/12.56	c   farkasdiving     :       0.00       0.00          0          0          0
12.45/12.56	c   feaspump         :       0.00       0.00          0          0          0
12.45/12.56	c   fixandinfer      :       0.00       0.00          0          0          0
12.45/12.56	c   fracdiving       :       0.02       0.00         18          0          0
12.45/12.56	c   gins             :       0.00       0.00          0          0          0
12.45/12.56	c   guideddiving     :       0.03       0.00         18          0          0
12.45/12.56	c   indicator        :       0.00       0.00          0          0          0
12.45/12.56	c   indicatordiving  :       0.00       0.00          0          0          0
12.45/12.56	c   intdiving        :       0.00       0.00          0          0          0
12.45/12.56	c   intshifting      :       0.00       0.00          0          0          0
12.45/12.56	c   linesearchdiving :       0.03       0.00         18          0          0
12.45/12.56	c   localbranching   :       0.00       0.00          0          0          0
12.45/12.56	c   locks            :       0.00       0.00          1          1          1
12.45/12.56	c   lpface           :       0.00       0.00          0          0          0
12.45/12.56	c   mpec             :       0.00       0.00          0          0          0
12.45/12.56	c   multistart       :       0.00       0.00          0          0          0
12.45/12.56	c   mutation         :       0.00       0.00          0          0          0
12.45/12.56	c   nlpdiving        :       0.00       0.00          0          0          0
12.45/12.56	c   objpscostdiving  :       0.04       0.00          5          7          0
12.45/12.56	c   octane           :       0.00       0.00          0          0          0
12.45/12.56	c   ofins            :       0.00       0.00          0          0          0
12.45/12.56	c   oneopt           :       0.00       0.00          2          0          0
12.45/12.56	c   padm             :       0.00       0.00          0          0          0
12.45/12.56	c   proximity        :       0.00       0.00          0          0          0
12.45/12.56	c   pscostdiving     :       0.04       0.00         18          1          0
12.45/12.56	c   randrounding     :       0.01       0.00         47          0          0
12.45/12.56	c   rens             :       0.00       0.00          0          0          0
12.45/12.56	c   reoptsols        :       0.00       0.00          0          0          0
12.45/12.56	c   repair           :       0.00       0.00          0          0          0
12.45/12.56	c   rins             :       0.07       0.00          2          2          0
12.45/12.56	c   rootsoldiving    :       0.01       0.00          7          0          0
12.45/12.56	c   rounding         :       0.01       0.00        724          0          0
12.45/12.56	c   scheduler        :       0.00       0.00          0          0          0
12.45/12.56	c   shiftandpropagate:       0.00       0.00          0          0          0
12.45/12.56	c   shifting         :       0.01       0.00        474          0          0
12.45/12.56	c   simplerounding   :       0.01       0.00       2723         32          0
12.45/12.56	c   subnlp           :       0.00       0.00          0          0          0
12.45/12.56	c   trivial          :       0.00       0.00          2          1          1
12.45/12.56	c   trivialnegation  :       0.00       0.00          0          0          0
12.45/12.56	c   trustregion      :       0.00       0.00          0          0          0
12.45/12.56	c   trysol           :       0.00       0.00          0          0          0
12.45/12.56	c   twoopt           :       0.00       0.00          0          0          0
12.45/12.56	c   undercover       :       0.00       0.00          0          0          0
12.45/12.56	c   vbounds          :       0.00       0.00          0          0          0
12.45/12.56	c   veclendiving     :       0.02       0.00         18          0          0
12.45/12.56	c   zeroobj          :       0.00       0.00          0          0          0
12.45/12.56	c   zirounding       :       0.05       0.00       1291        367          0
12.45/12.56	c   other solutions  :          -          -          -          0          -
12.45/12.56	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
12.45/12.56	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
12.45/12.56	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
12.45/12.56	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
12.45/12.56	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
12.45/12.56	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
12.45/12.56	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
12.45/12.56	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
12.45/12.56	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
12.45/12.56	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
12.45/12.56	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
12.45/12.56	c   primal LP        :       0.02        199          0       0.00       0.00       0.02        199
12.45/12.56	c   dual LP          :       2.48       4666      92658      28.25   37290.52       0.10       1386
12.45/12.56	c   lex dual LP      :       0.00          0          0       0.00          -
12.45/12.56	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
12.45/12.56	c   resolve instable :       0.00          0          0       0.00          -
12.45/12.56	c   diving/probing LP:       0.27        508       7649      15.06   27839.55
12.45/12.56	c   strong branching :       1.71        750      51702      68.94   30165.23          -          -         95
12.45/12.56	c     (at root node) :          -         19       3399     178.89          -
12.45/12.56	c   conflict analysis:       0.04        228       2265       9.93   62686.82
12.45/12.56	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
12.45/12.56	c   benders          :       0.00          0          0          0       0.00          0          0          0
12.45/12.56	c B&B Tree           :
12.45/12.56	c   number of runs   :          1
12.45/12.56	c   nodes            :       1860 (1291 internal, 569 leaves)
12.45/12.56	c   feasible leaves  :          1
12.45/12.56	c   infeas. leaves   :         10
12.45/12.56	c   objective leaves :        558
12.45/12.56	c   nodes (total)    :       1860 (1291 internal, 569 leaves)
12.45/12.56	c   nodes left       :          0
12.45/12.56	c   max depth        :         25
12.45/12.56	c   max depth (total):         25
12.45/12.56	c   backtracks       :        516 (27.7%)
12.45/12.56	c   early backtracks :          0 (0.0%)
12.45/12.56	c   nodes exc. ref.  :          0 (0.0%)
12.45/12.56	c   delayed cutoffs  :          0
12.45/12.56	c   repropagations   :         12 (9 domain reductions, 0 cutoffs)
12.45/12.56	c   avg switch length:       6.44
12.45/12.56	c   switching time   :       0.06
12.45/12.56	c Root Node          :
12.45/12.56	c   First LP value   : +7.40700276495024e+00
12.45/12.56	c   First LP Iters   :        376 (20944.74 Iter/sec)
12.45/12.56	c   First LP Time    :       0.02
12.45/12.56	c   Final Dual Bound : +7.62615188399995e+00
12.45/12.56	c   Final Root Iters :       1140
12.45/12.56	c   Root LP Estimate : +9.11040468378348e+00
12.45/12.56	c Solution           :
12.45/12.56	c   Solutions found  :        649 (4 improvements)
12.45/12.56	c   First Solution   : +1.00000000000000e+02   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
12.45/12.56	c   Gap First Sol.   :   infinite
12.45/12.56	c   Gap Last Sol.    :       0.00 %
12.45/12.56	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 1860 nodes, 12.56 seconds, depth -1, found by <relaxation>)
12.45/12.56	c   Dual Bound       : +1.00000000000000e+01
12.45/12.56	c   Gap              :       0.00 %
12.45/12.56	c Integrals          :      Total       Avg%
12.45/12.56	c   primal-dual      :     286.21      22.79
12.45/12.56	c   primal-ref       :          -          - (not evaluated)
12.45/12.56	c   dual-ref         :          -          - (not evaluated)
12.45/12.59	c Time complete (sec):     12.544

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100096 s]*
/proc/loadavg: 4.08 4.04 2.94 5/250 38771
/proc/meminfo: memFree=128525740/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=33996 memory=25216 CPUtime=0.1 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 3934 0 0 0 9 1 0 0 20 0 1 0 42610388 34811904 6304 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 8499 6304 2624 2575 0 5406 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 33996 KiB
Current children cumulated memory: 25216 KiB

[startup+0.212827 s]*
/proc/loadavg: 4.08 4.04 2.94 5/250 38771
/proc/meminfo: memFree=128517676/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=42868 memory=33792 CPUtime=0.21 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 6088 0 0 0 19 2 0 0 20 0 1 0 42610388 43896832 8448 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 10717 8448 2624 2575 0 7624 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 42868 KiB
Current children cumulated memory: 33792 KiB

[startup+0.3127 s]*
/proc/loadavg: 4.08 4.04 2.94 5/250 38771
/proc/meminfo: memFree=128509612/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=48052 memory=38656 CPUtime=0.31 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 7285 0 0 0 29 2 0 0 20 0 1 0 42610388 49205248 9664 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 12013 9664 2624 2575 0 8920 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 48052 KiB
Current children cumulated memory: 38656 KiB

[startup+0.700307 s]
/proc/loadavg: 4.08 4.04 2.94 5/250 38771
/proc/meminfo: memFree=128501548/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=53568 memory=44032 CPUtime=0.69 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 8623 0 0 0 66 3 0 0 20 0 1 0 42610388 54853632 11008 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 13392 11008 2624 2575 0 10299 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 53568 KiB
Current children cumulated memory: 44032 KiB

[startup+1.50026 s]
/proc/loadavg: 4.08 4.04 2.94 5/250 38771
/proc/meminfo: memFree=128501548/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=56156 memory=45568 CPUtime=1.48 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 9009 0 0 0 145 3 0 0 20 0 1 0 42610388 57503744 11392 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 14039 11392 2624 2575 0 10946 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 56156 KiB
Current children cumulated memory: 45568 KiB

[startup+3.11262 s]
/proc/loadavg: 4.08 4.04 2.95 5/250 38771
/proc/meminfo: memFree=128477860/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=78092 memory=66432 CPUtime=3.09 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 14236 0 0 0 305 4 0 0 20 0 1 0 42610388 79966208 16608 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 19523 16608 2624 2575 0 16430 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 78092 KiB
Current children cumulated memory: 66432 KiB

[startup+6.30032 s]
/proc/loadavg: 4.08 4.04 2.95 5/250 38771
/proc/meminfo: memFree=128478524/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=84048 memory=71552 CPUtime=6.27 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 15468 0 0 0 623 4 0 0 20 0 1 0 42610388 86065152 17888 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 21012 17888 2688 2575 0 17919 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 84048 KiB
Current children cumulated memory: 71552 KiB

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

# cumulated CPU time of all completed processes:  user=12.4943 s, system=0.053658 s

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

[startup+6.40038 s]
/proc/loadavg: 4.08 4.04 2.95 5/250 38771
/proc/meminfo: memFree=128478524/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=84048 memory=71552 CPUtime=6.37 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 15468 0 0 0 633 4 0 0 20 0 1 0 42610388 86065152 17888 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 21012 17888 2688 2575 0 17919 0
Current children cumulated CPU time: 6.37 s
Current children cumulated vsize: 84048 KiB
Current children cumulated memory: 71552 KiB

[startup+9.60029 s]
/proc/loadavg: 4.15 4.06 2.96 5/250 38771
/proc/meminfo: memFree=128478840/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=90228 memory=77568 CPUtime=9.55 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 16996 0 0 0 951 4 0 0 20 0 1 0 42610388 92393472 19392 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 22557 19392 2688 2575 0 19464 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 90228 KiB
Current children cumulated memory: 77568 KiB

[startup+11.2003 s]
/proc/loadavg: 4.15 4.06 2.96 5/250 38771
/proc/meminfo: memFree=128471280/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=92216 memory=79616 CPUtime=11.15 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 17505 0 0 0 1111 4 0 0 20 0 1 0 42610388 94429184 19904 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 23054 19904 2688 2575 0 19961 0
Current children cumulated CPU time: 11.15 s
Current children cumulated vsize: 92216 KiB
Current children cumulated memory: 79616 KiB

[startup+12.0003 s]*
/proc/loadavg: 4.14 4.06 2.96 5/250 38771
/proc/meminfo: memFree=128471280/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=93636 memory=81152 CPUtime=11.96 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 17878 0 0 0 1192 4 0 0 20 0 1 0 42610388 95883264 20288 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 23409 20288 2688 2575 0 20316 0
Current children cumulated CPU time: 11.96 s
Current children cumulated vsize: 93636 KiB
Current children cumulated memory: 81152 KiB

[startup+12.4003 s]
/proc/loadavg: 4.14 4.06 2.96 5/250 38771
/proc/meminfo: memFree=128471280/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=96968 memory=83456 CPUtime=12.34 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 18475 0 0 0 1230 4 0 0 20 0 1 0 42610388 99295232 20864 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 24242 20864 2688 2575 0 21149 0
Current children cumulated CPU time: 12.34 s
Current children cumulated vsize: 96968 KiB
Current children cumulated memory: 83456 KiB

[startup+12.5003 s]
/proc/loadavg: 4.14 4.06 2.96 5/250 38771
/proc/meminfo: memFree=128471280/131382112 swapFree=33010684/33010684
[pid=38770] ppid=38767 vsize=96968 memory=83456 CPUtime=12.45 cores=4,6
/proc/38770/stat : 38770 (pbsolver) R 38767 38770 38426 0 -1 4194304 18483 0 0 0 1240 5 0 0 20 0 1 0 42610388 99295232 20864 18446744073709551615 4198400 14743177 140728526032944 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 50409472 140728526035338 140728526035434 140728526035434 140728526041036 0
/proc/38770/statm: 24242 20864 2688 2575 0 21149 0
Current children cumulated CPU time: 12.45 s
Current children cumulated vsize: 96968 KiB
Current children cumulated memory: 83456 KiB

Child status: 0

Real time (s): 12.5933
CPU time (s): 12.548
CPU user time (s): 12.4943
CPU system time (s): 0.053658
CPU usage (%): 99.6395
Max. virtual memory (cumulated for all children) (KiB): 96968
Max. memory (cumulated for all children) (KiB): 83456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4943
system time used= 0.053658
maximum resident set size= 83456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18483
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= 83


# summary of solver processes directly reported to runsolver:
#   pid: 38770
#   total CPU time (s): 12.548
#   total CPU user time (s): 12.4943
#   total CPU system time (s): 0.053658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.096873 second user time and 0.176068 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-30 09:41:50
IDJOB=4498348
IDBENCH=148628
IDSOLVER=3366
FILE ID=nodeC005/4498348-1751269310
RUNJOBID= nodeC005-1751268232-38444
SLURM_JOB_ID= 9594172
Free space on /tmp= 433016 MiB

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

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

MD5SUM BENCH= f2bcbaa2314fdbbaf32cb5f01e98067b
RANDOM SEED=27383631

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.418
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.90
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		: 3662.625
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.90
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.765
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.642
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.90
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		: 3700.000
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.90
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		: 3662.671
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.234
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.90
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		: 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 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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128536992 kB
MemAvailable:   128699908 kB
Buffers:            3280 kB
Cached:           965276 kB
SwapCached:            0 kB
Active:          1520776 kB
Inactive:         717380 kB
Active(anon):    1287568 kB
Inactive(anon):        0 kB
Active(file):     233208 kB
Inactive(file):   717380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15024 kB
Writeback:             0 kB
AnonPages:       1270248 kB
Mapped:           134948 kB
Shmem:             17960 kB
KReclaimable:     103908 kB
Slab:             185948 kB
SReclaimable:     103908 kB
SUnreclaim:        82040 kB
KernelStack:        4032 kB
PageTables:         5572 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1662028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    931840 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:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC005 at 2025-06-30 09:42:03