Trace number 4503682

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? 3587.62 3598.91

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
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 benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 691
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4503682-1751175587.opb>
2.08/2.18	c original problem has 44846 variables (44846 bin, 0 int, 0 impl, 0 cont) and 988104 constraints
2.08/2.18	c problem read in 2.17
2.08/2.19	c No objective function, only one solution is needed.
3.76/3.80	c presolving:
6.26/6.36	c    (6.3s) running MILP presolver
8.85/8.94	c    (8.9s) MILP presolver found nothing
11.14/11.25	c (round 1, exhaustive) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 988095 upgd conss, 0 impls, 198683 clqs
14.03/14.16	c (round 2, exhaustive) 1 del vars, 14006 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 21006 chg coeffs, 988095 upgd conss, 0 impls, 198683 clqs
108.92/109.46	c    (109.4s) probing: 1000/44845 (2.2%) - 0 fixings, 0 aggregations, 259107 implications, 0 bound changes
109.02/109.53	c    (109.5s) probing: 1001/44845 (2.2%) - 0 fixings, 0 aggregations, 259109 implications, 0 bound changes
109.02/109.53	c    (109.5s) probing aborted: 1000/1000 successive useless probings
115.09/115.61	c    (115.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
117.49/118.01	c    (118.0s) no symmetry present (symcode time: 0.36)
118.88/119.42	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
118.88/119.42	c  1 deleted vars, 14006 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 21047 changed coefficients
118.88/119.42	c  0 implications, 457792 cliques
118.88/119.42	c presolved problem has 44845 variables (44845 bin, 0 int, 0 impl, 0 cont) and 974098 constraints
118.88/119.42	c  101519 constraints of type <knapsack>
118.88/119.42	c  198683 constraints of type <setppc>
118.88/119.42	c       1 constraints of type <linear>
118.88/119.42	c  673895 constraints of type <logicor>
118.88/119.42	c transformed objective value is always integral (scale: 1)
118.88/119.42	c Presolving Time: 115.63
118.88/119.42	c - non default parameters ----------------------------------------------------------------------
118.88/119.42	c # SCIP version 10.0.0
118.88/119.42	c 
118.88/119.42	c # maximal time in seconds to run
118.88/119.42	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
118.88/119.42	c limits/time = 3596.998008
118.88/119.42	c 
118.88/119.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
118.88/119.42	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
118.88/119.42	c limits/memory = 27900
118.88/119.42	c 
118.88/119.42	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
118.88/119.42	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
118.88/119.42	c limits/solutions = 1
118.88/119.42	c 
118.88/119.42	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.
118.88/119.42	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
118.88/119.42	c misc/usesymmetry = 3
118.88/119.42	c 
118.88/119.42	c # belongs reading time to solving time?
118.88/119.42	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
118.88/119.42	c timing/reading = TRUE
118.88/119.42	c 
118.88/119.42	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
118.88/119.42	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
118.88/119.42	c propagating/symmetry/detectdoublelex = FALSE
118.88/119.42	c 
118.88/119.42	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
118.88/119.42	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
118.88/119.42	c propagating/symmetry/detectsubgroups = FALSE
118.88/119.42	c 
118.88/119.42	c # Type of symmetries that shall be computed?
118.88/119.42	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
118.88/119.42	c propagating/symmetry/symtype = 1
118.88/119.42	c 
118.88/119.42	c # Should components consisting of a single full reflection be handled?
118.88/119.42	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
118.88/119.42	c propagating/symmetry/usesimplesgncomp = FALSE
118.88/119.42	c 
118.88/119.42	c -----------------------------------------------------------------------------------------------
118.88/119.42	c start solving
118.88/119.44	c 
125.96/126.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
125.96/126.55	c   127s|     1 |     0 |  2122 |     - |  4818M |   0 |  44k| 974k| 974k|   0 |  0 | 171 |   0 | 0.000000e+00 |      --      |    Inf | unknown
453.77/455.68	c   456s|     1 |     0 |  8920 |     - |  4955M |   0 |  44k| 974k| 974k|   9 |  1 | 171 |   0 | 0.000000e+00 |      --      |    Inf | unknown
825.10/828.29	c   828s|     1 |     0 |  9302 |     - |  5049M |   0 |  44k| 974k| 974k|  21 |  2 | 176 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1188.81/1193.14	c  1193s|     1 |     0 | 10373 |     - |  5143M |   0 |  44k| 974k| 974k|  39 |  3 | 177 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1503.03/1508.41	c  1508s|     1 |     0 | 10998 |     - |  5237M |   0 |  44k| 974k| 974k|  63 |  4 | 180 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1644.40/1650.26	c  1650s|     1 |     0 | 11826 |     - |  5331M |   0 |  44k| 974k| 974k|  82 |  5 | 182 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1834.10/1840.58	c  1841s|     1 |     0 | 12336 |     - |  5428M |   0 |  44k| 974k| 974k| 100 |  6 | 184 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1913.17/1919.85	c  1920s|     1 |     0 | 14474 |     - |  5524M |   0 |  44k| 974k| 974k| 117 |  7 | 187 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1933.81/1940.57	c  1941s|     1 |     0 | 16637 |     - |  5620M |   0 |  44k| 974k| 974k| 139 |  8 | 190 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1988.45/1995.34	c  1995s|     1 |     0 | 18436 |     - |  5720M |   0 |  44k| 974k| 974k| 163 |  9 | 192 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2184.45/2191.98	c  2192s|     1 |     0 | 19684 |     - |  5820M |   0 |  44k| 974k| 974k| 194 | 10 | 196 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2191.24/2198.78	c  2199s|     1 |     0 | 21181 |     - |  5914M |   0 |  44k| 974k| 974k| 226 | 11 | 197 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2721.55/2730.43	c  2730s|     1 |     2 | 67795 |     - |  5927M |   0 |  44k| 974k| 974k| 226 | 11 | 211 |  19 | 0.000000e+00 |      --      |    Inf | unknown
3585.70/3597.03	c 
3585.70/3597.03	c SCIP Status        : solving was interrupted [time limit reached]
3585.70/3597.03	c Solving Time (sec) : 3597.02
3585.70/3597.03	c Solving Nodes      : 28
3585.70/3597.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.70/3597.03	c Dual Bound         : +0.00000000000000e+00
3585.70/3597.03	c Gap                : infinite
3585.70/3597.03	s UNKNOWN
3585.70/3597.03	c SCIP Status        : solving was interrupted [time limit reached]
3585.70/3597.03	c Total Time         :    3597.02
3585.70/3597.03	c   solving          :    3597.02
3585.70/3597.03	c   presolving       :     115.63 (included in solving)
3585.70/3597.03	c   reading          :       2.17 (included in solving)
3585.70/3597.03	c   copying          :       2.64 (2 #copies) (minimal 1.31, maximal 1.33, average 1.32)
3585.70/3597.03	c Original Problem   :
3585.70/3597.03	c   Problem name     : HOME/instance-4503682-1751175587.opb
3585.70/3597.03	c   Variables        : 44846 (44846 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.70/3597.03	c   Constraints      : 988104 initial, 988104 maximal
3585.70/3597.03	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.70/3597.03	c Presolved Problem  :
3585.70/3597.03	c   Problem name     : t_HOME/instance-4503682-1751175587.opb
3585.70/3597.03	c   Variables        : 44845 (44845 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.70/3597.03	c   Constraints      : 974098 initial, 974373 maximal
3585.70/3597.04	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3585.70/3597.04	c   Nonzeros         : 3758492 constraint, 931538 clique table
3585.70/3597.04	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.70/3597.04	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   domcol           :       0.51       0.00      1          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   dualsparsify     :       6.08       0.00      1          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   gateextraction   :       1.27       0.00      2          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   milp             :       4.02       0.00      1          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   sparsify         :       1.05       0.00      1          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   probing          :      89.53       0.00      1          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   symmetry         :       2.40       0.00      1          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   vbounds          :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   knapsack         :       0.33       0.01      6          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   setppc           :       0.45       0.01      6          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   linear           :       2.93       0.37      6          0          1          0          0          0          8          0          7          0
3585.70/3597.04	c   logicor          :       5.14       1.03      6          0          0          0          0          0      13998          0          0      21047
3585.70/3597.04	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   components       :       0.31       0.00      1          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3585.70/3597.04	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.70/3597.04	c   benderslp        :          0          0          0          0         27          0          0          8          0          0          0          0          0          0          0
3585.70/3597.04	c   integral         :          0          0          0          0         27          0          0          8          0          0          0          0          0          0         54
3585.70/3597.04	c   knapsack         :     101519+    101520         11      40173          0          0          0          4        475          6          6        172         23          0          0
3585.70/3597.04	c   setppc           :     198683+    198686         11      40167          0          0          0          3       1712         36       2309          1          0          0          0
3585.70/3597.04	c   linear           :          1          1         11      14949          0          0          0          3         15          1          0          0          0          0          0
3585.70/3597.04	c   logicor          :     673895+    674167         11      17699          0          0          0          0       2984         47        234         10          4          0          0
3585.70/3597.04	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.70/3597.04	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   integral         :      32.23       0.00       0.00       0.00      32.23       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   knapsack         :      14.70       0.01       0.80      13.84       0.00       0.00       0.00       0.05       0.00       0.00
3585.70/3597.04	c   setppc           :      15.49       0.01       0.15      15.32       0.00       0.00       0.00       0.00       0.00       0.01
3585.70/3597.04	c   linear           :       0.38       0.37       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   logicor          :       4.88       1.03       0.95       2.87       0.00       0.00       0.00       0.00       0.00       0.03
3585.70/3597.04	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.70/3597.04	c   dualfix          :          1          0          0          0
3585.70/3597.04	c   genvbounds       :          0          0          0          0
3585.70/3597.04	c   nlobbt           :          0          0          0          0
3585.70/3597.04	c   obbt             :          0          0          0          0
3585.70/3597.04	c   probing          :          0          0          0          0
3585.70/3597.04	c   pseudoobj        :          0          0          0          0
3585.70/3597.04	c   redcost          :          0          0          0          0
3585.70/3597.04	c   rootredcost      :          0          0          0          0
3585.70/3597.04	c   symmetry         :          0          0          0          0
3585.70/3597.04	c   vbounds          :      10768          0          0          0
3585.70/3597.04	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.70/3597.04	c   dualfix          :       0.01       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   probing          :      89.53       0.00      89.53       0.00       0.00       0.00
3585.70/3597.04	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3585.70/3597.04	c   symmetry         :       2.40       0.00       2.40       0.00       0.00       0.00
3585.70/3597.04	c   vbounds          :       0.05       0.00       0.02       0.02       0.00       0.00
3585.70/3597.04	c Symmetry           :
3585.70/3597.04	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.70/3597.04	c   orbital reduction:          0 reductions applied,          0 cutoffs
3585.70/3597.04	c   lexicographic red:          0 reductions applied,          0 cutoffs
3585.70/3597.04	c   shadow tree time :       0.00 s
3585.70/3597.04	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.70/3597.04	c   propagation      :       0.01         87         87          -        678       85.2          1        5.0          -          -          -
3585.70/3597.04	c   infeasible LP    :       0.01          1          1          -         29       76.3          0        0.0          1      145.0          0
3585.70/3597.04	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.70/3597.04	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.70/3597.04	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.70/3597.04	c   applied globally :       0.01          -          -          0        285       40.2          -          -          1          -          -
3585.70/3597.04	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.70/3597.04	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.70/3597.04	c   cut pool         :       0.01          -         36         21          -          -       2325       3820          -          -          -          -          -    (maximal pool size:       2325)
3585.70/3597.04	c   aggregation      :       1.00       0.00         18         11          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.70/3597.04	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.70/3597.04	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.70/3597.04	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   clique           :       9.16       0.00         11         11          0          0         88        350          0         68         68          0          0
3585.70/3597.04	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   gomory           :    2019.02       0.00         17         10          0          0       1977       2928          2        151        151          0          0
3585.70/3597.04	c   > gomorymi       :          -          -          -          -          -          -          -        953          1         12         12          0          -
3585.70/3597.04	c   > strongcg       :          -          -          -          -          -          -          -       1975          1        139        139          0          -
3585.70/3597.04	c   impliedbounds    :       0.30       0.00         18         11          0          0         10         17          0         12         12          0          0
3585.70/3597.04	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   mcf              :       1.03       0.00          1          1          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   multilinear      :       0.00       0.00         14         11          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   rlt              :       0.00       0.00         14         10          0          0          0          0          0          0          0          0          0
3585.70/3597.04	c   zerohalf         :       2.29       0.00         18         11          0          0        259        525          7        341        338          3          0
3585.70/3597.04	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.70/3597.04	c   hybrid           :       0.01       0.00         19         11        599          0       3413        226          0       2297
3585.70/3597.04	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.70/3597.04	c   problem variables:       0.00          -          0          0
3585.70/3597.04	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.70/3597.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c   relpscost        :      32.23       0.00         27          0          0          0          0          0          0         54
3585.70/3597.04	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.70/3597.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.70/3597.04	c   LP solutions     :       0.00          -          -          0          0
3585.70/3597.04	c   relax solutions  :       0.00          -          -          0          0
3585.70/3597.04	c   pseudo solutions :       0.00          -          -          0          0
3585.70/3597.04	c   strong branching :       0.00          -          -          0          0
3585.70/3597.04	c   actconsdiving    :       0.00       0.00          0          0          0
3585.70/3597.04	c   adaptivediving   :      40.47       0.00          2          0          0
3585.70/3597.04	c   alns             :       3.73       0.00          1          0          0
3585.70/3597.04	c   bound            :       0.00       0.00          0          0          0
3585.70/3597.04	c   clique           :       1.97       0.00          1          0          0
3585.70/3597.04	c   coefdiving       :       0.00       0.00          0          0          0
3585.70/3597.04	c   completesol      :       0.00       0.00          0          0          0
3585.70/3597.04	c   conflictdiving   :     584.59       0.00          2          0          0
3585.70/3597.04	c   crossover        :       0.00       0.00          0          0          0
3585.70/3597.04	c   dins             :       0.00       0.00          0          0          0
3585.70/3597.04	c   distributiondivin:      54.63       0.00          1          0          0
3585.70/3597.04	c   dps              :       0.00       0.00          0          0          0
3585.70/3597.04	c   dualval          :       0.00       0.00          0          0          0
3585.70/3597.04	c   farkasdiving     :       0.00       0.00          0          0          0
3585.70/3597.04	c   feasjump         :       0.65       0.00          1          0          0
3585.70/3597.04	c   feaspump         :      15.16       0.00          1          0          0
3585.70/3597.04	c   fixandinfer      :       0.00       0.00          0          0          0
3585.70/3597.04	c   fracdiving       :      75.34       0.00          2          0          0
3585.70/3597.04	c   gins             :       0.00       0.00          0          0          0
3585.70/3597.04	c   guideddiving     :       0.00       0.00          0          0          0
3585.70/3597.04	c   indcoefdiving    :       0.00       0.00          0          0          0
3585.70/3597.04	c   indicator        :       0.00       0.00          0          0          0
3585.70/3597.04	c   indicatordiving  :       0.00       0.00          0          0          0
3585.70/3597.04	c   indoneopt        :       0.00       0.00          0          0          0
3585.70/3597.04	c   indrounding      :       0.00       0.00          0          0          0
3585.70/3597.04	c   indtwoopt        :       0.00       0.00          0          0          0
3585.70/3597.04	c   intdiving        :       0.00       0.00          0          0          0
3585.70/3597.04	c   intshifting      :       0.00       0.00          0          0          0
3585.70/3597.04	c   linesearchdiving :       0.14       0.00          1          0          0
3585.70/3597.04	c   localbranching   :       0.00       0.00          0          0          0
3585.70/3597.04	c   locks            :       0.71       0.00          1          0          0
3585.70/3597.04	c   lpface           :       0.00       0.00          0          0          0
3585.70/3597.04	c   mpec             :       0.00       0.00          0          0          0
3585.70/3597.04	c   multistart       :       0.00       0.00          0          0          0
3585.70/3597.04	c   mutation         :       0.00       0.00          0          0          0
3585.70/3597.04	c   nlpdiving        :       0.00       0.00          0          0          0
3585.70/3597.04	c   objpscostdiving  :     272.78       0.00          1          0          0
3585.70/3597.04	c   octane           :       0.00       0.00          0          0          0
3585.70/3597.04	c   ofins            :       0.00       0.00          0          0          0
3585.70/3597.04	c   oneopt           :       0.00       0.00          0          0          0
3585.70/3597.04	c   padm             :       0.00       0.00          0          0          0
3585.70/3597.04	c   proximity        :       0.00       0.00          0          0          0
3585.70/3597.04	c   pscostdiving     :      51.42       0.00          1          0          0
3585.70/3597.04	c   randrounding     :       0.73       0.00         12          0          0
3585.70/3597.04	c   rens             :       3.75       0.00          1          0          0
3585.70/3597.04	c   reoptsols        :       0.00       0.00          0          0          0
3585.70/3597.04	c   repair           :       0.00       0.00          0          0          0
3585.70/3597.04	c   rins             :       0.00       0.00          0          0          0
3585.70/3597.04	c   rootsoldiving    :      36.56       0.00          1          0          0
3585.70/3597.04	c   rounding         :       1.19       0.00         46          0          0
3585.70/3597.04	c   scheduler        :       0.00       0.00          0          0          0
3585.70/3597.04	c   shiftandpropagate:       0.32       0.00          1          0          0
3585.70/3597.04	c   shifting         :       6.81       0.00         23          0          0
3585.70/3597.04	c   simplerounding   :       0.00       0.00          0          0          0
3585.70/3597.04	c   smallcard        :       0.00       0.00          0          0          0
3585.70/3597.04	c   subnlp           :       0.00       0.00          0          0          0
3585.70/3597.04	c   trivial          :       0.05       0.00          2          0          0
3585.70/3597.04	c   trivialnegation  :       0.00       0.00          0          0          0
3585.70/3597.04	c   trustregion      :       0.00       0.00          0          0          0
3585.70/3597.04	c   trysol           :       0.00       0.00          0          0          0
3585.70/3597.04	c   twoopt           :       0.00       0.00          0          0          0
3585.70/3597.04	c   undercover       :       0.00       0.00          0          0          0
3585.70/3597.04	c   vbounds          :       2.49       0.00          1          0          0
3585.70/3597.04	c   veclendiving     :      91.64       0.00          1          0          0
3585.70/3597.04	c   zeroobj          :       0.00       0.00          0          0          0
3585.70/3597.04	c   zirounding       :       0.40       0.00         27          0          0
3585.70/3597.04	c   other solutions  :          -          -          -          0          -
3585.70/3597.04	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.70/3597.04	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
3585.70/3597.04	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
3585.70/3597.04	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
3585.70/3597.04	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
3585.70/3597.04	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
3585.70/3597.04	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
3585.70/3597.04	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
3585.70/3597.04	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
3585.70/3597.04	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
3585.70/3597.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.70/3597.04	c   primal LP        :       0.38          4          0       0.00       0.00       0.38          4
3585.70/3597.04	c   dual LP          :     161.07         47      72493    1542.40     450.08       0.00          0
3585.70/3597.04	c   lex dual LP      :       0.00          0          0       0.00          -
3585.70/3597.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.70/3597.04	c   resolve instable :       0.00          0          0       0.00          -
3585.70/3597.04	c   diving/probing LP:    1204.17        295     157069     532.44     130.44
3585.70/3597.04	c   strong branching :      28.25         19      11762     619.05     416.37          -          -         20
3585.70/3597.04	c     (at root node) :          -         19      11762     619.05          -
3585.70/3597.04	c   conflict analysis:       0.00          0          0       0.00          -
3585.70/3597.04	c B&B Tree           :
3585.70/3597.04	c   number of runs   :          1
3585.70/3597.04	c   nodes            :         28 (27 internal, 1 leaves)
3585.70/3597.04	c   feasible leaves  :          0
3585.70/3597.04	c   infeas. leaves   :          0
3585.70/3597.04	c   objective leaves :          0
3585.70/3597.04	c   nodes (total)    :         28 (27 internal, 1 leaves)
3585.70/3597.04	c   nodes left       :         28
3585.70/3597.04	c   max depth        :         11
3585.70/3597.04	c   max depth (total):         11
3585.70/3597.04	c   backtracks       :         12 (42.9%)
3585.70/3597.04	c   early backtracks :          0 (0.0%)
3585.70/3597.04	c   nodes exc. ref.  :          0 (0.0%)
3585.70/3597.04	c   delayed cutoffs  :          0
3585.70/3597.04	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3585.70/3597.04	c   avg switch length:       2.32
3585.70/3597.04	c   switching time   :       0.62
3585.70/3597.04	c Root Node          :
3585.70/3597.04	c   First LP value   : +0.00000000000000e+00
3585.70/3597.04	c   First LP Iters   :       2122 (2398.28 Iter/sec)
3585.70/3597.04	c   First LP Time    :       0.88
3585.70/3597.04	c   Final Dual Bound : +0.00000000000000e+00
3585.70/3597.04	c   Final Root Iters :      21181
3585.70/3597.04	c   Root LP Estimate : +1.16654608779359e-02
3585.70/3597.04	c Solution           :
3585.70/3597.04	c   Solutions found  :          0 (0 improvements)
3585.70/3597.04	c   Primal Bound     :          -
3585.70/3597.04	c   Dual Bound       : +0.00000000000000e+00
3585.70/3597.04	c   Gap              :   infinite
3585.70/3597.04	c Integrals          :      Total       Avg%
3585.70/3597.04	c   primal-dual      :  359701.59     100.00
3585.70/3597.04	c   primal-ref       :          -          - (not evaluated)
3585.70/3597.04	c   dual-ref         :          -          - (not evaluated)
3587.51/3598.89	c Time complete: 3587.6.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503682-1751175587/watcher-4503682-1751175587 -o /tmp/evaluation-result-4503682-1751175587/solver-4503682-1751175587 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751168386-23687 --watchdog 3760 pbscip -f HOME/instance-4503682-1751175587.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=24690, runsolver pid=24686

[startup+0.100067 s]*
/proc/loadavg: 4.08 4.08 4.09 5/261 24696
/proc/meminfo: memFree=124305176/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=69636 memory=41728 CPUtime=0.09 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 7545 0 0 0 8 1 0 0 20 0 1 0 33236622 71307264 10432 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 17409 10432 3232 3530 0 8860 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 69636 KiB
Current children cumulated memory: 41728 KiB

[startup+0.205573 s]*
/proc/loadavg: 4.08 4.08 4.09 5/261 24696
/proc/meminfo: memFree=124265616/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=97968 memory=69504 CPUtime=0.19 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 14504 0 0 0 17 2 0 0 20 0 1 0 33236622 100319232 17376 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 24492 17376 3232 3530 0 15943 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 97968 KiB
Current children cumulated memory: 69504 KiB

[startup+0.305531 s]*
/proc/loadavg: 4.08 4.08 4.09 5/261 24696
/proc/meminfo: memFree=124208928/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=124364 memory=95744 CPUtime=0.29 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 21059 0 0 0 27 2 0 0 20 0 1 0 33236622 127348736 23936 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 31091 23936 3232 3530 0 22542 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 124364 KiB
Current children cumulated memory: 95744 KiB

[startup+0.70019 s]
/proc/loadavg: 4.15 4.10 4.09 5/261 24696
/proc/meminfo: memFree=124104096/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=222984 memory=194468 CPUtime=0.68 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 45219 0 0 0 61 7 0 0 20 0 1 0 33236622 228335616 48617 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 55746 48617 3232 3530 0 47197 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 222984 KiB
Current children cumulated memory: 194468 KiB

[startup+1.50019 s]
/proc/loadavg: 4.15 4.10 4.09 5/261 24696
/proc/meminfo: memFree=123853928/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=424496 memory=395076 CPUtime=1.48 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 93320 0 0 0 133 15 0 0 20 0 1 0 33236622 434683904 98737 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 106124 98769 3232 3530 0 97575 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 424496 KiB
Current children cumulated memory: 395076 KiB

[startup+3.1054 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 24706
/proc/meminfo: memFree=122766420/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=1052904 memory=1025300 CPUtime=3.08 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 233624 0 0 0 272 36 0 0 20 0 1 0 33236622 1078173696 256325 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 263226 256325 3488 3530 0 254677 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1052904 KiB
Current children cumulated memory: 1025300 KiB

[startup+6.30019 s]
/proc/loadavg: 4.22 4.11 4.10 5/264 24706
/proc/meminfo: memFree=121184824/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=2122400 memory=2038840 CPUtime=6.26 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 333190 0 0 0 564 62 0 0 20 0 1 0 33236622 2173337600 509710 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 530600 509710 3584 3530 0 522051 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2122400 KiB
Current children cumulated memory: 2038840 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.11 4.10 5/264 24706
/proc/meminfo: memFree=118839008/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=2169744 memory=2121120 CPUtime=12.63 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 463645 0 0 0 1168 95 0 0 20 0 1 0 33236622 2221817856 530280 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 542436 530280 3712 3530 0 533887 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2169744 KiB
Current children cumulated memory: 2121120 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.11 4.10 5/264 24706
/proc/meminfo: memFree=113874080/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=2169744 memory=2123168 CPUtime=25.39 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 464183 0 0 0 2443 96 0 0 20 0 1 0 33236622 2221817856 530792 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 542436 530792 3744 3530 0 533887 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2169744 KiB
Current children cumulated memory: 2123168 KiB

[startup+51.1056 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 24707
/proc/meminfo: memFree=112766348/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=2169744 memory=2123296 CPUtime=50.88 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 464222 0 0 0 4992 96 0 0 20 0 1 0 33236622 2221817856 530824 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 542436 530824 3744 3530 0 533887 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 2169744 KiB
Current children cumulated memory: 2123296 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 24710
/proc/meminfo: memFree=110349900/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=2169744 memory=2123424 CPUtime=101.85 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 464276 0 0 0 10089 96 0 0 20 0 1 0 33236622 2221817856 530856 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 542436 530856 3744 3530 0 533887 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 2169744 KiB
Current children cumulated memory: 2123424 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 24757
/proc/meminfo: memFree=106401748/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=5320412 memory=4974080 CPUtime=161.61 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 677860 0 0 0 15981 180 0 0 20 0 1 0 33236622 5448101888 1243520 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1330103 1243520 3936 3530 0 1321554 0
Current children cumulated CPU time: 161.61 s
Current children cumulated vsize: 5320412 KiB
Current children cumulated memory: 4974080 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.12 4.09 5/264 24759
/proc/meminfo: memFree=106356452/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=5320412 memory=4974080 CPUtime=221.35 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 677860 0 0 0 21955 180 0 0 20 0 1 0 33236622 5448101888 1243520 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1330103 1243520 3936 3530 0 1321554 0
Current children cumulated CPU time: 221.35 s
Current children cumulated vsize: 5320412 KiB
Current children cumulated memory: 4974080 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/264 24807
/proc/meminfo: memFree=109601700/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=5320412 memory=4974080 CPUtime=281.09 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 677938 0 0 0 27929 180 0 0 20 0 1 0 33236622 5448101888 1243520 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1330103 1243520 3936 3530 0 1321554 0
Current children cumulated CPU time: 281.09 s
Current children cumulated vsize: 5320412 KiB
Current children cumulated memory: 4974080 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/264 24809
/proc/meminfo: memFree=109524024/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=5320412 memory=4974336 CPUtime=340.86 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 677944 0 0 0 33906 180 0 0 20 0 1 0 33236622 5448101888 1243584 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1330103 1243584 3936 3530 0 1321554 0
Current children cumulated CPU time: 340.86 s
Current children cumulated vsize: 5320412 KiB
Current children cumulated memory: 4974336 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 24810
/proc/meminfo: memFree=109438636/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=5320412 memory=4974336 CPUtime=400.65 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 677946 0 0 0 39885 180 0 0 20 0 1 0 33236622 5448101888 1243584 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1330103 1243584 3936 3530 0 1321554 0
Current children cumulated CPU time: 400.65 s
Current children cumulated vsize: 5320412 KiB
Current children cumulated memory: 4974336 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 24819
/proc/meminfo: memFree=109275292/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=5591024 memory=5089304 CPUtime=460.45 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 684955 0 0 0 45862 183 0 0 20 0 1 0 33236622 5725208576 1272326 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1397756 1272326 3936 3530 0 1389207 0
Current children cumulated CPU time: 460.45 s

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

Current children cumulated memory: 5503124 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/265 25008
/proc/meminfo: memFree=119366492/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=6841580 memory=5503124 CPUtime=3212.05 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1018460 0 0 0 320961 244 0 0 20 0 1 0 33236622 7005777920 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1710395 1375781 3968 3530 0 1701846 0
Current children cumulated CPU time: 3212.05 s
Current children cumulated vsize: 6841580 KiB
Current children cumulated memory: 5503124 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/265 25010
/proc/meminfo: memFree=119358996/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=6841580 memory=5503124 CPUtime=3271.87 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1018694 0 0 0 326943 244 0 0 20 0 1 0 33236622 7005777920 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1710395 1375781 3968 3530 0 1701846 0
Current children cumulated CPU time: 3271.87 s
Current children cumulated vsize: 6841580 KiB
Current children cumulated memory: 5503124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.12 4.10 5/264 25012
/proc/meminfo: memFree=119370208/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=6841580 memory=5503124 CPUtime=3331.71 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1018878 0 0 0 332927 244 0 0 20 0 1 0 33236622 7005777920 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1710395 1375781 3968 3530 0 1701846 0
Current children cumulated CPU time: 3331.71 s
Current children cumulated vsize: 6841580 KiB
Current children cumulated memory: 5503124 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/264 25014
/proc/meminfo: memFree=119365764/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=6841580 memory=5503124 CPUtime=3391.53 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1019947 0 0 0 338909 244 0 0 20 0 1 0 33236622 7005777920 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1710395 1375781 3968 3530 0 1701846 0
Current children cumulated CPU time: 3391.53 s
Current children cumulated vsize: 6841580 KiB
Current children cumulated memory: 5503124 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 25016
/proc/meminfo: memFree=119365144/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=6932916 memory=5503124 CPUtime=3451.37 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1019958 0 0 0 344893 244 0 0 20 0 1 0 33236622 7099305984 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1733229 1375781 3968 3530 0 1724680 0
Current children cumulated CPU time: 3451.37 s
Current children cumulated vsize: 6932916 KiB
Current children cumulated memory: 5503124 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.20 4.12 5/264 25025
/proc/meminfo: memFree=119373616/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=6932916 memory=5503124 CPUtime=3511.21 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1019958 0 0 0 350877 244 0 0 20 0 1 0 33236622 7099305984 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1733229 1375781 3968 3530 0 1724680 0
Current children cumulated CPU time: 3511.21 s
Current children cumulated vsize: 6932916 KiB
Current children cumulated memory: 5503124 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.18 4.11 5/263 25027
/proc/meminfo: memFree=119377976/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=7115588 memory=5503124 CPUtime=3571.04 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1020993 0 0 0 356860 244 0 0 20 0 1 0 33236622 7286362112 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1778897 1375781 3968 3530 0 1770348 0
Current children cumulated CPU time: 3571.04 s
Current children cumulated vsize: 7115588 KiB
Current children cumulated memory: 5503124 KiB

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

# cumulated CPU time of all completed processes:  user=3585.12 s, system=2.49997 s

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

[startup+3584 s]*
/proc/loadavg: 4.19 4.18 4.11 5/263 25027
/proc/meminfo: memFree=119377976/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=7115588 memory=5503124 CPUtime=3572.74 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1020993 0 0 0 357030 244 0 0 20 0 1 0 33236622 7286362112 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1778897 1375781 3968 3530 0 1770348 0
Current children cumulated CPU time: 3572.74 s
Current children cumulated vsize: 7115588 KiB
Current children cumulated memory: 5503124 KiB

[startup+3590.4 s]
/proc/loadavg: 4.17 4.17 4.11 5/263 25027
/proc/meminfo: memFree=119377976/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=7206924 memory=5503124 CPUtime=3579.12 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1021009 0 0 0 357668 244 0 0 20 0 1 0 33236622 7379890176 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1801731 1375781 3968 3530 0 1793182 0
Current children cumulated CPU time: 3579.12 s
Current children cumulated vsize: 7206924 KiB
Current children cumulated memory: 5503124 KiB

[startup+3593.6 s]
/proc/loadavg: 4.16 4.17 4.11 5/263 25027
/proc/meminfo: memFree=119377976/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=7206924 memory=5503124 CPUtime=3582.31 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1021009 0 0 0 357987 244 0 0 20 0 1 0 33236622 7379890176 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1801731 1375781 3968 3530 0 1793182 0
Current children cumulated CPU time: 3582.31 s
Current children cumulated vsize: 7206924 KiB
Current children cumulated memory: 5503124 KiB

[startup+3596.8 s]
/proc/loadavg: 4.16 4.17 4.11 5/263 25027
/proc/meminfo: memFree=119377728/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=7206924 memory=5503124 CPUtime=3585.5 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1021009 0 0 0 358306 244 0 0 20 0 1 0 33236622 7379890176 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1801731 1375781 3968 3530 0 1793182 0
Current children cumulated CPU time: 3585.5 s
Current children cumulated vsize: 7206924 KiB
Current children cumulated memory: 5503124 KiB

[startup+3597.6 s]
/proc/loadavg: 4.14 4.17 4.11 5/263 25028
/proc/meminfo: memFree=119377728/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=7206924 memory=5503124 CPUtime=3586.31 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1021046 0 0 0 358386 245 0 0 20 0 1 0 33236622 7379890176 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1801731 1375781 3968 3530 0 1793182 0
Current children cumulated CPU time: 3586.31 s
Current children cumulated vsize: 7206924 KiB
Current children cumulated memory: 5503124 KiB

[startup+3598.4 s]
/proc/loadavg: 4.14 4.17 4.11 5/263 25028
/proc/meminfo: memFree=119377224/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=7206924 memory=5503124 CPUtime=3587.11 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1021073 0 0 0 358466 245 0 0 20 0 1 0 33236622 7379890176 1375781 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1801731 1375781 3968 3530 0 1793182 0
Current children cumulated CPU time: 3587.11 s
Current children cumulated vsize: 7206924 KiB
Current children cumulated memory: 5503124 KiB

[startup+3598.8 s]
/proc/loadavg: 4.14 4.17 4.11 5/263 25028
/proc/meminfo: memFree=119377224/131250000 swapFree=33010684/33010684
[pid=24690] ppid=24686 vsize=6599776 memory=4924664 CPUtime=3587.51 cores=5,7
/proc/24690/stat : 24690 (pbscip) R 24686 24690 23674 0 -1 4194304 1022623 0 0 0 358504 247 0 0 20 0 1 0 33236622 6758170624 1231166 18446744073709551615 4235264 18693293 140723109872384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 50524160 140723109874057 140723109874156 140723109874156 140723109879758 0
/proc/24690/statm: 1649944 1231166 3968 3530 0 1641395 0
Current children cumulated CPU time: 3587.51 s
Current children cumulated vsize: 6599776 KiB
Current children cumulated memory: 4924664 KiB

[startup+3598.9 s]*
/proc/loadavg: 4.14 4.17 4.11 5/263 25028
/proc/meminfo: memFree=124708576/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): 3598.91
CPU time (s): 3587.62
CPU user time (s): 3585.12
CPU system time (s): 2.49997
CPU usage (%): 99.6863
Max. virtual memory (cumulated for all children) (KiB): 7652152
Max. memory (cumulated for all children) (KiB): 6297072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.12
system time used= 2.49997
maximum resident set size= 6297072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1022680
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= 112
involuntary context switches= 1168


# summary of solver processes directly reported to runsolver:
#   pid: 24690
#   total CPU time (s): 3587.62
#   total CPU user time (s): 3585.12
#   total CPU system time (s): 2.49997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7553 second user time and 11.5916 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 07:39:48
IDJOB=4503682
IDBENCH=155532
IDSOLVER=3365
FILE ID=nodeC018/4503682-1751175587
RUNJOBID= nodeC018-1751168386-23687
SLURM_JOB_ID= 9587511
Free space on /tmp= 432932 MiB

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

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=1124094521

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		: 3599.867
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		: 3599.810
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		: 3600.094
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		: 3600.812
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		: 3600.324
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		: 3561.404
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		: 3599.745
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		: 3599.840
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:        124313040 kB
MemAvailable:   124096900 kB
Buffers:            3280 kB
Cached:           594204 kB
SwapCached:            0 kB
Active:          5982068 kB
Inactive:         337036 kB
Active(anon):    5739696 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):   337036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62688 kB
Writeback:             0 kB
AnonPages:       5719716 kB
Mapped:           126084 kB
Shmem:             18076 kB
KReclaimable:      86980 kB
Slab:             170360 kB
SReclaimable:      86980 kB
SUnreclaim:        83380 kB
KernelStack:        4240 kB
PageTables:        14432 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6623760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3280896 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= 432912 MiB
End job on nodeC018 at 2025-06-29 08:39:47