Trace number 4503754

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07? 3589.6 3602.53

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-111.opb
MD5SUM4268d39683cc1d999f2f6f0490fb9359
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark31.3265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 568
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4503754-1751175723.opb>
1.48/1.54	c original problem has 33692 variables (33692 bin, 0 int, 0 impl, 0 cont) and 740354 constraints
1.48/1.54	c problem read in 1.54
1.48/1.55	c No objective function, only one solution is needed.
2.58/2.61	c presolving:
3.38/3.45	c (round 1, fast)       47 del vars, 4367 del conss, 0 add conss, 47 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 148917 clqs
4.47/4.56	c    (4.5s) running MILP presolver
6.07/6.16	c    (6.1s) MILP presolver found nothing
7.86/7.92	c (round 2, exhaustive) 47 del vars, 4778 del conss, 0 add conss, 47 chg bounds, 15 chg sides, 0 chg coeffs, 735575 upgd conss, 0 impls, 148917 clqs
9.86/9.96	c (round 3, exhaustive) 47 del vars, 15258 del conss, 0 add conss, 47 chg bounds, 15 chg sides, 15734 chg coeffs, 735575 upgd conss, 0 impls, 148917 clqs
16.94/17.01	c    (17.0s) probing: 51/33645 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
16.94/17.01	c    (17.0s) probing aborted: 50/50 successive totally useless probings
21.52/21.61	c    (21.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
23.22/23.38	c    (23.4s) no symmetry present (symcode time: 0.29)
24.20/24.33	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
24.20/24.33	c  47 deleted vars, 15258 deleted constraints, 0 added constraints, 47 tightened bounds, 0 added holes, 15 changed sides, 15775 changed coefficients
24.20/24.33	c  0 implications, 148917 cliques
24.20/24.33	c presolved problem has 33645 variables (33645 bin, 0 int, 0 impl, 0 cont) and 725096 constraints
24.20/24.33	c   76057 constraints of type <knapsack>
24.20/24.33	c  148917 constraints of type <setppc>
24.20/24.33	c       1 constraints of type <linear>
24.20/24.33	c  500121 constraints of type <logicor>
24.20/24.33	c transformed objective value is always integral (scale: 1)
24.20/24.33	c Presolving Time: 21.73
24.20/24.33	c - non default parameters ----------------------------------------------------------------------
24.20/24.33	c # SCIP version 10.0.0
24.20/24.33	c 
24.20/24.33	c # maximal time in seconds to run
24.20/24.33	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
24.20/24.33	c limits/time = 3596.997054
24.20/24.33	c 
24.20/24.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
24.20/24.33	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
24.20/24.33	c limits/memory = 27900
24.20/24.33	c 
24.20/24.33	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
24.20/24.33	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
24.20/24.33	c limits/solutions = 1
24.20/24.33	c 
24.20/24.33	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
24.20/24.33	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
24.20/24.33	c misc/usesymmetry = 3
24.20/24.33	c 
24.20/24.33	c # belongs reading time to solving time?
24.20/24.33	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
24.20/24.33	c timing/reading = TRUE
24.20/24.33	c 
24.20/24.33	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
24.20/24.33	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
24.20/24.33	c propagating/symmetry/detectdoublelex = FALSE
24.20/24.33	c 
24.20/24.33	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
24.20/24.33	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
24.20/24.33	c propagating/symmetry/detectsubgroups = FALSE
24.20/24.33	c 
24.20/24.33	c # Type of symmetries that shall be computed?
24.20/24.33	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
24.20/24.33	c propagating/symmetry/symtype = 1
24.20/24.33	c 
24.20/24.33	c # Should components consisting of a single full reflection be handled?
24.20/24.33	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
24.20/24.33	c propagating/symmetry/usesimplesgncomp = FALSE
24.20/24.33	c 
24.20/24.33	c -----------------------------------------------------------------------------------------------
24.20/24.33	c start solving
24.20/24.35	c 
29.29/29.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
29.29/29.43	c  29.4s|     1 |     0 |  1657 |     - |  3354M |   0 |  33k| 725k| 725k|   0 |  0 |  88 |   0 | 0.000000e+00 |      --      |    Inf | unknown
208.02/208.95	c   209s|     1 |     0 |  7412 |     - |  3456M |   0 |  33k| 725k| 725k|   5 |  1 |  88 |   0 | 0.000000e+00 |      --      |    Inf | unknown
554.48/556.75	c   557s|     1 |     0 |  8014 |     - |  3526M |   0 |  33k| 725k| 725k|  11 |  2 |  90 |   0 | 0.000000e+00 |      --      |    Inf | unknown
802.27/805.46	c   805s|     1 |     0 |  8156 |     - |  3596M |   0 |  33k| 725k| 725k|  22 |  3 |  91 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1209.65/1214.32	c  1214s|     1 |     0 |  8288 |     - |  3667M |   0 |  33k| 725k| 725k|  32 |  4 |  93 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1748.99/1755.64	c  1756s|     1 |     0 |  8395 |     - |  3744M |   0 |  33k| 725k| 725k|  45 |  5 |  93 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2077.09/2084.92	c  2085s|     1 |     0 |  8515 |     - |  3814M |   0 |  33k| 725k| 725k|  51 |  6 |  96 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2421.76/2430.84	c  2431s|     1 |     0 |  8671 |     - |  3883M |   0 |  33k| 725k| 725k|  58 |  7 |  98 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2688.11/2698.14	c  2698s|     1 |     0 |  8880 |     - |  3954M |   0 |  33k| 725k| 725k|  65 |  8 |  99 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2773.20/2783.55	c  2784s|     1 |     0 |  9130 |     - |  4027M |   0 |  33k| 725k| 725k|  69 |  9 | 101 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2954.21/2965.21	c  2965s|     1 |     0 |  9467 |     - |  4097M |   0 |  33k| 725k| 725k|  79 | 10 | 103 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2955.70/2966.75	c  2967s|     1 |     0 |  9648 |     - |  4166M |   0 |  33k| 725k| 725k|  88 | 11 | 104 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3066.04/3077.41	c  3077s|     1 |     2 | 37988 |     - |  4171M |   0 |  33k| 725k| 725k|  88 | 11 | 115 |  19 | 0.000000e+00 |      --      |    Inf | unknown
3587.96/3600.98	c 
3587.96/3600.98	c SCIP Status        : solving was interrupted [time limit reached]
3587.96/3600.98	c Solving Time (sec) : 3600.97
3587.96/3600.98	c Solving Nodes      : 18
3587.96/3600.98	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3587.96/3600.98	c Dual Bound         : +0.00000000000000e+00
3587.96/3600.98	c Gap                : infinite
3587.96/3600.98	s UNKNOWN
3587.96/3600.98	c SCIP Status        : solving was interrupted [time limit reached]
3587.96/3600.98	c Total Time         :    3600.97
3587.96/3600.98	c   solving          :    3600.97
3587.96/3600.98	c   presolving       :      21.73 (included in solving)
3587.96/3600.98	c   reading          :       1.54 (included in solving)
3587.96/3600.98	c   copying          :       1.96 (2 #copies) (minimal 0.97, maximal 0.98, average 0.98)
3587.96/3600.98	c Original Problem   :
3587.96/3600.98	c   Problem name     : HOME/instance-4503754-1751175723.opb
3587.96/3600.98	c   Variables        : 33692 (33692 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.96/3600.98	c   Constraints      : 740354 initial, 740354 maximal
3587.96/3600.98	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.96/3600.98	c Presolved Problem  :
3587.96/3600.98	c   Problem name     : t_HOME/instance-4503754-1751175723.opb
3587.96/3600.98	c   Variables        : 33645 (33645 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.96/3600.98	c   Constraints      : 725096 initial, 725608 maximal
3587.96/3600.98	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.96/3600.98	c   Nonzeros         : 2801663 constraint, 309778 clique table
3587.96/3600.98	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.96/3600.98	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   domcol           :       0.37       0.00      1          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   dualsparsify     :       4.60       0.00      1          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   gateextraction   :       0.90       0.00      2          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   milp             :       2.66       0.00      1          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   sparsify         :       0.78       0.00      1          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   dualfix          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   probing          :       3.21       0.00      1          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   symmetry         :       1.76       0.00      1          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   vbounds          :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   knapsack         :       0.24       0.01      6          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   setppc           :       0.31       0.01      6          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   linear           :       2.26       0.26      7         47          0          0         47          0       4778          0         15          0
3587.96/3600.98	c   logicor          :       3.29       0.67      6          0          0          0          0          0      10480          0          0      15775
3587.96/3600.98	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   components       :       0.24       0.00      1          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.96/3600.98	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.96/3600.98	c   benderslp        :          0          0          0          0         18          0          0          9          0          0          0          0          0          0          0
3587.96/3600.98	c   integral         :          0          0          0          0         18          0          0          9          0          0          0          0          0          0         36
3587.96/3600.98	c   knapsack         :      76057      76057         11      26175          0          0          0          5        102          4          0         16          4          0          0
3587.96/3600.98	c   setppc           :     148917+    148922         11      26171          0          0          0          4       2754        149       1231          0          0          0          0
3587.96/3600.98	c   linear           :          1+         2         11      25878          0          0          0          3          0          1          0          0          0          0          0
3587.96/3600.98	c   logicor          :     500121+    500627         11      11079          0          0          0          0        975         27         20          4          3          0          0
3587.96/3600.98	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.96/3600.98	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   integral         :      29.81       0.00       0.00       0.00      29.81       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   knapsack         :       1.27       0.01       0.53       0.68       0.00       0.00       0.00       0.05       0.00       0.00
3587.96/3600.98	c   setppc           :       1.03       0.01       0.12       0.90       0.00       0.00       0.00       0.00       0.00       0.01
3587.96/3600.98	c   linear           :       0.26       0.26       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   logicor          :       2.92       0.67       0.78       1.44       0.00       0.00       0.00       0.00       0.00       0.03
3587.96/3600.98	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.96/3600.98	c   dualfix          :          1          0          0          0
3587.96/3600.98	c   genvbounds       :          0          0          0          0
3587.96/3600.98	c   nlobbt           :          0          0          0          0
3587.96/3600.98	c   obbt             :          0          0          0          0
3587.96/3600.98	c   probing          :          0          0          0          0
3587.96/3600.98	c   pseudoobj        :          0          0          0          0
3587.96/3600.98	c   redcost          :          0          0          0          0
3587.96/3600.98	c   rootredcost      :          0          0          0          0
3587.96/3600.98	c   symmetry         :          0          0          0          0
3587.96/3600.98	c   vbounds          :       7270          0          0          0
3587.96/3600.98	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.96/3600.98	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   probing          :       3.21       0.00       3.21       0.00       0.00       0.00
3587.96/3600.98	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3587.96/3600.98	c   symmetry         :       1.77       0.00       1.76       0.00       0.00       0.00
3587.96/3600.98	c   vbounds          :       0.04       0.00       0.02       0.02       0.00       0.00
3587.96/3600.98	c Symmetry           :
3587.96/3600.98	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3587.96/3600.98	c   orbital reduction:          0 reductions applied,          0 cutoffs
3587.96/3600.98	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.96/3600.98	c   shadow tree time :       0.00 s
3587.96/3600.98	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.96/3600.98	c   propagation      :       0.00        178        178          -        542       14.2          5        9.4          -          -          -
3587.96/3600.98	c   infeasible LP    :       0.01          2          2          -         17       31.5          0        0.0          2       31.5          0
3587.96/3600.98	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.96/3600.98	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.96/3600.98	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.96/3600.98	c   applied globally :       0.01          -          -          0        510        9.8          -          -          2          -          -
3587.96/3600.98	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3587.96/3600.98	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.96/3600.98	c   cut pool         :       0.01          -         33         21          -          -       1658       2275          -          -          -          -          -    (maximal pool size:       1658)
3587.96/3600.98	c   aggregation      :       0.69       0.00         17         11          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.96/3600.98	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.96/3600.98	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.96/3600.98	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   clique           :       1.21       0.00         11         11          0          0         51        134          0         30         30          0          0
3587.96/3600.98	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   gomory           :    2964.02       0.00         16         10          0          0       1561       2066          8         47         46          1          0
3587.96/3600.98	c   > gomorymi       :          -          -          -          -          -          -          -        719          4         12         11          1          -
3587.96/3600.98	c   > strongcg       :          -          -          -          -          -          -          -       1347          4         35         35          0          -
3587.96/3600.98	c   impliedbounds    :       0.09       0.00         17         11          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   mcf              :       1.52       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   multilinear      :       0.00       0.00         13         11          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   rlt              :       0.00       0.00         12         10          0          0          0          0          0          0          0          0          0
3587.96/3600.98	c   zerohalf         :       0.92       0.00         17         11          0          0        151         75         97        158         61         97          0
3587.96/3600.98	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.96/3600.98	c   hybrid           :       0.01       0.00         17         11        242          0       2158         88          0       1511
3587.96/3600.98	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.96/3600.98	c   problem variables:       0.00          -          0          0
3587.96/3600.98	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.96/3600.98	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c   relpscost        :      29.81       0.00         18          0          0          0          0          0          0         36
3587.96/3600.98	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.96/3600.98	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.96/3600.98	c   LP solutions     :       0.00          -          -          0          0
3587.96/3600.98	c   relax solutions  :       0.00          -          -          0          0
3587.96/3600.98	c   pseudo solutions :       0.00          -          -          0          0
3587.96/3600.98	c   strong branching :       0.00          -          -          0          0
3587.96/3600.98	c   actconsdiving    :       0.00       0.00          0          0          0
3587.96/3600.98	c   adaptivediving   :       6.67       0.00          2          0          0
3587.96/3600.98	c   alns             :       2.58       0.00          1          0          0
3587.96/3600.98	c   bound            :       0.00       0.00          0          0          0
3587.96/3600.98	c   clique           :       1.39       0.00          1          0          0
3587.96/3600.98	c   coefdiving       :       0.00       0.00          0          0          0
3587.96/3600.98	c   completesol      :       0.00       0.00          0          0          0
3587.96/3600.98	c   conflictdiving   :      75.73       0.00          1          0          0
3587.96/3600.98	c   crossover        :       0.00       0.00          0          0          0
3587.96/3600.98	c   dins             :       0.00       0.00          0          0          0
3587.96/3600.98	c   distributiondivin:      47.68       0.00          1          0          0
3587.96/3600.98	c   dps              :       0.00       0.00          0          0          0
3587.96/3600.98	c   dualval          :       0.00       0.00          0          0          0
3587.96/3600.98	c   farkasdiving     :       0.00       0.00          0          0          0
3587.96/3600.98	c   feasjump         :       0.52       0.00          1          0          0
3587.96/3600.98	c   feaspump         :       6.39       0.00          1          0          0
3587.96/3600.98	c   fixandinfer      :       0.00       0.00          0          0          0
3587.96/3600.98	c   fracdiving       :      20.96       0.00          2          0          0
3587.96/3600.98	c   gins             :       0.00       0.00          0          0          0
3587.96/3600.98	c   guideddiving     :       0.00       0.00          0          0          0
3587.96/3600.98	c   indcoefdiving    :       0.00       0.00          0          0          0
3587.96/3600.98	c   indicator        :       0.00       0.00          0          0          0
3587.96/3600.98	c   indicatordiving  :       0.00       0.00          0          0          0
3587.96/3600.98	c   indoneopt        :       0.00       0.00          0          0          0
3587.96/3600.98	c   indrounding      :       0.00       0.00          0          0          0
3587.96/3600.98	c   indtwoopt        :       0.00       0.00          0          0          0
3587.96/3600.98	c   intdiving        :       0.00       0.00          0          0          0
3587.96/3600.98	c   intshifting      :       0.00       0.00          0          0          0
3587.96/3600.98	c   linesearchdiving :       0.00       0.00          0          0          0
3587.96/3600.98	c   localbranching   :       0.00       0.00          0          0          0
3587.96/3600.98	c   locks            :       0.63       0.00          1          0          0
3587.96/3600.98	c   lpface           :       0.00       0.00          0          0          0
3587.96/3600.98	c   mpec             :       0.00       0.00          0          0          0
3587.96/3600.98	c   multistart       :       0.00       0.00          0          0          0
3587.96/3600.98	c   mutation         :       0.00       0.00          0          0          0
3587.96/3600.98	c   nlpdiving        :       0.00       0.00          0          0          0
3587.96/3600.98	c   objpscostdiving  :     357.30       0.00          1          0          0
3587.96/3600.98	c   octane           :       0.00       0.00          0          0          0
3587.96/3600.98	c   ofins            :       0.00       0.00          0          0          0
3587.96/3600.98	c   oneopt           :       0.00       0.00          0          0          0
3587.96/3600.98	c   padm             :       0.00       0.00          0          0          0
3587.96/3600.98	c   proximity        :       0.00       0.00          0          0          0
3587.96/3600.98	c   pscostdiving     :      16.25       0.00          1          0          0
3587.96/3600.98	c   randrounding     :       0.66       0.00         12          0          0
3587.96/3600.98	c   rens             :       2.62       0.00          1          0          0
3587.96/3600.98	c   reoptsols        :       0.00       0.00          0          0          0
3587.96/3600.98	c   repair           :       0.00       0.00          0          0          0
3587.96/3600.98	c   rins             :       0.00       0.00          0          0          0
3587.96/3600.98	c   rootsoldiving    :       0.00       0.00          0          0          0
3587.96/3600.98	c   rounding         :       0.84       0.00         35          0          0
3587.96/3600.98	c   scheduler        :       0.00       0.00          0          0          0
3587.96/3600.98	c   shiftandpropagate:       0.20       0.00          1          0          0
3587.96/3600.98	c   shifting         :       4.52       0.00         20          0          0
3587.96/3600.98	c   simplerounding   :       0.00       0.00          0          0          0
3587.96/3600.98	c   smallcard        :       0.00       0.00          0          0          0
3587.96/3600.98	c   subnlp           :       0.00       0.00          0          0          0
3587.96/3600.98	c   trivial          :       0.04       0.00          2          0          0
3587.96/3600.98	c   trivialnegation  :       0.00       0.00          0          0          0
3587.96/3600.98	c   trustregion      :       0.00       0.00          0          0          0
3587.96/3600.98	c   trysol           :       0.00       0.00          0          0          0
3587.96/3600.98	c   twoopt           :       0.00       0.00          0          0          0
3587.96/3600.98	c   undercover       :       0.00       0.00          0          0          0
3587.96/3600.98	c   vbounds          :       1.66       0.00          1          0          0
3587.96/3600.98	c   veclendiving     :       5.76       0.00          1          0          0
3587.96/3600.98	c   zeroobj          :       0.00       0.00          0          0          0
3587.96/3600.98	c   zirounding       :       0.13       0.00         16          0          0
3587.96/3600.98	c   other solutions  :          -          -          -          0          -
3587.96/3600.98	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.96/3600.98	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.96/3600.98	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.96/3600.98	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.96/3600.98	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.96/3600.98	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.96/3600.98	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.96/3600.98	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.96/3600.98	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.96/3600.98	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
3587.96/3600.98	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.96/3600.98	c   primal LP        :       0.20          3          0       0.00       0.00       0.20          3
3587.96/3600.98	c   dual LP          :      22.16         35      20577     605.21     928.45       0.08          1
3587.96/3600.98	c   lex dual LP      :       0.00          0          0       0.00          -
3587.96/3600.98	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.96/3600.98	c   resolve instable :       0.00          0          0       0.00          -
3587.96/3600.98	c   diving/probing LP:     529.79        191     107182     561.16     202.31
3587.96/3600.98	c   strong branching :      24.88         19      16230     854.21     652.40          -          -         25
3587.96/3600.98	c     (at root node) :          -         19      16230     854.21          -
3587.96/3600.98	c   conflict analysis:       0.00          0          0       0.00          -
3587.96/3600.98	c B&B Tree           :
3587.96/3600.98	c   number of runs   :          1
3587.96/3600.98	c   nodes            :         18 (18 internal, 0 leaves)
3587.96/3600.98	c   feasible leaves  :          0
3587.96/3600.98	c   infeas. leaves   :          0
3587.96/3600.98	c   objective leaves :          0
3587.96/3600.98	c   nodes (total)    :         18 (18 internal, 0 leaves)
3587.96/3600.98	c   nodes left       :         19
3587.96/3600.98	c   max depth        :         11
3587.96/3600.98	c   max depth (total):         11
3587.96/3600.98	c   backtracks       :          6 (33.3%)
3587.96/3600.98	c   early backtracks :          0 (0.0%)
3587.96/3600.98	c   nodes exc. ref.  :          0 (0.0%)
3587.96/3600.98	c   delayed cutoffs  :          0
3587.96/3600.98	c   repropagations   :          4 (16 domain reductions, 0 cutoffs)
3587.96/3600.98	c   avg switch length:       2.00
3587.96/3600.98	c   switching time   :       0.32
3587.96/3600.98	c Root Node          :
3587.96/3600.98	c   First LP value   : +0.00000000000000e+00
3587.96/3600.98	c   First LP Iters   :       1657 (2687.90 Iter/sec)
3587.96/3600.98	c   First LP Time    :       0.62
3587.96/3600.98	c   Final Dual Bound : +0.00000000000000e+00
3587.96/3600.98	c   Final Root Iters :       9648
3587.96/3600.98	c   Root LP Estimate : +1.16634241727994e-02
3587.96/3600.98	c Solution           :
3587.96/3600.98	c   Solutions found  :          0 (0 improvements)
3587.96/3600.98	c   Primal Bound     :          -
3587.96/3600.98	c   Dual Bound       : +0.00000000000000e+00
3587.96/3600.98	c   Gap              :   infinite
3587.96/3600.98	c Integrals          :      Total       Avg%
3587.96/3600.98	c   primal-dual      :  360097.00     100.00
3587.96/3600.98	c   primal-ref       :          -          - (not evaluated)
3587.96/3600.98	c   dual-ref         :          -          - (not evaluated)
3589.46/3602.46	c Time complete: 3589.53.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (51520 MiB free)
  memory of node 1: 64507 MiB (55730 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503754-1751175723/watcher-4503754-1751175723 -o /tmp/evaluation-result-4503754-1751175723/solver-4503754-1751175723 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751168386-23684 --watchdog 3760 pbscip -f HOME/instance-4503754-1751175723.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24755, runsolver pid=24752

[startup+0.100061 s]*
/proc/loadavg: 4.14 4.10 4.09 5/264 24756
/proc/meminfo: memFree=109799544/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=72308 memory=44288 CPUtime=0.09 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 8208 0 0 0 8 1 0 0 20 0 1 0 33250145 74043392 11072 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 18077 11072 3232 3530 0 9528 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72308 KiB
Current children cumulated memory: 44288 KiB

[startup+0.205587 s]*
/proc/loadavg: 4.21 4.12 4.10 5/264 24756
/proc/meminfo: memFree=109769304/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=101680 memory=73088 CPUtime=0.19 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 15412 0 0 0 18 1 0 0 20 0 1 0 33250145 104120320 18272 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 25420 18272 3232 3530 0 16871 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 101680 KiB
Current children cumulated memory: 73088 KiB

[startup+0.305503 s]*
/proc/loadavg: 4.21 4.12 4.10 5/264 24756
/proc/meminfo: memFree=109737048/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=127892 memory=99328 CPUtime=0.29 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 21961 0 0 0 27 2 0 0 20 0 1 0 33250145 130961408 24832 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 31973 24832 3232 3530 0 23424 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 127892 KiB
Current children cumulated memory: 99328 KiB

[startup+0.700166 s]
/proc/loadavg: 4.21 4.12 4.10 5/264 24756
/proc/meminfo: memFree=109696448/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=229096 memory=200660 CPUtime=0.68 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 46772 0 0 0 62 6 0 0 20 0 1 0 33250145 234594304 50165 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 57274 50165 3232 3530 0 48725 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 229096 KiB
Current children cumulated memory: 200660 KiB

[startup+1.50017 s]
/proc/loadavg: 4.21 4.12 4.10 5/264 24756
/proc/meminfo: memFree=109576496/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=437188 memory=407796 CPUtime=1.48 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 96517 0 0 0 135 13 0 0 20 0 1 0 33250145 447680512 101949 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 109297 101949 3232 3530 0 100748 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 437188 KiB
Current children cumulated memory: 407796 KiB

[startup+3.10536 s]
/proc/loadavg: 4.21 4.12 4.10 5/264 24756
/proc/meminfo: memFree=108808516/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=1099956 memory=1057836 CPUtime=3.09 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 248260 0 0 0 271 38 0 0 20 0 1 0 33250145 1126354944 264459 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 274989 264459 3584 3530 0 266440 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1099956 KiB
Current children cumulated memory: 1057836 KiB

[startup+6.30016 s]
/proc/loadavg: 4.20 4.11 4.10 5/264 24756
/proc/meminfo: memFree=108085116/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=1248292 memory=1195740 CPUtime=6.26 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 276620 0 0 0 567 59 0 0 20 0 1 0 33250145 1278251008 298935 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 312073 298935 3712 3530 0 303524 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1248292 KiB
Current children cumulated memory: 1195740 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.11 4.10 5/264 24756
/proc/meminfo: memFree=107803264/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=1625020 memory=1574800 CPUtime=12.65 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 366774 0 0 0 1192 73 0 0 20 0 1 0 33250145 1664020480 393700 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 406255 393700 3744 3530 0 397706 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1625020 KiB
Current children cumulated memory: 1574800 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.11 4.09 5/264 24757
/proc/meminfo: memFree=106744532/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=3705772 memory=3475048 CPUtime=25.4 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 502394 0 0 0 2417 123 0 0 20 0 1 0 33250145 3794710528 868762 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 926443 868762 3840 3530 0 917894 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 3705772 KiB
Current children cumulated memory: 3475048 KiB

[startup+51.1059 s]
/proc/loadavg: 4.16 4.11 4.09 5/264 24757
/proc/meminfo: memFree=106360064/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=3747352 memory=3514048 CPUtime=50.9 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 529508 0 0 0 4959 131 0 0 20 0 1 0 33250145 3837288448 878512 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 936838 878512 3936 3530 0 928289 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 3747352 KiB
Current children cumulated memory: 3514048 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 24760
/proc/meminfo: memFree=106359012/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=3747352 memory=3514048 CPUtime=101.87 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 529560 0 0 0 10056 131 0 0 20 0 1 0 33250145 3837288448 878512 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 936838 878512 3936 3530 0 928289 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 3747352 KiB
Current children cumulated memory: 3514048 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/264 24807
/proc/meminfo: memFree=109589172/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=3747352 memory=3514048 CPUtime=161.61 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 529561 0 0 0 16030 131 0 0 20 0 1 0 33250145 3837288448 878512 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 936838 878512 3936 3530 0 928289 0
Current children cumulated CPU time: 161.61 s
Current children cumulated vsize: 3747352 KiB
Current children cumulated memory: 3514048 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 24809
/proc/meminfo: memFree=109439736/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=3961244 memory=3614656 CPUtime=221.36 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 535627 0 0 0 22000 136 0 0 20 0 1 0 33250145 4056313856 903664 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 990311 903664 3936 3530 0 981762 0
Current children cumulated CPU time: 221.36 s
Current children cumulated vsize: 3961244 KiB
Current children cumulated memory: 3614656 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 24811
/proc/meminfo: memFree=109427260/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=3961244 memory=3614656 CPUtime=281.12 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 535627 0 0 0 27976 136 0 0 20 0 1 0 33250145 4056313856 903664 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 990311 903664 3936 3530 0 981762 0
Current children cumulated CPU time: 281.12 s
Current children cumulated vsize: 3961244 KiB
Current children cumulated memory: 3614656 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 24820
/proc/meminfo: memFree=109275168/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=3961244 memory=3614656 CPUtime=340.89 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 535676 0 0 0 33953 136 0 0 20 0 1 0 33250145 4056313856 903664 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 990311 903664 3936 3530 0 981762 0
Current children cumulated CPU time: 340.89 s
Current children cumulated vsize: 3961244 KiB
Current children cumulated memory: 3614656 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 24822
/proc/meminfo: memFree=109285560/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=3961244 memory=3614656 CPUtime=400.66 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 535676 0 0 0 39930 136 0 0 20 0 1 0 33250145 4056313856 903664 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 990311 903664 3936 3530 0 981762 0
Current children cumulated CPU time: 400.66 s
Current children cumulated vsize: 3961244 KiB
Current children cumulated memory: 3614656 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 24825
/proc/meminfo: memFree=109277336/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=3961244 memory=3614656 CPUtime=460.44 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 535737 0 0 0 45908 136 0 0 20 0 1 0 33250145 4056313856 903664 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 990311 903664 3936 3530 0 981762 0

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

Current children cumulated memory: 4306988 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/264 25013
/proc/meminfo: memFree=119370224/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4306988 CPUtime=3210.43 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754129 0 0 0 320869 174 0 0 20 0 1 0 33250145 5450170368 1076747 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076747 3968 3530 0 1322059 0
Current children cumulated CPU time: 3210.43 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4306988 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 25015
/proc/meminfo: memFree=119365764/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4306988 CPUtime=3270.23 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754131 0 0 0 326849 174 0 0 20 0 1 0 33250145 5450170368 1076747 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076747 3968 3530 0 1322059 0
Current children cumulated CPU time: 3270.23 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4306988 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.16 4.11 5/264 25017
/proc/meminfo: memFree=119365144/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4306988 CPUtime=3330.03 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754260 0 0 0 332829 174 0 0 20 0 1 0 33250145 5450170368 1076747 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076747 3968 3530 0 1322059 0
Current children cumulated CPU time: 3330.03 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4306988 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.19 4.12 5/264 25026
/proc/meminfo: memFree=119373616/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4306988 CPUtime=3389.86 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754260 0 0 0 338812 174 0 0 20 0 1 0 33250145 5450170368 1076747 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076747 3968 3530 0 1322059 0
Current children cumulated CPU time: 3389.86 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4306988 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.17 4.11 5/263 25028
/proc/meminfo: memFree=119377728/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4306988 CPUtime=3449.7 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754260 0 0 0 344796 174 0 0 20 0 1 0 33250145 5450170368 1076747 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076747 3968 3530 0 1322059 0
Current children cumulated CPU time: 3449.7 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4306988 KiB

[startup+3522.3 s]
/proc/loadavg: 3.46 3.97 4.04 4/257 25059
/proc/meminfo: memFree=124900756/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4307244 CPUtime=3509.55 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754384 0 0 0 350781 174 0 0 20 0 1 0 33250145 5450170368 1076811 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076811 3968 3530 0 1322059 0
Current children cumulated CPU time: 3509.55 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4307244 KiB

[startup+3582.3 s]
/proc/loadavg: 3.27 3.82 3.99 4/257 25061
/proc/meminfo: memFree=124903472/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4307244 CPUtime=3569.41 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754389 0 0 0 356767 174 0 0 20 0 1 0 33250145 5450170368 1076811 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076811 3968 3530 0 1322059 0
Current children cumulated CPU time: 3569.41 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4307244 KiB

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

# cumulated CPU time of all completed processes:  user=3587.76 s, system=1.83711 s

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

[startup+3584 s]*
/proc/loadavg: 3.27 3.82 3.99 4/257 25061
/proc/meminfo: memFree=124903480/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4307244 CPUtime=3571.11 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754389 0 0 0 356937 174 0 0 20 0 1 0 33250145 5450170368 1076811 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076811 3968 3530 0 1322059 0
Current children cumulated CPU time: 3571.11 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4307244 KiB

[startup+3590.4 s]
/proc/loadavg: 3.25 3.81 3.98 4/257 25063
/proc/meminfo: memFree=124903108/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4307244 CPUtime=3577.49 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754390 0 0 0 357575 174 0 0 20 0 1 0 33250145 5450170368 1076811 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076811 3968 3530 0 1322059 0
Current children cumulated CPU time: 3577.49 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4307244 KiB

[startup+3596.8 s]
/proc/loadavg: 3.21 3.78 3.97 4/257 25063
/proc/meminfo: memFree=124903108/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4307244 CPUtime=3583.87 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754390 0 0 0 358213 174 0 0 20 0 1 0 33250145 5450170368 1076811 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076811 3968 3530 0 1322059 0
Current children cumulated CPU time: 3583.87 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4307244 KiB

[startup+3600 s]*
/proc/loadavg: 3.21 3.78 3.97 4/257 25063
/proc/meminfo: memFree=124900392/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4307244 CPUtime=3587.07 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754390 0 0 0 358533 174 0 0 20 0 1 0 33250145 5450170368 1076811 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076811 3968 3530 0 1322059 0
Current children cumulated CPU time: 3587.07 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4307244 KiB

[startup+3601.6 s]
/proc/loadavg: 3.19 3.77 3.97 4/257 25063
/proc/meminfo: memFree=124900392/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4307244 CPUtime=3588.66 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754429 0 0 0 358692 174 0 0 20 0 1 0 33250145 5450170368 1076811 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076811 3968 3530 0 1322059 0
Current children cumulated CPU time: 3588.66 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4307244 KiB

[startup+3602 s]*
/proc/loadavg: 3.19 3.77 3.97 4/257 25063
/proc/meminfo: memFree=124900520/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=5322432 memory=4307244 CPUtime=3589.07 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754429 0 0 0 358733 174 0 0 20 0 1 0 33250145 5450170368 1076811 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1330608 1076811 3968 3530 0 1322059 0
Current children cumulated CPU time: 3589.07 s
Current children cumulated vsize: 5322432 KiB
Current children cumulated memory: 4307244 KiB

[startup+3602.4 s]
/proc/loadavg: 3.19 3.77 3.97 4/257 25063
/proc/meminfo: memFree=124900520/131250000 swapFree=33010684/33010684
[pid=24755] ppid=24752 vsize=4840980 memory=3848064 CPUtime=3589.46 cores=0,2
/proc/24755/stat : 24755 (pbscip) R 24752 24755 23674 0 -1 4194304 754946 0 0 0 358771 175 0 0 20 0 1 0 33250145 4957163520 962016 18446744073709551615 4235264 18693293 140733327648848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 48701440 140733327657353 140733327657452 140733327657452 140733327663054 0
/proc/24755/statm: 1210245 962016 3968 3530 0 1201696 0
Current children cumulated CPU time: 3589.46 s
Current children cumulated vsize: 4840980 KiB
Current children cumulated memory: 3848064 KiB

[startup+3602.5 s]*
/proc/loadavg: 3.19 3.77 3.97 4/257 25063
/proc/meminfo: memFree=127986612/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3602.53
CPU time (s): 3589.6
CPU user time (s): 3587.76
CPU system time (s): 1.83711
CPU usage (%): 99.641
Max. virtual memory (cumulated for all children) (KiB): 5455164
Max. memory (cumulated for all children) (KiB): 4424936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.76
system time used= 1.83711
maximum resident set size= 4424936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 755213
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= 85
involuntary context switches= 21983


# summary of solver processes directly reported to runsolver:
#   pid: 24755
#   total CPU time (s): 3589.6
#   total CPU user time (s): 3587.76
#   total CPU system time (s): 1.83711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.91985 second user time and 15.828 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 07:42:03
IDJOB=4503754
IDBENCH=155584
IDSOLVER=3365
FILE ID=nodeC018/4503754-1751175723
RUNJOBID= nodeC018-1751168386-23684
SLURM_JOB_ID= 9587511
Free space on /tmp= 432648 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-111.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503754-1751175723/watcher-4503754-1751175723 -o /tmp/evaluation-result-4503754-1751175723/solver-4503754-1751175723 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751168386-23684 --watchdog 3760  pbscip -f HOME/instance-4503754-1751175723.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 4268d39683cc1d999f2f6f0490fb9359
RANDOM SEED=1908520726

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        109825248 kB
MemAvailable:   109904444 kB
Buffers:            3280 kB
Cached:           889232 kB
SwapCached:            0 kB
Active:         20045588 kB
Inactive:         632060 kB
Active(anon):   19803216 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):   632060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51304 kB
Writeback:             0 kB
AnonPages:      19787692 kB
Mapped:           136776 kB
Shmem:             18076 kB
KReclaimable:      87604 kB
Slab:             170924 kB
SReclaimable:      87604 kB
SUnreclaim:        83320 kB
KernelStack:        4308 kB
PageTables:        42076 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   20975636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5912576 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC018 at 2025-06-29 08:42:06